-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add checkboxLabel and update header focus indicator * add reverse color for icon headers * update icon header labelText to pass content to aria-label instead of svg title * update focus ring style for interactive TableCard * update stories and API documentation
- Loading branch information
1 parent
b32bc36
commit 2772ecd
Showing
7 changed files
with
1,154 additions
and
194 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,11 @@ | ||
--- | ||
"@kaizen/components": minor | ||
--- | ||
|
||
Accessibility uplift of Table component | ||
|
||
- Add default focus ring widths and colors to interactive variants of the TableHeaderRowCell and interactive table cards | ||
- Add a checkboxLabel prop as a mean to resolving the unlinked checkbox label in the checkable variant of the TableHeaderRowCell | ||
- Update the TableHeaderRowCell to pass labelText in the an aria-label for the icon variant | ||
- Update the documentation with some clearer guidance on the APIs and sub components | ||
- Add guidance on usage of tooltip on non-interactive headers |
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
Oops, something went wrong.