@copart/ops-tool-kit 1.10.0 → 1.10.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.10.0";
36
+ const version$5 = "1.10.1";
37
37
  const main$1 = "dist/ops-tool-kit.js";
38
38
  const style = "dist/ops-tool-kit.css";
39
39
  const files = [
@@ -11126,6 +11126,12 @@ var dateDiffInDays = function dateDiffInDays(date1, date2) {
11126
11126
  var millisecondsPerDay = 24 * 60 * 60 * 1000;
11127
11127
  return Math.floor(diffInMilliseconds / millisecondsPerDay);
11128
11128
  };
11129
+ var isChrome = function isChrome() {
11130
+ var userAgent = window.navigator.userAgent;
11131
+ var isChromium = userAgent.indexOf('Chrome/') > -1;
11132
+ var isEdge = userAgent.indexOf('Edg/') > -1;
11133
+ return isChromium && !isEdge;
11134
+ };
11129
11135
 
11130
11136
  var css_248z$m = ".utilities_ops-app-frame_ConfigFetcher_ConfigFetcher--ConfigFetcher {\r\n}\r\n\r\n.utilities_ops-app-frame_ConfigFetcher_ConfigFetcher--spinner {\r\n margin: 80px 0 40px;\r\n width: 100%;\r\n height: 100%;\r\n}\r\n\r\n.utilities_ops-app-frame_ConfigFetcher_ConfigFetcher--spinner * {\r\n width: 60px;\r\n height: 60px;\r\n}\r\n";
11131
11137
  styleInject(css_248z$m);
@@ -26739,7 +26745,7 @@ var unEscapeChars = function unEscapeChars(str) {
26739
26745
  }) : null;
26740
26746
  };
26741
26747
 
