@eeacms/volto-eea-design-system 1.23.1 → 1.23.2

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
+ ### [1.23.2](https://github.com/eea/volto-eea-design-system/compare/1.23.1...1.23.2) - 5 March 2024
8
+
9
+ #### :nail_care: Enhancements
10
+
11
+ - change(buttons): remove padding from all basic buttons inside ui.buttons [David Ichim - [`e4dc0e6`](https://github.com/eea/volto-eea-design-system/commit/e4dc0e6dc204097f6faa2a044fa8049db3a320cc)]
12
+
7
13
  ### [1.23.1](https://github.com/eea/volto-eea-design-system/compare/1.23.0...1.23.1) - 19 February 2024
8
14
 
9
15
  #### :bug: Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-eea-design-system",
3
- "version": "1.23.1",
3
+ "version": "1.23.2",
4
4
  "description": "@eeacms/volto-eea-design-system: Volto add-on",
5
5
  "main": "src/index.js",
6
6
  "author": "European Environment Agency: IDM2 A-Team",
@@ -95,8 +95,9 @@
95
95
  }
96
96
 
97
97
  // Maps, Video and Image blocks use buttons without
98
+ // also ObjectBrowserWidget used on Teaser target
98
99
  // icons, fix them in css for now
99
- .toolbar-inner .ui.buttons .basic.button {
100
+ .ui.buttons .basic.button {
100
101
  padding: 0;
101
102
  background-color: transparent !important;
102
103
  box-shadow: none !important;