nestiq-component-library 1.1.124 → 1.1.126

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nestiq-component-library",
3
- "version": "1.1.124",
3
+ "version": "1.1.126",
4
4
  "type": "module",
5
5
  "description": "",
6
6
  "main": "dist/index.js",
@@ -103,7 +103,7 @@ export default function PropertyCard(props: PopupProps) {
103
103
  console.warn("imageListRef is not set");
104
104
  }
105
105
  };
106
- const boosted = "true";
106
+ // const boosted = "true";
107
107
 
108
108
  return (
109
109
  <div className="d-flex flex-row property-card">
@@ -155,13 +155,7 @@ export default function PropertyCard(props: PopupProps) {
155
155
  </div>
156
156
  </div>
157
157
  </div>
158
- <div
159
- className={
160
- boosted === "true"
161
- ? "listing-compacts d-flex flex-column col-6"
162
- : "listing-compact d-flex flex-column col-6"
163
- }
164
- >
158
+ <div className={"listing-compact d-flex flex-column col-6"}>
165
159
  <div className="d-flex flex-row justify-content-between gap-2">
166
160
  <span
167
161
  className="propertyTitle align-items-start "
@@ -286,9 +280,8 @@ export default function PropertyCard(props: PopupProps) {
286
280
  <img src={immooly} alt="Logo" className="immooly" />
287
281
  </div>
288
282
  <div className="d-flex flex-column flex-lg-row justify-content-between">
289
- <span className="d-flex col-5">
290
- Herr Florian Gauss Immogart UGh
291
- </span>
283
+ <span className="d-flex col-5">Herr Florian Gauss</span>
284
+ <span>Immogart UGh</span>
292
285
  <button
293
286
  className="kontactbutton text-light "
294
287
  onClick={handleMessagPopUp}
@@ -4,6 +4,7 @@
4
4
 
5
5
  .secondList {
6
6
  height: 20%;
7
+ max-height: 122px;
7
8
  }
8
9
 
9
10
  .listImageButton {