sass-template-common 0.9.200 → 0.9.202
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.
|
@@ -751,7 +751,7 @@ export declare class DynamicBlockServices extends CommonServices {
|
|
|
751
751
|
|
|
752
752
|
export declare const DynamicComponents: ({ slots, DYNAMIC_SLOT_SUBINDEXES, stylesConfig, AutorIcon, config, banners, showTagBySection, pathname, }: Props_21) => JSX.Element[];
|
|
753
753
|
|
|
754
|
-
export declare const DynamicMainSlot: ({ component, data, banners, rightOnlyBanner, }: Props_20) => JSX.Element;
|
|
754
|
+
export declare const DynamicMainSlot: ({ component, data, banners, rightOnlyBanner, isHome, }: Props_20) => JSX.Element;
|
|
755
755
|
|
|
756
756
|
export declare function DynamicSlot({ component, slot_id, data, banners, isHome, }: Props_18): JSX.Element | undefined;
|
|
757
757
|
|
|
@@ -1631,6 +1631,7 @@ declare interface Modulo2ColumnasProps {
|
|
|
1631
1631
|
bannerArray?: ReactNode[];
|
|
1632
1632
|
halfPageBanner?: ReactNode;
|
|
1633
1633
|
backgroundColor?: string;
|
|
1634
|
+
isHome?: boolean;
|
|
1634
1635
|
paths: RoutePathConfig;
|
|
1635
1636
|
}
|
|
1636
1637
|
|
|
@@ -2329,6 +2330,7 @@ declare type Props_20 = {
|
|
|
2329
2330
|
data: any;
|
|
2330
2331
|
banners: BannerResponse[];
|
|
2331
2332
|
rightOnlyBanner?: boolean;
|
|
2333
|
+
isHome?: boolean;
|
|
2332
2334
|
};
|
|
2333
2335
|
|
|
2334
2336
|
declare type Props_21 = {
|
|
@@ -2386,6 +2388,7 @@ declare type Props_29 = {
|
|
|
2386
2388
|
title?: string;
|
|
2387
2389
|
content: Array<NewListResponseData>;
|
|
2388
2390
|
customNewsDescriptionStyles?: CSSProperties;
|
|
2391
|
+
isHome?: boolean;
|
|
2389
2392
|
paths: RoutePathConfig;
|
|
2390
2393
|
};
|
|
2391
2394
|
|
|
@@ -2782,6 +2785,7 @@ export declare const SectionCard5: FC<NewListResponseData & {
|
|
|
2782
2785
|
hasShadow?: boolean;
|
|
2783
2786
|
textAlignment?: string;
|
|
2784
2787
|
speculationPrerenderClass?: string;
|
|
2788
|
+
isHome?: boolean;
|
|
2785
2789
|
}>;
|
|
2786
2790
|
|
|
2787
2791
|
declare interface SectionCardCarouselProps extends Omit<SectionProps, 'children'> {
|