ui-mathilde-web 0.10.5 → 0.10.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.
@@ -31391,7 +31391,7 @@ const ll = ({
31391
31391
  children: [
31392
31392
  /* @__PURE__ */ z("div", { className: "flex items-center gap-2", children: [
31393
31393
  i && s === "left" && /* @__PURE__ */ b("span", { className: Vr("transition-transform text-[#191960]", r && "rotate-90"), children: i }),
31394
- /* @__PURE__ */ b("span", { className: Vr("text-base", c || "font-semibold"), children: e })
31394
+ /* @__PURE__ */ b("span", { className: Vr(c || "text-base font-semibold"), children: e })
31395
31395
  ] }),
31396
31396
  i && s === "right" && /* @__PURE__ */ b("span", { className: Vr("transition-transform text-[#191960]", r && "rotate-90"), children: i })
31397
31397
  ]
@@ -32013,7 +32013,7 @@ const oF = ({ item: t, categoryId: e }) => {
32013
32013
  return /* @__PURE__ */ b(
32014
32014
  "div",
32015
32015
  {
32016
- className: `min-h-[20px] transition-colors ${i ? "bg-[#F1F5FF] border-[#191960]" : ""}`,
32016
+ className: `min-h-[30px] transition-colors ${i ? "bg-[#F1F5FF] border-[#191960]" : ""}`,
32017
32017
  onDragOver: (u) => {
32018
32018
  u.preventDefault();
32019
32019
  const f = Cd;
@@ -32142,7 +32142,7 @@ const oF = ({ item: t, categoryId: e }) => {
32142
32142
  return ot(() => {
32143
32143
  o((f) => f.length === 0 && i.length > 0 ? [i[0].id] : f);
32144
32144
  }, []), /* @__PURE__ */ z("div", { className: "flex w-full", children: [
32145
- /* @__PURE__ */ z("div", { className: "bg-white p-4 overflow-y-auto", children: [
32145
+ /* @__PURE__ */ z("div", { className: "w-1/3 bg-white p-4 overflow-y-auto", children: [
32146
32146
  /* @__PURE__ */ b("h3", { className: "text-base font-semibold mb-2 text-black", children: r || "Categorías" }),
32147
32147
  /* @__PURE__ */ b("div", { className: "bg-white mb-2 overflow-y-auto", children: /* @__PURE__ */ b(
32148
32148
  Sl,
@@ -32165,7 +32165,7 @@ const oF = ({ item: t, categoryId: e }) => {
32165
32165
  icon: /* @__PURE__ */ b(cl, { className: "w-5 h-5" }),
32166
32166
  iconPosition: "right",
32167
32167
  classes: "p-1",
32168
- titleClasses: "text-[15px]",
32168
+ titleClasses: "text-sm",
32169
32169
  containerButtonClasses: "border-none",
32170
32170
  content: /* @__PURE__ */ b("div", { className: "space-y-1", children: f.items.map((h) => /* @__PURE__ */ b(oF, { item: h, categoryId: f.id }, h.id)) })
32171
32171
  }))