@tldraw/editor 4.3.0-canary.b2e9b1218a6b → 4.3.0-canary.b9cf1eed518f

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
@@ -371,7 +371,7 @@ var import_uniq = require("./lib/utils/uniq");
371
371
  var import_window_open = require("./lib/utils/window-open");
372
372
  (0, import_utils.registerTldrawLibraryVersion)(
373
373
  "@tldraw/editor",
374
- "4.3.0-canary.b2e9b1218a6b",
374
+ "4.3.0-canary.b9cf1eed518f",
375
375
  "cjs"
376
376
  );
377
377
  //# sourceMappingURL=index.js.map
@@ -22,10 +22,10 @@ __export(version_exports, {
22
22
  version: () => version
23
23
  });
24
24
  module.exports = __toCommonJS(version_exports);
25
- const version = "4.3.0-canary.b2e9b1218a6b";
25
+ const version = "4.3.0-canary.b9cf1eed518f";
26
26
  const publishDates = {
27
27
  major: "2025-09-18T14:39:22.803Z",
28
- minor: "2025-12-06T16:52:15.885Z",
29
- patch: "2025-12-06T16:52:15.885Z"
28
+ minor: "2025-12-07T14:49:42.949Z",
29
+ patch: "2025-12-07T14:49:42.949Z"
30
30
  };
31
31
  //# sourceMappingURL=version.js.map
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../src/version.ts"],
4
- "sourcesContent": ["// This file is automatically generated by internal/scripts/refresh-assets.ts.\n// Do not edit manually. Or do, I'm a comment, not a cop.\n\nexport const version = '4.3.0-canary.b2e9b1218a6b'\nexport const publishDates = {\n\tmajor: '2025-09-18T14:39:22.803Z',\n\tminor: '2025-12-06T16:52:15.885Z',\n\tpatch: '2025-12-06T16:52:15.885Z',\n}\n"],
4
+ "sourcesContent": ["// This file is automatically generated by internal/scripts/refresh-assets.ts.\n// Do not edit manually. Or do, I'm a comment, not a cop.\n\nexport const version = '4.3.0-canary.b9cf1eed518f'\nexport const publishDates = {\n\tmajor: '2025-09-18T14:39:22.803Z',\n\tminor: '2025-12-07T14:49:42.949Z',\n\tpatch: '2025-12-07T14:49:42.949Z',\n}\n"],
5
5
  "mappings": ";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAGO,MAAM,UAAU;AAChB,MAAM,eAAe;AAAA,EAC3B,OAAO;AAAA,EACP,OAAO;AAAA,EACP,OAAO;AACR;",
6
6
  "names": []
7
7
  }
@@ -302,7 +302,7 @@ import { uniq } from "./lib/utils/uniq.mjs";
302
302
  import { openWindow } from "./lib/utils/window-open.mjs";
303
303
  registerTldrawLibraryVersion(
304
304
  "@tldraw/editor",
305
- "4.3.0-canary.b2e9b1218a6b",
305
+ "4.3.0-canary.b9cf1eed518f",
306
306
  "esm"
307
307
  );
308
308
  export {
@@ -1,8 +1,8 @@
1
- const version = "4.3.0-canary.b2e9b1218a6b";
1
+ const version = "4.3.0-canary.b9cf1eed518f";
2
2
  const publishDates = {
3
3
  major: "2025-09-18T14:39:22.803Z",
4
- minor: "2025-12-06T16:52:15.885Z",
5
- patch: "2025-12-06T16:52:15.885Z"
4
+ minor: "2025-12-07T14:49:42.949Z",
5
+ patch: "2025-12-07T14:49:42.949Z"
6
6
  };
7
7
  export {
8
8
  publishDates,
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../src/version.ts"],
4
- "sourcesContent": ["// This file is automatically generated by internal/scripts/refresh-assets.ts.\n// Do not edit manually. Or do, I'm a comment, not a cop.\n\nexport const version = '4.3.0-canary.b2e9b1218a6b'\nexport const publishDates = {\n\tmajor: '2025-09-18T14:39:22.803Z',\n\tminor: '2025-12-06T16:52:15.885Z',\n\tpatch: '2025-12-06T16:52:15.885Z',\n}\n"],
4
+ "sourcesContent": ["// This file is automatically generated by internal/scripts/refresh-assets.ts.\n// Do not edit manually. Or do, I'm a comment, not a cop.\n\nexport const version = '4.3.0-canary.b9cf1eed518f'\nexport const publishDates = {\n\tmajor: '2025-09-18T14:39:22.803Z',\n\tminor: '2025-12-07T14:49:42.949Z',\n\tpatch: '2025-12-07T14:49:42.949Z',\n}\n"],
5
5
  "mappings": "AAGO,MAAM,UAAU;AAChB,MAAM,eAAe;AAAA,EAC3B,OAAO;AAAA,EACP,OAAO;AAAA,EACP,OAAO;AACR;",
6
6
  "names": []
7
7
  }
package/editor.css CHANGED
@@ -607,7 +607,6 @@ input,
607
607
  pointer-events: all;
608
608
  white-space: pre-wrap;
609
609
  overflow-wrap: break-word;
610
- text-shadow: var(--tl-text-outline);
611
610
  }
