@weaverse/core 2.8.0 → 2.8.2
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/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -213,7 +213,7 @@ interface RangeInputConfigs {
|
|
|
213
213
|
unit?: string;
|
|
214
214
|
}
|
|
215
215
|
type PositionInputValue = "top left" | "top center" | "top right" | "center left" | "center center" | "center right" | "bottom left" | "bottom center" | "bottom right";
|
|
216
|
-
type InputType = "blog" | "collection" | "collection-list" | "color" | "datepicker" | "image" | "map-autocomplete" | "position" | "product" | "product-list" | "range" | "richtext" | "select" | "switch" | "text" | "textarea" | "toggle-group";
|
|
216
|
+
type InputType = "blog" | "collection" | "collection-list" | "color" | "datepicker" | "image" | "map-autocomplete" | "position" | "product" | "product-list" | "range" | "richtext" | "select" | "switch" | "text" | "textarea" | "toggle-group" | "swatches";
|
|
217
217
|
declare global {
|
|
218
218
|
interface Window {
|
|
219
219
|
weaverseStudio: any;
|
package/dist/index.d.ts
CHANGED
|
@@ -213,7 +213,7 @@ interface RangeInputConfigs {
|
|
|
213
213
|
unit?: string;
|
|
214
214
|
}
|
|
215
215
|
type PositionInputValue = "top left" | "top center" | "top right" | "center left" | "center center" | "center right" | "bottom left" | "bottom center" | "bottom right";
|
|
216
|
-
type InputType = "blog" | "collection" | "collection-list" | "color" | "datepicker" | "image" | "map-autocomplete" | "position" | "product" | "product-list" | "range" | "richtext" | "select" | "switch" | "text" | "textarea" | "toggle-group";
|
|
216
|
+
type InputType = "blog" | "collection" | "collection-list" | "color" | "datepicker" | "image" | "map-autocomplete" | "position" | "product" | "product-list" | "range" | "richtext" | "select" | "switch" | "text" | "textarea" | "toggle-group" | "swatches";
|
|
217
217
|
declare global {
|
|
218
218
|
interface Window {
|
|
219
219
|
weaverseStudio: any;
|