sass-template-common 0.10.24 → 0.10.25
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/dist/sass-template-common.d.ts +4 -1
- package/dist/sass-template-common.js +2650 -2633
- package/dist/sass-template-common.umd.cjs +24 -24
- package/package.json +1 -1
|
@@ -4041,7 +4041,10 @@ export declare const WebsiteList: ({ config }: {
|
|
|
4041
4041
|
config: Config;
|
|
4042
4042
|
}) => JSX.Element;
|
|
4043
4043
|
|
|
4044
|
-
/**
|
|
4044
|
+
/**
|
|
4045
|
+
* Prefija una clase base con `nota-prerender` cuando corresponde.
|
|
4046
|
+
* Usar solo en el link principal de título/texto de la card, nunca en links de imagen.
|
|
4047
|
+
*/
|
|
4045
4048
|
export declare function withSpeculationPrerenderClass(baseClass: string, prerenderClass?: string): string;
|
|
4046
4049
|
|
|
4047
4050
|
export { }
|