@haklex/rich-ext-tldraw 0.0.42 → 0.0.44

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.
@@ -228,6 +228,7 @@ const TldrawStaticCanvas = ({ snapshot, theme }) => {
228
228
  className: tldrawStaticContainer,
229
229
  "data-theme": theme,
230
230
  "data-color-scheme": theme,
231
+ suppressHydrationWarning: true,
231
232
  children: [
232
233
  /* @__PURE__ */ jsx(
233
234
  TldrawErrorBoundary,
package/dist/index.mjs CHANGED
@@ -1,8 +1,8 @@
1
1
  var __defProp = Object.defineProperty;
2
2
  var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
3
3
  var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
4
- import { c as TldrawNode, u as useTldrawConfig, e as useTldrawData, t as tldrawFullscreenPopup, f as tldrawEditorContainer, g as tldrawLoading, h as tldrawError, i as tldrawEditOverlay, j as tldrawEditLabel, k as tldrawConfirmActions, l as tldrawConfirmBtn, m as tldrawConfirmBtnDanger, n as tldrawConfirmBtnPrimary, o as tldrawDialogHeader, p as tldrawStatusDot, q as tldrawDialogTitle, r as tldrawDialogMeta, s as tldrawHeaderActions, v as tldrawActionBarSep, w as tldrawActionBarBtn, x as tldrawActionBarUrl, y as tldrawHeaderClose, z as tldrawDialogCanvas } from "./TldrawNode-DFlCUgov.js";
5
- import { $, a, T, b, b as b2, d, b as b3 } from "./TldrawNode-DFlCUgov.js";
4
+ import { c as TldrawNode, u as useTldrawConfig, e as useTldrawData, t as tldrawFullscreenPopup, f as tldrawEditorContainer, g as tldrawLoading, h as tldrawError, i as tldrawEditOverlay, j as tldrawEditLabel, k as tldrawConfirmActions, l as tldrawConfirmBtn, m as tldrawConfirmBtnDanger, n as tldrawConfirmBtnPrimary, o as tldrawDialogHeader, p as tldrawStatusDot, q as tldrawDialogTitle, r as tldrawDialogMeta, s as tldrawHeaderActions, v as tldrawActionBarSep, w as tldrawActionBarBtn, x as tldrawActionBarUrl, y as tldrawHeaderClose, z as tldrawDialogCanvas } from "./TldrawNode-DarV5KWA.js";
5
+ import { $, a, T, b, b as b2, d, b as b3 } from "./TldrawNode-DarV5KWA.js";
6
6
  import { $insertNodes, $getNodeByKey, createCommand, COMMAND_PRIORITY_EDITOR } from "lexical";
7
7
  import { PenTool, Pencil, Upload, Download, Clipboard, X } from "lucide-react";
8
8
  import { lazy, createElement, Suspense, useState, useRef, useEffect, useCallback } from "react";
@@ -13,7 +13,7 @@ import { usePortalTheme } from "@haklex/rich-style-token";
13
13
  import { useLexicalComposerContext } from "@lexical/react/LexicalComposerContext";
14
14
  import { TLDRAW_BLOCK_TRANSFORMER } from "@haklex/rich-headless/transformers";
15
15
  const LazyDisplayRenderer = lazy(
16
- () => import("./TldrawNode-DFlCUgov.js").then((n) => n.A).then((m) => ({
16
+ () => import("./TldrawNode-DarV5KWA.js").then((n) => n.A).then((m) => ({
17
17
  default: m.TldrawDisplayRenderer
18
18
  }))
19
19
  );
package/dist/static.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { $, a, T, b, c, b as b2, d, b as b3, u } from "./TldrawNode-DFlCUgov.js";
1
+ import { $, a, T, b, c, b as b2, d, b as b3, u } from "./TldrawNode-DarV5KWA.js";
2
2
  import { TLDRAW_BLOCK_TRANSFORMER } from "@haklex/rich-headless/transformers";
3
3
  export {
4
4
  $ as $createTldrawNode,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haklex/rich-ext-tldraw",
3
- "version": "0.0.42",
3
+ "version": "0.0.44",
4
4
  "description": "Tldraw whiteboard extension",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -21,10 +21,10 @@
21
21
  ],
22
22
  "dependencies": {
23
23
  "tldraw": "^3.15.6",
24
- "@haklex/rich-editor": "0.0.42",
25
- "@haklex/rich-headless": "0.0.42",
26
- "@haklex/rich-style-token": "0.0.42",
27
- "@haklex/rich-editor-ui": "0.0.42"
24
+ "@haklex/rich-editor": "0.0.44",
25
+ "@haklex/rich-editor-ui": "0.0.44",
26
+ "@haklex/rich-style-token": "0.0.44",
27
+ "@haklex/rich-headless": "0.0.44"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@lexical/react": "^0.41.0",