@ammarkhalidfarooq/dashboard-package 0.4.73 → 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 +4 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +4 -3
- 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: {
|