@apexcura/ui-components 0.0.11-Beta210 → 0.0.11-Beta211

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.js CHANGED
@@ -623,7 +623,8 @@ var ModelElement = (props) => {
623
623
  {
624
624
  open: model,
625
625
  onCancel,
626
- footer: null
626
+ footer: null,
627
+ title: selectedRecord.map((eachRecord) => /* @__PURE__ */ import_react19.default.createElement("div", null, /* @__PURE__ */ import_react19.default.createElement("p", null, eachRecord)))
627
628
  },
628
629
  /* @__PURE__ */ import_react19.default.createElement("p", null, "Model opened")
629
630
  );
package/dist/index.mjs CHANGED
@@ -572,7 +572,8 @@ var ModelElement = (props) => {
572
572
  {
573
573
  open: model,
574
574
  onCancel,
575
- footer: null
575
+ footer: null,
576
+ title: selectedRecord.map((eachRecord) => /* @__PURE__ */ React18.createElement("div", null, /* @__PURE__ */ React18.createElement("p", null, eachRecord)))
576
577
  },
577
578
  /* @__PURE__ */ React18.createElement("p", null, "Model opened")
578
579
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apexcura/ui-components",
3
- "version": "0.0.11-Beta210",
3
+ "version": "0.0.11-Beta211",
4
4
  "description": "Apex cura React components library",
5
5
  "keywords": [
6
6
  "apex cura",