@woosmap/ui 4.218.0 → 4.220.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.218.0",
3
+ "version": "4.220.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -222,7 +222,7 @@ export default class AutocompleteAddressDemo extends Component {
222
222
  <LocalitiesAutocomplete
223
223
  inputRef={this.inputRef}
224
224
  woosmapKey={Constants.woosmapKey}
225
- placeholder="Saisir une adresse"
225
+ placeholder={tr('Enter an address')}
226
226
  defaultLocality={this.defaultOrigin}
227
227
  components={countries ? `country:${countries.value || countries}` : null}
228
228
  types="address"
@@ -54,7 +54,7 @@ export default class Tab extends Component {
54
54
  label={title}
55
55
  icon={icon}
56
56
  iconSize={iconSize}
57
- id={id}
57
+ data-gaid={id}
58
58
  testId={`${testId}-header-button`}
59
59
  disabled={disabled}
60
60
  />