@eeacms/volto-arcgis-block 0.1.95 → 0.1.96

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,11 @@ 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.96](https://github.com/eea/volto-arcgis-block/compare/0.1.95...0.1.96) - 3 February 2023
8
+
9
+ #### :hammer_and_wrench: Others
10
+
11
+ - Styles fixing [masanchez85 - [`3787780`](https://github.com/eea/volto-arcgis-block/commit/3787780a50f15fbd836e1c5574b4407ed9784cbd)]
7
12
  ### [0.1.95](https://github.com/eea/volto-arcgis-block/compare/0.1.94...0.1.95) - 2 February 2023
8
13
 
9
14
  #### :hammer_and_wrench: Others
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-arcgis-block",
3
- "version": "0.1.95",
3
+ "version": "0.1.96",
4
4
  "description": "volto-arcgis-block: Volto add-on",
5
5
  "main": "src/index.js",
6
6
  "author": "European Environment Agency: CodeSyntax",
@@ -2086,6 +2086,8 @@ class MenuWidget extends React.Component {
2086
2086
  } else if (layers.length > 0) {
2087
2087
  document.querySelector('.info-container').style.display = 'flex';
2088
2088
  }
2089
+ this.renderHotspot();
2090
+ /**/
2089
2091
  }
2090
2092
 
2091
2093
  getLayerTitle(layer) {
@@ -2733,7 +2735,6 @@ class MenuWidget extends React.Component {
2733
2735
  tabIndex="0"
2734
2736
  ></div>
2735
2737
  {<TouchScreenPopup />}
2736
- {this.renderHotspot()}
2737
2738
  </div>
2738
2739
  </>
2739
2740
  );
@@ -1158,7 +1158,7 @@ input[type='range']::-ms-track {
1158
1158
 
1159
1159
  /* Hotspot*/
1160
1160
  .hotspot-container {
1161
- display: flex;
1161
+ display: none;
1162
1162
  flex-direction: column;
1163
1163
  box-shadow: none !important;
1164
1164
  }