diff --git a/.changeset/lucky-boxes-fry.md b/.changeset/lucky-boxes-fry.md new file mode 100644 index 0000000..eb5196a --- /dev/null +++ b/.changeset/lucky-boxes-fry.md @@ -0,0 +1,5 @@ +--- +"@zenml-io/react-component-library": patch +--- + +export buttonVariants diff --git a/src/components/Button/Button.tsx b/src/components/Button/Button.tsx index 1df2dcc..99b4582 100644 --- a/src/components/Button/Button.tsx +++ b/src/components/Button/Button.tsx @@ -3,7 +3,7 @@ import { cva, type VariantProps } from "class-variance-authority"; import React, { ButtonHTMLAttributes, forwardRef } from "react"; import { cn } from "../../utilities/index"; -const buttonVariants = cva( +export const buttonVariants = cva( "transition-all rounded-md duration-200 flex gap-0.5 items-center font-semibold disabled:pointer-events-none", { variants: {