@haklex/rich-ext-chat 0.15.7 → 0.16.0

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.
@@ -7,7 +7,7 @@ import { useColorScheme } from "@haklex/rich-editor/static";
7
7
  import { presentDialog } from "@haklex/rich-editor-ui";
8
8
  import { usePortalTheme } from "@haklex/rich-style-token";
9
9
  import { jsx, jsxs } from "react/jsx-runtime";
10
- //#region ../../node_modules/.pnpm/@lexical+react@0.44.0_react-dom@19.2.5_react@19.2.5__react@19.2.5_yjs@13.6.29/node_modules/@lexical/react/LexicalComposerContext.prod.mjs
10
+ //#region ../../node_modules/.pnpm/@lexical+react@0.44.0_react-dom@19.2.6_react@19.2.6__react@19.2.6_yjs@13.6.29/node_modules/@lexical/react/LexicalComposerContext.prod.mjs
11
11
  /**
12
12
  * Copyright (c) Meta Platforms, Inc. and affiliates.
13
13
  *
package/dist/edit.mjs CHANGED
@@ -1,3 +1,3 @@
1
1
  import { t as __augmentLoaded_chat } from "./augment-C92w8N8d.js";
2
- import { a as ChatEditDecorator, i as ChatEditNode, n as $createChatEditNode, o as ChatEditRenderer, r as $isChatEditNode, s as ChatEditorModal, t as chatEditNodes } from "./edit-DKWb0GxA.js";
2
+ import { a as ChatEditDecorator, i as ChatEditNode, n as $createChatEditNode, o as ChatEditRenderer, r as $isChatEditNode, s as ChatEditorModal, t as chatEditNodes } from "./edit-NfWMwdyN.js";
3
3
  export { $createChatEditNode, $isChatEditNode, ChatEditDecorator, ChatEditNode, ChatEditRenderer, ChatEditorModal, __augmentLoaded_chat, chatEditNodes };
package/dist/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  import { t as __augmentLoaded_chat } from "./augment-C92w8N8d.js";
2
2
  import { t as ChatRenderer } from "./ChatRenderer-ahbuFXVc.js";
3
- import { a as ChatEditDecorator, i as ChatEditNode, n as $createChatEditNode, o as ChatEditRenderer, r as $isChatEditNode, s as ChatEditorModal, t as chatEditNodes } from "./edit-DKWb0GxA.js";
3
+ import { a as ChatEditDecorator, i as ChatEditNode, n as $createChatEditNode, o as ChatEditRenderer, r as $isChatEditNode, s as ChatEditorModal, t as chatEditNodes } from "./edit-NfWMwdyN.js";
4
4
  import { a as CHAT_NODE_KEY, n as $isChatNode, r as ChatNode, t as $createChatNode } from "./ChatNode-BMF5Ejrq.js";
5
5
  import { chatNodes } from "./node.mjs";
6
6
  import "./renderer.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haklex/rich-ext-chat",
3
- "version": "0.15.7",
3
+ "version": "0.16.0",
4
4
  "description": "Static chat-snapshot node for the haklex rich editor",
5
5
  "repository": {
6
6
  "type": "git",
@@ -48,20 +48,20 @@
48
48
  "@vanilla-extract/css": "^1.20.1",
49
49
  "@vanilla-extract/vite-plugin": "^5.2.2",
50
50
  "lexical": "^0.44.0",
51
- "react": "19.2.5",
52
- "react-dom": "19.2.5",
51
+ "react": "19.2.6",
52
+ "react-dom": "19.2.6",
53
53
  "typescript": "^5.9.3",
54
54
  "unplugin-dts": "^1.0.1",
55
55
  "vite": "^8.0.13",
56
- "@haklex/rich-editor": "0.15.7"
56
+ "@haklex/rich-editor": "0.16.0"
57
57
  },
58
58
  "peerDependencies": {
59
59
  "lexical": "^0.44.0",
60
60
  "lucide-react": "^1.0.0",
61
61
  "react": ">=19",
62
- "@haklex/rich-editor": "0.15.7",
63
- "@haklex/rich-editor-ui": "0.15.7",
64
- "@haklex/rich-style-token": "0.15.7"
62
+ "@haklex/rich-editor": "0.16.0",
63
+ "@haklex/rich-editor-ui": "0.16.0",
64
+ "@haklex/rich-style-token": "0.16.0"
65
65
  },
66
66
  "publishConfig": {
67
67
  "access": "public"