Iván Gómez Pinta
Iván Gómez Pinta
**Describe the bug** In the documentation of the opinionated theme there's this info regarding the calculation of the Chip opinionated tokens:  But, if you go to the actual implementation,...
While implementing a fix for the Chip component I noticed that the tokens of the current implementation are not matching the ones established on the specifications page of the component....
Refactor Sidenav's current implementation as a `` element with `` and `` inside for Groups and Links. This will provide users with a more semantic HTML code. Other design systems...
We are currently only using our internal `DxcActionIcon` in the tables and the TextInput. I think we should consider the possibility of using it in other components where a very...
The current implementation and design of the Chip have some issues regarding accessibility and functional behaviour. We need to review this component and consider how we should proceed to make...
As @fredofm explains in the issue #1660, when you type: "1," -> the component transforms this value into "1". It can make sense because as you didn't type the fractional...
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...
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...
When clicking on a tertiary DxcButton, the active selector only applies its color when the pointer is out of the component, not when the mouse click is released. We need...