sass-template-common 0.0.32 → 0.0.34

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.
@@ -66,6 +66,10 @@ export declare interface Author {
66
66
 
67
67
  export declare const AutorComponent: FC<Props_14>;
68
68
 
69
+ export declare const AutorHeader1: FC<Props_46>;
70
+
71
+ export declare const AutorHeader2: FC<Props_47>;
72
+
69
73
  export declare interface AutorInfo {
70
74
  info: {
71
75
  id: string;
@@ -900,7 +904,7 @@ declare interface ItemListSchemaProps {
900
904
  ROUTE: MetadataDefaultsKeys;
901
905
  }
902
906
 
903
- export declare const LayoutNewsComponent: FC<Props_46>;
907
+ export declare const LayoutNewsComponent: FC<Props_48>;
904
908
 
905
909
  export declare const LazyLoader: ({ render, internalPath, section, currentNews, stylesConfig, icon, COGNITO_AUTH_PREFIX, captchaVars, }: LazyLoaderProps) => JSX.Element;
906
910
 
@@ -1743,6 +1747,17 @@ declare type Props_45 = {
1743
1747
  };
1744
1748
 
1745
1749
  declare type Props_46 = {
1750
+ autor: AutorInfo;
1751
+ autorIcon: any;
1752
+ className?: string;
1753
+ };
1754
+
1755
+ declare type Props_47 = {
1756
+ autor: AutorInfo;
1757
+ autorIcon: any;
1758
+ };
1759
+
1760
+ declare type Props_48 = {
1746
1761
  children: ReactNode;
1747
1762
  banner: ReactNode;
1748
1763
  bannerTop: ReactNode;
@@ -1751,7 +1766,7 @@ declare type Props_46 = {
1751
1766
  paths: RoutePathConfig;
1752
1767
  };
1753
1768
 
1754
- declare type Props_47 = {
1769
+ declare type Props_49 = {
1755
1770
  video: VideoResponseData;
1756
1771
  videoList: Array<VideoResponseData>;
1757
1772
  type: string;
@@ -2188,7 +2203,7 @@ export declare const verifyCaptchaTokenEnterprise: ({ token, projectId, captchaK
2188
2203
 
2189
2204
  export declare const VideoBlock3: FC<Props_36>;
2190
2205
 
2191
- export declare const VideoBlock4: FC<Props_47>;
2206
+ export declare const VideoBlock4: FC<Props_49>;
2192
2207
 
2193
2208
  export declare interface VideoResponseData {
2194
2209
  config: {