@woosmap/ui 4.184.1004 → 4.184.1005

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 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@woosmap/ui",
3
- "version": "4.184.1004",
3
+ "version": "4.184.1005",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
package/src/website.js CHANGED
@@ -1,5 +1,3 @@
1
- export { changeLanguage } from './components/utils/locale';
2
-
3
1
  export { default as Button } from './components/Button/Button';
4
2
  export { default as Dropdown } from './components/Dropdown/Dropdown';
5
3
  export { default as Flash } from './components/Flash/Flash';
@@ -22,7 +20,6 @@ export { default as SearchDemo } from './components/Demo/SearchDemo';
22
20
  export { default as AddressDemo } from './components/Demo/AddressDemo';
23
21
  export { default as MapDemo } from './components/Demo/MapDemo';
24
22
  export { default as AddressAutocomplete } from './components/Woosmap/AddressAutocomplete';
25
- export { default as OfflineChatBot } from './components/OfflineChatBot/OfflineChatBot';
26
23
  export { default as CountrySelect } from './components/Select/CountrySelect';
27
- export { default as PricingSimulator} from './components/PricingSlider/PricingSimulator';
24
+ export { default as PricingSimulator } from './components/PricingSlider/PricingSimulator';
28
25
  export { default as CodeSnippet } from './components/CodeSnippet/CodeSnippet';