612
611
 
613
612
  .tl-text-wrapper[data-font='draw'] {
@@ -770,7 +769,6 @@ input,
770
769
  justify-content: center;
771
770
  align-items: center;
772
771
  color: var(--tl-color-text);
773
- text-shadow: var(--tl-text-outline);
774
772
  line-height: inherit;
775
773
  position: absolute;
776
774
  inset: 0px;
@@ -970,6 +968,14 @@ input,
970
968
  display: block;
971
969
  }
972
970
 
971
+ .tl-text__outline {
972
+ text-shadow: var(--tl-text-outline);
973
+ }
974
+
975
+ .tl-text__no-outline {
976
+ text-shadow: none;
977
+ }
978
+
973
979
  /* --------------------- Loading -------------------- */
974
980
 
975
981
  .tl-loading {
@@ -1217,7 +1223,6 @@ input,
1217
1223
  align-items: center;
1218
1224
  text-align: center;
1219
1225
  color: var(--tl-color-text);
1220
- text-shadow: var(--tl-text-outline);
1221
1226
  }
1222
1227
 
1223
1228
  .tl-shape[data-shape-type='arrow'] .tl-text-label__inner {
@@ -1446,7 +1451,6 @@ input,
1446
1451
  }
1447
1452
 
1448
1453
  .tl-note__container > .tl-text-label {
1449
- text-shadow: none;
1450
1454
  color: currentColor;
1451
1455
  }
1452
1456
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tldraw/editor",
3
3
  "description": "tldraw infinite canvas SDK (editor).",
4
- "version": "4.3.0-canary.b2e9b1218a6b",
4
+ "version": "4.3.0-canary.b9cf1eed518f",
5
5
  "author": {
6
6
  "name": "tldraw Inc.",
7
7
  "email": "hello@tldraw.com"
@@ -50,12 +50,12 @@
50
50
  "@tiptap/core": "^3.6.2",
51
51
  "@tiptap/pm": "^3.6.2",
52
52
  "@tiptap/react": "^3.6.2",
53
- "@tldraw/state": "4.3.0-canary.b2e9b1218a6b",
54
- "@tldraw/state-react": "4.3.0-canary.b2e9b1218a6b",
55
- "@tldraw/store": "4.3.0-canary.b2e9b1218a6b",
56
- "@tldraw/tlschema": "4.3.0-canary.b2e9b1218a6b",
57
- "@tldraw/utils": "4.3.0-canary.b2e9b1218a6b",
58
- "@tldraw/validate": "4.3.0-canary.b2e9b1218a6b",
53
+ "@tldraw/state": "4.3.0-canary.b9cf1eed518f",
54
+ "@tldraw/state-react": "4.3.0-canary.b9cf1eed518f",
55
+ "@tldraw/store": "4.3.0-canary.b9cf1eed518f",
56
+ "@tldraw/tlschema": "4.3.0-canary.b9cf1eed518f",
57
+ "@tldraw/utils": "4.3.0-canary.b9cf1eed518f",
58
+ "@tldraw/validate": "4.3.0-canary.b9cf1eed518f",
59
59
  "@types/core-js": "^2.5.8",
60
60
  "@use-gesture/react": "^10.3.1",
61
61
  "classnames": "^2.5.1",
package/src/version.ts CHANGED
@@ -1,9 +1,9 @@
1
1
  // This file is automatically generated by internal/scripts/refresh-assets.ts.
2
2
  // Do not edit manually. Or do, I'm a comment, not a cop.
3
3
 
4
- export const version = '4.3.0-canary.b2e9b1218a6b'
4
+ export const version = '4.3.0-canary.b9cf1eed518f'
5
5
  export const publishDates = {
6
6
  major: '2025-09-18T14:39:22.803Z',
7
- minor: '2025-12-06T16:52:15.885Z',
8
- patch: '2025-12-06T16:52:15.885Z',
7
+ minor: '2025-12-07T14:49:42.949Z',
8
+ patch: '2025-12-07T14:49:42.949Z',
9
9
  }