@apolitical/component-library 8.2.2-ac.0 → 8.2.2-ac.1

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.
@@ -16,6 +16,7 @@ export interface IUserDetails {
16
16
  jobTitle?: string;
17
17
  location?: IUserDetailsLocation;
18
18
  biography?: string;
19
+ locale?: string;
19
20
  }
20
21
  export interface IUserContext extends IUserDetails {
21
22
  isLoading: boolean;
package/helpers/intl.d.ts CHANGED
@@ -441,6 +441,7 @@ export declare const checkIntlPathExists: (path: string, language?: {
441
441
  footer_social_facebook: string;
442
442
  footer_copyright: string;
443
443
  header_skip: string;
444
+ header_language_switcher: string;
444
445
  header_search_show: string;
445
446
  header_search_hide: string;
446
447
  header_menu_show: string;
@@ -477,6 +478,7 @@ export declare const checkIntlPathExists: (path: string, language?: {
477
478
  'header_account_log-out': string;
478
479
  header_buttons_login: string;
479
480
  header_buttons_signup: string;
481
+ header_language_unavailable: string;
480
482
  pageLayout_browserTooSmall: string;
481
483
  pageLayout_error: string;
482
484
  loadingBlock_loading: string;