Skip to content

Commit

Permalink
build(deps): bump @db-ui/core from 2.9.0 to 2.10.2 (#1367)
Browse files Browse the repository at this point in the history
Bumps [@db-ui/core](https://github.com/db-ui/core) from 2.9.0 to 2.10.2.
- [Release notes](https://github.com/db-ui/core/releases)
- [Changelog](https://github.com/db-ui/core/blob/main/CHANGELOG.md)
- [Commits](db-ui/core@v2.9.0...v2.10.2)

---
updated-dependencies:
- dependency-name: "@db-ui/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 1, 2023
1 parent 41eed7f commit 68d2ba6
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 21 deletions.
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/db-ui-elements-stencil/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"jest-junit": "16.0.0"
},
"dependencies": {
"@db-ui/core": "^2.9.0"
"@db-ui/core": "^2.10.2"
},
"license": "Apache-2.0",
"publishConfig": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,18 +74,16 @@ export class DbLanguageSwitcher {
{this.compData && (
<ul
class="cmp-language-switcher"
role="listbox"
innerHTML={getCompDataHtml(this.compData, this.ariaSelectedIndex)}
/>
)}
{!this.compData && (
<ul class="cmp-language-switcher" role="listbox">
<ul class="cmp-language-switcher">
{!this.hasItemsWrapper &&
this._children.map((child, index) => (
<li
key={`cmp-language-switcher-item-${index}`}
role="option"
aria-selected={index === this.ariaSelectedIndex}
aria-current={index === this.ariaSelectedIndex}
innerHTML={child.outerHTML}
/>
))}
Expand Down

0 comments on commit 68d2ba6

Please sign in to comment.