-
Notifications
You must be signed in to change notification settings - Fork 12
chore: bump packages and convert test-app to strict template tag #412
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
base: main
Are you sure you want to change the base?
Conversation
ba88704
to
093315f
Compare
093315f
to
35f17c8
Compare
|
||
export interface NavigationNarratorSignature { | ||
Args: { | ||
/** Whether to include the skip link. Defaults to `true`. */ |
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.
all this will show up like so in VS code at least
Screen.Recording.2025-06-15.at.6.36.51.PM.mov
* | ||
* Usage: | ||
* ```gts | ||
* import { NavigationNarrator } from 'ember-a11y-refocus'; |
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.
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.
it also turns out that we can not use @
symbols even inside of fenced blocks as it trips up markdown somehow, but this is good enough IMO
…late-compilation`
@MelSumner I think this is ready for review, I can look into moving this addon to newer blueprint after this is merged |
No description provided.