@woosmap/ui 4.181.2 → 4.182.1
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/.yarn/cache/nwsapi-npm-2.2.13-d5ed04d8e0-d34fb78385.zip +0 -0
- package/.yarn/install-state.gz +0 -0
- package/package.json +1 -1
- package/src/components/Icon/Icon.js +12 -0
- package/src/components/ServiceMessage/ServiceMessage.styl +3 -3
- package/src/icons/map-bus.svg +1 -0
- package/src/icons/map-ferry.svg +1 -0
- package/src/icons/map-flight.svg +1 -0
- package/src/icons/map-high-speed-train.svg +1 -0
- package/src/icons/map-lightrail.svg +1 -0
- package/src/icons/map-subway.svg +1 -0
- package/.yarn/cache/nwsapi-npm-2.2.12-a8463ea0e6-4dbce7ecbc.zip +0 -0
|
Binary file
|
package/.yarn/install-state.gz
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -331,6 +331,12 @@ import { ReactComponent as MapPin } from '../../icons/map-pin.svg';
|
|
|
331
331
|
import { ReactComponent as MapSearch } from '../../icons/map-search.svg';
|
|
332
332
|
import { ReactComponent as MapArrowTop } from '../../icons/map-arrow-top.svg';
|
|
333
333
|
import { ReactComponent as MapArrowBottom } from '../../icons/map-arrow-bottom.svg';
|
|
334
|
+
import { ReactComponent as MapBus } from '../../icons/map-bus.svg';
|
|
335
|
+
import { ReactComponent as MapFerry } from '../../icons/map-ferry.svg';
|
|
336
|
+
import { ReactComponent as MapFlight } from '../../icons/map-flight.svg';
|
|
337
|
+
import { ReactComponent as MapSubway } from '../../icons/map-subway.svg';
|
|
338
|
+
import { ReactComponent as MapLightRail } from '../../icons/map-lightrail.svg';
|
|
339
|
+
import { ReactComponent as MapHighSpeedTrain } from '../../icons/map-high-speed-train.svg';
|
|
334
340
|
import { ReactComponent as MapCrosshair } from '../../icons/map-crosshair.svg';
|
|
335
341
|
import { ReactComponent as MapCopy } from '../../icons/map-copy.svg';
|
|
336
342
|
import { ReactComponent as MarkerCoordinates } from '../../icons/marker-coordinates.svg';
|
|
@@ -775,6 +781,12 @@ const MapDemo = {
|
|
|
775
781
|
'map-arrow-bottom': MapArrowBottom,
|
|
776
782
|
'map-crosshair': MapCrosshair,
|
|
777
783
|
'map-copy': MapCopy,
|
|
784
|
+
'map-bus': MapBus,
|
|
785
|
+
'map-ferry': MapFerry,
|
|
786
|
+
'map-flight': MapFlight,
|
|
787
|
+
'map-subway': MapSubway,
|
|
788
|
+
'map-lightrail': MapLightRail,
|
|
789
|
+
'map-high-speed-train': MapHighSpeedTrain,
|
|
778
790
|
};
|
|
779
791
|
|
|
780
792
|
const ProductsIcons = {
|
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
mbi()
|
|
4
4
|
position relative
|
|
5
5
|
z-index 1060
|
|
6
|
-
width
|
|
6
|
+
width 50rem
|
|
7
7
|
min-height 5rem
|
|
8
8
|
padding .8rem $padding + .6 .8rem $padding + .6
|
|
9
|
-
|
|
10
|
-
left 0
|
|
9
|
+
left calc(50% - 25rem)
|
|
11
10
|
color $light
|
|
12
11
|
background-color $dark70
|
|
12
|
+
border-radius 0 0 $borderRadius $borderRadius
|
|
13
13
|
&--success
|
|
14
14
|
background-color $success
|
|
15
15
|
&--error
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.437,2.751h-6.874c-2.213,0-4.007,1.794-4.007,4.007v10.463c0,.716.561,1.295,1.267,1.336v1.572c0,.619.502,1.121,1.121,1.121h1.559c.619,0,1.121-.502,1.121-1.121v-1.564h4.751v1.564c0,.619.502,1.121,1.121,1.121h1.559c.619,0,1.121-.502,1.121-1.121v-1.572c.706-.04,1.267-.62,1.267-1.336V6.758c0-2.213-1.794-4.007-4.007-4.007ZM9.561,4.668c0-.369.299-.668.668-.668h3.543c.369,0,.668.299.668.668h0c0,.369-.299.668-.668.668h-3.543c-.369,0-.668-.299-.668-.668h0ZM7.185,17.543c-.752,0-1.362-.61-1.362-1.362s.61-1.362,1.362-1.362,1.362.61,1.362,1.362-.61,1.362-1.362,1.362ZM16.815,17.543c-.752,0-1.362-.61-1.362-1.362s.61-1.362,1.362-1.362,1.362.61,1.362,1.362-.61,1.362-1.362,1.362ZM18.177,12.685c0,.601-.487,1.089-1.089,1.089H6.912c-.601,0-1.089-.487-1.089-1.089v-5.172c0-.601.487-1.089,1.089-1.089h10.176c.601,0,1.089.487,1.089,1.089v5.172Z"/><path d="M2.835,8.136v2.196c0,.684.555,1.239,1.239,1.239v-3.92h-.753c-.268,0-.486.217-.486.486Z"/><path d="M20.679,7.651h-.753v3.92c.684,0,1.239-.555,1.239-1.239v-2.196c0-.268-.217-.486-.486-.486Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.74,11.842l-1.113-.385.271-3.637c.074-.998-.715-1.849-1.716-1.849h-1.571l-1.146-1.332h-1.392c.237-.259.382-.602.382-.98,0-.803-.651-1.454-1.454-1.454s-1.454.651-1.454,1.454c0,.378.146.722.382.98h-1.392l-1.146,1.332h-1.571c-1.001,0-1.791.851-1.716,1.849l.271,3.637-1.113.385c-.441.152-.687.622-.561,1.071l1.53,5.482c2.002-.269,2.864-1.018,2.875-1.028l.012-.012c.32-.303.828-.283,1.122.046l.011.013c.034.035.975.997,2.751.997s2.751-.968,2.792-1.009l.025-.026c.313-.32.831-.313,1.135.016l.004.005s.802.739,2.814,1.001l1.531-5.485c.125-.449-.121-.918-.561-1.071ZM16.856,10.845l-4.372-1.512c-.314-.109-.655-.109-.969,0l-4.372,1.512-.174-2.704c-.021-.33.241-.61.572-.61h8.917c.331,0,.593.28.572.61l-.174,2.704Z"/><path d="M14.808,19.071l-.02.021c-.009.01-.999,1.004-2.787,1.004-1.776,0-2.717-.961-2.751-.997l-.011-.013c-.295-.328-.802-.349-1.122-.046l-.012.012c-.013.011-1.289,1.122-4.353,1.122v1.621c2.548,0,4.094-.661,4.865-1.126.627.447,1.77,1.047,3.384,1.047s2.765-.599,3.399-1.043c.76.471,2.276,1.122,4.848,1.122v-1.621c-3.108,0-4.289-1.092-4.291-1.093-.307-.338-.836-.343-1.15-.011Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.563,21.243l.218-.198c.469-.425.704-1.05.634-1.678l-1.027-9.176,3.759-2.419c.682-.439,1.193-1.097,1.45-1.866l.198-.593c.057-.171-.059-.352-.238-.37l-.621-.065c-.806-.085-1.617.108-2.299.547l-3.759,2.42L6.949,3.108c-.543-.324-1.209-.368-1.79-.118l-.27.116c-.202.087-.252.351-.095.505l4.54,4.467,1.385,2.44-4.246,2.733-3.169-.845c-.181-.048-.373-.018-.531.083l-.55.354c-.203.13-.196.429.013.55l2.733,1.586c.016.009.022.029.014.045l-.451.929c-.066.137.036.295.188.292l1.033-.026c.018,0,.034.013.036.031l.312,3.145c.024.24.293.37.495.239l.55-.354c.157-.101.265-.264.296-.449l.543-3.234,4.246-2.733,1.647,2.271,2.186,5.983c.076.207.336.271.499.123Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.463,14.468c.207.813.954,1.423,1.872,1.53h0c1.769.207,3.56.207,5.33,0h0c.918-.107,1.664-.718,1.872-1.53l1.791-7.206c.434-1.747-.556-3.56-2.396-4.234-.056-.02-.112-.04-.17-.058h0c-2.432-.783-5.091-.783-7.523,0h0c-.057.018-.114.038-.17.058-1.841.674-2.831,2.487-2.396,4.234l1.791,7.206ZM10.14,15.051h0c-.416,0-.776-.288-.868-.694l-.426-1.885c-.126-.557.297-1.086.868-1.086h.224c.455,0,.836.343.885.795l.202,1.885c.056.526-.356.985-.885.985ZM15.154,12.473l-.426,1.885c-.092.406-.452.694-.868.694h0c-.529,0-.941-.459-.885-.985l.202-1.885c.048-.452.43-.795.885-.795h.224c.571,0,.994.53.868,1.086ZM14.283,10.069l-.02.005c-1.482.397-3.043.397-4.526,0l-.021-.006c-.934-.25-1.744-.834-2.277-1.642h0c-1.087-1.649-.288-3.88,1.598-4.464h0c1.929-.598,3.994-.598,5.923,0h0c1.887.584,2.685,2.815,1.598,4.464h0c-.532.808-1.342,1.392-2.277,1.642Z"/><path d="M19.343,15.875l-.375-5.997c-.002-.028-.047-.031-.054-.004l-1.52,5.781c-.234.89-1.14,1.521-2.184,1.521h0c-2.131.242-4.288.242-6.419,0-1.044,0-1.95-.631-2.184-1.521l-1.52-5.78c-.007-.027-.053-.024-.054.004l-.375,6c-.098,1.527,1.008,2.916,2.679,3.365l.532.143-1.429,1.569c-.187.344.099.741.534.741h0c.391,0,.749-.192.926-.497l1.434-1.42.139.037c1.634.439,3.381.44,5.016.003l.172-.046,1.44,1.426c.177.305.535.496.926.496h0c.435,0,.722-.397.534-.741l-1.431-1.573.529-.141c1.675-.447,2.783-1.837,2.685-3.367Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.462,19.117c.959-.454,1.612-1.407,1.647-2.5l.358-11.253c.042-1.328-.867-2.498-2.164-2.785l-.881-.195c-2.913-.645-5.931-.645-8.844,0l-.881.195c-1.297.287-2.206,1.457-2.164,2.785l.358,11.253c.035,1.093.688,2.046,1.647,2.5l-1.038,1.5c-.17.336.075.734.452.734.231,0,.443-.13.547-.337l1.078-1.579,3.688.875c.483.115.987.115,1.47,0l3.688-.875.928,1.579c.104.207.316.337.547.337.377,0,.621-.397.452-.734l-.888-1.5ZM6.121,5.933c-.048-.929.624-1.74,1.546-1.865l2.402-.327c1.281-.175,2.58-.175,3.862,0l2.402.327c.922.126,1.594.936,1.546,1.865l-.321,4.175c-.015.332-.29.594-.622.594H7.064c-.333,0-.607-.262-.622-.594l-.321-4.175ZM7.196,17.61c-.548,0-.993-.444-.993-.993s.444-.993.993-.993.993.444.993.993-.444.993-.993.993ZM9.772,18.148c-.548,0-.993-.444-.993-.993s.444-.993.993-.993.993.444.993.993-.444.993-.993.993ZM11.218,15.283l-3.771-.707c-.48-.09-.835-.498-.858-.986l-.037-.808c-.017-.355.267-.652.622-.652h9.653c.355,0,.639.297.622.652l-.037.808c-.023.488-.378.896-.858.986l-3.771.707c-.517.097-1.047.097-1.564,0ZM14.228,18.148c-.548,0-.993-.444-.993-.993s.444-.993.993-.993.993.444.993.993-.444.993-.993.993ZM16.804,15.625c.548,0,.993.444.993.993s-.444.993-.993.993-.993-.444-.993-.993.444-.993.993-.993Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.207,2.65H7.793c-1.765,0-3.197,1.431-3.197,3.197v6.21c0,.705.058,1.408.174,2.104l.619,3.707c.093.556.574.964,1.138.964h.895v.551l-.937,1.109c-.286.339-.046.858.398.858h.628c.235,0,.458-.103.609-.283l.741-.877h6.274l.741.877c.152.179.375.283.609.283h.628c.444,0,.685-.519.398-.858l-.937-1.109v-.551h.895c.564,0,1.045-.408,1.138-.964l.619-3.707c.116-.695.174-1.399.174-2.104v-6.21c0-1.765-1.431-3.197-3.197-3.197ZM7.655,15.776c-.672,0-1.217-.545-1.217-1.217s.545-1.217,1.217-1.217,1.217.545,1.217,1.217-.545,1.217-1.217,1.217ZM11.306,10.496c0,.362-.293.655-.655.655h-3.631c-.362,0-.655-.293-.655-.655v-4.343c0-1.141.925-2.066,2.066-2.066h2.22c.362,0,.655.293.655.655v5.754ZM16.345,15.776c-.672,0-1.217-.545-1.217-1.217s.545-1.217,1.217-1.217,1.217.545,1.217,1.217-.545,1.217-1.217,1.217ZM17.635,10.496c0,.362-.293.655-.655.655h-3.631c-.362,0-.655-.293-.655-.655v-5.754c0-.362.293-.655.655-.655h2.22c1.141,0,2.066.925,2.066,2.066v4.343Z"/></svg>
|
|
Binary file
|