@aws-amplify/ui 3.14.0 → 4.0.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/styles.css CHANGED
@@ -3,7 +3,7 @@
3
3
  */
4
4
  /**
5
5
  * Do not edit directly
6
- * Generated on Wed, 05 Oct 2022 00:02:22 GMT
6
+ * Generated on Thu, 13 Oct 2022 23:54:04 GMT
7
7
  */
8
8
  :root, [data-amplify-theme] {
9
9
  --amplify-transforms-slide-x-large: translateX(2em);
package/dist/theme.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 05 Oct 2022 00:02:22 GMT
3
+ * Generated on Thu, 13 Oct 2022 23:54:04 GMT
4
4
  */
5
5
 
6
6
  :root, [data-amplify-theme] {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/ui",
3
- "version": "3.14.0",
3
+ "version": "4.0.0",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "exports": {
@@ -42,9 +42,17 @@
42
42
  "dependencies": {
43
43
  "lodash": "4.17.21",
44
44
  "style-dictionary": "3.7.0",
45
- "xstate": "^4.33.6",
46
45
  "tslib": "2.4.0"
47
46
  },
47
+ "peerDependencies": {
48
+ "aws-amplify": "3.x.x || 4.x.x",
49
+ "xstate": "^4.33.6"
50
+ },
51
+ "peerDependenciesMeta": {
52
+ "xstate": {
53
+ "optional": true
54
+ }
55
+ },
48
56
  "devDependencies": {
49
57
  "@rollup/plugin-typescript": "^8.3.1",
50
58
  "@types/jest": "^26.0.23",
@@ -65,9 +73,6 @@
65
73
  "ts-node": "^10.2.1",
66
74
  "type-fest": "^2.3.4"
67
75
  },
68
- "peerDependencies": {
69
- "aws-amplify": "3.x.x || 4.x.x"
70
- },
71
76
  "sideEffects": [
72
77
  "dist/**/*.css"
73
78
  ]