@fileverse/ui 5.1.8-dropdownmenu-4 → 5.1.8-dropdownmenu-6
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 +21 -0
- package/dist/index.es.js +4 -3
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -2934,6 +2934,12 @@ video {
|
|
|
2934
2934
|
.outline-1 {
|
|
2935
2935
|
outline-width: 1px;
|
|
2936
2936
|
}
|
|
2937
|
+
.-outline-offset-\[0\.5px\] {
|
|
2938
|
+
outline-offset: -0.5px;
|
|
2939
|
+
}
|
|
2940
|
+
.-outline-offset-\[1px\] {
|
|
2941
|
+
outline-offset: -1px;
|
|
2942
|
+
}
|
|
2937
2943
|
.outline-offset-\[-1px\] {
|
|
2938
2944
|
outline-offset: -1px;
|
|
2939
2945
|
}
|
|
@@ -3819,6 +3825,21 @@ textarea:is(:-webkit-autofill, :autofill) {
|
|
|
3819
3825
|
.data-\[state\=open\]\:duration-500[data-state="open"] {
|
|
3820
3826
|
animation-duration: 500ms;
|
|
3821
3827
|
}
|
|
3828
|
+
.data-\[highlighted\]\:hover\:bg-\[hsl\(var\(--color-bg-default-hover\)\)\]:hover[data-highlighted] {
|
|
3829
|
+
background-color: hsl(var(--color-bg-default-hover));
|
|
3830
|
+
}
|
|
3831
|
+
.data-\[highlighted\]\:hover\:\!outline-0:hover[data-highlighted] {
|
|
3832
|
+
outline-width: 0px !important;
|
|
3833
|
+
}
|
|
3834
|
+
.data-\[highlighted\]\:hover\:outline-0:hover[data-highlighted] {
|
|
3835
|
+
outline-width: 0px;
|
|
3836
|
+
}
|
|
3837
|
+
.data-\[highlighted\]\:hover\:\!outline-transparent:hover[data-highlighted] {
|
|
3838
|
+
outline-color: transparent !important;
|
|
3839
|
+
}
|
|
3840
|
+
.data-\[highlighted\]\:focus-visible\:outline-\[hsl\(var\(--color-border-focused\)\)\]:focus-visible[data-highlighted] {
|
|
3841
|
+
outline-color: hsl(var(--color-border-focused));
|
|
3842
|
+
}
|
|
3822
3843
|
.dark\:\!text-\[\#363B3F\]:is(.dark *) {
|
|
3823
3844
|
--tw-text-opacity: 1 !important;
|
|
3824
3845
|
color: rgb(54 59 63 / var(--tw-text-opacity, 1)) !important;
|
package/dist/index.es.js
CHANGED
|
@@ -45507,6 +45507,7 @@ const hxe = y.forwardRef(({ className: e, sideOffset: t = 4, ...n }, a) => /* @_
|
|
|
45507
45507
|
ref: a,
|
|
45508
45508
|
sideOffset: t,
|
|
45509
45509
|
className: S(by, e),
|
|
45510
|
+
onCloseAutoFocus: (o) => o.preventDefault(),
|
|
45510
45511
|
...n
|
|
45511
45512
|
}
|
|
45512
45513
|
) }));
|
|
@@ -45516,7 +45517,7 @@ const pxe = y.forwardRef(({ className: e, inset: t, ...n }, a) => /* @__PURE__ *
|
|
|
45516
45517
|
{
|
|
45517
45518
|
ref: a,
|
|
45518
45519
|
className: S(
|
|
45519
|
-
"relative flex cursor-pointer select-none items-center rounded-sm px-2 py-1.5 text-body-sm
|
|
45520
|
+
"relative flex cursor-pointer select-none items-center rounded-sm px-2 py-1.5 text-body-sm color-text-default transition-colors data-[disabled]:color-text-disabled data-[disabled]:pointer-events-none data-[highlighted]:focus-visible:outline-[hsl(var(--color-border-focused))] data-[highlighted]:hover:bg-[hsl(var(--color-bg-default-hover))] -outline-offset-[1px] data-[highlighted]:hover:!outline-transparent data-[highlighted]:hover:!outline-0",
|
|
45520
45521
|
t && "pl-8",
|
|
45521
45522
|
e
|
|
45522
45523
|
),
|
|
@@ -45529,7 +45530,7 @@ const yxe = y.forwardRef(({ className: e, children: t, ...n }, a) => /* @__PURE_
|
|
|
45529
45530
|
{
|
|
45530
45531
|
ref: a,
|
|
45531
45532
|
className: S(
|
|
45532
|
-
"relative flex cursor-pointer select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-body-sm outline-none color-text-default transition-colors data-[highlighted]:color-bg-default-
|
|
45533
|
+
"relative flex cursor-pointer select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-body-sm outline-none color-text-default transition-colors data-[highlighted]:focus-visible:outline-[hsl(var(--color-border-focused))] data-[highlighted]:hover:outline-0 data-[highlighted]:hover:bg-[hsl(var(--color-bg-default-hover))] -outline-offset-[0.5px] data-[disabled]:color-text-disabled data-[disabled]:pointer-events-none",
|
|
45533
45534
|
e
|
|
45534
45535
|
),
|
|
45535
45536
|
...n,
|
|
@@ -45545,7 +45546,7 @@ const mxe = y.forwardRef(({ className: e, children: t, ...n }, a) => /* @__PURE_
|
|
|
45545
45546
|
{
|
|
45546
45547
|
ref: a,
|
|
45547
45548
|
className: S(
|
|
45548
|
-
"relative flex cursor-pointer select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-body-sm outline-none color-text-default transition-colors data-[highlighted]:color-bg-default-
|
|
45549
|
+
"relative flex cursor-pointer select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-body-sm outline-none color-text-default transition-colors data-[highlighted]:focus-visible:outline-[hsl(var(--color-border-focused))] data-[highlighted]:hover:outline-0 data-[highlighted]:hover:bg-[hsl(var(--color-bg-default-hover))] -outline-offset-[0.5px] data-[disabled]:color-text-disabled data-[disabled]:pointer-events-none",
|
|
45549
45550
|
e
|
|
45550
45551
|
),
|
|
45551
45552
|
...n,
|