refactor: delete BaseFontStore and UnifiedFontStore — FontStore is the single implementation

This commit is contained in:
Ilia Mashkov
2026-04-08 10:07:36 +03:00
parent ed7d31bf5c
commit 45eac0c396
7 changed files with 0 additions and 1911 deletions

View File

@@ -1,47 +1,6 @@
export type {
// Domain types
FontCategory,
FontCollectionFilters,
FontCollectionSort,
// Store types
FontCollectionState,
FontFeatures,
FontFiles,
FontItem,
FontLoadRequestConfig,
FontLoadStatus,
FontMetadata,
FontProvider,
// Fontshare API types
FontshareApiModel,
FontshareAxis,
FontshareDesigner,
FontshareFeature,
FontshareFont,
FontshareLink,
FontsharePublisher,
FontshareStyle,
FontshareStyleProperties,
FontshareTag,
FontshareWeight,
FontStyleUrls,
FontSubset,
FontVariant,
FontWeight,
FontWeightItalic,
// Google Fonts API types
GoogleFontsApiModel,
// Normalization types
UnifiedFont,
UnifiedFontVariant,
} from './types';
export {
appliedFontsManager,
createFontStore,
createUnifiedFontStore,
FontStore,
fontStore,
type UnifiedFontStore,
unifiedFontStore,
} from './store';