Skip to content

Commit

Permalink
fix(ADA-1787): nvda a11y fix (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
semarche-kaltura authored Dec 2, 2024
1 parent 10cf35f commit 6fb580e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"url": "git+https://github.com/kaltura/playkit-js-navigation.git"
},
"dependencies": {
"@playkit-js/common": "1.5.12",
"@playkit-js/common": "1.5.22",
"@playkit-js/ui-managers": "1.5.2",
"sanitize-html": "2.11.0"
},
Expand Down
1 change: 1 addition & 0 deletions src/components/navigation/plugin-button/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export const PluginButton = withText(translates)(({isActive, setRef, ...otherPro
setRef(node);
}}
type="button"
tabIndex={0}
aria-label={otherProps.label}
className={[ui.style.upperBarIcon, styles.pluginButton, isActive ? styles.active : ''].join(' ')}
data-testid={'navigation_pluginButton'}>
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,10 @@
resolved "https://registry.yarnpkg.com/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz#b2ac626d6cb9c8718ab459166d4bb405b8ffa78b"
integrity sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==

"@playkit-js/[email protected].12":
version "1.5.12"
resolved "https://registry.yarnpkg.com/@playkit-js/common/-/common-1.5.12.tgz#01e21a2b345759c8b95cb84a98f5ed9c3259ff15"
integrity sha512-o8fVr7vMitjAkr4h7ArtWKBdyVfLNZHVqe4xnyJhXDV0RzBajEhuX0nI7A9kIXb4AD5WSzhDgjAgAgrXSRHKpg==
"@playkit-js/[email protected].22":
version "1.5.22"
resolved "https://registry.yarnpkg.com/@playkit-js/common/-/common-1.5.22.tgz#9d6b8359a5eebaaf3ae06124dd72aab094a25590"
integrity sha512-TkrOogcVn2KJgJ3NuWjHVg3WEXTvYtQ6MoFAIGLscq24oRbPWYFtROaLxPdeFKIOSmLqOlwREQuPKOcZsWy3iA==
dependencies:
classnames "^2.3.2"
linkify-it "^4.0.1"
Expand Down

0 comments on commit 6fb580e

Please sign in to comment.