@woosmap/ui 4.239.0 → 4.241.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.239.0",
3
+ "version": "4.241.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -515,8 +515,11 @@ const WebsiteIcons = {
515
515
  shipping: Shipping,
516
516
  shop: Shop,
517
517
  speed: Speed,
518
+ star: Star,
519
+ 'star-filled': StarFilled,
518
520
  'star-big': StarBig,
519
521
  'star-filled-big': StarFilledBig,
522
+ switch: Switch,
520
523
  'support-time': SupportTime,
521
524
  synchronization: Synchronization,
522
525
  taxi: Taxi,
@@ -88,6 +88,9 @@ import { ReactComponent as PlaceReview } from '../../icons/place-review.svg';
88
88
  import { ReactComponent as Plane } from '../../icons/plane.svg';
89
89
  import { ReactComponent as Position } from '../../icons/position.svg';
90
90
  import { ReactComponent as PuzzleStar } from '../../icons/puzzle-star.svg';
91
+ import { ReactComponent as Star } from '../../icons/star.svg';
92
+ import { ReactComponent as StarFilled } from '../../icons/star-filled.svg';
93
+ import { ReactComponent as Switch } from '../../icons/switch.svg';
91
94
  import { ReactComponent as Quote } from '../../icons/quote.svg';
92
95
  import { ReactComponent as Refresh } from '../../icons/refresh.svg';
93
96
  import { ReactComponent as Repair } from '../../icons/repair.svg';
@@ -345,8 +348,11 @@ const WebsiteIcons = {
345
348
  shipping: Shipping,
346
349
  shop: Shop,
347
350
  speed: Speed,
351
+ star: Star,
352
+ 'star-filled': StarFilled,
348
353
  'star-big': StarBig,
349
354
  'star-filled-big': StarFilledBig,
355
+ switch: Switch,
350
356
  'support-time': SupportTime,
351
357
  synchronization: Synchronization,
352
358
  taxi: Taxi,