@opencxh/ui-kit 3.110.1 → 3.110.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 +5 -5
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -267,7 +267,7 @@ function Jr({
|
|
|
267
267
|
t,
|
|
268
268
|
c && /* @__PURE__ */ e(X, { icon: be, size: "xs" })
|
|
269
269
|
] }), p = d(
|
|
270
|
-
"inline-flex
|
|
270
|
+
"inline-flex items-center gap-1.5 pl-3",
|
|
271
271
|
h,
|
|
272
272
|
u ? "pr-1.5" : "pr-3",
|
|
273
273
|
"focus-visible:outline-none focus-visible:focus-ring"
|
|
@@ -376,11 +376,11 @@ function Xr({
|
|
|
376
376
|
type: "button",
|
|
377
377
|
onClick: () => n(c.value),
|
|
378
378
|
className: d(
|
|
379
|
-
"inline-flex items-center justify-center rounded-sm
|
|
379
|
+
"inline-flex items-center justify-center rounded-sm",
|
|
380
380
|
"transition-colors duration-fast ease-out",
|
|
381
381
|
"focus-visible:outline-none focus-visible:focus-ring",
|
|
382
382
|
wt[s],
|
|
383
|
-
f ? "bg-surface text-text" : "text-text-muted hover:text-text"
|
|
383
|
+
f ? "bg-surface text-text font-semibold" : "text-text-muted hover:text-text"
|
|
384
384
|
),
|
|
385
385
|
children: c.label
|
|
386
386
|
},
|
|
@@ -3980,7 +3980,7 @@ function fn({
|
|
|
3980
3980
|
"div",
|
|
3981
3981
|
{
|
|
3982
3982
|
className: d(
|
|
3983
|
-
"flex animate-pulse items-center gap-3 px-4 py-2
|
|
3983
|
+
"flex animate-pulse items-center gap-3 px-4 py-2",
|
|
3984
3984
|
n === "divided" && q > 0 && "border-t border-border-subtle"
|
|
3985
3985
|
),
|
|
3986
3986
|
children: [
|
|
@@ -4693,7 +4693,7 @@ const wn = ({
|
|
|
4693
4693
|
{
|
|
4694
4694
|
className: d(
|
|
4695
4695
|
"shrink-0 text-xs tabular-nums",
|
|
4696
|
-
l ? "rounded-full bg-accent px-2 font-
|
|
4696
|
+
l ? "rounded-full bg-accent px-2 font-semibold text-accent-fg" : "text-text-subtle"
|
|
4697
4697
|
),
|
|
4698
4698
|
children: t.count
|
|
4699
4699
|
}
|