@aws-amplify/ui 3.6.6 → 3.6.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/styles.css CHANGED
@@ -3,7 +3,7 @@
3
3
  */
4
4
  /**
5
5
  * Do not edit directly
6
- * Generated on Tue, 26 Apr 2022 22:04:22 GMT
6
+ * Generated on Thu, 28 Apr 2022 21:06:32 GMT
7
7
  */
8
8
  :root, [data-amplify-theme] {
9
9
  --amplify-transforms-slide-x-large: translateX(2em);
@@ -1579,6 +1579,23 @@ h6.amplify-heading {
1579
1579
  }
1580
1580
  }
1581
1581
 
1582
+ .amplify-authenticator__column {
1583
+ display: flex;
1584
+ flex-direction: column;
1585
+ }
1586
+
1587
+ .amplify-authenticator__subtitle {
1588
+ margin-bottom: var(--amplify-space-medium);
1589
+ }
1590
+
1591
+ .amplify-authenticator__heading {
1592
+ font-size: var(--amplify-font-sizes-xl);
1593
+ }
1594
+
1595
+ .amplify-authenticator__federated-text {
1596
+ align-self: center;
1597
+ }
1598
+
1582
1599
  .amplify-card {
1583
1600
  background-color: var(--amplify-components-card-background-color);
1584
1601
  border-radius: var(--amplify-components-card-border-radius);
package/dist/theme.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 26 Apr 2022 22:04:22 GMT
3
+ * Generated on Thu, 28 Apr 2022 21:06:32 GMT
4
4
  */
5
5
 
6
6
  :root, [data-amplify-theme] {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/ui",
3
- "version": "3.6.6",
3
+ "version": "3.6.7",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "exports": {