@3sc/common-component 0.0.234 → 0.0.236
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 +12 -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
|
@@ -40127,7 +40127,7 @@ const QV = ({ color: e }) => /* @__PURE__ */ g.jsx("svg", { width: "7", height:
|
|
|
40127
40127
|
}
|
|
40128
40128
|
},
|
|
40129
40129
|
"& .MuiInputBase-input": {
|
|
40130
|
-
color: `${e.palette.primary.
|
|
40130
|
+
color: `${e.palette.primary.notifyActiveText} !important`,
|
|
40131
40131
|
fontSize: "1.1rem",
|
|
40132
40132
|
height: "2.6rem",
|
|
40133
40133
|
padding: "0.3rem 1rem"
|
|
@@ -40170,6 +40170,16 @@ const QV = ({ color: e }) => /* @__PURE__ */ g.jsx("svg", { width: "7", height:
|
|
|
40170
40170
|
},
|
|
40171
40171
|
"& .MuiFormLabel-asterisk": {
|
|
40172
40172
|
color: e.palette.brandColor.red
|
|
40173
|
+
},
|
|
40174
|
+
"& input:-webkit-autofill": {
|
|
40175
|
+
WebkitBoxShadow: "0 0 0 10rem transparent inset !important",
|
|
40176
|
+
WebkitTextFillColor: `${e.palette.primary.notifyActiveText} !important`,
|
|
40177
|
+
caretColor: e.palette.primary.notifyActiveText,
|
|
40178
|
+
transition: "background-color 9999s ease-in-out 0s !important"
|
|
40179
|
+
},
|
|
40180
|
+
"& input:-webkit-autofill:hover ": {
|
|
40181
|
+
WebkitBoxShadow: "0 0 0 10rem transparent inset !important",
|
|
40182
|
+
WebkitTextFillColor: `${e.palette.primary.notifyActiveText} !important`
|
|
40173
40183
|
}
|
|
40174
40184
|
})), Md = (e) => /* @__PURE__ */ g.jsx(Gn, { children: /* @__PURE__ */ g.jsx(
|
|
40175
40185
|
n8,
|
|
@@ -40773,7 +40783,7 @@ const m8 = ({ options: e, isDraggable: t }) => {
|
|
|
40773
40783
|
open: c,
|
|
40774
40784
|
anchorEl: w.current,
|
|
40775
40785
|
placement: "bottom-start",
|
|
40776
|
-
style: { zIndex:
|
|
40786
|
+
style: { zIndex: 99999 },
|
|
40777
40787
|
ref: O,
|
|
40778
40788
|
modifiers: [
|
|
40779
40789
|
{
|