@carbon/charts-react 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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -13503,7 +13503,7 @@ const ca = (e) => eh.sanitize(e, {
|
|
|
13503
13503
|
const s = n.selectAll("div.toolbar-control").data(r, (l) => l.id);
|
|
13504
13504
|
s.exit().remove();
|
|
13505
13505
|
const a = s.enter().append("div").attr("class", "toolbar-control cds--overflow-menu cds--overflow-menu"), o = this;
|
|
13506
|
-
a.merge(s).classed("disabled", (l) => l.shouldBeDisabled()).attr("aria-disabled", (l) => l.shouldBeDisabled()).attr("aria-label", (l) => l.title).html((l) => `
|
|
13506
|
+
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) => `
|
|
13507
13507
|
<button
|
|
13508
13508
|
class="cds--overflow-menu__trigger cds--overflow-menu__trigger"
|
|
13509
13509
|
aria-haspopup="true" aria-expanded="false" id="${this.services.domUtils.generateElementIDString(
|