adpro-react 0.0.23-rc.7 → 0.0.23-rc.8

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.
@@ -30577,7 +30577,7 @@ const Yx = () => {
30577
30577
  autoHideDuration: 5e3,
30578
30578
  onClose: o,
30579
30579
  slotProps: { transition: { onExited: n } },
30580
- message: t && /* @__PURE__ */ T.jsxs(Rr, { alignSelf: "stretch", sx: { minWidth: "288px !important" }, children: [
30580
+ message: t && /* @__PURE__ */ T.jsxs(Rr, { alignSelf: "stretch", sx: { minWidth: "288px !important", flex: 1 }, children: [
30581
30581
  /* @__PURE__ */ T.jsxs(
30582
30582
  Rt,
30583
30583
  {
@@ -30586,7 +30586,7 @@ const Yx = () => {
30586
30586
  gap: "0.75rem",
30587
30587
  padding: "0.75rem",
30588
30588
  alignSelf: "stretch",
30589
- sx: { minWidth: "288px !important" },
30589
+ sx: { minWidth: "288px !important", flex: 1 },
30590
30590
  children: [
30591
30591
  /* @__PURE__ */ T.jsx(
30592
30592
  Rr,
@@ -30672,7 +30672,8 @@ const Yx = () => {
30672
30672
  alignSelf: "stretch",
30673
30673
  display: "flex",
30674
30674
  alignItems: "flex-start",
30675
- justifyContent: "flex-start"
30675
+ justifyContent: "flex-start",
30676
+ flex: 1
30676
30677
  }
30677
30678
  }
30678
30679
  },
@@ -30686,7 +30687,7 @@ const Yx = () => {
30686
30687
  Despues: "Actual",
30687
30688
  Origen: "Origen Cambio",
30688
30689
  Comentario: "Comentario",
30689
- TipoAfectacion: "Tipo de Afectación"
30690
+ TipoAfectacion: "Tipo de afectación"
30690
30691
  }, P0 = (e) => Symbol.iterator in e, k0 = (e) => (
30691
30692
  // HACK: avoid checking entries type
30692
30693
  "entries" in e
@@ -38405,7 +38406,7 @@ const fx = ({ cantidad: e, isExpanded: t, titulo: r, ultimaMod: n, data: o, onHa
38405
38406
  const e = dt(ut((l) => l.data)), t = dt(ut((l) => l.expanded)), r = dt(ut((l) => l.isLoading)), [n, o] = zt([]), a = Object.keys(e).sort(), i = (l) => (c, u) => {
38406
38407
  o((p) => u ? [...p, l] : p.filter((C) => C !== l));
38407
38408
  };
38408
- return /* @__PURE__ */ T.jsx(T.Fragment, { children: r ? /* @__PURE__ */ T.jsx(ay, {}) : a.length == 0 ? /* @__PURE__ */ T.jsx(p4, { severity: "warning", children: "No existe datos con estos criterios de busqueda" }) : a.map((l) => {
38409
+ return /* @__PURE__ */ T.jsx(T.Fragment, { children: r ? /* @__PURE__ */ T.jsx(ay, {}) : a.length == 0 ? /* @__PURE__ */ T.jsx(p4, { severity: "warning", children: "No existen datos con estos criterios de búsqueda" }) : a.map((l) => {
38409
38410
  const c = e[l].length, u = c > 0 && e[l][c - 1].$FechaHora || "", p = t || n.includes(l);
38410
38411
  return /* @__PURE__ */ T.jsx(
38411
38412
  fx,
@@ -1 +1 @@
1
- {"version":3,"file":"NotificationADPRO.d.ts","sourceRoot":"","sources":["../../../../src/components/ToastNotificationADPRO/view/NotificationADPRO.tsx"],"names":[],"mappings":"AAwFA,eAAO,MAAM,iBAAiB,+CA2L7B,CAAC"}
1
+ {"version":3,"file":"NotificationADPRO.d.ts","sourceRoot":"","sources":["../../../../src/components/ToastNotificationADPRO/view/NotificationADPRO.tsx"],"names":[],"mappings":"AAwFA,eAAO,MAAM,iBAAiB,+CA4L7B,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adpro-react",
3
- "version": "0.0.23-rc.07",
3
+ "version": "0.0.23-rc.08",
4
4
  "author": "Joel Mateo Robles Atuesta",
5
5
  "main": "dist/adpro-react.cjs.js",
6
6
  "module": "dist/adpro-react.es.js",