@progress/kendo-angular-notification 15.1.1-develop.1 → 15.1.1-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.
@@ -170,7 +170,7 @@ NotificationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
170
170
  closeTitle="Close"
171
171
  >
172
172
  </ng-container>
173
- <div class="k-notification {{ notificationClasses() }}"
173
+ <div class="k-notification k-notification-base {{ notificationClasses() }}"
174
174
  [ngClass]="cssClass"
175
175
  [style.height.px]="height"
176
176
  [style.width.px]="width"
@@ -214,7 +214,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
214
214
  closeTitle="Close"
215
215
  >
216
216
  </ng-container>
217
- <div class="k-notification {{ notificationClasses() }}"
217
+ <div class="k-notification k-notification-base {{ notificationClasses() }}"
218
218
  [ngClass]="cssClass"
219
219
  [style.height.px]="height"
220
220
  [style.width.px]="width"
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-notification',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1708676852,
13
- version: '15.1.1-develop.1',
12
+ publishDate: 1709018264,
13
+ version: '15.1.1-develop.3',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -78,8 +78,8 @@ const packageMetadata = {
78
78
  name: '@progress/kendo-angular-notification',
79
79
  productName: 'Kendo UI for Angular',
80
80
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
81
- publishDate: 1708676852,
82
- version: '15.1.1-develop.1',
81
+ publishDate: 1709018264,
82
+ version: '15.1.1-develop.3',
83
83
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
84
84
  };
85
85
 
@@ -304,7 +304,7 @@ NotificationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
304
304
  closeTitle="Close"
305
305
  >
306
306
  </ng-container>
307
- <div class="k-notification {{ notificationClasses() }}"
307
+ <div class="k-notification k-notification-base {{ notificationClasses() }}"
308
308
  [ngClass]="cssClass"
309
309
  [style.height.px]="height"
310
310
  [style.width.px]="width"
@@ -348,7 +348,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
348
348
  closeTitle="Close"
349
349
  >
350
350
  </ng-container>
351
- <div class="k-notification {{ notificationClasses() }}"
351
+ <div class="k-notification k-notification-base {{ notificationClasses() }}"
352
352
  [ngClass]="cssClass"
353
353
  [style.height.px]="height"
354
354
  [style.width.px]="width"
@@ -78,8 +78,8 @@ const packageMetadata = {
78
78
  name: '@progress/kendo-angular-notification',
79
79
  productName: 'Kendo UI for Angular',
80
80
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
81
- publishDate: 1708676852,
82
- version: '15.1.1-develop.1',
81
+ publishDate: 1709018264,
82
+ version: '15.1.1-develop.3',
83
83
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
84
84
  };
85
85
 
@@ -304,7 +304,7 @@ NotificationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
304
304
  closeTitle="Close"
305
305
  >
306
306
  </ng-container>
307
- <div class="k-notification {{ notificationClasses() }}"
307
+ <div class="k-notification k-notification-base {{ notificationClasses() }}"
308
308
  [ngClass]="cssClass"
309
309
  [style.height.px]="height"
310
310
  [style.width.px]="width"
@@ -348,7 +348,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
348
348
  closeTitle="Close"
349
349
  >
350
350
  </ng-container>
351
- <div class="k-notification {{ notificationClasses() }}"
351
+ <div class="k-notification k-notification-base {{ notificationClasses() }}"
352
352
  [ngClass]="cssClass"
353
353
  [style.height.px]="height"
354
354
  [style.width.px]="width"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-notification",
3
- "version": "15.1.1-develop.1",
3
+ "version": "15.1.1-develop.3",
4
4
  "description": "Kendo UI Notification for Angular",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -21,14 +21,14 @@
21
21
  "@angular/core": "13 - 17",
22
22
  "@angular/platform-browser": "13 - 17",
23
23
  "@progress/kendo-licensing": "^1.0.2",
24
- "@progress/kendo-angular-common": "15.1.1-develop.1",
25
- "@progress/kendo-angular-l10n": "15.1.1-develop.1",
26
- "@progress/kendo-angular-icons": "15.1.1-develop.1",
24
+ "@progress/kendo-angular-common": "15.1.1-develop.3",
25
+ "@progress/kendo-angular-l10n": "15.1.1-develop.3",
26
+ "@progress/kendo-angular-icons": "15.1.1-develop.3",
27
27
  "rxjs": "^6.5.3 || ^7.0.0"
28
28
  },
29
29
  "dependencies": {
30
30
  "tslib": "^2.3.1",
31
- "@progress/kendo-angular-schematics": "15.1.1-develop.1"
31
+ "@progress/kendo-angular-schematics": "15.1.1-develop.3"
32
32
  },
33
33
  "schematics": "./schematics/collection.json",
34
34
  "module": "fesm2015/progress-kendo-angular-notification.mjs",