26742
- var css_248z$g = ".utilities_ops-app-frame_Help_Help--backdrop {\r\n position: absolute;\r\n z-index: 10000;\r\n height: 100vh;\r\n top: 64px;\r\n width: 100vw;\r\n background-color: rgba(0, 0, 0, 0.5);\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--miHelpSideBar {\r\n width: 50vw;\r\n position: absolute;\r\n right: 0;\r\n height: calc(100vh - 64px);\r\n padding: 15px;\r\n background-color: white;\r\n overflow-y: auto;\r\n color: #323130;\r\n white-space: normal;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--title {\r\n font-weight: 600;\r\n font-size: 28px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--header {\r\n margin-bottom: 10px;\r\n display: flex;\r\n justify-content: space-between;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--header .utilities_ops-app-frame_Help_Help--close,\r\n.utilities_ops-app-frame_Help_Help--submitQuestionWrapper .utilities_ops-app-frame_Help_Help--close {\r\n position: relative;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--header .utilities_ops-app-frame_Help_Help--close i,\r\n.utilities_ops-app-frame_Help_Help--submitQuestionWrapper .utilities_ops-app-frame_Help_Help--close i {\r\n font-size: 14px;\r\n cursor: pointer;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--subHeader {\r\n display: flex;\r\n align-items: center;\r\n justify-content: space-between;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--subHeaderTitle {\r\n font-weight: 600;\r\n font-size: 20px;\r\n display: flex;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--subHeaderTitle .utilities_ops-app-frame_Help_Help--back {\r\n color: #1d5ab9;\r\n margin-right: 5px;\r\n cursor: pointer;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--link {\r\n font-weight: 400;\r\n font-size: 14px;\r\n color: #1d5ab9;\r\n cursor: pointer;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--link i {\r\n font-size: 10px;\r\n position: relative;\r\n top: -5px;\r\n left: 3px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--helpResourcesWrapper {\r\n margin-top: 20px;\r\n position: relative;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--helpResourcesWrapper h3,\r\n.utilities_ops-app-frame_Help_Help--relatedResourcesWrapper h3 {\r\n font-weight: 400;\r\n font-size: 24px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--helpResourcesWrapper h3 i {\r\n color: #1d5ab9;\r\n font-size: 10px;\r\n position: relative;\r\n top: -8px;\r\n cursor: pointer;\r\n left: 5px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--helpResourcesWrapper ul,\r\n.utilities_ops-app-frame_Help_Help--relatedResourcesWrapper ul {\r\n list-style: none;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--helpResourcesWrapper ul li,\r\n.utilities_ops-app-frame_Help_Help--relatedResourcesWrapper ul li {\r\n font-weight: 400;\r\n font-size: 14px;\r\n margin: 6px 0;\r\n display: flex;\r\n cursor: pointer;\r\n width: -webkit-fit-content;\r\n width: -moz-fit-content;\r\n width: fit-content;\r\n align-items: flex-start;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--helpResourcesWrapper ul li:hover,\r\n.utilities_ops-app-frame_Help_Help--relatedResourcesWrapper ul li:hover {\r\n color: #1d5ab9;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--helpResourcesWrapper ul li img,\r\n.utilities_ops-app-frame_Help_Help--relatedResourcesWrapper ul li img {\r\n width: 17px;\r\n margin-right: 5px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--helpResourcesWrapper .utilities_ops-app-frame_Help_Help--viewMore {\r\n color: #1d5ab9;\r\n cursor: pointer;\r\n font-weight: 400;\r\n font-size: 14px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--searchWrapper {\r\n width: 100%;\r\n position: relative;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--searchWrapper span {\r\n position: absolute;\r\n width: 29px;\r\n height: 29px;\r\n background: #f3f2f1;\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n bottom: 1.5px;\r\n right: 2px;\r\n cursor: pointer;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--mihelpSearch {\r\n width: 100%;\r\n margin-top: 15px;\r\n padding: 0px 10px;\r\n height: 32px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--searchResultsWrapper {\r\n width: 100%;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--searchResultsWrapper h3 {\r\n font-weight: 400;\r\n font-size: 24px;\r\n margin-top: 8px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--searchResultsWrapper .utilities_ops-app-frame_Help_Help--searchResult {\r\n width: 100%;\r\n margin-top: 20px;\r\n border-bottom: 1px solid #dcdcdc;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--searchResultsWrapper .utilities_ops-app-frame_Help_Help--searchResult p {\r\n margin-top: 13px;\r\n margin-bottom: 30px;\r\n text-overflow: ellipsis;\r\n width: 100%;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--spinnerWrapper {\r\n position: absolute;\r\n background: rgba(0, 0, 0, 0.5);\r\n top: 0;\r\n bottom: 0;\r\n left: 0;\r\n right: 0;\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--spinnerWrapper svg {\r\n position: absolute;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--overFlowHidden {\r\n overflow: hidden;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--nonInteractive {\r\n opacity: 0.3;\r\n pointer-events: none;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--searchTitlewrapper {\r\n display: flex;\r\n align-items: center;\r\n justify-content: space-between;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--likeswrapper {\r\n color: #cbcbcb;\r\n display: flex;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--like {\r\n margin-left: 10px;\r\n font-size: 10px;\r\n display: flex;\r\n align-items: center;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--like i {\r\n font-size: 14px;\r\n margin-right: 2px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--searchTitle {\r\n display: flex;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--searchTitle img {\r\n width: 18px;\r\n margin-right: 5px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--searchTitle span {\r\n font-weight: 600;\r\n font-size: 18px;\r\n cursor: pointer;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--searchTitle span:hover {\r\n color: #1d5ab9;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--faqContentWrapper {\r\n width: 100%;\r\n margin-top: 12px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--faqContentWrapper h3 {\r\n font-weight: 300;\r\n font-size: 34px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--faqContentWrapper .utilities_ops-app-frame_Help_Help--faqsList {\r\n width: 100%;\r\n white-space: normal;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--faqContentWrapper .utilities_ops-app-frame_Help_Help--category {\r\n width: 100%;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--faqContentWrapper .utilities_ops-app-frame_Help_Help--category h3 {\r\n color: #1d5ab9;\r\n font-weight: 600;\r\n font-size: 24px;\r\n margin-top: 18px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--accordian {\r\n border-top: 1px solid #dcdcdc;\r\n padding-top: 13px;\r\n margin-top: 18px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--accordian .utilities_ops-app-frame_Help_Help--question {\r\n font-weight: 400;\r\n font-size: 20px;\r\n display: flex;\r\n justify-content: space-between;\r\n align-items: center;\r\n cursor: pointer;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--accordian .utilities_ops-app-frame_Help_Help--question span {\r\n transition: all 0.2s ease-out;\r\n display: flex;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--accordian .utilities_ops-app-frame_Help_Help--answer {\r\n font-weight: 400;\r\n font-size: 14px;\r\n height: auto;\r\n max-height: 0;\r\n transition: max-height 0.2s ease-out;\r\n overflow: hidden;\r\n margin-top: 13px;\r\n white-space: normal;\r\n}\r\n\r\n/* .accordian .answer span {\r\n white-space: break-spaces;\r\n } */\r\n\r\n.utilities_ops-app-frame_Help_Help--releaseNote {\r\n width: 100%;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--releaseNote h3 {\r\n font-weight: 400;\r\n font-size: 24px;\r\n margin-top: 13px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--releaseNote .utilities_ops-app-frame_Help_Help--releaseNoteContent {\r\n margin-top: 10px;\r\n white-space: normal;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--helpArticle {\r\n width: 100%;\r\n white-space: normal;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--helpArticle h3 {\r\n font-weight: 400;\r\n font-size: 24px;\r\n margin-top: 13px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--helpArticle .utilities_ops-app-frame_Help_Help--helpArticleWrapper {\r\n margin-top: 10px;\r\n white-space: normal;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--articleFooter {\r\n display: flex;\r\n justify-content: space-between;\r\n align-items: center;\r\n margin-top: 30px;\r\n padding-bottom: 12px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--likeWrapper {\r\n display: flex;\r\n align-items: center;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--likeWrapper .utilities_ops-app-frame_Help_Help--likeTxt {\r\n font-weight: 600;\r\n font-size: 14px;\r\n margin-right: 10px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--likeWrapper .utilities_ops-app-frame_Help_Help--thanksText {\r\n color: rgb(45, 206, 137);\r\n font-weight: bold;\r\n font-size: 16px;\r\n margin-left: 10px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--likeWrapper .utilities_ops-app-frame_Help_Help--feedbackWrapper {\r\n display: flex;\r\n flex-direction: column;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--likeWrapper .utilities_ops-app-frame_Help_Help--feedbackWrapper textarea {\r\n width: 300px;\r\n height: 100px;\r\n resize: none;\r\n display: block;\r\n margin-bottom: 11px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--likeWrapper .utilities_ops-app-frame_Help_Help--feedbackWrapper h5 {\r\n font-size: 18px;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--likeWrapper .utilities_ops-app-frame_Help_Help--feedbackWrapper span {\r\n background-color: rgb(29, 90, 185);\r\n color: #fff;\r\n padding: 6px 12px;\r\n cursor: pointer;\r\n margin-right: 5px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--likebtnWrapper {\r\n display: flex;\r\n flex-direction: column;\r\n align-items: center;\r\n color: #2dce89;\r\n margin-right: 6px;\r\n font-size: 12px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--likebtnWrapper svg {\r\n border: 1px solid #2dce89 !important;\r\n padding: 5px;\r\n height: 30px;\r\n width: 30px;\r\n cursor: pointer;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--likebtnWrapper.utilities_ops-app-frame_Help_Help--active svg,\r\n.utilities_ops-app-frame_Help_Help--likebtnWrapper svg:hover {\r\n background-color: #2dce89;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--likebtnWrapper.utilities_ops-app-frame_Help_Help--active svg path,\r\n.utilities_ops-app-frame_Help_Help--likebtnWrapper svg:hover path {\r\n fill: #fff;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--dislike {\r\n color: #f5365c !important;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--dislike svg {\r\n border: 1px solid #f5365c !important;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--dislike.utilities_ops-app-frame_Help_Help--active svg,\r\n.utilities_ops-app-frame_Help_Help--dislike svg:hover {\r\n background-color: #f5365c !important;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--dateWrapper {\r\n font-style: italic;\r\n /* font-weight: 700; */\r\n font-size: 12px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--dateWrapper b {\r\n font-weight: 700;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--dateWrapper span {\r\n font-weight: 400;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--relatedResourcesWrapper {\r\n width: 100%;\r\n border-top: 1px solid #edebe9;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--relatedResourcesWrapper h3 {\r\n font-weight: 400;\r\n font-size: 24px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--submitQuestionWrapper {\r\n width: 100%;\r\n border: 1px solid #dcdcdc;\r\n padding: 20px;\r\n display: flex;\r\n flex-direction: column;\r\n align-items: center;\r\n margin-top: 50px;\r\n position: relative;\r\n text-align: center;\r\n justify-content: center;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--submitQuestionWrapper.utilities_ops-app-frame_Help_Help--noFlex {\r\n display: block;\r\n text-align: left;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--submitQuestionWrapper h2 {\r\n font-size: 34px !important;\r\n margin-bottom: 6px !important;\r\n margin-top: 0 !important;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--submitQuestionWrapper p {\r\n font-size: 14px !important;\r\n margin-bottom: 3px !important;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--submitQuestionWrapper p img {\r\n position: relative;\r\n top: 2px;\r\n margin-left: 2px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--submitQuestionWrapper .utilities_ops-app-frame_Help_Help--submitBtn {\r\n background-color: #1d5ab9;\r\n color: #fff;\r\n padding: 6px 12px;\r\n font-weight: 600;\r\n font-size: 12px;\r\n cursor: pointer;\r\n margin-top: 7px;\r\n border-radius: 2px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--submitQuestionWrapper .utilities_ops-app-frame_Help_Help--submitBtn.utilities_ops-app-frame_Help_Help--disable {\r\n pointer-events: none;\r\n cursor: default;\r\n background-color: #ccc;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--submitQuestionWrapper .utilities_ops-app-frame_Help_Help--close {\r\n position: absolute;\r\n top: 0px;\r\n right: 10px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--submitQuestionWrapper h3 {\r\n font-weight: 800 !important;\r\n font-size: 20px !important;\r\n line-height: 27px !important;\r\n color: #1d5ab9 !important;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--submitQuestionWrapper .utilities_ops-app-frame_Help_Help--CategoryWrapper,\r\n.utilities_ops-app-frame_Help_Help--submitQuestionWrapper .utilities_ops-app-frame_Help_Help--questionWrapper {\r\n width: 100%;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--submitQuestionWrapper .utilities_ops-app-frame_Help_Help--CategoryWrapper label,\r\n.utilities_ops-app-frame_Help_Help--submitQuestionWrapper .utilities_ops-app-frame_Help_Help--questionWrapper label {\r\n font-weight: 600;\r\n font-size: 14px;\r\n color: #000100;\r\n margin: 10px 0;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--submitQuestionWrapper .utilities_ops-app-frame_Help_Help--questionWrapper textarea {\r\n resize: none;\r\n height: 125px;\r\n margin-bottom: 20px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--submitQuestionWrapper .utilities_ops-app-frame_Help_Help--highlightRed {\r\n font-weight: 600;\r\n color: #f5365c;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--submitQuestionWrapper .utilities_ops-app-frame_Help_Help--successMsg {\r\n color: #1d5ab9;\r\n font-size: 20px !important;\r\n margin-top: 12px;\r\n margin-bottom: 20px !important;\r\n font-weight: 600;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--releaseDialogContent {\r\n max-width: 700px;\r\n min-width: 600px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--releaseDialogContent .utilities_ops-app-frame_Help_Help--releaseDialogHeader {\r\n width: 100%;\r\n display: flex;\r\n justify-content: space-between;\r\n background: #edebe9;\r\n padding: 10px 20px;\r\n align-items: center;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--releaseDialogContent .utilities_ops-app-frame_Help_Help--releaseDialogBody {\r\n padding: 20px 20px 30px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--releaseDialogContent .utilities_ops-app-frame_Help_Help--releaseDialogHeader h3 {\r\n font-weight: 600;\r\n font-size: 20px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--releaseDialogContent .utilities_ops-app-frame_Help_Help--releaseDialogHeader span {\r\n font-weight: 600;\r\n font-size: 14px;\r\n -webkit-text-decoration-line: underline;\r\n text-decoration-line: underline;\r\n color: #1d5ab9;\r\n cursor: pointer;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--releaseDialogContent .utilities_ops-app-frame_Help_Help--releaseDialogHeader span i {\r\n font-size: 10px;\r\n position: relative;\r\n top: -6px;\r\n right: -1px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--releaseNoteActive {\r\n padding: 22px;\r\n background-color: #1d5ab9;\r\n color: #fff;\r\n font-size: 32px !important;\r\n width: 100% !important;\r\n border-radius: 10px;\r\n align-items: center !important;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--releaseNoteActive:hover{\r\n color: #fff !important;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--releaseNoteActive img {\r\n width: 65px !important;\r\n margin-right: 25px !important;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--releaseNoteActive .utilities_ops-app-frame_Help_Help--releaseTitle {\r\n flex: 1;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--releaseNoteActive .utilities_ops-app-frame_Help_Help--checkNow {\r\n font-weight: 700;\r\n font-size: 14px;\r\n align-self: end;\r\n}\r\n";
26748
+ var css_248z$g = ".utilities_ops-app-frame_Help_Help--backdrop {\r\n position: absolute;\r\n z-index: 10000;\r\n height: 100vh;\r\n top: 64px;\r\n width: 100vw;\r\n background-color: rgba(0, 0, 0, 0.5);\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--miHelpSideBar {\r\n width: 50vw;\r\n position: absolute;\r\n right: 0;\r\n height: calc(100vh - 64px);\r\n padding: 15px;\r\n background-color: white;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n color: #323130;\r\n white-space: normal;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--title {\r\n font-weight: 600;\r\n font-size: 28px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--header {\r\n margin-bottom: 10px;\r\n display: flex;\r\n justify-content: space-between;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--header .utilities_ops-app-frame_Help_Help--close,\r\n.utilities_ops-app-frame_Help_Help--submitQuestionWrapper .utilities_ops-app-frame_Help_Help--close {\r\n position: relative;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--header .utilities_ops-app-frame_Help_Help--close i,\r\n.utilities_ops-app-frame_Help_Help--submitQuestionWrapper .utilities_ops-app-frame_Help_Help--close i {\r\n font-size: 14px;\r\n cursor: pointer;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--subHeader {\r\n display: flex;\r\n align-items: center;\r\n justify-content: space-between;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--subHeaderTitle {\r\n font-weight: 600;\r\n font-size: 20px;\r\n display: flex;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--subHeaderTitle .utilities_ops-app-frame_Help_Help--back {\r\n color: #1d5ab9;\r\n margin-right: 5px;\r\n cursor: pointer;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--link {\r\n font-weight: 400;\r\n font-size: 14px;\r\n color: #1d5ab9;\r\n cursor: pointer;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--link i {\r\n font-size: 10px;\r\n position: relative;\r\n top: -5px;\r\n left: 3px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--helpResourcesWrapper {\r\n margin-top: 20px;\r\n position: relative;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--helpResourcesWrapper h3,\r\n.utilities_ops-app-frame_Help_Help--relatedResourcesWrapper h3 {\r\n font-weight: 400;\r\n font-size: 24px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--helpResourcesWrapper h3 i {\r\n color: #1d5ab9;\r\n font-size: 10px;\r\n position: relative;\r\n top: -8px;\r\n cursor: pointer;\r\n left: 5px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--helpResourcesWrapper ul,\r\n.utilities_ops-app-frame_Help_Help--relatedResourcesWrapper ul {\r\n list-style: none;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--helpResourcesWrapper ul li,\r\n.utilities_ops-app-frame_Help_Help--relatedResourcesWrapper ul li {\r\n font-weight: 400;\r\n font-size: 14px;\r\n margin: 6px 0;\r\n display: flex;\r\n cursor: pointer;\r\n width: -webkit-fit-content;\r\n width: -moz-fit-content;\r\n width: fit-content;\r\n align-items: flex-start;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--helpResourcesWrapper ul li:hover,\r\n.utilities_ops-app-frame_Help_Help--relatedResourcesWrapper ul li:hover {\r\n color: #1d5ab9;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--helpResourcesWrapper ul li img,\r\n.utilities_ops-app-frame_Help_Help--relatedResourcesWrapper ul li img {\r\n width: 17px;\r\n margin-right: 5px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--helpResourcesWrapper .utilities_ops-app-frame_Help_Help--viewMore {\r\n color: #1d5ab9;\r\n cursor: pointer;\r\n font-weight: 400;\r\n font-size: 14px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--searchWrapper {\r\n width: 100%;\r\n position: relative;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--searchWrapper span {\r\n position: absolute;\r\n width: 29px;\r\n height: 29px;\r\n background: #f3f2f1;\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n bottom: 1.5px;\r\n right: 2px;\r\n cursor: pointer;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--mihelpSearch {\r\n width: 100%;\r\n margin-top: 15px;\r\n padding: 0px 10px;\r\n height: 32px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--searchResultsWrapper {\r\n width: 100%;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--searchResultsWrapper h3 {\r\n font-weight: 400;\r\n font-size: 24px;\r\n margin-top: 8px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--searchResultsWrapper .utilities_ops-app-frame_Help_Help--searchResult {\r\n width: 100%;\r\n margin-top: 20px;\r\n border-bottom: 1px solid #dcdcdc;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--searchResultsWrapper .utilities_ops-app-frame_Help_Help--searchResult p {\r\n margin-top: 13px;\r\n margin-bottom: 30px;\r\n text-overflow: ellipsis;\r\n width: 100%;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--spinnerWrapper {\r\n position: absolute;\r\n background: rgba(0, 0, 0, 0.5);\r\n top: 0;\r\n bottom: 0;\r\n left: 0;\r\n right: 0;\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--spinnerWrapper svg {\r\n position: absolute;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--overFlowHidden {\r\n overflow: hidden;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--nonInteractive {\r\n opacity: 0.3;\r\n pointer-events: none;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--searchTitlewrapper {\r\n display: flex;\r\n align-items: center;\r\n justify-content: space-between;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--likeswrapper {\r\n color: #cbcbcb;\r\n display: flex;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--like {\r\n margin-left: 10px;\r\n font-size: 10px;\r\n display: flex;\r\n align-items: center;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--like i {\r\n font-size: 14px;\r\n margin-right: 2px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--searchTitle {\r\n display: flex;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--searchTitle img {\r\n width: 18px;\r\n margin-right: 5px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--searchTitle span {\r\n font-weight: 600;\r\n font-size: 18px;\r\n cursor: pointer;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--searchTitle span:hover {\r\n color: #1d5ab9;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--faqContentWrapper {\r\n width: 100%;\r\n margin-top: 12px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--faqContentWrapper h3 {\r\n font-weight: 300;\r\n font-size: 34px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--faqContentWrapper .utilities_ops-app-frame_Help_Help--faqsList {\r\n width: 100%;\r\n white-space: normal;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--faqContentWrapper .utilities_ops-app-frame_Help_Help--category {\r\n width: 100%;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--faqContentWrapper .utilities_ops-app-frame_Help_Help--category h3 {\r\n color: #1d5ab9;\r\n font-weight: 600;\r\n font-size: 24px;\r\n margin-top: 18px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--accordian {\r\n border-top: 1px solid #dcdcdc;\r\n padding-top: 13px;\r\n margin-top: 18px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--accordian .utilities_ops-app-frame_Help_Help--question {\r\n font-weight: 400;\r\n font-size: 20px;\r\n display: flex;\r\n justify-content: space-between;\r\n align-items: center;\r\n cursor: pointer;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--accordian .utilities_ops-app-frame_Help_Help--question span {\r\n transition: all 0.2s ease-out;\r\n display: flex;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--accordian .utilities_ops-app-frame_Help_Help--answer {\r\n font-weight: 400;\r\n font-size: 14px;\r\n height: auto;\r\n max-height: 0;\r\n transition: max-height 0.2s ease-out;\r\n overflow: hidden;\r\n margin-top: 13px;\r\n white-space: normal;\r\n}\r\n\r\n/* .accordian .answer span {\r\n white-space: break-spaces;\r\n } */\r\n\r\n.utilities_ops-app-frame_Help_Help--releaseNote {\r\n width: 100%;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--releaseNote h3 {\r\n font-weight: 400;\r\n font-size: 24px;\r\n margin-top: 13px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--releaseNote .utilities_ops-app-frame_Help_Help--releaseNoteContent {\r\n margin-top: 10px;\r\n white-space: normal;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--helpArticle {\r\n width: 100%;\r\n white-space: normal;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--helpArticle h3 {\r\n font-weight: 400;\r\n font-size: 24px;\r\n margin-top: 13px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--helpArticle .utilities_ops-app-frame_Help_Help--helpArticleWrapper {\r\n margin-top: 10px;\r\n white-space: normal;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--articleFooter {\r\n display: flex;\r\n justify-content: space-between;\r\n align-items: center;\r\n margin-top: 30px;\r\n padding-bottom: 12px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--likeWrapper {\r\n display: flex;\r\n align-items: center;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--likeWrapper .utilities_ops-app-frame_Help_Help--likeTxt {\r\n font-weight: 600;\r\n font-size: 14px;\r\n margin-right: 10px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--likeWrapper .utilities_ops-app-frame_Help_Help--thanksText {\r\n color: rgb(45, 206, 137);\r\n font-weight: bold;\r\n font-size: 16px;\r\n margin-left: 10px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--likeWrapper .utilities_ops-app-frame_Help_Help--feedbackWrapper {\r\n display: flex;\r\n flex-direction: column;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--likeWrapper .utilities_ops-app-frame_Help_Help--feedbackWrapper textarea {\r\n width: 300px;\r\n height: 100px;\r\n resize: none;\r\n display: block;\r\n margin-bottom: 11px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--likeWrapper .utilities_ops-app-frame_Help_Help--feedbackWrapper h5 {\r\n font-size: 18px;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--likeWrapper .utilities_ops-app-frame_Help_Help--feedbackWrapper span {\r\n background-color: rgb(29, 90, 185);\r\n color: #fff;\r\n padding: 6px 12px;\r\n cursor: pointer;\r\n margin-right: 5px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--likebtnWrapper {\r\n display: flex;\r\n flex-direction: column;\r\n align-items: center;\r\n color: #2dce89;\r\n margin-right: 6px;\r\n font-size: 12px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--likebtnWrapper svg {\r\n border: 1px solid #2dce89 !important;\r\n padding: 5px;\r\n height: 30px;\r\n width: 30px;\r\n cursor: pointer;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--likebtnWrapper.utilities_ops-app-frame_Help_Help--active svg,\r\n.utilities_ops-app-frame_Help_Help--likebtnWrapper svg:hover {\r\n background-color: #2dce89;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--likebtnWrapper.utilities_ops-app-frame_Help_Help--active svg path,\r\n.utilities_ops-app-frame_Help_Help--likebtnWrapper svg:hover path {\r\n fill: #fff;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--dislike {\r\n color: #f5365c !important;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--dislike svg {\r\n border: 1px solid #f5365c !important;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--dislike.utilities_ops-app-frame_Help_Help--active svg,\r\n.utilities_ops-app-frame_Help_Help--dislike svg:hover {\r\n background-color: #f5365c !important;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--dateWrapper {\r\n font-style: italic;\r\n /* font-weight: 700; */\r\n font-size: 12px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--dateWrapper b {\r\n font-weight: 700;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--dateWrapper span {\r\n font-weight: 400;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--relatedResourcesWrapper {\r\n width: 100%;\r\n border-top: 1px solid #edebe9;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--relatedResourcesWrapper h3 {\r\n font-weight: 400;\r\n font-size: 24px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--submitQuestionWrapper {\r\n width: 100%;\r\n border: 1px solid #dcdcdc;\r\n padding: 20px;\r\n display: flex;\r\n flex-direction: column;\r\n align-items: center;\r\n margin-top: 50px;\r\n position: relative;\r\n text-align: center;\r\n justify-content: center;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--submitQuestionWrapper.utilities_ops-app-frame_Help_Help--noFlex {\r\n display: block;\r\n text-align: left;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--submitQuestionWrapper h2 {\r\n font-size: 34px !important;\r\n margin-bottom: 6px !important;\r\n margin-top: 0 !important;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--submitQuestionWrapper p {\r\n font-size: 14px !important;\r\n margin-bottom: 3px !important;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--submitQuestionWrapper p img {\r\n position: relative;\r\n top: 2px;\r\n margin-left: 2px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--submitQuestionWrapper .utilities_ops-app-frame_Help_Help--submitBtn {\r\n background-color: #1d5ab9;\r\n color: #fff;\r\n padding: 6px 12px;\r\n font-weight: 600;\r\n font-size: 12px;\r\n cursor: pointer;\r\n margin-top: 7px;\r\n border-radius: 2px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--submitQuestionWrapper .utilities_ops-app-frame_Help_Help--submitBtn.utilities_ops-app-frame_Help_Help--disable {\r\n pointer-events: none;\r\n cursor: default;\r\n background-color: #ccc;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--submitQuestionWrapper .utilities_ops-app-frame_Help_Help--close {\r\n position: absolute;\r\n top: 0px;\r\n right: 10px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--submitQuestionWrapper h3 {\r\n font-weight: 800 !important;\r\n font-size: 20px !important;\r\n line-height: 27px !important;\r\n color: #1d5ab9 !important;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--submitQuestionWrapper .utilities_ops-app-frame_Help_Help--CategoryWrapper,\r\n.utilities_ops-app-frame_Help_Help--submitQuestionWrapper .utilities_ops-app-frame_Help_Help--questionWrapper {\r\n width: 100%;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--submitQuestionWrapper .utilities_ops-app-frame_Help_Help--CategoryWrapper label,\r\n.utilities_ops-app-frame_Help_Help--submitQuestionWrapper .utilities_ops-app-frame_Help_Help--questionWrapper label {\r\n font-weight: 600;\r\n font-size: 14px;\r\n color: #000100;\r\n margin: 10px 0;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--submitQuestionWrapper .utilities_ops-app-frame_Help_Help--questionWrapper textarea {\r\n resize: none;\r\n height: 125px;\r\n margin-bottom: 20px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--submitQuestionWrapper .utilities_ops-app-frame_Help_Help--highlightRed {\r\n font-weight: 600;\r\n color: #f5365c;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--submitQuestionWrapper .utilities_ops-app-frame_Help_Help--successMsg {\r\n color: #1d5ab9;\r\n font-size: 20px !important;\r\n margin-top: 12px;\r\n margin-bottom: 20px !important;\r\n font-weight: 600;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--releaseDialogContent {\r\n max-width: 700px;\r\n min-width: 600px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--releaseDialogContent .utilities_ops-app-frame_Help_Help--releaseDialogHeader {\r\n width: 100%;\r\n display: flex;\r\n justify-content: space-between;\r\n background: #edebe9;\r\n padding: 10px 20px;\r\n align-items: center;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--releaseDialogContent .utilities_ops-app-frame_Help_Help--releaseDialogBody {\r\n padding: 20px 20px 30px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--releaseDialogContent .utilities_ops-app-frame_Help_Help--releaseDialogHeader h3 {\r\n font-weight: 600;\r\n font-size: 20px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--releaseDialogContent .utilities_ops-app-frame_Help_Help--releaseDialogHeader span {\r\n font-weight: 600;\r\n font-size: 14px;\r\n -webkit-text-decoration-line: underline;\r\n text-decoration-line: underline;\r\n color: #1d5ab9;\r\n cursor: pointer;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--releaseDialogContent .utilities_ops-app-frame_Help_Help--releaseDialogHeader span i {\r\n font-size: 10px;\r\n position: relative;\r\n top: -6px;\r\n right: -1px;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--releaseNoteActive {\r\n padding: 22px;\r\n background-color: #1d5ab9;\r\n color: #fff;\r\n font-size: 32px !important;\r\n width: 100% !important;\r\n border-radius: 10px;\r\n align-items: center !important;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--releaseNoteActive:hover{\r\n color: #fff !important;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--releaseNoteActive img {\r\n width: 65px !important;\r\n margin-right: 25px !important;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--releaseNoteActive .utilities_ops-app-frame_Help_Help--releaseTitle {\r\n flex: 1;\r\n}\r\n\r\n.utilities_ops-app-frame_Help_Help--releaseNoteActive .utilities_ops-app-frame_Help_Help--checkNow {\r\n font-weight: 700;\r\n font-size: 14px;\r\n align-self: end;\r\n}\r\n";
26743
26749
  styleInject(css_248z$g);
