@goodhood-web/nebenan-base 4.11.0-development.7 → 4.11.0-development.9
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 +2 -2
- package/index.mjs +15 -15
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -2884,7 +2884,7 @@ Solltest du keine E-Mail erhalten, bist du mit dieser E-Mail-Adresse bisher nich
|
|
|
2884
2884
|
screen: o,
|
|
2885
2885
|
stickerMobile: s
|
|
2886
2886
|
}) => {
|
|
2887
|
-
const l = Rc(t, !1, {}), [c
|
|
2887
|
+
const l = Rc(t, !1, {}), [c] = Us(l), u = hz(e, c), f = It(), d = (m) => (r == null ? void 0 : r()) ?? f(m);
|
|
2888
2888
|
return /* @__PURE__ */ p(() => {
|
|
2889
2889
|
switch (o) {
|
|
2890
2890
|
case gn.resend:
|
|
@@ -2892,9 +2892,9 @@ Solltest du keine E-Mail erhalten, bist du mit dieser E-Mail-Adresse bisher nich
|
|
|
2892
2892
|
Fn,
|
|
2893
2893
|
{
|
|
2894
2894
|
title: We.resend.title,
|
|
2895
|
-
text: Bn(We.resend.text, "email",
|
|
2895
|
+
text: Bn(We.resend.text, "email", u ?? n),
|
|
2896
2896
|
navigationHeader: We.resend.navigationHeader,
|
|
2897
|
-
navigation: () =>
|
|
2897
|
+
navigation: () => d("/login"),
|
|
2898
2898
|
stickerMobile: s,
|
|
2899
2899
|
isAuthorized: i
|
|
2900
2900
|
}
|
|
@@ -2904,9 +2904,9 @@ Solltest du keine E-Mail erhalten, bist du mit dieser E-Mail-Adresse bisher nich
|
|
|
2904
2904
|
Fn,
|
|
2905
2905
|
{
|
|
2906
2906
|
title: We.security.title,
|
|
2907
|
-
text: Bn(We.security.text, "email",
|
|
2907
|
+
text: Bn(We.security.text, "email", u ?? n),
|
|
2908
2908
|
navigationHeader: We.security.navigationHeader,
|
|
2909
|
-
navigation: () =>
|
|
2909
|
+
navigation: () => d("/login"),
|
|
2910
2910
|
stickerMobile: s,
|
|
2911
2911
|
isAuthorized: i
|
|
2912
2912
|
}
|
|
@@ -2926,7 +2926,7 @@ Solltest du keine E-Mail erhalten, bist du mit dieser E-Mail-Adresse bisher nich
|
|
|
2926
2926
|
}
|
|
2927
2927
|
);
|
|
2928
2928
|
case gn.email_confirmation:
|
|
2929
|
-
return /* @__PURE__ */ p(oz, { email:
|
|
2929
|
+
return /* @__PURE__ */ p(oz, { email: u ?? n });
|
|
2930
2930
|
case gn.resetInvalid:
|
|
2931
2931
|
return /* @__PURE__ */ p(
|
|
2932
2932
|
Fn,
|
|
@@ -2939,8 +2939,8 @@ Solltest du keine E-Mail erhalten, bist du mit dieser E-Mail-Adresse bisher nich
|
|
|
2939
2939
|
text: We.password_reset.invalid.text,
|
|
2940
2940
|
ctaText: We.password_reset.invalid.ctaText,
|
|
2941
2941
|
ctaBtnText: We.password_reset.invalid.ctaBtnText,
|
|
2942
|
-
onClick: () =>
|
|
2943
|
-
onBtnClick: () =>
|
|
2942
|
+
onClick: () => d("/login"),
|
|
2943
|
+
onBtnClick: () => d("/login/password-forgotten"),
|
|
2944
2944
|
stickerMobile: s,
|
|
2945
2945
|
isAuthorized: i
|
|
2946
2946
|
}
|
|
@@ -2965,7 +2965,7 @@ Solltest du keine E-Mail erhalten, bist du mit dieser E-Mail-Adresse bisher nich
|
|
|
2965
2965
|
text: Bn(We.email_verification.resend.text, "email", n),
|
|
2966
2966
|
ctaText: We.email_verification.resend.ctaText,
|
|
2967
2967
|
stickerMobile: s,
|
|
2968
|
-
onClick: () =>
|
|
2968
|
+
onClick: () => d("/login"),
|
|
2969
2969
|
isAuthorized: i
|
|
2970
2970
|
}
|
|
2971
2971
|
);
|
|
@@ -2979,7 +2979,7 @@ Solltest du keine E-Mail erhalten, bist du mit dieser E-Mail-Adresse bisher nich
|
|
|
2979
2979
|
title: We.email_verification.success.title,
|
|
2980
2980
|
text: We.email_verification.success.text,
|
|
2981
2981
|
stickerMobile: s,
|
|
2982
|
-
onClick: () =>
|
|
2982
|
+
onClick: () => d("/login"),
|
|
2983
2983
|
isAuthorized: i
|
|
2984
2984
|
}
|
|
2985
2985
|
);
|
|
@@ -2992,7 +2992,7 @@ Solltest du keine E-Mail erhalten, bist du mit dieser E-Mail-Adresse bisher nich
|
|
|
2992
2992
|
title: We.email_verification.error.title,
|
|
2993
2993
|
text: We.email_verification.error.text,
|
|
2994
2994
|
ctaText: We.email_verification.error.ctaText,
|
|
2995
|
-
onClick: () =>
|
|
2995
|
+
onClick: () => d("/login"),
|
|
2996
2996
|
stickerMobile: s,
|
|
2997
2997
|
isAuthorized: i
|
|
2998
2998
|
}
|
|
@@ -3008,7 +3008,7 @@ Solltest du keine E-Mail erhalten, bist du mit dieser E-Mail-Adresse bisher nich
|
|
|
3008
3008
|
title: We.password_forgotten.title,
|
|
3009
3009
|
text: Bn(We.password_forgotten.text, "userEmail", `${n}`),
|
|
3010
3010
|
footer: We.password_forgotten.footer,
|
|
3011
|
-
navigation: () =>
|
|
3011
|
+
navigation: () => d("/login"),
|
|
3012
3012
|
navigationHeader: We.password_forgotten.backToLogin
|
|
3013
3013
|
}
|
|
3014
3014
|
);
|
|
@@ -3027,7 +3027,7 @@ Solltest du keine E-Mail erhalten, bist du mit dieser E-Mail-Adresse bisher nich
|
|
|
3027
3027
|
`${n}`
|
|
3028
3028
|
),
|
|
3029
3029
|
footer: We.password_forgotten.magic.footer,
|
|
3030
|
-
navigation: () =>
|
|
3030
|
+
navigation: () => d("/login"),
|
|
3031
3031
|
navigationHeader: We.password_forgotten.magic.backToLogin
|
|
3032
3032
|
}
|
|
3033
3033
|
);
|
|
@@ -3055,7 +3055,7 @@ Solltest du keine E-Mail erhalten, bist du mit dieser E-Mail-Adresse bisher nich
|
|
|
3055
3055
|
title: We.error.title,
|
|
3056
3056
|
text: We.error.text,
|
|
3057
3057
|
ctaText: We.error.ctaText,
|
|
3058
|
-
onClick: () =>
|
|
3058
|
+
onClick: () => d("/login"),
|
|
3059
3059
|
stickerMobile: s,
|
|
3060
3060
|
isAuthorized: i
|
|
3061
3061
|
}
|
|
@@ -79259,7 +79259,7 @@ const NC = (t) => {
|
|
|
79259
79259
|
...ele,
|
|
79260
79260
|
...c
|
|
79261
79261
|
}, z = () => {
|
|
79262
|
-
A(() => ({ contentCreatorForm: { ...F } })), v(null), b([]), y(null);
|
|
79262
|
+
A(() => ({ contentCreatorForm: { ...F } })), v(null), b([]), y(null), P(null);
|
|
79263
79263
|
}, D = () => {
|
|
79264
79264
|
z(), i();
|
|
79265
79265
|
}, N = (I, O) => {
|