@reekon-tools/boldr-utils 1.4.23 → 1.4.24

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.
@@ -265,6 +265,7 @@ export interface LabelCell {
265
265
  id: string;
266
266
  type: 'none' | 'image' | 'text' | 'qr' | 'company' | 'icon' | 'measurement';
267
267
  textOptions?: {
268
+ value: string;
268
269
  bold: boolean;
269
270
  italic: boolean;
270
271
  underline: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reekon-tools/boldr-utils",
3
- "version": "1.4.23",
3
+ "version": "1.4.24",
4
4
  "description": "Shared utilities for formulas and measurement conversion used in Reekon apps",
5
5
  "author": "REEKON Tools",
6
6
  "license": "MIT",