@case-framework/survey-ui 0.3.2 → 0.3.3

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.
Files changed (27) hide show
  1. package/dist/src/components/hooks/use-document-keydown.d.ts +1 -1
  2. package/dist/src/components/rich-text/index.d.ts +1 -1
  3. package/dist/src/components/rich-text-editor/plugins/command-handler-plugin.d.ts +1 -1
  4. package/dist/src/components/rich-text-editor/plugins/image-dialog-plugin.d.ts +1 -1
  5. package/dist/src/components/rich-text-editor/plugins/sync-editor-value-plugin.d.ts +1 -1
  6. package/dist/src/components/ui/card.d.ts +1 -1
  7. package/dist/src/dev/_components/nav-input.d.ts +1 -1
  8. package/dist/src/modules/default-item-registry/items/form/model.d.ts +1 -1
  9. package/dist/src/modules/default-item-registry/items/form/search-adapter.d.ts +2 -0
  10. package/dist/src/modules/survey-editor/assets/survey-image-asset-manager.d.ts +1 -1
  11. package/dist/src/modules/survey-editor/editor-card/add-items/types.d.ts +1 -1
  12. package/dist/src/modules/survey-editor/editor-card/item-type-icon-with-tooltip.d.ts +1 -1
  13. package/dist/src/modules/survey-editor/index.d.ts +1 -1
  14. package/dist/src/modules/survey-editor/localization/default-all.d.ts +2 -0
  15. package/dist/src/modules/survey-editor/localization/default-en.d.ts +1 -2
  16. package/dist/src/modules/survey-editor/localization/default-nl.d.ts +2 -0
  17. package/dist/src/modules/survey-editor/localization/index.d.ts +4 -2
  18. package/dist/src/modules/survey-editor/navigation/types.d.ts +3 -3
  19. package/dist/src/modules/survey-editor/session-file.d.ts +1 -1
  20. package/dist/src/modules/survey-player/index.d.ts +1 -1
  21. package/dist/survey-editor-defaults.css +6 -6
  22. package/dist/survey-ui.cjs.js +71 -71
  23. package/dist/survey-ui.cjs.js.map +1 -1
  24. package/dist/survey-ui.css +1 -1
  25. package/dist/survey-ui.es.js +10698 -9622
  26. package/dist/survey-ui.es.js.map +1 -1
  27. package/package.json +38 -38
package/package.json CHANGED
@@ -1,7 +1,20 @@
1
1
  {
2
2
  "name": "@case-framework/survey-ui",
3
+ "version": "0.3.3",
3
4
  "private": false,
4
- "version": "0.3.2",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/case-framework/case-survey-toolkit"
8
+ },
9
+ "files": [
10
+ "dist"
11
+ ],
12
+ "sideEffects": [
13
+ "**/*.css"
14
+ ],
15
+ "main": "./dist/survey-ui.cjs.js",
16
+ "module": "./dist/survey-ui.es.js",
17
+ "types": "./dist/src/index.d.ts",
5
18
  "exports": {
6
19
  ".": {
7
20
  "types": "./dist/src/index.d.ts",
@@ -18,43 +31,6 @@
18
31
  },
19
32
  "./package.json": "./package.json"
20
33
  },
21
- "main": "./dist/survey-ui.cjs.js",
22
- "module": "./dist/survey-ui.es.js",
23
- "types": "./dist/src/index.d.ts",
24
- "files": [
25
- "dist"
26
- ],
27
- "sideEffects": [
28
- "**/*.css"
29
- ],
30
- "repository": {
31
- "type": "git",
32
- "url": "https://github.com/case-framework/case-survey-toolkit"
33
- },
34
- "peerDependencies": {
35
- "react": "^19.2.3",
36
- "react-dom": "^19.2.3"
37
- },
38
- "devDependencies": {
39
- "@eslint/js": "^9.39.4",
40
- "@tailwindcss/vite": "^4.2.4",
41
- "@types/node": "^25.6.0",
42
- "@types/react": "^19.2.14",
43
- "@types/react-dom": "^19.2.3",
44
- "@vitejs/plugin-react": "^6.0.1",
45
- "eslint": "^9.39.4",
46
- "eslint-plugin-react-hooks": "^7.1.1",
47
- "eslint-plugin-react-refresh": "^0.5.2",
48
- "globals": "^17.5.0",
49
- "shadcn": "^4.5.0",
50
- "tailwindcss": "^4.2.4",
51
- "tw-animate-css": "^1.4.0",
52
- "typescript": "~6.0.3",
53
- "typescript-eslint": "^8.59.1",
54
- "vite": "^8.0.10",
55
- "vite-plugin-dts": "^4.5.4",
56
- "@case-framework/survey-core": "0.4.0"
57
- },
58
34
  "dependencies": {
59
35
  "@dnd-kit/dom": "^0.4.0",
60
36
  "@dnd-kit/helpers": "^0.4.0",
@@ -83,6 +59,30 @@
83
59
  "zod": "^4.3.6",
84
60
  "zustand": "^5.0.12"
85
61
  },
62
+ "devDependencies": {
63
+ "@eslint/js": "^9.39.4",
64
+ "@tailwindcss/vite": "^4.2.4",
65
+ "@types/node": "^25.6.0",
66
+ "@types/react": "^19.2.14",
67
+ "@types/react-dom": "^19.2.3",
68
+ "@vitejs/plugin-react": "^6.0.1",
69
+ "eslint": "^9.39.4",
70
+ "eslint-plugin-react-hooks": "^7.1.1",
71
+ "eslint-plugin-react-refresh": "^0.5.2",
72
+ "globals": "^17.5.0",
73
+ "shadcn": "^4.5.0",
74
+ "tailwindcss": "^4.2.4",
75
+ "tw-animate-css": "^1.4.0",
76
+ "typescript": "~6.0.3",
77
+ "typescript-eslint": "^8.59.1",
78
+ "vite": "^8.0.10",
79
+ "vite-plugin-dts": "^4.5.4",
80
+ "@case-framework/survey-core": "0.4.0"
81
+ },
82
+ "peerDependencies": {
83
+ "react": "^19.2.3",
84
+ "react-dom": "^19.2.3"
85
+ },
86
86
  "scripts": {
87
87
  "dev": "vite",
88
88
  "build": "vite build",