nestiq-component-library 1.1.171 → 1.2.0

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 +1674 -729
  4. package/dist/index.js.map +1 -1
  5. package/dist/style.css +1 -0
  6. package/package.json +36 -35
  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 -738
  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 -246
  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
@@ -1,413 +0,0 @@
1
- .property-card {
2
- width: 100%;
3
- /* max-width: 1280px; */
4
- height: auto;
5
- box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
6
- border-radius: 32px;
7
-
8
- /* @media (min-width: 1500px) {
9
- max-width: 1280px;
10
- margin: 0 auto;
11
- } */
12
- }
13
-
14
- .priceValue,
15
- .value {
16
- white-space: nowrap;
17
- }
18
-
19
- .price_label,
20
- .details {
21
- white-space: nowrap;
22
- }
23
-
24
- .listing-compact_c {
25
- /* max-width: 750px; */
26
- gap: 8px;
27
- padding: 24px;
28
- border-radius: 0 32px 32px 0;
29
- background-color: rgba(58, 58, 58, 0.068);
30
- }
31
-
32
- .wrapperCompanySec {
33
- height: 119px;
34
- align-self: stretch;
35
- flex-grow: 0;
36
- display: flex;
37
- flex-direction: row;
38
- justify-content: flex-start;
39
- align-items: center;
40
- gap: 16px;
41
- padding: 10px 16px;
42
- border-radius: 16px;
43
- border: solid 1px rgba(0, 0, 0, 0.1);
44
- background-color: #fff;
45
- }
46
-
47
- .kontactbutton_cc {
48
- width: 180px;
49
- height: 43px;
50
- gap: 10px;
51
- border-radius: 16px;
52
- box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
53
- background: linear-gradient(to top, #000, #666);
54
- }
55
-
56
- .cc-height {
57
- height: 460px;
58
- }
59
-
60
- .listing-height {
61
- height: 422px;
62
- }
63
-
64
- .cardStyles {
65
- width: 100%;
66
- display: flex;
67
- align-items: center;
68
- justify-content: center;
69
- height: 460px;
70
- border-radius: 32px 0px 0px 32px !important;
71
- }
72
- .cardTag {
73
- width: 75px;
74
- height: 30px;
75
- flex-grow: 0;
76
- display: flex;
77
- flex-direction: row;
78
- justify-content: flex-start;
79
- align-items: center;
80
- gap: 6px;
81
- padding: 0 24px;
82
- border-radius: 16px;
83
- border: solid 1px #313131;
84
- background-color: #fff;
85
- }
86
- .Grundriss {
87
- width: 120px;
88
- height: 30px;
89
- flex-grow: 0;
90
- display: flex;
91
- flex-direction: row;
92
- justify-content: center;
93
- align-items: center;
94
- gap: 10px;
95
- font-size: 14px;
96
- border-radius: 16px;
97
- box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
98
- background: linear-gradient(to top, #000, #666);
99
- }
100
- .Frame-136 {
101
- height: 85px;
102
- align-self: stretch;
103
- flex-grow: 0;
104
- display: flex;
105
- flex-direction: row;
106
- justify-content: flex-start;
107
- align-items: center;
108
- gap: 16px;
109
- padding: 10px 16px;
110
- border-radius: 16px;
111
- border: solid 1px rgba(0, 0, 0, 0.1);
112
- background-color: #fff;
113
- }
114
- .kontactbutton {
115
- width: 198px;
116
- height: 43px;
117
- flex-grow: 0;
118
- display: flex;
119
- flex-direction: row;
120
- justify-content: center;
121
- align-items: center;
122
- gap: 10px;
123
- border-radius: 16px;
124
- box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
125
- background: linear-gradient(to top, #000, #666);
126
- }
127
- .kontact-button-text {
128
- flex-grow: 0;
129
- font-size: 16px;
130
- font-weight: 500;
131
- font-stretch: normal;
132
- font-style: normal;
133
- line-height: normal;
134
- letter-spacing: normal;
135
- text-align: center;
136
- color: #fff;
137
- }
138
- .propertyTitle {
139
- display: flex;
140
- flex-grow: 0;
141
- font-size: 24px;
142
- font-weight: 580;
143
- font-stretch: normal;
144
- font-style: normal;
145
- line-height: normal;
146
- letter-spacing: normal;
147
- text-align: start;
148
- color: #313131;
149
- }
150
-
151
- .chipLabel {
152
- height: 30px;
153
- padding: 0 10px;
154
- border-radius: 16px;
155
- box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
156
- border: solid 1px #000;
157
- background-color: #fff;
158
- display: flex;
159
- }
160
-
161
- .layersVector {
162
- width: 15.1px;
163
- height: 16px;
164
- }
165
-
166
- .layersText {
167
- padding: 0 8px;
168
- font-size: 14px;
169
- color: #1b1b1b;
170
- line-height: 2.14;
171
- text-wrap: nowrap;
172
- }
173
-
174
- .style-img {
175
- object-fit: cover;
176
- border-radius: 30px !important;
177
- }
178
-
179
- .Vector {
180
- width: 12px;
181
- height: 16.1px;
182
- flex-grow: 0;
183
- margin: 0.4px 6px 0.4px 0;
184
- }
185
-
186
- .customButton {
187
- width: 262px;
188
- height: 43px;
189
- color: #000;
190
- cursor: pointer;
191
- border-color: #161410;
192
- background-color: #181716;
193
- box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
194
- }
195
- .button_text {
196
- font-size: 16px;
197
- font-weight: 500;
198
- color: #1b1b1b;
199
- }
200
-
201
- .heartVector {
202
- width: 23px;
203
- height: 26.7px;
204
- cursor: pointer;
205
- }
206
-
207
- .heartVector.liked {
208
- fill: rgb(255, 255, 255) !important;
209
- }
210
-
211
- .location-wrapper {
212
- display: flex;
213
- align-items: center;
214
- gap: 10px;
215
- }
216
-
217
- .location-icon {
218
- width: 16px;
219
- height: 21px;
220
- flex-grow: 0;
221
- object-fit: contain;
222
- }
223
-
224
- .locationTexts {
225
- font-size: 16px;
226
- color: #344041;
227
- text-align: center;
228
- }
229
-
230
- .arrowVector {
231
- width: 23px;
232
- height: 23px;
233
- flex-grow: 0;
234
- object-fit: contain;
235
- }
236
-
237
- .Price {
238
- font-size: 26px;
239
- font-weight: 500;
240
- font-stretch: normal;
241
- font-style: normal;
242
- line-height: normal;
243
- letter-spacing: normal;
244
- text-align: center;
245
- color: #ffffff;
246
- }
247
-
248
- .details {
249
- font-size: 16px;
250
- color: #344041;
251
- }
252
-
253
- .price_label {
254
- font-size: 16px;
255
- text-align: left;
256
- color: #344041;
257
- }
258
-
259
- .value {
260
- font-size: 20px;
261
- font-weight: 500;
262
- display: flex;
263
- flex-direction: column;
264
- gap: 5px;
265
- line-height: 1;
266
- }
267
- .priceValue {
268
- font-size: 20px;
269
- font-weight: 500;
270
- display: flex;
271
- flex-direction: column;
272
- gap: 5px;
273
- line-height: 1;
274
- }
275
-
276
- .class {
277
- background-color: #1b1b1b;
278
- }
279
-
280
- .header {
281
- height: 64px;
282
- justify-content: center;
283
- }
284
-
285
- .rightConer {
286
- width: 200px;
287
- }
288
- .labelTopClass {
289
- height: 32px;
290
- }
291
- @media all and (min-width: 2560px) {
292
- .header {
293
- font-size: 38px;
294
-
295
- display: flex;
296
- }
297
- .cardStyle {
298
- gap: 0px;
299
- width: 350px;
300
- height: 300px;
301
- /* margin-left: 250px; */
302
- }
303
- }
304
- @media (max-width: 1399px) {
305
- .header {
306
- font-size: 38px;
307
- align-self: center;
308
- margin-left: 150px;
309
- }
310
- .cardStyle {
311
- gap: 0px;
312
- width: 350px;
313
- height: 300px;
314
- }
315
- }
316
-
317
- @media (max-width: 1199px) {
318
- .header {
319
- font-size: 38px;
320
- }
321
- .cardStyle {
322
- width: 300px;
323
- height: 250px;
324
- }
325
- }
326
-
327
- @media (max-width: 575px) {
328
- .detail {
329
- font-size: 11px;
330
- padding: 2px;
331
- }
332
- .Price {
333
- font-size: 19px;
334
- }
335
- .header {
336
- font-size: 28px;
337
- }
338
- .locationText {
339
- font-size: 12px;
340
- }
341
- .customButton {
342
- width: 200px !important;
343
- }
344
- .button_text {
345
- font-size: 13px;
346
- }
347
- }
348
-
349
- @media (max-width: 375px) {
350
- .labelTopClass {
351
- width: 105px !important;
352
- }
353
- .layersText {
354
- font-size: 9px;
355
- padding: 0 2rem;
356
- }
357
- .firstLabel {
358
- gap: 2px;
359
- }
360
- .layersVector {
361
- width: 9px;
362
- height: 10px;
363
- gap: 0px;
364
- }
365
- .cardStyle {
366
- width: 320px !important;
367
- height: 220px !important;
368
- }
369
- .header {
370
- font-size: 24px;
371
- }
372
- .detail {
373
- font-size: 10px;
374
- padding: 2px;
375
- }
376
- .Price {
377
- font-size: 18px;
378
- }
379
- .locationText {
380
- font-size: 10px;
381
- }
382
- .Vector {
383
- width: 8px;
384
- height: 16px;
385
- margin: 0px 2px 0.4px;
386
- }
387
- }
388
-
389
- @media (max-width: 280px) {
390
- .cardStyle {
391
- width: 260px !important;
392
- height: 160px !important;
393
- }
394
- .detail {
395
- margin-bottom: 5px;
396
- font-size: 0.6ch;
397
- }
398
- .Price {
399
- font-size: 9px;
400
- }
401
- .locationText {
402
- font-size: 6px;
403
- }
404
- .Vector {
405
- width: 7px;
406
- height: 10px;
407
- margin: 0px 2px 4px;
408
- }
409
- .heartVector {
410
- width: 15px;
411
- height: 20px;
412
- }
413
- }