@woosmap/ui 4.244.0 → 4.245.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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@woosmap/ui",
3
- "version": "4.244.0",
3
+ "version": "4.245.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -420,6 +420,7 @@ import { ReactComponent as Signup } from '../../icons/signup.svg';
420
420
  import { ReactComponent as Login } from '../../icons/login.svg';
421
421
  import { ReactComponent as ExploreMap } from '../../icons/explore-map.svg';
422
422
  import { ReactComponent as Pricing } from '../../icons/pricing.svg';
423
+ import { ReactComponent as Contact } from '../../icons/contact.svg';
423
424
 
424
425
  const WebsiteIcons = {
425
426
  autocomplete: Autocomplete,
@@ -613,6 +614,7 @@ const WebsiteIcons = {
613
614
  'static-map': StaticMap,
614
615
  'static-maps': StaticMaps,
615
616
  pricing: Pricing,
617
+ contact: Contact,
616
618
  };
617
619
 
618
620
  const ConsoleIcons = {
@@ -224,6 +224,7 @@ import { ReactComponent as Signup } from '../../icons/signup.svg';
224
224
  import { ReactComponent as Login } from '../../icons/login.svg';
225
225
  import { ReactComponent as ExploreMap } from '../../icons/explore-map.svg';
226
226
  import { ReactComponent as Pricing } from '../../icons/pricing.svg';
227
+ import { ReactComponent as Contact } from '../../icons/contact.svg';
227
228
  import { ReactComponent as Stores } from '../../icons/stores.svg';
228
229
  import { ReactComponent as Traffic } from '../../icons/traffic.svg';
229
230
  import { ReactComponent as Geofencing } from '../../icons/geofencing.svg';
@@ -445,6 +446,7 @@ const WebsiteIcons = {
445
446
  login: Login,
446
447
  'explore-map': ExploreMap,
447
448
  pricing: Pricing,
449
+ contact: Contact,
448
450
  };
449
451
 
450
452
  const MapDemo = {
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M82.475,14.555H17.525c-6.252,0-11.339,5.087-11.339,11.339v48.212c0,6.252,5.086,11.339,11.339,11.339h64.949c6.252,0,11.339-5.087,11.339-11.339V25.894c0-6.252-5.087-11.339-11.339-11.339ZM82.475,17.555c1.885,0,3.619.636,5.017,1.694l-33.115,33.114c-1.169,1.17-2.724,1.813-4.377,1.813s-3.208-.644-4.377-1.813L12.508,19.249c1.398-1.058,3.133-1.694,5.017-1.694h64.949ZM90.813,74.106c0,4.598-3.741,8.339-8.339,8.339H17.525c-4.598,0-8.339-3.741-8.339-8.339V25.894c0-1.63.478-3.148,1.29-4.435l33.025,33.026c1.736,1.736,4.044,2.692,6.499,2.692s4.763-.956,6.498-2.692l33.026-33.025c.812,1.286,1.289,2.804,1.289,4.434v48.212Z"/></svg>