feat(TypographyMenu): merge SetupFontMenu and TypographyMenu into one component, add drawer logic for mobile resolution

This commit is contained in:
Ilia Mashkov
2026-02-07 19:15:04 +03:00
parent cb0e89b257
commit 4d7ae6c1c6
5 changed files with 98 additions and 65 deletions

View File

@@ -1,7 +1,4 @@
export {
SetupFontMenu,
TypographyMenu,
} from './ui';
export { TypographyMenu } from './ui';
export {
type ControlId,
@@ -20,6 +17,9 @@ export {
MIN_FONT_SIZE,
MIN_FONT_WEIGHT,
MIN_LINE_HEIGHT,
MULTIPLIER_L,
MULTIPLIER_M,
MULTIPLIER_S,
} from './model';
export {