govuk_publishing_components 27.19.0 → 28.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (108) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/govuk_publishing_components/analytics/custom-dimensions.js +2 -20
  3. data/app/assets/javascripts/govuk_publishing_components/analytics/download-link-tracker.js +21 -16
  4. data/app/assets/javascripts/govuk_publishing_components/analytics/external-link-tracker.js +46 -32
  5. data/app/assets/javascripts/govuk_publishing_components/analytics/google-analytics-universal-tracker.js +20 -7
  6. data/app/assets/javascripts/govuk_publishing_components/analytics/mailto-link-tracker.js +22 -17
  7. data/app/assets/javascripts/govuk_publishing_components/analytics/static-analytics.js +4 -4
  8. data/app/assets/javascripts/govuk_publishing_components/analytics.js +1 -1
  9. data/app/assets/javascripts/govuk_publishing_components/components/feedback.js +18 -18
  10. data/app/assets/javascripts/govuk_publishing_components/components/metadata.js +27 -0
  11. data/app/assets/javascripts/govuk_publishing_components/lib/extend-object.js +22 -0
  12. data/app/assets/stylesheets/govuk_publishing_components/_all_components.scss +1 -2
  13. data/app/assets/stylesheets/govuk_publishing_components/components/_feedback.scss +8 -37
  14. data/app/assets/stylesheets/govuk_publishing_components/components/_signup-link.scss +34 -0
  15. data/app/assets/stylesheets/govuk_publishing_components/components/helpers/_markdown-typography.scss +6 -0
  16. data/app/views/govuk_publishing_components/components/_big_number.html.erb +10 -4
  17. data/app/views/govuk_publishing_components/components/_metadata.html.erb +2 -2
  18. data/app/views/govuk_publishing_components/components/_signup_link.html.erb +30 -0
  19. data/app/views/govuk_publishing_components/components/docs/accordion.yml +31 -25
  20. data/app/views/govuk_publishing_components/components/docs/big_number.yml +6 -0
  21. data/app/views/govuk_publishing_components/components/docs/feedback.yml +5 -0
  22. data/app/views/govuk_publishing_components/components/docs/input.yml +1 -1
  23. data/app/views/govuk_publishing_components/components/docs/signup_link.yml +39 -0
  24. data/app/views/govuk_publishing_components/components/docs/success_alert.yml +1 -1
  25. data/app/views/govuk_publishing_components/components/docs/tabs.yml +2 -2
  26. data/app/views/govuk_publishing_components/components/feedback/_problem_form.html.erb +9 -6
  27. data/app/views/govuk_publishing_components/components/feedback/_survey_signup_form.html.erb +4 -3
  28. data/app/views/govuk_publishing_components/components/feedback/_yes_no_banner.html.erb +9 -7
  29. data/config/locales/ar.yml +0 -8
  30. data/config/locales/az.yml +0 -8
  31. data/config/locales/be.yml +0 -8
  32. data/config/locales/bg.yml +0 -8
  33. data/config/locales/bn.yml +0 -8
  34. data/config/locales/cs.yml +0 -8
  35. data/config/locales/cy.yml +0 -8
  36. data/config/locales/da.yml +0 -8
  37. data/config/locales/de.yml +0 -8
  38. data/config/locales/dr.yml +0 -8
  39. data/config/locales/el.yml +0 -8
  40. data/config/locales/en.yml +0 -10
  41. data/config/locales/es-419.yml +0 -8
  42. data/config/locales/es.yml +0 -8
  43. data/config/locales/et.yml +0 -8
  44. data/config/locales/fa.yml +0 -8
  45. data/config/locales/fi.yml +0 -8
  46. data/config/locales/fr.yml +0 -8
  47. data/config/locales/gd.yml +0 -8
  48. data/config/locales/gu.yml +0 -8
  49. data/config/locales/he.yml +0 -8
  50. data/config/locales/hi.yml +0 -8
  51. data/config/locales/hr.yml +0 -8
  52. data/config/locales/hu.yml +0 -8
  53. data/config/locales/hy.yml +0 -8
  54. data/config/locales/id.yml +0 -8
  55. data/config/locales/is.yml +0 -8
  56. data/config/locales/it.yml +0 -8
  57. data/config/locales/ja.yml +0 -8
  58. data/config/locales/ka.yml +0 -8
  59. data/config/locales/kk.yml +0 -8
  60. data/config/locales/ko.yml +0 -8
  61. data/config/locales/lt.yml +0 -8
  62. data/config/locales/lv.yml +0 -8
  63. data/config/locales/ms.yml +0 -8
  64. data/config/locales/mt.yml +0 -8
  65. data/config/locales/nl.yml +0 -8
  66. data/config/locales/no.yml +0 -8
  67. data/config/locales/pa-pk.yml +0 -8
  68. data/config/locales/pa.yml +0 -8
  69. data/config/locales/pl.yml +0 -8
  70. data/config/locales/ps.yml +0 -8
  71. data/config/locales/pt.yml +0 -8
  72. data/config/locales/ro.yml +0 -8
  73. data/config/locales/ru.yml +0 -8
  74. data/config/locales/si.yml +0 -8
  75. data/config/locales/sk.yml +0 -8
  76. data/config/locales/sl.yml +0 -8
  77. data/config/locales/so.yml +0 -8
  78. data/config/locales/sq.yml +0 -8
  79. data/config/locales/sr.yml +0 -8
  80. data/config/locales/sv.yml +0 -8
  81. data/config/locales/sw.yml +0 -8
  82. data/config/locales/ta.yml +0 -8
  83. data/config/locales/th.yml +0 -8
  84. data/config/locales/tk.yml +0 -8
  85. data/config/locales/tr.yml +0 -8
  86. data/config/locales/uk.yml +0 -8
  87. data/config/locales/ur.yml +0 -8
  88. data/config/locales/uz.yml +0 -8
  89. data/config/locales/vi.yml +0 -8
  90. data/config/locales/zh-hk.yml +0 -8
  91. data/config/locales/zh-tw.yml +0 -8
  92. data/config/locales/zh.yml +0 -8
  93. data/lib/govuk_publishing_components/version.rb +1 -1
  94. data/lib/govuk_publishing_components.rb +0 -2
  95. metadata +7 -15
  96. data/app/assets/javascripts/govuk_publishing_components/analytics/scroll-tracker.js +0 -237
  97. data/app/assets/stylesheets/govuk_publishing_components/components/_highlight-boxes.scss +0 -84
  98. data/app/assets/stylesheets/govuk_publishing_components/components/_taxonomy-list.scss +0 -21
  99. data/app/views/govuk_publishing_components/components/_admin_analytics.html.erb +0 -20
  100. data/app/views/govuk_publishing_components/components/_government_navigation.html.erb +0 -86
  101. data/app/views/govuk_publishing_components/components/_highlight_boxes.html.erb +0 -47
  102. data/app/views/govuk_publishing_components/components/_taxonomy_list.html.erb +0 -30
  103. data/app/views/govuk_publishing_components/components/docs/admin_analytics.yml +0 -10
  104. data/app/views/govuk_publishing_components/components/docs/government_navigation.yml +0 -20
  105. data/app/views/govuk_publishing_components/components/docs/highlight_boxes.yml +0 -171
  106. data/app/views/govuk_publishing_components/components/docs/taxonomy_list.yml +0 -112
  107. data/lib/govuk_publishing_components/presenters/highlight_boxes_helper.rb +0 -13
  108. data/lib/govuk_publishing_components/presenters/taxonomy_list_helper.rb +0 -23
