@trackunit/react-core-contexts-api 0.2.174 → 0.2.176

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.cjs.js CHANGED
@@ -110,7 +110,6 @@ const assetHomePageIds = [
110
110
  "insights",
111
111
  "specification",
112
112
  "telematics",
113
- "activity-timeline",
114
113
  "contracts",
115
114
  ];
116
115
  const siteHomePageIds = ["overview", "assets", "asset-visibility"];
package/index.esm.js CHANGED
@@ -108,7 +108,6 @@ const assetHomePageIds = [
108
108
  "insights",
109
109
  "specification",
110
110
  "telematics",
111
- "activity-timeline",
112
111
  "contracts",
113
112
  ];
114
113
  const siteHomePageIds = ["overview", "assets", "asset-visibility"];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-core-contexts-api",
3
- "version": "0.2.174",
3
+ "version": "0.2.176",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -33,7 +33,7 @@ export type FleetAppStandardOptions = Page<MainFleetApp> & NeverIrisApp;
33
33
  export type MarketplaceOptions = {
34
34
  irisAppId: string;
35
35
  };
36
- export declare const assetHomePageIds: readonly ["status", "movement", "events", "insights", "specification", "telematics", "activity-timeline", "contracts"];
36
+ export declare const assetHomePageIds: readonly ["status", "movement", "events", "insights", "specification", "telematics", "contracts"];
37
37
  export type AssetHomePageId = (typeof assetHomePageIds)[number];
38
38
  export type AssetHomeStandardOptions = Page<AssetHomePageId> & NeverIrisApp;
39
39
  export declare const siteHomePageIds: readonly ["overview", "assets", "asset-visibility"];