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.
List inline is used internally, but there is no design for it. Should we keep it or just use it internally with a mixin?
Now that we have a roadmap for our skills and where everyone wants to improve, it's be great to discuss them and check for training and how we could work...
### Current PrimeNg Package Setup Our PrimeNg package currently uses an Angular setup that includes two projects: - The **styles-primeng library** which contains the actual PrimeNG styles - The **styles-primeng-showcase...
## 📄 Description This PR handles the follwing things: 1. It removes the `not-defined.scss` definition from the styles package. 2. It adds a global style output in the components package...
## 📄 Description The serial comma was not correct when 2 icons were changed. --- ## 📝 Checklist - ✅ My code follows the style guidelines of this project -...
## 📄 Description I noticed the `%btn-transparent-background` was never used so I removed it and cleaned up the other placeholder files to remove unnecessary imports. ## 🚀 Demo If applicable,...
### 🐞 Describe the bug Collapsibles in hidden (non-active) tabs throw an error. ### 🛠️ To Reproduce Steps to reproduce the behavior: Put accordions or collapsibles into a couple of...
### 🐞 Describe the bug The expandable elements in the documentation's arguments table are not focusable, therefore we can't see its content using keyboard navigation. The issue can be seen...
### 🐞 Describe the bug Radio buttons in arguments table of the documentation are wrapped in a div that has an `aria-readonly="false"` attribute. As stated in the [mdn web docs](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Reference/Attributes/aria-readonly),...
## 📄 Description This enables turbo to run on other commands like `pnpm bootstrap` as well because it's working at the local package level and not the global. Before, only...