Skip to content

Commit

Permalink
updated web component to 2.14.18 (#1819)
Browse files Browse the repository at this point in the history
* updated web component to 2.14.18

* fix(cx-12886): polite aria not needed
  • Loading branch information
neelabhnagaich authored Nov 12, 2024
1 parent 4076b06 commit da53b73
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion web-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@momentum-ui/web-components",
"version": "2.14.17",
"version": "2.14.18",
"author": "Yana Harris",
"license": "MIT",
"repository": "https://github.com/momentum-design/momentum-ui.git",
Expand Down
1 change: 0 additions & 1 deletion web-components/src/components/advance-list/AdvanceList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ export namespace AdvanceList {
<div
class="md-advance-list-wrapper virtual-scroll"
tabindex="0"
aria-live="polite"
aria-activedescendant=${this.getActiveDescendant()}
aria-label=${this.ariaLabelList}
role=${this.ariaRoleList}
Expand Down

0 comments on commit da53b73

Please sign in to comment.