@spiffcommerce/core 31.4.0-beta.313e588f-e8b3-5b1e-9fb4-fb2af3ac9d0e → 31.4.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.mjs CHANGED
@@ -10568,9 +10568,6 @@ class yo {
10568
10568
  setMandatoryFulfilled(t, e) {
10569
10569
  this.mandatorySteps[t] !== e && (this.mandatorySteps = { ...this.mandatorySteps, [t]: e }, this.onMandatoryChange());
10570
10570
  }
10571
- getMandatoryUnfulfilledSteps() {
10572
- return Object.entries(this.mandatorySteps).filter((a) => !a[1]).map((a) => a[0]);
10573
- }
10574
10571
  setStepError(t, e, a) {
10575
10572
  let n = !1;
10576
10573
  if (!this.validationErrors.steps.has(t) && a)