feature/theme-support | theme support for six-root#441
Open
stefan-laux wants to merge 60 commits into
Open
Conversation
…ure/theme-support
davidemarcoli
force-pushed
the
feature/theme-support
branch
from
November 14, 2025 09:26
ddca14a to
f08aa11
Compare
…mode in documentation
stefan-laux
marked this pull request as ready for review
November 19, 2025 20:35
commit: |
…ure/theme-support # Conflicts: # .github/workflows/pkg.pr.new.yml
# Conflicts: # .github/workflows/pkg.pr.new.yml # docs/changelog.md # docs/components/component.tags.mts # docs/components/six-root.md # libraries/ui-library-angular/src/lib/stencil-generated/components.ts # libraries/ui-library-react/src/lib/stencil-generated/components.ts # libraries/ui-library/src/components/six-range/test/six-range.spec.tsx # libraries/ui-library/src/components/six-root/readme.md # libraries/ui-library/src/components/six-root/test/six-root.spec.tsx # package-lock.json
# Conflicts: # libraries/ui-library/src/components/six-breadcrumbs/six-breadcrumbs.tsx
Contributor
|
Minimum allowed coverage is Generated by 🐒 cobertura-action against 09137a7 |
# Conflicts: # .idea/inspectionProfiles/Project_Default.xml # libraries/ui-library/src/components.d.ts
… attribute Dark mode is now activated with data-six-theme="dark" on the root element, or automatically via prefers-color-scheme when no attribute is set. Dark token overrides moved from colors.css into a dedicated dark-theme.css and values aligned with the SIX dark mode design guidelines. six-root manages the attribute (instead of .theme-dark/.theme-light classes) and emits six-root-theme-change. six-theme-switcher now also works standalone by toggling the attribute directly and stays in sync with attribute and OS preference changes. Added a Dark Mode guide to the docs.
…ed sections The merge of main placed the dark mode entry under the released 5.5.0 section; it belongs under Upcoming. Also removed the theme support and ValidationService entries this branch had added to the already-released 5.4.0 section.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔗 Linked issue
❓ Type of change
📚 Description
Implemented theme support for the six-root component + new colors including dark mode.
These Colors are introduced in light.css and dark.css files. Colors are accepted by design team partially (i will get approval before merge).
📝 Checklist
mainbranchfix #xxx[,#xxx], where "xxx" is the issue number)If adding a new feature, the PR's description includes:
Other information:
not yet finished (its just a draft)