@woosmap/ui 4.10.1 → 4.12.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/Card/Card.js +4 -16
- package/src/images/products/{product-indoor-map-sq.png → product-indoor-sq.png} +0 -0
- package/src/images/products/{product-indoor-map.png → product-indoor.png} +0 -0
- package/.idea/encodings.xml +0 -6
- package/.idea/inspectionProfiles/Project_Default.xml +0 -18
- 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 -15
- package/.idea/vcs.xml +0 -6
- package/src/images/products/product-indoor-database-sq.png +0 -0
- package/src/images/products/product-indoor-database.png +0 -0
- package/src/images/products/product-indoor-distance-sq.png +0 -0
- package/src/images/products/product-indoor-distance.png +0 -0
- package/src/images/products/product-indoor-search-sq.png +0 -0
- package/src/images/products/product-indoor-search.png +0 -0
package/package.json
CHANGED
|
@@ -15,10 +15,7 @@ import addressImg from '../../images/products/product-address.png';
|
|
|
15
15
|
import mapImg from '../../images/products/product-map.png';
|
|
16
16
|
import trafficImg from '../../images/products/product-traffic.png';
|
|
17
17
|
import merchantImg from '../../images/products/product-merchant.png';
|
|
18
|
-
import
|
|
19
|
-
import indoorSearchImg from '../../images/products/product-indoor-search.png';
|
|
20
|
-
import indoorDistanceImg from '../../images/products/product-indoor-distance.png';
|
|
21
|
-
import indoorDatabaseImg from '../../images/products/product-indoor-database.png';
|
|
18
|
+
import indoorImg from '../../images/products/product-indoor.png';
|
|
22
19
|
|
|
23
20
|
import localitiesImgSq from '../../images/products/product-localities-sq.png';
|
|
24
21
|
import localitiesUkImgSq from '../../images/products/product-localities-uk-sq.png';
|
|
@@ -29,10 +26,7 @@ import addressImgSq from '../../images/products/product-address-sq.png';
|
|
|
29
26
|
import mapImgSq from '../../images/products/product-map-sq.png';
|
|
30
27
|
import trafficImgSq from '../../images/products/product-traffic-sq.png';
|
|
31
28
|
import merchantImgSq from '../../images/products/product-merchant-sq.png';
|
|
32
|
-
import
|
|
33
|
-
import indoorSearchImgSq from '../../images/products/product-indoor-search-sq.png';
|
|
34
|
-
import indoorDistanceImgSq from '../../images/products/product-indoor-distance-sq.png';
|
|
35
|
-
import indoorDatabaseImgSq from '../../images/products/product-indoor-database-sq.png';
|
|
29
|
+
import indoorImgSq from '../../images/products/product-indoor-sq.png';
|
|
36
30
|
|
|
37
31
|
const productImg = {
|
|
38
32
|
LOCALITIES: localitiesImg,
|
|
@@ -44,10 +38,7 @@ const productImg = {
|
|
|
44
38
|
MAP: mapImg,
|
|
45
39
|
TRAFFIC: trafficImg,
|
|
46
40
|
MERCHANTS: merchantImg,
|
|
47
|
-
INDOOR_MAP:
|
|
48
|
-
INDOOR_SEARCH: indoorSearchImg,
|
|
49
|
-
INDOOR_DISTANCE: indoorDistanceImg,
|
|
50
|
-
INDOOR_DATABASE: indoorDatabaseImg,
|
|
41
|
+
INDOOR_MAP: indoorImg,
|
|
51
42
|
};
|
|
52
43
|
const productImgSq = {
|
|
53
44
|
LOCALITIES: localitiesImgSq,
|
|
@@ -59,10 +50,7 @@ const productImgSq = {
|
|
|
59
50
|
MAP: mapImgSq,
|
|
60
51
|
TRAFFIC: trafficImgSq,
|
|
61
52
|
MERCHANTS: merchantImgSq,
|
|
62
|
-
|
|
63
|
-
INDOOR_SEARCH: indoorSearchImgSq,
|
|
64
|
-
INDOOR_DISTANCE: indoorDistanceImgSq,
|
|
65
|
-
INDOOR_DATABASE: indoorDatabaseImgSq,
|
|
53
|
+
INDOOR: indoorImgSq,
|
|
66
54
|
};
|
|
67
55
|
|
|
68
56
|
class Header extends Component {
|
|
File without changes
|
|
File without changes
|
package/.idea/encodings.xml
DELETED
|
@@ -1,18 +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="4">
|
|
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
|
-
</list>
|
|
14
|
-
</value>
|
|
15
|
-
</option>
|
|
16
|
-
</inspection_tool>
|
|
17
|
-
</profile>
|
|
18
|
-
</component>
|
package/.idea/misc.xml
DELETED
package/.idea/modules.xml
DELETED
package/.idea/prettier.xml
DELETED
package/.idea/ui.iml
DELETED
|
@@ -1,15 +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
|
-
<component name="TemplatesService">
|
|
9
|
-
<option name="TEMPLATE_FOLDERS">
|
|
10
|
-
<list>
|
|
11
|
-
<option value="$MODULE_DIR$/node_modules/@storybook/core/dist/server/templates" />
|
|
12
|
-
</list>
|
|
13
|
-
</option>
|
|
14
|
-
</component>
|
|
15
|
-
</module>
|
package/.idea/vcs.xml
DELETED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|