@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.cjs.js
CHANGED
|
@@ -3142,9 +3142,10 @@ var TrafficSourceCard = function TrafficSourceCard(_ref) {
|
|
|
3142
3142
|
display: "grid",
|
|
3143
3143
|
gridTemplateColumns: "2.5fr 1.5fr 2fr",
|
|
3144
3144
|
gap: 2,
|
|
3145
|
-
py:
|
|
3146
|
-
alignItems: "center"
|
|
3147
|
-
borderBottom:
|
|
3145
|
+
py: 0.5,
|
|
3146
|
+
alignItems: "center"
|
|
3147
|
+
// borderBottom:
|
|
3148
|
+
// index === trafficSourceData.length - 1 ? "none" : "1px solid #f5f5f5",
|
|
3148
3149
|
},
|
|
3149
3150
|
children: [/*#__PURE__*/jsxRuntime.jsxs(material.Box, {
|
|
3150
3151
|
sx: {
|
|
@@ -4986,7 +4987,7 @@ var RefundsChargebacksCard = function RefundsChargebacksCard(_ref) {
|
|
|
4986
4987
|
display: "flex",
|
|
4987
4988
|
gap: 2,
|
|
4988
4989
|
// mt: 0.5,
|
|
4989
|
-
mb:
|
|
4990
|
+
mb: 0.75,
|
|
4990
4991
|
flexWrap: "wrap"
|
|
4991
4992
|
},
|
|
4992
4993
|
children: [/*#__PURE__*/jsxRuntime.jsxs(material.Box, {
|