sass-template-common 0.1.18 → 0.1.19
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 +27 -5
- package/dist/sass-template-common.js +1618 -1504
- package/dist/sass-template-common.umd.cjs +22 -16
- package/package.json +1 -1
|
@@ -280,7 +280,7 @@ export declare const compileStyleProps: (data: {
|
|
|
280
280
|
[key: string]: any;
|
|
281
281
|
};
|
|
282
282
|
|
|
283
|
-
export declare const Comscore: () =>
|
|
283
|
+
export declare const Comscore: () => "" | JSX.Element | undefined;
|
|
284
284
|
|
|
285
285
|
export declare type Config = {
|
|
286
286
|
paginationLimit: number;
|
|
@@ -649,7 +649,7 @@ export declare interface FreeZoneResponse {
|
|
|
649
649
|
};
|
|
650
650
|
}
|
|
651
651
|
|
|
652
|
-
export declare const GA4: ({ id, dimensionValues }: Props_2) =>
|
|
652
|
+
export declare const GA4: ({ id, dimensionValues }: Props_2) => "" | JSX.Element | undefined;
|
|
653
653
|
|
|
654
654
|
export declare const GalleryHeader: ({ newsformated, internal, }: {
|
|
655
655
|
newsformated: NewListResponseData;
|
|
@@ -979,6 +979,28 @@ export declare type LibraryConfig = {
|
|
|
979
979
|
PUBLIC_ASSETS_URL?: string;
|
|
980
980
|
PUBLIC_BUILD_ID?: string;
|
|
981
981
|
DATE_TIMEZONE?: string;
|
|
982
|
+
VARIANT_header?: 'op2' | 'op1';
|
|
983
|
+
VARIANT_footer?: 'op2' | 'op1';
|
|
984
|
+
VARIANT_section?: 'op1' | 'op2';
|
|
985
|
+
VARIANT_videos?: 'op2' | 'op1';
|
|
986
|
+
VARIANT_autor?: 'op1' | 'op2';
|
|
987
|
+
VARIANT_tag?: 'op1' | 'op2';
|
|
988
|
+
CONFIG_comments?: boolean;
|
|
989
|
+
CONFIG_hasSlugRoute?: boolean;
|
|
990
|
+
CONFIG_slugAsSection?: boolean;
|
|
991
|
+
CONFIG_shareOnlyWhatsApp?: boolean;
|
|
992
|
+
ANALYTICS_ga4?: string | undefined;
|
|
993
|
+
ANALYTICS_marfeel?: string | undefined;
|
|
994
|
+
ANALYTICS_gtm?: string | undefined;
|
|
995
|
+
ANALYTICS_comscore?: string | undefined;
|
|
996
|
+
COGNITO_AUTH_PREFIX?: string;
|
|
997
|
+
COGNITO_CLIENT_ID?: string;
|
|
998
|
+
COGNITO_DOMAIN?: string;
|
|
999
|
+
COGNITO_REDIRECT_URI?: string;
|
|
1000
|
+
CAPTCHA_PROJECT?: string;
|
|
1001
|
+
CAPTCHA_KEY?: string;
|
|
1002
|
+
COMMENTS_CAPTCHA_API_KEY?: string;
|
|
1003
|
+
CAPTCHA_KEY_V2?: string;
|
|
982
1004
|
};
|
|
983
1005
|
|
|
984
1006
|
export declare interface Link {
|
|
@@ -1047,7 +1069,7 @@ export declare class MainComponentServices {
|
|
|
1047
1069
|
}>;
|
|
1048
1070
|
}
|
|
1049
1071
|
|
|
1050
|
-
export declare const Marfeel: () =>
|
|
1072
|
+
export declare const Marfeel: () => "" | JSX.Element | undefined;
|
|
1051
1073
|
|
|
1052
1074
|
export declare interface MenuResponse {
|
|
1053
1075
|
description: string;
|
|
@@ -1852,8 +1874,8 @@ declare type Props_9 = {
|
|
|
1852
1874
|
slug: string;
|
|
1853
1875
|
socials: any;
|
|
1854
1876
|
getVideos: {
|
|
1855
|
-
iframe:
|
|
1856
|
-
schema:
|
|
1877
|
+
iframe: () => void;
|
|
1878
|
+
schema: () => void;
|
|
1857
1879
|
};
|
|
1858
1880
|
autorIcon: ReactNode;
|
|
1859
1881
|
noteShare?: NoteShare;
|