@ammarkhalidfarooq/dashboard-package 0.2.3 → 0.2.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/index.cjs.js +12 -6
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +12 -6
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -1041,7 +1041,8 @@ var NewOverview = function NewOverview(_ref) {
|
|
|
1041
1041
|
sx: {
|
|
1042
1042
|
fontWeight: "bold",
|
|
1043
1043
|
color: "primary.main",
|
|
1044
|
-
mb:
|
|
1044
|
+
mb: 2,
|
|
1045
|
+
mt: 2
|
|
1045
1046
|
},
|
|
1046
1047
|
children: "Overview"
|
|
1047
1048
|
}), /*#__PURE__*/jsxRuntime.jsxs(material.Box, {
|
|
@@ -1189,7 +1190,8 @@ var PerformanceSection = function PerformanceSection(_ref) {
|
|
|
1189
1190
|
sx: {
|
|
1190
1191
|
fontWeight: "bold",
|
|
1191
1192
|
color: "primary.main",
|
|
1192
|
-
mb:
|
|
1193
|
+
mb: 2,
|
|
1194
|
+
mt: 2
|
|
1193
1195
|
},
|
|
1194
1196
|
children: "Performance"
|
|
1195
1197
|
})
|
|
@@ -1491,7 +1493,8 @@ var RecurringRevenueSection = function RecurringRevenueSection() {
|
|
|
1491
1493
|
sx: {
|
|
1492
1494
|
fontWeight: "bold",
|
|
1493
1495
|
color: "primary.main",
|
|
1494
|
-
mb:
|
|
1496
|
+
mb: 2,
|
|
1497
|
+
mt: 2
|
|
1495
1498
|
},
|
|
1496
1499
|
children: "Recurring revenue"
|
|
1497
1500
|
})
|
|
@@ -2103,7 +2106,8 @@ var DonorBehavior = function DonorBehavior() {
|
|
|
2103
2106
|
sx: {
|
|
2104
2107
|
fontWeight: "bold",
|
|
2105
2108
|
color: "primary.main",
|
|
2106
|
-
mb:
|
|
2109
|
+
mb: 2,
|
|
2110
|
+
mt: 2
|
|
2107
2111
|
},
|
|
2108
2112
|
children: "Donor Behavior"
|
|
2109
2113
|
})
|
|
@@ -2799,7 +2803,8 @@ var RecurringPlans = function RecurringPlans(_ref) {
|
|
|
2799
2803
|
sx: {
|
|
2800
2804
|
fontWeight: "bold",
|
|
2801
2805
|
color: "primary.main",
|
|
2802
|
-
mb:
|
|
2806
|
+
mb: 2,
|
|
2807
|
+
mt: 2
|
|
2803
2808
|
},
|
|
2804
2809
|
children: "Recurring Plans"
|
|
2805
2810
|
})
|
|
@@ -5154,7 +5159,8 @@ var UpdateEmails = function UpdateEmails() {
|
|
|
5154
5159
|
sx: {
|
|
5155
5160
|
fontWeight: "bold",
|
|
5156
5161
|
color: "primary.main",
|
|
5157
|
-
mb:
|
|
5162
|
+
mb: 2,
|
|
5163
|
+
mt: 2
|
|
5158
5164
|
},
|
|
5159
5165
|
children: "Update Emails"
|
|
5160
5166
|
})
|