@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
|
@@ -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",
|