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