@spiffcommerce/core 9.0.0 → 10.0.0
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 +5 -0
- package/dist/module.js +5 -0
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -866,11 +866,16 @@ var t=require("@apollo/client"),e=require("lodash.clonedeep"),A=require("react/j
|
|
|
866
866
|
defaultText
|
|
867
867
|
deleteDefaultOnFocus
|
|
868
868
|
displayColorOnFinishStep
|
|
869
|
+
displayImageFillOnFinishStep
|
|
869
870
|
displaySelectionOnFinishStep
|
|
870
871
|
displayTextOnFinishStep
|
|
871
872
|
hideColorInCart
|
|
873
|
+
hideImageFillInCart
|
|
872
874
|
hideSelectionInCart
|
|
873
875
|
hideTextInCart
|
|
876
|
+
imageFillOption {
|
|
877
|
+
...OptionFields
|
|
878
|
+
}
|
|
874
879
|
lookAtAnimation {
|
|
875
880
|
...LookAtAnimationFields
|
|
876
881
|
}
|
package/dist/module.js
CHANGED
|
@@ -866,11 +866,16 @@ import{CommandContext as A,AssetType as t,BringForwardCommand as e,BringToFrontC
|
|
|
866
866
|
defaultText
|
|
867
867
|
deleteDefaultOnFocus
|
|
868
868
|
displayColorOnFinishStep
|
|
869
|
+
displayImageFillOnFinishStep
|
|
869
870
|
displaySelectionOnFinishStep
|
|
870
871
|
displayTextOnFinishStep
|
|
871
872
|
hideColorInCart
|
|
873
|
+
hideImageFillInCart
|
|
872
874
|
hideSelectionInCart
|
|
873
875
|
hideTextInCart
|
|
876
|
+
imageFillOption {
|
|
877
|
+
...OptionFields
|
|
878
|
+
}
|
|
874
879
|
lookAtAnimation {
|
|
875
880
|
...LookAtAnimationFields
|
|
876
881
|
}
|