Skip to content

Commit 6963112

Browse files
committed
docs: annotate deprecation messages
1 parent f15123b commit 6963112

File tree

3 files changed

+92
-92
lines changed

3 files changed

+92
-92
lines changed

libs/design/button/src/button/raised/raised.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { DAFF_LOADING_ICON_COMPONENTS } from '@daffodil/design/loading-icon';
1010
import { DaffButtonBaseDirective } from '../button-base.directive';
1111

1212
/**
13-
* @deprecated in favor of the `elevated` property. Deprecated in 0.82.0. Will be removed in version 1.0.0.
13+
* @deprecated in favor of the `elevated` property. Deprecated in 0.82.0. Will be removed in version 1.0.0. Deprecated in version 0.82.0. Will be removed in version 0.85.0.
1414
*
1515
* DaffRaisedButtonComponent is a rectangular contained button with background color and elevation.
1616
*

libs/design/src/core/colorable/colorable.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ export enum DaffPaletteEnum {
4848
ThemeContrast = 'theme-contrast',
4949

5050
/**
51-
* @deprecated
51+
* @deprecated Deprecated in version 0.82.0. Will be removed in version 0.85.0.
5252
* Black. It's dark.
5353
*/
5454
Black = 'black',
5555

5656
/**
57-
* @deprecated
57+
* @deprecated Deprecated in version 0.82.0. Will be removed in version 0.85.0.
5858
* White. It's bright.
5959
*/
6060
White = 'white',

0 commit comments

Comments
 (0)