nestiq-component-library 1.1.117 → 1.1.119

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.
@@ -123,8 +123,8 @@ export default function PropertyCard(props: PopupProps) {
123
123
  >
124
124
  <div className="d-flex flex-row col-12 justify-content-between ">
125
125
  <div
126
- className="d-felx align-self-start justify-items-start "
127
- style={{ left: "16px" }}
126
+ className="d-felx align-self-start justify-items-start ms-4 "
127
+ style={{ left: "16px" }}
128
128
  onClick={() => handleArrowClickInMainImage("left")}
129
129
  role="button"
130
130
  >
@@ -136,10 +136,7 @@ export default function PropertyCard(props: PopupProps) {
136
136
  onClick={() => handleArrowClickInMainImage("right")}
137
137
  role="button"
138
138
  >
139
- <img
140
- src={arrowRight}
141
- style={{ right: "16px" }}
142
- />
139
+ <img src={arrowRight} style={{ right: "16px" }} />
143
140
  </div>
144
141
  </div>
145
142
  <div
@@ -170,6 +167,7 @@ export default function PropertyCard(props: PopupProps) {
170
167
  paddingTop: "32px",
171
168
  }}
172
169
  onClick={props.onClick}
170
+ role="button"
173
171
  >
174
172
  {props.property.expose?.title}
175
173
  </span>
@@ -187,12 +185,14 @@ export default function PropertyCard(props: PopupProps) {
187
185
  className=" "
188
186
  onClick={handleSharePopUp}
189
187
  style={{ maxHeight: "24px", maxWidth: "24px" }}
188
+ role="button"
190
189
  />
191
190
  <img
192
191
  src={moreIcon}
193
192
  alt="Location Icon"
194
193
  className=""
195
194
  style={{ maxHeight: "24px", maxWidth: "24px" }}
195
+ role="button"
196
196
  />
197
197
  </div>
198
198
  </div>