@weaverse/core 0.7.43 → 0.7.44
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.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -212,7 +212,7 @@ type SortableItemAction = "add" | "edit" | "duplicate" | "delete" | "toggle-visi
|
|
|
212
212
|
interface SortableInputConfigs {
|
|
213
213
|
actions: SortableItemAction[];
|
|
214
214
|
}
|
|
215
|
-
type InputType = "color" | "datepicker" | "image" | "range" | "select" | "sortable" | "switch" | "text" | "textarea" | "toggle-group" | "form" | "product" | "product-swatches" | "custom.html" | "instagram" | "collection-list" | "collection" | "article-list" | "map-autocomplete"
|
|
215
|
+
type InputType = "color" | "datepicker" | "image" | "range" | "select" | "sortable" | "switch" | "text" | "textarea" | "toggle-group" | "form" | "product" | "product-list" | "product-swatches" | "text-editor" | "custom.html" | "instagram" | "collection-list" | "collection" | "article-list" | "map-autocomplete";
|
|
216
216
|
declare global {
|
|
217
217
|
interface Window {
|
|
218
218
|
WeaverseStudioBridge: any;
|
package/package.json
CHANGED