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