-
Notifications
You must be signed in to change notification settings - Fork 211
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(coachmark): rename "sp-coachmark" to "sp-coachmark-indicator", add "sp-coachmark" #3639
Conversation
Tachometer resultsChromeaction-bar permalink
action-button permalink
action-group permalink
action-menu permalink
alert-dialog permalink
button-group permalink
button permalink
card permalink
Firefoxaction-bar permalink
action-button permalink
action-group permalink
action-menu permalink
alert-dialog permalink
button-group permalink
button permalink
card permalink
|
@Westbrook coach indicator fixes are added in raised in #3958 |
I mistakenly reverted the coachmark css to the previous version. This is fixed now. |
@Westbrook It would be nice if both the alignment issue are fixed from the css side. I have left a note to them. ![]() |
edd7dea
to
9866af8
Compare
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.
Taking a look at the font question, I think we could curcumvent any issue on our end by using:
:host {
--spectrum-coachmark-content-font-family: var(--spectrum-font-family);
}
In the case that we wanted to fast forward a fix and get this into a mergable state.
LGTM. If you could catch up to |
Ready to land! |
… into feature/coachmark-new
6eca3b4
to
75ceb99
Compare
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.
Caught a package name update in the README, and then we'll merge this.
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.
Let's go! 🚀
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.
Got excited. Something is up in CI...
Description
Coach-Indicator and Coachmark[NEW] has been combined to be used in tandom.
Design: https://spectrum-contributions.corp.adobe.com/page/coach-mark-beta/
Related issue(s)
Motivation and context
How has this been tested?
Screenshots (if appropriate)
Types of changes
Checklist
Best practices
This repository uses conventional commit syntax for each commit message; note that the GitHub UI does not use this by default so be cautious when accepting suggested changes. Avoid the "Update branch" button on the pull request and opt instead for rebasing your branch against
main
.