@ammarkhalidfarooq/dashboard-package 0.4.60 → 0.4.61

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.es.js CHANGED
@@ -5613,8 +5613,8 @@ var OverallSection = function OverallSection(_ref) {
5613
5613
  gridTemplateColumns: {
5614
5614
  xs: "1fr 1fr",
5615
5615
  sm: "1fr 1fr",
5616
- // md: "1fr 1fr 1fr 1fr",
5617
- md: "repeat(4, 1fr)"
5616
+ md: "1fr 1fr 1fr",
5617
+ lg: "repeat(6, 1fr)"
5618
5618
  },
5619
5619
  gap: 2.25,
5620
5620
  mb: 0
@@ -5707,7 +5707,13 @@ var OverallSection = function OverallSection(_ref) {
5707
5707
  }), /*#__PURE__*/jsxs(Box, {
5708
5708
  sx: {
5709
5709
  display: "grid",
5710
- gridTemplateColumns: "repeat(auto-fit, minmax(280px, 1fr))",
5710
+ gridTemplateColumns: {
5711
+ xs: "1fr",
5712
+ // 1 card
5713
+ sm: "repeat(2, 1fr)",
5714
+ // 2 cards
5715
+ md: "repeat(4, 1fr)" // 4 cards
5716
+ },
5711
5717
  gap: 3,
5712
5718
  mt: 2.25,
5713
5719
  alignItems: "stretch"