@indigina/ui-kit 1.1.611 → 1.1.612
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
|
@@ -206,7 +206,8 @@ declare enum KitSvgIcon {
|
|
|
206
206
|
BUILDING = "building",
|
|
207
207
|
STAR_FILLED = "star-filled",
|
|
208
208
|
UNLOCK = "unlock",
|
|
209
|
-
LIGHTING = "lighting"
|
|
209
|
+
LIGHTING = "lighting",
|
|
210
|
+
SEKO_360_LOGO = "seko-360-logo"
|
|
210
211
|
}
|
|
211
212
|
declare enum KitSvgIconType {
|
|
212
213
|
FILL = "fill",
|