@apexcura/ui-components 0.0.11-Beta58 → 0.0.11-Beta59

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
@@ -363,7 +363,7 @@ var import_react13 = __toESM(require("react"));
363
363
  var import_antd11 = require("antd");
364
364
  var import_icons2 = require("@ant-design/icons");
365
365
  var AddMoreTable = (props) => {
366
- console.log("props", props);
366
+ console.log("props----------", props);
367
367
  const { thead, tbody } = props;
368
368
  const [tableData, setTableData] = (0, import_react13.useState)({});
369
369
  const [rows, setRows] = (0, import_react13.useState)(tbody || []);
package/dist/index.mjs CHANGED
@@ -316,7 +316,7 @@ import React12, { useState as useState3 } from "react";
316
316
  import { Table, Button as Button3 } from "antd";
317
317
  import { PlusOutlined, DeleteOutlined } from "@ant-design/icons";
318
318
  var AddMoreTable = (props) => {
319
- console.log("props", props);
319
+ console.log("props----------", props);
320
320
  const { thead, tbody } = props;
321
321
  const [tableData, setTableData] = useState3({});
322
322
  const [rows, setRows] = useState3(tbody || []);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apexcura/ui-components",
3
- "version": "0.0.11-Beta58",
3
+ "version": "0.0.11-Beta59",
4
4
  "description": "Apex cura React components library",
5
5
  "keywords": [
6
6
  "apex cura",