@woosmap/ui 4.220.10 → 4.220.13

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 (145) hide show
  1. package/.eslintrc +0 -10
  2. package/.storybook/main.js +0 -7
  3. package/package.json +3 -11
  4. package/src/components/Button/Button.js +2 -2
  5. package/src/components/Button/Button.stories.js +5 -5
  6. package/src/components/Button/Button.test.js +1 -1
  7. package/src/components/Button/ButtonSwitch.js +1 -1
  8. package/src/components/Button/ButtonWithDropdown.js +3 -3
  9. package/src/components/Button/ButtonWithDropdown.test.js +1 -1
  10. package/src/components/Card/Card.js +29 -29
  11. package/src/components/Card/Card.stories.js +6 -6
  12. package/src/components/Card/Card.test.js +1 -1
  13. package/src/components/Card/SimpleCard.js +2 -2
  14. package/src/components/Card/SimpleCard.styl +2 -2
  15. package/src/components/Card/SimpleCard.test.js +1 -1
  16. package/src/components/CodeSnippet/CodeSnippet.stories.js +1 -1
  17. package/src/components/CodeSnippet/CodeSnippet.test.js +1 -1
  18. package/src/components/CopyClipboardButton/CopyClipboardButton.js +3 -3
  19. package/src/components/CopyClipboardButton/CopyToClipboard.stories.js +1 -1
  20. package/src/components/CopyClipboardButton/CopyToClipboard.test.js +1 -1
  21. package/src/components/DateTime/DateTime.stories.js +1 -1
  22. package/src/components/DateTime/DateTime.test.js +1 -1
  23. package/src/components/Demo/AddressDemo.js +10 -10
  24. package/src/components/Demo/AddressDemo.stories.js +1 -1
  25. package/src/components/Demo/AutocompleteAddressDemo.js +10 -10
  26. package/src/components/Demo/AutocompleteAddressDemo.stories.js +2 -2
  27. package/src/components/Demo/DistanceDemo.js +12 -12
  28. package/src/components/Demo/DistanceDemo.stories.js +1 -1
  29. package/src/components/Demo/DistanceDemo.test.js +1 -1
  30. package/src/components/Demo/GeolocationDemo.js +7 -7
  31. package/src/components/Demo/GeolocationDemo.stories.js +1 -1
  32. package/src/components/Demo/GeolocationDemo.test.js +1 -1
  33. package/src/components/Demo/LocalitiesAddressDemo.js +8 -8
  34. package/src/components/Demo/LocalitiesAddressDemo.stories.js +1 -1
  35. package/src/components/Demo/LocalitiesAllDemo.js +5 -5
  36. package/src/components/Demo/LocalitiesAllDemo.stories.js +1 -1
  37. package/src/components/Demo/LocalitiesDemo.js +10 -10
  38. package/src/components/Demo/LocalitiesDemo.stories.js +1 -1
  39. package/src/components/Demo/LocalitiesFRAddressDemo.js +239 -261
  40. package/src/components/Demo/LocalitiesFRAddressDemo.stories.js +2 -2
  41. package/src/components/Demo/LocalitiesUKAddressDemo.js +271 -294
  42. package/src/components/Demo/LocalitiesUKAddressDemo.stories.js +1 -1
  43. package/src/components/Demo/MapDemo.js +231 -233
  44. package/src/components/Demo/MapDemo.stories.js +1 -1
  45. package/src/components/Demo/SearchDemo.js +9 -9
  46. package/src/components/Demo/SearchDemo.stories.js +1 -1
  47. package/src/components/Demo/SearchDemo.test.js +1 -1
  48. package/src/components/Demo/Showcase.stories.js +7 -7
  49. package/src/components/Demo/SkeletonDemo.js +8 -8
  50. package/src/components/Demo/SkeletonDemo.stories.js +2 -2
  51. package/src/components/Demo/SkeletonDemo.test.js +2 -2
  52. package/src/components/Demo/W3WDemo.js +9 -9
  53. package/src/components/Demo/W3WDemo.stories.js +2 -2
  54. package/src/components/Dropdown/Dropdown.js +4 -4
  55. package/src/components/Dropdown/Dropdown.stories.js +1 -1
  56. package/src/components/Dropdown/Dropdown.test.js +1 -1
  57. package/src/components/DynamicTag/DynamicTag.js +5 -5
  58. package/src/components/DynamicTag/DynamicTag.stories.js +1 -1
  59. package/src/components/DynamicTag/DynamicTag.test.js +1 -1
  60. package/src/components/Flash/Flash.js +1 -1
  61. package/src/components/Flash/Flash.stories.js +1 -1
  62. package/src/components/Flash/Flash.test.js +1 -1
  63. package/src/components/Icon/Icon.js +409 -409
  64. package/src/components/Icon/Icon.stories.js +1 -1
  65. package/src/components/Icon/Icon.test.js +1 -1
  66. package/src/components/Icon/WebSiteIcon.js +231 -231
  67. package/src/components/InfoMessage/Flash.js +1 -1
  68. package/src/components/InfoMessage/InfoMessage.js +2 -2
  69. package/src/components/InfoMessage/InfoMessage.stories.js +1 -1
  70. package/src/components/InfoMessage/InfoMessage.test.js +1 -1
  71. package/src/components/Input/Input.js +2 -2
  72. package/src/components/Input/Input.password.test.js +1 -1
  73. package/src/components/Input/Input.stories.js +1 -1
  74. package/src/components/Input/Input.test.js +1 -1
  75. package/src/components/Label/Label.js +1 -1
  76. package/src/components/Label/Label.stories.js +1 -1
  77. package/src/components/Label/Label.test.js +1 -1
  78. package/src/components/Map/InfoWindow.test.js +1 -1
  79. package/src/components/Map/Map.stories.js +3 -3
  80. package/src/components/Map/Marker.test.js +1 -1
  81. package/src/components/Map/drawOnMap.test.js +2 -10
  82. package/src/components/Map/marker.styl +2 -2
  83. package/src/components/Modal/ConfirmationModal.js +2 -2
  84. package/src/components/Modal/ConfirmationModal.test.js +1 -1
  85. package/src/components/Modal/Modal.js +6 -6
  86. package/src/components/Modal/Modal.stories.js +3 -3
  87. package/src/components/Modal/Modal.test.js +1 -1
  88. package/src/components/OfflineChatBot/OfflineChatBot.js +4 -4
  89. package/src/components/OfflineChatBot/OfflineChatBot.stories.js +2 -2
  90. package/src/components/Panel/Panel.js +2 -2
  91. package/src/components/Panel/Panel.stories.js +2 -2
  92. package/src/components/Panel/Panel.test.js +1 -1
  93. package/src/components/PasswordStrengthBar/PasswordStrengthBar.stories.js +1 -1
  94. package/src/components/PasswordStrengthBar/PasswordStrengthBar.test.js +1 -1
  95. package/src/components/Popover/ConfirmationPopover.js +3 -3
  96. package/src/components/Popover/ConfirmationPopover.test.js +1 -1
  97. package/src/components/Popover/Popover.js +1 -1
  98. package/src/components/Popover/Popover.stories.js +3 -3
  99. package/src/components/Popover/Popover.test.js +2 -2
  100. package/src/components/PricingSlider/PricingData.js +94 -113
  101. package/src/components/PricingSlider/PricingSimulator.js +132 -90
  102. package/src/components/PricingSlider/PricingSimulator.stories.js +1 -1
  103. package/src/components/PricingSlider/PricingSlider.js +9 -10
  104. package/src/components/ProgressBar/ProgressBar.js +1 -1
  105. package/src/components/ProgressBar/ProgressBar.stories.js +1 -1
  106. package/src/components/ProgressBar/ProgressBar.test.js +1 -1
  107. package/src/components/ScrollBar/ScrollBar.stories.js +1 -1
  108. package/src/components/ScrollBar/ScrollBar.test.js +1 -1
  109. package/src/components/Select/Select.stories.js +4 -4
  110. package/src/components/Select/TagSelect.test.js +1 -1
  111. package/src/components/ServiceMessage/ServiceMessage.js +1 -1
  112. package/src/components/ServiceMessage/ServiceMessage.stories.js +2 -2
  113. package/src/components/SnackBar/SnackBar.js +2 -2
  114. package/src/components/SnackBar/SnackBar.stories.js +3 -3
  115. package/src/components/SnackBar/SnackBar.test.js +3 -3
  116. package/src/components/SnackBar/withSnackBar.js +1 -1
  117. package/src/components/Stepper/Stepper.js +2 -2
  118. package/src/components/Stepper/Stepper.stories.js +1 -1
  119. package/src/components/Switch/Switch.stories.js +1 -1
  120. package/src/components/Switch/Switch.test.js +1 -1
  121. package/src/components/Tab/Tab.js +1 -1
  122. package/src/components/Tab/Tab.stories.js +1 -1
  123. package/src/components/Tooltip/Tooltip.stories.js +1 -1
  124. package/src/components/Tooltip/Tooltip.test.js +1 -1
  125. package/src/components/UseCase/UseCase.js +9 -9
  126. package/src/components/UseCase/UseCase.stories.js +4 -4
  127. package/src/components/UseCase/UseCase.styl +8 -8
  128. package/src/components/Woosmap/AddressAutocomplete.js +3 -3
  129. package/src/components/Woosmap/LocalitiesAutocomplete.js +1 -1
  130. package/src/components/Woosmap/Woosmap.stories.js +3 -3
  131. package/src/components/utils/Script.test.js +1 -1
  132. package/src/components/utils/locale.js +2 -2
  133. package/src/components/withClickOutside/withClickOutside.test.js +1 -1
  134. package/src/components/withFormValidation/withFormValidation.js +2 -2
  135. package/src/components/withFormValidation/withFormValidation.stories.js +2 -2
  136. package/src/components/withFormValidation/withFormValidation.test.js +2 -2
  137. package/src/index.js +61 -61
  138. package/src/locales/en/translation.json +143 -128
  139. package/src/locales/fr/translation.json +143 -128
  140. package/src/styles/commons/flags.styl +1 -1
  141. package/src/styles/console/button.styl +3 -3
  142. package/src/styles/console/{pricing-slider.styl → pricing-slider-back.styl} +48 -21
  143. package/src/styles/style-console.styl +1 -2
  144. package/src/website.js +25 -25
  145. package/craco.config.js +0 -9
