@progress/kendo-angular-indicators 24.0.0-develop.9 → 24.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,16 +7,13 @@
7
7
  * For more details, see the [Badge Appearance - Theme Color]https://www.telerik.com/kendo-angular-ui/components/indicators/badge/appearance#theme-color) documentation.
8
8
  *
9
9
  * The possible values are:
10
- * * `primary` (Default)—Applies coloring based on primary theme color.
11
- * * `secondary`—Applies coloring based on secondary theme color.
12
- * * `tertiary`— Applies coloring based on tertiary theme color.
13
- * * `inherit`— Applies inherited coloring value.
14
- * * `info`—Applies coloring based on info theme color.
15
- * * `success`— Applies coloring based on success theme color.
16
- * * `warning`— Applies coloring based on warning theme color.
17
- * * `error`— Applies coloring based on error theme color.
18
- * * `dark`— Applies coloring based on dark theme color.
19
- * * `light`— Applies coloring based on light theme color.
20
- * * `inverse`— Applies coloring based on inverted theme color.
10
+ * * `base`—Applies base coloring value.
11
+ * * `primary`—Applies primary coloring value.
12
+ * * `secondary`—Applies secondary coloring value.
13
+ * * `tertiary`—Applies tertiary coloring value.
14
+ * * `info`—Applies info coloring value.
15
+ * * `success`—Applies success coloring value.
16
+ * * `warning`—Applies warning coloring value.
17
+ * * `error`—Applies error coloring value.
21
18
  */
22
- export type BadgeThemeColor = 'primary' | 'secondary' | 'tertiary' | 'inherit' | 'info' | 'success' | 'warning' | 'error' | 'dark' | 'light' | 'inverse';
19
+ export type BadgeThemeColor = 'base' | 'primary' | 'secondary' | 'tertiary' | 'info' | 'success' | 'warning' | 'error';