@ammarkhalidfarooq/dashboard-package 0.5.5 → 0.5.7
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 +3 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +3 -3
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -3096,8 +3096,8 @@ var TrafficSourceCard = function TrafficSourceCard(_ref) {
|
|
|
3096
3096
|
sx: {
|
|
3097
3097
|
display: "grid",
|
|
3098
3098
|
gridTemplateColumns: "2.5fr 1.5fr 2fr",
|
|
3099
|
-
gap: 2
|
|
3100
|
-
mb: 1.5
|
|
3099
|
+
gap: 2
|
|
3100
|
+
// mb: 1.5,
|
|
3101
3101
|
},
|
|
3102
3102
|
children: [/*#__PURE__*/jsx(Typography, {
|
|
3103
3103
|
sx: {
|
|
@@ -5224,7 +5224,7 @@ var MetricCard = function MetricCard(_ref) {
|
|
|
5224
5224
|
},
|
|
5225
5225
|
paddingTop: "10px !important",
|
|
5226
5226
|
paddingBottom: "10px !important",
|
|
5227
|
-
height:
|
|
5227
|
+
height: 92,
|
|
5228
5228
|
boxShadow: "0 14px 30px rgba(21, 26, 45, 0.06)"
|
|
5229
5229
|
},
|
|
5230
5230
|
onClick: onClick,
|