@aws-amplify/ui 3.0.8 → 3.0.12
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 +18 -18
- package/dist/esm/index.js.map +1 -1
- package/dist/index.d.ts +45 -33
- package/dist/index.js +24 -24
- package/dist/index.js.map +1 -1
- package/dist/styles.css +6 -4
- package/dist/theme.css +1 -1
- package/package.json +4 -4
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 Fri, 04 Feb 2022 01:12:40 GMT
|
|
7
7
|
*/
|
|
8
8
|
:root, [data-amplify-theme] {
|
|
9
9
|
--amplify-transforms-slide-x-large: translateX(2em);
|
|
@@ -825,13 +825,15 @@
|
|
|
825
825
|
font-family: var(--amplify-fonts-default-variable);
|
|
826
826
|
}
|
|
827
827
|
}
|
|
828
|
+
* {
|
|
829
|
+
box-sizing: border-box;
|
|
830
|
+
}
|
|
831
|
+
|
|
828
832
|
[class*=amplify] {
|
|
829
833
|
all: unset;
|
|
830
834
|
/* protect against external styles */
|
|
831
|
-
}
|
|
832
|
-
|
|
833
|
-
[data-amplify-theme] * {
|
|
834
835
|
box-sizing: border-box;
|
|
836
|
+
/* set box-sizing after unset above */
|
|
835
837
|
}
|
|
836
838
|
|
|
837
839
|
.sr-only {
|
package/dist/theme.css
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-amplify/ui",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.12",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "dist/esm/index.js",
|
|
6
6
|
"exports": {
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
"test": "jest"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"lodash": "
|
|
36
|
-
"style-dictionary": "
|
|
37
|
-
"xstate": "
|
|
35
|
+
"lodash": "4.17.21",
|
|
36
|
+
"style-dictionary": "3.0.3",
|
|
37
|
+
"xstate": "4.28.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@types/jest": "^26.0.23",
|