@ammarkhalidfarooq/dashboard-package 0.4.7 → 0.4.8

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.cjs.js CHANGED
@@ -2893,7 +2893,7 @@ var PerformanceSection = function PerformanceSection(_ref) {
2893
2893
  });
2894
2894
  };
2895
2895
 
2896
- var data$2 = [{
2896
+ var data$1 = [{
2897
2897
  range: "$0 – $12",
2898
2898
  plans: 21,
2899
2899
  share: 24
@@ -2953,7 +2953,7 @@ var RecurringDonationAmounts = function RecurringDonationAmounts() {
2953
2953
  flexDirection: "column",
2954
2954
  gap: 2
2955
2955
  },
2956
- children: data$2.map(function (item, index) {
2956
+ children: data$1.map(function (item, index) {
2957
2957
  return /*#__PURE__*/jsxRuntime.jsxs(material.Box, {
2958
2958
  sx: {
2959
2959
  display: "flex",
@@ -3486,7 +3486,7 @@ var UTMPerformance = function UTMPerformance() {
3486
3486
  });
3487
3487
  };
3488
3488
 
3489
- var data$1 = [{
3489
+ var data = [{
3490
3490
  step: "Step 1: Amount Selection",
3491
3491
  share: 22
3492
3492
  }, {
@@ -3538,7 +3538,7 @@ var DropOffPoints = function DropOffPoints() {
3538
3538
  flexDirection: "column",
3539
3539
  gap: 2
3540
3540
  },
3541
- children: data$1.map(function (item, index) {
3541
+ children: data.map(function (item, index) {
3542
3542
  return /*#__PURE__*/jsxRuntime.jsxs(material.Box, {
3543
3543
  sx: {
3544
3544
  display: "flex",
@@ -4616,7 +4616,7 @@ var TrafficSourceCard = function TrafficSourceCard(_ref) {
4616
4616
  gap: 2,
4617
4617
  py: 1.5,
4618
4618
  alignItems: "center",
4619
- borderBottom: index === data.length - 1 ? "none" : "1px solid #f5f5f5"
4619
+ borderBottom: index === trafficSourceData.length - 1 ? "none" : "1px solid #f5f5f5"
4620
4620
  },
4621
4621
  children: [/*#__PURE__*/jsxRuntime.jsxs(material.Box, {
4622
4622
  sx: {