@3sc/common-component 0.0.251 → 0.0.252
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 +5 -0
- 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
|
@@ -40207,7 +40207,12 @@ const QV = ({ color: e }) => /* @__PURE__ */ y.jsx("svg", { width: "7", height:
|
|
|
40207
40207
|
n8,
|
|
40208
40208
|
{
|
|
40209
40209
|
variant: "outlined",
|
|
40210
|
+
inputProps: {
|
|
40211
|
+
style: { cursor: t != null && t.disabled ? "not-allowed" : "pointer" }
|
|
40212
|
+
},
|
|
40210
40213
|
sx: {
|
|
40214
|
+
cursor: t != null && t.disabled ? "not-allowed" : "pointer",
|
|
40215
|
+
opacity: t != null && t.disabled ? 0.6 : 1,
|
|
40211
40216
|
...!e && {
|
|
40212
40217
|
"& .MuiOutlinedInput-root": {
|
|
40213
40218
|
borderRadius: 0,
|