@haklex/rich-compose 0.15.1 → 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 +12 -11
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",
|
|
@@ -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": [
|
|
@@ -261,23 +262,23 @@
|
|
|
261
262
|
"dependencies": {
|
|
262
263
|
"@lexical/headless": "^0.44.0",
|
|
263
264
|
"@haklex/rich-ext-code-snippet": "0.15.1",
|
|
264
|
-
"@haklex/rich-ext-
|
|
265
|
+
"@haklex/rich-ext-chat": "0.15.1",
|
|
265
266
|
"@haklex/rich-ext-embed": "0.15.1",
|
|
267
|
+
"@haklex/rich-ext-gallery": "0.15.1",
|
|
266
268
|
"@haklex/rich-ext-excalidraw": "0.15.1",
|
|
267
269
|
"@haklex/rich-ext-nested-doc": "0.15.1",
|
|
270
|
+
"@haklex/rich-ext-poll": "0.15.1",
|
|
271
|
+
"@haklex/rich-litexml": "0.15.2",
|
|
268
272
|
"@haklex/rich-renderer-alert": "0.15.1",
|
|
269
273
|
"@haklex/rich-renderer-banner": "0.15.1",
|
|
270
274
|
"@haklex/rich-renderer-codeblock": "0.15.1",
|
|
271
|
-
"@haklex/rich-renderer-linkcard": "0.15.1",
|
|
272
275
|
"@haklex/rich-renderer-image": "0.15.1",
|
|
276
|
+
"@haklex/rich-renderer-katex": "0.15.1",
|
|
273
277
|
"@haklex/rich-renderer-mention": "0.15.1",
|
|
278
|
+
"@haklex/rich-renderer-linkcard": "0.15.1",
|
|
274
279
|
"@haklex/rich-renderer-mermaid": "0.15.1",
|
|
275
|
-
"@haklex/rich-renderer-ruby": "0.15.1",
|
|
276
|
-
"@haklex/rich-ext-poll": "0.15.1",
|
|
277
|
-
"@haklex/rich-renderer-katex": "0.15.1",
|
|
278
280
|
"@haklex/rich-renderer-video": "0.15.1",
|
|
279
|
-
"@haklex/rich-
|
|
280
|
-
"@haklex/rich-ext-chat": "0.15.1",
|
|
281
|
+
"@haklex/rich-renderer-ruby": "0.15.1",
|
|
281
282
|
"@haklex/rich-style-token": "0.15.1"
|
|
282
283
|
},
|
|
283
284
|
"devDependencies": {
|
|
@@ -288,8 +289,8 @@
|
|
|
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.
|
|
292
|
-
"react-dom": "19.2.
|
|
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",
|