fone-design-system_v2 1.0.50 → 1.0.52
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/components/Table2/CellEdit.d.ts +6 -0
- package/dist/components/Table2/CellNo.d.ts +10 -0
- package/dist/components/Table2/Table2.d.ts +4 -1
- package/dist/fone-design-system.es.js +43102 -61702
- package/dist/fone-design-system.umd.js +299 -510
- package/package.json +27 -30
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"type": "module",
|
|
3
3
|
"license": "MIT",
|
|
4
4
|
"name": "fone-design-system_v2",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.52",
|
|
6
6
|
"description": "FoneTech-Systems 전용 컴포넌트 라이브러리",
|
|
7
7
|
"main": "./dist/index.js",
|
|
8
8
|
"module": "./dist/fone-design-system.es.js",
|
|
@@ -38,31 +38,10 @@
|
|
|
38
38
|
}
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@emotion/react": "^11.11.0",
|
|
42
|
-
"@emotion/styled": "^11.14.0",
|
|
43
|
-
"@mui/icons-material": "6.4.11",
|
|
44
|
-
"@mui/material": "6.4.11",
|
|
45
|
-
"@mui/system": "^7.2.0",
|
|
46
|
-
"@mui/x-charts": "^7.28.0",
|
|
47
|
-
"@mui/x-date-pickers": "^7.27.3",
|
|
48
|
-
"@mui/x-tree-view": "^7.26.0",
|
|
49
|
-
"@radix-ui/react-scroll-area": "^1.2.6",
|
|
50
|
-
"@tanstack/react-table": "^8.21.2",
|
|
51
|
-
"antd": "^5.26.7",
|
|
52
41
|
"clsx": "^2.1.1",
|
|
53
42
|
"date-fns": "^4.1.0",
|
|
54
43
|
"dayjs": "^1.11.13",
|
|
55
|
-
"lodash-es": "^4.17.21"
|
|
56
|
-
"next": "14.2.24",
|
|
57
|
-
"react": "18.3.1",
|
|
58
|
-
"react-dom": "18.3.1",
|
|
59
|
-
"react-draggable": "^4.5.0",
|
|
60
|
-
"react-hook-form": "^7.60.0",
|
|
61
|
-
"react-window": "^1.8.11",
|
|
62
|
-
"sass": "^1.89.2",
|
|
63
|
-
"styled-components": "^6.1.19",
|
|
64
|
-
"vite": "^6.2.4",
|
|
65
|
-
"vite-plugin-dts": "^4.5.3"
|
|
44
|
+
"lodash-es": "^4.17.21"
|
|
66
45
|
},
|
|
67
46
|
"devDependencies": {
|
|
68
47
|
"@chromatic-com/storybook": "^3.2.5",
|
|
@@ -80,10 +59,18 @@
|
|
|
80
59
|
"@svgr/rollup": "^8.1.0",
|
|
81
60
|
"@types/lodash-es": "^4.17.12",
|
|
82
61
|
"@types/node": "^20.17.10",
|
|
83
|
-
"@types/react": "^
|
|
84
|
-
"@types/react-dom": "^
|
|
62
|
+
"@types/react": "^18.3.26",
|
|
63
|
+
"@types/react-dom": "^18.3.7",
|
|
85
64
|
"@types/react-window": "^1.8.8",
|
|
86
65
|
"@vitest/browser": "^3.0.7",
|
|
66
|
+
"@mui/icons-material": "^6.4.11",
|
|
67
|
+
"@mui/x-charts": "^7.28.0",
|
|
68
|
+
"@mui/x-tree-view": "^7.26.0",
|
|
69
|
+
"@radix-ui/react-scroll-area": "^1.2.6",
|
|
70
|
+
"@tanstack/react-table": "^8.21.2",
|
|
71
|
+
"@emotion/react": "^11.11.0",
|
|
72
|
+
"@emotion/styled": "^11.14.0",
|
|
73
|
+
"antd": "^5.26.7",
|
|
87
74
|
"eslint": "^8",
|
|
88
75
|
"eslint-config-next": "14.2.24",
|
|
89
76
|
"eslint-config-prettier": "^10.1.1",
|
|
@@ -91,17 +78,27 @@
|
|
|
91
78
|
"eslint-plugin-storybook": "^0.11.4",
|
|
92
79
|
"playwright": "^1.50.1",
|
|
93
80
|
"prettier": "^3.5.3",
|
|
81
|
+
"rollup": "^4.18.0",
|
|
82
|
+
"sass": "^1.89.2",
|
|
94
83
|
"storybook": "^8.6.4",
|
|
95
84
|
"typescript": "^5",
|
|
85
|
+
"vite": "^6.2.4",
|
|
86
|
+
"vite-plugin-dts": "^4.5.3",
|
|
96
87
|
"vite-plugin-svgr": "^4.5.0",
|
|
97
|
-
"vitest": "^3.0.7"
|
|
88
|
+
"vitest": "^3.0.7",
|
|
89
|
+
"styled-components": "^6.1.19",
|
|
90
|
+
"react-draggable": "^4.5.0",
|
|
91
|
+
"react-hook-form": "^7.60.0"
|
|
98
92
|
},
|
|
99
93
|
"peerDependencies": {
|
|
100
94
|
"@emotion/react": "^11.11.0",
|
|
101
|
-
"@emotion/
|
|
102
|
-
"@mui/material": "6.4.11",
|
|
103
|
-
"
|
|
104
|
-
"react-
|
|
95
|
+
"@emotion/styled": "^11.14.0",
|
|
96
|
+
"@mui/material": "^6.4.11",
|
|
97
|
+
"@mui/system": "^7.2.0",
|
|
98
|
+
"@radix-ui/react-scroll-area": "^1.2.6",
|
|
99
|
+
"react": "^18.3.1",
|
|
100
|
+
"react-dom": "^18.3.1",
|
|
101
|
+
"styled-components": "^6.1.19"
|
|
105
102
|
},
|
|
106
103
|
"lint-staged": {
|
|
107
104
|
"*.{js.jsx.ts.tsx}": [
|