@apolitical/component-library 4.7.14 → 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.
- package/form/components/rich-text-editor/helpers/transform/transform.d.ts +1 -1
- package/helpers/intl.d.ts +1 -1
- package/index.js +38 -38
- package/index.mjs +4929 -4878
- package/layout/content-layout/top-level-page/top-level-page.d.ts +4 -1
- package/navigation/navigation-menu/navigation-menu.d.ts +4 -1
- package/package.json +1 -1
- package/style.css +1 -1
- package/styles/variables/colors/theme/_navigation.scss +0 -1
- package/styles/variables/colors/theme/_user.scss +3 -0
- package/user/member/member.d.ts +14 -5
- package/user/member/member.helpers.d.ts +1 -1
- package/user/member/member.mock.d.ts +13 -0
|
@@ -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;
|