@indigina/ui-kit 1.1.491 → 1.1.492

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/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "components",
8
8
  "shared"
9
9
  ],
10
- "version": "1.1.491",
10
+ "version": "1.1.492",
11
11
  "peerDependencies": {
12
12
  "@angular/common": ">=21.0.0 <22.0.0",
13
13
  "@angular/core": ">=21.0.0 <22.0.0",
@@ -202,7 +202,8 @@ declare enum KitSvgIcon {
202
202
  BUILDING = "building",
203
203
  CODE = "code",
204
204
  TREE_VIEW = "tree-view",
205
- MAGIC_WAND = "magic-wand"
205
+ MAGIC_WAND = "magic-wand",
206
+ UNBOOKED_PRODUCTS = "unbooked-products"
206
207
  }
207
208
  declare enum KitSvgIconType {
208
209
  FILL = "fill",