@spiffcommerce/core 15.1.1 → 15.1.2
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 +9 -0
- package/dist/module.js +9 -0
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -1294,6 +1294,15 @@ var t=require("@apollo/client"),e=require("lodash.clonedeep"),i=require("react/j
|
|
|
1294
1294
|
}
|
|
1295
1295
|
data {
|
|
1296
1296
|
__typename
|
|
1297
|
+
... on InformationStepData {
|
|
1298
|
+
content
|
|
1299
|
+
lookAtAnimation {
|
|
1300
|
+
...LookAtAnimationFields
|
|
1301
|
+
}
|
|
1302
|
+
modelAnimation {
|
|
1303
|
+
...ModelAnimationFields
|
|
1304
|
+
}
|
|
1305
|
+
}
|
|
1297
1306
|
... on DigitalContentStepData {
|
|
1298
1307
|
advancedEditorAnimation {
|
|
1299
1308
|
x
|
package/dist/module.js
CHANGED
|
@@ -1294,6 +1294,15 @@ import{CommandContext as t,AssetType as e,BringForwardCommand as A,BringToFrontC
|
|
|
1294
1294
|
}
|
|
1295
1295
|
data {
|
|
1296
1296
|
__typename
|
|
1297
|
+
... on InformationStepData {
|
|
1298
|
+
content
|
|
1299
|
+
lookAtAnimation {
|
|
1300
|
+
...LookAtAnimationFields
|
|
1301
|
+
}
|
|
1302
|
+
modelAnimation {
|
|
1303
|
+
...ModelAnimationFields
|
|
1304
|
+
}
|
|
1305
|
+
}
|
|
1297
1306
|
... on DigitalContentStepData {
|
|
1298
1307
|
advancedEditorAnimation {
|
|
1299
1308
|
x
|