@copart/ops-tool-kit 1.10.0-alpha.28 → 1.10.0-alpha.29
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.
- package/dist/ops-tool-kit.js +295 -270
- package/dist/ops-tool-kit.js.map +1 -1
- package/package.json +1 -1
package/dist/ops-tool-kit.js
CHANGED
|
@@ -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-alpha.
|
|
36
|
+
const version$5 = "1.10.0-alpha.29";
|
|
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 = {
|
|
@@ -27522,35 +27528,62 @@ var HelpSideBar = function HelpSideBar(_ref) {
|
|
|
27522
27528
|
|
|
27523
27529
|
var _useState21 = React.useState(false),
|
|
27524
27530
|
_useState22 = _slicedToArray(_useState21, 2),
|
|
27525
|
-
|
|
27526
|
-
|
|
27531
|
+
overFlowHidden = _useState22[0],
|
|
27532
|
+
setOverFlowHidden = _useState22[1];
|
|
27527
27533
|
|
|
27528
27534
|
var _useState23 = React.useState(false),
|
|
27529
27535
|
_useState24 = _slicedToArray(_useState23, 2),
|
|
27530
|
-
|
|
27531
|
-
|
|
27536
|
+
showSuccessSection = _useState24[0],
|
|
27537
|
+
setShowSuccessSection = _useState24[1];
|
|
27532
27538
|
|
|
27533
|
-
var _useState25 = React.useState(
|
|
27539
|
+
var _useState25 = React.useState(false),
|
|
27534
27540
|
_useState26 = _slicedToArray(_useState25, 2),
|
|
27535
|
-
|
|
27536
|
-
|
|
27541
|
+
backClicked = _useState26[0],
|
|
27542
|
+
setBackClicked = _useState26[1];
|
|
27537
27543
|
|
|
27538
27544
|
var _useState27 = React.useState(null),
|
|
27539
27545
|
_useState28 = _slicedToArray(_useState27, 2),
|
|
27540
|
-
|
|
27541
|
-
|
|
27546
|
+
faqs = _useState28[0],
|
|
27547
|
+
setFaqs = _useState28[1];
|
|
27548
|
+
|
|
27549
|
+
var _useState29 = React.useState(null),
|
|
27550
|
+
_useState30 = _slicedToArray(_useState29, 2),
|
|
27551
|
+
selectedFaq = _useState30[0],
|
|
27552
|
+
setSelectedFaq = _useState30[1];
|
|
27542
27553
|
|
|
27543
27554
|
var spinnerRef = React.useRef();
|
|
27544
27555
|
var questionSectionRef = React.useRef();
|
|
27556
|
+
var isScrolling = null;
|
|
27557
|
+
|
|
27558
|
+
var handleScroll = function handleScroll() {
|
|
27559
|
+
clearTimeout(isScrolling);
|
|
27560
|
+
isScrolling = setTimeout(function () {
|
|
27561
|
+
isScrolling = null;
|
|
27562
|
+
mihelpRef.current.removeEventListener('scroll', handleScroll);
|
|
27563
|
+
setOverFlowHidden(true);
|
|
27564
|
+
}, 66);
|
|
27565
|
+
};
|
|
27566
|
+
|
|
27545
27567
|
React.useEffect(function () {
|
|
27546
27568
|
if (!showQuestionSection) {
|
|
27547
27569
|
setShowSuccessSection(false);
|
|
27570
|
+
setOverFlowHidden(false);
|
|
27548
27571
|
} else {
|
|
27549
27572
|
var offsetTop = questionSectionRef.current.offsetTop;
|
|
27573
|
+
|
|
27574
|
+
if (isChrome()) {
|
|
27575
|
+
mihelpRef.current.addEventListener('scroll', handleScroll);
|
|
27576
|
+
}
|
|
27577
|
+
|
|
27550
27578
|
mihelpRef.current.scroll({
|
|
27551
27579
|
top: offsetTop - 50,
|
|
27552
27580
|
behavior: 'smooth'
|
|
27553
27581
|
});
|
|
27582
|
+
|
|
27583
|
+
if (isChrome() && Math.abs(mihelpRef.current.scrollHeight - mihelpRef.current.scrollTop - mihelpRef.current.clientHeight) <= 10) {
|
|
27584
|
+
mihelpRef.current.removeEventListener('scroll', handleScroll);
|
|
27585
|
+
setOverFlowHidden(true);
|
|
27586
|
+
}
|
|
27554
27587
|
}
|
|
27555
27588
|
}, [showQuestionSection]);
|
|
27556
27589
|
React.useEffect(function () {
|
|
@@ -28133,7 +28166,7 @@ var HelpSideBar = function HelpSideBar(_ref) {
|
|
|
28133
28166
|
width: getNotificationWrapperWidth()
|
|
28134
28167
|
},
|
|
28135
28168
|
ref: mihelpRef,
|
|
28136
|
-
className: _getClassName("miHelpSideBar ".concat(!helpContent || showQuestionSection ? 'overFlowHidden' : ''), _styleModuleImportMap$3, {
|
|
28169
|
+
className: _getClassName("miHelpSideBar ".concat(!helpContent || isChrome() && overFlowHidden || !isChrome() && showQuestionSection ? 'overFlowHidden' : ''), _styleModuleImportMap$3, {
|
|
28137
28170
|
"handleMissingStyleName": "warn"
|
|
28138
28171
|
})
|
|
28139
28172
|
}, React__default["default"].createElement("div", {
|
|
@@ -44724,8 +44757,8 @@ function b({
|
|
|
44724
44757
|
} = o;
|
|
44725
44758
|
if (document.getElementById(t)) return void console.warn(`[react-tooltip] Element with id '${t}' already exists. Call \`removeStyle()\` first`);
|
|
44726
44759
|
const c = document.head || document.getElementsByTagName("head")[0],
|
|
44727
|
-
|
|
44728
|
-
|
|
44760
|
+
a = document.createElement("style");
|
|
44761
|
+
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
44762
|
}
|
|
44730
44763
|
|
|
44731
44764
|
const E = (e, t, r) => {
|
|
@@ -44752,7 +44785,7 @@ const E = (e, t, r) => {
|
|
|
44752
44785
|
getTooltipData: () => g
|
|
44753
44786
|
});
|
|
44754
44787
|
|
|
44755
|
-
function
|
|
44788
|
+
function O(e = _) {
|
|
44756
44789
|
return React.useContext(A).getTooltipData(e);
|
|
44757
44790
|
}
|
|
44758
44791
|
|
|
@@ -44765,7 +44798,7 @@ const R = "undefined" != typeof window ? React.useLayoutEffect : React.useEffect
|
|
|
44765
44798
|
return "auto" === r || "scroll" === r;
|
|
44766
44799
|
});
|
|
44767
44800
|
},
|
|
44768
|
-
|
|
44801
|
+
k = e => {
|
|
44769
44802
|
if (!e) return null;
|
|
44770
44803
|
let t = e.parentElement;
|
|
44771
44804
|
|
|
@@ -44776,7 +44809,7 @@ const R = "undefined" != typeof window ? React.useLayoutEffect : React.useEffect
|
|
|
44776
44809
|
|
|
44777
44810
|
return document.scrollingElement || document.documentElement;
|
|
44778
44811
|
},
|
|
44779
|
-
|
|
44812
|
+
x = async ({
|
|
44780
44813
|
elementReference: e = null,
|
|
44781
44814
|
tooltipReference: t = null,
|
|
44782
44815
|
tooltipArrowReference: r = null,
|
|
@@ -44798,14 +44831,14 @@ const R = "undefined" != typeof window ? React.useLayoutEffect : React.useEffect
|
|
|
44798
44831
|
tooltipArrowStyles: {},
|
|
44799
44832
|
place: o
|
|
44800
44833
|
};
|
|
44801
|
-
const
|
|
44802
|
-
return r ? (
|
|
44834
|
+
const a = i;
|
|
44835
|
+
return r ? (a.push(arrow({
|
|
44803
44836
|
element: r,
|
|
44804
44837
|
padding: 5
|
|
44805
44838
|
})), computePosition(e, t, {
|
|
44806
44839
|
placement: o,
|
|
44807
44840
|
strategy: l,
|
|
44808
|
-
middleware:
|
|
44841
|
+
middleware: a
|
|
44809
44842
|
}).then(({
|
|
44810
44843
|
x: e,
|
|
44811
44844
|
y: t,
|
|
@@ -44819,36 +44852,22 @@ const R = "undefined" != typeof window ? React.useLayoutEffect : React.useEffect
|
|
|
44819
44852
|
border: c
|
|
44820
44853
|
},
|
|
44821
44854
|
{
|
|
44822
|
-
x:
|
|
44823
|
-
y:
|
|
44855
|
+
x: a,
|
|
44856
|
+
y: s
|
|
44824
44857
|
} = null !== (n = o.arrow) && void 0 !== n ? n : {
|
|
44825
44858
|
x: 0,
|
|
44826
44859
|
y: 0
|
|
44827
44860
|
},
|
|
44828
|
-
|
|
44861
|
+
u = null !== (l = {
|
|
44829
44862
|
top: "bottom",
|
|
44830
44863
|
right: "left",
|
|
44831
44864
|
bottom: "top",
|
|
44832
44865
|
left: "right"
|
|
44833
44866
|
}[r.split("-")[0]]) && void 0 !== l ? l : "bottom",
|
|
44834
|
-
|
|
44835
|
-
|
|
44836
|
-
|
|
44837
|
-
|
|
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]];
|
|
44867
|
+
d = c && {
|
|
44868
|
+
borderBottom: c,
|
|
44869
|
+
borderRight: c
|
|
44870
|
+
};
|
|
44852
44871
|
let p = 0;
|
|
44853
44872
|
|
|
44854
44873
|
if (c) {
|
|
@@ -44859,19 +44878,19 @@ const R = "undefined" != typeof window ? React.useLayoutEffect : React.useEffect
|
|
|
44859
44878
|
return {
|
|
44860
44879
|
tooltipStyles: i,
|
|
44861
44880
|
tooltipArrowStyles: {
|
|
44862
|
-
left: null !=
|
|
44863
|
-
top: null !=
|
|
44881
|
+
left: null != a ? `${a}px` : "",
|
|
44882
|
+
top: null != s ? `${s}px` : "",
|
|
44864
44883
|
right: "",
|
|
44865
44884
|
bottom: "",
|
|
44866
|
-
...
|
|
44867
|
-
[
|
|
44885
|
+
...d,
|
|
44886
|
+
[u]: `-${4 + p}px`
|
|
44868
44887
|
},
|
|
44869
44888
|
place: r
|
|
44870
44889
|
};
|
|
44871
44890
|
})) : computePosition(e, t, {
|
|
44872
44891
|
placement: "bottom",
|
|
44873
44892
|
strategy: l,
|
|
44874
|
-
middleware:
|
|
44893
|
+
middleware: a
|
|
44875
44894
|
}).then(({
|
|
44876
44895
|
x: e,
|
|
44877
44896
|
y: t,
|
|
@@ -44886,11 +44905,11 @@ const R = "undefined" != typeof window ? React.useLayoutEffect : React.useEffect
|
|
|
44886
44905
|
}));
|
|
44887
44906
|
};
|
|
44888
44907
|
|
|
44889
|
-
var
|
|
44890
|
-
|
|
44908
|
+
var C = "core-styles-module_tooltip__3vRRp",
|
|
44909
|
+
$ = "core-styles-module_fixed__pcSol",
|
|
44891
44910
|
I = "core-styles-module_arrow__cvMwQ",
|
|
44892
|
-
|
|
44893
|
-
|
|
44911
|
+
j = "core-styles-module_noArrow__xock6",
|
|
44912
|
+
B = "core-styles-module_clickable__ZuTTB",
|
|
44894
44913
|
D = "core-styles-module_show__Nt9eE",
|
|
44895
44914
|
H = {
|
|
44896
44915
|
tooltip: "styles-module_tooltip__mnnfp",
|
|
@@ -44907,10 +44926,10 @@ const z = ({
|
|
|
44907
44926
|
id: t,
|
|
44908
44927
|
className: n,
|
|
44909
44928
|
classNameArrow: l,
|
|
44910
|
-
variant:
|
|
44911
|
-
anchorId:
|
|
44912
|
-
anchorSelect:
|
|
44913
|
-
place:
|
|
44929
|
+
variant: a = "dark",
|
|
44930
|
+
anchorId: s,
|
|
44931
|
+
anchorSelect: u,
|
|
44932
|
+
place: d = "top",
|
|
44914
44933
|
offset: p = 10,
|
|
44915
44934
|
events: v = ["hover"],
|
|
44916
44935
|
openOnClick: f = !1,
|
|
@@ -44922,7 +44941,7 @@ const z = ({
|
|
|
44922
44941
|
float: g = !1,
|
|
44923
44942
|
hidden: A = !1,
|
|
44924
44943
|
noArrow: T = !1,
|
|
44925
|
-
clickable:
|
|
44944
|
+
clickable: L = !1,
|
|
44926
44945
|
closeOnEsc: N = !1,
|
|
44927
44946
|
closeOnScroll: z = !1,
|
|
44928
44947
|
closeOnResize: q = !1,
|
|
@@ -44937,33 +44956,35 @@ const z = ({
|
|
|
44937
44956
|
activeAnchor: V,
|
|
44938
44957
|
setActiveAnchor: Z,
|
|
44939
44958
|
border: G,
|
|
44940
|
-
opacity: J
|
|
44959
|
+
opacity: J,
|
|
44960
|
+
arrowColor: Q
|
|
44941
44961
|
}) => {
|
|
44942
|
-
const
|
|
44943
|
-
ee = React.useRef(null),
|
|
44962
|
+
const ee = React.useRef(null),
|
|
44944
44963
|
te = React.useRef(null),
|
|
44945
44964
|
re = React.useRef(null),
|
|
44946
|
-
|
|
44947
|
-
[
|
|
44948
|
-
[
|
|
44949
|
-
[ae,
|
|
44950
|
-
[ue,
|
|
44951
|
-
ve = React.
|
|
44952
|
-
me = React.useRef(
|
|
44965
|
+
oe = React.useRef(null),
|
|
44966
|
+
[ne, le] = React.useState(d),
|
|
44967
|
+
[ie, ce] = React.useState({}),
|
|
44968
|
+
[ae, se] = React.useState({}),
|
|
44969
|
+
[ue, de] = React.useState(!1),
|
|
44970
|
+
[pe, ve] = React.useState(!1),
|
|
44971
|
+
me = React.useRef(!1),
|
|
44972
|
+
ye = React.useRef(null),
|
|
44953
44973
|
{
|
|
44954
|
-
anchorRefs:
|
|
44955
|
-
setActiveAnchor:
|
|
44956
|
-
} =
|
|
44957
|
-
|
|
44958
|
-
[
|
|
44959
|
-
|
|
44960
|
-
|
|
44961
|
-
|
|
44962
|
-
|
|
44974
|
+
anchorRefs: fe,
|
|
44975
|
+
setActiveAnchor: he
|
|
44976
|
+
} = O(t),
|
|
44977
|
+
we = React.useRef(!1),
|
|
44978
|
+
[be, Se] = React.useState([]),
|
|
44979
|
+
Ee = React.useRef(!1),
|
|
44980
|
+
_e = f || v.includes("click");
|
|
44981
|
+
|
|
44982
|
+
R(() => (Ee.current = !0, () => {
|
|
44983
|
+
Ee.current = !1;
|
|
44963
44984
|
}), []), React.useEffect(() => {
|
|
44964
|
-
if (!
|
|
44985
|
+
if (!ue) {
|
|
44965
44986
|
const e = setTimeout(() => {
|
|
44966
|
-
|
|
44987
|
+
ve(!1);
|
|
44967
44988
|
}, 150);
|
|
44968
44989
|
return () => {
|
|
44969
44990
|
clearTimeout(e);
|
|
@@ -44971,17 +44992,17 @@ const z = ({
|
|
|
44971
44992
|
}
|
|
44972
44993
|
|
|
44973
44994
|
return () => null;
|
|
44974
|
-
}, [
|
|
44995
|
+
}, [ue]);
|
|
44975
44996
|
|
|
44976
|
-
const
|
|
44977
|
-
|
|
44978
|
-
|
|
44997
|
+
const ge = e => {
|
|
44998
|
+
Ee.current && (e && ve(!0), setTimeout(() => {
|
|
44999
|
+
Ee.current && (null == Y || Y(e), void 0 === X && de(e));
|
|
44979
45000
|
}, 10));
|
|
44980
45001
|
};
|
|
44981
45002
|
|
|
44982
45003
|
React.useEffect(() => {
|
|
44983
45004
|
if (void 0 === X) return () => null;
|
|
44984
|
-
X &&
|
|
45005
|
+
X && ve(!0);
|
|
44985
45006
|
const e = setTimeout(() => {
|
|
44986
45007
|
de(X);
|
|
44987
45008
|
}, 10);
|
|
@@ -44989,36 +45010,36 @@ const z = ({
|
|
|
44989
45010
|
clearTimeout(e);
|
|
44990
45011
|
};
|
|
44991
45012
|
}, [X]), React.useEffect(() => {
|
|
44992
|
-
|
|
44993
|
-
}, [
|
|
45013
|
+
ue !== me.current && (me.current = ue, ue ? null == P || P() : null == F || F());
|
|
45014
|
+
}, [ue]);
|
|
44994
45015
|
|
|
44995
|
-
const
|
|
44996
|
-
|
|
44997
|
-
|
|
45016
|
+
const Ae = (e = _) => {
|
|
45017
|
+
oe.current && clearTimeout(oe.current), oe.current = setTimeout(() => {
|
|
45018
|
+
we.current || ge(!1);
|
|
44998
45019
|
}, e);
|
|
44999
45020
|
},
|
|
45000
|
-
|
|
45021
|
+
Te = e => {
|
|
45001
45022
|
var t;
|
|
45002
45023
|
if (!e) return;
|
|
45003
45024
|
const r = null !== (t = e.currentTarget) && void 0 !== t ? t : e.target;
|
|
45004
|
-
if (!(null == r ? void 0 : r.isConnected)) return Z(null), void
|
|
45025
|
+
if (!(null == r ? void 0 : r.isConnected)) return Z(null), void he({
|
|
45005
45026
|
current: null
|
|
45006
45027
|
});
|
|
45007
|
-
S ? (
|
|
45008
|
-
|
|
45009
|
-
}, S)) :
|
|
45028
|
+
S ? (re.current && clearTimeout(re.current), re.current = setTimeout(() => {
|
|
45029
|
+
ge(!0);
|
|
45030
|
+
}, S)) : ge(!0), Z(r), he({
|
|
45010
45031
|
current: r
|
|
45011
|
-
}),
|
|
45032
|
+
}), oe.current && clearTimeout(oe.current);
|
|
45012
45033
|
},
|
|
45013
|
-
|
|
45014
|
-
|
|
45034
|
+
Oe = () => {
|
|
45035
|
+
L ? Ae(_ || 100) : _ ? Ae() : ge(!1), re.current && clearTimeout(re.current);
|
|
45015
45036
|
},
|
|
45016
45037
|
Le = ({
|
|
45017
45038
|
x: e,
|
|
45018
45039
|
y: t
|
|
45019
45040
|
}) => {
|
|
45020
|
-
|
|
45021
|
-
place:
|
|
45041
|
+
x({
|
|
45042
|
+
place: d,
|
|
45022
45043
|
offset: p,
|
|
45023
45044
|
elementReference: {
|
|
45024
45045
|
getBoundingClientRect: () => ({
|
|
@@ -45032,109 +45053,109 @@ const z = ({
|
|
|
45032
45053
|
bottom: t
|
|
45033
45054
|
})
|
|
45034
45055
|
},
|
|
45035
|
-
tooltipReference:
|
|
45036
|
-
tooltipArrowReference:
|
|
45056
|
+
tooltipReference: ee.current,
|
|
45057
|
+
tooltipArrowReference: te.current,
|
|
45037
45058
|
strategy: h,
|
|
45038
45059
|
middlewares: w,
|
|
45039
45060
|
border: G
|
|
45040
45061
|
}).then(e => {
|
|
45041
|
-
Object.keys(e.tooltipStyles).length &&
|
|
45062
|
+
Object.keys(e.tooltipStyles).length && ce(e.tooltipStyles), Object.keys(e.tooltipArrowStyles).length && se(e.tooltipArrowStyles), le(e.place);
|
|
45042
45063
|
});
|
|
45043
45064
|
},
|
|
45044
|
-
|
|
45065
|
+
Re = e => {
|
|
45045
45066
|
if (!e) return;
|
|
45046
45067
|
const t = e,
|
|
45047
45068
|
r = {
|
|
45048
45069
|
x: t.clientX,
|
|
45049
45070
|
y: t.clientY
|
|
45050
45071
|
};
|
|
45051
|
-
Le(r),
|
|
45052
|
-
},
|
|
45053
|
-
Re = e => {
|
|
45054
|
-
Ae(e), _ && ge();
|
|
45072
|
+
Le(r), ye.current = r;
|
|
45055
45073
|
},
|
|
45056
45074
|
Ne = e => {
|
|
45075
|
+
Te(e), _ && Ae();
|
|
45076
|
+
},
|
|
45077
|
+
ke = e => {
|
|
45057
45078
|
var t;
|
|
45058
|
-
[document.querySelector(`[id='${
|
|
45079
|
+
[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
45080
|
},
|
|
45060
|
-
xe = E(
|
|
45061
|
-
|
|
45081
|
+
xe = E(Te, 50, !0),
|
|
45082
|
+
Ce = E(Oe, 50, !0),
|
|
45062
45083
|
$e = React.useCallback(() => {
|
|
45063
|
-
M ? Le(M) : g ?
|
|
45064
|
-
place:
|
|
45084
|
+
M ? Le(M) : g ? ye.current && Le(ye.current) : x({
|
|
45085
|
+
place: d,
|
|
45065
45086
|
offset: p,
|
|
45066
45087
|
elementReference: V,
|
|
45067
|
-
tooltipReference:
|
|
45068
|
-
tooltipArrowReference:
|
|
45088
|
+
tooltipReference: ee.current,
|
|
45089
|
+
tooltipArrowReference: te.current,
|
|
45069
45090
|
strategy: h,
|
|
45070
45091
|
middlewares: w,
|
|
45071
45092
|
border: G
|
|
45072
45093
|
}).then(e => {
|
|
45073
|
-
|
|
45094
|
+
Ee.current && (Object.keys(e.tooltipStyles).length && ce(e.tooltipStyles), Object.keys(e.tooltipArrowStyles).length && se(e.tooltipArrowStyles), le(e.place));
|
|
45074
45095
|
});
|
|
45075
|
-
}, [
|
|
45096
|
+
}, [ue, V, K, W, d, p, h, M, g]);
|
|
45076
45097
|
|
|
45077
45098
|
React.useEffect(() => {
|
|
45078
45099
|
var e, t;
|
|
45079
|
-
const r = new Set(
|
|
45080
|
-
|
|
45100
|
+
const r = new Set(fe);
|
|
45101
|
+
be.forEach(e => {
|
|
45081
45102
|
r.add({
|
|
45082
45103
|
current: e
|
|
45083
45104
|
});
|
|
45084
45105
|
});
|
|
45085
|
-
const o = document.querySelector(`[id='${
|
|
45106
|
+
const o = document.querySelector(`[id='${s}']`);
|
|
45086
45107
|
o && r.add({
|
|
45087
45108
|
current: o
|
|
45088
45109
|
});
|
|
45089
45110
|
|
|
45090
45111
|
const n = () => {
|
|
45091
|
-
|
|
45112
|
+
ge(!1);
|
|
45092
45113
|
},
|
|
45093
|
-
l =
|
|
45094
|
-
i =
|
|
45114
|
+
l = k(V),
|
|
45115
|
+
i = k(ee.current);
|
|
45095
45116
|
|
|
45096
45117
|
z && (window.addEventListener("scroll", n), null == l || l.addEventListener("scroll", n), null == i || i.addEventListener("scroll", n));
|
|
45097
45118
|
let c = null;
|
|
45098
|
-
q ? window.addEventListener("resize", n) : V &&
|
|
45119
|
+
q ? window.addEventListener("resize", n) : V && ee.current && (c = autoUpdate(V, ee.current, $e, {
|
|
45099
45120
|
ancestorResize: !0,
|
|
45100
45121
|
elementResize: !0,
|
|
45101
45122
|
layoutShift: !0
|
|
45102
45123
|
}));
|
|
45103
45124
|
|
|
45104
|
-
const
|
|
45105
|
-
"Escape" === e.key &&
|
|
45125
|
+
const a = e => {
|
|
45126
|
+
"Escape" === e.key && ge(!1);
|
|
45106
45127
|
};
|
|
45107
45128
|
|
|
45108
|
-
N && window.addEventListener("keydown",
|
|
45109
|
-
const
|
|
45110
|
-
|
|
45129
|
+
N && window.addEventListener("keydown", a);
|
|
45130
|
+
const u = [];
|
|
45131
|
+
_e ? (window.addEventListener("click", ke), u.push({
|
|
45111
45132
|
event: "click",
|
|
45112
|
-
listener:
|
|
45113
|
-
})) : (
|
|
45133
|
+
listener: Ne
|
|
45134
|
+
})) : (u.push({
|
|
45114
45135
|
event: "mouseenter",
|
|
45115
45136
|
listener: xe
|
|
45116
45137
|
}, {
|
|
45117
45138
|
event: "mouseleave",
|
|
45118
|
-
listener:
|
|
45139
|
+
listener: Ce
|
|
45119
45140
|
}, {
|
|
45120
45141
|
event: "focus",
|
|
45121
45142
|
listener: xe
|
|
45122
45143
|
}, {
|
|
45123
45144
|
event: "blur",
|
|
45124
|
-
listener:
|
|
45125
|
-
}), g &&
|
|
45145
|
+
listener: Ce
|
|
45146
|
+
}), g && u.push({
|
|
45126
45147
|
event: "mousemove",
|
|
45127
|
-
listener:
|
|
45148
|
+
listener: Re
|
|
45128
45149
|
}));
|
|
45129
45150
|
|
|
45130
|
-
const
|
|
45131
|
-
|
|
45151
|
+
const d = () => {
|
|
45152
|
+
we.current = !0;
|
|
45132
45153
|
},
|
|
45133
45154
|
p = () => {
|
|
45134
|
-
|
|
45155
|
+
we.current = !1, Oe();
|
|
45135
45156
|
};
|
|
45136
45157
|
|
|
45137
|
-
return
|
|
45158
|
+
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
45159
|
event: e,
|
|
45139
45160
|
listener: t
|
|
45140
45161
|
}) => {
|
|
@@ -45144,7 +45165,7 @@ const z = ({
|
|
|
45144
45165
|
});
|
|
45145
45166
|
}), () => {
|
|
45146
45167
|
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(),
|
|
45168
|
+
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
45169
|
event: e,
|
|
45149
45170
|
listener: t
|
|
45150
45171
|
}) => {
|
|
@@ -45154,8 +45175,8 @@ const z = ({
|
|
|
45154
45175
|
});
|
|
45155
45176
|
});
|
|
45156
45177
|
};
|
|
45157
|
-
}, [V, $e,
|
|
45158
|
-
let e = null !=
|
|
45178
|
+
}, [V, $e, pe, fe, be, N, v]), React.useEffect(() => {
|
|
45179
|
+
let e = null != u ? u : "";
|
|
45159
45180
|
!e && t && (e = `[data-tooltip-id='${t}']`);
|
|
45160
45181
|
const r = new MutationObserver(r => {
|
|
45161
45182
|
const o = [];
|
|
@@ -45166,12 +45187,12 @@ const z = ({
|
|
|
45166
45187
|
|
|
45167
45188
|
if ("childList" === r.type && (V && [...r.removedNodes].some(e => {
|
|
45168
45189
|
var t;
|
|
45169
|
-
return !!(null === (t = null == e ? void 0 : e.contains) || void 0 === t ? void 0 : t.call(e, V)) && (
|
|
45190
|
+
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
45191
|
}), e)) try {
|
|
45171
45192
|
const t = [...r.addedNodes].filter(e => 1 === e.nodeType);
|
|
45172
45193
|
o.push(...t.filter(t => t.matches(e))), o.push(...t.flatMap(t => [...t.querySelectorAll(e)]));
|
|
45173
45194
|
} catch (e) {}
|
|
45174
|
-
}), o.length &&
|
|
45195
|
+
}), o.length && Se(e => [...e, ...o]);
|
|
45175
45196
|
});
|
|
45176
45197
|
return r.observe(document.body, {
|
|
45177
45198
|
childList: !0,
|
|
@@ -45181,7 +45202,7 @@ const z = ({
|
|
|
45181
45202
|
}), () => {
|
|
45182
45203
|
r.disconnect();
|
|
45183
45204
|
};
|
|
45184
|
-
}, [t,
|
|
45205
|
+
}, [t, u, V]), React.useEffect(() => {
|
|
45185
45206
|
$e();
|
|
45186
45207
|
}, [$e]), React.useEffect(() => {
|
|
45187
45208
|
if (!(null == U ? void 0 : U.current)) return () => null;
|
|
@@ -45193,41 +45214,43 @@ const z = ({
|
|
|
45193
45214
|
};
|
|
45194
45215
|
}, [K, null == U ? void 0 : U.current]), React.useEffect(() => {
|
|
45195
45216
|
var e;
|
|
45196
|
-
const t = document.querySelector(`[id='${
|
|
45197
|
-
r = [...
|
|
45198
|
-
V && r.includes(V) || Z(null !== (e =
|
|
45199
|
-
}, [
|
|
45200
|
-
|
|
45217
|
+
const t = document.querySelector(`[id='${s}']`),
|
|
45218
|
+
r = [...be, t];
|
|
45219
|
+
V && r.includes(V) || Z(null !== (e = be[0]) && void 0 !== e ? e : t);
|
|
45220
|
+
}, [s, be, V]), React.useEffect(() => () => {
|
|
45221
|
+
re.current && clearTimeout(re.current), oe.current && clearTimeout(oe.current);
|
|
45201
45222
|
}, []), React.useEffect(() => {
|
|
45202
|
-
let e =
|
|
45223
|
+
let e = u;
|
|
45203
45224
|
if (!e && t && (e = `[data-tooltip-id='${t}']`), e) try {
|
|
45204
45225
|
const t = Array.from(document.querySelectorAll(e));
|
|
45205
|
-
|
|
45226
|
+
Se(t);
|
|
45206
45227
|
} catch (e) {
|
|
45207
|
-
|
|
45228
|
+
Se([]);
|
|
45208
45229
|
}
|
|
45209
|
-
}, [t,
|
|
45210
|
-
const
|
|
45211
|
-
return
|
|
45230
|
+
}, [t, u]);
|
|
45231
|
+
const Ie = !A && K && ue && Object.keys(ie).length > 0;
|
|
45232
|
+
return pe ? React__default["default"].createElement(b, {
|
|
45212
45233
|
id: t,
|
|
45213
45234
|
role: "tooltip",
|
|
45214
|
-
className: classnames("react-tooltip",
|
|
45215
|
-
"react-tooltip__show":
|
|
45216
|
-
[D]:
|
|
45217
|
-
[
|
|
45218
|
-
[
|
|
45235
|
+
className: classnames("react-tooltip", C, H.tooltip, H[a], n, `react-tooltip__place-${ne}`, {
|
|
45236
|
+
"react-tooltip__show": Ie,
|
|
45237
|
+
[D]: Ie,
|
|
45238
|
+
[$]: "fixed" === h,
|
|
45239
|
+
[B]: L
|
|
45219
45240
|
}),
|
|
45220
45241
|
style: { ...W,
|
|
45221
|
-
...
|
|
45222
|
-
opacity: void 0 !== J &&
|
|
45242
|
+
...ie,
|
|
45243
|
+
opacity: void 0 !== J && Ie ? J : void 0
|
|
45223
45244
|
},
|
|
45224
|
-
ref:
|
|
45245
|
+
ref: ee
|
|
45225
45246
|
}, K, React__default["default"].createElement(b, {
|
|
45226
45247
|
className: classnames("react-tooltip-arrow", I, H.arrow, l, {
|
|
45227
|
-
[
|
|
45248
|
+
[j]: T
|
|
45228
45249
|
}),
|
|
45229
|
-
style:
|
|
45230
|
-
|
|
45250
|
+
style: { ...ae,
|
|
45251
|
+
background: Q ? `linear-gradient(to right bottom, transparent 50%, ${Q} 50%)` : void 0
|
|
45252
|
+
},
|
|
45253
|
+
ref: te
|
|
45231
45254
|
})) : null;
|
|
45232
45255
|
},
|
|
45233
45256
|
q = ({
|
|
@@ -45242,10 +45265,10 @@ const z = ({
|
|
|
45242
45265
|
anchorId: o,
|
|
45243
45266
|
anchorSelect: n,
|
|
45244
45267
|
content: l,
|
|
45245
|
-
html:
|
|
45246
|
-
render:
|
|
45247
|
-
className:
|
|
45248
|
-
classNameArrow:
|
|
45268
|
+
html: a,
|
|
45269
|
+
render: s,
|
|
45270
|
+
className: u,
|
|
45271
|
+
classNameArrow: d,
|
|
45249
45272
|
variant: p = "dark",
|
|
45250
45273
|
place: v = "top",
|
|
45251
45274
|
offset: m = 10,
|
|
@@ -45260,39 +45283,40 @@ const z = ({
|
|
|
45260
45283
|
float: g = !1,
|
|
45261
45284
|
hidden: A = !1,
|
|
45262
45285
|
noArrow: T = !1,
|
|
45263
|
-
clickable:
|
|
45286
|
+
clickable: L = !1,
|
|
45264
45287
|
closeOnEsc: R = !1,
|
|
45265
45288
|
closeOnScroll: N = !1,
|
|
45266
|
-
closeOnResize:
|
|
45267
|
-
style:
|
|
45268
|
-
position:
|
|
45269
|
-
isOpen:
|
|
45289
|
+
closeOnResize: k = !1,
|
|
45290
|
+
style: x,
|
|
45291
|
+
position: C,
|
|
45292
|
+
isOpen: $,
|
|
45270
45293
|
disableStyleInjection: I = !1,
|
|
45271
|
-
border:
|
|
45272
|
-
opacity:
|
|
45273
|
-
|
|
45274
|
-
|
|
45275
|
-
|
|
45294
|
+
border: j,
|
|
45295
|
+
opacity: B,
|
|
45296
|
+
arrowColor: D,
|
|
45297
|
+
setIsOpen: H,
|
|
45298
|
+
afterShow: W,
|
|
45299
|
+
afterHide: M
|
|
45276
45300
|
}) => {
|
|
45277
|
-
const [
|
|
45278
|
-
[
|
|
45279
|
-
[
|
|
45280
|
-
[
|
|
45281
|
-
[
|
|
45282
|
-
[
|
|
45283
|
-
[
|
|
45284
|
-
[
|
|
45285
|
-
[
|
|
45286
|
-
[
|
|
45287
|
-
[se,
|
|
45288
|
-
[de,
|
|
45289
|
-
[
|
|
45290
|
-
|
|
45301
|
+
const [P, F] = React.useState(l),
|
|
45302
|
+
[K, U] = React.useState(a),
|
|
45303
|
+
[X, Y] = React.useState(v),
|
|
45304
|
+
[V, Z] = React.useState(p),
|
|
45305
|
+
[G, J] = React.useState(m),
|
|
45306
|
+
[Q, ee] = React.useState(E),
|
|
45307
|
+
[te, re] = React.useState(_),
|
|
45308
|
+
[oe, ne] = React.useState(g),
|
|
45309
|
+
[le, ie] = React.useState(A),
|
|
45310
|
+
[ce, ae] = React.useState(y),
|
|
45311
|
+
[se, ue] = React.useState(h),
|
|
45312
|
+
[de, pe] = React.useState(b),
|
|
45313
|
+
[ve, me] = React.useState(null),
|
|
45314
|
+
ye = React.useRef(I),
|
|
45291
45315
|
{
|
|
45292
|
-
anchorRefs:
|
|
45293
|
-
activeAnchor:
|
|
45294
|
-
} =
|
|
45295
|
-
|
|
45316
|
+
anchorRefs: fe,
|
|
45317
|
+
activeAnchor: he
|
|
45318
|
+
} = O(t),
|
|
45319
|
+
we = e => null == e ? void 0 : e.getAttributeNames().reduce((t, r) => {
|
|
45296
45320
|
var o;
|
|
45297
45321
|
|
|
45298
45322
|
if (r.startsWith("data-tooltip-")) {
|
|
@@ -45301,48 +45325,48 @@ const z = ({
|
|
|
45301
45325
|
|
|
45302
45326
|
return t;
|
|
45303
45327
|
}, {}),
|
|
45304
|
-
|
|
45328
|
+
be = e => {
|
|
45305
45329
|
const t = {
|
|
45306
45330
|
place: e => {
|
|
45307
45331
|
var t;
|
|
45308
|
-
|
|
45332
|
+
Y(null !== (t = e) && void 0 !== t ? t : v);
|
|
45309
45333
|
},
|
|
45310
45334
|
content: e => {
|
|
45311
|
-
|
|
45335
|
+
F(null != e ? e : l);
|
|
45312
45336
|
},
|
|
45313
45337
|
html: e => {
|
|
45314
|
-
|
|
45338
|
+
U(null != e ? e : a);
|
|
45315
45339
|
},
|
|
45316
45340
|
variant: e => {
|
|
45317
45341
|
var t;
|
|
45318
|
-
|
|
45342
|
+
Z(null !== (t = e) && void 0 !== t ? t : p);
|
|
45319
45343
|
},
|
|
45320
45344
|
offset: e => {
|
|
45321
|
-
|
|
45345
|
+
J(null === e ? m : Number(e));
|
|
45322
45346
|
},
|
|
45323
45347
|
wrapper: e => {
|
|
45324
45348
|
var t;
|
|
45325
|
-
|
|
45349
|
+
ae(null !== (t = e) && void 0 !== t ? t : y);
|
|
45326
45350
|
},
|
|
45327
45351
|
events: e => {
|
|
45328
45352
|
const t = null == e ? void 0 : e.split(" ");
|
|
45329
|
-
|
|
45353
|
+
ue(null != t ? t : h);
|
|
45330
45354
|
},
|
|
45331
45355
|
"position-strategy": e => {
|
|
45332
45356
|
var t;
|
|
45333
|
-
|
|
45357
|
+
pe(null !== (t = e) && void 0 !== t ? t : b);
|
|
45334
45358
|
},
|
|
45335
45359
|
"delay-show": e => {
|
|
45336
|
-
|
|
45360
|
+
ee(null === e ? E : Number(e));
|
|
45337
45361
|
},
|
|
45338
45362
|
"delay-hide": e => {
|
|
45339
|
-
|
|
45363
|
+
re(null === e ? _ : Number(e));
|
|
45340
45364
|
},
|
|
45341
45365
|
float: e => {
|
|
45342
|
-
|
|
45366
|
+
ne(null === e ? g : "true" === e);
|
|
45343
45367
|
},
|
|
45344
45368
|
hidden: e => {
|
|
45345
|
-
|
|
45369
|
+
ie(null === e ? A : "true" === e);
|
|
45346
45370
|
}
|
|
45347
45371
|
};
|
|
45348
45372
|
Object.values(t).forEach(e => e(null)), Object.entries(e).forEach(([e, r]) => {
|
|
@@ -45352,27 +45376,27 @@ const z = ({
|
|
|
45352
45376
|
};
|
|
45353
45377
|
|
|
45354
45378
|
React.useEffect(() => {
|
|
45355
|
-
|
|
45379
|
+
F(l);
|
|
45356
45380
|
}, [l]), React.useEffect(() => {
|
|
45357
|
-
|
|
45358
|
-
}, [
|
|
45359
|
-
|
|
45381
|
+
U(a);
|
|
45382
|
+
}, [a]), React.useEffect(() => {
|
|
45383
|
+
Y(v);
|
|
45360
45384
|
}, [v]), React.useEffect(() => {
|
|
45361
|
-
|
|
45385
|
+
Z(p);
|
|
45362
45386
|
}, [p]), React.useEffect(() => {
|
|
45363
|
-
|
|
45387
|
+
J(m);
|
|
45364
45388
|
}, [m]), React.useEffect(() => {
|
|
45365
|
-
|
|
45389
|
+
ee(E);
|
|
45366
45390
|
}, [E]), React.useEffect(() => {
|
|
45367
|
-
|
|
45391
|
+
re(_);
|
|
45368
45392
|
}, [_]), React.useEffect(() => {
|
|
45369
|
-
|
|
45393
|
+
ne(g);
|
|
45370
45394
|
}, [g]), React.useEffect(() => {
|
|
45371
|
-
|
|
45395
|
+
ie(A);
|
|
45372
45396
|
}, [A]), React.useEffect(() => {
|
|
45373
|
-
|
|
45397
|
+
pe(b);
|
|
45374
45398
|
}, [b]), React.useEffect(() => {
|
|
45375
|
-
|
|
45399
|
+
ye.current !== I && console.warn("[react-tooltip] Do not change `disableStyleInjection` dynamically.");
|
|
45376
45400
|
}, [I]), React.useEffect(() => {
|
|
45377
45401
|
"undefined" != typeof window && window.dispatchEvent(new CustomEvent("react-tooltip-inject-styles", {
|
|
45378
45402
|
detail: {
|
|
@@ -45382,7 +45406,7 @@ const z = ({
|
|
|
45382
45406
|
}));
|
|
45383
45407
|
}, []), React.useEffect(() => {
|
|
45384
45408
|
var e;
|
|
45385
|
-
const r = new Set(
|
|
45409
|
+
const r = new Set(fe);
|
|
45386
45410
|
let l = n;
|
|
45387
45411
|
if (!l && t && (l = `[data-tooltip-id='${t}']`), l) try {
|
|
45388
45412
|
document.querySelectorAll(l).forEach(e => {
|
|
@@ -45397,86 +45421,87 @@ const z = ({
|
|
|
45397
45421
|
if (i && r.add({
|
|
45398
45422
|
current: i
|
|
45399
45423
|
}), !r.size) return () => null;
|
|
45400
|
-
const c = null !== (e = null !=
|
|
45401
|
-
|
|
45424
|
+
const c = null !== (e = null != ve ? ve : i) && void 0 !== e ? e : he.current,
|
|
45425
|
+
a = new MutationObserver(e => {
|
|
45402
45426
|
e.forEach(e => {
|
|
45403
45427
|
var t;
|
|
45404
45428
|
if (!c || "attributes" !== e.type || !(null === (t = e.attributeName) || void 0 === t ? void 0 : t.startsWith("data-tooltip-"))) return;
|
|
45405
|
-
const r =
|
|
45406
|
-
|
|
45429
|
+
const r = we(c);
|
|
45430
|
+
be(r);
|
|
45407
45431
|
});
|
|
45408
45432
|
}),
|
|
45409
|
-
|
|
45433
|
+
s = {
|
|
45410
45434
|
attributes: !0,
|
|
45411
45435
|
childList: !1,
|
|
45412
45436
|
subtree: !1
|
|
45413
45437
|
};
|
|
45414
45438
|
|
|
45415
45439
|
if (c) {
|
|
45416
|
-
const e =
|
|
45417
|
-
|
|
45440
|
+
const e = we(c);
|
|
45441
|
+
be(e), a.observe(c, s);
|
|
45418
45442
|
}
|
|
45419
45443
|
|
|
45420
45444
|
return () => {
|
|
45421
|
-
|
|
45445
|
+
a.disconnect();
|
|
45422
45446
|
};
|
|
45423
|
-
}, [
|
|
45424
|
-
(null ==
|
|
45447
|
+
}, [fe, he, ve, o, n]), React.useEffect(() => {
|
|
45448
|
+
(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
45449
|
}, []);
|
|
45426
|
-
let
|
|
45427
|
-
const
|
|
45450
|
+
let Se = f;
|
|
45451
|
+
const Ee = React.useRef(null);
|
|
45428
45452
|
|
|
45429
|
-
if (
|
|
45430
|
-
const t =
|
|
45431
|
-
content: null !=
|
|
45432
|
-
activeAnchor:
|
|
45453
|
+
if (s) {
|
|
45454
|
+
const t = s({
|
|
45455
|
+
content: null != P ? P : null,
|
|
45456
|
+
activeAnchor: ve
|
|
45433
45457
|
});
|
|
45434
|
-
|
|
45435
|
-
ref:
|
|
45458
|
+
Se = t ? React__default["default"].createElement("div", {
|
|
45459
|
+
ref: Ee,
|
|
45436
45460
|
className: "react-tooltip-content-wrapper"
|
|
45437
45461
|
}, t) : null;
|
|
45438
|
-
} else
|
|
45462
|
+
} else P && (Se = P);
|
|
45439
45463
|
|
|
45440
|
-
|
|
45441
|
-
content:
|
|
45464
|
+
K && (Se = React__default["default"].createElement(q, {
|
|
45465
|
+
content: K
|
|
45442
45466
|
}));
|
|
45443
|
-
const
|
|
45467
|
+
const _e = {
|
|
45444
45468
|
id: t,
|
|
45445
45469
|
anchorId: o,
|
|
45446
45470
|
anchorSelect: n,
|
|
45447
|
-
className:
|
|
45448
|
-
classNameArrow:
|
|
45449
|
-
content:
|
|
45450
|
-
contentWrapperRef:
|
|
45451
|
-
place:
|
|
45452
|
-
variant:
|
|
45453
|
-
offset:
|
|
45454
|
-
wrapper:
|
|
45471
|
+
className: u,
|
|
45472
|
+
classNameArrow: d,
|
|
45473
|
+
content: Se,
|
|
45474
|
+
contentWrapperRef: Ee,
|
|
45475
|
+
place: X,
|
|
45476
|
+
variant: V,
|
|
45477
|
+
offset: G,
|
|
45478
|
+
wrapper: ce,
|
|
45455
45479
|
events: se,
|
|
45456
45480
|
openOnClick: w,
|
|
45457
45481
|
positionStrategy: de,
|
|
45458
45482
|
middlewares: S,
|
|
45459
|
-
delayShow:
|
|
45460
|
-
delayHide:
|
|
45461
|
-
float:
|
|
45462
|
-
hidden:
|
|
45483
|
+
delayShow: Q,
|
|
45484
|
+
delayHide: te,
|
|
45485
|
+
float: oe,
|
|
45486
|
+
hidden: le,
|
|
45463
45487
|
noArrow: T,
|
|
45464
|
-
clickable:
|
|
45488
|
+
clickable: L,
|
|
45465
45489
|
closeOnEsc: R,
|
|
45466
45490
|
closeOnScroll: N,
|
|
45467
|
-
closeOnResize:
|
|
45468
|
-
style:
|
|
45469
|
-
position:
|
|
45470
|
-
isOpen:
|
|
45471
|
-
border:
|
|
45472
|
-
opacity:
|
|
45473
|
-
|
|
45474
|
-
|
|
45475
|
-
|
|
45476
|
-
|
|
45477
|
-
|
|
45478
|
-
|
|
45479
|
-
|
|
45491
|
+
closeOnResize: k,
|
|
45492
|
+
style: x,
|
|
45493
|
+
position: C,
|
|
45494
|
+
isOpen: $,
|
|
45495
|
+
border: j,
|
|
45496
|
+
opacity: B,
|
|
45497
|
+
arrowColor: D,
|
|
45498
|
+
setIsOpen: H,
|
|
45499
|
+
afterShow: W,
|
|
45500
|
+
afterHide: M,
|
|
45501
|
+
activeAnchor: ve,
|
|
45502
|
+
setActiveAnchor: e => me(e)
|
|
45503
|
+
};
|
|
45504
|
+
return React__default["default"].createElement(z, { ..._e
|
|
45480
45505
|
});
|
|
45481
45506
|
};
|
|
45482
45507
|
|
|
@@ -45486,7 +45511,7 @@ const z = ({
|
|
|
45486
45511
|
type: "core"
|
|
45487
45512
|
}), e.detail.disableBase || b({
|
|
45488
45513
|
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
|
|
45514
|
+
.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
45515
|
type: "base"
|
|
45491
45516
|
});
|
|
45492
45517
|
});
|