diff --git a/src/Footer/Services/__snapshots__/Services.test.jsx.snap b/src/Footer/Services/__snapshots__/Services.test.jsx.snap index 0fa688f4..01fb565f 100644 --- a/src/Footer/Services/__snapshots__/Services.test.jsx.snap +++ b/src/Footer/Services/__snapshots__/Services.test.jsx.snap @@ -36,6 +36,20 @@ exports[`Services Matches snapshot 1`] = ` NICE Pathways +
  • + + Standards and indicators + +
  • diff --git a/src/Header/Nav/Dropdown/Components/Components.module.scss b/src/Header/Nav/Dropdown/Components/Components.module.scss index d391862b..1fe37cea 100644 --- a/src/Header/Nav/Dropdown/Components/Components.module.scss +++ b/src/Header/Nav/Dropdown/Components/Components.module.scss @@ -6,6 +6,10 @@ margin-left: 0; max-width: none; // To override max-width of 66ch set on lists padding: 0; + + li { + margin-bottom: rem($nds-spacing-small); + } } .alphabet { diff --git a/src/Header/Nav/Dropdown/Components/More.jsx b/src/Header/Nav/Dropdown/Components/More.jsx index e9860acb..d20e2c5f 100644 --- a/src/Header/Nav/Dropdown/Components/More.jsx +++ b/src/Header/Nav/Dropdown/Components/More.jsx @@ -6,7 +6,7 @@ export function More() { return (
    - +

    Evidence search

    Evidence search helps you make better, faster evidence-based @@ -15,32 +15,12 @@ export function More() { go.

    -

    - -

    Standards and indicators

    -

    - Quality standards set out the priority areas for quality improvement - in health and social care. They cover areas where there is variation - in care. Each standard gives you: -

    -
      -
    • a set of statements to help you
    • -
    • improve quality information on how to measure progress.
    • -
    -

    - -

    -
    - +

    Journals and databases

    Quick access to a range of journals and other evidence-based @@ -57,7 +37,7 @@ export function More() {

    + +

      +
    1. + + How we use quality standards + +
    2. +
    3. + + Timeline-quality standards development + +
    4. +
    5. + + Help develop quality standards + +
    6. +
    7. + + Selecting and prioritising quality standards topics + +
    8. +
    9. + + Quality standard topic library + +
    10. +
    11. + + Upcoming quality standards - forward planner + +
    12. +
    13. + + Measuring uptake of quality standards + +
    14. +
    +
    + +

    Indicators

    +

    + NICE indicators measure outcomes that reflect the quality of care, + or processes linked, by evidence, to improved outcomes. +

    + + +
      +
    1. + + How we develop indicators for the NICE menu (PDF) + +
    2. +
    3. + + Learn about the committee that develops indicators + +
    4. +
    5. + + New, updated and retired indicators: September 2020 (Word) + +
    6. +
    7. + + NICE indicator menu (Word) + +
    8. +
    9. + + Hypertension indicator pack (PowerPoint) + +
    10. +
    11. + + QOF indicator assessment report (PDF) + +
    12. +
    +
    +
    +
    + ); +} diff --git a/src/Header/Nav/Dropdown/Components/index.jsx b/src/Header/Nav/Dropdown/Components/index.jsx index e7dc868b..7ebf7796 100644 --- a/src/Header/Nav/Dropdown/Components/index.jsx +++ b/src/Header/Nav/Dropdown/Components/index.jsx @@ -1,4 +1,5 @@ export { Guidance } from "./Guidance"; export { More } from "./More"; +export { StandardsAndIndicators } from "./StandardsAndIndicators"; export { BNF } from "./BNF"; export { BNFc } from "./BNFc"; diff --git a/src/Header/Nav/Dropdown/Dropdown.jsx b/src/Header/Nav/Dropdown/Dropdown.jsx index b944eb93..42e51ebc 100644 --- a/src/Header/Nav/Dropdown/Dropdown.jsx +++ b/src/Header/Nav/Dropdown/Dropdown.jsx @@ -1,7 +1,8 @@ import React from "react"; import PropTypes from "prop-types"; import styles from "./Dropdown.module.scss"; -import { Guidance, More, BNF, BNFc } from "./Components/"; +import { Guidance, More, StandardsAndIndicators, BNF, BNFc } from "./Components/"; + import Remove from "@nice-digital/icons/lib/Remove"; export function Dropdown({ @@ -15,6 +16,7 @@ export function Dropdown({ const components = { Guidance: Guidance, More: More, + StandardsAndIndicators: StandardsAndIndicators, BNF: BNF, BNFc: BNFc, }; diff --git a/src/services.json b/src/services.json index a2bc490b..bb0cf97a 100644 --- a/src/services.json +++ b/src/services.json @@ -31,6 +31,13 @@ } ] }, + { + "href": "https://www.nice.org.uk/standards-and-indicators/", + "text": "Standards and indicators", + "id": "standards-and-indicators", + "dropdown": true, + "dropdownComponent": "StandardsAndIndicators" + }, { "href": "https://www.nice.org.uk/about/what-we-do/life-sciences", "text": "Life sciences",