sass-template-common 0.0.28 → 0.0.29

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.
@@ -656,7 +656,7 @@ export declare const generalGetData: (promiseArray: PromiseArray) => Promise<{
656
656
  [key: string]: any;
657
657
  }>;
658
658
 
659
- export declare const GenerateBody: ({ children, defaultRouteName, bodyConfig, banners, pathname, slug, config, internalPath, analytics, currentNew, tagsParsed, scriptReplaces, body_custom_elements, }: Props_4) => JSX.Element;
659
+ export declare const GenerateBody: ({ children, defaultRouteName, banners, pathname, slug, config, internalPath, analytics, currentNew, tagsParsed, scriptReplaces, body_custom_elements, }: Props_4) => JSX.Element;
660
660
 
661
661
  export declare function GenerateHead({ axiosApi, headConfig, meta, imgSizes, defaultMetadataName, pathname, slug, texts, query, currentNew, banners, internalPath, config, socials, speculationType, preloadImageUrl, custom_Speculation, custom_metadata, custom_scriptReplaces, head_custom_elements, }: Props_3): Promise<ReactNode>;
662
662
 
@@ -1307,6 +1307,7 @@ export declare type NoteShare = {
1307
1307
  variant: 'outline' | 'container';
1308
1308
  options?: Array<NoteShareOption>;
1309
1309
  url: string;
1310
+ googleProfile?: string;
1310
1311
  };
1311
1312
 
1312
1313
  export declare type NoteShareOption = 'X' | 'Email' | 'LinkedIn' | 'Whatsapp' | 'FaceBook';
@@ -1689,7 +1690,6 @@ declare type Props_39 = {
1689
1690
  declare type Props_4 = {
1690
1691
  children: ReactNode;
1691
1692
  defaultRouteName: MetadataDefaultsKeys;
1692
- bodyConfig: CSSProperties;
1693
1693
  banners: BannerResponse[];
1694
1694
  analytics: Analytics;
1695
1695
  pathname: string;