@ammarkhalidfarooq/dashboard-package 0.4.73 → 0.4.75
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 -7
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +5 -7
- 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, {
|
|
@@ -3140,9 +3137,10 @@ var TrafficSourceCard = function TrafficSourceCard(_ref) {
|
|
|
3140
3137
|
display: "grid",
|
|
3141
3138
|
gridTemplateColumns: "2.5fr 1.5fr 2fr",
|
|
3142
3139
|
gap: 2,
|
|
3143
|
-
py:
|
|
3144
|
-
alignItems: "center"
|
|
3145
|
-
borderBottom:
|
|
3140
|
+
py: 0.5,
|
|
3141
|
+
alignItems: "center"
|
|
3142
|
+
// borderBottom:
|
|
3143
|
+
// index === trafficSourceData.length - 1 ? "none" : "1px solid #f5f5f5",
|
|
3146
3144
|
},
|
|
3147
3145
|
children: [/*#__PURE__*/jsxs(Box, {
|
|
3148
3146
|
sx: {
|
|
@@ -3212,7 +3210,7 @@ var TrafficSourceCard = function TrafficSourceCard(_ref) {
|
|
|
3212
3210
|
})
|
|
3213
3211
|
}), /*#__PURE__*/jsxs(Box, {
|
|
3214
3212
|
sx: {
|
|
3215
|
-
mt:
|
|
3213
|
+
mt: 0,
|
|
3216
3214
|
pt: 2,
|
|
3217
3215
|
// borderTop: "1px solid #f0f0f0",
|
|
3218
3216
|
display: "flex",
|