sass-template-common 0.0.46 → 0.0.47
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.
|
@@ -171,7 +171,7 @@ declare type CarrouselProps = {
|
|
|
171
171
|
|
|
172
172
|
export declare const CarruselCard: FC<CarruselCardProps>;
|
|
173
173
|
|
|
174
|
-
declare interface CarruselCardProps {
|
|
174
|
+
declare interface CarruselCardProps extends Omit<CarrouselProps, 'slot_id'> {
|
|
175
175
|
title: string;
|
|
176
176
|
titleUrl: string;
|
|
177
177
|
content: Array<NewListResponseData>;
|
|
@@ -8362,29 +8362,38 @@ const F8 = (e) => {
|
|
|
8362
8362
|
] });
|
|
8363
8363
|
}, Ac = (e) => {
|
|
8364
8364
|
const { content: t, title: a, slot_id: s } = e, i = e.slot_id && e.slot_id !== "Nota_1";
|
|
8365
|
-
return t && t.length !== 0 && /* @__PURE__ */ n(ne, { title: a, titleUrl: e.titleUrl, children: /* @__PURE__ */ n(
|
|
8366
|
-
|
|
8367
|
-
|
|
8368
|
-
|
|
8369
|
-
|
|
8370
|
-
|
|
8371
|
-
|
|
8372
|
-
|
|
8373
|
-
|
|
8374
|
-
|
|
8375
|
-
|
|
8376
|
-
|
|
8377
|
-
|
|
8378
|
-
|
|
8379
|
-
|
|
8380
|
-
|
|
8381
|
-
|
|
8382
|
-
}
|
|
8383
|
-
|
|
8384
|
-
|
|
8385
|
-
|
|
8386
|
-
|
|
8387
|
-
|
|
8365
|
+
return t && t.length !== 0 && /* @__PURE__ */ n(ne, { title: a, titleUrl: e.titleUrl, children: /* @__PURE__ */ n(
|
|
8366
|
+
pt,
|
|
8367
|
+
{
|
|
8368
|
+
slot_id: s,
|
|
8369
|
+
cardWidth: e.cardWidth,
|
|
8370
|
+
cardGap: e.cardGap,
|
|
8371
|
+
pagination: e.pagination,
|
|
8372
|
+
children: t.map((o, r) => {
|
|
8373
|
+
const l = {
|
|
8374
|
+
...o,
|
|
8375
|
+
main: {
|
|
8376
|
+
...o.main,
|
|
8377
|
+
title: {
|
|
8378
|
+
...o.main.title,
|
|
8379
|
+
section: i ? o.main.title.home : o.main.title.section
|
|
8380
|
+
}
|
|
8381
|
+
}
|
|
8382
|
+
};
|
|
8383
|
+
return /* @__PURE__ */ n(
|
|
8384
|
+
"div",
|
|
8385
|
+
{
|
|
8386
|
+
style: {
|
|
8387
|
+
"--heightImageOverwrite": e.heightImageOverwrite,
|
|
8388
|
+
"--heightImageOverwriteMobile": e.heightImageOverwriteMobile
|
|
8389
|
+
},
|
|
8390
|
+
children: /* @__PURE__ */ n(v1, { ...l, paths: e.paths })
|
|
8391
|
+
},
|
|
8392
|
+
r
|
|
8393
|
+
);
|
|
8394
|
+
})
|
|
8395
|
+
}
|
|
8396
|
+
) });
|
|
8388
8397
|
}, wc = "_content_1mj79_1", yc = "_imageStyled_1mj79_14", bc = "_contentIcon_1mj79_23", vc = "_boxInformation_1mj79_44", _c = "_comment_1mj79_51", Nc = "_title_1mj79_60", Sc = "_authorName_1mj79_81", We = {
|
|
8389
8398
|
content: wc,
|
|
8390
8399
|
imageStyled: yc,
|