@spiffcommerce/core 0.10.137 → 0.10.138
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 +1 -1
- package/dist/module.js +1 -1
- package/dist/types.d.ts +1 -1
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -1276,7 +1276,7 @@ export class IllustrationStepHandle extends StepHandle<_IllustrationStepData1> {
|
|
|
1276
1276
|
*/
|
|
1277
1277
|
getColors(): {
|
|
1278
1278
|
[key: string]: import("@spiffcommerce/papyrus").ColorDefinition;
|
|
1279
|
-
} |
|
|
1279
|
+
} | undefined;
|
|
1280
1280
|
/**
|
|
1281
1281
|
* Set color for the illustration.
|
|
1282
1282
|
*/
|