@copart/ops-tool-kit 1.12.12-beta.1 → 1.12.12-beta.2

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$r = "@copart/ops-tool-kit";
50
- const version$8 = "1.12.12-beta.1";
50
+ const version$8 = "1.12.12-beta.2";
51
51
  const main$1 = "dist/ops-tool-kit.js";
52
52
  const style = "dist/ops-tool-kit.css";
53
53
  const files = [
@@ -71158,7 +71158,7 @@ var AppFrame = function AppFrame(props) {
71158
71158
  var isThirdLevelOpen = props.showLevel3Navigation && (activeSubmenu === null || activeSubmenu === void 0 ? void 0 : activeSubmenu.length) > 1;
71159
71159
  var navigationWidth = props.showLevel3Navigation ? isThirdLevelOpen && showNavigationCounts ? '100px' : baseWidth : activeSubmenu !== null && activeSubmenu !== void 0 && activeSubmenu.length && showNavigationCounts ? '100px' : baseWidth;
71160
71160
  return /*#__PURE__*/React__default["default"].createElement(ErrorNotificationProvider, null, /*#__PURE__*/React__default["default"].createElement("div", {
71161
- className: "utilities_ops-app-frame_AppFrame_AppFrame--AppFrame",
71161
+ className: ((chatBotVisible ? 'chatBotVisible' : '') ? (chatBotVisible ? 'chatBotVisible' : '') + " " : "") + "utilities_ops-app-frame_AppFrame_AppFrame--AppFrame",
71162
71162
  style: props.handleScrolling ? SCROLL : NO_SCROLL
71163
71163
  }, /*#__PURE__*/React__default["default"].createElement(BreadcrumbsProvider, {
71164
71164
  history: props.history
@@ -71205,16 +71205,20 @@ var AppFrame = function AppFrame(props) {
71205
71205
  showLevel3Navigation: props.showLevel3Navigation
71206
71206
  }) : null, /*#__PURE__*/React__default["default"].createElement("div", {
71207
71207
  style: {
71208
- display: 'flex',
71208
+ display: 'grid',
71209
+ gridTemplateColumns: chatBotEnabled ? '1fr auto' : '1fr',
71209
71210
  height: '100%',
71210
- position: 'relative'
71211
+ position: 'relative',
71212
+ minWidth: 0
71211
71213
  }
71212
71214
  }, /*#__PURE__*/React__default["default"].createElement("div", {
71213
71215
  style: {
71214
71216
  marginLeft: props.showNavigation && !(props !== null && props !== void 0 && props.showNavIconInHeader) ? navigationWidth : '0px',
71215
71217
  height: '100%',
71216
71218
  transition: 'all 0.5s ease-in-out',
71217
- flex: 1
71219
+ minWidth: 0,
71220
+ width: '100%',
71221
+ overflow: 'hidden'
71218
71222
  }
71219
71223
  }, props.children), chatBotEnabled && /*#__PURE__*/React__default["default"].createElement(MiHelpAgent, {
71220
71224
  quickReplies: props === null || props === void 0 ? void 0 : (_props$mihelpAgentPro = props.mihelpAgentProps) === null || _props$mihelpAgentPro === void 0 ? void 0 : _props$mihelpAgentPro.quickReplies,