Martin
Martin
Die Samples in der Sample-App zu Buttons sollten ein granularere Stories aufgeteilt werden, die besser Wissen vermitteln und auch fokussierte Snapshot-Tests ermöglichen. Hierzu sollen einfach neben den aktuellen Sample, neue...
## Summary - replace the single-select clear icon with `KolButtonWc` so the control is exposed as a proper button - adjust the component styles to style the nested button element...
## Summary - add a generator that materialises Blazor component wrappers from the custom-elements metadata - hook the generator into the components build flow and clean up the generated directory...
This pull request introduces comprehensive testing infrastructure, code formatting, and configuration improvements to the `@public-ui/hydrate` adapter package, and adds a new `@public-ui/hydrate-server` package with full documentation, build, and linting setup....
## Summary - add Guidepup dependencies to the visual-tests package and update the workspace lockfile - conditionally merge the Guidepup Playwright configuration and introduce an NVDA navigation test - document...
## Summary - render the shared collapsible helper with / markup and icon/label slots - update kol-accordion and kol-details to use the new summary ref, focus handling, and BEM classes...
## Summary - migrate the popover implementation to call the native Popover API, wire `beforetoggle`/`toggle` events, and keep positioning in sync via Floating UI auto updates - attach document-level escape/click...
## Summary - prevent selection of disabled single-select options and skip them during keyboard navigation - expose disabled styling for custom suggestion items and add snapshots to cover it -...