🖌️ feat: add animation styles for popovers and tooltips (#8831)

* feat: Update client version to 0.2.2 and add animation styles for popovers and tooltips

* refactor: Remove focus outline styles from Dropdown component

* feat: Update client version to 0.2.3 and add Select component export

---------

Co-authored-by: Danny Avila <danny@librechat.ai>
This commit is contained in:
Marco Beretta 2025-08-04 20:44:00 +02:00 committed by GitHub
parent 33834cd484
commit dfdafdbd09
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 133 additions and 3 deletions

View file

@ -4,6 +4,7 @@ import { Search, ChevronDown } from 'lucide-react';
import { useMemo, useState, useRef, memo, useEffect } from 'react';
import { SelectRenderer } from '@ariakit/react-core/select/select-renderer';
import type { OptionWithIcon } from '~/common';
import './AnimatePopover.css';
import { cn } from '~/utils';
interface ControlComboboxProps {