@eeacms/volto-cca-policy 0.1.55 → 0.1.56
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,12 @@ 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.1.56](https://github.com/eea/volto-cca-policy/compare/0.1.55...0.1.56) - 3 January 2024
|
|
8
|
+
|
|
9
|
+
#### :hammer_and_wrench: Others
|
|
10
|
+
|
|
11
|
+
- Refs #260715 - accesibility changes requested by David [Tripon Eugen - [`7ecd655`](https://github.com/eea/volto-cca-policy/commit/7ecd6558d09dd2400e04c1e9cb44d43125754d28)]
|
|
12
|
+
- Refs #260715 - rast block [Tripon Eugen - [`02f2926`](https://github.com/eea/volto-cca-policy/commit/02f2926f156c2a38c009589380c67e94492dc070)]
|
|
7
13
|
### [0.1.55](https://github.com/eea/volto-cca-policy/compare/0.1.54...0.1.55) - 21 December 2023
|
|
8
14
|
|
|
9
15
|
### [0.1.54](https://github.com/eea/volto-cca-policy/compare/0.1.53...0.1.54) - 20 December 2023
|
package/package.json
CHANGED
|
@@ -45,15 +45,14 @@ export default function RASTMap(props) {
|
|
|
45
45
|
d="M143.16 8.88115L168.083 32.0416L143.16 55.2021C143.16 36.6089 143.16 27.0787 143.16 8.88115Z"
|
|
46
46
|
fill="#AAD055"
|
|
47
47
|
/>
|
|
48
|
-
|
|
49
48
|
<LinkWrap
|
|
50
|
-
item={items[
|
|
49
|
+
item={items[0]}
|
|
51
50
|
pathname={currentPath}
|
|
52
|
-
isActive={activeMenu ===
|
|
51
|
+
isActive={activeMenu === 0 ? true : false}
|
|
53
52
|
>
|
|
54
53
|
<rect
|
|
55
54
|
className="circle"
|
|
56
|
-
x="
|
|
55
|
+
x="189"
|
|
57
56
|
y="32"
|
|
58
57
|
width="43"
|
|
59
58
|
height="43"
|
|
@@ -61,11 +60,11 @@ export default function RASTMap(props) {
|
|
|
61
60
|
fill="#72BDC8"
|
|
62
61
|
/>
|
|
63
62
|
<path
|
|
64
|
-
d="
|
|
63
|
+
d="M214.215 44.9512V62.0488H210.84V48.8418L206.785 50.1309V47.4707L213.852 44.9512H214.215Z"
|
|
65
64
|
fill="white"
|
|
66
65
|
/>
|
|
67
66
|
<rect
|
|
68
|
-
x="
|
|
67
|
+
x="189"
|
|
69
68
|
y="32"
|
|
70
69
|
width="43"
|
|
71
70
|
height="43"
|
|
@@ -74,15 +73,14 @@ export default function RASTMap(props) {
|
|
|
74
73
|
stroke-width="2"
|
|
75
74
|
/>
|
|
76
75
|
</LinkWrap>
|
|
77
|
-
|
|
78
76
|
<LinkWrap
|
|
79
|
-
item={items[
|
|
77
|
+
item={items[1]}
|
|
80
78
|
pathname={currentPath}
|
|
81
|
-
isActive={activeMenu ===
|
|
79
|
+
isActive={activeMenu === 1 ? true : false}
|
|
82
80
|
>
|
|
83
81
|
<rect
|
|
84
82
|
className="circle"
|
|
85
|
-
x="
|
|
83
|
+
x="239"
|
|
86
84
|
y="128"
|
|
87
85
|
width="43"
|
|
88
86
|
height="43"
|
|
@@ -90,11 +88,11 @@ export default function RASTMap(props) {
|
|
|
90
88
|
fill="#72BDC8"
|
|
91
89
|
/>
|
|
92
90
|
<path
|
|
93
|
-
d="
|
|
91
|
+
d="M266.506 155.518V158.154H254.834V155.904L260.354 149.986C260.908 149.369 261.346 148.826 261.666 148.357C261.986 147.881 262.217 147.455 262.357 147.08C262.506 146.697 262.58 146.334 262.58 145.99C262.58 145.475 262.494 145.033 262.322 144.666C262.15 144.291 261.896 144.002 261.561 143.799C261.232 143.596 260.826 143.494 260.342 143.494C259.826 143.494 259.381 143.619 259.006 143.869C258.639 144.119 258.357 144.467 258.162 144.912C257.975 145.357 257.881 145.861 257.881 146.424H254.494C254.494 145.408 254.736 144.479 255.221 143.635C255.705 142.783 256.389 142.107 257.271 141.607C258.154 141.1 259.201 140.846 260.412 140.846C261.607 140.846 262.615 141.041 263.436 141.432C264.264 141.814 264.889 142.369 265.311 143.096C265.74 143.814 265.955 144.674 265.955 145.674C265.955 146.236 265.865 146.787 265.686 147.326C265.506 147.857 265.248 148.389 264.912 148.92C264.584 149.443 264.186 149.975 263.717 150.514C263.248 151.053 262.729 151.611 262.158 152.189L259.193 155.518H266.506Z"
|
|
94
92
|
fill="white"
|
|
95
93
|
/>
|
|
96
94
|
<rect
|
|
97
|
-
x="
|
|
95
|
+
x="239"
|
|
98
96
|
y="128"
|
|
99
97
|
width="43"
|
|
100
98
|
height="43"
|
|
@@ -104,13 +102,13 @@ export default function RASTMap(props) {
|
|
|
104
102
|
/>
|
|
105
103
|
</LinkWrap>
|
|
106
104
|
<LinkWrap
|
|
107
|
-
item={items[
|
|
105
|
+
item={items[2]}
|
|
108
106
|
pathname={currentPath}
|
|
109
|
-
isActive={activeMenu ===
|
|
107
|
+
isActive={activeMenu === 2 ? true : false}
|
|
110
108
|
>
|
|
111
109
|
<rect
|
|
112
110
|
className="circle"
|
|
113
|
-
x="
|
|
111
|
+
x="189"
|
|
114
112
|
y="228"
|
|
115
113
|
width="43"
|
|
116
114
|
height="43"
|
|
@@ -118,11 +116,11 @@ export default function RASTMap(props) {
|
|
|
118
116
|
fill="#72BDC8"
|
|
119
117
|
/>
|
|
120
118
|
<path
|
|
121
|
-
d="
|
|
119
|
+
d="M208.443 248.041H210.248C210.826 248.041 211.303 247.943 211.678 247.748C212.053 247.545 212.33 247.264 212.51 246.904C212.697 246.537 212.791 246.111 212.791 245.627C212.791 245.189 212.705 244.803 212.533 244.467C212.369 244.123 212.115 243.857 211.771 243.67C211.428 243.475 210.994 243.377 210.471 243.377C210.057 243.377 209.674 243.459 209.322 243.623C208.971 243.787 208.689 244.018 208.479 244.314C208.268 244.611 208.162 244.971 208.162 245.393H204.775C204.775 244.455 205.025 243.639 205.525 242.943C206.033 242.248 206.713 241.705 207.564 241.314C208.416 240.924 209.354 240.729 210.377 240.729C211.533 240.729 212.545 240.916 213.412 241.291C214.279 241.658 214.955 242.201 215.439 242.92C215.924 243.639 216.166 244.529 216.166 245.592C216.166 246.131 216.041 246.654 215.791 247.162C215.541 247.662 215.182 248.115 214.713 248.521C214.252 248.92 213.689 249.24 213.025 249.482C212.361 249.717 211.615 249.834 210.787 249.834H208.443V248.041ZM208.443 250.607V248.861H210.787C211.717 248.861 212.533 248.967 213.236 249.178C213.939 249.389 214.529 249.693 215.006 250.092C215.482 250.482 215.842 250.947 216.084 251.486C216.326 252.018 216.447 252.607 216.447 253.256C216.447 254.053 216.295 254.764 215.99 255.389C215.686 256.006 215.256 256.529 214.701 256.959C214.154 257.389 213.514 257.717 212.779 257.943C212.045 258.162 211.244 258.271 210.377 258.271C209.658 258.271 208.951 258.174 208.256 257.979C207.568 257.775 206.943 257.475 206.381 257.076C205.826 256.67 205.381 256.162 205.045 255.553C204.717 254.936 204.553 254.205 204.553 253.361H207.939C207.939 253.799 208.049 254.189 208.268 254.533C208.486 254.877 208.787 255.146 209.17 255.342C209.561 255.537 209.994 255.635 210.471 255.635C211.01 255.635 211.471 255.537 211.854 255.342C212.244 255.139 212.541 254.857 212.744 254.498C212.955 254.131 213.061 253.705 213.061 253.221C213.061 252.596 212.947 252.096 212.721 251.721C212.494 251.338 212.17 251.057 211.748 250.877C211.326 250.697 210.826 250.607 210.248 250.607H208.443Z"
|
|
122
120
|
fill="white"
|
|
123
121
|
/>
|
|
124
122
|
<rect
|
|
125
|
-
x="
|
|
123
|
+
x="189"
|
|
126
124
|
y="228"
|
|
127
125
|
width="43"
|
|
128
126
|
height="43"
|
|
@@ -132,13 +130,13 @@ export default function RASTMap(props) {
|
|
|
132
130
|
/>
|
|
133
131
|
</LinkWrap>
|
|
134
132
|
<LinkWrap
|
|
135
|
-
item={items[
|
|
133
|
+
item={items[3]}
|
|
136
134
|
pathname={currentPath}
|
|
137
|
-
isActive={activeMenu ===
|
|
135
|
+
isActive={activeMenu === 3 ? true : false}
|
|
138
136
|
>
|
|
139
137
|
<rect
|
|
140
138
|
className="circle"
|
|
141
|
-
x="
|
|
139
|
+
x="61"
|
|
142
140
|
y="228"
|
|
143
141
|
width="43"
|
|
144
142
|
height="43"
|
|
@@ -146,11 +144,11 @@ export default function RASTMap(props) {
|
|
|
146
144
|
fill="#72BDC8"
|
|
147
145
|
/>
|
|
148
146
|
<path
|
|
149
|
-
d="
|
|
147
|
+
d="M88.7285 251.656V254.305H76.4355L76.2715 252.254L83.3848 240.969H86.0684L83.1621 245.832L79.623 251.656H88.7285ZM86.7949 240.969V258.031H83.4199V240.969H86.7949Z"
|
|
150
148
|
fill="white"
|
|
151
149
|
/>
|
|
152
150
|
<rect
|
|
153
|
-
x="
|
|
151
|
+
x="61"
|
|
154
152
|
y="228"
|
|
155
153
|
width="43"
|
|
156
154
|
height="43"
|
|
@@ -160,13 +158,13 @@ export default function RASTMap(props) {
|
|
|
160
158
|
/>
|
|
161
159
|
</LinkWrap>
|
|
162
160
|
<LinkWrap
|
|
163
|
-
item={items[
|
|
161
|
+
item={items[4]}
|
|
164
162
|
pathname={currentPath}
|
|
165
|
-
isActive={activeMenu ===
|
|
163
|
+
isActive={activeMenu === 4 ? true : false}
|
|
166
164
|
>
|
|
167
165
|
<rect
|
|
168
166
|
className="circle"
|
|
169
|
-
x="
|
|
167
|
+
x="8"
|
|
170
168
|
y="128"
|
|
171
169
|
width="43"
|
|
172
170
|
height="43"
|
|
@@ -174,11 +172,11 @@ export default function RASTMap(props) {
|
|
|
174
172
|
fill="#72BDC8"
|
|
175
173
|
/>
|
|
176
174
|
<path
|
|
177
|
-
d="
|
|
175
|
+
d="M26.8457 150.145L24.1504 149.5L25.123 140.852H34.709V143.582H27.9004L27.4785 147.367C27.7051 147.234 28.0488 147.094 28.5098 146.945C28.9707 146.789 29.4863 146.711 30.0566 146.711C30.8848 146.711 31.6191 146.84 32.2598 147.098C32.9004 147.355 33.4434 147.73 33.8887 148.223C34.3418 148.715 34.6855 149.316 34.9199 150.027C35.1543 150.738 35.2715 151.543 35.2715 152.441C35.2715 153.199 35.1543 153.922 34.9199 154.609C34.6855 155.289 34.3301 155.898 33.8535 156.438C33.377 156.969 32.7793 157.387 32.0605 157.691C31.3418 157.996 30.4902 158.148 29.5059 158.148C28.7715 158.148 28.0605 158.039 27.373 157.82C26.6934 157.602 26.0801 157.277 25.5332 156.848C24.9941 156.418 24.5605 155.898 24.2324 155.289C23.9121 154.672 23.7441 153.969 23.7285 153.18H27.0801C27.127 153.664 27.252 154.082 27.4551 154.434C27.666 154.777 27.9434 155.043 28.2871 155.23C28.6309 155.418 29.0332 155.512 29.4941 155.512C29.9238 155.512 30.291 155.43 30.5957 155.266C30.9004 155.102 31.1465 154.875 31.334 154.586C31.5215 154.289 31.6582 153.945 31.7441 153.555C31.8379 153.156 31.8848 152.727 31.8848 152.266C31.8848 151.805 31.8301 151.387 31.7207 151.012C31.6113 150.637 31.4434 150.312 31.2168 150.039C30.9902 149.766 30.7012 149.555 30.3496 149.406C30.0059 149.258 29.6035 149.184 29.1426 149.184C28.5176 149.184 28.0332 149.281 27.6895 149.477C27.3535 149.672 27.0723 149.895 26.8457 150.145Z"
|
|
178
176
|
fill="white"
|
|
179
177
|
/>
|
|
180
178
|
<rect
|
|
181
|
-
x="
|
|
179
|
+
x="8"
|
|
182
180
|
y="128"
|
|
183
181
|
width="43"
|
|
184
182
|
height="43"
|
|
@@ -187,14 +185,15 @@ export default function RASTMap(props) {
|
|
|
187
185
|
stroke-width="2"
|
|
188
186
|
/>
|
|
189
187
|
</LinkWrap>
|
|
188
|
+
|
|
190
189
|
<LinkWrap
|
|
191
|
-
item={items[
|
|
190
|
+
item={items[5]}
|
|
192
191
|
pathname={currentPath}
|
|
193
|
-
isActive={activeMenu ===
|
|
192
|
+
isActive={activeMenu === 5 ? true : false}
|
|
194
193
|
>
|
|
195
194
|
<rect
|
|
196
195
|
className="circle"
|
|
197
|
-
x="
|
|
196
|
+
x="61"
|
|
198
197
|
y="32"
|
|
199
198
|
width="43"
|
|
200
199
|
height="43"
|
|
@@ -202,11 +201,11 @@ export default function RASTMap(props) {
|
|
|
202
201
|
fill="#72BDC8"
|
|
203
202
|
/>
|
|
204
203
|
<path
|
|
205
|
-
d="
|
|
204
|
+
d="M85.3242 44.7637H85.8164V47.459H85.6172C84.7266 47.459 83.9336 47.5918 83.2383 47.8574C82.543 48.123 81.9531 48.502 81.4688 48.9941C80.9922 49.4785 80.625 50.0645 80.3672 50.752C80.1172 51.4395 79.9922 52.209 79.9922 53.0605V55.8965C79.9922 56.5059 80.0508 57.0449 80.168 57.5137C80.293 57.9746 80.4688 58.3613 80.6953 58.6738C80.9297 58.9785 81.2031 59.209 81.5156 59.3652C81.8281 59.5137 82.1797 59.5879 82.5703 59.5879C82.9375 59.5879 83.2695 59.5098 83.5664 59.3535C83.8711 59.1973 84.1289 58.9785 84.3398 58.6973C84.5586 58.4082 84.7227 58.0723 84.832 57.6895C84.9492 57.2988 85.0078 56.873 85.0078 56.4121C85.0078 55.9512 84.9492 55.5254 84.832 55.1348C84.7227 54.7441 84.5586 54.4082 84.3398 54.127C84.1211 53.8379 83.8555 53.6152 83.543 53.459C83.2305 53.3027 82.8789 53.2246 82.4883 53.2246C81.957 53.2246 81.4883 53.3496 81.082 53.5996C80.6836 53.8418 80.3711 54.1543 80.1445 54.5371C79.918 54.9199 79.7969 55.3223 79.7812 55.7441L78.7617 55.0879C78.7852 54.4863 78.9102 53.916 79.1367 53.377C79.3711 52.8379 79.6914 52.3613 80.0977 51.9473C80.5117 51.5254 81.0078 51.1973 81.5859 50.9629C82.1641 50.7207 82.8164 50.5996 83.543 50.5996C84.3398 50.5996 85.0391 50.752 85.6406 51.0566C86.25 51.3613 86.7578 51.7793 87.1641 52.3105C87.5703 52.8418 87.875 53.4551 88.0781 54.1504C88.2812 54.8457 88.3828 55.5879 88.3828 56.377C88.3828 57.2051 88.2461 57.9746 87.9727 58.6855C87.707 59.3965 87.3203 60.0176 86.8125 60.5488C86.3125 61.0801 85.7109 61.4941 85.0078 61.791C84.3047 62.0879 83.5156 62.2363 82.6406 62.2363C81.7344 62.2363 80.9102 62.0723 80.168 61.7441C79.4336 61.4082 78.8008 60.9395 78.2695 60.3379C77.7383 59.7363 77.3281 59.0215 77.0391 58.1934C76.7578 57.3652 76.6172 56.459 76.6172 55.4746V54.1621C76.6172 52.7871 76.8164 51.5293 77.2148 50.3887C77.6211 49.2402 78.2031 48.248 78.9609 47.4121C79.7188 46.5684 80.6328 45.916 81.7031 45.4551C82.7734 44.9941 83.9805 44.7637 85.3242 44.7637Z"
|
|
206
205
|
fill="white"
|
|
207
206
|
/>
|
|
208
207
|
<rect
|
|
209
|
-
x="
|
|
208
|
+
x="61"
|
|
210
209
|
y="32"
|
|
211
210
|
width="43"
|
|
212
211
|
height="43"
|
|
@@ -215,6 +214,7 @@ export default function RASTMap(props) {
|
|
|
215
214
|
stroke-width="2"
|
|
216
215
|
/>
|
|
217
216
|
</LinkWrap>
|
|
217
|
+
|
|
218
218
|
<path
|
|
219
219
|
d="M74.3516 159.625H78.1172C78.9714 159.625 79.6927 159.755 80.2812 160.016C80.875 160.276 81.3255 160.661 81.6328 161.172C81.9453 161.677 82.1016 162.299 82.1016 163.039C82.1016 163.56 81.9948 164.036 81.7812 164.469C81.5729 164.896 81.2708 165.26 80.875 165.562C80.4844 165.859 80.0156 166.081 79.4688 166.227L79.0469 166.391H75.5078L75.4922 165.164H78.1641C78.7057 165.164 79.1562 165.07 79.5156 164.883C79.875 164.69 80.1458 164.432 80.3281 164.109C80.5104 163.786 80.6016 163.43 80.6016 163.039C80.6016 162.602 80.5156 162.219 80.3438 161.891C80.1719 161.562 79.901 161.31 79.5312 161.133C79.1667 160.951 78.6953 160.859 78.1172 160.859H75.8594V171H74.3516V159.625ZM81 171L78.2344 165.844L79.8047 165.836L82.6094 170.906V171H81Z"
|
|
220
220
|
fill="#3D5265"
|