@valbuild/ui 0.93.0 → 0.94.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 +6 -3
- package/server/.tmp/assets/{index-WONxLgfn.css → index-CNPr1r1N.css} +1 -1
- package/server/.tmp/assets/index-DhXEvD12.js +183 -0
- package/server/.tmp/assets/search.worker-B4F3OluR.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.94.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.94.0",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -130,8 +130,8 @@
|
|
|
130
130
|
"typescript": "^5.9.3",
|
|
131
131
|
"vite": "^7.3.1",
|
|
132
132
|
"zod": "^4.3.6",
|
|
133
|
-
"@valbuild/core": "0.
|
|
134
|
-
"@valbuild/shared": "0.
|
|
133
|
+
"@valbuild/core": "0.94.0",
|
|
134
|
+
"@valbuild/shared": "0.94.0"
|
|
135
135
|
},
|
|
136
136
|
"peerDependencies": {
|
|
137
137
|
"react": ">=18.2.0 || ^19.0 || ^19.0.0-rc",
|
|
@@ -170,6 +170,9 @@
|
|
|
170
170
|
"dist",
|
|
171
171
|
"server"
|
|
172
172
|
],
|
|
173
|
+
"dependencies": {
|
|
174
|
+
"@tanstack/react-virtual": "^3.13.18"
|
|
175
|
+
},
|
|
173
176
|
"scripts": {
|
|
174
177
|
"typecheck": "tsc --noEmit",
|
|
175
178
|
"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",
|