@woosmap/ui 4.212.0 → 4.213.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@woosmap/ui",
3
- "version": "4.212.0",
3
+ "version": "4.213.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -332,7 +332,7 @@ export default class AutocompleteAddressDemo extends Component {
332
332
  break;
333
333
 
334
334
  case 'state': {
335
- state = component.long_name;
335
+ state = component.short_name;
336
336
  break;
337
337
  }
338
338
  case 'administrative_area_level_1': {