Iván Gómez Pinta

Results 18 issues of 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: ![image](https://github.com/dxc-technology/halstack-react/assets/44321109/218d52ae-a428-4327-afe2-fdd8654b3331) But, if you go to the actual implementation,...

bug
guidelines inconsistency
non-closable

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....

guidelines inconsistency
jira
non-closable

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...

enhancement
help wanted
jira
non-closable

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...

enhancement
non-closable

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...

enhancement
non-closable

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...

enhancement
jira
non-closable

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`: ![image](https://github.com/dxc-technology/halstack-react/assets/44321109/92690ed8-946a-47ef-a6ba-79d05ac2840d) But, in the actual implementation, the value is `0.375rem` / `6px`. We...

bug
guidelines inconsistency
jira
non-closable

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...

enhancement
jira
non-closable

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...

guidelines inconsistency
jira
non-closable

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...

bug
non-closable