nestiq-component-library 1.1.104 → 1.1.106
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/dist/index.es.js +7 -6
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +7 -6
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/MessagePopup/MessagePopUp.css +3 -0
- package/src/components/MessagePopup/MessagePopUp.tsx +2 -2
- package/src/components/NewPropertyCard/NewPropertyCard.tsx +3 -3
- package/src/components/SharePopup/SharePopup.css +3 -0
- package/src/components/SharePopup/SharePopup.tsx +1 -1
|
@@ -30,7 +30,7 @@ export default function SharePopup(props: PopupProps) {
|
|
|
30
30
|
return (
|
|
31
31
|
<div>
|
|
32
32
|
{showPopUp && (
|
|
33
|
-
<div className="popup-overlay">
|
|
33
|
+
<div className="response popup-overlay">
|
|
34
34
|
<div className="shareSection col-12 d-flex position-relative flex-column mx-auto justify-content-center col-5 col-lg-6 d-flex gap-4">
|
|
35
35
|
<div className="end-0 top-0 position-absolute ">
|
|
36
36
|
<img
|