diff --git a/.gitea/workflows/workflow.yml b/.gitea/workflows/workflow.yml index a9b8fb8..fbbc796 100644 --- a/.gitea/workflows/workflow.yml +++ b/.gitea/workflows/workflow.yml @@ -41,7 +41,7 @@ jobs: run: yarn lint - name: Type Check - run: yarn check:shadcn-excluded + run: yarn check publish: needs: build # Only runs if tests/lint pass diff --git a/.storybook/Decorator.svelte b/.storybook/Decorator.svelte index 9fb3e94..38af10e 100644 --- a/.storybook/Decorator.svelte +++ b/.storybook/Decorator.svelte @@ -4,7 +4,7 @@ This provides: - ResponsiveManager context for breakpoint tracking - - TooltipProvider for shadcn Tooltip components + - TooltipProvider for tooltip components -->
{#snippet icon()} diff --git a/src/features/SetupFont/ui/TypographyMenu/TypographyMenu.svelte b/src/features/SetupFont/ui/TypographyMenu/TypographyMenu.svelte index 6f517e9..05bd94e 100644 --- a/src/features/SetupFont/ui/TypographyMenu/TypographyMenu.svelte +++ b/src/features/SetupFont/ui/TypographyMenu/TypographyMenu.svelte @@ -12,7 +12,6 @@ import { MULTIPLIER_S, } from '$entities/Font'; import type { ResponsiveManager } from '$shared/lib'; -import { cn } from '$shared/shadcn/utils/shadcn-utils'; import { ComboControl, ControlGroup, @@ -21,6 +20,7 @@ import { import Settings2Icon from '@lucide/svelte/icons/settings-2'; import XIcon from '@lucide/svelte/icons/x'; import { Popover } from 'bits-ui'; +import clsx from 'clsx'; import { getContext } from 'svelte'; import { cubicOut } from 'svelte/easing'; import { fly } from 'svelte/transition'; @@ -74,7 +74,7 @@ $effect(() => { {#snippet child({ props })}