@forgerock/login-widget 1.2.0-beta.11 → 1.2.0-beta.12

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.js CHANGED
@@ -29845,7 +29845,7 @@ function get_each_context$4(ctx, list, i) {
29845
29845
  return child_ctx;
29846
29846
  }
29847
29847
 
29848
- // (50:2) {#if componentStyle !== 'inline'}
29848
+ // (45:2) {#if componentStyle !== 'inline'}
29849
29849
  function create_if_block_2$4(ctx) {
29850
29850
  let t0;
29851
29851
  let h1;
@@ -29932,7 +29932,7 @@ function create_if_block_2$4(ctx) {
29932
29932
  };
29933
29933
  }
29934
29934
 
29935
- // (51:4) {#if form?.icon}
29935
+ // (46:4) {#if form?.icon}
29936
29936
  function create_if_block_3$3(ctx) {
29937
29937
  let div;
29938
29938
  let newusericon;
@@ -29972,7 +29972,7 @@ function create_if_block_3$3(ctx) {
29972
29972
  };
29973
29973
  }
29974
29974
 
29975
- // (67:2) {#if form.message}
29975
+ // (62:2) {#if form.message}
29976
29976
  function create_if_block_1$5(ctx) {
29977
29977
  let alert;
29978
29978
  let current;
@@ -30020,7 +30020,7 @@ function create_if_block_1$5(ctx) {
30020
30020
  };
30021
30021
  }
30022
30022
 
30023
- // (68:4) <Alert id="formFailureMessageAlert" needsFocus={alertNeedsFocus} type="error">
30023
+ // (63:4) <Alert id="formFailureMessageAlert" needsFocus={alertNeedsFocus} type="error">
30024
30024
  function create_default_slot_2$2(ctx) {
30025
30025
  let t_value = interpolate(/*formMessageKey*/ ctx[7], null, /*form*/ ctx[2]?.message) + "";
30026
30026
  let t;
@@ -30041,7 +30041,7 @@ function create_default_slot_2$2(ctx) {
30041
30041
  };
30042
30042
  }
30043
30043
 
30044
- // (73:2) {#each step?.callbacks as callback, idx}
30044
+ // (68:2) {#each step?.callbacks as callback, idx}
30045
30045
  function create_each_block$4(ctx) {
30046
30046
  let callbackmapper;
30047
30047
  let current;
@@ -30094,7 +30094,7 @@ function create_each_block$4(ctx) {
30094
30094
  };
30095
30095
  }
30096
30096
 
30097
- // (85:2) {#if metadata?.step?.derived.isUserInputOptional || !metadata?.step?.derived.isStepSelfSubmittable()}
30097
+ // (80:2) {#if metadata?.step?.derived.isUserInputOptional || !metadata?.step?.derived.isStepSelfSubmittable()}
30098
30098
  function create_if_block$7(ctx) {
30099
30099
  let button;
30100
30100
  let current;
@@ -30143,7 +30143,7 @@ function create_if_block$7(ctx) {
30143
30143
  };
30144
30144
  }
30145
30145
 
30146
- // (86:4) <Button busy={journey?.loading} style="primary" type="submit" width="full">
30146
+ // (81:4) <Button busy={journey?.loading} style="primary" type="submit" width="full">
30147
30147
  function create_default_slot_1$6(ctx) {
30148
30148
  let t;
30149
30149
  let current;
@@ -30173,7 +30173,7 @@ function create_default_slot_1$6(ctx) {
30173
30173
  };
30174
30174
  }
30175
30175
 
30176
- // (49:0) <Form bind:formEl ariaDescribedBy="formFailureMessageAlert" onSubmitWhenValid={form?.submit}>
30176
+ // (44:0) <Form bind:formEl ariaDescribedBy="formFailureMessageAlert" onSubmitWhenValid={form?.submit}>
30177
30177
  function create_default_slot$7(ctx) {
30178
30178
  let t0;
30179
30179
  let t1;
@@ -30458,12 +30458,6 @@ function instance$c($$self, $$props, $$invalidate) {
30458
30458
  }
30459
30459
  });
30460
30460
 
30461
- onMount(() => {
30462
- if (componentStyle === 'modal') {
30463
- captureLinks(linkWrapper, journey);
30464
- }
30465
- });
30466
-
30467
30461
  function p_binding($$value) {
30468
30462
  binding_callbacks[$$value ? 'unshift' : 'push'](() => {
30469
30463
  linkWrapper = $$value;