@altimateai/ui-components 0.0.38-beta.3 → 0.0.38-beta.4

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/CoachForm.js CHANGED
@@ -35952,7 +35952,7 @@ function jZ(e) {
35952
35952
  ), n = e || zZ, r = t.data(), i = r.micromarkExtensions || (r.micromarkExtensions = []), a = r.fromMarkdownExtensions || (r.fromMarkdownExtensions = []), s = r.toMarkdownExtensions || (r.toMarkdownExtensions = []);
35953
35953
  i.push(HZ(n)), a.push(oZ()), s.push(lZ(n));
35954
35954
  }
35955
- const VZ = xk(() => import("react-plotly.js")), YZ = ({ jsonData: e }) => /* @__PURE__ */ B.jsx("div", { style: { width: "100%", height: "400px" }, children: /* @__PURE__ */ B.jsx(Ek, { fallback: /* @__PURE__ */ B.jsx("div", { children: "Loading chart..." }), children: /* @__PURE__ */ B.jsx(
35955
+ const VZ = xk(() => import("react-plotly.js")), YZ = ({ jsonData: e }) => /* @__PURE__ */ B.jsx("div", { style: { width: "100%", height: "400px" }, "aria-label": "Plotly chart", children: /* @__PURE__ */ B.jsx(Ek, { fallback: /* @__PURE__ */ B.jsx("div", { children: "Loading chart..." }), children: /* @__PURE__ */ B.jsx(
35956
35956
  VZ,
35957
35957
  {
35958
35958
  data: e.data,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@altimateai/ui-components",
3
- "version": "0.0.38-beta.3",
3
+ "version": "0.0.38-beta.4",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/AltimateAI/altimate-components.git"
@@ -52,4 +52,4 @@
52
52
  "react": "^17.0.0 || ^18.0.0",
53
53
  "react-dom": "^17.0.0 || ^18.0.0"
54
54
  }
55
- }
55
+ }