Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion COMPONENTS_INVENTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,5 +137,5 @@ This document provides a comprehensive inventory of all components, services, te

---

*Last updated: April 22, 2026*
*Last updated: May 5, 2026*
*Repository: [GetDKAN/cmsds-open-data-components](https://github.com/GetDKAN/cmsds-open-data-components)*
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@civicactions/cmsds-open-data-components",
"version": "4.1.5",
"version": "4.2.0",
"description": "Components for the open data catalog frontend using CMS Design System",
"main": "dist/main.js",
"source": "src/index.ts",
Expand Down
19 changes: 11 additions & 8 deletions src/templates/Header/header.scss
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
:root {
--mobile-nav-animation-time: 1s;
--main-nav-height: 6.25rem;
--header-bg-color: #{var(--color-primary)};
--header-bg-image: linear-gradient(90deg, var(--color-primary-darkest) 10%, var(--color-primary) 90%);
--header-nav-link--color: #{var(--color-white)};
--header-nav-link--mobile-color: #{var(--color-white)};
--header-mobile-bg-color: #{var(--color-gray-dark)};
--header-submenu--bg-color: #{var(--color-primary)};
--header-submenu--width: 333px; // This oddly specific width ensures that pagers on submenus with dataset listings have 24px width between them. See DatasetListSubmenu.tsx.
--header-nav-search--color: #{var(--color-white)};
--tag-line--color: #6f757c;
--tag-line--border-color: #6f757c;
--header-bg-image: none;
--header-bg-color: #f7f7f7;
--header-mobile-bg-color: var(--color-gray-dark);
--header-nav-icon-link--desktop-width: 240px;
--header-nav-icon-link--mobile-width: 240px;
--header-nav-link--color: var(--color-primary);
--header-nav-link--mobile-color: var(--color-white);
--header-nav-search--color: var(--color-primary);
--mobile-menu-button--color: var(--color-primary);
--header-submenu--bg-color: var(--color-white);
--header-submenu--width: 450px;
}

.dkan-c-main-navigation > div > div {
Expand Down