mirror of
https://git.meshkee.com/Meshkee/dashboards.git
synced 2026-08-11 22:30:58 +04:30
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>
27 lines
1.1 KiB
TypeScript
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'
|