nestiq-component-library 1.1.166 → 1.1.167

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.
@@ -1,14 +1,14 @@
1
1
  .property-card {
2
2
  width: 100%;
3
- max-width: 1280px;
3
+ /* max-width: 1280px; */
4
4
  height: auto;
5
5
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
6
6
  border-radius: 32px;
7
7
 
8
- @media (min-width: 1500px) {
8
+ /* @media (min-width: 1500px) {
9
9
  max-width: 1280px;
10
10
  margin: 0 auto;
11
- }
11
+ } */
12
12
  }
13
13
 
14
14
  .priceValue,
@@ -21,13 +21,38 @@
21
21
  white-space: nowrap;
22
22
  }
23
23
 
24
- .listing-compact {
25
- max-width: 750px;
26
- gap: 32px;
24
+ .listing-compact_c {
25
+ /* max-width: 750px; */
26
+ gap: 8px;
27
+ padding: 24px;
27
28
  border-radius: 0 32px 32px 0;
28
29
  background-color: rgba(58, 58, 58, 0.068);
29
30
  }
30
31
 
32
+ .wrapperCompanySec {
33
+ height: 119px;
34
+ align-self: stretch;
35
+ flex-grow: 0;
36
+ display: flex;
37
+ flex-direction: row;
38
+ justify-content: flex-start;
39
+ align-items: center;
40
+ gap: 16px;
41
+ padding: 10px 16px;
42
+ border-radius: 16px;
43
+ border: solid 1px rgba(0, 0, 0, 0.1);
44
+ background-color: #fff;
45
+ }
46
+
47
+ .kontactbutton_cc {
48
+ width: 180px;
49
+ height: 43px;
50
+ gap: 10px;
51
+ border-radius: 16px;
52
+ box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
53
+ background: linear-gradient(to top, #000, #666);
54
+ }
55
+
31
56
  .cc-height {
32
57
  height: 460px;
33
58
  }
@@ -193,102 +193,64 @@ export default function PropertyCard(props: PopupProps) {
193
193
  </div>
194
194
  </div>
195
195
  <div
196
- className={`listing-compact d-flex align-self-end flex-column col-6 ${
196
+ className={`listing-compact_c justify-content-between d-flex flex-column col-6 ${
197
197
  props.Impliment ? "cc-height" : "listing-height"
198
198
  }`}
199
199
  >
200
- <div
201
- className="d-flex flex-column gap-3 mb-4 justify-content-between"
202
- style={{ height: "104px" }}
203
- >
204
- <div className="d-flex flex-row justify-content-between gap-2">
205
- <span
206
- className="propertyTitle align-items-start "
207
- style={{
208
- paddingLeft: "32px",
209
- paddingTop: "32px",
210
- }}
211
- onClick={props.onClick}
212
- role="button"
213
- >
214
- {props.property.expose?.title}
215
- {/*Einziehen ohne einen Pinselstrich - Kernsanierte Eigentumswohnung*/}
216
- {/*in top Lage*/}
217
- </span>
218
- <div
219
- className="d-flex gap-2"
220
- style={{
221
- paddingRight: "32px",
222
- paddingTop: "21px",
223
- paddingLeft: "10px",
224
- }}
225
- >
226
- <img
227
- src={shareIcon}
228
- alt="Share Icon"
229
- className=" "
230
- onClick={handleSharePopUp}
231
- style={{ maxHeight: "24px", maxWidth: "24px" }}
232
- role="button"
233
- />
234
- <img
235
- src={moreIcon}
236
- alt="More Icon"
237
- className=""
238
- style={{ maxHeight: "24px", maxWidth: "24px" }}
239
- role="button"
240
- />
241
- </div>
242
- </div>
243
-
244
- <div
245
- style={{
246
- paddingLeft: "32px",
247
- paddingRight: "32px",
248
- }}
249
- >
250
- {" "}
251
- <div className="location-wrapper">
252
- <img
253
- src={locationIcon}
254
- alt="Location Icon"
255
- className="location-icon"
256
- />
257
- <span className="locationTexts ">
258
- {props.property.city || "N/A"}
259
- </span>
260
- </div>
261
- </div>
200
+ <div className="col-12 d-flex justify-content-end gap-2">
201
+ <img
202
+ src={shareIcon}
203
+ alt="Share Icon"
204
+ className=" "
205
+ onClick={handleSharePopUp}
206
+ style={{ maxHeight: "24px", maxWidth: "24px" }}
207
+ role="button"
208
+ />
209
+ <img
210
+ src={moreIcon}
211
+ alt="More Icon"
212
+ className=""
213
+ style={{ maxHeight: "24px", maxWidth: "24px" }}
214
+ role="button"
215
+ />
262
216
  </div>
263
- <div
264
- className="d-flex flex-row justify-content-between mt-3"
265
- style={{
266
- paddingLeft: "32px",
267
- paddingRight: "32px",
268
- }}
269
- >
217
+ <div className="col-11">
270
218
  <span
271
- className="priceValue col-lg-5 col-md-5 col-sm-6"
272
- style={{ whiteSpace: "nowrap" }}
219
+ className="propertyTitle align-items-start "
220
+ onClick={props.onClick}
221
+ role="button"
273
222
  >
223
+ {props.property.expose?.title}
224
+ {/*Einziehen ohne einen Pinselstrich - Kernsanierte Eigentumswohnung*/}
225
+ {/*in top Lage*/}
226
+ </span>
227
+ </div>
228
+ <div className="col-12">
229
+ <div className="location-wrapper">
230
+ <img
231
+ src={locationIcon}
232
+ alt="Location Icon"
233
+ className="location-icon"
234
+ />
235
+ <span className="locationTexts ">
236
+ {props.property.city || "N/A"}
237
+ </span>
238
+ </div>
239
+ </div>
240
+ <div className="d-flex flex-row justify-content-between">
241
+ <span className="priceValue justify-content-center align-items-center">
274
242
  {formatPrice(props.property?.evaluation?.askingPrice ?? 0)} €
275
243
  <div className="price_label" style={{ whiteSpace: "nowrap" }}>
276
244
  {t.kaufpreis}
277
245
  </div>
278
246
  </span>
279
- <span
280
- className="text-dark value col-lg-5 col-md-5 col-sm-7"
281
- style={{ whiteSpace: "nowrap" }}
282
- >
247
+ <span className="text-dark value d-flex justify-content-center align-items-center">
283
248
  {props.property.constructedArea} m²
284
249
  <div className="details" style={{ whiteSpace: "nowrap" }}>
285
250
  {t.wohnflache}
286
251
  </div>
287
252
  </span>
288
- <span
289
- className="text-dark value text-center col-lg-2 col-md-2 col-sm-5 text-truncate"
290
- style={{ whiteSpace: "nowrap" }}
291
- >
253
+ <span className="text-dark value d-flex justify-content-center align-items-center">
292
254
  {+props.property?.rooms}
293
255
 
294
256
  <div
@@ -304,7 +266,7 @@ export default function PropertyCard(props: PopupProps) {
304
266
  </span> */}
305
267
  </div>
306
268
 
307
- <div
269
+ {/* <div
308
270
  className="labelTopClass d-flex start-0 col-sm-5 col-lg-8 "
309
271
  style={{ padding: "0 28px" }}
310
272
  >
@@ -336,25 +298,21 @@ export default function PropertyCard(props: PopupProps) {
336
298
  </label>
337
299
  )}
338
300
  </div>
339
- </div>
301
+ </div> */}
340
302
  {props.Impliment && (
341
- <div
342
- className=""
343
- style={{
344
- paddingLeft: "32px",
345
- paddingRight: "32px",
346
- }}
347
- >
348
- <div className="Frame-136 d-flex flex-row">
349
- <div className="d-flex flex-column flex-lg-row col-4 justify-content-between ">
303
+ <div className="d-lex flex-column ">
304
+ <div className="wrapperCompanySec d-flex justify-content-around flex-row">
305
+ <div className="d-flex flex-column col-4 justify-content-between ">
350
306
  <img src={immooly} alt="Logo" className="immooly" />
351
307
  </div>
352
- <div className="ms-2 d-flex flex-column col-8 justify-content-center align-self-center text-center">
353
- <span className="fw-bold">Herr Florian Gauss</span>
354
- <span>Immogart UGh</span>
308
+ <div className="d-flex flex-column align-items-center justify-content-center">
309
+ <div className="d-flex flex-column text-center">
310
+ <span className="">Firstname Firstname</span>
311
+ <span>Your company</span>
312
+ </div>
355
313
  {/* <button
356
- className="kontactbutton text-light align-self-center"
357
- onClick={handleMessagPopUp}
314
+ className="kontactbutton_cc text-light "
315
+ // onClick={handleMessagPopUp}
358
316
  role="button"
359
317
  >
360
318
  <span className="kontact-button-text">