@aws-amplify/ui 3.0.14 → 3.0.15
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/index.js +15 -15
- package/dist/esm/index.js.map +1 -1
- package/dist/index.d.ts +16 -1
- package/dist/index.js +15 -15
- package/dist/index.js.map +1 -1
- package/dist/styles.css +11 -13
- package/dist/theme.css +4 -1
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
/**
|
|
5
5
|
* Do not edit directly
|
|
6
|
-
* Generated on
|
|
6
|
+
* Generated on Tue, 22 Feb 2022 22:51:55 GMT
|
|
7
7
|
*/
|
|
8
8
|
:root, [data-amplify-theme] {
|
|
9
9
|
--amplify-transforms-slide-x-large: translateX(2em);
|
|
@@ -472,6 +472,9 @@
|
|
|
472
472
|
--amplify-components-menu-gap: 0;
|
|
473
473
|
--amplify-components-menu-flex-direction: column;
|
|
474
474
|
--amplify-components-menu-box-shadow: var(--amplify-shadows-large);
|
|
475
|
+
--amplify-components-menu-border-color: var(--amplify-colors-border-primary);
|
|
476
|
+
--amplify-components-menu-border-style: solid;
|
|
477
|
+
--amplify-components-menu-border-width: var(--amplify-border-widths-small);
|
|
475
478
|
--amplify-components-menu-border-radius: var(--amplify-radii-medium);
|
|
476
479
|
--amplify-components-menu-background-color: var(--amplify-colors-white);
|
|
477
480
|
--amplify-components-loader-linear-large-stroke-width: var(--amplify-font-sizes-large);
|
|
@@ -861,18 +864,6 @@ select {
|
|
|
861
864
|
/* set box-sizing after unset above */
|
|
862
865
|
}
|
|
863
866
|
|
|
864
|
-
.sr-only {
|
|
865
|
-
position: absolute !important;
|
|
866
|
-
width: 1px !important;
|
|
867
|
-
height: 1px !important;
|
|
868
|
-
padding: 0 !important;
|
|
869
|
-
margin: -1px !important;
|
|
870
|
-
overflow: hidden !important;
|
|
871
|
-
clip: rect(0, 0, 0, 0) !important;
|
|
872
|
-
white-space: nowrap !important;
|
|
873
|
-
border-width: 0 !important;
|
|
874
|
-
}
|
|
875
|
-
|
|
876
867
|
.amplify-flex {
|
|
877
868
|
align-content: var(--amplify-components-flex-align-content);
|
|
878
869
|
align-items: var(--amplify-components-flex-align-items);
|
|
@@ -2134,6 +2125,9 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2134
2125
|
gap: var(--amplify-components-menu-gap);
|
|
2135
2126
|
min-width: var(--amplify-components-menu-min-width);
|
|
2136
2127
|
max-width: var(--amplify-components-menu-max-width);
|
|
2128
|
+
border-color: var(--amplify-components-menu-border-color);
|
|
2129
|
+
border-width: var(--amplify-components-menu-border-width);
|
|
2130
|
+
border-style: var(--amplify-components-menu-border-style);
|
|
2137
2131
|
}
|
|
2138
2132
|
|
|
2139
2133
|
.amplify-menu-content__item {
|
|
@@ -2789,6 +2783,10 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2789
2783
|
flex-grow: 1;
|
|
2790
2784
|
}
|
|
2791
2785
|
|
|
2786
|
+
.amplify-textareafield {
|
|
2787
|
+
flex-direction: column;
|
|
2788
|
+
}
|
|
2789
|
+
|
|
2792
2790
|
.amplify-textfield {
|
|
2793
2791
|
flex-direction: column;
|
|
2794
2792
|
}
|
package/dist/theme.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Tue, 22 Feb 2022 22:51:55 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root, [data-amplify-theme] {
|
|
@@ -470,6 +470,9 @@
|
|
|
470
470
|
--amplify-components-menu-gap: 0;
|
|
471
471
|
--amplify-components-menu-flex-direction: column;
|
|
472
472
|
--amplify-components-menu-box-shadow: var(--amplify-shadows-large);
|
|
473
|
+
--amplify-components-menu-border-color: var(--amplify-colors-border-primary);
|
|
474
|
+
--amplify-components-menu-border-style: solid;
|
|
475
|
+
--amplify-components-menu-border-width: var(--amplify-border-widths-small);
|
|
473
476
|
--amplify-components-menu-border-radius: var(--amplify-radii-medium);
|
|
474
477
|
--amplify-components-menu-background-color: var(--amplify-colors-white);
|
|
475
478
|
--amplify-components-loader-linear-large-stroke-width: var(--amplify-font-sizes-large);
|