nestiq-component-library 1.1.91 → 1.1.93

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 (47) hide show
  1. package/dist/assets/images/{card-arrow-left.28090aba4b4f2006.svg → card-arrow-left.55343410142dad3f.svg} +4 -4
  2. package/dist/assets/images/{card-arrow-right.c60af4cbbd49f3aa.svg → card-arrow-right.60b3bf0e34c1800d.svg} +4 -4
  3. package/dist/assets/images/{imooly.890e3dd01ea33574.svg → imooly.b46514ac970e6052.svg} +7 -7
  4. package/dist/assets/images/{more.1e158adc48fbb406.svg → more.ce14789c8d37e327.svg} +12 -12
  5. package/dist/index.es.js +10 -10
  6. package/dist/index.es.js.map +1 -1
  7. package/dist/index.js +10 -10
  8. package/dist/index.js.map +1 -1
  9. package/package.json +1 -1
  10. package/rollup.config.mjs +36 -36
  11. package/src/assets/images/card-arrow-left.svg +4 -4
  12. package/src/assets/images/card-arrow-right.svg +4 -4
  13. package/src/assets/images/imooly.svg +7 -7
  14. package/src/assets/images/more.svg +12 -12
  15. package/src/components/FloorPlanPopup/FloorPlanPopup.css +3 -3
  16. package/src/components/FloorPlanPopup/FloorPlanPopup.tsx +83 -83
  17. package/src/components/ImageListPopup/ImageListPopup.css +83 -83
  18. package/src/components/ImageListPopup/ImageListPopup.tsx +141 -141
  19. package/src/components/MessagePopup/MessagePopUp.tsx +156 -156
  20. package/src/components/NewPropertyCard/NewPropertyCard.css +370 -372
  21. package/src/components/NewPropertyCard/NewPropertyCard.tsx +280 -280
  22. package/src/components/Popup/Popup.tsx +29 -29
  23. package/src/components/ToastWrapper/ToastWrapper.tsx +25 -25
  24. package/src/models/message.model.ts +7 -7
  25. package/dist/assets/images/Icon_rightArrow.svg +0 -3
  26. package/dist/assets/images/LayersIcon.svg +0 -5
  27. package/dist/assets/images/blackarrow-Right.svg +0 -3
  28. package/dist/assets/images/blckarrow-Left.svg +0 -3
  29. package/dist/assets/images/chevron-left.svg +0 -3
  30. package/dist/assets/images/default-property.jpg +0 -0
  31. package/dist/assets/images/heartIcon.svg +0 -3
  32. package/dist/assets/images/icon-close-white.webp +0 -0
  33. package/dist/assets/images/icon_close 2.e41bb9a4db48e048.png +0 -0
  34. package/dist/assets/images/icon_close_2.png +0 -0
  35. package/dist/assets/images/icon_gallery.svg +0 -4
  36. package/dist/assets/images/icon_map.svg +0 -10
  37. package/dist/assets/images/icon_share_1.svg +0 -3
  38. package/dist/assets/images/layer_icon.svg +0 -5
  39. package/dist/assets/images/locationIcon.0af399c78e0cdc20.svg +0 -4
  40. package/dist/assets/images/locationIcon.svg +0 -4
  41. package/dist/assets/images/locationIconBlack.svg +0 -4
  42. package/dist/assets/images/no-image-icon.png +0 -0
  43. package/dist/components/Button/Button.js +0 -6
  44. package/dist/components/ImageListPopup/ImageListPopup.js +0 -26
  45. package/dist/components/MessagePopup/ErrorPopup.d.ts +0 -7
  46. package/dist/components/Popup/Popup.js +0 -12
  47. package/dist/components/SharePopup/PopUp.d.ts +0 -7
