@apolitical/component-library 7.0.3-ac.8 → 7.0.3-ac.9
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/general/buttons/button/button.d.ts +1 -0
- package/helpers/intl.d.ts +7 -2
- package/index.js +29 -29
- package/index.mjs +3032 -3026
- package/package.json +1 -1
- package/style.css +1 -1
- package/styles/README.md +355 -20
- package/styles/base/buttons/_icons.scss +2 -0
- package/user/{member/components → connection-cta}/connection-cta.d.ts +3 -2
- package/user/member/index.d.ts +1 -1
- package/user/show-email/index.d.ts +1 -0
- package/user/show-email/show-email.d.ts +10 -0
- /package/user/{member/components → connection-cta}/index.d.ts +0 -0
package/helpers/intl.d.ts
CHANGED
|
@@ -426,8 +426,8 @@ export declare const checkIntlPathExists: (path: string, language?: {
|
|
|
426
426
|
footer_legal_dataProtection: string;
|
|
427
427
|
footer_legal_euDataProtection: string;
|
|
428
428
|
footer_contact: string;
|
|
429
|
-
|
|
430
|
-
|
|
429
|
+
footer_contact_london: string;
|
|
430
|
+
footer_contact_london_address: string;
|
|
431
431
|
footer_contact_registered: string;
|
|
432
432
|
footer_contact_registered_address: string;
|
|
433
433
|
footer_contact_berlin: string;
|
|
@@ -555,6 +555,11 @@ export declare const checkIntlPathExists: (path: string, language?: {
|
|
|
555
555
|
member_connection_pending: string;
|
|
556
556
|
member_connection_requested: string;
|
|
557
557
|
member_connection_remove: string;
|
|
558
|
+
member_show_email_hide: string;
|
|
559
|
+
member_show_email_show: string;
|
|
560
|
+
member_show_email_tooltip: string;
|
|
561
|
+
member_show_email_tooltip_copied: string;
|
|
562
|
+
member_show_email_tooltip_mine: string;
|
|
558
563
|
}) => boolean;
|
|
559
564
|
export declare const getIntlPath: (callback: (args1: {
|
|
560
565
|
id: string;
|