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