Files
dashboards/packages/dashboard-ui/src/index.ts
T
Alireza HassaniandCursor 66004a0fba Add FA/EN locale, home activity charts, and theme-aware polish.
Ship shared LocaleProvider, business/customer i18n, branding defaultLocale, curated home tiles with dual 30-day charts, and chart/page aura tokens; refresh PROJECT_CONTEXT.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-01 09:35:27 +03:30

27 lines
1.1 KiB
TypeScript

export {
AddressListEditor,
createEmptyAddressItem,
getLocationOptionLabel,
matchCityByName,
matchProvinceByName,
type AddressListEditorLabels,
type AddressListItem,
type AddressLocale,
type CityOption,
} from './components/AddressListEditor'
export { Breadcrumbs, type BreadcrumbItem } from './components/Breadcrumbs'
export { Pagination } from './components/Pagination'
export type { PaginationProps } from './components/Pagination'
export { SectionCard } from './components/SectionCard'
export { RouteLoader } from './components/RouteLoader'
export { createDomainGuard, type DomainGuardConfig } from './components/createDomainGuard'
export { ToastProvider, useToast, type ToastVariant } from './context/ToastContext'
export {
PasswordResetModal,
type ChangePasswordHandler,
type PasswordResetModalProps,
} from './components/PasswordResetModal'
export { LanguageSelect } from './components/LanguageSelect'
export { LocaleProvider, useLocale } from './context/LocaleContext'
export { useDashboardDocumentTitle } from './hooks/useDashboardDocumentTitle'