sass-template-common 0.0.78 → 0.0.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/README.md +73 -73
- package/dist/sass-template-common.css +1 -1
- package/dist/sass-template-common.d.ts +34 -0
- package/dist/sass-template-common.js +3792 -3873
- package/dist/sass-template-common.umd.cjs +45 -45
- package/package.json +58 -58
|
@@ -276,6 +276,12 @@ export declare class CommonServices {
|
|
|
276
276
|
}>;
|
|
277
277
|
}
|
|
278
278
|
|
|
279
|
+
export declare const compileStyleProps: (data: {
|
|
280
|
+
[key: string]: any;
|
|
281
|
+
}) => {
|
|
282
|
+
[key: string]: any;
|
|
283
|
+
};
|
|
284
|
+
|
|
279
285
|
export declare const Comscore: ({ id }: {
|
|
280
286
|
id?: string;
|
|
281
287
|
}) => "" | JSX.Element | undefined;
|
|
@@ -930,6 +936,10 @@ declare interface ItemListSchemaProps {
|
|
|
930
936
|
ROUTE: MetadataDefaultsKeys;
|
|
931
937
|
}
|
|
932
938
|
|
|
939
|
+
export declare const JournalistArticule2: FC<Props_47>;
|
|
940
|
+
|
|
941
|
+
export declare const JournalistGroup: FC<Props_48>;
|
|
942
|
+
|
|
933
943
|
export declare const LayoutNewsComponent: FC<Props_45>;
|
|
934
944
|
|
|
935
945
|
export declare const LazyLoader: ({ render, internalPath, section, currentNews, stylesConfig, icon, COGNITO_AUTH_PREFIX, captchaVars, }: LazyLoaderProps) => JSX.Element;
|
|
@@ -1791,6 +1801,22 @@ declare type Props_46 = {
|
|
|
1791
1801
|
};
|
|
1792
1802
|
};
|
|
1793
1803
|
|
|
1804
|
+
declare interface Props_47 {
|
|
1805
|
+
autor: AutorInfo;
|
|
1806
|
+
autorIcon: any;
|
|
1807
|
+
texts: {
|
|
1808
|
+
[key: string]: string;
|
|
1809
|
+
};
|
|
1810
|
+
paths: RoutePathConfig;
|
|
1811
|
+
}
|
|
1812
|
+
|
|
1813
|
+
declare type Props_48 = {
|
|
1814
|
+
news: NewListResponseData;
|
|
1815
|
+
autorIcon: ReactNode;
|
|
1816
|
+
texts: textsType;
|
|
1817
|
+
paths: RoutePathConfig;
|
|
1818
|
+
};
|
|
1819
|
+
|
|
1794
1820
|
declare type Props_5 = {
|
|
1795
1821
|
pathname?: string;
|
|
1796
1822
|
slug?: string;
|
|
@@ -1825,6 +1851,7 @@ declare type Props_8 = {
|
|
|
1825
1851
|
};
|
|
1826
1852
|
|
|
1827
1853
|
declare type Props_9 = {
|
|
1854
|
+
children?: any;
|
|
1828
1855
|
ranking?: NewListResponseData[];
|
|
1829
1856
|
banners: BannerResponse[];
|
|
1830
1857
|
news?: NewListResponseData[];
|
|
@@ -1936,6 +1963,8 @@ export declare const Section: ForwardRefExoticComponent<SectionProps & RefAttrib
|
|
|
1936
1963
|
|
|
1937
1964
|
export declare const SectionCard: FC<SectionCardProps>;
|
|
1938
1965
|
|
|
1966
|
+
export declare const SectionCard2: FC<SectionCardProps_2>;
|
|
1967
|
+
|
|
1939
1968
|
declare interface SectionCardCarouselProps extends Omit<SectionProps, 'children'> {
|
|
1940
1969
|
content: Array<NewListResponseData>;
|
|
1941
1970
|
slot_id: string;
|
|
@@ -1979,6 +2008,11 @@ declare interface SectionCardProps extends Omit<NewsDescriptionProps, 'preview'>
|
|
|
1979
2008
|
customSectionCardStyles?: CSSProperties;
|
|
1980
2009
|
}
|
|
1981
2010
|
|
|
2011
|
+
declare interface SectionCardProps_2 extends Omit<NewsDescriptionProps, 'preview'>, ImageProps_2 {
|
|
2012
|
+
titleGradient?: boolean;
|
|
2013
|
+
heightImageOverwrite?: string;
|
|
2014
|
+
}
|
|
2015
|
+
|
|
1982
2016
|
export declare const SectionCardServerComponent: FC<Props_14>;
|
|
1983
2017
|
|
|
1984
2018
|
declare interface SectionCSS {
|