@lanaco/lnc-react-ui 4.0.144 → 4.0.146
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Button.cjs +9 -9
- package/dist/Button.js +49 -45
- package/dist/DetailedProductsSection.cjs +1 -1
- package/dist/DetailedProductsSection.js +1 -1
- package/dist/IconButton.cjs +5 -5
- package/dist/IconButton.js +8 -7
- package/dist/UrgentSaleProductsSection.cjs +1 -1
- package/dist/UrgentSaleProductsSection.js +1 -1
- package/dist/{suspense-product-card-detailed-B7gioG73.cjs → suspense-product-card-detailed-BVYLuo75.cjs} +5 -5
- package/dist/{suspense-product-card-detailed-FUKF_Pyc.js → suspense-product-card-detailed-Bv1nJaPz.js} +134 -129
- package/package.json +1 -1
package/dist/Button.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";const
|
|
1
|
+
"use strict";const n=require("react/jsx-runtime"),w=require("react"),l=require("./index-BpbMKBf_.cjs"),f=require("./index-DA7SIHV1.cjs"),d=require("./emotion-styled.browser.esm-BtEseadx.cjs"),t=require("./utils-Dl9xPH4c.cjs"),O=require("./Icon.cjs"),P=require("./emotion-element-f0de968e.browser.esm-B7k6i6lC.cjs"),k={small:{regular:"1rem",icon:"0.75rem",justIcon:"0.5rem"},medium:{regular:"1.5rem",icon:"1rem",justIcon:"0.5rem"},large:{regular:"1.5rem",icon:"1rem",justIcon:"0.5rem"}},T=e=>`
|
|
2
2
|
outline: none;
|
|
3
3
|
display: inline-flex;
|
|
4
4
|
flex-direction: row;
|
|
@@ -11,13 +11,13 @@
|
|
|
11
11
|
|
|
12
12
|
border-radius: ${t.getBorderRadiusValueWithUnits(e.theme,e.borderRadius)};
|
|
13
13
|
|
|
14
|
-
padding-left: ${e.hasLeadingIcon?
|
|
15
|
-
padding-right: ${e.hasTrailingIcon?
|
|
14
|
+
padding-left: ${e.hasLeadingIcon?k[e.size].icon:k[e.size].regular};
|
|
15
|
+
padding-right: ${e.hasTrailingIcon?k[e.size].icon:k[e.size].regular};
|
|
16
16
|
`,W=d.styled.span`
|
|
17
17
|
padding-right: ${e=>e.size==="small"?"0.25rem":"0.5rem"};
|
|
18
18
|
`,D=d.styled.span`
|
|
19
19
|
padding-left: ${e=>e.size==="small"?"0.25rem":"0.5rem"};
|
|
20
|
-
`,
|
|
20
|
+
`,I=d.styled.button`
|
|
21
21
|
${e=>T(e)}
|
|
22
22
|
|
|
23
23
|
${e=>t.getComponentTypographyCss(e.theme,"ButtonFilled",e.size,"enabled")};
|
|
@@ -31,23 +31,23 @@
|
|
|
31
31
|
&:disabled {
|
|
32
32
|
${e=>e.disabled===!0&&t.getDisabledStateCss(e.theme)};
|
|
33
33
|
cursor: default;
|
|
34
|
-
background-color: ${e=>t.getColorRgbaValue(e.theme,"ButtonFilled",e.color,"disabled","background")};
|
|
34
|
+
background-color: ${e=>t.getColorRgbaValue(e.theme,"ButtonFilled",e.color,"disabled","background","backgroundOpacity")};
|
|
35
35
|
color: ${e=>t.getColorRgbaValue(e.theme,"ButtonFilled",e.color,"disabled","text")};
|
|
36
36
|
}
|
|
37
37
|
|
|
38
38
|
&:hover {
|
|
39
|
-
background-color: ${e=>e.disabled===!1&&t.getColorRgbaValue(e.theme,"ButtonFilled",e.color,"hover","background")};
|
|
39
|
+
background-color: ${e=>e.disabled===!1&&t.getColorRgbaValue(e.theme,"ButtonFilled",e.color,"hover","background","backgroundOpacity")};
|
|
40
40
|
color: ${e=>e.disabled===!1&&t.getColorRgbaValue(e.theme,"ButtonFilled",e.color,"hover","text")};
|
|
41
41
|
}
|
|
42
42
|
|
|
43
43
|
&:focus {
|
|
44
|
-
background-color: ${e=>!e.disabled&&t.getColorRgbaValue(e.theme,"ButtonFilled",e.color,"focus","background")};
|
|
44
|
+
background-color: ${e=>!e.disabled&&t.getColorRgbaValue(e.theme,"ButtonFilled",e.color,"focus","background","backgroundOpacity")};
|
|
45
45
|
color: ${e=>e.disabled===!1&&t.getColorRgbaValue(e.theme,"ButtonFilled",e.color,"focus","text")};
|
|
46
46
|
${e=>!e.disabled&&t.getOutlineCss(e.theme)};
|
|
47
47
|
}
|
|
48
48
|
|
|
49
49
|
&:active {
|
|
50
|
-
background-color: ${e=>e.disabled===!1&&t.getColorRgbaValue(e.theme,"ButtonFilled",e.color,"active","background")};
|
|
50
|
+
background-color: ${e=>e.disabled===!1&&t.getColorRgbaValue(e.theme,"ButtonFilled",e.color,"active","background","backgroundOpacity")};
|
|
51
51
|
color: ${e=>e.disabled===!1&&t.getColorRgbaValue(e.theme,"ButtonFilled",e.color,"active","text")};
|
|
52
52
|
}
|
|
53
53
|
`,E=d.styled.button`
|
|
@@ -126,4 +126,4 @@
|
|
|
126
126
|
`,L=d.styled(v)`
|
|
127
127
|
border: 1px solid
|
|
128
128
|
${e=>t.getColorRgbaValue(e.theme,"ButtonBasic",e.color,"enabled","border","borderOpacity")};
|
|
129
|
-
`,j=w.forwardRef((e,u)=>{const{text:x="",iconStyle:R="solid",leadingIcon:V=null,trailingIcon:z=null,borderRadius:F="regular",btnType:
|
|
129
|
+
`,j=w.forwardRef((e,u)=>{const{text:x="",iconStyle:R="solid",leadingIcon:V=null,trailingIcon:z=null,borderRadius:F="regular",btnType:a="filled",disabled:N=!1,tabIndex:s=0,onFocus:g,onBlur:b,onClick:m,onKeyDown:h,onLeadingIconClick:_,onTrailingIconClick:K,size:C="small",color:i="primary",className:$="",style:S={},children:U,...y}=e,o={theme:P.useTheme(),color:i,size:C,style:S,disabled:N,borderRadius:F,btnType:a,className:"lnc-ui-button "},c=!f.isEmpty(V),r=!f.isEmpty(z),q=!f.isEmpty(x),B=()=>n.jsxs(n.Fragment,{children:[c&&n.jsx(W,{size:C,children:n.jsx(O,{icon:V,sizeInUnits:"1.125rem",iconStyle:R})}),x,U,r&&n.jsx(D,{size:C,children:n.jsx(O,{icon:z,sizeInUnits:"1.125rem",iconStyle:R})})]});return a==="filled"?n.jsx(I,{ref:u,"data-type":"filled",...o,className:`${o==null?void 0:o.className} ${i}-${a}-lnc-btn ${$}`,hasLeadingIcon:c,hasTrailingIcon:r,onFocus:g,onBlur:b,onClick:m,onKeyDown:h,tabIndex:s,btnType:a,...y,children:B()}):a==="tinted"?n.jsx(E,{ref:u,"data-type":"tinted",...o,className:`${o==null?void 0:o.className} ${i}-${a}-lnc-btn ${$}`,hasLeadingIcon:c,hasTrailingIcon:r,onFocus:g,onBlur:b,onClick:m,onKeyDown:h,tabIndex:s,btnType:a,...y,children:B()}):a==="outline"?n.jsx(L,{ref:u,"data-type":"outline",...o,className:`${o==null?void 0:o.className} ${i}-${a}-lnc-btn ${$}`,hasLeadingIcon:c,hasTrailingIcon:r,onFocus:g,onBlur:b,onClick:m,onKeyDown:h,tabIndex:s,btnType:a,...y,children:B()}):a==="basic"?n.jsx(v,{ref:u,"data-type":"basic",...o,className:`${o==null?void 0:o.className} ${i}-${a}-lnc-btn ${$}`,hasLeadingIcon:c,hasTrailingIcon:r,onFocus:g,onBlur:b,onClick:m,onKeyDown:h,tabIndex:s,btnType:a,...y,children:B()}):n.jsx(I,{ref:u,"data-type":"filled",size:C,...o,className:`${o==null?void 0:o.className} ${i}-${a}-lnc-btn ${$}`,hasLeadingIcon:c,hasTrailingIcon:r,onFocus:g,onBlur:b,onClick:m,onKeyDown:h,hasText:q,tabIndex:s,btnType:a,...y,children:B()})});j.propTypes={text:l.PropTypes.string,iconStyle:l.PropTypes.oneOf(["regular","solid"]),leadingIcon:l.PropTypes.string,trailingIcon:l.PropTypes.string,borderRadius:l.PropTypes.oneOf(["slight","regular","edged","curved","none"]),btnType:l.PropTypes.oneOf(["filled","tinted","outline","basic"]),disabled:l.PropTypes.bool,tabIndex:l.PropTypes.number,onBlur:l.PropTypes.func,onFocus:l.PropTypes.func,onClick:l.PropTypes.func,onKeyDown:l.PropTypes.func,className:l.PropTypes.string,style:l.PropTypes.object,color:l.PropTypes.oneOf(["primary","secondary","success","warning","danger","information","neutral","gray"]),size:l.PropTypes.oneOf(["small","medium","large"])};module.exports=j;
|
package/dist/Button.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as c, jsxs as W, Fragment as E } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef as q } from "react";
|
|
3
3
|
import { P as n } from "./index-CblbdqjE.js";
|
|
4
4
|
import { i as T } from "./index-6RFrSPs_.js";
|
|
5
5
|
import { s as u } from "./emotion-styled.browser.esm-BNN1dTl3.js";
|
|
6
|
-
import { c as
|
|
6
|
+
import { c as O, b as t, d as r, h as z, e as I, a as A } from "./utils-BdsZgOUE.js";
|
|
7
7
|
import w from "./Icon.js";
|
|
8
8
|
import { u as G } from "./emotion-element-f0de968e.browser.esm-CkCiQliQ.js";
|
|
9
9
|
const x = {
|
|
@@ -22,7 +22,7 @@ const x = {
|
|
|
22
22
|
icon: "1rem",
|
|
23
23
|
justIcon: "0.5rem"
|
|
24
24
|
}
|
|
25
|
-
},
|
|
25
|
+
}, v = (e) => `
|
|
26
26
|
outline: none;
|
|
27
27
|
display: inline-flex;
|
|
28
28
|
flex-direction: row;
|
|
@@ -45,9 +45,9 @@ const x = {
|
|
|
45
45
|
`, J = u.span`
|
|
46
46
|
padding-left: ${(e) => e.size === "small" ? "0.25rem" : "0.5rem"};
|
|
47
47
|
`, R = u.button`
|
|
48
|
-
${(e) =>
|
|
48
|
+
${(e) => v(e)}
|
|
49
49
|
|
|
50
|
-
${(e) =>
|
|
50
|
+
${(e) => O(
|
|
51
51
|
e.theme,
|
|
52
52
|
"ButtonFilled",
|
|
53
53
|
e.size,
|
|
@@ -73,14 +73,15 @@ const x = {
|
|
|
73
73
|
max-height: ${(e) => r(e.theme, e.size)};
|
|
74
74
|
|
|
75
75
|
&:disabled {
|
|
76
|
-
${(e) => e.disabled === !0 &&
|
|
76
|
+
${(e) => e.disabled === !0 && z(e.theme)};
|
|
77
77
|
cursor: default;
|
|
78
78
|
background-color: ${(e) => t(
|
|
79
79
|
e.theme,
|
|
80
80
|
"ButtonFilled",
|
|
81
81
|
e.color,
|
|
82
82
|
"disabled",
|
|
83
|
-
"background"
|
|
83
|
+
"background",
|
|
84
|
+
"backgroundOpacity"
|
|
84
85
|
)};
|
|
85
86
|
color: ${(e) => t(
|
|
86
87
|
e.theme,
|
|
@@ -97,7 +98,8 @@ const x = {
|
|
|
97
98
|
"ButtonFilled",
|
|
98
99
|
e.color,
|
|
99
100
|
"hover",
|
|
100
|
-
"background"
|
|
101
|
+
"background",
|
|
102
|
+
"backgroundOpacity"
|
|
101
103
|
)};
|
|
102
104
|
color: ${(e) => e.disabled === !1 && t(
|
|
103
105
|
e.theme,
|
|
@@ -114,7 +116,8 @@ const x = {
|
|
|
114
116
|
"ButtonFilled",
|
|
115
117
|
e.color,
|
|
116
118
|
"focus",
|
|
117
|
-
"background"
|
|
119
|
+
"background",
|
|
120
|
+
"backgroundOpacity"
|
|
118
121
|
)};
|
|
119
122
|
color: ${(e) => e.disabled === !1 && t(
|
|
120
123
|
e.theme,
|
|
@@ -123,7 +126,7 @@ const x = {
|
|
|
123
126
|
"focus",
|
|
124
127
|
"text"
|
|
125
128
|
)};
|
|
126
|
-
${(e) => !e.disabled &&
|
|
129
|
+
${(e) => !e.disabled && I(e.theme)};
|
|
127
130
|
}
|
|
128
131
|
|
|
129
132
|
&:active {
|
|
@@ -132,7 +135,8 @@ const x = {
|
|
|
132
135
|
"ButtonFilled",
|
|
133
136
|
e.color,
|
|
134
137
|
"active",
|
|
135
|
-
"background"
|
|
138
|
+
"background",
|
|
139
|
+
"backgroundOpacity"
|
|
136
140
|
)};
|
|
137
141
|
color: ${(e) => e.disabled === !1 && t(
|
|
138
142
|
e.theme,
|
|
@@ -143,11 +147,11 @@ const x = {
|
|
|
143
147
|
)};
|
|
144
148
|
}
|
|
145
149
|
`, M = u.button`
|
|
146
|
-
${(e) =>
|
|
150
|
+
${(e) => v(e)}
|
|
147
151
|
|
|
148
152
|
min-height: ${(e) => r(e.theme, e.size)};
|
|
149
153
|
max-height: ${(e) => r(e.theme, e.size)};
|
|
150
|
-
${(e) =>
|
|
154
|
+
${(e) => O(
|
|
151
155
|
e.theme,
|
|
152
156
|
"ButtonTinted",
|
|
153
157
|
e.size,
|
|
@@ -208,7 +212,7 @@ const x = {
|
|
|
208
212
|
"focus",
|
|
209
213
|
"text"
|
|
210
214
|
)};
|
|
211
|
-
${(e) => e.disabled === !1 &&
|
|
215
|
+
${(e) => e.disabled === !1 && I(e.theme)};
|
|
212
216
|
}
|
|
213
217
|
|
|
214
218
|
&:active {
|
|
@@ -231,7 +235,7 @@ const x = {
|
|
|
231
235
|
}
|
|
232
236
|
|
|
233
237
|
&:disabled {
|
|
234
|
-
/* ${(e) => e.disabled === !0 &&
|
|
238
|
+
/* ${(e) => e.disabled === !0 && z(e.theme)};
|
|
235
239
|
*/
|
|
236
240
|
color: ${(e) => t(
|
|
237
241
|
e.theme,
|
|
@@ -251,9 +255,9 @@ const x = {
|
|
|
251
255
|
)};
|
|
252
256
|
}
|
|
253
257
|
`, L = u.button`
|
|
254
|
-
${(e) =>
|
|
258
|
+
${(e) => v(e)}
|
|
255
259
|
|
|
256
|
-
${(e) =>
|
|
260
|
+
${(e) => O(
|
|
257
261
|
e.theme,
|
|
258
262
|
"ButtonTinted",
|
|
259
263
|
e.size,
|
|
@@ -316,7 +320,7 @@ const x = {
|
|
|
316
320
|
"text"
|
|
317
321
|
)};
|
|
318
322
|
|
|
319
|
-
${(e) => !e.disabled &&
|
|
323
|
+
${(e) => !e.disabled && I(e.theme)};
|
|
320
324
|
}
|
|
321
325
|
|
|
322
326
|
&:active {
|
|
@@ -338,7 +342,7 @@ const x = {
|
|
|
338
342
|
}
|
|
339
343
|
|
|
340
344
|
&:disabled {
|
|
341
|
-
${(e) => e.disabled === !0 &&
|
|
345
|
+
${(e) => e.disabled === !0 && z(e.theme)};
|
|
342
346
|
cursor: default;
|
|
343
347
|
background-color: ${(e) => t(
|
|
344
348
|
e.theme,
|
|
@@ -368,9 +372,9 @@ const x = {
|
|
|
368
372
|
borderRadius: S = "regular",
|
|
369
373
|
btnType: a = "filled",
|
|
370
374
|
disabled: U = !1,
|
|
371
|
-
tabIndex:
|
|
375
|
+
tabIndex: b = 0,
|
|
372
376
|
//----------------
|
|
373
|
-
onFocus:
|
|
377
|
+
onFocus: m,
|
|
374
378
|
onBlur: g,
|
|
375
379
|
onClick: h,
|
|
376
380
|
onKeyDown: $,
|
|
@@ -378,14 +382,14 @@ const x = {
|
|
|
378
382
|
onTrailingIconClick: Z,
|
|
379
383
|
//----------------
|
|
380
384
|
size: y = "small",
|
|
381
|
-
color:
|
|
385
|
+
color: l = "primary",
|
|
382
386
|
className: f = "",
|
|
383
387
|
style: D = {},
|
|
384
388
|
children: V,
|
|
385
389
|
...B
|
|
386
390
|
} = e, o = {
|
|
387
391
|
theme: G(),
|
|
388
|
-
color:
|
|
392
|
+
color: l,
|
|
389
393
|
size: y,
|
|
390
394
|
style: D,
|
|
391
395
|
disabled: U,
|
|
@@ -393,7 +397,7 @@ const x = {
|
|
|
393
397
|
btnType: a,
|
|
394
398
|
className: "lnc-ui-button "
|
|
395
399
|
}, i = !T(N), d = !T(j), K = !T(F), k = () => /* @__PURE__ */ W(E, { children: [
|
|
396
|
-
i && /* @__PURE__ */
|
|
400
|
+
i && /* @__PURE__ */ c(H, { size: y, children: /* @__PURE__ */ c(
|
|
397
401
|
w,
|
|
398
402
|
{
|
|
399
403
|
icon: N,
|
|
@@ -403,7 +407,7 @@ const x = {
|
|
|
403
407
|
) }),
|
|
404
408
|
F,
|
|
405
409
|
V,
|
|
406
|
-
d && /* @__PURE__ */
|
|
410
|
+
d && /* @__PURE__ */ c(J, { size: y, children: /* @__PURE__ */ c(
|
|
407
411
|
w,
|
|
408
412
|
{
|
|
409
413
|
icon: j,
|
|
@@ -412,94 +416,94 @@ const x = {
|
|
|
412
416
|
}
|
|
413
417
|
) })
|
|
414
418
|
] });
|
|
415
|
-
return a === "filled" ? /* @__PURE__ */
|
|
419
|
+
return a === "filled" ? /* @__PURE__ */ c(
|
|
416
420
|
R,
|
|
417
421
|
{
|
|
418
422
|
ref: s,
|
|
419
423
|
"data-type": "filled",
|
|
420
424
|
...o,
|
|
421
|
-
className: `${o == null ? void 0 : o.className} ${
|
|
425
|
+
className: `${o == null ? void 0 : o.className} ${l}-${a}-lnc-btn ${f}`,
|
|
422
426
|
hasLeadingIcon: i,
|
|
423
427
|
hasTrailingIcon: d,
|
|
424
|
-
onFocus:
|
|
428
|
+
onFocus: m,
|
|
425
429
|
onBlur: g,
|
|
426
430
|
onClick: h,
|
|
427
431
|
onKeyDown: $,
|
|
428
|
-
tabIndex:
|
|
432
|
+
tabIndex: b,
|
|
429
433
|
btnType: a,
|
|
430
434
|
...B,
|
|
431
435
|
children: k()
|
|
432
436
|
}
|
|
433
|
-
) : a === "tinted" ? /* @__PURE__ */
|
|
437
|
+
) : a === "tinted" ? /* @__PURE__ */ c(
|
|
434
438
|
M,
|
|
435
439
|
{
|
|
436
440
|
ref: s,
|
|
437
441
|
"data-type": "tinted",
|
|
438
442
|
...o,
|
|
439
|
-
className: `${o == null ? void 0 : o.className} ${
|
|
443
|
+
className: `${o == null ? void 0 : o.className} ${l}-${a}-lnc-btn ${f}`,
|
|
440
444
|
hasLeadingIcon: i,
|
|
441
445
|
hasTrailingIcon: d,
|
|
442
|
-
onFocus:
|
|
446
|
+
onFocus: m,
|
|
443
447
|
onBlur: g,
|
|
444
448
|
onClick: h,
|
|
445
449
|
onKeyDown: $,
|
|
446
|
-
tabIndex:
|
|
450
|
+
tabIndex: b,
|
|
447
451
|
btnType: a,
|
|
448
452
|
...B,
|
|
449
453
|
children: k()
|
|
450
454
|
}
|
|
451
|
-
) : a === "outline" ? /* @__PURE__ */
|
|
455
|
+
) : a === "outline" ? /* @__PURE__ */ c(
|
|
452
456
|
Q,
|
|
453
457
|
{
|
|
454
458
|
ref: s,
|
|
455
459
|
"data-type": "outline",
|
|
456
460
|
...o,
|
|
457
|
-
className: `${o == null ? void 0 : o.className} ${
|
|
461
|
+
className: `${o == null ? void 0 : o.className} ${l}-${a}-lnc-btn ${f}`,
|
|
458
462
|
hasLeadingIcon: i,
|
|
459
463
|
hasTrailingIcon: d,
|
|
460
|
-
onFocus:
|
|
464
|
+
onFocus: m,
|
|
461
465
|
onBlur: g,
|
|
462
466
|
onClick: h,
|
|
463
467
|
onKeyDown: $,
|
|
464
|
-
tabIndex:
|
|
468
|
+
tabIndex: b,
|
|
465
469
|
btnType: a,
|
|
466
470
|
...B,
|
|
467
471
|
children: k()
|
|
468
472
|
}
|
|
469
|
-
) : a === "basic" ? /* @__PURE__ */
|
|
473
|
+
) : a === "basic" ? /* @__PURE__ */ c(
|
|
470
474
|
L,
|
|
471
475
|
{
|
|
472
476
|
ref: s,
|
|
473
477
|
"data-type": "basic",
|
|
474
478
|
...o,
|
|
475
|
-
className: `${o == null ? void 0 : o.className} ${
|
|
479
|
+
className: `${o == null ? void 0 : o.className} ${l}-${a}-lnc-btn ${f}`,
|
|
476
480
|
hasLeadingIcon: i,
|
|
477
481
|
hasTrailingIcon: d,
|
|
478
|
-
onFocus:
|
|
482
|
+
onFocus: m,
|
|
479
483
|
onBlur: g,
|
|
480
484
|
onClick: h,
|
|
481
485
|
onKeyDown: $,
|
|
482
|
-
tabIndex:
|
|
486
|
+
tabIndex: b,
|
|
483
487
|
btnType: a,
|
|
484
488
|
...B,
|
|
485
489
|
children: k()
|
|
486
490
|
}
|
|
487
|
-
) : /* @__PURE__ */
|
|
491
|
+
) : /* @__PURE__ */ c(
|
|
488
492
|
R,
|
|
489
493
|
{
|
|
490
494
|
ref: s,
|
|
491
495
|
"data-type": "filled",
|
|
492
496
|
size: y,
|
|
493
497
|
...o,
|
|
494
|
-
className: `${o == null ? void 0 : o.className} ${
|
|
498
|
+
className: `${o == null ? void 0 : o.className} ${l}-${a}-lnc-btn ${f}`,
|
|
495
499
|
hasLeadingIcon: i,
|
|
496
500
|
hasTrailingIcon: d,
|
|
497
|
-
onFocus:
|
|
501
|
+
onFocus: m,
|
|
498
502
|
onBlur: g,
|
|
499
503
|
onClick: h,
|
|
500
504
|
onKeyDown: $,
|
|
501
505
|
hasText: K,
|
|
502
|
-
tabIndex:
|
|
506
|
+
tabIndex: b,
|
|
503
507
|
btnType: a,
|
|
504
508
|
...B,
|
|
505
509
|
children: k()
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";const t=require("react/jsx-runtime"),a=require("react"),U=require("./emotion-styled.browser.esm-BtEseadx.cjs"),F=require("./consts-goSZX3xP.cjs"),L=require("./Button.cjs"),h=require("./utils-Dl9xPH4c.cjs"),M=require("./useDetectMobile-zkbzoOGV.cjs"),T=require("./style-CyHewQxg.cjs"),j=require("./suspense-product-card-detailed-
|
|
1
|
+
"use strict";const t=require("react/jsx-runtime"),a=require("react"),U=require("./emotion-styled.browser.esm-BtEseadx.cjs"),F=require("./consts-goSZX3xP.cjs"),L=require("./Button.cjs"),h=require("./utils-Dl9xPH4c.cjs"),M=require("./useDetectMobile-zkbzoOGV.cjs"),T=require("./style-CyHewQxg.cjs"),j=require("./suspense-product-card-detailed-BVYLuo75.cjs"),B=require("./index-D0xXo7W6.cjs"),E=U.styled.div`
|
|
2
2
|
display: grid;
|
|
3
3
|
grid-template-columns: ${s=>`repeat(${s.limit}, minmax(0, 1fr))`};
|
|
4
4
|
gap: 1.25rem;
|
|
@@ -6,7 +6,7 @@ import E from "./Button.js";
|
|
|
6
6
|
import { k as h } from "./utils-BdsZgOUE.js";
|
|
7
7
|
import { u as I } from "./useDetectMobile-Bkvj0VMa.js";
|
|
8
8
|
import { T as O } from "./style-DFPWLJBr.js";
|
|
9
|
-
import { D as R, S as W } from "./suspense-product-card-detailed-
|
|
9
|
+
import { D as R, S as W } from "./suspense-product-card-detailed-Bv1nJaPz.js";
|
|
10
10
|
import { S as $ } from "./index-Dweo-G3H.js";
|
|
11
11
|
const j = B.div`
|
|
12
12
|
display: grid;
|
package/dist/IconButton.cjs
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
max-width: ${t.getSizeValueWithUnits(e.theme,e.size)};
|
|
16
16
|
`,S=h.styled.i`
|
|
17
17
|
font-size: 1.125rem;
|
|
18
|
-
`,
|
|
18
|
+
`,k=h.styled.button`
|
|
19
19
|
${e=>y(e)}
|
|
20
20
|
|
|
21
21
|
${e=>t.getComponentTypographyCss(e.theme,"ButtonFilled",e.size,"enabled")};
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
&:disabled {
|
|
47
47
|
${e=>e.disabled===!0&&t.getDisabledStateCss(e.theme)};
|
|
48
48
|
cursor: default;
|
|
49
|
-
background-color: ${e=>t.getColorRgbaValue(e.theme,"ButtonFilled",e.color,"disabled","background")};
|
|
49
|
+
background-color: ${e=>t.getColorRgbaValue(e.theme,"ButtonFilled",e.color,"disabled","background","backgroundOpacity")};
|
|
50
50
|
color: ${e=>t.getColorRgbaValue(e.theme,"ButtonFilled",e.color,"disabled","text")};
|
|
51
51
|
}
|
|
52
52
|
`,N=h.styled.button`
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
background-color: ${e=>t.getColorRgbaValue(e.theme,"ButtonTinted",e.color,"disabled","background","backgroundOpacity")};
|
|
84
84
|
color: ${e=>t.getColorRgbaValue(e.theme,"ButtonTinted",e.color,"disabled","text")};
|
|
85
85
|
}
|
|
86
|
-
`,
|
|
86
|
+
`,f=h.styled.button`
|
|
87
87
|
${e=>y(e)}
|
|
88
88
|
|
|
89
89
|
${e=>t.getComponentTypographyCss(e.theme,"ButtonTinted",e.size,"enabled")};
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
cursor: default;
|
|
117
117
|
background-color: ${e=>t.getColorRgbaValue(e.theme,"ButtonBasic",e.color,"disabled","background","backgroundOpacity")};
|
|
118
118
|
}
|
|
119
|
-
`,w=h.styled(
|
|
119
|
+
`,w=h.styled(f)`
|
|
120
120
|
border: 1px solid
|
|
121
121
|
${e=>t.getColorRgbaValue(e.theme,"ButtonBasic",e.color,"enabled","border","borderOpacity")};
|
|
122
|
-
`,V=C.forwardRef((e,i)=>{const{icon:$=null,iconStyle:R="solid",borderRadius:T="regular",btnType:a="filled",disabled:x=!1,tabIndex:j=0,onFocus:r=()=>{},onBlur:u=()=>{},onClick:d=()=>{},onKeyDown:s=()=>{},size:B="small",color:n="primary",className:g="",style:z={},...b}=e,o={theme:F.useTheme(),color:n,size:B,style:z,className:"lnc-ui-icon-button",disabled:x,borderRadius:T,btnType:a},
|
|
122
|
+
`,V=C.forwardRef((e,i)=>{const{icon:$=null,iconStyle:R="solid",borderRadius:T="regular",btnType:a="filled",disabled:x=!1,tabIndex:j=0,onFocus:r=()=>{},onBlur:u=()=>{},onClick:d=()=>{},onKeyDown:s=()=>{},size:B="small",color:n="primary",className:g="",style:z={},...b}=e,o={theme:F.useTheme(),color:n,size:B,style:z,className:"lnc-ui-icon-button",disabled:x,borderRadius:T,btnType:a},O=()=>{var v=R==="solid"?"fas":"far";return`${v} fa-${$} fa-fw`},m=()=>C.isValidElement($)?$:c.jsx(S,{className:O()});return a==="filled"?c.jsx(k,{ref:i,"data-type":"filled",...o,className:`${o==null?void 0:o.className} ${n}-${a}-lnc-btn ${g}`,onFocus:r,onBlur:u,onClick:d,onKeyDown:s,type:a,...b,children:m()}):a==="tinted"?c.jsx(N,{ref:i,"data-type":"tinted",...o,className:`${o==null?void 0:o.className} ${n}-${a}-lnc-btn ${g}`,onFocus:r,onBlur:u,onClick:d,onKeyDown:s,...b,children:m()}):a==="outline"?c.jsx(w,{ref:i,"data-type":"outline",...o,className:`${o==null?void 0:o.className} ${n}-${a}-lnc-btn ${g}`,onFocus:r,onBlur:u,onClick:d,onKeyDown:s,...b,children:m()}):a==="basic"?c.jsx(f,{ref:i,"data-type":"basic",...o,className:`${o==null?void 0:o.className} ${n}-${a}-lnc-btn ${g}`,onFocus:r,onBlur:u,onClick:d,onKeyDown:s,...b,children:m()}):c.jsx(k,{ref:i,"data-type":"filled",size:B,...o,className:`${o==null?void 0:o.className} ${n}-${a}-lnc-btn ${g}`,onFocus:r,onBlur:u,onClick:d,onKeyDown:s,...b,children:m()})});V.propTypes={icon:l.PropTypes.oneOfType([l.PropTypes.string,l.PropTypes.element]),iconStyle:l.PropTypes.oneOf(["regular","solid"]),borderRadius:l.PropTypes.oneOf(["slight","regular","edged","curved","none"]),btnType:l.PropTypes.oneOf(["filled","tinted","outline","basic"]),disabled:l.PropTypes.bool,tabIndex:l.PropTypes.number,onBlur:l.PropTypes.func,onFocus:l.PropTypes.func,onClick:l.PropTypes.func,onKeyDown:l.PropTypes.func,className:l.PropTypes.string,style:l.PropTypes.object,color:l.PropTypes.oneOf(["primary","secondary","success","warning","danger","information","neutral","gray"]),size:l.PropTypes.oneOf(["small","medium","large"])};module.exports=V;
|
package/dist/IconButton.js
CHANGED
|
@@ -24,7 +24,7 @@ const x = (e) => `
|
|
|
24
24
|
max-width: ${c(e.theme, e.size)};
|
|
25
25
|
`, D = g.i`
|
|
26
26
|
font-size: 1.125rem;
|
|
27
|
-
`,
|
|
27
|
+
`, O = g.button`
|
|
28
28
|
${(e) => x(e)}
|
|
29
29
|
|
|
30
30
|
${(e) => f(
|
|
@@ -113,7 +113,8 @@ const x = (e) => `
|
|
|
113
113
|
"ButtonFilled",
|
|
114
114
|
e.color,
|
|
115
115
|
"disabled",
|
|
116
|
-
"background"
|
|
116
|
+
"background",
|
|
117
|
+
"backgroundOpacity"
|
|
117
118
|
)};
|
|
118
119
|
color: ${(e) => t(
|
|
119
120
|
e.theme,
|
|
@@ -227,7 +228,7 @@ const x = (e) => `
|
|
|
227
228
|
"text"
|
|
228
229
|
)};
|
|
229
230
|
}
|
|
230
|
-
`,
|
|
231
|
+
`, T = g.button`
|
|
231
232
|
${(e) => x(e)}
|
|
232
233
|
|
|
233
234
|
${(e) => f(
|
|
@@ -324,7 +325,7 @@ const x = (e) => `
|
|
|
324
325
|
"backgroundOpacity"
|
|
325
326
|
)};
|
|
326
327
|
}
|
|
327
|
-
`, U = g(
|
|
328
|
+
`, U = g(T)`
|
|
328
329
|
border: 1px solid
|
|
329
330
|
${(e) => t(
|
|
330
331
|
e.theme,
|
|
@@ -371,7 +372,7 @@ const x = (e) => `
|
|
|
371
372
|
return `${R} fa-${B} fa-fw`;
|
|
372
373
|
}, $ = () => S(B) ? B : /* @__PURE__ */ i(D, { className: C() });
|
|
373
374
|
return l === "filled" ? /* @__PURE__ */ i(
|
|
374
|
-
|
|
375
|
+
O,
|
|
375
376
|
{
|
|
376
377
|
ref: d,
|
|
377
378
|
"data-type": "filled",
|
|
@@ -414,7 +415,7 @@ const x = (e) => `
|
|
|
414
415
|
children: $()
|
|
415
416
|
}
|
|
416
417
|
) : l === "basic" ? /* @__PURE__ */ i(
|
|
417
|
-
|
|
418
|
+
T,
|
|
418
419
|
{
|
|
419
420
|
ref: d,
|
|
420
421
|
"data-type": "basic",
|
|
@@ -428,7 +429,7 @@ const x = (e) => `
|
|
|
428
429
|
children: $()
|
|
429
430
|
}
|
|
430
431
|
) : /* @__PURE__ */ i(
|
|
431
|
-
|
|
432
|
+
O,
|
|
432
433
|
{
|
|
433
434
|
ref: d,
|
|
434
435
|
"data-type": "filled",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";const i=require("react/jsx-runtime"),l=require("react"),v=require("./emotion-styled.browser.esm-BtEseadx.cjs"),k=require("./consts-goSZX3xP.cjs"),C=require("./useDetectMobile-zkbzoOGV.cjs"),q=require("./Button.cjs"),w=require("./suspense-product-card-detailed-
|
|
1
|
+
"use strict";const i=require("react/jsx-runtime"),l=require("react"),v=require("./emotion-styled.browser.esm-BtEseadx.cjs"),k=require("./consts-goSZX3xP.cjs"),C=require("./useDetectMobile-zkbzoOGV.cjs"),q=require("./Button.cjs"),w=require("./suspense-product-card-detailed-BVYLuo75.cjs"),N=v.styled.div`
|
|
2
2
|
padding: 1.75rem 3rem;
|
|
3
3
|
display: grid;
|
|
4
4
|
grid-template-columns: ${o=>`repeat(${o.limit||5}, minmax(0, 1fr))`};
|
|
@@ -4,7 +4,7 @@ import { s as F } from "./emotion-styled.browser.esm-BNN1dTl3.js";
|
|
|
4
4
|
import { M as I, S as T } from "./consts-BuFChS64.js";
|
|
5
5
|
import { u as _ } from "./useDetectMobile-Bkvj0VMa.js";
|
|
6
6
|
import B from "./Button.js";
|
|
7
|
-
import { D, S as E } from "./suspense-product-card-detailed-
|
|
7
|
+
import { D, S as E } from "./suspense-product-card-detailed-Bv1nJaPz.js";
|
|
8
8
|
const j = F.div`
|
|
9
9
|
padding: 1.75rem 3rem;
|
|
10
10
|
display: grid;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";const e=require("react/jsx-runtime"),
|
|
1
|
+
"use strict";const e=require("react/jsx-runtime"),a=require("react"),o=require("./utils-Dl9xPH4c.cjs"),N=require("./emotion-styled.browser.esm-BtEseadx.cjs"),le=require("./index-BueKsXT8.cjs"),x=require("./Badge.cjs"),de=require("./Popover.cjs"),me=require("./PopoverTrigger.cjs"),pe=require("./PopoverContent.cjs"),ge=require("./useDetectMobile-zkbzoOGV.cjs"),A=require("./consts-goSZX3xP.cjs"),X=N.styled.div`
|
|
2
2
|
display: flex;
|
|
3
3
|
flex-direction: column;
|
|
4
4
|
gap: 0.5rem;
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
&:hover .product-image-wrapper img {
|
|
156
156
|
transform: scale(1.1);
|
|
157
157
|
}
|
|
158
|
-
`,ue=
|
|
158
|
+
`,ue=N.styled.div`
|
|
159
159
|
position: relative;
|
|
160
160
|
overflow: hidden;
|
|
161
161
|
border-radius: 0.75rem;
|
|
@@ -200,7 +200,7 @@
|
|
|
200
200
|
display: flex;
|
|
201
201
|
}
|
|
202
202
|
}
|
|
203
|
-
`,he=
|
|
203
|
+
`,he=N.styled.div`
|
|
204
204
|
background: var(--white, #fff);
|
|
205
205
|
z-index: 1;
|
|
206
206
|
|
|
@@ -250,7 +250,7 @@
|
|
|
250
250
|
color: var(--gray-950, #14161a);
|
|
251
251
|
}
|
|
252
252
|
}
|
|
253
|
-
`,fe=
|
|
253
|
+
`,fe=N.styled.div`
|
|
254
254
|
display: flex;
|
|
255
255
|
align-items: center;
|
|
256
256
|
gap: 0.25rem;
|
|
@@ -262,4 +262,4 @@
|
|
|
262
262
|
font-size: 1rem;
|
|
263
263
|
color: var(--warning-500, #F59E0B);
|
|
264
264
|
}
|
|
265
|
-
`,ve=
|
|
265
|
+
`,ve=a.forwardRef(({sponsoredText:p="Sponsored"},w)=>e.jsxs(fe,{ref:w,className:"sponsored-line",children:[e.jsx("i",{className:"mng-lnc-paw2"}),e.jsx("span",{children:p})]})),we="Vehicles_Cars",be="Vehicles_Motorcycles",ye="Vehicles_Trucks",je="Vehicles_AgriculturalMachines_Tractors",ke="Vehicles_ConstructionMachines",_e="Vehicles_Bus",xe="Vehicles_Campers",Ne="RealEstates_",i={Mileage:{icon:"mng-lnc-road",measure:"km"},YearOfProduction:{icon:"mng-lnc-calendar",measure:""},Fuel:{icon:"mng-lnc-gas-station",measure:""},EnginePowerKW:{icon:"mng-lnc-engine",measure:"kW"},Transmission:{icon:"mng-lnc-transmission",measure:""},Model:{icon:"mng-lnc-application",measure:""},Brand:{icon:"mng-lnc-car--front",measure:""},SurfaceArea:{icon:"mng-lnc-right-angle",measure:""},Floor:{icon:"mng-lnc-elevator",measure:""},FurnishedCondition:{icon:"mng-lnc-sofa-01",measure:""},AdType:{icon:"mng-lnc-notes",measure:""},NumberOfRooms:{icon:"mng-lnc-meeting-room",measure:""},HeatingType:{icon:"mng-lnc-heat",measure:""},AirConditioning:{icon:"mng-lnc-air-conditioner",measure:""},Type:{icon:"mng-lnc-house-building",measure:""},Parking:{icon:"mng-lnc-parking-area-circle",measure:""},Internet:{icon:"mng-lnc-wifi-02",measure:""},State:{icon:"mng-lnc-settings-1",measure:""},NumberOfPremises:{icon:"mng-lnc-meeting-room",measure:""},Pool:{icon:"mng-lnc-pool",measure:""},Approach:{icon:"mng-lnc-driveway",measure:""},NumberOfBeds:{icon:"mng-lnc-bed",measure:""},Kitchen:{icon:"mng-lnc-fridge",measure:""},BathroomToilet:{icon:"mng-lnc-bath",measure:""},default:{icon:" mng-lnc-clock--filled",measure:""}},Ce=a.forwardRef((p,w)=>{const{uuid:g,name:j,price:h=0,sellingPrice:k,currency:_,isNegotiable:C,isFree:P,imageUrl:L,location:U,sponsored:V,imageComponent:B,onSelectCard:Y=()=>{},freeText:K="Free",negotiableText:Z="Negotiable",tags:s=[],categoryCode:$,condition:E,quantity:S,trade:T,sponsoredText:H,onBookmark:z=()=>{},bookmarkComponent:b,bookmarked:M,bookmarkLists:J}=p,O=ge.useDetectMobile(),Q=()=>{var l;if(!o.isDefined(b))return e.jsx(e.Fragment,{});const r=b,n=(l=b==null?void 0:b.props)==null?void 0:l.children,t=a.cloneElement(n,{key:`bookmark_pr__${M}`,bookmarked:M,productUuid:g,onAddToBookmark:()=>z(!0,g),onRemoveFromBookmark:()=>z(!1,g),bookmarkedUuidList:J});return a.cloneElement(r,void 0,t)},q=[we,be,ye,je,ke,_e,xe,Ne].some(r=>$==null?void 0:$.includes(r)),[ee,F]=a.useState(!1),re=()=>{F(!0)},ne=()=>{F(!1)},c=a.useRef(null),f=a.useRef([]),[W,oe]=a.useState(s==null?void 0:s.length),te=()=>{var l,d,y;if(!(c!=null&&c.current)||((l=f==null?void 0:f.current)==null?void 0:l.length)===0)return;const r=(d=c==null?void 0:c.current)==null?void 0:d.offsetWidth;let n=0,t=0;for(let m=0;m<(s==null?void 0:s.length);m++){const v=((y=f==null?void 0:f.current[m])==null?void 0:y.offsetWidth)||0,u=n+v+4;if(u<=r)n+=u,t++;else break}oe(t)};a.useEffect(()=>{const r=c==null?void 0:c.current;if(!r)return;const n=new ResizeObserver(()=>{te()});return n.observe(r),()=>{n.disconnect()}},[s]);const se=()=>{var r;return e.jsx("div",{className:"tags-popover__trigger",children:(r=s==null?void 0:s.slice(0,W))==null?void 0:r.map((n,t)=>{var v,u,I,R,G;const l=((v=i==null?void 0:i[n==null?void 0:n.code])==null?void 0:v.icon)??((u=i==null?void 0:i.default)==null?void 0:u.icon)??"",d=((I=n==null?void 0:n.measurementUnit)==null?void 0:I.symbol)??((R=i==null?void 0:i[n==null?void 0:n.code])==null?void 0:R.measure)??"",m=[(n==null?void 0:n.value)??((G=n==null?void 0:n.multiOptions)==null?void 0:G[0])??"",d].filter(Boolean).join(" ");return O?e.jsxs("div",{className:"tag-mobile",children:[m,t<W-1?" · ":""]}):e.jsxs(x,{ref:ce=>f.current[t]=ce,className:`tag ${V?"tag-sponsored":""}`,children:[e.jsx("i",{className:l}),m]},`detailed-products-section-tag__${t+1}`)})})},ie=()=>e.jsx("div",{className:"tags-popover__content",children:s==null?void 0:s.map((r,n)=>{var m,v,u;const t=((m=r==null?void 0:r.measurementUnit)==null?void 0:m.symbol)??((v=i==null?void 0:i[r==null?void 0:r.code])==null?void 0:v.measure)??"",d=[(r==null?void 0:r.value)??((u=r==null?void 0:r.multiOptions)==null?void 0:u[0])??"",t].filter(Boolean).join(" "),y=r==null?void 0:r.name;return e.jsxs("div",{children:[e.jsx("span",{className:"tags-popover__name",children:`${y}: `}),e.jsx("span",{className:"tags-popover__value",children:d})]},`detailed-products-section-tag-dropdown__${n+1}`)})}),ae=()=>{var r;if(O){const n=[E,S,T];return(r=n==null?void 0:n.filter(t=>o.isDefinedNotEmptyString(t)))==null?void 0:r.map((t,l,d)=>e.jsxs("div",{className:"tag-mobile",children:[t,l<(d==null?void 0:d.length)-1?" · ":""]}))}return e.jsxs(e.Fragment,{children:[E&&e.jsx(x,{className:"tag",children:E},"detailed-products-section-tag__condition"),S&&e.jsx(x,{className:"tag",children:S},"detailed-products-section-tag__quantity"),T&&e.jsx(x,{className:"tag",children:T},"detailed-products-section-tag__trade")]})},D=h>0&&_&&C!==!0&&P!==!0&&h!==k;return e.jsxs(X,{ref:c,className:"product-card",onClick:Y,children:[e.jsxs(ue,{className:"product-image-wrapper",children:[e.jsx(Q,{}),o.isDefined(B)?B:e.jsx(le.ProductImageWrapper,{src:L})]}),e.jsx("div",{className:"wrapper-card-1",children:e.jsx("div",{className:"card-title",children:j})}),e.jsxs("div",{className:"wrapper-card-3",children:[q&&e.jsx("div",{...O?{}:{onMouseEnter:re,onMouseLeave:ne},children:e.jsxs(de,{placement:"bottom",open:ee,children:[e.jsx(me,{children:se()}),e.jsx(pe,{style:{all:"unset"},children:e.jsx(he,{children:ie()})})]})}),!q&&ae()]}),e.jsxs("div",{className:"wrapper-card-2",children:[e.jsxs("div",{className:`price-text ${D?"new-price":""}`,children:[k>0&&_&&C!==!0&&P!==!0&&e.jsx("div",{children:`${o.formatPrice(k)} ${o.GetCurrencySymbol(_)}`}),D&&e.jsx("div",{className:`${k>0?"full-price":""}`,children:`${o.formatPrice(h)} ${o.GetCurrencySymbol(_)}`}),C&&Z,P&&K]}),e.jsx("div",{className:"location-text",children:U})]}),V===!0&&e.jsx(ve,{sponsoredText:H})]})}),Pe=a.forwardRef(({},p)=>e.jsxs(X,{className:"product-card",children:[e.jsx("img",{className:"skeleton-img"}),e.jsxs("div",{className:"wrapper-card-1",children:[e.jsx("div",{className:"skeleton-title"}),e.jsx("div",{className:"skeleton-tags"})]}),e.jsxs("div",{className:"wrapper-card-1",children:[e.jsx("div",{className:"skeleton-price"}),e.jsx("div",{className:"skeleton-sponsored"})]})]})),$e=({limit:p=5,isLoading:w=!1,keyPrefix:g})=>e.jsx(e.Fragment,{children:Array.from({length:p},(j,h)=>e.jsx(Pe,{isLoading:w},`${g}-skeleton-product-card-${h}`))}),Ee=({children:p,fallbackComponent:w=e.jsx(e.Fragment,{}),isLoading:g=!1,limit:j,keyPrefix:h})=>e.jsx(a.Suspense,{fallbackComponent:w,children:g===!0?e.jsx($e,{isLoading:g,limit:j,keyPrefix:h}):p});exports.DetailedProductCard=Ce;exports.SuspenseDetailedProductCard=Ee;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { jsxs as n, jsx as e, Fragment as
|
|
2
|
-
import { forwardRef as
|
|
3
|
-
import { p as ke, t as
|
|
4
|
-
import { s as
|
|
1
|
+
import { jsxs as n, jsx as e, Fragment as P } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef as M, useState as A, useRef as Y, useEffect as we, cloneElement as K, Suspense as be } from "react";
|
|
3
|
+
import { p as ke, t as H, o as k, l as Z, q as J, G as Q, k as ye } from "./utils-BdsZgOUE.js";
|
|
4
|
+
import { s as $ } from "./emotion-styled.browser.esm-BNN1dTl3.js";
|
|
5
5
|
import { P as _e } from "./index-CF3HhgvN.js";
|
|
6
|
-
import
|
|
6
|
+
import C from "./Badge.js";
|
|
7
7
|
import Ne from "./Popover.js";
|
|
8
8
|
import Ce from "./PopoverTrigger.js";
|
|
9
9
|
import Pe from "./PopoverContent.js";
|
|
10
10
|
import { u as $e } from "./useDetectMobile-Bkvj0VMa.js";
|
|
11
|
-
import { M as
|
|
12
|
-
const
|
|
11
|
+
import { M as x } from "./consts-BuFChS64.js";
|
|
12
|
+
const ee = $.div`
|
|
13
13
|
display: flex;
|
|
14
14
|
flex-direction: column;
|
|
15
15
|
gap: 0.5rem;
|
|
@@ -80,7 +80,7 @@ const x = P.div`
|
|
|
80
80
|
& .price-text {
|
|
81
81
|
font-size: 1rem;
|
|
82
82
|
font-weight: 600;
|
|
83
|
-
${
|
|
83
|
+
${H()}
|
|
84
84
|
display: flex;
|
|
85
85
|
align-items: end;
|
|
86
86
|
gap: 0.5rem;
|
|
@@ -103,7 +103,7 @@ const x = P.div`
|
|
|
103
103
|
font-size: 0.75rem;
|
|
104
104
|
font-weight: 400;
|
|
105
105
|
color: var(--gray-600, #676e79);
|
|
106
|
-
${
|
|
106
|
+
${H()}
|
|
107
107
|
}
|
|
108
108
|
|
|
109
109
|
& .tags-wrapper {
|
|
@@ -112,31 +112,31 @@ const x = P.div`
|
|
|
112
112
|
}
|
|
113
113
|
|
|
114
114
|
& .skeleton-img {
|
|
115
|
-
background-color: ${
|
|
115
|
+
background-color: ${k("-90deg")};
|
|
116
116
|
border-radius: 0.75rem;
|
|
117
117
|
border: 1px solid white;
|
|
118
118
|
}
|
|
119
119
|
|
|
120
120
|
& .skeleton-title {
|
|
121
|
-
background-color: ${
|
|
121
|
+
background-color: ${k("-90deg")};
|
|
122
122
|
width: 100%;
|
|
123
123
|
height: 2.5rem;
|
|
124
124
|
}
|
|
125
125
|
|
|
126
126
|
& .skeleton-tags {
|
|
127
|
-
background-color: ${
|
|
127
|
+
background-color: ${k("-90deg")};
|
|
128
128
|
width: 80%;
|
|
129
129
|
height: 1.5rem;
|
|
130
130
|
}
|
|
131
131
|
|
|
132
132
|
& .skeleton-price {
|
|
133
|
-
background-color: ${
|
|
133
|
+
background-color: ${k("-90deg")};
|
|
134
134
|
width: 50%;
|
|
135
135
|
height: 2.5rem;
|
|
136
136
|
}
|
|
137
137
|
|
|
138
138
|
& .skeleton-sponsored {
|
|
139
|
-
background-color: ${
|
|
139
|
+
background-color: ${k("-90deg")};
|
|
140
140
|
width: 50%;
|
|
141
141
|
height: 1rem;
|
|
142
142
|
}
|
|
@@ -146,7 +146,7 @@ const x = P.div`
|
|
|
146
146
|
gap: 0.25rem;
|
|
147
147
|
}
|
|
148
148
|
|
|
149
|
-
@media (max-width: ${
|
|
149
|
+
@media (max-width: ${x + "px"}) {
|
|
150
150
|
overflow: visible;
|
|
151
151
|
|
|
152
152
|
& .tags-popover__trigger {
|
|
@@ -166,7 +166,7 @@ const x = P.div`
|
|
|
166
166
|
&:hover .product-image-wrapper img {
|
|
167
167
|
transform: scale(1.1);
|
|
168
168
|
}
|
|
169
|
-
`, Te =
|
|
169
|
+
`, Te = $.div`
|
|
170
170
|
position: relative;
|
|
171
171
|
overflow: hidden;
|
|
172
172
|
border-radius: 0.75rem;
|
|
@@ -198,7 +198,7 @@ const x = P.div`
|
|
|
198
198
|
transition: var(--transition, all 0.3s ease);
|
|
199
199
|
}
|
|
200
200
|
|
|
201
|
-
@media (max-width: ${
|
|
201
|
+
@media (max-width: ${x + "px"}) {
|
|
202
202
|
& img {
|
|
203
203
|
width: 8.875rem;
|
|
204
204
|
height: 8.875rem;
|
|
@@ -211,7 +211,7 @@ const x = P.div`
|
|
|
211
211
|
display: flex;
|
|
212
212
|
}
|
|
213
213
|
}
|
|
214
|
-
`, Ee =
|
|
214
|
+
`, Ee = $.div`
|
|
215
215
|
background: var(--white, #fff);
|
|
216
216
|
z-index: 1;
|
|
217
217
|
|
|
@@ -261,7 +261,7 @@ const x = P.div`
|
|
|
261
261
|
color: var(--gray-950, #14161a);
|
|
262
262
|
}
|
|
263
263
|
}
|
|
264
|
-
`, Ve =
|
|
264
|
+
`, Ve = $.div`
|
|
265
265
|
display: flex;
|
|
266
266
|
align-items: center;
|
|
267
267
|
gap: 0.25rem;
|
|
@@ -273,9 +273,9 @@ const x = P.div`
|
|
|
273
273
|
font-size: 1rem;
|
|
274
274
|
color: var(--warning-500, #F59E0B);
|
|
275
275
|
}
|
|
276
|
-
`, Oe =
|
|
276
|
+
`, Oe = M(({ sponsoredText: m = "Sponsored" }, v) => /* @__PURE__ */ n(Ve, { ref: v, className: "sponsored-line", children: [
|
|
277
277
|
/* @__PURE__ */ e("i", { className: "mng-lnc-paw2" }),
|
|
278
|
-
/* @__PURE__ */ e("span", { children:
|
|
278
|
+
/* @__PURE__ */ e("span", { children: m })
|
|
279
279
|
] })), Se = "Vehicles_Cars", ze = "Vehicles_Motorcycles", Be = "Vehicles_Trucks", Me = "Vehicles_AgriculturalMachines_Tractors", We = "Vehicles_ConstructionMachines", Fe = "Vehicles_Bus", De = "Vehicles_Campers", Ie = "RealEstates_", i = {
|
|
280
280
|
Mileage: {
|
|
281
281
|
icon: "mng-lnc-road",
|
|
@@ -377,42 +377,47 @@ const x = P.div`
|
|
|
377
377
|
icon: " mng-lnc-clock--filled",
|
|
378
378
|
measure: ""
|
|
379
379
|
}
|
|
380
|
-
}, xe =
|
|
380
|
+
}, xe = M((m, v) => {
|
|
381
381
|
const {
|
|
382
|
-
uuid:
|
|
383
|
-
name:
|
|
384
|
-
price:
|
|
385
|
-
sellingPrice:
|
|
386
|
-
currency:
|
|
387
|
-
isNegotiable:
|
|
388
|
-
isFree:
|
|
389
|
-
imageUrl:
|
|
390
|
-
location:
|
|
391
|
-
sponsored:
|
|
392
|
-
imageComponent:
|
|
393
|
-
onSelectCard:
|
|
382
|
+
uuid: p,
|
|
383
|
+
name: y,
|
|
384
|
+
price: u = 0,
|
|
385
|
+
sellingPrice: _,
|
|
386
|
+
currency: N,
|
|
387
|
+
isNegotiable: T,
|
|
388
|
+
isFree: E,
|
|
389
|
+
imageUrl: re,
|
|
390
|
+
location: oe,
|
|
391
|
+
sponsored: W,
|
|
392
|
+
imageComponent: F,
|
|
393
|
+
onSelectCard: ne = () => {
|
|
394
394
|
},
|
|
395
|
-
freeText:
|
|
396
|
-
negotiableText:
|
|
397
|
-
tags:
|
|
398
|
-
categoryCode:
|
|
399
|
-
condition:
|
|
400
|
-
quantity:
|
|
401
|
-
trade:
|
|
402
|
-
sponsoredText:
|
|
403
|
-
onBookmark:
|
|
395
|
+
freeText: te = "Free",
|
|
396
|
+
negotiableText: ae = "Negotiable",
|
|
397
|
+
tags: a = [],
|
|
398
|
+
categoryCode: V,
|
|
399
|
+
condition: O,
|
|
400
|
+
quantity: S,
|
|
401
|
+
trade: z,
|
|
402
|
+
sponsoredText: ie,
|
|
403
|
+
onBookmark: D = () => {
|
|
404
404
|
},
|
|
405
|
-
bookmarkComponent:
|
|
405
|
+
bookmarkComponent: w,
|
|
406
406
|
bookmarked: I,
|
|
407
|
-
bookmarkLists:
|
|
408
|
-
} =
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
407
|
+
bookmarkLists: se
|
|
408
|
+
} = m, B = $e(), ce = () => {
|
|
409
|
+
var c;
|
|
410
|
+
if (!Z(w)) return /* @__PURE__ */ e(P, {});
|
|
411
|
+
const r = w, o = (c = w == null ? void 0 : w.props) == null ? void 0 : c.children, t = K(o, {
|
|
412
|
+
key: `bookmark_pr__${I}`,
|
|
413
|
+
bookmarked: I,
|
|
414
|
+
productUuid: p,
|
|
415
|
+
onAddToBookmark: () => D(!0, p),
|
|
416
|
+
onRemoveFromBookmark: () => D(!1, p),
|
|
417
|
+
bookmarkedUuidList: se
|
|
418
|
+
});
|
|
419
|
+
return K(r, void 0, t);
|
|
420
|
+
}, j = [
|
|
416
421
|
Se,
|
|
417
422
|
ze,
|
|
418
423
|
Be,
|
|
@@ -422,123 +427,123 @@ const x = P.div`
|
|
|
422
427
|
De,
|
|
423
428
|
Ie
|
|
424
429
|
].some(
|
|
425
|
-
(r) =>
|
|
426
|
-
), [
|
|
430
|
+
(r) => V == null ? void 0 : V.includes(r)
|
|
431
|
+
), [le, G] = A(!1), de = () => {
|
|
427
432
|
G(!0);
|
|
428
|
-
},
|
|
433
|
+
}, me = () => {
|
|
429
434
|
G(!1);
|
|
430
|
-
}, s = Y(null),
|
|
431
|
-
var
|
|
432
|
-
if (!(s != null && s.current) || ((
|
|
433
|
-
const r = (
|
|
434
|
-
let o = 0,
|
|
435
|
-
for (let
|
|
436
|
-
const f = ((
|
|
437
|
-
if (
|
|
438
|
-
o +=
|
|
435
|
+
}, s = Y(null), h = Y([]), [R, pe] = A(a == null ? void 0 : a.length), ge = () => {
|
|
436
|
+
var c, l, b;
|
|
437
|
+
if (!(s != null && s.current) || ((c = h == null ? void 0 : h.current) == null ? void 0 : c.length) === 0) return;
|
|
438
|
+
const r = (l = s == null ? void 0 : s.current) == null ? void 0 : l.offsetWidth;
|
|
439
|
+
let o = 0, t = 0;
|
|
440
|
+
for (let d = 0; d < (a == null ? void 0 : a.length); d++) {
|
|
441
|
+
const f = ((b = h == null ? void 0 : h.current[d]) == null ? void 0 : b.offsetWidth) || 0, g = o + f + 4;
|
|
442
|
+
if (g <= r)
|
|
443
|
+
o += g, t++;
|
|
439
444
|
else
|
|
440
445
|
break;
|
|
441
446
|
}
|
|
442
|
-
|
|
447
|
+
pe(t);
|
|
443
448
|
};
|
|
444
|
-
|
|
449
|
+
we(() => {
|
|
445
450
|
const r = s == null ? void 0 : s.current;
|
|
446
451
|
if (!r) return;
|
|
447
452
|
const o = new ResizeObserver(() => {
|
|
448
|
-
|
|
453
|
+
ge();
|
|
449
454
|
});
|
|
450
455
|
return o.observe(r), () => {
|
|
451
456
|
o.disconnect();
|
|
452
457
|
};
|
|
453
|
-
}, [
|
|
454
|
-
const
|
|
458
|
+
}, [a]);
|
|
459
|
+
const ue = () => {
|
|
455
460
|
var r;
|
|
456
|
-
return /* @__PURE__ */ e("div", { className: "tags-popover__trigger", children: (r =
|
|
457
|
-
var f,
|
|
458
|
-
const
|
|
459
|
-
return
|
|
460
|
-
|
|
461
|
-
|
|
461
|
+
return /* @__PURE__ */ e("div", { className: "tags-popover__trigger", children: (r = a == null ? void 0 : a.slice(0, R)) == null ? void 0 : r.map((o, t) => {
|
|
462
|
+
var f, g, X, L, q;
|
|
463
|
+
const c = ((f = i == null ? void 0 : i[o == null ? void 0 : o.code]) == null ? void 0 : f.icon) ?? ((g = i == null ? void 0 : i.default) == null ? void 0 : g.icon) ?? "", l = ((X = o == null ? void 0 : o.measurementUnit) == null ? void 0 : X.symbol) ?? ((L = i == null ? void 0 : i[o == null ? void 0 : o.code]) == null ? void 0 : L.measure) ?? "", d = [(o == null ? void 0 : o.value) ?? ((q = o == null ? void 0 : o.multiOptions) == null ? void 0 : q[0]) ?? "", l].filter(Boolean).join(" ");
|
|
464
|
+
return B ? /* @__PURE__ */ n("div", { className: "tag-mobile", children: [
|
|
465
|
+
d,
|
|
466
|
+
t < R - 1 ? " · " : ""
|
|
462
467
|
] }) : /* @__PURE__ */ n(
|
|
463
|
-
|
|
468
|
+
C,
|
|
464
469
|
{
|
|
465
|
-
ref: (
|
|
466
|
-
className: `tag ${
|
|
470
|
+
ref: (ve) => h.current[t] = ve,
|
|
471
|
+
className: `tag ${W ? "tag-sponsored" : ""}`,
|
|
467
472
|
children: [
|
|
468
|
-
/* @__PURE__ */ e("i", { className:
|
|
469
|
-
|
|
473
|
+
/* @__PURE__ */ e("i", { className: c }),
|
|
474
|
+
d
|
|
470
475
|
]
|
|
471
476
|
},
|
|
472
|
-
`detailed-products-section-tag__${
|
|
477
|
+
`detailed-products-section-tag__${t + 1}`
|
|
473
478
|
);
|
|
474
479
|
}) });
|
|
475
|
-
},
|
|
476
|
-
var
|
|
477
|
-
const
|
|
480
|
+
}, he = () => /* @__PURE__ */ e("div", { className: "tags-popover__content", children: a == null ? void 0 : a.map((r, o) => {
|
|
481
|
+
var d, f, g;
|
|
482
|
+
const t = ((d = r == null ? void 0 : r.measurementUnit) == null ? void 0 : d.symbol) ?? ((f = i == null ? void 0 : i[r == null ? void 0 : r.code]) == null ? void 0 : f.measure) ?? "", l = [(r == null ? void 0 : r.value) ?? ((g = r == null ? void 0 : r.multiOptions) == null ? void 0 : g[0]) ?? "", t].filter(Boolean).join(" "), b = r == null ? void 0 : r.name;
|
|
478
483
|
return /* @__PURE__ */ n("div", { children: [
|
|
479
|
-
/* @__PURE__ */ e("span", { className: "tags-popover__name", children: `${
|
|
480
|
-
/* @__PURE__ */ e("span", { className: "tags-popover__value", children:
|
|
484
|
+
/* @__PURE__ */ e("span", { className: "tags-popover__name", children: `${b}: ` }),
|
|
485
|
+
/* @__PURE__ */ e("span", { className: "tags-popover__value", children: l })
|
|
481
486
|
] }, `detailed-products-section-tag-dropdown__${o + 1}`);
|
|
482
|
-
}) }),
|
|
487
|
+
}) }), fe = () => {
|
|
483
488
|
var r;
|
|
484
|
-
if (
|
|
485
|
-
const o = [
|
|
486
|
-
return (r = o == null ? void 0 : o.filter((
|
|
487
|
-
|
|
488
|
-
|
|
489
|
+
if (B) {
|
|
490
|
+
const o = [O, S, z];
|
|
491
|
+
return (r = o == null ? void 0 : o.filter((t) => ye(t))) == null ? void 0 : r.map((t, c, l) => /* @__PURE__ */ n("div", { className: "tag-mobile", children: [
|
|
492
|
+
t,
|
|
493
|
+
c < (l == null ? void 0 : l.length) - 1 ? " · " : ""
|
|
489
494
|
] }));
|
|
490
495
|
}
|
|
491
|
-
return /* @__PURE__ */ n(
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
496
|
+
return /* @__PURE__ */ n(P, { children: [
|
|
497
|
+
O && /* @__PURE__ */ e(C, { className: "tag", children: O }, "detailed-products-section-tag__condition"),
|
|
498
|
+
S && /* @__PURE__ */ e(C, { className: "tag", children: S }, "detailed-products-section-tag__quantity"),
|
|
499
|
+
z && /* @__PURE__ */ e(C, { className: "tag", children: z }, "detailed-products-section-tag__trade")
|
|
495
500
|
] });
|
|
496
|
-
}, U =
|
|
501
|
+
}, U = u > 0 && N && T !== !0 && E !== !0 && u !== _;
|
|
497
502
|
return (
|
|
498
503
|
// <LandingPageProductCardSkeleton />
|
|
499
504
|
/* @__PURE__ */ n(
|
|
500
|
-
|
|
505
|
+
ee,
|
|
501
506
|
{
|
|
502
507
|
ref: s,
|
|
503
508
|
className: "product-card",
|
|
504
|
-
onClick:
|
|
509
|
+
onClick: ne,
|
|
505
510
|
children: [
|
|
506
511
|
/* @__PURE__ */ n(Te, { className: "product-image-wrapper", children: [
|
|
507
|
-
/* @__PURE__ */ e(
|
|
508
|
-
|
|
512
|
+
/* @__PURE__ */ e(ce, {}),
|
|
513
|
+
Z(F) ? F : /* @__PURE__ */ e(_e, { src: re })
|
|
509
514
|
] }),
|
|
510
|
-
/* @__PURE__ */ e("div", { className: "wrapper-card-1", children: /* @__PURE__ */ e("div", { className: "card-title", children:
|
|
515
|
+
/* @__PURE__ */ e("div", { className: "wrapper-card-1", children: /* @__PURE__ */ e("div", { className: "card-title", children: y }) }),
|
|
511
516
|
/* @__PURE__ */ n("div", { className: "wrapper-card-3", children: [
|
|
512
517
|
j && /* @__PURE__ */ e(
|
|
513
518
|
"div",
|
|
514
519
|
{
|
|
515
|
-
...
|
|
516
|
-
onMouseEnter:
|
|
517
|
-
onMouseLeave:
|
|
520
|
+
...B ? {} : {
|
|
521
|
+
onMouseEnter: de,
|
|
522
|
+
onMouseLeave: me
|
|
518
523
|
},
|
|
519
|
-
children: /* @__PURE__ */ n(Ne, { placement: "bottom", open:
|
|
520
|
-
/* @__PURE__ */ e(Ce, { children:
|
|
521
|
-
/* @__PURE__ */ e(Pe, { style: { all: "unset" }, children: /* @__PURE__ */ e(Ee, { children:
|
|
524
|
+
children: /* @__PURE__ */ n(Ne, { placement: "bottom", open: le, children: [
|
|
525
|
+
/* @__PURE__ */ e(Ce, { children: ue() }),
|
|
526
|
+
/* @__PURE__ */ e(Pe, { style: { all: "unset" }, children: /* @__PURE__ */ e(Ee, { children: he() }) })
|
|
522
527
|
] })
|
|
523
528
|
}
|
|
524
529
|
),
|
|
525
|
-
!j &&
|
|
530
|
+
!j && fe()
|
|
526
531
|
] }),
|
|
527
532
|
/* @__PURE__ */ n("div", { className: "wrapper-card-2", children: [
|
|
528
533
|
/* @__PURE__ */ n("div", { className: `price-text ${U ? "new-price" : ""}`, children: [
|
|
529
|
-
|
|
530
|
-
U && /* @__PURE__ */ e("div", { className: `${
|
|
531
|
-
|
|
532
|
-
|
|
534
|
+
_ > 0 && N && T !== !0 && E !== !0 && /* @__PURE__ */ e("div", { children: `${J(_)} ${Q(N)}` }),
|
|
535
|
+
U && /* @__PURE__ */ e("div", { className: `${_ > 0 ? "full-price" : ""}`, children: `${J(u)} ${Q(N)}` }),
|
|
536
|
+
T && ae,
|
|
537
|
+
E && te
|
|
533
538
|
] }),
|
|
534
|
-
/* @__PURE__ */ e("div", { className: "location-text", children:
|
|
539
|
+
/* @__PURE__ */ e("div", { className: "location-text", children: oe })
|
|
535
540
|
] }),
|
|
536
|
-
|
|
541
|
+
W === !0 && /* @__PURE__ */ e(Oe, { sponsoredText: ie })
|
|
537
542
|
]
|
|
538
543
|
}
|
|
539
544
|
)
|
|
540
545
|
);
|
|
541
|
-
}), je =
|
|
546
|
+
}), je = M(({}, m) => /* @__PURE__ */ n(ee, { className: "product-card", children: [
|
|
542
547
|
/* @__PURE__ */ e("img", { className: "skeleton-img" }),
|
|
543
548
|
/* @__PURE__ */ n("div", { className: "wrapper-card-1", children: [
|
|
544
549
|
/* @__PURE__ */ e("div", { className: "skeleton-title" }),
|
|
@@ -548,26 +553,26 @@ const x = P.div`
|
|
|
548
553
|
/* @__PURE__ */ e("div", { className: "skeleton-price" }),
|
|
549
554
|
/* @__PURE__ */ e("div", { className: "skeleton-sponsored" })
|
|
550
555
|
] })
|
|
551
|
-
] })), Ge = ({ limit:
|
|
556
|
+
] })), Ge = ({ limit: m = 5, isLoading: v = !1, keyPrefix: p }) => /* @__PURE__ */ e(P, { children: Array.from({ length: m }, (y, u) => /* @__PURE__ */ e(
|
|
552
557
|
je,
|
|
553
558
|
{
|
|
554
559
|
isLoading: v
|
|
555
560
|
},
|
|
556
|
-
`${
|
|
561
|
+
`${p}-skeleton-product-card-${u}`
|
|
557
562
|
)) }), er = ({
|
|
558
|
-
children:
|
|
559
|
-
fallbackComponent: v = /* @__PURE__ */ e(
|
|
560
|
-
isLoading:
|
|
561
|
-
limit:
|
|
562
|
-
keyPrefix:
|
|
563
|
-
}) => /* @__PURE__ */ e(be, { fallbackComponent: v, children:
|
|
563
|
+
children: m,
|
|
564
|
+
fallbackComponent: v = /* @__PURE__ */ e(P, {}),
|
|
565
|
+
isLoading: p = !1,
|
|
566
|
+
limit: y,
|
|
567
|
+
keyPrefix: u
|
|
568
|
+
}) => /* @__PURE__ */ e(be, { fallbackComponent: v, children: p === !0 ? /* @__PURE__ */ e(
|
|
564
569
|
Ge,
|
|
565
570
|
{
|
|
566
|
-
isLoading:
|
|
567
|
-
limit:
|
|
568
|
-
keyPrefix:
|
|
571
|
+
isLoading: p,
|
|
572
|
+
limit: y,
|
|
573
|
+
keyPrefix: u
|
|
569
574
|
}
|
|
570
|
-
) :
|
|
575
|
+
) : m });
|
|
571
576
|
export {
|
|
572
577
|
xe as D,
|
|
573
578
|
er as S
|