@its/core 2.6.0-beta.2 → 2.6.0-beta.3

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.
Files changed (2) hide show
  1. package/dist/core.es.js +11 -10
  2. package/package.json +1 -1
package/dist/core.es.js CHANGED
@@ -49514,15 +49514,16 @@ function DRe({
49514
49514
  actions: l,
49515
49515
  reverseInformations: d,
49516
49516
  dividers: h,
49517
- contentWidth: p = "100%"
49517
+ contentWidth: p = "100%",
49518
+ endIcon: y
49518
49519
  }) {
49519
- const { t: y } = jt(), m = () => r && r.length > 0 ? /* @__PURE__ */ A(yn, { width: "100%", paddingInline: "1rem", justifyContent: "space-between", children: r.map(({ primaryText: v, secondaryText: w }, x) => /* @__PURE__ */ Ae(Xm, { children: [
49520
+ const { t: m } = jt(), v = () => r && r.length > 0 ? /* @__PURE__ */ A(yn, { width: "100%", paddingInline: "1rem", justifyContent: "space-between", children: r.map(({ primaryText: w, secondaryText: x }, E) => /* @__PURE__ */ Ae(Xm, { children: [
49520
49521
  /* @__PURE__ */ A(
49521
49522
  oh,
49522
49523
  {
49523
49524
  reverse: d,
49524
- caption: w || "",
49525
- value: v,
49525
+ caption: x || "",
49526
+ value: w,
49526
49527
  captionColor: s?.color,
49527
49528
  valueColor: a?.color,
49528
49529
  width: a?.width,
@@ -49532,8 +49533,8 @@ function DRe({
49532
49533
  fallback: !0
49533
49534
  }
49534
49535
  ),
49535
- h && x < r.length - 1 && /* @__PURE__ */ A(pu, { orientation: "vertical", flexItem: !0 })
49536
- ] }, `${String(x)}`)) }) : /* @__PURE__ */ A(yn, { width: "100%", paddingInline: "1rem", justifyContent: "space-between", children: /* @__PURE__ */ A(
49536
+ h && E < r.length - 1 && /* @__PURE__ */ A(pu, { orientation: "vertical", flexItem: !0 })
49537
+ ] }, `${String(E)}`)) }) : /* @__PURE__ */ A(yn, { width: "100%", paddingInline: "1rem", justifyContent: "space-between", children: /* @__PURE__ */ A(
49537
49538
  oh,
49538
49539
  {
49539
49540
  reverse: d,
@@ -49548,7 +49549,7 @@ function DRe({
49548
49549
  }
49549
49550
  ) });
49550
49551
  return /* @__PURE__ */ A(hZ, { id: e, marginBottom: "1rem", width: p, children: /* @__PURE__ */ Ae(cX, { square: !0, disabled: u, onClick: c, children: [
49551
- /* @__PURE__ */ A(lX, { id: `${e}-header`, children: /* @__PURE__ */ Ae(
49552
+ /* @__PURE__ */ A(lX, { id: `${e}-header`, expandIcon: y, children: /* @__PURE__ */ Ae(
49552
49553
  yn,
49553
49554
  {
49554
49555
  sx: {
@@ -49557,8 +49558,8 @@ function DRe({
49557
49558
  justifyContent: "space-between"
49558
49559
  },
49559
49560
  children: [
49560
- m(),
49561
- /* @__PURE__ */ A(yn, { sx: { gap: "0.5rem" }, onClick: (v) => v.stopPropagation(), children: l })
49561
+ v(),
49562
+ /* @__PURE__ */ A(yn, { sx: { gap: "0.5rem" }, onClick: (w) => w.stopPropagation(), children: l })
49562
49563
  ]
49563
49564
  }
49564
49565
  ) }),
@@ -49579,7 +49580,7 @@ function DRe({
49579
49580
  whiteSpace: "pre-line",
49580
49581
  ...t
49581
49582
  },
49582
- children: n || y("NO_DETAILS")
49583
+ children: n || m("NO_DETAILS")
49583
49584
  }
49584
49585
  )
49585
49586
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@its/core",
4
- "version": "2.6.0-beta.2",
4
+ "version": "2.6.0-beta.3",
5
5
  "main": "dist/core.cjs.js",
6
6
  "module": "dist/core.es.js",
7
7
  "types": "dist/types/index.d.ts",