nestiq-component-library 1.2.0 → 1.2.1

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/index.js CHANGED
@@ -60,7 +60,7 @@ function Fe() {
60
60
  return s = s.displayName, s || (s = y.displayName || y.name || "", s = s !== "" ? "ForwardRef(" + s + ")" : "ForwardRef"), s;
61
61
  case j:
62
62
  return y = s.displayName || null, y !== null ? y : e(s.type) || "Memo";
63
- case S:
63
+ case L:
64
64
  y = s._payload, s = s._init;
65
65
  try {
66
66
  return e(s(y));
@@ -91,7 +91,7 @@ function Fe() {
91
91
  }
92
92
  function r(s) {
93
93
  if (s === g) return "<>";
94
- if (typeof s == "object" && s !== null && s.$$typeof === S)
94
+ if (typeof s == "object" && s !== null && s.$$typeof === L)
95
95
  return "<...>";
96
96
  try {
97
97
  var y = e(s);
@@ -214,12 +214,12 @@ React keys must be passed directly to JSX without using spread:
214
214
  );
215
215
  }
216
216
  function N(s) {
217
- C(s) ? s._store && (s._store.validated = 1) : typeof s == "object" && s !== null && s.$$typeof === S && (s._payload.status === "fulfilled" ? C(s._payload.value) && s._payload.value._store && (s._payload.value._store.validated = 1) : s._store && (s._store.validated = 1));
217
+ C(s) ? s._store && (s._store.validated = 1) : typeof s == "object" && s !== null && s.$$typeof === L && (s._payload.status === "fulfilled" ? C(s._payload.value) && s._payload.value._store && (s._payload.value._store.validated = 1) : s._store && (s._store.validated = 1));
218
218
  }
219
219
  function C(s) {
220
220
  return typeof s == "object" && s !== null && s.$$typeof === w;
221
221
  }
222
- var h = I, w = /* @__PURE__ */ Symbol.for("react.transitional.element"), p = /* @__PURE__ */ Symbol.for("react.portal"), g = /* @__PURE__ */ Symbol.for("react.fragment"), A = /* @__PURE__ */ Symbol.for("react.strict_mode"), c = /* @__PURE__ */ Symbol.for("react.profiler"), m = /* @__PURE__ */ Symbol.for("react.consumer"), v = /* @__PURE__ */ Symbol.for("react.context"), k = /* @__PURE__ */ Symbol.for("react.forward_ref"), T = /* @__PURE__ */ Symbol.for("react.suspense"), x = /* @__PURE__ */ Symbol.for("react.suspense_list"), j = /* @__PURE__ */ Symbol.for("react.memo"), S = /* @__PURE__ */ Symbol.for("react.lazy"), O = /* @__PURE__ */ Symbol.for("react.activity"), B = /* @__PURE__ */ Symbol.for("react.client.reference"), R = h.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, Q = Object.prototype.hasOwnProperty, ie = Array.isArray, V = console.createTask ? console.createTask : function() {
222
+ var h = I, w = /* @__PURE__ */ Symbol.for("react.transitional.element"), p = /* @__PURE__ */ Symbol.for("react.portal"), g = /* @__PURE__ */ Symbol.for("react.fragment"), A = /* @__PURE__ */ Symbol.for("react.strict_mode"), c = /* @__PURE__ */ Symbol.for("react.profiler"), m = /* @__PURE__ */ Symbol.for("react.consumer"), v = /* @__PURE__ */ Symbol.for("react.context"), k = /* @__PURE__ */ Symbol.for("react.forward_ref"), T = /* @__PURE__ */ Symbol.for("react.suspense"), x = /* @__PURE__ */ Symbol.for("react.suspense_list"), j = /* @__PURE__ */ Symbol.for("react.memo"), L = /* @__PURE__ */ Symbol.for("react.lazy"), O = /* @__PURE__ */ Symbol.for("react.activity"), B = /* @__PURE__ */ Symbol.for("react.client.reference"), R = h.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, Q = Object.prototype.hasOwnProperty, ie = Array.isArray, V = console.createTask ? console.createTask : function() {
223
223
  return null;
224
224
  };
225
225
  h = {
@@ -366,8 +366,8 @@ function nt(e, a, o) {
366
366
  };
367
367
  return { id: e, props: d, observe: b, toggle: h, removeToast: p, toasts: f, clearQueue: g, buildToast: (c, m) => {
368
368
  if (C(m)) return;
369
- let { toastId: v, updateId: k, data: T, staleId: x, delay: j } = m, S = k == null;
370
- S && l++;
369
+ let { toastId: v, updateId: k, data: T, staleId: x, delay: j } = m, L = k == null;
370
+ L && l++;
371
371
  let O = { ...d, style: d.toastStyle, key: r++, ...Object.fromEntries(Object.entries(m).filter(([R, Q]) => Q != null)), toastId: v, updateId: k, data: T, isIn: !1, className: fe(m.className || d.toastClassName), progressClassName: fe(m.progressClassName || d.progressClassName), autoClose: m.isLoading ? !1 : et(m.autoClose, d.autoClose), closeToast(R) {
372
372
  f.get(v).removalReason = R, p(v);
373
373
  }, deleteToast() {
@@ -382,7 +382,7 @@ function nt(e, a, o) {
382
382
  } };
383
383
  O.closeButton = d.closeButton, m.closeButton === !1 || me(m.closeButton) ? O.closeButton = m.closeButton : m.closeButton === !0 && (O.closeButton = me(d.closeButton) ? d.closeButton : !0);
384
384
  let B = { content: c, props: O, staleId: x };
385
- d.limit && d.limit > 0 && l > d.limit && S ? n.push(B) : ee(j) ? setTimeout(() => {
385
+ d.limit && d.limit > 0 && l > d.limit && L ? n.push(B) : ee(j) ? setTimeout(() => {
386
386
  A(B);
387
387
  }, j) : A(B);
388
388
  }, setProps(c) {
@@ -395,19 +395,19 @@ function nt(e, a, o) {
395
395
  return (m = f.get(c)) == null ? void 0 : m.isActive;
396
396
  }, getSnapshot: () => i };
397
397
  }
398
- var L = /* @__PURE__ */ new Map(), q = [], ue = /* @__PURE__ */ new Set(), lt = (e) => ue.forEach((a) => a(e)), Ce = () => L.size > 0;
398
+ var S = /* @__PURE__ */ new Map(), q = [], ue = /* @__PURE__ */ new Set(), lt = (e) => ue.forEach((a) => a(e)), Ce = () => S.size > 0;
399
399
  function it() {
400
400
  q.forEach((e) => ze(e.content, e.options)), q = [];
401
401
  }
402
402
  var ct = (e, { containerId: a }) => {
403
403
  var o;
404
- return (o = L.get(a || 1)) == null ? void 0 : o.toasts.get(e);
404
+ return (o = S.get(a || 1)) == null ? void 0 : o.toasts.get(e);
405
405
  };
406
406
  function Ee(e, a) {
407
407
  var o;
408
- if (a) return !!((o = L.get(a)) != null && o.isToastActive(e));
408
+ if (a) return !!((o = S.get(a)) != null && o.isToastActive(e));
409
409
  let r = !1;
410
- return L.forEach((l) => {
410
+ return S.forEach((l) => {
411
411
  l.isToastActive(e) && (r = !0);
412
412
  }), r;
413
413
  }
@@ -416,32 +416,32 @@ function dt(e) {
416
416
  q = q.filter((a) => e != null && a.options.toastId !== e);
417
417
  return;
418
418
  }
419
- if (e == null || $e(e)) L.forEach((a) => {
419
+ if (e == null || $e(e)) S.forEach((a) => {
420
420
  a.removeToast(e);
421
421
  });
422
422
  else if (e && ("containerId" in e || "id" in e)) {
423
- let a = L.get(e.containerId);
424
- a ? a.removeToast(e.id) : L.forEach((o) => {
423
+ let a = S.get(e.containerId);
424
+ a ? a.removeToast(e.id) : S.forEach((o) => {
425
425
  o.removeToast(e.id);
426
426
  });
427
427
  }
428
428
  }
429
429
  var ft = (e = {}) => {
430
- L.forEach((a) => {
430
+ S.forEach((a) => {
431
431
  a.props.limit && (!e.containerId || a.id === e.containerId) && a.clearQueue();
432
432
  });
433
433
  };
434
434
  function ze(e, a) {
435
- me(e) && (Ce() || q.push({ content: e, options: a }), L.forEach((o) => {
435
+ me(e) && (Ce() || q.push({ content: e, options: a }), S.forEach((o) => {
436
436
  o.buildToast(e, a);
437
437
  }));
438
438
  }
439
439
  function mt(e) {
440
440
  var a;
441
- (a = L.get(e.containerId || 1)) == null || a.setToggle(e.id, e.fn);
441
+ (a = S.get(e.containerId || 1)) == null || a.setToggle(e.id, e.fn);
442
442
  }
443
443
  function Me(e, a) {
444
- L.forEach((o) => {
444
+ S.forEach((o) => {
445
445
  (a == null || !(a != null && a.containerId) || a?.containerId === o.id) && o.toggle(e, a?.id);
446
446
  });
447
447
  }
@@ -449,17 +449,17 @@ function ut(e) {
449
449
  let a = e.containerId || 1;
450
450
  return { subscribe(o) {
451
451
  let r = nt(a, e, lt);
452
- L.set(a, r);
452
+ S.set(a, r);
453
453
  let l = r.observe(o);
454
454
  return it(), () => {
455
- l(), L.delete(a);
455
+ l(), S.delete(a);
456
456
  };
457
457
  }, setProps(o) {
458
458
  var r;
459
- (r = L.get(a)) == null || r.setProps(o);
459
+ (r = S.get(a)) == null || r.setProps(o);
460
460
  }, getSnapshot() {
461
461
  var o;
462
- return (o = L.get(a)) == null ? void 0 : o.getSnapshot();
462
+ return (o = S.get(a)) == null ? void 0 : o.getSnapshot();
463
463
  } };
464
464
  }
465
465
  function ht(e) {
@@ -560,8 +560,8 @@ function yt(e) {
560
560
  }
561
561
  }
562
562
  function p(x) {
563
- let { top: j, bottom: S, left: O, right: B } = n.current.getBoundingClientRect();
564
- x.nativeEvent.type !== "touchend" && e.pauseOnHover && x.clientX >= O && x.clientX <= B && x.clientY >= j && x.clientY <= S ? A() : g();
563
+ let { top: j, bottom: L, left: O, right: B } = n.current.getBoundingClientRect();
564
+ x.nativeEvent.type !== "touchend" && e.pauseOnHover && x.clientX >= O && x.clientX <= B && x.clientY >= j && x.clientY <= L ? A() : g();
565
565
  }
566
566
  function g() {
567
567
  o(!0);
@@ -579,8 +579,8 @@ function yt(e) {
579
579
  let j = n.current;
580
580
  if (i.canDrag && j) {
581
581
  i.didMove = !0, a && A(), e.draggableDirection === "x" ? i.delta = x.clientX - i.start : i.delta = x.clientY - i.start, i.start !== x.clientX && (i.canCloseOnClick = !1);
582
- let S = e.draggableDirection === "x" ? `${i.delta}px, var(--y)` : `0, calc(${i.delta}px + var(--y))`;
583
- j.style.transform = `translate3d(${S},0)`, j.style.opacity = `${1 - Math.abs(i.delta / i.removalDistance)}`;
582
+ let L = e.draggableDirection === "x" ? `${i.delta}px, var(--y)` : `0, calc(${i.delta}px + var(--y))`;
583
+ j.style.transform = `translate3d(${L},0)`, j.style.opacity = `${1 - Math.abs(i.delta / i.removalDistance)}`;
584
584
  }
585
585
  }
586
586
  function k() {
@@ -621,8 +621,8 @@ function kt({ theme: e, type: a, isLoading: o, icon: r }) {
621
621
  return r === !1 || (D(r) ? l = r({ ...n, isLoading: o }) : oe(r) ? l = ge(r, n) : o ? l = he.spinner() : Nt(a) && (l = he[a](n))), l;
622
622
  }
623
623
  var It = (e) => {
624
- let { isRunning: a, preventExitTransition: o, toastRef: r, eventHandlers: l, playToast: n } = yt(e), { closeButton: i, children: d, autoClose: f, onClick: u, type: b, hideProgressBar: N, closeToast: C, transition: h, position: w, className: p, style: g, progressClassName: A, updateId: c, role: m, progress: v, rtl: k, toastId: T, deleteToast: x, isIn: j, isLoading: S, closeOnClick: O, theme: B, ariaLabel: R } = e, Q = J("Toastify__toast", `Toastify__toast-theme--${B}`, `Toastify__toast--${b}`, { "Toastify__toast--rtl": k }, { "Toastify__toast--close-on-click": O }), ie = D(p) ? p({ rtl: k, position: w, type: b, defaultClassName: Q }) : J(Q, p), V = kt(e), Z = !!v || !f, W = { closeToast: C, type: b, theme: B }, H = null;
625
- return i === !1 || (D(i) ? H = i(W) : oe(i) ? H = ge(i, W) : H = st(W)), I.createElement(h, { isIn: j, done: x, position: w, preventExitTransition: o, nodeRef: r, playToast: n }, I.createElement("div", { id: T, tabIndex: 0, onClick: u, "data-in": j, className: ie, ...l, style: g, ref: r, ...j && { role: m, "aria-label": R } }, V != null && I.createElement("div", { className: J("Toastify__toast-icon", { "Toastify--animate-icon Toastify__zoom-enter": !S }) }, V), ke(d, e, !a), H, !e.customProgressBar && I.createElement(ot, { ...c && !Z ? { key: `p-${c}` } : {}, rtl: k, theme: B, delay: f, isRunning: a, isIn: j, closeToast: C, hide: N, type: b, className: A, controlledProgress: Z, progress: v || 0 })));
624
+ let { isRunning: a, preventExitTransition: o, toastRef: r, eventHandlers: l, playToast: n } = yt(e), { closeButton: i, children: d, autoClose: f, onClick: u, type: b, hideProgressBar: N, closeToast: C, transition: h, position: w, className: p, style: g, progressClassName: A, updateId: c, role: m, progress: v, rtl: k, toastId: T, deleteToast: x, isIn: j, isLoading: L, closeOnClick: O, theme: B, ariaLabel: R } = e, Q = J("Toastify__toast", `Toastify__toast-theme--${B}`, `Toastify__toast--${b}`, { "Toastify__toast--rtl": k }, { "Toastify__toast--close-on-click": O }), ie = D(p) ? p({ rtl: k, position: w, type: b, defaultClassName: Q }) : J(Q, p), V = kt(e), Z = !!v || !f, W = { closeToast: C, type: b, theme: B }, H = null;
625
+ return i === !1 || (D(i) ? H = i(W) : oe(i) ? H = ge(i, W) : H = st(W)), I.createElement(h, { isIn: j, done: x, position: w, preventExitTransition: o, nodeRef: r, playToast: n }, I.createElement("div", { id: T, tabIndex: 0, onClick: u, "data-in": j, className: ie, ...l, style: g, ref: r, ...j && { role: m, "aria-label": R } }, V != null && I.createElement("div", { className: J("Toastify__toast-icon", { "Toastify--animate-icon Toastify__zoom-enter": !L }) }, V), ke(d, e, !a), H, !e.customProgressBar && I.createElement(ot, { ...c && !Z ? { key: `p-${c}` } : {}, rtl: k, theme: B, delay: f, isRunning: a, isIn: j, closeToast: C, hide: N, type: b, className: A, controlledProgress: Z, progress: v || 0 })));
626
626
  }, Ct = (e, a = !1) => ({ enter: `Toastify--animate Toastify__${e}-enter`, exit: `Toastify--animate Toastify__${e}-exit`, appendPosition: a }), Et = at(Ct("bounce", !0)), zt = { position: "top-right", transition: Et, autoClose: 5e3, closeButton: !0, pauseOnHover: !0, pauseOnFocusLoss: !0, draggable: "touch", draggablePercent: 80, draggableDirection: "x", role: "alert", theme: "light", "aria-label": "Notifications Alt+T", hotKeys: (e) => e.altKey && e.code === "KeyT" };
627
627
  function Mt(e) {
628
628
  let a = { ...zt, ...e }, o = e.stacked, [r, l] = E(!0), n = U(null), { getToastToRender: i, isToastActive: d, count: f } = vt(a), { className: u, style: b, rtl: N, containerId: C, hotKeys: h } = a;
@@ -640,8 +640,8 @@ function Mt(e) {
640
640
  Array.from(A).reverse().forEach((T, x) => {
641
641
  let j = T;
642
642
  j.classList.add("Toastify__toast--stacked"), x > 0 && (j.dataset.collapsed = `${r}`), j.dataset.pos || (j.dataset.pos = m ? "top" : "bot");
643
- let S = v * (r ? 0.2 : 1) + (r ? 0 : c * x);
644
- j.style.setProperty("--y", `${m ? S : S * -1}px`), j.style.setProperty("--g", `${c}`), j.style.setProperty("--s", `${1 - (r ? k : 0)}`), v += j.offsetHeight, k += 0.025;
643
+ let L = v * (r ? 0.2 : 1) + (r ? 0 : c * x);
644
+ j.style.setProperty("--y", `${m ? L : L * -1}px`), j.style.setProperty("--g", `${c}`), j.style.setProperty("--s", `${1 - (r ? k : 0)}`), v += j.offsetHeight, k += 0.025;
645
645
  });
646
646
  }
647
647
  }, [r, f, o]), Y(() => {
@@ -795,7 +795,7 @@ function Pe(e) {
795
795
  function xe(e) {
796
796
  return e.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ".");
797
797
  }
798
- function Se(e) {
798
+ function Le(e) {
799
799
  return typeof e == "number" || typeof e == "string" ? e.toString().replace(".", ",").replace(/\B(?=(\d{3})+(?!\d))/g, ".") : e;
800
800
  }
801
801
  function Yt(e) {
@@ -835,7 +835,7 @@ function Yt(e) {
835
835
  /* @__PURE__ */ t.jsx("span", { className: "textWrapper", children: n.kaufpreis })
836
836
  ] }),
837
837
  e && /* @__PURE__ */ t.jsxs("div", { className: "propText h-100 d-flex flex-column align-items-center justify-content-center", children: [
838
- /* @__PURE__ */ t.jsx("span", { className: "", children: Se(e.property.constructedArea) ?? 0 }),
838
+ /* @__PURE__ */ t.jsx("span", { className: "", children: Le(e.property.constructedArea) ?? 0 }),
839
839
  /* @__PURE__ */ t.jsx("span", { className: "textWrapper", children: n.wohnflache })
840
840
  ] }),
841
841
  e && /* @__PURE__ */ t.jsxs("div", { className: "propText h-100 d-flex flex-column align-items-center justify-content-center", children: [
@@ -847,7 +847,7 @@ function Yt(e) {
847
847
  a && /* @__PURE__ */ t.jsx(Pe, { onClick: () => l() })
848
848
  ] });
849
849
  }
850
- const Pt = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='%23fff'%20class='bi%20bi-chevron-right'%20viewBox='0%200%2016%2016'%3e%3cpath%20fill-rule='evenodd'%20d='M4.646%201.646a.5.5%200%200%201%20.708%200l6%206a.5.5%200%200%201%200%20.708l-6%206a.5.5%200%200%201-.708-.708L10.293%208%204.646%202.354a.5.5%200%200%201%200-.708'/%3e%3c/svg%3e", Le = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='currentColor'%20class='bi%20bi-chevron-right'%20viewBox='0%200%2016%2016'%3e%3cpath%20fill-rule='evenodd'%20d='M4.646%201.646a.5.5%200%200%201%20.708%200l6%206a.5.5%200%200%201%200%20.708l-6%206a.5.5%200%200%201-.708-.708L10.293%208%204.646%202.354a.5.5%200%200%201%200-.708'/%3e%3c/svg%3e", Be = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='currentColor'%20class='bi%20bi-chevron-left'%20viewBox='0%200%2016%2016'%3e%3cpath%20fill-rule='evenodd'%20d='M11.354%201.646a.5.5%200%200%201%200%20.708L5.707%208l5.647%205.646a.5.5%200%200%201-.708.708l-6-6a.5.5%200%200%201%200-.708l6-6a.5.5%200%200%201%20.708%200'/%3e%3c/svg%3e", St = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='%23fff'%20class='bi%20bi-chevron-left'%20viewBox='0%200%2016%2016'%3e%3cpath%20fill-rule='evenodd'%20d='M11.354%201.646a.5.5%200%200%201%200%20.708L5.707%208l5.647%205.646a.5.5%200%200%201-.708.708l-6-6a.5.5%200%200%201%200-.708l6-6a.5.5%200%200%201%20.708%200'/%3e%3c/svg%3e", Lt = "data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18.242%201.29H4.297a1.76%201.76%200%200%200-1.758%201.757v.742h-.781A1.76%201.76%200%200%200%200%205.547v11.406c0%20.97.789%201.758%201.758%201.758h13.945a1.76%201.76%200%200%200%201.758-1.758v-.742h.781A1.76%201.76%200%200%200%2020%2014.453V3.047a1.76%201.76%200%200%200-1.758-1.758zM4.297%202.46h13.945c.323%200%20.586.264.586.587v5.508l-3.49-2.47a.586.586%200%200%200-.724.037L10%2010.159l-2.114-1.85a.586.586%200%200%200-.748-.02l-3.427%202.693V3.047c0-.323.263-.586.586-.586zm11.992%2014.493a.587.587%200%200%201-.586.586H1.758a.587.587%200%200%201-.586-.586V5.547c0-.323.263-.586.586-.586h.781v9.492c0%20.97.789%201.758%201.758%201.758h11.992v.742zm1.953-1.914H4.297a.587.587%200%200%201-.586-.586v-1.98L7.48%209.51l2.134%201.868c.221.193.55.193.772%200l4.652-4.071%203.79%202.683v4.462a.587.587%200%200%201-.586.586z'%20fill='%23fff'/%3e%3cpath%20d='M10%207.46a1.838%201.838%200%200%200%201.836-1.835A1.838%201.838%200%200%200%2010%203.789a1.838%201.838%200%200%200-1.836%201.836c0%201.012.824%201.836%201.836%201.836zm0-2.5a.665.665%200%201%201-.001%201.33A.665.665%200%200%201%2010%204.96z'%20fill='%23fff'/%3e%3c/svg%3e", Bt = "data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23bq66l33lna)'%3e%3cpath%20d='M19.286%200a.715.715%200%200%200-.32.075l-5.413%202.707-6.12-2.72C7.423.058%207.41.057%207.4.052a.741.741%200%200%200-.17-.044%201.063%201.063%200%200%200-.175%200%20.742.742%200%200%200-.171.044c-.01.005-.022.005-.032.01L.424%202.919A.714.714%200%200%200%200%203.572v15.714a.714.714%200%200%200%201.004.653l6.139-2.729%206.138%202.729c.01.004.022%200%20.033.006a.63.63%200%200%200%20.54-.012c.012-.005.025%200%20.036-.008l5.715-2.857a.714.714%200%200%200%20.395-.64V.716A.714.714%200%200%200%2019.286%200zM6.428%2015.964l-5%202.222V4.036l5-2.222v14.15zm6.429%202.222-5-2.222V1.814l5%202.222v14.15zm5.714-2.199-4.286%202.143V4.013l4.286-2.143v14.117z'%20fill='%23fff'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='bq66l33lna'%3e%3cpath%20fill='%23fff'%20d='M0%200h20v20H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", Re = "data:image/svg+xml,%3csvg%20width='22'%20height='20'%20viewBox='0%200%2022%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='m21.354%205.808-10-5.714a.714.714%200%200%200-.709%200l-10%205.714a.714.714%200%200%200%20.017%201.25l10%205.357a.714.714%200%200%200%20.675%200l10-5.357a.714.714%200%200%200%20.017-1.25zM11%2010.975%202.475%206.408%2011%201.537l8.525%204.871L11%2010.975z'%20fill='%23fff'/%3e%3cpath%20d='m11.34%2016.162%209.656-5.31V9.22l-10%205.5-10-5.5v1.63l9.656%205.31a.715.715%200%200%200%20.688%200z'%20fill='%23fff'/%3e%3cpath%20d='m.996%2014.762%209.664%205.154a.714.714%200%200%200%20.672%200l9.664-5.154v-1.62l-10%205.334-10-5.333v1.619z'%20fill='%23fff'/%3e%3c/svg%3e", Oe = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAA5UExURUdwTP///////////////////////////////////////////////////////////////////////308lk0AAAASdFJOUwAUewieGb7PD9mvXxrH74slIK+eL1kAAAC1SURBVDjLhZPZDoQgEARbRE6vnf//2MWsrigN8AKhKmQYGiAaq8CGU0Z/gChphLHkk09g3bEcgpiRcpENv7kw5nM/QAkzLi4Rzp7LxRXni+ij2NJ4cGK8eGZYR/nLIPxhUJ4bnGdGhb8NzR7PtnlucH7f7+xHnSdjaHNmPHlp3P2z1Mj6+7+LH3r58FMvH5dRz4efe/k4jHY+UqW6nY+ATj5WrO18eGztfKSPH03g339UJkR8AdmUH0nsMIanAAAAAElFTkSuQmCC";
850
+ const Pt = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='%23fff'%20class='bi%20bi-chevron-right'%20viewBox='0%200%2016%2016'%3e%3cpath%20fill-rule='evenodd'%20d='M4.646%201.646a.5.5%200%200%201%20.708%200l6%206a.5.5%200%200%201%200%20.708l-6%206a.5.5%200%200%201-.708-.708L10.293%208%204.646%202.354a.5.5%200%200%201%200-.708'/%3e%3c/svg%3e", Se = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='currentColor'%20class='bi%20bi-chevron-right'%20viewBox='0%200%2016%2016'%3e%3cpath%20fill-rule='evenodd'%20d='M4.646%201.646a.5.5%200%200%201%20.708%200l6%206a.5.5%200%200%201%200%20.708l-6%206a.5.5%200%200%201-.708-.708L10.293%208%204.646%202.354a.5.5%200%200%201%200-.708'/%3e%3c/svg%3e", Be = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='currentColor'%20class='bi%20bi-chevron-left'%20viewBox='0%200%2016%2016'%3e%3cpath%20fill-rule='evenodd'%20d='M11.354%201.646a.5.5%200%200%201%200%20.708L5.707%208l5.647%205.646a.5.5%200%200%201-.708.708l-6-6a.5.5%200%200%201%200-.708l6-6a.5.5%200%200%201%20.708%200'/%3e%3c/svg%3e", Lt = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='%23fff'%20class='bi%20bi-chevron-left'%20viewBox='0%200%2016%2016'%3e%3cpath%20fill-rule='evenodd'%20d='M11.354%201.646a.5.5%200%200%201%200%20.708L5.707%208l5.647%205.646a.5.5%200%200%201-.708.708l-6-6a.5.5%200%200%201%200-.708l6-6a.5.5%200%200%201%20.708%200'/%3e%3c/svg%3e", St = "data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18.242%201.29H4.297a1.76%201.76%200%200%200-1.758%201.757v.742h-.781A1.76%201.76%200%200%200%200%205.547v11.406c0%20.97.789%201.758%201.758%201.758h13.945a1.76%201.76%200%200%200%201.758-1.758v-.742h.781A1.76%201.76%200%200%200%2020%2014.453V3.047a1.76%201.76%200%200%200-1.758-1.758zM4.297%202.46h13.945c.323%200%20.586.264.586.587v5.508l-3.49-2.47a.586.586%200%200%200-.724.037L10%2010.159l-2.114-1.85a.586.586%200%200%200-.748-.02l-3.427%202.693V3.047c0-.323.263-.586.586-.586zm11.992%2014.493a.587.587%200%200%201-.586.586H1.758a.587.587%200%200%201-.586-.586V5.547c0-.323.263-.586.586-.586h.781v9.492c0%20.97.789%201.758%201.758%201.758h11.992v.742zm1.953-1.914H4.297a.587.587%200%200%201-.586-.586v-1.98L7.48%209.51l2.134%201.868c.221.193.55.193.772%200l4.652-4.071%203.79%202.683v4.462a.587.587%200%200%201-.586.586z'%20fill='%23fff'/%3e%3cpath%20d='M10%207.46a1.838%201.838%200%200%200%201.836-1.835A1.838%201.838%200%200%200%2010%203.789a1.838%201.838%200%200%200-1.836%201.836c0%201.012.824%201.836%201.836%201.836zm0-2.5a.665.665%200%201%201-.001%201.33A.665.665%200%200%201%2010%204.96z'%20fill='%23fff'/%3e%3c/svg%3e", Bt = "data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23bq66l33lna)'%3e%3cpath%20d='M19.286%200a.715.715%200%200%200-.32.075l-5.413%202.707-6.12-2.72C7.423.058%207.41.057%207.4.052a.741.741%200%200%200-.17-.044%201.063%201.063%200%200%200-.175%200%20.742.742%200%200%200-.171.044c-.01.005-.022.005-.032.01L.424%202.919A.714.714%200%200%200%200%203.572v15.714a.714.714%200%200%200%201.004.653l6.139-2.729%206.138%202.729c.01.004.022%200%20.033.006a.63.63%200%200%200%20.54-.012c.012-.005.025%200%20.036-.008l5.715-2.857a.714.714%200%200%200%20.395-.64V.716A.714.714%200%200%200%2019.286%200zM6.428%2015.964l-5%202.222V4.036l5-2.222v14.15zm6.429%202.222-5-2.222V1.814l5%202.222v14.15zm5.714-2.199-4.286%202.143V4.013l4.286-2.143v14.117z'%20fill='%23fff'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='bq66l33lna'%3e%3cpath%20fill='%23fff'%20d='M0%200h20v20H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", Re = "data:image/svg+xml,%3csvg%20width='22'%20height='20'%20viewBox='0%200%2022%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='m21.354%205.808-10-5.714a.714.714%200%200%200-.709%200l-10%205.714a.714.714%200%200%200%20.017%201.25l10%205.357a.714.714%200%200%200%20.675%200l10-5.357a.714.714%200%200%200%20.017-1.25zM11%2010.975%202.475%206.408%2011%201.537l8.525%204.871L11%2010.975z'%20fill='%23fff'/%3e%3cpath%20d='m11.34%2016.162%209.656-5.31V9.22l-10%205.5-10-5.5v1.63l9.656%205.31a.715.715%200%200%200%20.688%200z'%20fill='%23fff'/%3e%3cpath%20d='m.996%2014.762%209.664%205.154a.714.714%200%200%200%20.672%200l9.664-5.154v-1.62l-10%205.334-10-5.333v1.619z'%20fill='%23fff'/%3e%3c/svg%3e", Oe = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAA5UExURUdwTP///////////////////////////////////////////////////////////////////////308lk0AAAASdFJOUwAUewieGb7PD9mvXxrH74slIK+eL1kAAAC1SURBVDjLhZPZDoQgEARbRE6vnf//2MWsrigN8AKhKmQYGiAaq8CGU0Z/gChphLHkk09g3bEcgpiRcpENv7kw5nM/QAkzLi4Rzp7LxRXni+ij2NJ4cGK8eGZYR/nLIPxhUJ4bnGdGhb8NzR7PtnlucH7f7+xHnSdjaHNmPHlp3P2z1Mj6+7+LH3r58FMvH5dRz4efe/k4jHY+UqW6nY+ATj5WrO18eGztfKSPH03g339UJkR8AdmUH0nsMIanAAAAAElFTkSuQmCC";
851
851
  function pe(e) {
852
852
  const [a, o] = E(!0), [r, l] = E(0), n = U(null), i = (f) => {
853
853
  if (e.pictureUrls.length === 0) return;
@@ -869,7 +869,7 @@ function pe(e) {
869
869
  onClick: d
870
870
  }
871
871
  ) }),
872
- /* @__PURE__ */ t.jsx("span", { className: "text-white align-self-center", children: e.pictureUrls[r].title }),
872
+ /* @__PURE__ */ t.jsx("span", { className: "text-white align-self-center imageTitlePopup", children: e.pictureUrls[r].title }),
873
873
  /* @__PURE__ */ t.jsxs("div", { className: "d-flex justify-content-center", children: [
874
874
  /* @__PURE__ */ t.jsx("div", { className: "p-2 bd-highlight align-self-center align-items-center me-5", children: /* @__PURE__ */ t.jsx(
875
875
  "div",
@@ -890,13 +890,9 @@ function pe(e) {
890
890
  /* @__PURE__ */ t.jsx("div", { className: "p-2 bd-highlight", children: /* @__PURE__ */ t.jsx(
891
891
  "div",
892
892
  {
893
- className: " rounded-5",
893
+ className: "mainImageListPopUp rounded-5",
894
894
  style: {
895
- backgroundImage: `url(${e.pictureUrls[r].url})`,
896
- height: "465px",
897
- width: "880px",
898
- backgroundSize: "cover",
899
- backgroundPosition: "center"
895
+ backgroundImage: `url(${e.pictureUrls[r].url})`
900
896
  }
901
897
  }
902
898
  ) }),
@@ -911,7 +907,7 @@ function pe(e) {
911
907
  children: /* @__PURE__ */ t.jsx(
912
908
  "img",
913
909
  {
914
- src: Le,
910
+ src: Se,
915
911
  className: "blackArrow align-self-center",
916
912
  alt: "Right Arrow"
917
913
  }
@@ -921,7 +917,7 @@ function pe(e) {
921
917
  ] })
922
918
  ] }),
923
919
  /* @__PURE__ */ t.jsx("div", { className: "d-flex flex-row" }),
924
- /* @__PURE__ */ t.jsx("div", { className: "d-flex flex-row justify-content-center w-100 mt-5", children: /* @__PURE__ */ t.jsx(
920
+ /* @__PURE__ */ t.jsx("div", { className: "d-flex flex-row justify-content-center w-100 mt-5 imageListBottom", children: /* @__PURE__ */ t.jsx(
925
921
  "div",
926
922
  {
927
923
  className: "d-flex flex-row gap-4 overflow-auto px-3",
@@ -1018,7 +1014,7 @@ function Zt(e) {
1018
1014
  children: /* @__PURE__ */ t.jsx(
1019
1015
  "img",
1020
1016
  {
1021
- src: Le,
1017
+ src: Se,
1022
1018
  className: "blackArrow",
1023
1019
  alt: "Right Arrow"
1024
1020
  }
@@ -1039,7 +1035,7 @@ function Zt(e) {
1039
1035
  children: /* @__PURE__ */ t.jsx("div", { className: "col-lg-12 h-100 d-flex flex-column listImageButton border-0 rounded-3", children: /* @__PURE__ */ t.jsx(
1040
1036
  "img",
1041
1037
  {
1042
- src: St,
1038
+ src: Lt,
1043
1039
  className: "arroIconColour",
1044
1040
  alt: "Left Arrow"
1045
1041
  }
@@ -1100,7 +1096,7 @@ function Zt(e) {
1100
1096
  role: "button",
1101
1097
  onClick: N,
1102
1098
  children: /* @__PURE__ */ t.jsxs("div", { className: "border col-lg-12 h-100 d-flex flex-column listImageButton border-0 rounded-3", children: [
1103
- /* @__PURE__ */ t.jsx("img", { src: Lt, alt: "Gallery Icon" }),
1099
+ /* @__PURE__ */ t.jsx("img", { src: St, alt: "Gallery Icon" }),
1104
1100
  /* @__PURE__ */ t.jsxs("span", { className: "listImgText", children: [
1105
1101
  " ",
1106
1102
  h.allPhotos
@@ -1203,7 +1199,7 @@ function Kt(e) {
1203
1199
  /* @__PURE__ */ t.jsx("span", { children: "Bad" })
1204
1200
  ] }),
1205
1201
  /* @__PURE__ */ t.jsxs("span", { className: "detail col-lg-5 col-md-5 col-sm-7 text-truncate border-start me-3", children: [
1206
- Se(e.property?.constructedArea),
1202
+ Le(e.property?.constructedArea),
1207
1203
  " m²",
1208
1204
  /* @__PURE__ */ t.jsx("br", {}),
1209
1205
  /* @__PURE__ */ t.jsx("span", { children: "Wohnfläche" })
@@ -1693,7 +1689,7 @@ export {
1693
1689
  e0 as SuccessPopUp,
1694
1690
  s0 as ToastWrapper,
1695
1691
  xe as formatPrice,
1696
- Se as formatPropertyArea,
1692
+ Le as formatPropertyArea,
1697
1693
  a0 as showToast
1698
1694
  };
1699
1695
  //# sourceMappingURL=index.js.map