@3sc/common-component 0.0.362 → 0.0.363

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
@@ -44422,7 +44422,7 @@ function kw({
44422
44422
  onDrop: J && !(D != null && D.isMandatory) ? Ie : void 0,
44423
44423
  onDragEnd: J && !(D != null && D.isMandatory) ? G : void 0,
44424
44424
  sx: {
44425
- ...(D == null ? void 0 : D.isSticky) && { boxShadow: "rgba(17, 17, 26, 0.7) 4px 0px 6px -2px" },
44425
+ ...(D == null ? void 0 : D.isSticky) && { boxShadow: "rgba(17, 17, 26, 0.3) 4px 0px 6px -2px" },
44426
44426
  ...D.isCenterTable && {
44427
44427
  borderRight: "0.1rem solid",
44428
44428
  borderBottom: "0.1rem solid",
@@ -44467,6 +44467,7 @@ function kw({
44467
44467
  style: D == null ? void 0 : D.style,
44468
44468
  className: `${D == null ? void 0 : D.label}`,
44469
44469
  sx: {
44470
+ position: "relative",
44470
44471
  ...D.isCenterTable && {
44471
44472
  borderRight: "0.1rem solid",
44472
44473
  borderBottom: "0.1rem solid",
@@ -44476,7 +44477,7 @@ function kw({
44476
44477
  }
44477
44478
  },
44478
44479
  ...(D == null ? void 0 : D.isSticky) && {
44479
- boxShadow: "rgba(17, 17, 26, 0.7) 4px 0px 6px -2px"
44480
+ boxShadow: "rgba(17, 17, 26, 0.3) 4px 0px 6px -2px"
44480
44481
  },
44481
44482
  ...be && {
44482
44483
  position: "sticky",
@@ -44495,11 +44496,14 @@ function kw({
44495
44496
  sx: {
44496
44497
  position: "absolute",
44497
44498
  bottom: 0,
44499
+ // ✅ Required to anchor the bar correctly
44498
44500
  left: 0,
44499
44501
  width: "100%",
44500
44502
  height: "0.08rem",
44501
44503
  background: "linear-gradient(#F9B16E, #F68080)",
44502
- pointerEvents: "none"
44504
+ pointerEvents: "none",
44505
+ zIndex: 1
44506
+ // ✅ So it stays under content
44503
44507
  }
44504
44508
  }
44505
44509
  ),
@@ -44611,7 +44615,8 @@ function kw({
44611
44615
  overflow: "auto",
44612
44616
  width: "100%",
44613
44617
  border: `0.1rem solid ${u.palette.primary.notifyBorderColor}`,
44614
- borderRadius: "1.4rem"
44618
+ borderRadius: "1.4rem",
44619
+ position: "relative"
44615
44620
  },
44616
44621
  children: /* @__PURE__ */ y.jsxs(
44617
44622
  Fv,
@@ -44630,8 +44635,8 @@ function kw({
44630
44635
  sx: {
44631
44636
  position: "sticky",
44632
44637
  top: 0,
44633
- backgroundColor: u.palette.primary.notifyBackground,
44634
- zIndex: 3
44638
+ zIndex: 3,
44639
+ backgroundColor: (D) => D.palette.primary.notifyBackground
44635
44640
  },
44636
44641
  children: d.map(
44637
44642
  (D, Y) => D != null && D.isHidden || (D == null ? void 0 : D.isVisible) === !1 ? null : /* @__PURE__ */ y.jsxs(ye.Fragment, { children: [
@@ -45516,7 +45521,7 @@ const HW = {
45516
45521
  }, Ty = async (e, t, n) => {
45517
45522
  try {
45518
45523
  const r = n === xw.MARK_ALL_READ ? "" : `&${Nw}=${n}&`, o = `${e}${qc.NOTIFICATION}${Qp.VERSION}?${nh}=${oh}&${rh}=${sh}${r}`;
45519
- return await Ot.put(o, t, Ma);
45524
+ return await Ot.put(o, Ma);
45520
45525
  } catch (r) {
45521
45526
  return r;
45522
45527
  }