[JEWEL-1069] Implement slim button #3360
Open
+229
−0
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.
Summary
This PR introduces a new button variant called
SlimButton, which has bothdefaultandoutlinedstyles and it's intended to be used in toolbars and space-constrained UIs. As part of the public API, there are bothDefaultSlimButtonandOutlinedSlimButton, following the pattern for other button variants.A slim button section was added to the sample app, showcasing how it looks like.
Release notes
New features
SlimButton, which has bothDefaultSlimButtonandOutlinedSlimButtonstylesNote
Adds a compact button variant for space-constrained UIs.
DefaultSlimButtonandOutlinedSlimButtoncomponents with reduced padding/height (24dp) and toolbar-friendly metricsButtonMetrics.slimandButtonStyle.Slimfactories in Int UI stylingdefaultSlimButtonStyle/outlinedSlimButtonStyleviaJewelTheme, composition locals, andDefaultComponentStyling; integrates into IntUi themes and Swing bridge readersWritten by Cursor Bugbot for commit 018413d. This will update automatically on new commits. Configure here.