@@ -79,14 +79,6 @@ so:
79
79
  what_doing: Maxaad doonaysaa inuu laguu qabto?
80
80
  what_wrong: Maxaa qaldamay?
81
81
  'yes': Haa
82
- government_navigation:
83
- consultations: Latalino
84
- departments: Qaybo
85
- get-involved: Ku taxaluqa
86
- how-government-works: Siday dawladu u shaqaysaa
87
- news_and_communications: Warka iyo xidhiidhka
88
- statistics: Xisaabaadka
89
- worldwide: Dunidoo dhan
90
82
  layout_footer:
91
83
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Crown copyright</a>
92
84
  licence_html: Dhamaan qaybaha waxa laga heli karaa <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Open Government Licence v3.0</a>, except where otherwise stated
@@ -79,14 +79,6 @@ sq:
79
79
  what_doing: Cfare po bënit?
80
80
  what_wrong: Çfarë shkoi keq?
81
81
  'yes': Po
82
- government_navigation:
83
- consultations: Konsultimet
84
- departments: Departamentet
85
- get-involved: Përfshihu
86
- how-government-works: Si funksionon qeveria
87
- news_and_communications: Lajme dhe komunikime
88
- statistics: Statistika
89
- worldwide: Botërore
90
82
  layout_footer:
