@aws-amplify/ui 6.7.2 → 6.8.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.
@@ -17,7 +17,7 @@ const svDict = {
17
17
  'Dismiss alert': 'Avvisa varning',
18
18
  Email: 'E-post',
19
19
  'Enter your code': 'Skriv din kod',
20
- 'Enter your Email': 'Fyll i din e-post',
20
+ 'Enter your Email': 'Ange din e-post',
21
21
  'Enter your phone number': 'Ange ditt telefonnummer',
22
22
  'Enter your username': 'Ange ditt användarnamn',
23
23
  'Forgot your password?': 'Glömt ditt lösenord? ',
@@ -60,8 +60,8 @@ const svDict = {
60
60
  'Confirm a Code': 'Bekräfta koden',
61
61
  'Confirm Sign In': 'Bekräfta inloggning',
62
62
  'Create account': 'Skapa konto',
63
- 'Enter your password': 'Ange ditt lösenord',
64
- 'Forgot Password': 'Glömt lösenordet',
63
+ 'Enter your Password': 'Ange ditt lösenord',
64
+ 'Forgot Password?': 'Glömt lösenord?',
65
65
  'Have an account? ': 'Redan registrerad? ',
66
66
  'Incorrect username or password': 'Felaktigt användarnamn eller lösenord',
67
67
  'Invalid password format': 'Ogiltigt lösenordsformat',
@@ -70,13 +70,14 @@ const svDict = {
70
70
  'New Password': 'Nytt lösenord',
71
71
  'No account? ': 'Inget konto? ',
72
72
  'Password attempts exceeded': 'Maximalt antal felaktiga inloggningsförsök har uppnåtts',
73
- 'Reset password': 'Återställ lösenord',
73
+ 'Reset Password': 'Återställ lösenord',
74
74
  'Sign Out': 'Logga ut',
75
75
  'Sign Up': 'Registrering',
76
76
  'User already exists': 'Användaren finns redan',
77
77
  'User does not exist': 'Användaren finns inte',
78
78
  'Username cannot be empty': 'Användarnamnet kan inte vara tomt',
79
79
  'We Emailed You': 'Vi har skickat e-post till dig',
80
+ 'Please confirm your Password': 'Bekräfta ditt lösenord',
80
81
  };
81
82
 
82
83
  export { svDict };
@@ -18,6 +18,7 @@ const zhDict = {
18
18
  Email: '邮箱',
19
19
  'Enter your code': '输入验证码',
20
20
  'Enter your Email': '输入电子邮件',
21
+ 'Enter your Password': '输入密码',
21
22
  'Enter your phone number': '输入电话号码',
22
23
  'Enter your username': '输入用户名',
23
24
  'Forgot your password?': '忘记密码了?',
@@ -28,6 +29,7 @@ const zhDict = {
28
29
  or: '或者',
29
30
  Password: '密码',
30
31
  'Phone Number': '电话',
32
+ 'Please confirm your Password': '请再次输入密码',
31
33
  'Resend Code': '重发验证码',
32
34
  'Reset your password': '重置密码',
33
35
  'Reset your Password': '重置密码',
@@ -1,4 +1,6 @@
1
1
  /**
2
+ * @deprecated - will be removed in a future major version
3
+ *
2
4
  * Some libraries may not follow Node ES module spec and could be loaded as CommonJS modules,
3
5
  * To ensure the interoperability between ESM and CJS, modules from those libraries have to be loaded via namespace import
4
6
  * And sanitized by the function below because unlike ESM namespace, CJS namespace set `module.exports` object on the `default` key
package/dist/index.js CHANGED
@@ -105,6 +105,8 @@ const STORAGE_BROWSER_INPUT_BASE = {
105
105
  };
106
106
 
107
107
  /**
108
+ * @deprecated - will be removed in a future major version
109
+ *
108
110
  * Some libraries may not follow Node ES module spec and could be loaded as CommonJS modules,
109
111
  * To ensure the interoperability between ESM and CJS, modules from those libraries have to be loaded via namespace import
110
112
  * And sanitized by the function below because unlike ESM namespace, CJS namespace set `module.exports` object on the `default` key
@@ -1814,6 +1816,7 @@ const zhDict$1 = {
1814
1816
  Email: '邮箱',
1815
1817
  'Enter your code': '输入验证码',
1816
1818
  'Enter your Email': '输入电子邮件',
1819
+ 'Enter your Password': '输入密码',
1817
1820
  'Enter your phone number': '输入电话号码',
1818
1821
  'Enter your username': '输入用户名',
1819
1822
  'Forgot your password?': '忘记密码了?',
@@ -1824,6 +1827,7 @@ const zhDict$1 = {
1824
1827
  or: '或者',
1825
1828
  Password: '密码',
1826
1829
  'Phone Number': '电话',
1830
+ 'Please confirm your Password': '请再次输入密码',
1827
1831
  'Resend Code': '重发验证码',
1828
1832
  'Reset your password': '重置密码',
1829
1833
  'Reset your Password': '重置密码',
@@ -1886,7 +1890,7 @@ const svDict$1 = {
1886
1890
  'Dismiss alert': 'Avvisa varning',
1887
1891
  Email: 'E-post',
1888
1892
  'Enter your code': 'Skriv din kod',
1889
- 'Enter your Email': 'Fyll i din e-post',
1893
+ 'Enter your Email': 'Ange din e-post',
1890
1894
  'Enter your phone number': 'Ange ditt telefonnummer',
1891
1895
  'Enter your username': 'Ange ditt användarnamn',
1892
1896
  'Forgot your password?': 'Glömt ditt lösenord? ',
@@ -1929,8 +1933,8 @@ const svDict$1 = {
1929
1933
  'Confirm a Code': 'Bekräfta koden',
1930
1934
  'Confirm Sign In': 'Bekräfta inloggning',
1931
1935
  'Create account': 'Skapa konto',
1932
- 'Enter your password': 'Ange ditt lösenord',
1933
- 'Forgot Password': 'Glömt lösenordet',
1936
+ 'Enter your Password': 'Ange ditt lösenord',
1937
+ 'Forgot Password?': 'Glömt lösenord?',
1934
1938
  'Have an account? ': 'Redan registrerad? ',
1935
1939
  'Incorrect username or password': 'Felaktigt användarnamn eller lösenord',
1936
1940
  'Invalid password format': 'Ogiltigt lösenordsformat',
@@ -1939,13 +1943,14 @@ const svDict$1 = {
1939
1943
  'New Password': 'Nytt lösenord',
1940
1944
  'No account? ': 'Inget konto? ',
1941
1945
  'Password attempts exceeded': 'Maximalt antal felaktiga inloggningsförsök har uppnåtts',
1942
- 'Reset password': 'Återställ lösenord',
1946
+ 'Reset Password': 'Återställ lösenord',
1943
1947
  'Sign Out': 'Logga ut',
1944
1948
  'Sign Up': 'Registrering',
1945
1949
  'User already exists': 'Användaren finns redan',
1946
1950
  'User does not exist': 'Användaren finns inte',
1947
1951
  'Username cannot be empty': 'Användarnamnet kan inte vara tomt',
1948
1952
  'We Emailed You': 'Vi har skickat e-post till dig',
1953
+ 'Please confirm your Password': 'Bekräfta ditt lösenord',
1949
1954
  };
1950
1955
 
1951
1956
  const idDict$1 = {
@@ -1,5 +1,7 @@
1
1
  import { Modifiers } from '../types';
2
2
  /**
3
+ * @deprecated - will be removed in a future major version
4
+ *
3
5
  * Some libraries may not follow Node ES module spec and could be loaded as CommonJS modules,
4
6
  * To ensure the interoperability between ESM and CJS, modules from those libraries have to be loaded via namespace import
5
7
  * And sanitized by the function below because unlike ESM namespace, CJS namespace set `module.exports` object on the `default` key
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/ui",
3
- "version": "6.7.2",
3
+ "version": "6.8.1",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/esm/index.mjs",
6
6
  "exports": {