@valbuild/ui 0.96.1 → 0.96.3

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.96.1";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.96.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,4 +1,4 @@
1
- const _ = "/spa/index.css", s = "/app", A = "val-app", o = "val-overlay", V = !1, a = "0.96.1";
1
+ const _ = "/spa/index.css", s = "/app", A = "val-app", o = "val-overlay", V = !1, a = "0.96.3";
2
2
  export {
3
3
  V as IS_DEV,
4
4
  A as VAL_APP_ID,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@valbuild/ui",
3
- "version": "0.96.1",
3
+ "version": "0.96.3",
4
4
  "sideEffects": false,
5
5
  "repository": {
6
6
  "type": "git",
@@ -60,19 +60,20 @@
60
60
  "@radix-ui/react-toggle": "^1.1.10",
61
61
  "@radix-ui/react-tooltip": "^1.2.8",
62
62
  "@radix-ui/react-use-controllable-state": "^1.2.2",
63
- "@remirror/core": "^3.0.2",
64
- "@remirror/extension-bold": "^3.0.2",
65
- "@remirror/extension-drop-cursor": "^3.0.2",
66
- "@remirror/extension-hard-break": "^3.0.2",
67
- "@remirror/extension-heading": "^3.0.2",
68
- "@remirror/extension-image": "^3.0.2",
69
- "@remirror/extension-italic": "^3.0.2",
70
- "@remirror/extension-link": "^3.0.2",
71
- "@remirror/extension-list": "^3.0.2",
72
- "@remirror/extension-strike": "^3.0.2",
73
- "@remirror/pm": "^3.0.1",
74
- "@remirror/react": "^3.0.3",
75
- "@remirror/styles": "^3.0.0",
63
+ "@tanstack/react-virtual": "^3.13.18",
64
+ "fast-json-patch": "^3.1.1",
65
+ "prosemirror-changeset": "^2.4.1",
66
+ "prosemirror-commands": "^1.7.1",
67
+ "prosemirror-dropcursor": "^1.8.2",
68
+ "prosemirror-gapcursor": "^1.4.1",
69
+ "prosemirror-history": "^1.5.0",
70
+ "prosemirror-inputrules": "^1.5.1",
71
+ "prosemirror-keymap": "^1.2.3",
72
+ "prosemirror-model": "^1.25.4",
73
+ "prosemirror-schema-list": "^1.5.1",
74
+ "prosemirror-state": "^1.4.4",
75
+ "prosemirror-transform": "^1.12.0",
76
+ "prosemirror-view": "^1.41.8",
76
77
  "@rollup/plugin-babel": "^6.1.0",
77
78
  "@rollup/plugin-commonjs": "^29.0.0",
78
79
  "@rollup/plugin-node-resolve": "^16.0.3",
@@ -131,8 +132,8 @@
131
132
  "typescript": "^5.9.3",
132
133
  "vite": "^7.3.1",
133
134
  "zod": "^4.3.6",
134
- "@valbuild/core": "0.96.0",
135
- "@valbuild/shared": "0.96.0"
135
+ "@valbuild/shared": "0.96.3",
136
+ "@valbuild/core": "0.96.3"
136
137
  },
137
138
  "peerDependencies": {
138
139
  "react": ">=18.2.0 || ^19.0 || ^19.0.0-rc",
@@ -171,9 +172,6 @@
171
172
  "dist",
172
173
  "server"
173
174
  ],
174
- "dependencies": {
175
- "@tanstack/react-virtual": "^3.13.18"
176
- },
177
175
  "scripts": {
178
176
  "typecheck": "tsc --noEmit",
179
177
  "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",