ui-mathilde-web 0.1.18 → 0.1.19
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/ui-mathilde-web.js
CHANGED
|
@@ -10191,7 +10191,7 @@ const HN = ({
|
|
|
10191
10191
|
textColor: s = "#ffffff",
|
|
10192
10192
|
className: o = ""
|
|
10193
10193
|
}) => {
|
|
10194
|
-
const [l, c] = me(a), [d, u] = me(null), [f, h] = me(/* @__PURE__ */ new Set()), [g, m] = me(null), [p, w] = me(null), b = e.filter((D) => D.position !== "bottom"), k = e.filter((D) => D.position === "bottom"), v = (D, F = "text-2xl") => typeof D == "string" ? /* @__PURE__ */ y("img", { src: D }) : D ? ee.createElement(D, { className: F }) : null, x = (D = !1, F = !1) => ({
|
|
10194
|
+
const [l, c] = me(a), [d, u] = me(null), [f, h] = me(/* @__PURE__ */ new Set()), [g, m] = me(null), [p, w] = me(null), b = e.filter((D) => D.position !== "bottom"), k = e.filter((D) => D.position === "bottom"), v = (D, F = "text-2xl") => typeof D == "string" ? /* @__PURE__ */ y("img", { src: D, style: { width: "25px", height: "25px" } }) : D ? ee.createElement(D, { className: F }) : null, x = (D = !1, F = !1) => ({
|
|
10195
10195
|
background: l ? "transparent" : F ? "#FFFFFF55" : D ? "#FFFFFF22" : "#FFFFFF33",
|
|
10196
10196
|
color: s,
|
|
10197
10197
|
borderRadius: D ? "15px" : "20px",
|
|
@@ -10206,9 +10206,9 @@ const HN = ({
|
|
|
10206
10206
|
return /* @__PURE__ */ y(
|
|
10207
10207
|
xO,
|
|
10208
10208
|
{
|
|
10209
|
-
icon: v(D.icon, "text-
|
|
10209
|
+
icon: v(D.icon, F ? "" : "text-2xl"),
|
|
10210
10210
|
onClick: () => C(D, M),
|
|
10211
|
-
className: "mx-auto
|
|
10211
|
+
className: "mx-auto mb-1 rounded-md",
|
|
10212
10212
|
rootStyles: x(F, I),
|
|
10213
10213
|
children: F ? D.label : /* @__PURE__ */ K("div", { className: "flex items-center justify-between w-full", children: [
|
|
10214
10214
|
/* @__PURE__ */ y("span", { children: D.label }),
|
|
@@ -10263,7 +10263,7 @@ const HN = ({
|
|
|
10263
10263
|
/* @__PURE__ */ y("div", { className: "mb-2 mt-5", children: /* @__PURE__ */ y("a", { href: "/", children: /* @__PURE__ */ y(
|
|
10264
10264
|
Cn,
|
|
10265
10265
|
{
|
|
10266
|
-
classIm: "mx-
|
|
10266
|
+
classIm: "mx-3",
|
|
10267
10267
|
src: t.src,
|
|
10268
10268
|
alt: t.alt,
|
|
10269
10269
|
width: t.width,
|
|
@@ -10271,11 +10271,11 @@ const HN = ({
|
|
|
10271
10271
|
}
|
|
10272
10272
|
) }) }),
|
|
10273
10273
|
/* @__PURE__ */ K("div", { className: "flex flex-col h-full", children: [
|
|
10274
|
-
/* @__PURE__ */ K(Jk, { className: "flex-1", children: [
|
|
10274
|
+
/* @__PURE__ */ K(Jk, { className: "flex-1 mx-3", children: [
|
|
10275
10275
|
/* @__PURE__ */ y("div", { className: "flex flex-col", children: P(b) }),
|
|
10276
|
-
/* @__PURE__ */ y("div", { className: "mt-
|
|
10276
|
+
/* @__PURE__ */ y("div", { className: "mt-24", children: P(k) })
|
|
10277
10277
|
] }),
|
|
10278
|
-
n && /* @__PURE__ */ y("div", { className: "w-full cursor-pointer
|
|
10278
|
+
n && /* @__PURE__ */ y("div", { className: "w-full cursor-pointer py-4 px-5 mt-auto", children: /* @__PURE__ */ y(
|
|
10279
10279
|
"div",
|
|
10280
10280
|
{
|
|
10281
10281
|
className: `flex ${l ? "justify-center" : "justify-end"} float-right rounded-2xl p-2`,
|