@fileverse/ui 5.1.8-dropdownmenu-2 → 5.1.8-dropdownmenu-4
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.css +3 -0
- package/dist/index.es.js +2 -2
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -3423,6 +3423,9 @@ textarea:is(:-webkit-autofill, :autofill) {
|
|
|
3423
3423
|
.data-\[highlighted\]\:color-bg-default-hover[data-highlighted] {
|
|
3424
3424
|
background-color: hsl(var(--color-bg-default-hover));
|
|
3425
3425
|
}
|
|
3426
|
+
.data-\[state\=open\]\:color-bg-default-hover[data-state="open"] {
|
|
3427
|
+
background-color: hsl(var(--color-bg-default-hover));
|
|
3428
|
+
}
|
|
3426
3429
|
.data-\[state\=unchecked\]\:color-bg-default-hover[data-state="unchecked"] {
|
|
3427
3430
|
background-color: hsl(var(--color-bg-default-hover));
|
|
3428
3431
|
}
|
package/dist/index.es.js
CHANGED
|
@@ -45480,7 +45480,7 @@ const XSe = ({
|
|
|
45480
45480
|
{
|
|
45481
45481
|
ref: o,
|
|
45482
45482
|
className: S(
|
|
45483
|
-
"flex cursor-pointer select-none items-center rounded-sm px-2 py-1.5 text-body-sm outline-none color-text-default transition-colors data-[state=open]:color-bg-default-
|
|
45483
|
+
"flex cursor-pointer select-none items-center rounded-sm px-2 py-1.5 text-body-sm outline-none color-text-default transition-colors data-[state=open]:color-bg-default-hover data-[highlighted]:color-bg-default-hover",
|
|
45484
45484
|
t && "pl-8",
|
|
45485
45485
|
e
|
|
45486
45486
|
),
|
|
@@ -45516,7 +45516,7 @@ const pxe = y.forwardRef(({ className: e, inset: t, ...n }, a) => /* @__PURE__ *
|
|
|
45516
45516
|
{
|
|
45517
45517
|
ref: a,
|
|
45518
45518
|
className: S(
|
|
45519
|
-
"relative flex cursor-pointer select-none items-center rounded-sm px-2 py-1.5 text-body-sm outline-none color-text-default transition-colors data-[
|
|
45519
|
+
"relative flex cursor-pointer select-none items-center rounded-sm px-2 py-1.5 text-body-sm outline-none color-text-default transition-colors data-[disabled]:color-text-disabled data-[disabled]:pointer-events-none",
|
|
45520
45520
|
t && "pl-8",
|
|
45521
45521
|
e
|
|
45522
45522
|
),
|