impaktapps-design 0.2.86 → 0.2.87

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.
@@ -11554,7 +11554,7 @@ const finalDataProvider = (type2, value, theme) => {
11554
11554
  }
11555
11555
  },
11556
11556
  pieStyle: {
11557
- colorRange: theme.chartColours.pieChartColours,
11557
+ colorRange: theme.chartColours.pieChartColours || ["#3f51b5", "rgba(200,0,31,0.9)", "rgba(25,200,205,0.6)"],
11558
11558
  outerRadius: 120,
11559
11559
  innerRadius: 60,
11560
11560
  cornerRadius: 2,
@@ -11615,7 +11615,7 @@ const finalDataProvider = (type2, value, theme) => {
11615
11615
  ...(_w = value == null ? void 0 : value.style) == null ? void 0 : _w.labelStyle
11616
11616
  },
11617
11617
  lineStyle: {
11618
- colorRange: theme.chartColours.lineChartColours,
11618
+ colorRange: theme.chartColours.lineChartColours || ["#3f51b5", "rgba(200,0,31,0.9)", "rgba(25,200,205,0.6)"],
11619
11619
  lineAreaColor: "none",
11620
11620
  lineAreaOpacity: 0.2,
11621
11621
  ...(_x = value == null ? void 0 : value.style) == null ? void 0 : _x.lineStyle