Skip to content

feature/theme-support | theme support for six-root#441

Open
stefan-laux wants to merge 54 commits into
mainfrom
feature/theme-support
Open

feature/theme-support | theme support for six-root#441
stefan-laux wants to merge 54 commits into
mainfrom
feature/theme-support

Conversation

@stefan-laux
Copy link
Copy Markdown
Collaborator

🔗 Linked issue

❓ Type of change

  • 📖 Documentation (updates to the documentation, readme or JSdoc annotations)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • 👌 Enhancement (improving an existing functionality like performance)
  • ✨ New feature (a non-breaking change that adds functionality)
  • 🧹 Chore (updates to the build process or auxiliary tools and libraries)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to 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

  • I have linked an issue or discussion.
  • It's submitted to the main branch
  • When resolving a specific issue, it's referenced in the PR's title (e.g. fix #xxx[,#xxx], where "xxx" is the issue number)
  • I have updated the documentation accordingly.
  • All tests are passing
  • New/updated tests are included
  • I have updated the "upcoming" section inside docs/changelog.md explaining the changes I contributed

If adding a new feature, the PR's description includes:

  • [i stand above that 😂] A convincing reason for adding this feature (to avoid wasting your time, it's best to open a suggestion issue first and wait for approval before working on it)

Other information:
not yet finished (its just a draft)

stefan-laux and others added 27 commits November 13, 2025 12:24
@stefan-laux stefan-laux self-assigned this Nov 17, 2025
@pennal pennal added this to the v6.0.0 milestone Nov 19, 2025
@stefan-laux stefan-laux marked this pull request as ready for review November 19, 2025 20:35
@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Nov 20, 2025

Open in StackBlitz

npm i https://pkg.pr.new/six-group/six-webcomponents/@six-group/ui-library@441

commit: d21e3a9

@colinscz colinscz added the v6 label Nov 21, 2025
…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
@github-actions
Copy link
Copy Markdown
Contributor

File Coverage
All files 92%
www/build/src/components/six-breadcrumbs/six-breadcrumbs.tsx 83%
www/build/src/components/six-button/six-button.tsx 91%
www/build/src/components/six-checkbox/six-checkbox.tsx 93%
www/build/src/components/six-date/calendar-grid.ts 93%
www/build/src/components/six-date/six-date.tsx 96%
www/build/src/components/six-date/components/month-selection.tsx 90%
www/build/src/components/six-date/components/year-selection.tsx 91%
www/build/src/components/six-details/six-details.tsx 98%
www/build/src/components/six-dialog/six-dialog.tsx 98%
www/build/src/components/six-dropdown/six-dropdown.tsx 94%
www/build/src/components/six-error-page/six-error-page.tsx 90%
www/build/src/components/six-file-upload/six-file-upload.tsx 95%
www/build/src/components/six-group-label/six-group-label.tsx 83%
www/build/src/components/six-icon/six-icon.tsx 62%
www/build/src/components/six-icon-button/six-icon-button.tsx 90%
www/build/src/components/six-input/six-input.tsx 97%
www/build/src/components/six-item-picker/six-item-picker.tsx 99%
www/build/src/components/six-menu/six-menu.tsx 80%
www/build/src/components/six-menu-item/six-menu-item.tsx 99%
www/build/src/components/six-paginator/six-paginator.tsx 90%
www/build/src/components/six-picto/six-picto.tsx 66%
www/build/src/components/six-progress-ring/six-progress-ring.tsx 75%
www/build/src/components/six-range/six-range.tsx 92%
www/build/src/components/six-rating/six-rating.tsx 96%
www/build/src/components/six-root/six-root.tsx 74%
www/build/src/components/six-search-field/six-search-field.tsx 90%
www/build/src/components/six-select/six-select.tsx 88%
www/build/src/components/six-select/util.ts 75%
www/build/src/components/six-sidebar/six-sidebar.tsx 92%
www/build/src/components/six-sidebar-item-group/six-sidebar-item-group.tsx 95%
www/build/src/components/six-switch/six-switch.tsx 95%
www/build/src/components/six-tab/six-tab.tsx 91%
www/build/src/components/six-tab-group/six-tab-group.tsx 78%
www/build/src/components/six-textarea/six-textarea.tsx 87%
www/build/src/components/six-tile/six-tile.tsx 83%
www/build/src/components/six-tooltip/six-tooltip.tsx 94%
www/build/src/functional-components/form-control/form-control.tsx 89%
www/build/src/utils/animation.ts 88%
www/build/src/utils/error-messages.ts 84%
www/build/src/utils/event-listeners.ts 91%
www/build/src/utils/execution-control.ts 90%
www/build/src/utils/focus-visible.ts 83%
www/build/src/utils/icon.ts 92%
www/build/src/utils/modal.ts 75%
www/build/src/utils/popover.ts 83%
www/build/src/utils/scroll.ts 87%
www/build/src/utils/slot.ts 90%

Minimum allowed coverage is 0%

Generated by 🐒 cobertura-action against 924309c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants