@aws-amplify/ui-vue 3.1.16 → 3.1.17

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.
Files changed (27) hide show
  1. package/dist/index.cjs +13 -12
  2. package/dist/index.js +323 -379
  3. package/dist/src/components/__tests__/authenticator.spec.d.ts +2 -0
  4. package/dist/src/components/__tests__/authenticator.spec.d.ts.map +1 -0
  5. package/dist/src/components/authenticator.vue.d.ts.map +1 -1
  6. package/dist/src/components/confirm-reset-password.vue.d.ts.map +1 -1
  7. package/dist/src/components/confirm-sign-in.vue.d.ts.map +1 -1
  8. package/dist/src/components/confirm-sign-up.vue.d.ts.map +1 -1
  9. package/dist/src/components/confirm-verify-user.vue.d.ts.map +1 -1
  10. package/dist/src/components/federated-sign-in.vue.d.ts.map +1 -1
  11. package/dist/src/components/force-new-password.vue.d.ts.map +1 -1
  12. package/dist/src/components/primitives/base-form-field.vue.d.ts.map +1 -1
  13. package/dist/src/components/reset-password.vue.d.ts.map +1 -1
  14. package/dist/src/components/setup-totp.vue.d.ts.map +1 -1
  15. package/dist/src/components/sign-in.vue.d.ts.map +1 -1
  16. package/dist/src/components/sign-up.vue.d.ts.map +1 -1
  17. package/dist/src/components/verify-user.vue.d.ts.map +1 -1
  18. package/dist/src/composables/__tests__/useAuth.spec.d.ts +2 -0
  19. package/dist/src/composables/__tests__/useAuth.spec.d.ts.map +1 -0
  20. package/dist/src/composables/__tests__/useAuthenticator.spec.d.ts +2 -0
  21. package/dist/src/composables/__tests__/useAuthenticator.spec.d.ts.map +1 -0
  22. package/dist/src/composables/useAuth.d.ts +2 -12
  23. package/dist/src/composables/useAuth.d.ts.map +1 -1
  24. package/dist/src/types/index.d.ts +7 -1
  25. package/dist/src/types/index.d.ts.map +1 -1
  26. package/dist/src/version.d.ts +1 -1
  27. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { defineComponent, useSlots, renderSlot, mergeProps, unref, createElementVNode, toRefs, normalizeProps, guardReactiveProps, ref, openBlock, createElementBlock, createVNode, withCtx, createCommentVNode, effectScope, getCurrentScope, onScopeDispose, onMounted, onBeforeUnmount, isRef, shallowRef, watch, reactive, watchEffect, createBlock, computed, toDisplayString, normalizeClass, createTextVNode, Fragment, renderList, onBeforeMount, useAttrs, withModifiers, h as h$2, onUnmounted } from "vue";
1
+ import { defineComponent, useSlots, renderSlot, mergeProps, unref, createElementVNode, toRefs, normalizeProps, guardReactiveProps, ref, openBlock, createElementBlock, createVNode, withCtx, createCommentVNode, effectScope, getCurrentScope, onScopeDispose, isRef, shallowRef, watch, reactive, watchEffect, createBlock, computed, toDisplayString, normalizeClass, createTextVNode, Fragment, renderList, onBeforeMount, useAttrs, withModifiers, h as h$2, onMounted, onUnmounted } from "vue";
2
2
  import { I18n, Hub, Auth, Amplify, Logger } from "aws-amplify";
3
3
  import { appendToCognitoUserAgent } from "@aws-amplify/auth";
