@reekon-tools/boldr-utils 1.4.20 → 1.4.22

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.
@@ -276,7 +276,9 @@ export interface LabelCell {
276
276
  underline: boolean;
277
277
  verticalAlign: 'top' | 'center' | 'bottom';
278
278
  horizontalAlign: 'left' | 'center' | 'right';
279
+ fontSize?: 'small' | 'medium' | 'large';
279
280
  };
281
+ contentFit?: 'contain' | 'cover';
280
282
  }
281
283
  export declare enum Units {
282
284
  Centimeters = "cm",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reekon-tools/boldr-utils",
3
- "version": "1.4.20",
3
+ "version": "1.4.22",
4
4
  "description": "Shared utilities for formulas and measurement conversion used in Reekon apps",
5
5
  "author": "REEKON Tools",
6
6
  "license": "MIT",