@ballistix.digital/react-components 0.8.0 → 0.8.1
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.
- package/dist/index.esm.js +2 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/lib/tsconfig.tsbuildinfo +1 -1
- package/package.json +6 -6
package/dist/index.js
CHANGED
|
@@ -10668,7 +10668,8 @@ var AddressInputGroupForm = function (props) {
|
|
|
10668
10668
|
})) === null || _a === void 0 ? void 0 : _a.long_name;
|
|
10669
10669
|
};
|
|
10670
10670
|
var street = handleExtractValueWithKey('route');
|
|
10671
|
-
var city = handleExtractValueWithKey('
|
|
10671
|
+
var city = handleExtractValueWithKey('sublocality') ||
|
|
10672
|
+
handleExtractValueWithKey('locality');
|
|
10672
10673
|
var country = handleExtractValueWithKey('country');
|
|
10673
10674
|
var zipCode = handleExtractValueWithKey('postal_code');
|
|
10674
10675
|
var houseNumber = handleExtractValueWithKey('street_number');
|