@apolitical/component-library 8.3.8 → 8.3.10

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.
@@ -18,5 +18,7 @@ export declare const supportedLanguages: {
18
18
  es: string;
19
19
  fr: string;
20
20
  pt: string;
21
+ id: string;
22
+ 'pt-BR': string;
21
23
  };
22
24
  export {};
@@ -3,6 +3,7 @@ import type { ICache, ICacheItem } from '../..';
3
3
  interface IEditVars {
4
4
  activityId: string;
5
5
  content: string;
6
+ title: string;
6
7
  }
7
8
  export declare function useEditActivity({ mutationFn, mutationHandlers: { mutate: mutateWrapper, error: onError }, }: IMutationContext<ICacheItem, Error, IEditVars, ICache>): import("@tanstack/react-query/build/legacy/types").UseMutateFunction<import('../../../../../../discussion/shared').IActivity, Error, IEditVars, ICache>;
8
9
  export {};
@@ -24,6 +24,8 @@ export declare const courseDiscussionActivitySectionMock: {
24
24
  es: string;
25
25
  fr: string;
26
26
  pt: string;
27
+ id: string;
28
+ 'pt-BR': string;
27
29
  };
28
30
  feed_id: string;
29
31
  foreign_id: string;
package/helpers/intl.d.ts CHANGED
@@ -482,6 +482,8 @@ export declare const checkIntlPathExists: (path: string, language?: {
482
482
  header_language_unavailable_es: string;
483
483
  header_language_unavailable_fr: string;
484
484
  header_language_unavailable_pt: string;
485
+ header_language_unavailable_id: string;
486
+ 'header_language_unavailable_pt-BR': string;
485
487
  pageLayout_browserTooSmall: string;
486
488
  pageLayout_error: string;
487
489
  loadingBlock_loading: string;