sass-template-common 0.5.2 → 0.5.4
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.
|
@@ -864,7 +864,7 @@ export declare const generalGetData: (promiseArray: PromiseArray) => Promise<{
|
|
|
864
864
|
|
|
865
865
|
export declare const GenerateBody: ({ children, defaultRouteName, banners, pathname, slug, config, internalPath, currentNew, tagsParsed, scriptReplaces, body_custom_elements, }: Props_5) => JSX.Element;
|
|
866
866
|
|
|
867
|
-
export declare function GenerateHead({ axiosApi, headConfig, meta, imgSizes, defaultMetadataName, pathname, slug, texts, query, autor, listAutor, currentNew, banners, schemasImages, internalPath, config, socials, speculationType, preloadImageUrl, custom_Speculation, custom_metadata, custom_scriptReplaces, head_custom_elements,
|
|
867
|
+
export declare function GenerateHead({ axiosApi, headConfig, meta, imgSizes, defaultMetadataName, pathname, slug, texts, query, autor, listAutor, currentNew, banners, schemasImages, internalPath, config, socials, speculationType, preloadImageUrl, custom_Speculation, custom_metadata, custom_scriptReplaces, head_custom_elements, }: Props_4): Promise<ReactNode>;
|
|
868
868
|
|
|
869
869
|
/**
|
|
870
870
|
* Helper para conseguir el recaptcha token usando grecaptcha.enterprise
|
|
@@ -1406,7 +1406,7 @@ export declare const metadata_defaults: {
|
|
|
1406
1406
|
|
|
1407
1407
|
export declare type MetadataDefaultsKeys = '404' | 'home' | 'slug' | 'news' | 'anuncia' | 'autor' | 'buscar' | 'contacto' | 'pages' | 'seccion' | 'tema' | 'ultimas-noticias' | 'video' | 'videos';
|
|
1408
1408
|
|
|
1409
|
-
export declare const metadataToJSX: (metadata: any
|
|
1409
|
+
export declare const metadataToJSX: (metadata: any) => JSX_2.Element[];
|
|
1410
1410
|
|
|
1411
1411
|
export declare const MiddleSection: FC<Props_25>;
|
|
1412
1412
|
|
|
@@ -2128,7 +2128,6 @@ declare type Props_4 = {
|
|
|
2128
2128
|
custom_Speculation?: string;
|
|
2129
2129
|
headConfig?: headConfig;
|
|
2130
2130
|
head_custom_elements?: any;
|
|
2131
|
-
throwErrorPage?: boolean;
|
|
2132
2131
|
};
|
|
2133
2132
|
|
|
2134
2133
|
declare type Props_40 = {
|