@eeacms/volto-eea-design-system 1.0.0-alpha.4 → 1.0.0-alpha.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.
Files changed (28) hide show
  1. package/CHANGELOG.md +51 -1
  2. package/package.json +5 -5
  3. package/theme/theme.config +1 -0
  4. package/theme/themes/eea/elements/label.variables +5 -5
  5. package/theme/themes/eea/elements/list.overrides +6 -0
  6. package/theme/themes/eea/elements/list.variables +1 -1
  7. package/theme/themes/eea/extras/contentBox.less +2 -2
  8. package/theme/themes/eea/extras/tag.variables +1 -1
  9. package/theme/themes/eea/extras/tagList.less +5 -1
  10. package/theme/themes/eea/extras/tagList.variables +2 -1
  11. package/theme/themes/eea/tokens/colors.less +1 -1
  12. package/website/docs/2-whatsnew.md +53 -2
  13. package/website/docs/webdev/3-Guidelines/2-colours.mdx +818 -0
  14. package/website/docs/webdev/3-Guidelines/_partials/_markdown-eea-color-palette.mdx +558 -0
  15. package/website/docs/webdev/3-Guidelines/_partials/_markdown-link-colors.mdx +20 -0
  16. package/website/docs/webdev/3-Guidelines/_partials/_markdown-state-colors.mdx +23 -0
  17. package/website/docs/webdev/3-Guidelines/_partials/_markdown-supplementary-colors.mdx +162 -0
  18. package/website/docs/webdev/md_components/button_components/showcase_markdown.md +7 -7
  19. package/website/docs/webdev/md_components/button_components/usage_markdown.md +7 -0
  20. package/website/docs/webdev/md_components/static/BISE.png +0 -0
  21. package/website/docs/webdev/md_components/static/FISE.png +0 -0
  22. package/website/docs/webdev/md_components/static/FISE_logo.svg +1 -0
  23. package/website/docs/webdev/md_components/static/WISEF.png +0 -0
  24. package/website/docs/webdev/md_components/static/WISEM.png +0 -0
  25. package/website/docs/webdev/md_components/static/newEEAlogo.png +0 -0
  26. package/website/docusaurus.config.js +1 -1
  27. package/website/src/css/custom.css +118 -2
  28. package/website/docs/webdev/3-Guidelines/2-colours.md +0 -915
