ui-kit-ck-consultant 0.6.47 → 0.6.48

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.
@@ -902,7 +902,7 @@ var Table = /*#__PURE__*/function (_React$Component) {
902
902
  return (child === null || child === void 0 ? void 0 : (_child$type = child.type) === null || _child$type === void 0 ? void 0 : _child$type.name) === 'Tr';
903
903
  });
904
904
  });
905
- console.log('Toutes les lignes (Tr) trouvées:', JSON.stringify(allRows));
905
+ console.log('Toutes les lignes (Tr) trouvées:', allRows);
906
906
 
907
907
  if (allRows.length > 0) {
908
908
  allRows.forEach(function (row, rowIndex) {