@haklex/rich-compose 0.15.6 → 0.15.9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haklex/rich-compose",
3
- "version": "0.15.6",
3
+ "version": "0.15.9",
4
4
  "description": "Compose primitives for haklex rich content renderers — Gundam-style assembly of Lexical nodes, sync/lazy renderers, and Provider stacks.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -252,7 +252,8 @@
252
252
  "./style.css": "./dist/style.css",
253
253
  "./style/*": "./dist/style/*",
254
254
  "./litexml-html-preview-client.js": "./dist/litexml-html-preview-client.js",
255
- "./litexml-html-preview-client.css": "./dist/litexml-html-preview-client.css"
255
+ "./litexml-html-preview-client.css": "./dist/litexml-html-preview-client.css",
256
+ "./package.json": "./package.json"
256
257
  },
257
258
  "main": "./dist/index.mjs",
258
259
  "files": [
@@ -260,25 +261,25 @@
260
261
  ],
261
262
  "dependencies": {
262
263
  "@lexical/headless": "^0.44.0",
263
- "@haklex/rich-ext-excalidraw": "0.15.6",
264
- "@haklex/rich-ext-code-snippet": "0.15.6",
265
- "@haklex/rich-ext-embed": "0.15.6",
266
- "@haklex/rich-ext-nested-doc": "0.15.6",
267
- "@haklex/rich-renderer-linkcard": "0.15.6",
268
- "@haklex/rich-renderer-codeblock": "0.15.6",
269
- "@haklex/rich-renderer-alert": "0.15.6",
270
- "@haklex/rich-renderer-katex": "0.15.6",
271
- "@haklex/rich-renderer-image": "0.15.6",
272
- "@haklex/rich-ext-gallery": "0.15.6",
273
- "@haklex/rich-litexml": "0.15.6",
274
- "@haklex/rich-ext-poll": "0.15.6",
275
- "@haklex/rich-renderer-mermaid": "0.15.6",
276
- "@haklex/rich-renderer-mention": "0.15.6",
277
- "@haklex/rich-renderer-ruby": "0.15.6",
278
- "@haklex/rich-renderer-video": "0.15.6",
279
- "@haklex/rich-ext-chat": "0.15.6",
280
- "@haklex/rich-renderer-banner": "0.15.6",
281
- "@haklex/rich-style-token": "0.15.6"
264
+ "@haklex/rich-ext-chat": "0.15.9",
265
+ "@haklex/rich-ext-excalidraw": "0.15.9",
266
+ "@haklex/rich-ext-poll": "0.15.9",
267
+ "@haklex/rich-ext-code-snippet": "0.15.9",
268
+ "@haklex/rich-ext-gallery": "0.15.9",
269
+ "@haklex/rich-renderer-banner": "0.15.9",
270
+ "@haklex/rich-renderer-codeblock": "0.15.9",
271
+ "@haklex/rich-ext-embed": "0.15.9",
272
+ "@haklex/rich-renderer-image": "0.15.9",
273
+ "@haklex/rich-renderer-linkcard": "0.15.9",
274
+ "@haklex/rich-renderer-katex": "0.15.9",
275
+ "@haklex/rich-renderer-mention": "0.15.9",
276
+ "@haklex/rich-renderer-mermaid": "0.15.9",
277
+ "@haklex/rich-renderer-ruby": "0.15.9",
278
+ "@haklex/rich-renderer-video": "0.15.9",
279
+ "@haklex/rich-renderer-alert": "0.15.9",
280
+ "@haklex/rich-ext-nested-doc": "0.15.9",
281
+ "@haklex/rich-style-token": "0.15.9",
282
+ "@haklex/rich-litexml": "0.15.9"
282
283
  },
283
284
  "devDependencies": {
284
285
  "@lexical/react": "^0.44.0",
@@ -288,13 +289,13 @@
288
289
  "@vanilla-extract/vite-plugin": "^5.2.2",
289
290
  "lexical": "^0.44.0",
290
291
  "lucide-react": "^1.16.0",
291
- "react": "19.2.5",
292
- "react-dom": "19.2.5",
292
+ "react": "19.2.6",
293
+ "react-dom": "19.2.6",
293
294
  "typescript": "^5.9.3",
294
295
  "unplugin-dts": "^1.0.1",
295
296
  "vite": "^8.0.13",
296
297
  "vitest": "^4.1.7",
297
- "@haklex/rich-editor": "0.15.6"
298
+ "@haklex/rich-editor": "0.15.9"
298
299
  },
299
300
  "peerDependencies": {
300
301
  "@lexical/react": "^0.44.0",
@@ -302,7 +303,7 @@
302
303
  "lucide-react": "^1.0.0",
303
304
  "react": ">=19",
304
305
  "react-dom": ">=19",
305
- "@haklex/rich-editor": "0.15.6"
306
+ "@haklex/rich-editor": "0.15.9"
306
307
  },
307
308
  "publishConfig": {
308
309
  "access": "public"