@tldraw/commenting 5.3.0-next.2fa9c61a8de6 → 5.3.0-next.d7d8ced023d5

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-cjs/index.js CHANGED
@@ -138,7 +138,7 @@ var import_state = require("./canvas/state");
138
138
  var import_thread_state = require("./canvas/thread-state");
139
139
  (0, import_utils.registerTldrawLibraryVersion)(
140
140
  "@tldraw/commenting",
141
- "5.3.0-next.2fa9c61a8de6",
141
+ "5.3.0-next.d7d8ced023d5",
142
142
  "cjs"
143
143
  );
144
144
  //# sourceMappingURL=index.js.map
@@ -96,7 +96,7 @@ import {
96
96
  import { anchorPagePoint, focusThread, shapeAnchorAt } from "./canvas/thread-state.mjs";
97
97
  registerTldrawLibraryVersion(
98
98
  "@tldraw/commenting",
99
- "5.3.0-next.2fa9c61a8de6",
99
+ "5.3.0-next.d7d8ced023d5",
100
100
  "esm"
101
101
  );
102
102
  export {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tldraw/commenting",
3
3
  "description": "tldraw commenting UI components.",
4
- "version": "5.3.0-next.2fa9c61a8de6",
4
+ "version": "5.3.0-next.d7d8ced023d5",
5
5
  "author": {
6
6
  "name": "tldraw Inc.",
7
7
  "email": "hello@tldraw.com"
@@ -38,7 +38,7 @@
38
38
  "lint": "yarn run -T tsx ../../internal/scripts/lint.ts"
39
39
  },
40
40
  "devDependencies": {
41
- "@tldraw/driver": "5.3.0-next.2fa9c61a8de6",
41
+ "@tldraw/driver": "5.3.0-next.d7d8ced023d5",
42
42
  "@types/react": "^19.2.7",
43
43
  "@types/react-dom": "^19.2.3",
44
44
  "react": "^19.2.1",
@@ -55,9 +55,9 @@
55
55
  "@tiptap/core": "^3.12.1",
56
56
  "@tiptap/pm": "^3.12.1",
57
57
  "@tiptap/react": "^3.12.1",
58
- "@tldraw/mentions": "5.3.0-next.2fa9c61a8de6",
59
- "@tldraw/utils": "5.3.0-next.2fa9c61a8de6",
60
- "tldraw": "5.3.0-next.2fa9c61a8de6"
58
+ "@tldraw/mentions": "5.3.0-next.d7d8ced023d5",
59
+ "@tldraw/utils": "5.3.0-next.d7d8ced023d5",
60
+ "tldraw": "5.3.0-next.d7d8ced023d5"
61
61
  },
62
62
  "module": "dist-esm/index.mjs",
63
63
  "source": "src/index.ts",