@@ -1,372 +1,370 @@
1
- .padding-global {
2
- height: 737px !important;
3
- padding: 0 40px;
4
- }
5
- .header {
6
- font-size: 48px;
7
- font-weight: 600;
8
- color: #1b1b1b;
9
- }
10
- .listing-compacts {
11
- max-width: 750px;
12
- align-self: stretch;
13
- flex-grow: 1;
14
- display: flex;
15
- flex-direction: column;
16
- justify-content: flex-start;
17
- align-items: flex-start;
18
- gap: 16px;
19
- border-radius: 0px 32px 32px 0px;
20
- /* box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25); */
21
- background-color: rgba(58, 58, 58, 0.068);
22
- height: 460px;
23
- padding: 32px;
24
- }
25
- .cardStyles {
26
- width: 100%;
27
- display: flex;
28
- align-items: center;
29
- justify-content: center;
30
- height: 460px;
31
- border-radius: 32px 0px 0px 32px !important;
32
- }
33
- .cardTag {
34
- width: 75px;
35
- height: 30px;
36
- flex-grow: 0;
37
- display: flex;
38
- flex-direction: row;
39
- justify-content: flex-start;
40
- align-items: center;
41
- gap: 6px;
42
- padding: 0 24px;
43
- border-radius: 16px;
44
- border: solid 1px #313131;
45
- background-color: #fff;
46
- }
47
- .Grundriss {
48
- width: 120px;
49
- height: 30px;
50
- flex-grow: 0;
51
- display: flex;
52
- flex-direction: row;
53
- justify-content: center;
54
- align-items: center;
55
- gap: 10px;
56
- font-size: 14px;
57
- border-radius: 16px;
58
- box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
59
- background: linear-gradient(to top, #000, #666);
60
- }
61
- .Frame-136 {
62
- height: 119px;
63
- align-self: stretch;
64
- flex-grow: 0;
65
- display: flex;
66
- flex-direction: row;
67
- justify-content: flex-start;
68
- align-items: center;
69
- gap: 16px;
70
- padding: 10px 16px;
71
- border-radius: 16px;
72
- border: solid 1px rgba(0, 0, 0, 0.1);
73
- background-color: #fff;
74
- }
75
- .kontactbutton {
76
- width: 180px;
77
- height: 43px;
78
- flex-grow: 0;
79
- display: flex;
80
- flex-direction: row;
81
- justify-content: center;
82
- align-items: center;
83
- gap: 10px;
84
- border-radius: 16px;
85
- box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
86
- background: linear-gradient(to top, #000, #666);
87
- }
88
- .kontact-button-text {
89
- flex-grow: 0;
90
- font-family: Inter;
91
- font-size: 16px;
92
- font-weight: 500;
93
- font-stretch: normal;
94
- font-style: normal;
95
- line-height: normal;
96
- letter-spacing: normal;
97
- text-align: center;
98
- color: #fff;
99
- }
100
- .propertyTitle {
101
- display: flex;
102
- flex-grow: 0;
103
- font-size: 24px;
104
- font-weight: 580;
105
- font-stretch: normal;
106
- font-style: normal;
107
- line-height: normal;
108
- letter-spacing: normal;
109
- text-align: start;
110
- color: #313131;
111
- }
112
- .firstLabel {
113
- width: 100px;
114
- height: 25px;
115
- gap: 6px;
116
- border-radius: 16px;
117
- box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
118
- border: solid 1px #031012 !important;
119
- background-color: var(--main-yellow);
120
- }
121
-
122
- .secondLabel {
123
- width: 85px;
124
- height: 25px;
125
- padding: 0 7px;
126
- border-radius: 16px;
127
- box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
128
- border: solid 1px #000;
129
- background-color: #fff;
130
- display: flex;
131
- }
132
-
133
- .thirdLabels {
134
- width: 110px;
135
- padding: 0 7px;
136
- height: 25px;
137
- border-radius: 16px;
138
- box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
139
- border: solid 1px #000;
140
- background-color: #fff;
141
- display: flex;
142
- }
143
-
144
- .fourthLabels {
145
- padding: 2px;
146
-
147
- width: 100px;
148
- height: 25px;
149
- border-radius: 16px;
150
- box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
151
- border: solid 1px #000;
152
- background-color: #fff;
153
- }
154
-
155
- .layersVector {
156
- width: 15.1px;
157
- height: 16px;
158
- }
159
-
160
- .layersText {
161
- font-size: 14px;
162
- color: #1b1b1b;
163
- }
164
-
165
- .style-img {
166
- object-fit: cover;
167
- border-radius: 30px !important;
168
- }
169
-
170
- .Vector {
171
- width: 12px;
172
- height: 16.1px;
173
- flex-grow: 0;
174
- margin: 0.4px 6px 0.4px 0;
175
- }
176
-
177
- .customButton {
178
- width: 262px;
179
- height: 43px;
180
- color: #000;
181
- cursor: pointer;
182
- border-color: #161410;
183
- background-color: #181716;
184
- box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
185
- }
186
- .button_text {
187
- font-size: 16px;
188
- font-weight: 500;
189
- color: #1b1b1b;
190
- }
191
-
192
- .heartVector {
193
- width: 23px;
194
- height: 26.7px;
195
- cursor: pointer;
196
- }
197
-
198
- .heartVector.liked {
199
- fill: rgb(255, 255, 255) !important;
200
- }
201
- .locationTexts {
202
- font-size: 14px;
203
- color: #344041;
204
- text-align: center;
205
- }
206
-
207
- .arrowVector {
208
- width: 23px;
209
- height: 23px;
210
- flex-grow: 0;
211
- object-fit: contain;
212
- }
213
- .card{
214
- max-width: 750px;
215
- }
216
-
217
- .Price {
218
- font-size: 26px;
219
- font-weight: 500;
220
- font-stretch: normal;
221
- font-style: normal;
222
- line-height: normal;
223
- letter-spacing: normal;
224
- text-align: center;
225
- color: #ffffff;
226
- }
227
-
228
- .details {
229
- font-size: 14px;
230
- text-align: center;
231
- color: #344041;
232
- }
233
- .value {
234
- font-size: 20px;
235
- text-align: center;
236
- font-weight: 500;
237
- }
238
-
239
- .class {
240
- background-color: #1b1b1b;
241
- }
242
-
243
- .header {
244
- height: 64px;
245
- justify-content: center;
246
- }
247
-
248
- .rightConer {
249
- width: 200px;
250
- }
251
- @media all and (min-width: 2560px) {
252
- .header {
253
- font-size: 38px;
254
-
255
- display: flex;
256
- }
257
- .cardStyle {
258
- gap: 0px;
259
- width: 350px;
260
- height: 300px;
261
- /* margin-left: 250px; */
262
- }
263
- }
264
- @media (max-width: 1399px) {
265
- .header {
266
- font-size: 38px;
267
- align-self: center;
268
- margin-left: 150px;
269
- }
270
- .cardStyle {
271
- gap: 0px;
272
- width: 350px;
273
- height: 300px;
274
- }
275
- }
276
-
277
- @media (max-width: 1199px) {
278
- .header {
279
- font-size: 38px;
280
- }
281
- .cardStyle {
282
- width: 300px;
283
- height: 250px;
284
- }
285
- }
286
-
287
- @media (max-width: 575px) {
288
- .detail {
289
- font-size: 11px;
290
- padding: 2px;
291
- }
292
- .Price {
293
- font-size: 19px;
294
- }
295
- .header {
296
- font-size: 28px;
297
- }
298
- .locationText {
299
- font-size: 12px;
300
- }
301
- .customButton {
302
- width: 200px !important;
303
- }
304
- .button_text {
305
- font-size: 13px;
306
- }
307
- }
308
-
309
- @media (max-width: 375px) {
310
- .labelTopClass {
311
- width: 105px !important;
312
- }
313
- .layersText {
314
- font-size: 9px;
315
- }
316
- .firstLabel {
317
- gap: 2px;
318
- }
319
- .layersVector {
320
- width: 9px;
321
- height: 10px;
322
- gap: 0px;
323
- }
324
- .cardStyle {
325
- width: 320px !important;
326
- height: 220px !important;
327
- }
328
- .header {
329
- font-size: 24px;
330
- }
331
- .detail {
332
- font-size: 10px;
333
- padding: 2px;
334
- }
335
- .Price {
336
- font-size: 18px;
337
- }
338
- .locationText {
339
- font-size: 10px;
340
- }
341
- .Vector {
342
- width: 8px;
343
- height: 16px;
344
- margin: 0px 2px 0.4px;
345
- }
346
- }
347
-
348
- @media (max-width: 280px) {
349
- .cardStyle {
350
- width: 260px !important;
351
- height: 160px !important;
352
- }
353
- .detail {
354
- margin-bottom: 5px;
355
- font-size: 0.6ch;
356
- }
357
- .Price {
358
- font-size: 9px;
359
- }
360
- .locationText {
361
- font-size: 6px;
362
- }
363
- .Vector {
364
- width: 7px;
365
- height: 10px;
366
- margin: 0px 2px 4px;
367
- }
368
- .heartVector {
369
- width: 15px;
370
- height: 20px;
371
- }
372
- }
1
+ .property-card {
2
+ width: 100%;
3
+ max-width: 1280px;
4
+
5
+ @media (min-width: 1500px) {
6
+ max-width: 1280px;
7
+ margin: 0 auto;
8
+ }
9
+ }
10
+
11
+ .listing-compacts {
12
+ max-width: 750px;
13
+ align-self: stretch;
14
+ flex-grow: 1;
15
+ display: flex;
16
+ flex-direction: column;
17
+ justify-content: flex-start;
18
+ align-items: flex-start;
19
+ gap: 16px;
20
+ border-radius: 0px 32px 32px 0px;
21
+ /* box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25); */
22
+ background-color: rgba(58, 58, 58, 0.068);
23
+ height: 460px;
24
+ padding: 32px;
25
+ }
26
+ .cardStyles {
27
+ width: 100%;
28
+ display: flex;
29
+ align-items: center;
30
+ justify-content: center;
31
+ height: 460px;
32
+ border-radius: 32px 0px 0px 32px !important;
33
+ }
34
+ .cardTag {
35
+ width: 75px;
36
+ height: 30px;
37
+ flex-grow: 0;
38
+ display: flex;
39
+ flex-direction: row;
40
+ justify-content: flex-start;
41
+ align-items: center;
42
+ gap: 6px;
43
+ padding: 0 24px;
44
+ border-radius: 16px;
45
+ border: solid 1px #313131;
46
+ background-color: #fff;
47
+ }
48
+ .Grundriss {
49
+ width: 120px;
50
+ height: 30px;
51
+ flex-grow: 0;
52
+ display: flex;
53
+ flex-direction: row;
54
+ justify-content: center;
55
+ align-items: center;
56
+ gap: 10px;
57
+ font-size: 14px;
58
+ border-radius: 16px;
59
+ box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
60
+ background: linear-gradient(to top, #000, #666);
61
+ }
62
+ .Frame-136 {
63
+ height: 119px;
64
+ align-self: stretch;
65
+ flex-grow: 0;
66
+ display: flex;
67
+ flex-direction: row;
68
+ justify-content: flex-start;
69
+ align-items: center;
70
+ gap: 16px;
71
+ padding: 10px 16px;
72
+ border-radius: 16px;
73
+ border: solid 1px rgba(0, 0, 0, 0.1);
74
+ background-color: #fff;
75
+ }
76
+ .kontactbutton {
77
+ width: 180px;
78
+ height: 43px;
79
+ flex-grow: 0;
80
+ display: flex;
81
+ flex-direction: row;
82
+ justify-content: center;
83
+ align-items: center;
84
+ gap: 10px;
85
+ border-radius: 16px;
86
+ box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
87
+ background: linear-gradient(to top, #000, #666);
88
+ }
89
+ .kontact-button-text {
90
+ flex-grow: 0;
91
+ font-family: Inter;
92
+ font-size: 16px;
93
+ font-weight: 500;
94
+ font-stretch: normal;
95
+ font-style: normal;
96
+ line-height: normal;
97
+ letter-spacing: normal;
98
+ text-align: center;
99
+ color: #fff;
100
+ }
101
+ .propertyTitle {
102
+ display: flex;
103
+ flex-grow: 0;
104
+ font-size: 24px;
105
+ font-weight: 580;
106
+ font-stretch: normal;
107
+ font-style: normal;
108
+ line-height: normal;
109
+ letter-spacing: normal;
110
+ text-align: start;
111
+ color: #313131;
112
+ }
113
+ .firstLabel {
114
+ width: 100px;
115
+ height: 25px;
116
+ gap: 6px;
117
+ border-radius: 16px;
118
+ box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
119
+ border: solid 1px #031012 !important;
120
+ background-color: var(--main-yellow);
121
+ }
122
+
123
+ .secondLabel {
124
+ width: 85px;
125
+ height: 25px;
126
+ padding: 0 7px;
127
+ border-radius: 16px;
128
+ box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
129
+ border: solid 1px #000;
130
+ background-color: #fff;
131
+ display: flex;
132
+ }
133
+
134
+ .thirdLabels {
135
+ width: 110px;
136
+ padding: 0 7px;
137
+ height: 25px;
138
+ border-radius: 16px;
139
+ box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
140
+ border: solid 1px #000;
141
+ background-color: #fff;
142
+ display: flex;
143
+ }
144
+
145
+ .fourthLabels {
146
+ padding: 2px;
147
+
148
+ width: 100px;
149
+ height: 25px;
150
+ border-radius: 16px;
151
+ box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
152
+ border: solid 1px #000;
153
+ background-color: #fff;
154
+ }
155
+
156
+ .layersVector {
157
+ width: 15.1px;
158
+ height: 16px;
159
+ }
160
+
161
+ .layersText {
162
+ font-size: 14px;
163
+ color: #1b1b1b;
164
+ }
165
+
166
+ .style-img {
167
+ object-fit: cover;
168
+ border-radius: 30px !important;
169
+ }
170
+
171
+ .Vector {
172
+ width: 12px;
173
+ height: 16.1px;
174
+ flex-grow: 0;
175
+ margin: 0.4px 6px 0.4px 0;
176
+ }
177
+
178
+ .customButton {
179
+ width: 262px;
180
+ height: 43px;
181
+ color: #000;
182
+ cursor: pointer;
183
+ border-color: #161410;
184
+ background-color: #181716;
185
+ box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
186
+ }
187
+ .button_text {
188
+ font-size: 16px;
189
+ font-weight: 500;
190
+ color: #1b1b1b;
191
+ }
192
+
193
+ .heartVector {
194
+ width: 23px;
195
+ height: 26.7px;
196
+ cursor: pointer;
197
+ }
198
+
199
+ .heartVector.liked {
200
+ fill: rgb(255, 255, 255) !important;
201
+ }
202
+ .locationTexts {
203
+ font-size: 14px;
204
+ color: #344041;
205
+ text-align: center;
206
+ }
207
+
208
+ .arrowVector {
209
+ width: 23px;
210
+ height: 23px;
211
+ flex-grow: 0;
212
+ object-fit: contain;
213
+ }
214
+
215
+ .Price {
216
+ font-size: 26px;
217
+ font-weight: 500;
218
+ font-stretch: normal;
219
+ font-style: normal;
220
+ line-height: normal;
221
+ letter-spacing: normal;
222
+ text-align: center;
223
+ color: #ffffff;
224
+ }
225
+
226
+ .details {
227
+ font-size: 14px;
228
+ text-align: center;
229
+ color: #344041;
230
+ }
231
+ .value {
232
+ font-size: 20px;
233
+ text-align: center;
234
+ font-weight: 500;
235
+ }
236
+
237
+ .class {
238
+ background-color: #1b1b1b;
239
+ }
240
+
241
+ .header {
242
+ height: 64px;
243
+ justify-content: center;
244
+ }
245
+
246
+ .rightConer {
247
+ width: 200px;
248
+ }
249
+ @media all and (min-width: 2560px) {
250
+ .header {
251
+ font-size: 38px;
252
+
253
+ display: flex;
254
+ }
255
+ .cardStyle {
256
+ gap: 0px;
257
+ width: 350px;
258
+ height: 300px;
259
+ /* margin-left: 250px; */
260
+ }
261
+ }
262
+ @media (max-width: 1399px) {
263
+ .header {
264
+ font-size: 38px;
265
+ align-self: center;
266
+ margin-left: 150px;
267
+ }
268
+ .cardStyle {
269
+ gap: 0px;
270
+ width: 350px;
271
+ height: 300px;
272
+ }
273
+ }
274
+
275
+ @media (max-width: 1199px) {
276
+ .header {
277
+ font-size: 38px;
278
+ }
279
+ .cardStyle {
280
+ width: 300px;
281
+ height: 250px;
282
+ }
283
+ }
284
+
285
+ @media (max-width: 575px) {
286
+ .detail {
287
+ font-size: 11px;
288
+ padding: 2px;
289
+ }
290
+ .Price {
291
+ font-size: 19px;
292
+ }
293
+ .header {
294
+ font-size: 28px;
295
+ }
296
+ .locationText {
297
+ font-size: 12px;
298
+ }
299
+ .customButton {
300
+ width: 200px !important;
301
+ }
302
+ .button_text {
303
+ font-size: 13px;
304
+ }
305
+ }
306
+
307
+ @media (max-width: 375px) {
308
+ .labelTopClass {
309
+ width: 105px !important;
310
+ }
311
+ .layersText {
312
+ font-size: 9px;
313
+ }
314
+ .firstLabel {
315
+ gap: 2px;
316
+ }
317
+ .layersVector {
318
+ width: 9px;
319
+ height: 10px;
320
+ gap: 0px;
321
+ }
322
+ .cardStyle {
323
+ width: 320px !important;
324
+ height: 220px !important;
325
+ }
326
+ .header {
327
+ font-size: 24px;
328
+ }
329
+ .detail {
330
+ font-size: 10px;
331
+ padding: 2px;
332
+ }
333
+ .Price {
334
+ font-size: 18px;
335
+ }
336
+ .locationText {
337
+ font-size: 10px;
338
+ }
339
+ .Vector {
340
+ width: 8px;
341
+ height: 16px;
342
+ margin: 0px 2px 0.4px;
343
+ }
344
+ }
345
+
346
+ @media (max-width: 280px) {
347
+ .cardStyle {
348
+ width: 260px !important;
349
+ height: 160px !important;
350
+ }
351
+ .detail {
352
+ margin-bottom: 5px;
353
+ font-size: 0.6ch;
354
+ }
355
+ .Price {
356
+ font-size: 9px;
357
+ }
358
+ .locationText {
359
+ font-size: 6px;
360
+ }
361
+ .Vector {
362
+ width: 7px;
363
+ height: 10px;
364
+ margin: 0px 2px 4px;
365
+ }
366
+ .heartVector {
367
+ width: 15px;
368
+ height: 20px;
369
+ }
370
+ }