@woosmap/ui 3.60.0 → 3.61.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.60.0",
3
+ "version": "3.61.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -121,6 +121,7 @@ import { ReactComponent as SeePage } from '../../icons/see-page.svg';
121
121
  import { ReactComponent as Settings } from '../../icons/settings.svg';
122
122
  import { ReactComponent as Shield } from '../../icons/shield.svg';
123
123
  import { ReactComponent as Star } from '../../icons/star.svg';
124
+ import { ReactComponent as StarFilled } from '../../icons/star-filled.svg';
124
125
  import { ReactComponent as Support } from '../../icons/support.svg';
125
126
  import { ReactComponent as Switch } from '../../icons/switch.svg';
126
127
  import { ReactComponent as Team } from '../../icons/team.svg';