@woosmap/ui 4.184.1003 → 4.184.1004

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.184.1003",
3
+ "version": "4.184.1004",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -504,6 +504,8 @@ Icon.propTypes = {
504
504
  };
505
505
 
506
506
  export default Object.assign(Icon, {
507
+ Icons,
507
508
  WebsiteIcons,
509
+ ProductsIcons,
508
510
  MapDemo,
509
511
  });