@eeacms/volto-eea-design-system 1.22.7 → 1.23.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 +8 -27
- package/package.json +2 -2
- package/theme/themes/eea/assets/logo/bise.svg +124 -46
- package/theme/themes/eea/assets/logo/fise.svg +110 -37
- package/theme/themes/eea/assets/logo/freshwater.svg +144 -47
- package/theme/themes/eea/assets/logo/marine.svg +142 -62
- package/theme/themes/eea/collections/menu.overrides +5 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,12 +4,19 @@ 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.
|
|
7
|
+
### [1.23.0](https://github.com/eea/volto-eea-design-system/compare/1.22.7...1.23.0) - 19 February 2024
|
|
8
8
|
|
|
9
9
|
#### :bug: Bug Fixes
|
|
10
10
|
|
|
11
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
12
|
|
|
13
|
+
#### :hammer_and_wrench: Others
|
|
14
|
+
|
|
15
|
+
- Update package.json version to 1.23.0 [David Ichim - [`4b2eeee`](https://github.com/eea/volto-eea-design-system/commit/4b2eeee398b771ac80111e1755f67273c8940ced)]
|
|
16
|
+
- fixed merge conflict [David Ichim - [`efe0f4b`](https://github.com/eea/volto-eea-design-system/commit/efe0f4b7df1782f5143e1bee31c997801427d35c)]
|
|
17
|
+
- Update react-slick version to 0.30.1 [David Ichim - [`62d4570`](https://github.com/eea/volto-eea-design-system/commit/62d457014866fc075a3203fd0f9e66354aa73fe5)]
|
|
18
|
+
### [1.22.7](https://github.com/eea/volto-eea-design-system/compare/1.22.6...1.22.7) - 22 January 2024
|
|
19
|
+
|
|
13
20
|
### [1.22.6](https://github.com/eea/volto-eea-design-system/compare/1.22.5...1.22.6) - 19 January 2024
|
|
14
21
|
|
|
15
22
|
#### :bug: Bug Fixes
|
|
@@ -91,11 +98,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
91
98
|
- Add dropdown test case to Header component [David Ichim - [`9ea3234`](https://github.com/eea/volto-eea-design-system/commit/9ea3234c2c0f1c819c7c2b54a75c56cda7812c56)]
|
|
92
99
|
- Remove unused import in Header.test.jsx [David Ichim - [`082069e`](https://github.com/eea/volto-eea-design-system/commit/082069e1f057786e0f1fb00c98d54b8e03b5d9c5)]
|
|
93
100
|
- Added some tests for TopDropdownMenu mobile and dropdown interaction [David Ichim - [`9d24488`](https://github.com/eea/volto-eea-design-system/commit/9d24488c1e97b2b1b14bd9bd8cb6f5b68414794b)]
|
|
94
|
-
- test: [JENKINS] Run cypress in started frontend container [valentinab25 - [`eadf018`](https://github.com/eea/volto-eea-design-system/commit/eadf018aa1f32d310619ce4ef08f9b11950a20dc)]
|
|
95
101
|
- Lint fix [David Ichim - [`e29fd50`](https://github.com/eea/volto-eea-design-system/commit/e29fd50ee73477007dcf94a268596e6c11176d7b)]
|
|
96
|
-
- test: [JENKINS] Add cpu limit on cypress docker [valentinab25 - [`947cb92`](https://github.com/eea/volto-eea-design-system/commit/947cb929c01ebb6f46bf124833fe1fec0f385edb)]
|
|
97
|
-
- test: [JENKINS] Increase shm-size to cypress docker [valentinab25 - [`8356dfe`](https://github.com/eea/volto-eea-design-system/commit/8356dfe929039dcd165af0692cbbfc771a0f7fb4)]
|
|
98
|
-
- test: [JENKINS] Improve cypress time [valentinab25 - [`e38f17e`](https://github.com/eea/volto-eea-design-system/commit/e38f17ed735e743e59df7d06ca723c1218bdb569)]
|
|
99
102
|
### [1.20.0](https://github.com/eea/volto-eea-design-system/compare/1.19.0...1.20.0) - 2 November 2023
|
|
100
103
|
|
|
101
104
|
#### :rocket: New Features
|
|
@@ -128,9 +131,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
128
131
|
|
|
129
132
|
#### :house: Internal changes
|
|
130
133
|
|
|
131
|
-
- chore: [JENKINS] do not run tests on PR comments [valentinab25 - [`51b68fc`](https://github.com/eea/volto-eea-design-system/commit/51b68fc76a956996e01521b784262c67e7094d35)]
|
|
132
|
-
- chore: [JENKINS] add comment step [valentinab25 - [`5022758`](https://github.com/eea/volto-eea-design-system/commit/50227587db2c72d17e26e7b66f28d4c09b760873)]
|
|
133
|
-
- chore: [JENKINS] Refactor automated testing [valentinab25 - [`a70ca64`](https://github.com/eea/volto-eea-design-system/commit/a70ca642918f578d6737d975e4769bac8312f48d)]
|
|
134
134
|
- chore: husky, lint-staged use fixed versions [valentinab25 - [`59ecb8e`](https://github.com/eea/volto-eea-design-system/commit/59ecb8e28b259472303324f9655b0cbbcbbf9c23)]
|
|
135
135
|
|
|
136
136
|
#### :hammer_and_wrench: Others
|
|
@@ -256,7 +256,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
256
256
|
|
|
257
257
|
#### :hammer_and_wrench: Others
|
|
258
258
|
|
|
259
|
-
- test: Fix eslint and yarn i18n [Alin Voinea - [`331149f`](https://github.com/eea/volto-eea-design-system/commit/331149f5eb16a9cc6f2d996f7b793909773063c2)]
|
|
260
259
|
- i18n: Add en [Alin Voinea - [`4584295`](https://github.com/eea/volto-eea-design-system/commit/458429530d993c27cfb962ddfe2f376f3568bf01)]
|
|
261
260
|
- Release 1.17.0 [Alin Voinea - [`e3c25ee`](https://github.com/eea/volto-eea-design-system/commit/e3c25eeeca5e863244faae396b5aa915d0702633)]
|
|
262
261
|
- test: add unit tests for DS components - refs #254313 [ana-oprea - [`0c4d4d1`](https://github.com/eea/volto-eea-design-system/commit/0c4d4d118b8e13082c576dc5c2dce6a715f49006)]
|
|
@@ -366,7 +365,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
366
365
|
#### :hammer_and_wrench: Others
|
|
367
366
|
|
|
368
367
|
- Release 1.14.0 [Alin Voinea - [`cb9084f`](https://github.com/eea/volto-eea-design-system/commit/cb9084fb2246dc1b729e12a419a26daa12c26f7a)]
|
|
369
|
-
- test: [JENKINS] set pipe fail [valentinab25 - [`1cdfc39`](https://github.com/eea/volto-eea-design-system/commit/1cdfc39d08f1ae301dea57f1e4be5265c4a4c6f9)]
|
|
370
368
|
- test: try storybook upload [valentinab25 - [`6d5833d`](https://github.com/eea/volto-eea-design-system/commit/6d5833d4419d00f1ac04c9eb78a0884214f9a494)]
|
|
371
369
|
- test: remove useless code [valentinab25 - [`2c14b0c`](https://github.com/eea/volto-eea-design-system/commit/2c14b0ce4596cfc11a81b9762677596d1861acfe)]
|
|
372
370
|
### [1.13.2](https://github.com/eea/volto-eea-design-system/compare/1.13.1...1.13.2) - 13 June 2023
|
|
@@ -405,7 +403,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
405
403
|
|
|
406
404
|
#### :house: Internal changes
|
|
407
405
|
|
|
408
|
-
- chore: [JENKINS] Deprecate circularity website [valentinab25 - [`fb2b166`](https://github.com/eea/volto-eea-design-system/commit/fb2b166d64f95a1c183901abfe0fe0254d1bbc7a)]
|
|
409
406
|
|
|
410
407
|
#### :house: Documentation changes
|
|
411
408
|
|
|
@@ -739,7 +736,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
739
736
|
|
|
740
737
|
- Release 1.0.0-beta.5 [Alin Voinea - [`e4417e1`](https://github.com/eea/volto-eea-design-system/commit/e4417e121477511c350ae3fbe4e70aadb445ed86)]
|
|
741
738
|
- better useOnScreen hook [Andrei Grigore - [`c214b6b`](https://github.com/eea/volto-eea-design-system/commit/c214b6b76443f81c795ce2f3aa457562ec088b30)]
|
|
742
|
-
- Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`b227cf8`](https://github.com/eea/volto-eea-design-system/commit/b227cf8a8c44b9d91e9fda8a7999fb0a42bacdca)]
|
|
743
739
|
- 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)]
|
|
744
740
|
- prettier [David Ichim - [`a7f8384`](https://github.com/eea/volto-eea-design-system/commit/a7f838470c1bcc4e2be115d514d92a1b686a5e9b)]
|
|
745
741
|
- fixed less build failure due to changes in footer.less [David Ichim - [`190bc8c`](https://github.com/eea/volto-eea-design-system/commit/190bc8cfa88191b45808f1e27c6e2737ee3d15b1)]
|
|
@@ -810,7 +806,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
810
806
|
|
|
811
807
|
#### :house: Internal changes
|
|
812
808
|
|
|
813
|
-
- chore(docusaurus): ignore website/.yarn [Giorgos Stamatis - [`0b33ffd`](https://github.com/eea/volto-eea-design-system/commit/0b33ffd1dda61b126e3cc5ff48888124d6aee41b)]
|
|
814
809
|
- style(header): react syntax fix [Antonis Tarantilis - [`3add127`](https://github.com/eea/volto-eea-design-system/commit/3add1271c785a92bea0ef925d7bc562cef1e0d92)]
|
|
815
810
|
|
|
816
811
|
#### :house: Documentation changes
|
|
@@ -1007,7 +1002,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1007
1002
|
|
|
1008
1003
|
- Release 1.0.0-alpha.10 [Alin Voinea - [`7014d08`](https://github.com/eea/volto-eea-design-system/commit/7014d080ce114bd0bc039abeecbd7229333b0971)]
|
|
1009
1004
|
- Add variable definitions [kreafox - [`293fe65`](https://github.com/eea/volto-eea-design-system/commit/293fe65e2f24e6290e1286229169a77f9be4750e)]
|
|
1010
|
-
- Add Sonarqube tag using advisory-board-frontend addons list [EEA Jenkins - [`ef58a6f`](https://github.com/eea/volto-eea-design-system/commit/ef58a6f5ad8deea26b1395a86778fe1159b7617b)]
|
|
1011
1005
|
- Back to dev [Alin Voinea - [`31d4616`](https://github.com/eea/volto-eea-design-system/commit/31d461662b9184a7bbe190e86f3c47fab39229fe)]
|
|
1012
1006
|
### [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
|
|
1013
1007
|
|
|
@@ -1065,7 +1059,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1065
1059
|
- bump package version [David Ichim - [`b4628be`](https://github.com/eea/volto-eea-design-system/commit/b4628bed134abc76e38a243d4e98143e19cef989)]
|
|
1066
1060
|
- 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)]
|
|
1067
1061
|
- (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)]
|
|
1068
|
-
- Add Sonarqube tag using advisory-board-frontend addons list [EEA Jenkins - [`c4769e9`](https://github.com/eea/volto-eea-design-system/commit/c4769e987d525f5dcafac8e6cf8a89fd8111667d)]
|
|
1069
1062
|
- test(Jenkins): Run tests and cypress with latest canary @plone/volto [Alin Voinea - [`92feea0`](https://github.com/eea/volto-eea-design-system/commit/92feea09796c9ef0530f65fa1d34139905133215)]
|
|
1070
1063
|
- Proof reading page header section [ichim-david - [`230239e`](https://github.com/eea/volto-eea-design-system/commit/230239e1b22734fb8606656985bc5e513731e244)]
|
|
1071
1064
|
### [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
|
|
@@ -1097,7 +1090,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1097
1090
|
#### :hammer_and_wrench: Others
|
|
1098
1091
|
|
|
1099
1092
|
- Release 1.0.0-alpha.7 [Alin Voinea - [`7e66bcc`](https://github.com/eea/volto-eea-design-system/commit/7e66bcc296b389bc55073e7f99681534977dce3a)]
|
|
1100
|
-
- Add Sonarqube tag using cca-frontend addons list [EEA Jenkins - [`ce47e9b`](https://github.com/eea/volto-eea-design-system/commit/ce47e9b163bcb4eda988e3a87718b54ffbd3f99f)]
|
|
1101
1093
|
- added back descriptionDistance variable until package release [David Ichim - [`3af811a`](https://github.com/eea/volto-eea-design-system/commit/3af811a8d86a132e16de118697ba5a4302a8a4da)]
|
|
1102
1094
|
- Back to dev [Alin Voinea - [`cb531c9`](https://github.com/eea/volto-eea-design-system/commit/cb531c933c907bdbb88c9de0f1df2eb7ce899a4c)]
|
|
1103
1095
|
- Proper paths if the package is not installed, but in development [Tiberiu Ichim - [`7a2655f`](https://github.com/eea/volto-eea-design-system/commit/7a2655f7cf9d3c687f172eefcf2b4cff4b12f832)]
|
|
@@ -1185,7 +1177,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1185
1177
|
#### :hammer_and_wrench: Others
|
|
1186
1178
|
|
|
1187
1179
|
- 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)]
|
|
1188
|
-
- Upgrade Jenkinsfile storybook to yarn 3 [Alin Voinea - [`d20de8d`](https://github.com/eea/volto-eea-design-system/commit/d20de8d6e21a14660b7b5125a80218a8a6f19e62)]
|
|
1189
1180
|
- Back to dev [Alin Voinea - [`563fbc5`](https://github.com/eea/volto-eea-design-system/commit/563fbc5fac0d4b0295690d0a3a4e04271753f18a)]
|
|
1190
1181
|
- perf(docusaurus): added remixicon and roboto locally [Giorgos Stamatis - [`b67b1a7`](https://github.com/eea/volto-eea-design-system/commit/b67b1a72bc9cdc7c62a25967e81b430f8b62d558)]
|
|
1191
1182
|
### [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
|
|
@@ -1278,7 +1269,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1278
1269
|
- modified left value of full width classes with toolbars [David Ichim - [`70d82d4`](https://github.com/eea/volto-eea-design-system/commit/70d82d47fbc2c00a3a709de0d5c087c8443a1eae)]
|
|
1279
1270
|
- WIP settings column grid width when using full size class [David Ichim - [`affc7ac`](https://github.com/eea/volto-eea-design-system/commit/affc7ac99527aa92d5a192d90dc8c9ec46a66404)]
|
|
1280
1271
|
- fix eslint [Miu Razvan - [`30c52e4`](https://github.com/eea/volto-eea-design-system/commit/30c52e4eb443555ca44c1b35df064e73d52c0a8b)]
|
|
1281
|
-
- Add Sonarqube tag using circularity-frontend addons list [EEA Jenkins - [`76a41c7`](https://github.com/eea/volto-eea-design-system/commit/76a41c786995fd54afe4d1c345de939f683ffa70)]
|
|
1282
1272
|
- 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)]
|
|
1283
1273
|
- clean up [Miu Razvan - [`89f3cb3`](https://github.com/eea/volto-eea-design-system/commit/89f3cb33d70a14806a953f0acd1807e94169ee5c)]
|
|
1284
1274
|
- Feature(container): flexible container size #260 from eea/feature-flexible-container [ichim-david - [`8f84c5b`](https://github.com/eea/volto-eea-design-system/commit/8f84c5b67afe9cbe01b2a44a8f92a9a554e1036a)]
|
|
@@ -1380,7 +1370,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1380
1370
|
|
|
1381
1371
|
#### :nail_care: Enhancements
|
|
1382
1372
|
|
|
1383
|
-
- change(jenkins): added yarn policy for storybook building [ichim-david - [`3d1b844`](https://github.com/eea/volto-eea-design-system/commit/3d1b844efeea40b99c00c9aa97089e0a0be58a57)]
|
|
1384
1373
|
- change(docusaurus): typography updates [ichim-david - [`60a93a4`](https://github.com/eea/volto-eea-design-system/commit/60a93a4aece4e478ae13c2dfe697fd3703aa178a)]
|
|
1385
1374
|
- change(accordion): allow customization of accordion title with css variables [David Ichim - [`15e7d27`](https://github.com/eea/volto-eea-design-system/commit/15e7d27f02c640df582f51a51ef36e645723f842)]
|
|
1386
1375
|
- 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)]
|
|
@@ -1415,7 +1404,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1415
1404
|
#### :hammer_and_wrench: Others
|
|
1416
1405
|
|
|
1417
1406
|
- Merge pull request #243 from eea/develop [ichim-david - [`576564c`](https://github.com/eea/volto-eea-design-system/commit/576564ce395ee6ac9e74bcb19d5c4f0b4cd3c33b)]
|
|
1418
|
-
- Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`4a5be6e`](https://github.com/eea/volto-eea-design-system/commit/4a5be6eec78dae230626e61ea2c77e7f3c62510d)]
|
|
1419
1407
|
- Back to dev [Alin Voinea - [`b251255`](https://github.com/eea/volto-eea-design-system/commit/b251255a7ed14d8290717726d86eaf54b87aa2d4)]
|
|
1420
1408
|
### [0.9.0](https://github.com/eea/volto-eea-design-system/compare/0.8.1...0.9.0) - 19 September 2022
|
|
1421
1409
|
|
|
@@ -2171,10 +2159,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
2171
2159
|
#### :hammer_and_wrench: Others
|
|
2172
2160
|
|
|
2173
2161
|
- prettier changes [David Ichim - [`134da52`](https://github.com/eea/volto-eea-design-system/commit/134da52549b9d5eac5a12b7ad3005073500ac2c4)]
|
|
2174
|
-
- [JENKINSFILE] remove debug, add error per stage [valentinab25 - [`903eecd`](https://github.com/eea/volto-eea-design-system/commit/903eecdb6bcbb8d73cff5e447d80c85e2a2c906d)]
|
|
2175
|
-
- [JENKINSFILE] mention comment author in comment [valentinab25 - [`39a26aa`](https://github.com/eea/volto-eea-design-system/commit/39a26aa1ff0f35e93e8df9f442c29c5ab79ff493)]
|
|
2176
|
-
- [JENKINSFILE] format PR comments [valentinab25 - [`739438c`](https://github.com/eea/volto-eea-design-system/commit/739438c64950c745d630d1998314a2bed595b23a)]
|
|
2177
|
-
- [JENKINSFILE] Add failure comment, no jenkins fail [valentinab25 - [`c325bf1`](https://github.com/eea/volto-eea-design-system/commit/c325bf14f3fb0da150f2a56cda0a9f03d8d8a628)]
|
|
2178
2162
|
### [0.2.3](https://github.com/eea/volto-eea-design-system/compare/0.2.2...0.2.3) - 29 April 2022
|
|
2179
2163
|
|
|
2180
2164
|
#### :rocket: New Features
|
|
@@ -2599,7 +2583,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
2599
2583
|
- set profile section overflow to auto [nileshgulia1 - [`71ab47f`](https://github.com/eea/volto-eea-design-system/commit/71ab47f89a433233c14b394c3824e607dd18a393)]
|
|
2600
2584
|
- remove segment custom width [nileshgulia1 - [`1d3ea40`](https://github.com/eea/volto-eea-design-system/commit/1d3ea40f98bbdc1eab95b4da739a659b5e29ec16)]
|
|
2601
2585
|
- fix profile section css overflow [nileshgulia1 - [`db5126f`](https://github.com/eea/volto-eea-design-system/commit/db5126fc902e191d1e18fb7e4c54877c8d8786e6)]
|
|
2602
|
-
- Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`647a6e3`](https://github.com/eea/volto-eea-design-system/commit/647a6e3e2093f2c4884c356eb148453551c8f33f)]
|
|
2603
2586
|
- fix warning related to proptype [nileshgulia1 - [`946c6c6`](https://github.com/eea/volto-eea-design-system/commit/946c6c6bc9dece0985ae4b9f9cad6ece2be0ff2c)]
|
|
2604
2587
|
- removed override already present in card.less [ichim-david - [`50d2ab2`](https://github.com/eea/volto-eea-design-system/commit/50d2ab26f85c8f409da02ec128cc1df34848ca69)]
|
|
2605
2588
|
- update [Miu Razvan - [`bbcab87`](https://github.com/eea/volto-eea-design-system/commit/bbcab87ef4c8475f347f0daf4ab7e428e69c2316)]
|
|
@@ -2686,7 +2669,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
2686
2669
|
- remove segment custom width [nileshgulia1 - [`4a60d84`](https://github.com/eea/volto-eea-design-system/commit/4a60d84d5fe76578b7760aa1dad6eef9a20916a7)]
|
|
2687
2670
|
- Reformat header.less [Tiberiu Ichim - [`1f99dfc`](https://github.com/eea/volto-eea-design-system/commit/1f99dfc82c165304ca5600ce5138c1233615ab69)]
|
|
2688
2671
|
- fix profile section css overflow [nileshgulia1 - [`8fd2654`](https://github.com/eea/volto-eea-design-system/commit/8fd265413149f1b5e033dffa0fbcb5ef5ecad15f)]
|
|
2689
|
-
- Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`6051724`](https://github.com/eea/volto-eea-design-system/commit/6051724437a38675e659c797bb5586ef81286ec0)]
|
|
2690
2672
|
- fix warning related to proptype [nileshgulia1 - [`824b9be`](https://github.com/eea/volto-eea-design-system/commit/824b9beff77aae139882cd50a1d670a02ec6f723)]
|
|
2691
2673
|
- refactor breadcrumbs component, make it functional and customizable [nileshgulia1 - [`4ec374e`](https://github.com/eea/volto-eea-design-system/commit/4ec374e20565eb0a5aed0ff67a02cd6f77eba1f0)]
|
|
2692
2674
|
- removed override already present in card.less [ichim-david - [`93c4e5a`](https://github.com/eea/volto-eea-design-system/commit/93c4e5aac9cc85ff2cc6c04180f6655d5f5616dc)]
|
|
@@ -3255,7 +3237,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
3255
3237
|
- Refs #142010 - Optimize Volto-addons gitflow pipelines [valentinab25 - [`3af46d2`](https://github.com/eea/volto-eea-design-system/commit/3af46d2b14fa0b1ef44736f25b0f9ac93b23d18d)]
|
|
3256
3238
|
- 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)]
|
|
3257
3239
|
- 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)]
|
|
3258
|
-
- Add Sonarqube tag using ims-frontend addons list [EEA Jenkins - [`8d657d0`](https://github.com/eea/volto-eea-design-system/commit/8d657d056cde5163cfe90ac66bc973f55d82e5e9)]
|
|
3259
3240
|
### [0.1.0](https://github.com/eea/volto-eea-design-system/compare/0.0.1...0.1.0) - 17 November 2021
|
|
3260
3241
|
|
|
3261
3242
|
#### :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.
|
|
3
|
+
"version": "1.23.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",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"@eeacms/volto-corsproxy": "*",
|
|
25
25
|
"@fontsource/roboto": "4.5.8",
|
|
26
26
|
"react-lazy-load-image-component": "1.5.6",
|
|
27
|
-
"react-slick": "^0.
|
|
27
|
+
"react-slick": "^0.30.1",
|
|
28
28
|
"remixicon": "3.6.0",
|
|
29
29
|
"slick-carousel": "^1.8.1"
|
|
30
30
|
},
|
|
@@ -1,47 +1,125 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
<
|
|
4
|
-
|
|
5
|
-
<
|
|
6
|
-
|
|
7
|
-
<
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
<
|
|
22
|
-
|
|
23
|
-
<path d="
|
|
24
|
-
|
|
25
|
-
<path d="
|
|
26
|
-
|
|
27
|
-
<path d="
|
|
28
|
-
|
|
29
|
-
<path d="
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
<
|
|
34
|
-
|
|
35
|
-
<
|
|
36
|
-
|
|
37
|
-
<path d="
|
|
38
|
-
|
|
39
|
-
<path d="
|
|
40
|
-
|
|
41
|
-
<path d="
|
|
42
|
-
|
|
43
|
-
<path d="
|
|
44
|
-
|
|
45
|
-
<path d="
|
|
46
|
-
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
|
|
3
|
+
<svg width="150" height="45" id="Text_labels" data-name="Text labels" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 200.04">
|
|
4
|
+
|
|
5
|
+
<defs>
|
|
6
|
+
|
|
7
|
+
<style>
|
|
8
|
+
|
|
9
|
+
.cls-1 {
|
|
10
|
+
|
|
11
|
+
fill: #fff;
|
|
12
|
+
|
|
13
|
+
stroke-width: 0px;
|
|
14
|
+
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
</style>
|
|
18
|
+
|
|
19
|
+
</defs>
|
|
20
|
+
|
|
21
|
+
<g>
|
|
22
|
+
|
|
23
|
+
<path class="cls-1" d="m0,197.37V2.67h69.93c25.05,0,44.11,4.59,57.16,13.77,13.06,9.18,19.59,22.51,19.59,39.98,0,10.08-2.32,18.67-6.95,25.81-4.63,7.13-11.45,12.39-20.46,15.78,10.16,2.67,17.97,7.67,23.4,14.98,5.43,7.31,8.16,16.23,8.16,26.74,0,19.07-6.04,33.41-18.12,42.99-12.08,9.58-29.97,14.46-53.69,14.64H0Zm46.93-113.53h24.47c10.25-.09,17.56-1.97,21.93-5.64,4.36-3.66,6.55-9.07,6.55-16.23,0-8.22-2.36-14.15-7.09-17.77-4.73-3.62-12.35-5.43-22.87-5.43h-23v45.06Zm0,30.75v46.67h30.75c8.47,0,14.98-1.94,19.52-5.82,4.55-3.88,6.82-9.34,6.82-16.38,0-16.23-8.07-24.38-24.2-24.47h-32.89Z"/>
|
|
24
|
+
|
|
25
|
+
<path class="cls-1" d="m226.65,197.37h-46.8V2.67h46.8v194.69Z"/>
|
|
26
|
+
|
|
27
|
+
<path class="cls-1" d="m359.7,145.62c0-6.87-2.43-12.22-7.29-16.05-4.86-3.83-13.39-7.8-25.61-11.9-12.22-4.1-22.2-8.07-29.95-11.9-25.22-12.39-37.84-29.42-37.84-51.08,0-10.78,3.14-20.31,9.43-28.55,6.28-8.24,15.18-14.66,26.68-19.26,11.5-4.59,24.42-6.89,38.78-6.89s26.54,2.49,37.64,7.49c11.1,5,19.72,12.1,25.87,21.33s9.23,19.77,9.23,31.62h-46.8c0-7.94-2.43-14.09-7.29-18.45-4.86-4.36-11.43-6.55-19.72-6.55s-15,1.85-19.86,5.55c-4.86,3.7-7.29,8.41-7.29,14.11,0,5,2.67,9.51,8.02,13.57,5.35,4.06,14.76,8.24,28.21,12.57,13.46,4.33,24.52,8.98,33.16,13.97,21.04,12.12,31.56,28.83,31.56,50.14,0,17.03-6.42,30.4-19.26,40.11-12.84,9.71-30.44,14.58-52.82,14.58-15.78,0-30.07-2.83-42.86-8.49-12.79-5.66-22.42-13.42-28.88-23.27-6.47-9.85-9.69-21.19-9.69-34.03h47.07c0,10.43,2.69,18.12,8.09,23.07,5.4,4.95,14.15,7.42,26.28,7.42,7.76,0,13.89-1.67,18.39-5.01,4.5-3.34,6.75-8.04,6.75-14.11Z"/>
|
|
28
|
+
|
|
29
|
+
<path class="cls-1" d="m551.45,114.73h-73.81v46.53h87.18v36.1h-134.12V2.67h134.38v36.24h-87.45v41.05h73.81v34.77Z"/>
|
|
30
|
+
|
|
31
|
+
</g>
|
|
32
|
+
|
|
33
|
+
<g>
|
|
34
|
+
|
|
35
|
+
<g>
|
|
36
|
+
|
|
37
|
+
<path class="cls-1" d="m602.66,45.22V.61h16.02c5.74,0,10.11,1.05,13.1,3.16,2.99,2.1,4.49,5.16,4.49,9.16,0,2.31-.53,4.28-1.59,5.91-1.06,1.63-2.62,2.84-4.69,3.61,2.33.61,4.12,1.76,5.36,3.43,1.25,1.67,1.87,3.72,1.87,6.13,0,4.37-1.38,7.65-4.15,9.85-2.77,2.19-6.87,3.31-12.3,3.35h-18.11Zm10.75-26.01h5.61c2.35-.02,4.02-.45,5.02-1.29,1-.84,1.5-2.08,1.5-3.72,0-1.88-.54-3.24-1.62-4.07s-2.83-1.25-5.24-1.25h-5.27v10.32Zm0,7.05v10.69h7.05c1.94,0,3.43-.44,4.47-1.33s1.56-2.14,1.56-3.75c0-3.72-1.85-5.59-5.54-5.61h-7.54Z"/>
|
|
38
|
+
|
|
39
|
+
<path class="cls-1" d="m654.59,45.22h-10.72V.61h10.72v44.6Z"/>
|
|
40
|
+
|
|
41
|
+
<path class="cls-1" d="m699.83,23.83c0,4.35-.81,8.2-2.42,11.55-1.61,3.35-3.91,5.93-6.88,7.74-2.97,1.81-6.36,2.71-10.16,2.71s-7.17-.87-10.11-2.62-5.23-4.24-6.88-7.49c-1.64-3.25-2.51-6.97-2.59-11.18v-2.51c0-4.37.8-8.23,2.4-11.56,1.6-3.34,3.9-5.92,6.89-7.74,2.99-1.82,6.4-2.73,10.22-2.73s7.15.9,10.11,2.7c2.96,1.8,5.26,4.35,6.91,7.67,1.64,3.32,2.48,7.12,2.5,11.41v2.05Zm-10.94-1.87c0-4.43-.74-7.8-2.22-10.09-1.48-2.3-3.6-3.45-6.36-3.45-5.39,0-8.24,4.04-8.55,12.13l-.03,3.28c0,4.37.72,7.73,2.18,10.08,1.45,2.35,3.6,3.52,6.46,3.52s4.81-1.15,6.28-3.46,2.22-5.63,2.24-9.96v-2.05Z"/>
|
|
42
|
+
|
|
43
|
+
<path class="cls-1" d="m705.38,45.22V.61h14.37c3.94,0,7.49.89,10.63,2.68,3.14,1.79,5.6,4.31,7.37,7.57,1.77,3.26,2.66,6.91,2.68,10.95v2.05c0,4.09-.86,7.75-2.59,10.98-1.73,3.24-4.16,5.77-7.29,7.6-3.14,1.83-6.63,2.75-10.49,2.77h-14.67Zm10.75-36.3v28.03h3.74c3.08,0,5.45-1.1,7.11-3.29,1.65-2.19,2.48-5.46,2.48-9.79v-1.93c0-4.31-.83-7.56-2.48-9.74-1.65-2.19-4.06-3.28-7.23-3.28h-3.61Z"/>
|
|
44
|
+
|
|
45
|
+
<path class="cls-1" d="m757.4,45.22h-10.72V.61h10.72v44.6Z"/>
|
|
46
|
+
|
|
47
|
+
<path class="cls-1" d="m782.18,33.09l8.88-32.47h12.01l-15.01,44.6h-11.76l-14.89-44.6h11.92l8.85,32.47Z"/>
|
|
48
|
+
|
|
49
|
+
<path class="cls-1" d="m833.98,26.28h-16.91v10.66h19.97v8.27h-30.73V.61h30.79v8.3h-20.04v9.4h16.91v7.97Z"/>
|
|
50
|
+
|
|
51
|
+
<path class="cls-1" d="m858,29.44h-5.82v15.78h-10.75V.61h17.55c5.29,0,9.42,1.17,12.41,3.52,2.98,2.35,4.47,5.66,4.47,9.95,0,3.1-.63,5.67-1.88,7.71-1.26,2.04-3.22,3.69-5.9,4.96l9.31,18.01v.46h-11.52l-7.87-15.78Zm-5.82-8.27h6.8c2.04,0,3.58-.54,4.61-1.61,1.03-1.07,1.55-2.57,1.55-4.5s-.52-3.44-1.56-4.53c-1.04-1.1-2.57-1.64-4.6-1.64h-6.8v12.28Z"/>
|
|
52
|
+
|
|
53
|
+
<path class="cls-1" d="m905.36,33.36c0-1.57-.56-2.8-1.67-3.68-1.11-.88-3.07-1.79-5.87-2.73-2.8-.94-5.09-1.85-6.86-2.73-5.78-2.84-8.67-6.74-8.67-11.7,0-2.47.72-4.65,2.16-6.54,1.44-1.89,3.48-3.36,6.11-4.41,2.63-1.05,5.6-1.58,8.88-1.58s6.08.57,8.62,1.72c2.54,1.14,4.52,2.77,5.93,4.89,1.41,2.11,2.11,4.53,2.11,7.25h-10.72c0-1.82-.56-3.23-1.67-4.23s-2.62-1.5-4.52-1.5-3.44.42-4.55,1.27-1.67,1.93-1.67,3.23c0,1.14.61,2.18,1.84,3.11s3.38,1.89,6.46,2.88c3.08.99,5.62,2.06,7.6,3.2,4.82,2.78,7.23,6.61,7.23,11.49,0,3.9-1.47,6.97-4.41,9.19-2.94,2.23-6.97,3.34-12.1,3.34-3.61,0-6.89-.65-9.82-1.95-2.93-1.3-5.14-3.07-6.62-5.33-1.48-2.26-2.22-4.86-2.22-7.8h10.78c0,2.39.62,4.15,1.85,5.28,1.24,1.13,3.24,1.7,6.02,1.7,1.78,0,3.18-.38,4.21-1.15,1.03-.77,1.55-1.84,1.55-3.23Z"/>
|
|
54
|
+
|
|
55
|
+
<path class="cls-1" d="m933.09,45.22h-10.72V.61h10.72v44.6Z"/>
|
|
56
|
+
|
|
57
|
+
<path class="cls-1" d="m975.58,8.91h-13.39v36.3h-10.75V8.91h-13.14V.61h37.28v8.3Z"/>
|
|
58
|
+
|
|
59
|
+
<path class="cls-1" d="m996.93,19.97l8.21-19.36h11.61l-14.37,28.58v16.02h-10.91v-16.02l-14.34-28.58h11.55l8.24,19.36Z"/>
|
|
60
|
+
|
|
61
|
+
</g>
|
|
62
|
+
|
|
63
|
+
<g>
|
|
64
|
+
|
|
65
|
+
<path class="cls-1" d="m630.75,181.66h-17.34v17.77h-10.75v-44.6h29.84v8.3h-19.09v10.26h17.34v8.27Z"/>
|
|
66
|
+
|
|
67
|
+
<path class="cls-1" d="m674.74,178.04c0,4.35-.81,8.2-2.42,11.55-1.61,3.35-3.91,5.93-6.88,7.74-2.97,1.81-6.36,2.71-10.16,2.71s-7.17-.87-10.11-2.62c-2.94-1.75-5.23-4.24-6.88-7.49s-2.51-6.97-2.59-11.18v-2.51c0-4.37.8-8.23,2.4-11.56,1.6-3.34,3.9-5.92,6.89-7.74,2.99-1.82,6.4-2.73,10.22-2.73s7.15.9,10.11,2.7c2.96,1.8,5.26,4.35,6.91,7.67,1.64,3.32,2.48,7.12,2.5,11.41v2.05Zm-10.94-1.87c0-4.43-.74-7.8-2.22-10.09-1.48-2.3-3.6-3.45-6.36-3.45-5.39,0-8.24,4.04-8.55,12.13l-.03,3.28c0,4.37.72,7.73,2.18,10.08,1.45,2.35,3.6,3.52,6.46,3.52s4.81-1.15,6.28-3.46c1.47-2.31,2.22-5.63,2.24-9.96v-2.05Z"/>
|
|
68
|
+
|
|
69
|
+
<path class="cls-1" d="m696.86,183.65h-5.82v15.78h-10.75v-44.6h17.55c5.29,0,9.42,1.17,12.41,3.52,2.98,2.35,4.47,5.66,4.47,9.95,0,3.1-.63,5.67-1.88,7.71-1.26,2.04-3.22,3.69-5.9,4.96l9.31,18.01v.46h-11.52l-7.87-15.78Zm-5.82-8.27h6.8c2.04,0,3.58-.54,4.61-1.61,1.03-1.07,1.55-2.57,1.55-4.5s-.52-3.44-1.56-4.53c-1.04-1.1-2.57-1.64-4.6-1.64h-6.8v12.28Z"/>
|
|
70
|
+
|
|
71
|
+
<path class="cls-1" d="m764.5,180.49h-16.91v10.66h19.97v8.27h-30.73v-44.6h30.79v8.3h-20.04v9.4h16.91v7.97Z"/>
|
|
72
|
+
|
|
73
|
+
<path class="cls-1" d="m806.93,154.82v29.2c0,3.31-.7,6.17-2.11,8.59-1.41,2.42-3.43,4.26-6.07,5.53-2.63,1.27-5.75,1.9-9.34,1.9-5.43,0-9.71-1.41-12.84-4.23-3.12-2.82-4.72-6.68-4.78-11.58v-29.41h10.81v29.62c.12,4.88,2.39,7.32,6.8,7.32,2.23,0,3.91-.61,5.05-1.84s1.72-3.22,1.72-5.97v-29.13h10.75Z"/>
|
|
74
|
+
|
|
75
|
+
<path class="cls-1" d="m830.22,183.65h-5.82v15.78h-10.75v-44.6h17.55c5.29,0,9.42,1.17,12.41,3.52,2.98,2.35,4.47,5.66,4.47,9.95,0,3.1-.63,5.67-1.88,7.71-1.26,2.04-3.22,3.69-5.9,4.96l9.31,18.01v.46h-11.52l-7.87-15.78Zm-5.82-8.27h6.8c2.04,0,3.58-.54,4.61-1.61,1.03-1.07,1.55-2.57,1.55-4.5s-.52-3.44-1.56-4.53c-1.04-1.1-2.57-1.64-4.6-1.64h-6.8v12.28Z"/>
|
|
76
|
+
|
|
77
|
+
<path class="cls-1" d="m892.34,178.04c0,4.35-.81,8.2-2.42,11.55-1.61,3.35-3.91,5.93-6.88,7.74-2.97,1.81-6.36,2.71-10.16,2.71s-7.17-.87-10.11-2.62c-2.94-1.75-5.23-4.24-6.88-7.49-1.64-3.25-2.51-6.97-2.59-11.18v-2.51c0-4.37.8-8.23,2.4-11.56,1.6-3.34,3.9-5.92,6.89-7.74,2.99-1.82,6.4-2.73,10.22-2.73s7.15.9,10.11,2.7c2.96,1.8,5.26,4.35,6.91,7.67,1.64,3.32,2.48,7.12,2.5,11.41v2.05Zm-10.94-1.87c0-4.43-.74-7.8-2.22-10.09-1.48-2.3-3.6-3.45-6.36-3.45-5.39,0-8.24,4.04-8.55,12.13l-.03,3.28c0,4.37.72,7.73,2.18,10.08,1.45,2.35,3.6,3.52,6.46,3.52s4.81-1.15,6.28-3.46c1.47-2.31,2.22-5.63,2.24-9.96v-2.05Z"/>
|
|
78
|
+
|
|
79
|
+
<path class="cls-1" d="m908.64,184.29v15.13h-10.75v-44.6h17.8c3.41,0,6.43.63,9.05,1.88,2.62,1.26,4.66,3.04,6.1,5.36s2.16,4.95,2.16,7.89c0,4.35-1.56,7.83-4.67,10.43-3.11,2.6-7.39,3.91-12.82,3.91h-6.86Zm0-8.3h7.05c2.08,0,3.67-.52,4.76-1.56,1.09-1.04,1.64-2.51,1.64-4.41,0-2.08-.56-3.75-1.68-4.99-1.12-1.25-2.65-1.88-4.6-1.9h-7.17v12.87Z"/>
|
|
80
|
+
|
|
81
|
+
<path class="cls-1" d="m966.39,180.49h-16.91v10.66h19.97v8.27h-30.73v-44.6h30.79v8.3h-20.04v9.4h16.91v7.97Z"/>
|
|
82
|
+
|
|
83
|
+
</g>
|
|
84
|
+
|
|
85
|
+
<g>
|
|
86
|
+
|
|
87
|
+
<path class="cls-1" d="m614.12,122.32h-10.72v-44.6h10.72v44.6Z"/>
|
|
88
|
+
|
|
89
|
+
<path class="cls-1" d="m658.84,122.32h-10.69l-15.81-27.76v27.76h-10.75v-44.6h10.75l15.78,27.76v-27.76h10.72v44.6Z"/>
|
|
90
|
+
|
|
91
|
+
<path class="cls-1" d="m693.74,104.55h-17.34v17.77h-10.75v-44.6h29.84v8.3h-19.09v10.26h17.34v8.27Z"/>
|
|
92
|
+
|
|
93
|
+
<path class="cls-1" d="m737.73,100.94c0,4.35-.81,8.2-2.42,11.55-1.61,3.35-3.91,5.93-6.88,7.74-2.97,1.81-6.36,2.71-10.16,2.71s-7.17-.87-10.11-2.62c-2.94-1.75-5.23-4.24-6.88-7.49-1.64-3.25-2.51-6.97-2.59-11.18v-2.51c0-4.37.8-8.23,2.4-11.56,1.6-3.34,3.9-5.92,6.89-7.74,2.99-1.82,6.4-2.73,10.22-2.73s7.15.9,10.11,2.7c2.96,1.8,5.26,4.35,6.91,7.67,1.64,3.32,2.48,7.12,2.5,11.41v2.05Zm-10.94-1.87c0-4.43-.74-7.8-2.22-10.09-1.48-2.3-3.6-3.45-6.36-3.45-5.39,0-8.24,4.04-8.55,12.13l-.03,3.28c0,4.37.72,7.73,2.18,10.08,1.45,2.35,3.6,3.52,6.46,3.52s4.81-1.15,6.28-3.46c1.47-2.31,2.22-5.63,2.24-9.96v-2.05Z"/>
|
|
94
|
+
|
|
95
|
+
<path class="cls-1" d="m759.85,106.55h-5.82v15.78h-10.75v-44.6h17.55c5.29,0,9.42,1.17,12.41,3.52,2.98,2.35,4.47,5.66,4.47,9.95,0,3.1-.63,5.67-1.88,7.71-1.26,2.04-3.22,3.69-5.9,4.96l9.31,18.01v.46h-11.52l-7.87-15.78Zm-5.82-8.27h6.8c2.04,0,3.58-.54,4.61-1.61,1.03-1.07,1.55-2.57,1.55-4.5s-.52-3.44-1.56-4.53c-1.04-1.1-2.57-1.64-4.6-1.64h-6.8v12.28Z"/>
|
|
96
|
+
|
|
97
|
+
<path class="cls-1" d="m798.33,77.72l9.96,31.03,9.93-31.03h14.15v44.6h-10.78v-10.42l1.04-21.32-10.78,31.74h-7.11l-10.81-31.77,1.04,21.35v10.42h-10.75v-44.6h14.12Z"/>
|
|
98
|
+
|
|
99
|
+
<path class="cls-1" d="m864.53,113.99h-14.74l-2.57,8.33h-11.49l16.36-44.6h10.11l16.48,44.6h-11.55l-2.6-8.33Zm-12.16-8.3h9.59l-4.81-15.47-4.78,15.47Z"/>
|
|
100
|
+
|
|
101
|
+
<path class="cls-1" d="m913.27,86.02h-13.39v36.3h-10.75v-36.3h-13.14v-8.3h37.28v8.3Z"/>
|
|
102
|
+
|
|
103
|
+
<path class="cls-1" d="m929.26,122.32h-10.72v-44.6h10.72v44.6Z"/>
|
|
104
|
+
|
|
105
|
+
<path class="cls-1" d="m974.51,100.94c0,4.35-.81,8.2-2.42,11.55-1.61,3.35-3.91,5.93-6.88,7.74-2.97,1.81-6.36,2.71-10.16,2.71s-7.17-.87-10.11-2.62c-2.94-1.75-5.23-4.24-6.88-7.49-1.64-3.25-2.51-6.97-2.59-11.18v-2.51c0-4.37.8-8.23,2.4-11.56,1.6-3.34,3.9-5.92,6.89-7.74,2.99-1.82,6.4-2.73,10.22-2.73s7.15.9,10.11,2.7c2.96,1.8,5.26,4.35,6.91,7.67,1.64,3.32,2.48,7.12,2.5,11.41v2.05Zm-10.94-1.87c0-4.43-.74-7.8-2.22-10.09-1.48-2.3-3.6-3.45-6.36-3.45-5.39,0-8.24,4.04-8.55,12.13l-.03,3.28c0,4.37.72,7.73,2.18,10.08,1.45,2.35,3.6,3.52,6.46,3.52s4.81-1.15,6.28-3.46c1.47-2.31,2.22-5.63,2.24-9.96v-2.05Z"/>
|
|
106
|
+
|
|
107
|
+
<path class="cls-1" d="m1017.3,122.32h-10.69l-15.81-27.76v27.76h-10.75v-44.6h10.75l15.78,27.76v-27.76h10.72v44.6Z"/>
|
|
108
|
+
|
|
109
|
+
<path class="cls-1" d="m1062.74,110.47c0-1.57-.56-2.8-1.67-3.68-1.11-.88-3.07-1.79-5.87-2.73-2.8-.94-5.09-1.85-6.86-2.73-5.78-2.84-8.67-6.74-8.67-11.7,0-2.47.72-4.65,2.16-6.54,1.44-1.89,3.48-3.36,6.11-4.41,2.63-1.05,5.6-1.58,8.88-1.58s6.08.57,8.62,1.72c2.54,1.14,4.52,2.77,5.93,4.89,1.41,2.11,2.11,4.53,2.11,7.25h-10.72c0-1.82-.56-3.23-1.67-4.23-1.11-1-2.62-1.5-4.52-1.5s-3.44.42-4.55,1.27-1.67,1.93-1.67,3.23c0,1.14.61,2.18,1.84,3.11,1.23.93,3.38,1.89,6.46,2.88,3.08.99,5.62,2.06,7.6,3.2,4.82,2.78,7.23,6.61,7.23,11.49,0,3.9-1.47,6.97-4.41,9.19-2.94,2.23-6.97,3.34-12.1,3.34-3.61,0-6.89-.65-9.82-1.95-2.93-1.3-5.14-3.07-6.62-5.33-1.48-2.26-2.22-4.86-2.22-7.8h10.78c0,2.39.62,4.15,1.85,5.28,1.24,1.13,3.24,1.7,6.02,1.7,1.78,0,3.18-.38,4.21-1.15,1.03-.77,1.55-1.84,1.55-3.23Z"/>
|
|
110
|
+
|
|
111
|
+
<path class="cls-1" d="m1095.33,97.08l8.21-19.36h11.61l-14.37,28.58v16.02h-10.91v-16.02l-14.34-28.58h11.55l8.24,19.36Z"/>
|
|
112
|
+
|
|
113
|
+
<path class="cls-1" d="m1140.92,110.47c0-1.57-.56-2.8-1.67-3.68-1.11-.88-3.07-1.79-5.87-2.73-2.8-.94-5.09-1.85-6.86-2.73-5.78-2.84-8.67-6.74-8.67-11.7,0-2.47.72-4.65,2.16-6.54,1.44-1.89,3.48-3.36,6.11-4.41,2.63-1.05,5.6-1.58,8.88-1.58s6.08.57,8.62,1.72,4.52,2.77,5.93,4.89c1.41,2.11,2.11,4.53,2.11,7.25h-10.72c0-1.82-.56-3.23-1.67-4.23-1.11-1-2.62-1.5-4.52-1.5s-3.44.42-4.55,1.27-1.67,1.93-1.67,3.23c0,1.14.61,2.18,1.84,3.11,1.23.93,3.38,1.89,6.46,2.88,3.08.99,5.62,2.06,7.6,3.2,4.82,2.78,7.23,6.61,7.23,11.49,0,3.9-1.47,6.97-4.41,9.19-2.94,2.23-6.97,3.34-12.1,3.34-3.61,0-6.89-.65-9.82-1.95-2.93-1.3-5.14-3.07-6.62-5.33-1.48-2.26-2.22-4.86-2.22-7.8h10.78c0,2.39.62,4.15,1.85,5.28s3.24,1.7,6.02,1.7c1.78,0,3.18-.38,4.21-1.15,1.03-.77,1.55-1.84,1.55-3.23Z"/>
|
|
114
|
+
|
|
115
|
+
<path class="cls-1" d="m1192.2,86.02h-13.39v36.3h-10.75v-36.3h-13.14v-8.3h37.28v8.3Z"/>
|
|
116
|
+
|
|
117
|
+
<path class="cls-1" d="m1224.4,103.39h-16.91v10.66h19.97v8.27h-30.73v-44.6h30.79v8.3h-20.04v9.4h16.91v7.97Z"/>
|
|
118
|
+
|
|
119
|
+
<path class="cls-1" d="m1245.96,77.72l9.96,31.03,9.93-31.03h14.15v44.6h-10.78v-10.42l1.04-21.32-10.78,31.74h-7.11l-10.81-31.77,1.04,21.35v10.42h-10.75v-44.6h14.12Z"/>
|
|
120
|
+
|
|
121
|
+
</g>
|
|
122
|
+
|
|
123
|
+
</g>
|
|
124
|
+
|
|
47
125
|
</svg>
|