@konstructio/ui
Version:
A set of reusable and customizable React components built for konstruct.io
33 lines (32 loc) • 564 B
JavaScript
import { t as a } from "../../dist-Bcn6lMQe.js";
var e = a([
"flex",
"flex-col",
"shrink-0",
"group/sidebar",
"h-full",
"relative",
"bg-kubefirst-dark-blue-900"
], {
variants: { mode: {
expanded: ["w-64"],
collapsed: ["w-18"]
} },
defaultVariants: { mode: "expanded" }
}), o = a([
"absolute",
"top-0",
"right-0",
"h-full",
"opacity-0",
"group-hover/sidebar:opacity-100",
"cursor-col-resize",
"w-0.5",
"shadow",
"shadow-slate-200",
"bg-slate-200"
]);
export {
o as dragVariants,
e as wrapperSiderbarVariants
};