govuk_publishing_components 54.0.0 → 54.0.1

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.
Files changed (96) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/stylesheets/govuk_publishing_components/components/_attachment.scss +13 -9
  3. data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_legislative-list.scss +5 -0
  4. data/app/controllers/govuk_publishing_components/component_guide_controller.rb +1 -1
  5. data/app/models/govuk_publishing_components/audit_applications.rb +1 -1
  6. data/app/models/govuk_publishing_components/audit_comparer.rb +1 -1
  7. data/app/models/govuk_publishing_components/audit_components.rb +1 -1
  8. data/app/views/govuk_publishing_components/components/_attachment.html.erb +2 -0
  9. data/app/views/govuk_publishing_components/components/_feedback.html.erb +2 -6
  10. data/app/views/govuk_publishing_components/components/_heading.html.erb +0 -1
  11. data/app/views/govuk_publishing_components/components/_layout_for_public.html.erb +0 -1
  12. data/app/views/govuk_publishing_components/components/_layout_super_navigation_header.html.erb +0 -1
  13. data/app/views/govuk_publishing_components/components/_metadata.html.erb +0 -3
  14. data/app/views/govuk_publishing_components/components/_radio.html.erb +0 -1
  15. data/app/views/govuk_publishing_components/components/docs/govspeak.yml +7 -4
  16. data/app/views/govuk_publishing_components/components/docs/layout_for_public.yml +0 -1
  17. data/app/views/govuk_publishing_components/components/feedback/_survey_signup_form.html.erb +0 -4
  18. data/config/locales/ar.yml +0 -1
  19. data/config/locales/az.yml +0 -1
  20. data/config/locales/be.yml +0 -1
  21. data/config/locales/bg.yml +0 -1
  22. data/config/locales/bn.yml +0 -1
  23. data/config/locales/cs.yml +0 -1
  24. data/config/locales/cy.yml +0 -1
  25. data/config/locales/da.yml +0 -1
  26. data/config/locales/de.yml +0 -1
  27. data/config/locales/dr.yml +0 -1
  28. data/config/locales/el.yml +0 -1
  29. data/config/locales/en.yml +6 -7
  30. data/config/locales/es-419.yml +1 -2
  31. data/config/locales/es.yml +1 -2
  32. data/config/locales/et.yml +0 -1
  33. data/config/locales/fa.yml +0 -1
  34. data/config/locales/fi.yml +0 -1
  35. data/config/locales/fr.yml +0 -1
  36. data/config/locales/gd.yml +0 -1
  37. data/config/locales/gu.yml +0 -1
  38. data/config/locales/he.yml +0 -1
  39. data/config/locales/hi.yml +0 -1
  40. data/config/locales/hr.yml +0 -1
  41. data/config/locales/hu.yml +0 -1
  42. data/config/locales/hy.yml +0 -1
  43. data/config/locales/id.yml +0 -1
  44. data/config/locales/is.yml +0 -1
  45. data/config/locales/it.yml +0 -1
  46. data/config/locales/ja.yml +0 -1
  47. data/config/locales/ka.yml +0 -1
  48. data/config/locales/kk.yml +0 -1
  49. data/config/locales/ko.yml +0 -1
  50. data/config/locales/lt.yml +0 -1
  51. data/config/locales/lv.yml +0 -1
  52. data/config/locales/ms.yml +0 -1
  53. data/config/locales/mt.yml +0 -1
  54. data/config/locales/nl.yml +0 -1
  55. data/config/locales/no.yml +0 -1
  56. data/config/locales/pa-pk.yml +0 -1
  57. data/config/locales/pa.yml +0 -1
  58. data/config/locales/pl.yml +0 -1
  59. data/config/locales/ps.yml +0 -1
  60. data/config/locales/pt.yml +0 -1
  61. data/config/locales/ro.yml +0 -1
  62. data/config/locales/ru.yml +0 -1
  63. data/config/locales/si.yml +0 -1
  64. data/config/locales/sk.yml +0 -1
  65. data/config/locales/sl.yml +0 -1
  66. data/config/locales/so.yml +0 -1
  67. data/config/locales/sq.yml +0 -1
  68. data/config/locales/sr.yml +0 -1
  69. data/config/locales/sv.yml +0 -1
  70. data/config/locales/sw.yml +0 -1
  71. data/config/locales/ta.yml +0 -1
  72. data/config/locales/th.yml +0 -1
  73. data/config/locales/tk.yml +0 -1
  74. data/config/locales/tr.yml +0 -1
  75. data/config/locales/uk.yml +0 -1
  76. data/config/locales/ur.yml +0 -1
  77. data/config/locales/uz.yml +0 -1
  78. data/config/locales/vi.yml +0 -1
  79. data/config/locales/zh-hk.yml +0 -1
  80. data/config/locales/zh-tw.yml +0 -1
  81. data/config/locales/zh.yml +0 -1
  82. data/lib/govuk_publishing_components/app_helpers/asset_helper.rb +35 -26
  83. data/lib/govuk_publishing_components/config.rb +3 -0
  84. data/lib/govuk_publishing_components/presenters/attachment_helper.rb +2 -6
  85. data/lib/govuk_publishing_components/presenters/checkboxes_helper.rb +2 -2
  86. data/lib/govuk_publishing_components/presenters/component_wrapper_helper.rb +14 -14
  87. data/lib/govuk_publishing_components/presenters/content_breadcrumbs_based_on_organisations.rb +1 -1
  88. data/lib/govuk_publishing_components/presenters/content_breadcrumbs_based_on_taxons.rb +1 -1
  89. data/lib/govuk_publishing_components/presenters/content_item.rb +1 -3
  90. data/lib/govuk_publishing_components/presenters/machine_readable/article_schema.rb +1 -1
  91. data/lib/govuk_publishing_components/presenters/machine_readable/government_service_schema.rb +2 -2
  92. data/lib/govuk_publishing_components/presenters/machine_readable/organisation_schema.rb +3 -3
  93. data/lib/govuk_publishing_components/presenters/meta_tags.rb +2 -2
  94. data/lib/govuk_publishing_components/presenters/page_with_step_by_step_navigation.rb +1 -1
  95. data/lib/govuk_publishing_components/version.rb +1 -1
  96. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 45d09b1fcf62542a7497ba78e1b60618d092fc528646495b1f296aa64f54e59e
