move css variables and tailwind theme config into ui package

This commit is contained in:
Gregor Vostrak
2025-11-12 16:38:43 +01:00
parent 09fb5aa48e
commit 947550d639
6 changed files with 382 additions and 355 deletions

View File

@@ -1,5 +1,5 @@
<script lang="ts" setup>
import { cn, buttonVariants } from '@solidtime/ui';
import { cn, buttonVariants } from '@/packages/ui/src/index';
import { ChevronRight } from 'lucide-vue-next';
import { CalendarNext, type CalendarNextProps, useForwardProps } from 'reka-ui';
import { computed, type HTMLAttributes } from 'vue';