@apolitical/component-library 8.1.0-RR.5 → 8.1.0-RR.6
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 +3 -1
- package/index.js +3 -3
- package/index.mjs +629 -627
- package/package.json +1 -1
- package/user/connection-cta/connection-cta.d.ts +2 -2
- package/user/member/member.types.d.ts +2 -2
package/helpers/intl.d.ts
CHANGED
|
@@ -553,13 +553,15 @@ export declare const checkIntlPathExists: (path: string, language?: {
|
|
|
553
553
|
member_connection_connect: string;
|
|
554
554
|
member_connection_connected: string;
|
|
555
555
|
member_connection_pending: string;
|
|
556
|
-
member_connection_requested: string;
|
|
557
556
|
member_connection_remove: string;
|
|
557
|
+
member_connection_requested: string;
|
|
558
558
|
member_show_email_hide: string;
|
|
559
|
+
member_show_email_private: string;
|
|
559
560
|
member_show_email_show: string;
|
|
560
561
|
member_show_email_tooltip: string;
|
|
561
562
|
member_show_email_tooltip_copied: string;
|
|
562
563
|
member_show_email_tooltip_mine: string;
|
|
564
|
+
member_show_email_tooltip_private: string;
|
|
563
565
|
}) => boolean;
|
|
564
566
|
export declare const getIntlPath: (callback: (args1: {
|
|
565
567
|
id: string;
|