@spiffcommerce/core 15.1.5 → 15.2.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 CHANGED
@@ -1215,6 +1215,7 @@ var t=require("@apollo/client"),e=require("lodash.clonedeep"),i=require("react/j
1215
1215
  clearColor
1216
1216
  disableActionBar
1217
1217
  disableAutomaticOrientation
1218
+ emissiveGlowIntensity
1218
1219
  enableAR
1219
1220
  environmentFile
1220
1221
  idleTimeBeforeRotation
package/dist/module.js CHANGED
@@ -1215,6 +1215,7 @@ import{CommandContext as t,AssetType as e,BringForwardCommand as A,BringToFrontC
1215
1215
  clearColor
1216
1216
  disableActionBar
1217
1217
  disableAutomaticOrientation
1218
+ emissiveGlowIntensity
1218
1219
  enableAR
1219
1220
  environmentFile
1220
1221
  idleTimeBeforeRotation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "15.1.5",
3
+ "version": "15.2.0",
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",