@aws-amplify/ui 6.1.0 → 6.3.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.
- package/dist/esm/i18n/dictionaries/authenticator/de.mjs +4 -4
- package/dist/esm/i18n/dictionaries/authenticator/th.mjs +101 -0
- package/dist/esm/i18n/dictionaries/index.mjs +3 -1
- package/dist/esm/i18n/translations.mjs +2 -1
- package/dist/esm/index.mjs +1 -0
- package/dist/esm/types/primitives/componentClassName.mjs +19 -0
- package/dist/esm/utils/humanFileSize.mjs +29 -0
- package/dist/esm/utils/setUserAgent/constants.mjs +6 -2
- package/dist/esm/utils/setUserAgent/setUserAgent.mjs +8 -1
- package/dist/index.js +165 -4
- package/dist/styles/breadcrumbs.css +2 -4
- package/dist/styles/breadcrumbs.layer.css +2 -4
- package/dist/styles/button.css +10 -19
- package/dist/styles/button.layer.css +10 -19
- package/dist/styles/input.css +2 -3
- package/dist/styles/input.layer.css +2 -3
- package/dist/styles/link.css +5 -10
- package/dist/styles/link.layer.css +5 -10
- package/dist/styles/reset.css +1 -3
- package/dist/styles/reset.layer.css +1 -3
- package/dist/styles/sliderField.css +2 -3
- package/dist/styles/sliderField.layer.css +2 -3
- package/dist/styles/textArea.css +2 -3
- package/dist/styles/textArea.layer.css +2 -3
- package/dist/styles.css +23 -42
- package/dist/styles.layer.css +23 -42
- package/dist/types/i18n/dictionaries/authenticator/index.d.ts +1 -0
- package/dist/types/i18n/dictionaries/authenticator/th.d.ts +2 -0
- package/dist/types/i18n/dictionaries/index.d.ts +52 -0
- package/dist/types/theme/components/fileUploader.d.ts +20 -0
- package/dist/types/types/primitives/componentClassName.d.ts +19 -0
- package/dist/types/utils/humanFileSize.d.ts +11 -0
- package/dist/types/utils/index.d.ts +1 -0
- package/dist/types/utils/setUserAgent/constants.d.ts +1 -0
- package/dist/types/utils/setUserAgent/setUserAgent.d.ts +1 -1
- package/package.json +1 -1
|
@@ -18,7 +18,7 @@ const deDict = {
|
|
|
18
18
|
'Create Account': 'Account erstellen',
|
|
19
19
|
'Creating Account': 'Account wird erstellt',
|
|
20
20
|
'Dismiss alert': 'Warnung verwerfen',
|
|
21
|
-
Email: '
|
|
21
|
+
Email: 'E-Mail',
|
|
22
22
|
'Enter your Birthdate': 'Geben Sie Ihr Geburtsdatum ein',
|
|
23
23
|
'Enter your code': 'Geben Sie Ihren Code ein',
|
|
24
24
|
'Enter your Confirmation Code': 'Geben Sie Ihren Bestätigungs-Code ein',
|
|
@@ -30,7 +30,7 @@ const deDict = {
|
|
|
30
30
|
'Enter your Nickname': 'Geben Sie Ihren Spitznamen ein',
|
|
31
31
|
'Enter your Password': 'Geben Sie Ihr Passwort ein',
|
|
32
32
|
'Enter your password': 'Geben Sie Ihr Passwort ein',
|
|
33
|
-
'Enter your email': 'Geben Sie Ihre
|
|
33
|
+
'Enter your email': 'Geben Sie Ihre E-Mail ein',
|
|
34
34
|
'Enter your phone number': 'Geben Sie Ihre Telefonnummer ein',
|
|
35
35
|
'Enter your Preferred Username': 'Geben Sie Ihren bevorzugten Benutzernamen ein',
|
|
36
36
|
'Enter your username': 'Geben Sie Ihren Benutzernamen ein',
|
|
@@ -65,14 +65,14 @@ const deDict = {
|
|
|
65
65
|
Username: 'Benutzername',
|
|
66
66
|
'Verify Contact': 'Kontakt verifizieren',
|
|
67
67
|
Verify: 'Verifizieren',
|
|
68
|
-
'We Emailed You': '
|
|
68
|
+
'We Emailed You': 'E-Mail wurde versendet',
|
|
69
69
|
'We Sent A Code': 'Wir haben einen Code gesendet',
|
|
70
70
|
'We Texted You': 'Wir haben Ihnen eine SMS gesendet',
|
|
71
71
|
'Your code is on the way. To log in, enter the code we emailed to': 'Ihr Bestätigungscode ist unterwegs. Um sich einzuloggen geben Sie den Code ein, den wir per E-Mail verschickt haben',
|
|
72
72
|
'Your code is on the way. To log in, enter the code we sent you': 'Ihr Code ist unterwegs. Um sich anzumelden, geben Sie den Code ein, den wir Ihnen gesendet haben',
|
|
73
73
|
'Your code is on the way. To log in, enter the code we texted to': 'Ihr Bestätigungscode ist unterwegs. Um sich einzuloggen geben Sie den Code ein, den wir per SMS verschickt haben',
|
|
74
74
|
// Additional translations provided by customers
|
|
75
|
-
'An account with the given email already exists.': 'Ein Account mit dieser
|
|
75
|
+
'An account with the given email already exists.': 'Ein Account mit dieser E-Mail existiert bereits.',
|
|
76
76
|
'Confirm a Code': 'Code bestätigen',
|
|
77
77
|
'Confirm Sign In': 'Anmeldung bestätigen',
|
|
78
78
|
'Create account': 'Hier registrieren',
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
const thDict = {
|
|
2
|
+
'Account recovery requires verified contact information': 'การกู้คืนบัญชีต้องมีข้อมูลติดต่อที่ได้รับการยืนยันแล้ว',
|
|
3
|
+
'Add your Profile': 'เพิ่มโปรไฟล์ของคุณ',
|
|
4
|
+
'Add your Website': 'เพิ่มเว็บไซต์ของคุณ',
|
|
5
|
+
'Back to Sign In': 'กลับไปที่การเข้าสู่ระบบ',
|
|
6
|
+
'Change Password': 'เปลี่ยนรหัสผ่าน',
|
|
7
|
+
Changing: 'กำลังเปลี่ยน',
|
|
8
|
+
Code: 'รหัส',
|
|
9
|
+
'Confirm Password': 'ยืนยันรหัสผ่าน',
|
|
10
|
+
'Please confirm your Password': 'กรุณายืนยันรหัสผ่านของคุณ',
|
|
11
|
+
'Confirm Sign Up': 'ยืนยันการลงทะเบียน',
|
|
12
|
+
'Confirm SMS Code': 'ยืนยันรหัส SMS',
|
|
13
|
+
'Confirm MFA Code': 'ยืนยันรหัส MFA',
|
|
14
|
+
'Confirm TOTP Code': 'ยืนยันรหัส TOTP',
|
|
15
|
+
Confirm: 'ยืนยัน',
|
|
16
|
+
'Confirmation Code': 'รหัสยืนยัน',
|
|
17
|
+
Confirming: 'กำลังยืนยัน',
|
|
18
|
+
'Create a new account': 'สร้างบัญชีใหม่',
|
|
19
|
+
'Create Account': 'สร้างบัญชี',
|
|
20
|
+
'Creating Account': 'กำลังสร้างบัญชี',
|
|
21
|
+
'Dismiss alert': 'ปิดการแจ้งเตือน',
|
|
22
|
+
Email: 'อีเมล',
|
|
23
|
+
'Enter your Birthdate': 'กรอกวันเกิดของคุณ',
|
|
24
|
+
'Enter your code': 'กรอกรหัสของคุณ',
|
|
25
|
+
'Enter your Confirmation Code': 'กรอกรหัสยืนยันของคุณ',
|
|
26
|
+
'Enter your Email': 'กรอกอีเมลของคุณ',
|
|
27
|
+
'Enter your Family Name': 'กรอกนามสกุลของคุณ',
|
|
28
|
+
'Enter your Given Name': 'กรอกชื่อของคุณ',
|
|
29
|
+
'Enter your Middle Name': 'กรอกชื่อกลางของคุณ',
|
|
30
|
+
'Enter your Name': 'กรอกชื่อของคุณ',
|
|
31
|
+
'Enter your Nickname': 'กรอกชื่อเล่นของคุณ',
|
|
32
|
+
'Enter your Password': 'กรอกรหัสผ่านของคุณ',
|
|
33
|
+
'Enter your email': 'กรอกอีเมลของคุณ',
|
|
34
|
+
'Enter your phone number': 'กรอกหมายเลขโทรศัพท์ของคุณ',
|
|
35
|
+
'Enter your Preferred Username': 'กรอกชื่อผู้ใช้ที่ต้องการ',
|
|
36
|
+
'Enter your username': 'กรอกชื่อผู้ใช้ของคุณ',
|
|
37
|
+
'Forgot password?': 'ลืมรหัสผ่าน?',
|
|
38
|
+
'Forgot your password?': 'ลืมรหัสผ่านใช่หรือไม่?',
|
|
39
|
+
'Hide password': 'ซ่อนรหัสผ่าน',
|
|
40
|
+
'It may take a minute to arrive': 'อาจใช้เวลาสักครู่',
|
|
41
|
+
Loading: 'กำลังโหลด',
|
|
42
|
+
'New password': 'รหัสผ่านใหม่',
|
|
43
|
+
or: 'หรือ',
|
|
44
|
+
Password: 'รหัสผ่าน',
|
|
45
|
+
'Phone Number': 'หมายเลขโทรศัพท์',
|
|
46
|
+
'Resend Code': 'ส่งรหัสอีกครั้ง',
|
|
47
|
+
'Reset your Password': 'รีเซ็ตรหัสผ่านของคุณ',
|
|
48
|
+
'Reset your password': 'รีเซ็ตรหัสผ่านของคุณ',
|
|
49
|
+
'Send code': 'ส่งรหัส',
|
|
50
|
+
'Send Code': 'ส่งรหัส',
|
|
51
|
+
Sending: 'กำลังส่ง',
|
|
52
|
+
'Setup TOTP': 'ตั้งค่า TOTP',
|
|
53
|
+
'Show password': 'แสดงรหัสผ่าน',
|
|
54
|
+
'Sign in to your account': 'เข้าสู่ระบบบัญชีของคุณ',
|
|
55
|
+
'Sign In with Amazon': 'เข้าสู่ระบบด้วย Amazon',
|
|
56
|
+
'Sign In with Apple': 'เข้าสู่ระบบด้วย Apple',
|
|
57
|
+
'Sign In with Facebook': 'เข้าสู่ระบบด้วย Facebook',
|
|
58
|
+
'Sign In with Google': 'เข้าสู่ระบบด้วย Google',
|
|
59
|
+
'Sign in': 'เข้าสู่ระบบ',
|
|
60
|
+
'Sign In': 'เข้าสู่ระบบ',
|
|
61
|
+
'Signing in': 'กำลังเข้าสู่ระบบ',
|
|
62
|
+
Skip: 'ข้าม',
|
|
63
|
+
Submit: 'ส่ง',
|
|
64
|
+
Submitting: 'กำลังส่ง',
|
|
65
|
+
Username: 'ชื่อผู้ใช้',
|
|
66
|
+
'Verify Contact': 'ยืนยันการติดต่อ',
|
|
67
|
+
Verify: 'ยืนยัน',
|
|
68
|
+
'We Emailed You': 'เราได้ส่งอีเมลถึงคุณแล้ว',
|
|
69
|
+
'We Sent A Code': 'เราได้ส่งรหัสแล้ว',
|
|
70
|
+
'We Texted You': 'เราได้ส่ง SMS ถึงคุณแล้ว',
|
|
71
|
+
'Your code is on the way. To log in, enter the code we emailed to': 'รหัสของคุณกำลังมา เพื่อเข้าสู่ระบบ กรุณากรอกรหัสที่เราส่งไปยังอีเมล',
|
|
72
|
+
'Your code is on the way. To log in, enter the code we sent you': 'รหัสของคุณกำลังมา เพื่อเข้าสู่ระบบ กรุณากรอกรหัสที่เราส่งให้คุณ',
|
|
73
|
+
'Your code is on the way. To log in, enter the code we texted to': 'รหัสของคุณกำลังมา เพื่อเข้าสู่ระบบ กรุณากรอกรหัสที่เราส่งไปยัง SMS',
|
|
74
|
+
// Additional translations
|
|
75
|
+
'An account with the given email already exists.': 'บัญชีที่ใช้อีเมลนี้มีอยู่แล้ว',
|
|
76
|
+
'Confirm a Code': 'ยืนยันรหัส',
|
|
77
|
+
'Confirm Sign In': 'ยืนยันการเข้าสู่ระบบ',
|
|
78
|
+
'Create account': 'สร้างบัญชี',
|
|
79
|
+
'Sign Up with Facebook': 'ลงทะเบียนด้วย Facebook',
|
|
80
|
+
'Sign Up with Google': 'ลงทะเบียนด้วย Google',
|
|
81
|
+
'Sign Up with Apple': 'ลงทะเบียนด้วย Apple',
|
|
82
|
+
'Sign Up with Line': 'ลงทะเบียนด้วย Line',
|
|
83
|
+
'Forgot Password': 'ลืมรหัสผ่าน',
|
|
84
|
+
'Have an account? ': 'มีบัญชีอยู่แล้ว? ',
|
|
85
|
+
'Incorrect username or password': 'ชื่อผู้ใช้หรือรหัสผ่านไม่ถูกต้อง',
|
|
86
|
+
'Invalid password format': 'รูปแบบรหัสผ่านไม่ถูกต้อง',
|
|
87
|
+
'It may take a minute to arrive.': 'อาจใช้เวลาสักครู่ในการมาถึง',
|
|
88
|
+
'Lost your code? ': 'หารหัสไม่เจอ? ',
|
|
89
|
+
'New Password': 'รหัสผ่านใหม่',
|
|
90
|
+
'No account? ': 'ไม่มีบัญชี? ',
|
|
91
|
+
'Password attempts exceeded': 'เกินจำนวนครั้งที่อนุญาตให้ใส่รหัสผ่าน',
|
|
92
|
+
'Reset password': 'รีเซ็ตรหัสผ่าน',
|
|
93
|
+
'Reset Password': 'รีเซ็ตรหัสผ่าน',
|
|
94
|
+
'Sign Out': 'ออกจากระบบ',
|
|
95
|
+
'Sign Up': 'ลงทะเบียน',
|
|
96
|
+
'User already exists': 'ผู้ใช้นี้มีอยู่แล้ว',
|
|
97
|
+
'User does not exist': 'ไม่มีผู้ใช้นี้',
|
|
98
|
+
'Username cannot be empty': 'ต้องใส่ชื่อผู้ใช้งาน',
|
|
99
|
+
};
|
|
100
|
+
|
|
101
|
+
export { thDict };
|
|
@@ -16,6 +16,7 @@ import { trDict as trDict$1 } from './authenticator/tr.mjs';
|
|
|
16
16
|
import { ruDict as ruDict$1 } from './authenticator/ru.mjs';
|
|
17
17
|
import { heDict as heDict$1 } from './authenticator/he.mjs';
|
|
18
18
|
import { uaDict as uaDict$1 } from './authenticator/ua.mjs';
|
|
19
|
+
import { thDict as thDict$1 } from './authenticator/th.mjs';
|
|
19
20
|
import { defaultTexts as defaultTexts$1 } from './authenticator/defaultTexts.mjs';
|
|
20
21
|
|
|
21
22
|
//merge all the new module translations in respective locale constants
|
|
@@ -39,9 +40,10 @@ const trDict = { ...trDict$1 };
|
|
|
39
40
|
const ruDict = { ...ruDict$1 };
|
|
40
41
|
const heDict = { ...heDict$1 };
|
|
41
42
|
const uaDict = { ...uaDict$1 };
|
|
43
|
+
const thDict = { ...thDict$1 };
|
|
42
44
|
const defaultTexts = {
|
|
43
45
|
...defaultTexts$1,
|
|
44
46
|
// new module related default texts goes here
|
|
45
47
|
};
|
|
46
48
|
|
|
47
|
-
export { deDict, defaultTexts, enDict, esDict, frDict, heDict, idDict, itDict, jaDict, krDict, nbDict, nlDict, plDict, ptDict, ruDict, svDict, trDict, uaDict, zhDict };
|
|
49
|
+
export { deDict, defaultTexts, enDict, esDict, frDict, heDict, idDict, itDict, jaDict, krDict, nbDict, nlDict, plDict, ptDict, ruDict, svDict, thDict, trDict, uaDict, zhDict };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { I18n } from 'aws-amplify/utils';
|
|
2
|
-
import { defaultTexts, deDict, enDict, esDict, frDict, idDict, itDict, jaDict, krDict, nbDict, nlDict, plDict, ptDict, zhDict, svDict, trDict, ruDict, heDict, uaDict } from './dictionaries/index.mjs';
|
|
2
|
+
import { defaultTexts, deDict, enDict, esDict, frDict, idDict, itDict, jaDict, krDict, nbDict, nlDict, plDict, ptDict, zhDict, svDict, trDict, ruDict, heDict, uaDict, thDict } from './dictionaries/index.mjs';
|
|
3
3
|
|
|
4
4
|
/*
|
|
5
5
|
* Copyright 2017-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
@@ -62,6 +62,7 @@ const translations = {
|
|
|
62
62
|
ru: ruDict,
|
|
63
63
|
he: heDict,
|
|
64
64
|
ua: uaDict,
|
|
65
|
+
th: thDict,
|
|
65
66
|
};
|
|
66
67
|
|
|
67
68
|
export { DefaultTexts, hasTranslation, translate, translations };
|
package/dist/esm/index.mjs
CHANGED
|
@@ -28,3 +28,4 @@ export { ComponentClassName } from './types/primitives/componentClassName.mjs';
|
|
|
28
28
|
export { setUserAgent } from './utils/setUserAgent/setUserAgent.mjs';
|
|
29
29
|
export { areEmptyArrays, areEmptyObjects, capitalize, classNameModifier, classNameModifierByFlag, groupLog, has, isEmpty, isEmptyObject, isFunction, isMap, isNil, isObject, isSet, isString, isTypedFunction, isUndefined, noop, sanitizeNamespaceImport, splitObject, templateJoin } from './utils/utils.mjs';
|
|
30
30
|
export { classNames } from './utils/classNames.mjs';
|
|
31
|
+
export { humanFileSize } from './utils/humanFileSize.mjs';
|
|
@@ -59,6 +59,25 @@ const ComponentClassName = {
|
|
|
59
59
|
FieldGroupFieldWrapper: 'amplify-field-group__field-wrapper',
|
|
60
60
|
Fieldset: 'amplify-fieldset',
|
|
61
61
|
FieldsetLegend: 'amplify-fieldset__legend',
|
|
62
|
+
FileUploader: 'amplify-fileuploader',
|
|
63
|
+
FileUploaderDropZone: 'amplify-fileuploader__dropzone',
|
|
64
|
+
FileUploaderDropZoneIcon: 'amplify-fileuploader__dropzone__icon',
|
|
65
|
+
FileUploaderDropZoneText: 'amplify-fileuploader__dropzone__text',
|
|
66
|
+
FileUploaderFilePicker: 'amplify-fileuploader__file__picker',
|
|
67
|
+
FileUploaderFile: 'amplify-fileuploader__file',
|
|
68
|
+
FileUploaderFileWrapper: 'amplify-fileuploader__file__wrapper',
|
|
69
|
+
FileUploaderFileList: 'amplify-fileuploader__file__list',
|
|
70
|
+
FileUploaderFileName: 'amplify-fileuploader__file__name',
|
|
71
|
+
FileUploaderFileSize: 'amplify-fileuploader__file__size',
|
|
72
|
+
FileUploaderFileInfo: 'amplify-fileuploader__file__info',
|
|
73
|
+
FileUploaderFileImage: 'amplify-fileuploader__file__image',
|
|
74
|
+
FileUploaderFileMain: 'amplify-fileuploader__file__main',
|
|
75
|
+
FileUploaderFileStatus: 'amplify-fileuploader__file__status',
|
|
76
|
+
FileUploaderLoader: 'amplify-fileuploader__loader',
|
|
77
|
+
FileUploaderPreviewer: 'amplify-fileuploader__previewer',
|
|
78
|
+
FileUploaderPreviewerText: 'amplify-fileuploader__previewer__text',
|
|
79
|
+
FileUploaderPreviewerActions: 'amplify-fileuploader__previewer__actions',
|
|
80
|
+
FileUploaderPreviewerFooter: 'amplify-fileuploader__previewer__footer',
|
|
62
81
|
Flex: 'amplify-flex',
|
|
63
82
|
Grid: 'amplify-grid',
|
|
64
83
|
Heading: 'amplify-heading',
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Format bytes as human-readable text.
|
|
3
|
+
*
|
|
4
|
+
* @param bytes Number of bytes.
|
|
5
|
+
* @param si True to use metric (SI) units, aka powers of 1000. False to use
|
|
6
|
+
* binary (IEC), aka powers of 1024.
|
|
7
|
+
* @param dp Number of decimal places to display.
|
|
8
|
+
*
|
|
9
|
+
* @return Formatted string.
|
|
10
|
+
*/
|
|
11
|
+
function humanFileSize(bytes, si = false, dp = 1) {
|
|
12
|
+
const thresh = si ? 1000 : 1024;
|
|
13
|
+
if (Math.abs(bytes) < thresh) {
|
|
14
|
+
return `${bytes} B`;
|
|
15
|
+
}
|
|
16
|
+
const units = si
|
|
17
|
+
? ['kB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB']
|
|
18
|
+
: ['KiB', 'MiB', 'GiB', 'TiB', 'PiB', 'EiB', 'ZiB', 'YiB'];
|
|
19
|
+
let unit = -1;
|
|
20
|
+
const range = 10 ** dp;
|
|
21
|
+
do {
|
|
22
|
+
bytes /= thresh;
|
|
23
|
+
++unit;
|
|
24
|
+
} while (Math.round(Math.abs(bytes) * range) / range >= thresh &&
|
|
25
|
+
unit < units.length - 1);
|
|
26
|
+
return bytes.toFixed(dp) + ' ' + units[unit];
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
export { humanFileSize };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AuthAction, Category, InAppMessagingAction, GeoAction
|
|
1
|
+
import { AuthAction, Category, StorageAction, InAppMessagingAction, GeoAction } from '@aws-amplify/core/internals/utils';
|
|
2
2
|
|
|
3
3
|
const ACCOUNT_SETTINGS_INPUT_BASE = {
|
|
4
4
|
apis: [AuthAction.DeleteUser, AuthAction.UpdatePassword],
|
|
@@ -19,6 +19,10 @@ const AUTHENTICATOR_INPUT_BASE = {
|
|
|
19
19
|
],
|
|
20
20
|
category: Category.Auth,
|
|
21
21
|
};
|
|
22
|
+
const FILE_UPLOADER_BASE_INPUT = {
|
|
23
|
+
apis: [StorageAction.UploadData],
|
|
24
|
+
category: Category.Storage,
|
|
25
|
+
};
|
|
22
26
|
const IN_APP_MESSAGING_INPUT_BASE = {
|
|
23
27
|
apis: [InAppMessagingAction.NotifyMessageInteraction],
|
|
24
28
|
category: Category.InAppMessaging,
|
|
@@ -40,4 +44,4 @@ const STORAGE_MANAGER_INPUT_BASE = {
|
|
|
40
44
|
category: Category.Storage,
|
|
41
45
|
};
|
|
42
46
|
|
|
43
|
-
export { ACCOUNT_SETTINGS_INPUT_BASE, AUTHENTICATOR_INPUT_BASE, IN_APP_MESSAGING_INPUT_BASE, LOCATION_SEARCH_INPUT_BASE, MAP_VIEW_INPUT_BASE, STORAGE_MANAGER_INPUT_BASE };
|
|
47
|
+
export { ACCOUNT_SETTINGS_INPUT_BASE, AUTHENTICATOR_INPUT_BASE, FILE_UPLOADER_BASE_INPUT, IN_APP_MESSAGING_INPUT_BASE, LOCATION_SEARCH_INPUT_BASE, MAP_VIEW_INPUT_BASE, STORAGE_MANAGER_INPUT_BASE };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { setCustomUserAgent } from '@aws-amplify/core/internals/utils';
|
|
2
|
-
import { STORAGE_MANAGER_INPUT_BASE, MAP_VIEW_INPUT_BASE, LOCATION_SEARCH_INPUT_BASE, IN_APP_MESSAGING_INPUT_BASE, ACCOUNT_SETTINGS_INPUT_BASE, AUTHENTICATOR_INPUT_BASE } from './constants.mjs';
|
|
2
|
+
import { STORAGE_MANAGER_INPUT_BASE, MAP_VIEW_INPUT_BASE, LOCATION_SEARCH_INPUT_BASE, IN_APP_MESSAGING_INPUT_BASE, FILE_UPLOADER_BASE_INPUT, ACCOUNT_SETTINGS_INPUT_BASE, AUTHENTICATOR_INPUT_BASE } from './constants.mjs';
|
|
3
3
|
import { noop } from '../utils.mjs';
|
|
4
4
|
|
|
5
5
|
/**
|
|
@@ -30,6 +30,13 @@ const setUserAgent = ({ componentName, packageName, version, }) => {
|
|
|
30
30
|
});
|
|
31
31
|
break;
|
|
32
32
|
}
|
|
33
|
+
case 'FileUploader': {
|
|
34
|
+
setCustomUserAgent({
|
|
35
|
+
...FILE_UPLOADER_BASE_INPUT,
|
|
36
|
+
additionalDetails: [[componentName], packageData],
|
|
37
|
+
});
|
|
38
|
+
break;
|
|
39
|
+
}
|
|
33
40
|
case 'InAppMessaging': {
|
|
34
41
|
setCustomUserAgent({
|
|
35
42
|
...IN_APP_MESSAGING_INPUT_BASE,
|
package/dist/index.js
CHANGED
|
@@ -55,6 +55,10 @@ const AUTHENTICATOR_INPUT_BASE = {
|
|
|
55
55
|
],
|
|
56
56
|
category: utils.Category.Auth,
|
|
57
57
|
};
|
|
58
|
+
const FILE_UPLOADER_BASE_INPUT = {
|
|
59
|
+
apis: [utils.StorageAction.UploadData],
|
|
60
|
+
category: utils.Category.Storage,
|
|
61
|
+
};
|
|
58
62
|
const IN_APP_MESSAGING_INPUT_BASE = {
|
|
59
63
|
apis: [utils.InAppMessagingAction.NotifyMessageInteraction],
|
|
60
64
|
category: utils.Category.InAppMessaging,
|
|
@@ -350,6 +354,13 @@ const setUserAgent = ({ componentName, packageName, version, }) => {
|
|
|
350
354
|
});
|
|
351
355
|
break;
|
|
352
356
|
}
|
|
357
|
+
case 'FileUploader': {
|
|
358
|
+
utils.setCustomUserAgent({
|
|
359
|
+
...FILE_UPLOADER_BASE_INPUT,
|
|
360
|
+
additionalDetails: [[componentName], packageData],
|
|
361
|
+
});
|
|
362
|
+
break;
|
|
363
|
+
}
|
|
353
364
|
case 'InAppMessaging': {
|
|
354
365
|
utils.setCustomUserAgent({
|
|
355
366
|
...IN_APP_MESSAGING_INPUT_BASE,
|
|
@@ -418,6 +429,34 @@ const classNames = (...args) => {
|
|
|
418
429
|
return classes.join(' ');
|
|
419
430
|
};
|
|
420
431
|
|
|
432
|
+
/**
|
|
433
|
+
* Format bytes as human-readable text.
|
|
434
|
+
*
|
|
435
|
+
* @param bytes Number of bytes.
|
|
436
|
+
* @param si True to use metric (SI) units, aka powers of 1000. False to use
|
|
437
|
+
* binary (IEC), aka powers of 1024.
|
|
438
|
+
* @param dp Number of decimal places to display.
|
|
439
|
+
*
|
|
440
|
+
* @return Formatted string.
|
|
441
|
+
*/
|
|
442
|
+
function humanFileSize(bytes, si = false, dp = 1) {
|
|
443
|
+
const thresh = si ? 1000 : 1024;
|
|
444
|
+
if (Math.abs(bytes) < thresh) {
|
|
445
|
+
return `${bytes} B`;
|
|
446
|
+
}
|
|
447
|
+
const units = si
|
|
448
|
+
? ['kB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB']
|
|
449
|
+
: ['KiB', 'MiB', 'GiB', 'TiB', 'PiB', 'EiB', 'ZiB', 'YiB'];
|
|
450
|
+
let unit = -1;
|
|
451
|
+
const range = 10 ** dp;
|
|
452
|
+
do {
|
|
453
|
+
bytes /= thresh;
|
|
454
|
+
++unit;
|
|
455
|
+
} while (Math.round(Math.abs(bytes) * range) / range >= thresh &&
|
|
456
|
+
unit < units.length - 1);
|
|
457
|
+
return bytes.toFixed(dp) + ' ' + units[unit];
|
|
458
|
+
}
|
|
459
|
+
|
|
421
460
|
/**
|
|
422
461
|
* Handles Amplify JS Auth hub events, by forwarding hub events as appropriate
|
|
423
462
|
* xstate events.
|
|
@@ -689,7 +728,7 @@ const deDict$1 = {
|
|
|
689
728
|
'Create Account': 'Account erstellen',
|
|
690
729
|
'Creating Account': 'Account wird erstellt',
|
|
691
730
|
'Dismiss alert': 'Warnung verwerfen',
|
|
692
|
-
Email: '
|
|
731
|
+
Email: 'E-Mail',
|
|
693
732
|
'Enter your Birthdate': 'Geben Sie Ihr Geburtsdatum ein',
|
|
694
733
|
'Enter your code': 'Geben Sie Ihren Code ein',
|
|
695
734
|
'Enter your Confirmation Code': 'Geben Sie Ihren Bestätigungs-Code ein',
|
|
@@ -701,7 +740,7 @@ const deDict$1 = {
|
|
|
701
740
|
'Enter your Nickname': 'Geben Sie Ihren Spitznamen ein',
|
|
702
741
|
'Enter your Password': 'Geben Sie Ihr Passwort ein',
|
|
703
742
|
'Enter your password': 'Geben Sie Ihr Passwort ein',
|
|
704
|
-
'Enter your email': 'Geben Sie Ihre
|
|
743
|
+
'Enter your email': 'Geben Sie Ihre E-Mail ein',
|
|
705
744
|
'Enter your phone number': 'Geben Sie Ihre Telefonnummer ein',
|
|
706
745
|
'Enter your Preferred Username': 'Geben Sie Ihren bevorzugten Benutzernamen ein',
|
|
707
746
|
'Enter your username': 'Geben Sie Ihren Benutzernamen ein',
|
|
@@ -736,14 +775,14 @@ const deDict$1 = {
|
|
|
736
775
|
Username: 'Benutzername',
|
|
737
776
|
'Verify Contact': 'Kontakt verifizieren',
|
|
738
777
|
Verify: 'Verifizieren',
|
|
739
|
-
'We Emailed You': '
|
|
778
|
+
'We Emailed You': 'E-Mail wurde versendet',
|
|
740
779
|
'We Sent A Code': 'Wir haben einen Code gesendet',
|
|
741
780
|
'We Texted You': 'Wir haben Ihnen eine SMS gesendet',
|
|
742
781
|
'Your code is on the way. To log in, enter the code we emailed to': 'Ihr Bestätigungscode ist unterwegs. Um sich einzuloggen geben Sie den Code ein, den wir per E-Mail verschickt haben',
|
|
743
782
|
'Your code is on the way. To log in, enter the code we sent you': 'Ihr Code ist unterwegs. Um sich anzumelden, geben Sie den Code ein, den wir Ihnen gesendet haben',
|
|
744
783
|
'Your code is on the way. To log in, enter the code we texted to': 'Ihr Bestätigungscode ist unterwegs. Um sich einzuloggen geben Sie den Code ein, den wir per SMS verschickt haben',
|
|
745
784
|
// Additional translations provided by customers
|
|
746
|
-
'An account with the given email already exists.': 'Ein Account mit dieser
|
|
785
|
+
'An account with the given email already exists.': 'Ein Account mit dieser E-Mail existiert bereits.',
|
|
747
786
|
'Confirm a Code': 'Code bestätigen',
|
|
748
787
|
'Confirm Sign In': 'Anmeldung bestätigen',
|
|
749
788
|
'Create account': 'Hier registrieren',
|
|
@@ -2147,6 +2186,106 @@ const uaDict$1 = {
|
|
|
2147
2186
|
'Your passwords must match': 'Паролі мають збігатися',
|
|
2148
2187
|
};
|
|
2149
2188
|
|
|
2189
|
+
const thDict$1 = {
|
|
2190
|
+
'Account recovery requires verified contact information': 'การกู้คืนบัญชีต้องมีข้อมูลติดต่อที่ได้รับการยืนยันแล้ว',
|
|
2191
|
+
'Add your Profile': 'เพิ่มโปรไฟล์ของคุณ',
|
|
2192
|
+
'Add your Website': 'เพิ่มเว็บไซต์ของคุณ',
|
|
2193
|
+
'Back to Sign In': 'กลับไปที่การเข้าสู่ระบบ',
|
|
2194
|
+
'Change Password': 'เปลี่ยนรหัสผ่าน',
|
|
2195
|
+
Changing: 'กำลังเปลี่ยน',
|
|
2196
|
+
Code: 'รหัส',
|
|
2197
|
+
'Confirm Password': 'ยืนยันรหัสผ่าน',
|
|
2198
|
+
'Please confirm your Password': 'กรุณายืนยันรหัสผ่านของคุณ',
|
|
2199
|
+
'Confirm Sign Up': 'ยืนยันการลงทะเบียน',
|
|
2200
|
+
'Confirm SMS Code': 'ยืนยันรหัส SMS',
|
|
2201
|
+
'Confirm MFA Code': 'ยืนยันรหัส MFA',
|
|
2202
|
+
'Confirm TOTP Code': 'ยืนยันรหัส TOTP',
|
|
2203
|
+
Confirm: 'ยืนยัน',
|
|
2204
|
+
'Confirmation Code': 'รหัสยืนยัน',
|
|
2205
|
+
Confirming: 'กำลังยืนยัน',
|
|
2206
|
+
'Create a new account': 'สร้างบัญชีใหม่',
|
|
2207
|
+
'Create Account': 'สร้างบัญชี',
|
|
2208
|
+
'Creating Account': 'กำลังสร้างบัญชี',
|
|
2209
|
+
'Dismiss alert': 'ปิดการแจ้งเตือน',
|
|
2210
|
+
Email: 'อีเมล',
|
|
2211
|
+
'Enter your Birthdate': 'กรอกวันเกิดของคุณ',
|
|
2212
|
+
'Enter your code': 'กรอกรหัสของคุณ',
|
|
2213
|
+
'Enter your Confirmation Code': 'กรอกรหัสยืนยันของคุณ',
|
|
2214
|
+
'Enter your Email': 'กรอกอีเมลของคุณ',
|
|
2215
|
+
'Enter your Family Name': 'กรอกนามสกุลของคุณ',
|
|
2216
|
+
'Enter your Given Name': 'กรอกชื่อของคุณ',
|
|
2217
|
+
'Enter your Middle Name': 'กรอกชื่อกลางของคุณ',
|
|
2218
|
+
'Enter your Name': 'กรอกชื่อของคุณ',
|
|
2219
|
+
'Enter your Nickname': 'กรอกชื่อเล่นของคุณ',
|
|
2220
|
+
'Enter your Password': 'กรอกรหัสผ่านของคุณ',
|
|
2221
|
+
'Enter your email': 'กรอกอีเมลของคุณ',
|
|
2222
|
+
'Enter your phone number': 'กรอกหมายเลขโทรศัพท์ของคุณ',
|
|
2223
|
+
'Enter your Preferred Username': 'กรอกชื่อผู้ใช้ที่ต้องการ',
|
|
2224
|
+
'Enter your username': 'กรอกชื่อผู้ใช้ของคุณ',
|
|
2225
|
+
'Forgot password?': 'ลืมรหัสผ่าน?',
|
|
2226
|
+
'Forgot your password?': 'ลืมรหัสผ่านใช่หรือไม่?',
|
|
2227
|
+
'Hide password': 'ซ่อนรหัสผ่าน',
|
|
2228
|
+
'It may take a minute to arrive': 'อาจใช้เวลาสักครู่',
|
|
2229
|
+
Loading: 'กำลังโหลด',
|
|
2230
|
+
'New password': 'รหัสผ่านใหม่',
|
|
2231
|
+
or: 'หรือ',
|
|
2232
|
+
Password: 'รหัสผ่าน',
|
|
2233
|
+
'Phone Number': 'หมายเลขโทรศัพท์',
|
|
2234
|
+
'Resend Code': 'ส่งรหัสอีกครั้ง',
|
|
2235
|
+
'Reset your Password': 'รีเซ็ตรหัสผ่านของคุณ',
|
|
2236
|
+
'Reset your password': 'รีเซ็ตรหัสผ่านของคุณ',
|
|
2237
|
+
'Send code': 'ส่งรหัส',
|
|
2238
|
+
'Send Code': 'ส่งรหัส',
|
|
2239
|
+
Sending: 'กำลังส่ง',
|
|
2240
|
+
'Setup TOTP': 'ตั้งค่า TOTP',
|
|
2241
|
+
'Show password': 'แสดงรหัสผ่าน',
|
|
2242
|
+
'Sign in to your account': 'เข้าสู่ระบบบัญชีของคุณ',
|
|
2243
|
+
'Sign In with Amazon': 'เข้าสู่ระบบด้วย Amazon',
|
|
2244
|
+
'Sign In with Apple': 'เข้าสู่ระบบด้วย Apple',
|
|
2245
|
+
'Sign In with Facebook': 'เข้าสู่ระบบด้วย Facebook',
|
|
2246
|
+
'Sign In with Google': 'เข้าสู่ระบบด้วย Google',
|
|
2247
|
+
'Sign in': 'เข้าสู่ระบบ',
|
|
2248
|
+
'Sign In': 'เข้าสู่ระบบ',
|
|
2249
|
+
'Signing in': 'กำลังเข้าสู่ระบบ',
|
|
2250
|
+
Skip: 'ข้าม',
|
|
2251
|
+
Submit: 'ส่ง',
|
|
2252
|
+
Submitting: 'กำลังส่ง',
|
|
2253
|
+
Username: 'ชื่อผู้ใช้',
|
|
2254
|
+
'Verify Contact': 'ยืนยันการติดต่อ',
|
|
2255
|
+
Verify: 'ยืนยัน',
|
|
2256
|
+
'We Emailed You': 'เราได้ส่งอีเมลถึงคุณแล้ว',
|
|
2257
|
+
'We Sent A Code': 'เราได้ส่งรหัสแล้ว',
|
|
2258
|
+
'We Texted You': 'เราได้ส่ง SMS ถึงคุณแล้ว',
|
|
2259
|
+
'Your code is on the way. To log in, enter the code we emailed to': 'รหัสของคุณกำลังมา เพื่อเข้าสู่ระบบ กรุณากรอกรหัสที่เราส่งไปยังอีเมล',
|
|
2260
|
+
'Your code is on the way. To log in, enter the code we sent you': 'รหัสของคุณกำลังมา เพื่อเข้าสู่ระบบ กรุณากรอกรหัสที่เราส่งให้คุณ',
|
|
2261
|
+
'Your code is on the way. To log in, enter the code we texted to': 'รหัสของคุณกำลังมา เพื่อเข้าสู่ระบบ กรุณากรอกรหัสที่เราส่งไปยัง SMS',
|
|
2262
|
+
// Additional translations
|
|
2263
|
+
'An account with the given email already exists.': 'บัญชีที่ใช้อีเมลนี้มีอยู่แล้ว',
|
|
2264
|
+
'Confirm a Code': 'ยืนยันรหัส',
|
|
2265
|
+
'Confirm Sign In': 'ยืนยันการเข้าสู่ระบบ',
|
|
2266
|
+
'Create account': 'สร้างบัญชี',
|
|
2267
|
+
'Sign Up with Facebook': 'ลงทะเบียนด้วย Facebook',
|
|
2268
|
+
'Sign Up with Google': 'ลงทะเบียนด้วย Google',
|
|
2269
|
+
'Sign Up with Apple': 'ลงทะเบียนด้วย Apple',
|
|
2270
|
+
'Sign Up with Line': 'ลงทะเบียนด้วย Line',
|
|
2271
|
+
'Forgot Password': 'ลืมรหัสผ่าน',
|
|
2272
|
+
'Have an account? ': 'มีบัญชีอยู่แล้ว? ',
|
|
2273
|
+
'Incorrect username or password': 'ชื่อผู้ใช้หรือรหัสผ่านไม่ถูกต้อง',
|
|
2274
|
+
'Invalid password format': 'รูปแบบรหัสผ่านไม่ถูกต้อง',
|
|
2275
|
+
'It may take a minute to arrive.': 'อาจใช้เวลาสักครู่ในการมาถึง',
|
|
2276
|
+
'Lost your code? ': 'หารหัสไม่เจอ? ',
|
|
2277
|
+
'New Password': 'รหัสผ่านใหม่',
|
|
2278
|
+
'No account? ': 'ไม่มีบัญชี? ',
|
|
2279
|
+
'Password attempts exceeded': 'เกินจำนวนครั้งที่อนุญาตให้ใส่รหัสผ่าน',
|
|
2280
|
+
'Reset password': 'รีเซ็ตรหัสผ่าน',
|
|
2281
|
+
'Reset Password': 'รีเซ็ตรหัสผ่าน',
|
|
2282
|
+
'Sign Out': 'ออกจากระบบ',
|
|
2283
|
+
'Sign Up': 'ลงทะเบียน',
|
|
2284
|
+
'User already exists': 'ผู้ใช้นี้มีอยู่แล้ว',
|
|
2285
|
+
'User does not exist': 'ไม่มีผู้ใช้นี้',
|
|
2286
|
+
'Username cannot be empty': 'ต้องใส่ชื่อผู้ใช้งาน',
|
|
2287
|
+
};
|
|
2288
|
+
|
|
2150
2289
|
const defaultTexts$1 = {
|
|
2151
2290
|
ADD_PROFILE: 'Add your Profile',
|
|
2152
2291
|
ADD_WEBSITE: 'Add your Website',
|
|
@@ -2252,6 +2391,7 @@ const trDict = { ...trDict$1 };
|
|
|
2252
2391
|
const ruDict = { ...ruDict$1 };
|
|
2253
2392
|
const heDict = { ...heDict$1 };
|
|
2254
2393
|
const uaDict = { ...uaDict$1 };
|
|
2394
|
+
const thDict = { ...thDict$1 };
|
|
2255
2395
|
const defaultTexts = {
|
|
2256
2396
|
...defaultTexts$1,
|
|
2257
2397
|
// new module related default texts goes here
|
|
@@ -2318,6 +2458,7 @@ const translations = {
|
|
|
2318
2458
|
ru: ruDict,
|
|
2319
2459
|
he: heDict,
|
|
2320
2460
|
ua: uaDict,
|
|
2461
|
+
th: thDict,
|
|
2321
2462
|
};
|
|
2322
2463
|
|
|
2323
2464
|
/**
|
|
@@ -2769,6 +2910,25 @@ const ComponentClassName = {
|
|
|
2769
2910
|
FieldGroupFieldWrapper: 'amplify-field-group__field-wrapper',
|
|
2770
2911
|
Fieldset: 'amplify-fieldset',
|
|
2771
2912
|
FieldsetLegend: 'amplify-fieldset__legend',
|
|
2913
|
+
FileUploader: 'amplify-fileuploader',
|
|
2914
|
+
FileUploaderDropZone: 'amplify-fileuploader__dropzone',
|
|
2915
|
+
FileUploaderDropZoneIcon: 'amplify-fileuploader__dropzone__icon',
|
|
2916
|
+
FileUploaderDropZoneText: 'amplify-fileuploader__dropzone__text',
|
|
2917
|
+
FileUploaderFilePicker: 'amplify-fileuploader__file__picker',
|
|
2918
|
+
FileUploaderFile: 'amplify-fileuploader__file',
|
|
2919
|
+
FileUploaderFileWrapper: 'amplify-fileuploader__file__wrapper',
|
|
2920
|
+
FileUploaderFileList: 'amplify-fileuploader__file__list',
|
|
2921
|
+
FileUploaderFileName: 'amplify-fileuploader__file__name',
|
|
2922
|
+
FileUploaderFileSize: 'amplify-fileuploader__file__size',
|
|
2923
|
+
FileUploaderFileInfo: 'amplify-fileuploader__file__info',
|
|
2924
|
+
FileUploaderFileImage: 'amplify-fileuploader__file__image',
|
|
2925
|
+
FileUploaderFileMain: 'amplify-fileuploader__file__main',
|
|
2926
|
+
FileUploaderFileStatus: 'amplify-fileuploader__file__status',
|
|
2927
|
+
FileUploaderLoader: 'amplify-fileuploader__loader',
|
|
2928
|
+
FileUploaderPreviewer: 'amplify-fileuploader__previewer',
|
|
2929
|
+
FileUploaderPreviewerText: 'amplify-fileuploader__previewer__text',
|
|
2930
|
+
FileUploaderPreviewerActions: 'amplify-fileuploader__previewer__actions',
|
|
2931
|
+
FileUploaderPreviewerFooter: 'amplify-fileuploader__previewer__footer',
|
|
2772
2932
|
Flex: 'amplify-flex',
|
|
2773
2933
|
Grid: 'amplify-grid',
|
|
2774
2934
|
Heading: 'amplify-heading',
|
|
@@ -8865,6 +9025,7 @@ exports.groupLog = groupLog;
|
|
|
8865
9025
|
exports.has = has;
|
|
8866
9026
|
exports.hasSpecialChars = hasSpecialChars;
|
|
8867
9027
|
exports.hasTranslation = hasTranslation;
|
|
9028
|
+
exports.humanFileSize = humanFileSize;
|
|
8868
9029
|
exports.isAuthFieldWithDefaults = isAuthFieldWithDefaults;
|
|
8869
9030
|
exports.isAuthFieldsWithDefaults = isAuthFieldsWithDefaults;
|
|
8870
9031
|
exports.isDesignToken = isDesignToken;
|
|
@@ -27,14 +27,12 @@
|
|
|
27
27
|
font-weight: var(--amplify-components-breadcrumbs-link-font-weight);
|
|
28
28
|
padding-inline: var(--amplify-components-breadcrumbs-link-padding-inline);
|
|
29
29
|
padding-block: var(--amplify-components-breadcrumbs-link-padding-block);
|
|
30
|
-
|
|
31
|
-
text-decoration: var(--amplify-components-breadcrumbs-link-text-decoration);
|
|
30
|
+
text-decoration: var(--amplify-components-breadcrumbs-link-text-decoration);
|
|
32
31
|
}
|
|
33
32
|
|
|
34
33
|
.amplify-breadcrumbs__link--current {
|
|
35
34
|
color: var(--amplify-components-breadcrumbs-link-current-color);
|
|
36
35
|
font-size: var(--amplify-components-breadcrumbs-link-current-font-size);
|
|
37
36
|
font-weight: var(--amplify-components-breadcrumbs-link-current-font-weight);
|
|
38
|
-
|
|
39
|
-
text-decoration: var(--amplify-components-breadcrumbs-link-current-text-decoration);
|
|
37
|
+
text-decoration: var(--amplify-components-breadcrumbs-link-current-text-decoration);
|
|
40
38
|
}
|
|
@@ -28,15 +28,13 @@
|
|
|
28
28
|
font-weight: var(--amplify-components-breadcrumbs-link-font-weight);
|
|
29
29
|
padding-inline: var(--amplify-components-breadcrumbs-link-padding-inline);
|
|
30
30
|
padding-block: var(--amplify-components-breadcrumbs-link-padding-block);
|
|
31
|
-
|
|
32
|
-
text-decoration: var(--amplify-components-breadcrumbs-link-text-decoration);
|
|
31
|
+
text-decoration: var(--amplify-components-breadcrumbs-link-text-decoration);
|
|
33
32
|
}
|
|
34
33
|
|
|
35
34
|
.amplify-breadcrumbs__link--current {
|
|
36
35
|
color: var(--amplify-components-breadcrumbs-link-current-color);
|
|
37
36
|
font-size: var(--amplify-components-breadcrumbs-link-current-font-size);
|
|
38
37
|
font-weight: var(--amplify-components-breadcrumbs-link-current-font-weight);
|
|
39
|
-
|
|
40
|
-
text-decoration: var(--amplify-components-breadcrumbs-link-current-text-decoration);
|
|
38
|
+
text-decoration: var(--amplify-components-breadcrumbs-link-current-text-decoration);
|
|
41
39
|
}
|
|
42
40
|
}
|