@aws-amplify/ui-react 2.15.5 → 2.15.6
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
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* Do not edit directly
|
|
7
|
-
* Generated on
|
|
7
|
+
* Generated on Tue, 26 Apr 2022 22:04:22 GMT
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
:root, [data-amplify-theme] {
|
|
@@ -1623,9 +1623,12 @@ h6.amplify-heading {
|
|
|
1623
1623
|
|
|
1624
1624
|
/* Center by default */
|
|
1625
1625
|
|
|
1626
|
+
[data-amplify-authenticator] {
|
|
1627
|
+
display: grid;
|
|
1628
|
+
}
|
|
1629
|
+
|
|
1626
1630
|
[data-amplify-authenticator][data-variation=modal] {
|
|
1627
1631
|
overflow-y: auto;
|
|
1628
|
-
display: grid;
|
|
1629
1632
|
width: var(--amplify-components-authenticator-modal-width);
|
|
1630
1633
|
height: var(--amplify-components-authenticator-modal-height);
|
|
1631
1634
|
background-color: var(--amplify-components-authenticator-modal-background-color);
|
|
@@ -2565,6 +2568,10 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2565
2568
|
}
|
|
2566
2569
|
}
|
|
2567
2570
|
|
|
2571
|
+
.amplify-select option {
|
|
2572
|
+
color: initial;
|
|
2573
|
+
}
|
|
2574
|
+
|
|
2568
2575
|
.amplify-select[data-size=small] {
|
|
2569
2576
|
min-width: var(--amplify-components-select-small-min-width);
|
|
2570
2577
|
}
|
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.6",
|
|
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.6",
|
|
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",
|