identity-admin-ui 1.12.14 → 1.12.16

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.
@@ -7,6 +7,8 @@ export interface LocationOption {
7
7
  type: 'Point';
8
8
  coordinates: [longitude: number, latitude: number];
9
9
  };
10
+ city?: string;
11
+ neighborhood?: string;
10
12
  }
11
13
  type PlaceState = React.Dispatch<React.SetStateAction<LocationOption | null>>;
12
14
  type IProps = {
package/lib/index.d.ts CHANGED
@@ -1106,6 +1106,8 @@ interface LocationOption {
1106
1106
  type: 'Point';
1107
1107
  coordinates: [longitude: number, latitude: number];
1108
1108
  };
1109
+ city?: string;
1110
+ neighborhood?: string;
1109
1111
  }
1110
1112
  type PlaceState = react.Dispatch<react.SetStateAction<LocationOption | null>>;
1111
1113
  type IProps$3 = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "identity-admin-ui",
3
- "version": "1.12.14",
3
+ "version": "1.12.16",
4
4
  "description": "Identity solutions UI package using for identity-admin dashboard",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/esm/index.js",