-
Notifications
You must be signed in to change notification settings - Fork 80
feat(action)!: update to 5.0 design #13252
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
Open
eriklharper
wants to merge
62
commits into
dev
Choose a base branch
from
eriklharper/10759-action-design-4.0
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+255
−84
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
…o the new API changes
…lharper/10759-action-design-4.0
…w conditionally rendered based on the presence of actual text and when textEnabled is on
…lharper/10759-action-design-4.0
…lharper/10759-action-design-4.0
…ve state to achieve the desired inset look. Need to adjust the gap between the buttons next, and accomodate dividing borders.
…lharper/10759-action-design-4.0
…ll need to be handled by the bar css instead of the action's inline padding
…a bar will need to be handled by the bar css instead of the action's inline padding" This reverts commit 5bb8872.
… a bar will need to be handled by the bar css instead of the action's inline padding" This reverts commit 10ca9c1.
…tyle blocks and adding min-block-size to each scale to accommodate text-only mode
…e horizontal dividing line
…al dividing border by using a linear-gradient border image
…on-group layouts. Adding an internal css custom property that calculates the proper "margin" to add to the dividing border based on the action's corner-radius token value. Also updates the units to use a calculation based on 100% of the container size so that we don't have to set the border-image separately for each scale
…lharper/10759-action-design-4.0
macandcheese
approved these changes
Dec 3, 2025
Contributor
macandcheese
left a comment
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.
Looks great! e2e failure seems unrelated.
jcfranco
requested changes
Dec 3, 2025
Member
jcfranco
left a comment
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.
This is looking great, @eriklharper! I'll help out with the disabled test failure you're encountering.
…ding the action group border for both layouts as well.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
Issues tied to a new feature or request.
pr ready for visual snapshots
Adding this label will run visual snapshot testing.
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.
Related Issue: #10759
Summary
calcite-action:gapfor shorter Actions at each scale: s = 24px, m = 32px, l = 44pxappearance="solid"in favor of"transparent"BREAKING CHANGE:
appearance="transparent"as new defaultcalcite-action-group:calcite-action-bar:actions-endslotcalcite-action-pad:Testing Notes
This PR updates some explicit sizing set in e2e tests for horizontal overflow because the dimensions for each scale have changed.