@carbon/charts 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/{choropleth-DQATcCWY.mjs → choropleth-TkZkP8Rn.mjs} +2 -2
- package/dist/choropleth-TkZkP8Rn.mjs.map +1 -0
- package/dist/components/index.mjs +1 -1
- package/dist/index.mjs +2 -2
- package/dist/umd/bundle.umd.cjs +1 -1
- package/dist/umd/bundle.umd.cjs.map +1 -1
- package/dist/umd/bundle.umd.js +1 -1
- package/package.json +2 -2
- package/dist/choropleth-DQATcCWY.mjs.map +0 -1
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
|
|
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
|
|
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
|
|
@@ -6515,7 +6515,7 @@ class ap extends Jo {
|
|
|
6515
6515
|
}), s = R.appendOrSelect(n, `g.axis.${e}`), a = this;
|
|
6516
6516
|
s.selectAll("g.tick").each(function(r, o) {
|
|
6517
6517
|
const c = D(this);
|
|
6518
|
-
c.classed("tick-hover", !0).attr("tabindex", o === 0 ? 0 : -1);
|
|
6518
|
+
c.classed("tick-hover", !0).attr("role", "button").attr("tabindex", o === 0 ? 0 : -1);
|
|
6519
6519
|
const l = c.select("text"), { width: h, height: d } = R.getSVGElementSize(l, {
|
|
6520
6520
|
useBBox: !0
|
|
6521
6521
|
}), u = R.appendOrSelect(c, "rect.axis-holder");
|
|
@@ -10826,4 +10826,4 @@ export {
|
|
|
10826
10826
|
Km as y,
|
|
10827
10827
|
Hm as z
|
|
10828
10828
|
};
|
|
10829
|
-
//# sourceMappingURL=choropleth-
|
|
10829
|
+
//# sourceMappingURL=choropleth-TkZkP8Rn.mjs.map
|