@reekon-tools/boldr-utils 1.4.18 → 1.4.20

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.
@@ -270,6 +270,13 @@ export interface LabelCell {
270
270
  columnId?: string;
271
271
  index?: number;
272
272
  columnType?: ColumnType;
273
+ textOptions?: {
274
+ bold: boolean;
275
+ italic: boolean;
276
+ underline: boolean;
277
+ verticalAlign: 'top' | 'center' | 'bottom';
278
+ horizontalAlign: 'left' | 'center' | 'right';
279
+ };
273
280
  }
274
281
  export declare enum Units {
275
282
  Centimeters = "cm",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reekon-tools/boldr-utils",
3
- "version": "1.4.18",
3
+ "version": "1.4.20",
4
4
  "description": "Shared utilities for formulas and measurement conversion used in Reekon apps",
5
5
  "author": "REEKON Tools",
6
6
  "license": "MIT",