@apolitical/component-library 8.2.4-beta.0 → 8.2.4

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.
@@ -13,7 +13,6 @@ export interface IProfileFormProps<OnSuccessArgs = IFormValues> {
13
13
  }>;
14
14
  isValidPlace: (input: string) => boolean;
15
15
  predictPlaces: (input: string) => Promise<unknown[]>;
16
- isLoading: boolean;
17
16
  };
18
17
  };
19
18
  /** The functions to call */
package/helpers/intl.d.ts CHANGED
@@ -478,7 +478,10 @@ export declare const checkIntlPathExists: (path: string, language?: {
478
478
  'header_account_log-out': string;
479
479
  header_buttons_login: string;
480
480
  header_buttons_signup: string;
481
- header_language_unavailable: string;
481
+ header_language_unavailable_en: string;
482
+ header_language_unavailable_es: string;
483
+ header_language_unavailable_fr: string;
484
+ header_language_unavailable_pt: string;
482
485
  pageLayout_browserTooSmall: string;
483
486
  pageLayout_error: string;
484
487
  loadingBlock_loading: string;