@apexcura/ui-components 0.0.11-Beta43 → 0.0.11-Beta44

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
@@ -380,6 +380,7 @@ var AddMoreTable = (props) => {
380
380
  ...lastRow,
381
381
  id: newId
382
382
  };
383
+ console.log(rows);
383
384
  setRows((prevData) => [...prevData, newRow]);
384
385
  };
385
386
  const onHandleDelete = (index) => {
package/dist/index.mjs CHANGED
@@ -333,6 +333,7 @@ var AddMoreTable = (props) => {
333
333
  ...lastRow,
334
334
  id: newId
335
335
  };
336
+ console.log(rows);
336
337
  setRows((prevData) => [...prevData, newRow]);
337
338
  };
338
339
  const onHandleDelete = (index) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apexcura/ui-components",
3
- "version": "0.0.11-Beta43",
3
+ "version": "0.0.11-Beta44",
4
4
  "description": "Apex cura React components library",
5
5
  "keywords": [
6
6
  "apex cura",