nestiq-component-library 1.1.81 → 1.1.83

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.81",
3
+ "version": "1.1.83",
4
4
  "type": "module",
5
5
  "description": "",
6
6
  "main": "dist/index.js",
@@ -127,10 +127,12 @@
127
127
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
128
128
  border: solid 1px #000;
129
129
  background-color: #fff;
130
+ display: flex;
130
131
  }
131
132
 
132
133
  .thirdLabels {
133
134
  width: 110px;
135
+ padding: 0 7px;
134
136
  height: 25px;
135
137
  border-radius: 16px;
136
138
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
@@ -111,7 +111,7 @@ export default function PropertyCard(props: PopupProps) {
111
111
  <div className="d-flex flex-column col-md-6 col-lg-12">
112
112
  <div
113
113
  key={props.property.id}
114
- className="card-bod mb-4 position-relative cardStyles w-100"
114
+ className="card-bod mb-4 position-relative cardStyles h-100 w-100"
115
115
  style={{
116
116
  backgroundImage: `url(${mainImage || pictureUrls[0]})`,
117
117
  backgroundSize: "cover",
@@ -180,7 +180,7 @@ export default function PropertyCard(props: PopupProps) {
180
180
  </span>
181
181
  </div>
182
182
  </div>
183
- <div className="d-flex flex-row gap-lg-2 col-6 col-lg-8 ">
183
+ <div className="d-flex flex-row gap-3 col-6 col-lg-8 ">
184
184
  <span className="value col-lg-3 col-md-4 col-sm-6 ">
185
185
  {formatPrice(props.property?.evaluation?.askingPrice ?? 0)} €
186
186
  <br />