@case-framework/survey-ui 0.2.3 → 0.3.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/README.md +26 -59
- package/dist/index.d.ts +0 -477
- package/dist/survey-editor-defaults.css +15 -0
- package/dist/survey-ui.cjs.js +148 -28
- package/dist/survey-ui.cjs.js.map +1 -1
- package/dist/survey-ui.css +2 -2
- package/dist/survey-ui.es.js +47492 -17686
- package/dist/survey-ui.es.js.map +1 -1
- package/package.json +29 -20
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@case-framework/survey-ui",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.3.0",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
"require": "./dist/survey-ui.cjs.js"
|
|
10
10
|
},
|
|
11
11
|
"./css": "./dist/survey-ui.css",
|
|
12
|
+
"./editor-defaults.css": "./dist/survey-editor-defaults.css",
|
|
12
13
|
"./package.json": "./package.json"
|
|
13
14
|
},
|
|
14
15
|
"main": "./dist/survey-ui.cjs.js",
|
|
@@ -26,44 +27,52 @@
|
|
|
26
27
|
"react-dom": "^19.2.3"
|
|
27
28
|
},
|
|
28
29
|
"devDependencies": {
|
|
29
|
-
"@eslint/js": "^9.39.
|
|
30
|
-
"@tailwindcss/vite": "^4.2.
|
|
31
|
-
"@types/node": "^25.
|
|
30
|
+
"@eslint/js": "^9.39.4",
|
|
31
|
+
"@tailwindcss/vite": "^4.2.4",
|
|
32
|
+
"@types/node": "^25.6.0",
|
|
32
33
|
"@types/react": "^19.2.14",
|
|
33
34
|
"@types/react-dom": "^19.2.3",
|
|
34
|
-
"@vitejs/plugin-react": "^
|
|
35
|
-
"eslint": "^9.39.
|
|
36
|
-
"eslint-plugin-react-hooks": "^7.
|
|
35
|
+
"@vitejs/plugin-react": "^6.0.1",
|
|
36
|
+
"eslint": "^9.39.4",
|
|
37
|
+
"eslint-plugin-react-hooks": "^7.1.1",
|
|
37
38
|
"eslint-plugin-react-refresh": "^0.5.2",
|
|
38
|
-
"globals": "^17.
|
|
39
|
-
"shadcn": "^
|
|
40
|
-
"tailwindcss": "^4.2.
|
|
39
|
+
"globals": "^17.5.0",
|
|
40
|
+
"shadcn": "^4.5.0",
|
|
41
|
+
"tailwindcss": "^4.2.4",
|
|
41
42
|
"tw-animate-css": "^1.4.0",
|
|
42
|
-
"typescript": "~
|
|
43
|
-
"typescript-eslint": "^8.
|
|
44
|
-
"vite": "
|
|
43
|
+
"typescript": "~6.0.3",
|
|
44
|
+
"typescript-eslint": "^8.59.1",
|
|
45
|
+
"vite": "^8.0.10",
|
|
45
46
|
"vite-plugin-dts": "^4.5.4",
|
|
46
|
-
"@case-framework/survey-core": "0.
|
|
47
|
+
"@case-framework/survey-core": "0.3.0"
|
|
47
48
|
},
|
|
48
49
|
"dependencies": {
|
|
49
|
-
"@dnd-kit/
|
|
50
|
-
"@dnd-kit/
|
|
51
|
-
"@dnd-kit/
|
|
50
|
+
"@dnd-kit/dom": "^0.4.0",
|
|
51
|
+
"@dnd-kit/helpers": "^0.4.0",
|
|
52
|
+
"@dnd-kit/react": "^0.4.0",
|
|
52
53
|
"@hookform/resolvers": "^5.2.2",
|
|
54
|
+
"@lexical/extension": "^0.45.0",
|
|
55
|
+
"@lexical/link": "^0.45.0",
|
|
56
|
+
"@lexical/list": "^0.45.0",
|
|
57
|
+
"@lexical/react": "^0.45.0",
|
|
58
|
+
"@lexical/selection": "^0.45.0",
|
|
59
|
+
"@lexical/utils": "^0.45.0",
|
|
53
60
|
"class-variance-authority": "^0.7.1",
|
|
54
61
|
"clsx": "^2.1.1",
|
|
55
62
|
"cmdk": "^1.1.1",
|
|
56
63
|
"date-fns": "^4.1.0",
|
|
57
|
-
"
|
|
64
|
+
"lexical": "^0.45.0",
|
|
65
|
+
"lucide-react": "^1.11.0",
|
|
58
66
|
"next-themes": "^0.4.6",
|
|
59
67
|
"radix-ui": "latest",
|
|
68
|
+
"react-day-picker": "^9.14.0",
|
|
60
69
|
"react-dropzone": "^15.0.0",
|
|
61
|
-
"react-hook-form": "^7.
|
|
70
|
+
"react-hook-form": "^7.74.0",
|
|
62
71
|
"sonner": "^2.0.7",
|
|
63
72
|
"tailwind-merge": "^3.5.0",
|
|
64
73
|
"usehooks-ts": "^3.1.1",
|
|
65
74
|
"zod": "^4.3.6",
|
|
66
|
-
"zustand": "^5.0.
|
|
75
|
+
"zustand": "^5.0.12"
|
|
67
76
|
},
|
|
68
77
|
"scripts": {
|
|
69
78
|
"dev": "vite",
|