@kashifd/jwero-components 0.7.27 → 0.7.28
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 +3 -3
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -58588,7 +58588,7 @@ const yW = ({
|
|
|
58588
58588
|
sx: {
|
|
58589
58589
|
gap: "0.1rem",
|
|
58590
58590
|
width: "fit-content",
|
|
58591
|
-
//
|
|
58591
|
+
// height: "fit-content",
|
|
58592
58592
|
cursor: "pointer",
|
|
58593
58593
|
height: "2.5rem",
|
|
58594
58594
|
transition: "0.3s ease"
|
|
@@ -58607,7 +58607,7 @@ const yW = ({
|
|
|
58607
58607
|
backgroundColor: c.palette.mode === "light" ? c.palette.grey[200] : "#2e2d2d"
|
|
58608
58608
|
},
|
|
58609
58609
|
padding: "0 1rem",
|
|
58610
|
-
height: "
|
|
58610
|
+
height: "2.5rem",
|
|
58611
58611
|
...e == null ? void 0 : e.sx
|
|
58612
58612
|
},
|
|
58613
58613
|
children: /* @__PURE__ */ b.jsx(
|
|
@@ -58633,7 +58633,7 @@ const yW = ({
|
|
|
58633
58633
|
"&:hover": {
|
|
58634
58634
|
backgroundColor: c.palette.mode === "light" ? c.palette.grey[200] : "#2e2d2d"
|
|
58635
58635
|
},
|
|
58636
|
-
height: "
|
|
58636
|
+
height: "2.5rem",
|
|
58637
58637
|
...t == null ? void 0 : t.sx
|
|
58638
58638
|
},
|
|
58639
58639
|
children: t != null && t.icon ? t == null ? void 0 : t.icon : /* @__PURE__ */ b.jsx(_x, {})
|