sass-template-common 0.9.163 → 0.9.165

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.
@@ -2181,6 +2181,11 @@ declare type Props_11 = {
2181
2181
  commonServices: CommonServices;
2182
2182
  scope?: BannerScope;
2183
2183
  customSummary?: ReactNode;
2184
+ subtitleBeforeImage?: boolean;
2185
+ headerSectionStyles?: {
2186
+ common: CSSProperties;
2187
+ liveblogs: CSSProperties;
2188
+ };
2184
2189
  };
2185
2190
 
2186
2191
  declare type Props_12 = {