@weaverse/core 0.7.14 → 0.7.15
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 +2 -1
- package/dist/index.js +0 -0
- package/dist/index.mjs +0 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -92,7 +92,7 @@ interface ElementCatalog {
|
|
|
92
92
|
group?: CatalogGroup;
|
|
93
93
|
data?: ElementData[];
|
|
94
94
|
}
|
|
95
|
-
declare type FlagType = "draggable" | "resizable" | "sortable" | "droppable" | "ignoreShortcutKeys";
|
|
95
|
+
declare type FlagType = "draggable" | "resizable" | "sortable" | "droppable" | "ignoreShortcutKeys" | "hasContextMenu";
|
|
96
96
|
declare type ElementFlags = Partial<Record<FlagType, boolean>>;
|
|
97
97
|
interface ChildElement {
|
|
98
98
|
label: string;
|
|
@@ -191,6 +191,7 @@ declare global {
|
|
|
191
191
|
interface Window {
|
|
192
192
|
WeaverseStudioBridge: any;
|
|
193
193
|
weaverseShopifyProducts: any;
|
|
194
|
+
Blinkloader: any;
|
|
194
195
|
}
|
|
195
196
|
}
|
|
196
197
|
|
package/dist/index.js
CHANGED
|
File without changes
|
package/dist/index.mjs
CHANGED
|
File without changes
|
package/package.json
CHANGED