sass-template-common 0.3.28 → 0.3.30
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.
|
@@ -1068,7 +1068,9 @@ export declare type LibraryConfig = {
|
|
|
1068
1068
|
SHOW_TAG_BY_SECTION?: boolean;
|
|
1069
1069
|
SHOW_NEWS_MORE_NEWS?: boolean;
|
|
1070
1070
|
SHOW_NEWS_RELATED_NEWS?: boolean;
|
|
1071
|
+
SHOW_GOOGLE_PROFILE?: boolean;
|
|
1071
1072
|
MORE_NEWS_SSR?: boolean;
|
|
1073
|
+
NEWS_JOURNALIST_COMPONENT?: 'op1' | 'op2';
|
|
1072
1074
|
COMPONENTS?: {
|
|
1073
1075
|
PlayIcon?: ComponentType<SVGProps<SVGSVGElement>>;
|
|
1074
1076
|
};
|