@indigina/ui-kit 1.1.209 → 1.1.210

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.
package/index.d.ts CHANGED
@@ -186,7 +186,9 @@ declare enum KitSvgIcon {
186
186
  TABLE_VIEW = "table-view",
187
187
  LIST_VIEW = "list-view",
188
188
  KANBAN_VIEW = "kanban-view",
189
- VIEWS = "views"
189
+ VIEWS = "views",
190
+ MORE = "more",
191
+ IN_TRANSIT = "in-transit"
190
192
  }
191
193
  declare enum KitSvgIconType {
192
194
  FILL = "fill",
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "components",
8
8
  "shared"
9
9
  ],
10
- "version": "1.1.209",
10
+ "version": "1.1.210",
11
11
  "peerDependencies": {
12
12
  "@angular/common": ">=20.1.3 <21.0.0",
13
13
  "@angular/core": ">=20.1.3 <21.0.0"