91
83
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Crown e drejta e autorit</a>
92
84
  licence_html: E gjithë përmbajtja është në dispozicion nën <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Licencën e Qeverisë së Hapur v3.0</a>, përveç rasteve kur thuhet ndryshe
@@ -81,14 +81,6 @@ sr:
81
81
  what_doing: Šta ste radili?
82
82
  what_wrong: Koji problem se javio?
83
83
  'yes': Da
84
- government_navigation:
85
- consultations: Konsultacije
86
- departments: Ministarstva
87
- get-involved: Uključite se
88
- how-government-works: Kako funkcioniše vlada
89
- news_and_communications: Vesti i komunikacija
90
- statistics: Statistika
91
- worldwide: Globalno
92
84
  layout_footer:
93
85
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Crown copyright</a>
94
86
  licence_html: Sav sadržaj je dostupan pod licencom <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Open Government Licence v3.0</a>, izuzev ako je drugačije naznačeno
@@ -79,14 +79,6 @@ sv:
79
79
  what_doing: Vad gjorde du?
80
80
  what_wrong: Vad gick fel?
81
81
  'yes': Ja
82
- government_navigation:
83
- consultations: Samråd
84
- departments: Avdelningar
85
- get-involved: Bli engagerad
86
- how-government-works: Hur regeringen fungerar
87
- news_and_communications: Nyheter och kommunikation
88
- statistics: Statistik
89
- worldwide: Globalt
90
82
  layout_footer:
91
83
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Crown copyright</a>
92
84
  licence_html: Allt innehåll är tillgängligt enligt <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Open Government Licence v3.0</a>, om inget annat anges
@@ -79,14 +79,6 @@ sw:
79
79
  what_doing: Ulikuwa unafanya nini?
80
80
  what_wrong: Tatizo lipi lililotokea?
81
81
  'yes': Ndiyo
82
- government_navigation:
83
- consultations: Mashauriano
84
- departments: Idara
85
- get-involved: Shiriki
86
- how-government-works: Jinsi serikali hufanya kazi
87
- news_and_communications: Habari na mawasiliano
88
- statistics: Takwimu
89
- worldwide: Kimataifa
90
82
  layout_footer:
91
83
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Hakimiliki ya Crown</a>
92
84
  licence_html: Maudhui yote yanapatikana chini ya <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Open Government Licence v3.0</a>, isipokuwa ibainishwe vinginevyo
@@ -80,14 +80,6 @@ ta:
80
80
  what_doing: நீங்கள் என்ன செய்து கொண்டிருந்தீர்கள்?
81
81
  what_wrong: என்ன தவறு நடந்தது?
82
82
  'yes': ஆம்
83
- government_navigation:
84
- consultations: கலந்தாய்வுகள்
85
- departments: துறைகள்
86
- get-involved: ஈடுபடுங்கள்
87
- how-government-works: அரசு எவ்வாறு இயங்குகிறது
88
- news_and_communications: செய்தி மற்றும் செய்தித் தொடர்பு
89
- statistics: புள்ளியியல்
90
- worldwide: உலகம் முழுவதும்
91
83
  layout_footer:
