@tldraw/tldraw 5.2.0-canary.9ef8e979cbfc → 5.2.0-canary.a0ea835f71fd

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 CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  This package is kept around for legacy purposes. It just tracks the normal `tldraw` package. Please install that one instead.
4
4
 
5
+ ## Documentation
6
+
7
+ Documentation for the most recent release can be found on [tldraw.dev/docs](https://tldraw.dev/docs), including [reference docs](https://tldraw.dev/reference/editor/Editor). Our release notes can be found [here](https://tldraw.dev/releases).
8
+
9
+ For more agent-friendly docs, see our [LLMs.txt](https://tldraw.dev/llms.txt).
10
+
5
11
  ## License
6
12
 
7
13
  This project is part of the tldraw SDK. It is provided under the [tldraw SDK license](https://github.com/tldraw/tldraw/blob/main/LICENSE.md).
@@ -18,7 +24,7 @@ You can find tldraw on npm [here](https://www.npmjs.com/package/@tldraw/tldraw?a
18
24
 
19
25
  ## Contribution
20
26
 
21
- Please see our [contributing guide](https://github.com/tldraw/tldraw/blob/main/CONTRIBUTING.md). Found a bug? Please [submit an issue](https://github.com/tldraw/tldraw/issues/new).
27
+ Found a bug? Please [submit an issue](https://github.com/tldraw/tldraw/issues/new).
22
28
 
23
29
  ## Community
24
30
 
package/dist-cjs/index.js CHANGED
@@ -19,7 +19,7 @@ var import_tldraw = require("tldraw");
19
19
  __reExport(index_exports, require("tldraw"), module.exports);
20
20
  (0, import_tldraw.registerTldrawLibraryVersion)(
21
21
  "@tldraw/tldraw",
22
- "5.2.0-canary.9ef8e979cbfc",
22
+ "5.2.0-canary.a0ea835f71fd",
23
23
  "cjs"
24
24
  );
25
25
  //# sourceMappingURL=index.js.map
@@ -2,7 +2,7 @@ import { registerTldrawLibraryVersion } from "tldraw";
2
2
  export * from "tldraw";
3
3
  registerTldrawLibraryVersion(
4
4
  "@tldraw/tldraw",
5
- "5.2.0-canary.9ef8e979cbfc",
5
+ "5.2.0-canary.a0ea835f71fd",
6
6
  "esm"
7
7
  );
8
8
  //# sourceMappingURL=index.mjs.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tldraw/tldraw",
3
3
  "description": "A tiny little drawing editor.",
4
- "version": "5.2.0-canary.9ef8e979cbfc",
4
+ "version": "5.2.0-canary.a0ea835f71fd",
5
5
  "author": {
6
6
  "name": "tldraw Inc.",
7
7
  "email": "hello@tldraw.com"
@@ -47,7 +47,7 @@
47
47
  "src"
48
48
  ],
49
49
  "dependencies": {
50
- "tldraw": "5.2.0-canary.9ef8e979cbfc"
50
+ "tldraw": "5.2.0-canary.a0ea835f71fd"
51
51
  },
52
52
  "peerDependencies": {
53
53
  "react": "^18.2.0 || ^19.2.1",
@@ -61,6 +61,9 @@
61
61
  "react": "^19.2.1",
62
62
  "react-dom": "^19.2.1"
63
63
  },
64
+ "engines": {
65
+ "node": ">=22.12.0"
66
+ },
64
67
  "module": "dist-esm/index.mjs",
65
68
  "source": "src/index.ts",
66
69
  "exports": {
package/tldraw.css CHANGED
@@ -768,17 +768,17 @@ input,
768
768
  .tl-rich-text ol {
769
769
  text-align: left;
770
770
  margin: 0;
771
- padding-left: 3.25ch;
771
+ padding-left: 1.625ch;
772
772
  /* Some resets, like Tailwind, nix the list styling. */
773
773
  list-style: revert;
774
774
  }
775
775
 
776
776
  .tl-rich-text ol:has(> li:nth-child(10)) {
777
- padding-left: 4.25ch;
777
+ padding-left: 2.625ch;
778
778
  }
779
779
 
780
780
  .tl-rich-text ol:has(> li:nth-child(100)) {
781
- padding-left: 5.25ch;
781
+ padding-left: 3.625ch;
782
782
  }
783
783
 
784
784
  .tl-rich-text h1,
@@ -817,6 +817,7 @@ input,
817
817
  .tl-theme__dark .tl-rich-text mark {
818
818
  background-color: var(--tl-color-text-highlight);
819
819
  color: currentColor;
820
+ text-shadow: none;
820
821
  }
821
822
 
822
823
  @supports (color: color(display-p3 1 1 1)) {
@@ -1575,9 +1576,8 @@ it from receiving any pointer events or affecting the cursor. */
1575
1576
  * (which creates its own stacking context at z-index 300), so their
1576
1577
  * z-indices are relative to the layout, not the container.
1577
1578
  *
1578
- * cursor and following-indicator are rendered inside canvas-in-front
1579
- * (stacking context at z-index 250), so their z-indices are relative
1580
- * to that context.
1579
+ * cursor is rendered inside canvas-in-front (stacking context at
1580
+ * z-index 250), so their z-indices are relative to that context.
1581
1581
  */
1582
1582
  --tl-layer-above: 1;
1583
1583
  --tl-layer-focused-input: 10;
@@ -1587,7 +1587,6 @@ it from receiving any pointer events or affecting the cursor. */
1587
1587
  --tl-layer-toasts: 650;
1588
1588
  --tl-layer-cursor: 700;
1589
1589
  --tl-layer-header-footer: 999;
1590
- --tl-layer-following-indicator: 1000;
1591
1590
  }
1592
1591
 
1593
1592
  /* Button */
@@ -1993,6 +1992,11 @@ it from receiving any pointer events or affecting the cursor. */
1993
1992
  height: 15px;
1994
1993
  }
1995
1994
 
1995
+ .tlui-icon__tiny {
1996
+ width: 12px;
1997
+ height: 12px;
1998
+ }
1999
+
1996
2000
  /* --------------------- Slider --------------------- */
1997
2001
 
1998
2002
  .tlui-slider__container {
@@ -2606,7 +2610,7 @@ it from receiving any pointer events or affecting the cursor. */
2606
2610
  left: 8px;
2607
2611
  }
2608
2612
 
2609
- /*
2613
+ /*
2610
2614
  * focusing skip-to-main-content hide top ui buttons to make sure we avoid
2611
2615
  * z-index clashes on hover (see issue #8328)
2612
2616
  */
@@ -3253,8 +3257,17 @@ tldraw? probably.
3253
3257
  height: 100%;
3254
3258
  z-index: var(--tl-layer-canvas-overlays);
3255
3259
  background-color: var(--tl-color-overlay);
3256
- pointer-events: all;
3257
3260
  animation: tl-fade-in 0.12s ease-out;
3261
+ }
3262
+
3263
+ .tlui-dialog__positioner {
3264
+ position: absolute;
3265
+ top: 0px;
3266
+ left: 0px;
3267
+ width: 100%;
3268
+ height: 100%;
3269
+ z-index: var(--tl-layer-canvas-overlays);
3270
+ pointer-events: all;
3258
3271
  display: grid;
3259
3272
  place-items: center;
3260
3273
  overflow-y: auto;
@@ -3744,7 +3757,6 @@ tldraw? probably.
3744
3757
  inset: 0px;
3745
3758
  border-width: 2px;
3746
3759
  border-style: solid;
3747
- z-index: var(--tl-layer-following-indicator);
3748
3760
  pointer-events: none;
3749
3761
  }
3750
3762