@forgerock/login-widget 1.0.2-beta.3 → 1.1.0-beta.1

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/package.json CHANGED
@@ -13,5 +13,5 @@
13
13
  },
14
14
  "license": "MIT",
15
15
  "dependencies": {},
16
- "version": "1.0.2-beta.3"
16
+ "version": "1.1.0-beta.1"
17
17
  }
package/types.d.ts CHANGED
@@ -677,7 +677,7 @@ interface JourneyStoreValue$1 {
677
677
  interface StepMetadata {
678
678
  derived: {
679
679
  isUserInputOptional: boolean;
680
- isStepSelfSubmittable: boolean;
680
+ isStepSelfSubmittable: () => boolean;
681
681
  numOfCallbacks: number;
682
682
  numOfSelfSubmittableCbs: number;
683
683
  numOfUserInputCbs: number;