26744
26750
 
26745
26751
  var _styleModuleImportMap$6 = {
@@ -27238,13 +27244,20 @@ var HelpArticle = function HelpArticle(_ref) {
27238
27244
  className: "utilities_ops-app-frame_Help_Help--highlightRed"
27239
27245
  }, "innovation idea"), " or a", ' ', React__default["default"].createElement("span", {
27240
27246
  className: "utilities_ops-app-frame_Help_Help--highlightRed"
27241
- }, "suggestion"), ", click on the", ' ', React__default["default"].createElement("span", {
27247
+ }, "suggestion"), ", ", React__default["default"].createElement("span", {
27248
+ className: "utilities_ops-app-frame_Help_Help--highlightRed"
27249
+ }, "click"), " on the", ' ', React__default["default"].createElement("span", {
27242
27250
  className: "utilities_ops-app-frame_Help_Help--highlightRed"
27243
27251
  }, "light bulb"), React__default["default"].createElement("img", {
27244
27252
  src: "/assets/images/mihelpIcons/icon-bulb.svg"
27245
27253
  }), " on top right of the G2 portal. For anything else, please proceed below."), React__default["default"].createElement("div", {
27246
27254
  className: "utilities_ops-app-frame_Help_Help--CategoryWrapper"
27247
- }, React__default["default"].createElement("label", null, "Category"), React__default["default"].createElement("select", {
27255
+ }, React__default["default"].createElement("label", null, "Category", React__default["default"].createElement("span", {
27256
+ className: "utilities_ops-app-frame_Help_Help--highlightRed",
27257
+ style: {
27258
+ marginLeft: '1px'
27259
+ }
27260
+ }, "*")), React__default["default"].createElement("select", {
27248
27261
  value: category,
27249
27262
  onChange: function onChange(e) {
27250
27263
  return setCategory(e.target.value);
@@ -27257,7 +27270,12 @@ var HelpArticle = function HelpArticle(_ref) {
27257
27270
  }, option.value);
27258
27271
  }))), React__default["default"].createElement("div", {
27259
27272
  className: "utilities_ops-app-frame_Help_Help--questionWrapper"
27260
- }, React__default["default"].createElement("label", null, "Your Question"), React__default["default"].createElement("textarea", {
27273
+ }, React__default["default"].createElement("label", null, "Your Question", React__default["default"].createElement("span", {
27274
+ className: "utilities_ops-app-frame_Help_Help--highlightRed",
27275
+ style: {
27276
+ marginLeft: '1px'
27277
+ }
27278
+ }, "*")), React__default["default"].createElement("textarea", {
27261
27279
  value: question,
27262
27280
  onChange: function onChange(e) {
27263
27281
  return setQuestion(e.target.value);
@@ -27274,11 +27292,11 @@ var HelpArticle = function HelpArticle(_ref) {
27274
27292
  }
27275
27293
  }), React__default["default"].createElement("p", {
27276
27294
  className: "utilities_ops-app-frame_Help_Help--successMsg"
27277
- }, "Thanks! Your question submitted successfully"), React__default["default"].createElement("span", {
27295
+ }, "Thanks! Your question has been submitted successfully."), React__default["default"].createElement("span", {
27278
27296
  style: {
27279
27297
  marginBottom: '12px'
27280
27298
  }
27281
- }, "Due to Covid-19 Pandemic, 72 hours is the minimum response time for your question."), React__default["default"].createElement("span", {
27299
+ }, "Please allow at least 72 hours for us to get back to you."), React__default["default"].createElement("span", {
27282
27300
  style: {
27283
27301
  marginBottom: '100px'
27284
27302
  }
@@ -27522,35 +27540,62 @@ var HelpSideBar = function HelpSideBar(_ref) {
27522
27540
 
27523
27541
  var _useState21 = React.useState(false),
27524
27542
  _useState22 = _slicedToArray(_useState21, 2),
27525
- showSuccessSection = _useState22[0],
27526
- setShowSuccessSection = _useState22[1];
27543
+ overFlowHidden = _useState22[0],
27544
+ setOverFlowHidden = _useState22[1];
27527
27545
 
27528
27546
  var _useState23 = React.useState(false),
27529
27547
  _useState24 = _slicedToArray(_useState23, 2),
27530
- backClicked = _useState24[0],
27531
- setBackClicked = _useState24[1];
27548
+ showSuccessSection = _useState24[0],
27549
+ setShowSuccessSection = _useState24[1];
27532
27550
 
27533
- var _useState25 = React.useState(null),
27551
+ var _useState25 = React.useState(false),
27534
27552
  _useState26 = _slicedToArray(_useState25, 2),
27535
- faqs = _useState26[0],
27536
- setFaqs = _useState26[1];
27553
+ backClicked = _useState26[0],
27554
+ setBackClicked = _useState26[1];
27537
27555
 
27538
27556
  var _useState27 = React.useState(null),
27539
27557
  _useState28 = _slicedToArray(_useState27, 2),
27540
- selectedFaq = _useState28[0],
27541
- setSelectedFaq = _useState28[1];
27558
+ faqs = _useState28[0],
27559
+ setFaqs = _useState28[1];
27560
+
27561
+ var _useState29 = React.useState(null),
27562
+ _useState30 = _slicedToArray(_useState29, 2),
27563
+ selectedFaq = _useState30[0],
27564
+ setSelectedFaq = _useState30[1];
27542
27565
 
27543
27566
  var spinnerRef = React.useRef();
27544
27567
  var questionSectionRef = React.useRef();
27568
+ var isScrolling = null;
27569
+
27570
+ var handleScroll = function handleScroll() {
27571
+ clearTimeout(isScrolling);
27572
+ isScrolling = setTimeout(function () {
27573
+ isScrolling = null;
27574
+ mihelpRef.current.removeEventListener('scroll', handleScroll);
27575
+ setOverFlowHidden(true);
27576
+ }, 66);
27577
+ };
27578
+
27545
27579
  React.useEffect(function () {
27546
27580
  if (!showQuestionSection) {
27547
27581
  setShowSuccessSection(false);
27582
+ setOverFlowHidden(false);
27548
27583
  } else {
27549
27584
  var offsetTop = questionSectionRef.current.offsetTop;
27585
+
27586
+ if (isChrome()) {
27587
+ mihelpRef.current.addEventListener('scroll', handleScroll);
27588
+ }
27589
+
27550
27590
  mihelpRef.current.scroll({
27551
27591
  top: offsetTop - 50,
27552
27592
  behavior: 'smooth'
27553
27593
  });
27594
+
27595
+ if (isChrome() && Math.abs(mihelpRef.current.scrollHeight - mihelpRef.current.scrollTop - mihelpRef.current.clientHeight) <= 10) {
27596
+ mihelpRef.current.removeEventListener('scroll', handleScroll);
27597
+ setOverFlowHidden(true);
27598
+ }
27554
27599
  }
27555
27600
  }, [showQuestionSection]);
27556
27601
  React.useEffect(function () {
@@ -28133,7 +28178,7 @@ var HelpSideBar = function HelpSideBar(_ref) {
28133
28178
  width: getNotificationWrapperWidth()
28134
28179
  },
28135
28180
  ref: mihelpRef,
28136
- className: _getClassName("miHelpSideBar ".concat(!helpContent || showQuestionSection ? 'overFlowHidden' : ''), _styleModuleImportMap$3, {
28181
+ className: _getClassName("miHelpSideBar ".concat(!helpContent || isChrome() && overFlowHidden || !isChrome() && showQuestionSection ? 'overFlowHidden' : ''), _styleModuleImportMap$3, {
28137
28182
  "handleMissingStyleName": "warn"
28138
28183
  })
28139
28184
  }, React__default["default"].createElement("div", {
@@ -41368,11 +41413,12 @@ function LatestReleaseDialog(_ref) {
41368
41413
  }, React__default["default"].createElement("div", {
41369
41414
  className: "utilities_ops-app-frame_Help_Help--releaseDialogContent"
41370
41415
  }, React__default["default"].createElement("div", {
41371
- className: "utilities_ops-app-frame_Help_Help--releaseDialogHeader",
41416
+ className: "utilities_ops-app-frame_Help_Help--releaseDialogHeader"
41417
+ }, React__default["default"].createElement("h3", null, release.title), React__default["default"].createElement("span", {
41372
41418
  onClick: function onClick() {
41373
41419
  return handleRedirect(redirectContants.RELEASE_NOTES, mihelpAppPath);
41374
41420
  }
41375
- }, React__default["default"].createElement("h3", null, release.title), React__default["default"].createElement("span", null, "All Release Notes", React__default["default"].createElement(coreComponents.Icon, {
41421
+ }, "All Release Notes", React__default["default"].createElement(coreComponents.Icon, {
41376
41422
  name: "open_in_new",
41377
41423
  variant: "material"
41378
41424
  }))), React__default["default"].createElement("div", {
@@ -44724,8 +44770,8 @@ function b({
44724
44770
  } = o;
44725
44771
  if (document.getElementById(t)) return void console.warn(`[react-tooltip] Element with id '${t}' already exists. Call \`removeStyle()\` first`);
44726
44772
  const c = document.head || document.getElementsByTagName("head")[0],
44727
- s = document.createElement("style");
44728
- 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;
44773
+ a = document.createElement("style");
44774
+ a.id = t, a.type = "text/css", "top" === i && c.firstChild ? c.insertBefore(a, c.firstChild) : c.appendChild(a), a.styleSheet ? a.styleSheet.cssText = e : a.appendChild(document.createTextNode(e)), w[r] = !0;
44729
44775
  }
44730
44776
 
44731
44777
  const E = (e, t, r) => {
@@ -44752,7 +44798,7 @@ const E = (e, t, r) => {
44752
44798
  getTooltipData: () => g
44753
44799
  });
44754
44800
 
44755
- function L(e = _) {
44801
+ function O(e = _) {
44756
44802
  return React.useContext(A).getTooltipData(e);
44757
44803
  }
44758
44804
 
@@ -44765,7 +44811,7 @@ const R = "undefined" != typeof window ? React.useLayoutEffect : React.useEffect
44765
44811
  return "auto" === r || "scroll" === r;
44766
44812
  });
44767
44813
  },
44768
- x = e => {
44814
+ k = e => {
44769
44815
  if (!e) return null;
44770
44816
  let t = e.parentElement;
44771
44817
 
@@ -44776,7 +44822,7 @@ const R = "undefined" != typeof window ? React.useLayoutEffect : React.useEffect
44776
44822
 
44777
44823
  return document.scrollingElement || document.documentElement;
44778
44824
  },
44779
- k = async ({
44825
+ x = async ({
44780
44826
  elementReference: e = null,
44781
44827
  tooltipReference: t = null,
44782
44828
  tooltipArrowReference: r = null,
@@ -44798,14 +44844,14 @@ const R = "undefined" != typeof window ? React.useLayoutEffect : React.useEffect
44798
44844
  tooltipArrowStyles: {},
44799
44845
  place: o
44800
44846
  };
44801
- const s = i;
44802
- return r ? (s.push(arrow({
44847
+ const a = i;
44848
+ return r ? (a.push(arrow({
44803
44849
  element: r,
44804
44850
  padding: 5
44805
44851
  })), computePosition(e, t, {
44806
44852
  placement: o,
44807
44853
  strategy: l,
44808
- middleware: s
44854
+ middleware: a
44809
44855
  }).then(({
44810
44856
  x: e,
44811
44857
  y: t,
@@ -44819,36 +44865,22 @@ const R = "undefined" != typeof window ? React.useLayoutEffect : React.useEffect
44819
44865
  border: c
44820
44866
  },
44821
44867
  {
44822
- x: s,
44823
- y: a
44868
+ x: a,
44869
+ y: s
44824
44870
  } = null !== (n = o.arrow) && void 0 !== n ? n : {
44825
44871
  x: 0,
44826
44872
  y: 0
44827
44873
  },
44828
- d = null !== (l = {
44874
+ u = null !== (l = {
44829
44875
  top: "bottom",
44830
44876
  right: "left",
44831
44877
  bottom: "top",
44832
44878
  left: "right"
44833
44879
  }[r.split("-")[0]]) && void 0 !== l ? l : "bottom",
44834
- u = c && {
44835
- top: {
44836
- borderBottom: c,
44837
- borderRight: c
44838
- },
44839
- right: {
44840
- borderBottom: c,
44841
- borderLeft: c
44842
- },
44843
- bottom: {
44844
- borderTop: c,
44845
- borderLeft: c
44846
- },
44847
- left: {
44848
- borderTop: c,
44849
- borderRight: c
44850
- }
44851
- }[r.split("-")[0]];
44880
+ d = c && {
44881
+ borderBottom: c,
44882
+ borderRight: c
44883
+ };
44852
44884
  let p = 0;
44853
44885
 
44854
44886
  if (c) {
@@ -44859,19 +44891,19 @@ const R = "undefined" != typeof window ? React.useLayoutEffect : React.useEffect
44859
44891
  return {
44860
44892
  tooltipStyles: i,
44861
44893
  tooltipArrowStyles: {
44862
- left: null != s ? `${s}px` : "",
44863
- top: null != a ? `${a}px` : "",
44894
+ left: null != a ? `${a}px` : "",
44895
+ top: null != s ? `${s}px` : "",
44864
44896
  right: "",
44865
44897
  bottom: "",
44866
- ...u,
44867
- [d]: `-${4 + p}px`
44898
+ ...d,
44899
+ [u]: `-${4 + p}px`
44868
44900
  },
44869
44901
  place: r
44870
44902
  };
44871
44903
  })) : computePosition(e, t, {
44872
44904
  placement: "bottom",
44873
44905
  strategy: l,
44874
- middleware: s
44906
+ middleware: a
44875
44907
  }).then(({
44876
44908
  x: e,
44877
44909
  y: t,
@@ -44886,11 +44918,11 @@ const R = "undefined" != typeof window ? React.useLayoutEffect : React.useEffect
44886
44918
  }));
44887
44919
  };
44888
44920
 
44889
- var $ = "core-styles-module_tooltip__3vRRp",
44890
- C = "core-styles-module_fixed__pcSol",
44921
+ var C = "core-styles-module_tooltip__3vRRp",
44922
+ $ = "core-styles-module_fixed__pcSol",
44891
44923
  I = "core-styles-module_arrow__cvMwQ",
44892
- B = "core-styles-module_noArrow__xock6",
44893
- j = "core-styles-module_clickable__ZuTTB",
44924
+ j = "core-styles-module_noArrow__xock6",
44925
+ B = "core-styles-module_clickable__ZuTTB",
44894
44926
  D = "core-styles-module_show__Nt9eE",
44895
44927
  H = {
44896
44928
  tooltip: "styles-module_tooltip__mnnfp",
@@ -44907,10 +44939,10 @@ const z = ({
44907
44939
  id: t,
44908
44940
  className: n,
44909
44941
  classNameArrow: l,
44910
- variant: s = "dark",
44911
- anchorId: a,
44912
- anchorSelect: d,
44913
- place: u = "top",
44942
+ variant: a = "dark",
44943
+ anchorId: s,
44944
+ anchorSelect: u,
44945
+ place: d = "top",
44914
44946
  offset: p = 10,
44915
44947
  events: v = ["hover"],
44916
44948
  openOnClick: f = !1,
@@ -44922,7 +44954,7 @@ const z = ({
44922
44954
  float: g = !1,
44923
44955
  hidden: A = !1,
44924
44956
  noArrow: T = !1,
44925
- clickable: O = !1,
44957
+ clickable: L = !1,
44926
44958
  closeOnEsc: N = !1,
44927
44959
  closeOnScroll: z = !1,
44928
44960
  closeOnResize: q = !1,
@@ -44937,33 +44969,35 @@ const z = ({
44937
44969
  activeAnchor: V,
44938
44970
  setActiveAnchor: Z,
44939
44971
  border: G,
44940
- opacity: J
44972
+ opacity: J,
44973
+ arrowColor: Q
44941
44974
  }) => {
44942
- const Q = React.useRef(null),
44943
- ee = React.useRef(null),
44975
+ const ee = React.useRef(null),
44944
44976
  te = React.useRef(null),
44945
44977
  re = React.useRef(null),
44946
- [oe, ne] = React.useState(u),
44947
- [le, ie] = React.useState({}),
44948
- [ce, se] = React.useState({}),
44949
- [ae, de] = React.useState(!1),
44950
- [ue, pe] = React.useState(!1),
44951
- ve = React.useRef(!1),
44952
- me = React.useRef(null),
44978
+ oe = React.useRef(null),
44979
+ [ne, le] = React.useState(d),
44980
+ [ie, ce] = React.useState({}),
44981
+ [ae, se] = React.useState({}),
44982
+ [ue, de] = React.useState(!1),
44983
+ [pe, ve] = React.useState(!1),
44984
+ me = React.useRef(!1),
44985
+ ye = React.useRef(null),
44953
44986
  {
44954
- anchorRefs: ye,
44955
- setActiveAnchor: fe
44956
- } = L(t),
44957
- he = React.useRef(!1),
44958
- [we, be] = React.useState([]),
44959
- Se = React.useRef(!1),
44960
- Ee = f || v.includes("click");
44961
- R(() => (Se.current = !0, () => {
44962
- Se.current = !1;
44987
+ anchorRefs: fe,
44988
+ setActiveAnchor: he
44989
+ } = O(t),
44990
+ we = React.useRef(!1),
44991
+ [be, Se] = React.useState([]),
44992
+ Ee = React.useRef(!1),
44993
+ _e = f || v.includes("click");
44994
+
44995
+ R(() => (Ee.current = !0, () => {
44996
+ Ee.current = !1;
44963
44997
  }), []), React.useEffect(() => {
44964
- if (!ae) {
44998
+ if (!ue) {
44965
44999
  const e = setTimeout(() => {
44966
- pe(!1);
45000
+ ve(!1);
44967
45001
  }, 150);
44968
45002
  return () => {
44969
45003
  clearTimeout(e);
@@ -44971,17 +45005,17 @@ const z = ({
44971
45005
  }
44972
45006
 
44973
45007
  return () => null;
44974
- }, [ae]);
45008
+ }, [ue]);
44975
45009
 
44976
- const _e = e => {
44977
- Se.current && (e && pe(!0), setTimeout(() => {
44978
- Se.current && (null == Y || Y(e), void 0 === X && de(e));
45010
+ const ge = e => {
45011
+ Ee.current && (e && ve(!0), setTimeout(() => {
45012
+ Ee.current && (null == Y || Y(e), void 0 === X && de(e));
44979
45013
  }, 10));
44980
45014
  };
44981
45015
 
44982
45016
  React.useEffect(() => {
44983
45017
  if (void 0 === X) return () => null;
44984
- X && pe(!0);
45018
+ X && ve(!0);
44985
45019
  const e = setTimeout(() => {
44986
45020
  de(X);
44987
45021
  }, 10);
@@ -44989,36 +45023,36 @@ const z = ({
44989
45023
  clearTimeout(e);
44990
45024
  };
44991
45025
  }, [X]), React.useEffect(() => {
44992
- ae !== ve.current && (ve.current = ae, ae ? null == P || P() : null == F || F());
44993
- }, [ae]);
45026
+ ue !== me.current && (me.current = ue, ue ? null == P || P() : null == F || F());
45027
+ }, [ue]);
44994
45028
 
44995
- const ge = (e = _) => {
44996
- re.current && clearTimeout(re.current), re.current = setTimeout(() => {
44997
- he.current || _e(!1);
45029
+ const Ae = (e = _) => {
45030
+ oe.current && clearTimeout(oe.current), oe.current = setTimeout(() => {
45031
+ we.current || ge(!1);
44998
45032
  }, e);
44999
45033
  },
45000
- Ae = e => {
45034
+ Te = e => {
45001
45035
  var t;
45002
45036
  if (!e) return;
45003
45037
  const r = null !== (t = e.currentTarget) && void 0 !== t ? t : e.target;
45004
- if (!(null == r ? void 0 : r.isConnected)) return Z(null), void fe({
45038
+ if (!(null == r ? void 0 : r.isConnected)) return Z(null), void he({
45005
45039
  current: null
45006
45040
  });
45007
- S ? (te.current && clearTimeout(te.current), te.current = setTimeout(() => {
45008
- _e(!0);
45009
- }, S)) : _e(!0), Z(r), fe({
45041
+ S ? (re.current && clearTimeout(re.current), re.current = setTimeout(() => {
45042
+ ge(!0);
45043
+ }, S)) : ge(!0), Z(r), he({
45010
45044
  current: r
45011
- }), re.current && clearTimeout(re.current);
45045
+ }), oe.current && clearTimeout(oe.current);
45012
45046
  },
45013
- Te = () => {
45014
- O ? ge(_ || 100) : _ ? ge() : _e(!1), te.current && clearTimeout(te.current);
45047
+ Oe = () => {
45048
+ L ? Ae(_ || 100) : _ ? Ae() : ge(!1), re.current && clearTimeout(re.current);
45015
45049
  },
45016
45050
  Le = ({
45017
45051
  x: e,
45018
45052
  y: t
45019
45053
  }) => {
45020
- k({
45021
- place: u,
45054
+ x({
45055
+ place: d,
45022
45056
  offset: p,
45023
45057
  elementReference: {
45024
45058
  getBoundingClientRect: () => ({
@@ -45032,109 +45066,109 @@ const z = ({
45032
45066
  bottom: t
45033
45067
  })
45034
45068
  },
45035
- tooltipReference: Q.current,
45036
- tooltipArrowReference: ee.current,
45069
+ tooltipReference: ee.current,
45070
+ tooltipArrowReference: te.current,
45037
45071
  strategy: h,
45038
45072
  middlewares: w,
45039
45073
  border: G
45040
45074
  }).then(e => {
45041
- Object.keys(e.tooltipStyles).length && ie(e.tooltipStyles), Object.keys(e.tooltipArrowStyles).length && se(e.tooltipArrowStyles), ne(e.place);
45075
+ Object.keys(e.tooltipStyles).length && ce(e.tooltipStyles), Object.keys(e.tooltipArrowStyles).length && se(e.tooltipArrowStyles), le(e.place);
45042
45076
  });
45043
45077
  },
45044
- Oe = e => {
45078
+ Re = e => {
45045
45079
  if (!e) return;
45046
45080
  const t = e,
45047
45081
  r = {
45048
45082
  x: t.clientX,
45049
45083
  y: t.clientY
45050
45084
  };
45051
- Le(r), me.current = r;
45052
- },
45053
- Re = e => {
45054
- Ae(e), _ && ge();
45085
+ Le(r), ye.current = r;
45055
45086
  },
45056
45087
  Ne = e => {
45088
+ Te(e), _ && Ae();
45089
+ },
45090
+ ke = e => {
45057
45091
  var t;
45058
- [document.querySelector(`[id='${a}']`), ...we].some(t => null == t ? void 0 : t.contains(e.target)) || (null === (t = Q.current) || void 0 === t ? void 0 : t.contains(e.target)) || (_e(!1), te.current && clearTimeout(te.current));
45092
+ [document.querySelector(`[id='${s}']`), ...be].some(t => null == t ? void 0 : t.contains(e.target)) || (null === (t = ee.current) || void 0 === t ? void 0 : t.contains(e.target)) || (ge(!1), re.current && clearTimeout(re.current));
45059
45093
  },
45060
- xe = E(Ae, 50, !0),
45061
- ke = E(Te, 50, !0),
45094
+ xe = E(Te, 50, !0),
45095
+ Ce = E(Oe, 50, !0),
45062
45096
  $e = React.useCallback(() => {
45063
- M ? Le(M) : g ? me.current && Le(me.current) : k({
45064
- place: u,
45097
+ M ? Le(M) : g ? ye.current && Le(ye.current) : x({
45098
+ place: d,
45065
45099
  offset: p,
45066
45100
  elementReference: V,
45067
- tooltipReference: Q.current,
45068
- tooltipArrowReference: ee.current,
45101
+ tooltipReference: ee.current,
45102
+ tooltipArrowReference: te.current,
45069
45103
  strategy: h,
45070
45104
  middlewares: w,
45071
45105
  border: G
45072
45106
  }).then(e => {
45073
- Se.current && (Object.keys(e.tooltipStyles).length && ie(e.tooltipStyles), Object.keys(e.tooltipArrowStyles).length && se(e.tooltipArrowStyles), ne(e.place));
45107
+ Ee.current && (Object.keys(e.tooltipStyles).length && ce(e.tooltipStyles), Object.keys(e.tooltipArrowStyles).length && se(e.tooltipArrowStyles), le(e.place));
45074
45108
  });
45075
- }, [ae, V, K, W, u, p, h, M, g]);
45109
+ }, [ue, V, K, W, d, p, h, M, g]);
45076
45110
 
45077
45111
  React.useEffect(() => {
45078
45112
  var e, t;
45079
- const r = new Set(ye);
45080
- we.forEach(e => {
45113
+ const r = new Set(fe);
45114
+ be.forEach(e => {
45081
45115
  r.add({
45082
45116
  current: e
45083
45117
  });
45084
45118
  });
45085
- const o = document.querySelector(`[id='${a}']`);
45119
+ const o = document.querySelector(`[id='${s}']`);
45086
45120
  o && r.add({
45087
45121
  current: o
45088
45122
  });
45089
45123
 
45090
45124
  const n = () => {
45091
- _e(!1);
45125
+ ge(!1);
45092
45126
  },
45093
- l = x(V),
45094
- i = x(Q.current);
45127
+ l = k(V),
45128
+ i = k(ee.current);
45095
45129
 
45096
45130
  z && (window.addEventListener("scroll", n), null == l || l.addEventListener("scroll", n), null == i || i.addEventListener("scroll", n));
45097
45131
  let c = null;
45098
- q ? window.addEventListener("resize", n) : V && Q.current && (c = autoUpdate(V, Q.current, $e, {
45132
+ q ? window.addEventListener("resize", n) : V && ee.current && (c = autoUpdate(V, ee.current, $e, {
45099
45133
  ancestorResize: !0,
45100
45134
  elementResize: !0,
45101
45135
  layoutShift: !0
45102
45136
  }));
45103
45137
 
45104
- const s = e => {
45105
- "Escape" === e.key && _e(!1);
45138
+ const a = e => {
45139
+ "Escape" === e.key && ge(!1);
45106
45140
  };
45107
45141
 
45108
- N && window.addEventListener("keydown", s);
45109
- const d = [];
45110
- Ee ? (window.addEventListener("click", Ne), d.push({
45142
+ N && window.addEventListener("keydown", a);
45143
+ const u = [];
45144
+ _e ? (window.addEventListener("click", ke), u.push({
45111
45145
  event: "click",
45112
- listener: Re
45113
- })) : (d.push({
45146
+ listener: Ne
45147
+ })) : (u.push({
45114
45148
  event: "mouseenter",
45115
45149
  listener: xe
45116
45150
  }, {
45117
45151
  event: "mouseleave",
45118
- listener: ke
45152
+ listener: Ce
45119
45153
  }, {
45120
45154
  event: "focus",
45121
45155
  listener: xe
45122
45156
  }, {
45123
45157
  event: "blur",
45124
- listener: ke
45125
- }), g && d.push({
45158
+ listener: Ce
45159
+ }), g && u.push({
45126
45160
  event: "mousemove",
45127
- listener: Oe
45161
+ listener: Re
45128
45162
  }));
45129
45163
 
45130
- const u = () => {
45131
- he.current = !0;
45164
+ const d = () => {
45165
+ we.current = !0;
45132
45166
  },
45133
45167
  p = () => {
45134
- he.current = !1, Te();
45168
+ we.current = !1, Oe();
45135
45169
  };
45136
45170
 
45137
- return O && !Ee && (null === (e = Q.current) || void 0 === e || e.addEventListener("mouseenter", u), null === (t = Q.current) || void 0 === t || t.addEventListener("mouseleave", p)), d.forEach(({
45171
+ return L && !_e && (null === (e = ee.current) || void 0 === e || e.addEventListener("mouseenter", d), null === (t = ee.current) || void 0 === t || t.addEventListener("mouseleave", p)), u.forEach(({
45138
45172
  event: e,
45139
45173
  listener: t
45140
45174
  }) => {
@@ -45144,7 +45178,7 @@ const z = ({
45144
45178
  });
45145
45179
  }), () => {
45146
45180
  var e, t;
45147
- z && (window.removeEventListener("scroll", n), null == l || l.removeEventListener("scroll", n), null == i || i.removeEventListener("scroll", n)), q ? window.removeEventListener("resize", n) : null == c || c(), Ee && window.removeEventListener("click", Ne), N && window.removeEventListener("keydown", s), O && !Ee && (null === (e = Q.current) || void 0 === e || e.removeEventListener("mouseenter", u), null === (t = Q.current) || void 0 === t || t.removeEventListener("mouseleave", p)), d.forEach(({
45181
+ z && (window.removeEventListener("scroll", n), null == l || l.removeEventListener("scroll", n), null == i || i.removeEventListener("scroll", n)), q ? window.removeEventListener("resize", n) : null == c || c(), _e && window.removeEventListener("click", ke), N && window.removeEventListener("keydown", a), L && !_e && (null === (e = ee.current) || void 0 === e || e.removeEventListener("mouseenter", d), null === (t = ee.current) || void 0 === t || t.removeEventListener("mouseleave", p)), u.forEach(({
45148
45182
  event: e,
45149
45183
  listener: t
45150
45184
  }) => {
@@ -45154,8 +45188,8 @@ const z = ({
45154
45188
  });
45155
45189
  });
45156
45190
  };
45157
- }, [V, $e, ue, ye, we, N, v]), React.useEffect(() => {
45158
- let e = null != d ? d : "";
45191
+ }, [V, $e, pe, fe, be, N, v]), React.useEffect(() => {
45192
+ let e = null != u ? u : "";
45159
45193
  !e && t && (e = `[data-tooltip-id='${t}']`);
45160
45194
  const r = new MutationObserver(r => {
45161
45195
  const o = [];
@@ -45166,12 +45200,12 @@ const z = ({
45166
45200
 
45167
45201
  if ("childList" === r.type && (V && [...r.removedNodes].some(e => {
45168
45202
  var t;
45169
- return !!(null === (t = null == e ? void 0 : e.contains) || void 0 === t ? void 0 : t.call(e, V)) && (pe(!1), _e(!1), Z(null), te.current && clearTimeout(te.current), re.current && clearTimeout(re.current), !0);
45203
+ return !!(null === (t = null == e ? void 0 : e.contains) || void 0 === t ? void 0 : t.call(e, V)) && (ve(!1), ge(!1), Z(null), re.current && clearTimeout(re.current), oe.current && clearTimeout(oe.current), !0);
45170
45204
  }), e)) try {
45171
45205
  const t = [...r.addedNodes].filter(e => 1 === e.nodeType);
45172
45206
  o.push(...t.filter(t => t.matches(e))), o.push(...t.flatMap(t => [...t.querySelectorAll(e)]));
45173
45207
  } catch (e) {}
45174
- }), o.length && be(e => [...e, ...o]);
45208
+ }), o.length && Se(e => [...e, ...o]);
45175
45209
  });
45176
45210
  return r.observe(document.body, {
45177
45211
  childList: !0,
@@ -45181,7 +45215,7 @@ const z = ({
45181
45215
  }), () => {
45182
45216
  r.disconnect();
45183
45217
  };
45184
- }, [t, d, V]), React.useEffect(() => {
45218
+ }, [t, u, V]), React.useEffect(() => {
45185
45219
  $e();
45186
45220
  }, [$e]), React.useEffect(() => {
45187
45221
  if (!(null == U ? void 0 : U.current)) return () => null;
@@ -45193,41 +45227,43 @@ const z = ({
45193
45227
  };
45194
45228
  }, [K, null == U ? void 0 : U.current]), React.useEffect(() => {
45195
45229
  var e;
45196
- const t = document.querySelector(`[id='${a}']`),
45197
- r = [...we, t];
45198
- V && r.includes(V) || Z(null !== (e = we[0]) && void 0 !== e ? e : t);
45199
- }, [a, we, V]), React.useEffect(() => () => {
45200
- te.current && clearTimeout(te.current), re.current && clearTimeout(re.current);
45230
+ const t = document.querySelector(`[id='${s}']`),
45231
+ r = [...be, t];
45232
+ V && r.includes(V) || Z(null !== (e = be[0]) && void 0 !== e ? e : t);
45233
+ }, [s, be, V]), React.useEffect(() => () => {
45234
+ re.current && clearTimeout(re.current), oe.current && clearTimeout(oe.current);
45201
45235
  }, []), React.useEffect(() => {
45202
- let e = d;
45236
+ let e = u;
45203
45237
  if (!e && t && (e = `[data-tooltip-id='${t}']`), e) try {
45204
45238
  const t = Array.from(document.querySelectorAll(e));
45205
- be(t);
45239
+ Se(t);
45206
45240
  } catch (e) {
45207
- be([]);
45241
+ Se([]);
45208
45242
  }
45209
- }, [t, d]);
45210
- const Ce = !A && K && ae && Object.keys(le).length > 0;
45211
- return ue ? React__default["default"].createElement(b, {
45243
+ }, [t, u]);
45244
+ const Ie = !A && K && ue && Object.keys(ie).length > 0;
45245
+ return pe ? React__default["default"].createElement(b, {
45212
45246
  id: t,
45213
45247
  role: "tooltip",
45214
- className: classnames("react-tooltip", $, H.tooltip, H[s], n, `react-tooltip__place-${oe}`, {
45215
- "react-tooltip__show": Ce,
45216
- [D]: Ce,
45217
- [C]: "fixed" === h,
45218
- [j]: O
45248
+ className: classnames("react-tooltip", C, H.tooltip, H[a], n, `react-tooltip__place-${ne}`, {
45249
+ "react-tooltip__show": Ie,
45250
+ [D]: Ie,
45251
+ [$]: "fixed" === h,
45252
+ [B]: L
45219
45253
  }),
45220
45254
  style: { ...W,
45221
- ...le,
45222
- opacity: void 0 !== J && Ce ? J : void 0
45255
+ ...ie,
45256
+ opacity: void 0 !== J && Ie ? J : void 0
45223
45257
  },
45224
- ref: Q
45258
+ ref: ee
45225
45259
  }, K, React__default["default"].createElement(b, {
45226
45260
  className: classnames("react-tooltip-arrow", I, H.arrow, l, {
45227
- [B]: T
45261
+ [j]: T
45228
45262
  }),
45229
- style: ce,
45230
- ref: ee
45263
+ style: { ...ae,
45264
+ background: Q ? `linear-gradient(to right bottom, transparent 50%, ${Q} 50%)` : void 0
45265
+ },
45266
+ ref: te
45231
45267
  })) : null;
45232
45268
  },
45233
45269
  q = ({
@@ -45242,10 +45278,10 @@ const z = ({
45242
45278
  anchorId: o,
45243
45279
  anchorSelect: n,
45244
45280
  content: l,
45245
- html: s,
45246
- render: a,
45247
- className: d,
45248
- classNameArrow: u,
45281
+ html: a,
45282
+ render: s,
45283
+ className: u,
45284
+ classNameArrow: d,
45249
45285
  variant: p = "dark",
45250
45286
  place: v = "top",
45251
45287
  offset: m = 10,
@@ -45260,39 +45296,40 @@ const z = ({
45260
45296
  float: g = !1,
45261
45297
  hidden: A = !1,
45262
45298
  noArrow: T = !1,
45263
- clickable: O = !1,
45299
+ clickable: L = !1,
45264
45300
  closeOnEsc: R = !1,
45265
45301
  closeOnScroll: N = !1,
45266
- closeOnResize: x = !1,
45267
- style: k,
45268
- position: $,
45269
- isOpen: C,
45302
+ closeOnResize: k = !1,
45303
+ style: x,
45304
+ position: C,
45305
+ isOpen: $,
45270
45306
  disableStyleInjection: I = !1,
45271
- border: B,
45272
- opacity: j,
45273
- setIsOpen: D,
45274
- afterShow: H,
45275
- afterHide: W
45307
+ border: j,
45308
+ opacity: B,
45309
+ arrowColor: D,
45310
+ setIsOpen: H,
45311
+ afterShow: W,
45312
+ afterHide: M
45276
45313
  }) => {
45277
- const [M, P] = React.useState(l),
45278
- [F, K] = React.useState(s),
45279
- [U, X] = React.useState(v),
45280
- [Y, V] = React.useState(p),
45281
- [Z, G] = React.useState(m),
45282
- [J, Q] = React.useState(E),
45283
- [ee, te] = React.useState(_),
45284
- [re, oe] = React.useState(g),
45285
- [ne, le] = React.useState(A),
45286
- [ie, ce] = React.useState(y),
45287
- [se, ae] = React.useState(h),
45288
- [de, ue] = React.useState(b),
45289
- [pe, ve] = React.useState(null),
45290
- me = React.useRef(I),
45314
+ const [P, F] = React.useState(l),
45315
+ [K, U] = React.useState(a),
45316
+ [X, Y] = React.useState(v),
45317
+ [V, Z] = React.useState(p),
45318
+ [G, J] = React.useState(m),
45319
+ [Q, ee] = React.useState(E),
45320
+ [te, re] = React.useState(_),
45321
+ [oe, ne] = React.useState(g),
45322
+ [le, ie] = React.useState(A),
45323
+ [ce, ae] = React.useState(y),
45324
+ [se, ue] = React.useState(h),
45325
+ [de, pe] = React.useState(b),
45326
+ [ve, me] = React.useState(null),
45327
+ ye = React.useRef(I),
45291
45328
  {
45292
- anchorRefs: ye,
45293
- activeAnchor: fe
45294
- } = L(t),
45295
- he = e => null == e ? void 0 : e.getAttributeNames().reduce((t, r) => {
45329
+ anchorRefs: fe,
45330
+ activeAnchor: he
45331
+ } = O(t),
45332
+ we = e => null == e ? void 0 : e.getAttributeNames().reduce((t, r) => {
45296
45333
  var o;
45297
45334
 
45298
45335
  if (r.startsWith("data-tooltip-")) {
@@ -45301,48 +45338,48 @@ const z = ({
45301
45338
 
45302
45339
  return t;
45303
45340
  }, {}),
45304
- we = e => {
45341
+ be = e => {
45305
45342
  const t = {
45306
45343
  place: e => {
45307
45344
  var t;
45308
- X(null !== (t = e) && void 0 !== t ? t : v);
45345
+ Y(null !== (t = e) && void 0 !== t ? t : v);
45309
45346
  },
45310
45347
  content: e => {
45311
- P(null != e ? e : l);
45348
+ F(null != e ? e : l);
45312
45349
  },
45313
45350
  html: e => {
45314
- K(null != e ? e : s);
45351
+ U(null != e ? e : a);
45315
45352
  },
45316
45353
  variant: e => {
45317
45354
  var t;
45318
- V(null !== (t = e) && void 0 !== t ? t : p);
45355
+ Z(null !== (t = e) && void 0 !== t ? t : p);
45319
45356
  },
45320
45357
  offset: e => {
45321
- G(null === e ? m : Number(e));
45358
+ J(null === e ? m : Number(e));
45322
45359
  },
45323
45360
  wrapper: e => {
45324
45361
  var t;
45325
- ce(null !== (t = e) && void 0 !== t ? t : y);
45362
+ ae(null !== (t = e) && void 0 !== t ? t : y);
45326
45363
  },
45327
45364
  events: e => {
45328
45365
  const t = null == e ? void 0 : e.split(" ");
45329
- ae(null != t ? t : h);
45366
+ ue(null != t ? t : h);
45330
45367
  },
45331
45368
  "position-strategy": e => {
45332
45369
  var t;
45333
- ue(null !== (t = e) && void 0 !== t ? t : b);
45370
+ pe(null !== (t = e) && void 0 !== t ? t : b);
45334
45371
  },
45335
45372
  "delay-show": e => {
45336
- Q(null === e ? E : Number(e));
45373
+ ee(null === e ? E : Number(e));
45337
45374
  },
45338
45375
  "delay-hide": e => {
45339
- te(null === e ? _ : Number(e));
45376
+ re(null === e ? _ : Number(e));
45340
45377
  },
45341
45378
  float: e => {
45342
- oe(null === e ? g : "true" === e);
45379
+ ne(null === e ? g : "true" === e);
45343
45380
  },
45344
45381
  hidden: e => {
45345
- le(null === e ? A : "true" === e);
45382
+ ie(null === e ? A : "true" === e);
45346
45383
  }
45347
45384
  };
45348
45385
  Object.values(t).forEach(e => e(null)), Object.entries(e).forEach(([e, r]) => {
@@ -45352,27 +45389,27 @@ const z = ({
45352
45389
  };
45353
45390
 
45354
45391
  React.useEffect(() => {
45355
- P(l);
45392
+ F(l);
45356
45393
  }, [l]), React.useEffect(() => {
45357
- K(s);
45358
- }, [s]), React.useEffect(() => {
45359
- X(v);
45394
+ U(a);
45395
+ }, [a]), React.useEffect(() => {
45396
+ Y(v);
45360
45397
  }, [v]), React.useEffect(() => {
45361
- V(p);
45398
+ Z(p);
45362
45399
  }, [p]), React.useEffect(() => {
45363
- G(m);
45400
+ J(m);
45364
45401
  }, [m]), React.useEffect(() => {
45365
- Q(E);
45402
+ ee(E);
45366
45403
  }, [E]), React.useEffect(() => {
45367
- te(_);
45404
+ re(_);
45368
45405
  }, [_]), React.useEffect(() => {
45369
- oe(g);
45406
+ ne(g);
45370
45407
  }, [g]), React.useEffect(() => {
45371
- le(A);
45408
+ ie(A);
45372
45409
  }, [A]), React.useEffect(() => {
45373
- ue(b);
45410
+ pe(b);
45374
45411
  }, [b]), React.useEffect(() => {
45375
- me.current !== I && console.warn("[react-tooltip] Do not change `disableStyleInjection` dynamically.");
45412
+ ye.current !== I && console.warn("[react-tooltip] Do not change `disableStyleInjection` dynamically.");
45376
45413
  }, [I]), React.useEffect(() => {
45377
45414
  "undefined" != typeof window && window.dispatchEvent(new CustomEvent("react-tooltip-inject-styles", {
45378
45415
  detail: {
@@ -45382,7 +45419,7 @@ const z = ({
45382
45419
  }));
45383
45420
  }, []), React.useEffect(() => {
45384
45421
  var e;
45385
- const r = new Set(ye);
45422
+ const r = new Set(fe);
45386
45423
  let l = n;
45387
45424
  if (!l && t && (l = `[data-tooltip-id='${t}']`), l) try {
45388
45425
  document.querySelectorAll(l).forEach(e => {
@@ -45397,86 +45434,87 @@ const z = ({
45397
45434
  if (i && r.add({
45398
45435
  current: i
45399
45436
  }), !r.size) return () => null;
45400
- const c = null !== (e = null != pe ? pe : i) && void 0 !== e ? e : fe.current,
45401
- s = new MutationObserver(e => {
45437
+ const c = null !== (e = null != ve ? ve : i) && void 0 !== e ? e : he.current,
45438
+ a = new MutationObserver(e => {
45402
45439
  e.forEach(e => {
45403
45440
  var t;
45404
45441
  if (!c || "attributes" !== e.type || !(null === (t = e.attributeName) || void 0 === t ? void 0 : t.startsWith("data-tooltip-"))) return;
45405
- const r = he(c);
45406
- we(r);
45442
+ const r = we(c);
45443
+ be(r);
45407
45444
  });
45408
45445
  }),
45409
- a = {
45446
+ s = {
45410
45447
  attributes: !0,
45411
45448
  childList: !1,
45412
45449
  subtree: !1
45413
45450
  };
45414
45451
 
45415
45452
  if (c) {
45416
- const e = he(c);
45417
- we(e), s.observe(c, a);
45453
+ const e = we(c);
45454
+ be(e), a.observe(c, s);
45418
45455
  }
45419
45456
 
45420
45457
  return () => {
45421
- s.disconnect();
45458
+ a.disconnect();
45422
45459
  };
45423
- }, [ye, fe, pe, o, n]), React.useEffect(() => {
45424
- (null == k ? void 0 : k.border) && console.warn("[react-tooltip] Do not set `style.border`. Use `border` prop instead."), B && !CSS.supports("border", `${B}`) && console.warn(`[react-tooltip] "${B}" is not a valid \`border\`.`), (null == k ? void 0 : k.opacity) && console.warn("[react-tooltip] Do not set `style.opacity`. Use `opacity` prop instead."), j && !CSS.supports("opacity", `${j}`) && console.warn(`[react-tooltip] "${j}" is not a valid \`opacity\`.`);
45460
+ }, [fe, he, ve, o, n]), React.useEffect(() => {
45461
+ (null == x ? void 0 : x.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 == x ? void 0 : x.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\`.`);
45425
45462
  }, []);
45426
- let be = f;
45427
- const Se = React.useRef(null);
45463
+ let Se = f;
45464
+ const Ee = React.useRef(null);
45428
45465
 
45429
- if (a) {
45430
- const t = a({
45431
- content: null != M ? M : null,
45432
- activeAnchor: pe
45466
+ if (s) {
45467
+ const t = s({
45468
+ content: null != P ? P : null,
45469
+ activeAnchor: ve
45433
45470
  });
45434
- be = t ? React__default["default"].createElement("div", {
45435
- ref: Se,
45471
+ Se = t ? React__default["default"].createElement("div", {
45472
+ ref: Ee,
45436
45473
  className: "react-tooltip-content-wrapper"
45437
45474
  }, t) : null;
45438
- } else M && (be = M);
45475
+ } else P && (Se = P);
45439
45476
 
45440
- F && (be = React__default["default"].createElement(q, {
45441
- content: F
45477
+ K && (Se = React__default["default"].createElement(q, {
45478
+ content: K
45442
45479
  }));
45443
- const Ee = {
45480
+ const _e = {
45444
45481
  id: t,
45445
45482
  anchorId: o,
45446
45483
  anchorSelect: n,
45447
- className: d,
45448
- classNameArrow: u,
45449
- content: be,
45450
- contentWrapperRef: Se,
45451
- place: U,
45452
- variant: Y,
45453
- offset: Z,
45454
- wrapper: ie,
45484
+ className: u,
45485
+ classNameArrow: d,
45486
+ content: Se,
45487
+ contentWrapperRef: Ee,
45488
+ place: X,
45489
+ variant: V,
45490
+ offset: G,
45491
+ wrapper: ce,
45455
45492
  events: se,
45456
45493
  openOnClick: w,
45457
45494
  positionStrategy: de,
45458
45495
  middlewares: S,
45459
- delayShow: J,
45460
- delayHide: ee,
45461
- float: re,
45462
- hidden: ne,
45496
+ delayShow: Q,
45497
+ delayHide: te,
45498
+ float: oe,
45499
+ hidden: le,
45463
45500
  noArrow: T,
45464
- clickable: O,
45501
+ clickable: L,
45465
45502
  closeOnEsc: R,
45466
45503
  closeOnScroll: N,
45467
- closeOnResize: x,
45468
- style: k,
45469
- position: $,
45470
- isOpen: C,
45471
- border: B,
45472
- opacity: j,
45473
- setIsOpen: D,
45474
- afterShow: H,
45475
- afterHide: W,
45476
- activeAnchor: pe,
45477
- setActiveAnchor: e => ve(e)
45478
- };
45479
- return React__default["default"].createElement(z, { ...Ee
45504
+ closeOnResize: k,
45505
+ style: x,
45506
+ position: C,
45507
+ isOpen: $,
45508
+ border: j,
45509
+ opacity: B,
45510
+ arrowColor: D,
45511
+ setIsOpen: H,
45512
+ afterShow: W,
45513
+ afterHide: M,
45514
+ activeAnchor: ve,
45515
+ setActiveAnchor: e => me(e)
45516
+ };
45517
+ return React__default["default"].createElement(z, { ..._e
45480
45518
  });
45481
45519
  };
45482
45520
 
@@ -45486,7 +45524,7 @@ const z = ({
45486
45524
  type: "core"
45487
45525
  }), e.detail.disableBase || b({
45488
45526
  css: `
45489
- .styles-module_tooltip__mnnfp{padding:8px 16px;border-radius:3px;font-size:90%;width:max-content}.styles-module_arrow__K0L3T{width:8px;height:8px;transform:rotate(45deg)}.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)}`,
45527
+ .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)}`,
45490
45528
  type: "base"
45491
45529
  });
45492
45530
  });