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 CHANGED
@@ -1 +1 @@
1
- 5.0.3
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' %}Eich proffil{% else %}Your profile{% endif %}
40
+ {% if language == 'cy' %}Proffil a gosodiadau{% else %}Profile and settings{% endif %}
41
41
  </a>
42
42
  </li>
43
43
 
@@ -33,6 +33,8 @@
33
33
 
34
34
  &__title {
35
35
  @include govuk-responsive-margin(1, "bottom");
36
+
37
+ color: govuk-colour("white");
36
38
  }
37
39
 
38
40
  &__link {
@@ -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
- <div class="hmrc-user-research-banner__title govuk-!-font-weight-bold">
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
- </div>
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>