@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.
- package/package.json +1 -1
- package/src/website.js +1 -4
package/package.json
CHANGED
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';
|