adverich-kun-ui 0.1.178 → 0.1.179
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.
|
@@ -133,7 +133,7 @@ const E = { class: "relative flex items-center justify-center w-full h-full" },
|
|
|
133
133
|
"relative"
|
|
134
134
|
// 🔹 Hace que los hijos `absolute` se posicionen correctamente
|
|
135
135
|
];
|
|
136
|
-
if (w.value)
|
|
136
|
+
if (u.class && e.push(u.class), w.value)
|
|
137
137
|
switch (e.push("aspect-square justify-center items-center"), t.size) {
|
|
138
138
|
case "xxs":
|
|
139
139
|
e.push("p-1");
|
|
@@ -166,7 +166,7 @@ const E = { class: "relative flex items-center justify-center w-full h-full" },
|
|
|
166
166
|
"active:scale-[.98]",
|
|
167
167
|
"transition duration-100 ease-in-out",
|
|
168
168
|
"cursor-pointer"
|
|
169
|
-
) : (e.push("pointer-events-none"), t.disabled && e.push("opacity-50 cursor-not-allowed")), S.value && e.push(t.minWidth),
|
|
169
|
+
) : (e.push("pointer-events-none"), t.disabled && e.push("opacity-50 cursor-not-allowed")), S.value && e.push(t.minWidth), e.filter(Boolean);
|
|
170
170
|
}), w = r(() => !!t.icon && !t.text && !x.default);
|
|
171
171
|
return (e, s) => (a(), l(o(h.value), C(b.value, {
|
|
172
172
|
class: $.value,
|