analytica-frontend-lib 1.0.85 → 1.0.86

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.
@@ -1783,7 +1783,7 @@ var SelectContent = forwardRef5(
1783
1783
  role: "menu",
1784
1784
  ref,
1785
1785
  className: cn(
1786
- "bg-background z-50 min-w-[210px] overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-md border-border-100",
1786
+ "bg-secondary z-50 min-w-[210px] overflow-hidden rounded-md border p-1 shadow-md border-border-100",
1787
1787
  getPositionClasses(),
1788
1788
  className
1789
1789
  ),
@@ -1828,7 +1828,7 @@ var SelectItem = forwardRef5(
1828
1828
  "aria-disabled": disabled,
1829
1829
  ref,
1830
1830
  className: `
1831
- focus-visible:bg-background-50
1831
+ bg-secondary focus-visible:bg-background-50
1832
1832
  relative flex select-none items-center gap-2 rounded-sm p-3 outline-none transition-colors [&>svg]:size-4 [&>svg]:shrink-0
1833
1833
  ${className}
1834
1834
  ${disabled ? "cursor-not-allowed text-text-400 pointer-events-none opacity-50" : "cursor-pointer hover:bg-background-50 text-text-700 focus:bg-accent focus:text-accent-foreground hover:bg-accent hover:text-accent-foreground"}