Initial commit: Meshkee dashboards monorepo.

Includes business, customer, and super-admin apps with shared packages and production deploy scripts.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Alireza Hassani
2026-07-22 13:48:53 +03:30
co-authored by Cursor
commit f566387c61
509 changed files with 62690 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
export {
AddressListEditor,
createEmptyAddressItem,
getLocationOptionLabel,
matchCityByName,
matchProvinceByName,
type AddressListItem,
type AddressLocale,
type CityOption,
} from './components/AddressListEditor'
export { Breadcrumbs, type BreadcrumbItem } from './components/Breadcrumbs'
export { Pagination } 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 { useDashboardDocumentTitle } from './hooks/useDashboardDocumentTitle'