EP-6631: Clean up rebrand styles for components Q-Z#877
Merged
Patrick DeVries (PatrickDeVries) merged 9 commits intomainfrom Jul 21, 2025
Merged
Conversation
🦋 Changeset detectedLatest commit: 92ca169 The changes in this PR will be included in the next version bump. This PR includes changesets to release 16 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
✅ Deploy Preview for igloo-ui ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR removes legacy non-Workleap branding styles from components Q-Z as part of a rebrand cleanup. The old brand styles are being removed as they're no longer relevant and causing issues with OV's new RSBuild system.
- Removes
:rootCSS variable definitions and[data-brand="workleap"]selectors from component SCSS files - Eliminates brand detection logic and conditional rendering in TypeScript components
- Updates version control with appropriate major/minor bumps based on release history
Reviewed Changes
Copilot reviewed 31 out of 31 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| packages//src/.scss | Remove legacy :root CSS variables and [data-brand="workleap"] selectors |
| packages/Tooltip/src/Tooltip.tsx | Remove getBrand() function and hardcode font base to 16 |
| packages/Toaster/src/Toast.tsx | Simplify close button rendering by removing brand-specific logic |
| packages/Tabs/src/Tabs.tsx | Remove brand detection and use only Workleap icons |
| packages/Select/src/SelectInput.tsx | Remove brand-specific chevron icon selection |
| .changeset/small-humans-return.md | Document version bumps and breaking changes |
Comments suppressed due to low confidence (1)
This reverts commit f2a444a.
Victor Trinh (victortrinh2)
approved these changes
Jul 21, 2025
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.
This cleans up the rebrand styles and logic for components Q-Z.
The rebrand has been cleaned up in OV so the old brand styles are no longer relevant. They are also creating issues with OV's new RSBuild system and not behaving as expected.
For packages that have had a major release, I marked this a major bump. For packages that have not yet had a major release, I marked this a minor bump.