@reekon-tools/boldr-utils 1.4.25 → 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,7 @@ 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
267
  rotation: number;
268
268
  textOptions?: {
269
269
  value: string;
@@ -277,6 +277,12 @@ export interface LabelCell {
277
277
  imageOptions?: {
278
278
  fileId: string;
279
279
  contentFit: 'contain' | 'cover';
280
+ groupId?: string;
281
+ };
282
+ sketchOptions?: {
283
+ fileId: string;
284
+ contentFit: 'contain' | 'cover';
285
+ groupId?: string;
280
286
  };
281
287
  qrOptions?: {
282
288
  value: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reekon-tools/boldr-utils",
3
- "version": "1.4.25",
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",