@eeacms/volto-arcgis-block 0.1.175 → 0.1.176

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/CHANGELOG.md CHANGED
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
 
5
5
  Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6
6
 
7
+ ### [0.1.176](https://github.com/eea/volto-arcgis-block/compare/0.1.175...0.1.176) - 20 July 2023
8
+
7
9
  ### [0.1.175](https://github.com/eea/volto-arcgis-block/compare/0.1.174...0.1.175) - 19 July 2023
8
10
 
9
11
  ### [0.1.174](https://github.com/eea/volto-arcgis-block/compare/0.1.173...0.1.174) - 18 July 2023
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-arcgis-block",
3
- "version": "0.1.175",
3
+ "version": "0.1.176",
4
4
  "description": "volto-arcgis-block: Volto add-on",
5
5
  "main": "src/index.js",
6
6
  "author": "European Environment Agency: CodeSyntax",
@@ -532,6 +532,10 @@
532
532
  background-color: #dadada40;
533
533
  }
534
534
 
535
+ .land .map-menu-layer {
536
+ border-bottom: 1px solid rgba(160, 177, 40, 0.2) !important;
537
+ }
538
+
535
539
  .map-menu-icons {
536
540
  display: inline-block;
537
541
  white-space: nowrap;