4
- data.tar.gz: b25260a62d83b0395457eb8921ca7547eb775802c2c0a4fbbf851e8c5df46a1f
3
+ metadata.gz: 86dda672f3ba9aab6652fe7a61262828fcbf325846d677dac46bf3acbee0288d
4
+ data.tar.gz: c6fdf3be956c6c65886324672be78cd312f3a2b89f8cc3707410dfa1404e7c8d
5
5
  SHA512:
6
- metadata.gz: acac17226a90dbd3083c33379ded3fcd64d9e53b6ee9a5f9390240a9bf7b720ac90c5eff2b94133ad5d34f0d347efb7f646c6a51af89eca386e03d0413d5aa85
7
- data.tar.gz: 2840251f9834711840167a93322dd66508397f8f52769115cbb0023327eb44a9f9586c100dc3243f978c2d482a8a70920f0cc6b3b31049600bcef16d5ad90b55
6
+ metadata.gz: 4e72340ed40f1523cda2b245a131fb54c042af7d1f2968a5202e8416aef9cc7fa936582df26d4fbb6fa9f9bb422c46cf215cbc9078627a6f3b199f5b6d12d7e7
7
+ data.tar.gz: ecbe763dc4259ff481dccfedba4a08827b131f070cacddeab8bd429d3d5af40348906645c23f1a0ff7c6bb51d62f1e5dfeac67ea149375a7f3ee797382d0f171
@@ -13,17 +13,11 @@ $thumbnail-icon-border-colour: govuk-colour("mid-grey");
13
13
  position: relative;
14
14
  @include govuk-font(19);
15
15
  @include govuk-clearfix;
16
-
17
- .govuk-details {
18
- margin: govuk-spacing(3) 0;
19
- }
20
16
  }
21
17
 
22
18
  .gem-c-attachment__thumbnail {
23
19
  position: relative;
24
20
  width: auto;
25
- margin-right: govuk-spacing(5);
26
- margin-bottom: govuk-spacing(3);
27
21
  padding: $thumbnail-border-width;
28
22
  float: left;
29
23
  }
