impaktapps-design 0.2.58-alpha.1 → 0.2.58-alpha.2

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.
@@ -10875,11 +10875,11 @@ function Legend({
10875
10875
  }) {
10876
10876
  var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j;
10877
10877
  const legendGlyphSize = ((_b = (_a = value == null ? void 0 : value.main) == null ? void 0 : _a.legend) == null ? void 0 : _b.colorRectWidth) || 15;
10878
- const xValues = dataKeyArray.map((item) => {
10878
+ dataKeyArray.map((item) => {
10879
10879
  return item.x;
10880
10880
  });
10881
10881
  const ordinalColorScale = createOrdinalScale$1({
10882
- domain: xValues || ["Sss", "ddd", "ccc"],
10882
+ domain: ["Sss", "ddd", "ccc"],
10883
10883
  range: colorRange || ((_d = (_c = value == null ? void 0 : value.style) == null ? void 0 : _c.pieStyle) == null ? void 0 : _d.colorRange)
10884
10884
  });
10885
10885
  return /* @__PURE__ */ jsxs("div", {