@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/main.js +2 -2
- package/dist/module.js +2 -2
- package/dist/types.d.ts +1 -0
- package/package.json +1 -1
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>;
|