@aws-amplify/ui-react 6.2.1 → 6.2.2
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/version.mjs +1 -1
- package/dist/index.js +1 -1
- package/dist/types/version.d.ts +1 -1
- package/package.json +3 -3
package/dist/esm/version.mjs
CHANGED
package/dist/index.js
CHANGED
|
@@ -2452,7 +2452,7 @@ const defaultDeleteUserDisplayText = {
|
|
|
2452
2452
|
warningText: 'Deleting your account is not reversible. You will lose access to your account and all data associated with it.',
|
|
2453
2453
|
};
|
|
2454
2454
|
|
|
2455
|
-
const VERSION = '6.2.
|
|
2455
|
+
const VERSION = '6.2.2';
|
|
2456
2456
|
|
|
2457
2457
|
const logger$2 = ui.getLogger('AccountSettings');
|
|
2458
2458
|
const getIsDisabled = (formValues, validationError) => {
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VERSION = "6.2.
|
|
1
|
+
export declare const VERSION = "6.2.2";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-amplify/ui-react",
|
|
3
|
-
"version": "6.2.
|
|
3
|
+
"version": "6.2.2",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "dist/esm/index.mjs",
|
|
6
6
|
"exports": {
|
|
@@ -55,8 +55,8 @@
|
|
|
55
55
|
"typecheck": "tsc --noEmit"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@aws-amplify/ui": "6.
|
|
59
|
-
"@aws-amplify/ui-react-core": "3.0.
|
|
58
|
+
"@aws-amplify/ui": "6.3.0",
|
|
59
|
+
"@aws-amplify/ui-react-core": "3.0.20",
|
|
60
60
|
"@radix-ui/react-direction": "1.0.0",
|
|
61
61
|
"@radix-ui/react-dropdown-menu": "1.0.0",
|
|
62
62
|
"@radix-ui/react-slider": "1.0.0",
|