@opencxh/ui-kit 3.123.2 → 3.123.3
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4174,8 +4174,8 @@ function pn({
|
|
|
4174
4174
|
// the thread, and a border on every bubble turns a conversation into a
|
|
4175
4175
|
// stack of boxes. The flagged tones keep theirs — there the outline is
|
|
4176
4176
|
// the signal, not decoration.
|
|
4177
|
-
|
|
4178
|
-
|
|
4177
|
+
// tone === "warning" && "border border-warning-border",
|
|
4178
|
+
// tone === "note" && "border border-note-border",
|
|
4179
4179
|
// The tight corner points back at the sender.
|
|
4180
4180
|
t === "out" ? "rounded-lg rounded-tr-sm" : "rounded-lg rounded-tl-sm",
|
|
4181
4181
|
n === "note" ? "bg-note-soft" : t === "out" ? "bg-bubble-out-soft" : "bg-surface",
|