@valbuild/ui 0.88.0 → 0.90.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/valbuild-ui.cjs.js +1 -1
- package/dist/valbuild-ui.esm.js +1 -1
- package/package.json +35 -33
- package/server/.tmp/assets/index-BVO5KryB.js +569 -0
- package/server/.tmp/assets/{index-CL2x1vUP.css → index-F15shcjA.css} +1 -1
- package/server/.tmp/index.html +2 -2
- package/server/dist/valbuild-ui-server.cjs.js +2 -2
- package/server/dist/valbuild-ui-server.esm.js +2 -2
- package/server/.tmp/assets/index-Ci-qVKqK.js +0 -569
package/dist/valbuild-ui.cjs.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const _="/spa/index.css",A="/app",V="val-app",P="val-overlay",s=!1,t="0.
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const _="/spa/index.css",A="/app",V="val-app",P="val-overlay",s=!1,t="0.90.0";exports.IS_DEV=s;exports.VAL_APP_ID=V;exports.VAL_APP_PATH=A;exports.VAL_CSS_PATH=_;exports.VAL_OVERLAY_ID=P;exports.VERSION=t;
|
package/dist/valbuild-ui.esm.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@valbuild/ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.90.0",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -14,25 +14,46 @@
|
|
|
14
14
|
"dev": "vite"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
+
"@codemirror/lang-angular": "^0.1.4",
|
|
18
|
+
"@codemirror/lang-cpp": "^6.0.3",
|
|
19
|
+
"@codemirror/lang-css": "^6.3.1",
|
|
20
|
+
"@codemirror/lang-go": "^6.0.1",
|
|
21
|
+
"@codemirror/lang-html": "^6.4.11",
|
|
22
|
+
"@codemirror/lang-java": "^6.0.2",
|
|
23
|
+
"@codemirror/lang-javascript": "^6.2.4",
|
|
24
|
+
"@codemirror/lang-json": "^6.0.2",
|
|
25
|
+
"@codemirror/lang-markdown": "^6.5.0",
|
|
26
|
+
"@codemirror/lang-php": "^6.0.2",
|
|
27
|
+
"@codemirror/lang-python": "^6.2.1",
|
|
28
|
+
"@codemirror/lang-rust": "^6.0.2",
|
|
29
|
+
"@codemirror/lang-sass": "^6.0.2",
|
|
30
|
+
"@codemirror/lang-sql": "^6.10.0",
|
|
31
|
+
"@codemirror/lang-vue": "^0.1.3",
|
|
32
|
+
"@codemirror/lang-xml": "^6.1.0",
|
|
33
|
+
"@codemirror/lang-yaml": "^6.1.2",
|
|
17
34
|
"@dnd-kit/sortable": "^8.0.0",
|
|
18
35
|
"@hookform/resolvers": "^3.3.2",
|
|
36
|
+
"@lezer/highlight": "^1.2.3",
|
|
19
37
|
"@radix-ui/react-accordion": "^1.1.2",
|
|
20
38
|
"@radix-ui/react-alert-dialog": "^1.0.5",
|
|
21
|
-
"@radix-ui/react-avatar": "^1.
|
|
39
|
+
"@radix-ui/react-avatar": "^1.1.11",
|
|
22
40
|
"@radix-ui/react-checkbox": "^1.0.4",
|
|
23
|
-
"@radix-ui/react-dialog": "^1.
|
|
24
|
-
"@radix-ui/react-dropdown-menu": "^2.
|
|
41
|
+
"@radix-ui/react-dialog": "^1.1.15",
|
|
42
|
+
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
43
|
+
"@radix-ui/react-hover-card": "^1.1.2",
|
|
25
44
|
"@radix-ui/react-label": "^2.0.2",
|
|
26
|
-
"@radix-ui/react-popover": "^1.
|
|
45
|
+
"@radix-ui/react-popover": "^1.1.15",
|
|
27
46
|
"@radix-ui/react-progress": "^1.0.3",
|
|
28
47
|
"@radix-ui/react-radio-group": "^1.1.3",
|
|
29
48
|
"@radix-ui/react-scroll-area": "^1.0.5",
|
|
30
49
|
"@radix-ui/react-select": "^2.0.0",
|
|
31
|
-
"@radix-ui/react-slot": "^1.
|
|
50
|
+
"@radix-ui/react-slot": "^1.2.4",
|
|
32
51
|
"@radix-ui/react-switch": "^1.0.3",
|
|
33
52
|
"@radix-ui/react-tabs": "^1.0.4",
|
|
34
53
|
"@radix-ui/react-toggle": "^1.0.3",
|
|
35
|
-
"@radix-ui/react-tooltip": "^1.
|
|
54
|
+
"@radix-ui/react-tooltip": "^1.2.8",
|
|
55
|
+
"@radix-ui/react-collapsible": "^1.1.12",
|
|
56
|
+
"@radix-ui/react-separator": "^1.1.8",
|
|
36
57
|
"@remirror/core": "^2.0.19",
|
|
37
58
|
"@remirror/extension-bold": "^2.0.13",
|
|
38
59
|
"@remirror/extension-drop-cursor": "^2.0.13",
|
|
@@ -64,10 +85,12 @@
|
|
|
64
85
|
"@types/express": "^4.17.17",
|
|
65
86
|
"@types/react": "^18.2.38",
|
|
66
87
|
"@types/react-resizable": "^3.0.5",
|
|
67
|
-
"@
|
|
68
|
-
"@
|
|
88
|
+
"@uiw/codemirror-themes": "^4.25.4",
|
|
89
|
+
"@uiw/react-codemirror": "^4.25.4",
|
|
90
|
+
"@valbuild/core": "~0.90.0",
|
|
91
|
+
"@valbuild/shared": "~0.90.0",
|
|
69
92
|
"autoprefixer": "^10.4.13",
|
|
70
|
-
"class-variance-authority": "^0.7.
|
|
93
|
+
"class-variance-authority": "^0.7.1",
|
|
71
94
|
"classnames": "^2.3.2",
|
|
72
95
|
"clsx": "^2.0.0",
|
|
73
96
|
"cmdk": "^0.2.0",
|
|
@@ -81,7 +104,7 @@
|
|
|
81
104
|
"lucide-react": "^0.379.0",
|
|
82
105
|
"postcss": "^8.4.21",
|
|
83
106
|
"prop-types": "^15.8.1",
|
|
84
|
-
"react-day-picker": "^
|
|
107
|
+
"react-day-picker": "^9.13.0",
|
|
85
108
|
"react-error-boundary": "^4.0.11",
|
|
86
109
|
"react-feather": "^2.0.10",
|
|
87
110
|
"react-hook-form": "^7.47.0",
|
|
@@ -97,28 +120,7 @@
|
|
|
97
120
|
"tailwindcss": "^3.2.7",
|
|
98
121
|
"tailwindcss-animate": "^1.0.7",
|
|
99
122
|
"vite": "^5.0.2",
|
|
100
|
-
"zod": "^3.22.4"
|
|
101
|
-
"@codemirror/lang-angular": "^0.1.4",
|
|
102
|
-
"@codemirror/lang-cpp": "^6.0.3",
|
|
103
|
-
"@codemirror/lang-css": "^6.3.1",
|
|
104
|
-
"@codemirror/lang-go": "^6.0.1",
|
|
105
|
-
"@codemirror/lang-html": "^6.4.11",
|
|
106
|
-
"@codemirror/lang-java": "^6.0.2",
|
|
107
|
-
"@codemirror/lang-javascript": "^6.2.4",
|
|
108
|
-
"@codemirror/lang-json": "^6.0.2",
|
|
109
|
-
"@codemirror/lang-markdown": "^6.5.0",
|
|
110
|
-
"@codemirror/lang-php": "^6.0.2",
|
|
111
|
-
"@codemirror/lang-python": "^6.2.1",
|
|
112
|
-
"@codemirror/lang-rust": "^6.0.2",
|
|
113
|
-
"@codemirror/lang-sass": "^6.0.2",
|
|
114
|
-
"@codemirror/lang-sql": "^6.10.0",
|
|
115
|
-
"@codemirror/lang-vue": "^0.1.3",
|
|
116
|
-
"@codemirror/lang-xml": "^6.1.0",
|
|
117
|
-
"@codemirror/lang-yaml": "^6.1.2",
|
|
118
|
-
"@lezer/highlight": "^1.2.3",
|
|
119
|
-
"@radix-ui/react-hover-card": "^1.1.2",
|
|
120
|
-
"@uiw/codemirror-themes": "^4.25.4",
|
|
121
|
-
"@uiw/react-codemirror": "^4.25.4"
|
|
123
|
+
"zod": "^3.22.4"
|
|
122
124
|
},
|
|
123
125
|
"peerDependencies": {
|
|
124
126
|
"react": ">=18.2.0 || ^19.0 || ^19.0.0-rc",
|