fix(PageHeader): searchbox button padding, navbar hoogte en Storybook controls#146
Merged
jeffreylauwers merged 2 commits intomainfrom Apr 6, 2026
Merged
Conversation
… controls
- Zoekknop in masthead (large viewport) heeft nu correcte padding: SearchInput
wrapper krijgt flex:1 + max-inline-size:none zodat de button zijn natuurlijke
breedte en padding behoudt (zelfde patroon als dsn-page-header__search-inner)
- NavBar MenuLink-items op large viewport: min-block-size 4rem en
padding-inline var(--dsn-space-inline-xl) via token-overschrijving op
.dsn-page-header__navbar — calc()-compensatie voor current-indicator werkt mee
- Storybook: circulaire DocsPage import verwijderd (crash opgelost), argTypes
opgeschoond in drie categorieën: Gedrag / Slots / Events
- Token fix: --dsn-page-header-padding-inline gecorrigeerd naar
{dsn.space.inline.xl} (consistent met masthead en navbar)
- Docs: --dsn-page-header-search-panel-background-color gecorrigeerd naar
{dsn.color.accent-1.bg-default}
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
….21.1) - docs/03-components.md: PageHeader toegevoegd aan Navigation Components (props, features, CSS-klassen, design tokens, HTML/CSS + React usage) Componenttelling: 48 → 49, tests: 1248 → 1282, suites: 62 → 63 - README.md: PageHeader in navigatietabel, testcount bijgewerkt - docs/changelog.md: entries voor v5.21.0 (large viewport layout, PR #142) en v5.21.1 (zoekknop padding, navbar hoogte, token fix, PR #146) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
SearchInputwrapper in de masthead krijgtflex: 1+max-inline-size: nonezodat de Zoeken-knop zijn natuurlijke breedte en padding behoudt (zelfde patroon als het mobile zoekpaneel)min-block-size: 4remenpadding-inline: var(--dsn-space-inline-xl)op.dsn-page-header__navbarvia token-overschrijving; decalc()-compensatie voor de current-indicator werkt automatisch meeDocsPage-import verwijderd (loste crash op),argTypesgeherstructureerd in drie categorieën: Gedrag / Slots / Events--dsn-page-header-padding-inlinevan{dsn.space.row.md}naar{dsn.space.inline.xl}(consistent met masthead en navbar)--dsn-page-header-search-panel-background-colorwas{dsn.color.neutral.bg-subtle}, is{dsn.color.accent-1.bg-default}Test plan
pnpm test)🤖 Generated with Claude Code