Closed astrit closed 2 weeks ago
Based on the included changeset, the following releases will be published as a result of this PR:
Note: If unpublished changesets where merged to main
after the first commit of this PR, this
list will include those changes in addition to the ones specific to this PR.
This pull request includes changes to the
libs/core/src/tokens.style.ts
file to enhance theme support by adding styles for both light and dark themes.Enhancements to theme support:
libs/core/src/tokens.style.ts
: Added global styles for:root[gds-theme='light']
and:root[gds-theme='dark']
to support light and dark themes respectively.