@woosmap/ui 4.245.1 → 4.246.0
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/icons/contact.svg +1 -0
- package/src/website.js +0 -8
- package/.claude/settings.local.json +0 -8
- package/.idea/codeStyles/codeStyleConfig.xml +0 -5
- package/.idea/encodings.xml +0 -6
- package/.idea/inspectionProfiles/Project_Default.xml +0 -30
- package/.idea/inspectionProfiles/profiles_settings.xml +0 -6
- package/.idea/misc.xml +0 -4
- package/.idea/modules.xml +0 -8
- package/.idea/prettier.xml +0 -6
- package/.idea/ui.iml +0 -8
- package/.idea/vcs.xml +0 -6
- package/data/hl-pricings.json +0 -20265
- package/src/components/Icon/Icons.js +0 -7
- package/src/components/PricingSlider/PricingData-Pro_Plan2025.js +0 -573
- package/src/components/PricingSlider/PricingData_competitors.js +0 -674
- package/src/setupTests.js +0 -27
- package/storybook.log +0 -3
package/package.json
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M82.475,14.555H17.525c-6.252,0-11.339,5.087-11.339,11.339v48.212c0,6.252,5.086,11.339,11.339,11.339h64.949c6.252,0,11.339-5.087,11.339-11.339V25.894c0-6.252-5.087-11.339-11.339-11.339ZM82.475,17.555c1.885,0,3.619.636,5.017,1.694l-33.115,33.114c-1.169,1.17-2.724,1.813-4.377,1.813s-3.208-.644-4.377-1.813L12.508,19.249c1.398-1.058,3.133-1.694,5.017-1.694h64.949ZM90.813,74.106c0,4.598-3.741,8.339-8.339,8.339H17.525c-4.598,0-8.339-3.741-8.339-8.339V25.894c0-1.63.478-3.148,1.29-4.435l33.025,33.026c1.736,1.736,4.044,2.692,6.499,2.692s4.763-.956,6.498-2.692l33.026-33.025c.812,1.286,1.289,2.804,1.289,4.434v48.212Z"/></svg>
|
package/src/website.js
CHANGED
|
@@ -25,11 +25,3 @@ 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/.idea/encodings.xml
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
<component name="InspectionProjectProfileManager">
|
|
2
|
-
<profile version="1.0">
|
|
3
|
-
<option name="myName" value="Project Default" />
|
|
4
|
-
<inspection_tool class="Eslint" enabled="true" level="WARNING" enabled_by_default="true" />
|
|
5
|
-
<inspection_tool class="PyPackageRequirementsInspection" enabled="true" level="WARNING" enabled_by_default="true">
|
|
6
|
-
<option name="ignoredPackages">
|
|
7
|
-
<value>
|
|
8
|
-
<list size="16">
|
|
9
|
-
<item index="0" class="java.lang.String" itemvalue="Fabric" />
|
|
10
|
-
<item index="1" class="java.lang.String" itemvalue="PyYAML" />
|
|
11
|
-
<item index="2" class="java.lang.String" itemvalue="Jinja2" />
|
|
12
|
-
<item index="3" class="java.lang.String" itemvalue="github3.py" />
|
|
13
|
-
<item index="4" class="java.lang.String" itemvalue="schedule" />
|
|
14
|
-
<item index="5" class="java.lang.String" itemvalue="tzlocal" />
|
|
15
|
-
<item index="6" class="java.lang.String" itemvalue="pydantic" />
|
|
16
|
-
<item index="7" class="java.lang.String" itemvalue="django" />
|
|
17
|
-
<item index="8" class="java.lang.String" itemvalue="django-cors-middleware" />
|
|
18
|
-
<item index="9" class="java.lang.String" itemvalue="timezonefinder" />
|
|
19
|
-
<item index="10" class="java.lang.String" itemvalue="application_kit" />
|
|
20
|
-
<item index="11" class="java.lang.String" itemvalue="requests" />
|
|
21
|
-
<item index="12" class="java.lang.String" itemvalue="PLY" />
|
|
22
|
-
<item index="13" class="java.lang.String" itemvalue="ddtrace" />
|
|
23
|
-
<item index="14" class="java.lang.String" itemvalue="humanize" />
|
|
24
|
-
<item index="15" class="java.lang.String" itemvalue="types-redis" />
|
|
25
|
-
</list>
|
|
26
|
-
</value>
|
|
27
|
-
</option>
|
|
28
|
-
</inspection_tool>
|
|
29
|
-
</profile>
|
|
30
|
-
</component>
|
package/.idea/misc.xml
DELETED
package/.idea/modules.xml
DELETED
package/.idea/prettier.xml
DELETED
package/.idea/ui.iml
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<module type="PYTHON_MODULE" version="4">
|
|
3
|
-
<component name="NewModuleRootManager">
|
|
4
|
-
<content url="file://$MODULE_DIR$" />
|
|
5
|
-
<orderEntry type="inheritedJdk" />
|
|
6
|
-
<orderEntry type="sourceFolder" forTests="false" />
|
|
7
|
-
</component>
|
|
8
|
-
</module>
|