managarten/packages/shared-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
..
actions feat(shared-ui): add focusTrap action and apply to shared Modal 2026-03-24 10:04:04 +01:00
atoms feat: rename ManaCore to Mana across entire codebase 2026-04-05 20:00:13 +02:00
bottom-stack feat: rename ManaCore to Mana across entire codebase 2026-04-05 20:00:13 +02:00
charts feat(shared-ui): add unified statistics components with theme support 2025-12-10 21:12:07 +01:00
command-bar feat: rename ManaCore to Mana across entire codebase 2026-04-05 20:00:13 +02:00
components feat: rename ManaCore to Mana across entire codebase 2026-04-05 20:00:13 +02:00
context-menu fix: resolve all 40 Svelte dev warnings for clean startup 2026-04-03 12:01:17 +02:00
dnd chore: complete ManaCore → Mana rename (docs, go modules, plists, images) 2026-04-07 12:26:10 +02:00
help feat: rename ManaCore to Mana across entire codebase 2026-04-05 20:00:13 +02:00
molecules feat: rename ManaCore to Mana across entire codebase 2026-04-05 20:00:13 +02:00
navigation fix: extract types from .svelte files for proper named re-exports 2026-04-07 13:53:13 +02:00
onboarding feat: rename ManaCore to Mana across entire codebase 2026-04-05 20:00:13 +02:00
organisms feat: rename ManaCore to Mana across entire codebase 2026-04-05 20:00:13 +02:00
pages feat: rename ManaCore to Mana across entire codebase 2026-04-05 20:00:13 +02:00
quick-input feat: rename ManaCore to Mana across entire codebase 2026-04-05 20:00:13 +02:00
settings feat: rename ManaCore to Mana across entire codebase 2026-04-05 20:00:13 +02:00
test feat(shared-ui): add TagChip component and tag component tests 2026-04-02 14:24:19 +02:00
toast feat: rename ManaCore to Mana across entire codebase 2026-04-05 20:00:13 +02:00
index.ts refactor: consolidate codebase — remove archived code, deduplicate packages, standardize middleware 2026-04-03 12:55:58 +02:00