Add new page designs

This commit is contained in:
Urtzi Alfaro
2025-08-30 19:11:15 +02:00
parent 221781731c
commit 62b1ab9cb1
12 changed files with 2129 additions and 1240 deletions

View File

@@ -13,6 +13,7 @@ export { ThemeToggle } from './ThemeToggle';
export { ProgressBar } from './ProgressBar';
export { StatusIndicator } from './StatusIndicator';
export { ListItem } from './ListItem';
export { StatsCard, StatsGrid } from './Stats';
// Export types
export type { ButtonProps } from './Button';
@@ -28,4 +29,5 @@ export type { DatePickerProps } from './DatePicker';
export type { ThemeToggleProps } from './ThemeToggle';
export type { ProgressBarProps } from './ProgressBar';
export type { StatusIndicatorProps } from './StatusIndicator';
export type { ListItemProps } from './ListItem';
export type { ListItemProps } from './ListItem';
export type { StatsCardProps, StatsCardVariant, StatsCardSize, StatsGridProps } from './Stats';