refactor(GetFonts): restructure filter API and add sort store

This commit is contained in:
Ilia Mashkov
2026-03-02 22:19:59 +03:00
parent 0dd08874bc
commit efe1b4f9df
10 changed files with 1073 additions and 96 deletions

View File

@@ -4,14 +4,16 @@ export {
mapManagerToParams,
} from './lib';
export {
FONT_CATEGORIES,
FONT_PROVIDERS,
FONT_SUBSETS,
} from './model/const/const';
export { filterManager } from './model/state/manager.svelte';
export {
SORT_MAP,
SORT_OPTIONS,
type SortApiValue,
type SortOption,
sortStore,
} from './model/store/sortStore.svelte';
export {
FilterControls,
Filters,