@woosmap/ui 4.184.1003 → 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@woosmap/ui",
3
- "version": "4.184.1003",
3
+ "version": "4.184.1005",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -504,6 +504,8 @@ Icon.propTypes = {
504
504
  };
505
505
 
506
506
  export default Object.assign(Icon, {
507
+ Icons,
507
508
  WebsiteIcons,
509
+ ProductsIcons,
508
510
  MapDemo,
509
511
  });
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';