@aws-amplify/ui 3.0.5 → 3.0.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/esm/index.js +30 -24
- package/dist/esm/index.js.map +1 -7
- package/dist/index.js +30 -24
- package/dist/index.js.map +1 -7
- package/dist/styles.css +3 -3
- 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
|
|
6
|
+
* Generated on Wed, 05 Jan 2022 00:00:31 GMT
|
|
7
7
|
*/
|
|
8
8
|
:root, [data-amplify-theme] {
|
|
9
9
|
--amplify-transforms-slide-x-large: translateX(2em);
|
|
@@ -813,12 +813,12 @@
|
|
|
813
813
|
--amplify-components-alert-align-items: center;
|
|
814
814
|
}
|
|
815
815
|
|
|
816
|
-
|
|
816
|
+
[data-amplify-theme] {
|
|
817
817
|
font-family: var(--amplify-fonts-default-static);
|
|
818
818
|
}
|
|
819
819
|
|
|
820
820
|
@supports (font-variation-settings: normal) {
|
|
821
|
-
|
|
821
|
+
[data-amplify-theme] {
|
|
822
822
|
font-family: var(--amplify-fonts-default-variable);
|
|
823
823
|
}
|
|
824
824
|
}
|
package/dist/theme.css
CHANGED