@woosmap/ui 4.200.2 → 4.200.3

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/website.js +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@woosmap/ui",
3
- "version": "4.200.2",
3
+ "version": "4.200.3",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
package/src/website.js CHANGED
@@ -12,6 +12,7 @@ export { default as LocalitiesDemo } from './components/Demo/LocalitiesDemo';
12
12
  export { default as W3WDemo } from './components/Demo/W3WDemo';
13
13
  export { default as LocalitiesCheckoutUKDemo } from './components/Demo/LocalitiesUKAddressDemo';
14
14
  export { default as LocalitiesCheckoutFRDemo } from './components/Demo/LocalitiesFRAddressDemo';
15
+ export { default as AutocompleteAddressDemo } from './components/Demo/AutocompleteAddressDemo';
15
16
  export { default as LocalitiesAddressDemo } from './components/Demo/LocalitiesAddressDemo';
16
17
  export { default as LocalitiesAllDemo } from './components/Demo/LocalitiesAllDemo';
17
18
  export { default as GeolocationDemo } from './components/Demo/GeolocationDemo';