@trackunit/react-core-hooks 1.12.57-alpha-ae1ff73fc64.0 → 1.12.58

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-core-hooks",
3
- "version": "1.12.57-alpha-ae1ff73fc64.0",
3
+ "version": "1.12.58",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -9,9 +9,9 @@
9
9
  "dependencies": {
10
10
  "react": "19.0.0",
11
11
  "es-toolkit": "^1.39.10",
12
- "@trackunit/iris-app-runtime-core": "1.13.54-alpha-ae1ff73fc64.0",
13
- "@trackunit/iris-app-runtime-core-api": "1.12.52-alpha-ae1ff73fc64.0",
14
- "@trackunit/react-core-contexts-api": "1.13.52-alpha-ae1ff73fc64.0"
12
+ "@trackunit/iris-app-runtime-core": "1.13.54",
13
+ "@trackunit/iris-app-runtime-core-api": "1.12.51",
14
+ "@trackunit/react-core-contexts-api": "1.13.51"
15
15
  },
16
16
  "module": "./index.esm.js",
17
17
  "main": "./index.cjs.js",
@@ -13,7 +13,7 @@ import { LoadingState } from "@trackunit/iris-app-runtime-core-api";
13
13
  * };
14
14
  * @see { WidgetConfigContext}
15
15
  */
16
- export declare const useWidgetConfigAsync: () => import("@trackunit/iris-app-runtime-core-api").WidgetConfigContext;
16
+ export declare const useWidgetConfigAsync: () => import("@trackunit/iris-app-runtime-core").WidgetConfigContext;
17
17
  /**
18
18
  * This is a hook to use the WidgetConfigContext.
19
19
  *
@@ -35,8 +35,8 @@ export declare const useWidgetConfig: () => {
35
35
  setLoadingState: (newLoadingState: LoadingState) => Promise<void>;
36
36
  title: string | null;
37
37
  setTitle: (newTitle: string) => Promise<void>;
38
- filters: import("@trackunit/iris-app-runtime-core-api").FilterBarContext;
39
- timeRange: import("@trackunit/iris-app-runtime-core-api").TimeRange | null;
38
+ filters: import("@trackunit/iris-app-runtime-core").FilterBarContext;
39
+ timeRange: import("@trackunit/iris-app-runtime-core").TimeRange | null;
40
40
  isEditMode: boolean;
41
41
  pollInterval: number | undefined;
42
42
  openEditMode: () => Promise<void>;