@carbon/charts-react 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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +48 -0
- package/dist/styles.css.map +1 -1
- package/dist/styles.min.css +1 -1
- package/dist/styles.min.css.map +1 -1
- package/package.json +5 -5
package/dist/index.mjs
CHANGED
|
@@ -13263,7 +13263,7 @@ const ua = (e) => eh.sanitize(e, {
|
|
|
13263
13263
|
// @ts-ignore
|
|
13264
13264
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
13265
13265
|
render(t = !0) {
|
|
13266
|
-
const n = this.getComponentContainer().attr("role", "toolbar").attr("aria-label",
|
|
13266
|
+
const n = this.getComponentContainer().attr("role", "toolbar").attr("aria-label", "chart toolbar");
|
|
13267
13267
|
if (b(this.getOptions(), "data", "loading"))
|
|
13268
13268
|
n.html(""), this.overflowMenu = null;
|
|
13269
13269
|
else {
|