@tldraw/tldraw 4.6.0-next.4dde09fa17ab → 4.6.0-next.59173cd7226e
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 +1 -1
- package/dist-esm/index.mjs +1 -1
- package/package.json +2 -2
- package/tldraw.css +0 -33
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
|
-
"4.6.0-next.
|
|
22
|
+
"4.6.0-next.59173cd7226e",
|
|
23
23
|
"cjs"
|
|
24
24
|
);
|
|
25
25
|
//# sourceMappingURL=index.js.map
|
package/dist-esm/index.mjs
CHANGED
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": "4.6.0-next.
|
|
4
|
+
"version": "4.6.0-next.59173cd7226e",
|
|
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": "4.6.0-next.
|
|
50
|
+
"tldraw": "4.6.0-next.59173cd7226e"
|
|
51
51
|
},
|
|
52
52
|
"peerDependencies": {
|
|
53
53
|
"react": "^18.2.0 || ^19.2.1",
|
package/tldraw.css
CHANGED
|
@@ -170,7 +170,6 @@
|
|
|
170
170
|
/* UI */
|
|
171
171
|
--tl-color-low: hsl(204, 16%, 94%);
|
|
172
172
|
--tl-color-low-border: hsl(204, 16%, 92%);
|
|
173
|
-
--tl-color-culled: hsl(204, 14%, 93%);
|
|
174
173
|
--tl-color-muted-none: hsl(0, 0%, 0%, 0%);
|
|
175
174
|
--tl-color-muted-0: hsl(0, 0%, 0%, 2%);
|
|
176
175
|
--tl-color-muted-1: hsl(0, 0%, 0%, 10%);
|
|
@@ -228,7 +227,6 @@
|
|
|
228
227
|
/* UI */
|
|
229
228
|
--tl-color-low: hsl(260, 4.5%, 10.5%);
|
|
230
229
|
--tl-color-low-border: hsl(207, 10%, 10%);
|
|
231
|
-
--tl-color-culled: hsl(210, 11%, 19%);
|
|
232
230
|
--tl-color-muted-none: hsl(0, 0%, 100%, 0%);
|
|
233
231
|
--tl-color-muted-0: hsl(0, 0%, 100%, 2%);
|
|
234
232
|
--tl-color-muted-1: hsl(0, 0%, 100%, 10%);
|
|
@@ -629,37 +627,6 @@ input,
|
|
|
629
627
|
overflow-wrap: break-word;
|
|
630
628
|
}
|
|
631
629
|
|
|
632
|
-
.tl-text-wrapper[data-font='draw'] {
|
|
633
|
-
font-family: var(--tl-font-draw);
|
|
634
|
-
}
|
|
635
|
-
|
|
636
|
-
.tl-text-wrapper[data-font='sans'] {
|
|
637
|
-
font-family: var(--tl-font-sans);
|
|
638
|
-
}
|
|
639
|
-
|
|
640
|
-
.tl-text-wrapper[data-font='serif'] {
|
|
641
|
-
font-family: var(--tl-font-serif);
|
|
642
|
-
}
|
|
643
|
-
|
|
644
|
-
.tl-text-wrapper[data-font='mono'] {
|
|
645
|
-
font-family: var(--tl-font-mono);
|
|
646
|
-
}
|
|
647
|
-
|
|
648
|
-
.tl-text-wrapper[data-align='start'],
|
|
649
|
-
.tl-text-wrapper[data-align='start-legacy'] {
|
|
650
|
-
text-align: left;
|
|
651
|
-
}
|
|
652
|
-
|
|
653
|
-
.tl-text-wrapper[data-align='middle'],
|
|
654
|
-
.tl-text-wrapper[data-align='middle-legacy'] {
|
|
655
|
-
text-align: center;
|
|
656
|
-
}
|
|
657
|
-
|
|
658
|
-
.tl-text-wrapper[data-align='end'],
|
|
659
|
-
.tl-text-wrapper[data-align='end-legacy'] {
|
|
660
|
-
text-align: right;
|
|
661
|
-
}
|
|
662
|
-
|
|
663
630
|
.tl-plain-text-wrapper[data-isediting='true'] .tl-text-content {
|
|
664
631
|
opacity: 0;
|
|
665
632
|
}
|