sass-template-common 0.1.21 → 0.1.23
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/README.md +3 -3
- package/dist/sass-template-common.css +1 -1
- package/dist/sass-template-common.d.ts +2 -1
- package/dist/sass-template-common.js +1139 -1146
- package/dist/sass-template-common.umd.cjs +47 -47
- package/package.json +58 -58
|
@@ -938,7 +938,7 @@ export declare const JournalistGroup: FC<Props_48>;
|
|
|
938
938
|
|
|
939
939
|
export declare const LayoutNewsComponent: FC<Props_45>;
|
|
940
940
|
|
|
941
|
-
export declare const LazyLoader: ({ render, internalPath, section, currentNews, stylesConfig, icon, }: LazyLoaderProps) => JSX.Element;
|
|
941
|
+
export declare const LazyLoader: ({ render, internalPath, section, currentNews, stylesConfig, icon, isVisibleDefault }: LazyLoaderProps) => JSX.Element;
|
|
942
942
|
|
|
943
943
|
declare type LazyLoaderProps = {
|
|
944
944
|
render: 'more' | 'comment';
|
|
@@ -955,6 +955,7 @@ declare type LazyLoaderProps = {
|
|
|
955
955
|
};
|
|
956
956
|
internalPath?: string;
|
|
957
957
|
icon?: ReactNode;
|
|
958
|
+
isVisibleDefault?: boolean;
|
|
958
959
|
};
|
|
959
960
|
|
|
960
961
|
export declare type LibraryConfig = {
|