@woosmap/ui 4.233.0 → 4.235.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
|
@@ -414,6 +414,8 @@ import { ReactComponent as StoreGog } from '../../icons/store-cog.svg';
|
|
|
414
414
|
import { ReactComponent as StoreInfo } from '../../icons/store-info.svg';
|
|
415
415
|
import { ReactComponent as Column } from '../../icons/column.svg';
|
|
416
416
|
import { ReactComponent as Handle } from '../../icons/handle.svg';
|
|
417
|
+
import { ReactComponent as StaticMap } from '../../icons/static-map.svg';
|
|
418
|
+
import { ReactComponent as StaticMaps } from '../../icons/static-maps.svg';
|
|
417
419
|
|
|
418
420
|
const WebsiteIcons = {
|
|
419
421
|
autocomplete: Autocomplete,
|
|
@@ -598,6 +600,8 @@ const WebsiteIcons = {
|
|
|
598
600
|
'user-centric': UserCentric,
|
|
599
601
|
'credit-card-check': CreditCardCheck,
|
|
600
602
|
'puzzles-plus': PuzzlesPlus,
|
|
603
|
+
'static-map': StaticMap,
|
|
604
|
+
'static-maps': StaticMaps,
|
|
601
605
|
};
|
|
602
606
|
|
|
603
607
|
const ConsoleIcons = {
|
|
@@ -232,7 +232,8 @@ import { ReactComponent as Distance } from '../../icons/distance.svg';
|
|
|
232
232
|
import { ReactComponent as Geolocation } from '../../icons/geolocation.svg';
|
|
233
233
|
import { ReactComponent as Localities } from '../../icons/localities.svg';
|
|
234
234
|
import { ReactComponent as Map } from '../../icons/map.svg';
|
|
235
|
-
|
|
235
|
+
import { ReactComponent as StaticMap } from '../../icons/static-map.svg';
|
|
236
|
+
import { ReactComponent as StaticMaps } from '../../icons/static-maps.svg';
|
|
236
237
|
import { ReactComponent as SocialFacebook } from '../../icons/social-facebook.svg';
|
|
237
238
|
import { ReactComponent as SocialGithub } from '../../icons/social-github.svg';
|
|
238
239
|
import { ReactComponent as SocialGoogle } from '../../icons/social-google.svg';
|
|
@@ -429,6 +430,8 @@ const WebsiteIcons = {
|
|
|
429
430
|
'user-centric': UserCentric,
|
|
430
431
|
'credit-card-check': CreditCardCheck,
|
|
431
432
|
'puzzles-plus': PuzzlesPlus,
|
|
433
|
+
'static-map': StaticMap,
|
|
434
|
+
'static-maps': StaticMaps,
|
|
432
435
|
};
|
|
433
436
|
|
|
434
437
|
const MapDemo = {
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100">
|
|
2
|
+
<path d="M79.518,20.712H20.482c-5.388,0-9.771,4.384-9.771,9.771v39.034c0,2.852,1.236,5.414,3.19,7.202.005.005.006.011.011.016.008.008.018.01.026.017,1.734,1.571,4.026,2.537,6.544,2.537h59.035c5.388,0,9.771-4.384,9.771-9.771V30.483c0-5.388-4.384-9.771-9.771-9.771ZM84.144,72.918l-12.273-8.011c-.244-.159-.529-.244-.82-.244h-27.266l-9.151-9.151,5.874-5.873c.586-.586.586-1.535,0-2.121s-1.535-.586-2.121,0l-5.874,5.873-7.614-7.614c-.281-.281-.663-.439-1.061-.439h-10.127v-5.145h33.212l14.876,14.877c.281.281.663.439,1.061.439h15.158v7.058c0,.397.158.779.439,1.061l7.604,7.603c-.249.948-.692,1.817-1.294,2.556-.092-.344-.301-.659-.623-.869ZM53.775,34.304v-10.593h24.242v8.859l-12.729,8.026c-.436.274-.7.754-.7,1.269v10.644h-1.108l-13.644-13.645,3.499-3.5c.281-.281.439-.663.439-1.061ZM81.018,61.946v-6.437h5.271v11.707l-5.271-5.271ZM86.289,30.483v22.026h-18.7v-9.816l12.729-8.026c.436-.274.7-.754.7-1.269v-9.513c3.013.685,5.271,3.381,5.271,6.598ZM18.868,23.914l7.906,7.906c.293.293.677.439,1.061.439s.768-.146,1.061-.439c.586-.586.586-1.535,0-2.121l-5.987-5.987h27.868v9.972l-3.509,3.51H13.711v-6.71c0-3.176,2.202-5.842,5.157-6.569ZM20.482,76.289c-1.156,0-2.245-.292-3.198-.805l4.957-4.958h8.933c.828,0,1.5-.672,1.5-1.5s-.672-1.5-1.5-1.5h-9.554c-.397,0-.779.158-1.061.439l-5.539,5.54c-.82-1.12-1.311-2.496-1.311-3.987v-21.18h9.506l18.886,18.886c.281.281.663.439,1.061.439h27.44l11.899,7.767c.053.034.111.049.166.076-.942.498-2.014.783-3.151.783H20.482Z"/>
|
|
3
|
+
<path d="M47.569,50.121c-1.286,0-2.329,1.042-2.329,2.329s1.043,2.329,2.329,2.329,2.329-1.043,2.329-2.329-1.043-2.329-2.329-2.329Z"/>
|
|
4
|
+
<circle cx="63.582" cy="59.765" r="2.329"/>
|
|
5
|
+
<path d="M57.423,70.021c-1.286,0-2.329,1.042-2.329,2.329s1.043,2.329,2.329,2.329,2.329-1.043,2.329-2.329-1.043-2.329-2.329-2.329Z"/>
|
|
6
|
+
<path d="M65.131,33.088c1.286,0,2.329-1.043,2.329-2.329s-1.043-2.329-2.329-2.329-2.329,1.042-2.329,2.329,1.043,2.329,2.329,2.329Z"/>
|
|
7
|
+
<path d="M37.775,33.088c1.286,0,2.329-1.043,2.329-2.329s-1.043-2.329-2.329-2.329-2.329,1.042-2.329,2.329,1.043,2.329,2.329,2.329Z"/>
|
|
8
|
+
<path d="M77.907,43.186c-1.286,0-2.329,1.042-2.329,2.329s1.043,2.329,2.329,2.329,2.329-1.043,2.329-2.329-1.043-2.329-2.329-2.329Z"/>
|
|
9
|
+
<path d="M21.525,59.765c-1.286,0-2.329,1.042-2.329,2.329s1.043,2.329,2.329,2.329,2.329-1.043,2.329-2.329-1.043-2.329-2.329-2.329Z"/>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100">
|
|
2
|
+
<path d="M79.518,20.712H20.482c-5.388,0-9.771,4.384-9.771,9.771v39.034c0,2.852,1.236,5.414,3.19,7.202.005.005.006.011.011.016.008.008.018.01.026.017,1.734,1.571,4.026,2.537,6.544,2.537h59.035c5.388,0,9.771-4.384,9.771-9.771V30.483c0-5.388-4.384-9.771-9.771-9.771ZM53.775,34.304v-10.593h24.242v8.859l-12.729,8.026c-.436.274-.7.754-.7,1.269v10.644h-1.108l-13.644-13.645,3.499-3.5c.281-.281.439-.663.439-1.061ZM13.711,30.483c0-3.176,2.202-5.842,5.157-6.569l7.906,7.906c.293.293.677.439,1.061.439s.768-.146,1.061-.439c.586-.586.586-1.535,0-2.121l-5.987-5.987h27.868v9.972l-3.509,3.51H13.711v-6.71ZM79.518,76.289H20.482c-1.156,0-2.245-.292-3.198-.805l4.957-4.958h8.933c.828,0,1.5-.672,1.5-1.5s-.672-1.5-1.5-1.5h-9.554c-.397,0-.779.158-1.061.439l-5.539,5.54c-.82-1.12-1.311-2.496-1.311-3.987v-21.18h9.506l18.886,18.886c.281.281.663.439,1.061.439h27.44l11.899,7.767c.053.034.111.049.166.076-.942.498-2.014.783-3.151.783ZM84.767,73.787c-.092-.344-.301-.659-.623-.869l-12.273-8.011c-.244-.159-.529-.244-.82-.244h-27.266l-9.151-9.151,5.874-5.873c.586-.586.586-1.535,0-2.121s-1.535-.586-2.121,0l-5.874,5.873-7.614-7.614c-.281-.281-.663-.439-1.061-.439h-10.127v-5.145h33.212l14.876,14.877c.281.281.663.439,1.061.439h15.158v7.058c0,.397.158.779.439,1.061l7.604,7.603c-.249.948-.692,1.817-1.294,2.556ZM86.289,67.217l-5.271-5.271v-6.437h5.271v11.707ZM86.289,52.509h-18.7v-9.816l12.729-8.026c.436-.274.7-.754.7-1.269v-9.513c3.013.685,5.271,3.381,5.271,6.598v22.026Z"/>
|
|
3
|
+
<path d="M47.569,50.121c-1.286,0-2.329,1.042-2.329,2.329s1.043,2.329,2.329,2.329,2.329-1.043,2.329-2.329-1.043-2.329-2.329-2.329Z"/>
|
|
4
|
+
<circle cx="63.582" cy="59.765" r="2.329"/>
|
|
5
|
+
<path d="M57.423,70.021c-1.286,0-2.329,1.042-2.329,2.329s1.043,2.329,2.329,2.329,2.329-1.043,2.329-2.329-1.043-2.329-2.329-2.329Z"/>
|
|
6
|
+
<path d="M65.131,33.088c1.286,0,2.329-1.043,2.329-2.329s-1.043-2.329-2.329-2.329-2.329,1.042-2.329,2.329,1.043,2.329,2.329,2.329Z"/>
|
|
7
|
+
<path d="M37.775,28.43c-1.286,0-2.329,1.042-2.329,2.329s1.043,2.329,2.329,2.329,2.329-1.043,2.329-2.329-1.043-2.329-2.329-2.329Z"/>
|
|
8
|
+
<path d="M77.907,43.186c-1.286,0-2.329,1.042-2.329,2.329s1.043,2.329,2.329,2.329,2.329-1.043,2.329-2.329-1.043-2.329-2.329-2.329Z"/>
|
|
9
|
+
<path d="M21.525,59.765c-1.286,0-2.329,1.042-2.329,2.329s1.043,2.329,2.329,2.329,2.329-1.043,2.329-2.329-1.043-2.329-2.329-2.329Z"/>
|
|
10
|
+
<path d="M25.771,13.714h49.808c.828,0,1.5-.672,1.5-1.5s-.672-1.5-1.5-1.5H25.771c-.828,0-1.5.672-1.5,1.5s.672,1.5,1.5,1.5Z"/>
|
|
11
|
+
<path d="M75.579,86.287H25.771c-.828,0-1.5.672-1.5,1.5s.672,1.5,1.5,1.5h49.808c.828,0,1.5-.672,1.5-1.5s-.672-1.5-1.5-1.5Z"/>
|
|
12
|
+
</svg>
|