ids-enterprise-typings
Advanced tools
Comparing version 18.8.0 to 19.0.0
@@ -10,3 +10,3 @@ /** | ||
*/ | ||
type SohoNotificationBadgeColor = 'alert' | 'warning' | 'yield' | 'complete' | 'progress' | 'caution' | string; | ||
type SohoNotificationBadgeColor = 'neutral' | 'alert' | 'warning' | 'yield' | 'complete' | 'progress' | 'caution' | string; | ||
@@ -30,2 +30,5 @@ /** | ||
attributes?: Array<Object> | Object; | ||
/** The label of the notification badge. */ | ||
label?: string; | ||
} | ||
@@ -32,0 +35,0 @@ |
{ | ||
"name": "ids-enterprise-typings", | ||
"slug": "ids-enterprise-typings", | ||
"version": "18.8.0", | ||
"version": "19.0.0", | ||
"declaration": true, | ||
@@ -6,0 +6,0 @@ "types": "index.d.ts", |
280143
8552