sass-template-common 0.4.12 → 0.4.13

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.
@@ -910,6 +910,7 @@ declare type HeaderProps = {
910
910
  sticky: boolean;
911
911
  };
912
912
  childrenContentPosition?: 'before-headers' | 'after-headers';
913
+ childrenContentTag?: 'div' | 'article';
913
914
  custom_styles?: CSSProperties;
914
915
  mobileIcon?: any;
915
916
  };
@@ -2517,6 +2518,8 @@ declare interface Title {
2517
2518
  article: string;
2518
2519
  }
2519
2520
 
2521
+ export declare const toISOWithTimeZone: (value: number | string, timeZone: string) => string;
2522
+
2520
2523
  export declare function TrimPathname(url: string): string;
2521
2524
 
2522
2525
  export declare const urlReplaces: (internalPath: string) => string;