feat: standalone visual context CSS generation#180
Draft
amanabiy wants to merge 5 commits into
Draft
Conversation
amanabiy
force-pushed
the
dev-v3-amanabiy
branch
3 times, most recently
from
May 28, 2026 15:29
b4562d5 to
5c4b285
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #180 +/- ##
==========================================
- Coverage 96.92% 96.74% -0.18%
==========================================
Files 54 55 +1
Lines 1365 1413 +48
Branches 246 250 +4
==========================================
+ Hits 1323 1367 +44
- Misses 36 40 +4
Partials 6 6 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
amanabiy
marked this pull request as ready for review
May 28, 2026 15:38
pan-kot
marked this pull request as draft
June 11, 2026 08:00
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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.
Issue #, if available:
This change allows new visual contexts to be compiled to separate CSS files that are only included in the bundle when the component is imported, making context addition scalable without growing the base bundle.
Description of changes:
Adds a destination field to the Context interface. When set, the context is excluded from the base styles and compiled to its own CSS file at the specified path. The component that uses the context imports this file directly.
Tested with
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.