@lanaco/lnc-react-ui 4.0.160 → 4.0.162
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/BlogCardsSponsoredSection.cjs +4 -2
- package/dist/BlogCardsSponsoredSection.js +4 -2
- package/dist/BlogListSection.cjs +1 -1
- package/dist/BlogListSection.js +1 -1
- package/dist/BlogsSectionDetailed.cjs +1 -1
- package/dist/BlogsSectionDetailed.js +1 -1
- package/dist/BlogsSectionSimple.cjs +1 -1
- package/dist/BlogsSectionSimple.js +1 -1
- package/dist/BlogsSectionWithFilters.cjs +1 -1
- package/dist/BlogsSectionWithFilters.js +2 -2
- package/dist/DetailedProductsInfinitiveSection.cjs +2 -0
- package/dist/DetailedProductsInfinitiveSection.js +2 -0
- package/dist/DetailedProductsSection.cjs +1 -1
- package/dist/DetailedProductsSection.js +2 -2
- package/dist/FieldOfInterestsMasonrySection.cjs +20 -12
- package/dist/FieldOfInterestsMasonrySection.js +35 -27
- package/dist/FieldOfInterestsWithTagsCardsSection.cjs +2 -0
- package/dist/FieldOfInterestsWithTagsCardsSection.js +5 -3
- package/dist/GiftCardsSection.cjs +1 -1
- package/dist/GiftCardsSection.js +1 -1
- package/dist/LocationSearchSection.cjs +1 -1
- package/dist/LocationSearchSection.js +1 -1
- package/dist/MasonryGeneralCardsSection.cjs +1 -3
- package/dist/MasonryGeneralCardsSection.js +9 -11
- package/dist/ProductsWithBannerSection.cjs +17 -24
- package/dist/ProductsWithBannerSection.js +60 -67
- package/dist/QuattroCardsSection.cjs +2 -0
- package/dist/QuattroCardsSection.js +2 -0
- package/dist/SalesCampaignsSection.cjs +35 -33
- package/dist/SalesCampaignsSection.js +272 -249
- package/dist/ShopCardsSection.cjs +3 -1
- package/dist/ShopCardsSection.js +2 -0
- package/dist/SimpleCategoriesSection.cjs +1 -1
- package/dist/SimpleCategoriesSection.js +1 -1
- package/dist/index-Be-_NM9Q.cjs +4 -0
- package/dist/index-BvQx3xAm.cjs +95 -0
- package/dist/index-C0LcDEqa.js +47 -0
- package/dist/index-dXWRbvgi.js +345 -0
- package/dist/{style-BLuyU97E.js → style-DKAOBWn3.js} +1 -0
- package/dist/{style-lSjkOR95.cjs → style-Db3VFbfP.cjs} +1 -0
- package/package.json +1 -1
- package/dist/index-D0xXo7W6.cjs +0 -98
- package/dist/index-Dweo-G3H.js +0 -384
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jsx as t, Fragment as w, jsxs as
|
|
1
|
+
import { jsx as t, Fragment as w, jsxs as m } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef as f } from "react";
|
|
3
3
|
import b from "./Button.js";
|
|
4
4
|
import { s } from "./emotion-styled.browser.esm-BNN1dTl3.js";
|
|
@@ -140,23 +140,23 @@ const y = s.div`
|
|
|
140
140
|
onSelectCard: l = () => {
|
|
141
141
|
},
|
|
142
142
|
className: o,
|
|
143
|
-
position:
|
|
143
|
+
position: d,
|
|
144
144
|
tag: g,
|
|
145
145
|
backgroundColor: x
|
|
146
146
|
}, u) => {
|
|
147
147
|
const _ = v();
|
|
148
|
-
return /* @__PURE__ */ t(w, { children: /* @__PURE__ */
|
|
148
|
+
return /* @__PURE__ */ t(w, { children: /* @__PURE__ */ m(
|
|
149
149
|
y,
|
|
150
150
|
{
|
|
151
151
|
ref: u,
|
|
152
152
|
theme: _,
|
|
153
153
|
className: o,
|
|
154
|
-
position:
|
|
154
|
+
position: d,
|
|
155
155
|
backgroundColor: x,
|
|
156
156
|
onClick: l,
|
|
157
157
|
children: [
|
|
158
158
|
/* @__PURE__ */ t("img", { src: e, className: "wrapper__image" }),
|
|
159
|
-
/* @__PURE__ */
|
|
159
|
+
/* @__PURE__ */ m("div", { className: "wrapper__text", children: [
|
|
160
160
|
g && /* @__PURE__ */ t("div", { className: "text__tag", children: g }),
|
|
161
161
|
/* @__PURE__ */ t("div", { className: "text__title", children: r }),
|
|
162
162
|
h(i) && /* @__PURE__ */ t("div", { className: "text__description", children: i }),
|
|
@@ -197,8 +197,6 @@ const y = s.div`
|
|
|
197
197
|
}
|
|
198
198
|
|
|
199
199
|
@media (max-width: ${c + "px"}) {
|
|
200
|
-
gap: 1.25rem;
|
|
201
|
-
|
|
202
200
|
& .regular-title {
|
|
203
201
|
font-size: 1.375rem;
|
|
204
202
|
|
|
@@ -220,22 +218,22 @@ const y = s.div`
|
|
|
220
218
|
@media (max-width: ${c + "px"}) {
|
|
221
219
|
display: flex;
|
|
222
220
|
flex-direction: column;
|
|
223
|
-
gap:
|
|
221
|
+
gap: 1.25rem;
|
|
224
222
|
width: 100%;
|
|
225
223
|
height: 100%;
|
|
226
224
|
max-height: 100%;
|
|
227
225
|
}
|
|
228
226
|
`, I = f(
|
|
229
227
|
({ title: r, items: e, limit: i = 3, onSelectCard: a = () => {
|
|
230
|
-
} }, l) => /* @__PURE__ */
|
|
228
|
+
} }, l) => /* @__PURE__ */ m($, { ref: l, children: [
|
|
231
229
|
/* @__PURE__ */ t("div", { className: "regular-title", children: /* @__PURE__ */ t("div", { className: "regular-title-text", children: /* @__PURE__ */ t("span", { children: r }) }) }),
|
|
232
|
-
/* @__PURE__ */ t(N, { limit: i, children: e && (e == null ? void 0 : e.map((o,
|
|
230
|
+
/* @__PURE__ */ t(N, { limit: i, children: e && (e == null ? void 0 : e.map((o, d) => /* @__PURE__ */ t(
|
|
233
231
|
k,
|
|
234
232
|
{
|
|
235
233
|
...o,
|
|
236
234
|
onSelectCard: () => a(o)
|
|
237
235
|
},
|
|
238
|
-
`landing-page-masonry-general-card__${
|
|
236
|
+
`landing-page-masonry-general-card__${d + 1}`
|
|
239
237
|
))) })
|
|
240
238
|
] })
|
|
241
239
|
);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";const r=require("react/jsx-runtime"),
|
|
1
|
+
"use strict";const r=require("react/jsx-runtime"),o=require("react"),f=require("./emotion-styled.browser.esm-BtEseadx.cjs"),j=require("./consts-goSZX3xP.cjs"),v=require("./useDetectMobile-zkbzoOGV.cjs"),y=require("./style-Db3VFbfP.cjs"),c=require("./utils-Dl9xPH4c.cjs"),N=require("./index-BueKsXT8.cjs"),$=f.styled.div`
|
|
2
2
|
width: 100%;
|
|
3
3
|
height: 22.5rem;
|
|
4
4
|
min-height: 22.5rem;
|
|
@@ -21,32 +21,25 @@
|
|
|
21
21
|
min-height: 100%;
|
|
22
22
|
max-height: 100%;
|
|
23
23
|
aspect-ratio: 1 / 1;
|
|
24
|
+
|
|
25
|
+
& .product-card {
|
|
26
|
+
& img {
|
|
27
|
+
width: 100%;
|
|
28
|
+
height: 100%;
|
|
29
|
+
min-width: 100%;
|
|
30
|
+
min-height: 100%;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
24
33
|
}
|
|
25
|
-
|
|
34
|
+
`,I=f.styled.div`
|
|
26
35
|
display: grid;
|
|
27
36
|
grid-template-columns: ${t=>`repeat(${t.limit}, minmax(0, 1fr))`};
|
|
28
37
|
gap: 1.25rem;
|
|
29
38
|
|
|
30
39
|
@media (max-width: ${j.MOBILE_SIZE_PX+"px"}) {
|
|
31
|
-
|
|
32
|
-
gap: 1rem;
|
|
33
|
-
overflow-x: auto;
|
|
34
|
-
|
|
35
|
-
-webkit-overflow-scrolling: touch;
|
|
36
|
-
::-webkit-scrollbar {
|
|
37
|
-
-webkit-appearance: none;
|
|
38
|
-
}
|
|
39
|
-
-ms-overflow-style: none;
|
|
40
|
-
/* Internet Explorer 10+ */
|
|
41
|
-
scrollbar-width: none;
|
|
42
|
-
/* Firefox */
|
|
43
|
-
|
|
44
|
-
&::-webkit-scrollbar {
|
|
45
|
-
display: none;
|
|
46
|
-
/* Safari and Chrome */
|
|
47
|
-
}
|
|
40
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
48
41
|
}
|
|
49
|
-
`,
|
|
42
|
+
`,C=f.styled.div`
|
|
50
43
|
display: flex;
|
|
51
44
|
flex-direction: column;
|
|
52
45
|
gap: 0.5rem;
|
|
@@ -62,17 +55,17 @@
|
|
|
62
55
|
& .card-title {
|
|
63
56
|
font-size: 0.875rem;
|
|
64
57
|
font-weight: 600;
|
|
65
|
-
${
|
|
58
|
+
${c.truncateTextInRows(2)}
|
|
66
59
|
}
|
|
67
60
|
|
|
68
61
|
& .skeleton-img {
|
|
69
|
-
background-color: ${
|
|
62
|
+
background-color: ${c.linearGradientAnimation("-90deg")};
|
|
70
63
|
border-radius: 0.75rem;
|
|
71
64
|
border: 1px solid white;
|
|
72
65
|
}
|
|
73
66
|
|
|
74
67
|
& .skeleton-title {
|
|
75
|
-
background-color: ${
|
|
68
|
+
background-color: ${c.linearGradientAnimation("-90deg")};
|
|
76
69
|
width: 100%;
|
|
77
70
|
height: 1.25rem;
|
|
78
71
|
}
|
|
@@ -88,4 +81,4 @@
|
|
|
88
81
|
object-fit: cover;
|
|
89
82
|
}
|
|
90
83
|
}
|
|
91
|
-
`,R=
|
|
84
|
+
`,R=o.forwardRef((t,d)=>{const{uuid:a,title:i,image:s,sellerUuid:w,onSelectCard:l=()=>{},imageComponent:m,metadata:n}=t,u=o.useRef(null);return r.jsxs(C,{ref:u,className:"product-card",name:n==null?void 0:n.name,"data-accessor":n==null?void 0:n.accessor,onClick:g=>l(g,d),children:[c.isDefined(m)?m:r.jsx(N.ProductImageWrapper,{src:s}),r.jsx("div",{className:"card-title",children:i})]})}),_=o.forwardRef(({},t)=>r.jsxs(C,{className:"product-card",children:[r.jsx("img",{className:"skeleton-img"}),r.jsx("div",{className:"skeleton-title"})]})),q=({limit:t=4,isLoading:d=!1,keyPrefix:a})=>r.jsx(r.Fragment,{children:Array.from({length:t},(i,s)=>r.jsx(_,{isLoading:d},`${a}-skeleton-product-card-${s}`))}),M=({children:t,fallbackComponent:d=r.jsx(r.Fragment,{}),isLoading:a=!1,limit:i,keyPrefix:s})=>r.jsx(o.Suspense,{fallbackComponent:d,children:a===!0?r.jsx(q,{isLoading:a,limit:i,keyPrefix:s}):t}),b=o.memo(R),U=o.forwardRef((t,d)=>{const{icon:a,items:i,limit:s=4,imageUrl:w,onSelectCard:l=()=>{},title:m="Season inspiration",isLoading:n=!1,getImage:u=()=>{},componentName:g}=t,S=v.useDetectMobile(),P=o.useMemo(()=>r.jsx(r.Fragment,{children:S===!0?i==null?void 0:i.map((e,h)=>r.jsx(b,{title:e==null?void 0:e.name,sellerUuid:e==null?void 0:e.sellerUuid,uuid:e==null?void 0:e.uuid,onSelectCard:(k,p)=>l({uuid:e==null?void 0:e.uuid,nameSlug:e==null?void 0:e.nameSlug,cardRef:p}),image:u(e==null?void 0:e.image,e==null?void 0:e.uuid,e==null?void 0:e.sellerUuid)||null,metadata:{name:g,accessor:e==null?void 0:e.accessor}},h)):i==null?void 0:i.slice(0,s).map((e,h)=>r.jsx(b,{title:e==null?void 0:e.name,sellerUuid:e==null?void 0:e.sellerUuid,uuid:e==null?void 0:e.uuid,onSelectCard:(k,p)=>l({uuid:e==null?void 0:e.uuid,nameSlug:e==null?void 0:e.nameSlug,cardRef:p}),image:u(e==null?void 0:e.image,e==null?void 0:e.uuid,e==null?void 0:e.sellerUuid)||null,metadata:{name:g,accessor:e==null?void 0:e.accessor}},h))}),[i,S,s]);return r.jsxs(y.RegulatTitleSectionWrapper,{ref:d,children:[r.jsx("div",{className:"regular-title",children:r.jsxs("div",{className:"regular-title-text",children:[c.isDefinedNotEmptyString(a)&&r.jsx("i",{className:a}),r.jsx("span",{children:m})]})}),r.jsx($,{className:"products-banner",children:r.jsx("img",{src:w})}),r.jsx(I,{limit:s,children:r.jsx(M,{isLoading:n,limit:s,keyPrefix:"explore-landing",children:P})})]})});module.exports=U;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { jsxs as u, jsx as r, Fragment as h } from "react/jsx-runtime";
|
|
2
|
-
import { forwardRef as f, useRef as
|
|
3
|
-
import { s as
|
|
4
|
-
import { M as
|
|
5
|
-
import { u as
|
|
6
|
-
import { R as
|
|
7
|
-
import { p as
|
|
8
|
-
import { P as
|
|
9
|
-
const
|
|
2
|
+
import { forwardRef as f, useRef as U, Suspense as y, memo as M, useMemo as R } from "react";
|
|
3
|
+
import { s as w } from "./emotion-styled.browser.esm-BNN1dTl3.js";
|
|
4
|
+
import { M as b } from "./consts-BuFChS64.js";
|
|
5
|
+
import { u as W } from "./useDetectMobile-Bkvj0VMa.js";
|
|
6
|
+
import { R as j } from "./style-DKAOBWn3.js";
|
|
7
|
+
import { p as I, o as k, l as z, k as B } from "./utils-BdsZgOUE.js";
|
|
8
|
+
import { P as D } from "./index-CF3HhgvN.js";
|
|
9
|
+
const E = w.div`
|
|
10
10
|
width: 100%;
|
|
11
11
|
height: 22.5rem;
|
|
12
12
|
min-height: 22.5rem;
|
|
@@ -24,37 +24,30 @@ const D = b.div`
|
|
|
24
24
|
object-fit: cover;
|
|
25
25
|
}
|
|
26
26
|
|
|
27
|
-
@media (max-width: ${
|
|
27
|
+
@media (max-width: ${b + "px"}) {
|
|
28
28
|
height: 100%;
|
|
29
29
|
min-height: 100%;
|
|
30
30
|
max-height: 100%;
|
|
31
31
|
aspect-ratio: 1 / 1;
|
|
32
|
+
|
|
33
|
+
& .product-card {
|
|
34
|
+
& img {
|
|
35
|
+
width: 100%;
|
|
36
|
+
height: 100%;
|
|
37
|
+
min-width: 100%;
|
|
38
|
+
min-height: 100%;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
32
41
|
}
|
|
33
|
-
`, _ =
|
|
42
|
+
`, _ = w.div`
|
|
34
43
|
display: grid;
|
|
35
44
|
grid-template-columns: ${(t) => `repeat(${t.limit}, minmax(0, 1fr))`};
|
|
36
45
|
gap: 1.25rem;
|
|
37
46
|
|
|
38
|
-
@media (max-width: ${
|
|
39
|
-
|
|
40
|
-
gap: 1rem;
|
|
41
|
-
overflow-x: auto;
|
|
42
|
-
|
|
43
|
-
-webkit-overflow-scrolling: touch;
|
|
44
|
-
::-webkit-scrollbar {
|
|
45
|
-
-webkit-appearance: none;
|
|
46
|
-
}
|
|
47
|
-
-ms-overflow-style: none;
|
|
48
|
-
/* Internet Explorer 10+ */
|
|
49
|
-
scrollbar-width: none;
|
|
50
|
-
/* Firefox */
|
|
51
|
-
|
|
52
|
-
&::-webkit-scrollbar {
|
|
53
|
-
display: none;
|
|
54
|
-
/* Safari and Chrome */
|
|
55
|
-
}
|
|
47
|
+
@media (max-width: ${b + "px"}) {
|
|
48
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
56
49
|
}
|
|
57
|
-
`, P =
|
|
50
|
+
`, P = w.div`
|
|
58
51
|
display: flex;
|
|
59
52
|
flex-direction: column;
|
|
60
53
|
gap: 0.5rem;
|
|
@@ -70,22 +63,22 @@ const D = b.div`
|
|
|
70
63
|
& .card-title {
|
|
71
64
|
font-size: 0.875rem;
|
|
72
65
|
font-weight: 600;
|
|
73
|
-
${
|
|
66
|
+
${I(2)}
|
|
74
67
|
}
|
|
75
68
|
|
|
76
69
|
& .skeleton-img {
|
|
77
|
-
background-color: ${
|
|
70
|
+
background-color: ${k("-90deg")};
|
|
78
71
|
border-radius: 0.75rem;
|
|
79
72
|
border: 1px solid white;
|
|
80
73
|
}
|
|
81
74
|
|
|
82
75
|
& .skeleton-title {
|
|
83
|
-
background-color: ${
|
|
76
|
+
background-color: ${k("-90deg")};
|
|
84
77
|
width: 100%;
|
|
85
78
|
height: 1.25rem;
|
|
86
79
|
}
|
|
87
80
|
|
|
88
|
-
@media (max-width: ${
|
|
81
|
+
@media (max-width: ${b + "px"}) {
|
|
89
82
|
& img {
|
|
90
83
|
width: 8.875rem;
|
|
91
84
|
height: 8.875rem;
|
|
@@ -96,107 +89,107 @@ const D = b.div`
|
|
|
96
89
|
object-fit: cover;
|
|
97
90
|
}
|
|
98
91
|
}
|
|
99
|
-
`, A = f((t,
|
|
92
|
+
`, A = f((t, n) => {
|
|
100
93
|
const {
|
|
101
94
|
uuid: o,
|
|
102
95
|
title: i,
|
|
103
96
|
image: a,
|
|
104
97
|
sellerUuid: S,
|
|
105
|
-
onSelectCard:
|
|
98
|
+
onSelectCard: m = () => {
|
|
106
99
|
},
|
|
107
100
|
imageComponent: s,
|
|
108
|
-
metadata:
|
|
109
|
-
} = t,
|
|
101
|
+
metadata: d
|
|
102
|
+
} = t, l = U(null);
|
|
110
103
|
return /* @__PURE__ */ u(
|
|
111
104
|
P,
|
|
112
105
|
{
|
|
113
|
-
ref:
|
|
106
|
+
ref: l,
|
|
114
107
|
className: "product-card",
|
|
115
|
-
name:
|
|
116
|
-
"data-accessor":
|
|
117
|
-
onClick: (c) =>
|
|
108
|
+
name: d == null ? void 0 : d.name,
|
|
109
|
+
"data-accessor": d == null ? void 0 : d.accessor,
|
|
110
|
+
onClick: (c) => m(c, n),
|
|
118
111
|
children: [
|
|
119
|
-
|
|
112
|
+
z(s) ? s : /* @__PURE__ */ r(D, { src: a }),
|
|
120
113
|
/* @__PURE__ */ r("div", { className: "card-title", children: i })
|
|
121
114
|
]
|
|
122
115
|
}
|
|
123
116
|
);
|
|
124
|
-
}),
|
|
117
|
+
}), G = f(({}, t) => /* @__PURE__ */ u(P, { className: "product-card", children: [
|
|
125
118
|
/* @__PURE__ */ r("img", { className: "skeleton-img" }),
|
|
126
119
|
/* @__PURE__ */ r("div", { className: "skeleton-title" })
|
|
127
|
-
] })),
|
|
128
|
-
|
|
120
|
+
] })), T = ({ limit: t = 4, isLoading: n = !1, keyPrefix: o }) => /* @__PURE__ */ r(h, { children: Array.from({ length: t }, (i, a) => /* @__PURE__ */ r(
|
|
121
|
+
G,
|
|
129
122
|
{
|
|
130
|
-
isLoading:
|
|
123
|
+
isLoading: n
|
|
131
124
|
},
|
|
132
125
|
`${o}-skeleton-product-card-${a}`
|
|
133
|
-
)) }),
|
|
126
|
+
)) }), F = ({
|
|
134
127
|
children: t,
|
|
135
|
-
fallbackComponent:
|
|
128
|
+
fallbackComponent: n = /* @__PURE__ */ r(h, {}),
|
|
136
129
|
isLoading: o = !1,
|
|
137
130
|
limit: i,
|
|
138
131
|
keyPrefix: a
|
|
139
|
-
}) => /* @__PURE__ */ r(
|
|
140
|
-
|
|
132
|
+
}) => /* @__PURE__ */ r(y, { fallbackComponent: n, children: o === !0 ? /* @__PURE__ */ r(
|
|
133
|
+
T,
|
|
141
134
|
{
|
|
142
135
|
isLoading: o,
|
|
143
136
|
limit: i,
|
|
144
137
|
keyPrefix: a
|
|
145
138
|
}
|
|
146
|
-
) : t }),
|
|
139
|
+
) : t }), v = M(A), Q = f((t, n) => {
|
|
147
140
|
const {
|
|
148
141
|
icon: o,
|
|
149
142
|
items: i,
|
|
150
143
|
limit: a = 4,
|
|
151
144
|
imageUrl: S,
|
|
152
|
-
onSelectCard:
|
|
145
|
+
onSelectCard: m = () => {
|
|
153
146
|
},
|
|
154
147
|
title: s = "Season inspiration",
|
|
155
|
-
isLoading:
|
|
156
|
-
getImage:
|
|
148
|
+
isLoading: d = !1,
|
|
149
|
+
getImage: l = () => {
|
|
157
150
|
},
|
|
158
151
|
componentName: c
|
|
159
|
-
} = t,
|
|
160
|
-
|
|
152
|
+
} = t, C = W(), N = R(() => /* @__PURE__ */ r(h, { children: C === !0 ? i == null ? void 0 : i.map((e, p) => /* @__PURE__ */ r(
|
|
153
|
+
v,
|
|
161
154
|
{
|
|
162
155
|
title: e == null ? void 0 : e.name,
|
|
163
156
|
sellerUuid: e == null ? void 0 : e.sellerUuid,
|
|
164
157
|
uuid: e == null ? void 0 : e.uuid,
|
|
165
|
-
onSelectCard: (
|
|
158
|
+
onSelectCard: ($, g) => m({
|
|
166
159
|
uuid: e == null ? void 0 : e.uuid,
|
|
167
160
|
nameSlug: e == null ? void 0 : e.nameSlug,
|
|
168
161
|
cardRef: g
|
|
169
162
|
}),
|
|
170
|
-
image:
|
|
163
|
+
image: l(e == null ? void 0 : e.image, e == null ? void 0 : e.uuid, e == null ? void 0 : e.sellerUuid) || null,
|
|
171
164
|
metadata: { name: c, accessor: e == null ? void 0 : e.accessor }
|
|
172
165
|
},
|
|
173
166
|
p
|
|
174
167
|
)) : i == null ? void 0 : i.slice(0, a).map((e, p) => /* @__PURE__ */ r(
|
|
175
|
-
|
|
168
|
+
v,
|
|
176
169
|
{
|
|
177
170
|
title: e == null ? void 0 : e.name,
|
|
178
171
|
sellerUuid: e == null ? void 0 : e.sellerUuid,
|
|
179
172
|
uuid: e == null ? void 0 : e.uuid,
|
|
180
|
-
onSelectCard: (
|
|
173
|
+
onSelectCard: ($, g) => m({
|
|
181
174
|
uuid: e == null ? void 0 : e.uuid,
|
|
182
175
|
nameSlug: e == null ? void 0 : e.nameSlug,
|
|
183
176
|
cardRef: g
|
|
184
177
|
}),
|
|
185
|
-
image:
|
|
178
|
+
image: l(e == null ? void 0 : e.image, e == null ? void 0 : e.uuid, e == null ? void 0 : e.sellerUuid) || null,
|
|
186
179
|
metadata: { name: c, accessor: e == null ? void 0 : e.accessor }
|
|
187
180
|
},
|
|
188
181
|
p
|
|
189
|
-
)) }), [i,
|
|
190
|
-
return /* @__PURE__ */ u(
|
|
182
|
+
)) }), [i, C, a]);
|
|
183
|
+
return /* @__PURE__ */ u(j, { ref: n, children: [
|
|
191
184
|
/* @__PURE__ */ r("div", { className: "regular-title", children: /* @__PURE__ */ u("div", { className: "regular-title-text", children: [
|
|
192
|
-
|
|
185
|
+
B(o) && /* @__PURE__ */ r("i", { className: o }),
|
|
193
186
|
/* @__PURE__ */ r("span", { children: s })
|
|
194
187
|
] }) }),
|
|
195
|
-
/* @__PURE__ */ r(
|
|
188
|
+
/* @__PURE__ */ r(E, { className: "products-banner", children: /* @__PURE__ */ r("img", { src: S }) }),
|
|
196
189
|
/* @__PURE__ */ r(_, { limit: a, children: /* @__PURE__ */ r(
|
|
197
|
-
|
|
190
|
+
F,
|
|
198
191
|
{
|
|
199
|
-
isLoading:
|
|
192
|
+
isLoading: d,
|
|
200
193
|
limit: a,
|
|
201
194
|
keyPrefix: "explore-landing",
|
|
202
195
|
children: N
|