@apolitical/component-library 7.0.2 → 7.0.3-ac.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/helpers/intl.d.ts +7 -0
- package/index.js +44 -44
- package/index.mjs +5245 -5173
- package/package.json +1 -1
- package/style.css +1 -1
- package/styles/base/buttons/_icons.scss +3 -0
- package/user/member/components/connection-cta.d.ts +13 -0
- package/user/member/components/index.d.ts +1 -0
- package/user/member/member.d.ts +1 -1
- package/user/member/member.types.d.ts +23 -0
package/helpers/intl.d.ts
CHANGED
|
@@ -546,6 +546,13 @@ export declare const checkIntlPathExists: (path: string, language?: {
|
|
|
546
546
|
markdown_iframe_padlet: string;
|
|
547
547
|
markdown_iframe_poll: string;
|
|
548
548
|
markdown_iframe_survey: string;
|
|
549
|
+
member_connection_accept: string;
|
|
550
|
+
member_connection_cancel: string;
|
|
551
|
+
member_connection_connect: string;
|
|
552
|
+
member_connection_connected: string;
|
|
553
|
+
member_connection_pending: string;
|
|
554
|
+
member_connection_requested: string;
|
|
555
|
+
member_connection_remove: string;
|
|
549
556
|
}) => boolean;
|
|
550
557
|
export declare const getIntlPath: (callback: (args1: {
|
|
551
558
|
id: string;
|