@haklex/rich-compose 0.26.1 → 0.26.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.
Files changed (1) hide show
  1. package/package.json +23 -23
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haklex/rich-compose",
3
- "version": "0.26.1",
3
+ "version": "0.26.4",
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",
@@ -273,26 +273,26 @@
273
273
  ],
274
274
  "dependencies": {
275
275
  "@lexical/headless": "^0.45.0",
276
- "@haklex/rich-ext-chat": "0.26.1",
277
- "@haklex/rich-ext-code-snippet": "0.26.1",
278
- "@haklex/rich-ext-excalidraw": "0.26.1",
279
- "@haklex/rich-ext-dynamic": "0.26.1",
280
- "@haklex/rich-ext-poll": "0.26.1",
281
- "@haklex/rich-ext-embed": "0.26.1",
282
- "@haklex/rich-ext-gallery": "0.26.1",
283
- "@haklex/rich-ext-nested-doc": "0.26.1",
284
- "@haklex/rich-renderer-image": "0.26.1",
285
- "@haklex/rich-renderer-codeblock": "0.26.1",
286
- "@haklex/rich-renderer-alert": "0.26.1",
287
- "@haklex/rich-litexml": "0.26.1",
288
- "@haklex/rich-renderer-katex": "0.26.1",
289
- "@haklex/rich-renderer-banner": "0.26.1",
290
- "@haklex/rich-renderer-linkcard": "0.26.1",
291
- "@haklex/rich-renderer-mermaid": "0.26.1",
292
- "@haklex/rich-renderer-mention": "0.26.1",
293
- "@haklex/rich-style-token": "0.26.1",
294
- "@haklex/rich-renderer-ruby": "0.26.1",
295
- "@haklex/rich-renderer-video": "0.26.1"
276
+ "@haklex/rich-ext-excalidraw": "0.26.4",
277
+ "@haklex/rich-ext-chat": "0.26.4",
278
+ "@haklex/rich-ext-code-snippet": "0.26.4",
279
+ "@haklex/rich-ext-gallery": "0.26.4",
280
+ "@haklex/rich-ext-embed": "0.26.4",
281
+ "@haklex/rich-ext-poll": "0.26.4",
282
+ "@haklex/rich-ext-nested-doc": "0.26.4",
283
+ "@haklex/rich-litexml": "0.26.4",
284
+ "@haklex/rich-renderer-alert": "0.26.4",
285
+ "@haklex/rich-ext-dynamic": "0.26.4",
286
+ "@haklex/rich-renderer-banner": "0.26.4",
287
+ "@haklex/rich-renderer-image": "0.26.4",
288
+ "@haklex/rich-renderer-codeblock": "0.26.4",
289
+ "@haklex/rich-renderer-katex": "0.26.4",
290
+ "@haklex/rich-renderer-mermaid": "0.26.4",
291
+ "@haklex/rich-renderer-linkcard": "0.26.4",
292
+ "@haklex/rich-renderer-ruby": "0.26.4",
293
+ "@haklex/rich-style-token": "0.26.4",
294
+ "@haklex/rich-renderer-mention": "0.26.4",
295
+ "@haklex/rich-renderer-video": "0.26.4"
296
296
  },
297
297
  "devDependencies": {
298
298
  "@lexical/react": "^0.45.0",
@@ -308,7 +308,7 @@
308
308
  "unplugin-dts": "^1.0.1",
309
309
  "vite": "^8.0.14",
310
310
  "vitest": "^4.1.7",
311
- "@haklex/rich-editor": "0.26.1"
311
+ "@haklex/rich-editor": "0.26.4"
312
312
  },
313
313
  "peerDependencies": {
314
314
  "@lexical/react": "^0.45.0",
@@ -316,7 +316,7 @@
316
316
  "lucide-react": "^1.0.0",
317
317
  "react": ">=19",
318
318
  "react-dom": ">=19",
319
- "@haklex/rich-editor": "0.26.1"
319
+ "@haklex/rich-editor": "^0.26.4"
320
320
  },
321
321
  "publishConfig": {
322
322
  "access": "public"