@spiffcommerce/core 10.1.1 → 10.1.3
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 +6 -6
- package/dist/module.js +6 -6
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -954,17 +954,17 @@ var t=require("@apollo/client"),e=require("lodash.clonedeep"),A=require("react/j
|
|
|
954
954
|
defaultText
|
|
955
955
|
deleteDefaultOnFocus
|
|
956
956
|
displayColorOnFinishStep
|
|
957
|
-
|
|
957
|
+
displayImageFillOnFinishStep
|
|
958
958
|
displaySelectionOnFinishStep
|
|
959
959
|
displayTextOnFinishStep
|
|
960
960
|
hideColorInCart
|
|
961
|
-
|
|
961
|
+
hideImageFillInCart
|
|
962
962
|
hideSelectionInCart
|
|
963
963
|
hideTextInCart
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
964
|
+
imageFillOption {
|
|
965
|
+
...OptionFields
|
|
966
|
+
}
|
|
967
|
+
imageFillScale
|
|
968
968
|
lookAtAnimation {
|
|
969
969
|
...LookAtAnimationFields
|
|
970
970
|
}
|
package/dist/module.js
CHANGED
|
@@ -954,17 +954,17 @@ import{CommandContext as A,AssetType as t,BringForwardCommand as e,BringToFrontC
|
|
|
954
954
|
defaultText
|
|
955
955
|
deleteDefaultOnFocus
|
|
956
956
|
displayColorOnFinishStep
|
|
957
|
-
|
|
957
|
+
displayImageFillOnFinishStep
|
|
958
958
|
displaySelectionOnFinishStep
|
|
959
959
|
displayTextOnFinishStep
|
|
960
960
|
hideColorInCart
|
|
961
|
-
|
|
961
|
+
hideImageFillInCart
|
|
962
962
|
hideSelectionInCart
|
|
963
963
|
hideTextInCart
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
964
|
+
imageFillOption {
|
|
965
|
+
...OptionFields
|
|
966
|
+
}
|
|
967
|
+
imageFillScale
|
|
968
968
|
lookAtAnimation {
|
|
969
969
|
...LookAtAnimationFields
|
|
970
970
|
}
|