@autoafleveren/ui 1.2.9 → 1.2.10

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
@@ -23633,7 +23633,8 @@ const pb = /* @__PURE__ */ Se({
23633
23633
  name: {},
23634
23634
  icon: {},
23635
23635
  to: {},
23636
- visible: { type: Boolean, default: !0 }
23636
+ visible: { type: Boolean, default: !0 },
23637
+ replace: { type: Boolean, default: !1 }
23637
23638
  },
23638
23639
  setup(e) {
23639
23640
  return (t, n) => {
@@ -23641,6 +23642,7 @@ const pb = /* @__PURE__ */ Se({
23641
23642
  return t.visible ? (T(), pe(r, {
23642
23643
  key: 0,
23643
23644
  to: t.to,
23645
+ replace: t.replace,
23644
23646
  custom: ""
23645
23647
  }, {
23646
23648
  default: he(({ href: a, isActive: i, navigate: o }) => [
@@ -23659,7 +23661,7 @@ const pb = /* @__PURE__ */ Se({
23659
23661
  ])
23660
23662
  ]),
23661
23663
  _: 3
23662
- }, 8, ["to"])) : V("", !0);
23664
+ }, 8, ["to", "replace"])) : V("", !0);
23663
23665
  };
23664
23666
  }
23665
23667
  }), ZD = { class: "space-y-4" }, eR = { class: "flex w-full px-2" }, tR = { class: "text-base" }, nR = { class: "text-base" }, oG = /* @__PURE__ */ Se({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autoafleveren/ui",
3
- "version": "1.2.9",
3
+ "version": "1.2.10",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist/*",