@copart/ops-tool-kit 1.11.1-alpha.2 → 1.11.2-alpha.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.2";
36
+ const version$5 = "1.11.2-alpha.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: 300;\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: 300;\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: 20px;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--flex-grid-items.utilities_ops-app-frame_AppBarComponent_AppBar--lightBulbIcon i {\r\n color: #ffff00;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--flex-grid-items.utilities_ops-app-frame_AppBarComponent_AppBar--yard {\r\n width: 60px;\r\n grid-gap: 5px;\r\n gap: 5px;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--flex-grid-items.utilities_ops-app-frame_AppBarComponent_AppBar--yard .utilities_ops-app-frame_AppBarComponent_AppBar--yardNumber {\r\n font-size: 16px;\r\n font-weight: 600;\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--searchIcon {\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: 6px 20px 7px;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--searchIcon span {\r\n display: flex;\r\n}\r\n\r\n.utilities_ops-app-frame_AppBarComponent_AppBar--searchIcon span i {\r\n font-size: 18px;\r\n color: #1D5AB9;\r\n}\r\n\r\n/* .searchIcon > 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 color: #000;\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 /* .searchIcon {\r\n margin-left: 5px;\r\n margin-right: 2px;\r\n }\r\n\r\n .searchIcon > 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) {
@@ -25427,7 +25427,7 @@ var HelpSideBar = function HelpSideBar(_ref) {
25427
25427
  }))));
25428
25428
  };
25429
25429
 
25430
- var css_248z$c = ".utilities_ops-app-frame_AppBarComponent_FeedbackDialog_FeedbackButton_FeedbackButton--FeedbackButton {\r\n /* TODO: Perfect the AppBar spacing. */\r\n margin-left: 7px !important;\r\n position: relative !important;\r\n top: 1px;\r\n cursor: pointer;\r\n}\r\n\r\nbutton.utilities_ops-app-frame_AppBarComponent_FeedbackDialog_FeedbackButton_FeedbackButton--FeedbackButton[type='button'] {\r\n /* materia-ui hack. */\r\n padding: 0 !important;\r\n}\r\n";
25430
+ var css_248z$c = ".utilities_ops-app-frame_AppBarComponent_FeedbackDialog_FeedbackButton_FeedbackButton--FeedbackButton {\r\n cursor: pointer;\r\n}\r\n\r\nbutton.utilities_ops-app-frame_AppBarComponent_FeedbackDialog_FeedbackButton_FeedbackButton--FeedbackButton[type='button'] {\r\n /* materia-ui hack. */\r\n padding: 0 !important;\r\n}\r\n";
25431
25431
  styleInject(css_248z$c);
25432
25432
 
