@carbon/charts-vue 1.19.0 → 1.19.1

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,19 @@
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.19.1 (2024-07-15)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **toolbar:** remove aria-label as it's not readable
11
+ ([#1870](https://github.com/carbon-design-system/carbon-charts/issues/1870))
12
+ ([bb5b9d4](https://github.com/carbon-design-system/carbon-charts/commit/bb5b9d475c92bbfc13de19b78d385717792fcb1e))
13
+
14
+ # Change Log
15
+
16
+ All notable changes to this project will be documented in this file. See
17
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
18
+
6
19
  # 1.19.0 (2024-07-12)
7
20
 
8
21
  ### Features
package/dist/index.mjs CHANGED
@@ -11861,7 +11861,7 @@ const Na = (e) => _u.sanitize(e, {
11861
11861
  // @ts-ignore
11862
11862
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
11863
11863
  render(t = !0) {
11864
- const n = this.getComponentContainer().attr("role", "toolbar").attr("aria-label", "chart toolbar");
11864
+ const n = this.getComponentContainer().attr("role", "toolbar");
11865
11865
  if (b(this.getOptions(), "data", "loading"))
11866
11866
  n.html(""), this.overflowMenu = null;
11867
11867
  else {