@kashifd/jwero-components 0.5.80 → 0.5.81
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 +4 -2
- 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
|
@@ -48579,7 +48579,8 @@ const nW = ({
|
|
|
48579
48579
|
backgroundColor: s.palette.grey[200]
|
|
48580
48580
|
},
|
|
48581
48581
|
padding: "0 1rem",
|
|
48582
|
-
height: "100%"
|
|
48582
|
+
height: "100%",
|
|
48583
|
+
...e == null ? void 0 : e.sx
|
|
48583
48584
|
},
|
|
48584
48585
|
children: /* @__PURE__ */ k.jsx(wt, { variant: "xlSemibold", children: e == null ? void 0 : e.label })
|
|
48585
48586
|
}
|
|
@@ -48597,7 +48598,8 @@ const nW = ({
|
|
|
48597
48598
|
"&:hover": {
|
|
48598
48599
|
backgroundColor: s.palette.grey[200]
|
|
48599
48600
|
},
|
|
48600
|
-
height: "100%"
|
|
48601
|
+
height: "100%",
|
|
48602
|
+
...t == null ? void 0 : t.sx
|
|
48601
48603
|
},
|
|
48602
48604
|
children: t != null && t.icon ? t == null ? void 0 : t.icon : /* @__PURE__ */ k.jsx(x0, {})
|
|
48603
48605
|
}
|