nestiq-component-library 1.1.145 → 1.1.146
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.
|
@@ -42,7 +42,7 @@ export default function ImageListPopup(props: PopupProps) {
|
|
|
42
42
|
<div>
|
|
43
43
|
{showPopUp && (
|
|
44
44
|
<div className="popup-overlay">
|
|
45
|
-
<div className=" d-flex w-50 flex-column col-6 ">
|
|
45
|
+
<div className=" d-flex w-50 flex-column gap-3 col-6 ">
|
|
46
46
|
<div className="d-flex align-self-end me-5 mt-5">
|
|
47
47
|
<img
|
|
48
48
|
src={iconClose}
|
|
@@ -54,7 +54,7 @@ export default function ImageListPopup(props: PopupProps) {
|
|
|
54
54
|
<span className="text-white align-self-center">
|
|
55
55
|
{props.pictureUrls[currentImageIndex].title}
|
|
56
56
|
</span>
|
|
57
|
-
<div className="d-flex justify-content-center">
|
|
57
|
+
<div className="d-flex flex-row col-12 justify-content-center">
|
|
58
58
|
<div className="p-2 bd-highlight align-self-center align-items-center me-5">
|
|
59
59
|
<div
|
|
60
60
|
className="rounded-circle border onImageArrow start-0 d-flex "
|
|
@@ -95,14 +95,11 @@ export default function ImageListPopup(props: PopupProps) {
|
|
|
95
95
|
</div>
|
|
96
96
|
</div>
|
|
97
97
|
</div>
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
<div className="d-flex flex-row gap-4 w-100 secondList mt-4 ">
|
|
102
|
-
<div className="col-lg-12 d-flex flex-row p-1 align-self-center mt-5">
|
|
103
|
-
<div className="col-12 position-relative d-flex justify-content-center">
|
|
98
|
+
|
|
99
|
+
<div className="d-flex flex-row gap-4 align-self-center w-100 secondList mt-4 ">
|
|
100
|
+
|
|
104
101
|
<div
|
|
105
|
-
className="col-lg-10 rounded-3 h-100 w-100 d-flex flex-row gap-2 overflow-
|
|
102
|
+
className="col-lg-10 rounded-3 h-100 w-100 d-flex flex-row gap-2 overflow-none "
|
|
106
103
|
ref={imageListRef}
|
|
107
104
|
>
|
|
108
105
|
{props.pictureUrls.length > 0 && (
|
|
@@ -133,8 +130,7 @@ export default function ImageListPopup(props: PopupProps) {
|
|
|
133
130
|
</div>
|
|
134
131
|
</div>
|
|
135
132
|
</div>
|
|
136
|
-
|
|
137
|
-
</div>
|
|
133
|
+
|
|
138
134
|
)}
|
|
139
135
|
</div>
|
|
140
136
|
);
|
|
@@ -293,7 +293,7 @@ export default function PropertyCard(props: PopupProps) {
|
|
|
293
293
|
<div className="ms-2 d-flex flex-column col-8 justify-content-center align-self-center text-center">
|
|
294
294
|
<span className="fw-bold">Herr Florian Gauss</span>
|
|
295
295
|
<span>Immogart UGh</span>
|
|
296
|
-
<button
|
|
296
|
+
{/* <button
|
|
297
297
|
className="kontactbutton text-light align-self-center"
|
|
298
298
|
onClick={handleMessagPopUp}
|
|
299
299
|
role="button"
|
|
@@ -301,7 +301,7 @@ export default function PropertyCard(props: PopupProps) {
|
|
|
301
301
|
<span className="kontact-button-text">
|
|
302
302
|
Kontakt aufnehmen{" "}
|
|
303
303
|
</span>
|
|
304
|
-
</button>
|
|
304
|
+
</button> */}
|
|
305
305
|
</div>
|
|
306
306
|
</div>
|
|
307
307
|
</div>
|