@autoafleveren/ui 0.15.0 → 0.15.2

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.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-3 py-[3px] text-sm text-zinc-900"])
3454
+ class: ie([E(pS)[n.type], "app-alert inline-flex max-w-[410px] flex-col rounded-lg px-4 py-1 text-sm text-zinc-900"])
3455
3455
  }, [
3456
3456
  j("div", hS, [
3457
3457
  n.withIcon ? (k(), N("span", mS, [
@@ -3832,7 +3832,7 @@ const US = { class: "group mb-3 flex items-center font-semibold text-zinc-700" }
3832
3832
  error: ["bg-red-200", "text-red-600"],
3833
3833
  info: ["bg-sky-200", "text-sky-600"]
3834
3834
  }, WS = {
3835
- medium: ["px-3 py-[3px] text-sm"],
3835
+ medium: ["px-3 py-[3px] text-sm min-h-7"],
3836
3836
  large: ["px-3 py-2.5 text-sm"]
3837
3837
  }, VS = {
3838
3838
  plain: [],
@@ -16055,7 +16055,7 @@ const U8 = /* @__PURE__ */ Se({
16055
16055
  ]));
16056
16056
  }
16057
16057
  }), kd = /* @__PURE__ */ yr(xP, [["__scopeId", "data-v-9d02af55"]]), IP = { class: "flex text-sm font-bold" }, OP = {
16058
- class: "flex items-center rounded-l-lg bg-indigo-900 px-2 py-1.5 text-white",
16058
+ class: "flex items-center rounded-l-lg bg-indigo-900 px-2 py-[0.188rem] text-white",
16059
16059
  "data-test-country-code": ""
16060
16060
  }, PP = /* @__PURE__ */ Se({
16061
16061
  __name: "AppLicensePlate",
@@ -16068,7 +16068,7 @@ const U8 = /* @__PURE__ */ Se({
16068
16068
  return (t, n) => (k(), N("div", IP, [
16069
16069
  j("span", OP, _e(t.country), 1),
16070
16070
  j("span", {
16071
- class: ie([t.licensePlateClasses, "w-full rounded-r-lg bg-yellow-400 px-2 py-1.5 uppercase"]),
16071
+ class: ie([t.licensePlateClasses, "w-full rounded-r-lg bg-yellow-400 px-2 py-[0.188rem] uppercase"]),
16072
16072
  "data-test-license-plate": ""
16073
16073
  }, [
16074
16074
  Z(t.$slots, "default", {}, () => [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autoafleveren/ui",
3
- "version": "0.15.0",
3
+ "version": "0.15.2",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist/*",