buildgrid-ui 1.15.9 → 1.15.10
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.
|
@@ -12,6 +12,9 @@ export declare const Sidebar: React.FC<SidebarProps>;
|
|
|
12
12
|
export declare const SidebarHeader: ({ children, className, }: PropsWithChildren<{
|
|
13
13
|
className?: string;
|
|
14
14
|
}>) => import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
export declare const SidebarBody: ({ children, className, }: PropsWithChildren<{
|
|
16
|
+
className?: string;
|
|
17
|
+
}>) => import("react/jsx-runtime").JSX.Element;
|
|
15
18
|
export declare const SidebarNav: ({ children, className, }: PropsWithChildren<{
|
|
16
19
|
className?: string;
|
|
17
20
|
}>) => import("react/jsx-runtime").JSX.Element;
|
package/dist/buildgrid-ui.es.js
CHANGED
|
@@ -17571,10 +17571,13 @@ const OP = (e) => /* @__PURE__ */ i.jsx("div", { className: "unreset", dangerous
|
|
|
17571
17571
|
), WP = ({
|
|
17572
17572
|
children: e,
|
|
17573
17573
|
className: t
|
|
17574
|
-
}) => /* @__PURE__ */ i.jsx("
|
|
17574
|
+
}) => /* @__PURE__ */ i.jsx("div", { className: M("p-4", t), "aria-label": "Sidebar body", children: e }), HP = ({
|
|
17575
17575
|
children: e,
|
|
17576
17576
|
className: t
|
|
17577
|
-
}) => /* @__PURE__ */ i.jsx("
|
|
17577
|
+
}) => /* @__PURE__ */ i.jsx("nav", { "aria-label": "Sidebar navigation", className: t, children: e }), GP = ({
|
|
17578
|
+
children: e,
|
|
17579
|
+
className: t
|
|
17580
|
+
}) => /* @__PURE__ */ i.jsx("ul", { className: M("flex flex-col gap-2 my-4 px-4", t), children: e }), UP = ({
|
|
17578
17581
|
children: e,
|
|
17579
17582
|
className: t,
|
|
17580
17583
|
onClick: n
|
|
@@ -17588,7 +17591,7 @@ const OP = (e) => /* @__PURE__ */ i.jsx("div", { className: "unreset", dangerous
|
|
|
17588
17591
|
onClick: n,
|
|
17589
17592
|
children: e
|
|
17590
17593
|
}
|
|
17591
|
-
),
|
|
17594
|
+
), YP = ({
|
|
17592
17595
|
children: e,
|
|
17593
17596
|
className: t
|
|
17594
17597
|
}) => /* @__PURE__ */ i.jsx("footer", { className: M("mt-auto p-4 text-sm", t), "aria-label": "Sidebar footer", children: e });
|
|
@@ -17710,11 +17713,12 @@ export {
|
|
|
17710
17713
|
Rd as SelectValue,
|
|
17711
17714
|
Na as Separator,
|
|
17712
17715
|
zP as Sidebar,
|
|
17713
|
-
|
|
17716
|
+
WP as SidebarBody,
|
|
17717
|
+
YP as SidebarFooter,
|
|
17714
17718
|
VP as SidebarHeader,
|
|
17715
|
-
|
|
17716
|
-
|
|
17717
|
-
|
|
17719
|
+
GP as SidebarList,
|
|
17720
|
+
UP as SidebarListItem,
|
|
17721
|
+
HP as SidebarNav,
|
|
17718
17722
|
Be as Skeleton,
|
|
17719
17723
|
RE as Spinner,
|
|
17720
17724
|
AE as Switch,
|