ids-enterprise-typings 18.8.0 → 19.0.0

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.
@@ -7,7 +7,7 @@
7
7
  /**
8
8
  * Options for the color of dot
9
9
  */
10
- type SohoNotificationBadgeColor = 'alert' | 'warning' | 'yield' | 'complete' | 'progress' | 'caution' | string;
10
+ type SohoNotificationBadgeColor = 'neutral' | 'alert' | 'warning' | 'yield' | 'complete' | 'progress' | 'caution' | string;
11
11
 
12
12
  /**
13
13
  * Options for the position of dot
@@ -26,6 +26,9 @@ interface SohoNotificationBadgeOptions {
26
26
 
27
27
  /** Add extra attributes like id's to the component */
28
28
  attributes?: Array<Object> | Object;
29
+
30
+ /** The label of the notification badge. */
31
+ label?: string;
29
32
  }
30
33
 
31
34
  interface SohoNotificationBadge {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ids-enterprise-typings",
3
3
  "slug": "ids-enterprise-typings",
4
- "version": "18.8.0",
4
+ "version": "19.0.0",
5
5
  "declaration": true,
6
6
  "types": "index.d.ts",
7
7
  "peerDependencies": {