@progress/kendo-angular-indicators 24.0.0-develop.20 → 24.0.0-develop.22

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';
@@ -82,8 +82,8 @@ const packageMetadata = {
82
82
  productName: 'Kendo UI for Angular',
83
83
  productCode: 'KENDOUIANGULAR',
84
84
  productCodes: ['KENDOUIANGULAR'],
85
- publishDate: 1778149388,
86
- version: '24.0.0-develop.20',
85
+ publishDate: 1778164616,
86
+ version: '24.0.0-develop.22',
87
87
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
88
88
  };
89
89
 
@@ -6,17 +6,11 @@
6
6
  * Specifies the theme color options for the Loader component.
7
7
  *
8
8
  * The possible values are:
9
- * * `primary`—Applies coloring based on the primary theme color.
10
- * * `secondary`—Applies coloring based on the secondary theme color.
11
- * * `tertiary`— Applies coloring based on the tertiary theme color.
12
- * * `info`—Applies coloring based on the info theme color.
13
- * * `success`— Applies coloring based on the success theme color.
14
- * * `warning`— Applies coloring based on the warning theme color.
15
- * * `error`— Applies coloring based on the error theme color.
16
- * * `dark`— Applies coloring based on the dark theme color.
17
- * * `light`— Applies coloring based on the light theme color.
18
- * * `inverse`— Applies coloring based on the inverted theme color.
9
+ * * `base`—Applies base coloring value.
10
+ * * `primary`—Applies primary coloring value.
11
+ * * `secondary`—Applies secondary coloring value.
12
+ * * `tertiary`—Applies tertiary coloring value.
19
13
  *
20
14
  * For more information, see the [Loader Appearance - Theme Color]https://www.telerik.com/kendo-angular-ui/components/indicators/loader/appearance#theme-color) documentation.
21
15
  */
22
- export type LoaderThemeColor = 'primary' | 'secondary' | 'tertiary' | 'info' | 'success' | 'warning' | 'error' | 'dark' | 'light' | 'inverse';
16
+ export type LoaderThemeColor = 'base' | 'primary' | 'secondary' | 'tertiary';
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1778149388,
11
- "version": "24.0.0-develop.20",
10
+ "publishDate": 1778164616,
11
+ "version": "24.0.0-develop.22",
12
12
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
13
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-indicators",
3
- "version": "24.0.0-develop.20",
3
+ "version": "24.0.0-develop.22",
4
4
  "description": "Kendo UI Indicators for Angular",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -17,7 +17,7 @@
17
17
  "package": {
18
18
  "productName": "Kendo UI for Angular",
19
19
  "productCode": "KENDOUIANGULAR",
20
- "publishDate": 1778149388,
20
+ "publishDate": 1778164616,
21
21
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
22
22
  }
23
23
  },
@@ -27,14 +27,14 @@
27
27
  "@angular/core": "19 - 21",
28
28
  "@angular/platform-browser": "19 - 21",
29
29
  "@progress/kendo-licensing": "^1.11.0",
30
- "@progress/kendo-angular-common": "24.0.0-develop.20",
31
- "@progress/kendo-angular-intl": "24.0.0-develop.20",
32
- "@progress/kendo-angular-l10n": "24.0.0-develop.20",
30
+ "@progress/kendo-angular-common": "24.0.0-develop.22",
31
+ "@progress/kendo-angular-intl": "24.0.0-develop.22",
32
+ "@progress/kendo-angular-l10n": "24.0.0-develop.22",
33
33
  "rxjs": "^6.5.3 || ^7.0.0"
34
34
  },
35
35
  "dependencies": {
36
36
  "tslib": "^2.3.1",
37
- "@progress/kendo-angular-schematics": "24.0.0-develop.20"
37
+ "@progress/kendo-angular-schematics": "24.0.0-develop.22"
38
38
  },
39
39
  "schematics": "./schematics/collection.json",
40
40
  "module": "fesm2022/progress-kendo-angular-indicators.mjs",