@aws-amplify/ui-react 2.15.6 → 2.15.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/components/Authenticator/ConfirmSignIn/ConfirmSignIn.js +1 -1
- package/dist/esm/components/Authenticator/ConfirmSignUp/ConfirmSignUp.js +1 -1
- package/dist/esm/components/Authenticator/ForceNewPassword/ForceNewPassword.js +1 -1
- package/dist/esm/components/Authenticator/ResetPassword/ConfirmResetPassword.js +1 -1
- package/dist/esm/components/Authenticator/ResetPassword/ResetPassword.js +1 -1
- package/dist/esm/components/Authenticator/SetupTOTP/SetupTOTP.js +1 -1
- package/dist/esm/components/Authenticator/SignIn/SignIn.js +1 -1
- package/dist/esm/components/Authenticator/SignUp/SignUp.js +1 -1
- package/dist/esm/components/Authenticator/VerifyUser/ConfirmVerifyUser.js +1 -1
- package/dist/esm/components/Authenticator/VerifyUser/VerifyUser.js +1 -1
- package/dist/index.js +1 -1
- package/dist/styles.css +18 -1
- package/dist/types/components/Authenticator/SetupTOTP/SetupTOTP.d.ts +1 -0
- package/package.json +2 -2
package/dist/styles.css
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* Do not edit directly
|
|
7
|
-
* Generated on
|
|
7
|
+
* Generated on Thu, 28 Apr 2022 21:06:32 GMT
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
:root, [data-amplify-theme] {
|
|
@@ -1676,6 +1676,23 @@ h6.amplify-heading {
|
|
|
1676
1676
|
}
|
|
1677
1677
|
}
|
|
1678
1678
|
|
|
1679
|
+
.amplify-authenticator__column {
|
|
1680
|
+
display: flex;
|
|
1681
|
+
flex-direction: column;
|
|
1682
|
+
}
|
|
1683
|
+
|
|
1684
|
+
.amplify-authenticator__subtitle {
|
|
1685
|
+
margin-bottom: var(--amplify-space-medium);
|
|
1686
|
+
}
|
|
1687
|
+
|
|
1688
|
+
.amplify-authenticator__heading {
|
|
1689
|
+
font-size: var(--amplify-font-sizes-xl);
|
|
1690
|
+
}
|
|
1691
|
+
|
|
1692
|
+
.amplify-authenticator__federated-text {
|
|
1693
|
+
align-self: center;
|
|
1694
|
+
}
|
|
1695
|
+
|
|
1679
1696
|
.amplify-card {
|
|
1680
1697
|
background-color: var(--amplify-components-card-background-color);
|
|
1681
1698
|
border-radius: var(--amplify-components-card-border-radius);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-amplify/ui-react",
|
|
3
|
-
"version": "2.15.
|
|
3
|
+
"version": "2.15.7",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "dist/esm/index.js",
|
|
6
6
|
"exports": {
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"test:unit:watch": "jest --watch"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@aws-amplify/ui": "3.6.
|
|
60
|
+
"@aws-amplify/ui": "3.6.7",
|
|
61
61
|
"@aws-amplify/ui-react-v1": "npm:@aws-amplify/ui-react@1.2.9",
|
|
62
62
|
"@radix-ui/react-accordion": "0.1.6",
|
|
63
63
|
"@radix-ui/react-dropdown-menu": "0.1.6",
|