salt-ds
salt-ds copied to clipboard
React UI components built with a focus on accessibility, customization and ease-of-use
Add bordered option like input / combo box Dev work in #3795
Follow design done by #3321. Spec: https://www.figma.com/design/nGyYwURvwapYwYUTlMXd7r/Dot-badge?node-id=1521-426&t=L2BThd8sZH3AQ9mf-1
https://www.figma.com/design/YVs0akocogiev3kZuqKZDW/System-Status?node-id=87-3211&t=u7sy5jHRJ1G0DYCx-0#848023029 ```[tasklist] ### Tasks - [x] Salt Next (Ben) - [ ] Salt 1 Light/Dark (Yun) ```
The following icons need to be updated to conform to new arrow heads: - `forward-` - `place-in` - `replay-` - `restore` - `swap` - `tear-out` Improve inconsistent design of 'user'...
Resolving this issue will add a Swap Content area beneath the title in the Banner component in the Salt (Next) figma library. ```[tasklist] ### Tasks - [x] Salt Next (Ben)...
### Package name(s) Core (@salt-ds/core) ### Package version(s) 1.28.0 ### Description In HD, overlay content will be overlapped with close button. And scroll bar will also overlay with close button....
**Task 1 (design + dev):** - Address #3514 **Task 2 (design):** Problem: Current use of accent is confusing. By default it is grey, but purpose of accent bar is to...
### Area UI Components ### The problem When passing 'data-testid' in `inputProps`. In satl-ds it gives TS error > TS2353: Object literal may only specify known properties, and '['data-testid']' does...
### Area UI Components ### The problem There isn't a way to pass additional attributes (e.g. classname) to the list (`.saltOptionList`) component from Dropdown or ComboBox. ### The solution Maybe...