@trackunit/react-core-contexts-test 1.7.124 → 1.7.129

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/index.cjs2.js CHANGED
@@ -140,7 +140,6 @@ const mockOemBrandingContext = {
140
140
  const mockToastContext = {
141
141
  addToast: doNothing,
142
142
  removeToast: doNothing,
143
- setIsManifestError: doNothing,
144
143
  };
145
144
 
146
145
  /**
package/index.esm2.js CHANGED
@@ -118,7 +118,6 @@ const mockOemBrandingContext = {
118
118
  const mockToastContext = {
119
119
  addToast: doNothing,
120
120
  removeToast: doNothing,
121
- setIsManifestError: doNothing,
122
121
  };
123
122
 
124
123
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-core-contexts-test",
3
- "version": "1.7.124",
3
+ "version": "1.7.129",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -10,11 +10,11 @@
10
10
  "@apollo/client": "3.13.8",
11
11
  "react": "19.0.0",
12
12
  "@tanstack/react-router": "1.114.29",
13
- "@trackunit/shared-utils": "1.9.110",
13
+ "@trackunit/shared-utils": "1.9.115",
14
14
  "graphql": "^16.10.0",
15
15
  "@tanstack/router-core": "1.114.29",
16
- "@trackunit/iris-app-runtime-core-api": "1.7.120",
17
- "@trackunit/react-core-contexts-api": "1.8.79",
16
+ "@trackunit/iris-app-runtime-core-api": "1.7.125",
17
+ "@trackunit/react-core-contexts-api": "1.8.84",
18
18
  "es-toolkit": "^1.39.10"
19
19
  },
20
20
  "module": "./index.esm.js",
@@ -1,8 +1,8 @@
1
1
  import { MockedResponse } from "@apollo/client/testing";
2
2
  import { AnyRoute } from "@tanstack/react-router";
3
3
  import { RenderResult } from "@testing-library/react";
4
- import { AnalyticsRuntimeApiSync, AssetSortingState, ConfirmationDialogRuntimeApi, CurrentUserPreferenceState, CurrentUserState, EnvironmentState, ErrorHandlingContextValue, FilterBarContext, IToastContext, ITokenContext, ModalDialogRuntimeApi, NavigationRuntimeApi, OemBrandingRuntimeApi, TimeRangeContext, UserSubscription, WidgetConfigContext } from "@trackunit/iris-app-runtime-core-api";
5
- import { ExportDataContextState } from "@trackunit/react-core-contexts-api";
4
+ import { AnalyticsRuntimeApiSync, AssetSortingState, ConfirmationDialogRuntimeApi, CurrentUserPreferenceState, CurrentUserState, EnvironmentState, ErrorHandlingContextValue, FilterBarContext, ITokenContext, ModalDialogRuntimeApi, NavigationRuntimeApi, OemBrandingRuntimeApi, TimeRangeContext, UserSubscription, WidgetConfigContext } from "@trackunit/iris-app-runtime-core-api";
5
+ import { ExportDataContextState, IToastContext } from "@trackunit/react-core-contexts-api";
6
6
  import { ReactElement, ReactNode } from "react";
7
7
  import { MemoryRouterProps } from "./utils/routingUtils";
8
8
  /**
@@ -1,2 +1,2 @@
1
- import { IToastContext } from "@trackunit/iris-app-runtime-core-api";
1
+ import { IToastContext } from "@trackunit/react-core-contexts-api";
2
2
  export declare const mockToastContext: IToastContext;