sass-template-common 0.6.1 → 0.6.2
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 +3 -1
- package/dist/sass-template-common.js +1662 -1553
- package/dist/sass-template-common.umd.cjs +23 -23
- package/package.json +1 -1
|
@@ -1242,6 +1242,7 @@ export declare type LibraryConfig = {
|
|
|
1242
1242
|
VARIANT_autor?: 'op1' | 'op2';
|
|
1243
1243
|
VARIANT_tag?: 'op1' | 'op2';
|
|
1244
1244
|
S3_ID_DIR?: string;
|
|
1245
|
+
CONFIG_commentsV2?: boolean;
|
|
1245
1246
|
CONFIG_comments?: boolean;
|
|
1246
1247
|
CONFIG_blockDefaultTwitterHydrator?: boolean;
|
|
1247
1248
|
CONFIG_hasSlugRoute?: boolean;
|
|
@@ -1326,7 +1327,7 @@ export declare const LiveBlogHeader: FC<Props_42>;
|
|
|
1326
1327
|
declare const Location_2: FC<Props_22>;
|
|
1327
1328
|
export { Location_2 as Location }
|
|
1328
1329
|
|
|
1329
|
-
export declare function LoginPopUp({
|
|
1330
|
+
export declare function LoginPopUp({ handleGoogleLogin, onClose, checkAuth, icon, API_ENV, texts, }: Props_13): JSX.Element;
|
|
1330
1331
|
|
|
1331
1332
|
export declare type Logo = {
|
|
1332
1333
|
url: string;
|
|
@@ -1908,6 +1909,7 @@ declare type Props_13 = {
|
|
|
1908
1909
|
onClose: () => void;
|
|
1909
1910
|
icon: any;
|
|
1910
1911
|
API_ENV: LibraryConfig;
|
|
1912
|
+
handleGoogleLogin: any;
|
|
1911
1913
|
texts?: textsType;
|
|
1912
1914
|
};
|
|
1913
1915
|
|