package/CHANGELOG.md CHANGED
@@ -4,6 +4,57 @@ 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.0.0-alpha.5](https://github.com/eea/volto-eea-design-system/compare/1.0.0-alpha.4...1.0.0-alpha.5) - 29 November 2022
8
+
9
+ #### :rocket: New Features
10
+
11
+ - feat(Iconography): import and showcase remix icons [Antonis Tarantilis - [`777112f`](https://github.com/eea/volto-eea-design-system/commit/777112f7e77ce8c74c3fd4384bff6ec9694aba04)]
12
+
13
+ #### :bug: Bug Fixes
14
+
15
+ - fix(contentBox): avoid text decoration for header-link added on cards [David Ichim - [`3ccb592`](https://github.com/eea/volto-eea-design-system/commit/3ccb592db6f465cec59124b94fb6918b513bb761)]
16
+ - fix(label): color for yellow variant as white isn't accessible on yellow color [David Ichim - [`91d8880`](https://github.com/eea/volto-eea-design-system/commit/91d8880a829d2728c49a1953f6d2d8c2c812990c)]
17
+ - fix(label): margin value for ribbon image left and right margin [David Ichim - [`f8e1129`](https://github.com/eea/volto-eea-design-system/commit/f8e1129734709d6034539a6522105af9d43fef20)]
18
+ - fix(lists): bullet position by using padding instead of margin [David Ichim - [`0ecae2e`](https://github.com/eea/volto-eea-design-system/commit/0ecae2e7fe61b98d8795f876a525fbbc873bf799)]
19
+ - fix(docusaurus): right bar overflow fix [Manthos Matzios - [`197c763`](https://github.com/eea/volto-eea-design-system/commit/197c763624f70556c62379bc0751763725d0fed3)]
20
+
21
+ #### :nail_care: Enhancements
22
+
23
+ - change(tag): set gap on tags element for margin between tag elements [David Ichim - [`726bc6d`](https://github.com/eea/volto-eea-design-system/commit/726bc6da821a366a5afa03659e614cc73ed02c0b)]
24
+ - refactor(docusaurus): move supplementary, state and link colors to partials [Giorgos Stamatis - [`2776be3`](https://github.com/eea/volto-eea-design-system/commit/2776be32615d7a6bdd8561a523fb9cfb1a85e38b)]
25
+ - refactor(docusaurus): fix side menu / moved more content in palette partial [Giorgos Stamatis - [`f5b7077`](https://github.com/eea/volto-eea-design-system/commit/f5b70775471369ca8f3193784b9bc66caa8fb76f)]
26
+ - refactor(docusaurus): eea color palette in separate file [Giorgos Stamatis - [`6c855df`](https://github.com/eea/volto-eea-design-system/commit/6c855df9c2238f8d21860ade4578aa969b68448e)]
27
+ - refactor(docusaurus): classes for color boxes [Giorgos Stamatis - [`80219d5`](https://github.com/eea/volto-eea-design-system/commit/80219d52bc63842d8e6382dbbe7d43cdc8a29b9c)]
28
+ - perf(docusaurus): added remixicon and roboto locally [Giorgos Stamatis - [`b67b1a7`](https://github.com/eea/volto-eea-design-system/commit/b67b1a72bc9cdc7c62a25967e81b430f8b62d558)]
29
+
30
+ #### :house: Internal changes
31
+
32
+ - chore(colours): fix wrong class name [Giorgos Stamatis - [`51ad0a8`](https://github.com/eea/volto-eea-design-system/commit/51ad0a8232f7f35cae05f5861d7822db852b3f8d)]
33
+
34
+ #### :house: Documentation changes
35
+
36
+ - docs(colors): switch FISE logo to png [Giorgos Stamatis - [`335471f`](https://github.com/eea/volto-eea-design-system/commit/335471fd95bbd78cd7bd80b960272baa0a32e1c5)]
37
+ - docs(colours): adjust logos heights [Antonis Tarantilis - [`854d4fb`](https://github.com/eea/volto-eea-design-system/commit/854d4fb761be7307e83e5dd2eb0fe5a0117727c5)]
38
+ - docs(colors): thematic pages integration [Dora Anastasiou - [`ea7a422`](https://github.com/eea/volto-eea-design-system/commit/ea7a4220a93d3fd2f437b51462f7f19d99f52595)]
39
+ - docs(colors): fix swatches accessibility [Dora Anastasiou - [`306cb74`](https://github.com/eea/volto-eea-design-system/commit/306cb74d3e06390a9c15da9b8b29c9d3c8f0f6c5)]
40
+ - docs(typography): merge designer and dev units [Giorgos Stamatis - [`65c240e`](https://github.com/eea/volto-eea-design-system/commit/65c240eddbf20b3fc870d301b96837f49ad9caca)]
41
+ - docs(colors): updated visited [Dora Anastasiou - [`0248fd1`](https://github.com/eea/volto-eea-design-system/commit/0248fd164cbf85168945797244977c305c67608d)]
42
+ - docs(FISE): replaced logo [Giorgos Stamatis - [`f7d8331`](https://github.com/eea/volto-eea-design-system/commit/f7d833127f769d79f099618b98789c6929b4ba08)]
43
+ - docs(colors): blue-grey-6 adjustment [Giorgos Stamatis - [`e7ab2d1`](https://github.com/eea/volto-eea-design-system/commit/e7ab2d15d3a617bc5b3713897f3e3521d9e2720a)]
44
+ - docs(docusaurus): typography and colors fixes according to comments on PR [Manthos Matzios - [`ae20a72`](https://github.com/eea/volto-eea-design-system/commit/ae20a7258cc88465fa0937895c2999952736f456)]
45
+ - docs(typography): readded extra font sizes, fixed fluid [Manthos Matzios - [`a4a5d89`](https://github.com/eea/volto-eea-design-system/commit/a4a5d892538a9713d14ac718b1bf2c771be09810)]
46
+ - docs(colors): minors updates and instructions [Manthos Matzios - [`84ac882`](https://github.com/eea/volto-eea-design-system/commit/84ac8828e430b4af2b461534b4e2f81189080145)]
47
+ - docs(docusaurus): Iconography updates, thematic platforms [Dora Anastasiou - [`2a0e596`](https://github.com/eea/volto-eea-design-system/commit/2a0e596bd002290e0759d8c5e568da4d318f7d59)]
48
+ - docs(colours): added active colour [Manthos Matzios - [`574f7a9`](https://github.com/eea/volto-eea-design-system/commit/574f7a95ea8a9510d03a104ad72fafafcae5d738)]
49
+ - docs(typography): changed em to percentages [Manthos Matzios - [`d417600`](https://github.com/eea/volto-eea-design-system/commit/d4176007ff4b421bc988b618488e0ba6b550f9fe)]
50
+ - docs(docusaurus): color updates [Manthos Matzios - [`cc13b54`](https://github.com/eea/volto-eea-design-system/commit/cc13b5499a9ae13bb45925a057f8ff4d6a2e4643)]
51
+
52
+ #### :hammer_and_wrench: Others
53
+
54
+ - Release 1.0.0-alpha.5 [Alin Voinea - [`dcd60c9`](https://github.com/eea/volto-eea-design-system/commit/dcd60c9285caf60b23ed97a9ca5daed0a943bc24)]
55
+ - feature(Docusaurus): Updates on color palette information including thematic websites #231 from eea/refactor-docusaurus [ichim-david - [`ec7843d`](https://github.com/eea/volto-eea-design-system/commit/ec7843dea07f626dc1c71ae1baa8bb5b0caa52f3)]
56
+ - Back to dev [Alin Voinea - [`563fbc5`](https://github.com/eea/volto-eea-design-system/commit/563fbc5fac0d4b0295690d0a3a4e04271753f18a)]
57
+ - perf(docusaurus): added remixicon and roboto locally [Giorgos Stamatis - [`b67b1a7`](https://github.com/eea/volto-eea-design-system/commit/b67b1a72bc9cdc7c62a25967e81b430f8b62d558)]
7
58
  ### [1.0.0-alpha.4](https://github.com/eea/volto-eea-design-system/compare/1.0.0-alpha.3...1.0.0-alpha.4) - 22 November 2022
8
59
 
9
60
  #### :bug: Bug Fixes
@@ -24,7 +75,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
24
75
 
25
76
  #### :hammer_and_wrench: Others
26
77
 
27
- - Release 1.0.0-alpha.4 [Alin Voinea - [`ec8938b`](https://github.com/eea/volto-eea-design-system/commit/ec8938b4847a2973c7a853896d609d2de0041019)]
28
78
  - Exclude mockups from npm package [Alin Voinea - [`634af8e`](https://github.com/eea/volto-eea-design-system/commit/634af8e3ddabec36a18597d8d7638888269875fc)]
29
79
  - Update eea.github.io on all commits in develop branch [Alin Voinea - [`3d0b8d7`](https://github.com/eea/volto-eea-design-system/commit/3d0b8d745138bd2e0219560c8c895ce2c56dbf04)]
30
80
  - Trigger re-build [Alin Voinea - [`3566dd2`](https://github.com/eea/volto-eea-design-system/commit/3566dd2b4d2cd12496e05b792c85a78de550dd50)]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-eea-design-system",
3
- "version": "1.0.0-alpha.4",
3
+ "version": "1.0.0-alpha.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",
@@ -21,14 +21,14 @@
21
21
  ],
22
22
  "dependencies": {
23
23
  "@eeacms/volto-corsproxy": "*",
24
- "remixicon": "2.5.0",
24
+ "react-countup": "^6.3.0",
25
25
  "react-slick": "^0.28.1",
26
- "slick-carousel": "^1.8.1",
27
- "react-countup": "^6.3.0"
26
+ "remixicon": "2.5.0",
27
+ "slick-carousel": "^1.8.1"
28
28
  },
29
29
  "devDependencies": {
30
- "@plone/scripts": "*",
31
30
  "@cypress/code-coverage": "^3.10.0",
31
+ "@plone/scripts": "*",
32
32
  "babel-plugin-transform-class-properties": "^6.24.1",
33
33
  "md5": "^2.3.0"
34
34
  },
@@ -134,4 +134,5 @@
134
134
  @import (optional) "@{siteFolder}/@{addon}/@{addontype}s/@{addonelement}.overrides";
135
135
  }
136
136
 
137
+
137
138
  /* End Config */
@@ -9,8 +9,8 @@
9
9
  @labelFontSize: @fontSize;
10
10
 
11
11
  @verticalAlign: baseline;
12
- @verticalMargin: 0em;
13
- @horizontalMargin: @relative2px;
12
+ @verticalMargin: 0;
13
+ @horizontalMargin: 0;
14
14
  @backgroundColor: @grey;
15
15
  @color: @white;
16
16
  @backgroundImage: none;
@@ -142,7 +142,7 @@
142
142
  @rightRibbonOffset: calc(100% + @ribbonMargin + @ribbonTriangleSize);
143
143
 
144
144
  @ribbonImageTopDistance: 1rem;
145
- @ribbonImageMargin: -0.05rem; /* Rounding Offset on Triangle */
145
+ @ribbonImageMargin: 0.05rem; /* Rounding Offset on Triangle */
146
146
  @ribbonImageOffset: calc(-@ribbonImageMargin - @ribbonTriangleSize);
147
147
  @rightRibbonImageOffset: calc(100% + @ribbonImageMargin + @ribbonTriangleSize);
148
148
 
@@ -173,7 +173,7 @@
173
173
 
174
174
  @redTextColor: @white;
175
175
  @orangeTextColor: @white;
176
- @yellowTextColor: @white;
176
+ @yellowTextColor: @textColor;
177
177
  @oliveTextColor: @white;
178
178
  @greenTextColor: @white;
179
179
  @tealTextColor: @white;
@@ -187,7 +187,7 @@
187
187
 
188
188
  @redHoverTextColor: @white;
189
189
  @orangeHoverTextColor: @white;
190
- @yellowHoverTextColor: @white;
190
+ @yellowHoverTextColor: @textColor;
191
191
  @oliveHoverTextColor: @white;
192
192
  @greenHoverTextColor: @white;
193
193
  @tealHoverTextColor: @white;
@@ -19,6 +19,12 @@ dl dd {
19
19
  }
20
20
 
21
21
  /* Unordered list */
22
+
23
+ // use padding instead
24
+ ul.ui.list, .ui.bulleted.list {
25
+ padding-left: @bulletDistance;
26
+ margin-left: 0;
27
+ }
22
28
  .ui.bulleted.list .list > .item:before,
23
29
  .ui.bulleted.list .list > a.item:before,
24
30
  .ui.bulleted.list > .item:before,
@@ -165,7 +165,7 @@
165
165
  /* Bulleted */
166
166
 
167
167
  @bulletSize: 1.1rem;
168
- @bulletDistance: 1.25rem;
168
+ @bulletDistance: @rem-space-5;
169
169
  @bulletOffset: -@bulletDistance;
170
170
 
171
171
  @bulletOpacity: 1;
@@ -55,7 +55,7 @@
55
55
  --text-color-hover: @backgroundColorSupplementary;
56
56
  }
57
57
  // inherit link
58
- .content-box[class*="ary"] a:not(.ui, .item) {
58
+ .content-box[class*="ary"] a:not(.ui, .item, .header-link) {
59
59
  color: inherit;
60
60
  text-decoration: underline;
61
61
  }
@@ -64,4 +64,4 @@
64
64
  .content-box .slate-editor-link {
65
65
  color: inherit;
66
66
  text-decoration: underline;
67
- }
67
+ }
@@ -5,7 +5,7 @@
5
5
  /* Tags */
6
6
  @tagPadding : @mediumGap 0;
7
7
  @tagHeight : 1.25rem;
8
- @tagMargin : 0 @mediumGap 0 0;
8
+ @tagMargin : 0 0 0 0;
9
9
 
10
10
  /* Tag Icon */
11
11
  @tagHashtagFontSize : 0.75rem;
@@ -15,17 +15,21 @@
15
15
  flex-wrap: wrap;
16
16
  width: @tagsBodyWidth;
17
17
  line-height: @tagsLineHeight;
18
+ gap: @tagsGap;
18
19
 
19
20
  .tags-title {
20
21
  text-align: right;
21
22
  height: @tagsLineHeight;
22
23
  color: @tagsTitleFontColor;
23
- margin-right: @tagsTitleMargin;
24
24
  font-weight: @tagsFontWeight;
25
25
  font-size: @tagsFontSize;
26
26
  }
27
27
  }
28
28
 
29
+ .tags.labels {
30
+ gap: @tagsLabelsGap;
31
+ }
32
+
29
33
  .tags.left {
30
34
  justify-content: left;
31
35
  }
@@ -4,10 +4,11 @@
4
4
 
5
5
  /* Body */
6
6
  @tagsBodyWidth : 100%;
7
+ @tagsLabelsGap : 0.5rem;
8
+ @tagsGap : 1rem;
7
9
 
8
10
  /* Tags Title */
9
11
  @tagsTitleFontColor : @textColorCSSVar;
10
- @tagsTitleMargin : 1rem;
11
12
  @tagsFontWeight : 400;
12
13
  @tagsFontSize : 1.125rem;
13
14
  @tagsLineHeight : 1.312rem;
@@ -58,6 +58,6 @@
58
58
  @grey-1: #F9F9F9;
59
59
  @grey-2: #E6E7E8;
60
60
  @grey-3: #BCBEC0;
61
- @grey-4: #67696b; // 10% shade of #808285 which passed AA validation on white bg
61
+ @grey-4: #67696b; /* 10% shade of #808285 which passed AA validation on white bg */
62
62
  @grey-5: #323232;
63
63
  @grey-6: #000000;
@@ -38,7 +38,59 @@ Below is a non-exhaustive list of the work-in-progress which is planned for futu
38
38
 
39
39
  Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
40
40
 
41
- ### [Unreleased](https://github.com/eea/volto-eea-design-system/compare/1.0.0-alpha.3...HEAD) - 2022-11-22T16:23:09.522Z
41
+ ### [Unreleased](https://github.com/eea/volto-eea-design-system/compare/1.0.0-alpha.4...HEAD) - 2022-11-29T18:30:49.777Z
42
+
43
+ #### :rocket: New Features
44
+
45
+ - feat(Iconography): import and showcase remix icons [`777112f`](https://github.com/eea/volto-eea-design-system/commit/777112f7e77ce8c74c3fd4384bff6ec9694aba04)
46
+
47
+ #### :bug: Bug Fixes
48
+
49
+ - fix(docusaurus): right bar overflow fix [`197c763`](https://github.com/eea/volto-eea-design-system/commit/197c763624f70556c62379bc0751763725d0fed3)
50
+ - fix(lists): bullet position by using padding instead of margin [`0ecae2e`](https://github.com/eea/volto-eea-design-system/commit/0ecae2e7fe61b98d8795f876a525fbbc873bf799)
51
+ - fix(label): color for yellow variant as white isn't accessible on yellow color [`91d8880`](https://github.com/eea/volto-eea-design-system/commit/91d8880a829d2728c49a1953f6d2d8c2c812990c)
52
+ - fix(contentBox): avoid text decoration for header-link added on cards [`3ccb592`](https://github.com/eea/volto-eea-design-system/commit/3ccb592db6f465cec59124b94fb6918b513bb761)
53
+ - fix(label): margin value for ribbon image left and right margin [`f8e1129`](https://github.com/eea/volto-eea-design-system/commit/f8e1129734709d6034539a6522105af9d43fef20)
54
+
55
+ #### :nail_care: Enhancements
56
+
57
+ - refactor(docusaurus): eea color palette in separate file [`6c855df`](https://github.com/eea/volto-eea-design-system/commit/6c855df9c2238f8d21860ade4578aa969b68448e)
58
+ - refactor(docusaurus): classes for color boxes [`80219d5`](https://github.com/eea/volto-eea-design-system/commit/80219d52bc63842d8e6382dbbe7d43cdc8a29b9c)
59
+ - refactor(docusaurus): move supplementary, state and link colors to partials [`2776be3`](https://github.com/eea/volto-eea-design-system/commit/2776be32615d7a6bdd8561a523fb9cfb1a85e38b)
60
+ - refactor(docusaurus): fix side menu / moved more content in palette partial [`f5b7077`](https://github.com/eea/volto-eea-design-system/commit/f5b70775471369ca8f3193784b9bc66caa8fb76f)
61
+ - change(tag): set gap on tags element for margin between tag elements [`726bc6d`](https://github.com/eea/volto-eea-design-system/commit/726bc6da821a366a5afa03659e614cc73ed02c0b)
62
+
63
+ #### :house: Internal changes
64
+
65
+ - chore(colours): fix wrong class name [`51ad0a8`](https://github.com/eea/volto-eea-design-system/commit/51ad0a8232f7f35cae05f5861d7822db852b3f8d)
66
+
67
+ #### :house: Documentation changes
68
+
69
+ - docs(docusaurus): Iconography updates, thematic platforms [`2a0e596`](https://github.com/eea/volto-eea-design-system/commit/2a0e596bd002290e0759d8c5e568da4d318f7d59)
70
+ - docs(colors): thematic pages integration [`ea7a422`](https://github.com/eea/volto-eea-design-system/commit/ea7a4220a93d3fd2f437b51462f7f19d99f52595)
71
+ - docs(docusaurus): color updates [`cc13b54`](https://github.com/eea/volto-eea-design-system/commit/cc13b5499a9ae13bb45925a057f8ff4d6a2e4643)
72
+ - docs(colors): fix swatches accessibility [`306cb74`](https://github.com/eea/volto-eea-design-system/commit/306cb74d3e06390a9c15da9b8b29c9d3c8f0f6c5)
73
+ - docs(docusaurus): typography and colors fixes according to comments on PR [`ae20a72`](https://github.com/eea/volto-eea-design-system/commit/ae20a7258cc88465fa0937895c2999952736f456)
74
+ - docs(typography): merge designer and dev units [`65c240e`](https://github.com/eea/volto-eea-design-system/commit/65c240eddbf20b3fc870d301b96837f49ad9caca)
75
+ - docs(typography): readded extra font sizes, fixed fluid [`a4a5d89`](https://github.com/eea/volto-eea-design-system/commit/a4a5d892538a9713d14ac718b1bf2c771be09810)
76
+ - docs(typography): changed em to percentages [`d417600`](https://github.com/eea/volto-eea-design-system/commit/d4176007ff4b421bc988b618488e0ba6b550f9fe)
77
+ - docs(colors): minors updates and instructions [`84ac882`](https://github.com/eea/volto-eea-design-system/commit/84ac8828e430b4af2b461534b4e2f81189080145)
78
+ - docs(colours): adjust logos heights [`854d4fb`](https://github.com/eea/volto-eea-design-system/commit/854d4fb761be7307e83e5dd2eb0fe5a0117727c5)
79
+ - docs(colors): blue-grey-6 adjustment [`e7ab2d1`](https://github.com/eea/volto-eea-design-system/commit/e7ab2d15d3a617bc5b3713897f3e3521d9e2720a)
80
+ - docs(colours): added active colour [`574f7a9`](https://github.com/eea/volto-eea-design-system/commit/574f7a95ea8a9510d03a104ad72fafafcae5d738)
81
+ - docs(colors): switch FISE logo to png [`335471f`](https://github.com/eea/volto-eea-design-system/commit/335471fd95bbd78cd7bd80b960272baa0a32e1c5)
82
+ - docs(colors): updated visited [`0248fd1`](https://github.com/eea/volto-eea-design-system/commit/0248fd164cbf85168945797244977c305c67608d)
83
+ - docs(FISE): replaced logo [`f7d8331`](https://github.com/eea/volto-eea-design-system/commit/f7d833127f769d79f099618b98789c6929b4ba08)
84
+
85
+ #### :hammer_and_wrench: Others
86
+
87
+ - perf(docusaurus): added remixicon and roboto locally [`b67b1a7`](https://github.com/eea/volto-eea-design-system/commit/b67b1a72bc9cdc7c62a25967e81b430f8b62d558)
88
+ - Upgrade Jenkinsfile storybook to yarn 3 [`d20de8d`](https://github.com/eea/volto-eea-design-system/commit/d20de8d6e21a14660b7b5125a80218a8a6f19e62)
89
+ - Release 1.0.0-alpha.5 [`dcd60c9`](https://github.com/eea/volto-eea-design-system/commit/dcd60c9285caf60b23ed97a9ca5daed0a943bc24)
90
+ - feature(Docusaurus): Updates on color palette information including thematic websites #231 from eea/refactor-docusaurus [`ec7843d`](https://github.com/eea/volto-eea-design-system/commit/ec7843dea07f626dc1c71ae1baa8bb5b0caa52f3)
91
+ - Back to dev [`563fbc5`](https://github.com/eea/volto-eea-design-system/commit/563fbc5fac0d4b0295690d0a3a4e04271753f18a)
92
+
93
+ ### [1.0.0-alpha.4](https://github.com/eea/volto-eea-design-system/compare/1.0.0-alpha.3...1.0.0-alpha.4) - 2022-11-22
42
94
 
43
95
  #### :bug: Bug Fixes
44
96
 
@@ -59,7 +111,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
59
111
  #### :hammer_and_wrench: Others
60
112
 
61
113
  - Update eea.github.io on all commits in develop branch [`3d0b8d7`](https://github.com/eea/volto-eea-design-system/commit/3d0b8d745138bd2e0219560c8c895ce2c56dbf04)
62
- - Release 1.0.0-alpha.4 [`ec8938b`](https://github.com/eea/volto-eea-design-system/commit/ec8938b4847a2973c7a853896d609d2de0041019)
63
114
  - Exclude mockups from npm package [`634af8e`](https://github.com/eea/volto-eea-design-system/commit/634af8e3ddabec36a18597d8d7638888269875fc)
64
115
  - fix rounded selector [`1fa1544`](https://github.com/eea/volto-eea-design-system/commit/1fa15442f03d3f3d9ef59afa14075b061483cf3a)
65
116
  - Trigger re-build [`3566dd2`](https://github.com/eea/volto-eea-design-system/commit/3566dd2b4d2cd12496e05b792c85a78de550dd50)