@gen-epix/ui 0.0.1 → 0.0.4
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/{ui.js → index.js} +14795 -14730
- package/package.json +28 -25
- /package/dist/{core.d.ts → ui.d.ts} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gen-epix/ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"main": "./dist/index.js",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"build": "vite build",
|
|
12
|
-
"publish": "npm run build && reconfigure-package . pre && npm publish --access=public && reconfigure-package . post",
|
|
12
|
+
"build-publish": "npm run build && reconfigure-package . pre && npm publish --access=public && reconfigure-package . post",
|
|
13
13
|
"validate": "npm run lint && npm run check-types && npm run test-run",
|
|
14
14
|
"test": "vitest",
|
|
15
15
|
"test-run": "vitest run --passWithNoTests",
|
|
@@ -18,10 +18,11 @@
|
|
|
18
18
|
"check-types": "tsc --noemit"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|
|
21
|
-
"i18next": "25.1.3",
|
|
22
|
-
"react-i18next": "15.5.
|
|
23
|
-
"react": "19.1.0",
|
|
24
|
-
"react-dom": "19.1.0"
|
|
21
|
+
"i18next": "^25.1.3",
|
|
22
|
+
"react-i18next": "^15.5.2",
|
|
23
|
+
"react": "^19.1.0",
|
|
24
|
+
"react-dom": "^19.1.0",
|
|
25
|
+
"vite": "^6.3.5"
|
|
25
26
|
},
|
|
26
27
|
"dependencies": {
|
|
27
28
|
"@date-io/date-fns": "3.2.1",
|
|
@@ -29,14 +30,14 @@
|
|
|
29
30
|
"@emotion/react": "11.14.0",
|
|
30
31
|
"@emotion/styled": "11.14.0",
|
|
31
32
|
"@hookform/resolvers": "5.0.1",
|
|
32
|
-
"@mui/icons-material": "7.1.
|
|
33
|
-
"@mui/lab": "7.0.0-beta.
|
|
34
|
-
"@mui/material": "7.1.
|
|
35
|
-
"@mui/styled-engine": "7.1.
|
|
36
|
-
"@mui/system": "7.1.
|
|
37
|
-
"@mui/utils": "7.1.
|
|
38
|
-
"@mui/x-date-pickers": "8.
|
|
39
|
-
"@tanstack/react-query": "5.
|
|
33
|
+
"@mui/icons-material": "7.1.1",
|
|
34
|
+
"@mui/lab": "7.0.0-beta.13",
|
|
35
|
+
"@mui/material": "7.1.1",
|
|
36
|
+
"@mui/styled-engine": "7.1.1",
|
|
37
|
+
"@mui/system": "7.1.1",
|
|
38
|
+
"@mui/utils": "7.1.1",
|
|
39
|
+
"@mui/x-date-pickers": "8.5.0",
|
|
40
|
+
"@tanstack/react-query": "5.79.2",
|
|
40
41
|
"@uiw/react-md-editor": "4.0.7",
|
|
41
42
|
"axios": "1.9.0",
|
|
42
43
|
"classnames": "2.5.1",
|
|
@@ -46,16 +47,16 @@
|
|
|
46
47
|
"decimal.js": "10.5.0",
|
|
47
48
|
"echarts": "5.6.0",
|
|
48
49
|
"echarts-for-react": "3.0.2",
|
|
49
|
-
"i18next": "25.2.1",
|
|
50
|
+
"i18next": "^25.2.1",
|
|
50
51
|
"immer": "10.1.1",
|
|
51
52
|
"lodash": "4.17.21",
|
|
52
53
|
"oidc-client-ts": "3.2.1",
|
|
53
54
|
"react-error-boundary": "6.0.0",
|
|
54
|
-
"react-hook-form": "7.
|
|
55
|
+
"react-hook-form": "7.57.0",
|
|
55
56
|
"react-oidc-context": "3.3.0",
|
|
56
57
|
"react-resizable-panels": "3.0.2",
|
|
57
58
|
"react-router-dom": "7.6.1",
|
|
58
|
-
"react-virtuoso": "4.12.
|
|
59
|
+
"react-virtuoso": "4.12.8",
|
|
59
60
|
"reflect-metadata": "0.2.2",
|
|
60
61
|
"rehype-sanitize": "6.0.0",
|
|
61
62
|
"use-cleanup-callback": "1.3.0",
|
|
@@ -67,25 +68,24 @@
|
|
|
67
68
|
"zustand": "5.0.5"
|
|
68
69
|
},
|
|
69
70
|
"devDependencies": {
|
|
70
|
-
"@gen-epix/eslint-config": "
|
|
71
|
-
"@gen-epix/typescript-config": "
|
|
72
|
-
"@gen-epix/reconfigure-package": "
|
|
71
|
+
"@gen-epix/eslint-config": "0.0.3",
|
|
72
|
+
"@gen-epix/typescript-config": "0.0.2",
|
|
73
|
+
"@gen-epix/reconfigure-package": "0.0.1",
|
|
73
74
|
"@types/lodash": "4.17.17",
|
|
74
75
|
"@types/react": "19.1.6",
|
|
75
76
|
"@types/react-dom": "19.1.5",
|
|
76
77
|
"@types/uuid": "10.0.0",
|
|
77
|
-
"@types/node": "22.15.
|
|
78
|
-
"@vitejs/plugin-react-swc": "3.10.
|
|
79
|
-
"eslint": "9.
|
|
78
|
+
"@types/node": "22.15.29",
|
|
79
|
+
"@vitejs/plugin-react-swc": "3.10.1",
|
|
80
|
+
"eslint": "9.28.0",
|
|
80
81
|
"glob": "11.0.2",
|
|
81
82
|
"jsdom": "26.1.0",
|
|
82
83
|
"typescript": "5.8.3",
|
|
83
|
-
"vite": "6.3.5",
|
|
84
84
|
"vite-plugin-dts": "4.5.4",
|
|
85
85
|
"vite-plugin-svgr": "4.3.0",
|
|
86
86
|
"vite-plugin-lib-inject-css": "2.2.2",
|
|
87
87
|
"vite-plugin-static-copy": "3.0.0",
|
|
88
|
-
"vitest": "3.
|
|
88
|
+
"vitest": "3.2.0"
|
|
89
89
|
},
|
|
90
90
|
"browserslist": [
|
|
91
91
|
"last 2 Chrome versions"
|
|
@@ -94,6 +94,9 @@
|
|
|
94
94
|
".": {
|
|
95
95
|
"types": "./dist/index.d.ts",
|
|
96
96
|
"import": "./dist/index.js"
|
|
97
|
+
},
|
|
98
|
+
"./client": {
|
|
99
|
+
"types": "./dist/ui.d.ts"
|
|
97
100
|
}
|
|
98
101
|
},
|
|
99
102
|
"types": "./dist/index.d.ts"
|
|
File without changes
|