@3sc/common-component 0.0.251 → 0.0.253
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 +13 -3
- 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,
|
|
@@ -40463,15 +40468,20 @@ const QV = ({ color: e }) => /* @__PURE__ */ y.jsx("svg", { width: "7", height:
|
|
|
40463
40468
|
}
|
|
40464
40469
|
),
|
|
40465
40470
|
/* @__PURE__ */ y.jsx(
|
|
40466
|
-
|
|
40471
|
+
ge,
|
|
40467
40472
|
{
|
|
40473
|
+
component: u ? ge : pa,
|
|
40468
40474
|
id: k,
|
|
40469
40475
|
open: u ? !0 : E,
|
|
40470
40476
|
anchorEl: v,
|
|
40471
40477
|
onClose: u ? void 0 : D,
|
|
40472
40478
|
anchorOrigin: { vertical: "top", horizontal: "left" },
|
|
40473
40479
|
transformOrigin: { vertical: "top", horizontal: "left" },
|
|
40474
|
-
sx: {
|
|
40480
|
+
sx: u ? {
|
|
40481
|
+
width: "max-content",
|
|
40482
|
+
border: `0.1rem solid ${m.palette.primary.notifyBorderColor}`,
|
|
40483
|
+
borderRadius: "0.8rem"
|
|
40484
|
+
} : {
|
|
40475
40485
|
"& .MuiPopover-paper": {
|
|
40476
40486
|
backgroundColor: "transparent",
|
|
40477
40487
|
borderRadius: "1rem"
|
|
@@ -40514,7 +40524,7 @@ const QV = ({ color: e }) => /* @__PURE__ */ y.jsx("svg", { width: "7", height:
|
|
|
40514
40524
|
backgroundImage: `linear-gradient(90deg, ${m.palette.brandColor.lightOrange} 50%, transparent 50%)`
|
|
40515
40525
|
},
|
|
40516
40526
|
"& .rdp-caption_label": {
|
|
40517
|
-
color: m.palette.
|
|
40527
|
+
color: m.palette.primary.notifyActiveText,
|
|
40518
40528
|
fontSize: "1.7rem",
|
|
40519
40529
|
fontWeight: "500"
|
|
40520
40530
|
},
|