mimir-ui-kit 1.0.0 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,7 @@
|
|
1
1
|
var EMediaQuery = /* @__PURE__ */ ((EMediaQuery2) => {
|
2
|
-
EMediaQuery2["
|
2
|
+
EMediaQuery2["XSS"] = "(max-width: 375px)";
|
3
|
+
EMediaQuery2["XS"] = "(max-width: 600px)";
|
4
|
+
EMediaQuery2["S"] = "(max-width: 768px)";
|
3
5
|
EMediaQuery2["M"] = "(max-width: 960px)";
|
4
6
|
EMediaQuery2["L"] = "(max-width: 1280px)";
|
5
7
|
EMediaQuery2["XL"] = "(max-width: 1440px)";
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "mimir-ui-kit",
|
3
3
|
"private": false,
|
4
|
-
"version": "1.0.
|
4
|
+
"version": "1.0.2",
|
5
5
|
"type": "module",
|
6
6
|
"exports": "./dist/index.js",
|
7
7
|
"module": "./dist/index.js",
|
@@ -41,6 +41,8 @@
|
|
41
41
|
"@svgr/cli": "^8.1.0",
|
42
42
|
"@svgr/core": "^8.1.0",
|
43
43
|
"@svgr/plugin-svgo": "^8.1.0",
|
44
|
+
"@types/fs-extra": "^11.0.4",
|
45
|
+
"@types/loadable__component": "^5.13.9",
|
44
46
|
"@types/node": "^20.14.10",
|
45
47
|
"@types/react": "^18.3.3",
|
46
48
|
"@types/react-dom": "^18.3.0",
|
@@ -48,6 +50,7 @@
|
|
48
50
|
"@typescript-eslint/parser": "^7.13.1",
|
49
51
|
"@vitejs/plugin-react": "^4.3.1",
|
50
52
|
"autoprefixer": "^10.4.19",
|
53
|
+
"axios": "^1.7.2",
|
51
54
|
"chalk": "4.1.2",
|
52
55
|
"classnames": "^2.5.1",
|
53
56
|
"dotenv": "^16.4.5",
|
@@ -57,13 +60,14 @@
|
|
57
60
|
"eslint-plugin-react-refresh": "^0.4.7",
|
58
61
|
"eslint-plugin-storybook": "^0.8.0",
|
59
62
|
"fs-extra": "^11.2.0",
|
60
|
-
"glob": "
|
63
|
+
"glob": "10.3.10",
|
61
64
|
"husky": "^9.0.11",
|
62
65
|
"lint-staged": "^15.2.7",
|
63
66
|
"p-limit": "^6.1.0",
|
64
67
|
"prettier": "^3.3.3",
|
65
68
|
"react": "^18.3.1",
|
66
69
|
"react-dom": "^18.3.1",
|
70
|
+
"rimraf": "^6.0.1",
|
67
71
|
"sass": "^1.77.7",
|
68
72
|
"storybook": "^8.2.2",
|
69
73
|
"stylelint": "^16.7.0",
|
@@ -74,6 +78,8 @@
|
|
74
78
|
"stylelint-prettier": "^5.0.0",
|
75
79
|
"stylelint-scss": "^6.4.0",
|
76
80
|
"superagent": "^9.0.2",
|
81
|
+
"ts-node": "10.9.2",
|
82
|
+
"tsx": "^4.16.2",
|
77
83
|
"typescript": "^5.2.2",
|
78
84
|
"vite": "^5.3.1",
|
79
85
|
"vite-plugin-dts": "^3.9.1",
|