halstack-react
halstack-react copied to clipboard
Library of components for building SPAs with React and Halstack Design System
**Describe the bug** Padding-top value of the table cells is incorrect, it is 14px when the value has to be a multiple of 4. 
Sidenav links are using 1.2rem for spacing, but that value does not match our design guidelines.
There are some inconsistencies between the specs and the implementation: - [ ] The `font size` of the label is 12 px. It should be changed to `14px` as indicated...
In the component [specifications](https://developer.dxc.com/halstack/next/components/nav-tabs/specifications/) and the design kit, the padding has a value of `0.5rem` / `8px`:  But, in the actual implementation, the value is `0.375rem` / `6px`. We...
Wrong input in [Slider specifications](https://developer.dxc.com/halstack/10/components/slider/specifications/). 
For consistency purposes, the `border-radius` of the Link component is `2px` and we want to update it to `4px`. This is its value in most of our components. So, the...
In both [Select](https://developer.dxc.com/halstack/10/components/select/specifications/#states-select-input) and [Text Input](https://developer.dxc.com/halstack/10/components/text-input/specifications/#specifications) documentation pages, there are some specification images with a `#ffffff` background color. This is wrong since every input has a transparent background color (unless...
We should unify the name of the prop to determine when a component is in overlay mode for the dialog, progress bar, alert, and spinner. Actually we have a prop...
## Epic description Some of the following tasks should be completed in order to update the checkbox component: * Remove material * Remove required status and add `optional` prop *...