25433
25433
  var FeedbackButton = function FeedbackButton(props) {
@@ -25451,6 +25451,9 @@ var _styleModuleImportMap$3 = {
25451
25451
  "moduleName": "utilities_ops-app-frame_AppBarComponent_AppBar--moduleName",
25452
25452
  "flex-grid": "utilities_ops-app-frame_AppBarComponent_AppBar--flex-grid",
25453
25453
  "flex-grid-items": "utilities_ops-app-frame_AppBarComponent_AppBar--flex-grid-items",
25454
+ "lightBulbIcon": "utilities_ops-app-frame_AppBarComponent_AppBar--lightBulbIcon",
25455
+ "yard": "utilities_ops-app-frame_AppBarComponent_AppBar--yard",
25456
+ "yardNumber": "utilities_ops-app-frame_AppBarComponent_AppBar--yardNumber",
25454
25457
  "col": "utilities_ops-app-frame_AppBarComponent_AppBar--col",
25455
25458
  "logo": "utilities_ops-app-frame_AppBarComponent_AppBar--logo",
25456
25459
  "text": "utilities_ops-app-frame_AppBarComponent_AppBar--text",
@@ -25460,7 +25463,7 @@ var _styleModuleImportMap$3 = {
25460
25463
  "appBarLeft": "utilities_ops-app-frame_AppBarComponent_AppBar--appBarLeft",
25461
25464
  "appTitle": "utilities_ops-app-frame_AppBarComponent_AppBar--appTitle",
25462
25465
  "item": "utilities_ops-app-frame_AppBarComponent_AppBar--item",
25463
- "yardNumber": "utilities_ops-app-frame_AppBarComponent_AppBar--yardNumber",
25466
+ "searchIcon": "utilities_ops-app-frame_AppBarComponent_AppBar--searchIcon",
25464
25467
  "searchWrapper": "utilities_ops-app-frame_AppBarComponent_AppBar--searchWrapper",
25465
25468
  "phoneDefault": "utilities_ops-app-frame_AppBarComponent_AppBar--phoneDefault",
25466
25469
  "phoneAvailable": "utilities_ops-app-frame_AppBarComponent_AppBar--phoneAvailable",
@@ -34327,6 +34330,9 @@ var _styleModuleImportMap$2 = {
34327
34330
  "moduleName": "utilities_ops-app-frame_AppBarComponent_AppBar--moduleName",
34328
34331
  "flex-grid": "utilities_ops-app-frame_AppBarComponent_AppBar--flex-grid",
34329
34332
  "flex-grid-items": "utilities_ops-app-frame_AppBarComponent_AppBar--flex-grid-items",
34333
+ "lightBulbIcon": "utilities_ops-app-frame_AppBarComponent_AppBar--lightBulbIcon",
34334
+ "yard": "utilities_ops-app-frame_AppBarComponent_AppBar--yard",
34335
+ "yardNumber": "utilities_ops-app-frame_AppBarComponent_AppBar--yardNumber",
34330
34336
  "col": "utilities_ops-app-frame_AppBarComponent_AppBar--col",
34331
34337
  "logo": "utilities_ops-app-frame_AppBarComponent_AppBar--logo",
34332
34338
  "text": "utilities_ops-app-frame_AppBarComponent_AppBar--text",
@@ -34336,7 +34342,7 @@ var _styleModuleImportMap$2 = {
34336
34342
  "appBarLeft": "utilities_ops-app-frame_AppBarComponent_AppBar--appBarLeft",
34337
34343
  "appTitle": "utilities_ops-app-frame_AppBarComponent_AppBar--appTitle",
34338
34344
  "item": "utilities_ops-app-frame_AppBarComponent_AppBar--item",
34339
- "yardNumber": "utilities_ops-app-frame_AppBarComponent_AppBar--yardNumber",
34345
+ "searchIcon": "utilities_ops-app-frame_AppBarComponent_AppBar--searchIcon",
34340
34346
  "searchWrapper": "utilities_ops-app-frame_AppBarComponent_AppBar--searchWrapper",
34341
34347
  "phoneDefault": "utilities_ops-app-frame_AppBarComponent_AppBar--phoneDefault",
34342
34348
  "phoneAvailable": "utilities_ops-app-frame_AppBarComponent_AppBar--phoneAvailable",
@@ -34511,37 +34517,32 @@ var generateAppBarElements = function generateAppBarElements(props, showCallout)
34511
34517
  }
34512
34518
  }, text);
34513
34519
  };
34514
- var items = [
34515
- // {
34516
- // key: 'roleAndFlag',
34517
- // name: formatRole(role),
34518
- // onRender: (_, dismissMenu) => (
34519
- // <>
34520
- // <div
34521
- // styleName="flex-grid-items"
34522
- // onClick={() => {
34523
- // navigateTo('/settings')
34524
- // dismissMenu()
34525
- // }}
34526
- // >
34527
- // <OverFlowIcon name="supervised_user_circle" />
34528
- // <OverFlowText text={formatRole(role)} />
34529
- // </div>
34530
- // </>
34531
- // ),
34532
- // renderIf: config.includes('role') || config.includes('flag'),
34533
- // render: () => (
34534
- // <div id="roleItem" styleName="item roleAndFlag" onClick={showSettingsInAppbar ? () => showCallout('roleItem') : navigateTo('/settings')}>
34535
- // <If condition={config.includes('flag')}>
34536
- // <Flag countryCode={countryCode} type={type} />
34537
- // </If>
34538
- // <If condition={config.includes('role')}>
34539
- // <div data-testid="role">{formatRole(role)}</div>
34540
- // </If>
34541
- // </div>
34542
- // )
34543
- // },
34544
- {
34520
+ var items = [{
34521
+ key: 'search',
34522
+ name: 'Search',
34523
+ onRender: function onRender() {
34524
+ return /*#__PURE__*/React__default["default"].createElement("div", {
34525
+ className: "utilities_ops-app-frame_AppBarComponent_AppBar--flex-grid-items",
34526
+ onClick: handleHelpClick
34527
+ }, /*#__PURE__*/React__default["default"].createElement(OverFlowIcon, {
34528
+ name: "search"
34529
+ }), /*#__PURE__*/React__default["default"].createElement(OverFlowText, {
34530
+ text: "search"
34531
+ }));
34532
+ },
34533
+ renderIf: renderSearch,
34534
+ render: function render() {
34535
+ return /*#__PURE__*/React__default["default"].createElement("div", {
34536
+ className: "utilities_ops-app-frame_AppBarComponent_AppBar--appBarIcons utilities_ops-app-frame_AppBarComponent_AppBar--searchIcon",
34537
+ onClick: function onClick() {
34538
+ return handleIconClick(ICONS.SEARCH);
34539
+ }
34540
+ }, /*#__PURE__*/React__default["default"].createElement(coreComponents.IconV2, {
34541
+ name: "magnifying-glass",
34542
+ variant: "solid"
34543
+ }), /*#__PURE__*/React__default["default"].createElement("div", null, "Search"));
34544
+ }
34545
+ }, {
34545
34546
  key: 'facility',
34546
34547
  name: yardNumber,
34547
34548
  renderIf: config.includes('yard'),
@@ -34561,45 +34562,21 @@ var generateAppBarElements = function generateAppBarElements(props, showCallout)
34561
34562
  render: function render() {
34562
34563
  return /*#__PURE__*/React__default["default"].createElement("div", {
34563
34564
  id: "yardItem",
34564
- className: "utilities_ops-app-frame_AppBarComponent_AppBar--item utilities_ops-app-frame_AppBarComponent_AppBar--yardNumber utilities_ops-app-frame_AppBarComponent_AppBar--appBarIcons",
34565
+ className: "utilities_ops-app-frame_AppBarComponent_AppBar--flex-grid-items utilities_ops-app-frame_AppBarComponent_AppBar--yard",
34565
34566
  onClick: showSettingsInAppbar ? function () {
34566
34567
  return showCallout('yardItem');
34567
34568
  } : navigateTo('/settings')
34568
34569
  }, /*#__PURE__*/React__default["default"].createElement(coreComponents.IconV2, {
34569
34570
  name: "buildings",
34570
- variant: "regular"
34571
+ variant: "solid"
34571
34572
  }), /*#__PURE__*/React__default["default"].createElement("div", {
34572
- "data-testid": "yardNumber"
34573
- }, "Yard ", yardNumber));
34573
+ "data-testid": "yardNumber",
34574
+ className: "utilities_ops-app-frame_AppBarComponent_AppBar--yardNumber"
34575
+ }, yardNumber));
34574
34576
  }
34575
34577
  },
34576
34578
  // add margin 0 12px to all icons in the right
34577
34579
  {
34578
- key: 'search',
34579
- name: 'Search',
34580
- onRender: function onRender() {
34581
- return /*#__PURE__*/React__default["default"].createElement("div", {
34582
- className: "utilities_ops-app-frame_AppBarComponent_AppBar--flex-grid-items",
34583
- onClick: handleHelpClick
34584
- }, /*#__PURE__*/React__default["default"].createElement(OverFlowIcon, {
34585
- name: "search"
34586
- }), /*#__PURE__*/React__default["default"].createElement(OverFlowText, {
34587
- text: "search"
34588
- }));
34589
- },
34590
- renderIf: renderSearch,
34591
- render: function render() {
34592
- return /*#__PURE__*/React__default["default"].createElement("div", {
34593
- className: "utilities_ops-app-frame_AppBarComponent_AppBar--flex-grid-items",
34594
- onClick: function onClick() {
34595
- return handleIconClick(ICONS.SEARCH);
34596
- }
34597
- }, /*#__PURE__*/React__default["default"].createElement(coreComponents.IconV2, {
34598
- name: "magnifying-glass",
34599
- variant: "solid"
34600
- }));
34601
- }
34602
- }, {
34603
34580
  key: 'phoneStatus',
34604
34581
  name: phoneNumber,
34605
34582
  onRender: function onRender(_, dismissMenu) {
@@ -34703,7 +34680,7 @@ var generateAppBarElements = function generateAppBarElements(props, showCallout)
34703
34680
  renderIf: isIdeaNoteEnabled,
34704
34681
  render: function render() {
34705
34682
  return /*#__PURE__*/React__default["default"].createElement("div", {
34706
- className: "utilities_ops-app-frame_AppBarComponent_AppBar--flex-grid-items",
34683
+ className: "utilities_ops-app-frame_AppBarComponent_AppBar--flex-grid-items utilities_ops-app-frame_AppBarComponent_AppBar--lightBulbIcon",
34707
34684
  onClick: function onClick() {
34708
34685
  return handleIconClick(ICONS.IDEANOTE);
34709
34686
  }
@@ -50551,42 +50528,42 @@ var classnames = createCommonjsModule(function (module) {
50551
50528
  * @copyright ReactTooltip Team
50552
50529
  * @license MIT
50553
50530
  */
50554
- const y = "react-tooltip-core-styles",
50555
- h = "react-tooltip-base-styles",
50556
- w = {
50531
+ const h = "react-tooltip-core-styles",
50532
+ w = "react-tooltip-base-styles",
50533
+ b = {
50557
50534
  core: !1,
50558
50535
  base: !1
50559
50536
  };
50560
- function b({
50537
+ function S({
50561
50538
  css: e,
50562
- id: t = h,
50563
- type: r = "base",
50564
- ref: o
50539
+ id: t = w,
50540
+ type: o = "base",
50541
+ ref: l
50565
50542
  }) {
50566
- var n, l;
50567
- if (!e || "undefined" == typeof document || w[r]) return;
50568
- 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;
50569
- 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;
50570
- "core" === r && (t = y), o || (o = {});
50543
+ var r, n;
50544
+ if (!e || "undefined" == typeof document || b[o]) return;
50545
+ 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;
50546
+ 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;
50547
+ "core" === o && (t = h), l || (l = {});
50571
50548
  const {
50572
- insertAt: i
50573
- } = o;
50549
+ insertAt: c
50550
+ } = l;
50574
50551
  if (document.getElementById(t)) return void console.warn(`[react-tooltip] Element with id '${t}' already exists. Call \`removeStyle()\` first`);
50575
- const c = document.head || document.getElementsByTagName("head")[0],
50552
+ const i = document.head || document.getElementsByTagName("head")[0],
50576
50553
  s = document.createElement("style");
50577
- 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;
50554
+ 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;
50578
50555
  }
50579
- const E = (e, t, r) => {
50580
- let o = null;
50581
- return function (...n) {
50582
- const l = () => {
50583
- o = null, r || e.apply(this, n);
50556
+ const g = (e, t, o) => {
50557
+ let l = null;
50558
+ return function (...r) {
50559
+ const n = () => {
50560
+ l = null, o || e.apply(this, r);
50584
50561
  };
50585
- r && !o && (e.apply(this, n), o = setTimeout(l, t)), r || (o && clearTimeout(o), o = setTimeout(l, t));
50562
+ o && !l && (e.apply(this, r), l = setTimeout(n, t)), o || (l && clearTimeout(l), l = setTimeout(n, t));
50586
50563
  };
50587
50564
  },
50588
- g = "DEFAULT_TOOLTIP_ID",
50589
- _ = {
50565
+ _ = "DEFAULT_TOOLTIP_ID",
50566
+ A = {
50590
50567
  anchorRefs: new Set(),
50591
50568
  activeAnchor: {
50592
50569
  current: null
@@ -50595,130 +50572,133 @@ const E = (e, t, r) => {
50595
50572
  detach: () => {},
50596
50573
  setActiveAnchor: () => {}
50597
50574
  },
50598
- A = React.createContext({
50599
- getTooltipData: () => _
50575
+ O = React.createContext({
50576
+ getTooltipData: () => A
50600
50577
  });
50601
- function O(e = g) {
50602
- return React.useContext(A).getTooltipData(e);
50578
+ function k(e = _) {
50579
+ return React.useContext(O).getTooltipData(e);
50603
50580
  }
50604
- const R = "undefined" != typeof window ? React.useLayoutEffect : React.useEffect,
50605
- C = e => {
50581
+ const C = "undefined" != typeof window ? React.useLayoutEffect : React.useEffect,
50582
+ R = e => {
50606
50583
  if (!(e instanceof HTMLElement || e instanceof SVGElement)) return !1;
50607
50584
  const t = getComputedStyle(e);
50608
50585
  return ["overflow", "overflow-x", "overflow-y"].some(e => {
50609
- const r = t.getPropertyValue(e);
50610
- return "auto" === r || "scroll" === r;
50586
+ const o = t.getPropertyValue(e);
50587
+ return "auto" === o || "scroll" === o;
50611
50588
  });
50612
50589
  },
50613
- N = e => {
50590
+ x = e => {
50614
50591
  if (!e) return null;
50615
50592
  let t = e.parentElement;
50616
50593
  for (; t;) {
50617
- if (C(t)) return t;
50594
+ if (R(t)) return t;
50618
50595
  t = t.parentElement;
50619
50596
  }
50620
50597
  return document.scrollingElement || document.documentElement;
50621
50598
  },
50622
- k = async ({
50599
+ N = async ({
50623
50600
  elementReference: e = null,
50624
50601
  tooltipReference: t = null,
50625
- tooltipArrowReference: r = null,
50626
- place: o = "top",
50627
- offset: n = 10,
50628
- strategy: l = "absolute",
50629
- middlewares: i = [offset(Number(n)), flip(), shift({
50602
+ tooltipArrowReference: o = null,
50603
+ place: l = "top",
50604
+ offset: r = 10,
50605
+ strategy: n = "absolute",
50606
+ middlewares: c = [offset(Number(r)), flip(), shift({
50630
50607
  padding: 5
50631
50608
  })],
50632
- border: c
50609
+ border: i
50633
50610
  }) => {
50634
50611
  if (!e) return {
50635
50612
  tooltipStyles: {},
50636
50613
  tooltipArrowStyles: {},
50637
- place: o
50614
+ place: l
50638
50615
  };
50639
50616
  if (null === t) return {
50640
50617
  tooltipStyles: {},
50641
50618
  tooltipArrowStyles: {},
50642
- place: o
50619
+ place: l
50643
50620
  };
50644
- const s = i;
50645
- return r ? (s.push(arrow({
50646
- element: r,
50621
+ const s = c;
50622
+ return o ? (s.push(arrow({
50623
+ element: o,
50647
50624
  padding: 5
50648
50625
  })), computePosition(e, t, {
50649
- placement: o,
50650
- strategy: l,
50626
+ placement: l,
50627
+ strategy: n,
50651
50628
  middleware: s
50652
50629
  }).then(({
50653
50630
  x: e,
50654
50631
  y: t,
50655
- placement: r,
50656
- middlewareData: o
50632
+ placement: o,
50633
+ middlewareData: l
50657
50634
  }) => {
50658
- var n, l;
50659
- const i = {
50635
+ var r, n;
50636
+ const c = {
50660
50637
  left: `${e}px`,
50661
50638
  top: `${t}px`,
50662
- border: c
50639
+ border: i
50663
50640
  },
50664
50641
  {
50665
50642
  x: s,
50666
50643
  y: a
50667
- } = null !== (n = o.arrow) && void 0 !== n ? n : {
50644
+ } = null !== (r = l.arrow) && void 0 !== r ? r : {
50668
50645
  x: 0,
50669
50646
  y: 0
50670
50647
  },
50671
- u = null !== (l = {
50648
+ d = null !== (n = {
50672
50649
  top: "bottom",
50673
50650
  right: "left",
50674
50651
  bottom: "top",
50675
50652
  left: "right"
50676
- }[r.split("-")[0]]) && void 0 !== l ? l : "bottom",
50677
- d = c && {
50678
- borderBottom: c,
50679
- borderRight: c
50653
+ }[o.split("-")[0]]) && void 0 !== n ? n : "bottom",
50654
+ u = i && {
50655
+ borderBottom: i,
50656
+ borderRight: i
50680
50657
  };
50681
50658
  let p = 0;
50682
- if (c) {
50683
- const e = `${c}`.match(/(\d+)px/);
50659
+ if (i) {
50660
+ const e = `${i}`.match(/(\d+)px/);
50684
50661
  p = (null == e ? void 0 : e[1]) ? Number(e[1]) : 1;
50685
50662
  }
50686
50663
  return {
50687
- tooltipStyles: i,
50664
+ tooltipStyles: c,
50688
50665
  tooltipArrowStyles: {
50689
50666
  left: null != s ? `${s}px` : "",
50690
50667
  top: null != a ? `${a}px` : "",
50691
50668
  right: "",
50692
50669
  bottom: "",
50693
- ...d,
50694
- [u]: `-${4 + p}px`
50670
+ ...u,
50671
+ [d]: `-${4 + p}px`
50695
50672
  },
50696
- place: r
50673
+ place: o
50697
50674
  };
50698
50675
  })) : computePosition(e, t, {
50699
50676
  placement: "bottom",
50700
- strategy: l,
50677
+ strategy: n,
50701
50678
  middleware: s
50702
50679
  }).then(({
50703
50680
  x: e,
50704
50681
  y: t,
50705
- placement: r
50682
+ placement: o
50706
50683
  }) => ({
50707
50684
  tooltipStyles: {
50708
50685
  left: `${e}px`,
50709
50686
  top: `${t}px`
50710
50687
  },
50711
50688
  tooltipArrowStyles: {},
50712
- place: r
50689
+ place: o
50713
50690
  }));
50714
50691
  };
50715
- var x = "core-styles-module_tooltip__3vRRp",
50716
- $ = "core-styles-module_fixed__pcSol",
50717
- I = "core-styles-module_arrow__cvMwQ",
50718
- j = "core-styles-module_noArrow__xock6",
50719
- B = "core-styles-module_clickable__ZuTTB",
50720
- D = "core-styles-module_show__Nt9eE",
50721
- H = {
50692
+ var $ = {
50693
+ tooltip: "core-styles-module_tooltip__3vRRp",
50694
+ fixed: "core-styles-module_fixed__pcSol",
50695
+ arrow: "core-styles-module_arrow__cvMwQ",
50696
+ noArrow: "core-styles-module_noArrow__xock6",
50697
+ clickable: "core-styles-module_clickable__ZuTTB",
50698
+ show: "core-styles-module_show__Nt9eE",
50699
+ closing: "core-styles-module_closing__sGnxF"
50700
+ },
50701
+ j = {
50722
50702
  tooltip: "styles-module_tooltip__mnnfp",
50723
50703
  arrow: "styles-module_arrow__K0L3T",
50724
50704
  dark: "styles-module_dark__xNqje",
@@ -50728,352 +50708,434 @@ var x = "core-styles-module_tooltip__3vRRp",
50728
50708
  error: "styles-module_error__JvumD",
50729
50709
  info: "styles-module_info__BWdHW"
50730
50710
  };
50731
- const q = ({
50732
- id: t,
50711
+ const I = ({
50712
+ forwardRef: t,
50713
+ id: r,
50733
50714
  className: n,
50734
- classNameArrow: l,
50735
- variant: s = "dark",
50736
- anchorId: a,
50737
- anchorSelect: u,
50738
- place: d = "top",
50739
- offset: p = 10,
50740
- events: v = ["hover"],
50741
- openOnClick: y = !1,
50742
- positionStrategy: h = "absolute",
50743
- middlewares: w,
50744
- wrapper: b,
50745
- delayShow: S = 0,
50746
- delayHide: g = 0,
50747
- float: _ = !1,
50748
- hidden: A = !1,
50749
- noArrow: T = !1,
50750
- clickable: L = !1,
50751
- closeOnEsc: C = !1,
50752
- closeOnScroll: q = !1,
50715
+ classNameArrow: s,
50716
+ variant: d = "dark",
50717
+ anchorId: u,
50718
+ anchorSelect: p,
50719
+ place: v = "top",
50720
+ offset: m = 10,
50721
+ events: h = ["hover"],
50722
+ openOnClick: w = !1,
50723
+ positionStrategy: b = "absolute",
50724
+ middlewares: S,
50725
+ wrapper: E,
50726
+ delayShow: _ = 0,
50727
+ delayHide: A = 0,
50728
+ float: O = !1,
50729
+ hidden: T = !1,
50730
+ noArrow: L = !1,
50731
+ clickable: R = !1,
50732
+ closeOnEsc: I = !1,
50733
+ closeOnScroll: B = !1,
50753
50734
  closeOnResize: z = !1,
50754
- style: M,
50755
- position: W,
50756
- afterShow: P,
50757
- afterHide: F,
50758
- content: K,
50759
- contentWrapperRef: U,
50760
- isOpen: X,
50761
- setIsOpen: Y,
50735
+ openEvents: D,
50736
+ closeEvents: q,
50737
+ globalCloseEvents: H,
50738
+ imperativeModeOnly: M,
50739
+ style: W,
50740
+ position: P,
50741
+ afterShow: F,
50742
+ afterHide: K,
50743
+ content: U,
50744
+ contentWrapperRef: X,
50745
+ isOpen: Y,
50746
+ setIsOpen: G,
50762
50747
  activeAnchor: V,
50763
50748
  setActiveAnchor: Z,
50764
- border: G,
50765
- opacity: J,
50766
- arrowColor: Q
50749
+ border: J,
50750
+ opacity: Q,
50751
+ arrowColor: ee,
50752
+ role: te = "tooltip"
50767
50753
  }) => {
50768
- const ee = React.useRef(null),
50769
- te = React.useRef(null),
50754
+ var oe;
50755
+ const le = React.useRef(null),
50770
50756
  re = React.useRef(null),
50771
- oe = React.useRef(null),
50772
- [ne, le] = React.useState(d),
50773
- [ie, ce] = React.useState({}),
50774
- [se, ae] = React.useState({}),
50775
- [ue, de] = React.useState(!1),
50776
- [pe, ve] = React.useState(!1),
50777
- me = React.useRef(!1),
50778
- fe = React.useRef(null),
50757
+ ne = React.useRef(null),
50758
+ ce = React.useRef(null),
50759
+ [ie, se] = React.useState(v),
50760
+ [ae, de] = React.useState({}),
50761
+ [ue, pe] = React.useState({}),
50762
+ [ve, me] = React.useState(!1),
50763
+ [fe, ye] = React.useState(!1),
50764
+ [he, we] = React.useState(null),
50765
+ be = React.useRef(!1),
50766
+ Se = React.useRef(null),
50779
50767
  {
50780
- anchorRefs: ye,
50781
- setActiveAnchor: he
50782
- } = O(t),
50783
- we = React.useRef(!1),
50784
- [be, Se] = React.useState([]),
50785
- Ee = React.useRef(!1),
50786
- ge = y || v.includes("click");
50787
- R(() => (Ee.current = !0, () => {
50788
- Ee.current = !1;
50789
- }), []), React.useEffect(() => {
50790
- if (!ue) {
50791
- const e = setTimeout(() => {
50792
- ve(!1);
50793
- }, 150);
50794
- return () => {
50795
- clearTimeout(e);
50796
- };
50797
- }
50798
- return () => null;
50799
- }, [ue]);
50800
- const _e = e => {
50801
- Ee.current && (e && ve(!0), setTimeout(() => {
50802
- Ee.current && (null == Y || Y(e), void 0 === X && de(e));
50768
+ anchorRefs: Ee,
50769
+ setActiveAnchor: ge
50770
+ } = k(r),
50771
+ _e = React.useRef(!1),
50772
+ [Ae, Oe] = React.useState([]),
50773
+ Te = React.useRef(!1),
50774
+ ke = w || h.includes("click"),
50775
+ Le = ke || (null == D ? void 0 : D.click) || (null == D ? void 0 : D.dblclick) || (null == D ? void 0 : D.mousedown),
50776
+ Ce = D ? {
50777
+ ...D
50778
+ } : {
50779
+ mouseenter: !0,
50780
+ focus: !0,
50781
+ click: !1,
50782
+ dblclick: !1,
50783
+ mousedown: !1
50784
+ };
50785
+ !D && ke && Object.assign(Ce, {
50786
+ mouseenter: !1,
50787
+ focus: !1,
50788
+ click: !0
50789
+ });
50790
+ const Re = q ? {
50791
+ ...q
50792
+ } : {
50793
+ mouseleave: !0,
50794
+ blur: !0,
50795
+ click: !1,
50796
+ dblclick: !1,
50797
+ mouseup: !1
50798
+ };
50799
+ !q && ke && Object.assign(Re, {
50800
+ mouseleave: !1,
50801
+ blur: !1
50802
+ });
50803
+ const xe = H ? {
50804
+ ...H
50805
+ } : {
50806
+ escape: I || !1,
50807
+ scroll: B || !1,
50808
+ resize: z || !1,
50809
+ clickOutsideAnchor: Le || !1
50810
+ };
50811
+ M && (Object.assign(Ce, {
50812
+ mouseenter: !1,
50813
+ focus: !1,
50814
+ click: !1,
50815
+ dblclick: !1,
50816
+ mousedown: !1
50817
+ }), Object.assign(Re, {
50818
+ mouseleave: !1,
50819
+ blur: !1,
50820
+ click: !1,
50821
+ dblclick: !1,
50822
+ mouseup: !1
50823
+ }), Object.assign(xe, {
50824
+ escape: !1,
50825
+ scroll: !1,
50826
+ resize: !1,
50827
+ clickOutsideAnchor: !1
50828
+ })), C(() => (Te.current = !0, () => {
50829
+ Te.current = !1;
50830
+ }), []);
50831
+ const Ne = e => {
50832
+ Te.current && (e && ye(!0), setTimeout(() => {
50833
+ Te.current && (null == G || G(e), void 0 === Y && me(e));
50803
50834
  }, 10));
50804
50835
  };
50805
50836
  React.useEffect(() => {
50806
- if (void 0 === X) return () => null;
50807
- X && ve(!0);
50837
+ if (void 0 === Y) return () => null;
50838
+ Y && ye(!0);
50808
50839
  const e = setTimeout(() => {
50809
- de(X);
50840
+ me(Y);
50810
50841
  }, 10);
50811
50842
  return () => {
50812
50843
  clearTimeout(e);
50813
50844
  };
50814
- }, [X]), React.useEffect(() => {
50815
- ue !== me.current && (me.current = ue, ue ? null == P || P() : null == F || F());
50816
- }, [ue]);
50817
- const Ae = (e = g) => {
50818
- oe.current && clearTimeout(oe.current), oe.current = setTimeout(() => {
50819
- we.current || _e(!1);
50845
+ }, [Y]), React.useEffect(() => {
50846
+ ve !== be.current && (be.current = ve, ve && (null == F || F()));
50847
+ }, [ve]);
50848
+ const $e = (e = _) => {
50849
+ ne.current && clearTimeout(ne.current), ne.current = setTimeout(() => {
50850
+ Ne(!0);
50820
50851
  }, e);
50821
50852
  },
50822
- Te = e => {
50853
+ je = (e = A) => {
50854
+ ce.current && clearTimeout(ce.current), ce.current = setTimeout(() => {
50855
+ _e.current || Ne(!1);
50856
+ }, e);
50857
+ },
50858
+ Ie = e => {
50823
50859
  var t;
50824
50860
  if (!e) return;
50825
- const r = null !== (t = e.currentTarget) && void 0 !== t ? t : e.target;
50826
- if (!(null == r ? void 0 : r.isConnected)) return Z(null), void he({
50861
+ const o = null !== (t = e.currentTarget) && void 0 !== t ? t : e.target;
50862
+ if (!(null == o ? void 0 : o.isConnected)) return Z(null), void ge({
50827
50863
  current: null
50828
50864
  });
50829
- S ? (re.current && clearTimeout(re.current), re.current = setTimeout(() => {
50830
- _e(!0);
50831
- }, S)) : _e(!0), Z(r), he({
50832
- current: r
50833
- }), oe.current && clearTimeout(oe.current);
50865
+ _ ? $e() : Ne(!0), Z(o), ge({
50866
+ current: o
50867
+ }), ce.current && clearTimeout(ce.current);
50834
50868
  },
50835
- Oe = () => {
50836
- L ? Ae(g || 100) : g ? Ae() : _e(!1), re.current && clearTimeout(re.current);
50869
+ Be = () => {
50870
+ R ? je(A || 100) : A ? je() : Ne(!1), ne.current && clearTimeout(ne.current);
50837
50871
  },
50838
- Le = ({
50872
+ ze = ({
50839
50873
  x: e,
50840
50874
  y: t
50841
50875
  }) => {
50842
- k({
50843
- place: d,
50844
- offset: p,
50845
- elementReference: {
50846
- getBoundingClientRect: () => ({
50847
- x: e,
50848
- y: t,
50849
- width: 0,
50850
- height: 0,
50851
- top: t,
50852
- left: e,
50853
- right: e,
50854
- bottom: t
50855
- })
50856
- },
50857
- tooltipReference: ee.current,
50858
- tooltipArrowReference: te.current,
50859
- strategy: h,
50860
- middlewares: w,
50861
- border: G
50876
+ var o;
50877
+ const l = {
50878
+ getBoundingClientRect: () => ({
50879
+ x: e,
50880
+ y: t,
50881
+ width: 0,
50882
+ height: 0,
50883
+ top: t,
50884
+ left: e,
50885
+ right: e,
50886
+ bottom: t
50887
+ })
50888
+ };
50889
+ N({
50890
+ place: null !== (o = null == he ? void 0 : he.place) && void 0 !== o ? o : v,
50891
+ offset: m,
50892
+ elementReference: l,
50893
+ tooltipReference: le.current,
50894
+ tooltipArrowReference: re.current,
50895
+ strategy: b,
50896
+ middlewares: S,
50897
+ border: J
50862
50898
  }).then(e => {
50863
- Object.keys(e.tooltipStyles).length && ce(e.tooltipStyles), Object.keys(e.tooltipArrowStyles).length && ae(e.tooltipArrowStyles), le(e.place);
50899
+ Object.keys(e.tooltipStyles).length && de(e.tooltipStyles), Object.keys(e.tooltipArrowStyles).length && pe(e.tooltipArrowStyles), se(e.place);
50864
50900
  });
50865
50901
  },
50866
- Re = e => {
50902
+ De = e => {
50867
50903
  if (!e) return;
50868
50904
  const t = e,
50869
- r = {
50905
+ o = {
50870
50906
  x: t.clientX,
50871
50907
  y: t.clientY
50872
50908
  };
50873
- Le(r), fe.current = r;
50874
- },
50875
- Ce = e => {
50876
- Te(e), g && Ae();
50909
+ ze(o), Se.current = o;
50877
50910
  },
50878
- Ne = e => {
50911
+ qe = e => {
50879
50912
  var t;
50880
- [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));
50913
+ if (!ve) return;
50914
+ const o = e.target;
50915
+ if (null === (t = le.current) || void 0 === t ? void 0 : t.contains(o)) return;
50916
+ [document.querySelector(`[id='${u}']`), ...Ae].some(e => null == e ? void 0 : e.contains(o)) || (Ne(!1), ne.current && clearTimeout(ne.current));
50881
50917
  },
50882
- ke = E(Te, 50, !0),
50883
- xe = E(Oe, 50, !0),
50884
- $e = React.useCallback(() => {
50885
- W ? Le(W) : _ ? fe.current && Le(fe.current) : (null == V ? void 0 : V.isConnected) && k({
50886
- place: d,
50887
- offset: p,
50918
+ He = g(Ie, 50, !0),
50919
+ Me = g(Be, 50, !0),
50920
+ We = React.useCallback(() => {
50921
+ var e, t;
50922
+ const o = null !== (e = null == he ? void 0 : he.position) && void 0 !== e ? e : P;
50923
+ o ? ze(o) : O ? Se.current && ze(Se.current) : (null == V ? void 0 : V.isConnected) && N({
50924
+ place: null !== (t = null == he ? void 0 : he.place) && void 0 !== t ? t : v,
50925
+ offset: m,
50888
50926
  elementReference: V,
50889
- tooltipReference: ee.current,
50890
- tooltipArrowReference: te.current,
50891
- strategy: h,
50892
- middlewares: w,
50893
- border: G
50927
+ tooltipReference: le.current,
50928
+ tooltipArrowReference: re.current,
50929
+ strategy: b,
50930
+ middlewares: S,
50931
+ border: J
50894
50932
  }).then(e => {
50895
- Ee.current && (Object.keys(e.tooltipStyles).length && ce(e.tooltipStyles), Object.keys(e.tooltipArrowStyles).length && ae(e.tooltipArrowStyles), le(e.place));
50933
+ Te.current && (Object.keys(e.tooltipStyles).length && de(e.tooltipStyles), Object.keys(e.tooltipArrowStyles).length && pe(e.tooltipArrowStyles), se(e.place));
50896
50934
  });
50897
- }, [ue, V, K, M, d, p, h, W, _]);
50935
+ }, [ve, V, U, W, v, null == he ? void 0 : he.place, m, b, P, null == he ? void 0 : he.position, O]);
50898
50936
  React.useEffect(() => {
50899
50937
  var e, t;
50900
- const r = new Set(ye);
50901
- be.forEach(e => {
50902
- r.add({
50938
+ const o = new Set(Ee);
50939
+ Ae.forEach(e => {
50940
+ o.add({
50903
50941
  current: e
50904
50942
  });
50905
50943
  });
50906
- const o = document.querySelector(`[id='${a}']`);
50907
- o && r.add({
50908
- current: o
50944
+ const l = document.querySelector(`[id='${u}']`);
50945
+ l && o.add({
50946
+ current: l
50909
50947
  });
50910
- const n = () => {
50911
- _e(!1);
50948
+ const r = () => {
50949
+ Ne(!1);
50912
50950
  },
50913
- l = N(V),
50914
- i = N(ee.current);
50915
- q && (window.addEventListener("scroll", n), null == l || l.addEventListener("scroll", n), null == i || i.addEventListener("scroll", n));
50916
- let c = null;
50917
- z ? window.addEventListener("resize", n) : V && ee.current && (c = autoUpdate(V, ee.current, $e, {
50951
+ n = x(V),
50952
+ c = x(le.current);
50953
+ xe.scroll && (window.addEventListener("scroll", r), null == n || n.addEventListener("scroll", r), null == c || c.addEventListener("scroll", r));
50954
+ let i = null;
50955
+ xe.resize ? window.addEventListener("resize", r) : V && le.current && (i = autoUpdate(V, le.current, We, {
50918
50956
  ancestorResize: !0,
50919
50957
  elementResize: !0,
50920
50958
  layoutShift: !0
50921
50959
  }));
50922
50960
  const s = e => {
50923
- "Escape" === e.key && _e(!1);
50961
+ "Escape" === e.key && Ne(!1);
50924
50962
  };
50925
- C && window.addEventListener("keydown", s);
50926
- const u = [];
50927
- ge ? (window.addEventListener("click", Ne), u.push({
50928
- event: "click",
50929
- listener: Ce
50930
- })) : (u.push({
50931
- event: "mouseenter",
50932
- listener: ke
50933
- }, {
50934
- event: "mouseleave",
50935
- listener: xe
50936
- }, {
50937
- event: "focus",
50938
- listener: ke
50939
- }, {
50940
- event: "blur",
50941
- listener: xe
50942
- }), _ && u.push({
50943
- event: "mousemove",
50944
- listener: Re
50945
- }));
50946
- const d = () => {
50947
- we.current = !0;
50963
+ xe.escape && window.addEventListener("keydown", s), xe.clickOutsideAnchor && window.addEventListener("click", qe);
50964
+ const a = [],
50965
+ d = e => {
50966
+ ve || Ie(e);
50948
50967
  },
50949
50968
  p = () => {
50950
- we.current = !1, Oe();
50969
+ ve && Be();
50970
+ },
50971
+ v = ["mouseenter", "mouseleave", "focus", "blur"],
50972
+ m = ["click", "dblclick", "mousedown", "mouseup"];
50973
+ Object.entries(Ce).forEach(([e, t]) => {
50974
+ t && (v.includes(e) ? a.push({
50975
+ event: e,
50976
+ listener: He
50977
+ }) : m.includes(e) && a.push({
50978
+ event: e,
50979
+ listener: d
50980
+ }));
50981
+ }), Object.entries(Re).forEach(([e, t]) => {
50982
+ t && (v.includes(e) ? a.push({
50983
+ event: e,
50984
+ listener: Me
50985
+ }) : m.includes(e) && a.push({
50986
+ event: e,
50987
+ listener: p
50988
+ }));
50989
+ }), O && a.push({
50990
+ event: "mousemove",
50991
+ listener: De
50992
+ });
50993
+ const y = () => {
50994
+ _e.current = !0;
50995
+ },
50996
+ h = () => {
50997
+ _e.current = !1, Be();
50951
50998
  };
50952
- 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(({
50999
+ return R && !Le && (null === (e = le.current) || void 0 === e || e.addEventListener("mouseenter", y), null === (t = le.current) || void 0 === t || t.addEventListener("mouseleave", h)), a.forEach(({
50953
51000
  event: e,
50954
51001
  listener: t
50955
51002
  }) => {
50956
- r.forEach(r => {
50957
- var o;
50958
- null === (o = r.current) || void 0 === o || o.addEventListener(e, t);
51003
+ o.forEach(o => {
51004
+ var l;
51005
+ null === (l = o.current) || void 0 === l || l.addEventListener(e, t);
50959
51006
  });
50960
51007
  }), () => {
50961
51008
  var e, t;
50962
- 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(({
51009
+ xe.scroll && (window.removeEventListener("scroll", r), null == n || n.removeEventListener("scroll", r), null == c || c.removeEventListener("scroll", r)), xe.resize ? window.removeEventListener("resize", r) : null == i || i(), xe.clickOutsideAnchor && window.removeEventListener("click", qe), xe.escape && window.removeEventListener("keydown", s), R && !Le && (null === (e = le.current) || void 0 === e || e.removeEventListener("mouseenter", y), null === (t = le.current) || void 0 === t || t.removeEventListener("mouseleave", h)), a.forEach(({
50963
51010
  event: e,
50964
51011
  listener: t
50965
51012
  }) => {
50966
- r.forEach(r => {
50967
- var o;
50968
- null === (o = r.current) || void 0 === o || o.removeEventListener(e, t);
51013
+ o.forEach(o => {
51014
+ var l;
51015
+ null === (l = o.current) || void 0 === l || l.removeEventListener(e, t);
50969
51016
  });
50970
51017
  });
50971
51018
  };
50972
- }, [V, $e, pe, ye, be, C, v]), React.useEffect(() => {
50973
- let e = null != u ? u : "";
50974
- !e && t && (e = `[data-tooltip-id='${t}']`);
50975
- const r = new MutationObserver(r => {
50976
- const o = [],
50977
- n = [];
50978
- r.forEach(r => {
50979
- if ("attributes" === r.type && "data-tooltip-id" === r.attributeName) {
50980
- r.target.getAttribute("data-tooltip-id") === t && o.push(r.target);
51019
+ }, [V, We, fe, Ee, Ae, D, q, H, ke]), React.useEffect(() => {
51020
+ var e, t;
51021
+ let o = null !== (t = null !== (e = null == he ? void 0 : he.anchorSelect) && void 0 !== e ? e : p) && void 0 !== t ? t : "";
51022
+ !o && r && (o = `[data-tooltip-id='${r}']`);
51023
+ const l = new MutationObserver(e => {
51024
+ const t = [],
51025
+ l = [];
51026
+ e.forEach(e => {
51027
+ if ("attributes" === e.type && "data-tooltip-id" === e.attributeName) {
51028
+ e.target.getAttribute("data-tooltip-id") === r && t.push(e.target);
50981
51029
  }
50982
- if ("childList" === r.type) {
51030
+ if ("childList" === e.type) {
50983
51031
  if (V) {
50984
- const t = [...r.removedNodes].filter(e => 1 === e.nodeType);
50985
- if (e) try {
50986
- n.push(...t.filter(t => t.matches(e))), n.push(...t.flatMap(t => [...t.querySelectorAll(e)]));
51032
+ const t = [...e.removedNodes].filter(e => 1 === e.nodeType);
51033
+ if (o) try {
51034
+ l.push(...t.filter(e => e.matches(o))), l.push(...t.flatMap(e => [...e.querySelectorAll(o)]));
50987
51035
  } catch (e) {}
50988
51036
  t.some(e => {
50989
51037
  var t;
50990
- 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);
51038
+ return !!(null === (t = null == e ? void 0 : e.contains) || void 0 === t ? void 0 : t.call(e, V)) && (ye(!1), Ne(!1), Z(null), ne.current && clearTimeout(ne.current), ce.current && clearTimeout(ce.current), !0);
50991
51039
  });
50992
51040
  }
50993
- if (e) try {
50994
- const t = [...r.addedNodes].filter(e => 1 === e.nodeType);
50995
- o.push(...t.filter(t => t.matches(e))), o.push(...t.flatMap(t => [...t.querySelectorAll(e)]));
51041
+ if (o) try {
51042
+ const l = [...e.addedNodes].filter(e => 1 === e.nodeType);
51043
+ t.push(...l.filter(e => e.matches(o))), t.push(...l.flatMap(e => [...e.querySelectorAll(o)]));
50996
51044
  } catch (e) {}
50997
51045
  }
50998
- }), (o.length || n.length) && Se(e => [...e.filter(e => n.includes(e)), ...o]);
51046
+ }), (t.length || l.length) && Oe(e => [...e.filter(e => !l.includes(e)), ...t]);
50999
51047
  });
51000
- return r.observe(document.body, {
51048
+ return l.observe(document.body, {
51001
51049
  childList: !0,
51002
51050
  subtree: !0,
51003
51051
  attributes: !0,
51004
51052
  attributeFilter: ["data-tooltip-id"]
51005
51053
  }), () => {
51006
- r.disconnect();
51054
+ l.disconnect();
51007
51055
  };
51008
- }, [t, u, V]), React.useEffect(() => {
51009
- $e();
51010
- }, [$e]), React.useEffect(() => {
51011
- if (!(null == U ? void 0 : U.current)) return () => null;
51056
+ }, [r, p, null == he ? void 0 : he.anchorSelect, V]), React.useEffect(() => {
51057
+ We();
51058
+ }, [We]), React.useEffect(() => {
51059
+ if (!(null == X ? void 0 : X.current)) return () => null;
51012
51060
  const e = new ResizeObserver(() => {
51013
- $e();
51061
+ We();
51014
51062
  });
51015
- return e.observe(U.current), () => {
51063
+ return e.observe(X.current), () => {
51016
51064
  e.disconnect();
51017
51065
  };
51018
- }, [K, null == U ? void 0 : U.current]), React.useEffect(() => {
51066
+ }, [U, null == X ? void 0 : X.current]), React.useEffect(() => {
51019
51067
  var e;
51020
- const t = document.querySelector(`[id='${a}']`),
51021
- r = [...be, t];
51022
- V && r.includes(V) || Z(null !== (e = be[0]) && void 0 !== e ? e : t);
51023
- }, [a, be, V]), React.useEffect(() => () => {
51024
- re.current && clearTimeout(re.current), oe.current && clearTimeout(oe.current);
51068
+ const t = document.querySelector(`[id='${u}']`),
51069
+ o = [...Ae, t];
51070
+ V && o.includes(V) || Z(null !== (e = Ae[0]) && void 0 !== e ? e : t);
51071
+ }, [u, Ae, V]), React.useEffect(() => () => {
51072
+ ne.current && clearTimeout(ne.current), ce.current && clearTimeout(ce.current);
51025
51073
  }, []), React.useEffect(() => {
51026
- let e = u;
51027
- if (!e && t && (e = `[data-tooltip-id='${t}']`), e) try {
51028
- const t = Array.from(document.querySelectorAll(e));
51029
- Se(t);
51074
+ var e;
51075
+ let t = null !== (e = null == he ? void 0 : he.anchorSelect) && void 0 !== e ? e : p;
51076
+ if (!t && r && (t = `[data-tooltip-id='${r}']`), t) try {
51077
+ const e = Array.from(document.querySelectorAll(t));
51078
+ Oe(e);
51030
51079
  } catch (e) {
51031
- Se([]);
51032
- }
51033
- }, [t, u]);
51034
- const Ie = !A && K && ue && Object.keys(ie).length > 0;
51035
- return pe ? React__default["default"].createElement(b, {
51036
- id: t,
51037
- role: "tooltip",
51038
- className: classnames("react-tooltip", x, H.tooltip, H[s], n, `react-tooltip__place-${ne}`, {
51039
- "react-tooltip__show": Ie,
51040
- [D]: Ie,
51041
- [$]: "fixed" === h,
51042
- [B]: L
51043
- }),
51080
+ Oe([]);
51081
+ }
51082
+ }, [r, p, null == he ? void 0 : he.anchorSelect]);
51083
+ const Pe = null !== (oe = null == he ? void 0 : he.content) && void 0 !== oe ? oe : U,
51084
+ Fe = ve && Object.keys(ae).length > 0;
51085
+ return React.useImperativeHandle(t, () => ({
51086
+ open: e => {
51087
+ if (null == e ? void 0 : e.anchorSelect) try {
51088
+ document.querySelector(e.anchorSelect);
51089
+ } catch (t) {
51090
+ return void console.warn(`[react-tooltip] "${e.anchorSelect}" is not a valid CSS selector`);
51091
+ }
51092
+ we(null != e ? e : null), (null == e ? void 0 : e.delay) ? $e(e.delay) : Ne(!0);
51093
+ },
51094
+ close: e => {
51095
+ (null == e ? void 0 : e.delay) ? je(e.delay) : Ne(!1);
51096
+ },
51097
+ activeAnchor: V,
51098
+ place: ie,
51099
+ isOpen: Boolean(fe && !T && Pe && Fe)
51100
+ })), fe && !T && Pe ? React__default["default"].createElement(E, {
51101
+ id: r,
51102
+ role: te,
51103
+ className: classnames("react-tooltip", $.tooltip, j.tooltip, j[d], n, `react-tooltip__place-${ie}`, $[Fe ? "show" : "closing"], Fe ? "react-tooltip__show" : "react-tooltip__closing", "fixed" === b && $.fixed, R && $.clickable),
51104
+ onTransitionEnd: e => {
51105
+ ve || "opacity" !== e.propertyName || (ye(!1), we(null), null == K || K());
51106
+ },
51044
51107
  style: {
51045
- ...M,
51046
- ...ie,
51047
- opacity: void 0 !== J && Ie ? J : void 0
51108
+ ...W,
51109
+ ...ae,
51110
+ opacity: void 0 !== Q && Fe ? Q : void 0
51048
51111
  },
51049
- ref: ee
51050
- }, K, React__default["default"].createElement(b, {
51051
- className: classnames("react-tooltip-arrow", I, H.arrow, l, {
51052
- [j]: T
51053
- }),
51112
+ ref: le
51113
+ }, Pe, React__default["default"].createElement(E, {
51114
+ className: classnames("react-tooltip-arrow", $.arrow, j.arrow, s, L && $.noArrow),
51054
51115
  style: {
51055
- ...se,
51056
- background: Q ? `linear-gradient(to right bottom, transparent 50%, ${Q} 50%)` : void 0
51116
+ ...ue,
51117
+ background: ee ? `linear-gradient(to right bottom, transparent 50%, ${ee} 50%)` : void 0
51057
51118
  },
51058
- ref: te
51119
+ ref: re
51059
51120
  })) : null;
51060
51121
  },
51061
- z = ({
51122
+ B = ({
51062
51123
  content: t
51063
51124
  }) => React__default["default"].createElement("span", {
51064
51125
  dangerouslySetInnerHTML: {
51065
51126
  __html: t
51066
51127
  }
51067
51128
  }),
51068
- M = ({
51129
+ z = (e, t) => !("CSS" in window && "supports" in window.CSS) || window.CSS.supports(e, t),
51130
+ D = React__default["default"].forwardRef(({
51069
51131
  id: t,
51070
- anchorId: o,
51071
- anchorSelect: n,
51072
- content: l,
51132
+ anchorId: l,
51133
+ anchorSelect: r,
51134
+ content: n,
51073
51135
  html: s,
51074
51136
  render: a,
51075
- className: u,
51076
- classNameArrow: d,
51137
+ className: d,
51138
+ classNameArrow: u,
51077
51139
  variant: p = "dark",
51078
51140
  place: v = "top",
51079
51141
  offset: m = 10,
@@ -51087,149 +51149,154 @@ const q = ({
51087
51149
  delayHide: g = 0,
51088
51150
  float: _ = !1,
51089
51151
  hidden: A = !1,
51090
- noArrow: T = !1,
51091
- clickable: L = !1,
51092
- closeOnEsc: R = !1,
51152
+ noArrow: O = !1,
51153
+ clickable: T = !1,
51154
+ closeOnEsc: L = !1,
51093
51155
  closeOnScroll: C = !1,
51094
- closeOnResize: N = !1,
51095
- style: k,
51096
- position: x,
51097
- isOpen: $,
51098
- disableStyleInjection: I = !1,
51099
- border: j,
51100
- opacity: B,
51101
- arrowColor: D,
51102
- setIsOpen: H,
51103
- afterShow: M,
51104
- afterHide: W
51105
- }) => {
51106
- const [P, F] = React.useState(l),
51107
- [K, U] = React.useState(s),
51108
- [X, Y] = React.useState(v),
51109
- [V, Z] = React.useState(p),
51110
- [G, J] = React.useState(m),
51111
- [Q, ee] = React.useState(E),
51112
- [te, re] = React.useState(g),
51113
- [oe, ne] = React.useState(_),
51114
- [le, ie] = React.useState(A),
51115
- [ce, se] = React.useState(f),
51116
- [ae, ue] = React.useState(h),
51117
- [de, pe] = React.useState(b),
51118
- [ve, me] = React.useState(null),
51119
- fe = React.useRef(I),
51156
+ closeOnResize: R = !1,
51157
+ openEvents: x,
51158
+ closeEvents: N,
51159
+ globalCloseEvents: $,
51160
+ imperativeModeOnly: j = !1,
51161
+ style: D,
51162
+ position: q,
51163
+ isOpen: H,
51164
+ disableStyleInjection: M = !1,
51165
+ border: W,
51166
+ opacity: P,
51167
+ arrowColor: F,
51168
+ setIsOpen: K,
51169
+ afterShow: U,
51170
+ afterHide: X,
51171
+ role: Y = "tooltip"
51172
+ }, G) => {
51173
+ const [V, Z] = React.useState(n),
51174
+ [J, Q] = React.useState(s),
51175
+ [ee, te] = React.useState(v),
51176
+ [oe, le] = React.useState(p),
51177
+ [re, ne] = React.useState(m),
51178
+ [ce, ie] = React.useState(E),
51179
+ [se, ae] = React.useState(g),
51180
+ [de, ue] = React.useState(_),
51181
+ [pe, ve] = React.useState(A),
51182
+ [me, fe] = React.useState(f),
51183
+ [ye, he] = React.useState(h),
51184
+ [we, be] = React.useState(b),
51185
+ [Se, Ee] = React.useState(null),
51186
+ ge = React.useRef(M),
51120
51187
  {
51121
- anchorRefs: ye,
51122
- activeAnchor: he
51123
- } = O(t),
51124
- we = e => null == e ? void 0 : e.getAttributeNames().reduce((t, r) => {
51125
- var o;
51126
- if (r.startsWith("data-tooltip-")) {
51127
- t[r.replace(/^data-tooltip-/, "")] = null !== (o = null == e ? void 0 : e.getAttribute(r)) && void 0 !== o ? o : null;
51188
+ anchorRefs: _e,
51189
+ activeAnchor: Ae
51190
+ } = k(t),
51191
+ Oe = e => null == e ? void 0 : e.getAttributeNames().reduce((t, o) => {
51192
+ var l;
51193
+ if (o.startsWith("data-tooltip-")) {
51194
+ t[o.replace(/^data-tooltip-/, "")] = null !== (l = null == e ? void 0 : e.getAttribute(o)) && void 0 !== l ? l : null;
51128
51195
  }
51129
51196
  return t;
51130
51197
  }, {}),
51131
- be = e => {
51198
+ Te = e => {
51132
51199
  const t = {
51133
51200
  place: e => {
51134
51201
  var t;
51135
- Y(null !== (t = e) && void 0 !== t ? t : v);
51202
+ te(null !== (t = e) && void 0 !== t ? t : v);
51136
51203
  },
51137
51204
  content: e => {
51138
- F(null != e ? e : l);
51205
+ Z(null != e ? e : n);
51139
51206
  },
51140
51207
  html: e => {
51141
- U(null != e ? e : s);
51208
+ Q(null != e ? e : s);
51142
51209
  },
51143
51210
  variant: e => {
51144
51211
  var t;
51145
- Z(null !== (t = e) && void 0 !== t ? t : p);
51212
+ le(null !== (t = e) && void 0 !== t ? t : p);
51146
51213
  },
51147
51214
  offset: e => {
51148
- J(null === e ? m : Number(e));
51215
+ ne(null === e ? m : Number(e));
51149
51216
  },
51150
51217
  wrapper: e => {
51151
51218
  var t;
51152
- se(null !== (t = e) && void 0 !== t ? t : f);
51219
+ fe(null !== (t = e) && void 0 !== t ? t : f);
51153
51220
  },
51154
51221
  events: e => {
51155
51222
  const t = null == e ? void 0 : e.split(" ");
51156
- ue(null != t ? t : h);
51223
+ he(null != t ? t : h);
51157
51224
  },
51158
51225
  "position-strategy": e => {
51159
51226
  var t;
51160
- pe(null !== (t = e) && void 0 !== t ? t : b);
51227
+ be(null !== (t = e) && void 0 !== t ? t : b);
51161
51228
  },
51162
51229
  "delay-show": e => {
51163
- ee(null === e ? E : Number(e));
51230
+ ie(null === e ? E : Number(e));
51164
51231
  },
51165
51232
  "delay-hide": e => {
51166
- re(null === e ? g : Number(e));
51233
+ ae(null === e ? g : Number(e));
51167
51234
  },
51168
51235
  float: e => {
51169
- ne(null === e ? _ : "true" === e);
51236
+ ue(null === e ? _ : "true" === e);
51170
51237
  },
51171
51238
  hidden: e => {
51172
- ie(null === e ? A : "true" === e);
51239
+ ve(null === e ? A : "true" === e);
51173
51240
  }
51174
51241
  };
51175
- Object.values(t).forEach(e => e(null)), Object.entries(e).forEach(([e, r]) => {
51176
- var o;
51177
- null === (o = t[e]) || void 0 === o || o.call(t, r);
51242
+ Object.values(t).forEach(e => e(null)), Object.entries(e).forEach(([e, o]) => {
51243
+ var l;
51244
+ null === (l = t[e]) || void 0 === l || l.call(t, o);
51178
51245
  });
51179
51246
  };
51180
51247
  React.useEffect(() => {
51181
- F(l);
51182
- }, [l]), React.useEffect(() => {
51183
- U(s);
51248
+ Z(n);
51249
+ }, [n]), React.useEffect(() => {
51250
+ Q(s);
51184
51251
  }, [s]), React.useEffect(() => {
51185
- Y(v);
51252
+ te(v);
51186
51253
  }, [v]), React.useEffect(() => {
51187
- Z(p);
51254
+ le(p);
51188
51255
  }, [p]), React.useEffect(() => {
51189
- J(m);
51256
+ ne(m);
51190
51257
  }, [m]), React.useEffect(() => {
51191
- ee(E);
51258
+ ie(E);
51192
51259
  }, [E]), React.useEffect(() => {
51193
- re(g);
51260
+ ae(g);
51194
51261
  }, [g]), React.useEffect(() => {
51195
- ne(_);
51262
+ ue(_);
51196
51263
  }, [_]), React.useEffect(() => {
51197
- ie(A);
51264
+ ve(A);
51198
51265
  }, [A]), React.useEffect(() => {
51199
- pe(b);
51266
+ be(b);
51200
51267
  }, [b]), React.useEffect(() => {
51201
- fe.current !== I && console.warn("[react-tooltip] Do not change `disableStyleInjection` dynamically.");
51202
- }, [I]), React.useEffect(() => {
51268
+ ge.current !== M && console.warn("[react-tooltip] Do not change `disableStyleInjection` dynamically.");
51269
+ }, [M]), React.useEffect(() => {
51203
51270
  "undefined" != typeof window && window.dispatchEvent(new CustomEvent("react-tooltip-inject-styles", {
51204
51271
  detail: {
51205
- disableCore: "core" === I,
51206
- disableBase: I
51272
+ disableCore: "core" === M,
51273
+ disableBase: M
51207
51274
  }
51208
51275
  }));
51209
51276
  }, []), React.useEffect(() => {
51210
51277
  var e;
51211
- const r = new Set(ye);
51212
- let l = n;
51213
- if (!l && t && (l = `[data-tooltip-id='${t}']`), l) try {
51214
- document.querySelectorAll(l).forEach(e => {
51215
- r.add({
51278
+ const o = new Set(_e);
51279
+ let n = r;
51280
+ if (!n && t && (n = `[data-tooltip-id='${t}']`), n) try {
51281
+ document.querySelectorAll(n).forEach(e => {
51282
+ o.add({
51216
51283
  current: e
51217
51284
  });
51218
51285
  });
51219
51286
  } catch (e) {
51220
- console.warn(`[react-tooltip] "${l}" is not a valid CSS selector`);
51287
+ console.warn(`[react-tooltip] "${n}" is not a valid CSS selector`);
51221
51288
  }
51222
- const i = document.querySelector(`[id='${o}']`);
51223
- if (i && r.add({
51224
- current: i
51225
- }), !r.size) return () => null;
51226
- const c = null !== (e = null != ve ? ve : i) && void 0 !== e ? e : he.current,
51289
+ const c = document.querySelector(`[id='${l}']`);
51290
+ if (c && o.add({
51291
+ current: c
51292
+ }), !o.size) return () => null;
51293
+ const i = null !== (e = null != Se ? Se : c) && void 0 !== e ? e : Ae.current,
51227
51294
  s = new MutationObserver(e => {
51228
51295
  e.forEach(e => {
51229
51296
  var t;
51230
- if (!c || "attributes" !== e.type || !(null === (t = e.attributeName) || void 0 === t ? void 0 : t.startsWith("data-tooltip-"))) return;
51231
- const r = we(c);
51232
- be(r);
51297
+ if (!i || "attributes" !== e.type || !(null === (t = e.attributeName) || void 0 === t ? void 0 : t.startsWith("data-tooltip-"))) return;
51298
+ const o = Oe(i);
51299
+ Te(o);
51233
51300
  });
51234
51301
  }),
51235
51302
  a = {
@@ -51237,77 +51304,83 @@ const q = ({
51237
51304
  childList: !1,
51238
51305
  subtree: !1
51239
51306
  };
51240
- if (c) {
51241
- const e = we(c);
51242
- be(e), s.observe(c, a);
51307
+ if (i) {
51308
+ const e = Oe(i);
51309
+ Te(e), s.observe(i, a);
51243
51310
  }
51244
51311
  return () => {
51245
51312
  s.disconnect();
51246
51313
  };
51247
- }, [ye, he, ve, o, n]), React.useEffect(() => {
51248
- (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\`.`);
51314
+ }, [_e, Ae, Se, l, r]), React.useEffect(() => {
51315
+ (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\`.`);
51249
51316
  }, []);
51250
- let Se = y;
51251
- const Ee = React.useRef(null);
51317
+ let ke = y;
51318
+ const Le = React.useRef(null);
51252
51319
  if (a) {
51253
51320
  const t = a({
51254
- content: null != P ? P : null,
51255
- activeAnchor: ve
51321
+ content: null != V ? V : null,
51322
+ activeAnchor: Se
51256
51323
  });
51257
- Se = t ? React__default["default"].createElement("div", {
51258
- ref: Ee,
51324
+ ke = t ? React__default["default"].createElement("div", {
51325
+ ref: Le,
51259
51326
  className: "react-tooltip-content-wrapper"
51260
51327
  }, t) : null;
51261
- } else P && (Se = P);
51262
- K && (Se = React__default["default"].createElement(z, {
51263
- content: K
51328
+ } else V && (ke = V);
51329
+ J && (ke = React__default["default"].createElement(B, {
51330
+ content: J
51264
51331
  }));
51265
- const ge = {
51332
+ const Ce = {
51333
+ forwardRef: G,
51266
51334
  id: t,
51267
- anchorId: o,
51268
- anchorSelect: n,
51269
- className: u,
51270
- classNameArrow: d,
51271
- content: Se,
51272
- contentWrapperRef: Ee,
51273
- place: X,
51274
- variant: V,
51275
- offset: G,
51276
- wrapper: ce,
51277
- events: ae,
51335
+ anchorId: l,
51336
+ anchorSelect: r,
51337
+ className: d,
51338
+ classNameArrow: u,
51339
+ content: ke,
51340
+ contentWrapperRef: Le,
51341
+ place: ee,
51342
+ variant: oe,
51343
+ offset: re,
51344
+ wrapper: me,
51345
+ events: ye,
51278
51346
  openOnClick: w,
51279
- positionStrategy: de,
51347
+ positionStrategy: we,
51280
51348
  middlewares: S,
51281
- delayShow: Q,
51282
- delayHide: te,
51283
- float: oe,
51284
- hidden: le,
51285
- noArrow: T,
51286
- clickable: L,
51287
- closeOnEsc: R,
51349
+ delayShow: ce,
51350
+ delayHide: se,
51351
+ float: de,
51352
+ hidden: pe,
51353
+ noArrow: O,
51354
+ clickable: T,
51355
+ closeOnEsc: L,
51288
51356
  closeOnScroll: C,
51289
- closeOnResize: N,
51290
- style: k,
51291
- position: x,
51292
- isOpen: $,
51293
- border: j,
51294
- opacity: B,
51295
- arrowColor: D,
51296
- setIsOpen: H,
51297
- afterShow: M,
51298
- afterHide: W,
51299
- activeAnchor: ve,
51300
- setActiveAnchor: e => me(e)
51357
+ closeOnResize: R,
51358
+ openEvents: x,
51359
+ closeEvents: N,
51360
+ globalCloseEvents: $,
51361
+ imperativeModeOnly: j,
51362
+ style: D,
51363
+ position: q,
51364
+ isOpen: H,
51365
+ border: W,
51366
+ opacity: P,
51367
+ arrowColor: F,
51368
+ setIsOpen: K,
51369
+ afterShow: U,
51370
+ afterHide: X,
51371
+ activeAnchor: Se,
51372
+ setActiveAnchor: e => Ee(e),
51373
+ role: Y
51301
51374
  };
51302
- return React__default["default"].createElement(q, {
51303
- ...ge
51375
+ return React__default["default"].createElement(I, {
51376
+ ...Ce
51304
51377
  });
51305
- };
51378
+ });
51306
51379
  "undefined" != typeof window && window.addEventListener("react-tooltip-inject-styles", e => {
51307
- e.detail.disableCore || b({
51308
- 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)}`,
51380
+ e.detail.disableCore || S({
51381
+ 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}`,
51309
51382
  type: "core"
51310
- }), e.detail.disableBase || b({
51383
+ }), e.detail.disableBase || S({
51311
51384
  css: `
51312
51385
  .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)}`,
51313
51386
  type: "base"
@@ -51404,7 +51477,7 @@ function ContextualHelp(_ref) {
51404
51477
  color: "#1d5ab9",
51405
51478
  fontSize: "22px"
51406
51479
  }
51407
- })), /*#__PURE__*/React__default["default"].createElement(M, {
51480
+ })), /*#__PURE__*/React__default["default"].createElement(D, {
51408
51481
  anchorSelect: "#helpSnippet1",
51409
51482
  clickable: true,
51410
51483
  className: "utilities_ContextualHelp_ContextualHelp--snippet",