@aws-amplify/ui-react 6.1.6 → 6.1.7
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/styles/base.css +1 -1
- package/dist/styles/base.layer.css +1 -1
- package/dist/styles.css +1 -1
- package/dist/styles.layer.css +1 -1
- package/dist/types/version.d.ts +1 -1
- package/package.json +4 -4
package/dist/esm/version.mjs
CHANGED
package/dist/index.js
CHANGED
|
@@ -2383,7 +2383,7 @@ const defaultDeleteUserDisplayText = {
|
|
|
2383
2383
|
warningText: 'Deleting your account is not reversible. You will lose access to your account and all data associated with it.',
|
|
2384
2384
|
};
|
|
2385
2385
|
|
|
2386
|
-
const VERSION = '6.1.
|
|
2386
|
+
const VERSION = '6.1.7';
|
|
2387
2387
|
|
|
2388
2388
|
const logger$2 = ui.getLogger('AccountSettings');
|
|
2389
2389
|
const getIsDisabled = (formValues, validationError) => {
|
package/dist/styles/base.css
CHANGED
|
@@ -718,7 +718,7 @@
|
|
|
718
718
|
--amplify-components-link-focus-color: var(--amplify-colors-font-focus);
|
|
719
719
|
--amplify-components-link-hover-color: var(--amplify-colors-font-hover);
|
|
720
720
|
--amplify-components-link-visited-color: var(--amplify-colors-font-interactive);
|
|
721
|
-
--amplify-components-liveness-camera-module-background-color: var(--amplify-colors-
|
|
721
|
+
--amplify-components-liveness-camera-module-background-color: var(--amplify-colors-background-primary);
|
|
722
722
|
--amplify-components-loader-width: var(--amplify-font-sizes-medium);
|
|
723
723
|
--amplify-components-loader-height: var(--amplify-font-sizes-medium);
|
|
724
724
|
--amplify-components-loader-font-size: var(--amplify-font-sizes-xs);
|
|
@@ -719,7 +719,7 @@
|
|
|
719
719
|
--amplify-components-link-focus-color: var(--amplify-colors-font-focus);
|
|
720
720
|
--amplify-components-link-hover-color: var(--amplify-colors-font-hover);
|
|
721
721
|
--amplify-components-link-visited-color: var(--amplify-colors-font-interactive);
|
|
722
|
-
--amplify-components-liveness-camera-module-background-color: var(--amplify-colors-
|
|
722
|
+
--amplify-components-liveness-camera-module-background-color: var(--amplify-colors-background-primary);
|
|
723
723
|
--amplify-components-loader-width: var(--amplify-font-sizes-medium);
|
|
724
724
|
--amplify-components-loader-height: var(--amplify-font-sizes-medium);
|
|
725
725
|
--amplify-components-loader-font-size: var(--amplify-font-sizes-xs);
|
package/dist/styles.css
CHANGED
|
@@ -718,7 +718,7 @@
|
|
|
718
718
|
--amplify-components-link-focus-color: var(--amplify-colors-font-focus);
|
|
719
719
|
--amplify-components-link-hover-color: var(--amplify-colors-font-hover);
|
|
720
720
|
--amplify-components-link-visited-color: var(--amplify-colors-font-interactive);
|
|
721
|
-
--amplify-components-liveness-camera-module-background-color: var(--amplify-colors-
|
|
721
|
+
--amplify-components-liveness-camera-module-background-color: var(--amplify-colors-background-primary);
|
|
722
722
|
--amplify-components-loader-width: var(--amplify-font-sizes-medium);
|
|
723
723
|
--amplify-components-loader-height: var(--amplify-font-sizes-medium);
|
|
724
724
|
--amplify-components-loader-font-size: var(--amplify-font-sizes-xs);
|
package/dist/styles.layer.css
CHANGED
|
@@ -719,7 +719,7 @@
|
|
|
719
719
|
--amplify-components-link-focus-color: var(--amplify-colors-font-focus);
|
|
720
720
|
--amplify-components-link-hover-color: var(--amplify-colors-font-hover);
|
|
721
721
|
--amplify-components-link-visited-color: var(--amplify-colors-font-interactive);
|
|
722
|
-
--amplify-components-liveness-camera-module-background-color: var(--amplify-colors-
|
|
722
|
+
--amplify-components-liveness-camera-module-background-color: var(--amplify-colors-background-primary);
|
|
723
723
|
--amplify-components-loader-width: var(--amplify-font-sizes-medium);
|
|
724
724
|
--amplify-components-loader-height: var(--amplify-font-sizes-medium);
|
|
725
725
|
--amplify-components-loader-font-size: var(--amplify-font-sizes-xs);
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VERSION = "6.1.
|
|
1
|
+
export declare const VERSION = "6.1.7";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-amplify/ui-react",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.7",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "dist/esm/index.mjs",
|
|
6
6
|
"exports": {
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
"typecheck": "tsc --noEmit"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@aws-amplify/ui": "6.0.
|
|
53
|
-
"@aws-amplify/ui-react-core": "3.0.
|
|
52
|
+
"@aws-amplify/ui": "6.0.13",
|
|
53
|
+
"@aws-amplify/ui-react-core": "3.0.13",
|
|
54
54
|
"@radix-ui/react-direction": "1.0.0",
|
|
55
55
|
"@radix-ui/react-dropdown-menu": "1.0.0",
|
|
56
56
|
"@radix-ui/react-slider": "1.0.0",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"tslib": "^2.5.2"
|
|
61
61
|
},
|
|
62
62
|
"peerDependencies": {
|
|
63
|
-
"aws-amplify": "^6.0.
|
|
63
|
+
"aws-amplify": "^6.0.26",
|
|
64
64
|
"react": "^16.14.0 || ^17.0 || ^18.0",
|
|
65
65
|
"react-dom": "^16.14.0 || ^17.0 || ^18.0"
|
|
66
66
|
},
|