sass-template-common 0.0.32 → 0.0.33

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,16 @@ declare type Props_45 = {
1743
1747
  };
1744
1748
 
1745
1749
  declare type Props_46 = {
1750
+ autor: AutorInfo;
1751
+ autorIcon: any;
1752
+ };
1753
+
1754
+ declare type Props_47 = {
1755
+ autor: AutorInfo;
1756
+ autorIcon: any;
1757
+ };
1758
+
1759
+ declare type Props_48 = {
1746
1760
  children: ReactNode;
1747
1761
  banner: ReactNode;
1748
1762
  bannerTop: ReactNode;
@@ -1751,7 +1765,7 @@ declare type Props_46 = {
1751
1765
  paths: RoutePathConfig;
1752
1766
  };
1753
1767
 
1754
- declare type Props_47 = {
1768
+ declare type Props_49 = {
1755
1769
  video: VideoResponseData;
1756
1770
  videoList: Array<VideoResponseData>;
1757
1771
  type: string;
@@ -2188,7 +2202,7 @@ export declare const verifyCaptchaTokenEnterprise: ({ token, projectId, captchaK
2188
2202
 
2189
2203
  export declare const VideoBlock3: FC<Props_36>;
2190
2204
 
2191
- export declare const VideoBlock4: FC<Props_47>;
2205
+ export declare const VideoBlock4: FC<Props_49>;
2192
2206
 
2193
2207
  export declare interface VideoResponseData {
2194
2208
  config: {