@spiffcommerce/core 18.0.0 → 18.1.0-alpha.0

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/index.d.ts CHANGED
@@ -2357,7 +2357,7 @@ declare class IllustrationStepService implements StepService<IllustrationStepDat
2357
2357
  };
2358
2358
  init(stepData: Step<IllustrationStepData>, workflowManager: WorkflowManager, reducerState?: LayoutsState): Promise<CommandWithFollowup | null>;
2359
2359
  private reload;
2360
- availableColors(stepData: Step<IllustrationStepData>, workflowManager: WorkflowManager): Promise<{
2360
+ availableColors(stepData: Step<IllustrationStepData>, _workflowManager: WorkflowManager): Promise<{
2361
2361
  fill: string | undefined;
2362
2362
  stroke: string | undefined;
2363
2363
  variant: VariantResource;