feat(TypographyMenu): merge SetupFontMenu and TypographyMenu into one component, add drawer logic for mobile resolution
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user