@valbuild/ui 0.87.2 → 0.87.4
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 +8 -4
- package/server/.tmp/assets/index-BCOSuUrp.js +522 -0
- package/server/.tmp/assets/{index-DXIM1dhC.css → index-Bbc_kSuw.css} +2 -2
- 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-BqgaZ3j-.js +0 -522
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.87.
|
|
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.87.4";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,7 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@valbuild/ui",
|
|
3
|
-
"version": "0.87.
|
|
3
|
+
"version": "0.87.4",
|
|
4
4
|
"sideEffects": false,
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "https://github.com/valbuild/val.git"
|
|
8
|
+
},
|
|
5
9
|
"scripts": {
|
|
6
10
|
"typecheck": "tsc --noEmit",
|
|
7
11
|
"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",
|
|
@@ -60,8 +64,8 @@
|
|
|
60
64
|
"@types/express": "^4.17.17",
|
|
61
65
|
"@types/react": "^18.2.38",
|
|
62
66
|
"@types/react-resizable": "^3.0.5",
|
|
63
|
-
"@valbuild/core": "~0.87.
|
|
64
|
-
"@valbuild/shared": "~0.87.
|
|
67
|
+
"@valbuild/core": "~0.87.4",
|
|
68
|
+
"@valbuild/shared": "~0.87.4",
|
|
65
69
|
"autoprefixer": "^10.4.13",
|
|
66
70
|
"class-variance-authority": "^0.7.0",
|
|
67
71
|
"classnames": "^2.3.2",
|
|
@@ -88,7 +92,7 @@
|
|
|
88
92
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
89
93
|
"rollup-plugin-postcss": "^4.0.2",
|
|
90
94
|
"rollup-plugin-typescript2": "^0.36.0",
|
|
91
|
-
"storybook": "^7.6.
|
|
95
|
+
"storybook": "^7.6.21",
|
|
92
96
|
"tailwind-merge": "^2.0.0",
|
|
93
97
|
"tailwindcss": "^3.2.7",
|
|
94
98
|
"tailwindcss-animate": "^1.0.7",
|