design-system
design-system copied to clipboard
The Swiss Post Design System pattern library for a consistent and accessible user experience across the web platform.
Breaking changes with an Angular update prevent us from continuing to release v8. How can we release a new major version without touching main? ### Tasks - [x] Make sure...
## 📄 Description This PR addresses issue #5258 by replacing fake texts (latin lorem ipsum, esperanto, and other placeholder texts) with meaningful English content throughout the documentation. This change improves...
## 📄 Description This PR adds a new page 'Header with Custom Logo Link' under Guidelines, on how to use post-header logo with a custom link wrapper. ## 📝 Checklist...
## 📄 Description This PR initial goal was to fix non conformity with the https://www.w3.org/WAI/WCAG22/Understanding/label-in-name accessibility guideline. Instead of modifying the `aria-label` content this PR replaces the `aria-labels` set on...
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....
## 📄 Description This PR implements some basic e2e test for the new palettes integration. However, they are not complete, but are meant to stabilize the current implementation so that...
- [ ] Depends on #5343 ## 📄 Description Enhance deployment workflow security by: - Validating issue numbers and netlify configs - Sanitizing all user inputs before use - Using...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@angular-devkit/build-angular](https://redirect.github.com/angular/angular-cli) | [`19.2.0` -> `19.2.11`](https://renovatebot.com/diffs/npm/@angular-devkit%2fbuild-angular/19.2.0/19.2.11) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
The footer and the anchor navigation require accordion functionality, but only on certain breakpoints. Can we add a feature to the accordion that allows to specify on what breakpoints to...
What type of component should the drawer be? Web component or HTML/CSS component? If the latter, is it a dialog? ### Tasks - [ ] Do a POC using a...