@pnkx-lib/ui 1.6.1 → 1.6.3
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.
@@ -11810,7 +11810,7 @@ const Sidebar = ({ children, menu }) => {
|
|
11810
11810
|
onMouseEnter: () => setCollapse(true),
|
11811
11811
|
onMouseLeave: () => setCollapse(false),
|
11812
11812
|
className: twMerge(
|
11813
|
-
"flex flex-col gap-y-5 border-r border-gray-
|
11813
|
+
"flex flex-col gap-y-5 border-r border-gray-400 bg-red-500 transition-all duration-300",
|
11814
11814
|
collapse ? "w-60" : "w-16"
|
11815
11815
|
),
|
11816
11816
|
children: [
|
@@ -11818,7 +11818,7 @@ const Sidebar = ({ children, menu }) => {
|
|
11818
11818
|
"div",
|
11819
11819
|
{
|
11820
11820
|
className: twMerge(
|
11821
|
-
"flex h-16 shrink-0 items-center justify-center bg-[#
|
11821
|
+
"flex h-16 shrink-0 items-center justify-center bg-[#ffffff]"
|
11822
11822
|
),
|
11823
11823
|
children: /* @__PURE__ */ jsxRuntimeExports.jsx(
|
11824
11824
|
"img",
|
@@ -12579,4 +12579,4 @@ const ConfirmModal = ({
|
|
12579
12579
|
};
|
12580
12580
|
|
12581
12581
|
export { Alert as A, Button as B, CascaderField as C, Dropdown as D, Anchor as E, Flex as F, Appfix as G, Heading as H, AutoComplete as I, PnkxCollapse as J, PnkxColorPicker as K, Layout as L, Modal as M, Empty as N, Image as O, Popover as P, QRCode as Q, Row as R, Skeleton as S, Table as T, BulkAction as U, ConfirmModal as V, Watermark as W, 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, Spin as p, Drawer as q, Popconfirm as r, Result as s, typeColorMap as t, Rate as u, Segmented as v, Statistic as w, Timeline as x, Tour as y, Tree as z };
|
12582
|
-
//# sourceMappingURL=ConfirmModal-
|
12582
|
+
//# sourceMappingURL=ConfirmModal-Bt_bPSWr.js.map
|