@spiffcommerce/core 12.12.0 → 12.12.1
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 +47 -31
- package/dist/module.js +36 -20
- package/package.json +3 -3
package/dist/module.js
CHANGED
|
@@ -816,14 +816,6 @@ import{CommandContext as t,AssetType as A,BringForwardCommand as e,BringToFrontC
|
|
|
816
816
|
weight
|
|
817
817
|
}
|
|
818
818
|
}
|
|
819
|
-
`}
|
|
820
|
-
${ft`
|
|
821
|
-
fragment ModelAnimationFields on ModelAnimation {
|
|
822
|
-
from
|
|
823
|
-
to
|
|
824
|
-
loop
|
|
825
|
-
name
|
|
826
|
-
}
|
|
827
819
|
`}
|
|
828
820
|
query GetWorkflow($id: String!) {
|
|
829
821
|
workflow(id: $id) {
|
|
@@ -835,7 +827,9 @@ import{CommandContext as t,AssetType as A,BringForwardCommand as e,BringToFrontC
|
|
|
835
827
|
...LookAtAnimationFields
|
|
836
828
|
}
|
|
837
829
|
modelAnimation {
|
|
838
|
-
|
|
830
|
+
from
|
|
831
|
+
to
|
|
832
|
+
loop
|
|
839
833
|
}
|
|
840
834
|
}
|
|
841
835
|
globalPreviewConfig {
|
|
@@ -933,7 +927,9 @@ import{CommandContext as t,AssetType as A,BringForwardCommand as e,BringToFrontC
|
|
|
933
927
|
...LookAtAnimationFields
|
|
934
928
|
}
|
|
935
929
|
modelAnimation {
|
|
936
|
-
|
|
930
|
+
from
|
|
931
|
+
to
|
|
932
|
+
loop
|
|
937
933
|
}
|
|
938
934
|
regions {
|
|
939
935
|
...RegionFields
|
|
@@ -960,7 +956,9 @@ import{CommandContext as t,AssetType as A,BringForwardCommand as e,BringToFrontC
|
|
|
960
956
|
...LookAtAnimationFields
|
|
961
957
|
}
|
|
962
958
|
modelAnimation {
|
|
963
|
-
|
|
959
|
+
from
|
|
960
|
+
to
|
|
961
|
+
loop
|
|
964
962
|
}
|
|
965
963
|
overlayImageKey
|
|
966
964
|
overlayImageUrl
|
|
@@ -991,7 +989,9 @@ import{CommandContext as t,AssetType as A,BringForwardCommand as e,BringToFrontC
|
|
|
991
989
|
...LookAtAnimationFields
|
|
992
990
|
}
|
|
993
991
|
modelAnimation {
|
|
994
|
-
|
|
992
|
+
from
|
|
993
|
+
to
|
|
994
|
+
loop
|
|
995
995
|
}
|
|
996
996
|
regions {
|
|
997
997
|
...RegionFields
|
|
@@ -1012,7 +1012,9 @@ import{CommandContext as t,AssetType as A,BringForwardCommand as e,BringToFrontC
|
|
|
1012
1012
|
...LookAtAnimationFields
|
|
1013
1013
|
}
|
|
1014
1014
|
modelAnimation {
|
|
1015
|
-
|
|
1015
|
+
from
|
|
1016
|
+
to
|
|
1017
|
+
loop
|
|
1016
1018
|
}
|
|
1017
1019
|
targetMaterials
|
|
1018
1020
|
varySelection
|
|
@@ -1030,7 +1032,9 @@ import{CommandContext as t,AssetType as A,BringForwardCommand as e,BringToFrontC
|
|
|
1030
1032
|
...LookAtAnimationFields
|
|
1031
1033
|
}
|
|
1032
1034
|
modelAnimation {
|
|
1033
|
-
|
|
1035
|
+
from
|
|
1036
|
+
to
|
|
1037
|
+
loop
|
|
1034
1038
|
}
|
|
1035
1039
|
replaceProductModel
|
|
1036
1040
|
varySelection
|
|
@@ -1049,7 +1053,9 @@ import{CommandContext as t,AssetType as A,BringForwardCommand as e,BringToFrontC
|
|
|
1049
1053
|
}
|
|
1050
1054
|
maxLength
|
|
1051
1055
|
modelAnimation {
|
|
1052
|
-
|
|
1056
|
+
from
|
|
1057
|
+
to
|
|
1058
|
+
loop
|
|
1053
1059
|
}
|
|
1054
1060
|
module
|
|
1055
1061
|
regions {
|
|
@@ -1070,7 +1076,9 @@ import{CommandContext as t,AssetType as A,BringForwardCommand as e,BringToFrontC
|
|
|
1070
1076
|
...LookAtAnimationFields
|
|
1071
1077
|
}
|
|
1072
1078
|
modelAnimation {
|
|
1073
|
-
|
|
1079
|
+
from
|
|
1080
|
+
to
|
|
1081
|
+
loop
|
|
1074
1082
|
}
|
|
1075
1083
|
regions {
|
|
1076
1084
|
...RegionFields
|
|
@@ -1097,7 +1105,9 @@ import{CommandContext as t,AssetType as A,BringForwardCommand as e,BringToFrontC
|
|
|
1097
1105
|
...LookAtAnimationFields
|
|
1098
1106
|
}
|
|
1099
1107
|
modelAnimation {
|
|
1100
|
-
|
|
1108
|
+
from
|
|
1109
|
+
to
|
|
1110
|
+
loop
|
|
1101
1111
|
}
|
|
1102
1112
|
varySelections
|
|
1103
1113
|
}
|
|
@@ -1115,7 +1125,9 @@ import{CommandContext as t,AssetType as A,BringForwardCommand as e,BringToFrontC
|
|
|
1115
1125
|
...LookAtAnimationFields
|
|
1116
1126
|
}
|
|
1117
1127
|
modelAnimation {
|
|
1118
|
-
|
|
1128
|
+
from
|
|
1129
|
+
to
|
|
1130
|
+
loop
|
|
1119
1131
|
}
|
|
1120
1132
|
regions {
|
|
1121
1133
|
...RegionFields
|
|
@@ -1137,7 +1149,9 @@ import{CommandContext as t,AssetType as A,BringForwardCommand as e,BringToFrontC
|
|
|
1137
1149
|
...LookAtAnimationFields
|
|
1138
1150
|
}
|
|
1139
1151
|
modelAnimation {
|
|
1140
|
-
|
|
1152
|
+
from
|
|
1153
|
+
to
|
|
1154
|
+
loop
|
|
1141
1155
|
}
|
|
1142
1156
|
regions {
|
|
1143
1157
|
...RegionFields
|
|
@@ -1177,7 +1191,9 @@ import{CommandContext as t,AssetType as A,BringForwardCommand as e,BringToFrontC
|
|
|
1177
1191
|
maxSize
|
|
1178
1192
|
minSize
|
|
1179
1193
|
modelAnimation {
|
|
1180
|
-
|
|
1194
|
+
from
|
|
1195
|
+
to
|
|
1196
|
+
loop
|
|
1181
1197
|
}
|
|
1182
1198
|
paths
|
|
1183
1199
|
regions {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spiffcommerce/core",
|
|
3
|
-
"version": "12.12.
|
|
3
|
+
"version": "12.12.1",
|
|
4
4
|
"description": "Core client API for interacting with the Spiff Commerce backend.",
|
|
5
5
|
"source": "src/index.ts",
|
|
6
6
|
"main": "dist/main.js",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@parcel/transformer-typescript-tsc": "^2.8.0",
|
|
46
46
|
"@parcel/transformer-typescript-types": "2.8.0",
|
|
47
47
|
"@parcel/validator-typescript": "^2.8.0",
|
|
48
|
-
"@spiffcommerce/preview": "^3.
|
|
48
|
+
"@spiffcommerce/preview": "^3.2.0",
|
|
49
49
|
"@types/enzyme": "^3.10.12",
|
|
50
50
|
"@types/jest": "^29.0.3",
|
|
51
51
|
"@types/lodash.clonedeep": "^4.5.7",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
},
|
|
88
88
|
"dependencies": {
|
|
89
89
|
"@apollo/client": "^3.7.0",
|
|
90
|
-
"@spiffcommerce/papyrus": "^2.0.
|
|
90
|
+
"@spiffcommerce/papyrus": "^2.0.11",
|
|
91
91
|
"cross-fetch": "^3.1.5",
|
|
92
92
|
"graphql": "^16.6.0",
|
|
93
93
|
"lodash.clonedeep": "^4.5.0",
|