@carbon/charts-vue 1.14.2 → 1.14.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,15 @@
3
3
  All notable changes to this project will be documented in this file. See
4
4
  [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## 1.14.3 (2024-02-22)
7
+
8
+ **Note:** Version bump only for package @carbon/charts-vue
9
+
10
+ # Change Log
11
+
12
+ All notable changes to this project will be documented in this file. See
13
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
14
+
6
15
  ## 1.14.2 (2024-02-19)
7
16
 
8
17
  ### Bug Fixes
package/dist/index.mjs CHANGED
@@ -13496,7 +13496,7 @@ const Ds = (e) => Eu.sanitize(e, {
13496
13496
  const s = n.selectAll("div.toolbar-control").data(r, (l) => l.id);
13497
13497
  s.exit().remove();
13498
13498
  const a = s.enter().append("div").attr("class", "toolbar-control cds--overflow-menu cds--overflow-menu"), o = this;
13499
- a.merge(s).classed("disabled", (l) => l.shouldBeDisabled()).attr("aria-disabled", (l) => l.shouldBeDisabled()).attr("aria-label", (l) => l.title).html((l) => `
13499
+ a.merge(s).classed("disabled", (l) => l.shouldBeDisabled()).attr("role", "button").attr("aria-disabled", (l) => l.shouldBeDisabled()).attr("aria-label", (l) => l.title).html((l) => `
13500
13500
  <button
13501
13501
  class="cds--overflow-menu__trigger cds--overflow-menu__trigger"
13502
13502
  aria-haspopup="true" aria-expanded="false" id="${this.services.domUtils.generateElementIDString(