@zextras/carbonio-shell-ui 11.0.2-devel.1754054227252 → 11.0.2-devel.1754319717324

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.
@@ -35,6 +35,6 @@ export type AppActions = {
35
35
  removePrimaryAccessoryView: (id: string) => void;
36
36
  addSecondaryAccessoryView: (data: SecondaryAccessoryView) => string;
37
37
  removeSecondaryAccessoryView: (id: string) => void;
38
- setAppContext: (app: string) => (context: unknown) => void;
38
+ setAppContext: (app: string) => <T = unknown>(context: T) => void;
39
39
  };
40
40
  export declare const useAppStore: import("zustand").UseBoundStore<import("zustand").StoreApi<AppState & AppActions>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zextras/carbonio-shell-ui",
3
- "version": "11.0.2-devel.1754054227252",
3
+ "version": "11.0.2-devel.1754319717324",
4
4
  "description": "The Zextras Carbonio web client",
5
5
  "main": "./lib/lib.js",
6
6
  "types": "./lib/lib.d.ts",