4
4
  const _sfc_main$y = /* @__PURE__ */ defineComponent({
@@ -64,17 +64,17 @@ const t$1 = (t2) => {
64
64
  var n2;
65
65
  return null === (n2 = t$1(o2)) || void 0 === n2 ? void 0 : n2.context;
66
66
  };
67
- var o$9, e$g;
67
+ var o$9, e$h;
68
68
  !function(o2) {
69
69
  o2.Apple = "SignInWithApple", o2.Amazon = "LoginWithAmazon", o2.Facebook = "Facebook", o2.Google = "Google";
70
70
  }(o$9 || (o$9 = {})), function(o2) {
71
71
  o2.Email = "email", o2.PhoneNumber = "phone_number";
72
- }(e$g || (e$g = {}));
73
- const e$f = ["birthdate", "email", "family_name", "given_name", "middle_name", "name", "nickname", "phone_number", "preferred_username", "profile", "website"], a$4 = ["username", "email", "phone_number"], r$6 = [...a$4, ...e$f, "confirmation_code", "password", "confirm_password"], i$5 = (e2) => r$6.includes(e2);
74
- var e$e;
72
+ }(e$h || (e$h = {}));
73
+ const e$g = ["birthdate", "email", "family_name", "given_name", "middle_name", "name", "nickname", "phone_number", "preferred_username", "profile", "website"], a$4 = ["username", "email", "phone_number"], r$6 = [...a$4, ...e$g, "confirmation_code", "password", "confirm_password"], i$5 = (e2) => r$6.includes(e2);
74
+ var e$f;
75
75
  !function(e2) {
76
76
  e2.Alert = "amplify-alert", e2.AlertIcon = "amplify-alert__icon", e2.AlertHeading = "amplify-alert__heading", e2.AlertBody = "amplify-alert__body", e2.AlertDismiss = "amplify-alert__dismiss", e2.Autocomplete = "amplify-autocomplete", e2.AutocompleteMenu = "amplify-autocomplete__menu", e2.AutocompleteMenuEmpty = "amplify-autocomplete__menu--empty", e2.AutocompleteMenuFooter = "amplify-autocomplete__menu__footer", e2.AutocompleteMenuHeader = "amplify-autocomplete__menu__header", e2.AutocompleteMenuLoading = "amplify-autocomplete__menu--loading", e2.AutocompleteMenuOption = "amplify-autocomplete__menu__option", e2.AutocompleteMenuOptions = "amplify-autocomplete__menu__options", e2.Badge = "amplify-badge", e2.Button = "amplify-button", e2.ButtonGroup = "amplify-buttongroup", e2.ButtonLoaderWrapper = "amplify-button__loader-wrapper", e2.Card = "amplify-card", e2.Checkbox = "amplify-checkbox", e2.CheckboxButton = "amplify-checkbox__button", e2.CheckboxIcon = "amplify-checkbox__icon", e2.CheckboxInput = "amplify-checkbox__input", e2.CheckboxLabel = "amplify-checkbox__label", e2.CheckboxField = "amplify-checkboxfield", e2.Collection = "amplify-collection", e2.CollectionItems = "amplify-collection-items", e2.CollectionSearch = "amplify-collection-search", e2.CollectionPagination = "amplify-collection-pagination", e2.CountryCodeSelect = "amplify-countrycodeselect", e2.DialCodeSelect = "amplify-dialcodeselect", e2.Divider = "amplify-divider", e2.DividerLabel = "amplify-divider--label", e2.Expander = "amplify-expander", e2.ExpanderContent = "amplify-expander__content", e2.ExpanderContentText = "amplify-expander__content__text", e2.ExpanderHeader = "amplify-expander__header", e2.ExpanderIcon = "amplify-expander__icon", e2.ExpanderItem = "amplify-expander__item", e2.ExpanderTrigger = "amplify-expander__trigger", e2.Field = "amplify-field", e2.FieldDescription = "amplify-field__description", e2.FieldErrorMessage = "amplify-field__error-message", e2.FieldGroup = "amplify-field-group", e2.FieldGroupControl = "amplify-field-group__control", e2.FieldGroupOuterEnd = "amplify-field-group__outer-end", e2.FieldGroupOuterStart = "amplify-field-group__outer-start", e2.FieldGroupInnerEnd = "amplify-field-group__inner-end", e2.FieldGroupInnerStart = "amplify-field-group__inner-start", e2.FieldGroupIcon = "amplify-field-group__icon", e2.FieldGroupIconButton = "amplify-field-group__icon-button", e2.FieldGroupHasInnerEnd = "amplify-field-group--has-inner-end", e2.FieldGroupHasInnerStart = "amplify-field-group--has-inner-start", e2.FieldShowPassword = "amplify-field__show-password", e2.FieldGroupFieldWrapper = "amplify-field-group__field-wrapper", e2.FileUploaderDropZone = "amplify-fileuploader__dropzone", e2.FileUploaderDropZoneIcon = "amplify-fileuploader__dropzone__icon", e2.FileUploaderDropZoneText = "amplify-fileuploader__dropzone__text", e2.FileUploaderDropZoneButton = "amplify-fileuploader__dropzone__button", e2.FileUploaderFile = "amplify-fileuploader__file", e2.FileUploaderFileWrapper = "amplify-fileuploader__file__wrapper", e2.FileUploaderFileName = "amplify-fileuploader__file__name", e2.FileUploaderFileSize = "amplify-fileuploader__file__size", e2.FileUploaderFileInfo = "amplify-fileuploader__file__info", e2.FileUploaderFileImage = "amplify-fileuploader__file__image", e2.FileUploaderFileMain = "amplify-fileuploader__file__main", e2.FileUploaderFileStatus = "amplify-fileuploader__file__status", e2.FileUploaderLoader = "amplify-fileuploader__loader", e2.FileUploaderPreviewer = "amplify-fileuploader__previewer", e2.FileUploaderPreviewerText = "amplify-fileuploader__previewer__text", e2.FileUploaderPreviewerBody = "amplify-fileuploader__previewer__body", e2.FileUploaderPreviewerFooter = "amplify-fileuploader__previewer__footer", e2.FileUploaderPreviewerFooterActions = "amplify-fileuploader__previewer__footer__actions", e2.Flex = "amplify-flex", e2.Grid = "amplify-grid", e2.Heading = "amplify-heading", e2.HighlightMatch = "amplify-highlightmatch", e2.HighlightMatchHighlighted = "amplify-highlightmatch__highlighted", e2.Icon = "amplify-icon", e2.Image = "amplify-image", e2.Input = "amplify-input", e2.Label = "amplify-label", e2.Link = "amplify-link", e2.Loader = "amplify-loader", e2.LoaderDeterminate = "amplify-loader--determinate", e2.LoaderPercentageText = "amplify-loader__percentage-text", e2.MenuContent = "amplify-menu-content", e2.MenuContentWrapper = "amplify-menu-content-wrapper", e2.MenuItem = "amplify-menu-content__item", e2.MenuTrigger = "amplify-menu-trigger", e2.Pagination = "amplify-pagination", e2.PaginationItemButton = "amplify-pagination__item-button", e2.PaginationItemCurrent = "amplify-pagination__item-current", e2.PaginationItemEllipsis = "amplify-pagination__item-ellipsis", e2.PasswordField = "amplify-passwordfield", e2.PhoneNumberField = "amplify-phonenumberfield", e2.Placeholder = "amplify-placeholder", e2.Radio = "amplify-radio", e2.RadioButton = "amplify-radio__button", e2.RadioInput = "amplify-radio__input", e2.RadioLabel = "amplify-radio__label", e2.RadioGroupField = "amplify-radiogroupfield", e2.RadioGroup = "amplify-radiogroup", e2.Rating = "amplify-rating", e2.ScrollView = "amplify-scrollview", e2.SearchField = "amplify-searchfield", e2.SearchFieldClear = "amplify-searchfield__clear", e2.SearchFieldSearch = "amplify-searchfield__search", e2.Select = "amplify-select", e2.SelectField = "amplify-selectfield", e2.SelectWrapper = "amplify-select__wrapper", e2.SelectIconWrapper = "amplify-select__icon-wrapper", e2.SliderField = "amplify-sliderfield", e2.SliderFieldGroup = "amplify-sliderfield__group", e2.SliderFieldLabel = "amplify-sliderfield__label", e2.SliderFieldRange = "amplify-sliderfield__range", e2.SliderFieldRoot = "amplify-sliderfield__root", e2.SliderFieldThumb = "amplify-sliderfield__thumb", e2.SliderFieldTrack = "amplify-sliderfield__track", e2.StepperField = "amplify-stepperfield", e2.StepperFieldButtonDecrease = "amplify-stepperfield__button--decrease", e2.StepperFieldButtonIncrease = "amplify-stepperfield__button--increase", e2.StepperFieldInput = "amplify-stepperfield__input", e2.StorageManager = "amplify-storagemanager", e2.StorageManagerDropZone = "amplify-storagemanager__dropzone", e2.StorageManagerDropZoneIcon = "amplify-storagemanager__dropzone__icon", e2.StorageManagerDropZoneText = "amplify-storagemanager__dropzone__text", e2.StorageManagerFilePicker = "amplify-storagemanager__file__picker", e2.StorageManagerFile = "amplify-storagemanager__file", e2.StorageManagerFileWrapper = "amplify-storagemanager__file__wrapper", e2.StorageManagerFileList = "amplify-storagemanager__file__list", e2.StorageManagerFileName = "amplify-storagemanager__file__name", e2.StorageManagerFileSize = "amplify-storagemanager__file__size", e2.StorageManagerFileInfo = "amplify-storagemanager__file__info", e2.StorageManagerFileImage = "amplify-storagemanager__file__image", e2.StorageManagerFileMain = "amplify-storagemanager__file__main", e2.StorageManagerFileStatus = "amplify-storagemanager__file__status", e2.StorageManagerLoader = "amplify-storagemanager__loader", e2.StorageManagerPreviewer = "amplify-storagemanager__previewer", e2.StorageManagerPreviewerText = "amplify-storagemanager__previewer__text", e2.SwitchField = "amplify-switchfield", e2.SwitchLabel = "amplify-switch-label", e2.SwitchThumb = "amplify-switch-thumb", e2.SwitchTrack = "amplify-switch-track", e2.SwitchWrapper = "amplify-switch__wrapper", e2.Table = "amplify-table", e2.TableCaption = "amplify-table__caption", e2.TableBody = "amplify-table__body", e2.TableTd = "amplify-table__td", e2.TableTh = "amplify-table__th", e2.TableFoot = "amplify-table__foot", e2.TableHead = "amplify-table__head", e2.TableRow = "amplify-table__row", e2.Tabs = "amplify-tabs", e2.TabItems = "amplify-tabs-item", e2.Text = "amplify-text", e2.Textarea = "amplify-textarea", e2.TextAreaField = "amplify-textareafield", e2.TextField = "amplify-textfield", e2.ToggleButton = "amplify-togglebutton", e2.ToggleButtonGroup = "amplify-togglebuttongroup", e2.VisuallyHidden = "amplify-visually-hidden";
77
- }(e$e || (e$e = {}));
77
+ }(e$f || (e$f = {}));
78
78
  const i$4 = (t2) => {
79
79
  var i2;
80
80
  const s2 = null === (i2 = null == t2 ? void 0 : t2.context.config) || void 0 === i2 ? void 0 : i2.loginMechanisms, [n2] = null != s2 ? s2 : ["username"];
@@ -85,7 +85,7 @@ const r$5 = (e2) => {
85
85
  return { initializeMachine: t2("INIT"), resendCode: t2("RESEND"), signOut: t2("SIGN_OUT"), submitForm: t2("SUBMIT"), updateForm: t2("CHANGE"), updateBlur: t2("BLUR"), toFederatedSignIn: t2("FEDERATED_SIGN_IN"), toResetPassword: t2("RESET_PASSWORD"), toSignIn: t2("SIGN_IN"), toSignUp: t2("SIGN_UP"), skipVerification: t2("SKIP") };
86
86
  }, n$5 = (r2) => {
87
87
  var n2, s2, i2, a2, o2;
88
- const c2 = null !== (n2 = o$a(r2)) && void 0 !== n2 ? n2 : {}, { codeDeliveryDetails: u2, remoteError: d2, unverifiedContactMethods: l2, validationError: m2, totpSecretCode: h2 = null } = c2, { socialProviders: v2 } = null !== (i2 = null === (s2 = r2.context) || void 0 === s2 ? void 0 : s2.config) && void 0 !== i2 ? i2 : {}, g2 = null !== (a2 = null == c2 ? void 0 : c2.user) && void 0 !== a2 ? a2 : null === (o2 = r2.context) || void 0 === o2 ? void 0 : o2.user, f2 = m2 && Object.keys(m2).length > 0, p2 = t$1(r2), S = r2.hasTag("pending") || (null == p2 ? void 0 : p2.hasTag("pending")), I = (() => {
88
+ const c2 = null !== (n2 = o$a(r2)) && void 0 !== n2 ? n2 : {}, { codeDeliveryDetails: u2, remoteError: d2, unverifiedContactMethods: l2, validationError: m2, totpSecretCode: h2 = null } = c2, { socialProviders: v2 } = null !== (i2 = null === (s2 = r2.context) || void 0 === s2 ? void 0 : s2.config) && void 0 !== i2 ? i2 : {}, g2 = null !== (a2 = null == c2 ? void 0 : c2.user) && void 0 !== a2 ? a2 : null === (o2 = r2.context) || void 0 === o2 ? void 0 : o2.user, f2 = m2 && Object.keys(m2).length > 0, p2 = t$1(r2), S = r2.hasTag("pending") || (null == p2 ? void 0 : p2.hasTag("pending")), I2 = (() => {
89
89
  switch (true) {
90
90
  case r2.matches("idle"):
91
91
  return "idle";
@@ -132,20 +132,21 @@ const r$5 = (e2) => {
132
132
  default:
133
133
  return "unauthenticated";
134
134
  }
135
- })(I);
136
- return { authStatus: P2, codeDeliveryDetails: u2, error: d2, hasValidationErrors: f2, isPending: S, route: I, socialProviders: v2, totpSecretCode: h2, unverifiedContactMethods: l2, user: g2, validationErrors: m2 };
135
+ })(I2);
136
+ return { authStatus: P2, codeDeliveryDetails: u2, error: d2, hasValidationErrors: f2, isPending: S, route: I2, socialProviders: v2, totpSecretCode: h2, unverifiedContactMethods: l2, user: g2, validationErrors: m2 };
137
137
  }, s$3 = ({ send: e2, state: t2 }) => {
138
138
  const s2 = r$5(e2), i2 = n$5(t2);
139
139
  return Object.assign(Object.assign({}, s2), i2);
140
140
  };
141
141
  const o$8 = ["+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"];
142
- const e$d = { "Account recovery requires verified contact information": "Zur\xFCcksetzen des Account ben\xF6tigt einen verifizierten Account", "Back to Sign In": "Zur\xFCck zur Anmeldung", "Change Password": "Passwort \xE4ndern", Changing: "\xC4ndern von", Code: "Code", "Confirm Password": "Passwort best\xE4tigen", "Confirm Sign Up": "Registrierung best\xE4tigen", "Confirm SMS Code": "SMS-Code best\xE4tigen", "Confirm TOTP Code": "TOTP-Code best\xE4tigen", Confirm: "Best\xE4tigen", "Confirmation Code": "Best\xE4tigungs-Code", Confirming: "Wird best\xE4tigt", "Create a new account": "Einen neuen Account erstellen", "Create Account": "Account erstellen", "Creating Account": "Account wird erstellt", "Dismiss alert": "Warnung verwerfen", Email: "Email", "Enter your code": "Geben Sie Ihren Code ein", "Enter your email": "Geben Sie Ihre Email ein", "Enter your phone number": "Geben Sie Ihre Telefonnummer ein", "Enter your username": "Geben Sie Ihren Benutzernamen ein", "Forgot your password?": "Passwort vergessen? ", "Hide password": "Passwort verbergen", "It may take a minute to arrive": "Es kann eine Minute dauern, bis er ankommt", Loading: "Wird geladen", "New password": "Neues Passwort", or: "oder", Password: "Passwort", "Phone Number": "Telefonnummer", "Resend Code": "Code erneut senden", "Reset your Password": "Zur\xFCcksetzen des Passwort", "Reset your password": "Zur\xFCcksetzen des passwort", "Send code": "Code senden", "Send Code": "Code senden", Sending: "Wird gesendet", "Setup TOTP": "TOTP einrichten", "Show password": "Passwort anzeigen", "Sign in to your account": "Melden Sie sich mit Ihrem Account an", "Sign In with Amazon": "Mit Amazon anmelden", "Sign In with Apple": "Mit Apple anmelden", "Sign In with Facebook": "Mit Facebook anmelden", "Sign In with Google": "Mit Google anmelden", "Sign in": "Anmelden", "Sign In": "Anmelden", "Signing in": "Wird angemeldet", Skip: "\xDCberspringen", Submit: "Abschicken", Submitting: "Wird gesendet", Username: "Benutzername", "Verify Contact": "Kontakt verifizieren", Verify: "Verifizieren", "We Sent A Code": "Wir haben einen Code gesendet", "We Texted You": "Wir haben Ihnen eine SMS-Textur", "Your code is on the way. To log in, enter the code we sent you": "Ihr Code ist unterwegs. Um sich anzumelden, geben Sie den Code ein, den wir Ihnen gesendet haben", "An account with the given email already exists.": "Ein Account mit dieser Email existiert bereits.", "Confirm a Code": "Code best\xE4tigen", "Confirm Sign In": "Anmeldung best\xE4tigen", "Create account": "Hier registrieren", "Enter your password": "Geben Sie Ihr Passwort ein", "Enter your Password": "Geben Sie Ihre Passwort ein", "Enter your Email": "Geben Sie Ihre E-Mail", "Sign Up with Facebook": "Mit Facebook registrieren", "Sign Up with Google": "Mit Google registrieren", "Forgot 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", "It may take a minute to arrive.": "Es k\xF6nnte eine Minute dauern, bis der Code eintrifft.", "Lost your code? ": "Code verloren? ", "New Password": "Neues Passwort", "No account? ": "Kein Account? ", "Password attempts exceeded": "Die maximale Anzahl der fehlerhaften Anmeldeversuche wurde erreicht", "Reset password": "Passwort zur\xFCcksetzen", "Sign Out": "Abmelden", "Sign Up": "Registrieren", "User already exists": "Dieser Benutzer existiert bereits", "User does not exist": "Dieser Benutzer existiert nicht", "Username cannot be empty": "Benutzername darf nicht leer sein", "We Emailed You": "Email wurde versendet", "Your code is on the way. To log in, enter the code we emailed to": "Ihr Best\xE4tigungscode ist unterwegs. Um sich einzuloggen geben Sie den Code ein, den wir verschickt haben an", "Your code is on the way. To log in, enter the code we texted to": "Ihr Best\xE4tigungscode ist unterwegs. Um sich einzuloggen geben Sie den Code ein, den wir verschickt haben an" };
143
- const e$c = { "Account recovery requires verified contact information": "Account recovery requires verified contact information", "Add your Profile": "Add your Profile", "Add your Website": "Add your Website", "Back to Sign In": "Back to Sign In", "Change Password": "Change Password", Changing: "Changing", Code: "Code", "Confirm Password": "Confirm 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 a new account": "Create a new account", "Create Account": "Create Account", "Creating Account": "Creating Account", "Dismiss alert": "Dismiss alert", Email: "Email", "Enter your Birthdate": "Enter your Birthdate", "Enter your code": "Enter your code", "Enter your Confirmation Code": "Enter your Confirmation Code", "Enter your email": "Enter your email", "Enter your Family Name": "Enter your Family Name", "Enter your Given Name": "Enter your Given Name", "Enter your Middle Name": "Enter your Middle Name", "Enter your Name": "Enter your Name", "Enter your Nickname": "Enter your Nickname", "Enter your Password": "Enter your Password", "Enter your phone number": "Enter your phone number", "Enter your Preferred Username": "Enter your Preferred Username", "Enter your username": "Enter your username", "Forgot password?": "Forgot password?", "Forgot your password?": "Forgot your password?", "Hide password": "Hide password", "It may take a minute to arrive": "It may take a minute to arrive", Loading: "Loading", "New password": "New password", or: "or", Password: "Password", "Phone Number": "Phone Number", "Please confirm your Password": "Please confirm your Password", "Resend Code": "Resend Code", "Reset your password": "Reset your password", "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 to your account": "Sign in to your account", "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", "Sign In": "Sign In", "Signing in": "Signing in", Skip: "Skip", Submit: "Submit", Submitting: "Submitting", Username: "Username", "Verify Contact": "Verify Contact", Verify: "Verify", "We Emailed You": "We Emailed You", "We Sent A Code": "We Sent A Code", "We Texted You": "We Texted You", "Your code is on the way. To log in, enter the code we emailed to": "Your code is on the way. To log in, enter the code we emailed to", "Your code is on the way. To log in, enter the code we sent you": "Your code is on the way. To log in, enter the code we sent you", "Your code is on the way. To log in, enter the code we texted to": "Your code is on the way. To log in, enter the code we texted to" };
144
- const e$b = { "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", Changing: "Cambiando", Code: "C\xF3digo", "Confirm Password": "Confirmar contrase\xF1a", "Confirm Sign Up": "Confirmar registro", "Confirm SMS Code": "Confirmar el c\xF3digo de SMS", "Confirm TOTP Code": "Confirmar c\xF3digo TOTP", Confirm: "Confirmar", "Confirmation Code": "C\xF3digo de confirmaci\xF3n", Confirming: "Confirmando", "Create a new account": "Crear una cuenta nueva", "Create Account": "Crear cuenta", "Creating Account": "Creando cuenta", "Dismiss alert": "Descartar alerta", Email: "Email", "Enter your code": "Ingrese el c\xF3digo", "Enter your email": "Escriba su Email", "Enter your phone number": "Ingrese el n\xFAmero de tel\xE9fono", "Enter your username": "Ingrese el nombre de usuario", "Forgot your password?": "\xBFOlvid\xF3 su contrase\xF1a?", "Hide password": "Ocultar contrase\xF1a", "It may take a minute to arrive": "Es posible que tarde un minuto en llegar", Loading: "Cargando", "New password": "Nueva contrase\xF1a", or: "o", Password: "Contrase\xF1a", "Phone Number": "N\xFAmero de tel\xE9fono", "Resend Code": "Reenviar c\xF3digo", "Reset your password": "Restablecer su contrase\xF1a", "Reset your Password": "Restablecer su Contrase\xF1a", "Send code": "Enviar c\xF3digo", "Send Code": "Enviar c\xF3digo", Sending: "Enviando", "Setup TOTP": "Configurar TOTP", "Show password": "Mostrar contrase\xF1a", "Sign in to your account": "Iniciar sesi\xF3n en tu cuenta", "Sign In with Amazon": "Iniciar Sesi\xF3n con Amazon", "Sign In with Apple": "Iniciar Sesi\xF3n con Apple", "Sign In with Facebook": "Iniciar Sesi\xF3n con Facebook", "Sign In with Google": "Iniciar Sesi\xF3n con Google", "Sign in": "Iniciar sesi\xF3n", "Sign In": "Iniciar Sesi\xF3n", "Signing in": "Iniciando sesi\xF3n", Skip: "Omitir", Submit: "Enviar", Submitting: "Enviando", Username: "Nombre de usuario", "Verify Contact": "Verificar contacto", Verify: "Verificar", "We Emailed You": "Le hemos enviado un correo electr\xF3nico", "We Sent A Code": "Hemos enviado un c\xF3digo", "We Texted You": "Le hemos enviado un mensaje de texto", "Your code is on the way. To log in, enter the code we emailed to": "El c\xF3digo est\xE1 en camino. Para iniciar sesi\xF3n, escriba el c\xF3digo que hemos enviado por correo electr\xF3nico a", "Your code is on the way. To log in, enter the code we sent you": "El c\xF3digo est\xE1 en camino. Para iniciar sesi\xF3n, escriba el c\xF3digo que le hemos enviado", "Your code is on the way. To log in, enter the code we texted to": "El c\xF3digo est\xE1 en camino. Para iniciar sesi\xF3n, escriba el c\xF3digo que hemos enviado por mensaje de texto a", "An account with the given email already exists.": "Ya existe una cuenta con el correo ingresado.", "Confirm a Code": "Confirmar un c\xF3digo", "Confirm Sign In": "Confirmar inicio de sesi\xF3n", "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", "Resend a Code": "Reenviar un c\xF3digo", "Sign Out": "Cerrar sesi\xF3n", "Sign Up with Amazon": "Crear cuenta con Amazon", "Sign Up with Apple": "Crear cuenta con Apple", "Sign Up with Facebook": "Crear cuenta con Facebook", "Sign Up with Google": "Crear cuenta con Google", "Sign Up": "Crear cuenta", "User already exists": "El usuario ya existe", "User does not exist": "El usuario no existe", "Username cannot be empty": "El nombre de usuario no puede estar vac\xEDo", "Your passwords must match": "Las contrase\xF1as deben coincidir" };
145
- const e$a = { "Account recovery requires verified contact information": "La r\xE9cup\xE9ration du compte n\xE9cessite des informations de contact v\xE9rifi\xE9es", "Back to Sign In": "Retour \xE0 la connexion", "Change Password": "Modifier le mot de passe", Changing: "Modification en cours", Code: "Code", "Confirm Password": "Confirmez le mot de passe", "Confirm Sign Up": "Confirmer l'inscription", "Confirm SMS Code": "Confirmer le code SMS", "Confirm TOTP Code": "Confirmer le code TOTP", Confirm: "Confirmer", "Confirmation Code": "Code de confirmation", Confirming: "Confirmation", "Create a new account": "Cr\xE9er un nouveau compte", "Create Account": "Cr\xE9er un compte", "Creating Account": "Cr\xE9ation d'un compte", "Dismiss alert": "Supprimer l'alerte", Email: "Email", "Enter your code": "Saisissez cotre code de confirmation", "Enter your email": "Saisissez votre adresse email", "Enter your phone number": "Saisissez votre num\xE9ro de t\xE9l\xE9phone", "Enter your username": "Saisissez votre nom d'utilisateur", "Forgot your password?": "Mot de passe oubli\xE9 ? ", "Hide password": "Masquer le mot de passe", "It may take a minute to arrive": "Cela peut prendre une minute", Loading: "Chargement en cours", "New password": "Nouveau mot de passe", or: "ou", Password: "Mot de passe", "Phone Number": "Num\xE9ro de t\xE9l\xE9phone", "Resend Code": "Renvoyer le code", "Reset your Password": "R\xE9initialiser votre mot de passe", "Reset your password": "R\xE9initialisez votre mot de passe", "Send code": "Envoyer le code", "Send Code": "M'envoyer un code", Sending: "Envoi en cours", "Setup TOTP": "Configuration de TOTP", "Show password": "Afficher le mot de passe", "Sign in to your account": "Connexion \xE0 votre compte", "Sign In with Amazon": "Se connecter avec Amazon", "Sign In with Apple": "Se connecter avec Apple", "Sign In with Facebook": "Se connecter avec Facebook", "Sign In with Google": "Se connecter avec Google", "Sign in": "Se connecter", "Sign In": "Se connecter", "Signing in": "Connexion en cours", Skip: "Passer", Submit: "Soumettre", Submitting: "Envoi en cours", Username: "Nom d'utilisateur", "Verify Contact": "V\xE9rifier le contact", Verify: "V\xE9rifier", "We Sent A Code": "Nous avons envoy\xE9 un code", "We Texted You": "Nous vous avons envoy\xE9 un SMS", "Your code is on the way. To log in, enter the code we sent you": "Votre code est en cours d'envoi. Pour vous connecter, saisissez le code que nous vous avons envoy\xE9", "An account with the given email already exists.": "Un utilisateur avec cette adresse email existe d\xE9j\xE0.", Change: "Modifier", "Confirm a Code": "Confirmer un code", "Confirm Sign In": "Confirmer la connexion", "Create account": "Cr\xE9er un compte", "Enter your password": "Saisissez votre mot de passe", "Forgot 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 ? ", "Resend a Code": "Renvoyer un code", "Reset password": "R\xE9initialisez votre mot de passe", Send: "Envoyer", "Sign In with AWS": "Se connecter avec AWS", "Sign Out": "D\xE9connexion", "Sign Up": "S'inscrire", SMS: "SMS", "User already exists": "L'utilisateur existe d\xE9j\xE0", "User does not exist": "L'utilisateur n'existe pas", "Username cannot be empty": "Le nom d'utilisateur doit \xEAtre renseign\xE9", "Username/client id combination not found.": "L'utilisateur n'existe pas", "We Emailed You": "Nous vous avons envoy\xE9 un code", "Your code is on the way. To log in, enter the code we emailed to": "Votre code est en route. Pour vous connecter entrez le code re\xE7u sur cette adresse email", "Your code is on the way. To log in, enter the code we texted to": "Votre code est en route. Pour vous connecter entrez le code re\xE7u sur ce num\xE9ro de t\xE9l\xE9phone", "It may take a minute to arrive.": "Cela peut prendre quelques minutes." };
142
+ const e$e = { "Account recovery requires verified contact information": "Zur\xFCcksetzen des Account ben\xF6tigt einen verifizierten Account", "Back to Sign In": "Zur\xFCck zur Anmeldung", "Change Password": "Passwort \xE4ndern", Changing: "\xC4ndern von", Code: "Code", "Confirm Password": "Passwort best\xE4tigen", "Confirm Sign Up": "Registrierung best\xE4tigen", "Confirm SMS Code": "SMS-Code best\xE4tigen", "Confirm TOTP Code": "TOTP-Code best\xE4tigen", Confirm: "Best\xE4tigen", "Confirmation Code": "Best\xE4tigungs-Code", Confirming: "Wird best\xE4tigt", "Create a new account": "Einen neuen Account erstellen", "Create Account": "Account erstellen", "Creating Account": "Account wird erstellt", "Dismiss alert": "Warnung verwerfen", Email: "Email", "Enter your code": "Geben Sie Ihren Code ein", "Enter your email": "Geben Sie Ihre Email ein", "Enter your phone number": "Geben Sie Ihre Telefonnummer ein", "Enter your username": "Geben Sie Ihren Benutzernamen ein", "Forgot your password?": "Passwort vergessen? ", "Hide password": "Passwort verbergen", "It may take a minute to arrive": "Es kann eine Minute dauern, bis er ankommt", Loading: "Wird geladen", "New password": "Neues Passwort", or: "oder", Password: "Passwort", "Phone Number": "Telefonnummer", "Resend Code": "Code erneut senden", "Reset your Password": "Zur\xFCcksetzen des Passwort", "Reset your password": "Zur\xFCcksetzen des passwort", "Send code": "Code senden", "Send Code": "Code senden", Sending: "Wird gesendet", "Setup TOTP": "TOTP einrichten", "Show password": "Passwort anzeigen", "Sign in to your account": "Melden Sie sich mit Ihrem Account an", "Sign In with Amazon": "Mit Amazon anmelden", "Sign In with Apple": "Mit Apple anmelden", "Sign In with Facebook": "Mit Facebook anmelden", "Sign In with Google": "Mit Google anmelden", "Sign in": "Anmelden", "Sign In": "Anmelden", "Signing in": "Wird angemeldet", Skip: "\xDCberspringen", Submit: "Abschicken", Submitting: "Wird gesendet", Username: "Benutzername", "Verify Contact": "Kontakt verifizieren", Verify: "Verifizieren", "We Sent A Code": "Wir haben einen Code gesendet", "We Texted You": "Wir haben Ihnen eine SMS-Textur", "Your code is on the way. To log in, enter the code we sent you": "Ihr Code ist unterwegs. Um sich anzumelden, geben Sie den Code ein, den wir Ihnen gesendet haben", "An account with the given email already exists.": "Ein Account mit dieser Email existiert bereits.", "Confirm a Code": "Code best\xE4tigen", "Confirm Sign In": "Anmeldung best\xE4tigen", "Create account": "Hier registrieren", "Enter your password": "Geben Sie Ihr Passwort ein", "Enter your Password": "Geben Sie Ihre Passwort ein", "Enter your Email": "Geben Sie Ihre E-Mail", "Sign Up with Facebook": "Mit Facebook registrieren", "Sign Up with Google": "Mit Google registrieren", "Forgot 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", "It may take a minute to arrive.": "Es k\xF6nnte eine Minute dauern, bis der Code eintrifft.", "Lost your code? ": "Code verloren? ", "New Password": "Neues Passwort", "No account? ": "Kein Account? ", "Password attempts exceeded": "Die maximale Anzahl der fehlerhaften Anmeldeversuche wurde erreicht", "Reset password": "Passwort zur\xFCcksetzen", "Sign Out": "Abmelden", "Sign Up": "Registrieren", "User already exists": "Dieser Benutzer existiert bereits", "User does not exist": "Dieser Benutzer existiert nicht", "Username cannot be empty": "Benutzername darf nicht leer sein", "We Emailed You": "Email wurde versendet", "Your code is on the way. To log in, enter the code we emailed to": "Ihr Best\xE4tigungscode ist unterwegs. Um sich einzuloggen geben Sie den Code ein, den wir verschickt haben an", "Your code is on the way. To log in, enter the code we texted to": "Ihr Best\xE4tigungscode ist unterwegs. Um sich einzuloggen geben Sie den Code ein, den wir verschickt haben an" };
143
+ const e$d = { "Account recovery requires verified contact information": "Account recovery requires verified contact information", "Add your Profile": "Add your Profile", "Add your Website": "Add your Website", "Back to Sign In": "Back to Sign In", "Change Password": "Change Password", Changing: "Changing", Code: "Code", "Confirm Password": "Confirm 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 a new account": "Create a new account", "Create Account": "Create Account", "Creating Account": "Creating Account", "Dismiss alert": "Dismiss alert", Email: "Email", "Enter your Birthdate": "Enter your Birthdate", "Enter your code": "Enter your code", "Enter your Confirmation Code": "Enter your Confirmation Code", "Enter your email": "Enter your email", "Enter your Family Name": "Enter your Family Name", "Enter your Given Name": "Enter your Given Name", "Enter your Middle Name": "Enter your Middle Name", "Enter your Name": "Enter your Name", "Enter your Nickname": "Enter your Nickname", "Enter your Password": "Enter your Password", "Enter your phone number": "Enter your phone number", "Enter your Preferred Username": "Enter your Preferred Username", "Enter your username": "Enter your username", "Forgot password?": "Forgot password?", "Forgot your password?": "Forgot your password?", "Hide password": "Hide password", "It may take a minute to arrive": "It may take a minute to arrive", Loading: "Loading", "New password": "New password", or: "or", Password: "Password", "Phone Number": "Phone Number", "Please confirm your Password": "Please confirm your Password", "Resend Code": "Resend Code", "Reset your password": "Reset your password", "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 to your account": "Sign in to your account", "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", "Sign In": "Sign In", "Signing in": "Signing in", Skip: "Skip", Submit: "Submit", Submitting: "Submitting", Username: "Username", "Verify Contact": "Verify Contact", Verify: "Verify", "We Emailed You": "We Emailed You", "We Sent A Code": "We Sent A Code", "We Texted You": "We Texted You", "Your code is on the way. To log in, enter the code we emailed to": "Your code is on the way. To log in, enter the code we emailed to", "Your code is on the way. To log in, enter the code we sent you": "Your code is on the way. To log in, enter the code we sent you", "Your code is on the way. To log in, enter the code we texted to": "Your code is on the way. To log in, enter the code we texted to" };
144
+ const e$c = { "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", Changing: "Cambiando", Code: "C\xF3digo", "Confirm Password": "Confirmar contrase\xF1a", "Confirm Sign Up": "Confirmar registro", "Confirm SMS Code": "Confirmar el c\xF3digo de SMS", "Confirm TOTP Code": "Confirmar c\xF3digo TOTP", Confirm: "Confirmar", "Confirmation Code": "C\xF3digo de confirmaci\xF3n", Confirming: "Confirmando", "Create a new account": "Crear una cuenta nueva", "Create Account": "Crear cuenta", "Creating Account": "Creando cuenta", "Dismiss alert": "Descartar alerta", Email: "Email", "Enter your code": "Ingrese el c\xF3digo", "Enter your email": "Escriba su Email", "Enter your phone number": "Ingrese el n\xFAmero de tel\xE9fono", "Enter your username": "Ingrese el nombre de usuario", "Forgot your password?": "\xBFOlvid\xF3 su contrase\xF1a?", "Hide password": "Ocultar contrase\xF1a", "It may take a minute to arrive": "Es posible que tarde un minuto en llegar", Loading: "Cargando", "New password": "Nueva contrase\xF1a", or: "o", Password: "Contrase\xF1a", "Phone Number": "N\xFAmero de tel\xE9fono", "Resend Code": "Reenviar c\xF3digo", "Reset your password": "Restablecer su contrase\xF1a", "Reset your Password": "Restablecer su Contrase\xF1a", "Send code": "Enviar c\xF3digo", "Send Code": "Enviar c\xF3digo", Sending: "Enviando", "Setup TOTP": "Configurar TOTP", "Show password": "Mostrar contrase\xF1a", "Sign in to your account": "Iniciar sesi\xF3n en tu cuenta", "Sign In with Amazon": "Iniciar Sesi\xF3n con Amazon", "Sign In with Apple": "Iniciar Sesi\xF3n con Apple", "Sign In with Facebook": "Iniciar Sesi\xF3n con Facebook", "Sign In with Google": "Iniciar Sesi\xF3n con Google", "Sign in": "Iniciar sesi\xF3n", "Sign In": "Iniciar Sesi\xF3n", "Signing in": "Iniciando sesi\xF3n", Skip: "Omitir", Submit: "Enviar", Submitting: "Enviando", Username: "Nombre de usuario", "Verify Contact": "Verificar contacto", Verify: "Verificar", "We Emailed You": "Le hemos enviado un correo electr\xF3nico", "We Sent A Code": "Hemos enviado un c\xF3digo", "We Texted You": "Le hemos enviado un mensaje de texto", "Your code is on the way. To log in, enter the code we emailed to": "El c\xF3digo est\xE1 en camino. Para iniciar sesi\xF3n, escriba el c\xF3digo que hemos enviado por correo electr\xF3nico a", "Your code is on the way. To log in, enter the code we sent you": "El c\xF3digo est\xE1 en camino. Para iniciar sesi\xF3n, escriba el c\xF3digo que le hemos enviado", "Your code is on the way. To log in, enter the code we texted to": "El c\xF3digo est\xE1 en camino. Para iniciar sesi\xF3n, escriba el c\xF3digo que hemos enviado por mensaje de texto a", "An account with the given email already exists.": "Ya existe una cuenta con el correo ingresado.", "Confirm a Code": "Confirmar un c\xF3digo", "Confirm Sign In": "Confirmar inicio de sesi\xF3n", "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", "Resend a Code": "Reenviar un c\xF3digo", "Sign Out": "Cerrar sesi\xF3n", "Sign Up with Amazon": "Crear cuenta con Amazon", "Sign Up with Apple": "Crear cuenta con Apple", "Sign Up with Facebook": "Crear cuenta con Facebook", "Sign Up with Google": "Crear cuenta con Google", "Sign Up": "Crear cuenta", "User already exists": "El usuario ya existe", "User does not exist": "El usuario no existe", "Username cannot be empty": "El nombre de usuario no puede estar vac\xEDo", "Your passwords must match": "Las contrase\xF1as deben coincidir" };
145
+ const e$b = { "Account recovery requires verified contact information": "La r\xE9cup\xE9ration du compte n\xE9cessite des informations de contact v\xE9rifi\xE9es", "Back to Sign In": "Retour \xE0 la connexion", "Change Password": "Modifier le mot de passe", Changing: "Modification en cours", Code: "Code", "Confirm Password": "Confirmez le mot de passe", "Confirm Sign Up": "Confirmer l'inscription", "Confirm SMS Code": "Confirmer le code SMS", "Confirm TOTP Code": "Confirmer le code TOTP", Confirm: "Confirmer", "Confirmation Code": "Code de confirmation", Confirming: "Confirmation", "Create a new account": "Cr\xE9er un nouveau compte", "Create Account": "Cr\xE9er un compte", "Creating Account": "Cr\xE9ation d'un compte", "Dismiss alert": "Supprimer l'alerte", Email: "Email", "Enter your code": "Saisissez cotre code de confirmation", "Enter your email": "Saisissez votre adresse email", "Enter your phone number": "Saisissez votre num\xE9ro de t\xE9l\xE9phone", "Enter your username": "Saisissez votre nom d'utilisateur", "Forgot your password?": "Mot de passe oubli\xE9 ? ", "Hide password": "Masquer le mot de passe", "It may take a minute to arrive": "Cela peut prendre une minute", Loading: "Chargement en cours", "New password": "Nouveau mot de passe", or: "ou", Password: "Mot de passe", "Phone Number": "Num\xE9ro de t\xE9l\xE9phone", "Resend Code": "Renvoyer le code", "Reset your Password": "R\xE9initialiser votre mot de passe", "Reset your password": "R\xE9initialisez votre mot de passe", "Send code": "Envoyer le code", "Send Code": "M'envoyer un code", Sending: "Envoi en cours", "Setup TOTP": "Configuration de TOTP", "Show password": "Afficher le mot de passe", "Sign in to your account": "Connexion \xE0 votre compte", "Sign In with Amazon": "Se connecter avec Amazon", "Sign In with Apple": "Se connecter avec Apple", "Sign In with Facebook": "Se connecter avec Facebook", "Sign In with Google": "Se connecter avec Google", "Sign in": "Se connecter", "Sign In": "Se connecter", "Signing in": "Connexion en cours", Skip: "Passer", Submit: "Soumettre", Submitting: "Envoi en cours", Username: "Nom d'utilisateur", "Verify Contact": "V\xE9rifier le contact", Verify: "V\xE9rifier", "We Sent A Code": "Nous avons envoy\xE9 un code", "We Texted You": "Nous vous avons envoy\xE9 un SMS", "Your code is on the way. To log in, enter the code we sent you": "Votre code est en cours d'envoi. Pour vous connecter, saisissez le code que nous vous avons envoy\xE9", "An account with the given email already exists.": "Un utilisateur avec cette adresse email existe d\xE9j\xE0.", Change: "Modifier", "Confirm a Code": "Confirmer un code", "Confirm Sign In": "Confirmer la connexion", "Create account": "Cr\xE9er un compte", "Enter your password": "Saisissez votre mot de passe", "Forgot 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 ? ", "Resend a Code": "Renvoyer un code", "Reset password": "R\xE9initialisez votre mot de passe", Send: "Envoyer", "Sign In with AWS": "Se connecter avec AWS", "Sign Out": "D\xE9connexion", "Sign Up": "S'inscrire", SMS: "SMS", "User already exists": "L'utilisateur existe d\xE9j\xE0", "User does not exist": "L'utilisateur n'existe pas", "Username cannot be empty": "Le nom d'utilisateur doit \xEAtre renseign\xE9", "Username/client id combination not found.": "L'utilisateur n'existe pas", "We Emailed You": "Nous vous avons envoy\xE9 un code", "Your code is on the way. To log in, enter the code we emailed to": "Votre code est en route. Pour vous connecter entrez le code re\xE7u sur cette adresse email", "Your code is on the way. To log in, enter the code we texted to": "Votre code est en route. Pour vous connecter entrez le code re\xE7u sur ce num\xE9ro de t\xE9l\xE9phone", "It may take a minute to arrive.": "Cela peut prendre quelques minutes." };
146
146
  const o$7 = { "Account recovery requires verified contact information": "Il ripristino dell'account richiede informazioni di contatto verificate", "Back to Sign In": "Torna alla schermata di accesso", "Change Password": "Cambia la password", Changing: "Modifica in corso", Code: "Codice", "Confirm Password": "Conferma la password", "Confirm Sign Up": "Conferma registrazione", "Confirm SMS Code": "Conferma codice SMS", "Confirm TOTP Code": "Conferma codice TOTP", Confirm: "Conferma", "Confirmation Code": "Codice di verifica", Confirming: "Conferma in corso", "Create a new account": "Crea un nuovo account", "Create Account": "Crea Account", "Creating Account": "Creazione account in corso", "Dismiss alert": "Ignora l'avviso", Email: "Email", "Enter your code": "Inserisci il tuo codice", "Enter your email": "Inserisci la tua e-mail", "Enter your phone number": 'Inserisci il tuo numero di telefono"', "Enter your username": "Inserisci il tuo nome utente", "Forgot your password?": "Password dimenticata?", "Hide password": "Nascondi password", "It may take a minute to arrive": "L'arrivo potrebbe richiedere qualche minuto", Loading: "Caricamento in corso", "New password": "Nuova password", or: "oppure", Password: "Password", "Phone Number": "Numero di telefono", "Resend Code": "Invia nuovamente il codice", "Reset your Password": "Reimposta la tua Password", "Reset your password": "Reimposta la tua password", "Send code": "Invia codice", "Send Code": "Invia codice", Sending: "Invio in corso", "Setup TOTP": "Configura TOTP", "Show password": "Mostra password", "Sign in to your account": "Accedi al tuo account", "Sign In with Amazon": "Accedi con Amazon", "Sign In with Apple": "Accedi con Apple", "Sign In with Facebook": "Accedi con Facebook", "Sign In with Google": "Accedi con Google", "Sign in": "Accedi", "Sign In": "Accedi", "Signing in": "Accesso in corso", Skip: "Salta", Submit: "Invia", Submitting: "Invio in corso", Username: "Nome utente", "Verify Contact": "Verifica contatto", Verify: "Verifica", "We Emailed You": "Ti abbiamo inviato un'e-mail", "We Sent A Code": "Ti abbiamo inviato un codice", "We Texted You": "Ti abbiamo inviato un SMS", "Your code is on the way. To log in, enter the code we emailed to": "Il codice \xE8 in arrivo. Per effettuare l'accesso, immetti il codice che ti abbiamo inviato via e-mail", "Your code is on the way. To log in, enter the code we sent you": "Il codice \xE8 in arrivo. Per accedere, immetti il codice che ti abbiamo inviato", "Your code is on the way. To log in, enter the code we texted to": "Il codice \xE8 in arrivo. Per accedere, immetti il codice che abbiamo inviato tramite SMS", "An account with the given email already exists.": "Questa email \xE8 gi\xE0 utilizzata da un altro account.", "Confirm a Code": "Conferma un codice", "Confirm Sign In": "Conferma l'accesso", "Create account": "Crea account", "Enter your password": "Inserisci la tua password", "Forgot 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": "Formato del numero di telefono non valido", "Lost your code?": "Codice smarrito?", "New Password": "Nuova password", "No account? ": "Non hai un account?", "Password attempts exceeded": "Il numero massimo di tentativi di accesso falliti \xE8 stato raggiunto", "Reset password": "Reimposta password", "Sign Out": "Esci", "Sign Up": "Registrati", "User already exists": "Utente gi\xE0 esistente", "User does not exist": "Utente inesistente", "Username cannot be empty": "Il nome utente non pu\xF2 essere vuoto" };
147
- const e$9 = { "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", "Back to Sign In": "\u30B5\u30A4\u30F3\u30A4\u30F3\u306B\u623B\u308B", "Change Password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5909\u3048\u308B ", Changing: "\u5909\u66F4\u4E2D", Code: "\u30B3\u30FC\u30C9", "Confirm Password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u306E\u78BA\u8A8D", "Confirm Sign Up": "\u767B\u9332\u3059\u308B", "Confirm SMS Code": "SMS \u30B3\u30FC\u30C9\u3092\u78BA\u8A8D", "Confirm TOTP Code": "TOTP \u30B3\u30FC\u30C9\u3092\u78BA\u8A8D", Confirm: "\u78BA\u5B9A", "Confirmation Code": "\u78BA\u8A8D\u30B3\u30FC\u30C9", Confirming: "\u78BA\u8A8D\u4E2D", "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", "Creating Account": "\u30A2\u30AB\u30A6\u30F3\u30C8\u306E\u4F5C\u6210\u4E2D", "Dismiss alert": "\u30A2\u30E9\u30FC\u30C8\u3092\u9589\u3058\u308B", Email: "\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9", "Enter your code": "\u30B3\u30FC\u30C9\u3092\u5165\u529B", "Enter your email": "\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9\u3092\u5165\u529B", "Enter your phone number": "\u96FB\u8A71\u756A\u53F7\u3092\u5165\u529B", "Enter your username": "\u30E6\u30FC\u30B6\u30FC\u540D\u3092\u5165\u529B ", "Forgot your password?": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5FD8\u308C\u307E\u3057\u305F\u304B\uFF1F ", "Hide password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u975E\u8868\u793A", "It may take a minute to arrive": "\u5230\u7740\u3059\u308B\u307E\u3067\u306B 1 \u5206\u304B\u304B\u308B\u3053\u3068\u304C\u3042\u308A\u307E\u3059\u3002", Loading: "\u30ED\u30FC\u30C9\u4E2D", "New password": "\u65B0\u3057\u3044\u30D1\u30B9\u30EF\u30FC\u30C9", or: "\u53C8\u306F", Password: "\u30D1\u30B9\u30EF\u30FC\u30C9 ", "Phone Number": "\u96FB\u8A71\u756A\u53F7", "Resend Code": "\u30B3\u30FC\u30C9\u3092\u518D\u9001\u4FE1", "Reset your 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", "Send Code": "\u30B3\u30FC\u30C9\u3092\u9001\u4FE1", Sending: "\u9001\u4FE1\u4E2D", "Setup TOTP": "TOTP \u3092\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7", "Show password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u8868\u793A", "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 Apple": "Apple \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 In": "\u30B5\u30A4\u30F3\u30A4\u30F3 ", "Sign in": "\u30B5\u30A4\u30F3\u30A4\u30F3", "Signing in": "\u30B5\u30A4\u30F3\u30A4\u30F3\u4E2D", Skip: "\u30B9\u30AD\u30C3\u30D7", Submit: "\u9001\u4FE1", Submitting: "\u9001\u4FE1\u4E2D", Username: "\u30E6\u30FC\u30B6\u30FC\u540D ", "Verify Contact": "\u9023\u7D61\u5148\u3092\u78BA\u8A8D", Verify: "\u78BA\u8A8D", "We Sent A Code": "\u30B3\u30FC\u30C9\u304C\u9001\u4FE1\u3055\u308C\u307E\u3057\u305F", "We Texted You": "\u30C6\u30AD\u30B9\u30C8\u304C\u9001\u4FE1\u3055\u308C\u307E\u3057\u305F", "Your code is on the way. To log in, enter the code we sent you": "\u30B3\u30FC\u30C9\u304C\u9014\u4E2D\u3067\u3059\u3002\u30ED\u30B0\u30A4\u30F3\u3059\u308B\u306B\u306F\u3001\u9001\u4FE1\u3057\u305F\u30B3\u30FC\u30C9\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002", "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", "Confirm a Code": "\u30B3\u30FC\u30C9\u3092\u78BA\u8A8D", "Confirm Sign In": "\u30B5\u30A4\u30F3\u30A4\u30F3\u3059\u308B", "Create account": "\u30A2\u30AB\u30A6\u30F3\u30C8\u3092\u4F5C\u308B ", "Enter your Email": "\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9\u3092\u5165\u529B", "Enter your password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5165\u529B ", "Enter your Password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5165\u529B", "Please confirm your Password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5165\u529B", "Forgot Password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5FD8\u308C\u305F ", "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\n+12345678900 \u306E\u5F62\u5F0F\u3067\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044", "It may take a minute to arrive.": "\u30B3\u30FC\u30C9\u3092\u53D7\u4FE1\u3059\u308B\u307E\u3067\u6570\u5206\u304B\u304B\u308B\u5834\u5408\u304C\u3042\u308A\u307E\u3059\u3002", "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 ", "Password attempts exceeded": "\u30B5\u30A4\u30F3\u30A4\u30F3\u306E\u8A66\u884C\u56DE\u6570\u304C\u4E0A\u9650\u306B\u9054\u3057\u307E\u3057\u305F", "Reset password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u30EA\u30BB\u30C3\u30C8 ", "Reset Password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u30EA\u30BB\u30C3\u30C8", "Sign Out": "\u30B5\u30A4\u30F3\u30A2\u30A6\u30C8 ", "Sign Up": "\u767B\u9332 ", "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 cannot be empty": "\u30E6\u30FC\u30B6\u30FC\u540D\u306F\u5165\u529B\u5FC5\u9808\u3067\u3059", "We Emailed You": "\u30B3\u30FC\u30C9\u3092\u9001\u4FE1\u3057\u307E\u3057\u305F", "Your code is on the way. To log in, enter the code we emailed to": "\u30ED\u30B0\u30A4\u30F3\u3059\u308B\u306B\u306F\u3001\u30E1\u30FC\u30EB\u306B\u8A18\u8F09\u3055\u308C\u305F\u30B3\u30FC\u30C9\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002\u9001\u4FE1\u5148:", "Your code is on the way. To log in, enter the code we texted to": "\u30ED\u30B0\u30A4\u30F3\u3059\u308B\u306B\u306F\u3001\u30C6\u30AD\u30B9\u30C8\u30E1\u30C3\u30BB\u30FC\u30B8\u306B\u8A18\u8F09\u3055\u308C\u305F\u30B3\u30FC\u30C9\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002\u9001\u4FE1\u5148:" };
148
- const e$8 = { "Account recovery requires verified contact information": "\uACC4\uC815 \uBCF5\uAD6C\uB97C \uC704\uD574 \uC5F0\uB77D\uCC98 \uD655\uC778\uC774 \uD544\uC694\uD569\uB2C8\uB2E4", "Back to Sign In": "\uB85C\uADF8\uC778\uC73C\uB85C \uB3CC\uC544\uAC00\uAE30", "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", "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 a new account": "\uD68C\uC6D0\uAC00\uC785", "Create Account": "\uD68C\uC6D0\uAC00\uC785", "Creating Account": "\uD68C\uC6D0\uAC00\uC785\uC911", "Dismiss alert": "\uC54C\uB9BC \uBB34\uC2DC", Email: "\uC774\uBA54\uC77C", "Enter your code": "\uC778\uC99D\uBC88\uD638\uB97C \uC785\uB825\uD574\uC8FC\uC138\uC694", "Enter your email": "\uC774\uBA54\uC77C \uC785\uB825", "Enter your phone number": "\uC804\uD654\uBC88\uD638 \uC785\uB825", "Enter your username": "\uC544\uC774\uB514\uB97C \uC785\uB825\uD574\uC8FC\uC138\uC694", "Hide password": "\uBE44\uBC00\uBC88\uD638 \uC228\uAE30\uAE30", "It may take a minute to arrive": "\uB3C4\uCC29\uD558\uB294 \uB370 1\uBD84 \uC815\uB3C4 \uAC78\uB9B4 \uC218 \uC788\uC2B5\uB2C8\uB2E4", Loading: "\uB85C\uB529\uC911", "New password": "\uC0C8 \uBE44\uBC00\uBC88\uD638", or: "\uB610\uB294", Password: "\uBE44\uBC00\uBC88\uD638", "Phone Number": "\uC804\uD654\uBC88\uD638", "Resend Code": "\uC778\uC99D\uBC88\uD638 \uC7AC\uC804\uC1A1", "Reset your password": "\uBE44\uBC00\uBC88\uD638 \uC7AC\uC124\uC815", "Reset your Password": "\uBE44\uBC00\uBC88\uD638 \uC7AC\uC124\uC815", "Send code": "\uC778\uC99D\uCF54\uB4DC \uBCF4\uB0B4\uAE30", "Send Code": "\uCF54\uB4DC \uC804\uC1A1", Sending: "\uC804\uC1A1\uC911", "Setup TOTP": "TOTP \uC124\uC815\uD558\uAE30", "Show password": "\uBE44\uBC00\uBC88\uD638 \uBCF4\uC774\uAE30", "Sign in to your account": "\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": "\uB85C\uADF8\uC778", "Sign In": "\uB85C\uADF8\uC778", "Signing in": "\uB85C\uADF8\uC778\uC911", Skip: "\uB2E4\uC74C\uC5D0 \uD558\uAE30", Submit: "\uD655\uC778", Submitting: "\uD655\uC778\uC911", Username: "\uC544\uC774\uB514", "Verify Contact": "\uC5F0\uB77D\uCC98 \uD655\uC778", Verify: "\uC778\uC99D", "We Emailed You": "\uC774\uBA54\uC77C\uC744 \uBCF4\uB0C4", "We Sent A Code": "\uCF54\uB4DC\uB97C \uBCF4\uB0C4", "We Texted You": "\uBB38\uC790 \uBA54\uC2DC\uC9C0\uB97C \uBCF4\uB0C4", "Your code is on the way. To log in, enter the code we emailed to": "\uCF54\uB4DC\uAC00 \uC804\uC1A1 \uC911\uC785\uB2C8\uB2E4. \uB85C\uADF8\uC778\uD558\uB824\uBA74 \uC774\uBA54\uC77C\uB85C \uC804\uC1A1\uD55C \uCF54\uB4DC\uB97C \uC785\uB825\uD558\uC138\uC694", "Your code is on the way. To log in, enter the code we sent you": "\uCF54\uB4DC\uAC00 \uC804\uC1A1 \uC911\uC785\uB2C8\uB2E4. \uB85C\uADF8\uC778\uD558\uB824\uBA74 \uC804\uC1A1\uD55C \uCF54\uB4DC\uB97C \uC785\uB825\uD558\uC138\uC694", "Your code is on the way. To log in, enter the code we texted to": "\uCF54\uB4DC\uAC00 \uC804\uC1A1 \uC911\uC785\uB2C8\uB2E4. \uB85C\uADF8\uC778\uD558\uB824\uBA74 \uBB38\uC790 \uBA54\uC2DC\uC9C0\uB85C \uC804\uC1A1\uD55C \uCF54\uB4DC\uB97C \uC785\uB825\uD558\uC138\uC694", Birthdate: "\uC0DD\uB144\uC6D4\uC77C", "Family Name": "\uC131", "Forgot your password?": "\uBE44\uBC00\uBC88\uD638\uB97C \uC78A\uC73C\uC168\uB098\uC694?", "Given Name": "\uC774\uB984", Name: "\uC131\uD568", Nickname: "\uB2C9\uB124\uC784", "Preferred Username": "\uB2C9\uB124\uC784", Profile: "\uD504\uB85C\uD544", "Reset Password": "\uBE44\uBC00\uBC88\uD638 \uC7AC\uC124\uC815", Website: "\uC6F9\uC0AC\uC774\uD2B8" };
147
+ const e$a = { "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", "Back to Sign In": "\u30B5\u30A4\u30F3\u30A4\u30F3\u306B\u623B\u308B", "Change Password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5909\u3048\u308B ", Changing: "\u5909\u66F4\u4E2D", Code: "\u30B3\u30FC\u30C9", "Confirm Password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u306E\u78BA\u8A8D", "Confirm Sign Up": "\u767B\u9332\u3059\u308B", "Confirm SMS Code": "SMS \u30B3\u30FC\u30C9\u3092\u78BA\u8A8D", "Confirm TOTP Code": "TOTP \u30B3\u30FC\u30C9\u3092\u78BA\u8A8D", Confirm: "\u78BA\u5B9A", "Confirmation Code": "\u78BA\u8A8D\u30B3\u30FC\u30C9", Confirming: "\u78BA\u8A8D\u4E2D", "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", "Creating Account": "\u30A2\u30AB\u30A6\u30F3\u30C8\u306E\u4F5C\u6210\u4E2D", "Dismiss alert": "\u30A2\u30E9\u30FC\u30C8\u3092\u9589\u3058\u308B", Email: "\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9", "Enter your code": "\u30B3\u30FC\u30C9\u3092\u5165\u529B", "Enter your email": "\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9\u3092\u5165\u529B", "Enter your phone number": "\u96FB\u8A71\u756A\u53F7\u3092\u5165\u529B", "Enter your username": "\u30E6\u30FC\u30B6\u30FC\u540D\u3092\u5165\u529B ", "Forgot your password?": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5FD8\u308C\u307E\u3057\u305F\u304B\uFF1F ", "Hide password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u975E\u8868\u793A", "It may take a minute to arrive": "\u5230\u7740\u3059\u308B\u307E\u3067\u306B 1 \u5206\u304B\u304B\u308B\u3053\u3068\u304C\u3042\u308A\u307E\u3059\u3002", Loading: "\u30ED\u30FC\u30C9\u4E2D", "New password": "\u65B0\u3057\u3044\u30D1\u30B9\u30EF\u30FC\u30C9", or: "\u53C8\u306F", Password: "\u30D1\u30B9\u30EF\u30FC\u30C9 ", "Phone Number": "\u96FB\u8A71\u756A\u53F7", "Resend Code": "\u30B3\u30FC\u30C9\u3092\u518D\u9001\u4FE1", "Reset your 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", "Send Code": "\u30B3\u30FC\u30C9\u3092\u9001\u4FE1", Sending: "\u9001\u4FE1\u4E2D", "Setup TOTP": "TOTP \u3092\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7", "Show password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u8868\u793A", "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 Apple": "Apple \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 In": "\u30B5\u30A4\u30F3\u30A4\u30F3 ", "Sign in": "\u30B5\u30A4\u30F3\u30A4\u30F3", "Signing in": "\u30B5\u30A4\u30F3\u30A4\u30F3\u4E2D", Skip: "\u30B9\u30AD\u30C3\u30D7", Submit: "\u9001\u4FE1", Submitting: "\u9001\u4FE1\u4E2D", Username: "\u30E6\u30FC\u30B6\u30FC\u540D ", "Verify Contact": "\u9023\u7D61\u5148\u3092\u78BA\u8A8D", Verify: "\u78BA\u8A8D", "We Sent A Code": "\u30B3\u30FC\u30C9\u304C\u9001\u4FE1\u3055\u308C\u307E\u3057\u305F", "We Texted You": "\u30C6\u30AD\u30B9\u30C8\u304C\u9001\u4FE1\u3055\u308C\u307E\u3057\u305F", "Your code is on the way. To log in, enter the code we sent you": "\u30B3\u30FC\u30C9\u304C\u9014\u4E2D\u3067\u3059\u3002\u30ED\u30B0\u30A4\u30F3\u3059\u308B\u306B\u306F\u3001\u9001\u4FE1\u3057\u305F\u30B3\u30FC\u30C9\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002", "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", "Confirm a Code": "\u30B3\u30FC\u30C9\u3092\u78BA\u8A8D", "Confirm Sign In": "\u30B5\u30A4\u30F3\u30A4\u30F3\u3059\u308B", "Create account": "\u30A2\u30AB\u30A6\u30F3\u30C8\u3092\u4F5C\u308B ", "Enter your Email": "\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9\u3092\u5165\u529B", "Enter your password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5165\u529B ", "Enter your Password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5165\u529B", "Please confirm your Password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5165\u529B", "Forgot Password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5FD8\u308C\u305F ", "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\n+12345678900 \u306E\u5F62\u5F0F\u3067\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044", "It may take a minute to arrive.": "\u30B3\u30FC\u30C9\u3092\u53D7\u4FE1\u3059\u308B\u307E\u3067\u6570\u5206\u304B\u304B\u308B\u5834\u5408\u304C\u3042\u308A\u307E\u3059\u3002", "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 ", "Password attempts exceeded": "\u30B5\u30A4\u30F3\u30A4\u30F3\u306E\u8A66\u884C\u56DE\u6570\u304C\u4E0A\u9650\u306B\u9054\u3057\u307E\u3057\u305F", "Reset password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u30EA\u30BB\u30C3\u30C8 ", "Reset Password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u30EA\u30BB\u30C3\u30C8", "Sign Out": "\u30B5\u30A4\u30F3\u30A2\u30A6\u30C8 ", "Sign Up": "\u767B\u9332 ", "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 cannot be empty": "\u30E6\u30FC\u30B6\u30FC\u540D\u306F\u5165\u529B\u5FC5\u9808\u3067\u3059", "We Emailed You": "\u30B3\u30FC\u30C9\u3092\u9001\u4FE1\u3057\u307E\u3057\u305F", "Your code is on the way. To log in, enter the code we emailed to": "\u30ED\u30B0\u30A4\u30F3\u3059\u308B\u306B\u306F\u3001\u30E1\u30FC\u30EB\u306B\u8A18\u8F09\u3055\u308C\u305F\u30B3\u30FC\u30C9\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002\u9001\u4FE1\u5148:", "Your code is on the way. To log in, enter the code we texted to": "\u30ED\u30B0\u30A4\u30F3\u3059\u308B\u306B\u306F\u3001\u30C6\u30AD\u30B9\u30C8\u30E1\u30C3\u30BB\u30FC\u30B8\u306B\u8A18\u8F09\u3055\u308C\u305F\u30B3\u30FC\u30C9\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002\u9001\u4FE1\u5148:" };
148
+ const e$9 = { "Account recovery requires verified contact information": "\uACC4\uC815 \uBCF5\uAD6C\uB97C \uC704\uD574 \uC5F0\uB77D\uCC98 \uD655\uC778\uC774 \uD544\uC694\uD569\uB2C8\uB2E4", "Back to Sign In": "\uB85C\uADF8\uC778\uC73C\uB85C \uB3CC\uC544\uAC00\uAE30", "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", "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 a new account": "\uD68C\uC6D0\uAC00\uC785", "Create Account": "\uD68C\uC6D0\uAC00\uC785", "Creating Account": "\uD68C\uC6D0\uAC00\uC785\uC911", "Dismiss alert": "\uC54C\uB9BC \uBB34\uC2DC", Email: "\uC774\uBA54\uC77C", "Enter your code": "\uC778\uC99D\uBC88\uD638\uB97C \uC785\uB825\uD574\uC8FC\uC138\uC694", "Enter your email": "\uC774\uBA54\uC77C \uC785\uB825", "Enter your phone number": "\uC804\uD654\uBC88\uD638 \uC785\uB825", "Enter your username": "\uC544\uC774\uB514\uB97C \uC785\uB825\uD574\uC8FC\uC138\uC694", "Hide password": "\uBE44\uBC00\uBC88\uD638 \uC228\uAE30\uAE30", "It may take a minute to arrive": "\uB3C4\uCC29\uD558\uB294 \uB370 1\uBD84 \uC815\uB3C4 \uAC78\uB9B4 \uC218 \uC788\uC2B5\uB2C8\uB2E4", Loading: "\uB85C\uB529\uC911", "New password": "\uC0C8 \uBE44\uBC00\uBC88\uD638", or: "\uB610\uB294", Password: "\uBE44\uBC00\uBC88\uD638", "Phone Number": "\uC804\uD654\uBC88\uD638", "Resend Code": "\uC778\uC99D\uBC88\uD638 \uC7AC\uC804\uC1A1", "Reset your password": "\uBE44\uBC00\uBC88\uD638 \uC7AC\uC124\uC815", "Reset your Password": "\uBE44\uBC00\uBC88\uD638 \uC7AC\uC124\uC815", "Send code": "\uC778\uC99D\uCF54\uB4DC \uBCF4\uB0B4\uAE30", "Send Code": "\uCF54\uB4DC \uC804\uC1A1", Sending: "\uC804\uC1A1\uC911", "Setup TOTP": "TOTP \uC124\uC815\uD558\uAE30", "Show password": "\uBE44\uBC00\uBC88\uD638 \uBCF4\uC774\uAE30", "Sign in to your account": "\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": "\uB85C\uADF8\uC778", "Sign In": "\uB85C\uADF8\uC778", "Signing in": "\uB85C\uADF8\uC778\uC911", Skip: "\uB2E4\uC74C\uC5D0 \uD558\uAE30", Submit: "\uD655\uC778", Submitting: "\uD655\uC778\uC911", Username: "\uC544\uC774\uB514", "Verify Contact": "\uC5F0\uB77D\uCC98 \uD655\uC778", Verify: "\uC778\uC99D", "We Emailed You": "\uC774\uBA54\uC77C\uC744 \uBCF4\uB0C4", "We Sent A Code": "\uCF54\uB4DC\uB97C \uBCF4\uB0C4", "We Texted You": "\uBB38\uC790 \uBA54\uC2DC\uC9C0\uB97C \uBCF4\uB0C4", "Your code is on the way. To log in, enter the code we emailed to": "\uCF54\uB4DC\uAC00 \uC804\uC1A1 \uC911\uC785\uB2C8\uB2E4. \uB85C\uADF8\uC778\uD558\uB824\uBA74 \uC774\uBA54\uC77C\uB85C \uC804\uC1A1\uD55C \uCF54\uB4DC\uB97C \uC785\uB825\uD558\uC138\uC694", "Your code is on the way. To log in, enter the code we sent you": "\uCF54\uB4DC\uAC00 \uC804\uC1A1 \uC911\uC785\uB2C8\uB2E4. \uB85C\uADF8\uC778\uD558\uB824\uBA74 \uC804\uC1A1\uD55C \uCF54\uB4DC\uB97C \uC785\uB825\uD558\uC138\uC694", "Your code is on the way. To log in, enter the code we texted to": "\uCF54\uB4DC\uAC00 \uC804\uC1A1 \uC911\uC785\uB2C8\uB2E4. \uB85C\uADF8\uC778\uD558\uB824\uBA74 \uBB38\uC790 \uBA54\uC2DC\uC9C0\uB85C \uC804\uC1A1\uD55C \uCF54\uB4DC\uB97C \uC785\uB825\uD558\uC138\uC694", Birthdate: "\uC0DD\uB144\uC6D4\uC77C", "Family Name": "\uC131", "Forgot your password?": "\uBE44\uBC00\uBC88\uD638\uB97C \uC78A\uC73C\uC168\uB098\uC694?", "Given Name": "\uC774\uB984", Name: "\uC131\uD568", Nickname: "\uB2C9\uB124\uC784", "Preferred Username": "\uB2C9\uB124\uC784", Profile: "\uD504\uB85C\uD544", "Reset Password": "\uBE44\uBC00\uBC88\uD638 \uC7AC\uC124\uC815", Website: "\uC6F9\uC0AC\uC774\uD2B8" };
149
+ const e$8 = { "Account recovery requires verified contact information": "Gjenoppretting av konto krever verifisert kontaktinformajson", "Add your Profile": "Legg til profilen din", "Add your Website": "Legg til nettsiden din", "Back to Sign In": "Tilbake til innlogging", "Change Password": "Bytt passord", Changing: "Endre", Code: "Kode", "Confirm Password": "Bekreft passordet", "Confirm Sign Up": "Bekreft registrering", "Confirm SMS Code": "Bekreft SMS-kode", "Confirm TOTP Code": "Bekreft TOTP-kode", Confirm: "Bekreft", "Confirmation Code": "Bekreftelseskode", Confirming: "Bekrefter", "Create a new account": "Opprett en ny konto", "Create Account": "Opprett konto", "Creating Account": "Oppretter konto", "Dismiss alert": "Avvis varsel", Email: "E-post", "Enter your Birthdate": "Skriv inn f\xF8dselsdatoen din", "Enter your code": "Skriv inn koden din", "Enter your Confirmation Code": "Skriv inn bekreftelseskoden din", "Enter your email": "Skriv inn e-postadressen din", "Enter your Email": "Skriv inn e-postadressen din", "Enter your Family Name": "Skriv inn etternavnet ditt", "Enter your Given Name": "Skriv inn fornavnet ditt", "Enter your Middle Name": "Skriv inn mellomnavnet ditt", "Enter your Name": "Skriv inn navnet ditt", "Enter your Nickname": "Skriv inn kallenavnet ditt", "Enter your Password": "Skriv inn passordet ditt", "Enter your phone number": "Skriv inn telefonnummeret ditt", "Enter your Preferred Username": "Skriv inn det foretrukne brukernavnet ditt", "Enter your username": "Skriv inn brukernavnet ditt", "Forgot password?": "Glemt passord?", "Forgot your password?": "Glemt passordet ditt?", "Hide password": "Skjul passordet", "It may take a minute to arrive": "Det kan ta et minutt for \xE5 komme frem", Loading: "Laster inn", "New password": "Nytt passord", or: "eller", Password: "Passord", "Phone Number": "Telefonnummer", "Please confirm your Password": "Vennligst bekreft passordet ditt", "Resend Code": "Send koden p\xE5 nytt", "Reset your password": "Nullstill passordet ditt", "Reset your Password": "Nullstill passordet ditt", "Send code": "Send kode", "Send Code": "Send kode", Sending: "Sender", "Setup TOTP": "Konfigurer TOTP", "Show password": "Vis passordet", "Sign in to your account": "Logg inn p\xE5 kontoen din", "Sign In with Amazon": "Logg inn med Amazon", "Sign In with Apple": "Logg inn med Apple", "Sign In with Facebook": "Logg inn med Facebook", "Sign In with Google": "Logg inn med Google", "Sign in": "Logg inn", "Sign In": "Logg inn", "Signing in": "Logger inn", Skip: "Hopp over", Submit: "Send inn", Submitting: "Sender inn", Username: "Brukernavn", "Verify Contact": "Bekreft kontakt", Verify: "Bekreft", "We Emailed You": "Vi sendte deg en e-post", "We Sent A Code": "Vi sendte en kode", "We Texted You": "Vi sendte deg en tekstmelding", "Your code is on the way. To log in, enter the code we emailed to": "Koden din er p\xE5 vei. For \xE5 logge inn, skriv inn koden vi sendte e-post til", "Your code is on the way. To log in, enter the code we sent you": "Koden din er p\xE5 vei. For \xE5 logge inn, skriv inn koden vi sendte deg", "Your code is on the way. To log in, enter the code we texted to": "Koden din er p\xE5 vei. For \xE5 logge inn, skriv inn koden vi sendte tekstmelding til", "An account with the given email already exists.": "Det finnes allerede en konto med denne e-postadressen", "Confirm a Code": "Bekreft koden", "Confirm Sign In": "Bekreft innlogging", "Create account": "Opprett konto", "Enter your password": "Skriv inn passordet ditt", "Forgot Password": "Glemt passordet", "Have an account? ": "Har en konto allerede? ", "Incorrect username or password": "Feil brukernavn eller passord", "Invalid password format": "Ugyldig passordformat", "Invalid phone number format": "Ugyldig telefonnummerformat", "Lost your code? ": "Mistet koden? ", "New Password": "Nytt passord", "No account? ": "Ingen konto? ", "Password attempts exceeded": "For mange mislykkede passordfors\xF8k", "Reset password": "Nullstill passord", "Sign Out": "Logg ut", "Sign Up": "Registrering", "User already exists": "Brukeren finnes allerede", "User does not exist": "Brukeren finnes ikke", "Username cannot be empty": "Brukernavnet kan ikke v\xE6re tomt" };
149
150
  const e$7 = { "Account recovery requires verified contact information": "Accountherstel vereist geverifieerde contactgegevens", "Back to Sign In": "Terug naar inloggen", "Change Password": "Wachtwoord wijzigen", Changing: "Wordt aangepast", Code: "Code", "Confirm Password": "Bevestig Wachtwoord", "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 a new account": "Nieuw account aanmaken", "Create Account": "Account aanmaken", "Creating Account": "Account wordt aangemaakt", "Dismiss alert": "Waarschuwing sluiten", Email: "E-mail", "Enter your code": "Vul je code in", "Enter your email": "Vul je e-mail in", "Enter your Password": "Vul je wachtwoord in", "Enter your phone number": "Vul je telefoonnummer in", "Enter your username": "Vul je gebruikersnaam in", "Enter your Username": "Vul je gebruikersnaam in", "Forgot your password?": "Wachtwoord vergeten? ", "Hide password": "Verberg wachtwoord", "It may take a minute to arrive": "Het kan even duren voordat deze aankomt", Loading: "Laden", "New password": "Nieuw wachtwoord", "New Password": "Nieuw Wachtwoord", or: "of", Password: "Wachtwoord", "Phone Number": "Telefoonnummer", "Please confirm your Password": "Bevestig je wachtwoord", "Resend Code": "Verstuur code nogmaals", "Reset Password": "Wachtwoord resetten", "Reset your password": "Reset je wachtwoord", "Reset your Password": "Wachtwoord resetten", "Send code": "Verstuur code", "Send Code": "Verstuur Code", Sending: "Versturen", "Setup TOTP": "TOTP Instellingen", "Show password": "Toon wachtwoord", "Sign in to your account": "Inloggen op je account", "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": "Inloggen", "Sign In": "Inloggen", "Signing in": "Inloggen", Skip: "Overslaan", Submit: "Versturen", Submitting: "Wordt verstuurd", Username: "Gebruikersnaam", "Verify Contact": "Verifieer Contact", Verify: "Verifieer", "We Emailed You": "We hebben u een e-mail gestuurd", "We Sent A Code": "We hebben een code gestuurd", "We Texted You": "We hebben u een sms gestuurd", "Your code is on the way. To log in, enter the code we emailed to": "Uw code is onderweg. Om in te loggen, voer de code in die we gemaild hebben naar", "Your code is on the way. To log in, enter the code we sent you": "Uw code is onderweg. Om in te loggen, voer de code in die we u hebben gestuurd", "Your code is on the way. To log in, enter the code we texted to": "Uw code is onderweg. Om in te loggen, voer de code in die we hebben gestuurd naar", "Your passwords must match": "Je wachtwoorden moeten overeenkomen" };
150
151
  const o$6 = { "Account recovery requires verified contact information": "Odzyskanie konta wymaga zweryfikowanych danych kontaktowych", "Back to Sign In": "Powr\xF3t do logowania", "Change Password": "Zmie\u0144 has\u0142o", Changing: "Zmienianie", Code: "Kod", "Confirm Password": "Potwierd\u017A 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 a new account": "Utw\xF3rz nowe konto", "Create Account": "Utw\xF3rz konto", "Creating Account": "Tworzenie konta", "Dismiss alert": "Odrzu\u0107 alert", Email: "E-mail", "Enter your code": "Wprowad\u017A sw\xF3j kod", "Enter your email": "Wpisz sw\xF3j adres e-mail", "Enter your phone number": "Wpisz sw\xF3j numer telefonu", "Enter your username": "Wprowad\u017A swoj\u0105 nazw\u0119 u\u017Cytkownika", "Forgot your password?": "Zapomnia\u0142e\u015B has\u0142a? ", "Hide password": "Ukryj has\u0142o", "It may take a minute to arrive": "Mo\u017Ce to chwil\u0119 potrwa\u0107", Loading: "\u0141adowanie", "New password": "Nowe has\u0142o", or: "albo", Password: "Has\u0142o", "Phone Number": "Numer telefonu", "Resend Code": "Wy\u015Blij kod ponownie", "Reset your password": "Zresetuj swoje has\u0142o", "Reset your Password": "Zresetuj swoje has\u0142o", "Send code": "Wy\u015Blij kod", "Send Code": "Zresetuj has\u0142o", Sending: "Wysy\u0142anie", "Setup TOTP": "Konfiguruj TOTP", "Show password": "Poka\u017C has\u0142o", "Sign in to your account": "Zaloguj si\u0119 na swoje konto", "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": "Logowanie", "Sign in": "Zaloguj", "Signing in": "Logowanie", Skip: "Pomi\u0144", Submit: "Wy\u015Blij", Submitting: "Wysy\u0142anie", Username: "Nazwa u\u017Cytkownika", "Verify Contact": "Weryfikacja danych kontaktowych", Verify: "Zweryfikuj", Birthdate: "Data urodzenia", "Family Name": "Nazwisko", "Given Name": "Pierwsze imi\u0119", "Middle Name": "Drugie imi\u0119", Name: "Imi\u0119 i nazwisko", Nickname: "Pseudonim", "Preferred Username": "Preferowana nazwa u\u017Cytkownika", Profile: "Profil", Website: "Strona internetowa", "We Emailed You": "Wys\u0142ali\u015Bmy Ci wiadomo\u015B\u0107 e-mail", "We Sent A Code": "Wys\u0142ali\u015Bmy kod", "We Texted You": "Wys\u0142ali\u015Bmy Ci wiadomo\u015B\u0107 SMS", "Your code is on the way. To log in, enter the code we emailed to": "Tw\xF3j kod zosta\u0142 wys\u0142any. Aby si\u0119 zalogowa\u0107, wprowad\u017A kod wys\u0142any na adres e-mail", "Your code is on the way. To log in, enter the code we sent you": "Tw\xF3j kod zosta\u0142 wys\u0142any. Aby si\u0119 zalogowa\u0107, wprowad\u017A wys\u0142any do Ciebie kod", "Your code is on the way. To log in, enter the code we texted to": "Tw\xF3j kod zosta\u0142 wys\u0142any. Aby si\u0119 zalogowa\u0107, wprowad\u017A kod wys\u0142any do Ciebie w wiadomo\u015Bci SMS pod numer" };
151
152
  const o$5 = { "Account recovery requires verified contact information": "A recupera\xE7\xE3o da conta requer informa\xE7\xF5es de contato verificadas", "Back to Sign In": "Voltar para Entrar", "Change Password": "Mudar senha", Changing: "Mudando", Code: "C\xF3digo", "Confirm Password": "Confirme a 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 a new account": "Criar uma nova conta", "Create Account": "Criar Conta", "Creating Account": "Criando conta", "Dismiss alert": "Descartar alerta", Email: "O email", "Enter your code": "Insira seu c\xF3digo", "Enter your email": "Digite seu e-mail", "Enter your phone number": "Digite seu n\xFAmero de telefone", "Enter your username": "entre com seu nome de usu\xE1rio", "Forgot your password?": "Esqueceu sua senha? ", "Hide password": "Esconder a senha", "It may take a minute to arrive": "Pode levar um minuto para chegar", Loading: "Carregando", "New password": "Nova Senha", or: "ou", Password: "Senha", "Phone Number": "N\xFAmero de telefone", "Resend Code": "Reenviar c\xF3digo", "Reset your password": "Redefina sua senha", "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 to your account": "Fa\xE7a login em sua conta", "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": "Entrar", "Sign In": "Entrar", "Signing in": "Entrando", Skip: "Pular", Submit: "Enviar", Submitting: "Enviando", Username: "Nome do usu\xE1rio", "Verify Contact": "Verificar contato", Verify: "Verificar", "We Emailed You": "Enviamos um e-mail para voc\xEA", "We Sent A Code": "Enviamos um c\xF3digo", "We Texted You": "Enviamos um SMS para voc\xEA", "Your code is on the way. To log in, enter the code we emailed to": "Seu c\xF3digo est\xE1 a caminho. Para fazer login, insira o c\xF3digo para o qual enviamos um e-mail", "Your code is on the way. To log in, enter the code we sent you": "Seu c\xF3digo est\xE1 a caminho. Para fazer login, insira o c\xF3digo que enviamos para voc\xEA", "Your code is on the way. To log in, enter the code we texted to": "Seu c\xF3digo est\xE1 a caminho. Para fazer login, insira o c\xF3digo para o qual enviamos uma mensagem de texto" };
@@ -157,12 +158,12 @@ const e$3 = { "Account recovery requires verified contact information": "\u0412\
157
158
  const n$4 = { "Account recovery requires verified contact information": "\u05E9\u05D7\u05D6\u05D5\u05E8 \u05DC\u05E7\u05D5\u05D7 \u05D3\u05D5\u05E8\u05E9 \u05E2\u05D5\u05D3 \u05DE\u05D9\u05D3\u05E2", "Back to Sign In": "\u05D7\u05D6\u05D5\u05E8 \u05DC\u05D4\u05E8\u05E9\u05DE\u05D4", "Change Password": "\u05E2\u05D3\u05DB\u05D5\u05DF \u05E1\u05D9\u05E1\u05DE\u05D0", Changing: "\u05DE\u05E2\u05D3\u05DB\u05DF", Code: "\u05E7\u05D5\u05D3", "Confirm Password": "\u05D0\u05E9\u05E8 \u05E1\u05D9\u05E1\u05DE\u05D0", "Confirm Sign Up": "\u05D0\u05E9\u05E8 \u05D4\u05E8\u05E9\u05DE\u05D4", "Confirm SMS Code": "\u05D0\u05E9\u05E8 sms \u05E7\u05D5\u05D3", "Confirm TOTP Code": "\u05D0\u05E9\u05E8 totp \u05E7\u05D5\u05D3", Confirm: "\u05D0\u05D9\u05E9\u05D5\u05E8", "Confirmation Code": "\u05D0\u05D9\u05E9\u05D5\u05E8 \u05E7\u05D5\u05D3", Confirming: "\u05DE\u05D0\u05E9\u05E8", "Create a new account": "\u05E6\u05D5\u05E8 \u05DE\u05E9\u05EA\u05DE\u05E9 \u05D7\u05D3\u05E9", "Create Account": "\u05E6\u05D5\u05E8 \u05DE\u05E9\u05EA\u05DE\u05E9", "Creating Account": "\u05D9\u05E6\u05D9\u05E8\u05EA \u05DE\u05E9\u05EA\u05DE\u05E9", "Dismiss alert": "\u05D4\u05E1\u05E8 \u05D4\u05EA\u05E8\u05D0\u05D4", Email: "\u05D0\u05D9\u05DE\u05D9\u05D9\u05DC", "Enter your code": "\u05D4\u05DB\u05E0\u05E1 \u05D0\u05EA \u05D4\u05E7\u05D5\u05D3", "Enter your email": "\u05D4\u05DB\u05E0\u05E1 \u05D0\u05EA \u05D4\u05DE\u05D9\u05D9\u05DC \u05E9\u05DC\u05DA", "Enter your phone number": "\u05D4\u05DB\u05E0\u05E1 \u05D0\u05EA \u05DE\u05E1\u05E4\u05E8 \u05D4\u05D8\u05DC\u05E4\u05D5\u05DF \u05E9\u05DC\u05DA", "Enter your username": "\u05D4\u05DB\u05E0\u05E1 \u05D0\u05EA \u05E9\u05DD \u05D4\u05DE\u05EA\u05DE\u05E9 \u05E9\u05DC\u05DA", "Forgot your password?": "\u05E9\u05D7\u05DB\u05EA \u05E1\u05D9\u05E1\u05DE\u05D0 ?", "Hide password": "\u05D4\u05E1\u05EA\u05E8 \u05E1\u05D9\u05E1\u05DE\u05D0", Loading: "\u05D8\u05D5\u05E2\u05DF", "New password": "\u05E1\u05D9\u05E1\u05DE\u05D0 \u05D7\u05D3\u05E9\u05D4", or: "\u05D0\u05D5\u05B9", Password: "\u05E1\u05D9\u05E1\u05DE\u05D0", "Phone Number": "\u05DE\u05E1\u05E4\u05E8 \u05D8\u05DC\u05E4\u05D5\u05DF", "Resend Code": "\u05E9\u05DC\u05D7 \u05E7\u05D5\u05D3 \u05E9\u05D5\u05D1", "Reset your password": "\u05D0\u05E4\u05E1 \u05E1\u05D9\u05E1\u05DE\u05D0", "Reset your Password": "\u05D0\u05E4\u05E1 \u05E1\u05D9\u05E1\u05DE\u05D0", "Send code": "\u05E9\u05DC\u05D7 \u05E7\u05D5\u05D3", "Send Code": "\u05E9\u05DC\u05D7 \u05E7\u05D5\u05D3", Sending: "\u05E9\u05D5\u05DC\u05D7", "Setup TOTP": "Setup TOTP", "Show password": "\u05D4\u05E6\u05D2 \u05E1\u05D9\u05E1\u05DE\u05D0", "Sign in to your account": "\u05D4\u05EA\u05D7\u05D1\u05E8 \u05DC\u05D7\u05E9\u05D1\u05D5\u05DF \u05E9\u05DC\u05DA", "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": "\u05D4\u05EA\u05D7\u05D1\u05E8", "Sign In": "\u05D4\u05EA\u05D7\u05D1\u05E8", "Signing in": "\u05DE\u05EA\u05D7\u05D1\u05E8", Skip: "\u05D3\u05DC\u05D2", Submit: "\u05E9\u05DC\u05D7", Submitting: "\u05E9\u05D5\u05DC\u05D7", Username: "\u05E9\u05DD \u05DE\u05E9\u05EA\u05DE\u05E9", "Verify Contact": "\u05D0\u05DE\u05EA \u05D0\u05D9\u05E9 \u05E7\u05E9\u05E8", Verify: "\u05D0\u05DE\u05EA" };
158
159
  const e$2 = { "Account recovery requires verified contact information": "\u0412\u0456\u0434\u043D\u043E\u0432\u043B\u0435\u043D\u043D\u044F \u043E\u0431\u043B\u0456\u043A\u043E\u0432\u043E\u0433\u043E \u0437\u0430\u043F\u0438\u0441\u0443 \u043F\u043E\u0442\u0440\u0435\u0431\u0443\u0454 \u043A\u043E\u043D\u0442\u0430\u043A\u0442\u043D\u043E\u0457 \u0456\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0456\u0457", "Back to Sign In": "\u041D\u0430\u0437\u0430\u0434 \u043D\u0430 \u0441\u0442\u043E\u0440\u0456\u043D\u043A\u0443 \u0432\u0445\u043E\u0434\u0443", "Change Password": "\u0417\u043C\u0456\u043D\u0438\u0442\u0438 \u043F\u0430\u0440\u043E\u043B\u044C", Changing: "\u0417\u043C\u0456\u043D\u044E\u0454\u043C\u043E", Code: "\u041A\u043E\u0434", "Confirm Password": "\u041F\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0456\u0442\u044C \u043F\u0430\u0440\u043E\u043B\u044C", "Confirm Sign Up": "\u041F\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0456\u0442\u044C \u0440\u0435\u0454\u0441\u0442\u0440\u0430\u0446\u0456\u044E", "Confirm SMS Code": "\u041F\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0456\u0442\u044C SMS \u043A\u043E\u0434", "Confirm TOTP Code": "\u041F\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0456\u0442\u044C TOTP \u043A\u043E\u0434", Confirm: "\u041F\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0438", "Confirmation Code": "\u041A\u043E\u0434 \u043F\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0436\u0435\u043D\u043D\u044F", Confirming: "\u041F\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0436\u0443\u0454\u043C\u043E", "Create a new account": "\u0417\u0430\u0440\u0435\u0454\u0441\u0442\u0440\u0443\u0432\u0430\u0442\u0438\u0441\u044F", "Create Account": "\u0417\u0430\u0440\u0435\u0454\u0441\u0442\u0440\u0443\u0432\u0430\u0442\u0438\u0441\u044F", "Creating Account": "\u0420\u0435\u0454\u0441\u0442\u0440\u0443\u0454\u043C\u043E", "Dismiss alert": "\u0412\u0456\u0434\u0445\u0438\u043B\u0438\u0442\u0438 \u0441\u043F\u043E\u0432\u0456\u0449\u0435\u043D\u043D\u044F", Email: "Email", "Enter your code": "\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u043A\u043E\u0434", "Enter your email": "\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u0432\u0430\u0448 email", "Enter your phone number": "\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u0432\u0430\u0448 \u043D\u043E\u043C\u0435\u0440 \u0442\u0435\u043B\u0435\u0444\u043E\u043D\u0443", "Enter your username": "\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u0432\u0430\u0448\u0435 \u0456\u043C\u02BC\u044F \u043A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430", "Forgot password?": "\u0417\u0430\u0431\u0443\u043B\u0438 \u043F\u0430\u0440\u043E\u043B\u044C?", "Forgot your password?": "\u0417\u0430\u0431\u0443\u043B\u0438 \u0432\u0430\u0448 \u043F\u0430\u0440\u043E\u043B\u044C?", "Hide password": "\u0421\u0445\u043E\u0432\u0430\u0442\u0438 \u043F\u0430\u0440\u043E\u043B\u044C", "It may take a minute to arrive": "\u0414\u043E\u0441\u0442\u0430\u0432\u043A\u0430 \u043C\u043E\u0436\u0435 \u0442\u0440\u0438\u0432\u0430\u0442\u0438 \u0445\u0432\u0438\u043B\u0438\u043D\u0443", Loading: "\u0417\u0430\u0433\u0440\u0443\u0436\u0430\u0454\u043C\u043E", "New password": "\u041D\u043E\u0432\u0438\u0439 \u043F\u0430\u0440\u043E\u043B\u044C", or: "\u0430\u0431\u043E", Password: "\u041F\u0430\u0440\u043E\u043B\u044C", "Phone Number": "\u041D\u043E\u043C\u0435\u0440 \u0422\u0435\u043B\u0435\u0444\u043E\u043D\u0443", "Resend Code": "\u0412\u0456\u0434\u043F\u0440\u0430\u0432\u0438\u0442\u0438 \u043A\u043E\u0434 \u043F\u043E\u0432\u0442\u043E\u0440\u043D\u043E", "Reset your password": "\u0421\u043A\u0438\u043D\u0443\u0442\u0438 \u043F\u0430\u0440\u043E\u043B\u044C", "Reset your Password": "\u0421\u043A\u0438\u043D\u0443\u0442\u0438 \u043F\u0430\u0440\u043E\u043B\u044C", "Send code": "\u0412\u0456\u0434\u043F\u0440\u0430\u0432\u0438\u0442\u0438 \u043A\u043E\u0434", "Send Code": "\u0412\u0456\u0434\u043F\u0440\u0430\u0432\u0438\u0442\u0438 \u043A\u043E\u0434", Sending: "\u0412\u0456\u0434\u043F\u0440\u0430\u0432\u043B\u044F\u0454\u043C\u043E", "Setup TOTP": "\u041D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u0442\u0438 TOTP", "Show password": "\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u043F\u0430\u0440\u043E\u043B\u044C", "Sign in to your account": "\u0423\u0432\u0456\u0439\u0442\u0438 \u0443 \u0432\u0430\u0448 \u043E\u0431\u043B\u0456\u043A\u043E\u0432\u0438\u0439 \u0437\u0430\u043F\u0438\u0441", "Sign In with Amazon": "\u0423\u0432\u0456\u0439\u0442\u0438 \u0437 Amazon", "Sign In with Apple": "\u0423\u0432\u0456\u0439\u0442\u0438 \u0437 Apple", "Sign In with Facebook": "\u0423\u0432\u0456\u0439\u0442\u0438 \u0437 Facebook", "Sign In with Google": "\u0423\u0432\u0456\u0439\u0442\u0438 \u0437 Google", "Sign in": "\u0423\u0432\u0456\u0439\u0442\u0438", "Sign In": "\u0423\u0432\u0456\u0439\u0442\u0438", "Signing in": "\u0412\u0445\u043E\u0434\u0438\u043C\u043E", Skip: "\u041F\u0440\u043E\u043F\u0443\u0441\u0442\u0438\u0442\u0438", Submit: "\u0412\u0456\u0434\u043F\u0440\u0430\u0432\u0438\u0442\u0438", Submitting: "\u0412\u0456\u0434\u043F\u0440\u0430\u0432\u043B\u044F\u0454\u043C\u043E", Username: "\u0406\u043C\u02BC\u044F \u043A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430", "Verify Contact": "\u041F\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0438 \u041A\u043E\u043D\u0442\u0430\u043A\u0442", Verify: "\u041F\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0438", "We Emailed You": "\u041C\u0438 \u0432\u0456\u0434\u043F\u0440\u0430\u0432\u0438\u043B\u0438 \u0432\u0430\u043C Email", "We Sent A Code": "\u041C\u0438 \u0432\u0456\u0434\u043F\u0440\u0430\u0432\u0438\u043B\u0438 \u043A\u043E\u0434", "We Texted You": "\u041C\u0438 \u0432\u0456\u0434\u043F\u0440\u0430\u0432\u0438\u043B\u0438 \u0432\u0430\u043C \u0442\u0435\u043A\u0441\u0442\u043E\u0432\u0435 \u043F\u043E\u0432\u0456\u0434\u043E\u043C\u043B\u0435\u043D\u043D\u044F", "Your code is on the way. To log in, enter the code we emailed to": "\u0412\u0430\u0448 \u043A\u043E\u0434 \u0432\u0436\u0435 \u0432 \u0434\u043E\u0440\u043E\u0437\u0456. \u0429\u043E\u0431 \u0443\u0432\u0456\u0439\u0442\u0438, \u0432\u0432\u0435\u0434\u0456\u0442\u044C \u043A\u043E\u0434, \u0449\u043E \u043C\u0438 \u0432\u0456\u0434\u043F\u0440\u0430\u0432\u0438\u043B\u0438 \u0432\u0430\u043C \u043D\u0430 Email", "Your code is on the way. To log in, enter the code we sent you": "\u0412\u0430\u0448 \u043A\u043E\u0434 \u0432\u0436\u0435 \u0432 \u0434\u043E\u0440\u043E\u0437\u0456. \u0429\u043E\u0431 \u0443\u0432\u0456\u0439\u0442\u0438, \u0432\u0432\u0435\u0434\u0456\u0442\u044C \u043A\u043E\u0434, \u0449\u043E \u043C\u0438 \u0432\u0430\u043C \u0432\u0456\u0434\u043F\u0440\u0430\u0432\u0438\u043B\u0438", "Your code is on the way. To log in, enter the code we texted to": "\u0412\u0430\u0448 \u043A\u043E\u0434 \u0432\u0436\u0435 \u0432 \u0434\u043E\u0440\u043E\u0437\u0456. \u0429\u043E\u0431 \u0443\u0432\u0456\u0439\u0442\u0438, \u0432\u0432\u0435\u0434\u0456\u0442\u044C \u043A\u043E\u0434, \u0449\u043E \u043C\u0438 \u0432\u0456\u0434\u043F\u0440\u0430\u0432\u0438\u043B\u0438 \u0432\u0430\u043C \u0442\u0435\u043A\u0441\u0442\u043E\u0432\u0438\u043C \u043F\u043E\u0432\u0456\u0434\u043E\u043C\u043B\u0435\u043D\u043D\u044F\u043C", "An account with the given email already exists.": "\u041E\u0431\u043B\u0456\u043A\u043E\u0432\u0438\u0439 \u0437\u0430\u043F\u0438\u0441 \u0437 \u0446\u0438\u043C Email \u0432\u0436\u0435 \u0456\u0441\u043D\u0443\u0454.", "Confirm a Code": "\u041F\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0456\u0442\u044C \u043A\u043E\u0434", "Confirm Sign In": "\u041F\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0456\u0442\u044C \u0432\u0445\u0456\u0434", "Forgot Password": "\u0417\u0430\u0431\u0443\u043B\u0438 \u043F\u0430\u0440\u043E\u043B\u044C", "Incorrect username or password.": "\u041D\u0435\u0432\u0456\u0440\u043D\u0435 \u0456\u043C\u02BC\u044F \u043A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 \u0430\u0431\u043E \u043F\u0430\u0440\u043E\u043B\u044C", "Invalid password format": "\u041D\u0435\u0432\u0456\u0440\u043D\u0438\u0439 \u0444\u043E\u0440\u043C\u0430\u0442 \u043F\u0430\u0440\u043E\u043B\u044E", "Invalid phone number format": "\u041D\u0435\u0432\u0456\u0440\u043D\u0438\u0439 \u0444\u043E\u0440\u043C\u0430\u0442 \u043D\u043E\u043C\u0435\u0440\u0443 \u0442\u0435\u043B\u0435\u0444\u043E\u043D\u0443", "Loading...": "\u0417\u0430\u0433\u0440\u0443\u0436\u0430\u0454\u043C\u043E...", "New Password": "\u041D\u043E\u0432\u0438\u0439 \u043F\u0430\u0440\u043E\u043B\u044C", "Resend a Code": "\u0412\u0456\u0434\u043F\u0440\u0430\u0432\u0438\u0442\u0438 \u043A\u043E\u0434 \u043F\u043E\u0432\u0442\u043E\u0440\u043D\u043E", "Reset Password": "\u0421\u043A\u0438\u043D\u0443\u0442\u0438 \u043F\u0430\u0440\u043E\u043B\u044C", "Sign Out": "\u0412\u0438\u0439\u0442\u0438", "Sign Up with Amazon": "\u0417\u0430\u0440\u0435\u0454\u0441\u0442\u0440\u0443\u0432\u0430\u0442\u0438\u0441\u044F \u0437 Amazon", "Sign Up with Apple": "\u0417\u0430\u0440\u0435\u0454\u0441\u0442\u0440\u0443\u0432\u0430\u0442\u0438\u0441\u044F \u0437 Apple", "Sign Up with Facebook": "\u0417\u0430\u0440\u0435\u0454\u0441\u0442\u0440\u0443\u0432\u0430\u0442\u0438\u0441\u044F \u0437 Facebook", "Sign Up with Google": "\u0417\u0430\u0440\u0435\u0454\u0441\u0442\u0440\u0443\u0432\u0430\u0442\u0438\u0441\u044F \u0437 Google", "Sign Up": "\u0417\u0430\u0440\u0435\u0454\u0441\u0442\u0440\u0443\u0432\u0430\u0442\u0438\u0441\u044F", "User already exists": "\u041A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447 \u0432\u0436\u0435 \u0456\u0441\u043D\u0443\u0454", "User does not exist": "\u0422\u0430\u043A\u0438\u0439 \u043A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447 \u043D\u0435 \u0456\u0441\u043D\u0443\u0454", "Username cannot be empty": "\u0406\u043C\u02BC\u044F \u043A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 \u043D\u0435 \u043C\u043E\u0436\u0435 \u0431\u0443\u0442\u0438 \u043F\u0443\u0441\u0442\u0438\u043C", "Your passwords must match": "\u041F\u0430\u0440\u043E\u043B\u0456 \u043C\u0430\u044E\u0442\u044C \u0437\u0431\u0456\u0433\u0430\u0442\u0438\u0441\u044F" };
159
160
  const E$2 = { ADD_PROFILE: "Add your Profile", ADD_WEBSITE: "Add your Website", BACK_SIGN_IN: "Back to Sign In", BIRTHDATE: "Birthdate", CHANGE_PASSWORD: "Change Password", CHANGING_PASSWORD: "Changing", CODE: "Code", CODE_ARRIVAL: "It may take a minute to arrive", CODE_EMAILED: "Your code is on the way. To log in, enter the code we emailed to", CODE_SENT: "Your code is on the way. To log in, enter the code we sent you", CODE_TEXTED: "Your code is on the way. To log in, enter the code we texted to", CONFIRM_PASSWORD: "Confirm Password", CONFIRM_PASSWORD_PLACEHOLDER: "Please confirm your 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_BIRTHDATE: "Enter your Birthdate", ENTER_CODE: "Enter your code", ENTER_CONFIRMATION_CODE: "Enter your Confirmation Code", ENTER_EMAIL: "Enter your Email", ENTER_FAMILY_NAME: "Enter your Family Name", ENTER_GIVEN_NAME: "Enter your Given Name", ENTER_MIDDLE_NAME: "Enter your Middle Name", ENTER_NAME: "Enter your Name", ENTER_NICK_NAME: "Enter your Nickname", ENTER_PASSWORD: "Enter your Password", ENTER_PHONE_NUMBER: "Enter your Phone Number", ENTER_PREFERRED_USERNAME: "Enter your Preferred Username", ENTER_USERNAME: "Enter your username", FAMILY_NAME: "Family Name", GIVEN_NAME: "Given Name", FORGOT_PASSWORD: "Forgot Password?", 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", OR: "or", 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", UPPERCASE_COPY: "COPY", VERIFY_CONTACT: "Verify Contact", VERIFY_HEADING: "Account recovery requires verified contact information", VERIFY: "Verify", WE_EMAILED: "We Emailed You", WE_SENT_CODE: "We Sent A Code", WE_TEXTED: "We Texted You", WEBSITE: "Website" };
160
- const D$1 = Object.assign({}, e$d), d$2 = Object.assign({}, e$c), l$1 = Object.assign({}, e$b), x$1 = Object.assign({}, e$a), k$1 = Object.assign({}, o$7), v$2 = Object.assign({}, e$9), z = Object.assign({}, e$8), T$1 = Object.assign({}, e$7), q$1 = Object.assign({}, o$6), w$2 = Object.assign({}, o$5), y$2 = Object.assign({}, e$6), A$1 = Object.assign({}, e$5), B = Object.assign({}, a$3), C$1 = Object.assign({}, e$4), E$1 = Object.assign({}, e$3), F$1 = Object.assign({}, n$4), G = Object.assign({}, e$2), H = Object.assign({}, E$2);
161
- const x = Object.assign({}, H);
162
- function b$3(r2) {
163
- return I18n.get(r2);
161
+ const d$2 = Object.assign({}, e$e), l$1 = Object.assign({}, e$d), x$1 = Object.assign({}, e$c), k$1 = Object.assign({}, e$b), v$3 = Object.assign({}, o$7), z = Object.assign({}, e$a), T$1 = Object.assign({}, e$9), q$1 = Object.assign({}, e$8), w$1 = Object.assign({}, e$7), y$3 = Object.assign({}, o$6), A$1 = Object.assign({}, o$5), B = Object.assign({}, e$6), C$1 = Object.assign({}, e$5), E$1 = Object.assign({}, a$3), F$1 = Object.assign({}, e$4), G = Object.assign({}, e$3), H = Object.assign({}, n$4), I = Object.assign({}, e$2), J = Object.assign({}, E$2);
162
+ const x = Object.assign({}, J);
163
+ function v$2(n2) {
164
+ return I18n.get(n2);
164
165
  }
165
- const w$1 = { de: D$1, en: d$2, es: l$1, fr: x$1, id: B, it: k$1, ja: v$2, kr: z, ko: z, nl: T$1, pl: q$1, pt: w$2, zh: y$2, sv: A$1, tr: C$1, ru: E$1, he: F$1, ua: G };
166
+ const y$2 = { de: d$2, en: l$1, es: x$1, fr: k$1, id: E$1, it: v$3, ja: z, kr: T$1, ko: T$1, nb: q$1, nl: w$1, pl: y$3, pt: A$1, zh: B, sv: C$1, tr: F$1, ru: G, he: H, ua: I };
166
167
  const r$4 = { birthdate: { label: "Birthdate", placeholder: "Enter your Birthdate", type: "date", autocomplete: "bday", isRequired: true }, confirmation_code: { label: "Confirmation Code", placeholder: "Enter your Confirmation Code", type: "number", autocomplete: "one-time-code", isRequired: true }, confirm_password: { label: "Confirm Password", placeholder: "Please confirm your Password", type: "password", autocomplete: "new-password", isRequired: true }, email: { label: "Email", placeholder: "Enter your Email", type: "email", autocomplete: "username", isRequired: true }, family_name: { label: "Family Name", placeholder: "Enter your Family Name", type: "text", autocomplete: "family-name", isRequired: true }, given_name: { label: "Given Name", placeholder: "Enter your Given Name", type: "text", autocomplete: "given-name", isRequired: true }, middle_name: { label: "Middle Name", placeholder: "Enter your Middle Name", type: "text", autocomplete: "additional-name", isRequired: true }, name: { label: "Name", placeholder: "Enter your Name", type: "text", autocomplete: "name", isRequired: true }, nickname: { label: "Nickname", placeholder: "Enter your Nickname", type: "text", autocomplete: "tel", isRequired: true }, password: { label: "Password", placeholder: "Enter your Password", type: "password", autocomplete: "new-password", isRequired: true }, phone_number: { label: "Phone Number", placeholder: "Enter your Phone Number", type: "tel", autocomplete: "tel", dialCode: "+1", dialCodeList: o$8, isRequired: true }, preferred_username: { label: "Preferred Username", placeholder: "Enter your Preferred Username", type: "text", isRequired: true }, profile: { label: "Profile", placeholder: "Add your Profile", type: "url", autocomplete: "url", isRequired: true }, website: { label: "Website", placeholder: "Add your Website", type: "url", autocomplete: "url", isRequired: true }, username: { label: "Username", placeholder: "Enter your Username", type: "text", autocomplete: "username", isRequired: true } }, a$2 = ["^", "$", "*", ".", "[", "]", "{", "}", "(", ")", "?", '"', "!", "@", "#", "%", "&", "/", "\\", ",", ">", "<", "'", ":", ";", "|", "_", "~", "`", "=", "+", "-", " "];
167
168
  const t = (r2) => {
168
169
  const t2 = new FormData(r2.target);
@@ -171,7 +172,7 @@ const t = (r2) => {
171
172
  return r2 ? (t2 = r2, Array.isArray(t2) ? r2 : [r2]) : null;
172
173
  var t2;
173
174
  };
174
- function __rest$2(s2, e2) {
175
+ function __rest$1(s2, e2) {
175
176
  var t2 = {};
176
177
  for (var p2 in s2)
177
178
  if (Object.prototype.hasOwnProperty.call(s2, p2) && e2.indexOf(p2) < 0)
@@ -443,7 +444,7 @@ const r$1 = (r2) => {
443
444
  const o2 = Object.assign({}, r2);
444
445
  for (const [t2, s2] of Object.entries(r2)) {
445
446
  const { label: r3, placeholder: n2 } = s2;
446
- o2[t2] = Object.assign(Object.assign({}, s2), { label: r3 ? b$3(r3) : void 0, placeholder: n2 ? b$3(n2) : void 0 });
447
+ o2[t2] = Object.assign(Object.assign({}, s2), { label: r3 ? v$2(r3) : void 0, placeholder: n2 ? v$2(n2) : void 0 });
447
448
  }
448
449
  return o2;
449
450
  }, o$2 = (e2) => Object.entries(e2).sort((e3, r2) => (e3[1].order || Number.MAX_VALUE) - (r2[1].order || Number.MAX_VALUE)).filter((e3) => void 0 !== e3[1]);
@@ -470,24 +471,24 @@ const a = (s2, t2) => (0, i$2[s2])(t2), c$1 = (r2, i2) => {
470
471
  const e2 = m$1(s2, t2);
471
472
  return j$2(o$2(e2));
472
473
  };
473
- const T = { amazon: "Amazon", apple: "Apple", facebook: "Facebook", google: "Google" }, n$1 = { getBackToSignInText: () => b$3(x.BACK_SIGN_IN), getChangePasswordText: () => b$3(x.CHANGE_PASSWORD), getChangingText: () => b$3(x.CHANGING_PASSWORD), getConfirmText: () => b$3(x.CONFIRM), getConfirmingText: () => b$3(x.CONFIRMING), getCopyText: () => b$3(x.UPPERCASE_COPY), getHidePasswordText: () => b$3(x.HIDE_PASSWORD), getLoadingText: () => b$3(x.LOADING), getOrText: () => b$3(x.OR), getResendCodeText: () => b$3(x.RESEND_CODE), getSendCodeText: () => b$3(x.SEND_CODE), getSendingText: () => b$3(x.SENDING), getShowPasswordText: () => b$3(x.SHOW_PASSWORD), getSubmitText: () => b$3(x.SUBMIT), getSubmittingText: () => b$3(x.SUBMITTING), getSignInTabText: () => b$3(x.SIGN_IN_TAB), getSignUpTabText: () => b$3(x.CREATE_ACCOUNT), getForgotPasswordText: (T2) => b$3(T2 ? x.FORGOT_PASSWORD : x.FORGOT_YOUR_PASSWORD), getSigningInText: () => b$3(x.SIGNING_IN_BUTTON), getSignInText: () => b$3(x.SIGN_IN_BUTTON), getCreatingAccountText: () => b$3(x.CREATING_ACCOUNT), getCreateAccountText: () => b$3(x.CREATE_ACCOUNT), getDeliveryMessageText: (T2) => {
474
- const { DeliveryMedium: n2, Destination: g2 } = null != T2 ? T2 : {}, S = "EMAIL" === n2, o2 = "SMS" === n2, i2 = b$3(x.CODE_ARRIVAL);
474
+ const T = { amazon: "Amazon", apple: "Apple", facebook: "Facebook", google: "Google" }, n$1 = { getBackToSignInText: () => v$2(x.BACK_SIGN_IN), getChangePasswordText: () => v$2(x.CHANGE_PASSWORD), getChangingText: () => v$2(x.CHANGING_PASSWORD), getConfirmText: () => v$2(x.CONFIRM), getConfirmingText: () => v$2(x.CONFIRMING), getCopyText: () => v$2(x.UPPERCASE_COPY), getHidePasswordText: () => v$2(x.HIDE_PASSWORD), getLoadingText: () => v$2(x.LOADING), getOrText: () => v$2(x.OR), getResendCodeText: () => v$2(x.RESEND_CODE), getSendCodeText: () => v$2(x.SEND_CODE), getSendingText: () => v$2(x.SENDING), getShowPasswordText: () => v$2(x.SHOW_PASSWORD), getSubmitText: () => v$2(x.SUBMIT), getSubmittingText: () => v$2(x.SUBMITTING), getSignInTabText: () => v$2(x.SIGN_IN_TAB), getSignUpTabText: () => v$2(x.CREATE_ACCOUNT), getForgotPasswordText: (T2) => v$2(T2 ? x.FORGOT_PASSWORD : x.FORGOT_YOUR_PASSWORD), getSigningInText: () => v$2(x.SIGNING_IN_BUTTON), getSignInText: () => v$2(x.SIGN_IN_BUTTON), getCreatingAccountText: () => v$2(x.CREATING_ACCOUNT), getCreateAccountText: () => v$2(x.CREATE_ACCOUNT), getDeliveryMessageText: (T2) => {
475
+ const { DeliveryMedium: n2, Destination: g2 } = null != T2 ? T2 : {}, S = "EMAIL" === n2, o2 = "SMS" === n2, i2 = v$2(x.CODE_ARRIVAL);
475
476
  if (!S && !o2)
476
- return `${b$3(x.CODE_SENT)}. ${i2}.`;
477
- return `${b$3(S ? x.CODE_EMAILED : x.CODE_TEXTED)} ${g2}. ${i2}.`;
477
+ return `${v$2(x.CODE_SENT)}. ${i2}.`;
478
+ return `${v$2(S ? x.CODE_EMAILED : x.CODE_TEXTED)} ${g2}. ${i2}.`;
478
479
  }, getDeliveryMethodText: (T2) => {
479
480
  const { DeliveryMedium: n2 } = null != T2 ? T2 : {}, g2 = "EMAIL" === n2;
480
- return b$3(g2 || "SMS" !== n2 ? g2 ? x.WE_EMAILED : x.WE_TEXTED : x.WE_SENT_CODE);
481
+ return v$2(g2 || "SMS" !== n2 ? g2 ? x.WE_EMAILED : x.WE_TEXTED : x.WE_SENT_CODE);
481
482
  }, getChallengeText: (T2) => {
482
483
  switch (T2) {
483
484
  case "SMS_MFA":
484
- return b$3(x.CONFIRM_SMS);
485
+ return v$2(x.CONFIRM_SMS);
485
486
  case "SOFTWARE_TOKEN_MFA":
486
- return b$3(x.CONFIRM_TOTP);
487
+ return v$2(x.CONFIRM_TOTP);
487
488
  default:
488
- throw new Error(`${b$3("Unexpected challengeName encountered in ConfirmSignIn:")} ${T2}`);
489
+ throw new Error(`${v$2("Unexpected challengeName encountered in ConfirmSignIn:")} ${T2}`);
489
490
  }
490
- }, getResetYourPasswordText: () => b$3(x.RESET_PASSWORD), getSetupTOTPText: () => b$3(x.SETUP_TOTP), getSetupTOTPInstructionsText: () => b$3("Copy and paste the secret key below into an authenticator app and then enter the code in the text field below."), getCopiedText: () => b$3("COPIED"), getSignInWithFederationText: (t2, n2) => b$3(`Sign ${"signIn" === t2 ? "In" : "Up"} with ${T[n2]}`), getSkipText: () => b$3(x.SKIP), getVerifyText: () => b$3(x.VERIFY), getVerifyContactText: () => b$3(x.VERIFY_CONTACT), getAccountRecoveryInfoText: () => b$3(x.VERIFY_HEADING) };
491
+ }, getResetYourPasswordText: () => v$2(x.RESET_PASSWORD), getSetupTOTPText: () => v$2(x.SETUP_TOTP), getSetupTOTPInstructionsText: () => v$2("Copy and paste the secret key below into an authenticator app and then enter the code in the text field below."), getCopiedText: () => v$2("COPIED"), getSignInWithFederationText: (t2, n2) => v$2(`Sign ${"signIn" === t2 ? "In" : "Up"} with ${T[n2]}`), getSkipText: () => v$2(x.SKIP), getVerifyText: () => v$2(x.VERIFY), getVerifyContactText: () => v$2(x.VERIFY_CONTACT), getAccountRecoveryInfoText: () => v$2(x.VERIFY_HEADING) };
491
492
  /*! *****************************************************************************
492
493
  Copyright (c) Microsoft Corporation.
493
494
 
@@ -502,8 +503,8 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
502
503
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
503
504
  PERFORMANCE OF THIS SOFTWARE.
504
505
  ***************************************************************************** */
505
- var __assign$1 = function() {
506
- __assign$1 = Object.assign || function __assign2(t2) {
506
+ var __assign = function() {
507
+ __assign = Object.assign || function __assign2(t2) {
507
508
  for (var s2, i2 = 1, n2 = arguments.length; i2 < n2; i2++) {
508
509
  s2 = arguments[i2];
509
510
  for (var p2 in s2)
@@ -512,9 +513,9 @@ var __assign$1 = function() {
512
513
  }
513
514
  return t2;
514
515
  };
515
- return __assign$1.apply(this, arguments);
516
+ return __assign.apply(this, arguments);
516
517
  };
517
- function __rest$1(s2, e2) {
518
+ function __rest(s2, e2) {
518
519
  var t2 = {};
519
520
  for (var p2 in s2)
520
521
  if (Object.prototype.hasOwnProperty.call(s2, p2) && e2.indexOf(p2) < 0)
@@ -667,9 +668,9 @@ function matchesState(parentStateId, childStateId, delimiter) {
667
668
  return matchesState(parentStateValue[key], childStateValue[key]);
668
669
  });
669
670
  }
670
- function getEventType(event) {
671
+ function getEventType(event2) {
671
672
  try {
672
- return isString(event) || typeof event === "number" ? "".concat(event) : event.type;
673
+ return isString(event2) || typeof event2 === "number" ? "".concat(event2) : event2.type;
673
674
  } catch (e2) {
674
675
  throw new Error("Events must be strings or objects with a string event.type property.");
675
676
  }
@@ -1026,36 +1027,36 @@ var uniqueId = /* @__PURE__ */ function() {
1026
1027
  return currentId.toString(16);
1027
1028
  };
1028
1029
  }();
1029
- function toEventObject(event, payload) {
1030
- if (isString(event) || typeof event === "number") {
1031
- return __assign$1({
1032
- type: event
1030
+ function toEventObject(event2, payload) {
1031
+ if (isString(event2) || typeof event2 === "number") {
1032
+ return __assign({
1033
+ type: event2
1033
1034
  }, payload);
1034
1035
  }
1035
- return event;
1036
+ return event2;
1036
1037
  }
1037
- function toSCXMLEvent(event, scxmlEvent) {
1038
- if (!isString(event) && "$$type" in event && event.$$type === "scxml") {
1039
- return event;
1038
+ function toSCXMLEvent(event2, scxmlEvent) {
1039
+ if (!isString(event2) && "$$type" in event2 && event2.$$type === "scxml") {
1040
+ return event2;
1040
1041
  }
1041
- var eventObject = toEventObject(event);
1042
- return __assign$1({
1042
+ var eventObject = toEventObject(event2);
1043
+ return __assign({
1043
1044
  name: eventObject.type,
1044
1045
  data: eventObject,
1045
1046
  $$type: "scxml",
1046
1047
  type: "external"
1047
1048
  }, scxmlEvent);
1048
1049
  }
1049
- function toTransitionConfigArray(event, configLike) {
1050
+ function toTransitionConfigArray(event2, configLike) {
1050
1051
  var transitions = toArrayStrict(configLike).map(function(transitionLike) {
1051
1052
  if (typeof transitionLike === "undefined" || typeof transitionLike === "string" || isMachine(transitionLike)) {
1052
1053
  return {
1053
1054
  target: transitionLike,
1054
- event
1055
+ event: event2
1055
1056
  };
1056
1057
  }
1057
- return __assign$1(__assign$1({}, transitionLike), {
1058
- event
1058
+ return __assign(__assign({}, transitionLike), {
1059
+ event: event2
1059
1060
  });
1060
1061
  });
1061
1062
  return transitions;
@@ -1066,6 +1067,17 @@ function normalizeTarget(target) {
1066
1067
  }
1067
1068
  return toArray(target);
1068
1069
  }
1070
+ function reportUnhandledExceptionOnInvocation(originalError, currentError, id) {
1071
+ if (!IS_PRODUCTION) {
1072
+ var originalStackTrace = originalError.stack ? " Stacktrace was '".concat(originalError.stack, "'") : "";
1073
+ if (originalError === currentError) {
1074
+ console.error("Missing onError handler for invocation '".concat(id, "', error was '").concat(originalError, "'.").concat(originalStackTrace));
1075
+ } else {
1076
+ var stackTrace = currentError.stack ? " Stacktrace was '".concat(currentError.stack, "'") : "";
1077
+ console.error("Missing onError handler and/or unhandled exception/promise rejection for invocation '".concat(id, "'. ") + "Original error: '".concat(originalError, "'. ").concat(originalStackTrace, " Current error is '").concat(currentError, "'.").concat(stackTrace));
1078
+ }
1079
+ }
1080
+ }
1069
1081
  function evaluateGuard(machine, guard, context, _event, state) {
1070
1082
  var guards = machine.options.guards;
1071
1083
  var guardMeta = {
@@ -1090,7 +1102,7 @@ function toInvokeSource$1(src) {
1090
1102
  }
1091
1103
  return src;
1092
1104
  }
1093
- function toObserver$1(nextHandler, errorHandler, completionHandler) {
1105
+ function toObserver(nextHandler, errorHandler, completionHandler) {
1094
1106
  var noop2 = function() {
1095
1107
  };
1096
1108
  var isObserver = typeof nextHandler === "object";
@@ -1138,12 +1150,12 @@ function toActionObject(action, actionFunctionMap) {
1138
1150
  } else {
1139
1151
  var exec = getActionFunction(action.type, actionFunctionMap);
1140
1152
  if (isFunction$4(exec)) {
1141
- actionObject = __assign$1(__assign$1({}, action), {
1153
+ actionObject = __assign(__assign({}, action), {
1142
1154
  exec
1143
1155
  });
1144
1156
  } else if (exec) {
1145
1157
  var actionType = exec.type || action.type;
1146
- actionObject = __assign$1(__assign$1(__assign$1({}, exec), action), {
1158
+ actionObject = __assign(__assign(__assign({}, exec), action), {
1147
1159
  type: actionType
1148
1160
  });
1149
1161
  } else {
@@ -1163,16 +1175,16 @@ var toActionObjects = function(action, actionFunctionMap) {
1163
1175
  };
1164
1176
  function toActivityDefinition(action) {
1165
1177
  var actionObject = toActionObject(action);
1166
- return __assign$1(__assign$1({
1178
+ return __assign(__assign({
1167
1179
  id: isString(action) ? action : actionObject.id
1168
1180
  }, actionObject), {
1169
1181
  type: actionObject.type
1170
1182
  });
1171
1183
  }
1172
- function raise(event, options) {
1184
+ function raise(event2, options) {
1173
1185
  return {
1174
1186
  type: raise$1,
1175
- event: typeof event === "function" ? event : toEventObject(event),
1187
+ event: typeof event2 === "function" ? event2 : toEventObject(event2),
1176
1188
  delay: options ? options.delay : void 0,
1177
1189
  id: options === null || options === void 0 ? void 0 : options.id
1178
1190
  };
@@ -1189,19 +1201,19 @@ function resolveRaise(action, ctx, _event, delaysMap) {
1189
1201
  } else {
1190
1202
  resolvedDelay = isFunction$4(action.delay) ? action.delay(ctx, _event.data, meta) : action.delay;
1191
1203
  }
1192
- return __assign$1(__assign$1({}, action), {
1204
+ return __assign(__assign({}, action), {
1193
1205
  type: raise$1,
1194
1206
  _event: resolvedEvent,
1195
1207
  delay: resolvedDelay
1196
1208
  });
1197
1209
  }
1198
- function send(event, options) {
1210
+ function send(event2, options) {
1199
1211
  return {
1200
1212
  to: options ? options.to : void 0,
1201
1213
  type: send$1,
1202
- event: isFunction$4(event) ? event : toEventObject(event),
1214
+ event: isFunction$4(event2) ? event2 : toEventObject(event2),
1203
1215
  delay: options ? options.delay : void 0,
1204
- id: options && options.id !== void 0 ? options.id : isFunction$4(event) ? event.name : getEventType(event)
1216
+ id: options && options.id !== void 0 ? options.id : isFunction$4(event2) ? event2.name : getEventType(event2)
1205
1217
  };
1206
1218
  }
1207
1219
  function resolveSend(action, ctx, _event, delaysMap) {
@@ -1217,38 +1229,38 @@ function resolveSend(action, ctx, _event, delaysMap) {
1217
1229
  resolvedDelay = isFunction$4(action.delay) ? action.delay(ctx, _event.data, meta) : action.delay;
1218
1230
  }
1219
1231
  var resolvedTarget = isFunction$4(action.to) ? action.to(ctx, _event.data, meta) : action.to;
1220
- return __assign$1(__assign$1({}, action), {
1232
+ return __assign(__assign({}, action), {
1221
1233
  to: resolvedTarget,
1222
1234
  _event: resolvedEvent,
1223
1235
  event: resolvedEvent.data,
1224
1236
  delay: resolvedDelay
1225
1237
  });
1226
1238
  }
1227
- function sendParent(event, options) {
1228
- return send(event, __assign$1(__assign$1({}, options), {
1239
+ function sendParent(event2, options) {
1240
+ return send(event2, __assign(__assign({}, options), {
1229
1241
  to: SpecialTargets.Parent
1230
1242
  }));
1231
1243
  }
1232
- function sendTo(actor, event, options) {
1233
- return send(event, __assign$1(__assign$1({}, options), {
1244
+ function sendTo(actor, event2, options) {
1245
+ return send(event2, __assign(__assign({}, options), {
1234
1246
  to: actor
1235
1247
  }));
1236
1248
  }
1237
1249
  function sendUpdate$1() {
1238
1250
  return sendParent(update);
1239
1251
  }
1240
- function respond(event, options) {
1241
- return send(event, __assign$1(__assign$1({}, options), {
1252
+ function respond(event2, options) {
1253
+ return send(event2, __assign(__assign({}, options), {
1242
1254
  to: function(_2, __, _a2) {
1243
1255
  var _event = _a2._event;
1244
1256
  return _event.origin;
1245
1257
  }
1246
1258
  }));
1247
1259
  }
1248
- var defaultLogExpr = function(context, event) {
1260
+ var defaultLogExpr = function(context, event2) {
1249
1261
  return {
1250
1262
  context,
1251
- event
1263
+ event: event2
1252
1264
  };
1253
1265
  };
1254
1266
  function log(expr, label) {
@@ -1262,7 +1274,7 @@ function log(expr, label) {
1262
1274
  };
1263
1275
  }
1264
1276
  var resolveLog = function(action, ctx, _event) {
1265
- return __assign$1(__assign$1({}, action), {
1277
+ return __assign(__assign({}, action), {
1266
1278
  value: isString(action.expr) ? action.expr : action.expr(ctx, _event.data, {
1267
1279
  _event
1268
1280
  })
@@ -1354,19 +1366,19 @@ function pure(getActions) {
1354
1366
  };
1355
1367
  }
1356
1368
  function forwardTo$1(target, options) {
1357
- return send(function(_2, event) {
1358
- return event;
1359
- }, __assign$1(__assign$1({}, options), {
1369
+ return send(function(_2, event2) {
1370
+ return event2;
1371
+ }, __assign(__assign({}, options), {
1360
1372
  to: target
1361
1373
  }));
1362
1374
  }
1363
1375
  function escalate(errorData, options) {
1364
- return sendParent(function(context, event, meta) {
1376
+ return sendParent(function(context, event2, meta) {
1365
1377
  return {
1366
1378
  type: error$1,
1367
- data: isFunction$4(errorData) ? errorData(context, event, meta) : errorData
1379
+ data: isFunction$4(errorData) ? errorData(context, event2, meta) : errorData
1368
1380
  };
1369
- }, __assign$1(__assign$1({}, options), {
1381
+ }, __assign(__assign({}, options), {
1370
1382
  to: SpecialTargets.Parent
1371
1383
  }));
1372
1384
  }
@@ -1487,7 +1499,7 @@ function resolveActions(machine, currentState, currentContext, _event, actionBlo
1487
1499
  predictableExec(resolvedActionObject, updatedContext, _event);
1488
1500
  } else if (exec_1 && preservedContexts) {
1489
1501
  var contextIndex_1 = preservedContexts.length - 1;
1490
- var wrapped = __assign$1(__assign$1({}, resolvedActionObject), {
1502
+ var wrapped = __assign(__assign({}, resolvedActionObject), {
1491
1503
  exec: function(_ctx) {
1492
1504
  var args = [];
1493
1505
  for (var _i = 1; _i < arguments.length; _i++) {
@@ -1569,9 +1581,9 @@ var r = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1569
1581
  toActivityDefinition
1570
1582
  }, Symbol.toStringTag, { value: "Module" }));
1571
1583
  var serviceStack = [];
1572
- var provide = function(service2, fn) {
1573
- serviceStack.push(service2);
1574
- var result = fn(service2);
1584
+ var provide = function(service, fn) {
1585
+ serviceStack.push(service);
1586
+ var result = fn(service);
1575
1587
  serviceStack.pop();
1576
1588
  return result;
1577
1589
  };
@@ -1638,7 +1650,7 @@ function isSpawnedActor(item) {
1638
1650
  }
1639
1651
  function toActorRef(actorRefLike) {
1640
1652
  var _a2;
1641
- return __assign$1((_a2 = {
1653
+ return __assign((_a2 = {
1642
1654
  subscribe: function() {
1643
1655
  return {
1644
1656
  unsubscribe: function() {
@@ -1911,7 +1923,7 @@ function isStateConfig(state) {
1911
1923
  }
1912
1924
  function bindActionToState(action, state) {
1913
1925
  var exec = action.exec;
1914
- var boundAction = __assign$1(__assign$1({}, action), {
1926
+ var boundAction = __assign(__assign({}, action), {
1915
1927
  exec: exec !== void 0 ? function() {
1916
1928
  return exec(state.context, state.event, {
1917
1929
  action,
@@ -2041,8 +2053,8 @@ var State = /* @__PURE__ */ function() {
2041
2053
  _a2.transitions;
2042
2054
  var tags = _a2.tags;
2043
2055
  _a2.machine;
2044
- var jsonValues = __rest$1(_a2, ["configuration", "transitions", "tags", "machine"]);
2045
- return __assign$1(__assign$1({}, jsonValues), {
2056
+ var jsonValues = __rest(_a2, ["configuration", "transitions", "tags", "machine"]);
2057
+ return __assign(__assign({}, jsonValues), {
2046
2058
  tags: Array.from(tags)
2047
2059
  });
2048
2060
  };
@@ -2052,12 +2064,12 @@ var State = /* @__PURE__ */ function() {
2052
2064
  State2.prototype.hasTag = function(tag) {
2053
2065
  return this.tags.has(tag);
2054
2066
  };
2055
- State2.prototype.can = function(event) {
2067
+ State2.prototype.can = function(event2) {
2056
2068
  var _a2;
2057
- if (IS_PRODUCTION) {
2069
+ {
2058
2070
  warn(!!this.machine);
2059
2071
  }
2060
- var transitionData = (_a2 = this.machine) === null || _a2 === void 0 ? void 0 : _a2.getTransitionData(this, event);
2072
+ var transitionData = (_a2 = this.machine) === null || _a2 === void 0 ? void 0 : _a2.getTransitionData(this, event2);
2061
2073
  return !!(transitionData === null || transitionData === void 0 ? void 0 : transitionData.transitions.length) && transitionData.transitions.some(function(t2) {
2062
2074
  return t2.target !== void 0 || t2.actions.length;
2063
2075
  });
@@ -2072,7 +2084,7 @@ var Scheduler = /* @__PURE__ */ function() {
2072
2084
  this.processingEvent = false;
2073
2085
  this.queue = [];
2074
2086
  this.initialized = false;
2075
- this.options = __assign$1(__assign$1({}, defaultOptions), options);
2087
+ this.options = __assign(__assign({}, defaultOptions), options);
2076
2088
  }
2077
2089
  Scheduler2.prototype.initialize = function(callback) {
2078
2090
  this.initialized = true;
@@ -2149,6 +2161,9 @@ function getGlobal() {
2149
2161
  if (typeof global !== "undefined") {
2150
2162
  return global;
2151
2163
  }
2164
+ if (!IS_PRODUCTION) {
2165
+ console.warn("XState could not find a global object in this environment. Please let the maintainers know and raise an issue here: https://github.com/statelyai/xstate/issues");
2166
+ }
2152
2167
  }
2153
2168
  function getDevTools() {
2154
2169
  var global2 = getGlobal();
@@ -2157,13 +2172,13 @@ function getDevTools() {
2157
2172
  }
2158
2173
  return void 0;
2159
2174
  }
2160
- function registerService(service2) {
2175
+ function registerService(service) {
2161
2176
  if (!getGlobal()) {
2162
2177
  return;
2163
2178
  }
2164
2179
  var devTools = getDevTools();
2165
2180
  if (devTools) {
2166
- devTools.register(service2);
2181
+ devTools.register(service);
2167
2182
  }
2168
2183
  }
2169
2184
  function spawnBehavior(behavior, options) {
@@ -2190,15 +2205,15 @@ function spawnBehavior(behavior, options) {
2190
2205
  };
2191
2206
  var actor = toActorRef({
2192
2207
  id: options.id,
2193
- send: function(event) {
2194
- mailbox.push(event);
2208
+ send: function(event2) {
2209
+ mailbox.push(event2);
2195
2210
  flush();
2196
2211
  },
2197
2212
  getSnapshot: function() {
2198
2213
  return state;
2199
2214
  },
2200
2215
  subscribe: function(next, handleError, complete) {
2201
- var observer = toObserver$1(next, handleError, complete);
2216
+ var observer = toObserver(next, handleError, complete);
2202
2217
  observers.add(observer);
2203
2218
  observer.next(state);
2204
2219
  return {
@@ -2247,12 +2262,12 @@ var Interpreter = /* @__PURE__ */ function() {
2247
2262
  this.forwardTo = /* @__PURE__ */ new Set();
2248
2263
  this._outgoingQueue = [];
2249
2264
  this.init = this.start;
2250
- this.send = function(event, payload) {
2251
- if (isArray$a(event)) {
2252
- _this.batch(event);
2265
+ this.send = function(event2, payload) {
2266
+ if (isArray$a(event2)) {
2267
+ _this.batch(event2);
2253
2268
  return _this.state;
2254
2269
  }
2255
- var _event = toSCXMLEvent(toEventObject(event, payload));
2270
+ var _event = toSCXMLEvent(toEventObject(event2, payload));
2256
2271
  if (_this.status === InterpreterStatus.Stopped) {
2257
2272
  return _this.state;
2258
2273
  }
@@ -2269,7 +2284,7 @@ var Interpreter = /* @__PURE__ */ function() {
2269
2284
  });
2270
2285
  return _this._state;
2271
2286
  };
2272
- this.sendTo = function(event, to, immediate) {
2287
+ this.sendTo = function(event2, to, immediate) {
2273
2288
  var isParent = _this.parent && (to === SpecialTargets.Parent || _this.parent.id === to);
2274
2289
  var target = isParent ? _this.parent : isString(to) ? to === SpecialTargets.Internal ? _this : _this.children.get(to) || registry.get(to) : isActor$1(to) ? to : void 0;
2275
2290
  if (!target) {
@@ -2280,8 +2295,8 @@ var Interpreter = /* @__PURE__ */ function() {
2280
2295
  }
2281
2296
  if ("machine" in target) {
2282
2297
  if (_this.status !== InterpreterStatus.Stopped || _this.parent !== target || _this.state.done) {
2283
- var scxmlEvent = __assign$1(__assign$1({}, event), {
2284
- name: event.name === error$1 ? "".concat(error(_this.id)) : event.name,
2298
+ var scxmlEvent = __assign(__assign({}, event2), {
2299
+ name: event2.name === error$1 ? "".concat(error(_this.id)) : event2.name,
2285
2300
  origin: _this.sessionId
2286
2301
  });
2287
2302
  if (!immediate && _this.machine.config.predictableActionArguments) {
@@ -2292,9 +2307,9 @@ var Interpreter = /* @__PURE__ */ function() {
2292
2307
  }
2293
2308
  } else {
2294
2309
  if (!immediate && _this.machine.config.predictableActionArguments) {
2295
- _this._outgoingQueue.push([target, event.data]);
2310
+ _this._outgoingQueue.push([target, event2.data]);
2296
2311
  } else {
2297
- target.send(event.data);
2312
+ target.send(event2.data);
2298
2313
  }
2299
2314
  }
2300
2315
  };
@@ -2401,7 +2416,7 @@ var Interpreter = /* @__PURE__ */ function() {
2401
2416
  break;
2402
2417
  }
2403
2418
  };
2404
- var resolvedOptions = __assign$1(__assign$1({}, Interpreter2.defaultOptions), options);
2419
+ var resolvedOptions = __assign(__assign({}, Interpreter2.defaultOptions), options);
2405
2420
  var clock = resolvedOptions.clock, logger = resolvedOptions.logger, parent = resolvedOptions.parent, id = resolvedOptions.id;
2406
2421
  var resolvedId = id !== void 0 ? id : machine.id;
2407
2422
  this.id = resolvedId;
@@ -2569,7 +2584,7 @@ var Interpreter = /* @__PURE__ */ function() {
2569
2584
  };
2570
2585
  Interpreter2.prototype.subscribe = function(nextListenerOrObserver, _2, completeListener) {
2571
2586
  var _this = this;
2572
- var observer = toObserver$1(nextListenerOrObserver, _2, completeListener);
2587
+ var observer = toObserver(nextListenerOrObserver, _2, completeListener);
2573
2588
  this.listeners.add(observer.next);
2574
2589
  if (this.status !== InterpreterStatus.NotStarted) {
2575
2590
  observer.next(this.state);
@@ -2806,9 +2821,11 @@ var Interpreter = /* @__PURE__ */ function() {
2806
2821
  };
2807
2822
  Interpreter2.prototype.batch = function(events) {
2808
2823
  var _this = this;
2809
- if (this.status === InterpreterStatus.NotStarted && this.options.deferEvents)
2810
- ;
2811
- else if (this.status !== InterpreterStatus.Running) {
2824
+ if (this.status === InterpreterStatus.NotStarted && this.options.deferEvents) {
2825
+ if (!IS_PRODUCTION) {
2826
+ warn(false, "".concat(events.length, ' event(s) were sent to uninitialized service "').concat(this.machine.id, '" and are deferred. Make sure .start() is called for this service.\nEvent: ').concat(JSON.stringify(event)));
2827
+ }
2828
+ } else if (this.status !== InterpreterStatus.Running) {
2812
2829
  throw new Error(
2813
2830
  "".concat(events.length, ' event(s) were sent to uninitialized service "').concat(this.machine.id, '". Make sure .start() is called for this service, or set { deferEvents: true } in the service options.')
2814
2831
  );
@@ -2856,15 +2873,15 @@ var Interpreter = /* @__PURE__ */ function() {
2856
2873
  _this.update(nextState, toSCXMLEvent(events[events.length - 1]));
2857
2874
  });
2858
2875
  };
2859
- Interpreter2.prototype.sender = function(event) {
2860
- return this.send.bind(this, event);
2876
+ Interpreter2.prototype.sender = function(event2) {
2877
+ return this.send.bind(this, event2);
2861
2878
  };
2862
- Interpreter2.prototype._nextState = function(event, exec) {
2879
+ Interpreter2.prototype._nextState = function(event2, exec) {
2863
2880
  var _this = this;
2864
2881
  if (exec === void 0) {
2865
2882
  exec = !!this.machine.config.predictableActionArguments && this._exec;
2866
2883
  }
2867
- var _event = toSCXMLEvent(event);
2884
+ var _event = toSCXMLEvent(event2);
2868
2885
  if (_event.name.indexOf(errorPlatform) === 0 && !this.state.nextEvents.some(function(nextEvent) {
2869
2886
  return nextEvent.indexOf(errorPlatform) === 0;
2870
2887
  })) {
@@ -2875,19 +2892,19 @@ var Interpreter = /* @__PURE__ */ function() {
2875
2892
  });
2876
2893
  return nextState;
2877
2894
  };
2878
- Interpreter2.prototype.nextState = function(event) {
2879
- return this._nextState(event, false);
2895
+ Interpreter2.prototype.nextState = function(event2) {
2896
+ return this._nextState(event2, false);
2880
2897
  };
2881
- Interpreter2.prototype.forward = function(event) {
2898
+ Interpreter2.prototype.forward = function(event2) {
2882
2899
  var e_12, _a2;
2883
2900
  try {
2884
2901
  for (var _b = __values(this.forwardTo), _c = _b.next(); !_c.done; _c = _b.next()) {
2885
2902
  var id = _c.value;
2886
2903
  var child = this.children.get(id);
2887
2904
  if (!child) {
2888
- throw new Error("Unable to forward event '".concat(event, "' from interpreter '").concat(this.id, "' to nonexistant child '").concat(id, "'."));
2905
+ throw new Error("Unable to forward event '".concat(event2, "' from interpreter '").concat(this.id, "' to nonexistant child '").concat(id, "'."));
2889
2906
  }
2890
- child.send(event);
2907
+ child.send(event2);
2891
2908
  }
2892
2909
  } catch (e_12_1) {
2893
2910
  e_12 = {
@@ -2955,7 +2972,7 @@ var Interpreter = /* @__PURE__ */ function() {
2955
2972
  } else if (isObservable(entity)) {
2956
2973
  return this.spawnObservable(entity, name);
2957
2974
  } else if (isMachine(entity)) {
2958
- return this.spawnMachine(entity, __assign$1(__assign$1({}, options), {
2975
+ return this.spawnMachine(entity, __assign(__assign({}, options), {
2959
2976
  id: name
2960
2977
  }));
2961
2978
  } else if (isBehavior(entity)) {
@@ -2969,11 +2986,11 @@ var Interpreter = /* @__PURE__ */ function() {
2969
2986
  if (options === void 0) {
2970
2987
  options = {};
2971
2988
  }
2972
- var childService = new Interpreter2(machine, __assign$1(__assign$1({}, this.options), {
2989
+ var childService = new Interpreter2(machine, __assign(__assign({}, this.options), {
2973
2990
  parent: this,
2974
2991
  id: options.id || machine.id
2975
2992
  }));
2976
- var resolvedOptions = __assign$1(__assign$1({}, DEFAULT_SPAWN_OPTIONS), options);
2993
+ var resolvedOptions = __assign(__assign({}, DEFAULT_SPAWN_OPTIONS), options);
2977
2994
  if (resolvedOptions.sync) {
2978
2995
  childService.onTransition(function(state) {
2979
2996
  _this.send(update, {
@@ -3025,6 +3042,7 @@ var Interpreter = /* @__PURE__ */ function() {
3025
3042
  origin: id
3026
3043
  }));
3027
3044
  } catch (error2) {
3045
+ reportUnhandledExceptionOnInvocation(errorData, error2, id);
3028
3046
  if (_this.devTools) {
3029
3047
  _this.devTools.send(errorEvent, _this.state);
3030
3048
  }
@@ -3040,7 +3058,7 @@ var Interpreter = /* @__PURE__ */ function() {
3040
3058
  return void 0;
3041
3059
  },
3042
3060
  subscribe: function(next, handleError, complete) {
3043
- var observer = toObserver$1(next, handleError, complete);
3061
+ var observer = toObserver(next, handleError, complete);
3044
3062
  var unsubscribed = false;
3045
3063
  promise.then(function(response) {
3046
3064
  if (unsubscribed) {
@@ -3112,13 +3130,13 @@ var Interpreter = /* @__PURE__ */ function() {
3112
3130
  }
3113
3131
  var actor = (_a2 = {
3114
3132
  id,
3115
- send: function(event) {
3133
+ send: function(event2) {
3116
3134
  return receivers.forEach(function(receiver) {
3117
- return receiver(event);
3135
+ return receiver(event2);
3118
3136
  });
3119
3137
  },
3120
3138
  subscribe: function(next) {
3121
- var observer = toObserver$1(next);
3139
+ var observer = toObserver(next);
3122
3140
  listeners.add(observer.next);
3123
3141
  return {
3124
3142
  unsubscribe: function() {
@@ -3198,6 +3216,9 @@ var Interpreter = /* @__PURE__ */ function() {
3198
3216
  Interpreter2.prototype.spawnActivity = function(activity) {
3199
3217
  var implementation = this.machine.options && this.machine.options.activities ? this.machine.options.activities[activity.type] : void 0;
3200
3218
  if (!implementation) {
3219
+ if (!IS_PRODUCTION) {
3220
+ warn(false, "No implementation found for activity '".concat(activity.type, "'"));
3221
+ }
3201
3222
  return;
3202
3223
  }
3203
3224
  var dispose = implementation(this.state.context, activity);
@@ -3235,7 +3256,7 @@ var Interpreter = /* @__PURE__ */ function() {
3235
3256
  if (this.options.devTools && global2) {
3236
3257
  if (global2.__REDUX_DEVTOOLS_EXTENSION__) {
3237
3258
  var devToolsOptions = typeof this.options.devTools === "object" ? this.options.devTools : void 0;
3238
- this.devTools = global2.__REDUX_DEVTOOLS_EXTENSION__.connect(__assign$1(__assign$1({
3259
+ this.devTools = global2.__REDUX_DEVTOOLS_EXTENSION__.connect(__assign(__assign({
3239
3260
  name: this.id,
3240
3261
  autoPause: true,
3241
3262
  stateSanitizer: function(state) {
@@ -3246,7 +3267,7 @@ var Interpreter = /* @__PURE__ */ function() {
3246
3267
  };
3247
3268
  }
3248
3269
  }, devToolsOptions), {
3249
- features: __assign$1({
3270
+ features: __assign({
3250
3271
  jump: false,
3251
3272
  skip: false
3252
3273
  }, devToolsOptions ? devToolsOptions.features : void 0)
@@ -3289,19 +3310,19 @@ var Interpreter = /* @__PURE__ */ function() {
3289
3310
  }();
3290
3311
  var resolveSpawnOptions = function(nameOrOptions) {
3291
3312
  if (isString(nameOrOptions)) {
3292
- return __assign$1(__assign$1({}, DEFAULT_SPAWN_OPTIONS), {
3313
+ return __assign(__assign({}, DEFAULT_SPAWN_OPTIONS), {
3293
3314
  name: nameOrOptions
3294
3315
  });
3295
3316
  }
3296
- return __assign$1(__assign$1(__assign$1({}, DEFAULT_SPAWN_OPTIONS), {
3317
+ return __assign(__assign(__assign({}, DEFAULT_SPAWN_OPTIONS), {
3297
3318
  name: uniqueId()
3298
3319
  }), nameOrOptions);
3299
3320
  };
3300
3321
  function spawn(entity, nameOrOptions) {
3301
3322
  var resolvedOptions = resolveSpawnOptions(nameOrOptions);
3302
- return consume(function(service2) {
3303
- if (service2) {
3304
- return service2.spawn(entity, resolvedOptions.name, resolvedOptions);
3323
+ return consume(function(service) {
3324
+ if (service) {
3325
+ return service.spawn(entity, resolvedOptions.name, resolvedOptions);
3305
3326
  } else {
3306
3327
  return createDeferredActor(entity, resolvedOptions.name);
3307
3328
  }
@@ -3324,14 +3345,14 @@ function toInvokeSource(src) {
3324
3345
  return src;
3325
3346
  }
3326
3347
  function toInvokeDefinition(invokeConfig) {
3327
- return __assign$1(__assign$1({
3348
+ return __assign(__assign({
3328
3349
  type: invoke
3329
3350
  }, invokeConfig), {
3330
3351
  toJSON: function() {
3331
3352
  invokeConfig.onDone;
3332
3353
  invokeConfig.onError;
3333
- var invokeDef = __rest$1(invokeConfig, ["onDone", "onError"]);
3334
- return __assign$1(__assign$1({}, invokeDef), {
3354
+ var invokeDef = __rest(invokeConfig, ["onDone", "onError"]);
3355
+ return __assign(__assign({}, invokeDef), {
3335
3356
  type: invoke,
3336
3357
  src: toInvokeSource(invokeConfig.src)
3337
3358
  });
@@ -3395,7 +3416,7 @@ var StateNode = /* @__PURE__ */ function() {
3395
3416
  parent: _this,
3396
3417
  key
3397
3418
  });
3398
- Object.assign(_this.idMap, __assign$1((_a3 = {}, _a3[stateNode.id] = stateNode, _a3), stateNode.idMap));
3419
+ Object.assign(_this.idMap, __assign((_a3 = {}, _a3[stateNode.id] = stateNode, _a3), stateNode.idMap));
3399
3420
  return stateNode;
3400
3421
  }) : EMPTY_OBJECT;
3401
3422
  var order = 0;
@@ -3424,8 +3445,8 @@ var StateNode = /* @__PURE__ */ function() {
3424
3445
  dfs(this);
3425
3446
  this.history = this.config.history === true ? "shallow" : this.config.history || false;
3426
3447
  this._transient = !!this.config.always || (!this.config.on ? false : Array.isArray(this.config.on) ? this.config.on.some(function(_a3) {
3427
- var event = _a3.event;
3428
- return event === NULL_EVENT;
3448
+ var event2 = _a3.event;
3449
+ return event2 === NULL_EVENT;
3429
3450
  }) : NULL_EVENT in this.config.on);
3430
3451
  this.strict = !!this.config.strict;
3431
3452
  this.onEntry = toArray(this.config.entry || this.config.onEntry).map(function(action) {
@@ -3440,28 +3461,28 @@ var StateNode = /* @__PURE__ */ function() {
3440
3461
  var _a3, _b;
3441
3462
  if (isMachine(invokeConfig)) {
3442
3463
  var invokeId = createInvokeId(_this.id, i2);
3443
- _this.machine.options.services = __assign$1((_a3 = {}, _a3[invokeId] = invokeConfig, _a3), _this.machine.options.services);
3464
+ _this.machine.options.services = __assign((_a3 = {}, _a3[invokeId] = invokeConfig, _a3), _this.machine.options.services);
3444
3465
  return toInvokeDefinition({
3445
3466
  src: invokeId,
3446
3467
  id: invokeId
3447
3468
  });
3448
3469
  } else if (isString(invokeConfig.src)) {
3449
3470
  var invokeId = invokeConfig.id || createInvokeId(_this.id, i2);
3450
- return toInvokeDefinition(__assign$1(__assign$1({}, invokeConfig), {
3471
+ return toInvokeDefinition(__assign(__assign({}, invokeConfig), {
3451
3472
  id: invokeId,
3452
3473
  src: invokeConfig.src
3453
3474
  }));
3454
3475
  } else if (isMachine(invokeConfig.src) || isFunction$4(invokeConfig.src)) {
3455
3476
  var invokeId = invokeConfig.id || createInvokeId(_this.id, i2);
3456
- _this.machine.options.services = __assign$1((_b = {}, _b[invokeId] = invokeConfig.src, _b), _this.machine.options.services);
3457
- return toInvokeDefinition(__assign$1(__assign$1({
3477
+ _this.machine.options.services = __assign((_b = {}, _b[invokeId] = invokeConfig.src, _b), _this.machine.options.services);
3478
+ return toInvokeDefinition(__assign(__assign({
3458
3479
  id: invokeId
3459
3480
  }, invokeConfig), {
3460
3481
  src: invokeId
3461
3482
  }));
3462
3483
  } else {
3463
3484
  var invokeSource = invokeConfig.src;
3464
- return toInvokeDefinition(__assign$1(__assign$1({
3485
+ return toInvokeDefinition(__assign(__assign({
3465
3486
  id: createInvokeId(_this.id, i2)
3466
3487
  }, invokeConfig), {
3467
3488
  src: invokeSource
@@ -3485,11 +3506,11 @@ var StateNode = /* @__PURE__ */ function() {
3485
3506
  StateNode2.prototype.withConfig = function(options, context) {
3486
3507
  var _a2 = this.options, actions = _a2.actions, activities = _a2.activities, guards = _a2.guards, services = _a2.services, delays = _a2.delays;
3487
3508
  return new StateNode2(this.config, {
3488
- actions: __assign$1(__assign$1({}, actions), options.actions),
3489
- activities: __assign$1(__assign$1({}, activities), options.activities),
3490
- guards: __assign$1(__assign$1({}, guards), options.guards),
3491
- services: __assign$1(__assign$1({}, services), options.services),
3492
- delays: __assign$1(__assign$1({}, delays), options.delays)
3509
+ actions: __assign(__assign({}, actions), options.actions),
3510
+ activities: __assign(__assign({}, activities), options.activities),
3511
+ guards: __assign(__assign({}, guards), options.guards),
3512
+ services: __assign(__assign({}, services), options.services),
3513
+ delays: __assign(__assign({}, delays), options.delays)
3493
3514
  }, context !== null && context !== void 0 ? context : this.context);
3494
3515
  };
3495
3516
  StateNode2.prototype.withContext = function(context) {
@@ -3592,7 +3613,7 @@ var StateNode = /* @__PURE__ */ function() {
3592
3613
  };
3593
3614
  var delayedTransitions = isArray$a(afterConfig) ? afterConfig.map(function(transition, i2) {
3594
3615
  var eventType = mutateEntryExit(transition.delay, i2);
3595
- return __assign$1(__assign$1({}, transition), {
3616
+ return __assign(__assign({}, transition), {
3596
3617
  event: eventType
3597
3618
  });
3598
3619
  }) : flatten(Object.keys(afterConfig).map(function(delay, i2) {
@@ -3603,7 +3624,7 @@ var StateNode = /* @__PURE__ */ function() {
3603
3624
  var resolvedDelay = !isNaN(+delay) ? +delay : delay;
3604
3625
  var eventType = mutateEntryExit(resolvedDelay, i2);
3605
3626
  return toArray(resolvedTransition).map(function(transition) {
3606
- return __assign$1(__assign$1({}, transition), {
3627
+ return __assign(__assign({}, transition), {
3607
3628
  event: eventType,
3608
3629
  delay: resolvedDelay
3609
3630
  });
@@ -3611,7 +3632,7 @@ var StateNode = /* @__PURE__ */ function() {
3611
3632
  }));
3612
3633
  return delayedTransitions.map(function(delayedTransition) {
3613
3634
  var delay = delayedTransition.delay;
3614
- return __assign$1(__assign$1({}, _this.formatTransition(delayedTransition)), {
3635
+ return __assign(__assign({}, _this.formatTransition(delayedTransition)), {
3615
3636
  delay
3616
3637
  });
3617
3638
  });
@@ -3634,14 +3655,14 @@ var StateNode = /* @__PURE__ */ function() {
3634
3655
  }))), false));
3635
3656
  return subStateNodes;
3636
3657
  };
3637
- StateNode2.prototype.handles = function(event) {
3638
- var eventType = getEventType(event);
3658
+ StateNode2.prototype.handles = function(event2) {
3659
+ var eventType = getEventType(event2);
3639
3660
  return this.events.includes(eventType);
3640
3661
  };
3641
3662
  StateNode2.prototype.resolveState = function(state) {
3642
3663
  var stateFromConfig = state instanceof State ? state : State.create(state);
3643
3664
  var configuration = Array.from(getConfiguration([], this.getStateNodes(stateFromConfig.value)));
3644
- return new State(__assign$1(__assign$1({}, stateFromConfig), {
3665
+ return new State(__assign(__assign({}, stateFromConfig), {
3645
3666
  value: this.resolve(stateFromConfig.value),
3646
3667
  configuration,
3647
3668
  done: isInFinalState(configuration, this),
@@ -3731,8 +3752,8 @@ var StateNode = /* @__PURE__ */ function() {
3731
3752
  }
3732
3753
  return this.transitionParallelNode(stateValue, state, _event);
3733
3754
  };
3734
- StateNode2.prototype.getTransitionData = function(state, event) {
3735
- return this._transition(state.value, state, toSCXMLEvent(event));
3755
+ StateNode2.prototype.getTransitionData = function(state, event2) {
3756
+ return this._transition(state.value, state, toSCXMLEvent(event2));
3736
3757
  };
3737
3758
  StateNode2.prototype.next = function(state, _event) {
3738
3759
  var e_3, _a2;
@@ -3906,8 +3927,8 @@ var StateNode = /* @__PURE__ */ function() {
3906
3927
  };
3907
3928
  }).concat({
3908
3929
  type: "state_done",
3909
- actions: doneEvents.map(function(event) {
3910
- return raise(event);
3930
+ actions: doneEvents.map(function(event2) {
3931
+ return raise(event2);
3911
3932
  })
3912
3933
  });
3913
3934
  var exitActions = Array.from(exitStates).map(function(stateNode) {
@@ -3937,11 +3958,11 @@ var StateNode = /* @__PURE__ */ function() {
3937
3958
  }
3938
3959
  return actions;
3939
3960
  };
3940
- StateNode2.prototype.transition = function(state, event, context, exec) {
3961
+ StateNode2.prototype.transition = function(state, event2, context, exec) {
3941
3962
  if (state === void 0) {
3942
3963
  state = this.initialState;
3943
3964
  }
3944
- var _event = toSCXMLEvent(event);
3965
+ var _event = toSCXMLEvent(event2);
3945
3966
  var currentState;
3946
3967
  if (state instanceof State) {
3947
3968
  currentState = context === void 0 ? state : this.resolveState(State.from(state, context));
@@ -3989,7 +4010,7 @@ var StateNode = /* @__PURE__ */ function() {
3989
4010
  var resolvedStateValue = willTransition ? getValue$2(this.machine, configuration) : void 0;
3990
4011
  var historyValue = currentState ? currentState.historyValue ? currentState.historyValue : stateTransition.source ? this.machine.historyValue(currentState.value) : void 0 : void 0;
3991
4012
  var actionBlocks = this.getActions(new Set(resolvedConfiguration), isDone, stateTransition, context, _event, currentState, predictableExec);
3992
- var activities = currentState ? __assign$1({}, currentState.activities) : {};
4013
+ var activities = currentState ? __assign({}, currentState.activities) : {};
3993
4014
  try {
3994
4015
  for (var actionBlocks_1 = __values(actionBlocks), actionBlocks_1_1 = actionBlocks_1.next(); !actionBlocks_1_1.done; actionBlocks_1_1 = actionBlocks_1.next()) {
3995
4016
  var block = actionBlocks_1_1.value;
@@ -4038,7 +4059,7 @@ var StateNode = /* @__PURE__ */ function() {
4038
4059
  var children2 = invokeActions.reduce(function(acc, action2) {
4039
4060
  acc[action2.activity.id] = createInvocableActor(action2.activity, _this.machine, updatedContext, _event);
4040
4061
  return acc;
4041
- }, currentState ? __assign$1({}, currentState.children) : {});
4062
+ }, currentState ? __assign({}, currentState.children) : {});
4042
4063
  var nextState = new State({
4043
4064
  value: resolvedStateValue || currentState.value,
4044
4065
  context: updatedContext,
@@ -4418,7 +4439,7 @@ var StateNode = /* @__PURE__ */ function() {
4418
4439
  }) : true;
4419
4440
  var guards = this.machine.options.guards;
4420
4441
  var target = this.resolveTarget(normalizedTarget);
4421
- var transition = __assign$1(__assign$1({}, transitionConfig), {
4442
+ var transition = __assign(__assign({}, transitionConfig), {
4422
4443
  actions: toActionObjects(toArray(transitionConfig.actions)),
4423
4444
  cond: toGuard(transitionConfig.cond, guards),
4424
4445
  target,
@@ -4426,7 +4447,7 @@ var StateNode = /* @__PURE__ */ function() {
4426
4447
  internal,
4427
4448
  eventType: transitionConfig.event,
4428
4449
  toJSON: function() {
4429
- return __assign$1(__assign$1({}, transition), {
4450
+ return __assign(__assign({}, transition), {
4430
4451
  target: transition.target ? transition.target.map(function(t2) {
4431
4452
  return "#".concat(t2.id);
4432
4453
  }) : void 0,
@@ -4445,7 +4466,7 @@ var StateNode = /* @__PURE__ */ function() {
4445
4466
  } else if (Array.isArray(this.config.on)) {
4446
4467
  onConfig = this.config.on;
4447
4468
  } else {
4448
- var _b = this.config.on, _c = WILDCARD, _d = _b[_c], wildcardConfigs = _d === void 0 ? [] : _d, strictTransitionConfigs_1 = __rest$1(_b, [typeof _c === "symbol" ? _c : _c + ""]);
4469
+ var _b = this.config.on, _c = WILDCARD, _d = _b[_c], wildcardConfigs = _d === void 0 ? [] : _d, strictTransitionConfigs_1 = __rest(_b, [typeof _c === "symbol" ? _c : _c + ""]);
4449
4470
  onConfig = flatten(Object.keys(strictTransitionConfigs_1).map(function(key) {
4450
4471
  var transitionConfigArray = toTransitionConfigArray(key, strictTransitionConfigs_1[key]);
4451
4472
  return transitionConfigArray;
@@ -5650,7 +5671,7 @@ function k({ services: n2 }) {
5650
5671
  }, forceNewPassword(n3) {
5651
5672
  return __awaiter(this, void 0, void 0, function* () {
5652
5673
  const { user: e2, formValues: o2 } = n3;
5653
- let i2, { password: s2, confirm_password: a2, phone_number: d2, country_code: c2 } = o2, l2 = __rest$2(o2, ["password", "confirm_password", "phone_number", "country_code"]);
5674
+ let i2, { password: s2, confirm_password: a2, phone_number: d2, country_code: c2 } = o2, l2 = __rest$1(o2, ["password", "confirm_password", "phone_number", "country_code"]);
5654
5675
  d2 && (i2 = `${c2}${d2}`.replace(/[^A-Z0-9+]/gi, ""), l2 = Object.assign(Object.assign({}, l2), { phone_number: i2 }));
5655
5676
  try {
5656
5677
  const t2 = yield Auth.completeNewPassword(e2, s2, l2);
@@ -6357,7 +6378,7 @@ function v() {
6357
6378
  const o2 = i.withContext({ user: t2.user });
6358
6379
  return spawn(o2, { name: "signOutActor" });
6359
6380
  } }), stopSignInActor: n("signInActor"), stopSignUpActor: n("signUpActor"), stopResetPasswordActor: n("resetPasswordActor"), stopSignOutActor: n("signOutActor"), configure: assign((o$12, i2) => {
6360
- const n2 = i2.data, { services: e2 } = n2, r2 = __rest$2(n2, ["services"]);
6381
+ const n2 = i2.data, { services: e2 } = n2, r2 = __rest$1(n2, ["services"]);
6361
6382
  return { services: Object.assign(Object.assign({}, o), e2), config: r2 };
6362
6383
  }), setHasSetup: assign({ hasSetup: true }) }, guards: { isInitialStateSignUp: (t2) => "signUp" === t2.config.initialState, isInitialStateResetPassword: (t2) => "resetPassword" === t2.config.initialState, shouldRedirectToSignUp: (t2, o2) => {
6363
6384
  var i2;
@@ -6407,7 +6428,7 @@ const _sfc_main$w = {
6407
6428
  __name: "base-alert",
6408
6429
  setup(__props) {
6409
6430
  const show = ref(true);
6410
- const dismissAriaLabel = b$3("Dismiss alert");
6431
+ const dismissAriaLabel = v$2("Dismiss alert");
6411
6432
  function close() {
6412
6433
  show.value = false;
6413
6434
  }
@@ -6510,73 +6531,6 @@ function createSharedComposable(composable) {
6510
6531
  return state;
6511
6532
  };
6512
6533
  }
6513
- var __assign = globalThis && globalThis.__assign || function() {
6514
- __assign = Object.assign || function(t2) {
6515
- for (var s2, i2 = 1, n2 = arguments.length; i2 < n2; i2++) {
6516
- s2 = arguments[i2];
6517
- for (var p2 in s2)
6518
- if (Object.prototype.hasOwnProperty.call(s2, p2))
6519
- t2[p2] = s2[p2];
6520
- }
6521
- return t2;
6522
- };
6523
- return __assign.apply(this, arguments);
6524
- };
6525
- var __rest = globalThis && globalThis.__rest || function(s2, e2) {
6526
- var t2 = {};
6527
- for (var p2 in s2)
6528
- if (Object.prototype.hasOwnProperty.call(s2, p2) && e2.indexOf(p2) < 0)
6529
- t2[p2] = s2[p2];
6530
- if (s2 != null && typeof Object.getOwnPropertySymbols === "function")
6531
- for (var i2 = 0, p2 = Object.getOwnPropertySymbols(s2); i2 < p2.length; i2++) {
6532
- if (e2.indexOf(p2[i2]) < 0 && Object.prototype.propertyIsEnumerable.call(s2, p2[i2]))
6533
- t2[p2[i2]] = s2[p2[i2]];
6534
- }
6535
- return t2;
6536
- };
6537
- function toObserver(nextHandler, errorHandler, completionHandler) {
6538
- if (typeof nextHandler === "object") {
6539
- return nextHandler;
6540
- }
6541
- var noop2 = function() {
6542
- return void 0;
6543
- };
6544
- return {
6545
- next: nextHandler,
6546
- error: errorHandler || noop2,
6547
- complete: completionHandler || noop2
6548
- };
6549
- }
6550
- function useInterpret(getMachine, options, observerOrListener) {
6551
- if (options === void 0) {
6552
- options = {};
6553
- }
6554
- var machine = typeof getMachine === "function" ? getMachine() : getMachine;
6555
- var context = options.context, guards = options.guards, actions = options.actions, activities = options.activities, services = options.services, delays = options.delays, rehydratedState = options.state, interpreterOptions = __rest(options, ["context", "guards", "actions", "activities", "services", "delays", "state"]);
6556
- var machineConfig = {
6557
- context,
6558
- guards,
6559
- actions,
6560
- activities,
6561
- services,
6562
- delays
6563
- };
6564
- var machineWithConfig = machine.withConfig(machineConfig, function() {
6565
- return __assign(__assign({}, machine.context), context);
6566
- });
6567
- var service2 = interpret(machineWithConfig, interpreterOptions).start(rehydratedState ? State.create(rehydratedState) : void 0);
6568
- var sub;
6569
- onMounted(function() {
6570
- if (observerOrListener) {
6571
- sub = service2.subscribe(toObserver(observerOrListener));
6572
- }
6573
- });
6574
- onBeforeUnmount(function() {
6575
- service2.stop();
6576
- sub === null || sub === void 0 ? void 0 : sub.unsubscribe();
6577
- });
6578
- return service2;
6579
- }
6580
6534
  function isActorWithState(actorRef) {
6581
6535
  return "state" in actorRef;
6582
6536
  }
@@ -6591,8 +6545,8 @@ function useActor(actorRef, getSnapshot) {
6591
6545
  }
6592
6546
  var actorRefRef = isRef(actorRef) ? actorRef : shallowRef(actorRef);
6593
6547
  var state = shallowRef(getSnapshot(actorRefRef.value));
6594
- var send2 = function(event) {
6595
- actorRefRef.value.send(event);
6548
+ var send2 = function(event2) {
6549
+ actorRefRef.value.send(event2);
6596
6550
  };
6597
6551
  watch(actorRefRef, function(newActor, _2, onCleanup) {
6598
6552
  state.value = getSnapshot(newActor);
@@ -6642,37 +6596,51 @@ const facade = {
6642
6596
  submit: (data) => null,
6643
6597
  submitForm: (data) => null
6644
6598
  };
6645
- const service = ref();
6646
- const useAuthenticatorValue = reactive({
6647
- ...facade,
6648
- send: "",
6649
- state: ""
6599
+ const useAuth = createSharedComposable(() => {
6600
+ const machine = v();
6601
+ const service = interpret(machine).start();
6602
+ const authStatus = ref("configuring");
6603
+ const { state, send: send2 } = useActor(service);
6604
+ const onSignIn = () => {
6605
+ authStatus.value = "authenticated";
6606
+ };
6607
+ const onSignOut = () => {
6608
+ authStatus.value = "unauthenticated";
6609
+ };
6610
+ const unsubscribeHub = d$1(service, async (data, service2) => {
6611
+ await m$2(data, service2, { onSignIn, onSignOut });
6612
+ });
6613
+ Auth.currentAuthenticatedUser().then(() => {
6614
+ authStatus.value = "authenticated";
6615
+ }).catch(() => {
6616
+ authStatus.value = "unauthenticated";
6617
+ });
6618
+ onScopeDispose(() => {
6619
+ unsubscribeHub();
6620
+ });
6621
+ return { authStatus, service, send: send2, state };
6650
6622
  });
6651
- const useAuth = (serv) => {
6652
- if (serv) {
6653
- service.value = serv;
6654
- }
6655
- return useActor(service.value);
6656
- };
6657
- const useInternalAuthenticator = () => {
6658
- createValues();
6623
+ const useAuthenticator = createSharedComposable(() => {
6624
+ const { authStatus, state, send: send2 } = useAuth();
6625
+ const useAuthenticatorValue = reactive({
6626
+ ...facade,
6627
+ send: send2,
6628
+ state
6629
+ });
6659
6630
  watchEffect(() => {
6660
- createValues();
6631
+ const facadeValues = s$3({
6632
+ send: send2,
6633
+ state: state.value
6634
+ });
6635
+ for (const key of Object.keys(facade)) {
6636
+ useAuthenticatorValue[key] = facadeValues[key];
6637
+ }
6638
+ useAuthenticatorValue.authStatus = authStatus.value;
6639
+ useAuthenticatorValue.send = send2;
6640
+ useAuthenticatorValue.state = state;
6661
6641
  });
6662
6642
  return useAuthenticatorValue;
6663
- };
6664
- const useAuthenticator = useInternalAuthenticator;
6665
- function createValues() {
6666
- if (!service.value)
6667
- return;
6668
- const { state, send: send2 } = useAuth();
6669
- const facadeValues = s$3({ send: send2, state: state.value });
6670
- for (const key of Object.keys(facade)) {
6671
- useAuthenticatorValue[key] = facadeValues[key];
6672
- }
6673
- useAuthenticatorValue.send = send2;
6674
- useAuthenticatorValue.state = state;
6675
- }
6643
+ });
6676
6644
  const _sfc_main$s = /* @__PURE__ */ defineComponent({
6677
6645
  __name: "federated-sign-in-button",
6678
6646
  props: {
@@ -6779,8 +6747,7 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
6779
6747
  setup(__props) {
6780
6748
  var _a2;
6781
6749
  const { state } = useAuth();
6782
- const useAuthShared = createSharedComposable(useAuthenticator);
6783
- const { route } = useAuthShared();
6750
+ const { route } = useAuthenticator();
6784
6751
  const { value: { context } } = state;
6785
6752
  const socialProviders = (_a2 = context == null ? void 0 : context.config) == null ? void 0 : _a2.socialProviders;
6786
6753
  const includeAmazon = socialProviders == null ? void 0 : socialProviders.includes("amazon");
@@ -6888,7 +6855,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
6888
6855
  };
6889
6856
  return (_ctx, _cache) => {
6890
6857
  return openBlock(), createElementBlock("input", {
6891
- onChange: _cache[0] || (_cache[0] = (event) => onInput(event)),
6858
+ onChange: _cache[0] || (_cache[0] = (event2) => onInput(event2)),
6892
6859
  "data-amplify-input": ""
6893
6860
  }, null, 32);
6894
6861
  };
@@ -6927,8 +6894,8 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
6927
6894
  setup(__props) {
6928
6895
  var _a2;
6929
6896
  const props = __props;
6930
- const showPassword = b$3("Show password");
6931
- const hidePassword = b$3("Hide password");
6897
+ const showPassword = v$2("Show password");
6898
+ const hidePassword = v$2("Hide password");
6932
6899
  const showHideType = ref("password");
6933
6900
  const showHideLabel = ref(showPassword);
6934
6901
  const random = Math.floor(Math.random() * 999999);
@@ -6938,18 +6905,18 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
6938
6905
  showHideLabel.value = showHideLabel.value === showPassword ? hidePassword : showPassword;
6939
6906
  showHideType.value = showHideType.value === "password" ? "text" : "password";
6940
6907
  }
6941
- const placeholderValue = b$3((_a2 = placeholder == null ? void 0 : placeholder.value) != null ? _a2 : label.value);
6942
- const labelValue = b$3(label.value);
6908
+ const placeholderValue = v$2((_a2 = placeholder == null ? void 0 : placeholder.value) != null ? _a2 : label.value);
6909
+ const labelValue = v$2(label.value);
6943
6910
  return (_ctx, _cache) => {
6944
6911
  const _component_base_label = __unplugin_components_0;
6945
6912
  const _component_base_input = _sfc_main$p;
6946
6913
  const _component_base_wrapper = __unplugin_components_2;
6947
6914
  return openBlock(), createBlock(_component_base_wrapper, {
6948
6915
  class: normalizeClass([
6949
- unref(e$e).Flex,
6950
- unref(e$e).Field,
6951
- unref(e$e).TextField,
6952
- unref(e$e).PasswordField,
6916
+ unref(e$f).Flex,
6917
+ unref(e$f).Field,
6918
+ unref(e$f).TextField,
6919
+ unref(e$f).PasswordField,
6953
6920
  "amplify-authenticator__column"
6954
6921
  ])
6955
6922
  }, {
@@ -6964,11 +6931,11 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
6964
6931
  _: 1
6965
6932
  }, 8, ["class", "for"]),
6966
6933
  createVNode(_component_base_wrapper, {
6967
- class: normalizeClass([unref(e$e).Flex, unref(e$e).FieldGroup])
6934
+ class: normalizeClass([unref(e$f).Flex, unref(e$f).FieldGroup])
6968
6935
  }, {
6969
6936
  default: withCtx(() => [
6970
6937
  createVNode(_component_base_wrapper, {
6971
- class: normalizeClass(unref(e$e).FieldGroupFieldWrapper)
6938
+ class: normalizeClass(unref(e$f).FieldGroupFieldWrapper)
6972
6939
  }, {
6973
6940
  default: withCtx(() => {
6974
6941
  var _a3;
@@ -6977,8 +6944,8 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
6977
6944
  modelValue: unref(password),
6978
6945
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isRef(password) ? password.value = $event : password = $event),
6979
6946
  class: [
6980
- unref(e$e).Input,
6981
- unref(e$e).FieldGroupControl
6947
+ unref(e$f).Input,
6948
+ unref(e$f).FieldGroupControl
6982
6949
  ],
6983
6950
  id: "amplify-field-" + unref(random),
6984
6951
  "data-amplify-password": "true",
@@ -6995,16 +6962,16 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
6995
6962
  _: 1
6996
6963
  }, 8, ["class"]),
6997
6964
  createVNode(_component_base_wrapper, {
6998
- class: normalizeClass(unref(e$e).FieldGroupOuterEnd)
6965
+ class: normalizeClass(unref(e$f).FieldGroupOuterEnd)
6999
6966
  }, {
7000
6967
  default: withCtx(() => [
7001
6968
  createElementVNode("button", {
7002
6969
  "aria-label": showHideLabel.value,
7003
6970
  "aria-checked": showHideType.value !== "password",
7004
6971
  class: normalizeClass([
7005
- unref(e$e).Button,
7006
- unref(e$e).FieldGroupControl,
7007
- unref(e$e).FieldShowPassword
6972
+ unref(e$f).Button,
6973
+ unref(e$f).FieldGroupControl,
6974
+ unref(e$f).FieldShowPassword
7008
6975
  ]),
7009
6976
  "data-fullwidth": "false",
7010
6977
  type: "button",
@@ -7016,13 +6983,13 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
7016
6983
  xmlns: "http://www.w3.org/2000/svg",
7017
6984
  fill: "currentColor",
7018
6985
  viewBox: "0 0 24 24",
7019
- class: normalizeClass(unref(e$e).Icon)
6986
+ class: normalizeClass(unref(e$f).Icon)
7020
6987
  }, _hoisted_3$3, 2)) : (openBlock(), createElementBlock("svg", {
7021
6988
  key: 1,
7022
6989
  xmlns: "http://www.w3.org/2000/svg",
7023
6990
  fill: "currentColor",
7024
6991
  viewBox: "0 0 24 24",
7025
- class: normalizeClass(unref(e$e).Icon)
6992
+ class: normalizeClass(unref(e$f).Icon)
7026
6993
  }, _hoisted_6$1, 2))
7027
6994
  ], 10, _hoisted_1$7)
7028
6995
  ]),
@@ -7053,7 +7020,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
7053
7020
  };
7054
7021
  return (_ctx, _cache) => {
7055
7022
  return openBlock(), createElementBlock("select", {
7056
- onChange: _cache[0] || (_cache[0] = (event) => onChange(event))
7023
+ onChange: _cache[0] || (_cache[0] = (event2) => onChange(event2))
7057
7024
  }, [
7058
7025
  (openBlock(true), createElementBlock(Fragment, null, renderList(unref(options), (option, idx) => {
7059
7026
  return openBlock(), createElementBlock("option", {
@@ -7193,8 +7160,7 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
7193
7160
  setup(__props) {
7194
7161
  const props = __props;
7195
7162
  const { name, formField } = toRefs(props);
7196
- const useAuthShared = createSharedComposable(useAuthenticator);
7197
- const { validationErrors } = toRefs(useAuthShared());
7163
+ const { validationErrors } = toRefs(useAuthenticator());
7198
7164
  const { type } = formField.value;
7199
7165
  const isPasswordField = type === "password";
7200
7166
  const errorId = nanoid(12);
@@ -7240,7 +7206,7 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
7240
7206
  role: "alert",
7241
7207
  "data-variation": "error",
7242
7208
  class: "amplify-text amplify-text--error"
7243
- }, toDisplayString(unref(b$3)(error2)), 1);
7209
+ }, toDisplayString(unref(v$2)(error2)), 1);
7244
7210
  }), 128))
7245
7211
  ], 8, _hoisted_1$4)) : createCommentVNode("", true)
7246
7212
  ], 64);
@@ -7281,8 +7247,7 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
7281
7247
  "createAccountClicked"
7282
7248
  ],
7283
7249
  setup(__props, { emit }) {
7284
- const useAuthShared = createSharedComposable(useAuthenticator);
7285
- const props = useAuthShared();
7250
+ const props = useAuthenticator();
7286
7251
  const attrs = useAttrs();
7287
7252
  const { getForgotPasswordText, getSignInText, getSigningInText } = n$1;
7288
7253
  const forgotYourPasswordLink = computed(() => getForgotPasswordText());
@@ -7358,7 +7323,7 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
7358
7323
  }, 8, ["disabled"]),
7359
7324
  unref(actorState).context.remoteError ? (openBlock(), createBlock(_component_base_alert, { key: 0 }, {
7360
7325
  default: withCtx(() => [
7361
- createTextVNode(toDisplayString(unref(b$3)(unref(actorState).context.remoteError)), 1)
7326
+ createTextVNode(toDisplayString(unref(v$2)(unref(actorState).context.remoteError)), 1)
7362
7327
  ]),
7363
7328
  _: 1
7364
7329
  })) : createCommentVNode("", true),
@@ -7422,10 +7387,8 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
7422
7387
  __name: "sign-up",
7423
7388
  emits: ["signUpSubmit"],
7424
7389
  setup(__props, { emit }) {
7425
- const useAuthShared = createSharedComposable(useAuthenticator);
7426
- const facadeValues = useAuthShared();
7427
- const props = useAuthShared();
7428
- const { hasValidationErrors, isPending, error: error2 } = toRefs(facadeValues);
7390
+ const props = useAuthenticator();
7391
+ const { hasValidationErrors, isPending, error: error2 } = toRefs(props);
7429
7392
  const attrs = useAttrs();
7430
7393
  const { getCreateAccountText } = n$1;
7431
7394
  const createAccountLabel = computed(() => getCreateAccountText());
@@ -7483,7 +7446,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
7483
7446
  }, 8, ["disabled"]),
7484
7447
  unref(error2) ? (openBlock(), createBlock(_component_base_alert, { key: 0 }, {
7485
7448
  default: withCtx(() => [
7486
- createTextVNode(toDisplayString(unref(b$3)(unref(error2))), 1)
7449
+ createTextVNode(toDisplayString(unref(v$2)(unref(error2))), 1)
7487
7450
  ]),
7488
7451
  _: 1
7489
7452
  })) : createCommentVNode("", true),
@@ -7615,9 +7578,8 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
7615
7578
  emits: ["confirmSignUpSubmit", "lostCodeClicked"],
7616
7579
  setup(__props, { emit }) {
7617
7580
  const attrs = useAttrs();
7618
- const useAuthShared = createSharedComposable(useAuthenticator);
7619
- const { isPending, error: error2, codeDeliveryDetails } = toRefs(useAuthShared());
7620
- const { submitForm, updateForm, resendCode } = useAuthShared();
7581
+ const { isPending, error: error2, codeDeliveryDetails } = toRefs(useAuthenticator());
7582
+ const { submitForm, updateForm, resendCode } = useAuthenticator();
7621
7583
  const { getDeliveryMethodText, getDeliveryMessageText, getResendCodeText, getConfirmText } = n$1;
7622
7584
  const confirmSignUpHeading = computed(() => getDeliveryMethodText(codeDeliveryDetails.value));
7623
7585
  const resendCodeText = computed(() => getResendCodeText());
@@ -7693,7 +7655,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
7693
7655
  default: withCtx(() => [
7694
7656
  unref(error2) ? (openBlock(), createBlock(_component_base_alert, { key: 0 }, {
7695
7657
  default: withCtx(() => [
7696
- createTextVNode(toDisplayString(unref(b$3)(unref(error2))), 1)
7658
+ createTextVNode(toDisplayString(unref(v$2)(unref(error2))), 1)
7697
7659
  ]),
7698
7660
  _: 1
7699
7661
  })) : createCommentVNode("", true),
@@ -7749,8 +7711,7 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
7749
7711
  setup(__props, { emit }) {
7750
7712
  const attrs = useAttrs();
7751
7713
  const { state, send: send2 } = useAuth();
7752
- const useAuthShared = createSharedComposable(useAuthenticator);
7753
- const props = useAuthShared();
7714
+ const props = useAuthenticator();
7754
7715
  const actorState = computed(() => t$1(state.value));
7755
7716
  const challengeName = actorState.value.context.challengeName;
7756
7717
  const { getBackToSignInText, getConfirmText, getChallengeText } = n$1;
@@ -7830,7 +7791,7 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
7830
7791
  default: withCtx(() => {
7831
7792
  var _a3, _b2;
7832
7793
  return [
7833
- createTextVNode(toDisplayString(unref(b$3)((_b2 = (_a3 = unref(actorState)) == null ? void 0 : _a3.context) == null ? void 0 : _b2.remoteError)), 1)
7794
+ createTextVNode(toDisplayString(unref(v$2)((_b2 = (_a3 = unref(actorState)) == null ? void 0 : _a3.context) == null ? void 0 : _b2.remoteError)), 1)
7834
7795
  ];
7835
7796
  }),
7836
7797
  _: 1
@@ -9903,8 +9864,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
9903
9864
  setup(__props, { emit }) {
9904
9865
  var _a2, _b, _c;
9905
9866
  const logger = new Logger("SetupTOTP-logger");
9906
- const useAuthShared = createSharedComposable(useAuthenticator);
9907
- const props = useAuthShared();
9867
+ const props = useAuthenticator();
9908
9868
  const attrs = useAttrs();
9909
9869
  const { state, send: send2 } = useAuth();
9910
9870
  const { value: { context } } = state;
@@ -10035,7 +9995,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
10035
9995
  return [
10036
9996
  ((_a3 = unref(actorState).context) == null ? void 0 : _a3.remoteError) ? (openBlock(), createBlock(_component_base_alert, { key: 0 }, {
10037
9997
  default: withCtx(() => [
10038
- createTextVNode(toDisplayString(unref(b$3)(unref(actorState).context.remoteError)), 1)
9998
+ createTextVNode(toDisplayString(unref(v$2)(unref(actorState).context.remoteError)), 1)
10039
9999
  ]),
10040
10000
  _: 1
10041
10001
  })) : createCommentVNode("", true),
@@ -10104,8 +10064,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
10104
10064
  setup(__props, { emit }) {
10105
10065
  const attrs = useAttrs();
10106
10066
  const { state, send: send2 } = useAuth();
10107
- const useAuthShared = createSharedComposable(useAuthenticator);
10108
- const props = useAuthShared();
10067
+ const props = useAuthenticator();
10109
10068
  const actorState = computed(() => t$1(state.value));
10110
10069
  const { getChangePasswordText, getChangingText, getBackToSignInText } = n$1;
10111
10070
  const changePasswordLabel = computed(() => getChangePasswordText());
@@ -10190,7 +10149,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
10190
10149
  "data-ui-error": ""
10191
10150
  }, {
10192
10151
  default: withCtx(() => [
10193
- createTextVNode(toDisplayString(unref(b$3)(unref(actorState).context.remoteError)), 1)
10152
+ createTextVNode(toDisplayString(unref(v$2)(unref(actorState).context.remoteError)), 1)
10194
10153
  ]),
10195
10154
  _: 1
10196
10155
  })) : createCommentVNode("", true),
@@ -10246,9 +10205,8 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
10246
10205
  emits: ["resetPasswordSubmit", "backToSignInClicked"],
10247
10206
  setup(__props, { emit }) {
10248
10207
  const attrs = useAttrs();
10249
- const useAuthShared = createSharedComposable(useAuthenticator);
10250
- const { send: send2, submitForm } = useAuthShared();
10251
- const { error: error2, isPending } = toRefs(useAuthShared());
10208
+ const { send: send2, submitForm } = useAuthenticator();
10209
+ const { error: error2, isPending } = toRefs(useAuthenticator());
10252
10210
  const { getBackToSignInText, getResetYourPasswordText, getSendCodeText } = n$1;
10253
10211
  const backSignInText = computed(() => getBackToSignInText());
10254
10212
  const resetPasswordHeading = computed(() => getResetYourPasswordText());
@@ -10320,7 +10278,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
10320
10278
  default: withCtx(() => [
10321
10279
  unref(error2) ? (openBlock(), createBlock(_component_base_alert, { key: 0 }, {
10322
10280
  default: withCtx(() => [
10323
- createTextVNode(toDisplayString(unref(b$3)(unref(error2))), 1)
10281
+ createTextVNode(toDisplayString(unref(v$2)(unref(error2))), 1)
10324
10282
  ]),
10325
10283
  _: 1
10326
10284
  })) : createCommentVNode("", true),
@@ -10372,8 +10330,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
10372
10330
  emits: ["confirmResetPasswordSubmit", "backToSignInClicked"],
10373
10331
  setup(__props, { emit }) {
10374
10332
  const { state, send: send2 } = useAuth();
10375
- const useAuthShared = createSharedComposable(useAuthenticator);
10376
- const props = useAuthShared();
10333
+ const props = useAuthenticator();
10377
10334
  const attrs = useAttrs();
10378
10335
  const actorState = computed(() => t$1(state.value));
10379
10336
  const { getResendCodeText, getResetYourPasswordText, getSubmitText } = n$1;
@@ -10454,7 +10411,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
10454
10411
  default: withCtx(() => {
10455
10412
  var _a3, _b2;
10456
10413
  return [
10457
- createTextVNode(toDisplayString(unref(b$3)((_b2 = (_a3 = unref(actorState)) == null ? void 0 : _a3.context) == null ? void 0 : _b2.remoteError)), 1)
10414
+ createTextVNode(toDisplayString(unref(v$2)((_b2 = (_a3 = unref(actorState)) == null ? void 0 : _a3.context) == null ? void 0 : _b2.remoteError)), 1)
10458
10415
  ];
10459
10416
  }),
10460
10417
  _: 1
@@ -10509,8 +10466,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
10509
10466
  __name: "verify-user",
10510
10467
  emits: ["verifyUserSubmit", "skipClicked"],
10511
10468
  setup(__props, { emit }) {
10512
- const useAuthShared = createSharedComposable(useAuthenticator);
10513
- const props = useAuthShared();
10469
+ const props = useAuthenticator();
10514
10470
  const attrs = useAttrs();
10515
10471
  const { state, send: send2 } = useAuth();
10516
10472
  const actorState = computed(() => t$1(state.value));
@@ -10640,7 +10596,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
10640
10596
  default: withCtx(() => {
10641
10597
  var _a3;
10642
10598
  return [
10643
- createTextVNode(toDisplayString(unref(b$3)((_a3 = unref(actorState)) == null ? void 0 : _a3.context.remoteError)), 1)
10599
+ createTextVNode(toDisplayString(unref(v$2)((_a3 = unref(actorState)) == null ? void 0 : _a3.context.remoteError)), 1)
10644
10600
  ];
10645
10601
  }),
10646
10602
  _: 1
@@ -10696,8 +10652,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
10696
10652
  __name: "confirm-verify-user",
10697
10653
  emits: ["confirmVerifyUserSubmit", "skipClicked"],
10698
10654
  setup(__props, { emit }) {
10699
- const useAuthShared = createSharedComposable(useAuthenticator);
10700
- const props = useAuthShared();
10655
+ const props = useAuthenticator();
10701
10656
  const attrs = useAttrs();
10702
10657
  const { state, send: send2 } = useAuth();
10703
10658
  const actorState = computed(() => t$1(state.value));
@@ -10777,7 +10732,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
10777
10732
  default: withCtx(() => {
10778
10733
  var _a3;
10779
10734
  return [
10780
- createTextVNode(toDisplayString(unref(b$3)((_a3 = unref(actorState)) == null ? void 0 : _a3.context.remoteError)), 1)
10735
+ createTextVNode(toDisplayString(unref(v$2)((_a3 = unref(actorState)) == null ? void 0 : _a3.context.remoteError)), 1)
10781
10736
  ];
10782
10737
  }),
10783
10738
  _: 1
@@ -10829,7 +10784,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
10829
10784
  };
10830
10785
  }
10831
10786
  });
10832
- const VERSION = "3.1.16";
10787
+ const VERSION = "3.1.17";
10833
10788
  const _hoisted_1$1 = ["data-variation"];
10834
10789
  const _hoisted_2$1 = { "data-amplify-container": "" };
10835
10790
  const _hoisted_3$1 = ["data-amplify-router-content"];
@@ -10865,14 +10820,10 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
10865
10820
  const props = __props;
10866
10821
  const attrs = useAttrs();
10867
10822
  const { initialState, loginMechanisms, variation, services, signUpAttributes, socialProviders, hideSignUp, formFields } = toRefs(props);
10868
- const machine = v();
10869
- const service2 = useInterpret(machine);
10870
- let unsubscribeHub;
10871
10823
  let unsubscribeMachine;
10872
- const { state, send: send2 } = useActor(service2);
10873
- useAuth(service2);
10874
10824
  const hasInitialized = ref(false);
10875
- unsubscribeMachine = service2.subscribe((newState) => {
10825
+ const { service, send: send2, state } = useAuth();
10826
+ unsubscribeMachine = service.subscribe((newState) => {
10876
10827
  if (newState.matches("setup") && !hasInitialized.value) {
10877
10828
  send2({
10878
10829
  type: "INIT",
@@ -10888,20 +10839,17 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
10888
10839
  hasInitialized.value = true;
10889
10840
  }
10890
10841
  }).unsubscribe;
10842
+ const { route, signOut, toSignIn, toSignUp, user } = toRefs(useAuthenticator());
10891
10843
  onMounted(() => {
10892
- unsubscribeHub = d$1(service2);
10893
10844
  r$2({
10894
10845
  packageName: "@aws-amplify/ui-vue",
10895
10846
  version: VERSION
10896
10847
  });
10897
10848
  });
10898
10849
  onUnmounted(() => {
10899
- if (unsubscribeHub)
10900
- unsubscribeHub();
10901
10850
  if (unsubscribeMachine)
10902
10851
  unsubscribeMachine();
10903
10852
  });
10904
- const actorState = computed(() => t$1(state.value));
10905
10853
  const signInComponent = ref();
10906
10854
  const signUpComponent = ref();
10907
10855
  const confirmSignUpComponent = ref();
@@ -10986,26 +10934,25 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
10986
10934
  confirmVerifyUserComponent.value.submit(e2);
10987
10935
  }
10988
10936
  };
10989
- const user = ref(null);
10990
- const signOut = ref();
10991
- watch(() => state.value.context, () => {
10992
- const { user: u2, signOut: s2 } = s$3({
10993
- send: send2,
10994
- state: state.value
10995
- });
10996
- user.value = u2;
10997
- signOut.value = s2;
10998
- });
10999
10937
  const hasTabs = computed(() => {
11000
- var _a2, _b;
11001
- return ((_a2 = actorState.value) == null ? void 0 : _a2.matches("signIn")) || ((_b = actorState.value) == null ? void 0 : _b.matches("signUp"));
10938
+ return route.value === "signIn" || route.value === "signUp";
11002
10939
  });
11003
10940
  const hasRouteComponent = computed(() => {
11004
- var _a2;
11005
- return !(state.value.matches("authenticated") || state.value.matches("idle") || state.value.matches("setup") || state.value.matches("signOut") || ((_a2 = actorState.value) == null ? void 0 : _a2.matches("autoSignIn")));
10941
+ const routesWithComponent = [
10942
+ "confirmResetPassword",
10943
+ "confirmSignIn",
10944
+ "confirmSignUp",
10945
+ "confirmVerifyUser",
10946
+ "forceNewPassword",
10947
+ "resetPassword",
10948
+ "setupTOTP",
10949
+ "signIn",
10950
+ "signUp",
10951
+ "verifyUser"
10952
+ ];
10953
+ return routesWithComponent.includes(route.value);
11006
10954
  });
11007
10955
  return (_ctx, _cache) => {
11008
- var _a2, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l;
11009
10956
  const _component_base_two_tab_item = _sfc_main$g;
11010
10957
  const _component_base_two_tabs = __unplugin_components_1;
11011
10958
  return openBlock(), createElementBlock(Fragment, null, [
@@ -11020,27 +10967,24 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
11020
10967
  "data-amplify-router-content": unref(hasTabs) ? void 0 : ""
11021
10968
  }, [
11022
10969
  unref(hasTabs) && !unref(hideSignUp) ? (openBlock(), createBlock(_component_base_two_tabs, { key: 0 }, {
11023
- default: withCtx(() => {
11024
- var _a3, _b2;
11025
- return [
11026
- createVNode(_component_base_two_tab_item, {
11027
- active: (_a3 = unref(actorState)) == null ? void 0 : _a3.matches("signIn"),
11028
- id: 44472,
11029
- label: unref(signInLabel),
11030
- onClick: _cache[0] || (_cache[0] = ($event) => unref(send2)("SIGN_IN"))
11031
- }, null, 8, ["active", "label"]),
11032
- createVNode(_component_base_two_tab_item, {
11033
- active: (_b2 = unref(actorState)) == null ? void 0 : _b2.matches("signUp"),
11034
- id: 44471,
11035
- label: unref(createAccountLabel),
11036
- onClick: _cache[1] || (_cache[1] = ($event) => unref(send2)("SIGN_UP"))
11037
- }, null, 8, ["active", "label"])
11038
- ];
11039
- }),
10970
+ default: withCtx(() => [
10971
+ createVNode(_component_base_two_tab_item, {
10972
+ active: unref(route) === "signIn",
10973
+ id: 44472,
10974
+ label: unref(signInLabel),
10975
+ onClick: unref(toSignIn)
10976
+ }, null, 8, ["active", "label", "onClick"]),
10977
+ createVNode(_component_base_two_tab_item, {
10978
+ active: unref(route) === "signUp",
10979
+ id: 44471,
10980
+ label: unref(createAccountLabel),
10981
+ onClick: unref(toSignUp)
10982
+ }, null, 8, ["active", "label", "onClick"])
10983
+ ]),
11040
10984
  _: 1
11041
10985
  })) : createCommentVNode("", true),
11042
10986
  unref(hasTabs) ? (openBlock(), createElementBlock("div", _hoisted_4$1, [
11043
- ((_a2 = unref(actorState)) == null ? void 0 : _a2.matches("signIn")) ? (openBlock(), createBlock(_sfc_main$j, {
10987
+ unref(route) === "signIn" ? (openBlock(), createBlock(_sfc_main$j, {
11044
10988
  key: 0,
11045
10989
  onSignInSubmit: onSignInSubmitI,
11046
10990
  ref_key: "signInComponent",
@@ -11065,7 +11009,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
11065
11009
  ]),
11066
11010
  _: 3
11067
11011
  }, 512)) : createCommentVNode("", true),
11068
- ((_b = unref(actorState)) == null ? void 0 : _b.matches("signUp")) && !unref(hideSignUp) ? (openBlock(), createBlock(_sfc_main$h, {
11012
+ unref(route) === "signUp" && !unref(hideSignUp) ? (openBlock(), createBlock(_sfc_main$h, {
11069
11013
  key: 1,
11070
11014
  onSignUpSubmit: onSignUpSubmitI,
11071
11015
  ref_key: "signUpComponent",
@@ -11086,7 +11030,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
11086
11030
  _: 3
11087
11031
  }, 512)) : createCommentVNode("", true)
11088
11032
  ])) : createCommentVNode("", true),
11089
- ((_c = unref(actorState)) == null ? void 0 : _c.matches("confirmSignUp")) ? (openBlock(), createBlock(_sfc_main$c, {
11033
+ unref(route) === "confirmSignUp" ? (openBlock(), createBlock(_sfc_main$c, {
11090
11034
  key: 2,
11091
11035
  onConfirmSignUpSubmit: onConfirmSignUpSubmitI,
11092
11036
  ref_key: "confirmSignUpComponent",
@@ -11106,7 +11050,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
11106
11050
  ]),
11107
11051
  _: 3
11108
11052
  }, 512)) : createCommentVNode("", true),
11109
- ((_d = unref(actorState)) == null ? void 0 : _d.matches("resetPassword")) ? (openBlock(), createBlock(_sfc_main$7, {
11053
+ unref(route) === "resetPassword" ? (openBlock(), createBlock(_sfc_main$7, {
11110
11054
  key: 3,
11111
11055
  onResetPasswordSubmit: onResetPasswordSubmitI,
11112
11056
  ref_key: "resetPasswordComponent",
@@ -11126,7 +11070,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
11126
11070
  ]),
11127
11071
  _: 3
11128
11072
  }, 512)) : createCommentVNode("", true),
11129
- ((_e = unref(actorState)) == null ? void 0 : _e.matches("confirmResetPassword")) ? (openBlock(), createBlock(_sfc_main$6, {
11073
+ unref(route) === "confirmResetPassword" ? (openBlock(), createBlock(_sfc_main$6, {
11130
11074
  key: 4,
11131
11075
  onConfirmResetPasswordSubmit: onConfirmResetPasswordSubmitI,
11132
11076
  ref_key: "confirmResetPasswordComponent",
@@ -11146,7 +11090,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
11146
11090
  ]),
11147
11091
  _: 3
11148
11092
  }, 512)) : createCommentVNode("", true),
11149
- ((_f = unref(actorState)) == null ? void 0 : _f.matches("confirmSignIn")) ? (openBlock(), createBlock(_sfc_main$b, {
11093
+ unref(route) === "confirmSignIn" ? (openBlock(), createBlock(_sfc_main$b, {
11150
11094
  key: 5,
11151
11095
  onConfirmSignInSubmit: onConfirmSignInSubmitI,
11152
11096
  ref_key: "confirmSignInComponent",
@@ -11166,7 +11110,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
11166
11110
  ]),
11167
11111
  _: 3
11168
11112
  }, 512)) : createCommentVNode("", true),
11169
- ((_g = unref(actorState)) == null ? void 0 : _g.matches("setupTOTP.edit")) || ((_h = unref(actorState)) == null ? void 0 : _h.matches("setupTOTP.submit")) ? (openBlock(), createBlock(_sfc_main$a, {
11113
+ unref(route) === "setupTOTP" ? (openBlock(), createBlock(_sfc_main$a, {
11170
11114
  key: 6,
11171
11115
  onConfirmSetupTotpSubmit: onConfirmSetupTOTPSubmitI,
11172
11116
  ref_key: "confirmSetupTOTPComponent",
@@ -11186,7 +11130,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
11186
11130
  ]),
11187
11131
  _: 3
11188
11132
  }, 512)) : createCommentVNode("", true),
11189
- ((_i = unref(actorState)) == null ? void 0 : _i.matches("forceNewPassword")) ? (openBlock(), createBlock(_sfc_main$8, {
11133
+ unref(route) === "forceNewPassword" ? (openBlock(), createBlock(_sfc_main$8, {
11190
11134
  key: 7,
11191
11135
  onForceNewPasswordSubmit: onForceNewPasswordSubmitI,
11192
11136
  ref_key: "forceNewPasswordComponent",
@@ -11209,7 +11153,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
11209
11153
  ]),
11210
11154
  _: 3
11211
11155
  }, 512)) : createCommentVNode("", true),
11212
- ((_j = unref(actorState)) == null ? void 0 : _j.matches("verifyUser")) ? (openBlock(), createBlock(_sfc_main$5, {
11156
+ unref(route) === "verifyUser" ? (openBlock(), createBlock(_sfc_main$5, {
11213
11157
  key: 8,
11214
11158
  onVerifyUserSubmit: onVerifyUserSubmitI,
11215
11159
  ref_key: "verifyUserComponent",
@@ -11229,7 +11173,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
11229
11173
  ]),
11230
11174
  _: 3
11231
11175
  }, 512)) : createCommentVNode("", true),
11232
- ((_k = unref(actorState)) == null ? void 0 : _k.matches("confirmVerifyUser")) ? (openBlock(), createBlock(_sfc_main$4, {
11176
+ unref(route) === "confirmVerifyUser" ? (openBlock(), createBlock(_sfc_main$4, {
11233
11177
  key: 9,
11234
11178
  onConfirmVerifyUserSubmit: onConfirmVerifyUserSubmitI,
11235
11179
  ref_key: "confirmVerifyUserComponent",
@@ -11253,11 +11197,11 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
11253
11197
  renderSlot(_ctx.$slots, "footer")
11254
11198
  ])
11255
11199
  ], 16, _hoisted_1$1)) : createCommentVNode("", true),
11256
- ((_l = unref(state)) == null ? void 0 : _l.matches("authenticated")) ? renderSlot(_ctx.$slots, "default", {
11200
+ unref(route) === "authenticated" ? renderSlot(_ctx.$slots, "default", {
11257
11201
  key: 1,
11258
- user: user.value,
11202
+ user: unref(user),
11259
11203
  state: unref(state),
11260
- signOut: signOut.value,
11204
+ signOut: unref(signOut),
11261
11205
  send: unref(send2)
11262
11206
  }) : createCommentVNode("", true)
11263
11207
  ], 64);
@@ -11417,4 +11361,4 @@ var index = {
11417
11361
  );
11418
11362
  }
11419
11363
  };
11420
- export { _sfc_main$x as AmplifyButton, _sfc_main as AmplifyCheckBox, _sfc_main$1 as AmplifyTextField, _sfc_main$3 as Authenticator, _sfc_main$9 as AuthenticatorForceNewPasswordFormFields, _sfc_main$i as AuthenticatorSignUpFormFields, _sfc_main$6 as ConfirmResetPassword, _sfc_main$b as ConfirmSignIn, _sfc_main$c as ConfirmSignUp, _sfc_main$4 as ConfirmVerifyUser, _sfc_main$r as FederatedSignIn, _sfc_main$8 as ForceNewPassword, _sfc_main$o as PasswordControl, _sfc_main$2 as RenderInfo, _sfc_main$7 as ResetPassword, _sfc_main$j as SignIn, _sfc_main$h as SignUp, _sfc_main$5 as VerifyUser, index as default, w$1 as translations, useAuthenticator };
11364
+ export { _sfc_main$x as AmplifyButton, _sfc_main as AmplifyCheckBox, _sfc_main$1 as AmplifyTextField, _sfc_main$3 as Authenticator, _sfc_main$9 as AuthenticatorForceNewPasswordFormFields, _sfc_main$i as AuthenticatorSignUpFormFields, _sfc_main$6 as ConfirmResetPassword, _sfc_main$b as ConfirmSignIn, _sfc_main$c as ConfirmSignUp, _sfc_main$4 as ConfirmVerifyUser, _sfc_main$r as FederatedSignIn, _sfc_main$8 as ForceNewPassword, _sfc_main$o as PasswordControl, _sfc_main$2 as RenderInfo, _sfc_main$7 as ResetPassword, _sfc_main$j as SignIn, _sfc_main$h as SignUp, _sfc_main$5 as VerifyUser, index as default, y$2 as translations, useAuthenticator };