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