92
84
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Crown காப்புரிமை</a>
93
85
  licence_html: வேறுவகையில் குறிப்பிடப்படாதவரை அனைத்து உள்ளடக்கமும் <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Open Government Licence v3.0</a>-ன்கீழ் கிடைக்கிறது.
@@ -78,14 +78,6 @@ th:
78
78
  what_doing: คุณทำอะไรอยู่ในขณะนั้น
79
79
  what_wrong: มีสิ่งใดผิดปกติ
80
80
  'yes': ใช่
81
- government_navigation:
82
- consultations: การให้คำปรึกษา
83
- departments: หน่วยงานราชการ
84
- get-involved: เข้ามีส่วนร่วม
85
- how-government-works: รัฐบาลทำงานอย่างไร
86
- news_and_communications: ข่าวสารและการสื่อสาร
87
- statistics: สถิติ
88
- worldwide: ทั่วโลก
89
81
  layout_footer:
90
82
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">ลิขสิทธิ์ © Crown</a>
91
83
  licence_html: เนื้อหาทั้งหมดอยู่ภายใต้สัญญาอนุญาต <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Open Government License v3.0</a> ยกเว้นจะระบุไว้เป็นอย่างอื่น
@@ -80,14 +80,6 @@ tk:
80
80
  what_doing: Näme edýärdiňiz?
81
81
  what_wrong: Näme nädogry boldy?
82
82
  'yes': Hawa
83
- government_navigation:
84
- consultations: Maslahatlar
85
- departments: Bölümler
86
- get-involved: Goşulyş
87
- how-government-works: Hökümet nähili işleýär
88
- news_and_communications: Habarlar we aragatnaşyk
89
- statistics: Statistika
90
- worldwide: Bütin dünýä
91
83
  layout_footer:
92
84
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Crown awtorlyk hukugy</a>
93
85
  licence_html: Ähli mazmun <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Açyk hökümet ygtyýarnamasy v3.0-da görkezilen</a>, eger başgaça bellenilmedik bolsa
@@ -80,14 +80,6 @@ tr:
80
80
  what_doing: Ne yapmaktaydınız?
81
81
  what_wrong: Nasıl bir sorun oldu?
82
82
  'yes': Evet
83
- government_navigation:
84
- consultations: Danışmalar
85
- departments: Müdürlükler
86
- get-involved: Katılım sağlayın
87
- how-government-works: Devlet nasıl çalışır
88
- news_and_communications: Haber ve iletiler
89
- statistics: İstatistikler
90
- worldwide: Dünya geneli
91
83
  layout_footer:
92
84
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Crown copyright</a>
93
85
  licence_html: Aksi ifade edilmedikçe tüm içeriğe <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Open Government Licence v3.0</a> adresinden erişilebilir
@@ -86,14 +86,6 @@ uk:
86
86
  what_doing: Що ви робили?
87
87
  what_wrong: Що пішло не так?
88
88
  'yes': Так
89
- government_navigation:
90
- consultations: Консультації
91
- departments: Відділи
92
- get-involved: Взяти участь
93
- how-government-works: Як працює уряд
94
- news_and_communications: Новини та комунікації
95
- statistics: Статистика
96
- worldwide: Світова
97
89
  layout_footer:
98
90
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Crown copyright</a>
99
91
  licence_html: Весь вміст доступний за <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Відкритою державною ліцензією v3.0</a>, якщо не зазначено інше
@@ -76,14 +76,6 @@ ur:
76
76
  what_doing: آپ کیا کر رہے تھے؟
77
77
  what_wrong: کیا غلط ہوا؟
78
78
  'yes': جی ہاں
79
- government_navigation:
80
- consultations: مشاورتیں
81
- departments: محکمے
82
- get-involved: شامل ہوں
83
- how-government-works: حکومت کیسے کام کرتی ہے
84
- news_and_communications: خبریں اور مواصلات
85
- statistics: شماریات
86
- worldwide: دنیا بھر میں
87
79
  layout_footer:
88
80
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Crown کاپی رائٹ</a>
89
81
  licence_html: سوائے ان کے جنہیں بصورت دیگر بیان کیا گیا ہے، <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Open Government Licence v3.0</a> کے تحت تمام مواد دستیاب ہے
