/** * Style definitions for the Dialog component. * * Provides StyleSlots for each visual region and CVA variants * for sub-component styling. Uses only CSS variable utilities; * never hard-coded color values. * * @module @mks2508/mks-ui/react/ui/Dialog/Dialog.styles */ import type { StyleSlots } from '../../../core/types'; import type { DialogSlot } from './Dialog.types'; /** * Default Tailwind classes for each Dialog visual region. * Consumers override via the `slots` prop; the merge order is: * `base -> slots -> className`. * * @example * ```typescript * import { dialogStyles } from './Dialog.styles'; * // dialogStyles.backdrop => 'fixed inset-0 z-50 bg-black/80' * ``` */ export declare const dialogStyles: StyleSlots; //# sourceMappingURL=Dialog.styles.d.ts.map