@3sc/common-component 0.0.151 → 0.0.152
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 -1
- 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
|
@@ -46259,7 +46259,7 @@ const Q7 = G(eS)(({ theme: e }) => ({
|
|
|
46259
46259
|
},
|
|
46260
46260
|
textField: {
|
|
46261
46261
|
error: n,
|
|
46262
|
-
helperText: n ? o :
|
|
46262
|
+
helperText: n ? o : null,
|
|
46263
46263
|
InputProps: { readOnly: !0 },
|
|
46264
46264
|
sx: {
|
|
46265
46265
|
"&.Mui-disabled *": {
|
|
@@ -46282,6 +46282,7 @@ const Q7 = G(eS)(({ theme: e }) => ({
|
|
|
46282
46282
|
"& .MuiPickersOutlinedInput-root": {
|
|
46283
46283
|
border: `0.1rem solid ${n ? s.palette.brandColor.red : s.palette.primary.notifyBorderColor}`
|
|
46284
46284
|
},
|
|
46285
|
+
overflow: "hidden",
|
|
46285
46286
|
...t
|
|
46286
46287
|
},
|
|
46287
46288
|
...r
|