@@ -81,14 +81,6 @@ uz:
81
81
  what_doing: Сиз нима қилаётган эдингиз?
82
82
  what_wrong: Қандай хатолик бўлди?
83
83
  'yes': Ҳа
84
- government_navigation:
85
- consultations: Маслаҳатлар
86
- departments: Бўлимлар
87
- get-involved: Иштирок этмоқдаман
88
- how-government-works: Ҳукумат қандай ишлайди
89
- news_and_communications: Янгиликлар ва хабарлар
90
- statistics: Статистик маълумотлар
91
- worldwide: Бутун дунё бўйлаб
92
84
  layout_footer:
93
85
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Британия миллатлар ҳамдўстлигининг муаллифлик ҳуқуқи</a>
94
86
  licence_html: Бутун таркиб <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">“Очиқ давлат лицензияси, версия 3.0” дастурида эришимли</a>, агар бошқаси кўрсатилмаган бўлса
@@ -79,14 +79,6 @@ vi:
79
79
  what_doing: Bạn đang làm gì?
80
80
  what_wrong: Sự cố gì đã xảy ra?
81
81
  'yes': Có
82
- government_navigation:
83
- consultations: Tham vấn
84
- departments: Phòng ban
85
- get-involved: Tham gia
86
- how-government-works: Cách hoạt động của chính phủ
87
- news_and_communications: Tin tức và thông tin liên lạc
88
- statistics: Thống kê
89
- worldwide: Trên toàn thế giới
90
82
  layout_footer:
91
83
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Bản quyền Crown</a>
92
84
  licence_html: Tất cả nội dung đều có sẵn theo <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Giấy phép Chính phủ Mở pb3.0</a>, trừ khi có quy định khác
@@ -78,14 +78,6 @@ zh-hk:
78
78
  what_doing: 您剛才在做什麼?
79
79
  what_wrong: 出現什麼錯誤?
80
80
  'yes': 是
81
- government_navigation:
82
- consultations: 諮詢
83
- departments: 部門
84
- get-involved: 參與其中
85
- how-government-works: 政府如何運作
86
- news_and_communications: 新聞及通訊
87
- statistics: 統計數據
88
- worldwide: 全球範圍
89
81
  layout_footer:
90
82
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Crown 版權所有</a>
91
83
  licence_html: 除另有說明者外,所有內容均可在 <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Open Government Licence v3.0</a>獲取。
@@ -78,14 +78,6 @@ zh-tw:
78
78
  what_doing: 你做了什麼?
79
79
  what_wrong: 哪出錯了?
80
80
  'yes': 是的
81
- government_navigation:
82
- consultations: 諮詢
83
- departments: 部會
84
- get-involved: 參與其中
85
- how-government-works: 政府如何運作
86
- news_and_communications: 新聞和通訊
87
- statistics: 統計數據
88
- worldwide: 全世界
89
81
  layout_footer:
90
82
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Crown copyright</a>
91
83
  licence_html: 所有內容都具 <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">英國政府開放授權v3.0</a>,除非另有說明
@@ -78,14 +78,6 @@ zh:
78
78
  what_doing: 您在干什么?
79
79
  what_wrong: 发生了哪些错误?
80
80
  'yes': 是
81
- government_navigation:
82
- consultations: 咨询
83
- departments: 部门
84
- get-involved: 参与
85
- how-government-works: 政府如何运营
86
- news_and_communications: 新闻和通讯
87
- statistics: 统计数据
88
- worldwide: 全世界
89
81
  layout_footer:
90
82
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Crown版权所有</a>
91
83
  licence_html: 除另有说明外,所有内容均可在 <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">开放政府许可证第3.0版</a>获取
@@ -1,3 +1,3 @@
1
1
  module GovukPublishingComponents
2
- VERSION = "27.19.0".freeze
2
+ VERSION = "28.2.0".freeze
3
3
  end
