@eeacms/volto-eea-design-system 0.9.4 → 0.9.5

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.9.5](https://github.com/eea/volto-eea-design-system/compare/0.9.4...0.9.5) - 20 October 2022
8
+
9
+ #### :bug: Bug Fixes
10
+
11
+ - fix(statistic): margin and slate colors when using the inverted options [David Ichim - [`f263dea`](https://github.com/eea/volto-eea-design-system/commit/f263dea1940594ad00b3548c8640ca378fee5563)]
12
+
7
13
  ### [0.9.4](https://github.com/eea/volto-eea-design-system/compare/0.9.3...0.9.4) - 19 October 2022
8
14
 
9
15
  #### :bug: Bug Fixes
@@ -15,6 +21,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
15
21
 
16
22
  #### :nail_care: Enhancements
17
23
 
24
+ - change(banner,colors): content box theme aware colors banner changes#254 from eea/develop [ichim-david - [`bcb9a8c`](https://github.com/eea/volto-eea-design-system/commit/bcb9a8cde0cb0f927a68c0872e590e5ab853f824)]
18
25
  - change(statistics): tweaked margin of statistics so that they don't overflow over context boxes [David Ichim - [`b4a8e33`](https://github.com/eea/volto-eea-design-system/commit/b4a8e33dfaa716f38ac9ce5448d400c74ef9ba62)]
19
26
  - change(Banner): Show label in metadata field [kreafox - [`1acda3c`](https://github.com/eea/volto-eea-design-system/commit/1acda3c53739b610b501a53baf10226769929d2d)]
20
27
  - change(Banner): Add subtitle subcomponent [kreafox - [`bb67f4c`](https://github.com/eea/volto-eea-design-system/commit/bb67f4c83a2ff0e17958116fc4a52a426ba64a70)]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-eea-design-system",
3
- "version": "0.9.4",
3
+ "version": "0.9.5",
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",
@@ -34,6 +34,7 @@
34
34
  }
35
35
  }
36
36
 
37
+ .ui.statistics.inverted .slate,
37
38
  .ui.statistics.inverted > a {
38
39
  color: @white;
39
40
  }
@@ -79,8 +79,8 @@
79
79
  @invertedBackground: transparent;
80
80
 
81
81
  /* Item Width */
82
- @itemGroupMargin: 0em 0em -@rowSpacing;
83
- @itemMargin: 0em 0em @rowSpacing;
82
+ @itemGroupMargin: 2rem 0;
83
+ @itemMargin: 2rem 0;
84
84
 
85
85
  /* Size */
86
86
  @miniTextValueSize: 1rem;