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

Update `globalTokens` to match with Halstack core tokens #1601

Closed GomezIvann closed 1 year ago

GomezIvann commented 1 year ago

Our globalTokens in variables.ts are the implementational representation of the Halstack core tokens, which are used to give value to our theme inputs and help to build consistent component styles within Halstack principles. But, we are currently not following their naming conventions, and values and this makes it harder for us to keep track of the documentation updates.

To solve this problem, the task here is to update globalTokens to match Color core tokens and Spacing Core tokens.