@spiffcommerce/core 16.8.5-2 → 16.9.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/index.js CHANGED
@@ -300,6 +300,8 @@ const N = new Kt(), jt = y`
300
300
  clearCoat
301
301
  clearCoatIor
302
302
  refractionIntensity
303
+ reflectionIntensity
304
+ reflectionRotation
303
305
  albedoMap {
304
306
  key
305
307
  fileLink
@@ -328,6 +330,10 @@ const N = new Kt(), jt = y`
328
330
  key
329
331
  fileLink
330
332
  }
333
+ reflectionMap {
334
+ key
335
+ fileLink
336
+ }
331
337
  roughnessMap {
332
338
  key
333
339
  fileLink
@@ -35,6 +35,8 @@
35
35
  clearCoat
36
36
  clearCoatIor
37
37
  refractionIntensity
38
+ reflectionIntensity
39
+ reflectionRotation
38
40
  albedoMap {
39
41
  key
40
42
  fileLink
@@ -63,6 +65,10 @@
63
65
  key
64
66
  fileLink
65
67
  }
68
+ reflectionMap {
69
+ key
70
+ fileLink
71
+ }
66
72
  roughnessMap {
67
73
  key
68
74
  fileLink
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "16.8.5-2",
3
+ "version": "16.9.0",
4
4
  "description": "Core client API for interacting with the Spiff Commerce backend.",
5
5
  "source": "src/index.ts",
6
6
  "main": "dist/index.umd.cjs",
@@ -28,7 +28,7 @@
28
28
  "devDependencies": {
29
29
  "@ladle/react": "2.17.2",
30
30
  "@preact/preset-vite": "^2.5.0",
31
- "@spiffcommerce/preview": "5.3.5-2",
31
+ "@spiffcommerce/preview": "^5.0.0",
32
32
  "@types/lodash.clonedeep": "^4.5.7",
33
33
  "@types/lodash.debounce": "^4.0.7",
34
34
  "@types/lodash.isequal": "^4.5.6",
@@ -52,7 +52,7 @@
52
52
  },
53
53
  "dependencies": {
54
54
  "@apollo/client": "^3.8.3",
55
- "@spiffcommerce/papyrus": "6.2.1",
55
+ "@spiffcommerce/papyrus": "6.2.3",
56
56
  "graphql": "^16.8.0",
57
57
  "lodash.clonedeep": "^4.5.0",
58
58
  "lodash.debounce": "^4.0.8",