@woosmap/ui 4.234.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
|
@@ -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 = {
|