@pnkx-lib/ui 1.4.6 → 1.4.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11277,7 +11277,7 @@ const Sidebar = ({ children, menu }) => {
|
|
11277
11277
|
{
|
11278
11278
|
onMouseEnter: () => setCollapse(true),
|
11279
11279
|
onMouseLeave: () => setCollapse(false),
|
11280
|
-
className: `flex flex-col gap-y-5 ${collapse ? "w-60" : "w-16"} border-r border-gray-200 bg-[#
|
11280
|
+
className: `flex flex-col gap-y-5 ${collapse ? "w-60" : "w-16"} border-r border-gray-200 bg-[#2e247d] transition-all duration-300`,
|
11281
11281
|
children: [
|
11282
11282
|
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "flex h-16 shrink-0 items-center justify-center bg-[#FFFFFF]", children: /* @__PURE__ */ jsxRuntimeExports.jsx(
|
11283
11283
|
"img",
|
@@ -11441,4 +11441,4 @@ const Divider = ({ children, ...rest }) => {
|
|
11441
11441
|
};
|
11442
11442
|
|
11443
11443
|
export { Button as B, CascaderField as C, Dropdown as D, Flex as F, Heading as H, Layout as L, Modal as M, Popover as P, Row as R, Skeleton as S, Table as T, Tooltip as a, Tabs as b, SearchFiltersForm as c, Container as d, Badge as e, Col as f, Breadcrumb as g, Space as h, Splitter as i, Menu as j, Pagination as k, Steps as l, Sidebar as m, Tag as n, Divider as o, typeColorMap as t };
|
11444
|
-
//# sourceMappingURL=Divider-
|
11444
|
+
//# sourceMappingURL=Divider-BdQZN4uJ.js.map
|