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