@aws-amplify/ui-vue 2.0.6 → 2.0.7
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/components/setup-totp.vue.d.ts.map +1 -1
- package/dist/components/sign-in.vue.d.ts.map +1 -1
- package/dist/index.cjs +19 -19
- package/dist/index.js +309 -268
- package/dist/style.css +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -578,10 +578,10 @@ function __read(o, n) {
|
|
|
578
578
|
var m2 = typeof Symbol === "function" && o[Symbol.iterator];
|
|
579
579
|
if (!m2)
|
|
580
580
|
return o;
|
|
581
|
-
var i = m2.call(o), r,
|
|
581
|
+
var i = m2.call(o), r, ar = [], e2;
|
|
582
582
|
try {
|
|
583
583
|
while ((n === void 0 || n-- > 0) && !(r = i.next()).done)
|
|
584
|
-
|
|
584
|
+
ar.push(r.value);
|
|
585
585
|
} catch (error2) {
|
|
586
586
|
e2 = { error: error2 };
|
|
587
587
|
} finally {
|
|
@@ -593,18 +593,18 @@ function __read(o, n) {
|
|
|
593
593
|
throw e2.error;
|
|
594
594
|
}
|
|
595
595
|
}
|
|
596
|
-
return
|
|
596
|
+
return ar;
|
|
597
597
|
}
|
|
598
598
|
function __spreadArray(to2, from, pack) {
|
|
599
599
|
if (pack || arguments.length === 2)
|
|
600
|
-
for (var i = 0, l = from.length,
|
|
601
|
-
if (
|
|
602
|
-
if (!
|
|
603
|
-
|
|
604
|
-
|
|
600
|
+
for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
601
|
+
if (ar || !(i in from)) {
|
|
602
|
+
if (!ar)
|
|
603
|
+
ar = Array.prototype.slice.call(from, 0, i);
|
|
604
|
+
ar[i] = from[i];
|
|
605
605
|
}
|
|
606
606
|
}
|
|
607
|
-
return to2.concat(
|
|
607
|
+
return to2.concat(ar || Array.prototype.slice.call(from));
|
|
608
608
|
}
|
|
609
609
|
var STATE_DELIMITER$1 = ".";
|
|
610
610
|
var EMPTY_ACTIVITY_MAP$1 = {};
|
|
@@ -3577,8 +3577,8 @@ var Interpreter = /* @__PURE__ */ function() {
|
|
|
3577
3577
|
}
|
|
3578
3578
|
}
|
|
3579
3579
|
try {
|
|
3580
|
-
for (var _m = __values(this.doneListeners),
|
|
3581
|
-
var listener =
|
|
3580
|
+
for (var _m = __values(this.doneListeners), _o2 = _m.next(); !_o2.done; _o2 = _m.next()) {
|
|
3581
|
+
var listener = _o2.value;
|
|
3582
3582
|
this.doneListeners.delete(listener);
|
|
3583
3583
|
}
|
|
3584
3584
|
} catch (e_9_1) {
|
|
@@ -3587,7 +3587,7 @@ var Interpreter = /* @__PURE__ */ function() {
|
|
|
3587
3587
|
};
|
|
3588
3588
|
} finally {
|
|
3589
3589
|
try {
|
|
3590
|
-
if (
|
|
3590
|
+
if (_o2 && !_o2.done && (_d = _m.return))
|
|
3591
3591
|
_d.call(_m);
|
|
3592
3592
|
} finally {
|
|
3593
3593
|
if (e_9)
|
|
@@ -4277,10 +4277,10 @@ var _tslib$1 = {};
|
|
|
4277
4277
|
var m2 = typeof Symbol === "function" && o[Symbol.iterator];
|
|
4278
4278
|
if (!m2)
|
|
4279
4279
|
return o;
|
|
4280
|
-
var i = m2.call(o), r,
|
|
4280
|
+
var i = m2.call(o), r, ar = [], e2;
|
|
4281
4281
|
try {
|
|
4282
4282
|
while ((n === void 0 || n-- > 0) && !(r = i.next()).done)
|
|
4283
|
-
|
|
4283
|
+
ar.push(r.value);
|
|
4284
4284
|
} catch (error2) {
|
|
4285
4285
|
e2 = { error: error2 };
|
|
4286
4286
|
} finally {
|
|
@@ -4292,18 +4292,18 @@ var _tslib$1 = {};
|
|
|
4292
4292
|
throw e2.error;
|
|
4293
4293
|
}
|
|
4294
4294
|
}
|
|
4295
|
-
return
|
|
4295
|
+
return ar;
|
|
4296
4296
|
}
|
|
4297
4297
|
function __spreadArray2(to2, from, pack) {
|
|
4298
4298
|
if (pack || arguments.length === 2)
|
|
4299
|
-
for (var i = 0, l = from.length,
|
|
4300
|
-
if (
|
|
4301
|
-
if (!
|
|
4302
|
-
|
|
4303
|
-
|
|
4299
|
+
for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
4300
|
+
if (ar || !(i in from)) {
|
|
4301
|
+
if (!ar)
|
|
4302
|
+
ar = Array.prototype.slice.call(from, 0, i);
|
|
4303
|
+
ar[i] = from[i];
|
|
4304
4304
|
}
|
|
4305
4305
|
}
|
|
4306
|
-
return to2.concat(
|
|
4306
|
+
return to2.concat(ar || Array.prototype.slice.call(from));
|
|
4307
4307
|
}
|
|
4308
4308
|
exports.__read = __read2;
|
|
4309
4309
|
exports.__rest = __rest2;
|
|
@@ -7409,175 +7409,179 @@ function usesReference(value, regexOrOptions = {}) {
|
|
|
7409
7409
|
return false;
|
|
7410
7410
|
}
|
|
7411
7411
|
var usesReference_1 = usesReference;
|
|
7412
|
-
var
|
|
7413
|
-
var
|
|
7412
|
+
var _r = Object.defineProperty, Ur = Object.defineProperties;
|
|
7413
|
+
var Nr = Object.getOwnPropertyDescriptors;
|
|
7414
7414
|
var he = Object.getOwnPropertySymbols;
|
|
7415
|
-
var
|
|
7416
|
-
var be = (a, o, r) => o in a ?
|
|
7415
|
+
var Or = Object.prototype.hasOwnProperty, Fr = Object.prototype.propertyIsEnumerable;
|
|
7416
|
+
var be = (a, o, r) => o in a ? _r(a, o, { enumerable: true, configurable: true, writable: true, value: r }) : a[o] = r, v = (a, o) => {
|
|
7417
7417
|
for (var r in o || (o = {}))
|
|
7418
|
-
|
|
7418
|
+
Or.call(o, r) && be(a, r, o[r]);
|
|
7419
7419
|
if (he)
|
|
7420
7420
|
for (var r of he(o))
|
|
7421
|
-
|
|
7421
|
+
Fr.call(o, r) && be(a, r, o[r]);
|
|
7422
7422
|
return a;
|
|
7423
|
-
}, A = (a, o) =>
|
|
7424
|
-
var
|
|
7423
|
+
}, A = (a, o) => Ur(a, Nr(o));
|
|
7424
|
+
var zr = (a, o) => () => (a && (o = a(a = 0)), o);
|
|
7425
7425
|
var m = (a, o) => () => (o || a((o = { exports: {} }).exports, o), o.exports);
|
|
7426
|
-
var e =
|
|
7426
|
+
var e = zr(() => {
|
|
7427
7427
|
});
|
|
7428
|
-
var
|
|
7428
|
+
var mo = m((En, co) => {
|
|
7429
7429
|
e();
|
|
7430
|
-
|
|
7430
|
+
co.exports = { alignItems: { value: "center" }, justifyContent: { value: "space-between" }, color: { value: "{colors.font.primary.value}" }, backgroundColor: { value: "{colors.background.tertiary.value}" }, paddingBlock: { value: "{space.small.value}" }, paddingInline: { value: "{space.medium.value}" }, icon: { size: { value: "{fontSizes.xl.value}" } }, heading: { fontSize: { value: "{fontSizes.medium.value}" }, fontWeight: { value: "{fontWeights.bold.value}" } }, info: { color: { value: "{colors.font.info.value}" }, backgroundColor: { value: "{colors.background.info.value}" } }, error: { color: { value: "{colors.font.error.value}" }, backgroundColor: { value: "{colors.background.error.value}" } }, warning: { color: { value: "{colors.font.warning.value}" }, backgroundColor: { value: "{colors.background.warning.value}" } }, success: { color: { value: "{colors.font.success.value}" }, backgroundColor: { value: "{colors.background.success.value}" } } };
|
|
7431
7431
|
});
|
|
7432
|
-
var
|
|
7432
|
+
var po = m((Dn, vo) => {
|
|
7433
7433
|
e();
|
|
7434
|
-
|
|
7434
|
+
vo.exports = { color: { value: "{colors.font.primary.value}" }, lineHeight: { value: 1 }, fontWeight: { value: "{fontWeights.semibold.value}" }, fontSize: { value: "{fontSizes.small.value}" }, textAlign: { value: "center" }, paddingVertical: { value: "{space.xs.value}" }, paddingHorizontal: { value: "{space.small.value}" }, backgroundColor: { value: "{colors.background.tertiary.value}" }, borderRadius: { value: "{radii.xl.value}" }, info: { color: { value: "{colors.font.info.value}" }, backgroundColor: { value: "{colors.background.info.value}" } }, warning: { color: { value: "{colors.font.warning.value}" }, backgroundColor: { value: "{colors.background.warning.value}" } }, success: { color: { value: "{colors.font.success.value}" }, backgroundColor: { value: "{colors.background.success.value}" } }, error: { color: { value: "{colors.font.error.value}" }, backgroundColor: { value: "{colors.background.error.value}" } }, small: { fontSize: { value: "{fontSizes.xs.value}" }, paddingVertical: { value: "{space.xxs.value}" }, paddingHorizontal: { value: "{space.xs.value}" } }, large: { fontSize: { value: "{fontSizes.medium.value}" }, paddingVertical: { value: "{space.small.value}" }, paddingHorizontal: { value: "{space.medium.value}" } } };
|
|
7435
7435
|
});
|
|
7436
|
-
var
|
|
7436
|
+
var fo = m((In, go) => {
|
|
7437
7437
|
e();
|
|
7438
|
-
|
|
7438
|
+
go.exports = { fontWeight: { value: "{fontWeights.bold.value}" }, transitionDuration: { value: "{components.fieldcontrol.transitionDuration.value}" }, fontSize: { value: "{components.fieldcontrol.fontSize.value}" }, lineHeight: { value: "{components.fieldcontrol.lineHeight.value}" }, paddingBlockStart: { value: "{components.fieldcontrol.paddingBlockStart.value}" }, paddingBlockEnd: { value: "{components.fieldcontrol.paddingBlockEnd.value}" }, paddingInlineStart: { value: "{components.fieldcontrol.paddingInlineStart.value}" }, paddingInlineEnd: { value: "{components.fieldcontrol.paddingInlineEnd.value}" }, borderColor: { value: "{components.fieldcontrol.borderColor.value}" }, borderWidth: { value: "{components.fieldcontrol.borderWidth.value}" }, borderStyle: { value: "{components.fieldcontrol.borderStyle.value}" }, borderRadius: { value: "{components.fieldcontrol.borderRadius.value}" }, color: { value: "{colors.font.primary.value}" }, _hover: { color: { value: "{colors.font.focus.value}" }, backgroundColor: { value: "{colors.brand.primary.10.value}" }, borderColor: { value: "{colors.brand.primary.60.value}" } }, _focus: { color: { value: "{colors.font.focus.value}" }, backgroundColor: { value: "{colors.brand.primary.10.value}" }, borderColor: { value: "{colors.border.focus.value}" }, boxShadow: { value: "{components.fieldcontrol._focus.boxShadow.value}" } }, _active: { color: { value: "{colors.font.active.value}" }, backgroundColor: { value: "{colors.brand.primary.20.value}" }, borderColor: { value: "{colors.brand.primary.100.value}" } }, _loading: { color: { value: "{colors.font.tertiary.value}" }, backgroundColor: { value: "transparent" }, borderColor: { value: "{colors.border.tertiary.value}" } }, _disabled: { color: { value: "{colors.font.disabled.value}" }, backgroundColor: { value: "transparent" }, borderColor: { value: "{colors.border.tertiary.value}" } }, primary: { borderColor: { value: "transparent" }, borderWidth: { value: "{borderWidths.small.value}" }, borderStyle: { value: "solid" }, backgroundColor: { value: "{colors.brand.primary.80.value}" }, color: { value: "{colors.font.inverse.value}" }, _disabled: { borderColor: { value: "transparent" }, backgroundColor: { value: "{colors.background.disabled.value}" }, color: { value: "{colors.font.disabled.value}" } }, _loading: { borderColor: { value: "transparent" }, backgroundColor: { value: "{colors.background.tertiary.value}" }, color: { value: "{colors.font.inverse.value}" } }, _hover: { borderColor: { value: "transparent" }, backgroundColor: { value: "{colors.brand.primary.90.value}" }, color: { value: "{colors.font.inverse.value}" } }, _focus: { borderColor: { value: "transparent" }, backgroundColor: { value: "{colors.brand.primary.90.value}" }, color: { value: "{colors.font.inverse.value}" }, boxShadow: { value: "{components.fieldcontrol._focus.boxShadow.value}" } }, _active: { borderColor: { value: "transparent" }, backgroundColor: { value: "{colors.brand.primary.100.value}" }, color: { value: "{colors.font.inverse.value}" } } }, menu: { borderWidth: { value: 0 }, backgroundColor: { value: "transparent" }, justifyContent: { value: "start" }, _hover: { color: { value: "{colors.font.inverse.value}" }, backgroundColor: { value: "{colors.brand.primary.80.value}" } }, _focus: { color: { value: "{colors.font.inverse.value}" }, backgroundColor: { value: "{colors.brand.primary.80.value}" } }, _active: { color: { value: "{colors.font.inverse.value}" }, backgroundColor: { value: "{colors.brand.primary.90.value}" } }, _disabled: { color: { value: "{colors.font.disabled.value}" } } }, link: { borderWidth: { value: 0 }, borderColor: { value: "transparent" }, backgroundColor: { value: "transparent" }, color: { value: "{colors.font.interactive.value}" }, _hover: { borderColor: { value: "transparent" }, backgroundColor: { value: "{colors.brand.primary.10.value}" }, color: { value: "{colors.font.hover.value}" } }, _focus: { borderColor: { value: "transparent" }, backgroundColor: { value: "{colors.brand.primary.10.value}" }, color: { value: "{colors.font.focus.value}" }, boxShadow: { value: "{components.fieldcontrol._focus.boxShadow.value}" } }, _active: { borderColor: { value: "transparent" }, backgroundColor: { value: "{colors.brand.primary.20.value}" }, color: { value: "{colors.font.active.value}" } }, _disabled: { borderColor: { value: "transparent" }, backgroundColor: { value: "transparent" }, color: { value: "{colors.font.disabled.value}" } }, _loading: { borderColor: { value: "transparent" }, backgroundColor: { value: "transparent" }, color: { value: "{colors.font.disabled.value}" } } }, small: { fontSize: { value: "{components.fieldcontrol.small.fontSize.value}" }, paddingBlockStart: { value: "{components.fieldcontrol.small.paddingBlockStart.value}" }, paddingBlockEnd: { value: "{components.fieldcontrol.small.paddingBlockEnd.value}" }, paddingInlineStart: { value: "{components.fieldcontrol.small.paddingInlineStart.value}" }, paddingInlineEnd: { value: "{components.fieldcontrol.small.paddingInlineEnd.value}" } }, large: { fontSize: { value: "{components.fieldcontrol.large.fontSize.value}" }, paddingBlockStart: { value: "{components.fieldcontrol.large.paddingBlockStart.value}" }, paddingBlockEnd: { value: "{components.fieldcontrol.large.paddingBlockEnd.value}" }, paddingInlineStart: { value: "{components.fieldcontrol.large.paddingInlineStart.value}" }, paddingInlineEnd: { value: "{components.fieldcontrol.large.paddingInlineEnd.value}" } } };
|
|
7439
7439
|
});
|
|
7440
|
-
var
|
|
7440
|
+
var bo = m((Rn, ho) => {
|
|
7441
7441
|
e();
|
|
7442
|
-
|
|
7442
|
+
ho.exports = { backgroundColor: { value: "{colors.background.primary.value}" }, borderRadius: { value: "{radii.xs.value}" }, borderWidth: { value: "0" }, borderStyle: { value: "solid" }, borderColor: { value: "transparent" }, boxShadow: { value: "none" }, padding: { value: "{space.medium.value}" }, outlined: { backgroundColor: { value: "{components.card.backgroundColor.value}" }, borderRadius: { value: "{radii.xs.value}" }, borderWidth: { value: "{borderWidths.small.value}" }, borderStyle: { value: "solid" }, borderColor: { value: "{colors.border.primary.value}" } }, elevated: { backgroundColor: { value: "{components.card.backgroundColor.value}" }, borderRadius: { value: "{radii.xs.value}" }, borderWidth: { value: "0" }, borderStyle: { value: "solid" }, borderColor: { value: "transparent" }, boxShadow: { value: "{shadows.medium.value}" } } };
|
|
7443
7443
|
});
|
|
7444
|
-
var
|
|
7444
|
+
var yo = m((Wn, So) => {
|
|
7445
7445
|
e();
|
|
7446
|
-
|
|
7446
|
+
So.exports = { cursor: { value: "pointer" }, alignItems: { value: "center" }, _disabled: { cursor: { value: "not-allowed" } }, button: { position: { value: "relative" }, alignItems: { value: "center" }, justifyContent: { value: "center" }, color: { value: "{colors.white.value}" }, before: { width: { value: "100%" }, height: { value: "100%" }, borderWidth: { value: "{borderWidths.medium.value}" }, borderRadius: { value: "20%" }, borderStyle: { value: "solid" }, borderColor: { value: "{colors.border.primary.value}" } }, _focus: { outlineColor: { value: "{colors.transparent.value}" }, outlineStyle: { value: "solid" }, outlineWidth: { value: "{outlineWidths.medium.value}" }, outlineOffset: { value: "{outlineOffsets.medium.value}" }, borderColor: { value: "{colors.transparent.value}" }, boxShadow: { value: { offsetX: "0px", offsetY: "0px", blurRadius: "0px", spreadRadius: "2px", color: "{colors.border.focus.value}" } } }, _disabled: { borderColor: { value: "{colors.border.disabled.value}" } }, _error: { borderColor: { value: "{colors.border.error.value}" }, _focus: { borderColor: { value: "{colors.transparent.value}" }, boxShadow: { value: { offsetX: "0px", offsetY: "0px", blurRadius: "0px", spreadRadius: "2px", color: "{colors.border.error.value}" } } } } }, icon: { backgroundColor: { value: "{colors.brand.primary.80.value}" }, borderRadius: { value: "20%" }, opacity: { value: "{opacities.0.value}" }, transform: { value: "scale(0)" }, transitionProperty: { value: "all" }, transitionDuration: { value: "{time.short.value}" }, transitionTimingFunction: { value: "ease-in-out" }, _checked: { opacity: { value: "{opacities.100.value}" }, transform: { value: "scale(1)" }, _disabled: { backgroundColor: { value: "{colors.background.disabled.value}" } } } }, label: { _disabled: { color: { value: "{colors.font.disabled.value}" } } } };
|
|
7447
7447
|
});
|
|
7448
|
-
var
|
|
7448
|
+
var xo = m((Pn, Co) => {
|
|
7449
7449
|
e();
|
|
7450
|
-
|
|
7450
|
+
Co.exports = { alignItems: { value: "flex-start" }, alignContent: { value: "center" }, flexDirection: { value: "column" }, justifyContent: { value: "center" } };
|
|
7451
7451
|
});
|
|
7452
|
-
var
|
|
7452
|
+
var wo = m((Vn, ko) => {
|
|
7453
7453
|
e();
|
|
7454
|
-
|
|
7454
|
+
ko.exports = { height: { value: "100%" } };
|
|
7455
7455
|
});
|
|
7456
|
-
var
|
|
7456
|
+
var Ao = m((_n, To) => {
|
|
7457
7457
|
e();
|
|
7458
|
-
|
|
7458
|
+
To.exports = { borderStyle: { value: "solid" }, borderColor: { value: "{colors.border.primary.value}" }, borderWidth: { value: "{borderWidths.medium.value}" }, small: { borderWidth: { value: "{borderWidths.small.value}" } }, large: { borderWidth: { value: "{borderWidths.large.value}" } }, opacity: { value: "{opacities.60.value}" } };
|
|
7459
7459
|
});
|
|
7460
|
-
var
|
|
7460
|
+
var Do = m((Un, Eo) => {
|
|
7461
7461
|
e();
|
|
7462
|
-
|
|
7462
|
+
Eo.exports = { display: { value: "block" }, backgroundColor: { value: "{colors.white.value}" }, borderRadius: { value: "{radii.medium.value}" }, boxShadow: { value: "{shadows.large.value}" }, width: { value: "100%" }, item: { marginTop: { value: "1px" }, boxShadow: { value: "{shadows.small.value}" }, borderBottomLeftRadius: { value: "{radii.medium.value}" }, borderBottomRightRadius: { value: "{radii.medium.value}" }, borderTopLeftRadius: { value: "{radii.medium.value}" }, borderTopRightRadius: { value: "{radii.medium.value}" }, borderStartStartRadius: { value: "{radii.medium.value}" }, borderStartEndRadius: { value: "{radii.medium.value}" }, borderEndStartRadius: { value: "{radii.medium.value}" }, borderEndEndRadius: { value: "{radii.medium.value}" }, _focus: { boxShadow: { value: { offsetX: "0", offsetY: "0", blurRadius: "0", spreadRadius: "2px", color: "{colors.border.focus.value}" } } } }, header: { boxShadow: { value: { offsetX: "0", offsetY: "1px", blurRadius: "0", color: "{colors.overlay.20.value}" } } }, trigger: { minHeight: { value: "3rem" }, paddingInlineStart: { value: "{space.large.value}" }, paddingInlineEnd: { value: "{space.large.value}" }, alignItems: { value: "center" }, justifyContent: { value: "space-between" }, _hover: { backgroundColor: { value: "{colors.overlay.10.value}" } } }, content: { paddingInlineStart: { value: "{space.large.value}" }, paddingInlineEnd: { value: "{space.large.value}" }, text: { color: { value: "{colors.font.secondary.value}" }, paddingBlockStart: { value: "{space.medium.value}" }, paddingBlockEnd: { value: "{space.medium.value}" } }, _open: { animationDuration: { value: "{time.medium.value}" }, animationTimingFunction: { value: "cubic-bezier(0.87, 0, 0.13, 1)" } }, _closed: { animationDuration: { value: "{time.medium.value}" }, animationTimingFunction: { value: "cubic-bezier(0.87, 0, 0.13, 1)" } } }, icon: { transitionDuration: { value: "{time.medium.value}" }, transitionTimingFunction: { value: "cubic-bezier(0.87, 0, 0.13, 1)" } } };
|
|
7463
7463
|
});
|
|
7464
|
-
var
|
|
7464
|
+
var Ro = m((Nn, Io) => {
|
|
7465
7465
|
e();
|
|
7466
|
-
|
|
7466
|
+
Io.exports = { gap: { value: "{space.xs.value}" }, fontSize: { value: "{fontSizes.medium.value}" }, small: { gap: { value: "{space.xxxs.value}" }, fontSize: { value: "{fontSizes.small.value}" } }, large: { gap: { value: "{space.small.value}" }, fontSize: { value: "{fontSizes.large.value}" } }, label: { color: { value: "{colors.font.secondary.value}" } } };
|
|
7467
7467
|
});
|
|
7468
|
-
var
|
|
7468
|
+
var Po = m((On, Wo) => {
|
|
7469
7469
|
e();
|
|
7470
|
-
|
|
7470
|
+
Wo.exports = { borderStyle: { value: "solid" }, borderColor: { value: "{colors.border.primary.value}" }, borderWidth: { value: "{borderWidths.small.value}" }, borderRadius: { value: "{radii.small.value}" }, color: { value: "{colors.font.primary.value}" }, paddingBlockStart: { value: "{space.xs.value}" }, paddingBlockEnd: { value: "{space.xs.value}" }, paddingInlineStart: { value: "{space.medium.value}" }, paddingInlineEnd: { value: "{space.medium.value}" }, fontSize: { value: "{components.field.fontSize.value}" }, lineHeight: { value: "{lineHeights.medium.value}" }, transitionDuration: { value: "{time.medium.value}" }, outlineColor: { value: "{colors.transparent.value}" }, outlineStyle: { value: "solid" }, outlineWidth: { value: "{outlineWidths.medium.value}" }, outlineOffset: { value: "{outlineOffsets.medium.value}" }, small: { fontSize: { value: "{components.field.small.fontSize.value}" }, paddingBlockStart: { value: "{space.xs.value}" }, paddingBlockEnd: { value: "{space.xs.value}" }, paddingInlineStart: { value: "{space.small.value}" }, paddingInlineEnd: { value: "{space.small.value}" } }, large: { fontSize: { value: "{components.field.large.fontSize.value}" }, paddingBlockStart: { value: "{space.xs.value}" }, paddingBlockEnd: { value: "{space.xs.value}" }, paddingInlineStart: { value: "{space.medium.value}" }, paddingInlineEnd: { value: "{space.medium.value}" } }, quiet: { borderStyle: { value: "none" }, borderBlockEnd: { value: "{borderWidths.small.value} solid {colors.border.primary.value}" }, borderInlineStart: { value: "none" }, borderInlineEnd: { value: "none" }, borderBlockStart: { value: "none" }, borderRadius: { value: "0" }, _focus: { borderBlockEndColor: { value: "{colors.border.focus.value}" }, boxShadow: { value: { offsetX: "0px", offsetY: "1px", color: "{colors.border.focus.value}" } } }, _error: { borderBlockEndColor: { value: "{colors.border.error.value}" }, _focus: { boxShadow: { value: { offsetX: "0px", offsetY: "1px", color: "{colors.border.error.value}" } } } } }, _focus: { borderColor: { value: "{colors.border.focus.value}" }, boxShadow: { value: { offsetX: "0px", offsetY: "0px", blurRadius: "0px", spreadRadius: "1px", color: "{colors.border.focus.value}" } } }, _disabled: { color: { value: "{colors.font.disabled.value}" }, cursor: { value: "not-allowed" }, borderColor: { value: "{colors.transparent.value}" }, backgroundColor: { value: "{colors.background.disabled.value}" } }, _error: { borderColor: { value: "{colors.border.error.value}" }, _focus: { boxShadow: { value: { offsetX: "0px", offsetY: "0px", blurRadius: "0px", spreadRadius: "1px", color: "{colors.border.error.value}" } } } } };
|
|
7471
7471
|
});
|
|
7472
|
-
var
|
|
7472
|
+
var _o = m((Fn, Vo) => {
|
|
7473
7473
|
e();
|
|
7474
|
-
|
|
7474
|
+
Vo.exports = { gap: { value: 0 }, vertical: { alignItems: { value: "center" } }, outer: { alignItems: { value: "center" } } };
|
|
7475
7475
|
});
|
|
7476
|
-
var
|
|
7476
|
+
var No = m((zn, Uo) => {
|
|
7477
7477
|
e();
|
|
7478
|
-
|
|
7478
|
+
Uo.exports = { error: { color: { value: "{colors.font.error.value}" }, fontSize: { value: "{fontSizes.small.value}" } }, description: { color: { value: "{colors.font.secondary.value}" }, fontStyle: { value: "italic" }, fontSize: { value: "{fontSizes.small.value}" } } };
|
|
7479
7479
|
});
|
|
7480
|
-
var
|
|
7480
|
+
var Fo = m((Bn, Oo) => {
|
|
7481
7481
|
e();
|
|
7482
|
-
|
|
7482
|
+
Oo.exports = { gap: { value: "{space.medium.value}" }, justifyContent: { value: "normal" }, alignItems: { value: "stretch" }, alignContent: { value: "normal" }, flexWrap: { value: "nowrap" } };
|
|
7483
7483
|
});
|
|
7484
|
-
var
|
|
7484
|
+
var Bo = m((Mn, zo) => {
|
|
7485
7485
|
e();
|
|
7486
|
-
|
|
7486
|
+
zo.exports = { color: { value: "{colors.font.primary.value}" }, lineHeight: { value: 1.25 }, 1: { fontSize: { value: "{fontSizes.xxxxl.value}" }, fontWeight: { value: "{fontWeights.light.value}" } }, 2: { fontSize: { value: "{fontSizes.xxxl.value}" }, fontWeight: { value: "{fontWeights.light.value}" } }, 3: { fontSize: { value: "{fontSizes.xxl.value}" }, fontWeight: { value: "{fontWeights.normal.value}" } }, 4: { fontSize: { value: "{fontSizes.xl.value}" }, fontWeight: { value: "{fontWeights.medium.value}" } }, 5: { fontSize: { value: "{fontSizes.large.value}" }, fontWeight: { value: "{fontWeights.semibold.value}" } }, 6: { fontSize: { value: "{fontSizes.medium.value}" }, fontWeight: { value: "{fontWeights.bold.value}" } } };
|
|
7487
7487
|
});
|
|
7488
|
-
var
|
|
7488
|
+
var Go = m((Gn, Mo) => {
|
|
7489
7489
|
e();
|
|
7490
|
-
|
|
7490
|
+
Mo.exports = { lineHeight: { value: 1 }, height: { value: "1em" } };
|
|
7491
7491
|
});
|
|
7492
|
-
var Ho = m((
|
|
7492
|
+
var Ho = m((Ln, Lo) => {
|
|
7493
7493
|
e();
|
|
7494
|
-
|
|
7494
|
+
Lo.exports = { maxWidth: { value: "100%" }, height: { value: "auto" }, objectFit: { value: "initial" }, objectPosition: { value: "initial" } };
|
|
7495
7495
|
});
|
|
7496
|
-
var
|
|
7496
|
+
var qo = m((Hn, jo) => {
|
|
7497
7497
|
e();
|
|
7498
|
-
|
|
7498
|
+
jo.exports = { active: { color: { value: "{colors.font.active.value}" } }, color: { value: "{colors.font.interactive.value}" }, focus: { color: { value: "{colors.font.focus.value}" } }, hover: { color: { value: "{colors.font.hover.value}" } }, large: { fontSize: { value: "{fontSizes.large.value}" } }, small: { fontSize: { value: "{fontSizes.small.value}" } }, visited: { color: { value: "{colors.font.interactive.value}" } } };
|
|
7499
7499
|
});
|
|
7500
|
-
var $o = m((
|
|
7500
|
+
var $o = m((jn, Ko) => {
|
|
7501
7501
|
e();
|
|
7502
|
-
|
|
7502
|
+
Ko.exports = { width: { value: "{fontSizes.xxl.value}" }, height: { value: "{fontSizes.xxl.value}" }, strokeEmpty: { value: "{colors.neutral.20.value}" }, strokeFilled: { value: "{colors.brand.primary.80.value}" }, strokeLinecap: { value: "round" }, animationDuration: { value: "1s" }, small: { width: { value: "{fontSizes.medium.value}" }, height: { value: "{fontSizes.medium.value}" } }, large: { width: { value: "{fontSizes.xxxl.value}" }, height: { value: "{fontSizes.xxxl.value}" } }, linear: { width: { value: "100%" }, minWidth: { value: "5rem" }, height: { value: "{fontSizes.xxs.value}" }, strokeWidth: { value: "{fontSizes.xxs.value}" }, strokeFilled: { value: "{colors.brand.primary.80.value}" }, strokeEmpty: { value: "{colors.neutral.20.value}" }, strokeLinecap: { value: "round" }, animationDuration: { value: "1s" }, small: { height: { value: "{fontSizes.xxxs.value}" }, strokeWidth: { value: "{fontSizes.xxxs.value}" } }, large: { height: { value: "{fontSizes.xs.value}" }, strokeWidth: { value: "{fontSizes.xs.value}" } } } };
|
|
7503
7503
|
});
|
|
7504
|
-
var
|
|
7504
|
+
var Yo = m((qn, Xo) => {
|
|
7505
7505
|
e();
|
|
7506
|
-
|
|
7506
|
+
Xo.exports = { backgroundColor: { value: "{colors.white.value}" }, borderRadius: { value: "{radii.medium.value}" }, boxShadow: { value: "{shadows.large.value}" }, flexDirection: { value: "column" }, gap: { value: 0 }, maxWidth: { value: "30rem" }, minWidth: { value: "14rem" }, small: { width: { value: "{fontSizes.medium.value}" }, height: { value: "{fontSizes.medium.value}" } }, large: { width: { value: "{fontSizes.xxxl.value}" }, height: { value: "{fontSizes.xxxl.value}" } }, item: { minHeight: { value: "2.5rem" }, paddingInlineStart: { value: "{space.medium.value}" }, paddingInlineEnd: { value: "{space.medium.value}" } } };
|
|
7507
7507
|
});
|
|
7508
|
-
var
|
|
7508
|
+
var Qo = m((Kn, Zo) => {
|
|
7509
7509
|
e();
|
|
7510
|
-
|
|
7510
|
+
Zo.exports = { current: { alignItems: { value: "center" }, justifyContent: { value: "center" }, color: { value: "{colors.white.value}" }, fontSize: { value: "{fontSizes.small.value}" }, backgroundColor: { value: "{colors.overlay.40.value}" } }, button: { color: { value: "{colors.font.primary.value}" }, paddingInlineStart: { value: "{space.xxs.value}" }, paddingInlineEnd: { value: "{space.xxs.value}" }, transitionProperty: { value: "background-color" }, transitionDuration: { value: "{time.medium.value}" }, hover: { backgroundColor: { value: "{colors.overlay.10.value}" }, color: { value: "{colors.font.primary.value}" } }, disabled: { color: { value: "{colors.font.disabled.value}" } } }, ellipsis: { alignItems: { value: "baseline" }, justifyContent: { value: "center" }, paddingInlineStart: { value: "{space.xs.value}" }, paddingInlineEnd: { value: "{space.xs.value}" } }, itemContainer: { marginLeft: { value: "{space.xxxs.value}" }, marginRight: { value: "{space.xxxs.value}" } }, itemShared: { height: { value: "{fontSizes.xxl.value}" }, minWidth: { value: "{fontSizes.xxl.value}" }, borderRadius: { value: "{fontSizes.medium.value}" } } };
|
|
7511
7511
|
});
|
|
7512
|
-
var
|
|
7512
|
+
var er = m(($n, Jo) => {
|
|
7513
7513
|
e();
|
|
7514
|
-
|
|
7514
|
+
Jo.exports = {};
|
|
7515
7515
|
});
|
|
7516
|
-
var
|
|
7516
|
+
var rr = m((Xn, or) => {
|
|
7517
7517
|
e();
|
|
7518
|
-
|
|
7518
|
+
or.exports = { borderRadius: { value: "{radii.small.value}" }, transitionDuration: { value: "{time.long.value}" }, startColor: { value: "{colors.background.secondary.value}" }, endColor: { value: "{colors.background.tertiary.value}" }, small: { height: { value: "{space.small.value}" } }, default: { height: { value: "{space.medium.value}" } }, large: { height: { value: "{space.large.value}" } } };
|
|
7519
7519
|
});
|
|
7520
|
-
var
|
|
7520
|
+
var tr = m((Yn, ar) => {
|
|
7521
7521
|
e();
|
|
7522
|
-
|
|
7522
|
+
ar.exports = { alignItems: { value: "center" }, justifyContent: { value: "flex-start" }, gap: { value: "inherit" }, _disabled: { cursor: { value: "not-allowed" } }, button: { alignItems: { value: "center" }, justifyContent: { value: "center" }, width: { value: "{fontSizes.medium.value}" }, height: { value: "{fontSizes.medium.value}" }, boxSizing: { value: "border-box" }, borderWidth: { value: "{borderWidths.medium.value}" }, borderStyle: { value: "solid" }, borderRadius: { value: "50%" }, borderColor: { value: "{colors.border.primary.value}" }, color: { value: "{colors.white.value}" }, backgroundColor: { value: "{colors.white.value}" }, transitionProperty: { value: "all" }, transitionDuration: { value: "{time.medium.value}" }, outlineColor: { value: "{colors.transparent.value}" }, outlineStyle: { value: "solid" }, outlineWidth: { value: "{outlineWidths.medium.value}" }, outlineOffset: { value: "{outlineOffsets.medium.value}" }, padding: { value: "{borderWidths.medium.value}" }, small: { width: { value: "{fontSizes.small.value}" }, height: { value: "{fontSizes.small.value}" } }, large: { width: { value: "{fontSizes.large.value}" }, height: { value: "{fontSizes.large.value}" } }, _checked: { color: { value: "{colors.brand.primary.80.value}" }, _disabled: { color: { value: "{colors.background.disabled.value}" } } }, _focus: { borderColor: { value: "{colors.border.focus.value}" }, boxShadow: { value: "{components.fieldcontrol._focus.boxShadow.value}" } }, _error: { borderColor: { value: "{colors.border.error.value}" }, _focus: { boxShadow: { value: "{components.fieldcontrol._error._focus.boxShadow.value}" } } }, _disabled: { borderColor: { value: "{colors.border.disabled.value}" }, backgroundColor: { value: "{colors.background.primary.value}" } } }, label: { _disabled: { color: { value: "{colors.font.disabled.value}" } } } };
|
|
7523
7523
|
});
|
|
7524
|
-
var
|
|
7524
|
+
var ir = m((Zn, nr) => {
|
|
7525
7525
|
e();
|
|
7526
|
-
|
|
7526
|
+
nr.exports = { large: { size: { value: "{fontSizes.xxxl.value}" } }, default: { size: { value: "{fontSizes.xl.value}" } }, small: { size: { value: "{fontSizes.small.value}" } }, filled: { color: { value: "{colors.brand.secondary.80.value}" } }, empty: { color: { value: "{colors.background.tertiary.value}" } } };
|
|
7527
7527
|
});
|
|
7528
|
-
var
|
|
7528
|
+
var sr = m((Qn, lr) => {
|
|
7529
7529
|
e();
|
|
7530
|
-
|
|
7530
|
+
lr.exports = { paddingInlineEnd: { value: "{space.xxl.value}" }, wrapper: { flex: { value: "1" }, display: { value: "block" }, position: { value: "relative" }, cursor: { value: "pointer" } }, iconWrapper: { alignItems: { value: "center" }, position: { value: "absolute" }, top: { value: "50%" }, right: { value: "{space.medium.value}" }, transform: { value: "translateY(-50%)" }, pointerEvents: { value: "none" } }, option: { backgroundColor: { value: "{colors.background.primary.value}" } }, whiteSpace: { value: "nowrap" }, minWidth: { value: "6.5rem" }, small: { minWidth: { value: "5.5rem" } }, large: { minWidth: { value: "7.5rem" } } };
|
|
7531
7531
|
});
|
|
7532
|
-
var
|
|
7532
|
+
var dr = m((Jn, ur) => {
|
|
7533
7533
|
e();
|
|
7534
|
-
|
|
7534
|
+
ur.exports = { flexDirection: { value: "column" } };
|
|
7535
7535
|
});
|
|
7536
|
-
var
|
|
7536
|
+
var mr = m((ei, cr) => {
|
|
7537
7537
|
e();
|
|
7538
|
-
|
|
7538
|
+
cr.exports = { paddingBlock: { value: "{space.xs.value}" }, track: { backgroundColor: { value: "{colors.background.tertiary.value}" }, borderRadius: { value: "9999px" }, height: { value: "0.375rem" }, minWidth: { value: "10rem" } }, range: { backgroundColor: { value: "{colors.brand.primary.80.value}" }, borderRadius: { value: "9999px" }, _disabled: { backgroundColor: { value: "{colors.background.disabled.value}" } } }, thumb: { width: { value: "1.25rem" }, height: { value: "1.25rem" }, backgroundColor: { value: "{colors.background.primary.value}" }, boxShadow: { value: "{shadows.medium.value}" }, borderRadius: { value: "50%" }, borderWidth: { value: "{borderWidths.small.value}" }, borderColor: { value: "{colors.border.primary.value}" }, borderStyle: { value: "solid" }, _disabled: { backgroundColor: { value: "{colors.background.disabled.value}" }, borderColor: { value: "transparent" }, boxShadow: { value: "none" } }, _hover: { backgroundColor: { value: "{colors.background.primary.value}" }, borderColor: { value: "{colors.border.focus.value}" } }, _focus: { boxShadow: { value: { offsetX: "0", offsetY: "0", blurRadius: "0", spreadRadius: "3px", color: "{colors.border.focus.value}" } } } }, small: { track: { height: { value: "0.25rem" } }, thumb: { width: { value: "1rem" }, height: { value: "1rem" } } }, large: { track: { height: { value: "0.625rem" } }, thumb: { width: { value: "1.5rem" }, height: { value: "1.5rem" } } } };
|
|
7539
7539
|
});
|
|
7540
|
-
var
|
|
7540
|
+
var pr = m((oi, vr) => {
|
|
7541
7541
|
e();
|
|
7542
|
-
|
|
7542
|
+
vr.exports = { flexDirection: { value: "column" }, input: { textAlign: { value: "center" } } };
|
|
7543
7543
|
});
|
|
7544
|
-
var
|
|
7544
|
+
var fr = m((ri, gr) => {
|
|
7545
7545
|
e();
|
|
7546
|
-
|
|
7546
|
+
gr.exports = { disabled: { opacity: { value: "{opacities.60.value}" } }, focused: { shadow: { value: "{shadows.small.value}" } }, label: { padding: { value: "{space.xs.value}" } }, large: { font: { size: { value: "{fontSizes.large.value}" } } }, small: { font: { size: { value: "{fontSizes.small.value}" } } }, thumb: { backgroundColor: { value: "{colors.background.primary.value}" }, borderColor: { value: "{colors.border.tertiary.value}" }, borderRadius: { value: "{radii.xxxl.value}" }, checked: { transform: { value: "{transforms.slideX.medium.value}" } }, transition: { duration: { value: "{time.medium.value}" } }, width: { value: "{space.relative.medium.value}" } }, track: { backgroundColor: { value: "{colors.background.tertiary.value}" }, borderRadius: { value: "{radii.xxxl.value}" }, checked: { backgroundColor: { value: "{colors.brand.primary.60.value}" } }, height: { value: "{space.relative.medium.value}" }, padding: { value: "{outlineWidths.medium.value}" }, transition: { duration: { value: "{time.short.value}" } }, width: { value: "{space.relative.xl.value}" } } };
|
|
7547
7547
|
});
|
|
7548
|
-
var
|
|
7548
|
+
var br = m((ai, hr) => {
|
|
7549
7549
|
e();
|
|
7550
|
-
|
|
7550
|
+
hr.exports = { borderCollapse: { value: "collapse" }, display: { value: "table" }, width: { value: "100%" }, head: { display: { value: "table-header-group" }, verticalAlign: { value: "middle" } }, body: { display: { value: "table-row-group" }, verticalAlign: { value: "middle" } }, foot: { display: { value: "table-footer-group" }, verticalAlign: { value: "middle" } }, row: { display: { value: "table-row" }, verticalAlign: { value: "middle" }, hover: { backgroundColor: { value: "{colors.background.tertiary.value}" } }, striped: { backgroundColor: { value: "{colors.background.secondary.value}" } } }, header: { borderColor: { value: "{colors.border.tertiary.value}" }, borderStyle: { value: "solid" }, borderWidth: { value: "{borderWidths.small.value}" }, color: { value: "{colors.font.primary.value}" }, display: { value: "table-cell" }, fontSize: { value: "{fontSizes.medium.value}" }, fontWeight: { value: "{fontWeights.bold.value}" }, padding: { value: "{space.medium.value}" }, verticalAlign: { value: "middle" }, large: { fontSize: { value: "{fontSizes.large.value}" }, padding: { value: "{space.large.value}" } }, small: { fontSize: { value: "{fontSizes.small.value}" }, padding: { value: "{space.xs.value}" } } }, data: { borderColor: { value: "{colors.border.tertiary.value}" }, borderStyle: { value: "solid" }, borderWidth: { value: "{borderWidths.small.value}" }, color: { value: "{colors.font.primary.value}" }, display: { value: "table-cell" }, fontSize: { value: "{fontSizes.medium.value}" }, fontWeight: { value: "{fontWeights.normal.value}" }, padding: { value: "{space.medium.value}" }, verticalAlign: { value: "middle" }, large: { fontSize: { value: "{fontSizes.large.value}" }, padding: { value: "{space.large.value}" } }, small: { fontSize: { value: "{fontSizes.small.value}" }, padding: { value: "{space.xs.value}" } } }, caption: { captionSide: { value: "bottom" }, color: { value: "{colors.font.primary.value}" }, display: { value: "table-caption" }, fontSize: { value: "{fontSizes.medium.value}" }, textAlign: { value: "center" }, wordBreak: { value: "break-all" }, large: { fontSize: { value: "{fontSizes.large.value}" } }, small: { fontSize: { value: "{fontSizes.small.value}" } } } };
|
|
7551
7551
|
});
|
|
7552
|
-
var
|
|
7552
|
+
var yr = m((ti, Sr) => {
|
|
7553
7553
|
e();
|
|
7554
|
-
|
|
7554
|
+
Sr.exports = { backgroundColor: { value: "transparent" }, borderColor: { value: "{colors.border.secondary.value}" }, borderStyle: { value: "solid" }, borderWidth: { value: "{borderWidths.medium.value}" }, gap: { value: "0" }, item: { backgroundColor: { value: "transparent" }, borderColor: { value: "{colors.border.secondary.value}" }, borderStyle: { value: "solid" }, borderWidth: { value: "{borderWidths.medium.value}" }, color: { value: "{colors.font.secondary.value}" }, fontSize: { value: "{fontSizes.medium.value}" }, fontWeight: { value: "{fontWeights.bold.value}" }, paddingVertical: { value: "{space.small.value}" }, paddingHorizontal: { value: "{space.medium.value}" }, textAlign: { value: "center" }, transitionDuration: { value: "{time.medium.value}" }, _hover: { color: { value: "{colors.font.hover.value}" } }, _focus: { color: { value: "{colors.font.focus.value}" } }, _active: { color: { value: "{colors.font.interactive.value}" }, borderColor: { value: "{colors.font.interactive.value}" }, backgroundColor: { value: "transparent" } }, _disabled: { color: { value: "{colors.font.disabled.value}" }, backgroundColor: { value: "transparent" }, borderColor: { value: "{colors.border.tertiary.value}" } } } };
|
|
7555
7555
|
});
|
|
7556
|
-
var
|
|
7556
|
+
var xr = m((ni, Cr) => {
|
|
7557
7557
|
e();
|
|
7558
|
-
|
|
7558
|
+
Cr.exports = { color: { value: "{colors.font.primary.value}" }, primary: { color: { value: "{colors.font.primary.value}" } }, secondary: { color: { value: "{colors.font.secondary.value}" } }, tertiary: { color: { value: "{colors.font.tertiary.value}" } }, error: { color: { value: "{colors.font.error.value}" } }, warning: { color: { value: "{colors.font.warning.value}" } }, success: { color: { value: "{colors.font.success.value}" } }, info: { color: { value: "{colors.font.info.value}" } } };
|
|
7559
7559
|
});
|
|
7560
|
-
var
|
|
7560
|
+
var wr = m((ii, kr) => {
|
|
7561
7561
|
e();
|
|
7562
|
-
|
|
7562
|
+
kr.exports = { borderColor: { value: "{colors.border.primary.value}" }, color: { value: "{colors.overlay.50.value}" }, _hover: { backgroundColor: { value: "{colors.overlay.10.value}" } }, _focus: { borderColor: { value: "{colors.border.focus.value}" }, color: { value: "{colors.overlay.50.value}" } }, _active: { backgroundColor: { value: "{colors.transparent.value}" } }, _disabled: { backgroundColor: { value: "{colors.transparent.value}" }, borderColor: { value: "{colors.border.secondary.value}" }, color: { value: "{colors.font.disabled.value}" } }, _pressed: { color: { value: "{colors.overlay.90.value}" }, backgroundColor: { value: "{colors.overlay.20.value}" }, _hover: { backgroundColor: { value: "{colors.overlay.30.value}" } } }, primary: { backgroundColor: { value: "{colors.transparent.value}" }, borderWidth: { value: "{borderWidths.small.value}" }, _focus: { borderColor: { value: "{colors.border.focus.value}" }, backgroundColor: { value: "{colors.transparent.value}" }, boxShadow: { value: "{components.fieldcontrol._focus.boxShadow.value}" }, color: { value: "{colors.overlay.50.value}" } }, _hover: { backgroundColor: { value: "{colors.overlay.10.value}" }, color: { value: "{colors.overlay.50.value}" } }, _disabled: { backgroundColor: { value: "{colors.background.tertiary.value}" }, color: { value: "{colors.font.disabled.value}" } }, _pressed: { backgroundColor: { value: "{colors.brand.primary.80.value}" }, borderColor: { value: "{colors.brand.primary.80.value}" }, color: { value: "{colors.white.value}" }, _focus: { backgroundColor: { value: "{colors.border.focus.value}" }, borderColor: { value: "{colors.border.focus.value}" } }, _hover: { borderColor: { value: "{colors.brand.primary.60.value}" }, backgroundColor: { value: "{colors.brand.primary.60.value}" } } } }, link: { color: { value: "{colors.overlay.50.value}" }, _hover: { backgroundColor: { value: "{colors.transparent.value}" }, color: { value: "{colors.overlay.50.value}" } }, _focus: { backgroundColor: { value: "{colors.transparent.value}" }, color: { value: "{colors.overlay.50.value}" } }, _disabled: { color: { value: "{colors.font.disabled.value}" } }, _pressed: { backgroundColor: { value: "{colors.transparent.value}" }, color: { value: "{colors.overlay.90.value}" }, _hover: { backgroundColor: { value: "{colors.transparent.value}" } } } } };
|
|
7563
7563
|
});
|
|
7564
|
-
var
|
|
7564
|
+
var Ar = m((li, Tr) => {
|
|
7565
7565
|
e();
|
|
7566
|
-
|
|
7566
|
+
Tr.exports = { alignItems: { value: "center" }, alignContent: { value: "center" }, justifyContent: { value: "flex-start" } };
|
|
7567
|
+
});
|
|
7568
|
+
var Dr = m((si, Er) => {
|
|
7569
|
+
e();
|
|
7570
|
+
Er.exports = { alert: mo(), badge: po(), button: fo(), card: bo(), checkbox: yo(), checkboxfield: xo(), countrycodeselect: wo(), divider: Ao(), expander: Do(), field: Ro(), fieldcontrol: Po(), fieldgroup: _o(), fieldmessages: No(), flex: Fo(), heading: Bo(), icon: Go(), image: Ho(), link: qo(), loader: $o(), menu: Yo(), pagination: Qo(), phonenumberfield: er(), placeholder: rr(), radio: tr(), rating: ir(), select: sr(), selectfield: dr(), sliderfield: mr(), stepperfield: pr(), switchfield: fr(), table: br(), tabs: yr(), text: xr(), togglebutton: wr(), togglebuttongroup: Ar() };
|
|
7567
7571
|
});
|
|
7568
7572
|
e();
|
|
7569
7573
|
e();
|
|
7570
7574
|
e();
|
|
7571
7575
|
e();
|
|
7572
7576
|
e();
|
|
7573
|
-
var x = ((s) => (s.SMS_MFA = "SMS_MFA", s.SOFTWARE_TOKEN_MFA = "SOFTWARE_TOKEN_MFA", s.NEW_PASSWORD_REQUIRED = "NEW_PASSWORD_REQUIRED", s.RESET_REQUIRED = "RESET_REQUIRED", s.MFA_SETUP = "MFA_SETUP", s))(x || {}),
|
|
7577
|
+
var x = ((s) => (s.SMS_MFA = "SMS_MFA", s.SOFTWARE_TOKEN_MFA = "SOFTWARE_TOKEN_MFA", s.NEW_PASSWORD_REQUIRED = "NEW_PASSWORD_REQUIRED", s.RESET_REQUIRED = "RESET_REQUIRED", s.MFA_SETUP = "MFA_SETUP", s))(x || {}), L = ["username", "email", "phone_number"];
|
|
7574
7578
|
e();
|
|
7575
|
-
var M = { birthdate: { label: "Birthdate", placeholder: "Birthdate", type: "date", autocomplete: "bday" }, confirmation_code: { label: "Confirmation Code", placeholder: "Code", type: "text", autocomplete: "one-time-code" }, email: { label: "Email", type: "email", placeholder: "Email", autocomplete: "username" }, family_name: { label: "Family Name", placeholder: "Family Name", type: "text", autocomplete: "family-name" }, given_name: { label: "Given Name", placeholder: "Given Name", type: "text", autocomplete: "given-name" }, middle_name: { label: "Middle Name", placeholder: "Middle Name", type: "text", autocomplete: "additional-name" }, name: { label: "Name", placeholder: "Name", type: "text", autocomplete: "name" }, nickname: { label: "Nickname", placeholder: "Nickname", type: "text", autocomplete: "tel" }, password: { label: "Password", placeholder: "Password", type: "password", autocomplete: "password" }, phone_number: { label: "Phone Number", placeholder: "Phone", type: "tel", autocomplete: "tel" }, preferred_username: { label: "Preferred Username", placeholder: "Preferred Username", type: "text" }, profile: { label: "Profile", placeholder: "Profile", type: "url", autocomplete: "url" }, website: { label: "Website", placeholder: "Website", type: "url", autocomplete: "url" }, username: { label: "Username", type: "text", placeholder: "Username", autocomplete: "username" } },
|
|
7579
|
+
var M = { birthdate: { label: "Birthdate", placeholder: "Birthdate", type: "date", autocomplete: "bday" }, confirmation_code: { label: "Confirmation Code", placeholder: "Code", type: "text", autocomplete: "one-time-code" }, email: { label: "Email", type: "email", placeholder: "Email", autocomplete: "username" }, family_name: { label: "Family Name", placeholder: "Family Name", type: "text", autocomplete: "family-name" }, given_name: { label: "Given Name", placeholder: "Given Name", type: "text", autocomplete: "given-name" }, middle_name: { label: "Middle Name", placeholder: "Middle Name", type: "text", autocomplete: "additional-name" }, name: { label: "Name", placeholder: "Name", type: "text", autocomplete: "name" }, nickname: { label: "Nickname", placeholder: "Nickname", type: "text", autocomplete: "tel" }, password: { label: "Password", placeholder: "Password", type: "password", autocomplete: "password" }, phone_number: { label: "Phone Number", placeholder: "Phone", type: "tel", autocomplete: "tel" }, preferred_username: { label: "Preferred Username", placeholder: "Preferred Username", type: "text" }, profile: { label: "Profile", placeholder: "Profile", type: "url", autocomplete: "url" }, website: { label: "Website", placeholder: "Website", type: "url", autocomplete: "url" }, username: { label: "Username", type: "text", placeholder: "Username", autocomplete: "username" } }, Br = ((l) => (l.Apple = "SignInWithApple", l.Amazon = "LoginWithAmazon", l.Facebook = "Facebook", l.Google = "Google", l))(Br || {}), Ea = (a, o) => {
|
|
7576
7580
|
var u, d, c, h2, g;
|
|
7577
7581
|
let r = (u = a.config) == null ? void 0 : u.loginMechanisms, t = (c = (d = a.actorRef) == null ? void 0 : d.context) == null ? void 0 : c.validationError.username;
|
|
7578
|
-
if (
|
|
7582
|
+
if (L.includes(o))
|
|
7579
7583
|
return { label: M[o].label, type: M[o].type, error: t };
|
|
7580
|
-
let l = "text", s = r.filter((p) => includes_1(
|
|
7584
|
+
let l = "text", s = r.filter((p) => includes_1(L, p)).map((p) => {
|
|
7581
7585
|
var S, y;
|
|
7582
7586
|
return (y = (S = M[p]) == null ? void 0 : S.label) != null ? y : M.username.label;
|
|
7583
7587
|
}).join(" or ");
|
|
@@ -7585,15 +7589,15 @@ var M = { birthdate: { label: "Birthdate", placeholder: "Birthdate", type: "date
|
|
|
7585
7589
|
}, X = (a) => {
|
|
7586
7590
|
var o;
|
|
7587
7591
|
return (o = a.context.actorRef) == null ? void 0 : o.getSnapshot();
|
|
7588
|
-
},
|
|
7592
|
+
}, Mr = (a) => {
|
|
7589
7593
|
var o;
|
|
7590
7594
|
return (o = X(a)) == null ? void 0 : o.context;
|
|
7591
|
-
},
|
|
7595
|
+
}, Gr = (a) => {
|
|
7592
7596
|
let o = (r) => (t) => a({ type: r, data: t });
|
|
7593
7597
|
return { resendCode: o("RESEND"), signOut: o("SIGN_OUT"), submitForm: o("SUBMIT"), updateForm: o("CHANGE"), updateBlur: o("BLUR"), toFederatedSignIn: o("FEDERATED_SIGN_IN"), toResetPassword: o("RESET_PASSWORD"), toSignIn: o("SIGN_IN"), toSignUp: o("SIGN_UP"), skipVerification: o("SKIP") };
|
|
7594
|
-
},
|
|
7598
|
+
}, Lr = (a) => {
|
|
7595
7599
|
var g, p;
|
|
7596
|
-
let o = (g = a.context) == null ? void 0 : g.user, r = X(a), t =
|
|
7600
|
+
let o = (g = a.context) == null ? void 0 : g.user, r = X(a), t = Mr(a), l = t == null ? void 0 : t.remoteError, s = v({}, t == null ? void 0 : t.validationError), u = t == null ? void 0 : t.codeDeliveryDetails, d = Object.keys(s).length > 0, c = a.hasTag("pending") || ((p = X(a)) == null ? void 0 : p.hasTag("pending")), h2 = (() => {
|
|
7597
7601
|
switch (true) {
|
|
7598
7602
|
case a.matches("idle"):
|
|
7599
7603
|
return "idle";
|
|
@@ -7626,42 +7630,42 @@ var M = { birthdate: { label: "Birthdate", placeholder: "Birthdate", type: "date
|
|
|
7626
7630
|
}
|
|
7627
7631
|
})();
|
|
7628
7632
|
return { error: l, hasValidationErrors: d, isPending: c, route: h2, user: o, validationErrors: s, codeDeliveryDetails: u };
|
|
7629
|
-
},
|
|
7630
|
-
let r =
|
|
7633
|
+
}, Ia = ({ send: a, state: o }) => {
|
|
7634
|
+
let r = Gr(a), t = Lr(o);
|
|
7631
7635
|
return v(v({}, r), t);
|
|
7632
7636
|
};
|
|
7633
7637
|
e();
|
|
7634
7638
|
e();
|
|
7635
7639
|
e();
|
|
7636
|
-
var
|
|
7640
|
+
var Oa = ["+1", "+7", "+20", "+27", "+30", "+31", "+32", "+33", "+34", "+36", "+39", "+40", "+41", "+43", "+44", "+45", "+46", "+47", "+48", "+49", "+51", "+52", "+53", "+54", "+55", "+56", "+57", "+58", "+60", "+61", "+62", "+63", "+64", "+65", "+66", "+81", "+82", "+84", "+86", "+90", "+91", "+92", "+93", "+94", "+95", "+98", "+212", "+213", "+216", "+218", "+220", "+221", "+222", "+223", "+224", "+225", "+226", "+227", "+228", "+229", "+230", "+231", "+232", "+233", "+234", "+235", "+236", "+237", "+238", "+239", "+240", "+241", "+242", "+243", "+244", "+245", "+246", "+248", "+249", "+250", "+251", "+252", "+253", "+254", "+255", "+256", "+257", "+258", "+260", "+261", "+262", "+263", "+264", "+265", "+266", "+267", "+268", "+269", "+290", "+291", "+297", "+298", "+299", "+345", "+350", "+351", "+352", "+353", "+354", "+355", "+356", "+357", "+358", "+359", "+370", "+371", "+372", "+373", "+374", "+375", "+376", "+377", "+378", "+379", "+380", "+381", "+382", "+385", "+386", "+387", "+389", "+420", "+421", "+423", "+500", "+501", "+502", "+503", "+504", "+505", "+506", "+507", "+508", "+509", "+537", "+590", "+591", "+593", "+594", "+595", "+596", "+597", "+598", "+599", "+670", "+672", "+673", "+674", "+675", "+676", "+677", "+678", "+679", "+680", "+681", "+682", "+683", "+685", "+686", "+687", "+688", "+689", "+690", "+691", "+692", "+850", "+852", "+853", "+855", "+856", "+872", "+880", "+886", "+960", "+961", "+962", "+963", "+964", "+965", "+966", "+967", "+968", "+970", "+971", "+972", "+973", "+974", "+975", "+976", "+977", "+992", "+993", "+994", "+995", "+996", "+998"];
|
|
7637
7641
|
e();
|
|
7638
7642
|
e();
|
|
7639
7643
|
e();
|
|
7640
7644
|
e();
|
|
7641
|
-
var Y = { "Account recovery requires verified contact information": "Zur\xFCcksetzen des Account ben\xF6tigt einen verifizierten Account", "An account with the given email already exists.": "Ein Account mit dieser Email existiert bereits.", "Back to Sign In": "Zur\xFCck zur Anmeldung", "Change Password": "Passwort \xE4ndern", "Confirm Password": "Passwort best\xE4tigen", Code: "Code", Confirm: "Best\xE4tigen", "Confirm a Code": "Code best\xE4tigen", "Confirm Sign In": "Anmeldung best\xE4tigen", "Confirm Sign Up": "Registrierung best\xE4tigen", "Confirmation Code": "Best\xE4tigungs-Code", "Create a new account": "Erstelle einen neuen Account", "Create account": "Hier registrieren", "Create Account": "Account erstellen", Email: "Email", "Enter your password": "Geben Sie Ihr Passwort ein", "Enter your username": "Geben Sie Ihren Benutzernamen ein", "Forgot Password": "Passwort vergessen", "Forgot your password?
|
|
7645
|
+
var Y = { "Account recovery requires verified contact information": "Zur\xFCcksetzen des Account ben\xF6tigt einen verifizierten Account", "An account with the given email already exists.": "Ein Account mit dieser Email existiert bereits.", "Back to Sign In": "Zur\xFCck zur Anmeldung", "Change Password": "Passwort \xE4ndern", "Confirm Password": "Passwort best\xE4tigen", Code: "Code", Confirm: "Best\xE4tigen", "Confirm a Code": "Code best\xE4tigen", "Confirm Sign In": "Anmeldung best\xE4tigen", "Confirm Sign Up": "Registrierung best\xE4tigen", "Confirmation Code": "Best\xE4tigungs-Code", "Create a new account": "Erstelle einen neuen Account", "Create account": "Hier registrieren", "Create Account": "Account erstellen", Email: "Email", "Enter your password": "Geben Sie Ihr Passwort ein", "Enter your username": "Geben Sie Ihren Benutzernamen ein", "Forgot Password": "Passwort vergessen", "Forgot your password?": "Passwort vergessen? ", "Have an account? ": "Schon registriert? ", "Incorrect username or password": "Falscher Benutzername oder falsches Passwort", "Invalid password format": "Ung\xFCltiges Passwort-Format", "Invalid phone number format": "Ung\xFCltiges Telefonummern-Format. Benutze eine Nummer im Format: +12345678900", "Lost your code? ": "Code verloren? ", "New Password": "Neues Passwort", "No account? ": "Kein Account? ", or: "oder", Password: "Passwort", "Password attempts exceeded": "Die maximale Anzahl der fehlerhaften Anmeldeversuche wurde erreicht", "Phone Number": "Telefonnummer", "Resend Code": "Code erneut senden", "Reset password": "Passwort zur\xFCcksetzen", "Reset your password": "Zur\xFCcksetzen des Passworts", "Send Code": "Code senden", "Sign in": "Anmelden", "Sign In": "Anmelden", "Sign in to your account": "Melden Sie sich mit Ihrem Account an", "Sign Out": "Abmelden", "Sign Up": "Registrieren", Skip: "\xDCberspringen", Submit: "Abschicken", "User already exists": "Dieser Benutzer existiert bereits", "User does not exist": "Dieser Benutzer existiert nicht", Username: "Benutzername", "Username cannot be empty": "Benutzername darf nicht leer sein", Verify: "Verifizieren", "Verify Contact": "Kontakt verifizieren" };
|
|
7642
7646
|
e();
|
|
7643
|
-
var Z = { "Back to Sign In": "Back to Sign In", "Change Password": "Change Password", Changing: "Changing", Code: "Code", "Confirm Password": "Confirm Password", "Reset your Password": "Reset your Password", "Confirm Sign Up": "Confirm Sign Up", "Confirm SMS Code": "Confirm SMS Code", "Confirm TOTP Code": "Confirm TOTP Code", Confirm: "Confirm", "Confirmation Code": "Confirmation Code", Confirming: "Confirming", "Create Account": "Create Account", "Creating Account": "Creating Account", Email: "Email", "Enter your code": "Enter your code", "Enter your username": "Enter your username", "Enter your phone number": "Enter your phone number", "Enter your email": "Enter your email", "Forgot your password?
|
|
7647
|
+
var Z = { "Back to Sign In": "Back to Sign In", "Change Password": "Change Password", Changing: "Changing", Code: "Code", "Confirm Password": "Confirm Password", "Reset your Password": "Reset your Password", "Confirm Sign Up": "Confirm Sign Up", "Confirm SMS Code": "Confirm SMS Code", "Confirm TOTP Code": "Confirm TOTP Code", Confirm: "Confirm", "Confirmation Code": "Confirmation Code", Confirming: "Confirming", "Create Account": "Create Account", "Creating Account": "Creating Account", Email: "Email", "Enter your code": "Enter your code", "Enter your username": "Enter your username", "Enter your phone number": "Enter your phone number", "Enter your email": "Enter your email", "Forgot your password?": "Forgot your password?", "Hide password": "Hide password", Loading: "Loading", Username: "Username", "New password": "New password", Password: "Password", "Phone Number": "Phone Number", "Resend Code": "Resend Code", "Reset your password": "Reset your password", "Send Code": "Send Code", "Send code": "Send code", Sending: "Sending", "Setup TOTP": "Setup TOTP", "Show password": "Show password", "Sign in": "Sign in", "Sign In": "Sign In", "Sign In with Amazon": "Sign In with Amazon", "Sign In with Apple": "Sign In with Apple", "Sign In with Facebook": "Sign In with Facebook", "Sign In with Google": "Sign In with Google", "Sign in to your account": "Sign in to your account", "Create a new account": "Create a new account", "Signing in": "Signing in", Skip: "Skip", Submit: "Submit", Submitting: "Submitting", "Verify Contact": "Verify Contact", "Account recovery requires verified contact information": "Account recovery requires verified contact information", Verify: "Verify" };
|
|
7644
7648
|
e();
|
|
7645
7649
|
var Q = { "Account recovery requires verified contact information": "La recuperaci\xF3n de la cuenta requiere informaci\xF3n de contacto verificada", "Back to Sign In": "Volver a inicio de sesi\xF3n", "Change Password": "Cambiar contrase\xF1a", Code: "C\xF3digo", Confirm: "Confirmar", "Confirm a Code": "Confirmar un c\xF3digo", "Confirm Password": "Confirmar contrase\xF1a", "Confirm Sign In": "Confirmar inicio de sesi\xF3n", "Confirm Sign Up": "Confirmar registro", "Confirmation Code": "C\xF3digo de confirmaci\xF3n", "Create a new account": "Crear una cuenta nueva", Email: "Email", "Forgot Password": "Olvid\xE9 mi contrase\xF1a", "Incorrect username or password": "Nombre de usuario o contrase\xF1a incorrecta", "Invalid password format": "Formato de contrase\xF1a inv\xE1lido", "Invalid phone number format": "Formato de n\xFAmero de tel\xE9fono inv\xE1lido", "Loading...": "Cargando...", "New Password": "Nueva contrase\xF1a", or: "o", Password: "Contrase\xF1a", "Phone Number": "N\xFAmero de tel\xE9fono", "Resend a Code": "Reenviar un c\xF3digo", "Resend Code": "Reenviar c\xF3digo", "Send Code": "Enviar c\xF3digo", "Sign In": "Iniciar sesi\xF3n", "Sign in to your account": "Iniciar sesi\xF3n en tu cuenta", "Sign Out": "Cerrar sesi\xF3n", "Sign Up": "Crear cuenta", Skip: "Omitir", Submit: "Enviar", "User already exists": "El usuario ya existe", "User does not exist": "El usuario no existe", Username: "Nombre de usuario", "Username cannot be empty": "El nombre de usuario no puede estar vac\xEDo", Verify: "Verificar", "Verify Contact": "Verificar contacto" };
|
|
7646
7650
|
e();
|
|
7647
|
-
var J = { "Account recovery requires verified contact information": "La r\xE9cup\xE9ration du compte n\xE9cessite des informations de contact v\xE9rifi\xE9es", "An account with the given email already exists.": "Un utilisateur avec cette adresse email existe d\xE9j\xE0.", "Back to Sign In": "Retour \xE0 la connexion", Change: "Modifier", "Change Password": "Modifier le mot de passe", Code: "Code", Confirm: "Confirmer", "Confirm a Code": "Confirmer un code", "Confirm Password": "Confirmez le mot de passe", "Confirm Sign In": "Confirmer la connexion", "Confirm Sign Up": "Confirmer l'inscription", "Confirm SMS Code": "Confirmer le code SMS", "Confirm TOTP Code": "Confirmer le code TOTP", "Confirmation Code": "Code de confirmation", "Create a new account": "Cr\xE9er un nouveau compte", "Create account": "Cr\xE9er un compte", "Create Account": "Cr\xE9er un compte", Email: "Email", "Enter your code": "Saisissez cotre code de confirmation", "Enter your email": "Saisissez votre adresse email", "Enter your password": "Saisissez votre mot de passe", "Enter your phone number": "Saisissez votre num\xE9ro de t\xE9l\xE9phone", "Enter your username": "Saisissez votre nom d'utilisateur", "Forgot Password": "Mot de passe oubli\xE9", "Forgot your password?
|
|
7651
|
+
var J = { "Account recovery requires verified contact information": "La r\xE9cup\xE9ration du compte n\xE9cessite des informations de contact v\xE9rifi\xE9es", "An account with the given email already exists.": "Un utilisateur avec cette adresse email existe d\xE9j\xE0.", "Back to Sign In": "Retour \xE0 la connexion", Change: "Modifier", "Change Password": "Modifier le mot de passe", Code: "Code", Confirm: "Confirmer", "Confirm a Code": "Confirmer un code", "Confirm Password": "Confirmez le mot de passe", "Confirm Sign In": "Confirmer la connexion", "Confirm Sign Up": "Confirmer l'inscription", "Confirm SMS Code": "Confirmer le code SMS", "Confirm TOTP Code": "Confirmer le code TOTP", "Confirmation Code": "Code de confirmation", "Create a new account": "Cr\xE9er un nouveau compte", "Create account": "Cr\xE9er un compte", "Create Account": "Cr\xE9er un compte", Email: "Email", "Enter your code": "Saisissez cotre code de confirmation", "Enter your email": "Saisissez votre adresse email", "Enter your password": "Saisissez votre mot de passe", "Enter your phone number": "Saisissez votre num\xE9ro de t\xE9l\xE9phone", "Enter your username": "Saisissez votre nom d'utilisateur", "Forgot Password": "Mot de passe oubli\xE9", "Forgot your password?": "Mot de passe oubli\xE9 ? ", "Have an account? ": "D\xE9j\xE0 un compte ? ", Hello: "Bonjour", "Incorrect username or password": "Identifiant ou mot de passe incorrect", "Invalid password format": "Format de mot de passe invalide", "Invalid phone number format": "Format de num\xE9ro de t\xE9l\xE9phone invalide. Veuillez utiliser un format +12345678900", "Loading...": "Chargement...", "Lost your code? ": "Vous avez perdu votre code ? ", "Network error": "Erreur r\xE9seau", "New Password": "Nouveau mot de passe", "No account? ": "Pas de compte ? ", or: "ou", Password: "Mot de passe", "Phone Number": "Num\xE9ro de t\xE9l\xE9phone", "Resend a Code": "Renvoyer un code", "Resend Code": "Renvoyer le code", "Reset password": "R\xE9initialisez votre mot de passe", "Reset your password": "R\xE9initialisez votre mot de passe", Send: "Envoyer", "Send Code": "M'envoyer un code", "Sign in": "Se connecter", "Sign In": "Se connecter", "Sign in to your account": "Connexion \xE0 votre compte", "Sign In with Amazon": "Se connecter avec Amazon", "Sign In with AWS": "Se connecter avec AWS", "Sign In with Facebook": "Se connecter avec Facebook", "Sign In with Google": "Se connecter avec Google", "Sign Out": "D\xE9connexion", "Sign Up": "S'inscrire", Skip: "Passer", SMS: "SMS", Submit: "Soumettre", "User already exists": "L'utilisateur existe d\xE9j\xE0", "User does not exist": "L'utilisateur n'existe pas", Username: "Nom d'utilisateur", "Username cannot be empty": "Le nom d'utilisateur doit \xEAtre renseign\xE9", "Username/client id combination not found.": "L'utilisateur n'existe pas", Verify: "V\xE9rifier", "Verify Contact": "V\xE9rifier le contact" };
|
|
7648
7652
|
e();
|
|
7649
|
-
var ee = { "Account recovery requires verified contact information": "Ripristino del conto richiede un account verificati", "An account with the given email already exists.": "Un account con questa email esiste gi\xE0.", "Back to Sign In": "Torna alla Accesso", "Change Password": "Cambia la password", Code: "Codice", Confirm: "Conferma", "Confirm a Code": "Codice Conferma", "Confirm Password": "Conferma la password", "Confirm Sign In": "Conferma di applicazione", "Confirm Sign Up": "Registrazione Conferma", "Confirmation Code": "Codice di verifica", "Create a new account": "Creare un nuovo account", "Create account": "Registrati", "Create Account": "Crea account", Email: "E-mail", "Enter your password": "Inserire la password", "Enter your username": "Inserisci il tuo nome utente", "Forgot Password": "Password dimenticata", "Forgot your password?
|
|
7653
|
+
var ee = { "Account recovery requires verified contact information": "Ripristino del conto richiede un account verificati", "An account with the given email already exists.": "Un account con questa email esiste gi\xE0.", "Back to Sign In": "Torna alla Accesso", "Change Password": "Cambia la password", Code: "Codice", Confirm: "Conferma", "Confirm a Code": "Codice Conferma", "Confirm Password": "Conferma la password", "Confirm Sign In": "Conferma di applicazione", "Confirm Sign Up": "Registrazione Conferma", "Confirmation Code": "Codice di verifica", "Create a new account": "Creare un nuovo account", "Create account": "Registrati", "Create Account": "Crea account", Email: "E-mail", "Enter your password": "Inserire la password", "Enter your username": "Inserisci il tuo nome utente", "Forgot Password": "Password dimenticata", "Forgot your password?": "Password dimenticata?", "Have an account? ": "Gi\xE0 registrato?", "Incorrect username or password": "Nome utente o password errati", "Invalid password format": "Formato della password non valido", "Invalid phone number format": "Utilizzo non valido Telefonummern formattare un numero nel formato :. 12.345.678,9 mille", "Lost your code?": "Perso codice?", "New Password": "Nuova password", or: "o", "No account? ": "Nessun account?", Password: "Password", "Password attempts exceeded": "Il numero massimo di tentativi di accesso falliti \xE8 stato raggiunto", "Phone Number": "Numero di telefono", "Resend Code": "Codice Rispedisci", "Reset password": "Ripristina password", "Reset your password": "Resetta password", "Send Code": "Invia codice", "Sign in": "Accesso", "Sign In": "Accesso", "Sign in to your account": "Accedi con il tuo account a", "Sign Out": "Esci", "Sign Up": "Iscriviti", Skip: "Salta", Submit: "Sottoscrivi", "User already exists": "Questo utente esiste gi\xE0", "User does not exist": "Questo utente non esiste", Username: "Nome utente", "Username cannot be empty": "Nome utente non pu\xF2 essere vuoto", Verify: "Verifica", "Verify Contact": "Contatto verifica" };
|
|
7650
7654
|
e();
|
|
7651
|
-
var oe = { "Account recovery requires verified contact information": "\u30A2\u30AB\u30A6\u30F3\u30C8\u306E\u5FA9\u65E7\u306B\u306F\u78BA\u8A8D\u6E08\u307F\u306E\u9023\u7D61\u5148\u304C\u5FC5\u8981\u3067\u3059", "An account with the given email already exists.": "\u5165\u529B\u3055\u308C\u305F\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9\u306E\u30A2\u30AB\u30A6\u30F3\u30C8\u304C\u65E2\u306B\u5B58\u5728\u3057\u307E\u3059", "Back to Sign In": "\u30B5\u30A4\u30F3\u30A4\u30F3\u306B\u623B\u308B", "Change Password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5909\u3048\u308B ", Code: "\u30B3\u30FC\u30C9", Confirm: "\u78BA\u5B9A", "Confirm a Code": "\u30B3\u30FC\u30C9\u3092\u78BA\u8A8D", "Confirm Password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u306E\u78BA\u8A8D", "Confirm Sign In": "\u30B5\u30A4\u30F3\u30A4\u30F3\u3059\u308B", "Confirm Sign Up": "\u767B\u9332\u3059\u308B", "Confirmation Code": "\u78BA\u8A8D\u30B3\u30FC\u30C9", "Create a new account": "\u65B0\u3057\u3044\u30A2\u30AB\u30A6\u30F3\u30C8\u3092\u4F5C\u308B", "Create account": "\u30A2\u30AB\u30A6\u30F3\u30C8\u3092\u4F5C\u308B ", "Create Account": "\u30A2\u30AB\u30A6\u30F3\u30C8\u3092\u4F5C\u308B", Email: "\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9", "Enter your password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5165\u529B ", "Enter your username": "\u30E6\u30FC\u30B6\u30FC\u540D\u3092\u5165\u529B ", "Forgot Password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5FD8\u308C\u305F ", "Forgot your password?
|
|
7655
|
+
var oe = { "Account recovery requires verified contact information": "\u30A2\u30AB\u30A6\u30F3\u30C8\u306E\u5FA9\u65E7\u306B\u306F\u78BA\u8A8D\u6E08\u307F\u306E\u9023\u7D61\u5148\u304C\u5FC5\u8981\u3067\u3059", "An account with the given email already exists.": "\u5165\u529B\u3055\u308C\u305F\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9\u306E\u30A2\u30AB\u30A6\u30F3\u30C8\u304C\u65E2\u306B\u5B58\u5728\u3057\u307E\u3059", "Back to Sign In": "\u30B5\u30A4\u30F3\u30A4\u30F3\u306B\u623B\u308B", "Change Password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5909\u3048\u308B ", Code: "\u30B3\u30FC\u30C9", Confirm: "\u78BA\u5B9A", "Confirm a Code": "\u30B3\u30FC\u30C9\u3092\u78BA\u8A8D", "Confirm Password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u306E\u78BA\u8A8D", "Confirm Sign In": "\u30B5\u30A4\u30F3\u30A4\u30F3\u3059\u308B", "Confirm Sign Up": "\u767B\u9332\u3059\u308B", "Confirmation Code": "\u78BA\u8A8D\u30B3\u30FC\u30C9", "Create a new account": "\u65B0\u3057\u3044\u30A2\u30AB\u30A6\u30F3\u30C8\u3092\u4F5C\u308B", "Create account": "\u30A2\u30AB\u30A6\u30F3\u30C8\u3092\u4F5C\u308B ", "Create Account": "\u30A2\u30AB\u30A6\u30F3\u30C8\u3092\u4F5C\u308B", Email: "\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9", "Enter your password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5165\u529B ", "Enter your username": "\u30E6\u30FC\u30B6\u30FC\u540D\u3092\u5165\u529B ", "Forgot Password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5FD8\u308C\u305F ", "Forgot your password?": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5FD8\u308C\u307E\u3057\u305F\u304B\uFF1F ", "Have an account? ": "\u30A2\u30AB\u30A6\u30F3\u30C8\u3092\u6301\u3063\u3066\u3044\u307E\u3059\u304B\uFF1F", "Incorrect username or password": "\u30E6\u30FC\u30B6\u30FC\u540D\u304B\u30D1\u30B9\u30EF\u30FC\u30C9\u304C\u7570\u306A\u308A\u307E\u3059 ", "Invalid password format": "\u30D1\u30B9\u30EF\u30FC\u30C9\u306E\u5F62\u5F0F\u304C\u7121\u52B9\u3067\u3059 ", "Invalid phone number format": `\u4E0D\u6B63\u306A\u96FB\u8A71\u756A\u53F7\u306E\u5F62\u5F0F\u3067\u3059\u3002
|
|
7652
7656
|
+12345678900 \u306E\u5F62\u5F0F\u3067\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044`, "Lost your code? ": "\u30B3\u30FC\u30C9\u3092\u5931\u304F\u3057\u307E\u3057\u305F\u304B\uFF1F", "New Password": "\u65B0\u3057\u3044\u30D1\u30B9\u30EF\u30FC\u30C9", "No account? ": "\u30A2\u30AB\u30A6\u30F3\u30C8\u304C\u7121\u3044\u3068\u304D ", or: "\u53C8\u306F", Password: "\u30D1\u30B9\u30EF\u30FC\u30C9 ", "Password attempts exceeded": "\u30B5\u30A4\u30F3\u30A4\u30F3\u306E\u8A66\u884C\u56DE\u6570\u304C\u4E0A\u9650\u306B\u9054\u3057\u307E\u3057\u305F", "Phone Number": "\u96FB\u8A71\u756A\u53F7", "Resend Code": "\u30B3\u30FC\u30C9\u3092\u518D\u9001\u4FE1", "Reset password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u30EA\u30BB\u30C3\u30C8 ", "Reset your password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u30EA\u30BB\u30C3\u30C8\u3059\u308B", "Send Code": "\u30B3\u30FC\u30C9\u3092\u9001\u4FE1", "Sign in": "\u30B5\u30A4\u30F3\u30A4\u30F3", "Sign In": "\u30B5\u30A4\u30F3\u30A4\u30F3 ", "Sign in to your account": "\u30A2\u30AB\u30A6\u30F3\u30C8\u306B\u30B5\u30A4\u30F3\u30A4\u30F3 ", "Sign In with Amazon": "Amazon\u3067\u30B5\u30A4\u30F3\u30A4\u30F3", "Sign In with Facebook": "Facebook\u3067\u30B5\u30A4\u30F3\u30A4\u30F3", "Sign In with Google": "Google\u3067\u30B5\u30A4\u30F3\u30A4\u30F3", "Sign Out": "\u30B5\u30A4\u30F3\u30A2\u30A6\u30C8 ", "Sign Up": "\u767B\u9332 ", Skip: "\u30B9\u30AD\u30C3\u30D7", Submit: "\u9001\u4FE1", "User already exists": "\u65E2\u306B\u30E6\u30FC\u30B6\u30FC\u304C\u5B58\u5728\u3057\u3066\u3044\u307E\u3059 ", "User does not exist": "\u30E6\u30FC\u30B6\u30FC\u304C\u5B58\u5728\u3057\u307E\u305B\u3093 ", Username: "\u30E6\u30FC\u30B6\u30FC\u540D ", "Username cannot be empty": "\u30E6\u30FC\u30B6\u30FC\u540D\u306F\u5165\u529B\u5FC5\u9808\u3067\u3059", Verify: "\u78BA\u8A8D", "Verify Contact": "\u9023\u7D61\u5148\u3092\u78BA\u8A8D" };
|
|
7653
7657
|
e();
|
|
7654
|
-
var re = { "Back to Sign In": "\uB85C\uADF8\uC778\uC73C\uB85C \uB3CC\uC544\uAC00\uAE30", Birthdate: "\uC0DD\uB144\uC6D4\uC77C", "Change Password": "\uBE44\uBC00\uBC88\uD638 \uBCC0\uACBD\uD558\uAE30", Changing: "\uBCC0\uACBD\uC911", Code: "\uCF54\uB4DC", "Confirm Password": "\uBE44\uBC00\uBC88\uD638 \uC7AC\uD655\uC778", "Reset your Password": "\uBE44\uBC00\uBC88\uD638 \uC7AC\uC124\uC815", "Confirm Sign Up": "\uD68C\uC6D0\uAC00\uC785 \uD655\uC778", "Confirm SMS Code": "\uD734\uB300\uD3F0 \uBCF8\uC778 \uD655\uC778", "Confirm TOTP Code": "TOTP \uC778\uC99D\uBC88\uD638 \uD655\uC778", Confirm: "\uD655\uC778", "Confirmation Code": "\uC778\uC99D\uBC88\uD638", Confirming: "\uD655\uC778\uC911", "Create Account": "\uD68C\uC6D0\uAC00\uC785", "Creating Account": "\uD68C\uC6D0\uAC00\uC785\uC911", Email: "\uC774\uBA54\uC77C", "Enter your code": "\uC778\uC99D\uBC88\uD638\uB97C \uC785\uB825\uD574\uC8FC\uC138\uC694", "Enter your username": "\uC544\uC774\uB514\uB97C \uC785\uB825\uD574\uC8FC\uC138\uC694", "Family Name": "\uC131", "Given Name": "\uC774\uB984", "Forgot your password?
|
|
7658
|
+
var re = { "Back to Sign In": "\uB85C\uADF8\uC778\uC73C\uB85C \uB3CC\uC544\uAC00\uAE30", Birthdate: "\uC0DD\uB144\uC6D4\uC77C", "Change Password": "\uBE44\uBC00\uBC88\uD638 \uBCC0\uACBD\uD558\uAE30", Changing: "\uBCC0\uACBD\uC911", Code: "\uCF54\uB4DC", "Confirm Password": "\uBE44\uBC00\uBC88\uD638 \uC7AC\uD655\uC778", "Reset your Password": "\uBE44\uBC00\uBC88\uD638 \uC7AC\uC124\uC815", "Confirm Sign Up": "\uD68C\uC6D0\uAC00\uC785 \uD655\uC778", "Confirm SMS Code": "\uD734\uB300\uD3F0 \uBCF8\uC778 \uD655\uC778", "Confirm TOTP Code": "TOTP \uC778\uC99D\uBC88\uD638 \uD655\uC778", Confirm: "\uD655\uC778", "Confirmation Code": "\uC778\uC99D\uBC88\uD638", Confirming: "\uD655\uC778\uC911", "Create Account": "\uD68C\uC6D0\uAC00\uC785", "Creating Account": "\uD68C\uC6D0\uAC00\uC785\uC911", Email: "\uC774\uBA54\uC77C", "Enter your code": "\uC778\uC99D\uBC88\uD638\uB97C \uC785\uB825\uD574\uC8FC\uC138\uC694", "Enter your username": "\uC544\uC774\uB514\uB97C \uC785\uB825\uD574\uC8FC\uC138\uC694", "Family Name": "\uC131", "Given Name": "\uC774\uB984", "Forgot your password?": "\uBE44\uBC00\uBC88\uD638\uB97C \uC78A\uC73C\uC168\uB098\uC694?", "Hide password": "\uBE44\uBC00\uBC88\uD638 \uC228\uAE30\uAE30", Loading: "\uB85C\uB529\uC911", Username: "\uC544\uC774\uB514", Name: "\uC131\uD568", Nickname: "\uB2C9\uB124\uC784", "New password": "\uC0C8 \uBE44\uBC00\uBC88\uD638", Password: "\uBE44\uBC00\uBC88\uD638", "Phone Number": "\uC804\uD654\uBC88\uD638", "Preferred Username": "\uB2C9\uB124\uC784", Profile: "\uD504\uB85C\uD544", "Resend Code": "\uC778\uC99D\uBC88\uD638 \uC7AC\uC804\uC1A1", "Reset your password": "\uBE44\uBC00\uBC88\uD638 \uC7AC\uC124\uC815", "Reset Password": "\uBE44\uBC00\uBC88\uD638 \uC7AC\uC124\uC815", "Send code": "\uC778\uC99D\uCF54\uB4DC \uBCF4\uB0B4\uAE30", Sending: "\uC804\uC1A1\uC911", "Setup TOTP": "TOTP \uC124\uC815\uD558\uAE30", "Show password": "\uBE44\uBC00\uBC88\uD638 \uBCF4\uC774\uAE30", "Sign in": "\uB85C\uADF8\uC778", "Sign In": "\uB85C\uADF8\uC778", "Sign In with Amazon": "Amazon \uB85C\uADF8\uC778", "Sign In with Apple": "Apple \uB85C\uADF8\uC778", "Sign In with Facebook": "Facebook \uB85C\uADF8\uC778", "Sign In with Google": "Google \uB85C\uADF8\uC778", "Sign in to your account": "\uB85C\uADF8\uC778", "Create a new account": "\uD68C\uC6D0\uAC00\uC785", "Signing in": "\uB85C\uADF8\uC778\uC911", Skip: "\uB2E4\uC74C\uC5D0 \uD558\uAE30", Submit: "\uD655\uC778", Submitting: "\uD655\uC778\uC911", "Verify Contact": "\uC5F0\uB77D\uCC98 \uD655\uC778", "Account recovery requires verified contact information": "\uACC4\uC815 \uBCF5\uAD6C\uB97C \uC704\uD574 \uC5F0\uB77D\uCC98 \uD655\uC778\uC774 \uD544\uC694\uD569\uB2C8\uB2E4", Verify: "\uC778\uC99D", Website: "\uC6F9\uC0AC\uC774\uD2B8" };
|
|
7655
7659
|
e();
|
|
7656
|
-
var ae = { "Back to Sign In": "Terug naar inloggen", "Change Password": "Wachtwoord wijzigen", Changing: "Wordt aangepast", Code: "Code", "Confirm Password": "Bevestig Wachtwoord", "Reset your Password": "Wachtwoord resetten", "Confirm Sign Up": "Bevestig inschrijving", "Confirm SMS Code": "Bevestig SMS Code", "Confirm TOTP Code": "Bevestig TOTP Code", Confirm: "Bevestig", "Confirmation Code": "Bevestigingscode", Confirming: "Bevestigen", "Create Account": "Account aanmaken", "Creating Account": "Account wordt aangemaakt", Email: "E-mail", "Enter your code": "Vul je code in", "Enter your username": "Vul je gebruikersnaam in", "Enter your phone number": "Vul je telefoonnummer in", "Enter your email": "Vul je e-mail in", "Forgot your password?
|
|
7660
|
+
var ae = { "Back to Sign In": "Terug naar inloggen", "Change Password": "Wachtwoord wijzigen", Changing: "Wordt aangepast", Code: "Code", "Confirm Password": "Bevestig Wachtwoord", "Reset your Password": "Wachtwoord resetten", "Confirm Sign Up": "Bevestig inschrijving", "Confirm SMS Code": "Bevestig SMS Code", "Confirm TOTP Code": "Bevestig TOTP Code", Confirm: "Bevestig", "Confirmation Code": "Bevestigingscode", Confirming: "Bevestigen", "Create Account": "Account aanmaken", "Creating Account": "Account wordt aangemaakt", Email: "E-mail", "Enter your code": "Vul je code in", "Enter your username": "Vul je gebruikersnaam in", "Enter your phone number": "Vul je telefoonnummer in", "Enter your email": "Vul je e-mail in", "Forgot your password?": "Wachtwoord vergeten? ", "Hide password": "Verberg wachtwoord", Loading: "Laden", Username: "Gebruikersnaam", "New password": "Nieuw wachtwoord", Password: "Wachtwoord", "Phone Number": "Telefoonnummer", "Resend Code": "Verstuur code nogmaals", "Reset your password": "Reset je wachtwoord", "Send Code": "Verstuur Code", "Send code": "Verstuur code", Sending: "Versturen", "Setup TOTP": "TOTP Instellingen", "Show password": "Toon wachtwoord", "Sign in": "Inloggen", "Sign In": "Inloggen", "Sign In with Amazon": "Inloggen met Amazon", "Sign In with Apple": "Inloggen met Apple", "Sign In with Facebook": "Inloggen met Facebook", "Sign In with Google": "Inloggen met Google", "Sign in to your account": "Inloggen op je account", "Create a new account": "Nieuw account aanmaken", "Signing in": "Inloggen", Skip: "Overslaan", Submit: "Versturen", Submitting: "Wordt verstuurd", "Verify Contact": "Verifieer Contact", "Account recovery requires verified contact information": "Accountherstel vereist geverifieerde contactgegevens", Verify: "Verifieer" };
|
|
7657
7661
|
e();
|
|
7658
|
-
var te = { "Back to Sign In": "Powr\xF3t do logowania", Birthdate: "Data urodzenia", "Change Password": "Zmie\u0144 has\u0142o", Changing: "Zmienianie", Code: "Kod", "Confirm Password": "Potwierd\u017A Has\u0142o", "Reset your Password": "Zresetuj swoje has\u0142o", "Confirm Sign Up": "Potwierd\u017A rejestracj\u0119", "Confirm SMS Code": "Potwierd\u017A kod SMS", "Confirm TOTP Code": "Potwierd\u017A has\u0142o jednorazowe", Confirm: "Potwierd\u017A", "Confirmation Code": "Kod potwierdzenia", Confirming: "Potwierdzanie", "Create Account": "Utw\xF3rz konto", "Creating Account": "Tworzenie konta", Email: "E-mail", "Enter your code": "Wprowad\u017A sw\xF3j kod", "Enter your username": "Wprowad\u017A swoj\u0105 nazw\u0119 u\u017Cytkownika", "Family Name": "Nazwisko", "Given Name": "Pierwsze imi\u0119", "Forgot your password?
|
|
7662
|
+
var te = { "Back to Sign In": "Powr\xF3t do logowania", Birthdate: "Data urodzenia", "Change Password": "Zmie\u0144 has\u0142o", Changing: "Zmienianie", Code: "Kod", "Confirm Password": "Potwierd\u017A Has\u0142o", "Reset your Password": "Zresetuj swoje has\u0142o", "Confirm Sign Up": "Potwierd\u017A rejestracj\u0119", "Confirm SMS Code": "Potwierd\u017A kod SMS", "Confirm TOTP Code": "Potwierd\u017A has\u0142o jednorazowe", Confirm: "Potwierd\u017A", "Confirmation Code": "Kod potwierdzenia", Confirming: "Potwierdzanie", "Create Account": "Utw\xF3rz konto", "Creating Account": "Tworzenie konta", Email: "E-mail", "Enter your code": "Wprowad\u017A sw\xF3j kod", "Enter your username": "Wprowad\u017A swoj\u0105 nazw\u0119 u\u017Cytkownika", "Family Name": "Nazwisko", "Given Name": "Pierwsze imi\u0119", "Forgot your password?": "Zapomnia\u0142e\u015B has\u0142a? ", "Hide password": "Ukryj has\u0142o", Loading: "\u0141adowanie", Username: "Nazwa u\u017Cytkownika", "Middle Name": "Drugie imi\u0119", Name: "Imi\u0119 i nazwisko", Nickname: "Pseudonim", "New password": "Nowe has\u0142o", Password: "Has\u0142o", "Phone Number": "Numer telefonu", "Preferred Username": "Preferowana nazwa u\u017Cytkownika", Profile: "Profil", "Resend Code": "Wy\u015Blij kod ponownie", "Reset your password": "Zresetuj swoje has\u0142o", "Send Code": "Zresetuj has\u0142o", "Send code": "Wy\u015Blij kod", Sending: "Wysy\u0142anie", "Setup TOTP": "Konfiguruj TOTP", "Show password": "Poka\u017C has\u0142o", "Sign in": "Zaloguj", "Sign In": "Logowanie", "Sign In with Amazon": "Zaloguj z Amazon", "Sign In with Apple": "Zaloguj z Apple", "Sign In with Facebook": "Zaloguj z Facebook", "Sign In with Google": "Zaloguj z Google", "Sign in to your account": "Zaloguj si\u0119 na swoje konto", "Create a new account": "Utw\xF3rz nowe konto", "Signing in": "Logowanie", Skip: "Pomi\u0144", Submit: "Wy\u015Blij", Submitting: "Wysy\u0142anie", "Verify Contact": "Weryfikacja danych kontaktowych", "Account recovery requires verified contact information": "Odzyskanie konta wymaga zweryfikowanych danych kontaktowych", Verify: "Zweryfikuj", Website: "Strona internetowa" };
|
|
7659
7663
|
e();
|
|
7660
|
-
var ne = { "Back to Sign In": "Voltar para Entrar", "Change Password": "Mudar senha", Changing: "Mudando", Code: "C\xF3digo", "Confirm Password": "Confirme a Senha", "Reset your Password": "Redefina sua senha", "Confirm Sign Up": "Confirmar inscri\xE7\xE3o", "Confirm SMS Code": "Confirme o c\xF3digo SMS", "Confirm TOTP Code": "Confirme o c\xF3digo TOTP", Confirm: "confirme", "Confirmation Code": "C\xF3digo de confirma\xE7\xE3o", Confirming: "Confirmando", "Create Account": "Criar Conta", "Creating Account": "Criando conta", Email: "O email", "Enter your code": "Insira seu c\xF3digo", "Enter your username": "entre com seu nome de usu\xE1rio", "Enter your phone number": "Digite seu n\xFAmero de telefone", "Enter your email": "Digite seu e-mail", "Forgot your password?
|
|
7664
|
+
var ne = { "Back to Sign In": "Voltar para Entrar", "Change Password": "Mudar senha", Changing: "Mudando", Code: "C\xF3digo", "Confirm Password": "Confirme a Senha", "Reset your Password": "Redefina sua senha", "Confirm Sign Up": "Confirmar inscri\xE7\xE3o", "Confirm SMS Code": "Confirme o c\xF3digo SMS", "Confirm TOTP Code": "Confirme o c\xF3digo TOTP", Confirm: "confirme", "Confirmation Code": "C\xF3digo de confirma\xE7\xE3o", Confirming: "Confirmando", "Create Account": "Criar Conta", "Creating Account": "Criando conta", Email: "O email", "Enter your code": "Insira seu c\xF3digo", "Enter your username": "entre com seu nome de usu\xE1rio", "Enter your phone number": "Digite seu n\xFAmero de telefone", "Enter your email": "Digite seu e-mail", "Forgot your password?": "Esqueceu sua senha? ", "Hide password": "Esconder a senha", Loading: "Carregando", Username: "Nome do usu\xE1rio", "New password": "Nova Senha", Password: "Senha", "Phone Number": "N\xFAmero de telefone", "Resend Code": "Reenviar c\xF3digo", "Reset your password": "Redefina sua senha", "Send Code": "Enviar c\xF3digo", "Send code": "Enviar c\xF3digo", Sending: "Enviando", "Setup TOTP": "Configurar TOTP", "Show password": "Mostrar senha", "Sign In": "Entrar", "Sign in": "Entrar", "Sign In with Amazon": "Entrar com a Amazon", "Sign In with Apple": "Entrar com a Apple", "Sign In with Facebook": "Entrar com o Facebook", "Sign In with Google": "Fa\xE7a login no Google", "Sign in to your account": "Fa\xE7a login em sua conta", "Create a new account": "Criar uma nova conta", "Signing in": "Entrando", Skip: "Pular", Submit: "Enviar", Submitting: "Enviando", "Verify Contact": "Verificar contato", "Account recovery requires verified contact information": "A recupera\xE7\xE3o da conta requer informa\xE7\xF5es de contato verificadas", Verify: "Verificar" };
|
|
7661
7665
|
e();
|
|
7662
7666
|
var ie = { "Account recovery requires verified contact information": "\u8D26\u6237\u6062\u590D\u9700\u8981\u9A8C\u8BC1\u8FC7\u7684\u8054\u7CFB\u65B9\u5F0F", "Back to Sign In": "\u56DE\u5230\u767B\u5F55", "Change Password": "\u6539\u53D8\u5BC6\u7801", Code: "\u786E\u8BA4\u7801", Confirm: "\u786E\u8BA4", "Confirm a Code": "\u786E\u8BA4\u7801", "Confirm Password": "\u786E\u8BA4\u5BC6\u7801", "Confirm Sign In": "\u786E\u8BA4\u767B\u5F55", "Confirm Sign Up": "\u786E\u8BA4\u6CE8\u518C", Email: "\u90AE\u7BB1", "Forgot Password": "\u5FD8\u8BB0\u5BC6\u7801", "Incorrect username or password": "\u7528\u6237\u540D\u6216\u5BC6\u7801\u9519\u8BEF", "Invalid password format": "\u5BC6\u7801\u683C\u5F0F\u9519\u8BEF", "Invalid phone number format": "\u7535\u8BDD\u683C\u5F0F\u9519\u8BEF\uFF0C\u8BF7\u4F7F\u7528\u683C\u5F0F +12345678900", "New Password": "\u65B0\u5BC6\u7801", or: "\u6216\u8005", Password: "\u5BC6\u7801", "Phone Number": "\u7535\u8BDD", "Resend a Code": "\u91CD\u53D1\u786E\u8BA4\u7801", "Send Code": "\u53D1\u9001\u786E\u8BA4\u7801", "Sign In": "\u767B\u5F55", "Sign Out": "\u9000\u51FA", "Sign Up": "\u6CE8\u518C", Skip: "\u8DF3\u8FC7", Submit: "\u63D0\u4EA4", "User already exists": "\u7528\u6237\u5DF2\u7ECF\u5B58\u5728", "User does not exist": "\u7528\u6237\u4E0D\u5B58\u5728", Username: "\u7528\u6237\u540D", Verify: "\u9A8C\u8BC1", "Verify Contact": "\u9A8C\u8BC1\u8054\u7CFB\u65B9\u5F0F" };
|
|
7663
7667
|
e();
|
|
7664
|
-
var le = { BACK_SIGN_IN: "Back to Sign In", BIRTHDATE: "Birthdate", CHANGE_PASSWORD: "Change Password", CHANGING_PASSWORD: "Changing", CODE: "Code", CONFIRM_PASSWORD: "Confirm Password", CONFIRM_RESET_PASSWORD_HEADING: "Reset your Password", CONFIRM_SIGNUP_HEADING: "Confirm Sign Up", CONFIRM_SMS: "Confirm SMS Code", CONFIRM_TOTP: "Confirm TOTP Code", CONFIRM: "Confirm", CONFIRMATION_CODE: "Confirmation Code", CONFIRMING: "Confirming", CREATE_ACCOUNT: "Create Account", CREATING_ACCOUNT: "Creating Account", EMAIL_ADDRESS: "Email", ENTER_CODE: "Enter your code", ENTER_USERNAME: "Enter your username", FAMILY_NAME: "Family Name", GIVEN_NAME: "Given Name", FORGOT_YOUR_PASSWORD: "Forgot your password? ", HIDE_PASSWORD: "Hide password", LOADING: "Loading", LOGIN_NAME: "Username", MIDDLE_NAME: "Middle Name", NAME: "Name", NICKNAME: "Nickname", NEW_PASSWORD: "New password", PASSWORD: "Password", PHONE_NUMBER: "Phone Number", PREFERRED_USERNAME: "Preferred Username", PROFILE: "Profile", RESEND_CODE: "Resend Code", RESET_PASSWORD_HEADING: "Reset your password", RESET_PASSWORD: "Reset Password", SEND_CODE: "Send code", SENDING: "Sending", SETUP_TOTP: "Setup TOTP", SHOW_PASSWORD: "Show password", SIGN_IN_BUTTON: "Sign in", SIGN_IN_TAB: "Sign In", SIGN_IN_WITH_AMAZON: "Sign In with Amazon", SIGN_IN_WITH_APPLE: "Sign In with Apple", SIGN_IN_WITH_FACEBOOK: "Sign In with Facebook", SIGN_IN_WITH_GOOGLE: "Sign In with Google", SIGN_IN: "Sign in to your account", SIGN_UP_BUTTON: "Create a new account", SIGNING_IN_BUTTON: "Signing in", SKIP: "Skip", SUBMIT: "Submit", SUBMITTING: "Submitting", VERIFY_CONTACT: "Verify Contact", VERIFY_HEADING: "Account recovery requires verified contact information", VERIFY: "Verify", WEBSITE: "Website" };
|
|
7668
|
+
var le = { BACK_SIGN_IN: "Back to Sign In", BIRTHDATE: "Birthdate", CHANGE_PASSWORD: "Change Password", CHANGING_PASSWORD: "Changing", CODE: "Code", CONFIRM_PASSWORD: "Confirm Password", CONFIRM_RESET_PASSWORD_HEADING: "Reset your Password", CONFIRM_SIGNUP_HEADING: "Confirm Sign Up", CONFIRM_SMS: "Confirm SMS Code", CONFIRM_TOTP: "Confirm TOTP Code", CONFIRM: "Confirm", CONFIRMATION_CODE: "Confirmation Code", CONFIRMING: "Confirming", CREATE_ACCOUNT: "Create Account", CREATING_ACCOUNT: "Creating Account", EMAIL_ADDRESS: "Email", ENTER_CODE: "Enter your code", ENTER_USERNAME: "Enter your username", FAMILY_NAME: "Family Name", GIVEN_NAME: "Given Name", FORGOT_YOUR_PASSWORD: "Forgot your password?", FORGOT_YOUR_PASSWORD_LEGACY: "Forgot your password? ", HIDE_PASSWORD: "Hide password", LOADING: "Loading", LOGIN_NAME: "Username", MIDDLE_NAME: "Middle Name", NAME: "Name", NICKNAME: "Nickname", NEW_PASSWORD: "New password", PASSWORD: "Password", PHONE_NUMBER: "Phone Number", PREFERRED_USERNAME: "Preferred Username", PROFILE: "Profile", RESEND_CODE: "Resend Code", RESET_PASSWORD_HEADING: "Reset your password", RESET_PASSWORD: "Reset Password", SEND_CODE: "Send code", SENDING: "Sending", SETUP_TOTP: "Setup TOTP", SHOW_PASSWORD: "Show password", SIGN_IN_BUTTON: "Sign in", SIGN_IN_TAB: "Sign In", SIGN_IN_WITH_AMAZON: "Sign In with Amazon", SIGN_IN_WITH_APPLE: "Sign In with Apple", SIGN_IN_WITH_FACEBOOK: "Sign In with Facebook", SIGN_IN_WITH_GOOGLE: "Sign In with Google", SIGN_IN: "Sign in to your account", SIGN_UP_BUTTON: "Create a new account", SIGNING_IN_BUTTON: "Signing in", SKIP: "Skip", SUBMIT: "Submit", SUBMITTING: "Submitting", VERIFY_CONTACT: "Verify Contact", VERIFY_HEADING: "Account recovery requires verified contact information", VERIFY: "Verify", WEBSITE: "Website" };
|
|
7665
7669
|
v({}, Y);
|
|
7666
7670
|
v({}, Z);
|
|
7667
7671
|
v({}, Q);
|
|
@@ -7675,27 +7679,30 @@ v({}, ne);
|
|
|
7675
7679
|
v({}, ie);
|
|
7676
7680
|
var We = v({}, le);
|
|
7677
7681
|
v({}, We);
|
|
7678
|
-
function
|
|
7682
|
+
function vt(a) {
|
|
7679
7683
|
return I18n.get(a);
|
|
7680
7684
|
}
|
|
7685
|
+
function pt(a) {
|
|
7686
|
+
return I18n.get(a) !== a;
|
|
7687
|
+
}
|
|
7681
7688
|
e();
|
|
7682
7689
|
e();
|
|
7683
7690
|
e();
|
|
7684
|
-
var G = (a) => stop_1(a),
|
|
7685
|
-
} }),
|
|
7686
|
-
} }), I = assign_1({ remoteError: (a) => "" }), R = assign_1({ formValues: (a) => ({}) }), W = assign_1({ touched: (a) => ({}) }),
|
|
7687
|
-
} }),
|
|
7688
|
-
} }), P = assign_1({ validationError: (a) => ({}) }),
|
|
7691
|
+
var G = (a) => stop_1(a), Ve = assign_1({ attributeToVerify: (a) => {
|
|
7692
|
+
} }), _e = assign_1({ challengeName: (a) => {
|
|
7693
|
+
} }), I = assign_1({ remoteError: (a) => "" }), R = assign_1({ formValues: (a) => ({}) }), W = assign_1({ touched: (a) => ({}) }), Ue = assign_1({ unverifiedAttributes: (a) => {
|
|
7694
|
+
} }), Ne = assign_1({ username: (a) => {
|
|
7695
|
+
} }), P = assign_1({ validationError: (a) => ({}) }), Oe = assign_1({ challengeName: (a, o) => {
|
|
7689
7696
|
var r;
|
|
7690
7697
|
return (r = o.data) == null ? void 0 : r.challengeName;
|
|
7691
|
-
} }),
|
|
7698
|
+
} }), Fe = assign_1({ redirectIntent: (a) => "confirmPasswordReset" }), ze = assign_1({ redirectIntent: (a) => "confirmSignUp" }), H = assign_1({ authAttributes: (a, o) => {
|
|
7692
7699
|
var s, u;
|
|
7693
7700
|
let [r] = a.loginMechanisms, t = (s = a.formValues[r]) != null ? s : a.formValues.username, l = (u = a.formValues) == null ? void 0 : u.password;
|
|
7694
7701
|
return { username: t, password: l };
|
|
7695
7702
|
} }), V = assign_1({ validationError: (a, o) => o.data }), _ = assign_1({ remoteError: (a, o) => {
|
|
7696
7703
|
var r;
|
|
7697
7704
|
return o.data.name === "NoUserPoolError" ? "Configuration error (see console) \u2013 please contact the administrator" : ((r = o.data) == null ? void 0 : r.message) || o.data;
|
|
7698
|
-
} }),
|
|
7705
|
+
} }), Be = assign_1({ unverifiedAttributes: (a, o) => o.data.unverified }), j = assign_1({ user: (a, o) => o.data.user || o.data }), Me = assign_1({ username: (a, o) => a.formValues.username }), Ge = assign_1({ codeDeliveryDetails: (a, o) => o.data.codeDeliveryDetails }), Le = assign_1({ authAttributes: (a, o) => ({ username: a.formValues.username }) }), U = assign_1({ formValues: (a, o) => {
|
|
7699
7706
|
let { name: r, value: t } = o.data;
|
|
7700
7707
|
return A(v({}, a.formValues), { [r]: t });
|
|
7701
7708
|
} }), N = assign_1({ touched: (a, o) => {
|
|
@@ -7735,8 +7742,8 @@ var F = { async getAmplifyConfig() {
|
|
|
7735
7742
|
return { confirm_password: "Your passwords must match" };
|
|
7736
7743
|
}, async validatePreferredUsername(a, o) {
|
|
7737
7744
|
} };
|
|
7738
|
-
function
|
|
7739
|
-
return createMachine({ initial: "init", id: "signInActor", states: { init: { always: [{ target: "signIn" }] }, signIn: { initial: "edit", exit: ["clearFormValues", "clearTouched"], states: { edit: { entry: sendUpdate$1(), on: { SUBMIT: "submit", CHANGE: { actions: "handleInput" }, FEDERATED_SIGN_IN: "federatedSignIn" } }, federatedSignIn: { tags: ["pending"], entry: [sendUpdate$1(), "clearError"], invoke: { src: "federatedSignIn", onError: { actions: "setRemoteError" } } }, submit: { tags: ["pending"], entry: ["clearError", sendUpdate$1()], invoke: { src: "signIn", onDone: [{ cond: "shouldSetupTOTP", actions: ["setUser", "setChallengeName"], target: "#signInActor.setupTOTP" }, { cond: "shouldConfirmSignIn", actions: ["setUser", "setChallengeName"], target: "#signInActor.confirmSignIn" }, { cond: "shouldForceChangePassword", actions: ["setUser", "setChallengeName"], target: "#signInActor.forceNewPassword" }, { actions: "setUser", target: "verifying" }], onError: [{ cond: "shouldRedirectToConfirmSignUp", actions: ["setCredentials", "setConfirmSignUpIntent"], target: "rejected" }, { cond: "shouldRedirectToConfirmResetPassword", actions: ["setUsernameAuthAttributes", "setConfirmResetPasswordIntent"], target: "rejected" }, { actions: "setRemoteError", target: "edit" }] } }, verifying: { tags: ["pending"], entry: ["clearError", sendUpdate$1()], invoke: { src: "checkVerifiedContact", onDone: [{ cond: "shouldRequestVerification", target: "#signInActor.verifyUser", actions: "setUnverifiedAttributes" }, { target: "resolved" }], onError: { actions: "setRemoteError", target: "edit" } } }, resolved: { always: "#signInActor.resolved" }, rejected: { always: "#signInActor.rejected" } } }, confirmSignIn: { initial: "edit", exit: ["clearFormValues", "clearError", "clearTouched"], states: { edit: { entry: sendUpdate$1(), on: { SUBMIT: "submit", SIGN_IN: "#signInActor.signIn", CHANGE: { actions: "handleInput" } } }, submit: { tags: ["pending"], entry: ["clearError", sendUpdate$1()], invoke: { src: "confirmSignIn", onDone: { target: "#signInActor.resolved", actions: ["setUser", "clearChallengeName"] }, onError: { target: "edit", actions: "setRemoteError" } } } } }, forceNewPassword: { type: "parallel", exit: ["clearFormValues", "clearError", "clearTouched"], states: { validation: { initial: "pending", states: { pending: { invoke: { src: "validateFields", onDone: { target: "valid", actions: "clearValidationError" }, onError: { target: "invalid", actions: "setFieldErrors" } } }, valid: { entry: sendUpdate$1() }, invalid: { entry: sendUpdate$1() } }, on: { CHANGE: { actions: "handleInput", target: ".pending" }, BLUR: { actions: "handleBlur", target: ".pending" } } }, submit: { initial: "idle", entry: "clearError", states: { idle: { entry: sendUpdate$1(), on: { SUBMIT: "validate" } }, validate: { entry: sendUpdate$1(), invoke: { src: "validateFields", onDone: { target: "pending", actions: "clearValidationError" }, onError: { target: "idle", actions: "setFieldErrors" } } }, pending: { tags: ["pending"], entry: [sendUpdate$1(), "clearError"], invoke: { src: "forceNewPassword", onDone: [{ cond: "shouldConfirmSignIn", actions: ["setUser", "setChallengeName"], target: "#signInActor.confirmSignIn" }, { cond: "shouldSetupTOTP", actions: ["setUser", "setChallengeName"], target: "#signInActor.setupTOTP" }, { target: "resolved", actions: ["setUser", "setCredentials"] }], onError: { target: "idle", actions: "setRemoteError" } } }, resolved: { type: "final", always: "#signInActor.resolved" } } } } }, setupTOTP: { initial: "edit", exit: ["clearFormValues", "clearError", "clearTouched"], states: { edit: { entry: sendUpdate$1(), on: { SUBMIT: "submit", SIGN_IN: "#signInActor.signIn", CHANGE: { actions: "handleInput" } } }, submit: { tags: ["pending"], entry: [sendUpdate$1(), "clearError"], invoke: { src: "verifyTotpToken", onDone: { actions: ["setUser", "clearChallengeName"], target: "#signInActor.resolved" }, onError: { actions: "setRemoteError", target: "edit" } } } } }, verifyUser: { initial: "edit", exit: ["clearFormValues", "clearError", "clearTouched"], states: { edit: { entry: sendUpdate$1(), on: { SUBMIT: "submit", SKIP: "#signInActor.resolved", CHANGE: { actions: "handleInput" } } }, submit: { tags: ["pending"], entry: "clearError", invoke: { src: "verifyUser", onDone: { target: "#signInActor.confirmVerifyUser" }, onError: { actions: "setRemoteError", target: "edit" } } } } }, confirmVerifyUser: { initial: "edit", exit: ["clearFormValues", "clearError", "clearUnverifiedAttributes", "clearAttributeToVerify", "clearTouched"], states: { edit: { entry: sendUpdate$1(), on: { SUBMIT: "submit", SKIP: "#signInActor.resolved", CHANGE: { actions: "handleInput" } } }, submit: { tags: ["pending"], entry: "clearError", invoke: { src: "confirmVerifyUser", onDone: { target: "#signInActor.resolved" }, onError: { actions: "setRemoteError", target: "edit" } } } } }, resolved: { type: "final", data: (o) => ({ user: o.user }) }, rejected: { type: "final", data: (o, r) => ({ intent: o.redirectIntent, authAttributes: o.authAttributes }) } } }, { actions: { clearAttributeToVerify:
|
|
7745
|
+
function je({ services: a }) {
|
|
7746
|
+
return createMachine({ initial: "init", id: "signInActor", states: { init: { always: [{ target: "signIn" }] }, signIn: { initial: "edit", exit: ["clearFormValues", "clearTouched"], states: { edit: { entry: sendUpdate$1(), on: { SUBMIT: "submit", CHANGE: { actions: "handleInput" }, FEDERATED_SIGN_IN: "federatedSignIn" } }, federatedSignIn: { tags: ["pending"], entry: [sendUpdate$1(), "clearError"], invoke: { src: "federatedSignIn", onError: { actions: "setRemoteError" } } }, submit: { tags: ["pending"], entry: ["clearError", sendUpdate$1()], invoke: { src: "signIn", onDone: [{ cond: "shouldSetupTOTP", actions: ["setUser", "setChallengeName"], target: "#signInActor.setupTOTP" }, { cond: "shouldConfirmSignIn", actions: ["setUser", "setChallengeName"], target: "#signInActor.confirmSignIn" }, { cond: "shouldForceChangePassword", actions: ["setUser", "setChallengeName"], target: "#signInActor.forceNewPassword" }, { actions: "setUser", target: "verifying" }], onError: [{ cond: "shouldRedirectToConfirmSignUp", actions: ["setCredentials", "setConfirmSignUpIntent"], target: "rejected" }, { cond: "shouldRedirectToConfirmResetPassword", actions: ["setUsernameAuthAttributes", "setConfirmResetPasswordIntent"], target: "rejected" }, { actions: "setRemoteError", target: "edit" }] } }, verifying: { tags: ["pending"], entry: ["clearError", sendUpdate$1()], invoke: { src: "checkVerifiedContact", onDone: [{ cond: "shouldRequestVerification", target: "#signInActor.verifyUser", actions: "setUnverifiedAttributes" }, { target: "resolved" }], onError: { actions: "setRemoteError", target: "edit" } } }, resolved: { always: "#signInActor.resolved" }, rejected: { always: "#signInActor.rejected" } } }, confirmSignIn: { initial: "edit", exit: ["clearFormValues", "clearError", "clearTouched"], states: { edit: { entry: sendUpdate$1(), on: { SUBMIT: "submit", SIGN_IN: "#signInActor.signIn", CHANGE: { actions: "handleInput" } } }, submit: { tags: ["pending"], entry: ["clearError", sendUpdate$1()], invoke: { src: "confirmSignIn", onDone: { target: "#signInActor.resolved", actions: ["setUser", "clearChallengeName"] }, onError: { target: "edit", actions: "setRemoteError" } } } } }, forceNewPassword: { type: "parallel", exit: ["clearFormValues", "clearError", "clearTouched"], states: { validation: { initial: "pending", states: { pending: { invoke: { src: "validateFields", onDone: { target: "valid", actions: "clearValidationError" }, onError: { target: "invalid", actions: "setFieldErrors" } } }, valid: { entry: sendUpdate$1() }, invalid: { entry: sendUpdate$1() } }, on: { CHANGE: { actions: "handleInput", target: ".pending" }, BLUR: { actions: "handleBlur", target: ".pending" } } }, submit: { initial: "idle", entry: "clearError", states: { idle: { entry: sendUpdate$1(), on: { SUBMIT: "validate" } }, validate: { entry: sendUpdate$1(), invoke: { src: "validateFields", onDone: { target: "pending", actions: "clearValidationError" }, onError: { target: "idle", actions: "setFieldErrors" } } }, pending: { tags: ["pending"], entry: [sendUpdate$1(), "clearError"], invoke: { src: "forceNewPassword", onDone: [{ cond: "shouldConfirmSignIn", actions: ["setUser", "setChallengeName"], target: "#signInActor.confirmSignIn" }, { cond: "shouldSetupTOTP", actions: ["setUser", "setChallengeName"], target: "#signInActor.setupTOTP" }, { target: "resolved", actions: ["setUser", "setCredentials"] }], onError: { target: "idle", actions: "setRemoteError" } } }, resolved: { type: "final", always: "#signInActor.resolved" } } } } }, setupTOTP: { initial: "edit", exit: ["clearFormValues", "clearError", "clearTouched"], states: { edit: { entry: sendUpdate$1(), on: { SUBMIT: "submit", SIGN_IN: "#signInActor.signIn", CHANGE: { actions: "handleInput" } } }, submit: { tags: ["pending"], entry: [sendUpdate$1(), "clearError"], invoke: { src: "verifyTotpToken", onDone: { actions: ["setUser", "clearChallengeName"], target: "#signInActor.resolved" }, onError: { actions: "setRemoteError", target: "edit" } } } } }, verifyUser: { initial: "edit", exit: ["clearFormValues", "clearError", "clearTouched"], states: { edit: { entry: sendUpdate$1(), on: { SUBMIT: "submit", SKIP: "#signInActor.resolved", CHANGE: { actions: "handleInput" } } }, submit: { tags: ["pending"], entry: "clearError", invoke: { src: "verifyUser", onDone: { target: "#signInActor.confirmVerifyUser" }, onError: { actions: "setRemoteError", target: "edit" } } } } }, confirmVerifyUser: { initial: "edit", exit: ["clearFormValues", "clearError", "clearUnverifiedAttributes", "clearAttributeToVerify", "clearTouched"], states: { edit: { entry: sendUpdate$1(), on: { SUBMIT: "submit", SKIP: "#signInActor.resolved", CHANGE: { actions: "handleInput" } } }, submit: { tags: ["pending"], entry: "clearError", invoke: { src: "confirmVerifyUser", onDone: { target: "#signInActor.resolved" }, onError: { actions: "setRemoteError", target: "edit" } } } } }, resolved: { type: "final", data: (o) => ({ user: o.user }) }, rejected: { type: "final", data: (o, r) => ({ intent: o.redirectIntent, authAttributes: o.authAttributes }) } } }, { actions: { clearAttributeToVerify: Ve, clearChallengeName: _e, clearError: I, clearFormValues: R, clearTouched: W, clearUnverifiedAttributes: Ue, clearValidationError: P, handleInput: U, handleBlur: N, setChallengeName: Oe, setConfirmResetPasswordIntent: Fe, setConfirmSignUpIntent: ze, setCredentials: H, setFieldErrors: V, setRemoteError: _, setUnverifiedAttributes: Be, setUser: j, setUsernameAuthAttributes: Le }, guards: { shouldConfirmSignIn: (o, r) => {
|
|
7740
7747
|
let t = get_1(r, "data.challengeName");
|
|
7741
7748
|
return ["SMS_MFA", "SOFTWARE_TOKEN_MFA"].includes(t);
|
|
7742
7749
|
}, shouldRedirectToConfirmSignUp: (o, r) => r.data.code === "UserNotConfirmedException", shouldRedirectToConfirmResetPassword: (o, r) => r.data.code === "PasswordResetRequiredException", shouldSetupTOTP: (o, r) => get_1(r, "data.challengeName") === "MFA_SETUP", shouldForceChangePassword: (o, r) => get_1(r, "data.challengeName") === "NEW_PASSWORD_REQUIRED", shouldRequestVerification: (o, r) => {
|
|
@@ -7771,10 +7778,10 @@ function Le({ services: a }) {
|
|
|
7771
7778
|
} } });
|
|
7772
7779
|
}
|
|
7773
7780
|
e();
|
|
7774
|
-
var
|
|
7781
|
+
var qe = createMachine({ initial: "pending", id: "signOutActor", states: { pending: { tags: ["pending"], invoke: { src: "signOut", onDone: "resolved", onError: "rejected" } }, resolved: { type: "final" }, rejected: { type: "final" } } }, { services: { signOut: () => Auth.signOut() } });
|
|
7775
7782
|
e();
|
|
7776
|
-
function
|
|
7777
|
-
return createMachine({ id: "resetPasswordActor", initial: "init", states: { init: { always: [{ target: "confirmResetPassword", cond: "shouldAutoConfirmReset" }, { target: "resetPassword" }] }, resetPassword: { initial: "edit", exit: ["clearFormValues", "clearError", "clearTouched"], states: { edit: { entry: sendUpdate$1(), on: { SUBMIT: "submit", CHANGE: { actions: "handleInput" }, BLUR: { actions: "handleBlur" } } }, submit: { tags: ["pending"], entry: [sendUpdate$1(), "setUsername", "clearError"], invoke: { src: "resetPassword", onDone: { target: "#resetPasswordActor.confirmResetPassword" }, onError: { actions: ["setRemoteError"], target: "edit" } } } } }, confirmResetPassword: { type: "parallel", exit: ["clearFormValues", "clearError", "clearUsername", "clearTouched"], states: { validation: { initial: "pending", states: { pending: { invoke: { src: "validateFields", onDone: { target: "valid", actions: "clearValidationError" }, onError: { target: "invalid", actions: "setFieldErrors" } } }, valid: { entry: sendUpdate$1() }, invalid: { entry: sendUpdate$1() } }, on: { CHANGE: { actions: "handleInput", target: ".pending" }, BLUR: { actions: "handleBlur", target: ".pending" } } }, submission: { initial: "idle", states: { idle: { entry: sendUpdate$1(), on: { SUBMIT: "validate", RESEND: "resendCode", CHANGE: { actions: "handleInput" }, BLUR: { actions: "handleBlur" } } }, validate: { entry: sendUpdate$1(), invoke: { src: "validateFields", onDone: { target: "pending", actions: "clearValidationError" }, onError: { target: "idle", actions: "setFieldErrors" } } }, resendCode: { tags: ["pending"], entry: ["clearError", sendUpdate$1()], invoke: { src: "resetPassword", onDone: { target: "idle" }, onError: { actions: "setRemoteError", target: "idle" } } }, pending: { tags: ["pending"], entry: ["clearError", sendUpdate$1()], invoke: { src: "confirmResetPassword", onDone: { actions: "clearUsername", target: "#resetPasswordActor.resolved" }, onError: { actions: "setRemoteError", target: "idle" } } } } } } }, resolved: { type: "final" } } }, { actions: { clearError: I, clearFormValues: R, clearTouched: W, clearUsername:
|
|
7783
|
+
function Ke({ services: a }) {
|
|
7784
|
+
return createMachine({ id: "resetPasswordActor", initial: "init", states: { init: { always: [{ target: "confirmResetPassword", cond: "shouldAutoConfirmReset" }, { target: "resetPassword" }] }, resetPassword: { initial: "edit", exit: ["clearFormValues", "clearError", "clearTouched"], states: { edit: { entry: sendUpdate$1(), on: { SUBMIT: "submit", CHANGE: { actions: "handleInput" }, BLUR: { actions: "handleBlur" } } }, submit: { tags: ["pending"], entry: [sendUpdate$1(), "setUsername", "clearError"], invoke: { src: "resetPassword", onDone: { target: "#resetPasswordActor.confirmResetPassword" }, onError: { actions: ["setRemoteError"], target: "edit" } } } } }, confirmResetPassword: { type: "parallel", exit: ["clearFormValues", "clearError", "clearUsername", "clearTouched"], states: { validation: { initial: "pending", states: { pending: { invoke: { src: "validateFields", onDone: { target: "valid", actions: "clearValidationError" }, onError: { target: "invalid", actions: "setFieldErrors" } } }, valid: { entry: sendUpdate$1() }, invalid: { entry: sendUpdate$1() } }, on: { CHANGE: { actions: "handleInput", target: ".pending" }, BLUR: { actions: "handleBlur", target: ".pending" } } }, submission: { initial: "idle", states: { idle: { entry: sendUpdate$1(), on: { SUBMIT: "validate", RESEND: "resendCode", CHANGE: { actions: "handleInput" }, BLUR: { actions: "handleBlur" } } }, validate: { entry: sendUpdate$1(), invoke: { src: "validateFields", onDone: { target: "pending", actions: "clearValidationError" }, onError: { target: "idle", actions: "setFieldErrors" } } }, resendCode: { tags: ["pending"], entry: ["clearError", sendUpdate$1()], invoke: { src: "resetPassword", onDone: { target: "idle" }, onError: { actions: "setRemoteError", target: "idle" } } }, pending: { tags: ["pending"], entry: ["clearError", sendUpdate$1()], invoke: { src: "confirmResetPassword", onDone: { actions: "clearUsername", target: "#resetPasswordActor.resolved" }, onError: { actions: "setRemoteError", target: "idle" } } } } } } }, resolved: { type: "final" } } }, { actions: { clearError: I, clearFormValues: R, clearTouched: W, clearUsername: Ne, clearValidationError: P, handleInput: U, handleBlur: N, setFieldErrors: V, setRemoteError: _, setUsername: Me }, guards: { shouldAutoConfirmReset: (o, r) => !!(o.intent && o.intent === "confirmPasswordReset") }, services: { async resetPassword(o) {
|
|
7778
7785
|
var t, l;
|
|
7779
7786
|
let r = (l = (t = o.formValues) == null ? void 0 : t.username) != null ? l : o.username;
|
|
7780
7787
|
return a.handleForgotPassword(r);
|
|
@@ -7790,7 +7797,7 @@ function $e({ services: a }) {
|
|
|
7790
7797
|
return createMachine({ id: "signUpActor", initial: "init", states: { init: { always: [{ target: "confirmSignUp", cond: "shouldInitConfirmSignUp" }, { target: "signUp" }] }, signUp: { type: "parallel", exit: ["clearError", "clearFormValues", "clearTouched"], states: { validation: { initial: "pending", states: { pending: { invoke: { src: "validateSignUp", onDone: { target: "valid", actions: "clearValidationError" }, onError: { target: "invalid", actions: "setFieldErrors" } } }, valid: { entry: sendUpdate$1() }, invalid: { entry: sendUpdate$1() } }, on: { CHANGE: { actions: "handleInput", target: ".pending" }, BLUR: { actions: "handleBlur", target: ".pending" } } }, submission: { initial: "idle", states: { idle: { entry: sendUpdate$1(), on: { SUBMIT: "validate", FEDERATED_SIGN_IN: "federatedSignIn" } }, federatedSignIn: { tags: ["pending"], entry: [sendUpdate$1(), "clearError"], invoke: { src: "federatedSignIn", onDone: "#signUpActor.resolved", onError: { actions: "setRemoteError" } } }, validate: { entry: sendUpdate$1(), invoke: { src: "validateSignUp", onDone: { target: "pending", actions: "clearValidationError" }, onError: { target: "idle", actions: "setFieldErrors" } } }, pending: { tags: ["pending"], entry: [sendUpdate$1(), "clearError"], invoke: { src: "signUp", onDone: [{ cond: "shouldSkipConfirm", target: "skipConfirm", actions: ["setUser"] }, { target: "resolved", actions: ["setUser", "setCredentials", "setCodeDeliveryDetails"] }], onError: { target: "idle", actions: "setRemoteError" } } }, skipConfirm: { invoke: { src: "signIn", onDone: { target: "#signUpActor.resolved", actions: "setUser" }, onError: { target: "idle", actions: "setRemoteError" } } }, resolved: { type: "final", always: "#signUpActor.confirmSignUp" } } } } }, confirmSignUp: { initial: "edit", states: { edit: { entry: sendUpdate$1(), on: { SUBMIT: "submit", CHANGE: { actions: "handleInput" }, BLUR: { actions: "handleBlur" }, RESEND: "resend" } }, resend: { tags: ["pending"], entry: sendUpdate$1(), invoke: { src: "resendConfirmationCode", onDone: { target: "edit" }, onError: [{ target: "#signUpActor.resolved", actions: "setUser", cond: "isUserAlreadyConfirmed" }, { target: "edit", actions: "setRemoteError" }] } }, submit: { tags: ["pending"], entry: [sendUpdate$1(), "clearError"], invoke: { src: "confirmSignUp", onDone: { target: "#signUpActor.resolved", actions: ["setUser"] }, onError: { target: "edit", actions: "setRemoteError" } } } } }, resolved: { type: "final", data: (o, r) => {
|
|
7791
7798
|
let { username: t, password: l } = o.authAttributes;
|
|
7792
7799
|
return { user: get_1(r, "data.user") || o.user, authAttributes: { username: t, password: l } };
|
|
7793
|
-
} } } }, { guards: { isUserAlreadyConfirmed: (o, r) => r.data.message === "User is already confirmed.", shouldInitConfirmSignUp: (o) => o.intent && o.intent === "confirmSignUp", shouldSkipConfirm: (o, r) => r.data.userConfirmed }, actions: { clearError: I, clearFormValues: R, clearTouched: W, clearValidationError: P, handleInput: U, handleBlur: N, setCredentials:
|
|
7800
|
+
} } } }, { guards: { isUserAlreadyConfirmed: (o, r) => r.data.message === "User is already confirmed.", shouldInitConfirmSignUp: (o) => o.intent && o.intent === "confirmSignUp", shouldSkipConfirm: (o, r) => r.data.userConfirmed }, actions: { clearError: I, clearFormValues: R, clearTouched: W, clearValidationError: P, handleInput: U, handleBlur: N, setCredentials: H, setFieldErrors: V, setRemoteError: _, setCodeDeliveryDetails: Ge, setUser: j }, services: { async signIn(o, r) {
|
|
7794
7801
|
let { user: t, authAttributes: l, formValues: s } = o, u = get_1(t, "username") || get_1(l, "username"), d = get_1(s, "password");
|
|
7795
7802
|
return await Auth.signIn(u, d);
|
|
7796
7803
|
}, async confirmSignUp(o, r) {
|
|
@@ -7833,8 +7840,8 @@ function $e({ services: a }) {
|
|
|
7833
7840
|
return O(o.formValues, o.touched, [a.validateConfirmPassword, a.validatePreferredUsername, a.validateCustomSignUp]);
|
|
7834
7841
|
} } });
|
|
7835
7842
|
}
|
|
7836
|
-
var
|
|
7837
|
-
function
|
|
7843
|
+
var Xe = "+1";
|
|
7844
|
+
function un({ initialState: a = "signIn", loginMechanisms: o, signUpAttributes: r, socialProviders: t, services: l }) {
|
|
7838
7845
|
let s = v(v({}, F), l);
|
|
7839
7846
|
return createMachine({ id: "authenticator", initial: "idle", context: { user: void 0, config: { loginMechanisms: o, signUpAttributes: r, socialProviders: t }, actorRef: void 0 }, states: { idle: { invoke: [{ src: "getCurrentUser", onDone: { actions: "setUser", target: "authenticated" }, onError: a }, { src: "getAmplifyConfig", onDone: { actions: "applyAmplifyConfig" } }] }, signIn: { entry: "spawnSignInActor", exit: G("signInActor"), on: { SIGN_UP: "signUp", RESET_PASSWORD: "resetPassword", "done.invoke.signInActor": [{ target: "signUp", cond: "shouldRedirectToSignUp" }, { target: "resetPassword", cond: "shouldRedirectToResetPassword" }, { target: "authenticated", actions: "setUser" }] } }, signUp: { entry: "spawnSignUpActor", exit: G("signUpActor"), on: { SIGN_IN: "signIn", "done.invoke.signUpActor": { target: "idle", actions: "setUser" } } }, resetPassword: { entry: "spawnResetPasswordActor", exit: G("resetPasswordActor"), on: { SIGN_IN: "signIn", "done.invoke.resetPasswordActor": "signIn" } }, signOut: { entry: "spawnSignOutActor", exit: [G("signOutActor"), "clearUser"], on: { "done.invoke.signOutActor": "signIn" } }, authenticated: { on: { SIGN_OUT: "signOut" } } }, on: { CHANGE: { actions: "forwardToActor" }, BLUR: { actions: "forwardToActor" }, SUBMIT: { actions: "forwardToActor" }, FEDERATED_SIGN_IN: { actions: "forwardToActor" }, RESEND: { actions: "forwardToActor" }, SIGN_OUT: { actions: "forwardToActor" }, SIGN_IN: { actions: "forwardToActor" }, SKIP: { actions: "forwardToActor" } } }, { actions: { forwardToActor: forwardTo$1((u) => u.actorRef), setUser: assign$3({ user: (u, d) => d.data.user || d.data }), clearUser: assign$3({ user: void 0 }), applyAmplifyConfig: assign$3({ config(u, d) {
|
|
7840
7847
|
var S, y, ce, me, ve, pe, ge, fe;
|
|
@@ -7842,18 +7849,18 @@ function nn({ initialState: a = "signIn", loginMechanisms: o, signUpAttributes:
|
|
|
7842
7849
|
return c.length === 0 && c.push("username"), { loginMechanisms: o != null ? o : c, signUpAttributes: r != null ? r : Array.from(new Set([...h2, ...g])), socialProviders: t != null ? t : p.sort() };
|
|
7843
7850
|
} }), spawnSignInActor: assign$3({ actorRef: (u, d) => {
|
|
7844
7851
|
var h2, g, p, S, y;
|
|
7845
|
-
let c =
|
|
7852
|
+
let c = je({ services: s }).withContext({ authAttributes: (h2 = d.data) == null ? void 0 : h2.authAttributes, user: (g = d.data) == null ? void 0 : g.user, intent: (p = d.data) == null ? void 0 : p.intent, country_code: Xe, formValues: {}, touched: {}, validationError: {}, loginMechanisms: (S = u.config) == null ? void 0 : S.loginMechanisms, socialProviders: (y = u.config) == null ? void 0 : y.socialProviders });
|
|
7846
7853
|
return spawn(c, { name: "signInActor" });
|
|
7847
7854
|
} }), spawnSignUpActor: assign$3({ actorRef: (u, d) => {
|
|
7848
7855
|
var h2, g, p, S, y;
|
|
7849
|
-
let c = $e({ services: s }).withContext({ authAttributes: (g = (h2 = d.data) == null ? void 0 : h2.authAttributes) != null ? g : {}, country_code:
|
|
7856
|
+
let c = $e({ services: s }).withContext({ authAttributes: (g = (h2 = d.data) == null ? void 0 : h2.authAttributes) != null ? g : {}, country_code: Xe, intent: (p = d.data) == null ? void 0 : p.intent, formValues: {}, touched: {}, validationError: {}, loginMechanisms: (S = u.config) == null ? void 0 : S.loginMechanisms, socialProviders: (y = u.config) == null ? void 0 : y.socialProviders });
|
|
7850
7857
|
return spawn(c, { name: "signUpActor" });
|
|
7851
7858
|
} }), spawnResetPasswordActor: assign$3({ actorRef: (u, d) => {
|
|
7852
7859
|
var h2, g, p;
|
|
7853
|
-
let c =
|
|
7860
|
+
let c = Ke({ services: s }).withContext({ formValues: {}, touched: {}, intent: (h2 = d.data) == null ? void 0 : h2.intent, username: (p = (g = d.data) == null ? void 0 : g.authAttributes) == null ? void 0 : p.username, validationError: {} });
|
|
7854
7861
|
return spawn(c, { name: "resetPasswordActor" });
|
|
7855
7862
|
} }), spawnSignOutActor: assign$3({ actorRef: (u) => {
|
|
7856
|
-
let d =
|
|
7863
|
+
let d = qe.withContext({ user: u.user });
|
|
7857
7864
|
return spawn(d, { name: "signOutActor" });
|
|
7858
7865
|
} }) }, guards: { shouldRedirectToSignUp: (u, d) => {
|
|
7859
7866
|
var c;
|
|
@@ -7868,42 +7875,42 @@ e();
|
|
|
7868
7875
|
e();
|
|
7869
7876
|
e();
|
|
7870
7877
|
e();
|
|
7871
|
-
var
|
|
7878
|
+
var Ye = { small: { value: "1px" }, medium: { value: "2px" }, large: { value: "3px" } };
|
|
7872
7879
|
e();
|
|
7873
|
-
var
|
|
7880
|
+
var Ze = { red: { 10: { value: "hsl(0, 75%, 95%)" }, 20: { value: "hsl(0, 75%, 85%)" }, 40: { value: "hsl(0, 75%, 75%)" }, 60: { value: "hsl(0, 50%, 50%)" }, 80: { value: "hsl(0, 95%, 30%)" }, 90: { value: "hsl(0, 100%, 20%)" }, 100: { value: "hsl(0, 100%, 15%)" } }, orange: { 10: { value: "hsl(30, 75%, 95%)" }, 20: { value: "hsl(30, 75%, 85%)" }, 40: { value: "hsl(30, 75%, 75%)" }, 60: { value: "hsl(30, 50%, 50%)" }, 80: { value: "hsl(30, 95%, 30%)" }, 90: { value: "hsl(30, 100%, 20%)" }, 100: { value: "hsl(30, 100%, 15%)" } }, yellow: { 10: { value: "hsl(60, 75%, 95%)" }, 20: { value: "hsl(60, 75%, 85%)" }, 40: { value: "hsl(60, 75%, 75%)" }, 60: { value: "hsl(60, 50%, 50%)" }, 80: { value: "hsl(60, 95%, 30%)" }, 90: { value: "hsl(60, 100%, 20%)" }, 100: { value: "hsl(60, 100%, 15%)" } }, green: { 10: { value: "hsl(130, 60%, 95%)" }, 20: { value: "hsl(130, 60%, 90%)" }, 40: { value: "hsl(130, 44%, 63%)" }, 60: { value: "hsl(130, 43%, 46%)" }, 80: { value: "hsl(130, 33%, 37%)" }, 90: { value: "hsl(130, 27%, 29%)" }, 100: { value: "hsl(130, 22%, 23%)" } }, teal: { 10: { value: "hsl(190, 75%, 95%)" }, 20: { value: "hsl(190, 75%, 85%)" }, 40: { value: "hsl(190, 70%, 70%)" }, 60: { value: "hsl(190, 50%, 50%)" }, 80: { value: "hsl(190, 95%, 30%)" }, 90: { value: "hsl(190, 100%, 20%)" }, 100: { value: "hsl(190, 100%, 15%)" } }, blue: { 10: { value: "hsl(220, 95%, 95%)" }, 20: { value: "hsl(220, 85%, 85%)" }, 40: { value: "hsl(220, 70%, 70%)" }, 60: { value: "hsl(220, 50%, 50%)" }, 80: { value: "hsl(220, 95%, 30%)" }, 90: { value: "hsl(220, 100%, 20%)" }, 100: { value: "hsl(220, 100%, 15%)" } }, purple: { 10: { value: "hsl(300, 95%, 95%)" }, 20: { value: "hsl(300, 85%, 85%)" }, 40: { value: "hsl(300, 70%, 70%)" }, 60: { value: "hsl(300, 50%, 50%)" }, 80: { value: "hsl(300, 95%, 30%)" }, 90: { value: "hsl(300, 100%, 20%)" }, 100: { value: "hsl(300, 100%, 15%)" } }, pink: { 10: { value: "hsl(340, 95%, 95%)" }, 20: { value: "hsl(340, 90%, 85%)" }, 40: { value: "hsl(340, 70%, 70%)" }, 60: { value: "hsl(340, 50%, 50%)" }, 80: { value: "hsl(340, 95%, 30%)" }, 90: { value: "hsl(340, 100%, 20%)" }, 100: { value: "hsl(340, 100%, 15%)" } }, neutral: { 10: { value: "hsl(210, 5%, 98%)" }, 20: { value: "hsl(210, 5%, 94%)" }, 40: { value: "hsl(210, 5%, 87%)" }, 60: { value: "hsl(210, 6%, 70%)" }, 80: { value: "hsl(210, 10%, 40%)" }, 90: { value: "hsl(210, 25%, 25%)" }, 100: { value: "hsl(210, 50%, 10%)" } }, brand: { primary: { 10: { value: "{colors.teal.10.value}" }, 20: { value: "{colors.teal.20.value}" }, 40: { value: "{colors.teal.40.value}" }, 60: { value: "{colors.teal.60.value}" }, 80: { value: "{colors.teal.80.value}" }, 90: { value: "{colors.teal.90.value}" }, 100: { value: "{colors.teal.100.value}" } }, secondary: { 10: { value: "{colors.purple.10.value}" }, 20: { value: "{colors.purple.20.value}" }, 40: { value: "{colors.purple.40.value}" }, 60: { value: "{colors.purple.60.value}" }, 80: { value: "{colors.purple.80.value}" }, 90: { value: "{colors.purple.90.value}" }, 100: { value: "{colors.purple.100.value}" } } }, font: { primary: { value: "{colors.neutral.100.value}" }, secondary: { value: "{colors.neutral.90.value}" }, tertiary: { value: "{colors.neutral.80.value}" }, disabled: { value: "{colors.font.tertiary.value}" }, inverse: { value: "{colors.white.value}" }, interactive: { value: "{colors.brand.primary.80.value}" }, hover: { value: "{colors.brand.primary.90.value}" }, focus: { value: "{colors.brand.primary.100.value}" }, active: { value: "{colors.brand.primary.100.value}" }, info: { value: "{colors.blue.90.value}" }, warning: { value: "{colors.orange.90.value}" }, error: { value: "{colors.red.90.value}" }, success: { value: "{colors.green.90.value}" } }, background: { primary: { value: "{colors.white.value}" }, secondary: { value: "{colors.neutral.10.value}" }, tertiary: { value: "{colors.neutral.20.value}" }, disabled: { value: "{colors.background.tertiary.value}" }, info: { value: "{colors.blue.20.value}" }, warning: { value: "{colors.orange.20.value}" }, error: { value: "{colors.red.20.value}" }, success: { value: "{colors.green.20.value}" } }, border: { primary: { value: "{colors.neutral.60.value}" }, secondary: { value: "{colors.neutral.40.value}" }, tertiary: { value: "{colors.neutral.20.value}" }, disabled: { value: "{colors.border.tertiary.value}" }, focus: { value: "{colors.brand.primary.100.value}" }, error: { value: "{colors.red.80.value}" } }, shadow: { primary: { value: "hsla(210, 50%, 10%, 0.25)" }, secondary: { value: "hsla(210, 50%, 10%, 0.15)" }, tertiary: { value: "hsla(210, 50%, 10%, 0.05)" } }, overlay: { 10: { value: "hsla(0, 0%, 0%, 0.1)" }, 20: { value: "hsla(0, 0%, 0%, 0.2)" }, 30: { value: "hsla(0, 0%, 0%, 0.3)" }, 40: { value: "hsla(0, 0%, 0%, 0.4)" }, 50: { value: "hsla(0, 0%, 0%, 0.5)" }, 60: { value: "hsla(0, 0%, 0%, 0.6)" }, 70: { value: "hsla(0, 0%, 0%, 0.7)" }, 80: { value: "hsla(0, 0%, 0%, 0.8)" }, 90: { value: "hsla(0, 0%, 0%, 0.9)" } }, black: { value: "hsl(0, 0%, 0%)" }, white: { value: "hsl(0, 0%, 100%)" }, transparent: { value: "transparent" } };
|
|
7874
7881
|
e();
|
|
7875
|
-
var
|
|
7882
|
+
var Qe = { default: { variable: { value: `'InterVariable', 'Inter var', 'Inter', -apple-system, BlinkMacSystemFont,
|
|
7876
7883
|
'Helvetica Neue', 'Segoe UI', Oxygen, Ubuntu, Cantarell, 'Open Sans',
|
|
7877
7884
|
sans-serif` }, static: { value: `'Inter', -apple-system, BlinkMacSystemFont, 'Helvetica Neue',
|
|
7878
7885
|
'Segoe UI', Oxygen, Ubuntu, Cantarell, 'Open Sans', sans-serif` } } };
|
|
7879
7886
|
e();
|
|
7880
|
-
var
|
|
7881
|
-
e();
|
|
7882
|
-
var Je = { hairline: { value: 100 }, thin: { value: 200 }, light: { value: 300 }, normal: { value: 400 }, medium: { value: 500 }, semibold: { value: 600 }, bold: { value: 700 }, extrabold: { value: 800 }, black: { value: 900 } };
|
|
7887
|
+
var Je = { xxxs: { value: "0.375rem" }, xxs: { value: "0.5rem" }, xs: { value: "0.75rem" }, small: { value: "0.875rem" }, medium: { value: "1rem" }, large: { value: "1.25rem" }, xl: { value: "1.5rem" }, xxl: { value: "2rem" }, xxxl: { value: "3rem" }, xxxxl: { value: "5rem" } };
|
|
7883
7888
|
e();
|
|
7884
|
-
var eo = {
|
|
7889
|
+
var eo = { hairline: { value: 100 }, thin: { value: 200 }, light: { value: 300 }, normal: { value: 400 }, medium: { value: 500 }, semibold: { value: 600 }, bold: { value: 700 }, extrabold: { value: 800 }, black: { value: 900 } };
|
|
7885
7890
|
e();
|
|
7886
|
-
var oo = {
|
|
7891
|
+
var oo = { small: { value: "1.5" }, medium: { value: "1.75" }, large: { value: "2" } };
|
|
7887
7892
|
e();
|
|
7888
|
-
var ro = {
|
|
7893
|
+
var ro = { 0: { value: "0" }, 10: { value: "0.1" }, 20: { value: "0.2" }, 30: { value: "0.3" }, 40: { value: "0.4" }, 50: { value: "0.5" }, 60: { value: "0.6" }, 70: { value: "0.7" }, 80: { value: "0.8" }, 90: { value: "0.9" }, 100: { value: "1" } };
|
|
7889
7894
|
e();
|
|
7890
7895
|
var ao = { small: { value: "1px" }, medium: { value: "2px" }, large: { value: "3px" } };
|
|
7891
7896
|
e();
|
|
7892
|
-
var to = {
|
|
7897
|
+
var to = { small: { value: "1px" }, medium: { value: "2px" }, large: { value: "3px" } };
|
|
7893
7898
|
e();
|
|
7894
|
-
var no = {
|
|
7899
|
+
var no = { xs: { value: "0.125rem" }, small: { value: "0.25rem" }, medium: { value: "0.5rem" }, large: { value: "1rem" }, xl: { value: "2rem" }, xxl: { value: "4rem" }, xxxl: { value: "8rem" } };
|
|
7895
7900
|
e();
|
|
7896
|
-
var io = {
|
|
7901
|
+
var io = { small: { value: { offsetX: "0px", offsetY: "2px", blurRadius: "4px", color: "{colors.shadow.tertiary.value}" } }, medium: { value: { offsetX: "0px", offsetY: "2px", blurRadius: "6px", color: "{colors.shadow.secondary.value}" } }, large: { value: { offsetX: "0px", offsetY: "4px", blurRadius: "12px", color: "{colors.shadow.primary.value}" } } };
|
|
7897
7902
|
e();
|
|
7898
|
-
var lo = {
|
|
7903
|
+
var lo = { xxxs: { value: "0.25rem" }, xxs: { value: "0.375rem" }, xs: { value: "0.5rem" }, small: { value: "0.75rem" }, medium: { value: "1rem" }, large: { value: "1.5rem" }, xl: { value: "2.0rem" }, xxl: { value: "3.0rem" }, xxxl: { value: "4.5rem" }, relative: { xxxs: { value: "0.25em" }, xxs: { value: "0.375rem" }, xs: { value: "0.5em" }, small: { value: "0.75em" }, medium: { value: "1em" }, large: { value: "1.5em" }, xl: { value: "2.0em" }, xxl: { value: "3.0em" }, xxxl: { value: "4.5em" } } };
|
|
7899
7904
|
e();
|
|
7900
|
-
var so = {
|
|
7901
|
-
var Ar = { components: Tr(), borderWidths: Xe, colors: Ye, fonts: Ze, fontSizes: Qe, fontWeights: Je, lineHeights: eo, opacities: oo, outlineOffsets: ro, outlineWidths: ao, radii: to, shadows: no, space: io, time: lo, transforms: so };
|
|
7905
|
+
var so = { short: { value: "100ms" }, medium: { value: "250ms" }, long: { value: "500ms" } };
|
|
7902
7906
|
e();
|
|
7903
|
-
var
|
|
7904
|
-
var
|
|
7907
|
+
var uo = { slideX: { small: { value: "translateX(0.5em)" }, medium: { value: "translateX(1em)" }, large: { value: "translateX(2em)" } } };
|
|
7908
|
+
var Ir = { components: Dr(), borderWidths: Ye, colors: Ze, fonts: Qe, fontSizes: Je, fontWeights: eo, lineHeights: oo, opacities: ro, outlineOffsets: ao, outlineWidths: to, radii: no, shadows: io, space: lo, time: so, transforms: uo };
|
|
7905
7909
|
e();
|
|
7906
|
-
var
|
|
7910
|
+
var Rr = { values: { base: 0, small: 480, medium: 768, large: 992, xl: 1280, xxl: 1536 }, defaultBreakpoint: "base" };
|
|
7911
|
+
var $ = { tokens: Ir, breakpoints: Rr, name: "base-theme" };
|
|
7912
|
+
e();
|
|
7913
|
+
var na = "amplify";
|
|
7907
7914
|
function B(a) {
|
|
7908
7915
|
if (usesReference_1(a)) {
|
|
7909
7916
|
let o = a.replace(/\{|\}/g, "").replace(".value", "").split(".");
|
|
@@ -7911,7 +7918,7 @@ function B(a) {
|
|
|
7911
7918
|
}
|
|
7912
7919
|
return a;
|
|
7913
7920
|
}
|
|
7914
|
-
function
|
|
7921
|
+
function Wr(a) {
|
|
7915
7922
|
let { value: o } = a;
|
|
7916
7923
|
if (typeof o == "string")
|
|
7917
7924
|
return B(o);
|
|
@@ -7922,21 +7929,21 @@ function Dr(a) {
|
|
|
7922
7929
|
return o;
|
|
7923
7930
|
}
|
|
7924
7931
|
function ue({ path: a = [] }) {
|
|
7925
|
-
return `${kebabCase_1([
|
|
7932
|
+
return `${kebabCase_1([na, ...a].join(" "))}`;
|
|
7926
7933
|
}
|
|
7927
|
-
function
|
|
7934
|
+
function la(a, o) {
|
|
7928
7935
|
let r = `--${ue({ path: o })}`, { value: t } = a;
|
|
7929
|
-
return { name: r, path: o, value:
|
|
7936
|
+
return { name: r, path: o, value: Wr(a), original: t, toString: () => `var(${r})` };
|
|
7930
7937
|
}
|
|
7931
7938
|
function de(a, o = []) {
|
|
7932
7939
|
let r = {};
|
|
7933
7940
|
if (a.hasOwnProperty("value"))
|
|
7934
|
-
return
|
|
7941
|
+
return la(a, o);
|
|
7935
7942
|
for (let t in a)
|
|
7936
7943
|
a.hasOwnProperty(t) && (r[t] = de(a[t], o.concat(t)));
|
|
7937
7944
|
return r;
|
|
7938
7945
|
}
|
|
7939
|
-
function
|
|
7946
|
+
function Vr(a, o = $) {
|
|
7940
7947
|
let r = deepExtend_1([{}, o, a]), t = de(r.tokens), { breakpoints: l, name: s } = r, u = `[data-amplify-theme="${s}"] {
|
|
7941
7948
|
` + flattenProperties_1(t).map((c) => `${c.name}: ${c.value};`).join(`
|
|
7942
7949
|
`) + `
|
|
@@ -7945,7 +7952,7 @@ function Rr(a, o = K) {
|
|
|
7945
7952
|
return r.overrides && (d = r.overrides.map((c) => {
|
|
7946
7953
|
let h2 = de(c.tokens), g = flattenProperties_1(h2).map((p) => `${p.name}: ${p.value};`).join(`
|
|
7947
7954
|
`);
|
|
7948
|
-
|
|
7955
|
+
return "selector" in c && (u += `
|
|
7949
7956
|
${c.selector} {
|
|
7950
7957
|
${g}
|
|
7951
7958
|
}
|
|
@@ -7955,17 +7962,13 @@ ${g}
|
|
|
7955
7962
|
${g}
|
|
7956
7963
|
}
|
|
7957
7964
|
}
|
|
7958
|
-
`), "breakpoint" in c
|
|
7959
|
-
|
|
7960
|
-
u += `
|
|
7961
|
-
@media (min-width: ${p}${S}) {
|
|
7965
|
+
`), "breakpoint" in c && (u += `
|
|
7966
|
+
@media (min-width: ${r.breakpoints.values[c.breakpoint]}px) {
|
|
7962
7967
|
[data-amplify-theme="${s}"] {
|
|
7963
7968
|
${g}
|
|
7964
7969
|
}
|
|
7965
7970
|
}
|
|
7966
|
-
|
|
7967
|
-
}
|
|
7968
|
-
return "colorMode" in c && (u += `
|
|
7971
|
+
`), "colorMode" in c && (u += `
|
|
7969
7972
|
@media (prefers-color-scheme: ${c.colorMode}) {
|
|
7970
7973
|
[data-amplify-theme="${s}"][data-amplify-color-mode="system"] {
|
|
7971
7974
|
${g}
|
|
@@ -7980,7 +7983,7 @@ ${g}
|
|
|
7980
7983
|
}
|
|
7981
7984
|
e();
|
|
7982
7985
|
e();
|
|
7983
|
-
|
|
7986
|
+
Vr({ name: "default-theme" }, $);
|
|
7984
7987
|
const _sfc_main$r = {};
|
|
7985
7988
|
const _hoisted_1$c = { "data-amplify-label": "" };
|
|
7986
7989
|
function _sfc_render$3(_ctx, _cache) {
|
|
@@ -8015,26 +8018,26 @@ const _hoisted_3$4 = /* @__PURE__ */ createElementVNode("path", { d: "M12 4.5C7
|
|
|
8015
8018
|
const _hoisted_4$3 = [
|
|
8016
8019
|
_hoisted_3$4
|
|
8017
8020
|
];
|
|
8018
|
-
const _hoisted_5$
|
|
8021
|
+
const _hoisted_5$3 = {
|
|
8019
8022
|
key: 1,
|
|
8020
8023
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8021
8024
|
fill: "currentColor",
|
|
8022
8025
|
viewBox: "0 0 24 24",
|
|
8023
8026
|
class: "amplify-icon"
|
|
8024
8027
|
};
|
|
8025
|
-
const _hoisted_6$
|
|
8028
|
+
const _hoisted_6$3 = /* @__PURE__ */ createElementVNode("path", {
|
|
8026
8029
|
d: "M0 0h24v24H0zm0 0h24v24H0zm0 0h24v24H0zm0 0h24v24H0z",
|
|
8027
8030
|
fill: "none"
|
|
8028
8031
|
}, null, -1);
|
|
8029
8032
|
const _hoisted_7$2 = /* @__PURE__ */ createElementVNode("path", { d: "M12 7c2.76 0 5 2.24 5 5 0 .65-.13 1.26-.36 1.83l2.92 2.92c1.51-1.26 2.7-2.89 3.43-4.75-1.73-4.39-6-7.5-11-7.5-1.4 0-2.74.25-3.98.7l2.16 2.16C10.74 7.13 11.35 7 12 7zM2 4.27l2.28 2.28.46.46C3.08 8.3 1.78 10.02 1 12c1.73 4.39 6 7.5 11 7.5 1.55 0 3.03-.3 4.38-.84l.42.42L19.73 22 21 20.73 3.27 3 2 4.27zM7.53 9.8l1.55 1.55c-.05.21-.08.43-.08.65 0 1.66 1.34 3 3 3 .22 0 .44-.03.65-.08l1.55 1.55c-.67.33-1.41.53-2.2.53-2.76 0-5-2.24-5-5 0-.79.2-1.53.53-2.2zm4.31-.78l3.15 3.15.02-.16c0-1.66-1.34-3-3-3l-.17.01z" }, null, -1);
|
|
8030
8033
|
const _hoisted_8$2 = [
|
|
8031
|
-
_hoisted_6$
|
|
8034
|
+
_hoisted_6$3,
|
|
8032
8035
|
_hoisted_7$2
|
|
8033
8036
|
];
|
|
8034
8037
|
function setup(__props) {
|
|
8035
8038
|
const props = __props;
|
|
8036
|
-
const showPassword =
|
|
8037
|
-
const hidePassword =
|
|
8039
|
+
const showPassword = vt("Show password");
|
|
8040
|
+
const hidePassword = vt("Hide password");
|
|
8038
8041
|
const showHideType = ref("password");
|
|
8039
8042
|
const showHideLabel = ref(showPassword);
|
|
8040
8043
|
const random = Math.floor(Math.random() * 999999);
|
|
@@ -8082,7 +8085,7 @@ function setup(__props) {
|
|
|
8082
8085
|
type: "button",
|
|
8083
8086
|
onClick: togglePasswordText
|
|
8084
8087
|
}, [
|
|
8085
|
-
showHideType.value === "password" ? (openBlock(), createElementBlock("svg", _hoisted_2$6, _hoisted_4$3)) : (openBlock(), createElementBlock("svg", _hoisted_5$
|
|
8088
|
+
showHideType.value === "password" ? (openBlock(), createElementBlock("svg", _hoisted_2$6, _hoisted_4$3)) : (openBlock(), createElementBlock("svg", _hoisted_5$3, _hoisted_8$2))
|
|
8086
8089
|
], 8, _hoisted_1$b)
|
|
8087
8090
|
]),
|
|
8088
8091
|
_: 1
|
|
@@ -8233,7 +8236,7 @@ function useActor(actorRef, getSnapshot) {
|
|
|
8233
8236
|
});
|
|
8234
8237
|
return { state, send: send2 };
|
|
8235
8238
|
}
|
|
8236
|
-
const useAliases = (login_mechanisms) => (login_mechanisms == null ? void 0 : login_mechanisms.length) === 1 && login_mechanisms[0] === "username" ? [...
|
|
8239
|
+
const useAliases = (login_mechanisms) => (login_mechanisms == null ? void 0 : login_mechanisms.length) === 1 && login_mechanisms[0] === "username" ? [...L] : login_mechanisms;
|
|
8237
8240
|
const facade = {
|
|
8238
8241
|
error: "",
|
|
8239
8242
|
hasValidationErrors: false,
|
|
@@ -8314,7 +8317,7 @@ function createValues() {
|
|
|
8314
8317
|
if (!service.value)
|
|
8315
8318
|
return;
|
|
8316
8319
|
const { state, send: send2 } = useAuth();
|
|
8317
|
-
const facadeValues =
|
|
8320
|
+
const facadeValues = Ia({ send: send2, state: state.value });
|
|
8318
8321
|
for (const key of Object.keys(facade)) {
|
|
8319
8322
|
useAuthenticatorValue[key] = facadeValues[key];
|
|
8320
8323
|
}
|
|
@@ -8342,24 +8345,24 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
8342
8345
|
const { userNameAlias, userName, disabled } = __props;
|
|
8343
8346
|
const { state, send: send2 } = useAuth();
|
|
8344
8347
|
const { value: { context } } = state;
|
|
8345
|
-
const actorContext = computed(() =>
|
|
8348
|
+
const actorContext = computed(() => Mr(state.value));
|
|
8346
8349
|
const defaultDialCode = actorContext.value.country_code;
|
|
8347
8350
|
let uName = ref("");
|
|
8348
8351
|
if (userName) {
|
|
8349
8352
|
uName = computed(() => userName);
|
|
8350
8353
|
}
|
|
8351
|
-
const dialCodes = computed(() =>
|
|
8354
|
+
const dialCodes = computed(() => Oa);
|
|
8352
8355
|
const [primaryAlias] = useAliases((_a = context == null ? void 0 : context.config) == null ? void 0 : _a.loginMechanisms);
|
|
8353
8356
|
let name = primaryAlias;
|
|
8354
8357
|
let label = (_c = (_b = M[primaryAlias]) == null ? void 0 : _b.label) != null ? _c : M["username"].label;
|
|
8355
8358
|
let type = (_e2 = (_d = M[name]) == null ? void 0 : _d.type) != null ? _e2 : M["username"].label;
|
|
8356
8359
|
if (userNameAlias) {
|
|
8357
|
-
const aliasInfo =
|
|
8360
|
+
const aliasInfo = Ea(context);
|
|
8358
8361
|
label = aliasInfo.label || M["username"].label;
|
|
8359
8362
|
type = aliasInfo.type;
|
|
8360
8363
|
name = "username";
|
|
8361
8364
|
}
|
|
8362
|
-
label =
|
|
8365
|
+
label = vt(label);
|
|
8363
8366
|
onMounted(() => {
|
|
8364
8367
|
if (type === "tel") {
|
|
8365
8368
|
send2({
|
|
@@ -8531,7 +8534,7 @@ const _hoisted_4$2 = {
|
|
|
8531
8534
|
class: "amplify-text",
|
|
8532
8535
|
style: { "align-self": "center" }
|
|
8533
8536
|
};
|
|
8534
|
-
const _hoisted_5$
|
|
8537
|
+
const _hoisted_5$2 = /* @__PURE__ */ createElementVNode("svg", {
|
|
8535
8538
|
"aria-label": "Facebook icon",
|
|
8536
8539
|
class: "amplify-icon federated-sign-in-icon",
|
|
8537
8540
|
viewBox: "0 0 279 538"
|
|
@@ -8541,7 +8544,7 @@ const _hoisted_5$1 = /* @__PURE__ */ createElementVNode("svg", {
|
|
|
8541
8544
|
fill: "#1877F2"
|
|
8542
8545
|
})
|
|
8543
8546
|
], -1);
|
|
8544
|
-
const _hoisted_6$
|
|
8547
|
+
const _hoisted_6$2 = {
|
|
8545
8548
|
class: "amplify-text",
|
|
8546
8549
|
style: { "align-self": "center" }
|
|
8547
8550
|
};
|
|
@@ -8592,11 +8595,11 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
8592
8595
|
const includeGoogle = socialProviders == null ? void 0 : socialProviders.includes("google");
|
|
8593
8596
|
const shouldShowFederatedSignIn = includeFacebook || includeGoogle || includeAmazon || includeApple;
|
|
8594
8597
|
const federatedText = route === "signUp" ? "Up" : "In";
|
|
8595
|
-
const fp = computed(() =>
|
|
8596
|
-
const signInWithAmazon = computed(() =>
|
|
8597
|
-
const signInWithApple = computed(() =>
|
|
8598
|
-
const signInWithFacebook = computed(() =>
|
|
8599
|
-
const signInWithGoogle = computed(() =>
|
|
8598
|
+
const fp = computed(() => Br);
|
|
8599
|
+
const signInWithAmazon = computed(() => vt(`Sign ${federatedText} with Amazon`));
|
|
8600
|
+
const signInWithApple = computed(() => vt(`Sign ${federatedText} with Apple`));
|
|
8601
|
+
const signInWithFacebook = computed(() => vt(`Sign ${federatedText} with Facebook`));
|
|
8602
|
+
const signInWithGoogle = computed(() => vt(`Sign ${federatedText} with Google`));
|
|
8600
8603
|
return (_ctx, _cache) => {
|
|
8601
8604
|
const _component_base_wrapper = __unplugin_components_2;
|
|
8602
8605
|
return unref(shouldShowFederatedSignIn) ? (openBlock(), createBlock(_component_base_wrapper, {
|
|
@@ -8630,8 +8633,8 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
8630
8633
|
provider: unref(fp).Facebook
|
|
8631
8634
|
}, {
|
|
8632
8635
|
default: withCtx(() => [
|
|
8633
|
-
_hoisted_5$
|
|
8634
|
-
createElementVNode("p", _hoisted_6$
|
|
8636
|
+
_hoisted_5$2,
|
|
8637
|
+
createElementVNode("p", _hoisted_6$2, toDisplayString(unref(signInWithFacebook)), 1)
|
|
8635
8638
|
]),
|
|
8636
8639
|
_: 1
|
|
8637
8640
|
}, 8, ["provider"])) : createCommentVNode("", true),
|
|
@@ -8670,10 +8673,10 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
8670
8673
|
],
|
|
8671
8674
|
setup(__props, { emit }) {
|
|
8672
8675
|
const attrs = useAttrs();
|
|
8673
|
-
const passwordLabel = computed(() =>
|
|
8674
|
-
const forgotYourPasswordLink = computed(() =>
|
|
8675
|
-
const signInButtonText = computed(() =>
|
|
8676
|
-
const signIngButtonText = computed(() =>
|
|
8676
|
+
const passwordLabel = computed(() => vt("Password"));
|
|
8677
|
+
const forgotYourPasswordLink = computed(() => !pt("Forgot your password? ") ? vt("Forgot your password?") : vt("Forgot your password? "));
|
|
8678
|
+
const signInButtonText = computed(() => vt("Sign in"));
|
|
8679
|
+
const signIngButtonText = computed(() => vt("Signing in"));
|
|
8677
8680
|
const { state, send: send2 } = useAuth();
|
|
8678
8681
|
const actorState = computed(() => X(state.value));
|
|
8679
8682
|
const onInput = (e2) => {
|
|
@@ -8765,7 +8768,7 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
8765
8768
|
}, 8, ["disabled"]),
|
|
8766
8769
|
unref(actorState).context.remoteError ? (openBlock(), createBlock(_component_base_alert, { key: 0 }, {
|
|
8767
8770
|
default: withCtx(() => [
|
|
8768
|
-
createTextVNode(toDisplayString(unref(
|
|
8771
|
+
createTextVNode(toDisplayString(unref(vt)(unref(actorState).context.remoteError)), 1)
|
|
8769
8772
|
]),
|
|
8770
8773
|
_: 1
|
|
8771
8774
|
})) : createCommentVNode("", true),
|
|
@@ -8841,9 +8844,9 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
8841
8844
|
const randomPhone = Math.floor(Math.random() * 999999);
|
|
8842
8845
|
const { state, send: send2 } = useAuth();
|
|
8843
8846
|
const inputAttributes = computed(() => M);
|
|
8844
|
-
const actorContext = computed(() =>
|
|
8847
|
+
const actorContext = computed(() => Mr(state.value));
|
|
8845
8848
|
const defaultDialCode = actorContext.value.country_code;
|
|
8846
|
-
const dialCodes = computed(() =>
|
|
8849
|
+
const dialCodes = computed(() => Oa);
|
|
8847
8850
|
onMounted(() => {
|
|
8848
8851
|
if (inputAttributes.value[name].type === "tel") {
|
|
8849
8852
|
send2({
|
|
@@ -8961,8 +8964,8 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
|
8961
8964
|
const { validationErrors } = toRefs(useAuthenticator());
|
|
8962
8965
|
const props = useAuthenticator();
|
|
8963
8966
|
const inputAttributes = computed(() => M);
|
|
8964
|
-
const passwordLabel = computed(() =>
|
|
8965
|
-
const confirmPasswordLabel = computed(() =>
|
|
8967
|
+
const passwordLabel = computed(() => vt("Password"));
|
|
8968
|
+
const confirmPasswordLabel = computed(() => vt("Confirm Password"));
|
|
8966
8969
|
let fieldNames;
|
|
8967
8970
|
let loginMechanisms = (_a = context.config) == null ? void 0 : _a.loginMechanisms;
|
|
8968
8971
|
let signUpAttributes = (_b = context.config) == null ? void 0 : _b.signUpAttributes;
|
|
@@ -9013,13 +9016,13 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
|
9013
9016
|
]),
|
|
9014
9017
|
_: 1
|
|
9015
9018
|
}),
|
|
9016
|
-
!!unref(validationErrors).confirm_password ? (openBlock(), createElementBlock("p", _hoisted_1$5, toDisplayString(unref(
|
|
9019
|
+
!!unref(validationErrors).confirm_password ? (openBlock(), createElementBlock("p", _hoisted_1$5, toDisplayString(unref(vt)(unref(validationErrors).confirm_password)), 1)) : createCommentVNode("", true),
|
|
9017
9020
|
(openBlock(true), createElementBlock(Fragment, null, renderList(unref(fieldNames), (field, idx) => {
|
|
9018
9021
|
return openBlock(), createBlock(_sfc_main$j, {
|
|
9019
9022
|
key: idx,
|
|
9020
|
-
label: unref(
|
|
9023
|
+
label: unref(vt)(unref(inputAttributes)[field].label),
|
|
9021
9024
|
name: field,
|
|
9022
|
-
placeholder: unref(
|
|
9025
|
+
placeholder: unref(vt)(unref(inputAttributes)[field].label)
|
|
9023
9026
|
}, null, 8, ["label", "name", "placeholder"]);
|
|
9024
9027
|
}), 128))
|
|
9025
9028
|
], 64);
|
|
@@ -9033,7 +9036,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
9033
9036
|
const props = useAuthenticator();
|
|
9034
9037
|
const { hasValidationErrors, isPending, error: error2 } = toRefs(facadeValues);
|
|
9035
9038
|
const attrs = useAttrs();
|
|
9036
|
-
const createAccountLabel = computed(() =>
|
|
9039
|
+
const createAccountLabel = computed(() => vt("Create Account"));
|
|
9037
9040
|
const onInput = (e2) => {
|
|
9038
9041
|
let { checked, name, type, value } = e2.target;
|
|
9039
9042
|
if (type === "checkbox" && !checked)
|
|
@@ -9087,7 +9090,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
9087
9090
|
}, 8, ["disabled"]),
|
|
9088
9091
|
unref(error2) ? (openBlock(), createBlock(_component_base_alert, { key: 0 }, {
|
|
9089
9092
|
default: withCtx(() => [
|
|
9090
|
-
createTextVNode(toDisplayString(unref(
|
|
9093
|
+
createTextVNode(toDisplayString(unref(vt)(unref(error2))), 1)
|
|
9091
9094
|
]),
|
|
9092
9095
|
_: 1
|
|
9093
9096
|
})) : createCommentVNode("", true),
|
|
@@ -9222,15 +9225,15 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
9222
9225
|
const { submitForm, updateForm, resendCode } = useAuthenticator();
|
|
9223
9226
|
const confirmSignUpHeading = computed(() => {
|
|
9224
9227
|
var _a, _b;
|
|
9225
|
-
return ((_a = codeDeliveryDetails.value) == null ? void 0 : _a.DeliveryMedium) === "EMAIL" ?
|
|
9228
|
+
return ((_a = codeDeliveryDetails.value) == null ? void 0 : _a.DeliveryMedium) === "EMAIL" ? vt("We Emailed You") : ((_b = codeDeliveryDetails.value) == null ? void 0 : _b.DeliveryMedium) === "SMS" ? vt("We Texted You") : vt("We Sent A Code");
|
|
9226
9229
|
});
|
|
9227
|
-
const enterCode = computed(() =>
|
|
9228
|
-
const confirmationCodeText = computed(() =>
|
|
9229
|
-
const resendCodeText = computed(() =>
|
|
9230
|
-
const confirmText = computed(() =>
|
|
9230
|
+
const enterCode = computed(() => vt("Enter your code"));
|
|
9231
|
+
const confirmationCodeText = computed(() => vt("Confirmation Code"));
|
|
9232
|
+
const resendCodeText = computed(() => vt("Resend Code"));
|
|
9233
|
+
const confirmText = computed(() => vt("Confirm"));
|
|
9231
9234
|
const subtitleText = computed(() => {
|
|
9232
9235
|
var _a, _b, _c, _d;
|
|
9233
|
-
return ((_a = codeDeliveryDetails.value) == null ? void 0 : _a.DeliveryMedium) === "EMAIL" ? `Your code is on the way. To log in, enter the code we emailed to ${(_b = codeDeliveryDetails.value) == null ? void 0 : _b.Destination}. It may take a minute to arrive.` : ((_c = codeDeliveryDetails.value) == null ? void 0 : _c.DeliveryMedium) === "SMS" ? `Your code is on the way. To log in, enter the code we texted to ${(_d = codeDeliveryDetails.value) == null ? void 0 : _d.Destination}. It may take a minute to arrive.` :
|
|
9236
|
+
return ((_a = codeDeliveryDetails.value) == null ? void 0 : _a.DeliveryMedium) === "EMAIL" ? `Your code is on the way. To log in, enter the code we emailed to ${(_b = codeDeliveryDetails.value) == null ? void 0 : _b.Destination}. It may take a minute to arrive.` : ((_c = codeDeliveryDetails.value) == null ? void 0 : _c.DeliveryMedium) === "SMS" ? `Your code is on the way. To log in, enter the code we texted to ${(_d = codeDeliveryDetails.value) == null ? void 0 : _d.Destination}. It may take a minute to arrive.` : vt(`Your code is on the way. To log in, enter the code we sent you. It may take a minute to arrive.`);
|
|
9234
9237
|
});
|
|
9235
9238
|
const onInput = (e2) => {
|
|
9236
9239
|
const { name, value } = e2.target;
|
|
@@ -9342,7 +9345,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
9342
9345
|
default: withCtx(() => [
|
|
9343
9346
|
unref(error2) ? (openBlock(), createBlock(_component_base_alert, { key: 0 }, {
|
|
9344
9347
|
default: withCtx(() => [
|
|
9345
|
-
createTextVNode(toDisplayString(unref(
|
|
9348
|
+
createTextVNode(toDisplayString(unref(vt)(unref(error2))), 1)
|
|
9346
9349
|
]),
|
|
9347
9350
|
_: 1
|
|
9348
9351
|
})) : createCommentVNode("", true),
|
|
@@ -9406,9 +9409,9 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
9406
9409
|
mfaType = "TOTP";
|
|
9407
9410
|
}
|
|
9408
9411
|
const confirmSignInHeading = `Confirm ${mfaType} Code`;
|
|
9409
|
-
const backSignInText = computed(() =>
|
|
9410
|
-
const confirmText = computed(() =>
|
|
9411
|
-
const codeText = computed(() =>
|
|
9412
|
+
const backSignInText = computed(() => vt("Back to Sign In"));
|
|
9413
|
+
const confirmText = computed(() => vt("Confirm"));
|
|
9414
|
+
const codeText = computed(() => vt("Code"));
|
|
9412
9415
|
const onInput = (e2) => {
|
|
9413
9416
|
const { name, value } = e2.target;
|
|
9414
9417
|
send2({
|
|
@@ -9529,7 +9532,7 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
9529
9532
|
default: withCtx(() => {
|
|
9530
9533
|
var _a2, _b2;
|
|
9531
9534
|
return [
|
|
9532
|
-
createTextVNode(toDisplayString(unref(
|
|
9535
|
+
createTextVNode(toDisplayString(unref(vt)((_b2 = (_a2 = unref(actorState)) == null ? void 0 : _a2.context) == null ? void 0 : _b2.remoteError)), 1)
|
|
9533
9536
|
];
|
|
9534
9537
|
}),
|
|
9535
9538
|
_: 1
|
|
@@ -11575,7 +11578,20 @@ browser.toString = renderCanvas.bind(null, function(data, _2, opts) {
|
|
|
11575
11578
|
const _hoisted_1$3 = { key: 0 };
|
|
11576
11579
|
const _hoisted_2$2 = /* @__PURE__ */ createTextVNode(" Setup TOTP ");
|
|
11577
11580
|
const _hoisted_3$2 = ["src"];
|
|
11578
|
-
const _hoisted_4$1 =
|
|
11581
|
+
const _hoisted_4$1 = { "data-amplify-copy-tooltip": "" };
|
|
11582
|
+
const _hoisted_5$1 = /* @__PURE__ */ createElementVNode("svg", {
|
|
11583
|
+
width: "24",
|
|
11584
|
+
height: "24",
|
|
11585
|
+
viewBox: "0 0 24 24",
|
|
11586
|
+
fill: "none",
|
|
11587
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
11588
|
+
}, [
|
|
11589
|
+
/* @__PURE__ */ createElementVNode("path", {
|
|
11590
|
+
d: "M16 1H4C2.9 1 2 1.9 2 3V17H4V3H16V1ZM15 5H8C6.9 5 6.01 5.9 6.01 7L6 21C6 22.1 6.89 23 7.99 23H19C20.1 23 21 22.1 21 21V11L15 5ZM8 21V7H14V12H19V21H8Z",
|
|
11591
|
+
fill: "black"
|
|
11592
|
+
})
|
|
11593
|
+
], -1);
|
|
11594
|
+
const _hoisted_6$1 = /* @__PURE__ */ createTextVNode("Code *");
|
|
11579
11595
|
const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
11580
11596
|
emits: ["confirmSetupTOTPSubmit", "backToSignInClicked"],
|
|
11581
11597
|
setup(__props, { emit }) {
|
|
@@ -11586,6 +11602,12 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
11586
11602
|
qrCodeImageSource: "",
|
|
11587
11603
|
isLoading: true
|
|
11588
11604
|
});
|
|
11605
|
+
let secretKey = ref("");
|
|
11606
|
+
let copyTextLabel = ref(vt("COPY"));
|
|
11607
|
+
function copyText() {
|
|
11608
|
+
navigator.clipboard.writeText(secretKey.value);
|
|
11609
|
+
copyTextLabel.value = vt("COPIED");
|
|
11610
|
+
}
|
|
11589
11611
|
onMounted(async () => {
|
|
11590
11612
|
const logger = new Logger("SetupTOTP-logger");
|
|
11591
11613
|
const { user } = actorState.value.context;
|
|
@@ -11593,7 +11615,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
11593
11615
|
return;
|
|
11594
11616
|
}
|
|
11595
11617
|
try {
|
|
11596
|
-
|
|
11618
|
+
secretKey.value = await Auth.setupTOTP(user);
|
|
11597
11619
|
const issuer = "AWSCognito";
|
|
11598
11620
|
const totpCode = `otpauth://totp/${issuer}:${user.username}?secret=${secretKey}&issuer=${issuer}`;
|
|
11599
11621
|
qrCode.qrCodeImageSource = await browser.toDataURL(totpCode);
|
|
@@ -11603,9 +11625,9 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
11603
11625
|
qrCode.isLoading = false;
|
|
11604
11626
|
}
|
|
11605
11627
|
});
|
|
11606
|
-
const backSignInText = computed(() =>
|
|
11607
|
-
const confirmText = computed(() =>
|
|
11608
|
-
const codeText = computed(() =>
|
|
11628
|
+
const backSignInText = computed(() => vt("Back to Sign In"));
|
|
11629
|
+
const confirmText = computed(() => vt("Confirm"));
|
|
11630
|
+
const codeText = computed(() => vt("Code"));
|
|
11609
11631
|
const onInput = (e2) => {
|
|
11610
11632
|
const { name, value } = e2.target;
|
|
11611
11633
|
send2({
|
|
@@ -11638,9 +11660,9 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
11638
11660
|
};
|
|
11639
11661
|
return (_ctx, _cache) => {
|
|
11640
11662
|
const _component_base_heading = _sfc_main$e;
|
|
11663
|
+
const _component_base_wrapper = __unplugin_components_2;
|
|
11641
11664
|
const _component_base_label = __unplugin_components_0;
|
|
11642
11665
|
const _component_base_input = _sfc_main$q;
|
|
11643
|
-
const _component_base_wrapper = __unplugin_components_2;
|
|
11644
11666
|
const _component_base_alert = _sfc_main$u;
|
|
11645
11667
|
const _component_amplify_button = _sfc_main$v;
|
|
11646
11668
|
const _component_base_footer = _sfc_main$s;
|
|
@@ -11691,6 +11713,25 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
11691
11713
|
width: "228",
|
|
11692
11714
|
height: "228"
|
|
11693
11715
|
}, null, 8, _hoisted_3$2),
|
|
11716
|
+
createVNode(_component_base_wrapper, {
|
|
11717
|
+
class: "amplify-flex",
|
|
11718
|
+
"data-amplify-copy": ""
|
|
11719
|
+
}, {
|
|
11720
|
+
default: withCtx(() => [
|
|
11721
|
+
createElementVNode("div", null, toDisplayString(unref(secretKey)), 1),
|
|
11722
|
+
createVNode(_component_base_wrapper, {
|
|
11723
|
+
"data-amplify-copy-svg": "",
|
|
11724
|
+
onClick: copyText
|
|
11725
|
+
}, {
|
|
11726
|
+
default: withCtx(() => [
|
|
11727
|
+
createElementVNode("div", _hoisted_4$1, toDisplayString(unref(copyTextLabel)), 1),
|
|
11728
|
+
_hoisted_5$1
|
|
11729
|
+
]),
|
|
11730
|
+
_: 1
|
|
11731
|
+
})
|
|
11732
|
+
]),
|
|
11733
|
+
_: 1
|
|
11734
|
+
}),
|
|
11694
11735
|
createVNode(_component_base_wrapper, {
|
|
11695
11736
|
class: "amplify-flex amplify-field amplify-textfield",
|
|
11696
11737
|
style: { "flex-direction": "column" }
|
|
@@ -11701,7 +11742,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
11701
11742
|
for: "amplify-field-45d1"
|
|
11702
11743
|
}, {
|
|
11703
11744
|
default: withCtx(() => [
|
|
11704
|
-
|
|
11745
|
+
_hoisted_6$1
|
|
11705
11746
|
]),
|
|
11706
11747
|
_: 1
|
|
11707
11748
|
}),
|
|
@@ -11735,7 +11776,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
11735
11776
|
return [
|
|
11736
11777
|
((_a = unref(actorState).context) == null ? void 0 : _a.remoteError) ? (openBlock(), createBlock(_component_base_alert, { key: 0 }, {
|
|
11737
11778
|
default: withCtx(() => [
|
|
11738
|
-
createTextVNode(toDisplayString(unref(
|
|
11779
|
+
createTextVNode(toDisplayString(unref(vt)(unref(actorState).context.remoteError)), 1)
|
|
11739
11780
|
]),
|
|
11740
11781
|
_: 1
|
|
11741
11782
|
})) : createCommentVNode("", true),
|
|
@@ -11806,12 +11847,12 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
11806
11847
|
const { state, send: send2 } = useAuth();
|
|
11807
11848
|
const props = useAuthenticator();
|
|
11808
11849
|
const actorState = computed(() => X(state.value));
|
|
11809
|
-
const actorContext = computed(() =>
|
|
11810
|
-
const changePasswordLabel = computed(() =>
|
|
11811
|
-
const changingPasswordLabel = computed(() =>
|
|
11812
|
-
const backSignInText = computed(() =>
|
|
11813
|
-
const passwordLabel = computed(() =>
|
|
11814
|
-
const confirmPasswordLabel = computed(() =>
|
|
11850
|
+
const actorContext = computed(() => Mr(state.value));
|
|
11851
|
+
const changePasswordLabel = computed(() => vt("Change Password"));
|
|
11852
|
+
const changingPasswordLabel = computed(() => vt("Changing"));
|
|
11853
|
+
const backSignInText = computed(() => vt("Back to Sign In"));
|
|
11854
|
+
const passwordLabel = computed(() => vt("Password"));
|
|
11855
|
+
const confirmPasswordLabel = computed(() => vt("Confirm Password"));
|
|
11815
11856
|
const onHaveAccountClicked = () => {
|
|
11816
11857
|
if (attrs == null ? void 0 : attrs.onHaveAccountClicked) {
|
|
11817
11858
|
emit("haveAccountClicked");
|
|
@@ -11932,7 +11973,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
11932
11973
|
class: "amplify-text"
|
|
11933
11974
|
}, {
|
|
11934
11975
|
default: withCtx(() => [
|
|
11935
|
-
createTextVNode(toDisplayString(unref(
|
|
11976
|
+
createTextVNode(toDisplayString(unref(vt)(unref(actorContext).validationError["confirm_password"])), 1)
|
|
11936
11977
|
]),
|
|
11937
11978
|
_: 1
|
|
11938
11979
|
})) : createCommentVNode("", true),
|
|
@@ -11941,7 +11982,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
11941
11982
|
"data-ui-error": ""
|
|
11942
11983
|
}, {
|
|
11943
11984
|
default: withCtx(() => [
|
|
11944
|
-
createTextVNode(toDisplayString(unref(
|
|
11985
|
+
createTextVNode(toDisplayString(unref(vt)(unref(actorState).context.remoteError)), 1)
|
|
11945
11986
|
]),
|
|
11946
11987
|
_: 1
|
|
11947
11988
|
})) : createCommentVNode("", true),
|
|
@@ -11998,12 +12039,12 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
11998
12039
|
const attrs = useAttrs();
|
|
11999
12040
|
const { state, send: send2 } = useAuthenticator();
|
|
12000
12041
|
const { error: error2, isPending } = toRefs(useAuthenticator());
|
|
12001
|
-
const { label } =
|
|
12042
|
+
const { label } = Ea(state.context);
|
|
12002
12043
|
const labelText = `Enter your ${label.toLowerCase()}`;
|
|
12003
|
-
const backSignInText = computed(() =>
|
|
12004
|
-
const resetPasswordHeading = computed(() =>
|
|
12005
|
-
const resetPasswordText = computed(() =>
|
|
12006
|
-
const enterUsernameText = computed(() =>
|
|
12044
|
+
const backSignInText = computed(() => vt("Back to Sign In"));
|
|
12045
|
+
const resetPasswordHeading = computed(() => vt("Reset your password"));
|
|
12046
|
+
const resetPasswordText = computed(() => vt("Send Code"));
|
|
12047
|
+
const enterUsernameText = computed(() => vt(labelText));
|
|
12007
12048
|
const onResetPasswordSubmit = (e2) => {
|
|
12008
12049
|
if (attrs == null ? void 0 : attrs.onResetPasswordSubmit) {
|
|
12009
12050
|
emit("resetPasswordSubmit", e2);
|
|
@@ -12115,7 +12156,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
12115
12156
|
default: withCtx(() => [
|
|
12116
12157
|
unref(error2) ? (openBlock(), createBlock(_component_base_alert, { key: 0 }, {
|
|
12117
12158
|
default: withCtx(() => [
|
|
12118
|
-
createTextVNode(toDisplayString(unref(
|
|
12159
|
+
createTextVNode(toDisplayString(unref(vt)(unref(error2))), 1)
|
|
12119
12160
|
]),
|
|
12120
12161
|
_: 1
|
|
12121
12162
|
})) : createCommentVNode("", true),
|
|
@@ -12170,14 +12211,14 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
12170
12211
|
const props = useAuthenticator();
|
|
12171
12212
|
const attrs = useAttrs();
|
|
12172
12213
|
const actorState = computed(() => X(state.value));
|
|
12173
|
-
const actorContext = computed(() =>
|
|
12174
|
-
const resendCodeText = computed(() =>
|
|
12175
|
-
const confirmationCodeText = computed(() =>
|
|
12176
|
-
const confirmResetPasswordHeading = computed(() =>
|
|
12177
|
-
const confirmResetPasswordText = computed(() =>
|
|
12178
|
-
const codeText = computed(() =>
|
|
12179
|
-
const newPasswordLabel = computed(() =>
|
|
12180
|
-
const confirmPasswordLabel = computed(() =>
|
|
12214
|
+
const actorContext = computed(() => Mr(state.value));
|
|
12215
|
+
const resendCodeText = computed(() => vt("Resend Code"));
|
|
12216
|
+
const confirmationCodeText = computed(() => vt("Confirmation Code"));
|
|
12217
|
+
const confirmResetPasswordHeading = computed(() => vt("Reset your Password"));
|
|
12218
|
+
const confirmResetPasswordText = computed(() => vt("Submit"));
|
|
12219
|
+
const codeText = computed(() => vt("Code"));
|
|
12220
|
+
const newPasswordLabel = computed(() => vt("New password"));
|
|
12221
|
+
const confirmPasswordLabel = computed(() => vt("Confirm Password"));
|
|
12181
12222
|
const onConfirmResetPasswordSubmit = (e2) => {
|
|
12182
12223
|
if (attrs == null ? void 0 : attrs.onConfirmResetPasswordSubmit) {
|
|
12183
12224
|
emit("confirmResetPasswordSubmit", e2);
|
|
@@ -12332,7 +12373,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
12332
12373
|
default: withCtx(() => {
|
|
12333
12374
|
var _a2;
|
|
12334
12375
|
return [
|
|
12335
|
-
createTextVNode(toDisplayString(unref(
|
|
12376
|
+
createTextVNode(toDisplayString(unref(vt)((_a2 = unref(actorContext).validationError) == null ? void 0 : _a2.confirm_password)), 1)
|
|
12336
12377
|
];
|
|
12337
12378
|
}),
|
|
12338
12379
|
_: 1
|
|
@@ -12341,7 +12382,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
12341
12382
|
default: withCtx(() => {
|
|
12342
12383
|
var _a2, _b2;
|
|
12343
12384
|
return [
|
|
12344
|
-
createTextVNode(toDisplayString(unref(
|
|
12385
|
+
createTextVNode(toDisplayString(unref(vt)((_b2 = (_a2 = unref(actorState)) == null ? void 0 : _a2.context) == null ? void 0 : _b2.remoteError)), 1)
|
|
12345
12386
|
];
|
|
12346
12387
|
}),
|
|
12347
12388
|
_: 1
|
|
@@ -12401,10 +12442,10 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
12401
12442
|
const { state, send: send2 } = useAuth();
|
|
12402
12443
|
const actorState = computed(() => X(state.value));
|
|
12403
12444
|
const unverifiedAttributes = actorState.value.context.unverifiedAttributes;
|
|
12404
|
-
const verifyHeading = computed(() =>
|
|
12405
|
-
const skipText = computed(() =>
|
|
12406
|
-
const verifyText = computed(() =>
|
|
12407
|
-
const verifyContactText = computed(() =>
|
|
12445
|
+
const verifyHeading = computed(() => vt("Account recovery requires verified contact information"));
|
|
12446
|
+
const skipText = computed(() => vt("Skip"));
|
|
12447
|
+
const verifyText = computed(() => vt("Verify"));
|
|
12448
|
+
const verifyContactText = computed(() => vt("Verify Contact"));
|
|
12408
12449
|
const onInput = (e2) => {
|
|
12409
12450
|
const { name, value } = e2.target;
|
|
12410
12451
|
send2({
|
|
@@ -12537,7 +12578,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
12537
12578
|
default: withCtx(() => {
|
|
12538
12579
|
var _a2;
|
|
12539
12580
|
return [
|
|
12540
|
-
createTextVNode(toDisplayString(unref(
|
|
12581
|
+
createTextVNode(toDisplayString(unref(vt)((_a2 = unref(actorState)) == null ? void 0 : _a2.context.remoteError)), 1)
|
|
12541
12582
|
];
|
|
12542
12583
|
}),
|
|
12543
12584
|
_: 1
|
|
@@ -12596,12 +12637,12 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
12596
12637
|
const attrs = useAttrs();
|
|
12597
12638
|
const { state, send: send2 } = useAuth();
|
|
12598
12639
|
const actorState = computed(() => X(state.value));
|
|
12599
|
-
const verifyHeading = computed(() =>
|
|
12600
|
-
const skipText = computed(() =>
|
|
12601
|
-
computed(() =>
|
|
12602
|
-
const confirmationCodeText = computed(() =>
|
|
12603
|
-
const codeText = computed(() =>
|
|
12604
|
-
const submitText = computed(() =>
|
|
12640
|
+
const verifyHeading = computed(() => vt("Account recovery requires verified contact information"));
|
|
12641
|
+
const skipText = computed(() => vt("Skip"));
|
|
12642
|
+
computed(() => vt("Verify"));
|
|
12643
|
+
const confirmationCodeText = computed(() => vt("Confirmation Code"));
|
|
12644
|
+
const codeText = computed(() => vt("Code"));
|
|
12645
|
+
const submitText = computed(() => vt("Submit"));
|
|
12605
12646
|
const onInput = (e2) => {
|
|
12606
12647
|
const { name, value } = e2.target;
|
|
12607
12648
|
send2({
|
|
@@ -12718,7 +12759,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
12718
12759
|
default: withCtx(() => {
|
|
12719
12760
|
var _a2;
|
|
12720
12761
|
return [
|
|
12721
|
-
createTextVNode(toDisplayString(unref(
|
|
12762
|
+
createTextVNode(toDisplayString(unref(vt)((_a2 = unref(actorState)) == null ? void 0 : _a2.context.remoteError)), 1)
|
|
12722
12763
|
];
|
|
12723
12764
|
}),
|
|
12724
12765
|
_: 1
|
|
@@ -12801,7 +12842,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
|
12801
12842
|
setup(__props, { emit }) {
|
|
12802
12843
|
const { initialState, loginMechanisms, variation, services, signUpAttributes, socialProviders } = __props;
|
|
12803
12844
|
const attrs = useAttrs();
|
|
12804
|
-
const machine =
|
|
12845
|
+
const machine = un({
|
|
12805
12846
|
initialState,
|
|
12806
12847
|
loginMechanisms,
|
|
12807
12848
|
services,
|
|
@@ -12824,8 +12865,8 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
|
12824
12865
|
const confirmResetPasswordComponent = ref();
|
|
12825
12866
|
const verifyUserComponent = ref();
|
|
12826
12867
|
const confirmVerifyUserComponent = ref();
|
|
12827
|
-
const signInLabel = computed(() =>
|
|
12828
|
-
const createAccountLabel = computed(() =>
|
|
12868
|
+
const signInLabel = computed(() => vt("Create Account"));
|
|
12869
|
+
const createAccountLabel = computed(() => vt("Sign In"));
|
|
12829
12870
|
const onSignInSubmitI = (e2) => {
|
|
12830
12871
|
var _a;
|
|
12831
12872
|
if (attrs == null ? void 0 : attrs.onSignInSubmit) {
|
|
@@ -12900,7 +12941,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
|
12900
12941
|
const user = ref(null);
|
|
12901
12942
|
const signOut = ref();
|
|
12902
12943
|
watch(() => state.value.context, () => {
|
|
12903
|
-
const { user: u, signOut: s } =
|
|
12944
|
+
const { user: u, signOut: s } = Ia({
|
|
12904
12945
|
send: send2,
|
|
12905
12946
|
state: state.value
|
|
12906
12947
|
});
|