@eeacms/volto-eea-design-system 1.60.2 → 1.60.3

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,17 @@ 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.60.2](https://github.com/eea/volto-eea-design-system/compare/1.60.1...1.60.2) - 22 April 2026
7
+ ### [1.60.3](https://github.com/eea/volto-eea-design-system/compare/1.60.2...1.60.3) - 12 May 2026
8
+
9
+ #### :bug: Bug Fixes
10
+
11
+ - fix: Visual regression from Volto18 sharing panel - refs #303312 [Teodor Voicu - [`113d539`](https://github.com/eea/volto-eea-design-system/commit/113d539a85ab6cbb224cb1fbbd292053671bd988)]
8
12
 
9
13
  #### :hammer_and_wrench: Others
10
14
 
11
- - use proper state of header settings [Miu Razvan - [`03f2182`](https://github.com/eea/volto-eea-design-system/commit/03f2182e1248308ef4c406dbffab1d1433a2d510)]
15
+ - Contribute documentation - update with master branch [Alin Voinea - [`fbc734f`](https://github.com/eea/volto-eea-design-system/commit/fbc734f8a04e1cb87b978793500ed6ddfcdc098b)]
16
+ ### [1.60.2](https://github.com/eea/volto-eea-design-system/compare/1.60.1...1.60.2) - 22 April 2026
17
+
12
18
  ### [1.60.1](https://github.com/eea/volto-eea-design-system/compare/1.60.0...1.60.1) - 17 April 2026
13
19
 
14
20
  ### [1.60.0](https://github.com/eea/volto-eea-design-system/compare/1.50.2...1.60.0) - 17 April 2026
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-eea-design-system",
3
- "version": "1.60.2",
3
+ "version": "1.60.3",
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",
@@ -82,6 +82,8 @@
82
82
  // and acts as a circular button
83
83
  .ui.circular.basic.button,
84
84
  .ui.basic.floated.button,
85
+ .ui.actions.segment .ui.basic.primary.button,
86
+ .ui.actions.segment .ui.basic.secondary.button,
85
87
  .ui.circular.icon.button {
86
88
  padding: @circularButtonPadding;
87
89
  border-width: @circularButtonBorderWidth;
@@ -90,6 +92,12 @@
90
92
  line-height: @circularButtonLineHeight;
91
93
  }
92
94
 
95
+ .ui.actions.segment .ui.basic.primary.button,
96
+ .ui.actions.segment .ui.basic.secondary.button {
97
+ margin-right: 0;
98
+ margin-left: @floatedMargin;
99
+ }
100
+
93
101
  .ui.basic.button > .icon {
94
102
  margin: @basicButtonIconMargin;
95
103
  vertical-align: @basicButtonIconVerticalAlign;