@mailstep/design-system 0.5.0-beta.16 → 0.5.0-beta.18
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/package.json +12 -12
- package/ui/index.es.js +17224 -17263
- package/ui/index.umd.js +377 -377
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mailstep/design-system",
|
|
3
|
-
"version": "0.5.0-beta.
|
|
3
|
+
"version": "0.5.0-beta.18",
|
|
4
4
|
"license": "ISC",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./ui/index.js",
|
|
@@ -19,8 +19,10 @@
|
|
|
19
19
|
"test": "echo \"The tests are still waiting to be written, but it seems like they're really good at procrastinating!\""
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
+
"@babel/core": "^7.20.12",
|
|
22
23
|
"@babel/preset-env": "^7.22.4",
|
|
23
24
|
"@babel/preset-react": "^7.22.3",
|
|
25
|
+
"@babel/preset-typescript": "^7.23.3",
|
|
24
26
|
"@fortawesome/fontawesome-svg-core": "^6.3.0",
|
|
25
27
|
"@fortawesome/free-brands-svg-icons": "^6.1.1",
|
|
26
28
|
"@fortawesome/pro-duotone-svg-icons": "^6.0.0",
|
|
@@ -53,6 +55,8 @@
|
|
|
53
55
|
"@types/styled-components": "^5.1.26",
|
|
54
56
|
"@vitejs/plugin-react": "^4.2.1",
|
|
55
57
|
"@xstyled/styled-components": "^3.8.0",
|
|
58
|
+
"babel-loader": "^9.1.3",
|
|
59
|
+
"babel-plugin-macros": "^3.1.0",
|
|
56
60
|
"babel-plugin-named-exports-order": "^0.0.2",
|
|
57
61
|
"eslint-plugin-storybook": "0.6.15",
|
|
58
62
|
"faker": "^5.1.0",
|
|
@@ -82,16 +86,14 @@
|
|
|
82
86
|
"swiper": "^11.0.3",
|
|
83
87
|
"tslib": "^2.6.2",
|
|
84
88
|
"typescript": "^5.0.4",
|
|
85
|
-
"vite": "^
|
|
89
|
+
"vite": "^4.4.5",
|
|
86
90
|
"vite-plugin-dts": "^3.6.4",
|
|
87
91
|
"vite-plugin-static-copy": "^1.0.0",
|
|
88
|
-
"webpack": "^5.82.1"
|
|
89
|
-
"@babel/core": "^7.20.12",
|
|
90
|
-
"@babel/preset-typescript": "^7.23.3",
|
|
91
|
-
"babel-loader": "^9.1.3",
|
|
92
|
-
"babel-plugin-macros": "^3.1.0"
|
|
92
|
+
"webpack": "^5.82.1"
|
|
93
93
|
},
|
|
94
94
|
"peerDependencies": {
|
|
95
|
+
"@babel/core": "^7.20.12",
|
|
96
|
+
"@babel/preset-typescript": "^7.23.3",
|
|
95
97
|
"@fortawesome/fontawesome-svg-core": "^6.3.0",
|
|
96
98
|
"@fortawesome/free-brands-svg-icons": "^6.1.1",
|
|
97
99
|
"@fortawesome/pro-duotone-svg-icons": "^6.0.0",
|
|
@@ -104,6 +106,8 @@
|
|
|
104
106
|
"@lingui/react": "3.17.2",
|
|
105
107
|
"@popperjs/core": "^2.11.8",
|
|
106
108
|
"@xstyled/styled-components": "^3.8.0",
|
|
109
|
+
"babel-loader": "^9.1.3",
|
|
110
|
+
"babel-plugin-macros": "^3.1.0",
|
|
107
111
|
"immer": "9.0.7",
|
|
108
112
|
"lodash": "^4.17.21",
|
|
109
113
|
"luxon": "^3.4.4",
|
|
@@ -126,11 +130,7 @@
|
|
|
126
130
|
"styled-components": "^5.3.10",
|
|
127
131
|
"swiper": "^11.0.3",
|
|
128
132
|
"tslib": "^2.6.2",
|
|
129
|
-
"typescript": "^5.0.4"
|
|
130
|
-
"@babel/core": "^7.20.12",
|
|
131
|
-
"@babel/preset-typescript": "^7.23.3",
|
|
132
|
-
"babel-loader": "^9.1.3",
|
|
133
|
-
"babel-plugin-macros": "^3.1.0"
|
|
133
|
+
"typescript": "^5.0.4"
|
|
134
134
|
},
|
|
135
135
|
"resolutions": {
|
|
136
136
|
"jackspeak": "2.1.1"
|