@eeacms/volto-eea-design-system 1.13.2 → 1.15.0

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,67 @@ 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.15.0](https://github.com/eea/volto-eea-design-system/compare/1.14.0...1.15.0) - 26 July 2023
8
+
9
+ #### :rocket: New Features
10
+
11
+ - feat(carousel): added story example on how to customize the dots to contain accessibility labels [David Ichim - [`fe5eb46`](https://github.com/eea/volto-eea-design-system/commit/fe5eb46dc94abfeaaa2c79022e507b452b4bb36a)]
12
+
13
+ #### :bug: Bug Fixes
14
+
15
+ - fix(storybook): controls that broke after the Hero stories [David Ichim - [`f8e995d`](https://github.com/eea/volto-eea-design-system/commit/f8e995d30e971163677a198846b1314222dbe408)]
16
+ - fix: hover and focused border for block child - refs #255840 [Claudia Ifrim - [`fdd7783`](https://github.com/eea/volto-eea-design-system/commit/fdd7783b0658711674d251cce498900d9add52af)]
17
+ - fix(storybook): popup story react import [David Ichim - [`18888f9`](https://github.com/eea/volto-eea-design-system/commit/18888f95888f1e3c89d9d1814462e1f27e85ea87)]
18
+ - fix(accessibility): of carousel arrows, dots and role of carousel as a carousel region [David Ichim - [`00257fc`](https://github.com/eea/volto-eea-design-system/commit/00257fcfd0cd3b9959f2f3c68f0b2725c2d96f09)]
19
+
20
+ #### :nail_care: Enhancements
21
+
22
+ - change(carousel): set aria current to current dot button to indicate which slide we are on [David Ichim - [`e711ec8`](https://github.com/eea/volto-eea-design-system/commit/e711ec806be8b45b122a56b84717a0c45057cbbe)]
23
+ - refactor: Use EEA countup instead of react-countup - refs #254634 [dobri1408 - [`146d8c2`](https://github.com/eea/volto-eea-design-system/commit/146d8c2d9d7d55530b39261bfabf7cebd9c8ac0b)]
24
+ - change(search): added search icon as button for proper accessibility support [ACCESSIBILITY 2.1.1.1] #360 from eea/refactor-search-input-icon [ichim-david - [`8f932ff`](https://github.com/eea/volto-eea-design-system/commit/8f932ffba42a96f7d6665c593ff3ad22c3b362fc)]
25
+ - change(search): style icon class instead of i.icon [David Ichim - [`f96a590`](https://github.com/eea/volto-eea-design-system/commit/f96a590beb15ca6b577a169773b740b171b5e3c0)]
26
+ - change(header): use a real button for search submit [David Ichim - [`37e491b`](https://github.com/eea/volto-eea-design-system/commit/37e491ba4af37f16a40bf6377d220d984be17656)]
27
+ - change(header): move handling of key press that checks for enter key to a generic function [David Ichim - [`8df5c8a`](https://github.com/eea/volto-eea-design-system/commit/8df5c8a03f0fb0ad462605df283e622f5b6daf3f)]
28
+ - refactor(SearchBox): add key down handler for search icon [Antonis Tarantilis - [`4f46ba5`](https://github.com/eea/volto-eea-design-system/commit/4f46ba5d3c2457a24e705bf7f34e1cfde2e2f79d)]
29
+
30
+ #### :hammer_and_wrench: Others
31
+
32
+ - Release 1.15.0 [Alin Voinea - [`30152fc`](https://github.com/eea/volto-eea-design-system/commit/30152fcdfffa4ec2262ebf78c1c8a885e222e73c)]
33
+ ### [1.14.0](https://github.com/eea/volto-eea-design-system/compare/1.13.2...1.14.0) - 24 July 2023
34
+
35
+ #### :rocket: New Features
36
+
37
+ - feat(cards): title on image font size adjustment when having a large base font size #369 from eea/accessibility-114-scaling-font-size-issues [ichim-david - [`4a630cc`](https://github.com/eea/volto-eea-design-system/commit/4a630cc263ebc72ff48cb128a2045599bf1e8feb)]
38
+ - feat(cards): added image card grid layout when inside imageCard-items [David Ichim - [`8203c34`](https://github.com/eea/volto-eea-design-system/commit/8203c348c0867a091149965d56176826b154d47c)]
39
+ - feat(storybook): add image card storybook with proper storybook controls [David Ichim - [`3bcf25f`](https://github.com/eea/volto-eea-design-system/commit/3bcf25f2c0df67fb83a8dd47ff2b5b2810a4e57d)]
40
+ - feat(Fonts): add base token for browser font size scaling [Antonis Tarantilis - [`6aced82`](https://github.com/eea/volto-eea-design-system/commit/6aced8253370485981a34b6ebf7593989b2c01b6)]
41
+
42
+ #### :bug: Bug Fixes
43
+
44
+ - fix(contentBox): z-index is placed on before instead of the relative content-box-inner [David Ichim - [`ab4f2e7`](https://github.com/eea/volto-eea-design-system/commit/ab4f2e7aa6d04288f1c042ab5c8318604eecdec5)]
45
+ - fix(lint): of stylelint that complained about deprecated syntax flag [David Ichim - [`a591a2e`](https://github.com/eea/volto-eea-design-system/commit/a591a2ed62b5b9e9d51a65db8086c337b328f3fe)]
46
+ - fix(accessibility): [ACCESSIBILITY 11.4] Common Elements - Font size scaling issues #363 from eea/accessibility-114-scaling-font-size-issues [ichim-david - [`00dba6e`](https://github.com/eea/volto-eea-design-system/commit/00dba6ed83cadcd1d9683ea96cd74b0e6493df8d)]
47
+ - fix(cards): removed padding within titles on images [David Ichim - [`8688641`](https://github.com/eea/volto-eea-design-system/commit/868864135b51fe1b2041b2f8f83bc2a280e57041)]
48
+ - fix(accessibility): Header Search Box size #359 from eea/refactor-search-box [ichim-david - [`4b4e1ab`](https://github.com/eea/volto-eea-design-system/commit/4b4e1abecdee91af2d782b50d978321656961333)]
49
+ - fix(stylemenu): remove generic css selectors in favour of specific class #354 from eea/fix-stylemenu-selectors [ichim-david - [`402755e`](https://github.com/eea/volto-eea-design-system/commit/402755e7a684c958df55035fe20cc467de245d10)]
50
+ - fix(sitemenu): active background color, default slate color was too dark breaking accessibility [David Ichim - [`5bcbde5`](https://github.com/eea/volto-eea-design-system/commit/5bcbde5d24cb5ed411effc4af72eab9ebf4cf23e)]
51
+ - fix(stylemenu): remove generic css selectors in favour of specific class [nileshgulia1 - [`2190ebe`](https://github.com/eea/volto-eea-design-system/commit/2190ebe9e0b4b94481f1a4605d0b96f06a787702)]
52
+
53
+ #### :nail_care: Enhancements
54
+
55
+ - change(storybook): refactored card storybook for greater flexibility [David Ichim - [`9f35801`](https://github.com/eea/volto-eea-design-system/commit/9f3580146ba1b5e11100fd6ab54efb018fcc27e0)]
56
+ - refactor(card): clamp titles [Antonis Tarantilis - [`f104623`](https://github.com/eea/volto-eea-design-system/commit/f104623357f3f8636c3b8de6e7df809561a29896)]
57
+ - refactor(Header): accessibility updates on dropdowns - refs #254319 [tarantilis - [`b16de8a`](https://github.com/eea/volto-eea-design-system/commit/b16de8a648f779aecefb494ef14ec14fba447c28)]
58
+ - change(label): ribbon label now has z-index 1 [David Ichim - [`83d8705`](https://github.com/eea/volto-eea-design-system/commit/83d8705e16c9624573122aae3318007de3c3762e)]
59
+ - change(card): removed border that separates image from content area [David Ichim - [`be4cb55`](https://github.com/eea/volto-eea-design-system/commit/be4cb55da77a0acbe554d1c1a84bfe498aa78c81)]
60
+ - refactor(Header): replace height with min-height on search box and update input margins [Antonis Tarantilis - [`679adaa`](https://github.com/eea/volto-eea-design-system/commit/679adaa07b100a90077344ac6a835d766dd5574c)]
61
+ - change(stylemenu): simplify css to target the color directly on the classes [David Ichim - [`4801013`](https://github.com/eea/volto-eea-design-system/commit/4801013fd6f4a3b9c534b95d67c9c0bf9e05d690)]
62
+
63
+ #### :hammer_and_wrench: Others
64
+
65
+ - Release 1.14.0 [Alin Voinea - [`cb9084f`](https://github.com/eea/volto-eea-design-system/commit/cb9084fb2246dc1b729e12a419a26daa12c26f7a)]
66
+ - test: try storybook upload [valentinab25 - [`6d5833d`](https://github.com/eea/volto-eea-design-system/commit/6d5833d4419d00f1ac04c9eb78a0884214f9a494)]
67
+ - test: remove useless code [valentinab25 - [`2c14b0c`](https://github.com/eea/volto-eea-design-system/commit/2c14b0ce4596cfc11a81b9762677596d1861acfe)]
7
68
  ### [1.13.2](https://github.com/eea/volto-eea-design-system/compare/1.13.1...1.13.2) - 13 June 2023
8
69
 
9
70
  #### :bug: Bug Fixes
@@ -40,7 +101,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
40
101
 
41
102
  #### :house: Internal changes
42
103
 
43
- - chore: [JENKINS] Deprecate circularity website [valentinab25 - [`fb2b166`](https://github.com/eea/volto-eea-design-system/commit/fb2b166d64f95a1c183901abfe0fe0254d1bbc7a)]
44
104
 
45
105
  #### :house: Documentation changes
46
106
 
@@ -374,7 +434,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
374
434
 
375
435
  - Release 1.0.0-beta.5 [Alin Voinea - [`e4417e1`](https://github.com/eea/volto-eea-design-system/commit/e4417e121477511c350ae3fbe4e70aadb445ed86)]
376
436
  - better useOnScreen hook [Andrei Grigore - [`c214b6b`](https://github.com/eea/volto-eea-design-system/commit/c214b6b76443f81c795ce2f3aa457562ec088b30)]
377
- - Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`b227cf8`](https://github.com/eea/volto-eea-design-system/commit/b227cf8a8c44b9d91e9fda8a7999fb0a42bacdca)]
378
437
  - feature(mobile): increased performance by lazy loading footer images #303 from eea/increase_performance [ichim-david - [`80d1df1`](https://github.com/eea/volto-eea-design-system/commit/80d1df1c459680331d486f9e8e6a95c9db0adbf6)]
379
438
  - prettier [David Ichim - [`a7f8384`](https://github.com/eea/volto-eea-design-system/commit/a7f838470c1bcc4e2be115d514d92a1b686a5e9b)]
380
439
  - fixed less build failure due to changes in footer.less [David Ichim - [`190bc8c`](https://github.com/eea/volto-eea-design-system/commit/190bc8cfa88191b45808f1e27c6e2737ee3d15b1)]
@@ -445,7 +504,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
445
504
 
446
505
  #### :house: Internal changes
447
506
 
448
- - chore(docusaurus): ignore website/.yarn [Giorgos Stamatis - [`0b33ffd`](https://github.com/eea/volto-eea-design-system/commit/0b33ffd1dda61b126e3cc5ff48888124d6aee41b)]
449
507
  - style(header): react syntax fix [Antonis Tarantilis - [`3add127`](https://github.com/eea/volto-eea-design-system/commit/3add1271c785a92bea0ef925d7bc562cef1e0d92)]
450
508
 
451
509
  #### :house: Documentation changes
@@ -642,7 +700,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
642
700
 
643
701
  - Release 1.0.0-alpha.10 [Alin Voinea - [`7014d08`](https://github.com/eea/volto-eea-design-system/commit/7014d080ce114bd0bc039abeecbd7229333b0971)]
644
702
  - Add variable definitions [kreafox - [`293fe65`](https://github.com/eea/volto-eea-design-system/commit/293fe65e2f24e6290e1286229169a77f9be4750e)]
645
- - Add Sonarqube tag using advisory-board-frontend addons list [EEA Jenkins - [`ef58a6f`](https://github.com/eea/volto-eea-design-system/commit/ef58a6f5ad8deea26b1395a86778fe1159b7617b)]
646
703
  - Back to dev [Alin Voinea - [`31d4616`](https://github.com/eea/volto-eea-design-system/commit/31d461662b9184a7bbe190e86f3c47fab39229fe)]
647
704
  ### [1.0.0-alpha.9](https://github.com/eea/volto-eea-design-system/compare/1.0.0-alpha.8...1.0.0-alpha.9) - 28 December 2022
648
705
 
@@ -700,7 +757,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
700
757
  - bump package version [David Ichim - [`b4628be`](https://github.com/eea/volto-eea-design-system/commit/b4628bed134abc76e38a243d4e98143e19cef989)]
701
758
  - feature(docusaurus, storybook): logos selection for sites plus inverted options #253 from eea/doc-logo-page [ichim-david - [`dbfc90d`](https://github.com/eea/volto-eea-design-system/commit/dbfc90d035dc40e9d4054347f00fde4de486d63d)]
702
759
  - (feat): Add ability to disable the language select from website top menu - refs #158616 [dobri1408 - [`411c8e4`](https://github.com/eea/volto-eea-design-system/commit/411c8e4afaf0b2b9edfdeeecdca22aa4cc41f329)]
703
- - Add Sonarqube tag using advisory-board-frontend addons list [EEA Jenkins - [`c4769e9`](https://github.com/eea/volto-eea-design-system/commit/c4769e987d525f5dcafac8e6cf8a89fd8111667d)]
704
760
  - test(Jenkins): Run tests and cypress with latest canary @plone/volto [Alin Voinea - [`92feea0`](https://github.com/eea/volto-eea-design-system/commit/92feea09796c9ef0530f65fa1d34139905133215)]
705
761
  - Proof reading page header section [ichim-david - [`230239e`](https://github.com/eea/volto-eea-design-system/commit/230239e1b22734fb8606656985bc5e513731e244)]
706
762
  ### [1.0.0-alpha.7](https://github.com/eea/volto-eea-design-system/compare/1.0.0-alpha.6...1.0.0-alpha.7) - 16 December 2022
@@ -732,7 +788,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
732
788
  #### :hammer_and_wrench: Others
733
789
 
734
790
  - Release 1.0.0-alpha.7 [Alin Voinea - [`7e66bcc`](https://github.com/eea/volto-eea-design-system/commit/7e66bcc296b389bc55073e7f99681534977dce3a)]
735
- - Add Sonarqube tag using cca-frontend addons list [EEA Jenkins - [`ce47e9b`](https://github.com/eea/volto-eea-design-system/commit/ce47e9b163bcb4eda988e3a87718b54ffbd3f99f)]
736
791
  - added back descriptionDistance variable until package release [David Ichim - [`3af811a`](https://github.com/eea/volto-eea-design-system/commit/3af811a8d86a132e16de118697ba5a4302a8a4da)]
737
792
  - Back to dev [Alin Voinea - [`cb531c9`](https://github.com/eea/volto-eea-design-system/commit/cb531c933c907bdbb88c9de0f1df2eb7ce899a4c)]
738
793
  - Proper paths if the package is not installed, but in development [Tiberiu Ichim - [`7a2655f`](https://github.com/eea/volto-eea-design-system/commit/7a2655f7cf9d3c687f172eefcf2b4cff4b12f832)]
@@ -820,7 +875,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
820
875
  #### :hammer_and_wrench: Others
821
876
 
822
877
  - 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)]
823
- - Upgrade Jenkinsfile storybook to yarn 3 [Alin Voinea - [`d20de8d`](https://github.com/eea/volto-eea-design-system/commit/d20de8d6e21a14660b7b5125a80218a8a6f19e62)]
824
878
  - Back to dev [Alin Voinea - [`563fbc5`](https://github.com/eea/volto-eea-design-system/commit/563fbc5fac0d4b0295690d0a3a4e04271753f18a)]
825
879
  - perf(docusaurus): added remixicon and roboto locally [Giorgos Stamatis - [`b67b1a7`](https://github.com/eea/volto-eea-design-system/commit/b67b1a72bc9cdc7c62a25967e81b430f8b62d558)]
826
880
  ### [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
@@ -913,7 +967,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
913
967
  - modified left value of full width classes with toolbars [David Ichim - [`70d82d4`](https://github.com/eea/volto-eea-design-system/commit/70d82d47fbc2c00a3a709de0d5c087c8443a1eae)]
914
968
  - WIP settings column grid width when using full size class [David Ichim - [`affc7ac`](https://github.com/eea/volto-eea-design-system/commit/affc7ac99527aa92d5a192d90dc8c9ec46a66404)]
915
969
  - fix eslint [Miu Razvan - [`30c52e4`](https://github.com/eea/volto-eea-design-system/commit/30c52e4eb443555ca44c1b35df064e73d52c0a8b)]
916
- - Add Sonarqube tag using circularity-frontend addons list [EEA Jenkins - [`76a41c7`](https://github.com/eea/volto-eea-design-system/commit/76a41c786995fd54afe4d1c345de939f683ffa70)]
917
970
  - fix broken variable call for contentBox.variables introduced in previous commit by mistake [David Ichim - [`d249c11`](https://github.com/eea/volto-eea-design-system/commit/d249c1160d19bedb174a2fde3fdab48d9ce297d4)]
918
971
  - clean up [Miu Razvan - [`89f3cb3`](https://github.com/eea/volto-eea-design-system/commit/89f3cb33d70a14806a953f0acd1807e94169ee5c)]
919
972
  - Feature(container): flexible container size #260 from eea/feature-flexible-container [ichim-david - [`8f84c5b`](https://github.com/eea/volto-eea-design-system/commit/8f84c5b67afe9cbe01b2a44a8f92a9a554e1036a)]
@@ -1015,7 +1068,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1015
1068
 
1016
1069
  #### :nail_care: Enhancements
1017
1070
 
1018
- - change(jenkins): added yarn policy for storybook building [ichim-david - [`3d1b844`](https://github.com/eea/volto-eea-design-system/commit/3d1b844efeea40b99c00c9aa97089e0a0be58a57)]
1019
1071
  - change(docusaurus): typography updates [ichim-david - [`60a93a4`](https://github.com/eea/volto-eea-design-system/commit/60a93a4aece4e478ae13c2dfe697fd3703aa178a)]
1020
1072
  - change(accordion): allow customization of accordion title with css variables [David Ichim - [`15e7d27`](https://github.com/eea/volto-eea-design-system/commit/15e7d27f02c640df582f51a51ef36e645723f842)]
1021
1073
  - change(content-box): added css variables that will set text color and background for children [David Ichim - [`86cac53`](https://github.com/eea/volto-eea-design-system/commit/86cac531cc94386b6022e1be80dba826b39f2443)]
@@ -1050,7 +1102,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1050
1102
  #### :hammer_and_wrench: Others
1051
1103
 
1052
1104
  - Merge pull request #243 from eea/develop [ichim-david - [`576564c`](https://github.com/eea/volto-eea-design-system/commit/576564ce395ee6ac9e74bcb19d5c4f0b4cd3c33b)]
1053
- - Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`4a5be6e`](https://github.com/eea/volto-eea-design-system/commit/4a5be6eec78dae230626e61ea2c77e7f3c62510d)]
1054
1105
  - Back to dev [Alin Voinea - [`b251255`](https://github.com/eea/volto-eea-design-system/commit/b251255a7ed14d8290717726d86eaf54b87aa2d4)]
1055
1106
  ### [0.9.0](https://github.com/eea/volto-eea-design-system/compare/0.8.1...0.9.0) - 19 September 2022
1056
1107
 
@@ -1806,10 +1857,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1806
1857
  #### :hammer_and_wrench: Others
1807
1858
 
1808
1859
  - prettier changes [David Ichim - [`134da52`](https://github.com/eea/volto-eea-design-system/commit/134da52549b9d5eac5a12b7ad3005073500ac2c4)]
1809
- - [JENKINSFILE] remove debug, add error per stage [valentinab25 - [`903eecd`](https://github.com/eea/volto-eea-design-system/commit/903eecdb6bcbb8d73cff5e447d80c85e2a2c906d)]
1810
- - [JENKINSFILE] mention comment author in comment [valentinab25 - [`39a26aa`](https://github.com/eea/volto-eea-design-system/commit/39a26aa1ff0f35e93e8df9f442c29c5ab79ff493)]
1811
- - [JENKINSFILE] format PR comments [valentinab25 - [`739438c`](https://github.com/eea/volto-eea-design-system/commit/739438c64950c745d630d1998314a2bed595b23a)]
1812
- - [JENKINSFILE] Add failure comment, no jenkins fail [valentinab25 - [`c325bf1`](https://github.com/eea/volto-eea-design-system/commit/c325bf14f3fb0da150f2a56cda0a9f03d8d8a628)]
1813
1860
  ### [0.2.3](https://github.com/eea/volto-eea-design-system/compare/0.2.2...0.2.3) - 29 April 2022
1814
1861
 
1815
1862
  #### :rocket: New Features
@@ -2234,7 +2281,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
2234
2281
  - set profile section overflow to auto [nileshgulia1 - [`71ab47f`](https://github.com/eea/volto-eea-design-system/commit/71ab47f89a433233c14b394c3824e607dd18a393)]
2235
2282
  - remove segment custom width [nileshgulia1 - [`1d3ea40`](https://github.com/eea/volto-eea-design-system/commit/1d3ea40f98bbdc1eab95b4da739a659b5e29ec16)]
2236
2283
  - fix profile section css overflow [nileshgulia1 - [`db5126f`](https://github.com/eea/volto-eea-design-system/commit/db5126fc902e191d1e18fb7e4c54877c8d8786e6)]
2237
- - Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`647a6e3`](https://github.com/eea/volto-eea-design-system/commit/647a6e3e2093f2c4884c356eb148453551c8f33f)]
2238
2284
  - fix warning related to proptype [nileshgulia1 - [`946c6c6`](https://github.com/eea/volto-eea-design-system/commit/946c6c6bc9dece0985ae4b9f9cad6ece2be0ff2c)]
2239
2285
  - removed override already present in card.less [ichim-david - [`50d2ab2`](https://github.com/eea/volto-eea-design-system/commit/50d2ab26f85c8f409da02ec128cc1df34848ca69)]
2240
2286
  - update [Miu Razvan - [`bbcab87`](https://github.com/eea/volto-eea-design-system/commit/bbcab87ef4c8475f347f0daf4ab7e428e69c2316)]
@@ -2321,7 +2367,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
2321
2367
  - remove segment custom width [nileshgulia1 - [`4a60d84`](https://github.com/eea/volto-eea-design-system/commit/4a60d84d5fe76578b7760aa1dad6eef9a20916a7)]
2322
2368
  - Reformat header.less [Tiberiu Ichim - [`1f99dfc`](https://github.com/eea/volto-eea-design-system/commit/1f99dfc82c165304ca5600ce5138c1233615ab69)]
2323
2369
  - fix profile section css overflow [nileshgulia1 - [`8fd2654`](https://github.com/eea/volto-eea-design-system/commit/8fd265413149f1b5e033dffa0fbcb5ef5ecad15f)]
2324
- - Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`6051724`](https://github.com/eea/volto-eea-design-system/commit/6051724437a38675e659c797bb5586ef81286ec0)]
2325
2370
  - fix warning related to proptype [nileshgulia1 - [`824b9be`](https://github.com/eea/volto-eea-design-system/commit/824b9beff77aae139882cd50a1d670a02ec6f723)]
2326
2371
  - refactor breadcrumbs component, make it functional and customizable [nileshgulia1 - [`4ec374e`](https://github.com/eea/volto-eea-design-system/commit/4ec374e20565eb0a5aed0ff67a02cd6f77eba1f0)]
2327
2372
  - removed override already present in card.less [ichim-david - [`93c4e5a`](https://github.com/eea/volto-eea-design-system/commit/93c4e5aac9cc85ff2cc6c04180f6655d5f5616dc)]
@@ -2890,7 +2935,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
2890
2935
  - Refs #142010 - Optimize Volto-addons gitflow pipelines [valentinab25 - [`3af46d2`](https://github.com/eea/volto-eea-design-system/commit/3af46d2b14fa0b1ef44736f25b0f9ac93b23d18d)]
2891
2936
  - Refs #140454 updated eea-design-system readme with extra info on package contents [David Ichim - [`d2efc3d`](https://github.com/eea/volto-eea-design-system/commit/d2efc3ddae7b91efc82cf3bce8fb8e42d696a780)]
2892
2937
  - Refs #140454 add h1 to the list of elements that are max 800px and centered [David Ichim - [`7d3c30f`](https://github.com/eea/volto-eea-design-system/commit/7d3c30f409aa4cb43810839f8960589456cc1b2e)]
2893
- - Add Sonarqube tag using ims-frontend addons list [EEA Jenkins - [`8d657d0`](https://github.com/eea/volto-eea-design-system/commit/8d657d056cde5163cfe90ac66bc973f55d82e5e9)]
2894
2938
  ### [0.1.0](https://github.com/eea/volto-eea-design-system/compare/0.0.1...0.1.0) - 17 November 2021
2895
2939
 
2896
2940
  #### :hammer_and_wrench: Others
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-eea-design-system",
3
- "version": "1.13.2",
3
+ "version": "1.15.0",
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",
@@ -20,9 +20,9 @@
20
20
  "@eeacms/volto-corsproxy"
21
21
  ],
22
22
  "dependencies": {
23
+ "@eeacms/countup": "*",
23
24
  "@eeacms/volto-corsproxy": "*",
24
25
  "@fontsource/roboto": "4.5.8",
25
- "react-countup": "^6.3.0",
26
26
  "react-lazy-load-image-component": "1.5.6",
27
27
  "react-slick": "^0.28.1",
28
28
  "remixicon": "2.5.0",
@@ -0,0 +1,6 @@
1
+ export default function handleEnterKeyPress(event, callback) {
2
+ if (event.key === 'Enter') {
3
+ event.preventDefault();
4
+ callback(event);
5
+ }
6
+ }
@@ -1,3 +1,4 @@
1
1
  export useClickOutside from './useClickOutside';
2
2
  export usePrevious from './usePrevious';
3
3
  export useFirstVisited from './useFirstVisited';
4
+ export handleEnterKeyPress from './eventHandlers';