@spiffcommerce/core 0.10.187 → 0.10.189

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/types.d.ts CHANGED
@@ -1415,6 +1415,7 @@ export class TextStepHandle extends StepHandle<_TextStepData1> {
1415
1415
  hasVaryingText(): boolean | undefined;
1416
1416
  hasVaryingColor(): boolean | undefined;
1417
1417
  hasVaryingSelection(): boolean | undefined;
1418
+ hasColorPicker(): boolean | undefined;
1418
1419
  getRegions(): import("@spiffcommerce/papyrus").Region[];
1419
1420
  }
1420
1421
  export const createDesign: (workflowManager: WorkflowManager, workflow: _Workflow1, layouts: _ILayout1[], getReducerState: () => _CommandState1, product: Product, transaction: Transaction, workflowSelections: WorkflowSelections, designName: string, onProgressUpdate: DesignCreationProgressUpdate, updateVariationRecords: (variationRecords: VariationRecord[]) => Promise<void>, variationRecords: VariationRecord[], createPreviewImage: (shouldRender3D?: boolean) => Promise<string>, workflowMetadata?: WorkflowMetadata) => Promise<DesignCreationMessage>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "0.10.187",
3
+ "version": "0.10.189",
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",