@ammarkhalidfarooq/dashboard-package 0.4.74 → 0.4.76
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 +2 -5
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +2 -5
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -3130,9 +3130,6 @@ var TrafficSourceCard = function TrafficSourceCard(_ref) {
|
|
|
3130
3130
|
children: "SHARE"
|
|
3131
3131
|
})]
|
|
3132
3132
|
}), /*#__PURE__*/jsx(Box, {
|
|
3133
|
-
sx: {
|
|
3134
|
-
flexGrow: 1
|
|
3135
|
-
},
|
|
3136
3133
|
children: trafficSourceData.map(function (item, index) {
|
|
3137
3134
|
var _item$share;
|
|
3138
3135
|
return /*#__PURE__*/jsxs(Box, {
|
|
@@ -3213,7 +3210,7 @@ var TrafficSourceCard = function TrafficSourceCard(_ref) {
|
|
|
3213
3210
|
})
|
|
3214
3211
|
}), /*#__PURE__*/jsxs(Box, {
|
|
3215
3212
|
sx: {
|
|
3216
|
-
mt:
|
|
3213
|
+
mt: 0,
|
|
3217
3214
|
pt: 2,
|
|
3218
3215
|
// borderTop: "1px solid #f0f0f0",
|
|
3219
3216
|
display: "flex",
|
|
@@ -5102,7 +5099,7 @@ var RefundsChargebacksCard = function RefundsChargebacksCard(_ref) {
|
|
|
5102
5099
|
})
|
|
5103
5100
|
}), /*#__PURE__*/jsx(Box, {
|
|
5104
5101
|
sx: {
|
|
5105
|
-
height:
|
|
5102
|
+
height: 140,
|
|
5106
5103
|
width: "100%",
|
|
5107
5104
|
flexShrink: 0
|
|
5108
5105
|
},
|