@eeacms/volto-eea-design-system 1.22.2 → 1.22.4

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,16 @@ 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.4](https://github.com/eea/volto-eea-design-system/compare/1.22.3...1.22.4) - 5 December 2023
8
+
9
+ #### :hammer_and_wrench: Others
10
+
11
+ - Update Twitter logo in Share to section. [Ghiță Bizău - [`d86fc21`](https://github.com/eea/volto-eea-design-system/commit/d86fc2144d7ae6b4a6cb5337820e9b13040fd455)]
12
+ ### [1.22.3](https://github.com/eea/volto-eea-design-system/compare/1.22.2...1.22.3) - 4 December 2023
13
+
14
+ #### :hammer_and_wrench: Others
15
+
16
+ - Use RemixIcon 3.6.0. [Ghiță Bizău - [`cd267ee`](https://github.com/eea/volto-eea-design-system/commit/cd267ee64818457d136ccc26b5c2e582110e52af)]
7
17
  ### [1.22.2](https://github.com/eea/volto-eea-design-system/compare/1.22.1...1.22.2) - 29 November 2023
8
18
 
9
19
  #### :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.2",
3
+ "version": "1.22.4",
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",
@@ -25,7 +25,7 @@
25
25
  "@fontsource/roboto": "4.5.8",
26
26
  "react-lazy-load-image-component": "1.5.6",
27
27
  "react-slick": "^0.28.1",
28
- "remixicon": "2.5.0",
28
+ "remixicon": "3.6.0",
29
29
  "slick-carousel": "^1.8.1"
30
30
  },
31
31
  "devDependencies": {
@@ -107,7 +107,7 @@ const Template = (args) => {
107
107
  titleClass={'hiddenStructure'}
108
108
  />
109
109
  <Banner.Action
110
- icon="ri-twitter-fill"
110
+ icon="ri-twitter-x-line"
111
111
  title={'Share page to Twitter'}
112
112
  titleClass={'hiddenStructure'}
113
113
  />