@woosmap/ui 4.246.0 → 4.246.2

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/src/website.js CHANGED
@@ -25,3 +25,11 @@ export { default as AddressAutocomplete } from './components/Woosmap/AddressAuto
25
25
  export { default as CountrySelect } from './components/Select/CountrySelect';
26
26
  export { default as PricingSimulator } from './components/PricingSlider/PricingSimulator';
27
27
  export { default as CodeSnippet } from './components/CodeSnippet/CodeSnippet';
28
+
29
+ // Pricing product images
30
+ export { default as ProductLocalitiesImage } from './images/products/product-localities-sq.png';
31
+ export { default as ProductGeolocationImage } from './images/products/product-geolocation-sq.png';
32
+ export { default as ProductStoresImage } from './images/products/product-stores-sq.png';
33
+ export { default as ProductDistanceImage } from './images/products/product-distance-sq.png';
34
+ export { default as ProductMapImage } from './images/products/product-map-sq.png';
35
+ export { default as ProductIndoorImage } from './images/products/product-indoor-sq.png';
package/storybook.log ADDED
@@ -0,0 +1,3 @@
1
+ Usage Error: Package "@storybook/addon-styling-webpack" is already listed as a regular dependency - remove the -D,-P flags or remove it from your dependencies first
2
+
3
+ $ yarn add [--json] [-E,--exact] [-T,--tilde] [-C,--caret] [-D,--dev] [-P,--peer] [-O,--optional] [--prefer-dev] [-i,--interactive] [--cached] [--mode #0] ...