From cb9c8e50613c9eb9f8c55c870d1a3e776b07bf0c Mon Sep 17 00:00:00 2001 From: david Date: Tue, 14 Oct 2025 15:54:42 +0200 Subject: [PATCH] =?UTF-8?q?Actualizaci=C3=B3n=20shadcn/ui?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/shadcn-ui/src/components/index.tsx | 7 +++++++ packages/shadcn-ui/src/components/input-otp.tsx | 2 -- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/packages/shadcn-ui/src/components/index.tsx b/packages/shadcn-ui/src/components/index.tsx index 49eb7f39..d987f423 100644 --- a/packages/shadcn-ui/src/components/index.tsx +++ b/packages/shadcn-ui/src/components/index.tsx @@ -5,6 +5,7 @@ export * from "./aspect-ratio.tsx"; export * from "./avatar.tsx"; export * from "./badge.tsx"; export * from "./breadcrumb.tsx"; +export * from "./button-group.tsx"; export * from "./button.tsx"; export * from "./calendar.tsx"; export * from "./card.tsx"; @@ -17,9 +18,14 @@ export * from "./dialog.tsx"; export * from "./drawer.tsx"; export * from "./dropdown-menu.tsx"; export * from "./empty.tsx"; +export * from "./field.tsx"; export * from "./form.tsx"; export * from "./hover-card.tsx"; +export * from "./input-group.tsx"; +export * from "./input-otp.tsx"; export * from "./input.tsx"; +export * from "./item.tsx"; +export * from "./kbd.tsx"; export * from "./label.tsx"; export * from "./menubar.tsx"; export * from "./navigation-menu.tsx"; @@ -36,6 +42,7 @@ export * from "./sidebar.tsx"; export * from "./skeleton.tsx"; export * from "./slider.tsx"; export * from "./sonner.tsx"; +export * from "./spinner.tsx"; export * from "./switch.tsx"; export * from "./table.tsx"; export * from "./tabs.tsx"; diff --git a/packages/shadcn-ui/src/components/input-otp.tsx b/packages/shadcn-ui/src/components/input-otp.tsx index 4511ea4c..9c4c9328 100644 --- a/packages/shadcn-ui/src/components/input-otp.tsx +++ b/packages/shadcn-ui/src/components/input-otp.tsx @@ -1,5 +1,3 @@ -"use client" - import * as React from "react" import { OTPInput, OTPInputContext } from "input-otp" import { MinusIcon } from "lucide-react"