@apolitical/component-library 8.3.33-ST.1 → 8.3.33
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.
- package/discussion/components/post/components/post-content/post-content.d.ts +2 -1
- package/helpers/intl.d.ts +0 -1
- package/index.js +100 -100
- package/index.mjs +4150 -4150
- package/package.json +2 -2
|
@@ -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
|
@@ -491,7 +491,6 @@ export declare const checkIntlPathExists: (path: string, language?: {
|
|
|
491
491
|
header_language_unavailable_pt: string;
|
|
492
492
|
header_language_unavailable_id: string;
|
|
493
493
|
'header_language_unavailable_pt-BR': string;
|
|
494
|
-
'header_language_unavailable_om-ET': string;
|
|
495
494
|
pageLayout_browserTooSmall: string;
|
|
496
495
|
pageLayout_error: string;
|
|
497
496
|
loadingBlock_loading: string;
|