@natoe/colab 0.1.22 → 0.1.24
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/index.js +8 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +8 -5
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5272,7 +5272,7 @@ function CollabInline({
|
|
|
5272
5272
|
participantIds,
|
|
5273
5273
|
onExpand,
|
|
5274
5274
|
messageLimit = 1,
|
|
5275
|
-
placeholder = "
|
|
5275
|
+
placeholder = "Discuss this case\u2026",
|
|
5276
5276
|
mode = "light",
|
|
5277
5277
|
className,
|
|
5278
5278
|
style
|
|
@@ -5559,7 +5559,7 @@ var styles14 = {
|
|
|
5559
5559
|
},
|
|
5560
5560
|
messageRow: {
|
|
5561
5561
|
display: "flex",
|
|
5562
|
-
alignItems: "
|
|
5562
|
+
alignItems: "flex-start",
|
|
5563
5563
|
gap: SPACE.S2,
|
|
5564
5564
|
fontSize: FONT_SIZE.xs,
|
|
5565
5565
|
lineHeight: LINE_HEIGHT.normal,
|
|
@@ -5569,7 +5569,8 @@ var styles14 = {
|
|
|
5569
5569
|
flexShrink: 0,
|
|
5570
5570
|
width: "6px",
|
|
5571
5571
|
height: "6px",
|
|
5572
|
-
borderRadius: RADIUS.full
|
|
5572
|
+
borderRadius: RADIUS.full,
|
|
5573
|
+
marginTop: "7px"
|
|
5573
5574
|
},
|
|
5574
5575
|
senderName: {
|
|
5575
5576
|
flexShrink: 0,
|
|
@@ -5578,9 +5579,11 @@ var styles14 = {
|
|
|
5578
5579
|
},
|
|
5579
5580
|
messageText: {
|
|
5580
5581
|
color: COLOR.neutral600,
|
|
5582
|
+
display: "-webkit-box",
|
|
5583
|
+
WebkitLineClamp: 2,
|
|
5584
|
+
WebkitBoxOrient: "vertical",
|
|
5581
5585
|
overflow: "hidden",
|
|
5582
|
-
|
|
5583
|
-
whiteSpace: "nowrap",
|
|
5586
|
+
wordBreak: "break-word",
|
|
5584
5587
|
minWidth: 0,
|
|
5585
5588
|
flex: 1
|
|
5586
5589
|
},
|