@aws-amplify/ui-react 6.0.4 → 6.0.5
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
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.0.
|
|
2386
|
+
const VERSION = '6.0.5';
|
|
2387
2387
|
|
|
2388
2388
|
const logger$2 = ui.getLogger('AccountSettings');
|
|
2389
2389
|
const getIsDisabled = (formValues, validationError) => {
|
package/dist/styles/liveness.css
CHANGED
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
content: "";
|
|
207
207
|
width: 100%;
|
|
208
208
|
height: 100%;
|
|
209
|
-
background: var(--amplify-colors-primary-
|
|
209
|
+
background: var(--amplify-colors-primary-80);
|
|
210
210
|
left: -100%;
|
|
211
211
|
transform: translate(var(--percentage), 0);
|
|
212
212
|
transition: var(--amplify-liveness-match-indicator-transition);
|
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
content: "";
|
|
208
208
|
width: 100%;
|
|
209
209
|
height: 100%;
|
|
210
|
-
background: var(--amplify-colors-primary-
|
|
210
|
+
background: var(--amplify-colors-primary-80);
|
|
211
211
|
left: -100%;
|
|
212
212
|
transform: translate(var(--percentage), 0);
|
|
213
213
|
transition: var(--amplify-liveness-match-indicator-transition);
|
package/dist/styles.css
CHANGED
|
@@ -4112,7 +4112,7 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
4112
4112
|
content: "";
|
|
4113
4113
|
width: 100%;
|
|
4114
4114
|
height: 100%;
|
|
4115
|
-
background: var(--amplify-colors-primary-
|
|
4115
|
+
background: var(--amplify-colors-primary-80);
|
|
4116
4116
|
left: -100%;
|
|
4117
4117
|
transform: translate(var(--percentage), 0);
|
|
4118
4118
|
transition: var(--amplify-liveness-match-indicator-transition);
|
package/dist/styles.layer.css
CHANGED
|
@@ -4113,7 +4113,7 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
4113
4113
|
content: "";
|
|
4114
4114
|
width: 100%;
|
|
4115
4115
|
height: 100%;
|
|
4116
|
-
background: var(--amplify-colors-primary-
|
|
4116
|
+
background: var(--amplify-colors-primary-80);
|
|
4117
4117
|
left: -100%;
|
|
4118
4118
|
transform: translate(var(--percentage), 0);
|
|
4119
4119
|
transition: var(--amplify-liveness-match-indicator-transition);
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VERSION = "6.0.
|
|
1
|
+
export declare const VERSION = "6.0.5";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-amplify/ui-react",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.5",
|
|
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.4",
|
|
53
|
+
"@aws-amplify/ui-react-core": "3.0.4",
|
|
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",
|