Add a ne model and card design across pages

This commit is contained in:
Urtzi Alfaro
2025-08-31 10:46:13 +02:00
parent ab21149acf
commit a8b73e22ea
14 changed files with 1865 additions and 820 deletions

View File

@@ -14,6 +14,8 @@ export { ProgressBar } from './ProgressBar';
export { StatusIndicator } from './StatusIndicator';
export { ListItem } from './ListItem';
export { StatsCard, StatsGrid } from './Stats';
export { StatusCard, getStatusColor } from './StatusCard';
export { StatusModal } from './StatusModal';
// Export types
export type { ButtonProps } from './Button';
@@ -30,4 +32,6 @@ export type { ThemeToggleProps } from './ThemeToggle';
export type { ProgressBarProps } from './ProgressBar';
export type { StatusIndicatorProps } from './StatusIndicator';
export type { ListItemProps } from './ListItem';
export type { StatsCardProps, StatsCardVariant, StatsCardSize, StatsGridProps } from './Stats';
export type { StatsCardProps, StatsCardVariant, StatsCardSize, StatsGridProps } from './Stats';
export type { StatusCardProps, StatusIndicatorConfig } from './StatusCard';
export type { StatusModalProps, StatusModalField, StatusModalSection, StatusModalAction } from './StatusModal';