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