govuk_publishing_components 55.0.0 → 55.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 532966284434b5003c9404473e6c44aeaa7222f0a5d79a5b463ea20ea7afb420
4
- data.tar.gz: 4db9c53579d833f627b2e32545a14fbd65defc5df96ac6f3af9c9111cd7e46dc
3
+ metadata.gz: 00edb5d25e23e74f551a4e86904f15149be137d0792b8e2b066d7af747fedbc5
4
+ data.tar.gz: f674647263528f6eba8ef3549d710093947d6650fb6fb66722a94faaf33d24b7
5
5
  SHA512:
6
- metadata.gz: bbd29a8b7db26faa0b0cb0e379bedf18b05133b8d4ea7c8ca16ccd9792cc46fee730d4986f2f69b261ac2a8f10d553d8990a3853e54e6251edfe68bbb04df1a6
7
- data.tar.gz: 6b02333dca16d573b0d1b373e8d0febe2f17bcf2a6c712fed6ae072c2b296675a499fd98709cc32532dd6590b25724e510175c723cea839605f9ecd5e1374eac
6
+ metadata.gz: 18b9cd1e21c514e57d5770348f4a9ce39a1e1a8282cd911666835f4818bd8cab79b8a3d8bbe5390346861870f3fcb3065cf028ed5952d2296099b24e3c51e452
7
+ data.tar.gz: a885507b322d134001ecc1e053af8dad5b224bf7553a222d474d728a4bb26824e550163bdc0a3ca3f757d8580328bfcb1b0778c38920334301c3a9205d97fefd
@@ -84,10 +84,6 @@ $after-button-padding-left: govuk-spacing(4);
84
84
  margin-top: -1px;
85
85
  position: relative;
86
86
 
87
- .lte-ie8 & {
88
- height: $black-bar-height;
89
- }
90
-
91
87
  [hidden] {
92
88
  display: none;
93
89
  }
@@ -132,10 +128,6 @@ $after-button-padding-left: govuk-spacing(4);
132
128
  width: 100%;
133
129
  }
134
130
 
135
- .gem-c-layout-super-navigation-header__navigation-toggle-wrapper {
136
- position: relative;
137
- }
138
-
139
131
  .gem-c-layout-super-navigation-header__navigation-item,
140
132
  .gem-c-layout-super-navigation-header__search-item {
141
133
  display: block;
@@ -379,17 +371,6 @@ $after-button-padding-left: govuk-spacing(4);
379
371
  display: none;
380
372
  }
381
373
 
382
- // Search and popular content dropdown.
383
- .gem-c-layout-super-navigation-header__search-and-popular {
384
- display: none;
385
- padding-bottom: govuk-spacing(4);
386
- padding-top: govuk-spacing(4);
387
-
388
- .js-module-initialised & {
389
- display: block;
390
- }
391
- }
392
-
393
374
  // Styles for top level navigation toggle button.
394
375
  .gem-c-layout-super-navigation-header__navigation-top-toggle-button {
395
376
  font-size: 16px;
@@ -405,9 +386,7 @@ $after-button-padding-left: govuk-spacing(4);
405
386
  position: relative;
406
387
  margin: 0;
407
388
  vertical-align: top;
408
- @include govuk-link-common;
409
- @include govuk-link-style-no-visited-state;
410
- @include govuk-link-style-no-underline;
389
+ @include govuk-typography-common($font-family: $govuk-font-family);
411
390
 
412
391
  &::after {
413
392
  @include pseudo-underline($left: $after-button-padding-left, $right: $after-button-padding-right);
@@ -705,14 +684,6 @@ $after-button-padding-left: govuk-spacing(4);
705
684
  border-color: $govuk-focus-colour;
706
685
  box-shadow: none;
707
686
  color: $govuk-focus-colour;
708
-
709
- // stylelint-disable max-nesting-depth
710
- @include govuk-media-query($from: 360px) {
711
- &::before {
712
- @include chevron($govuk-focus-colour, true);
713
- }
714
- }
715
- // stylelint-enable max-nesting-depth
716
687
  }
717
688
 
718
689
  @include focus-not-focus-visible {
@@ -780,16 +751,6 @@ $after-button-padding-left: govuk-spacing(4);
780
751
  }
781
752
  }
782
753
 
783
- // Dropdown menu description.
784
- .gem-c-layout-super-navigation-header__menu-description {
785
- display: none;
786
-
787
- @include govuk-media-query($from: "desktop") {
788
- display: block;
789
- padding: govuk-spacing(7) 0 govuk-spacing(7) 0;
790
- }
791
- }
792
-
793
754
  // Dropdown menu items.
794
755
  .gem-c-layout-super-navigation-header__dropdown-list-item {
795
756
  box-sizing: border-box;
@@ -890,25 +851,6 @@ $after-button-padding-left: govuk-spacing(4);
890
851
  }
891
852
  }
892
853
 
893
- // Popular links.
894
- .gem-c-layout-super-navigation-header__popular-item {
895
- position: relative;
896
- padding: govuk-spacing(1) 0;
897
- }
898
-
899
- .gem-c-layout-super-navigation-header__width-container {
900
- @include govuk-media-query($until: "desktop") {
901
- margin: 0;
902
- margin-top: govuk-spacing(6);
903
- }
904
-
905
- @include govuk-media-query($from: "desktop") {
906
- margin: 0 auto;
907
- max-width: 960px;
908
- padding: govuk-spacing(5);
909
- }
910
- }
911
-
912
854
  .gem-c-layout-super-navigation-header__column-header {
913
855
  font-size: 24px;
914
856
  }
@@ -21,5 +21,13 @@
21
21
  a {
22
22
  overflow-wrap: break-word;
23
23
  }
24
+
25
+ ol li:nth-of-type(99) ~ li {
26
+ margin-left: 11px;
27
+ }
28
+
29
+ ol li:nth-of-type(999) ~ li {
30
+ margin-left: 22px;
31
+ }
24
32
  }
25
33
  }
@@ -1,3 +1,3 @@
1
1
  module GovukPublishingComponents
2
- VERSION = "55.0.0".freeze
2
+ VERSION = "55.0.1".freeze
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: govuk_publishing_components
3
3
  version: !ruby/object:Gem::Version
4
- version: 55.0.0
4
+ version: 55.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - GOV.UK Dev
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-12 00:00:00.000000000 Z
10
+ date: 2025-03-14 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: govuk_app_config
@@ -2019,7 +2019,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
2019
2019
  - !ruby/object:Gem::Version
2020
2020
  version: '0'
2021
2021
  requirements: []
2022
- rubygems_version: 3.6.5
2022
+ rubygems_version: 3.6.6
2023
2023
  specification_version: 4
2024
2024
  summary: A gem to document components in GOV.UK frontend applications
2025
2025
  test_files: []