sass-template-common 0.0.96 → 0.0.98

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.
@@ -142,6 +142,8 @@ export declare interface BlockSaasResponseData {
142
142
  news?: NewListResponse | undefined;
143
143
  }
144
144
 
145
+ export declare const buildTagUrl: (tag: Tag, paths: RoutePathConfig) => string;
146
+
145
147
  declare interface ButtonCSS {
146
148
  '--button-background-color'?: string;
147
149
  '--button-color'?: string;
@@ -1355,6 +1357,7 @@ declare type NewsDescriptionProps = {
1355
1357
  share?: Omit<NoteShare, 'googleProfile'>;
1356
1358
  isTitle?: boolean;
1357
1359
  paths: RoutePathConfig;
1360
+ showTagBySection?: boolean;
1358
1361
  } & NewListResponseData;
1359
1362
 
1360
1363
  export declare interface NewsResponse {
@@ -1851,7 +1854,7 @@ declare type Props_8 = {
1851
1854
  };
1852
1855
 
1853
1856
  declare type Props_9 = {
1854
- children?: any;
1857
+ custom_complement?: any;
1855
1858
  ranking?: NewListResponseData[];
1856
1859
  banners: BannerResponse[];
1857
1860
  news?: NewListResponseData[];