@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",
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "components",
8
8
  "shared"
9
9
  ],
10
- "version": "1.1.101",
10
+ "version": "1.1.102",
11
11
  "peerDependencies": {
12
12
  "@angular/common": "^18.2.6",
13
13
  "@angular/core": "^18.2.6"