refactor: consolidate font domain and model types into font.ts
All checks were successful
Workflow / build (pull_request) Successful in 59s
Workflow / publish (pull_request) Has been skipped

This commit is contained in:
Ilia Mashkov
2026-04-10 17:29:15 +03:00
parent 5f38996665
commit d9fa2bc501
6 changed files with 83 additions and 104 deletions

View File

@@ -1,15 +1,7 @@
/**
* ============================================================================
* UNIFIED FONT STORE EXPORTS
* ============================================================================
*
* Single export point for the unified font store infrastructure.
*/
// Applied fonts manager (CSS loading - unchanged)
// Applied fonts manager
export { appliedFontsManager } from './appliedFontsStore/appliedFontsStore.svelte';
// Single FontStore (new implementation)
// Single FontStore
export {
createFontStore,
FontStore,