@openfin/ui-library 0.31.3-alpha.20251203172248.f33d571 → 0.31.3-alpha.20260113190318
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/components/controls/Button/button.variants.d.ts +3 -3
- package/dist/components/controls/ViewTab/ViewTab.d.ts +41 -0
- package/dist/components/controls/ViewTab/index.d.ts +2 -0
- package/dist/components/system/ThemeProvider/lib/helpers.d.ts +8 -3
- package/dist/components/system/ThemeProvider/lib/types.d.ts +2 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +329 -295
- package/dist/styles/_core/tokens.css +1 -1
- package/dist/styles/_modules/core-ui/browser/control-bar.css +1 -1
- package/dist/styles/_modules/core-ui/browser/control-bar.css.map +1 -1
- package/dist/styles/_modules/core-ui/browser/golden-layout-story.css +1 -0
- package/dist/styles/_modules/core-ui/browser/golden-layout-story.css.map +1 -0
- package/dist/styles/_modules/core-ui/browser/index.css +1 -1
- package/dist/styles/_modules/core-ui/browser/index.css.map +1 -1
- package/dist/styles/_modules/core-ui/browser/layout-container.css +1 -0
- package/dist/styles/_modules/core-ui/browser/layout-container.css.map +1 -0
- package/dist/styles/_modules/core-ui/browser/page-button.css +1 -1
- package/dist/styles/_modules/core-ui/browser/page-button.css.map +1 -1
- package/dist/styles/_modules/core-ui/browser/root.css +1 -1
- package/dist/styles/_modules/core-ui/browser/root.css.map +1 -1
- package/dist/styles/_modules/core-ui/browser/view-tab.css +1 -0
- package/dist/styles/_modules/core-ui/browser/view-tab.css.map +1 -0
- package/dist/styles/_modules/core-ui/browser/view-tab.stories.css +1 -0
- package/dist/styles/_modules/core-ui/browser/view-tab.stories.css.map +1 -0
- package/dist/styles/_modules/core-ui/index.css +1 -1
- package/dist/styles/_modules/core-ui/index.css.map +1 -1
- package/dist/styles/_modules/core-ui/temp-tokens.css +1 -1
- package/dist/styles/_modules/core-ui/tokens-data-scheme.css +1 -0
- package/dist/styles/_modules/core-ui/tokens-data-scheme.css.map +1 -0
- package/dist/styles/_modules/core-ui/tokens-prefers-color-scheme.css +3 -0
- package/dist/styles/_modules/core-ui/tokens-prefers-color-scheme.css.map +1 -0
- package/dist/styles/_modules/enterprise/index.css +1 -1
- package/dist/styles/_modules/enterprise/index.css.map +1 -1
- package/dist/styles/_modules/enterprise/tabs/index.css +1 -1
- package/dist/styles/_modules/enterprise/tabs/index.css.map +1 -1
- package/dist/styles/_modules/enterprise/tabs/tabs.css +1 -1
- package/dist/styles/_modules/enterprise/tabs/tabs.css.map +1 -1
- package/dist/types/core-ui-css-selectors.d.ts +3 -8
- package/dist/types/core-ui-css-selectors.js +3 -8
- package/dist/types/core-ui-css-selectors.ts +3 -8
- package/dist/types/enterprise-css-selectors.d.ts +1 -1
- package/dist/types/enterprise-css-selectors.js +1 -1
- package/dist/types/enterprise-css-selectors.ts +1 -1
- package/dist/types/shared-css-selectors.d.ts +1 -1
- package/dist/types/shared-css-selectors.js +1 -1
- package/dist/types/shared-css-selectors.ts +1 -1
- package/dist/utils/SchemeManager.d.ts +85 -0
- package/dist/utils/index.d.ts +2 -0
- package/package.json +5 -4
package/dist/index.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
/*! For license information please see index.js.LICENSE.txt */
|
|
2
|
-
var e={6557:(e,t,n)=>{n.r(t),n.d(t,{default:()=>l});var r=n(6758),o=n.n(r),a=n(935),i=n.n(a)()(o());i.push([e.id,".react-calendar {\n width: 350px;\n max-width: 100%;\n background: white;\n border: 1px solid #a0a096;\n font-family: 'Arial', 'Helvetica', sans-serif;\n line-height: 1.125em;\n}\n\n.react-calendar--doubleView {\n width: 700px;\n}\n\n.react-calendar--doubleView .react-calendar__viewContainer {\n display: flex;\n margin: -0.5em;\n}\n\n.react-calendar--doubleView .react-calendar__viewContainer > * {\n width: 50%;\n margin: 0.5em;\n}\n\n.react-calendar,\n.react-calendar *,\n.react-calendar *:before,\n.react-calendar *:after {\n -moz-box-sizing: border-box;\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n}\n\n.react-calendar button {\n margin: 0;\n border: 0;\n outline: none;\n}\n\n.react-calendar button:enabled:hover {\n cursor: pointer;\n}\n\n.react-calendar__navigation {\n display: flex;\n height: 44px;\n margin-bottom: 1em;\n}\n\n.react-calendar__navigation button {\n min-width: 44px;\n background: none;\n}\n\n.react-calendar__navigation button:disabled {\n background-color: #f0f0f0;\n}\n\n.react-calendar__navigation button:enabled:hover,\n.react-calendar__navigation button:enabled:focus {\n background-color: #e6e6e6;\n}\n\n.react-calendar__month-view__weekdays {\n text-align: center;\n text-transform: uppercase;\n font: inherit;\n font-size: 0.75em;\n font-weight: bold;\n}\n\n.react-calendar__month-view__weekdays__weekday {\n padding: 0.5em;\n}\n\n.react-calendar__month-view__weekNumbers .react-calendar__tile {\n display: flex;\n align-items: center;\n justify-content: center;\n font: inherit;\n font-size: 0.75em;\n font-weight: bold;\n}\n\n.react-calendar__month-view__days__day--weekend {\n color: #d10000;\n}\n\n.react-calendar__month-view__days__day--neighboringMonth,\n.react-calendar__decade-view__years__year--neighboringDecade,\n.react-calendar__century-view__decades__decade--neighboringCentury {\n color: #757575;\n}\n\n.react-calendar__year-view .react-calendar__tile,\n.react-calendar__decade-view .react-calendar__tile,\n.react-calendar__century-view .react-calendar__tile {\n padding: 2em 0.5em;\n}\n\n.react-calendar__tile {\n max-width: 100%;\n padding: 10px 6.6667px;\n background: none;\n text-align: center;\n font: inherit;\n font-size: 0.833em;\n}\n\n.react-calendar__tile:disabled {\n background-color: #f0f0f0;\n color: #ababab;\n}\n\n.react-calendar__month-view__days__day--neighboringMonth:disabled,\n.react-calendar__decade-view__years__year--neighboringDecade:disabled,\n.react-calendar__century-view__decades__decade--neighboringCentury:disabled {\n color: #cdcdcd;\n}\n\n.react-calendar__tile:enabled:hover,\n.react-calendar__tile:enabled:focus {\n background-color: #e6e6e6;\n}\n\n.react-calendar__tile--now {\n background: #ffff76;\n}\n\n.react-calendar__tile--now:enabled:hover,\n.react-calendar__tile--now:enabled:focus {\n background: #ffffa9;\n}\n\n.react-calendar__tile--hasActive {\n background: #76baff;\n}\n\n.react-calendar__tile--hasActive:enabled:hover,\n.react-calendar__tile--hasActive:enabled:focus {\n background: #a9d4ff;\n}\n\n.react-calendar__tile--active {\n background: #006edc;\n color: white;\n}\n\n.react-calendar__tile--active:enabled:hover,\n.react-calendar__tile--active:enabled:focus {\n background: #1087ff;\n}\n\n.react-calendar--selectRange .react-calendar__tile--hover {\n background-color: #e6e6e6;\n}\n",""]);const l=i},935:e=>{e.exports=function(e){var t=[];return t.toString=function(){return this.map(function(t){var n="",r=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),r&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),r&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n}).join("")},t.i=function(e,n,r,o,a){"string"==typeof e&&(e=[[null,e,void 0]]);var i={};if(r)for(var l=0;l<this.length;l++){var s=this[l][0];null!=s&&(i[s]=!0)}for(var c=0;c<e.length;c++){var u=[].concat(e[c]);r&&i[u[0]]||(void 0!==a&&(void 0===u[5]||(u[1]="@layer".concat(u[5].length>0?" ".concat(u[5]):""," {").concat(u[1],"}")),u[5]=a),n&&(u[2]?(u[1]="@media ".concat(u[2]," {").concat(u[1],"}"),u[2]=n):u[2]=n),o&&(u[4]?(u[1]="@supports (".concat(u[4],") {").concat(u[1],"}"),u[4]=o):u[4]="".concat(o)),t.push(u))}},t}},6758:e=>{e.exports=function(e){return e[1]}},4867:(e,t,n)=>{function r(e){return r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},r(e)}function o(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function a(e,t){return a=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},a(e,t)}function i(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function l(e){return l=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},l(e)}var s=n(2015),c=n(9067),u=n(8654).createFocusTrap,d=n(679).isFocusable,p=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&a(e,t)}(f,e);var t,n,c,u,p=(c=f,u=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}(),function(){var e,t=l(c);if(u){var n=l(this).constructor;e=Reflect.construct(t,arguments,n)}else e=t.apply(this,arguments);return function(e,t){if(t&&("object"===r(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return i(e)}(this,e)});function f(e){var t,n,r,o;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,f),o=function(e){var t,n=null!==(t=this.internalOptions[e])&&void 0!==t?t:this.originalOptions[e];if("function"==typeof n){for(var r=arguments.length,o=new Array(r>1?r-1:0),a=1;a<r;a++)o[a-1]=arguments[a];n=n.apply(void 0,o)}if(!0===n&&(n=void 0),!n){if(void 0===n||!1===n)return n;throw new Error("`".concat(e,"` was specified but was not a node, or did not return a node"))}var i,l=n;if("string"==typeof n&&!(l=null===(i=this.getDocument())||void 0===i?void 0:i.querySelector(n)))throw new Error("`".concat(e,"` as selector refers to no known node"));return l},(r="getNodeForOption")in(n=i(t=p.call(this,e)))?Object.defineProperty(n,r,{value:o,enumerable:!0,configurable:!0,writable:!0}):n[r]=o,t.handleDeactivate=t.handleDeactivate.bind(i(t)),t.handlePostDeactivate=t.handlePostDeactivate.bind(i(t)),t.handleClickOutsideDeactivates=t.handleClickOutsideDeactivates.bind(i(t)),t.internalOptions={returnFocusOnDeactivate:!1,checkCanReturnFocus:null,onDeactivate:t.handleDeactivate,onPostDeactivate:t.handlePostDeactivate,clickOutsideDeactivates:t.handleClickOutsideDeactivates},t.originalOptions={returnFocusOnDeactivate:!0,onDeactivate:null,onPostDeactivate:null,checkCanReturnFocus:null,clickOutsideDeactivates:!1};var a=e.focusTrapOptions;for(var l in a)Object.prototype.hasOwnProperty.call(a,l)&&("returnFocusOnDeactivate"!==l&&"onDeactivate"!==l&&"onPostDeactivate"!==l&&"checkCanReturnFocus"!==l&&"clickOutsideDeactivates"!==l?t.internalOptions[l]=a[l]:t.originalOptions[l]=a[l]);return t.outsideClick=null,t.focusTrapElements=e.containerElements||[],t.updatePreviousElement(),t}return t=f,(n=[{key:"getDocument",value:function(){return this.props.focusTrapOptions.document||("undefined"!=typeof document?document:void 0)}},{key:"getReturnFocusNode",value:function(){var e=this.getNodeForOption("setReturnFocus",this.previouslyFocusedElement);return e||!1!==e&&this.previouslyFocusedElement}},{key:"updatePreviousElement",value:function(){var e=this.getDocument();e&&(this.previouslyFocusedElement=e.activeElement)}},{key:"deactivateTrap",value:function(){this.focusTrap&&this.focusTrap.active&&this.focusTrap.deactivate({returnFocus:!1,checkCanReturnFocus:null,onDeactivate:this.originalOptions.onDeactivate})}},{key:"handleClickOutsideDeactivates",value:function(e){var t="function"==typeof this.originalOptions.clickOutsideDeactivates?this.originalOptions.clickOutsideDeactivates.call(null,e):this.originalOptions.clickOutsideDeactivates;return t&&(this.outsideClick={target:e.target,allowDeactivation:t}),t}},{key:"handleDeactivate",value:function(){this.originalOptions.onDeactivate&&this.originalOptions.onDeactivate.call(null),this.deactivateTrap()}},{key:"handlePostDeactivate",value:function(){var e=this,t=function(){var t=e.getReturnFocusNode(),n=!(!e.originalOptions.returnFocusOnDeactivate||null==t||!t.focus||e.outsideClick&&(!e.outsideClick.allowDeactivation||d(e.outsideClick.target,e.internalOptions.tabbableOptions))),r=e.internalOptions.preventScroll,o=void 0!==r&&r;n&&t.focus({preventScroll:o}),e.originalOptions.onPostDeactivate&&e.originalOptions.onPostDeactivate.call(null),e.outsideClick=null};this.originalOptions.checkCanReturnFocus?this.originalOptions.checkCanReturnFocus.call(null,this.getReturnFocusNode()).then(t,t):t()}},{key:"setupFocusTrap",value:function(){this.focusTrap?this.props.active&&!this.focusTrap.active&&(this.focusTrap.activate(),this.props.paused&&this.focusTrap.pause()):this.focusTrapElements.some(Boolean)&&(this.focusTrap=this.props._createFocusTrap(this.focusTrapElements,this.internalOptions),this.props.active&&this.focusTrap.activate(),this.props.paused&&this.focusTrap.pause())}},{key:"componentDidMount",value:function(){this.props.active&&this.setupFocusTrap()}},{key:"componentDidUpdate",value:function(e){if(this.focusTrap){e.containerElements!==this.props.containerElements&&this.focusTrap.updateContainerElements(this.props.containerElements);var t=!e.active&&this.props.active,n=e.active&&!this.props.active,r=!e.paused&&this.props.paused,o=e.paused&&!this.props.paused;if(t&&(this.updatePreviousElement(),this.focusTrap.activate()),n)return void this.deactivateTrap();r&&this.focusTrap.pause(),o&&this.focusTrap.unpause()}else e.containerElements!==this.props.containerElements&&(this.focusTrapElements=this.props.containerElements),this.props.active&&(this.updatePreviousElement(),this.setupFocusTrap())}},{key:"componentWillUnmount",value:function(){this.deactivateTrap()}},{key:"render",value:function(){var e=this,t=this.props.children?s.Children.only(this.props.children):void 0;if(t){if(t.type&&t.type===s.Fragment)throw new Error("A focus-trap cannot use a Fragment as its child container. Try replacing it with a <div> element.");return s.cloneElement(t,{ref:function(n){var r=e.props.containerElements;t&&("function"==typeof t.ref?t.ref(n):t.ref&&(t.ref.current=n)),e.focusTrapElements=r||[n]}})}return null}}])&&o(t.prototype,n),Object.defineProperty(t,"prototype",{writable:!1}),f}(s.Component),f="undefined"==typeof Element?Function:Element;p.propTypes={active:c.bool,paused:c.bool,focusTrapOptions:c.shape({document:c.object,onActivate:c.func,onPostActivate:c.func,checkCanFocusTrap:c.func,onDeactivate:c.func,onPostDeactivate:c.func,checkCanReturnFocus:c.func,initialFocus:c.oneOfType([c.instanceOf(f),c.string,c.bool,c.func]),fallbackFocus:c.oneOfType([c.instanceOf(f),c.string,c.func]),escapeDeactivates:c.oneOfType([c.bool,c.func]),clickOutsideDeactivates:c.oneOfType([c.bool,c.func]),returnFocusOnDeactivate:c.bool,setReturnFocus:c.oneOfType([c.instanceOf(f),c.string,c.bool,c.func]),allowOutsideClick:c.oneOfType([c.bool,c.func]),preventScroll:c.bool,tabbableOptions:c.shape({displayCheck:c.oneOf(["full","non-zero-area","none"]),getShadowRoot:c.oneOfType([c.bool,c.func])})}),containerElements:c.arrayOf(c.instanceOf(f)),children:c.oneOfType([c.element,c.instanceOf(f)])},p.defaultProps={active:!0,paused:!1,focusTrapOptions:{},_createFocusTrap:u},e.exports=p},8654:(e,t,n)=>{n.r(t),n.d(t,{createFocusTrap:()=>f});var r=n(679);function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function a(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?o(Object(n),!0).forEach(function(t){i(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):o(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function i(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var l,s=(l=[],{activateTrap:function(e){if(l.length>0){var t=l[l.length-1];t!==e&&t.pause()}var n=l.indexOf(e);-1===n||l.splice(n,1),l.push(e)},deactivateTrap:function(e){var t=l.indexOf(e);-1!==t&&l.splice(t,1),l.length>0&&l[l.length-1].unpause()}}),c=function(e){return setTimeout(e,0)},u=function(e,t){var n=-1;return e.every(function(e,r){return!t(e)||(n=r,!1)}),n},d=function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return"function"==typeof e?e.apply(void 0,n):e},p=function(e){return e.target.shadowRoot&&"function"==typeof e.composedPath?e.composedPath()[0]:e.target},f=function(e,t){var n,o=(null==t?void 0:t.document)||document,i=a({returnFocusOnDeactivate:!0,escapeDeactivates:!0,delayInitialFocus:!0},t),l={containers:[],containerGroups:[],tabbableGroups:[],nodeFocusedBeforeActivation:null,mostRecentlyFocusedNode:null,active:!1,paused:!1,delayInitialFocusTimer:void 0},f=function(e,t,n){return e&&void 0!==e[t]?e[t]:i[n||t]},h=function(e){return l.containerGroups.findIndex(function(t){var n=t.container,r=t.tabbableNodes;return n.contains(e)||r.find(function(t){return t===e})})},b=function(e){var t=i[e];if("function"==typeof t){for(var n=arguments.length,r=new Array(n>1?n-1:0),a=1;a<n;a++)r[a-1]=arguments[a];t=t.apply(void 0,r)}if(!0===t&&(t=void 0),!t){if(void 0===t||!1===t)return t;throw new Error("`".concat(e,"` was specified but was not a node, or did not return a node"))}var l=t;if("string"==typeof t&&!(l=o.querySelector(t)))throw new Error("`".concat(e,"` as selector refers to no known node"));return l},g=function(){var e=b("initialFocus");if(!1===e)return!1;if(void 0===e)if(h(o.activeElement)>=0)e=o.activeElement;else{var t=l.tabbableGroups[0];e=t&&t.firstTabbableNode||b("fallbackFocus")}if(!e)throw new Error("Your focus-trap needs to have at least one focusable element");return e},m=function(){if(l.containerGroups=l.containers.map(function(e){var t=(0,r.tabbable)(e,i.tabbableOptions),n=(0,r.focusable)(e,i.tabbableOptions);return{container:e,tabbableNodes:t,focusableNodes:n,firstTabbableNode:t.length>0?t[0]:null,lastTabbableNode:t.length>0?t[t.length-1]:null,nextTabbableNode:function(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],o=n.findIndex(function(t){return t===e});if(!(o<0))return t?n.slice(o+1).find(function(e){return(0,r.isTabbable)(e,i.tabbableOptions)}):n.slice(0,o).reverse().find(function(e){return(0,r.isTabbable)(e,i.tabbableOptions)})}}}),l.tabbableGroups=l.containerGroups.filter(function(e){return e.tabbableNodes.length>0}),l.tabbableGroups.length<=0&&!b("fallbackFocus"))throw new Error("Your focus-trap must have at least one container with at least one tabbable node in it at all times")},v=function e(t){!1!==t&&t!==o.activeElement&&(t&&t.focus?(t.focus({preventScroll:!!i.preventScroll}),l.mostRecentlyFocusedNode=t,function(e){return e.tagName&&"input"===e.tagName.toLowerCase()&&"function"==typeof e.select}(t)&&t.select()):e(g()))},x=function(e){var t=b("setReturnFocus",e);return t||!1!==t&&e},y=function(e){var t=p(e);h(t)>=0||(d(i.clickOutsideDeactivates,e)?n.deactivate({returnFocus:i.returnFocusOnDeactivate&&!(0,r.isFocusable)(t,i.tabbableOptions)}):d(i.allowOutsideClick,e)||e.preventDefault())},C=function(e){var t=p(e),n=h(t)>=0;n||t instanceof Document?n&&(l.mostRecentlyFocusedNode=t):(e.stopImmediatePropagation(),v(l.mostRecentlyFocusedNode||g()))},_=function(e){if(function(e){return"Escape"===e.key||"Esc"===e.key||27===e.keyCode}(e)&&!1!==d(i.escapeDeactivates,e))return e.preventDefault(),void n.deactivate();(function(e){return"Tab"===e.key||9===e.keyCode})(e)&&function(e){var t=p(e);m();var n=null;if(l.tabbableGroups.length>0){var o=h(t),a=o>=0?l.containerGroups[o]:void 0;if(o<0)n=e.shiftKey?l.tabbableGroups[l.tabbableGroups.length-1].lastTabbableNode:l.tabbableGroups[0].firstTabbableNode;else if(e.shiftKey){var s=u(l.tabbableGroups,function(e){var n=e.firstTabbableNode;return t===n});if(s<0&&(a.container===t||(0,r.isFocusable)(t,i.tabbableOptions)&&!(0,r.isTabbable)(t,i.tabbableOptions)&&!a.nextTabbableNode(t,!1))&&(s=o),s>=0){var c=0===s?l.tabbableGroups.length-1:s-1;n=l.tabbableGroups[c].lastTabbableNode}}else{var d=u(l.tabbableGroups,function(e){var n=e.lastTabbableNode;return t===n});if(d<0&&(a.container===t||(0,r.isFocusable)(t,i.tabbableOptions)&&!(0,r.isTabbable)(t,i.tabbableOptions)&&!a.nextTabbableNode(t))&&(d=o),d>=0){var f=d===l.tabbableGroups.length-1?0:d+1;n=l.tabbableGroups[f].firstTabbableNode}}}else n=b("fallbackFocus");n&&(e.preventDefault(),v(n))}(e)},O=function(e){var t=p(e);h(t)>=0||d(i.clickOutsideDeactivates,e)||d(i.allowOutsideClick,e)||(e.preventDefault(),e.stopImmediatePropagation())},w=function(){if(l.active)return s.activateTrap(n),l.delayInitialFocusTimer=i.delayInitialFocus?c(function(){v(g())}):v(g()),o.addEventListener("focusin",C,!0),o.addEventListener("mousedown",y,{capture:!0,passive:!1}),o.addEventListener("touchstart",y,{capture:!0,passive:!1}),o.addEventListener("click",O,{capture:!0,passive:!1}),o.addEventListener("keydown",_,{capture:!0,passive:!1}),n},j=function(){if(l.active)return o.removeEventListener("focusin",C,!0),o.removeEventListener("mousedown",y,!0),o.removeEventListener("touchstart",y,!0),o.removeEventListener("click",O,!0),o.removeEventListener("keydown",_,!0),n};return(n={get active(){return l.active},get paused(){return l.paused},activate:function(e){if(l.active)return this;var t=f(e,"onActivate"),n=f(e,"onPostActivate"),r=f(e,"checkCanFocusTrap");r||m(),l.active=!0,l.paused=!1,l.nodeFocusedBeforeActivation=o.activeElement,t&&t();var a=function(){r&&m(),w(),n&&n()};return r?(r(l.containers.concat()).then(a,a),this):(a(),this)},deactivate:function(e){if(!l.active)return this;var t=a({onDeactivate:i.onDeactivate,onPostDeactivate:i.onPostDeactivate,checkCanReturnFocus:i.checkCanReturnFocus},e);clearTimeout(l.delayInitialFocusTimer),l.delayInitialFocusTimer=void 0,j(),l.active=!1,l.paused=!1,s.deactivateTrap(n);var r=f(t,"onDeactivate"),o=f(t,"onPostDeactivate"),u=f(t,"checkCanReturnFocus"),d=f(t,"returnFocus","returnFocusOnDeactivate");r&&r();var p=function(){c(function(){d&&v(x(l.nodeFocusedBeforeActivation)),o&&o()})};return d&&u?(u(x(l.nodeFocusedBeforeActivation)).then(p,p),this):(p(),this)},pause:function(){return l.paused||!l.active||(l.paused=!0,j()),this},unpause:function(){return l.paused&&l.active?(l.paused=!1,m(),w(),this):this},updateContainerElements:function(e){var t=[].concat(e).filter(Boolean);return l.containers=t.map(function(e){return"string"==typeof e?o.querySelector(e):e}),l.active&&m(),this}}).updateContainerElements(e),n}},9380:(e,t,n)=>{var r=n(6848);function o(){}function a(){}a.resetWarningCache=o,e.exports=function(){function e(e,t,n,o,a,i){if(i!==r){var l=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw l.name="Invariant Violation",l}}function t(){return e}e.isRequired=e;var n={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:a,resetWarningCache:o};return n.PropTypes=n,n}},9067:(e,t,n)=>{e.exports=n(9380)()},6848:e=>{e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},3335:(e,t,n)=>{var r=n(2015),o=Symbol.for("react.element"),a=Symbol.for("react.fragment"),i=Object.prototype.hasOwnProperty,l=r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,s={key:!0,ref:!0,__self:!0,__source:!0};function c(e,t,n){var r,a={},c=null,u=null;for(r in void 0!==n&&(c=""+n),void 0!==t.key&&(c=""+t.key),void 0!==t.ref&&(u=t.ref),t)i.call(t,r)&&!s.hasOwnProperty(r)&&(a[r]=t[r]);if(e&&e.defaultProps)for(r in t=e.defaultProps)void 0===a[r]&&(a[r]=t[r]);return{$$typeof:o,type:e,key:c,ref:u,props:a,_owner:l.current}}t.Fragment=a,t.jsx=c,t.jsxs=c},1085:(e,t,n)=>{e.exports=n(3335)},679:(e,t,n)=>{n.r(t),n.d(t,{focusable:()=>x,isFocusable:()=>_,isTabbable:()=>y,tabbable:()=>v});var r=["input","select","textarea","a[href]","button","[tabindex]:not(slot)","audio[controls]","video[controls]",'[contenteditable]:not([contenteditable="false"])',"details>summary:first-of-type","details"],o=r.join(","),a="undefined"==typeof Element,i=a?function(){}:Element.prototype.matches||Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector,l=!a&&Element.prototype.getRootNode?function(e){return e.getRootNode()}:function(e){return e.ownerDocument},s=function(e,t,n){var r=Array.prototype.slice.apply(e.querySelectorAll(o));return t&&i.call(e,o)&&r.unshift(e),r.filter(n)},c=function e(t,n,r){for(var a=[],l=Array.from(t);l.length;){var s=l.shift();if("SLOT"===s.tagName){var c=s.assignedElements(),u=e(c.length?c:s.children,!0,r);r.flatten?a.push.apply(a,u):a.push({scope:s,candidates:u})}else{i.call(s,o)&&r.filter(s)&&(n||!t.includes(s))&&a.push(s);var d=s.shadowRoot||"function"==typeof r.getShadowRoot&&r.getShadowRoot(s),p=!r.shadowRootFilter||r.shadowRootFilter(s);if(d&&p){var f=e(!0===d?s.children:d.children,!0,r);r.flatten?a.push.apply(a,f):a.push({scope:s,candidates:f})}else l.unshift.apply(l,s.children)}}return a},u=function(e,t){return e.tabIndex<0&&(t||/^(AUDIO|VIDEO|DETAILS)$/.test(e.tagName)||e.isContentEditable)&&isNaN(parseInt(e.getAttribute("tabindex"),10))?0:e.tabIndex},d=function(e,t){return e.tabIndex===t.tabIndex?e.documentOrder-t.documentOrder:e.tabIndex-t.tabIndex},p=function(e){return"INPUT"===e.tagName},f=function(e){var t=e.getBoundingClientRect(),n=t.width,r=t.height;return 0===n&&0===r},h=function(e,t){return!(t.disabled||function(e){return p(e)&&"hidden"===e.type}(t)||function(e,t){var n=t.displayCheck,r=t.getShadowRoot;if("hidden"===getComputedStyle(e).visibility)return!0;var o=i.call(e,"details>summary:first-of-type")?e.parentElement:e;if(i.call(o,"details:not([open]) *"))return!0;var a=l(e).host,s=(null==a?void 0:a.ownerDocument.contains(a))||e.ownerDocument.contains(e);if(n&&"full"!==n){if("non-zero-area"===n)return f(e)}else{if("function"==typeof r){for(var c=e;e;){var u=e.parentElement,d=l(e);if(u&&!u.shadowRoot&&!0===r(u))return f(e);e=e.assignedSlot?e.assignedSlot:u||d===e.ownerDocument?u:d.host}e=c}if(s)return!e.getClientRects().length}return!1}(t,e)||function(e){return"DETAILS"===e.tagName&&Array.prototype.slice.apply(e.children).some(function(e){return"SUMMARY"===e.tagName})}(t)||function(e){if(/^(INPUT|BUTTON|SELECT|TEXTAREA)$/.test(e.tagName))for(var t=e.parentElement;t;){if("FIELDSET"===t.tagName&&t.disabled){for(var n=0;n<t.children.length;n++){var r=t.children.item(n);if("LEGEND"===r.tagName)return!!i.call(t,"fieldset[disabled] *")||!r.contains(e)}return!0}t=t.parentElement}return!1}(t))},b=function(e,t){return!(function(e){return function(e){return p(e)&&"radio"===e.type}(e)&&!function(e){if(!e.name)return!0;var t,n=e.form||l(e),r=function(e){return n.querySelectorAll('input[type="radio"][name="'+e+'"]')};if("undefined"!=typeof window&&void 0!==window.CSS&&"function"==typeof window.CSS.escape)t=r(window.CSS.escape(e.name));else try{t=r(e.name)}catch(e){return console.error("Looks like you have a radio button with a name attribute containing invalid CSS selector characters and need the CSS.escape polyfill: %s",e.message),!1}var o=function(e,t){for(var n=0;n<e.length;n++)if(e[n].checked&&e[n].form===t)return e[n]}(t,e.form);return!o||o===e}(e)}(t)||u(t)<0||!h(e,t))},g=function(e){var t=parseInt(e.getAttribute("tabindex"),10);return!!(isNaN(t)||t>=0)},m=function e(t){var n=[],r=[];return t.forEach(function(t,o){var a=!!t.scope,i=a?t.scope:t,l=u(i,a),s=a?e(t.candidates):i;0===l?a?n.push.apply(n,s):n.push(i):r.push({documentOrder:o,tabIndex:l,item:t,isScope:a,content:s})}),r.sort(d).reduce(function(e,t){return t.isScope?e.push.apply(e,t.content):e.push(t.content),e},[]).concat(n)},v=function(e,t){var n;return n=(t=t||{}).getShadowRoot?c([e],t.includeContainer,{filter:b.bind(null,t),flatten:!1,getShadowRoot:t.getShadowRoot,shadowRootFilter:g}):s(e,t.includeContainer,b.bind(null,t)),m(n)},x=function(e,t){return(t=t||{}).getShadowRoot?c([e],t.includeContainer,{filter:h.bind(null,t),flatten:!0,getShadowRoot:t.getShadowRoot}):s(e,t.includeContainer,h.bind(null,t))},y=function(e,t){if(t=t||{},!e)throw new Error("No node provided");return!1!==i.call(e,o)&&b(t,e)},C=r.concat("iframe").join(","),_=function(e,t){if(t=t||{},!e)throw new Error("No node provided");return!1!==i.call(e,C)&&h(t,e)}},8562:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.Fonts=void 0;const o=r(n(9802)),a=r(n(9294)),i=r(n(3325)),l=r(n(2773));t.Fonts={regular:a.default,italic:o.default,semiBold:i.default,semiBoldItalic:l.default}},6999:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),o(n(8562),t)},5880:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.ButtonTextOnly=t.ButtonSecondary=t.ButtonPrimary=t.Button=void 0;const a=n(1085),i=o(n(2770)),l=n(5347),s=n(3437),c=n(9734);t.Button=e=>{var{label:t,children:n,size:o="base",shape:i="square",kind:l="primary",layout:s="fit",href:c}=e,p=r(e,["label","children","size","shape","kind","layout","href"]);return(0,a.jsx)(u,Object.assign({as:c?"a":"button",size:o,shape:i,kind:l,layout:s},p,{children:t?(0,a.jsx)(d,{alignItems:"center",justifyContent:"center",children:t}):n}))};const u=i.default.button`
|
|
2
|
+
var e={6557:(e,t,n)=>{n.r(t),n.d(t,{default:()=>l});var r=n(6758),o=n.n(r),a=n(935),i=n.n(a)()(o());i.push([e.id,".react-calendar {\n width: 350px;\n max-width: 100%;\n background: white;\n border: 1px solid #a0a096;\n font-family: 'Arial', 'Helvetica', sans-serif;\n line-height: 1.125em;\n}\n\n.react-calendar--doubleView {\n width: 700px;\n}\n\n.react-calendar--doubleView .react-calendar__viewContainer {\n display: flex;\n margin: -0.5em;\n}\n\n.react-calendar--doubleView .react-calendar__viewContainer > * {\n width: 50%;\n margin: 0.5em;\n}\n\n.react-calendar,\n.react-calendar *,\n.react-calendar *:before,\n.react-calendar *:after {\n -moz-box-sizing: border-box;\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n}\n\n.react-calendar button {\n margin: 0;\n border: 0;\n outline: none;\n}\n\n.react-calendar button:enabled:hover {\n cursor: pointer;\n}\n\n.react-calendar__navigation {\n display: flex;\n height: 44px;\n margin-bottom: 1em;\n}\n\n.react-calendar__navigation button {\n min-width: 44px;\n background: none;\n}\n\n.react-calendar__navigation button:disabled {\n background-color: #f0f0f0;\n}\n\n.react-calendar__navigation button:enabled:hover,\n.react-calendar__navigation button:enabled:focus {\n background-color: #e6e6e6;\n}\n\n.react-calendar__month-view__weekdays {\n text-align: center;\n text-transform: uppercase;\n font: inherit;\n font-size: 0.75em;\n font-weight: bold;\n}\n\n.react-calendar__month-view__weekdays__weekday {\n padding: 0.5em;\n}\n\n.react-calendar__month-view__weekNumbers .react-calendar__tile {\n display: flex;\n align-items: center;\n justify-content: center;\n font: inherit;\n font-size: 0.75em;\n font-weight: bold;\n}\n\n.react-calendar__month-view__days__day--weekend {\n color: #d10000;\n}\n\n.react-calendar__month-view__days__day--neighboringMonth,\n.react-calendar__decade-view__years__year--neighboringDecade,\n.react-calendar__century-view__decades__decade--neighboringCentury {\n color: #757575;\n}\n\n.react-calendar__year-view .react-calendar__tile,\n.react-calendar__decade-view .react-calendar__tile,\n.react-calendar__century-view .react-calendar__tile {\n padding: 2em 0.5em;\n}\n\n.react-calendar__tile {\n max-width: 100%;\n padding: 10px 6.6667px;\n background: none;\n text-align: center;\n font: inherit;\n font-size: 0.833em;\n}\n\n.react-calendar__tile:disabled {\n background-color: #f0f0f0;\n color: #ababab;\n}\n\n.react-calendar__month-view__days__day--neighboringMonth:disabled,\n.react-calendar__decade-view__years__year--neighboringDecade:disabled,\n.react-calendar__century-view__decades__decade--neighboringCentury:disabled {\n color: #cdcdcd;\n}\n\n.react-calendar__tile:enabled:hover,\n.react-calendar__tile:enabled:focus {\n background-color: #e6e6e6;\n}\n\n.react-calendar__tile--now {\n background: #ffff76;\n}\n\n.react-calendar__tile--now:enabled:hover,\n.react-calendar__tile--now:enabled:focus {\n background: #ffffa9;\n}\n\n.react-calendar__tile--hasActive {\n background: #76baff;\n}\n\n.react-calendar__tile--hasActive:enabled:hover,\n.react-calendar__tile--hasActive:enabled:focus {\n background: #a9d4ff;\n}\n\n.react-calendar__tile--active {\n background: #006edc;\n color: white;\n}\n\n.react-calendar__tile--active:enabled:hover,\n.react-calendar__tile--active:enabled:focus {\n background: #1087ff;\n}\n\n.react-calendar--selectRange .react-calendar__tile--hover {\n background-color: #e6e6e6;\n}\n",""]);const l=i},935:e=>{e.exports=function(e){var t=[];return t.toString=function(){return this.map(function(t){var n="",r=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),r&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),r&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n}).join("")},t.i=function(e,n,r,o,a){"string"==typeof e&&(e=[[null,e,void 0]]);var i={};if(r)for(var l=0;l<this.length;l++){var c=this[l][0];null!=c&&(i[c]=!0)}for(var s=0;s<e.length;s++){var d=[].concat(e[s]);r&&i[d[0]]||(void 0!==a&&(void 0===d[5]||(d[1]="@layer".concat(d[5].length>0?" ".concat(d[5]):""," {").concat(d[1],"}")),d[5]=a),n&&(d[2]?(d[1]="@media ".concat(d[2]," {").concat(d[1],"}"),d[2]=n):d[2]=n),o&&(d[4]?(d[1]="@supports (".concat(d[4],") {").concat(d[1],"}"),d[4]=o):d[4]="".concat(o)),t.push(d))}},t}},6758:e=>{e.exports=function(e){return e[1]}},4867:(e,t,n)=>{function r(e){return r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},r(e)}function o(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function a(e,t){return a=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},a(e,t)}function i(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function l(e){return l=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},l(e)}var c=n(2015),s=n(9067),d=n(8654).createFocusTrap,u=n(679).isFocusable,f=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&a(e,t)}(p,e);var t,n,s,d,f=(s=p,d=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}(),function(){var e,t=l(s);if(d){var n=l(this).constructor;e=Reflect.construct(t,arguments,n)}else e=t.apply(this,arguments);return function(e,t){if(t&&("object"===r(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return i(e)}(this,e)});function p(e){var t,n,r,o;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,p),o=function(e){var t,n=null!==(t=this.internalOptions[e])&&void 0!==t?t:this.originalOptions[e];if("function"==typeof n){for(var r=arguments.length,o=new Array(r>1?r-1:0),a=1;a<r;a++)o[a-1]=arguments[a];n=n.apply(void 0,o)}if(!0===n&&(n=void 0),!n){if(void 0===n||!1===n)return n;throw new Error("`".concat(e,"` was specified but was not a node, or did not return a node"))}var i,l=n;if("string"==typeof n&&!(l=null===(i=this.getDocument())||void 0===i?void 0:i.querySelector(n)))throw new Error("`".concat(e,"` as selector refers to no known node"));return l},(r="getNodeForOption")in(n=i(t=f.call(this,e)))?Object.defineProperty(n,r,{value:o,enumerable:!0,configurable:!0,writable:!0}):n[r]=o,t.handleDeactivate=t.handleDeactivate.bind(i(t)),t.handlePostDeactivate=t.handlePostDeactivate.bind(i(t)),t.handleClickOutsideDeactivates=t.handleClickOutsideDeactivates.bind(i(t)),t.internalOptions={returnFocusOnDeactivate:!1,checkCanReturnFocus:null,onDeactivate:t.handleDeactivate,onPostDeactivate:t.handlePostDeactivate,clickOutsideDeactivates:t.handleClickOutsideDeactivates},t.originalOptions={returnFocusOnDeactivate:!0,onDeactivate:null,onPostDeactivate:null,checkCanReturnFocus:null,clickOutsideDeactivates:!1};var a=e.focusTrapOptions;for(var l in a)Object.prototype.hasOwnProperty.call(a,l)&&("returnFocusOnDeactivate"!==l&&"onDeactivate"!==l&&"onPostDeactivate"!==l&&"checkCanReturnFocus"!==l&&"clickOutsideDeactivates"!==l?t.internalOptions[l]=a[l]:t.originalOptions[l]=a[l]);return t.outsideClick=null,t.focusTrapElements=e.containerElements||[],t.updatePreviousElement(),t}return t=p,(n=[{key:"getDocument",value:function(){return this.props.focusTrapOptions.document||("undefined"!=typeof document?document:void 0)}},{key:"getReturnFocusNode",value:function(){var e=this.getNodeForOption("setReturnFocus",this.previouslyFocusedElement);return e||!1!==e&&this.previouslyFocusedElement}},{key:"updatePreviousElement",value:function(){var e=this.getDocument();e&&(this.previouslyFocusedElement=e.activeElement)}},{key:"deactivateTrap",value:function(){this.focusTrap&&this.focusTrap.active&&this.focusTrap.deactivate({returnFocus:!1,checkCanReturnFocus:null,onDeactivate:this.originalOptions.onDeactivate})}},{key:"handleClickOutsideDeactivates",value:function(e){var t="function"==typeof this.originalOptions.clickOutsideDeactivates?this.originalOptions.clickOutsideDeactivates.call(null,e):this.originalOptions.clickOutsideDeactivates;return t&&(this.outsideClick={target:e.target,allowDeactivation:t}),t}},{key:"handleDeactivate",value:function(){this.originalOptions.onDeactivate&&this.originalOptions.onDeactivate.call(null),this.deactivateTrap()}},{key:"handlePostDeactivate",value:function(){var e=this,t=function(){var t=e.getReturnFocusNode(),n=!(!e.originalOptions.returnFocusOnDeactivate||null==t||!t.focus||e.outsideClick&&(!e.outsideClick.allowDeactivation||u(e.outsideClick.target,e.internalOptions.tabbableOptions))),r=e.internalOptions.preventScroll,o=void 0!==r&&r;n&&t.focus({preventScroll:o}),e.originalOptions.onPostDeactivate&&e.originalOptions.onPostDeactivate.call(null),e.outsideClick=null};this.originalOptions.checkCanReturnFocus?this.originalOptions.checkCanReturnFocus.call(null,this.getReturnFocusNode()).then(t,t):t()}},{key:"setupFocusTrap",value:function(){this.focusTrap?this.props.active&&!this.focusTrap.active&&(this.focusTrap.activate(),this.props.paused&&this.focusTrap.pause()):this.focusTrapElements.some(Boolean)&&(this.focusTrap=this.props._createFocusTrap(this.focusTrapElements,this.internalOptions),this.props.active&&this.focusTrap.activate(),this.props.paused&&this.focusTrap.pause())}},{key:"componentDidMount",value:function(){this.props.active&&this.setupFocusTrap()}},{key:"componentDidUpdate",value:function(e){if(this.focusTrap){e.containerElements!==this.props.containerElements&&this.focusTrap.updateContainerElements(this.props.containerElements);var t=!e.active&&this.props.active,n=e.active&&!this.props.active,r=!e.paused&&this.props.paused,o=e.paused&&!this.props.paused;if(t&&(this.updatePreviousElement(),this.focusTrap.activate()),n)return void this.deactivateTrap();r&&this.focusTrap.pause(),o&&this.focusTrap.unpause()}else e.containerElements!==this.props.containerElements&&(this.focusTrapElements=this.props.containerElements),this.props.active&&(this.updatePreviousElement(),this.setupFocusTrap())}},{key:"componentWillUnmount",value:function(){this.deactivateTrap()}},{key:"render",value:function(){var e=this,t=this.props.children?c.Children.only(this.props.children):void 0;if(t){if(t.type&&t.type===c.Fragment)throw new Error("A focus-trap cannot use a Fragment as its child container. Try replacing it with a <div> element.");return c.cloneElement(t,{ref:function(n){var r=e.props.containerElements;t&&("function"==typeof t.ref?t.ref(n):t.ref&&(t.ref.current=n)),e.focusTrapElements=r||[n]}})}return null}}])&&o(t.prototype,n),Object.defineProperty(t,"prototype",{writable:!1}),p}(c.Component),p="undefined"==typeof Element?Function:Element;f.propTypes={active:s.bool,paused:s.bool,focusTrapOptions:s.shape({document:s.object,onActivate:s.func,onPostActivate:s.func,checkCanFocusTrap:s.func,onDeactivate:s.func,onPostDeactivate:s.func,checkCanReturnFocus:s.func,initialFocus:s.oneOfType([s.instanceOf(p),s.string,s.bool,s.func]),fallbackFocus:s.oneOfType([s.instanceOf(p),s.string,s.func]),escapeDeactivates:s.oneOfType([s.bool,s.func]),clickOutsideDeactivates:s.oneOfType([s.bool,s.func]),returnFocusOnDeactivate:s.bool,setReturnFocus:s.oneOfType([s.instanceOf(p),s.string,s.bool,s.func]),allowOutsideClick:s.oneOfType([s.bool,s.func]),preventScroll:s.bool,tabbableOptions:s.shape({displayCheck:s.oneOf(["full","non-zero-area","none"]),getShadowRoot:s.oneOfType([s.bool,s.func])})}),containerElements:s.arrayOf(s.instanceOf(p)),children:s.oneOfType([s.element,s.instanceOf(p)])},f.defaultProps={active:!0,paused:!1,focusTrapOptions:{},_createFocusTrap:d},e.exports=f},8654:(e,t,n)=>{n.r(t),n.d(t,{createFocusTrap:()=>p});var r=n(679);function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function a(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?o(Object(n),!0).forEach(function(t){i(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):o(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function i(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var l,c=(l=[],{activateTrap:function(e){if(l.length>0){var t=l[l.length-1];t!==e&&t.pause()}var n=l.indexOf(e);-1===n||l.splice(n,1),l.push(e)},deactivateTrap:function(e){var t=l.indexOf(e);-1!==t&&l.splice(t,1),l.length>0&&l[l.length-1].unpause()}}),s=function(e){return setTimeout(e,0)},d=function(e,t){var n=-1;return e.every(function(e,r){return!t(e)||(n=r,!1)}),n},u=function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return"function"==typeof e?e.apply(void 0,n):e},f=function(e){return e.target.shadowRoot&&"function"==typeof e.composedPath?e.composedPath()[0]:e.target},p=function(e,t){var n,o=(null==t?void 0:t.document)||document,i=a({returnFocusOnDeactivate:!0,escapeDeactivates:!0,delayInitialFocus:!0},t),l={containers:[],containerGroups:[],tabbableGroups:[],nodeFocusedBeforeActivation:null,mostRecentlyFocusedNode:null,active:!1,paused:!1,delayInitialFocusTimer:void 0},p=function(e,t,n){return e&&void 0!==e[t]?e[t]:i[n||t]},h=function(e){return l.containerGroups.findIndex(function(t){var n=t.container,r=t.tabbableNodes;return n.contains(e)||r.find(function(t){return t===e})})},b=function(e){var t=i[e];if("function"==typeof t){for(var n=arguments.length,r=new Array(n>1?n-1:0),a=1;a<n;a++)r[a-1]=arguments[a];t=t.apply(void 0,r)}if(!0===t&&(t=void 0),!t){if(void 0===t||!1===t)return t;throw new Error("`".concat(e,"` was specified but was not a node, or did not return a node"))}var l=t;if("string"==typeof t&&!(l=o.querySelector(t)))throw new Error("`".concat(e,"` as selector refers to no known node"));return l},g=function(){var e=b("initialFocus");if(!1===e)return!1;if(void 0===e)if(h(o.activeElement)>=0)e=o.activeElement;else{var t=l.tabbableGroups[0];e=t&&t.firstTabbableNode||b("fallbackFocus")}if(!e)throw new Error("Your focus-trap needs to have at least one focusable element");return e},v=function(){if(l.containerGroups=l.containers.map(function(e){var t=(0,r.tabbable)(e,i.tabbableOptions),n=(0,r.focusable)(e,i.tabbableOptions);return{container:e,tabbableNodes:t,focusableNodes:n,firstTabbableNode:t.length>0?t[0]:null,lastTabbableNode:t.length>0?t[t.length-1]:null,nextTabbableNode:function(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],o=n.findIndex(function(t){return t===e});if(!(o<0))return t?n.slice(o+1).find(function(e){return(0,r.isTabbable)(e,i.tabbableOptions)}):n.slice(0,o).reverse().find(function(e){return(0,r.isTabbable)(e,i.tabbableOptions)})}}}),l.tabbableGroups=l.containerGroups.filter(function(e){return e.tabbableNodes.length>0}),l.tabbableGroups.length<=0&&!b("fallbackFocus"))throw new Error("Your focus-trap must have at least one container with at least one tabbable node in it at all times")},m=function e(t){!1!==t&&t!==o.activeElement&&(t&&t.focus?(t.focus({preventScroll:!!i.preventScroll}),l.mostRecentlyFocusedNode=t,function(e){return e.tagName&&"input"===e.tagName.toLowerCase()&&"function"==typeof e.select}(t)&&t.select()):e(g()))},x=function(e){var t=b("setReturnFocus",e);return t||!1!==t&&e},y=function(e){var t=f(e);h(t)>=0||(u(i.clickOutsideDeactivates,e)?n.deactivate({returnFocus:i.returnFocusOnDeactivate&&!(0,r.isFocusable)(t,i.tabbableOptions)}):u(i.allowOutsideClick,e)||e.preventDefault())},C=function(e){var t=f(e),n=h(t)>=0;n||t instanceof Document?n&&(l.mostRecentlyFocusedNode=t):(e.stopImmediatePropagation(),m(l.mostRecentlyFocusedNode||g()))},_=function(e){if(function(e){return"Escape"===e.key||"Esc"===e.key||27===e.keyCode}(e)&&!1!==u(i.escapeDeactivates,e))return e.preventDefault(),void n.deactivate();(function(e){return"Tab"===e.key||9===e.keyCode})(e)&&function(e){var t=f(e);v();var n=null;if(l.tabbableGroups.length>0){var o=h(t),a=o>=0?l.containerGroups[o]:void 0;if(o<0)n=e.shiftKey?l.tabbableGroups[l.tabbableGroups.length-1].lastTabbableNode:l.tabbableGroups[0].firstTabbableNode;else if(e.shiftKey){var c=d(l.tabbableGroups,function(e){var n=e.firstTabbableNode;return t===n});if(c<0&&(a.container===t||(0,r.isFocusable)(t,i.tabbableOptions)&&!(0,r.isTabbable)(t,i.tabbableOptions)&&!a.nextTabbableNode(t,!1))&&(c=o),c>=0){var s=0===c?l.tabbableGroups.length-1:c-1;n=l.tabbableGroups[s].lastTabbableNode}}else{var u=d(l.tabbableGroups,function(e){var n=e.lastTabbableNode;return t===n});if(u<0&&(a.container===t||(0,r.isFocusable)(t,i.tabbableOptions)&&!(0,r.isTabbable)(t,i.tabbableOptions)&&!a.nextTabbableNode(t))&&(u=o),u>=0){var p=u===l.tabbableGroups.length-1?0:u+1;n=l.tabbableGroups[p].firstTabbableNode}}}else n=b("fallbackFocus");n&&(e.preventDefault(),m(n))}(e)},O=function(e){var t=f(e);h(t)>=0||u(i.clickOutsideDeactivates,e)||u(i.allowOutsideClick,e)||(e.preventDefault(),e.stopImmediatePropagation())},w=function(){if(l.active)return c.activateTrap(n),l.delayInitialFocusTimer=i.delayInitialFocus?s(function(){m(g())}):m(g()),o.addEventListener("focusin",C,!0),o.addEventListener("mousedown",y,{capture:!0,passive:!1}),o.addEventListener("touchstart",y,{capture:!0,passive:!1}),o.addEventListener("click",O,{capture:!0,passive:!1}),o.addEventListener("keydown",_,{capture:!0,passive:!1}),n},j=function(){if(l.active)return o.removeEventListener("focusin",C,!0),o.removeEventListener("mousedown",y,!0),o.removeEventListener("touchstart",y,!0),o.removeEventListener("click",O,!0),o.removeEventListener("keydown",_,!0),n};return(n={get active(){return l.active},get paused(){return l.paused},activate:function(e){if(l.active)return this;var t=p(e,"onActivate"),n=p(e,"onPostActivate"),r=p(e,"checkCanFocusTrap");r||v(),l.active=!0,l.paused=!1,l.nodeFocusedBeforeActivation=o.activeElement,t&&t();var a=function(){r&&v(),w(),n&&n()};return r?(r(l.containers.concat()).then(a,a),this):(a(),this)},deactivate:function(e){if(!l.active)return this;var t=a({onDeactivate:i.onDeactivate,onPostDeactivate:i.onPostDeactivate,checkCanReturnFocus:i.checkCanReturnFocus},e);clearTimeout(l.delayInitialFocusTimer),l.delayInitialFocusTimer=void 0,j(),l.active=!1,l.paused=!1,c.deactivateTrap(n);var r=p(t,"onDeactivate"),o=p(t,"onPostDeactivate"),d=p(t,"checkCanReturnFocus"),u=p(t,"returnFocus","returnFocusOnDeactivate");r&&r();var f=function(){s(function(){u&&m(x(l.nodeFocusedBeforeActivation)),o&&o()})};return u&&d?(d(x(l.nodeFocusedBeforeActivation)).then(f,f),this):(f(),this)},pause:function(){return l.paused||!l.active||(l.paused=!0,j()),this},unpause:function(){return l.paused&&l.active?(l.paused=!1,v(),w(),this):this},updateContainerElements:function(e){var t=[].concat(e).filter(Boolean);return l.containers=t.map(function(e){return"string"==typeof e?o.querySelector(e):e}),l.active&&v(),this}}).updateContainerElements(e),n}},9380:(e,t,n)=>{var r=n(6848);function o(){}function a(){}a.resetWarningCache=o,e.exports=function(){function e(e,t,n,o,a,i){if(i!==r){var l=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw l.name="Invariant Violation",l}}function t(){return e}e.isRequired=e;var n={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:a,resetWarningCache:o};return n.PropTypes=n,n}},9067:(e,t,n)=>{e.exports=n(9380)()},6848:e=>{e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},3335:(e,t,n)=>{var r=n(2015),o=Symbol.for("react.element"),a=Symbol.for("react.fragment"),i=Object.prototype.hasOwnProperty,l=r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,c={key:!0,ref:!0,__self:!0,__source:!0};function s(e,t,n){var r,a={},s=null,d=null;for(r in void 0!==n&&(s=""+n),void 0!==t.key&&(s=""+t.key),void 0!==t.ref&&(d=t.ref),t)i.call(t,r)&&!c.hasOwnProperty(r)&&(a[r]=t[r]);if(e&&e.defaultProps)for(r in t=e.defaultProps)void 0===a[r]&&(a[r]=t[r]);return{$$typeof:o,type:e,key:s,ref:d,props:a,_owner:l.current}}t.Fragment=a,t.jsx=s,t.jsxs=s},1085:(e,t,n)=>{e.exports=n(3335)},679:(e,t,n)=>{n.r(t),n.d(t,{focusable:()=>x,isFocusable:()=>_,isTabbable:()=>y,tabbable:()=>m});var r=["input","select","textarea","a[href]","button","[tabindex]:not(slot)","audio[controls]","video[controls]",'[contenteditable]:not([contenteditable="false"])',"details>summary:first-of-type","details"],o=r.join(","),a="undefined"==typeof Element,i=a?function(){}:Element.prototype.matches||Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector,l=!a&&Element.prototype.getRootNode?function(e){return e.getRootNode()}:function(e){return e.ownerDocument},c=function(e,t,n){var r=Array.prototype.slice.apply(e.querySelectorAll(o));return t&&i.call(e,o)&&r.unshift(e),r.filter(n)},s=function e(t,n,r){for(var a=[],l=Array.from(t);l.length;){var c=l.shift();if("SLOT"===c.tagName){var s=c.assignedElements(),d=e(s.length?s:c.children,!0,r);r.flatten?a.push.apply(a,d):a.push({scope:c,candidates:d})}else{i.call(c,o)&&r.filter(c)&&(n||!t.includes(c))&&a.push(c);var u=c.shadowRoot||"function"==typeof r.getShadowRoot&&r.getShadowRoot(c),f=!r.shadowRootFilter||r.shadowRootFilter(c);if(u&&f){var p=e(!0===u?c.children:u.children,!0,r);r.flatten?a.push.apply(a,p):a.push({scope:c,candidates:p})}else l.unshift.apply(l,c.children)}}return a},d=function(e,t){return e.tabIndex<0&&(t||/^(AUDIO|VIDEO|DETAILS)$/.test(e.tagName)||e.isContentEditable)&&isNaN(parseInt(e.getAttribute("tabindex"),10))?0:e.tabIndex},u=function(e,t){return e.tabIndex===t.tabIndex?e.documentOrder-t.documentOrder:e.tabIndex-t.tabIndex},f=function(e){return"INPUT"===e.tagName},p=function(e){var t=e.getBoundingClientRect(),n=t.width,r=t.height;return 0===n&&0===r},h=function(e,t){return!(t.disabled||function(e){return f(e)&&"hidden"===e.type}(t)||function(e,t){var n=t.displayCheck,r=t.getShadowRoot;if("hidden"===getComputedStyle(e).visibility)return!0;var o=i.call(e,"details>summary:first-of-type")?e.parentElement:e;if(i.call(o,"details:not([open]) *"))return!0;var a=l(e).host,c=(null==a?void 0:a.ownerDocument.contains(a))||e.ownerDocument.contains(e);if(n&&"full"!==n){if("non-zero-area"===n)return p(e)}else{if("function"==typeof r){for(var s=e;e;){var d=e.parentElement,u=l(e);if(d&&!d.shadowRoot&&!0===r(d))return p(e);e=e.assignedSlot?e.assignedSlot:d||u===e.ownerDocument?d:u.host}e=s}if(c)return!e.getClientRects().length}return!1}(t,e)||function(e){return"DETAILS"===e.tagName&&Array.prototype.slice.apply(e.children).some(function(e){return"SUMMARY"===e.tagName})}(t)||function(e){if(/^(INPUT|BUTTON|SELECT|TEXTAREA)$/.test(e.tagName))for(var t=e.parentElement;t;){if("FIELDSET"===t.tagName&&t.disabled){for(var n=0;n<t.children.length;n++){var r=t.children.item(n);if("LEGEND"===r.tagName)return!!i.call(t,"fieldset[disabled] *")||!r.contains(e)}return!0}t=t.parentElement}return!1}(t))},b=function(e,t){return!(function(e){return function(e){return f(e)&&"radio"===e.type}(e)&&!function(e){if(!e.name)return!0;var t,n=e.form||l(e),r=function(e){return n.querySelectorAll('input[type="radio"][name="'+e+'"]')};if("undefined"!=typeof window&&void 0!==window.CSS&&"function"==typeof window.CSS.escape)t=r(window.CSS.escape(e.name));else try{t=r(e.name)}catch(e){return console.error("Looks like you have a radio button with a name attribute containing invalid CSS selector characters and need the CSS.escape polyfill: %s",e.message),!1}var o=function(e,t){for(var n=0;n<e.length;n++)if(e[n].checked&&e[n].form===t)return e[n]}(t,e.form);return!o||o===e}(e)}(t)||d(t)<0||!h(e,t))},g=function(e){var t=parseInt(e.getAttribute("tabindex"),10);return!!(isNaN(t)||t>=0)},v=function e(t){var n=[],r=[];return t.forEach(function(t,o){var a=!!t.scope,i=a?t.scope:t,l=d(i,a),c=a?e(t.candidates):i;0===l?a?n.push.apply(n,c):n.push(i):r.push({documentOrder:o,tabIndex:l,item:t,isScope:a,content:c})}),r.sort(u).reduce(function(e,t){return t.isScope?e.push.apply(e,t.content):e.push(t.content),e},[]).concat(n)},m=function(e,t){var n;return n=(t=t||{}).getShadowRoot?s([e],t.includeContainer,{filter:b.bind(null,t),flatten:!1,getShadowRoot:t.getShadowRoot,shadowRootFilter:g}):c(e,t.includeContainer,b.bind(null,t)),v(n)},x=function(e,t){return(t=t||{}).getShadowRoot?s([e],t.includeContainer,{filter:h.bind(null,t),flatten:!0,getShadowRoot:t.getShadowRoot}):c(e,t.includeContainer,h.bind(null,t))},y=function(e,t){if(t=t||{},!e)throw new Error("No node provided");return!1!==i.call(e,o)&&b(t,e)},C=r.concat("iframe").join(","),_=function(e,t){if(t=t||{},!e)throw new Error("No node provided");return!1!==i.call(e,C)&&h(t,e)}},8562:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.Fonts=void 0;const o=r(n(9802)),a=r(n(9294)),i=r(n(3325)),l=r(n(2773));t.Fonts={regular:a.default,italic:o.default,semiBold:i.default,semiBoldItalic:l.default}},6999:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),o(n(8562),t)},5880:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.ButtonTextOnly=t.ButtonSecondary=t.ButtonPrimary=t.Button=void 0;const a=n(1085),i=o(n(2770)),l=n(5347),c=n(3437),s=n(9734);t.Button=e=>{var{label:t,children:n,size:o="base",shape:i="square",kind:l="primary",layout:c="fit",href:s}=e,f=r(e,["label","children","size","shape","kind","layout","href"]);return(0,a.jsx)(d,Object.assign({as:s?"a":"button",size:o,shape:i,kind:l,layout:c},f,{children:t?(0,a.jsx)(u,{alignItems:"center",justifyContent:"center",children:t}):n}))};const d=i.default.button`
|
|
3
3
|
/* Default values that get overridden by variants */
|
|
4
|
-
background:
|
|
5
|
-
border: 1px solid
|
|
6
|
-
color:
|
|
4
|
+
background: var(--color-shared-form-background-default);
|
|
5
|
+
border: 1px solid var(--color-shared-form-border-default);
|
|
6
|
+
color: var(--color-shared-button-primary-text-default);
|
|
7
7
|
|
|
8
8
|
/* Inject variants */
|
|
9
|
-
${(0,
|
|
10
|
-
${(0,
|
|
11
|
-
${(0,
|
|
12
|
-
${(0,
|
|
9
|
+
${(0,c.getVariantCSS)(s.variants,s.Variant.size)}
|
|
10
|
+
${(0,c.getVariantCSS)(s.variants,s.Variant.shape)}
|
|
11
|
+
${(0,c.getVariantCSS)(s.variants,s.Variant.kind)}
|
|
12
|
+
${(0,c.getVariantCSS)(s.variants,s.Variant.layout)}
|
|
13
13
|
|
|
14
14
|
display: inline-flex;
|
|
15
15
|
align-items: center;
|
|
@@ -27,12 +27,10 @@ var e={6557:(e,t,n)=>{n.r(t),n.d(t,{default:()=>l});var r=n(6758),o=n.n(r),a=n(9
|
|
|
27
27
|
|
|
28
28
|
&:disabled,
|
|
29
29
|
&:active:disabled {
|
|
30
|
-
|
|
31
|
-
border-color: ${({theme:e})=>e.palette.inputDisabled};
|
|
32
|
-
color: ${({theme:e})=>e.palette.inputPlaceholder};
|
|
30
|
+
opacity: 0.5;
|
|
33
31
|
cursor: not-allowed;
|
|
34
32
|
}
|
|
35
|
-
`,
|
|
33
|
+
`,u=(0,i.default)(l.Box)`
|
|
36
34
|
padding: ${({theme:e})=>`0 ${e.px.xsmall}`};
|
|
37
35
|
`;t.ButtonPrimary=e=>(0,a.jsx)(t.Button,Object.assign({},e,{kind:"primary"})),t.ButtonSecondary=e=>(0,a.jsx)(t.Button,Object.assign({},e,{kind:"secondary"})),t.ButtonTextOnly=e=>(0,a.jsx)(t.Button,Object.assign({},e,{kind:"textOnly"}))},9734:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.variants=t.ButtonShape=t.ButtonLayout=t.ButtonSize=t.ButtonKind=t.Variant=void 0;const r=n(2770);t.Variant={shape:"shape",size:"size",kind:"kind",layout:"layout"},t.ButtonKind={primary:"primary",secondary:"secondary",textOnly:"textOnly"},t.ButtonSize={small:"small",base:"base",large:"large"},t.ButtonLayout={fit:"fit",full:"full"},t.ButtonShape={square:"square",pill:"pill"},t.variants={[t.Variant.size]:{[t.ButtonSize.base]:r.css`
|
|
38
36
|
padding: ${({theme:e})=>`${e.px.small} ${e.px.large}`};
|
|
@@ -52,76 +50,93 @@ var e={6557:(e,t,n)=>{n.r(t),n.d(t,{default:()=>l});var r=n(6758),o=n.n(r),a=n(9
|
|
|
52
50
|
`,[t.ButtonLayout.full]:r.css`
|
|
53
51
|
width: 100%;
|
|
54
52
|
`},[t.Variant.kind]:{[t.ButtonKind.primary]:r.css`
|
|
55
|
-
background:
|
|
56
|
-
border-color:
|
|
53
|
+
background: var(--color-shared-button-primary-background-default);
|
|
54
|
+
border-color: var(--color-shared-button-primary-border-default);
|
|
55
|
+
color: var(--color-shared-button-primary-text-default);
|
|
57
56
|
|
|
58
57
|
&:hover {
|
|
59
|
-
background:
|
|
58
|
+
background: var(--color-shared-button-primary-background-hover);
|
|
59
|
+
border-color: var(--color-shared-button-primary-border-hover);
|
|
60
|
+
color: var(--color-shared-button-primary-text-hover);
|
|
60
61
|
}
|
|
61
62
|
|
|
62
63
|
&:active {
|
|
63
|
-
background:
|
|
64
|
+
background: var(--color-shared-button-primary-background-pressed);
|
|
65
|
+
border-color: var(--color-shared-button-primary-border-pressed);
|
|
66
|
+
color: var(--color-shared-button-primary-text-default);
|
|
64
67
|
}
|
|
65
68
|
|
|
66
69
|
&:focus {
|
|
67
|
-
|
|
70
|
+
box-shadow: 0 0 0 4px var(--color-shared-button-primary-focus-ring);
|
|
68
71
|
}
|
|
69
72
|
`,[t.ButtonKind.secondary]:r.css`
|
|
70
|
-
background:
|
|
71
|
-
border-color:
|
|
72
|
-
color:
|
|
73
|
+
background: var(--color-shared-button-default-background-default);
|
|
74
|
+
border-color: var(--color-shared-button-default-border-default);
|
|
75
|
+
color: var(--color-shared-button-default-text-default);
|
|
73
76
|
|
|
74
77
|
&:hover {
|
|
75
|
-
background:
|
|
78
|
+
background: var(--color-shared-button-default-background-hover);
|
|
79
|
+
border-color: var(--color-shared-button-default-border-hover);
|
|
80
|
+
color: var(--color-shared-button-default-text-hover);
|
|
76
81
|
}
|
|
77
82
|
|
|
78
83
|
&:active {
|
|
79
|
-
background:
|
|
84
|
+
background: var(--color-shared-button-default-background-pressed);
|
|
85
|
+
border-color: var(--color-shared-button-default-border-pressed);
|
|
86
|
+
color: var(--color-shared-button-default-text-default);
|
|
80
87
|
}
|
|
81
88
|
|
|
82
89
|
&:focus {
|
|
83
|
-
|
|
90
|
+
box-shadow: 0 0 0 4px var(--color-shared-button-default-focus-ring);
|
|
84
91
|
}
|
|
85
92
|
`,[t.ButtonKind.textOnly]:r.css`
|
|
86
|
-
background:
|
|
93
|
+
background: var(--color-shared-button-subtle-background-default);
|
|
87
94
|
border-color: transparent;
|
|
88
|
-
color:
|
|
95
|
+
color: var(--color-shared-button-subtle-text-default);
|
|
96
|
+
|
|
97
|
+
&:hover {
|
|
98
|
+
background: var(--color-shared-button-subtle-background-hover);
|
|
99
|
+
border-color: transparent;
|
|
100
|
+
color: var(--color-shared-button-subtle-text-hover);
|
|
101
|
+
}
|
|
89
102
|
|
|
90
103
|
&:active {
|
|
91
104
|
opacity: 0.8;
|
|
92
105
|
}
|
|
93
106
|
|
|
94
107
|
&:focus {
|
|
95
|
-
border-color:
|
|
108
|
+
border-color: var(--color-shared-button-default-focus-ring);
|
|
96
109
|
}
|
|
97
|
-
`}}},2870:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),o(n(5880),t),o(n(9734),t)},1831:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.CardContainer=void 0;const o=n(1085),a=r(n(2770)),i=n(5347),l=n(3437);t.CardContainer=e=>(0,o.jsx)(
|
|
110
|
+
`}}},2870:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),o(n(5880),t),o(n(9734),t)},1831:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.CardContainer=void 0;const o=n(1085),a=r(n(2770)),i=n(5347),l=n(3437);t.CardContainer=e=>(0,o.jsx)(c,{style:{maxHeight:e.maxHeight,overflowY:"auto"},id:"card-container","data-testid":"card-container",children:(0,o.jsx)(s,{children:e.children})});const c=(0,a.default)(i.Box)`
|
|
98
111
|
display: block;
|
|
99
|
-
background:
|
|
100
|
-
border-bottom: 1px solid
|
|
112
|
+
background: var(--color-role-background-3);
|
|
113
|
+
border-bottom: 1px solid var(--color-role-background-5);
|
|
101
114
|
padding: ${({theme:e})=>e.px.xsmall} ${({theme:e})=>e.px.xsmall} ${({theme:e})=>e.px.large} 0px;
|
|
102
115
|
width: 100%;
|
|
103
116
|
${l.Mixins.scrollbar.base};
|
|
104
117
|
gap: ${({theme:e})=>e.px.base};
|
|
105
|
-
`,
|
|
118
|
+
`,s=a.default.div`
|
|
119
|
+
color: var(--color-role-foreground-base);
|
|
106
120
|
padding: ${({theme:e})=>e.px.small} ${({theme:e})=>e.px.small} 0px ${({theme:e})=>e.px.base};
|
|
107
121
|
width: 100%;
|
|
108
|
-
`},5518:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.CollapsibleCardStateless=t.CollapsibleCard=void 0;const o=n(1085),a=n(2015),i=r(n(2770)),l=n(3038),
|
|
122
|
+
`},5518:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.CollapsibleCardStateless=t.CollapsibleCard=void 0;const o=n(1085),a=n(2015),i=r(n(2770)),l=n(3038),c=n(2394),s=n(5347),d=n(3437),u=n(3968),f=n(1831);t.CollapsibleCard=(0,a.forwardRef)((e,n)=>{const[r,i]=(0,a.useState)(e.expanded||!1);return(0,o.jsx)(t.CollapsibleCardStateless,Object.assign({},e,{ref:n,expanded:r,onExpand:e=>i(!e)}))}),t.CollapsibleCard.displayName="CollapsibleCard",t.CollapsibleCardStateless=(0,a.forwardRef)((e,t)=>{var n,r;return(0,o.jsxs)(p,{"data-testid":"collapsible-card",children:[(0,o.jsxs)(b,{"aria-expanded":e.expanded,"data-testid":"heading-container",ref:t,zIndex:null===(n=e.headerSettings)||void 0===n?void 0:n.zIndex,fixedHeader:null===(r=e.headerSettings)||void 0===r?void 0:r.fixedHeader,onClick:()=>e.onExpand(e.expanded),tabIndex:0,onKeyDown:t=>{switch(t.code){case"Enter":case"Space":t.preventDefault(),e.onExpand(e.expanded)}},children:[(0,o.jsx)(h,{children:e.title}),(0,o.jsxs)("div",{id:"icon-container",children:[void 0!==e.badgeText&&(0,o.jsx)(l.Badge,{count:e.badgeText,id:"collapsible-card-heading-badge","data-testid":"collapsible-card-heading-badge"}),(0,o.jsx)(c.Icon,{icon:e.expanded?"ChevronUpIcon":"ChevronDownIcon"})]})]}),e.expanded&&(0,o.jsx)(f.CardContainer,{maxHeight:e.maxHeight||"none",children:(0,o.jsx)("div",{children:e.children})})]})}),t.CollapsibleCardStateless.displayName="CollapsibleCardStateless";const p=i.default.div`
|
|
109
123
|
position: relative;
|
|
110
124
|
display: inline-block;
|
|
111
125
|
width: 100%;
|
|
112
|
-
`,h=(0,i.default)(
|
|
126
|
+
`,h=(0,i.default)(u.Text)`
|
|
113
127
|
color: ${({theme:e})=>e.palette.textDefault};
|
|
114
|
-
${
|
|
128
|
+
${d.Mixins.textOverflow};
|
|
115
129
|
text-decoration: none;
|
|
116
130
|
overflow: hidden;
|
|
117
|
-
`,b=(0,i.default)(
|
|
131
|
+
`,b=(0,i.default)(s.Box)`
|
|
118
132
|
position: ${({fixedHeader:e})=>e?"sticky":"relative"};
|
|
119
133
|
top: ${({fixedHeader:e})=>e?0:void 0};
|
|
120
134
|
z-index: ${({zIndex:e})=>e};
|
|
121
135
|
align-items: center;
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
border-
|
|
136
|
+
color: var(--color-role-foreground-base);
|
|
137
|
+
background: var(--color-role-background-3);
|
|
138
|
+
border-top: 1px solid var(--color-role-background-5);
|
|
139
|
+
border-bottom: 1px solid var(--color-role-background-5);
|
|
125
140
|
cursor: pointer;
|
|
126
141
|
display: inline-flex;
|
|
127
142
|
gap: ${({theme:e})=>e.px.small};
|
|
@@ -129,7 +144,6 @@ var e={6557:(e,t,n)=>{n.r(t),n.d(t,{default:()=>l});var r=n(6758),o=n.n(r),a=n(9
|
|
|
129
144
|
line-height: ${({theme:e})=>e.lineHeight.heading};
|
|
130
145
|
outline: none;
|
|
131
146
|
padding: ${({theme:e})=>e.px.base};
|
|
132
|
-
transition: border-color var(--openfin-ui-globalTransition);
|
|
133
147
|
width: 100%;
|
|
134
148
|
white-space: nowrap;
|
|
135
149
|
|
|
@@ -140,54 +154,54 @@ var e={6557:(e,t,n)=>{n.r(t),n.d(t,{default:()=>l});var r=n(6758),o=n.n(r),a=n(9
|
|
|
140
154
|
}
|
|
141
155
|
|
|
142
156
|
#collapsible-card-heading-badge {
|
|
143
|
-
background-color:
|
|
157
|
+
background-color: var(--color-role-background-accent-base);
|
|
144
158
|
margin-right: 10px;
|
|
145
159
|
}
|
|
146
160
|
|
|
147
161
|
&:hover {
|
|
148
|
-
background-color:
|
|
149
|
-
border-top: 1px solid
|
|
150
|
-
border-bottom: 1px solid
|
|
162
|
+
background-color: var(--color-role-background-2);
|
|
163
|
+
border-top: 1px solid var(--color-role-background-5);
|
|
164
|
+
border-bottom: 1px solid var(--color-role-background-5);
|
|
151
165
|
}
|
|
152
166
|
|
|
153
167
|
&:focus {
|
|
154
|
-
border-top: 1px solid
|
|
155
|
-
border-bottom: 1px solid
|
|
168
|
+
border-top: 1px solid var(--color-shared-form-border-focus);
|
|
169
|
+
border-bottom: 1px solid var(--color-shared-form-border-focus);
|
|
156
170
|
}
|
|
157
|
-
`},1028:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),o(n(5518),t)},1423:(e,t)=>{var n;Object.defineProperty(t,"__esModule",{value:!0}),t.ExpandDirection=void 0,function(e){e[e.Up=0]="Up",e[e.Down=1]="Down"}(n||(t.ExpandDirection=n={}))},92:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.ExpandableButton=void 0;const o=n(1085),a=n(2015),i=r(n(2770)),l=n(5322),
|
|
171
|
+
`},1028:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),o(n(5518),t)},1423:(e,t)=>{var n;Object.defineProperty(t,"__esModule",{value:!0}),t.ExpandDirection=void 0,function(e){e[e.Up=0]="Up",e[e.Down=1]="Down"}(n||(t.ExpandDirection=n={}))},92:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.ExpandableButton=void 0;const o=n(1085),a=n(2015),i=r(n(2770)),l=n(5322),c=n(2394),s=n(5347),d=n(2870),u=n(5776),f=n(1423);t.ExpandableButton=e=>{var t,n,r,i,c,p;const[y,C]=(0,a.useState)({show:!1,requestedByCollapse:!1}),_={size:e.size,kind:e.kind,disabled:e.disabled,tabIndex:e.tabIndex},O=Object.assign(Object.assign({},e),{shape:d.ButtonShape.square,"aria-label":null!==(t=e["aria-label"])&&void 0!==t?t:`Primary Button ${e.title}`}),w=null!==(n=e.expandDirection)&&void 0!==n?n:f.ExpandDirection.Down;return(0,a.useEffect)(()=>{if(!y.requestedByCollapse)return;const e=setTimeout(()=>C({requestedByCollapse:!1,show:!1}),200);return()=>clearTimeout(e)},[y.requestedByCollapse]),(0,o.jsxs)(x,{children:[(0,o.jsxs)(m,{children:[(0,o.jsx)(b,Object.assign({},O,{children:(0,o.jsx)(g,{children:null!==(r=e.children)&&void 0!==r?r:O.title})})),e.secondaryButtons&&e.secondaryButtons.length>0&&(0,o.jsx)(s.Box,{id:"dropdown-container",children:(0,o.jsxs)(v,Object.assign({},_,{role:"combobox",onClick:()=>{y.requestedByCollapse||C({requestedByCollapse:!1,show:!y.show})},"aria-label":"Expand Secondary Buttons Panel","aria-expanded":y.show,children:[w===f.ExpandDirection.Down&&(0,o.jsx)(h,{kind:null!==(i=e.kind)&&void 0!==i?i:d.ButtonKind.primary,icon:"CaretDownIcon"}),w===f.ExpandDirection.Up&&(0,o.jsx)(h,{kind:null!==(c=e.kind)&&void 0!==c?c:d.ButtonKind.primary,icon:"CaretUpIcon"})]}))})]}),e.secondaryButtons&&e.secondaryButtons.length>0&&(0,o.jsx)(l.AnimatePresence,{children:y.show&&(0,o.jsx)(u.ExpandablePanel,{expandDirection:w,secondaryButtons:null!==(p=e.secondaryButtons)&&void 0!==p?p:[],stretch:e.stretchExpandablePanel,closePanelOnSecondaryButtonClick:e.closePanelOnSecondaryButtonClick,onCollapseRequest:()=>C({show:!1,requestedByCollapse:!0}),buttonSize:e.size,document:e.document})})]})};const p={[d.ButtonKind.primary]:e=>e.palette.brandPrimaryText,[d.ButtonKind.secondary]:e=>e.palette.brandSecondaryText,[d.ButtonKind.textOnly]:e=>e.palette.textDefault},h=(0,i.default)(c.Icon)`
|
|
158
172
|
svg path {
|
|
159
|
-
color: ${({theme:e,kind:t})=>
|
|
173
|
+
color: ${({theme:e,kind:t})=>p[t](e)};
|
|
160
174
|
}
|
|
161
175
|
line-height: ${({theme:e})=>e.lineHeight.ui};
|
|
162
176
|
font-weight: ${({theme:e})=>e.fontWeight.bold};
|
|
163
|
-
`,b=(0,i.default)(
|
|
177
|
+
`,b=(0,i.default)(d.Button)`
|
|
164
178
|
margin-right: ${({theme:e})=>e.px.xsmall};
|
|
165
|
-
`,g=(0,i.default)(
|
|
179
|
+
`,g=(0,i.default)(s.Box)`
|
|
166
180
|
white-space: nowrap;
|
|
167
181
|
text-overflow: ellipsis;
|
|
168
182
|
display: block;
|
|
169
183
|
overflow: hidden;
|
|
170
|
-
`,
|
|
184
|
+
`,v=(0,i.default)(d.Button)`
|
|
171
185
|
width: ${e=>e.theme.px.xxlarge};
|
|
172
186
|
padding: 0;
|
|
173
187
|
display: flex;
|
|
174
188
|
justify-content: center;
|
|
175
189
|
align-items: center;
|
|
176
|
-
`,
|
|
190
|
+
`,m=i.default.div`
|
|
177
191
|
display: inline-flex;
|
|
178
192
|
flex-direction: row;
|
|
179
193
|
position: relative;
|
|
180
194
|
`,x=i.default.div`
|
|
181
195
|
position: relative;
|
|
182
196
|
display: inline-block;
|
|
183
|
-
`},1271:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.setupExpandablePanel=void 0;const r=n(1423);t.setupExpandablePanel=(e,t,n=!1)=>{if(!e||0===e.childNodes.length)return;const o=e.parentElement,a=null==o?void 0:o.getBoundingClientRect(),i=e.getBoundingClientRect();if(!a)return;const l=i.height,
|
|
197
|
+
`},1271:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.setupExpandablePanel=void 0;const r=n(1423);t.setupExpandablePanel=(e,t,n=!1)=>{if(!e||0===e.childNodes.length)return;const o=e.parentElement,a=null==o?void 0:o.getBoundingClientRect(),i=e.getBoundingClientRect();if(!a)return;const l=i.height,c=i.width<=a.width||n?i.width:a.width,s=a.x+c>document.body.clientWidth||c<a.width;e.style.width=`${c}px`,e.style.opacity="1",s?e.style.right="0px":e.style.left="0px",t===r.ExpandDirection.Down&&(e.style.top=`${a.height}px`),t===r.ExpandDirection.Up&&(e.style.top=-1*l+"px")}},5776:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.ExpandablePanel=void 0;const o=n(1085),a=r(n(2770)),i=r(n(4867)),l=n(5322),c=n(5347),s=n(2870),d=n(1271),u={type:"spring",duration:.2,bounce:.25};t.ExpandablePanel=e=>{var t;const n=`${e.panelId}-expandable-panel`;return(0,o.jsx)(i.default,{focusTrapOptions:{fallbackFocus:`#${n}`,clickOutsideDeactivates:!0,onDeactivate:e.onCollapseRequest,initialFocus:!1,document:e.document,returnFocusOnDeactivate:!1},children:(0,o.jsx)(h,{ref:t=>(0,d.setupExpandablePanel)(t,e.expandDirection,e.stretch),tabIndex:0,id:n,initial:"initial",exit:"hidden",buttonSize:null!==(t=e.buttonSize)&&void 0!==t?t:s.ButtonSize.base,animate:"visible",role:"menu",transition:u,onMouseOver:()=>{var e;return null===(e=document.activeElement)||void 0===e?void 0:e.blur()},children:e.secondaryButtons.map((t,n)=>(0,o.jsx)(s.Button,{className:"menu-item",tabIndex:n+1,title:t.title,role:"menuitem",size:e.buttonSize,disabled:t.disabled,kind:"textOnly",onClick:n=>((t,n)=>{e.closePanelOnSecondaryButtonClick?(n.onClick(t),e.onCollapseRequest()):n.onClick(t,()=>e.onCollapseRequest())})(n,t),"aria-label":t.title,children:(0,o.jsx)(f,{"aria-label":t.title,children:t.title})},n))},"expandablePanel")})};const f=(0,a.default)(c.Box)`
|
|
184
198
|
padding-bottom: 1px;
|
|
185
199
|
padding-top: 1px;
|
|
186
200
|
white-space: nowrap;
|
|
187
201
|
text-overflow: ellipsis;
|
|
188
202
|
display: block;
|
|
189
203
|
overflow: hidden;
|
|
190
|
-
`,
|
|
204
|
+
`,p={[s.ButtonSize.small]:e=>e.px.small,[s.ButtonSize.base]:e=>e.px.base,[s.ButtonSize.large]:e=>e.px.large},h=(0,a.default)(l.motion.div)`
|
|
191
205
|
border-radius: ${({theme:e})=>e.radius.small};
|
|
192
206
|
opacity: 0;
|
|
193
207
|
display: flex;
|
|
@@ -213,8 +227,8 @@ var e={6557:(e,t,n)=>{n.r(t),n.d(t,{default:()=>l});var r=n(6758),o=n.n(r),a=n(9
|
|
|
213
227
|
text-align: left;
|
|
214
228
|
}
|
|
215
229
|
font-weight: ${({theme:e})=>e.fontWeight.normal};
|
|
216
|
-
padding-top: ${({theme:e,buttonSize:t})=>
|
|
217
|
-
padding-bottom: ${({theme:e,buttonSize:t})=>
|
|
230
|
+
padding-top: ${({theme:e,buttonSize:t})=>p[t](e)};
|
|
231
|
+
padding-bottom: ${({theme:e,buttonSize:t})=>p[t](e)};
|
|
218
232
|
padding-left: ${({theme:e})=>e.px.small};
|
|
219
233
|
padding-right: ${({theme:e})=>e.px.small};
|
|
220
234
|
|
|
@@ -242,7 +256,7 @@ var e={6557:(e,t,n)=>{n.r(t),n.d(t,{default:()=>l});var r=n(6758),o=n.n(r),a=n(9
|
|
|
242
256
|
opacity: unset;
|
|
243
257
|
}
|
|
244
258
|
}
|
|
245
|
-
`},7106:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),o(n(92),t),o(n(1423),t)},469:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),a=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return o(t,e),t},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.FindInPageModal=void 0;const l=n(1085),
|
|
259
|
+
`},7106:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),o(n(92),t),o(n(1423),t)},469:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),a=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return o(t,e),t},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.FindInPageModal=void 0;const l=n(1085),c=a(n(2015)),s=i(n(2770)),d=n(2394),u=n(7371),f=n(5347),p=n(5570),h={ariaLabelSearchField:"Search field",placeholder:"Find in page...",titleClose:"Close",titleNextResult:"Next result",titlePreviousResult:"Previous result"};t.FindInPageModal=({labels:e,currentResultIndex:t,totalResults:n,value:r,shouldFocusInput:o=!1,onResetFocusInput:a,onNextResult:i,onPreviousResult:s,onClose:u,onFindTextChanged:f})=>{const[p,C]=c.useState(""),_=c.useRef(null),O=(null!=n?n:0)>1,w=null!=t&&null!=n,j=null!=r?r:p,k=Object.assign(Object.assign({},h),e);return c.useEffect(()=>{o&&_.current&&(_.current.select(),null==a||a())},[o,a]),c.useEffect(()=>{const e=e=>{switch(e.key){case"Escape":e.preventDefault(),u();break;case"Enter":document.activeElement===_.current&&(e.preventDefault(),O&&(e.shiftKey?s():i()))}};return document.addEventListener("keydown",e),()=>document.removeEventListener("keydown",e)},[u,i,s,O]),(0,l.jsxs)(b,{children:[(0,l.jsxs)(m,{children:[(0,l.jsx)(x,{ref:_,placeholder:k.placeholder,value:j,onChange:e=>{const t=e.target.value;void 0===r&&C(t),f(t)},type:"search",role:"searchbox","aria-controls":"find-controls","aria-label":k.ariaLabelSearchField}),w&&(0,l.jsxs)(y,{"aria-live":"polite","aria-atomic":"true",children:[t,"/",n]})]}),(0,l.jsxs)(g,{id:"find-controls",children:[(0,l.jsx)(v,{disabled:!O,title:k.titlePreviousResult,onClick:()=>s(),children:(0,l.jsx)(d.Icon,{icon:"ArrowUpIcon"})}),(0,l.jsx)(v,{disabled:!O,title:k.titleNextResult,onClick:()=>i(),children:(0,l.jsx)(d.Icon,{icon:"ArrowDownIcon"})}),(0,l.jsx)(v,{title:k.titleClose,onClick:()=>u(),children:(0,l.jsx)(d.Icon,{icon:"Cross1Icon",size:"small",containerSize:"base"})})]})]})};const b=(0,s.default)(f.Box)`
|
|
246
260
|
display: flex;
|
|
247
261
|
flex-direction: row;
|
|
248
262
|
justify-content: flex-end;
|
|
@@ -250,14 +264,14 @@ var e={6557:(e,t,n)=>{n.r(t),n.d(t,{default:()=>l});var r=n(6758),o=n.n(r),a=n(9
|
|
|
250
264
|
height: 100%;
|
|
251
265
|
background-color: ${({theme:e})=>e.palette.background1};
|
|
252
266
|
border: ${({theme:e})=>`1px solid ${e.palette.background4}`};
|
|
253
|
-
`,g=(0,
|
|
267
|
+
`,g=(0,s.default)(f.Box)`
|
|
254
268
|
display: flex;
|
|
255
269
|
flex-direction: row;
|
|
256
270
|
align-items: center;
|
|
257
271
|
justify-content: flex-start;
|
|
258
272
|
padding: ${({theme:e})=>e.px.base};
|
|
259
273
|
border-left: ${({theme:e})=>`1px solid ${e.palette.background4}`};
|
|
260
|
-
`,
|
|
274
|
+
`,v=s.default.button`
|
|
261
275
|
display: flex;
|
|
262
276
|
align-items: center;
|
|
263
277
|
justify-content: center;
|
|
@@ -276,20 +290,20 @@ var e={6557:(e,t,n)=>{n.r(t),n.d(t,{default:()=>l});var r=n(6758),o=n.n(r),a=n(9
|
|
|
276
290
|
}
|
|
277
291
|
|
|
278
292
|
&:not(:disabled) {
|
|
293
|
+
&:focus-visible {
|
|
294
|
+
outline: 2px solid ${({theme:e})=>e.palette.inputFocused};
|
|
295
|
+
outline-offset: -1px;
|
|
296
|
+
}
|
|
297
|
+
|
|
279
298
|
&:hover {
|
|
280
|
-
background-color: ${({theme:e})=>(0,
|
|
299
|
+
background-color: ${({theme:e})=>(0,p.toRgbaColor)(e.palette.brandSecondaryFocused,.12)};
|
|
281
300
|
|
|
282
301
|
&:active {
|
|
283
|
-
background-color: ${({theme:e})=>(0,
|
|
302
|
+
background-color: ${({theme:e})=>(0,p.toRgbaColor)(e.palette.brandSecondaryFocused,.18)};
|
|
284
303
|
}
|
|
285
304
|
}
|
|
286
|
-
|
|
287
|
-
&:focus-visible {
|
|
288
|
-
outline: 2px solid ${({theme:e})=>e.palette.inputFocused};
|
|
289
|
-
outline-offset: -1px;
|
|
290
|
-
}
|
|
291
305
|
}
|
|
292
|
-
`,
|
|
306
|
+
`,m=(0,s.default)(f.Box)`
|
|
293
307
|
width: 100%;
|
|
294
308
|
padding-right: ${({theme:e})=>e.px.base};
|
|
295
309
|
padding-left: ${({theme:e})=>e.px.base};
|
|
@@ -306,7 +320,7 @@ var e={6557:(e,t,n)=>{n.r(t),n.d(t,{default:()=>l});var r=n(6758),o=n.n(r),a=n(9
|
|
|
306
320
|
input::placeholder {
|
|
307
321
|
color: ${({theme:e})=>e.palette.inputPlaceholder};
|
|
308
322
|
}
|
|
309
|
-
`,x=(0,
|
|
323
|
+
`,x=(0,s.default)(u.TextInput)`
|
|
310
324
|
width: 100%;
|
|
311
325
|
border: none;
|
|
312
326
|
padding: 1px;
|
|
@@ -319,9 +333,9 @@ var e={6557:(e,t,n)=>{n.r(t),n.d(t,{default:()=>l});var r=n(6758),o=n.n(r),a=n(9
|
|
|
319
333
|
appearance: none;
|
|
320
334
|
display: none;
|
|
321
335
|
}
|
|
322
|
-
`,y=
|
|
336
|
+
`,y=s.default.div`
|
|
323
337
|
line-height: 1.3;
|
|
324
|
-
`},57:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),o(n(469),t)},7643:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.ContentMenu=t.findPathToItemWithId=void 0;const o=n(1085),a=n(2015),i=r(n(2770)),l=n(5347),
|
|
338
|
+
`},57:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),o(n(469),t)},7643:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.ContentMenu=t.findPathToItemWithId=void 0;const o=n(1085),a=n(2015),i=r(n(2770)),l=n(5347),c=n(4404),s=r(n(5756)),d=n(4598);t.findPathToItemWithId=(e,n,r)=>{if(e.id===r)return n;if(e.children)for(let o=0;o<e.children.length;++o){const a=e.children[o];n.push(a.id);const i=(0,t.findPathToItemWithId)(a,n,r);if(i)return i;n.pop()}},t.ContentMenu=({structure:e,handleClickItem:n,handleBookmarkItem:r,targetId:i,disableBookmarking:l,selectedScheme:f})=>{const[p,h]=(0,a.useState)([]),[b,g]=(0,a.useState)(),v=(0,a.useRef)(null),[m,x]=(0,a.useState)({}),y=(0,a.useCallback)(()=>{v.current&&v.current.scrollTo({left:v.current.scrollWidth,behavior:"smooth"})},[]),C=(0,a.useCallback)((e,t)=>{x(e&&t?{label:e,element:t}:{})},[]);(0,a.useEffect)(()=>{if(i){const n=(0,t.findPathToItemWithId)({id:"",children:e},[],i);if(n)return h(n),void g(`content-menu-item-${i}`)}g(void 0)},[i]),(0,a.useEffect)(()=>{y()},[p]);const[_,O]=(0,a.useState)(null);return(0,a.useEffect)(()=>{var t,n;O(null!==(n=null===(t=null==e?void 0:e[0])||void 0===t?void 0:t.id)&&void 0!==n?n:null)},e),(0,o.jsxs)(o.Fragment,{children:[(0,o.jsx)(s.default,{label:m.label,element:m.element}),(0,o.jsx)(u,{ref:v,role:"tree",onScroll:()=>C(),children:(0,o.jsx)(d.ContentMenuContext.Provider,{value:{focusedContentItemId:_,setFocusedContentItemId:e=>O(e)},children:(0,o.jsx)(c.ContentMenuColumn,{entries:e,depth:0,path:p,targetItemId:b,setCurrentlySelectedPath:h,handleClickItem:n,handleBookmarkItem:r,parentEntry:null,toggleTooltip:C,disableBookmarking:l,selectedScheme:f})})})]})};const u=(0,i.default)(l.Box)`
|
|
325
339
|
height: 100%;
|
|
326
340
|
width: 100%;
|
|
327
341
|
|
|
@@ -329,7 +343,7 @@ var e={6557:(e,t,n)=>{n.r(t),n.d(t,{default:()=>l});var r=n(6758),o=n.n(r),a=n(9
|
|
|
329
343
|
|
|
330
344
|
overflow-x: auto;
|
|
331
345
|
overflow-y: hidden;
|
|
332
|
-
`},4404:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.ContentMenuColumn=void 0;const o=n(1085),a=n(2015),i=r(n(2770)),l=n(1525),
|
|
346
|
+
`},4404:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.ContentMenuColumn=void 0;const o=n(1085),a=n(2015),i=r(n(2770)),l=n(1525),c=n(4598),s=n(7152);t.ContentMenuColumn=({entries:e,depth:n,path:r,targetItemId:i,setCurrentlySelectedPath:l,handleClickItem:f,handleBookmarkItem:p,parentEntry:h,toggleTooltip:b,disableBookmarking:g,selectedScheme:v})=>{const m=(0,a.useRef)(null),x=r[n],y=x?e.find(e=>e.id===x):void 0,{setFocusedContentItemId:C}=(0,a.useContext)(c.ContentMenuContext);(0,a.useEffect)(()=>{if(i&&y){const e=document.getElementById(`content-menu-item-${y.id}`);if(e&&m.current){const t=e.getBoundingClientRect().top-m.current.children[0].getBoundingClientRect().top;m.current.scrollTo({top:t,behavior:"smooth"})}}},[i]);const _=(0,a.useCallback)(e=>{l(t=>e.id?(t[n]=e.id,t.slice(0,n+1)):t.slice(0,n)),e.children.length&&C(e.children[0].id)},[]);return(0,o.jsxs)(o.Fragment,{children:[(0,o.jsx)(d,{ref:m,role:"group",children:e.length>0?(0,o.jsx)("div",{children:e.map(t=>(0,o.jsx)(s.ContentMenuItem,{entry:t,role:"treeitem","aria-level":n+1,active:"folder"===t.type&&t.id===x,"aria-expanded":"folder"===t.type?!(!y||y.id!==t.id):void 0,handleClick:(e,n)=>{"folder"===e.type?_(e):f(t,n)},handleBookmark:p,onKeyDown:n=>((t,n)=>{const r=e.indexOf(n);switch(t.key){case"ArrowUp":{t.preventDefault();const n=e[r-1];n&&C(n.id);break}case"ArrowDown":{t.preventDefault();const n=e[r+1];n&&C(n.id);break}case"ArrowLeft":h&&(t.preventDefault(),C(h.id));break;case"Enter":case" ":case"ArrowRight":if(t.currentTarget!==t.target)return;if(t.preventDefault(),"folder"===n.type)_(n),n.children.length&&C(n.children[0].id);else if("ArrowRight"!==t.key){const e={ctrlKey:t.ctrlKey,metaKey:t.metaKey,shiftKey:t.shiftKey};f(n,e)}}})(n,t),toggleTooltip:b,disableBookmarking:g,selectedScheme:v},t.id))}):(0,o.jsx)(u,{children:"No content available."})}),y&&"folder"===y.type&&(0,o.jsx)(t.ContentMenuColumn,{entries:y.children,depth:n+1,path:r,targetItemId:i,setCurrentlySelectedPath:l,handleClickItem:f,handleBookmarkItem:p,parentEntry:y,toggleTooltip:b,disableBookmarking:g,selectedScheme:v})]})};const d=(0,i.default)(l.MenuFrame).attrs({className:"content-menu-column-frame"})`
|
|
333
347
|
height: 100%;
|
|
334
348
|
width: 241px;
|
|
335
349
|
padding: ${({theme:e})=>e.px.xsmall};
|
|
@@ -340,7 +354,7 @@ var e={6557:(e,t,n)=>{n.r(t),n.d(t,{default:()=>l});var r=n(6758),o=n.n(r),a=n(9
|
|
|
340
354
|
|
|
341
355
|
border-right: 1px solid ${({theme:e})=>e.palette.background5};
|
|
342
356
|
background-color: transparent;
|
|
343
|
-
`,
|
|
357
|
+
`,u=i.default.div`
|
|
344
358
|
height: 100%;
|
|
345
359
|
|
|
346
360
|
display: flex;
|
|
@@ -348,9 +362,9 @@ var e={6557:(e,t,n)=>{n.r(t),n.d(t,{default:()=>l});var r=n(6758),o=n.n(r),a=n(9
|
|
|
348
362
|
align-items: center;
|
|
349
363
|
|
|
350
364
|
user-select: none;
|
|
351
|
-
`},4598:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.ContentMenuContext=void 0;const o=r(n(2015));t.ContentMenuContext=o.default.createContext({focusedContentItemId:null,setFocusedContentItemId:()=>{}})},7152:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),a=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return o(t,e),t},i=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.ContentMenuItemContainer=t.ContentMenuItem=void 0;const l=n(1085),
|
|
365
|
+
`},4598:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.ContentMenuContext=void 0;const o=r(n(2015));t.ContentMenuContext=o.default.createContext({focusedContentItemId:null,setFocusedContentItemId:()=>{}})},7152:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),a=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return o(t,e),t},i=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.ContentMenuItemContainer=t.ContentMenuItem=void 0;const l=n(1085),c=n(2015),s=a(n(2770)),d=n(2394),u=n(5347),f=n(1525),p=n(4598),h=n(3470);t.ContentMenuItem=e=>{var n,{entry:r,active:o,handleClick:a,handleBookmark:s,toggleTooltip:u,disableBookmarking:m,selectedScheme:x}=e,y=i(e,["entry","active","handleClick","handleBookmark","toggleTooltip","disableBookmarking","selectedScheme"]);const{label:C,type:_}=r,O=(0,c.useRef)(null),{focusedContentItemId:w}=(0,c.useContext)(p.ContentMenuContext),j=(0,c.useCallback)(()=>{"item"===r.type&&"desktop"===r.itemData.appType&&O.current&&u("Launch Desktop App",O.current)},[r]);(0,c.useEffect)(()=>{var e;r.id===w&&(null===(e=O.current)||void 0===e||e.focus())},[w]);const k="item"===r.type&&r.icon?"string"==typeof r.icon?r.icon:r.icon[null!=x?x:"light"]:void 0;return(0,l.jsxs)(t.ContentMenuItemContainer,Object.assign({id:`content-menu-item-${r.id}`,onClick:e=>a(r,e),onMouseEnter:j,onMouseLeave:()=>u(),active:o,tabIndex:w===r.id?0:-1,ref:O,"aria-label":r.label},y,{children:["item"===_&&(0,l.jsx)(h.IconWithFallback,{iconUrl:k}),(0,l.jsx)(b,{size:"base",weight:"normal",children:C}),(0,l.jsxs)(g,{children:[!m&&(0,l.jsx)(v,{bookmarked:r.bookmarked,role:"button",onKeyDown:e=>{"Enter"!==e.key&&"Space"!==e.key||(null==e||e.stopPropagation(),s&&s(r))},onClick:e=>{var t;null==e||e.stopPropagation(),s&&s(r),null===(t=O.current)||void 0===t||t.focus()},"data-testid":`content-menu-item-${r.id}-bookmark-icon`,tabIndex:w===r.id?0:-1,"aria-label":r.bookmarked?`Remove ${r.label} from favorites`:`Add ${r.label} to favorites`,children:r.bookmarked?(0,l.jsx)(d.Icon,{icon:"StarFilledIcon"}):(0,l.jsx)(d.Icon,{icon:"StarIcon"})}),"item"===r.type&&"desktop"===(null===(n=r.itemData)||void 0===n?void 0:n.appType)&&(0,l.jsx)(f.MenuItemRightIcon,{icon:"ArrowTopRightIcon"}),"folder"===_&&(0,l.jsx)(f.MenuItemRightIcon,{icon:"ChevronRightIcon","data-testid":`content-menu-item-${r.id}-chevron-icon`})]})]}))};const b=(0,s.default)(f.MenuItemText)`
|
|
352
366
|
padding-right: ${({theme:e})=>e.px.large};
|
|
353
|
-
`,g=(0,
|
|
367
|
+
`,g=(0,s.default)(u.Box)`
|
|
354
368
|
margin-left: auto;
|
|
355
369
|
justify-self: end;
|
|
356
370
|
gap: ${({theme:e})=>e.px.small};
|
|
@@ -360,12 +374,12 @@ var e={6557:(e,t,n)=>{n.r(t),n.d(t,{default:()=>l});var r=n(6758),o=n.n(r),a=n(9
|
|
|
360
374
|
height: ${({theme:e})=>e.px.large};
|
|
361
375
|
width: ${({theme:e})=>e.px.large};
|
|
362
376
|
}
|
|
363
|
-
`,
|
|
364
|
-
${({bookmarked:e})=>e?
|
|
365
|
-
& + ${
|
|
377
|
+
`,v=(0,s.default)(u.Box)`
|
|
378
|
+
${({bookmarked:e})=>e?s.css`
|
|
379
|
+
& + ${f.MenuItemIconContainer} {
|
|
366
380
|
margin-left: unset;
|
|
367
381
|
}
|
|
368
|
-
`:
|
|
382
|
+
`:s.css`
|
|
369
383
|
opacity: 0;
|
|
370
384
|
`};
|
|
371
385
|
|
|
@@ -378,7 +392,7 @@ var e={6557:(e,t,n)=>{n.r(t),n.d(t,{default:()=>l});var r=n(6758),o=n.n(r),a=n(9
|
|
|
378
392
|
outline: solid 1px ${({theme:e})=>e.palette.statusActive};
|
|
379
393
|
border-radius: ${({theme:e})=>e.radius.small};
|
|
380
394
|
}
|
|
381
|
-
`;t.ContentMenuItemContainer=(0,
|
|
395
|
+
`;t.ContentMenuItemContainer=(0,s.default)(f.MenuItemInnerContainer).attrs(({active:e})=>({className:["content-menu-item-container",e?"content-menu-item-container-active":""].filter(Boolean).join(" ")}))`
|
|
382
396
|
&:focus {
|
|
383
397
|
outline: none;
|
|
384
398
|
}
|
|
@@ -387,36 +401,36 @@ var e={6557:(e,t,n)=>{n.r(t),n.d(t,{default:()=>l});var r=n(6758),o=n.n(r),a=n(9
|
|
|
387
401
|
outline: solid 1px ${({theme:e})=>e.palette.statusActive};
|
|
388
402
|
border-radius: ${({theme:e})=>e.radius.small};
|
|
389
403
|
|
|
390
|
-
${
|
|
404
|
+
${v} {
|
|
391
405
|
opacity: 1;
|
|
392
406
|
}
|
|
393
407
|
}
|
|
394
408
|
|
|
395
|
-
${({theme:e,active:t})=>t&&
|
|
409
|
+
${({theme:e,active:t})=>t&&s.css`
|
|
396
410
|
background-color: ${e.palette.background3};
|
|
397
411
|
`}
|
|
398
412
|
&:hover {
|
|
399
413
|
background-color: ${({theme:e})=>e.palette.background2};
|
|
400
414
|
|
|
401
|
-
${
|
|
415
|
+
${v} {
|
|
402
416
|
opacity: 1;
|
|
403
417
|
}
|
|
404
418
|
|
|
405
|
-
${
|
|
419
|
+
${v} + ${f.MenuItemIconContainer} {
|
|
406
420
|
margin-left: unset;
|
|
407
421
|
}
|
|
408
422
|
}
|
|
409
|
-
`},3470:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.IconWithFallback=void 0;const o=n(1085),a=r(n(2770)),i=n(2394),l=n(9494);t.IconWithFallback=({iconUrl:e,alt:t})=>{const n=(0,l.useImageLoader)(e);return"error"===n?(0,o.jsx)(
|
|
423
|
+
`},3470:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.IconWithFallback=void 0;const o=n(1085),a=r(n(2770)),i=n(2394),l=n(9494);t.IconWithFallback=({iconUrl:e,alt:t})=>{const n=(0,l.useImageLoader)(e);return"error"===n?(0,o.jsx)(c,{children:(0,o.jsx)(i.Icon,{icon:"FallbackGlobeIcon"})}):"loading"===n?(0,o.jsx)(s,{}):(0,o.jsx)(d,{src:e,alt:t})};const c=a.default.div`
|
|
410
424
|
height: ${({theme:e})=>e.px.large};
|
|
411
425
|
width: ${({theme:e})=>e.px.large};
|
|
412
426
|
margin-left: ${({theme:e})=>e.px.small};
|
|
413
427
|
|
|
414
428
|
border-radius: ${({theme:e})=>e.radius.small};
|
|
415
|
-
`,
|
|
429
|
+
`,s=a.default.div`
|
|
416
430
|
height: ${({theme:e})=>e.px.large};
|
|
417
431
|
width: ${({theme:e})=>e.px.large};
|
|
418
432
|
margin-left: ${({theme:e})=>e.px.small};
|
|
419
|
-
`,
|
|
433
|
+
`,d=a.default.img`
|
|
420
434
|
height: ${({theme:e})=>e.px.large};
|
|
421
435
|
width: ${({theme:e})=>e.px.large};
|
|
422
436
|
margin-left: ${({theme:e})=>e.px.small};
|
|
@@ -424,7 +438,7 @@ var e={6557:(e,t,n)=>{n.r(t),n.d(t,{default:()=>l});var r=n(6758),o=n.n(r),a=n(9
|
|
|
424
438
|
border-radius: ${({theme:e})=>e.radius.small};
|
|
425
439
|
|
|
426
440
|
user-select: none;
|
|
427
|
-
`},9494:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.useImageLoader=void 0;const r=n(2015);t.useImageLoader=e=>{const[t,n]=(0,r.useState)("loading");return(0,r.useEffect)(()=>{if(!e)return void n("error");n("loading");const t=new Image,r=()=>{n("success")},o=()=>{n("error")};return t.addEventListener("load",r),t.addEventListener("error",o),t.src=e,()=>{t.removeEventListener("load",r),t.removeEventListener("error",o)}},[e]),t}},5756:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),a=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return o(t,e),t};Object.defineProperty(t,"__esModule",{value:!0});const i=n(1085),l=n(2015),
|
|
441
|
+
`},9494:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.useImageLoader=void 0;const r=n(2015);t.useImageLoader=e=>{const[t,n]=(0,r.useState)("loading");return(0,r.useEffect)(()=>{if(!e)return void n("error");n("loading");const t=new Image,r=()=>{n("success")},o=()=>{n("error")};return t.addEventListener("load",r),t.addEventListener("error",o),t.src=e,()=>{t.removeEventListener("load",r),t.removeEventListener("error",o)}},[e]),t}},5756:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),a=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return o(t,e),t};Object.defineProperty(t,"__esModule",{value:!0});const i=n(1085),l=n(2015),c=a(n(2770)),s=n(3968);t.default=({label:e,element:t})=>{const n=(0,l.useRef)(null),[r,o]=(0,l.useState)({}),[a,c]=(0,l.useState)(!1);return(0,l.useEffect)(()=>{if(t&&n.current){const{top:e,left:r,height:a,width:i}=t.getBoundingClientRect(),l=r+i/2,{height:s,width:d}=n.current.getBoundingClientRect(),u=e-s-12,f=u>0?u:e+a+12;o({top:f,left:l-d/2,arrowUp:u!==f}),c(!0)}else o({}),c(!1)},[a,t]),(0,i.jsx)(d,{ref:n,left:r.left,top:r.top,arrowUp:r.arrowUp,children:(0,i.jsx)(s.Text,{children:e})})};const d=c.default.div`
|
|
428
442
|
pointer-events: none;
|
|
429
443
|
position: fixed;
|
|
430
444
|
z-index: 1;
|
|
@@ -432,11 +446,11 @@ var e={6557:(e,t,n)=>{n.r(t),n.d(t,{default:()=>l});var r=n(6758),o=n.n(r),a=n(9
|
|
|
432
446
|
left: ${({left:e})=>`${null!=e?e:-99999}px`};
|
|
433
447
|
|
|
434
448
|
padding: ${({theme:e})=>e.px.small};
|
|
435
|
-
border: 1px solid
|
|
449
|
+
border: 1px solid var(--color-role-background-4);
|
|
436
450
|
border-radius: ${({theme:e})=>e.px.xsmall};
|
|
437
451
|
|
|
438
|
-
background:
|
|
439
|
-
box-shadow: 0px 0px 10px
|
|
452
|
+
background: var(--color-role-background-1);
|
|
453
|
+
box-shadow: 0px 0px 10px rgb(from var(--color-role-foreground-base) r g b / 10%);
|
|
440
454
|
|
|
441
455
|
&:before {
|
|
442
456
|
pointer-events: none;
|
|
@@ -448,12 +462,12 @@ var e={6557:(e,t,n)=>{n.r(t),n.d(t,{default:()=>l});var r=n(6758),o=n.n(r),a=n(9
|
|
|
448
462
|
height: 0;
|
|
449
463
|
border: 10px solid transparent;
|
|
450
464
|
|
|
451
|
-
${({arrowUp:e})=>e?
|
|
465
|
+
${({arrowUp:e})=>e?c.css`
|
|
452
466
|
bottom: 100%;
|
|
453
|
-
border-bottom-color:
|
|
454
|
-
`:
|
|
467
|
+
border-bottom-color: var(--color-role-background-4);
|
|
468
|
+
`:c.css`
|
|
455
469
|
top: 100%;
|
|
456
|
-
border-top-color:
|
|
470
|
+
border-top-color: var(--color-role-background-4);
|
|
457
471
|
`}
|
|
458
472
|
}
|
|
459
473
|
|
|
@@ -467,21 +481,21 @@ var e={6557:(e,t,n)=>{n.r(t),n.d(t,{default:()=>l});var r=n(6758),o=n.n(r),a=n(9
|
|
|
467
481
|
height: 0;
|
|
468
482
|
border: 9px solid transparent;
|
|
469
483
|
|
|
470
|
-
${({arrowUp:e})=>e?
|
|
484
|
+
${({arrowUp:e})=>e?c.css`
|
|
471
485
|
bottom: 100%;
|
|
472
|
-
border-bottom-color:
|
|
473
|
-
`:
|
|
486
|
+
border-bottom-color: var(--color-role-background-1);
|
|
487
|
+
`:c.css`
|
|
474
488
|
top: 100%;
|
|
475
|
-
border-top-color:
|
|
489
|
+
border-top-color: var(--color-role-background-1);
|
|
476
490
|
`}
|
|
477
491
|
}
|
|
478
|
-
`},6473:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),o(n(7643),t)},9399:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.CustomContextMenu=t.CONTEXT_MENU_ANIMATION_DURATION=t.PRIOR_CONTEXT_MENU_CLASS=t.BASE_CONTEXT_MENU=t.ACTIVE_CONTEXT_MENU_CLASS=t.CONTEXT_MENU_FRAME_ID=void 0;const o=n(1085),a=n(2015),i=r(n(2770)),l=n(1525),
|
|
492
|
+
`},6473:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),o(n(7643),t)},9399:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.CustomContextMenu=t.CONTEXT_MENU_ANIMATION_DURATION=t.PRIOR_CONTEXT_MENU_CLASS=t.BASE_CONTEXT_MENU=t.ACTIVE_CONTEXT_MENU_CLASS=t.CONTEXT_MENU_FRAME_ID=void 0;const o=n(1085),a=n(2015),i=r(n(2770)),l=n(1525),c=n(6644),s=n(6502),d=n(4848),u=n(9993),f=n(6559),p=n(4045);t.CONTEXT_MENU_FRAME_ID="context_menu_frame",t.ACTIVE_CONTEXT_MENU_CLASS="active_context_menu",t.BASE_CONTEXT_MENU="base_context_menu",t.PRIOR_CONTEXT_MENU_CLASS="previous_context_menu",t.CONTEXT_MENU_ANIMATION_DURATION=200,t.CustomContextMenu=({menuTemplate:e,onClick:n,icon:r,onMenuResize:i,onContextMenuReady:l,isWindows:g=!0})=>{var v;const m=(0,a.useRef)(null),[x,y]=(0,a.useState)(!1),[C,_]=(0,a.useState)({width:160,height:160}),[O,w]=(0,a.useState)(0),[j,k]=(0,a.useState)([]),[S,P]=(0,a.useState)(),[M,I]=(0,a.useState)([]),[$,B]=(0,a.useState)(e.map(e=>e.label||"")),[E,D]=(0,a.useState)(-1);(0,a.useEffect)(()=>{B(e.map(e=>e.label||"")),D($.findIndex(e=>e===S))},[e]);const{width:T,height:F}=(0,f.useResizeContextMenu)(S),{handleNavigateToSubmenu:L,handleNavigateBackToParent:z,handleNavigateToBase:R}=(0,u.useContextMenuNavigation)(O,w,M,I,S,P,_,D,j,i);return(0,a.useEffect)(()=>{k((0,p.getMenuNavigationOrder)(e)),P(t.BASE_CONTEXT_MENU),I([]),_({width:T,height:F})},[e]),(0,d.useContextMenuKeyboardNavigation)(null===(v=j.find(e=>e.parentLabel===S))||void 0===v?void 0:v.menuTemplate,M,S,E,D,n,L,z,R),(0,a.useEffect)(()=>{m.current&&(x||(l&&l(),y(!0)))},[m.current]),(0,o.jsx)(h,{id:t.CONTEXT_MENU_FRAME_ID,transitionSpeed:O,isWindows:g,children:j.map(({parentLabel:e,menuTemplate:a})=>(0,o.jsx)("div",{ref:e===S?m:void 0,children:(0,o.jsxs)(b,{className:(0,p.getClassName)(e,S,M),activeMenuWidth:C.width,transitionSpeed:O,id:e,children:[e!==t.BASE_CONTEXT_MENU?(0,o.jsx)(c.CustomContextMenuItem,{type:"submenuHeader",label:e,onBack:()=>z(e,"click"),onClose:R,showShouldHomeButton:M.slice(2).includes(e)||M.length>=2&&S===e,selected:-1===E},`${e}-submenu-header`):r&&(0,o.jsx)(s.RootMenuHeader,{icon:r}),a.map((t,r)=>(0,o.jsx)(c.CustomContextMenuItem,Object.assign({onClick:e=>{t.hasSubMenu?L(t.label||""):n(e),D(-2)}},t,{selected:E===r}),`${e}-${t.label}-${r}`))]})},e))})};const h=i.default.div`
|
|
479
493
|
position: relative;
|
|
480
494
|
min-width: fit-content;
|
|
481
495
|
min-height: fit-content;
|
|
482
496
|
overflow: hidden;
|
|
483
497
|
|
|
484
|
-
background-color:
|
|
498
|
+
background-color: var(--color-enterprise-window-background);
|
|
485
499
|
transition: ${({transitionSpeed:e})=>`all ${e}ms linear`};
|
|
486
500
|
border-radius: ${({isWindows:e})=>!e&&"10px"};
|
|
487
501
|
`,b=(0,i.default)(l.MenuFrame)`
|
|
@@ -498,12 +512,12 @@ var e={6557:(e,t,n)=>{n.r(t),n.d(t,{default:()=>l});var r=n(6758),o=n.n(r),a=n(9
|
|
|
498
512
|
transform: translateX(-100%);
|
|
499
513
|
opacity: 0%;
|
|
500
514
|
}
|
|
501
|
-
`},5619:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.ColorLinkingContextMenuWidget=void 0;const o=n(1085),a=r(n(2770)),i=n(2394),l=n(5347);t.ColorLinkingContextMenuWidget=({config:e,onClick:t})=>(0,o.jsx)(
|
|
515
|
+
`},5619:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.ColorLinkingContextMenuWidget=void 0;const o=n(1085),a=r(n(2770)),i=n(2394),l=n(5347);t.ColorLinkingContextMenuWidget=({config:e,onClick:t})=>(0,o.jsx)(d,{children:e.channels.map(e=>"color"in e?(0,o.jsx)(s,{title:e.label,color:e.color,onClick:()=>null==t?void 0:t(e.data),children:e.checked&&(0,o.jsx)(i.Icon,{icon:"CheckIcon",title:e.label,size:"base",color:"white"})},e.label):(0,o.jsx)(c,{onClick:()=>null==t?void 0:t(e.data),children:(0,o.jsx)(i.Icon,{icon:"LinkBreak1Icon",title:e.label,size:"base"})},e.label))});const c=(0,a.default)(l.Box)`
|
|
502
516
|
cursor: pointer;
|
|
503
517
|
width: ${({theme:e})=>e.px.large};
|
|
504
518
|
height: ${({theme:e})=>e.px.large};
|
|
505
519
|
justify-content: center;
|
|
506
|
-
`,
|
|
520
|
+
`,s=(0,a.default)(l.Box)`
|
|
507
521
|
background-color: ${({color:e})=>e};
|
|
508
522
|
width: ${({theme:e})=>e.px.large};
|
|
509
523
|
height: ${({theme:e})=>e.px.large};
|
|
@@ -511,7 +525,7 @@ var e={6557:(e,t,n)=>{n.r(t),n.d(t,{default:()=>l});var r=n(6758),o=n.n(r),a=n(9
|
|
|
511
525
|
cursor: pointer;
|
|
512
526
|
justify-content: center;
|
|
513
527
|
align-items: center;
|
|
514
|
-
`,
|
|
528
|
+
`,d=(0,a.default)(l.Box)`
|
|
515
529
|
flex-direction: row;
|
|
516
530
|
gap: ${({theme:e})=>e.px.small};
|
|
517
531
|
/*
|
|
@@ -523,12 +537,12 @@ var e={6557:(e,t,n)=>{n.r(t),n.d(t,{default:()=>l});var r=n(6758),o=n.n(r),a=n(9
|
|
|
523
537
|
);
|
|
524
538
|
flex-wrap: wrap;
|
|
525
539
|
padding: ${({theme:e})=>e.px.small} ${({theme:e})=>e.px.small};
|
|
526
|
-
`},6644:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.CustomContextMenuItem=void 0;const o=n(1085),a=n(2015),i=n(2043),l=n(8705),
|
|
540
|
+
`},6644:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.CustomContextMenuItem=void 0;const o=n(1085),a=n(2015),i=n(2043),l=n(8705),c=n(2590),s=n(9060),d={normal:i.NormalCustomContextMenuItem,checkbox:i.NormalCustomContextMenuItem,submenu:i.NormalCustomContextMenuItem,separator:l.SeparatorCustomContextMenuItem,submenuHeader:c.SubmenuHeaderCustomContextMenuItem,widget:s.WidgetCustomContextMenuItem};t.CustomContextMenuItem=e=>{var{type:t="normal",icon:n,label:i,enabled:l=!0,checked:c,hasSubMenu:s,showShouldHomeButton:u,onClick:f,onClose:p,onBack:h,selected:b}=e,g=r(e,["type","icon","label","enabled","checked","hasSubMenu","showShouldHomeButton","onClick","onClose","onBack","selected"]);let v;switch(t){case"normal":case"checkbox":{v=Object.assign(Object.assign({},g),{type:t,label:i,icon:n,enabled:l,checked:c,selected:b,onClick:f});const e=d[t];return(0,a.createElement)(e,Object.assign({},v,{key:i}))}case"submenu":{v=Object.assign(Object.assign({},g),{label:i,enabled:l,checked:c,hasSubMenu:s,selected:b,onClick:f});const e=d[t];return(0,a.createElement)(e,Object.assign({},v,{key:i}))}case"submenuHeader":{v={label:i,showShouldHomeButton:u,onClose:p,onBack:h,selected:b,onClick:f};const e=d[t];return(0,a.createElement)(e,Object.assign({},v,{key:i}))}case"separator":{const e=d[t];return(0,o.jsx)(e,{})}case"widget":{const e=Object.assign(Object.assign({},g),{onClick:f,label:i,enabled:l}),n=d[t];return(0,a.createElement)(n,Object.assign({},e,{key:i,onClick:f}))}default:return(0,o.jsx)(o.Fragment,{})}}},2043:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.NormalCustomContextMenuItem=void 0;const o=n(1085),a=r(n(2770)),i=n(2394),l=n(1525);t.NormalCustomContextMenuItem=({type:e,label:t,enabled:n=!0,checked:r,hasSubMenu:a,onClick:i,selected:s,data:d})=>(0,o.jsx)(l.MenuItemContainer,{children:(0,o.jsxs)(l.MenuItemInnerContainer,{onClick:n?()=>null==i?void 0:i(d):void 0,enabled:n.toString(),selected:s,children:["checkbox"===e&&(0,o.jsx)(l.MenuItemIconContainer,{side:"left",children:(0,o.jsx)(c,{icon:"CheckIcon",enabled:n,checked:r})}),(0,o.jsx)(l.MenuItemText,{size:"base",weight:"normal",enabled:n,children:t}),a&&(0,o.jsx)(l.MenuItemIconContainer,{side:"right",children:(0,o.jsx)(l.MenuItemRightIcon,{icon:"ChevronRightIcon",enabled:n})})]})});const c=(0,a.default)(i.Icon)`
|
|
527
541
|
svg path {
|
|
528
|
-
fill: ${({
|
|
542
|
+
fill: ${({enabled:e,checked:t})=>e?t?"var(--color-shared-icon-base)":"transparent":"var(--color-shared-icon-soft)"};
|
|
529
543
|
stroke-width: 1.25;
|
|
530
544
|
}
|
|
531
|
-
`},6502:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.RootMenuHeader=void 0;const o=n(1085),a=r(n(2770)),i=n(5347),l=n(8705);t.RootMenuHeader=({icon:e})=>(0,o.jsxs)(o.Fragment,{children:[(0,o.jsx)(
|
|
545
|
+
`},6502:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.RootMenuHeader=void 0;const o=n(1085),a=r(n(2770)),i=n(5347),l=n(8705);t.RootMenuHeader=({icon:e})=>(0,o.jsxs)(o.Fragment,{children:[(0,o.jsx)(c,{children:e}),(0,o.jsx)(l.SeparatorCustomContextMenuItem,{})]});const c=(0,a.default)(i.Box)`
|
|
532
546
|
width: 100%;
|
|
533
547
|
height: 28px;
|
|
534
548
|
display: flex;
|
|
@@ -536,15 +550,15 @@ var e={6557:(e,t,n)=>{n.r(t),n.d(t,{default:()=>l});var r=n(6758),o=n.n(r),a=n(9
|
|
|
536
550
|
justify-content: flex-start;
|
|
537
551
|
border-radius: ${({theme:e})=>e.radius.small};
|
|
538
552
|
padding: ${({theme:e})=>`0 0 0 ${e.px.large}`};
|
|
539
|
-
`},8705:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.SeparatorCustomContextMenuItem=void 0;const o=n(1085),a=r(n(2770)),i=n(5347);t.SeparatorCustomContextMenuItem=()=>(0,o.jsx)(l,{"data-testid":"custom-context-menu-separator",children:(0,o.jsx)(
|
|
553
|
+
`},8705:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.SeparatorCustomContextMenuItem=void 0;const o=n(1085),a=r(n(2770)),i=n(5347);t.SeparatorCustomContextMenuItem=()=>(0,o.jsx)(l,{"data-testid":"custom-context-menu-separator",children:(0,o.jsx)(c,{})});const l=(0,a.default)(i.Box)`
|
|
540
554
|
width: 100%;
|
|
541
555
|
padding: ${({theme:e})=>e.px.small} 0;
|
|
542
|
-
`,
|
|
556
|
+
`,c=a.default.hr`
|
|
543
557
|
width: 100%;
|
|
544
558
|
height: 1px;
|
|
545
559
|
border: none;
|
|
546
|
-
background-color:
|
|
547
|
-
`},2590:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.SubmenuHeaderCustomContextMenuItem=void 0;const o=n(1085),a=n(2015),i=r(n(2770)),l=n(2394),
|
|
560
|
+
background-color: var(--color-enterprise-window-border);
|
|
561
|
+
`},2590:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.SubmenuHeaderCustomContextMenuItem=void 0;const o=n(1085),a=n(2015),i=r(n(2770)),l=n(2394),c=n(5347),s=n(3968),d=n(8705);t.SubmenuHeaderCustomContextMenuItem=({label:e,showShouldHomeButton:t,onClose:n,onBack:r,selected:i})=>{const l=(0,a.useCallback)(e=>{e.stopPropagation(),null==r||r()},[r]),c=(0,a.useCallback)(e=>{e.stopPropagation(),null==n||n()},[n]);return(0,o.jsxs)(o.Fragment,{children:[(0,o.jsxs)(u,{children:[(0,o.jsx)(f,{side:"left",selected:i,children:(0,o.jsx)(p,{icon:"ArrowLeftIcon",onClick:l,id:"back-icon",selected:i})}),(0,o.jsx)(h,{size:"base",weight:"normal",children:e}),t&&(0,o.jsx)(f,{side:"right",children:(0,o.jsx)(b,{icon:"Cross2Icon",onClick:c,id:"close-icon"})})]}),(0,o.jsx)(d.SeparatorCustomContextMenuItem,{})]})};const u=(0,i.default)(c.Box)`
|
|
548
562
|
width: 100%;
|
|
549
563
|
height: 28px;
|
|
550
564
|
display: flex;
|
|
@@ -552,35 +566,35 @@ var e={6557:(e,t,n)=>{n.r(t),n.d(t,{default:()=>l});var r=n(6758),o=n.n(r),a=n(9
|
|
|
552
566
|
justify-content: flex-start;
|
|
553
567
|
border-radius: ${({theme:e})=>e.radius.small};
|
|
554
568
|
padding: ${({theme:e})=>`0 ${e.px.small} 0 ${e.px.small}`};
|
|
555
|
-
`,
|
|
569
|
+
`,f=(0,i.default)(c.Box)`
|
|
556
570
|
padding: ${({theme:e,side:t})=>"right"===t?`0 ${e.px.small} 0 0`:`0 0 0 ${e.px.small}`};
|
|
557
571
|
margin-left: ${({side:e})=>"right"===e?"auto":0};
|
|
558
|
-
`,
|
|
572
|
+
`,p=(0,i.default)(l.Icon)`
|
|
559
573
|
border-radius: ${({theme:e})=>e.radius.small};
|
|
560
|
-
background-color: ${({selected:e
|
|
561
|
-
color: ${({
|
|
562
|
-
stroke: ${({
|
|
574
|
+
background-color: ${({selected:e})=>e?"var(--color-enterprise-context-menu-item-default-background-focus)":"transparent"};
|
|
575
|
+
color: ${({selected:e})=>e?"var(--color-shared-icon-base)":"var(--color-shared-icon-soft)"};
|
|
576
|
+
stroke: ${({selected:e})=>e?"var(--color-shared-icon-base)":"var(--color-shared-icon-soft)"};
|
|
563
577
|
stroke-width: 0.25;
|
|
564
578
|
|
|
565
579
|
&:hover {
|
|
566
|
-
color:
|
|
567
|
-
stroke:
|
|
580
|
+
color: var(--color-shared-icon-base);
|
|
581
|
+
stroke: var(--color-shared-icon-base);
|
|
568
582
|
}
|
|
569
|
-
`,h=(0,i.default)(
|
|
570
|
-
color:
|
|
583
|
+
`,h=(0,i.default)(s.Text)`
|
|
584
|
+
color: var(--color-enterprise-context-menu-item-heading);
|
|
571
585
|
padding: ${({theme:e})=>`0 ${e.px.xxxlarge} 0 ${e.px.small}`};
|
|
572
586
|
cursor: default;
|
|
573
587
|
`,b=(0,i.default)(l.Icon)`
|
|
574
|
-
color:
|
|
575
|
-
stroke:
|
|
588
|
+
color: var(--color-shared-icon-soft);
|
|
589
|
+
stroke: var(--color-shared-icon-soft);
|
|
576
590
|
stroke-width: 0.25;
|
|
577
591
|
margin-left: auto;
|
|
578
592
|
|
|
579
593
|
&:hover {
|
|
580
|
-
color:
|
|
581
|
-
stroke:
|
|
594
|
+
color: var(--color-shared-icon-base);
|
|
595
|
+
stroke: var(--color-shared-icon-base);
|
|
582
596
|
}
|
|
583
|
-
`},9060:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.WidgetCustomContextMenuItem=void 0;const o=n(1085),a=r(n(2770)),i=n(5347),l=n(1525),
|
|
597
|
+
`},9060:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.WidgetCustomContextMenuItem=void 0;const o=n(1085),a=r(n(2770)),i=n(5347),l=n(1525),c=n(5619);t.WidgetCustomContextMenuItem=({label:e,enabled:t,onClick:n,config:r})=>(0,o.jsx)(l.MenuItemContainer,{children:(0,o.jsxs)(s,{enabled:(null!=t?t:"true").toString(),children:[(0,o.jsx)(l.MenuItemText,{size:"base",weight:"normal",enabled:t,children:e}),(0,o.jsx)(c.ColorLinkingContextMenuWidget,{config:r,onClick:n})]})});const s=(0,a.default)(i.Box)`
|
|
584
598
|
display: flex;
|
|
585
599
|
flex-direction: column;
|
|
586
600
|
align-items: start;
|
|
@@ -588,13 +602,13 @@ var e={6557:(e,t,n)=>{n.r(t),n.d(t,{default:()=>l});var r=n(6758),o=n.n(r),a=n(9
|
|
|
588
602
|
min-height: 28px;
|
|
589
603
|
justify-content: flex-start;
|
|
590
604
|
border-radius: ${({theme:e})=>e.radius.small};
|
|
591
|
-
background-color: ${({
|
|
592
|
-
`},8904:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),o(n(9399),t)},4848:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.useContextMenuKeyboardNavigation=void 0;const r=n(2015),o=n(9399);t.useContextMenuKeyboardNavigation=(e,t,n,a,i,l,s,
|
|
605
|
+
background-color: ${({selected:e,enabled:t})=>"false"!==t&&e?"var(--color-enterprise-context-menu-item-default-background-focus)":"transparent"};
|
|
606
|
+
`},8904:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),o(n(9399),t)},4848:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.useContextMenuKeyboardNavigation=void 0;const r=n(2015),o=n(9399);t.useContextMenuKeyboardNavigation=(e,t,n,a,i,l,c,s,d)=>{const u=t=>{var n,r,o;return"separator"===(null===(n=e[t])||void 0===n?void 0:n.type)||!1===(null===(r=e[t])||void 0===r?void 0:r.enabled)||!1===(null===(o=e[t])||void 0===o?void 0:o.visible)},f=(0,r.useCallback)(()=>{i(t=>{let n=t;do{if(n===(null==e?void 0:e.length)-1)break;n+=1}while(u(n));return u(n)?t:n})},[i,e]),p=(0,r.useCallback)(()=>{i(e=>{let t=e;do{if(n===o.BASE_CONTEXT_MENU&&0===t||-1===t)break;t-=1}while(u(t));return t})},[i,e]),h=(0,r.useCallback)(()=>{i(n===o.BASE_CONTEXT_MENU?0:-1)},[i,n]),b=(0,r.useCallback)(()=>{i(t=>{for(let n=e.length-1;n>=t;n--)if(!u(n))return n;return t})},[null==e?void 0:e.length,i]),g=(0,r.useCallback)(()=>{var t,r;if(null===(t=e[a])||void 0===t?void 0:t.hasSubMenu)c((null===(r=e[a])||void 0===r?void 0:r.label)||"");else{if(-1===a)return void s(n,"keyboard");l(e[a].data)}i(-1)},[i,l,c,e,a,s,n]),v=(0,r.useCallback)(()=>{var t,n;(null===(t=e[a])||void 0===t?void 0:t.hasSubMenu)&&(c((null===(n=e[a])||void 0===n?void 0:n.label)||""),i(-1))},[i,c,e,a]),m=(0,r.useCallback)(()=>{(t.slice(1).includes(n)||(null==t?void 0:t.length)>=1)&&s(n,"keyboard")},[s,t,n]),x=(0,r.useCallback)(()=>{t.slice(2).includes(n)||(null==t?void 0:t.length)>=2?d():l({type:"close"})},[d,t,n]);(0,r.useEffect)(()=>{const e=e=>{switch(e.key){case"ArrowDown":f();break;case"ArrowUp":p();break;case"Home":case"PageUp":h();break;case"End":case"PageDown":b();break;case"Enter":g();break;case"ArrowRight":v();break;case"ArrowLeft":m();break;case"Escape":x()}};return document.addEventListener("keydown",e),()=>{document.removeEventListener("keydown",e)}},[f,p,h,b,g,v,m,x])}},9993:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.useContextMenuNavigation=void 0;const r=n(2015),o=n(9399);t.useContextMenuNavigation=(e,t,n,a,i,l,c,s,d,u)=>{const f=(0,r.useCallback)(e=>{const t=document.getElementById(e),n=null==t?void 0:t.getBoundingClientRect();return{height:(null==n?void 0:n.height)||0,width:(null==n?void 0:n.width)||0}},[]);return{handleNavigateToSubmenu:(0,r.useCallback)(r=>{const{height:s,width:d}=f(r);u&&u(s,d),e||t(o.CONTEXT_MENU_ANIMATION_DURATION),c({width:d,height:s}),l(r),a([...n,i])},[i,n,a,u,t,f]),handleNavigateBackToParent:(0,r.useCallback)((e,t="click")=>{if(u){const e=1===n.length?o.BASE_CONTEXT_MENU:n[n.length-1],{height:t,width:r}=f(e);u(t,r)}const r=n,i=r.pop(),c=d.find(e=>e.parentLabel===i);l(i),a(r),s("keyboard"===t?(null==c?void 0:c.menuTemplate.findIndex(t=>t.label===e))||0:-1)},[n,a,s,f,u,d]),handleNavigateToBase:(0,r.useCallback)(()=>{if(u){const{height:e,width:t}=f(o.BASE_CONTEXT_MENU);u(e,t)}l(o.BASE_CONTEXT_MENU),a([]),s(-1)},[l,a,s,f,u])}}},6559:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.useResizeContextMenu=void 0;const r=n(2015),o=n(9399);t.useResizeContextMenu=e=>{const[t,n]=(0,r.useState)({height:160,width:160});return(0,r.useEffect)(()=>{const t=document.getElementById(e),r=document.getElementById(o.CONTEXT_MENU_FRAME_ID);if(!t)return;const a=new ResizeObserver(e=>{for(const t of e){const{width:e,height:o}=t.target.getBoundingClientRect();r&&(r.style.height=`${o}px`,r.style.width=`${e}px`,n({width:e,height:o}))}});return a.observe(t),()=>{a.unobserve(t)}},[e]),t}},4045:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getMenuNavigationOrder=t.getClassName=void 0;const r=n(9399);t.getClassName=(e,t,n)=>t===e?r.ACTIVE_CONTEXT_MENU_CLASS:n.includes(e)?r.PRIOR_CONTEXT_MENU_CLASS:"",t.getMenuNavigationOrder=e=>{if(!e)return[];const t=[{parentLabel:r.BASE_CONTEXT_MENU,template:e}],n=[];for(;t.length;){const{template:e,parentLabel:r}=t.pop();e.forEach(({submenu:n,label:r},o)=>{n&&(t.push({parentLabel:r||"",template:n}),delete e[o].submenu,e[o].hasSubMenu=!0)}),n.push({parentLabel:r,menuTemplate:e})}return n}},1525:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.MenuItemText=t.MenuItemRightIcon=t.MenuItemIconButton=t.MenuItemIconContainer=t.MenuItemInnerContainer=t.MenuItemContainer=t.MenuFrame=void 0;const o=r(n(2770)),a=n(2394),i=n(5347),l=n(3968);t.MenuFrame=(0,o.default)(i.Box)`
|
|
593
607
|
display: flex;
|
|
594
608
|
flex-direction: column;
|
|
595
609
|
position: absolute;
|
|
596
610
|
width: max-content;
|
|
597
|
-
background-color:
|
|
611
|
+
background-color: var(--color-enterprise-window-background);
|
|
598
612
|
padding: ${({theme:e})=>`${e.px.small} 0 ${e.px.small} 0`};
|
|
599
613
|
`,t.MenuItemContainer=(0,o.default)(i.Box)`
|
|
600
614
|
width: 100%;
|
|
@@ -606,10 +620,10 @@ var e={6557:(e,t,n)=>{n.r(t),n.d(t,{default:()=>l});var r=n(6758),o=n.n(r),a=n(9
|
|
|
606
620
|
align-items: center;
|
|
607
621
|
justify-content: flex-start;
|
|
608
622
|
border-radius: ${({theme:e})=>e.radius.small};
|
|
609
|
-
background-color: ${({
|
|
623
|
+
background-color: ${({selected:e,enabled:t})=>"false"!==t&&e?"var(--color-enterprise-context-menu-item-default-background-focus)":"transparent"};
|
|
610
624
|
|
|
611
625
|
&:hover {
|
|
612
|
-
background-color: ${({
|
|
626
|
+
background-color: ${({enabled:e})=>"false"!==e?"var(--color-enterprise-context-menu-item-default-background-hover)":"transparent"};
|
|
613
627
|
}
|
|
614
628
|
`,t.MenuItemIconContainer=(0,o.default)(i.Box)`
|
|
615
629
|
margin-left: ${({side:e,theme:t})=>"right"===e?"auto":t.px.small};
|
|
@@ -625,12 +639,12 @@ var e={6557:(e,t,n)=>{n.r(t),n.d(t,{default:()=>l});var r=n(6758),o=n.n(r),a=n(9
|
|
|
625
639
|
margin-left: auto;
|
|
626
640
|
|
|
627
641
|
svg path {
|
|
628
|
-
fill: ${({
|
|
629
|
-
stroke: ${({
|
|
642
|
+
fill: ${({enabled:e})=>null==e||e?"var(--color-shared-icon-base)":"var(--color-shared-icon-soft)"};
|
|
643
|
+
stroke: ${({enabled:e})=>null==e||e?"var(--color-shared-icon-base)":"var(--color-shared-icon-soft)"};
|
|
630
644
|
stroke-width: 0.5;
|
|
631
645
|
}
|
|
632
646
|
`,t.MenuItemText=(0,o.default)(l.Text)`
|
|
633
|
-
color: ${({
|
|
647
|
+
color: ${({enabled:e})=>null==e||e?"var(--color-enterprise-context-menu-item-default-text-default)":"var(--color-role-foreground-soft)"};
|
|
634
648
|
cursor: default;
|
|
635
649
|
|
|
636
650
|
overflow: hidden;
|
|
@@ -639,28 +653,27 @@ var e={6557:(e,t,n)=>{n.r(t),n.d(t,{default:()=>l});var r=n(6758),o=n.n(r),a=n(9
|
|
|
639
653
|
|
|
640
654
|
user-select: none;
|
|
641
655
|
padding: ${({theme:e})=>`0 ${e.px.xxxlarge} 0 ${e.px.small}`};
|
|
642
|
-
`},9194:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),o(n(3492),t)},3492:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.Toggle=void 0;const a=n(1085),i=n(2015),l=o(n(2770)),
|
|
656
|
+
`},9194:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),o(n(3492),t)},3492:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.Toggle=void 0;const a=n(1085),i=n(2015),l=o(n(2770)),c=n(7439),s=n(4124),d=n(5347);t.Toggle=e=>{var{id:t,label:n,onChange:o,labelSide:l="right",type:s="checkbox",helperText:d}=e,b=r(e,["id","label","onChange","labelSide","type","helperText"]);const[g,v]=(0,i.useState)(b.checked);return(0,i.useEffect)(()=>{v(b.checked)},[b.checked]),(0,a.jsxs)(u,{labelSide:l,children:[(n||d)&&(0,a.jsx)(c.Label,{htmlFor:t,text:n,helperText:d}),(0,a.jsxs)(f,{isChecked:g,children:[(0,a.jsx)(h,Object.assign({},b,{id:t,type:s,onChange:e=>{v(e.target.checked),null==o||o(e)}})),(0,a.jsx)(p,{tabIndex:-1,"aria-hidden":"true",isChecked:g})]})]})};const u=l.default.div`
|
|
643
657
|
display: flex;
|
|
644
658
|
gap: ${({theme:e})=>e.px.xlarge};
|
|
645
659
|
flex-direction: ${({labelSide:e})=>"left"===e?"row":"row-reverse"};
|
|
646
660
|
line-height: ${({theme:e})=>e.px.xlarge};
|
|
647
|
-
`,
|
|
661
|
+
`,f=(0,l.default)(d.Box)`
|
|
648
662
|
--px-toggle: ${({theme:e})=>e.px.xlarge};
|
|
649
663
|
--px-knob: ${({theme:e})=>e.px.base};
|
|
650
664
|
|
|
651
665
|
position: relative;
|
|
652
666
|
height: var(--px-toggle);
|
|
653
667
|
width: calc(2 * var(--px-toggle));
|
|
654
|
-
border:
|
|
668
|
+
border: none;
|
|
655
669
|
border-radius: calc(0.5 * var(--px-toggle));
|
|
656
670
|
|
|
657
|
-
background: ${({isChecked:e,theme:t})=>e?
|
|
658
|
-
transition: background var(--openfin-ui-globalTransition), border-color var(---openfin-ui-globalTransition);
|
|
671
|
+
background: ${({isChecked:e,theme:t})=>e?"var(--color-role-background-accent-base)":"var(--color-role-background-6)"};
|
|
659
672
|
|
|
660
673
|
&:focus-within {
|
|
661
674
|
border-color: ${({theme:e})=>e.palette.inputFocused};
|
|
662
675
|
}
|
|
663
|
-
`,
|
|
676
|
+
`,p=l.default.button`
|
|
664
677
|
position: absolute;
|
|
665
678
|
width: var(--px-knob);
|
|
666
679
|
height: var(--px-knob);
|
|
@@ -668,12 +681,11 @@ var e={6557:(e,t,n)=>{n.r(t),n.d(t,{default:()=>l});var r=n(6758),o=n.n(r),a=n(9
|
|
|
668
681
|
left: ${({theme:e})=>e.px.xsmall};
|
|
669
682
|
transform: translateY(-50%);
|
|
670
683
|
border-radius: 50%;
|
|
671
|
-
background: ${({isChecked:e,theme:t})=>e?
|
|
684
|
+
background: ${({isChecked:e,theme:t})=>e?"var(--color-role-foreground-on-primary)":"var(--color-role-foreground-base)"};
|
|
672
685
|
border: none;
|
|
673
686
|
outline: none;
|
|
674
|
-
transition: left var(--openfin-ui-globalTransition), background var(--openfin-ui-globalTransition);
|
|
675
687
|
pointer-events: none; /* Allow pass-thru for native input */
|
|
676
|
-
`,h=(0,l.default)(
|
|
688
|
+
`,h=(0,l.default)(s.RawInput)`
|
|
677
689
|
position: absolute;
|
|
678
690
|
top: 0;
|
|
679
691
|
left: 0;
|
|
@@ -685,16 +697,16 @@ var e={6557:(e,t,n)=>{n.r(t),n.d(t,{default:()=>l});var r=n(6758),o=n.n(r),a=n(9
|
|
|
685
697
|
appearance: none;
|
|
686
698
|
display: block;
|
|
687
699
|
|
|
688
|
-
&:checked + ${
|
|
700
|
+
&:checked + ${p} {
|
|
689
701
|
left: calc(100% - ${({theme:e})=>e.px.large});
|
|
690
702
|
}
|
|
691
|
-
&:disabled + ${
|
|
692
|
-
|
|
703
|
+
&:disabled + ${p} {
|
|
704
|
+
opacity: 0.5;
|
|
693
705
|
}
|
|
694
706
|
&:not(:disabled) {
|
|
695
707
|
cursor: pointer;
|
|
696
708
|
}
|
|
697
|
-
`},6403:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.Badge=void 0;const a=n(1085),i=o(n(2770)),l=n(5347);t.Badge=e=>{var{count:t=0,max:n}=e,o=r(e,["count","max"]);let i=t.toString();return n&&t>n&&(i=`${n}+`),(0,a.jsx)(
|
|
709
|
+
`},6403:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.Badge=void 0;const a=n(1085),i=o(n(2770)),l=n(5347);t.Badge=e=>{var{count:t=0,max:n}=e,o=r(e,["count","max"]);let i=t.toString();return n&&t>n&&(i=`${n}+`),(0,a.jsx)(c,Object.assign({},o,{children:i}))};const c=(0,i.default)(l.Box)`
|
|
698
710
|
background: var(--color-shared-button-critical-background-default);
|
|
699
711
|
border-radius: ${({theme:e})=>e.radius.pill};
|
|
700
712
|
color: var(--color-shared-indicator-text);
|
|
@@ -705,20 +717,20 @@ var e={6557:(e,t,n)=>{n.r(t),n.d(t,{default:()=>l});var r=n(6758),o=n.n(r),a=n(9
|
|
|
705
717
|
align-items: center;
|
|
706
718
|
justify-content: center;
|
|
707
719
|
box-shadow: ${({theme:e})=>e.shadow.base};
|
|
708
|
-
`},3038:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),o(n(6403),t)},8357:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),a=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return o(t,e),t},i=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},l=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.Calendar=void 0;const
|
|
720
|
+
`},3038:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),o(n(6403),t)},8357:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),a=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return o(t,e),t},i=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},l=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.Calendar=void 0;const c=n(1085),s=n(2015),d=n(9500),u=l(n(2770)),f=n(2870),p=n(5347),h=a(n(6557));t.Calendar=e=>{var{value:t,onChange:n,onDismiss:r}=e,o=i(e,["value","onChange","onDismiss"]);const[a]=(0,s.useState)(t),[l,u]=(0,s.useState)(t),f=(0,s.useCallback)(e=>{if(e instanceof Array){const t=e;u(t[0]),null==n||n(t[0])}else u(e),null==n||n(e)},[]),p=(0,s.useCallback)(()=>{f(a||null),null==r||r()},[]);return(0,c.jsxs)(v,{"data-testid":"react-calendar",children:[(0,c.jsx)(d.Calendar,Object.assign({value:l,onChange:f,calendarType:"gregory",defaultView:"month",minDetail:"year",next2Label:null,prev2Label:null,showFixedNumberOfWeeks:!0,selectRange:!1,allowPartialRange:!1},o)),(0,c.jsxs)(b,{children:[(0,c.jsx)(g,{"data-testid":"calendar-cancel-button","aria-label":"cancel-button",label:"Cancel",size:"base",kind:"textOnly",onClick:p}),(0,c.jsx)(g,{"data-testid":"calendar-apply-button","aria-label":"apply-button",label:"Apply",size:"base",kind:"primary",onClick:r})]})]})};const b=(0,u.default)(p.Box)`
|
|
709
721
|
width: 100%;
|
|
710
722
|
padding: ${({theme:e})=>`${e.px.small} 0px`};
|
|
711
723
|
display: flex;
|
|
712
724
|
align-items: center;
|
|
713
725
|
justify-content: flex-end;
|
|
714
726
|
margin-right: ${({theme:e})=>`${e.px.small}`};
|
|
715
|
-
background-color:
|
|
716
|
-
border: 1px solid
|
|
727
|
+
background-color: var(--color-role-background-1);
|
|
728
|
+
border: 1px solid var(--color-shared-form-border-default);
|
|
717
729
|
border-top: none;
|
|
718
|
-
`,g=(0,
|
|
730
|
+
`,g=(0,u.default)(f.Button)`
|
|
719
731
|
padding: ${({theme:e})=>`${e.px.small} ${e.px.small}`};
|
|
720
732
|
margin-right: ${({theme:e})=>`${e.px.small}`};
|
|
721
|
-
`,
|
|
733
|
+
`,v=(0,u.default)(p.Box)`
|
|
722
734
|
${h};
|
|
723
735
|
flex-direction: column;
|
|
724
736
|
font-style: normal;
|
|
@@ -729,38 +741,39 @@ var e={6557:(e,t,n)=>{n.r(t),n.d(t,{default:()=>l});var r=n(6758),o=n.n(r),a=n(9
|
|
|
729
741
|
.react-calendar {
|
|
730
742
|
min-width: 230px;
|
|
731
743
|
width: 100%;
|
|
732
|
-
background-color:
|
|
733
|
-
color:
|
|
744
|
+
background-color: var(--color-role-background-base);
|
|
745
|
+
color: var(--color-role-foreground-base);
|
|
734
746
|
font-size: ${({theme:e})=>e.fontSize.base};
|
|
735
|
-
border: 1px solid
|
|
747
|
+
border: 1px solid var(--color-role-background-6);
|
|
736
748
|
}
|
|
737
749
|
|
|
738
750
|
.react-calendar__navigation {
|
|
739
|
-
background-color:
|
|
740
|
-
color:
|
|
751
|
+
background-color: var(--color-role-background-base) !important;
|
|
752
|
+
color: var(--color-role-foreground-base);
|
|
741
753
|
font-size: ${({theme:e})=>e.fontSize.base};
|
|
742
754
|
margin: 0;
|
|
743
755
|
}
|
|
744
756
|
|
|
745
757
|
.react-calendar__navigation__arrow {
|
|
746
|
-
background-color:
|
|
747
|
-
color:
|
|
758
|
+
background-color: var(--color-role-background-base) !important;
|
|
759
|
+
color: var(--color-role-foreground-base);
|
|
748
760
|
font-size: ${({theme:e})=>e.fontSize.large};
|
|
749
761
|
|
|
750
762
|
:disabled {
|
|
751
|
-
color:
|
|
763
|
+
color: inherit;
|
|
764
|
+
opacity: 0.5;
|
|
752
765
|
}
|
|
753
766
|
}
|
|
754
767
|
|
|
755
768
|
.react-calendar__navigation__label {
|
|
756
|
-
background-color:
|
|
757
|
-
color:
|
|
769
|
+
background-color: var(--color-role-background-base) !important;
|
|
770
|
+
color: var(--color-role-foreground-base);
|
|
758
771
|
font-size: ${({theme:e})=>e.fontSize.base};
|
|
759
772
|
}
|
|
760
773
|
|
|
761
774
|
.react-calendar__viewContainer {
|
|
762
|
-
background-color:
|
|
763
|
-
color:
|
|
775
|
+
background-color: var(--color-role-background-base) !important;
|
|
776
|
+
color: var(--color-role-foreground-base);
|
|
764
777
|
font-size: ${({theme:e})=>e.fontSize.base};
|
|
765
778
|
}
|
|
766
779
|
|
|
@@ -779,14 +792,15 @@ var e={6557:(e,t,n)=>{n.r(t),n.d(t,{default:()=>l});var r=n(6758),o=n.n(r),a=n(9
|
|
|
779
792
|
display: flex;
|
|
780
793
|
align-items: center;
|
|
781
794
|
justify-content: center;
|
|
782
|
-
background-color:
|
|
783
|
-
color:
|
|
795
|
+
background-color: var(--color-role-background-base) !important;
|
|
796
|
+
color: var(--color-role-foreground-base);
|
|
784
797
|
border-radius: 100px;
|
|
785
798
|
aspect-ratio: 1/1;
|
|
786
799
|
cursor: pointer;
|
|
787
800
|
|
|
788
801
|
:disabled {
|
|
789
|
-
color:
|
|
802
|
+
color: inherit;
|
|
803
|
+
opacity: 0.5;
|
|
790
804
|
cursor: not-allowed;
|
|
791
805
|
|
|
792
806
|
:hover {
|
|
@@ -795,51 +809,52 @@ var e={6557:(e,t,n)=>{n.r(t),n.d(t,{default:()=>l});var r=n(6758),o=n.n(r),a=n(9
|
|
|
795
809
|
}
|
|
796
810
|
|
|
797
811
|
:hover {
|
|
798
|
-
border: 2px solid
|
|
812
|
+
border: 2px solid var(--color-role-background-accent-base) !important;
|
|
799
813
|
border-radius: 100px;
|
|
800
814
|
}
|
|
801
815
|
|
|
802
816
|
:focus {
|
|
803
|
-
border: 2px solid
|
|
817
|
+
border: 2px solid var(--color-role-background-accent-base) !important;
|
|
804
818
|
border-radius: 100px;
|
|
805
819
|
}
|
|
806
820
|
}
|
|
807
821
|
|
|
808
822
|
.react-calendar__tile--now {
|
|
809
|
-
border: 2px solid
|
|
823
|
+
border: 2px solid var(--color-role-background-accent-base) !important;
|
|
810
824
|
border-radius: 100px;
|
|
811
825
|
}
|
|
812
826
|
|
|
813
827
|
.react-calendar__tile--active {
|
|
814
|
-
background-color:
|
|
815
|
-
color:
|
|
828
|
+
background-color: var(--color-role-background-accent-base) !important;
|
|
829
|
+
color: var(--color-role-foreground-on-primary);
|
|
816
830
|
border-radius: 100px;
|
|
817
831
|
|
|
818
832
|
:focus {
|
|
819
|
-
border: 2px solid
|
|
820
|
-
color:
|
|
833
|
+
border: 2px solid var(--color-role-background-accent-base) !important;
|
|
834
|
+
color: var(--color-role-foreground-on-primary);
|
|
821
835
|
border-radius: 100px;
|
|
822
836
|
}
|
|
823
837
|
}
|
|
824
|
-
`},2911:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),o(n(8357),t)},3080:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.DropdownButton=void 0;const o=n(1085),a=n(2015),i=r(n(2770)),l=n(5347),
|
|
838
|
+
`},2911:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),o(n(8357),t)},3080:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.DropdownButton=void 0;const o=n(1085),a=n(2015),i=r(n(2770)),l=n(5347),c=n(3437),s=n(2394),d=n(7439),u=n(6674),f=n(4316);t.DropdownButton=(0,a.forwardRef)((e,t)=>{var n,r,a,i,l,c;return(0,o.jsx)(h,{children:(0,o.jsxs)(p,{children:[(e.label||e.helperText)&&!e.name&&(0,o.jsx)(d.Label,{text:e.label,helperText:e.helperText,htmlFor:e.name}),(0,o.jsxs)(g,{role:"comboxbox",ref:t,name:e.name,id:e.name,tabIndex:e.tabIndex,"aria-activedescendant":e.activeDescendant,status:e.status,"aria-expanded":e.expanded,"aria-haspopup":"listbox","aria-controls":"dropdown-listbox",onClick:()=>e.handleClick(),as:"button","data-testid":"dropdown-button",title:e.label?`${e.label}, ${(null===(n=e.selected)||void 0===n?void 0:n.title)||e.placeholder}`:(null===(r=e.selected)||void 0===r?void 0:r.title)||e.placeholder,"aria-label":e.label?`${e.label}, ${(null===(a=e.selected)||void 0===a?void 0:a.title)||e.placeholder}`:void 0,children:[(null===(i=e.selected)||void 0===i?void 0:i.iconUrl)&&(0,o.jsx)(u.ButtonImage,{src:e.selected.iconUrl}),(0,o.jsx)(f.OptionTitle,{"aria-live":"polite","data-testid":"selected-option",children:null!==(c=null===(l=e.selected)||void 0===l?void 0:l.title)&&void 0!==c?c:e.placeholder}),(0,o.jsx)(b,{status:e.status,icon:e.expanded?"ChevronUpIcon":"ChevronDownIcon"})]})]})})}),t.DropdownButton.displayName="DropdownButton";const p=(0,i.default)(l.Box)`
|
|
825
839
|
align-items: flex-start;
|
|
826
840
|
flex-direction: column;
|
|
827
841
|
justify-content: flex-start;
|
|
828
842
|
width: 100%;
|
|
843
|
+
color: var(--color-shared-form-label);
|
|
829
844
|
`,h=(0,i.default)(l.Box)`
|
|
830
845
|
font-size: ${({theme:e})=>e.fontSize.base};
|
|
831
846
|
width: 100%;
|
|
832
847
|
user-select: none;
|
|
833
|
-
`,b=(0,i.default)(
|
|
834
|
-
color: ${({theme:e,status:t})=>(0,
|
|
848
|
+
`,b=(0,i.default)(s.Icon)`
|
|
849
|
+
color: ${({theme:e,status:t})=>(0,c.getStatusColor)(e,t,"ghostIconDefault")};
|
|
835
850
|
`,g=(0,i.default)(l.Box)`
|
|
836
851
|
align-items: center;
|
|
837
|
-
background:
|
|
838
|
-
border: 1px solid
|
|
852
|
+
background: var(--color-shared-form-background-default);
|
|
853
|
+
border: 1px solid var(--color-shared-form-border-default);
|
|
839
854
|
border-radius: ${({theme:e})=>e.radius.small};
|
|
840
|
-
color:
|
|
855
|
+
color: var(--color-shared-form-placeholder-default);
|
|
841
856
|
cursor: pointer;
|
|
842
|
-
border-color: ${({theme:e,status:t})=>(0,
|
|
857
|
+
border-color: ${({theme:e,status:t})=>(0,c.getStatusColor)(e,t,"inputBorder")};
|
|
843
858
|
display: inline-flex;
|
|
844
859
|
font-weight: ${({theme:e})=>e.fontWeight.bold};
|
|
845
860
|
gap: ${({theme:e})=>e.px.small};
|
|
@@ -849,77 +864,76 @@ var e={6557:(e,t,n)=>{n.r(t),n.d(t,{default:()=>l});var r=n(6758),o=n.n(r),a=n(9
|
|
|
849
864
|
padding: ${({theme:e})=>`${e.px.small} ${e.px.small}`};
|
|
850
865
|
position: relative;
|
|
851
866
|
text-decoration: none;
|
|
852
|
-
transition: border-color var(--openfin-ui-globalTransition);
|
|
853
867
|
width: 100%;
|
|
854
868
|
white-space: nowrap;
|
|
855
869
|
|
|
856
|
-
${
|
|
870
|
+
${s.Icon} {
|
|
857
871
|
margin-left: auto;
|
|
858
872
|
}
|
|
859
873
|
|
|
860
874
|
&:focus-within {
|
|
861
|
-
border-color:
|
|
875
|
+
border-color: var(--color-shared-form-background-focus);
|
|
862
876
|
}
|
|
863
877
|
|
|
864
878
|
&:focus {
|
|
865
879
|
outline: 0;
|
|
866
|
-
border-color: ${({theme:e,status:t})=>(0,
|
|
880
|
+
border-color: ${({theme:e,status:t})=>(0,c.getStatusColor)(e,t,"inputFocused")};
|
|
867
881
|
}
|
|
868
|
-
`},5401:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.DropdownMenu=void 0;const o=n(1085),a=n(2015),i=r(n(2770)),l=n(5991),
|
|
882
|
+
`},5401:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.DropdownMenu=void 0;const o=n(1085),a=n(2015),i=r(n(2770)),l=n(5991),c=n(5347),s=n(3080),d=n(6674),u=n(4316);t.DropdownMenu=(0,a.forwardRef)(({label:e,options:t=[[]],placeholder:n="Select an option",selected:r,onOptionHover:i,onChange:c,renderLabel:b,fitContent:g,menuPosition:v="below",maxHeight:m},x)=>{if(r&&!((e,t)=>e.some(e=>e.some(e=>e.value===t.value)))(t,r))throw new Error(`The selected option ${r.value} is not present in the options array`);const[y,C]=(0,a.useState)(!1);(0,a.useEffect)(()=>{1===t[0].length&&_(!1)},[t]);const _=e=>{C(null!=e?e:!y)},{focusedOption:O,handleKeyDown:w}=(0,l.useDropdownKeyboardNavigation)(t,r,y,_,c);return(0,o.jsxs)(f,{ref:x,flexDirection:"column",onBlur:e=>{e.currentTarget.contains(e.relatedTarget)||C(!1)},onKeyDown:w,gap:"small",children:[e&&(0,o.jsx)("label",{htmlFor:"dropdown-button",children:(0,o.jsx)(u.OptionTitle,{children:e})}),(0,o.jsxs)(p,{menuPosition:v,children:[b?(0,o.jsx)(a.Fragment,{children:b(r||{title:n,value:null},y,_,O)},`render-label-${r}`):(0,o.jsx)(s.DropdownButton,{tabIndex:0,activeDescendant:`menu-option-${null==O?void 0:O.value}`,expanded:y&&t[0].length>1,handleClick:()=>_(),selected:r,placeholder:n,label:e,name:"dropdown-button"}),t.length&&t[0].length>1&&y&&(0,o.jsx)(h,{children:(0,o.jsx)(d.Menu,{menuId:"dropdown-listbox",options:t,selected:r,handleExpandMenu:_,onOptionHover:i,onChange:c,fitContent:g,focusedOption:O,absolutePosition:!0,menuPosition:v,height:m})})]})]})}),t.DropdownMenu.displayName="DropdownMenu";const f=(0,i.default)(c.Box)`
|
|
869
883
|
user-select: none;
|
|
870
884
|
position: relative;
|
|
871
885
|
width: 100%;
|
|
872
|
-
`,
|
|
886
|
+
`,p=(0,i.default)(c.Box)`
|
|
873
887
|
position: relative;
|
|
874
888
|
display: flex;
|
|
875
889
|
flex-direction: ${({menuPosition:e})=>"above"===e?"column-reverse":"column"};
|
|
876
|
-
`,h=(0,i.default)(
|
|
890
|
+
`,h=(0,i.default)(c.Box)`
|
|
877
891
|
position: relative;
|
|
878
|
-
`},2861:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),o(n(5401),t),o(n(6674),t),o(n(3080),t)},6674:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.ButtonImage=t.Menu=void 0;const o=n(1085),a=r(n(2015)),i=r(n(2770)),l=n(5347),
|
|
892
|
+
`},2861:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),o(n(5401),t),o(n(6674),t),o(n(3080),t)},6674:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.ButtonImage=t.Menu=void 0;const o=n(1085),a=r(n(2015)),i=r(n(2770)),l=n(5347),c=n(2394),s=n(4316);t.Menu=({options:e,selected:n,menuId:r,handleExpandMenu:i,onOptionHover:l,onChange:c,width:b,height:g,header:v,focusedOption:m,absolutePosition:x,fitContent:y,menuPosition:C="below"})=>{const _=e=>{null==l||l(e)};return(0,o.jsxs)(d,{role:"listbox",flexDirection:"column",onMouseLeave:()=>{_(null)},"data-testid":"menu",id:r,width:b,height:g,absolutePosition:x,fitContent:y,menuPosition:C,children:[v&&(0,o.jsxs)(a.default.Fragment,{children:[(0,o.jsx)(f,{children:(0,o.jsx)(s.OptionTitle,{children:v})}),(0,o.jsx)(h,{})]}),e.map((e,r)=>(0,o.jsxs)(a.default.Fragment,{children:[0!==r&&(0,o.jsx)(h,{}),e.map((e,r)=>(0,o.jsxs)(u,{role:"option",isFocused:(null==m?void 0:m.value)===e.value,"aria-selected":(null==n?void 0:n.value)===e.value,alignItems:"center",as:"button","data-testid":`menu-option-${r}`,id:`menu-option-${e.value}`,title:e.title,onClick:()=>{e.overrideOnClick?e.overrideOnClick(e):c(e),null==i||i()},onMouseOver:()=>_(e.value),children:[(null==e?void 0:e.iconUrl)&&(0,o.jsx)(t.ButtonImage,{src:e.iconUrl,style:{marginRight:"8px"}}),(0,o.jsx)(s.OptionTitle,{children:e.title}),(null==n?void 0:n.value)===e.value?(0,o.jsx)(p,{icon:"CheckIcon"}):(0,o.jsx)(p,{children:(0,o.jsx)(o.Fragment,{})})]},r))]},r))]})};const d=(0,i.default)(l.Box)`
|
|
879
893
|
width: ${({width:e,fitContent:t})=>e||(t?"fit-content":"100%")};
|
|
880
894
|
max-height: ${({height:e})=>null!=e?e:"fit-content"};
|
|
881
895
|
top: ${({theme:e,menuPosition:t})=>"above"===t?"auto":`calc(100% + ${e.px.xsmall})`};
|
|
882
896
|
bottom: ${({theme:e,menuPosition:t})=>"above"===t?`calc(100% + ${e.px.xsmall})`:"auto"};
|
|
883
897
|
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
|
|
884
|
-
background:
|
|
885
|
-
color:
|
|
898
|
+
background: var(--color-role-background-4);
|
|
899
|
+
color: var(--color-role-foreground-base);
|
|
886
900
|
z-index: 10;
|
|
887
901
|
overflow-y: auto;
|
|
888
|
-
border: 1px solid
|
|
902
|
+
border: 1px solid var(--color-shared-form-border-default);
|
|
889
903
|
position: ${({absolutePosition:e})=>e?"absolute":"initial"};
|
|
890
|
-
`,
|
|
904
|
+
`,u=(0,i.default)(l.Box)`
|
|
891
905
|
display: inline-flex;
|
|
892
906
|
align-items: center;
|
|
893
907
|
justify-content: flex-start;
|
|
894
|
-
border: ${({isFocused:e
|
|
908
|
+
border: ${({isFocused:e})=>e?"1px solid var(--color-shared-form-border-focus)":"1px solid transparent"};
|
|
895
909
|
background: transparent;
|
|
896
910
|
outline: none;
|
|
897
911
|
cursor: pointer;
|
|
898
912
|
user-select: none;
|
|
899
|
-
color:
|
|
913
|
+
color: var(--color-role-foreground-base);
|
|
900
914
|
padding: ${({theme:e})=>`${e.px.small} ${e.px.small}`};
|
|
901
915
|
&:hover {
|
|
902
|
-
background:
|
|
916
|
+
background: var(--color-role-background-2);
|
|
903
917
|
}
|
|
904
|
-
`,
|
|
918
|
+
`,f=(0,i.default)(l.Box)`
|
|
905
919
|
display: inline-flex;
|
|
906
920
|
align-items: center;
|
|
907
921
|
justify-content: flex-start;
|
|
908
922
|
background: transparent;
|
|
909
923
|
border: transparent;
|
|
910
|
-
color:
|
|
924
|
+
color: var(--color-role-foreground-soft);
|
|
911
925
|
padding: ${({theme:e})=>`${e.px.small} ${e.px.small}`};
|
|
912
|
-
`,
|
|
926
|
+
`,p=(0,i.default)(c.Icon)`
|
|
913
927
|
margin-left: auto;
|
|
914
928
|
`,h=(0,i.default)(l.Box)`
|
|
915
|
-
border-top: 1px solid
|
|
929
|
+
border-top: 1px solid var(--color-shared-form-border-default);
|
|
916
930
|
`;t.ButtonImage=i.default.img`
|
|
917
931
|
height: ${({theme:e})=>e.iconSize.xlarge};
|
|
918
932
|
width: ${({theme:e})=>e.iconSize.xlarge};
|
|
919
933
|
border-radius: ${({theme:e})=>e.radius.small};
|
|
920
|
-
`},4316:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.useTooltip=t.OptionTitle=void 0,t.isElementOverflown=
|
|
921
|
-
${
|
|
922
|
-
`;function
|
|
934
|
+
`},4316:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.useTooltip=t.OptionTitle=void 0,t.isElementOverflown=u;const a=n(1085),i=n(2015),l=o(n(2770)),c=n(3437),s=n(3968);t.OptionTitle=e=>{var{children:n}=e,o=r(e,["children"]);return(0,a.jsx)(d,Object.assign({ref:(0,t.useTooltip)(n)},o,{children:n}))};const d=(0,l.default)(s.Text)`
|
|
935
|
+
${c.Mixins.textOverflow};
|
|
936
|
+
`;function u(e){return e.scrollHeight>e.clientHeight||e.scrollWidth>e.clientWidth}t.useTooltip=e=>(0,i.useCallback)(t=>{t&&e&&u(t)&&(t.title=e)},[])},419:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.Icon=void 0;const a=n(1085),i=n(2015),l=o(n(2770)),c=n(5347),s=n(3437),d=n(401),u=(0,i.forwardRef)((e,t)=>{var{tabIndex:n,icon:o,children:i,size:l="base",containerSize:c,"data-testid":s,enabled:d}=e,u=r(e,["tabIndex","icon","children","size","containerSize","data-testid","enabled"]);return(0,a.jsx)(p,Object.assign({},u,{iconSize:l,containerSize:c||l,justifyContent:"center",alignItems:"center","data-testid":s,tabIndex:n,ref:t,children:o?(0,a.jsx)(f,Object.assign({ariaLabel:u["aria-label"],icon:o},u)):i}))});u.displayName="Icon",t.Icon=(0,l.default)(u)``;const f=(0,l.default)(e=>{var{icon:t,ariaLabel:n,enabled:o}=e,i=r(e,["icon","ariaLabel","enabled"]);const l=s.IconSet[t];return(0,a.jsx)(l,Object.assign({role:"img","aria-label":n},i))})``,p=(0,l.default)(c.Box)`
|
|
923
937
|
/**
|
|
924
938
|
* 1. Initialize local variables with reasonable defaults
|
|
925
939
|
*/
|
|
@@ -928,8 +942,8 @@ var e={6557:(e,t,n)=>{n.r(t),n.d(t,{default:()=>l});var r=n(6758),o=n.n(r),a=n(9
|
|
|
928
942
|
/**
|
|
929
943
|
* 2. Inject variants -- ? What are Variants
|
|
930
944
|
*/
|
|
931
|
-
${(0,
|
|
932
|
-
${(0,
|
|
945
|
+
${(0,s.getVariantCSS)(d.variants,d.Variant.containerSize)}
|
|
946
|
+
${(0,s.getVariantCSS)(d.variants,d.Variant.iconSize)}
|
|
933
947
|
|
|
934
948
|
width: var(--px-container, var(--px-default));
|
|
935
949
|
height: var(--px-container, var(--px-default));
|
|
@@ -937,7 +951,7 @@ var e={6557:(e,t,n)=>{n.r(t),n.d(t,{default:()=>l});var r=n(6758),o=n.n(r),a=n(9
|
|
|
937
951
|
/* SVG Asset */
|
|
938
952
|
|
|
939
953
|
& > *,
|
|
940
|
-
${
|
|
954
|
+
${f} {
|
|
941
955
|
display: block;
|
|
942
956
|
width: var(--px-icon, var(--px-default));
|
|
943
957
|
height: var(--px-icon, var(--px-default));
|
|
@@ -971,25 +985,25 @@ var e={6557:(e,t,n)=>{n.r(t),n.d(t,{default:()=>l});var r=n(6758),o=n.n(r),a=n(9
|
|
|
971
985
|
--px-container: ${({theme:e})=>e.iconSize.xxlarge};
|
|
972
986
|
`,xxxlarge:r.css`
|
|
973
987
|
--px-container: ${({theme:e})=>e.iconSize.xxxlarge};
|
|
974
|
-
`}}},2394:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),o(n(419),t)},8414:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.BellFilledIcon=void 0;const o=n(1085);t.BellFilledIcon=e=>{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,o.jsxs)("svg",Object.assign({width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n,{children:[(0,o.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C11.2296 2 10.5845 2.58379 10.5078 3.35041C10.4952 3.47677 10.4057 3.58157 10.2846 3.61971C8.06554 4.31851 6.42238 6.33796 6.30033 8.77893L6.12382 12.3091C6.09936 12.7982 5.81331 13.2362 5.3753 13.4552L4.60739 13.8392C4.14761 14.0691 3.85718 14.539 3.85718 15.0531V16.25C3.85718 16.6248 4.16098 16.9286 4.53575 16.9286H19.4643C19.8391 16.9286 20.1429 16.6248 20.1429 16.25V15.0531C20.1429 14.539 19.8525 14.0691 19.3927 13.8392L18.6247 13.4552C18.1867 13.2362 17.9006 12.7982 17.8762 12.3091L17.6997 8.77893C17.5776 6.33796 15.9344 4.31851 13.7154 3.61972C13.5942 3.58157 13.5048 3.47678 13.4922 3.35041C13.4155 2.5838 12.7704 2 12 2Z",fill:t}),(0,o.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.28571 18.2857C9.28571 19.7848 10.5009 21 12 21C13.4991 21 14.7143 19.7848 14.7143 18.2857L9.28571 18.2857Z",fill:t})]}))}},1370:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.BellIcon=void 0;const o=n(1085);t.BellIcon=e=>{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,o.jsx)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n,{children:(0,o.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.47306 1.22943C6.5193 1.22943 5.87291 1.98399 5.65371 2.72697C5.65207 2.72932 5.64921 2.73303 5.64485 2.73756C5.6392 2.74342 5.63264 2.74896 5.62599 2.75355C5.61926 2.75819 5.61452 2.7604 5.613 2.76102L5.61265 2.76117C5.05088 2.99251 4.39193 3.36022 3.87697 4.03357C3.35815 4.71196 3.01949 5.65571 3.01945 6.97749L5.65371 2.72697L3.01945 6.97776C3.01866 8.30165 2.87871 9.0313 2.67091 9.53439C2.48879 9.97531 2.24889 10.2658 1.912 10.6738L1.91185 10.674C1.86263 10.7336 1.81135 10.7957 1.75787 10.8612C1.14923 11.606 1.72729 12.6419 2.65986 12.6419H5.09019C5.21191 12.98 5.40726 13.2906 5.66618 13.5495C6.12827 14.0116 6.75499 14.2712 7.40848 14.2712C8.06197 14.2712 8.6887 14.0116 9.15078 13.5495C9.40971 13.2906 9.60505 12.98 9.72678 12.6419H12.2894C13.2234 12.6419 13.792 11.6008 13.1884 10.8613L13.1883 10.8612C13.1348 10.7957 13.0835 10.7336 13.0342 10.674C12.6973 10.2659 12.4574 9.9754 12.2755 9.53451C12.0678 9.03147 11.9282 8.30182 11.9282 6.97776C11.9282 5.65688 11.5891 4.71299 11.0703 4.03433C10.5553 3.36075 9.89652 2.99234 9.33499 2.76115L9.33467 2.76102C9.33409 2.76079 9.32982 2.75888 9.32313 2.75424C9.31655 2.74967 9.30981 2.74394 9.30382 2.7377C9.29875 2.73241 9.29545 2.72803 9.29363 2.72531C9.07264 1.98378 8.42691 1.22943 7.47306 1.22943ZM8.68654 12.6419H6.13042C6.1876 12.7295 6.25403 12.8115 6.3291 12.8866C6.61537 13.1729 7.00363 13.3337 7.40848 13.3337C7.81333 13.3337 8.2016 13.1729 8.48787 12.8866C8.56293 12.8115 8.62937 12.7295 8.68654 12.6419ZM6.55145 2.99716C6.69571 2.50085 7.07121 2.16693 7.47306 2.16693C7.87492 2.16693 8.2505 2.50061 8.3966 2.99785L8.39695 2.99904C8.48499 3.29575 8.72843 3.52538 8.97809 3.62806C9.45625 3.82492 9.94894 4.11119 10.3255 4.60373C10.6982 5.09119 10.9907 5.82486 10.9907 6.97776C10.9907 8.35506 11.1337 9.2255 11.4089 9.89217C11.6483 10.4723 11.9823 10.8749 12.3167 11.278C12.3653 11.3366 12.4139 11.3951 12.4622 11.4542C12.5016 11.5025 12.5046 11.5552 12.4793 11.605C12.4553 11.6524 12.3996 11.7044 12.2894 11.7044H2.65986C2.54604 11.7044 2.48955 11.6509 2.46588 11.6045C2.44119 11.5562 2.44325 11.504 2.4838 11.4544L2.48383 11.4544C2.53215 11.3952 2.58075 11.3366 2.62934 11.2781L2.62946 11.2779C2.96389 10.8748 3.29785 10.4723 3.5374 9.89229C3.81273 9.22571 3.95615 8.35533 3.95695 6.97803V6.97776C3.95695 5.82341 4.24928 5.08999 4.62165 4.60309C4.99792 4.1111 5.49044 3.82537 5.96963 3.62805C6.21661 3.52645 6.46257 3.30002 6.55111 2.99833L6.55145 2.99716Z",fill:t,role:"img"})}))}},8531:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.BlockedIcon=void 0;const o=n(1085);t.BlockedIcon=e=>{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,o.jsx)("svg",Object.assign({width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n,{children:(0,o.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.99985 1.6665C5.3972 1.6665 1.66602 5.39769 1.66602 10.0003C1.66602 14.6029 5.3972 18.3342 9.99985 18.3342C14.6025 18.3342 18.3337 14.603 18.3337 10.0003C18.3337 5.39769 14.6025 1.6665 9.99985 1.6665ZM3.94666 10.0003C3.94666 6.65725 6.65677 3.94714 9.99985 3.94714C11.1976 3.94714 12.314 4.295 13.2537 4.89519L4.89471 13.2542C4.29451 12.3145 3.94666 11.198 3.94666 10.0003ZM6.40896 14.8739C7.41352 15.6153 8.65551 16.0535 9.99985 16.0535C13.3429 16.0535 16.053 13.3434 16.053 10.0003C16.053 8.656 15.6148 7.41401 14.8734 6.40945L6.40896 14.8739Z",role:"img",fill:t})}))}},1778:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.BookmarkFilled=void 0;const o=n(1085);t.BookmarkFilled=e=>{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,o.jsx)("svg",Object.assign({width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n,{children:(0,o.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.80005 1.17578C2.52391 1.17578 2.30005 1.39964 2.30005 1.67578V10.4758C2.30005 10.6669 2.40904 10.8414 2.58086 10.9252C2.75267 11.009 2.95723 10.9875 3.10787 10.8698L5.84614 8.73052C5.93658 8.65986 6.06352 8.65986 6.15396 8.73052L8.89223 10.8698C9.04287 10.9875 9.24742 11.009 9.41924 10.9252C9.59105 10.8414 9.70005 10.6669 9.70005 10.4758V1.67578C9.70005 1.39964 9.47619 1.17578 9.20005 1.17578H2.80005Z",fill:t})}))}},7476:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.BookmarkOutlined=void 0;const o=n(1085);t.BookmarkOutlined=e=>{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,o.jsx)("svg",Object.assign({width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n,{children:(0,o.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.29999 1.67578C2.29999 1.39964 2.52385 1.17578 2.79999 1.17578H9.19999C9.47613 1.17578 9.69999 1.39964 9.69999 1.67578V10.4758C9.69999 10.6669 9.59099 10.8414 9.41918 10.9252C9.24736 11.009 9.04281 10.9875 8.89217 10.8698L6.1539 8.73052C6.06346 8.65986 5.93652 8.65986 5.84608 8.73052L3.10781 10.8698C2.95717 10.9875 2.75261 11.009 2.5808 10.9252C2.40898 10.8414 2.29999 10.6669 2.29999 10.4758V1.67578ZM3.29999 2.17578V9.45066L5.23043 7.9425C5.68265 7.58921 6.31733 7.5892 6.76954 7.9425L8.69999 9.45066V2.17578H3.29999Z",fill:t})}))}},2786:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.BrokenLinkIcon=void 0;const o=n(1085);t.BrokenLinkIcon=e=>{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,o.jsxs)("svg",Object.assign({width:"32",height:"32",viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n,{children:[(0,o.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.3335 3.7002C6.05735 3.7002 5.8335 3.92405 5.8335 4.2002V27.8002C5.8335 28.0763 6.05735 28.3002 6.3335 28.3002H25.6668C25.943 28.3002 26.1668 28.0763 26.1668 27.8002V12.2335H18.1335C17.8574 12.2335 17.6335 12.0097 17.6335 11.7335V3.7002H6.3335ZM18.6335 4.4073L25.4597 11.2335H18.6335V4.4073ZM4.8335 4.2002C4.8335 3.37177 5.50507 2.7002 6.3335 2.7002H18.1335C18.2661 2.7002 18.3933 2.75287 18.487 2.84664L27.0204 11.38C27.1141 11.4737 27.1668 11.6009 27.1668 11.7335V27.8002C27.1668 28.6286 26.4953 29.3002 25.6668 29.3002H6.3335C5.50507 29.3002 4.8335 28.6286 4.8335 27.8002V4.2002Z",fill:t}),(0,o.jsx)("path",{d:"M14.248 21.9084V21.8409C14.2528 21.4006 14.2966 21.0502 14.3794 20.7898C14.4647 20.5294 14.5854 20.3187 14.7417 20.1577C14.8979 19.9967 15.0861 19.8499 15.3063 19.7173C15.4483 19.6274 15.5762 19.5268 15.6898 19.4155C15.8034 19.3042 15.8934 19.1764 15.9597 19.032C16.026 18.8875 16.0591 18.7277 16.0591 18.5526C16.0591 18.3419 16.0094 18.1596 15.91 18.0057C15.8105 17.8518 15.678 17.7334 15.5123 17.6506C15.3489 17.5653 15.1666 17.5227 14.9654 17.5227C14.7831 17.5227 14.6091 17.5606 14.4434 17.6364C14.2776 17.7121 14.1403 17.8305 14.0314 17.9915C13.9225 18.1501 13.8598 18.3549 13.8432 18.6058H12.7637C12.7802 18.1797 12.888 17.8198 13.0868 17.5263C13.2857 17.2304 13.5485 17.0066 13.8752 16.8551C14.2042 16.7036 14.5676 16.6278 14.9654 16.6278C15.401 16.6278 15.7821 16.7095 16.1088 16.8729C16.4355 17.0339 16.6889 17.2599 16.8688 17.5511C17.0511 17.84 17.1422 18.1773 17.1422 18.5632C17.1422 18.8284 17.1008 19.0675 17.0179 19.2805C16.9351 19.4912 16.8167 19.6795 16.6628 19.8452C16.5113 20.0109 16.329 20.1577 16.1159 20.2855C15.9147 20.411 15.7514 20.5412 15.6259 20.6761C15.5028 20.8111 15.4128 20.9709 15.356 21.1555C15.2992 21.3402 15.2684 21.5687 15.2637 21.8409V21.9084H14.248ZM14.7843 24.0675C14.5901 24.0675 14.4232 23.9988 14.2836 23.8615C14.1439 23.7218 14.074 23.5537 14.074 23.3572C14.074 23.1631 14.1439 22.9974 14.2836 22.8601C14.4232 22.7204 14.5901 22.6506 14.7843 22.6506C14.976 22.6506 15.1417 22.7204 15.2814 22.8601C15.4235 22.9974 15.4945 23.1631 15.4945 23.3572C15.4945 23.4875 15.4614 23.607 15.3951 23.7159C15.3311 23.8224 15.2459 23.9077 15.1394 23.9716C15.0328 24.0355 14.9145 24.0675 14.7843 24.0675Z",fill:t})]}))}},6934:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.ChevronDownIcon=void 0;const o=n(1085);t.ChevronDownIcon=e=>{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,o.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",children:(0,o.jsx)("path",Object.assign({fillRule:"evenodd",clipRule:"evenodd",d:"M5.05282 9.88707C5.33612 9.58489 5.81075 9.56958 6.11293 9.85287L12 15.372L17.887 9.85287C18.1892 9.56958 18.6638 9.58489 18.9471 9.88707C19.2304 10.1893 19.2151 10.6639 18.9129 10.9472L12.5129 16.9472C12.2244 17.2176 11.7755 17.2176 11.487 16.9472L5.08702 10.9472C4.78484 10.6639 4.76952 10.1893 5.05282 9.88707Z",fill:t},n))})}},3057:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.ChevronLeftIcon=void 0;const o=n(1085);t.ChevronLeftIcon=e=>{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,o.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",children:(0,o.jsx)("path",Object.assign({fillRule:"evenodd",clipRule:"evenodd",d:"M14.1127 5.05272C14.4149 5.33601 14.4302 5.81064 14.1469 6.11282L8.62784 11.9999L14.1469 17.8869C14.4302 18.1891 14.4149 18.6637 14.1127 18.947C13.8106 19.2303 13.3359 19.215 13.0526 18.9128L7.05264 12.5128C6.78218 12.2243 6.78218 11.7754 7.05264 11.4869L13.0526 5.08691C13.3359 4.78473 13.8106 4.76942 14.1127 5.05272Z",fill:t},n))})}},1164:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.ChevronRightIcon=void 0;const o=n(1085);t.ChevronRightIcon=e=>{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,o.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",children:(0,o.jsx)("path",Object.assign({fillRule:"evenodd",clipRule:"evenodd",d:"M9.88762 5.05256C10.1898 4.76926 10.6644 4.78457 10.9477 5.08676L16.9477 11.4868C17.2182 11.7753 17.2182 12.2242 16.9477 12.5127L10.9477 18.9127C10.6644 19.2149 10.1898 19.2302 9.88762 18.9469C9.58543 18.6636 9.57012 18.1889 9.85342 17.8868L15.3725 11.9997L9.85342 6.11267C9.57012 5.81049 9.58544 5.33586 9.88762 5.05256Z",fill:t},n))})}},1241:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.ChevronUpIcon=void 0;const o=n(1085);t.ChevronUpIcon=e=>{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,o.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",children:(0,o.jsx)("path",Object.assign({fillRule:"evenodd",clipRule:"evenodd",d:"M5.05285 14.1129C5.33615 14.4151 5.81078 14.4304 6.11296 14.1471L12 8.62802L17.887 14.1471C18.1892 14.4304 18.6639 14.4151 18.9472 14.1129C19.2305 13.8107 19.2151 13.3361 18.913 13.0528L12.513 7.05282C12.2245 6.78236 11.7755 6.78236 11.4871 7.05282L5.08705 13.0528C4.78487 13.3361 4.76956 13.8107 5.05285 14.1129Z",fill:t},n))})}},8929:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.CollectionIcon=void 0;const o=n(1085);t.CollectionIcon=e=>{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,o.jsxs)("svg",Object.assign({width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n,{children:[(0,o.jsx)("path",{d:"M7.77793 8.85878C7.77793 8.21485 8.29801 7.69284 8.93957 7.69284H16.8387C17.4803 7.69284 18.0004 8.21485 18.0004 8.85878V16.7872C18.0004 17.4311 17.4803 17.9531 16.8387 17.9531H8.93957C8.29801 17.9531 7.77793 17.4311 7.77793 16.7872V8.85878Z",fill:t}),(0,o.jsx)("path",{d:"M10.4912 1.99315C11.1109 1.82649 11.7481 2.19552 11.9142 2.81751L12.7573 5.97375H8.57356C7.16219 5.97381 6.01795 7.12221 6.01795 8.53882V13.8174L5.50701 13.955C4.88732 14.1216 4.25005 13.7526 4.084 13.1306L2.04024 5.47276C1.8742 4.85077 2.24186 4.21114 2.86156 4.04448L10.4912 1.99315Z",fill:t})]}))}},3813:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.ContentAppIcon=void 0;const o=n(1085);t.ContentAppIcon=e=>{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,o.jsx)("svg",Object.assign({width:"20",height:"20",viewBox:"0 0 14 14",fill:t,xmlns:"http://www.w3.org/2000/svg"},n,{children:(0,o.jsx)("path",{d:"M10.9395 0.332031C12.4452 0.332253 13.666 1.55381 13.666 3.05957V10.9375C13.666 12.4433 12.4452 13.6648 10.9395 13.665H3.06055C1.55465 13.665 0.333008 12.4434 0.333008 10.9375V3.05957C0.333008 1.55367 1.55465 0.332031 3.06055 0.332031H10.9395ZM4.09082 4.33203C3.48843 4.33214 3 4.82141 3 5.42383V8.5752C3 9.17762 3.48843 9.66591 4.09082 9.66602H9.91016C10.5125 9.66581 11.001 9.17756 11.001 8.5752V5.42383C11.001 4.82147 10.5125 4.33224 9.91016 4.33203H4.09082Z",fill:t})}))}},4947:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.EnterpriseGlobeIcon=void 0;const o=n(1085);t.EnterpriseGlobeIcon=e=>{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,o.jsx)("svg",Object.assign({width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n,{children:(0,o.jsx)("path",{d:"M21.6211 7.80002C20.3905 4.99598 17.9682 2.82878 14.9983 1.94153C15.9266 3.39315 16.5775 5.49525 16.9329 7.80002H21.6211ZM22.1656 14.625C22.383 13.7855 22.5 12.9067 22.5 12C22.5 11.0933 22.383 10.2145 22.1656 9.37502H17.1256C17.2069 10.2439 17.25 11.1254 17.25 12C17.25 12.8747 17.2069 13.7561 17.1256 14.625H22.1656ZM6.75002 12C6.75002 11.1254 6.79307 10.2439 6.87444 9.37502H1.83442C1.61707 10.2145 1.5 11.0933 1.5 12C1.5 12.9067 1.61707 13.7855 1.83442 14.625H6.87444C6.79307 13.7561 6.75002 12.8747 6.75002 12ZM15.675 12C15.675 11.0844 15.6252 10.2098 15.5427 9.37502H8.45731C8.37489 10.2098 8.32502 11.0844 8.32502 12C8.32502 12.9156 8.37489 13.7903 8.45731 14.625H15.5427C15.6252 13.7903 15.675 12.9156 15.675 12ZM15.34 7.80002C14.7111 4.0158 13.2983 1.5 12 1.5C10.7017 1.5 9.28892 4.0158 8.65997 7.80002H15.34ZM8.65997 16.2C9.28892 19.9842 10.7022 22.5 12 22.5C13.2978 22.5 14.7111 19.9842 15.34 16.2H8.65997ZM7.06712 7.80002C7.42254 5.49525 8.07354 3.39315 9.00174 1.94153C6.0318 2.82878 3.60945 4.99598 2.37885 7.80002H7.06712ZM16.9329 16.2C16.5775 18.5048 15.9266 20.6069 14.9983 22.0584C17.9682 21.1712 20.3905 19.0046 21.6211 16.2H16.9329ZM2.37885 16.2C3.60945 19.004 6.0318 21.1712 9.00174 22.0584C8.07354 20.6069 7.42254 18.5048 7.06712 16.2H2.37885Z",fill:t})}))}},6708:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.ExclamationCircledFilledIcon=void 0;const r=n(1085);t.ExclamationCircledFilledIcon=e=>(0,r.jsxs)("svg",Object.assign({width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e,{children:[(0,r.jsx)("path",{d:"M7.99988 15.3317C11.7729 15.3317 14.8316 12.2731 14.8316 8.50007C14.8316 4.72704 11.7729 1.6684 7.99988 1.6684C4.22686 1.6684 1.16821 4.72704 1.16821 8.50007C1.16821 12.2731 4.22686 15.3317 7.99988 15.3317Z",fill:"red"}),(0,r.jsx)("mask",{id:"path-2-inside-1_6_262033",fill:"white",children:(0,r.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.99993 4.37384C7.57525 4.37384 7.23564 4.72676 7.25196 5.15113L7.42296 9.59706C7.43489 9.90708 7.68968 10.1523 7.99993 10.1523C8.31019 10.1523 8.56498 9.90708 8.5769 9.59706L8.7479 5.15113C8.76422 4.72676 8.42461 4.37384 7.99993 4.37384ZM7.99993 12.6406C8.46022 12.6406 8.83335 12.2675 8.83335 11.8072C8.83335 11.3469 8.46022 10.9738 7.99993 10.9738C7.53964 10.9738 7.1665 11.3469 7.1665 11.8072C7.1665 12.2675 7.53964 12.6406 7.99993 12.6406Z"})}),(0,r.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.99993 4.37384C7.57525 4.37384 7.23564 4.72676 7.25196 5.15113L7.42296 9.59706C7.43489 9.90708 7.68968 10.1523 7.99993 10.1523C8.31019 10.1523 8.56498 9.90708 8.5769 9.59706L8.7479 5.15113C8.76422 4.72676 8.42461 4.37384 7.99993 4.37384ZM7.99993 12.6406C8.46022 12.6406 8.83335 12.2675 8.83335 11.8072C8.83335 11.3469 8.46022 10.9738 7.99993 10.9738C7.53964 10.9738 7.1665 11.3469 7.1665 11.8072C7.1665 12.2675 7.53964 12.6406 7.99993 12.6406Z",fill:"white"}),(0,r.jsx)("path",{d:"M7.25196 5.15113L5.64874 5.21279L5.64874 5.21279L7.25196 5.15113ZM7.42296 9.59706L9.02618 9.5354L9.02618 9.5354L7.42296 9.59706ZM8.5769 9.59706L10.1801 9.65872L8.5769 9.59706ZM8.7479 5.15113L10.3511 5.21279L10.3511 5.21279L8.7479 5.15113ZM8.85519 5.08947C8.87385 5.5747 8.48553 5.97825 7.99993 5.97825V2.76943C6.66498 2.76943 5.59744 3.87882 5.64874 5.21279L8.85519 5.08947ZM9.02618 9.5354L8.85519 5.08947L5.64874 5.21279L5.81974 9.65872L9.02618 9.5354ZM7.99993 8.54786C8.55177 8.54786 9.00498 8.98396 9.02618 9.5354L5.81974 9.65872C5.8648 10.8302 6.82758 11.7567 7.99993 11.7567V8.54786ZM6.97368 9.5354C6.99489 8.98396 7.44809 8.54786 7.99993 8.54786V11.7567C9.17228 11.7567 10.1351 10.8302 10.1801 9.65872L6.97368 9.5354ZM7.14468 5.08947L6.97368 9.5354L10.1801 9.65872L10.3511 5.21279L7.14468 5.08947ZM7.99993 5.97825C7.51434 5.97825 7.12602 5.5747 7.14468 5.08947L10.3511 5.21279C10.4024 3.87882 9.33489 2.76943 7.99993 2.76943V5.97825ZM7.22895 11.8072C7.22895 11.3814 7.57413 11.0362 7.99993 11.0362V14.245C9.34631 14.245 10.4378 13.1536 10.4378 11.8072H7.22895ZM7.99993 12.5782C7.57413 12.5782 7.22895 12.233 7.22895 11.8072H10.4378C10.4378 10.4608 9.34631 9.36937 7.99993 9.36937V12.5782ZM8.77091 11.8072C8.77091 12.233 8.42573 12.5782 7.99993 12.5782V9.36937C6.65355 9.36937 5.5621 10.4608 5.5621 11.8072H8.77091ZM7.99993 11.0362C8.42573 11.0362 8.77091 11.3814 8.77091 11.8072H5.5621C5.5621 13.1536 6.65355 14.245 7.99993 14.245V11.0362Z",fill:"white",mask:"url(#path-2-inside-1_6_262033)"})]}))},6462:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.FallbackGlobeIcon=void 0;const o=n(1085);t.FallbackGlobeIcon=e=>{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,o.jsx)("svg",Object.assign({width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n,{children:(0,o.jsx)("path",{d:"M14.4141 5.19998C13.5937 3.33062 11.9788 1.88582 9.99886 1.29432C10.6177 2.26207 11.0517 3.66347 11.2886 5.19998H14.4141ZM14.7771 9.74998C14.922 9.19033 15 8.60443 15 7.99998C15 7.39553 14.922 6.80963 14.7771 6.24998H11.4171C11.4713 6.82923 11.5 7.41688 11.5 7.99998C11.5 8.58308 11.4713 9.17073 11.4171 9.74998H14.7771ZM4.50001 7.99998C4.50001 7.41688 4.52871 6.82923 4.58296 6.24998H1.22295C1.07805 6.80963 1 7.39553 1 7.99998C1 8.60443 1.07805 9.19033 1.22295 9.74998H4.58296C4.52871 9.17073 4.50001 8.58308 4.50001 7.99998ZM10.45 7.99998C10.45 7.38958 10.4168 6.80648 10.3618 6.24998H5.63821C5.58326 6.80648 5.55001 7.38958 5.55001 7.99998C5.55001 8.61038 5.58326 9.19348 5.63821 9.74998H10.3618C10.4168 9.19348 10.45 8.61038 10.45 7.99998ZM10.2267 5.19998C9.80741 2.67717 8.86556 0.999969 8.00001 0.999969C7.13446 0.999969 6.19261 2.67717 5.77331 5.19998H10.2267ZM5.77331 10.8C6.19261 13.3228 7.13481 15 8.00001 15C8.86521 15 9.80741 13.3228 10.2267 10.8H5.77331ZM4.71141 5.19998C4.94836 3.66347 5.38236 2.26207 6.00116 1.29432C4.0212 1.88582 2.4063 3.33062 1.5859 5.19998H4.71141ZM11.2886 10.8C11.0517 12.3365 10.6177 13.7379 9.99886 14.7056C11.9788 14.1141 13.5937 12.6697 14.4141 10.8H11.2886ZM1.5859 10.8C2.4063 12.6693 4.0212 14.1141 6.00116 14.7056C5.38236 13.7379 4.94836 12.3365 4.71141 10.8H1.5859Z",fill:t,fillRule:"evenodd",clipRule:"evenodd"})}))}},4993:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.FilledCircleIcon=void 0;const o=n(1085);t.FilledCircleIcon=e=>{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,o.jsx)("svg",Object.assign({width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n,{children:(0,o.jsx)("g",{id:".Slot",children:(0,o.jsx)("circle",{id:"Ellipse 1",cx:"8",cy:"8",r:"8",fill:t})})}))}},6099:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.FilterIcon=void 0;const o=n(1085);t.FilterIcon=e=>{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,o.jsx)("svg",Object.assign({width:"12",height:"7",viewBox:"0 0 12 7",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n,{children:(0,o.jsx)("path",{d:"M4 6.5C4 6.36739 4.05268 6.24021 4.14645 6.14645C4.24021 6.05268 4.36739 6 4.5 6H7.5C7.63261 6 7.75979 6.05268 7.85355 6.14645C7.94732 6.24021 8 6.36739 8 6.5C8 6.63261 7.94732 6.75979 7.85355 6.85355C7.75979 6.94732 7.63261 7 7.5 7H4.5C4.36739 7 4.24021 6.94732 4.14645 6.85355C4.05268 6.75979 4 6.63261 4 6.5ZM2 3.5C2 3.36739 2.05268 3.24021 2.14645 3.14645C2.24021 3.05268 2.36739 3 2.5 3H9.5C9.63261 3 9.75979 3.05268 9.85355 3.14645C9.94732 3.24021 10 3.36739 10 3.5C10 3.63261 9.94732 3.75979 9.85355 3.85355C9.75979 3.94732 9.63261 4 9.5 4H2.5C2.36739 4 2.24021 3.94732 2.14645 3.85355C2.05268 3.75979 2 3.63261 2 3.5ZM0 0.5C0 0.367392 0.0526785 0.240215 0.146447 0.146447C0.240215 0.0526785 0.367392 0 0.5 0H11.5C11.6326 0 11.7598 0.0526785 11.8536 0.146447C11.9473 0.240215 12 0.367392 12 0.5C12 0.632608 11.9473 0.759785 11.8536 0.853553C11.7598 0.947321 11.6326 1 11.5 1H0.5C0.367392 1 0.240215 0.947321 0.146447 0.853553C0.0526785 0.759785 0 0.632608 0 0.5Z",fill:t})}))}},7112:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.FloppyDiskIcon=void 0;const o=n(1085);t.FloppyDiskIcon=e=>{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,o.jsx)("svg",Object.assign({width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n,{children:(0,o.jsx)("path",{d:"M1.875 2.1875C1.875 2.15298 1.90298 2.125 1.9375 2.125H8.23039C8.24697 2.125 8.26287 2.13158 8.27459 2.14331L9.98169 3.85041C9.99341 3.86213 10 3.87803 10 3.89461V10.1875C10 10.222 9.97202 10.25 9.9375 10.25H1.9375C1.90298 10.25 1.875 10.222 1.875 10.1875V2.1875ZM1.9375 1.25C1.41973 1.25 1 1.66973 1 2.1875V10.1875C1 10.7053 1.41973 11.125 1.9375 11.125H9.9375C10.4553 11.125 10.875 10.7053 10.875 10.1875V3.89461C10.875 3.64597 10.7762 3.40751 10.6004 3.23169L8.89331 1.52459C8.71749 1.34877 8.47903 1.25 8.23039 1.25H1.9375ZM2.84924 3.4081C2.84924 3.23754 2.98751 3.09927 3.15807 3.09927H7.4816C7.65215 3.09927 7.79042 3.23754 7.79042 3.4081V4.64339C7.79042 4.81395 7.65215 4.95221 7.4816 4.95221H3.15807C2.98751 4.95221 2.84924 4.81395 2.84924 4.64339V3.4081ZM4.5368 6.63977C4.82638 6.35019 5.21913 6.18751 5.62865 6.18751C6.03818 6.18751 6.43093 6.35019 6.72051 6.63977C7.01009 6.92935 7.17277 7.3221 7.17277 7.73163C7.17277 8.14115 7.01009 8.5339 6.72051 8.82348C6.43093 9.11306 6.03818 9.27574 5.62865 9.27574C5.21913 9.27574 4.82638 9.11306 4.5368 8.82348C4.24722 8.5339 4.08454 8.14115 4.08454 7.73163C4.08454 7.3221 4.24722 6.92935 4.5368 6.63977Z",fill:t,role:"img"})}))}},4256:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.FragmentsIcon=void 0;const o=n(1085);t.FragmentsIcon=e=>{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,o.jsx)("svg",Object.assign({width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n,{children:(0,o.jsx)("path",{d:"M8.80001 4.80002H4.80001C3.91761 4.80002 3.20001 5.51762 3.20001 6.40002V10.4C3.20001 11.2824 3.91761 12 4.80001 12H8.80001C9.68241 12 10.4 11.2824 10.4 10.4V6.40002C10.4 5.51762 9.68241 4.80002 8.80001 4.80002ZM20.3592 6.46882L17.5312 3.64002C16.908 3.01602 15.892 3.01602 15.2688 3.64002L12.4408 6.46882C11.8168 7.09282 11.8168 8.10722 12.4408 8.73122L15.2688 11.56C15.5808 11.872 15.9904 12.028 16.4 12.028C16.8096 12.028 17.2192 11.872 17.5312 11.56L20.3592 8.73122C20.9832 8.10722 20.9832 7.09282 20.3592 6.46882ZM8.80001 13.6H4.80001C3.91761 13.6 3.20001 14.3176 3.20001 15.2V19.2C3.20001 20.0824 3.91761 20.8 4.80001 20.8H8.80001C9.68241 20.8 10.4 20.0824 10.4 19.2V15.2C10.4 14.3176 9.68241 13.6 8.80001 13.6ZM17.6 13.6H13.6C12.7176 13.6 12 14.3176 12 15.2V19.2C12 20.0824 12.7176 20.8 13.6 20.8H17.6C18.4824 20.8 19.2 20.0824 19.2 19.2V15.2C19.2 14.3176 18.4824 13.6 17.6 13.6Z",fill:t})}))}},2438:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.LightBulbFilledIcon=void 0;const o=n(1085);t.LightBulbFilledIcon=e=>{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,o.jsxs)("svg",Object.assign({width:"10",height:"12",viewBox:"0 0 10 12",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n,{children:[(0,o.jsx)("path",{d:"M1.83 1.31008C2.24409 0.891667 2.73768 0.560307 3.28174 0.335504C3.82581 0.110701 4.40934 -0.00300333 4.998 0.00108291C6.18628 -0.00310785 7.32905 0.457733 8.182 1.28508C8.59881 1.68719 8.93046 2.16903 9.15723 2.70194C9.384 3.23485 9.50125 3.80793 9.502 4.38708C9.502 5.68008 8.917 6.83008 7.883 7.82508L7.577 9.00008H2.466L2.236 8.03708C1.154 6.90708 0.556 5.81908 0.5 4.58208V4.54408C0.54 3.24808 1.033 2.12108 1.831 1.31108L1.83 1.31008Z",fill:t}),(0,o.jsx)("path",{d:"M2.7041 10L2.9371 10.978L2.9451 11C3.0451 11.297 3.2371 11.544 3.4791 11.717C3.7301 11.897 4.0371 11.999 4.3611 11.999H4.3631L5.7461 11.995L5.7671 11.993C6.07587 11.9669 6.36913 11.8465 6.6071 11.648C6.8381 11.454 7.0131 11.188 7.0871 10.874L7.3161 10H2.7041V10Z",fill:t})]}))}},7120:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.LightBulbOutlinedIcon=void 0;const o=n(1085);t.LightBulbOutlinedIcon=e=>{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,o.jsx)("svg",Object.assign({width:"10",height:"12",viewBox:"0 0 10 12",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n,{children:(0,o.jsx)("path",{d:"M4.99766 0.00100149C3.76866 0.00100149 2.64766 0.482002 1.82966 1.311C1.03166 2.121 0.539657 3.248 0.499657 4.544L0.498657 4.563V4.583C0.555657 5.819 1.15366 6.907 2.23566 8.037L2.93766 10.978L2.94466 11C3.04466 11.297 3.23666 11.544 3.47866 11.717C3.72966 11.897 4.03666 11.999 4.36166 11.999L5.74566 11.995L5.76666 11.993C6.07542 11.9669 6.36869 11.8465 6.60666 11.648C6.83766 11.454 7.01266 11.188 7.08666 10.874L7.88266 7.824C8.91666 6.83 9.50066 5.68 9.50066 4.387C9.49991 3.80785 9.38266 3.23477 9.15589 2.70186C8.92912 2.16895 8.59746 1.68711 8.18066 1.285C7.32796 0.457894 6.18559 -0.00292788 4.99766 0.00100149ZM2.54266 2.013C2.86344 1.68871 3.24596 1.43198 3.66762 1.258C4.08928 1.08401 4.54153 0.996283 4.99766 1C5.92514 0.995784 6.81744 1.35471 7.48366 2C7.80471 2.30904 8.06023 2.67957 8.23496 3.08951C8.40969 3.49945 8.50005 3.94038 8.50066 4.386C8.50066 5.377 8.04766 6.312 7.09666 7.191L6.98866 7.291L6.54266 9H3.49366L3.14466 7.536L3.04766 7.436C1.99966 6.372 1.54766 5.48 1.49866 4.557C1.53666 3.509 1.93266 2.632 2.54266 2.014V2.013ZM3.73266 10H6.28266L6.11766 10.627L6.11466 10.64C6.09211 10.7342 6.03944 10.8185 5.96466 10.88C5.88873 10.9435 5.79595 10.9834 5.69766 10.995L4.36066 11C4.25321 11.0003 4.14833 10.9671 4.06066 10.905C3.9877 10.8536 3.93139 10.782 3.89866 10.699L3.73166 10H3.73266Z",fill:t})}))}},6607:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.LockedClosedFilledIcon=void 0;const o=n(1085);t.LockedClosedFilledIcon=e=>{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,o.jsx)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n,{children:(0,o.jsx)("path",{d:"M5.00003 4.63623C5.00003 3.76052 5.24222 3.10561 5.64327 2.67378C6.03938 2.24727 6.64585 1.97852 7.50143 1.97852C8.35748 1.97852 8.96309 2.24673 9.35827 2.6723C9.75841 3.10321 10 3.75729 10 4.63346V6.50021H11V4.63346C11 3.57917 10.7076 2.65578 10.0911 1.99183C9.46955 1.32254 8.57586 0.978516 7.50143 0.978516C6.42678 0.978516 5.53255 1.3235 4.91052 1.99328C4.29342 2.65775 4.00003 3.58169 4.00003 4.63623V6.50021H5.00003V4.63623ZM3 6.50021C2.72386 6.50021 2.5 6.72407 2.5 7.00021V13.0002C2.5 13.2764 2.72386 13.5002 3 13.5002H12C12.2761 13.5002 12.5 13.2764 12.5 13.0002V7.00021C12.5 6.72407 12.2761 6.50021 12 6.50021H3Z",fill:t,role:"img"})}))}},3737:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.MinimizeIcon=void 0;const o=n(1085);t.MinimizeIcon=e=>{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,o.jsx)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n,{children:(0,o.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.16602 12C2.16602 11.7239 2.38987 11.5 2.66602 11.5H13.3327C13.6088 11.5 13.8327 11.7239 13.8327 12C13.8327 12.2761 13.6088 12.5 13.3327 12.5H2.66602C2.38987 12.5 2.16602 12.2761 2.16602 12Z",fill:t,role:"img"})}))}},8840:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.OpenFinIcon=void 0;const o=n(1085);t.OpenFinIcon=e=>{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,o.jsx)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n,{children:(0,o.jsx)("path",{d:"M14.2685 5.73916C14.1785 5.64906 14.0817 5.56592 13.979 5.49047L13.9412 5.46429C13.9196 5.44919 13.8984 5.43358 13.8763 5.41898C13.8541 5.40438 13.8284 5.38878 13.8048 5.37418L13.7715 5.35354C13.7418 5.33592 13.7116 5.3193 13.6814 5.30319L13.6638 5.29363C13.3065 5.10618 12.9091 5.00807 12.5057 5.00768C11.8417 5.00715 11.2052 4.74291 10.7362 4.2731C10.2671 3.8033 10.004 3.16642 10.0046 2.50262C10.0065 1.49222 9.39933 0.580219 8.46634 0.191911C7.53335 -0.196397 6.45826 0.015466 5.74244 0.728701C5.02661 1.44194 4.81103 2.51607 5.19621 3.4502C5.5814 4.38433 6.4915 4.99447 7.5021 4.9961C8.16603 4.99664 8.80256 5.26088 9.27161 5.73068C9.74066 6.20049 10.0038 6.83736 10.0031 7.50117C10.0026 8.16497 9.7383 8.80137 9.2684 9.27032C8.7985 9.73928 8.1615 10.0024 7.49756 10.0017C6.83413 10.0022 6.19772 9.73894 5.72865 9.26987C5.25958 8.8008 4.99636 8.16447 4.99703 7.50117C4.99703 6.12155 3.87841 5.00315 2.49852 5.00315C1.11862 5.00315 0 6.12155 0 7.50117C0 8.88078 1.11862 9.99918 2.49852 9.99918C3.87841 9.99918 4.99703 11.1176 4.99703 12.4972C4.99703 13.8795 6.1178 15 7.50033 15C8.88287 15 10.0036 13.8795 10.0036 12.4972C10.0036 11.1176 11.1223 9.99918 12.5021 9.99918C12.9482 9.99948 13.3862 9.88022 13.7705 9.65383C13.8038 9.6342 13.8365 9.61356 13.8712 9.59241L13.8783 9.58788C13.9085 9.56775 13.9387 9.5466 13.9679 9.52546L13.981 9.5164C14.0072 9.49727 14.0314 9.47662 14.0591 9.45598L14.0812 9.43887C14.1054 9.41923 14.1286 9.39859 14.1522 9.37795L14.1779 9.3558C14.2081 9.32862 14.2378 9.30042 14.267 9.27123L14.2716 9.2672C14.3794 9.15887 14.4772 9.04091 14.5636 8.9148C14.5824 8.88761 14.6005 8.86009 14.618 8.83223C15.237 7.84584 15.092 6.56267 14.2685 5.73916Z",fill:t,role:"img"})}))}},4168:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.PageIcon=void 0;const o=n(1085);t.PageIcon=e=>{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,o.jsx)("svg",Object.assign({width:"14",height:"18",viewBox:"0 0 14 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n,{children:(0,o.jsx)("path",{d:"M11.9997 0.666992H1.99967C1.08051 0.666992 0.333008 1.41449 0.333008 2.33366V15.667C0.333008 16.5862 1.08051 17.3337 1.99967 17.3337H11.9997C12.9188 17.3337 13.6663 16.5862 13.6663 15.667V2.33366C13.6663 1.41449 12.9188 0.666992 11.9997 0.666992ZM7.41634 8.16699H3.24967C3.01967 8.16699 2.83301 7.98033 2.83301 7.75033V6.91699C2.83301 6.68699 3.01967 6.50033 3.24967 6.50033H7.41634C7.64634 6.50033 7.83301 6.68699 7.83301 6.91699V7.75033C7.83301 7.98033 7.64634 8.16699 7.41634 8.16699ZM10.7497 4.83366H3.24967C3.01967 4.83366 2.83301 4.64699 2.83301 4.41699V3.58366C2.83301 3.35366 3.01967 3.16699 3.24967 3.16699H10.7497C10.9797 3.16699 11.1663 3.35366 11.1663 3.58366V4.41699C11.1663 4.64699 10.9797 4.83366 10.7497 4.83366Z",fill:t})}))}},4279:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.RedDotIcon=void 0;const o=n(1085);t.RedDotIcon=e=>{var t=r(e,[]);return(0,o.jsx)("svg",Object.assign({width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t,{children:(0,o.jsx)("rect",{x:"0.5",y:"0.5",width:"7",height:"7",rx:"3.5",fill:"#C21313"})}))}},1835:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.StackIcon=void 0;const o=n(1085);t.StackIcon=e=>{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,o.jsx)("svg",Object.assign({width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n,{children:(0,o.jsx)("path",{d:"M14.2178 3.00092C14.1504 3.00514 14.0839 3.01844 14.02 3.04047L3.51986 6.4287C3.36864 6.47743 3.23681 6.57291 3.14335 6.70138C3.04989 6.82986 2.99964 6.98469 2.99983 7.14356V15.754C2.99843 15.8534 3.01679 15.9521 3.05385 16.0443C3.09091 16.1366 3.14593 16.2205 3.21571 16.2913C3.2855 16.3621 3.36865 16.4183 3.46035 16.4566C3.55204 16.495 3.65045 16.5147 3.74984 16.5147C3.84924 16.5147 3.94764 16.495 4.03934 16.4566C4.13103 16.4183 4.21419 16.3621 4.28397 16.2913C4.35375 16.2205 4.40878 16.1366 4.44584 16.0443C4.4829 15.9521 4.50126 15.8534 4.49985 15.754V7.68849L14.48 4.46725C14.649 4.41529 14.7942 4.30532 14.89 4.15674C14.9858 4.00815 15.026 3.8305 15.0036 3.65514C14.9812 3.47977 14.8975 3.31797 14.7674 3.19827C14.6373 3.07857 14.4691 3.00868 14.2925 3.00092C14.2676 2.99967 14.2427 2.99967 14.2178 3.00092ZM17.2178 5.25095C17.1504 5.25517 17.0839 5.26848 17.0201 5.2905L6.5199 8.67874C6.36869 8.72746 6.23685 8.82294 6.14339 8.95142C6.04993 9.07989 5.99968 9.23472 5.99988 9.39359V18.0041C5.99847 18.1035 6.01683 18.2021 6.05389 18.2944C6.09095 18.3866 6.14597 18.4705 6.21576 18.5413C6.28554 18.6121 6.3687 18.6683 6.46039 18.7066C6.55209 18.745 6.65049 18.7648 6.74989 18.7648C6.84928 18.7648 6.94769 18.745 7.03938 18.7066C7.13108 18.6683 7.21423 18.6121 7.28402 18.5413C7.3538 18.4705 7.40882 18.3866 7.44588 18.2944C7.48294 18.2021 7.5013 18.1035 7.4999 18.0041V9.93852L17.48 6.71728C17.649 6.66533 17.7942 6.55535 17.89 6.40677C17.9858 6.25818 18.0261 6.08054 18.0036 5.90517C17.9812 5.72981 17.8976 5.568 17.7675 5.4483C17.6374 5.32861 17.4691 5.25871 17.2925 5.25095C17.2676 5.24971 17.2427 5.24971 17.2178 5.25095ZM20.193 7.50538C20.1344 7.50982 20.0758 7.52197 20.0186 7.54053L9.51848 10.9288C9.20948 11.0293 8.99992 11.3181 8.99992 11.6436V20.2541C8.99992 20.4979 9.11829 20.7262 9.3178 20.8664C9.44605 20.9572 9.59693 21.0041 9.74993 21.0041C9.83468 21.0041 9.92014 20.9894 10.0019 20.9602L20.502 17.2101C20.8006 17.1044 21.0001 16.8213 21.0001 16.504V8.25392C21.0001 8.01467 20.8853 7.78922 20.691 7.64747C20.5459 7.54172 20.3688 7.49205 20.193 7.50538Z",fill:t})}))}},4737:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.StorefrontIcon=void 0;const o=n(1085);t.StorefrontIcon=e=>{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,o.jsx)("svg",Object.assign({width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n,{children:(0,o.jsx)("path",{d:"M5 3C4.448 3 4 3.448 4 4C4 4.552 4.448 5 5 5H19C19.552 5 20 4.552 20 4C20 3.448 19.552 3 19 3H5ZM4.61719 7C4.23819 7 3.89361 7.21373 3.72461 7.55273L2.10547 10.7891C2.03547 10.9281 2 11.0813 2 11.2363V12C2 12.552 2.448 13 3 13V19C3 20.105 3.895 21 5 21H19C20.105 21 21 20.105 21 19V13C21.552 13 22 12.552 22 12V11.2363C22 11.0813 21.9645 10.9281 21.8945 10.7891L20.2754 7.55273C20.1064 7.21373 19.7618 7 19.3828 7H4.61719ZM6 13H18C18.552 13 19 13.448 19 14V18C19 18.552 18.552 19 18 19H6C5.448 19 5 18.552 5 18V14C5 13.448 5.448 13 6 13Z",fill:t})}))}},5283:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.SupertabIcon=void 0;const o=n(1085);t.SupertabIcon=e=>{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,o.jsxs)("svg",Object.assign({width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n,{children:[(0,o.jsx)("path",{d:"M7.25684 14.6641H2.81152C1.99307 14.664 1.33014 14.0011 1.33008 13.1826V10.2197H7.25684V14.6641Z",fill:t}),(0,o.jsx)("path",{d:"M14.665 13.1826C14.665 14.0011 14.0012 14.6641 13.1826 14.6641H8.73828V7.25586H14.665V13.1826Z",fill:t}),(0,o.jsx)("path",{d:"M7.25684 8.73828H1.33008V2.81152C1.33033 1.99324 1.99319 1.33019 2.81152 1.33008H7.25684V8.73828Z",fill:t}),(0,o.jsx)("path",{d:"M13.1826 1.33105C14.0012 1.33105 14.665 1.99393 14.665 2.8125V5.77539H8.73828V1.33105H13.1826Z",fill:t})]}))}},4312:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.WorkspaceIcon=void 0;const o=n(1085);t.WorkspaceIcon=e=>{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,o.jsxs)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",role:"img"},n,{children:[(0,o.jsx)("path",{d:"M6.73811 2.8125H3.53137C3.13442 2.8125 2.81262 3.1343 2.81262 3.53125V7.51204C2.81262 7.909 3.13442 8.23079 3.53137 8.23079H6.73811C7.13506 8.23079 7.45686 7.909 7.45686 7.51204V3.53125C7.45686 3.1343 7.13506 2.8125 6.73811 2.8125Z",fill:t}),(0,o.jsx)("path",{d:"M12.1565 6.26758H8.94971C8.75123 6.26758 8.59033 6.42848 8.59033 6.62696V11.3818C8.59033 11.5803 8.75123 11.7412 8.94971 11.7412H12.1565C12.3549 11.7412 12.5158 11.5803 12.5158 11.3818V6.62696C12.5158 6.42848 12.3549 6.26758 12.1565 6.26758Z",stroke:t,strokeWidth:"0.718753"}),(0,o.jsx)("path",{d:"M12.1564 2.8125H8.94971C8.55275 2.8125 8.23096 3.1343 8.23096 3.53125V4.41587C8.23096 4.81283 8.55275 5.13463 8.94971 5.13463H12.1564C12.5534 5.13463 12.8752 4.81283 12.8752 4.41587V3.53125C12.8752 3.1343 12.5534 2.8125 12.1564 2.8125Z",fill:t}),(0,o.jsx)("path",{d:"M6.73798 9.00488H3.53125C3.1343 9.00488 2.8125 9.32668 2.8125 9.72364V11.3823C2.8125 11.7793 3.1343 12.1011 3.53125 12.1011H6.73798C7.13494 12.1011 7.45674 11.7793 7.45674 11.3823V9.72364C7.45674 9.32668 7.13494 9.00488 6.73798 9.00488Z",fill:t})]}))}},1184:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),o(n(3813),t),o(n(8840),t),o(n(1370),t),o(n(4312),t),o(n(6607),t),o(n(3737),t),o(n(2438),t),o(n(7120),t),o(n(6099),t),o(n(2786),t),o(n(7112),t),o(n(1835),t),o(n(8414),t),o(n(4737),t),o(n(4256),t),o(n(1164),t),o(n(3057),t),o(n(1241),t),o(n(6934),t),o(n(6708),t),o(n(4993),t),o(n(4168),t),o(n(4279),t),o(n(1778),t),o(n(7476),t),o(n(6462),t),o(n(8531),t),o(n(4947),t),o(n(5283),t),o(n(8929),t)},8863:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.IconWithBadge=void 0;const a=n(1085),i=o(n(2770)),l=n(5347),s=n(3038),c=n(419);t.IconWithBadge=e=>{var{count:t=0,max:n}=e,o=r(e,["count","max"]);return(0,a.jsxs)(u,{children:[(0,a.jsx)(c.Icon,Object.assign({},o)),t>0&&(0,a.jsx)(d,{count:t,max:n})]})};const u=(0,i.default)(l.Box)`
|
|
988
|
+
`}}},2394:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),o(n(419),t)},8414:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.BellFilledIcon=void 0;const o=n(1085);t.BellFilledIcon=e=>{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,o.jsxs)("svg",Object.assign({width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n,{children:[(0,o.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C11.2296 2 10.5845 2.58379 10.5078 3.35041C10.4952 3.47677 10.4057 3.58157 10.2846 3.61971C8.06554 4.31851 6.42238 6.33796 6.30033 8.77893L6.12382 12.3091C6.09936 12.7982 5.81331 13.2362 5.3753 13.4552L4.60739 13.8392C4.14761 14.0691 3.85718 14.539 3.85718 15.0531V16.25C3.85718 16.6248 4.16098 16.9286 4.53575 16.9286H19.4643C19.8391 16.9286 20.1429 16.6248 20.1429 16.25V15.0531C20.1429 14.539 19.8525 14.0691 19.3927 13.8392L18.6247 13.4552C18.1867 13.2362 17.9006 12.7982 17.8762 12.3091L17.6997 8.77893C17.5776 6.33796 15.9344 4.31851 13.7154 3.61972C13.5942 3.58157 13.5048 3.47678 13.4922 3.35041C13.4155 2.5838 12.7704 2 12 2Z",fill:t}),(0,o.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.28571 18.2857C9.28571 19.7848 10.5009 21 12 21C13.4991 21 14.7143 19.7848 14.7143 18.2857L9.28571 18.2857Z",fill:t})]}))}},1370:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.BellIcon=void 0;const o=n(1085);t.BellIcon=e=>{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,o.jsx)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n,{children:(0,o.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.47306 1.22943C6.5193 1.22943 5.87291 1.98399 5.65371 2.72697C5.65207 2.72932 5.64921 2.73303 5.64485 2.73756C5.6392 2.74342 5.63264 2.74896 5.62599 2.75355C5.61926 2.75819 5.61452 2.7604 5.613 2.76102L5.61265 2.76117C5.05088 2.99251 4.39193 3.36022 3.87697 4.03357C3.35815 4.71196 3.01949 5.65571 3.01945 6.97749L5.65371 2.72697L3.01945 6.97776C3.01866 8.30165 2.87871 9.0313 2.67091 9.53439C2.48879 9.97531 2.24889 10.2658 1.912 10.6738L1.91185 10.674C1.86263 10.7336 1.81135 10.7957 1.75787 10.8612C1.14923 11.606 1.72729 12.6419 2.65986 12.6419H5.09019C5.21191 12.98 5.40726 13.2906 5.66618 13.5495C6.12827 14.0116 6.75499 14.2712 7.40848 14.2712C8.06197 14.2712 8.6887 14.0116 9.15078 13.5495C9.40971 13.2906 9.60505 12.98 9.72678 12.6419H12.2894C13.2234 12.6419 13.792 11.6008 13.1884 10.8613L13.1883 10.8612C13.1348 10.7957 13.0835 10.7336 13.0342 10.674C12.6973 10.2659 12.4574 9.9754 12.2755 9.53451C12.0678 9.03147 11.9282 8.30182 11.9282 6.97776C11.9282 5.65688 11.5891 4.71299 11.0703 4.03433C10.5553 3.36075 9.89652 2.99234 9.33499 2.76115L9.33467 2.76102C9.33409 2.76079 9.32982 2.75888 9.32313 2.75424C9.31655 2.74967 9.30981 2.74394 9.30382 2.7377C9.29875 2.73241 9.29545 2.72803 9.29363 2.72531C9.07264 1.98378 8.42691 1.22943 7.47306 1.22943ZM8.68654 12.6419H6.13042C6.1876 12.7295 6.25403 12.8115 6.3291 12.8866C6.61537 13.1729 7.00363 13.3337 7.40848 13.3337C7.81333 13.3337 8.2016 13.1729 8.48787 12.8866C8.56293 12.8115 8.62937 12.7295 8.68654 12.6419ZM6.55145 2.99716C6.69571 2.50085 7.07121 2.16693 7.47306 2.16693C7.87492 2.16693 8.2505 2.50061 8.3966 2.99785L8.39695 2.99904C8.48499 3.29575 8.72843 3.52538 8.97809 3.62806C9.45625 3.82492 9.94894 4.11119 10.3255 4.60373C10.6982 5.09119 10.9907 5.82486 10.9907 6.97776C10.9907 8.35506 11.1337 9.2255 11.4089 9.89217C11.6483 10.4723 11.9823 10.8749 12.3167 11.278C12.3653 11.3366 12.4139 11.3951 12.4622 11.4542C12.5016 11.5025 12.5046 11.5552 12.4793 11.605C12.4553 11.6524 12.3996 11.7044 12.2894 11.7044H2.65986C2.54604 11.7044 2.48955 11.6509 2.46588 11.6045C2.44119 11.5562 2.44325 11.504 2.4838 11.4544L2.48383 11.4544C2.53215 11.3952 2.58075 11.3366 2.62934 11.2781L2.62946 11.2779C2.96389 10.8748 3.29785 10.4723 3.5374 9.89229C3.81273 9.22571 3.95615 8.35533 3.95695 6.97803V6.97776C3.95695 5.82341 4.24928 5.08999 4.62165 4.60309C4.99792 4.1111 5.49044 3.82537 5.96963 3.62805C6.21661 3.52645 6.46257 3.30002 6.55111 2.99833L6.55145 2.99716Z",fill:t,role:"img"})}))}},8531:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.BlockedIcon=void 0;const o=n(1085);t.BlockedIcon=e=>{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,o.jsx)("svg",Object.assign({width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n,{children:(0,o.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.99985 1.6665C5.3972 1.6665 1.66602 5.39769 1.66602 10.0003C1.66602 14.6029 5.3972 18.3342 9.99985 18.3342C14.6025 18.3342 18.3337 14.603 18.3337 10.0003C18.3337 5.39769 14.6025 1.6665 9.99985 1.6665ZM3.94666 10.0003C3.94666 6.65725 6.65677 3.94714 9.99985 3.94714C11.1976 3.94714 12.314 4.295 13.2537 4.89519L4.89471 13.2542C4.29451 12.3145 3.94666 11.198 3.94666 10.0003ZM6.40896 14.8739C7.41352 15.6153 8.65551 16.0535 9.99985 16.0535C13.3429 16.0535 16.053 13.3434 16.053 10.0003C16.053 8.656 15.6148 7.41401 14.8734 6.40945L6.40896 14.8739Z",role:"img",fill:t})}))}},1778:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.BookmarkFilled=void 0;const o=n(1085);t.BookmarkFilled=e=>{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,o.jsx)("svg",Object.assign({width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n,{children:(0,o.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.80005 1.17578C2.52391 1.17578 2.30005 1.39964 2.30005 1.67578V10.4758C2.30005 10.6669 2.40904 10.8414 2.58086 10.9252C2.75267 11.009 2.95723 10.9875 3.10787 10.8698L5.84614 8.73052C5.93658 8.65986 6.06352 8.65986 6.15396 8.73052L8.89223 10.8698C9.04287 10.9875 9.24742 11.009 9.41924 10.9252C9.59105 10.8414 9.70005 10.6669 9.70005 10.4758V1.67578C9.70005 1.39964 9.47619 1.17578 9.20005 1.17578H2.80005Z",fill:t})}))}},7476:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.BookmarkOutlined=void 0;const o=n(1085);t.BookmarkOutlined=e=>{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,o.jsx)("svg",Object.assign({width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n,{children:(0,o.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.29999 1.67578C2.29999 1.39964 2.52385 1.17578 2.79999 1.17578H9.19999C9.47613 1.17578 9.69999 1.39964 9.69999 1.67578V10.4758C9.69999 10.6669 9.59099 10.8414 9.41918 10.9252C9.24736 11.009 9.04281 10.9875 8.89217 10.8698L6.1539 8.73052C6.06346 8.65986 5.93652 8.65986 5.84608 8.73052L3.10781 10.8698C2.95717 10.9875 2.75261 11.009 2.5808 10.9252C2.40898 10.8414 2.29999 10.6669 2.29999 10.4758V1.67578ZM3.29999 2.17578V9.45066L5.23043 7.9425C5.68265 7.58921 6.31733 7.5892 6.76954 7.9425L8.69999 9.45066V2.17578H3.29999Z",fill:t})}))}},2786:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.BrokenLinkIcon=void 0;const o=n(1085);t.BrokenLinkIcon=e=>{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,o.jsxs)("svg",Object.assign({width:"32",height:"32",viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n,{children:[(0,o.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.3335 3.7002C6.05735 3.7002 5.8335 3.92405 5.8335 4.2002V27.8002C5.8335 28.0763 6.05735 28.3002 6.3335 28.3002H25.6668C25.943 28.3002 26.1668 28.0763 26.1668 27.8002V12.2335H18.1335C17.8574 12.2335 17.6335 12.0097 17.6335 11.7335V3.7002H6.3335ZM18.6335 4.4073L25.4597 11.2335H18.6335V4.4073ZM4.8335 4.2002C4.8335 3.37177 5.50507 2.7002 6.3335 2.7002H18.1335C18.2661 2.7002 18.3933 2.75287 18.487 2.84664L27.0204 11.38C27.1141 11.4737 27.1668 11.6009 27.1668 11.7335V27.8002C27.1668 28.6286 26.4953 29.3002 25.6668 29.3002H6.3335C5.50507 29.3002 4.8335 28.6286 4.8335 27.8002V4.2002Z",fill:t}),(0,o.jsx)("path",{d:"M14.248 21.9084V21.8409C14.2528 21.4006 14.2966 21.0502 14.3794 20.7898C14.4647 20.5294 14.5854 20.3187 14.7417 20.1577C14.8979 19.9967 15.0861 19.8499 15.3063 19.7173C15.4483 19.6274 15.5762 19.5268 15.6898 19.4155C15.8034 19.3042 15.8934 19.1764 15.9597 19.032C16.026 18.8875 16.0591 18.7277 16.0591 18.5526C16.0591 18.3419 16.0094 18.1596 15.91 18.0057C15.8105 17.8518 15.678 17.7334 15.5123 17.6506C15.3489 17.5653 15.1666 17.5227 14.9654 17.5227C14.7831 17.5227 14.6091 17.5606 14.4434 17.6364C14.2776 17.7121 14.1403 17.8305 14.0314 17.9915C13.9225 18.1501 13.8598 18.3549 13.8432 18.6058H12.7637C12.7802 18.1797 12.888 17.8198 13.0868 17.5263C13.2857 17.2304 13.5485 17.0066 13.8752 16.8551C14.2042 16.7036 14.5676 16.6278 14.9654 16.6278C15.401 16.6278 15.7821 16.7095 16.1088 16.8729C16.4355 17.0339 16.6889 17.2599 16.8688 17.5511C17.0511 17.84 17.1422 18.1773 17.1422 18.5632C17.1422 18.8284 17.1008 19.0675 17.0179 19.2805C16.9351 19.4912 16.8167 19.6795 16.6628 19.8452C16.5113 20.0109 16.329 20.1577 16.1159 20.2855C15.9147 20.411 15.7514 20.5412 15.6259 20.6761C15.5028 20.8111 15.4128 20.9709 15.356 21.1555C15.2992 21.3402 15.2684 21.5687 15.2637 21.8409V21.9084H14.248ZM14.7843 24.0675C14.5901 24.0675 14.4232 23.9988 14.2836 23.8615C14.1439 23.7218 14.074 23.5537 14.074 23.3572C14.074 23.1631 14.1439 22.9974 14.2836 22.8601C14.4232 22.7204 14.5901 22.6506 14.7843 22.6506C14.976 22.6506 15.1417 22.7204 15.2814 22.8601C15.4235 22.9974 15.4945 23.1631 15.4945 23.3572C15.4945 23.4875 15.4614 23.607 15.3951 23.7159C15.3311 23.8224 15.2459 23.9077 15.1394 23.9716C15.0328 24.0355 14.9145 24.0675 14.7843 24.0675Z",fill:t})]}))}},6934:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.ChevronDownIcon=void 0;const o=n(1085);t.ChevronDownIcon=e=>{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,o.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",children:(0,o.jsx)("path",Object.assign({fillRule:"evenodd",clipRule:"evenodd",d:"M5.05282 9.88707C5.33612 9.58489 5.81075 9.56958 6.11293 9.85287L12 15.372L17.887 9.85287C18.1892 9.56958 18.6638 9.58489 18.9471 9.88707C19.2304 10.1893 19.2151 10.6639 18.9129 10.9472L12.5129 16.9472C12.2244 17.2176 11.7755 17.2176 11.487 16.9472L5.08702 10.9472C4.78484 10.6639 4.76952 10.1893 5.05282 9.88707Z",fill:t},n))})}},3057:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.ChevronLeftIcon=void 0;const o=n(1085);t.ChevronLeftIcon=e=>{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,o.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",children:(0,o.jsx)("path",Object.assign({fillRule:"evenodd",clipRule:"evenodd",d:"M14.1127 5.05272C14.4149 5.33601 14.4302 5.81064 14.1469 6.11282L8.62784 11.9999L14.1469 17.8869C14.4302 18.1891 14.4149 18.6637 14.1127 18.947C13.8106 19.2303 13.3359 19.215 13.0526 18.9128L7.05264 12.5128C6.78218 12.2243 6.78218 11.7754 7.05264 11.4869L13.0526 5.08691C13.3359 4.78473 13.8106 4.76942 14.1127 5.05272Z",fill:t},n))})}},1164:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.ChevronRightIcon=void 0;const o=n(1085);t.ChevronRightIcon=e=>{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,o.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",children:(0,o.jsx)("path",Object.assign({fillRule:"evenodd",clipRule:"evenodd",d:"M9.88762 5.05256C10.1898 4.76926 10.6644 4.78457 10.9477 5.08676L16.9477 11.4868C17.2182 11.7753 17.2182 12.2242 16.9477 12.5127L10.9477 18.9127C10.6644 19.2149 10.1898 19.2302 9.88762 18.9469C9.58543 18.6636 9.57012 18.1889 9.85342 17.8868L15.3725 11.9997L9.85342 6.11267C9.57012 5.81049 9.58544 5.33586 9.88762 5.05256Z",fill:t},n))})}},1241:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.ChevronUpIcon=void 0;const o=n(1085);t.ChevronUpIcon=e=>{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,o.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",children:(0,o.jsx)("path",Object.assign({fillRule:"evenodd",clipRule:"evenodd",d:"M5.05285 14.1129C5.33615 14.4151 5.81078 14.4304 6.11296 14.1471L12 8.62802L17.887 14.1471C18.1892 14.4304 18.6639 14.4151 18.9472 14.1129C19.2305 13.8107 19.2151 13.3361 18.913 13.0528L12.513 7.05282C12.2245 6.78236 11.7755 6.78236 11.4871 7.05282L5.08705 13.0528C4.78487 13.3361 4.76956 13.8107 5.05285 14.1129Z",fill:t},n))})}},8929:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.CollectionIcon=void 0;const o=n(1085);t.CollectionIcon=e=>{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,o.jsxs)("svg",Object.assign({width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n,{children:[(0,o.jsx)("path",{d:"M7.77793 8.85878C7.77793 8.21485 8.29801 7.69284 8.93957 7.69284H16.8387C17.4803 7.69284 18.0004 8.21485 18.0004 8.85878V16.7872C18.0004 17.4311 17.4803 17.9531 16.8387 17.9531H8.93957C8.29801 17.9531 7.77793 17.4311 7.77793 16.7872V8.85878Z",fill:t}),(0,o.jsx)("path",{d:"M10.4912 1.99315C11.1109 1.82649 11.7481 2.19552 11.9142 2.81751L12.7573 5.97375H8.57356C7.16219 5.97381 6.01795 7.12221 6.01795 8.53882V13.8174L5.50701 13.955C4.88732 14.1216 4.25005 13.7526 4.084 13.1306L2.04024 5.47276C1.8742 4.85077 2.24186 4.21114 2.86156 4.04448L10.4912 1.99315Z",fill:t})]}))}},3813:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.ContentAppIcon=void 0;const o=n(1085);t.ContentAppIcon=e=>{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,o.jsx)("svg",Object.assign({width:"20",height:"20",viewBox:"0 0 14 14",fill:t,xmlns:"http://www.w3.org/2000/svg"},n,{children:(0,o.jsx)("path",{d:"M10.9395 0.332031C12.4452 0.332253 13.666 1.55381 13.666 3.05957V10.9375C13.666 12.4433 12.4452 13.6648 10.9395 13.665H3.06055C1.55465 13.665 0.333008 12.4434 0.333008 10.9375V3.05957C0.333008 1.55367 1.55465 0.332031 3.06055 0.332031H10.9395ZM4.09082 4.33203C3.48843 4.33214 3 4.82141 3 5.42383V8.5752C3 9.17762 3.48843 9.66591 4.09082 9.66602H9.91016C10.5125 9.66581 11.001 9.17756 11.001 8.5752V5.42383C11.001 4.82147 10.5125 4.33224 9.91016 4.33203H4.09082Z",fill:t})}))}},4947:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.EnterpriseGlobeIcon=void 0;const o=n(1085);t.EnterpriseGlobeIcon=e=>{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,o.jsx)("svg",Object.assign({width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n,{children:(0,o.jsx)("path",{d:"M21.6211 7.80002C20.3905 4.99598 17.9682 2.82878 14.9983 1.94153C15.9266 3.39315 16.5775 5.49525 16.9329 7.80002H21.6211ZM22.1656 14.625C22.383 13.7855 22.5 12.9067 22.5 12C22.5 11.0933 22.383 10.2145 22.1656 9.37502H17.1256C17.2069 10.2439 17.25 11.1254 17.25 12C17.25 12.8747 17.2069 13.7561 17.1256 14.625H22.1656ZM6.75002 12C6.75002 11.1254 6.79307 10.2439 6.87444 9.37502H1.83442C1.61707 10.2145 1.5 11.0933 1.5 12C1.5 12.9067 1.61707 13.7855 1.83442 14.625H6.87444C6.79307 13.7561 6.75002 12.8747 6.75002 12ZM15.675 12C15.675 11.0844 15.6252 10.2098 15.5427 9.37502H8.45731C8.37489 10.2098 8.32502 11.0844 8.32502 12C8.32502 12.9156 8.37489 13.7903 8.45731 14.625H15.5427C15.6252 13.7903 15.675 12.9156 15.675 12ZM15.34 7.80002C14.7111 4.0158 13.2983 1.5 12 1.5C10.7017 1.5 9.28892 4.0158 8.65997 7.80002H15.34ZM8.65997 16.2C9.28892 19.9842 10.7022 22.5 12 22.5C13.2978 22.5 14.7111 19.9842 15.34 16.2H8.65997ZM7.06712 7.80002C7.42254 5.49525 8.07354 3.39315 9.00174 1.94153C6.0318 2.82878 3.60945 4.99598 2.37885 7.80002H7.06712ZM16.9329 16.2C16.5775 18.5048 15.9266 20.6069 14.9983 22.0584C17.9682 21.1712 20.3905 19.0046 21.6211 16.2H16.9329ZM2.37885 16.2C3.60945 19.004 6.0318 21.1712 9.00174 22.0584C8.07354 20.6069 7.42254 18.5048 7.06712 16.2H2.37885Z",fill:t})}))}},6708:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.ExclamationCircledFilledIcon=void 0;const r=n(1085);t.ExclamationCircledFilledIcon=e=>(0,r.jsxs)("svg",Object.assign({width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e,{children:[(0,r.jsx)("path",{d:"M7.99988 15.3317C11.7729 15.3317 14.8316 12.2731 14.8316 8.50007C14.8316 4.72704 11.7729 1.6684 7.99988 1.6684C4.22686 1.6684 1.16821 4.72704 1.16821 8.50007C1.16821 12.2731 4.22686 15.3317 7.99988 15.3317Z",fill:"red"}),(0,r.jsx)("mask",{id:"path-2-inside-1_6_262033",fill:"white",children:(0,r.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.99993 4.37384C7.57525 4.37384 7.23564 4.72676 7.25196 5.15113L7.42296 9.59706C7.43489 9.90708 7.68968 10.1523 7.99993 10.1523C8.31019 10.1523 8.56498 9.90708 8.5769 9.59706L8.7479 5.15113C8.76422 4.72676 8.42461 4.37384 7.99993 4.37384ZM7.99993 12.6406C8.46022 12.6406 8.83335 12.2675 8.83335 11.8072C8.83335 11.3469 8.46022 10.9738 7.99993 10.9738C7.53964 10.9738 7.1665 11.3469 7.1665 11.8072C7.1665 12.2675 7.53964 12.6406 7.99993 12.6406Z"})}),(0,r.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.99993 4.37384C7.57525 4.37384 7.23564 4.72676 7.25196 5.15113L7.42296 9.59706C7.43489 9.90708 7.68968 10.1523 7.99993 10.1523C8.31019 10.1523 8.56498 9.90708 8.5769 9.59706L8.7479 5.15113C8.76422 4.72676 8.42461 4.37384 7.99993 4.37384ZM7.99993 12.6406C8.46022 12.6406 8.83335 12.2675 8.83335 11.8072C8.83335 11.3469 8.46022 10.9738 7.99993 10.9738C7.53964 10.9738 7.1665 11.3469 7.1665 11.8072C7.1665 12.2675 7.53964 12.6406 7.99993 12.6406Z",fill:"white"}),(0,r.jsx)("path",{d:"M7.25196 5.15113L5.64874 5.21279L5.64874 5.21279L7.25196 5.15113ZM7.42296 9.59706L9.02618 9.5354L9.02618 9.5354L7.42296 9.59706ZM8.5769 9.59706L10.1801 9.65872L8.5769 9.59706ZM8.7479 5.15113L10.3511 5.21279L10.3511 5.21279L8.7479 5.15113ZM8.85519 5.08947C8.87385 5.5747 8.48553 5.97825 7.99993 5.97825V2.76943C6.66498 2.76943 5.59744 3.87882 5.64874 5.21279L8.85519 5.08947ZM9.02618 9.5354L8.85519 5.08947L5.64874 5.21279L5.81974 9.65872L9.02618 9.5354ZM7.99993 8.54786C8.55177 8.54786 9.00498 8.98396 9.02618 9.5354L5.81974 9.65872C5.8648 10.8302 6.82758 11.7567 7.99993 11.7567V8.54786ZM6.97368 9.5354C6.99489 8.98396 7.44809 8.54786 7.99993 8.54786V11.7567C9.17228 11.7567 10.1351 10.8302 10.1801 9.65872L6.97368 9.5354ZM7.14468 5.08947L6.97368 9.5354L10.1801 9.65872L10.3511 5.21279L7.14468 5.08947ZM7.99993 5.97825C7.51434 5.97825 7.12602 5.5747 7.14468 5.08947L10.3511 5.21279C10.4024 3.87882 9.33489 2.76943 7.99993 2.76943V5.97825ZM7.22895 11.8072C7.22895 11.3814 7.57413 11.0362 7.99993 11.0362V14.245C9.34631 14.245 10.4378 13.1536 10.4378 11.8072H7.22895ZM7.99993 12.5782C7.57413 12.5782 7.22895 12.233 7.22895 11.8072H10.4378C10.4378 10.4608 9.34631 9.36937 7.99993 9.36937V12.5782ZM8.77091 11.8072C8.77091 12.233 8.42573 12.5782 7.99993 12.5782V9.36937C6.65355 9.36937 5.5621 10.4608 5.5621 11.8072H8.77091ZM7.99993 11.0362C8.42573 11.0362 8.77091 11.3814 8.77091 11.8072H5.5621C5.5621 13.1536 6.65355 14.245 7.99993 14.245V11.0362Z",fill:"white",mask:"url(#path-2-inside-1_6_262033)"})]}))},6462:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.FallbackGlobeIcon=void 0;const o=n(1085);t.FallbackGlobeIcon=e=>{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,o.jsx)("svg",Object.assign({width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n,{children:(0,o.jsx)("path",{d:"M14.4141 5.19998C13.5937 3.33062 11.9788 1.88582 9.99886 1.29432C10.6177 2.26207 11.0517 3.66347 11.2886 5.19998H14.4141ZM14.7771 9.74998C14.922 9.19033 15 8.60443 15 7.99998C15 7.39553 14.922 6.80963 14.7771 6.24998H11.4171C11.4713 6.82923 11.5 7.41688 11.5 7.99998C11.5 8.58308 11.4713 9.17073 11.4171 9.74998H14.7771ZM4.50001 7.99998C4.50001 7.41688 4.52871 6.82923 4.58296 6.24998H1.22295C1.07805 6.80963 1 7.39553 1 7.99998C1 8.60443 1.07805 9.19033 1.22295 9.74998H4.58296C4.52871 9.17073 4.50001 8.58308 4.50001 7.99998ZM10.45 7.99998C10.45 7.38958 10.4168 6.80648 10.3618 6.24998H5.63821C5.58326 6.80648 5.55001 7.38958 5.55001 7.99998C5.55001 8.61038 5.58326 9.19348 5.63821 9.74998H10.3618C10.4168 9.19348 10.45 8.61038 10.45 7.99998ZM10.2267 5.19998C9.80741 2.67717 8.86556 0.999969 8.00001 0.999969C7.13446 0.999969 6.19261 2.67717 5.77331 5.19998H10.2267ZM5.77331 10.8C6.19261 13.3228 7.13481 15 8.00001 15C8.86521 15 9.80741 13.3228 10.2267 10.8H5.77331ZM4.71141 5.19998C4.94836 3.66347 5.38236 2.26207 6.00116 1.29432C4.0212 1.88582 2.4063 3.33062 1.5859 5.19998H4.71141ZM11.2886 10.8C11.0517 12.3365 10.6177 13.7379 9.99886 14.7056C11.9788 14.1141 13.5937 12.6697 14.4141 10.8H11.2886ZM1.5859 10.8C2.4063 12.6693 4.0212 14.1141 6.00116 14.7056C5.38236 13.7379 4.94836 12.3365 4.71141 10.8H1.5859Z",fill:t,fillRule:"evenodd",clipRule:"evenodd"})}))}},4993:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.FilledCircleIcon=void 0;const o=n(1085);t.FilledCircleIcon=e=>{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,o.jsx)("svg",Object.assign({width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n,{children:(0,o.jsx)("g",{id:".Slot",children:(0,o.jsx)("circle",{id:"Ellipse 1",cx:"8",cy:"8",r:"8",fill:t})})}))}},6099:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.FilterIcon=void 0;const o=n(1085);t.FilterIcon=e=>{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,o.jsx)("svg",Object.assign({width:"12",height:"7",viewBox:"0 0 12 7",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n,{children:(0,o.jsx)("path",{d:"M4 6.5C4 6.36739 4.05268 6.24021 4.14645 6.14645C4.24021 6.05268 4.36739 6 4.5 6H7.5C7.63261 6 7.75979 6.05268 7.85355 6.14645C7.94732 6.24021 8 6.36739 8 6.5C8 6.63261 7.94732 6.75979 7.85355 6.85355C7.75979 6.94732 7.63261 7 7.5 7H4.5C4.36739 7 4.24021 6.94732 4.14645 6.85355C4.05268 6.75979 4 6.63261 4 6.5ZM2 3.5C2 3.36739 2.05268 3.24021 2.14645 3.14645C2.24021 3.05268 2.36739 3 2.5 3H9.5C9.63261 3 9.75979 3.05268 9.85355 3.14645C9.94732 3.24021 10 3.36739 10 3.5C10 3.63261 9.94732 3.75979 9.85355 3.85355C9.75979 3.94732 9.63261 4 9.5 4H2.5C2.36739 4 2.24021 3.94732 2.14645 3.85355C2.05268 3.75979 2 3.63261 2 3.5ZM0 0.5C0 0.367392 0.0526785 0.240215 0.146447 0.146447C0.240215 0.0526785 0.367392 0 0.5 0H11.5C11.6326 0 11.7598 0.0526785 11.8536 0.146447C11.9473 0.240215 12 0.367392 12 0.5C12 0.632608 11.9473 0.759785 11.8536 0.853553C11.7598 0.947321 11.6326 1 11.5 1H0.5C0.367392 1 0.240215 0.947321 0.146447 0.853553C0.0526785 0.759785 0 0.632608 0 0.5Z",fill:t})}))}},7112:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.FloppyDiskIcon=void 0;const o=n(1085);t.FloppyDiskIcon=e=>{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,o.jsx)("svg",Object.assign({width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n,{children:(0,o.jsx)("path",{d:"M1.875 2.1875C1.875 2.15298 1.90298 2.125 1.9375 2.125H8.23039C8.24697 2.125 8.26287 2.13158 8.27459 2.14331L9.98169 3.85041C9.99341 3.86213 10 3.87803 10 3.89461V10.1875C10 10.222 9.97202 10.25 9.9375 10.25H1.9375C1.90298 10.25 1.875 10.222 1.875 10.1875V2.1875ZM1.9375 1.25C1.41973 1.25 1 1.66973 1 2.1875V10.1875C1 10.7053 1.41973 11.125 1.9375 11.125H9.9375C10.4553 11.125 10.875 10.7053 10.875 10.1875V3.89461C10.875 3.64597 10.7762 3.40751 10.6004 3.23169L8.89331 1.52459C8.71749 1.34877 8.47903 1.25 8.23039 1.25H1.9375ZM2.84924 3.4081C2.84924 3.23754 2.98751 3.09927 3.15807 3.09927H7.4816C7.65215 3.09927 7.79042 3.23754 7.79042 3.4081V4.64339C7.79042 4.81395 7.65215 4.95221 7.4816 4.95221H3.15807C2.98751 4.95221 2.84924 4.81395 2.84924 4.64339V3.4081ZM4.5368 6.63977C4.82638 6.35019 5.21913 6.18751 5.62865 6.18751C6.03818 6.18751 6.43093 6.35019 6.72051 6.63977C7.01009 6.92935 7.17277 7.3221 7.17277 7.73163C7.17277 8.14115 7.01009 8.5339 6.72051 8.82348C6.43093 9.11306 6.03818 9.27574 5.62865 9.27574C5.21913 9.27574 4.82638 9.11306 4.5368 8.82348C4.24722 8.5339 4.08454 8.14115 4.08454 7.73163C4.08454 7.3221 4.24722 6.92935 4.5368 6.63977Z",fill:t,role:"img"})}))}},4256:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.FragmentsIcon=void 0;const o=n(1085);t.FragmentsIcon=e=>{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,o.jsx)("svg",Object.assign({width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n,{children:(0,o.jsx)("path",{d:"M8.80001 4.80002H4.80001C3.91761 4.80002 3.20001 5.51762 3.20001 6.40002V10.4C3.20001 11.2824 3.91761 12 4.80001 12H8.80001C9.68241 12 10.4 11.2824 10.4 10.4V6.40002C10.4 5.51762 9.68241 4.80002 8.80001 4.80002ZM20.3592 6.46882L17.5312 3.64002C16.908 3.01602 15.892 3.01602 15.2688 3.64002L12.4408 6.46882C11.8168 7.09282 11.8168 8.10722 12.4408 8.73122L15.2688 11.56C15.5808 11.872 15.9904 12.028 16.4 12.028C16.8096 12.028 17.2192 11.872 17.5312 11.56L20.3592 8.73122C20.9832 8.10722 20.9832 7.09282 20.3592 6.46882ZM8.80001 13.6H4.80001C3.91761 13.6 3.20001 14.3176 3.20001 15.2V19.2C3.20001 20.0824 3.91761 20.8 4.80001 20.8H8.80001C9.68241 20.8 10.4 20.0824 10.4 19.2V15.2C10.4 14.3176 9.68241 13.6 8.80001 13.6ZM17.6 13.6H13.6C12.7176 13.6 12 14.3176 12 15.2V19.2C12 20.0824 12.7176 20.8 13.6 20.8H17.6C18.4824 20.8 19.2 20.0824 19.2 19.2V15.2C19.2 14.3176 18.4824 13.6 17.6 13.6Z",fill:t})}))}},2438:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.LightBulbFilledIcon=void 0;const o=n(1085);t.LightBulbFilledIcon=e=>{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,o.jsxs)("svg",Object.assign({width:"10",height:"12",viewBox:"0 0 10 12",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n,{children:[(0,o.jsx)("path",{d:"M1.83 1.31008C2.24409 0.891667 2.73768 0.560307 3.28174 0.335504C3.82581 0.110701 4.40934 -0.00300333 4.998 0.00108291C6.18628 -0.00310785 7.32905 0.457733 8.182 1.28508C8.59881 1.68719 8.93046 2.16903 9.15723 2.70194C9.384 3.23485 9.50125 3.80793 9.502 4.38708C9.502 5.68008 8.917 6.83008 7.883 7.82508L7.577 9.00008H2.466L2.236 8.03708C1.154 6.90708 0.556 5.81908 0.5 4.58208V4.54408C0.54 3.24808 1.033 2.12108 1.831 1.31108L1.83 1.31008Z",fill:t}),(0,o.jsx)("path",{d:"M2.7041 10L2.9371 10.978L2.9451 11C3.0451 11.297 3.2371 11.544 3.4791 11.717C3.7301 11.897 4.0371 11.999 4.3611 11.999H4.3631L5.7461 11.995L5.7671 11.993C6.07587 11.9669 6.36913 11.8465 6.6071 11.648C6.8381 11.454 7.0131 11.188 7.0871 10.874L7.3161 10H2.7041V10Z",fill:t})]}))}},7120:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.LightBulbOutlinedIcon=void 0;const o=n(1085);t.LightBulbOutlinedIcon=e=>{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,o.jsx)("svg",Object.assign({width:"10",height:"12",viewBox:"0 0 10 12",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n,{children:(0,o.jsx)("path",{d:"M4.99766 0.00100149C3.76866 0.00100149 2.64766 0.482002 1.82966 1.311C1.03166 2.121 0.539657 3.248 0.499657 4.544L0.498657 4.563V4.583C0.555657 5.819 1.15366 6.907 2.23566 8.037L2.93766 10.978L2.94466 11C3.04466 11.297 3.23666 11.544 3.47866 11.717C3.72966 11.897 4.03666 11.999 4.36166 11.999L5.74566 11.995L5.76666 11.993C6.07542 11.9669 6.36869 11.8465 6.60666 11.648C6.83766 11.454 7.01266 11.188 7.08666 10.874L7.88266 7.824C8.91666 6.83 9.50066 5.68 9.50066 4.387C9.49991 3.80785 9.38266 3.23477 9.15589 2.70186C8.92912 2.16895 8.59746 1.68711 8.18066 1.285C7.32796 0.457894 6.18559 -0.00292788 4.99766 0.00100149ZM2.54266 2.013C2.86344 1.68871 3.24596 1.43198 3.66762 1.258C4.08928 1.08401 4.54153 0.996283 4.99766 1C5.92514 0.995784 6.81744 1.35471 7.48366 2C7.80471 2.30904 8.06023 2.67957 8.23496 3.08951C8.40969 3.49945 8.50005 3.94038 8.50066 4.386C8.50066 5.377 8.04766 6.312 7.09666 7.191L6.98866 7.291L6.54266 9H3.49366L3.14466 7.536L3.04766 7.436C1.99966 6.372 1.54766 5.48 1.49866 4.557C1.53666 3.509 1.93266 2.632 2.54266 2.014V2.013ZM3.73266 10H6.28266L6.11766 10.627L6.11466 10.64C6.09211 10.7342 6.03944 10.8185 5.96466 10.88C5.88873 10.9435 5.79595 10.9834 5.69766 10.995L4.36066 11C4.25321 11.0003 4.14833 10.9671 4.06066 10.905C3.9877 10.8536 3.93139 10.782 3.89866 10.699L3.73166 10H3.73266Z",fill:t})}))}},6607:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.LockedClosedFilledIcon=void 0;const o=n(1085);t.LockedClosedFilledIcon=e=>{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,o.jsx)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n,{children:(0,o.jsx)("path",{d:"M5.00003 4.63623C5.00003 3.76052 5.24222 3.10561 5.64327 2.67378C6.03938 2.24727 6.64585 1.97852 7.50143 1.97852C8.35748 1.97852 8.96309 2.24673 9.35827 2.6723C9.75841 3.10321 10 3.75729 10 4.63346V6.50021H11V4.63346C11 3.57917 10.7076 2.65578 10.0911 1.99183C9.46955 1.32254 8.57586 0.978516 7.50143 0.978516C6.42678 0.978516 5.53255 1.3235 4.91052 1.99328C4.29342 2.65775 4.00003 3.58169 4.00003 4.63623V6.50021H5.00003V4.63623ZM3 6.50021C2.72386 6.50021 2.5 6.72407 2.5 7.00021V13.0002C2.5 13.2764 2.72386 13.5002 3 13.5002H12C12.2761 13.5002 12.5 13.2764 12.5 13.0002V7.00021C12.5 6.72407 12.2761 6.50021 12 6.50021H3Z",fill:t,role:"img"})}))}},3737:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.MinimizeIcon=void 0;const o=n(1085);t.MinimizeIcon=e=>{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,o.jsx)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n,{children:(0,o.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.16602 12C2.16602 11.7239 2.38987 11.5 2.66602 11.5H13.3327C13.6088 11.5 13.8327 11.7239 13.8327 12C13.8327 12.2761 13.6088 12.5 13.3327 12.5H2.66602C2.38987 12.5 2.16602 12.2761 2.16602 12Z",fill:t,role:"img"})}))}},8840:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.OpenFinIcon=void 0;const o=n(1085);t.OpenFinIcon=e=>{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,o.jsx)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n,{children:(0,o.jsx)("path",{d:"M14.2685 5.73916C14.1785 5.64906 14.0817 5.56592 13.979 5.49047L13.9412 5.46429C13.9196 5.44919 13.8984 5.43358 13.8763 5.41898C13.8541 5.40438 13.8284 5.38878 13.8048 5.37418L13.7715 5.35354C13.7418 5.33592 13.7116 5.3193 13.6814 5.30319L13.6638 5.29363C13.3065 5.10618 12.9091 5.00807 12.5057 5.00768C11.8417 5.00715 11.2052 4.74291 10.7362 4.2731C10.2671 3.8033 10.004 3.16642 10.0046 2.50262C10.0065 1.49222 9.39933 0.580219 8.46634 0.191911C7.53335 -0.196397 6.45826 0.015466 5.74244 0.728701C5.02661 1.44194 4.81103 2.51607 5.19621 3.4502C5.5814 4.38433 6.4915 4.99447 7.5021 4.9961C8.16603 4.99664 8.80256 5.26088 9.27161 5.73068C9.74066 6.20049 10.0038 6.83736 10.0031 7.50117C10.0026 8.16497 9.7383 8.80137 9.2684 9.27032C8.7985 9.73928 8.1615 10.0024 7.49756 10.0017C6.83413 10.0022 6.19772 9.73894 5.72865 9.26987C5.25958 8.8008 4.99636 8.16447 4.99703 7.50117C4.99703 6.12155 3.87841 5.00315 2.49852 5.00315C1.11862 5.00315 0 6.12155 0 7.50117C0 8.88078 1.11862 9.99918 2.49852 9.99918C3.87841 9.99918 4.99703 11.1176 4.99703 12.4972C4.99703 13.8795 6.1178 15 7.50033 15C8.88287 15 10.0036 13.8795 10.0036 12.4972C10.0036 11.1176 11.1223 9.99918 12.5021 9.99918C12.9482 9.99948 13.3862 9.88022 13.7705 9.65383C13.8038 9.6342 13.8365 9.61356 13.8712 9.59241L13.8783 9.58788C13.9085 9.56775 13.9387 9.5466 13.9679 9.52546L13.981 9.5164C14.0072 9.49727 14.0314 9.47662 14.0591 9.45598L14.0812 9.43887C14.1054 9.41923 14.1286 9.39859 14.1522 9.37795L14.1779 9.3558C14.2081 9.32862 14.2378 9.30042 14.267 9.27123L14.2716 9.2672C14.3794 9.15887 14.4772 9.04091 14.5636 8.9148C14.5824 8.88761 14.6005 8.86009 14.618 8.83223C15.237 7.84584 15.092 6.56267 14.2685 5.73916Z",fill:t,role:"img"})}))}},4168:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.PageIcon=void 0;const o=n(1085);t.PageIcon=e=>{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,o.jsx)("svg",Object.assign({width:"14",height:"18",viewBox:"0 0 14 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n,{children:(0,o.jsx)("path",{d:"M11.9997 0.666992H1.99967C1.08051 0.666992 0.333008 1.41449 0.333008 2.33366V15.667C0.333008 16.5862 1.08051 17.3337 1.99967 17.3337H11.9997C12.9188 17.3337 13.6663 16.5862 13.6663 15.667V2.33366C13.6663 1.41449 12.9188 0.666992 11.9997 0.666992ZM7.41634 8.16699H3.24967C3.01967 8.16699 2.83301 7.98033 2.83301 7.75033V6.91699C2.83301 6.68699 3.01967 6.50033 3.24967 6.50033H7.41634C7.64634 6.50033 7.83301 6.68699 7.83301 6.91699V7.75033C7.83301 7.98033 7.64634 8.16699 7.41634 8.16699ZM10.7497 4.83366H3.24967C3.01967 4.83366 2.83301 4.64699 2.83301 4.41699V3.58366C2.83301 3.35366 3.01967 3.16699 3.24967 3.16699H10.7497C10.9797 3.16699 11.1663 3.35366 11.1663 3.58366V4.41699C11.1663 4.64699 10.9797 4.83366 10.7497 4.83366Z",fill:t})}))}},4279:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.RedDotIcon=void 0;const o=n(1085);t.RedDotIcon=e=>{var t=r(e,[]);return(0,o.jsx)("svg",Object.assign({width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t,{children:(0,o.jsx)("rect",{x:"0.5",y:"0.5",width:"7",height:"7",rx:"3.5",fill:"#C21313"})}))}},1835:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.StackIcon=void 0;const o=n(1085);t.StackIcon=e=>{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,o.jsx)("svg",Object.assign({width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n,{children:(0,o.jsx)("path",{d:"M14.2178 3.00092C14.1504 3.00514 14.0839 3.01844 14.02 3.04047L3.51986 6.4287C3.36864 6.47743 3.23681 6.57291 3.14335 6.70138C3.04989 6.82986 2.99964 6.98469 2.99983 7.14356V15.754C2.99843 15.8534 3.01679 15.9521 3.05385 16.0443C3.09091 16.1366 3.14593 16.2205 3.21571 16.2913C3.2855 16.3621 3.36865 16.4183 3.46035 16.4566C3.55204 16.495 3.65045 16.5147 3.74984 16.5147C3.84924 16.5147 3.94764 16.495 4.03934 16.4566C4.13103 16.4183 4.21419 16.3621 4.28397 16.2913C4.35375 16.2205 4.40878 16.1366 4.44584 16.0443C4.4829 15.9521 4.50126 15.8534 4.49985 15.754V7.68849L14.48 4.46725C14.649 4.41529 14.7942 4.30532 14.89 4.15674C14.9858 4.00815 15.026 3.8305 15.0036 3.65514C14.9812 3.47977 14.8975 3.31797 14.7674 3.19827C14.6373 3.07857 14.4691 3.00868 14.2925 3.00092C14.2676 2.99967 14.2427 2.99967 14.2178 3.00092ZM17.2178 5.25095C17.1504 5.25517 17.0839 5.26848 17.0201 5.2905L6.5199 8.67874C6.36869 8.72746 6.23685 8.82294 6.14339 8.95142C6.04993 9.07989 5.99968 9.23472 5.99988 9.39359V18.0041C5.99847 18.1035 6.01683 18.2021 6.05389 18.2944C6.09095 18.3866 6.14597 18.4705 6.21576 18.5413C6.28554 18.6121 6.3687 18.6683 6.46039 18.7066C6.55209 18.745 6.65049 18.7648 6.74989 18.7648C6.84928 18.7648 6.94769 18.745 7.03938 18.7066C7.13108 18.6683 7.21423 18.6121 7.28402 18.5413C7.3538 18.4705 7.40882 18.3866 7.44588 18.2944C7.48294 18.2021 7.5013 18.1035 7.4999 18.0041V9.93852L17.48 6.71728C17.649 6.66533 17.7942 6.55535 17.89 6.40677C17.9858 6.25818 18.0261 6.08054 18.0036 5.90517C17.9812 5.72981 17.8976 5.568 17.7675 5.4483C17.6374 5.32861 17.4691 5.25871 17.2925 5.25095C17.2676 5.24971 17.2427 5.24971 17.2178 5.25095ZM20.193 7.50538C20.1344 7.50982 20.0758 7.52197 20.0186 7.54053L9.51848 10.9288C9.20948 11.0293 8.99992 11.3181 8.99992 11.6436V20.2541C8.99992 20.4979 9.11829 20.7262 9.3178 20.8664C9.44605 20.9572 9.59693 21.0041 9.74993 21.0041C9.83468 21.0041 9.92014 20.9894 10.0019 20.9602L20.502 17.2101C20.8006 17.1044 21.0001 16.8213 21.0001 16.504V8.25392C21.0001 8.01467 20.8853 7.78922 20.691 7.64747C20.5459 7.54172 20.3688 7.49205 20.193 7.50538Z",fill:t})}))}},4737:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.StorefrontIcon=void 0;const o=n(1085);t.StorefrontIcon=e=>{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,o.jsx)("svg",Object.assign({width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n,{children:(0,o.jsx)("path",{d:"M5 3C4.448 3 4 3.448 4 4C4 4.552 4.448 5 5 5H19C19.552 5 20 4.552 20 4C20 3.448 19.552 3 19 3H5ZM4.61719 7C4.23819 7 3.89361 7.21373 3.72461 7.55273L2.10547 10.7891C2.03547 10.9281 2 11.0813 2 11.2363V12C2 12.552 2.448 13 3 13V19C3 20.105 3.895 21 5 21H19C20.105 21 21 20.105 21 19V13C21.552 13 22 12.552 22 12V11.2363C22 11.0813 21.9645 10.9281 21.8945 10.7891L20.2754 7.55273C20.1064 7.21373 19.7618 7 19.3828 7H4.61719ZM6 13H18C18.552 13 19 13.448 19 14V18C19 18.552 18.552 19 18 19H6C5.448 19 5 18.552 5 18V14C5 13.448 5.448 13 6 13Z",fill:t})}))}},5283:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.SupertabIcon=void 0;const o=n(1085);t.SupertabIcon=e=>{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,o.jsxs)("svg",Object.assign({width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n,{children:[(0,o.jsx)("path",{d:"M7.25684 14.6641H2.81152C1.99307 14.664 1.33014 14.0011 1.33008 13.1826V10.2197H7.25684V14.6641Z",fill:t}),(0,o.jsx)("path",{d:"M14.665 13.1826C14.665 14.0011 14.0012 14.6641 13.1826 14.6641H8.73828V7.25586H14.665V13.1826Z",fill:t}),(0,o.jsx)("path",{d:"M7.25684 8.73828H1.33008V2.81152C1.33033 1.99324 1.99319 1.33019 2.81152 1.33008H7.25684V8.73828Z",fill:t}),(0,o.jsx)("path",{d:"M13.1826 1.33105C14.0012 1.33105 14.665 1.99393 14.665 2.8125V5.77539H8.73828V1.33105H13.1826Z",fill:t})]}))}},4312:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.WorkspaceIcon=void 0;const o=n(1085);t.WorkspaceIcon=e=>{var{color:t="currentColor"}=e,n=r(e,["color"]);return(0,o.jsxs)("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",role:"img"},n,{children:[(0,o.jsx)("path",{d:"M6.73811 2.8125H3.53137C3.13442 2.8125 2.81262 3.1343 2.81262 3.53125V7.51204C2.81262 7.909 3.13442 8.23079 3.53137 8.23079H6.73811C7.13506 8.23079 7.45686 7.909 7.45686 7.51204V3.53125C7.45686 3.1343 7.13506 2.8125 6.73811 2.8125Z",fill:t}),(0,o.jsx)("path",{d:"M12.1565 6.26758H8.94971C8.75123 6.26758 8.59033 6.42848 8.59033 6.62696V11.3818C8.59033 11.5803 8.75123 11.7412 8.94971 11.7412H12.1565C12.3549 11.7412 12.5158 11.5803 12.5158 11.3818V6.62696C12.5158 6.42848 12.3549 6.26758 12.1565 6.26758Z",stroke:t,strokeWidth:"0.718753"}),(0,o.jsx)("path",{d:"M12.1564 2.8125H8.94971C8.55275 2.8125 8.23096 3.1343 8.23096 3.53125V4.41587C8.23096 4.81283 8.55275 5.13463 8.94971 5.13463H12.1564C12.5534 5.13463 12.8752 4.81283 12.8752 4.41587V3.53125C12.8752 3.1343 12.5534 2.8125 12.1564 2.8125Z",fill:t}),(0,o.jsx)("path",{d:"M6.73798 9.00488H3.53125C3.1343 9.00488 2.8125 9.32668 2.8125 9.72364V11.3823C2.8125 11.7793 3.1343 12.1011 3.53125 12.1011H6.73798C7.13494 12.1011 7.45674 11.7793 7.45674 11.3823V9.72364C7.45674 9.32668 7.13494 9.00488 6.73798 9.00488Z",fill:t})]}))}},1184:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),o(n(3813),t),o(n(8840),t),o(n(1370),t),o(n(4312),t),o(n(6607),t),o(n(3737),t),o(n(2438),t),o(n(7120),t),o(n(6099),t),o(n(2786),t),o(n(7112),t),o(n(1835),t),o(n(8414),t),o(n(4737),t),o(n(4256),t),o(n(1164),t),o(n(3057),t),o(n(1241),t),o(n(6934),t),o(n(6708),t),o(n(4993),t),o(n(4168),t),o(n(4279),t),o(n(1778),t),o(n(7476),t),o(n(6462),t),o(n(8531),t),o(n(4947),t),o(n(5283),t),o(n(8929),t)},8863:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.IconWithBadge=void 0;const a=n(1085),i=o(n(2770)),l=n(5347),c=n(3038),s=n(419);t.IconWithBadge=e=>{var{count:t=0,max:n}=e,o=r(e,["count","max"]);return(0,a.jsxs)(d,{children:[(0,a.jsx)(s.Icon,Object.assign({},o)),t>0&&(0,a.jsx)(u,{count:t,max:n})]})};const d=(0,i.default)(l.Box)`
|
|
975
989
|
position: relative;
|
|
976
|
-
`,
|
|
990
|
+
`,u=(0,i.default)(c.Badge)`
|
|
977
991
|
position: absolute;
|
|
978
992
|
transform: scale(70%);
|
|
979
993
|
right: -${({theme:e})=>e.px.base};
|
|
980
994
|
top: -${({theme:e})=>e.px.small};
|
|
981
|
-
`},5355:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),o(n(8863),t)},7439:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.Label=void 0;const o=n(1085),a=r(n(2770)),i=n(5347),l=n(3968),
|
|
995
|
+
`},5355:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),o(n(8863),t)},7439:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.Label=void 0;const o=n(1085),a=r(n(2770)),i=n(5347),l=n(3968),c=n(2394);t.Label=({icon:e,text:t,helperText:n,htmlFor:r,inline:a})=>(0,o.jsxs)(f,{inline:a,children:[(0,o.jsxs)("div",{style:{display:"flex"},children:["function"==typeof e?e():e?(0,o.jsx)(u,{icon:e}):null,(0,o.jsx)(d,{as:"label",htmlFor:r,weight:"bold",children:t})]}),n&&(0,o.jsx)(s,{children:n})]});const s=(0,a.default)(l.Text)`
|
|
982
996
|
size: ${({theme:e})=>e.fontSize.base};
|
|
983
997
|
color: ${({theme:e})=>e.palette.textHelp};
|
|
984
|
-
`,
|
|
998
|
+
`,d=(0,a.default)(l.Text)`
|
|
985
999
|
text-transform: capitalize;
|
|
986
1000
|
color: ${({theme:e})=>e.palette.textDefault};
|
|
987
|
-
`,
|
|
1001
|
+
`,u=(0,a.default)(c.Icon)`
|
|
988
1002
|
margin-right: ${({theme:e})=>e.px.xsmall};
|
|
989
1003
|
min-width: ${({theme:e})=>e.iconSize.small};
|
|
990
1004
|
min-height: ${({theme:e})=>e.iconSize.small};
|
|
991
1005
|
align-self: center;
|
|
992
|
-
`,
|
|
1006
|
+
`,f=(0,a.default)(i.Box)`
|
|
993
1007
|
display: flex;
|
|
994
1008
|
flex-direction: column;
|
|
995
1009
|
margin-bottom: ${({theme:e})=>e.px.small};
|
|
@@ -1005,7 +1019,7 @@ var e={6557:(e,t,n)=>{n.r(t),n.d(t,{default:()=>l});var r=n(6758),o=n.n(r),a=n(9
|
|
|
1005
1019
|
path {
|
|
1006
1020
|
stroke: var(--color-coreui-home-text-base);
|
|
1007
1021
|
}
|
|
1008
|
-
`},1714:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),a=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return o(t,e),t},i=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.OpenfinLoader=void 0;const l=n(1085),
|
|
1022
|
+
`},1714:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),a=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return o(t,e),t},i=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.OpenfinLoader=void 0;const l=n(1085),c=a(n(2770)),s=n(2394);t.OpenfinLoader=(0,c.default)(e=>{var t=i(e,[]);return(0,l.jsx)(s.Icon,Object.assign({},t,{children:(0,l.jsxs)("svg",{width:"100%",height:"100%",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,l.jsx)(d,{d:"\n M 17.1222 6.887\n C 17.0141 6.77887 16.898 6.67911 16.7748 6.58856\n L 16.7295 6.55715\n C 16.7035 6.53903 16.6781 6.5203 16.6515 6.50278\n C 16.625 6.48526 16.5941 6.46653 16.5657 6.44901\n L 16.5259 6.42424\n C 16.4902 6.4031 16.454 6.38316 16.4177 6.36383\n L 16.3966 6.35236\n C 15.9678 6.12742 15.491 6.00968 15.0068 6.00922\n C 14.2101 6.00858 13.4463 5.69149 12.8834 5.12772\n C 12.3205 4.56395 12.0048 3.79971 12.0056 3.00314\n C 12.0078 1.79066 11.2792 0.696263 10.1596 0.230293\n C 9.04002 -0.235676 7.74992 0.0185592 6.89093 0.874441\n C 6.03194 1.73032 5.77323 3.01928 6.23546 4.14024\n C 6.69768 5.26119 7.7898 5.99337 9.00251 5.99532\n C 9.79924 5.99596 10.5631 6.31305 11.1259 6.87682\n C 11.6888 7.44059 12.0046 8.20484 12.0038 9.0014\n C 12.0031 9.79797 11.686 10.5616 11.1221 11.1244\n C 10.5582 11.6871 9.7938 12.0028 8.99708 12.002\n C 8.20096 12.0027 7.43727 11.6867 6.87438 11.1238\n C 6.3115 10.561 5.99564 9.79736 5.99644 9.0014\n C 5.99644 7.34586 4.65409 6.00378 2.99822 6.00378\n C 1.34235 6.00378 0 7.34586 0 9.0014\n C 0 10.6569 1.34235 11.999 2.99822 11.999\n C 4.65409 11.999 5.99644 13.3411 5.99644 14.9966\n C 5.99644 16.6553 7.34136 18 9.0004 18\n C 10.6594 18 12.0044 16.6553 12.0044 14.9966\n C 12.0044 13.3411 13.3467 11.999 15.0026 11.999\n C 15.5379 11.9994 16.0635 11.8563 16.5247 11.5846\n C 16.5645 11.561 16.6038 11.5363 16.6455 11.5109\n L 16.654 11.5055\n C 16.6902 11.4813 16.7265 11.4559 16.7615 11.4305\n L 16.7772 11.4197\n C 16.8086 11.3967 16.8376 11.372 16.8709 11.3472\n L 16.8975 11.3266\n C 16.9265 11.3031 16.9543 11.2783 16.9827 11.2535\n L 17.0135 11.227\n C 17.0497 11.1943 17.0854 11.1605 17.1204 11.1255\n L 17.1259 11.1206\n C 17.2553 10.9906 17.3726 10.8491 17.4763 10.6978\n C 17.4989 10.6651 17.5206 10.6321 17.5416 10.5987\n C 18.2843 9.415 18.1104 7.8752 17.1222 6.887Z\n ",fill:"currentColor"}),(0,l.jsx)(u,{cx:"9",cy:"3",r:"2.9",fill:"currentColor",angle:0}),(0,l.jsx)(u,{cx:"15",cy:"9",r:"2.75",fill:"currentColor",angle:-90}),(0,l.jsx)(u,{cx:"9",cy:"15",r:"2.5",fill:"currentColor",angle:-180}),(0,l.jsx)(u,{cx:"3",cy:"9",r:"2.25",fill:"currentColor",angle:-270})]})}))})``;const d=c.default.path`
|
|
1009
1023
|
@keyframes logoAnimation {
|
|
1010
1024
|
0% {
|
|
1011
1025
|
opacity: 1;
|
|
@@ -1028,9 +1042,9 @@ var e={6557:(e,t,n)=>{n.r(t),n.d(t,{default:()=>l});var r=n(6758),o=n.n(r),a=n(9
|
|
|
1028
1042
|
}
|
|
1029
1043
|
|
|
1030
1044
|
animation: logoAnimation 2s ease-in-out infinite;
|
|
1031
|
-
`,
|
|
1045
|
+
`,u=c.default.circle`
|
|
1032
1046
|
transform-origin: center;
|
|
1033
|
-
animation: ${({angle:e})=>(e=>
|
|
1047
|
+
animation: ${({angle:e})=>(e=>c.keyframes`
|
|
1034
1048
|
0% {
|
|
1035
1049
|
transform: rotate(0deg);
|
|
1036
1050
|
opacity: 0;
|
|
@@ -1060,47 +1074,46 @@ var e={6557:(e,t,n)=>{n.r(t),n.d(t,{default:()=>l});var r=n(6758),o=n.n(r),a=n(9
|
|
|
1060
1074
|
opacity: 0;
|
|
1061
1075
|
}
|
|
1062
1076
|
`)(e)} 2s ease-in-out infinite;
|
|
1063
|
-
`},4924:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.ValidationError=void 0;const o=n(1085),a=r(n(2770)),i=n(2394),l=n(3968);t.ValidationError=({children:e})=>(0,o.jsxs)(
|
|
1077
|
+
`},4924:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.ValidationError=void 0;const o=n(1085),a=r(n(2770)),i=n(2394),l=n(3968);t.ValidationError=({children:e})=>(0,o.jsxs)(c,{children:[(0,o.jsx)(i.Icon,{icon:"ExclamationCircledFilledIcon"}),(0,o.jsx)(s,{children:e})]});const c=a.default.div`
|
|
1064
1078
|
display: flex;
|
|
1065
1079
|
gap: ${({theme:e})=>e.px.xsmall};
|
|
1066
1080
|
align-items: center;
|
|
1067
1081
|
text-align: center;
|
|
1068
1082
|
margin-top: ${({theme:e})=>e.px.small};
|
|
1069
|
-
`,
|
|
1083
|
+
`,s=(0,a.default)(l.Text)`
|
|
1070
1084
|
color: ${({theme:e})=>e.palette.textHelp};
|
|
1071
|
-
`},2074:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.StyledInputField=t.BaseInput=void 0;const a=n(1085),i=n(2015),l=o(n(2770)),
|
|
1085
|
+
`},2074:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.StyledInputField=t.BaseInput=void 0;const a=n(1085),i=n(2015),l=o(n(2770)),c=n(7439),s=n(4924),d=n(5347),u=n(3437),f=n(3968);t.BaseInput=(0,i.forwardRef)((e,n)=>{var{className:o,renderInput:i,message:l,label:d,status:u,name:f,icon:g,type:v="text",helperText:m,placeholder:x}=e,y=r(e,["className","renderInput","message","label","status","name","icon","type","helperText","placeholder"]);const C="checkbox"===v||"radio"===v;return(0,a.jsxs)(b,{flexDirection:"column",alignItems:"flex-start",children:[(0,a.jsxs)(p,{inline:C,children:[!!d&&(0,a.jsx)(c.Label,{inline:C,icon:g,text:d,helperText:m,htmlFor:f}),!!i&&i(Object.assign({name:f,status:u,type:v},y)),!i&&(0,a.jsx)(t.StyledInputField,Object.assign({className:o,name:f,placeholder:x,status:u,type:v},y,{ref:n}))]}),l&&("critical"===u?(0,a.jsx)(s.ValidationError,{children:l}):(0,a.jsx)(h,{status:u,children:l}))]})}),t.BaseInput.displayName="BaseInput";const p=(0,l.default)(d.Box)`
|
|
1072
1086
|
align-items: ${({inline:e})=>e?"center":"flex-start"};
|
|
1073
1087
|
flex-direction: ${({inline:e})=>e?"row-reverse":"column"};
|
|
1074
1088
|
justify-content: ${({inline:e})=>e?"flex-end":"flex-start"};
|
|
1075
1089
|
width: 100%;
|
|
1076
|
-
`,h=(0,l.default)(
|
|
1077
|
-
color: ${({theme:e,status:t})=>(0,
|
|
1078
|
-
`,b=(0,l.default)(
|
|
1090
|
+
`,h=(0,l.default)(f.Text)`
|
|
1091
|
+
color: ${({theme:e,status:t})=>(0,u.getStatusColor)(e,t,"textHelp")};
|
|
1092
|
+
`,b=(0,l.default)(d.Box)`
|
|
1079
1093
|
font-size: ${({theme:e})=>e.fontSize.base};
|
|
1080
1094
|
user-select: none;
|
|
1081
1095
|
`;t.StyledInputField=l.default.input`
|
|
1082
|
-
background:
|
|
1083
|
-
border: 1px solid
|
|
1084
|
-
border-color: ${({theme:e,status:t})=>(0,
|
|
1096
|
+
background: var(--color-role-background-4);
|
|
1097
|
+
border: 1px solid var(--color-role-background-6);
|
|
1098
|
+
border-color: ${({theme:e,status:t})=>(0,u.getStatusColor)(e,t,u.Palette.inputBorder)};
|
|
1085
1099
|
border-radius: ${({theme:e})=>e.radius.small};
|
|
1086
1100
|
box-shadow: ${({theme:e})=>e.shadow.base};
|
|
1087
|
-
color:
|
|
1101
|
+
color: var(--color-shared-form-value-filled);
|
|
1088
1102
|
font-size: ${({theme:e})=>e.fontSize.base};
|
|
1089
1103
|
padding: ${({theme:e})=>`${e.px.small} ${e.px.base}`};
|
|
1090
|
-
transition: border-color var(--openfin-ui-globalTransition);
|
|
1091
1104
|
width: 100%;
|
|
1092
1105
|
|
|
1093
1106
|
&:focus {
|
|
1094
1107
|
outline: 0;
|
|
1095
|
-
border-color: ${({theme:e,status:t})=>(0,
|
|
1108
|
+
border-color: ${({theme:e,status:t})=>(0,u.getStatusColor)(e,t,u.Palette.inputFocused)};
|
|
1096
1109
|
}
|
|
1097
1110
|
|
|
1098
1111
|
&:disabled {
|
|
1099
1112
|
cursor: not-allowed;
|
|
1100
1113
|
}
|
|
1101
1114
|
|
|
1102
|
-
&:disabled
|
|
1103
|
-
color:
|
|
1115
|
+
&:disabled, &::placeholder {
|
|
1116
|
+
color: var(--color-shared-form-placeholder-default);
|
|
1104
1117
|
}
|
|
1105
1118
|
|
|
1106
1119
|
/**
|
|
@@ -1111,37 +1124,37 @@ var e={6557:(e,t,n)=>{n.r(t),n.d(t,{default:()=>l});var r=n(6758),o=n.n(r),a=n(9
|
|
|
1111
1124
|
::-webkit-calendar-picker-indicator {
|
|
1112
1125
|
filter: invert(1);
|
|
1113
1126
|
}
|
|
1114
|
-
`},3417:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),o(n(2074),t)},466:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),a=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return o(t,e),t},i=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.Checkbox=void 0;const l=n(1085),
|
|
1127
|
+
`},3417:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),o(n(2074),t)},466:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),a=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return o(t,e),t},i=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.Checkbox=void 0;const l=n(1085),c=a(n(2015)),s=n(2394),d=n(3417);t.Checkbox=c.forwardRef((e,t)=>{var{status:n,variant:r="default"}=e,o=i(e,["status","variant"]);const a="primary"===r?"shared-checkbox--primary":"";return(0,l.jsx)(d.BaseInput,Object.assign({},o,{type:"checkbox",status:n,renderInput:e=>{var{status:n}=e,r=i(e,["status"]);return(0,l.jsxs)("div",{className:`shared-checkbox__container ${a}`.trim(),children:[(0,l.jsx)("input",Object.assign({ref:t,id:r.name,type:"checkbox",className:"shared-checkbox"},r)),(0,l.jsx)("div",{className:"shared-checkbox__fauxbox",children:(0,l.jsx)(s.Icon,{icon:"CheckIcon",size:"small",className:"shared-checkbox__icon"})})]})}}))}),t.Checkbox.displayName="Checkbox"},3543:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),o(n(466),t)},4081:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),a=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return o(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.CheckboxGroup=void 0;const i=n(1085),l=a(n(2015)),c=a(n(2770)),s=n(4924),d=n(5347),u=n(3968),f=n(3543);t.CheckboxGroup=({disabled:e,gap:t="small",helperText:n,label:r,message:o,children:a,validationErrorMessage:c,values:d,onChange:u})=>{const[x,y]=l.useState(null!=d?d:[]),C=e=>{const t=e.target.value,n=x.includes(t)?x.filter(e=>e!==t):[...x,t];y(n),u&&u(n)};return(0,i.jsxs)(g,{children:[r&&(0,i.jsxs)(p,{children:[(0,i.jsx)(h,{weight:"bold",children:r}),n&&(0,i.jsx)(b,{children:n})]}),(0,i.jsx)(v,{gap:t,children:l.Children.map(a,t=>{const n=t;return n.type===f.Checkbox?l.cloneElement(n,{disabled:e,onChange:C,checked:x.includes(n.props.value)}):n})}),!x.length&&c&&(0,i.jsx)(s.ValidationError,{children:c}),o?(0,i.jsx)(m,{disabled:e,children:o}):null]})};const p=(0,c.default)(d.Box)`
|
|
1115
1128
|
display: flex;
|
|
1116
1129
|
flex-direction: column;
|
|
1117
1130
|
margin-bottom: ${({theme:e})=>e.px.small};
|
|
1118
|
-
`,h=(0,
|
|
1131
|
+
`,h=(0,c.default)(u.Text)`
|
|
1119
1132
|
text-transform: capitalize;
|
|
1120
|
-
`,b=(0,
|
|
1133
|
+
`,b=(0,c.default)(u.Text)`
|
|
1121
1134
|
size: ${({theme:e})=>e.fontSize.base};
|
|
1122
1135
|
color: ${({theme:e})=>e.palette.textHelp};
|
|
1123
|
-
`,g=(0,
|
|
1136
|
+
`,g=(0,c.default)(d.Box)`
|
|
1124
1137
|
display: flex;
|
|
1125
1138
|
flex-direction: column;
|
|
1126
1139
|
width: max-content;
|
|
1127
|
-
`,
|
|
1140
|
+
`,v=(0,c.default)(d.Box)`
|
|
1128
1141
|
display: flex;
|
|
1129
1142
|
flex-direction: column;
|
|
1130
1143
|
align-items: start;
|
|
1131
1144
|
width: fit-content;
|
|
1132
|
-
`,
|
|
1145
|
+
`,m=(0,c.default)(u.Text)`
|
|
1133
1146
|
color: ${({theme:e})=>e.palette.inputPlaceholder};
|
|
1134
1147
|
margin-top: ${({theme:e})=>e.px.base};
|
|
1135
1148
|
|
|
1136
|
-
${({disabled:e})=>e&&
|
|
1137
|
-
|
|
1149
|
+
${({disabled:e})=>e&&c.css`
|
|
1150
|
+
opacity: 0.5;
|
|
1138
1151
|
`}
|
|
1139
|
-
`},6834:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),o(n(4081),t)},2122:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.DateInput=void 0;const a=n(1085),i=n(2015),l=o(n(2770)),
|
|
1152
|
+
`},6834:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),o(n(4081),t)},2122:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.DateInput=void 0;const a=n(1085),i=n(2015),l=o(n(2770)),c=n(2394),s=n(5347),d=n(3417);t.DateInput=(0,i.forwardRef)((e,t)=>{var{value:n="",type:o="date",expanded:l=!1,onChange:c,status:s}=e,f=r(e,["value","type","expanded","onChange","status"]);const[p,h]=(0,i.useState)(n);return(0,i.useEffect)(()=>h(n),[]),(0,a.jsx)(d.BaseInput,Object.assign({type:o,status:s},f,{renderInput:e=>{var{status:n,type:i}=e,d=r(e,["status","type"]);return(0,a.jsx)(u,Object.assign({ref:t,type:o,status:s,onChange:e=>{const{value:t}=e.target;t&&h(t),null==c||c(e)},value:p,expanded:l},d))}}))}),t.DateInput.displayName="DateInput";const u=(0,i.forwardRef)((e,t)=>{var{type:n,expanded:o,onExpand:i}=e,l=r(e,["type","expanded","onExpand"]);return(0,a.jsxs)(f,{children:[(0,a.jsx)(h,{children:(0,a.jsx)(c.Icon,{icon:"time"===n?"ClockIcon":"CalendarIcon"})}),(0,a.jsx)(g,Object.assign({ref:t,type:n,onKeyDown:e=>{" "===e.key&&e.preventDefault()}},l)),(0,a.jsx)(b,{flexDirection:"column",disabled:l.disabled,onClick:i,children:(0,a.jsx)(c.Icon,{icon:o?"ChevronUpIcon":"ChevronDownIcon"})})]})});u.displayName="StyledDateInput";const f=l.default.div`
|
|
1140
1153
|
position: relative;
|
|
1141
1154
|
overflow: hidden;
|
|
1142
1155
|
border-radius: ${({theme:e})=>e.radius.small};
|
|
1143
1156
|
width: 100%;
|
|
1144
|
-
`,
|
|
1157
|
+
`,p=(0,l.default)(s.Box)`
|
|
1145
1158
|
flex-direction: column;
|
|
1146
1159
|
justify-content: center;
|
|
1147
1160
|
align-items: center;
|
|
@@ -1149,15 +1162,15 @@ var e={6557:(e,t,n)=>{n.r(t),n.d(t,{default:()=>l});var r=n(6758),o=n.n(r),a=n(9
|
|
|
1149
1162
|
top: 1px;
|
|
1150
1163
|
overflow: hidden;
|
|
1151
1164
|
height: calc(100% - 2px);
|
|
1152
|
-
`,h=(0,l.default)(
|
|
1165
|
+
`,h=(0,l.default)(p)`
|
|
1153
1166
|
left: ${({theme:e})=>e.px.small};
|
|
1154
1167
|
pointer-events: none;
|
|
1155
|
-
`,b=(0,l.default)(
|
|
1168
|
+
`,b=(0,l.default)(p)`
|
|
1156
1169
|
right: ${({theme:e})=>e.px.small};
|
|
1157
1170
|
pointer-events: ${({disabled:e})=>e?"none":void 0};
|
|
1158
1171
|
border-left: 1px solid ${({theme:e})=>e.palette.background6};
|
|
1159
1172
|
padding-left: ${({theme:e})=>e.px.small};
|
|
1160
|
-
`,g=(0,l.default)(
|
|
1173
|
+
`,g=(0,l.default)(d.StyledInputField)`
|
|
1161
1174
|
appearance: textfield;
|
|
1162
1175
|
padding-right: ${({theme:e})=>e.px.xxxlarge};
|
|
1163
1176
|
padding-left: ${({theme:e})=>e.px.xxxlarge};
|
|
@@ -1166,12 +1179,12 @@ var e={6557:(e,t,n)=>{n.r(t),n.d(t,{default:()=>l});var r=n(6758),o=n.n(r),a=n(9
|
|
|
1166
1179
|
display: none;
|
|
1167
1180
|
appearance: none;
|
|
1168
1181
|
}
|
|
1169
|
-
`},1490:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),o(n(2122),t)},4629:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),o(n(5306),t)},5306:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.NumberInput=t.Direction=void 0;const a=n(1085),i=n(2015),l=o(n(2770)),
|
|
1182
|
+
`},1490:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),o(n(2122),t)},4629:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),o(n(5306),t)},5306:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.NumberInput=t.Direction=void 0;const a=n(1085),i=n(2015),l=o(n(2770)),c=n(2394),s=n(5347),d=n(3417);var u;!function(e){e[e.Up=1]="Up",e[e.Down=-1]="Down"}(u||(t.Direction=u={})),t.NumberInput=(0,i.forwardRef)((e,t)=>{var{min:n,max:o,step:i=1,onTakeStep:l,value:c}=e,s=r(e,["min","max","step","onTakeStep","value"]);return(0,a.jsx)(d.BaseInput,Object.assign({type:"number"},s,{renderInput:e=>{var{status:d}=e,p=r(e,["status"]);return(0,a.jsx)(f,Object.assign({prependIcon:s.prependIcon,prependString:s.prependString,ref:t,status:s.status,onIncrement:()=>l&&l(u.Up,i),onDecrement:()=>l&&l(u.Down,i),min:n,max:o,step:i},p,{placeholder:s.placeholder,value:c,"aria-valuenow":c,"aria-valuemin":n,"aria-valuemax":o}))}}))}),t.NumberInput.displayName="NumberInput";const f=(0,i.forwardRef)((e,t)=>{var{onIncrement:n,onDecrement:o,prependIcon:l,prependString:s}=e,d=r(e,["onIncrement","onDecrement","prependIcon","prependString"]);const u=(e,t)=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),t?n():o())},f=(0,i.useRef)(null),[m,x]=(0,i.useState)(0);return(0,i.useEffect)(()=>{f.current?x(f.current.offsetWidth):x(0)},[f.current,l,s]),(0,a.jsxs)(p,{children:[(!!l||!!s)&&(0,a.jsxs)(h,{hasIcon:!!l,ref:f,alignItems:"center",justifyContent:"center",children:[l&&(0,a.jsx)(c.Icon,{icon:l,size:"base"}),s&&!l&&s]}),(0,a.jsx)(v,Object.assign({prependContainerWidth:m,ref:t},d)),(0,a.jsxs)(b,{flexDirection:"column",disabled:d.disabled,children:[(0,a.jsx)(g,{onClick:n,onKeyDown:e=>u(e,!0),disabled:d.disabled,"aria-label":"Increment value",tabIndex:0,children:(0,a.jsx)(c.Icon,{icon:"TriangleUpIcon"})}),(0,a.jsx)(g,{onKeyDown:e=>u(e),onClick:o,"aria-label":"Decrement value",disabled:d.disabled,tabIndex:0,children:(0,a.jsx)(c.Icon,{icon:"TriangleDownIcon"})})]})]})});f.displayName="StyledNumberInput";const p=l.default.div`
|
|
1170
1183
|
position: relative;
|
|
1171
1184
|
overflow: hidden;
|
|
1172
1185
|
border-radius: ${({theme:e})=>e.radius.small};
|
|
1173
1186
|
width: 100%;
|
|
1174
|
-
`,h=(0,l.default)(
|
|
1187
|
+
`,h=(0,l.default)(s.Box)`
|
|
1175
1188
|
background-color: ${({theme:e})=>e.palette.background6};
|
|
1176
1189
|
position: absolute;
|
|
1177
1190
|
left: 1px;
|
|
@@ -1180,7 +1193,7 @@ var e={6557:(e,t,n)=>{n.r(t),n.d(t,{default:()=>l});var r=n(6758),o=n.n(r),a=n(9
|
|
|
1180
1193
|
padding: 0 ${({theme:e})=>e.px.small};
|
|
1181
1194
|
height: calc(100% - 2px);
|
|
1182
1195
|
border-radius: ${({theme:e})=>`${e.radius.small} 0 0 ${e.radius.small}`};
|
|
1183
|
-
`,b=(0,l.default)(
|
|
1196
|
+
`,b=(0,l.default)(s.Box)`
|
|
1184
1197
|
align-items: center;
|
|
1185
1198
|
position: absolute;
|
|
1186
1199
|
right: 1px;
|
|
@@ -1191,7 +1204,7 @@ var e={6557:(e,t,n)=>{n.r(t),n.d(t,{default:()=>l});var r=n(6758),o=n.n(r),a=n(9
|
|
|
1191
1204
|
overflow: hidden;
|
|
1192
1205
|
|
|
1193
1206
|
pointer-events: ${({disabled:e})=>e?"none":void 0};
|
|
1194
|
-
`,g=(0,l.default)(
|
|
1207
|
+
`,g=(0,l.default)(s.Box)`
|
|
1195
1208
|
cursor: pointer;
|
|
1196
1209
|
background: ${({theme:e})=>e.palette.background6};
|
|
1197
1210
|
padding: 0 ${({theme:e})=>e.px.xsmall};
|
|
@@ -1209,7 +1222,7 @@ var e={6557:(e,t,n)=>{n.r(t),n.d(t,{default:()=>l});var r=n(6758),o=n.n(r),a=n(9
|
|
|
1209
1222
|
&:active {
|
|
1210
1223
|
background: ${({theme:e})=>e.palette.inputColor};
|
|
1211
1224
|
}
|
|
1212
|
-
`,
|
|
1225
|
+
`,v=(0,l.default)(d.StyledInputField)`
|
|
1213
1226
|
appearance: textfield;
|
|
1214
1227
|
padding-left: ${({prependContainerWidth:e})=>`${e+10}px`};
|
|
1215
1228
|
|
|
@@ -1218,61 +1231,82 @@ var e={6557:(e,t,n)=>{n.r(t),n.d(t,{default:()=>l});var r=n(6758),o=n.n(r),a=n(9
|
|
|
1218
1231
|
appearance: none;
|
|
1219
1232
|
margin: 0;
|
|
1220
1233
|
}
|
|
1221
|
-
`},812:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),o(n(3060),t)},3060:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),a=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return o(t,e),t},i=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.RadioGroup=void 0;const l=n(1085),
|
|
1234
|
+
`},812:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),o(n(3060),t)},3060:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),a=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return o(t,e),t},i=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.RadioGroup=void 0;const l=n(1085),c=a(n(2015)),s=a(n(2770)),d=n(4924),u=n(5347),f=n(3968),p=n(4954);t.RadioGroup=e=>{var t,n,r,{direction:o="column",label:a,disabled:s,labelSide:u="right",gap:f="small",message:y,helperText:C,name:_,children:O,validationErrorMessage:w,onChange:j,value:k}=e,S=i(e,["direction","label","disabled","labelSide","gap","message","helperText","name","children","validationErrorMessage","onChange","value"]);const[P,M]=c.useState(k),I=e=>{M(e.target.value),j&&j(e)};return c.useEffect(()=>{M(k)},[k]),(0,l.jsxs)(b,{children:[(0,l.jsxs)(h,{children:[(0,l.jsx)(x,{weight:"bold",id:`${_}-label`,children:a}),C&&(0,l.jsx)(g,{id:`${_}-desc`,children:C})]}),(0,l.jsx)(v,{direction:o,labelSide:u,gap:f,role:"radiogroup","aria-label":null!==(t=S["aria-label"])&&void 0!==t?t:a,"aria-labelledby":(null!==(n=S["aria-labelledby"])&&void 0!==n?n:!S["aria-label"])?`${_}-label`:void 0,"aria-describedby":null!==(r=S["aria-describedby"])&&void 0!==r?r:`${_}-desc`,children:c.Children.map(O,e=>{const t=e;return t.type===p.RadioInput?c.cloneElement(t,{name:_,labelSide:u,disabled:s,onChange:I,checked:t.props.value===P}):t})}),!P&&w&&(0,l.jsx)(d.ValidationError,{children:w}),y?(0,l.jsx)(m,{disabled:s,children:y}):null]})};const h=(0,s.default)(u.Box)`
|
|
1222
1235
|
display: flex;
|
|
1223
1236
|
flex-direction: column;
|
|
1224
1237
|
margin-bottom: ${({theme:e})=>e.px.small};
|
|
1225
|
-
`,b=(0,
|
|
1238
|
+
`,b=(0,s.default)(u.Box)`
|
|
1226
1239
|
display: flex;
|
|
1227
1240
|
flex-direction: column;
|
|
1228
|
-
`,g=(0,
|
|
1241
|
+
`,g=(0,s.default)(f.Text)`
|
|
1229
1242
|
size: ${({theme:e})=>e.fontSize.base};
|
|
1230
1243
|
color: ${({theme:e})=>e.palette.textHelp};
|
|
1231
|
-
`,
|
|
1244
|
+
`,v=(0,s.default)(u.Box)`
|
|
1232
1245
|
display: flex;
|
|
1233
1246
|
flex-direction: ${e=>e.direction};
|
|
1234
1247
|
align-items: ${e=>{switch(e.labelSide){case"left":return"end";case"right":return"start";default:return"center"}}};
|
|
1235
1248
|
width: fit-content;
|
|
1236
|
-
`,
|
|
1249
|
+
`,m=(0,s.default)(f.Text)`
|
|
1237
1250
|
color: ${({theme:e})=>e.palette.inputPlaceholder};
|
|
1238
1251
|
margin-top: ${({theme:e})=>e.px.base};
|
|
1239
1252
|
|
|
1240
|
-
${({disabled:e})=>e&&
|
|
1241
|
-
|
|
1253
|
+
${({disabled:e})=>e&&s.css`
|
|
1254
|
+
opacity: 0.5;
|
|
1242
1255
|
`}
|
|
1243
|
-
`,x=(0,
|
|
1256
|
+
`,x=(0,s.default)(f.Text)`
|
|
1244
1257
|
text-transform: capitalize;
|
|
1245
|
-
`},1607:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),o(n(4954),t)},4954:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),a=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return o(t,e),t},i=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.RadioInput=void 0;const l=n(1085),
|
|
1258
|
+
`},1607:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),o(n(4954),t)},4954:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),a=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return o(t,e),t},i=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.RadioInput=void 0;const l=n(1085),c=a(n(2015)),s=a(n(2770)),d=n(2394),u=n(5347),f=n(3968);t.RadioInput=c.forwardRef((e,t)=>{var n,r,{disabled:o,id:a,label:c,labelSide:s,icon:u}=e,f=i(e,["disabled","id","label","labelSide","icon"]);return(0,l.jsx)(p,{children:(0,l.jsxs)(g,{as:"label",htmlFor:a,labelSide:s,disabled:o,children:[(0,l.jsx)(b,Object.assign({ref:t,type:"radio",disabled:o,"aria-label":null!==(r=null!==(n=f["aria-label"])&&void 0!==n?n:c)&&void 0!==r?r:`${f.value}`},f)),(0,l.jsx)(h,{}),!!u&&(0,l.jsx)(d.Icon,{icon:u}),c||""]})})}),t.RadioInput.displayName="RadioInput";const p=(0,s.default)(u.Box)`
|
|
1246
1259
|
display: flex;
|
|
1247
1260
|
flex-direction: column;
|
|
1248
|
-
`,h=
|
|
1261
|
+
`,h=s.default.div`
|
|
1249
1262
|
width: ${({theme:e})=>e.px.base};
|
|
1250
1263
|
height: ${({theme:e})=>e.px.base};
|
|
1251
1264
|
border-radius: 50%;
|
|
1252
1265
|
border-style: solid;
|
|
1253
1266
|
border-width: 1px;
|
|
1254
|
-
border-color:
|
|
1267
|
+
border-color: var(--color-shared-form-border-default);
|
|
1268
|
+
background-color: var(--color-shared-form-background-default);
|
|
1255
1269
|
box-sizing: content-box;
|
|
1256
1270
|
flex-shrink: 0;
|
|
1271
|
+
position: relative;
|
|
1272
|
+
|
|
1273
|
+
input:checked ~ & {
|
|
1274
|
+
border-color: transparent;
|
|
1275
|
+
}
|
|
1276
|
+
|
|
1277
|
+
input:checked ~ &:before {
|
|
1278
|
+
content: '';
|
|
1279
|
+
display: block;
|
|
1280
|
+
margin: 0px;
|
|
1281
|
+
width: 12px;
|
|
1282
|
+
height: 12px;
|
|
1283
|
+
border-radius: 50%;
|
|
1284
|
+
background-color: var(--color-shared-form-background-selected);
|
|
1285
|
+
z-index: 0;
|
|
1286
|
+
}
|
|
1257
1287
|
|
|
1258
1288
|
input:checked ~ &:after {
|
|
1259
1289
|
content: '';
|
|
1260
1290
|
display: block;
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1291
|
+
position: absolute;
|
|
1292
|
+
margin: 4px 0px 0px 4px;
|
|
1293
|
+
width: 4px;
|
|
1294
|
+
height: 4px;
|
|
1264
1295
|
border-radius: 50%;
|
|
1265
|
-
background-color:
|
|
1296
|
+
background-color: var(--color-shared-form-icon-selected);
|
|
1297
|
+
z-index: 1;
|
|
1298
|
+
top: 0;
|
|
1299
|
+
left: 0;
|
|
1266
1300
|
}
|
|
1267
1301
|
|
|
1268
1302
|
input:disabled ~ & {
|
|
1269
|
-
|
|
1303
|
+
opacity: 0.5;
|
|
1270
1304
|
}
|
|
1271
1305
|
|
|
1272
1306
|
input:disabled ~ &:after {
|
|
1273
|
-
|
|
1307
|
+
opacity: 0.5;
|
|
1274
1308
|
}
|
|
1275
|
-
`,b=
|
|
1309
|
+
`,b=s.default.input`
|
|
1276
1310
|
opacity: 0;
|
|
1277
1311
|
position: absolute;
|
|
1278
1312
|
cursor: pointer;
|
|
@@ -1280,7 +1314,7 @@ var e={6557:(e,t,n)=>{n.r(t),n.d(t,{default:()=>l});var r=n(6758),o=n.n(r),a=n(9
|
|
|
1280
1314
|
&:disabled {
|
|
1281
1315
|
cursor: default;
|
|
1282
1316
|
}
|
|
1283
|
-
`,g=(0,
|
|
1317
|
+
`,g=(0,s.default)(f.Text)`
|
|
1284
1318
|
width: fit-content;
|
|
1285
1319
|
display: flex;
|
|
1286
1320
|
align-items: center;
|
|
@@ -1288,30 +1322,30 @@ var e={6557:(e,t,n)=>{n.r(t),n.d(t,{default:()=>l});var r=n(6758),o=n.n(r),a=n(9
|
|
|
1288
1322
|
gap: ${({theme:e})=>e.px.small};
|
|
1289
1323
|
cursor: pointer;
|
|
1290
1324
|
|
|
1291
|
-
${({disabled:e})=>e?
|
|
1325
|
+
${({disabled:e})=>e?s.css`
|
|
1292
1326
|
& {
|
|
1293
1327
|
cursor: default;
|
|
1294
1328
|
}
|
|
1295
1329
|
|
|
1296
|
-
|
|
1330
|
+
opacity: 0.5;
|
|
1297
1331
|
`:null}
|
|
1298
|
-
`},4124:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),o(n(5108),t)},5108:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.RawInput=void 0;const o=r(n(2770));t.RawInput=o.default.input``,t.RawInput.displayName="RawInput"},2908:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),o(n(4640),t)},4640:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.TextArea=void 0;const o=n(1085),a=n(2015),i=r(n(2770)),l=n(7439),
|
|
1332
|
+
`},4124:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),o(n(5108),t)},5108:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.RawInput=void 0;const o=r(n(2770));t.RawInput=o.default.input``,t.RawInput.displayName="RawInput"},2908:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),o(n(4640),t)},4640:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.TextArea=void 0;const o=n(1085),a=n(2015),i=r(n(2770)),l=n(7439),c=n(5347),s=n(3437),d=n(3437);t.TextArea=(0,a.forwardRef)((e,t)=>(0,o.jsx)(f,{flexDirection:"column",alignItems:"flex-start",children:(0,o.jsxs)(u,{children:[!!e.label&&(0,o.jsx)(l.Label,{text:e.label,htmlFor:e.name,helperText:e.helperText}),(0,o.jsx)(p,Object.assign({ref:t},e,{onChange:e.onChange}))]})})),t.TextArea.displayName="TextArea";const u=(0,i.default)(c.Box)`
|
|
1299
1333
|
align-items: flex-start;
|
|
1300
1334
|
flex-direction: column;
|
|
1301
1335
|
justify-content: flex-start;
|
|
1302
1336
|
width: 100%;
|
|
1303
|
-
`,
|
|
1337
|
+
`,f=(0,i.default)(c.Box)`
|
|
1304
1338
|
font-size: ${({theme:e})=>e.fontSize.base};
|
|
1305
1339
|
user-select: none;
|
|
1306
|
-
`,
|
|
1307
|
-
background:
|
|
1308
|
-
border: 1px solid
|
|
1309
|
-
border-color: ${({theme:e,status:t})=>(0,
|
|
1340
|
+
`,p=i.default.textarea`
|
|
1341
|
+
background: var(--color-role-background-5);
|
|
1342
|
+
border: 1px solid var(--color-role-background-6);
|
|
1343
|
+
border-color: ${({theme:e,status:t})=>(0,d.getStatusColor)(e,t,"inputBorder")};
|
|
1310
1344
|
border-radius: 4px;
|
|
1311
1345
|
width: 100%;
|
|
1312
1346
|
resize: none;
|
|
1313
1347
|
overflow-y: auto;
|
|
1314
|
-
${
|
|
1348
|
+
${s.Mixins.scrollbar.small};
|
|
1315
1349
|
color: ${({theme:e})=>e.palette.inputColor};
|
|
1316
1350
|
font-size: ${({theme:e})=>e.fontSize.base};
|
|
1317
1351
|
line-height: ${({theme:e})=>e.lineHeight.text};
|
|
@@ -1320,11 +1354,11 @@ var e={6557:(e,t,n)=>{n.r(t),n.d(t,{default:()=>l});var r=n(6758),o=n.n(r),a=n(9
|
|
|
1320
1354
|
|
|
1321
1355
|
&:focus {
|
|
1322
1356
|
outline: 0;
|
|
1323
|
-
border-color: ${({theme:e,status:t})=>(0,
|
|
1357
|
+
border-color: ${({theme:e,status:t})=>(0,d.getStatusColor)(e,t,"inputFocused")};
|
|
1324
1358
|
}
|
|
1325
1359
|
|
|
1326
1360
|
&:disabled::placeholder {
|
|
1327
|
-
|
|
1361
|
+
opacity: 0.5;
|
|
1328
1362
|
}
|
|
1329
1363
|
`},7371:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),o(n(7430),t)},7430:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.TextInput=void 0;const r=n(1085),o=n(2015),a=n(3417);t.TextInput=(0,o.forwardRef)((e,t)=>(0,r.jsx)(a.BaseInput,Object.assign({ref:t,type:"text"},e))),t.TextInput.displayName="TextInput"},1318:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.Box=void 0;const o=r(n(2770)),a=n(8551),i=n(4502),l={1:i.Palette.background1,2:i.Palette.background2,3:i.Palette.background3,4:i.Palette.background4,5:i.Palette.background5,6:i.Palette.background6};t.Box=o.default.div`
|
|
1330
1364
|
/**
|
|
@@ -1345,22 +1379,22 @@ var e={6557:(e,t,n)=>{n.r(t),n.d(t,{default:()=>l});var r=n(6758),o=n.n(r),a=n(9
|
|
|
1345
1379
|
order: ${({order:e})=>e};
|
|
1346
1380
|
padding: ${({theme:e,padding:t})=>t&&e.px[t]};
|
|
1347
1381
|
background: ${({theme:e,background:t})=>t&&e.palette[l[t]]};
|
|
1348
|
-
`,t.Box.displayName="Box"},5347:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),o(n(1318),t)},286:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.DefinitionList=void 0;const a=n(1085),i=o(n(2770));t.DefinitionList=e=>{var{definitions:t}=e,n=r(e,["definitions"]);return(0,a.jsx)(
|
|
1382
|
+
`,t.Box.displayName="Box"},5347:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),o(n(1318),t)},286:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.DefinitionList=void 0;const a=n(1085),i=o(n(2770));t.DefinitionList=e=>{var{definitions:t}=e,n=r(e,["definitions"]);return(0,a.jsx)(c,Object.assign({},n,{role:"list",children:(Array.isArray(t)?t:Array.from(t)).map(([e,t],n)=>(0,a.jsxs)(l,{role:"listitem",children:[(0,a.jsx)(s,{id:`term${n}`,children:e}),(0,a.jsx)(d,{"aria-labelledby":`term${n}`,children:t})]},`${e}-${n}`))}))};const l=i.default.div`
|
|
1349
1383
|
display: grid;
|
|
1350
1384
|
grid-template-columns: 1fr 3fr;
|
|
1351
|
-
`,
|
|
1385
|
+
`,c=i.default.dl`
|
|
1352
1386
|
gap: ${({theme:e})=>`0 ${e.px.large}`};
|
|
1353
1387
|
overflow-y: auto;
|
|
1354
1388
|
padding: ${({theme:e})=>`${e.px.small} ${e.px.base}`};
|
|
1355
1389
|
word-break: break-word;
|
|
1356
|
-
`,
|
|
1390
|
+
`,s=i.default.dt`
|
|
1357
1391
|
color: var(--color-coreui-home-text-soft);
|
|
1358
1392
|
font-size: ${({theme:e})=>e.fontSize.small};
|
|
1359
1393
|
font-weight: ${({theme:e})=>e.fontWeight.normal};
|
|
1360
1394
|
line-height: ${({theme:e})=>e.px.base};
|
|
1361
1395
|
padding-bottom: ${({theme:e})=>e.px.small};
|
|
1362
1396
|
white-space: nowrap;
|
|
1363
|
-
`,
|
|
1397
|
+
`,d=i.default.dd`
|
|
1364
1398
|
color: var(--color-coreui-home-text-base);
|
|
1365
1399
|
font-size: ${({theme:e})=>e.fontSize.small};
|
|
1366
1400
|
line-height: ${({theme:e})=>e.px.base};
|
|
@@ -1446,7 +1480,7 @@ var e={6557:(e,t,n)=>{n.r(t),n.d(t,{default:()=>l});var r=n(6758),o=n.n(r),a=n(9
|
|
|
1446
1480
|
font-display: fallback;
|
|
1447
1481
|
}
|
|
1448
1482
|
`}
|
|
1449
|
-
`};const r=n(2770),o=n(5820)},1848:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.createTheme=void 0;const r=n(5820),o=n(9037),a=n(4502),i={fontFamily:r.FontFamily,fontSize:r.FontSize,fontWeight:r.FontWeight,lineHeight:r.LineHeight,iconSize:r.IconSize,radius:r.Radius,shadow:r.Shadow,transition:r.Transition,unit:r.Unit,px:r.UnitPx},l=(e,t)=>({[`${e}Active`]:(0,o.darkenColor)(t,2),[`${e}Hover`]:(0,o.lightenColor)(t,5),[`${e}Focused`]:(0,o.getMostReadable)(t,[r.Color.white,r.Color.darkGray5]),[`${e}Text`]:(0,o.getMostReadable)(t,[r.Color.white,r.Color.darkGray5])});t.createTheme=e=>Object.assign(Object.assign({},i),{palette:Object.assign(Object.assign(Object.assign({},l(a.Palette.brandPrimary,e.brandPrimary)),l(a.Palette.brandSecondary,e.brandSecondary)),e)})},8224:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.SUPPORTED_LANGUAGES=t.getStatusColor=t.getRootCssVars=t.getVariantCSS=void 0;const r=n(4502);t.getVariantCSS=(e,t)=>n=>e[t][n[t]],t.getRootCssVars=({theme:e})=>Object.keys(r.Palette).map(t=>`--openfin-ui-${t}: ${e.palette[t]};`).join("\n"),t.getStatusColor=(e,t,n)=>{switch(t){case"active":return
|
|
1483
|
+
`};const r=n(2770),o=n(5820)},1848:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.createTheme=void 0;const r=n(5820),o=n(9037),a=n(4502),i={fontFamily:r.FontFamily,fontSize:r.FontSize,fontWeight:r.FontWeight,lineHeight:r.LineHeight,iconSize:r.IconSize,radius:r.Radius,shadow:r.Shadow,transition:r.Transition,unit:r.Unit,px:r.UnitPx},l=(e,t)=>({[`${e}Active`]:(0,o.darkenColor)(t,2),[`${e}Hover`]:(0,o.lightenColor)(t,5),[`${e}Focused`]:(0,o.getMostReadable)(t,[r.Color.white,r.Color.darkGray5]),[`${e}Text`]:(0,o.getMostReadable)(t,[r.Color.white,r.Color.darkGray5])});t.createTheme=e=>Object.assign(Object.assign({},i),{palette:Object.assign(Object.assign(Object.assign({},l(a.Palette.brandPrimary,e.brandPrimary)),l(a.Palette.brandSecondary,e.brandSecondary)),e)})},8224:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.SUPPORTED_LANGUAGES=t.getStatusColor=t.getRootCssVars=t.getVariantCSS=void 0;const r=n(4502);t.getVariantCSS=(e,t)=>n=>e[t][n[t]],t.getRootCssVars=({theme:e})=>Object.keys(r.Palette).map(t=>`--openfin-ui-${t}: ${e.palette[t]};`).join("\n"),t.getStatusColor=(e,t,n)=>{switch(t){case"active":return"var(--color-role-background-accent-base)";case"critical":return"var(--color-shared-identifier-red)";case"warning":return"var(--color-shared-indicator-yellow)";case"success":return"var(--color-shared-identifier-green)";default:return n?"inputBorder"===n?"var(--color-shared-form-border-default)":"inputFocused"===n?"var(--color-shared-form-background-focus)":"textDefault"===n?"var(--color-role-foreground-base)":"ghostIconDefault"===n?"var(--color-shared-icon-button-ghost-icon-default)":e.palette[n]:"inherit"}},t.SUPPORTED_LANGUAGES=["en-US","ja-JP","zh-CN","ko-KR","ru-RU","de-DE","zh-Hant"]},7886:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),a=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return o(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.IconSet=void 0;const i=a(n(824)),l=a(n(1184));t.IconSet=Object.assign(Object.assign({},i),l)},3453:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),o(n(9037),t),o(n(5820),t),o(n(7886),t),o(n(5254),t),o(n(1848),t),o(n(8224),t),o(n(5002),t),o(n(8551),t),o(n(4502),t),o(n(920),t)},5002:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},8551:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.Mixins=void 0;const r=n(2770),o=n(5820),a=r.css`
|
|
1450
1484
|
user-select: none;
|
|
1451
1485
|
`,i=r.css`
|
|
1452
1486
|
white-space: nowrap;
|
|
@@ -1470,14 +1504,14 @@ var e={6557:(e,t,n)=>{n.r(t),n.d(t,{default:()=>l});var r=n(6758),o=n.n(r),a=n(9
|
|
|
1470
1504
|
height: var(--scrollbarSize, ${o.UnitPx.xsmall});
|
|
1471
1505
|
border-radius: var(--scrollbarSize, ${o.UnitPx.xsmall});
|
|
1472
1506
|
}
|
|
1473
|
-
`,
|
|
1507
|
+
`,c=r.css`
|
|
1474
1508
|
--scrollbarSize: 2px;
|
|
1475
1509
|
${l};
|
|
1476
|
-
`,
|
|
1510
|
+
`,s=r.css`
|
|
1477
1511
|
-webkit-app-region: drag;
|
|
1478
|
-
`,
|
|
1512
|
+
`,d=r.css`
|
|
1479
1513
|
-webkit-app-region: no-drag;
|
|
1480
|
-
`;t.Mixins={noSelect:a,textOverflow:i,scrollbar:{[o.Size.base]:l,[o.Size.small]:
|
|
1514
|
+
`;t.Mixins={noSelect:a,textOverflow:i,scrollbar:{[o.Size.base]:l,[o.Size.small]:c},appRegion:{drag:s,noDrag:d}}},4502:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.Palette=void 0,t.Palette={background1:"background1",background2:"background2",background3:"background3",background4:"background4",background5:"background5",background6:"background6",brandPrimary:"brandPrimary",brandSecondary:"brandSecondary",brandPrimaryActive:"brandPrimaryActive",brandPrimaryHover:"brandPrimaryHover",brandPrimaryFocused:"brandPrimaryFocused",brandPrimaryText:"brandPrimaryText",brandSecondaryActive:"brandSecondaryActive",brandSecondaryHover:"brandSecondaryHover",brandSecondaryFocused:"brandSecondaryFocused",brandSecondaryText:"brandSecondaryText",inputBackground:"inputBackground",inputColor:"inputColor",inputPlaceholder:"inputPlaceholder",inputDisabled:"inputDisabled",inputFocused:"inputFocused",inputBorder:"inputBorder",statusSuccess:"statusSuccess",statusWarning:"statusWarning",statusCritical:"statusCritical",statusActive:"statusActive",textDefault:"textDefault",textHelp:"textHelp",textInactive:"textInactive",borderNeutral:"borderNeutral",contentBackground1:"contentBackground1",contentBackground2:"contentBackground2",contentBackground3:"contentBackground3",contentBackground4:"contentBackground4",contentBackground5:"contentBackground5",linkDefault:"linkDefault",linkHover:"linkHover"}},920:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},3979:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),o(n(5998),t)},5998:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.OpenFinDarkTheme=t.OpenFinLightTheme=void 0;const r=n(5820),o=n(1848),a=n(4502),i={[a.Palette.brandPrimary]:r.Color.openFin,[a.Palette.brandPrimaryActive]:r.Color.openFinActive,[a.Palette.brandPrimaryHover]:r.Color.openFinHover,[a.Palette.brandPrimaryFocused]:r.Color.white,[a.Palette.brandPrimaryText]:r.Color.white,[a.Palette.statusSuccess]:r.Color.functional1,[a.Palette.statusWarning]:r.Color.functional10,[a.Palette.statusCritical]:r.Color.functional7,[a.Palette.statusActive]:r.Color.functional3,[a.Palette.borderNeutral]:r.Color.silverGray,[a.Palette.contentBackground1]:r.Color.openFin,[a.Palette.contentBackground2]:"#000000",[a.Palette.contentBackground3]:"#000000",[a.Palette.contentBackground4]:"#000000",[a.Palette.contentBackground5]:"#000000",[a.Palette.linkDefault]:r.Color.functional4,[a.Palette.linkHover]:r.Color.functional5};t.OpenFinLightTheme=(0,o.createTheme)(Object.assign(Object.assign({},i),{[a.Palette.background1]:r.Color.white,[a.Palette.background2]:r.Color.lightGray1,[a.Palette.background3]:r.Color.lightGray2,[a.Palette.background4]:r.Color.lightGray3,[a.Palette.background5]:r.Color.lightGray3,[a.Palette.background6]:r.Color.lightGray5,[a.Palette.brandSecondary]:r.Color.lightGray4,[a.Palette.brandSecondaryActive]:r.Color.lightGray4Active,[a.Palette.brandSecondaryHover]:r.Color.lightGray4Hover,[a.Palette.brandSecondaryFocused]:r.Color.darkGray5,[a.Palette.brandSecondaryText]:r.Color.darkGray5,[a.Palette.inputBackground]:r.Color.lightGray3,[a.Palette.inputColor]:r.Color.darkGray5,[a.Palette.inputPlaceholder]:r.Color.darkGray2,[a.Palette.inputDisabled]:r.Color.neutralGray,[a.Palette.inputFocused]:r.Color.lightGray5,[a.Palette.inputBorder]:r.Color.neutralGray,[a.Palette.textDefault]:r.Color.darkGray5,[a.Palette.textHelp]:r.Color.neutralGray,[a.Palette.textInactive]:r.Color.neutralGray})),t.OpenFinDarkTheme=(0,o.createTheme)(Object.assign(Object.assign({},i),{[a.Palette.background1]:r.Color.darkGray6,[a.Palette.background2]:r.Color.darkGray5,[a.Palette.background3]:r.Color.darkGray4,[a.Palette.background4]:r.Color.darkGray3,[a.Palette.background5]:r.Color.darkGray2,[a.Palette.background6]:r.Color.darkGray1,[a.Palette.brandSecondary]:r.Color.darkGray2,[a.Palette.brandSecondaryActive]:r.Color.darkGray2Active,[a.Palette.brandSecondaryHover]:r.Color.darkGray2Hover,[a.Palette.brandSecondaryFocused]:r.Color.white,[a.Palette.brandSecondaryText]:r.Color.white,[a.Palette.inputBackground]:r.Color.darkGray1,[a.Palette.inputColor]:r.Color.white,[a.Palette.inputPlaceholder]:r.Color.lightGray5,[a.Palette.inputDisabled]:r.Color.neutralGray,[a.Palette.inputFocused]:r.Color.lightGray5,[a.Palette.inputBorder]:r.Color.neutralGray,[a.Palette.textDefault]:r.Color.white,[a.Palette.textHelp]:r.Color.lightGray5,[a.Palette.textInactive]:r.Color.neutralGray}))},9375:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.ThemeProvider=void 0;const r=n(1085),o=n(2015),a=n(2770),i=n(6999),l=n(2069),c=n(1900),s=n(4730);t.ThemeProvider=({children:e,themes:t,scheme:n=l.ColorScheme.system,fonts:d=i.Fonts})=>{const u=(0,c.useTheme)({themes:t,scheme:n}),f=(0,o.useMemo)(()=>(0,r.jsx)(s.GlobalFonts,{fonts:d}),[d]);return(0,r.jsxs)(r.Fragment,{children:[f,(0,r.jsx)(a.ThemeProvider,{theme:u,children:(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(s.GlobalStyles,{}),e]})})]})}},5570:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),o(n(4730),t),o(n(6573),t),o(n(3437),t)},3780:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.ContactStatusIcon=void 0;const o=n(1085),a=r(n(2770)),i=n(6210),l={available:(0,o.jsx)(i.CheckSVG,{}),away:(0,o.jsx)(i.BusySVG,{}),"do-not-disturb":(0,o.jsx)(i.DoNotDisturbSVG,{}),offline:(0,o.jsx)(i.OfflineSVG,{}),busy:null};t.ContactStatusIcon=({onlineStatus:e})=>e?(0,o.jsx)(c,{onlineStatus:e,children:l[e]||null}):null;const c=a.default.div`
|
|
1481
1515
|
border: 1.6px solid ${({theme:e})=>e.palette.background1};
|
|
1482
1516
|
|
|
1483
1517
|
background: ${({onlineStatus:e})=>"busy"===e?"#C21313":"white"};
|
|
@@ -1495,14 +1529,14 @@ var e={6557:(e,t,n)=>{n.r(t),n.d(t,{default:()=>l});var r=n(6758),o=n.n(r),a=n(9
|
|
|
1495
1529
|
right: -7.02%;
|
|
1496
1530
|
top: 77.12%;
|
|
1497
1531
|
bottom: -4.24%;
|
|
1498
|
-
`},6210:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.OfflineSVG=t.DoNotDisturbSVG=t.BusySVG=t.CheckSVG=void 0;const r=n(1085);t.CheckSVG=()=>(0,r.jsx)("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,r.jsx)("path",{d:"M8 0C8.73438 0 9.4401 0.0963542 10.1172 0.289063C10.7943 0.481771 11.4297 0.752604 12.0234 1.10156C12.6172 1.45052 13.1563 1.86979 13.6406 2.35938C14.1302 2.84375 14.5495 3.38281 14.8984 3.97656C15.2474 4.57031 15.5182 5.20573 15.7109 5.88281C15.9036 6.5599 16 7.26563 16 8C16 8.72917 15.9036 9.4349 15.7109 10.1172C15.5182 10.7943 15.2474 11.4297 14.8984 12.0234C14.5495 12.6172 14.1302 13.1589 13.6406 13.6484C13.1563 14.1328 12.6172 14.5495 12.0234 14.8984C11.4297 15.2474 10.7917 15.5182 10.1094 15.7109C9.43229 15.9036 8.72917 16 8 16C7.27083 16 6.5651 15.9036 5.88281 15.7109C5.20573 15.5182 4.57031 15.2474 3.97656 14.8984C3.38281 14.5495 2.84115 14.1328 2.35156 13.6484C1.86719 13.1589 1.45052 12.6172 1.10156 12.0234C0.752604 11.4297 0.481771 10.7943 0.289063 10.1172C0.0963542 9.4349 0 8.72917 0 8C0 7.27083 0.0963542 6.56771 0.289063 5.89063C0.481771 5.20833 0.752604 4.57031 1.10156 3.97656C1.45052 3.38281 1.86719 2.84375 2.35156 2.35938C2.84115 1.86979 3.38281 1.45052 3.97656 1.10156C4.57031 0.752604 5.20573 0.481771 5.88281 0.289063C6.5651 0.0963542 7.27083 0 8 0ZM10.6328 5.6875C10.4245 5.6875 10.2474 5.76042 10.1016 5.90625L7.27344 8.75L6.26563 7.75C6.11979 7.60417 5.94531 7.53125 5.74219 7.53125C5.64323 7.53125 5.54948 7.55208 5.46094 7.59375C5.3724 7.63542 5.29167 7.69271 5.21875 7.76563C5.15104 7.83333 5.09635 7.91146 5.05469 8C5.01302 8.08854 4.99219 8.18229 4.99219 8.28125C4.99219 8.48958 5.0651 8.66667 5.21094 8.8125L6.74219 10.3438C6.88802 10.4896 7.0651 10.5625 7.27344 10.5625C7.48177 10.5625 7.65885 10.4896 7.80469 10.3438L11.1641 6.96875C11.3099 6.82292 11.3828 6.64583 11.3828 6.4375C11.3828 6.33854 11.362 6.24479 11.3203 6.15625C11.2786 6.06771 11.2214 5.98958 11.1484 5.92188C11.0807 5.84896 11.0026 5.79167 10.9141 5.75C10.8255 5.70833 10.7318 5.6875 10.6328 5.6875Z",fill:"#207735"})}),t.BusySVG=()=>(0,r.jsx)("svg",{width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,r.jsx)("path",{d:"M8 0.790237C8.73438 0.790237 9.4401 0.886592 10.1172 1.0793C10.7943 1.27201 11.4297 1.54284 12.0234 1.8918C12.6172 2.24076 13.1563 2.66003 13.6406 3.14961C14.1302 3.63399 14.5495 4.17305 14.8984 4.7668C15.2474 5.36055 15.5182 5.99597 15.7109 6.67305C15.9036 7.35013 16 8.05586 16 8.79024C16 9.5194 15.9036 10.2251 15.7109 10.9074C15.5182 11.5845 15.2474 12.2199 14.8984 12.8137C14.5495 13.4074 14.1302 13.9491 13.6406 14.4387C13.1563 14.9231 12.6172 15.3397 12.0234 15.6887C11.4297 16.0376 10.7917 16.3085 10.1094 16.5012C9.43229 16.6939 8.72917 16.7902 8 16.7902C7.27083 16.7902 6.5651 16.6939 5.88281 16.5012C5.20573 16.3085 4.57031 16.0376 3.97656 15.6887C3.38281 15.3397 2.84115 14.9231 2.35156 14.4387C1.86719 13.9491 1.45052 13.4074 1.10156 12.8137C0.752604 12.2199 0.481771 11.5845 0.289063 10.9074C0.0963542 10.2251 0 9.5194 0 8.79024C0 8.06107 0.0963542 7.35795 0.289063 6.68086C0.481771 5.99857 0.752604 5.36055 1.10156 4.7668C1.45052 4.17305 1.86719 3.63399 2.35156 3.14961C2.84115 2.66003 3.38281 2.24076 3.97656 1.8918C4.57031 1.54284 5.20573 1.27201 5.88281 1.0793C6.5651 0.886592 7.27083 0.790237 8 0.790237ZM7.32031 4.04805C7.21094 4.04805 7.10677 4.07149 7.00781 4.11836C6.91406 4.16003 6.82813 4.21992 6.75 4.29805C6.67708 4.37097 6.61719 4.4569 6.57031 4.55586C6.52865 4.64961 6.50781 4.75117 6.50781 4.86055V9.19649C6.50781 9.30586 6.52865 9.41263 6.57031 9.5168C6.61198 9.62097 6.67188 9.71211 6.75 9.79024L9.1875 12.2121C9.34896 12.3736 9.54167 12.4543 9.76563 12.4543C9.875 12.4543 9.97917 12.4335 10.0781 12.3918C10.1771 12.3449 10.263 12.285 10.3359 12.2121C10.4089 12.134 10.4661 12.0454 10.5078 11.9465C10.5547 11.8475 10.5781 11.7434 10.5781 11.634C10.5781 11.5298 10.5547 11.4283 10.5078 11.3293C10.4661 11.2251 10.4089 11.1366 10.3359 11.0637L8.13281 8.87618V4.86055C8.13281 4.75117 8.10938 4.64701 8.0625 4.54805C8.02083 4.44909 7.96354 4.36315 7.89063 4.29024C7.81771 4.21732 7.73177 4.16003 7.63281 4.11836C7.53385 4.07149 7.42969 4.04805 7.32031 4.04805Z",fill:"#FE9F4D"})}),t.DoNotDisturbSVG=()=>(0,r.jsx)("svg",{width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,r.jsx)("path",{d:"M8 0.590256C8.73438 0.590256 9.4401 0.68661 10.1172 0.879318C10.7943 1.07203 11.4297 1.34286 12.0234 1.69182C12.6172 2.04078 13.1562 2.46005 13.6406 2.94963C14.1302 3.43401 14.5495 3.97307 14.8984 4.56682C15.2474 5.16057 15.5182 5.79598 15.7109 6.47307C15.9036 7.15015 16 7.85588 16 8.59026C16 9.31942 15.9036 10.0252 15.7109 10.7074C15.5182 11.3845 15.2474 12.0199 14.8984 12.6137C14.5495 13.2074 14.1302 13.7491 13.6406 14.2387C13.1562 14.7231 12.6172 15.1397 12.0234 15.4887C11.4297 15.8377 10.7917 16.1085 10.1094 16.3012C9.43229 16.4939 8.72917 16.5903 8 16.5903C7.27083 16.5903 6.5651 16.4939 5.88281 16.3012C5.20573 16.1085 4.57031 15.8377 3.97656 15.4887C3.38281 15.1397 2.84115 14.7231 2.35156 14.2387C1.86719 13.7491 1.45052 13.2074 1.10156 12.6137C0.752604 12.0199 0.481771 11.3845 0.289062 10.7074C0.0963542 10.0252 0 9.31942 0 8.59026C0 7.86109 0.0963542 7.15796 0.289062 6.48088C0.481771 5.79859 0.752604 5.16057 1.10156 4.56682C1.45052 3.97307 1.86719 3.43401 2.35156 2.94963C2.84115 2.46005 3.38281 2.04078 3.97656 1.69182C4.57031 1.34286 5.20573 1.07203 5.88281 0.879318C6.5651 0.68661 7.27083 0.590256 8 0.590256ZM5.47656 7.74651C5.36719 7.74651 5.26042 7.76994 5.15625 7.81682C5.05729 7.86369 4.96875 7.92619 4.89062 8.00432C4.8125 8.08244 4.75 8.17359 4.70312 8.27776C4.65625 8.37671 4.63281 8.48088 4.63281 8.59026C4.63281 8.69963 4.65625 8.8064 4.70312 8.91057C4.75 9.00953 4.8125 9.09807 4.89062 9.17619C4.96875 9.25432 5.05729 9.31682 5.15625 9.36369C5.26042 9.41057 5.36719 9.43401 5.47656 9.43401H10.5234C10.6328 9.43401 10.737 9.41057 10.8359 9.36369C10.9401 9.31682 11.0312 9.25432 11.1094 9.17619C11.1875 9.09807 11.25 9.00953 11.2969 8.91057C11.3438 8.8064 11.3672 8.69963 11.3672 8.59026C11.3672 8.48088 11.3438 8.37671 11.2969 8.27776C11.25 8.17359 11.1875 8.08244 11.1094 8.00432C11.0312 7.92619 10.9401 7.86369 10.8359 7.81682C10.737 7.76994 10.6328 7.74651 10.5234 7.74651H5.47656Z",fill:"#C21313"})}),t.OfflineSVG=()=>(0,r.jsx)("svg",{width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,r.jsx)("path",{d:"M8 0.990252C8.73438 0.990252 9.4401 1.08661 10.1172 1.27931C10.7943 1.47202 11.4297 1.74286 12.0234 2.09181C12.6172 2.44077 13.1562 2.86004 13.6406 3.34963C14.1302 3.834 14.5495 4.37306 14.8984 4.96681C15.2474 5.56056 15.5182 6.19598 15.7109 6.87306C15.9036 7.55015 16 8.25588 16 8.99025C16 9.71942 15.9036 10.4251 15.7109 11.1074C15.5182 11.7845 15.2474 12.4199 14.8984 13.0137C14.5495 13.6074 14.1302 14.1491 13.6406 14.6387C13.1562 15.1231 12.6172 15.5397 12.0234 15.8887C11.4297 16.2376 10.7917 16.5085 10.1094 16.7012C9.43229 16.8939 8.72917 16.9903 8 16.9903C7.27083 16.9903 6.5651 16.8939 5.88281 16.7012C5.20573 16.5085 4.57031 16.2376 3.97656 15.8887C3.38281 15.5397 2.84115 15.1231 2.35156 14.6387C1.86719 14.1491 1.45052 13.6074 1.10156 13.0137C0.752604 12.4199 0.481771 11.7845 0.289062 11.1074C0.0963542 10.4251 0 9.71942 0 8.99025C0 8.26109 0.0963542 7.55796 0.289062 6.88088C0.481771 6.19859 0.752604 5.56056 1.10156 4.96681C1.45052 4.37306 1.86719 3.834 2.35156 3.34963C2.84115 2.86004 3.38281 2.44077 3.97656 2.09181C4.57031 1.74286 5.20573 1.47202 5.88281 1.27931C6.5651 1.08661 7.27083 0.990252 8 0.990252ZM8 2.67775C7.42188 2.67775 6.86458 2.75327 6.32812 2.90431C5.79167 3.05536 5.28906 3.2689 4.82031 3.54494C4.35156 3.82098 3.92448 4.15171 3.53906 4.53713C3.15885 4.91734 2.83073 5.34181 2.55469 5.81056C2.27865 6.27931 2.0651 6.78192 1.91406 7.31838C1.76302 7.85484 1.6875 8.41213 1.6875 8.99025C1.6875 9.56838 1.76302 10.1257 1.91406 10.6621C2.0651 11.1986 2.27865 11.7012 2.55469 12.1699C2.83073 12.6387 3.15885 13.0658 3.53906 13.4512C3.92448 13.8314 4.35156 14.1595 4.82031 14.4356C5.28906 14.7116 5.79167 14.9251 6.32812 15.0762C6.86458 15.2272 7.42188 15.3028 8 15.3028C8.57812 15.3028 9.13542 15.2272 9.67188 15.0762C10.2083 14.9251 10.7109 14.7116 11.1797 14.4356C11.6484 14.1595 12.0729 13.8314 12.4531 13.4512C12.8385 13.0658 13.1693 12.6387 13.4453 12.1699C13.7214 11.7012 13.9349 11.1986 14.0859 10.6621C14.237 10.1257 14.3125 9.56838 14.3125 8.99025C14.3125 8.41213 14.237 7.85484 14.0859 7.31838C13.9349 6.78192 13.7214 6.27931 13.4453 5.81056C13.1693 5.34181 12.8385 4.91734 12.4531 4.53713C12.0729 4.15171 11.6484 3.82098 11.1797 3.54494C10.7109 3.2689 10.2083 3.05536 9.67188 2.90431C9.13542 2.75327 8.57812 2.67775 8 2.67775Z",fill:"#979797"})})},9939:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),a=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return o(t,e),t},i=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},l=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.ContactCard=void 0;const s=n(1085),c=a(n(2015)),u=l(n(2770)),d=n(4962),p=n(8981),f=n(6957),h=n(3780);t.ContactCard=e=>{var{name:t,title:n,photoUrl:r,useInitials:o=!1,details:a,onlineStatus:l}=e,u=i(e,["name","title","photoUrl","useInitials","details","onlineStatus"]);const p=r||o,k=(0,c.useMemo)(()=>(0,f.getInitials)(t),[t]),P=(0,c.useMemo)(()=>(0,d.generateColorFromString)(t),[t]),S=(0,c.createRef)();return(0,c.useEffect)(()=>{var e;null===(e=S.current)||void 0===e||e.scrollTo(0,0)}),(0,s.jsxs)(b,Object.assign({},u,{children:[(0,s.jsxs)(g,{children:[p&&(0,s.jsxs)(m,{iconColor:P,children:[r?(0,s.jsx)(x,{alt:n,src:r}):(0,s.jsx)(v,{children:k}),(0,s.jsx)(h.ContactStatusIcon,{onlineStatus:l})]}),(0,s.jsxs)(y,{children:[(0,s.jsxs)(C,{className:"name",children:[" ",t," "]}),n&&(0,s.jsxs)(_,{className:"title",children:[" ",n," "]})]})]}),(0,s.jsx)(w,{}),(0,s.jsx)(O,{ref:S,children:(null==a?void 0:a.length)>0?a.map((e,n)=>(0,s.jsxs)(c.default.Fragment,{children:[(0,s.jsx)(j,{definitions:e}),n<a.length-1&&(0,s.jsx)(w,{padding:!0})]},`${t}-details-${n}`)):(0,s.jsx)("p",{children:"No information available."})})]}))};const b=u.default.div`
|
|
1532
|
+
`},6210:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.OfflineSVG=t.DoNotDisturbSVG=t.BusySVG=t.CheckSVG=void 0;const r=n(1085);t.CheckSVG=()=>(0,r.jsx)("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,r.jsx)("path",{d:"M8 0C8.73438 0 9.4401 0.0963542 10.1172 0.289063C10.7943 0.481771 11.4297 0.752604 12.0234 1.10156C12.6172 1.45052 13.1563 1.86979 13.6406 2.35938C14.1302 2.84375 14.5495 3.38281 14.8984 3.97656C15.2474 4.57031 15.5182 5.20573 15.7109 5.88281C15.9036 6.5599 16 7.26563 16 8C16 8.72917 15.9036 9.4349 15.7109 10.1172C15.5182 10.7943 15.2474 11.4297 14.8984 12.0234C14.5495 12.6172 14.1302 13.1589 13.6406 13.6484C13.1563 14.1328 12.6172 14.5495 12.0234 14.8984C11.4297 15.2474 10.7917 15.5182 10.1094 15.7109C9.43229 15.9036 8.72917 16 8 16C7.27083 16 6.5651 15.9036 5.88281 15.7109C5.20573 15.5182 4.57031 15.2474 3.97656 14.8984C3.38281 14.5495 2.84115 14.1328 2.35156 13.6484C1.86719 13.1589 1.45052 12.6172 1.10156 12.0234C0.752604 11.4297 0.481771 10.7943 0.289063 10.1172C0.0963542 9.4349 0 8.72917 0 8C0 7.27083 0.0963542 6.56771 0.289063 5.89063C0.481771 5.20833 0.752604 4.57031 1.10156 3.97656C1.45052 3.38281 1.86719 2.84375 2.35156 2.35938C2.84115 1.86979 3.38281 1.45052 3.97656 1.10156C4.57031 0.752604 5.20573 0.481771 5.88281 0.289063C6.5651 0.0963542 7.27083 0 8 0ZM10.6328 5.6875C10.4245 5.6875 10.2474 5.76042 10.1016 5.90625L7.27344 8.75L6.26563 7.75C6.11979 7.60417 5.94531 7.53125 5.74219 7.53125C5.64323 7.53125 5.54948 7.55208 5.46094 7.59375C5.3724 7.63542 5.29167 7.69271 5.21875 7.76563C5.15104 7.83333 5.09635 7.91146 5.05469 8C5.01302 8.08854 4.99219 8.18229 4.99219 8.28125C4.99219 8.48958 5.0651 8.66667 5.21094 8.8125L6.74219 10.3438C6.88802 10.4896 7.0651 10.5625 7.27344 10.5625C7.48177 10.5625 7.65885 10.4896 7.80469 10.3438L11.1641 6.96875C11.3099 6.82292 11.3828 6.64583 11.3828 6.4375C11.3828 6.33854 11.362 6.24479 11.3203 6.15625C11.2786 6.06771 11.2214 5.98958 11.1484 5.92188C11.0807 5.84896 11.0026 5.79167 10.9141 5.75C10.8255 5.70833 10.7318 5.6875 10.6328 5.6875Z",fill:"#207735"})}),t.BusySVG=()=>(0,r.jsx)("svg",{width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,r.jsx)("path",{d:"M8 0.790237C8.73438 0.790237 9.4401 0.886592 10.1172 1.0793C10.7943 1.27201 11.4297 1.54284 12.0234 1.8918C12.6172 2.24076 13.1563 2.66003 13.6406 3.14961C14.1302 3.63399 14.5495 4.17305 14.8984 4.7668C15.2474 5.36055 15.5182 5.99597 15.7109 6.67305C15.9036 7.35013 16 8.05586 16 8.79024C16 9.5194 15.9036 10.2251 15.7109 10.9074C15.5182 11.5845 15.2474 12.2199 14.8984 12.8137C14.5495 13.4074 14.1302 13.9491 13.6406 14.4387C13.1563 14.9231 12.6172 15.3397 12.0234 15.6887C11.4297 16.0376 10.7917 16.3085 10.1094 16.5012C9.43229 16.6939 8.72917 16.7902 8 16.7902C7.27083 16.7902 6.5651 16.6939 5.88281 16.5012C5.20573 16.3085 4.57031 16.0376 3.97656 15.6887C3.38281 15.3397 2.84115 14.9231 2.35156 14.4387C1.86719 13.9491 1.45052 13.4074 1.10156 12.8137C0.752604 12.2199 0.481771 11.5845 0.289063 10.9074C0.0963542 10.2251 0 9.5194 0 8.79024C0 8.06107 0.0963542 7.35795 0.289063 6.68086C0.481771 5.99857 0.752604 5.36055 1.10156 4.7668C1.45052 4.17305 1.86719 3.63399 2.35156 3.14961C2.84115 2.66003 3.38281 2.24076 3.97656 1.8918C4.57031 1.54284 5.20573 1.27201 5.88281 1.0793C6.5651 0.886592 7.27083 0.790237 8 0.790237ZM7.32031 4.04805C7.21094 4.04805 7.10677 4.07149 7.00781 4.11836C6.91406 4.16003 6.82813 4.21992 6.75 4.29805C6.67708 4.37097 6.61719 4.4569 6.57031 4.55586C6.52865 4.64961 6.50781 4.75117 6.50781 4.86055V9.19649C6.50781 9.30586 6.52865 9.41263 6.57031 9.5168C6.61198 9.62097 6.67188 9.71211 6.75 9.79024L9.1875 12.2121C9.34896 12.3736 9.54167 12.4543 9.76563 12.4543C9.875 12.4543 9.97917 12.4335 10.0781 12.3918C10.1771 12.3449 10.263 12.285 10.3359 12.2121C10.4089 12.134 10.4661 12.0454 10.5078 11.9465C10.5547 11.8475 10.5781 11.7434 10.5781 11.634C10.5781 11.5298 10.5547 11.4283 10.5078 11.3293C10.4661 11.2251 10.4089 11.1366 10.3359 11.0637L8.13281 8.87618V4.86055C8.13281 4.75117 8.10938 4.64701 8.0625 4.54805C8.02083 4.44909 7.96354 4.36315 7.89063 4.29024C7.81771 4.21732 7.73177 4.16003 7.63281 4.11836C7.53385 4.07149 7.42969 4.04805 7.32031 4.04805Z",fill:"#FE9F4D"})}),t.DoNotDisturbSVG=()=>(0,r.jsx)("svg",{width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,r.jsx)("path",{d:"M8 0.590256C8.73438 0.590256 9.4401 0.68661 10.1172 0.879318C10.7943 1.07203 11.4297 1.34286 12.0234 1.69182C12.6172 2.04078 13.1562 2.46005 13.6406 2.94963C14.1302 3.43401 14.5495 3.97307 14.8984 4.56682C15.2474 5.16057 15.5182 5.79598 15.7109 6.47307C15.9036 7.15015 16 7.85588 16 8.59026C16 9.31942 15.9036 10.0252 15.7109 10.7074C15.5182 11.3845 15.2474 12.0199 14.8984 12.6137C14.5495 13.2074 14.1302 13.7491 13.6406 14.2387C13.1562 14.7231 12.6172 15.1397 12.0234 15.4887C11.4297 15.8377 10.7917 16.1085 10.1094 16.3012C9.43229 16.4939 8.72917 16.5903 8 16.5903C7.27083 16.5903 6.5651 16.4939 5.88281 16.3012C5.20573 16.1085 4.57031 15.8377 3.97656 15.4887C3.38281 15.1397 2.84115 14.7231 2.35156 14.2387C1.86719 13.7491 1.45052 13.2074 1.10156 12.6137C0.752604 12.0199 0.481771 11.3845 0.289062 10.7074C0.0963542 10.0252 0 9.31942 0 8.59026C0 7.86109 0.0963542 7.15796 0.289062 6.48088C0.481771 5.79859 0.752604 5.16057 1.10156 4.56682C1.45052 3.97307 1.86719 3.43401 2.35156 2.94963C2.84115 2.46005 3.38281 2.04078 3.97656 1.69182C4.57031 1.34286 5.20573 1.07203 5.88281 0.879318C6.5651 0.68661 7.27083 0.590256 8 0.590256ZM5.47656 7.74651C5.36719 7.74651 5.26042 7.76994 5.15625 7.81682C5.05729 7.86369 4.96875 7.92619 4.89062 8.00432C4.8125 8.08244 4.75 8.17359 4.70312 8.27776C4.65625 8.37671 4.63281 8.48088 4.63281 8.59026C4.63281 8.69963 4.65625 8.8064 4.70312 8.91057C4.75 9.00953 4.8125 9.09807 4.89062 9.17619C4.96875 9.25432 5.05729 9.31682 5.15625 9.36369C5.26042 9.41057 5.36719 9.43401 5.47656 9.43401H10.5234C10.6328 9.43401 10.737 9.41057 10.8359 9.36369C10.9401 9.31682 11.0312 9.25432 11.1094 9.17619C11.1875 9.09807 11.25 9.00953 11.2969 8.91057C11.3438 8.8064 11.3672 8.69963 11.3672 8.59026C11.3672 8.48088 11.3438 8.37671 11.2969 8.27776C11.25 8.17359 11.1875 8.08244 11.1094 8.00432C11.0312 7.92619 10.9401 7.86369 10.8359 7.81682C10.737 7.76994 10.6328 7.74651 10.5234 7.74651H5.47656Z",fill:"#C21313"})}),t.OfflineSVG=()=>(0,r.jsx)("svg",{width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,r.jsx)("path",{d:"M8 0.990252C8.73438 0.990252 9.4401 1.08661 10.1172 1.27931C10.7943 1.47202 11.4297 1.74286 12.0234 2.09181C12.6172 2.44077 13.1562 2.86004 13.6406 3.34963C14.1302 3.834 14.5495 4.37306 14.8984 4.96681C15.2474 5.56056 15.5182 6.19598 15.7109 6.87306C15.9036 7.55015 16 8.25588 16 8.99025C16 9.71942 15.9036 10.4251 15.7109 11.1074C15.5182 11.7845 15.2474 12.4199 14.8984 13.0137C14.5495 13.6074 14.1302 14.1491 13.6406 14.6387C13.1562 15.1231 12.6172 15.5397 12.0234 15.8887C11.4297 16.2376 10.7917 16.5085 10.1094 16.7012C9.43229 16.8939 8.72917 16.9903 8 16.9903C7.27083 16.9903 6.5651 16.8939 5.88281 16.7012C5.20573 16.5085 4.57031 16.2376 3.97656 15.8887C3.38281 15.5397 2.84115 15.1231 2.35156 14.6387C1.86719 14.1491 1.45052 13.6074 1.10156 13.0137C0.752604 12.4199 0.481771 11.7845 0.289062 11.1074C0.0963542 10.4251 0 9.71942 0 8.99025C0 8.26109 0.0963542 7.55796 0.289062 6.88088C0.481771 6.19859 0.752604 5.56056 1.10156 4.96681C1.45052 4.37306 1.86719 3.834 2.35156 3.34963C2.84115 2.86004 3.38281 2.44077 3.97656 2.09181C4.57031 1.74286 5.20573 1.47202 5.88281 1.27931C6.5651 1.08661 7.27083 0.990252 8 0.990252ZM8 2.67775C7.42188 2.67775 6.86458 2.75327 6.32812 2.90431C5.79167 3.05536 5.28906 3.2689 4.82031 3.54494C4.35156 3.82098 3.92448 4.15171 3.53906 4.53713C3.15885 4.91734 2.83073 5.34181 2.55469 5.81056C2.27865 6.27931 2.0651 6.78192 1.91406 7.31838C1.76302 7.85484 1.6875 8.41213 1.6875 8.99025C1.6875 9.56838 1.76302 10.1257 1.91406 10.6621C2.0651 11.1986 2.27865 11.7012 2.55469 12.1699C2.83073 12.6387 3.15885 13.0658 3.53906 13.4512C3.92448 13.8314 4.35156 14.1595 4.82031 14.4356C5.28906 14.7116 5.79167 14.9251 6.32812 15.0762C6.86458 15.2272 7.42188 15.3028 8 15.3028C8.57812 15.3028 9.13542 15.2272 9.67188 15.0762C10.2083 14.9251 10.7109 14.7116 11.1797 14.4356C11.6484 14.1595 12.0729 13.8314 12.4531 13.4512C12.8385 13.0658 13.1693 12.6387 13.4453 12.1699C13.7214 11.7012 13.9349 11.1986 14.0859 10.6621C14.237 10.1257 14.3125 9.56838 14.3125 8.99025C14.3125 8.41213 14.237 7.85484 14.0859 7.31838C13.9349 6.78192 13.7214 6.27931 13.4453 5.81056C13.1693 5.34181 12.8385 4.91734 12.4531 4.53713C12.0729 4.15171 11.6484 3.82098 11.1797 3.54494C10.7109 3.2689 10.2083 3.05536 9.67188 2.90431C9.13542 2.75327 8.57812 2.67775 8 2.67775Z",fill:"#979797"})})},9939:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),a=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return o(t,e),t},i=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},l=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.ContactCard=void 0;const c=n(1085),s=a(n(2015)),d=l(n(2770)),u=n(4962),f=n(8981),p=n(6957),h=n(3780);t.ContactCard=e=>{var{name:t,title:n,photoUrl:r,useInitials:o=!1,details:a,onlineStatus:l}=e,d=i(e,["name","title","photoUrl","useInitials","details","onlineStatus"]);const f=r||o,k=(0,s.useMemo)(()=>(0,p.getInitials)(t),[t]),S=(0,s.useMemo)(()=>(0,u.generateColorFromString)(t),[t]),P=(0,s.createRef)();return(0,s.useEffect)(()=>{var e;null===(e=P.current)||void 0===e||e.scrollTo(0,0)}),(0,c.jsxs)(b,Object.assign({},d,{children:[(0,c.jsxs)(g,{children:[f&&(0,c.jsxs)(v,{iconColor:S,children:[r?(0,c.jsx)(x,{alt:n,src:r}):(0,c.jsx)(m,{children:k}),(0,c.jsx)(h.ContactStatusIcon,{onlineStatus:l})]}),(0,c.jsxs)(y,{children:[(0,c.jsxs)(C,{className:"name",children:[" ",t," "]}),n&&(0,c.jsxs)(_,{className:"title",children:[" ",n," "]})]})]}),(0,c.jsx)(w,{}),(0,c.jsx)(O,{ref:P,children:(null==a?void 0:a.length)>0?a.map((e,n)=>(0,c.jsxs)(s.default.Fragment,{children:[(0,c.jsx)(j,{definitions:e}),n<a.length-1&&(0,c.jsx)(w,{padding:!0})]},`${t}-details-${n}`)):(0,c.jsx)("p",{children:"No information available."})})]}))};const b=d.default.div`
|
|
1499
1533
|
display: flex;
|
|
1500
1534
|
flex-direction: column;
|
|
1501
1535
|
height: 100%;
|
|
1502
|
-
`,g=
|
|
1536
|
+
`,g=d.default.div`
|
|
1503
1537
|
display: flex;
|
|
1504
1538
|
padding-bottom: ${({theme:e})=>e.px.large};
|
|
1505
|
-
`,
|
|
1539
|
+
`,v=d.default.div`
|
|
1506
1540
|
align-items: center;
|
|
1507
1541
|
background-color: var(--color-coreui-home-template-icon);
|
|
1508
1542
|
border-radius: ${({theme:e})=>e.px.xsmall};
|
|
@@ -1513,22 +1547,22 @@ var e={6557:(e,t,n)=>{n.r(t),n.d(t,{default:()=>l});var r=n(6758),o=n.n(r),a=n(9
|
|
|
1513
1547
|
width: 60px;
|
|
1514
1548
|
|
|
1515
1549
|
position: relative;
|
|
1516
|
-
`,
|
|
1550
|
+
`,m=d.default.span`
|
|
1517
1551
|
font-size: 24px;
|
|
1518
1552
|
text-transform: uppercase;
|
|
1519
|
-
`,x=
|
|
1553
|
+
`,x=d.default.img`
|
|
1520
1554
|
border-radius: ${({theme:e})=>e.px.xsmall};
|
|
1521
1555
|
object-fit: cover;
|
|
1522
1556
|
user-select: none;
|
|
1523
1557
|
height: 100%;
|
|
1524
1558
|
width: 100%;
|
|
1525
|
-
`,y=
|
|
1559
|
+
`,y=d.default.div`
|
|
1526
1560
|
display: flex;
|
|
1527
1561
|
flex-direction: column;
|
|
1528
1562
|
justify-content: flex-start;
|
|
1529
1563
|
min-width: 0;
|
|
1530
1564
|
margin-left: ${({theme:e})=>e.px.base};
|
|
1531
|
-
`,C=
|
|
1565
|
+
`,C=d.default.span`
|
|
1532
1566
|
font-size: ${({theme:e})=>e.fontSize.large};
|
|
1533
1567
|
line-height: ${({theme:e})=>e.px.large};
|
|
1534
1568
|
overflow: hidden;
|
|
@@ -1537,24 +1571,24 @@ var e={6557:(e,t,n)=>{n.r(t),n.d(t,{default:()=>l});var r=n(6758),o=n.n(r),a=n(9
|
|
|
1537
1571
|
text-overflow: ellipsis;
|
|
1538
1572
|
white-space: nowrap;
|
|
1539
1573
|
color: var(--color-coreui-home-text-base);
|
|
1540
|
-
`,_=
|
|
1574
|
+
`,_=d.default.span`
|
|
1541
1575
|
color: var(--color-coreui-home-text-soft);
|
|
1542
1576
|
line-height: ${({theme:e})=>e.px.base};
|
|
1543
1577
|
overflow: hidden;
|
|
1544
1578
|
padding-bottom: 2px;
|
|
1545
1579
|
text-overflow: ellipsis;
|
|
1546
1580
|
white-space: nowrap;
|
|
1547
|
-
`,O=
|
|
1581
|
+
`,O=d.default.div`
|
|
1548
1582
|
border-radius: 2px;
|
|
1549
1583
|
flex: 1;
|
|
1550
1584
|
margin-top: ${({theme:e})=>e.px.large};
|
|
1551
1585
|
margin-bottom: ${({theme:e})=>e.px.base};
|
|
1552
1586
|
padding-right: ${({theme:e})=>e.px.base};
|
|
1553
1587
|
overflow-y: auto;
|
|
1554
|
-
`,w=
|
|
1588
|
+
`,w=d.default.div`
|
|
1555
1589
|
border-bottom: solid 1px ${({theme:e})=>e.palette.background6};
|
|
1556
1590
|
margin-bottom: ${({theme:e,padding:t})=>t&&e.px.base};
|
|
1557
|
-
`,j=(0,
|
|
1591
|
+
`,j=(0,d.default)(f.DefinitionList)`
|
|
1558
1592
|
dt {
|
|
1559
1593
|
text-align: left;
|
|
1560
1594
|
text-transform: capitalize;
|
|
@@ -1566,10 +1600,10 @@ var e={6557:(e,t,n)=>{n.r(t),n.d(t,{default:()=>l});var r=n(6758),o=n.n(r),a=n(9
|
|
|
1566
1600
|
text-overflow: ellipsis;
|
|
1567
1601
|
white-space: nowrap;
|
|
1568
1602
|
}
|
|
1569
|
-
`},2397:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),o(n(9939),t)},6957:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getInitials=void 0,t.getInitials=e=>{const t=e.trim(),n=t.lastIndexOf(" ");return n>-1?[t.charAt(0),t.charAt(n+1)].join(""):t.slice(0,2)}},4811:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.H6=t.H5=t.H4=t.H3=t.H2=t.H1=t.Heading=t.defaultSize=void 0;const a=n(1085),i=o(n(2770)),l=n(5820),
|
|
1603
|
+
`},2397:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),o(n(9939),t)},6957:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getInitials=void 0,t.getInitials=e=>{const t=e.trim(),n=t.lastIndexOf(" ");return n>-1?[t.charAt(0),t.charAt(n+1)].join(""):t.slice(0,2)}},4811:function(e,t,n){var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.H6=t.H5=t.H4=t.H3=t.H2=t.H1=t.Heading=t.defaultSize=void 0;const a=n(1085),i=o(n(2770)),l=n(5820),c=n(3968);t.defaultSize={h1:l.Size.xxxlarge,h2:l.Size.xxlarge,h3:l.Size.xlarge,h4:l.Size.large,h5:l.Size.base,h6:l.Size.small},t.Heading=e=>{var{level:n=1,className:o}=e,i=r(e,["level","className"]);const l=`h${n}`;return(0,a.jsx)(s,Object.assign({className:o,as:l,size:t.defaultSize[l],weight:"bold"},i))};const s=(0,i.default)(c.Text)`
|
|
1570
1604
|
line-height: ${({theme:e})=>e.lineHeight.heading};
|
|
1571
1605
|
`;t.H1=(0,i.default)(t.Heading).attrs(e=>Object.assign(Object.assign({},e),{level:1}))``,t.H2=(0,i.default)(t.Heading).attrs(e=>Object.assign(Object.assign({},e),{level:2}))``,t.H3=(0,i.default)(t.Heading).attrs(e=>Object.assign(Object.assign({},e),{level:3}))``,t.H4=(0,i.default)(t.Heading).attrs(e=>Object.assign(Object.assign({},e),{level:4}))``,t.H5=(0,i.default)(t.Heading).attrs(e=>Object.assign(Object.assign({},e),{level:5}))``,t.H6=(0,i.default)(t.Heading).attrs(e=>Object.assign(Object.assign({},e),{level:6}))``},6299:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),o(n(4811),t)},3968:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),o(n(7863),t)},7863:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.Text=void 0;const o=r(n(2770));t.Text=o.default.span`
|
|
1572
1606
|
font-size: ${({theme:e,size:t="base"})=>e.fontSize[t]};
|
|
1573
1607
|
font-weight: ${({theme:e,weight:t="normal"})=>e.fontWeight[t]};
|
|
1574
1608
|
line-height: ${({theme:e})=>e.lineHeight.text};
|
|
1575
|
-
`,t.Text.displayName="Text"},2069:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.useColorScheme=t.ColorScheme=void 0;const r=n(2015);t.ColorScheme={dark:"dark",light:"light",system:"system"};const o=(e,n)=>n===t.ColorScheme.system?e.matches?t.ColorScheme.dark:t.ColorScheme.light:n;t.useColorScheme=({colorScheme:e,fallbackScheme:n=t.ColorScheme.light})=>{const[a,i]=(0,r.useState)(e&&e!==t.ColorScheme.system?e:n),l=t=>{i(o(t,e||n))};return(0,r.useEffect)(()=>{if("undefined"!=typeof window){const t=window.matchMedia("(prefers-color-scheme: dark)");return i(o(t,e||n)),t.addEventListener("change",l),()=>t.removeEventListener("change",l)}},[e,a]),a}},5991:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.useDropdownKeyboardNavigation=void 0;const r=n(2015);t.useDropdownKeyboardNavigation=(e,t,n,o,a)=>{const[i,l]=(0,r.useState)(0),[s,c]=(0,r.useState)("");let u;if((0,r.useEffect)(()=>{if(t&&!n){const n=e.flat().findIndex(e=>e.value===t.value);n>=0&&l(n)}},[e,t,n]),(0,r.useEffect)(()=>{n||c("")},[n]),(0,r.useEffect)(()=>{if(s){const t=e.flat().findIndex(e=>e.title.toLowerCase().startsWith(s.toLowerCase()));t>=0&&l(t)}},[e,s]),e[0].length>0&&e.flat().length>i){const[t,n]=[Math.floor(i/e[0].length),i%e[0].length];u=e[t][n]}return(0,r.useEffect)(()=>{const e=setTimeout(()=>{c("")},500);return()=>clearTimeout(e)},[s]),{focusedOption:u,handleKeyDown:t=>{switch(t.code){case"ArrowUp":t.preventDefault(),i>0&&l(i-1);break;case"ArrowDown":t.preventDefault(),i<e.flat().length-1&&l(i+1);break;case"Enter":case"Space":t.preventDefault(),n?((null==u?void 0:u.overrideOnClick)?u.overrideOnClick():a(null!=u?u:e[0][0]),o()):o();break;case"Escape":t.preventDefault(),o(!1);break;default:/^[a-z0-9]$/i.test(t.key)&&c(e=>e+t.key)}}}}},7681:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.useLayoutMediaQuery=t.useMediaQuery=void 0;const r=n(2015);t.useMediaQuery=e=>{const[t,n]=(0,r.useState)(!1);return(0,r.useEffect)(()=>{const r=window.matchMedia(e);if(r){r.matches!==t&&n(r.matches);const e=()=>n(r.matches),o=()=>r.removeEventListener("change",e);return r.addEventListener("change",e),o}},[t,e]),t},t.useLayoutMediaQuery=e=>{const[t,n]=(0,r.useState)(!1);return(0,r.useLayoutEffect)(()=>{const r=window.matchMedia(e);if(r){r.matches!==t&&n(r.matches);const e=()=>n(r.matches),o=()=>r.removeEventListener("change",e);return r.addEventListener("change",e),o}},[t,e]),t}},9372:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.usePrevious=void 0;const r=n(2015);t.usePrevious=e=>{const t=(0,r.useRef)();return(0,r.useEffect)(()=>{t.current=e},[e]),t.current}},1900:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.useTheme=void 0;const r=n(2015),o=n(7825),a=n(3979),i=n(2069),l={[i.ColorScheme.dark]:a.OpenFinDarkTheme,[i.ColorScheme.light]:a.OpenFinLightTheme};t.useTheme=({themes:e,scheme:t})=>{const n=(0,i.useColorScheme)({colorScheme:t});return(0,r.useMemo)(()=>{try{return((e,t)=>{const n=null==t?void 0:t[e];let r=Object.assign({},l[e]);return n&&(r=(0,o.merge)(r,n)),r})(n,e)}catch(e){return console.error(e),{}}},[e,n])}},2869:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),o(n(2870),t),o(n(1028),t),o(n(8904),t),o(n(6473),t),o(n(7106),t),o(n(57),t),o(n(9194),t),o(n(3038),t),o(n(2911),t),o(n(2861),t),o(n(2394),t),o(n(5355),t),o(n(6836),t),o(n(3417),t),o(n(4124),t),o(n(7371),t),o(n(4629),t),o(n(3543),t),o(n(6834),t),o(n(1607),t),o(n(812),t),o(n(1490),t),o(n(2908),t),o(n(5347),t),o(n(8981),t),o(n(5570),t),o(n(2397),t),o(n(6299),t),o(n(3968),t),o(n(2069),t),o(n(7681),t),o(n(9372),t),o(n(5991),t),o(n(4692),t),o(n(4962),t),o(n(4924),t),o(n(6999),t)},4962:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.generateColorFromString=function(e="",t=70,n=50){let r=0;for(let t=0;t<e.length;t++)r=e.charCodeAt(t)+((r<<5)-r),r&=r;return`hsl(${r%360}, ${t}%, ${n}%)`}},4692:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.whenFin=function(e,t){const n="undefined"!=typeof fin?e:t;return"function"==typeof n?n():n}},9802:e=>{e.exports="https://cdn.openfin.co/ui-library/fonts/Inter-Italic.woff2"},9294:e=>{e.exports="https://cdn.openfin.co/ui-library/fonts/Inter-Regular.woff2"},3325:e=>{e.exports="https://cdn.openfin.co/ui-library/fonts/Inter-SemiBold.woff2"},2773:e=>{e.exports="https://cdn.openfin.co/ui-library/fonts/Inter-SemiBoldItalic.woff2"},824:e=>{e.exports=require("@radix-ui/react-icons")},5322:e=>{e.exports=require("framer-motion")},7825:e=>{e.exports=require("lodash")},2015:e=>{e.exports=require("react")},9500:e=>{e.exports=require("react-calendar")},2770:e=>{e.exports=require("styled-components")},5888:function(e){e.exports=function(){function e(t){return e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e(t)}var t=/^\s+/,n=/\s+$/;function r(o,a){if(a=a||{},(o=o||"")instanceof r)return o;if(!(this instanceof r))return new r(o,a);var i=function(r){var o={r:0,g:0,b:0},a=1,i=null,l=null,s=null,c=!1,u=!1;return"string"==typeof r&&(r=function(e){e=e.replace(t,"").replace(n,"").toLowerCase();var r,o=!1;if(y[e])e=y[e],o=!0;else if("transparent"==e)return{r:0,g:0,b:0,a:0,format:"name"};return(r=B.rgb.exec(e))?{r:r[1],g:r[2],b:r[3]}:(r=B.rgba.exec(e))?{r:r[1],g:r[2],b:r[3],a:r[4]}:(r=B.hsl.exec(e))?{h:r[1],s:r[2],l:r[3]}:(r=B.hsla.exec(e))?{h:r[1],s:r[2],l:r[3],a:r[4]}:(r=B.hsv.exec(e))?{h:r[1],s:r[2],v:r[3]}:(r=B.hsva.exec(e))?{h:r[1],s:r[2],v:r[3],a:r[4]}:(r=B.hex8.exec(e))?{r:j(r[1]),g:j(r[2]),b:j(r[3]),a:M(r[4]),format:o?"name":"hex8"}:(r=B.hex6.exec(e))?{r:j(r[1]),g:j(r[2]),b:j(r[3]),format:o?"name":"hex"}:(r=B.hex4.exec(e))?{r:j(r[1]+""+r[1]),g:j(r[2]+""+r[2]),b:j(r[3]+""+r[3]),a:M(r[4]+""+r[4]),format:o?"name":"hex8"}:!!(r=B.hex3.exec(e))&&{r:j(r[1]+""+r[1]),g:j(r[2]+""+r[2]),b:j(r[3]+""+r[3]),format:o?"name":"hex"}}(r)),"object"==e(r)&&(E(r.r)&&E(r.g)&&E(r.b)?(d=r.r,p=r.g,f=r.b,o={r:255*O(d,255),g:255*O(p,255),b:255*O(f,255)},c=!0,u="%"===String(r.r).substr(-1)?"prgb":"rgb"):E(r.h)&&E(r.s)&&E(r.v)?(i=P(r.s),l=P(r.v),o=function(e,t,n){e=6*O(e,360),t=O(t,100),n=O(n,100);var r=Math.floor(e),o=e-r,a=n*(1-t),i=n*(1-o*t),l=n*(1-(1-o)*t),s=r%6;return{r:255*[n,i,a,a,l,n][s],g:255*[l,n,n,i,a,a][s],b:255*[a,a,l,n,n,i][s]}}(r.h,i,l),c=!0,u="hsv"):E(r.h)&&E(r.s)&&E(r.l)&&(i=P(r.s),s=P(r.l),o=function(e,t,n){var r,o,a;function i(e,t,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?e+6*(t-e)*n:n<.5?t:n<2/3?e+(t-e)*(2/3-n)*6:e}if(e=O(e,360),t=O(t,100),n=O(n,100),0===t)r=o=a=n;else{var l=n<.5?n*(1+t):n+t-n*t,s=2*n-l;r=i(s,l,e+1/3),o=i(s,l,e),a=i(s,l,e-1/3)}return{r:255*r,g:255*o,b:255*a}}(r.h,i,s),c=!0,u="hsl"),r.hasOwnProperty("a")&&(a=r.a)),a=_(a),{ok:c,format:r.format||u,r:Math.min(255,Math.max(o.r,0)),g:Math.min(255,Math.max(o.g,0)),b:Math.min(255,Math.max(o.b,0)),a};var d,p,f}(o);this._originalInput=o,this._r=i.r,this._g=i.g,this._b=i.b,this._a=i.a,this._roundA=Math.round(100*this._a)/100,this._format=a.format||i.format,this._gradientType=a.gradientType,this._r<1&&(this._r=Math.round(this._r)),this._g<1&&(this._g=Math.round(this._g)),this._b<1&&(this._b=Math.round(this._b)),this._ok=i.ok}function o(e,t,n){e=O(e,255),t=O(t,255),n=O(n,255);var r,o,a=Math.max(e,t,n),i=Math.min(e,t,n),l=(a+i)/2;if(a==i)r=o=0;else{var s=a-i;switch(o=l>.5?s/(2-a-i):s/(a+i),a){case e:r=(t-n)/s+(t<n?6:0);break;case t:r=(n-e)/s+2;break;case n:r=(e-t)/s+4}r/=6}return{h:r,s:o,l}}function a(e,t,n){e=O(e,255),t=O(t,255),n=O(n,255);var r,o,a=Math.max(e,t,n),i=Math.min(e,t,n),l=a,s=a-i;if(o=0===a?0:s/a,a==i)r=0;else{switch(a){case e:r=(t-n)/s+(t<n?6:0);break;case t:r=(n-e)/s+2;break;case n:r=(e-t)/s+4}r/=6}return{h:r,s:o,v:l}}function i(e,t,n,r){var o=[k(Math.round(e).toString(16)),k(Math.round(t).toString(16)),k(Math.round(n).toString(16))];return r&&o[0].charAt(0)==o[0].charAt(1)&&o[1].charAt(0)==o[1].charAt(1)&&o[2].charAt(0)==o[2].charAt(1)?o[0].charAt(0)+o[1].charAt(0)+o[2].charAt(0):o.join("")}function l(e,t,n,r){return[k(S(r)),k(Math.round(e).toString(16)),k(Math.round(t).toString(16)),k(Math.round(n).toString(16))].join("")}function s(e,t){t=0===t?0:t||10;var n=r(e).toHsl();return n.s-=t/100,n.s=w(n.s),r(n)}function c(e,t){t=0===t?0:t||10;var n=r(e).toHsl();return n.s+=t/100,n.s=w(n.s),r(n)}function u(e){return r(e).desaturate(100)}function d(e,t){t=0===t?0:t||10;var n=r(e).toHsl();return n.l+=t/100,n.l=w(n.l),r(n)}function p(e,t){t=0===t?0:t||10;var n=r(e).toRgb();return n.r=Math.max(0,Math.min(255,n.r-Math.round(-t/100*255))),n.g=Math.max(0,Math.min(255,n.g-Math.round(-t/100*255))),n.b=Math.max(0,Math.min(255,n.b-Math.round(-t/100*255))),r(n)}function f(e,t){t=0===t?0:t||10;var n=r(e).toHsl();return n.l-=t/100,n.l=w(n.l),r(n)}function h(e,t){var n=r(e).toHsl(),o=(n.h+t)%360;return n.h=o<0?360+o:o,r(n)}function b(e){var t=r(e).toHsl();return t.h=(t.h+180)%360,r(t)}function g(e,t){if(isNaN(t)||t<=0)throw new Error("Argument to polyad must be a positive number");for(var n=r(e).toHsl(),o=[r(e)],a=360/t,i=1;i<t;i++)o.push(r({h:(n.h+i*a)%360,s:n.s,l:n.l}));return o}function m(e){var t=r(e).toHsl(),n=t.h;return[r(e),r({h:(n+72)%360,s:t.s,l:t.l}),r({h:(n+216)%360,s:t.s,l:t.l})]}function v(e,t,n){t=t||6,n=n||30;var o=r(e).toHsl(),a=360/n,i=[r(e)];for(o.h=(o.h-(a*t>>1)+720)%360;--t;)o.h=(o.h+a)%360,i.push(r(o));return i}function x(e,t){t=t||6;for(var n=r(e).toHsv(),o=n.h,a=n.s,i=n.v,l=[],s=1/t;t--;)l.push(r({h:o,s:a,v:i})),i=(i+s)%1;return l}r.prototype={isDark:function(){return this.getBrightness()<128},isLight:function(){return!this.isDark()},isValid:function(){return this._ok},getOriginalInput:function(){return this._originalInput},getFormat:function(){return this._format},getAlpha:function(){return this._a},getBrightness:function(){var e=this.toRgb();return(299*e.r+587*e.g+114*e.b)/1e3},getLuminance:function(){var e,t,n,r=this.toRgb();return e=r.r/255,t=r.g/255,n=r.b/255,.2126*(e<=.03928?e/12.92:Math.pow((e+.055)/1.055,2.4))+.7152*(t<=.03928?t/12.92:Math.pow((t+.055)/1.055,2.4))+.0722*(n<=.03928?n/12.92:Math.pow((n+.055)/1.055,2.4))},setAlpha:function(e){return this._a=_(e),this._roundA=Math.round(100*this._a)/100,this},toHsv:function(){var e=a(this._r,this._g,this._b);return{h:360*e.h,s:e.s,v:e.v,a:this._a}},toHsvString:function(){var e=a(this._r,this._g,this._b),t=Math.round(360*e.h),n=Math.round(100*e.s),r=Math.round(100*e.v);return 1==this._a?"hsv("+t+", "+n+"%, "+r+"%)":"hsva("+t+", "+n+"%, "+r+"%, "+this._roundA+")"},toHsl:function(){var e=o(this._r,this._g,this._b);return{h:360*e.h,s:e.s,l:e.l,a:this._a}},toHslString:function(){var e=o(this._r,this._g,this._b),t=Math.round(360*e.h),n=Math.round(100*e.s),r=Math.round(100*e.l);return 1==this._a?"hsl("+t+", "+n+"%, "+r+"%)":"hsla("+t+", "+n+"%, "+r+"%, "+this._roundA+")"},toHex:function(e){return i(this._r,this._g,this._b,e)},toHexString:function(e){return"#"+this.toHex(e)},toHex8:function(e){return function(e,t,n,r,o){var a=[k(Math.round(e).toString(16)),k(Math.round(t).toString(16)),k(Math.round(n).toString(16)),k(S(r))];return o&&a[0].charAt(0)==a[0].charAt(1)&&a[1].charAt(0)==a[1].charAt(1)&&a[2].charAt(0)==a[2].charAt(1)&&a[3].charAt(0)==a[3].charAt(1)?a[0].charAt(0)+a[1].charAt(0)+a[2].charAt(0)+a[3].charAt(0):a.join("")}(this._r,this._g,this._b,this._a,e)},toHex8String:function(e){return"#"+this.toHex8(e)},toRgb:function(){return{r:Math.round(this._r),g:Math.round(this._g),b:Math.round(this._b),a:this._a}},toRgbString:function(){return 1==this._a?"rgb("+Math.round(this._r)+", "+Math.round(this._g)+", "+Math.round(this._b)+")":"rgba("+Math.round(this._r)+", "+Math.round(this._g)+", "+Math.round(this._b)+", "+this._roundA+")"},toPercentageRgb:function(){return{r:Math.round(100*O(this._r,255))+"%",g:Math.round(100*O(this._g,255))+"%",b:Math.round(100*O(this._b,255))+"%",a:this._a}},toPercentageRgbString:function(){return 1==this._a?"rgb("+Math.round(100*O(this._r,255))+"%, "+Math.round(100*O(this._g,255))+"%, "+Math.round(100*O(this._b,255))+"%)":"rgba("+Math.round(100*O(this._r,255))+"%, "+Math.round(100*O(this._g,255))+"%, "+Math.round(100*O(this._b,255))+"%, "+this._roundA+")"},toName:function(){return 0===this._a?"transparent":!(this._a<1)&&(C[i(this._r,this._g,this._b,!0)]||!1)},toFilter:function(e){var t="#"+l(this._r,this._g,this._b,this._a),n=t,o=this._gradientType?"GradientType = 1, ":"";if(e){var a=r(e);n="#"+l(a._r,a._g,a._b,a._a)}return"progid:DXImageTransform.Microsoft.gradient("+o+"startColorstr="+t+",endColorstr="+n+")"},toString:function(e){var t=!!e;e=e||this._format;var n=!1,r=this._a<1&&this._a>=0;return t||!r||"hex"!==e&&"hex6"!==e&&"hex3"!==e&&"hex4"!==e&&"hex8"!==e&&"name"!==e?("rgb"===e&&(n=this.toRgbString()),"prgb"===e&&(n=this.toPercentageRgbString()),"hex"!==e&&"hex6"!==e||(n=this.toHexString()),"hex3"===e&&(n=this.toHexString(!0)),"hex4"===e&&(n=this.toHex8String(!0)),"hex8"===e&&(n=this.toHex8String()),"name"===e&&(n=this.toName()),"hsl"===e&&(n=this.toHslString()),"hsv"===e&&(n=this.toHsvString()),n||this.toHexString()):"name"===e&&0===this._a?this.toName():this.toRgbString()},clone:function(){return r(this.toString())},_applyModification:function(e,t){var n=e.apply(null,[this].concat([].slice.call(t)));return this._r=n._r,this._g=n._g,this._b=n._b,this.setAlpha(n._a),this},lighten:function(){return this._applyModification(d,arguments)},brighten:function(){return this._applyModification(p,arguments)},darken:function(){return this._applyModification(f,arguments)},desaturate:function(){return this._applyModification(s,arguments)},saturate:function(){return this._applyModification(c,arguments)},greyscale:function(){return this._applyModification(u,arguments)},spin:function(){return this._applyModification(h,arguments)},_applyCombination:function(e,t){return e.apply(null,[this].concat([].slice.call(t)))},analogous:function(){return this._applyCombination(v,arguments)},complement:function(){return this._applyCombination(b,arguments)},monochromatic:function(){return this._applyCombination(x,arguments)},splitcomplement:function(){return this._applyCombination(m,arguments)},triad:function(){return this._applyCombination(g,[3])},tetrad:function(){return this._applyCombination(g,[4])}},r.fromRatio=function(t,n){if("object"==e(t)){var o={};for(var a in t)t.hasOwnProperty(a)&&(o[a]="a"===a?t[a]:P(t[a]));t=o}return r(t,n)},r.equals=function(e,t){return!(!e||!t)&&r(e).toRgbString()==r(t).toRgbString()},r.random=function(){return r.fromRatio({r:Math.random(),g:Math.random(),b:Math.random()})},r.mix=function(e,t,n){n=0===n?0:n||50;var o=r(e).toRgb(),a=r(t).toRgb(),i=n/100;return r({r:(a.r-o.r)*i+o.r,g:(a.g-o.g)*i+o.g,b:(a.b-o.b)*i+o.b,a:(a.a-o.a)*i+o.a})},r.readability=function(e,t){var n=r(e),o=r(t);return(Math.max(n.getLuminance(),o.getLuminance())+.05)/(Math.min(n.getLuminance(),o.getLuminance())+.05)},r.isReadable=function(e,t,n){var o,a,i,l,s,c=r.readability(e,t);switch(a=!1,(i=n,"AA"!==(l=((i=i||{level:"AA",size:"small"}).level||"AA").toUpperCase())&&"AAA"!==l&&(l="AA"),"small"!==(s=(i.size||"small").toLowerCase())&&"large"!==s&&(s="small"),o={level:l,size:s}).level+o.size){case"AAsmall":case"AAAlarge":a=c>=4.5;break;case"AAlarge":a=c>=3;break;case"AAAsmall":a=c>=7}return a},r.mostReadable=function(e,t,n){var o,a,i,l,s=null,c=0;a=(n=n||{}).includeFallbackColors,i=n.level,l=n.size;for(var u=0;u<t.length;u++)(o=r.readability(e,t[u]))>c&&(c=o,s=r(t[u]));return r.isReadable(e,s,{level:i,size:l})||!a?s:(n.includeFallbackColors=!1,r.mostReadable(e,["#fff","#000"],n))};var y=r.names={aliceblue:"f0f8ff",antiquewhite:"faebd7",aqua:"0ff",aquamarine:"7fffd4",azure:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"000",blanchedalmond:"ffebcd",blue:"00f",blueviolet:"8a2be2",brown:"a52a2a",burlywood:"deb887",burntsienna:"ea7e5d",cadetblue:"5f9ea0",chartreuse:"7fff00",chocolate:"d2691e",coral:"ff7f50",cornflowerblue:"6495ed",cornsilk:"fff8dc",crimson:"dc143c",cyan:"0ff",darkblue:"00008b",darkcyan:"008b8b",darkgoldenrod:"b8860b",darkgray:"a9a9a9",darkgreen:"006400",darkgrey:"a9a9a9",darkkhaki:"bdb76b",darkmagenta:"8b008b",darkolivegreen:"556b2f",darkorange:"ff8c00",darkorchid:"9932cc",darkred:"8b0000",darksalmon:"e9967a",darkseagreen:"8fbc8f",darkslateblue:"483d8b",darkslategray:"2f4f4f",darkslategrey:"2f4f4f",darkturquoise:"00ced1",darkviolet:"9400d3",deeppink:"ff1493",deepskyblue:"00bfff",dimgray:"696969",dimgrey:"696969",dodgerblue:"1e90ff",firebrick:"b22222",floralwhite:"fffaf0",forestgreen:"228b22",fuchsia:"f0f",gainsboro:"dcdcdc",ghostwhite:"f8f8ff",gold:"ffd700",goldenrod:"daa520",gray:"808080",green:"008000",greenyellow:"adff2f",grey:"808080",honeydew:"f0fff0",hotpink:"ff69b4",indianred:"cd5c5c",indigo:"4b0082",ivory:"fffff0",khaki:"f0e68c",lavender:"e6e6fa",lavenderblush:"fff0f5",lawngreen:"7cfc00",lemonchiffon:"fffacd",lightblue:"add8e6",lightcoral:"f08080",lightcyan:"e0ffff",lightgoldenrodyellow:"fafad2",lightgray:"d3d3d3",lightgreen:"90ee90",lightgrey:"d3d3d3",lightpink:"ffb6c1",lightsalmon:"ffa07a",lightseagreen:"20b2aa",lightskyblue:"87cefa",lightslategray:"789",lightslategrey:"789",lightsteelblue:"b0c4de",lightyellow:"ffffe0",lime:"0f0",limegreen:"32cd32",linen:"faf0e6",magenta:"f0f",maroon:"800000",mediumaquamarine:"66cdaa",mediumblue:"0000cd",mediumorchid:"ba55d3",mediumpurple:"9370db",mediumseagreen:"3cb371",mediumslateblue:"7b68ee",mediumspringgreen:"00fa9a",mediumturquoise:"48d1cc",mediumvioletred:"c71585",midnightblue:"191970",mintcream:"f5fffa",mistyrose:"ffe4e1",moccasin:"ffe4b5",navajowhite:"ffdead",navy:"000080",oldlace:"fdf5e6",olive:"808000",olivedrab:"6b8e23",orange:"ffa500",orangered:"ff4500",orchid:"da70d6",palegoldenrod:"eee8aa",palegreen:"98fb98",paleturquoise:"afeeee",palevioletred:"db7093",papayawhip:"ffefd5",peachpuff:"ffdab9",peru:"cd853f",pink:"ffc0cb",plum:"dda0dd",powderblue:"b0e0e6",purple:"800080",rebeccapurple:"663399",red:"f00",rosybrown:"bc8f8f",royalblue:"4169e1",saddlebrown:"8b4513",salmon:"fa8072",sandybrown:"f4a460",seagreen:"2e8b57",seashell:"fff5ee",sienna:"a0522d",silver:"c0c0c0",skyblue:"87ceeb",slateblue:"6a5acd",slategray:"708090",slategrey:"708090",snow:"fffafa",springgreen:"00ff7f",steelblue:"4682b4",tan:"d2b48c",teal:"008080",thistle:"d8bfd8",tomato:"ff6347",turquoise:"40e0d0",violet:"ee82ee",wheat:"f5deb3",white:"fff",whitesmoke:"f5f5f5",yellow:"ff0",yellowgreen:"9acd32"},C=r.hexNames=function(e){var t={};for(var n in e)e.hasOwnProperty(n)&&(t[e[n]]=n);return t}(y);function _(e){return e=parseFloat(e),(isNaN(e)||e<0||e>1)&&(e=1),e}function O(e,t){(function(e){return"string"==typeof e&&-1!=e.indexOf(".")&&1===parseFloat(e)})(e)&&(e="100%");var n=function(e){return"string"==typeof e&&-1!=e.indexOf("%")}(e);return e=Math.min(t,Math.max(0,parseFloat(e))),n&&(e=parseInt(e*t,10)/100),Math.abs(e-t)<1e-6?1:e%t/parseFloat(t)}function w(e){return Math.min(1,Math.max(0,e))}function j(e){return parseInt(e,16)}function k(e){return 1==e.length?"0"+e:""+e}function P(e){return e<=1&&(e=100*e+"%"),e}function S(e){return Math.round(255*parseFloat(e)).toString(16)}function M(e){return j(e)/255}var $,I,D,B=(I="[\\s|\\(]+("+($="(?:[-\\+]?\\d*\\.\\d+%?)|(?:[-\\+]?\\d+%?)")+")[,|\\s]+("+$+")[,|\\s]+("+$+")\\s*\\)?",D="[\\s|\\(]+("+$+")[,|\\s]+("+$+")[,|\\s]+("+$+")[,|\\s]+("+$+")\\s*\\)?",{CSS_UNIT:new RegExp($),rgb:new RegExp("rgb"+I),rgba:new RegExp("rgba"+D),hsl:new RegExp("hsl"+I),hsla:new RegExp("hsla"+D),hsv:new RegExp("hsv"+I),hsva:new RegExp("hsva"+D),hex3:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex6:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,hex4:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex8:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/});function E(e){return!!B.CSS_UNIT.exec(e)}return r}()}},t={};function n(r){var o=t[r];if(void 0!==o)return o.exports;var a=t[r]={id:r,exports:{}};return e[r].call(a.exports,a,a.exports,n),a.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var r=n(2869),o=exports;for(var a in r)o[a]=r[a];r.__esModule&&Object.defineProperty(o,"__esModule",{value:!0});
|
|
1609
|
+
`,t.Text.displayName="Text"},2069:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.useColorScheme=t.ColorScheme=void 0;const r=n(2015);t.ColorScheme={dark:"dark",light:"light",system:"system"};const o=(e,n)=>n===t.ColorScheme.system?e.matches?t.ColorScheme.dark:t.ColorScheme.light:n;t.useColorScheme=({colorScheme:e,fallbackScheme:n=t.ColorScheme.light})=>{const[a,i]=(0,r.useState)(e&&e!==t.ColorScheme.system?e:n),l=t=>{i(o(t,e||n))};return(0,r.useEffect)(()=>{if("undefined"!=typeof window){const t=window.matchMedia("(prefers-color-scheme: dark)");return i(o(t,e||n)),t.addEventListener("change",l),()=>t.removeEventListener("change",l)}},[e,a]),a}},5991:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.useDropdownKeyboardNavigation=void 0;const r=n(2015);t.useDropdownKeyboardNavigation=(e,t,n,o,a)=>{const[i,l]=(0,r.useState)(0),[c,s]=(0,r.useState)("");let d;if((0,r.useEffect)(()=>{if(t&&!n){const n=e.flat().findIndex(e=>e.value===t.value);n>=0&&l(n)}},[e,t,n]),(0,r.useEffect)(()=>{n||s("")},[n]),(0,r.useEffect)(()=>{if(c){const t=e.flat().findIndex(e=>e.title.toLowerCase().startsWith(c.toLowerCase()));t>=0&&l(t)}},[e,c]),e[0].length>0&&e.flat().length>i){const[t,n]=[Math.floor(i/e[0].length),i%e[0].length];d=e[t][n]}return(0,r.useEffect)(()=>{const e=setTimeout(()=>{s("")},500);return()=>clearTimeout(e)},[c]),{focusedOption:d,handleKeyDown:t=>{switch(t.code){case"ArrowUp":t.preventDefault(),i>0&&l(i-1);break;case"ArrowDown":t.preventDefault(),i<e.flat().length-1&&l(i+1);break;case"Enter":case"Space":t.preventDefault(),n?((null==d?void 0:d.overrideOnClick)?d.overrideOnClick():a(null!=d?d:e[0][0]),o()):o();break;case"Escape":t.preventDefault(),o(!1);break;default:/^[a-z0-9]$/i.test(t.key)&&s(e=>e+t.key)}}}}},7681:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.useLayoutMediaQuery=t.useMediaQuery=void 0;const r=n(2015);t.useMediaQuery=e=>{const[t,n]=(0,r.useState)(!1);return(0,r.useEffect)(()=>{const r=window.matchMedia(e);if(r){r.matches!==t&&n(r.matches);const e=()=>n(r.matches),o=()=>r.removeEventListener("change",e);return r.addEventListener("change",e),o}},[t,e]),t},t.useLayoutMediaQuery=e=>{const[t,n]=(0,r.useState)(!1);return(0,r.useLayoutEffect)(()=>{const r=window.matchMedia(e);if(r){r.matches!==t&&n(r.matches);const e=()=>n(r.matches),o=()=>r.removeEventListener("change",e);return r.addEventListener("change",e),o}},[t,e]),t}},9372:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.usePrevious=void 0;const r=n(2015);t.usePrevious=e=>{const t=(0,r.useRef)();return(0,r.useEffect)(()=>{t.current=e},[e]),t.current}},1900:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.useTheme=void 0;const r=n(2015),o=n(7825),a=n(3979),i=n(2069),l={[i.ColorScheme.dark]:a.OpenFinDarkTheme,[i.ColorScheme.light]:a.OpenFinLightTheme};t.useTheme=({themes:e,scheme:t})=>{const n=(0,i.useColorScheme)({colorScheme:t});return(0,r.useMemo)(()=>{try{return((e,t)=>{const n=null==t?void 0:t[e];let r=Object.assign({},l[e]);return n&&(r=(0,o.merge)(r,n)),r})(n,e)}catch(e){return console.error(e),{}}},[e,n])}},2869:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),o(n(2870),t),o(n(1028),t),o(n(8904),t),o(n(6473),t),o(n(7106),t),o(n(57),t),o(n(9194),t),o(n(3038),t),o(n(2911),t),o(n(2861),t),o(n(2394),t),o(n(5355),t),o(n(6836),t),o(n(3417),t),o(n(4124),t),o(n(7371),t),o(n(4629),t),o(n(3543),t),o(n(6834),t),o(n(1607),t),o(n(812),t),o(n(1490),t),o(n(2908),t),o(n(5347),t),o(n(8981),t),o(n(5570),t),o(n(2397),t),o(n(6299),t),o(n(3968),t),o(n(2069),t),o(n(7681),t),o(n(9372),t),o(n(5991),t),o(n(4692),t),o(n(4962),t),o(n(8875),t),o(n(4924),t),o(n(6999),t)},4962:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.generateColorFromString=function(e="",t=70,n=50){let r=0;for(let t=0;t<e.length;t++)r=e.charCodeAt(t)+((r<<5)-r),r&=r;return`hsl(${r%360}, ${t}%, ${n}%)`}},4692:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.whenFin=function(e,t){const n="undefined"!=typeof fin?e:t;return"function"==typeof n?n():n}},317:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getSchemeInitScript=t.schemeManager=void 0;const n="here-ui-scheme",r="light",o="(prefers-color-scheme: dark)",a=e=>"system"===e?"undefined"==typeof window?r:window.matchMedia(o).matches?"dark":"light":e,i=e=>{"undefined"!=typeof document&&(document.documentElement.dataset.scheme=e)};t.schemeManager=(()=>{let e=!1,t=r,l=r;const c=new Set,s=e=>{c.forEach(t=>{try{t(e)}catch(e){console.error("SchemeManager: Error in subscriber callback",e)}})},d=()=>{const e=a(t);e!==l?(l=e,i(l),s(l)):i(l)},u=e=>{if(e.key!==n)return;const r=e.newValue;r&&["light","dark","system"].includes(r)&&(t=r,d())},f=e=>{"system"===t&&(l=e.matches?"dark":"light",i(l),s(l))};return{init(){if(e)return;if("undefined"==typeof window)return;const c=localStorage.getItem(n);c&&["light","dark","system"].includes(c)?t=c:localStorage.setItem(n,r),l=a(t),i(l),window.addEventListener("storage",u),window.matchMedia(o).addEventListener("change",f),e=!0},setScheme(e){["light","dark","system"].includes(e)?(t=e,"undefined"!=typeof localStorage&&localStorage.setItem(n,e),d()):console.warn(`SchemeManager: Invalid scheme "${e}". Use 'light', 'dark', or 'system'.`)},getScheme:()=>t,getResolvedScheme:()=>l,subscribe:e=>(c.add(e),()=>{c.delete(e)}),isInitialized:()=>e}})(),t.getSchemeInitScript=()=>`(function(){\n var k='${n}',d='${r}',s=localStorage.getItem(k)||d;\n if(s==='system'){s=window.matchMedia('(prefers-color-scheme:dark)').matches?'dark':'light';}\n document.documentElement.dataset.scheme=s;\n})();`},8875:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getSchemeInitScript=t.schemeManager=void 0;var r=n(317);Object.defineProperty(t,"schemeManager",{enumerable:!0,get:function(){return r.schemeManager}}),Object.defineProperty(t,"getSchemeInitScript",{enumerable:!0,get:function(){return r.getSchemeInitScript}})},9802:e=>{e.exports="https://cdn.openfin.co/ui-library/fonts/Inter-Italic.woff2"},9294:e=>{e.exports="https://cdn.openfin.co/ui-library/fonts/Inter-Regular.woff2"},3325:e=>{e.exports="https://cdn.openfin.co/ui-library/fonts/Inter-SemiBold.woff2"},2773:e=>{e.exports="https://cdn.openfin.co/ui-library/fonts/Inter-SemiBoldItalic.woff2"},824:e=>{e.exports=require("@radix-ui/react-icons")},5322:e=>{e.exports=require("framer-motion")},7825:e=>{e.exports=require("lodash")},2015:e=>{e.exports=require("react")},9500:e=>{e.exports=require("react-calendar")},2770:e=>{e.exports=require("styled-components")},5888:function(e){e.exports=function(){function e(t){return e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e(t)}var t=/^\s+/,n=/\s+$/;function r(o,a){if(a=a||{},(o=o||"")instanceof r)return o;if(!(this instanceof r))return new r(o,a);var i=function(r){var o={r:0,g:0,b:0},a=1,i=null,l=null,c=null,s=!1,d=!1;return"string"==typeof r&&(r=function(e){e=e.replace(t,"").replace(n,"").toLowerCase();var r,o=!1;if(y[e])e=y[e],o=!0;else if("transparent"==e)return{r:0,g:0,b:0,a:0,format:"name"};return(r=E.rgb.exec(e))?{r:r[1],g:r[2],b:r[3]}:(r=E.rgba.exec(e))?{r:r[1],g:r[2],b:r[3],a:r[4]}:(r=E.hsl.exec(e))?{h:r[1],s:r[2],l:r[3]}:(r=E.hsla.exec(e))?{h:r[1],s:r[2],l:r[3],a:r[4]}:(r=E.hsv.exec(e))?{h:r[1],s:r[2],v:r[3]}:(r=E.hsva.exec(e))?{h:r[1],s:r[2],v:r[3],a:r[4]}:(r=E.hex8.exec(e))?{r:j(r[1]),g:j(r[2]),b:j(r[3]),a:M(r[4]),format:o?"name":"hex8"}:(r=E.hex6.exec(e))?{r:j(r[1]),g:j(r[2]),b:j(r[3]),format:o?"name":"hex"}:(r=E.hex4.exec(e))?{r:j(r[1]+""+r[1]),g:j(r[2]+""+r[2]),b:j(r[3]+""+r[3]),a:M(r[4]+""+r[4]),format:o?"name":"hex8"}:!!(r=E.hex3.exec(e))&&{r:j(r[1]+""+r[1]),g:j(r[2]+""+r[2]),b:j(r[3]+""+r[3]),format:o?"name":"hex"}}(r)),"object"==e(r)&&(D(r.r)&&D(r.g)&&D(r.b)?(u=r.r,f=r.g,p=r.b,o={r:255*O(u,255),g:255*O(f,255),b:255*O(p,255)},s=!0,d="%"===String(r.r).substr(-1)?"prgb":"rgb"):D(r.h)&&D(r.s)&&D(r.v)?(i=S(r.s),l=S(r.v),o=function(e,t,n){e=6*O(e,360),t=O(t,100),n=O(n,100);var r=Math.floor(e),o=e-r,a=n*(1-t),i=n*(1-o*t),l=n*(1-(1-o)*t),c=r%6;return{r:255*[n,i,a,a,l,n][c],g:255*[l,n,n,i,a,a][c],b:255*[a,a,l,n,n,i][c]}}(r.h,i,l),s=!0,d="hsv"):D(r.h)&&D(r.s)&&D(r.l)&&(i=S(r.s),c=S(r.l),o=function(e,t,n){var r,o,a;function i(e,t,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?e+6*(t-e)*n:n<.5?t:n<2/3?e+(t-e)*(2/3-n)*6:e}if(e=O(e,360),t=O(t,100),n=O(n,100),0===t)r=o=a=n;else{var l=n<.5?n*(1+t):n+t-n*t,c=2*n-l;r=i(c,l,e+1/3),o=i(c,l,e),a=i(c,l,e-1/3)}return{r:255*r,g:255*o,b:255*a}}(r.h,i,c),s=!0,d="hsl"),r.hasOwnProperty("a")&&(a=r.a)),a=_(a),{ok:s,format:r.format||d,r:Math.min(255,Math.max(o.r,0)),g:Math.min(255,Math.max(o.g,0)),b:Math.min(255,Math.max(o.b,0)),a};var u,f,p}(o);this._originalInput=o,this._r=i.r,this._g=i.g,this._b=i.b,this._a=i.a,this._roundA=Math.round(100*this._a)/100,this._format=a.format||i.format,this._gradientType=a.gradientType,this._r<1&&(this._r=Math.round(this._r)),this._g<1&&(this._g=Math.round(this._g)),this._b<1&&(this._b=Math.round(this._b)),this._ok=i.ok}function o(e,t,n){e=O(e,255),t=O(t,255),n=O(n,255);var r,o,a=Math.max(e,t,n),i=Math.min(e,t,n),l=(a+i)/2;if(a==i)r=o=0;else{var c=a-i;switch(o=l>.5?c/(2-a-i):c/(a+i),a){case e:r=(t-n)/c+(t<n?6:0);break;case t:r=(n-e)/c+2;break;case n:r=(e-t)/c+4}r/=6}return{h:r,s:o,l}}function a(e,t,n){e=O(e,255),t=O(t,255),n=O(n,255);var r,o,a=Math.max(e,t,n),i=Math.min(e,t,n),l=a,c=a-i;if(o=0===a?0:c/a,a==i)r=0;else{switch(a){case e:r=(t-n)/c+(t<n?6:0);break;case t:r=(n-e)/c+2;break;case n:r=(e-t)/c+4}r/=6}return{h:r,s:o,v:l}}function i(e,t,n,r){var o=[k(Math.round(e).toString(16)),k(Math.round(t).toString(16)),k(Math.round(n).toString(16))];return r&&o[0].charAt(0)==o[0].charAt(1)&&o[1].charAt(0)==o[1].charAt(1)&&o[2].charAt(0)==o[2].charAt(1)?o[0].charAt(0)+o[1].charAt(0)+o[2].charAt(0):o.join("")}function l(e,t,n,r){return[k(P(r)),k(Math.round(e).toString(16)),k(Math.round(t).toString(16)),k(Math.round(n).toString(16))].join("")}function c(e,t){t=0===t?0:t||10;var n=r(e).toHsl();return n.s-=t/100,n.s=w(n.s),r(n)}function s(e,t){t=0===t?0:t||10;var n=r(e).toHsl();return n.s+=t/100,n.s=w(n.s),r(n)}function d(e){return r(e).desaturate(100)}function u(e,t){t=0===t?0:t||10;var n=r(e).toHsl();return n.l+=t/100,n.l=w(n.l),r(n)}function f(e,t){t=0===t?0:t||10;var n=r(e).toRgb();return n.r=Math.max(0,Math.min(255,n.r-Math.round(-t/100*255))),n.g=Math.max(0,Math.min(255,n.g-Math.round(-t/100*255))),n.b=Math.max(0,Math.min(255,n.b-Math.round(-t/100*255))),r(n)}function p(e,t){t=0===t?0:t||10;var n=r(e).toHsl();return n.l-=t/100,n.l=w(n.l),r(n)}function h(e,t){var n=r(e).toHsl(),o=(n.h+t)%360;return n.h=o<0?360+o:o,r(n)}function b(e){var t=r(e).toHsl();return t.h=(t.h+180)%360,r(t)}function g(e,t){if(isNaN(t)||t<=0)throw new Error("Argument to polyad must be a positive number");for(var n=r(e).toHsl(),o=[r(e)],a=360/t,i=1;i<t;i++)o.push(r({h:(n.h+i*a)%360,s:n.s,l:n.l}));return o}function v(e){var t=r(e).toHsl(),n=t.h;return[r(e),r({h:(n+72)%360,s:t.s,l:t.l}),r({h:(n+216)%360,s:t.s,l:t.l})]}function m(e,t,n){t=t||6,n=n||30;var o=r(e).toHsl(),a=360/n,i=[r(e)];for(o.h=(o.h-(a*t>>1)+720)%360;--t;)o.h=(o.h+a)%360,i.push(r(o));return i}function x(e,t){t=t||6;for(var n=r(e).toHsv(),o=n.h,a=n.s,i=n.v,l=[],c=1/t;t--;)l.push(r({h:o,s:a,v:i})),i=(i+c)%1;return l}r.prototype={isDark:function(){return this.getBrightness()<128},isLight:function(){return!this.isDark()},isValid:function(){return this._ok},getOriginalInput:function(){return this._originalInput},getFormat:function(){return this._format},getAlpha:function(){return this._a},getBrightness:function(){var e=this.toRgb();return(299*e.r+587*e.g+114*e.b)/1e3},getLuminance:function(){var e,t,n,r=this.toRgb();return e=r.r/255,t=r.g/255,n=r.b/255,.2126*(e<=.03928?e/12.92:Math.pow((e+.055)/1.055,2.4))+.7152*(t<=.03928?t/12.92:Math.pow((t+.055)/1.055,2.4))+.0722*(n<=.03928?n/12.92:Math.pow((n+.055)/1.055,2.4))},setAlpha:function(e){return this._a=_(e),this._roundA=Math.round(100*this._a)/100,this},toHsv:function(){var e=a(this._r,this._g,this._b);return{h:360*e.h,s:e.s,v:e.v,a:this._a}},toHsvString:function(){var e=a(this._r,this._g,this._b),t=Math.round(360*e.h),n=Math.round(100*e.s),r=Math.round(100*e.v);return 1==this._a?"hsv("+t+", "+n+"%, "+r+"%)":"hsva("+t+", "+n+"%, "+r+"%, "+this._roundA+")"},toHsl:function(){var e=o(this._r,this._g,this._b);return{h:360*e.h,s:e.s,l:e.l,a:this._a}},toHslString:function(){var e=o(this._r,this._g,this._b),t=Math.round(360*e.h),n=Math.round(100*e.s),r=Math.round(100*e.l);return 1==this._a?"hsl("+t+", "+n+"%, "+r+"%)":"hsla("+t+", "+n+"%, "+r+"%, "+this._roundA+")"},toHex:function(e){return i(this._r,this._g,this._b,e)},toHexString:function(e){return"#"+this.toHex(e)},toHex8:function(e){return function(e,t,n,r,o){var a=[k(Math.round(e).toString(16)),k(Math.round(t).toString(16)),k(Math.round(n).toString(16)),k(P(r))];return o&&a[0].charAt(0)==a[0].charAt(1)&&a[1].charAt(0)==a[1].charAt(1)&&a[2].charAt(0)==a[2].charAt(1)&&a[3].charAt(0)==a[3].charAt(1)?a[0].charAt(0)+a[1].charAt(0)+a[2].charAt(0)+a[3].charAt(0):a.join("")}(this._r,this._g,this._b,this._a,e)},toHex8String:function(e){return"#"+this.toHex8(e)},toRgb:function(){return{r:Math.round(this._r),g:Math.round(this._g),b:Math.round(this._b),a:this._a}},toRgbString:function(){return 1==this._a?"rgb("+Math.round(this._r)+", "+Math.round(this._g)+", "+Math.round(this._b)+")":"rgba("+Math.round(this._r)+", "+Math.round(this._g)+", "+Math.round(this._b)+", "+this._roundA+")"},toPercentageRgb:function(){return{r:Math.round(100*O(this._r,255))+"%",g:Math.round(100*O(this._g,255))+"%",b:Math.round(100*O(this._b,255))+"%",a:this._a}},toPercentageRgbString:function(){return 1==this._a?"rgb("+Math.round(100*O(this._r,255))+"%, "+Math.round(100*O(this._g,255))+"%, "+Math.round(100*O(this._b,255))+"%)":"rgba("+Math.round(100*O(this._r,255))+"%, "+Math.round(100*O(this._g,255))+"%, "+Math.round(100*O(this._b,255))+"%, "+this._roundA+")"},toName:function(){return 0===this._a?"transparent":!(this._a<1)&&(C[i(this._r,this._g,this._b,!0)]||!1)},toFilter:function(e){var t="#"+l(this._r,this._g,this._b,this._a),n=t,o=this._gradientType?"GradientType = 1, ":"";if(e){var a=r(e);n="#"+l(a._r,a._g,a._b,a._a)}return"progid:DXImageTransform.Microsoft.gradient("+o+"startColorstr="+t+",endColorstr="+n+")"},toString:function(e){var t=!!e;e=e||this._format;var n=!1,r=this._a<1&&this._a>=0;return t||!r||"hex"!==e&&"hex6"!==e&&"hex3"!==e&&"hex4"!==e&&"hex8"!==e&&"name"!==e?("rgb"===e&&(n=this.toRgbString()),"prgb"===e&&(n=this.toPercentageRgbString()),"hex"!==e&&"hex6"!==e||(n=this.toHexString()),"hex3"===e&&(n=this.toHexString(!0)),"hex4"===e&&(n=this.toHex8String(!0)),"hex8"===e&&(n=this.toHex8String()),"name"===e&&(n=this.toName()),"hsl"===e&&(n=this.toHslString()),"hsv"===e&&(n=this.toHsvString()),n||this.toHexString()):"name"===e&&0===this._a?this.toName():this.toRgbString()},clone:function(){return r(this.toString())},_applyModification:function(e,t){var n=e.apply(null,[this].concat([].slice.call(t)));return this._r=n._r,this._g=n._g,this._b=n._b,this.setAlpha(n._a),this},lighten:function(){return this._applyModification(u,arguments)},brighten:function(){return this._applyModification(f,arguments)},darken:function(){return this._applyModification(p,arguments)},desaturate:function(){return this._applyModification(c,arguments)},saturate:function(){return this._applyModification(s,arguments)},greyscale:function(){return this._applyModification(d,arguments)},spin:function(){return this._applyModification(h,arguments)},_applyCombination:function(e,t){return e.apply(null,[this].concat([].slice.call(t)))},analogous:function(){return this._applyCombination(m,arguments)},complement:function(){return this._applyCombination(b,arguments)},monochromatic:function(){return this._applyCombination(x,arguments)},splitcomplement:function(){return this._applyCombination(v,arguments)},triad:function(){return this._applyCombination(g,[3])},tetrad:function(){return this._applyCombination(g,[4])}},r.fromRatio=function(t,n){if("object"==e(t)){var o={};for(var a in t)t.hasOwnProperty(a)&&(o[a]="a"===a?t[a]:S(t[a]));t=o}return r(t,n)},r.equals=function(e,t){return!(!e||!t)&&r(e).toRgbString()==r(t).toRgbString()},r.random=function(){return r.fromRatio({r:Math.random(),g:Math.random(),b:Math.random()})},r.mix=function(e,t,n){n=0===n?0:n||50;var o=r(e).toRgb(),a=r(t).toRgb(),i=n/100;return r({r:(a.r-o.r)*i+o.r,g:(a.g-o.g)*i+o.g,b:(a.b-o.b)*i+o.b,a:(a.a-o.a)*i+o.a})},r.readability=function(e,t){var n=r(e),o=r(t);return(Math.max(n.getLuminance(),o.getLuminance())+.05)/(Math.min(n.getLuminance(),o.getLuminance())+.05)},r.isReadable=function(e,t,n){var o,a,i,l,c,s=r.readability(e,t);switch(a=!1,(i=n,"AA"!==(l=((i=i||{level:"AA",size:"small"}).level||"AA").toUpperCase())&&"AAA"!==l&&(l="AA"),"small"!==(c=(i.size||"small").toLowerCase())&&"large"!==c&&(c="small"),o={level:l,size:c}).level+o.size){case"AAsmall":case"AAAlarge":a=s>=4.5;break;case"AAlarge":a=s>=3;break;case"AAAsmall":a=s>=7}return a},r.mostReadable=function(e,t,n){var o,a,i,l,c=null,s=0;a=(n=n||{}).includeFallbackColors,i=n.level,l=n.size;for(var d=0;d<t.length;d++)(o=r.readability(e,t[d]))>s&&(s=o,c=r(t[d]));return r.isReadable(e,c,{level:i,size:l})||!a?c:(n.includeFallbackColors=!1,r.mostReadable(e,["#fff","#000"],n))};var y=r.names={aliceblue:"f0f8ff",antiquewhite:"faebd7",aqua:"0ff",aquamarine:"7fffd4",azure:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"000",blanchedalmond:"ffebcd",blue:"00f",blueviolet:"8a2be2",brown:"a52a2a",burlywood:"deb887",burntsienna:"ea7e5d",cadetblue:"5f9ea0",chartreuse:"7fff00",chocolate:"d2691e",coral:"ff7f50",cornflowerblue:"6495ed",cornsilk:"fff8dc",crimson:"dc143c",cyan:"0ff",darkblue:"00008b",darkcyan:"008b8b",darkgoldenrod:"b8860b",darkgray:"a9a9a9",darkgreen:"006400",darkgrey:"a9a9a9",darkkhaki:"bdb76b",darkmagenta:"8b008b",darkolivegreen:"556b2f",darkorange:"ff8c00",darkorchid:"9932cc",darkred:"8b0000",darksalmon:"e9967a",darkseagreen:"8fbc8f",darkslateblue:"483d8b",darkslategray:"2f4f4f",darkslategrey:"2f4f4f",darkturquoise:"00ced1",darkviolet:"9400d3",deeppink:"ff1493",deepskyblue:"00bfff",dimgray:"696969",dimgrey:"696969",dodgerblue:"1e90ff",firebrick:"b22222",floralwhite:"fffaf0",forestgreen:"228b22",fuchsia:"f0f",gainsboro:"dcdcdc",ghostwhite:"f8f8ff",gold:"ffd700",goldenrod:"daa520",gray:"808080",green:"008000",greenyellow:"adff2f",grey:"808080",honeydew:"f0fff0",hotpink:"ff69b4",indianred:"cd5c5c",indigo:"4b0082",ivory:"fffff0",khaki:"f0e68c",lavender:"e6e6fa",lavenderblush:"fff0f5",lawngreen:"7cfc00",lemonchiffon:"fffacd",lightblue:"add8e6",lightcoral:"f08080",lightcyan:"e0ffff",lightgoldenrodyellow:"fafad2",lightgray:"d3d3d3",lightgreen:"90ee90",lightgrey:"d3d3d3",lightpink:"ffb6c1",lightsalmon:"ffa07a",lightseagreen:"20b2aa",lightskyblue:"87cefa",lightslategray:"789",lightslategrey:"789",lightsteelblue:"b0c4de",lightyellow:"ffffe0",lime:"0f0",limegreen:"32cd32",linen:"faf0e6",magenta:"f0f",maroon:"800000",mediumaquamarine:"66cdaa",mediumblue:"0000cd",mediumorchid:"ba55d3",mediumpurple:"9370db",mediumseagreen:"3cb371",mediumslateblue:"7b68ee",mediumspringgreen:"00fa9a",mediumturquoise:"48d1cc",mediumvioletred:"c71585",midnightblue:"191970",mintcream:"f5fffa",mistyrose:"ffe4e1",moccasin:"ffe4b5",navajowhite:"ffdead",navy:"000080",oldlace:"fdf5e6",olive:"808000",olivedrab:"6b8e23",orange:"ffa500",orangered:"ff4500",orchid:"da70d6",palegoldenrod:"eee8aa",palegreen:"98fb98",paleturquoise:"afeeee",palevioletred:"db7093",papayawhip:"ffefd5",peachpuff:"ffdab9",peru:"cd853f",pink:"ffc0cb",plum:"dda0dd",powderblue:"b0e0e6",purple:"800080",rebeccapurple:"663399",red:"f00",rosybrown:"bc8f8f",royalblue:"4169e1",saddlebrown:"8b4513",salmon:"fa8072",sandybrown:"f4a460",seagreen:"2e8b57",seashell:"fff5ee",sienna:"a0522d",silver:"c0c0c0",skyblue:"87ceeb",slateblue:"6a5acd",slategray:"708090",slategrey:"708090",snow:"fffafa",springgreen:"00ff7f",steelblue:"4682b4",tan:"d2b48c",teal:"008080",thistle:"d8bfd8",tomato:"ff6347",turquoise:"40e0d0",violet:"ee82ee",wheat:"f5deb3",white:"fff",whitesmoke:"f5f5f5",yellow:"ff0",yellowgreen:"9acd32"},C=r.hexNames=function(e){var t={};for(var n in e)e.hasOwnProperty(n)&&(t[e[n]]=n);return t}(y);function _(e){return e=parseFloat(e),(isNaN(e)||e<0||e>1)&&(e=1),e}function O(e,t){(function(e){return"string"==typeof e&&-1!=e.indexOf(".")&&1===parseFloat(e)})(e)&&(e="100%");var n=function(e){return"string"==typeof e&&-1!=e.indexOf("%")}(e);return e=Math.min(t,Math.max(0,parseFloat(e))),n&&(e=parseInt(e*t,10)/100),Math.abs(e-t)<1e-6?1:e%t/parseFloat(t)}function w(e){return Math.min(1,Math.max(0,e))}function j(e){return parseInt(e,16)}function k(e){return 1==e.length?"0"+e:""+e}function S(e){return e<=1&&(e=100*e+"%"),e}function P(e){return Math.round(255*parseFloat(e)).toString(16)}function M(e){return j(e)/255}var I,$,B,E=($="[\\s|\\(]+("+(I="(?:[-\\+]?\\d*\\.\\d+%?)|(?:[-\\+]?\\d+%?)")+")[,|\\s]+("+I+")[,|\\s]+("+I+")\\s*\\)?",B="[\\s|\\(]+("+I+")[,|\\s]+("+I+")[,|\\s]+("+I+")[,|\\s]+("+I+")\\s*\\)?",{CSS_UNIT:new RegExp(I),rgb:new RegExp("rgb"+$),rgba:new RegExp("rgba"+B),hsl:new RegExp("hsl"+$),hsla:new RegExp("hsla"+B),hsv:new RegExp("hsv"+$),hsva:new RegExp("hsva"+B),hex3:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex6:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,hex4:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex8:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/});function D(e){return!!E.CSS_UNIT.exec(e)}return r}()}},t={};function n(r){var o=t[r];if(void 0!==o)return o.exports;var a=t[r]={id:r,exports:{}};return e[r].call(a.exports,a,a.exports,n),a.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var r=n(2869),o=exports;for(var a in r)o[a]=r[a];r.__esModule&&Object.defineProperty(o,"__esModule",{value:!0});
|