refactor(features, widgets): update ThemeManager, FontSampler, FontSearch, and SampleList

This commit is contained in:
Ilia Mashkov
2026-03-02 22:20:48 +03:00
parent 0fa3437661
commit 55e2efc222
14 changed files with 1512 additions and 115 deletions

View File

@@ -1,5 +1,15 @@
export { ComparisonSlider } from './ComparisonSlider';
export { FontSearch } from './FontSearch';
/**
* Widgets layer
*
* Composed UI blocks that combine features and entities into complete
* user-facing components.
*/
export { ComparisonView } from './ComparisonView';
export {
FontSearch,
FontSearchSection,
} from './FontSearch';
export {
SampleList,
SampleListSection,