managarten/packages/shared-auth-ui/src
Till JS 440f6507f1 fix: extract types from .svelte files for proper named re-exports
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>
2026-04-07 13:53:13 +02:00
..
components fix: extract types from .svelte files for proper named re-exports 2026-04-07 13:53:13 +02:00
pages feat: rename ManaCore to Mana across entire codebase 2026-04-05 20:00:13 +02:00
stores feat: rename ManaCore to Mana across entire codebase 2026-04-05 20:00:13 +02:00
utils feat(shared-auth-ui): add GuestRegistrationNudge + complete feature texts + improve seed data 2026-04-01 12:16:55 +02:00
index.ts fix: extract types from .svelte files for proper named re-exports 2026-04-07 13:53:13 +02:00
types.ts fix: extract types from .svelte files for proper named re-exports 2026-04-07 13:53:13 +02:00