rte-utils 1.2.113 → 1.2.115

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.
@@ -8,7 +8,8 @@ interface ButtonProps {
8
8
  className?: string;
9
9
  bgColor?: string;
10
10
  textColor?: string;
11
+ borderColor?: string;
11
12
  size?: 'small' | 'large';
12
13
  }
13
- export declare const Button: ({ text, leftIcon, rightIcon, onClick, disabled, className, bgColor, textColor, size, }: ButtonProps) => import("react/jsx-runtime").JSX.Element;
14
+ export declare const Button: ({ text, leftIcon, rightIcon, onClick, disabled, className, bgColor, textColor, borderColor, size, }: ButtonProps) => import("react/jsx-runtime").JSX.Element;
14
15
  export {};
@@ -17,3 +17,6 @@ export declare const SmallCustomColors: Story;
17
17
  export declare const WithBothIcons: Story;
18
18
  export declare const RightIconOnly: Story;
19
19
  export declare const BothIconsCustom: Story;
20
+ export declare const WithBorder: Story;
21
+ export declare const BorderWithIcon: Story;
22
+ export declare const BorderSmallSize: Story;
@@ -14,4 +14,4 @@ export { Button } from './Button';
14
14
  export { Accordion } from './Accordion';
15
15
  export { Ecart } from './Ecart';
16
16
  export type { TimerProps, TimerRef } from './Timer';
