@zextras/carbonio-shell-ui 15.3.4 → 15.3.5

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.
@@ -47,10 +47,10 @@ export type PrimaryBarComponentProps = {
47
47
  export type SecondaryBarComponentProps = {
48
48
  expanded: boolean;
49
49
  };
50
- export type AppViewComponentProps = {};
51
- export type BoardViewComponentProps = {};
52
- export type SettingsViewProps = {};
53
- export type PrimaryAccessoryViewProps = {};
50
+ export type AppViewComponentProps = NonNullable<unknown>;
51
+ export type BoardViewComponentProps = NonNullable<unknown>;
52
+ export type SettingsViewProps = NonNullable<unknown>;
53
+ export type PrimaryAccessoryViewProps = NonNullable<unknown>;
54
54
  export type SecondaryAccessoryViewProps = {
55
55
  expanded: boolean;
56
56
  };
@@ -1,5 +1,4 @@
1
1
  "use strict";
2
- /* eslint-disable @typescript-eslint/ban-types */
3
2
  /*
4
3
  * SPDX-FileCopyrightText: 2021 Zextras <https://www.zextras.com>
5
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/types/apps/index.ts"],"names":[],"mappings":";AAAA,iDAAiD;AACjD;;;;GAIG"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/types/apps/index.ts"],"names":[],"mappings":";AAAA;;;;GAIG"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zextras/carbonio-shell-ui",
3
- "version": "15.3.4",
3
+ "version": "15.3.5",
4
4
  "description": "The Zextras Carbonio web client",
5
5
  "main": "./lib/lib.js",
6
6
  "types": "./lib/lib.d.ts",