@indigina/ui-kit 1.1.101 → 1.1.102
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.
|
@@ -135,7 +135,9 @@ export declare enum KitSvgIcon {
|
|
|
135
135
|
NOTIFICATION = "notification",
|
|
136
136
|
COLUMNS = "columns",
|
|
137
137
|
DETAILS = "details",
|
|
138
|
-
FILTER = "filter"
|
|
138
|
+
FILTER = "filter",
|
|
139
|
+
NOTIFICATION_SUCCESS = "notification-success",
|
|
140
|
+
NOTIFICATION_WARNING = "notification-warning"
|
|
139
141
|
}
|
|
140
142
|
export declare enum KitSvgIconType {
|
|
141
143
|
FILL = "fill",
|