-
Notifications
You must be signed in to change notification settings - Fork 2
solid-ui themes foundation #111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR introduces a theme foundation for solid-ui by adding CSS custom properties (CSS variables) support for styling, while updating dependencies to a prerelease version of solid-ui. It also includes a minor fix changing a const to let declaration.
Changes:
- Updates solid-ui to prerelease version
3.0.1-11be53bwith theme support - Adds CSS custom properties (
--sui-space-lg,--sui-border-color,--sui-border-radius) with fallback values in sourcePane styling - Fixes variable declaration from
consttoletfor theposvariable that is reassigned
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| src/sourcePane.js | Adds theme variable support with CSS custom properties and fallbacks; changes pos from const to let |
| package.json | Updates solid-ui peer and dev dependencies to prerelease version; adds pane-registry dev dependency |
| package-lock.json | Updates dependency lockfile to reflect package.json changes |
| eslint.config.mjs | Contains unresolved merge conflict that must be fixed |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <[email protected]>
No description provided.