@uxbertlabs/reportly 1.0.18 → 1.0.19

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.
@@ -1,5 +1,5 @@
1
- import type { ModalCallbacks } from '../types';
2
- import type Config from '../core/config';
1
+ import type { ModalCallbacks } from "../types";
2
+ import type Config from "../core/config";
3
3
  declare class Modal {
4
4
  private callbacks;
5
5
  private overlay;
@@ -12,7 +12,7 @@ declare class Modal {
12
12
  open(): void;
13
13
  close(): void;
14
14
  setScreenshot(screenshot: string | null): void;
15
- getCaptureMode(): 'viewport' | 'fullpage';
15
+ getCaptureMode(): "viewport" | "fullpage";
16
16
  setN8nButtonVisible(visible: boolean): void;
17
17
  private reset;
18
18
  destroy(): void;
@@ -1 +1 @@
1
- {"version":3,"file":"modal.d.ts","sourceRoot":"","sources":["../../src/ui/modal.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAa,MAAM,UAAU,CAAC;AAC1D,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAEzC,cAAM,KAAK;IACT,OAAO,CAAC,SAAS,CAAiB;IAClC,OAAO,CAAC,OAAO,CAAwB;IACvC,OAAO,CAAC,KAAK,CAAwB;gBAEzB,OAAO,EAAE,MAAM,EAAE,SAAS,EAAE,cAAc;IAMtD,MAAM,IAAI,cAAc;IAsGxB,OAAO,CAAC,oBAAoB;IAwD5B,OAAO,CAAC,eAAe;IA2BvB,OAAO,CAAC,YAAY;IA2BpB,IAAI,IAAI,IAAI;IAIZ,KAAK,IAAI,IAAI;IAQb,aAAa,CAAC,UAAU,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI;IAoB9C,cAAc,IAAI,UAAU,GAAG,UAAU;IAOzC,mBAAmB,CAAC,OAAO,EAAE,OAAO,GAAG,IAAI;IAS3C,OAAO,CAAC,KAAK;IASb,OAAO,IAAI,IAAI;CAOhB;AAED,eAAe,KAAK,CAAC"}
1
+ {"version":3,"file":"modal.d.ts","sourceRoot":"","sources":["../../src/ui/modal.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAa,MAAM,UAAU,CAAC;AAC1D,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAEzC,cAAM,KAAK;IACT,OAAO,CAAC,SAAS,CAAiB;IAClC,OAAO,CAAC,OAAO,CAAwB;IACvC,OAAO,CAAC,KAAK,CAAwB;gBAEzB,OAAO,EAAE,MAAM,EAAE,SAAS,EAAE,cAAc;IAMtD,MAAM,IAAI,cAAc;IAuGxB,OAAO,CAAC,oBAAoB;IAwD5B,OAAO,CAAC,eAAe;IA2BvB,OAAO,CAAC,YAAY;IA2BpB,IAAI,IAAI,IAAI;IAMZ,KAAK,IAAI,IAAI;IAUb,aAAa,CAAC,UAAU,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI;IAoB9C,cAAc,IAAI,UAAU,GAAG,UAAU;IAOzC,mBAAmB,CAAC,OAAO,EAAE,OAAO,GAAG,IAAI;IAS3C,OAAO,CAAC,KAAK;IASb,OAAO,IAAI,IAAI;CAShB;AAED,eAAe,KAAK,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uxbertlabs/reportly",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "description": "A simple JavaScript plugin for reporting UI issues with screenshots and annotations",
5
5
  "main": "dist/reportly.cjs.js",
6
6
  "module": "dist/reportly.esm.js",