@visns-studio/visns-components 2.2.7 → 2.2.8

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.
@@ -695,8 +695,6 @@ const DataGrid = forwardRef(
695
695
  const { id, value } = cellProps;
696
696
  let columnStyle = {};
697
697
 
698
- console.info(value, id);
699
-
700
698
  if (
701
699
  column.styleCondition &&
702
700
  column.styleCondition.key
package/package.json CHANGED
@@ -40,7 +40,7 @@
40
40
  "react-dom": "^17.0.1"
41
41
  },
42
42
  "name": "@visns-studio/visns-components",
43
- "version": "2.2.7",
43
+ "version": "2.2.8",
44
44
  "description": "Various packages to assist in the development of our Custom Applications.",
45
45
  "main": "index.js",
46
46
  "scripts": {