@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.esm.js
CHANGED
|
@@ -10666,7 +10666,8 @@ var AddressInputGroupForm = function (props) {
|
|
|
10666
10666
|
})) === null || _a === void 0 ? void 0 : _a.long_name;
|
|
10667
10667
|
};
|
|
10668
10668
|
var street = handleExtractValueWithKey('route');
|
|
10669
|
-
var city = handleExtractValueWithKey('
|
|
10669
|
+
var city = handleExtractValueWithKey('sublocality') ||
|
|
10670
|
+
handleExtractValueWithKey('locality');
|
|
10670
10671
|
var country = handleExtractValueWithKey('country');
|
|
10671
10672
|
var zipCode = handleExtractValueWithKey('postal_code');
|
|
10672
10673
|
var houseNumber = handleExtractValueWithKey('street_number');
|