-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
♿ a11y(accordion): accordion not accessible (#1450)
* Create PR for #1419 * chore: fix nx scripts * fix(accordion): make it keyboard accessible * fix(list): make accordion accessible to the keyboard * chore: fix nx scripts --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Gery Hirschfeld <[email protected]>
- Loading branch information
1 parent
9570144
commit e2c48b0
Showing
9 changed files
with
59 additions
and
12 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@baloise/ds-core': patch | ||
--- | ||
|
||
**accordion**: make it keyboard accessible |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@baloise/ds-core': patch | ||
--- | ||
|
||
**list**: make accordion accessible to the keyboard |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,16 +20,16 @@ | |
"angular": "npx nx run create-angular", | ||
"angular:start": "npx nx run start-angular" | ||
}, | ||
"nx": { | ||
"includedScripts": [] | ||
}, | ||
"private": true, | ||
"workspaces": [ | ||
"packages/*", | ||
"libs/*", | ||
"docs", | ||
"e2e" | ||
], | ||
"nx": { | ||
"includedScripts": [] | ||
}, | ||
"devDependencies": { | ||
"@angular-devkit/build-angular": "~15.0.0", | ||
"@angular-devkit/core": "~15.0.0", | ||
|
@@ -140,10 +140,5 @@ | |
"vue": "~3.4.15", | ||
"vue-tsc": "~1.8.8", | ||
"zone.js": "~0.11.4" | ||
}, | ||
"executors": "./executors.json", | ||
"dependencies": { | ||
"@nx/devkit": "18.0.5" | ||
}, | ||
"packageManager": "[email protected]+sha1.83c41fe4ebdb61e08446f8bb68a75fb48756b330" | ||
} | ||
} |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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