@valbuild/ui 0.93.0 → 0.95.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/sample-image-1.jpg +0 -0
- package/dist/sample-image-2.jpg +0 -0
- package/dist/sample-image-3.jpg +0 -0
- package/dist/sample-video.mp4 +0 -0
- package/dist/valbuild-ui.cjs.js +1 -1
- package/dist/valbuild-ui.esm.js +1 -1
- package/package.json +7 -3
- package/server/.tmp/assets/index-DX-FYSfJ.js +279 -0
- package/server/.tmp/assets/{index-WONxLgfn.css → index-DaCFsqgR.css} +1 -1
- package/server/.tmp/assets/search.worker-DDAgDxbb.js +4 -0
- package/server/.tmp/index.html +2 -2
- package/server/.tmp/sample-image-1.jpg +0 -0
- package/server/.tmp/sample-image-2.jpg +0 -0
- package/server/.tmp/sample-image-3.jpg +0 -0
- package/server/.tmp/sample-video.mp4 +0 -0
- package/server/dist/sample-image-1.jpg +0 -0
- package/server/dist/sample-image-2.jpg +0 -0
- package/server/dist/sample-image-3.jpg +0 -0
- package/server/dist/sample-video.mp4 +0 -0
- 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-D1crHm4G.js +0 -175
- package/server/.tmp/assets/search.worker-BlMohPkR.js +0 -4
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
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.95.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.95.0",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -115,6 +115,7 @@
|
|
|
115
115
|
"react-error-boundary": "^6.1.0",
|
|
116
116
|
"react-feather": "^2.0.10",
|
|
117
117
|
"react-hook-form": "^7.71.1",
|
|
118
|
+
"react-markdown": "^10.1.0",
|
|
118
119
|
"react-remove-scroll": "^2.7.2",
|
|
119
120
|
"react-resizable": "^3.1.3",
|
|
120
121
|
"rfc6902": "^5.1.2",
|
|
@@ -130,8 +131,8 @@
|
|
|
130
131
|
"typescript": "^5.9.3",
|
|
131
132
|
"vite": "^7.3.1",
|
|
132
133
|
"zod": "^4.3.6",
|
|
133
|
-
"@valbuild/core": "0.
|
|
134
|
-
"@valbuild/shared": "0.
|
|
134
|
+
"@valbuild/core": "0.95.0",
|
|
135
|
+
"@valbuild/shared": "0.95.0"
|
|
135
136
|
},
|
|
136
137
|
"peerDependencies": {
|
|
137
138
|
"react": ">=18.2.0 || ^19.0 || ^19.0.0-rc",
|
|
@@ -170,6 +171,9 @@
|
|
|
170
171
|
"dist",
|
|
171
172
|
"server"
|
|
172
173
|
],
|
|
174
|
+
"dependencies": {
|
|
175
|
+
"@tanstack/react-virtual": "^3.13.18"
|
|
176
|
+
},
|
|
173
177
|
"scripts": {
|
|
174
178
|
"typecheck": "tsc --noEmit",
|
|
175
179
|
"build": "vite build && vite --config server.vite.config.mts build && rollup --config rollup.config.js && vite --config spa.vite.config.mts build && node fix-server-hack.js && node fix-version-hack.js",
|