@cellaware/utils 8.11.8 → 8.11.9

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.
@@ -1168,6 +1168,7 @@ function createTeamsTransposeTableCellText(value, key, columnStyle) {
1168
1168
  type: "TextBlock",
1169
1169
  text: italic ? `*${truncValue}*` : truncValue,
1170
1170
  size: key ? "Small" : "Medium",
1171
+ horizontalAlignment: key ? "Left" : "Center",
1171
1172
  color,
1172
1173
  weight,
1173
1174
  isSubtle
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cellaware/utils",
3
- "version": "8.11.8",
3
+ "version": "8.11.9",
4
4
  "description": "Cellaware Utilities for Node.js",
5
5
  "author": "Cellaware Technologies",
6
6
  "type": "module",