@aws-amplify/ui 3.12.4 → 3.13.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/helpers/authenticator/facade.js +1 -1
- package/dist/esm/helpers/authenticator/form.js +1 -1
- package/dist/esm/helpers/authenticator/formFields/defaults.js +1 -1
- package/dist/esm/helpers/authenticator/formFields/util.js +1 -1
- package/dist/esm/i18n/dictionaries/authenticator/de.js +1 -1
- package/dist/esm/i18n/dictionaries/authenticator/en.js +1 -1
- package/dist/esm/i18n/dictionaries/authenticator/es.js +1 -1
- package/dist/esm/i18n/dictionaries/authenticator/fr.js +1 -1
- package/dist/esm/i18n/dictionaries/authenticator/id.js +1 -1
- package/dist/esm/i18n/dictionaries/authenticator/it.js +1 -1
- package/dist/esm/i18n/dictionaries/authenticator/ja.js +1 -1
- package/dist/esm/i18n/dictionaries/authenticator/kr.js +1 -1
- package/dist/esm/i18n/dictionaries/authenticator/nl.js +1 -1
- package/dist/esm/i18n/dictionaries/authenticator/pl.js +1 -1
- package/dist/esm/i18n/dictionaries/authenticator/pt.js +1 -1
- package/dist/esm/i18n/dictionaries/authenticator/ru.js +1 -1
- package/dist/esm/i18n/dictionaries/authenticator/sv.js +1 -1
- package/dist/esm/i18n/dictionaries/authenticator/tr.js +1 -1
- package/dist/esm/i18n/dictionaries/authenticator/zh.js +1 -1
- package/dist/esm/i18n/dictionaries/index.js +1 -1
- package/dist/esm/i18n/translations.js +1 -1
- package/dist/esm/machines/authenticator/actions.js +1 -1
- package/dist/esm/machines/authenticator/actors/resetPassword.js +1 -1
- package/dist/esm/machines/authenticator/actors/signIn.js +1 -1
- package/dist/esm/machines/authenticator/defaultServices.js +1 -1
- package/dist/esm/machines/authenticator/index.js +1 -1
- package/dist/esm/machines/authenticator/signUp.js +1 -1
- package/dist/esm/theme/createTheme.js +1 -1
- package/dist/esm/theme/tokens/components/checkbox.js +1 -1
- package/dist/esm/theme/tokens/components/{countryCodeSelect.js → dialCodeSelect.js} +1 -1
- package/dist/esm/theme/tokens/components/index.js +1 -1
- package/dist/esm/theme/tokens/components/searchField.js +1 -1
- package/dist/esm/theme/tokens/components/select.js +1 -1
- package/dist/esm/theme/tokens/components/switchField.js +1 -1
- package/dist/esm/theme/utils.js +1 -1
- package/dist/esm/types/authenticator/attributes.js +1 -1
- package/dist/esm/validators/index.js +1 -1
- package/dist/index.js +1 -1
- package/dist/styles.css +28 -10
- package/dist/theme.css +7 -1
- package/dist/types/i18n/dictionaries/authenticator/de.d.ts +2 -61
- package/dist/types/i18n/dictionaries/authenticator/en.d.ts +2 -50
- package/dist/types/i18n/dictionaries/authenticator/es.d.ts +2 -63
- package/dist/types/i18n/dictionaries/authenticator/fr.d.ts +2 -65
- package/dist/types/i18n/dictionaries/authenticator/id.d.ts +2 -78
- package/dist/types/i18n/dictionaries/authenticator/it.d.ts +2 -49
- package/dist/types/i18n/dictionaries/authenticator/ja.d.ts +2 -56
- package/dist/types/i18n/dictionaries/authenticator/kr.d.ts +2 -56
- package/dist/types/i18n/dictionaries/authenticator/nl.d.ts +2 -50
- package/dist/types/i18n/dictionaries/authenticator/pl.d.ts +2 -57
- package/dist/types/i18n/dictionaries/authenticator/pt.d.ts +2 -50
- package/dist/types/i18n/dictionaries/authenticator/ru.d.ts +2 -50
- package/dist/types/i18n/dictionaries/authenticator/sv.d.ts +2 -51
- package/dist/types/i18n/dictionaries/authenticator/tr.d.ts +2 -65
- package/dist/types/i18n/dictionaries/authenticator/types.d.ts +3 -0
- package/dist/types/i18n/dictionaries/authenticator/zh.d.ts +2 -32
- package/dist/types/i18n/dictionaries/index.d.ts +610 -663
- package/dist/types/theme/tokens/components/checkbox.d.ts +6 -0
- package/dist/types/theme/tokens/components/dialCodeSelect.d.ts +5 -0
- package/dist/types/theme/tokens/components/index.d.ts +2 -2
- package/dist/types/theme/tokens/components/searchField.d.ts +2 -1
- package/dist/types/theme/tokens/components/select.d.ts +3 -0
- package/dist/types/theme/tokens/components/switchField.d.ts +1 -0
- package/package.json +4 -4
- package/dist/esm/node_modules/tslib/tslib.es6.js +0 -1
- package/dist/types/theme/tokens/components/countryCodeSelect.d.ts +0 -5
package/dist/styles.css
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
/**
|
|
5
5
|
* Do not edit directly
|
|
6
|
-
* Generated on Tue,
|
|
6
|
+
* Generated on Tue, 30 Aug 2022 22:13:55 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,6 +441,7 @@
|
|
|
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
446
|
--amplify-components-stepperfield-button-background-color: var(--amplify-colors-transparent);
|
|
445
447
|
--amplify-components-sliderfield-thumb-border-width: var(--amplify-border-widths-medium);
|
|
@@ -583,6 +585,7 @@
|
|
|
583
585
|
--amplify-components-copy-tool-tip-bottom: var(--amplify-space-large);
|
|
584
586
|
--amplify-components-copy-gap: var(--amplify-space-relative-medium);
|
|
585
587
|
--amplify-components-copy-font-size: var(--amplify-font-sizes-xs);
|
|
588
|
+
--amplify-components-checkbox-icon-indeterminate-opacity: var(--amplify-opacities-100);
|
|
586
589
|
--amplify-components-checkbox-icon-checked-opacity: var(--amplify-opacities-100);
|
|
587
590
|
--amplify-components-checkbox-icon-transition-duration: var(--amplify-time-short);
|
|
588
591
|
--amplify-components-checkbox-icon-opacity: var(--amplify-opacities-0);
|
|
@@ -684,8 +687,10 @@
|
|
|
684
687
|
--amplify-components-sliderfield-thumb-background-color: var(--amplify-colors-background-primary);
|
|
685
688
|
--amplify-components-sliderfield-range-background-color: var(--amplify-colors-brand-primary-80);
|
|
686
689
|
--amplify-components-sliderfield-track-background-color: var(--amplify-colors-background-quaternary);
|
|
690
|
+
--amplify-components-select-option-disabled-color: var(--amplify-colors-font-disabled);
|
|
687
691
|
--amplify-components-select-option-color: var(--amplify-colors-font-primary);
|
|
688
692
|
--amplify-components-select-option-background-color: var(--amplify-colors-background-primary);
|
|
693
|
+
--amplify-components-searchfield-button-background-color: var(--amplify-colors-background-primary);
|
|
689
694
|
--amplify-components-rating-empty-color: var(--amplify-colors-background-tertiary);
|
|
690
695
|
--amplify-components-rating-filled-color: var(--amplify-colors-brand-secondary-80);
|
|
691
696
|
--amplify-components-radiogroup-radio-border-width: var(--amplify-components-radio-button-border-width);
|
|
@@ -895,6 +900,7 @@
|
|
|
895
900
|
--amplify-components-collection-pagination-button-hover-color: var(--amplify-components-pagination-button-hover-color);
|
|
896
901
|
--amplify-components-collection-pagination-button-color: var(--amplify-components-pagination-button-color);
|
|
897
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);
|
|
898
904
|
--amplify-components-checkbox-icon-checked-disabled-background-color: var(--amplify-colors-background-disabled);
|
|
899
905
|
--amplify-components-checkbox-button-disabled-border-color: var(--amplify-colors-border-disabled);
|
|
900
906
|
--amplify-components-checkbox-button-focus-box-shadow: 0px 0px 0px 2px var(--amplify-colors-border-focus);
|
|
@@ -987,10 +993,8 @@ select {
|
|
|
987
993
|
}
|
|
988
994
|
}
|
|
989
995
|
[class*=amplify] {
|
|
990
|
-
all: unset;
|
|
991
|
-
/*
|
|
992
|
-
box-sizing: border-box;
|
|
993
|
-
/* set box-sizing after unset above */
|
|
996
|
+
all: unset; /* protect against external styles */
|
|
997
|
+
box-sizing: border-box; /* set box-sizing after unset above */
|
|
994
998
|
}
|
|
995
999
|
|
|
996
1000
|
.amplify-flex {
|
|
@@ -1124,7 +1128,6 @@ strong.amplify-text {
|
|
|
1124
1128
|
transition: all var(--amplify-components-button-transition-duration);
|
|
1125
1129
|
-webkit-user-select: none;
|
|
1126
1130
|
-moz-user-select: none;
|
|
1127
|
-
-ms-user-select: none;
|
|
1128
1131
|
user-select: none;
|
|
1129
1132
|
--amplify-internal-button-disabled-color: var(
|
|
1130
1133
|
--amplify-components-button-disabled-color
|
|
@@ -1373,6 +1376,11 @@ strong.amplify-text {
|
|
|
1373
1376
|
line-height: var(--amplify-components-heading-line-height);
|
|
1374
1377
|
display: block;
|
|
1375
1378
|
}
|
|
1379
|
+
.amplify-heading--truncated {
|
|
1380
|
+
overflow: hidden;
|
|
1381
|
+
text-overflow: ellipsis;
|
|
1382
|
+
white-space: nowrap;
|
|
1383
|
+
}
|
|
1376
1384
|
|
|
1377
1385
|
.amplify-heading--1 {
|
|
1378
1386
|
font-size: var(--amplify-components-heading-1-font-size);
|
|
@@ -1444,7 +1452,6 @@ strong.amplify-text {
|
|
|
1444
1452
|
outline-offset: var(--amplify-components-fieldcontrol-outline-offset);
|
|
1445
1453
|
-webkit-user-select: text;
|
|
1446
1454
|
-moz-user-select: text;
|
|
1447
|
-
-ms-user-select: text;
|
|
1448
1455
|
user-select: text;
|
|
1449
1456
|
}
|
|
1450
1457
|
.amplify-input:focus {
|
|
@@ -1531,8 +1538,8 @@ strong.amplify-text {
|
|
|
1531
1538
|
outline-offset: var(--amplify-components-fieldcontrol-outline-offset);
|
|
1532
1539
|
-webkit-user-select: text;
|
|
1533
1540
|
-moz-user-select: text;
|
|
1534
|
-
-ms-user-select: text;
|
|
1535
1541
|
user-select: text;
|
|
1542
|
+
white-space: pre-wrap;
|
|
1536
1543
|
}
|
|
1537
1544
|
.amplify-textarea:focus {
|
|
1538
1545
|
border-color: var(--amplify-components-fieldcontrol-focus-border-color);
|
|
@@ -2124,6 +2131,13 @@ strong.amplify-text {
|
|
|
2124
2131
|
--amplify-components-checkbox-icon-checked-disabled-background-color
|
|
2125
2132
|
);
|
|
2126
2133
|
}
|
|
2134
|
+
.amplify-checkbox__icon--indeterminate {
|
|
2135
|
+
opacity: var(--amplify-components-checkbox-icon-indeterminate-opacity);
|
|
2136
|
+
transform: var(--amplify-components-checkbox-icon-indeterminate-transform);
|
|
2137
|
+
--amplify-internal-checkbox-icon-disabled-background-color: var(
|
|
2138
|
+
--amplify-components-checkbox-icon-indeterminate-disabled-background-color
|
|
2139
|
+
);
|
|
2140
|
+
}
|
|
2127
2141
|
.amplify-checkbox__icon--disabled {
|
|
2128
2142
|
background-color: var(--amplify-internal-checkbox-icon-disabled-background-color);
|
|
2129
2143
|
}
|
|
@@ -2139,7 +2153,7 @@ strong.amplify-text {
|
|
|
2139
2153
|
justify-content: var(--amplify-components-checkboxfield-justify-content);
|
|
2140
2154
|
}
|
|
2141
2155
|
|
|
2142
|
-
.amplify-
|
|
2156
|
+
.amplify-dialcodeselect {
|
|
2143
2157
|
height: var(--amplify-components-countrycodeselect-height);
|
|
2144
2158
|
}
|
|
2145
2159
|
|
|
@@ -2834,6 +2848,7 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2834
2848
|
}
|
|
2835
2849
|
.amplify-searchfield__search {
|
|
2836
2850
|
color: var(--amplify-components-searchfield-button-color);
|
|
2851
|
+
background-color: var(--amplify-components-searchfield-button-background-color);
|
|
2837
2852
|
}
|
|
2838
2853
|
.amplify-searchfield__search:active {
|
|
2839
2854
|
background-color: var(--amplify-components-button-active-background-color);
|
|
@@ -2961,6 +2976,9 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2961
2976
|
.amplify-select option {
|
|
2962
2977
|
color: initial;
|
|
2963
2978
|
}
|
|
2979
|
+
.amplify-select option[disabled=""] {
|
|
2980
|
+
color: var(--amplify-components-select-option-disabled-color);
|
|
2981
|
+
}
|
|
2964
2982
|
@-moz-document url-prefix() {
|
|
2965
2983
|
.amplify-select option {
|
|
2966
2984
|
background-color: var(--amplify-components-select-option-background-color);
|
|
@@ -3011,7 +3029,6 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
3011
3029
|
touch-action: none;
|
|
3012
3030
|
-webkit-user-select: none;
|
|
3013
3031
|
-moz-user-select: none;
|
|
3014
|
-
-ms-user-select: none;
|
|
3015
3032
|
user-select: none;
|
|
3016
3033
|
--amplify-internal-sliderfield-root-height: var(
|
|
3017
3034
|
--amplify-components-sliderfield-thumb-height
|
|
@@ -3222,6 +3239,7 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
3222
3239
|
|
|
3223
3240
|
.amplify-switchfield {
|
|
3224
3241
|
display: inline-block;
|
|
3242
|
+
font-size: var(--amplify-components-switchfield-font-size);
|
|
3225
3243
|
}
|
|
3226
3244
|
.amplify-switchfield--small {
|
|
3227
3245
|
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,
|
|
3
|
+
* Generated on Tue, 30 Aug 2022 22:13:55 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,6 +439,7 @@
|
|
|
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
444
|
--amplify-components-stepperfield-button-background-color: var(--amplify-colors-transparent);
|
|
443
445
|
--amplify-components-sliderfield-thumb-border-width: var(--amplify-border-widths-medium);
|
|
@@ -581,6 +583,7 @@
|
|
|
581
583
|
--amplify-components-copy-tool-tip-bottom: var(--amplify-space-large);
|
|
582
584
|
--amplify-components-copy-gap: var(--amplify-space-relative-medium);
|
|
583
585
|
--amplify-components-copy-font-size: var(--amplify-font-sizes-xs);
|
|
586
|
+
--amplify-components-checkbox-icon-indeterminate-opacity: var(--amplify-opacities-100);
|
|
584
587
|
--amplify-components-checkbox-icon-checked-opacity: var(--amplify-opacities-100);
|
|
585
588
|
--amplify-components-checkbox-icon-transition-duration: var(--amplify-time-short);
|
|
586
589
|
--amplify-components-checkbox-icon-opacity: var(--amplify-opacities-0);
|
|
@@ -682,8 +685,10 @@
|
|
|
682
685
|
--amplify-components-sliderfield-thumb-background-color: var(--amplify-colors-background-primary);
|
|
683
686
|
--amplify-components-sliderfield-range-background-color: var(--amplify-colors-brand-primary-80);
|
|
684
687
|
--amplify-components-sliderfield-track-background-color: var(--amplify-colors-background-quaternary);
|
|
688
|
+
--amplify-components-select-option-disabled-color: var(--amplify-colors-font-disabled);
|
|
685
689
|
--amplify-components-select-option-color: var(--amplify-colors-font-primary);
|
|
686
690
|
--amplify-components-select-option-background-color: var(--amplify-colors-background-primary);
|
|
691
|
+
--amplify-components-searchfield-button-background-color: var(--amplify-colors-background-primary);
|
|
687
692
|
--amplify-components-rating-empty-color: var(--amplify-colors-background-tertiary);
|
|
688
693
|
--amplify-components-rating-filled-color: var(--amplify-colors-brand-secondary-80);
|
|
689
694
|
--amplify-components-radiogroup-radio-border-width: var(--amplify-components-radio-button-border-width);
|
|
@@ -893,6 +898,7 @@
|
|
|
893
898
|
--amplify-components-collection-pagination-button-hover-color: var(--amplify-components-pagination-button-hover-color);
|
|
894
899
|
--amplify-components-collection-pagination-button-color: var(--amplify-components-pagination-button-color);
|
|
895
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);
|
|
896
902
|
--amplify-components-checkbox-icon-checked-disabled-background-color: var(--amplify-colors-background-disabled);
|
|
897
903
|
--amplify-components-checkbox-button-disabled-border-color: var(--amplify-colors-border-disabled);
|
|
898
904
|
--amplify-components-checkbox-button-focus-box-shadow: 0px 0px 0px 2px var(--amplify-colors-border-focus);
|
|
@@ -1,61 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
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
|
-
|
|
2
|
-
|
|
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
|
-
|
|
2
|
-
|
|
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
|
-
|
|
2
|
-
|
|
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
|
-
|
|
2
|
-
|
|
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
|
-
|
|
2
|
-
|
|
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,56 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
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
|
-
'We Emailed You': string;
|
|
53
|
-
'Your code is on the way. To log in, enter the code we emailed to': string;
|
|
54
|
-
'Your code is on the way. To log in, enter the code we texted to': string;
|
|
55
|
-
'It may take a minute to arrive.': string;
|
|
56
|
-
};
|
|
1
|
+
import { AuthenticatorDictionary } from './types';
|
|
2
|
+
export declare const jaDict: AuthenticatorDictionary;
|