sass-template-common 0.3.77 → 0.3.78
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 +6 -0
- package/dist/sass-template-common.js +1445 -1406
- package/dist/sass-template-common.umd.cjs +24 -24
- package/package.json +1 -1
|
@@ -1141,6 +1141,11 @@ export declare type LibraryConfig = {
|
|
|
1141
1141
|
};
|
|
1142
1142
|
USE_QUOTE_IN_QUERY_TAG_HOME?: boolean;
|
|
1143
1143
|
FETCH_TAG_BASED_RELATED_NEWS?: boolean;
|
|
1144
|
+
SUB_PUBLICATION_PREFIX_IN_ROUTES?: {
|
|
1145
|
+
buscar: boolean;
|
|
1146
|
+
autor: boolean;
|
|
1147
|
+
tema: boolean;
|
|
1148
|
+
};
|
|
1144
1149
|
};
|
|
1145
1150
|
|
|
1146
1151
|
export declare interface Link {
|
|
@@ -1877,6 +1882,7 @@ declare type Props_34 = {
|
|
|
1877
1882
|
texts: {
|
|
1878
1883
|
[key: string]: string;
|
|
1879
1884
|
};
|
|
1885
|
+
block_subPublication?: boolean;
|
|
1880
1886
|
};
|
|
1881
1887
|
|
|
1882
1888
|
declare type Props_35 = {
|