sunpeak 0.5.13 → 0.5.14

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.
package/dist/index.js CHANGED
@@ -7359,7 +7359,7 @@ const Segment = ({ children, ...restProps }) => {
7359
7359
  SegmentedControl.Option = Segment;
7360
7360
  function SimpleSidebar({ children, controls }) {
7361
7361
  return /* @__PURE__ */ jsxs("div", { className: "flex h-screen w-full overflow-hidden", children: [
7362
- /* @__PURE__ */ jsx("aside", { className: "hidden md:flex w-56 flex-col border-r border-subtle bg-background h-screen overflow-y-auto", children: /* @__PURE__ */ jsx("div", { className: "p-3", children: /* @__PURE__ */ jsx("div", { className: "space-y-3", children: /* @__PURE__ */ jsxs("div", { children: [
7362
+ /* @__PURE__ */ jsx("aside", { className: "max-md:hidden md:flex w-56 flex-col border-r border-subtle bg-background h-screen overflow-y-auto", children: /* @__PURE__ */ jsx("div", { className: "p-3", children: /* @__PURE__ */ jsx("div", { className: "space-y-3", children: /* @__PURE__ */ jsxs("div", { children: [
7363
7363
  /* @__PURE__ */ jsx("h2", { className: "text-xs font-semibold sticky top-0 bg-background z-10", children: "Controls" }),
7364
7364
  controls
7365
7365
  ] }) }) }) }),