denwa-react-shared 1.0.92 → 1.0.93
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/base-table-CJaPkrQG.js +8323 -0
- package/dist/base-table-DQjDFH1p.cjs +67 -0
- package/dist/denwa-react-shared.cjs.js +132 -1
- package/dist/denwa-react-shared.css +2 -1
- package/dist/denwa-react-shared.es.js +32285 -85
- package/dist/denwa-react-shared.umd.js +540 -381
- package/dist/shared/schemas/index.d.ts +22 -228
- package/dist/shared/ui/text-editor/data.d.ts +5 -0
- package/dist/shared/ui/text-editor/types.d.ts +1 -1
- package/dist/space-BJ3vxIsm.cjs +403 -0
- package/dist/space-DbOTEMQH.js +34936 -0
- package/dist/spin-DmlDLEyA.js +2711 -0
- package/dist/spin-WHoLMfw5.cjs +10 -0
- package/dist/styles.module-C_XbqrB-.cjs +95 -0
- package/dist/styles.module-klEM0K92.js +17512 -0
- package/dist/table-head-DmPedLsO.cjs +1 -0
- package/dist/table-head-cgBo60N5.js +588 -0
- package/package.json +30 -31
- package/dist/index-CAPXc4uD.cjs +0 -96
- package/dist/index-CPVoBeU2.cjs +0 -449
- package/dist/index-CiZAToSX.js +0 -65957
- package/dist/index-zOU-eltN.js +0 -9982
- package/dist/table-head-Cyx9Thtr.cjs +0 -1
- package/dist/table-head-DtR-RiBm.js +0 -669
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "denwa-react-shared",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.93",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "Denwa",
|
|
7
7
|
"repository": {
|
|
@@ -47,53 +47,52 @@
|
|
|
47
47
|
"@dnd-kit/core": "^6.3.1",
|
|
48
48
|
"@dnd-kit/sortable": "^10.0.0",
|
|
49
49
|
"@dnd-kit/utilities": "^3.2.2",
|
|
50
|
-
"@hookform/resolvers": "^5.
|
|
50
|
+
"@hookform/resolvers": "^5.2.2",
|
|
51
51
|
"@iminside/react-yandex-maps": "^1.2.7",
|
|
52
52
|
"@tanstack/react-router": "^1.120.16",
|
|
53
|
-
"antd": "^
|
|
54
|
-
"axios": "^1.
|
|
53
|
+
"antd": "^6.3.7",
|
|
54
|
+
"axios": "^1.16.0",
|
|
55
55
|
"classnames": "^2.5.1",
|
|
56
|
-
"dayjs": "^1.11.
|
|
56
|
+
"dayjs": "^1.11.20",
|
|
57
57
|
"is-hotkey": "^0.2.0",
|
|
58
|
-
"libphonenumber-js": "^1.12.
|
|
59
|
-
"react": "^19.
|
|
60
|
-
"react-dom": "^19.
|
|
61
|
-
"react-hook-form": "^7.
|
|
58
|
+
"libphonenumber-js": "^1.12.42",
|
|
59
|
+
"react": "^19.2.5",
|
|
60
|
+
"react-dom": "^19.2.5",
|
|
61
|
+
"react-hook-form": "^7.75.0",
|
|
62
62
|
"react-use": "^17.6.0",
|
|
63
63
|
"slate": "^0.115.1",
|
|
64
64
|
"slate-dom": "^0.114.0",
|
|
65
65
|
"slate-history": "^0.113.1",
|
|
66
66
|
"slate-react": "^0.114.2",
|
|
67
|
-
"validator": "^13.15.
|
|
68
|
-
"zod": "^
|
|
69
|
-
"zustand": "^5.0.
|
|
67
|
+
"validator": "^13.15.35",
|
|
68
|
+
"zod": "^4.4.2",
|
|
69
|
+
"zustand": "^5.0.12"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
|
-
"@eslint/
|
|
73
|
-
"@eslint/js": "^9.28.0",
|
|
72
|
+
"@eslint/js": "^10.0.1",
|
|
74
73
|
"@types/is-hotkey": "^0.1.10",
|
|
75
|
-
"@types/react": "^19.
|
|
76
|
-
"@types/react-dom": "^19.
|
|
77
|
-
"@types/validator": "^13.15.
|
|
74
|
+
"@types/react": "^19.2.14",
|
|
75
|
+
"@types/react-dom": "^19.2.3",
|
|
76
|
+
"@types/validator": "^13.15.10",
|
|
78
77
|
"@tanstack/intent": "latest",
|
|
79
78
|
"@vitejs/plugin-react-swc": "^3.10.1",
|
|
80
|
-
"autoprefixer": "^10.
|
|
81
|
-
"eslint": "^
|
|
82
|
-
"eslint-config-prettier": "^10.1.
|
|
83
|
-
"eslint-plugin-prettier": "^5.
|
|
84
|
-
"eslint-plugin-react-hooks": "^
|
|
85
|
-
"eslint-plugin-react-refresh": "^0.
|
|
86
|
-
"globals": "^
|
|
87
|
-
"postcss": "^8.5.
|
|
79
|
+
"autoprefixer": "^10.5.0",
|
|
80
|
+
"eslint": "^10.3.0",
|
|
81
|
+
"eslint-config-prettier": "^10.1.8",
|
|
82
|
+
"eslint-plugin-prettier": "^5.5.5",
|
|
83
|
+
"eslint-plugin-react-hooks": "^7.1.1",
|
|
84
|
+
"eslint-plugin-react-refresh": "^0.5.2",
|
|
85
|
+
"globals": "^17.6.0",
|
|
86
|
+
"postcss": "^8.5.13",
|
|
88
87
|
"postcss-cli": "^11.0.1",
|
|
89
|
-
"postcss-custom-media": "^
|
|
90
|
-
"postcss-import": "^16.1.
|
|
91
|
-
"postcss-nesting": "^
|
|
92
|
-
"prettier": "^3.
|
|
88
|
+
"postcss-custom-media": "^12.0.1",
|
|
89
|
+
"postcss-import": "^16.1.1",
|
|
90
|
+
"postcss-nesting": "^14.0.0",
|
|
91
|
+
"prettier": "^3.8.3",
|
|
93
92
|
"standard-version": "^9.5.0",
|
|
94
93
|
"typescript": "~5.8.3",
|
|
95
|
-
"typescript-eslint": "^8.
|
|
96
|
-
"vite": "^
|
|
94
|
+
"typescript-eslint": "^8.59.1",
|
|
95
|
+
"vite": "^8.0.10",
|
|
97
96
|
"vite-plugin-dts": "^4.5.4"
|
|
98
97
|
}
|
|
99
98
|
}
|