@kashifd/jwero-components 0.7.15 → 0.7.16
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 +2 -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
|
@@ -49032,11 +49032,11 @@ const YF = /* @__PURE__ */ Ho(VF), UF = ({ ...e }) => /* @__PURE__ */ b.jsxs(
|
|
|
49032
49032
|
gap: "1rem",
|
|
49033
49033
|
width: "100%",
|
|
49034
49034
|
padding: "0.625rem 3rem 0.625rem 1rem",
|
|
49035
|
-
cursor: P != null && P.disable ? "allowed" : "pointer",
|
|
49035
|
+
cursor: P != null && P.disable ? "not-allowed" : "pointer",
|
|
49036
49036
|
backgroundColor: P != null && P.disable ? r.colors.surface2_lightgrey : r.palette.background.paper,
|
|
49037
49037
|
opacity: P != null && P.disable ? 0.3 : 1,
|
|
49038
49038
|
"&:hover": {
|
|
49039
|
-
backgroundColor: r.
|
|
49039
|
+
backgroundColor: r.palette.mode === "dark" ? "#090A0B" : "#E9EFFF"
|
|
49040
49040
|
},
|
|
49041
49041
|
...P == null ? void 0 : P.sx
|
|
49042
49042
|
},
|