@eeacms/volto-n2k 0.1.11 → 0.1.13
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,11 +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
|
-
### [0.1.
|
|
7
|
+
### [0.1.13](https://github.com/eea/volto-n2k/compare/0.1.12...0.1.13) - 30 September 2022
|
|
8
|
+
|
|
9
|
+
#### :hammer_and_wrench: Others
|
|
10
|
+
|
|
11
|
+
- Rerun cypress [Miu Razvan - [`37b91e4`](https://github.com/eea/volto-n2k/commit/37b91e409a18b200e7b480e3d36c2f93c12e4fe5)]
|
|
12
|
+
### [0.1.12](https://github.com/eea/volto-n2k/compare/0.1.11...0.1.12) - 30 September 2022
|
|
8
13
|
|
|
9
14
|
#### :hammer_and_wrench: Others
|
|
10
15
|
|
|
11
|
-
-
|
|
16
|
+
- Update [Miu Razvan - [`d9b4822`](https://github.com/eea/volto-n2k/commit/d9b482271bc01f7fe3aa44f1b95defd76a500256)]
|
|
17
|
+
- Don't run cypress [Miu Razvan - [`0b7d196`](https://github.com/eea/volto-n2k/commit/0b7d1967c970e488edf06a345093357b10c393ff)]
|
|
18
|
+
### [0.1.11](https://github.com/eea/volto-n2k/compare/0.1.10...0.1.11) - 16 September 2022
|
|
19
|
+
|
|
12
20
|
### [0.1.10](https://github.com/eea/volto-n2k/compare/0.1.9...0.1.10) - 2 September 2022
|
|
13
21
|
|
|
14
22
|
### [0.1.9](https://github.com/eea/volto-n2k/compare/0.1.8...0.1.9) - 1 September 2022
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eeacms/volto-n2k",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.13",
|
|
4
4
|
"description": "volto-n2k: Volto add-on",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"author": "European Environment Agency: IDM2 A-Team",
|
|
@@ -39,6 +39,7 @@
|
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@cypress/code-coverage": "^3.9.5",
|
|
42
|
+
"md5": "^2.3.0",
|
|
42
43
|
"babel-plugin-transform-class-properties": "^6.24.1"
|
|
43
44
|
},
|
|
44
45
|
"scripts": {
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
margin-left: -1rem;
|
|
57
57
|
color: #eb9700;
|
|
58
58
|
font-family: 'RajdhaniR', 'Helvetica Neue', Arial, Helvetica, sans-serif;
|
|
59
|
-
font-size:
|
|
59
|
+
font-size: 16px;
|
|
60
60
|
line-height: 14px;
|
|
61
61
|
transition: max-width 0.3s;
|
|
62
62
|
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
}
|
|
98
98
|
|
|
99
99
|
.lower {
|
|
100
|
-
font-size:
|
|
100
|
+
font-size: 16px;
|
|
101
101
|
font-weight: 700;
|
|
102
102
|
line-height: 1;
|
|
103
103
|
text-transform: uppercase;
|
package/src/less/styles.less
CHANGED
|
@@ -172,7 +172,7 @@ body.grey-bg {
|
|
|
172
172
|
a,
|
|
173
173
|
ul,
|
|
174
174
|
li {
|
|
175
|
-
font-size:
|
|
175
|
+
font-size: 16px;
|
|
176
176
|
}
|
|
177
177
|
|
|
178
178
|
a {
|
|
@@ -497,7 +497,7 @@ body.grey-bg {
|
|
|
497
497
|
margin-top: 2em;
|
|
498
498
|
margin-bottom: 3rem;
|
|
499
499
|
color: #7b7b7b;
|
|
500
|
-
font-size:
|
|
500
|
+
font-size: 16px;
|
|
501
501
|
font-weight: bold;
|
|
502
502
|
|
|
503
503
|
.ui.circular.button {
|
|
@@ -638,7 +638,7 @@ img.slick-image {
|
|
|
638
638
|
color: #fff;
|
|
639
639
|
|
|
640
640
|
p {
|
|
641
|
-
font-size:
|
|
641
|
+
font-size: 16px !important;
|
|
642
642
|
}
|
|
643
643
|
|
|
644
644
|
&.active:hover,
|