@spiffcommerce/core 0.10.88 → 0.10.90

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
@@ -392,9 +392,6 @@ declare class ShapeStepService implements StepService<_ShapeStepData1> {
392
392
  fill: string | undefined;
393
393
  stroke: string | undefined;
394
394
  variant: _VariantResource1;
395
- }[] | {
396
- fill: string;
397
- stroke: string;
398
395
  }[]>;
399
396
  init(stepData: _Step1<_ShapeStepData1>, workflowManager: WorkflowManager, reducerState?: _LayoutsState1): Promise<CommandWithFollowup | null>;
400
397
  selectVariant(stepData: _Step1<_ShapeStepData1>, colourOption: ColorOption, elements: RegionElement[], workflowManager: WorkflowManager): Promise<void>;
@@ -1256,6 +1253,10 @@ export class IllustrationStepHandle extends StepHandle<_IllustrationStepData1> {
1256
1253
  getColors(): {
1257
1254
  [key: string]: import("@spiffcommerce/papyrus").ColorDefinition;
1258
1255
  } | undefined;
1256
+ /**
1257
+ * Set color for the illustration.
1258
+ */
1259
+ setColor(key: string, value: string): Promise<void>;
1259
1260
  }
1260
1261
  export class PictureStepHandle extends StepHandle<_PictureStepData1> {
1261
1262
  constructor(manager: WorkflowManager, step: _Step1<_PictureStepData1>);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "0.10.88",
3
+ "version": "0.10.90",
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",