nestiq-component-library 1.1.137 → 1.1.139
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.es.js
CHANGED
|
@@ -350,7 +350,7 @@ function PropertyImageList(prop) {
|
|
|
350
350
|
left: index * 150,
|
|
351
351
|
behavior: "smooth",
|
|
352
352
|
});
|
|
353
|
-
}, role: "button"
|
|
353
|
+
}, role: "button" },
|
|
354
354
|
React.createElement("img", { src: picture.url, alt: "Image ".concat(index + 1), className: "col-12 h-100 rounded-3 object-fit-cover" }))); })))),
|
|
355
355
|
React.createElement("div", { className: "col-1 h-100 d-flex position-absolute end-0 top-0", onClick: function () { return handleArrowClickInMainImage("right"); }, role: "button" },
|
|
356
356
|
React.createElement("div", { className: "col-lg-12 h-100 d-flex flex-column listImageButton border-0 rounded-3 ms-1" },
|
|
@@ -535,12 +535,20 @@ function PropertyCard(props) {
|
|
|
535
535
|
} },
|
|
536
536
|
React.createElement("img", { src: shareIcon, alt: "Location Icon", className: " ", onClick: handleSharePopUp, style: { maxHeight: "24px", maxWidth: "24px" }, role: "button" }),
|
|
537
537
|
React.createElement("img", { src: moreIcon, alt: "Location Icon", className: "", style: { maxHeight: "24px", maxWidth: "24px" }, role: "button" }))),
|
|
538
|
-
React.createElement("div", { style: {
|
|
538
|
+
React.createElement("div", { style: {
|
|
539
|
+
paddingLeft: "32px",
|
|
540
|
+
paddingRight: "32px",
|
|
541
|
+
paddingTop: "32px",
|
|
542
|
+
} },
|
|
539
543
|
" ",
|
|
540
544
|
React.createElement("div", { className: "d-flex " },
|
|
541
545
|
React.createElement("img", { src: locationIcon, alt: "Location Icon", className: "Vector" }),
|
|
542
546
|
React.createElement("span", { className: "locationTexts " }, props.property.city || "N/A"))),
|
|
543
|
-
React.createElement("div", { className: "d-flex flex-row gap-3 col-6 col-lg-8 justify-content-between ", style: {
|
|
547
|
+
React.createElement("div", { className: "d-flex flex-row gap-3 col-6 col-lg-8 justify-content-between ", style: {
|
|
548
|
+
paddingLeft: "32px",
|
|
549
|
+
paddingRight: "32px",
|
|
550
|
+
paddingTop: "32px",
|
|
551
|
+
} },
|
|
544
552
|
React.createElement("span", { className: "priceValue col-lg-4 col-md-4 col-sm-6 " },
|
|
545
553
|
formatPrice((_f = (_e = (_d = props.property) === null || _d === void 0 ? void 0 : _d.evaluation) === null || _e === void 0 ? void 0 : _e.askingPrice) !== null && _f !== void 0 ? _f : 0),
|
|
546
554
|
" \u20AC",
|
|
@@ -564,7 +572,7 @@ function PropertyCard(props) {
|
|
|
564
572
|
React.createElement("br", null),
|
|
565
573
|
React.createElement("span", { className: "details" },
|
|
566
574
|
React.createElement("span", null, "Grundst\u00FCck")))),
|
|
567
|
-
React.createElement("div", { className: "labelTopClass d-flex
|
|
575
|
+
React.createElement("div", { className: "labelTopClass d-flex start-0 col-sm-5 col-lg-8 ", style: { padding: "32px" } },
|
|
568
576
|
React.createElement("div", { className: " align-items-center d-flex flex-row gap-3" },
|
|
569
577
|
props.property.historicalProtection && (React.createElement("label", { className: "thirdLabels justify-content-center align-items-center" },
|
|
570
578
|
React.createElement("span", { className: "layersText " }, "Denkmalschutz"))),
|
|
@@ -579,7 +587,7 @@ function PropertyCard(props) {
|
|
|
579
587
|
props.Impliment && (React.createElement("div", { className: "", style: {
|
|
580
588
|
paddingLeft: "32px",
|
|
581
589
|
paddingRight: "32px",
|
|
582
|
-
|
|
590
|
+
paddingBottom: "32px",
|
|
583
591
|
} },
|
|
584
592
|
React.createElement("div", { className: "Frame-136 d-flex flex-row" },
|
|
585
593
|
React.createElement("div", { className: "d-flex flex-column flex-lg-row col-4 justify-content-between " },
|
|
@@ -595,6 +603,7 @@ function PropertyCard(props) {
|
|
|
595
603
|
paddingLeft: "32px",
|
|
596
604
|
paddingRight: "32px",
|
|
597
605
|
paddingTop: "32px",
|
|
606
|
+
paddingBottom: "32px",
|
|
598
607
|
} },
|
|
599
608
|
React.createElement("div", { className: "Frame-136 d-flex flex-row" },
|
|
600
609
|
React.createElement("div", { className: "d-flex flex-column flex-lg-row col-4 justify-content-between " },
|