sass-template-common 0.9.201 → 0.9.203
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
|
|
|
@@ -2330,6 +2330,7 @@ declare type Props_20 = {
|
|
|
2330
2330
|
data: any;
|
|
2331
2331
|
banners: BannerResponse[];
|
|
2332
2332
|
rightOnlyBanner?: boolean;
|
|
2333
|
+
isHome?: boolean;
|
|
2333
2334
|
};
|
|
2334
2335
|
|
|
2335
2336
|
declare type Props_21 = {
|
|
@@ -2387,6 +2388,7 @@ declare type Props_29 = {
|
|
|
2387
2388
|
title?: string;
|
|
2388
2389
|
content: Array<NewListResponseData>;
|
|
2389
2390
|
customNewsDescriptionStyles?: CSSProperties;
|
|
2391
|
+
isHome?: boolean;
|
|
2390
2392
|
paths: RoutePathConfig;
|
|
2391
2393
|
};
|
|
2392
2394
|
|
|
@@ -2783,6 +2785,7 @@ export declare const SectionCard5: FC<NewListResponseData & {
|
|
|
2783
2785
|
hasShadow?: boolean;
|
|
2784
2786
|
textAlignment?: string;
|
|
2785
2787
|
speculationPrerenderClass?: string;
|
|
2788
|
+
isHome?: boolean;
|
|
2786
2789
|
}>;
|
|
2787
2790
|
|
|
2788
2791
|
declare interface SectionCardCarouselProps extends Omit<SectionProps, 'children'> {
|