diff --git a/Gemfile.lock b/Gemfile.lock index 33c7df6e2..0f27e1767 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -164,7 +164,7 @@ GEM govuk_personalisation (0.16.0) plek (>= 1.9.0) rails (>= 6, < 8) - govuk_publishing_components (41.1.1) + govuk_publishing_components (42.0.0) govuk_app_config govuk_personalisation (>= 0.7.0) kramdown diff --git a/app/assets/stylesheets/components/_published-dates.scss b/app/assets/stylesheets/components/_published-dates.scss index 0a50c4330..7857060c3 100644 --- a/app/assets/stylesheets/components/_published-dates.scss +++ b/app/assets/stylesheets/components/_published-dates.scss @@ -9,7 +9,7 @@ .app-c-published-dates__toggle { display: none; - .js-enabled & { + .govuk-frontend-supported & { display: inline-block; } } @@ -41,7 +41,7 @@ border-top: 1px solid $govuk-border-colour; } -.js-enabled .app-c-published-dates .js-hidden { +.govuk-frontend-supported .app-c-published-dates .js-hidden { display: none; visibility: hidden; } diff --git a/app/assets/stylesheets/helpers/_sticky-element-container.scss b/app/assets/stylesheets/helpers/_sticky-element-container.scss index 5e9f47d85..db8597841 100644 --- a/app/assets/stylesheets/helpers/_sticky-element-container.scss +++ b/app/assets/stylesheets/helpers/_sticky-element-container.scss @@ -1,4 +1,4 @@ -.js-enabled .sticky-element { +.govuk-frontend-supported .sticky-element { position: absolute; bottom: 0; diff --git a/app/assets/stylesheets/views/_service_manual_guide.scss b/app/assets/stylesheets/views/_service_manual_guide.scss index 0521500e9..7b669ec8b 100644 --- a/app/assets/stylesheets/views/_service_manual_guide.scss +++ b/app/assets/stylesheets/views/_service_manual_guide.scss @@ -12,7 +12,7 @@ @import "../modules/sticky"; @import "../modules/typography"; -.js-enabled { +.govuk-frontend-supported { .app-change-history__past { &.govuk-list { // stylelint-disable-next-line max-nesting-depth diff --git a/app/assets/stylesheets/views/_worldwide-organisation.scss b/app/assets/stylesheets/views/_worldwide-organisation.scss index a60ecf2df..bcb013e31 100644 --- a/app/assets/stylesheets/views/_worldwide-organisation.scss +++ b/app/assets/stylesheets/views/_worldwide-organisation.scss @@ -3,7 +3,7 @@ margin-bottom: govuk-spacing(3); } -.js-enabled { +.govuk-frontend-supported { .worldwide-organisation-header { .show-other-content { all: inherit; diff --git a/app/views/development/index.html.erb b/app/views/development/index.html.erb index 402dca73b..24a0efd6f 100644 --- a/app/views/development/index.html.erb +++ b/app/views/development/index.html.erb @@ -9,7 +9,7 @@