nestiq-component-library 1.0.13 → 1.0.14
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
|
@@ -98,7 +98,7 @@ function PropertyDetailsHeader(props) {
|
|
|
98
98
|
React.createElement("div", { className: "header_Text d-flex col-lg-7 col-md-9 mt-4 ms-4 " },
|
|
99
99
|
React.createElement("strong", null, "Einziehen ohne einen Pinselstrich - Kernsaniertes Einfamilienhaus in top Lage")),
|
|
100
100
|
React.createElement("div", { className: "header_Text text-truncate col-lg-6 col-md-7 d-flex flex-row position-absolute ms-4" },
|
|
101
|
-
React.createElement("img", { src: locationIcon,
|
|
101
|
+
React.createElement("img", { src: locationIcon, className: "vector me-2" }),
|
|
102
102
|
React.createElement("div", { className: "propText text-truncate col-lg-6 col-md-6 d-flex align-items-center" }, props.property.city)),
|
|
103
103
|
React.createElement("div", { className: "d-flex col-lg-5 col-md-6 col-sm-5 justify-content-end position-absolute end-0 mt-4" },
|
|
104
104
|
React.createElement("img", { src: ShareIcon, className: "v_share me-3", onClick: handlePopUp })),
|
package/dist/index.js
CHANGED
|
@@ -100,7 +100,7 @@ function PropertyDetailsHeader(props) {
|
|
|
100
100
|
React.createElement("div", { className: "header_Text d-flex col-lg-7 col-md-9 mt-4 ms-4 " },
|
|
101
101
|
React.createElement("strong", null, "Einziehen ohne einen Pinselstrich - Kernsaniertes Einfamilienhaus in top Lage")),
|
|
102
102
|
React.createElement("div", { className: "header_Text text-truncate col-lg-6 col-md-7 d-flex flex-row position-absolute ms-4" },
|
|
103
|
-
React.createElement("img", { src: locationIcon,
|
|
103
|
+
React.createElement("img", { src: locationIcon, className: "vector me-2" }),
|
|
104
104
|
React.createElement("div", { className: "propText text-truncate col-lg-6 col-md-6 d-flex align-items-center" }, props.property.city)),
|
|
105
105
|
React.createElement("div", { className: "d-flex col-lg-5 col-md-6 col-sm-5 justify-content-end position-absolute end-0 mt-4" },
|
|
106
106
|
React.createElement("img", { src: ShareIcon, className: "v_share me-3", onClick: handlePopUp })),
|
package/package.json
CHANGED
|
@@ -31,7 +31,7 @@ export default function PropertyDetailsHeader(props: PopupProps) {
|
|
|
31
31
|
</strong>
|
|
32
32
|
</div>
|
|
33
33
|
<div className="header_Text text-truncate col-lg-6 col-md-7 d-flex flex-row position-absolute ms-4">
|
|
34
|
-
<img src={locationIcon}
|
|
34
|
+
<img src={locationIcon} className="vector me-2" />
|
|
35
35
|
|
|
36
36
|
<div className="propText text-truncate col-lg-6 col-md-6 d-flex align-items-center">
|
|
37
37
|
{props.property.city}
|