@spiffcommerce/core 22.13.3 → 22.13.4

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
@@ -2990,9 +2990,6 @@ interface FrameCreateOpts {
2990
2990
  stepName?: string;
2991
2991
  frameData: FrameData;
2992
2992
  disablePlaceholder?: boolean;
2993
- focalBlur?: boolean;
2994
- focalBlurStrength?: number;
2995
- focalBlurRadius?: number;
2996
2993
  pattern?: any;
2997
2994
  }
2998
2995
  declare class FrameStepService implements StepService<FrameStepData> {