-
Notifications
You must be signed in to change notification settings - Fork 222
fix(tabs): added missing direct dependency of action-button in TabsOverflow component #5429
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
Conversation
Branch previewReview the following VRT differencesWhen a visual regression test fails (or has previously failed while working on this branch), its results can be found in the following URLs:
If the changes are expected, update the |
Tachometer resultsChrometabs permalinkbasic-test
Firefoxtabs permalinkbasic-test
|
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.
LGTM!
🦋 Changeset detectedLatest commit: dda2702 The changes in this PR will be included in the next version bump. This PR includes changesets to release 84 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Description
This PR adds the
@spectrum-web-components/action-button
dependency to thesp-tabs
component to maintain consistency with other components in the library. TabsOverflow usessp-action-button
as its direct dependency.Related issue(s)
Motivation and context
The TabsOverflow component was missing the
@spectrum-web-components/action-button
dependency that other components utilize, which could lead to inconsistencies when implementing shared features. Adding this dependency ensures that the TabsOverflow component follows the same patterns as the rest of the library and can leverage common functionality.How has this been tested?
Verified sp-tabs functionality still works while importing it in a kitchen sink
Verified no side effects from adding shared dependency
Did it pass in Desktop?
Did it pass in Mobile?
Did it pass in iPad?
Types of changes
Checklist