@woosmap/ui 4.150.0 → 4.151.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
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
const Pricing = {
|
|
4
4
|
Geolocation: {
|
|
5
|
-
image : '../../images/products/product-geolocation-sq.png',
|
|
5
|
+
image : '../../public/images/products/product-geolocation-sq.png',
|
|
6
6
|
pricings: {
|
|
7
7
|
'Geolocation (Position) API': {
|
|
8
8
|
publicTierCount: 2,
|
|
@@ -35,7 +35,7 @@ const Pricing = {
|
|
|
35
35
|
},
|
|
36
36
|
},
|
|
37
37
|
Localities: {
|
|
38
|
-
image : '../../images/products/product-localities-sq.png',
|
|
38
|
+
image : '../../public/images/products/product-localities-sq.png',
|
|
39
39
|
pricings: {
|
|
40
40
|
'Localities Autocomplete API': {
|
|
41
41
|
publicTierCount: 1,
|
|
@@ -106,7 +106,7 @@ const Pricing = {
|
|
|
106
106
|
},
|
|
107
107
|
},
|
|
108
108
|
Distance: {
|
|
109
|
-
image : '../../images/products/product-distance-sq.png',
|
|
109
|
+
image : '../../public/images/products/product-distance-sq.png',
|
|
110
110
|
pricings: {
|
|
111
111
|
'Distance (Route) API (/q)': {
|
|
112
112
|
publicTierCount: 2,
|
|
@@ -167,7 +167,7 @@ const Pricing = {
|
|
|
167
167
|
},
|
|
168
168
|
},
|
|
169
169
|
'Map-Js': {
|
|
170
|
-
image : '../../images/products/product-map-sq.png',
|
|
170
|
+
image : '../../public/images/products/product-map-sq.png',
|
|
171
171
|
pricings: {
|
|
172
172
|
'Map API': {
|
|
173
173
|
publicTierCount: 2,
|
|
@@ -186,7 +186,7 @@ const Pricing = {
|
|
|
186
186
|
},
|
|
187
187
|
},
|
|
188
188
|
Indoor: {
|
|
189
|
-
image : '../../images/products/product-indoor-sq.png',
|
|
189
|
+
image : '../../public/images/products/product-indoor-sq.png',
|
|
190
190
|
pricings: {
|
|
191
191
|
'Indoor (Search) API': {
|
|
192
192
|
publicTierCount: 2,
|
|
@@ -247,7 +247,7 @@ const Pricing = {
|
|
|
247
247
|
},
|
|
248
248
|
},
|
|
249
249
|
Geofencing: {
|
|
250
|
-
image : '../../images/products/product-geofencing-sq.png',
|
|
250
|
+
image : '../../public/images/products/product-geofencing-sq.png',
|
|
251
251
|
pricings: {
|
|
252
252
|
'Geofencing Store (Search)': {
|
|
253
253
|
publicTierCount: 2,
|
|
@@ -294,7 +294,7 @@ const Pricing = {
|
|
|
294
294
|
},
|
|
295
295
|
},
|
|
296
296
|
Stores: {
|
|
297
|
-
image : '../../images/products/product-stores-sq.png',
|
|
297
|
+
image : '../../public/images/products/product-stores-sq.png',
|
|
298
298
|
pricings: {
|
|
299
299
|
'Store (Search) API': {
|
|
300
300
|
publicTierCount: 2,
|