@valbuild/ui 0.87.3 → 0.87.5

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.
@@ -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.3";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;
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.5";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;
@@ -1,4 +1,4 @@
1
- const _ = "/spa/index.css", s = "/app", A = "val-app", o = "val-overlay", V = !1, a = "0.87.3";
1
+ const _ = "/spa/index.css", s = "/app", A = "val-app", o = "val-overlay", V = !1, a = "0.87.5";
2
2
  export {
3
3
  V as IS_DEV,
4
4
  A as VAL_APP_ID,
package/package.json CHANGED
@@ -1,7 +1,11 @@
1
1
  {
2
2
  "name": "@valbuild/ui",
3
- "version": "0.87.3",
3
+ "version": "0.87.5",
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.3",
64
- "@valbuild/shared": "~0.87.3",
67
+ "@valbuild/core": "~0.87.5",
68
+ "@valbuild/shared": "~0.87.5",
65
69
  "autoprefixer": "^10.4.13",
66
70
  "class-variance-authority": "^0.7.0",
67
71
  "classnames": "^2.3.2",
@@ -88,12 +92,33 @@
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.7",
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",
95
99
  "vite": "^5.0.2",
96
- "zod": "^3.22.4"
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"
97
122
  },
98
123
  "peerDependencies": {
99
124
  "react": ">=18.2.0 || ^19.0 || ^19.0.0-rc",
@@ -131,8 +156,5 @@
131
156
  "files": [
132
157
  "dist",
133
158
  "server"
134
- ],
135
- "dependencies": {
136
- "@radix-ui/react-hover-card": "^1.1.2"
137
- }
159
+ ]
138
160
  }