@eeacms/volto-eea-design-system 1.22.5 → 1.22.7

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,22 @@ 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.22.7](https://github.com/eea/volto-eea-design-system/compare/1.22.6...1.22.7) - 22 January 2024
8
+
9
+ #### :bug: Bug Fixes
10
+
11
+ - fix(icons): restored icon.overrides styles to preserve font awesome icon display [David Ichim - [`a3d3548`](https://github.com/eea/volto-eea-design-system/commit/a3d35488c99014469de1287346ba83b0c86bae1e)]
12
+
13
+ ### [1.22.6](https://github.com/eea/volto-eea-design-system/compare/1.22.5...1.22.6) - 19 January 2024
14
+
15
+ #### :bug: Bug Fixes
16
+
17
+ - fix(site): re-enable Icons font face still used in Volto [David Ichim - [`e85a1ab`](https://github.com/eea/volto-eea-design-system/commit/e85a1abd0b1c21fc531cbe7ef742cc504b53e1f1)]
18
+ - fix(site): re-enable Icons font face since it's still used in some of Volto's interface [David Ichim - [`fe0c296`](https://github.com/eea/volto-eea-design-system/commit/fe0c2966b0860905b062313ae018001dbf579ec9)]
19
+
20
+ #### :hammer_and_wrench: Others
21
+
22
+ - Revert "fix(site): re-enable Icons font face since it's still used in some of Volto's interface" [David Ichim - [`cefa221`](https://github.com/eea/volto-eea-design-system/commit/cefa2213d0b20d15a7ee3d6272a0a5f53057e07d)]
7
23
  ### [1.22.5](https://github.com/eea/volto-eea-design-system/compare/1.22.4...1.22.5) - 17 January 2024
8
24
 
9
25
  #### :bug: Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-eea-design-system",
3
- "version": "1.22.5",
3
+ "version": "1.22.7",
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",
@@ -21,17 +21,17 @@
21
21
  Icon
22
22
  *******************************/
23
23
 
24
- //@font-face {
25
- // font-display: swap;
26
- // font-family: 'Icons';
27
- // src: @fallbackSRC;
28
- // src: @src;
29
- // font-style: normal;
30
- // font-weight: @normal;
31
- // font-variant: normal;
32
- // text-decoration: inherit;
33
- // text-transform: none;
34
- //}
24
+ @font-face {
25
+ font-display: swap;
26
+ font-family: 'Icons';
27
+ src: @fallbackSRC;
28
+ src: @src;
29
+ font-style: normal;
30
+ font-weight: @normal;
31
+ font-variant: normal;
32
+ text-decoration: inherit;
33
+ text-transform: none;
34
+ }
35
35
 
36
36
  i.icon {
37
37
  display: inline-block;
@@ -42,7 +42,7 @@ i.icon {
42
42
  width: @width;
43
43
  height: @height;
44
44
 
45
- //font-family: 'Icons';
45
+ font-family: 'Icons';
46
46
  font-style: normal;
47
47
  font-weight: @normal;
48
48
  text-decoration: inherit;