@aws-amplify/ui 6.7.2 → 6.8.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.
@@ -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': '重置密码',
@@ -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.0",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/esm/index.mjs",
6
6
  "exports": {