Merged
Conversation
This was referenced Oct 10, 2025
Contributor
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
This was referenced Oct 10, 2025
Collaborator
Author
This was referenced Oct 10, 2025
a8c7d7d to
428a03c
Compare
55710cf to
d1b0bbb
Compare
df8b8c9 to
f0e43b0
Compare
f9159b0 to
93613b5
Compare
f0e43b0 to
b395286
Compare
93613b5 to
fdc0e6e
Compare
b395286 to
9137990
Compare
fdc0e6e to
85d8403
Compare
9137990 to
1b4face
Compare
85d8403 to
b59eb6e
Compare
1b4face to
83046b6
Compare
b59eb6e to
52e9727
Compare
83046b6 to
c33ae67
Compare
52e9727 to
41020e5
Compare
c33ae67 to
bd292db
Compare
41020e5 to
43e1228
Compare
bd292db to
9529cf0
Compare
43e1228 to
f9cec43
Compare
9529cf0 to
1124a77
Compare
f9cec43 to
6062659
Compare
1124a77 to
25ad6bd
Compare
Collaborator
Author
Merge activity
|
25ad6bd to
d09bedb
Compare
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.

Describe your changes
Added a new
ThemeCssProvidercomponent that converts Emotion theme properties to CSS custom properties. This component wraps children with a styled element that applies these custom properties, making theme values accessible via CSS variables. The component only exposes properties defined in the ComponentsV2Theme.GitHub Issue Link (if applicable)
Testing Plan
objectToCssCustomPropertiesis already tested, this just passes the CSS custom properties to the DOM.Contribution License Agreement
By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.