@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/.claude/settings.local.json +8 -0
- package/.idea/codeStyles/codeStyleConfig.xml +5 -0
- package/.idea/encodings.xml +6 -0
- package/.idea/inspectionProfiles/Project_Default.xml +30 -0
- package/.idea/inspectionProfiles/profiles_settings.xml +6 -0
- package/.idea/misc.xml +4 -0
- package/.idea/modules.xml +8 -0
- package/.idea/prettier.xml +6 -0
- package/.idea/ui.iml +8 -0
- package/.idea/vcs.xml +6 -0
- package/data/hl-pricings.json +20265 -0
- package/package.json +1 -1
- package/src/components/Icon/Icon.js +193 -192
- package/src/components/Icon/Icons.js +7 -0
- package/src/components/PricingSlider/PricingData-Pro_Plan2025.js +573 -0
- package/src/components/PricingSlider/PricingData_competitors.js +674 -0
- package/src/setupTests.js +27 -0
- package/src/website.js +8 -0
- package/storybook.log +3 -0
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
|
+
[31m[1mUsage Error[22m[39m: 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
|
+
[1m$ [22myarn add [--json] [-E,--exact] [-T,--tilde] [-C,--caret] [-D,--dev] [-P,--peer] [-O,--optional] [--prefer-dev] [-i,--interactive] [--cached] [--mode #0] ...
|