@3sc/common-component 0.0.152 → 0.0.153
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 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +53 -53
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -46130,7 +46130,6 @@ const Q7 = G(eS)(({ theme: e }) => ({
|
|
|
46130
46130
|
zIndex: 1,
|
|
46131
46131
|
padding: "0 0.25rem",
|
|
46132
46132
|
transform: "translate(14px, 12px) scale(1)",
|
|
46133
|
-
// center vertically (non-shrinked)
|
|
46134
46133
|
transition: "all 0.2s ease"
|
|
46135
46134
|
},
|
|
46136
46135
|
"& .MuiInputLabel-shrink": {
|
|
@@ -46159,6 +46158,9 @@ const Q7 = G(eS)(({ theme: e }) => ({
|
|
|
46159
46158
|
},
|
|
46160
46159
|
"& .MuiPickersOutlinedInput-notchedOutline": {
|
|
46161
46160
|
border: "none!important"
|
|
46161
|
+
},
|
|
46162
|
+
"& .MuiPickersOutlinedInput-sectionsContainer": {
|
|
46163
|
+
padding: 0
|
|
46162
46164
|
}
|
|
46163
46165
|
})), eG = ({
|
|
46164
46166
|
value: e,
|
|
@@ -46282,7 +46284,6 @@ const Q7 = G(eS)(({ theme: e }) => ({
|
|
|
46282
46284
|
"& .MuiPickersOutlinedInput-root": {
|
|
46283
46285
|
border: `0.1rem solid ${n ? s.palette.brandColor.red : s.palette.primary.notifyBorderColor}`
|
|
46284
46286
|
},
|
|
46285
|
-
overflow: "hidden",
|
|
46286
46287
|
...t
|
|
46287
46288
|
},
|
|
46288
46289
|
...r
|