@spiffcommerce/core 21.13.0-alpha.9 → 21.13.1-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
@@ -3241,7 +3241,7 @@ declare class QuestionStepHandle extends StepHandle<QuestionStepData> {
3241
3241
  /**
3242
3242
  * The way that this step expects to be rendered.
3243
3243
  */
3244
- getDisplayType(): string | undefined;
3244
+ getDisplayType(): any;
3245
3245
  }
3246
3246
 
3247
3247
  declare class ShapeStepHandle extends StepHandle<ShapeStepData> {
package/dist/index.js CHANGED
@@ -6020,7 +6020,7 @@ class gn extends X {
6020
6020
  */
6021
6021
  getDisplayType() {
6022
6022
  var e;
6023
- return (e = this.step.option) == null ? void 0 : e.displayType;
6023
+ return this.step.data.displayType || ((e = this.step.option) == null ? void 0 : e.displayType);
6024
6024
  }
6025
6025
  }
6026
6026
  class ln extends X {