@ammarkhalidfarooq/dashboard-package 0.4.59 → 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.cjs.js +8 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +8 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -5615,7 +5615,7 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5615
5615
|
gridTemplateColumns: {
|
|
5616
5616
|
xs: "1fr 1fr",
|
|
5617
5617
|
sm: "1fr 1fr",
|
|
5618
|
-
md: "1fr 1fr 1fr
|
|
5618
|
+
md: "1fr 1fr 1fr",
|
|
5619
5619
|
lg: "repeat(6, 1fr)"
|
|
5620
5620
|
},
|
|
5621
5621
|
gap: 2.25,
|
|
@@ -5709,7 +5709,13 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5709
5709
|
}), /*#__PURE__*/jsxRuntime.jsxs(material.Box, {
|
|
5710
5710
|
sx: {
|
|
5711
5711
|
display: "grid",
|
|
5712
|
-
gridTemplateColumns:
|
|
5712
|
+
gridTemplateColumns: {
|
|
5713
|
+
xs: "1fr",
|
|
5714
|
+
// 1 card
|
|
5715
|
+
sm: "repeat(2, 1fr)",
|
|
5716
|
+
// 2 cards
|
|
5717
|
+
md: "repeat(4, 1fr)" // 4 cards
|
|
5718
|
+
},
|
|
5713
5719
|
gap: 3,
|
|
5714
5720
|
mt: 2.25,
|
|
5715
5721
|
alignItems: "stretch"
|