@copart/ops-tool-kit 1.12.15 → 1.12.16

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,7 +47,7 @@ var React__namespace = /*#__PURE__*/_interopNamespace(React);
47
47
  var ReactDOM__default = /*#__PURE__*/_interopDefaultLegacy(ReactDOM);
48
48
 
49
49
  const name$1 = "@copart/ops-tool-kit";
50
- const version$3 = "1.12.15";
50
+ const version$3 = "1.12.16";
51
51
  const main$1 = "dist/ops-tool-kit.js";
52
52
  const style = "dist/ops-tool-kit.css";
53
53
  const files = [
@@ -30668,6 +30668,8 @@ var AppBar = function AppBar(_ref) {
30668
30668
  };
30669
30669
  }, []);
30670
30670
  React.useEffect(function () {
30671
+ console.log('***coreAppConfig', coreAppConfig, coreAppConfig === null || coreAppConfig === void 0 ? void 0 : coreAppConfig.disableHeartbeat);
30672
+ if (coreAppConfig !== null && coreAppConfig !== void 0 && coreAppConfig.disableHeartbeat) return;
30671
30673
  var heartBeatEnabledStatuses = ((coreAppConfig === null || coreAppConfig === void 0 ? void 0 : coreAppConfig.heartBeatEnabledStatuses) || ['available']).map(function (s) {
30672
30674
  var _s$toLowerCase2;
30673
30675
  return (s === null || s === void 0 ? void 0 : (_s$toLowerCase2 = s.toLowerCase) === null || _s$toLowerCase2 === void 0 ? void 0 : _s$toLowerCase2.call(s)) || '';