sass-template-common 0.1.79 → 0.1.81
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/README.md +3 -3
- package/dist/sass-template-common.css +1 -1
- package/dist/sass-template-common.d.ts +15 -0
- package/dist/sass-template-common.js +589 -586
- package/dist/sass-template-common.umd.cjs +39 -39
- package/package.json +60 -60
|
@@ -829,6 +829,11 @@ export declare type IDestacadoNoticias = {
|
|
|
829
829
|
'--news-section-news-content-gap-mobile'?: string;
|
|
830
830
|
} & OutstandingNewsCSS & SectionCardCSS & SectionCSS;
|
|
831
831
|
|
|
832
|
+
export declare const IframeHeader: ({ newsformated, internal, }: {
|
|
833
|
+
newsformated: NewListResponseData;
|
|
834
|
+
internal?: string;
|
|
835
|
+
}) => Promise<JSX.Element | undefined>;
|
|
836
|
+
|
|
832
837
|
declare interface Image_2 {
|
|
833
838
|
sizes: Size[];
|
|
834
839
|
}
|
|
@@ -2295,6 +2300,11 @@ export declare const VideoBlock3: FC<Props_34>;
|
|
|
2295
2300
|
|
|
2296
2301
|
export declare const VideoBlock4: FC<Props_47>;
|
|
2297
2302
|
|
|
2303
|
+
export declare const VideoEmbeddedHeader: ({ newsformated, internal, }: {
|
|
2304
|
+
newsformated: NewListResponseData;
|
|
2305
|
+
internal?: string;
|
|
2306
|
+
}) => Promise<JSX.Element | undefined>;
|
|
2307
|
+
|
|
2298
2308
|
export declare interface VideoResponseData {
|
|
2299
2309
|
config: {
|
|
2300
2310
|
autoplay: boolean;
|
|
@@ -2343,6 +2353,11 @@ export declare const VideoSection: FC<Props_14>;
|
|
|
2343
2353
|
|
|
2344
2354
|
export declare const VideosSchemas: ({ realPath, config, axiosApi }: VideoSchemasProps) => Promise<JSX.Element | null | undefined>;
|
|
2345
2355
|
|
|
2356
|
+
export declare const VideoYoutubeHeader: ({ newsformated, internal, }: {
|
|
2357
|
+
newsformated: NewListResponseData;
|
|
2358
|
+
internal?: string;
|
|
2359
|
+
}) => Promise<JSX.Element | undefined>;
|
|
2360
|
+
|
|
2346
2361
|
export declare const WebsiteList: ({ config }: {
|
|
2347
2362
|
config: Config;
|
|
2348
2363
|
}) => JSX.Element;
|