@ammarkhalidfarooq/dashboard-package 0.6.85 → 0.6.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.
- package/dist/index.cjs.js +14 -5
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +14 -5
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -4430,7 +4430,9 @@ var DonorMixCard = function DonorMixCard(_ref) {
|
|
|
4430
4430
|
flexDirection: "column"
|
|
4431
4431
|
}, sx),
|
|
4432
4432
|
children: [/*#__PURE__*/jsxRuntime.jsxs(material.Box, {
|
|
4433
|
-
sx: {
|
|
4433
|
+
sx: {
|
|
4434
|
+
marginBottom: "12px"
|
|
4435
|
+
},
|
|
4434
4436
|
children: [/*#__PURE__*/jsxRuntime.jsx(material.Typography, {
|
|
4435
4437
|
sx: {
|
|
4436
4438
|
fontWeight: 700,
|
|
@@ -4587,6 +4589,9 @@ var TrafficSourceCard = function TrafficSourceCard(_ref) {
|
|
|
4587
4589
|
flexDirection: "column"
|
|
4588
4590
|
}, sx),
|
|
4589
4591
|
children: [/*#__PURE__*/jsxRuntime.jsxs(material.Box, {
|
|
4592
|
+
sx: {
|
|
4593
|
+
marginBottom: "12px"
|
|
4594
|
+
},
|
|
4590
4595
|
children: [/*#__PURE__*/jsxRuntime.jsx(material.Typography, {
|
|
4591
4596
|
sx: {
|
|
4592
4597
|
fontWeight: 700,
|
|
@@ -5053,7 +5058,9 @@ var MetricDonutCard = function MetricDonutCard(_ref2) {
|
|
|
5053
5058
|
flexDirection: "column"
|
|
5054
5059
|
}, sx),
|
|
5055
5060
|
children: [/*#__PURE__*/jsxRuntime.jsxs(material.Box, {
|
|
5056
|
-
sx: {
|
|
5061
|
+
sx: {
|
|
5062
|
+
marginBottom: "4px"
|
|
5063
|
+
},
|
|
5057
5064
|
children: [/*#__PURE__*/jsxRuntime.jsx(material.Typography, {
|
|
5058
5065
|
sx: {
|
|
5059
5066
|
fontWeight: 700,
|
|
@@ -5389,7 +5396,8 @@ var DonationTypeBarChart = function DonationTypeBarChart(_ref) {
|
|
|
5389
5396
|
},
|
|
5390
5397
|
children: [/*#__PURE__*/jsxRuntime.jsxs(material.Box, {
|
|
5391
5398
|
sx: {
|
|
5392
|
-
textAlign: "left"
|
|
5399
|
+
textAlign: "left",
|
|
5400
|
+
marginBottom: "12px"
|
|
5393
5401
|
},
|
|
5394
5402
|
children: [/*#__PURE__*/jsxRuntime.jsx(material.Typography, {
|
|
5395
5403
|
sx: {
|
|
@@ -6433,7 +6441,8 @@ var PaidDonorGeographyCard = function PaidDonorGeographyCard(_ref9) {
|
|
|
6433
6441
|
}, sx),
|
|
6434
6442
|
children: [/*#__PURE__*/jsxRuntime.jsxs(material.Box, {
|
|
6435
6443
|
sx: {
|
|
6436
|
-
textAlign: "left"
|
|
6444
|
+
textAlign: "left",
|
|
6445
|
+
marginBottom: "12px"
|
|
6437
6446
|
},
|
|
6438
6447
|
children: [/*#__PURE__*/jsxRuntime.jsx(material.Typography, {
|
|
6439
6448
|
sx: {
|
|
@@ -6711,7 +6720,7 @@ var RefundsChargebacksCard = function RefundsChargebacksCard(_ref) {
|
|
|
6711
6720
|
}, sx),
|
|
6712
6721
|
children: [/*#__PURE__*/jsxRuntime.jsxs(material.Box, {
|
|
6713
6722
|
sx: {
|
|
6714
|
-
|
|
6723
|
+
marginBottom: "12px"
|
|
6715
6724
|
},
|
|
6716
6725
|
children: [/*#__PURE__*/jsxRuntime.jsx(material.Typography, {
|
|
6717
6726
|
sx: {
|