/**
* CanadaGPT Design System
*
* Canada dark theme components and utilities for government accountability platform.
*
* @packageDocumentation
*/
// Utilities
export { cn, formatCAD, formatDate, truncate, pluralize } from './utils/utils';
// Icons
export { MapleLeafIcon, ParliamentSilhouette } from './icons/MapleLeafIcon';
export type { MapleLeafIconProps, ParliamentSilhouetteProps } from './icons/MapleLeafIcon';
// Components
export { Button } from './components/Button';
export type { ButtonProps } from './components/Button';
export { Card, CardHeader, CardTitle, CardDescription } from './components/Card';
export type {
CardProps,
CardHeaderProps,
CardTitleProps,
CardDescriptionProps,
} from './components/Card';