lyne-components
lyne-components copied to clipboard
Components for Lyne Design System
https://www.figma.com/design/9r6xSfNmEfCFxl1yFYedrj/Lyne-Components?node-id=44805-55260&node-type=frame&t=hHul00mOPLODOhRD-11
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/sbb-design-systems/lyne-components/blob/main/docs/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/sbb-design-systems/lyne-components/blob/main/docs/CODE_OF_CONDUCT.md) that this project adheres to. -...
We want to provide native form support for the sbb-file-selector. We cannot re-implement the native functionality for an ``, but we can mirror/emit the state from the inner input.
We want to provide native form support for the sbb-select. - selected items should be present in form data - disabling form / fieldset should be inherited - linking with...
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/sbb-design-systems/lyne-components/blob/main/docs/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/sbb-design-systems/lyne-components/blob/main/docs/CODE_OF_CONDUCT.md) that this project adheres to. -...
We want to provide native form support for our buttons. With type=submit, it should add value to form data when clicked. Maybe we can remove the logic for resolving the...
This PR adds a stylelint plugin to automatically change all relevant CSS properties to logical properties. Edited by @jeripeierSBB TODO: Wherever we write calculated CSS vars from Javascript (overlay positioning),...
Part of #1902 We should extract the button styles to mixins. The mixins should be divided into meaningful submixins and placed into buttons.scss. Ideally, the "main" button mixin combined with...