@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.
@@ -18,6 +18,7 @@ export interface ButtonPropsType {
18
18
  styling?: {
19
19
  muted?: boolean;
20
20
  fullWidth?: boolean;
21
+ showTooltipIfNotDisabled?: boolean;
21
22
  };
22
23
  /** The icon to show on the button */
23
24
  icon?: ButtonIconType;
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
- footer_contact_correspondence: string;
430
- footer_contact_correspondence_address: string;
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;