@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.es.js
CHANGED
|
@@ -5613,7 +5613,7 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5613
5613
|
gridTemplateColumns: {
|
|
5614
5614
|
xs: "1fr 1fr",
|
|
5615
5615
|
sm: "1fr 1fr",
|
|
5616
|
-
md: "1fr 1fr 1fr
|
|
5616
|
+
md: "1fr 1fr 1fr",
|
|
5617
5617
|
lg: "repeat(6, 1fr)"
|
|
5618
5618
|
},
|
|
5619
5619
|
gap: 2.25,
|
|
@@ -5707,7 +5707,13 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5707
5707
|
}), /*#__PURE__*/jsxs(Box, {
|
|
5708
5708
|
sx: {
|
|
5709
5709
|
display: "grid",
|
|
5710
|
-
gridTemplateColumns:
|
|
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"
|