@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.cjs.js
CHANGED
|
@@ -3098,8 +3098,8 @@ var TrafficSourceCard = function TrafficSourceCard(_ref) {
|
|
|
3098
3098
|
sx: {
|
|
3099
3099
|
display: "grid",
|
|
3100
3100
|
gridTemplateColumns: "2.5fr 1.5fr 2fr",
|
|
3101
|
-
gap: 2
|
|
3102
|
-
mb: 1.5
|
|
3101
|
+
gap: 2
|
|
3102
|
+
// mb: 1.5,
|
|
3103
3103
|
},
|
|
3104
3104
|
children: [/*#__PURE__*/jsxRuntime.jsx(material.Typography, {
|
|
3105
3105
|
sx: {
|
|
@@ -5226,7 +5226,7 @@ var MetricCard = function MetricCard(_ref) {
|
|
|
5226
5226
|
},
|
|
5227
5227
|
paddingTop: "10px !important",
|
|
5228
5228
|
paddingBottom: "10px !important",
|
|
5229
|
-
height:
|
|
5229
|
+
height: 92,
|
|
5230
5230
|
boxShadow: "0 14px 30px rgba(21, 26, 45, 0.06)"
|
|
5231
5231
|
},
|
|
5232
5232
|
onClick: onClick,
|