@ammarkhalidfarooq/dashboard-package 0.4.74 → 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 +1 -4
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +1 -4
- 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, {
|
|
@@ -3213,7 +3210,7 @@ var TrafficSourceCard = function TrafficSourceCard(_ref) {
|
|
|
3213
3210
|
})
|
|
3214
3211
|
}), /*#__PURE__*/jsxs(Box, {
|
|
3215
3212
|
sx: {
|
|
3216
|
-
mt:
|
|
3213
|
+
mt: 0,
|
|
3217
3214
|
pt: 2,
|
|
3218
3215
|
// borderTop: "1px solid #f0f0f0",
|
|
3219
3216
|
display: "flex",
|