@progress/kendo-angular-notification 23.0.1 → 23.1.0-develop.1

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.
@@ -89,6 +89,9 @@ class NotificationSettings {
89
89
  * The value of the Notification element `aria-label` attribute.
90
90
  *
91
91
  * @default 'Notification'
92
+ *
93
+ * @remarks
94
+ * This property is related to accessibility.
92
95
  */
93
96
  notificationLabel = 'Notification';
94
97
  /**
@@ -118,7 +121,7 @@ const packageMetadata = {
118
121
  productCode: 'KENDOUIANGULAR',
119
122
  productCodes: ['KENDOUIANGULAR'],
120
123
  publishDate: 0,
121
- version: '23.0.1',
124
+ version: '23.1.0-develop.1',
122
125
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
123
126
  };
124
127
 
@@ -80,6 +80,9 @@ export declare class NotificationSettings {
80
80
  * The value of the Notification element `aria-label` attribute.
81
81
  *
82
82
  * @default 'Notification'
83
+ *
84
+ * @remarks
85
+ * This property is related to accessibility.
83
86
  */
84
87
  notificationLabel?: string;
85
88
  /**
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1770815897,
11
- "version": "23.0.1",
10
+ "publishDate": 1771342489,
11
+ "version": "23.1.0-develop.1",
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-notification",
3
- "version": "23.0.1",
3
+ "version": "23.1.0-develop.1",
4
4
  "description": "Kendo UI Notification for Angular",
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": 1770815897,
20
+ "publishDate": 1771342489,
21
21
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
22
22
  }
23
23
  },
@@ -27,14 +27,14 @@
27
27
  "@angular/core": "19 - 21",
28
28
  "@angular/platform-browser": "19 - 21",
29
29
  "@progress/kendo-licensing": "^1.10.0",
30
- "@progress/kendo-angular-common": "23.0.1",
31
- "@progress/kendo-angular-l10n": "23.0.1",
32
- "@progress/kendo-angular-icons": "23.0.1",
30
+ "@progress/kendo-angular-common": "23.1.0-develop.1",
31
+ "@progress/kendo-angular-l10n": "23.1.0-develop.1",
32
+ "@progress/kendo-angular-icons": "23.1.0-develop.1",
33
33
  "rxjs": "^6.5.3 || ^7.0.0"
34
34
  },
35
35
  "dependencies": {
36
36
  "tslib": "^2.3.1",
37
- "@progress/kendo-angular-schematics": "23.0.1"
37
+ "@progress/kendo-angular-schematics": "23.1.0-develop.1"
38
38
  },
39
39
  "schematics": "./schematics/collection.json",
40
40
  "module": "fesm2022/progress-kendo-angular-notification.mjs",