@woosmap/ui 4.223.0 → 4.223.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.
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="Encoding">
4
+ <file url="PROJECT" charset="UTF-8" />
5
+ </component>
6
+ </project>
@@ -0,0 +1,30 @@
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>
@@ -0,0 +1,6 @@
1
+ <component name="InspectionProjectProfileManager">
2
+ <settings>
3
+ <option name="USE_PROJECT_PROFILE" value="false" />
4
+ <version value="1.0" />
5
+ </settings>
6
+ </component>
package/.idea/misc.xml ADDED
@@ -0,0 +1,4 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.8" project-jdk-type="Python SDK" />
4
+ </project>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectModuleManager">
4
+ <modules>
5
+ <module fileurl="file://$PROJECT_DIR$/.idea/ui.iml" filepath="$PROJECT_DIR$/.idea/ui.iml" />
6
+ </modules>
7
+ </component>
8
+ </project>
package/.idea/ui.iml ADDED
@@ -0,0 +1,8 @@
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>
package/.idea/vcs.xml ADDED
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="VcsDirectoryMappings">
4
+ <mapping directory="" vcs="Git" />
5
+ </component>
6
+ </project>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@woosmap/ui",
3
- "version": "4.223.0",
3
+ "version": "4.223.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -30,10 +30,10 @@
30
30
  box-shadow inset 0 0 .1rem $dark60
31
31
  .row-inactive &
32
32
  &.disabled
33
- background #fff url('~@/images/texture.png')
33
+ background #fff url('../../images/texture.png')
34
34
  color $secondary60
35
35
  &.active
36
- background $primary6 url('~@/images/texture.png')
36
+ background $primary6 url('../../images/texture.png')
37
37
  &__title
38
38
  ellipsis()
39
39
  font-weight 600
@@ -0,0 +1,7 @@
1
+ import dynamic from 'next/dynamic';
2
+
3
+ const getIcon = async (icon) => {
4
+ return dynamic(() => import(`../../icons/${icon}.svg`));
5
+ };
6
+
7
+ export default getIcon;
@@ -4,9 +4,9 @@
4
4
  height 4.6rem
5
5
  left calc(50% - 1.5rem)
6
6
  top calc(50% - 4.1rem)
7
- background url('~@/images/marker.png') no-repeat
7
+ background url('../../images/marker.png') no-repeat
8
8
  background-size 100%
9
9
  text-align center
10
10
  &--alt
11
- background url('~@/images/marker-alt.png') no-repeat
11
+ background url('../../images/marker-alt.png') no-repeat
12
12
  background-size 100%
