UNPKG

@konstructio/ui

Version:

A set of reusable and customizable React components built for konstruct.io

76 lines (75 loc) 1.27 kB
import { c as e } from "../../index-BNmRGtA6.js"; const n = e( [ "[&::-webkit-inner-spin-button]:appearance-none", "[&::-webkit-outer-spin-button]:appearance-none", "[-moz-appearance:textfield]", "appearance-none", "border", "border-x-0", "focus-visible:outline-none", "focus-visible:ring-transparent", "h-9", "max-w-16", "text-right", "px-3" ], { variants: { theme: { colony: [], kubefirst: [], civo: "" } }, defaultVariants: { theme: "kubefirst" } } ), a = e( [ "h-9", "w-9", "flex", "items-center", "justify-center", "border", "text-slate-400" ], { variants: { theme: { colony: [], kubefirst: [], civo: "" }, button: { left: ["rounded-e"], rigth: ["rounded-s"] } }, defaultVariants: { theme: "kubefirst" } } ), r = e(["cursor-pointer"], { variants: { variant: { default: "" }, theme: { kubefirst: "", colony: "", civo: "" } }, defaultVariants: { variant: "default", theme: "kubefirst" } }); export { a as buttonVariants, r as labelVariants, n as numberInputVariants };