sass-template-common 0.1.43 → 0.1.45

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.
@@ -1006,6 +1006,7 @@ export declare type LibraryConfig = {
1006
1006
  CAPTCHA_KEY?: string;
1007
1007
  COMMENTS_CAPTCHA_API_KEY?: string;
1008
1008
  CAPTCHA_KEY_V2?: string;
1009
+ SHOW_TAG_BY_SECTION?: boolean;
1009
1010
  };
1010
1011
 
1011
1012
  export declare interface Link {
@@ -1373,7 +1374,6 @@ declare type NewsDescriptionProps = {
1373
1374
  share?: Omit<NoteShare, 'googleProfile'>;
1374
1375
  isTitle?: boolean;
1375
1376
  paths: RoutePathConfig;
1376
- showTagBySection?: boolean;
1377
1377
  } & NewListResponseData;
1378
1378
 
1379
1379
  export declare interface NewsResponse {
@@ -1576,7 +1576,6 @@ declare type Props_15 = {
1576
1576
  item: NewListResponseData;
1577
1577
  autorIcon: ReactNode;
1578
1578
  paths: RoutePathConfig;
1579
- showTagBySection?: boolean;
1580
1579
  };
1581
1580
 
1582
1581
  declare type Props_16 = {
@@ -1896,7 +1895,6 @@ declare type Props_8 = {
1896
1895
  [key: string]: string;
1897
1896
  };
1898
1897
  paths: RoutePathConfig;
1899
- showTagBySection?: boolean;
1900
1898
  };
1901
1899
 
1902
1900
  declare type Props_9 = {