sass-template-common 0.3.78 → 0.3.80
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 +2 -2
- package/dist/sass-template-common.js +1328 -1329
- package/dist/sass-template-common.umd.cjs +24 -24
- package/package.json +1 -1
|
@@ -1056,12 +1056,11 @@ export declare const JournalistGroup: FC<Props_48>;
|
|
|
1056
1056
|
|
|
1057
1057
|
export declare const LayoutNewsComponent: FC<Props_45>;
|
|
1058
1058
|
|
|
1059
|
-
export declare const LazyLoader: ({ render, internalPath, section,
|
|
1059
|
+
export declare const LazyLoader: ({ render, internalPath, section, stylesConfig, icon, isVisibleDefault, paths, API_ENV, fetchConfig, commentLabel, }: LazyLoaderProps) => JSX.Element;
|
|
1060
1060
|
|
|
1061
1061
|
declare type LazyLoaderProps = {
|
|
1062
1062
|
render: 'more' | 'comment';
|
|
1063
1063
|
section?: string;
|
|
1064
|
-
currentNews?: NewListResponseData;
|
|
1065
1064
|
stylesConfig?: {
|
|
1066
1065
|
[key: string]: any;
|
|
1067
1066
|
};
|
|
@@ -1546,6 +1545,7 @@ export declare type NoteShare = {
|
|
|
1546
1545
|
options?: Array<NoteShareOption>;
|
|
1547
1546
|
url: string;
|
|
1548
1547
|
googleProfile?: string;
|
|
1548
|
+
whatsappUrl?: string;
|
|
1549
1549
|
};
|
|
1550
1550
|
|
|
1551
1551
|
export declare type NoteShareOption = 'X' | 'Email' | 'LinkedIn' | 'Whatsapp' | 'FaceBook';
|