@woosmap/ui 4.243.0 → 4.244.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
|
@@ -419,6 +419,7 @@ import { ReactComponent as StaticMaps } from '../../icons/static-maps.svg';
|
|
|
419
419
|
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
|
+
import { ReactComponent as Pricing } from '../../icons/pricing.svg';
|
|
422
423
|
|
|
423
424
|
const WebsiteIcons = {
|
|
424
425
|
autocomplete: Autocomplete,
|
|
@@ -611,6 +612,7 @@ const WebsiteIcons = {
|
|
|
611
612
|
'puzzles-plus': PuzzlesPlus,
|
|
612
613
|
'static-map': StaticMap,
|
|
613
614
|
'static-maps': StaticMaps,
|
|
615
|
+
pricing: Pricing,
|
|
614
616
|
};
|
|
615
617
|
|
|
616
618
|
const ConsoleIcons = {
|
|
@@ -220,7 +220,10 @@ import { ReactComponent as StoreInfo } from '../../icons/store-info.svg';
|
|
|
220
220
|
import { ReactComponent as CaretRight } from '../../icons/caret-right.svg';
|
|
221
221
|
import { ReactComponent as CaretBottom } from '../../icons/caret-bottom.svg';
|
|
222
222
|
import { ReactComponent as CaretTop } from '../../icons/caret-top.svg';
|
|
223
|
-
|
|
223
|
+
import { ReactComponent as Signup } from '../../icons/signup.svg';
|
|
224
|
+
import { ReactComponent as Login } from '../../icons/login.svg';
|
|
225
|
+
import { ReactComponent as ExploreMap } from '../../icons/explore-map.svg';
|
|
226
|
+
import { ReactComponent as Pricing } from '../../icons/pricing.svg';
|
|
224
227
|
import { ReactComponent as Stores } from '../../icons/stores.svg';
|
|
225
228
|
import { ReactComponent as Traffic } from '../../icons/traffic.svg';
|
|
226
229
|
import { ReactComponent as Geofencing } from '../../icons/geofencing.svg';
|
|
@@ -438,6 +441,10 @@ const WebsiteIcons = {
|
|
|
438
441
|
'puzzles-plus': PuzzlesPlus,
|
|
439
442
|
'static-map': StaticMap,
|
|
440
443
|
'static-maps': StaticMaps,
|
|
444
|
+
signup: Signup,
|
|
445
|
+
login: Login,
|
|
446
|
+
'explore-map': ExploreMap,
|
|
447
|
+
pricing: Pricing,
|
|
441
448
|
};
|
|
442
449
|
|
|
443
450
|
const MapDemo = {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M91.145,16.854c-.008-4.403-3.596-7.992-8-7.999l-26.56-.047h-.017c-2.458,0-4.865.996-6.604,2.735L11.108,50.4c-3.062,3.062-3.062,8.045,0,11.107l27.384,27.384c1.531,1.531,3.543,2.297,5.554,2.297s4.023-.766,5.554-2.297l38.856-38.856c1.769-1.769,2.74-4.119,2.735-6.62l-.047-26.561ZM86.335,47.914l-38.856,38.856c-1.893,1.893-4.972,1.893-6.866,0l-27.384-27.384c-1.893-1.893-1.893-4.973,0-6.865L52.086,13.665c1.181-1.181,2.813-1.856,4.482-1.856h.012l26.561.047c2.754.005,5,2.25,5.004,5.005l.047,26.561c.003,1.697-.656,3.293-1.856,4.493Z"/><path d="M69.946,20.484c-2.556,0-4.959.995-6.767,2.803-3.731,3.731-3.731,9.802,0,13.533,1.807,1.808,4.21,2.803,6.767,2.803s4.959-.995,6.767-2.803c3.731-3.731,3.731-9.802,0-13.533-1.807-1.808-4.21-2.803-6.767-2.803ZM74.592,34.699c-2.562,2.561-6.729,2.561-9.291,0-1.241-1.241-1.924-2.891-1.924-4.646s.683-3.404,1.924-4.646c1.281-1.28,2.963-1.921,4.646-1.921s3.365.641,4.646,1.921c1.241,1.241,1.924,2.891,1.924,4.646s-.683,3.404-1.924,4.646Z"/></svg>
|