@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 +5 -5
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +5 -5
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -2891,7 +2891,7 @@ var PerformanceSection = function PerformanceSection(_ref) {
|
|
|
2891
2891
|
});
|
|
2892
2892
|
};
|
|
2893
2893
|
|
|
2894
|
-
var data$
|
|
2894
|
+
var data$1 = [{
|
|
2895
2895
|
range: "$0 – $12",
|
|
2896
2896
|
plans: 21,
|
|
2897
2897
|
share: 24
|
|
@@ -2951,7 +2951,7 @@ var RecurringDonationAmounts = function RecurringDonationAmounts() {
|
|
|
2951
2951
|
flexDirection: "column",
|
|
2952
2952
|
gap: 2
|
|
2953
2953
|
},
|
|
2954
|
-
children: data$
|
|
2954
|
+
children: data$1.map(function (item, index) {
|
|
2955
2955
|
return /*#__PURE__*/jsxs(Box, {
|
|
2956
2956
|
sx: {
|
|
2957
2957
|
display: "flex",
|
|
@@ -3484,7 +3484,7 @@ var UTMPerformance = function UTMPerformance() {
|
|
|
3484
3484
|
});
|
|
3485
3485
|
};
|
|
3486
3486
|
|
|
3487
|
-
var data
|
|
3487
|
+
var data = [{
|
|
3488
3488
|
step: "Step 1: Amount Selection",
|
|
3489
3489
|
share: 22
|
|
3490
3490
|
}, {
|
|
@@ -3536,7 +3536,7 @@ var DropOffPoints = function DropOffPoints() {
|
|
|
3536
3536
|
flexDirection: "column",
|
|
3537
3537
|
gap: 2
|
|
3538
3538
|
},
|
|
3539
|
-
children: data
|
|
3539
|
+
children: data.map(function (item, index) {
|
|
3540
3540
|
return /*#__PURE__*/jsxs(Box, {
|
|
3541
3541
|
sx: {
|
|
3542
3542
|
display: "flex",
|
|
@@ -4614,7 +4614,7 @@ var TrafficSourceCard = function TrafficSourceCard(_ref) {
|
|
|
4614
4614
|
gap: 2,
|
|
4615
4615
|
py: 1.5,
|
|
4616
4616
|
alignItems: "center",
|
|
4617
|
-
borderBottom: index ===
|
|
4617
|
+
borderBottom: index === trafficSourceData.length - 1 ? "none" : "1px solid #f5f5f5"
|
|
4618
4618
|
},
|
|
4619
4619
|
children: [/*#__PURE__*/jsxs(Box, {
|
|
4620
4620
|
sx: {
|