nestiq-component-library 1.1.172 → 1.2.1

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.
Files changed (111) hide show
  1. package/dist/index.cjs +8 -0
  2. package/dist/index.cjs.map +1 -0
  3. package/dist/index.js +1670 -733
  4. package/dist/index.js.map +1 -1
  5. package/dist/style.css +1 -0
  6. package/package.json +27 -26
  7. package/dist/assets/images/Icon_rightArrow.bced4a705c07148d.svg +0 -3
  8. package/dist/assets/images/LayersIcon.34c085c352a2c9c8.svg +0 -5
  9. package/dist/assets/images/blackarrow-Right.e585ae62dd55abae.svg +0 -3
  10. package/dist/assets/images/blckarrow-Left.e2134741aa368d30.svg +0 -3
  11. package/dist/assets/images/card-arrow-left.55343410142dad3f.svg +0 -4
  12. package/dist/assets/images/card-arrow-right.60b3bf0e34c1800d.svg +0 -4
  13. package/dist/assets/images/chevron-left.04f0a7f16b745c1a.svg +0 -3
  14. package/dist/assets/images/close.b5ce9141e80c688b.png +0 -0
  15. package/dist/assets/images/default-property.9987f19670be82b6.jpg +0 -0
  16. package/dist/assets/images/envelope-fill.6669c9d64183941c.svg +0 -3
  17. package/dist/assets/images/facebook.ce73eacbfffe8a27.svg +0 -3
  18. package/dist/assets/images/icon_checkmark.9b48c4a4bc651b08.svg +0 -10
  19. package/dist/assets/images/icon_close_2.e41bb9a4db48e048.png +0 -0
  20. package/dist/assets/images/icon_gallery.269b721daf2ca907.svg +0 -4
  21. package/dist/assets/images/icon_map.2318ec664c3e615e.svg +0 -10
  22. package/dist/assets/images/icon_share_1.b9ec05630dc1087e.svg +0 -3
  23. package/dist/assets/images/imooly.b46514ac970e6052.svg +0 -7
  24. package/dist/assets/images/layer_icon.9b56c187199c44b5.svg +0 -5
  25. package/dist/assets/images/linkedin.7539333145b03678.svg +0 -3
  26. package/dist/assets/images/locationIcon.961de080757bda41.svg +0 -4
  27. package/dist/assets/images/locationIconBlack.eb8e9e9226b43573.svg +0 -4
  28. package/dist/assets/images/mail-icon.176f921aa16b9a3d.png +0 -0
  29. package/dist/assets/images/more.ce14789c8d37e327.svg +0 -12
  30. package/dist/assets/images/twitter-x.48a4ac3f560f0a62.svg +0 -3
  31. package/dist/assets/images/warning.6f99cb4c6a048b47.svg +0 -11
  32. package/dist/assets/images/whatsapp.28e6b0b24adc9289.svg +0 -3
  33. package/dist/components/Button/Button.d.ts +0 -6
  34. package/dist/components/ErrorPopup/ErrorPopup.d.ts +0 -7
  35. package/dist/components/FloorPlanPopup/FloorPlanPopup.d.ts +0 -7
  36. package/dist/components/ImageListPopup/ImageListPopup.d.ts +0 -12
  37. package/dist/components/MessagePopup/MessagePopUp.d.ts +0 -16
  38. package/dist/components/MessagePopup/SuccessPopup.d.ts +0 -7
  39. package/dist/components/NewPropertyCard/NewPropertyCard.d.ts +0 -55
  40. package/dist/components/Popup/Popup.d.ts +0 -9
  41. package/dist/components/PropertyCard/PropertyCard.d.ts +0 -27
  42. package/dist/components/PropertyDetailsHeader/PropertyDetailsHeader.d.ts +0 -20
  43. package/dist/components/PropertyImageList/PropertyImageList.d.ts +0 -29
  44. package/dist/components/SharePopup/SharePopup.d.ts +0 -8
  45. package/dist/components/ToastWrapper/ToastWrapper.d.ts +0 -4
  46. package/dist/functions/util.d.ts +0 -2
  47. package/dist/index.d.ts +0 -15
  48. package/dist/index.es.js +0 -742
  49. package/dist/index.es.js.map +0 -1
  50. package/dist/models/message.model.d.ts +0 -7
  51. package/rollup.config.mjs +0 -36
  52. package/src/assets/images/Icon_rightArrow.svg +0 -3
  53. package/src/assets/images/LayersIcon.svg +0 -5
  54. package/src/assets/images/blackarrow-Right.svg +0 -3
  55. package/src/assets/images/blckarrow-Left.svg +0 -3
  56. package/src/assets/images/card-arrow-left.svg +0 -4
  57. package/src/assets/images/card-arrow-right.svg +0 -4
  58. package/src/assets/images/chevron-left.svg +0 -3
  59. package/src/assets/images/close.png +0 -0
  60. package/src/assets/images/default-property.jpg +0 -0
  61. package/src/assets/images/envelope-fill.svg +0 -3
  62. package/src/assets/images/facebook.svg +0 -3
  63. package/src/assets/images/heart.svg +0 -3
  64. package/src/assets/images/house.jpg +0 -0
  65. package/src/assets/images/icon_checkmark.svg +0 -10
  66. package/src/assets/images/icon_close 2.png +0 -0
  67. package/src/assets/images/icon_close_2.png +0 -0
  68. package/src/assets/images/icon_gallery.svg +0 -4
  69. package/src/assets/images/icon_home.svg +0 -3
  70. package/src/assets/images/icon_map.svg +0 -10
  71. package/src/assets/images/icon_share_1.svg +0 -3
  72. package/src/assets/images/imooly.svg +0 -7
  73. package/src/assets/images/layer_icon.svg +0 -5
  74. package/src/assets/images/linkedin.svg +0 -3
  75. package/src/assets/images/locationIcon.svg +0 -4
  76. package/src/assets/images/locationIconBlack.svg +0 -4
  77. package/src/assets/images/mail-icon.png +0 -0
  78. package/src/assets/images/more.svg +0 -12
  79. package/src/assets/images/twitter-x.svg +0 -3
  80. package/src/assets/images/warning.svg +0 -11
  81. package/src/assets/images/whatsapp.svg +0 -3
  82. package/src/components/Button/Button.tsx +0 -11
  83. package/src/components/ErrorPopup/ErrorPopup.tsx +0 -63
  84. package/src/components/ErrorPopup/PopUp.css +0 -409
  85. package/src/components/FloorPlanPopup/FloorPlanPopup.css +0 -3
  86. package/src/components/FloorPlanPopup/FloorPlanPopup.tsx +0 -83
  87. package/src/components/ImageListPopup/ImageListPopup.css +0 -113
  88. package/src/components/ImageListPopup/ImageListPopup.tsx +0 -154
  89. package/src/components/MessagePopup/MessagePopUp.css +0 -196
  90. package/src/components/MessagePopup/MessagePopUp.tsx +0 -160
  91. package/src/components/MessagePopup/PopUp.css +0 -408
  92. package/src/components/MessagePopup/SuccessPopup.tsx +0 -64
  93. package/src/components/NewPropertyCard/NewPropertyCard.css +0 -413
  94. package/src/components/NewPropertyCard/NewPropertyCard.tsx +0 -383
  95. package/src/components/Popup/Popup.css +0 -12
  96. package/src/components/Popup/Popup.tsx +0 -29
  97. package/src/components/PropertyCard/PropertyCard.css +0 -271
  98. package/src/components/PropertyCard/PropertyCard.tsx +0 -137
  99. package/src/components/PropertyDetailsHeader/PropertyDetailsHeader.css +0 -94
  100. package/src/components/PropertyDetailsHeader/PropertyDetailsHeader.tsx +0 -106
  101. package/src/components/PropertyImageList/PropertyImageList.css +0 -101
  102. package/src/components/PropertyImageList/PropertyImageList.tsx +0 -254
  103. package/src/components/SharePopup/SharePopup.css +0 -348
  104. package/src/components/SharePopup/SharePopup.tsx +0 -143
  105. package/src/components/ToastWrapper/ToastWrapper.tsx +0 -25
  106. package/src/functions/util.ts +0 -14
  107. package/src/index.tsx +0 -26
  108. package/src/models/message.model.ts +0 -7
  109. package/src/styles/common.css +0 -17
  110. package/src/types/images.d.ts +0 -25
  111. package/tsconfig.json +0 -22
