@bereasoftware/nexa 1.5.0 → 1.7.0

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.
@@ -8,6 +8,7 @@ export declare class DevOverlayUI {
8
8
  private selectedRequest;
9
9
  private config;
10
10
  private searchQuery;
11
+ private filterType;
11
12
  private removeTrackerListener;
12
13
  private keyboardShortcutHandler;
13
14
  private globalKeyboardHandler;
@@ -21,11 +22,15 @@ export declare class DevOverlayUI {
21
22
  private bindEvents;
22
23
  private render;
23
24
  private renderMetricsBar;
25
+ private updateHeaderActionsVisibility;
24
26
  private renderRequestList;
25
27
  private renderMetrics;
26
28
  private showDetail;
27
29
  private showMainView;
28
30
  private retrySelected;
31
+ private exportHistory;
32
+ private copyAsFetch;
33
+ private showNotification;
29
34
  private truncateUrl;
30
35
  private formatJson;
31
36
  private canUseDOM;
@@ -41,4 +41,8 @@ export interface DevOverlayConfig {
41
41
  floatingButtonOffset?: number;
42
42
  /** Theme for the floating button. 'inherit' uses overlay theme. Default 'inherit' */
43
43
  floatingButtonTheme?: 'inherit' | 'dark' | 'light';
44
+ /** Branding name shown in the header. Default 'Nexa DevTools' */
45
+ branding?: string;
46
+ /** URL or base64 for the logo icon. */
47
+ icon?: string;
44
48
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bereasoftware/nexa",
3
- "version": "1.5.0",
3
+ "version": "1.7.0",
4
4
  "type": "module",
5
5
  "main": "./dist/nexa.cjs.js",
6
6
  "module": "./dist/nexa.es.js",
Binary file