@valbuild/ui 0.59.0 → 0.60.1
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.d.ts +3 -14
- package/dist/valbuild-ui.cjs.js +1 -88148
- package/dist/valbuild-ui.esm.js +6 -88130
- package/package.json +7 -9
- package/server/.tmp/assets/index-AOJXxfaA.js +239 -0
- package/server/.tmp/assets/{index-FU9L7oI1.css → index-ctzNOPVY.css} +1 -1
- package/server/.tmp/index.html +2 -2
- package/server/dist/.vite/manifest.json +0 -5
- package/server/dist/valbuild-ui-server.cjs.js +1 -94
- package/server/dist/valbuild-ui-server.esm.js +42 -64
- package/server/.tmp/assets/index-REL3fiGb.js +0 -237
- package/server/dist/valbuild-ui-main.cjs.js +0 -94223
- package/server/dist/valbuild-ui-main.esm.js +0 -94224
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@valbuild/ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.60.1",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"scripts": {
|
|
6
6
|
"typecheck": "tsc --noEmit",
|
|
7
|
-
"build": "vite build && vite --config server.vite.config.
|
|
7
|
+
"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",
|
|
8
8
|
"storybook": "storybook dev -p 6006",
|
|
9
9
|
"build-storybook": "storybook build",
|
|
10
10
|
"dev": "vite"
|
|
11
11
|
},
|
|
12
|
-
"
|
|
12
|
+
"devDependencies": {
|
|
13
13
|
"@hookform/resolvers": "^3.3.2",
|
|
14
14
|
"@radix-ui/react-accordion": "^1.1.2",
|
|
15
15
|
"@radix-ui/react-alert-dialog": "^1.0.5",
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
"@remirror/pm": "^2.0.8",
|
|
42
42
|
"@remirror/react": "^2.0.35",
|
|
43
43
|
"@remirror/styles": "^2.0.7",
|
|
44
|
-
"@valbuild/core": "~0.
|
|
45
|
-
"@valbuild/shared": "~0.
|
|
44
|
+
"@valbuild/core": "~0.60.1",
|
|
45
|
+
"@valbuild/shared": "~0.60.1",
|
|
46
46
|
"class-variance-authority": "^0.7.0",
|
|
47
47
|
"classnames": "^2.3.2",
|
|
48
48
|
"clsx": "^2.0.0",
|
|
@@ -61,9 +61,7 @@
|
|
|
61
61
|
"rollup-plugin-typescript2": "^0.34.1",
|
|
62
62
|
"tailwind-merge": "^2.0.0",
|
|
63
63
|
"tailwindcss-animate": "^1.0.7",
|
|
64
|
-
"zod": "^3.22.4"
|
|
65
|
-
},
|
|
66
|
-
"devDependencies": {
|
|
64
|
+
"zod": "^3.22.4",
|
|
67
65
|
"@rollup/plugin-babel": "^6.0.4",
|
|
68
66
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
69
67
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
@@ -109,7 +107,7 @@
|
|
|
109
107
|
},
|
|
110
108
|
"preconstruct": {
|
|
111
109
|
"entrypoints": [
|
|
112
|
-
"./index.
|
|
110
|
+
"./index.ts",
|
|
113
111
|
"./server.ts"
|
|
114
112
|
],
|
|
115
113
|
"exports": true
|