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.
### 🔮 Tokens #### New ```yml post.button-segmented.elements.gap.inline: post.device.spacing.gap.inline.8 ``` #### Changed ```yml post.button-segmented.elements.height: post.device.sizing.interactive.button.height.2 # OLD post.button-segmented.elements.height: post.device.sizing.interactive.button.height.3 # NEW ``` ### Tasks - [x] Add small consignment icon to...
## 📄 Description Please include a summary of the changes made in this PR. ## 🚀 Demo If applicable, please add a screenshot or video to illustrate the changes. ---...
Merge this PR to update the tokens in the main branch.
**This PR is on hold until after the v8 release is completed.** ## 📄 Description This PR fixes issue where disabled textareas are not scrollable in Chrome. The fix adds...
## 📄 Description This PR adds the target group html/css component with its documentation. ## 🚀 Demo If applicable, please add a screenshot or video to illustrate the changes. ---...
### 🐞 Describe the bug When a textarea is disabled, its floating label does not have a background. ### 🛠️ To Reproduce Steps to reproduce the behavior: 1. Go to...
## 📄 Description Some of the stories should only be shown when the docs are run locally. Up to now, they were just hidden from the navigation sidebar using css....
Bootstrap is currently preventing us from updating sass due to `@import` being used throughout the library. Once bootstrap is removed successfully, we're able to update sass again.
## 📄 Description Improved URL handling in `post-icon` component: I changed the order of which "sources" are used to determine the origin and the slug. Now the order is the...