@apolitical/component-library 4.7.3 → 4.7.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.
@@ -4,6 +4,9 @@ export interface IUserDetailsImage {
4
4
  full?: string;
5
5
  }
6
6
  export interface IUserDetailsLocation {
7
+ id?: string;
8
+ code?: string;
9
+ en?: string;
7
10
  country?: string;
8
11
  }
9
12
  export interface IUserDetails {
package/helpers/intl.d.ts CHANGED
@@ -242,6 +242,7 @@ export declare const checkIntlPathExists: (path: string, language?: {
242
242
  profileForm_organization_placeholder: string;
243
243
  profileForm_location: string;
244
244
  profileForm_location_placeholder: string;
245
+ profileForm_location_error: string;
245
246
  profileForm_bio: string;
246
247
  profileForm_bio_placeholder: string;
247
248
  profileForm_cta: string;