Files
property-match/src/components/supply/index.ts
T
Benjamin Sutter c75d3c8121 feat: F029 intelligence card system — premium AI-native CRE cards
Gold/Silver/Bronze FIFA-style score badges overlaid on location imagery.
List/grid view toggle on Results and Properties pages (persisted in
localStorage). IntelligenceMatchCard for match results grid view;
PropertyIntelligenceCard for property grid view with warm brown theme.
LocationPreview component with Google Maps link. 10 mock properties
enriched with Unsplash building images.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-18 13:25:27 +02:00

19 lines
986 B
TypeScript

export { KpiCard } from './KpiCard'
export { KpiGrid } from './KpiGrid'
export { StrongMatchMiniCard } from './StrongMatchMiniCard'
export { StrongMatchOverview } from './StrongMatchOverview'
export { DataQualityWidget } from './DataQualityWidget'
export { FutureSignalWidget } from './FutureSignalWidget'
export { ReviewTaskWidget } from './ReviewTaskWidget'
export { QuickActionPanel } from './QuickActionPanel'
export { DashboardSkeleton } from './DashboardSkeleton'
export { DashboardHeader } from './DashboardHeader'
export { PropertyCard } from './PropertyCard'
export type { PropertyCardProps } from './PropertyCard'
export { PropertyTable } from './PropertyTable'
export { PropertyFilterBar } from './PropertyFilterBar'
export type { PropertyTableFilters } from './PropertyFilterBar'
export { PropertyDetailView } from './PropertyDetailView'
export { PropertyDetailSkeleton } from './PropertyDetailSkeleton'
export { PropertyIntelligenceCard } from './PropertyIntelligenceCard'