@@ -31,8 +31,6 @@ require "govuk_publishing_components/presenters/contents_list_helper"
31
31
  require "govuk_publishing_components/presenters/image_card_helper"
32
32
  require "govuk_publishing_components/presenters/intervention_helper"
33
33
  require "govuk_publishing_components/presenters/organisation_logo_helper"
34
- require "govuk_publishing_components/presenters/highlight_boxes_helper"
35
- require "govuk_publishing_components/presenters/taxonomy_list_helper"
36
34
  require "govuk_publishing_components/presenters/single_page_notification_button_helper"
37
35
 
38
36
  require "govuk_publishing_components/app_helpers/taxon_breadcrumbs"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: govuk_publishing_components
3
3
  version: !ruby/object:Gem::Version
4
- version: 27.19.0
4
+ version: 28.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - GOV.UK Dev
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-12-20 00:00:00.000000000 Z
11
+ date: 2022-01-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: govuk_app_config
@@ -483,7 +483,6 @@ files:
483
483
  - app/assets/javascripts/govuk_publishing_components/analytics/page-content.js
484
484
  - app/assets/javascripts/govuk_publishing_components/analytics/pii.js
485
485
  - app/assets/javascripts/govuk_publishing_components/analytics/print-intent.js
486
- - app/assets/javascripts/govuk_publishing_components/analytics/scroll-tracker.js
487
486
  - app/assets/javascripts/govuk_publishing_components/analytics/static-analytics.js
488
487
  - app/assets/javascripts/govuk_publishing_components/analytics/track-click.js
489
488
  - app/assets/javascripts/govuk_publishing_components/analytics/track-select-change.js
@@ -501,6 +500,7 @@ files:
501
500
  - app/assets/javascripts/govuk_publishing_components/components/intervention.js
502
501
  - app/assets/javascripts/govuk_publishing_components/components/layout-header.js
503
502
  - app/assets/javascripts/govuk_publishing_components/components/layout-super-navigation-header.js
503
+ - app/assets/javascripts/govuk_publishing_components/components/metadata.js
504
504
  - app/assets/javascripts/govuk_publishing_components/components/modal-dialogue.js
505
505
  - app/assets/javascripts/govuk_publishing_components/components/print-link.js
506
506
  - app/assets/javascripts/govuk_publishing_components/components/radio.js
@@ -514,6 +514,7 @@ files:
514
514
  - app/assets/javascripts/govuk_publishing_components/lib.js
515
515
  - app/assets/javascripts/govuk_publishing_components/lib/cookie-functions.js
516
516
  - app/assets/javascripts/govuk_publishing_components/lib/current-location.js
517
+ - app/assets/javascripts/govuk_publishing_components/lib/extend-object.js
517
518
  - app/assets/javascripts/govuk_publishing_components/lib/govspeak/all.js
518
519
  - app/assets/javascripts/govuk_publishing_components/lib/govspeak/barchart-enhancement.js
519
520
  - app/assets/javascripts/govuk_publishing_components/lib/govspeak/magna-charta.js
@@ -568,7 +569,6 @@ files:
568
569
  - app/assets/stylesheets/govuk_publishing_components/components/_govspeak-html-publication.scss
569
570
  - app/assets/stylesheets/govuk_publishing_components/components/_govspeak.scss
570
571
  - app/assets/stylesheets/govuk_publishing_components/components/_heading.scss
571
- - app/assets/stylesheets/govuk_publishing_components/components/_highlight-boxes.scss
572
572
  - app/assets/stylesheets/govuk_publishing_components/components/_hint.scss
573
573
  - app/assets/stylesheets/govuk_publishing_components/components/_image-card.scss
574
574
  - app/assets/stylesheets/govuk_publishing_components/components/_input.scss
@@ -597,6 +597,7 @@ files:
597
597
  - app/assets/stylesheets/govuk_publishing_components/components/_select.scss
598
598
  - app/assets/stylesheets/govuk_publishing_components/components/_share-links.scss
599
599
  - app/assets/stylesheets/govuk_publishing_components/components/_show-password.scss
