@eeacms/volto-arcgis-block 0.1.187 → 0.1.188

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,11 +4,9 @@ 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.187](https://github.com/eea/volto-arcgis-block/compare/0.1.186...0.1.187) - 28 August 2023
8
-
9
- #### :house: Internal changes
7
+ ### [0.1.188](https://github.com/eea/volto-arcgis-block/compare/0.1.187...0.1.188) - 30 August 2023
10
8
 
11
- - chore: pin exact version of dependency [Mikel Larreategi - [`c02b323`](https://github.com/eea/volto-arcgis-block/commit/c02b3239422769cd43ef13d0fbbb4fac5c8db783)]
9
+ ### [0.1.187](https://github.com/eea/volto-arcgis-block/compare/0.1.186...0.1.187) - 28 August 2023
12
10
 
13
11
  ### [0.1.186](https://github.com/eea/volto-arcgis-block/compare/0.1.185...0.1.186) - 28 August 2023
14
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-arcgis-block",
3
- "version": "0.1.187",
3
+ "version": "0.1.188",
4
4
  "description": "volto-arcgis-block: Volto add-on",
5
5
  "main": "src/index.js",
6
6
  "author": "European Environment Agency: CodeSyntax",
@@ -116,11 +116,11 @@ class BookmarkWidget extends React.Component {
116
116
  render() {
117
117
  return (
118
118
  <>
119
- <div ref={this.container} className="legend-container">
119
+ <div ref={this.container} className="bookmark-container">
120
120
  <div tooltip="Bookmark" direction="left" type="widget">
121
121
  <div
122
122
  className={this.menuClass}
123
- id="legend_button"
123
+ id="bookmark_button"
124
124
  aria-label="Bookmark"
125
125
  onClick={this.openMenu.bind(this)}
126
126
  onKeyDown={this.openMenu.bind(this)}
@@ -86,6 +86,10 @@
86
86
  order: 6;
87
87
  }
88
88
 
89
+ .bookmark-container {
90
+ order: 7;
91
+ }
92
+
89
93
  /* Basemap */
90
94
  .basemap-container {
91
95
  display: flex;