@copart/ops-tool-kit 1.10.0-alpha.17 → 1.10.0-alpha.18

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.
@@ -33,7 +33,7 @@ var ReactDOM__default = /*#__PURE__*/_interopDefaultLegacy(ReactDOM);
33
33
  var ReactDOM__namespace = /*#__PURE__*/_interopNamespace(ReactDOM);
34
34
 
35
35
  const name$e = "@copart/ops-tool-kit";
36
- const version$3 = "1.10.0-alpha.17";
36
+ const version$3 = "1.10.0-alpha.18";
37
37
  const main = "dist/ops-tool-kit.js";
38
38
  const style = "dist/ops-tool-kit.css";
39
39
  const files = [
@@ -32335,6 +32335,8 @@ var AppBar = function AppBar(_ref) {
32335
32335
  showMihelpTooltip = _useState10[0],
32336
32336
  setShowMihelpTooltip = _useState10[1];
32337
32337
 
32338
+ var tileData = findAppData(coreAppConfig.tiles || []) || {};
32339
+ var mihelpAppPath = !isCoreRoute ? tileData.mihelpAppPath : null;
32338
32340
  var isMihelpEnabled;
32339
32341
 
32340
32342
  if (isCoreRoute) {
@@ -32541,8 +32543,6 @@ var AppBar = function AppBar(_ref) {
32541
32543
  }
32542
32544
  };
32543
32545
 
32544
- var tileData = findAppData(coreAppConfig.tiles || []) || {};
32545
- var mihelpAppPath = !isCoreRoute ? tileData.mihelpAppPath : null;
32546
32546
  var isIdeaNoteEnabled = getIdeaNoteEnabledStatus(tileData);
32547
32547
 
32548
32548
  var handleHelpClick = function handleHelpClick() {