@aws-amplify/ui 3.12.2 → 3.12.5

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 (42) hide show
  1. package/dist/esm/helpers/authenticator/utils.js +1 -1
  2. package/dist/esm/i18n/dictionaries/authenticator/de.js +1 -1
  3. package/dist/esm/i18n/dictionaries/authenticator/en.js +1 -1
  4. package/dist/esm/i18n/dictionaries/authenticator/es.js +1 -1
  5. package/dist/esm/i18n/dictionaries/authenticator/fr.js +1 -1
  6. package/dist/esm/i18n/dictionaries/authenticator/id.js +1 -1
  7. package/dist/esm/i18n/dictionaries/authenticator/it.js +1 -1
  8. package/dist/esm/i18n/dictionaries/authenticator/ja.js +1 -1
  9. package/dist/esm/i18n/dictionaries/authenticator/kr.js +1 -1
  10. package/dist/esm/i18n/dictionaries/authenticator/nl.js +1 -1
  11. package/dist/esm/i18n/dictionaries/authenticator/pl.js +1 -1
  12. package/dist/esm/i18n/dictionaries/authenticator/pt.js +1 -1
  13. package/dist/esm/i18n/dictionaries/authenticator/ru.js +1 -0
  14. package/dist/esm/i18n/dictionaries/authenticator/sv.js +1 -1
  15. package/dist/esm/i18n/dictionaries/authenticator/tr.js +1 -1
  16. package/dist/esm/i18n/dictionaries/authenticator/zh.js +1 -1
  17. package/dist/esm/i18n/dictionaries/index.js +1 -1
  18. package/dist/esm/i18n/translations.js +1 -1
  19. package/dist/esm/machines/authenticator/actors/signIn.js +1 -1
  20. package/dist/esm/theme/tokens/components/stepperField.js +1 -1
  21. package/dist/index.js +1 -1
  22. package/dist/styles.css +19 -13
  23. package/dist/theme.css +2 -2
  24. package/dist/types/i18n/dictionaries/authenticator/de.d.ts +2 -61
  25. package/dist/types/i18n/dictionaries/authenticator/en.d.ts +2 -50
  26. package/dist/types/i18n/dictionaries/authenticator/es.d.ts +2 -55
  27. package/dist/types/i18n/dictionaries/authenticator/fr.d.ts +2 -65
  28. package/dist/types/i18n/dictionaries/authenticator/id.d.ts +2 -78
  29. package/dist/types/i18n/dictionaries/authenticator/index.d.ts +1 -0
  30. package/dist/types/i18n/dictionaries/authenticator/it.d.ts +2 -49
  31. package/dist/types/i18n/dictionaries/authenticator/ja.d.ts +2 -52
  32. package/dist/types/i18n/dictionaries/authenticator/kr.d.ts +2 -56
  33. package/dist/types/i18n/dictionaries/authenticator/nl.d.ts +2 -50
  34. package/dist/types/i18n/dictionaries/authenticator/pl.d.ts +2 -57
  35. package/dist/types/i18n/dictionaries/authenticator/pt.d.ts +2 -50
  36. package/dist/types/i18n/dictionaries/authenticator/ru.d.ts +2 -0
  37. package/dist/types/i18n/dictionaries/authenticator/sv.d.ts +2 -51
  38. package/dist/types/i18n/dictionaries/authenticator/tr.d.ts +2 -65
  39. package/dist/types/i18n/dictionaries/authenticator/types.d.ts +3 -0
  40. package/dist/types/i18n/dictionaries/authenticator/zh.d.ts +2 -32
  41. package/dist/types/i18n/dictionaries/index.d.ts +622 -613
  42. package/package.json +1 -1
package/dist/styles.css CHANGED
@@ -3,7 +3,7 @@
3
3
  */
4
4
  /**
5
5
  * Do not edit directly
6
- * Generated on Tue, 12 Jul 2022 21:32:22 GMT
6
+ * Generated on Wed, 03 Aug 2022 17:04:38 GMT
7
7
  */
