@visiion/forms-library 1.4.17 → 1.4.18
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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -19858,7 +19858,7 @@ var AddressInput = function (_a) {
|
|
|
19858
19858
|
var component = _a[_i];
|
|
19859
19859
|
var types = component.types;
|
|
19860
19860
|
if (types.includes("street_number"))
|
|
19861
|
-
addressComponents.numero =
|
|
19861
|
+
addressComponents.numero = component.long_name;
|
|
19862
19862
|
if (types.includes("route"))
|
|
19863
19863
|
addressComponents.calle = component.long_name;
|
|
19864
19864
|
if (types.includes("administrative_area_level_1")) {
|
package/dist/index.js
CHANGED
|
@@ -19877,7 +19877,7 @@ var AddressInput = function (_a) {
|
|
|
19877
19877
|
var component = _a[_i];
|
|
19878
19878
|
var types = component.types;
|
|
19879
19879
|
if (types.includes("street_number"))
|
|
19880
|
-
addressComponents.numero =
|
|
19880
|
+
addressComponents.numero = component.long_name;
|
|
19881
19881
|
if (types.includes("route"))
|
|
19882
19882
|
addressComponents.calle = component.long_name;
|
|
19883
19883
|
if (types.includes("administrative_area_level_1")) {
|