@progress/kendo-angular-buttons 13.2.1-develop.2 → 13.2.1-develop.4

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.
@@ -341,6 +341,7 @@ ChipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version:
341
341
  (click)="onRemoveClick($event)">
342
342
  <kendo-icon-wrapper
343
343
  name="x-circle"
344
+ size="small"
344
345
  [svgIcon]="defaultRemoveIcon || removeSvgIcon"
345
346
  [customFontClass]="removeIcon"></kendo-icon-wrapper>
346
347
 
@@ -384,6 +385,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
384
385
  (click)="onRemoveClick($event)">
385
386
  <kendo-icon-wrapper
386
387
  name="x-circle"
388
+ size="small"
387
389
  [svgIcon]="defaultRemoveIcon || removeSvgIcon"
388
390
  [customFontClass]="removeIcon"></kendo-icon-wrapper>
389
391
 
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-buttons',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1689770995,
13
- version: '13.2.1-develop.2',
12
+ publishDate: 1689867451,
13
+ version: '13.2.1-develop.4',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -28,8 +28,8 @@ const packageMetadata = {
28
28
  name: '@progress/kendo-angular-buttons',
29
29
  productName: 'Kendo UI for Angular',
30
30
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
31
- publishDate: 1689770995,
32
- version: '13.2.1-develop.2',
31
+ publishDate: 1689867451,
32
+ version: '13.2.1-develop.4',
33
33
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
34
34
  };
35
35
 
@@ -3582,6 +3582,7 @@ ChipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version:
3582
3582
  (click)="onRemoveClick($event)">
3583
3583
  <kendo-icon-wrapper
3584
3584
  name="x-circle"
3585
+ size="small"
3585
3586
  [svgIcon]="defaultRemoveIcon || removeSvgIcon"
3586
3587
  [customFontClass]="removeIcon"></kendo-icon-wrapper>
3587
3588
 
@@ -3625,6 +3626,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
3625
3626
  (click)="onRemoveClick($event)">
3626
3627
  <kendo-icon-wrapper
3627
3628
  name="x-circle"
3629
+ size="small"
3628
3630
  [svgIcon]="defaultRemoveIcon || removeSvgIcon"
3629
3631
  [customFontClass]="removeIcon"></kendo-icon-wrapper>
3630
3632
 
@@ -46,8 +46,8 @@ const packageMetadata = {
46
46
  name: '@progress/kendo-angular-buttons',
47
47
  productName: 'Kendo UI for Angular',
48
48
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
49
- publishDate: 1689770995,
50
- version: '13.2.1-develop.2',
49
+ publishDate: 1689867451,
50
+ version: '13.2.1-develop.4',
51
51
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
52
52
  };
53
53
 
@@ -3576,6 +3576,7 @@ ChipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version:
3576
3576
  (click)="onRemoveClick($event)">
3577
3577
  <kendo-icon-wrapper
3578
3578
  name="x-circle"
3579
+ size="small"
3579
3580
  [svgIcon]="defaultRemoveIcon || removeSvgIcon"
3580
3581
  [customFontClass]="removeIcon"></kendo-icon-wrapper>
3581
3582
 
@@ -3619,6 +3620,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
3619
3620
  (click)="onRemoveClick($event)">
3620
3621
  <kendo-icon-wrapper
3621
3622
  name="x-circle"
3623
+ size="small"
3622
3624
  [svgIcon]="defaultRemoveIcon || removeSvgIcon"
3623
3625
  [customFontClass]="removeIcon"></kendo-icon-wrapper>
3624
3626
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-buttons",
3
- "version": "13.2.1-develop.2",
3
+ "version": "13.2.1-develop.4",
4
4
  "description": "Buttons Package for Angular",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -25,15 +25,15 @@
25
25
  "@angular/core": "13 - 16",
26
26
  "@angular/platform-browser": "13 - 16",
27
27
  "@progress/kendo-licensing": "^1.0.2",
28
- "@progress/kendo-angular-common": "13.2.1-develop.2",
29
- "@progress/kendo-angular-l10n": "13.2.1-develop.2",
30
- "@progress/kendo-angular-popup": "13.2.1-develop.2",
31
- "@progress/kendo-angular-icons": "13.2.1-develop.2",
28
+ "@progress/kendo-angular-common": "13.2.1-develop.4",
29
+ "@progress/kendo-angular-l10n": "13.2.1-develop.4",
30
+ "@progress/kendo-angular-popup": "13.2.1-develop.4",
31
+ "@progress/kendo-angular-icons": "13.2.1-develop.4",
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": "13.2.1-develop.2",
36
+ "@progress/kendo-angular-schematics": "13.2.1-develop.4",
37
37
  "@progress/kendo-common": "^0.2.1"
38
38
  },
39
39
  "schematics": "./schematics/collection.json",