2026-05-24 20:00:43 +03:00
|
|
|
// Font lifecycle manager (browser-side load + cache + eviction)
|
|
|
|
|
export * from './fontLifecycleManager/fontLifecycleManager.svelte';
|
2026-04-08 09:55:40 +03:00
|
|
|
|
2026-05-24 20:00:43 +03:00
|
|
|
// Paginated catalog
|
2026-04-08 09:55:40 +03:00
|
|
|
export {
|
2026-05-24 20:00:43 +03:00
|
|
|
createFontCatalogStore,
|
|
|
|
|
FontCatalogStore,
|
|
|
|
|
fontCatalogStore,
|
|
|
|
|
} from './fontCatalogStore/fontCatalogStore.svelte';
|
2026-05-31 17:49:59 +03:00
|
|
|
|
|
|
|
|
// Batch fetch by IDs (detail-cache seeding)
|
|
|
|
|
export { FontsByIdsStore } from './fontsByIdsStore/fontsByIdsStore.svelte';
|