@aws-amplify/ui 3.12.3 → 3.13.0

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 (62) hide show
  1. package/dist/esm/helpers/authenticator/facade.js +1 -1
  2. package/dist/esm/helpers/authenticator/form.js +1 -1
  3. package/dist/esm/helpers/authenticator/formFields/defaults.js +1 -1
  4. package/dist/esm/helpers/authenticator/formFields/util.js +1 -1
  5. package/dist/esm/i18n/dictionaries/authenticator/de.js +1 -1
  6. package/dist/esm/i18n/dictionaries/authenticator/en.js +1 -1
  7. package/dist/esm/i18n/dictionaries/authenticator/es.js +1 -1
  8. package/dist/esm/i18n/dictionaries/authenticator/fr.js +1 -1
  9. package/dist/esm/i18n/dictionaries/authenticator/id.js +1 -1
  10. package/dist/esm/i18n/dictionaries/authenticator/it.js +1 -1
  11. package/dist/esm/i18n/dictionaries/authenticator/ja.js +1 -1
  12. package/dist/esm/i18n/dictionaries/authenticator/kr.js +1 -1
  13. package/dist/esm/i18n/dictionaries/authenticator/nl.js +1 -1
  14. package/dist/esm/i18n/dictionaries/authenticator/pl.js +1 -1
  15. package/dist/esm/i18n/dictionaries/authenticator/pt.js +1 -1
  16. package/dist/esm/i18n/dictionaries/authenticator/ru.js +1 -1
  17. package/dist/esm/i18n/dictionaries/authenticator/sv.js +1 -1
  18. package/dist/esm/i18n/dictionaries/authenticator/tr.js +1 -1
  19. package/dist/esm/i18n/dictionaries/authenticator/zh.js +1 -1
  20. package/dist/esm/i18n/dictionaries/index.js +1 -1
  21. package/dist/esm/i18n/translations.js +1 -1
  22. package/dist/esm/machines/authenticator/actions.js +1 -1
  23. package/dist/esm/machines/authenticator/actors/resetPassword.js +1 -1
  24. package/dist/esm/machines/authenticator/actors/signIn.js +1 -1
  25. package/dist/esm/machines/authenticator/defaultServices.js +1 -1
  26. package/dist/esm/machines/authenticator/index.js +1 -1
  27. package/dist/esm/machines/authenticator/signUp.js +1 -1
  28. package/dist/esm/theme/createTheme.js +1 -1
  29. package/dist/esm/theme/tokens/components/checkbox.js +1 -1
  30. package/dist/esm/theme/tokens/components/searchField.js +1 -1
  31. package/dist/esm/theme/tokens/components/select.js +1 -1
  32. package/dist/esm/theme/tokens/components/stepperField.js +1 -1
  33. package/dist/esm/theme/tokens/components/switchField.js +1 -1
  34. package/dist/esm/theme/utils.js +1 -1
  35. package/dist/esm/types/authenticator/attributes.js +1 -1
  36. package/dist/esm/validators/index.js +1 -1
  37. package/dist/index.js +1 -1
  38. package/dist/styles.css +37 -13
  39. package/dist/theme.css +8 -2
  40. package/dist/types/i18n/dictionaries/authenticator/de.d.ts +2 -61
  41. package/dist/types/i18n/dictionaries/authenticator/en.d.ts +2 -50
  42. package/dist/types/i18n/dictionaries/authenticator/es.d.ts +2 -63
  43. package/dist/types/i18n/dictionaries/authenticator/fr.d.ts +2 -65
  44. package/dist/types/i18n/dictionaries/authenticator/id.d.ts +2 -78
  45. package/dist/types/i18n/dictionaries/authenticator/it.d.ts +2 -49
  46. package/dist/types/i18n/dictionaries/authenticator/ja.d.ts +2 -52
  47. package/dist/types/i18n/dictionaries/authenticator/kr.d.ts +2 -56
  48. package/dist/types/i18n/dictionaries/authenticator/nl.d.ts +2 -50
  49. package/dist/types/i18n/dictionaries/authenticator/pl.d.ts +2 -57
  50. package/dist/types/i18n/dictionaries/authenticator/pt.d.ts +2 -50
  51. package/dist/types/i18n/dictionaries/authenticator/ru.d.ts +2 -50
  52. package/dist/types/i18n/dictionaries/authenticator/sv.d.ts +2 -51
  53. package/dist/types/i18n/dictionaries/authenticator/tr.d.ts +2 -65
  54. package/dist/types/i18n/dictionaries/authenticator/types.d.ts +3 -0
  55. package/dist/types/i18n/dictionaries/authenticator/zh.d.ts +2 -32
  56. package/dist/types/i18n/dictionaries/index.d.ts +610 -659
  57. package/dist/types/theme/tokens/components/checkbox.d.ts +6 -0
  58. package/dist/types/theme/tokens/components/searchField.d.ts +2 -1
  59. package/dist/types/theme/tokens/components/select.d.ts +3 -0
  60. package/dist/types/theme/tokens/components/switchField.d.ts +1 -0
  61. package/package.json +4 -4
  62. package/dist/esm/node_modules/tslib/tslib.es6.js +0 -1
