I purchased dashboardpack-zenith but the zip that was sent it incomplete
in the dashboardpack-zenith.zip file it says you need dashboard-core as a dependency (see below) but it is not included in the dashboard zenith template pack. please provide a link to this file.
@dashboardpack/core (Local Dependency)
Linked via file:../dashboardpack-core. This is the shared component library across DashboardPack templates. It provides:
- UI primitives (
components/ui/) — 30+ shadcn/ui-style components (button, card, dialog, form, data-table, etc.) - Shared components (
components/shared/) —PageHeader,EmptyState,ConfirmDialog,DataTable,LazyChart,DateRangePicker - Providers (
providers/) —ThemeProvider(dark/light/system),SidebarProvider(collapse state, layout mode, container mode) - Mock data (
lib/data/) — All page data (orders, products, customers, invoices, users, analytics, chat, mail, kanban, calendar, files, notifications) - Data types (
lib/data/types.ts) — Shared TypeScript interfaces for all data models - i18n (
lib/i18n/) —LocaleProvider,useTranslations()hook, message files (en, de, fr) - Utilities (
lib/utils.ts) —cn()helper (clsx + tailwind-merge)
When adding new pages, mock data goes in @dashboardpack/core/lib/data/, not in the Zenith repo. Import pattern: import { orders } from "@dashboardpack/core/lib/data".