@cellaware/utils 8.6.29 → 8.6.30

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.
@@ -876,7 +876,8 @@ export function mapTeamsStyles(columnNames, htmlRowStyles, htmlColumnStyles, tea
876
876
  case ConditionalFormatStyle.NOT_IMPORTANT:
877
877
  return {
878
878
  isSubtle: true,
879
- italic: true
879
+ italic: true,
880
+ weight: 'Lighter'
880
881
  };
881
882
  default:
882
883
  return {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cellaware/utils",
3
- "version": "8.6.29",
3
+ "version": "8.6.30",
4
4
  "description": "Cellaware Utilities for Node.js",
5
5
  "author": "Cellaware Technologies",
6
6
  "type": "module",