@fileverse/ui 5.1.8-dropdownmenu-4 → 5.1.8-dropdownmenu-7

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 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;