- Renomear /relatorios/categorias para /relatorios/tendencias - Renomear /relatorios/cartoes para /relatorios/uso-cartoes - Criar componente CategoryIconBadge unificado com cores dinâmicas - Atualizar cards de categorias com novo layout (ações no footer) - Atualizar cards de orçamentos com CategoryIconBadge - Adicionar tooltip detalhado nas células de tendências (valor anterior e diferença) - Adicionar dot colorido (verde/vermelho) para indicar tipo de categoria Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
14 lines
572 B
TypeScript
14 lines
572 B
TypeScript
export { CategoryCell } from "./category-cell";
|
|
export { CategoryReportCards } from "./category-report-cards";
|
|
export { CategoryReportChart } from "./category-report-chart";
|
|
export { CategoryReportExport } from "./category-report-export";
|
|
export { CategoryReportFilters } from "./category-report-filters";
|
|
export { CategoryReportPage } from "./category-report-page";
|
|
export { CategoryReportTable } from "./category-report-table";
|
|
export { CategoryTable } from "./category-table";
|
|
export type {
|
|
CategoryOption,
|
|
CategoryReportFiltersProps,
|
|
FilterState,
|
|
} from "./types";
|