@case-framework/survey-ui 0.0.1 → 0.1.0
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/index.d.ts +468 -2
- package/dist/survey-ui.cjs.js +25 -48
- package/dist/survey-ui.cjs.js.map +1 -1
- package/dist/survey-ui.css +2 -2
- package/dist/survey-ui.es.js +17203 -29043
- package/dist/survey-ui.es.js.map +1 -1
- package/package.json +27 -41
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@case-framework/survey-ui",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.0
|
|
4
|
+
"version": "0.1.0",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
@@ -21,68 +21,54 @@
|
|
|
21
21
|
"type": "git",
|
|
22
22
|
"url": "https://github.com/case-framework/case-survey-toolkit"
|
|
23
23
|
},
|
|
24
|
-
"scripts": {
|
|
25
|
-
"dev": "vite",
|
|
26
|
-
"build": "vite build",
|
|
27
|
-
"lint": "eslint .",
|
|
28
|
-
"preview": "vite preview"
|
|
29
|
-
},
|
|
30
24
|
"peerDependencies": {
|
|
31
25
|
"react": "^19.2.3",
|
|
32
26
|
"react-dom": "^19.2.3"
|
|
33
27
|
},
|
|
34
28
|
"devDependencies": {
|
|
35
|
-
"@
|
|
36
|
-
"@
|
|
37
|
-
"@
|
|
38
|
-
"@types/
|
|
39
|
-
"@types/react": "^19.2.3",
|
|
29
|
+
"@eslint/js": "^9.39.3",
|
|
30
|
+
"@tailwindcss/vite": "^4.2.1",
|
|
31
|
+
"@types/node": "^25.3.3",
|
|
32
|
+
"@types/react": "^19.2.14",
|
|
40
33
|
"@types/react-dom": "^19.2.3",
|
|
41
|
-
"@vitejs/plugin-react": "^5.1.
|
|
42
|
-
"eslint": "^9.39.
|
|
34
|
+
"@vitejs/plugin-react": "^5.1.4",
|
|
35
|
+
"eslint": "^9.39.3",
|
|
43
36
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
44
|
-
"eslint-plugin-react-refresh": "^0.
|
|
45
|
-
"globals": "^
|
|
46
|
-
"
|
|
37
|
+
"eslint-plugin-react-refresh": "^0.5.2",
|
|
38
|
+
"globals": "^17.4.0",
|
|
39
|
+
"shadcn": "^3.8.5",
|
|
40
|
+
"tailwindcss": "^4.2.1",
|
|
47
41
|
"tw-animate-css": "^1.4.0",
|
|
48
42
|
"typescript": "~5.9.3",
|
|
49
|
-
"typescript-eslint": "^8.
|
|
43
|
+
"typescript-eslint": "^8.56.1",
|
|
50
44
|
"vite": "npm:rolldown-vite@7.2.2",
|
|
51
|
-
"vite-plugin-dts": "^4.5.4"
|
|
45
|
+
"vite-plugin-dts": "^4.5.4",
|
|
46
|
+
"@case-framework/survey-core": "0.1.0"
|
|
52
47
|
},
|
|
53
48
|
"dependencies": {
|
|
54
49
|
"@dnd-kit/core": "^6.3.1",
|
|
55
50
|
"@dnd-kit/sortable": "^10.0.0",
|
|
56
51
|
"@dnd-kit/utilities": "^3.2.2",
|
|
57
52
|
"@hookform/resolvers": "^5.2.2",
|
|
58
|
-
"@radix-ui/react-alert-dialog": "^1.1.15",
|
|
59
|
-
"@radix-ui/react-checkbox": "^1.3.3",
|
|
60
|
-
"@radix-ui/react-context-menu": "^2.2.16",
|
|
61
|
-
"@radix-ui/react-dialog": "^1.1.15",
|
|
62
|
-
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
63
|
-
"@radix-ui/react-label": "^2.1.8",
|
|
64
|
-
"@radix-ui/react-popover": "^1.1.15",
|
|
65
|
-
"@radix-ui/react-radio-group": "^1.3.8",
|
|
66
|
-
"@radix-ui/react-scroll-area": "^1.2.10",
|
|
67
|
-
"@radix-ui/react-separator": "^1.1.8",
|
|
68
|
-
"@radix-ui/react-slot": "^1.2.4",
|
|
69
|
-
"@radix-ui/react-tabs": "^1.1.13",
|
|
70
|
-
"@radix-ui/react-tooltip": "^1.2.8",
|
|
71
53
|
"class-variance-authority": "^0.7.1",
|
|
72
54
|
"clsx": "^2.1.1",
|
|
73
55
|
"cmdk": "^1.1.1",
|
|
74
56
|
"date-fns": "^4.1.0",
|
|
75
|
-
"
|
|
76
|
-
"lucide-react": "^0.554.0",
|
|
57
|
+
"lucide-react": "^0.577.0",
|
|
77
58
|
"next-themes": "^0.4.6",
|
|
78
|
-
"
|
|
79
|
-
"react-dropzone": "^
|
|
80
|
-
"react-hook-form": "^7.
|
|
81
|
-
"react-router": "^7.10.0",
|
|
59
|
+
"radix-ui": "latest",
|
|
60
|
+
"react-dropzone": "^15.0.0",
|
|
61
|
+
"react-hook-form": "^7.71.2",
|
|
82
62
|
"sonner": "^2.0.7",
|
|
83
|
-
"tailwind-merge": "^3.
|
|
63
|
+
"tailwind-merge": "^3.5.0",
|
|
84
64
|
"usehooks-ts": "^3.1.1",
|
|
85
|
-
"zod": "^4.
|
|
86
|
-
"zustand": "^5.0.
|
|
65
|
+
"zod": "^4.3.6",
|
|
66
|
+
"zustand": "^5.0.11"
|
|
67
|
+
},
|
|
68
|
+
"scripts": {
|
|
69
|
+
"dev": "vite",
|
|
70
|
+
"build": "vite build",
|
|
71
|
+
"lint": "eslint .",
|
|
72
|
+
"preview": "vite preview"
|
|
87
73
|
}
|
|
88
74
|
}
|