@eeacms/volto-cca-policy 0.3.93 → 0.3.94

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,7 +4,7 @@ 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
- ### [0.3.93](https://github.com/eea/volto-cca-policy/compare/1.0.0-alpha.1...0.3.93) - 16 December 2025
7
+ ### [0.3.94](https://github.com/eea/volto-cca-policy/compare/1.0.0-alpha.1...0.3.94) - 18 December 2025
8
8
 
9
9
  #### :rocket: Dependency updates
10
10
 
@@ -49,6 +49,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
49
49
 
50
50
  #### :house: Internal changes
51
51
 
52
+ - style: small css update [kreafox - [`160de16`](https://github.com/eea/volto-cca-policy/commit/160de1685a55ac0fe41f97d0886d2356f412104f)]
53
+ - style: add green theme on blocks - refs #295162 [kreafox - [`27747fd`](https://github.com/eea/volto-cca-policy/commit/27747fd3e67800dd5553d3b9366a79b457cfdd18)]
52
54
  - style: add EEA green color as theme color - refs #295162 [kreafox - [`0073837`](https://github.com/eea/volto-cca-policy/commit/00738375afe1d0047b6ef2009a45d46fb37a8be6)]
53
55
  - style: improve organisation cards [kreafox - [`6ddd344`](https://github.com/eea/volto-cca-policy/commit/6ddd344ec2486355c15866e51fd33fc4e00c3ba9)]
54
56
  - style: Automated code fix [eea-jenkins - [`ef718da`](https://github.com/eea/volto-cca-policy/commit/ef718da674d72d1f3614593f7381fb422792eece)]
@@ -157,8 +159,27 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
157
159
  - Add some loadable for components [Tiberiu Ichim - [`1793962`](https://github.com/eea/volto-cca-policy/commit/179396211c66a6a2465b2d1b6c0f2afc40fc7189)]
158
160
  - Refs #284961 - test [Tripon Eugen - [`c989f1f`](https://github.com/eea/volto-cca-policy/commit/c989f1f8638c0c5233c5c49f8673c9a2cdc7937e)]
159
161
  - Refs #284961 - add translations [Tripon Eugen - [`04ee988`](https://github.com/eea/volto-cca-policy/commit/04ee988c086d393b9b37ce1ea8d24f5e84f266aa)]
160
- ### [1.0.0-alpha.0](https://github.com/eea/volto-cca-policy/compare/0.3.92...1.0.0-alpha.0) - 15 July 2025
162
+ ### [1.0.0-alpha.0](https://github.com/eea/volto-cca-policy/compare/0.3.93...1.0.0-alpha.0) - 15 July 2025
161
163
 
164
+ ### [0.3.93](https://github.com/eea/volto-cca-policy/compare/0.3.92...0.3.93) - 17 December 2025
165
+
166
+ #### :bug: Bug Fixes
167
+
168
+ - fix: update comments [kreafox - [`1219fcc`](https://github.com/eea/volto-cca-policy/commit/1219fccab92e59428eccf6b05e600df5878dfe48)]
169
+ - fix: test [kreafox - [`9d687b6`](https://github.com/eea/volto-cca-policy/commit/9d687b68e7a461ad41c48258ba63651de8a0a2fb)]
170
+
171
+ #### :nail_care: Enhancements
172
+
173
+ - change(mission): code cleanup [kreafox - [`dfa082b`](https://github.com/eea/volto-cca-policy/commit/dfa082b1dbb3480532a6787bf08f96b2af91e265)]
174
+
175
+ #### :house: Internal changes
176
+
177
+ - style: add EEA green color as theme color - refs #295162 [kreafox - [`0073837`](https://github.com/eea/volto-cca-policy/commit/00738375afe1d0047b6ef2009a45d46fb37a8be6)]
178
+
179
+ #### :hammer_and_wrench: Others
180
+
181
+ - resolve conflicts [Teodor - [`28f6d21`](https://github.com/eea/volto-cca-policy/commit/28f6d2127a1d2fa8c38d4a5d1f235916892774c8)]
182
+ - code cleanup [Teodor - [`74dea17`](https://github.com/eea/volto-cca-policy/commit/74dea17652897c2f9e5524ea473e9250953ec614)]
162
183
  ### [0.3.92](https://github.com/eea/volto-cca-policy/compare/0.3.91...0.3.92) - 8 December 2025
163
184
 
164
185
  #### :nail_care: Enhancements
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-cca-policy",
3
- "version": "0.3.93",
3
+ "version": "0.3.94",
4
4
  "description": "@eeacms/volto-cca-policy: Volto add-on",
5
5
  "main": "src/index.js",
6
6
  "author": "European Environment Agency: IDM2 A-Team",
@@ -117,34 +117,64 @@
117
117
  }
118
118
  }
119
119
 
120
- /* Hero */
121
- .color-bg-green {
122
- background-color: @green;
123
- }
120
+ /* (EEA) Green theme */
121
+ .green,
122
+ .has--theme--green {
123
+ /* Accordion */
124
+ .ui.accordion.green > .active.title,
125
+ .ui.accordion.green.inverted > .title,
126
+ .ui.accordion.green > .filter,
127
+ .ui.accordion.secondary.green > .active.title,
128
+ .ui.accordion.secondary.green.inverted > .title,
129
+ .ui.accordion.secondary.green > .filter {
130
+ --bg-color: @green;
131
+ }
124
132
 
125
- /* Divider */
126
- .ui.divider.green,
127
- .ui.divider.green:not(.vertical):not(.horizontal) {
128
- border-top-color: @green;
129
- color: @green;
130
- }
133
+ .ui.accordion.green > .active.title,
134
+ .ui.accordion.green.inverted > .title,
135
+ .ui.accordion.green.inverted > .icon,
136
+ .ui.accordion.green > .filter {
137
+ --text-color-hover: white;
138
+ --text-color: white;
139
+ }
140
+
141
+ /* Table */
142
+ .ui.table {
143
+ tr th {
144
+ border-bottom: 1px solid @green;
145
+ }
146
+ }
147
+
148
+ .ui.celled.table tr th,
149
+ .ui.celled.table tr td {
150
+ border-left: 1px solid @green;
151
+ }
131
152
 
132
- /* Accordion */
133
- .ui.accordion.green > .active.title,
134
- .ui.accordion.green.inverted > .title,
135
- .ui.accordion.green > .filter,
136
- .ui.accordion.secondary.green > .active.title,
137
- .ui.accordion.secondary.green.inverted > .title,
138
- .ui.accordion.secondary.green > .filter {
139
- --bg-color: @green;
153
+ /* Callout */
154
+ .eea.callout {
155
+ border-color: @green;
156
+ }
157
+
158
+ /* Statistics */
159
+ .ui.statistics:not(.inverted) .ui.statistic .value {
160
+ color: @green !important;
161
+ }
162
+
163
+ .color-bg-primary {
164
+ background-color: @green !important;
165
+ }
166
+
167
+ /* Divider */
168
+ .ui.divider.green,
169
+ .ui.divider.green:not(.vertical):not(.horizontal) {
170
+ border-top-color: @green;
171
+ color: @green;
172
+ }
140
173
  }
141
174
 
142
- .ui.accordion.green > .active.title,
143
- .ui.accordion.green.inverted > .title,
144
- .ui.accordion.green.inverted > .icon,
145
- .ui.accordion.green > .filter {
146
- --text-color-hover: white;
147
- --text-color: white;
175
+ /* Hero */
176
+ .color-bg-green {
177
+ background-color: @green;
148
178
  }
149
179
 
150
180
  /* Listing cards */
@@ -154,8 +184,8 @@
154
184
  }
155
185
 
156
186
  .ui.card.green {
157
- --card-text-color: @green;
158
- --card-background-color: white;
187
+ --card-text-color: white;
188
+ --card-background-color: @green;
159
189
  }
160
190
 
161
191
  .card.green.inverted,
@@ -27,10 +27,6 @@ body.subsite-mkh {
27
27
  --text-color-secondary: @pineGreen;
28
28
  --border-color-secondary: @pineGreen;
29
29
 
30
- .column > .ui.segment {
31
- background-color: transparent;
32
- }
33
-
34
30
  &.subsite-root {
35
31
  .content-area {
36
32
  padding: 0 !important;
@@ -157,10 +153,6 @@ body.subsite-mkh {
157
153
  }
158
154
  }
159
155
 
160
- .column > .ui.segment {
161
- background-color: #fff !important;
162
- }
163
-
164
156
  .funding-sources {
165
157
  span {
166
158
  float: left;
@@ -232,11 +232,6 @@ hr {
232
232
  }
233
233
  }
234
234
 
235
- .column > .ui.segment {
236
- border: none;
237
- background-color: #f9f9f9;
238
- }
239
-
240
235
  .toast-container {
241
236
  .ui.segment.basic {
242
237
  padding: 0;