600
+ - app/assets/stylesheets/govuk_publishing_components/components/_signup-link.scss
600
601
  - app/assets/stylesheets/govuk_publishing_components/components/_single-page-notification-button.scss
601
602
  - app/assets/stylesheets/govuk_publishing_components/components/_skip-link.scss
602
603
  - app/assets/stylesheets/govuk_publishing_components/components/_step-by-step-nav-header.scss
@@ -607,7 +608,6 @@ files:
607
608
  - app/assets/stylesheets/govuk_publishing_components/components/_summary-list.scss
608
609
  - app/assets/stylesheets/govuk_publishing_components/components/_table.scss
609
610
  - app/assets/stylesheets/govuk_publishing_components/components/_tabs.scss
610
- - app/assets/stylesheets/govuk_publishing_components/components/_taxonomy-list.scss
611
611
  - app/assets/stylesheets/govuk_publishing_components/components/_textarea.scss
612
612
  - app/assets/stylesheets/govuk_publishing_components/components/_title.scss
613
613
  - app/assets/stylesheets/govuk_publishing_components/components/_translation-nav.scss
@@ -681,7 +681,6 @@ files:
681
681
  - app/views/govuk_publishing_components/component_guide/show.html.erb
682
682
  - app/views/govuk_publishing_components/components/_accordion.html.erb
683
683
  - app/views/govuk_publishing_components/components/_action_link.html.erb
684
- - app/views/govuk_publishing_components/components/_admin_analytics.html.erb
685
684
  - app/views/govuk_publishing_components/components/_attachment.html.erb
686
685
  - app/views/govuk_publishing_components/components/_attachment_link.html.erb
687
686
  - app/views/govuk_publishing_components/components/_back_link.html.erb
@@ -708,11 +707,9 @@ files:
708
707
  - app/views/govuk_publishing_components/components/_fieldset.html.erb
709
708
  - app/views/govuk_publishing_components/components/_file_upload.html.erb
710
709
  - app/views/govuk_publishing_components/components/_google_tag_manager_script.html.erb
711
- - app/views/govuk_publishing_components/components/_government_navigation.html.erb
712
710
  - app/views/govuk_publishing_components/components/_govspeak.html.erb
713
711
  - app/views/govuk_publishing_components/components/_govspeak_html_publication.html.erb
714
712
  - app/views/govuk_publishing_components/components/_heading.html.erb
715
- - app/views/govuk_publishing_components/components/_highlight_boxes.html.erb
716
713
  - app/views/govuk_publishing_components/components/_hint.html.erb
717
714
  - app/views/govuk_publishing_components/components/_image_card.html.erb
718
715
  - app/views/govuk_publishing_components/components/_input.html.erb
@@ -744,6 +741,7 @@ files:
744
741
  - app/views/govuk_publishing_components/components/_select.html.erb
745
742
  - app/views/govuk_publishing_components/components/_share_links.html.erb
746
743
  - app/views/govuk_publishing_components/components/_show_password.html.erb
744
+ - app/views/govuk_publishing_components/components/_signup_link.html.erb
747
745
  - app/views/govuk_publishing_components/components/_single_page_notification_button.html.erb
748
746
  - app/views/govuk_publishing_components/components/_skip_link.html.erb
749
747
  - app/views/govuk_publishing_components/components/_step_by_step_nav.html.erb
@@ -754,7 +752,6 @@ files:
754
752
  - app/views/govuk_publishing_components/components/_summary_list.html.erb
755
753
  - app/views/govuk_publishing_components/components/_table.html.erb
756
754
  - app/views/govuk_publishing_components/components/_tabs.html.erb
757
- - app/views/govuk_publishing_components/components/_taxonomy_list.html.erb
758
755
  - app/views/govuk_publishing_components/components/_textarea.html.erb
759
756
  - app/views/govuk_publishing_components/components/_title.html.erb
760
757
  - app/views/govuk_publishing_components/components/_translation_nav.html.erb
@@ -766,7 +763,6 @@ files:
766
763
  - app/views/govuk_publishing_components/components/contextual_sidebar/_covid_cta.html.erb
