@carbon/charts-vue 1.13.26 → 1.13.27
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 +9 -0
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
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.13.27 (2024-02-02)
|
|
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.13.26 (2024-02-02)
|
|
7
16
|
|
|
8
17
|
**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",
|
|
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 {
|