@autoafleveren/ui 0.15.3 → 0.15.4
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/config/eslint.cjs +3 -0
- package/dist/ui-library.css +1 -1
- package/dist/ui.cjs +3 -3
- package/dist/ui.js +5 -5
- package/package.json +1 -1
package/dist/ui.js
CHANGED
|
@@ -3451,7 +3451,7 @@ const nv = /* @__PURE__ */ yr(oS, [["render", fS]]), pS = {
|
|
|
3451
3451
|
setup(e) {
|
|
3452
3452
|
const t = Ur();
|
|
3453
3453
|
return (n, r) => (k(), N("div", {
|
|
3454
|
-
class: ie([E(pS)[n.type], "app-alert inline-flex max-w-[410px] flex-col rounded-lg px-4 py-
|
|
3454
|
+
class: ie([E(pS)[n.type], "app-alert inline-flex max-w-[410px] flex-col rounded-lg px-4 py-2 text-sm text-zinc-900"])
|
|
3455
3455
|
}, [
|
|
3456
3456
|
j("div", hS, [
|
|
3457
3457
|
n.withIcon ? (k(), N("span", mS, [
|
|
@@ -17695,8 +17695,8 @@ const oM = { class: "relative z-50 -mt-20 w-full -translate-y-0.5 rounded-2xl bg
|
|
|
17695
17695
|
});
|
|
17696
17696
|
return (i, s) => (k(), N("div", {
|
|
17697
17697
|
class: ie([{
|
|
17698
|
-
"-top-full left-full translate-x-3 translate-y-
|
|
17699
|
-
"-right-full top-6 translate-x-
|
|
17698
|
+
"-top-full left-full translate-x-3 translate-y-[39px]": n.context,
|
|
17699
|
+
"-right-full top-6 translate-x-[85px] translate-y-10": !n.context
|
|
17700
17700
|
}, "absolute w-72 rounded-lg bg-secondary p-2"])
|
|
17701
17701
|
}, [
|
|
17702
17702
|
j("div", {
|
|
@@ -34781,8 +34781,8 @@ const Z8 = {
|
|
|
34781
34781
|
dropdownHidden: "!block !relative",
|
|
34782
34782
|
option: "hover:bg-zinc-600 px-2.5 py-2.5 rounded-lg text-base h-10",
|
|
34783
34783
|
search: E(Jt).search,
|
|
34784
|
-
placeholder: E(Jt).placeholder
|
|
34785
|
-
tags: `${E(Jt).tags} bg-white rounded-lg min-h-10 mb-2 text-secondary pt-
|
|
34784
|
+
placeholder: `${E(Jt).placeholder} max-h-11`,
|
|
34785
|
+
tags: `${E(Jt).tags} bg-white rounded-lg min-h-10 mb-2 !mt-0 text-secondary pt-1`,
|
|
34786
34786
|
tag: `${E(Jt).tag} text-secondary`,
|
|
34787
34787
|
tagDisabled: E(Jt).tagDisabled,
|
|
34788
34788
|
tagRemove: E(Jt).tagRemove,
|