@opencxh/ui-kit 3.108.1 → 3.109.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 +3 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4588,8 +4588,7 @@ const Qr = ({
|
|
|
4588
4588
|
"flex cursor-pointer items-center gap-2 rounded-md px-2 py-1.5 text-base no-underline",
|
|
4589
4589
|
"transition-colors duration-fast ease-out",
|
|
4590
4590
|
"focus-visible:outline-none focus-visible:focus-ring",
|
|
4591
|
-
l ? "bg-accent-soft font-semibold text-accent" : "text-text-muted hover:bg-surface-hover hover:text-text"
|
|
4592
|
-
s === 0 && "font-ui-450"
|
|
4591
|
+
l ? "bg-accent-soft font-semibold text-accent" : "text-text-muted hover:bg-surface-hover hover:text-text"
|
|
4593
4592
|
),
|
|
4594
4593
|
children: [
|
|
4595
4594
|
t.icon && /* @__PURE__ */ e("span", { className: "flex w-5 shrink-0 items-center justify-center", children: t.icon }),
|
|
@@ -4621,8 +4620,8 @@ const Qr = ({
|
|
|
4621
4620
|
"span",
|
|
4622
4621
|
{
|
|
4623
4622
|
className: f(
|
|
4624
|
-
"flex h-control-sm w-7 cursor-pointer items-center justify-center rounded-md text-text-
|
|
4625
|
-
"transition-colors duration-fast ease-out hover:bg-surface-hover hover:text-text",
|
|
4623
|
+
"flex h-control-sm w-7 cursor-pointer items-center justify-center rounded-md text-text-strong",
|
|
4624
|
+
"transition-colors duration-fast ease-out hover:bg-surface-hover hover:text-text-strong",
|
|
4626
4625
|
"focus-visible:outline-none focus-visible:focus-ring"
|
|
4627
4626
|
),
|
|
4628
4627
|
children: i
|