@opencxh/ui-kit 3.181.0 → 3.182.1
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 +4 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6082,7 +6082,10 @@ const Qn = () => /* @__PURE__ */ e(Ke, { variant: "inline", shape: "menu" }), vt
|
|
|
6082
6082
|
"span",
|
|
6083
6083
|
{
|
|
6084
6084
|
className: d(
|
|
6085
|
-
|
|
6085
|
+
// `min-w-5`, not `w-5`: an icon still sits in a 20px box so every row
|
|
6086
|
+
// lines up, but a wider leading mark (a key plate, a short reference) gets
|
|
6087
|
+
// the room it needs instead of overlapping the label.
|
|
6088
|
+
"flex min-w-5 shrink-0 items-center justify-center",
|
|
6086
6089
|
l ? "text-text-muted" : "text-text-subtle"
|
|
6087
6090
|
),
|
|
6088
6091
|
children: t.icon
|