# Javelle studio overlay manifest
# Each line is a destination path relative to the project root.
# Lines starting with `+` are appended to existing files (otherwise overwrite).
# The literal `__PKG__` is substituted with the project source package
# (dots in file content, slashes in paths).

# Layout
src/main/resources/__PKG__/layouts/MainLayout.html

# Components — app shell
src/main/resources/__PKG__/components/AppShell.html
src/main/resources/__PKG__/components/SideNav.html
src/main/resources/__PKG__/components/TopBar.html
src/main/resources/__PKG__/components/Breadcrumbs.html
src/main/resources/__PKG__/components/CommandPalette.html
src/main/resources/__PKG__/components/UserMenu.html
src/main/resources/__PKG__/components/NotificationsDrawer.html
src/main/resources/__PKG__/components/ThemeSwitcher.html

# Components — primitives
src/main/resources/__PKG__/components/StatCard.html
src/main/resources/__PKG__/components/LineChartCard.html
src/main/resources/__PKG__/components/DataTable.html
src/main/resources/__PKG__/components/EmptyState.html
src/main/resources/__PKG__/components/KbdHint.html
src/main/resources/__PKG__/components/ActivityFeed.html

# Pages
src/main/resources/__PKG__/pages/HomePage.html
src/main/resources/__PKG__/pages/AnalyticsPage.html
src/main/resources/__PKG__/pages/CustomersPage.html
src/main/resources/__PKG__/pages/CustomerDetailPage.html
src/main/resources/__PKG__/pages/BillingPage.html
src/main/resources/__PKG__/pages/TeamPage.html
src/main/resources/__PKG__/pages/IntegrationsPage.html
src/main/resources/__PKG__/pages/AuditPage.html
src/main/resources/__PKG__/pages/SettingsPage.html
src/main/resources/__PKG__/pages/LoginPage.html

# Styles (append to existing app.css)
+src/main/resources/styles/app.css
