@spiffcommerce/core 0.10.189 → 0.10.191
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/main.js +2 -2
- package/dist/module.js +3 -3
- package/dist/types.d.ts +1 -0
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -1042,6 +1042,7 @@ type ElementEvent = {
|
|
|
1042
1042
|
export enum EditorSubMenu {
|
|
1043
1043
|
None = "None",
|
|
1044
1044
|
FrameAdjustment = "FrameAdjustment",
|
|
1045
|
+
Variations = "Variations",
|
|
1045
1046
|
FinalizeDesign = "FinalizeDesign",
|
|
1046
1047
|
SavedDesigns = "SavedDesigns",
|
|
1047
1048
|
ThreeDPreview = "ThreeDPreview",
|