@woosmap/ui 3.172.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
|
@@ -212,6 +212,7 @@ import { ReactComponent as Search } from '../../icons/search.svg';
|
|
|
212
212
|
import { ReactComponent as SeePage } from '../../icons/see-page.svg';
|
|
213
213
|
import { ReactComponent as Settings } from '../../icons/settings.svg';
|
|
214
214
|
import { ReactComponent as Shield } from '../../icons/shield.svg';
|
|
215
|
+
import { ReactComponent as Shortcut } from '../../icons/shortcut.svg';
|
|
215
216
|
import { ReactComponent as Star } from '../../icons/star.svg';
|
|
216
217
|
import { ReactComponent as StarFilled } from '../../icons/star-filled.svg';
|
|
217
218
|
import { ReactComponent as Support } from '../../icons/support.svg';
|
|
@@ -559,7 +560,7 @@ const ConsoleIcons = {
|
|
|
559
560
|
'see-page': SeePage,
|
|
560
561
|
settings: Settings,
|
|
561
562
|
shield: Shield,
|
|
562
|
-
|
|
563
|
+
shortcut: Shortcut,
|
|
563
564
|
'social-facebook': SocialFacebook,
|
|
564
565
|
'social-linkedin': SocialLinkedin,
|
|
565
566
|
'social-twitter': SocialTwitter,
|
|
@@ -693,6 +694,7 @@ const ProductsIcons = {
|
|
|
693
694
|
storelocator: StoreLocator,
|
|
694
695
|
stores: Stores,
|
|
695
696
|
traffic: Traffic,
|
|
697
|
+
showcases: Showcases,
|
|
696
698
|
};
|
|
697
699
|
|
|
698
700
|
const Icons = {
|
package/src/icons/code.svg
CHANGED
|
@@ -1 +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-.
|
|
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>
|