@spiffcommerce/core 0.10.223 → 0.10.224

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
@@ -532,6 +532,8 @@ var t=require("@apollo/client"),A=require("lodash.clonedeep"),e=require("react/j
532
532
  width
533
533
  index
534
534
  name
535
+ useEditableArea
536
+ transparentBackground
535
537
  previewRegion {
536
538
  ...RegionFields
537
539
  }
package/dist/module.js CHANGED
@@ -532,6 +532,8 @@ import{CommandContext as A,AssetType as t,BringForwardCommand as e,BringToFrontC
532
532
  width
533
533
  index
534
534
  name
535
+ useEditableArea
536
+ transparentBackground
535
537
  previewRegion {
536
538
  ...RegionFields
537
539
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "0.10.223",
3
+ "version": "0.10.224",
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",