@aws-amplify/ui 3.6.5 → 3.6.8

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 Thu, 21 Apr 2022 22:58:20 GMT
6
+ * Generated on Fri, 29 Apr 2022 20:57:02 GMT
7
7
  */
8
8
  :root, [data-amplify-theme] {
9
9
  --amplify-transforms-slide-x-large: translateX(2em);
@@ -1534,9 +1534,11 @@ h6.amplify-heading {
1534
1534
  }
1535
1535
 
1536
1536
  /* Center by default */
1537
+ [data-amplify-authenticator] {
1538
+ display: grid;
1539
+ }
1537
1540
  [data-amplify-authenticator][data-variation=modal] {
1538
1541
  overflow-y: auto;
1539
- display: grid;
1540
1542
  width: var(--amplify-components-authenticator-modal-width);
1541
1543
  height: var(--amplify-components-authenticator-modal-height);
1542
1544
  background-color: var(--amplify-components-authenticator-modal-background-color);
@@ -1577,6 +1579,23 @@ h6.amplify-heading {
1577
1579
  }
1578
1580
  }
1579
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
+
1580
1599
  .amplify-card {
1581
1600
  background-color: var(--amplify-components-card-background-color);
1582
1601
  border-radius: var(--amplify-components-card-border-radius);
@@ -2392,6 +2411,9 @@ html[dir=rtl] .amplify-field-group__inner-start {
2392
2411
  background-color: var(--amplify-components-select-option-background-color);
2393
2412
  }
2394
2413
  }
2414
+ .amplify-select option {
2415
+ color: initial;
2416
+ }
2395
2417
  .amplify-select[data-size=small] {
2396
2418
  min-width: var(--amplify-components-select-small-min-width);
2397
2419
  }
package/dist/theme.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 21 Apr 2022 22:58:20 GMT
3
+ * Generated on Fri, 29 Apr 2022 20:57:02 GMT
4
4
  */
5
5
 
6
6
  :root, [data-amplify-theme] {
@@ -7,8 +7,10 @@ import { AuthContext } from './context';
7
7
  import { AuthEvent } from './event';
8
8
  /**
9
9
  * Intefrace for `authMachine` machine interpreter
10
+ *
11
+ * TODO: tighten up anys here
10
12
  */
11
- export declare type AuthInterpreter = Interpreter<AuthContext, any, AuthEvent>;
13
+ export declare type AuthInterpreter = Interpreter<AuthContext, any, AuthEvent, any, any>;
12
14
  /**
13
15
  * Function type for `send` in `authMachine`
14
16
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/ui",
3
- "version": "3.6.5",
3
+ "version": "3.6.8",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "exports": {