@progress/kendo-angular-icons 13.0.0-develop.17 → 13.0.0-develop.19

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.
@@ -20,7 +20,7 @@ export class IconsService {
20
20
  /**
21
21
  * Notifies subscribers of the initial icon settings, and upon each call to `notify`.
22
22
  */
23
- this.changes = new BehaviorSubject(this.iconSettings || { type: 'font' });
23
+ this.changes = new BehaviorSubject(this.iconSettings || { type: 'svg' });
24
24
  this.subs = new Subscription();
25
25
  if (iconSettingsService) {
26
26
  this.subs.add(iconSettingsService.changes
@@ -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: 1685523346,
13
- version: '13.0.0-develop.17',
12
+ publishDate: 1685948456,
13
+ version: '13.0.0-develop.19',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -19,8 +19,8 @@ const packageMetadata = {
19
19
  name: '@progress/kendo-angular-icons',
20
20
  productName: 'Kendo UI for Angular',
21
21
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
22
- publishDate: 1685523346,
23
- version: '13.0.0-develop.17',
22
+ publishDate: 1685948456,
23
+ version: '13.0.0-develop.19',
24
24
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
25
25
  };
26
26
 
@@ -325,7 +325,7 @@ class IconsService {
325
325
  /**
326
326
  * Notifies subscribers of the initial icon settings, and upon each call to `notify`.
327
327
  */
328
- this.changes = new BehaviorSubject(this.iconSettings || { type: 'font' });
328
+ this.changes = new BehaviorSubject(this.iconSettings || { type: 'svg' });
329
329
  this.subs = new Subscription();
330
330
  if (iconSettingsService) {
331
331
  this.subs.add(iconSettingsService.changes
@@ -19,8 +19,8 @@ const packageMetadata = {
19
19
  name: '@progress/kendo-angular-icons',
20
20
  productName: 'Kendo UI for Angular',
21
21
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
22
- publishDate: 1685523346,
23
- version: '13.0.0-develop.17',
22
+ publishDate: 1685948456,
23
+ version: '13.0.0-develop.19',
24
24
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
25
25
  };
26
26
 
@@ -325,7 +325,7 @@ class IconsService {
325
325
  /**
326
326
  * Notifies subscribers of the initial icon settings, and upon each call to `notify`.
327
327
  */
328
- this.changes = new BehaviorSubject(this.iconSettings || { type: 'font' });
328
+ this.changes = new BehaviorSubject(this.iconSettings || { type: 'svg' });
329
329
  this.subs = new Subscription();
330
330
  if (iconSettingsService) {
331
331
  this.subs.add(iconSettingsService.changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-icons",
3
- "version": "13.0.0-develop.17",
3
+ "version": "13.0.0-develop.19",
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": "13 - 16",
23
23
  "@progress/kendo-licensing": "^1.0.2",
24
24
  "@progress/kendo-svg-icons": "^1.0.0",
25
- "@progress/kendo-angular-common": "13.0.0-develop.17",
25
+ "@progress/kendo-angular-common": "13.0.0-develop.19",
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": "13.0.0-develop.17"
30
+ "@progress/kendo-angular-schematics": "13.0.0-develop.19"
31
31
  },
32
32
  "schematics": "./schematics/collection.json",
33
33
  "module": "fesm2015/progress-kendo-angular-icons.mjs",