767
764
  - app/views/govuk_publishing_components/components/docs/accordion.yml
768
765
  - app/views/govuk_publishing_components/components/docs/action_link.yml
769
- - app/views/govuk_publishing_components/components/docs/admin_analytics.yml
770
766
  - app/views/govuk_publishing_components/components/docs/attachment.yml
771
767
  - app/views/govuk_publishing_components/components/docs/attachment_link.yml
772
768
  - app/views/govuk_publishing_components/components/docs/back_link.yml
@@ -793,11 +789,9 @@ files:
793
789
  - app/views/govuk_publishing_components/components/docs/fieldset.yml
794
790
  - app/views/govuk_publishing_components/components/docs/file_upload.yml
795
791
  - app/views/govuk_publishing_components/components/docs/google_tag_manager_script.yml
796
- - app/views/govuk_publishing_components/components/docs/government_navigation.yml
797
792
  - app/views/govuk_publishing_components/components/docs/govspeak.yml
798
793
  - app/views/govuk_publishing_components/components/docs/govspeak_html_publication.yml
799
794
  - app/views/govuk_publishing_components/components/docs/heading.yml
800
- - app/views/govuk_publishing_components/components/docs/highlight_boxes.yml
801
795
  - app/views/govuk_publishing_components/components/docs/hint.yml
802
796
  - app/views/govuk_publishing_components/components/docs/image_card.yml
803
797
  - app/views/govuk_publishing_components/components/docs/input.yml
@@ -829,6 +823,7 @@ files:
829
823
  - app/views/govuk_publishing_components/components/docs/select.yml
830
824
  - app/views/govuk_publishing_components/components/docs/share_links.yml
831
825
  - app/views/govuk_publishing_components/components/docs/show_password.yml
826
+ - app/views/govuk_publishing_components/components/docs/signup_link.yml
832
827
  - app/views/govuk_publishing_components/components/docs/single_page_notification_button.yml
833
828
  - app/views/govuk_publishing_components/components/docs/skip_link.yml
834
829
  - app/views/govuk_publishing_components/components/docs/step_by_step_nav.yml
@@ -839,7 +834,6 @@ files:
839
834
  - app/views/govuk_publishing_components/components/docs/summary_list.yml
840
835
  - app/views/govuk_publishing_components/components/docs/table.yml
841
836
  - app/views/govuk_publishing_components/components/docs/tabs.yml
842
- - app/views/govuk_publishing_components/components/docs/taxonomy_list.yml
843
837
  - app/views/govuk_publishing_components/components/docs/textarea.yml
844
838
  - app/views/govuk_publishing_components/components/docs/title.yml
845
839
  - app/views/govuk_publishing_components/components/docs/translation_nav.yml
@@ -951,7 +945,6 @@ files:
951
945
  - lib/govuk_publishing_components/presenters/curated_taxonomy_sidebar_links.rb
952
946
  - lib/govuk_publishing_components/presenters/devolved_nations_helper.rb
953
947
  - lib/govuk_publishing_components/presenters/heading_helper.rb
954
- - lib/govuk_publishing_components/presenters/highlight_boxes_helper.rb
955
948
  - lib/govuk_publishing_components/presenters/image_card_helper.rb
956
949
  - lib/govuk_publishing_components/presenters/intervention_helper.rb
957
950
  - lib/govuk_publishing_components/presenters/machine_readable/article_schema.rb
@@ -979,7 +972,6 @@ files:
979
972
  - lib/govuk_publishing_components/presenters/single_page_notification_button_helper.rb
980
973
  - lib/govuk_publishing_components/presenters/step_by_step_nav_helper.rb
981
974
  - lib/govuk_publishing_components/presenters/subscription_links_helper.rb
982
- - lib/govuk_publishing_components/presenters/taxonomy_list_helper.rb
983
975
  - lib/govuk_publishing_components/presenters/translation_nav_helper.rb
984
976
  - lib/govuk_publishing_components/version.rb
985
977
  - lib/tasks/govuk_publishing_components_tasks.rake