nestiq-component-library 1.1.163 → 1.1.164
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
|
@@ -574,14 +574,14 @@ function PropertyCard(props) {
|
|
|
574
574
|
paddingRight: "32px",
|
|
575
575
|
} },
|
|
576
576
|
" ",
|
|
577
|
-
React.createElement("div", { className: "location-wrapper
|
|
577
|
+
React.createElement("div", { className: "location-wrapper" },
|
|
578
578
|
React.createElement("img", { src: locationIcon, alt: "Location Icon", className: "location-icon" }),
|
|
579
579
|
React.createElement("span", { className: "locationTexts " }, props.property.city || "N/A")))),
|
|
580
|
-
React.createElement("div", { className: "d-flex flex-row gap-3 col-6 col-lg-8 justify-content-between
|
|
580
|
+
React.createElement("div", { className: "d-flex flex-row gap-3 col-6 col-lg-8 justify-content-between mt-3", style: {
|
|
581
581
|
paddingLeft: "32px",
|
|
582
582
|
paddingRight: "32px",
|
|
583
583
|
} },
|
|
584
|
-
React.createElement("span", { className: "priceValue col-lg-
|
|
584
|
+
React.createElement("span", { className: "priceValue col-lg-5 col-md-5 col-sm-6 " },
|
|
585
585
|
formatPrice((_g = (_f = (_e = props.property) === null || _e === void 0 ? void 0 : _e.evaluation) === null || _f === void 0 ? void 0 : _f.askingPrice) !== null && _g !== void 0 ? _g : 0),
|
|
586
586
|
" \u20AC",
|
|
587
587
|
React.createElement("div", { className: "price_label" }, "Kaufpreis")),
|
|
@@ -589,13 +589,9 @@ function PropertyCard(props) {
|
|
|
589
589
|
props.property.constructedArea,
|
|
590
590
|
" m\u00B2",
|
|
591
591
|
React.createElement("div", { className: "details" }, "Wohnfl\u00E4che")),
|
|
592
|
-
React.createElement("span", { className: "text-dark value col-lg-
|
|
592
|
+
React.createElement("span", { className: "text-dark value col-lg-3 col-md-3 col-sm-6 text-truncate " },
|
|
593
593
|
+((_h = props.property) === null || _h === void 0 ? void 0 : _h.rooms),
|
|
594
|
-
React.createElement("div", { className: "details" }, "Zimmer")),
|
|
595
|
-
React.createElement("span", { className: "text-dark value col-lg-4 col-md-3 col-sm-4 text-truncate " },
|
|
596
|
-
+props.property.propertyArea,
|
|
597
|
-
" m\u00B2",
|
|
598
|
-
React.createElement("div", { className: "details" }, "Grundst\u00FCck"))),
|
|
594
|
+
React.createElement("div", { className: "details" }, "Zimmer"))),
|
|
599
595
|
React.createElement("div", { className: "labelTopClass d-flex start-0 col-sm-5 col-lg-8 ", style: { padding: "0 28px" } },
|
|
600
596
|
React.createElement("div", { className: " align-items-center d-flex flex-row gap-3" },
|
|
601
597
|
props.property.historicalProtection && (React.createElement("label", { className: "chipLabel justify-content-center align-items-center" },
|