@opencxh/ui-kit 3.123.3 → 3.124.2
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 +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -71,7 +71,7 @@ function Xr({ attach: t, active: r = !0, mirrored: n = !1, className: s }) {
|
|
|
71
71
|
}
|
|
72
72
|
const bt = {
|
|
73
73
|
primary: "bg-accent text-accent-fg hover:bg-accent-hover disabled:bg-surface-hover",
|
|
74
|
-
secondary: "
|
|
74
|
+
secondary: "bg-surface text-text hover:bg-surface-hover disabled:bg-surface-hover",
|
|
75
75
|
// No resting fill, so no disabled fill either — a greyed-out plate where
|
|
76
76
|
// there was nothing reads as a different control, not as a disabled one.
|
|
77
77
|
outline: "border border-accent-border text-accent hover:bg-accent-soft",
|
|
@@ -4169,7 +4169,7 @@ function pn({
|
|
|
4169
4169
|
className: d(
|
|
4170
4170
|
// A bubble never spans the whole column; it narrows further from md,
|
|
4171
4171
|
// where the thread itself is wide enough for the difference to matter.
|
|
4172
|
-
"min-w-0 max-w-bubble md:max-w-bubble-md",
|
|
4172
|
+
"min-w-0 max-w-bubble md:max-w-bubble-md shadow-sm",
|
|
4173
4173
|
// No outline on an ordinary message: its fill already separates it from
|
|
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
|
|
@@ -4178,7 +4178,7 @@ function pn({
|
|
|
4178
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
|
-
n === "note" ? "bg-note-soft" :
|
|
4181
|
+
n === "note" ? "bg-note-soft" : "bg-surface",
|
|
4182
4182
|
r && "mt-1",
|
|
4183
4183
|
s
|
|
4184
4184
|
),
|