sass-template-common 0.4.11 → 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
|
};
|
|
@@ -1115,6 +1116,7 @@ export declare type LibraryConfig = {
|
|
|
1115
1116
|
VARIANT_tag?: 'op1' | 'op2';
|
|
1116
1117
|
S3_ID_DIR?: string;
|
|
1117
1118
|
CONFIG_comments?: boolean;
|
|
1119
|
+
CONFIG_blockDefaultTwitterHydrator?: boolean;
|
|
1118
1120
|
CONFIG_hasSlugRoute?: boolean;
|
|
1119
1121
|
CONFIG_slugAsSection?: boolean;
|
|
1120
1122
|
CONFIG_shareOnlyWhatsApp?: boolean;
|
|
@@ -2516,6 +2518,8 @@ declare interface Title {
|
|
|
2516
2518
|
article: string;
|
|
2517
2519
|
}
|
|
2518
2520
|
|
|
2521
|
+
export declare const toISOWithTimeZone: (value: number | string, timeZone: string) => string;
|
|
2522
|
+
|
|
2519
2523
|
export declare function TrimPathname(url: string): string;
|
|
2520
2524
|
|
|
2521
2525
|
export declare const urlReplaces: (internalPath: string) => string;
|