@apolitical/component-library 4.7.13 → 4.7.15-beta.0

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.
@@ -12,8 +12,8 @@ export default function transform<T extends InputNodeTypes>(node: MdastNode, opt
12
12
  position?: any;
13
13
  ordered?: boolean | undefined;
14
14
  checked?: any;
15
- lang?: string | undefined;
16
15
  depth?: 1 | 2 | 3 | 4 | 6 | 5 | undefined;
16
+ lang?: string | undefined;
17
17
  spread?: any;
18
18
  indent?: any;
19
19
  text: string | undefined;
package/helpers/intl.d.ts CHANGED
@@ -61,6 +61,7 @@ export declare const checkIntlPathExists: (path: string, language?: {
61
61
  joinCommunityButton_aria_live: string;
62
62
  member_apolitical: string;
63
63
  member_community: string;
64
+ member_profile: string;
64
65
  membersList: string;
65
66
  membersList_admin: string;
66
67
  membersList_profile: string;
@@ -436,7 +437,6 @@ export declare const checkIntlPathExists: (path: string, language?: {
436
437
  'navigationMenu_links_q-and-a': string;
437
438
  navigationMenu_links_articles: string;
438
439
  navigationMenu_links_communities: string;
439
- navigationMenu_profile: string;
440
440
  shareLinks_label: string;
441
441
  shareLinks_link_linkedin: string;
442
442
  shareLinks_link_twitter: string;