@haklex/rich-compose 0.15.2 → 0.15.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.
- package/dist/litexml-html-preview-client.js +2908 -3821
- package/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@haklex/rich-compose",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.3",
|
|
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",
|
|
@@ -261,11 +261,11 @@
|
|
|
261
261
|
],
|
|
262
262
|
"dependencies": {
|
|
263
263
|
"@lexical/headless": "^0.44.0",
|
|
264
|
-
"@haklex/rich-ext-chat": "0.15.1",
|
|
265
264
|
"@haklex/rich-ext-code-snippet": "0.15.1",
|
|
265
|
+
"@haklex/rich-ext-chat": "0.15.1",
|
|
266
266
|
"@haklex/rich-ext-embed": "0.15.1",
|
|
267
|
-
"@haklex/rich-ext-excalidraw": "0.15.1",
|
|
268
267
|
"@haklex/rich-ext-gallery": "0.15.1",
|
|
268
|
+
"@haklex/rich-ext-excalidraw": "0.15.1",
|
|
269
269
|
"@haklex/rich-ext-nested-doc": "0.15.1",
|
|
270
270
|
"@haklex/rich-ext-poll": "0.15.1",
|
|
271
271
|
"@haklex/rich-litexml": "0.15.2",
|
|
@@ -274,12 +274,12 @@
|
|
|
274
274
|
"@haklex/rich-renderer-codeblock": "0.15.1",
|
|
275
275
|
"@haklex/rich-renderer-image": "0.15.1",
|
|
276
276
|
"@haklex/rich-renderer-katex": "0.15.1",
|
|
277
|
-
"@haklex/rich-renderer-linkcard": "0.15.1",
|
|
278
277
|
"@haklex/rich-renderer-mention": "0.15.1",
|
|
278
|
+
"@haklex/rich-renderer-linkcard": "0.15.1",
|
|
279
279
|
"@haklex/rich-renderer-mermaid": "0.15.1",
|
|
280
|
+
"@haklex/rich-renderer-video": "0.15.1",
|
|
280
281
|
"@haklex/rich-renderer-ruby": "0.15.1",
|
|
281
|
-
"@haklex/rich-style-token": "0.15.1"
|
|
282
|
-
"@haklex/rich-renderer-video": "0.15.1"
|
|
282
|
+
"@haklex/rich-style-token": "0.15.1"
|
|
283
283
|
},
|
|
284
284
|
"devDependencies": {
|
|
285
285
|
"@lexical/react": "^0.44.0",
|
|
@@ -289,8 +289,8 @@
|
|
|
289
289
|
"@vanilla-extract/vite-plugin": "^5.2.2",
|
|
290
290
|
"lexical": "^0.44.0",
|
|
291
291
|
"lucide-react": "^1.16.0",
|
|
292
|
-
"react": "19.2.
|
|
293
|
-
"react-dom": "19.2.
|
|
292
|
+
"react": "19.2.6",
|
|
293
|
+
"react-dom": "19.2.6",
|
|
294
294
|
"typescript": "^5.9.3",
|
|
295
295
|
"unplugin-dts": "^1.0.1",
|
|
296
296
|
"vite": "^8.0.13",
|