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.js CHANGED
@@ -2885,7 +2885,7 @@ var Search = (0, import_react14.forwardRef)(
2885
2885
  ref,
2886
2886
  id: inputId,
2887
2887
  type: "text",
2888
- 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}`,
2888
+ 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}`,
2889
2889
  value,
2890
2890
  onChange: handleInputChange,
2891
2891
  disabled,
@@ -7245,7 +7245,7 @@ var MenuItem = (0, import_react24.forwardRef)(
7245
7245
  {
7246
7246
  className: cn(
7247
7247
  "border-b border-text-600 hover:border-primary-600 text-inherit text-xs",
7248
- selectedValue === value ? "border-b-0 font-bold" : "border-b-primary-200"
7248
+ selectedValue === value ? "border-b-0 font-bold" : "border-b-text-600"
7249
7249
  ),
7250
7250
  children
7251
7251
  }