17
- export { SendIcon, EditIcon, TrashIcon, SuccessIcon, FailureIcon, PartialIcon, SpinnerIcon, PlusIcon, PlusCircleIcon, MinusCircleIcon, ArrowDownIcon, PowerIcon, SwitchThumbIcon, TargetIcon, PreviousIcon, NextIcon, PauseIcon, PlayIcon, FreezeIcon, AnonymizeIcon, Icons } from './Icons';
17
+ export { SendIcon, EditIcon, TrashIcon, SuccessIcon, FailureIcon, PartialIcon, SpinnerIcon, PlusIcon, PlusCircleIcon, MinusCircleIcon, ArrowDownIcon, PowerIcon, SwitchThumbIcon, TargetIcon, PreviousIcon, NextIcon, PauseIcon, PlayIcon, FreezeIcon, AnonymizeIcon, UserIcon, Icons } from './Icons';
package/dist/index.esm.js CHANGED
@@ -1,2 +1,2 @@
1
- import{jsx as e,jsxs as n}from"react/jsx-runtime";import i,{useState as t,useRef as l,useEffect as o,useCallback as a}from"react";var r=function(i){var a=i.label,r=i.value,c=void 0===r?"":r,d=i.onChange,s=i.onErrorChange,C=i.disabled,u=void 0!==C&&C,h=i.className,v=void 0===h?"":h,p=i.required,m=void 0!==p&&p,f=i.min,w=void 0===f?{value:0}:f,g=i.max,L=void 0===g?{value:100}:g,b=i.showSuccess,N=void 0!==b&&b,x=i.inputWidth,M=t(c),k=M[0],R=M[1],V=t(!1),Z=V[0],H=V[1],y=t(!1),B=y[0],F=y[1],z=t(54),_=z[0],P=z[1],A=l(null),S=l(null),E=x||_;o(function(){if(!x&&S.current){var e=document.createElement("canvas").getContext("2d");if(e){var n=window.getComputedStyle(S.current);e.font="".concat(n.fontSize," ").concat(n.fontFamily);var i=e.measureText(a+(m?"*":"")).width,t=Math.max(54,i+32);P(t)}}},[a,m,x]),o(function(){R(c)},[c]);var D=["input-container",Z?"input-container--focused":"",Z||k.length>0?"input-container--floating":"",u?"input-container--disabled":"",B?"input-container--error":"",N?"input-container--success":"",v].filter(Boolean).join(" ");return e("div",{className:D,children:n("div",{className:"input-constraints",children:[w.label&&n("div",{className:"input-min",children:[w.label,e("br",{}),w.value]}),n("div",{className:"input-field",style:{width:"".concat(E,"px")},children:[e("input",{ref:A,type:"number",value:k,onChange:function(e){var n=e.target.value;if(R(n),""!==n){var i=parseFloat(n);if(isNaN(i))F(!1),null==s||s(!1),null==d||d(n);else{var t=i<w.value||i>L.value;if(F(t),null==s||s(t),t){var l=Math.max(w.value,Math.min(L.value,i));null==d||d(l.toString())}else null==d||d(n)}}else F(!1),null==s||s(!1),null==d||d(n)},onFocus:function(){H(!0),A.current&&A.current.select()},onBlur:function(){if(H(!1),""!==k){var e=parseFloat(k);if(!isNaN(e)){var n=Math.max(w.value,Math.min(L.value,e));if(n!==e){var i=n.toString();R(i),null==d||d(i)}F(!1),null==s||s(!1)}}},disabled:u,required:m,className:"input-element",style:{width:"".concat(E,"px")},"aria-label":a,min:w.value,max:L.value,step:1}),n("label",{ref:S,className:"input-label",children:[a,m&&e("span",{className:"input-required",children:"*"})]})]}),L.label&&n("div",{className:"input-max",children:[L.label,e("br",{})," ",L.value]})]})})},c=function(n){var i=n.isOff;return e("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e("path",{d:"M9.56529 2.85352C9.66365 2.57607 9.96837 2.43116 10.246 2.5293C13.4295 3.65507 15.3392 6.91015 14.7684 10.2383C14.1974 13.5667 11.3114 16 7.93443 16C4.55739 16 1.67151 13.5667 1.10045 10.2383C0.5296 6.91011 2.4393 3.65504 5.62291 2.5293C5.9005 2.43115 6.20523 2.57605 6.30357 2.85352C6.40176 3.13124 6.2561 3.43599 5.97838 3.53418C3.28438 4.48672 1.669 7.2423 2.1522 10.0586C2.63557 12.8747 5.07706 14.9336 7.93443 14.9336C10.7918 14.9336 13.2333 12.8747 13.7167 10.0586C14.1999 7.24233 12.5844 4.48676 9.89049 3.53418C9.61276 3.43599 9.4671 3.13124 9.56529 2.85352ZM7.93443 0C8.22892 3.10447e-05 8.46754 0.238727 8.46763 0.533203V7.4668C8.46763 7.76135 8.22898 8.00095 7.93443 8.00098C7.63986 8.00098 7.40123 7.76137 7.40123 7.4668V0.533203C7.40132 0.238707 7.63991 0 7.93443 0Z",fill:i?"#999FA1":"#009CDF"})})},d=function(n){var i=n.isOff;return e("svg",{width:"32",height:"32",viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e("circle",{cx:"16",cy:"16",r:"16",fill:i?"white":"#009cdf"})})},s=function(i){var l=i.checked,o=void 0!==l&&l,a=i.onChange,r=i.disabled,s=void 0!==r&&r,C=i.showIcon,u=void 0===C||C,h=i.label,v=t(o),p=v[0],m=v[1],f=void 0!==o?o:p,w=["switch",f?"switch--checked":"",s?"switch--disabled":""].filter(Boolean).join(" "),g=["switch-wrapper",f?"switch-wrapper--checked":""].filter(Boolean).join(" ");return e("div",{className:"switch-container",children:n("div",{className:g,children:[u?e("div",{className:"switch-icon",children:e(c,{isOff:!f})}):h?e("div",{className:"switch-label",children:h}):null,e("button",{type:"button",role:"switch","aria-checked":f,className:w,onClick:function(){if(!s){var e=!f;void 0===o&&m(e),null==a||a(e)}},disabled:s,children:e("span",{className:"switch-track",children:e("span",{className:"switch-thumb",children:e(d,{isOff:!f})})})})]})})},C=function(n){var i=n.children,t=n.bgColor,l=n.width,o=["chip-container","full-width"===(void 0===l?"fit-content":l)?"chip-container--full-width":"chip-container--fit-content"].join(" ");return e("div",{className:o,style:{backgroundColor:t},children:e("div",{className:"chip-content",children:e("div",{className:"chip-label",children:i})})})},u=function(i){var l=i.onChangeInput,o=i.onChangeSwitch,a=i.defaultValue,c=i.defaultChecked,d=void 0!==c&&c,u=i.value,h=i.checked,v=i.unitName,p=void 0===v?"Production Unit":v,f=i.energyCost,w=void 0===f?0:f,g=i.checkedImage,L=i.uncheckedImage,b=i.readonly,N=void 0!==b&&b,x=i.min,M=void 0===x?{value:10,label:"Pmin"}:x,k=i.max,R=void 0===k?{value:100,label:"Pmax"}:k,V=i.unitLabel,Z=void 0===V?"W":V,H=i.editable,y=void 0===H||H,B=t(d),F=B[0],z=B[1],_=t(a),P=_[0],A=_[1],S=void 0!==h?h:F,E=void 0!==u?u:P;return e("div",{className:"production-unit-container-box",style:{boxShadow:y?"0px 2px 16px 0px rgba(0, 0, 0, 0.16)":"none"},children:n("div",{className:"production-unit-container",children:[n("div",{className:"production-unit-content",children:[n("div",{className:"image-preview-container",children:[S?g:L,e("div",{className:"image-preview-label",children:Z})]}),n("div",{className:"production-unit-chip",children:[e("div",{className:"production-unit-chip-name",children:p}),e(C,{width:"fit-content",bgColor:"#E1F5FD",children:e(m,{cost:w,textColor:"#005896"})})]}),n("div",{className:"production-unit-switch-container",children:[e(r,{label:"PA",onChange:function(e){if(""===e)return void 0===u&&A(void 0),void(l&&l(0));var n=parseFloat(e);isNaN(n)||(void 0===u&&A(n),l&&l(n))},value:void 0!==E?E.toString():void 0,disabled:!S||N,min:{value:M.value,label:M.label},max:{value:R.value,label:R.label}})," "]})]}),y?e(s,{checked:S,onChange:function(e){void 0===h&&z(e),o&&o(e)},disabled:N}):S?e(C,{bgColor:"#E1F5FD",children:e("span",{style:{color:"#005896"},children:"Souscrit"})}):null]})})},h=function(i){var a,r,c,d,s=i.max,C=i.relative,u=i.barHeight,h=void 0===u?103:u,v=i.barWidth,p=void 0===v?32:v,m=i.orientation,f=void 0===m?"vertical":m,w=i.cornerRadius,g=i.showGain,L=void 0!==g&&g,b=i.children,N=t(0),x=N[0],M=N[1],k=t(0),R=k[0],V=k[1],Z=t(null),H=Z[0],y=Z[1],B=t(!0),F=B[0],z=B[1],_=l(C.value),P=l(!0),A=l(null),S=l(0),E=l(C.value),D=Math.min(C.value/s.value*100,100)/100*h,T=Math.min(C.value/s.value*100,100)/100*("horizontal"===f?h:p);o(function(){if(P.current)return P.current=!1,_.current=C.value,void(E.current=C.value);if(L&&C.value!==_.current){var e=C.value-_.current;A.current?(clearTimeout(A.current),S.current+=e):(E.current=_.current,S.current=e),_.current=C.value;var n=C.value-E.current,i=n>0;return y(Math.abs(n)),z(i),A.current=setTimeout(function(){y(null),A.current=null,S.current=0,E.current=C.value},2e3),function(){A.current&&(clearTimeout(A.current),A.current=null)}}L||(_.current=C.value,E.current=C.value)},[C.value,L]),o(function(){return function(){A.current&&clearTimeout(A.current)}},[]),o(function(){M(0),V(0);var e=Date.now(),n=function(){var i=Date.now()-e,t=Math.min(i/1e3,1),l=1-Math.pow(1-t,4);M(D*l),V(T*l),t<1&&requestAnimationFrame(n)};requestAnimationFrame(n)},[D,T]);var W="horizontal"===f?h:p,I="horizontal"===f?p:h,j="horizontal"===f?h:p,O="horizontal"===f?p:h,U=function(e,n,i,t,l){var o=l.topLeft,a=l.topRight,r=l.bottomLeft,c=l.bottomRight;return"\n M ".concat(e+o," ").concat(n,"\n L ").concat(e+i-a," ").concat(n,"\n Q ").concat(e+i," ").concat(n," ").concat(e+i," ").concat(n+a,"\n L ").concat(e+i," ").concat(n+t-c,"\n Q ").concat(e+i," ").concat(n+t," ").concat(e+i-c," ").concat(n+t,"\n L ").concat(e+r," ").concat(n+t,"\n Q ").concat(e," ").concat(n+t," ").concat(e," ").concat(n+t-r,"\n L ").concat(e," ").concat(n+o,"\n Q ").concat(e," ").concat(n," ").concat(e+o," ").concat(n,"\n Z\n ").trim().replace(/\s+/g," ")},q={topLeft:2,topRight:2,bottomLeft:2,bottomRight:2},Q=w?{topLeft:null!==(a=w.topLeft)&&void 0!==a?a:q.topLeft,topRight:null!==(r=w.topRight)&&void 0!==r?r:q.topRight,bottomLeft:null!==(c=w.bottomLeft)&&void 0!==c?c:q.bottomLeft,bottomRight:null!==(d=w.bottomRight)&&void 0!==d?d:q.bottomRight}:q;return e("div",{className:"histogram-container ".concat("horizontal"===f?"histogram-container--horizontal":""),children:n("div",{className:"histogram-content ".concat("horizontal"===f?"histogram-content--horizontal":""),children:[n("div",{className:"histogram-bar",style:{height:"".concat(I,"px"),width:"".concat(W,"px")},children:[n("svg",{width:j,height:O,viewBox:"0 0 ".concat(j," ").concat(O),className:"histogram-svg",children:[e("defs",{children:e("clipPath",{id:"histogram-clip-".concat(j,"-").concat(O,"-").concat(Q.topLeft),children:e("path",{d:U(0,0,j,O,Q)})})}),e("path",{d:U(0,0,j,O,Q),fill:s.color,fillOpacity:s.opacity||1}),e("path","vertical"===f?{d:U(0,O-x,j,x,{topLeft:x>=O?Q.topLeft:0,topRight:x>=O?Q.topRight:0,bottomLeft:Q.bottomLeft,bottomRight:Q.bottomRight}),fill:C.color,clipPath:"url(#histogram-clip-".concat(j,"-").concat(O,"-").concat(Q.topLeft,")")}:{d:U(0,0,R,O,{topLeft:Q.topLeft,topRight:R>=j?Q.topRight:0,bottomLeft:Q.bottomLeft,bottomRight:R>=j?Q.bottomRight:0}),fill:C.color,clipPath:"url(#histogram-clip-".concat(j,"-").concat(O,"-").concat(Q.topLeft,")")})]}),L&&H&&e("div",{className:"histogram-gain-area",children:n("div",{className:"histogram-gain-points ".concat(F?"histogram-gain-points--positive":"histogram-gain-points--negative"),children:[F?"+":"-",H]})})]}),b&&e("div",{className:"histogram-text-container ".concat("horizontal"===f?"histogram-text-container--horizontal":""),children:b})]})})},v=function(n){var i=n.bgColor,t=void 0===i?"#fff":i,l=n.children,o=n.height;return e("div",{className:"production-unit-container-box",style:{backgroundColor:t,height:o},children:l})},p=function(n){var i=n.children;return e("div",{className:"avatar-container avatar-container--clickable",children:e("div",{className:"avatar-content",children:i})})},m=function(i){var t=i.cost,l=i.textColor,o=i.type,a=void 0===o?"europermegawatt":o,r=i.size,c=void 0===r?"default":r;return n("div",{className:"cost-text-container ".concat("small"===c?"cost-text-container--small":""),children:[e("div",{className:"cost-number ".concat("small"===c?"cost-number--small":""),style:{color:l},children:t}),e("div",{className:"cost-unit ".concat("small"===c?"cost-unit--small":""),style:{color:l},children:"euro"===a||"europermegawatt"===a?"€":"MWh"}),"europermegawatt"===a&&e("div",{className:"cost-unit-per",style:{color:l},children:"/MWh"})]})},f=function(){return f=Object.assign||function(e){for(var n,i=1,t=arguments.length;i<t;i++)for(var l in n=arguments[i])Object.prototype.hasOwnProperty.call(n,l)&&(e[l]=n[l]);return e},f.apply(this,arguments)};"function"==typeof SuppressedError&&SuppressedError;var w=function(e){var n=Math.floor(e/60),i=e%60;return"".concat(n.toString().padStart(2,"0"),":").concat(i.toString().padStart(2,"0"))},g=i.forwardRef(function(r,c){var d,s=r.phases,C=void 0===s?[]:s,u=r.externalState,h=r.onStateChange,v=r.onComplete,p=r.onPhaseComplete,m=r.onTick,g=r.onUnfreeze,L=r.onUnpause,b=r.onPause,N=r.onFreeze,x=r.onAnonymiseToggle,M=r.onStop,k=r.onReset,R=r.onPrevious,V=r.onNext,Z=r.onPhaseClick,H=r.className,y=void 0===H?"":H,B=r.gameActions,F=void 0===B?{}:B,z=r.user,_=void 0===z?"admin":z,P=u.currentPhase,A=u.currentTime,S=u.isRunning,E=u.isPaused,D=u.isFrozen,T=a(function(){return C.findIndex(function(e){return(e.title||"Phase ".concat(C.indexOf(e)+1))===P})},[C,P]),W=a(function(e){return C[e]},[C]),I=a(function(e){var n=C[e];return(null==n?void 0:n.title)||"Phase ".concat(e+1)},[C]),j=t(null),O=j[0],U=j[1],q=t(!1),Q=q[0],G=q[1],K=l(null),J=a(function(){var e=T();if(!(0===C.length||-1===e||e>=C.length)){var n=E&&!D,i=D;h(f(f({},u),{isRunning:!0,isPaused:!1,isFrozen:!1})),i?null==g||g():n&&(null==L||L())}},[C.length,T,u,h,E,D,g,L]),X=a(function(){D||(h(f(f({},u),{isRunning:!1,isPaused:!0})),null==b||b())},[D,u,h,b]),Y=a(function(e){var n=void 0===e?!D:e,i=f(f({},u),{isFrozen:n,isRunning:!n&&!u.isPaused,isPaused:u.isPaused});h(i),null==N||N(n),!n&&D&&(null==g||g())},[D,u,h,N,g]),$=a(function(e){G(function(n){var i=void 0===e?!n:e;return null==x||x(i),i})},[x]),ee=a(function(){h({currentPhase:I(0),currentTime:0,isRunning:!1,isPaused:!1,isFrozen:!1}),null==M||M()},[h,M,I]),ne=a(function(){h({currentPhase:I(0),currentTime:0,isRunning:!1,isPaused:!1,isFrozen:!1}),null==k||k()},[h,k,I]),ie=a(function(){},[]);i.useImperativeHandle(c,function(){return{start:J,pause:X,freeze:Y,toggleAnonymise:$,stop:ee,reset:ne,setPhases:ie,getCurrentTime:function(){return A},getCurrentPhase:function(){return P},isRunning:function(){return S},isPaused:function(){return E}}}),o(function(){var e=T();return S&&!D&&-1!==e&&e<C.length?K.current=setInterval(function(){var n=A+1e3,i=W(e),t=(null==i?void 0:i.duration)||0,l=n>=t,o=l?t:n;h(f(f({},u),{currentTime:o})),null==m||m(Math.floor(o/1e3),I(e)),l&&setTimeout(function(){null==p||p(I(e),t),e+1<C.length?h(f(f({},u),{currentPhase:I(e+1),currentTime:0})):(h(f(f({},u),{currentTime:t,isRunning:!1,isPaused:!1})),null==v||v())},1e3)},1e3):K.current&&(clearInterval(K.current),K.current=null),function(){K.current&&clearInterval(K.current)}},[S,D,T,A,C.length,u,h,m,p,v,W,I]),o(function(){U(null)},[P]);var te=T(),le=W(te),oe=(null==le?void 0:le.duration)||0,ae=Math.floor(A/1e3),re=Math.floor(oe/1e3),ce=oe>0?A/oe*100:0,de=C.length>0&&!S&&te===Math.max(0,C.length-1)&&A>=oe,se=["timer-header-control",y,S?"timer--running":"",E?"timer--paused":"",D?"timer--frozen":"",de?"timer--completed":""].filter(Boolean).join(" "),Ce=de||A>=oe?0:re>0?re-ae:0;return n("div",{className:se,children:[e("div",{className:"timer-section",children:e("div",{className:"timer-content",children:n("div",{className:"timer-display-area",children:["admin"===_&&n("div",{className:"timer-header",children:[e("span",{className:"timer-title",children:null!==O?((null===(d=W(O))||void 0===d?void 0:d.title)||"Phase ".concat(O+1)).toUpperCase():((null==le?void 0:le.title)||"TIMER").toUpperCase()}),e("span",{className:"timer-time",children:w(Math.max(0,Ce))})]}),"admin"===_&&e("div",{className:"timer-progress-bar",children:e("div",{className:"timer-progress-fill",style:{width:"".concat(Math.min(100,ce),"%")}})}),function(){for(var i,t,l,o=[],a=C.length,r=function(a){var r=a===te,c=a<te,d=F[a],s=r||c,u="step-indicator";u+=d||r||c?r?" step-indicator--active"+("actor"===_?" step-indicator--actor":" step-indicator--admin"):c?" step-indicator--completed":" step-indicator--upcoming":" step-indicator--placeholder",s&&(u+=" step-indicator--clickable"),O===a&&(u+=" step-indicator--selected");var h=function(){s&&(U(a),null==Z||Z(I(a)))},v={className:u,"data-step":a+1,title:(null===(i=C[a])||void 0===i?void 0:i.title)?"Step ".concat(a+1,": ").concat(null===(t=C[a])||void 0===t?void 0:t.title):d?"Step ".concat(a+1,": ").concat(d):"Step ".concat(a+1),onClick:s?h:void 0,role:s?"button":void 0,tabIndex:s?0:void 0,onKeyDown:s?function(e){"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),h())}:void 0};o.push(e("div",f({},v,{children:d||r||c?a+1:""}),a)),"actor"===_&&r&&o.push(n("div",{className:"timer-header--block",children:[n("div",{className:"timer-header timer-header--inline",children:[e("span",{className:"timer-title",children:null!==O?((null===(l=W(O))||void 0===l?void 0:l.title)||"Phase ".concat(O+1)).toUpperCase():((null==le?void 0:le.title)||"TIMER").toUpperCase()}),e("span",{className:"timer-time",children:w(Math.max(0,Ce))})]}),e("div",{className:"timer-progress-bar timer-progress-bar--inline",children:e("div",{className:"timer-progress-fill",style:{width:"".concat(Math.min(100,ce),"%")}})})]},"header-inline-".concat(a)))},c=0;c<a;c++)r(c);return n("div",{className:"step-indicators",children:[o,e("div",{className:"step-expand ".concat(de?"step-expand--end":""),title:de?"All steps completed":"In progress",children:"actor"===_?n("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e("rect",{x:"24",width:"24",height:"24",rx:"12",transform:"rotate(90 24 0)",fill:"#292E33"}),e("path",{d:"M20 12C20 12.276 19.776 12.5 19.5 12.5L17.4766 12.5C17.238 15.1345 15.1345 17.238 12.5 17.4766L12.5 19.5C12.5 19.776 12.276 20 12 20C11.724 20 11.5 19.776 11.5 19.5L11.5 17.4766C8.86554 17.238 6.763 15.1345 6.52441 12.5L4.5 12.5C4.224 12.5 4 12.276 4 12C4 11.724 4.224 11.5 4.5 11.5L6.52441 11.5C6.763 8.86555 8.86554 6.76198 11.5 6.52344L11.5 4.5C11.5 4.224 11.724 4 12 4C12.276 4 12.5 4.224 12.5 4.5L12.5 6.52344C15.1345 6.76199 17.238 8.86551 17.4766 11.5L19.5 11.5C19.776 11.5 20 11.724 20 12ZM16.5 12C16.5 9.51867 14.4813 7.5 12 7.5C9.51867 7.5 7.5 9.51867 7.5 12C7.5 14.4813 9.51867 16.5 12 16.5C14.4813 16.5 16.5 14.4813 16.5 12ZM14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12Z",fill:"white"})]}):e("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e("path",{d:"M16 8C16 8.276 15.776 8.5 15.5 8.5L13.4766 8.5C13.238 11.1345 11.1345 13.238 8.5 13.4766L8.5 15.5C8.5 15.776 8.276 16 8 16C7.724 16 7.5 15.776 7.5 15.5L7.5 13.4766C4.86554 13.238 2.763 11.1345 2.52441 8.5L0.5 8.5C0.224 8.5 -3.61755e-07 8.276 -3.49691e-07 8C-3.29564e-07 7.724 0.224 7.5 0.5 7.5L2.52441 7.5C2.763 4.86555 4.86554 2.76198 7.5 2.52344L7.5 0.5C7.5 0.224 7.724 -3.61755e-07 8 -3.4969e-07C8.276 -3.29563e-07 8.5 0.224 8.5 0.5L8.5 2.52344C11.1345 2.76199 13.238 4.86551 13.4766 7.5L15.5 7.5C15.776 7.5 16 7.724 16 8ZM12.5 8C12.5 5.51867 10.4813 3.5 8 3.5C5.51867 3.5 3.5 5.51867 3.5 8C3.5 10.4813 5.51867 12.5 8 12.5C10.4813 12.5 12.5 10.4813 12.5 8ZM10 8C10 9.10457 9.10457 10 8 10C6.89543 10 6 9.10457 6 8C6 6.89543 6.89543 6 8 6C9.10457 6 10 6.89543 10 8Z",fill:"currentColor"})})})]})}()]})})}),"admin"===_&&n("div",{className:"timer-controls-section",children:[e("button",{className:"control-button control-button--previous",onClick:function(){var e=null!==O?O-1:te-1;e>=0&&(U(e),null==R||R(I(e)))},disabled:null!==O?O<=0:te<=0,title:"Previous",children:n("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.9813 2.39178C12.1589 2.38845 12.3342 2.43251 12.4892 2.51941C12.6441 2.60631 12.7731 2.73291 12.8629 2.88621C12.9527 3.0395 13 3.21395 13 3.3916L12.5 3.3916H13V12.6085C13 12.7862 12.9527 12.9606 12.8629 13.1139C12.7731 13.2672 12.6441 13.3938 12.4892 13.4807C12.3342 13.5676 12.1589 13.6117 11.9813 13.6084C11.8037 13.605 11.6301 13.5545 11.4785 13.4618L3.93741 8.85335C3.79124 8.76403 3.67046 8.63865 3.58667 8.48923C3.50287 8.33982 3.45886 8.17138 3.45886 8.00007C3.45886 7.82877 3.50287 7.66033 3.58667 7.51092C3.67046 7.3615 3.79124 7.23612 3.93741 7.14679L11.4785 2.53832C11.6301 2.44568 11.8037 2.3951 11.9813 2.39178ZM12 3.3916L4.45886 8.00007L4.19814 7.57343L4.45886 8.00007L12 12.6085V3.3916Z",fill:"black"}),e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2 2C2.27614 2 2.5 2.22386 2.5 2.5V13.5C2.5 13.7761 2.27614 14 2 14C1.72386 14 1.5 13.7761 1.5 13.5V2.5C1.5 2.22386 1.72386 2 2 2Z",fill:"black"})]})}),e("button",{className:"control-button control-button--next",onClick:function(){var e=(null!==O?O:te)+1;e<C.length&&e<=te&&(U(e),null==V||V(I(e)))},disabled:null!==O?O>=te||O>=C.length-1:te>=C.length-1,title:"Next",children:n("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.51084 2.51941C3.66579 2.43251 3.84109 2.38845 4.01871 2.39178C4.19633 2.3951 4.36986 2.44568 4.52145 2.53832L12.0626 7.14679C12.2088 7.23612 12.3295 7.3615 12.4133 7.51092C12.4971 7.66033 12.5411 7.82877 12.5411 8.00007C12.5411 8.17138 12.4971 8.33982 12.4133 8.48923C12.3295 8.63865 12.2088 8.76403 12.0626 8.85335L4.52145 13.4618C4.36986 13.5545 4.19633 13.605 4.01871 13.6084C3.84109 13.6117 3.66579 13.5676 3.51084 13.4807C3.3559 13.3938 3.2269 13.2672 3.13711 13.1139C3.04733 12.9606 3 12.7862 3 12.6085V3.3916C3 3.21395 3.04733 3.0395 3.13711 2.88621C3.22689 2.73292 3.35589 2.60631 3.51084 2.51941ZM11.5411 8.00007L4 3.3916V12.6085L11.5411 8.00007Z",fill:"black"}),e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 2C14.2761 2 14.5 2.22386 14.5 2.5V13.5C14.5 13.7761 14.2761 14 14 14C13.7239 14 13.5 13.7761 13.5 13.5V2.5C13.5 2.22386 13.7239 2 14 2Z",fill:"black"})]})}),e("button",{className:"control-button control-button--play-pause ".concat(S?"control-button--pause":"control-button--play"," ").concat(D?"control-button--disabled":""),onClick:S?X:J,title:D?"Frozen":S?"Pause":E?"Resume":"Start",disabled:D,children:n("svg",S?{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 4.5C7.85786 4.5 4.5 7.85786 4.5 12C4.5 15.1788 6.47789 17.8975 9.27283 18.989C9.65866 19.1397 9.8493 19.5746 9.69862 19.9604C9.54794 20.3463 9.113 20.5369 8.72717 20.3862C5.37607 19.0775 3 15.8172 3 12C3 7.02944 7.02944 3 12 3C16.2192 3 19.7585 5.90255 20.7337 9.81878C20.9078 10.5179 21 11.2487 21 12C21 12.4142 20.6642 12.75 20.25 12.75C19.8358 12.75 19.5 12.4142 19.5 12C19.5 11.3719 19.4229 10.7628 19.2781 10.1812C18.4655 6.91754 15.5141 4.5 12 4.5Z",fill:"black"}),e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18.75 15.75V22.25H20.25V15.75H18.75ZM17.25 15.3636C17.25 14.5918 17.9689 14.25 18.4615 14.25H20.5385C21.0311 14.25 21.75 14.5918 21.75 15.3636V22.6364C21.75 23.4082 21.0311 23.75 20.5385 23.75H18.4615C17.9689 23.75 17.25 23.4082 17.25 22.6364V15.3636Z",fill:"black"}),e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.75 15.75V22.25H14.25V15.75H12.75ZM11.25 15.3636C11.25 14.5918 11.9689 14.25 12.4615 14.25H14.5385C15.0311 14.25 15.75 14.5918 15.75 15.3636V22.6364C15.75 23.4082 15.0311 23.75 14.5385 23.75H12.4615C11.9689 23.75 11.25 23.4082 11.25 22.6364V15.3636Z",fill:"black"}),e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.54996 7.40004C8.21858 7.64857 8.15143 8.11867 8.39996 8.45004L11.4 12.45C11.6485 12.7814 12.1186 12.8486 12.45 12.6C12.7813 12.3515 12.8485 11.8814 12.6 11.55L9.59996 7.55004C9.35143 7.21867 8.88133 7.15152 8.54996 7.40004Z",fill:"black"}),e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9 0.75C9 0.335786 9.33579 0 9.75 0H14.25C14.6642 0 15 0.335786 15 0.75C15 1.16421 14.6642 1.5 14.25 1.5H9.75C9.33579 1.5 9 1.16421 9 0.75Z",fill:"black"})]}:{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e("path",{d:"M20.25 12C20.25 11.3103 20.1654 10.6404 20.0059 10C19.112 6.41005 15.8666 3.75 12 3.75C7.44365 3.75 3.75 7.44365 3.75 12C3.75 15.498 5.92698 18.4875 9 19.6876",stroke:"black",strokeWidth:"1.5",strokeMiterlimit:"10",strokeLinecap:"round"}),e("path",{d:"M12 12L9 8",stroke:"black",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),e("path",{d:"M9.75 0.75H14.25",stroke:"black",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),e("path",{d:"M20.7759 18.1242L13.7125 14.0646C13.6415 14.0238 13.5603 14.0015 13.4771 14.0001C13.3939 13.9986 13.3118 14.018 13.2392 14.0563C13.1667 14.0946 13.1063 14.1503 13.0642 14.2178C13.0222 14.2854 13 14.3622 13 14.4404V22.5596C13 22.6378 13.0222 22.7146 13.0642 22.7822C13.1063 22.8497 13.1667 22.9054 13.2392 22.9437C13.3118 22.982 13.3939 23.0014 13.4771 22.9999C13.5603 22.9985 13.6415 22.9762 13.7125 22.9354L20.7759 18.8758C20.8443 18.8365 20.9009 18.7813 20.9401 18.7154C20.9794 18.6496 21 18.5755 21 18.5C21 18.4245 20.9794 18.3504 20.9401 18.2846C20.9009 18.2187 20.8443 18.1635 20.7759 18.1242V18.1242Z",stroke:"black",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]})}),e("button",{className:"control-button control-button--freeze ".concat(D?"control-button--freeze-active":""),onClick:function(){return Y()},title:D?"Unfreeze":"Freeze",disabled:!S&&!E&&!D,children:e("svg",{width:"14",height:"12",viewBox:"0 0 14 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e("path",{d:"M8.14697 0.146484C8.34224 -0.0486747 8.65878 -0.0487434 8.854 0.146484C9.04889 0.341739 9.04905 0.658358 8.854 0.853516L7.50049 2.20703V5.13281L10.0337 3.66992L10.5298 1.82129C10.6012 1.5547 10.8755 1.3966 11.1421 1.46777C11.4088 1.53922 11.5679 1.8134 11.4966 2.08008L11.0767 3.64648L12.6421 4.06543C12.9088 4.1369 13.0681 4.41198 12.9966 4.67871C12.925 4.94527 12.6499 5.10368 12.3833 5.03223L10.5347 4.53613L7.99951 5.99902L10.5347 7.46191L12.3833 6.96777C12.65 6.8963 12.9251 7.05456 12.9966 7.32129C13.068 7.58799 12.9088 7.86213 12.6421 7.93359L11.0767 8.35352L11.4966 9.91992C11.5677 10.1865 11.4086 10.4608 11.1421 10.5322C10.8756 10.6033 10.6013 10.4451 10.5298 10.1787L10.0337 8.32812L7.50049 6.86523V9.79297L8.854 11.1465C9.04889 11.3417 9.04905 11.6584 8.854 11.8535C8.65885 12.0487 8.34226 12.0484 8.14697 11.8535L7.00049 10.707L5.854 11.8535C5.65885 12.0487 5.34226 12.0484 5.14697 11.8535C4.95171 11.6583 4.95171 11.3417 5.14697 11.1465L6.50049 9.79297V6.86523L3.96533 8.32812L3.47021 10.1787C3.39865 10.4451 3.12439 10.6034 2.85791 10.5322C2.59128 10.4608 2.43314 10.1866 2.50439 9.91992L2.92334 8.35352L1.35791 7.93359C1.09118 7.86212 0.932919 7.58802 1.00439 7.32129C1.07593 7.05464 1.35001 6.89631 1.6167 6.96777L3.46436 7.46191L5.99951 5.99902L3.46436 4.53613L1.6167 5.03223C1.35014 5.10366 1.07608 4.94513 1.00439 4.67871C0.932919 4.41198 1.09118 4.1369 1.35791 4.06543L2.92334 3.64648L2.50439 2.08008C2.43293 1.81334 2.59118 1.53924 2.85791 1.46777C3.12453 1.39654 3.39878 1.55467 3.47021 1.82129L3.96533 3.66992L6.50049 5.13281V2.20703L5.14697 0.853516C4.95171 0.658253 4.95171 0.341747 5.14697 0.146484C5.34224 -0.0486746 5.65878 -0.0487434 5.854 0.146484L7.00049 1.29297L8.14697 0.146484Z",fill:"black"})})}),e("button",{className:"control-button control-button--anonymise ".concat(Q?"control-button--anonymise-active":""),onClick:function(){return $()},title:Q?"Show Names":"Hide Names",children:n("svg",{width:"18",height:"12",viewBox:"0 0 18 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.19571 0.9375H13.9316L13.9576 0.939919L13.9055 1.5C13.9576 0.939919 13.958 0.939955 13.9584 0.939992L13.9593 0.940074L13.9612 0.940263L13.966 0.940753L13.9794 0.942218C13.9899 0.943426 14.0036 0.945121 14.0203 0.947429C14.0536 0.952044 14.0989 0.959129 14.1545 0.969722C14.2655 0.990879 14.4186 1.02621 14.5998 1.08426C14.9611 1.20007 15.4415 1.40866 15.9224 1.78153C16.9079 2.54562 17.8125 3.93493 17.8125 6.375C17.8125 8.84977 16.7446 10.2418 15.6228 10.9916C15.0757 11.3573 14.5319 11.5602 14.1264 11.6723C13.9228 11.7285 13.7514 11.7626 13.6282 11.7828C13.5666 11.7929 13.5167 11.7996 13.4807 11.8039C13.4626 11.8061 13.448 11.8076 13.437 11.8087L13.4234 11.81L13.4186 11.8104L13.4168 11.8106L13.416 11.8106C13.4157 11.8107 13.4154 11.8107 13.3704 11.25L13.416 11.8106L13.3929 11.8125H13.3704C12.4693 11.8125 11.7717 11.6348 11.2171 11.3425C10.6627 11.0503 10.2868 10.6623 10.0046 10.2977C9.86569 10.1182 9.74696 9.94078 9.64616 9.78996C9.5407 9.6322 9.46023 9.51197 9.38106 9.41262C9.22707 9.21935 9.16773 9.21939 9.13503 9.21941H9.13398C9.09752 9.21941 9.03241 9.22191 8.87346 9.41718C8.79345 9.51548 8.71127 9.63581 8.60695 9.79107C8.60069 9.80039 8.59437 9.80981 8.58797 9.81934C8.49236 9.96175 8.38151 10.1269 8.25589 10.2929C7.98421 10.6519 7.62551 11.0405 7.10214 11.335C6.57573 11.6313 5.91831 11.8125 5.07599 11.8125H5.0488L5.02173 11.8099L5.07599 11.25C5.02173 11.8099 5.02205 11.8099 5.02173 11.8099L5.0204 11.8097L5.01868 11.8096L5.01405 11.8091L5.00016 11.8076C4.98888 11.8063 4.97357 11.8045 4.95451 11.8019C4.91641 11.7969 4.8632 11.7892 4.79703 11.7779C4.66485 11.7553 4.47999 11.718 4.25972 11.6585C3.82115 11.5401 3.23123 11.3305 2.63538 10.9643C1.42058 10.2176 0.212463 8.83259 0.187947 6.38062C0.163902 3.97575 1.11355 2.587 2.13375 1.81616C2.63171 1.43991 3.12954 1.22329 3.50294 1.10027C3.69026 1.03855 3.84839 0.999684 3.96267 0.975868C4.01989 0.963945 4.06636 0.955744 4.10027 0.950316C4.11724 0.947601 4.13108 0.945576 4.14159 0.944124L4.15484 0.942358L4.15953 0.941769L4.16139 0.941543L4.1622 0.941446C4.16257 0.941403 4.16292 0.941361 4.22872 1.5L4.1622 0.941446L4.19571 0.9375ZM4.26997 2.0625C4.25203 2.06549 4.22575 2.07021 4.19218 2.07721C4.11398 2.09351 3.99723 2.1219 3.85498 2.16877C3.56924 2.26291 3.18912 2.42877 2.81194 2.71376C2.08184 3.2654 1.29234 4.31414 1.31289 6.36938C1.33297 8.37752 2.28763 9.43001 3.22447 10.0058C3.70444 10.3008 4.18756 10.4737 4.55306 10.5724C4.73484 10.6215 4.88477 10.6515 4.98688 10.669C5.03785 10.6778 5.07667 10.6833 5.1013 10.6866C5.10355 10.6869 5.10569 10.6871 5.10771 10.6874C5.76441 10.683 6.21815 10.5416 6.55042 10.3546C6.89104 10.1629 7.13992 9.90327 7.35877 9.61404C7.46458 9.47422 7.55912 9.33345 7.65787 9.18641L7.67313 9.1637C7.77297 9.01508 7.8831 8.85179 8.00097 8.70698C8.23778 8.41606 8.59073 8.09441 9.13398 8.09441C9.6812 8.09441 10.0292 8.42071 10.2609 8.71155C10.3706 8.8492 10.4746 9.00486 10.569 9.14611L10.5815 9.1648C10.6838 9.31787 10.7824 9.46461 10.8943 9.6092C11.1139 9.89292 11.3735 10.1532 11.7416 10.3472C12.1049 10.5387 12.6087 10.6838 13.3424 10.6874C13.3439 10.6873 13.3456 10.6871 13.3473 10.6869C13.368 10.6844 13.4015 10.6799 13.4459 10.6727C13.5349 10.658 13.6667 10.6321 13.8268 10.5879C14.1487 10.4989 14.5748 10.3389 14.9976 10.0563C15.8156 9.50956 16.6875 8.46406 16.6875 6.375C16.6875 4.25124 15.9198 3.20305 15.2331 2.6706C14.8779 2.3952 14.5221 2.24075 14.2564 2.1556C14.124 2.11316 14.0158 2.08853 13.944 2.07485C13.9117 2.0687 13.887 2.0648 13.8709 2.0625H4.26997ZM13.8498 2.05973C13.8494 2.05969 13.8497 2.05972 13.8508 2.05985L13.8498 2.05973Z",fill:Q?"white":"black"}),e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.625 5.0625C4.77651 5.0625 4.3125 5.59288 4.3125 6C4.3125 6.40712 4.77651 6.9375 5.625 6.9375C6.47349 6.9375 6.9375 6.40712 6.9375 6C6.9375 5.59288 6.47349 5.0625 5.625 5.0625ZM3.1875 6C3.1875 4.75027 4.40242 3.9375 5.625 3.9375C6.84758 3.9375 8.0625 4.75027 8.0625 6C8.0625 7.24973 6.84758 8.0625 5.625 8.0625C4.40242 8.0625 3.1875 7.24973 3.1875 6Z",fill:Q?"white":"black"}),e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.375 5.0625C11.5265 5.0625 11.0625 5.59288 11.0625 6C11.0625 6.40712 11.5265 6.9375 12.375 6.9375C13.2235 6.9375 13.6875 6.40712 13.6875 6C13.6875 5.59288 13.2235 5.0625 12.375 5.0625ZM9.9375 6C9.9375 4.75027 11.1524 3.9375 12.375 3.9375C13.5976 3.9375 14.8125 4.75027 14.8125 6C14.8125 7.24973 13.5976 8.0625 12.375 8.0625C11.1524 8.0625 9.9375 7.24973 9.9375 6Z",fill:Q?"white":"black"})]})})]})]})});g.displayName="Timer";var L=function(n){var i=n.progressEndDate,l=n.leftTime,a=n.progressTime,r=n.className,c=void 0===r?"":r,d=t(0),s=d[0],C=d[1],u=t(Date.now())[0];return o(function(){var e=null;if(!i||l||a){if(void 0!==l&&void 0!==a){var n=Math.max(0,Math.min(100,(a-l)/a*100));C(n)}}else{var t=function(){var n=Date.now(),t=Math.max(0,i-n),l=i-u,o=n-u,a=Math.max(0,Math.min(100,o/l*100));C(a),t<=0&&(C(100),e&&clearInterval(e))};t(),e=setInterval(t,100)}return function(){e&&clearInterval(e)}},[i,l,a,u]),e("div",{className:"progress-bar ".concat(c),children:e("div",{className:"progress-fill",style:{width:"".concat(s,"%")}})})};function b(){var i=t(null),l=i[0],o=i[1];return n("div",{className:"gain",children:[e("button",{onClick:function(){o(200),setTimeout(function(){return o(null)},2e3)},children:"Gain 200"}),e("div",{className:"score-area",children:l&&n("div",{className:"points",children:["+",l]})})]})}L.displayName="ProgressBar";var N=function(i){var t=i.className,l=i.disabled;return e("svg",{xmlns:"http://www.w3.org/2000/svg",preserveAspectRatio:"none",width:"20",height:"20",overflow:"visible",className:t,viewBox:"0 0 21 21",fill:"none",children:n("g",{id:"send-email-1",children:[e("path",{id:"Shape",fillRule:"evenodd",clipRule:"evenodd",d:"M1.90273 8.85333C1.37949 8.70573 1.01357 8.2343 1.00037 7.6908C0.987168 7.1473 1.32977 6.65867 1.84523 6.48583L18.5711 1.03083C18.7945 0.958012 19.0398 1.01645 19.2064 1.18215C19.373 1.34785 19.4327 1.5929 19.3611 1.81667L13.9102 18.5508C13.7382 19.0672 13.249 19.4107 12.7049 19.3973C12.1608 19.3839 11.6892 19.0167 11.5427 18.4925L9.67106 10.7167L1.90273 8.85333Z",stroke:l?"#999FA1":"#009CDF",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),e("path",{id:"Shape_2",d:"M19.2069 1.18083L9.67106 10.7167",stroke:l?"#999FA1":"#009CDF",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]})})},x=function(n){var i=n.className,t=n.disabled;return e("svg",{width:"20",height:"20",viewBox:"0 0 24 25",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:i,children:e("path",{d:"M10.1221 5.00073C10.5362 5.00073 10.8719 5.33666 10.8721 5.75073C10.8721 6.16495 10.5363 6.50073 10.1221 6.50073H2.62207C2.20796 6.50073 1.87223 6.83666 1.87207 7.25073V22.2507C1.87207 22.6649 2.20786 23.0007 2.62207 23.0007H17.6221C18.0363 23.0007 18.3721 22.6649 18.3721 22.2507V14.7507C18.3722 14.3367 18.708 14.0007 19.1221 14.0007C19.5362 14.0007 19.8719 14.3367 19.8721 14.7507V22.2507C19.8721 23.4934 18.8647 24.5007 17.6221 24.5007H2.62207C1.37943 24.5007 0.37207 23.4934 0.37207 22.2507V7.25073C0.37223 6.00823 1.37953 5.00073 2.62207 5.00073H10.1221ZM18.501 1.37866C19.6725 0.207539 21.5717 0.207579 22.7432 1.37866C23.9145 2.55026 23.9147 4.45033 22.7432 5.62183L13.1973 15.1677C13.0826 15.2823 12.9339 15.3567 12.7734 15.3796L9.06152 15.9109C8.56668 15.9817 8.14253 15.5571 8.21289 15.0623L8.74219 11.3494C8.76511 11.1888 8.84046 11.0403 8.95508 10.9255L18.501 1.37866ZM21.6826 2.44019C21.0968 1.85439 20.1473 1.85439 19.5615 2.44019L10.1924 11.8093L9.83887 14.2839L12.3135 13.9304L21.6826 4.56128C22.2683 3.9756 22.2681 3.02601 21.6826 2.44019Z",fill:t?"#999FA1":"#009CDF"})})},M=function(n){var i=n.className,t=n.disabled;return e("svg",{xmlns:"http://www.w3.org/2000/svg",preserveAspectRatio:"none",width:"20",height:"20",overflow:"visible",className:i,viewBox:"0 0 24 22",fill:"none",children:e("path",{id:"color",d:"M14.6025 0C15.9552 0.000251909 17.0595 1.08982 17.0596 2.44434V3.42188H23.2773C23.6764 3.422 23.9998 3.75048 24 4.15527C24 4.52653 23.7278 4.83328 23.375 4.88184L23.2773 4.88867H20.5312V19.5557C20.531 20.9101 19.426 21.9999 18.0732 22H5.92871C4.57593 22 3.47095 20.9102 3.4707 19.5557V4.88867H0.722656C0.323522 4.88854 0 4.5602 0 4.15527C0.000141537 3.78415 0.272248 3.47726 0.625 3.42871L0.722656 3.42188H6.93945V2.44434C6.93951 1.08966 8.04456 0 9.39746 0H14.6025ZM4.91602 19.5557C4.91625 20.0551 5.30736 20.4737 5.81738 20.5273L5.92773 20.5332H18.0723C18.6355 20.5332 19.0847 20.0908 19.085 19.5557V4.88867H4.91602V19.5557ZM9.39648 8.55566C9.76246 8.55566 10.0654 8.83151 10.1133 9.18945L10.1191 9.28906V16.1338C10.1189 16.5386 9.79557 16.8662 9.39648 16.8662C9.03062 16.8661 8.72852 16.5903 8.68066 16.2324L8.67383 16.1338V9.28906C8.67383 8.88413 8.99735 8.55579 9.39648 8.55566ZM14.6016 8.55566C14.9675 8.55566 15.2705 8.83151 15.3184 9.18945L15.3242 9.28906V16.1328C15.3242 16.5378 15.0008 16.8662 14.6016 16.8662C14.2357 16.8661 13.9336 16.5903 13.8857 16.2324L13.8789 16.1328V9.28906C13.8789 8.88411 14.2024 8.55576 14.6016 8.55566ZM9.39648 1.4668C8.83325 1.46697 8.38483 1.90918 8.38477 2.44434V3.42188H15.6133V2.44434C15.6132 1.94484 15.2229 1.52638 14.7129 1.47266L14.6016 1.4668H9.39648Z",fill:t?"#999FA1":"#009CDF"})})},k=function(i){return i.className,n("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0.200073 7.99971C0.200073 3.69189 3.69225 0.199707 8.00007 0.199707C12.3079 0.199707 15.8001 3.69189 15.8001 7.99971C15.8001 12.3075 12.3079 15.7997 8.00007 15.7997C3.69225 15.7997 0.200073 12.3075 0.200073 7.99971Z",fill:"#4DA466"}),e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.6803 5.68769C11.8527 5.87926 11.8372 6.17433 11.6456 6.34675L7.20112 10.3467C7.02365 10.5065 6.75423 10.5065 6.57676 10.3467L4.35456 8.34674C4.16299 8.17433 4.14746 7.87926 4.31988 7.68769C4.49229 7.49612 4.78736 7.48059 4.97893 7.65301L6.88894 9.37204L11.0212 5.653C11.2128 5.48059 11.5079 5.49612 11.6803 5.68769Z",fill:"white"})]})},R=function(i){return i.className,n("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0.200073 7.99971C0.200073 3.69189 3.69225 0.199707 8.00007 0.199707C12.3079 0.199707 15.8001 3.69189 15.8001 7.99971C15.8001 12.3075 12.3079 15.7997 8.00007 15.7997C3.69225 15.7997 0.200073 12.3075 0.200073 7.99971Z",fill:"#EE695C"}),e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.33 5.66989C10.5122 5.85213 10.5122 6.14761 10.33 6.32985L6.32997 10.3299C6.14773 10.5121 5.85225 10.5121 5.67001 10.3299C5.48776 10.1476 5.48776 9.85213 5.67001 9.66989L9.67001 5.66989C9.85225 5.48764 10.1477 5.48764 10.33 5.66989Z",fill:"white"}),e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.67001 5.66989C5.85225 5.48764 6.14773 5.48764 6.32997 5.66989L10.33 9.66989C10.5122 9.85213 10.5122 10.1476 10.33 10.3299C10.1477 10.5121 9.85225 10.5121 9.67001 10.3299L5.67001 6.32985C5.48776 6.14761 5.48776 5.85213 5.67001 5.66989Z",fill:"white"})]})},V=function(i){return i.className,n("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0.200073 7.99971C0.200073 3.69189 3.69225 0.199707 8.00007 0.199707C12.3079 0.199707 15.8001 3.69189 15.8001 7.99971C15.8001 12.3075 12.3079 15.7997 8.00007 15.7997C3.69225 15.7997 0.200073 12.3075 0.200073 7.99971Z",fill:"#FBA23A"}),e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.6803 5.68769C11.8527 5.87926 11.8372 6.17433 11.6456 6.34675L7.20112 10.3467C7.02365 10.5065 6.75423 10.5065 6.57676 10.3467L4.35456 8.34674C4.16299 8.17433 4.14746 7.87926 4.31988 7.68769C4.49229 7.49612 4.78736 7.48059 4.97893 7.65301L6.88894 9.37204L11.0212 5.653C11.2128 5.48059 11.5079 5.49612 11.6803 5.68769Z",fill:"white"})]})},Z=function(n){var i=n.className;return e("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:i,style:{animation:"spin 1s linear infinite"},children:e("path",{d:"M12 2V6M12 18V22M4.93 4.93L7.76 7.76M16.24 16.24L19.07 19.07M2 12H6M18 12H22M4.93 19.07L7.76 16.24M16.24 7.76L19.07 4.93",stroke:"#009CDF",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})},H=function(i){var l,a,c,d=i.title,s=void 0===d?"Achat 3":d,u=i.volume,h=void 0===u?"":u,v=i.price,p=void 0===v?"":v,f=i.defaultPrice,w=i.showSecondInput,g=void 0===w||w,L=i.showTrashButton,b=void 0!==L&&L,H=i.disabled,y=void 0!==H&&H,B=i.volumeMax,F=i.priceMax,z=i.iconType,_=void 0===z?"send":z,P=i.labels,A=i.onVolumeChange,S=i.onPriceChange,E=i.onSend,D=i.onClear,T=i.className,W=void 0===T?"":T,I=i.showStatus,j=t(h),O=j[0],U=j[1],q=t(p),Q=q[0],G=q[1],K=t(!1),J=K[0],X=K[1],Y=t(!1),$=Y[0],ee=Y[1],ne=t(!1),ie=ne[0],te=ne[1],le=t(!1),oe=le[0],ae=le[1];o(function(){U(h)},[h]),o(function(){G(p)},[p]);var re=function(){if(ie||oe)return 0;var e=parseFloat(O);if(!isNaN(e))if(g){var n=parseFloat(Q);if(!isNaN(n))return e*n}else if(void 0!==f)return e*f;return 0},ce=""===O.trim()||ie||oe;return n("div",{className:"buyline ".concat(P?"buyline--has-labels":""," ").concat(W),children:[n("div",{className:"buyline__container",children:[n("div",{className:"buyline__content",children:[n("div",{className:"buyline__inputs",children:[s&&e("div",{className:"buyline__title",children:s}),n("div",{className:"buyline__input_container",children:[(null==P?void 0:P.find(function(e){return"volume"===e.key}))&&e("div",{className:"buyline__label--description",children:null===(l=P.find(function(e){return"volume"===e.key}))||void 0===l?void 0:l.label}),e(r,{label:"MWh",value:O,onChange:function(e){U(e),null==A||A(e)},onErrorChange:function(e){te(e)},disabled:y,min:{value:0},max:B||{value:9999},showSuccess:J,inputWidth:70})]}),g&&n("div",{className:"buyline__input_container",children:[(null==P?void 0:P.find(function(e){return"price"===e.key}))&&e("div",{className:"buyline__label--description",children:null===(a=P.find(function(e){return"price"===e.key}))||void 0===a?void 0:a.label}),e(r,{label:"€/MWh",value:Q,onChange:function(e){G(e),null==S||S(e)},onErrorChange:function(e){ae(e)},disabled:y,min:{value:0},max:F||{value:9999},showSuccess:J,inputWidth:85})]})]}),n("div",{className:"buyline__recette",children:[(null==P?void 0:P.find(function(e){return"total"===e.key}))&&e("div",{className:"buyline__label--description",children:null===(c=P.find(function(e){return"total"===e.key}))||void 0===c?void 0:c.label}),e("div",{className:"buyline__total",children:e(C,{width:"fit-content",bgColor:0===re()?"#F2F4F4":"#E1F5FD",children:e(m,{cost:re(),textColor:0===re()?"#999FA1":"#005896",type:"euro"})})})]})]}),I?e("div",{className:"buyline__status",children:e("accepted"===I?k:"partial"===I?V:R,{className:"buyline__status-icon"})}):n("div",{className:"buyline__actions",children:[!y&&e("button",{className:"buyline__send ".concat(ce||$?"buyline__send--disabled":""),onClick:function(){""===O.trim()||ie||oe||(X(!0),ee(!0),setTimeout(function(){null==E||E(),U(""),G(""),te(!1),ae(!1),X(!1),ee(!1)},1e3))},disabled:ce||$,"aria-label":$?"Sending...":"edit"===_?"Edit":"Send",children:$?e(Z,{className:"buyline__icon"}):e("edit"===_?x:N,{className:"buyline__icon",disabled:ce})}),b&&e("button",{className:"buyline__trash",onClick:function(){U(""),G(""),te(!1),ae(!1),ee(!1),X(!1),null==D||D()},disabled:$,"aria-label":"Clear",children:e(M,{className:"buyline__icon",disabled:$})})]})]}),e("div",{className:"buyline__border"})]})},y=function(i,t){return void 0===t&&(t="white"),{plusIcon:e("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8 0C8.27614 0 8.50436 0.205203 8.54048 0.47144L8.54545 0.545455V7.45455H15.4545C15.7558 7.45455 16 7.69875 16 8C16 8.27614 15.7948 8.50436 15.5286 8.54048L15.4545 8.54545H8.54545V15.4545C8.54545 15.7558 8.30125 16 8 16C7.72386 16 7.49564 15.7948 7.45953 15.5286L7.45455 15.4545V8.54545H0.545455C0.244208 8.54545 0 8.30125 0 8C0 7.72386 0.205203 7.49564 0.47144 7.45953L0.545455 7.45455H7.45455V0.545455C7.45455 0.244208 7.69875 0 8 0Z",fill:t})}),settingIcon:n("svg",{width:"22",height:"22",viewBox:"0 0 22 22",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.78828 3.03085C10.0975 3.37414 10.5379 3.57013 11 3.57013C11.462 3.57013 11.9024 3.37414 12.2116 3.03085L12.995 2.16335C13.4578 1.65028 14.1935 1.48418 14.8319 1.74862C15.4703 2.01307 15.873 2.65078 15.8375 3.34085L15.7775 4.50752C15.754 4.96893 15.927 5.4187 16.2537 5.7454C16.5804 6.07209 17.0302 6.24514 17.4916 6.22168L18.6583 6.16252C19.3475 6.12854 19.9836 6.53156 20.2473 7.16924C20.511 7.80691 20.3452 8.5415 19.8333 9.00418L18.965 9.78835C18.6221 10.0979 18.4265 10.5381 18.4265 11C18.4265 11.4619 18.6221 11.9022 18.965 12.2117L19.8333 12.995C20.3464 13.4579 20.5125 14.1936 20.248 14.832C19.9836 15.4703 19.3459 15.8731 18.6558 15.8375L17.4891 15.7775C17.0279 15.7541 16.5782 15.927 16.2516 16.2535C15.9249 16.58 15.7517 17.0296 15.775 17.4908L15.835 18.6575C15.8684 19.3461 15.4658 19.9815 14.8289 20.2452C14.1919 20.5089 13.458 20.3441 12.995 19.8333L12.2116 18.9658C11.9021 18.623 11.4618 18.4274 11 18.4274C10.5381 18.4274 10.0978 18.623 9.78828 18.9658L9.00495 19.8333C8.54185 20.3424 7.80925 20.5064 7.17332 20.2433C6.53739 19.9803 6.13474 19.3466 6.16662 18.6592L6.22662 17.4925C6.25096 17.03 6.07763 16.579 5.74985 16.2519C5.42206 15.9247 4.9707 15.7523 4.50828 15.7775L3.34162 15.8375C2.65202 15.8719 2.01534 15.4688 1.75157 14.8307C1.4878 14.1926 1.65399 13.4576 2.16662 12.995L3.03495 12.2117C3.37776 11.9022 3.57341 11.4619 3.57341 11C3.57341 10.5381 3.37776 10.0979 3.03495 9.78835L2.16662 9.00418C1.65823 8.54096 1.49469 7.80879 1.75767 7.17327C2.02065 6.53776 2.65373 6.13523 3.34078 6.16668L4.50745 6.22585C4.96977 6.25017 5.42065 6.07695 5.74777 5.74936C6.07489 5.42176 6.24744 4.97063 6.22245 4.50835L6.16662 3.34085C6.13474 2.65339 6.53739 2.01978 7.17332 1.75671C7.80925 1.49363 8.54185 1.65761 9.00495 2.16668L9.78828 3.03085Z",stroke:t,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.0625 15.0626C10.0625 14.5448 10.4822 14.1251 11 14.1251C11.5178 14.1251 11.9375 14.5448 11.9375 15.0626C11.9375 15.5803 11.5178 16.0001 11 16.0001C10.4822 16.0001 10.0625 15.5803 10.0625 15.0626Z",fill:t}),e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11 5.37506C11.3452 5.37506 11.625 5.65488 11.625 6.00006V12.2501C11.625 12.5952 11.3452 12.8751 11 12.8751C10.6548 12.8751 10.375 12.5952 10.375 12.2501V6.00006C10.375 5.65488 10.6548 5.37506 11 5.37506Z",fill:t})]}),arrowDownIcon:e("svg",{width:"16",height:"10",viewBox:"0 0 16 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.8235 1.61477C16.065 1.35365 16.0578 0.946887 15.8072 0.694302C15.5566 0.441718 15.153 0.434496 14.8933 0.677901L7.87732 7.74957L1.10614 0.677901C0.847065 0.434503 0.442824 0.441725 0.192211 0.694302C-0.0577526 0.946887 -0.0649185 1.35365 0.176588 1.61477L7.87729 9.5L15.8235 1.61477Z",fill:"white"})})}[i]},B=function(i){var t=i.text,l=i.leftIcon,o=i.rightIcon,a=i.onClick,r=i.disabled,c=void 0!==r&&r,d=i.className,s=void 0===d?"":d,C=i.bgColor,u=i.textColor,h=i.size,v=f(f(f({},function(e){return"small"===e?{height:"32px",padding:"8px 12px"}:{height:"40px",padding:"12px 16px"}}(void 0===h?"large":h)),C&&{backgroundColor:C}),u&&{color:u});return n("button",{className:"button ".concat(s),onClick:a,disabled:c,"data-name":"Button",style:v,children:[l&&y(l,u||"white")&&e("div",{className:"button-icon","data-name":l,children:y(l,u||"white")}),e("div",{className:"button-text",style:u?{color:u}:{},children:e("p",{children:t})}),o&&y(o,u||"white")&&e("div",{className:"button-icon","data-name":o,children:y(o,u||"white")})]})},F=function(n){var i=n.isOpen,t=n.theme;return e("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"accordion-arrow ".concat(i?"accordion-arrow--open":""),children:e("path",{d:"M4 6L8 10L12 6",stroke:"blue"===t?"#ffffff":"#11161A",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})},z=function(i){var l=i.title,o=i.openedContent,a=i.closedContent,r=i.defaultOpen,c=void 0!==r&&r,d=i.className,s=void 0===d?"":d,C=i.theme,u=void 0===C?"white":C,h=i.onToggle,v=t(c),p=v[0],m=v[1];return n("div",{className:"accordion ".concat("blue"===u?"accordion--blue":"accordion--white"," ").concat(s),"data-name":"Accordion",children:[n("div",{className:"accordion-header",onClick:function(){var e=!p;m(e),null==h||h(e)},children:[e("div",{className:"accordion-title",children:e("p",{children:l})}),e(F,{isOpen:p,theme:u})]}),(p&&o||!p&&a)&&e("div",{className:"accordion-content",children:e("div",{className:"accordion-content-item",children:p?o:a})})]})},_=function(){return n("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e("rect",{width:"24",height:"24",rx:"12",fill:"#EAECED"}),e("path",{d:"M12.8555 11.1641H15.8789V12.875H12.8555V15.8828H11.1445V12.875H8.12109V11.1641H11.1445V8.11719H12.8555V11.1641Z",fill:"#11161A"})]})},P=function(){return n("svg",{width:"25",height:"24",viewBox:"0 0 25 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e("rect",{x:"0.5",width:"24",height:"24",rx:"12",fill:"#EAECED"}),e("path",{d:"M15.1534 11.0396V12.96H9.84656V11.0396H15.1534Z",fill:"#11161A"})]})},A=function(i){var t=i.label,l=i.value,o=i.chipBgColor,a=void 0===o?"#d3d64e":o,r=i.chipTextColor,c=void 0===r?"#11161a":r,d=i.icon,s=i.style,u=i.className;return e("div",{className:"ecart-container ".concat(void 0===u?"":u),style:s,"data-name":"Ecart",children:n("div",{className:"ecart-content",children:[e("div",{className:"ecart-label",children:e("span",{children:t})}),n("div",{className:"ecart-icon-container",children:[d&&e("div",{className:"ecart-icon-wrapper",children:e("plus"===d?_:P,{})}),e("div",{className:"ecart-value-wrapper",children:e(C,{bgColor:a,children:e(m,{cost:parseFloat(l),type:"megawatt",textColor:c})})})]})]})})},S=function(i){var t=i.className,l=i.size,o=void 0===l?20:l,a=i.color,r=i.disabled;return e("svg",{xmlns:"http://www.w3.org/2000/svg",preserveAspectRatio:"none",width:o,height:o,overflow:"visible",className:t,viewBox:"0 0 21 21",fill:"none",children:n("g",{id:"send-email-1",children:[e("path",{id:"Shape",fillRule:"evenodd",clipRule:"evenodd",d:"M1.90273 8.85333C1.37949 8.70573 1.01357 8.2343 1.00037 7.6908C0.987168 7.1473 1.32977 6.65867 1.84523 6.48583L18.5711 1.03083C18.7945 0.958012 19.0398 1.01645 19.2064 1.18215C19.373 1.34785 19.4327 1.5929 19.3611 1.81667L13.9102 18.5508C13.7382 19.0672 13.249 19.4107 12.7049 19.3973C12.1608 19.3839 11.6892 19.0167 11.5427 18.4925L9.67106 10.7167L1.90273 8.85333Z",stroke:a||(r?"#999FA1":"#009CDF"),strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),e("path",{id:"Shape_2",d:"M19.2069 1.18083L9.67106 10.7167",stroke:a||(r?"#999FA1":"#009CDF"),strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]})})},E=function(n){var i=n.className,t=n.size,l=void 0===t?20:t,o=n.color,a=n.disabled;return e("svg",{width:l,height:l,viewBox:"0 0 24 25",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:i,children:e("path",{d:"M10.1221 5.00073C10.5362 5.00073 10.8719 5.33666 10.8721 5.75073C10.8721 6.16495 10.5363 6.50073 10.1221 6.50073H2.62207C2.20796 6.50073 1.87223 6.83666 1.87207 7.25073V22.2507C1.87207 22.6649 2.20786 23.0007 2.62207 23.0007H17.6221C18.0363 23.0007 18.3721 22.6649 18.3721 22.2507V14.7507C18.3722 14.3367 18.708 14.0007 19.1221 14.0007C19.5362 14.0007 19.8719 14.3367 19.8721 14.7507V22.2507C19.8721 23.4934 18.8647 24.5007 17.6221 24.5007H2.62207C1.37943 24.5007 0.37207 23.4934 0.37207 22.2507V7.25073C0.37223 6.00823 1.37953 5.00073 2.62207 5.00073H10.1221ZM18.501 1.37866C19.6725 0.207539 21.5717 0.207579 22.7432 1.37866C23.9145 2.55026 23.9147 4.45033 22.7432 5.62183L13.1973 15.1677C13.0826 15.2823 12.9339 15.3567 12.7734 15.3796L9.06152 15.9109C8.56668 15.9817 8.14253 15.5571 8.21289 15.0623L8.74219 11.3494C8.76511 11.1888 8.84046 11.0403 8.95508 10.9255L18.501 1.37866ZM21.6826 2.44019C21.0968 1.85439 20.1473 1.85439 19.5615 2.44019L10.1924 11.8093L9.83887 14.2839L12.3135 13.9304L21.6826 4.56128C22.2683 3.9756 22.2681 3.02601 21.6826 2.44019Z",fill:o||(a?"#999FA1":"#009CDF")})})},D=function(n){var i=n.className,t=n.size,l=void 0===t?20:t,o=n.color,a=n.disabled;return e("svg",{xmlns:"http://www.w3.org/2000/svg",preserveAspectRatio:"none",width:l,height:l,overflow:"visible",className:i,viewBox:"0 0 24 22",fill:"none",children:e("path",{id:"color",d:"M14.6025 0C15.9552 0.000251909 17.0595 1.08982 17.0596 2.44434V3.42188H23.2773C23.6764 3.422 23.9998 3.75048 24 4.15527C24 4.52653 23.7278 4.83328 23.375 4.88184L23.2773 4.88867H20.5312V19.5557C20.531 20.9101 19.426 21.9999 18.0732 22H5.92871C4.57593 22 3.47095 20.9102 3.4707 19.5557V4.88867H0.722656C0.323522 4.88854 0 4.5602 0 4.15527C0.000141537 3.78415 0.272248 3.47726 0.625 3.42871L0.722656 3.42188H6.93945V2.44434C6.93951 1.08966 8.04456 0 9.39746 0H14.6025ZM4.91602 19.5557C4.91625 20.0551 5.30736 20.4737 5.81738 20.5273L5.92773 20.5332H18.0723C18.6355 20.5332 19.0847 20.0908 19.085 19.5557V4.88867H4.91602V19.5557ZM9.39648 8.55566C9.76246 8.55566 10.0654 8.83151 10.1133 9.18945L10.1191 9.28906V16.1338C10.1189 16.5386 9.79557 16.8662 9.39648 16.8662C9.03062 16.8661 8.72852 16.5903 8.68066 16.2324L8.67383 16.1338V9.28906C8.67383 8.88413 8.99735 8.55579 9.39648 8.55566ZM14.6016 8.55566C14.9675 8.55566 15.2705 8.83151 15.3184 9.18945L15.3242 9.28906V16.1328C15.3242 16.5378 15.0008 16.8662 14.6016 16.8662C14.2357 16.8661 13.9336 16.5903 13.8857 16.2324L13.8789 16.1328V9.28906C13.8789 8.88411 14.2024 8.55576 14.6016 8.55566ZM9.39648 1.4668C8.83325 1.46697 8.38483 1.90918 8.38477 2.44434V3.42188H15.6133V2.44434C15.6132 1.94484 15.2229 1.52638 14.7129 1.47266L14.6016 1.4668H9.39648Z",fill:o||(a?"#999FA1":"#009CDF")})})},T=function(i){var t=i.className,l=i.size,o=void 0===l?16:l,a=i.color;return n("svg",{width:o,height:o,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:[e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0.200073 7.99971C0.200073 3.69189 3.69225 0.199707 8.00007 0.199707C12.3079 0.199707 15.8001 3.69189 15.8001 7.99971C15.8001 12.3075 12.3079 15.7997 8.00007 15.7997C3.69225 15.7997 0.200073 12.3075 0.200073 7.99971Z",fill:a||"#4DA466"}),e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.6803 5.68769C11.8527 5.87926 11.8372 6.17433 11.6456 6.34675L7.20112 10.3467C7.02365 10.5065 6.75423 10.5065 6.57676 10.3467L4.35456 8.34674C4.16299 8.17433 4.14746 7.87926 4.31988 7.68769C4.49229 7.49612 4.78736 7.48059 4.97893 7.65301L6.88894 9.37204L11.0212 5.653C11.2128 5.48059 11.5079 5.49612 11.6803 5.68769Z",fill:"white"})]})},W=function(i){var t=i.className,l=i.size,o=void 0===l?16:l,a=i.color;return n("svg",{width:o,height:o,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:[e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0.200073 7.99971C0.200073 3.69189 3.69225 0.199707 8.00007 0.199707C12.3079 0.199707 15.8001 3.69189 15.8001 7.99971C15.8001 12.3075 12.3079 15.7997 8.00007 15.7997C3.69225 15.7997 0.200073 12.3075 0.200073 7.99971Z",fill:a||"#EE695C"}),e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.33 5.66989C10.5122 5.85213 10.5122 6.14761 10.33 6.32985L6.32997 10.3299C6.14773 10.5121 5.85225 10.5121 5.67001 10.3299C5.48776 10.1476 5.48776 9.85213 5.67001 9.66989L9.67001 5.66989C9.85225 5.48764 10.1477 5.48764 10.33 5.66989Z",fill:"white"}),e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.67001 5.66989C5.85225 5.48764 6.14773 5.48764 6.32997 5.66989L10.33 9.66989C10.5122 9.85213 10.5122 10.1476 10.33 10.3299C10.1477 10.5121 9.85225 10.5121 9.67001 10.3299L5.67001 6.32985C5.48776 6.14761 5.48776 5.85213 5.67001 5.66989Z",fill:"white"})]})},I=function(i){var t=i.className,l=i.size,o=void 0===l?16:l,a=i.color;return n("svg",{width:o,height:o,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:[e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0.200073 7.99971C0.200073 3.69189 3.69225 0.199707 8.00007 0.199707C12.3079 0.199707 15.8001 3.69189 15.8001 7.99971C15.8001 12.3075 12.3079 15.7997 8.00007 15.7997C3.69225 15.7997 0.200073 12.3075 0.200073 7.99971Z",fill:a||"#FBA23A"}),e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.6803 5.68769C11.8527 5.87926 11.8372 6.17433 11.6456 6.34675L7.20112 10.3467C7.02365 10.5065 6.75423 10.5065 6.57676 10.3467L4.35456 8.34674C4.16299 8.17433 4.14746 7.87926 4.31988 7.68769C4.49229 7.49612 4.78736 7.48059 4.97893 7.65301L6.88894 9.37204L11.0212 5.653C11.2128 5.48059 11.5079 5.49612 11.6803 5.68769Z",fill:"white"})]})},j=function(n){var i=n.className,t=n.size,l=void 0===t?20:t,o=n.color;return e("svg",{width:l,height:l,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:i,style:{animation:"spin 1s linear infinite"},children:e("path",{d:"M12 2V6M12 18V22M4.93 4.93L7.76 7.76M16.24 16.24L19.07 19.07M2 12H6M18 12H22M4.93 19.07L7.76 16.24M16.24 7.76L19.07 4.93",stroke:o||"#009CDF",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})},O=function(n){var i=n.className,t=n.size,l=void 0===t?16:t,o=n.color;return e("svg",{width:l,height:l,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:i,children:e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8 0C8.27614 0 8.50436 0.205203 8.54048 0.47144L8.54545 0.545455V7.45455H15.4545C15.7558 7.45455 16 7.69875 16 8C16 8.27614 15.7948 8.50436 15.5286 8.54048L15.4545 8.54545H8.54545V15.4545C8.54545 15.7558 8.30125 16 8 16C7.72386 16 7.49564 15.7948 7.45953 15.5286L7.45455 15.4545V8.54545H0.545455C0.244208 8.54545 0 8.30125 0 8C0 7.72386 0.205203 7.49564 0.47144 7.45953L0.545455 7.45455H7.45455V0.545455C7.45455 0.244208 7.69875 0 8 0Z",fill:o||"white"})})},U=function(i){var t=i.className,l=i.size,o=void 0===l?24:l,a=i.color;return n("svg",{width:o,height:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:[e("rect",{width:"24",height:"24",rx:"12",fill:"#EAECED"}),e("path",{d:"M12.8555 11.1641H15.8789V12.875H12.8555V15.8828H11.1445V12.875H8.12109V11.1641H11.1445V8.11719H12.8555V11.1641Z",fill:a||"#11161A"})]})},q=function(i){var t=i.className,l=i.size,o=void 0===l?24:l,a=i.color;return n("svg",{width:o,height:o,viewBox:"0 0 25 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:[e("rect",{x:"0.5",width:"24",height:"24",rx:"12",fill:"#EAECED"}),e("path",{d:"M15.1534 11.0396V12.96H9.84656V11.0396H15.1534Z",fill:a||"#11161A"})]})},Q=function(n){var i=n.className,t=n.size,l=void 0===t?16:t,o=n.color,a=n.isOpen,r=void 0!==a&&a,c=n.theme,d=void 0===c?"white":c;return e("svg",{width:l,height:l,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"".concat(i," ").concat(r?"accordion-arrow--open":""),children:e("path",{d:"M4 6L8 10L12 6",stroke:o||("blue"===d?"#ffffff":"#11161A"),strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})},G=function(n){var i=n.className,t=n.size,l=void 0===t?16:t,o=n.color,a=n.isOff;return e("svg",{width:l,height:l,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:i,children:e("path",{d:"M9.56529 2.85352C9.66365 2.57607 9.96837 2.43116 10.246 2.5293C13.4295 3.65507 15.3392 6.91015 14.7684 10.2383C14.1974 13.5667 11.3114 16 7.93443 16C4.55739 16 1.67151 13.5667 1.10045 10.2383C0.5296 6.91011 2.4393 3.65504 5.62291 2.5293C5.9005 2.43115 6.20523 2.57605 6.30357 2.85352C6.40176 3.13124 6.2561 3.43599 5.97838 3.53418C3.28438 4.48672 1.669 7.2423 2.1522 10.0586C2.63557 12.8747 5.07706 14.9336 7.93443 14.9336C10.7918 14.9336 13.2333 12.8747 13.7167 10.0586C14.1999 7.24233 12.5844 4.48676 9.89049 3.53418C9.61276 3.43599 9.4671 3.13124 9.56529 2.85352ZM7.93443 0C8.22892 3.10447e-05 8.46754 0.238727 8.46763 0.533203V7.4668C8.46763 7.76135 8.22898 8.00095 7.93443 8.00098C7.63986 8.00098 7.40123 7.76137 7.40123 7.4668V0.533203C7.40132 0.238707 7.63991 0 7.93443 0Z",fill:o||(void 0!==a&&a?"#999FA1":"#009CDF")})})},K=function(n){var i=n.className,t=n.size,l=void 0===t?32:t,o=n.color,a=n.isOff;return e("svg",{width:l,height:l,viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:i,children:e("circle",{cx:"16",cy:"16",r:"16",fill:o||(void 0!==a&&a?"white":"#009cdf")})})},J=function(n){var i=n.className,t=n.size,l=void 0===t?16:t,o=n.color;return e("svg",{width:l,height:l,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:i,children:e("path",{d:"M16 8C16 8.276 15.776 8.5 15.5 8.5L13.4766 8.5C13.238 11.1345 11.1345 13.238 8.5 13.4766L8.5 15.5C8.5 15.776 8.276 16 8 16C7.724 16 7.5 15.776 7.5 15.5L7.5 13.4766C4.86554 13.238 2.763 11.1345 2.52441 8.5L0.5 8.5C0.224 8.5 -3.61755e-07 8.276 -3.49691e-07 8C-3.29564e-07 7.724 0.224 7.5 0.5 7.5L2.52441 7.5C2.763 4.86555 4.86554 2.76198 7.5 2.52344L7.5 0.5C7.5 0.224 7.724 -3.61755e-07 8 -3.4969e-07C8.276 -3.29563e-07 8.5 0.224 8.5 0.5L8.5 2.52344C11.1345 2.76199 13.238 4.86551 13.4766 7.5L15.5 7.5C15.776 7.5 16 7.724 16 8ZM12.5 8C12.5 5.51867 10.4813 3.5 8 3.5C5.51867 3.5 3.5 5.51867 3.5 8C3.5 10.4813 5.51867 12.5 8 12.5C10.4813 12.5 12.5 10.4813 12.5 8ZM10 8C10 9.10457 9.10457 10 8 10C6.89543 10 6 9.10457 6 8C6 6.89543 6.89543 6 8 6C9.10457 6 10 6.89543 10 8Z",fill:o||"currentColor"})})},X=function(n){var i=n.className,t=n.size,l=void 0===t?16:t,o=n.color;return e("svg",{width:l,height:l,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:i,children:e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.9813 2.39178C12.1589 2.38845 12.3342 2.43251 12.4892 2.51941C12.6441 2.60631 12.7731 2.73291 12.8629 2.88621C12.9527 3.0395 13 3.21395 13 3.3916L12.5 3.3916H13V12.6085C13 12.7862 12.9527 12.9606 12.8629 13.1139C12.7731 13.2672 12.6441 13.3938 12.4892 13.4807C12.3342 13.5676 12.1589 13.6117 11.9813 13.6084C11.8037 13.605 11.6301 13.5545 11.4785 13.4618L3.93741 8.85335C3.79124 8.76403 3.67046 8.63865 3.58667 8.48923C3.50287 8.33982 3.45886 8.17138 3.45886 8.00007C3.45886 7.82877 3.50287 7.66033 3.58667 7.51092C3.67046 7.3615 3.79124 7.23612 3.93741 7.14679L11.4785 2.53832C11.6301 2.44568 11.8037 2.3951 11.9813 2.39178ZM12 3.3916L4.45886 8.00007L4.19814 7.57343L4.45886 8.00007L12 12.6085V3.3916Z",fill:o||"black"})})},Y=function(n){var i=n.className,t=n.size,l=void 0===t?16:t,o=n.color;return e("svg",{width:l,height:l,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:i,children:e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.51084 2.51941C3.66579 2.43251 3.84109 2.38845 4.01871 2.39178C4.19633 2.3951 4.36986 2.44568 4.52145 2.53832L12.0626 7.14679C12.2088 7.23612 12.3295 7.3615 12.4133 7.51092C12.4971 7.66033 12.5411 7.82877 12.5411 8.00007C12.5411 8.17138 12.4971 8.33982 12.4133 8.48923C12.3295 8.63865 12.2088 8.76403 12.0626 8.85335L4.52145 13.4618C4.36986 13.5545 4.19633 13.605 4.01871 13.6084C3.84109 13.6117 3.66579 13.5676 3.51084 13.4807C3.3559 13.3938 3.2269 13.2672 3.13711 13.1139C3.04733 12.9606 3 12.7862 3 12.6085V3.3916C3 3.21395 3.04733 3.0395 3.13711 2.88621C3.22689 2.73292 3.35589 2.60631 3.51084 2.51941ZM11.5411 8.00007L4 3.3916V12.6085L11.5411 8.00007Z",fill:o||"black"})})},$=function(n){var i=n.className,t=n.size,l=void 0===t?24:t,o=n.color;return e("svg",{width:l,height:l,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:i,children:e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 4.5C7.85786 4.5 4.5 7.85786 4.5 12C4.5 15.1788 6.47789 17.8975 9.27283 18.989C9.65866 19.1397 9.8493 19.5746 9.69862 19.9604C9.54794 20.3463 9.113 20.5369 8.72717 20.3862C5.37607 19.0775 3 15.8172 3 12C3 7.02944 7.02944 3 12 3C16.2192 3 19.7585 5.90255 20.7337 9.81878C20.9078 10.5179 21 11.2487 21 12C21 12.4142 20.6642 12.75 20.25 12.75C19.8358 12.75 19.5 12.4142 19.5 12C19.5 11.3719 19.4229 10.7628 19.2781 10.1812C18.4655 6.91754 15.5141 4.5 12 4.5Z",fill:o||"black"})})},ee=function(n){var i=n.className,t=n.size,l=void 0===t?24:t,o=n.color;return e("svg",{width:l,height:l,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:i,children:e("path",{d:"M20.25 12C20.25 11.3103 20.1654 10.6404 20.0059 10C19.112 6.41005 15.8666 3.75 12 3.75C7.44365 3.75 3.75 7.44365 3.75 12C3.75 15.498 5.92698 18.4875 9 19.6876",stroke:o||"black",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})},ne=function(n){var i=n.className,t=n.size,l=void 0===t?14:t,o=n.color;return e("svg",{width:l,height:"12",viewBox:"0 0 14 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:i,children:e("path",{d:"M8.14697 0.146484C8.34224 -0.0486747 8.65878 -0.0487434 8.854 0.146484C9.04889 0.341739 9.04905 0.658358 8.854 0.853516L7.50049 2.20703V5.13281L10.0337 3.66992L10.5298 1.82129C10.6012 1.5547 10.8755 1.3966 11.1421 1.46777C11.4088 1.53922 11.5679 1.8134 11.4966 2.08008L11.0767 3.64648L12.6421 4.06543C12.9088 4.1369 13.0681 4.41198 12.9966 4.67871C12.925 4.94527 12.6499 5.10368 12.3833 5.03223L10.5347 4.53613L7.99951 5.99902L10.5347 7.46191L12.3833 6.96777C12.65 6.8963 12.9251 7.05456 12.9966 7.32129C13.068 7.58799 12.9088 7.86213 12.6421 7.93359L11.0767 8.35352L11.4966 9.91992C11.5677 10.1865 11.4086 10.4608 11.1421 10.5322C10.8756 10.6033 10.6013 10.4451 10.5298 10.1787L10.0337 8.32812L7.50049 6.86523V9.79297L8.854 11.1465C9.04889 11.3417 9.04905 11.6584 8.854 11.8535C8.65885 12.0487 8.34226 12.0484 8.14697 11.8535L7.00049 10.707L5.854 11.8535C5.65885 12.0487 5.34226 12.0484 5.14697 11.8535C4.95171 11.6583 4.95171 11.3417 5.14697 11.1465L6.50049 9.79297V6.86523L3.96533 8.32812L3.47021 10.1787C3.39865 10.4451 3.12439 10.6034 2.85791 10.5322C2.59128 10.4608 2.43314 10.1866 2.50439 9.91992L2.92334 8.35352L1.35791 7.93359C1.09118 7.86212 0.932919 7.58802 1.00439 7.32129C1.07593 7.05464 1.35001 6.89631 1.6167 6.96777L3.46436 7.46191L5.99951 5.99902L3.46436 4.53613L1.6167 5.03223C1.35014 5.10366 1.07608 4.94513 1.00439 4.67871C0.932919 4.41198 1.09118 4.1369 1.35791 4.06543L2.92334 3.64648L2.50439 2.08008C2.43293 1.81334 2.59118 1.53924 2.85791 1.46777C3.12453 1.39654 3.39878 1.55467 3.47021 1.82129L3.96533 3.66992L6.50049 5.13281V2.20703L5.14697 0.853516C4.95171 0.658253 4.95171 0.341747 5.14697 0.146484C5.34224 -0.0486746 5.65878 -0.0487434 5.854 0.146484L7.00049 1.29297L8.14697 0.146484Z",fill:o||"black"})})},ie=function(i){var t=i.className,l=i.size,o=void 0===l?18:l,a=i.color,r=i.isAnonymised,c=void 0!==r&&r;return n("svg",{width:o,height:"12",viewBox:"0 0 18 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:[e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.19571 0.9375H13.9316L13.9576 0.939919L13.9055 1.5C13.9576 0.939919 13.958 0.939955 13.9584 0.939992L13.9593 0.940074L13.9612 0.940263L13.966 0.940753L13.9794 0.942218C13.9899 0.943426 14.0036 0.945121 14.0203 0.947429C14.0536 0.952044 14.0989 0.959129 14.1545 0.969722C14.2655 0.990879 14.4186 1.02621 14.5998 1.08426C14.9611 1.20007 15.4415 1.40866 15.9224 1.78153C16.9079 2.54562 17.8125 3.93493 17.8125 6.375C17.8125 8.84977 16.7446 10.2418 15.6228 10.9916C15.0757 11.3573 14.5319 11.5602 14.1264 11.6723C13.9228 11.7285 13.7514 11.7626 13.6282 11.7828C13.5666 11.7929 13.5167 11.7996 13.4807 11.8039C13.4626 11.8061 13.448 11.8076 13.437 11.8087L13.4234 11.81L13.4186 11.8104L13.4168 11.8106L13.416 11.8106C13.4157 11.8107 13.4154 11.8107 13.3704 11.25L13.416 11.8106L13.3929 11.8125H13.3704C12.4693 11.8125 11.7717 11.6348 11.2171 11.3425C10.6627 11.0503 10.2868 10.6623 10.0046 10.2977C9.86569 10.1182 9.74696 9.94078 9.64616 9.78996C9.5407 9.6322 9.46023 9.51197 9.38106 9.41262C9.22707 9.21935 9.16773 9.21939 9.13503 9.21941H9.13398C9.09752 9.21941 9.03241 9.22191 8.87346 9.41718C8.79345 9.51548 8.71127 9.63581 8.60695 9.79107C8.60069 9.80039 8.59437 9.80981 8.58797 9.81934C8.49236 9.96175 8.38151 10.1269 8.25589 10.2929C7.98421 10.6519 7.62551 11.0405 7.10214 11.335C6.57573 11.6313 5.91831 11.8125 5.07599 11.8125H5.0488L5.02173 11.8099L5.07599 11.25C5.02173 11.8099 5.02205 11.8099 5.02173 11.8099L5.0204 11.8097L5.01868 11.8096L5.01405 11.8091L5.00016 11.8076C4.98888 11.8063 4.97357 11.8045 4.95451 11.8019C4.91641 11.7969 4.8632 11.7892 4.79703 11.7779C4.66485 11.7553 4.47999 11.718 4.25972 11.6585C3.82115 11.5401 3.23123 11.3305 2.63538 10.9643C1.42058 10.2176 0.212463 8.83259 0.187947 6.38062C0.163902 3.97575 1.11355 2.587 2.13375 1.81616C2.63171 1.43991 3.12954 1.22329 3.50294 1.10027C3.69026 1.03855 3.84839 0.999684 3.96267 0.975868C4.01989 0.963945 4.06636 0.955744 4.10027 0.950316C4.11724 0.947601 4.13108 0.945576 4.14159 0.944124L4.15484 0.942358L4.15953 0.941769L4.16139 0.941543L4.1622 0.941446C4.16257 0.941403 4.16292 0.941361 4.22872 1.5L4.1622 0.941446L4.19571 0.9375ZM4.26997 2.0625C4.25203 2.06549 4.22575 2.07021 4.19218 2.07721C4.11398 2.09351 3.99723 2.1219 3.85498 2.16877C3.56924 2.26291 3.18912 2.42877 2.81194 2.71376C2.08184 3.2654 1.29234 4.31414 1.31289 6.36938C1.33297 8.37752 2.28763 9.43001 3.22447 10.0058C3.70444 10.3008 4.18756 10.4737 4.55306 10.5724C4.73484 10.6215 4.88477 10.6515 4.98688 10.669C5.03785 10.6778 5.07667 10.6833 5.1013 10.6866C5.10355 10.6869 5.10569 10.6871 5.10771 10.6874C5.76441 10.683 6.21815 10.5416 6.55042 10.3546C6.89104 10.1629 7.13992 9.90327 7.35877 9.61404C7.46458 9.47422 7.55912 9.33345 7.65787 9.18641L7.67313 9.1637C7.77297 9.01508 7.8831 8.85179 8.00097 8.70698C8.23778 8.41606 8.59073 8.09441 9.13398 8.09441C9.6812 8.09441 10.0292 8.42071 10.2609 8.71155C10.3706 8.8492 10.4746 9.00486 10.569 9.14611L10.5815 9.1648C10.6838 9.31787 10.7824 9.46461 10.8943 9.6092C11.1139 9.89292 11.3735 10.1532 11.7416 10.3472C12.1049 10.5387 12.6087 10.6838 13.3424 10.6874C13.3439 10.6873 13.3456 10.6871 13.3473 10.6869C13.368 10.6844 13.4015 10.6799 13.4459 10.6727C13.5349 10.658 13.6667 10.6321 13.8268 10.5879C14.1487 10.4989 14.5748 10.3389 14.9976 10.0563C15.8156 9.50956 16.6875 8.46406 16.6875 6.375C16.6875 4.25124 15.9198 3.20305 15.2331 2.6706C14.8779 2.3952 14.5221 2.24075 14.2564 2.1556C14.124 2.11316 14.0158 2.08853 13.944 2.07485C13.9117 2.0687 13.887 2.0648 13.8709 2.0625H4.26997ZM13.8498 2.05973C13.8494 2.05969 13.8497 2.05972 13.8508 2.05985L13.8498 2.05973Z",fill:a||(c?"white":"black")}),e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.625 5.0625C4.77651 5.0625 4.3125 5.59288 4.3125 6C4.3125 6.40712 4.77651 6.9375 5.625 6.9375C6.47349 6.9375 6.9375 6.40712 6.9375 6C6.9375 5.59288 6.47349 5.0625 5.625 5.0625ZM3.1875 6C3.1875 4.75027 4.40242 3.9375 5.625 3.9375C6.84758 3.9375 8.0625 4.75027 8.0625 6C8.0625 7.24973 6.84758 8.0625 5.625 8.0625C4.40242 8.0625 3.1875 7.24973 3.1875 6Z",fill:a||(c?"white":"black")}),e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.375 5.0625C11.5265 5.0625 11.0625 5.59288 11.0625 6C11.0625 6.40712 11.5265 6.9375 12.375 6.9375C13.2235 6.9375 13.6875 6.40712 13.6875 6C13.6875 5.59288 13.2235 5.0625 12.375 5.0625ZM9.9375 6C9.9375 4.75027 11.1524 3.9375 12.375 3.9375C13.5976 3.9375 14.8125 4.75027 14.8125 6C14.8125 7.24973 13.5976 8.0625 12.375 8.0625C11.1524 8.0625 9.9375 7.24973 9.9375 6Z",fill:a||(c?"white":"black")})]})},te={Send:S,Edit:E,Trash:D,Success:T,Failure:W,Partial:I,Spinner:j,Plus:O,PlusCircle:U,MinusCircle:q,ArrowDown:Q,Power:G,SwitchThumb:K,Target:J,Previous:X,Next:Y,Pause:$,Play:ee,Freeze:ne,Anonymize:ie,User:function(n){var i=n.className,t=n.size,l=void 0===t?16:t,o=n.color;return e("svg",{width:l,height:l,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:i,children:e("path",{d:"M8.00037 2.66699C9.76603 2.66724 11.1976 4.14551 11.1976 5.96875C11.1975 7.78449 9.77755 9.25735 8.02185 9.26953C10.0979 9.27896 11.9455 10.6336 12.6381 12.6562C12.7286 12.9207 12.5944 13.2112 12.3383 13.3047C12.0823 13.3979 11.8019 13.2592 11.7113 12.9951C11.1554 11.3713 9.66826 10.2853 8.00037 10.2852C6.33234 10.2852 4.84537 11.3712 4.28943 12.9951C4.19884 13.2595 3.91757 13.3981 3.6615 13.3047C3.40536 13.2112 3.27115 12.9207 3.36169 12.6562C4.05415 10.6337 5.90196 9.2791 7.97791 9.26953C6.2223 9.25723 4.80321 7.78442 4.8031 5.96875C4.8031 4.1454 6.23455 2.66706 8.00037 2.66699ZM8.00037 3.68262C6.7779 3.68268 5.7865 4.70644 5.7865 5.96875C5.78661 7.23096 6.77797 8.25384 8.00037 8.25391C9.22262 8.25366 10.2141 7.23085 10.2142 5.96875C10.2142 4.70655 9.22269 3.68286 8.00037 3.68262Z",fill:o||"black"})})}};export{z as Accordion,ie as AnonymizeIcon,Q as ArrowDownIcon,p as Avatar,B as Button,H as BuyLine,C as Chip,A as Ecart,E as EditIcon,W as FailureIcon,ne as FreezeIcon,b as Gain,h as Histogram,te as Icons,r as InputNumber,q as MinusCircleIcon,Y as NextIcon,I as PartialIcon,$ as PauseIcon,ee as PlayIcon,U as PlusCircleIcon,O as PlusIcon,G as PowerIcon,X as PreviousIcon,u as ProductionUnit,v as ProductionUnitContainer,L as ProgressBar,S as SendIcon,j as SpinnerIcon,T as SuccessIcon,s as Switch,K as SwitchThumbIcon,J as TargetIcon,g as Timer,D as TrashIcon,m as ValueWithUnit};
1
+ import{jsx as e,jsxs as n}from"react/jsx-runtime";import i,{useState as t,useRef as l,useEffect as o,useCallback as a}from"react";var r=function(i){var a=i.label,r=i.value,c=void 0===r?"":r,d=i.onChange,s=i.onErrorChange,C=i.disabled,u=void 0!==C&&C,h=i.className,v=void 0===h?"":h,p=i.required,m=void 0!==p&&p,f=i.min,w=void 0===f?{value:0}:f,g=i.max,L=void 0===g?{value:100}:g,b=i.showSuccess,N=void 0!==b&&b,x=i.inputWidth,M=t(c),k=M[0],R=M[1],V=t(!1),Z=V[0],H=V[1],y=t(!1),B=y[0],F=y[1],z=t(54),_=z[0],P=z[1],A=l(null),S=l(null),E=x||_;o(function(){if(!x&&S.current){var e=document.createElement("canvas").getContext("2d");if(e){var n=window.getComputedStyle(S.current);e.font="".concat(n.fontSize," ").concat(n.fontFamily);var i=e.measureText(a+(m?"*":"")).width,t=Math.max(54,i+32);P(t)}}},[a,m,x]),o(function(){R(c)},[c]);var D=["input-container",Z?"input-container--focused":"",Z||k.length>0?"input-container--floating":"",u?"input-container--disabled":"",B?"input-container--error":"",N?"input-container--success":"",v].filter(Boolean).join(" ");return e("div",{className:D,children:n("div",{className:"input-constraints",children:[w.label&&n("div",{className:"input-min",children:[w.label,e("br",{}),w.value]}),n("div",{className:"input-field",style:{width:"".concat(E,"px")},children:[e("input",{ref:A,type:"number",value:k,onChange:function(e){var n=e.target.value;if(R(n),""!==n){var i=parseFloat(n);if(isNaN(i))F(!1),null==s||s(!1),null==d||d(n);else{var t=i<w.value||i>L.value;if(F(t),null==s||s(t),t){var l=Math.max(w.value,Math.min(L.value,i));null==d||d(l.toString())}else null==d||d(n)}}else F(!1),null==s||s(!1),null==d||d(n)},onFocus:function(){H(!0),A.current&&A.current.select()},onBlur:function(){if(H(!1),""!==k){var e=parseFloat(k);if(!isNaN(e)){var n=Math.max(w.value,Math.min(L.value,e));if(n!==e){var i=n.toString();R(i),null==d||d(i)}F(!1),null==s||s(!1)}}},disabled:u,required:m,className:"input-element",style:{width:"".concat(E,"px")},"aria-label":a,min:w.value,max:L.value,step:1}),n("label",{ref:S,className:"input-label",children:[a,m&&e("span",{className:"input-required",children:"*"})]})]}),L.label&&n("div",{className:"input-max",children:[L.label,e("br",{})," ",L.value]})]})})},c=function(n){var i=n.isOff;return e("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e("path",{d:"M9.56529 2.85352C9.66365 2.57607 9.96837 2.43116 10.246 2.5293C13.4295 3.65507 15.3392 6.91015 14.7684 10.2383C14.1974 13.5667 11.3114 16 7.93443 16C4.55739 16 1.67151 13.5667 1.10045 10.2383C0.5296 6.91011 2.4393 3.65504 5.62291 2.5293C5.9005 2.43115 6.20523 2.57605 6.30357 2.85352C6.40176 3.13124 6.2561 3.43599 5.97838 3.53418C3.28438 4.48672 1.669 7.2423 2.1522 10.0586C2.63557 12.8747 5.07706 14.9336 7.93443 14.9336C10.7918 14.9336 13.2333 12.8747 13.7167 10.0586C14.1999 7.24233 12.5844 4.48676 9.89049 3.53418C9.61276 3.43599 9.4671 3.13124 9.56529 2.85352ZM7.93443 0C8.22892 3.10447e-05 8.46754 0.238727 8.46763 0.533203V7.4668C8.46763 7.76135 8.22898 8.00095 7.93443 8.00098C7.63986 8.00098 7.40123 7.76137 7.40123 7.4668V0.533203C7.40132 0.238707 7.63991 0 7.93443 0Z",fill:i?"#999FA1":"#009CDF"})})},d=function(n){var i=n.isOff;return e("svg",{width:"32",height:"32",viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e("circle",{cx:"16",cy:"16",r:"16",fill:i?"white":"#009cdf"})})},s=function(i){var l=i.checked,o=void 0!==l&&l,a=i.onChange,r=i.disabled,s=void 0!==r&&r,C=i.showIcon,u=void 0===C||C,h=i.label,v=t(o),p=v[0],m=v[1],f=void 0!==o?o:p,w=["switch",f?"switch--checked":"",s?"switch--disabled":""].filter(Boolean).join(" "),g=["switch-wrapper",f?"switch-wrapper--checked":""].filter(Boolean).join(" ");return e("div",{className:"switch-container",children:n("div",{className:g,children:[u?e("div",{className:"switch-icon",children:e(c,{isOff:!f})}):h?e("div",{className:"switch-label",children:h}):null,e("button",{type:"button",role:"switch","aria-checked":f,className:w,onClick:function(){if(!s){var e=!f;void 0===o&&m(e),null==a||a(e)}},disabled:s,children:e("span",{className:"switch-track",children:e("span",{className:"switch-thumb",children:e(d,{isOff:!f})})})})]})})},C=function(n){var i=n.children,t=n.bgColor,l=n.width,o=["chip-container","full-width"===(void 0===l?"fit-content":l)?"chip-container--full-width":"chip-container--fit-content"].join(" ");return e("div",{className:o,style:{backgroundColor:t},children:e("div",{className:"chip-content",children:e("div",{className:"chip-label",children:i})})})},u=function(i){var l=i.onChangeInput,o=i.onChangeSwitch,a=i.defaultValue,c=i.defaultChecked,d=void 0!==c&&c,u=i.value,h=i.checked,v=i.unitName,p=void 0===v?"Production Unit":v,f=i.energyCost,w=void 0===f?0:f,g=i.checkedImage,L=i.uncheckedImage,b=i.readonly,N=void 0!==b&&b,x=i.min,M=void 0===x?{value:10,label:"Pmin"}:x,k=i.max,R=void 0===k?{value:100,label:"Pmax"}:k,V=i.unitLabel,Z=void 0===V?"W":V,H=i.editable,y=void 0===H||H,B=t(d),F=B[0],z=B[1],_=t(a),P=_[0],A=_[1],S=void 0!==h?h:F,E=void 0!==u?u:P;return e("div",{className:"production-unit-container-box",style:{boxShadow:y?"0px 2px 16px 0px rgba(0, 0, 0, 0.16)":"none"},children:n("div",{className:"production-unit-container",children:[n("div",{className:"production-unit-content",children:[n("div",{className:"image-preview-container",children:[S?g:L,e("div",{className:"image-preview-label",children:Z})]}),n("div",{className:"production-unit-chip",children:[e("div",{className:"production-unit-chip-name",children:p}),e(C,{width:"fit-content",bgColor:"#E1F5FD",children:e(m,{cost:w,textColor:"#005896"})})]}),n("div",{className:"production-unit-switch-container",children:[e(r,{label:"PA",onChange:function(e){if(""===e)return void 0===u&&A(void 0),void(l&&l(0));var n=parseFloat(e);isNaN(n)||(void 0===u&&A(n),l&&l(n))},value:void 0!==E?E.toString():void 0,disabled:!S||N,min:{value:M.value,label:M.label},max:{value:R.value,label:R.label}})," "]})]}),y?e(s,{checked:S,onChange:function(e){void 0===h&&z(e),o&&o(e)},disabled:N}):S?e(C,{bgColor:"#E1F5FD",children:e("span",{style:{color:"#005896"},children:"Souscrit"})}):null]})})},h=function(i){var a,r,c,d,s=i.max,C=i.relative,u=i.barHeight,h=void 0===u?103:u,v=i.barWidth,p=void 0===v?32:v,m=i.orientation,f=void 0===m?"vertical":m,w=i.cornerRadius,g=i.showGain,L=void 0!==g&&g,b=i.children,N=t(0),x=N[0],M=N[1],k=t(0),R=k[0],V=k[1],Z=t(null),H=Z[0],y=Z[1],B=t(!0),F=B[0],z=B[1],_=l(C.value),P=l(!0),A=l(null),S=l(0),E=l(C.value),D=Math.min(C.value/s.value*100,100)/100*h,T=Math.min(C.value/s.value*100,100)/100*("horizontal"===f?h:p);o(function(){if(P.current)return P.current=!1,_.current=C.value,void(E.current=C.value);if(L&&C.value!==_.current){var e=C.value-_.current;A.current?(clearTimeout(A.current),S.current+=e):(E.current=_.current,S.current=e),_.current=C.value;var n=C.value-E.current,i=n>0;return y(Math.abs(n)),z(i),A.current=setTimeout(function(){y(null),A.current=null,S.current=0,E.current=C.value},2e3),function(){A.current&&(clearTimeout(A.current),A.current=null)}}L||(_.current=C.value,E.current=C.value)},[C.value,L]),o(function(){return function(){A.current&&clearTimeout(A.current)}},[]),o(function(){M(0),V(0);var e=Date.now(),n=function(){var i=Date.now()-e,t=Math.min(i/1e3,1),l=1-Math.pow(1-t,4);M(D*l),V(T*l),t<1&&requestAnimationFrame(n)};requestAnimationFrame(n)},[D,T]);var W="horizontal"===f?h:p,I="horizontal"===f?p:h,j="horizontal"===f?h:p,O="horizontal"===f?p:h,U=function(e,n,i,t,l){var o=l.topLeft,a=l.topRight,r=l.bottomLeft,c=l.bottomRight;return"\n M ".concat(e+o," ").concat(n,"\n L ").concat(e+i-a," ").concat(n,"\n Q ").concat(e+i," ").concat(n," ").concat(e+i," ").concat(n+a,"\n L ").concat(e+i," ").concat(n+t-c,"\n Q ").concat(e+i," ").concat(n+t," ").concat(e+i-c," ").concat(n+t,"\n L ").concat(e+r," ").concat(n+t,"\n Q ").concat(e," ").concat(n+t," ").concat(e," ").concat(n+t-r,"\n L ").concat(e," ").concat(n+o,"\n Q ").concat(e," ").concat(n," ").concat(e+o," ").concat(n,"\n Z\n ").trim().replace(/\s+/g," ")},q={topLeft:2,topRight:2,bottomLeft:2,bottomRight:2},Q=w?{topLeft:null!==(a=w.topLeft)&&void 0!==a?a:q.topLeft,topRight:null!==(r=w.topRight)&&void 0!==r?r:q.topRight,bottomLeft:null!==(c=w.bottomLeft)&&void 0!==c?c:q.bottomLeft,bottomRight:null!==(d=w.bottomRight)&&void 0!==d?d:q.bottomRight}:q;return e("div",{className:"histogram-container ".concat("horizontal"===f?"histogram-container--horizontal":""),children:n("div",{className:"histogram-content ".concat("horizontal"===f?"histogram-content--horizontal":""),children:[n("div",{className:"histogram-bar",style:{height:"".concat(I,"px"),width:"".concat(W,"px")},children:[n("svg",{width:j,height:O,viewBox:"0 0 ".concat(j," ").concat(O),className:"histogram-svg",children:[e("defs",{children:e("clipPath",{id:"histogram-clip-".concat(j,"-").concat(O,"-").concat(Q.topLeft),children:e("path",{d:U(0,0,j,O,Q)})})}),e("path",{d:U(0,0,j,O,Q),fill:s.color,fillOpacity:s.opacity||1}),e("path","vertical"===f?{d:U(0,O-x,j,x,{topLeft:x>=O?Q.topLeft:0,topRight:x>=O?Q.topRight:0,bottomLeft:Q.bottomLeft,bottomRight:Q.bottomRight}),fill:C.color,clipPath:"url(#histogram-clip-".concat(j,"-").concat(O,"-").concat(Q.topLeft,")")}:{d:U(0,0,R,O,{topLeft:Q.topLeft,topRight:R>=j?Q.topRight:0,bottomLeft:Q.bottomLeft,bottomRight:R>=j?Q.bottomRight:0}),fill:C.color,clipPath:"url(#histogram-clip-".concat(j,"-").concat(O,"-").concat(Q.topLeft,")")})]}),L&&H&&e("div",{className:"histogram-gain-area",children:n("div",{className:"histogram-gain-points ".concat(F?"histogram-gain-points--positive":"histogram-gain-points--negative"),children:[F?"+":"-",H]})})]}),b&&e("div",{className:"histogram-text-container ".concat("horizontal"===f?"histogram-text-container--horizontal":""),children:b})]})})},v=function(n){var i=n.bgColor,t=void 0===i?"#fff":i,l=n.children,o=n.height;return e("div",{className:"production-unit-container-box",style:{backgroundColor:t,height:o},children:l})},p=function(n){var i=n.children;return e("div",{className:"avatar-container avatar-container--clickable",children:e("div",{className:"avatar-content",children:i})})},m=function(i){var t=i.cost,l=i.textColor,o=i.type,a=void 0===o?"europermegawatt":o,r=i.size,c=void 0===r?"default":r;return n("div",{className:"cost-text-container ".concat("small"===c?"cost-text-container--small":""),children:[e("div",{className:"cost-number ".concat("small"===c?"cost-number--small":""),style:{color:l},children:t}),e("div",{className:"cost-unit ".concat("small"===c?"cost-unit--small":""),style:{color:l},children:"euro"===a||"europermegawatt"===a?"€":"MWh"}),"europermegawatt"===a&&e("div",{className:"cost-unit-per",style:{color:l},children:"/MWh"})]})},f=function(){return f=Object.assign||function(e){for(var n,i=1,t=arguments.length;i<t;i++)for(var l in n=arguments[i])Object.prototype.hasOwnProperty.call(n,l)&&(e[l]=n[l]);return e},f.apply(this,arguments)};"function"==typeof SuppressedError&&SuppressedError;var w=function(e){var n=Math.floor(e/60),i=e%60;return"".concat(n.toString().padStart(2,"0"),":").concat(i.toString().padStart(2,"0"))},g=i.forwardRef(function(r,c){var d,s=r.phases,C=void 0===s?[]:s,u=r.externalState,h=r.onStateChange,v=r.onComplete,p=r.onPhaseComplete,m=r.onTick,g=r.onUnfreeze,L=r.onUnpause,b=r.onPause,N=r.onFreeze,x=r.onAnonymiseToggle,M=r.onStop,k=r.onReset,R=r.onPrevious,V=r.onNext,Z=r.onPhaseClick,H=r.className,y=void 0===H?"":H,B=r.gameActions,F=void 0===B?{}:B,z=r.user,_=void 0===z?"admin":z,P=u.currentPhase,A=u.currentTime,S=u.isRunning,E=u.isPaused,D=u.isFrozen,T=a(function(){return C.findIndex(function(e){return(e.title||"Phase ".concat(C.indexOf(e)+1))===P})},[C,P]),W=a(function(e){return C[e]},[C]),I=a(function(e){var n=C[e];return(null==n?void 0:n.title)||"Phase ".concat(e+1)},[C]),j=t(null),O=j[0],U=j[1],q=t(!1),Q=q[0],G=q[1],K=l(null),J=a(function(){var e=T();if(!(0===C.length||-1===e||e>=C.length)){var n=E&&!D,i=D;h(f(f({},u),{isRunning:!0,isPaused:!1,isFrozen:!1})),i?null==g||g():n&&(null==L||L())}},[C.length,T,u,h,E,D,g,L]),X=a(function(){D||(h(f(f({},u),{isRunning:!1,isPaused:!0})),null==b||b())},[D,u,h,b]),Y=a(function(e){var n=void 0===e?!D:e,i=f(f({},u),{isFrozen:n,isRunning:!n&&!u.isPaused,isPaused:u.isPaused});h(i),null==N||N(n),!n&&D&&(null==g||g())},[D,u,h,N,g]),$=a(function(e){G(function(n){var i=void 0===e?!n:e;return null==x||x(i),i})},[x]),ee=a(function(){h({currentPhase:I(0),currentTime:0,isRunning:!1,isPaused:!1,isFrozen:!1}),null==M||M()},[h,M,I]),ne=a(function(){h({currentPhase:I(0),currentTime:0,isRunning:!1,isPaused:!1,isFrozen:!1}),null==k||k()},[h,k,I]),ie=a(function(){},[]);i.useImperativeHandle(c,function(){return{start:J,pause:X,freeze:Y,toggleAnonymise:$,stop:ee,reset:ne,setPhases:ie,getCurrentTime:function(){return A},getCurrentPhase:function(){return P},isRunning:function(){return S},isPaused:function(){return E}}}),o(function(){var e=T();return S&&!D&&-1!==e&&e<C.length?K.current=setInterval(function(){var n=A+1e3,i=W(e),t=(null==i?void 0:i.duration)||0,l=n>=t,o=l?t:n;h(f(f({},u),{currentTime:o})),null==m||m(Math.floor(o/1e3),I(e)),l&&setTimeout(function(){null==p||p(I(e),t),e+1<C.length?h(f(f({},u),{currentPhase:I(e+1),currentTime:0})):(h(f(f({},u),{currentTime:t,isRunning:!1,isPaused:!1})),null==v||v())},1e3)},1e3):K.current&&(clearInterval(K.current),K.current=null),function(){K.current&&clearInterval(K.current)}},[S,D,T,A,C.length,u,h,m,p,v,W,I]),o(function(){U(null)},[P]);var te=T(),le=W(te),oe=(null==le?void 0:le.duration)||0,ae=Math.floor(A/1e3),re=Math.floor(oe/1e3),ce=oe>0?A/oe*100:0,de=C.length>0&&!S&&te===Math.max(0,C.length-1)&&A>=oe,se=["timer-header-control",y,S?"timer--running":"",E?"timer--paused":"",D?"timer--frozen":"",de?"timer--completed":""].filter(Boolean).join(" "),Ce=de||A>=oe?0:re>0?re-ae:0;return n("div",{className:se,children:[e("div",{className:"timer-section",children:e("div",{className:"timer-content",children:n("div",{className:"timer-display-area",children:["admin"===_&&n("div",{className:"timer-header",children:[e("span",{className:"timer-title",children:null!==O?((null===(d=W(O))||void 0===d?void 0:d.title)||"Phase ".concat(O+1)).toUpperCase():((null==le?void 0:le.title)||"TIMER").toUpperCase()}),e("span",{className:"timer-time",children:w(Math.max(0,Ce))})]}),"admin"===_&&e("div",{className:"timer-progress-bar",children:e("div",{className:"timer-progress-fill",style:{width:"".concat(Math.min(100,ce),"%")}})}),function(){for(var i,t,l,o=[],a=C.length,r=function(a){var r=a===te,c=a<te,d=F[a],s=r||c,u="step-indicator";u+=d||r||c?r?" step-indicator--active"+("actor"===_?" step-indicator--actor":" step-indicator--admin"):c?" step-indicator--completed":" step-indicator--upcoming":" step-indicator--placeholder",s&&(u+=" step-indicator--clickable"),O===a&&(u+=" step-indicator--selected");var h=function(){s&&(U(a),null==Z||Z(I(a)))},v={className:u,"data-step":a+1,title:(null===(i=C[a])||void 0===i?void 0:i.title)?"Step ".concat(a+1,": ").concat(null===(t=C[a])||void 0===t?void 0:t.title):d?"Step ".concat(a+1,": ").concat(d):"Step ".concat(a+1),onClick:s?h:void 0,role:s?"button":void 0,tabIndex:s?0:void 0,onKeyDown:s?function(e){"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),h())}:void 0};o.push(e("div",f({},v,{children:d||r||c?a+1:""}),a)),"actor"===_&&r&&o.push(n("div",{className:"timer-header--block",children:[n("div",{className:"timer-header timer-header--inline",children:[e("span",{className:"timer-title",children:null!==O?((null===(l=W(O))||void 0===l?void 0:l.title)||"Phase ".concat(O+1)).toUpperCase():((null==le?void 0:le.title)||"TIMER").toUpperCase()}),e("span",{className:"timer-time",children:w(Math.max(0,Ce))})]}),e("div",{className:"timer-progress-bar timer-progress-bar--inline",children:e("div",{className:"timer-progress-fill",style:{width:"".concat(Math.min(100,ce),"%")}})})]},"header-inline-".concat(a)))},c=0;c<a;c++)r(c);return n("div",{className:"step-indicators",children:[o,e("div",{className:"step-expand ".concat(de?"step-expand--end":""),title:de?"All steps completed":"In progress",children:"actor"===_?n("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e("rect",{x:"24",width:"24",height:"24",rx:"12",transform:"rotate(90 24 0)",fill:"#292E33"}),e("path",{d:"M20 12C20 12.276 19.776 12.5 19.5 12.5L17.4766 12.5C17.238 15.1345 15.1345 17.238 12.5 17.4766L12.5 19.5C12.5 19.776 12.276 20 12 20C11.724 20 11.5 19.776 11.5 19.5L11.5 17.4766C8.86554 17.238 6.763 15.1345 6.52441 12.5L4.5 12.5C4.224 12.5 4 12.276 4 12C4 11.724 4.224 11.5 4.5 11.5L6.52441 11.5C6.763 8.86555 8.86554 6.76198 11.5 6.52344L11.5 4.5C11.5 4.224 11.724 4 12 4C12.276 4 12.5 4.224 12.5 4.5L12.5 6.52344C15.1345 6.76199 17.238 8.86551 17.4766 11.5L19.5 11.5C19.776 11.5 20 11.724 20 12ZM16.5 12C16.5 9.51867 14.4813 7.5 12 7.5C9.51867 7.5 7.5 9.51867 7.5 12C7.5 14.4813 9.51867 16.5 12 16.5C14.4813 16.5 16.5 14.4813 16.5 12ZM14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12Z",fill:"white"})]}):e("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e("path",{d:"M16 8C16 8.276 15.776 8.5 15.5 8.5L13.4766 8.5C13.238 11.1345 11.1345 13.238 8.5 13.4766L8.5 15.5C8.5 15.776 8.276 16 8 16C7.724 16 7.5 15.776 7.5 15.5L7.5 13.4766C4.86554 13.238 2.763 11.1345 2.52441 8.5L0.5 8.5C0.224 8.5 -3.61755e-07 8.276 -3.49691e-07 8C-3.29564e-07 7.724 0.224 7.5 0.5 7.5L2.52441 7.5C2.763 4.86555 4.86554 2.76198 7.5 2.52344L7.5 0.5C7.5 0.224 7.724 -3.61755e-07 8 -3.4969e-07C8.276 -3.29563e-07 8.5 0.224 8.5 0.5L8.5 2.52344C11.1345 2.76199 13.238 4.86551 13.4766 7.5L15.5 7.5C15.776 7.5 16 7.724 16 8ZM12.5 8C12.5 5.51867 10.4813 3.5 8 3.5C5.51867 3.5 3.5 5.51867 3.5 8C3.5 10.4813 5.51867 12.5 8 12.5C10.4813 12.5 12.5 10.4813 12.5 8ZM10 8C10 9.10457 9.10457 10 8 10C6.89543 10 6 9.10457 6 8C6 6.89543 6.89543 6 8 6C9.10457 6 10 6.89543 10 8Z",fill:"currentColor"})})})]})}()]})})}),"admin"===_&&n("div",{className:"timer-controls-section",children:[e("button",{className:"control-button control-button--previous",onClick:function(){var e=null!==O?O-1:te-1;e>=0&&(U(e),null==R||R(I(e)))},disabled:null!==O?O<=0:te<=0,title:"Previous",children:n("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.9813 2.39178C12.1589 2.38845 12.3342 2.43251 12.4892 2.51941C12.6441 2.60631 12.7731 2.73291 12.8629 2.88621C12.9527 3.0395 13 3.21395 13 3.3916L12.5 3.3916H13V12.6085C13 12.7862 12.9527 12.9606 12.8629 13.1139C12.7731 13.2672 12.6441 13.3938 12.4892 13.4807C12.3342 13.5676 12.1589 13.6117 11.9813 13.6084C11.8037 13.605 11.6301 13.5545 11.4785 13.4618L3.93741 8.85335C3.79124 8.76403 3.67046 8.63865 3.58667 8.48923C3.50287 8.33982 3.45886 8.17138 3.45886 8.00007C3.45886 7.82877 3.50287 7.66033 3.58667 7.51092C3.67046 7.3615 3.79124 7.23612 3.93741 7.14679L11.4785 2.53832C11.6301 2.44568 11.8037 2.3951 11.9813 2.39178ZM12 3.3916L4.45886 8.00007L4.19814 7.57343L4.45886 8.00007L12 12.6085V3.3916Z",fill:"black"}),e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2 2C2.27614 2 2.5 2.22386 2.5 2.5V13.5C2.5 13.7761 2.27614 14 2 14C1.72386 14 1.5 13.7761 1.5 13.5V2.5C1.5 2.22386 1.72386 2 2 2Z",fill:"black"})]})}),e("button",{className:"control-button control-button--next",onClick:function(){var e=(null!==O?O:te)+1;e<C.length&&e<=te&&(U(e),null==V||V(I(e)))},disabled:null!==O?O>=te||O>=C.length-1:te>=C.length-1,title:"Next",children:n("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.51084 2.51941C3.66579 2.43251 3.84109 2.38845 4.01871 2.39178C4.19633 2.3951 4.36986 2.44568 4.52145 2.53832L12.0626 7.14679C12.2088 7.23612 12.3295 7.3615 12.4133 7.51092C12.4971 7.66033 12.5411 7.82877 12.5411 8.00007C12.5411 8.17138 12.4971 8.33982 12.4133 8.48923C12.3295 8.63865 12.2088 8.76403 12.0626 8.85335L4.52145 13.4618C4.36986 13.5545 4.19633 13.605 4.01871 13.6084C3.84109 13.6117 3.66579 13.5676 3.51084 13.4807C3.3559 13.3938 3.2269 13.2672 3.13711 13.1139C3.04733 12.9606 3 12.7862 3 12.6085V3.3916C3 3.21395 3.04733 3.0395 3.13711 2.88621C3.22689 2.73292 3.35589 2.60631 3.51084 2.51941ZM11.5411 8.00007L4 3.3916V12.6085L11.5411 8.00007Z",fill:"black"}),e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 2C14.2761 2 14.5 2.22386 14.5 2.5V13.5C14.5 13.7761 14.2761 14 14 14C13.7239 14 13.5 13.7761 13.5 13.5V2.5C13.5 2.22386 13.7239 2 14 2Z",fill:"black"})]})}),e("button",{className:"control-button control-button--play-pause ".concat(S?"control-button--pause":"control-button--play"," ").concat(D?"control-button--disabled":""),onClick:S?X:J,title:D?"Frozen":S?"Pause":E?"Resume":"Start",disabled:D,children:n("svg",S?{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 4.5C7.85786 4.5 4.5 7.85786 4.5 12C4.5 15.1788 6.47789 17.8975 9.27283 18.989C9.65866 19.1397 9.8493 19.5746 9.69862 19.9604C9.54794 20.3463 9.113 20.5369 8.72717 20.3862C5.37607 19.0775 3 15.8172 3 12C3 7.02944 7.02944 3 12 3C16.2192 3 19.7585 5.90255 20.7337 9.81878C20.9078 10.5179 21 11.2487 21 12C21 12.4142 20.6642 12.75 20.25 12.75C19.8358 12.75 19.5 12.4142 19.5 12C19.5 11.3719 19.4229 10.7628 19.2781 10.1812C18.4655 6.91754 15.5141 4.5 12 4.5Z",fill:"black"}),e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18.75 15.75V22.25H20.25V15.75H18.75ZM17.25 15.3636C17.25 14.5918 17.9689 14.25 18.4615 14.25H20.5385C21.0311 14.25 21.75 14.5918 21.75 15.3636V22.6364C21.75 23.4082 21.0311 23.75 20.5385 23.75H18.4615C17.9689 23.75 17.25 23.4082 17.25 22.6364V15.3636Z",fill:"black"}),e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.75 15.75V22.25H14.25V15.75H12.75ZM11.25 15.3636C11.25 14.5918 11.9689 14.25 12.4615 14.25H14.5385C15.0311 14.25 15.75 14.5918 15.75 15.3636V22.6364C15.75 23.4082 15.0311 23.75 14.5385 23.75H12.4615C11.9689 23.75 11.25 23.4082 11.25 22.6364V15.3636Z",fill:"black"}),e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.54996 7.40004C8.21858 7.64857 8.15143 8.11867 8.39996 8.45004L11.4 12.45C11.6485 12.7814 12.1186 12.8486 12.45 12.6C12.7813 12.3515 12.8485 11.8814 12.6 11.55L9.59996 7.55004C9.35143 7.21867 8.88133 7.15152 8.54996 7.40004Z",fill:"black"}),e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9 0.75C9 0.335786 9.33579 0 9.75 0H14.25C14.6642 0 15 0.335786 15 0.75C15 1.16421 14.6642 1.5 14.25 1.5H9.75C9.33579 1.5 9 1.16421 9 0.75Z",fill:"black"})]}:{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e("path",{d:"M20.25 12C20.25 11.3103 20.1654 10.6404 20.0059 10C19.112 6.41005 15.8666 3.75 12 3.75C7.44365 3.75 3.75 7.44365 3.75 12C3.75 15.498 5.92698 18.4875 9 19.6876",stroke:"black",strokeWidth:"1.5",strokeMiterlimit:"10",strokeLinecap:"round"}),e("path",{d:"M12 12L9 8",stroke:"black",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),e("path",{d:"M9.75 0.75H14.25",stroke:"black",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),e("path",{d:"M20.7759 18.1242L13.7125 14.0646C13.6415 14.0238 13.5603 14.0015 13.4771 14.0001C13.3939 13.9986 13.3118 14.018 13.2392 14.0563C13.1667 14.0946 13.1063 14.1503 13.0642 14.2178C13.0222 14.2854 13 14.3622 13 14.4404V22.5596C13 22.6378 13.0222 22.7146 13.0642 22.7822C13.1063 22.8497 13.1667 22.9054 13.2392 22.9437C13.3118 22.982 13.3939 23.0014 13.4771 22.9999C13.5603 22.9985 13.6415 22.9762 13.7125 22.9354L20.7759 18.8758C20.8443 18.8365 20.9009 18.7813 20.9401 18.7154C20.9794 18.6496 21 18.5755 21 18.5C21 18.4245 20.9794 18.3504 20.9401 18.2846C20.9009 18.2187 20.8443 18.1635 20.7759 18.1242V18.1242Z",stroke:"black",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]})}),e("button",{className:"control-button control-button--freeze ".concat(D?"control-button--freeze-active":""),onClick:function(){return Y()},title:D?"Unfreeze":"Freeze",disabled:!S&&!E&&!D,children:e("svg",{width:"14",height:"12",viewBox:"0 0 14 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e("path",{d:"M8.14697 0.146484C8.34224 -0.0486747 8.65878 -0.0487434 8.854 0.146484C9.04889 0.341739 9.04905 0.658358 8.854 0.853516L7.50049 2.20703V5.13281L10.0337 3.66992L10.5298 1.82129C10.6012 1.5547 10.8755 1.3966 11.1421 1.46777C11.4088 1.53922 11.5679 1.8134 11.4966 2.08008L11.0767 3.64648L12.6421 4.06543C12.9088 4.1369 13.0681 4.41198 12.9966 4.67871C12.925 4.94527 12.6499 5.10368 12.3833 5.03223L10.5347 4.53613L7.99951 5.99902L10.5347 7.46191L12.3833 6.96777C12.65 6.8963 12.9251 7.05456 12.9966 7.32129C13.068 7.58799 12.9088 7.86213 12.6421 7.93359L11.0767 8.35352L11.4966 9.91992C11.5677 10.1865 11.4086 10.4608 11.1421 10.5322C10.8756 10.6033 10.6013 10.4451 10.5298 10.1787L10.0337 8.32812L7.50049 6.86523V9.79297L8.854 11.1465C9.04889 11.3417 9.04905 11.6584 8.854 11.8535C8.65885 12.0487 8.34226 12.0484 8.14697 11.8535L7.00049 10.707L5.854 11.8535C5.65885 12.0487 5.34226 12.0484 5.14697 11.8535C4.95171 11.6583 4.95171 11.3417 5.14697 11.1465L6.50049 9.79297V6.86523L3.96533 8.32812L3.47021 10.1787C3.39865 10.4451 3.12439 10.6034 2.85791 10.5322C2.59128 10.4608 2.43314 10.1866 2.50439 9.91992L2.92334 8.35352L1.35791 7.93359C1.09118 7.86212 0.932919 7.58802 1.00439 7.32129C1.07593 7.05464 1.35001 6.89631 1.6167 6.96777L3.46436 7.46191L5.99951 5.99902L3.46436 4.53613L1.6167 5.03223C1.35014 5.10366 1.07608 4.94513 1.00439 4.67871C0.932919 4.41198 1.09118 4.1369 1.35791 4.06543L2.92334 3.64648L2.50439 2.08008C2.43293 1.81334 2.59118 1.53924 2.85791 1.46777C3.12453 1.39654 3.39878 1.55467 3.47021 1.82129L3.96533 3.66992L6.50049 5.13281V2.20703L5.14697 0.853516C4.95171 0.658253 4.95171 0.341747 5.14697 0.146484C5.34224 -0.0486746 5.65878 -0.0487434 5.854 0.146484L7.00049 1.29297L8.14697 0.146484Z",fill:"black"})})}),e("button",{className:"control-button control-button--anonymise ".concat(Q?"control-button--anonymise-active":""),onClick:function(){return $()},title:Q?"Show Names":"Hide Names",children:n("svg",{width:"18",height:"12",viewBox:"0 0 18 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.19571 0.9375H13.9316L13.9576 0.939919L13.9055 1.5C13.9576 0.939919 13.958 0.939955 13.9584 0.939992L13.9593 0.940074L13.9612 0.940263L13.966 0.940753L13.9794 0.942218C13.9899 0.943426 14.0036 0.945121 14.0203 0.947429C14.0536 0.952044 14.0989 0.959129 14.1545 0.969722C14.2655 0.990879 14.4186 1.02621 14.5998 1.08426C14.9611 1.20007 15.4415 1.40866 15.9224 1.78153C16.9079 2.54562 17.8125 3.93493 17.8125 6.375C17.8125 8.84977 16.7446 10.2418 15.6228 10.9916C15.0757 11.3573 14.5319 11.5602 14.1264 11.6723C13.9228 11.7285 13.7514 11.7626 13.6282 11.7828C13.5666 11.7929 13.5167 11.7996 13.4807 11.8039C13.4626 11.8061 13.448 11.8076 13.437 11.8087L13.4234 11.81L13.4186 11.8104L13.4168 11.8106L13.416 11.8106C13.4157 11.8107 13.4154 11.8107 13.3704 11.25L13.416 11.8106L13.3929 11.8125H13.3704C12.4693 11.8125 11.7717 11.6348 11.2171 11.3425C10.6627 11.0503 10.2868 10.6623 10.0046 10.2977C9.86569 10.1182 9.74696 9.94078 9.64616 9.78996C9.5407 9.6322 9.46023 9.51197 9.38106 9.41262C9.22707 9.21935 9.16773 9.21939 9.13503 9.21941H9.13398C9.09752 9.21941 9.03241 9.22191 8.87346 9.41718C8.79345 9.51548 8.71127 9.63581 8.60695 9.79107C8.60069 9.80039 8.59437 9.80981 8.58797 9.81934C8.49236 9.96175 8.38151 10.1269 8.25589 10.2929C7.98421 10.6519 7.62551 11.0405 7.10214 11.335C6.57573 11.6313 5.91831 11.8125 5.07599 11.8125H5.0488L5.02173 11.8099L5.07599 11.25C5.02173 11.8099 5.02205 11.8099 5.02173 11.8099L5.0204 11.8097L5.01868 11.8096L5.01405 11.8091L5.00016 11.8076C4.98888 11.8063 4.97357 11.8045 4.95451 11.8019C4.91641 11.7969 4.8632 11.7892 4.79703 11.7779C4.66485 11.7553 4.47999 11.718 4.25972 11.6585C3.82115 11.5401 3.23123 11.3305 2.63538 10.9643C1.42058 10.2176 0.212463 8.83259 0.187947 6.38062C0.163902 3.97575 1.11355 2.587 2.13375 1.81616C2.63171 1.43991 3.12954 1.22329 3.50294 1.10027C3.69026 1.03855 3.84839 0.999684 3.96267 0.975868C4.01989 0.963945 4.06636 0.955744 4.10027 0.950316C4.11724 0.947601 4.13108 0.945576 4.14159 0.944124L4.15484 0.942358L4.15953 0.941769L4.16139 0.941543L4.1622 0.941446C4.16257 0.941403 4.16292 0.941361 4.22872 1.5L4.1622 0.941446L4.19571 0.9375ZM4.26997 2.0625C4.25203 2.06549 4.22575 2.07021 4.19218 2.07721C4.11398 2.09351 3.99723 2.1219 3.85498 2.16877C3.56924 2.26291 3.18912 2.42877 2.81194 2.71376C2.08184 3.2654 1.29234 4.31414 1.31289 6.36938C1.33297 8.37752 2.28763 9.43001 3.22447 10.0058C3.70444 10.3008 4.18756 10.4737 4.55306 10.5724C4.73484 10.6215 4.88477 10.6515 4.98688 10.669C5.03785 10.6778 5.07667 10.6833 5.1013 10.6866C5.10355 10.6869 5.10569 10.6871 5.10771 10.6874C5.76441 10.683 6.21815 10.5416 6.55042 10.3546C6.89104 10.1629 7.13992 9.90327 7.35877 9.61404C7.46458 9.47422 7.55912 9.33345 7.65787 9.18641L7.67313 9.1637C7.77297 9.01508 7.8831 8.85179 8.00097 8.70698C8.23778 8.41606 8.59073 8.09441 9.13398 8.09441C9.6812 8.09441 10.0292 8.42071 10.2609 8.71155C10.3706 8.8492 10.4746 9.00486 10.569 9.14611L10.5815 9.1648C10.6838 9.31787 10.7824 9.46461 10.8943 9.6092C11.1139 9.89292 11.3735 10.1532 11.7416 10.3472C12.1049 10.5387 12.6087 10.6838 13.3424 10.6874C13.3439 10.6873 13.3456 10.6871 13.3473 10.6869C13.368 10.6844 13.4015 10.6799 13.4459 10.6727C13.5349 10.658 13.6667 10.6321 13.8268 10.5879C14.1487 10.4989 14.5748 10.3389 14.9976 10.0563C15.8156 9.50956 16.6875 8.46406 16.6875 6.375C16.6875 4.25124 15.9198 3.20305 15.2331 2.6706C14.8779 2.3952 14.5221 2.24075 14.2564 2.1556C14.124 2.11316 14.0158 2.08853 13.944 2.07485C13.9117 2.0687 13.887 2.0648 13.8709 2.0625H4.26997ZM13.8498 2.05973C13.8494 2.05969 13.8497 2.05972 13.8508 2.05985L13.8498 2.05973Z",fill:Q?"white":"black"}),e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.625 5.0625C4.77651 5.0625 4.3125 5.59288 4.3125 6C4.3125 6.40712 4.77651 6.9375 5.625 6.9375C6.47349 6.9375 6.9375 6.40712 6.9375 6C6.9375 5.59288 6.47349 5.0625 5.625 5.0625ZM3.1875 6C3.1875 4.75027 4.40242 3.9375 5.625 3.9375C6.84758 3.9375 8.0625 4.75027 8.0625 6C8.0625 7.24973 6.84758 8.0625 5.625 8.0625C4.40242 8.0625 3.1875 7.24973 3.1875 6Z",fill:Q?"white":"black"}),e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.375 5.0625C11.5265 5.0625 11.0625 5.59288 11.0625 6C11.0625 6.40712 11.5265 6.9375 12.375 6.9375C13.2235 6.9375 13.6875 6.40712 13.6875 6C13.6875 5.59288 13.2235 5.0625 12.375 5.0625ZM9.9375 6C9.9375 4.75027 11.1524 3.9375 12.375 3.9375C13.5976 3.9375 14.8125 4.75027 14.8125 6C14.8125 7.24973 13.5976 8.0625 12.375 8.0625C11.1524 8.0625 9.9375 7.24973 9.9375 6Z",fill:Q?"white":"black"})]})})]})]})});g.displayName="Timer";var L=function(n){var i=n.progressEndDate,l=n.leftTime,a=n.progressTime,r=n.className,c=void 0===r?"":r,d=t(0),s=d[0],C=d[1],u=t(Date.now())[0];return o(function(){var e=null;if(!i||l||a){if(void 0!==l&&void 0!==a){var n=Math.max(0,Math.min(100,(a-l)/a*100));C(n)}}else{var t=function(){var n=Date.now(),t=Math.max(0,i-n),l=i-u,o=n-u,a=Math.max(0,Math.min(100,o/l*100));C(a),t<=0&&(C(100),e&&clearInterval(e))};t(),e=setInterval(t,100)}return function(){e&&clearInterval(e)}},[i,l,a,u]),e("div",{className:"progress-bar ".concat(c),children:e("div",{className:"progress-fill",style:{width:"".concat(s,"%")}})})};function b(){var i=t(null),l=i[0],o=i[1];return n("div",{className:"gain",children:[e("button",{onClick:function(){o(200),setTimeout(function(){return o(null)},2e3)},children:"Gain 200"}),e("div",{className:"score-area",children:l&&n("div",{className:"points",children:["+",l]})})]})}L.displayName="ProgressBar";var N=function(i){var t=i.className,l=i.disabled;return e("svg",{xmlns:"http://www.w3.org/2000/svg",preserveAspectRatio:"none",width:"20",height:"20",overflow:"visible",className:t,viewBox:"0 0 21 21",fill:"none",children:n("g",{id:"send-email-1",children:[e("path",{id:"Shape",fillRule:"evenodd",clipRule:"evenodd",d:"M1.90273 8.85333C1.37949 8.70573 1.01357 8.2343 1.00037 7.6908C0.987168 7.1473 1.32977 6.65867 1.84523 6.48583L18.5711 1.03083C18.7945 0.958012 19.0398 1.01645 19.2064 1.18215C19.373 1.34785 19.4327 1.5929 19.3611 1.81667L13.9102 18.5508C13.7382 19.0672 13.249 19.4107 12.7049 19.3973C12.1608 19.3839 11.6892 19.0167 11.5427 18.4925L9.67106 10.7167L1.90273 8.85333Z",stroke:l?"#999FA1":"#009CDF",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),e("path",{id:"Shape_2",d:"M19.2069 1.18083L9.67106 10.7167",stroke:l?"#999FA1":"#009CDF",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]})})},x=function(n){var i=n.className,t=n.disabled;return e("svg",{width:"20",height:"20",viewBox:"0 0 24 25",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:i,children:e("path",{d:"M10.1221 5.00073C10.5362 5.00073 10.8719 5.33666 10.8721 5.75073C10.8721 6.16495 10.5363 6.50073 10.1221 6.50073H2.62207C2.20796 6.50073 1.87223 6.83666 1.87207 7.25073V22.2507C1.87207 22.6649 2.20786 23.0007 2.62207 23.0007H17.6221C18.0363 23.0007 18.3721 22.6649 18.3721 22.2507V14.7507C18.3722 14.3367 18.708 14.0007 19.1221 14.0007C19.5362 14.0007 19.8719 14.3367 19.8721 14.7507V22.2507C19.8721 23.4934 18.8647 24.5007 17.6221 24.5007H2.62207C1.37943 24.5007 0.37207 23.4934 0.37207 22.2507V7.25073C0.37223 6.00823 1.37953 5.00073 2.62207 5.00073H10.1221ZM18.501 1.37866C19.6725 0.207539 21.5717 0.207579 22.7432 1.37866C23.9145 2.55026 23.9147 4.45033 22.7432 5.62183L13.1973 15.1677C13.0826 15.2823 12.9339 15.3567 12.7734 15.3796L9.06152 15.9109C8.56668 15.9817 8.14253 15.5571 8.21289 15.0623L8.74219 11.3494C8.76511 11.1888 8.84046 11.0403 8.95508 10.9255L18.501 1.37866ZM21.6826 2.44019C21.0968 1.85439 20.1473 1.85439 19.5615 2.44019L10.1924 11.8093L9.83887 14.2839L12.3135 13.9304L21.6826 4.56128C22.2683 3.9756 22.2681 3.02601 21.6826 2.44019Z",fill:t?"#999FA1":"#009CDF"})})},M=function(n){var i=n.className,t=n.disabled;return e("svg",{xmlns:"http://www.w3.org/2000/svg",preserveAspectRatio:"none",width:"20",height:"20",overflow:"visible",className:i,viewBox:"0 0 24 22",fill:"none",children:e("path",{id:"color",d:"M14.6025 0C15.9552 0.000251909 17.0595 1.08982 17.0596 2.44434V3.42188H23.2773C23.6764 3.422 23.9998 3.75048 24 4.15527C24 4.52653 23.7278 4.83328 23.375 4.88184L23.2773 4.88867H20.5312V19.5557C20.531 20.9101 19.426 21.9999 18.0732 22H5.92871C4.57593 22 3.47095 20.9102 3.4707 19.5557V4.88867H0.722656C0.323522 4.88854 0 4.5602 0 4.15527C0.000141537 3.78415 0.272248 3.47726 0.625 3.42871L0.722656 3.42188H6.93945V2.44434C6.93951 1.08966 8.04456 0 9.39746 0H14.6025ZM4.91602 19.5557C4.91625 20.0551 5.30736 20.4737 5.81738 20.5273L5.92773 20.5332H18.0723C18.6355 20.5332 19.0847 20.0908 19.085 19.5557V4.88867H4.91602V19.5557ZM9.39648 8.55566C9.76246 8.55566 10.0654 8.83151 10.1133 9.18945L10.1191 9.28906V16.1338C10.1189 16.5386 9.79557 16.8662 9.39648 16.8662C9.03062 16.8661 8.72852 16.5903 8.68066 16.2324L8.67383 16.1338V9.28906C8.67383 8.88413 8.99735 8.55579 9.39648 8.55566ZM14.6016 8.55566C14.9675 8.55566 15.2705 8.83151 15.3184 9.18945L15.3242 9.28906V16.1328C15.3242 16.5378 15.0008 16.8662 14.6016 16.8662C14.2357 16.8661 13.9336 16.5903 13.8857 16.2324L13.8789 16.1328V9.28906C13.8789 8.88411 14.2024 8.55576 14.6016 8.55566ZM9.39648 1.4668C8.83325 1.46697 8.38483 1.90918 8.38477 2.44434V3.42188H15.6133V2.44434C15.6132 1.94484 15.2229 1.52638 14.7129 1.47266L14.6016 1.4668H9.39648Z",fill:t?"#999FA1":"#009CDF"})})},k=function(i){return i.className,n("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0.200073 7.99971C0.200073 3.69189 3.69225 0.199707 8.00007 0.199707C12.3079 0.199707 15.8001 3.69189 15.8001 7.99971C15.8001 12.3075 12.3079 15.7997 8.00007 15.7997C3.69225 15.7997 0.200073 12.3075 0.200073 7.99971Z",fill:"#4DA466"}),e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.6803 5.68769C11.8527 5.87926 11.8372 6.17433 11.6456 6.34675L7.20112 10.3467C7.02365 10.5065 6.75423 10.5065 6.57676 10.3467L4.35456 8.34674C4.16299 8.17433 4.14746 7.87926 4.31988 7.68769C4.49229 7.49612 4.78736 7.48059 4.97893 7.65301L6.88894 9.37204L11.0212 5.653C11.2128 5.48059 11.5079 5.49612 11.6803 5.68769Z",fill:"white"})]})},R=function(i){return i.className,n("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0.200073 7.99971C0.200073 3.69189 3.69225 0.199707 8.00007 0.199707C12.3079 0.199707 15.8001 3.69189 15.8001 7.99971C15.8001 12.3075 12.3079 15.7997 8.00007 15.7997C3.69225 15.7997 0.200073 12.3075 0.200073 7.99971Z",fill:"#EE695C"}),e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.33 5.66989C10.5122 5.85213 10.5122 6.14761 10.33 6.32985L6.32997 10.3299C6.14773 10.5121 5.85225 10.5121 5.67001 10.3299C5.48776 10.1476 5.48776 9.85213 5.67001 9.66989L9.67001 5.66989C9.85225 5.48764 10.1477 5.48764 10.33 5.66989Z",fill:"white"}),e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.67001 5.66989C5.85225 5.48764 6.14773 5.48764 6.32997 5.66989L10.33 9.66989C10.5122 9.85213 10.5122 10.1476 10.33 10.3299C10.1477 10.5121 9.85225 10.5121 9.67001 10.3299L5.67001 6.32985C5.48776 6.14761 5.48776 5.85213 5.67001 5.66989Z",fill:"white"})]})},V=function(i){return i.className,n("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0.200073 7.99971C0.200073 3.69189 3.69225 0.199707 8.00007 0.199707C12.3079 0.199707 15.8001 3.69189 15.8001 7.99971C15.8001 12.3075 12.3079 15.7997 8.00007 15.7997C3.69225 15.7997 0.200073 12.3075 0.200073 7.99971Z",fill:"#FBA23A"}),e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.6803 5.68769C11.8527 5.87926 11.8372 6.17433 11.6456 6.34675L7.20112 10.3467C7.02365 10.5065 6.75423 10.5065 6.57676 10.3467L4.35456 8.34674C4.16299 8.17433 4.14746 7.87926 4.31988 7.68769C4.49229 7.49612 4.78736 7.48059 4.97893 7.65301L6.88894 9.37204L11.0212 5.653C11.2128 5.48059 11.5079 5.49612 11.6803 5.68769Z",fill:"white"})]})},Z=function(n){var i=n.className;return e("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:i,style:{animation:"spin 1s linear infinite"},children:e("path",{d:"M12 2V6M12 18V22M4.93 4.93L7.76 7.76M16.24 16.24L19.07 19.07M2 12H6M18 12H22M4.93 19.07L7.76 16.24M16.24 7.76L19.07 4.93",stroke:"#009CDF",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})},H=function(i){var l,a,c,d=i.title,s=void 0===d?"Achat 3":d,u=i.volume,h=void 0===u?"":u,v=i.price,p=void 0===v?"":v,f=i.defaultPrice,w=i.showSecondInput,g=void 0===w||w,L=i.showTrashButton,b=void 0!==L&&L,H=i.disabled,y=void 0!==H&&H,B=i.volumeMax,F=i.priceMax,z=i.iconType,_=void 0===z?"send":z,P=i.labels,A=i.onVolumeChange,S=i.onPriceChange,E=i.onSend,D=i.onClear,T=i.className,W=void 0===T?"":T,I=i.showStatus,j=t(h),O=j[0],U=j[1],q=t(p),Q=q[0],G=q[1],K=t(!1),J=K[0],X=K[1],Y=t(!1),$=Y[0],ee=Y[1],ne=t(!1),ie=ne[0],te=ne[1],le=t(!1),oe=le[0],ae=le[1];o(function(){U(h)},[h]),o(function(){G(p)},[p]);var re=function(){if(ie||oe)return 0;var e=parseFloat(O);if(!isNaN(e))if(g){var n=parseFloat(Q);if(!isNaN(n))return e*n}else if(void 0!==f)return e*f;return 0},ce=""===O.trim()||ie||oe;return n("div",{className:"buyline ".concat(P?"buyline--has-labels":""," ").concat(W),children:[n("div",{className:"buyline__container",children:[n("div",{className:"buyline__content",children:[n("div",{className:"buyline__inputs",children:[s&&e("div",{className:"buyline__title",children:s}),n("div",{className:"buyline__input_container",children:[(null==P?void 0:P.find(function(e){return"volume"===e.key}))&&e("div",{className:"buyline__label--description",children:null===(l=P.find(function(e){return"volume"===e.key}))||void 0===l?void 0:l.label}),e(r,{label:"MWh",value:O,onChange:function(e){U(e),null==A||A(e)},onErrorChange:function(e){te(e)},disabled:y,min:{value:0},max:B||{value:9999},showSuccess:J,inputWidth:70})]}),g&&n("div",{className:"buyline__input_container",children:[(null==P?void 0:P.find(function(e){return"price"===e.key}))&&e("div",{className:"buyline__label--description",children:null===(a=P.find(function(e){return"price"===e.key}))||void 0===a?void 0:a.label}),e(r,{label:"€/MWh",value:Q,onChange:function(e){G(e),null==S||S(e)},onErrorChange:function(e){ae(e)},disabled:y,min:{value:0},max:F||{value:9999},showSuccess:J,inputWidth:85})]})]}),n("div",{className:"buyline__recette",children:[(null==P?void 0:P.find(function(e){return"total"===e.key}))&&e("div",{className:"buyline__label--description",children:null===(c=P.find(function(e){return"total"===e.key}))||void 0===c?void 0:c.label}),e("div",{className:"buyline__total",children:e(C,{width:"fit-content",bgColor:0===re()?"#F2F4F4":"#E1F5FD",children:e(m,{cost:re(),textColor:0===re()?"#999FA1":"#005896",type:"euro"})})})]})]}),I?e("div",{className:"buyline__status",children:e("accepted"===I?k:"partial"===I?V:R,{className:"buyline__status-icon"})}):n("div",{className:"buyline__actions",children:[!y&&e("button",{className:"buyline__send ".concat(ce||$?"buyline__send--disabled":""),onClick:function(){""===O.trim()||ie||oe||(X(!0),ee(!0),setTimeout(function(){null==E||E(),U(""),G(""),te(!1),ae(!1),X(!1),ee(!1)},1e3))},disabled:ce||$,"aria-label":$?"Sending...":"edit"===_?"Edit":"Send",children:$?e(Z,{className:"buyline__icon"}):e("edit"===_?x:N,{className:"buyline__icon",disabled:ce})}),b&&e("button",{className:"buyline__trash",onClick:function(){U(""),G(""),te(!1),ae(!1),ee(!1),X(!1),null==D||D()},disabled:$,"aria-label":"Clear",children:e(M,{className:"buyline__icon",disabled:$})})]})]}),e("div",{className:"buyline__border"})]})},y=function(i,t){return void 0===t&&(t="white"),{plusIcon:e("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8 0C8.27614 0 8.50436 0.205203 8.54048 0.47144L8.54545 0.545455V7.45455H15.4545C15.7558 7.45455 16 7.69875 16 8C16 8.27614 15.7948 8.50436 15.5286 8.54048L15.4545 8.54545H8.54545V15.4545C8.54545 15.7558 8.30125 16 8 16C7.72386 16 7.49564 15.7948 7.45953 15.5286L7.45455 15.4545V8.54545H0.545455C0.244208 8.54545 0 8.30125 0 8C0 7.72386 0.205203 7.49564 0.47144 7.45953L0.545455 7.45455H7.45455V0.545455C7.45455 0.244208 7.69875 0 8 0Z",fill:t})}),settingIcon:n("svg",{width:"22",height:"22",viewBox:"0 0 22 22",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.78828 3.03085C10.0975 3.37414 10.5379 3.57013 11 3.57013C11.462 3.57013 11.9024 3.37414 12.2116 3.03085L12.995 2.16335C13.4578 1.65028 14.1935 1.48418 14.8319 1.74862C15.4703 2.01307 15.873 2.65078 15.8375 3.34085L15.7775 4.50752C15.754 4.96893 15.927 5.4187 16.2537 5.7454C16.5804 6.07209 17.0302 6.24514 17.4916 6.22168L18.6583 6.16252C19.3475 6.12854 19.9836 6.53156 20.2473 7.16924C20.511 7.80691 20.3452 8.5415 19.8333 9.00418L18.965 9.78835C18.6221 10.0979 18.4265 10.5381 18.4265 11C18.4265 11.4619 18.6221 11.9022 18.965 12.2117L19.8333 12.995C20.3464 13.4579 20.5125 14.1936 20.248 14.832C19.9836 15.4703 19.3459 15.8731 18.6558 15.8375L17.4891 15.7775C17.0279 15.7541 16.5782 15.927 16.2516 16.2535C15.9249 16.58 15.7517 17.0296 15.775 17.4908L15.835 18.6575C15.8684 19.3461 15.4658 19.9815 14.8289 20.2452C14.1919 20.5089 13.458 20.3441 12.995 19.8333L12.2116 18.9658C11.9021 18.623 11.4618 18.4274 11 18.4274C10.5381 18.4274 10.0978 18.623 9.78828 18.9658L9.00495 19.8333C8.54185 20.3424 7.80925 20.5064 7.17332 20.2433C6.53739 19.9803 6.13474 19.3466 6.16662 18.6592L6.22662 17.4925C6.25096 17.03 6.07763 16.579 5.74985 16.2519C5.42206 15.9247 4.9707 15.7523 4.50828 15.7775L3.34162 15.8375C2.65202 15.8719 2.01534 15.4688 1.75157 14.8307C1.4878 14.1926 1.65399 13.4576 2.16662 12.995L3.03495 12.2117C3.37776 11.9022 3.57341 11.4619 3.57341 11C3.57341 10.5381 3.37776 10.0979 3.03495 9.78835L2.16662 9.00418C1.65823 8.54096 1.49469 7.80879 1.75767 7.17327C2.02065 6.53776 2.65373 6.13523 3.34078 6.16668L4.50745 6.22585C4.96977 6.25017 5.42065 6.07695 5.74777 5.74936C6.07489 5.42176 6.24744 4.97063 6.22245 4.50835L6.16662 3.34085C6.13474 2.65339 6.53739 2.01978 7.17332 1.75671C7.80925 1.49363 8.54185 1.65761 9.00495 2.16668L9.78828 3.03085Z",stroke:t,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.0625 15.0626C10.0625 14.5448 10.4822 14.1251 11 14.1251C11.5178 14.1251 11.9375 14.5448 11.9375 15.0626C11.9375 15.5803 11.5178 16.0001 11 16.0001C10.4822 16.0001 10.0625 15.5803 10.0625 15.0626Z",fill:t}),e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11 5.37506C11.3452 5.37506 11.625 5.65488 11.625 6.00006V12.2501C11.625 12.5952 11.3452 12.8751 11 12.8751C10.6548 12.8751 10.375 12.5952 10.375 12.2501V6.00006C10.375 5.65488 10.6548 5.37506 11 5.37506Z",fill:t})]}),arrowDownIcon:e("svg",{width:"16",height:"10",viewBox:"0 0 16 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.8235 1.61477C16.065 1.35365 16.0578 0.946887 15.8072 0.694302C15.5566 0.441718 15.153 0.434496 14.8933 0.677901L7.87732 7.74957L1.10614 0.677901C0.847065 0.434503 0.442824 0.441725 0.192211 0.694302C-0.0577526 0.946887 -0.0649185 1.35365 0.176588 1.61477L7.87729 9.5L15.8235 1.61477Z",fill:"white"})})}[i]},B=function(i){var t=i.text,l=i.leftIcon,o=i.rightIcon,a=i.onClick,r=i.disabled,c=void 0!==r&&r,d=i.className,s=void 0===d?"":d,C=i.bgColor,u=i.textColor,h=i.borderColor,v=i.size,p=f(f(f(f({},function(e){return"small"===e?{height:"32px",padding:"8px 12px"}:{height:"40px",padding:"12px 16px"}}(void 0===v?"large":v)),C&&{backgroundColor:C}),u&&{color:u}),h&&{border:"2px solid ".concat(h),boxSizing:"border-box"});return n("button",{className:"button ".concat(s),onClick:a,disabled:c,"data-name":"Button",style:p,children:[l&&y(l,u||"white")&&e("div",{className:"button-icon","data-name":l,children:y(l,u||"white")}),e("div",{className:"button-text",style:u?{color:u}:{},children:e("p",{children:t})}),o&&y(o,u||"white")&&e("div",{className:"button-icon","data-name":o,children:y(o,u||"white")})]})},F=function(n){var i=n.isOpen,t=n.theme;return e("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"accordion-arrow ".concat(i?"accordion-arrow--open":""),children:e("path",{d:"M4 6L8 10L12 6",stroke:"blue"===t?"#ffffff":"#11161A",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})},z=function(i){var l=i.title,o=i.openedContent,a=i.closedContent,r=i.defaultOpen,c=void 0!==r&&r,d=i.className,s=void 0===d?"":d,C=i.theme,u=void 0===C?"white":C,h=i.onToggle,v=t(c),p=v[0],m=v[1];return n("div",{className:"accordion ".concat("blue"===u?"accordion--blue":"accordion--white"," ").concat(s),"data-name":"Accordion",children:[n("div",{className:"accordion-header",onClick:function(){var e=!p;m(e),null==h||h(e)},children:[e("div",{className:"accordion-title",children:e("p",{children:l})}),e(F,{isOpen:p,theme:u})]}),(p&&o||!p&&a)&&e("div",{className:"accordion-content",children:e("div",{className:"accordion-content-item",children:p?o:a})})]})},_=function(){return n("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e("rect",{width:"24",height:"24",rx:"12",fill:"#EAECED"}),e("path",{d:"M12.8555 11.1641H15.8789V12.875H12.8555V15.8828H11.1445V12.875H8.12109V11.1641H11.1445V8.11719H12.8555V11.1641Z",fill:"#11161A"})]})},P=function(){return n("svg",{width:"25",height:"24",viewBox:"0 0 25 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e("rect",{x:"0.5",width:"24",height:"24",rx:"12",fill:"#EAECED"}),e("path",{d:"M15.1534 11.0396V12.96H9.84656V11.0396H15.1534Z",fill:"#11161A"})]})},A=function(i){var t=i.label,l=i.value,o=i.chipBgColor,a=void 0===o?"#d3d64e":o,r=i.chipTextColor,c=void 0===r?"#11161a":r,d=i.icon,s=i.style,u=i.className;return e("div",{className:"ecart-container ".concat(void 0===u?"":u),style:s,"data-name":"Ecart",children:n("div",{className:"ecart-content",children:[e("div",{className:"ecart-label",children:e("span",{children:t})}),n("div",{className:"ecart-icon-container",children:[d&&e("div",{className:"ecart-icon-wrapper",children:e("plus"===d?_:P,{})}),e("div",{className:"ecart-value-wrapper",children:e(C,{bgColor:a,children:e(m,{cost:parseFloat(l),type:"megawatt",textColor:c})})})]})]})})},S=function(i){var t=i.className,l=i.size,o=void 0===l?20:l,a=i.color,r=i.disabled;return e("svg",{xmlns:"http://www.w3.org/2000/svg",preserveAspectRatio:"none",width:o,height:o,overflow:"visible",className:t,viewBox:"0 0 21 21",fill:"none",children:n("g",{id:"send-email-1",children:[e("path",{id:"Shape",fillRule:"evenodd",clipRule:"evenodd",d:"M1.90273 8.85333C1.37949 8.70573 1.01357 8.2343 1.00037 7.6908C0.987168 7.1473 1.32977 6.65867 1.84523 6.48583L18.5711 1.03083C18.7945 0.958012 19.0398 1.01645 19.2064 1.18215C19.373 1.34785 19.4327 1.5929 19.3611 1.81667L13.9102 18.5508C13.7382 19.0672 13.249 19.4107 12.7049 19.3973C12.1608 19.3839 11.6892 19.0167 11.5427 18.4925L9.67106 10.7167L1.90273 8.85333Z",stroke:a||(r?"#999FA1":"#009CDF"),strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),e("path",{id:"Shape_2",d:"M19.2069 1.18083L9.67106 10.7167",stroke:a||(r?"#999FA1":"#009CDF"),strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]})})},E=function(n){var i=n.className,t=n.size,l=void 0===t?20:t,o=n.color,a=n.disabled;return e("svg",{width:l,height:l,viewBox:"0 0 24 25",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:i,children:e("path",{d:"M10.1221 5.00073C10.5362 5.00073 10.8719 5.33666 10.8721 5.75073C10.8721 6.16495 10.5363 6.50073 10.1221 6.50073H2.62207C2.20796 6.50073 1.87223 6.83666 1.87207 7.25073V22.2507C1.87207 22.6649 2.20786 23.0007 2.62207 23.0007H17.6221C18.0363 23.0007 18.3721 22.6649 18.3721 22.2507V14.7507C18.3722 14.3367 18.708 14.0007 19.1221 14.0007C19.5362 14.0007 19.8719 14.3367 19.8721 14.7507V22.2507C19.8721 23.4934 18.8647 24.5007 17.6221 24.5007H2.62207C1.37943 24.5007 0.37207 23.4934 0.37207 22.2507V7.25073C0.37223 6.00823 1.37953 5.00073 2.62207 5.00073H10.1221ZM18.501 1.37866C19.6725 0.207539 21.5717 0.207579 22.7432 1.37866C23.9145 2.55026 23.9147 4.45033 22.7432 5.62183L13.1973 15.1677C13.0826 15.2823 12.9339 15.3567 12.7734 15.3796L9.06152 15.9109C8.56668 15.9817 8.14253 15.5571 8.21289 15.0623L8.74219 11.3494C8.76511 11.1888 8.84046 11.0403 8.95508 10.9255L18.501 1.37866ZM21.6826 2.44019C21.0968 1.85439 20.1473 1.85439 19.5615 2.44019L10.1924 11.8093L9.83887 14.2839L12.3135 13.9304L21.6826 4.56128C22.2683 3.9756 22.2681 3.02601 21.6826 2.44019Z",fill:o||(a?"#999FA1":"#009CDF")})})},D=function(n){var i=n.className,t=n.size,l=void 0===t?20:t,o=n.color,a=n.disabled;return e("svg",{xmlns:"http://www.w3.org/2000/svg",preserveAspectRatio:"none",width:l,height:l,overflow:"visible",className:i,viewBox:"0 0 24 22",fill:"none",children:e("path",{id:"color",d:"M14.6025 0C15.9552 0.000251909 17.0595 1.08982 17.0596 2.44434V3.42188H23.2773C23.6764 3.422 23.9998 3.75048 24 4.15527C24 4.52653 23.7278 4.83328 23.375 4.88184L23.2773 4.88867H20.5312V19.5557C20.531 20.9101 19.426 21.9999 18.0732 22H5.92871C4.57593 22 3.47095 20.9102 3.4707 19.5557V4.88867H0.722656C0.323522 4.88854 0 4.5602 0 4.15527C0.000141537 3.78415 0.272248 3.47726 0.625 3.42871L0.722656 3.42188H6.93945V2.44434C6.93951 1.08966 8.04456 0 9.39746 0H14.6025ZM4.91602 19.5557C4.91625 20.0551 5.30736 20.4737 5.81738 20.5273L5.92773 20.5332H18.0723C18.6355 20.5332 19.0847 20.0908 19.085 19.5557V4.88867H4.91602V19.5557ZM9.39648 8.55566C9.76246 8.55566 10.0654 8.83151 10.1133 9.18945L10.1191 9.28906V16.1338C10.1189 16.5386 9.79557 16.8662 9.39648 16.8662C9.03062 16.8661 8.72852 16.5903 8.68066 16.2324L8.67383 16.1338V9.28906C8.67383 8.88413 8.99735 8.55579 9.39648 8.55566ZM14.6016 8.55566C14.9675 8.55566 15.2705 8.83151 15.3184 9.18945L15.3242 9.28906V16.1328C15.3242 16.5378 15.0008 16.8662 14.6016 16.8662C14.2357 16.8661 13.9336 16.5903 13.8857 16.2324L13.8789 16.1328V9.28906C13.8789 8.88411 14.2024 8.55576 14.6016 8.55566ZM9.39648 1.4668C8.83325 1.46697 8.38483 1.90918 8.38477 2.44434V3.42188H15.6133V2.44434C15.6132 1.94484 15.2229 1.52638 14.7129 1.47266L14.6016 1.4668H9.39648Z",fill:o||(a?"#999FA1":"#009CDF")})})},T=function(i){var t=i.className,l=i.size,o=void 0===l?16:l,a=i.color;return n("svg",{width:o,height:o,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:[e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0.200073 7.99971C0.200073 3.69189 3.69225 0.199707 8.00007 0.199707C12.3079 0.199707 15.8001 3.69189 15.8001 7.99971C15.8001 12.3075 12.3079 15.7997 8.00007 15.7997C3.69225 15.7997 0.200073 12.3075 0.200073 7.99971Z",fill:a||"#4DA466"}),e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.6803 5.68769C11.8527 5.87926 11.8372 6.17433 11.6456 6.34675L7.20112 10.3467C7.02365 10.5065 6.75423 10.5065 6.57676 10.3467L4.35456 8.34674C4.16299 8.17433 4.14746 7.87926 4.31988 7.68769C4.49229 7.49612 4.78736 7.48059 4.97893 7.65301L6.88894 9.37204L11.0212 5.653C11.2128 5.48059 11.5079 5.49612 11.6803 5.68769Z",fill:"white"})]})},W=function(i){var t=i.className,l=i.size,o=void 0===l?16:l,a=i.color;return n("svg",{width:o,height:o,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:[e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0.200073 7.99971C0.200073 3.69189 3.69225 0.199707 8.00007 0.199707C12.3079 0.199707 15.8001 3.69189 15.8001 7.99971C15.8001 12.3075 12.3079 15.7997 8.00007 15.7997C3.69225 15.7997 0.200073 12.3075 0.200073 7.99971Z",fill:a||"#EE695C"}),e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.33 5.66989C10.5122 5.85213 10.5122 6.14761 10.33 6.32985L6.32997 10.3299C6.14773 10.5121 5.85225 10.5121 5.67001 10.3299C5.48776 10.1476 5.48776 9.85213 5.67001 9.66989L9.67001 5.66989C9.85225 5.48764 10.1477 5.48764 10.33 5.66989Z",fill:"white"}),e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.67001 5.66989C5.85225 5.48764 6.14773 5.48764 6.32997 5.66989L10.33 9.66989C10.5122 9.85213 10.5122 10.1476 10.33 10.3299C10.1477 10.5121 9.85225 10.5121 9.67001 10.3299L5.67001 6.32985C5.48776 6.14761 5.48776 5.85213 5.67001 5.66989Z",fill:"white"})]})},I=function(i){var t=i.className,l=i.size,o=void 0===l?16:l,a=i.color;return n("svg",{width:o,height:o,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:[e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0.200073 7.99971C0.200073 3.69189 3.69225 0.199707 8.00007 0.199707C12.3079 0.199707 15.8001 3.69189 15.8001 7.99971C15.8001 12.3075 12.3079 15.7997 8.00007 15.7997C3.69225 15.7997 0.200073 12.3075 0.200073 7.99971Z",fill:a||"#FBA23A"}),e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.6803 5.68769C11.8527 5.87926 11.8372 6.17433 11.6456 6.34675L7.20112 10.3467C7.02365 10.5065 6.75423 10.5065 6.57676 10.3467L4.35456 8.34674C4.16299 8.17433 4.14746 7.87926 4.31988 7.68769C4.49229 7.49612 4.78736 7.48059 4.97893 7.65301L6.88894 9.37204L11.0212 5.653C11.2128 5.48059 11.5079 5.49612 11.6803 5.68769Z",fill:"white"})]})},j=function(n){var i=n.className,t=n.size,l=void 0===t?20:t,o=n.color;return e("svg",{width:l,height:l,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:i,style:{animation:"spin 1s linear infinite"},children:e("path",{d:"M12 2V6M12 18V22M4.93 4.93L7.76 7.76M16.24 16.24L19.07 19.07M2 12H6M18 12H22M4.93 19.07L7.76 16.24M16.24 7.76L19.07 4.93",stroke:o||"#009CDF",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})},O=function(n){var i=n.className,t=n.size,l=void 0===t?16:t,o=n.color;return e("svg",{width:l,height:l,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:i,children:e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8 0C8.27614 0 8.50436 0.205203 8.54048 0.47144L8.54545 0.545455V7.45455H15.4545C15.7558 7.45455 16 7.69875 16 8C16 8.27614 15.7948 8.50436 15.5286 8.54048L15.4545 8.54545H8.54545V15.4545C8.54545 15.7558 8.30125 16 8 16C7.72386 16 7.49564 15.7948 7.45953 15.5286L7.45455 15.4545V8.54545H0.545455C0.244208 8.54545 0 8.30125 0 8C0 7.72386 0.205203 7.49564 0.47144 7.45953L0.545455 7.45455H7.45455V0.545455C7.45455 0.244208 7.69875 0 8 0Z",fill:o||"white"})})},U=function(i){var t=i.className,l=i.size,o=void 0===l?24:l,a=i.color;return n("svg",{width:o,height:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:[e("rect",{width:"24",height:"24",rx:"12",fill:"#EAECED"}),e("path",{d:"M12.8555 11.1641H15.8789V12.875H12.8555V15.8828H11.1445V12.875H8.12109V11.1641H11.1445V8.11719H12.8555V11.1641Z",fill:a||"#11161A"})]})},q=function(i){var t=i.className,l=i.size,o=void 0===l?24:l,a=i.color;return n("svg",{width:o,height:o,viewBox:"0 0 25 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:[e("rect",{x:"0.5",width:"24",height:"24",rx:"12",fill:"#EAECED"}),e("path",{d:"M15.1534 11.0396V12.96H9.84656V11.0396H15.1534Z",fill:a||"#11161A"})]})},Q=function(n){var i=n.className,t=n.size,l=void 0===t?16:t,o=n.color,a=n.isOpen,r=void 0!==a&&a,c=n.theme,d=void 0===c?"white":c;return e("svg",{width:l,height:l,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"".concat(i," ").concat(r?"accordion-arrow--open":""),children:e("path",{d:"M4 6L8 10L12 6",stroke:o||("blue"===d?"#ffffff":"#11161A"),strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})},G=function(n){var i=n.className,t=n.size,l=void 0===t?16:t,o=n.color,a=n.isOff;return e("svg",{width:l,height:l,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:i,children:e("path",{d:"M9.56529 2.85352C9.66365 2.57607 9.96837 2.43116 10.246 2.5293C13.4295 3.65507 15.3392 6.91015 14.7684 10.2383C14.1974 13.5667 11.3114 16 7.93443 16C4.55739 16 1.67151 13.5667 1.10045 10.2383C0.5296 6.91011 2.4393 3.65504 5.62291 2.5293C5.9005 2.43115 6.20523 2.57605 6.30357 2.85352C6.40176 3.13124 6.2561 3.43599 5.97838 3.53418C3.28438 4.48672 1.669 7.2423 2.1522 10.0586C2.63557 12.8747 5.07706 14.9336 7.93443 14.9336C10.7918 14.9336 13.2333 12.8747 13.7167 10.0586C14.1999 7.24233 12.5844 4.48676 9.89049 3.53418C9.61276 3.43599 9.4671 3.13124 9.56529 2.85352ZM7.93443 0C8.22892 3.10447e-05 8.46754 0.238727 8.46763 0.533203V7.4668C8.46763 7.76135 8.22898 8.00095 7.93443 8.00098C7.63986 8.00098 7.40123 7.76137 7.40123 7.4668V0.533203C7.40132 0.238707 7.63991 0 7.93443 0Z",fill:o||(void 0!==a&&a?"#999FA1":"#009CDF")})})},K=function(n){var i=n.className,t=n.size,l=void 0===t?32:t,o=n.color,a=n.isOff;return e("svg",{width:l,height:l,viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:i,children:e("circle",{cx:"16",cy:"16",r:"16",fill:o||(void 0!==a&&a?"white":"#009cdf")})})},J=function(n){var i=n.className,t=n.size,l=void 0===t?16:t,o=n.color;return e("svg",{width:l,height:l,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:i,children:e("path",{d:"M16 8C16 8.276 15.776 8.5 15.5 8.5L13.4766 8.5C13.238 11.1345 11.1345 13.238 8.5 13.4766L8.5 15.5C8.5 15.776 8.276 16 8 16C7.724 16 7.5 15.776 7.5 15.5L7.5 13.4766C4.86554 13.238 2.763 11.1345 2.52441 8.5L0.5 8.5C0.224 8.5 -3.61755e-07 8.276 -3.49691e-07 8C-3.29564e-07 7.724 0.224 7.5 0.5 7.5L2.52441 7.5C2.763 4.86555 4.86554 2.76198 7.5 2.52344L7.5 0.5C7.5 0.224 7.724 -3.61755e-07 8 -3.4969e-07C8.276 -3.29563e-07 8.5 0.224 8.5 0.5L8.5 2.52344C11.1345 2.76199 13.238 4.86551 13.4766 7.5L15.5 7.5C15.776 7.5 16 7.724 16 8ZM12.5 8C12.5 5.51867 10.4813 3.5 8 3.5C5.51867 3.5 3.5 5.51867 3.5 8C3.5 10.4813 5.51867 12.5 8 12.5C10.4813 12.5 12.5 10.4813 12.5 8ZM10 8C10 9.10457 9.10457 10 8 10C6.89543 10 6 9.10457 6 8C6 6.89543 6.89543 6 8 6C9.10457 6 10 6.89543 10 8Z",fill:o||"currentColor"})})},X=function(n){var i=n.className,t=n.size,l=void 0===t?16:t,o=n.color;return e("svg",{width:l,height:l,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:i,children:e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.9813 2.39178C12.1589 2.38845 12.3342 2.43251 12.4892 2.51941C12.6441 2.60631 12.7731 2.73291 12.8629 2.88621C12.9527 3.0395 13 3.21395 13 3.3916L12.5 3.3916H13V12.6085C13 12.7862 12.9527 12.9606 12.8629 13.1139C12.7731 13.2672 12.6441 13.3938 12.4892 13.4807C12.3342 13.5676 12.1589 13.6117 11.9813 13.6084C11.8037 13.605 11.6301 13.5545 11.4785 13.4618L3.93741 8.85335C3.79124 8.76403 3.67046 8.63865 3.58667 8.48923C3.50287 8.33982 3.45886 8.17138 3.45886 8.00007C3.45886 7.82877 3.50287 7.66033 3.58667 7.51092C3.67046 7.3615 3.79124 7.23612 3.93741 7.14679L11.4785 2.53832C11.6301 2.44568 11.8037 2.3951 11.9813 2.39178ZM12 3.3916L4.45886 8.00007L4.19814 7.57343L4.45886 8.00007L12 12.6085V3.3916Z",fill:o||"black"})})},Y=function(n){var i=n.className,t=n.size,l=void 0===t?16:t,o=n.color;return e("svg",{width:l,height:l,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:i,children:e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.51084 2.51941C3.66579 2.43251 3.84109 2.38845 4.01871 2.39178C4.19633 2.3951 4.36986 2.44568 4.52145 2.53832L12.0626 7.14679C12.2088 7.23612 12.3295 7.3615 12.4133 7.51092C12.4971 7.66033 12.5411 7.82877 12.5411 8.00007C12.5411 8.17138 12.4971 8.33982 12.4133 8.48923C12.3295 8.63865 12.2088 8.76403 12.0626 8.85335L4.52145 13.4618C4.36986 13.5545 4.19633 13.605 4.01871 13.6084C3.84109 13.6117 3.66579 13.5676 3.51084 13.4807C3.3559 13.3938 3.2269 13.2672 3.13711 13.1139C3.04733 12.9606 3 12.7862 3 12.6085V3.3916C3 3.21395 3.04733 3.0395 3.13711 2.88621C3.22689 2.73292 3.35589 2.60631 3.51084 2.51941ZM11.5411 8.00007L4 3.3916V12.6085L11.5411 8.00007Z",fill:o||"black"})})},$=function(n){var i=n.className,t=n.size,l=void 0===t?24:t,o=n.color;return e("svg",{width:l,height:l,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:i,children:e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 4.5C7.85786 4.5 4.5 7.85786 4.5 12C4.5 15.1788 6.47789 17.8975 9.27283 18.989C9.65866 19.1397 9.8493 19.5746 9.69862 19.9604C9.54794 20.3463 9.113 20.5369 8.72717 20.3862C5.37607 19.0775 3 15.8172 3 12C3 7.02944 7.02944 3 12 3C16.2192 3 19.7585 5.90255 20.7337 9.81878C20.9078 10.5179 21 11.2487 21 12C21 12.4142 20.6642 12.75 20.25 12.75C19.8358 12.75 19.5 12.4142 19.5 12C19.5 11.3719 19.4229 10.7628 19.2781 10.1812C18.4655 6.91754 15.5141 4.5 12 4.5Z",fill:o||"black"})})},ee=function(n){var i=n.className,t=n.size,l=void 0===t?24:t,o=n.color;return e("svg",{width:l,height:l,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:i,children:e("path",{d:"M20.25 12C20.25 11.3103 20.1654 10.6404 20.0059 10C19.112 6.41005 15.8666 3.75 12 3.75C7.44365 3.75 3.75 7.44365 3.75 12C3.75 15.498 5.92698 18.4875 9 19.6876",stroke:o||"black",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})},ne=function(n){var i=n.className,t=n.size,l=void 0===t?14:t,o=n.color;return e("svg",{width:l,height:"12",viewBox:"0 0 14 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:i,children:e("path",{d:"M8.14697 0.146484C8.34224 -0.0486747 8.65878 -0.0487434 8.854 0.146484C9.04889 0.341739 9.04905 0.658358 8.854 0.853516L7.50049 2.20703V5.13281L10.0337 3.66992L10.5298 1.82129C10.6012 1.5547 10.8755 1.3966 11.1421 1.46777C11.4088 1.53922 11.5679 1.8134 11.4966 2.08008L11.0767 3.64648L12.6421 4.06543C12.9088 4.1369 13.0681 4.41198 12.9966 4.67871C12.925 4.94527 12.6499 5.10368 12.3833 5.03223L10.5347 4.53613L7.99951 5.99902L10.5347 7.46191L12.3833 6.96777C12.65 6.8963 12.9251 7.05456 12.9966 7.32129C13.068 7.58799 12.9088 7.86213 12.6421 7.93359L11.0767 8.35352L11.4966 9.91992C11.5677 10.1865 11.4086 10.4608 11.1421 10.5322C10.8756 10.6033 10.6013 10.4451 10.5298 10.1787L10.0337 8.32812L7.50049 6.86523V9.79297L8.854 11.1465C9.04889 11.3417 9.04905 11.6584 8.854 11.8535C8.65885 12.0487 8.34226 12.0484 8.14697 11.8535L7.00049 10.707L5.854 11.8535C5.65885 12.0487 5.34226 12.0484 5.14697 11.8535C4.95171 11.6583 4.95171 11.3417 5.14697 11.1465L6.50049 9.79297V6.86523L3.96533 8.32812L3.47021 10.1787C3.39865 10.4451 3.12439 10.6034 2.85791 10.5322C2.59128 10.4608 2.43314 10.1866 2.50439 9.91992L2.92334 8.35352L1.35791 7.93359C1.09118 7.86212 0.932919 7.58802 1.00439 7.32129C1.07593 7.05464 1.35001 6.89631 1.6167 6.96777L3.46436 7.46191L5.99951 5.99902L3.46436 4.53613L1.6167 5.03223C1.35014 5.10366 1.07608 4.94513 1.00439 4.67871C0.932919 4.41198 1.09118 4.1369 1.35791 4.06543L2.92334 3.64648L2.50439 2.08008C2.43293 1.81334 2.59118 1.53924 2.85791 1.46777C3.12453 1.39654 3.39878 1.55467 3.47021 1.82129L3.96533 3.66992L6.50049 5.13281V2.20703L5.14697 0.853516C4.95171 0.658253 4.95171 0.341747 5.14697 0.146484C5.34224 -0.0486746 5.65878 -0.0487434 5.854 0.146484L7.00049 1.29297L8.14697 0.146484Z",fill:o||"black"})})},ie=function(i){var t=i.className,l=i.size,o=void 0===l?18:l,a=i.color,r=i.isAnonymised,c=void 0!==r&&r;return n("svg",{width:o,height:"12",viewBox:"0 0 18 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:[e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.19571 0.9375H13.9316L13.9576 0.939919L13.9055 1.5C13.9576 0.939919 13.958 0.939955 13.9584 0.939992L13.9593 0.940074L13.9612 0.940263L13.966 0.940753L13.9794 0.942218C13.9899 0.943426 14.0036 0.945121 14.0203 0.947429C14.0536 0.952044 14.0989 0.959129 14.1545 0.969722C14.2655 0.990879 14.4186 1.02621 14.5998 1.08426C14.9611 1.20007 15.4415 1.40866 15.9224 1.78153C16.9079 2.54562 17.8125 3.93493 17.8125 6.375C17.8125 8.84977 16.7446 10.2418 15.6228 10.9916C15.0757 11.3573 14.5319 11.5602 14.1264 11.6723C13.9228 11.7285 13.7514 11.7626 13.6282 11.7828C13.5666 11.7929 13.5167 11.7996 13.4807 11.8039C13.4626 11.8061 13.448 11.8076 13.437 11.8087L13.4234 11.81L13.4186 11.8104L13.4168 11.8106L13.416 11.8106C13.4157 11.8107 13.4154 11.8107 13.3704 11.25L13.416 11.8106L13.3929 11.8125H13.3704C12.4693 11.8125 11.7717 11.6348 11.2171 11.3425C10.6627 11.0503 10.2868 10.6623 10.0046 10.2977C9.86569 10.1182 9.74696 9.94078 9.64616 9.78996C9.5407 9.6322 9.46023 9.51197 9.38106 9.41262C9.22707 9.21935 9.16773 9.21939 9.13503 9.21941H9.13398C9.09752 9.21941 9.03241 9.22191 8.87346 9.41718C8.79345 9.51548 8.71127 9.63581 8.60695 9.79107C8.60069 9.80039 8.59437 9.80981 8.58797 9.81934C8.49236 9.96175 8.38151 10.1269 8.25589 10.2929C7.98421 10.6519 7.62551 11.0405 7.10214 11.335C6.57573 11.6313 5.91831 11.8125 5.07599 11.8125H5.0488L5.02173 11.8099L5.07599 11.25C5.02173 11.8099 5.02205 11.8099 5.02173 11.8099L5.0204 11.8097L5.01868 11.8096L5.01405 11.8091L5.00016 11.8076C4.98888 11.8063 4.97357 11.8045 4.95451 11.8019C4.91641 11.7969 4.8632 11.7892 4.79703 11.7779C4.66485 11.7553 4.47999 11.718 4.25972 11.6585C3.82115 11.5401 3.23123 11.3305 2.63538 10.9643C1.42058 10.2176 0.212463 8.83259 0.187947 6.38062C0.163902 3.97575 1.11355 2.587 2.13375 1.81616C2.63171 1.43991 3.12954 1.22329 3.50294 1.10027C3.69026 1.03855 3.84839 0.999684 3.96267 0.975868C4.01989 0.963945 4.06636 0.955744 4.10027 0.950316C4.11724 0.947601 4.13108 0.945576 4.14159 0.944124L4.15484 0.942358L4.15953 0.941769L4.16139 0.941543L4.1622 0.941446C4.16257 0.941403 4.16292 0.941361 4.22872 1.5L4.1622 0.941446L4.19571 0.9375ZM4.26997 2.0625C4.25203 2.06549 4.22575 2.07021 4.19218 2.07721C4.11398 2.09351 3.99723 2.1219 3.85498 2.16877C3.56924 2.26291 3.18912 2.42877 2.81194 2.71376C2.08184 3.2654 1.29234 4.31414 1.31289 6.36938C1.33297 8.37752 2.28763 9.43001 3.22447 10.0058C3.70444 10.3008 4.18756 10.4737 4.55306 10.5724C4.73484 10.6215 4.88477 10.6515 4.98688 10.669C5.03785 10.6778 5.07667 10.6833 5.1013 10.6866C5.10355 10.6869 5.10569 10.6871 5.10771 10.6874C5.76441 10.683 6.21815 10.5416 6.55042 10.3546C6.89104 10.1629 7.13992 9.90327 7.35877 9.61404C7.46458 9.47422 7.55912 9.33345 7.65787 9.18641L7.67313 9.1637C7.77297 9.01508 7.8831 8.85179 8.00097 8.70698C8.23778 8.41606 8.59073 8.09441 9.13398 8.09441C9.6812 8.09441 10.0292 8.42071 10.2609 8.71155C10.3706 8.8492 10.4746 9.00486 10.569 9.14611L10.5815 9.1648C10.6838 9.31787 10.7824 9.46461 10.8943 9.6092C11.1139 9.89292 11.3735 10.1532 11.7416 10.3472C12.1049 10.5387 12.6087 10.6838 13.3424 10.6874C13.3439 10.6873 13.3456 10.6871 13.3473 10.6869C13.368 10.6844 13.4015 10.6799 13.4459 10.6727C13.5349 10.658 13.6667 10.6321 13.8268 10.5879C14.1487 10.4989 14.5748 10.3389 14.9976 10.0563C15.8156 9.50956 16.6875 8.46406 16.6875 6.375C16.6875 4.25124 15.9198 3.20305 15.2331 2.6706C14.8779 2.3952 14.5221 2.24075 14.2564 2.1556C14.124 2.11316 14.0158 2.08853 13.944 2.07485C13.9117 2.0687 13.887 2.0648 13.8709 2.0625H4.26997ZM13.8498 2.05973C13.8494 2.05969 13.8497 2.05972 13.8508 2.05985L13.8498 2.05973Z",fill:a||(c?"white":"black")}),e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.625 5.0625C4.77651 5.0625 4.3125 5.59288 4.3125 6C4.3125 6.40712 4.77651 6.9375 5.625 6.9375C6.47349 6.9375 6.9375 6.40712 6.9375 6C6.9375 5.59288 6.47349 5.0625 5.625 5.0625ZM3.1875 6C3.1875 4.75027 4.40242 3.9375 5.625 3.9375C6.84758 3.9375 8.0625 4.75027 8.0625 6C8.0625 7.24973 6.84758 8.0625 5.625 8.0625C4.40242 8.0625 3.1875 7.24973 3.1875 6Z",fill:a||(c?"white":"black")}),e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.375 5.0625C11.5265 5.0625 11.0625 5.59288 11.0625 6C11.0625 6.40712 11.5265 6.9375 12.375 6.9375C13.2235 6.9375 13.6875 6.40712 13.6875 6C13.6875 5.59288 13.2235 5.0625 12.375 5.0625ZM9.9375 6C9.9375 4.75027 11.1524 3.9375 12.375 3.9375C13.5976 3.9375 14.8125 4.75027 14.8125 6C14.8125 7.24973 13.5976 8.0625 12.375 8.0625C11.1524 8.0625 9.9375 7.24973 9.9375 6Z",fill:a||(c?"white":"black")})]})},te=function(n){var i=n.className,t=n.size,l=void 0===t?16:t,o=n.color;return e("svg",{width:l,height:l,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:i,children:e("path",{d:"M8.00037 2.66699C9.76603 2.66724 11.1976 4.14551 11.1976 5.96875C11.1975 7.78449 9.77755 9.25735 8.02185 9.26953C10.0979 9.27896 11.9455 10.6336 12.6381 12.6562C12.7286 12.9207 12.5944 13.2112 12.3383 13.3047C12.0823 13.3979 11.8019 13.2592 11.7113 12.9951C11.1554 11.3713 9.66826 10.2853 8.00037 10.2852C6.33234 10.2852 4.84537 11.3712 4.28943 12.9951C4.19884 13.2595 3.91757 13.3981 3.6615 13.3047C3.40536 13.2112 3.27115 12.9207 3.36169 12.6562C4.05415 10.6337 5.90196 9.2791 7.97791 9.26953C6.2223 9.25723 4.80321 7.78442 4.8031 5.96875C4.8031 4.1454 6.23455 2.66706 8.00037 2.66699ZM8.00037 3.68262C6.7779 3.68268 5.7865 4.70644 5.7865 5.96875C5.78661 7.23096 6.77797 8.25384 8.00037 8.25391C9.22262 8.25366 10.2141 7.23085 10.2142 5.96875C10.2142 4.70655 9.22269 3.68286 8.00037 3.68262Z",fill:o||"black"})})},le={Send:S,Edit:E,Trash:D,Success:T,Failure:W,Partial:I,Spinner:j,Plus:O,PlusCircle:U,MinusCircle:q,ArrowDown:Q,Power:G,SwitchThumb:K,Target:J,Previous:X,Next:Y,Pause:$,Play:ee,Freeze:ne,Anonymize:ie,User:te};export{z as Accordion,ie as AnonymizeIcon,Q as ArrowDownIcon,p as Avatar,B as Button,H as BuyLine,C as Chip,A as Ecart,E as EditIcon,W as FailureIcon,ne as FreezeIcon,b as Gain,h as Histogram,le as Icons,r as InputNumber,q as MinusCircleIcon,Y as NextIcon,I as PartialIcon,$ as PauseIcon,ee as PlayIcon,U as PlusCircleIcon,O as PlusIcon,G as PowerIcon,X as PreviousIcon,u as ProductionUnit,v as ProductionUnitContainer,L as ProgressBar,S as SendIcon,j as SpinnerIcon,T as SuccessIcon,s as Switch,K as SwitchThumbIcon,J as TargetIcon,g as Timer,D as TrashIcon,te as UserIcon,m as ValueWithUnit};
2
2
  //# sourceMappingURL=index.esm.js.map