sass-template-common 0.1.95 → 0.1.96
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.
|
@@ -830,9 +830,10 @@ export declare type IDestacadoNoticias = {
|
|
|
830
830
|
'--news-section-news-content-gap-mobile'?: string;
|
|
831
831
|
} & OutstandingNewsCSS & SectionCardCSS & SectionCSS;
|
|
832
832
|
|
|
833
|
-
export declare const IframeHeader: ({ newsformated, internal, }: {
|
|
833
|
+
export declare const IframeHeader: ({ newsformated, internal, commonServices, }: {
|
|
834
834
|
newsformated: NewListResponseData;
|
|
835
835
|
internal?: string;
|
|
836
|
+
commonServices: CommonServices;
|
|
836
837
|
}) => Promise<JSX.Element | undefined>;
|
|
837
838
|
|
|
838
839
|
declare interface Image_2 {
|
|
@@ -1568,6 +1569,7 @@ declare type Props_10 = {
|
|
|
1568
1569
|
paths: RoutePathConfig;
|
|
1569
1570
|
internalPath: string;
|
|
1570
1571
|
showComments?: boolean;
|
|
1572
|
+
commonServices?: CommonServices;
|
|
1571
1573
|
COMMENTS_VARS?: {
|
|
1572
1574
|
COGNITO_AUTH_PREFIX: string;
|
|
1573
1575
|
CAPTCHA_KEY_V2: string;
|
|
@@ -2323,9 +2325,10 @@ export declare const VideoBlock3: FC<Props_34>;
|
|
|
2323
2325
|
|
|
2324
2326
|
export declare const VideoBlock4: FC<Props_47>;
|
|
2325
2327
|
|
|
2326
|
-
export declare const VideoEmbeddedHeader: ({ newsformated, internal, }: {
|
|
2328
|
+
export declare const VideoEmbeddedHeader: ({ newsformated, internal, commonServices, }: {
|
|
2327
2329
|
newsformated: NewListResponseData;
|
|
2328
2330
|
internal?: string;
|
|
2331
|
+
commonServices: CommonServices;
|
|
2329
2332
|
}) => Promise<JSX.Element | undefined>;
|
|
2330
2333
|
|
|
2331
2334
|
export declare interface VideoItem {
|
|
@@ -2387,9 +2390,10 @@ export declare const VideoSection: FC<Props_14>;
|
|
|
2387
2390
|
|
|
2388
2391
|
export declare const VideosSchemas: ({ realPath, config, axiosApi }: VideoSchemasProps) => Promise<JSX.Element | null | undefined>;
|
|
2389
2392
|
|
|
2390
|
-
export declare const VideoYoutubeHeader: ({ newsformated, internal, }: {
|
|
2393
|
+
export declare const VideoYoutubeHeader: ({ newsformated, internal, commonServices, }: {
|
|
2391
2394
|
newsformated: NewListResponseData;
|
|
2392
2395
|
internal?: string;
|
|
2396
|
+
commonServices: CommonServices;
|
|
2393
2397
|
}) => Promise<JSX.Element | undefined>;
|
|
2394
2398
|
|
|
2395
2399
|
export declare const WebsiteList: ({ config }: {
|