analytica-frontend-lib 1.1.66 → 1.1.68

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.mjs CHANGED
@@ -2763,7 +2763,7 @@ var Search = forwardRef11(
2763
2763
  ref,
2764
2764
  id: inputId,
2765
2765
  type: "text",
2766
- className: `w-full py-0 px-4 pl-10 ${showClearButton ? "pr-10" : "pr-4"} font-normal text-text-900 focus:outline-primary-950 border rounded-full bg-primary border-border-300 focus:border-2 focus:border-primary-950 h-10 placeholder:text-text-600 ${getInputStateClasses(disabled, readOnly)} ${className}`,
2766
+ className: `w-full py-0 px-4 pl-10 ${showClearButton ? "pr-10" : "pr-4"} font-normal text-text-900 focus:outline-primary-950 border rounded-full bg-background focus:bg-primary-50 border-border-300 focus:border-2 focus:border-primary-950 h-10 placeholder:text-text-600 ${getInputStateClasses(disabled, readOnly)} ${className}`,
2767
2767
  value,
2768
2768
  onChange: handleInputChange,
2769
2769
  disabled,
@@ -7180,7 +7180,7 @@ var MenuItem = forwardRef17(
7180
7180
  {
7181
7181
  className: cn(
7182
7182
  "border-b border-text-600 hover:border-primary-600 text-inherit text-xs",
7183
- selectedValue === value ? "border-b-0 font-bold" : "border-b-primary-200"
7183
+ selectedValue === value ? "border-b-0 font-bold" : "border-b-text-600"
7184
7184
  ),
7185
7185
  children
7186
7186
  }