@strapi/admin 4.10.2-alpha.0 → 4.10.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/admin/src/content-manager/components/Wysiwyg/WysiwygNav.js +156 -155
- package/admin/src/content-manager/pages/ListSettingsView/{utils/excludedSortOptions.js → constants.js} +1 -1
- package/admin/src/content-manager/pages/ListSettingsView/index.js +33 -36
- package/admin/src/pages/Admin/index.js +3 -0
- package/admin/src/pages/AuthPage/components/Register/index.js +1 -1
- package/admin/src/pages/MarketplacePage/components/NpmPackagesFilters/FilterSelect.js +1 -1
- package/admin/src/pages/MarketplacePage/components/NpmPackagesFilters/FiltersPopover.js +52 -41
- package/admin/src/pages/MarketplacePage/components/SortSelect/index.js +16 -0
- package/admin/src/pages/SettingsPage/pages/Users/components/SelectRoles/index.js +2 -2
- package/admin/src/translations/en.json +1 -0
- package/admin/src/translations/ru.json +7 -0
- package/build/{1387.84b454d3.chunk.js → 1387.437eb420.chunk.js} +1 -1
- package/build/{1657.45231968.chunk.js → 1657.85034334.chunk.js} +52 -52
- package/build/3081.c2cdfac8.chunk.js +108 -0
- package/build/3816.2b58bc1a.chunk.js +214 -0
- package/build/462.a073ff1f.chunk.js +71 -0
- package/build/{4628.20631dd1.chunk.js → 4628.9cbb6df5.chunk.js} +1 -1
- package/build/5542.5328b662.chunk.js +71 -0
- package/build/{5563.986609ed.chunk.js → 5563.44e0ef15.chunk.js} +22 -22
- package/build/617.ce23dea8.chunk.js +155 -0
- package/build/6858.85d76858.chunk.js +50 -0
- package/build/6970.e8422af3.chunk.js +1 -0
- package/build/{7259.7a48aa2f.chunk.js → 7259.3ed2b60e.chunk.js} +1 -1
- package/build/{Admin-authenticatedApp.2fab70e4.chunk.js → Admin-authenticatedApp.dbb99d34.chunk.js} +2 -2
- package/build/Admin_homePage.e15dcf28.chunk.js +73 -0
- package/build/Admin_marketplace.87f51b29.chunk.js +55 -0
- package/build/Admin_pluginsPage.7df6b5a9.chunk.js +6 -0
- package/build/{Admin_profilePage.1b337b73.chunk.js → Admin_profilePage.1687246a.chunk.js} +1 -1
- package/build/Admin_settingsPage.20884a40.chunk.js +79 -0
- package/build/Upload_ConfigureTheView.aa64ed9a.chunk.js +1 -0
- package/build/{admin-app.9bfe4ec7.chunk.js → admin-app.d4fd9379.chunk.js} +4 -4
- package/build/{admin-edit-roles-page.d0c9497b.chunk.js → admin-edit-roles-page.6fe9de49.chunk.js} +43 -41
- package/build/{admin-edit-users.ba27c532.chunk.js → admin-edit-users.49363035.chunk.js} +4 -4
- package/build/admin-roles-list.a323aa9f.chunk.js +31 -0
- package/build/admin-users.16bb6e77.chunk.js +34 -0
- package/build/audit-logs-settings-page.48b921f9.chunk.js +129 -0
- package/build/content-manager.a837bfcd.chunk.js +1123 -0
- package/build/content-type-builder-list-view.1e821eb9.chunk.js +215 -0
- package/build/{content-type-builder-translation-en-json.446b611d.chunk.js → content-type-builder-translation-en-json.5e5f8607.chunk.js} +1 -1
- package/build/{content-type-builder.4737a30c.chunk.js → content-type-builder.51c64fe5.chunk.js} +4 -4
- package/build/email-settings-page.5bc22e5a.chunk.js +11 -0
- package/build/en-json.1f6af924.chunk.js +1 -0
- package/build/i18n-settings-page.1581894e.chunk.js +114 -0
- package/build/i18n-translation-ru-json.401bc498.chunk.js +1 -0
- package/build/index.html +1 -1
- package/build/main.31bdf27e.js +2679 -0
- package/build/review-workflows-settings.26409ce4.chunk.js +61 -0
- package/build/ru-json.678cd48b.chunk.js +1 -0
- package/build/{runtime~main.c9593d59.js → runtime~main.a096f3d0.js} +2 -2
- package/build/{sso-settings-page.f44d95d8.chunk.js → sso-settings-page.c9d7c8df.chunk.js} +1 -1
- package/build/upload-settings.4d962053.chunk.js +14 -0
- package/build/upload.4dcd513f.chunk.js +34 -0
- package/build/users-advanced-settings-page.dd2a4954.chunk.js +9 -0
- package/build/users-email-settings-page.510648ab.chunk.js +24 -0
- package/build/users-permissions-translation-ru-json.8e883c67.chunk.js +1 -0
- package/build/users-providers-settings-page.0ee7d54f.chunk.js +29 -0
- package/build/webhook-edit-page.36c9f20d.chunk.js +128 -0
- package/build/webhook-list-page.0983d83f.chunk.js +71 -0
- package/ee/admin/content-manager/components/DynamicTable/CellContent/ReviewWorkflowsStage/ReviewWorkflowsStageEE.js +22 -5
- package/ee/admin/content-manager/components/DynamicTable/CellContent/ReviewWorkflowsStage/getTableColumn.js +7 -3
- package/ee/admin/content-manager/pages/EditView/InformationBox/InformationBoxEE.js +20 -3
- package/ee/admin/pages/SettingsPage/pages/ReviewWorkflows/ReviewWorkflows.js +34 -25
- package/ee/admin/pages/SettingsPage/pages/ReviewWorkflows/actions/index.js +11 -0
- package/ee/admin/pages/SettingsPage/pages/ReviewWorkflows/components/StageDragPreview/StageDragPreview.js +45 -0
- package/ee/admin/pages/SettingsPage/pages/ReviewWorkflows/components/StageDragPreview/index.js +1 -0
- package/ee/admin/pages/SettingsPage/pages/ReviewWorkflows/components/Stages/Stage/Stage.js +290 -63
- package/ee/admin/pages/SettingsPage/pages/ReviewWorkflows/components/Stages/Stage/components/OptionColor/OptionColor.js +37 -0
- package/ee/admin/pages/SettingsPage/pages/ReviewWorkflows/components/Stages/Stage/components/OptionColor/index.js +1 -0
- package/ee/admin/pages/SettingsPage/pages/ReviewWorkflows/components/Stages/Stage/components/SingleValueColor/SingleValueColor.js +44 -0
- package/ee/admin/pages/SettingsPage/pages/ReviewWorkflows/components/Stages/Stage/components/SingleValueColor/index.js +1 -0
- package/ee/admin/pages/SettingsPage/pages/ReviewWorkflows/components/Stages/Stages.js +2 -1
- package/ee/admin/pages/SettingsPage/pages/ReviewWorkflows/constants.js +26 -0
- package/ee/admin/pages/SettingsPage/pages/ReviewWorkflows/reducer/index.js +36 -2
- package/ee/admin/pages/SettingsPage/pages/ReviewWorkflows/utils/colors.js +39 -0
- package/ee/admin/pages/SettingsPage/pages/ReviewWorkflows/utils/getWorkflowValidationSchema.js +9 -0
- package/ee/server/constants/workflows.js +1 -0
- package/ee/server/content-types/workflow-stage/index.js +7 -0
- package/ee/server/controllers/authentication/middlewares.js +1 -1
- package/ee/server/migrations/review-workflows-stages-color.js +20 -0
- package/ee/server/register.js +2 -0
- package/ee/server/routes/audit-logs.js +43 -0
- package/ee/server/routes/index.js +5 -226
- package/ee/server/routes/license-limit.js +29 -0
- package/ee/server/routes/review-workflows.js +112 -0
- package/ee/server/routes/sso.js +60 -0
- package/ee/server/routes/utils.js +15 -0
- package/ee/server/services/review-workflows/stages.js +1 -1
- package/ee/server/validation/review-workflows.js +7 -1
- package/package.json +17 -17
- package/server/routes/index.js +16 -11
- package/webpack.alias.js +0 -1
- package/admin/src/content-manager/pages/ListSettingsView/utils/api.js +0 -10
- package/build/3081.bcf9a12f.chunk.js +0 -108
- package/build/462.8fff7f3b.chunk.js +0 -71
- package/build/5542.b8240e3f.chunk.js +0 -70
- package/build/6404.68405699.chunk.js +0 -100
- package/build/7725.f717acdd.chunk.js +0 -213
- package/build/Admin_homePage.9f7c0bb1.chunk.js +0 -73
- package/build/Admin_marketplace.a60cde15.chunk.js +0 -31
- package/build/Admin_pluginsPage.9e6fa51c.chunk.js +0 -6
- package/build/Admin_settingsPage.56e9641c.chunk.js +0 -79
- package/build/Upload_ConfigureTheView.4fc648b5.chunk.js +0 -1
- package/build/admin-roles-list.c759daa3.chunk.js +0 -31
- package/build/admin-users.ad5dd832.chunk.js +0 -34
- package/build/audit-logs-settings-page.45cb4fb5.chunk.js +0 -76
- package/build/content-manager.a0ff6cad.chunk.js +0 -1111
- package/build/content-type-builder-list-view.5ff685ec.chunk.js +0 -214
- package/build/email-settings-page.dc07d518.chunk.js +0 -10
- package/build/en-json.c7fc79af.chunk.js +0 -1
- package/build/i18n-settings-page.8219dd99.chunk.js +0 -60
- package/build/main.964e7203.js +0 -2597
- package/build/review-workflows-settings.089d7ec5.chunk.js +0 -106
- package/build/ru-json.e0662702.chunk.js +0 -1
- package/build/upload-settings.dd2d987c.chunk.js +0 -13
- package/build/upload.c8479232.chunk.js +0 -33
- package/build/users-advanced-settings-page.c36cfd59.chunk.js +0 -8
- package/build/users-email-settings-page.2716ce8e.chunk.js +0 -23
- package/build/users-permissions-translation-ru-json.20e177db.chunk.js +0 -1
- package/build/users-providers-settings-page.0d6304a5.chunk.js +0 -28
- package/build/webhook-edit-page.f4db86f3.chunk.js +0 -75
- package/build/webhook-list-page.30d73114.chunk.js +0 -71
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
(self.webpackChunk_strapi_admin=self.webpackChunk_strapi_admin||[]).push([[462],{84802:function(s){function o(e,t,r,n){for(var a=-1,i=e==null?0:e.length;++a<i;){var c=e[a];t(n,c,r(c),e)}return n}s.exports=o},88058:function(s,o,e){var t=e(87650);function r(n,a){var i=n==null?0:n.length;return!!i&&t(n,a,0)>-1}s.exports=r},37431:function(s){function o(e,t,r){for(var n=-1,a=e==null?0:e.length;++n<a;)if(r(t,e[n]))return!0;return!1}s.exports=o},23089:function(s,o,e){var t=e(61712),r=t("length");s.exports=r},62435:function(s,o,e){var t=e(56671);function r(n,a,i,c){return t(n,function(h,f,x){a(c,h,i(h),x)}),c}s.exports=r},60528:function(s){function o(e,t,r,n){for(var a=e.length,i=r+(n?1:-1);n?i--:++i<a;)if(t(e[i],i,e))return i;return-1}s.exports=o},87650:function(s,o,e){var t=e(60528),r=e(25556),n=e(54256);function a(i,c,h){return c===c?n(i,c,h):t(i,r,h)}s.exports=a},25556:function(s){function o(e){return e!==e}s.exports=o},84351:function(s,o,e){var t=e(61124),r=e(88058),n=e(37431),a=e(30555),i=e(58491),c=e(66350),h=200;function f(x,C,E){var d=-1,l=r,u=x.length,_=!0,p=[],m=p;if(E)_=!1,l=n;else if(u>=h){var g=C?null:i(x);if(g)return c(g);_=!1,l=a,m=new t}else m=C?[]:p;e:for(;++d<u;){var v=x[d],w=C?C(v):v;if(v=E||v!==0?v:0,_&&w===w){for(var Z=m.length;Z--;)if(m[Z]===w)continue e;C&&m.push(w),p.push(v)}else l(m,w,E)||(m!==p&&m.push(w),p.push(v))}return p}s.exports=f},85580:function(s,o,e){var t=e(84802),r=e(62435),n=e(88904),a=e(77236);function i(c,h){return function(f,x){var C=a(f)?t:r,E=h?h():{};return C(f,c,n(x,2),E)}}s.exports=i},58491:function(s,o,e){var t=e(69902),r=e(13581),n=e(66350),a=1/0,i=t&&1/n(new t([,-0]))[1]==a?function(c){return new t(c)}:r;s.exports=i},54256:function(s){function o(e,t,r){for(var n=r-1,a=e.length;++n<a;)if(e[n]===t)return n;return-1}s.exports=o},38788:function(s,o,e){var t=e(23089),r=e(34327),n=e(71286);function a(i){return r(i)?n(i):t(i)}s.exports=a},71286:function(s){var o="\\ud800-\\udfff",e="\\u0300-\\u036f",t="\\ufe20-\\ufe2f",r="\\u20d0-\\u20ff",n=e+t+r,a="\\ufe0e\\ufe0f",i="["+o+"]",c="["+n+"]",h="\\ud83c[\\udffb-\\udfff]",f="(?:"+c+"|"+h+")",x="[^"+o+"]",C="(?:\\ud83c[\\udde6-\\uddff]){2}",E="[\\ud800-\\udbff][\\udc00-\\udfff]",d="\\u200d",l=f+"?",u="["+a+"]?",_="(?:"+d+"(?:"+[x,C,E].join("|")+")"+u+l+")*",p=u+l+_,m="(?:"+[x+c+"?",c,C,E,i].join("|")+")",g=RegExp(h+"(?="+h+")|"+m+p,"g");function v(w){for(var Z=g.lastIndex=0;g.test(w);)++Z;return Z}s.exports=v},81346:function(s,o,e){var t=e(40999),r=e(85580),n=Object.prototype,a=n.hasOwnProperty,i=r(function(c,h,f){a.call(c,f)?c[f].push(h):t(c,f,[h])});s.exports=i},34461:function(s,o,e){var t=e(94318),r=e(77236),n=e(3387),a="[object String]";function i(c){return typeof c=="string"||!r(c)&&n(c)&&t(c)==a}s.exports=i},13581:function(s){function o(){}s.exports=o},61868:function(s,o,e){var t=e(78803),r=e(26686),n=e(81580),a=e(34461),i=e(38788),c="[object Map]",h="[object Set]";function f(x){if(x==null)return 0;if(n(x))return a(x)?i(x):x.length;var C=r(x);return C==c||C==h?x.size:t(x).length}s.exports=f},59578:function(s,o,e){var t=e(41119);function r(n){return t(n).toLowerCase()}s.exports=r},91815:function(s,o,e){var t=e(84351);function r(n){return n&&n.length?t(n):[]}s.exports=r},98178:function(s,o,e){"use strict";e.d(o,{P1:function(){return x}});var t="NOT_FOUND";function r(E){var d;return{get:function(u){return d&&E(d.key,u)?d.value:t},put:function(u,_){d={key:u,value:_}},getEntries:function(){return d?[d]:[]},clear:function(){d=void 0}}}function n(E,d){var l=[];function u(g){var v=l.findIndex(function(Z){return d(g,Z.key)});if(v>-1){var w=l[v];return v>0&&(l.splice(v,1),l.unshift(w)),w.value}return t}function _(g,v){u(g)===t&&(l.unshift({key:g,value:v}),l.length>E&&l.pop())}function p(){return l}function m(){l=[]}return{get:u,put:_,getEntries:p,clear:m}}var a=function(d,l){return d===l};function i(E){return function(l,u){if(l===null||u===null||l.length!==u.length)return!1;for(var _=l.length,p=0;p<_;p++)if(!E(l[p],u[p]))return!1;return!0}}function c(E,d){var l=typeof d=="object"?d:{equalityCheck:d},u=l.equalityCheck,_=u===void 0?a:u,p=l.maxSize,m=p===void 0?1:p,g=l.resultEqualityCheck,v=i(_),w=m===1?r(v):n(m,v);function Z(){var M=w.get(arguments);if(M===t){if(M=E.apply(null,arguments),g){var P=w.getEntries(),b=P.find(function(O){return g(O.value,M)});b&&(M=b.value)}w.put(arguments,M)}return M}return Z.clearCache=function(){return w.clear()},Z}function h(E){var d=Array.isArray(E[0])?E[0]:E;if(!d.every(function(u){return typeof u=="function"})){var l=d.map(function(u){return typeof u=="function"?"function "+(u.name||"unnamed")+"()":typeof u}).join(", ");throw new Error("createSelector expects all input-selectors to be functions, but received the following types: ["+l+"]")}return d}function f(E){for(var d=arguments.length,l=new Array(d>1?d-1:0),u=1;u<d;u++)l[u-1]=arguments[u];var _=function(){for(var m=arguments.length,g=new Array(m),v=0;v<m;v++)g[v]=arguments[v];var w=0,Z,M={memoizeOptions:void 0},P=g.pop();if(typeof P=="object"&&(M=P,P=g.pop()),typeof P!="function")throw new Error("createSelector expects an output function after the inputs, but received: ["+typeof P+"]");var b=M,O=b.memoizeOptions,y=O===void 0?l:O,j=Array.isArray(y)?y:[y],B=h(g),F=E.apply(void 0,[function(){return w++,P.apply(null,arguments)}].concat(j)),A=E(function(){for(var S=[],L=B.length,T=0;T<L;T++)S.push(B[T].apply(null,arguments));return Z=F.apply(null,S),Z});return Object.assign(A,{resultFunc:P,memoizedResultFunc:F,dependencies:B,lastResult:function(){return Z},recomputations:function(){return w},resetRecomputations:function(){return w=0}}),A};return _}var x=f(c),C=function(d,l){if(l===void 0&&(l=x),typeof d!="object")throw new Error("createStructuredSelector expects first argument to be an object "+("where each property is a selector, instead received a "+typeof d));var u=Object.keys(d),_=l(u.map(function(p){return d[p]}),function(){for(var p=arguments.length,m=new Array(p),g=0;g<p;g++)m[g]=arguments[g];return m.reduce(function(v,w,Z){return v[u[Z]]=w,v},{})});return _}},96709:function(s,o,e){"use strict";e.d(o,{A:function(){return h}});var t=e(32735),r=e(60216),n=e(8471),a=e(72850);const i=(0,n.ZP)(a.x)`
|
|
2
|
-
display: grid;
|
|
3
|
-
grid-template-columns: ${({hasSideNav:f})=>f?"auto 1fr":"1fr"};
|
|
4
|
-
`,c=(0,n.ZP)(a.x)`
|
|
5
|
-
overflow-x: hidden;
|
|
6
|
-
`,h=({sideNav:f,children:x})=>t.createElement(i,{hasSideNav:Boolean(f)},f,t.createElement(c,{paddingBottom:10},x));h.defaultProps={sideNav:void 0},h.propTypes={children:r.node.isRequired,sideNav:r.node}},90700:function(s,o,e){"use strict";e.d(o,{m:function(){return h}});var t=e(32735),r=e(60216),n=e(8471),a=e(15335);const i=`${232/16}rem`,c=(0,n.ZP)(a.r)`
|
|
7
|
-
width: ${i};
|
|
8
|
-
background: ${({theme:f})=>f.colors.neutral100};
|
|
9
|
-
position: sticky;
|
|
10
|
-
top: 0;
|
|
11
|
-
height: 100vh;
|
|
12
|
-
overflow-y: auto;
|
|
13
|
-
border-right: 1px solid ${({theme:f})=>f.colors.neutral200};
|
|
14
|
-
z-index: 1;
|
|
15
|
-
`,h=({ariaLabel:f,...x})=>t.createElement(c,{"aria-label":f,as:"nav",...x});h.propTypes={ariaLabel:r.string.isRequired}},78090:function(s,o,e){"use strict";e.d(o,{p:function(){return p}});var t=e(32735),r=e(6792),n=e(60216),a=e(8471),i=e(72850),c=e(9026),h=e(87933),f=e(94486),x=e(74971);const C=m=>{const g=(0,t.useRef)();return(0,t.useEffect)(()=>{g.current=m}),g.current};var E=e(50563),d=e(61774),l=e(89252),u=e(49372);const _=(0,a.ZP)(c.i)`
|
|
16
|
-
width: ${24/16}rem;
|
|
17
|
-
background-color: ${({theme:m})=>m.colors.neutral200};
|
|
18
|
-
`,p=({as:m,label:g,searchLabel:v,searchable:w,onChange:Z,value:M,onClear:P,onSubmit:b,id:O})=>{const[y,j]=(0,t.useState)(!1),B=C(y),F=(0,x.M)(O),A=(0,t.useRef)(),D=(0,t.useRef)();(0,t.useEffect)(()=>{y&&A.current&&A.current.focus(),B&&!y&&D.current&&D.current.focus()},[y,B]);const S=()=>{j(R=>!R)},L=R=>{P(R),A.current.focus()},T=R=>{R.relatedTarget?.id!==F&&j(!1)},I=R=>{R.key===f.y.ESCAPE&&j(!1)};return y?t.createElement(i.x,{paddingLeft:4,paddingTop:5,paddingBottom:2,paddingRight:4},t.createElement(l.U,null,t.createElement(d.w,{name:"searchbar",value:M,onChange:Z,placeholder:"e.g: strapi-plugin-abcd",onKeyDown:I,ref:A,onBlur:T,onClear:L,onSubmit:b,clearLabel:"Clear",size:"S"},v)),t.createElement(i.x,{paddingLeft:2,paddingTop:4},t.createElement(_,null))):t.createElement(i.x,{paddingLeft:6,paddingTop:6,paddingBottom:2,paddingRight:4},t.createElement(h.k,{justifyContent:"space-between",alignItems:"flex-start"},t.createElement(u.Z,{variant:"beta",as:m},g),w&&t.createElement(E.h,{ref:D,onClick:S,label:v,icon:t.createElement(r.Z,null)})),t.createElement(i.x,{paddingTop:4},t.createElement(_,null)))};p.defaultProps={as:"h2",searchable:!1,onChange(){},onClear(){},onSubmit(){},value:"",searchLabel:"",id:void 0},p.propTypes={as:n.string,id:n.string,label:n.string.isRequired,onChange:n.func,onClear:n.func,onSubmit:n.func,searchLabel:n.string,searchable:n.bool,value:n.string}},66618:function(s,o,e){"use strict";e.d(o,{E:function(){return d}});var t=e(32735),r=e(56243),n=e(60216),a=e(8471),i=e(62499),c=e(72850),h=e(87933),f=e(49372);const x=(0,a.ZP)(c.x)`
|
|
19
|
-
display: flex;
|
|
20
|
-
align-items: center;
|
|
21
|
-
justify-content: space-between;
|
|
22
|
-
text-decoration: none;
|
|
23
|
-
color: ${({theme:l})=>l.colors.neutral800};
|
|
24
|
-
svg > * {
|
|
25
|
-
fill: ${({theme:l})=>l.colors.neutral600};
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
&.active {
|
|
29
|
-
${({theme:l})=>`
|
|
30
|
-
background-color: ${l.colors.primary100};
|
|
31
|
-
border-right: 2px solid ${l.colors.primary600};
|
|
32
|
-
svg > * {
|
|
33
|
-
fill: ${l.colors.primary700};
|
|
34
|
-
}
|
|
35
|
-
${f.Z} {
|
|
36
|
-
color: ${l.colors.primary700};
|
|
37
|
-
font-weight: 500;
|
|
38
|
-
}
|
|
39
|
-
`}
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
&:focus-visible {
|
|
43
|
-
outline-offset: -2px;
|
|
44
|
-
}
|
|
45
|
-
`,C=(0,a.ZP)(r.Z)`
|
|
46
|
-
width: ${12/16}rem;
|
|
47
|
-
height: ${4/16}rem;
|
|
48
|
-
* {
|
|
49
|
-
fill: ${({theme:l,$active:u})=>u?l.colors.primary600:l.colors.neutral600};
|
|
50
|
-
}
|
|
51
|
-
`,E=a.ZP.div`
|
|
52
|
-
svg {
|
|
53
|
-
height: ${12/16}rem;
|
|
54
|
-
width: ${12/16}rem;
|
|
55
|
-
}
|
|
56
|
-
`,d=t.forwardRef(({children:l,icon:u,withBullet:_,as:p,isSubSectionChild:m,...g},v)=>t.createElement(x,{as:p,icon:u,background:"neutral100",paddingLeft:m?9:7,paddingBottom:2,paddingTop:2,ref:v,...g},t.createElement(h.k,null,u?t.createElement(E,null,u):t.createElement(C,null),t.createElement(c.x,{paddingLeft:2},t.createElement(f.Z,{as:"span"},l))),_&&t.createElement(c.x,{as:h.k,paddingRight:4},t.createElement(C,{$active:!0}))));d.displayName="SubNavLink",d.defaultProps={as:i.f,icon:null,isSubSectionChild:!1,withBullet:!1},d.propTypes={as:n.elementType,children:n.node.isRequired,icon:n.element,isSubSectionChild:n.bool,withBullet:n.bool}},79318:function(s,o,e){"use strict";e.d(o,{D:function(){return u}});var t=e(32735),r=e(60216),n=e(8471),a=e(16899),i=e(72850),c=e(87933),h=e(49372);const f=(0,n.ZP)(c.k)`
|
|
57
|
-
border: none;
|
|
58
|
-
padding: 0;
|
|
59
|
-
background: transparent;
|
|
60
|
-
`,x=n.ZP.div`
|
|
61
|
-
display: flex;
|
|
62
|
-
align-items: center;
|
|
63
|
-
transform: rotateX(${({rotated:_})=>_?"0deg":"180deg"});
|
|
64
|
-
`,C=({collapsable:_,label:p,onClick:m,ariaExpanded:g,ariaControls:v})=>_?t.createElement(f,{as:"button",onClick:m,"aria-expanded":g,"aria-controls":v,textAlign:"left"},t.createElement(i.x,{paddingRight:1},t.createElement(h.Z,{variant:"sigma",textColor:"neutral600"},p)),_&&t.createElement(x,{rotated:g},t.createElement(a.Z,{"aria-hidden":!0}))):t.createElement(f,null,t.createElement(i.x,{paddingRight:1},t.createElement(h.Z,{variant:"sigma",textColor:"neutral600"},p)));C.defaultProps={ariaControls:null,ariaExpanded:null,collapsable:!1,onClick(){}},C.propTypes={ariaControls:r.string,ariaExpanded:r.bool,collapsable:r.bool,label:r.string.isRequired,onClick:r.func};var E=e(6518),d=e(74971);const l=(0,n.ZP)(i.x)`
|
|
65
|
-
svg {
|
|
66
|
-
height: ${4/16}rem;
|
|
67
|
-
path {
|
|
68
|
-
fill: ${({theme:_})=>_.colors.neutral500};
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
`,u=({collapsable:_,label:p,badgeLabel:m,children:g,id:v})=>{const[w,Z]=(0,t.useState)(!0),M=(0,d.M)(v),P=()=>{Z(b=>!b)};return t.createElement(c.k,{direction:"column",alignItems:"stretch",gap:1},t.createElement(l,{paddingLeft:6,paddingTop:2,paddingBottom:2,paddingRight:4},t.createElement(i.x,{position:"relative",paddingRight:m?6:0},t.createElement(C,{onClick:P,ariaExpanded:w,ariaControls:M,collapsable:_,label:p}),m&&t.createElement(E.C,{backgroundColor:"neutral150",textColor:"neutral600",position:"absolute",right:0,top:"50%",transform:"translateY(-50%)"},m))),(!_||w)&&t.createElement("ol",{id:M},t.Children.map(g,(b,O)=>t.createElement("li",{key:O},b))))};u.defaultProps={badgeLabel:null,collapsable:!1,id:void 0},u.propTypes={badgeLabel:r.string,children:r.node.isRequired,collapsable:r.bool,id:r.string,label:r.string.isRequired}},77013:function(s,o,e){"use strict";e.d(o,{Z:function(){return i}});var t=e(32735),r=e(60216),n=e(72850),a=e(87933);const i=({children:c,spacing:h=2,horizontal:f=!1,...x})=>t.createElement(n.x,{paddingTop:2,paddingBottom:4},t.createElement(a.k,{as:"ol",gap:h,direction:f?"row":"column",alignItems:f?"center":"stretch",...x},t.Children.map(c,(C,E)=>t.createElement("li",{key:E},C))));i.propTypes={children:r.node.isRequired}},73779:function(s,o,e){"use strict";e.d(o,{Z:function(){return n}});var t=e(74512);const r=a=>(0,t.jsxs)("svg",{width:"1rem",height:"1rem",viewBox:"0 0 32 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...a,children:[(0,t.jsx)("rect",{x:.5,y:.5,width:31,height:23,rx:2.5,fill:"#EAFBE7",stroke:"#C6F0C2"}),(0,t.jsx)("path",{d:"M19.5 7h-7A4.505 4.505 0 0 0 8 11.5c0 2.481 2.019 4.5 4.5 4.5h7c2.481 0 4.5-2.019 4.5-4.5S21.981 7 19.5 7Zm0 8a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7Z",fill:"#328048"})]}),n=r},1176:function(s,o,e){"use strict";e.d(o,{Z:function(){return n}});var t=e(74512);const r=a=>(0,t.jsxs)("svg",{width:"1rem",height:"1rem",viewBox:"0 0 32 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...a,children:[(0,t.jsx)("rect",{x:.5,y:.5,width:31,height:23,rx:2.5,fill:"#F6F6F9",stroke:"#DCDCE4"}),(0,t.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.535 8.768c0 .116-.011.229-.032.339l3.013 1.776 2.985-1.76a1.768 1.768 0 1 1 .519.93l-2.982 1.757v2.477a1.768 1.768 0 1 1-1.048-.044v-2.435l-2.997-1.767a1.768 1.768 0 1 1 .542-1.274Z",fill:"#666687"}),(0,t.jsx)("path",{d:"m13.503 9.107-.05-.01-.006.035.03.018.026-.043Zm3.013 1.776-.025.043.025.014.025-.014-.025-.043Zm2.985-1.76.025.044.031-.018-.007-.035-.05.01Zm.518.93.035-.036-.027-.026-.033.02.026.042Zm-2.98 1.757-.026-.043-.025.014v.029h.05Zm0 2.477h-.05v.035l.032.012.017-.047Zm-1.049-.044.013.048.037-.01v-.038h-.05Zm0-2.435h.05v-.029l-.024-.014-.026.043Zm-2.997-1.767.025-.043-.033-.019-.027.027.035.035Zm.559-.925c.022-.113.033-.23.033-.348h-.1c0 .112-.01.223-.031.33l.098.018Zm2.99 1.723-3.014-1.775-.05.086 3.013 1.775.05-.086Zm2.933-1.758-2.984 1.758.05.086 2.985-1.758-.05-.086Zm-.06-.313c0 .125.013.247.037.366l.098-.02a1.723 1.723 0 0 1-.035-.346h-.1Zm1.818-1.818a1.818 1.818 0 0 0-1.818 1.818h.1c0-.949.769-1.718 1.718-1.718v-.1Zm1.817 1.818a1.818 1.818 0 0 0-1.817-1.818v.1c.948 0 1.717.769 1.717 1.718h.1Zm-1.817 1.817a1.818 1.818 0 0 0 1.817-1.817h-.1c0 .948-.769 1.717-1.717 1.717v.1Zm-1.248-.495c.326.307.765.495 1.248.495v-.1c-.457 0-.872-.178-1.18-.468l-.068.073Zm-2.921 1.763 2.98-1.757-.05-.086-2.981 1.757.05.086Zm.024 2.434V11.81h-.1v2.477h.1Zm-.067.047a1.718 1.718 0 0 1 1.14 1.618h.1c0-.79-.503-1.46-1.206-1.712l-.034.094Zm1.14 1.618c0 .948-.77 1.717-1.718 1.717v.1a1.817 1.817 0 0 0 1.817-1.817h-.1Zm-1.718 1.717a1.718 1.718 0 0 1-1.718-1.717h-.1c0 1.004.814 1.817 1.818 1.817v-.1Zm-1.718-1.717c0-.797.543-1.467 1.278-1.66l-.026-.098a1.818 1.818 0 0 0-1.352 1.758h.1Zm1.215-4.144v2.435h.1v-2.435h-.1Zm-2.973-1.723 2.998 1.766.05-.086-2.997-1.767-.05.087Zm-1.2.5c.49 0 .934-.193 1.26-.507l-.069-.072c-.309.296-.728.48-1.19.48v.1ZM9.95 8.768c0 1.003.814 1.817 1.818 1.817v-.1a1.718 1.718 0 0 1-1.718-1.717h-.1Zm1.818-1.818A1.818 1.818 0 0 0 9.95 8.768h.1c0-.949.769-1.718 1.717-1.718v-.1Zm1.817 1.818a1.818 1.818 0 0 0-1.818-1.818v.1c.95 0 1.718.769 1.718 1.718h.1Z",fill:"#666687"})]}),n=r},88675:function(s,o,e){"use strict";e.d(o,{Z:function(){return n}});var t=e(74512);const r=a=>(0,t.jsxs)("svg",{width:"1rem",height:"1rem",viewBox:"0 0 32 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...a,children:[(0,t.jsx)("path",{d:"M.5 3A2.5 2.5 0 0 1 3 .5h26A2.5 2.5 0 0 1 31.5 3v18a2.5 2.5 0 0 1-2.5 2.5H3A2.5 2.5 0 0 1 .5 21V3Z",fill:"#FDF4DC",stroke:"#FAE7B9"}),(0,t.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.934 7.495V6h1.45v1.495h5.232V6h1.45v1.495h.314c1.385 0 1.602.249 1.62 1.463V16.5c0 1.062-.096 1.5-1.4 1.5h-9.19c-1.306 0-1.41-.318-1.41-1.607V9.105c.018-1.025.117-1.61 1.5-1.61h.434Zm-.774 8.687c0 .406.123.433.388.433h8.953c.265 0 .34-.007.34-.413v-6.087c-.008-.314-.11-.369-.316-.369h-9.072c-.206 0-.296.045-.293.287v6.15Z",fill:"#D9822F"})]}),n=r},56243:function(s,o,e){"use strict";e.d(o,{Z:function(){return n}});var t=e(74512);const r=a=>(0,t.jsx)("svg",{width:"1rem",height:"1rem",viewBox:"0 0 4 4",fill:"none",xmlns:"http://www.w3.org/2000/svg",...a,children:(0,t.jsx)("rect",{width:4,height:4,rx:2,fill:"#A5A5BA"})}),n=r},15431:function(s,o,e){"use strict";e.d(o,{Z:function(){return n}});var t=e(74512);const r=a=>(0,t.jsxs)("svg",{width:"1rem",height:"1rem",viewBox:"0 0 32 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...a,children:[(0,t.jsx)("rect",{x:.5,y:.5,width:31,height:23,rx:2.5,fill:"#F6F6F9",stroke:"#DCDCE4"}),(0,t.jsx)("path",{d:"M20.573 8c-1.484 0-2.666.745-3.397 1.37l-.026.023-.416.452.919 1.51.68-.682c.711-.6 1.506-.93 2.24-.93 1.48 0 2.685 1.171 2.685 2.612 0 1.44-1.205 2.613-2.685 2.613-2.25 0-3.78-2.974-3.795-3.004C16.69 11.784 14.75 8 11.428 8 8.985 8 7 9.954 7 12.355c0 2.401 1.986 4.355 4.427 4.355 1.196 0 2.373-.476 3.404-1.376l.022-.02.413-.45-.919-1.51-.683.686c-.712.616-1.465.928-2.237.928-1.48 0-2.685-1.172-2.685-2.613 0-1.44 1.205-2.613 2.685-2.613 2.25 0 3.78 2.974 3.795 3.004.088.18 2.028 3.964 5.35 3.964 2.442 0 4.428-1.954 4.428-4.355C25 9.954 23.014 8 20.573 8Z",fill:"#666687"})]}),n=r},22348:function(s,o,e){"use strict";e.d(o,{Z:function(){return n}});var t=e(74512);const r=a=>(0,t.jsxs)("svg",{width:"1rem",height:"1rem",viewBox:"0 0 32 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...a,children:[(0,t.jsx)("rect",{x:.5,y:.5,width:31,height:23,rx:2.5,fill:"#FCECEA",stroke:"#F5C0B8"}),(0,t.jsx)("path",{d:"M16.767 17.49c.724 0 1.428-.089 1.962-.253v-1.093c-.383.143-1.128.239-1.86.239-2.905 0-4.744-1.764-4.744-4.546v-.014c0-2.734 1.839-4.641 4.484-4.641 2.598 0 4.307 1.62 4.307 4.088v.013c0 1.402-.444 2.304-1.135 2.304-.417 0-.656-.287-.656-.772V9.157h-1.38v.82h-.124c-.273-.608-.868-.97-1.6-.97-1.367 0-2.296 1.135-2.296 2.789v.014c0 1.73.943 2.884 2.365 2.884.793 0 1.353-.362 1.64-1.052h.123l.007.04c.158.636.78 1.033 1.62 1.033 1.655 0 2.687-1.367 2.687-3.534v-.014c0-3.008-2.242-5.072-5.517-5.072-3.418 0-5.776 2.324-5.776 5.694v.014c0 3.431 2.331 5.687 5.893 5.687Zm-.342-4.053c-.718 0-1.149-.602-1.149-1.586v-.014c0-.991.431-1.586 1.156-1.586.724 0 1.182.608 1.182 1.586v.014c0 .977-.458 1.585-1.19 1.585Z",fill:"#D02B20"})]}),n=r},7184:function(s,o,e){"use strict";e.d(o,{Z:function(){return n}});var t=e(74512);const r=a=>(0,t.jsxs)("svg",{width:"1rem",height:"1rem",viewBox:"0 0 32 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...a,children:[(0,t.jsx)("rect",{x:.5,y:.5,width:31,height:23,rx:2.5,fill:"#F6ECFC",stroke:"#E0C1F4"}),(0,t.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.167 7a1.167 1.167 0 1 0 0 2.333 1.167 1.167 0 0 0 0-2.333Zm0 4.03a1.167 1.167 0 1 0 0 2.334 1.167 1.167 0 0 0 0-2.334ZM9 16.23a1.167 1.167 0 1 1 2.333 0 1.167 1.167 0 0 1-2.333 0Zm4.005-9.02a.4.4 0 0 0-.4.4v1.11c0 .22.18.4.4.4H22.6a.4.4 0 0 0 .4-.4V7.61a.4.4 0 0 0-.4-.4h-9.594Zm-.399 4.432a.4.4 0 0 1 .4-.4H22.6c.22 0 .4.18.4.4v1.11a.4.4 0 0 1-.4.4h-9.594a.4.4 0 0 1-.4-.4v-1.11Zm.4 3.63a.4.4 0 0 0-.4.4v1.11c0 .22.18.4.4.4H22.6a.4.4 0 0 0 .4-.4v-1.11a.4.4 0 0 0-.4-.4h-9.594Z",fill:"#9736E8"})]}),n=r},872:function(s,o,e){"use strict";e.d(o,{Z:function(){return n}});var t=e(74512);const r=a=>(0,t.jsxs)("svg",{width:"1rem",height:"1rem",viewBox:"0 0 32 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...a,children:[(0,t.jsx)("rect",{x:.5,y:.5,width:31,height:23,rx:2.5,fill:"#EAF5FF",stroke:"#B8E1FF"}),(0,t.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.243 11.907v.157c.835.093 1.287.516 1.287 1.223V14.5c0 .693.236.959.855.959h.216V16.5h-.364c-1.459 0-2.078-.56-2.078-1.857v-.973c0-.722-.314-.992-1.159-1.002v-1.366c.84-.005 1.16-.275 1.16-1.002v-.968c0-1.282.618-1.832 2.077-1.832h.364v1.041h-.216c-.624 0-.855.266-.855.958v1.184c0 .713-.452 1.135-1.287 1.224Zm15.804.181v-.157c-.835-.088-1.287-.51-1.287-1.223V9.495c0-.693-.236-.954-.855-.954h-.216V7.5h.363c1.454 0 2.073.56 2.073 1.852v.973c0 .722.32.997 1.165 1.002v1.366c-.845.005-1.165.28-1.165 1.002v.973c0 1.282-.613 1.832-2.073 1.832h-.363v-1.046h.216c.619 0 .855-.26.855-.954v-1.188c0-.708.452-1.13 1.287-1.224ZM13.15 13a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm4-1a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm2 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z",fill:"#0C75AF"})]}),n=r},43475:function(s,o,e){"use strict";e.d(o,{Z:function(){return n}});var t=e(74512);const r=a=>(0,t.jsxs)("svg",{width:"1rem",height:"1rem",viewBox:"0 0 32 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...a,children:[(0,t.jsx)("rect",{x:.5,y:.5,width:31,height:23,rx:2.5,fill:"#F6ECFC",stroke:"#E0C1F4"}),(0,t.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M22 8.759a2 2 0 0 0-2-2h-8c-1.105 0-2 .902-2 2.006v6.068a2 2 0 0 0 .985 1.724l3.66-3.74 3.31 3.381 1.471-1.502 1.731 1.769c.51-.363.843-.958.843-1.632V8.76ZM18.5 9c-.84 0-1.5.66-1.5 1.5s.66 1.5 1.5 1.5 1.5-.66 1.5-1.5S19.34 9 18.5 9Z",fill:"#9736E8"})]}),n=r},32031:function(s,o,e){"use strict";e.d(o,{Z:function(){return n}});var t=e(74512);const r=a=>(0,t.jsxs)("svg",{width:"1rem",height:"1rem",viewBox:"0 0 32 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...a,children:[(0,t.jsx)("rect",{x:.5,y:.5,width:31,height:23,rx:2.5,fill:"#FCECEA",stroke:"#F5C0B8"}),(0,t.jsx)("path",{d:"M9.815 16h1.475V8.954H9.82L8 10.22v1.328l1.729-1.201h.087V16Zm3.394 0h5.083v-1.187h-3.106v-.112l1.304-1.216c1.284-1.186 1.7-1.85 1.7-2.651v-.015c0-1.215-1.016-2.046-2.466-2.046-1.543 0-2.598.928-2.598 2.28l.005.02h1.362v-.024c0-.67.474-1.128 1.162-1.128.674 0 1.084.42 1.084 1.02v.015c0 .493-.268.85-1.26 1.812l-2.27 2.24V16Zm9.067.156c1.646 0 2.744-.864 2.744-2.143v-.01c0-.957-.683-1.563-1.733-1.66v-.03c.825-.17 1.47-.742 1.47-1.62v-.01c0-1.123-.977-1.885-2.49-1.885-1.48 0-2.471.82-2.574 2.08l-.005.059h1.358l.005-.044c.058-.586.522-.962 1.216-.962.693 0 1.098.361 1.098.947v.01c0 .571-.478.962-1.22.962h-.787v1.05h.806c.855 0 1.357.37 1.357 1.044v.01c0 .596-.493 1.016-1.245 1.016-.761 0-1.264-.39-1.328-.938l-.005-.053h-1.41l.004.063c.098 1.26 1.148 2.114 2.74 2.114Z",fill:"#D02B20"})]}),n=r},82512:function(s,o,e){"use strict";e.d(o,{Z:function(){return n}});var t=e(74512);const r=a=>(0,t.jsxs)("svg",{width:"1rem",height:"1rem",viewBox:"0 0 32 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...a,children:[(0,t.jsx)("path",{d:"M.5 3A2.5 2.5 0 0 1 3 .5h26A2.5 2.5 0 0 1 31.5 3v18a2.5 2.5 0 0 1-2.5 2.5H3A2.5 2.5 0 0 1 .5 21V3Z",fill:"#F0F0FF",stroke:"#D9D8FF"}),(0,t.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M21.375 16.316c.417-.407.625-.904.625-1.492 0-.589-.206-1.089-.618-1.5l-1.53-1.53a2.042 2.042 0 0 0-1.5-.617 2.06 2.06 0 0 0-1.529.646l-.646-.646c.43-.422.646-.934.646-1.537a2.03 2.03 0 0 0-.61-1.493l-1.515-1.522a2.014 2.014 0 0 0-1.5-.625 2.03 2.03 0 0 0-1.492.61l-1.081 1.074A2.006 2.006 0 0 0 10 9.176c0 .589.206 1.089.618 1.5l1.53 1.53c.41.412.91.617 1.5.617a2.06 2.06 0 0 0 1.529-.646l.646.646a2.069 2.069 0 0 0-.646 1.537c0 .588.203 1.086.61 1.493l1.514 1.522c.407.417.907.625 1.5.625a2.03 2.03 0 0 0 1.493-.61l1.081-1.074Zm-5.956-6.678a.68.68 0 0 0-.205-.5l-1.515-1.522a.68.68 0 0 0-.5-.206.71.71 0 0 0-.5.199l-1.081 1.073a.672.672 0 0 0-.206.493.68.68 0 0 0 .206.5l1.53 1.53a.678.678 0 0 0 .5.198.71.71 0 0 0 .529-.228l-.14-.136a4.46 4.46 0 0 1-.158-.158 1.756 1.756 0 0 1-.11-.14.593.593 0 0 1-.122-.39.68.68 0 0 1 .206-.5.68.68 0 0 1 .5-.206.59.59 0 0 1 .39.121c.064.047.11.084.14.111.03.027.082.08.158.158l.136.14a.713.713 0 0 0 .242-.537Zm5.168 5.187a.68.68 0 0 0-.206-.5l-1.529-1.53a.68.68 0 0 0-.5-.205.7.7 0 0 0-.53.235l.14.136c.079.076.132.129.159.158.027.03.063.076.11.14a.591.591 0 0 1 .121.39.681.681 0 0 1-.206.5.681.681 0 0 1-.5.206.591.591 0 0 1-.39-.121 1.746 1.746 0 0 1-.14-.111 4.395 4.395 0 0 1-.157-.158 20.642 20.642 0 0 0-.136-.14.714.714 0 0 0-.037 1.037l1.515 1.522a.678.678 0 0 0 .5.198.708.708 0 0 0 .5-.19l1.08-1.074a.672.672 0 0 0 .206-.493Z",fill:"#4945FF"})]}),n=r},83218:function(s,o,e){"use strict";e.d(o,{Z:function(){return n}});var t=e(74512);const r=a=>(0,t.jsxs)("svg",{width:"1rem",height:"1rem",viewBox:"0 0 32 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...a,children:[(0,t.jsx)("rect",{x:.5,y:.5,width:31,height:23,rx:2.5,fill:"#EAFBE7",stroke:"#C6F0C2"}),(0,t.jsx)("path",{d:"M8.62 16h1.857l.627-2.05h2.982l.627 2.05h1.863l-2.941-8.455h-2.08L8.619 16Zm3.925-6.768h.105l1.032 3.393h-2.174l1.037-3.393ZM21.65 16.1c1.612 0 2.62-1.26 2.62-3.323v-.011c0-2.075-.985-3.323-2.62-3.323-.884 0-1.605.434-1.933 1.137h-.106V7.082h-1.71V16h1.71v-1.002h.106c.334.697 1.02 1.102 1.933 1.102Zm-.585-1.418c-.903 0-1.471-.715-1.471-1.899v-.011c0-1.184.574-1.91 1.47-1.91.903 0 1.465.726 1.465 1.904v.011c0 1.19-.556 1.905-1.465 1.905Z",fill:"#328048"})]}),n=r},17757:function(s,o,e){"use strict";e.d(o,{Z:function(){return n}});var t=e(74512);const r=a=>(0,t.jsxs)("svg",{width:"1rem",height:"1rem",viewBox:"0 0 32 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...a,children:[(0,t.jsx)("path",{d:"M.5 3A2.5 2.5 0 0 1 3 .5h26A2.5 2.5 0 0 1 31.5 3v18a2.5 2.5 0 0 1-2.5 2.5H3A2.5 2.5 0 0 1 .5 21V3Z",fill:"#F0F0FF",stroke:"#D9D8FF"}),(0,t.jsx)("path",{d:"M14.907 9.438c0 .375 0 .738.118 1.078-1.243 1.46-4.526 5.317-4.832 5.611a.582.582 0 0 0-.193.433c0 .245.15.481.277.614.19.2 1.004.952 1.154.808.444-.433.533-.548.715-.727.274-.268-.029-.816.066-1.039.096-.222.197-.265.361-.3.165-.034.456.084.684.087.24.003.369-.098.548-.265.144-.133.248-.257.25-.45.007-.26-.368-.603-.089-.877.28-.274.684.178.981.144.297-.035.658-.447.695-.623.038-.176-.337-.629-.28-.886.02-.086.197-.288.33-.317.132-.029.72.199.853.17.162-.034.35-.205.502-.3.447.193.854.271 1.376.271C20.4 12.87 22 11.33 22 9.432 22 7.534 20.399 6 18.423 6s-3.516 1.54-3.516 3.438Zm5.247-.669a.923.923 0 1 1-1.847 0 .923.923 0 0 1 1.847 0Z",fill:"#4945FF"})]}),n=r}}]);
|
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
(self.webpackChunk_strapi_admin=self.webpackChunk_strapi_admin||[]).push([[5542],{88058:function(d,l,n){var t=n(87650);function e(o,r){var a=o==null?0:o.length;return!!a&&t(o,r,0)>-1}d.exports=e},37431:function(d){function l(n,t,e){for(var o=-1,r=n==null?0:n.length;++o<r;)if(e(t,n[o]))return!0;return!1}d.exports=l},91096:function(d,l,n){var t=n(61124),e=n(88058),o=n(37431),r=n(26460),a=n(76535),c=n(30555),s=200;function u(h,g,E,v){var m=-1,i=e,x=!0,f=h.length,p=[],M=g.length;if(!f)return p;E&&(g=r(g,a(E))),v?(i=o,x=!1):g.length>=s&&(i=c,x=!1,g=new t(g));n:for(;++m<f;){var y=h[m],P=E==null?y:E(y);if(y=v||y!==0?y:0,x&&P===P){for(var O=M;O--;)if(g[O]===P)continue n;p.push(y)}else i(g,P,v)||p.push(y)}return p}d.exports=u},56671:function(d,l,n){var t=n(35897),e=n(74741),o=e(t);d.exports=o},60528:function(d){function l(n,t,e,o){for(var r=n.length,a=e+(o?1:-1);o?a--:++a<r;)if(t(n[a],a,n))return a;return-1}d.exports=l},87650:function(d,l,n){var t=n(60528),e=n(25556),o=n(54256);function r(a,c,s){return c===c?o(a,c,s):t(a,e,s)}d.exports=r},25556:function(d){function l(n){return n!==n}d.exports=l},52920:function(d,l,n){var t=n(56671),e=n(81580);function o(r,a){var c=-1,s=e(r)?Array(r.length):[];return t(r,function(u,h,g){s[++c]=a(u,h,g)}),s}d.exports=o},50690:function(d,l,n){var t=n(26460),e=n(80166),o=n(88904),r=n(52920),a=n(36024),c=n(76535),s=n(1397),u=n(15362),h=n(77236);function g(E,v,m){v.length?v=t(v,function(f){return h(f)?function(p){return e(p,f.length===1?f[0]:f)}:f}):v=[u];var i=-1;v=t(v,c(o));var x=r(E,function(f,p,M){var y=t(v,function(P){return P(f)});return{criteria:y,index:++i,value:f}});return a(x,function(f,p){return s(f,p,m)})}d.exports=g},36024:function(d){function l(n,t){var e=n.length;for(n.sort(t);e--;)n[e]=n[e].value;return n}d.exports=l},40709:function(d,l,n){var t=n(22945);function e(o,r){if(o!==r){var a=o!==void 0,c=o===null,s=o===o,u=t(o),h=r!==void 0,g=r===null,E=r===r,v=t(r);if(!g&&!v&&!u&&o>r||u&&h&&E&&!g&&!v||c&&h&&E||!a&&E||!s)return 1;if(!c&&!u&&!v&&o<r||v&&a&&s&&!c&&!u||g&&a&&s||!h&&s||!E)return-1}return 0}d.exports=e},1397:function(d,l,n){var t=n(40709);function e(o,r,a){for(var c=-1,s=o.criteria,u=r.criteria,h=s.length,g=a.length;++c<h;){var E=t(s[c],u[c]);if(E){if(c>=g)return E;var v=a[c];return E*(v=="desc"?-1:1)}}return o.index-r.index}d.exports=e},74741:function(d,l,n){var t=n(81580);function e(o,r){return function(a,c){if(a==null)return a;if(!t(a))return o(a,c);for(var s=a.length,u=r?s:-1,h=Object(a);(r?u--:++u<s)&&c(h[u],u,h)!==!1;);return a}}d.exports=e},54256:function(d){function l(n,t,e){for(var o=e-1,r=n.length;++o<r;)if(n[o]===t)return o;return-1}d.exports=l},37213:function(d,l,n){var t=n(26460),e=n(88904),o=n(52920),r=n(77236);function a(c,s){var u=r(c)?t:o;return u(c,e(s,3))}d.exports=a},98978:function(d,l,n){var t=n(40314),e=n(50690),o=n(94569),r=n(63108),a=o(function(c,s){if(c==null)return[];var u=s.length;return u>1&&r(c,s[0],s[1])?s=[]:u>2&&r(s[0],s[1],s[2])&&(s=[s[0]]),e(c,t(s,1),[])});d.exports=a},15738:function(d,l,n){var t=n(4293);function e(o){var r=o==null?0:o.length;return r?t(o,1,r):[]}d.exports=e},88708:function(d,l,n){var t=n(4293),e=n(25225);function o(r,a,c){return r&&r.length?(a=c||a===void 0?1:e(a),t(r,0,a<0?0:a)):[]}d.exports=o},86205:function(d,l,n){var t=n(91096),e=n(94569),o=n(99747),r=e(function(a,c){return o(a)?t(a,c):[]});d.exports=r},83828:function(d,l,n){"use strict";n.d(l,{U:function(){return v},y:function(){return g}});var t=n(74512),e=n(32735),o=n(8471),r=n(91045),a=n(72850),c=n(87933),s=n(74971),u=n(49372);const h=({theme:m,expanded:i,variant:x,disabled:f,error:p})=>p?`1px solid ${m.colors.danger600} !important`:f?`1px solid ${m.colors.neutral150}`:i?`1px solid ${m.colors.primary600}`:x==="primary"?`1px solid ${m.colors.neutral0}`:`1px solid ${m.colors.neutral100}`,g=(0,o.ZP)(u.Z)``,E=(0,o.ZP)(a.x)`
|
|
2
|
-
border: ${h};
|
|
3
|
-
|
|
4
|
-
&:hover:not([aria-disabled='true']) {
|
|
5
|
-
border: 1px solid ${({theme:m})=>m.colors.primary600};
|
|
6
|
-
|
|
7
|
-
${g} {
|
|
8
|
-
color: ${({theme:m,expanded:i})=>i?void 0:m.colors.primary700};
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
${u.Z} {
|
|
12
|
-
color: ${({theme:m,expanded:i})=>i?void 0:m.colors.primary600};
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
& > ${c.k} {
|
|
16
|
-
background: ${({theme:m})=>m.colors.primary100};
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
[data-strapi-dropdown='true'] {
|
|
20
|
-
background: ${({theme:m})=>m.colors.primary200};
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
`,v=({children:m,disabled:i=!1,error:x,expanded:f=!1,hasErrorMessage:p=!0,id:M,onToggle:y,toggle:P,size:O="M",variant:A="primary",shadow:B})=>{const _=(0,s.M)(M),C=e.useMemo(()=>({expanded:f,onToggle:y,toggle:P,id:_,size:O,variant:A,disabled:i}),[i,f,_,y,O,P,A]);return(0,t.jsxs)(r.S.Provider,{value:C,children:[(0,t.jsx)(E,{"data-strapi-expanded":f,disabled:i,"aria-disabled":i,expanded:f,hasRadius:!0,variant:A,error:x,shadow:B,children:m}),x&&p&&(0,t.jsx)(a.x,{paddingTop:1,children:(0,t.jsx)(u.Z,{variant:"pi",textColor:"danger600",children:x})})]})}},89966:function(d,l,n){"use strict";n.d(l,{v:function(){return r}});var t=n(74512),e=n(91045),o=n(72850);const r=({children:a,...c})=>{const{expanded:s,id:u}=(0,e.A)();if(!s)return null;const h=`accordion-content-${u}`,g=`accordion-label-${u}`,E=`accordion-desc-${u}`;return(0,t.jsx)(o.x,{role:"region",id:h,"aria-labelledby":g,"aria-describedby":E,...c,children:a})}},91045:function(d,l,n){"use strict";n.d(l,{A:function(){return o},S:function(){return e}});var t=n(32735);const e=(0,t.createContext)({disabled:!1,expanded:!1,id:"",size:"M",variant:"primary"}),o=()=>(0,t.useContext)(e)},61762:function(d,l,n){"use strict";n.d(l,{B:function(){return m}});var t=n(74512),e=n(16899),o=n(8471),r=n(83828),a=n(91045);const c=({expanded:i,disabled:x,variant:f})=>{let p="neutral100";return i?p="primary100":x?p="neutral150":f==="primary"&&(p="neutral0"),p};var s=n(87933),u=n(99140),h=n(7563),g=n(49372);const E=(0,o.ZP)(h.A)`
|
|
24
|
-
text-align: left;
|
|
25
|
-
|
|
26
|
-
// necessary to make the ellipsis prop work on the title
|
|
27
|
-
> span {
|
|
28
|
-
max-width: 100%;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
svg {
|
|
32
|
-
width: ${14/16}rem;
|
|
33
|
-
height: ${14/16}rem;
|
|
34
|
-
|
|
35
|
-
path {
|
|
36
|
-
fill: ${({theme:i,expanded:x})=>x?i.colors.primary600:i.colors.neutral500};
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
`,v=(0,o.ZP)(s.k)`
|
|
40
|
-
min-height: ${({theme:i,size:x})=>i.sizes.accordions[x]};
|
|
41
|
-
border-radius: ${({theme:i,expanded:x})=>x?`${i.borderRadius} ${i.borderRadius} 0 0`:i.borderRadius};
|
|
42
|
-
|
|
43
|
-
&:hover {
|
|
44
|
-
svg {
|
|
45
|
-
path {
|
|
46
|
-
fill: ${({theme:i})=>i.colors.primary600};
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
`,m=({title:i,description:x,as:f="span",togglePosition:p="right",action:M,...y})=>{const{onToggle:P,toggle:O,expanded:A,id:B,size:_,variant:C,disabled:b}=(0,a.A)(),$=`accordion-content-${B}`,L=`accordion-label-${B}`,U=`accordion-desc-${B}`,D=_==="M"?6:4,R=_==="M"?D:D-2,I=c({expanded:A,disabled:b,variant:C}),K={as:f,fontWeight:_==="S"?"bold":void 0,id:L,textColor:A?"primary600":"neutral700",ellipsis:!0,variant:_==="M"?"delta":void 0},w=A?"primary600":"neutral600",Z=A?"primary200":"neutral200",T=_==="M"?`${32/16}rem`:`${24/16}rem`,j=()=>{b||(O&&!P?(console.warn('Deprecation warning: Usage of "toggle" prop in Accordion component is deprecated. This is discouraged and will be removed in the next major release. Please use "onToggle" instead'),O()):P&&P())},W=(0,t.jsx)(s.k,{justifyContent:"center",borderRadius:"50%",height:T,width:T,transform:A?"rotate(180deg)":void 0,"data-strapi-dropdown":!0,"aria-hidden":!0,as:"span",background:Z,cursor:b?"not-allowed":"pointer",onClick:j,shrink:0,children:(0,t.jsx)(u.J,{as:e.Z,width:_==="M"?`${11/16}rem`:`${8/16}rem`,color:A?"primary600":"neutral600"})});return(0,t.jsx)(v,{paddingBottom:R,paddingLeft:D,paddingRight:D,paddingTop:R,background:I,expanded:A,size:_,justifyContent:"space-between",cursor:b?"not-allowed":"",children:(0,t.jsxs)(s.k,{gap:3,flex:1,maxWidth:"100%",children:[p==="left"&&W,(0,t.jsx)(E,{onClick:j,"aria-disabled":b,"aria-expanded":A,"aria-controls":$,"aria-labelledby":L,"data-strapi-accordion-toggle":!0,expanded:A,type:"button",flex:1,minWidth:0,...y,children:(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(r.y,{...K,children:i}),x&&(0,t.jsx)(g.Z,{as:"p",id:U,textColor:w,children:x})]})}),p==="right"&&(0,t.jsxs)(s.k,{gap:3,children:[W,M]}),p==="left"&&M]})})}},99223:function(d,l,n){"use strict";n.d(l,{Z:function(){return u}});var t=n(32735),e=n(60216),o=n(8471),r=n(72850),a=n(87933);const c=(0,o.ZP)(a.k)`
|
|
51
|
-
& > * + * {
|
|
52
|
-
margin-left: ${({theme:h})=>h.spaces[2]};
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
margin-left: ${({pullRight:h})=>h?"auto":void 0};
|
|
56
|
-
`,s=(0,o.ZP)(c)`
|
|
57
|
-
flex-shrink: 0;
|
|
58
|
-
`,u=({startActions:h,endActions:g})=>h||g?t.createElement(r.x,{paddingLeft:10,paddingRight:10},t.createElement(r.x,{paddingBottom:4},t.createElement(a.k,{justifyContent:"space-between",alignItems:"flex-start"},h&&t.createElement(c,{wrap:"wrap"},h),g&&t.createElement(s,{pullRight:!0},g)))):null;u.defaultProps={endActions:void 0,startActions:void 0},u.propTypes={endActions:e.node,startActions:e.node}},17e3:function(d,l,n){"use strict";n.d(l,{D:function(){return r}});var t=n(32735),e=n(60216),o=n(72850);const r=({children:a})=>t.createElement(o.x,{paddingLeft:10,paddingRight:10},a);r.propTypes={children:e.node.isRequired}},82055:function(d,l,n){"use strict";n.d(l,{T:function(){return E}});var t=n(32735),e=n(60216),o=n(8471),r=n(72850),a=n(87933);const c=i=>{const x=(0,t.useRef)(null),[f,p]=(0,t.useState)(!0),M=([y])=>{p(y.isIntersecting)};return(0,t.useEffect)(()=>{const y=x.current,P=new IntersectionObserver(M,i);return y&&P.observe(x.current),()=>{y&&P.disconnect()}},[x,i]),[x,f]};var s=n(63060);const u=(i,x)=>{const f=(0,s.W)(x);(0,t.useLayoutEffect)(()=>{const p=new ResizeObserver(f);return Array.isArray(i)?i.forEach(M=>{M.current&&p.observe(M.current)}):i.current&&p.observe(i.current),()=>{p.disconnect()}},[i,f])};var h=n(49372);const g=()=>{const i=(0,t.useRef)(null),[x,f]=(0,t.useState)(null),[p,M]=c({root:null,rootMargin:"0px",threshold:0});return u(p,()=>{p.current&&f(p.current.getBoundingClientRect())}),(0,t.useEffect)(()=>{i.current&&f(i.current.getBoundingClientRect())},[i]),{containerRef:p,isVisible:M,baseHeaderLayoutRef:i,headerSize:x}},E=i=>{const{containerRef:x,isVisible:f,baseHeaderLayoutRef:p,headerSize:M}=g();return t.createElement(t.Fragment,null,t.createElement("div",{style:{height:M?.height},ref:x},f&&t.createElement(m,{ref:p,...i})),!f&&t.createElement(m,{...i,sticky:!0,width:M?.width}))};E.displayName="HeaderLayout";const v=(0,o.ZP)(r.x)`
|
|
59
|
-
width: ${i=>i.width}px;
|
|
60
|
-
`,m=t.forwardRef(({navigationAction:i,primaryAction:x,secondaryAction:f,subtitle:p,title:M,sticky:y,width:P,...O},A)=>{const B=typeof p=="string";return y?t.createElement(v,{paddingLeft:6,paddingRight:6,paddingTop:3,paddingBottom:3,position:"fixed",top:0,right:0,background:"neutral0",shadow:"tableShadow",width:P,zIndex:4,"data-strapi-header-sticky":!0},t.createElement(a.k,{justifyContent:"space-between"},t.createElement(a.k,null,i&&t.createElement(r.x,{paddingRight:3},i),t.createElement(r.x,null,t.createElement(h.Z,{variant:"beta",as:"h1",...O},M),B?t.createElement(h.Z,{variant:"pi",textColor:"neutral600"},p):p),f?t.createElement(r.x,{paddingLeft:4},f):null),t.createElement(a.k,null,x?t.createElement(r.x,{paddingLeft:2},x):void 0))):t.createElement(r.x,{ref:A,paddingLeft:10,paddingRight:10,paddingBottom:8,paddingTop:i?6:8,background:"neutral100","data-strapi-header":!0},i?t.createElement(r.x,{paddingBottom:2},i):null,t.createElement(a.k,{justifyContent:"space-between"},t.createElement(a.k,{minWidth:0},t.createElement(h.Z,{as:"h1",variant:"alpha",...O},M),f?t.createElement(r.x,{paddingLeft:4},f):null),x),B?t.createElement(h.Z,{variant:"epsilon",textColor:"neutral600",as:"p"},p):p)});m.displayName="BaseHeaderLayout",m.defaultProps={navigationAction:void 0,primaryAction:void 0,secondaryAction:void 0,subtitle:void 0,sticky:!1,width:void 0},m.propTypes={navigationAction:e.node,primaryAction:e.node,secondaryAction:e.node,sticky:e.bool,subtitle:e.oneOfType([e.string,e.node]),title:e.string.isRequired,width:e.number},E.defaultProps={navigationAction:void 0,primaryAction:void 0,secondaryAction:void 0,subtitle:void 0},E.propTypes={navigationAction:e.node,primaryAction:e.node,secondaryAction:e.node,subtitle:e.oneOfType([e.string,e.node]),title:e.string.isRequired}},96709:function(d,l,n){"use strict";n.d(l,{A:function(){return s}});var t=n(32735),e=n(60216),o=n(8471),r=n(72850);const a=(0,o.ZP)(r.x)`
|
|
61
|
-
display: grid;
|
|
62
|
-
grid-template-columns: ${({hasSideNav:u})=>u?"auto 1fr":"1fr"};
|
|
63
|
-
`,c=(0,o.ZP)(r.x)`
|
|
64
|
-
overflow-x: hidden;
|
|
65
|
-
`,s=({sideNav:u,children:h})=>t.createElement(a,{hasSideNav:Boolean(u)},u,t.createElement(c,{paddingBottom:10},h));s.defaultProps={sideNav:void 0},s.propTypes={children:e.node.isRequired,sideNav:e.node}},27649:function(d,l,n){"use strict";n.d(l,{o:function(){return a}});var t=n(32735),e=n(60216),o=n(8471);const r=o.ZP.main`
|
|
66
|
-
// To prevent global outline on focus visible to force an outline when Main is focused
|
|
67
|
-
&:focus-visible {
|
|
68
|
-
outline: none;
|
|
69
|
-
}
|
|
70
|
-
`,a=({labelledBy:c,...s})=>{const u=c||"main-content-title";return t.createElement(r,{"aria-labelledby":u,id:"main-content",tabIndex:-1,...s})};a.defaultProps={labelledBy:void 0},a.propTypes={labelledBy:e.string}},29439:function(d,l,n){"use strict";n.d(l,{Z:function(){return o}});var t=n(74512);const e=r=>(0,t.jsx)("svg",{width:"1rem",height:"1rem",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...r,children:(0,t.jsx)("path",{d:"M24 13.3a.2.2 0 0 1-.2.2H5.74l8.239 8.239a.2.2 0 0 1 0 .282L12.14 23.86a.2.2 0 0 1-.282 0L.14 12.14a.2.2 0 0 1 0-.282L11.86.14a.2.2 0 0 1 .282 0L13.98 1.98a.2.2 0 0 1 0 .282L5.74 10.5H23.8c.11 0 .2.09.2.2v2.6Z",fill:"#212134"})}),o=e},45112:function(d,l,n){"use strict";n.d(l,{Z:function(){return o}});var t=n(74512);const e=r=>(0,t.jsx)("svg",{width:"1rem",height:"1rem",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...r,children:(0,t.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.68 9.192c-.6.276-2.114 1.18-2.306 1.303a.792.792 0 0 0-.374.68v1.65a.797.797 0 0 0 .384.687c.254.16 1.73 1.042 2.306 1.303l.744 1.8c-.24.634-.67 2.333-.72 2.554a.797.797 0 0 0 .216.744l1.167 1.166a.801.801 0 0 0 .744.216l.03-.008c.36-.092 1.946-.498 2.523-.712l1.8.744c.276.6 1.181 2.115 1.304 2.307a.805.805 0 0 0 .679.374h1.649a.797.797 0 0 0 .686-.384c.16-.254 1.042-1.73 1.303-2.306l1.8-.744c.634.24 2.333.67 2.554.72a.797.797 0 0 0 .744-.216l1.166-1.167a.803.803 0 0 0 .216-.744l-.008-.03c-.092-.36-.498-1.946-.712-2.523l.744-1.8c.6-.276 2.115-1.181 2.307-1.304a.804.804 0 0 0 .374-.679v-1.649a.796.796 0 0 0-.382-.679c-.254-.16-1.73-1.041-2.306-1.303l-.744-1.8c.24-.634.67-2.333.72-2.554a.796.796 0 0 0-.216-.744l-1.166-1.173a.802.802 0 0 0-.744-.216l-.03.008c-.361.092-1.947.498-2.524.712l-1.8-.744c-.276-.6-1.18-2.115-1.303-2.307a.803.803 0 0 0-.68-.374h-1.65a.797.797 0 0 0-.68.382c-.16.254-1.041 1.73-1.303 2.306l-1.8.744c-.634-.24-2.333-.67-2.554-.72a.797.797 0 0 0-.744.216L2.921 4.094a.802.802 0 0 0-.216.744l.008.03c.092.361.498 1.947.712 2.524l-.744 1.8ZM12 17a5 5 0 1 0 0-10 5 5 0 0 0 0 10Z",fill:"#212134"})}),o=e}}]);
|
|
@@ -1,100 +0,0 @@
|
|
|
1
|
-
(self.webpackChunk_strapi_admin=self.webpackChunk_strapi_admin||[]).push([[6404],{56671:function(p,c,n){var e=n(35897),a=n(74741),r=a(e);p.exports=r},91131:function(p,c,n){var e=n(94318),a=n(3387),r="[object RegExp]";function t(o){return a(o)&&e(o)==r}p.exports=t},52920:function(p,c,n){var e=n(56671),a=n(81580);function r(t,o){var i=-1,s=a(t)?Array(t.length):[];return e(t,function(d,l,u){s[++i]=o(d,l,u)}),s}p.exports=r},50690:function(p,c,n){var e=n(26460),a=n(80166),r=n(88904),t=n(52920),o=n(36024),i=n(76535),s=n(1397),d=n(15362),l=n(77236);function u(f,h,O){h.length?h=e(h,function(m){return l(m)?function(M){return a(M,m.length===1?m[0]:m)}:m}):h=[d];var E=-1;h=e(h,i(r));var C=t(f,function(m,M,x){var T=e(h,function(P){return P(m)});return{criteria:T,index:++E,value:m}});return o(C,function(m,M){return s(m,M,O)})}p.exports=u},36024:function(p){function c(n,e){var a=n.length;for(n.sort(e);a--;)n[a]=n[a].value;return n}p.exports=c},40709:function(p,c,n){var e=n(22945);function a(r,t){if(r!==t){var o=r!==void 0,i=r===null,s=r===r,d=e(r),l=t!==void 0,u=t===null,f=t===t,h=e(t);if(!u&&!h&&!d&&r>t||d&&l&&f&&!u&&!h||i&&l&&f||!o&&f||!s)return 1;if(!i&&!d&&!h&&r<t||h&&o&&s&&!i&&!d||u&&o&&s||!l&&s||!f)return-1}return 0}p.exports=a},1397:function(p,c,n){var e=n(40709);function a(r,t,o){for(var i=-1,s=r.criteria,d=t.criteria,l=s.length,u=o.length;++i<l;){var f=e(s[i],d[i]);if(f){if(i>=u)return f;var h=o[i];return f*(h=="desc"?-1:1)}}return r.index-t.index}p.exports=a},74741:function(p,c,n){var e=n(81580);function a(r,t){return function(o,i){if(o==null)return o;if(!e(o))return r(o,i);for(var s=o.length,d=t?s:-1,l=Object(o);(t?d--:++d<s)&&i(l[d],d,l)!==!1;);return o}}p.exports=a},52654:function(p,c,n){var e=n(91131),a=n(76535),r=n(91782),t=r&&r.isRegExp,o=t?a(t):e;p.exports=o},98978:function(p,c,n){var e=n(40314),a=n(50690),r=n(94569),t=n(63108),o=r(function(i,s){if(i==null)return[];var d=s.length;return d>1&&t(i,s[0],s[1])?s=[]:d>2&&t(s[0],s[1],s[2])&&(s=[s[0]]),a(i,e(s,1),[])});p.exports=o},51382:function(p,c,n){var e=n(90454),a=n(24793),r=n(34327),t=n(85973),o=n(52654),i=n(38788),s=n(51119),d=n(25225),l=n(41119),u=30,f="...",h=/\w*$/;function O(E,C){var m=u,M=f;if(t(C)){var x="separator"in C?C.separator:x;m="length"in C?d(C.length):m,M="omission"in C?e(C.omission):M}E=l(E);var T=E.length;if(r(E)){var P=s(E);T=P.length}if(m>=T)return E;var y=m-i(M);if(y<1)return M;var D=P?a(P,0,y).join(""):E.slice(0,y);if(x===void 0)return D+M;if(P&&(y+=D.length-y),o(x)){if(E.slice(y).search(x)){var $,w=D;for(x.global||(x=RegExp(x.source,l(h.exec(x))+"g")),x.lastIndex=0;$=x.exec(w);)var k=$.index;D=D.slice(0,k===void 0?y:k)}}else if(E.indexOf(e(x),y)!=y){var Q=D.lastIndexOf(x);Q>-1&&(D=D.slice(0,Q))}return D+M}p.exports=O},11299:function(p,c,n){"use strict";n.d(c,{$:function(){return l},O:function(){return u}});var e=n(74512),a=n(77277),r=n(8471),t=n(72850),o=n(87933),i=n(49372),s=n(3685);const d=(0,r.ZP)(o.k)`
|
|
2
|
-
svg {
|
|
3
|
-
height: ${10/16}rem;
|
|
4
|
-
width: ${10/16}rem;
|
|
5
|
-
path {
|
|
6
|
-
fill: ${({theme:f})=>f.colors.neutral500};
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
:last-of-type ${t.x} {
|
|
10
|
-
display: none;
|
|
11
|
-
}
|
|
12
|
-
:last-of-type ${i.Z} {
|
|
13
|
-
color: ${({theme:f})=>f.colors.neutral800};
|
|
14
|
-
font-weight: ${({theme:f})=>f.fontWeights.bold};
|
|
15
|
-
}
|
|
16
|
-
`,l=({children:f})=>(0,e.jsxs)(d,{inline:!0,as:"li",children:[(0,e.jsx)(i.Z,{variant:"pi",textColor:"neutral600",children:f}),(0,e.jsx)(t.x,{"aria-hidden":!0,paddingLeft:3,paddingRight:3,children:(0,e.jsx)(a.Z,{})})]});l.displayName="Crumb";const u=({children:f,label:h,...O})=>(0,e.jsxs)(o.k,{...O,children:[(0,e.jsx)(s.T,{children:h}),(0,e.jsx)("ol",{"aria-hidden":!0,children:f})]});u.displayName="Breadcrumbs"},42623:function(p,c,n){"use strict";n.d(c,{h:function(){return S},X:function(){return q}});var e=n(32735),a=n(35331),r=n(16899),t=n(60216),o=n(90333),i=n(91225),s=n(17289),d=n(94486);const l={Close:"Close",CloseSelect:"CloseSelect",First:"First",Last:"Last",Next:"Next",Open:"Open",PageDown:"PageDown",PageUp:"PageUp",Previous:"Previous",Select:"Select",Space:"Space",Type:"Type"},u={Close:"Close",First:"First",Last:"Last",Next:"Next",Open:"Open",Previous:"Previous",Select:"Select",UpLevel:"UpLevel"};function f(v=[],j=null,B=[]){const H=String(j??"").toLowerCase();return H?v.filter(b=>b.props.children.toString().toLowerCase().includes(H)&&B.indexOf(b)<0):v}function h(v,j){if(!j&&v===d.y.DOWN)return l.Open;if(v===d.y.DOWN)return l.Next;if(v===d.y.UP)return l.Previous;if(v===d.y.HOME)return l.First;if(v===d.y.END)return l.Last;if(v===d.y.ESCAPE)return l.Close;if(v===d.y.ENTER)return l.CloseSelect;if(v===d.y.BACKSPACE||v===d.y.CLEAR||v.length===1)return l.Type}function O(v,j,B){switch(B){case l.First:return 0;case l.Last:return j;case l.Previous:return Math.max(0,v-1);case l.Next:return Math.min(j,v+1);default:return v}}function E(v){(0,s.Z)(v,{scrollMode:"if-needed",block:"nearest",inline:"nearest"}).forEach(({el:j,top:B,left:H})=>{j.scrollTop=B,j.scrollLeft=H})}var C=n(72850),m=n(87107),M=n(28847),x=n(67014),T=n(47851),P=n(87933),y=n(74971),D=n(97405),$=n(4101),w=n(93958),k=n(49372),Q=n(3685);const S=({children:v,clearLabel:j,creatable:B,createMessage:H,disabled:b,error:J,hasMoreItems:he,hint:ee,id:ve,label:z,labelAction:ge,loading:ne,loadingMessage:me,noOptionsMessage:Ee,onChange:ae,onClear:le,onCreateOption:xe,onInputChange:oe,onLoadMore:Me,placeholder:_e,required:ie,value:I,...Oe})=>{const Pe=()=>v.find(g=>g.props?.value.toLowerCase()===I.toLowerCase()).props?.children,[L,se]=(0,e.useState)(0),[Ce,ye]=(0,e.useState)(null),[A,de]=(0,e.useState)(v),[K,De]=(0,e.useState)(!1),[Z,X]=(0,e.useState)(""),V=(0,e.useRef)(),Y=(0,e.useRef)(!1),G=(0,e.useRef)(),ce=(0,e.useRef)(),Ze=(0,e.useRef)(),ue=(0,e.useRef)(!0),R=(0,y.M)(ve),Re=`${R}-label`;if(!z&&!Oe["aria-label"])throw new Error('The Combobox component needs a "label" or an "aria-label" props');(0,e.useEffect)(()=>{de(f(v,Z))},[Z,v]),(0,e.useEffect)(()=>{K&&V.current&&E(V.current)},[L,K]),(0,e.useLayoutEffect)(()=>{ue.current&&(ue.current=!1)},[I]);const be=K?`${R}-${L}`:"",fe=()=>{ae(null),X("")},Le=g=>{oe&&oe(g);const _=G.current.value;de(f(v,_)),se(0),ye(null),Z!==_&&X(_),K||W(!0,!1)},je=g=>{const{key:_}=g,U=B&&Z?A.length:A.length-1,N=h(_,K);switch(I&&!Z&&_===d.y.BACKSPACE&&fe(),N){case l.Next:{if(L===U){F(0);break}F(O(L,U,N));break}case l.Previous:{if(L===0){F(U);break}F(O(L,U,N));break}case l.Last:case l.First:{if(L===U){F(0);break}F(O(L,U,N));break}case l.CloseSelect:g.preventDefault(),te(L);break;case l.Close:g.preventDefault(),W(!1);break;case l.Open:W(!0);break}},Be=g=>{if(g.preventDefault(),I&&!Y.current&&X(""),Y.current){Y.current=!1;return}W(!1,!1)},F=g=>{se(g)},Te=g=>{F(g),te(g)},pe=()=>{Y.current=!0},te=g=>{const _=A[g];if(X(""),_){ae(_.props.value),W(!1);return}B&&(xe(Z),W(!1))},W=(g,_=!0)=>{De(g),_&&G.current.focus()},Ae=e.Children.toArray(A).map((g,_)=>{const U=L===_;return(0,e.cloneElement)(g,{id:`${R}-${_}`,"aria-selected":Ce===_,"aria-posinset":_+1,"aria-setsize":e.Children.toArray(A).length,ref(N){U&&(V.current=N)},onClick:()=>Te(_),onMouseDown:pe,isSelected:U})}),Ue=()=>{G.current.focus(),le&&le(),fe()},Ie=()=>{G.current.focus(),W(!0)},We=()=>{const g=A.findIndex(_=>_.props?.children===Z);return Z&&g===-1},$e=g=>{g.preventDefault(),W(g,!0)};let re;return J?re=`${R}-error`:ee&&(re=`${R}-hint`),e.createElement(m.g,{hint:ee,error:J,id:R,required:ie},e.createElement(Q.T,{"aria-live":"polite","aria-atomic":"false","aria-relevant":"additions text"},I),e.createElement(P.k,{direction:"column",alignItems:"stretch",gap:z||ee||J?1:0},z&&e.createElement(M.Q,{action:ge},z),e.createElement(i.d8,{ref:ce,$disabled:b,hasError:J},e.createElement(i.fv,{wrap:"wrap"},!Z&&I&&e.createElement(i.K7,{id:`${R}-selected-value`},e.createElement(k.Z,null,Pe())),e.createElement(i.II,{"aria-activedescendant":be,"aria-autocomplete":"list","aria-controls":`${R}-listbox`,"aria-disabled":b,"aria-expanded":K,"aria-haspopup":"listbox","aria-describedby":re,autoComplete:"off",autoCorrect:"off",id:R,onBlur:b?void 0:Be,onClick:b?void 0:$e,onInput:b?void 0:Le,onKeyDown:b?void 0:je,placeholder:I?"":_e,readOnly:b,ref:G,required:ie,role:"combobox",spellCheck:"off",type:"text",value:Z})),e.createElement(P.k,null,(I||Z)&&e.createElement(w.zb,{id:`${R}-clear`,"aria-label":j,disabled:b,paddingLeft:3,as:"button",onClick:Ue,type:"button"},e.createElement(a.Z,null)),e.createElement(w.AV,{disabled:b,paddingLeft:3,"aria-hidden":!0,as:"button",onClick:Ie,tabIndex:-1,type:"button"},e.createElement(r.Z,null)))),e.createElement(x.J,null),e.createElement(T.c,null)),K&&e.createElement($.J2,{id:`${R}-popover`,source:ce,spacing:4,fullWidth:!0,intersectionId:`${R}-listbox-popover-intersection`,onReachEnd:he&&!ne?Me:void 0},e.createElement("div",{role:"listbox",ref:Ze,id:`${R}-listbox`,"aria-labelledby":z?Re:void 0},(Boolean(A.length)||B)&&e.createElement(e.Fragment,null,Ae,We()&&B&&e.createElement(o.O,{isSelected:L===A.length,ref:g=>{L===A.length&&(V.current=g)},onMouseDown:pe,onClick:()=>te(),taindex:0},H(Z))),!A.length&&!B&&!ne&&e.createElement(C.x,{paddingLeft:4,paddingRight:4,paddingTop:2,paddingBottom:2,ref:V},e.createElement(k.Z,{textColor:"neutral800"},Ee(Z))),ne&&e.createElement(P.k,{justifyContent:"center",alignItems:"center",paddingTop:2,paddingBottom:2},e.createElement(D.a,{small:!0},me)))))},q=v=>e.createElement(S,{...v,creatable:!0});S.defaultProps={"aria-label":void 0,clearLabel:"clear",creatable:!1,createMessage:v=>`Create "${v}"`,disabled:!1,error:void 0,hasMoreItems:!1,hint:void 0,id:void 0,label:void 0,loading:!1,loadingMessage:"Loading content...",noOptionsMessage:()=>"No results found",onClear:void 0,onCreateOption:void 0,onInputChange:void 0,onLoadMore:void 0,placeholder:"Select or enter a value",value:void 0},q.defaultProps=S.defaultProps,S.propTypes={"aria-label":t.string,children:t.oneOfType([t.arrayOf(t.node),t.node]),clearLabel:t.string,creatable:t.bool,createMessage:t.func,disabled:t.bool,error:t.string,hasMoreItems:t.bool,id:t.string,hint:t.oneOfType([t.string,t.node,t.arrayOf(t.node)]),label:t.string,labelAction:t.element,loading:t.bool,loadingMessage:t.string,noOptionsMessage:t.func,onChange:t.func.isRequired,onClear:t.func,onCreateOption:t.func,onInputChange:t.func,onLoadMore:t.func,placeholder:t.string,value:t.string},q.propTypes={...S.propTypes,onCreateOption:t.func.isRequired}},90333:function(p,c,n){"use strict";n.d(c,{O:function(){return o}});var e=n(32735),a=n(60216),r=n(91225),t=n(49372);const o=(0,e.forwardRef)(({isSelected:i,children:s,...d},l)=>e.createElement(r.Zq,{hasRadius:!0,paddingLeft:4,paddingRight:4,paddingTop:2,paddingBottom:2,role:"option",background:"neutral0",isSelected:i,ref:l,...d},e.createElement(t.Z,{textColor:i?"primary600":"neutral800",fontWeight:i?"bold":null},s)));o.defaultProps={isSelected:!1},o.propTypes={children:a.oneOfType([a.string,a.number]).isRequired,isSelected:a.bool},o.displayName="ComboboxOption"},91225:function(p,c,n){"use strict";n.d(c,{II:function(){return d},K7:function(){return i},Zq:function(){return l},d8:function(){return o},fv:function(){return s}});var e=n(8471),a=n(72850),r=n(87933),t=n(30350);const o=(0,e.ZP)(r.k)`
|
|
17
|
-
position: relative;
|
|
18
|
-
border: 1px solid ${({theme:u,hasError:f})=>f?u.colors.danger600:u.colors.neutral200};
|
|
19
|
-
padding-right: ${({theme:u})=>u.spaces[3]};
|
|
20
|
-
padding-left: ${({theme:u})=>u.spaces[3]};
|
|
21
|
-
border-radius: ${({theme:u})=>u.borderRadius};
|
|
22
|
-
background: ${({theme:u})=>u.colors.neutral0};
|
|
23
|
-
|
|
24
|
-
${({theme:u,$disabled:f})=>f?`
|
|
25
|
-
color: ${u.colors.neutral600};
|
|
26
|
-
background: ${u.colors.neutral150};
|
|
27
|
-
`:void 0}
|
|
28
|
-
|
|
29
|
-
${(0,t.k3)()}
|
|
30
|
-
`,i=e.ZP.div`
|
|
31
|
-
padding: 1px 2px;
|
|
32
|
-
grid-area: 1 / 1 / 2 / 3;
|
|
33
|
-
`,s=(0,e.ZP)(r.k)`
|
|
34
|
-
display: grid;
|
|
35
|
-
flex: 1 1 0%;
|
|
36
|
-
position: relative;
|
|
37
|
-
`,d=e.ZP.input`
|
|
38
|
-
display: inline-grid;
|
|
39
|
-
grid-area: 1 / 1 / 2 / 3;
|
|
40
|
-
grid-template-columns: 0px min-content;
|
|
41
|
-
background: transparent;
|
|
42
|
-
min-height: ${40/16}rem;
|
|
43
|
-
border: none;
|
|
44
|
-
flex: 1;
|
|
45
|
-
font-size: ${14/16}rem;
|
|
46
|
-
color: ${({theme:u})=>u.colors.neutral800};
|
|
47
|
-
outline: none;
|
|
48
|
-
&:focus-visible {
|
|
49
|
-
outline: none;
|
|
50
|
-
box-shadow: none;
|
|
51
|
-
outline-offset: 0;
|
|
52
|
-
}
|
|
53
|
-
&[aria-disabled='true'] {
|
|
54
|
-
background: inherit;
|
|
55
|
-
color: inherit;
|
|
56
|
-
cursor: not-allowed;
|
|
57
|
-
}
|
|
58
|
-
`,l=(0,e.ZP)(a.x)`
|
|
59
|
-
width: 100%;
|
|
60
|
-
border: none;
|
|
61
|
-
text-align: left;
|
|
62
|
-
outline-offset: -3px;
|
|
63
|
-
${({isSelected:u,theme:f})=>u&&`background: ${f.colors.primary100};`}
|
|
64
|
-
|
|
65
|
-
&:hover {
|
|
66
|
-
background: ${({theme:u})=>u.colors.primary100};
|
|
67
|
-
}
|
|
68
|
-
`},25148:function(p,c,n){"use strict";n.d(c,{Q:function(){return u}});var e=n(74512),a=n(32735),r=n(14911),t=n(8471),o=n(69783),i=n(73342),s=n(87933),d=n(49372);const l=(0,t.ZP)(o.G)`
|
|
69
|
-
&[aria-disabled='true'] {
|
|
70
|
-
${i.sg}
|
|
71
|
-
&:active {
|
|
72
|
-
${i.sg}
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
&:hover {
|
|
76
|
-
${i.yP}
|
|
77
|
-
}
|
|
78
|
-
&:active {
|
|
79
|
-
${i.tB}
|
|
80
|
-
}
|
|
81
|
-
${i.PD}
|
|
82
|
-
`,u=a.forwardRef(({variant:f="default",startIcon:h,endIcon:O,disabled:E=!1,children:C,size:m="S",href:M,to:x,...T},P)=>{const y=M?"_blank":void 0,D=M?"noreferrer noopener":void 0,$=m==="S"?2:"10px",w=4;return(0,e.jsxs)(l,{ref:P,"aria-disabled":E,size:m,variant:f,target:y,rel:D,to:E?void 0:x,href:E?"#":M,background:"buttonPrimary600",borderColor:"buttonPrimary600",hasRadius:!0,gap:2,inline:!0,paddingBottom:$,paddingLeft:w,paddingRight:w,paddingTop:$,pointerEvents:E?"none":void 0,...T,as:x&&!E?r.OL:"a",children:[h&&(0,e.jsx)(s.k,{"aria-hidden":!0,children:h}),(0,e.jsx)(d.Z,{variant:m==="S"?"pi":void 0,fontWeight:"bold",textColor:"buttonNeutral0",children:C}),O&&(0,e.jsx)(s.k,{"aria-hidden":!0,children:O})]})})},47328:function(p,c,n){"use strict";n.d(c,{Q:function(){return i}});var e=n(32735),a=n(60216),r=n(84967);const t=({children:s,label:d,...l})=>{const u=s.map(f=>f.props.value);return e.createElement(e.Fragment,null,e.createElement(r.W,{"data-opt-group":!0,"data-opt-group-children":u,"aria-label":`${d}, ${s.length} items`,...l},d),s)};t.propTypes={children:a.arrayOf(a.node).isRequired,label:a.string.isRequired},t.displayName="OptGroup";var o=n(80084);const i=({options:s,...d})=>e.createElement(o.P,{multi:!0,...d},s.map(({label:l,value:u,children:f})=>f?e.createElement(t,{key:l,label:l},f?.map(h=>e.createElement(r.W,{key:h.value,value:h.value},h.label))):e.createElement(r.W,{key:u,value:u},l)));i.propTypes={options:a.arrayOf(a.object).isRequired}},28832:function(p,c,n){"use strict";n.d(c,{z:function(){return h}});var e=n(32735),a=n(16899),r=n(60216),t=n(8471),o=n(72850),i=n(87933),s=n(74971),d=n(49372);const l=(0,t.ZP)(o.x)`
|
|
83
|
-
svg {
|
|
84
|
-
height: ${4/16}rem;
|
|
85
|
-
path {
|
|
86
|
-
fill: ${({theme:O})=>O.colors.neutral700};
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
`,u=t.ZP.button`
|
|
90
|
-
border: none;
|
|
91
|
-
padding: 0;
|
|
92
|
-
background: transparent;
|
|
93
|
-
display: flex;
|
|
94
|
-
align-items: center;
|
|
95
|
-
`,f=t.ZP.div`
|
|
96
|
-
display: flex;
|
|
97
|
-
align-items: center;
|
|
98
|
-
width: ${12/16}rem;
|
|
99
|
-
transform: rotateX(${({rotated:O})=>O?"0deg":"180deg"});
|
|
100
|
-
`,h=({label:O,children:E,id:C})=>{const[m,M]=(0,e.useState)(!0),x=(0,s.M)(C),T=()=>{M(P=>!P)};return e.createElement(o.x,null,e.createElement(l,{paddingLeft:7,paddingTop:2,paddingBottom:2,paddingRight:4},e.createElement(i.k,{justifyContent:"space-between"},e.createElement(u,{onClick:T,"aria-expanded":m,"aria-controls":x},e.createElement(f,{rotated:m},e.createElement(a.Z,{"aria-hidden":!0})),e.createElement(o.x,{paddingLeft:2},e.createElement(d.Z,{as:"span",fontWeight:"semiBold",textColor:"neutral800"},O))))),m&&e.createElement("ul",{id:x},e.Children.map(E,(P,y)=>e.createElement("li",{key:y},P))))};h.defaultProps={id:void 0},h.propTypes={children:r.node.isRequired,id:r.string,label:r.string.isRequired}},35071:function(p,c,n){"use strict";n.d(c,{Z:function(){return r}});var e=n(74512);const a=t=>(0,e.jsxs)("svg",{width:"1rem",height:"1rem",viewBox:"0 0 32 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,children:[(0,e.jsx)("rect",{x:.5,y:.5,width:31,height:23,rx:2.5,fill:"#4945FF",stroke:"#4945FF"}),(0,e.jsx)("path",{d:"M15.328 10.54h1.723c.012-.089.012-.165.012-.253 0-1.676-1.471-2.959-3.41-2.959-2.696 0-4.647 2.22-4.647 5.344 0 2.15 1.383 3.545 3.504 3.545 2.045 0 3.597-1.154 3.967-2.936h-1.752c-.276.826-1.102 1.371-2.063 1.371-1.137 0-1.846-.802-1.846-2.103 0-2.08 1.19-3.65 2.725-3.65 1.037 0 1.746.62 1.787 1.558v.082ZM21.053 16l1.488-6.943h2.531l.31-1.512H18.54l-.31 1.512h2.53L19.272 16h1.782Z",fill:"#fff"})]}),r=a},26253:function(p,c,n){"use strict";n.d(c,{Z:function(){return r}});var e=n(74512);const a=t=>(0,e.jsxs)("svg",{width:"1rem",height:"1rem",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,children:[(0,e.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M20.4 14.4a2.4 2.4 0 1 0 0-4.8 2.4 2.4 0 0 0 0 4.8Zm0 1.2a3.6 3.6 0 1 0 0-7.2 3.6 3.6 0 0 0 0 7.2ZM3.6 14.4a2.4 2.4 0 1 0 0-4.8 2.4 2.4 0 0 0 0 4.8Zm0 1.2a3.6 3.6 0 1 0 0-7.2 3.6 3.6 0 0 0 0 7.2ZM20.4 22.8a2.4 2.4 0 1 0 0-4.8 2.4 2.4 0 0 0 0 4.8Zm0 1.2a3.6 3.6 0 1 0 0-7.2 3.6 3.6 0 0 0 0 7.2ZM20.4 6a2.4 2.4 0 1 0 0-4.8 2.4 2.4 0 0 0 0 4.8Zm0 1.2a3.6 3.6 0 1 0 0-7.2 3.6 3.6 0 0 0 0 7.2Z",fill:"#212134"}),(0,e.jsx)("path",{d:"M6.24 11.28H18v1.44H6.24v-1.44Z",fill:"#212134"}),(0,e.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.6 22.8a2.4 2.4 0 1 1 0-4.8 2.4 2.4 0 0 1 0 4.8Zm0 1.2a3.6 3.6 0 1 1 0-7.2 3.6 3.6 0 0 1 0 7.2ZM3.6 6a2.4 2.4 0 1 1 0-4.8 2.4 2.4 0 0 1 0 4.8Zm0 1.2a3.6 3.6 0 1 1 0-7.2 3.6 3.6 0 0 1 0 7.2Z",fill:"#212134"}),(0,e.jsx)("path",{d:"M18.328 13.863 6.49 19.765l-.652-1.307 11.838-5.902.652 1.307ZM18.358 10.078 6.398 4.115l-.646 1.294 11.961 5.963.645-1.294Z",fill:"#212134"}),(0,e.jsx)("path",{d:"M18.323 18.83 6.252 12.813l-.643 1.29 12.071 6.019.643-1.29ZM18.136 5.228 6.207 11.176l-.653-1.311 11.928-5.948.654 1.311Z",fill:"#212134"})]}),r=a},79634:function(p,c,n){"use strict";n.d(c,{Z:function(){return r}});var e=n(74512);const a=t=>(0,e.jsxs)("svg",{width:"1rem",height:"1rem",viewBox:"0 0 24 25",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,children:[(0,e.jsx)("path",{d:"M17.76 11.28H6v1.44h11.76v-1.44Z",fill:"#212134"}),(0,e.jsx)("path",{d:"M18.129 10.699 9.782 4.523l-.86 1.162 8.347 6.177.86-1.163ZM18.101 13.354 9.755 19.53l-.864-1.167 8.347-6.176.863 1.167Z",fill:"#212134"}),(0,e.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M20.4 14.399a2.4 2.4 0 1 1 0-4.8 2.4 2.4 0 0 1 0 4.8Zm0 1.2a3.6 3.6 0 1 1 0-7.2 3.6 3.6 0 0 1 0 7.2ZM3.6 14.399a2.4 2.4 0 1 1 0-4.8 2.4 2.4 0 0 1 0 4.8Zm0 1.2a3.6 3.6 0 1 1 0-7.2 3.6 3.6 0 0 1 0 7.2ZM7.2 22.8a2.4 2.4 0 1 1 0-4.8 2.4 2.4 0 0 1 0 4.8Zm0 1.2a3.6 3.6 0 1 1 0-7.2 3.6 3.6 0 0 1 0 7.2ZM7.2 6a2.4 2.4 0 1 1 0-4.8 2.4 2.4 0 0 1 0 4.8Zm0 1.2a3.6 3.6 0 1 1 0-7.2 3.6 3.6 0 0 1 0 7.2Z",fill:"#212134"})]}),r=a},32548:function(p,c,n){"use strict";n.d(c,{Z:function(){return r}});var e=n(74512);const a=t=>(0,e.jsxs)("svg",{width:"1rem",height:"1rem",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,children:[(0,e.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.6 14.132a2.4 2.4 0 1 0 0-4.8 2.4 2.4 0 0 0 0 4.8Zm0 1.2a3.6 3.6 0 1 0 0-7.2 3.6 3.6 0 0 0 0 7.2Z",fill:"#212134"}),(0,e.jsx)("path",{d:"M6.24 11.011h13.44v1.44H6.24v-1.44Z",fill:"#212134"}),(0,e.jsx)("path",{d:"m5.872 10.43 8.347-6.176.86 1.163-8.347 6.176-.86-1.162ZM5.9 13.087l8.346 6.177.864-1.168-8.347-6.176-.864 1.167ZM18.72 8.613l5.28 3.12-5.28 3.12v-6.24Z",fill:"#212134"}),(0,e.jsx)("path",{d:"M12.72 2.633 18.82 2 16.43 7.649 12.72 2.633ZM12.72 21.307l6.1.633-2.389-5.649-3.711 5.016Z",fill:"#212134"})]}),r=a},7733:function(p,c,n){"use strict";n.d(c,{Z:function(){return r}});var e=n(74512);const a=t=>(0,e.jsxs)("svg",{width:"1rem",height:"1rem",viewBox:"0 0 24 25",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,children:[(0,e.jsx)("path",{d:"M6.24 11.28H18v1.44H6.24v-1.44Z",fill:"#212134"}),(0,e.jsx)("path",{d:"m5.871 10.699 8.347-6.176.86 1.162-8.347 6.177-.86-1.163ZM5.899 13.354l8.346 6.176.864-1.167-8.347-6.176-.863 1.167Z",fill:"#212134"}),(0,e.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.6 14.399a2.4 2.4 0 1 0 0-4.8 2.4 2.4 0 0 0 0 4.8Zm0 1.2a3.6 3.6 0 1 0 0-7.2 3.6 3.6 0 0 0 0 7.2ZM20.4 14.399a2.4 2.4 0 1 0 0-4.8 2.4 2.4 0 0 0 0 4.8Zm0 1.2a3.6 3.6 0 1 0 0-7.2 3.6 3.6 0 0 0 0 7.2ZM16.8 22.8a2.4 2.4 0 1 0 0-4.8 2.4 2.4 0 0 0 0 4.8Zm0 1.2a3.6 3.6 0 1 0 0-7.2 3.6 3.6 0 0 0 0 7.2ZM16.8 6a2.4 2.4 0 1 0 0-4.8 2.4 2.4 0 0 0 0 4.8Zm0 1.2a3.6 3.6 0 1 0 0-7.2 3.6 3.6 0 0 0 0 7.2Z",fill:"#212134"})]}),r=a},10168:function(p,c,n){"use strict";n.d(c,{Z:function(){return r}});var e=n(74512);const a=t=>(0,e.jsxs)("svg",{width:"1rem",height:"1rem",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,children:[(0,e.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.6 14a2.4 2.4 0 1 0 0-4.8 2.4 2.4 0 0 0 0 4.8Zm0 1.2a3.6 3.6 0 1 0 0-7.2 3.6 3.6 0 0 0 0 7.2ZM20.4 14a2.4 2.4 0 1 0 0-4.8 2.4 2.4 0 0 0 0 4.8Zm0 1.2a3.6 3.6 0 1 0 0-7.2 3.6 3.6 0 0 0 0 7.2Z",fill:"#212134"}),(0,e.jsx)("path",{d:"M6.24 10.881H18v1.44H6.24v-1.44Z",fill:"#212134"})]}),r=a},25449:function(p,c,n){"use strict";n.d(c,{Z:function(){return r}});var e=n(74512);const a=t=>(0,e.jsx)("svg",{width:"1rem",height:"1rem",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,children:(0,e.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.128 12.321a3.601 3.601 0 1 1 0-1.44H18.72v-2.4L24 11.6l-5.28 3.12v-2.4H7.128ZM6 11.6a2.4 2.4 0 1 1-4.8 0 2.4 2.4 0 0 1 4.8 0Z",fill:"#212134"})}),r=a},89135:function(p,c,n){"use strict";n.d(c,{Z:function(){return r}});var e=n(74512);const a=t=>(0,e.jsxs)("svg",{width:"1rem",height:"1rem",viewBox:"0 0 32 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,children:[(0,e.jsx)("path",{d:"M.5 3A2.5 2.5 0 0 1 3 .5h26A2.5 2.5 0 0 1 31.5 3v18a2.5 2.5 0 0 1-2.5 2.5H3A2.5 2.5 0 0 1 .5 21V3Z",fill:"#FDF4DC",stroke:"#FAE7B9"}),(0,e.jsx)("path",{d:"M20.158 11.995c0-.591-.463-1.073-1.045-1.11H13.53V9.245a2.05 2.05 0 0 1 2.046-2.049c1.13 0 2.048.784 2.049 1.913 0 .24.194.433.433.433h.33a.433.433 0 0 0 .433-.433C18.82 7.32 17.365 5.999 15.577 6a3.246 3.246 0 0 0-3.241 3.244v1.642h-.223c-.615 0-1.113.499-1.113 1.114v4.887c.001.615.5 1.113 1.115 1.113l6.93-.003c.616 0 1.114-.5 1.114-1.115l-.001-4.887Z",fill:"#D9822F"})]}),r=a},61642:function(p,c,n){"use strict";n.d(c,{Z:function(){return r}});var e=n(74512);const a=t=>(0,e.jsxs)("svg",{width:"1rem",height:"1rem",viewBox:"0 0 32 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,children:[(0,e.jsx)("rect",{x:.5,y:.5,width:31,height:23,rx:2.5,fill:"#EAF5FF",stroke:"#B8E1FF"}),(0,e.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M19.286 9.286v-.857a.397.397 0 0 0-.138-.302A.465.465 0 0 0 18.82 8h-8.357a.465.465 0 0 0-.326.127.397.397 0 0 0-.138.302v.857c0 .116.046.216.138.301.092.085.2.127.326.127h8.357a.465.465 0 0 0 .327-.127.397.397 0 0 0 .138-.301Zm2.785 2.713v.857a.397.397 0 0 1-.137.301.465.465 0 0 1-.327.128H10.464a.465.465 0 0 1-.326-.128.397.397 0 0 1-.138-.301v-.857c0-.116.046-.217.138-.302a.465.465 0 0 1 .326-.127h11.143c.126 0 .235.043.327.127a.397.397 0 0 1 .137.302Zm-1.857 3.574v.857a.397.397 0 0 1-.137.302.465.465 0 0 1-.327.127h-9.286a.465.465 0 0 1-.326-.127.397.397 0 0 1-.138-.302v-.857c0-.116.046-.216.138-.301a.465.465 0 0 1 .326-.127h9.286c.126 0 .235.042.326.127a.397.397 0 0 1 .138.301Z",fill:"#0C75AF"})]}),r=a},58656:function(p,c,n){"use strict";n.d(c,{Z:function(){return r}});var e=n(74512);const a=t=>(0,e.jsxs)("svg",{width:"1rem",height:"1rem",viewBox:"0 0 32 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,children:[(0,e.jsx)("rect",{x:.5,y:.5,width:31,height:23,rx:2.5,fill:"#0C75AF",stroke:"#0C75AF"}),(0,e.jsx)("path",{d:"M8.523 13.586c.106 1.64 1.418 2.63 3.34 2.63 2.098 0 3.516-1.113 3.516-2.788 0-1.143-.65-1.846-2.086-2.297l-.867-.27c-.797-.252-1.137-.597-1.137-1.066 0-.598.633-1.031 1.459-1.031.873 0 1.512.474 1.617 1.183h1.67c-.053-1.54-1.36-2.619-3.217-2.619-1.91 0-3.328 1.131-3.328 2.678 0 1.09.715 1.922 1.963 2.309l.879.275c.914.287 1.266.592 1.266 1.084 0 .662-.657 1.107-1.606 1.107-.914 0-1.635-.469-1.758-1.195h-1.71ZM20.107 16l1.489-6.943h2.531l.31-1.512h-6.843l-.31 1.512h2.53L18.326 16h1.781Z",fill:"#fff"})]}),r=a}}]);
|