8
8
  :root, [data-amplify-theme] {
9
9
  --amplify-transforms-slide-x-large: translateX(2em);
@@ -441,7 +441,6 @@
441
441
  --amplify-components-switchfield-small-font-size: var(--amplify-font-sizes-small);
442
442
  --amplify-components-switchfield-large-font-size: var(--amplify-font-sizes-large);
443
443
  --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
444
  --amplify-components-stepperfield-button-background-color: var(--amplify-colors-transparent);
446
445
  --amplify-components-sliderfield-thumb-border-width: var(--amplify-border-widths-medium);
447
446
  --amplify-components-sliderfield-padding-block: var(--amplify-space-xs);
@@ -919,6 +918,7 @@
919
918
  --amplify-components-textfield-focus-border-color: var(--amplify-components-fieldcontrol-focus-border-color);
920
919
  --amplify-components-textareafield-focus-border-color: var(--amplify-components-fieldcontrol-focus-border-color);
921
920
  --amplify-components-stepperfield-button-hover-color: var(--amplify-components-button-hover-color);
921
+ --amplify-components-stepperfield-button-disabled-background-color: var(--amplify-components-fieldcontrol-disabled-background-color);
922
922
  --amplify-components-stepperfield-button-focus-color: var(--amplify-components-button-focus-color);
923
923
  --amplify-components-stepperfield-button-active-color: var(--amplify-components-button-active-color);
924
924
  --amplify-components-selectfield-focus-border-color: var(--amplify-components-fieldcontrol-focus-border-color);
@@ -1373,6 +1373,11 @@ strong.amplify-text {
1373
1373
  line-height: var(--amplify-components-heading-line-height);
1374
1374
  display: block;
1375
1375
  }
1376
+ .amplify-heading--truncated {
1377
+ overflow: hidden;
1378
+ text-overflow: ellipsis;
1379
+ white-space: nowrap;
1380
+ }
1376
1381
 
1377
1382
  .amplify-heading--1 {
1378
1383
  font-size: var(--amplify-components-heading-1-font-size);
@@ -1533,6 +1538,7 @@ strong.amplify-text {
1533
1538
  -moz-user-select: text;
1534
1539
  -ms-user-select: text;
1535
1540
  user-select: text;
1541
+ white-space: pre-wrap;
1536
1542
  }
1537
1543
  .amplify-textarea:focus {
1538
1544
  border-color: var(--amplify-components-fieldcontrol-focus-border-color);
@@ -3181,29 +3187,29 @@ html[dir=rtl] .amplify-field-group__inner-start {
3181
3187
  );
3182
3188
  }
3183
3189
 
3184
- .amplify-stepperfield__button--decrease {
3190
+ .amplify-stepperfield__button--decrease,
3191
+ .amplify-stepperfield__button--increase {
3185
3192
  background-color: var(--amplify-components-stepperfield-button-background-color);
3186
3193
  }
3187
- .amplify-stepperfield__button--decrease[data-invalid=true] {
3188
- -webkit-border-end: none;
3189
- border-inline-end: none;
3194
+ .amplify-stepperfield__button--decrease--disabled,
3195
+ .amplify-stepperfield__button--increase--disabled {
3196
+ background-color: var(--amplify-components-stepperfield-button-disabled-background-color);
3190
3197
  }
3191
- .amplify-stepperfield__button--decrease--quiet {
3198
+ .amplify-stepperfield__button--decrease--quiet,
3199
+ .amplify-stepperfield__button--increase--quiet {
3192
3200
  border-width: 0 0 var(--amplify-components-button-border-width) 0;
3193
3201
  border-radius: 0;
3194
3202
  }
3195
3203
 
3196
- .amplify-stepperfield__button--increase {
3197
- background-color: var(--amplify-components-stepperfield-button-background-color);
3204
+ .amplify-stepperfield__button--decrease[data-invalid=true] {
3205
+ -webkit-border-end: none;
3206
+ border-inline-end: none;
3198
3207
  }
3208
+
3199
3209
  .amplify-stepperfield__button--increase[data-invalid=true] {
3200
3210
  -webkit-border-start: none;
3201
3211
  border-inline-start: none;
3202
3212
  }
3203
- .amplify-stepperfield__button--increase--quiet {
3204
- border-width: 0 0 var(--amplify-components-button-border-width) 0;
3205
- border-radius: 0;
3206
- }
3207
3213
 
3208
3214
  .amplify-stepperfield__input {
3209
3215
  -moz-appearance: textfield;
package/dist/theme.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 12 Jul 2022 21:32:22 GMT
3
+ * Generated on Wed, 03 Aug 2022 17:04:38 GMT
4
4
  */
5
5
 
6
6
  :root, [data-amplify-theme] {
@@ -439,7 +439,6 @@
439
439
  --amplify-components-switchfield-small-font-size: var(--amplify-font-sizes-small);
440
440
  --amplify-components-switchfield-large-font-size: var(--amplify-font-sizes-large);
441
441
  --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
442
  --amplify-components-stepperfield-button-background-color: var(--amplify-colors-transparent);
444
443
  --amplify-components-sliderfield-thumb-border-width: var(--amplify-border-widths-medium);
445
444
  --amplify-components-sliderfield-padding-block: var(--amplify-space-xs);
@@ -917,6 +916,7 @@
917
916
  --amplify-components-textfield-focus-border-color: var(--amplify-components-fieldcontrol-focus-border-color);
918
917
  --amplify-components-textareafield-focus-border-color: var(--amplify-components-fieldcontrol-focus-border-color);
919
918
  --amplify-components-stepperfield-button-hover-color: var(--amplify-components-button-hover-color);
919
+ --amplify-components-stepperfield-button-disabled-background-color: var(--amplify-components-fieldcontrol-disabled-background-color);
920
920
  --amplify-components-stepperfield-button-focus-color: var(--amplify-components-button-focus-color);
921
921
  --amplify-components-stepperfield-button-active-color: var(--amplify-components-button-active-color);
922
922
  --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,55 +1,2 @@
1
- export declare const esDict: {
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 a Code': string;
9
- 'Confirm Password': string;
10
- 'Confirm Sign In': string;
11
- 'Confirm Sign Up': string;
12
- 'Confirm TOTP Code': string;
13
- 'Confirmation Code': string;
14
- Confirming: string;
15
- 'Create a new account': string;
16
- 'Creating Account': string;
17
- Email: string;
18
- 'Forgot Password': string;
19
- 'Incorrect username or password': string;
20
- 'Invalid password format': string;
21
- 'Invalid phone number format': string;
22
- 'Forgot your password?': string;
23
- 'Hide password': string;
24
- 'Loading...': string;
25
- 'New Password': string;
26
- or: string;
27
- Password: string;
28
- 'Phone Number': string;
29
- 'Resend a Code': string;
30
- 'Reset your password': string;
31
- 'Reset your Password': string;
32
- 'Resend Code': string;
33
- 'Send Code': string;
34
- Sending: string;
35
- 'Setup TOTP': string;
36
- 'Show password': string;
37
- 'Sign in': string;
38
- 'Sign In': string;
39
- 'Sign In with Amazon': string;
40
- 'Sign In with Apple': string;
41
- 'Sign In with Facebook': string;
42
- 'Sign In with Google': string;
43
- 'Sign in to your account': string;
44
- 'Sign Out': string;
45
- 'Sign Up': string;
46
- 'Signing in': string;
47
- Skip: string;
48
- Submit: string;
49
- 'User already exists': string;
50
- 'User does not exist': string;
51
- Username: string;
52
- 'Username cannot be empty': string;
53
- Verify: string;
54
- 'Verify Contact': string;
55
- };
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;
@@ -12,4 +12,5 @@ export { zhDict } from './zh';
12
12
  export { svDict } from './sv';
13
13
  export { idDict } from './id';
14
14
  export { trDict } from './tr';
15
+ export { ruDict } from './ru';
15
16
  export { defaultTexts } from './defaultTexts';
@@ -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;
@@ -1,56 +1,2 @@
1
- export declare const krDict: {
2
- 'Back to Sign In': string;
3
- Birthdate: string;
4
- 'Change Password': string;
5
- Changing: string;
6
- Code: string;
7
- 'Confirm Password': string;
8
- 'Reset your Password': string;
9
- 'Confirm Sign Up': string;
10
- 'Confirm SMS Code': string;
11
- 'Confirm TOTP Code': string;
12
- Confirm: string;
13
- 'Confirmation Code': string;
14
- Confirming: string;
15
- 'Create Account': string;
16
- 'Creating Account': string;
17
- Email: string;
18
- 'Enter your code': string;
19
- 'Enter your username': string;
20
- 'Family Name': string;
21
- 'Given Name': string;
22
- 'Forgot your password?': string;
23
- 'Hide password': string;
24
- Loading: string;
25
- Username: string;
26
- Name: string;
27
- Nickname: string;
28
- 'New password': string;
29
- Password: string;
30
- 'Phone Number': string;
31
- 'Preferred Username': string;
32
- Profile: string;
33
- 'Resend Code': string;
34
- 'Reset your password': string;
35
- 'Reset Password': 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
- 'Create a new account': string;
48
- 'Signing in': string;
49
- Skip: string;
50
- Submit: string;
51
- Submitting: string;
52
- 'Verify Contact': string;
53
- 'Account recovery requires verified contact information': string;
54
- Verify: string;
55
- Website: string;
56
- };
1
+ import { AuthenticatorDictionary } from './types';
2
+ export declare const krDict: AuthenticatorDictionary;
@@ -1,50 +1,2 @@
1
- export declare const nlDict: {
2
- 'Back to Sign In': string;
3
- 'Change Password': string;
4
- Changing: string;
5
- Code: string;
6
- 'Confirm Password': string;
7
- 'Reset your Password': string;
8
- 'Confirm Sign Up': string;
9
- 'Confirm SMS Code': string;
10
- 'Confirm TOTP Code': string;
11
- Confirm: 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
- 'Send Code': string;
31
- 'Send code': string;
32
- Sending: string;
33
- 'Setup TOTP': string;
34
- 'Show password': string;
35
- 'Sign in': string;
36
- 'Sign In': string;
37
- 'Sign In with Amazon': string;
38
- 'Sign In with Apple': string;
39
- 'Sign In with Facebook': string;
40
- 'Sign In with Google': string;
41
- 'Sign in to your account': string;
42
- 'Create a new account': string;
43
- 'Signing in': string;
44
- Skip: string;
45
- Submit: string;
46
- Submitting: string;
47
- 'Verify Contact': string;
48
- 'Account recovery requires verified contact information': string;
49
- Verify: string;
50
- };
1
+ import { AuthenticatorDictionary } from './types';
2
+ export declare const nlDict: AuthenticatorDictionary;