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.
@@ -1792,7 +1792,7 @@ var SelectContent = (0, import_react6.forwardRef)(
1792
1792
  role: "menu",
1793
1793
  ref,
1794
1794
  className: cn(
1795
- "bg-background z-50 min-w-[210px] overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-md border-border-100",
1795
+ "bg-secondary z-50 min-w-[210px] overflow-hidden rounded-md border p-1 shadow-md border-border-100",
1796
1796
  getPositionClasses(),
1797
1797
  className
1798
1798
  ),
@@ -1837,7 +1837,7 @@ var SelectItem = (0, import_react6.forwardRef)(
1837
1837
  "aria-disabled": disabled,
1838
1838
  ref,
1839
1839
  className: `
1840
- focus-visible:bg-background-50
1840
+ bg-secondary focus-visible:bg-background-50
1841
1841
  relative flex select-none items-center gap-2 rounded-sm p-3 outline-none transition-colors [&>svg]:size-4 [&>svg]:shrink-0
1842
1842
  ${className}
1843
1843
  ${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"}