@@ -37,28 +37,28 @@
37
37
  &__story
38
38
  &--storeLocator
39
39
  .use-case__image
40
- background-image url('~@/images/usecases/store-locator.png')
40
+ background-image url('../../images/usecases/store-locator.png')
41
41
  &--productLocator
42
42
  .use-case__image
43
- background-image url('~@/images/usecases/product-locator.png')
43
+ background-image url('../../images/usecases/product-locator.png')
44
44
  &--addressAutocomplete
45
45
  .use-case__image
46
- background-image url('~@/images/usecases/address-autocomplete.png')
46
+ background-image url('../../images/usecases/address-autocomplete.png')
47
47
  &--ecommerceCheckout
48
48
  .use-case__image
49
- background-image url('~@/images/usecases/ecommerce-checkout.png')
49
+ background-image url('../../images/usecases/ecommerce-checkout.png')
50
50
  &--fleetTracking
51
51
  .use-case__image
52
- background-image url('~@/images/usecases/fleet-tracking.png')
52
+ background-image url('../../images/usecases/fleet-tracking.png')
53
53
  &--geocoding
54
54
  .use-case__image
55
- background-image url('~@/images/usecases/geocoding.png')
55
+ background-image url('../../images/usecases/geocoding.png')
56
56
  &--indoor