@@ -0,0 +1,573 @@
1
+ import localitiesImgSq from '../../images/products/product-localities-sq.png';
2
+ import geolocationImgSq from '../../images/products/product-geolocation-sq.png';
3
+ import storesImgSq from '../../images/products/product-stores-sq.png';
4
+ import distanceImgSq from '../../images/products/product-distance-sq.png';
5
+ import mapImgSq from '../../images/products/product-map-sq.png';
6
+ import indoorImgSq from '../../images/products/product-indoor-sq.png';
7
+ // import geofencingImgSq from '../../images/products/product-geofencing-sq.png';
8
+ // import transitImgSq from '../../images/products/product-transit-sq.png';
9
+
10
+ /* eslint-disable */
11
+
12
+
13
+ const Pricing = {
14
+ Localities: {
15
+ image: localitiesImgSq,
16
+ description: "Find the right address and speed up the customer journey with autocompletion and geocode features",
17
+ pricings: {
18
+ 'Autocomplete': {
19
+ docLink: 'https://developers.woosmap.com/products/localities/autocomplete',
20
+ defaultQueries: 1,
21
+ publicTierCount: 1,
22
+ unit: "Monthly Requests",
23
+ description:
24
+ "Get suggestions for addresses, localities, postcodes and more with typo tolerance. Per terms, 'autocomplete' cannot be used alone, the 'details' endpoint is mandatory for detailed information.",
25
+ pricing: [],
26
+ discountEligible: true,
27
+ },
28
+ 'Search': {
29
+ docLink: 'https://developers.woosmap.com/products/localities/search',
30
+ defaultQueries: 0,
31
+ publicTierCount: 1,
32
+ unit: "Monthly Requests",
33
+ description:
34
+ "Get suggestions for points of interest based on their name, categories and city",
35
+ pricing: [],
36
+ discountEligible: true,
37
+ },
38
+ 'Details': {
39
+ docLink: 'https://developers.woosmap.com/products/localities/details',
40
+ defaultQueries: 0,
41
+ publicTierCount: 4,
42
+ unit: "Monthly Requests",
43
+ description:
44
+ "Get details on Autocomplete and Search suggestions",
45
+ pricing: [
46
+ [5000, 0],
47
+ [100000, 6.26],
48
+ [500000, 5.0],
49
+ [1000000, 4.69],
50
+ [5000000, 2.35],
51
+ [10000000, 0.59],
52
+ [20000000, 0.46],
53
+ [50000000, 0.46],
54
+ ],
55
+ discountEligible: false,
56
+ },
57
+ 'Details UK Addresses': {
58
+ docLink: 'https://developers.woosmap.com/products/localities/details',
59
+ defaultQueries: 0,
60
+ publicTierCount: 4, unit: "Monthly Requests",
61
+ description:
62
+ "Get details on Autocomplete suggestions on UK addresses benefiting from best available data on the market",
63
+ pricing: [
64
+ [10000, 36.15],
65
+ [50000, 24.92],
66
+ [100000, 15.98],
67
+ [500000, 12.78],
68
+ [1000000, 9.59],
69
+ [5000000, 4.79],
70
+ [10000000, 1.2],
71
+ [20000000, 0.94],
72
+ [50000000, 0.94],
73
+ ],
74
+ discountEligible: false,
75
+ },
76
+ 'Geocode/Reverse Geocode': {
77
+ docLink: 'https://developers.woosmap.com/products/localities/geocode',
78
+ defaultQueries: 0,
79
+ publicTierCount: 4,
80
+ unit: "Monthly Requests",
81
+ description:
82
+ "Geocoding/Reverse geocoding on localities, postcodes and addresses with high accuracy levels",
83
+ pricing: [
84
+ [5000, 0],
85
+ [100000, 1.84],
86
+ [500000, 1.47],
87
+ [1000000, 1.38],
88
+ [5000000, 0.69],
89
+ [10000000, 0.17],
90
+ [20000000, 0.05],
91
+ [50000000, 0.02],
92
+ ],
93
+ discountEligible: false,
94
+ },
95
+ 'Geocode/Reverse Geocode UK addresses': {
96
+ docLink: 'https://developers.woosmap.com/products/localities/geocode',
97
+ defaultQueries: 0,
98
+ publicTierCount: 4, unit: "Monthly Requests",
99
+ description:
100
+ "Geocoding/Reverse geocoding on localities, postcodes and UK addresses benefiting from best available data on the market",
101
+ pricing: [
102
+ [10000, 36.15],
103
+ [50000, 24.92],
104
+ [100000, 4.7],
105
+ [500000, 3.76],
106
+ [1000000, 2.82],
107
+ [5000000, 1.41],
108
+ [10000000, 0.36],
109
+ [20000000, 0.1],
110
+ [50000000, 0.04],
111
+ ],
112
+ discountEligible: false,
113
+ },
114
+ 'Nearby': {
115
+ docLink: 'https://developers.woosmap.com/products/localities/nearby',
116
+ defaultQueries: 0,
117
+ publicTierCount: 4,
118
+ unit: "Monthly Requests",
119
+ description:
120
+ "Get nearest points of interest based on a specified location",
121
+ pricing: [
122
+ [10000, 0],
123
+ [100000, 6.26],
124
+ [500000, 5.0],
125
+ [1000000, 4.69],
126
+ [5000000, 2.35],
127
+ [10000000, 0.59],
128
+ [20000000, 0.46],
129
+ [50000000, 0.46],
130
+ ],
131
+ discountEligible: false,
132
+ },
133
+ 'what3words': {
134
+ docLink: 'https://developers.woosmap.com/products/w3w-api/overview',
135
+ defaultQueries: 0,
136
+ publicTierCount: 1,
137
+ unit: "Monthly Requests",
138
+ description:
139
+ "Add what3words capabilities to your address search",
140
+ pricing: [],
141
+ discountEligible: false,
142
+ },
143
+ },
144
+ },
145
+ 'Map': {
146
+ image: mapImgSq,
147
+ description: "Display your data without compromising readability",
148
+ pricings: {
149
+ 'Mapload': {
150
+ docLink: 'https://developers.woosmap.com/products/map-api/get-started',
151
+ defaultQueries: 0,
152
+ publicTierCount: 4,
153
+ unit: "Monthly Requests",
154
+ description:
155
+ "Get a vector basemap, with smooth navigation and fast loading, optimised for mobile, with 3D capabilities. Leverage built in interactions with the Store Search API for mapping of your Points of Interest",
156
+ pricing: [
157
+ [5000, 0],
158
+ [100000, 2.58],
159
+ [500000, 2.06],
160
+ [1000000, 1.93],
161
+ [5000000, 0.97],
162
+ [10000000, 0.24],
163
+ [20000000, 0.07],
164
+ [50000000, 0.03],
165
+ ],
166
+ discountEligible: false,
167
+ },
168
+ 'Static Map': {
169
+ docLink: 'https://developers.woosmap.com/products/map-static-api/get-started/',
170
+ defaultQueries: 0,
171
+ publicTierCount: 4,
172
+ unit: "Monthly Requests",
173
+ description:
174
+ "Generate customizable, embeddable map images with minimal integration effort",
175
+ pricing: [
176
+ [5000, 0]
177
+ [100000, 0.74],
178
+ [500000, 0.59],
179
+ [1000000, 0.55],
180
+ [5000000, 0.28],
181
+ [10000000, 0.07],
182
+ [20000000, 0.02],
183
+ [50000000, 0.01],
184
+ ],
185
+ discountEligible: false,
186
+ },
187
+ },
188
+ },
189
+ Distance: {
190
+ image: distanceImgSq,
191
+ description: "Get distance or time for your routes worldwide with or without traffic",
192
+ pricings: {
193
+ 'Route (/q)': {
194
+ docLink: 'https://developers.woosmap.com/products/distance-api/route-endpoint',
195
+ defaultQueries: 0,
196
+ publicTierCount: 4,
197
+ unit: "Monthly Requests",
198
+ description:
199
+ "Get driving, cycling or walking route distance and duration with detailed path to display on a map",
200
+ pricing: [
201
+ [5000, 0],
202
+ [100000, 1.84],
203
+ [500000, 1.47],
204
+ [1000000, 1.38],
205
+ [5000000, 0.69],
206
+ [10000000, 0.17],
207
+ [20000000, 0.05],
208
+ [50000000, 0.02],
209
+ ],
210
+ discountEligible: false,
211
+ },
212
+ 'Route with Traffic (/q)': {
213
+ docLink: 'https://developers.woosmap.com/products/distance-api/route-endpoint/#traffic-awareness-parameters-optional',
214
+ defaultQueries: 0,
215
+ publicTierCount: 4,
216
+ unit: "Monthly Requests",
217
+ description:
218
+ "Get driving, cycling or walking route distance and duration including historical or real time traffic paterns",
219
+ pricing: [
220
+ [5000, 0],
221
+ [100000, 3.68],
222
+ [500000, 2.94],
223
+ [1000000, 2.76],
224
+ [5000000, 1.54],
225
+ [10000000, 0.66],
226
+ [20000000, 0.44],
227
+ [50000000, 0.44],
228
+ ],
229
+ discountEligible: false,
230
+ },
231
+ 'Distance Matrix (/elt)': {
232
+ docLink: 'https://developers.woosmap.com/products/distance-api/distance-matrix-endpoint',
233
+ defaultQueries: 0,
234
+ publicTierCount: 4,
235
+ unit: "Monthly Elements",
236
+ description:
237
+ "Get driving, cycling or walking route distance and duration for multiple Origins and Destinations",
238
+ pricing: [
239
+ [10000, 0],
240
+ [100000, 1.84],
241
+ [500000, 1.47],
242
+ [1000000, 1.38],
243
+ [5000000, 0.69],
244
+ [10000000, 0.17],
245
+ [20000000, 0.05],
246
+ [50000000, 0.02],
247
+ ],
248
+ discountEligible: false,
249
+ },
250
+ 'Distance Matrix with Traffic (/elt)': {
251
+ docLink: 'https://developers.woosmap.com/products/distance-api/distance-matrix-endpoint/#traffic-awareness-parameter-optional',
252
+ defaultQueries: 0,
253
+ publicTierCount: 2,
254
+ unit: "Monthly Elements",
255
+ description:
256
+ "Get driving, cycling or walking route distance and duration for multiple Origins and Destinations, including historical or real time traffic paterns",
257
+ pricing: [
258
+ [5000, 0],
259
+ [100000, 3.68],
260
+ [500000, 2.94],
261
+ [1000000, 2.76],
262
+ [5000000, 2,31],
263
+ [10000000, 1.75],
264
+ [20000000, 0.99],
265
+ [50000000, 0.66],
266
+ ],
267
+ discountEligible: false,
268
+ },
269
+ 'Isochrone (/q)': {
270
+ docLink: 'https://developers.woosmap.com/products/distance-api/isochrone-endpoint',
271
+ defaultQueries: 0,
272
+ publicTierCount: 4,
273
+ unit: "Monthly Requests",
274
+ description:
275
+ "Get isochrone computations to display on a map",
276
+ pricing: [
277
+ [5000, 0],
278
+ [100000, 1.84],
279
+ [500000, 1.47],
280
+ [1000000, 1.38],
281
+ [5000000, 0.69],
282
+ [10000000, 0.17],
283
+ [20000000, 0.05],
284
+ [50000000, 0.02],
285
+ ],
286
+ discountEligible: false,
287
+ },
288
+ 'Distance Matrix with Geofencing (/elt)': {
289
+ docLink: 'https://developers.woosmap.com/products/mobile/get-started',
290
+ defaultQueries: 0,
291
+ publicTierCount: 4,
292
+ unit: "Monthly Elements",
293
+ description:
294
+ "Get driving, cycling or walking route distance and duration for multiple Origins and Destinations using the Woosmap Geofencing SDK",
295
+ pricing: [
296
+ [10000, 0],
297
+ [100000, 10.32],
298
+ [500000, 8.24],
299
+ [1000000, 7.73],
300
+ [5000000, 3.86],
301
+ [10000000, 0.98],
302
+ [20000000, 0.29],
303
+ [50000000, 0.11],
304
+ ],
305
+ discountEligible: false,
306
+ },
307
+ 'Distance Matrix with Traffic with Geofencing (/elt)': {
308
+ docLink: 'https://developers.woosmap.com/products/mobile/get-started/',
309
+ defaultQueries: 0,
310
+ publicTierCount: 4,
311
+ unit: "Monthly Elements",
312
+ description:
313
+ "Get driving, cycling or walking route distance and duration for multiple Origins and Destinations, including historical or real time traffic paterns using the Woosmap Geofencing SDK",
314
+ pricing: [
315
+ [5000, 0],
316
+ [100000, 20.64],
317
+ [500000, 16.48],
318
+ [1000000, 15.46],
319
+ [5000000, 7.73],
320
+ [10000000, 1.95],
321
+ [20000000, 0.59],
322
+ [50000000, 0.22],
323
+ ],
324
+ discountEligible: false,
325
+ },
326
+ 'Transit': {
327
+ docLink: 'https://developers.woosmap.com/products/transit-api/route-endpoint',
328
+ defaultQueries: 0,
329
+ publicTierCount: 4,
330
+ unit: "Monthly Requests",
331
+ description:
332
+ "Get distance, duration, path and public transport details between an origin and a destination, based on public transportation",
333
+ pricing: [
334
+ [5000, 0],
335
+ [100000, 3.68],
336
+ [500000, 2.94],
337
+ [1000000, 2.76],
338
+ [5000000, 1.54],
339
+ [10000000, 0.66],
340
+ [20000000, 0.44],
341
+ [50000000, 0.44],
342
+ ],
343
+ discountEligible: false,
344
+ },
345
+ },
346
+ },
347
+ Geolocation: {
348
+ image: geolocationImgSq,
349
+ description: "Automatic Geolocation based on IP addresses",
350
+ pricings: {
351
+ 'Position': {
352
+ docLink: 'https://developers.woosmap.com/products/geolocation-api/location',
353
+ defaultQueries: 0,
354
+ publicTierCount: 3,
355
+ unit: "Monthly Requests",
356
+ description:
357
+ "Retrieve local context for your visitors (country, region, timezone, etc), based on their IP, to customise your website and create location-based funnels",
358
+ pricing: [
359
+ [100000, 2.06],
360
+ [500000, 1.65],
361
+ [1000000, 1.55],
362
+ [5000000, 0.77],
363
+ [10000000, 0.20],
364
+ [20000000, 0.06],
365
+ [50000000, 0.02],
366
+ ],
367
+ discountEligible: false,
368
+ },
369
+ 'Stores': {
370
+ docLink: 'https://developers.woosmap.com/products/geolocation-api/stores',
371
+ defaultQueries: 0,
372
+ publicTierCount: 3,
373
+ unit: "Monthly Requests",
374
+ description:
375
+ "In addition to local context, retrieve all assets hosted in Woosmap close to this location (store search request included)",
376
+ pricing: [
377
+ [100000, 2.58],
378
+ [500000, 2.06],
379
+ [1000000, 1.93],
380
+ [5000000, 0.97],
381
+ [10000000, 0.24],
382
+ [20000000, 0.07],
383
+ [50000000, 0.03],
384
+ ],
385
+ discountEligible: false,
386
+ },
387
+ 'Timezone': {
388
+ docLink: 'https://developers.woosmap.com/products/geolocation-api/timezone',
389
+ defaultQueries: 0,
390
+ publicTierCount: 3,
391
+ unit: "Monthly Requests",
392
+ description:
393
+ "Retrieve the timezone and time offsets from a location to compute local time",
394
+ pricing: [
395
+ [100000, 2.58],
396
+ [500000, 2.06],
397
+ [1000000, 1.93],
398
+ [5000000, 0.97],
399
+ [10000000, 0.24],
400
+ [20000000, 0.07],
401
+ [50000000, 0.03],
402
+ ],
403
+ discountEligible: false,
404
+ },
405
+ },
406
+ },
407
+ Stores: {
408
+ image: storesImgSq,
409
+ description: "A dedicated search engine for your own data",
410
+ pricings: {
411
+ 'Search': {
412
+ docLink: 'https://developers.woosmap.com/products/search-api/search-query',
413
+ defaultQueries: 0,
414
+ publicTierCount: 4,
415
+ unit: "Monthly Requests",
416
+ description:
417
+ "Search for your points of interest by location, proxilmity to a route, by their characteristics with autocomplete capabilities",
418
+ pricing: [
419
+ [10000, 0],
420
+ [100000, 0.52],
421
+ [500000, 0.41],
422
+ [1000000, 0.39],
423
+ [5000000, 0.19],
424
+ [10000000, 0.05],
425
+ [20000000, 0.015],
426
+ [50000000, 0.006],
427
+ ],
428
+ discountEligible: false,
429
+ },
430
+ 'Mapping': {
431
+ docLink: 'https://developers.woosmap.com/products/map-api/guides/display-stores-overlay',
432
+ defaultQueries: 0,
433
+ publicTierCount: 4,
434
+ unit: "Monthly Requests",
435
+ description:
436
+ "Map your points of interest on a world map, no matter their number",
437
+ pricing: [
438
+ [10000, 0],
439
+ [100000, 5.16],
440
+ [500000, 4.12],
441
+ [1000000, 3.86],
442
+ [5000000, 1.93],
443
+ [10000000, 0.49],
444
+ [20000000, 0.15],
445
+ [50000000, 0.06],
446
+ ],
447
+ discountEligible: false,
448
+ },
449
+ 'Data Management': {
450
+ docLink: 'https://developers.woosmap.com/products/data-api/get-started',
451
+ defaultQueries: 0,
452
+ publicTierCount: 2,
453
+ unit: "Monthly Requests",
454
+ description:
455
+ "Handle and maintain location data, ensuring accuracy and reliability",
456
+ pricing: [
457
+ [10000, 0],
458
+ [100000, 10.32],
459
+ [500000, 8.24],
460
+ [1000000, 7.73],
461
+ [5000000, 3.86],
462
+ [10000000, 0.98],
463
+ [20000000, 0.29],
464
+ [50000000, 0.11],
465
+ ],
466
+ discountEligible: false,
467
+ },
468
+ 'Search (Geofencing context)': {
469
+ docLink: 'https://developers.woosmap.com/products/mobile/get-started',
470
+ defaultQueries: 0,
471
+ publicTierCount: 4,
472
+ unit: "Monthly Requests",
473
+ description:
474
+ "Search for your points of interest by location using the Woosmap Geofencing SDK",
475
+ pricing: [
476
+ [10000, 0],
477
+ [100000, 5.16],
478
+ [500000, 4.12],
479
+ [1000000, 3.86],
480
+ [5000000, 1.93],
481
+ [10000000, 0.49],
482
+ [20000000, 0.15],
483
+ [50000000, 0.06],
484
+ ],
485
+ discountEligible: false,
486
+ },
487
+ },
488
+ },
489
+ Indoor: {
490
+ image: indoorImgSq,
491
+ description: "Map private venues and propose indoor search and wayfinding",
492
+ pricings: {
493
+ 'Search': {
494
+ docLink: 'https://developers.woosmap.com/products/indoor-api/indoor-js-api/get-started',
495
+ defaultQueries: 0,
496
+ publicTierCount: 2,
497
+ unit: "Monthly Requests",
498
+ description:
499
+ "Search for your POI",
500
+ pricing: [
501
+ [10000, 0],
502
+ [100000, 2.06],
503
+ [500000, 1.65],
504
+ [1000000, 1.55],
505
+ [5000000, 0.77],
506
+ [10000000, 0.20],
507
+ [20000000, 0.06],
508
+ [50000000, 0.02],
509
+ ],
510
+ discountEligible: false,
511
+ },
512
+ 'Distance': {
513
+ docLink: 'https://developers.woosmap.com/products/indoor-api/indoor-js-api/direction-service',
514
+ defaultQueries: 0,
515
+ publicTierCount: 4,
516
+ unit: "Monthly Requests",
517
+ description:
518
+ "Enable indoor path calculation and turn-by-turn navigation based on mobility profiles",
519
+ pricing: [
520
+ [10000, 0],
521
+ [100000, 20.64],
522
+ [500000, 16.48],
523
+ [1000000, 15.46],
524
+ [5000000, 7.73],
525
+ [10000000, 1.95],
526
+ [20000000, 0.59],
527
+ [50000000, 0.22],
528
+ ],
529
+ discountEligible: false,
530
+ },
531
+ 'Data Management': {
532
+ docLink: 'https://developers.woosmap.com/products/indoor-api/guides/digitalisation',
533
+ defaultQueries: 0,
534
+ publicTierCount: 4,
535
+ unit: "Monthly Requests",
536
+ description:
537
+ "Manage your POIs and venue",
538
+ pricing: [
539
+ [10000, 0],
540
+ [100000, 20.64],
541
+ [500000, 16.48],
542
+ [1000000, 15.46],
543
+ [5000000, 7.73],
544
+ [10000000, 1.95],
545
+ [20000000, 0.59],
546
+ [50000000, 0.22],
547
+ ],
548
+ discountEligible: false,
549
+ },
550
+ 'Mapping': {
551
+ docLink: 'https://developers.woosmap.com/products/indoor-api/indoor-js-api/map-renderer',
552
+ defaultQueries: 0,
553
+ publicTierCount: 4,
554
+ unit: "Monthly Requests",
555
+ description:
556
+ "Display your indoor venue map on top of the map of the world",
557
+ pricing: [
558
+ [10000, 0],
559
+ [100000, 20.64],
560
+ [500000, 16.48],
561
+ [1000000, 15.46],
562
+ [5000000, 7.73],
563
+ [10000000, 1.95],
564
+ [20000000, 0.59],
565
+ [50000000, 0.22],
566
+ ],
567
+ discountEligible: false,
568
+ },
569
+ },
570
+ },
571
+ };
572
+
573
+ export default Pricing;
@@ -25,15 +25,6 @@ const Pricing = {
25
25
  pricing: [],
26
26
  discountEligible: false,
27
27
  },
