dxc-technology / halstack-react

Library of components for building SPAs with React and Halstack Design System
https://developer.dxc.com/halstack/
Apache License 2.0
15 stars 14 forks source link

Several fixes in the Chip #1943

Closed raquelarrojo closed 5 months ago

raquelarrojo commented 5 months ago

Checklist (Check off all the items before submitting)

Description Several fixes in the chip component:

Snapshots Before the disabled affected the whole component: image

Now disabled only affects the icon with action:

image

Documentation will be updated in a separate PR after this one is merged.

Closes #1873 and #1707