@apexcura/ui-components 0.0.14-Beta250 → 0.0.14-Beta251

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
@@ -824,7 +824,7 @@ var ModelElement = (props) => {
824
824
  }
825
825
  },
826
826
  modalContent && modalContent.fields[0].fields.map((eachFiled) => {
827
- eachFiled.fileds.map((headerItem) => {
827
+ eachFiled.fileds && eachFiled.fileds.map((headerItem) => {
828
828
  console.log("headerItem", headerItem);
829
829
  return /* @__PURE__ */ import_react20.default.createElement("p", { style: { fontWeight: "500", padding: "10px" } }, /* @__PURE__ */ import_react20.default.createElement(
830
830
  "span",
package/dist/index.mjs CHANGED
@@ -758,7 +758,7 @@ var ModelElement = (props) => {
758
758
  }
759
759
  },
760
760
  modalContent && modalContent.fields[0].fields.map((eachFiled) => {
761
- eachFiled.fileds.map((headerItem) => {
761
+ eachFiled.fileds && eachFiled.fileds.map((headerItem) => {
762
762
  console.log("headerItem", headerItem);
763
763
  return /* @__PURE__ */ React20.createElement("p", { style: { fontWeight: "500", padding: "10px" } }, /* @__PURE__ */ React20.createElement(
764
764
  "span",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apexcura/ui-components",
3
- "version": "0.0.14-Beta250",
3
+ "version": "0.0.14-Beta251",
4
4
  "description": "Apex cura React components library",
5
5
  "keywords": [
6
6
  "apex cura",