28
- Search: {
29
- docLink: 'https://developers.woosmap.com/products/localities/search',
30
- defaultQueries: 0,
31
- publicTierCount: 1,
32
- unit: 'Monthly Requests',
33
- description: 'Get suggestions for points of interest based on their name, categories and city',
34
- pricing: [],
35
- discountEligible: false,
36
- },
37
28
  Details: {
38
29
  docLink: 'https://developers.woosmap.com/products/localities/details',
39
30
  defaultQueries: 0,
@@ -37,28 +37,28 @@
37
37
  &__story
38
38
  &--storeLocator
39
39
  .use-case__image
40
- background-image url('~@/images/usecases/store-locator.png')
40
+ background-image url('../../images/usecases/store-locator.png')
41
41
  &--productLocator
42
42
  .use-case__image
43
- background-image url('~@/images/usecases/product-locator.png')
43
+ background-image url('../../images/usecases/product-locator.png')
44
44
  &--addressAutocomplete
45
45
  .use-case__image
46
- background-image url('~@/images/usecases/address-autocomplete.png')
46
+ background-image url('../../images/usecases/address-autocomplete.png')
47
47
  &--ecommerceCheckout
48
48
  .use-case__image
49
- background-image url('~@/images/usecases/ecommerce-checkout.png')
49
+ background-image url('../../images/usecases/ecommerce-checkout.png')
50
50
  &--fleetTracking
51
51
  .use-case__image
52
- background-image url('~@/images/usecases/fleet-tracking.png')
52
+ background-image url('../../images/usecases/fleet-tracking.png')
53
53
  &--geocoding
54
54
  .use-case__image
55
- background-image url('~@/images/usecases/geocoding.png')
55
+ background-image url('../../images/usecases/geocoding.png')
56
56
  &--indoor
57
57
  .use-case__image
58
- background-image url('~@/images/usecases/indoor.png')
58
+ background-image url('../../images/usecases/indoor.png')
59
59
  &--products
60
60
  .use-case__image
61
- background-image url('~@/images/usecases/products.png')
61
+ background-image url('../../images/usecases/products.png')
62
62
  &__header
63
63
  font-size $title
64
64
  font-weight 600
@@ -1,5 +1,5 @@
1
1
  .flag
2
- background url('~@/images/flags_responsive.png') no-repeat
2
+ background url('../../images/flags_responsive.png') no-repeat
3
3
  background-size 100%
4
4
  width 2.7rem
5
5
  height 1.9rem
@@ -511,7 +511,7 @@
511
511
  content unset
512
512
  &.active
513
513
  color $secondary
514
- background-image url('~@/images/texture.png')
514
+ background-image url('../../images/texture.png')
515
515
  &:after
516
516
  content ''
517
517
  display block
@@ -554,7 +554,7 @@
554
554
  &:after
555
555
  background $error
556
556
  focus()
557
-
557
+
558
558
  &--pills
559
559
  br()
560
560
  flexBtn()
@@ -582,7 +582,7 @@
582
582
  color $secondary-medium40
583
583
  &.active
584
584
  color $secondary
585
- background-image url('~@/images/texture.png')
585
+ background-image url('../../images/texture.png')
586
586
  &--action
587
587
  br(2)
588
588
  inputFont()
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] ...