chore: purge shadcn from codebase. Replace with bits-ui components and other tools

This commit is contained in:
Ilia Mashkov
2026-04-17 13:37:44 +03:00
parent 0004b81e40
commit 8a93c7b545
55 changed files with 90 additions and 351 deletions
@@ -4,7 +4,7 @@
-->
<script lang="ts">
import { typographySettingsStore } from '$features/SetupFont';
import { cn } from '$shared/shadcn/utils/shadcn-utils';
import clsx from 'clsx';
import { comparisonStore } from '../../model';
interface Props {
@@ -52,7 +52,7 @@ $effect(() => {
>
{#each [0, 1] as s (s)}
<span
class={cn(
class={clsx(
'char-inner',
'transition-colors duration-300',
isPast