@konstructio/ui
Version:
A set of reusable and customizable React components built for konstruct.io
33 lines (32 loc) • 540 B
JavaScript
import { c as r } from "../../index-D29mdTf5.js";
const e = r([
"duration-200",
"ease-linear",
"flex",
"flex-col",
"flex-shrink-0",
"group/sidebar",
"h-full",
"px-4",
"relative",
"transition-all",
"w-18",
"md:w-64",
"bg-kubefirst-dark-blue-900"
]), o = r([
"absolute",
"top-0",
"right-0",
"h-full",
"opacity-0",
"group-hover/sidebar:opacity-100",
"cursor-col-resize",
"w-[2px]",
"shadow",
"shadow-slate-200",
"bg-slate-200"
]);
export {
o as dragVariants,
e as wrapperSiderbarVariants
};