@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.cjs.js
CHANGED
|
@@ -3132,9 +3132,6 @@ var TrafficSourceCard = function TrafficSourceCard(_ref) {
|
|
|
3132
3132
|
children: "SHARE"
|
|
3133
3133
|
})]
|
|
3134
3134
|
}), /*#__PURE__*/jsxRuntime.jsx(material.Box, {
|
|
3135
|
-
sx: {
|
|
3136
|
-
flexGrow: 1
|
|
3137
|
-
},
|
|
3138
3135
|
children: trafficSourceData.map(function (item, index) {
|
|
3139
3136
|
var _item$share;
|
|
3140
3137
|
return /*#__PURE__*/jsxRuntime.jsxs(material.Box, {
|
|
@@ -3215,7 +3212,7 @@ var TrafficSourceCard = function TrafficSourceCard(_ref) {
|
|
|
3215
3212
|
})
|
|
3216
3213
|
}), /*#__PURE__*/jsxRuntime.jsxs(material.Box, {
|
|
3217
3214
|
sx: {
|
|
3218
|
-
mt:
|
|
3215
|
+
mt: 0,
|
|
3219
3216
|
pt: 2,
|
|
3220
3217
|
// borderTop: "1px solid #f0f0f0",
|
|
3221
3218
|
display: "flex",
|
|
@@ -5104,7 +5101,7 @@ var RefundsChargebacksCard = function RefundsChargebacksCard(_ref) {
|
|
|
5104
5101
|
})
|
|
5105
5102
|
}), /*#__PURE__*/jsxRuntime.jsx(material.Box, {
|
|
5106
5103
|
sx: {
|
|
5107
|
-
height:
|
|
5104
|
+
height: 140,
|
|
5108
5105
|
width: "100%",
|
|
5109
5106
|
flexShrink: 0
|
|
5110
5107
|
},
|