@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/index.d.ts CHANGED
@@ -707,7 +707,7 @@ interface JourneyStoreValue {
707
707
  interface StepMetadata {
708
708
  derived: {
709
709
  isUserInputOptional: boolean;
710
- isStepSelfSubmittable: boolean;
710
+ isStepSelfSubmittable: () => boolean;
711
711
  numOfCallbacks: number;
712
712
  numOfSelfSubmittableCbs: number;
713
713
  numOfUserInputCbs: number;