@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.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, {
|
|
@@ -3142,9 +3139,10 @@ var TrafficSourceCard = function TrafficSourceCard(_ref) {
|
|
|
3142
3139
|
display: "grid",
|
|
3143
3140
|
gridTemplateColumns: "2.5fr 1.5fr 2fr",
|
|
3144
3141
|
gap: 2,
|
|
3145
|
-
py:
|
|
3146
|
-
alignItems: "center"
|
|
3147
|
-
borderBottom:
|
|
3142
|
+
py: 0.5,
|
|
3143
|
+
alignItems: "center"
|
|
3144
|
+
// borderBottom:
|
|
3145
|
+
// index === trafficSourceData.length - 1 ? "none" : "1px solid #f5f5f5",
|
|
3148
3146
|
},
|
|
3149
3147
|
children: [/*#__PURE__*/jsxRuntime.jsxs(material.Box, {
|
|
3150
3148
|
sx: {
|
|
@@ -3214,7 +3212,7 @@ var TrafficSourceCard = function TrafficSourceCard(_ref) {
|
|
|
3214
3212
|
})
|
|
3215
3213
|
}), /*#__PURE__*/jsxRuntime.jsxs(material.Box, {
|
|
3216
3214
|
sx: {
|
|
3217
|
-
mt:
|
|
3215
|
+
mt: 0,
|
|
3218
3216
|
pt: 2,
|
|
3219
3217
|
// borderTop: "1px solid #f0f0f0",
|
|
3220
3218
|
display: "flex",
|