@eeacms/volto-arcgis-block 0.1.191 → 0.1.192

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,12 @@ 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.192](https://github.com/eea/volto-arcgis-block/compare/0.1.191...0.1.192) - 11 September 2023
8
+
9
+ #### :hammer_and_wrench: Others
10
+
11
+ - Update package.json [Urkorue - [`5ddbe29`](https://github.com/eea/volto-arcgis-block/commit/5ddbe2970873d2072463232df90bc2d7904ec908)]
12
+ - Update package.json [Urkorue - [`bffa182`](https://github.com/eea/volto-arcgis-block/commit/bffa182175d1e17a3afe4bbcec684d5158a3207e)]
7
13
  ### [0.1.191](https://github.com/eea/volto-arcgis-block/compare/0.1.190...0.1.191) - 8 September 2023
8
14
 
9
15
  ### [0.1.190](https://github.com/eea/volto-arcgis-block/compare/0.1.189...0.1.190) - 8 September 2023
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-arcgis-block",
3
- "version": "0.1.191",
3
+ "version": "0.1.192",
4
4
  "description": "volto-arcgis-block: Volto add-on",
5
5
  "main": "src/index.js",
6
6
  "author": "European Environment Agency: CodeSyntax",
@@ -277,6 +277,12 @@ body.section-map-viewer
277
277
  h1 {
278
278
  width: auto !important;
279
279
  }
280
+
281
+ .esri-button-menu__item-wrapper
282
+ li.esri-button-menu__item
283
+ [for*='-widget-1-menu-item-1'] {
284
+ display: none;
285
+ }
280
286
  /* Area */
281
287
  .area-container {
282
288
  display: flex;