hmrc-frontend 5.0.3 → 5.0.6
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/hmrc/VERSION.txt +1 -1
- package/hmrc/components/account-menu/template.njk +1 -1
- package/hmrc/components/user-research-banner/_user-research-banner.scss +2 -0
- package/hmrc/components/user-research-banner/template.njk +6 -4
- package/hmrc/{hmrc-frontend-5.0.3.min.css → hmrc-frontend-5.0.6.min.css} +2 -2
- package/hmrc/{hmrc-frontend-5.0.3.min.js → hmrc-frontend-5.0.6.min.js} +1 -1
- package/hmrc/{hmrc-frontend-ie8-5.0.3.min.css → hmrc-frontend-ie8-5.0.6.min.css} +2 -2
- package/hmrc/maps/hmrc-frontend-5.0.6.min.css.map +1 -0
- package/hmrc/maps/{hmrc-frontend-5.0.3.min.js.map → hmrc-frontend-5.0.6.min.js.map} +1 -1
- package/hmrc/maps/hmrc-frontend-ie8-5.0.6.min.css.map +1 -0
- package/package.json +1 -1
- package/hmrc/maps/hmrc-frontend-5.0.3.min.css.map +0 -1
- package/hmrc/maps/hmrc-frontend-ie8-5.0.3.min.css.map +0 -1
package/hmrc/VERSION.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
5.0.
|
|
1
|
+
5.0.6
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
|
|
38
38
|
<li>
|
|
39
39
|
<a href="{{ params.yourProfile.href | default('#') }}" class="hmrc-account-menu__link{% if params.yourProfile.active %} hmrc-account-menu__link--active{% endif %}">
|
|
40
|
-
{% if language == 'cy' %}
|
|
40
|
+
{% if language == 'cy' %}Proffil a gosodiadau{% else %}Profile and settings{% endif %}
|
|
41
41
|
</a>
|
|
42
42
|
</li>
|
|
43
43
|
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
<div class="hmrc-user-research-banner" data-module="hmrc-user-research-banner">
|
|
2
2
|
<div class="hmrc-user-research-banner__container govuk-width-container">
|
|
3
3
|
<div class="hmrc-user-research-banner__text">
|
|
4
|
-
<
|
|
4
|
+
<h2 class="govuk-heading-s hmrc-user-research-banner__title">
|
|
5
5
|
{% if params.language == 'cy' %}
|
|
6
6
|
Helpwch i wella gwasanaethau CThEM
|
|
7
7
|
{% else %}
|
|
8
8
|
Help improve HMRC services
|
|
9
9
|
{% endif %}
|
|
10
|
-
</
|
|
10
|
+
</h2>
|
|
11
11
|
<a class="govuk-link hmrc-user-research-banner__link" rel="noopener noreferrer" href="{{ params.url }}" target="_blank">
|
|
12
12
|
{% if params.language == 'cy' %}
|
|
13
13
|
Cofrestrwch i gymryd rhan mewn ymchwil defnyddwyr (yn agor tab newydd)
|
|
@@ -18,9 +18,11 @@
|
|
|
18
18
|
</div>
|
|
19
19
|
<button class="govuk-link hmrc-user-research-banner__close">
|
|
20
20
|
{% if params.language == 'cy' %}
|
|
21
|
-
Dim diolch
|
|
21
|
+
<span aria-hidden="true">Dim diolch</span>{#- strip spaces -#}
|
|
22
|
+
<span class="govuk-visually-hidden">Dim diolch, nid wyf am gymryd rhan yn yr ymchwil defnyddwyr - cuddio'r neges hon</span>
|
|
22
23
|
{% else %}
|
|
23
|
-
No thanks
|
|
24
|
+
<span aria-hidden="true">No thanks</span>{#- strip spaces -#}
|
|
25
|
+
<span class="govuk-visually-hidden">No thanks, I do not want to take part in user research, hide this message</span>
|
|
24
26
|
{% endif %}
|
|
25
27
|
</button>
|
|
26
28
|
</div>
|