@@ -31,20 +25,30 @@ $thumbnail-icon-border-colour: govuk-colour("mid-grey");
31
25
  .gem-c-attachment__thumbnail-image {
32
26
  display: block;
33
27
  width: auto; // for IE8
34
- max-width: $thumbnail-width;
35
- height: $thumbnail-height;
28
+ max-width: calc($thumbnail-width / 1.5);
29
+ height: calc($thumbnail-height / 1.5);
36
30
  border: $thumbnail-border-colour; // for IE9 & IE10
37
31
  outline: $thumbnail-border-width solid $thumbnail-border-colour;
38
32
  background: $thumbnail-background;
39
33
  box-shadow: $thumbnail-shadow-width $thumbnail-shadow-colour;
40
34
  fill: $thumbnail-icon-border-colour;
41
35
  stroke: $thumbnail-icon-border-colour;
36
+
37
+ @include govuk-media-query($from: tablet) {
38
+ max-width: $thumbnail-width;
39
+ height: $thumbnail-height;
40
+ }
42
41
  }
43
42
 
44
43
  .gem-c-attachment__details {
45
- padding-left: $thumbnail-width + $thumbnail-border-width * 2 + govuk-spacing(5);
44
+ padding-left: calc(($thumbnail-width + $thumbnail-border-width * 2 + govuk-spacing(5)) / 1.5);
45
+
46
+ @include govuk-media-query($from: tablet) {
47
+ padding-left: $thumbnail-width + $thumbnail-border-width * 2 + govuk-spacing(5);
48
+ }
46
49
 
47
50
  .gem-c-details {
51
+ margin-top: govuk-spacing(3);
48
52
  word-break: break-word;
49
53
  word-wrap: break-word;
50
54
  }
@@ -10,5 +10,10 @@
10
10
  .legislative-list {
11
11
  list-style: none;
12
12
  margin: 0 0 govuk-spacing(4) 0;
13
+
14
+ ol {
15
+ margin: govuk-spacing(2) 0 govuk-spacing(2) govuk-spacing(6);
16
+ list-style: none;
17
+ }
13
18
  }
14
19
  }
@@ -1,6 +1,6 @@
1
1
  module GovukPublishingComponents
2
2
  class ComponentGuideController < GovukPublishingComponents::ApplicationController
3
- append_view_path File.join(Rails.root, "app", "views", GovukPublishingComponents::Config.component_directory_name)
3
+ append_view_path Rails.root.join("app", "views", GovukPublishingComponents::Config.component_directory_name).to_s
4
4
 
