@woosmap/ui 4.184.1 → 4.184.999
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
|
@@ -0,0 +1,469 @@
|
|
|
1
|
+
import React, { Component } from 'react';
|
|
2
|
+
import cl from 'classnames';
|
|
3
|
+
import PropTypes from 'prop-types';
|
|
4
|
+
import { ReactComponent as MarkerPadLock } from '../../icons/marker-pad-lock.svg';
|
|
5
|
+
import { ReactComponent as MarkerRouteTruck } from '../../icons/marker-route-truck.svg';
|
|
6
|
+
import { ReactComponent as ArrowsMarker } from '../../icons/arrows-marker.svg';
|
|
7
|
+
import { ReactComponent as CloudMarkerArrow } from '../../icons/cloud-marker-arrow.svg';
|
|
8
|
+
import { ReactComponent as SignalMarker } from '../../icons/signal-marker.svg';
|
|
9
|
+
import { ReactComponent as LikeMarker } from '../../icons/like-marker.svg';
|
|
10
|
+
import { ReactComponent as UserCentric } from '../../icons/user-centric.svg';
|
|
11
|
+
import { ReactComponent as CreditCardCheck } from '../../icons/credit-card-check.svg';
|
|
12
|
+
import { ReactComponent as PuzzlesPlus } from '../../icons/puzzles-plus.svg';
|
|
13
|
+
import { ReactComponent as Autocomplete } from '../../icons/autocomplete.svg';
|
|
14
|
+
import { ReactComponent as AutocompleteCheck } from '../../icons/autocomplete-check.svg';
|
|
15
|
+
import { ReactComponent as Automotive } from '../../icons/automotive.svg';
|
|
16
|
+
import { ReactComponent as Buildings } from '../../icons/buildings.svg';
|
|
17
|
+
import { ReactComponent as Battery } from '../../icons/battery.svg';
|
|
18
|
+
import { ReactComponent as Blog } from '../../icons/blog.svg';
|
|
19
|
+
import { ReactComponent as Book } from '../../icons/book.svg';
|
|
20
|
+
import { ReactComponent as Calendar } from '../../icons/calendar.svg';
|
|
21
|
+
import { ReactComponent as Care } from '../../icons/care.svg';
|
|
22
|
+
import { ReactComponent as Cars } from '../../icons/cars.svg';
|
|
23
|
+
import { ReactComponent as Cb } from '../../icons/cb.svg';
|
|
24
|
+
import { ReactComponent as ChatLove } from '../../icons/chat-love.svg';
|
|
25
|
+
import { ReactComponent as ChatConversation } from '../../icons/chat-conversation.svg';
|
|
26
|
+
import { ReactComponent as CheckBig } from '../../icons/check-big.svg';
|
|
27
|
+
import { ReactComponent as CallToAction } from '../../icons/call-to-action.svg';
|
|
28
|
+
import { ReactComponent as CubeBig } from '../../icons/cube-big.svg';
|
|
29
|
+
import { ReactComponent as CustomersServices } from '../../icons/customers-services.svg';
|
|
30
|
+
import { ReactComponent as Customize } from '../../icons/customize.svg';
|
|
31
|
+
import { ReactComponent as DeliveryTime } from '../../icons/delivery-time.svg';
|
|
32
|
+
import { ReactComponent as DeliveryVan } from '../../icons/delivery-van.svg';
|
|
33
|
+
import { ReactComponent as Demo } from '../../icons/demo.svg';
|
|
34
|
+
import { ReactComponent as Ecommerce } from '../../icons/e-commerce.svg';
|
|
35
|
+
import { ReactComponent as ElectricCharge } from '../../icons/electric-charge.svg';
|
|
36
|
+
import { ReactComponent as Elephant } from '../../icons/elephant.svg';
|
|
37
|
+
import { ReactComponent as EmailContact } from '../../icons/email-contact.svg';
|
|
38
|
+
import { ReactComponent as Equalizer } from '../../icons/equalizer.svg';
|
|
39
|
+
import { ReactComponent as Escalator } from '../../icons/escalator.svg';
|
|
40
|
+
import { ReactComponent as Funnel } from '../../icons/funnel.svg';
|
|
41
|
+
import { ReactComponent as GasPump } from '../../icons/gas-pump.svg';
|
|
42
|
+
import { ReactComponent as Gdpr } from '../../icons/gdpr.svg';
|
|
43
|
+
import { ReactComponent as Github } from '../../icons/github.svg';
|
|
44
|
+
import { ReactComponent as Green } from '../../icons/green.svg';
|
|
45
|
+
import { ReactComponent as Heart } from '../../icons/heart.svg';
|
|
46
|
+
import { ReactComponent as HouseInsurance } from '../../icons/house-insurance.svg';
|
|
47
|
+
import { ReactComponent as IndoorOutdoor } from '../../icons/indoor-outdoor.svg';
|
|
48
|
+
import { ReactComponent as InformationRound } from '../../icons/information-round.svg';
|
|
49
|
+
import { ReactComponent as Institution } from '../../icons/institution.svg';
|
|
50
|
+
import { ReactComponent as Integrations } from '../../icons/integrations.svg';
|
|
51
|
+
import { ReactComponent as Itinerary } from '../../icons/itinerary.svg';
|
|
52
|
+
import { ReactComponent as Like } from '../../icons/like.svg';
|
|
53
|
+
import { ReactComponent as Logistics } from '../../icons/logistics.svg';
|
|
54
|
+
import { ReactComponent as Lotus } from '../../icons/lotus.svg';
|
|
55
|
+
import { ReactComponent as Map3d } from '../../icons/map-3d.svg';
|
|
56
|
+
import { ReactComponent as MapHd } from '../../icons/map-hd.svg';
|
|
57
|
+
import { ReactComponent as MapIndoor } from '../../icons/map-indoor.svg';
|
|
58
|
+
import { ReactComponent as MapLocation } from '../../icons/map-location.svg';
|
|
59
|
+
import { ReactComponent as MapMarkers } from '../../icons/map-markers.svg';
|
|
60
|
+
import { ReactComponent as Markers } from '../../icons/markers.svg';
|
|
61
|
+
import { ReactComponent as MarkerArrow } from '../../icons/marker-arrow.svg';
|
|
62
|
+
import { ReactComponent as MarkerApp } from '../../icons/marker-app.svg';
|
|
63
|
+
import { ReactComponent as MarkerCreditCard } from '../../icons/marker-credit-card.svg';
|
|
64
|
+
import { ReactComponent as MarkerCity } from '../../icons/marker-city.svg';
|
|
65
|
+
import { ReactComponent as MarkerGeofence } from '../../icons/marker-geofence.svg';
|
|
66
|
+
import { ReactComponent as MarkerHouse } from '../../icons/marker-house.svg';
|
|
67
|
+
import { ReactComponent as MarkerInfinite } from '../../icons/markers-infinite.svg';
|
|
68
|
+
import { ReactComponent as MarkerMap } from '../../icons/marker-map.svg';
|
|
69
|
+
import { ReactComponent as MarkerMatrix } from '../../icons/marker-matrix.svg';
|
|
70
|
+
import { ReactComponent as MarkerMultiple } from '../../icons/marker-multiple.svg';
|
|
71
|
+
import { ReactComponent as MarkerPlay } from '../../icons/marker-play.svg';
|
|
72
|
+
import { ReactComponent as MarkerRoad } from '../../icons/marker-road.svg';
|
|
73
|
+
import { ReactComponent as MarkerSearch } from '../../icons/marker-search.svg';
|
|
74
|
+
import { ReactComponent as MarkerShop } from '../../icons/marker-shop.svg';
|
|
75
|
+
import { ReactComponent as MobileRocket } from '../../icons/mobile-rocket.svg';
|
|
76
|
+
import { ReactComponent as Notification } from '../../icons/notification.svg';
|
|
77
|
+
import { ReactComponent as NotificationPosition } from '../../icons/notification-position.svg';
|
|
78
|
+
import { ReactComponent as OpenSource } from '../../icons/open-source.svg';
|
|
79
|
+
import { ReactComponent as Package } from '../../icons/package.svg';
|
|
80
|
+
import { ReactComponent as PackageReturn } from '../../icons/package-return.svg';
|
|
81
|
+
import { ReactComponent as Parking } from '../../icons/parking.svg';
|
|
82
|
+
import { ReactComponent as PieChart } from '../../icons/pie-chart.svg';
|
|
83
|
+
import { ReactComponent as PlaceReview } from '../../icons/place-review.svg';
|
|
84
|
+
import { ReactComponent as Plane } from '../../icons/plane.svg';
|
|
85
|
+
import { ReactComponent as Position } from '../../icons/position.svg';
|
|
86
|
+
import { ReactComponent as PuzzleStar } from '../../icons/puzzle-star.svg';
|
|
87
|
+
import { ReactComponent as Quote } from '../../icons/quote.svg';
|
|
88
|
+
import { ReactComponent as Refresh } from '../../icons/refresh.svg';
|
|
89
|
+
import { ReactComponent as Repair } from '../../icons/repair.svg';
|
|
90
|
+
import { ReactComponent as Responsive } from '../../icons/responsive.svg';
|
|
91
|
+
import { ReactComponent as Restaurant } from '../../icons/restaurant.svg';
|
|
92
|
+
import { ReactComponent as Rocket } from '../../icons/rocket.svg';
|
|
93
|
+
import { ReactComponent as SaveTime } from '../../icons/save-time.svg';
|
|
94
|
+
import { ReactComponent as SaveMoney } from '../../icons/save-money.svg';
|
|
95
|
+
import { ReactComponent as SearchSettings } from '../../icons/search-settings.svg';
|
|
96
|
+
import { ReactComponent as SearchUser } from '../../icons/search-user.svg';
|
|
97
|
+
import { ReactComponent as Schedule } from '../../icons/schedule.svg';
|
|
98
|
+
import { ReactComponent as ScooterDelivery } from '../../icons/scooter-delivery.svg';
|
|
99
|
+
import { ReactComponent as SecuritPositionZone } from '../../icons/security-position-zone.svg';
|
|
100
|
+
import { ReactComponent as Security } from '../../icons/security.svg';
|
|
101
|
+
import { ReactComponent as SecurityTools } from '../../icons/security-tools.svg';
|
|
102
|
+
import { ReactComponent as SecurityStaff } from '../../icons/security-staff.svg';
|
|
103
|
+
import { ReactComponent as SecurityZone } from '../../icons/security-zone.svg';
|
|
104
|
+
import { ReactComponent as ServiceMarker } from '../../icons/service-marker.svg';
|
|
105
|
+
import { ReactComponent as ShakeHand } from '../../icons/shake-hand.svg';
|
|
106
|
+
import { ReactComponent as Shipping } from '../../icons/shipping.svg';
|
|
107
|
+
import { ReactComponent as Shop } from '../../icons/shop.svg';
|
|
108
|
+
import { ReactComponent as Speed } from '../../icons/speed.svg';
|
|
109
|
+
import { ReactComponent as StarBig } from '../../icons/star-big.svg';
|
|
110
|
+
import { ReactComponent as StarFilledBig } from '../../icons/star-filled-big.svg';
|
|
111
|
+
import { ReactComponent as SupportTime } from '../../icons/support-time.svg';
|
|
112
|
+
import { ReactComponent as Synchronization } from '../../icons/synchronization.svg';
|
|
113
|
+
import { ReactComponent as Taxi } from '../../icons/taxi.svg';
|
|
114
|
+
import { ReactComponent as Tools } from '../../icons/tools.svg';
|
|
115
|
+
import { ReactComponent as Travel } from '../../icons/travel.svg';
|
|
116
|
+
import { ReactComponent as TshirtMarker } from '../../icons/tshirt-marker.svg';
|
|
117
|
+
import { ReactComponent as UserProfile } from '../../icons/user-profile.svg';
|
|
118
|
+
import { ReactComponent as Wheelchair } from '../../icons/wheelchair.svg';
|
|
119
|
+
import { ReactComponent as Wifi } from '../../icons/wifi.svg';
|
|
120
|
+
import { ReactComponent as World } from '../../icons/world.svg';
|
|
121
|
+
import { ReactComponent as WorldLocation } from '../../icons/world-location.svg';
|
|
122
|
+
import { ReactComponent as WorldTime } from '../../icons/world-time.svg';
|
|
123
|
+
import { ReactComponent as WinPrize } from '../../icons/win-prize.svg';
|
|
124
|
+
import { ReactComponent as Zoom } from '../../icons/zoom.svg';
|
|
125
|
+
|
|
126
|
+
import { ReactComponent as ArrowLink } from '../../icons/arrow-link.svg';
|
|
127
|
+
|
|
128
|
+
import { ReactComponent as Woosmap } from '../../icons/woosmap.svg';
|
|
129
|
+
|
|
130
|
+
import { ReactComponent as MapRoute } from '../../icons/map-route.svg';
|
|
131
|
+
import { ReactComponent as MapWalk } from '../../icons/map-walk.svg';
|
|
132
|
+
import { ReactComponent as MapBike } from '../../icons/map-bike.svg';
|
|
133
|
+
import { ReactComponent as MapTrain } from '../../icons/map-train.svg';
|
|
134
|
+
import { ReactComponent as MapCar } from '../../icons/map-car.svg';
|
|
135
|
+
import { ReactComponent as MapSwitch } from '../../icons/map-switch.svg';
|
|
136
|
+
import { ReactComponent as MapItinerary } from '../../icons/map-itinerary.svg';
|
|
137
|
+
import { ReactComponent as MapClose } from '../../icons/map-close.svg';
|
|
138
|
+
import { ReactComponent as MapOrigin } from '../../icons/map-origin.svg';
|
|
139
|
+
import { ReactComponent as MapPin } from '../../icons/map-pin.svg';
|
|
140
|
+
import { ReactComponent as MapSearch } from '../../icons/map-search.svg';
|
|
141
|
+
import { ReactComponent as MapArrowTop } from '../../icons/map-arrow-top.svg';
|
|
142
|
+
import { ReactComponent as MapArrowBottom } from '../../icons/map-arrow-bottom.svg';
|
|
143
|
+
import { ReactComponent as MapBus } from '../../icons/map-bus.svg';
|
|
144
|
+
import { ReactComponent as MapFerry } from '../../icons/map-ferry.svg';
|
|
145
|
+
import { ReactComponent as MapFlight } from '../../icons/map-flight.svg';
|
|
146
|
+
import { ReactComponent as MapSubway } from '../../icons/map-subway.svg';
|
|
147
|
+
import { ReactComponent as MapLightRail } from '../../icons/map-lightrail.svg';
|
|
148
|
+
import { ReactComponent as MapHighSpeedTrain } from '../../icons/map-high-speed-train.svg';
|
|
149
|
+
import { ReactComponent as MapCrosshair } from '../../icons/map-crosshair.svg';
|
|
150
|
+
import { ReactComponent as MapCopy } from '../../icons/map-copy.svg';
|
|
151
|
+
import { ReactComponent as MarkerCoordinates } from '../../icons/marker-coordinates.svg';
|
|
152
|
+
import { ReactComponent as Crosshair } from '../../icons/crosshair.svg';
|
|
153
|
+
import { ReactComponent as EnvironmentalCare } from '../../icons/environmental-care.svg';
|
|
154
|
+
import { ReactComponent as Chart } from '../../icons/chart.svg';
|
|
155
|
+
import { ReactComponent as Earth } from '../../icons/earth.svg';
|
|
156
|
+
import { ReactComponent as CompetitionPrize } from '../../icons/competition-prize.svg';
|
|
157
|
+
import { ReactComponent as WorldLocations } from '../../icons/world-locations.svg';
|
|
158
|
+
import { ReactComponent as MapCursor } from '../../icons/map-cursor.svg';
|
|
159
|
+
import { ReactComponent as ZoneSplittedChecked } from '../../icons/zone-splitted-checked.svg';
|
|
160
|
+
import { ReactComponent as HandCode } from '../../icons/hand-code.svg';
|
|
161
|
+
import { ReactComponent as FormSuccess } from '../../icons/form-success.svg';
|
|
162
|
+
import { ReactComponent as MapIntegration } from '../../icons/map-integration.svg';
|
|
163
|
+
import { ReactComponent as HeartUx } from '../../icons/heart-ux.svg';
|
|
164
|
+
import { ReactComponent as MarkerSeo } from '../../icons/marker-seo.svg';
|
|
165
|
+
import { ReactComponent as ZoneChecked } from '../../icons/zone-checked.svg';
|
|
166
|
+
import { ReactComponent as ZoomPlus } from '../../icons/zoom-plus.svg';
|
|
167
|
+
import { ReactComponent as mobilePuzzleMarker } from '../../icons/mobile-puzzle-marker.svg';
|
|
168
|
+
import { ReactComponent as LikeChat } from '../../icons/like-chat.svg';
|
|
169
|
+
import { ReactComponent as Footprint } from '../../icons/footprint.svg';
|
|
170
|
+
import { ReactComponent as PackageMarker } from '../../icons/package-marker.svg';
|
|
171
|
+
import { ReactComponent as MarkerChecked } from '../../icons/marker-checked.svg';
|
|
172
|
+
import { ReactComponent as MobileLikeMarker } from '../../icons/mobile-like-marker.svg';
|
|
173
|
+
import { ReactComponent as MapPoi } from '../../icons/map-poi.svg';
|
|
174
|
+
import { ReactComponent as RouteInfo } from '../../icons/route-info.svg';
|
|
175
|
+
import { ReactComponent as InputsChecked } from '../../icons/inputs-checked.svg';
|
|
176
|
+
import { ReactComponent as DeliveryZone } from '../../icons/delivery-zone.svg';
|
|
177
|
+
import { ReactComponent as SearchSecurity } from '../../icons/search-security.svg';
|
|
178
|
+
import { ReactComponent as PuzzleMarkerEcosystem } from '../../icons/puzzle-marker-ecosystem.svg';
|
|
179
|
+
import { ReactComponent as ArrowsCrosshair } from '../../icons/arrows-crosshair.svg';
|
|
180
|
+
import { ReactComponent as MarkerData } from '../../icons/marker-data.svg';
|
|
181
|
+
import { ReactComponent as Itinenary } from '../../icons/itinenary.svg';
|
|
182
|
+
import { ReactComponent as PublicTransportsInformation } from '../../icons/public-transports-information.svg';
|
|
183
|
+
import { ReactComponent as RouteInformation } from '../../icons/route-information.svg';
|
|
184
|
+
import { ReactComponent as Transit } from '../../icons/transit.svg';
|
|
185
|
+
import { ReactComponent as PoiHighlight } from '../../icons/poi-highlight.svg';
|
|
186
|
+
import { ReactComponent as MapCustomization } from '../../icons/map-customization.svg';
|
|
187
|
+
import { ReactComponent as MapHeart } from '../../icons/map-heart.svg';
|
|
188
|
+
import { ReactComponent as ArrowsCloud } from '../../icons/arrows-cloud.svg';
|
|
189
|
+
import { ReactComponent as ClientService } from '../../icons/client-service.svg';
|
|
190
|
+
import { ReactComponent as ClockNotification } from '../../icons/clock-notification.svg';
|
|
191
|
+
import { ReactComponent as CloudCrosshair } from '../../icons/cloud-crosshair.svg';
|
|
192
|
+
import { ReactComponent as CloudData } from '../../icons/cloud-data.svg';
|
|
193
|
+
import { ReactComponent as ConsoleSettings } from '../../icons/console-settings.svg';
|
|
194
|
+
import { ReactComponent as DataCloud } from '../../icons/data-cloud.svg';
|
|
195
|
+
import { ReactComponent as EarthClock } from '../../icons/earth-clock.svg';
|
|
196
|
+
import { ReactComponent as LocationInfo } from '../../icons/location-info.svg';
|
|
197
|
+
import { ReactComponent as LogisticsRoute } from '../../icons/logistics-route.svg';
|
|
198
|
+
import { ReactComponent as MapIndoorCloudArrows } from '../../icons/map-indoor-cloud-arrows.svg';
|
|
199
|
+
import { ReactComponent as MapIndoorCustomize } from '../../icons/map-indoor-customize.svg';
|
|
200
|
+
import { ReactComponent as MapIndoorMarker } from '../../icons/map-indoor-marker.svg';
|
|
201
|
+
import { ReactComponent as MapIndoorRoute } from '../../icons/map-indoor-route.svg';
|
|
202
|
+
import { ReactComponent as MarkerCrosshair } from '../../icons/marker-crosshair.svg';
|
|
203
|
+
import { ReactComponent as MavigationArrow } from '../../icons/navigation-arrow.svg';
|
|
204
|
+
import { ReactComponent as NotificationMarker } from '../../icons/notification-marker.svg';
|
|
205
|
+
import { ReactComponent as RouteSignUserStar } from '../../icons/route-sign-user-star.svg';
|
|
206
|
+
import { ReactComponent as SearchCheckFast } from '../../icons/search-check-fast.svg';
|
|
207
|
+
import { ReactComponent as SquarePadlock } from '../../icons/square-padlock.svg';
|
|
208
|
+
import { ReactComponent as StockAvailability } from '../../icons/stock-availability.svg';
|
|
209
|
+
import { ReactComponent as StoreGog } from '../../icons/store-cog.svg';
|
|
210
|
+
import { ReactComponent as StoreInfo } from '../../icons/store-info.svg';
|
|
211
|
+
|
|
212
|
+
const WebsiteIcons = {
|
|
213
|
+
autocomplete: Autocomplete,
|
|
214
|
+
'autocomplete-check': AutocompleteCheck,
|
|
215
|
+
automotive: Automotive,
|
|
216
|
+
'arrow-link': ArrowLink,
|
|
217
|
+
battery: Battery,
|
|
218
|
+
blog: Blog,
|
|
219
|
+
book: Book,
|
|
220
|
+
buildings: Buildings,
|
|
221
|
+
calendar: Calendar,
|
|
222
|
+
care: Care,
|
|
223
|
+
cars: Cars,
|
|
224
|
+
'call-to-action': CallToAction,
|
|
225
|
+
cb: Cb,
|
|
226
|
+
'check-big': CheckBig,
|
|
227
|
+
'chat-love': ChatLove,
|
|
228
|
+
'chat-conversation': ChatConversation,
|
|
229
|
+
'cube-big': CubeBig,
|
|
230
|
+
'customers-services': CustomersServices,
|
|
231
|
+
customize: Customize,
|
|
232
|
+
'delivery-time': DeliveryTime,
|
|
233
|
+
'delivery-van': DeliveryVan,
|
|
234
|
+
demo: Demo,
|
|
235
|
+
'e-commerce': Ecommerce,
|
|
236
|
+
'electric-charge': ElectricCharge,
|
|
237
|
+
elephant: Elephant,
|
|
238
|
+
'email-contact': EmailContact,
|
|
239
|
+
equalizer: Equalizer,
|
|
240
|
+
escalator: Escalator,
|
|
241
|
+
funnel: Funnel,
|
|
242
|
+
'gas-pump': GasPump,
|
|
243
|
+
gdpr: Gdpr,
|
|
244
|
+
github: Github,
|
|
245
|
+
green: Green,
|
|
246
|
+
heart: Heart,
|
|
247
|
+
'house-insurance': HouseInsurance,
|
|
248
|
+
'indoor-outdoor': IndoorOutdoor,
|
|
249
|
+
'information-round': InformationRound,
|
|
250
|
+
institution: Institution,
|
|
251
|
+
integrations: Integrations,
|
|
252
|
+
itinerary: Itinerary,
|
|
253
|
+
like: Like,
|
|
254
|
+
lotus: Lotus,
|
|
255
|
+
logistics: Logistics,
|
|
256
|
+
'map-3d': Map3d,
|
|
257
|
+
'map-hd': MapHd,
|
|
258
|
+
'map-indoor': MapIndoor,
|
|
259
|
+
'map-location': MapLocation,
|
|
260
|
+
'map-markers': MapMarkers,
|
|
261
|
+
markers: Markers,
|
|
262
|
+
'marker-arrow': MarkerArrow,
|
|
263
|
+
'marker-app': MarkerApp,
|
|
264
|
+
'marker-credit-card': MarkerCreditCard,
|
|
265
|
+
'marker-city': MarkerCity,
|
|
266
|
+
'marker-geofence': MarkerGeofence,
|
|
267
|
+
'markers-infinite': MarkerInfinite,
|
|
268
|
+
'marker-house': MarkerHouse,
|
|
269
|
+
'marker-map': MarkerMap,
|
|
270
|
+
'marker-matrix': MarkerMatrix,
|
|
271
|
+
'marker-multiple': MarkerMultiple,
|
|
272
|
+
'marker-play': MarkerPlay,
|
|
273
|
+
'marker-road': MarkerRoad,
|
|
274
|
+
'marker-search': MarkerSearch,
|
|
275
|
+
'marker-shop': MarkerShop,
|
|
276
|
+
'mobile-rocket': MobileRocket,
|
|
277
|
+
notification: Notification,
|
|
278
|
+
'notification-position': NotificationPosition,
|
|
279
|
+
'open-source': OpenSource,
|
|
280
|
+
package: Package,
|
|
281
|
+
'package-return': PackageReturn,
|
|
282
|
+
parking: Parking,
|
|
283
|
+
'pie-chart': PieChart,
|
|
284
|
+
'place-review': PlaceReview,
|
|
285
|
+
plane: Plane,
|
|
286
|
+
position: Position,
|
|
287
|
+
'puzzle-star': PuzzleStar,
|
|
288
|
+
quote: Quote,
|
|
289
|
+
refresh: Refresh,
|
|
290
|
+
repair: Repair,
|
|
291
|
+
responsive: Responsive,
|
|
292
|
+
restaurant: Restaurant,
|
|
293
|
+
rocket: Rocket,
|
|
294
|
+
'save-money': SaveMoney,
|
|
295
|
+
'search-settings': SearchSettings,
|
|
296
|
+
'search-user': SearchUser,
|
|
297
|
+
'save-time': SaveTime,
|
|
298
|
+
schedule: Schedule,
|
|
299
|
+
'scooter-delivery': ScooterDelivery,
|
|
300
|
+
security: Security,
|
|
301
|
+
'security-position-zone': SecuritPositionZone,
|
|
302
|
+
'security-tools': SecurityTools,
|
|
303
|
+
'security-staff': SecurityStaff,
|
|
304
|
+
'security-zone': SecurityZone,
|
|
305
|
+
'service-marker': ServiceMarker,
|
|
306
|
+
'shake-hand': ShakeHand,
|
|
307
|
+
shipping: Shipping,
|
|
308
|
+
shop: Shop,
|
|
309
|
+
speed: Speed,
|
|
310
|
+
'star-big': StarBig,
|
|
311
|
+
'star-filled-big': StarFilledBig,
|
|
312
|
+
'support-time': SupportTime,
|
|
313
|
+
synchronization: Synchronization,
|
|
314
|
+
taxi: Taxi,
|
|
315
|
+
tools: Tools,
|
|
316
|
+
travel: Travel,
|
|
317
|
+
'tshirt-marker': TshirtMarker,
|
|
318
|
+
'user-profile': UserProfile,
|
|
319
|
+
wheelchair: Wheelchair,
|
|
320
|
+
wifi: Wifi,
|
|
321
|
+
world: World,
|
|
322
|
+
'world-location': WorldLocation,
|
|
323
|
+
'world-time': WorldTime,
|
|
324
|
+
'win-prize': WinPrize,
|
|
325
|
+
zoom: Zoom,
|
|
326
|
+
'marker-coordinates': MarkerCoordinates,
|
|
327
|
+
crosshair: Crosshair,
|
|
328
|
+
'environmental-care': EnvironmentalCare,
|
|
329
|
+
chart: Chart,
|
|
330
|
+
earth: Earth,
|
|
331
|
+
'competition-prize': CompetitionPrize,
|
|
332
|
+
'world-locations': WorldLocations,
|
|
333
|
+
'map-cursor': MapCursor,
|
|
334
|
+
'zone-splitted-checked': ZoneSplittedChecked,
|
|
335
|
+
'hand-code': HandCode,
|
|
336
|
+
'form-success': FormSuccess,
|
|
337
|
+
'map-integration': MapIntegration,
|
|
338
|
+
'heart-ux': HeartUx,
|
|
339
|
+
'marker-seo': MarkerSeo,
|
|
340
|
+
'zone-checked': ZoneChecked,
|
|
341
|
+
'zoom-plus': ZoomPlus,
|
|
342
|
+
'mobile-puzzle-marker': mobilePuzzleMarker,
|
|
343
|
+
'like-chat': LikeChat,
|
|
344
|
+
footprint: Footprint,
|
|
345
|
+
'package-marker': PackageMarker,
|
|
346
|
+
'marker-checked': MarkerChecked,
|
|
347
|
+
'mobile-like-marker': MobileLikeMarker,
|
|
348
|
+
'map-poi': MapPoi,
|
|
349
|
+
'route-info': RouteInfo,
|
|
350
|
+
'inputs-checked': InputsChecked,
|
|
351
|
+
'delivery-zone': DeliveryZone,
|
|
352
|
+
'search-security': SearchSecurity,
|
|
353
|
+
'puzzle-marker-ecosystem': PuzzleMarkerEcosystem,
|
|
354
|
+
'arrows-crosshair': ArrowsCrosshair,
|
|
355
|
+
'marker-data': MarkerData,
|
|
356
|
+
itinenary: Itinenary,
|
|
357
|
+
'public-transports-information': PublicTransportsInformation,
|
|
358
|
+
'route-information': RouteInformation,
|
|
359
|
+
transit: Transit,
|
|
360
|
+
'poi-highlight': PoiHighlight,
|
|
361
|
+
'map-customization': MapCustomization,
|
|
362
|
+
'map-heart': MapHeart,
|
|
363
|
+
'arrows-cloud': ArrowsCloud,
|
|
364
|
+
'client-service': ClientService,
|
|
365
|
+
'clock-notification': ClockNotification,
|
|
366
|
+
'cloud-crosshair': CloudCrosshair,
|
|
367
|
+
'cloud-data': CloudData,
|
|
368
|
+
'console-settings': ConsoleSettings,
|
|
369
|
+
'data-cloud': DataCloud,
|
|
370
|
+
'earth-clock': EarthClock,
|
|
371
|
+
'location-info': LocationInfo,
|
|
372
|
+
'logistics-route': LogisticsRoute,
|
|
373
|
+
'map-indoor-cloud-arrows': MapIndoorCloudArrows,
|
|
374
|
+
'map-indoor-customize': MapIndoorCustomize,
|
|
375
|
+
'map-indoor-marker': MapIndoorMarker,
|
|
376
|
+
'map-indoor-route': MapIndoorRoute,
|
|
377
|
+
'marker-crosshair': MarkerCrosshair,
|
|
378
|
+
'navigation-arrow': MavigationArrow,
|
|
379
|
+
'notification-marker': NotificationMarker,
|
|
380
|
+
'route-sign-user-star': RouteSignUserStar,
|
|
381
|
+
'search-check-fast': SearchCheckFast,
|
|
382
|
+
'square-padlock': SquarePadlock,
|
|
383
|
+
'stock-availability': StockAvailability,
|
|
384
|
+
'store-cog': StoreGog,
|
|
385
|
+
'store-info': StoreInfo,
|
|
386
|
+
'marker-pad-lock': MarkerPadLock,
|
|
387
|
+
'marker-route-truck': MarkerRouteTruck,
|
|
388
|
+
'arrows-marker': ArrowsMarker,
|
|
389
|
+
'cloud-marker-arrow': CloudMarkerArrow,
|
|
390
|
+
'signal-marker': SignalMarker,
|
|
391
|
+
'like-marker': LikeMarker,
|
|
392
|
+
'user-centric': UserCentric,
|
|
393
|
+
'credit-card-check': CreditCardCheck,
|
|
394
|
+
'puzzles-plus': PuzzlesPlus,
|
|
395
|
+
};
|
|
396
|
+
|
|
397
|
+
const MapDemo = {
|
|
398
|
+
'map-route': MapRoute,
|
|
399
|
+
'map-walk': MapWalk,
|
|
400
|
+
'map-bike': MapBike,
|
|
401
|
+
'map-train': MapTrain,
|
|
402
|
+
'map-car': MapCar,
|
|
403
|
+
'map-switch': MapSwitch,
|
|
404
|
+
'map-itinerary': MapItinerary,
|
|
405
|
+
'map-close': MapClose,
|
|
406
|
+
'map-origin': MapOrigin,
|
|
407
|
+
'map-pin': MapPin,
|
|
408
|
+
'map-search': MapSearch,
|
|
409
|
+
'map-arrow-top': MapArrowTop,
|
|
410
|
+
'map-arrow-bottom': MapArrowBottom,
|
|
411
|
+
'map-crosshair': MapCrosshair,
|
|
412
|
+
'map-copy': MapCopy,
|
|
413
|
+
'map-bus': MapBus,
|
|
414
|
+
'map-ferry': MapFerry,
|
|
415
|
+
'map-flight': MapFlight,
|
|
416
|
+
'map-subway': MapSubway,
|
|
417
|
+
'map-lightrail': MapLightRail,
|
|
418
|
+
'map-high-speed-train': MapHighSpeedTrain,
|
|
419
|
+
};
|
|
420
|
+
|
|
421
|
+
|
|
422
|
+
|
|
423
|
+
const Icons = {
|
|
424
|
+
...WebsiteIcons,
|
|
425
|
+
...ConsoleIcons,
|
|
426
|
+
...ProductsIcons,
|
|
427
|
+
...MapDemo,
|
|
428
|
+
};
|
|
429
|
+
|
|
430
|
+
class Icon extends Component {
|
|
431
|
+
render() {
|
|
432
|
+
const { icon, size, className, isFill, isLoad, title, testId } = this.props;
|
|
433
|
+
const IconComponent = Object.keys(Icons).includes(icon) ? Icons[icon] : Woosmap;
|
|
434
|
+
const classes = cl('icon', { 'icon--fill': isFill }, { 'icon--load icon--fill': isLoad }, className);
|
|
435
|
+
return (
|
|
436
|
+
<IconComponent
|
|
437
|
+
className={classes}
|
|
438
|
+
data-testid={`${testId}-${icon}`}
|
|
439
|
+
width={size}
|
|
440
|
+
height={size}
|
|
441
|
+
title={title}
|
|
442
|
+
/>
|
|
443
|
+
);
|
|
444
|
+
}
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
Icon.defaultProps = {
|
|
448
|
+
size: 22,
|
|
449
|
+
className: null,
|
|
450
|
+
title: null,
|
|
451
|
+
testId: 'icon',
|
|
452
|
+
isFill: false,
|
|
453
|
+
isLoad: false,
|
|
454
|
+
};
|
|
455
|
+
|
|
456
|
+
Icon.propTypes = {
|
|
457
|
+
size: PropTypes.number,
|
|
458
|
+
className: PropTypes.string,
|
|
459
|
+
icon: PropTypes.string.isRequired,
|
|
460
|
+
isFill: PropTypes.bool,
|
|
461
|
+
isLoad: PropTypes.bool,
|
|
462
|
+
title: PropTypes.string,
|
|
463
|
+
testId: PropTypes.string,
|
|
464
|
+
};
|
|
465
|
+
|
|
466
|
+
export default Object.assign(Icon, {
|
|
467
|
+
WebsiteIcons,
|
|
468
|
+
MapDemo,
|
|
469
|
+
});
|
package/src/website.js
CHANGED
|
@@ -3,7 +3,7 @@ export { changeLanguage } from './components/utils/locale';
|
|
|
3
3
|
export { default as Button } from './components/Button/Button';
|
|
4
4
|
export { default as Dropdown } from './components/Dropdown/Dropdown';
|
|
5
5
|
export { default as Flash } from './components/Flash/Flash';
|
|
6
|
-
export { default as Icon } from './components/Icon/
|
|
6
|
+
export { default as Icon } from './components/Icon/WebSiteIcon';
|
|
7
7
|
|
|
8
8
|
export { default as Input } from './components/Input/Input';
|
|
9
9
|
export { default as PasswordStrengthBar } from './components/PasswordStrengthBar/PasswordStrengthBar';
|
|
@@ -22,3 +22,8 @@ export { default as DistanceDemo } from './components/Demo/DistanceDemo';
|
|
|
22
22
|
export { default as SearchDemo } from './components/Demo/SearchDemo';
|
|
23
23
|
export { default as AddressDemo } from './components/Demo/AddressDemo';
|
|
24
24
|
export { default as MapDemo } from './components/Demo/MapDemo';
|
|
25
|
+
export { default as AddressAutocomplete } from './components/Woosmap/AddressAutocomplete';
|
|
26
|
+
export { default as OfflineChatBot } from './components/OfflineChatBot/OfflineChatBot';
|
|
27
|
+
export { default as CountrySelect } from './components/Select/CountrySelect';
|
|
28
|
+
export { default as PricingSimulator} from './components/PricingSlider/PricingSimulator';
|
|
29
|
+
export { default as CodeSnippet } from './components/CodeSnippet/CodeSnippet';
|