@eeacms/volto-eea-design-system 1.36.1 → 1.36.3
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 +25 -32
- package/package.json +2 -2
- package/src/ui/Header/Header.jsx +20 -19
- package/theme/themes/eea/extras/contextNavigation.less +6 -0
- package/theme/themes/eea/globals/site.overrides +34 -10
- package/theme/themes/eea/modules/modal.overrides +5 -3
- package/theme/themes/eea/views/card.overrides +39 -28
package/CHANGELOG.md
CHANGED
|
@@ -4,12 +4,36 @@ 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.36.
|
|
7
|
+
### [1.36.3](https://github.com/eea/volto-eea-design-system/compare/1.36.2...1.36.3) - 4 March 2025
|
|
8
|
+
|
|
9
|
+
#### :bug: Bug Fixes
|
|
10
|
+
|
|
11
|
+
- fix(side-nav): background position for content-box and full-width elements [David Ichim - [`b1586e6`](https://github.com/eea/volto-eea-design-system/commit/b1586e6f0826d2d276a21b834a64ba2327fb468d)]
|
|
12
|
+
- fix(navigation): avoid active selector when first item has Home title [David Ichim - [`5e60fb3`](https://github.com/eea/volto-eea-design-system/commit/5e60fb364cfd505c563c444cb46b91a3aaa4bf01)]
|
|
13
|
+
|
|
14
|
+
#### :nail_care: Enhancements
|
|
15
|
+
|
|
16
|
+
- change(cards): align card image to bottom and ensure vis cards can use full color buttons [David Ichim - [`2595218`](https://github.com/eea/volto-eea-design-system/commit/259521870005e6067478075486dc3ea5cd79417a)]
|
|
17
|
+
|
|
18
|
+
#### :hammer_and_wrench: Others
|
|
19
|
+
|
|
20
|
+
- lint fix [David Ichim - [`5d4d60a`](https://github.com/eea/volto-eea-design-system/commit/5d4d60ac305b8694fec64a9cce625a1015e8486f)]
|
|
21
|
+
### [1.36.2](https://github.com/eea/volto-eea-design-system/compare/1.36.1...1.36.2) - 18 December 2024
|
|
8
22
|
|
|
9
23
|
#### :bug: Bug Fixes
|
|
10
24
|
|
|
11
25
|
- fix(cards): gradient change by the report header gradient [David Ichim - [`d45847e`](https://github.com/eea/volto-eea-design-system/commit/d45847e52dae2459507242fa0485101302cccabe)]
|
|
12
26
|
|
|
27
|
+
#### :nail_care: Enhancements
|
|
28
|
+
|
|
29
|
+
- change(report-links): turn links into inline-flex so that download links align with link text [David Ichim - [`fbbea31`](https://github.com/eea/volto-eea-design-system/commit/fbbea31aadb7596dbec288d369e5e97f8349e033)]
|
|
30
|
+
|
|
31
|
+
#### :house: Documentation changes
|
|
32
|
+
|
|
33
|
+
- docs: Build docusaurus [alin - [`54d265e`](https://github.com/eea/volto-eea-design-system/commit/54d265e729ca2ff0e52fa9a0e96d7583c9e0d73b)]
|
|
34
|
+
|
|
35
|
+
### [1.36.1](https://github.com/eea/volto-eea-design-system/compare/1.36.0...1.36.1) - 28 November 2024
|
|
36
|
+
|
|
13
37
|
### [1.36.0](https://github.com/eea/volto-eea-design-system/compare/1.35.0...1.36.0) - 27 November 2024
|
|
14
38
|
|
|
15
39
|
#### :bug: Bug Fixes
|
|
@@ -24,7 +48,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
24
48
|
#### :hammer_and_wrench: Others
|
|
25
49
|
|
|
26
50
|
- Update package.json [Ichim David - [`40ae6a7`](https://github.com/eea/volto-eea-design-system/commit/40ae6a70377c54256f7365a12bded4e25b0c322e)]
|
|
27
|
-
- Add Sonarqube tag using bise-frontend addons list [EEA Jenkins - [`b433236`](https://github.com/eea/volto-eea-design-system/commit/b433236f3e264304c86082281da90384da7ab0ff)]
|
|
28
51
|
### [1.34.1](https://github.com/eea/volto-eea-design-system/compare/1.34.0...1.34.1) - 14 October 2024
|
|
29
52
|
|
|
30
53
|
### [1.34.0](https://github.com/eea/volto-eea-design-system/compare/1.33.1...1.34.0) - 11 October 2024
|
|
@@ -106,7 +129,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
106
129
|
|
|
107
130
|
#### :hammer_and_wrench: Others
|
|
108
131
|
|
|
109
|
-
- Add Sonarqube tag using marine-frontend addons list [EEA Jenkins - [`dfa1d1b`](https://github.com/eea/volto-eea-design-system/commit/dfa1d1bd53ae63b20aa0ef64c37bf71faf376290)]
|
|
110
132
|
### [1.31.0](https://github.com/eea/volto-eea-design-system/compare/1.23.8...1.31.0) - 22 May 2024
|
|
111
133
|
|
|
112
134
|
#### :boom: Breaking Change
|
|
@@ -135,7 +157,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
135
157
|
|
|
136
158
|
#### :hammer_and_wrench: Others
|
|
137
159
|
|
|
138
|
-
- Add Sonarqube tag using insitu-frontend addons list [EEA Jenkins - [`2ccf437`](https://github.com/eea/volto-eea-design-system/commit/2ccf4372f93d56ce3cc8bfd66de5c9fbb2698cf4)]
|
|
139
160
|
### [1.23.5](https://github.com/eea/volto-eea-design-system/compare/1.23.4...1.23.5) - 5 April 2024
|
|
140
161
|
|
|
141
162
|
#### :nail_care: Enhancements
|
|
@@ -171,8 +192,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
171
192
|
- Update package.json version to 1.23.0 [David Ichim - [`4b2eeee`](https://github.com/eea/volto-eea-design-system/commit/4b2eeee398b771ac80111e1755f67273c8940ced)]
|
|
172
193
|
- fixed merge conflict [David Ichim - [`efe0f4b`](https://github.com/eea/volto-eea-design-system/commit/efe0f4b7df1782f5143e1bee31c997801427d35c)]
|
|
173
194
|
- Update react-slick version to 0.30.1 [David Ichim - [`62d4570`](https://github.com/eea/volto-eea-design-system/commit/62d457014866fc075a3203fd0f9e66354aa73fe5)]
|
|
174
|
-
- Add Sonarqube tag using freshwater-frontend addons list [EEA Jenkins - [`c6c74f0`](https://github.com/eea/volto-eea-design-system/commit/c6c74f049ee787632b8ad0ec0f28531ac4d0f20f)]
|
|
175
|
-
- Add Sonarqube tag using insitu-frontend addons list [EEA Jenkins - [`d3d7793`](https://github.com/eea/volto-eea-design-system/commit/d3d779363caa10f384d829a7e4242c5d54268099)]
|
|
176
195
|
### [1.23.0](https://github.com/eea/volto-eea-design-system/compare/1.22.7...1.23.0) - 19 February 2024
|
|
177
196
|
|
|
178
197
|
### [1.22.7](https://github.com/eea/volto-eea-design-system/compare/1.22.6...1.22.7) - 22 January 2024
|
|
@@ -258,11 +277,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
258
277
|
- Add dropdown test case to Header component [David Ichim - [`9ea3234`](https://github.com/eea/volto-eea-design-system/commit/9ea3234c2c0f1c819c7c2b54a75c56cda7812c56)]
|
|
259
278
|
- Remove unused import in Header.test.jsx [David Ichim - [`082069e`](https://github.com/eea/volto-eea-design-system/commit/082069e1f057786e0f1fb00c98d54b8e03b5d9c5)]
|
|
260
279
|
- Added some tests for TopDropdownMenu mobile and dropdown interaction [David Ichim - [`9d24488`](https://github.com/eea/volto-eea-design-system/commit/9d24488c1e97b2b1b14bd9bd8cb6f5b68414794b)]
|
|
261
|
-
- test: [JENKINS] Run cypress in started frontend container [valentinab25 - [`eadf018`](https://github.com/eea/volto-eea-design-system/commit/eadf018aa1f32d310619ce4ef08f9b11950a20dc)]
|
|
262
280
|
- Lint fix [David Ichim - [`e29fd50`](https://github.com/eea/volto-eea-design-system/commit/e29fd50ee73477007dcf94a268596e6c11176d7b)]
|
|
263
|
-
- test: [JENKINS] Add cpu limit on cypress docker [valentinab25 - [`947cb92`](https://github.com/eea/volto-eea-design-system/commit/947cb929c01ebb6f46bf124833fe1fec0f385edb)]
|
|
264
|
-
- test: [JENKINS] Increase shm-size to cypress docker [valentinab25 - [`8356dfe`](https://github.com/eea/volto-eea-design-system/commit/8356dfe929039dcd165af0692cbbfc771a0f7fb4)]
|
|
265
|
-
- test: [JENKINS] Improve cypress time [valentinab25 - [`e38f17e`](https://github.com/eea/volto-eea-design-system/commit/e38f17ed735e743e59df7d06ca723c1218bdb569)]
|
|
266
281
|
### [1.20.0](https://github.com/eea/volto-eea-design-system/compare/1.19.0...1.20.0) - 2 November 2023
|
|
267
282
|
|
|
268
283
|
#### :rocket: New Features
|
|
@@ -295,9 +310,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
295
310
|
|
|
296
311
|
#### :house: Internal changes
|
|
297
312
|
|
|
298
|
-
- chore: [JENKINS] do not run tests on PR comments [valentinab25 - [`51b68fc`](https://github.com/eea/volto-eea-design-system/commit/51b68fc76a956996e01521b784262c67e7094d35)]
|
|
299
|
-
- chore: [JENKINS] add comment step [valentinab25 - [`5022758`](https://github.com/eea/volto-eea-design-system/commit/50227587db2c72d17e26e7b66f28d4c09b760873)]
|
|
300
|
-
- chore: [JENKINS] Refactor automated testing [valentinab25 - [`a70ca64`](https://github.com/eea/volto-eea-design-system/commit/a70ca642918f578d6737d975e4769bac8312f48d)]
|
|
301
313
|
- chore: husky, lint-staged use fixed versions [valentinab25 - [`59ecb8e`](https://github.com/eea/volto-eea-design-system/commit/59ecb8e28b259472303324f9655b0cbbcbbf9c23)]
|
|
302
314
|
|
|
303
315
|
#### :hammer_and_wrench: Others
|
|
@@ -423,7 +435,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
423
435
|
|
|
424
436
|
#### :hammer_and_wrench: Others
|
|
425
437
|
|
|
426
|
-
- test: Fix eslint and yarn i18n [Alin Voinea - [`331149f`](https://github.com/eea/volto-eea-design-system/commit/331149f5eb16a9cc6f2d996f7b793909773063c2)]
|
|
427
438
|
- i18n: Add en [Alin Voinea - [`4584295`](https://github.com/eea/volto-eea-design-system/commit/458429530d993c27cfb962ddfe2f376f3568bf01)]
|
|
428
439
|
- Release 1.17.0 [Alin Voinea - [`e3c25ee`](https://github.com/eea/volto-eea-design-system/commit/e3c25eeeca5e863244faae396b5aa915d0702633)]
|
|
429
440
|
- test: add unit tests for DS components - refs #254313 [ana-oprea - [`0c4d4d1`](https://github.com/eea/volto-eea-design-system/commit/0c4d4d118b8e13082c576dc5c2dce6a715f49006)]
|
|
@@ -533,7 +544,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
533
544
|
#### :hammer_and_wrench: Others
|
|
534
545
|
|
|
535
546
|
- Release 1.14.0 [Alin Voinea - [`cb9084f`](https://github.com/eea/volto-eea-design-system/commit/cb9084fb2246dc1b729e12a419a26daa12c26f7a)]
|
|
536
|
-
- test: [JENKINS] set pipe fail [valentinab25 - [`1cdfc39`](https://github.com/eea/volto-eea-design-system/commit/1cdfc39d08f1ae301dea57f1e4be5265c4a4c6f9)]
|
|
537
547
|
- test: try storybook upload [valentinab25 - [`6d5833d`](https://github.com/eea/volto-eea-design-system/commit/6d5833d4419d00f1ac04c9eb78a0884214f9a494)]
|
|
538
548
|
- test: remove useless code [valentinab25 - [`2c14b0c`](https://github.com/eea/volto-eea-design-system/commit/2c14b0ce4596cfc11a81b9762677596d1861acfe)]
|
|
539
549
|
### [1.13.2](https://github.com/eea/volto-eea-design-system/compare/1.13.1...1.13.2) - 13 June 2023
|
|
@@ -572,7 +582,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
572
582
|
|
|
573
583
|
#### :house: Internal changes
|
|
574
584
|
|
|
575
|
-
- chore: [JENKINS] Deprecate circularity website [valentinab25 - [`fb2b166`](https://github.com/eea/volto-eea-design-system/commit/fb2b166d64f95a1c183901abfe0fe0254d1bbc7a)]
|
|
576
585
|
|
|
577
586
|
#### :house: Documentation changes
|
|
578
587
|
|
|
@@ -906,7 +915,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
906
915
|
|
|
907
916
|
- Release 1.0.0-beta.5 [Alin Voinea - [`e4417e1`](https://github.com/eea/volto-eea-design-system/commit/e4417e121477511c350ae3fbe4e70aadb445ed86)]
|
|
908
917
|
- better useOnScreen hook [Andrei Grigore - [`c214b6b`](https://github.com/eea/volto-eea-design-system/commit/c214b6b76443f81c795ce2f3aa457562ec088b30)]
|
|
909
|
-
- Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`b227cf8`](https://github.com/eea/volto-eea-design-system/commit/b227cf8a8c44b9d91e9fda8a7999fb0a42bacdca)]
|
|
910
918
|
- 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)]
|
|
911
919
|
- prettier [David Ichim - [`a7f8384`](https://github.com/eea/volto-eea-design-system/commit/a7f838470c1bcc4e2be115d514d92a1b686a5e9b)]
|
|
912
920
|
- fixed less build failure due to changes in footer.less [David Ichim - [`190bc8c`](https://github.com/eea/volto-eea-design-system/commit/190bc8cfa88191b45808f1e27c6e2737ee3d15b1)]
|
|
@@ -977,7 +985,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
977
985
|
|
|
978
986
|
#### :house: Internal changes
|
|
979
987
|
|
|
980
|
-
- chore(docusaurus): ignore website/.yarn [Giorgos Stamatis - [`0b33ffd`](https://github.com/eea/volto-eea-design-system/commit/0b33ffd1dda61b126e3cc5ff48888124d6aee41b)]
|
|
981
988
|
- style(header): react syntax fix [Antonis Tarantilis - [`3add127`](https://github.com/eea/volto-eea-design-system/commit/3add1271c785a92bea0ef925d7bc562cef1e0d92)]
|
|
982
989
|
|
|
983
990
|
#### :house: Documentation changes
|
|
@@ -1174,7 +1181,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1174
1181
|
|
|
1175
1182
|
- Release 1.0.0-alpha.10 [Alin Voinea - [`7014d08`](https://github.com/eea/volto-eea-design-system/commit/7014d080ce114bd0bc039abeecbd7229333b0971)]
|
|
1176
1183
|
- Add variable definitions [kreafox - [`293fe65`](https://github.com/eea/volto-eea-design-system/commit/293fe65e2f24e6290e1286229169a77f9be4750e)]
|
|
1177
|
-
- Add Sonarqube tag using advisory-board-frontend addons list [EEA Jenkins - [`ef58a6f`](https://github.com/eea/volto-eea-design-system/commit/ef58a6f5ad8deea26b1395a86778fe1159b7617b)]
|
|
1178
1184
|
- Back to dev [Alin Voinea - [`31d4616`](https://github.com/eea/volto-eea-design-system/commit/31d461662b9184a7bbe190e86f3c47fab39229fe)]
|
|
1179
1185
|
### [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
|
|
1180
1186
|
|
|
@@ -1232,7 +1238,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1232
1238
|
- bump package version [David Ichim - [`b4628be`](https://github.com/eea/volto-eea-design-system/commit/b4628bed134abc76e38a243d4e98143e19cef989)]
|
|
1233
1239
|
- 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)]
|
|
1234
1240
|
- (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)]
|
|
1235
|
-
- Add Sonarqube tag using advisory-board-frontend addons list [EEA Jenkins - [`c4769e9`](https://github.com/eea/volto-eea-design-system/commit/c4769e987d525f5dcafac8e6cf8a89fd8111667d)]
|
|
1236
1241
|
- test(Jenkins): Run tests and cypress with latest canary @plone/volto [Alin Voinea - [`92feea0`](https://github.com/eea/volto-eea-design-system/commit/92feea09796c9ef0530f65fa1d34139905133215)]
|
|
1237
1242
|
- Proof reading page header section [ichim-david - [`230239e`](https://github.com/eea/volto-eea-design-system/commit/230239e1b22734fb8606656985bc5e513731e244)]
|
|
1238
1243
|
### [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
|
|
@@ -1264,7 +1269,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1264
1269
|
#### :hammer_and_wrench: Others
|
|
1265
1270
|
|
|
1266
1271
|
- Release 1.0.0-alpha.7 [Alin Voinea - [`7e66bcc`](https://github.com/eea/volto-eea-design-system/commit/7e66bcc296b389bc55073e7f99681534977dce3a)]
|
|
1267
|
-
- Add Sonarqube tag using cca-frontend addons list [EEA Jenkins - [`ce47e9b`](https://github.com/eea/volto-eea-design-system/commit/ce47e9b163bcb4eda988e3a87718b54ffbd3f99f)]
|
|
1268
1272
|
- added back descriptionDistance variable until package release [David Ichim - [`3af811a`](https://github.com/eea/volto-eea-design-system/commit/3af811a8d86a132e16de118697ba5a4302a8a4da)]
|
|
1269
1273
|
- Back to dev [Alin Voinea - [`cb531c9`](https://github.com/eea/volto-eea-design-system/commit/cb531c933c907bdbb88c9de0f1df2eb7ce899a4c)]
|
|
1270
1274
|
- Proper paths if the package is not installed, but in development [Tiberiu Ichim - [`7a2655f`](https://github.com/eea/volto-eea-design-system/commit/7a2655f7cf9d3c687f172eefcf2b4cff4b12f832)]
|
|
@@ -1352,7 +1356,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1352
1356
|
#### :hammer_and_wrench: Others
|
|
1353
1357
|
|
|
1354
1358
|
- 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)]
|
|
1355
|
-
- Upgrade Jenkinsfile storybook to yarn 3 [Alin Voinea - [`d20de8d`](https://github.com/eea/volto-eea-design-system/commit/d20de8d6e21a14660b7b5125a80218a8a6f19e62)]
|
|
1356
1359
|
- Back to dev [Alin Voinea - [`563fbc5`](https://github.com/eea/volto-eea-design-system/commit/563fbc5fac0d4b0295690d0a3a4e04271753f18a)]
|
|
1357
1360
|
- perf(docusaurus): added remixicon and roboto locally [Giorgos Stamatis - [`b67b1a7`](https://github.com/eea/volto-eea-design-system/commit/b67b1a72bc9cdc7c62a25967e81b430f8b62d558)]
|
|
1358
1361
|
### [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
|
|
@@ -1445,7 +1448,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1445
1448
|
- modified left value of full width classes with toolbars [David Ichim - [`70d82d4`](https://github.com/eea/volto-eea-design-system/commit/70d82d47fbc2c00a3a709de0d5c087c8443a1eae)]
|
|
1446
1449
|
- WIP settings column grid width when using full size class [David Ichim - [`affc7ac`](https://github.com/eea/volto-eea-design-system/commit/affc7ac99527aa92d5a192d90dc8c9ec46a66404)]
|
|
1447
1450
|
- fix eslint [Miu Razvan - [`30c52e4`](https://github.com/eea/volto-eea-design-system/commit/30c52e4eb443555ca44c1b35df064e73d52c0a8b)]
|
|
1448
|
-
- Add Sonarqube tag using circularity-frontend addons list [EEA Jenkins - [`76a41c7`](https://github.com/eea/volto-eea-design-system/commit/76a41c786995fd54afe4d1c345de939f683ffa70)]
|
|
1449
1451
|
- 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)]
|
|
1450
1452
|
- clean up [Miu Razvan - [`89f3cb3`](https://github.com/eea/volto-eea-design-system/commit/89f3cb33d70a14806a953f0acd1807e94169ee5c)]
|
|
1451
1453
|
- Feature(container): flexible container size #260 from eea/feature-flexible-container [ichim-david - [`8f84c5b`](https://github.com/eea/volto-eea-design-system/commit/8f84c5b67afe9cbe01b2a44a8f92a9a554e1036a)]
|
|
@@ -1547,7 +1549,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1547
1549
|
|
|
1548
1550
|
#### :nail_care: Enhancements
|
|
1549
1551
|
|
|
1550
|
-
- change(jenkins): added yarn policy for storybook building [ichim-david - [`3d1b844`](https://github.com/eea/volto-eea-design-system/commit/3d1b844efeea40b99c00c9aa97089e0a0be58a57)]
|
|
1551
1552
|
- change(docusaurus): typography updates [ichim-david - [`60a93a4`](https://github.com/eea/volto-eea-design-system/commit/60a93a4aece4e478ae13c2dfe697fd3703aa178a)]
|
|
1552
1553
|
- change(accordion): allow customization of accordion title with css variables [David Ichim - [`15e7d27`](https://github.com/eea/volto-eea-design-system/commit/15e7d27f02c640df582f51a51ef36e645723f842)]
|
|
1553
1554
|
- 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)]
|
|
@@ -1582,7 +1583,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1582
1583
|
#### :hammer_and_wrench: Others
|
|
1583
1584
|
|
|
1584
1585
|
- Merge pull request #243 from eea/develop [ichim-david - [`576564c`](https://github.com/eea/volto-eea-design-system/commit/576564ce395ee6ac9e74bcb19d5c4f0b4cd3c33b)]
|
|
1585
|
-
- Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`4a5be6e`](https://github.com/eea/volto-eea-design-system/commit/4a5be6eec78dae230626e61ea2c77e7f3c62510d)]
|
|
1586
1586
|
- Back to dev [Alin Voinea - [`b251255`](https://github.com/eea/volto-eea-design-system/commit/b251255a7ed14d8290717726d86eaf54b87aa2d4)]
|
|
1587
1587
|
### [0.9.0](https://github.com/eea/volto-eea-design-system/compare/0.8.1...0.9.0) - 19 September 2022
|
|
1588
1588
|
|
|
@@ -2338,10 +2338,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
2338
2338
|
#### :hammer_and_wrench: Others
|
|
2339
2339
|
|
|
2340
2340
|
- prettier changes [David Ichim - [`134da52`](https://github.com/eea/volto-eea-design-system/commit/134da52549b9d5eac5a12b7ad3005073500ac2c4)]
|
|
2341
|
-
- [JENKINSFILE] remove debug, add error per stage [valentinab25 - [`903eecd`](https://github.com/eea/volto-eea-design-system/commit/903eecdb6bcbb8d73cff5e447d80c85e2a2c906d)]
|
|
2342
|
-
- [JENKINSFILE] mention comment author in comment [valentinab25 - [`39a26aa`](https://github.com/eea/volto-eea-design-system/commit/39a26aa1ff0f35e93e8df9f442c29c5ab79ff493)]
|
|
2343
|
-
- [JENKINSFILE] format PR comments [valentinab25 - [`739438c`](https://github.com/eea/volto-eea-design-system/commit/739438c64950c745d630d1998314a2bed595b23a)]
|
|
2344
|
-
- [JENKINSFILE] Add failure comment, no jenkins fail [valentinab25 - [`c325bf1`](https://github.com/eea/volto-eea-design-system/commit/c325bf14f3fb0da150f2a56cda0a9f03d8d8a628)]
|
|
2345
2341
|
### [0.2.3](https://github.com/eea/volto-eea-design-system/compare/0.2.2...0.2.3) - 29 April 2022
|
|
2346
2342
|
|
|
2347
2343
|
#### :rocket: New Features
|
|
@@ -2766,7 +2762,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
2766
2762
|
- set profile section overflow to auto [nileshgulia1 - [`71ab47f`](https://github.com/eea/volto-eea-design-system/commit/71ab47f89a433233c14b394c3824e607dd18a393)]
|
|
2767
2763
|
- remove segment custom width [nileshgulia1 - [`1d3ea40`](https://github.com/eea/volto-eea-design-system/commit/1d3ea40f98bbdc1eab95b4da739a659b5e29ec16)]
|
|
2768
2764
|
- fix profile section css overflow [nileshgulia1 - [`db5126f`](https://github.com/eea/volto-eea-design-system/commit/db5126fc902e191d1e18fb7e4c54877c8d8786e6)]
|
|
2769
|
-
- Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`647a6e3`](https://github.com/eea/volto-eea-design-system/commit/647a6e3e2093f2c4884c356eb148453551c8f33f)]
|
|
2770
2765
|
- fix warning related to proptype [nileshgulia1 - [`946c6c6`](https://github.com/eea/volto-eea-design-system/commit/946c6c6bc9dece0985ae4b9f9cad6ece2be0ff2c)]
|
|
2771
2766
|
- removed override already present in card.less [ichim-david - [`50d2ab2`](https://github.com/eea/volto-eea-design-system/commit/50d2ab26f85c8f409da02ec128cc1df34848ca69)]
|
|
2772
2767
|
- update [Miu Razvan - [`bbcab87`](https://github.com/eea/volto-eea-design-system/commit/bbcab87ef4c8475f347f0daf4ab7e428e69c2316)]
|
|
@@ -2853,7 +2848,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
2853
2848
|
- remove segment custom width [nileshgulia1 - [`4a60d84`](https://github.com/eea/volto-eea-design-system/commit/4a60d84d5fe76578b7760aa1dad6eef9a20916a7)]
|
|
2854
2849
|
- Reformat header.less [Tiberiu Ichim - [`1f99dfc`](https://github.com/eea/volto-eea-design-system/commit/1f99dfc82c165304ca5600ce5138c1233615ab69)]
|
|
2855
2850
|
- fix profile section css overflow [nileshgulia1 - [`8fd2654`](https://github.com/eea/volto-eea-design-system/commit/8fd265413149f1b5e033dffa0fbcb5ef5ecad15f)]
|
|
2856
|
-
- Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`6051724`](https://github.com/eea/volto-eea-design-system/commit/6051724437a38675e659c797bb5586ef81286ec0)]
|
|
2857
2851
|
- fix warning related to proptype [nileshgulia1 - [`824b9be`](https://github.com/eea/volto-eea-design-system/commit/824b9beff77aae139882cd50a1d670a02ec6f723)]
|
|
2858
2852
|
- refactor breadcrumbs component, make it functional and customizable [nileshgulia1 - [`4ec374e`](https://github.com/eea/volto-eea-design-system/commit/4ec374e20565eb0a5aed0ff67a02cd6f77eba1f0)]
|
|
2859
2853
|
- removed override already present in card.less [ichim-david - [`93c4e5a`](https://github.com/eea/volto-eea-design-system/commit/93c4e5aac9cc85ff2cc6c04180f6655d5f5616dc)]
|
|
@@ -3422,7 +3416,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
3422
3416
|
- Refs #142010 - Optimize Volto-addons gitflow pipelines [valentinab25 - [`3af46d2`](https://github.com/eea/volto-eea-design-system/commit/3af46d2b14fa0b1ef44736f25b0f9ac93b23d18d)]
|
|
3423
3417
|
- 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)]
|
|
3424
3418
|
- 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)]
|
|
3425
|
-
- Add Sonarqube tag using ims-frontend addons list [EEA Jenkins - [`8d657d0`](https://github.com/eea/volto-eea-design-system/commit/8d657d056cde5163cfe90ac66bc973f55d82e5e9)]
|
|
3426
3419
|
### [0.1.0](https://github.com/eea/volto-eea-design-system/compare/0.0.1...0.1.0) - 17 November 2021
|
|
3427
3420
|
|
|
3428
3421
|
#### :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.36.
|
|
3
|
+
"version": "1.36.3",
|
|
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.30.1",
|
|
28
|
-
"remixicon": "
|
|
28
|
+
"remixicon": "4.6.0",
|
|
29
29
|
"slick-carousel": "^1.8.1"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
package/src/ui/Header/Header.jsx
CHANGED
|
@@ -299,25 +299,26 @@ const Main = ({
|
|
|
299
299
|
ref={desktopMenuRef}
|
|
300
300
|
id={'navigation'}
|
|
301
301
|
>
|
|
302
|
-
{menuItems.map((item) =>
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
302
|
+
{menuItems.map((item, index) => {
|
|
303
|
+
const url = item['@id'] || item.url;
|
|
304
|
+
const firstItem = index === 0 && item.title === 'Home';
|
|
305
|
+
const active = firstItem
|
|
306
|
+
? url === activeItem
|
|
307
|
+
: activeItem.indexOf(url) !== -1;
|
|
308
|
+
return (
|
|
309
|
+
<Menu.Item
|
|
310
|
+
name={url}
|
|
311
|
+
key={url}
|
|
312
|
+
as={'li'}
|
|
313
|
+
active={active}
|
|
314
|
+
aria-expanded={active}
|
|
315
|
+
>
|
|
316
|
+
{renderGlobalMenuItem(item, {
|
|
317
|
+
onClick: menuOnClick,
|
|
318
|
+
})}
|
|
319
|
+
</Menu.Item>
|
|
320
|
+
);
|
|
321
|
+
})}
|
|
321
322
|
</ul>
|
|
322
323
|
</nav>
|
|
323
324
|
)}
|
|
@@ -49,27 +49,27 @@ h6 {
|
|
|
49
49
|
color: @contentAreaColor;
|
|
50
50
|
}
|
|
51
51
|
|
|
52
|
-
[id='page-document']
|
|
53
|
-
.view-wrapper
|
|
52
|
+
[id='page-document']>*,
|
|
53
|
+
.view-wrapper>* {
|
|
54
54
|
margin-right: auto !important;
|
|
55
55
|
margin-left: auto !important;
|
|
56
56
|
}
|
|
57
57
|
|
|
58
|
-
[class~='view-defaultview'] [id='page-document']
|
|
59
|
-
[class~='view-viewview'] [id='page-document']
|
|
58
|
+
[class~='view-defaultview'] [id='page-document']>*,
|
|
59
|
+
[class~='view-viewview'] [id='page-document']>*,
|
|
60
60
|
#main .container_width,
|
|
61
61
|
#main .has--size--container_width,
|
|
62
|
-
.view-wrapper
|
|
62
|
+
.view-wrapper>* {
|
|
63
63
|
max-width: @containerWidth !important;
|
|
64
64
|
}
|
|
65
65
|
|
|
66
|
-
[class~='narrow_view'] [id='page-document']
|
|
66
|
+
[class~='narrow_view'] [id='page-document']>*,
|
|
67
67
|
#main .narrow_width,
|
|
68
68
|
#main .has--size--narrow_width {
|
|
69
69
|
max-width: @narrowWidth !important;
|
|
70
70
|
}
|
|
71
71
|
|
|
72
|
-
[class~='wide_view'] [id='page-document']
|
|
72
|
+
[class~='wide_view'] [id='page-document']>*,
|
|
73
73
|
#main .wide_width,
|
|
74
74
|
#main .has--size--wide_width {
|
|
75
75
|
max-width: @wideWidth !important;
|
|
@@ -77,7 +77,8 @@ h6 {
|
|
|
77
77
|
|
|
78
78
|
// enlarge wide section when we have a resolution from 1280px to before the laptop hd resolution
|
|
79
79
|
@media screen and (min-width: 1280px) and (max-width: 1365px) {
|
|
80
|
-
|
|
80
|
+
|
|
81
|
+
[class~='wide_view'] [id='page-document']>*,
|
|
81
82
|
#main .wide_width,
|
|
82
83
|
#main .has--size--wide_width {
|
|
83
84
|
max-width: @wideWidthLaptop !important;
|
|
@@ -97,7 +98,7 @@ h6 {
|
|
|
97
98
|
}
|
|
98
99
|
|
|
99
100
|
// add a 1rem margin top and bottom on all direct styled classes from container
|
|
100
|
-
[class~='container']
|
|
101
|
+
[class~='container']>[class*='styled-'] {
|
|
101
102
|
margin-top: @rem-space-4;
|
|
102
103
|
margin-bottom: @rem-space-4;
|
|
103
104
|
}
|
|
@@ -181,7 +182,30 @@ a {
|
|
|
181
182
|
}
|
|
182
183
|
}
|
|
183
184
|
|
|
185
|
+
|
|
186
|
+
// fix background position when using the side navigation and the
|
|
187
|
+
// content area is moved to the left instead of being centered
|
|
188
|
+
@media (min-width:992px) and (max-width:1365px) {
|
|
189
|
+
|
|
190
|
+
.has-side-nav .content-box::before,
|
|
191
|
+
.has-side-nav .full-width {
|
|
192
|
+
margin-left: -20px !important;
|
|
193
|
+
margin-right: auto;
|
|
194
|
+
left: initial;
|
|
195
|
+
right: initial;
|
|
196
|
+
}
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
@media (min-width:1366px) {
|
|
200
|
+
|
|
201
|
+
.has-side-nav .content-box::before,
|
|
202
|
+
.has-side-nav .full-width {
|
|
203
|
+
left: 72% !important;
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
|
|
184
207
|
@media print {
|
|
208
|
+
|
|
185
209
|
.skiplinks-wrapper,
|
|
186
210
|
.top.bar,
|
|
187
211
|
.main.bar.transparency,
|
|
@@ -219,4 +243,4 @@ a {
|
|
|
219
243
|
.grid-block-teaser .card {
|
|
220
244
|
page-break-inside: auto;
|
|
221
245
|
}
|
|
222
|
-
}
|
|
246
|
+
}
|
|
@@ -2,19 +2,21 @@
|
|
|
2
2
|
Theme Overrides
|
|
3
3
|
*******************************/
|
|
4
4
|
|
|
5
|
-
.ui.modal
|
|
5
|
+
.ui.modal> :last-child {
|
|
6
6
|
overflow: hidden; // clear floats from modal
|
|
7
7
|
}
|
|
8
8
|
|
|
9
|
-
.ui.modal .
|
|
9
|
+
.ui.modal .close {
|
|
10
10
|
padding: @closeButtonPadding;
|
|
11
11
|
background: @closeButtonBackground;
|
|
12
|
+
z-index: @zIndex;
|
|
12
13
|
|
|
13
14
|
i {
|
|
14
15
|
color: @closeColor;
|
|
15
16
|
}
|
|
16
17
|
}
|
|
17
18
|
|
|
19
|
+
|
|
18
20
|
.ui.modal .ui.button.close:focus-visible {
|
|
19
21
|
outline: @focusVisibleOutline;
|
|
20
|
-
}
|
|
22
|
+
}
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
*******************************/
|
|
4
4
|
|
|
5
5
|
/* Avoid long links from spilling outside of card body area */
|
|
6
|
-
.ui.cards
|
|
7
|
-
.ui.card
|
|
6
|
+
.ui.cards>.card>.extra,
|
|
7
|
+
.ui.card>.extra {
|
|
8
8
|
display: flex;
|
|
9
9
|
flex-wrap: wrap;
|
|
10
10
|
justify-content: var(--text-align, @extraJustifyContent);
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
margin-left: @cardMetaDateMarginLeft;
|
|
26
26
|
}
|
|
27
27
|
|
|
28
|
-
.ui.cards
|
|
29
|
-
.ui.card:not(.rounded)
|
|
28
|
+
.ui.cards>.card:not(.rounded)>.image,
|
|
29
|
+
.ui.card:not(.rounded)>.image {
|
|
30
30
|
overflow: @cardImageOverflow;
|
|
31
31
|
height: @cardImageHeight;
|
|
32
32
|
|
|
@@ -42,8 +42,13 @@ img.ui.image {
|
|
|
42
42
|
object-position: var(--image-object-position, @imageObjectPosition);
|
|
43
43
|
}
|
|
44
44
|
|
|
45
|
-
|
|
46
|
-
.ui.card
|
|
45
|
+
// Align image inside card content
|
|
46
|
+
.ui.card>.content>.image {
|
|
47
|
+
margin-top: auto;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.ui.cards>.card>.content>*:not(:last-child),
|
|
51
|
+
.ui.card>.content>*:not(:last-child) {
|
|
47
52
|
margin-bottom: @cardContentMarginBottom;
|
|
48
53
|
}
|
|
49
54
|
|
|
@@ -59,13 +64,13 @@ img.ui.image {
|
|
|
59
64
|
justify-content: var(--justify-content, @metaJustifyContent);
|
|
60
65
|
}
|
|
61
66
|
|
|
62
|
-
.ui.card .meta
|
|
67
|
+
.ui.card .meta>.category {
|
|
63
68
|
font-size: @metaFontSize;
|
|
64
69
|
}
|
|
65
70
|
|
|
66
71
|
// add bottom margin also when meta isn't inside .content
|
|
67
72
|
//
|
|
68
|
-
.ui.cards
|
|
73
|
+
.ui.cards>.card .meta,
|
|
69
74
|
.ui.card .meta {
|
|
70
75
|
margin-bottom: @cardContentMarginBottom;
|
|
71
76
|
}
|
|
@@ -98,9 +103,11 @@ img.ui.image {
|
|
|
98
103
|
--card-background-color: @primaryCardBackground;
|
|
99
104
|
--card-text-color: @primaryCardColor;
|
|
100
105
|
}
|
|
106
|
+
|
|
101
107
|
/* Inverted */
|
|
102
108
|
.card.has--theme--primary.has--inverted--true,
|
|
103
|
-
.card.primary.inverted
|
|
109
|
+
.card.primary.inverted,
|
|
110
|
+
.cardsVisualization .primary {
|
|
104
111
|
--card-background-color: @invertedPrimaryCardBackgroundColor;
|
|
105
112
|
--card-text-color: @invertedPrimaryCardColor;
|
|
106
113
|
}
|
|
@@ -113,11 +120,13 @@ img.ui.image {
|
|
|
113
120
|
--card-background-color: @secondaryCardBackground;
|
|
114
121
|
--card-text-color: @secondaryCardColor;
|
|
115
122
|
}
|
|
123
|
+
|
|
116
124
|
/* Inverted */
|
|
117
125
|
.card.has--theme--secondary.has--inverted--true,
|
|
118
|
-
.card.secondary.inverted
|
|
119
|
-
|
|
120
|
-
color: @
|
|
126
|
+
.card.secondary.inverted,
|
|
127
|
+
.cardsVisualization .secondary {
|
|
128
|
+
--card-background-color: @invertedSecondaryCardBackgroundColor;
|
|
129
|
+
--card-text-color: @invertedSecondaryCardColor;
|
|
121
130
|
}
|
|
122
131
|
|
|
123
132
|
/*******************************
|
|
@@ -128,9 +137,11 @@ img.ui.image {
|
|
|
128
137
|
--card-background-color: @tertiaryCardBackground;
|
|
129
138
|
--card-text-color: @tertiaryCardColor;
|
|
130
139
|
}
|
|
140
|
+
|
|
131
141
|
/* Inverted */
|
|
132
142
|
.card.has--theme--tertiary.has--inverted--true,
|
|
133
|
-
.card.tertiary.inverted
|
|
143
|
+
.card.tertiary.inverted,
|
|
144
|
+
.cardsVisualization .tertiary {
|
|
134
145
|
--card-background-color: @invertedTertiaryCardBackgroundColor;
|
|
135
146
|
--card-text-color: @invertedTertiaryCardColor;
|
|
136
147
|
}
|
|
@@ -138,7 +149,7 @@ img.ui.image {
|
|
|
138
149
|
/*******************************
|
|
139
150
|
Rounded Card
|
|
140
151
|
*******************************/
|
|
141
|
-
.ui.card.rounded
|
|
152
|
+
.ui.card.rounded>.image {
|
|
142
153
|
height: auto;
|
|
143
154
|
}
|
|
144
155
|
|
|
@@ -266,7 +277,7 @@ img.ui.image {
|
|
|
266
277
|
Image with title
|
|
267
278
|
*******************************/
|
|
268
279
|
// Adding the default image css for image inside image-with-title
|
|
269
|
-
.ui.cards
|
|
280
|
+
.ui.cards>.card>.image {
|
|
270
281
|
position: relative;
|
|
271
282
|
display: block;
|
|
272
283
|
flex: 0 0 auto;
|
|
@@ -325,7 +336,7 @@ img.ui.image {
|
|
|
325
336
|
flex-direction: column;
|
|
326
337
|
margin: @slickSlideMargin;
|
|
327
338
|
|
|
328
|
-
>
|
|
339
|
+
>div {
|
|
329
340
|
height: 100%;
|
|
330
341
|
}
|
|
331
342
|
}
|
|
@@ -421,6 +432,7 @@ img.ui.image {
|
|
|
421
432
|
}
|
|
422
433
|
|
|
423
434
|
@media only screen and (max-width: @tabletBreakpoint) {
|
|
435
|
+
|
|
424
436
|
.cards-carousel .slick-dots li,
|
|
425
437
|
.cards-carousel .slick-dots li button {
|
|
426
438
|
width: @mobileCarouselDotsButtonWidth;
|
|
@@ -449,10 +461,10 @@ img.ui.image {
|
|
|
449
461
|
}
|
|
450
462
|
}
|
|
451
463
|
|
|
452
|
-
.ui.cards
|
|
453
|
-
.ui.cards
|
|
454
|
-
.ui.card
|
|
455
|
-
.ui.card
|
|
464
|
+
.ui.cards>.card>i.icon,
|
|
465
|
+
.ui.cards>.card>a:not(.ui)>i.icon,
|
|
466
|
+
.ui.card>i.icon,
|
|
467
|
+
.ui.card>a:not(.ui)>i.icon {
|
|
456
468
|
color: @iconColor;
|
|
457
469
|
}
|
|
458
470
|
|
|
@@ -461,8 +473,9 @@ img.ui.image {
|
|
|
461
473
|
*******************************/
|
|
462
474
|
// Teaser cards grid on tablet update padding and min-width
|
|
463
475
|
@media only screen and (min-width: @tabletBreakpoint) and (max-width: @largestTabletScreen) {
|
|
464
|
-
|
|
465
|
-
.ui.grid
|
|
476
|
+
|
|
477
|
+
.ui.grid>.column.grid-block-teaser,
|
|
478
|
+
.ui.grid>.row>.column.grid-block-teaser {
|
|
466
479
|
padding-right: @tabletTeaserCardPaddingInline;
|
|
467
480
|
padding-left: @tabletTeaserCardPaddingInline;
|
|
468
481
|
}
|
|
@@ -484,7 +497,7 @@ img.ui.image {
|
|
|
484
497
|
padding: @headerOnImagePadding;
|
|
485
498
|
}
|
|
486
499
|
|
|
487
|
-
.ui.card .header
|
|
500
|
+
.ui.card .header>a {
|
|
488
501
|
.useTitleMaxLines();
|
|
489
502
|
}
|
|
490
503
|
|
|
@@ -499,8 +512,6 @@ img.ui.image {
|
|
|
499
512
|
.imageCard-items {
|
|
500
513
|
display: grid;
|
|
501
514
|
gap: @imageCardItemsGap;
|
|
502
|
-
grid-template-columns: repeat(
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
);
|
|
506
|
-
}
|
|
515
|
+
grid-template-columns: repeat(auto-fit,
|
|
516
|
+
minmax(@imageCardItemsGridMin, @imageCardItemsGridMax));
|
|
517
|
+
}
|