feat(KLEF-42): Glass Components - #5
Merged
Merged
Conversation
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.
Pull Request
Summary
This PR introduces the new glassmorphism UI tokens and interactive effects into the core
@kleffio/uilibrary. It establishes the global CSS utility classes required for the updated Cortex-inspired aesthetic and overhauls several foundational components (Buttons, Badges, Button Groups) to support glowing drop shadows and semi-transparent alpha overlays.Related Issues
Closes #KLEF-42
Changes
What's Included
index.css):.overview-glass-card,.glass-surface,.glass-panel)..ui-orb-shell,.ui-orb-core,.ui-orb-edge-scrim)..ui-animated-inputand progress particle animation utilities.default,secondary,destructive,outline,ghost,beta,stable,new) to usewhitealpha backgrounds and glowing shadows (shadow-[0_0_12px_...]) instead of solid colors.defaultbutton variant inbutton-variants.tsto usebg-gradient-kleff, fully rounded corners, and a new golden drop shadow (shadow-[0_12px_27px_rgba(196,143,0,0.22)]).ButtonGroupTextandButtonGroupSeparatorto use the.glass-surfaceutility and semi-transparentwhite/[0.08]dividers instead of solid input borders.What's Not Included
toastrouting/showcase changes are handled in thecomponents-pluginrepository.Testing
How Was This Tested?
glass-surfaceandoverview-glass-cardclasses locally..ui-orb-shelland particle animation CSS classes for performance/layout issues.Test Coverage
Breaking Changes
Does this PR introduce breaking changes?
If yes, describe the impact and any required migration steps:
(While visual styles have changed significantly, component APIs remain completely backward compatible.)
Security Considerations
If any box is checked, describe the security impact and any mitigations applied:
Documentation
Does this PR require documentation updates?
If yes, check all that apply:
README.mdARCHITECTURE.md(Design system tokens)/docsUI/UX (If Applicable)
Screenshots or recordings:
(Feel free to drop screenshots of the updated Buttons and Badges here)
Pre-Merge Checklist
feat:,fix:,chore:,docs:,refactor:,test:)Reviewer Notes
These core tokens are required by
components-pluginPR #KLEF-42. Please ensure this is merged and published before deploying the plugin update.