@spiffcommerce/core 0.10.223 → 0.10.225

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/dist/types.d.ts CHANGED
@@ -861,8 +861,14 @@ export enum ProductCameraRig {
861
861
  Orbit = 0,
862
862
  Pan = 1
863
863
  }
864
- enum BulkPriceCalculationStrategy {
864
+ /**
865
+ * Defines the different strategies to use when calculating the total price
866
+ * when creating bulk designs.
867
+ */
868
+ export enum BulkPriceCalculationStrategy {
869
+ /** The total price should increase with the amount of variations. */
865
870
  PerVariation = 0,
871
+ /** The total price should remain at the base price of the product. */
866
872
  BaseProduct = 1
867
873
  }
868
874
  interface BulkConfiguration {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "0.10.223",
3
+ "version": "0.10.225",
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",