next-box 1.3.35 → 1.3.36

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.
Files changed (2) hide show
  1. package/interfaces.d.ts +1 -1
  2. package/package.json +1 -1
package/interfaces.d.ts CHANGED
@@ -26,7 +26,7 @@ export interface TransportEvent {
26
26
  }
27
27
  export type TransportEventPayload = AppState | ViewState | SelectedFiles | ModalFilesSelect | ConfirmState | any;
28
28
  export interface ConfirmState {
29
- header: boolean;
29
+ header: string;
30
30
  message: string;
31
31
  }
32
32
  export interface ModalFilesSelect {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-box",
3
- "version": "1.3.35",
3
+ "version": "1.3.36",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",