@konstructio/ui
Version:
A set of reusable and customizable React components built for konstruct.io
64 lines (63 loc) • 1.05 kB
JavaScript
import { c as e } from "../../index-BNmRGtA6.js";
const a = e(
["text-slate-500", "cursor-pointer"],
{
variants: {
theme: {
kubefirst: "",
colony: "",
civo: ""
},
size: {
sm: "",
base: "",
lg: "",
xl: ""
}
},
defaultVariants: {
theme: "kubefirst"
}
}
), s = e(["flex", "gap-1", "items-center"], {
variants: {
theme: {
kubefirst: "",
colony: "",
civo: ""
},
size: {
sm: "",
base: "",
lg: "",
xl: ""
}
},
defaultVariants: {
theme: "kubefirst",
size: "base"
}
}), r = e("text-[#abadc6]", {
variants: {
theme: {
kubefirst: "",
colony: "",
civo: ""
},
size: {
sm: ["w-3", "h-3"],
base: ["w-4", "h-4"],
lg: ["w-5", "h-5"],
xl: ["w-6", "h-6"]
}
},
defaultVariants: {
theme: "kubefirst",
size: "base"
}
});
export {
s as breadcrumbVariants,
a as breadcrumbWrapperVariants,
r as chevronVariants
};