@apolitical/component-library 8.2.4-ac.2 → 8.2.4-beta.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.
@@ -13,6 +13,7 @@ export interface IProfileFormProps<OnSuccessArgs = IFormValues> {
13
13
  }>;
14
14
  isValidPlace: (input: string) => boolean;
15
15
  predictPlaces: (input: string) => Promise<unknown[]>;
16
+ isLoading: boolean;
16
17
  };
17
18
  };
18
19
  /** The functions to call */
package/helpers/intl.d.ts CHANGED
@@ -478,10 +478,7 @@ 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_en: string;
482
- header_language_unavailable_es: string;
483
- header_language_unavailable_fr: string;
484
- header_language_unavailable_pt: string;
481
+ header_language_unavailable: string;
485
482
  pageLayout_browserTooSmall: string;
486
483
  pageLayout_error: string;
487
484
  loadingBlock_loading: string;