57
57
  .use-case__image
58
- background-image url('~@/images/usecases/indoor.png')
58
+ background-image url('../../images/usecases/indoor.png')
59
59
  &--products
60
60
  .use-case__image
61
- background-image url('~@/images/usecases/products.png')
61
+ background-image url('../../images/usecases/products.png')
62
62
  &__header
63
63
  font-size $title
64
64
  font-weight 600
@@ -1,8 +1,8 @@
1
1
  import React, { Component } from 'react';
2
2
  import PropTypes from 'prop-types';
3
- import { tr } from '@/components/utils/locale';
4
- import Script from '@/components/utils/Script';
5
- import AsyncSelect from '@/components/Select/AsyncSelect';
3
+ import { tr } from '../utils/locale';
4
+ import Script from '../utils/Script';
5
+ import AsyncSelect from '../Select/AsyncSelect';
6
6
 
7
7
  export default class AddressAutocomplete extends Component {
8
8
  constructor(props) {
@@ -1,7 +1,7 @@
1
1
  import React, { Component } from 'react';
2
2
  import axios from 'axios';
3
3
  import PropTypes from 'prop-types';
4
- import AsyncSelect from '@/components/Select/AsyncSelect';
4
+ import AsyncSelect from '../Select/AsyncSelect';
5
5
 
6
6
  export default class LocalitiesAutocomplete extends Component {
7
7
  constructor(props) {
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import Constants from '@/Constants';
3
- import LocalitiesAutocomplete from '@/components/Woosmap/LocalitiesAutocomplete';
4
- import AddressAutocomplete from '@/components/Woosmap/AddressAutocomplete';
2
+ import Constants from '../../Constants';
3
+ import LocalitiesAutocomplete from './LocalitiesAutocomplete';
4
+ import AddressAutocomplete from './AddressAutocomplete';
5
5
 
6
6
  const Story = {
7
7
  title: 'Woosmap/Autocomplete',
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import { render } from '@testing-library/react';
3
- import Script from '@/components/utils/Script';
3
+ import Script from './Script';
4
4
 
5
5
  let props;
6
6
 
@@ -1,6 +1,6 @@
1
1
  import i18next from 'i18next';
2
- import enMessages from '@/locales/en/translation.json';
3
- import frMessages from '@/locales/fr/translation.json';
2
+ import enMessages from '../../locales/en/translation.json';
3
+ import frMessages from '../../locales/fr/translation.json';
4
4
 
5
5
  i18next.init({
6
6
  compatibilityJSON: 'v3',
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  import { fireEvent, render, screen } from '@testing-library/react';
3
3
  import '@testing-library/jest-dom/extend-expect';
4
4
 
5
- import withClickOutside from '@/components/withClickOutside/withClickOutside';
5
+ import withClickOutside from './withClickOutside';
6
6
 
7
7
  class Wrapped extends React.Component {
8
8
  constructor(props) {
@@ -1,7 +1,7 @@
1
1
  import React, { Component } from 'react';
2
2
  import PropTypes from 'prop-types';
3
- import Flash from '@/components/Flash/Flash';
4
- import { tr } from '@/components/utils/locale';
3
+ import Flash from '../Flash/Flash';
4
+ import { tr } from '../utils/locale';
5
5
 
6
6
  function validationStrategy(validationName, fieldValidations, val) {
7
7
  if (validationName === 'custom' && typeof fieldValidations[validationName] === 'function') {
@@ -1,8 +1,8 @@
1
1
  /* eslint-disable react/no-this-in-sfc */
2
2
  /* eslint-disable react/prop-types */
3
3
  import React from 'react';
4
- import Input from '@/components/Input/Input';
5
- import Button from '@/components/Button/Button';
4
+ import Input from '../Input/Input';
5
+ import Button from '../Button/Button';
6
6
 
7
7
  import withFormValidation from './withFormValidation';
8
8
 
@@ -2,8 +2,8 @@
2
2
  import React from 'react';
3
3
  import { render, screen, fireEvent } from '@testing-library/react';
4
4
  import '@testing-library/jest-dom/extend-expect';
5
- import Input from '@/components/Input/Input';
6
- import Button from '@/components/Button/Button';
5
+ import Input from '../Input/Input';
6
+ import Button from '../Button/Button';
7
7
  import withFormValidation, { validationStrategy } from './withFormValidation';
8
8
 
9
9
  class Form extends React.Component {
package/src/index.js CHANGED
@@ -1,65 +1,65 @@
1
- import { tr, changeLanguage, addResources } from '@/components/utils/locale';
2
- import { SnackBarContext } from '@/components/SnackBar/SnackBar';
1
+ import { tr, changeLanguage, addResources } from './components/utils/locale';
2
+ import { SnackBarContext } from './components/SnackBar/SnackBar';
3
3
 
4
4
  export { SnackBarContext };
5
- export { default as Animate } from '@/components/Animate/Animate';
6
- export { default as Button } from '@/components/Button/Button';
7
- export { default as ButtonWithDropdown } from '@/components/Button/ButtonWithDropdown';
8
- export { default as ButtonSwitch } from '@/components/Button/ButtonSwitch';
9
- export { default as ButtonGroup } from '@/components/Button/ButtonGroup';
10
- export { default as CodeSnippet } from '@/components/CodeSnippet/CodeSnippet';
11
- export { default as CopyClipboardButton } from '@/components/CopyClipboardButton/CopyClipboardButton';
12
- export { default as Card } from '@/components/Card/Card';
13
- export { default as SimpleCard } from '@/components/Card/SimpleCard';
14
- export { default as DateTime } from '@/components/DateTime/DateTime';
15
- export { default as DynamicTag } from '@/components/DynamicTag/DynamicTag';
16
- export { default as Dropdown } from '@/components/Dropdown/Dropdown';
17
- export { default as Flash } from '@/components/Flash/Flash';
18
- export { default as Icon } from '@/components/Icon/Icon';
5
+ export { default as Animate } from './components/Animate/Animate';
6
+ export { default as Button } from './components/Button/Button';
7
+ export { default as ButtonWithDropdown } from './components/Button/ButtonWithDropdown';
8
+ export { default as ButtonSwitch } from './components/Button/ButtonSwitch';
9
+ export { default as ButtonGroup } from './components/Button/ButtonGroup';
10
+ export { default as CodeSnippet } from './components/CodeSnippet/CodeSnippet';
11
+ export { default as CopyClipboardButton } from './components/CopyClipboardButton/CopyClipboardButton';
12
+ export { default as Card } from './components/Card/Card';
13
+ export { default as SimpleCard } from './components/Card/SimpleCard';
14
+ export { default as DateTime } from './components/DateTime/DateTime';
15
+ export { default as DynamicTag } from './components/DynamicTag/DynamicTag';
16
+ export { default as Dropdown } from './components/Dropdown/Dropdown';
17
+ export { default as Flash } from './components/Flash/Flash';
18
+ export { default as Icon } from './components/Icon/Icon';
19
19
 
20
- export { default as InfoMessage } from '@/components/InfoMessage/InfoMessage';
21
- export { default as Input } from '@/components/Input/Input';
22
- export { default as Label } from '@/components/Label/Label';
23
- export { default as UseCase } from '@/components/UseCase/UseCase';
24
- export { default as LocalitiesAutocomplete } from '@/components/Woosmap/LocalitiesAutocomplete';
25
- export { default as AddressAutocomplete } from '@/components/Woosmap/AddressAutocomplete';
26
- export { default as Modal } from '@/components/Modal/Modal';
27
- export { default as ConfirmationModal } from '@/components/Modal/ConfirmationModal';
28
- export { default as Panel } from '@/components/Panel/Panel';
29
- export { default as PasswordStrengthBar } from '@/components/PasswordStrengthBar/PasswordStrengthBar';
30
- export { default as Popover } from '@/components/Popover/Popover';
31
- export { default as ConfirmationPopover } from '@/components/Popover/ConfirmationPopover';
32
- export { default as ScrollBar } from '@/components/ScrollBar/ScrollBar';
33
- export { default as Select } from '@/components/Select/Select';
34
- export { default as TagSelect } from '@/components/Select/TagSelect';
35
- export { default as FilterSelect } from '@/components/Select/FilterSelect';
36
- export { default as CountrySelect } from '@/components/Select/CountrySelect';
37
- export { default as LanguageSelect } from '@/components/Select/LanguageSelect';
38
- export { default as AsyncSelect } from '@/components/Select/AsyncSelect';
39
- export { default as ServiceMessage } from '@/components/ServiceMessage/ServiceMessage';
40
- export { default as OfflineChatBot } from '@/components/OfflineChatBot/OfflineChatBot';
41
- export { default as SnackBar } from '@/components/SnackBar/SnackBar';
42
- export { default as Stepper } from '@/components/Stepper/Stepper';
43
- export { default as Switch } from '@/components/Switch/Switch';
44
- export { default as Tab } from '@/components/Tab/Tab';
45
- export { default as Tooltip } from '@/components/Tooltip/Tooltip';
46
- export { default as Script } from '@/components/utils/Script';
20
+ export { default as InfoMessage } from './components/InfoMessage/InfoMessage';
21
+ export { default as Input } from './components/Input/Input';
22
+ export { default as Label } from './components/Label/Label';
23
+ export { default as UseCase } from './components/UseCase/UseCase';
24
+ export { default as LocalitiesAutocomplete } from './components/Woosmap/LocalitiesAutocomplete';
25
+ export { default as AddressAutocomplete } from './components/Woosmap/AddressAutocomplete';
26
+ export { default as Modal } from './components/Modal/Modal';
27
+ export { default as ConfirmationModal } from './components/Modal/ConfirmationModal';
28
+ export { default as Panel } from './components/Panel/Panel';
29
+ export { default as PasswordStrengthBar } from './components/PasswordStrengthBar/PasswordStrengthBar';
30
+ export { default as Popover } from './components/Popover/Popover';
31
+ export { default as ConfirmationPopover } from './components/Popover/ConfirmationPopover';
32
+ export { default as ScrollBar } from './components/ScrollBar/ScrollBar';
33
+ export { default as Select } from './components/Select/Select';
34
+ export { default as TagSelect } from './components/Select/TagSelect';
35
+ export { default as FilterSelect } from './components/Select/FilterSelect';
36
+ export { default as CountrySelect } from './components/Select/CountrySelect';
37
+ export { default as LanguageSelect } from './components/Select/LanguageSelect';
38
+ export { default as AsyncSelect } from './components/Select/AsyncSelect';
39
+ export { default as ServiceMessage } from './components/ServiceMessage/ServiceMessage';
40
+ export { default as OfflineChatBot } from './components/OfflineChatBot/OfflineChatBot';
41
+ export { default as SnackBar } from './components/SnackBar/SnackBar';
42
+ export { default as Stepper } from './components/Stepper/Stepper';
43
+ export { default as Switch } from './components/Switch/Switch';
44
+ export { default as Tab } from './components/Tab/Tab';
45
+ export { default as Tooltip } from './components/Tooltip/Tooltip';
46
+ export { default as Script } from './components/utils/Script';
47
47
  export { tr, changeLanguage, addResources };
48
- export { default as withClickOutside } from '@/components/withClickOutside/withClickOutside';
49
- export { default as withFormValidation } from '@/components/withFormValidation/withFormValidation';
50
- export { default as Marker } from '@/components/Map/Marker';
51
- export { default as LocalitiesDemo } from '@/components/Demo/LocalitiesDemo';
52
- export { default as W3WDemo } from '@/components/Demo/W3WDemo';
53
- export { default as LocalitiesCheckoutUKDemo } from '@/components/Demo/LocalitiesUKAddressDemo';
54
- export { default as LocalitiesCheckoutFRDemo } from '@/components/Demo/LocalitiesFRAddressDemo';
55
- export { default as AutocompleteAddressDemo } from '@/components/Demo/AutocompleteAddressDemo';
56
- export { default as LocalitiesAddressDemo } from '@/components/Demo/LocalitiesAddressDemo';
57
- export { default as LocalitiesAllDemo } from '@/components/Demo/LocalitiesAllDemo';
58
- export { default as GeolocationDemo } from '@/components/Demo/GeolocationDemo';
59
- export { default as DistanceDemo } from '@/components/Demo/DistanceDemo';
60
- export { default as SearchDemo } from '@/components/Demo/SearchDemo';
61
- export { default as AddressDemo } from '@/components/Demo/AddressDemo';
62
- export { default as MapDemo } from '@/components/Demo/MapDemo';
63
- export { default as PricingSlider } from '@/components/PricingSlider/PricingSlider';
64
- export { default as PricingSimulator } from '@/components/PricingSlider/PricingSimulator';
65
- export { default as PricingData } from '@/components/PricingSlider/PricingData';
48
+ export { default as withClickOutside } from './components/withClickOutside/withClickOutside';
49
+ export { default as withFormValidation } from './components/withFormValidation/withFormValidation';
50
+ export { default as Marker } from './components/Map/Marker';
51
+ export { default as LocalitiesDemo } from './components/Demo/LocalitiesDemo';
52
+ export { default as W3WDemo } from './components/Demo/W3WDemo';
53
+ export { default as LocalitiesCheckoutUKDemo } from './components/Demo/LocalitiesUKAddressDemo';
54
+ export { default as LocalitiesCheckoutFRDemo } from './components/Demo/LocalitiesFRAddressDemo';
55
+ export { default as AutocompleteAddressDemo } from './components/Demo/AutocompleteAddressDemo';
56
+ export { default as LocalitiesAddressDemo } from './components/Demo/LocalitiesAddressDemo';
57
+ export { default as LocalitiesAllDemo } from './components/Demo/LocalitiesAllDemo';
58
+ export { default as GeolocationDemo } from './components/Demo/GeolocationDemo';
59
+ export { default as DistanceDemo } from './components/Demo/DistanceDemo';
60
+ export { default as SearchDemo } from './components/Demo/SearchDemo';
61
+ export { default as AddressDemo } from './components/Demo/AddressDemo';
62
+ export { default as MapDemo } from './components/Demo/MapDemo';
63
+ export { default as PricingSlider } from './components/PricingSlider/PricingSlider';
64
+ export { default as PricingSimulator } from './components/PricingSlider/PricingSimulator';
65
+ export { default as PricingData } from './components/PricingSlider/PricingData';
@@ -1,130 +1,145 @@
1
1
  {
2
- "": "",
3
- " Response": " Response",
4
- "Accuracy": "Accuracy",
5
- "Activated if available on Organization level": "Activated if available on Organization level",
6
- "Add": "Add",
7
- "Addon": "Addon",
8
- "Address": "Address",
9
- "Administrative areas (States, regions, ...)": "Administrative areas (States, regions, ...)",
10
- "Airports": "Airports",
11
- "Alternative routes": "Alternative routes",
12
- "Amusement parks": "Amusement parks",
13
- "Arrival Time": "Arrival Time",
14
- "Art galleries": "Art galleries",
15
- "Autocomplete": "Autocomplete",
16
- "Automatically retrieve and analyse your user's location thanks to the advanced Maxmind IP database and list your nearby points of sale.": "Automatically retrieve and analyse your user's location thanks to the advanced Maxmind IP database and list your nearby points of sale.",
17
- "Back": "Back",
18
- "Beware...": "Beware...",
19
- "Blue": "Blue",
20
- "Bose Factory Store": "Bose Factory Store",
21
- "Bose Reseller Store": "Bose Reseller Store",
22
- "Bose Store": "Bose Store",
23
- "Cancel": "Cancel",
24
- "Chat with us": "Chat with us",
25
- "Checkout": "Checkout",
26
- "Checkout integration: on full addresses, renders the right part of the address in the right form fields": "Checkout integration: on full addresses, renders the right part of the address in the right form fields",
27
- "Choose your style": "Choose your style",
28
- "Code": "Code",
29
- "Coming step": "Coming step",
30
- "Confirm": "Confirm",
31
- "Continent": "Continent",
32
- "Copied!": "Copied!",
33
- "Copy": "Copy",
34
- "Cost per 1000": "Cost per 1000",
35
- "Country": "Country",
36
- "Customized Solutions": "Customized Solutions",
37
- "Default": "Default",
38
- "Departure Time": "Departure Time",
39
- "Destination": "Destination",
40
- "Detailed Pricing": "Detailed Pricing",
41
- "Display Geolocation POIs": "Display points of interest",
42
- "Display Map POIs": "Display Map POIs",
43
- "Display Woosmap Stores overlay": "Display Woosmap Stores overlay",
44
- "Display your regional promotions and catchment area.": "Display your regional promotions and catchment area.",
45
- "Distance API": "Distance API",
46
- "Favorite Project": "Favorite Project",
47
- "Features": "Features",
48
- "Filter by": "Filter by",
49
- "Financing": "Financing",
50
- "Finished step": "Finished step",
51
- "Geocode": "Geocode",
52
- "Geolocation API": "Geolocation API",
53
- "Geometry only": "Geometry only",
54
- "Go": "Go",
55
- "Grey": "Grey",
56
- "Identify the country to redirect users to the suitable website, or adapt your services according to the timezone.": "Identify the country to redirect users to the suitable website, or adapt your services according to the timezone.",
57
- "In Store Wifi": "In Store Wifi",
58
- "Initialise your map display around the end user and retrieve your own Points of Interest.": "Initialise your map display around the end user and retrieve your own points of interest.",
59
- "Language": "Language",
60
- "Light Grey": "Light Grey",
61
- "Loading...": "Loading...",
62
- "Localities": "Localities",
63
- "Localities API": "Localities API",
64
- "Location": "Location",
65
- "Looking for a ...": "Looking for a ...",
66
- "Map": "Map",
67
- "Map API": "Map API",
68
- "Maximum number of stores": "Maximum number of stores",
69
- "Maximum stores...": "Maximum stores...",
70
- "Metro stations": "Metro stations",
71
- "Museums": "Museums",
72
- "New": "New",
73
- "No address found for this location": "No address found for this location",
74
- "No locality found": "No locality found",
75
- "No options found": "No options found",
76
- "No route found": "No route found",
77
- "Origin": "Origin",
78
- "Parking": "Parking",
79
- "Paying from the first request": "Paying from the first request",
80
- "Plugged to": "Plugged to",
81
- "Postal code": "Postal code",
82
- "Postal codes": "Postal codes",
83
- "Region / State": "Region / State",
84
- "Request": "Request",
85
- "Request / Response": "Request / Response",
86
- "Required field": "Required field",
87
- "Reserve & Collect": "Reserve & Collect",
88
- "Response": "Response",
89
- "Response language": "Response language",
90
- "Result": "Result",
91
- "Results": "Results",
92
- "Schedule a Demo": "Schedule a Demo",
93
- "Search among your own Points of Interest. Find stores by geography, by attributes or by autocomplete on store names.": "Search among your own Points of Interest. Find stores by geography, by attributes or by autocomplete on store names.",
94
- "Shopping centers": "Shopping centers",
95
- "Should be at least {{count}} char long": "Should be at least {{count}} char long",
96
- "Should be at least {{count}} char long__plural": "Should be at least {{count}} char long",
97
- "Should be at most {{count}} char long": "Should be at most {{count}} char long",
98
- "Should be at most {{count}} char long__plural": "Should be at most {{count}} char long",
99
- "Store Locator": "Store Locator",
100
- "Store Locator integration: autocomplete on city names, suburb names, postcodes...": "Store Locator integration: autocomplete on city names, suburb names, postcodes...",
101
- "Store Search API": "Store Search API",
102
- "The Woosmap Distance API delivers road distance and travel time between origins and destinations, to plan a simple journey (up to 25 waypoints) or for matrix computations (up to 200 elements).": "The Woosmap Distance API delivers road distance and travel time between origins and destinations, to plan a simple journey (up to 25 waypoints) or for matrix computations (up to 200 elements).",
103
- "The value you’ve entered is already in the list": "The value you’ve entered is already in the list",
104
- "There are some errors": "There are some errors",
105
- "Timezone": "Timezone",
106
- "Tourist attractions": "Tourist attractions",
107
- "Train stations": "Train stations",
108
- "Type a locality name...": "Type a locality name...",
109
- "Type in ": "Type in ",
110
- "Type in a UK address ": "Type in a UK address ",
111
- "Type in a full address and hit Go": "Type in a full address and hit Go",
112
- "Type in a locality name...": "Type in a locality name...",
113
- "Type in an address": "Type in an address",
114
- "Type in an address ": "Type in an address ",
115
- "Type of location": "Type of location",
116
- "Types": "Types",
117
- "Use case": "Use case",
118
- "Validate": "Validate",
119
- "Wheelchair Access": "Wheelchair Access",
120
- "Will be automatically activated": "Will be automatically activated",
121
- "Woosmap Localities sorts and displays the 5 most relevant results, with priority to the most likely results, recognises common abbreviations and apostrophes, with high tolerance for typos.": "Woosmap Localities sorts and displays the 5 most relevant results, with priority to the most likely results, recognises common abbreviations and apostrophes, with high tolerance for typos.",
122
- "Woosmap Map is a vector tiles map based, which guarantees smooth zooming and panning transitions, a mobile-optimised loading and clear rendering at every scale. It provides a worldwide cover, cutting edge details and ability to display 3D buildings at closest/street zoom levels.": "Woosmap Map is a vector tiles map based, which guarantees smooth zooming and panning transitions, a mobile-optimised loading and clear rendering at every scale. It provides a worldwide cover, cutting edge details and ability to display 3D buildings at closest/street zoom levels.",
123
- "Work with": "Work with",
124
- "YOUR_KEY_HERE": "YOUR_KEY_HERE",
125
- "You can select bewteen 2 use cases:": "You can select bewteen 2 use cases:",
126
- "Zoos": "Zoos",
127
- "near ... ": "near ... ",
128
- "with ...": "with ...",
129
- "{{name}} add-on not included in the 10k Free queries/month. Usage is chargeable from the first request.": "{{name}} add-on not included in the 10k Free queries/month. Usage is chargeable from the first request."
2
+ "": "",
3
+ " Response": " Response",
4
+ "(Estimated)": "(Estimated)",
5
+ "* Some products require contact sales for pricing": "* Some products require contact sales for pricing",
6
+ "/ mo": "/ mo",
7
+ "/ month": "/ month",
8
+ "Accuracy": "Accuracy",
9
+ "Activated if available on Organization level": "Activated if available on Organization level",
10
+ "Add": "Add",
11
+ "Addon": "Addon",
12
+ "Address": "Address",
13
+ "Administrative areas (States, regions, ...)": "Administrative areas (States, regions, ...)",
14
+ "Airports": "Airports",
15
+ "Alternative routes": "Alternative routes",
16
+ "Amusement parks": "Amusement parks",
17
+ "Arrival Time": "Arrival Time",
18
+ "Art galleries": "Art galleries",
19
+ "Autocomplete": "Autocomplete",
20
+ "Automatically retrieve and analyse your user's location thanks to the advanced Maxmind IP database and list your nearby points of sale.": "Automatically retrieve and analyse your user's location thanks to the advanced Maxmind IP database and list your nearby points of sale.",
21
+ "Back": "Back",
22
+ "Beware...": "Beware...",
23
+ "Blue": "Blue",
24
+ "Bose Factory Store": "Bose Factory Store",
25
+ "Bose Reseller Store": "Bose Reseller Store",
26
+ "Bose Store": "Bose Store",
27
+ "Cancel": "Cancel",
28
+ "Chat with us": "Chat with us",
29
+ "Checkout": "Checkout",
30
+ "Checkout integration: on full addresses, renders the right part of the address in the right form fields": "Checkout integration: on full addresses, renders the right part of the address in the right form fields",
31
+ "Choose your style": "Choose your style",
32
+ "Code": "Code",
33
+ "Coming step": "Coming step",
34
+ "Confirm": "Confirm",
35
+ "Contact Sales": "Contact Sales",
36
+ "Contact sales": "Contact sales",
37
+ "Contact us for discount": "Contact us for discount",
38
+ "Continent": "Continent",
39
+ "Copied!": "Copied!",
40
+ "Copy": "Copy",
41
+ "Cost estimation per product": "Cost estimation per product",
42
+ "Cost per 1000": "Cost per 1000",
43
+ "Country": "Country",
44
+ "Customized Solutions": "Customized Solutions",
45
+ "Default": "Default",
46
+ "Departure Time": "Departure Time",
47
+ "Destination": "Destination",
48
+ "Detailed Pricing": "Detailed Pricing",
49
+ "Display Geolocation POIs": "Display Geolocation POIs",
50
+ "Display Map POIs": "Display Map POIs",
51
+ "Display Woosmap Stores overlay": "Display Woosmap Stores overlay",
52
+ "Display your regional promotions and catchment area.": "Display your regional promotions and catchment area.",
53
+ "Distance API": "Distance API",
54
+ "Documentation": "Documentation",
55
+ "Enter an address": "Enter an address",
56
+ "Estimated usage:": "Estimated usage:",
57
+ "FREE": "FREE",
58
+ "Favorite Project": "Favorite Project",
59
+ "Features": "Features",
60
+ "Filter by": "Filter by",
61
+ "Financing": "Financing",
62
+ "Finished step": "Finished step",
63
+ "Geocode": "Geocode",
64
+ "Geolocation API": "Geolocation API",
65
+ "Geometry only": "Geometry only",
66
+ "Go": "Go",
67
+ "Grey": "Grey",
68
+ "Identify the country to redirect users to the suitable website, or adapt your services according to the timezone.": "Identify the country to redirect users to the suitable website, or adapt your services according to the timezone.",
69
+ "In Store Wifi": "In Store Wifi",
70
+ "Initialise your map display around the end user and retrieve your own Points of Interest.": "Initialise your map display around the end user and retrieve your own Points of Interest.",
71
+ "Language": "Language",
72
+ "Light Grey": "Light Grey",
73
+ "Loading...": "Loading...",
74
+ "Localities": "Localities",
75
+ "Localities API": "Localities API",
76
+ "Location": "Location",
77
+ "Looking for a ...": "Looking for a ...",
78
+ "Map": "Map",
79
+ "Map API": "Map API",
80
+ "Maximum number of stores": "Maximum number of stores",
81
+ "Maximum stores...": "Maximum stores...",
82
+ "Metro stations": "Metro stations",
83
+ "Monthly price": "Monthly price",
84
+ "Monthly price (Estimated)": "Monthly price (Estimated)",
85
+ "Museums": "Museums",
86
+ "New": "New",
87
+ "No address found for this location": "No address found for this location",
88
+ "No locality found": "No locality found",
89
+ "No options found": "No options found",
90
+ "No route found": "No route found",
91
+ "Origin": "Origin",
92
+ "Parking": "Parking",
93
+ "Paying from the first request": "Paying from the first request",
94
+ "Please enter a country and an address in the fields above.": "Please enter a country and an address in the fields above.",
95
+ "Plugged to": "Plugged to",
96
+ "Postal code": "Postal code",
97
+ "Postal codes": "Postal codes",
98
+ "Read more about": "Read more about",
99
+ "Region / State": "Region / State",
100
+ "Request": "Request",
101
+ "Request / Response": "Request / Response",
102
+ "Required field": "Required field",
103
+ "Reserve & Collect": "Reserve & Collect",
104
+ "Response": "Response",
105
+ "Response language": "Response language",
106
+ "Result": "Result",
107
+ "Results": "Results",
108
+ "Schedule a Demo": "Schedule a Demo",
109
+ "Search among your own Points of Interest. Find stores by geography, by attributes or by autocomplete on store names.": "Search among your own Points of Interest. Find stores by geography, by attributes or by autocomplete on store names.",
110
+ "Shopping centers": "Shopping centers",
111
+ "Should be at least {{count}} char long": "Should be at least {{count}} char long",
112
+ "Should be at most {{count}} char long": "Should be at most {{count}} char long",
113
+ "Store Locator": "Store Locator",
114
+ "Store Locator integration: autocomplete on city names, suburb names, postcodes...": "Store Locator integration: autocomplete on city names, suburb names, postcodes...",
115
+ "Store Search API": "Store Search API",
116
+ "The Woosmap Distance API delivers road distance and travel time between origins and destinations, to plan a simple journey (up to 25 waypoints) or for matrix computations (up to 200 elements).": "The Woosmap Distance API delivers road distance and travel time between origins and destinations, to plan a simple journey (up to 25 waypoints) or for matrix computations (up to 200 elements).",
117
+ "The value you’ve entered is already in the list": "The value you’ve entered is already in the list",
118
+ "There are some errors": "There are some errors",
119
+ "Timezone": "Timezone",
120
+ "Total": "Total",
121
+ "Tourist attractions": "Tourist attractions",
122
+ "Train stations": "Train stations",
123
+ "Type a locality name...": "Type a locality name...",
124
+ "Type in ": "Type in ",
125
+ "Type in a UK address ": "Type in a UK address ",
126
+ "Type in a full address and hit Go": "Type in a full address and hit Go",
127
+ "Type in a locality name...": "Type in a locality name...",
128
+ "Type in an address": "Type in an address",
129
+ "Type in an address ": "Type in an address ",
130
+ "Type of location": "Type of location",
131
+ "Types": "Types",
132
+ "Use case": "Use case",
133
+ "Validate": "Validate",
134
+ "Wheelchair Access": "Wheelchair Access",
135
+ "Will be automatically activated": "Will be automatically activated",
136
+ "Woosmap Localities sorts and displays the 5 most relevant results, with priority to the most likely results, recognises common abbreviations and apostrophes, with high tolerance for typos.": "Woosmap Localities sorts and displays the 5 most relevant results, with priority to the most likely results, recognises common abbreviations and apostrophes, with high tolerance for typos.",
137
+ "Woosmap Map is a vector tiles map based, which guarantees smooth zooming and panning transitions, a mobile-optimised loading and clear rendering at every scale. It provides a worldwide cover, cutting edge details and ability to display 3D buildings at closest/street zoom levels.": "Woosmap Map is a vector tiles map based, which guarantees smooth zooming and panning transitions, a mobile-optimised loading and clear rendering at every scale. It provides a worldwide cover, cutting edge details and ability to display 3D buildings at closest/street zoom levels.",
138
+ "Work with": "Work with",
139
+ "YOUR_KEY_HERE": "YOUR_KEY_HERE",
140
+ "You can select bewteen 2 use cases:": "You can select bewteen 2 use cases:",
141
+ "Zoos": "Zoos",
142
+ "near ... ": "near ... ",
143
+ "with ...": "with ...",
144
+ "{{name}} add-on not included in the 10k Free queries/month. Usage is chargeable from the first request.": "{{name}} add-on not included in the 10k Free queries/month. Usage is chargeable from the first request."
130
145
  }