@apexcura/ui-components 0.0.11-Beta211 → 0.0.11-Beta213
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.css +3 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
package/dist/index.js
CHANGED
|
@@ -624,7 +624,7 @@ var ModelElement = (props) => {
|
|
|
624
624
|
open: model,
|
|
625
625
|
onCancel,
|
|
626
626
|
footer: null,
|
|
627
|
-
title: selectedRecord.map((
|
|
627
|
+
title: /* @__PURE__ */ import_react19.default.createElement("div", { style: { backgroundColor: "#D4D4D4", display: "flex", flexWrap: "wrap" } }, Object.entries(selectedRecord).map(([key, value]) => /* @__PURE__ */ import_react19.default.createElement("p", { key }, /* @__PURE__ */ import_react19.default.createElement("span", { style: { color: "gray", fontWeight: "100" } }, key), String(value))))
|
|
628
628
|
},
|
|
629
629
|
/* @__PURE__ */ import_react19.default.createElement("p", null, "Model opened")
|
|
630
630
|
);
|
package/dist/index.mjs
CHANGED
|
@@ -573,7 +573,7 @@ var ModelElement = (props) => {
|
|
|
573
573
|
open: model,
|
|
574
574
|
onCancel,
|
|
575
575
|
footer: null,
|
|
576
|
-
title: selectedRecord.map((
|
|
576
|
+
title: /* @__PURE__ */ React18.createElement("div", { style: { backgroundColor: "#D4D4D4", display: "flex", flexWrap: "wrap" } }, Object.entries(selectedRecord).map(([key, value]) => /* @__PURE__ */ React18.createElement("p", { key }, /* @__PURE__ */ React18.createElement("span", { style: { color: "gray", fontWeight: "100" } }, key), String(value))))
|
|
577
577
|
},
|
|
578
578
|
/* @__PURE__ */ React18.createElement("p", null, "Model opened")
|
|
579
579
|
);
|