@woosmap/ui 3.171.0 → 3.173.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": "3.171.0",
3
+ "version": "3.173.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -151,6 +151,7 @@ import { ReactComponent as Clock } from '../../icons/clock.svg';
151
151
  import { ReactComponent as ClockReversed } from '../../icons/clock-reversed.svg';
152
152
  import { ReactComponent as Close } from '../../icons/close.svg';
153
153
  import { ReactComponent as CloseThick } from '../../icons/close-thick.svg';
154
+ import { ReactComponent as Code } from '../../icons/code.svg';
154
155
  import { ReactComponent as Company } from '../../icons/company.svg';
155
156
  import { ReactComponent as Copy } from '../../icons/copy.svg';
156
157
  import { ReactComponent as CreditCard } from '../../icons/credit-card.svg';
@@ -211,6 +212,7 @@ import { ReactComponent as Search } from '../../icons/search.svg';
211
212
  import { ReactComponent as SeePage } from '../../icons/see-page.svg';
212
213
  import { ReactComponent as Settings } from '../../icons/settings.svg';
213
214
  import { ReactComponent as Shield } from '../../icons/shield.svg';
215
+ import { ReactComponent as Shortcut } from '../../icons/shortcut.svg';
214
216
  import { ReactComponent as Star } from '../../icons/star.svg';
215
217
  import { ReactComponent as StarFilled } from '../../icons/star-filled.svg';
216
218
  import { ReactComponent as Support } from '../../icons/support.svg';
@@ -497,6 +499,7 @@ const ConsoleIcons = {
497
499
  clock: Clock,
498
500
  'close-thick': CloseThick,
499
501
  close: Close,
502
+ code: Code,
500
503
  company: Company,
501
504
  copy: Copy,
502
505
  'credit-card': CreditCard,
@@ -557,7 +560,7 @@ const ConsoleIcons = {
557
560
  'see-page': SeePage,
558
561
  settings: Settings,
559
562
  shield: Shield,
560
- showcases: Showcases,
563
+ shortcut: Shortcut,
561
564
  'social-facebook': SocialFacebook,
562
565
  'social-linkedin': SocialLinkedin,
563
566
  'social-twitter': SocialTwitter,
@@ -691,6 +694,7 @@ const ProductsIcons = {
691
694
  storelocator: StoreLocator,
692
695
  stores: Stores,
693
696
  traffic: Traffic,
697
+ showcases: Showcases,
694
698
  };
695
699
 
696
700
  const Icons = {
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.582 15.366a13.565 13.565 0 0 1-2.812-2.702.99.99 0 0 1 0-1.219A13.56 13.56 0 0 1 7.592 8.74l.312-.224a.559.559 0 1 0-.652-.91l-.312.223a14.674 14.674 0 0 0-3.054 2.928 2.11 2.11 0 0 0 .005 2.604 14.714 14.714 0 0 0 3.038 2.916l.336.24a.558.558 0 0 0 .781-.129.559.559 0 0 0-.129-.781l-.336-.24Zm12.859-4.611a14.643 14.643 0 0 0-3.053-2.928l-.312-.224a.56.56 0 0 0-.652.91l.313.225a13.524 13.524 0 0 1 2.821 2.704.996.996 0 0 1-.006 1.227 13.508 13.508 0 0 1-2.808 2.694l-.335.24a.558.558 0 0 0 .326 1.014.554.554 0 0 0 .326-.104l.334-.239a14.655 14.655 0 0 0 3.045-2.925 2.107 2.107 0 0 0 0-2.595ZM13.68 5.144a.56.56 0 0 0-.675.415l-3.1 13.002a.561.561 0 0 0 1.09.26l3.1-13.002a.561.561 0 0 0-.415-.675Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.863 20.983a6.524 6.524 0 0 1-4.456-1.759 6.519 6.519 0 0 1-2.068-5.031 6.517 6.517 0 0 1 1.907-4.359l3.122-3.122-2.739-2.74a.558.558 0 0 1 .396-.955h10.082c.31 0 .56.25.56.56v10.081a.56.56 0 0 1-.955.396l-2.998-2.997-2.022 2.021a3.08 3.08 0 0 0-.879 2.633 3.08 3.08 0 0 0 1.578 2.285l2.79 1.534a.559.559 0 0 1-.209 1.047l-3.403.368c-.235.025-.47.038-.704.038ZM9.376 4.136l2.18 2.181a.558.558 0 0 1 0 .791l-3.518 3.518a5.402 5.402 0 0 0-1.58 3.613 5.405 5.405 0 0 0 1.714 4.168 5.424 5.424 0 0 0 4.274 1.426l1.637-.177-1.232-.679a4.183 4.183 0 0 1-2.147-3.107 4.19 4.19 0 0 1 1.196-3.583l2.418-2.417a.558.558 0 0 1 .791 0l2.438 2.438V4.136H9.376Z"/></svg>