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.
feat(actionbar): new s2 migration #3657
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
feat(actionbar): new s2 migration #3657
Changes from all commits
19fe479
0e43d2d
9c2b19f
85881a0
dccf04a
df5bdf8
5bf1c46
3cd57fc
4bd9863
52f50ad
ba9179c
65ca55f
c4c8ae4
65a44d4
baa54f0
92aecd6
a7dafb2
744355d
af2a3b3
2222a6b
6b379e7
fe2ec7f
3ba1e64
2a1a635
1a5bbf7
5f6ce07
66d670d
34a5eea
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Custom property --spectrum-actionbar-item-counter-line-height's references have been removed
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.
@aramos-adobe I think this got flagged because we're only setting
spectrum-actionbar-item-counter-line-height
to define the field label mod. We can get around the linting issues with the disable if you wanted: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.
@aramos-adobe Could we add
tags: ["migrated"]
to this component? I noticed some of our migrated S2 components have this, while others don't. I think it'd be a nice thing to add!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.
We could also add
to the
parameters
. I'm working on a little badge for migrated components that pulls that status!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.
@aramos-adobe Thanks so much for adding the migrated status! Once your branch is rebased, we should get a migrated badge now :)
If you could also add
tags: ["migrated"]
to this file, that'd be wonderful also! Thetags
code doesn't have to go in theparameters
object- it can just go at the bottom of thedefault
export.