diff --git a/.github/workflows/_prototype-kit-test.yml b/.github/workflows/_prototype-kit-test.yml index c636d1b1..309b0a7d 100644 --- a/.github/workflows/_prototype-kit-test.yml +++ b/.github/workflows/_prototype-kit-test.yml @@ -37,6 +37,7 @@ jobs: echo -e "{% from \"nationalarchives/components/breadcrumbs/macro.njk\" import tnaBreadcrumbs %}\n$(cat prototype/app/views/index.html)" > prototype/app/views/index.html && echo -e "{% from \"nationalarchives/components/button/macro.njk\" import tnaButton %}\n$(cat prototype/app/views/index.html)" > prototype/app/views/index.html && echo -e "{% from \"nationalarchives/components/card/macro.njk\" import tnaCard %}\n$(cat prototype/app/views/index.html)" > prototype/app/views/index.html && + echo -e "{% from \"nationalarchives/components/cookie-banner/macro.njk\" import tnaCookieBanner %}\n$(cat prototype/app/views/index.html)" > prototype/app/views/index.html && echo -e "{% from \"nationalarchives/components/filters/macro.njk\" import tnaFilters %}\n$(cat prototype/app/views/index.html)" > prototype/app/views/index.html && echo -e "{% from \"nationalarchives/components/footer/macro.njk\" import tnaFooter %}\n$(cat prototype/app/views/index.html)" > prototype/app/views/index.html && echo -e "{% from \"nationalarchives/components/gallery/macro.njk\" import tnaGallery %}\n$(cat prototype/app/views/index.html)" > prototype/app/views/index.html && @@ -57,6 +58,7 @@ jobs: echo "{{ tnaBreadcrumbs({}) }}" >> prototype/app/views/index.html && echo "{{ tnaButton({text:\"I am a button\",url:\"#\"}) }}" >> prototype/app/views/index.html && echo "{{ tnaCard({}) }}" >> prototype/app/views/index.html && + echo "{{ tnaCookieBanner({}) }}" >> prototype/app/views/index.html && echo "{{ tnaFilters({}) }}" >> prototype/app/views/index.html && echo "{{ tnaFooter({}) }}" >> prototype/app/views/index.html && echo "{{ tnaGallery({}) }}" >> prototype/app/views/index.html && diff --git a/.storybook/preview.js b/.storybook/preview.js index a9fbe3ea..b3b508b2 100644 --- a/.storybook/preview.js +++ b/.storybook/preview.js @@ -29,4 +29,7 @@ export const parameters = { cellAmount: 4, }, }, + controls: { + expanded: true, + }, }; diff --git a/CHANGELOG.md b/CHANGELOG.md index 6df0e0b5..9f4b3fe2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,12 +15,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Button elements can be `` or `