@eeacms/volto-clms-theme 1.1.87 → 1.1.89
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 +28 -0
- package/package.json +1 -1
- package/theme/site/extras/styles.less +0 -4
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,34 @@ 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.1.89](https://github.com/eea/volto-clms-theme/compare/1.1.88...1.1.89) - 1 December 2023
|
|
8
|
+
|
|
9
|
+
#### :hammer_and_wrench: Others
|
|
10
|
+
|
|
11
|
+
- Revert "cart modal created" [Mikel Larreategi - [`30c4ede`](https://github.com/eea/volto-clms-theme/commit/30c4edef70c5af090591afdb4b9c75465b07179c)]
|
|
12
|
+
- Revert "style fixes in cart modal" [Mikel Larreategi - [`96f91e5`](https://github.com/eea/volto-clms-theme/commit/96f91e572010aee49611bc0aec3157c20862eddd)]
|
|
13
|
+
- Revert "fix: CLMS-2458 last style fixes" [Mikel Larreategi - [`2f77987`](https://github.com/eea/volto-clms-theme/commit/2f779878ed90a4de604f8651868533ba952b5c80)]
|
|
14
|
+
- Revert "trigger color" [Mikel Larreategi - [`609fbe8`](https://github.com/eea/volto-clms-theme/commit/609fbe810c137be11e0d56b16c868cc36bd91e61)]
|
|
15
|
+
- Revert "zoom in cart modal" [Mikel Larreategi - [`99cc45b`](https://github.com/eea/volto-clms-theme/commit/99cc45b91c52d0dae180d616c4a4b8d5a10b733a)]
|
|
16
|
+
- Revert "do not show Categorization text if no item inside" [Mikel Larreategi - [`d9c51dc`](https://github.com/eea/volto-clms-theme/commit/d9c51dc43aaf791eeee7c6d7da1837eaa95c22d4)]
|
|
17
|
+
- Revert "fix: CLMS-2833" [Mikel Larreategi - [`ed36231`](https://github.com/eea/volto-clms-theme/commit/ed36231bad2a268a7655767bc887bb7e52187418)]
|
|
18
|
+
- Revert "fix: remove cart length comparation to copmose the correct cart data" [Mikel Larreategi - [`f089ddf`](https://github.com/eea/volto-clms-theme/commit/f089ddf10bc01cafc4d87a963eb1567513844079)]
|
|
19
|
+
### [1.1.88](https://github.com/eea/volto-clms-theme/compare/1.1.87...1.1.88) - 1 December 2023
|
|
20
|
+
|
|
21
|
+
#### :bug: Bug Fixes
|
|
22
|
+
|
|
23
|
+
- fix: CLMS-2833 [Unai - [`3c002c7`](https://github.com/eea/volto-clms-theme/commit/3c002c7ed8a15d0784de55e208962bf6d634631d)]
|
|
24
|
+
- fix: remove cart length comparation to copmose the correct cart data [Ion Lizarazu - [`a163862`](https://github.com/eea/volto-clms-theme/commit/a1638629183ef8909b6adc8cb2d384c245bc8f17)]
|
|
25
|
+
- fix: CLMS-2458 last style fixes [Unai - [`e0431db`](https://github.com/eea/volto-clms-theme/commit/e0431db32558c3c3b9976bdabfba16f9595937f2)]
|
|
26
|
+
|
|
27
|
+
#### :hammer_and_wrench: Others
|
|
28
|
+
|
|
29
|
+
- z-index kendu ul-ari [Zaloa Etxaniz - [`f9146aa`](https://github.com/eea/volto-clms-theme/commit/f9146aa40deedbeab920607725758d33c4c0d8bf)]
|
|
30
|
+
- do not show Categorization text if no item inside [Unai - [`0159734`](https://github.com/eea/volto-clms-theme/commit/01597346db7fb18f86cc633ec5aa2c281991778c)]
|
|
31
|
+
- zoom in cart modal [Unai - [`9774442`](https://github.com/eea/volto-clms-theme/commit/97744428c15cbde82f8b7e25623bd5d44178b0cc)]
|
|
32
|
+
- trigger color [Unai - [`b2228f3`](https://github.com/eea/volto-clms-theme/commit/b2228f3403947395a5f8628c66a8537b7f207a30)]
|
|
33
|
+
- style fixes in cart modal [Unai - [`4ab25b2`](https://github.com/eea/volto-clms-theme/commit/4ab25b26f0e5bf1ba55cfb0860e6def62cd0861b)]
|
|
34
|
+
- cart modal created [Unai - [`27cda3b`](https://github.com/eea/volto-clms-theme/commit/27cda3b95436e42483caf12c1b8d7008541e4e71)]
|
|
7
35
|
### [1.1.87](https://github.com/eea/volto-clms-theme/compare/1.1.86...1.1.87) - 29 November 2023
|
|
8
36
|
|
|
9
37
|
#### :bug: Bug Fixes
|
package/package.json
CHANGED
|
@@ -492,12 +492,8 @@ body:not(.contenttype-lrf:not(.section-cart):not(.section-profile))
|
|
|
492
492
|
body.contenttype-document .right-content ul {
|
|
493
493
|
position: relative;
|
|
494
494
|
left: 0.5rem;
|
|
495
|
-
z-index:-1;
|
|
496
495
|
margin-bottom:1rem;
|
|
497
496
|
}
|
|
498
|
-
body.contenttype-document .right-content .accordion ul {
|
|
499
|
-
z-index: 0;
|
|
500
|
-
}
|
|
501
497
|
.card-container {
|
|
502
498
|
display: flex;
|
|
503
499
|
flex-wrap: wrap;
|