@aws-amplify/ui 3.0.15 → 3.1.0
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 +30 -1
- package/dist/index.js +20 -20
- package/dist/index.js.map +1 -1
- package/dist/styles.css +2 -1
- package/dist/theme.css +1 -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 Tue,
|
|
6
|
+
* Generated on Tue, 01 Mar 2022 22:42:53 GMT
|
|
7
7
|
*/
|
|
8
8
|
:root, [data-amplify-theme] {
|
|
9
9
|
--amplify-transforms-slide-x-large: translateX(2em);
|
|
@@ -1645,6 +1645,7 @@ h6.amplify-heading {
|
|
|
1645
1645
|
cursor: var(--amplify-components-checkbox-cursor);
|
|
1646
1646
|
align-items: var(--amplify-components-checkbox-align-items);
|
|
1647
1647
|
gap: inherit;
|
|
1648
|
+
flex-direction: row-reverse;
|
|
1648
1649
|
}
|
|
1649
1650
|
.amplify-checkbox[data-disabled=true] {
|
|
1650
1651
|
cursor: var(--amplify-components-checkbox-disabled-cursor);
|
package/dist/theme.css
CHANGED