@cellaware/utils 8.6.17 → 8.6.18

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.
@@ -888,7 +888,6 @@ export function mapTeamsStyles(columnNames, htmlRowStyles, htmlColumnStyles, tea
888
888
  const applyRowStyleToColumns = (style) => {
889
889
  for (const columnName of columnNames) {
890
890
  const columnStyle = getColumnStyle(style);
891
- console.log(columnStyle);
892
891
  const teamsColumnStyle = teamsColumnStyles.find(c => c.columnName === columnName);
893
892
  if (!!teamsColumnStyle) {
894
893
  teamsColumnStyle.styles.push(columnStyle);
@@ -38,9 +38,6 @@ export function createTeamsValueCard(title, columnName, value, styles, summary)
38
38
  let rowStyles = [];
39
39
  let columnStyles = [];
40
40
  [rowStyles, columnStyles] = mapTeamsStyles([columnName], styles, [], rowStyles, columnStyles);
41
- console.log(styles);
42
- console.log('--==--==--==--==--==--==--==--==--');
43
- console.log(columnStyles);
44
41
  let color = undefined;
45
42
  let style = undefined;
46
43
  let weight = undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cellaware/utils",
3
- "version": "8.6.17",
3
+ "version": "8.6.18",
4
4
  "description": "Cellaware Utilities for Node.js",
5
5
  "author": "Cellaware Technologies",
6
6
  "type": "module",