5
5
  MATCH_COMPONENTS = /(?<=govuk_publishing_components\/components\/)[\/a-zA-Z_-]+(?=['"])/
6
6
 
@@ -118,7 +118,7 @@ module GovukPublishingComponents
118
118
  @gem_style_references << gem_style_references if gem_style_references
119
119
  end
120
120
  rescue StandardError => e
121
- puts e.message
121
+ Rails.logger.debug e.message
122
122
  end
123
123
 
124
124
  components_found.flatten.uniq.sort
@@ -290,7 +290,7 @@ module GovukPublishingComponents
290
290
  results = []
291
291
 
292
292
  @applications_data.each do |application|
293
- next unless application[:application_found] && !application[:helper_references].blank?
293
+ next unless application[:application_found] && application[:helper_references].present?
294
294
 
295
295
  application[:helper_references].each do |key, value|
296
296
  location = {
@@ -275,7 +275,7 @@ module GovukPublishingComponents
275
275
  next unless File.file?(file)
276
276
 
277
277
  helpers.each do |helper|
278
- next unless File.foreach(file).grep(helper[:match]).present?
278
+ next if File.foreach(file).grep(helper[:match]).blank?
279
279
 
280
280
  helper[:used_by] << {
281
281
  name: component[:name],
@@ -8,6 +8,7 @@
8
8
  attributes = []
9
9
  url_data_attributes ||= {}
10
10
  details_ga4_attributes ||= {}
11
+ local_assigns[:margin_bottom] ||= 6
11
12
  shared_helper = GovukPublishingComponents::Presenters::SharedHelper.new(local_assigns)
12
13
 
13
14
  component_helper = GovukPublishingComponents::Presenters::ComponentWrapperHelper.new(local_assigns)
@@ -126,6 +127,7 @@
126
127
  <%= render "govuk_publishing_components/components/details", {
127
128
  title: t("components.attachment.request_format_cta"),
128
129
  ga4_attributes: details_ga4_attributes,
130
+ margin_bottom: 0,
129
131
  } do %>
130
132
  <%= t("components.attachment.request_format_details_html", alternative_format_contact_email: attachment.alternative_format_contact_email) %>
131
133
  <% end %>
@@ -2,13 +2,9 @@
2
2
  add_gem_component_stylesheet("button")
3
3
  add_gem_component_stylesheet("feedback")
4
4
 
5
- def utf_encode(element)
6
- element.is_a?(String) ? element.encode : element
7
- end
8
-
9
5
  email_regex = /[^\s=\/?&]+(?:@|%40)[^\s=\/?&]+/
10
- url_without_pii = utf_encode(request.original_url.gsub(email_regex, '[email]'))
11
- path_without_pii = utf_encode(request.fullpath.gsub(email_regex, '[email]'))
6
+ url_without_pii = request.original_url.gsub(email_regex, '[email]').encode
7
+ path_without_pii = request.fullpath.gsub(email_regex, '[email]').encode
12
8
 
13
9
  disable_ga4 ||= false
14
10
 
@@ -2,7 +2,6 @@
2
2
  add_gem_component_stylesheet("heading")
3
3
 
4
4
  brand ||= false
5
- lang = local_assigns[:lang].presence
6
5
  context ||= false
7
6
  context_locale ||= false
8
7
  context_inside ||= false
@@ -21,7 +21,6 @@
21
21
  product_name ||= nil
22
22
  show_cross_service_header ||= false
23
23
  draft_watermark ||= false
24
- show_search = local_assigns.include?(:show_search) ? local_assigns[:show_search] : true
25
24
  title ||= "GOV.UK - The best place to find government services and information"
26
25
 
27
26
  show_account_layout ||= false
@@ -12,7 +12,6 @@
12
12
 
13
13
  navigation_links_columns = t("components.layout_super_navigation_header.navigation_links_columns")
14
14
  navigation_menu_heading = t("components.layout_super_navigation_header.navigation_menu_heading")
15
- navigation_search_heading = t("components.layout_super_navigation_header.navigation_search_heading")
16
15
  navigation_search_subheading = t("components.layout_super_navigation_header.navigation_search_subheading")
17
16
  search_text = t("components.layout_super_navigation_header.search_text")
18
17
 
@@ -13,9 +13,6 @@
13
13
  inverse ||= false
14
14
  inverse_compress ||= false
15
15
 
16
- direction_class = ""
17
- direction_class = " direction-#{direction}" if local_assigns.include?(:direction)
18
-
19
16
  component_helper = GovukPublishingComponents::Presenters::ComponentWrapperHelper.new(local_assigns)
20
17
  component_helper.add_class("gem-c-metadata")
21
18
  component_helper.add_class("direction-#{direction}") if local_assigns.include?(:direction)
@@ -90,7 +90,6 @@
90
90
  <%= tag.div t('components.radio.or'), class: "govuk-radios__divider" %>
91
91
  <% else %>
92
92
  <%
93
- item_next = items[index + 1] unless index === items.size - 1
94
93
  label_id = item[:id] ? item[:id] : "#{id_prefix}-#{index}"
95
94
  label_hint_id = "label-hint-#{SecureRandom.hex(4)}" if item[:hint_text].present?
96
95
  conditional_id = "conditional-#{SecureRandom.hex(4)}" if item[:conditional].present?
@@ -775,13 +775,16 @@ examples:
775
775
  <li>three</li>
776
776
  </ul>
777
777
  legislative_lists:
778
+ description: Example taken from [GOV.UK Immigration rules](https://www.gov.uk/guidance/immigration-rules/immigration-rules-introduction)
778
779
  data:
779
780
  block: |
780
- <h2>ordered list:</h2>
781
781
  <ol class="legislative-list">
782
- <li>one</li>
783
- <li>two</li>
784
- <li>three</li>
782
+ <li>6.2. In these rules:
783
+ <ol>
784
+ <li>(a) references to primary and secondary legislation refers to that legislation as amended from time to time; and</li>
785
+ <li>(b) unless the contrary intention appears, the following definitions apply:</li>
786
+ </ol>
787
+ </li>
785
788
  </ol>
786
789
  nested_lists:
787
790
  data:
@@ -59,7 +59,6 @@ examples:
59
59
  navigation:
60
60
  description: Passes the navigation through to the [header component](/component-guide/layout_header/).
61
61
  data:
62
- show_search: false
63
62
  navigation_items:
64
63
  - text: Navigation item 1
65
64
  href: "item-1"
@@ -1,7 +1,3 @@
1
- <%
2
- absolute_links_helper = GovukPublishingComponents::Presenters::AbsoluteLinksHelper.new()
3
- %>
4
-
5
1
  <div id="page-is-not-useful" class="gem-c-feedback__form gem-c-feedback__form--email gem-c-feedback__js-show js-feedback-form">
6
2
  <div class="govuk-grid-row">
7
3
  <div class="govuk-grid-column-two-thirds" id="survey-wrapper">
@@ -125,7 +125,6 @@ ar:
125
125
  label:
126
126
  navigation_links_columns:
127
127
  navigation_menu_heading:
128
- navigation_search_heading:
129
128
  navigation_search_subheading:
130
129
  search_text:
131
130
  metadata:
@@ -122,7 +122,6 @@ az:
122
122
  label:
123
123
  navigation_links_columns:
124
124
  navigation_menu_heading:
125
- navigation_search_heading:
126
125
  navigation_search_subheading:
127
126
  search_text:
128
127
  metadata:
@@ -128,7 +128,6 @@ be:
128
128
  label:
129
129
  navigation_links_columns:
130
130
  navigation_menu_heading:
131
- navigation_search_heading:
132
131
  navigation_search_subheading:
133
132
  search_text:
134
133
  metadata:
@@ -126,7 +126,6 @@ bg:
126
126
  label:
127
127
  navigation_links_columns:
128
128
  navigation_menu_heading:
129
- navigation_search_heading:
130
129
  navigation_search_subheading:
131
130
  search_text:
132
131
  metadata:
@@ -123,7 +123,6 @@ bn:
123
123
  label:
124
124
  navigation_links_columns:
125
125
  navigation_menu_heading:
126
- navigation_search_heading:
127
126
  navigation_search_subheading:
128
127
  search_text:
129
128
  metadata:
@@ -127,7 +127,6 @@ cs:
127
127
  label:
128
128
  navigation_links_columns:
129
129
  navigation_menu_heading:
130
- navigation_search_heading:
131
130
  navigation_search_subheading:
132
131
  search_text:
133
132
  metadata:
@@ -126,7 +126,6 @@ cy:
126
126
  label:
127
127
  navigation_links_columns:
128
128
  navigation_menu_heading:
129
- navigation_search_heading:
130
129
  navigation_search_subheading:
131
130
  search_text:
132
131
  metadata:
@@ -123,7 +123,6 @@ da:
123
123
  label:
124
124
  navigation_links_columns:
125
125
  navigation_menu_heading:
126
- navigation_search_heading:
127
126
  navigation_search_subheading:
128
127
  search_text:
129
128
  metadata:
@@ -126,7 +126,6 @@ de:
126
126
  label:
127
127
  navigation_links_columns:
128
128
  navigation_menu_heading:
129
- navigation_search_heading:
130
129
  navigation_search_subheading:
131
130
  search_text:
132
131
  metadata:
@@ -124,7 +124,6 @@ dr:
124
124
  label:
125
125
  navigation_links_columns:
126
126
  navigation_menu_heading:
127
- navigation_search_heading:
128
127
  navigation_search_subheading:
129
128
  search_text:
130
129
  metadata:
@@ -122,7 +122,6 @@ el:
122
122
  label:
123
123
  navigation_links_columns:
124
124
  navigation_menu_heading:
125
- navigation_search_heading:
126
125
  navigation_search_subheading:
127
126
  search_text:
128
127
  metadata:
@@ -229,7 +229,6 @@ en:
229
229
  href: "/search/transparency-and-freedom-of-information-releases"
230
230
  description: Data, Freedom of Information releases and corporate reports
231
231
  navigation_menu_heading: Navigation menu
232
- navigation_search_heading: Search and popular pages
233
232
  navigation_search_subheading: Search
234
233
  search_text: Search GOV.UK
235
234
  metadata:
@@ -245,20 +244,20 @@ en:
245
244
  notice:
246
245
  banner_title: Important
247
246
  option_select:
248
- found_single: option found
249
247
  found_multiple: options found
248
+ found_single: option found
250
249
  selected: selected
251
250
  organisation_schema:
252
251
  all_content_search_description: Find all content from %{organisation}
253
252
  password_input:
254
- label: Password
255
253
  button: Show
256
- button_hide: Hide
257
- button_aria_label: Show password
258
254
  button_aria_hide_label: Hide password
259
- password_shown_announcement: Your password is visible
260
- password_hidden_announcement: Your password is hidden
255
+ button_aria_label: Show password
256
+ button_hide: Hide
261
257
  error_text_prefix: Error
258
+ label: Password
259
+ password_hidden_announcement: Your password is hidden
260
+ password_shown_announcement: Your password is visible
262
261
  previous_and_next_navigation:
263
262
  next: Next
264
263
  pagination: Pagination
@@ -122,11 +122,10 @@ es-419:
122
122
  label:
123
123
  navigation_links_columns:
124
124
  navigation_menu_heading:
125
- navigation_search_heading:
126
125
  navigation_search_subheading:
127
126
  search_text:
128
127
  metadata:
129
- and: y
128
+ and: "y"
130
129
  from: Desde
131
130
  history: Historial
132
131
  last_updated: Última actualización
@@ -122,11 +122,10 @@ es:
122
122
  label:
123
123
  navigation_links_columns:
124
124
  navigation_menu_heading:
125
- navigation_search_heading:
126
125
  navigation_search_subheading:
127
126
  search_text:
128
127
  metadata:
129
- and: y
128
+ and: "y"
130
129
  from: Desde
131
130
  history: Historial
132
131
  last_updated: Última actualización
@@ -125,7 +125,6 @@ et:
125
125
  label:
126
126
  navigation_links_columns:
127
127
  navigation_menu_heading:
128
- navigation_search_heading:
129
128
  navigation_search_subheading:
130
129
  search_text:
131
130
  metadata:
@@ -121,7 +121,6 @@ fa:
121
121
  label:
122
122
  navigation_links_columns:
123
123
  navigation_menu_heading:
124
- navigation_search_heading:
125
124
  navigation_search_subheading:
126
125
  search_text:
127
126
  metadata:
@@ -124,7 +124,6 @@ fi:
124
124
  label:
125
125
  navigation_links_columns:
126
126
  navigation_menu_heading:
127
- navigation_search_heading:
128
127
  navigation_search_subheading:
129
128
  search_text:
130
129
  metadata:
@@ -122,7 +122,6 @@ fr:
122
122
  label:
123
123
  navigation_links_columns:
124
124
  navigation_menu_heading:
125
- navigation_search_heading:
126
125
  navigation_search_subheading:
127
126
  search_text:
128
127
  metadata:
@@ -124,7 +124,6 @@ gd:
124
124
  label:
125
125
  navigation_links_columns:
126
126
  navigation_menu_heading:
127
- navigation_search_heading:
128
127
  navigation_search_subheading:
129
128
  search_text:
130
129
  metadata:
@@ -122,7 +122,6 @@ gu:
122
122
  label:
123
123
  navigation_links_columns:
124
124
  navigation_menu_heading:
125
- navigation_search_heading:
126
125
  navigation_search_subheading:
127
126
  search_text:
128
127
  metadata:
@@ -122,7 +122,6 @@ he:
122
122
  label:
123
123
  navigation_links_columns:
124
124
  navigation_menu_heading:
125
- navigation_search_heading:
126
125
  navigation_search_subheading:
127
126
  search_text:
128
127
  metadata:
@@ -122,7 +122,6 @@ hi:
122
122
  label:
123
123
  navigation_links_columns:
124
124
  navigation_menu_heading:
125
- navigation_search_heading:
126
125
  navigation_search_subheading:
127
126
  search_text:
128
127
  metadata:
@@ -123,7 +123,6 @@ hr:
123
123
  label:
124
124
  navigation_links_columns:
125
125
  navigation_menu_heading:
126
- navigation_search_heading:
127
126
  navigation_search_subheading:
128
127
  search_text:
129
128
  metadata:
@@ -125,7 +125,6 @@ hu:
125
125
  label:
126
126
  navigation_links_columns:
127
127
  navigation_menu_heading:
128
- navigation_search_heading:
129
128
  navigation_search_subheading:
130
129
  search_text:
131
130
  metadata:
@@ -126,7 +126,6 @@ hy:
126
126
  label:
127
127
  navigation_links_columns:
128
128
  navigation_menu_heading:
129
- navigation_search_heading:
130
129
  navigation_search_subheading:
131
130
  search_text:
132
131
  metadata:
@@ -122,7 +122,6 @@ id:
122
122
  label:
123
123
  navigation_links_columns:
124
124
  navigation_menu_heading:
125
- navigation_search_heading:
126
125
  navigation_search_subheading:
127
126
  search_text:
128
127
  metadata:
@@ -122,7 +122,6 @@ is:
122
122
  label:
123
123
  navigation_links_columns:
124
124
  navigation_menu_heading:
125
- navigation_search_heading:
126
125
  navigation_search_subheading:
127
126
  search_text:
128
127
  metadata:
@@ -122,7 +122,6 @@ it:
122
122
  label:
123
123
  navigation_links_columns:
124
124
  navigation_menu_heading:
125
- navigation_search_heading:
126
125
  navigation_search_subheading:
127
126
  search_text:
128
127
  metadata:
@@ -118,7 +118,6 @@ ja:
118
118
  label:
119
119
  navigation_links_columns:
120
120
  navigation_menu_heading:
121
- navigation_search_heading:
122
121
  navigation_search_subheading:
123
122
  search_text:
124
123
  metadata:
@@ -125,7 +125,6 @@ ka:
125
125
  label:
126
126
  navigation_links_columns:
127
127
  navigation_menu_heading:
128
- navigation_search_heading:
129
128
  navigation_search_subheading:
130
129
  search_text:
131
130
  metadata:
@@ -122,7 +122,6 @@ kk:
122
122
  label:
123
123
  navigation_links_columns:
124
124
  navigation_menu_heading:
125
- navigation_search_heading:
126
125
  navigation_search_subheading:
127
126
  search_text:
128
127
  metadata:
@@ -117,7 +117,6 @@ ko:
117
117
  label:
118
118
  navigation_links_columns:
119
119
  navigation_menu_heading:
120
- navigation_search_heading:
121
120
  navigation_search_subheading:
122
121
  search_text:
123
122
  metadata:
@@ -127,7 +127,6 @@ lt:
127
127
  label:
128
128
  navigation_links_columns:
129
129
  navigation_menu_heading:
130
- navigation_search_heading:
131
130
  navigation_search_subheading:
132
131
  search_text:
133
132
  metadata:
@@ -126,7 +126,6 @@ lv:
126
126
  label:
127
127
  navigation_links_columns:
128
128
  navigation_menu_heading:
129
- navigation_search_heading:
130
129
  navigation_search_subheading:
131
130
  search_text:
132
131
  metadata:
@@ -121,7 +121,6 @@ ms:
121
121
  label:
122
122
  navigation_links_columns:
123
123
  navigation_menu_heading:
124
- navigation_search_heading:
125
124
  navigation_search_subheading:
126
125
  search_text:
127
126
  metadata:
@@ -124,7 +124,6 @@ mt:
124
124
  label:
125
125
  navigation_links_columns:
126
126
  navigation_menu_heading:
127
- navigation_search_heading:
128
127
  navigation_search_subheading:
129
128
  search_text:
130
129
  metadata:
@@ -122,7 +122,6 @@ nl:
122
122
  label:
123
123
  navigation_links_columns:
124
124
  navigation_menu_heading:
125
- navigation_search_heading:
126
125
  navigation_search_subheading:
127
126
  search_text:
128
127
  metadata:
@@ -122,7 +122,6 @@
122
122
  label:
123
123
  navigation_links_columns:
124
124
  navigation_menu_heading:
125
- navigation_search_heading:
126
125
  navigation_search_subheading:
127
126
  search_text:
128
127
  metadata:
@@ -118,7 +118,6 @@ pa-pk:
118
118
  label:
119
119
  navigation_links_columns:
120
120
  navigation_menu_heading:
121
- navigation_search_heading:
122
121
  navigation_search_subheading:
123
122
  search_text:
124
123
  metadata:
@@ -122,7 +122,6 @@ pa:
122
122
  label:
123
123
  navigation_links_columns:
124
124
  navigation_menu_heading:
125
- navigation_search_heading:
126
125
  navigation_search_subheading:
127
126
  search_text:
128
127
  metadata: