/** * Onboarding Selection & Interaction Feedback Animations * * IMPORTANT: These values are COPIED VERBATIM from the original components. * DO NOT MODIFY WITHOUT APPROVAL. */ import type React from "react"; /** * COPIED VERBATIM FROM: components/onboarding/steps/card-grid-step.tsx:194-197 * Used when a card with dropdown is selected */ export declare const CONDITIONAL_DROPDOWN: { className: string; style: React.CSSProperties; }; /** * COPIED VERBATIM FROM: components/onboarding/primitives/onboarding-select.tsx:83-85 * Radix UI Select content animation classes */ export declare const SELECT_CONTENT_CLASSES: { /** Animation when closing */ closed: string; /** Animation when opening from bottom */ openFromBottom: string; /** Animation when opening from top */ openFromTop: string; }; /** * Combined select content animation classes */ export declare const SELECT_ANIMATION_CLASSES: string; /** * Card press/active state * Common pattern used across selectable cards */ export declare const CARD_PRESS_CLASSES: { /** Scale down slightly on active/press */ active: string; /** Smooth transition for all properties */ transition: string; }; /** * COPIED VERBATIM FROM: components/onboarding/steps/file-upload-step.tsx:550-556 * Progress bar animation classes */ export declare const PROGRESS_BAR: { className: string; }; //# sourceMappingURL=feedback.d.ts.map