@carbon/charts-react 1.23.6 → 1.23.7

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/dist/index.mjs CHANGED
@@ -15319,7 +15319,7 @@ class ce extends mt {
15319
15319
  drawRing(t, n, r = !0) {
15320
15320
  const i = this.parent, { width: s, height: a } = N.getSVGElementSize(i, {
15321
15321
  useAttrs: !0
15322
- }), o = N.appendOrSelect(i, "svg.chart-skeleton").attr("width", s).attr("height", a), l = n === 0 ? "pie" : "donut", c = y(this.getOptions(), l, "alignment");
15322
+ }), o = N.appendOrSelect(i, "svg.chart-skeleton").attr("width", s).attr("height", a).attr("role", "presentation"), l = n === 0 ? "pie" : "donut", c = y(this.getOptions(), l, "alignment");
15323
15323
  N.appendOrSelect(o, "rect.chart-skeleton-area-container").attr("width", s).attr("height", a).attr("fill", "none");
15324
15324
  const u = ss().innerRadius(n).outerRadius(t).startAngle(0).endAngle(Math.PI * 2), d = t + Math.abs(Mt.radiusOffset), h = t + (Math.min(s, a) - t * 2) / 2, p = N.appendOrSelect(o, "path").attr("class", "skeleton-area-shape").attr("transform", `translate(${d}, ${h})`).attr("d", u).classed("shimmer-effect-areas", r).classed("empty-state-areas", !r).style(
15325
15325
  "fill",