refactor(AdjustTypography): consume typography-control module from its new home

This commit is contained in:
Ilia Mashkov
2026-05-31 17:04:51 +03:00
parent 7834c7cbf2
commit c613d4cf88
3 changed files with 21 additions and 18 deletions
@@ -5,11 +5,6 @@
Desktop: inline bar with combo controls.
-->
<script lang="ts">
import {
MULTIPLIER_L,
MULTIPLIER_M,
MULTIPLIER_S,
} from '$entities/Font';
import type { ResponsiveManager } from '$shared/lib';
import { cn } from '$shared/lib';
import {
@@ -24,7 +19,12 @@ import { Popover } from 'bits-ui';
import { getContext } from 'svelte';
import { cubicOut } from 'svelte/easing';
import { fly } from 'svelte/transition';
import { typographySettingsStore } from '../../model';
import {
MULTIPLIER_L,
MULTIPLIER_M,
MULTIPLIER_S,
typographySettingsStore,
} from '../../model';
interface Props {
/**