package/dist/styles.css CHANGED
@@ -3,7 +3,7 @@
3
3
  */
4
4
  /**
5
5
  * Do not edit directly
6
- * Generated on Tue, 19 Jul 2022 22:59:24 GMT
6
+ * Generated on Thu, 11 Aug 2022 21:46:17 GMT
7
7
  */
8
8
  :root, [data-amplify-theme] {
9
9
  --amplify-transforms-slide-x-large: translateX(2em);
@@ -290,6 +290,7 @@
290
290
  --amplify-components-checkboxfield-flex-direction: column;
291
291
  --amplify-components-checkboxfield-align-content: center;
292
292
  --amplify-components-checkboxfield-align-items: flex-start;
293
+ --amplify-components-checkbox-icon-indeterminate-transform: scale(1);
293
294
  --amplify-components-checkbox-icon-checked-transform: scale(1);
294
295
  --amplify-components-checkbox-icon-transition-timing-function: ease-in-out;
295
296
  --amplify-components-checkbox-icon-transition-property: all;
@@ -440,8 +441,8 @@
440
441
  --amplify-components-switchfield-label-padding: var(--amplify-space-xs);
441
442
  --amplify-components-switchfield-small-font-size: var(--amplify-font-sizes-small);
442
443
  --amplify-components-switchfield-large-font-size: var(--amplify-font-sizes-large);
444
+ --amplify-components-switchfield-font-size: var(--amplify-font-sizes-medium);
443
445
  --amplify-components-switchfield-disabled-opacity: var(--amplify-opacities-60);
444
- --amplify-components-stepperfield-button-disabled-background-color: var(--amplify-components-button-disabled-background-color);
445
446
  --amplify-components-stepperfield-button-background-color: var(--amplify-colors-transparent);
446
447
  --amplify-components-sliderfield-thumb-border-width: var(--amplify-border-widths-medium);
447
448
  --amplify-components-sliderfield-padding-block: var(--amplify-space-xs);
@@ -584,6 +585,7 @@
584
585
  --amplify-components-copy-tool-tip-bottom: var(--amplify-space-large);
585
586
  --amplify-components-copy-gap: var(--amplify-space-relative-medium);
586
587
  --amplify-components-copy-font-size: var(--amplify-font-sizes-xs);
588
+ --amplify-components-checkbox-icon-indeterminate-opacity: var(--amplify-opacities-100);
587
589
  --amplify-components-checkbox-icon-checked-opacity: var(--amplify-opacities-100);
588
590
  --amplify-components-checkbox-icon-transition-duration: var(--amplify-time-short);
589
591
  --amplify-components-checkbox-icon-opacity: var(--amplify-opacities-0);
@@ -685,8 +687,10 @@
685
687
  --amplify-components-sliderfield-thumb-background-color: var(--amplify-colors-background-primary);
686
688
  --amplify-components-sliderfield-range-background-color: var(--amplify-colors-brand-primary-80);
687
689
  --amplify-components-sliderfield-track-background-color: var(--amplify-colors-background-quaternary);
690
+ --amplify-components-select-option-disabled-color: var(--amplify-colors-font-disabled);
688
691
  --amplify-components-select-option-color: var(--amplify-colors-font-primary);
689
692
  --amplify-components-select-option-background-color: var(--amplify-colors-background-primary);
693
+ --amplify-components-searchfield-button-background-color: var(--amplify-colors-background-primary);
690
694
  --amplify-components-rating-empty-color: var(--amplify-colors-background-tertiary);
691
695
  --amplify-components-rating-filled-color: var(--amplify-colors-brand-secondary-80);
692
696
  --amplify-components-radiogroup-radio-border-width: var(--amplify-components-radio-button-border-width);
@@ -896,6 +900,7 @@
896
900
  --amplify-components-collection-pagination-button-hover-color: var(--amplify-components-pagination-button-hover-color);
897
901
  --amplify-components-collection-pagination-button-color: var(--amplify-components-pagination-button-color);
898
902
  --amplify-components-collection-pagination-current-color: var(--amplify-components-pagination-current-color);
903
+ --amplify-components-checkbox-icon-indeterminate-disabled-background-color: var(--amplify-colors-background-disabled);
899
904
  --amplify-components-checkbox-icon-checked-disabled-background-color: var(--amplify-colors-background-disabled);
900
905
  --amplify-components-checkbox-button-disabled-border-color: var(--amplify-colors-border-disabled);
901
906
  --amplify-components-checkbox-button-focus-box-shadow: 0px 0px 0px 2px var(--amplify-colors-border-focus);
@@ -919,6 +924,7 @@
919
924
  --amplify-components-textfield-focus-border-color: var(--amplify-components-fieldcontrol-focus-border-color);
920
925
  --amplify-components-textareafield-focus-border-color: var(--amplify-components-fieldcontrol-focus-border-color);
921
926
  --amplify-components-stepperfield-button-hover-color: var(--amplify-components-button-hover-color);
927
+ --amplify-components-stepperfield-button-disabled-background-color: var(--amplify-components-fieldcontrol-disabled-background-color);
922
928
  --amplify-components-stepperfield-button-focus-color: var(--amplify-components-button-focus-color);
923
929
  --amplify-components-stepperfield-button-active-color: var(--amplify-components-button-active-color);
924
930
  --amplify-components-selectfield-focus-border-color: var(--amplify-components-fieldcontrol-focus-border-color);
@@ -1373,6 +1379,11 @@ strong.amplify-text {
1373
1379
  line-height: var(--amplify-components-heading-line-height);
1374
1380
  display: block;
1375
1381
  }
1382
+ .amplify-heading--truncated {
1383
+ overflow: hidden;
1384
+ text-overflow: ellipsis;
1385
+ white-space: nowrap;
1386
+ }
1376
1387
 
1377
1388
  .amplify-heading--1 {
1378
1389
  font-size: var(--amplify-components-heading-1-font-size);
@@ -1533,6 +1544,7 @@ strong.amplify-text {
1533
1544
  -moz-user-select: text;
1534
1545
  -ms-user-select: text;
1535
1546
  user-select: text;
1547
+ white-space: pre-wrap;
1536
1548
  }
1537
1549
  .amplify-textarea:focus {
1538
1550
  border-color: var(--amplify-components-fieldcontrol-focus-border-color);
@@ -2124,6 +2136,13 @@ strong.amplify-text {
2124
2136
  --amplify-components-checkbox-icon-checked-disabled-background-color
2125
2137
  );
2126
2138
  }
2139
+ .amplify-checkbox__icon--indeterminate {
2140
+ opacity: var(--amplify-components-checkbox-icon-indeterminate-opacity);
2141
+ transform: var(--amplify-components-checkbox-icon-indeterminate-transform);
2142
+ --amplify-internal-checkbox-icon-disabled-background-color: var(
2143
+ --amplify-components-checkbox-icon-indeterminate-disabled-background-color
2144
+ );
2145
+ }
2127
2146
  .amplify-checkbox__icon--disabled {
2128
2147
  background-color: var(--amplify-internal-checkbox-icon-disabled-background-color);
2129
2148
  }
@@ -2834,6 +2853,7 @@ html[dir=rtl] .amplify-field-group__inner-start {
2834
2853
  }
2835
2854
  .amplify-searchfield__search {
2836
2855
  color: var(--amplify-components-searchfield-button-color);
2856
+ background-color: var(--amplify-components-searchfield-button-background-color);
2837
2857
  }
2838
2858
  .amplify-searchfield__search:active {
2839
2859
  background-color: var(--amplify-components-button-active-background-color);
@@ -2961,6 +2981,9 @@ html[dir=rtl] .amplify-field-group__inner-start {
2961
2981
  .amplify-select option {
2962
2982
  color: initial;
2963
2983
  }
2984
+ .amplify-select option[disabled=""] {
2985
+ color: var(--amplify-components-select-option-disabled-color);
2986
+ }
2964
2987
  @-moz-document url-prefix() {
2965
2988
  .amplify-select option {
2966
2989
  background-color: var(--amplify-components-select-option-background-color);
@@ -3181,29 +3204,29 @@ html[dir=rtl] .amplify-field-group__inner-start {
3181
3204
  );
3182
3205
  }
3183
3206
 
3184
- .amplify-stepperfield__button--decrease {
3207
+ .amplify-stepperfield__button--decrease,
3208
+ .amplify-stepperfield__button--increase {
3185
3209
  background-color: var(--amplify-components-stepperfield-button-background-color);
3186
3210
  }
3187
- .amplify-stepperfield__button--decrease[data-invalid=true] {
3188
- -webkit-border-end: none;
3189
- border-inline-end: none;
3211
+ .amplify-stepperfield__button--decrease--disabled,
3212
+ .amplify-stepperfield__button--increase--disabled {
3213
+ background-color: var(--amplify-components-stepperfield-button-disabled-background-color);
3190
3214
  }
3191
- .amplify-stepperfield__button--decrease--quiet {
3215
+ .amplify-stepperfield__button--decrease--quiet,
3216
+ .amplify-stepperfield__button--increase--quiet {
3192
3217
  border-width: 0 0 var(--amplify-components-button-border-width) 0;
3193
3218
  border-radius: 0;
3194
3219
  }
3195
3220
 
3196
- .amplify-stepperfield__button--increase {
3197
- background-color: var(--amplify-components-stepperfield-button-background-color);
3221
+ .amplify-stepperfield__button--decrease[data-invalid=true] {
3222
+ -webkit-border-end: none;
3223
+ border-inline-end: none;
3198
3224
  }
3225
+
3199
3226
  .amplify-stepperfield__button--increase[data-invalid=true] {
3200
3227
  -webkit-border-start: none;
3201
3228
  border-inline-start: none;
3202
3229
  }
3203
- .amplify-stepperfield__button--increase--quiet {
3204
- border-width: 0 0 var(--amplify-components-button-border-width) 0;
3205
- border-radius: 0;
3206
- }
3207
3230
 
3208
3231
  .amplify-stepperfield__input {
3209
3232
  -moz-appearance: textfield;
@@ -3222,6 +3245,7 @@ html[dir=rtl] .amplify-field-group__inner-start {
3222
3245
 
3223
3246
  .amplify-switchfield {
3224
3247
  display: inline-block;
3248
+ font-size: var(--amplify-components-switchfield-font-size);
3225
3249
  }
3226
3250
  .amplify-switchfield--small {
3227
3251
  font-size: var(--amplify-components-switchfield-small-font-size);
package/dist/theme.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 19 Jul 2022 22:59:24 GMT
3
+ * Generated on Thu, 11 Aug 2022 21:46:17 GMT
4
4
  */
5
5
 
6
6
  :root, [data-amplify-theme] {
@@ -288,6 +288,7 @@
288
288
  --amplify-components-checkboxfield-flex-direction: column;
289
289
  --amplify-components-checkboxfield-align-content: center;
290
290
  --amplify-components-checkboxfield-align-items: flex-start;
291
+ --amplify-components-checkbox-icon-indeterminate-transform: scale(1);
291
292
  --amplify-components-checkbox-icon-checked-transform: scale(1);
292
293
  --amplify-components-checkbox-icon-transition-timing-function: ease-in-out;
293
294
  --amplify-components-checkbox-icon-transition-property: all;
@@ -438,8 +439,8 @@
438
439
  --amplify-components-switchfield-label-padding: var(--amplify-space-xs);
439
440
  --amplify-components-switchfield-small-font-size: var(--amplify-font-sizes-small);
440
441
  --amplify-components-switchfield-large-font-size: var(--amplify-font-sizes-large);
442
+ --amplify-components-switchfield-font-size: var(--amplify-font-sizes-medium);
441
443
  --amplify-components-switchfield-disabled-opacity: var(--amplify-opacities-60);
442
- --amplify-components-stepperfield-button-disabled-background-color: var(--amplify-components-button-disabled-background-color);
443
444
  --amplify-components-stepperfield-button-background-color: var(--amplify-colors-transparent);
444
445
  --amplify-components-sliderfield-thumb-border-width: var(--amplify-border-widths-medium);
445
446
  --amplify-components-sliderfield-padding-block: var(--amplify-space-xs);
@@ -582,6 +583,7 @@
582
583
  --amplify-components-copy-tool-tip-bottom: var(--amplify-space-large);
583
584
  --amplify-components-copy-gap: var(--amplify-space-relative-medium);
584
585
  --amplify-components-copy-font-size: var(--amplify-font-sizes-xs);
586
+ --amplify-components-checkbox-icon-indeterminate-opacity: var(--amplify-opacities-100);
585
587
  --amplify-components-checkbox-icon-checked-opacity: var(--amplify-opacities-100);
586
588
  --amplify-components-checkbox-icon-transition-duration: var(--amplify-time-short);
587
589
  --amplify-components-checkbox-icon-opacity: var(--amplify-opacities-0);
@@ -683,8 +685,10 @@
683
685
  --amplify-components-sliderfield-thumb-background-color: var(--amplify-colors-background-primary);
684
686
  --amplify-components-sliderfield-range-background-color: var(--amplify-colors-brand-primary-80);
685
687
  --amplify-components-sliderfield-track-background-color: var(--amplify-colors-background-quaternary);
688
+ --amplify-components-select-option-disabled-color: var(--amplify-colors-font-disabled);
686
689
  --amplify-components-select-option-color: var(--amplify-colors-font-primary);
687
690
  --amplify-components-select-option-background-color: var(--amplify-colors-background-primary);
691
+ --amplify-components-searchfield-button-background-color: var(--amplify-colors-background-primary);
688
692
  --amplify-components-rating-empty-color: var(--amplify-colors-background-tertiary);
689
693
  --amplify-components-rating-filled-color: var(--amplify-colors-brand-secondary-80);
690
694
  --amplify-components-radiogroup-radio-border-width: var(--amplify-components-radio-button-border-width);
@@ -894,6 +898,7 @@
894
898
  --amplify-components-collection-pagination-button-hover-color: var(--amplify-components-pagination-button-hover-color);
895
899
  --amplify-components-collection-pagination-button-color: var(--amplify-components-pagination-button-color);
896
900
  --amplify-components-collection-pagination-current-color: var(--amplify-components-pagination-current-color);
901
+ --amplify-components-checkbox-icon-indeterminate-disabled-background-color: var(--amplify-colors-background-disabled);
897
902
  --amplify-components-checkbox-icon-checked-disabled-background-color: var(--amplify-colors-background-disabled);
898
903
  --amplify-components-checkbox-button-disabled-border-color: var(--amplify-colors-border-disabled);
899
904
  --amplify-components-checkbox-button-focus-box-shadow: 0px 0px 0px 2px var(--amplify-colors-border-focus);
@@ -917,6 +922,7 @@
917
922
  --amplify-components-textfield-focus-border-color: var(--amplify-components-fieldcontrol-focus-border-color);
918
923
  --amplify-components-textareafield-focus-border-color: var(--amplify-components-fieldcontrol-focus-border-color);
919
924
  --amplify-components-stepperfield-button-hover-color: var(--amplify-components-button-hover-color);
925
+ --amplify-components-stepperfield-button-disabled-background-color: var(--amplify-components-fieldcontrol-disabled-background-color);
920
926
  --amplify-components-stepperfield-button-focus-color: var(--amplify-components-button-focus-color);
921
927
  --amplify-components-stepperfield-button-active-color: var(--amplify-components-button-active-color);
922
928
  --amplify-components-selectfield-focus-border-color: var(--amplify-components-fieldcontrol-focus-border-color);
@@ -1,61 +1,2 @@
1
- export declare const deDict: {
2
- 'Account recovery requires verified contact information': string;
3
- 'An account with the given email already exists.': string;
4
- 'Back to Sign In': string;
5
- 'Change Password': string;
6
- Code: string;
7
- Confirm: string;
8
- 'Confirm Password': string;
9
- 'Confirm a Code': string;
10
- 'Confirm Sign In': string;
11
- 'Confirm Sign Up': string;
12
- 'Confirm SMS Code': string;
13
- 'Confirm TOTP Code': string;
14
- 'Confirmation Code': string;
15
- 'Create a new account': string;
16
- 'Create account': string;
17
- 'Create Account': string;
18
- 'Creating Account': string;
19
- Email: string;
20
- 'Enter your code': string;
21
- 'Enter your password': string;
22
- 'Enter your username': string;
23
- 'Enter your phone number': string;
24
- 'Enter your email': string;
25
- 'Forgot your password?': string;
26
- 'Forgot Password': string;
27
- 'Hide password': string;
28
- 'Have an account? ': string;
29
- 'Incorrect username or password': string;
30
- 'Invalid password format': string;
31
- 'Invalid phone number format': string;
32
- 'Lost your code? ': string;
33
- 'New Password': string;
34
- 'No account? ': string;
35
- or: string;
36
- Password: string;
37
- 'Password attempts exceeded': string;
38
- 'Phone Number': string;
39
- 'Resend Code': string;
40
- 'Reset password': string;
41
- 'Reset your password': string;
42
- 'Send Code': string;
43
- 'Send code': string;
44
- 'Sign in': string;
45
- 'Sign In': string;
46
- 'Sign in to your account': string;
47
- 'Sign Out': string;
48
- 'Sign Up': string;
49
- Skip: string;
50
- Submit: string;
51
- 'User already exists': string;
52
- 'User does not exist': string;
53
- Username: string;
54
- 'Username cannot be empty': string;
55
- Verify: string;
56
- 'Verify Contact': string;
57
- 'We Emailed You': string;
58
- 'Your code is on the way. To log in, enter the code we emailed to': string;
59
- 'Your code is on the way. To log in, enter the code we texted to': string;
60
- 'It may take a minute to arrive.': string;
61
- };
1
+ import { AuthenticatorDictionary } from './types';
2
+ export declare const deDict: AuthenticatorDictionary;
@@ -1,50 +1,2 @@
1
- export declare const enDict: {
2
- 'Account recovery requires verified contact information': string;
3
- 'Back to Sign In': string;
4
- 'Change Password': string;
5
- Changing: string;
6
- Code: string;
7
- Confirm: string;
8
- 'Confirm Password': string;
9
- 'Confirm Sign Up': string;
10
- 'Confirm SMS Code': string;
11
- 'Confirm TOTP Code': string;
12
- 'Confirmation Code': string;
13
- Confirming: string;
14
- 'Create Account': string;
15
- 'Creating Account': string;
16
- Email: string;
17
- 'Enter your code': string;
18
- 'Enter your username': string;
19
- 'Enter your phone number': string;
20
- 'Enter your email': string;
21
- 'Forgot your password?': string;
22
- 'Hide password': string;
23
- Loading: string;
24
- Username: string;
25
- 'New password': string;
26
- Password: string;
27
- 'Phone Number': string;
28
- 'Resend Code': string;
29
- 'Reset your password': string;
30
- 'Reset your Password': string;
31
- 'Send Code': string;
32
- 'Send code': string;
33
- Sending: string;
34
- 'Setup TOTP': string;
35
- 'Show password': string;
36
- 'Sign in': string;
37
- 'Sign In': string;
38
- 'Sign In with Amazon': string;
39
- 'Sign In with Apple': string;
40
- 'Sign In with Facebook': string;
41
- 'Sign In with Google': string;
42
- 'Sign in to your account': string;
43
- 'Create a new account': string;
44
- 'Signing in': string;
45
- Skip: string;
46
- Submit: string;
47
- Submitting: string;
48
- 'Verify Contact': string;
49
- Verify: string;
50
- };
1
+ import { AuthenticatorDictionary } from './types';
2
+ export declare const enDict: AuthenticatorDictionary;
@@ -1,63 +1,2 @@
1
- export declare const esDict: {
2
- 'Account recovery requires verified contact information': string;
3
- 'An account with the given email already exists.': string;
4
- 'Back to Sign In': string;
5
- 'Change Password': string;
6
- Changing: string;
7
- Code: string;
8
- Confirm: string;
9
- 'Confirm a Code': string;
10
- 'Confirm Password': string;
11
- 'Confirm Sign In': string;
12
- 'Confirm Sign Up': string;
13
- 'Confirm TOTP Code': string;
14
- 'Confirmation Code': string;
15
- Confirming: string;
16
- 'Create a new account': string;
17
- 'Create Account': string;
18
- 'Creating Account': string;
19
- Email: string;
20
- 'Enter your email': string;
21
- 'Forgot Password': string;
22
- 'Incorrect username or password.': string;
23
- 'Invalid password format': string;
24
- 'Invalid phone number format': string;
25
- 'Forgot your password?': string;
26
- 'Hide password': string;
27
- 'Loading...': string;
28
- 'New Password': string;
29
- or: string;
30
- Password: string;
31
- 'Phone Number': string;
32
- 'Resend a Code': string;
33
- 'Reset your password': string;
34
- 'Reset your Password': string;
35
- 'Resend Code': string;
36
- 'Send Code': string;
37
- Sending: string;
38
- 'Setup TOTP': string;
39
- 'Show password': string;
40
- 'Sign in': string;
41
- 'Sign In': string;
42
- 'Sign In with Amazon': string;
43
- 'Sign In with Apple': string;
44
- 'Sign In with Facebook': string;
45
- 'Sign In with Google': string;
46
- 'Sign in to your account': string;
47
- 'Sign Out': string;
48
- 'Sign Up': string;
49
- 'Sign Up with Amazon': string;
50
- 'Sign Up with Apple': string;
51
- 'Sign Up with Facebook': string;
52
- 'Sign Up with Google': string;
53
- 'Signing in': string;
54
- Skip: string;
55
- Submit: string;
56
- 'User already exists': string;
57
- 'User does not exist': string;
58
- Username: string;
59
- 'Username cannot be empty': string;
60
- Verify: string;
61
- 'Verify Contact': string;
62
- 'Your passwords must match': string;
63
- };
1
+ import { AuthenticatorDictionary } from './types';
2
+ export declare const esDict: AuthenticatorDictionary;
@@ -1,65 +1,2 @@
1
- export declare const frDict: {
2
- 'Account recovery requires verified contact information': string;
3
- 'An account with the given email already exists.': string;
4
- 'Back to Sign In': string;
5
- Change: string;
6
- 'Change Password': string;
7
- Code: string;
8
- Confirm: string;
9
- 'Confirm a Code': string;
10
- 'Confirm Password': string;
11
- 'Confirm Sign In': string;
12
- 'Confirm Sign Up': string;
13
- 'Confirm SMS Code': string;
14
- 'Confirm TOTP Code': string;
15
- 'Confirmation Code': string;
16
- 'Create a new account': string;
17
- 'Create account': string;
18
- 'Create Account': string;
19
- Email: string;
20
- 'Enter your code': string;
21
- 'Enter your email': string;
22
- 'Enter your password': string;
23
- 'Enter your phone number': string;
24
- 'Enter your username': string;
25
- 'Forgot Password': string;
26
- 'Forgot your password?': string;
27
- 'Have an account? ': string;
28
- Hello: string;
29
- 'Incorrect username or password': string;
30
- 'Invalid password format': string;
31
- 'Invalid phone number format': string;
32
- 'Loading...': string;
33
- 'Lost your code? ': string;
34
- 'Network error': string;
35
- 'New Password': string;
36
- 'No account? ': string;
37
- or: string;
38
- Password: string;
39
- 'Phone Number': string;
40
- 'Resend a Code': string;
41
- 'Resend Code': string;
42
- 'Reset password': string;
43
- 'Reset your password': string;
44
- Send: string;
45
- 'Send Code': string;
46
- 'Sign in': string;
47
- 'Sign In': string;
48
- 'Sign in to your account': string;
49
- 'Sign In with Amazon': string;
50
- 'Sign In with AWS': string;
51
- 'Sign In with Facebook': string;
52
- 'Sign In with Google': string;
53
- 'Sign Out': string;
54
- 'Sign Up': string;
55
- Skip: string;
56
- SMS: string;
57
- Submit: string;
58
- 'User already exists': string;
59
- 'User does not exist': string;
60
- Username: string;
61
- 'Username cannot be empty': string;
62
- 'Username/client id combination not found.': string;
63
- Verify: string;
64
- 'Verify Contact': string;
65
- };
1
+ import { AuthenticatorDictionary } from './types';
2
+ export declare const frDict: AuthenticatorDictionary;
@@ -1,78 +1,2 @@
1
- export declare const idDict: {
2
- 'Account recovery requires verified contact information': string;
3
- 'An account with the given email already exists.': string;
4
- 'Attempt limit exceeded, please try after some time.': string;
5
- 'Back to Sign In': string;
6
- 'Cannot reset password for the user as there is no registered/verified email or phone_number': string;
7
- Change: string;
8
- 'Change Password': string;
9
- Code: string;
10
- Confirm: string;
11
- 'Confirm a Code': string;
12
- 'Confirm Password': string;
13
- 'Confirmation Code': string;
14
- 'Create a new account': string;
15
- 'Create account': string;
16
- 'Create Account': string;
17
- 'Creating Account': string;
18
- Confirming: string;
19
- Email: string;
20
- 'Enter your code': string;
21
- 'Enter your email': string;
22
- 'Enter your password': string;
23
- 'Enter your phone number': string;
24
- 'Enter your username': string;
25
- 'Forgot Password': string;
26
- 'Forgot your password?': string;
27
- 'Have an account? ': string;
28
- Hello: string;
29
- 'Incorrect username or password.': string;
30
- 'Invalid phone number format': string;
31
- 'Invalid verification code provided, please try again.': string;
32
- 'It may take a minute to arrive.': string;
33
- 'Lost your code? ': string;
34
- Name: string;
35
- 'Network error': string;
36
- 'New password': string;
37
- 'No account? ': string;
38
- or: string;
39
- Password: string;
40
- 'Password did not conform with policy: Password not long enough': string;
41
- 'Phone Number': string;
42
- 'Resend a Code': string;
43
- 'Resend Code': string;
44
- 'Reset password': string;
45
- 'Reset your password': string;
46
- Send: string;
47
- 'Send Code': string;
48
- 'Send code': string;
49
- Sending: string;
50
- 'Sign in': string;
51
- 'Sign In': string;
52
- 'Sign in to your account': string;
53
- 'Sign In with Amazon': string;
54
- 'Sign In with AWS': string;
55
- 'Sign In with Facebook': string;
56
- 'Sign In with Google': string;
57
- 'Sign Up with Amazon': string;
58
- 'Sign Up with AWS': string;
59
- 'Sign Up with Facebook': string;
60
- 'Sign Up with Google': string;
61
- 'Signing in': string;
62
- Skip: string;
63
- SMS: string;
64
- Submit: string;
65
- Submitting: string;
66
- 'User is disabled.': string;
67
- 'User already exists': string;
68
- 'User does not exist.': string;
69
- Username: string;
70
- 'Username cannot be empty': string;
71
- 'Username/client id combination not found.': string;
72
- Verify: string;
73
- 'Verify Contact': string;
74
- 'We Emailed You': string;
75
- 'Your code is on the way. To log in, enter the code we emailed to': string;
76
- 'Your code is on the way. To log in, enter the code we texted to': string;
77
- 'Your passwords must match': string;
78
- };
1
+ import { AuthenticatorDictionary } from './types';
2
+ export declare const idDict: AuthenticatorDictionary;
@@ -1,49 +1,2 @@
1
- export declare const itDict: {
2
- 'Account recovery requires verified contact information': string;
3
- 'An account with the given email already exists.': string;
4
- 'Back to Sign In': string;
5
- 'Change Password': string;
6
- Code: string;
7
- Confirm: string;
8
- 'Confirm a Code': string;
9
- 'Confirm Password': string;
10
- 'Confirm Sign In': string;
11
- 'Confirm Sign Up': string;
12
- 'Confirmation Code': string;
13
- 'Create a new account': string;
14
- 'Create account': string;
15
- 'Create Account': string;
16
- Email: string;
17
- 'Enter your password': string;
18
- 'Enter your username': string;
19
- 'Forgot Password': string;
20
- 'Forgot your password?': string;
21
- 'Have an account? ': string;
22
- 'Incorrect username or password': string;
23
- 'Invalid password format': string;
24
- 'Invalid phone number format': string;
25
- 'Lost your code?': string;
26
- 'New Password': string;
27
- or: string;
28
- 'No account? ': string;
29
- Password: string;
30
- 'Password attempts exceeded': string;
31
- 'Phone Number': string;
32
- 'Resend Code': string;
33
- 'Reset password': string;
34
- 'Reset your password': string;
35
- 'Send Code': string;
36
- 'Sign in': string;
37
- 'Sign In': string;
38
- 'Sign in to your account': string;
39
- 'Sign Out': string;
40
- 'Sign Up': string;
41
- Skip: string;
42
- Submit: string;
43
- 'User already exists': string;
44
- 'User does not exist': string;
45
- Username: string;
46
- 'Username cannot be empty': string;
47
- Verify: string;
48
- 'Verify Contact': string;
49
- };
1
+ import { AuthenticatorDictionary } from './types';
2
+ export declare const itDict: AuthenticatorDictionary;
@@ -1,52 +1,2 @@
1
- export declare const jaDict: {
2
- 'Account recovery requires verified contact information': string;
3
- 'An account with the given email already exists.': string;
4
- 'Back to Sign In': string;
5
- 'Change Password': string;
6
- Code: string;
7
- Confirm: string;
8
- 'Confirm a Code': string;
9
- 'Confirm Password': string;
10
- 'Confirm Sign In': string;
11
- 'Confirm Sign Up': string;
12
- 'Confirmation Code': string;
13
- 'Create a new account': string;
14
- 'Create account': string;
15
- 'Create Account': string;
16
- Email: string;
17
- 'Enter your password': string;
18
- 'Enter your username': string;
19
- 'Forgot Password': string;
20
- 'Forgot your password?': string;
21
- 'Have an account? ': string;
22
- 'Incorrect username or password': string;
23
- 'Invalid password format': string;
24
- 'Invalid phone number format': string;
25
- 'Lost your code? ': string;
26
- 'New Password': string;
27
- 'No account? ': string;
28
- or: string;
29
- Password: string;
30
- 'Password attempts exceeded': string;
31
- 'Phone Number': string;
32
- 'Resend Code': string;
33
- 'Reset password': string;
34
- 'Reset your password': string;
35
- 'Send Code': string;
36
- 'Sign in': string;
37
- 'Sign In': string;
38
- 'Sign in to your account': string;
39
- 'Sign In with Amazon': string;
40
- 'Sign In with Facebook': string;
41
- 'Sign In with Google': string;
42
- 'Sign Out': string;
43
- 'Sign Up': string;
44
- Skip: string;
45
- Submit: string;
46
- 'User already exists': string;
47
- 'User does not exist': string;
48
- Username: string;
49
- 'Username cannot be empty': string;
50
- Verify: string;
51
- 'Verify Contact': string;
52
- };
1
+ import { AuthenticatorDictionary } from './types';
2
+ export declare const jaDict: AuthenticatorDictionary;