@eeacms/volto-eea-website-theme 0.6.13 → 0.6.14
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,9 +4,17 @@ 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.6.14](https://github.com/eea/volto-eea-website-theme/compare/0.6.13...0.6.14)
|
8
|
+
|
9
|
+
- change(header): show eea information systems on mobile [`abdf181`](https://github.com/eea/volto-eea-website-theme/commit/abdf1819465ba1ca582c2a2d82ec02a137c0cf7f)
|
10
|
+
- change(pageheader): share dropdown appears below the share icon [`10aaafc`](https://github.com/eea/volto-eea-website-theme/commit/10aaafc79d03784972b7cf40639077246340eda9)
|
11
|
+
- change(pageheader): removed blogger, reddit and stumbleupon sharing links [`0f7d887`](https://github.com/eea/volto-eea-website-theme/commit/0f7d88700076704abb04ba1bf806ab669fe085be)
|
12
|
+
|
7
13
|
#### [0.6.13](https://github.com/eea/volto-eea-website-theme/compare/0.6.12...0.6.13)
|
8
14
|
|
9
|
-
|
15
|
+
> 23 June 2022
|
16
|
+
|
17
|
+
- Fix double header issue - refs #151713 [`#45`](https://github.com/eea/volto-eea-website-theme/pull/45)
|
10
18
|
- Customize EventView - copied unchanged from @plone/volto 16.0.0-alpha.7 [`346fc87`](https://github.com/eea/volto-eea-website-theme/commit/346fc87c0834627efa70ed1303c5ee98a5a17ae2)
|
11
19
|
|
12
20
|
#### [0.6.12](https://github.com/eea/volto-eea-website-theme/compare/0.6.11...0.6.12)
|
package/package.json
CHANGED
@@ -161,18 +161,10 @@ const View = (props) => {
|
|
161
161
|
sharePage(metadata['@id'], 'linkedin');
|
162
162
|
}}
|
163
163
|
/>
|
164
|
-
<Banner.Action icon="blogger b" />
|
165
|
-
<Banner.Action
|
166
|
-
icon="ri-reddit-line"
|
167
|
-
onClick={() => {
|
168
|
-
sharePage(metadata['@id'], 'reddit');
|
169
|
-
}}
|
170
|
-
/>
|
171
|
-
<Banner.Action icon="stumbleupon circle" />
|
172
164
|
</div>
|
173
165
|
</>
|
174
166
|
)}
|
175
|
-
position="
|
167
|
+
position="bottom center"
|
176
168
|
size="small"
|
177
169
|
trigger={
|
178
170
|
<Banner.Action
|
@@ -83,7 +83,7 @@ const EEAHeader = ({ pathname, token, items, history }) => {
|
|
83
83
|
<Image src={eeaFlag} alt="eea flag"></Image>
|
84
84
|
<Header.TopDropdownMenu
|
85
85
|
text="An official website of the European Union | How do you Know?"
|
86
|
-
mobileText="
|
86
|
+
mobileText=" "
|
87
87
|
icon="chevron down"
|
88
88
|
aria-label="dropdown"
|
89
89
|
className=""
|
@@ -110,7 +110,6 @@ const EEAHeader = ({ pathname, token, items, history }) => {
|
|
110
110
|
<Header.TopItem>
|
111
111
|
<Header.TopDropdownMenu
|
112
112
|
id="theme-sites"
|
113
|
-
className="tablet or lower hidden"
|
114
113
|
text={eea.globalHeaderPartnerLinks.title}
|
115
114
|
viewportWidth={width}
|
116
115
|
>
|