@copart/ops-tool-kit 1.11.1-alpha.1 → 1.11.1

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__namespace = /*#__PURE__*/_interopNamespace(ReactDOM);
33
33
  var ReactDOM__default = /*#__PURE__*/_interopDefaultLegacy(ReactDOM);
34
34
 
35
35
  const name$f = "@copart/ops-tool-kit";
36
- const version$5 = "1.11.1-alpha.1";
36
+ const version$5 = "1.11.1";
37
37
  const main$1 = "dist/ops-tool-kit.js";
38
38
  const style = "dist/ops-tool-kit.css";
39
39
  const files = [
@@ -860,13 +860,13 @@ var b$1 = "function" === typeof Symbol && Symbol.for,
860
860
  m = b$1 ? Symbol.for("react.concurrent_mode") : 60111,
861
861
  n = b$1 ? Symbol.for("react.forward_ref") : 60112,
862
862
  p = b$1 ? Symbol.for("react.suspense") : 60113,
863
- q$1 = b$1 ? Symbol.for("react.suspense_list") : 60120,
863
+ q = b$1 ? Symbol.for("react.suspense_list") : 60120,
864
864
  r = b$1 ? Symbol.for("react.memo") : 60115,
865
865
  t = b$1 ? Symbol.for("react.lazy") : 60116,
866
866
  v = b$1 ? Symbol.for("react.block") : 60121,
867
867
  w$1 = b$1 ? Symbol.for("react.fundamental") : 60117,
868
868
  x$1 = b$1 ? Symbol.for("react.responder") : 60118,
869
- y$1 = b$1 ? Symbol.for("react.scope") : 60119;
869
+ y = b$1 ? Symbol.for("react.scope") : 60119;
870
870
  function z$1(a) {
871
871
  if ("object" === typeof a && null !== a) {
872
872
  var u = a.$$typeof;
@@ -951,7 +951,7 @@ var isSuspense = function (a) {
951
951
  return z$1(a) === p;
952
952
  };
953
953
  var isValidElementType = function (a) {
954
- return "string" === typeof a || "function" === typeof a || a === e || a === m || a === g$1 || a === f || a === p || a === q$1 || "object" === typeof a && null !== a && (a.$$typeof === t || a.$$typeof === r || a.$$typeof === h$1 || a.$$typeof === k$1 || a.$$typeof === n || a.$$typeof === w$1 || a.$$typeof === x$1 || a.$$typeof === y$1 || a.$$typeof === v);
954
+ return "string" === typeof a || "function" === typeof a || a === e || a === m || a === g$1 || a === f || a === p || a === q || "object" === typeof a && null !== a && (a.$$typeof === t || a.$$typeof === r || a.$$typeof === h$1 || a.$$typeof === k$1 || a.$$typeof === n || a.$$typeof === w$1 || a.$$typeof === x$1 || a.$$typeof === y || a.$$typeof === v);
955
955
  };
956
956
  var typeOf = z$1;
957
957
 
@@ -2906,7 +2906,7 @@ var DEFAULT_BREADCRUMBS_CONTEXT = {
2906
2906
  error: 'You tried to use Breadcrumbs outside of its context.'
2907
2907
  };
2908
2908
 
2909
- var css_248z$o = ".utilities_ops-app-frame_Breadcrumbs_styles_Breadcrumbs--Breadcrumbs {\r\n /* height: 36px;\r\n background: #3c4656; */\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n}\r\n\r\n.utilities_ops-app-frame_Breadcrumbs_styles_Breadcrumbs--crumbs {\r\n display: flex;\r\n}\r\n\r\n#notCrumbs {\r\n height: 100%;\r\n margin-right: 12px;\r\n display: flex;\r\n}\r\n\r\n.utilities_ops-app-frame_Breadcrumbs_styles_Breadcrumbs--Crumb {\r\n cursor: pointer;\r\n height: 100%;\r\n display: inline-flex;\r\n align-items: center;\r\n justify-content: center;\r\n font-size: 16px;\r\n color: rgba(242, 247, 255, 1);\r\n font-weight: 400;\r\n letter-spacing: 0;\r\n margin-left: 3px;\r\n /* transition: all 0.2s; */\r\n text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);\r\n opacity: 0.8;\r\n position: relative;\r\n top: -2px;\r\n}\r\n\r\n@-webkit-keyframes utilities_ops-app-frame_Breadcrumbs_styles_Breadcrumbs--fadeIn {\r\n 0% {\r\n opacity: 0;\r\n -webkit-transform: translateX(-6px);\r\n transform: translateX(-6px);\r\n /* transform: scale(0.9); */\r\n }\r\n 100% {\r\n opacity: 1;\r\n -webkit-transform: translateX(0px);\r\n transform: translateX(0px);\r\n /* transform: scale(1); */\r\n }\r\n}\r\n\r\n@keyframes utilities_ops-app-frame_Breadcrumbs_styles_Breadcrumbs--fadeIn {\r\n 0% {\r\n opacity: 0;\r\n -webkit-transform: translateX(-6px);\r\n transform: translateX(-6px);\r\n /* transform: scale(0.9); */\r\n }\r\n 100% {\r\n opacity: 1;\r\n -webkit-transform: translateX(0px);\r\n transform: translateX(0px);\r\n /* transform: scale(1); */\r\n }\r\n}\r\n\r\n.utilities_ops-app-frame_Breadcrumbs_styles_Breadcrumbs--Crumb {\r\n -webkit-animation-name: utilities_ops-app-frame_Breadcrumbs_styles_Breadcrumbs--fadeIn;\r\n animation-name: utilities_ops-app-frame_Breadcrumbs_styles_Breadcrumbs--fadeIn;\r\n -webkit-animation-duration: 0.2s;\r\n animation-duration: 0.2s;\r\n}\r\n\r\n.utilities_ops-app-frame_Breadcrumbs_styles_Breadcrumbs--Crumb::before {\r\n content: '\\f054';\r\n color: rgba(255, 255, 255, 0.70196);\r\n display: inline-block;\r\n font-family: 'Font Awesome 6 Pro';\r\n font-size: 16px;\r\n margin: 0 6px;\r\n position: relative;\r\n top: 2px;\r\n}\r\n\r\n/* .Crumb:first-of-type {\r\n margin-left: 12px;\r\n font-weight: 400;\r\n} */\r\n\r\n.utilities_ops-app-frame_Breadcrumbs_styles_Breadcrumbs--Crumb:hover {\r\n /* background: rgba(0, 0, 0, 0.15); */\r\n}\r\n\r\n.utilities_ops-app-frame_Breadcrumbs_styles_Breadcrumbs--Crumb:not(:last-of-type):not(:hover) {\r\n /* opacity: 0.75; */\r\n}\r\n\r\n.utilities_ops-app-frame_Breadcrumbs_styles_Breadcrumbs--Crumb:last-of-type {\r\n font-weight: 700;\r\n opacity: 1;\r\n}\r\n\r\n.utilities_ops-app-frame_Breadcrumbs_styles_Breadcrumbs--Crumb:last-of-type::before {\r\n font-weight: 400;\r\n opacity: 0.8;\r\n}\r\n\r\n/* .crumbSpacer {} */\r\n\r\n.utilities_ops-app-frame_Breadcrumbs_styles_Breadcrumbs--crumbs {\r\n margin: 10px;\r\n flex-grow: 2;\r\n font-size: 14px;\r\n cursor: pointer;\r\n}\r\n\r\n.utilities_ops-app-frame_Breadcrumbs_styles_Breadcrumbs--notCrumbs {\r\n height: 100%;\r\n display: flex;\r\n margin-right: 0px !important;\r\n}\r\n\r\n.utilities_ops-app-frame_Breadcrumbs_styles_Breadcrumbs--entityIndicator {\r\n height: 100%;\r\n display: flex;\r\n margin-right: 0px !important;\r\n}";
2909
+ var css_248z$o = ".utilities_ops-app-frame_Breadcrumbs_styles_Breadcrumbs--Breadcrumbs {\r\n /* height: 36px;\r\n background: #3c4656; */\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n}\r\n\r\n.utilities_ops-app-frame_Breadcrumbs_styles_Breadcrumbs--crumbs {\r\n display: flex;\r\n}\r\n\r\n#notCrumbs {\r\n height: 100%;\r\n margin-right: 12px;\r\n display: flex;\r\n}\r\n\r\n.utilities_ops-app-frame_Breadcrumbs_styles_Breadcrumbs--Crumb {\r\n cursor: pointer;\r\n height: 100%;\r\n display: inline-flex;\r\n align-items: center;\r\n justify-content: center;\r\n font-size: 16px;\r\n font-weight: 400;\r\n letter-spacing: 0;\r\n /* transition: all 0.2s; */\r\n position: relative;\r\n top: -2px;\r\n color: rgba(255, 255, 255, 0.8);\r\n grid-gap: 6px;\r\n gap: 6px;\r\n margin-left: 5px;\r\n opacity: 1;\r\n}\r\n\r\n@-webkit-keyframes utilities_ops-app-frame_Breadcrumbs_styles_Breadcrumbs--fadeIn {\r\n 0% {\r\n opacity: 0;\r\n -webkit-transform: translateX(-6px);\r\n transform: translateX(-6px);\r\n /* transform: scale(0.9); */\r\n }\r\n 100% {\r\n opacity: 1;\r\n -webkit-transform: translateX(0px);\r\n transform: translateX(0px);\r\n /* transform: scale(1); */\r\n }\r\n}\r\n\r\n@keyframes utilities_ops-app-frame_Breadcrumbs_styles_Breadcrumbs--fadeIn {\r\n 0% {\r\n opacity: 0;\r\n -webkit-transform: translateX(-6px);\r\n transform: translateX(-6px);\r\n /* transform: scale(0.9); */\r\n }\r\n 100% {\r\n opacity: 1;\r\n -webkit-transform: translateX(0px);\r\n transform: translateX(0px);\r\n /* transform: scale(1); */\r\n }\r\n}\r\n\r\n.utilities_ops-app-frame_Breadcrumbs_styles_Breadcrumbs--Crumb {\r\n -webkit-animation-name: utilities_ops-app-frame_Breadcrumbs_styles_Breadcrumbs--fadeIn;\r\n animation-name: utilities_ops-app-frame_Breadcrumbs_styles_Breadcrumbs--fadeIn;\r\n -webkit-animation-duration: 0.2s;\r\n animation-duration: 0.2s;\r\n}\r\n\r\n.utilities_ops-app-frame_Breadcrumbs_styles_Breadcrumbs--Crumb::before {\r\n content: '\\f054';\r\n color: rgba(255, 255, 255, 0.4);\r\n display: inline-block;\r\n font-family: 'Font Awesome 6 Pro';\r\n font-size: 16px;\r\n margin: 0 6px;\r\n position: relative;\r\n top: 2px;\r\n}\r\n\r\n/* .Crumb:first-of-type {\r\n margin-left: 12px;\r\n font-weight: 400;\r\n} */\r\n\r\n.utilities_ops-app-frame_Breadcrumbs_styles_Breadcrumbs--Crumb:hover {\r\n /* background: rgba(0, 0, 0, 0.15); */\r\n}\r\n\r\n.utilities_ops-app-frame_Breadcrumbs_styles_Breadcrumbs--Crumb:not(:last-of-type):not(:hover) {\r\n /* opacity: 0.75; */\r\n}\r\n\r\n.utilities_ops-app-frame_Breadcrumbs_styles_Breadcrumbs--Crumb:last-of-type {\r\n font-weight: 700;\r\n opacity: 1;\r\n color: rgba(255, 255, 255, 1);\r\n}\r\n\r\n.utilities_ops-app-frame_Breadcrumbs_styles_Breadcrumbs--Crumb:last-of-type::before {\r\n font-weight: 400;\r\n /* opacity: 0.8; */\r\n}\r\n\r\n/* .crumbSpacer {} */\r\n\r\n.utilities_ops-app-frame_Breadcrumbs_styles_Breadcrumbs--crumbs {\r\n /* margin: 10px; */\r\n flex-grow: 2;\r\n font-size: 14px;\r\n cursor: pointer;\r\n}\r\n\r\n.utilities_ops-app-frame_Breadcrumbs_styles_Breadcrumbs--notCrumbs {\r\n height: 100%;\r\n display: flex;\r\n margin-right: 0px !important;\r\n}\r\n\r\n.utilities_ops-app-frame_Breadcrumbs_styles_Breadcrumbs--entityIndicator {\r\n height: 100%;\r\n display: flex;\r\n margin-right: 0px !important;\r\n}";
2910
2910
  styleInject(css_248z$o);
2911
2911
 
2912
2912
  var Context = createContext(DEFAULT_BREADCRUMBS_CONTEXT);
@@ -3667,12 +3667,12 @@ function nonStandardBrowserEnv() {
3667
3667
 
3668
3668
  // btoa polyfill for IE<10 courtesy https://github.com/davidchambers/Base64.js
3669
3669
  var chars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=';
3670
- function E$1() {
3670
+ function E() {
3671
3671
  this.message = 'String contains an invalid character';
3672
3672
  }
3673
- E$1.prototype = new Error();
3674
- E$1.prototype.code = 5;
3675
- E$1.prototype.name = 'InvalidCharacterError';
3673
+ E.prototype = new Error();
3674
+ E.prototype.code = 5;
3675
+ E.prototype.name = 'InvalidCharacterError';
3676
3676
  function btoa$2(input) {
3677
3677
  var str = String(input);
3678
3678
  var output = '';
@@ -3687,7 +3687,7 @@ function btoa$2(input) {
3687
3687
  output += map.charAt(63 & block >> 8 - idx % 1 * 8)) {
3688
3688
  charCode = str.charCodeAt(idx += 3 / 4);
3689
3689
  if (charCode > 0xFF) {
3690
- throw new E$1();
3690
+ throw new E();
3691
3691
  }
3692
3692
  block = block << 8 | charCode;
3693
3693
  }
@@ -23822,7 +23822,7 @@ FeedbackDialog.defaultProps = {
23822
23822
  }
23823
23823
  };
23824
23824
 
23825
- var css_248z$j = ".utilities_ops-app-frame_AppBarComponent_AppBar--root {\r\n background-color: var(--blue);\r\n background-color: var(--blue);\r\n height: 48px;\r\n display: flex;\r\n justify-content: space-between;\r\n align-items: center;\r\n white-space: nowrap;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--leftItems {\r\n width: 100%;\r\n display: flex;\r\n justify-content: start;\r\n align-items: center;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--appBarIcons {\r\n margin: 0 12px;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--copartLogo {\r\n display: flex;\r\n align-items: center;\r\n flex-direction: column;\r\n margin-left: 5px;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--copartLogoNew {\r\n display: flex;\r\n flex-direction: column;\r\n margin-left: 16px;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--moduleName {\r\n color: white;\r\n font-size: 11px;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--flex-grid {\r\n display: flex;\r\n justify-content: space-between;\r\n align-items: center;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--flex-grid-items {\r\n color: white;\r\n cursor: pointer;\r\n font-size: 18px;\r\n display: flex;\r\n justify-content: center;\r\n margin: 0;\r\n position: relative;\r\n width: 48px;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--flex-grid-items i {\r\n color: #fff;\r\n font-size: 18px;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--flex-grid .utilities_ops-app-frame_AppBarComponent_AppBar--col {\r\n display: flex;\r\n color: white;\r\n font-size: 13px;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--flex-grid .utilities_ops-app-frame_AppBarComponent_AppBar--col svg {\r\n color: white;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--logo {\r\n width: 6rem;\r\n margin-top: 0rem;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--text {\r\n margin-top: 0.6rem;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--iconText {\r\n margin-top: 0.4rem;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--searchBar,\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--placeholderDiv {\r\n margin-top: -0.2rem;\r\n margin-left: 2rem;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--appBarLeft > img.utilities_ops-app-frame_AppBarComponent_AppBar--logo {\r\n display: inline;\r\n display: initial;\r\n}\r\n\r\n@font-face {\r\n font-family: 'Open Sans';\r\n font-style: italic;\r\n font-weight: 600;\r\n src: url(https://fonts.gstatic.com/s/opensans/v18/memnYaGs126MiZpBA-UFUKXGUdhmIqOjjg.woff2)\r\n format('woff2');\r\n unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--appTitle {\r\n color: #fff;\r\n font-family: 'Open Sans', sans-serif;\r\n font-weight: 600;\r\n font-style: italic;\r\n font-size: 14px;\r\n position: relative;\r\n left: 16px;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--item {\r\n display: flex;\r\n color: white;\r\n font-size: 13px;\r\n cursor: pointer;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--yardNumber {\r\n /* margin-left: 10px;\r\n margin-right: 7px; */\r\n cursor: pointer;\r\n display: flex;\r\n align-items: center;\r\n background: #fff;\r\n color: #1D5AB9;\r\n font-weight: 600;\r\n border-radius: 4px;\r\n box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.4), 0px 1.6px 3.6px 0px rgba(0, 0, 0, 0.13), 0px 0.3px 0.9px 0px rgba(0, 0, 0, 0.10);\r\n font-size: 14px;\r\n grid-gap: 6px;\r\n gap: 6px;\r\n margin: 0 8px;\r\n padding: 4px 20px 6px;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--yardNumber span {\r\n display: flex;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--yardNumber span i {\r\n font-size: 22px;\r\n color: #1D5AB9;\r\n}\r\n\r\n/* .yardNumber > div {\r\n margin-left: 7px;\r\n} */\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--searchWrapper i {\r\n color: #fff;\r\n cursor: pointer;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--searchWrapper span {\r\n display: flex;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--phoneDefault {\r\n color: white;\r\n cursor: default;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--phoneAvailable,\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--phoneUnvailable {\r\n background-color: white;\r\n border-radius: 20px;\r\n margin: 5px;\r\n padding: 0px 10px;\r\n height: 25px;\r\n font-weight: bold;\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--light {\r\n border: 1px solid #1d5ab9;\r\n justify-content: flex-start;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--lightDefault {\r\n color: black;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--phoneOffline,\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--lightAvailable {\r\n background-color: white;\r\n border-radius: 20px;\r\n display: flex;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--lightAvailable {\r\n color: green;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--lightAvailable i {\r\n color: green;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--phoneOffline {\r\n color: red;\r\n margin: 5px 0px;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--phoneOffline svg {\r\n margin-right: 5px;\r\n margin-left: 5px;\r\n width: 24px;\r\n height: 24px;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--SpinnerWrapper {\r\n margin-left: 5px;\r\n display: inline-flex;\r\n}\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--phoneDefault i {\r\n font-size: 16px;\r\n}\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--phoneAvailable i {\r\n line-height: unset;\r\n font-size: 16px;\r\n}\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--phoneAvailable {\r\n color: green;\r\n}\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--phoneDefault i,\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--phoneAvailable i,\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--phoneUnvailable svg {\r\n margin-right: 5px;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--phoneUnvailable {\r\n color: red;\r\n}\r\n\r\n/* .userMenu {\r\n margin-left: 10px !important;\r\n margin-right: 5px !important;\r\n} */\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--roleAndFlag {\r\n margin-left: 10px !important;\r\n margin-right: 10px !important;\r\n display: flex;\r\n align-items: center;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--roleAndFlag > div {\r\n margin-left: 7px;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--feedback {\r\n margin: 0 !important;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--overflowItems {\r\n width: 100%;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--mihelp_button {\r\n cursor: pointer;\r\n position: relative;\r\n\r\n /* position: relative;\r\n top: 2px; */\r\n /* margin-left: 10px; */\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--mihelp_button i {\r\n color: #fff;\r\n font-size: 22px;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--mihelpDot {\r\n background-color: #ef5350;\r\n border-radius: 50%;\r\n position: absolute;\r\n top: 0px;\r\n left: 13px;\r\n width: 10px;\r\n height: 10px;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--mihelpTooltip{\r\n position: absolute;\r\n background: #fff;\r\n padding: 8px;\r\n right: 30px;\r\n top: -2px;\r\n border-radius: 2px;\r\n font-weight: 400;\r\n font-size: 12px;\r\n cursor: auto;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--mihelpTooltip::before{\r\n content: \"\";\r\n position: absolute;\r\n top: 50%;\r\n left: 100%;\r\n margin-top: -5px;\r\n border-width: 5px;\r\n border-style: solid;\r\n border-color: transparent transparent transparent #fff;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--mihelpTooltip i{\r\n color: #000;\r\n font-size: 12px;\r\n margin-left: 5px;\r\n position: relative;\r\n top: 1px;\r\n cursor: pointer;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--ideaWidgetContainer {\r\n position: absolute;\r\n display: flex;\r\n height: calc(100vh - 48px);\r\n width: 100vw;\r\n bottom: 0;\r\n z-index: 10000;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--ideaWidgetHide {\r\n background-color: rgba(0,0,0,.5);\r\n width: 100%;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--st0{fill:#0075E6;}\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--st1{fill:#6A819C;}\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--st2{fill:#FFFFFF;}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--ideaWidgetHideButton {\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n position: absolute;\r\n top: 2px;\r\n right: 402px;\r\n height: 38px;\r\n width: 38px;\r\n background-color: white;\r\n z-index: 11000;\r\n cursor: pointer;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--profile {\r\n padding: 5px 7px;\r\n background: #fff;\r\n border-radius: 50%;\r\n font-weight: 600;\r\n color: #1d5ab9;\r\n font-size: 12px;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--searchContainer {\r\n background: rgba(255, 255, 255, 0.40);\r\n -webkit-backdrop-filter: blur(20px);\r\n backdrop-filter: blur(20px);\r\n position: absolute;\r\n top: 50px;\r\n bottom: 0;\r\n left: 0;\r\n right: 0;\r\n z-index: 999;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--settingsSidebarWrapper{\r\n position: absolute;\r\n z-index: 10000;\r\n height: 100vh;\r\n top: 50px;\r\n width: 100vw;\r\n background-color: rgba(0,0,0,.5);\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--settingsSidebarWrapper .utilities_ops-app-frame_AppBarComponent_AppBar--settingsSidebar {\r\n width: 40vw;\r\n position: absolute;\r\n right: 0;\r\n height: calc(100vh - 50px);\r\n padding: 15px;\r\n background-color: white;\r\n overflow-y: auto;\r\n}\r\n\r\n@media only screen and (max-width: 1024px) {\r\n .utilities_ops-app-frame_AppBarComponent_AppBar--phoneDefault i,\r\n .utilities_ops-app-frame_AppBarComponent_AppBar--phoneAvailable i,\r\n .utilities_ops-app-frame_AppBarComponent_AppBar--phoneUnvailable svg {\r\n margin-right: 2px;\r\n }\r\n\r\n /* .yardNumber {\r\n margin-left: 5px;\r\n margin-right: 2px;\r\n }\r\n\r\n .yardNumber > div {\r\n margin-left: 2px;\r\n } */\r\n\r\n /* .userMenu {\r\n margin-left: 3px !important;\r\n margin-right: 3px !important;\r\n } */\r\n\r\n .utilities_ops-app-frame_AppBarComponent_AppBar--roleAndFlag {\r\n margin-left: 3px !important;\r\n margin-right: 3px !important;\r\n }\r\n\r\n .utilities_ops-app-frame_AppBarComponent_AppBar--roleAndFlag > div {\r\n margin-left: 2px;\r\n }\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--sideBarWrapper\r\n{\r\n position: absolute;\r\n z-index: 10000;\r\n height: 100vh;\r\n top: 48px;\r\n width: 100vw;\r\n background-color: rgba(0,0,0,.5);\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--innerNotificationDiv\r\n{\r\n width: 50vw;\r\n position: absolute;\r\n right: 0;\r\n height: 100%;\r\n padding: 15px;\r\n background-color: white;\r\n overflow-y: auto;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--notificationsHeader{\r\n font-size: 18px;\r\n font-weight: 600;\r\n padding-bottom: 10px;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--notificationsWrapper{\r\n display: flex;\r\n flex-direction: column;\r\n grid-gap: 5px;\r\n gap: 5px;\r\n justify-content: center;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--notificationCount{\r\n background-color: #ef5350;\r\n color: white;\r\n font-size: 12px;\r\n width: 1rem;\r\n border-radius: 50%;\r\n position: absolute;\r\n top: -5px;\r\n left: 22px;\r\n height: 1rem;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--notificationCount.utilities_ops-app-frame_AppBarComponent_AppBar--twoChars {\r\n width: 1.1rem;\r\n height: 1.1rem;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--notificationCount.utilities_ops-app-frame_AppBarComponent_AppBar--threeChars {\r\n width: 1.3rem;\r\n height: 1.3rem;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--flex-grid-items.utilities_ops-app-frame_AppBarComponent_AppBar--notificationIconWrapper {\r\n cursor: pointer;\r\n margin-left: 12px;\r\n position: relative;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--arrowTipContainer {\r\n width: 0px;\r\n height: 0px;\r\n border-left: 8px solid transparent;\r\n border-right: 8px solid transparent;\r\n border-bottom: 11px solid white;\r\n position: absolute;\r\n bottom: -13px;\r\n right: 16px;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--arrowTipContainer.utilities_ops-app-frame_AppBarComponent_AppBar--ideaNoteArrow {\r\n right: 16px;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--arrowTipContainer.utilities_ops-app-frame_AppBarComponent_AppBar--mihelpArrow {\r\n right: 3px;\r\n bottom: -9px;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--arrowTipContainer.utilities_ops-app-frame_AppBarComponent_AppBar--profileArrow {\r\n bottom: -12px;\r\n right: 8px;\r\n border-left: 7px solid transparent;\r\n border-right: 7px solid transparent;\r\n border-bottom: 10px solid white;\r\n}\r\n";
23825
+ var css_248z$j = ".utilities_ops-app-frame_AppBarComponent_AppBar--root {\r\n background-color: var(--blue);\r\n background-color: var(--blue);\r\n height: 48px;\r\n display: flex;\r\n justify-content: space-between;\r\n align-items: center;\r\n white-space: nowrap;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--leftItems {\r\n width: 100%;\r\n display: flex;\r\n justify-content: start;\r\n align-items: center;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--appBarIcons {\r\n margin: 0 12px;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--copartLogo {\r\n display: flex;\r\n align-items: center;\r\n flex-direction: column;\r\n margin-left: 5px;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--copartLogoNew {\r\n display: flex;\r\n flex-direction: column;\r\n margin: 3px 0 0 16px;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--moduleName {\r\n color: white;\r\n font-size: 11px;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--flex-grid {\r\n display: flex;\r\n justify-content: space-between;\r\n align-items: center;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--flex-grid-items {\r\n color: white;\r\n cursor: pointer;\r\n font-size: 18px;\r\n display: flex;\r\n justify-content: center;\r\n margin: 0;\r\n position: relative;\r\n width: 48px;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--flex-grid-items i {\r\n color: #fff;\r\n font-size: 18px;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--flex-grid .utilities_ops-app-frame_AppBarComponent_AppBar--col {\r\n display: flex;\r\n color: white;\r\n font-size: 13px;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--flex-grid .utilities_ops-app-frame_AppBarComponent_AppBar--col svg {\r\n color: white;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--logo {\r\n width: 6rem;\r\n margin-top: 0rem;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--text {\r\n margin-top: 0.6rem;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--iconText {\r\n margin-top: 0.4rem;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--searchBar,\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--placeholderDiv {\r\n margin-top: -0.2rem;\r\n margin-left: 2rem;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--appBarLeft > img.utilities_ops-app-frame_AppBarComponent_AppBar--logo {\r\n display: inline;\r\n display: initial;\r\n}\r\n\r\n@font-face {\r\n font-family: 'Open Sans';\r\n font-style: italic;\r\n font-weight: 600;\r\n src: url(https://fonts.gstatic.com/s/opensans/v18/memnYaGs126MiZpBA-UFUKXGUdhmIqOjjg.woff2)\r\n format('woff2');\r\n unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--appTitle {\r\n color: #fff;\r\n font-family: 'Open Sans', sans-serif;\r\n font-weight: 600;\r\n font-style: italic;\r\n font-size: 14px;\r\n position: relative;\r\n left: 16px;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--item {\r\n display: flex;\r\n color: white;\r\n font-size: 13px;\r\n cursor: pointer;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--yardNumber {\r\n /* margin-left: 10px;\r\n margin-right: 7px; */\r\n cursor: pointer;\r\n display: flex;\r\n align-items: center;\r\n background: #fff;\r\n color: #1D5AB9;\r\n font-weight: 600;\r\n border-radius: 4px;\r\n box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.4), 0px 1.6px 3.6px 0px rgba(0, 0, 0, 0.13), 0px 0.3px 0.9px 0px rgba(0, 0, 0, 0.10);\r\n font-size: 14px;\r\n grid-gap: 8px;\r\n gap: 8px;\r\n margin: 0 8px;\r\n padding: 4px 20px 6px;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--yardNumber span {\r\n display: flex;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--yardNumber span i {\r\n font-size: 22px;\r\n color: #1D5AB9;\r\n}\r\n\r\n/* .yardNumber > div {\r\n margin-left: 7px;\r\n} */\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--searchWrapper i {\r\n color: #fff;\r\n cursor: pointer;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--searchWrapper span {\r\n display: flex;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--phoneDefault {\r\n color: white;\r\n cursor: default;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--phoneAvailable,\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--phoneUnvailable {\r\n background-color: white;\r\n border-radius: 20px;\r\n margin: 5px;\r\n padding: 0px 10px;\r\n height: 25px;\r\n font-weight: bold;\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--light {\r\n border: 1px solid #1d5ab9;\r\n justify-content: flex-start;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--lightDefault {\r\n color: black;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--phoneOffline,\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--lightAvailable {\r\n background-color: white;\r\n border-radius: 20px;\r\n display: flex;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--lightAvailable {\r\n color: green;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--lightAvailable i {\r\n color: green;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--phoneOffline {\r\n color: red;\r\n margin: 5px 0px;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--phoneOffline svg {\r\n margin-right: 5px;\r\n margin-left: 5px;\r\n width: 24px;\r\n height: 24px;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--SpinnerWrapper {\r\n margin-left: 5px;\r\n display: inline-flex;\r\n}\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--phoneDefault i {\r\n font-size: 16px;\r\n}\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--phoneAvailable i {\r\n line-height: unset;\r\n font-size: 16px;\r\n}\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--phoneAvailable {\r\n color: green;\r\n}\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--phoneDefault i,\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--phoneAvailable i,\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--phoneUnvailable svg {\r\n margin-right: 5px;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--phoneUnvailable {\r\n color: red;\r\n}\r\n\r\n/* .userMenu {\r\n margin-left: 10px !important;\r\n margin-right: 5px !important;\r\n} */\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--roleAndFlag {\r\n margin-left: 10px !important;\r\n margin-right: 10px !important;\r\n display: flex;\r\n align-items: center;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--roleAndFlag > div {\r\n margin-left: 7px;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--feedback {\r\n margin: 0 !important;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--overflowItems {\r\n width: 100%;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--mihelp_button {\r\n cursor: pointer;\r\n position: relative;\r\n\r\n /* position: relative;\r\n top: 2px; */\r\n /* margin-left: 10px; */\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--mihelp_button i {\r\n color: #fff;\r\n font-size: 22px;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--mihelpDot {\r\n background-color: #ef5350;\r\n border-radius: 50%;\r\n position: absolute;\r\n top: 0px;\r\n left: 13px;\r\n width: 10px;\r\n height: 10px;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--mihelpTooltip{\r\n position: absolute;\r\n background: #fff;\r\n padding: 8px;\r\n right: 30px;\r\n top: -2px;\r\n border-radius: 2px;\r\n font-weight: 400;\r\n font-size: 12px;\r\n cursor: auto;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--mihelpTooltip::before{\r\n content: \"\";\r\n position: absolute;\r\n top: 50%;\r\n left: 100%;\r\n margin-top: -5px;\r\n border-width: 5px;\r\n border-style: solid;\r\n border-color: transparent transparent transparent #fff;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--mihelpTooltip i{\r\n color: #000;\r\n font-size: 12px;\r\n margin-left: 5px;\r\n position: relative;\r\n top: 1px;\r\n cursor: pointer;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--ideaWidgetContainer {\r\n position: absolute;\r\n display: flex;\r\n height: calc(100vh - 48px);\r\n width: 100vw;\r\n bottom: 0;\r\n z-index: 10000;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--ideaWidgetHide {\r\n background-color: rgba(0,0,0,.5);\r\n width: 100%;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--st0{fill:#0075E6;}\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--st1{fill:#6A819C;}\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--st2{fill:#FFFFFF;}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--ideaWidgetHideButton {\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n position: absolute;\r\n top: 2px;\r\n right: 402px;\r\n height: 38px;\r\n width: 38px;\r\n background-color: white;\r\n z-index: 11000;\r\n cursor: pointer;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--profile {\r\n padding: 5px 7px;\r\n background: #fff;\r\n border-radius: 50%;\r\n font-weight: 600;\r\n color: #1d5ab9;\r\n font-size: 12px;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--searchContainer {\r\n background: rgba(255, 255, 255, 0.40);\r\n -webkit-backdrop-filter: blur(20px);\r\n backdrop-filter: blur(20px);\r\n position: absolute;\r\n top: 50px;\r\n bottom: 0;\r\n left: 0;\r\n right: 0;\r\n z-index: 999;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--settingsSidebarWrapper{\r\n position: absolute;\r\n z-index: 10000;\r\n height: 100vh;\r\n top: 50px;\r\n width: 100vw;\r\n background-color: rgba(0,0,0,.5);\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--settingsSidebarWrapper .utilities_ops-app-frame_AppBarComponent_AppBar--settingsSidebar {\r\n width: 40vw;\r\n position: absolute;\r\n right: 0;\r\n height: calc(100vh - 50px);\r\n padding: 15px;\r\n background-color: white;\r\n overflow-y: auto;\r\n}\r\n\r\n@media only screen and (max-width: 1024px) {\r\n .utilities_ops-app-frame_AppBarComponent_AppBar--phoneDefault i,\r\n .utilities_ops-app-frame_AppBarComponent_AppBar--phoneAvailable i,\r\n .utilities_ops-app-frame_AppBarComponent_AppBar--phoneUnvailable svg {\r\n margin-right: 2px;\r\n }\r\n\r\n /* .yardNumber {\r\n margin-left: 5px;\r\n margin-right: 2px;\r\n }\r\n\r\n .yardNumber > div {\r\n margin-left: 2px;\r\n } */\r\n\r\n /* .userMenu {\r\n margin-left: 3px !important;\r\n margin-right: 3px !important;\r\n } */\r\n\r\n .utilities_ops-app-frame_AppBarComponent_AppBar--roleAndFlag {\r\n margin-left: 3px !important;\r\n margin-right: 3px !important;\r\n }\r\n\r\n .utilities_ops-app-frame_AppBarComponent_AppBar--roleAndFlag > div {\r\n margin-left: 2px;\r\n }\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--sideBarWrapper\r\n{\r\n position: absolute;\r\n z-index: 10000;\r\n height: 100vh;\r\n top: 48px;\r\n width: 100vw;\r\n background-color: rgba(0,0,0,.5);\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--innerNotificationDiv\r\n{\r\n width: 50vw;\r\n position: absolute;\r\n right: 0;\r\n height: 100%;\r\n padding: 15px;\r\n background-color: white;\r\n overflow-y: auto;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--notificationsHeader{\r\n font-size: 18px;\r\n font-weight: 600;\r\n padding-bottom: 10px;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--notificationsWrapper{\r\n display: flex;\r\n flex-direction: column;\r\n grid-gap: 5px;\r\n gap: 5px;\r\n justify-content: center;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--notificationCount{\r\n background-color: #ef5350;\r\n color: white;\r\n font-size: 12px;\r\n width: 1rem;\r\n border-radius: 50%;\r\n position: absolute;\r\n top: -5px;\r\n left: 22px;\r\n height: 1rem;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--notificationCount.utilities_ops-app-frame_AppBarComponent_AppBar--twoChars {\r\n width: 1.1rem;\r\n height: 1.1rem;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--notificationCount.utilities_ops-app-frame_AppBarComponent_AppBar--threeChars {\r\n width: 1.3rem;\r\n height: 1.3rem;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--flex-grid-items.utilities_ops-app-frame_AppBarComponent_AppBar--notificationIconWrapper {\r\n cursor: pointer;\r\n margin-left: 12px;\r\n position: relative;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--arrowTipContainer {\r\n width: 0px;\r\n height: 0px;\r\n border-left: 8px solid transparent;\r\n border-right: 8px solid transparent;\r\n border-bottom: 11px solid white;\r\n position: absolute;\r\n bottom: -13px;\r\n right: 16px;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--arrowTipContainer.utilities_ops-app-frame_AppBarComponent_AppBar--ideaNoteArrow {\r\n right: 16px;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--arrowTipContainer.utilities_ops-app-frame_AppBarComponent_AppBar--mihelpArrow {\r\n right: 3px;\r\n bottom: -9px;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--arrowTipContainer.utilities_ops-app-frame_AppBarComponent_AppBar--profileArrow {\r\n bottom: -12px;\r\n right: 8px;\r\n border-left: 7px solid transparent;\r\n border-right: 7px solid transparent;\r\n border-bottom: 10px solid white;\r\n}\r\n";
23826
23826
  styleInject(css_248z$j);
23827
23827
 
23828
23828
  var LogOutMenu = function LogOutMenu(_ref) {
@@ -23847,7 +23847,10 @@ var LogOutMenu = function LogOutMenu(_ref) {
23847
23847
  onItemClick: onItemClick,
23848
23848
  icon: /*#__PURE__*/React__default["default"].createElement(coreComponents.IconV2, {
23849
23849
  name: "user-circle",
23850
- variant: "solid"
23850
+ variant: "solid",
23851
+ style: {
23852
+ position: "absolute"
23853
+ }
23851
23854
  }),
23852
23855
  iconStyle: {
23853
23856
  fontSize: '30px',
@@ -34614,7 +34617,7 @@ var generateAppBarElements = function generateAppBarElements(props, showCallout)
34614
34617
  renderIf: config.includes('phone') && phoneNumber,
34615
34618
  render: function render() {
34616
34619
  return /*#__PURE__*/React__default["default"].createElement("span", {
34617
- className: "utilities_ops-app-frame_AppBarComponent_AppBar--flex-grid-items"
34620
+ className: "utilities_ops-app-frame_AppBarComponent_AppBar--appBarIcons"
34618
34621
  }, /*#__PURE__*/React__default["default"].createElement(PhoneStatus, {
34619
34622
  config: config,
34620
34623
  phoneNumber: phoneNumber,
@@ -50548,42 +50551,42 @@ var classnames = createCommonjsModule(function (module) {
50548
50551
  * @copyright ReactTooltip Team
50549
50552
  * @license MIT
50550
50553
  */
50551
- const y = "react-tooltip-core-styles",
50552
- h = "react-tooltip-base-styles",
50553
- w = {
50554
+ const h = "react-tooltip-core-styles",
50555
+ w = "react-tooltip-base-styles",
50556
+ b = {
50554
50557
  core: !1,
50555
50558
  base: !1
50556
50559
  };
50557
- function b({
50560
+ function S({
50558
50561
  css: e,
50559
- id: t = h,
50560
- type: r = "base",
50561
- ref: o
50562
+ id: t = w,
50563
+ type: o = "base",
50564
+ ref: l
50562
50565
  }) {
50563
- var n, l;
50564
- if (!e || "undefined" == typeof document || w[r]) return;
50565
- if ("core" === r && "undefined" != typeof process && (null === (n = null === process || void 0 === process ? void 0 : process.env) || void 0 === n ? void 0 : n.REACT_TOOLTIP_DISABLE_CORE_STYLES)) return;
50566
- if ("base" !== r && "undefined" != typeof process && (null === (l = null === process || void 0 === process ? void 0 : process.env) || void 0 === l ? void 0 : l.REACT_TOOLTIP_DISABLE_BASE_STYLES)) return;
50567
- "core" === r && (t = y), o || (o = {});
50566
+ var r, n;
50567
+ if (!e || "undefined" == typeof document || b[o]) return;
50568
+ if ("core" === o && "undefined" != typeof process && (null === (r = null === process || void 0 === process ? void 0 : process.env) || void 0 === r ? void 0 : r.REACT_TOOLTIP_DISABLE_CORE_STYLES)) return;
50569
+ if ("base" !== o && "undefined" != typeof process && (null === (n = null === process || void 0 === process ? void 0 : process.env) || void 0 === n ? void 0 : n.REACT_TOOLTIP_DISABLE_BASE_STYLES)) return;
50570
+ "core" === o && (t = h), l || (l = {});
50568
50571
  const {
50569
- insertAt: i
50570
- } = o;
50572
+ insertAt: c
50573
+ } = l;
50571
50574
  if (document.getElementById(t)) return void console.warn(`[react-tooltip] Element with id '${t}' already exists. Call \`removeStyle()\` first`);
50572
- const c = document.head || document.getElementsByTagName("head")[0],
50575
+ const i = document.head || document.getElementsByTagName("head")[0],
50573
50576
  s = document.createElement("style");
50574
- s.id = t, s.type = "text/css", "top" === i && c.firstChild ? c.insertBefore(s, c.firstChild) : c.appendChild(s), s.styleSheet ? s.styleSheet.cssText = e : s.appendChild(document.createTextNode(e)), w[r] = !0;
50577
+ s.id = t, s.type = "text/css", "top" === c && i.firstChild ? i.insertBefore(s, i.firstChild) : i.appendChild(s), s.styleSheet ? s.styleSheet.cssText = e : s.appendChild(document.createTextNode(e)), b[o] = !0;
50575
50578
  }
50576
- const E = (e, t, r) => {
50577
- let o = null;
50578
- return function (...n) {
50579
- const l = () => {
50580
- o = null, r || e.apply(this, n);
50579
+ const g = (e, t, o) => {
50580
+ let l = null;
50581
+ return function (...r) {
50582
+ const n = () => {
50583
+ l = null, o || e.apply(this, r);
50581
50584
  };
50582
- r && !o && (e.apply(this, n), o = setTimeout(l, t)), r || (o && clearTimeout(o), o = setTimeout(l, t));
50585
+ o && !l && (e.apply(this, r), l = setTimeout(n, t)), o || (l && clearTimeout(l), l = setTimeout(n, t));
50583
50586
  };
50584
50587
  },
50585
- g = "DEFAULT_TOOLTIP_ID",
50586
- _ = {
50588
+ _ = "DEFAULT_TOOLTIP_ID",
50589
+ A = {
50587
50590
  anchorRefs: new Set(),
50588
50591
  activeAnchor: {
50589
50592
  current: null
@@ -50592,130 +50595,133 @@ const E = (e, t, r) => {
50592
50595
  detach: () => {},
50593
50596
  setActiveAnchor: () => {}
50594
50597
  },
50595
- A = React.createContext({
50596
- getTooltipData: () => _
50598
+ O = React.createContext({
50599
+ getTooltipData: () => A
50597
50600
  });
50598
- function O(e = g) {
50599
- return React.useContext(A).getTooltipData(e);
50601
+ function k(e = _) {
50602
+ return React.useContext(O).getTooltipData(e);
50600
50603
  }
50601
- const R = "undefined" != typeof window ? React.useLayoutEffect : React.useEffect,
50602
- C = e => {
50604
+ const C = "undefined" != typeof window ? React.useLayoutEffect : React.useEffect,
50605
+ R = e => {
50603
50606
  if (!(e instanceof HTMLElement || e instanceof SVGElement)) return !1;
50604
50607
  const t = getComputedStyle(e);
50605
50608
  return ["overflow", "overflow-x", "overflow-y"].some(e => {
50606
- const r = t.getPropertyValue(e);
50607
- return "auto" === r || "scroll" === r;
50609
+ const o = t.getPropertyValue(e);
50610
+ return "auto" === o || "scroll" === o;
50608
50611
  });
50609
50612
  },
50610
- N = e => {
50613
+ x = e => {
50611
50614
  if (!e) return null;
50612
50615
  let t = e.parentElement;
50613
50616
  for (; t;) {
50614
- if (C(t)) return t;
50617
+ if (R(t)) return t;
50615
50618
  t = t.parentElement;
50616
50619
  }
50617
50620
  return document.scrollingElement || document.documentElement;
50618
50621
  },
50619
- k = async ({
50622
+ N = async ({
50620
50623
  elementReference: e = null,
50621
50624
  tooltipReference: t = null,
50622
- tooltipArrowReference: r = null,
50623
- place: o = "top",
50624
- offset: n = 10,
50625
- strategy: l = "absolute",
50626
- middlewares: i = [offset(Number(n)), flip(), shift({
50625
+ tooltipArrowReference: o = null,
50626
+ place: l = "top",
50627
+ offset: r = 10,
50628
+ strategy: n = "absolute",
50629
+ middlewares: c = [offset(Number(r)), flip(), shift({
50627
50630
  padding: 5
50628
50631
  })],
50629
- border: c
50632
+ border: i
50630
50633
  }) => {
50631
50634
  if (!e) return {
50632
50635
  tooltipStyles: {},
50633
50636
  tooltipArrowStyles: {},
50634
- place: o
50637
+ place: l
50635
50638
  };
50636
50639
  if (null === t) return {
50637
50640
  tooltipStyles: {},
50638
50641
  tooltipArrowStyles: {},
50639
- place: o
50642
+ place: l
50640
50643
  };
50641
- const s = i;
50642
- return r ? (s.push(arrow({
50643
- element: r,
50644
+ const s = c;
50645
+ return o ? (s.push(arrow({
50646
+ element: o,
50644
50647
  padding: 5
50645
50648
  })), computePosition(e, t, {
50646
- placement: o,
50647
- strategy: l,
50649
+ placement: l,
50650
+ strategy: n,
50648
50651
  middleware: s
50649
50652
  }).then(({
50650
50653
  x: e,
50651
50654
  y: t,
50652
- placement: r,
50653
- middlewareData: o
50655
+ placement: o,
50656
+ middlewareData: l
50654
50657
  }) => {
50655
- var n, l;
50656
- const i = {
50658
+ var r, n;
50659
+ const c = {
50657
50660
  left: `${e}px`,
50658
50661
  top: `${t}px`,
50659
- border: c
50662
+ border: i
50660
50663
  },
50661
50664
  {
50662
50665
  x: s,
50663
50666
  y: a
50664
- } = null !== (n = o.arrow) && void 0 !== n ? n : {
50667
+ } = null !== (r = l.arrow) && void 0 !== r ? r : {
50665
50668
  x: 0,
50666
50669
  y: 0
50667
50670
  },
50668
- u = null !== (l = {
50671
+ d = null !== (n = {
50669
50672
  top: "bottom",
50670
50673
  right: "left",
50671
50674
  bottom: "top",
50672
50675
  left: "right"
50673
- }[r.split("-")[0]]) && void 0 !== l ? l : "bottom",
50674
- d = c && {
50675
- borderBottom: c,
50676
- borderRight: c
50676
+ }[o.split("-")[0]]) && void 0 !== n ? n : "bottom",
50677
+ u = i && {
50678
+ borderBottom: i,
50679
+ borderRight: i
50677
50680
  };
50678
50681
  let p = 0;
50679
- if (c) {
50680
- const e = `${c}`.match(/(\d+)px/);
50682
+ if (i) {
50683
+ const e = `${i}`.match(/(\d+)px/);
50681
50684
  p = (null == e ? void 0 : e[1]) ? Number(e[1]) : 1;
50682
50685
  }
50683
50686
  return {
50684
- tooltipStyles: i,
50687
+ tooltipStyles: c,
50685
50688
  tooltipArrowStyles: {
50686
50689
  left: null != s ? `${s}px` : "",
50687
50690
  top: null != a ? `${a}px` : "",
50688
50691
  right: "",
50689
50692
  bottom: "",
50690
- ...d,
50691
- [u]: `-${4 + p}px`
50693
+ ...u,
50694
+ [d]: `-${4 + p}px`
50692
50695
  },
50693
- place: r
50696
+ place: o
50694
50697
  };
50695
50698
  })) : computePosition(e, t, {
50696
50699
  placement: "bottom",
50697
- strategy: l,
50700
+ strategy: n,
50698
50701
  middleware: s
50699
50702
  }).then(({
50700
50703
  x: e,
50701
50704
  y: t,
50702
- placement: r
50705
+ placement: o
50703
50706
  }) => ({
50704
50707
  tooltipStyles: {
50705
50708
  left: `${e}px`,
50706
50709
  top: `${t}px`
50707
50710
  },
50708
50711
  tooltipArrowStyles: {},
50709
- place: r
50712
+ place: o
50710
50713
  }));
50711
50714
  };
50712
- var x = "core-styles-module_tooltip__3vRRp",
50713
- $ = "core-styles-module_fixed__pcSol",
50714
- I = "core-styles-module_arrow__cvMwQ",
50715
- j = "core-styles-module_noArrow__xock6",
50716
- B = "core-styles-module_clickable__ZuTTB",
50717
- D = "core-styles-module_show__Nt9eE",
50718
- H = {
50715
+ var $ = {
50716
+ tooltip: "core-styles-module_tooltip__3vRRp",
50717
+ fixed: "core-styles-module_fixed__pcSol",
50718
+ arrow: "core-styles-module_arrow__cvMwQ",
50719
+ noArrow: "core-styles-module_noArrow__xock6",
50720
+ clickable: "core-styles-module_clickable__ZuTTB",
50721
+ show: "core-styles-module_show__Nt9eE",
50722
+ closing: "core-styles-module_closing__sGnxF"
50723
+ },
50724
+ j = {
50719
50725
  tooltip: "styles-module_tooltip__mnnfp",
50720
50726
  arrow: "styles-module_arrow__K0L3T",
50721
50727
  dark: "styles-module_dark__xNqje",
@@ -50725,352 +50731,433 @@ var x = "core-styles-module_tooltip__3vRRp",
50725
50731
  error: "styles-module_error__JvumD",
50726
50732
  info: "styles-module_info__BWdHW"
50727
50733
  };
50728
- const q = ({
50729
- id: t,
50734
+ const I = ({
50735
+ forwardRef: t,
50736
+ id: r,
50730
50737
  className: n,
50731
- classNameArrow: l,
50732
- variant: s = "dark",
50733
- anchorId: a,
50734
- anchorSelect: u,
50735
- place: d = "top",
50736
- offset: p = 10,
50737
- events: v = ["hover"],
50738
- openOnClick: y = !1,
50739
- positionStrategy: h = "absolute",
50740
- middlewares: w,
50741
- wrapper: b,
50742
- delayShow: S = 0,
50743
- delayHide: g = 0,
50744
- float: _ = !1,
50745
- hidden: A = !1,
50746
- noArrow: T = !1,
50747
- clickable: L = !1,
50748
- closeOnEsc: C = !1,
50749
- closeOnScroll: q = !1,
50738
+ classNameArrow: s,
50739
+ variant: d = "dark",
50740
+ anchorId: u,
50741
+ anchorSelect: p,
50742
+ place: v = "top",
50743
+ offset: m = 10,
50744
+ events: h = ["hover"],
50745
+ openOnClick: w = !1,
50746
+ positionStrategy: b = "absolute",
50747
+ middlewares: S,
50748
+ wrapper: E,
50749
+ delayShow: _ = 0,
50750
+ delayHide: A = 0,
50751
+ float: O = !1,
50752
+ hidden: T = !1,
50753
+ noArrow: L = !1,
50754
+ clickable: R = !1,
50755
+ closeOnEsc: I = !1,
50756
+ closeOnScroll: B = !1,
50750
50757
  closeOnResize: z = !1,
50751
- style: M,
50752
- position: W,
50753
- afterShow: P,
50754
- afterHide: F,
50755
- content: K,
50756
- contentWrapperRef: U,
50757
- isOpen: X,
50758
- setIsOpen: Y,
50758
+ openEvents: D,
50759
+ closeEvents: q,
50760
+ globalCloseEvents: H,
50761
+ imperativeModeOnly: M,
50762
+ style: W,
50763
+ position: P,
50764
+ afterShow: F,
50765
+ afterHide: K,
50766
+ content: U,
50767
+ contentWrapperRef: X,
50768
+ isOpen: Y,
50769
+ setIsOpen: G,
50759
50770
  activeAnchor: V,
50760
50771
  setActiveAnchor: Z,
50761
- border: G,
50762
- opacity: J,
50763
- arrowColor: Q
50772
+ border: J,
50773
+ opacity: Q,
50774
+ arrowColor: ee
50764
50775
  }) => {
50765
- const ee = React.useRef(null),
50766
- te = React.useRef(null),
50776
+ var te;
50777
+ const oe = React.useRef(null),
50778
+ le = React.useRef(null),
50767
50779
  re = React.useRef(null),
50768
- oe = React.useRef(null),
50769
- [ne, le] = React.useState(d),
50770
- [ie, ce] = React.useState({}),
50780
+ ne = React.useRef(null),
50781
+ [ce, ie] = React.useState(v),
50771
50782
  [se, ae] = React.useState({}),
50772
- [ue, de] = React.useState(!1),
50783
+ [de, ue] = React.useState({}),
50773
50784
  [pe, ve] = React.useState(!1),
50774
- me = React.useRef(!1),
50775
- fe = React.useRef(null),
50776
- {
50777
- anchorRefs: ye,
50778
- setActiveAnchor: he
50779
- } = O(t),
50785
+ [me, fe] = React.useState(!1),
50786
+ [ye, he] = React.useState(null),
50780
50787
  we = React.useRef(!1),
50781
- [be, Se] = React.useState([]),
50782
- Ee = React.useRef(!1),
50783
- ge = y || v.includes("click");
50784
- R(() => (Ee.current = !0, () => {
50785
- Ee.current = !1;
50786
- }), []), React.useEffect(() => {
50787
- if (!ue) {
50788
- const e = setTimeout(() => {
50789
- ve(!1);
50790
- }, 150);
50791
- return () => {
50792
- clearTimeout(e);
50793
- };
50794
- }
50795
- return () => null;
50796
- }, [ue]);
50797
- const _e = e => {
50798
- Ee.current && (e && ve(!0), setTimeout(() => {
50799
- Ee.current && (null == Y || Y(e), void 0 === X && de(e));
50788
+ be = React.useRef(null),
50789
+ {
50790
+ anchorRefs: Se,
50791
+ setActiveAnchor: Ee
50792
+ } = k(r),
50793
+ ge = React.useRef(!1),
50794
+ [_e, Ae] = React.useState([]),
50795
+ Oe = React.useRef(!1),
50796
+ Te = w || h.includes("click"),
50797
+ ke = Te || (null == D ? void 0 : D.click) || (null == D ? void 0 : D.dblclick) || (null == D ? void 0 : D.mousedown),
50798
+ Le = D ? {
50799
+ ...D
50800
+ } : {
50801
+ mouseenter: !0,
50802
+ focus: !0,
50803
+ click: !1,
50804
+ dblclick: !1,
50805
+ mousedown: !1
50806
+ };
50807
+ !D && Te && Object.assign(Le, {
50808
+ mouseenter: !1,
50809
+ focus: !1,
50810
+ click: !0
50811
+ });
50812
+ const Ce = q ? {
50813
+ ...q
50814
+ } : {
50815
+ mouseleave: !0,
50816
+ blur: !0,
50817
+ click: !1,
50818
+ dblclick: !1,
50819
+ mouseup: !1
50820
+ };
50821
+ !q && Te && Object.assign(Ce, {
50822
+ mouseleave: !1,
50823
+ blur: !1
50824
+ });
50825
+ const Re = H ? {
50826
+ ...H
50827
+ } : {
50828
+ escape: I || !1,
50829
+ scroll: B || !1,
50830
+ resize: z || !1,
50831
+ clickOutsideAnchor: ke || !1
50832
+ };
50833
+ M && (Object.assign(Le, {
50834
+ mouseenter: !1,
50835
+ focus: !1,
50836
+ click: !1,
50837
+ dblclick: !1,
50838
+ mousedown: !1
50839
+ }), Object.assign(Ce, {
50840
+ mouseleave: !1,
50841
+ blur: !1,
50842
+ click: !1,
50843
+ dblclick: !1,
50844
+ mouseup: !1
50845
+ }), Object.assign(Re, {
50846
+ escape: !1,
50847
+ scroll: !1,
50848
+ resize: !1,
50849
+ clickOutsideAnchor: !1
50850
+ })), C(() => (Oe.current = !0, () => {
50851
+ Oe.current = !1;
50852
+ }), []);
50853
+ const xe = e => {
50854
+ Oe.current && (e && fe(!0), setTimeout(() => {
50855
+ Oe.current && (null == G || G(e), void 0 === Y && ve(e));
50800
50856
  }, 10));
50801
50857
  };
50802
50858
  React.useEffect(() => {
50803
- if (void 0 === X) return () => null;
50804
- X && ve(!0);
50859
+ if (void 0 === Y) return () => null;
50860
+ Y && fe(!0);
50805
50861
  const e = setTimeout(() => {
50806
- de(X);
50862
+ ve(Y);
50807
50863
  }, 10);
50808
50864
  return () => {
50809
50865
  clearTimeout(e);
50810
50866
  };
50811
- }, [X]), React.useEffect(() => {
50812
- ue !== me.current && (me.current = ue, ue ? null == P || P() : null == F || F());
50813
- }, [ue]);
50814
- const Ae = (e = g) => {
50815
- oe.current && clearTimeout(oe.current), oe.current = setTimeout(() => {
50816
- we.current || _e(!1);
50867
+ }, [Y]), React.useEffect(() => {
50868
+ pe !== we.current && (we.current = pe, pe && (null == F || F()));
50869
+ }, [pe]);
50870
+ const Ne = (e = _) => {
50871
+ re.current && clearTimeout(re.current), re.current = setTimeout(() => {
50872
+ xe(!0);
50873
+ }, e);
50874
+ },
50875
+ $e = (e = A) => {
50876
+ ne.current && clearTimeout(ne.current), ne.current = setTimeout(() => {
50877
+ ge.current || xe(!1);
50817
50878
  }, e);
50818
50879
  },
50819
- Te = e => {
50880
+ je = e => {
50820
50881
  var t;
50821
50882
  if (!e) return;
50822
- const r = null !== (t = e.currentTarget) && void 0 !== t ? t : e.target;
50823
- if (!(null == r ? void 0 : r.isConnected)) return Z(null), void he({
50883
+ const o = null !== (t = e.currentTarget) && void 0 !== t ? t : e.target;
50884
+ if (!(null == o ? void 0 : o.isConnected)) return Z(null), void Ee({
50824
50885
  current: null
50825
50886
  });
50826
- S ? (re.current && clearTimeout(re.current), re.current = setTimeout(() => {
50827
- _e(!0);
50828
- }, S)) : _e(!0), Z(r), he({
50829
- current: r
50830
- }), oe.current && clearTimeout(oe.current);
50887
+ _ ? Ne() : xe(!0), Z(o), Ee({
50888
+ current: o
50889
+ }), ne.current && clearTimeout(ne.current);
50831
50890
  },
50832
- Oe = () => {
50833
- L ? Ae(g || 100) : g ? Ae() : _e(!1), re.current && clearTimeout(re.current);
50891
+ Ie = () => {
50892
+ R ? $e(A || 100) : A ? $e() : xe(!1), re.current && clearTimeout(re.current);
50834
50893
  },
50835
- Le = ({
50894
+ Be = ({
50836
50895
  x: e,
50837
50896
  y: t
50838
50897
  }) => {
50839
- k({
50840
- place: d,
50841
- offset: p,
50842
- elementReference: {
50843
- getBoundingClientRect: () => ({
50844
- x: e,
50845
- y: t,
50846
- width: 0,
50847
- height: 0,
50848
- top: t,
50849
- left: e,
50850
- right: e,
50851
- bottom: t
50852
- })
50853
- },
50854
- tooltipReference: ee.current,
50855
- tooltipArrowReference: te.current,
50856
- strategy: h,
50857
- middlewares: w,
50858
- border: G
50898
+ var o;
50899
+ const l = {
50900
+ getBoundingClientRect: () => ({
50901
+ x: e,
50902
+ y: t,
50903
+ width: 0,
50904
+ height: 0,
50905
+ top: t,
50906
+ left: e,
50907
+ right: e,
50908
+ bottom: t
50909
+ })
50910
+ };
50911
+ N({
50912
+ place: null !== (o = null == ye ? void 0 : ye.place) && void 0 !== o ? o : v,
50913
+ offset: m,
50914
+ elementReference: l,
50915
+ tooltipReference: oe.current,
50916
+ tooltipArrowReference: le.current,
50917
+ strategy: b,
50918
+ middlewares: S,
50919
+ border: J
50859
50920
  }).then(e => {
50860
- Object.keys(e.tooltipStyles).length && ce(e.tooltipStyles), Object.keys(e.tooltipArrowStyles).length && ae(e.tooltipArrowStyles), le(e.place);
50921
+ Object.keys(e.tooltipStyles).length && ae(e.tooltipStyles), Object.keys(e.tooltipArrowStyles).length && ue(e.tooltipArrowStyles), ie(e.place);
50861
50922
  });
50862
50923
  },
50863
- Re = e => {
50924
+ ze = e => {
50864
50925
  if (!e) return;
50865
50926
  const t = e,
50866
- r = {
50927
+ o = {
50867
50928
  x: t.clientX,
50868
50929
  y: t.clientY
50869
50930
  };
50870
- Le(r), fe.current = r;
50871
- },
50872
- Ce = e => {
50873
- Te(e), g && Ae();
50931
+ Be(o), be.current = o;
50874
50932
  },
50875
- Ne = e => {
50933
+ De = e => {
50876
50934
  var t;
50877
- [document.querySelector(`[id='${a}']`), ...be].some(t => null == t ? void 0 : t.contains(e.target)) || (null === (t = ee.current) || void 0 === t ? void 0 : t.contains(e.target)) || (_e(!1), re.current && clearTimeout(re.current));
50935
+ if (!pe) return;
50936
+ const o = e.target;
50937
+ if (null === (t = oe.current) || void 0 === t ? void 0 : t.contains(o)) return;
50938
+ [document.querySelector(`[id='${u}']`), ..._e].some(e => null == e ? void 0 : e.contains(o)) || (xe(!1), re.current && clearTimeout(re.current));
50878
50939
  },
50879
- ke = E(Te, 50, !0),
50880
- xe = E(Oe, 50, !0),
50881
- $e = React.useCallback(() => {
50882
- W ? Le(W) : _ ? fe.current && Le(fe.current) : (null == V ? void 0 : V.isConnected) && k({
50883
- place: d,
50884
- offset: p,
50940
+ qe = g(je, 50, !0),
50941
+ He = g(Ie, 50, !0),
50942
+ Me = React.useCallback(() => {
50943
+ var e, t;
50944
+ const o = null !== (e = null == ye ? void 0 : ye.position) && void 0 !== e ? e : P;
50945
+ o ? Be(o) : O ? be.current && Be(be.current) : (null == V ? void 0 : V.isConnected) && N({
50946
+ place: null !== (t = null == ye ? void 0 : ye.place) && void 0 !== t ? t : v,
50947
+ offset: m,
50885
50948
  elementReference: V,
50886
- tooltipReference: ee.current,
50887
- tooltipArrowReference: te.current,
50888
- strategy: h,
50889
- middlewares: w,
50890
- border: G
50949
+ tooltipReference: oe.current,
50950
+ tooltipArrowReference: le.current,
50951
+ strategy: b,
50952
+ middlewares: S,
50953
+ border: J
50891
50954
  }).then(e => {
50892
- Ee.current && (Object.keys(e.tooltipStyles).length && ce(e.tooltipStyles), Object.keys(e.tooltipArrowStyles).length && ae(e.tooltipArrowStyles), le(e.place));
50955
+ Oe.current && (Object.keys(e.tooltipStyles).length && ae(e.tooltipStyles), Object.keys(e.tooltipArrowStyles).length && ue(e.tooltipArrowStyles), ie(e.place));
50893
50956
  });
50894
- }, [ue, V, K, M, d, p, h, W, _]);
50957
+ }, [pe, V, U, W, v, null == ye ? void 0 : ye.place, m, b, P, null == ye ? void 0 : ye.position, O]);
50895
50958
  React.useEffect(() => {
50896
50959
  var e, t;
50897
- const r = new Set(ye);
50898
- be.forEach(e => {
50899
- r.add({
50960
+ const o = new Set(Se);
50961
+ _e.forEach(e => {
50962
+ o.add({
50900
50963
  current: e
50901
50964
  });
50902
50965
  });
50903
- const o = document.querySelector(`[id='${a}']`);
50904
- o && r.add({
50905
- current: o
50966
+ const l = document.querySelector(`[id='${u}']`);
50967
+ l && o.add({
50968
+ current: l
50906
50969
  });
50907
- const n = () => {
50908
- _e(!1);
50970
+ const r = () => {
50971
+ xe(!1);
50909
50972
  },
50910
- l = N(V),
50911
- i = N(ee.current);
50912
- q && (window.addEventListener("scroll", n), null == l || l.addEventListener("scroll", n), null == i || i.addEventListener("scroll", n));
50913
- let c = null;
50914
- z ? window.addEventListener("resize", n) : V && ee.current && (c = autoUpdate(V, ee.current, $e, {
50973
+ n = x(V),
50974
+ c = x(oe.current);
50975
+ Re.scroll && (window.addEventListener("scroll", r), null == n || n.addEventListener("scroll", r), null == c || c.addEventListener("scroll", r));
50976
+ let i = null;
50977
+ Re.resize ? window.addEventListener("resize", r) : V && oe.current && (i = autoUpdate(V, oe.current, Me, {
50915
50978
  ancestorResize: !0,
50916
50979
  elementResize: !0,
50917
50980
  layoutShift: !0
50918
50981
  }));
50919
50982
  const s = e => {
50920
- "Escape" === e.key && _e(!1);
50983
+ "Escape" === e.key && xe(!1);
50921
50984
  };
50922
- C && window.addEventListener("keydown", s);
50923
- const u = [];
50924
- ge ? (window.addEventListener("click", Ne), u.push({
50925
- event: "click",
50926
- listener: Ce
50927
- })) : (u.push({
50928
- event: "mouseenter",
50929
- listener: ke
50930
- }, {
50931
- event: "mouseleave",
50932
- listener: xe
50933
- }, {
50934
- event: "focus",
50935
- listener: ke
50936
- }, {
50937
- event: "blur",
50938
- listener: xe
50939
- }), _ && u.push({
50940
- event: "mousemove",
50941
- listener: Re
50942
- }));
50943
- const d = () => {
50944
- we.current = !0;
50985
+ Re.escape && window.addEventListener("keydown", s), Re.clickOutsideAnchor && window.addEventListener("click", De);
50986
+ const a = [],
50987
+ d = e => {
50988
+ pe || je(e);
50945
50989
  },
50946
50990
  p = () => {
50947
- we.current = !1, Oe();
50991
+ pe && Ie();
50992
+ },
50993
+ v = ["mouseenter", "mouseleave", "focus", "blur"],
50994
+ m = ["click", "dblclick", "mousedown", "mouseup"];
50995
+ Object.entries(Le).forEach(([e, t]) => {
50996
+ t && (v.includes(e) ? a.push({
50997
+ event: e,
50998
+ listener: qe
50999
+ }) : m.includes(e) && a.push({
51000
+ event: e,
51001
+ listener: d
51002
+ }));
51003
+ }), Object.entries(Ce).forEach(([e, t]) => {
51004
+ t && (v.includes(e) ? a.push({
51005
+ event: e,
51006
+ listener: He
51007
+ }) : m.includes(e) && a.push({
51008
+ event: e,
51009
+ listener: p
51010
+ }));
51011
+ }), O && a.push({
51012
+ event: "mousemove",
51013
+ listener: ze
51014
+ });
51015
+ const y = () => {
51016
+ ge.current = !0;
51017
+ },
51018
+ h = () => {
51019
+ ge.current = !1, Ie();
50948
51020
  };
50949
- return L && !ge && (null === (e = ee.current) || void 0 === e || e.addEventListener("mouseenter", d), null === (t = ee.current) || void 0 === t || t.addEventListener("mouseleave", p)), u.forEach(({
51021
+ return R && !ke && (null === (e = oe.current) || void 0 === e || e.addEventListener("mouseenter", y), null === (t = oe.current) || void 0 === t || t.addEventListener("mouseleave", h)), a.forEach(({
50950
51022
  event: e,
50951
51023
  listener: t
50952
51024
  }) => {
50953
- r.forEach(r => {
50954
- var o;
50955
- null === (o = r.current) || void 0 === o || o.addEventListener(e, t);
51025
+ o.forEach(o => {
51026
+ var l;
51027
+ null === (l = o.current) || void 0 === l || l.addEventListener(e, t);
50956
51028
  });
50957
51029
  }), () => {
50958
51030
  var e, t;
50959
- q && (window.removeEventListener("scroll", n), null == l || l.removeEventListener("scroll", n), null == i || i.removeEventListener("scroll", n)), z ? window.removeEventListener("resize", n) : null == c || c(), ge && window.removeEventListener("click", Ne), C && window.removeEventListener("keydown", s), L && !ge && (null === (e = ee.current) || void 0 === e || e.removeEventListener("mouseenter", d), null === (t = ee.current) || void 0 === t || t.removeEventListener("mouseleave", p)), u.forEach(({
51031
+ Re.scroll && (window.removeEventListener("scroll", r), null == n || n.removeEventListener("scroll", r), null == c || c.removeEventListener("scroll", r)), Re.resize ? window.removeEventListener("resize", r) : null == i || i(), Re.clickOutsideAnchor && window.removeEventListener("click", De), Re.escape && window.removeEventListener("keydown", s), R && !ke && (null === (e = oe.current) || void 0 === e || e.removeEventListener("mouseenter", y), null === (t = oe.current) || void 0 === t || t.removeEventListener("mouseleave", h)), a.forEach(({
50960
51032
  event: e,
50961
51033
  listener: t
50962
51034
  }) => {
50963
- r.forEach(r => {
50964
- var o;
50965
- null === (o = r.current) || void 0 === o || o.removeEventListener(e, t);
51035
+ o.forEach(o => {
51036
+ var l;
51037
+ null === (l = o.current) || void 0 === l || l.removeEventListener(e, t);
50966
51038
  });
50967
51039
  });
50968
51040
  };
50969
- }, [V, $e, pe, ye, be, C, v]), React.useEffect(() => {
50970
- let e = null != u ? u : "";
50971
- !e && t && (e = `[data-tooltip-id='${t}']`);
50972
- const r = new MutationObserver(r => {
50973
- const o = [],
50974
- n = [];
50975
- r.forEach(r => {
50976
- if ("attributes" === r.type && "data-tooltip-id" === r.attributeName) {
50977
- r.target.getAttribute("data-tooltip-id") === t && o.push(r.target);
51041
+ }, [V, Me, me, Se, _e, D, q, H, Te]), React.useEffect(() => {
51042
+ var e, t;
51043
+ let o = null !== (t = null !== (e = null == ye ? void 0 : ye.anchorSelect) && void 0 !== e ? e : p) && void 0 !== t ? t : "";
51044
+ !o && r && (o = `[data-tooltip-id='${r}']`);
51045
+ const l = new MutationObserver(e => {
51046
+ const t = [],
51047
+ l = [];
51048
+ e.forEach(e => {
51049
+ if ("attributes" === e.type && "data-tooltip-id" === e.attributeName) {
51050
+ e.target.getAttribute("data-tooltip-id") === r && t.push(e.target);
50978
51051
  }
50979
- if ("childList" === r.type) {
51052
+ if ("childList" === e.type) {
50980
51053
  if (V) {
50981
- const t = [...r.removedNodes].filter(e => 1 === e.nodeType);
50982
- if (e) try {
50983
- n.push(...t.filter(t => t.matches(e))), n.push(...t.flatMap(t => [...t.querySelectorAll(e)]));
51054
+ const t = [...e.removedNodes].filter(e => 1 === e.nodeType);
51055
+ if (o) try {
51056
+ l.push(...t.filter(e => e.matches(o))), l.push(...t.flatMap(e => [...e.querySelectorAll(o)]));
50984
51057
  } catch (e) {}
50985
51058
  t.some(e => {
50986
51059
  var t;
50987
- return !!(null === (t = null == e ? void 0 : e.contains) || void 0 === t ? void 0 : t.call(e, V)) && (ve(!1), _e(!1), Z(null), re.current && clearTimeout(re.current), oe.current && clearTimeout(oe.current), !0);
51060
+ return !!(null === (t = null == e ? void 0 : e.contains) || void 0 === t ? void 0 : t.call(e, V)) && (fe(!1), xe(!1), Z(null), re.current && clearTimeout(re.current), ne.current && clearTimeout(ne.current), !0);
50988
51061
  });
50989
51062
  }
50990
- if (e) try {
50991
- const t = [...r.addedNodes].filter(e => 1 === e.nodeType);
50992
- o.push(...t.filter(t => t.matches(e))), o.push(...t.flatMap(t => [...t.querySelectorAll(e)]));
51063
+ if (o) try {
51064
+ const l = [...e.addedNodes].filter(e => 1 === e.nodeType);
51065
+ t.push(...l.filter(e => e.matches(o))), t.push(...l.flatMap(e => [...e.querySelectorAll(o)]));
50993
51066
  } catch (e) {}
50994
51067
  }
50995
- }), (o.length || n.length) && Se(e => [...e.filter(e => n.includes(e)), ...o]);
51068
+ }), (t.length || l.length) && Ae(e => [...e.filter(e => !l.includes(e)), ...t]);
50996
51069
  });
50997
- return r.observe(document.body, {
51070
+ return l.observe(document.body, {
50998
51071
  childList: !0,
50999
51072
  subtree: !0,
51000
51073
  attributes: !0,
51001
51074
  attributeFilter: ["data-tooltip-id"]
51002
51075
  }), () => {
51003
- r.disconnect();
51076
+ l.disconnect();
51004
51077
  };
51005
- }, [t, u, V]), React.useEffect(() => {
51006
- $e();
51007
- }, [$e]), React.useEffect(() => {
51008
- if (!(null == U ? void 0 : U.current)) return () => null;
51078
+ }, [r, p, null == ye ? void 0 : ye.anchorSelect, V]), React.useEffect(() => {
51079
+ Me();
51080
+ }, [Me]), React.useEffect(() => {
51081
+ if (!(null == X ? void 0 : X.current)) return () => null;
51009
51082
  const e = new ResizeObserver(() => {
51010
- $e();
51083
+ Me();
51011
51084
  });
51012
- return e.observe(U.current), () => {
51085
+ return e.observe(X.current), () => {
51013
51086
  e.disconnect();
51014
51087
  };
51015
- }, [K, null == U ? void 0 : U.current]), React.useEffect(() => {
51088
+ }, [U, null == X ? void 0 : X.current]), React.useEffect(() => {
51016
51089
  var e;
51017
- const t = document.querySelector(`[id='${a}']`),
51018
- r = [...be, t];
51019
- V && r.includes(V) || Z(null !== (e = be[0]) && void 0 !== e ? e : t);
51020
- }, [a, be, V]), React.useEffect(() => () => {
51021
- re.current && clearTimeout(re.current), oe.current && clearTimeout(oe.current);
51090
+ const t = document.querySelector(`[id='${u}']`),
51091
+ o = [..._e, t];
51092
+ V && o.includes(V) || Z(null !== (e = _e[0]) && void 0 !== e ? e : t);
51093
+ }, [u, _e, V]), React.useEffect(() => () => {
51094
+ re.current && clearTimeout(re.current), ne.current && clearTimeout(ne.current);
51022
51095
  }, []), React.useEffect(() => {
51023
- let e = u;
51024
- if (!e && t && (e = `[data-tooltip-id='${t}']`), e) try {
51025
- const t = Array.from(document.querySelectorAll(e));
51026
- Se(t);
51096
+ var e;
51097
+ let t = null !== (e = null == ye ? void 0 : ye.anchorSelect) && void 0 !== e ? e : p;
51098
+ if (!t && r && (t = `[data-tooltip-id='${r}']`), t) try {
51099
+ const e = Array.from(document.querySelectorAll(t));
51100
+ Ae(e);
51027
51101
  } catch (e) {
51028
- Se([]);
51029
- }
51030
- }, [t, u]);
51031
- const Ie = !A && K && ue && Object.keys(ie).length > 0;
51032
- return pe ? React__default["default"].createElement(b, {
51033
- id: t,
51102
+ Ae([]);
51103
+ }
51104
+ }, [r, p, null == ye ? void 0 : ye.anchorSelect]);
51105
+ const We = null !== (te = null == ye ? void 0 : ye.content) && void 0 !== te ? te : U,
51106
+ Pe = pe && Object.keys(se).length > 0;
51107
+ return React.useImperativeHandle(t, () => ({
51108
+ open: e => {
51109
+ if (null == e ? void 0 : e.anchorSelect) try {
51110
+ document.querySelector(e.anchorSelect);
51111
+ } catch (t) {
51112
+ return void console.warn(`[react-tooltip] "${e.anchorSelect}" is not a valid CSS selector`);
51113
+ }
51114
+ he(null != e ? e : null), (null == e ? void 0 : e.delay) ? Ne(e.delay) : xe(!0);
51115
+ },
51116
+ close: e => {
51117
+ (null == e ? void 0 : e.delay) ? $e(e.delay) : xe(!1);
51118
+ },
51119
+ activeAnchor: V,
51120
+ place: ce,
51121
+ isOpen: Boolean(me && !T && We && Pe)
51122
+ })), me && !T && We ? React__default["default"].createElement(E, {
51123
+ id: r,
51034
51124
  role: "tooltip",
51035
- className: classnames("react-tooltip", x, H.tooltip, H[s], n, `react-tooltip__place-${ne}`, {
51036
- "react-tooltip__show": Ie,
51037
- [D]: Ie,
51038
- [$]: "fixed" === h,
51039
- [B]: L
51040
- }),
51041
- style: {
51042
- ...M,
51043
- ...ie,
51044
- opacity: void 0 !== J && Ie ? J : void 0
51125
+ className: classnames("react-tooltip", $.tooltip, j.tooltip, j[d], n, `react-tooltip__place-${ce}`, $[Pe ? "show" : "closing"], Pe ? "react-tooltip__show" : "react-tooltip__closing", "fixed" === b && $.fixed, R && $.clickable),
51126
+ onTransitionEnd: e => {
51127
+ pe || "opacity" !== e.propertyName || (fe(!1), he(null), null == K || K());
51045
51128
  },
51046
- ref: ee
51047
- }, K, React__default["default"].createElement(b, {
51048
- className: classnames("react-tooltip-arrow", I, H.arrow, l, {
51049
- [j]: T
51050
- }),
51051
51129
  style: {
51130
+ ...W,
51052
51131
  ...se,
51053
- background: Q ? `linear-gradient(to right bottom, transparent 50%, ${Q} 50%)` : void 0
51132
+ opacity: void 0 !== Q && Pe ? Q : void 0
51133
+ },
51134
+ ref: oe
51135
+ }, We, React__default["default"].createElement(E, {
51136
+ className: classnames("react-tooltip-arrow", $.arrow, j.arrow, s, L && $.noArrow),
51137
+ style: {
51138
+ ...de,
51139
+ background: ee ? `linear-gradient(to right bottom, transparent 50%, ${ee} 50%)` : void 0
51054
51140
  },
51055
- ref: te
51141
+ ref: le
51056
51142
  })) : null;
51057
51143
  },
51058
- z = ({
51144
+ B = ({
51059
51145
  content: t
51060
51146
  }) => React__default["default"].createElement("span", {
51061
51147
  dangerouslySetInnerHTML: {
51062
51148
  __html: t
51063
51149
  }
51064
51150
  }),
51065
- M = ({
51151
+ z = (e, t) => !("CSS" in window && "supports" in window.CSS) || window.CSS.supports(e, t),
51152
+ D = React__default["default"].forwardRef(({
51066
51153
  id: t,
51067
- anchorId: o,
51068
- anchorSelect: n,
51069
- content: l,
51154
+ anchorId: l,
51155
+ anchorSelect: r,
51156
+ content: n,
51070
51157
  html: s,
51071
51158
  render: a,
51072
- className: u,
51073
- classNameArrow: d,
51159
+ className: d,
51160
+ classNameArrow: u,
51074
51161
  variant: p = "dark",
51075
51162
  place: v = "top",
51076
51163
  offset: m = 10,
@@ -51084,149 +51171,153 @@ const q = ({
51084
51171
  delayHide: g = 0,
51085
51172
  float: _ = !1,
51086
51173
  hidden: A = !1,
51087
- noArrow: T = !1,
51088
- clickable: L = !1,
51089
- closeOnEsc: R = !1,
51174
+ noArrow: O = !1,
51175
+ clickable: T = !1,
51176
+ closeOnEsc: L = !1,
51090
51177
  closeOnScroll: C = !1,
51091
- closeOnResize: N = !1,
51092
- style: k,
51093
- position: x,
51094
- isOpen: $,
51095
- disableStyleInjection: I = !1,
51096
- border: j,
51097
- opacity: B,
51098
- arrowColor: D,
51099
- setIsOpen: H,
51100
- afterShow: M,
51101
- afterHide: W
51102
- }) => {
51103
- const [P, F] = React.useState(l),
51104
- [K, U] = React.useState(s),
51105
- [X, Y] = React.useState(v),
51106
- [V, Z] = React.useState(p),
51107
- [G, J] = React.useState(m),
51108
- [Q, ee] = React.useState(E),
51109
- [te, re] = React.useState(g),
51110
- [oe, ne] = React.useState(_),
51111
- [le, ie] = React.useState(A),
51112
- [ce, se] = React.useState(f),
51113
- [ae, ue] = React.useState(h),
51114
- [de, pe] = React.useState(b),
51115
- [ve, me] = React.useState(null),
51116
- fe = React.useRef(I),
51178
+ closeOnResize: R = !1,
51179
+ openEvents: x,
51180
+ closeEvents: N,
51181
+ globalCloseEvents: $,
51182
+ imperativeModeOnly: j = !1,
51183
+ style: D,
51184
+ position: q,
51185
+ isOpen: H,
51186
+ disableStyleInjection: M = !1,
51187
+ border: W,
51188
+ opacity: P,
51189
+ arrowColor: F,
51190
+ setIsOpen: K,
51191
+ afterShow: U,
51192
+ afterHide: X
51193
+ }, Y) => {
51194
+ const [G, V] = React.useState(n),
51195
+ [Z, J] = React.useState(s),
51196
+ [Q, ee] = React.useState(v),
51197
+ [te, oe] = React.useState(p),
51198
+ [le, re] = React.useState(m),
51199
+ [ne, ce] = React.useState(E),
51200
+ [ie, se] = React.useState(g),
51201
+ [ae, de] = React.useState(_),
51202
+ [ue, pe] = React.useState(A),
51203
+ [ve, me] = React.useState(f),
51204
+ [fe, ye] = React.useState(h),
51205
+ [he, we] = React.useState(b),
51206
+ [be, Se] = React.useState(null),
51207
+ Ee = React.useRef(M),
51117
51208
  {
51118
- anchorRefs: ye,
51119
- activeAnchor: he
51120
- } = O(t),
51121
- we = e => null == e ? void 0 : e.getAttributeNames().reduce((t, r) => {
51122
- var o;
51123
- if (r.startsWith("data-tooltip-")) {
51124
- t[r.replace(/^data-tooltip-/, "")] = null !== (o = null == e ? void 0 : e.getAttribute(r)) && void 0 !== o ? o : null;
51209
+ anchorRefs: ge,
51210
+ activeAnchor: _e
51211
+ } = k(t),
51212
+ Ae = e => null == e ? void 0 : e.getAttributeNames().reduce((t, o) => {
51213
+ var l;
51214
+ if (o.startsWith("data-tooltip-")) {
51215
+ t[o.replace(/^data-tooltip-/, "")] = null !== (l = null == e ? void 0 : e.getAttribute(o)) && void 0 !== l ? l : null;
51125
51216
  }
51126
51217
  return t;
51127
51218
  }, {}),
51128
- be = e => {
51219
+ Oe = e => {
51129
51220
  const t = {
51130
51221
  place: e => {
51131
51222
  var t;
51132
- Y(null !== (t = e) && void 0 !== t ? t : v);
51223
+ ee(null !== (t = e) && void 0 !== t ? t : v);
51133
51224
  },
51134
51225
  content: e => {
51135
- F(null != e ? e : l);
51226
+ V(null != e ? e : n);
51136
51227
  },
51137
51228
  html: e => {
51138
- U(null != e ? e : s);
51229
+ J(null != e ? e : s);
51139
51230
  },
51140
51231
  variant: e => {
51141
51232
  var t;
51142
- Z(null !== (t = e) && void 0 !== t ? t : p);
51233
+ oe(null !== (t = e) && void 0 !== t ? t : p);
51143
51234
  },
51144
51235
  offset: e => {
51145
- J(null === e ? m : Number(e));
51236
+ re(null === e ? m : Number(e));
51146
51237
  },
51147
51238
  wrapper: e => {
51148
51239
  var t;
51149
- se(null !== (t = e) && void 0 !== t ? t : f);
51240
+ me(null !== (t = e) && void 0 !== t ? t : f);
51150
51241
  },
51151
51242
  events: e => {
51152
51243
  const t = null == e ? void 0 : e.split(" ");
51153
- ue(null != t ? t : h);
51244
+ ye(null != t ? t : h);
51154
51245
  },
51155
51246
  "position-strategy": e => {
51156
51247
  var t;
51157
- pe(null !== (t = e) && void 0 !== t ? t : b);
51248
+ we(null !== (t = e) && void 0 !== t ? t : b);
51158
51249
  },
51159
51250
  "delay-show": e => {
51160
- ee(null === e ? E : Number(e));
51251
+ ce(null === e ? E : Number(e));
51161
51252
  },
51162
51253
  "delay-hide": e => {
51163
- re(null === e ? g : Number(e));
51254
+ se(null === e ? g : Number(e));
51164
51255
  },
51165
51256
  float: e => {
51166
- ne(null === e ? _ : "true" === e);
51257
+ de(null === e ? _ : "true" === e);
51167
51258
  },
51168
51259
  hidden: e => {
51169
- ie(null === e ? A : "true" === e);
51260
+ pe(null === e ? A : "true" === e);
51170
51261
  }
51171
51262
  };
51172
- Object.values(t).forEach(e => e(null)), Object.entries(e).forEach(([e, r]) => {
51173
- var o;
51174
- null === (o = t[e]) || void 0 === o || o.call(t, r);
51263
+ Object.values(t).forEach(e => e(null)), Object.entries(e).forEach(([e, o]) => {
51264
+ var l;
51265
+ null === (l = t[e]) || void 0 === l || l.call(t, o);
51175
51266
  });
51176
51267
  };
51177
51268
  React.useEffect(() => {
51178
- F(l);
51179
- }, [l]), React.useEffect(() => {
51180
- U(s);
51269
+ V(n);
51270
+ }, [n]), React.useEffect(() => {
51271
+ J(s);
51181
51272
  }, [s]), React.useEffect(() => {
51182
- Y(v);
51273
+ ee(v);
51183
51274
  }, [v]), React.useEffect(() => {
51184
- Z(p);
51275
+ oe(p);
51185
51276
  }, [p]), React.useEffect(() => {
51186
- J(m);
51277
+ re(m);
51187
51278
  }, [m]), React.useEffect(() => {
51188
- ee(E);
51279
+ ce(E);
51189
51280
  }, [E]), React.useEffect(() => {
51190
- re(g);
51281
+ se(g);
51191
51282
  }, [g]), React.useEffect(() => {
51192
- ne(_);
51283
+ de(_);
51193
51284
  }, [_]), React.useEffect(() => {
51194
- ie(A);
51285
+ pe(A);
51195
51286
  }, [A]), React.useEffect(() => {
51196
- pe(b);
51287
+ we(b);
51197
51288
  }, [b]), React.useEffect(() => {
51198
- fe.current !== I && console.warn("[react-tooltip] Do not change `disableStyleInjection` dynamically.");
51199
- }, [I]), React.useEffect(() => {
51289
+ Ee.current !== M && console.warn("[react-tooltip] Do not change `disableStyleInjection` dynamically.");
51290
+ }, [M]), React.useEffect(() => {
51200
51291
  "undefined" != typeof window && window.dispatchEvent(new CustomEvent("react-tooltip-inject-styles", {
51201
51292
  detail: {
51202
- disableCore: "core" === I,
51203
- disableBase: I
51293
+ disableCore: "core" === M,
51294
+ disableBase: M
51204
51295
  }
51205
51296
  }));
51206
51297
  }, []), React.useEffect(() => {
51207
51298
  var e;
51208
- const r = new Set(ye);
51209
- let l = n;
51210
- if (!l && t && (l = `[data-tooltip-id='${t}']`), l) try {
51211
- document.querySelectorAll(l).forEach(e => {
51212
- r.add({
51299
+ const o = new Set(ge);
51300
+ let n = r;
51301
+ if (!n && t && (n = `[data-tooltip-id='${t}']`), n) try {
51302
+ document.querySelectorAll(n).forEach(e => {
51303
+ o.add({
51213
51304
  current: e
51214
51305
  });
51215
51306
  });
51216
51307
  } catch (e) {
51217
- console.warn(`[react-tooltip] "${l}" is not a valid CSS selector`);
51308
+ console.warn(`[react-tooltip] "${n}" is not a valid CSS selector`);
51218
51309
  }
51219
- const i = document.querySelector(`[id='${o}']`);
51220
- if (i && r.add({
51221
- current: i
51222
- }), !r.size) return () => null;
51223
- const c = null !== (e = null != ve ? ve : i) && void 0 !== e ? e : he.current,
51310
+ const c = document.querySelector(`[id='${l}']`);
51311
+ if (c && o.add({
51312
+ current: c
51313
+ }), !o.size) return () => null;
51314
+ const i = null !== (e = null != be ? be : c) && void 0 !== e ? e : _e.current,
51224
51315
  s = new MutationObserver(e => {
51225
51316
  e.forEach(e => {
51226
51317
  var t;
51227
- if (!c || "attributes" !== e.type || !(null === (t = e.attributeName) || void 0 === t ? void 0 : t.startsWith("data-tooltip-"))) return;
51228
- const r = we(c);
51229
- be(r);
51318
+ if (!i || "attributes" !== e.type || !(null === (t = e.attributeName) || void 0 === t ? void 0 : t.startsWith("data-tooltip-"))) return;
51319
+ const o = Ae(i);
51320
+ Oe(o);
51230
51321
  });
51231
51322
  }),
51232
51323
  a = {
@@ -51234,77 +51325,82 @@ const q = ({
51234
51325
  childList: !1,
51235
51326
  subtree: !1
51236
51327
  };
51237
- if (c) {
51238
- const e = we(c);
51239
- be(e), s.observe(c, a);
51328
+ if (i) {
51329
+ const e = Ae(i);
51330
+ Oe(e), s.observe(i, a);
51240
51331
  }
51241
51332
  return () => {
51242
51333
  s.disconnect();
51243
51334
  };
51244
- }, [ye, he, ve, o, n]), React.useEffect(() => {
51245
- (null == k ? void 0 : k.border) && console.warn("[react-tooltip] Do not set `style.border`. Use `border` prop instead."), j && !CSS.supports("border", `${j}`) && console.warn(`[react-tooltip] "${j}" is not a valid \`border\`.`), (null == k ? void 0 : k.opacity) && console.warn("[react-tooltip] Do not set `style.opacity`. Use `opacity` prop instead."), B && !CSS.supports("opacity", `${B}`) && console.warn(`[react-tooltip] "${B}" is not a valid \`opacity\`.`);
51335
+ }, [ge, _e, be, l, r]), React.useEffect(() => {
51336
+ (null == D ? void 0 : D.border) && console.warn("[react-tooltip] Do not set `style.border`. Use `border` prop instead."), W && !z("border", `${W}`) && console.warn(`[react-tooltip] "${W}" is not a valid \`border\`.`), (null == D ? void 0 : D.opacity) && console.warn("[react-tooltip] Do not set `style.opacity`. Use `opacity` prop instead."), P && !z("opacity", `${P}`) && console.warn(`[react-tooltip] "${P}" is not a valid \`opacity\`.`);
51246
51337
  }, []);
51247
- let Se = y;
51248
- const Ee = React.useRef(null);
51338
+ let Te = y;
51339
+ const ke = React.useRef(null);
51249
51340
  if (a) {
51250
51341
  const t = a({
51251
- content: null != P ? P : null,
51252
- activeAnchor: ve
51342
+ content: null != G ? G : null,
51343
+ activeAnchor: be
51253
51344
  });
51254
- Se = t ? React__default["default"].createElement("div", {
51255
- ref: Ee,
51345
+ Te = t ? React__default["default"].createElement("div", {
51346
+ ref: ke,
51256
51347
  className: "react-tooltip-content-wrapper"
51257
51348
  }, t) : null;
51258
- } else P && (Se = P);
51259
- K && (Se = React__default["default"].createElement(z, {
51260
- content: K
51349
+ } else G && (Te = G);
51350
+ Z && (Te = React__default["default"].createElement(B, {
51351
+ content: Z
51261
51352
  }));
51262
- const ge = {
51353
+ const Le = {
51354
+ forwardRef: Y,
51263
51355
  id: t,
51264
- anchorId: o,
51265
- anchorSelect: n,
51266
- className: u,
51267
- classNameArrow: d,
51268
- content: Se,
51269
- contentWrapperRef: Ee,
51270
- place: X,
51271
- variant: V,
51272
- offset: G,
51273
- wrapper: ce,
51274
- events: ae,
51356
+ anchorId: l,
51357
+ anchorSelect: r,
51358
+ className: d,
51359
+ classNameArrow: u,
51360
+ content: Te,
51361
+ contentWrapperRef: ke,
51362
+ place: Q,
51363
+ variant: te,
51364
+ offset: le,
51365
+ wrapper: ve,
51366
+ events: fe,
51275
51367
  openOnClick: w,
51276
- positionStrategy: de,
51368
+ positionStrategy: he,
51277
51369
  middlewares: S,
51278
- delayShow: Q,
51279
- delayHide: te,
51280
- float: oe,
51281
- hidden: le,
51282
- noArrow: T,
51283
- clickable: L,
51284
- closeOnEsc: R,
51370
+ delayShow: ne,
51371
+ delayHide: ie,
51372
+ float: ae,
51373
+ hidden: ue,
51374
+ noArrow: O,
51375
+ clickable: T,
51376
+ closeOnEsc: L,
51285
51377
  closeOnScroll: C,
51286
- closeOnResize: N,
51287
- style: k,
51288
- position: x,
51289
- isOpen: $,
51290
- border: j,
51291
- opacity: B,
51292
- arrowColor: D,
51293
- setIsOpen: H,
51294
- afterShow: M,
51295
- afterHide: W,
51296
- activeAnchor: ve,
51297
- setActiveAnchor: e => me(e)
51378
+ closeOnResize: R,
51379
+ openEvents: x,
51380
+ closeEvents: N,
51381
+ globalCloseEvents: $,
51382
+ imperativeModeOnly: j,
51383
+ style: D,
51384
+ position: q,
51385
+ isOpen: H,
51386
+ border: W,
51387
+ opacity: P,
51388
+ arrowColor: F,
51389
+ setIsOpen: K,
51390
+ afterShow: U,
51391
+ afterHide: X,
51392
+ activeAnchor: be,
51393
+ setActiveAnchor: e => Se(e)
51298
51394
  };
51299
- return React__default["default"].createElement(q, {
51300
- ...ge
51395
+ return React__default["default"].createElement(I, {
51396
+ ...Le
51301
51397
  });
51302
- };
51398
+ });
51303
51399
  "undefined" != typeof window && window.addEventListener("react-tooltip-inject-styles", e => {
51304
- e.detail.disableCore || b({
51305
- css: `:root{--rt-color-white:#fff;--rt-color-dark:#222;--rt-color-success:#8dc572;--rt-color-error:#be6464;--rt-color-warning:#f0ad4e;--rt-color-info:#337ab7;--rt-opacity:0.9}.core-styles-module_tooltip__3vRRp{visibility:hidden;position:absolute;top:0;left:0;pointer-events:none;opacity:0;transition:opacity 0.3s ease-out;will-change:opacity,visibility}.core-styles-module_fixed__pcSol{position:fixed}.core-styles-module_arrow__cvMwQ{position:absolute;background:inherit}.core-styles-module_noArrow__xock6{display:none}.core-styles-module_clickable__ZuTTB{pointer-events:auto}.core-styles-module_show__Nt9eE{visibility:visible;opacity:var(--rt-opacity)}`,
51400
+ e.detail.disableCore || S({
51401
+ css: `:root{--rt-color-white:#fff;--rt-color-dark:#222;--rt-color-success:#8dc572;--rt-color-error:#be6464;--rt-color-warning:#f0ad4e;--rt-color-info:#337ab7;--rt-opacity:0.9;--rt-transition-show-delay:0.15s;--rt-transition-closing-delay:0.15s}.core-styles-module_tooltip__3vRRp{position:absolute;top:0;left:0;pointer-events:none;opacity:0;will-change:opacity}.core-styles-module_fixed__pcSol{position:fixed}.core-styles-module_arrow__cvMwQ{position:absolute;background:inherit}.core-styles-module_noArrow__xock6{display:none}.core-styles-module_clickable__ZuTTB{pointer-events:auto}.core-styles-module_show__Nt9eE{opacity:var(--rt-opacity);transition:opacity var(--rt-transition-show-delay)ease-out}.core-styles-module_closing__sGnxF{opacity:0;transition:opacity var(--rt-transition-closing-delay)ease-in}`,
51306
51402
  type: "core"
51307
- }), e.detail.disableBase || b({
51403
+ }), e.detail.disableBase || S({
51308
51404
  css: `
51309
51405
  .styles-module_tooltip__mnnfp{padding:8px 16px;border-radius:3px;font-size:90%;width:max-content}.styles-module_arrow__K0L3T{width:8px;height:8px}[class*='react-tooltip__place-top']>.styles-module_arrow__K0L3T{transform:rotate(45deg)}[class*='react-tooltip__place-right']>.styles-module_arrow__K0L3T{transform:rotate(135deg)}[class*='react-tooltip__place-bottom']>.styles-module_arrow__K0L3T{transform:rotate(225deg)}[class*='react-tooltip__place-left']>.styles-module_arrow__K0L3T{transform:rotate(315deg)}.styles-module_dark__xNqje{background:var(--rt-color-dark);color:var(--rt-color-white)}.styles-module_light__Z6W-X{background-color:var(--rt-color-white);color:var(--rt-color-dark)}.styles-module_success__A2AKt{background-color:var(--rt-color-success);color:var(--rt-color-white)}.styles-module_warning__SCK0X{background-color:var(--rt-color-warning);color:var(--rt-color-white)}.styles-module_error__JvumD{background-color:var(--rt-color-error);color:var(--rt-color-white)}.styles-module_info__BWdHW{background-color:var(--rt-color-info);color:var(--rt-color-white)}`,
51310
51406
  type: "base"
@@ -51401,7 +51497,7 @@ function ContextualHelp(_ref) {
51401
51497
  color: "#1d5ab9",
51402
51498
  fontSize: "22px"
51403
51499
  }
51404
- })), /*#__PURE__*/React__default["default"].createElement(M, {
51500
+ })), /*#__PURE__*/React__default["default"].createElement(D, {
51405
51501
  anchorSelect: "#helpSnippet1",
51406
51502
  clickable: true,
51407
51503
  className: "utilities_ContextualHelp_ContextualHelp--snippet",