@ammarkhalidfarooq/dashboard-package 0.4.72 → 0.4.74
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 -4
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +5 -4
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -3140,9 +3140,10 @@ var TrafficSourceCard = function TrafficSourceCard(_ref) {
|
|
|
3140
3140
|
display: "grid",
|
|
3141
3141
|
gridTemplateColumns: "2.5fr 1.5fr 2fr",
|
|
3142
3142
|
gap: 2,
|
|
3143
|
-
py:
|
|
3144
|
-
alignItems: "center"
|
|
3145
|
-
borderBottom:
|
|
3143
|
+
py: 0.5,
|
|
3144
|
+
alignItems: "center"
|
|
3145
|
+
// borderBottom:
|
|
3146
|
+
// index === trafficSourceData.length - 1 ? "none" : "1px solid #f5f5f5",
|
|
3146
3147
|
},
|
|
3147
3148
|
children: [/*#__PURE__*/jsxs(Box, {
|
|
3148
3149
|
sx: {
|
|
@@ -4984,7 +4985,7 @@ var RefundsChargebacksCard = function RefundsChargebacksCard(_ref) {
|
|
|
4984
4985
|
display: "flex",
|
|
4985
4986
|
gap: 2,
|
|
4986
4987
|
// mt: 0.5,
|
|
4987
|
-
mb:
|
|
4988
|
+
mb: 0.75,
|
|
4988
4989
|
flexWrap: "wrap"
|
|
4989
4990
|
},
|
|
4990
4991
|
children: [/*#__PURE__*/jsxs(Box, {
|