@haklex/rich-ext-chat 0.26.4 → 0.26.6

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.
@@ -37,7 +37,7 @@ function createDefaultParticipants(variant) {
37
37
  */
38
38
  var CHAT_NODE_KEY = "Chat";
39
39
  //#endregion
40
- //#region \0@oxc-project+runtime@0.132.0/helpers/typeof.js
40
+ //#region \0@oxc-project+runtime@0.133.0/helpers/esm/typeof.js
41
41
  function _typeof(o) {
42
42
  "@babel/helpers - typeof";
43
43
  return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o) {
@@ -47,7 +47,7 @@ function _typeof(o) {
47
47
  }, _typeof(o);
48
48
  }
49
49
  //#endregion
50
- //#region \0@oxc-project+runtime@0.132.0/helpers/toPrimitive.js
50
+ //#region \0@oxc-project+runtime@0.133.0/helpers/esm/toPrimitive.js
51
51
  function toPrimitive(t, r) {
52
52
  if ("object" != _typeof(t) || !t) return t;
53
53
  var e = t[Symbol.toPrimitive];
@@ -59,13 +59,13 @@ function toPrimitive(t, r) {
59
59
  return ("string" === r ? String : Number)(t);
60
60
  }
61
61
  //#endregion
62
- //#region \0@oxc-project+runtime@0.132.0/helpers/toPropertyKey.js
62
+ //#region \0@oxc-project+runtime@0.133.0/helpers/esm/toPropertyKey.js
63
63
  function toPropertyKey(t) {
64
64
  var i = toPrimitive(t, "string");
65
65
  return "symbol" == _typeof(i) ? i : i + "";
66
66
  }
67
67
  //#endregion
68
- //#region \0@oxc-project+runtime@0.132.0/helpers/defineProperty.js
68
+ //#region \0@oxc-project+runtime@0.133.0/helpers/esm/defineProperty.js
69
69
  function _defineProperty(e, r, t) {
70
70
  return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
71
71
  value: t,
@@ -1,31 +1,13 @@
1
1
  import { A as variantPill, C as participantLabel, D as rail, E as participantRow, M as variantPillHint, N as variantPillName, O as sectionLabel, P as variantStack, S as participantInput, T as participantPillUser, _ as modalBody, a as buttonGhost, b as pane, c as editLabel, d as messageActions, f as messageCard, g as modal, h as messageTextarea, i as button, j as variantPillActive, k as semanticClassNames, l as editOverlay, m as messageSelect, n as addMessage, o as buttonPrimary, p as messageHead, r as addMessageButton, s as editContainer, t as ChatRenderer, u as editorDialogPopup, v as modalFooter, w as participantPill, x as participantCard, y as modalHeader } from "./ChatRenderer-DaR63wyn.js";
2
- import { i as _defineProperty, n as $isChatNode, o as createMessageId, r as ChatNode } from "./ChatNode-Clwy1xYj.js";
2
+ import { i as _defineProperty, n as $isChatNode, o as createMessageId, r as ChatNode } from "./ChatNode-B23WwSAb.js";
3
3
  import { $getNodeByKey, $insertNodes } from "lexical";
4
4
  import { ArrowDown, ArrowUp, MessageSquare, Pencil, Trash2 } from "lucide-react";
5
- import { createContext, createElement, useCallback, useContext, useEffect, useRef, useState } from "react";
5
+ import { createElement, useCallback, useEffect, useRef, useState } from "react";
6
+ import { useLexicalComposerContext } from "@lexical/react/LexicalComposerContext";
6
7
  import { useColorScheme } from "@haklex/rich-editor/static";
7
8
  import { presentDialog } from "@haklex/rich-editor-ui";
8
9
  import { usePortalTheme } from "@haklex/rich-style-token";
9
10
  import { jsx, jsxs } from "react/jsx-runtime";
10
- //#region ../../node_modules/.pnpm/@lexical+react@0.45.0_react-dom@19.2.6_react@19.2.6__react@19.2.6_yjs@13.6.29/node_modules/@lexical/react/dist/LexicalComposerContext.prod.mjs
11
- /**
12
- * Copyright (c) Meta Platforms, Inc. and affiliates.
13
- *
14
- * This source code is licensed under the MIT license found in the
15
- * LICENSE file in the root directory of this source tree.
16
- *
17
- */
18
- var r = createContext(null);
19
- function o() {
20
- const n = useContext(r);
21
- return n ?? function(n, ...e) {
22
- const r = new URL("https://lexical.dev/docs/error"), t = new URLSearchParams();
23
- t.append("code", n);
24
- for (const n of e) t.append("v", n);
25
- throw r.search = t.toString(), Error(`Minified Lexical error #${n}; visit ${r.toString()} for the full message or use the non-minified dev environment for full errors and additional helpful warnings.`);
26
- }(8), n;
27
- }
28
- //#endregion
29
11
  //#region src/variant-reducer.ts
30
12
  function switchVariant(next, participants) {
31
13
  return participants.map((p, idx) => {
@@ -324,7 +306,7 @@ var ChatEditRenderer = ({ variant, participants, messages, onChange, onCancel, r
324
306
  //#endregion
325
307
  //#region src/ChatEditDecorator.tsx
326
308
  var ChatEditDecorator = ({ nodeKey, variant, participants, messages }) => {
327
- const [editor] = o();
309
+ const [editor] = useLexicalComposerContext();
328
310
  const hasOpenedRef = useRef(false);
329
311
  const openTriggerRef = useRef(null);
330
312
  const messagesLengthRef = useRef(messages.length);
package/dist/edit.mjs CHANGED
@@ -1,3 +1,3 @@
1
1
  import { t as __augmentLoaded_chat } from "./augment-jeNYpQAa.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-CGXHKuz3.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-D6AYtppg.js";
3
3
  export { $createChatEditNode, $isChatEditNode, ChatEditDecorator, ChatEditNode, ChatEditRenderer, ChatEditorModal, __augmentLoaded_chat, chatEditNodes };
package/dist/index.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  import { t as __augmentLoaded_chat } from "./augment-jeNYpQAa.js";
2
2
  import { t as ChatRenderer } from "./ChatRenderer-DaR63wyn.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-CGXHKuz3.js";
4
- import { a as CHAT_NODE_KEY, n as $isChatNode, r as ChatNode, t as $createChatNode } from "./ChatNode-Clwy1xYj.js";
3
+ import { a as CHAT_NODE_KEY, n as $isChatNode, r as ChatNode, t as $createChatNode } from "./ChatNode-B23WwSAb.js";
4
+ import { a as ChatEditDecorator, i as ChatEditNode, n as $createChatEditNode, o as ChatEditRenderer, r as $isChatEditNode, s as ChatEditorModal, t as chatEditNodes } from "./edit-D6AYtppg.js";
5
5
  import { chatNodes } from "./node.mjs";
6
6
  import "./renderer.mjs";
7
7
  export { $createChatEditNode, $createChatNode, $isChatEditNode, $isChatNode, CHAT_NODE_KEY, ChatEditDecorator, ChatEditNode, ChatEditRenderer, ChatEditorModal, ChatNode, ChatRenderer, __augmentLoaded_chat, chatEditNodes, chatNodes };
package/dist/node.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  import { t as __augmentLoaded_chat } from "./augment-jeNYpQAa.js";
2
- import { a as CHAT_NODE_KEY, n as $isChatNode, r as ChatNode, t as $createChatNode } from "./ChatNode-Clwy1xYj.js";
2
+ import { a as CHAT_NODE_KEY, n as $isChatNode, r as ChatNode, t as $createChatNode } from "./ChatNode-B23WwSAb.js";
3
3
  //#region src/node.ts
4
4
  var chatNodes = [ChatNode];
5
5
  //#endregion
package/dist/static.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  import { t as __augmentLoaded_chat } from "./augment-jeNYpQAa.js";
2
2
  import { t as ChatRenderer } from "./ChatRenderer-DaR63wyn.js";
3
- import { a as CHAT_NODE_KEY, n as $isChatNode, r as ChatNode, t as $createChatNode } from "./ChatNode-Clwy1xYj.js";
3
+ import { a as CHAT_NODE_KEY, n as $isChatNode, r as ChatNode, t as $createChatNode } from "./ChatNode-B23WwSAb.js";
4
4
  import { chatNodes } from "./node.mjs";
5
5
  import "./renderer.mjs";
6
6
  export { $createChatNode, $isChatNode, CHAT_NODE_KEY, ChatNode, ChatRenderer, __augmentLoaded_chat, chatNodes };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haklex/rich-ext-chat",
3
- "version": "0.26.4",
3
+ "version": "0.26.6",
4
4
  "description": "Static chat-snapshot node for the haklex rich editor",
5
5
  "repository": {
6
6
  "type": "git",
@@ -43,7 +43,7 @@
43
43
  },
44
44
  "devDependencies": {
45
45
  "@lexical/react": "^0.45.0",
46
- "@types/react": "^19.2.15",
46
+ "@types/react": "^19.2.17",
47
47
  "@types/react-dom": "^19.2.3",
48
48
  "@vanilla-extract/css": "^1.20.1",
49
49
  "@vanilla-extract/vite-plugin": "^5.2.2",
@@ -51,17 +51,18 @@
51
51
  "react": "19.2.6",
52
52
  "react-dom": "19.2.6",
53
53
  "typescript": "^5.9.3",
54
- "unplugin-dts": "^1.0.1",
55
- "vite": "^8.0.14",
56
- "@haklex/rich-editor": "0.26.4"
54
+ "unplugin-dts": "^1.0.2",
55
+ "vite": "^8.0.16",
56
+ "@haklex/rich-editor": "0.26.6"
57
57
  },
58
58
  "peerDependencies": {
59
+ "@lexical/react": "^0.45.0",
59
60
  "lexical": "^0.45.0",
60
61
  "lucide-react": "^1.0.0",
61
62
  "react": ">=19",
62
- "@haklex/rich-editor": "^0.26.4",
63
- "@haklex/rich-editor-ui": "^0.26.4",
64
- "@haklex/rich-style-token": "^0.26.4"
63
+ "@haklex/rich-editor": "^0.26.6",
64
+ "@haklex/rich-style-token": "^0.26.6",
65
+ "@haklex/rich-editor-ui": "^0.26.6"
65
66
  },
66
67
  "publishConfig": {
67
68
  "access": "public"