@haklex/rich-compose 0.8.0 → 0.9.1
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/README.md +30 -1
- package/dist/index.mjs +13 -4
- package/dist/modules/alert/edit.d.ts.map +1 -1
- package/dist/modules/alert/edit.mjs +0 -1
- package/dist/modules/alert/index.d.ts.map +1 -1
- package/dist/modules/alert/index.mjs +0 -1
- package/dist/modules/banner/edit.d.ts.map +1 -1
- package/dist/modules/banner/edit.mjs +0 -1
- package/dist/modules/banner/index.d.ts.map +1 -1
- package/dist/modules/banner/index.mjs +0 -1
- package/dist/modules/chat/edit.d.ts.map +1 -1
- package/dist/modules/chat/edit.mjs +0 -1
- package/dist/modules/chat/index.d.ts.map +1 -1
- package/dist/modules/chat/index.mjs +0 -1
- package/dist/modules/code-block/edit.d.ts.map +1 -1
- package/dist/modules/code-block/edit.mjs +0 -1
- package/dist/modules/code-block/index.d.ts.map +1 -1
- package/dist/modules/code-block/index.mjs +0 -1
- package/dist/modules/code-snippet/edit.d.ts.map +1 -1
- package/dist/modules/code-snippet/edit.mjs +0 -1
- package/dist/modules/code-snippet/index.d.ts.map +1 -1
- package/dist/modules/code-snippet/index.mjs +0 -1
- package/dist/modules/embed/edit.d.ts.map +1 -1
- package/dist/modules/embed/edit.mjs +0 -1
- package/dist/modules/embed/index.d.ts.map +1 -1
- package/dist/modules/embed/index.mjs +0 -1
- package/dist/modules/excalidraw/edit.d.ts.map +1 -1
- package/dist/modules/excalidraw/edit.mjs +0 -1
- package/dist/modules/excalidraw/index.d.ts.map +1 -1
- package/dist/modules/excalidraw/index.mjs +0 -1
- package/dist/modules/gallery/edit.d.ts.map +1 -1
- package/dist/modules/gallery/edit.mjs +0 -1
- package/dist/modules/gallery/index.d.ts.map +1 -1
- package/dist/modules/gallery/index.mjs +0 -1
- package/dist/modules/image/edit.d.ts.map +1 -1
- package/dist/modules/image/edit.mjs +0 -1
- package/dist/modules/image/index.d.ts.map +1 -1
- package/dist/modules/image/index.mjs +0 -1
- package/dist/modules/katex/edit.d.ts.map +1 -1
- package/dist/modules/katex/edit.mjs +0 -1
- package/dist/modules/link-card/edit.d.ts.map +1 -1
- package/dist/modules/link-card/edit.mjs +0 -1
- package/dist/modules/link-card/index.d.ts.map +1 -1
- package/dist/modules/link-card/index.mjs +0 -1
- package/dist/modules/mention/edit.d.ts.map +1 -1
- package/dist/modules/mention/edit.mjs +0 -1
- package/dist/modules/mention/index.d.ts.map +1 -1
- package/dist/modules/mention/index.mjs +0 -1
- package/dist/modules/mermaid/edit.d.ts.map +1 -1
- package/dist/modules/mermaid/edit.mjs +0 -1
- package/dist/modules/mermaid/index.d.ts.map +1 -1
- package/dist/modules/mermaid/index.mjs +0 -1
- package/dist/modules/nested-doc/edit.d.ts.map +1 -1
- package/dist/modules/nested-doc/edit.mjs +0 -1
- package/dist/modules/nested-doc/index.d.ts.map +1 -1
- package/dist/modules/nested-doc/index.mjs +0 -1
- package/dist/modules/poll/edit.d.ts.map +1 -1
- package/dist/modules/poll/edit.mjs +0 -1
- package/dist/modules/poll/index.d.ts.map +1 -1
- package/dist/modules/poll/index.mjs +0 -1
- package/dist/modules/ruby/edit.d.ts.map +1 -1
- package/dist/modules/ruby/edit.mjs +0 -1
- package/dist/modules/ruby/index.d.ts.map +1 -1
- package/dist/modules/ruby/index.mjs +0 -1
- package/dist/modules/video/edit.d.ts.map +1 -1
- package/dist/modules/video/edit.mjs +0 -1
- package/dist/modules/video/index.d.ts.map +1 -1
- package/dist/modules/video/index.mjs +0 -1
- package/dist/static-renderer/engine/renderBuiltinNode.d.ts.map +1 -1
- package/dist/style/alert.css +2 -0
- package/dist/style/banner.css +2 -0
- package/dist/style/chat.css +2 -0
- package/dist/style/code-block.css +2 -0
- package/dist/style/code-snippet.css +2 -0
- package/dist/style/embed.css +2 -0
- package/dist/style/excalidraw.css +2 -0
- package/dist/style/foundation.css +9 -0
- package/dist/style/gallery.css +2 -0
- package/dist/style/image.css +2 -0
- package/dist/style/katex.css +2 -0
- package/dist/style/link-card.css +2 -0
- package/dist/style/mention.css +2 -0
- package/dist/style/mermaid.css +2 -0
- package/dist/style/nested-doc.css +2 -0
- package/dist/style/poll.css +2 -0
- package/dist/{rich-compose.css → style/ruby.css} +1 -1
- package/dist/style/table.css +11 -0
- package/dist/style/video.css +2 -0
- package/dist/style.css +92 -0
- package/package.json +24 -23
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@haklex/rich-compose",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.9.1",
|
|
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",
|
|
@@ -245,7 +245,8 @@
|
|
|
245
245
|
"import": "./dist/style-token/styles.mjs",
|
|
246
246
|
"types": "./dist/style-token/styles.d.ts"
|
|
247
247
|
},
|
|
248
|
-
"./style.css": "./dist/
|
|
248
|
+
"./style.css": "./dist/style.css",
|
|
249
|
+
"./style/*": "./dist/style/*"
|
|
249
250
|
},
|
|
250
251
|
"main": "./dist/index.mjs",
|
|
251
252
|
"files": [
|
|
@@ -253,24 +254,24 @@
|
|
|
253
254
|
],
|
|
254
255
|
"dependencies": {
|
|
255
256
|
"@lexical/headless": "^0.44.0",
|
|
256
|
-
"@haklex/rich-ext-
|
|
257
|
-
"@haklex/rich-ext-
|
|
258
|
-
"@haklex/rich-ext-
|
|
259
|
-
"@haklex/rich-ext-
|
|
260
|
-
"@haklex/rich-
|
|
261
|
-
"@haklex/rich-
|
|
262
|
-
"@haklex/rich-
|
|
263
|
-
"@haklex/rich-
|
|
264
|
-
"@haklex/rich-
|
|
265
|
-
"@haklex/rich-renderer-
|
|
266
|
-
"@haklex/rich-renderer-
|
|
267
|
-
"@haklex/rich-renderer-
|
|
268
|
-
"@haklex/rich-
|
|
269
|
-
"@haklex/rich-renderer-
|
|
270
|
-
"@haklex/rich-
|
|
271
|
-
"@haklex/rich-renderer-
|
|
272
|
-
"@haklex/rich-renderer-ruby": "0.
|
|
273
|
-
"@haklex/rich-
|
|
257
|
+
"@haklex/rich-ext-chat": "0.9.1",
|
|
258
|
+
"@haklex/rich-ext-embed": "0.9.1",
|
|
259
|
+
"@haklex/rich-ext-code-snippet": "0.9.1",
|
|
260
|
+
"@haklex/rich-ext-nested-doc": "0.9.1",
|
|
261
|
+
"@haklex/rich-renderer-alert": "0.9.1",
|
|
262
|
+
"@haklex/rich-ext-poll": "0.9.1",
|
|
263
|
+
"@haklex/rich-renderer-codeblock": "0.9.1",
|
|
264
|
+
"@haklex/rich-ext-excalidraw": "0.9.1",
|
|
265
|
+
"@haklex/rich-renderer-banner": "0.9.1",
|
|
266
|
+
"@haklex/rich-renderer-image": "0.9.1",
|
|
267
|
+
"@haklex/rich-renderer-katex": "0.9.1",
|
|
268
|
+
"@haklex/rich-renderer-linkcard": "0.9.1",
|
|
269
|
+
"@haklex/rich-ext-gallery": "0.9.1",
|
|
270
|
+
"@haklex/rich-renderer-mermaid": "0.9.1",
|
|
271
|
+
"@haklex/rich-style-token": "0.9.1",
|
|
272
|
+
"@haklex/rich-renderer-mention": "0.9.1",
|
|
273
|
+
"@haklex/rich-renderer-ruby": "0.9.1",
|
|
274
|
+
"@haklex/rich-renderer-video": "0.9.1"
|
|
274
275
|
},
|
|
275
276
|
"devDependencies": {
|
|
276
277
|
"@lexical/react": "^0.44.0",
|
|
@@ -286,7 +287,7 @@
|
|
|
286
287
|
"vite": "^8.0.10",
|
|
287
288
|
"vite-plugin-dts": "^4.5.4",
|
|
288
289
|
"vitest": "^4.1.5",
|
|
289
|
-
"@haklex/rich-editor": "0.
|
|
290
|
+
"@haklex/rich-editor": "0.9.1"
|
|
290
291
|
},
|
|
291
292
|
"peerDependencies": {
|
|
292
293
|
"@lexical/react": "^0.44.0",
|
|
@@ -294,13 +295,13 @@
|
|
|
294
295
|
"lucide-react": "^1.0.0",
|
|
295
296
|
"react": ">=19",
|
|
296
297
|
"react-dom": ">=19",
|
|
297
|
-
"@haklex/rich-editor": "0.
|
|
298
|
+
"@haklex/rich-editor": "0.9.1"
|
|
298
299
|
},
|
|
299
300
|
"publishConfig": {
|
|
300
301
|
"access": "public"
|
|
301
302
|
},
|
|
302
303
|
"scripts": {
|
|
303
|
-
"build": "vite build",
|
|
304
|
+
"build": "vite build && tsx scripts/build-css.ts",
|
|
304
305
|
"dev:build": "vite build --watch",
|
|
305
306
|
"test": "vitest run"
|
|
306
307
|
},
|