@tldraw/collaboration 5.4.2 → 5.5.0-canary.0241f11f2e99
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/collaboration.css +0 -32
- package/dist-cjs/index.js +1 -1
- package/dist-esm/index.mjs +1 -1
- package/package.json +3 -3
package/collaboration.css
CHANGED
|
@@ -497,35 +497,6 @@
|
|
|
497
497
|
user-select: none;
|
|
498
498
|
}
|
|
499
499
|
|
|
500
|
-
/* thread */
|
|
501
|
-
.tlui-cmt-thread {
|
|
502
|
-
display: flex;
|
|
503
|
-
flex-direction: column;
|
|
504
|
-
width: 300px;
|
|
505
|
-
}
|
|
506
|
-
|
|
507
|
-
.tlui-cmt-thread__head {
|
|
508
|
-
display: flex;
|
|
509
|
-
align-items: center;
|
|
510
|
-
gap: 8px;
|
|
511
|
-
font-size: 12px;
|
|
512
|
-
font-weight: 600;
|
|
513
|
-
color: var(--tl-color-text-3);
|
|
514
|
-
text-transform: uppercase;
|
|
515
|
-
letter-spacing: 0.04em;
|
|
516
|
-
}
|
|
517
|
-
|
|
518
|
-
.tlui-cmt-badge {
|
|
519
|
-
font-size: 10px;
|
|
520
|
-
font-weight: 600;
|
|
521
|
-
text-transform: none;
|
|
522
|
-
letter-spacing: 0;
|
|
523
|
-
color: #fff;
|
|
524
|
-
background: var(--tl-color-muted-1);
|
|
525
|
-
padding: 1px 6px;
|
|
526
|
-
border-radius: 999px;
|
|
527
|
-
}
|
|
528
|
-
|
|
529
500
|
/* reactions */
|
|
530
501
|
.tlui-cmt-reactions {
|
|
531
502
|
display: flex;
|
|
@@ -762,9 +733,6 @@ button.tlui-cmt-reaction--active:hover {
|
|
|
762
733
|
.tlui-button.tlui-cmt-thread__action:hover {
|
|
763
734
|
color: var(--tl-color-text-1);
|
|
764
735
|
}
|
|
765
|
-
.tlui-button.tlui-cmt-thread__action--danger:hover {
|
|
766
|
-
color: var(--tl-color-danger);
|
|
767
|
-
}
|
|
768
736
|
.tlui-cmt-thread__resolved {
|
|
769
737
|
margin: 4px 12px;
|
|
770
738
|
padding: 6px 10px;
|
package/dist-cjs/index.js
CHANGED
|
@@ -19,7 +19,7 @@ var import_utils = require("@tldraw/utils");
|
|
|
19
19
|
__reExport(index_exports, require("@tldraw/commenting"), module.exports);
|
|
20
20
|
(0, import_utils.registerTldrawLibraryVersion)(
|
|
21
21
|
"@tldraw/collaboration",
|
|
22
|
-
"5.
|
|
22
|
+
"5.5.0-canary.0241f11f2e99",
|
|
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/collaboration",
|
|
3
3
|
"description": "tldraw collaboration umbrella package.",
|
|
4
|
-
"version": "5.
|
|
4
|
+
"version": "5.5.0-canary.0241f11f2e99",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "tldraw Inc.",
|
|
7
7
|
"email": "hello@tldraw.com"
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
"node": ">=22.12.0"
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@tldraw/commenting": "5.
|
|
62
|
-
"@tldraw/utils": "5.
|
|
61
|
+
"@tldraw/commenting": "5.5.0-canary.0241f11f2e99",
|
|
62
|
+
"@tldraw/utils": "5.5.0-canary.0241f11f2e99"
|
|
63
63
|
},
|
|
64
64
|
"module": "dist-esm/index.mjs",
|
|
65
65
|
"source": "src/index.ts",
|