@woosmap/ui 4.246.3 → 4.247.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/components/Icon/Icon.js +0 -1
- package/src/components/Icon/WebSiteIcon.js +2 -0
- 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
|
@@ -423,7 +423,6 @@ import { ReactComponent as Pricing } from '../../icons/pricing.svg';
|
|
|
423
423
|
import { ReactComponent as Contact } from '../../icons/contact.svg';
|
|
424
424
|
|
|
425
425
|
const WebsiteIcons = {
|
|
426
|
-
documentation: Documentation,
|
|
427
426
|
autocomplete: Autocomplete,
|
|
428
427
|
'autocomplete-check': AutocompleteCheck,
|
|
429
428
|
automotive: Automotive,
|
|
@@ -39,6 +39,7 @@ import { ReactComponent as Ecommerce } from '../../icons/e-commerce.svg';
|
|
|
39
39
|
import { ReactComponent as ElectricCharge } from '../../icons/electric-charge.svg';
|
|
40
40
|
import { ReactComponent as Elephant } from '../../icons/elephant.svg';
|
|
41
41
|
import { ReactComponent as EmailContact } from '../../icons/email-contact.svg';
|
|
42
|
+
import { ReactComponent as Email } from '../../icons/email.svg';
|
|
42
43
|
import { ReactComponent as Equalizer } from '../../icons/equalizer.svg';
|
|
43
44
|
import { ReactComponent as Escalator } from '../../icons/escalator.svg';
|
|
44
45
|
import { ReactComponent as Funnel } from '../../icons/funnel.svg';
|
|
@@ -281,6 +282,7 @@ const WebsiteIcons = {
|
|
|
281
282
|
'electric-charge': ElectricCharge,
|
|
282
283
|
elephant: Elephant,
|
|
283
284
|
'email-contact': EmailContact,
|
|
285
|
+
email: Email,
|
|
284
286
|
equalizer: Equalizer,
|
|
285
287
|
escalator: Escalator,
|
|
286
288
|
funnel: Funnel,
|
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>
|