@dxs-ts/eveli-ide 0.0.379 → 0.0.381

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/build/index.js +8 -8
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -143412,7 +143412,7 @@ function imr(n) {
143412
143412
  })
143413
143413
  };
143414
143414
  }
143415
- const YPt = { tag: "eveli-ide-0.0.379", built: "19/06/2025" }, yYt = ki("worker/rest/api/version.GET")({
143415
+ const YPt = { tag: "eveli-ide-0.0.381", built: "20/06/2025" }, yYt = ki("worker/rest/api/version.GET")({
143416
143416
  hook: amr
143417
143417
  });
143418
143418
  function amr(n) {
@@ -147881,9 +147881,10 @@ const Y0r = () => {
147881
147881
  },
147882
147882
  "& .BatchViewHeaders-instanceSection": {
147883
147883
  display: "flex",
147884
- justifyContent: "right",
147885
- alignItems: "flex-end",
147884
+ flexDirection: "column",
147885
+ justifyContent: "space-between",
147886
147886
  padding: n.spacing(2),
147887
+ textAlign: "right",
147887
147888
  width: r.instanceSectionWidth
147888
147889
  },
147889
147890
  "& .BatchViewHeaders-title": {
@@ -147904,11 +147905,10 @@ const $0r = (n) => {
147904
147905
  ...o
147905
147906
  }, h = ewr(o.batch), f = twr(o.batch);
147906
147907
  return /* @__PURE__ */ B(Q0r, { className: r.root, ownerState: u, children: [
147907
- /* @__PURE__ */ b(De, { className: r.instanceSection, children: /* @__PURE__ */ b(Ne, { className: r.title, children: s.formatMessage({ id: "eveli.batches.averageRunTime" }) }) }),
147908
- /* @__PURE__ */ b(De, { children: /* @__PURE__ */ B(Ne, { className: r.title, textAlign: "left", children: [
147909
- s.formatMessage({ id: "eveli.batches.batchName", defaultMessage: "Batch name: " }),
147910
- n.batch.batchName
147911
- ] }) }),
147908
+ /* @__PURE__ */ B(De, { className: r.instanceSection, children: [
147909
+ /* @__PURE__ */ b(Ne, { className: r.title, children: n.batch.batchName }),
147910
+ /* @__PURE__ */ b(Ne, { className: r.title, children: s.formatMessage({ id: "eveli.batches.averageRunTime" }) })
147911
+ ] }),
147912
147912
  h.map((w) => /* @__PURE__ */ B(De, { className: r.stepSection, children: [
147913
147913
  /* @__PURE__ */ b(Ne, { className: r.title, children: w }),
147914
147914
  /* @__PURE__ */ B(Ne, { children: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxs-ts/eveli-ide",
3
- "version": "0.0.379",
3
+ "version": "0.0.381",
4
4
  "homepage": "https://github.com/digiexpress-io/digiexpress-parent",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",