[feat] Add util function to support Theming in CCv2#12750
Merged
sfc-gh-bnisco merged 1 commit intodevelopfrom Oct 24, 2025
Merged
[feat] Add util function to support Theming in CCv2#12750sfc-gh-bnisco merged 1 commit intodevelopfrom
sfc-gh-bnisco merged 1 commit intodevelopfrom
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
Contributor
✅ PR preview is ready!
|
This was referenced Oct 10, 2025
Collaborator
Author
This was referenced Oct 10, 2025
a649d5d to
fe99c28
Compare
e61210d to
8d78701
Compare
fe99c28 to
be007bd
Compare
8d78701 to
b303f6c
Compare
be007bd to
0af7790
Compare
b303f6c to
454f5fb
Compare
0af7790 to
e4e3246
Compare
454f5fb to
31ca775
Compare
e4e3246 to
fbfba65
Compare
31ca775 to
c16e71a
Compare
fbfba65 to
f757826
Compare
c16e71a to
1d3740e
Compare
f757826 to
dfbc47c
Compare
1d3740e to
a8e306c
Compare
dfbc47c to
cd258fd
Compare
a8e306c to
99ca68a
Compare
cd258fd to
cc5915c
Compare
99ca68a to
4ce00d5
Compare
cc5915c to
5971099
Compare
4ce00d5 to
563d40a
Compare
5971099 to
0e24bc3
Compare
563d40a to
74b3a6d
Compare
Collaborator
Author
Merge activity
|
74b3a6d to
b639838
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 theme utility functions for CCv2 to support setting CSS custom properties from the current Streamlit theme:
objectToCssCustomProperties: Converts a StreamlitTheme object to CSS custom properties with configurable prefixextractComponentsV2Theme: Extracts properties from the Emotion theme to create a StreamlitTheme objectGitHub Issue Link (if applicable)
Testing Plan
objectToCssCustomPropertiescovering various data types (strings, numbers, booleans, arrays) and custom prefix supportContribution License Agreement
By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.