@progress/kendo-angular-icons 17.1.2-develop.1 → 17.1.2-develop.3

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.
@@ -18,7 +18,7 @@ export class IconWrapperComponent {
18
18
  hostClass = true;
19
19
  /**
20
20
  * Defines the name for an existing font icon in a Kendo UI theme, which will be rendered.
21
- * All [Kendo UI Icons]({% slug icons %}#toc-list-of-font-icons) are supported.
21
+ * All [Kendo UI Icons](slug:icons#icons-list) are supported.
22
22
  */
23
23
  name;
24
24
  /**
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-icons',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1733824599,
13
- version: '17.1.2-develop.1',
12
+ publishDate: 1734351109,
13
+ version: '17.1.2-develop.3',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -18,8 +18,8 @@ const packageMetadata = {
18
18
  name: '@progress/kendo-angular-icons',
19
19
  productName: 'Kendo UI for Angular',
20
20
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
21
- publishDate: 1733824599,
22
- version: '17.1.2-develop.1',
21
+ publishDate: 1734351109,
22
+ version: '17.1.2-develop.3',
23
23
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
24
24
  };
25
25
 
@@ -428,7 +428,7 @@ class IconWrapperComponent {
428
428
  hostClass = true;
429
429
  /**
430
430
  * Defines the name for an existing font icon in a Kendo UI theme, which will be rendered.
431
- * All [Kendo UI Icons]({% slug icons %}#toc-list-of-font-icons) are supported.
431
+ * All [Kendo UI Icons](slug:icons#icons-list) are supported.
432
432
  */
433
433
  name;
434
434
  /**
@@ -15,7 +15,7 @@ export declare class IconWrapperComponent implements OnDestroy {
15
15
  hostClass: boolean;
16
16
  /**
17
17
  * Defines the name for an existing font icon in a Kendo UI theme, which will be rendered.
18
- * All [Kendo UI Icons]({% slug icons %}#toc-list-of-font-icons) are supported.
18
+ * All [Kendo UI Icons](slug:icons#icons-list) are supported.
19
19
  */
20
20
  name: string;
21
21
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-icons",
3
- "version": "17.1.2-develop.1",
3
+ "version": "17.1.2-develop.3",
4
4
  "description": "Kendo UI Angular component starter template",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -22,12 +22,12 @@
22
22
  "@angular/platform-browser": "16 - 19",
23
23
  "@progress/kendo-licensing": "^1.0.2",
24
24
  "@progress/kendo-svg-icons": "^4.0.0",
25
- "@progress/kendo-angular-common": "17.1.2-develop.1",
25
+ "@progress/kendo-angular-common": "17.1.2-develop.3",
26
26
  "rxjs": "^6.5.3 || ^7.0.0"
27
27
  },
28
28
  "dependencies": {
29
29
  "tslib": "^2.3.1",
30
- "@progress/kendo-angular-schematics": "17.1.2-develop.1"
30
+ "@progress/kendo-angular-schematics": "17.1.2-develop.3"
31
31
  },
32
32
  "schematics": "./schematics/collection.json",
33
33
  "module": "fesm2022/progress-kendo-angular-icons.mjs",