@reekon-tools/boldr-utils 1.4.24 → 1.4.26

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.
@@ -263,7 +263,8 @@ export interface LabelRow {
263
263
  }
264
264
  export interface LabelCell {
265
265
  id: string;
266
- type: 'none' | 'image' | 'text' | 'qr' | 'company' | 'icon' | 'measurement';
266
+ type: 'none' | 'image' | 'text' | 'sketch' | 'qr' | 'company' | 'icon' | 'measurement';
267
+ rotation: number;
267
268
  textOptions?: {
268
269
  value: string;
269
270
  bold: boolean;
@@ -276,10 +277,16 @@ export interface LabelCell {
276
277
  imageOptions?: {
277
278
  fileId: string;
278
279
  contentFit: 'contain' | 'cover';
280
+ groupId?: string;
281
+ };
282
+ sketchOptions?: {
283
+ fileId: string;
284
+ contentFit: 'contain' | 'cover';
285
+ groupId?: string;
279
286
  };
280
287
  qrOptions?: {
281
288
  value: string;
282
- qrType: 'external' | 'project' | 'job' | 'group' | 'measurement';
289
+ qrType: 'external' | 'project' | 'job' | 'group' | 'measurement' | 'file';
283
290
  };
284
291
  iconOptions?: {
285
292
  fileId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reekon-tools/boldr-utils",
3
- "version": "1.4.24",
3
+ "version": "1.4.26",
4
4
  "description": "Shared utilities for formulas and measurement conversion used in Reekon apps",
5
5
  "author": "REEKON Tools",
6
6
  "license": "MIT",