mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-16 08:39:40 +02:00
Svelte 5 .svelte modules only expose a default export, so 'export type { X } from "./X.svelte"' fails type-check. Move shared interfaces into adjacent .ts type files.
- shared-ui/navigation: SpotlightAction, ContentSearcher, ContentSearch{Result,Group} → types.ts
- shared-auth-ui: PasskeyManagerTranslations, TwoFactorSetupTranslations, SessionManagerTranslations → types.ts
- mana/web/page-carousel: CarouselPage → new types.ts
- mana/web: bump @vitest/* to 4.1.2 (matches lockfile)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
||
|---|---|---|
| .. | ||
| expandable-toolbar | ||
| AppDrawer.svelte | ||
| appNavigationStore.svelte.ts | ||
| GlobalSpotlight.svelte | ||
| index.ts | ||
| Navbar.svelte | ||
| NavLink.svelte | ||
| PillDropdown.svelte | ||
| PillNavigation.svelte | ||
| PillTabGroup.svelte | ||
| PillTagSelector.svelte | ||
| PillTimeRangeSelector.svelte | ||
| PillToolbar.svelte | ||
| PillToolbarButton.svelte | ||
| PillToolbarDivider.svelte | ||
| PillViewSwitcher.svelte | ||
| Sidebar.svelte | ||
| SidebarSection.svelte | ||
| TagStrip.svelte | ||
| types.ts | ||
| useGlobalSpotlight.svelte.ts | ||