change structure bump version

This commit is contained in:
2026-04-26 23:34:25 +02:00
parent b522fd3127
commit 58759b0a2d
16 changed files with 23 additions and 19 deletions
@@ -5,7 +5,7 @@ import useEmblaCarousel, {
} from "embla-carousel-react";
import { ArrowLeft, ArrowRight } from "lucide-react";
import * as React from "react";
import { Button } from "@/components/ui/button";
import { Button } from "@/button";
import { cn } from "@/lib/utils";
type CarouselApi = UseEmblaCarouselType[1];
@@ -4,7 +4,7 @@ import { XIcon } from "lucide-react";
import { motion } from "motion/react";
import { Dialog as DialogPrimitive } from "radix-ui";
import type * as React from "react";
import { Button } from "@/components/ui/button";
import { Button } from "@/button";
import { cn } from "@/lib/utils";
import { cardVariants } from "./card";
@@ -3,7 +3,7 @@ import { ease } from "@unom/style";
import { cva, type VariantProps } from "class-variance-authority";
import { motion } from "motion/react";
import type { FC, ReactElement, ReactNode } from "react";
import Text from "@/components/ui/text";
import Text from "@/text";
import { cn } from "@/lib/utils";
type HeadingProps = {