@autoafleveren/ui 0.15.3 → 0.15.5
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/icons.cjs +37 -37
- package/dist/icons.js +979 -962
- package/dist/types/components/AppBadge/AppBadge.vue.d.ts +3 -3
- package/dist/types/components/AppBadge/index.d.ts +1 -1
- package/dist/types/icons/CompanyIcon.vue.d.ts +2 -0
- package/dist/types/icons/index.d.ts +1 -0
- package/dist/ui-library.css +1 -1
- package/dist/ui.cjs +4 -4
- package/dist/ui.js +9 -7
- 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, [
|
|
@@ -3830,7 +3830,8 @@ const US = { class: "group mb-3 flex items-center font-semibold text-zinc-700" }
|
|
|
3830
3830
|
success: ["bg-green-200", "text-green-600"],
|
|
3831
3831
|
warning: ["bg-yellow-200", "text-yellow-600"],
|
|
3832
3832
|
error: ["bg-red-200", "text-red-600"],
|
|
3833
|
-
info: ["bg-sky-200", "text-sky-600"]
|
|
3833
|
+
info: ["bg-sky-200", "text-sky-600"],
|
|
3834
|
+
inactive: ["bg-orange-200", "text-orange-500"]
|
|
3834
3835
|
}, WS = {
|
|
3835
3836
|
medium: ["px-3 py-[3px] text-sm min-h-7"],
|
|
3836
3837
|
large: ["px-3 py-2.5 text-sm"]
|
|
@@ -3840,7 +3841,8 @@ const US = { class: "group mb-3 flex items-center font-semibold text-zinc-700" }
|
|
|
3840
3841
|
success: ["!bg-green-600"],
|
|
3841
3842
|
warning: ["!bg-yellow-600"],
|
|
3842
3843
|
error: ["!bg-error"],
|
|
3843
|
-
info: ["!bg-sky-600"]
|
|
3844
|
+
info: ["!bg-sky-600"],
|
|
3845
|
+
inactive: ["!bg-orange-600"]
|
|
3844
3846
|
}, qS = {
|
|
3845
3847
|
key: 0,
|
|
3846
3848
|
class: "app-badge__icon mr-2 h-4"
|
|
@@ -17695,8 +17697,8 @@ const oM = { class: "relative z-50 -mt-20 w-full -translate-y-0.5 rounded-2xl bg
|
|
|
17695
17697
|
});
|
|
17696
17698
|
return (i, s) => (k(), N("div", {
|
|
17697
17699
|
class: ie([{
|
|
17698
|
-
"-top-full left-full translate-x-3 translate-y-
|
|
17699
|
-
"-right-full top-6 translate-x-
|
|
17700
|
+
"-top-full left-full translate-x-3 translate-y-[39px]": n.context,
|
|
17701
|
+
"-right-full top-6 translate-x-[85px] translate-y-10": !n.context
|
|
17700
17702
|
}, "absolute w-72 rounded-lg bg-secondary p-2"])
|
|
17701
17703
|
}, [
|
|
17702
17704
|
j("div", {
|
|
@@ -34781,8 +34783,8 @@ const Z8 = {
|
|
|
34781
34783
|
dropdownHidden: "!block !relative",
|
|
34782
34784
|
option: "hover:bg-zinc-600 px-2.5 py-2.5 rounded-lg text-base h-10",
|
|
34783
34785
|
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-
|
|
34786
|
+
placeholder: `${E(Jt).placeholder} max-h-11`,
|
|
34787
|
+
tags: `${E(Jt).tags} bg-white rounded-lg min-h-10 mb-2 !mt-0 text-secondary pt-1`,
|
|
34786
34788
|
tag: `${E(Jt).tag} text-secondary`,
|
|
34787
34789
|
tagDisabled: E(Jt).tagDisabled,
|
|
34788
34790
|
tagRemove: E(Jt).tagRemove,
|