@spiffcommerce/core 0.10.120 → 0.10.122

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
@@ -1016,7 +1016,8 @@ export enum EditorSubMenu {
1016
1016
  FrameAdjustment = "FrameAdjustment",
1017
1017
  FinalizeDesign = "FinalizeDesign",
1018
1018
  SavedDesigns = "SavedDesigns",
1019
- ThreeDPreview = "ThreeDPreview"
1019
+ ThreeDPreview = "ThreeDPreview",
1020
+ Panels = "Panels"
1020
1021
  }
1021
1022
  interface UIState {
1022
1023
  }
@@ -1285,6 +1286,10 @@ export class IllustrationStepHandle extends StepHandle<_IllustrationStepData1> {
1285
1286
  hasVaryingColors(): boolean | undefined;
1286
1287
  isColorPickerEnabled(): boolean;
1287
1288
  }
1289
+ export class MaterialStepHandle extends StepHandle<_MaterialStepData1> {
1290
+ constructor(manager: WorkflowManager, step: _Step1<_MaterialStepData1>);
1291
+ selectVariant(variant: _VariantResource1): Promise<void>;
1292
+ }
1288
1293
  export class ModelStepHandle extends StepHandle<_ModelStepData1> {
1289
1294
  constructor(manager: WorkflowManager, step: _Step1<_ModelStepData1>);
1290
1295
  selectVariant(variant: _VariantResource1): Promise<void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "0.10.120",
3
+ "version": "0.10.122",
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",