@apolitical/component-library 8.3.33-ST.2 → 8.3.33-ST.4

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.
@@ -11,5 +11,6 @@ export interface IPostContentProps {
11
11
  };
12
12
  postCutOff: number;
13
13
  content: IDiscussionPostProps['content'];
14
+ gtmContext?: string;
14
15
  }
15
- export default function PostContent({ links, contentData, postCutOff, content, }: IPostContentProps): import("react/jsx-runtime").JSX.Element;
16
+ export default function PostContent({ links, contentData, postCutOff, content, gtmContext, }: IPostContentProps): import("react/jsx-runtime").JSX.Element;
package/helpers/intl.d.ts CHANGED
@@ -73,6 +73,7 @@ export declare const checkIntlPathExists: (path: string, language?: {
73
73
  member_deleted: string;
74
74
  member_profile: string;
75
75
  member_createdAt_community: string;
76
+ member_createdNow_community: string;
76
77
  membersList: string;
77
78
  membersList_admin: string;
78
79
  membersList_profile: string;
@@ -491,6 +492,7 @@ export declare const checkIntlPathExists: (path: string, language?: {
491
492
  header_language_unavailable_pt: string;
492
493
  header_language_unavailable_id: string;
493
494
  'header_language_unavailable_pt-BR': string;
495
+ 'header_language_unavailable_es-419': string;
494
496
  pageLayout_browserTooSmall: string;
495
497
  pageLayout_error: string;
496
498
  loadingBlock_loading: string;