@progress/kendo-angular-icons 24.0.0-develop.2 → 24.0.0-develop.21

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.
@@ -14,9 +14,7 @@
14
14
  * - `success`— Applies coloring based on success theme color.
15
15
  * - `warning`— Applies coloring based on warning theme color.
16
16
  * - `error`— Applies coloring based on error theme color.
17
- * - `dark`— Applies coloring based on dark theme color.
18
- * - `light`— Applies coloring based on light theme color.
19
17
  * - `inverse`— Applies coloring based on inverse theme color.
20
18
  *
21
19
  */
22
- export type IconThemeColor = 'inherit' | 'primary' | 'secondary' | 'tertiary' | 'info' | 'success' | 'warning' | 'error' | 'dark' | 'light' | 'inverse';
20
+ export type IconThemeColor = 'inherit' | 'primary' | 'secondary' | 'tertiary' | 'info' | 'success' | 'warning' | 'error' | 'inverse';
@@ -19,8 +19,8 @@ const packageMetadata = {
19
19
  productName: 'Kendo UI for Angular',
20
20
  productCode: 'KENDOUIANGULAR',
21
21
  productCodes: ['KENDOUIANGULAR'],
22
- publishDate: 1776936002,
23
- version: '24.0.0-develop.2',
22
+ publishDate: 1778160868,
23
+ version: '24.0.0-develop.21',
24
24
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
25
25
  };
26
26
 
@@ -255,7 +255,7 @@ class SVGIconComponent extends IconBaseDirective {
255
255
  static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: SVGIconComponent, isStandalone: true, selector: "kendo-svg-icon, kendo-svgicon", inputs: { icon: "icon" }, host: { properties: { "class.k-svg-icon": "this.hostClass", "class.k-icon": "this.hostClass", "attr.aria-hidden": "this.hostAriaHidden" } }, exportAs: ["kendoSVGIcon"], usesInheritance: true, ngImport: i0, template: `
256
256
  @if (visible) {
257
257
  <svg [style.pointerEvents]="'none'" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
258
- [attr.viewBox]="icon.viewBox" [innerHTML]="content">
258
+ [attr.viewBox]="icon.viewBox" [innerHTML]="content" aria-hidden="true">
259
259
  </svg>
260
260
  }`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
261
261
  }
@@ -267,7 +267,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
267
267
  template: `
268
268
  @if (visible) {
269
269
  <svg [style.pointerEvents]="'none'" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
270
- [attr.viewBox]="icon.viewBox" [innerHTML]="content">
270
+ [attr.viewBox]="icon.viewBox" [innerHTML]="content" aria-hidden="true">
271
271
  </svg>
272
272
  }`,
273
273
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1776936002,
11
- "version": "24.0.0-develop.2",
10
+ "publishDate": 1778160868,
11
+ "version": "24.0.0-develop.21",
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-icons",
3
- "version": "24.0.0-develop.2",
3
+ "version": "24.0.0-develop.21",
4
4
  "description": "Kendo UI Angular component starter template",
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": 1776936002,
20
+ "publishDate": 1778160868,
21
21
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
22
22
  }
23
23
  },
@@ -28,12 +28,12 @@
28
28
  "@angular/platform-browser": "19 - 21",
29
29
  "@progress/kendo-licensing": "^1.11.0",
30
30
  "@progress/kendo-svg-icons": "^4.0.0",
31
- "@progress/kendo-angular-common": "24.0.0-develop.2",
31
+ "@progress/kendo-angular-common": "24.0.0-develop.21",
32
32
  "rxjs": "^6.5.3 || ^7.0.0"
33
33
  },
34
34
  "dependencies": {
35
35
  "tslib": "^2.3.1",
36
- "@progress/kendo-angular-schematics": "24.0.0-develop.2"
36
+ "@progress/kendo-angular-schematics": "24.0.0-develop.21"
37
37
  },
38
38
  "schematics": "./schematics/collection.json",
39
39
  "module": "fesm2022/progress-kendo-angular-icons.mjs",