nestiq-component-library 1.1.99 → 1.1.100

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.99",
3
+ "version": "1.1.100",
4
4
  "type": "module",
5
5
  "description": "",
6
6
  "main": "dist/index.js",
@@ -8,9 +8,8 @@
8
8
  }
9
9
  }
10
10
 
11
- .listing-compacts {
11
+ .listing-compact {
12
12
  max-width: 750px;
13
- align-self: stretch;
14
13
  flex-grow: 1;
15
14
  display: flex;
16
15
  flex-direction: column;
@@ -21,7 +20,6 @@
21
20
  /* box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25); */
22
21
  background-color: rgba(58, 58, 58, 0.068);
23
22
  height: 460px;
24
- padding: 32px;
25
23
  }
26
24
  .cardStyles {
27
25
  width: 100%;
@@ -162,7 +162,7 @@ export default function PropertyCard(props: PopupProps) {
162
162
  </div>
163
163
  </div>
164
164
  </div>
165
- <div className="d-flex flex-column listing-compacts col-6">
165
+ <div className="d-flex flex-column listing-compact col-6">
166
166
  <div className="d-flex flex-row justify-content-between gap-2">
167
167
  <span
168
168
  className="propertyTitle align-items-start "