@spiffcommerce/core 0.10.243 → 0.10.245
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 +4 -4
- package/dist/module.js +3 -3
- package/dist/types.d.ts +2 -2
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -288,7 +288,7 @@ declare class IllustrationStepService implements StepService<_IllustrationStepDa
|
|
|
288
288
|
fill: string | undefined;
|
|
289
289
|
stroke: string | undefined;
|
|
290
290
|
variant: _VariantResource1;
|
|
291
|
-
}[]>;
|
|
291
|
+
}[] | undefined>;
|
|
292
292
|
changeColorsCommand(svg: string, illustrationWidth: number, illustrationHeight: number, elements: string[], newFills: Map<string, string>): Promise<_CanvasCommand1>;
|
|
293
293
|
changeColors(stepData: _Step1<_IllustrationStepData1>, elements: RegionElement[], workflowManager: WorkflowManager, getAllLayouts: () => _LayoutData1[], newFills: Map<string, string>): Promise<void>;
|
|
294
294
|
selectVariant(stepData: _Step1<_IllustrationStepData1>, variant: _VariantResource1, elements: RegionElement[], setIsUpdating: (isUpdating: boolean) => void, workflowManager: WorkflowManager): Promise<void>;
|
|
@@ -1354,7 +1354,7 @@ export class IllustrationStepHandle extends StepHandle<_IllustrationStepData1> {
|
|
|
1354
1354
|
fill: string | undefined;
|
|
1355
1355
|
stroke: string | undefined;
|
|
1356
1356
|
variant: _VariantResource1;
|
|
1357
|
-
}[]>;
|
|
1357
|
+
}[] | undefined>;
|
|
1358
1358
|
hasVaryingSelection(): boolean | undefined;
|
|
1359
1359
|
hasVaryingColors(): boolean | undefined;
|
|
1360
1360
|
isColorPickerEnabled(): boolean | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spiffcommerce/core",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.245",
|
|
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",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
},
|
|
86
86
|
"dependencies": {
|
|
87
87
|
"@apollo/client": "^3.7.0",
|
|
88
|
-
"@spiffcommerce/papyrus": "1.5.
|
|
88
|
+
"@spiffcommerce/papyrus": "1.5.68",
|
|
89
89
|
"canvg": "https://github.com/spiffdev/canvg.git#03bcd151b12441e88ecb552bb658356f5bbe92c4",
|
|
90
90
|
"cross-fetch": "^3.1.5",
|
|
91
91
|
"graphql": "^16.6.0",
|