chore: move ControlId type to the entities/Font layer

This commit is contained in:
Ilia Mashkov
2026-04-16 11:19:17 +03:00
parent 5a7c61ade7
commit dde187e0b2
7 changed files with 6 additions and 8 deletions
@@ -1,7 +1,6 @@
import { DEFAULT_TYPOGRAPHY_CONTROLS_DATA } from '$entities/Font';
import { createTypographySettingsManager } from '../../lib';
export type ControlId = 'font_size' | 'font_weight' | 'line_height' | 'letter_spacing';
export const typographySettingsStore = createTypographySettingsManager(
DEFAULT_TYPOGRAPHY_CONTROLS_DATA,
'glyphdiff:comparison:typography',