@carbon/charts-vue 1.27.8 → 1.27.10
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 +18 -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,24 @@
|
|
|
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.27.10 (2026-05-04)
|
|
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
|
+
|
|
15
|
+
## 1.27.9 (2026-04-22)
|
|
16
|
+
|
|
17
|
+
**Note:** Version bump only for package @carbon/charts-vue
|
|
18
|
+
|
|
19
|
+
# Change Log
|
|
20
|
+
|
|
21
|
+
All notable changes to this project will be documented in this file. See
|
|
22
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
23
|
+
|
|
6
24
|
## 1.27.8 (2026-04-21)
|
|
7
25
|
|
|
8
26
|
**Note:** Version bump only for package @carbon/charts-vue
|
package/dist/index.mjs
CHANGED
|
@@ -15120,7 +15120,7 @@ class hk extends bv {
|
|
|
15120
15120
|
}), i = N.appendOrSelect(r, `g.axis.${n}`), s = this;
|
|
15121
15121
|
i.selectAll("g.tick").each(function(a, o) {
|
|
15122
15122
|
const l = I(this);
|
|
15123
|
-
l.classed("tick-hover", !0).attr("tabindex", o === 0 ? 0 : -1);
|
|
15123
|
+
l.classed("tick-hover", !0).attr("role", "button").attr("tabindex", o === 0 ? 0 : -1);
|
|
15124
15124
|
const c = l.select("text"), { width: u, height: d } = N.getSVGElementSize(c, {
|
|
15125
15125
|
useBBox: !0
|
|
15126
15126
|
}), h = N.appendOrSelect(l, "rect.axis-holder");
|