Skip to content

Commit

Permalink
#CX-12533 : adding part attribute for Advance list item (#1840)
Browse files Browse the repository at this point in the history
* adding part attribute for Advance list item

* version increase

* version increase
  • Loading branch information
yasagraw authored Nov 29, 2024
1 parent 57f36cc commit db91488
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.16.2",
"version": "2.16.3",
"author": "Yana Harris",
"license": "MIT",
"repository": "https://github.com/momentum-design/momentum-ui.git",
Expand Down
1 change: 1 addition & 0 deletions web-components/src/components/advance-list/AdvanceList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ export namespace AdvanceList {
return html`
<div
class="default-wrapper ${item.id}"
part="advance-list-item-wrapper"
aria-setsize="${this.totalRecords}"
aria-posinset="${index + 1}"
role="${this.ariaRoleListItem}"
Expand Down

0 comments on commit db91488

Please sign in to comment.