package/dist/style.css ADDED
@@ -0,0 +1 @@
1
+ :root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.popup-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:9998}.compact_cc{padding:32px;height:194px;border-radius:32px;box-shadow:0 4px 4px #00000040;background-color:#f2f2f2}.header_Text{margin-top:140px;font-size:32px;line-height:normal;color:#1b1b1b}.location{left:0}.vector svg{width:6px;height:21.5px;flex-grow:0;margin:4.2px 10px 4.2px 0;fill:#344041;cursor:pointer}.textWrapper{height:20px}.propText{font-size:16px;letter-spacing:normal;text-align:center;color:#344041}.v_share{cursor:pointer}@media(min-width:800px){.Pheader{max-width:1750px;margin:0 auto}}@media(min-width:300px)and (max-width:670px){.Pheader{height:700px}.compact{border-radius:32px;box-shadow:0 4px 4px #00000040;background-color:#f2f2f2}.compact2{position:relative!important;display:flex!important;align-self:flex-start!important;margin-left:25px;justify-content:start!important;align-items:flex-start!important}.compact3{position:relative!important;display:flex!important;margin-left:30px;margin-top:10px!important}.header_Text{margin-top:0}.propText{justify-content:start!important;align-self:flex-start!important;text-align:start!important}.propText2{justify-content:start!important;align-self:flex-start!important;text-align:start!important;font-weight:1000;font-size:24px}}.closeIcon_c{width:16px;height:16px;cursor:pointer}.socialMediaIconsSection{gap:60px!important}.socialMediaIcons{width:28px!important;height:28px!important;cursor:pointer}.socialMediaIconText{height:36px;font-size:13px;font-weight:500;line-height:3;color:#344041;cursor:pointer}.popup_search-input{height:60px;padding-inline-end:190px;font-size:20px;box-shadow:inset 0 4px 4px #00000040;background-color:#0000000d}.popup_search-input::placeholder{font-size:20px;color:#8c8c8c80}.popup_search-input:focus{outline:none}.popupcustom-button{height:35px;color:#000;cursor:pointer;border-color:var(--primary-color);right:0;z-index:1;background-image:var(--gradient);box-shadow:0 4px 4px #00000040}.button_icon-left{width:184px;height:43px;flex-grow:0;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;padding:12px 24px;border-radius:16px;box-shadow:0 4px 4px #00000040;background-color:var(--primary-color)}.Line-9,.Line-10{height:1px;flex-grow:1;background-color:#8c8c8c80;max-width:23rem;align-self:center;align-content:center}.mainImage{height:80%}.secondList{height:20%;max-height:121.6px}.listImageButton{background-image:linear-gradient(to top,#000,#666);align-items:center!important;justify-content:center!important;min-height:121px}.listImgText{height:30px;font-size:14px;line-height:2.14;color:#fff}.arroIconColour{height:30px;fill:#fff!important}.onImageArrow{width:50px;height:50px;padding:23px 8px;background-color:#fffc}.blackArrow{width:20px;height:20px}.imagesArray{background-size:cover!important}@media(max-width:450px){.mainImage{height:500px;width:88vw}}@media(min-width:768px)and (max-width:819px){.mainImage{height:80%;width:58vw}}@media(min-width:820px)and (max-width:850px){.mainImage{height:80%;width:58vw}}.image-thumbnail{position:relative;transition:opacity .3s ease-in-out;height:100%;display:flex;align-items:center;justify-content:center}.image-thumbnail img{height:100%;object-fit:cover;border-radius:8px}.image-thumbnail.greyed-out img{filter:grayscale(100%) brightness(50%)}.image-thumbnail.selected img{filter:none;border:2px solid #007bff}.popup-header{display:flex;justify-content:center;align-items:center;width:100%;padding:1rem;position:absolute;top:0}.closeIconNestiq{position:absolute;right:10px;top:10px;width:12px;height:12px;cursor:pointer;z-index:1}.popup-title{color:#fff;font-size:24px;font-weight:700}.btn-close{position:absolute;right:1rem;top:1rem;background:none;border:none;color:#fff;font-size:24px;cursor:pointer}.popup-body{display:flex;justify-content:center;align-items:center;padding:1rem;position:relative;flex:1}.main-image{max-width:100%;max-height:80vh;border-radius:8px}.btn-prev,.btn-next{background:none;border:none;color:#fff;font-size:48px;cursor:pointer;position:absolute;top:50%;transform:translateY(-50%)}.btn-prev{left:10px}.btn-next{right:10px}.popup-thumbnails{display:flex;justify-content:center;align-items:center;gap:10px;padding:1rem}.thumbnail{width:60px;height:60px;object-fit:cover;border-radius:8px;cursor:pointer;opacity:.6}.thumbnail.active{border:2px solid white;opacity:1}.activeStyle{border:3px solid transparent;border-radius:4px;transition:transform .2s ease,border-color .2s ease;cursor:pointer}.activeStyle:hover{transform:scale(1.05)}.activeStyle:focus{outline:none;transform:scale(1.05)}.activeStyle.active{transform:scale(1.05)}.mainImageListPopUp{height:465px;width:880px;background-size:cover;background-position:center}.imageTitlePopup{font-size:20px;font-weight:500}@media(min-width:1000px)and (max-width:1500px){.mainImageListPopUp{height:400px!important;width:700px!important}.imageListBottom{margin-top:1rem!important}}@media(min-width:2000px)and (max-width:3000px){.mainImageListPopUp{height:1200px!important;width:1500px!important}.imageListBottom{margin-top:1rem!important}.imageTitlePopup{font-size:32px!important}}.header{font-size:48px;font-weight:600;color:#1b1b1b}.firstLabel{width:100px;height:25px;gap:6px;border-radius:16px;box-shadow:0 4px 4px #00000040;border:solid 1px #031012!important;background-color:var(--primary-color)}.secondLabel{width:fit-content;height:25px;padding:0 17px;border-radius:16px;box-shadow:0 4px 4px #00000040;border:solid 1px #000;background-color:#fff}.fourthLabels{padding:2px;width:100px;height:25px;border-radius:16px;box-shadow:0 4px 4px #00000040;border:solid 1px #000;background-color:#fff}.layersText{font-size:14px;color:#1b1b1b}.locationText{font-size:14px;color:#fff;text-align:center}.detail{font-size:12px;text-align:center;color:#fff}.cardStyle{width:405px;max-width:2405px;display:flex;align-items:center;justify-content:center;height:350px;border-radius:30px!important}@media(max-width:375px){.labelTopClass{width:105px!important}.layersText{font-size:9px}.firstLabel{gap:2px}.layersVector{width:9px;height:10px;gap:0px}.cardStyle{width:320px!important;height:220px!important}.header{font-size:24px}.detail{font-size:10px;padding:2px}.Price{font-size:18px}.locationText{font-size:10px}.Vector{width:8px;height:16px;margin:0 2px .4px}}.property-card{width:100%;height:auto;box-shadow:0 4px 4px #00000040;border-radius:32px}.priceValue,.value,.price_label,.details{white-space:nowrap}.listing-compact_c{gap:8px;padding:24px;border-radius:0 32px 32px 0;background-color:#3a3a3a11}.wrapperCompanySec{height:119px;align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:16px;padding:10px 16px;border-radius:16px;border:solid 1px rgba(0,0,0,.1);background-color:#fff}.kontactbutton_cc{width:180px;height:43px;gap:10px;border-radius:16px;box-shadow:0 4px 4px #00000040;background:linear-gradient(to top,#000,#666)}.cc-height{height:460px}.listing-height{height:422px}.cardStyles{width:100%;display:flex;align-items:center;justify-content:center;height:460px;border-radius:32px 0 0 32px!important}.cardTag{width:75px;height:30px;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:6px;padding:0 24px;border-radius:16px;border:solid 1px #313131;background-color:#fff}.Grundriss{width:120px;height:30px;flex-grow:0;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px;font-size:14px;border-radius:16px;box-shadow:0 4px 4px #00000040;background:linear-gradient(to top,#000,#666)}.Frame-136{height:85px;align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:16px;padding:10px 16px;border-radius:16px;border:solid 1px rgba(0,0,0,.1);background-color:#fff}.kontactbutton{width:198px;height:43px;flex-grow:0;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px;border-radius:16px;box-shadow:0 4px 4px #00000040;background:linear-gradient(to top,#000,#666)}.kontact-button-text{flex-grow:0;font-size:16px;font-weight:500;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;text-align:center;color:#fff}.propertyTitle{display:flex;flex-grow:0;font-size:24px;font-weight:580;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;text-align:start;color:#313131}.chipLabel{height:30px;padding:0 10px;border-radius:16px;box-shadow:0 4px 4px #00000040;border:solid 1px #000;background-color:#fff;display:flex}.layersVector{width:15.1px;height:16px}.layersText{padding:0 8px;font-size:14px;color:#1b1b1b;line-height:2.14;text-wrap:nowrap}.style-img{object-fit:cover;border-radius:30px!important}.Vector{width:12px;height:16.1px;flex-grow:0;margin:.4px 6px .4px 0}.heartVector{width:23px;height:26.7px;cursor:pointer}.heartVector.liked{fill:#fff!important}.location-wrapper{display:flex;align-items:center;gap:10px}.location-icon{width:16px;height:21px;flex-grow:0;object-fit:contain}.locationTexts{font-size:16px;color:#344041;text-align:center}.arrowVector{width:23px;height:23px;flex-grow:0;object-fit:contain}.Price{font-size:26px;font-weight:500;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;text-align:center;color:#fff}.details{font-size:16px;color:#344041}.price_label{font-size:16px;text-align:left;color:#344041}.value,.priceValue{font-size:20px;font-weight:500;display:flex;flex-direction:column;gap:5px;line-height:1}.class{background-color:#1b1b1b}.header{height:64px;justify-content:center}.rightConer{width:200px}.labelTopClass{height:32px}@media all and (min-width:2560px){.header{font-size:38px;display:flex}.cardStyle{gap:0px;width:350px;height:300px}}@media(max-width:1399px){.header{font-size:38px;align-self:center;margin-left:150px}.cardStyle{gap:0px;width:350px;height:300px}}@media(max-width:1199px){.header{font-size:38px}.cardStyle{width:300px;height:250px}}@media(max-width:575px){.detail{font-size:11px;padding:2px}.Price{font-size:19px}.header{font-size:28px}.locationText{font-size:12px}}@media(max-width:375px){.labelTopClass{width:105px!important}.layersText{font-size:9px;padding:0 2rem}.firstLabel{gap:2px}.layersVector{width:9px;height:10px;gap:0px}.cardStyle{width:320px!important;height:220px!important}.header{font-size:24px}.detail{font-size:10px;padding:2px}.Price{font-size:18px}.locationText{font-size:10px}.Vector{width:8px;height:16px;margin:0 2px .4px}}@media(max-width:280px){.cardStyle{width:260px!important;height:160px!important}.detail{margin-bottom:5px;font-size:.6ch}.Price{font-size:9px}.locationText{font-size:6px}.Vector{width:7px;height:10px;margin:0 2px 4px}.heartVector{width:15px;height:20px}}.popup-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:9998}.MessageShareSections{height:550px;padding:10px 14px;border-radius:16px;box-shadow:0 4px 4px #00000040;border:solid 1px #d7d9e3;background-color:#fff;max-width:1280px}.circle{height:55px;width:55px;background-color:transparent;border-radius:50%;border-style:solid;border-color:#000;border-width:2px;align-content:center;justify-content:center;justify-items:center;justify-self:center}@media(min-width:375px)and (max-width:667px){.popup-overlay{background-color:#00000080;display:flex;z-index:9998}.button_icon-left{width:90px;height:43px;flex-grow:0;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;padding:12px 24px;border-radius:16px;box-shadow:0 4px 4px #00000040}.button_icon-right{width:184px}.circle{height:55px;width:55px;background-color:transparent;border-radius:50%;border-style:solid;border-color:#000;border-width:2px}.button_icon-left{width:184px}}.shareSection{height:340px;padding:40px;border-radius:16px;box-shadow:0 4px 4px #00000040;border:solid 1px #d7d9e3;background-color:#fff}.shareSection-Success{height:510px;padding:40px;border-radius:16px;box-shadow:0 4px 4px #00000040;border:solid 1px #d7d9e3;background-color:#fff}.button_icon-right{width:184px;height:43px;flex-grow:0;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;padding:12px 24px;border-radius:16px;border-color:#000;background-color:transparent}.Account-popup{height:713px;padding:10px;border-radius:16px;box-shadow:0 4px 4px #00000040;border:solid 1px #d7d9e3;background-color:#fff;max-width:1000px}.filter{height:343px;align-self:stretch;flex-grow:0;display:flex;flex-direction:column;gap:2px;padding:32px;border-radius:32px;box-shadow:inset 0 4px 10px #00000026;background-color:#f2f2f2}.loginFilter{height:280px;align-self:stretch;flex-grow:0;display:flex;flex-direction:column;gap:2px;padding:32px;border-radius:32px;box-shadow:inset 0 4px 10px #00000026;background-color:#f2f2f2}.radioLabel{width:176px;height:19px;flex-grow:0;font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;text-align:left;color:#1b1b1b}.placeholders{width:232px;height:45px;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px;padding:12px 24px;border-radius:4px;background-image:linear-gradient(to top,#000 100%,#666 0%)}.TagW.active{height:40px;flex-grow:1;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:6px;padding:0 24px;border-radius:16px;box-shadow:0 4px 4px #00000040;background-image:linear-gradient(to top,#000,#666);color:#fff}.Tag{height:40px;flex-grow:1;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:6px;padding:0 24px;border-radius:16px;box-shadow:0 4px 4px #00000040;background-image:linear-gradient(to top,#f000,red)}.TagW{height:40px;flex-grow:1;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:6px;padding:0 24px;border-radius:16px;border:solid 1px #000;background-color:#fff;color:#000}@media(min-width:375px)and (max-width:667px){.Account-popup{height:650px!important;padding:10px;border-radius:16px;box-shadow:0 4px 4px #00000040;border:solid 1px #d7d9e3;background-color:#fff;width:90vw}.filter{height:260px;align-self:stretch;flex-grow:0;display:flex;flex-direction:column;gap:2px;padding:32px;border-radius:32px;box-shadow:inset 0 4px 10px #00000026;background-color:#f2f2f2}.middle-text{margin:5px 25px}.loginFilter{height:180px;align-self:stretch;flex-grow:0;display:flex;flex-direction:column;gap:2px;padding:32px;border-radius:32px;box-shadow:inset 0 4px 10px #00000026;background-color:#f2f2f2}}.popup-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:2000}.shareSection{height:340px;padding:40px;border-radius:16px;box-shadow:0 4px 4px #00000040;border:solid 1px #d7d9e3;background-color:#fff;max-width:1280px}.popUpHeader{height:48px;font-size:32px;font-weight:600;color:#1b1b1b}.closeIcon{width:16px;height:16px;cursor:pointer}.button_success-right{width:184px;height:43px;flex-grow:0;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;padding:12px 24px;border-radius:16px;border-color:#000;background-color:transparent}.button_success-left{width:200px;height:43px;flex-grow:0;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;padding:12px 24px;border-radius:16px;box-shadow:0 4px 4px #00000040;background-color:var(--primary-color)}.shareSection-Error{height:400px;padding:10px;border-radius:16px;box-shadow:0 4px 4px #00000040;border:solid 1px #d7d9e3;background-color:#fff}.popup-tags{font-size:large;font-weight:700}.button_icon-left{width:184px;height:43px;flex-grow:0;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;padding:12px 24px;border-radius:16px;box-shadow:0 4px 4px #00000040}.main_button{width:184px;height:43px;flex-grow:0;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;padding:12px 24px;border-radius:16px;box-shadow:0 4px 4px #00000040;background-image:var(--gradient)}.circle{height:55px;width:55px;background-color:transparent;border-radius:50%;border-style:solid;border-color:#000;border-width:2px}.Line-9,.Line-10{height:1px;flex-grow:1;background-color:#8c8c8c80;max-width:18rem;align-self:center;align-content:center}.middle-container{display:flex;align-items:center;justify-content:center}.middle-text{margin:25px}.google-button{width:260px;height:45px;flex-grow:0;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;padding:12px 24px;border-radius:4px;background-color:#000;background:linear-gradient(to top,#000,#666)}.lightertxt{color:#797979}.goButton-text{width:78px;height:19px;flex-grow:0;font-size:16px;font-weight:500;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;text-align:center;color:#1b1b1b}@media(min-width:375px)and (max-width:667px){.middle-text{margin:5px 25px}}
package/package.json CHANGED
@@ -1,35 +1,36 @@
1
1
  {
2
2
  "name": "nestiq-component-library",
3
- "version": "1.1.172",
3
+ "version": "1.2.1",
4
4
  "type": "module",
5
- "description": "",
6
- "main": "dist/index.js",
7
- "module": "dist/index.es.js",
8
- "scripts": {
9
- "test": "echo \"Error: no test specified\" && exit 1",
10
- "build": "rollup -c"
5
+ "main": "./dist/index.cjs",
6
+ "module": "./dist/index.js",
7
+ "exports": {
8
+ ".": {
9
+ "import": "./dist/index.js",
10
+ "require": "./dist/index.cjs"
11
+ },
12
+ "./style.css": "./dist/style.css"
11
13
  },
12
- "keywords": [],
13
- "author": "",
14
- "license": "ISC",
15
- "devDependencies": {
16
- "@rollup/plugin-commonjs": "^26.0.1",
17
- "@rollup/plugin-image": "^3.0.3",
18
- "@rollup/plugin-node-resolve": "^15.2.3",
19
- "@rollup/plugin-url": "^8.0.2",
20
- "@types/react": "^18.3.3",
21
- "@types/react-dom": "^18.3.0",
22
- "rollup": "^4.18.0",
23
- "rollup-plugin-copy": "^3.5.0",
24
- "rollup-plugin-postcss": "^4.0.2",
25
- "rollup-plugin-typescript2": "^0.36.0",
26
- "typescript": "^5.4.5"
14
+ "sideEffects": [
15
+ "**/*.css"
16
+ ],
17
+ "files": [
18
+ "dist"
19
+ ],
20
+ "scripts": {
21
+ "build": "vite build"
27
22
  },
28
23
  "peerDependencies": {
29
- "react": "18.2.0",
30
- "react-dom": "18.2.0"
24
+ "react": "^19.0.0",
25
+ "react-dom": "^19.0.0",
26
+ "react-toastify": "^11.0.5"
31
27
  },
32
- "dependencies": {
33
- "react-toastify": "^10.0.6"
28
+ "devDependencies": {
29
+ "@types/node": "^25.0.3",
30
+ "@types/react": "^19.2.7",
31
+ "@types/react-dom": "^19.2.3",
32
+ "@vitejs/plugin-react": "^5.1.2",
33
+ "typescript": "^5.9.3",
34
+ "vite": "^7.3.0"
34
35
  }
35
36
  }
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="#fff" class="bi bi-chevron-right" viewBox="0 0 16 16">
2
- <path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708"/>
3
- </svg>
@@ -1,5 +0,0 @@
1
- <svg width="18" height="17" viewBox="0 0 18 17" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="m16.855 5.147-8-4.572a.571.571 0 0 0-.567 0l-8 4.572a.571.571 0 0 0 .014 1l8 4.285a.571.571 0 0 0 .54 0l8-4.285a.571.571 0 0 0 .013-1zM8.572 9.28l-6.82-3.653 6.82-3.897 6.82 3.897-6.82 3.653z" fill="#031012"/>
3
- <path d="M8.846 13.43 16.57 9.18V7.877l-8 4.4-8-4.4V9.18l7.725 4.249a.572.572 0 0 0 .55 0z" fill="#031012"/>
4
- <path d="m.57 12.309 7.731 4.123a.572.572 0 0 0 .538 0l7.731-4.123v-1.295l-8 4.266-8-4.266v1.295z" fill="#031012"/>
5
- </svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-right" viewBox="0 0 16 16">
2
- <path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-left" viewBox="0 0 16 16">
2
- <path fill-rule="evenodd" d="M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0"/>
3
- </svg>
@@ -1,4 +0,0 @@
1
- <svg width="50" height="50" viewBox="0 0 50 50" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect width="50" height="50" rx="25" fill="#fff" fill-opacity=".8"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M29.127 17.18a.614.614 0 0 1 0 .872L22.177 25l6.95 6.948a.617.617 0 0 1-.871.872l-7.384-7.384a.616.616 0 0 1 0-.872l7.384-7.383a.616.616 0 0 1 .871 0z" fill="#000"/>
4
- </svg>
@@ -1,4 +0,0 @@
1
- <svg width="50" height="50" viewBox="0 0 50 50" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect width="50" height="50" rx="25" fill="#fff" fill-opacity=".8"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M20.873 32.82a.614.614 0 0 1 0-.872L27.823 25l-6.95-6.948a.617.617 0 0 1 .871-.872l7.384 7.384a.616.616 0 0 1 0 .872l-7.384 7.383a.616.616 0 0 1-.871 0z" fill="#000"/>
4
- </svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="#fff" class="bi bi-chevron-left" viewBox="0 0 16 16">
2
- <path fill-rule="evenodd" d="M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-envelope-fill" viewBox="0 0 16 16">
2
- <path d="M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414zM0 4.697v7.104l5.803-3.558zM6.761 8.83l-6.57 4.027A2 2 0 0 0 2 14h12a2 2 0 0 0 1.808-1.144l-6.57-4.027L8 9.586zm3.436-.586L16 11.801V4.697z"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-facebook" viewBox="0 0 16 16">
2
- <path d="M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951"/>
3
- </svg>
@@ -1,10 +0,0 @@
1
- <svg width="80" height="81" viewBox="0 0 80 81" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#x941tpr7ca)">
3
- <path d="M57.682 27.808a3.125 3.125 0 0 1 0 4.42L36.717 53.191a3.126 3.126 0 0 1-4.419 0l-9.98-9.98a3.124 3.124 0 1 1 4.42-4.42l7.77 7.771 18.754-18.755a3.126 3.126 0 0 1 4.42 0zM80 40.5c0 22.11-17.893 40-40 40-22.11 0-40-17.893-40-40C0 18.39 17.893.5 40 .5c22.11 0 40 17.893 40 40zm-6.25 0C73.75 21.845 58.653 6.75 40 6.75 21.345 6.75 6.25 21.847 6.25 40.5c0 18.655 15.097 33.75 33.75 33.75 18.655 0 33.75-15.097 33.75-33.75z" fill="#FFB525"/>
4
- </g>
5
- <defs>
6
- <clipPath id="x941tpr7ca">
7
- <path fill="#fff" transform="translate(0 .5)" d="M0 0h80v80H0z"/>
8
- </clipPath>
9
- </defs>
10
- </svg>
@@ -1,4 +0,0 @@
1
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M18.242 1.29H4.297a1.76 1.76 0 0 0-1.758 1.757v.742h-.781A1.76 1.76 0 0 0 0 5.547v11.406c0 .97.789 1.758 1.758 1.758h13.945a1.76 1.76 0 0 0 1.758-1.758v-.742h.781A1.76 1.76 0 0 0 20 14.453V3.047a1.76 1.76 0 0 0-1.758-1.758zM4.297 2.46h13.945c.323 0 .586.264.586.587v5.508l-3.49-2.47a.586.586 0 0 0-.724.037L10 10.159l-2.114-1.85a.586.586 0 0 0-.748-.02l-3.427 2.693V3.047c0-.323.263-.586.586-.586zm11.992 14.493a.587.587 0 0 1-.586.586H1.758a.587.587 0 0 1-.586-.586V5.547c0-.323.263-.586.586-.586h.781v9.492c0 .97.789 1.758 1.758 1.758h11.992v.742zm1.953-1.914H4.297a.587.587 0 0 1-.586-.586v-1.98L7.48 9.51l2.134 1.868c.221.193.55.193.772 0l4.652-4.071 3.79 2.683v4.462a.587.587 0 0 1-.586.586z" fill="#fff"/>
3
- <path d="M10 7.46a1.838 1.838 0 0 0 1.836-1.835A1.838 1.838 0 0 0 10 3.789a1.838 1.838 0 0 0-1.836 1.836c0 1.012.824 1.836 1.836 1.836zm0-2.5a.665.665 0 1 1-.001 1.33A.665.665 0 0 1 10 4.96z" fill="#fff"/>
4
- </svg>
@@ -1,10 +0,0 @@
1
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#bq66l33lna)">
3
- <path d="M19.286 0a.715.715 0 0 0-.32.075l-5.413 2.707-6.12-2.72C7.423.058 7.41.057 7.4.052a.741.741 0 0 0-.17-.044 1.063 1.063 0 0 0-.175 0 .742.742 0 0 0-.171.044c-.01.005-.022.005-.032.01L.424 2.919A.714.714 0 0 0 0 3.572v15.714a.714.714 0 0 0 1.004.653l6.139-2.729 6.138 2.729c.01.004.022 0 .033.006a.63.63 0 0 0 .54-.012c.012-.005.025 0 .036-.008l5.715-2.857a.714.714 0 0 0 .395-.64V.716A.714.714 0 0 0 19.286 0zM6.428 15.964l-5 2.222V4.036l5-2.222v14.15zm6.429 2.222-5-2.222V1.814l5 2.222v14.15zm5.714-2.199-4.286 2.143V4.013l4.286-2.143v14.117z" fill="#fff"/>
4
- </g>
5
- <defs>
6
- <clipPath id="bq66l33lna">
7
- <path fill="#fff" d="M0 0h20v20H0z"/>
8
- </clipPath>
9
- </defs>
10
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M22.046 9.9h-2.56a.937.937 0 1 0 0 1.875h2.56c.517 0 .938.42.938.937v12.26c0 .517-.42.938-.938.938H7.953a.939.939 0 0 1-.937-.938v-12.26c0-.517.42-.937.937-.937h2.56a.937.937 0 1 0 0-1.875h-2.56a2.816 2.816 0 0 0-2.812 2.812v12.26a2.816 2.816 0 0 0 2.812 2.813h14.093a2.816 2.816 0 0 0 2.813-2.813v-12.26A2.816 2.816 0 0 0 22.046 9.9zM11.504 8.007l2.59-2.59V17.76a.937.937 0 1 0 1.874 0V5.418l2.59 2.59a.934.934 0 0 0 1.326 0 .937.937 0 0 0 0-1.327l-4.19-4.19a.938.938 0 0 0-1.326 0l-4.19 4.19a.937.937 0 1 0 1.326 1.326z" fill="#000"/>
3
- </svg>
@@ -1,7 +0,0 @@
1
- <svg width="150" height="45" viewBox="0 0 150 45" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M2.324 37.932s5.001-6.516 4.403-14.405c0 0 0-.705.598-.88.564-.282 2.254.352 2.959 2.183.07.14.176.67.246 1.092.141 1.127.282 3.733-.21 7.713 0 0 16.094-1.233 17.292.246 0 0 .387.282.563.74.282.67.282 1.55-1.021 1.655 0 0-4.085-.176-7.678 1.339 0 0-5.67 2.395-9.157 2.958-.035 0-4.93 1.55-7.995-2.641z" fill="#FDC500"/>
3
- <path d="M18.738 38.53s2.571-1.162 7.08-1.655c0 0 1.62-.176 1.655.845 0 0 .07.423-.67.458l-8.065.352zM26.06 3.17S19.72.74 13.451 8.065l-7.255 10.53s-.74 1.48.176 1.938c0 0 1.374.67 2.607-.352l9.157-7.925s1.76-1.444 3.803.423c0 0 4.332 4.508 6.305 5.389 0 0 2.324.88 3.346-.282 0 0 .704-.81-.634-1.867 0 0-2.889-2.712-3.91-5.67 0 .035-.986-2.818-.986-7.08zM11.41 9.791l-2.713 4.015s-2.254 3.31-3.486 2.747c0 0-1.198-.563-.035-1.726l6.233-5.036z" fill="#FDC500"/>
4
- <path d="M23.21 19.441v4.825l-1.126-.458-.423-.176h-.07v-1.726h-1.515v1.726h1.55l.282.176v.106h-3.91v-.106l.282-.176h1.515v-1.726h-1.48v1.726h-.035l-.422.176-1.163.458v-4.825l1.163.352.387.106.07.035v1.69h1.48V19.9H18.28l-.282-.106v-.14h3.91v.14l-.282.106h-1.55v1.726h1.515v-1.69l.07-.036.423-.106 1.127-.352z" fill="#FDC500"/>
5
- <path d="M42.016 12.75h2.395v12.96h-2.395V12.75zM59.803 25.71l-.036-8.558-4.261 7.08h-1.057l-4.261-6.974v8.452h-2.29V12.75h1.973l5.142 8.558 5.036-8.559h1.973l.035 12.926h-2.254v.035zM77.447 25.71l-.035-8.558-4.262 7.08h-1.056l-4.262-6.974v8.452h-2.289V12.75h1.972l5.142 8.558 5.037-8.559h1.972l.035 12.926h-2.254v.035zM82.309 19.23c0-3.839 2.958-6.657 6.973-6.657s6.974 2.818 6.974 6.657-2.959 6.657-6.974 6.657c-4.015 0-6.973-2.818-6.973-6.657zm11.481 0c0-2.642-1.937-4.543-4.543-4.543s-4.543 1.902-4.543 4.543 1.937 4.543 4.543 4.543 4.543-1.902 4.543-4.543zM108.546 19.3h.916v4.825c-1.162 1.092-2.853 1.656-4.614 1.656-3.909 0-6.762-2.782-6.762-6.551s2.853-6.55 6.797-6.55c1.867 0 3.522.598 4.649 1.76l-.598.634c-1.127-1.092-2.466-1.55-4.051-1.55-3.346 0-5.846 2.43-5.846 5.706 0 3.24 2.5 5.706 5.846 5.706 1.374 0 2.607-.317 3.663-1.198V19.3zM121.577 22.048h-7.502l-1.655 3.663h-1.022l5.953-12.926h.95l5.953 12.925h-1.022l-1.655-3.662zm-.352-.775-3.417-7.467-3.381 7.467h6.798zM135.594 25.71l-3.099-4.332c-.423.07-.81.106-1.268.106h-3.698v4.226h-.951V12.75h4.649c3.24 0 5.213 1.62 5.213 4.367 0 2.043-1.092 3.486-3.029 4.05l3.24 4.543h-1.057zm-4.367-5.071c2.782 0 4.262-1.303 4.262-3.522 0-2.22-1.48-3.522-4.262-3.522h-3.698v7.008h3.698v.036zM142.18 13.63h-4.649v-.845h10.249v.845h-4.649v12.08h-.951V13.63z" fill="#242423"/>
6
- <path d="M42.05 28.246h.459v7.396h-.458v-7.396zM44.059 30.289h.387v1.092h.035c.176-.67.88-1.198 1.655-1.198 1.022 0 1.48.564 1.62 1.127h.036c.317-.74.845-1.127 1.69-1.127.951 0 1.656.564 1.656 1.797v3.627h-.423V31.98c0-1.374-.95-1.445-1.268-1.445-.95 0-1.655.67-1.655 1.973v3.134h-.388V31.98c0-1.338-.915-1.444-1.268-1.444-.74 0-1.69.6-1.69 1.973v3.134h-.387V30.29zM52.617 30.289h.388v1.092h.035c.176-.67.88-1.198 1.655-1.198 1.022 0 1.48.564 1.62 1.127h.035c.317-.74.846-1.127 1.691-1.127.95 0 1.655.564 1.655 1.797v3.627h-.387V31.98c0-1.374-.951-1.445-1.268-1.445-.95 0-1.655.67-1.655 1.973v3.134h-.388V31.98c0-1.338-.915-1.444-1.268-1.444-.74 0-1.69.6-1.69 1.973v3.134h-.388V30.29h-.035zM63.36 30.183c1.55 0 2.43 1.268 2.43 2.783 0 1.514-.88 2.782-2.43 2.782-1.55 0-2.43-1.268-2.43-2.782 0-1.515.845-2.783 2.43-2.783zm0 5.213c1.338 0 2.043-1.162 2.043-2.43 0-1.268-.705-2.43-2.043-2.43s-2.078 1.162-2.078 2.43c0 1.268.74 2.43 2.078 2.43zM67.129 28.246h.387v3.205h.035c.317-.845 1.163-1.268 2.008-1.268 1.55 0 2.325 1.198 2.325 2.677 0 2.536-1.585 2.923-2.325 2.923-1.409 0-1.937-1.021-2.007-1.303h-.036v1.197h-.387v-7.43zm4.332 4.614c0-1.198-.634-2.325-1.902-2.325-1.373 0-2.043.986-2.043 2.325 0 1.303.564 2.57 2.043 2.57 1.374-.034 1.902-1.373 1.902-2.57zM73.184 29.303v-1.057h.387v1.057h-.387zm0 6.34v-5.354h.387v5.318h-.387v.035zM75.614 28.246v7.396h-.387v-7.396h.387zM77.27 29.303v-1.057h.387v1.057h-.388zm0 6.34v-5.354h.387v5.318h-.388v.035zM79.385 33.036c-.036 1.268.634 2.395 1.972 2.395 1.021 0 1.726-.599 1.902-1.585h.387c-.211 1.233-1.021 1.937-2.29 1.937-1.549 0-2.359-1.233-2.359-2.677-.035-1.444.74-2.888 2.36-2.888 1.655 0 2.43 1.304 2.324 2.853h-4.296v-.035zm3.909-.352c-.035-1.127-.74-2.148-1.937-2.148-1.198 0-1.867 1.091-1.972 2.148h3.909zM84.914 30.289h.388v1.127h.035c.281-.81 1.091-1.268 1.901-1.268 1.867 0 1.902 1.514 1.902 2.148v3.311h-.387v-3.381c0-.564-.07-1.726-1.514-1.726-1.198 0-1.902.916-1.902 2.219v2.888h-.388v-5.318h-.035zM93.227 30.641v-.352h.95v-1.092c0-.74.529-1.056 1.163-1.056.14 0 .317.035.458.035v.352c-.141-.035-.317-.035-.458-.035-.423 0-.775.14-.775.74v1.056h1.092v.352h-1.092v4.966h-.388v-4.966h-.95zM100.832 35.642h-.388v-1.127h-.035c-.282.81-1.092 1.268-1.902 1.268-1.866 0-1.901-1.514-1.901-2.148v-3.346h.387v3.381c0 .564.07 1.726 1.514 1.726 1.198 0 1.902-.916 1.902-2.219v-2.888h.388v5.353h.035zm-3.17-6.163v-1.057h.458v1.057h-.458zm1.62 0v-1.057h.458v1.057h-.458zM102.7 31.486c.246-.704 1.092-1.268 2.078-1.197v.387c-.423-.035-.986.036-1.479.529-.388.387-.564.74-.599 1.55v2.922h-.388V30.29h.388v1.197zM113.583 30.36c-.035-1.269-1.021-1.902-2.359-1.902-.846 0-2.043.352-2.043 1.584 0 1.198 1.268 1.374 2.501 1.656 1.267.246 2.535.563 2.535 2.042 0 1.55-1.479 2.078-2.606 2.078-1.726 0-3.134-.704-3.134-2.606h.457c-.105 1.62 1.198 2.219 2.677 2.219.881 0 2.148-.387 2.148-1.69 0-1.269-1.267-1.48-2.535-1.726-1.268-.247-2.501-.564-2.501-1.973 0-1.408 1.303-1.972 2.501-1.972 1.549 0 2.747.67 2.817 2.29h-.458zM117.458 30.641h-1.163v3.733c0 .846.388.951 1.163.916v.352c-.81.035-1.585-.07-1.55-1.268v-3.733h-.986v-.352h.986v-1.655h.387v1.655h1.163v.352zM122.703 35.642h-.388v-1.127h-.035c-.281.81-1.092 1.268-1.902 1.268-1.866 0-1.901-1.514-1.901-2.148v-3.346h.387v3.38c0 .564.07 1.727 1.514 1.727 1.198 0 1.902-.916 1.902-2.22V30.29h.388v5.353h.035zM126.157 30.641h-1.162v3.733c0 .846.387.951 1.162.916v.352c-.81.035-1.585-.07-1.55-1.268v-3.733h-.986v-.352h.986v-1.655h.388v1.655h1.162v.352zM129.149 30.641h-1.162v3.733c0 .846.387.951 1.162.916v.352c-.81.035-1.585-.07-1.55-1.268v-3.733h-.986v-.352h.986v-1.655h.388v1.655h1.162v.352zM134.571 30.289v5.036c0 .423 0 2.395-2.289 2.325-1.127 0-2.008-.423-2.078-1.656h.387c.07.951.845 1.303 1.691 1.303 1.866 0 1.901-1.514 1.901-1.866v-1.233h-.035c-.387.775-1.021 1.198-1.937 1.198-1.55 0-2.289-1.163-2.289-2.642 0-1.409.81-2.606 2.289-2.606.845 0 1.62.423 1.937 1.233h.035v-1.092h.388zm-4.262 2.5c0 1.268.669 2.29 1.902 2.29 1.303 0 1.937-1.092 1.937-2.29 0-1.197-.634-2.289-1.937-2.289-1.268.035-1.902 1.162-1.902 2.29zM139.961 34.656c0 .317 0 .634.352.634.07 0 .176 0 .282-.035v.317c-.106.035-.212.035-.317.035-.634 0-.705-.352-.705-.775v-.282h-.035c-.247.634-.951 1.198-1.972 1.198-1.022 0-1.796-.388-1.796-1.515 0-1.232 1.091-1.514 1.972-1.584 1.761-.141 1.831-.247 1.831-1.092 0-.247-.282-1.057-1.479-1.057-.951 0-1.585.493-1.62 1.409h-.387c.035-1.162.774-1.761 2.042-1.761.916 0 1.867.282 1.867 1.373v3.135h-.035zm-.388-2.043c-.317.352-1.162.317-1.937.423-.916.106-1.444.423-1.444 1.233 0 .634.458 1.162 1.409 1.162 1.796 0 1.972-1.55 1.972-1.796v-1.022zM141.934 31.486c.247-.704 1.092-1.268 2.078-1.197v.387c-.422-.035-.986.036-1.479.529-.387.387-.563.74-.599 1.55v2.922h-.387V30.29h.387v1.197zM146.688 30.641h-1.162v3.733c0 .846.387.951 1.162.916v.352c-.81.035-1.585-.07-1.55-1.268v-3.733h-.986v-.352h.986v-1.655h.388v1.655h1.162v.352z" fill="#FDC500"/>
7
- </svg>
@@ -1,5 +0,0 @@
1
- <svg width="22" height="20" viewBox="0 0 22 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="m21.354 5.808-10-5.714a.714.714 0 0 0-.709 0l-10 5.714a.714.714 0 0 0 .017 1.25l10 5.357a.714.714 0 0 0 .675 0l10-5.357a.714.714 0 0 0 .017-1.25zM11 10.975 2.475 6.408 11 1.537l8.525 4.871L11 10.975z" fill="#fff"/>
3
- <path d="m11.34 16.162 9.656-5.31V9.22l-10 5.5-10-5.5v1.63l9.656 5.31a.715.715 0 0 0 .688 0z" fill="#fff"/>
4
- <path d="m.996 14.762 9.664 5.154a.714.714 0 0 0 .672 0l9.664-5.154v-1.62l-10 5.334-10-5.333v1.619z" fill="#fff"/>
5
- </svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-linkedin" viewBox="0 0 16 16">
2
- <path d="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854zm4.943 12.248V6.169H2.542v7.225zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248S2.4 3.226 2.4 3.934c0 .694.521 1.248 1.327 1.248zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016l.016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225z"/>
3
- </svg>
@@ -1,4 +0,0 @@
1
- <svg width="12" height="18" viewBox="0 0 12 18" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M6 4.725a2.208 2.208 0 1 0 .001 4.416 2.208 2.208 0 0 0 0-4.416zm0 3.312a1.104 1.104 0 1 1 .001-2.208 1.104 1.104 0 0 1 0 2.208z" fill="#344041"/>
3
- <path d="M10.243 2.687a6 6 0 0 0-9.27 7.518l4.17 6.403a1.022 1.022 0 0 0 1.713 0l4.171-6.404a6 6 0 0 0-.784-7.517zm-.14 6.915L6 15.9 1.897 9.602a4.919 4.919 0 0 1 .64-6.135 4.896 4.896 0 0 1 6.925 0 4.919 4.919 0 0 1 .64 6.135z" fill="#344041"/>
4
- </svg>
@@ -1,4 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-geo-alt" viewBox="0 0 16 16">
2
- <path d="M12.166 8.94c-.524 1.062-1.234 2.12-1.96 3.07A32 32 0 0 1 8 14.58a32 32 0 0 1-2.206-2.57c-.726-.95-1.436-2.008-1.96-3.07C3.304 7.867 3 6.862 3 6a5 5 0 0 1 10 0c0 .862-.305 1.867-.834 2.94M8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10"/>
3
- <path d="M8 8a2 2 0 1 1 0-4 2 2 0 0 1 0 4m0 1a3 3 0 1 0 0-6 3 3 0 0 0 0 6"/>
4
- </svg>
@@ -1,12 +0,0 @@
1
- <svg width="4" height="20" viewBox="0 0 4 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#fxcoqj8dma)" fill="#313131">
3
- <circle cx="2" cy="2" r="2"/>
4
- <circle cx="2" cy="10" r="2"/>
5
- <circle cx="2" cy="18" r="2"/>
6
- </g>
7
- <defs>
8
- <clipPath id="fxcoqj8dma">
9
- <path fill="#fff" d="M0 0h4v20H0z"/>
10
- </clipPath>
11
- </defs>
12
- </svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-twitter-x" viewBox="0 0 16 16">
2
- <path d="M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.867-5.07-4.425 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.601.75Zm-.86 13.028h1.36L4.323 2.145H2.865z"/>
3
- </svg>
@@ -1,11 +0,0 @@
1
- <svg width="80" height="81" viewBox="0 0 80 81" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#gyr7eoy9ma)" fill="#FFB525">
3
- <path d="M49.585 9.407a11.03 11.03 0 0 0-19.174 0L1.378 61.134a10.594 10.594 0 0 0 .097 10.63 10.88 10.88 0 0 0 9.49 5.403H69.03a10.88 10.88 0 0 0 9.49-5.403 10.593 10.593 0 0 0 .097-10.63L49.585 9.407zm23.183 59a4.276 4.276 0 0 1-3.737 2.093H10.965a4.277 4.277 0 0 1-3.737-2.103 3.94 3.94 0 0 1-.037-4l29.034-51.73a4.517 4.517 0 0 1 7.546 0l29.034 51.727a3.94 3.94 0 0 1-.037 4.003v.01z"/>
4
- <path d="M39.997 23.832a3.333 3.333 0 0 0-3.333 3.333v20a3.333 3.333 0 0 0 6.667 0v-20a3.334 3.334 0 0 0-3.334-3.333zM39.997 63.835a3.333 3.333 0 1 0 0-6.667 3.333 3.333 0 0 0 0 6.667z"/>
5
- </g>
6
- <defs>
7
- <clipPath id="gyr7eoy9ma">
8
- <path fill="#fff" transform="translate(0 .5)" d="M0 0h80v80H0z"/>
9
- </clipPath>
10
- </defs>
11
- </svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-whatsapp" viewBox="0 0 16 16">
2
- <path d="M13.601 2.326A7.85 7.85 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.9 7.9 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93A7.9 7.9 0 0 0 13.6 2.326zM7.994 14.521a6.6 6.6 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.56 6.56 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592m3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.73.73 0 0 0-.529.247c-.182.198-.691.677-.691 1.654s.71 1.916.81 2.049c.098.133 1.394 2.132 3.383 2.992.47.205.84.326 1.129.418.475.152.904.129 1.246.08.38-.058 1.171-.48 1.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232"/>
3
- </svg>
@@ -1,6 +0,0 @@
1
- import React from 'react';
2
- interface ButtonProps {
3
- label: string;
4
- }
5
- declare const Button: React.FC<ButtonProps>;
6
- export default Button;
@@ -1,7 +0,0 @@
1
- import React from "react";
2
- import "../ErrorPopup/PopUp.css";
3
- interface PopupProps {
4
- onClick: any;
5
- }
6
- export default function ErrorPopup(props: PopupProps): React.JSX.Element;
7
- export {};
@@ -1,7 +0,0 @@
1
- import React from "react";
2
- interface PopupProps {
3
- contentUrl: string;
4
- onCloseClick: () => void;
5
- }
6
- declare const FloorPlanPopup: React.FC<PopupProps>;
7
- export default FloorPlanPopup;
@@ -1,12 +0,0 @@
1
- import "./ImageListPopup.css";
2
- import React from "react";
3
- import "../../styles/common.css";
4
- interface PopupProps {
5
- pictureUrls: {
6
- title: string;
7
- url: string;
8
- }[];
9
- onClose?: () => void;
10
- }
11
- export default function ImageListPopup(props: PopupProps): React.JSX.Element;
12
- export {};
@@ -1,16 +0,0 @@
1
- import React from "react";
2
- import "../MessagePopup/MessagePopUp.css";
3
- import { MessageModel } from "../../models/message.model";
4
- interface PopupProps {
5
- sellerFirstName: string;
6
- sellerLastName: string;
7
- onCloseClick: () => void;
8
- themesList: any;
9
- onSubmit: (formValues: MessageModel) => void;
10
- userData: {
11
- firstname: string;
12
- lastname: string;
13
- };
14
- }
15
- export default function MessagePopUp(props: PopupProps): React.JSX.Element;
16
- export {};
@@ -1,7 +0,0 @@
1
- import "./PopUp.css";
2
- import React from "react";
3
- interface PopupProps {
4
- onClick: any;
5
- }
6
- export default function SuccessPopUp(props: PopupProps): React.JSX.Element;
7
- export {};
@@ -1,55 +0,0 @@
1
- import React from "react";
2
- import "../NewPropertyCard/NewPropertyCard.css";
3
- interface PopupProps {
4
- property: {
5
- city: string;
6
- propertyArea: string;
7
- historicalProtection: boolean;
8
- basement: boolean;
9
- balcony: boolean;
10
- terrace: boolean;
11
- guestBathroom: boolean;
12
- bathrooms: string;
13
- usableArea: string;
14
- id: string;
15
- rooms: string;
16
- constructedArea: string;
17
- title: string;
18
- evaluation?: {
19
- askingPrice: number;
20
- };
21
- expose: {
22
- title: string;
23
- };
24
- pictures: {
25
- contentUrl: string;
26
- pictureType: {
27
- id: number;
28
- };
29
- }[];
30
- };
31
- userData?: {
32
- firstname: string;
33
- lastname: string;
34
- company: string;
35
- };
36
- Impliment: any;
37
- baseUrl: string;
38
- themesList: any;
39
- floorPlanUrl: string;
40
- messageOnClick: () => void;
41
- onclickSuccess: () => void;
42
- onClick: () => void;
43
- onFloorPlanClick: (images: {
44
- url: string;
45
- title: string;
46
- }[]) => void;
47
- translations?: {
48
- kaufpreis?: string;
49
- wohnflache?: string;
50
- zimmer?: string;
51
- grundriss?: string;
52
- };
53
- }
54
- export default function PropertyCard(props: PopupProps): React.JSX.Element;
55
- export {};
@@ -1,9 +0,0 @@
1
- import React from "react";
2
- import "./Popup.css";
3
- import "../../styles/common.css";
4
- interface PopupProps {
5
- children: React.ReactNode;
6
- onCloseClick: () => void;
7
- }
8
- declare const Popup: React.FC<PopupProps>;
9
- export default Popup;
@@ -1,27 +0,0 @@
1
- import React from "react";
2
- import "./PropertyCard.css";
3
- interface PopupProps {
4
- property: {
5
- city: string;
6
- historicalProtection: boolean;
7
- basement: boolean;
8
- balcony: boolean;
9
- terrace: boolean;
10
- guestBathroom: boolean;
11
- bathrooms: string;
12
- usableArea: string;
13
- id: string;
14
- rooms: string;
15
- constructedArea: string;
16
- evaluation?: {
17
- askingPrice: number;
18
- };
19
- pictures: {
20
- contentUrl: string;
21
- }[];
22
- };
23
- onClick: any;
24
- baseUrl: string;
25
- }
26
- export default function PropertyCard(props: PopupProps): React.JSX.Element;
27
- export {};
@@ -1,20 +0,0 @@
1
- import React from "react";
2
- import "./PropertyDetailsHeader.css";
3
- export interface PopupProps {
4
- property: {
5
- fullAddress: string;
6
- city: string;
7
- constructedArea: string;
8
- rooms: string;
9
- propertyArea: number;
10
- askingPrice: number;
11
- };
12
- title: string;
13
- translations?: {
14
- kaufpreis?: string;
15
- wohnflache?: string;
16
- zimmer?: string;
17
- grundriss?: string;
18
- };
19
- }
20
- export default function PropertyDetailsHeader(props: PopupProps): React.JSX.Element;
@@ -1,29 +0,0 @@
1
- import React from "react";
2
- import "./PropertyImageList.css";
3
- import PopupProps from "../ImageListPopup/ImageListPopup";
4
- interface PopupProps {
5
- pictureUrls: {
6
- title: string;
7
- url: string;
8
- }[];
9
- allPictureUrls: {
10
- title: string;
11
- url: string;
12
- }[];
13
- property: {
14
- pictures: {
15
- contentUrl: string;
16
- pictureType: {
17
- id: number;
18
- };
19
- }[];
20
- };
21
- translations?: {
22
- allPhotos?: string;
23
- map?: string;
24
- grundriss?: string;
25
- };
26
- baseUrl: string;
27
- }
28
- export default function PropertyImageList(prop: PopupProps): React.JSX.Element;
29
- export {};
@@ -1,8 +0,0 @@
1
- import React from "react";
2
- import "./SharePopup.css";
3
- import "../../styles/common.css";
4
- interface PopupProps {
5
- onClick: String | any;
6
- }
7
- export default function SharePopup(props: PopupProps): React.JSX.Element;
8
- export {};
@@ -1,4 +0,0 @@
1
- import React from "react";
2
- export declare const showToast: (message: string, type?: "info" | "success" | "warning" | "error") => void;
3
- declare const ToastWrapper: React.FC;
4
- export default ToastWrapper;
@@ -1,2 +0,0 @@
1
- export declare function formatPrice(number: number): string;
2
- export declare function formatPropertyArea(area: number | string): string;
package/dist/index.d.ts DELETED
@@ -1,15 +0,0 @@
1
- import "react-toastify/dist/ReactToastify.css";
2
- export { default as Button } from "./components/Button/Button";
3
- export { default as Popup } from "./components/Popup/Popup";
4
- export { default as PropertyDetailsHeader } from "./components/PropertyDetailsHeader/PropertyDetailsHeader";
5
- export { default as PropertyImageList } from "./components/PropertyImageList//PropertyImageList";
6
- export { default as PropertyCard } from "./components/PropertyCard//PropertyCard";
7
- export { default as SharePopup } from "./components/SharePopup/SharePopup";
8
- export { default as FloorPlanPopup } from "./components/FloorPlanPopup/FloorPlanPopup";
9
- export { default as NewPropertyCard } from "./components/NewPropertyCard/NewPropertyCard";
10
- export { default as MessagePopUp } from "./components/MessagePopup/MessagePopUp";
11
- export { default as SuccessPopUp } from "./components/MessagePopup/SuccessPopup";
12
- export { default as ErrorPopup } from "./components//ErrorPopup/ErrorPopup";
13
- export { default as ToastWrapper, showToast, } from "./components/ToastWrapper/ToastWrapper";
14
- export { formatPrice, formatPropertyArea } from "./functions/util";
15
- import "./styles/common.css";