You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
💥 Breaking changes
New token-based theming system based on a CSS-token architecture instead of a JSON structure. Check out our migration doc. 221322952298
All existing components have been updated with the new tokens architecture. Also to apply them correctly make sure to use the prop opinionatedTheme in the HalstackProvider instead of the previous theme prop.
<DxcHeading> weight prop type changed to light, default and regular. 2214
<DxcNavTabs>iconPosition prop default value changed to left. 2211
<DxcApplicationLayout.Header> new design and implementation. 2328
<DxcApplicationLayout.Footer> new design and implementation. 2326
<DxcApplicationLayout.Sidenav> new design and implementation. 2319
<DxcApplicationLayout> updated to match compound components redesigns; the prop logo has been moved from DxcApplicationLayout.Header and DxcApplicationLayout.Sidenav to DxcApplicationLayout. 23372356