@carbon/charts-vue 1.13.26 → 1.13.28

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,28 @@
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.13.28 (2024-02-03)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **stackblitz:** env changes for angular examples to match latest StackBlitz Angular TypeScript
11
+ template ([#1738](https://github.com/carbon-design-system/carbon-charts/issues/1738))
12
+ ([2b62be8](https://github.com/carbon-design-system/carbon-charts/commit/2b62be8d329f52ae7a0ae525d54c81622fb71d22))
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
+
19
+ ## 1.13.27 (2024-02-02)
20
+
21
+ **Note:** Version bump only for package @carbon/charts-vue
22
+
23
+ # Change Log
24
+
25
+ All notable changes to this project will be documented in this file. See
26
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
27
+
6
28
  ## 1.13.26 (2024-02-02)
7
29
 
8
30
  **Note:** Version bump only for package @carbon/charts-vue
package/dist/index.mjs CHANGED
@@ -13256,7 +13256,7 @@ const ks = (e) => Eu.sanitize(e, {
13256
13256
  // @ts-ignore
13257
13257
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
13258
13258
  render(t = !0) {
13259
- const n = this.getComponentContainer().attr("role", "toolbar").attr("aria-label", `chart-${this.services.domUtils.getChartID()} toolbar`);
13259
+ const n = this.getComponentContainer().attr("role", "toolbar").attr("aria-label", "chart toolbar");
13260
13260
  if (b(this.getOptions(), "data", "loading"))
13261
13261
  n.html(""), this.overflowMenu = null;
13262
13262
  else {