@apexcura/ui-components 0.0.11-Beta0 → 0.0.11-Beta1

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
@@ -378,6 +378,8 @@ var AddMoreTable = (props) => {
378
378
  ...variableData,
379
379
  ...eachRow
380
380
  };
381
+ console.log("eachRow---------", eachRow);
382
+ console.log("VariableData", { ...variableData });
381
383
  }) : [];
382
384
  return /* @__PURE__ */ import_react13.default.createElement(import_react13.default.Fragment, null, /* @__PURE__ */ import_react13.default.createElement(
383
385
  import_antd11.Table,
package/dist/index.mjs CHANGED
@@ -331,6 +331,8 @@ var AddMoreTable = (props) => {
331
331
  ...variableData,
332
332
  ...eachRow
333
333
  };
334
+ console.log("eachRow---------", eachRow);
335
+ console.log("VariableData", { ...variableData });
334
336
  }) : [];
335
337
  return /* @__PURE__ */ React12.createElement(React12.Fragment, null, /* @__PURE__ */ React12.createElement(
336
338
  Table,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apexcura/ui-components",
3
- "version": "0.0.11-Beta0",
3
+ "version": "0.0.11-Beta1",
4
4
  "description": "Apex cura React components library",
5
5
  "keywords": [
6
6
  "apex cura",