ui-mathilde-web 0.11.15 → 0.11.16

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.
@@ -20271,7 +20271,7 @@ const l7 = ({
20271
20271
  height: "100vh",
20272
20272
  display: "flex",
20273
20273
  flexDirection: "column",
20274
- width: c ? "70px" : "275px",
20274
+ width: c ? "60px" : "275px",
20275
20275
  transition: "all 400ms ease-in-out",
20276
20276
  borderRadius: "20px",
20277
20277
  boxShadow: "5px 0px 10px 0px #00000040;",
@@ -20282,7 +20282,7 @@ const l7 = ({
20282
20282
  /* @__PURE__ */ p("div", { className: `${c ? "mx-auto" : ""} mb-4 mt-10 `, children: /* @__PURE__ */ p("a", { href: t || "/", children: /* @__PURE__ */ p(
20283
20283
  "div",
20284
20284
  {
20285
- className: "overflow-hidden mx-4",
20285
+ className: "overflow-hidden mx-3",
20286
20286
  style: {
20287
20287
  width: `${N}px`,
20288
20288
  transition: "width 400ms ease-in-out"
@@ -20298,11 +20298,11 @@ const l7 = ({
20298
20298
  }
20299
20299
  ) }) }),
20300
20300
  /* @__PURE__ */ $("div", { className: "flex h-full flex-col", children: [
20301
- /* @__PURE__ */ $(DE, { className: "mx-2 flex-1 relative", children: [
20301
+ /* @__PURE__ */ $(DE, { className: "mx-1 flex-1 relative", children: [
20302
20302
  /* @__PURE__ */ p("div", { className: "flex flex-col", children: H(k) }),
20303
20303
  /* @__PURE__ */ p("div", { className: ` ${h.size === 0 ? "absolute bottom-0" : ""} w-full`, children: H(v) })
20304
20304
  ] }),
20305
- a && /* @__PURE__ */ p("div", { className: "w-full cursor-pointer py-4 px-6 mt-auto mb-1", children: /* @__PURE__ */ p(
20305
+ a && /* @__PURE__ */ p("div", { className: "w-full cursor-pointer py-4 px-5 mt-auto mb-1", children: /* @__PURE__ */ p(
20306
20306
  "div",
20307
20307
  {
20308
20308
  className: "flex rounded-2xl mb-1",