@woosmap/ui 4.184.1000 → 4.184.1001

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.1000",
3
+ "version": "4.184.1001",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -418,12 +418,8 @@ const MapDemo = {
418
418
  'map-high-speed-train': MapHighSpeedTrain,
419
419
  };
420
420
 
421
-
422
-
423
421
  const Icons = {
424
422
  ...WebsiteIcons,
425
- ...ConsoleIcons,
426
- ...ProductsIcons,
427
423
  ...MapDemo,
428
424
  };
429
425