@nocobase/plugin-theme-editor 1.7.0-beta.8 → 1.7.0-beta.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client/1ad63e5cc0f99219.js +10 -0
- package/dist/client/{f0f46c0d5e9d3ae0.js → 1e40e2884b00ad1c.js} +1 -1
- package/dist/client/antd-token-previewer/token-panel-pro/calcCustomToken.d.ts +2 -0
- package/dist/client/ffe0eb2aee77816d.js +44 -0
- package/dist/client/hooks/useThemeSettings.d.ts +1 -1
- package/dist/client/index.js +1 -1
- package/dist/externalVersion.js +6 -6
- package/package.json +2 -2
- package/dist/client/49db08b28208ffa6.js +0 -10
- package/dist/client/d7a691fdba42ac3b.js +0 -44
|
@@ -9,11 +9,13 @@
|
|
|
9
9
|
declare const calcCustomToken: (name: string, value: any) => {
|
|
10
10
|
colorSettings: any;
|
|
11
11
|
colorBgSettingsHover: string;
|
|
12
|
+
colorTemplateBgSettingsHover: string;
|
|
12
13
|
colorBorderSettingsHover: string;
|
|
13
14
|
} | {
|
|
14
15
|
[x: string]: any;
|
|
15
16
|
colorSettings?: undefined;
|
|
16
17
|
colorBgSettingsHover?: undefined;
|
|
18
|
+
colorTemplateBgSettingsHover?: undefined;
|
|
17
19
|
colorBorderSettingsHover?: undefined;
|
|
18
20
|
};
|
|
19
21
|
export default calcCustomToken;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
9
|
+
|
|
10
|
+
(self.webpackChunk_nocobase_plugin_theme_editor=self.webpackChunk_nocobase_plugin_theme_editor||[]).push([["837"],{3722:function(e,r,t){"use strict";function o(e){return(o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}t.d(r,{t:function(){return s}});function n(e,r,t){var n;return(n=function(e,r){if("object"!=o(e)||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var n=t.call(e,r||"default");if("object"!=o(n))return n;throw TypeError("@@toPrimitive must return a primitive value.")}return("string"===r?String:Number)(e)}(r,"string"),(r="symbol"==o(n)?n:n+"")in e)?Object.defineProperty(e,r,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[r]=t,e}let i=Math.round;function a(e,r){let t=e.replace(/^[^(]*\((.*)/,"$1").replace(/\).*/,"").match(/\d*\.?\d+%?/g)||[],o=t.map(e=>parseFloat(e));for(let e=0;e<3;e+=1)o[e]=r(o[e]||0,t[e]||"",e);return t[3]?o[3]=t[3].includes("%")?o[3]/100:o[3]:o[3]=1,o}let l=(e,r,t)=>0===t?e:e/100;function c(e,r){let t=r||255;return e>t?t:e<0?0:e}class s{constructor(e){function r(r){return r[0]in e&&r[1]in e&&r[2]in e}if(n(this,"isValid",!0),n(this,"r",0),n(this,"g",0),n(this,"b",0),n(this,"a",1),n(this,"_h",void 0),n(this,"_s",void 0),n(this,"_l",void 0),n(this,"_v",void 0),n(this,"_max",void 0),n(this,"_min",void 0),n(this,"_brightness",void 0),e){if("string"==typeof e){let r=e.trim();function t(e){return r.startsWith(e)}/^#?[A-F\d]{3,8}$/i.test(r)?this.fromHexString(r):t("rgb")?this.fromRgbString(r):t("hsl")?this.fromHslString(r):(t("hsv")||t("hsb"))&&this.fromHsvString(r)}else if(e instanceof s)this.r=e.r,this.g=e.g,this.b=e.b,this.a=e.a,this._h=e._h,this._s=e._s,this._l=e._l,this._v=e._v;else if(r("rgb"))this.r=c(e.r),this.g=c(e.g),this.b=c(e.b),this.a="number"==typeof e.a?c(e.a,1):1;else if(r("hsl"))this.fromHsl(e);else if(r("hsv"))this.fromHsv(e);else throw Error("@ant-design/fast-color: unsupported input "+JSON.stringify(e))}else;}setR(e){return this._sc("r",e)}setG(e){return this._sc("g",e)}setB(e){return this._sc("b",e)}setA(e){return this._sc("a",e,1)}setHue(e){let r=this.toHsv();return r.h=e,this._c(r)}getLuminance(){function e(e){let r=e/255;return r<=.03928?r/12.92:Math.pow((r+.055)/1.055,2.4)}let r=e(this.r),t=e(this.g);return .2126*r+.7152*t+.0722*e(this.b)}getHue(){if(void 0===this._h){let e=this.getMax()-this.getMin();0===e?this._h=0:this._h=i(60*(this.r===this.getMax()?(this.g-this.b)/e+(this.g<this.b?6:0):this.g===this.getMax()?(this.b-this.r)/e+2:(this.r-this.g)/e+4))}return this._h}getSaturation(){if(void 0===this._s){let e=this.getMax()-this.getMin();0===e?this._s=0:this._s=e/this.getMax()}return this._s}getLightness(){return void 0===this._l&&(this._l=(this.getMax()+this.getMin())/510),this._l}getValue(){return void 0===this._v&&(this._v=this.getMax()/255),this._v}getBrightness(){return void 0===this._brightness&&(this._brightness=(299*this.r+587*this.g+114*this.b)/1e3),this._brightness}darken(e=10){let r=this.getHue(),t=this.getSaturation(),o=this.getLightness()-e/100;return o<0&&(o=0),this._c({h:r,s:t,l:o,a:this.a})}lighten(e=10){let r=this.getHue(),t=this.getSaturation(),o=this.getLightness()+e/100;return o>1&&(o=1),this._c({h:r,s:t,l:o,a:this.a})}mix(e,r=50){let t=this._c(e),o=r/100,n=e=>(t[e]-this[e])*o+this[e],a={r:i(n("r")),g:i(n("g")),b:i(n("b")),a:i(100*n("a"))/100};return this._c(a)}tint(e=10){return this.mix({r:255,g:255,b:255,a:1},e)}shade(e=10){return this.mix({r:0,g:0,b:0,a:1},e)}onBackground(e){let r=this._c(e),t=this.a+r.a*(1-this.a),o=e=>i((this[e]*this.a+r[e]*r.a*(1-this.a))/t);return this._c({r:o("r"),g:o("g"),b:o("b"),a:t})}isDark(){return 128>this.getBrightness()}isLight(){return this.getBrightness()>=128}equals(e){return this.r===e.r&&this.g===e.g&&this.b===e.b&&this.a===e.a}clone(){return this._c(this)}toHexString(){let e="#",r=(this.r||0).toString(16);e+=2===r.length?r:"0"+r;let t=(this.g||0).toString(16);e+=2===t.length?t:"0"+t;let o=(this.b||0).toString(16);if(e+=2===o.length?o:"0"+o,"number"==typeof this.a&&this.a>=0&&this.a<1){let r=i(255*this.a).toString(16);e+=2===r.length?r:"0"+r}return e}toHsl(){return{h:this.getHue(),s:this.getSaturation(),l:this.getLightness(),a:this.a}}toHslString(){let e=this.getHue(),r=i(100*this.getSaturation()),t=i(100*this.getLightness());return 1!==this.a?`hsla(${e},${r}%,${t}%,${this.a})`:`hsl(${e},${r}%,${t}%)`}toHsv(){return{h:this.getHue(),s:this.getSaturation(),v:this.getValue(),a:this.a}}toRgb(){return{r:this.r,g:this.g,b:this.b,a:this.a}}toRgbString(){return 1!==this.a?`rgba(${this.r},${this.g},${this.b},${this.a})`:`rgb(${this.r},${this.g},${this.b})`}toString(){return this.toRgbString()}_sc(e,r,t){let o=this.clone();return o[e]=c(r,t),o}_c(e){return new this.constructor(e)}getMax(){return void 0===this._max&&(this._max=Math.max(this.r,this.g,this.b)),this._max}getMin(){return void 0===this._min&&(this._min=Math.min(this.r,this.g,this.b)),this._min}fromHexString(e){let r=e.replace("#","");function t(e,t){return parseInt(r[e]+r[t||e],16)}r.length<6?(this.r=t(0),this.g=t(1),this.b=t(2),this.a=r[3]?t(3)/255:1):(this.r=t(0,1),this.g=t(2,3),this.b=t(4,5),this.a=r[6]?t(6,7)/255:1)}fromHsl({h:e,s:r,l:t,a:o}){if(this._h=e%360,this._s=r,this._l=t,this.a="number"==typeof o?o:1,r<=0){let e=i(255*t);this.r=e,this.g=e,this.b=e}let n=0,a=0,l=0,c=e/60,s=(1-Math.abs(2*t-1))*r,d=s*(1-Math.abs(c%2-1));c>=0&&c<1?(n=s,a=d):c>=1&&c<2?(n=d,a=s):c>=2&&c<3?(a=s,l=d):c>=3&&c<4?(a=d,l=s):c>=4&&c<5?(n=d,l=s):c>=5&&c<6&&(n=s,l=d);let f=t-s/2;this.r=i((n+f)*255),this.g=i((a+f)*255),this.b=i((l+f)*255)}fromHsv({h:e,s:r,v:t,a:o}){this._h=e%360,this._s=r,this._v=t,this.a="number"==typeof o?o:1;let n=i(255*t);if(this.r=n,this.g=n,this.b=n,r<=0)return;let a=e/60,l=Math.floor(a),c=a-l,s=i(t*(1-r)*255),d=i(t*(1-r*c)*255),f=i(t*(1-r*(1-c))*255);switch(l){case 0:this.g=f,this.b=s;break;case 1:this.r=d,this.b=s;break;case 2:this.r=s,this.b=f;break;case 3:this.r=s,this.g=d;break;case 4:this.r=f,this.g=s;break;default:this.g=s,this.b=d}}fromHsvString(e){let r=a(e,l);this.fromHsv({h:r[0],s:r[1],v:r[2],a:r[3]})}fromHslString(e){let r=a(e,l);this.fromHsl({h:r[0],s:r[1],l:r[2],a:r[3]})}fromRgbString(e){let r=a(e,(e,r)=>r.includes("%")?i(e/100*255):e);this.r=r[0],this.g=r[1],this.b=r[2],this.a=r[3]}}},8582:function(e,r,t){"use strict";t.d(r,{D:function(){return eD}});var o,n,i,a,l,c,s,d=t("9665"),f=t("8156"),u=t.n(f),g=t("2298"),h=t.n(g),p=function(e){function r(e,r,o){var n=r.trim().split(h);r=n;var i=n.length,a=e.length;switch(a){case 0:case 1:var l=0;for(e=0===a?"":e[0]+" ";l<i;++l)r[l]=t(e,r[l],o).trim();break;default:var c=l=0;for(r=[];l<i;++l)for(var s=0;s<a;++s)r[c++]=t(e[s]+" ",n[l],o).trim()}return r}function t(e,r,t){var o=r.charCodeAt(0);switch(33>o&&(o=(r=r.trim()).charCodeAt(0)),o){case 38:return r.replace(p,"$1"+e.trim());case 58:return e.trim()+r.replace(p,"$1"+e.trim());default:if(0<1*t&&0<r.indexOf("\f"))return r.replace(p,(58===e.charCodeAt(0)?"":"$1")+e.trim())}return e+r}function o(e,r,t,i){var a=e+";",l=2*r+3*t+4*i;if(944===l){e=a.indexOf(":",9)+1;var c=a.substring(e,a.length-1).trim();return c=a.substring(0,e).trim()+c+";",1===T||2===T&&n(c,1)?"-webkit-"+c+c:c}if(0===T||2===T&&!n(a,1))return a;switch(l){case 1015:return 97===a.charCodeAt(10)?"-webkit-"+a+a:a;case 951:return 116===a.charCodeAt(3)?"-webkit-"+a+a:a;case 963:return 110===a.charCodeAt(5)?"-webkit-"+a+a:a;case 1009:if(100!==a.charCodeAt(4))break;case 969:case 942:return"-webkit-"+a+a;case 978:return"-webkit-"+a+"-moz-"+a+a;case 1019:case 983:return"-webkit-"+a+"-moz-"+a+"-ms-"+a+a;case 883:if(45===a.charCodeAt(8))return"-webkit-"+a+a;if(0<a.indexOf("image-set(",11))return a.replace(w,"$1-webkit-$2")+a;break;case 932:if(45===a.charCodeAt(4))switch(a.charCodeAt(5)){case 103:return"-webkit-box-"+a.replace("-grow","")+"-webkit-"+a+"-ms-"+a.replace("grow","positive")+a;case 115:return"-webkit-"+a+"-ms-"+a.replace("shrink","negative")+a;case 98:return"-webkit-"+a+"-ms-"+a.replace("basis","preferred-size")+a}return"-webkit-"+a+"-ms-"+a+a;case 964:return"-webkit-"+a+"-ms-flex-"+a+a;case 1023:if(99!==a.charCodeAt(8))break;return"-webkit-box-pack"+(c=a.substring(a.indexOf(":",15)).replace("flex-","").replace("space-between","justify"))+"-webkit-"+a+"-ms-flex-pack"+c+a;case 1005:return u.test(a)?a.replace(f,":-webkit-")+a.replace(f,":-moz-")+a:a;case 1e3:switch(r=(c=a.substring(13).trim()).indexOf("-")+1,c.charCodeAt(0)+c.charCodeAt(r)){case 226:c=a.replace(v,"tb");break;case 232:c=a.replace(v,"tb-rl");break;case 220:c=a.replace(v,"lr");break;default:return a}return"-webkit-"+a+"-ms-"+c+a;case 1017:if(-1===a.indexOf("sticky",9))break;case 975:switch(r=(a=e).length-10,l=(c=(33===a.charCodeAt(r)?a.substring(0,r):a).substring(e.indexOf(":",7)+1).trim()).charCodeAt(0)+(0|c.charCodeAt(7))){case 203:if(111>c.charCodeAt(8))break;case 115:a=a.replace(c,"-webkit-"+c)+";"+a;break;case 207:case 102:a=a.replace(c,"-webkit-"+(102<l?"inline-":"")+"box")+";"+a.replace(c,"-webkit-"+c)+";"+a.replace(c,"-ms-"+c+"box")+";"+a}return a+";";case 938:if(45===a.charCodeAt(5))switch(a.charCodeAt(6)){case 105:return c=a.replace("-items",""),"-webkit-"+a+"-webkit-box-"+c+"-ms-flex-"+c+a;case 115:return"-webkit-"+a+"-ms-flex-item-"+a.replace(M,"")+a;default:return"-webkit-"+a+"-ms-flex-line-pack"+a.replace("align-content","").replace(M,"")+a}break;case 973:case 989:if(45!==a.charCodeAt(3)||122===a.charCodeAt(4))break;case 931:case 953:if(!0===H.test(e))return 115===(c=e.substring(e.indexOf(":")+1)).charCodeAt(0)?o(e.replace("stretch","fill-available"),r,t,i).replace(":fill-available",":stretch"):a.replace(c,"-webkit-"+c)+a.replace(c,"-moz-"+c.replace("fill-",""))+a;break;case 962:if(a="-webkit-"+a+(102===a.charCodeAt(5)?"-ms-"+a:"")+a,211===t+i&&105===a.charCodeAt(13)&&0<a.indexOf("transform",10))return a.substring(0,a.indexOf(";",27)+1).replace(g,"$1-webkit-$2")+a}return a}function n(e,r){var t=e.indexOf(1===r?":":"{"),o=e.substring(0,3!==r?t:10);return t=e.substring(t+1,e.length-1),P(2!==r?o:o.replace(B,"$1"),t,r)}function i(e,r){var t=o(r,r.charCodeAt(0),r.charCodeAt(1),r.charCodeAt(2));return t!==r+";"?t.replace(x," or ($1)").substring(4):"("+r+")"}function a(e,r,t,o,n,i,a,l,s,d){for(var f,u=0,g=r;u<_;++u)switch(f=z[u].call(c,e,g,t,o,n,i,a,l,s,d)){case void 0:case!1:case!0:case null:break;default:g=f}if(g!==r)return g}function l(e){return void 0!==(e=e.prefix)&&(P=null,e?"function"!=typeof e?T=1:(T=2,P=e):T=0),l}function c(e,t){var l=e;if(33>l.charCodeAt(0)&&(l=l.trim()),l=[E=l],0<_){var c=a(-1,t,l,l,k,C,0,0,0,0);void 0!==c&&"string"==typeof c&&(t=c)}var f=function e(t,l,c,f,u){for(var g,h,p,v,x,M=0,B=0,H=0,w=0,z=0,P=0,E=p=g=0,D=0,F=0,R=0,O=0,W=c.length,X=W-1,G="",j="",N="",$="";D<W;){if(h=c.charCodeAt(D),D===X&&0!==B+w+H+M&&(0!==B&&(h=47===B?10:47),w=H=M=0,W++,X++),0===B+w+H+M){if(D===X&&(0<F&&(G=G.replace(d,"")),0<G.trim().length)){switch(h){case 32:case 9:case 59:case 13:case 10:break;default:G+=c.charAt(D)}h=59}switch(h){case 123:for(g=(G=G.trim()).charCodeAt(0),p=1,O=++D;D<W;){switch(h=c.charCodeAt(D)){case 123:p++;break;case 125:p--;break;case 47:switch(h=c.charCodeAt(D+1)){case 42:case 47:e:{for(E=D+1;E<X;++E)switch(c.charCodeAt(E)){case 47:if(42===h&&42===c.charCodeAt(E-1)&&D+2!==E){D=E+1;break e}break;case 10:if(47===h){D=E+1;break e}}D=E}}break;case 91:h++;case 40:h++;case 34:case 39:for(;D++<X&&c.charCodeAt(D)!==h;);}if(0===p)break;D++}if(p=c.substring(O,D),0===g&&(g=(G=G.replace(s,"").trim()).charCodeAt(0)),64===g){switch(0<F&&(G=G.replace(d,"")),h=G.charCodeAt(1)){case 100:case 109:case 115:case 45:F=l;break;default:F=A}if(O=(p=e(l,F,p,h,u+1)).length,0<_&&(x=a(3,p,F=r(A,G,R),l,k,C,O,h,u,f),G=F.join(""),void 0!==x&&0===(O=(p=x.trim()).length)&&(h=0,p="")),0<O)switch(h){case 115:G=G.replace(y,i);case 100:case 109:case 45:p=G+"{"+p+"}";break;case 107:p=(G=G.replace(m,"$1 $2"))+"{"+p+"}",p=1===T||2===T&&n("@"+p,3)?"@-webkit-"+p+"@"+p:"@"+p;break;default:p=G+p,112===f&&(j+=p,p="")}else p=""}else p=e(l,r(l,G,R),p,f,u+1);N+=p,p=R=F=E=g=0,G="",h=c.charCodeAt(++D);break;case 125:case 59:if(1<(O=(G=(0<F?G.replace(d,""):G).trim()).length))switch(0===E&&(45===(g=G.charCodeAt(0))||96<g&&123>g)&&(O=(G=G.replace(" ",":")).length),0<_&&void 0!==(x=a(1,G,l,t,k,C,j.length,f,u,f))&&0===(O=(G=x.trim()).length)&&(G="\0\0"),g=G.charCodeAt(0),h=G.charCodeAt(1),g){case 0:break;case 64:if(105===h||99===h){$+=G+c.charAt(D);break}default:58!==G.charCodeAt(O-1)&&(j+=o(G,g,h,G.charCodeAt(2)))}R=F=E=g=0,G="",h=c.charCodeAt(++D)}}switch(h){case 13:case 10:47===B?B=0:0===1+g&&107!==f&&0<G.length&&(F=1,G+="\0"),0<_*L&&a(0,G,l,t,k,C,j.length,f,u,f),C=1,k++;break;case 59:case 125:if(0===B+w+H+M){C++;break}default:switch(C++,v=c.charAt(D),h){case 9:case 32:if(0===w+M+B)switch(z){case 44:case 58:case 9:case 32:v="";break;default:32!==h&&(v=" ")}break;case 0:v="\\0";break;case 12:v="\\f";break;case 11:v="\\v";break;case 38:0===w+B+M&&(F=R=1,v="\f"+v);break;case 108:if(0===w+B+M+I&&0<E)switch(D-E){case 2:112===z&&58===c.charCodeAt(D-3)&&(I=z);case 8:111===P&&(I=P)}break;case 58:0===w+B+M&&(E=D);break;case 44:0===B+H+w+M&&(F=1,v+="\r");break;case 34:case 39:0===B&&(w=w===h?0:0===w?h:w);break;case 91:0===w+B+H&&M++;break;case 93:0===w+B+H&&M--;break;case 41:0===w+B+M&&H--;break;case 40:if(0===w+B+M){if(0===g){if(2*z+3*P==533);else g=1}H++}break;case 64:0===B+H+w+M+E+p&&(p=1);break;case 42:case 47:if(!(0<w+M+H))switch(B){case 0:switch(2*h+3*c.charCodeAt(D+1)){case 235:B=47;break;case 220:O=D,B=42}break;case 42:47===h&&42===z&&O+2!==D&&(33===c.charCodeAt(O+2)&&(j+=c.substring(O,D+1)),v="",B=0)}}0===B&&(G+=v)}P=z,z=h,D++}if(0<(O=j.length)){if(F=l,0<_&&void 0!==(x=a(2,j,F,t,k,C,O,f,u,f))&&0===(j=x).length)return $+j+N;if(j=F.join(",")+"{"+j+"}",0!=T*I){switch(2!==T||n(j,2)||(I=0),I){case 111:j=j.replace(S,":-moz-$1")+j;break;case 112:j=j.replace(b,"::-webkit-input-$1")+j.replace(b,"::-moz-$1")+j.replace(b,":-ms-input-$1")+j}I=0}}return $+j+N}(A,l,t,0,0);return 0<_&&void 0!==(c=a(-2,f,l,l,k,C,f.length,0,0,0))&&(f=c),E="",I=0,C=k=1,f}var s=/^\0+/g,d=/[\0\r\f]/g,f=/: */g,u=/zoo|gra/,g=/([,: ])(transform)/g,h=/,\r+?/g,p=/([\t\r\n ])*\f?&/g,m=/@(k\w+)\s*(\S*)\s*/,b=/::(place)/g,S=/:(read-only)/g,v=/[svh]\w+-[tblr]{2}/,y=/\(\s*(.*)\s*\)/g,x=/([\s\S]*?);/g,M=/-self|flex-/g,B=/[^]*?(:[rp][el]a[\w-]+)[^]*/,H=/stretch|:\s*\w+\-(?:conte|avail)/,w=/([^-])(image-set\()/,C=1,k=1,I=0,T=1,A=[],z=[],_=0,P=null,L=0,E="";return c.use=function e(r){switch(r){case void 0:case null:_=z.length=0;break;default:if("function"==typeof r)z[_++]=r;else if("object"==typeof r)for(var t=0,o=r.length;t<o;++t)e(r[t]);else L=0|!!r}return e},c.set=l,void 0!==e&&l(e),c},m={animationIterationCount:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},b=/^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|abbr|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|download|draggable|encType|enterKeyHint|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/;var S=(o=function(e){return b.test(e)||111===e.charCodeAt(0)&&110===e.charCodeAt(1)&&91>e.charCodeAt(2)},n=Object.create(null),function(e){return void 0===n[e]&&(n[e]=o(e)),n[e]}),v=t("6905"),y=t.n(v);function x(){return(x=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e}).apply(this,arguments)}var M=function(e,r){for(var t=[e[0]],o=0,n=r.length;o<n;o+=1)t.push(r[o],e[o+1]);return t},B=function(e){return null!==e&&"object"==typeof e&&"[object Object]"===(e.toString?e.toString():Object.prototype.toString.call(e))&&!(0,d.typeOf)(e)},H=Object.freeze([]),w=Object.freeze({});function C(e){return"function"==typeof e}function k(e){return e.displayName||e.name||"Component"}function I(e){return e&&"string"==typeof e.styledComponentId}var T="undefined"!=typeof process&&void 0!==process.env&&(process.env.REACT_APP_SC_ATTR||process.env.SC_ATTR)||"data-styled",A="undefined"!=typeof window&&"HTMLElement"in window,z=!!("boolean"==typeof SC_DISABLE_SPEEDY?SC_DISABLE_SPEEDY:"undefined"!=typeof process&&void 0!==process.env&&(void 0!==process.env.REACT_APP_SC_DISABLE_SPEEDY&&""!==process.env.REACT_APP_SC_DISABLE_SPEEDY?"false"!==process.env.REACT_APP_SC_DISABLE_SPEEDY&&process.env.REACT_APP_SC_DISABLE_SPEEDY:void 0!==process.env.SC_DISABLE_SPEEDY&&""!==process.env.SC_DISABLE_SPEEDY&&"false"!==process.env.SC_DISABLE_SPEEDY&&process.env.SC_DISABLE_SPEEDY));function _(e){for(var r=arguments.length,t=Array(r>1?r-1:0),o=1;o<r;o++)t[o-1]=arguments[o];throw Error("An error occurred. See https://git.io/JUIaE#"+e+" for more information."+(t.length>0?" Args: "+t.join(", "):""))}var P=function(){function e(e){this.groupSizes=new Uint32Array(512),this.length=512,this.tag=e}var r=e.prototype;return r.indexOfGroup=function(e){for(var r=0,t=0;t<e;t++)r+=this.groupSizes[t];return r},r.insertRules=function(e,r){if(e>=this.groupSizes.length){for(var t=this.groupSizes,o=t.length,n=o;e>=n;)(n<<=1)<0&&_(16,""+e);this.groupSizes=new Uint32Array(n),this.groupSizes.set(t),this.length=n;for(var i=o;i<n;i++)this.groupSizes[i]=0}for(var a=this.indexOfGroup(e+1),l=0,c=r.length;l<c;l++)this.tag.insertRule(a,r[l])&&(this.groupSizes[e]++,a++)},r.clearGroup=function(e){if(e<this.length){var r=this.groupSizes[e],t=this.indexOfGroup(e),o=t+r;this.groupSizes[e]=0;for(var n=t;n<o;n++)this.tag.deleteRule(t)}},r.getGroup=function(e){var r="";if(e>=this.length||0===this.groupSizes[e])return r;for(var t=this.groupSizes[e],o=this.indexOfGroup(e),n=o+t,i=o;i<n;i++)r+=this.tag.getRule(i)+"/*!sc*/\n";return r},e}(),L=new Map,E=new Map,D=1,F=function(e){if(L.has(e))return L.get(e);for(;E.has(D);)D++;var r=D++;return L.set(e,r),E.set(r,e),r},R=function(e,r){r>=D&&(D=r+1),L.set(e,r),E.set(r,e)},O="style["+T+'][data-styled-version="5.3.11"]',W=RegExp("^"+T+'\\.g(\\d+)\\[id="([\\w\\d-]+)"\\].*?"([^"]*)'),X=function(e,r,t){for(var o,n=t.split(","),i=0,a=n.length;i<a;i++)(o=n[i])&&e.registerName(r,o)},G=function(e,r){for(var t=(r.textContent||"").split("/*!sc*/\n"),o=[],n=0,i=t.length;n<i;n++){var a=t[n].trim();if(a){var l=a.match(W);if(l){var c=0|parseInt(l[1],10),s=l[2];0!==c&&(R(s,c),X(e,s,l[3]),e.getTag().insertRules(c,o)),o.length=0}else o.push(a)}}},j=function(){return t.nc},N=function(e){var r=document.head,t=e||r,o=document.createElement("style"),n=function(e){for(var r=e.childNodes,t=r.length;t>=0;t--){var o=r[t];if(o&&1===o.nodeType&&o.hasAttribute(T))return o}}(t),i=void 0!==n?n.nextSibling:null;o.setAttribute(T,"active"),o.setAttribute("data-styled-version","5.3.11");var a=j();return a&&o.setAttribute("nonce",a),t.insertBefore(o,i),o},$=function(){function e(e){var r=this.element=N(e);r.appendChild(document.createTextNode("")),this.sheet=function(e){if(e.sheet)return e.sheet;for(var r=document.styleSheets,t=0,o=r.length;t<o;t++){var n=r[t];if(n.ownerNode===e)return n}_(17)}(r),this.length=0}var r=e.prototype;return r.insertRule=function(e,r){try{return this.sheet.insertRule(r,e),this.length++,!0}catch(e){return!1}},r.deleteRule=function(e){this.sheet.deleteRule(e),this.length--},r.getRule=function(e){var r=this.sheet.cssRules[e];return void 0!==r&&"string"==typeof r.cssText?r.cssText:""},e}(),q=function(){function e(e){var r=this.element=N(e);this.nodes=r.childNodes,this.length=0}var r=e.prototype;return r.insertRule=function(e,r){if(e<=this.length&&e>=0){var t=document.createTextNode(r),o=this.nodes[e];return this.element.insertBefore(t,o||null),this.length++,!0}return!1},r.deleteRule=function(e){this.element.removeChild(this.nodes[e]),this.length--},r.getRule=function(e){return e<this.length?this.nodes[e].textContent:""},e}(),U=function(){function e(e){this.rules=[],this.length=0}var r=e.prototype;return r.insertRule=function(e,r){return e<=this.length&&(this.rules.splice(e,0,r),this.length++,!0)},r.deleteRule=function(e){this.rules.splice(e,1),this.length--},r.getRule=function(e){return e<this.length?this.rules[e]:""},e}(),Q=A,V={isServer:!A,useCSSOMInjection:!z},Y=function(){function e(e,r,t){void 0===e&&(e=w),void 0===r&&(r={}),this.options=x({},V,{},e),this.gs=r,this.names=new Map(t),this.server=!!e.isServer,!this.server&&A&&Q&&(Q=!1,function(e){for(var r=document.querySelectorAll(O),t=0,o=r.length;t<o;t++){var n=r[t];n&&"active"!==n.getAttribute(T)&&(G(e,n),n.parentNode&&n.parentNode.removeChild(n))}}(this))}e.registerId=function(e){return F(e)};var r=e.prototype;return r.reconstructWithOptions=function(r,t){return void 0===t&&(t=!0),new e(x({},this.options,{},r),this.gs,t&&this.names||void 0)},r.allocateGSInstance=function(e){return this.gs[e]=(this.gs[e]||0)+1},r.getTag=function(){var e,r,t,o;return this.tag||(this.tag=(r=(e=this.options).isServer,t=e.useCSSOMInjection,o=e.target,new P(r?new U(o):t?new $(o):new q(o))))},r.hasNameForId=function(e,r){return this.names.has(e)&&this.names.get(e).has(r)},r.registerName=function(e,r){if(F(e),this.names.has(e))this.names.get(e).add(r);else{var t=new Set;t.add(r),this.names.set(e,t)}},r.insertRules=function(e,r,t){this.registerName(e,r),this.getTag().insertRules(F(e),t)},r.clearNames=function(e){this.names.has(e)&&this.names.get(e).clear()},r.clearRules=function(e){this.getTag().clearGroup(F(e)),this.clearNames(e)},r.clearTag=function(){this.tag=void 0},r.toString=function(){return function(e){for(var r=e.getTag(),t=r.length,o="",n=0;n<t;n++){var i,a=(i=n,E.get(i));if(void 0!==a){var l=e.names.get(a),c=r.getGroup(n);if(l&&c&&l.size){var s=T+".g"+n+'[id="'+a+'"]',d="";void 0!==l&&l.forEach(function(e){e.length>0&&(d+=e+",")}),o+=""+c+s+'{content:"'+d+'"}/*!sc*/\n'}}}return o}(this)},e}(),Z=/(a)(d)/gi,K=function(e){return String.fromCharCode(e+(e>25?39:97))};function J(e){var r,t="";for(r=Math.abs(e);r>52;r=r/52|0)t=K(r%52)+t;return(K(r%52)+t).replace(Z,"$1-$2")}var ee=function(e,r){for(var t=r.length;t;)e=33*e^r.charCodeAt(--t);return e},er=function(e){return ee(5381,e)};function et(e){for(var r=0;r<e.length;r+=1){var t=e[r];if(C(t)&&!I(t))return!1}return!0}var eo=er("5.3.11"),en=function(){function e(e,r,t){this.rules=e,this.staticRulesId="",this.isStatic=(void 0===t||t.isStatic)&&et(e),this.componentId=r,this.baseHash=ee(eo,r),this.baseStyle=t,Y.registerId(r)}return e.prototype.generateAndInjectStyles=function(e,r,t){var o=this.componentId,n=[];if(this.baseStyle&&n.push(this.baseStyle.generateAndInjectStyles(e,r,t)),this.isStatic&&!t.hash){if(this.staticRulesId&&r.hasNameForId(o,this.staticRulesId))n.push(this.staticRulesId);else{var i=ex(this.rules,e,r,t).join(""),a=J(ee(this.baseHash,i)>>>0);if(!r.hasNameForId(o,a)){var l=t(i,"."+a,void 0,o);r.insertRules(o,a,l)}n.push(a),this.staticRulesId=a}}else{for(var c=this.rules.length,s=ee(this.baseHash,t.hash),d="",f=0;f<c;f++){var u=this.rules[f];if("string"==typeof u)d+=u;else if(u){var g=ex(u,e,r,t),h=Array.isArray(g)?g.join(""):g;s=ee(s,h+f),d+=h}}if(d){var p=J(s>>>0);if(!r.hasNameForId(o,p)){var m=t(d,"."+p,void 0,o);r.insertRules(o,p,m)}n.push(p)}}return n.join(" ")},e}(),ei=/^\s*\/\/.*$/gm,ea=[":","[",".","#"];function el(e){var r,t,o,n,i=void 0===e?w:e,a=i.options,l=void 0===a?w:a,c=i.plugins,s=void 0===c?H:c,d=new p(l),f=[],u=function(e){function r(r){if(r)try{e(r+"}")}catch(e){}}return function(t,o,n,i,a,l,c,s,d,f){switch(t){case 1:if(0===d&&64===o.charCodeAt(0))return e(o+";"),"";break;case 2:if(0===s)return o+"/*|*/";break;case 3:switch(s){case 102:case 112:return e(n[0]+o),"";default:return o+(0===f?"/*|*/":"")}case -2:o.split("/*|*/}").forEach(r)}}}(function(e){f.push(e)}),g=function(e,o,i){return 0===o&&-1!==ea.indexOf(i[t.length])||i.match(n)?e:"."+r};function h(e,i,a,l){void 0===l&&(l="&");var c=e.replace(ei,""),s=i&&a?a+" "+i+" { "+c+" }":c;return r=l,o=RegExp("\\"+(t=i)+"\\b","g"),n=RegExp("(\\"+t+"\\b){2,}"),d(a||!i?"":i,s)}return d.use([].concat(s,[function(e,r,n){2===e&&n.length&&n[0].lastIndexOf(t)>0&&(n[0]=n[0].replace(o,g))},u,function(e){if(-2===e){var r=f;return f=[],r}}])),h.hash=s.length?s.reduce(function(e,r){return r.name||_(15),ee(e,r.name)},5381).toString():"",h}var ec=u().createContext(),es=(ec.Consumer,u().createContext()),ed=(es.Consumer,new Y),ef=el();function eu(){return(0,f.useContext)(ec)||ed}function eg(e){var r=(0,f.useState)(e.stylisPlugins),t=r[0],o=r[1],n=eu(),i=(0,f.useMemo)(function(){var r=n;return e.sheet?r=e.sheet:e.target&&(r=r.reconstructWithOptions({target:e.target},!1)),e.disableCSSOMInjection&&(r=r.reconstructWithOptions({useCSSOMInjection:!1})),r},[e.disableCSSOMInjection,e.sheet,e.target]),a=(0,f.useMemo)(function(){return el({options:{prefix:!e.disableVendorPrefixes},plugins:t})},[e.disableVendorPrefixes,t]);return(0,f.useEffect)(function(){h()(t,e.stylisPlugins)||o(e.stylisPlugins)},[e.stylisPlugins]),u().createElement(ec.Provider,{value:i},u().createElement(es.Provider,{value:a},e.children))}var eh=function(){function e(e,r){var t=this;this.inject=function(e,r){void 0===r&&(r=ef);var o=t.name+r.hash;e.hasNameForId(t.id,o)||e.insertRules(t.id,o,r(t.rules,o,"@keyframes"))},this.toString=function(){return _(12,String(t.name))},this.name=e,this.id="sc-keyframes-"+e,this.rules=r}return e.prototype.getName=function(e){return void 0===e&&(e=ef),this.name+e.hash},e}(),ep=/([A-Z])/,em=/([A-Z])/g,eb=/^ms-/,eS=function(e){return"-"+e.toLowerCase()};function ev(e){return ep.test(e)?e.replace(em,eS).replace(eb,"-ms-"):e}var ey=function(e){return null==e||!1===e||""===e};function ex(e,r,t,o){if(Array.isArray(e)){for(var n,i=[],a=0,l=e.length;a<l;a+=1)""!==(n=ex(e[a],r,t,o))&&(Array.isArray(n)?i.push.apply(i,n):i.push(n));return i}if(ey(e))return"";if(I(e))return"."+e.styledComponentId;if(C(e))return"function"!=typeof e||e.prototype&&e.prototype.isReactComponent||!r?e:ex(e(r),r,t,o);return e instanceof eh?t?(e.inject(t,o),e.getName(o)):e:B(e)?function e(r,t){var o,n=[];for(var i in r)r.hasOwnProperty(i)&&!ey(r[i])&&(Array.isArray(r[i])&&r[i].isCss||C(r[i])?n.push(ev(i)+":",r[i],";"):B(r[i])?n.push.apply(n,e(r[i],i)):n.push(ev(i)+": "+(null==(o=r[i])||"boolean"==typeof o||""===o?"":"number"!=typeof o||0===o||i in m||i.startsWith("--")?String(o).trim():o+"px")+";"));return t?[t+" {"].concat(n,["}"]):n}(e):e.toString()}var eM=function(e){return Array.isArray(e)&&(e.isCss=!0),e};function eB(e){for(var r=arguments.length,t=Array(r>1?r-1:0),o=1;o<r;o++)t[o-1]=arguments[o];return C(e)||B(e)?eM(ex(M(H,[e].concat(t)))):0===t.length&&1===e.length&&"string"==typeof e[0]?e:eM(ex(M(e,t)))}var eH=/[!"#$%&'()*+,./:;<=>?@[\\\]^`{|}~-]+/g,ew=/(^-|-$)/g;function eC(e){return e.replace(eH,"-").replace(ew,"")}function ek(e){return"string"==typeof e}var eI=function(e){return"function"==typeof e||"object"==typeof e&&null!==e&&!Array.isArray(e)};function eT(e){for(var r=arguments.length,t=Array(r>1?r-1:0),o=1;o<r;o++)t[o-1]=arguments[o];for(var n=0;n<t.length;n++){var i,a=t[n];if(eI(a))for(var l in a){;"__proto__"!==(i=l)&&"constructor"!==i&&"prototype"!==i&&function(e,r,t){var o=e[t];eI(r)&&eI(o)?eT(o,r):e[t]=r}(e,a[l],l)}}return e}var eA=u().createContext();eA.Consumer;var ez={},e_=function(e){return function e(r,t,o){if(void 0===o&&(o=w),!(0,d.isValidElementType)(t))return _(1,String(t));var n=function(){return r(t,o,eB.apply(void 0,arguments))};return n.withConfig=function(n){return e(r,t,x({},o,{},n))},n.attrs=function(n){return e(r,t,x({},o,{attrs:Array.prototype.concat(o.attrs,n).filter(Boolean)}))},n}(function e(r,t,o){var n=I(r),i=!ek(r),a=t.attrs,l=void 0===a?H:a,c=t.componentId,s=void 0===c?(b=t.displayName,v=t.parentComponentId,ez[M="string"!=typeof b?"sc":eC(b)]=(ez[M]||0)+1,B=M+"-"+J(er("5.3.11"+M+ez[M])>>>0),v?v+"-"+B:B):c,d=t.displayName,g=void 0===d?ek(T=r)?"styled."+T:"Styled("+k(T)+")":d,h=t.displayName&&t.componentId?eC(t.displayName)+"-"+t.componentId:t.componentId||s,p=n&&r.attrs?Array.prototype.concat(r.attrs,l).filter(Boolean):l,m=t.shouldForwardProp;n&&r.shouldForwardProp&&(m=t.shouldForwardProp?function(e,o,n){return r.shouldForwardProp(e,o,n)&&t.shouldForwardProp(e,o,n)}:r.shouldForwardProp);var b,v,M,B,T,A,z=new en(o,h,n?r.componentStyle:void 0),_=z.isStatic&&0===l.length,P=function(e,r){return function(e,r,t,o){var n,i,a,l,c,s,d,u,g,h,p,m,b,v,y=e.attrs,M=e.componentStyle,B=e.defaultProps,H=e.foldedComponentIds,k=e.shouldForwardProp,I=e.styledComponentId,T=e.target,A=(l=(n=r,i=(0,f.useContext)(eA),void 0===(a=B)&&(a=w),n.theme!==a.theme&&n.theme||i||a.theme||w),c=r,s=y,void 0===l&&(l=w),d=x({},c,{theme:l}),u={},s.forEach(function(e){var r,t,o,n=e;for(r in C(n)&&(n=n(d)),n)d[r]=u[r]="className"===r?(t=u[r],o=n[r],t&&o?t+" "+o:t||o):n[r]}),[d,u]),z=A[0],_=A[1],P=(g=M,h=o,p=z,m=0,b=eu(),v=(0,f.useContext)(es)||ef,h?g.generateAndInjectStyles(w,b,v):g.generateAndInjectStyles(p,b,v)),L=_.$as||r.$as||_.as||r.as||T,E=ek(L),D=_!==r?x({},r,{},_):r,F={};for(var R in D)"$"!==R[0]&&"as"!==R&&("forwardedAs"===R?F.as=D[R]:(k?k(R,S,L):!E||S(R))&&(F[R]=D[R]));return r.style&&_.style!==r.style&&(F.style=x({},r.style,{},_.style)),F.className=Array.prototype.concat(H,I,P!==I?P:null,r.className,_.className).filter(Boolean).join(" "),F.ref=t,(0,f.createElement)(L,F)}(A,e,r,_)};return P.displayName=g,(A=u().forwardRef(P)).attrs=p,A.componentStyle=z,A.displayName=g,A.shouldForwardProp=m,A.foldedComponentIds=n?Array.prototype.concat(r.foldedComponentIds,r.styledComponentId):H,A.styledComponentId=h,A.target=n?r.target:r,A.withComponent=function(r){var n=t.componentId,i=function(e,r){if(null==e)return{};var t,o,n={},i=Object.keys(e);for(o=0;o<i.length;o++)r.indexOf(t=i[o])>=0||(n[t]=e[t]);return n}(t,["componentId"]),a=n&&n+"-"+(ek(r)?r:eC(k(r)));return e(r,x({},i,{attrs:p,componentId:a}),o)},Object.defineProperty(A,"defaultProps",{get:function(){return this._foldedDefaultProps},set:function(e){this._foldedDefaultProps=n?eT({},r.defaultProps,e):e}}),Object.defineProperty(A,"toString",{value:function(){return"."+A.styledComponentId}}),i&&y()(A,r,{attrs:!0,componentStyle:!0,displayName:!0,foldedComponentIds:!0,shouldForwardProp:!0,styledComponentId:!0,target:!0,withComponent:!0}),A},e)};["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","marquee","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","marker","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","textPath","tspan"].forEach(function(e){e_[e]=e_(e)}),(i=(function(e,r){this.rules=e,this.componentId=r,this.isStatic=et(e),Y.registerId(this.componentId+1)}).prototype).createStyles=function(e,r,t,o){var n=o(ex(this.rules,r,t,o).join(""),""),i=this.componentId+e;t.insertRules(i,i,n)},i.removeStyles=function(e,r){r.clearRules(this.componentId+e)},i.renderStyles=function(e,r,t,o){e>2&&Y.registerId(this.componentId+e),this.removeStyles(e,t),this.createStyles(e,r,t,o)},(a=(function(){var e=this;this._emitSheetCSS=function(){var r=e.instance.toString();if(!r)return"";var t=j();return"<style "+[t&&'nonce="'+t+'"',T+'="true"','data-styled-version="5.3.11"'].filter(Boolean).join(" ")+">"+r+"</style>"},this.getStyleTags=function(){return e.sealed?_(2):e._emitSheetCSS()},this.getStyleElement=function(){if(e.sealed)return _(2);var r,t=((r={})[T]="",r["data-styled-version"]="5.3.11",r.dangerouslySetInnerHTML={__html:e.instance.toString()},r),o=j();return o&&(t.nonce=o),[u().createElement("style",x({},t,{key:"sc-0-0"}))]},this.seal=function(){e.sealed=!0},this.instance=new Y({isServer:!0}),this.sealed=!1}).prototype).collectStyles=function(e){return this.sealed?_(2):u().createElement(eg,{sheet:this.instance},e)},a.interleaveWithNodeStream=function(e){return _(3)};var eP=function(e,r){if(r)return"row";switch(e){case"horizontal":return"row";case"horizontal-reverse":return"row-reverse";case"vertical":default:return"column";case"vertical-reverse":return"column-reverse"}},eL=function(e,r){return"row"===eP(e,r)},eE=function(e){return"number"==typeof e?"".concat(e,"px"):e};var eD=e_.div.attrs(function(){return{className:"layoutkit-flexbox"}})(s||(l=["\n // 是否显示\n display: ",";\n\n flex: ",";\n\n flex-direction: ",";\n justify-content: ",";\n align-items: ",";\n\n width: ",";\n height: ",";\n\n padding: ",";\n\n > *:not(:last-child) {\n margin-right: ",";\n margin-bottom: ",";\n }\n"],!c&&(c=l.slice(0)),s=Object.freeze(Object.defineProperties(l,{raw:{value:Object.freeze(c)}}))),function(e){return e.hidden?"none":"flex"},function(e){return e.flex},function(e){return eP(e.direction,e.horizontal)},function(e){return e.distribution},function(e){return e.align},function(e){return eL(e.direction,e.horizontal)&&!e.width&&["space-between","space-around","space-evenly"].includes(e.distribution)?"100%":eE(e.width)},function(e){return eE(e.height)},function(e){return eE(e.padding)},function(e){return eL(e.direction,e.horizontal)&&eE(e.gap)},function(e){var r;return r=e.direction,"column"===eP(r,e.horizontal)&&eE(e.gap)});t("3704")},2182:function(e,r,t){"use strict";function o(e,r){(function(e){return"string"==typeof e&&-1!==e.indexOf(".")&&1===parseFloat(e)})(e)&&(e="100%");var t=function(e){return"string"==typeof e&&-1!==e.indexOf("%")}(e);return(e=360===r?e:Math.min(r,Math.max(0,parseFloat(e))),t&&(e=parseInt(String(e*r),10)/100),1e-6>Math.abs(e-r))?1:e=360===r?(e<0?e%r+r:e%r)/parseFloat(String(r)):e%r/parseFloat(String(r))}function n(e){return Math.min(1,Math.max(0,e))}t.d(r,{C:function(){return y}});function i(e){return(isNaN(e=parseFloat(e))||e<0||e>1)&&(e=1),e}function a(e){return e<=1?"".concat(100*Number(e),"%"):e}function l(e){return 1===e.length?"0"+e:String(e)}function c(e,r,t){e=o(e,255),r=o(r,255);var n=Math.max(e,r,t=o(t,255)),i=Math.min(e,r,t),a=0,l=0,c=(n+i)/2;if(n===i)l=0,a=0;else{var s=n-i;switch(l=c>.5?s/(2-n-i):s/(n+i),n){case e:a=(r-t)/s+(r<t?6:0);break;case r:a=(t-e)/s+2;break;case t:a=(e-r)/s+4}a/=6}return{h:a,s:l,l:c}}function s(e,r,t){return(t<0&&(t+=1),t>1&&(t-=1),t<1/6)?e+6*t*(r-e):t<.5?r:t<2/3?e+(r-e)*(2/3-t)*6:e}function d(e,r,t){e=o(e,255),r=o(r,255);var n=Math.max(e,r,t=o(t,255)),i=Math.min(e,r,t),a=0,l=n-i;if(n===i)a=0;else{switch(n){case e:a=(r-t)/l+(r<t?6:0);break;case r:a=(t-e)/l+2;break;case t:a=(e-r)/l+4}a/=6}return{h:a,s:0===n?0:l/n,v:n}}function f(e,r,t,o){var n=[l(Math.round(e).toString(16)),l(Math.round(r).toString(16)),l(Math.round(t).toString(16))];return o&&n[0].startsWith(n[0].charAt(1))&&n[1].startsWith(n[1].charAt(1))&&n[2].startsWith(n[2].charAt(1))?n[0].charAt(0)+n[1].charAt(0)+n[2].charAt(0):n.join("")}function u(e){return g(e)/255}function g(e){return parseInt(e,16)}var h={aliceblue:"#f0f8ff",antiquewhite:"#faebd7",aqua:"#00ffff",aquamarine:"#7fffd4",azure:"#f0ffff",beige:"#f5f5dc",bisque:"#ffe4c4",black:"#000000",blanchedalmond:"#ffebcd",blue:"#0000ff",blueviolet:"#8a2be2",brown:"#a52a2a",burlywood:"#deb887",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",cornflowerblue:"#6495ed",cornsilk:"#fff8dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkgray:"#a9a9a9",darkgreen:"#006400",darkgrey:"#a9a9a9",darkkhaki:"#bdb76b",darkmagenta:"#8b008b",darkolivegreen:"#556b2f",darkorange:"#ff8c00",darkorchid:"#9932cc",darkred:"#8b0000",darksalmon:"#e9967a",darkseagreen:"#8fbc8f",darkslateblue:"#483d8b",darkslategray:"#2f4f4f",darkslategrey:"#2f4f4f",darkturquoise:"#00ced1",darkviolet:"#9400d3",deeppink:"#ff1493",deepskyblue:"#00bfff",dimgray:"#696969",dimgrey:"#696969",dodgerblue:"#1e90ff",firebrick:"#b22222",floralwhite:"#fffaf0",forestgreen:"#228b22",fuchsia:"#ff00ff",gainsboro:"#dcdcdc",ghostwhite:"#f8f8ff",goldenrod:"#daa520",gold:"#ffd700",gray:"#808080",green:"#008000",greenyellow:"#adff2f",grey:"#808080",honeydew:"#f0fff0",hotpink:"#ff69b4",indianred:"#cd5c5c",indigo:"#4b0082",ivory:"#fffff0",khaki:"#f0e68c",lavenderblush:"#fff0f5",lavender:"#e6e6fa",lawngreen:"#7cfc00",lemonchiffon:"#fffacd",lightblue:"#add8e6",lightcoral:"#f08080",lightcyan:"#e0ffff",lightgoldenrodyellow:"#fafad2",lightgray:"#d3d3d3",lightgreen:"#90ee90",lightgrey:"#d3d3d3",lightpink:"#ffb6c1",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",lightskyblue:"#87cefa",lightslategray:"#778899",lightslategrey:"#778899",lightsteelblue:"#b0c4de",lightyellow:"#ffffe0",lime:"#00ff00",limegreen:"#32cd32",linen:"#faf0e6",magenta:"#ff00ff",maroon:"#800000",mediumaquamarine:"#66cdaa",mediumblue:"#0000cd",mediumorchid:"#ba55d3",mediumpurple:"#9370db",mediumseagreen:"#3cb371",mediumslateblue:"#7b68ee",mediumspringgreen:"#00fa9a",mediumturquoise:"#48d1cc",mediumvioletred:"#c71585",midnightblue:"#191970",mintcream:"#f5fffa",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",navajowhite:"#ffdead",navy:"#000080",oldlace:"#fdf5e6",olive:"#808000",olivedrab:"#6b8e23",orange:"#ffa500",orangered:"#ff4500",orchid:"#da70d6",palegoldenrod:"#eee8aa",palegreen:"#98fb98",paleturquoise:"#afeeee",palevioletred:"#db7093",papayawhip:"#ffefd5",peachpuff:"#ffdab9",peru:"#cd853f",pink:"#ffc0cb",plum:"#dda0dd",powderblue:"#b0e0e6",purple:"#800080",rebeccapurple:"#663399",red:"#ff0000",rosybrown:"#bc8f8f",royalblue:"#4169e1",saddlebrown:"#8b4513",salmon:"#fa8072",sandybrown:"#f4a460",seagreen:"#2e8b57",seashell:"#fff5ee",sienna:"#a0522d",silver:"#c0c0c0",skyblue:"#87ceeb",slateblue:"#6a5acd",slategray:"#708090",slategrey:"#708090",snow:"#fffafa",springgreen:"#00ff7f",steelblue:"#4682b4",tan:"#d2b48c",teal:"#008080",thistle:"#d8bfd8",tomato:"#ff6347",turquoise:"#40e0d0",violet:"#ee82ee",wheat:"#f5deb3",white:"#ffffff",whitesmoke:"#f5f5f5",yellow:"#ffff00",yellowgreen:"#9acd32"},p="(?:".concat("[-\\+]?\\d*\\.\\d+%?",")|(?:").concat("[-\\+]?\\d+%?",")"),m="[\\s|\\(]+(".concat(p,")[,|\\s]+(").concat(p,")[,|\\s]+(").concat(p,")\\s*\\)?"),b="[\\s|\\(]+(".concat(p,")[,|\\s]+(").concat(p,")[,|\\s]+(").concat(p,")[,|\\s]+(").concat(p,")\\s*\\)?"),S={CSS_UNIT:new RegExp(p),rgb:RegExp("rgb"+m),rgba:RegExp("rgba"+b),hsl:RegExp("hsl"+m),hsla:RegExp("hsla"+b),hsv:RegExp("hsv"+m),hsva:RegExp("hsva"+b),hex3:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex6:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,hex4:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex8:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/};function v(e){return!!S.CSS_UNIT.exec(String(e))}var y=function(){function e(r,t){if(void 0===r&&(r=""),void 0===t&&(t={}),r instanceof e)return r;if("number"==typeof r){var n;r={r:(n=r)>>16,g:(65280&n)>>8,b:255&n}}this.originalInput=r;var l,c=function(e){var r,t,n,l,c,d,f,u,p,m,b,y,x={r:0,g:0,b:0},M=1,B=null,H=null,w=null,C=!1,k=!1;if("string"==typeof e&&(e=function(e){if(0===(e=e.trim().toLowerCase()).length)return!1;var r=!1;if(h[e])e=h[e],r=!0;else if("transparent"===e)return{r:0,g:0,b:0,a:0,format:"name"};var t=S.rgb.exec(e);if(t)return{r:t[1],g:t[2],b:t[3]};if(t=S.rgba.exec(e))return{r:t[1],g:t[2],b:t[3],a:t[4]};if(t=S.hsl.exec(e))return{h:t[1],s:t[2],l:t[3]};if(t=S.hsla.exec(e))return{h:t[1],s:t[2],l:t[3],a:t[4]};if(t=S.hsv.exec(e))return{h:t[1],s:t[2],v:t[3]};if(t=S.hsva.exec(e))return{h:t[1],s:t[2],v:t[3],a:t[4]};if(t=S.hex8.exec(e))return{r:g(t[1]),g:g(t[2]),b:g(t[3]),a:g(t[4])/255,format:r?"name":"hex8"};if(t=S.hex6.exec(e))return{r:g(t[1]),g:g(t[2]),b:g(t[3]),format:r?"name":"hex"};if(t=S.hex4.exec(e))return{r:g(t[1]+t[1]),g:g(t[2]+t[2]),b:g(t[3]+t[3]),a:g(t[4]+t[4])/255,format:r?"name":"hex8"};return!!(t=S.hex3.exec(e))&&{r:g(t[1]+t[1]),g:g(t[2]+t[2]),b:g(t[3]+t[3]),format:r?"name":"hex"}}(e)),"object"==typeof e){;if(v(e.r)&&v(e.g)&&v(e.b)){;r=e.r,t=e.g,n=e.b,x={r:255*o(r,255),g:255*o(t,255),b:255*o(n,255)},C=!0,k="%"===String(e.r).substr(-1)?"prgb":"rgb"}else if(v(e.h)&&v(e.s)&&v(e.v)){;B=a(e.s),H=a(e.v),l=e.h,c=B,d=H,l=6*o(l,360),c=o(c,100),d=o(d,100),f=Math.floor(l),u=l-f,p=d*(1-c),m=d*(1-u*c),b=d*(1-(1-u)*c),x={r:255*[d,m,p,p,b,d][y=f%6],g:255*[b,d,d,m,p,p][y],b:255*[p,p,b,d,d,m][y]},C=!0,k="hsv"}else v(e.h)&&v(e.s)&&v(e.l)&&(B=a(e.s),w=a(e.l),x=function(e,r,t){if(e=o(e,360),r=o(r,100),t=o(t,100),0===r)i=t,a=t,n=t;else{var n,i,a,l=t<.5?t*(1+r):t+r-t*r,c=2*t-l;n=s(c,l,e+1/3),i=s(c,l,e),a=s(c,l,e-1/3)}return{r:255*n,g:255*i,b:255*a}}(e.h,B,w),C=!0,k="hsl");Object.prototype.hasOwnProperty.call(e,"a")&&(M=e.a)}return M=i(M),{ok:C,format:e.format||k,r:Math.min(255,Math.max(x.r,0)),g:Math.min(255,Math.max(x.g,0)),b:Math.min(255,Math.max(x.b,0)),a:M}}(r);this.originalInput=r,this.r=c.r,this.g=c.g,this.b=c.b,this.a=c.a,this.roundA=Math.round(100*this.a)/100,this.format=null!==(l=t.format)&&void 0!==l?l:c.format,this.gradientType=t.gradientType,this.r<1&&(this.r=Math.round(this.r)),this.g<1&&(this.g=Math.round(this.g)),this.b<1&&(this.b=Math.round(this.b)),this.isValid=c.ok}return e.prototype.isDark=function(){return 128>this.getBrightness()},e.prototype.isLight=function(){return!this.isDark()},e.prototype.getBrightness=function(){var e=this.toRgb();return(299*e.r+587*e.g+114*e.b)/1e3},e.prototype.getLuminance=function(){var e,r,t,o=this.toRgb(),n=o.r/255,i=o.g/255,a=o.b/255;return .2126*(e=n<=.03928?n/12.92:Math.pow((n+.055)/1.055,2.4))+.7152*(r=i<=.03928?i/12.92:Math.pow((i+.055)/1.055,2.4))+.0722*(t=a<=.03928?a/12.92:Math.pow((a+.055)/1.055,2.4))},e.prototype.getAlpha=function(){return this.a},e.prototype.setAlpha=function(e){return this.a=i(e),this.roundA=Math.round(100*this.a)/100,this},e.prototype.isMonochrome=function(){return 0===this.toHsl().s},e.prototype.toHsv=function(){var e=d(this.r,this.g,this.b);return{h:360*e.h,s:e.s,v:e.v,a:this.a}},e.prototype.toHsvString=function(){var e=d(this.r,this.g,this.b),r=Math.round(360*e.h),t=Math.round(100*e.s),o=Math.round(100*e.v);return 1===this.a?"hsv(".concat(r,", ").concat(t,"%, ").concat(o,"%)"):"hsva(".concat(r,", ").concat(t,"%, ").concat(o,"%, ").concat(this.roundA,")")},e.prototype.toHsl=function(){var e=c(this.r,this.g,this.b);return{h:360*e.h,s:e.s,l:e.l,a:this.a}},e.prototype.toHslString=function(){var e=c(this.r,this.g,this.b),r=Math.round(360*e.h),t=Math.round(100*e.s),o=Math.round(100*e.l);return 1===this.a?"hsl(".concat(r,", ").concat(t,"%, ").concat(o,"%)"):"hsla(".concat(r,", ").concat(t,"%, ").concat(o,"%, ").concat(this.roundA,")")},e.prototype.toHex=function(e){return void 0===e&&(e=!1),f(this.r,this.g,this.b,e)},e.prototype.toHexString=function(e){return void 0===e&&(e=!1),"#"+this.toHex(e)},e.prototype.toHex8=function(e){var r,t,o,n,i,a;return void 0===e&&(e=!1),r=this.r,t=this.g,o=this.b,n=this.a,i=e,a=[l(Math.round(r).toString(16)),l(Math.round(t).toString(16)),l(Math.round(o).toString(16)),l(function(e){return Math.round(255*parseFloat(e)).toString(16)}(n))],i&&a[0].startsWith(a[0].charAt(1))&&a[1].startsWith(a[1].charAt(1))&&a[2].startsWith(a[2].charAt(1))&&a[3].startsWith(a[3].charAt(1))?a[0].charAt(0)+a[1].charAt(0)+a[2].charAt(0)+a[3].charAt(0):a.join("")},e.prototype.toHex8String=function(e){return void 0===e&&(e=!1),"#"+this.toHex8(e)},e.prototype.toHexShortString=function(e){return void 0===e&&(e=!1),1===this.a?this.toHexString(e):this.toHex8String(e)},e.prototype.toRgb=function(){return{r:Math.round(this.r),g:Math.round(this.g),b:Math.round(this.b),a:this.a}},e.prototype.toRgbString=function(){var e=Math.round(this.r),r=Math.round(this.g),t=Math.round(this.b);return 1===this.a?"rgb(".concat(e,", ").concat(r,", ").concat(t,")"):"rgba(".concat(e,", ").concat(r,", ").concat(t,", ").concat(this.roundA,")")},e.prototype.toPercentageRgb=function(){var e=function(e){return"".concat(Math.round(100*o(e,255)),"%")};return{r:e(this.r),g:e(this.g),b:e(this.b),a:this.a}},e.prototype.toPercentageRgbString=function(){var e=function(e){return Math.round(100*o(e,255))};return 1===this.a?"rgb(".concat(e(this.r),"%, ").concat(e(this.g),"%, ").concat(e(this.b),"%)"):"rgba(".concat(e(this.r),"%, ").concat(e(this.g),"%, ").concat(e(this.b),"%, ").concat(this.roundA,")")},e.prototype.toName=function(){if(0===this.a)return"transparent";if(this.a<1)return!1;for(var e="#"+f(this.r,this.g,this.b,!1),r=0,t=Object.entries(h);r<t.length;r++){var o=t[r],n=o[0];if(e===o[1])return n}return!1},e.prototype.toString=function(e){var r=!!e;e=null!=e?e:this.format;var t=!1,o=this.a<1&&this.a>=0;if(!r&&o&&(e.startsWith("hex")||"name"===e))return"name"===e&&0===this.a?this.toName():this.toRgbString();return"rgb"===e&&(t=this.toRgbString()),"prgb"===e&&(t=this.toPercentageRgbString()),("hex"===e||"hex6"===e)&&(t=this.toHexString()),"hex3"===e&&(t=this.toHexString(!0)),"hex4"===e&&(t=this.toHex8String(!0)),"hex8"===e&&(t=this.toHex8String()),"name"===e&&(t=this.toName()),"hsl"===e&&(t=this.toHslString()),"hsv"===e&&(t=this.toHsvString()),t||this.toHexString()},e.prototype.toNumber=function(){return(Math.round(this.r)<<16)+(Math.round(this.g)<<8)+Math.round(this.b)},e.prototype.clone=function(){return new e(this.toString())},e.prototype.lighten=function(r){void 0===r&&(r=10);var t=this.toHsl();return t.l+=r/100,t.l=n(t.l),new e(t)},e.prototype.brighten=function(r){void 0===r&&(r=10);var t=this.toRgb();return t.r=Math.max(0,Math.min(255,t.r-Math.round(-(r/100*255)))),t.g=Math.max(0,Math.min(255,t.g-Math.round(-(r/100*255)))),t.b=Math.max(0,Math.min(255,t.b-Math.round(-(r/100*255)))),new e(t)},e.prototype.darken=function(r){void 0===r&&(r=10);var t=this.toHsl();return t.l-=r/100,t.l=n(t.l),new e(t)},e.prototype.tint=function(e){return void 0===e&&(e=10),this.mix("white",e)},e.prototype.shade=function(e){return void 0===e&&(e=10),this.mix("black",e)},e.prototype.desaturate=function(r){void 0===r&&(r=10);var t=this.toHsl();return t.s-=r/100,t.s=n(t.s),new e(t)},e.prototype.saturate=function(r){void 0===r&&(r=10);var t=this.toHsl();return t.s+=r/100,t.s=n(t.s),new e(t)},e.prototype.greyscale=function(){return this.desaturate(100)},e.prototype.spin=function(r){var t=this.toHsl(),o=(t.h+r)%360;return t.h=o<0?360+o:o,new e(t)},e.prototype.mix=function(r,t){void 0===t&&(t=50);var o=this.toRgb(),n=new e(r).toRgb(),i=t/100;return new e({r:(n.r-o.r)*i+o.r,g:(n.g-o.g)*i+o.g,b:(n.b-o.b)*i+o.b,a:(n.a-o.a)*i+o.a})},e.prototype.analogous=function(r,t){void 0===r&&(r=6),void 0===t&&(t=30);var o=this.toHsl(),n=360/t,i=[this];for(o.h=(o.h-(n*r>>1)+720)%360;--r;)o.h=(o.h+n)%360,i.push(new e(o));return i},e.prototype.complement=function(){var r=this.toHsl();return r.h=(r.h+180)%360,new e(r)},e.prototype.monochromatic=function(r){void 0===r&&(r=6);for(var t=this.toHsv(),o=t.h,n=t.s,i=t.v,a=[],l=1/r;r--;)a.push(new e({h:o,s:n,v:i})),i=(i+l)%1;return a},e.prototype.splitcomplement=function(){var r=this.toHsl(),t=r.h;return[this,new e({h:(t+72)%360,s:r.s,l:r.l}),new e({h:(t+216)%360,s:r.s,l:r.l})]},e.prototype.onBackground=function(r){var t=this.toRgb(),o=new e(r).toRgb(),n=t.a+o.a*(1-t.a);return new e({r:(t.r*t.a+o.r*o.a*(1-t.a))/n,g:(t.g*t.a+o.g*o.a*(1-t.a))/n,b:(t.b*t.a+o.b*o.a*(1-t.a))/n,a:n})},e.prototype.triad=function(){return this.polyad(3)},e.prototype.tetrad=function(){return this.polyad(4)},e.prototype.polyad=function(r){for(var t=this.toHsl(),o=t.h,n=[this],i=360/r,a=1;a<r;a++)n.push(new e({h:(o+a*i)%360,s:t.s,l:t.l}));return n},e.prototype.equals=function(r){return this.toRgbString()===new e(r).toRgbString()},e}()},2119:function(e,r,t){"use strict";t.d(r,{Z:function(){return $}});var o=t("3722"),n=[{index:7,amount:15},{index:6,amount:25},{index:5,amount:30},{index:5,amount:45},{index:5,amount:65},{index:5,amount:85},{index:4,amount:90},{index:3,amount:95},{index:2,amount:97},{index:1,amount:98}];function i(e,r,t){var o;return(o=Math.round(e.h)>=60&&240>=Math.round(e.h)?t?Math.round(e.h)-2*r:Math.round(e.h)+2*r:t?Math.round(e.h)+2*r:Math.round(e.h)-2*r)<0?o+=360:o>=360&&(o-=360),o}function a(e,r,t){var o;return 0===e.h&&0===e.s?e.s:((o=t?e.s-.16*r:4===r?e.s+.16:e.s+.05*r)>1&&(o=1),t&&5===r&&o>.1&&(o=.1),o<.06&&(o=.06),Math.round(100*o)/100)}function l(e,r,t){var o;return Math.round(100*(o=Math.max(0,Math.min(1,o=t?e.v+.05*r:e.v-.15*r))))/100}function c(e){for(var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},t=[],c=new o.t(e),s=c.toHsv(),d=5;d>0;d-=1){var f=new o.t({h:i(s,d,!0),s:a(s,d,!0),v:l(s,d,!0)});t.push(f)}t.push(c);for(var u=1;u<=4;u+=1){var g=new o.t({h:i(s,u),s:a(s,u),v:l(s,u)});t.push(g)}return"dark"===r.theme?n.map(function(e){var n=e.index,i=e.amount;return new o.t(r.backgroundColor||"#141414").mix(t[n],i).toHexString()}):t.map(function(e){return e.toHexString()})}var s={red:"#F5222D",volcano:"#FA541C",orange:"#FA8C16",gold:"#FAAD14",yellow:"#FADB14",lime:"#A0D911",green:"#52C41A",cyan:"#13C2C2",blue:"#1677FF",geekblue:"#2F54EB",purple:"#722ED1",magenta:"#EB2F96",grey:"#666666"},d=["#fff1f0","#ffccc7","#ffa39e","#ff7875","#ff4d4f","#f5222d","#cf1322","#a8071a","#820014","#5c0011"];d.primary=d[5];var f=["#fff2e8","#ffd8bf","#ffbb96","#ff9c6e","#ff7a45","#fa541c","#d4380d","#ad2102","#871400","#610b00"];f.primary=f[5];var u=["#fff7e6","#ffe7ba","#ffd591","#ffc069","#ffa940","#fa8c16","#d46b08","#ad4e00","#873800","#612500"];u.primary=u[5];var g=["#fffbe6","#fff1b8","#ffe58f","#ffd666","#ffc53d","#faad14","#d48806","#ad6800","#874d00","#613400"];g.primary=g[5];var h=["#feffe6","#ffffb8","#fffb8f","#fff566","#ffec3d","#fadb14","#d4b106","#ad8b00","#876800","#614700"];h.primary=h[5];var p=["#fcffe6","#f4ffb8","#eaff8f","#d3f261","#bae637","#a0d911","#7cb305","#5b8c00","#3f6600","#254000"];p.primary=p[5];var m=["#f6ffed","#d9f7be","#b7eb8f","#95de64","#73d13d","#52c41a","#389e0d","#237804","#135200","#092b00"];m.primary=m[5];var b=["#e6fffb","#b5f5ec","#87e8de","#5cdbd3","#36cfc9","#13c2c2","#08979c","#006d75","#00474f","#002329"];b.primary=b[5];var S=["#e6f4ff","#bae0ff","#91caff","#69b1ff","#4096ff","#1677ff","#0958d9","#003eb3","#002c8c","#001d66"];S.primary=S[5];var v=["#f0f5ff","#d6e4ff","#adc6ff","#85a5ff","#597ef7","#2f54eb","#1d39c4","#10239e","#061178","#030852"];v.primary=v[5];var y=["#f9f0ff","#efdbff","#d3adf7","#b37feb","#9254de","#722ed1","#531dab","#391085","#22075e","#120338"];y.primary=y[5];var x=["#fff0f6","#ffd6e7","#ffadd2","#ff85c0","#f759ab","#eb2f96","#c41d7f","#9e1068","#780650","#520339"];x.primary=x[5];var M=["#a6a6a6","#999999","#8c8c8c","#808080","#737373","#666666","#404040","#1a1a1a","#000000","#000000"];M.primary=M[5];var B={red:d,volcano:f,orange:u,gold:g,yellow:h,lime:p,green:m,cyan:b,blue:S,geekblue:v,purple:y,magenta:x,grey:M},H=["#2a1215","#431418","#58181c","#791a1f","#a61d24","#d32029","#e84749","#f37370","#f89f9a","#fac8c3"];H.primary=H[5];var w=["#2b1611","#441d12","#592716","#7c3118","#aa3e19","#d84a1b","#e87040","#f3956a","#f8b692","#fad4bc"];w.primary=w[5];var C=["#2b1d11","#442a11","#593815","#7c4a15","#aa6215","#d87a16","#e89a3c","#f3b765","#f8cf8d","#fae3b7"];C.primary=C[5];var k=["#2b2111","#443111","#594214","#7c5914","#aa7714","#d89614","#e8b339","#f3cc62","#f8df8b","#faedb5"];k.primary=k[5];var I=["#2b2611","#443b11","#595014","#7c6e14","#aa9514","#d8bd14","#e8d639","#f3ea62","#f8f48b","#fafab5"];I.primary=I[5];var T=["#1f2611","#2e3c10","#3e4f13","#536d13","#6f9412","#8bbb11","#a9d134","#c9e75d","#e4f88b","#f0fab5"];T.primary=T[5];var A=["#162312","#1d3712","#274916","#306317","#3c8618","#49aa19","#6abe39","#8fd460","#b2e58b","#d5f2bb"];A.primary=A[5];var z=["#112123","#113536","#144848","#146262","#138585","#13a8a8","#33bcb7","#58d1c9","#84e2d8","#b2f1e8"];z.primary=z[5];var _=["#111a2c","#112545","#15325b","#15417e","#1554ad","#1668dc","#3c89e8","#65a9f3","#8dc5f8","#b7dcfa"];_.primary=_[5];var P=["#131629","#161d40","#1c2755","#203175","#263ea0","#2b4acb","#5273e0","#7f9ef3","#a8c1f8","#d2e0fa"];P.primary=P[5];var L=["#1a1325","#24163a","#301c4d","#3e2069","#51258f","#642ab5","#854eca","#ab7ae0","#cda8f0","#ebd7fa"];L.primary=L[5];var E=["#291321","#40162f","#551c3b","#75204f","#a02669","#cb2b83","#e0529c","#f37fb7","#f8a8cc","#fad2e3"];E.primary=E[5];var D=["#151515","#1f1f1f","#2d2d2d","#393939","#494949","#5a5a5a","#6a6a6a","#7b7b7b","#888888","#969696"];D.primary=D[5];var F=t("6013"),R=e=>{let r=e,t=e,o=e,n=e;return e<6&&e>=5?r=e+1:e<16&&e>=6?r=e+2:e>=16&&(r=16),e<7&&e>=5?t=4:e<8&&e>=7?t=5:e<14&&e>=8?t=6:e<16&&e>=14?t=7:e>=16&&(t=8),e<6&&e>=2?o=1:e>=6&&(o=2),e>4&&e<8?n=4:e>=8&&(n=6),{borderRadius:e,borderRadiusXS:o,borderRadiusSM:t,borderRadiusLG:r,borderRadiusOuter:n}},O=e=>{let{controlHeight:r}=e;return{controlHeightSM:.75*r,controlHeightXS:.5*r,controlHeightLG:1.25*r}},W=e=>{let r=function(e){let r=Array.from({length:10}).map((r,t)=>{let o=e*Math.pow(Math.E,(t-1)/5);return 2*Math.floor((t>1?Math.floor(o):Math.ceil(o))/2)});return r[1]=e,r.map(e=>{var r;return{size:e,lineHeight:((r=e)+8)/r}})}(e),t=r.map(e=>e.size),o=r.map(e=>e.lineHeight),n=t[1],i=t[0],a=t[2],l=o[1],c=o[0],s=o[2];return{fontSizeSM:i,fontSize:n,fontSizeLG:a,fontSizeXL:t[3],fontSizeHeading1:t[6],fontSizeHeading2:t[5],fontSizeHeading3:t[4],fontSizeHeading4:t[3],fontSizeHeading5:t[2],lineHeight:l,lineHeightLG:s,lineHeightSM:c,fontHeight:Math.round(l*n),fontHeightLG:Math.round(s*a),fontHeightSM:Math.round(c*i),lineHeightHeading1:o[6],lineHeightHeading2:o[5],lineHeightHeading3:o[4],lineHeightHeading4:o[3],lineHeightHeading5:o[2]}};let X=(e,r)=>new o.t(e).setA(r).toRgbString(),G=(e,r)=>new o.t(e).darken(r).toHexString(),j=e=>{let r=c(e);return{1:r[0],2:r[1],3:r[2],4:r[3],5:r[4],6:r[5],7:r[6],8:r[4],9:r[5],10:r[6]}},N=(e,r)=>{let t=e||"#fff",o=r||"#000";return{colorBgBase:t,colorTextBase:o,colorText:X(o,.88),colorTextSecondary:X(o,.65),colorTextTertiary:X(o,.45),colorTextQuaternary:X(o,.25),colorFill:X(o,.15),colorFillSecondary:X(o,.06),colorFillTertiary:X(o,.04),colorFillQuaternary:X(o,.02),colorBgSolid:X(o,1),colorBgSolidHover:X(o,.75),colorBgSolidActive:X(o,.95),colorBgLayout:G(t,4),colorBgContainer:G(t,0),colorBgElevated:G(t,0),colorBgSpotlight:X(o,.85),colorBgBlur:"transparent",colorBorder:G(t,15),colorBorderSecondary:G(t,6)}};function $(e){s.pink=s.magenta,B.pink=B.magenta;let r=Object.keys(F.M).map(r=>{let t=e[r]===s[r]?B[r]:c(e[r]);return Array.from({length:10},()=>1).reduce((e,o,n)=>(e[`${r}-${n+1}`]=t[n],e[`${r}${n+1}`]=t[n],e),{})}).reduce((e,r)=>e=Object.assign(Object.assign({},e),r),{});return Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},e),r),function(e,r){let{generateColorPalettes:t,generateNeutralColorPalettes:n}=r,{colorSuccess:i,colorWarning:a,colorError:l,colorInfo:c,colorPrimary:s,colorBgBase:d,colorTextBase:f}=e,u=t(s),g=t(i),h=t(a),p=t(l),m=t(c),b=n(d,f),S=t(e.colorLink||e.colorInfo),v=new o.t(p[1]).mix(new o.t(p[3]),50).toHexString();return Object.assign(Object.assign({},b),{colorPrimaryBg:u[1],colorPrimaryBgHover:u[2],colorPrimaryBorder:u[3],colorPrimaryBorderHover:u[4],colorPrimaryHover:u[5],colorPrimary:u[6],colorPrimaryActive:u[7],colorPrimaryTextHover:u[8],colorPrimaryText:u[9],colorPrimaryTextActive:u[10],colorSuccessBg:g[1],colorSuccessBgHover:g[2],colorSuccessBorder:g[3],colorSuccessBorderHover:g[4],colorSuccessHover:g[4],colorSuccess:g[6],colorSuccessActive:g[7],colorSuccessTextHover:g[8],colorSuccessText:g[9],colorSuccessTextActive:g[10],colorErrorBg:p[1],colorErrorBgHover:p[2],colorErrorBgFilledHover:v,colorErrorBgActive:p[3],colorErrorBorder:p[3],colorErrorBorderHover:p[4],colorErrorHover:p[5],colorError:p[6],colorErrorActive:p[7],colorErrorTextHover:p[8],colorErrorText:p[9],colorErrorTextActive:p[10],colorWarningBg:h[1],colorWarningBgHover:h[2],colorWarningBorder:h[3],colorWarningBorderHover:h[4],colorWarningHover:h[4],colorWarning:h[6],colorWarningActive:h[7],colorWarningTextHover:h[8],colorWarningText:h[9],colorWarningTextActive:h[10],colorInfoBg:m[1],colorInfoBgHover:m[2],colorInfoBorder:m[3],colorInfoBorderHover:m[4],colorInfoHover:m[4],colorInfo:m[6],colorInfoActive:m[7],colorInfoTextHover:m[8],colorInfoText:m[9],colorInfoTextActive:m[10],colorLinkHover:S[4],colorLink:S[6],colorLinkActive:S[7],colorBgMask:new o.t("#000").setA(.45).toRgbString(),colorWhite:"#fff"})}(e,{generateColorPalettes:j,generateNeutralColorPalettes:N})),W(e.fontSize)),function(e){let{sizeUnit:r,sizeStep:t}=e;return{sizeXXL:r*(t+8),sizeXL:r*(t+4),sizeLG:r*(t+2),sizeMD:r*(t+1),sizeMS:r*t,size:r*t,sizeSM:r*(t-1),sizeXS:r*(t-2),sizeXXS:r*(t-3)}}(e)),O(e)),function(e){let{motionUnit:r,motionBase:t,borderRadius:o,lineWidth:n}=e;return Object.assign({motionDurationFast:`${(t+r).toFixed(1)}s`,motionDurationMid:`${(t+2*r).toFixed(1)}s`,motionDurationSlow:`${(t+3*r).toFixed(1)}s`,lineWidthBold:n+1},R(o))}(e))}},6013:function(e,r,t){"use strict";t.d(r,{M:function(){return o}});let o={blue:"#1677FF",purple:"#722ED1",cyan:"#13C2C2",green:"#52C41A",magenta:"#EB2F96",pink:"#EB2F96",red:"#F5222D",orange:"#FA8C16",yellow:"#FADB14",volcano:"#FA541C",geekblue:"#2F54EB",gold:"#FAAD14",lime:"#A0D911"},n=Object.assign(Object.assign({},o),{colorPrimary:"#1677ff",colorSuccess:"#52c41a",colorWarning:"#faad14",colorError:"#ff4d4f",colorInfo:"#1677ff",colorLink:"",colorTextBase:"",colorBgBase:"",fontFamily:`-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
|
|
11
|
+
'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
|
|
12
|
+
'Noto Color Emoji'`,fontFamilyCode:"'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace",fontSize:14,lineWidth:1,lineType:"solid",motionUnit:.1,motionBase:0,motionEaseOutCirc:"cubic-bezier(0.08, 0.82, 0.17, 1)",motionEaseInOutCirc:"cubic-bezier(0.78, 0.14, 0.15, 0.86)",motionEaseOut:"cubic-bezier(0.215, 0.61, 0.355, 1)",motionEaseInOut:"cubic-bezier(0.645, 0.045, 0.355, 1)",motionEaseOutBack:"cubic-bezier(0.12, 0.4, 0.29, 1.46)",motionEaseInBack:"cubic-bezier(0.71, -0.46, 0.88, 0.6)",motionEaseInQuint:"cubic-bezier(0.755, 0.05, 0.855, 0.06)",motionEaseOutQuint:"cubic-bezier(0.23, 1, 0.32, 1)",borderRadius:6,sizeUnit:4,sizeStep:4,sizePopupArrow:16,controlHeight:32,zIndexBase:0,zIndexPopupBase:1e3,opacityImage:1,wireframe:!1,motion:!0});r.Z=n},9615:function(e,r,t){"use strict";t.d(r,{Z:function(){return c}});var o=t("3722"),n=t("6013");function i(e){return e>=0&&e<=255}var a=function(e,r){let{r:t,g:n,b:a,a:l}=new o.t(e).toRgb();if(l<1)return e;let{r:c,g:s,b:d}=new o.t(r).toRgb();for(let e=.01;e<=1;e+=.01){let r=Math.round((t-c*(1-e))/e),l=Math.round((n-s*(1-e))/e),f=Math.round((a-d*(1-e))/e);if(i(r)&&i(l)&&i(f))return new o.t({r,g:l,b:f,a:Math.round(100*e)/100}).toRgbString()}return new o.t({r:t,g:n,b:a,a:1}).toRgbString()},l=function(e,r){var t={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&0>r.indexOf(o)&&(t[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols)for(var n=0,o=Object.getOwnPropertySymbols(e);n<o.length;n++)0>r.indexOf(o[n])&&Object.prototype.propertyIsEnumerable.call(e,o[n])&&(t[o[n]]=e[o[n]]);return t};function c(e){let{override:r}=e,t=l(e,["override"]),i=Object.assign({},r);Object.keys(n.Z).forEach(e=>{delete i[e]});let c=Object.assign(Object.assign({},t),i);return!1===c.motion&&(c.motionDurationFast="0s",c.motionDurationMid="0s",c.motionDurationSlow="0s"),Object.assign(Object.assign(Object.assign({},c),{colorFillContent:c.colorFillSecondary,colorFillContentHover:c.colorFill,colorFillAlter:c.colorFillQuaternary,colorBgContainerDisabled:c.colorFillTertiary,colorBorderBg:c.colorBgContainer,colorSplit:a(c.colorBorderSecondary,c.colorBgContainer),colorTextPlaceholder:c.colorTextQuaternary,colorTextDisabled:c.colorTextQuaternary,colorTextHeading:c.colorText,colorTextLabel:c.colorTextSecondary,colorTextDescription:c.colorTextTertiary,colorTextLightSolid:c.colorWhite,colorHighlight:c.colorError,colorBgTextHover:c.colorFillSecondary,colorBgTextActive:c.colorFill,colorIcon:c.colorTextTertiary,colorIconHover:c.colorText,colorErrorOutline:a(c.colorErrorBg,c.colorBgContainer),colorWarningOutline:a(c.colorWarningBg,c.colorBgContainer),fontSizeIcon:c.fontSizeSM,lineWidthFocus:3*c.lineWidth,lineWidth:c.lineWidth,controlOutlineWidth:2*c.lineWidth,controlInteractiveSize:c.controlHeight/2,controlItemBgHover:c.colorFillTertiary,controlItemBgActive:c.colorPrimaryBg,controlItemBgActiveHover:c.colorPrimaryBgHover,controlItemBgActiveDisabled:c.colorFill,controlTmpOutline:c.colorFillQuaternary,controlOutline:a(c.colorPrimaryBg,c.colorBgContainer),lineType:c.lineType,borderRadius:c.borderRadius,borderRadiusXS:c.borderRadiusXS,borderRadiusSM:c.borderRadiusSM,borderRadiusLG:c.borderRadiusLG,fontWeightStrong:600,opacityLoading:.65,linkDecoration:"none",linkHoverDecoration:"none",linkFocusDecoration:"none",controlPaddingHorizontal:12,controlPaddingHorizontalSM:8,paddingXXS:c.sizeXXS,paddingXS:c.sizeXS,paddingSM:c.sizeSM,padding:c.size,paddingMD:c.sizeMD,paddingLG:c.sizeLG,paddingXL:c.sizeXL,paddingContentHorizontalLG:c.sizeLG,paddingContentVerticalLG:c.sizeMS,paddingContentHorizontal:c.sizeMS,paddingContentVertical:c.sizeSM,paddingContentHorizontalSM:c.size,paddingContentVerticalSM:c.sizeXS,marginXXS:c.sizeXXS,marginXS:c.sizeXS,marginSM:c.sizeSM,margin:c.size,marginMD:c.sizeMD,marginLG:c.sizeLG,marginXL:c.sizeXL,marginXXL:c.sizeXXL,boxShadow:`
|
|
13
|
+
0 6px 16px 0 rgba(0, 0, 0, 0.08),
|
|
14
|
+
0 3px 6px -4px rgba(0, 0, 0, 0.12),
|
|
15
|
+
0 9px 28px 8px rgba(0, 0, 0, 0.05)
|
|
16
|
+
`,boxShadowSecondary:`
|
|
17
|
+
0 6px 16px 0 rgba(0, 0, 0, 0.08),
|
|
18
|
+
0 3px 6px -4px rgba(0, 0, 0, 0.12),
|
|
19
|
+
0 9px 28px 8px rgba(0, 0, 0, 0.05)
|
|
20
|
+
`,boxShadowTertiary:`
|
|
21
|
+
0 1px 2px 0 rgba(0, 0, 0, 0.03),
|
|
22
|
+
0 1px 6px -1px rgba(0, 0, 0, 0.02),
|
|
23
|
+
0 2px 4px 0 rgba(0, 0, 0, 0.02)
|
|
24
|
+
`,screenXS:480,screenXSMin:480,screenXSMax:575,screenSM:576,screenSMMin:576,screenSMMax:767,screenMD:768,screenMDMin:768,screenMDMax:991,screenLG:992,screenLGMin:992,screenLGMax:1199,screenXL:1200,screenXLMin:1200,screenXLMax:1599,screenXXL:1600,screenXXLMin:1600,boxShadowPopoverArrow:"2px 2px 5px rgba(0, 0, 0, 0.05)",boxShadowCard:`
|
|
25
|
+
0 1px 2px -2px ${new o.t("rgba(0, 0, 0, 0.16)").toRgbString()},
|
|
26
|
+
0 3px 6px 0 ${new o.t("rgba(0, 0, 0, 0.12)").toRgbString()},
|
|
27
|
+
0 5px 12px 4px ${new o.t("rgba(0, 0, 0, 0.09)").toRgbString()}
|
|
28
|
+
`,boxShadowDrawerRight:`
|
|
29
|
+
-6px 0 16px 0 rgba(0, 0, 0, 0.08),
|
|
30
|
+
-3px 0 6px -4px rgba(0, 0, 0, 0.12),
|
|
31
|
+
-9px 0 28px 8px rgba(0, 0, 0, 0.05)
|
|
32
|
+
`,boxShadowDrawerLeft:`
|
|
33
|
+
6px 0 16px 0 rgba(0, 0, 0, 0.08),
|
|
34
|
+
3px 0 6px -4px rgba(0, 0, 0, 0.12),
|
|
35
|
+
9px 0 28px 8px rgba(0, 0, 0, 0.05)
|
|
36
|
+
`,boxShadowDrawerUp:`
|
|
37
|
+
0 6px 16px 0 rgba(0, 0, 0, 0.08),
|
|
38
|
+
0 3px 6px -4px rgba(0, 0, 0, 0.12),
|
|
39
|
+
0 9px 28px 8px rgba(0, 0, 0, 0.05)
|
|
40
|
+
`,boxShadowDrawerDown:`
|
|
41
|
+
0 -6px 16px 0 rgba(0, 0, 0, 0.08),
|
|
42
|
+
0 -3px 6px -4px rgba(0, 0, 0, 0.12),
|
|
43
|
+
0 -9px 28px 8px rgba(0, 0, 0, 0.05)
|
|
44
|
+
`,boxShadowTabsOverflowLeft:"inset 10px 0 8px -8px rgba(0, 0, 0, 0.08)",boxShadowTabsOverflowRight:"inset -10px 0 8px -8px rgba(0, 0, 0, 0.08)",boxShadowTabsOverflowTop:"inset 0 10px 8px -8px rgba(0, 0, 0, 0.08)",boxShadowTabsOverflowBottom:"inset 0 -10px 8px -8px rgba(0, 0, 0, 0.08)"}),i)}},6905:function(e,r,t){"use strict";var o=t(9665),n={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},i={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},a={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},l={};function c(e){return o.isMemo(e)?a:l[e.$$typeof]||n}l[o.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},l[o.Memo]=a;var s=Object.defineProperty,d=Object.getOwnPropertyNames,f=Object.getOwnPropertySymbols,u=Object.getOwnPropertyDescriptor,g=Object.getPrototypeOf,h=Object.prototype;e.exports=function e(r,t,o){if("string"!=typeof t){if(h){var n=g(t);n&&n!==h&&e(r,n,o)}var a=d(t);f&&(a=a.concat(f(t)));for(var l=c(r),p=c(t),m=0;m<a.length;++m){var b=a[m];if(!i[b]&&!(o&&o[b])&&!(p&&p[b])&&!(l&&l[b])){var S=u(t,b);try{s(r,b,S)}catch(e){}}}}return r}},3013:function(e,r,t){"use strict";t.d(r,{Z:function(){return u}});function o(e,r){(null==r||r>e.length)&&(r=e.length);for(var t=0,o=Array(r);t<r;t++)o[t]=e[t];return o}function n(e,r){return function(e){if(Array.isArray(e))return e}(e)||function(e,r){var t=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=t){var o,n,i,a,l=[],c=!0,s=!1;try{if(i=(t=t.call(e)).next,0===r){if(Object(t)!==t)return;c=!1}else for(;!(c=(o=i.call(t)).done)&&(l.push(o.value),l.length!==r);c=!0);}catch(e){s=!0,n=e}finally{try{if(!c&&null!=t.return&&(a=t.return(),Object(a)!==a))return}finally{if(s)throw n}}return l}}(e,r)||function(e,r){if(e){if("string"==typeof e)return o(e,r);var t=({}).toString.call(e).slice(8,-1);return"Object"===t&&e.constructor&&(t=e.constructor.name),"Map"===t||"Set"===t?Array.from(e):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?o(e,r):void 0}}(e,r)||function(){throw TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}var i=t("8156");function a(e){var r=i.useRef();return r.current=e,i.useCallback(function(){for(var e,t=arguments.length,o=Array(t),n=0;n<t;n++)o[n]=arguments[n];return null===(e=r.current)||void 0===e?void 0:e.call.apply(e,[r].concat(o))},[])}var l="undefined"!=typeof window&&window.document&&window.document.createElement?i.useLayoutEffect:i.useEffect,c=function(e,r){var t=i.useRef(!0);l(function(){return e(t.current)},r),l(function(){return t.current=!1,function(){t.current=!0}},[])},s=function(e,r){c(function(r){if(!r)return e()},r)};function d(e){var r=i.useRef(!1),t=n(i.useState(e),2),o=t[0],a=t[1];return i.useEffect(function(){return r.current=!1,function(){r.current=!0}},[]),[o,function(e,t){if(!t||!r.current)a(e)}]}function f(e){return void 0!==e}function u(e,r){var t=r||{},o=t.defaultValue,i=t.value,l=t.onChange,c=t.postState,u=n(d(function(){return f(i)?i:f(o)?"function"==typeof o?o():o:"function"==typeof e?e():e}),2),g=u[0],h=u[1],p=void 0!==i?i:g,m=c?c(p):p,b=a(l),S=n(d([p]),2),v=S[0],y=S[1];return s(function(){var e=v[0];g!==e&&b(g,e)},[v]),s(function(){!f(i)&&h(i)},[i]),[m,a(function(e,r){h(e,r),y([p],r)})]}},7655:function(e,r){"use strict";Object.defineProperty(r,"__esModule",{value:!0}),r.default=function(){return!!("undefined"!=typeof window&&window.document&&window.document.createElement)}},5849:function(e,r,t){"use strict";var o=t(561).default;Object.defineProperty(r,"__esModule",{value:!0}),r.default=function(e){var r=n.useRef();return r.current=e,n.useCallback(function(){for(var e,t=arguments.length,o=Array(t),n=0;n<t;n++)o[n]=arguments[n];return null===(e=r.current)||void 0===e?void 0:e.call.apply(e,[r].concat(o))},[])};var n=o(t(8156))},1217:function(e,r,t){"use strict";var o=t(5605).default,n=t(561).default;Object.defineProperty(r,"__esModule",{value:!0}),r.useLayoutUpdateEffect=r.default=void 0;var i=n(t(8156)),a=(0,o(t(7655)).default)()?i.useLayoutEffect:i.useEffect,l=function(e,r){var t=i.useRef(!0);a(function(){return e(t.current)},r),a(function(){return t.current=!1,function(){t.current=!0}},[])};r.useLayoutUpdateEffect=function(e,r){l(function(r){if(!r)return e()},r)},r.default=l},2075:function(e,r,t){"use strict";var o,n=t(5605).default,i=n(t(7254)),a=n(t(5849)),l=t(1217),c=n(t(7620));function s(e){return void 0!==e}},7620:function(e,r,t){"use strict";var o=t(561).default,n=t(5605).default;Object.defineProperty(r,"__esModule",{value:!0}),r.default=function(e){var r=a.useRef(!1),t=a.useState(e),o=(0,i.default)(t,2),n=o[0],l=o[1];return a.useEffect(function(){return r.current=!1,function(){r.current=!0}},[]),[n,function(e,t){if(!t||!r.current)l(e)}]};var i=n(t(7254)),a=o(t(8156))},8092:function(e,r){"use strict";var t="function"==typeof Symbol&&Symbol.for,o=t?Symbol.for("react.element"):60103,n=t?Symbol.for("react.portal"):60106,i=t?Symbol.for("react.fragment"):60107,a=t?Symbol.for("react.strict_mode"):60108,l=t?Symbol.for("react.profiler"):60114,c=t?Symbol.for("react.provider"):60109,s=t?Symbol.for("react.context"):60110,d=t?Symbol.for("react.async_mode"):60111,f=t?Symbol.for("react.concurrent_mode"):60111,u=t?Symbol.for("react.forward_ref"):60112,g=t?Symbol.for("react.suspense"):60113,h=t?Symbol.for("react.suspense_list"):60120,p=t?Symbol.for("react.memo"):60115,m=t?Symbol.for("react.lazy"):60116,b=t?Symbol.for("react.block"):60121,S=t?Symbol.for("react.fundamental"):60117,v=t?Symbol.for("react.responder"):60118,y=t?Symbol.for("react.scope"):60119;function x(e){if("object"==typeof e&&null!==e){var r=e.$$typeof;switch(r){case o:switch(e=e.type){case d:case f:case i:case l:case a:case g:return e;default:switch(e=e&&e.$$typeof){case s:case u:case m:case p:case c:return e;default:return r}}case n:return r}}}function M(e){return x(e)===f}r.AsyncMode=d,r.ConcurrentMode=f,r.ContextConsumer=s,r.ContextProvider=c,r.Element=o,r.ForwardRef=u,r.Fragment=i,r.Lazy=m,r.Memo=p,r.Portal=n,r.Profiler=l,r.StrictMode=a,r.Suspense=g,r.isAsyncMode=function(e){return M(e)||x(e)===d},r.isConcurrentMode=M,r.isContextConsumer=function(e){return x(e)===s},r.isContextProvider=function(e){return x(e)===c},r.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===o},r.isForwardRef=function(e){return x(e)===u},r.isFragment=function(e){return x(e)===i},r.isLazy=function(e){return x(e)===m},r.isMemo=function(e){return x(e)===p},r.isPortal=function(e){return x(e)===n},r.isProfiler=function(e){return x(e)===l},r.isStrictMode=function(e){return x(e)===a},r.isSuspense=function(e){return x(e)===g},r.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===i||e===f||e===l||e===a||e===g||e===h||"object"==typeof e&&null!==e&&(e.$$typeof===m||e.$$typeof===p||e.$$typeof===c||e.$$typeof===s||e.$$typeof===u||e.$$typeof===S||e.$$typeof===v||e.$$typeof===y||e.$$typeof===b)},r.typeOf=x},9665:function(e,r,t){"use strict";e.exports=t(8092)},1801:function(e,r,t){"use strict";var o,n=t(8156),i=Symbol.for("react.element"),a=Symbol.for("react.fragment"),l=Object.prototype.hasOwnProperty,c=n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,s={key:!0,ref:!0,__self:!0,__source:!0};function d(e,r,t){var o,n={},a=null,d=null;for(o in void 0!==t&&(a=""+t),void 0!==r.key&&(a=""+r.key),void 0!==r.ref&&(d=r.ref),r)l.call(r,o)&&!s.hasOwnProperty(o)&&(n[o]=r[o]);if(e&&e.defaultProps)for(o in r=e.defaultProps)void 0===n[o]&&(n[o]=r[o]);return{$$typeof:i,type:e,key:a,ref:d,props:n,_owner:c.current}}},3704:function(e,r,t){"use strict";t(1801)},2298:function(e){e.exports=function(e,r,t,o){var n=t?t.call(o,e,r):void 0;if(void 0!==n)return!!n;if(e===r)return!0;if("object"!=typeof e||!e||"object"!=typeof r||!r)return!1;var i=Object.keys(e),a=Object.keys(r);if(i.length!==a.length)return!1;for(var l=Object.prototype.hasOwnProperty.bind(r),c=0;c<i.length;c++){var s=i[c];if(!l(s))return!1;var d=e[s],f=r[s];if(!1===(n=t?t.call(o,d,f,s):void 0)||void 0===n&&d!==f)return!1}return!0}},4176:function(e,r,t){"use strict";t.d(r,{S:function(){return n}});var o=t(8156);let n=(e,r=0)=>{let t=(0,o.useRef)(0),n=(0,o.useCallback)((...o)=>{cancelAnimationFrame(t.current);let n=performance.now(),i=a=>{a-n<r?t.current=requestAnimationFrame(i):e(...o)};t.current=requestAnimationFrame(i)},[e,r]);return(0,o.useEffect)(()=>()=>cancelAnimationFrame(t.current),[]),n}},4439:function(e){e.exports=function(e,r){(null==r||r>e.length)&&(r=e.length);for(var t=0,o=Array(r);t<r;t++)o[t]=e[t];return o},e.exports.__esModule=!0,e.exports.default=e.exports},4221:function(e){e.exports=function(e){if(Array.isArray(e))return e},e.exports.__esModule=!0,e.exports.default=e.exports},5605:function(e){e.exports=function(e){return e&&e.__esModule?e:{default:e}},e.exports.__esModule=!0,e.exports.default=e.exports},561:function(e,r,t){var o=t(3265).default;function n(e){if("function"!=typeof WeakMap)return null;var r=new WeakMap,t=new WeakMap;return(n=function(e){return e?t:r})(e)}e.exports=function(e,r){if(!r&&e&&e.__esModule)return e;if(null===e||"object"!=o(e)&&"function"!=typeof e)return{default:e};var t=n(r);if(t&&t.has(e))return t.get(e);var i={__proto__:null},a=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var l in e)if("default"!==l&&({}).hasOwnProperty.call(e,l)){var c=a?Object.getOwnPropertyDescriptor(e,l):null;c&&(c.get||c.set)?Object.defineProperty(i,l,c):i[l]=e[l]}return i.default=e,t&&t.set(e,i),i},e.exports.__esModule=!0,e.exports.default=e.exports},7062:function(e){e.exports=function(e,r){var t=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=t){var o,n,i,a,l=[],c=!0,s=!1;try{if(i=(t=t.call(e)).next,0===r){if(Object(t)!==t)return;c=!1}else for(;!(c=(o=i.call(t)).done)&&(l.push(o.value),l.length!==r);c=!0);}catch(e){s=!0,n=e}finally{try{if(!c&&null!=t.return&&(a=t.return(),Object(a)!==a))return}finally{if(s)throw n}}return l}},e.exports.__esModule=!0,e.exports.default=e.exports},9460:function(e){e.exports=function(){throw TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")},e.exports.__esModule=!0,e.exports.default=e.exports},7254:function(e,r,t){var o=t(4221),n=t(7062),i=t(9048),a=t(9460);e.exports=function(e,r){return o(e)||n(e,r)||i(e,r)||a()},e.exports.__esModule=!0,e.exports.default=e.exports},3265:function(e){function r(t){return e.exports=r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e.exports.__esModule=!0,e.exports.default=e.exports,r(t)}e.exports=r,e.exports.__esModule=!0,e.exports.default=e.exports},9048:function(e,r,t){var o=t(4439);e.exports=function(e,r){if(e){if("string"==typeof e)return o(e,r);var t=({}).toString.call(e).slice(8,-1);return"Object"===t&&e.constructor&&(t=e.constructor.name),"Map"===t||"Set"===t?Array.from(e):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?o(e,r):void 0}},e.exports.__esModule=!0,e.exports.default=e.exports},9527:function(e){!function(){"use strict";var r={}.hasOwnProperty;function t(){for(var e="",n=0;n<arguments.length;n++){var i=arguments[n];i&&(e=o(e,function(e){if("string"==typeof e||"number"==typeof e)return e;if("object"!=typeof e)return"";if(Array.isArray(e))return t.apply(null,e);if(e.toString!==Object.prototype.toString&&!e.toString.toString().includes("[native code]"))return e.toString();var n="";for(var i in e)r.call(e,i)&&e[i]&&(n=o(n,i));return n}(i)))}return e}function o(e,r){return r?e?e+" "+r:e+r:e}e.exports?(t.default=t,e.exports=t):"function"==typeof define&&"object"==typeof define.amd&&define.amd?define("classnames",[],function(){return t}):window.classNames=t}()},1507:function(e,r,t){"use strict";t.d(r,{Jg:function(){return R},gW:function(){return L}});var o=t(8156);function n(){return(n=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e}).apply(this,arguments)}function i(e,r){if(null==e)return{};var t,o,n={},i=Object.keys(e);for(o=0;o<i.length;o++)r.indexOf(t=i[o])>=0||(n[t]=e[t]);return n}function a(e){var r=(0,o.useRef)(e),t=(0,o.useRef)(function(e){r.current&&r.current(e)});return r.current=e,t.current}var l=function(e,r,t){return void 0===r&&(r=0),void 0===t&&(t=1),e>t?t:e<r?r:e},c=function(e){return"touches"in e},s=function(e){return e&&e.ownerDocument.defaultView||self},d=function(e,r,t){var o=e.getBoundingClientRect(),n=c(r)?function(e,r){for(var t=0;t<e.length;t++)if(e[t].identifier===r)return e[t];return e[0]}(r.touches,t):r;return{left:l((n.pageX-(o.left+s(e).pageXOffset))/o.width),top:l((n.pageY-(o.top+s(e).pageYOffset))/o.height)}},f=function(e){c(e)||e.preventDefault()},u=o.memo(function(e){var r=e.onMove,t=e.onKey,l=i(e,["onMove","onKey"]),u=(0,o.useRef)(null),g=a(r),h=a(t),p=(0,o.useRef)(null),m=(0,o.useRef)(!1),b=(0,o.useMemo)(function(){var e=function(e){f(e),(c(e)?e.touches.length>0:e.buttons>0)&&u.current?g(d(u.current,e,p.current)):t(!1)},r=function(){return t(!1)};function t(t){var o=m.current,n=s(u.current),i=t?n.addEventListener:n.removeEventListener;i(o?"touchmove":"mousemove",e),i(o?"touchend":"mouseup",r)}return[function(e){var r,o=e.nativeEvent,n=u.current;if(n&&(f(o),r=o,(!m.current||c(r))&&n)){if(c(o)){m.current=!0;var i=o.changedTouches||[];i.length&&(p.current=i[0].identifier)}n.focus(),g(d(n,o,p.current)),t(!0)}},function(e){var r=e.which||e.keyCode;r<37||r>40||(e.preventDefault(),h({left:39===r?.05:37===r?-.05:0,top:40===r?.05:38===r?-.05:0}))},t]},[h,g]),S=b[0],v=b[1],y=b[2];return(0,o.useEffect)(function(){return y},[y]),o.createElement("div",n({},l,{onTouchStart:S,onMouseDown:S,className:"react-colorful__interactive",ref:u,onKeyDown:v,tabIndex:0,role:"slider"}))}),g=function(e){return e.filter(Boolean).join(" ")},h=function(e){var r=e.color,t=e.left,n=e.top,i=g(["react-colorful__pointer",e.className]);return o.createElement("div",{className:i,style:{top:100*(void 0===n?.5:n)+"%",left:100*t+"%"}},o.createElement("div",{className:"react-colorful__pointer-fill",style:{backgroundColor:r}}))},p=function(e,r,t){return void 0===r&&(r=0),void 0===t&&(t=Math.pow(10,r)),Math.round(t*e)/t},m=function(e){return"#"===e[0]&&(e=e.substring(1)),e.length<6?{r:parseInt(e[0]+e[0],16),g:parseInt(e[1]+e[1],16),b:parseInt(e[2]+e[2],16),a:4===e.length?p(parseInt(e[3]+e[3],16)/255,2):1}:{r:parseInt(e.substring(0,2),16),g:parseInt(e.substring(2,4),16),b:parseInt(e.substring(4,6),16),a:8===e.length?p(parseInt(e.substring(6,8),16)/255,2):1}},b=function(e){var r=e.s,t=e.v,o=e.a,n=(200-r)*t/100;return{h:p(e.h),s:p(n>0&&n<200?r*t/100/(n<=100?n:200-n)*100:0),l:p(n/2),a:p(o,2)}},S=function(e){var r=b(e);return"hsl("+r.h+", "+r.s+"%, "+r.l+"%)"},v=function(e){var r=b(e);return"hsla("+r.h+", "+r.s+"%, "+r.l+"%, "+r.a+")"},y=function(e){var r=e.h,t=e.s,o=e.v,n=e.a;r=r/360*6,t/=100,o/=100;var i=Math.floor(r),a=o*(1-t),l=o*(1-(r-i)*t),c=o*(1-(1-r+i)*t),s=i%6;return{r:p(255*[o,l,a,a,c,o][s]),g:p(255*[c,o,o,l,a,a][s]),b:p(255*[a,a,c,o,o,l][s]),a:p(n,2)}},x=function(e){var r=e.toString(16);return r.length<2?"0"+r:r},M=function(e){var r=e.r,t=e.g,o=e.b,n=e.a,i=n<1?x(p(255*n)):"";return"#"+x(r)+x(t)+x(o)+i},B=function(e){var r=e.r,t=e.g,o=e.b,n=e.a,i=Math.max(r,t,o),a=i-Math.min(r,t,o),l=a?i===r?(t-o)/a:i===t?2+(o-r)/a:4+(r-t)/a:0;return{h:p(60*(l<0?l+6:l)),s:p(i?a/i*100:0),v:p(i/255*100),a:n}},H=o.memo(function(e){var r=e.hue,t=e.onChange,n=g(["react-colorful__hue",e.className]);return o.createElement("div",{className:n},o.createElement(u,{onMove:function(e){t({h:360*e.left})},onKey:function(e){t({h:l(r+360*e.left,0,360)})},"aria-label":"Hue","aria-valuenow":p(r),"aria-valuemax":"360","aria-valuemin":"0"},o.createElement(h,{className:"react-colorful__hue-pointer",left:r/360,color:S({h:r,s:100,v:100,a:1})})))}),w=o.memo(function(e){var r=e.hsva,t=e.onChange,n={backgroundColor:S({h:r.h,s:100,v:100,a:1})};return o.createElement("div",{className:"react-colorful__saturation",style:n},o.createElement(u,{onMove:function(e){t({s:100*e.left,v:100-100*e.top})},onKey:function(e){t({s:l(r.s+100*e.left,0,100),v:l(r.v-100*e.top,0,100)})},"aria-label":"Color","aria-valuetext":"Saturation "+p(r.s)+"%, Brightness "+p(r.v)+"%"},o.createElement(h,{className:"react-colorful__saturation-pointer",top:1-r.v/100,left:r.s/100,color:S(r)})))}),C=function(e,r){if(e===r)return!0;for(var t in e)if(e[t]!==r[t])return!1;return!0};function k(e,r,t){var n=a(t),i=(0,o.useState)(function(){return e.toHsva(r)}),l=i[0],c=i[1],s=(0,o.useRef)({color:r,hsva:l});return(0,o.useEffect)(function(){if(!e.equal(r,s.current.color)){var t=e.toHsva(r);s.current={hsva:t,color:r},c(t)}},[r,e]),(0,o.useEffect)(function(){var r;C(l,s.current.hsva)||e.equal(r=e.fromHsva(l),s.current.color)||(s.current={hsva:l,color:r},n(r))},[l,e,n]),[l,(0,o.useCallback)(function(e){c(function(r){return Object.assign({},r,e)})},[])]}var I,T="undefined"!=typeof window?o.useLayoutEffect:o.useEffect,A=new Map,z=function(e){T(function(){var r=e.current?e.current.ownerDocument:document;if(void 0!==r&&!A.has(r)){var o=r.createElement("style");o.innerHTML='.react-colorful{position:relative;display:flex;flex-direction:column;width:200px;height:200px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}.react-colorful__saturation{position:relative;flex-grow:1;border-color:transparent;border-bottom:12px solid #000;border-radius:8px 8px 0 0;background-image:linear-gradient(0deg,#000,transparent),linear-gradient(90deg,#fff,hsla(0,0%,100%,0))}.react-colorful__alpha-gradient,.react-colorful__pointer-fill{content:"";position:absolute;left:0;top:0;right:0;bottom:0;pointer-events:none;border-radius:inherit}.react-colorful__alpha-gradient,.react-colorful__saturation{box-shadow:inset 0 0 0 1px rgba(0,0,0,.05)}.react-colorful__alpha,.react-colorful__hue{position:relative;height:24px}.react-colorful__hue{background:linear-gradient(90deg,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red)}.react-colorful__last-control{border-radius:0 0 8px 8px}.react-colorful__interactive{position:absolute;left:0;top:0;right:0;bottom:0;border-radius:inherit;outline:none;touch-action:none}.react-colorful__pointer{position:absolute;z-index:1;box-sizing:border-box;width:28px;height:28px;transform:translate(-50%,-50%);background-color:#fff;border:2px solid #fff;border-radius:50%;box-shadow:0 2px 4px rgba(0,0,0,.2)}.react-colorful__interactive:focus .react-colorful__pointer{transform:translate(-50%,-50%) scale(1.1)}.react-colorful__alpha,.react-colorful__alpha-pointer{background-color:#fff;background-image:url(\'data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill-opacity=".05"><path d="M8 0h8v8H8zM0 8h8v8H0z"/></svg>\')}.react-colorful__saturation-pointer{z-index:3}.react-colorful__hue-pointer{z-index:2}',A.set(r,o);var n=I||t.nc;n&&o.setAttribute("nonce",n),r.head.appendChild(o)}},[])},_=function(e){var r=e.className,t=e.colorModel,a=e.color,l=void 0===a?t.defaultColor:a,c=e.onChange,s=i(e,["className","colorModel","color","onChange"]),d=(0,o.useRef)(null);z(d);var f=k(t,l,c),u=f[0],h=f[1],p=g(["react-colorful",r]);return o.createElement("div",n({},s,{ref:d,className:p}),o.createElement(w,{hsva:u,onChange:h}),o.createElement(H,{hue:u.h,onChange:h,className:"react-colorful__last-control"}))},P={defaultColor:"000",toHsva:function(e){return B(m(e))},fromHsva:function(e){return M(y({h:e.h,s:e.s,v:e.v,a:1}))},equal:function(e,r){return e.toLowerCase()===r.toLowerCase()||C(m(e),m(r))}},L=function(e){return o.createElement(_,n({},e,{colorModel:P}))},E=function(e){var r=e.className,t=e.hsva,n=e.onChange,i={backgroundImage:"linear-gradient(90deg, "+v(Object.assign({},t,{a:0}))+", "+v(Object.assign({},t,{a:1}))+")"},a=g(["react-colorful__alpha",r]),c=p(100*t.a);return o.createElement("div",{className:a},o.createElement("div",{className:"react-colorful__alpha-gradient",style:i}),o.createElement(u,{onMove:function(e){n({a:e.left})},onKey:function(e){n({a:l(t.a+e.left)})},"aria-label":"Alpha","aria-valuetext":c+"%","aria-valuenow":c,"aria-valuemin":"0","aria-valuemax":"100"},o.createElement(h,{className:"react-colorful__alpha-pointer",left:t.a,color:v(t)})))},D=function(e){var r=e.className,t=e.colorModel,a=e.color,l=void 0===a?t.defaultColor:a,c=e.onChange,s=i(e,["className","colorModel","color","onChange"]),d=(0,o.useRef)(null);z(d);var f=k(t,l,c),u=f[0],h=f[1],p=g(["react-colorful",r]);return o.createElement("div",n({},s,{ref:d,className:p}),o.createElement(w,{hsva:u,onChange:h}),o.createElement(H,{hue:u.h,onChange:h}),o.createElement(E,{hsva:u,onChange:h,className:"react-colorful__last-control"}))},F={defaultColor:{r:0,g:0,b:0,a:1},toHsva:B,fromHsva:y,equal:C},R=function(e){return o.createElement(D,n({},e,{colorModel:F}))}},9057:function(e,r,t){"use strict";function o(e){return(o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}t.d(r,{Z:function(){return s}});var n,i,a,l=/^\s+/,c=/\s+$/;function s(e,r){if(r=r||{},(e=e||"")instanceof s)return e;if(!(this instanceof s))return new s(e,r);var t=function(e){var r={r:0,g:0,b:0},t=1,n=null,i=null,a=null,s=!1,d=!1;return"string"==typeof e&&(e=function(e){e=e.replace(l,"").replace(c,"").toLowerCase();var r,t=!1;if(C[e])e=C[e],t=!0;else if("transparent"==e)return{r:0,g:0,b:0,a:0,format:"name"};if(r=D.rgb.exec(e))return{r:r[1],g:r[2],b:r[3]};if(r=D.rgba.exec(e))return{r:r[1],g:r[2],b:r[3],a:r[4]};if(r=D.hsl.exec(e))return{h:r[1],s:r[2],l:r[3]};if(r=D.hsla.exec(e))return{h:r[1],s:r[2],l:r[3],a:r[4]};if(r=D.hsv.exec(e))return{h:r[1],s:r[2],v:r[3]};if(r=D.hsva.exec(e))return{h:r[1],s:r[2],v:r[3],a:r[4]};if(r=D.hex8.exec(e))return{r:z(r[1]),g:z(r[2]),b:z(r[3]),a:z(r[4])/255,format:t?"name":"hex8"};if(r=D.hex6.exec(e))return{r:z(r[1]),g:z(r[2]),b:z(r[3]),format:t?"name":"hex"};if(r=D.hex4.exec(e))return{r:z(r[1]+""+r[1]),g:z(r[2]+""+r[2]),b:z(r[3]+""+r[3]),a:z(r[4]+""+r[4])/255,format:t?"name":"hex8"};return!!(r=D.hex3.exec(e))&&{r:z(r[1]+""+r[1]),g:z(r[2]+""+r[2]),b:z(r[3]+""+r[3]),format:t?"name":"hex"}}(e)),"object"==o(e)&&(F(e.r)&&F(e.g)&&F(e.b)?(r=function(e,r,t){return{r:255*T(e,255),g:255*T(r,255),b:255*T(t,255)}}(e.r,e.g,e.b),s=!0,d="%"===String(e.r).substr(-1)?"prgb":"rgb"):F(e.h)&&F(e.s)&&F(e.v)?(n=P(e.s),i=P(e.v),r=function(e,r,t){e=6*T(e,360),r=T(r,100),t=T(t,100);var o=Math.floor(e),n=e-o,i=t*(1-r),a=t*(1-n*r),l=t*(1-(1-n)*r),c=o%6;return{r:255*[t,a,i,i,l,t][c],g:255*[l,t,t,a,i,i][c],b:255*[i,i,l,t,t,a][c]}}(e.h,n,i),s=!0,d="hsv"):F(e.h)&&F(e.s)&&F(e.l)&&(n=P(e.s),a=P(e.l),r=function(e,r,t){var o,n,i;function a(e,r,t){return(t<0&&(t+=1),t>1&&(t-=1),t<1/6)?e+(r-e)*6*t:t<.5?r:t<2/3?e+(r-e)*(2/3-t)*6:e}if(e=T(e,360),r=T(r,100),t=T(t,100),0===r)o=n=i=t;else{var l=t<.5?t*(1+r):t+r-t*r,c=2*t-l;o=a(c,l,e+1/3),n=a(c,l,e),i=a(c,l,e-1/3)}return{r:255*o,g:255*n,b:255*i}}(e.h,n,a),s=!0,d="hsl"),e.hasOwnProperty("a")&&(t=e.a)),t=I(t),{ok:s,format:e.format||d,r:Math.min(255,Math.max(r.r,0)),g:Math.min(255,Math.max(r.g,0)),b:Math.min(255,Math.max(r.b,0)),a:t}}(e);this._originalInput=e,this._r=t.r,this._g=t.g,this._b=t.b,this._a=t.a,this._roundA=Math.round(100*this._a)/100,this._format=r.format||t.format,this._gradientType=r.gradientType,this._r<1&&(this._r=Math.round(this._r)),this._g<1&&(this._g=Math.round(this._g)),this._b<1&&(this._b=Math.round(this._b)),this._ok=t.ok}s.prototype={isDark:function(){return 128>this.getBrightness()},isLight:function(){return!this.isDark()},isValid:function(){return this._ok},getOriginalInput:function(){return this._originalInput},getFormat:function(){return this._format},getAlpha:function(){return this._a},getBrightness:function(){var e=this.toRgb();return(299*e.r+587*e.g+114*e.b)/1e3},getLuminance:function(){var e,r,t,o,n,i,a=this.toRgb();return e=a.r/255,r=a.g/255,t=a.b/255,.2126*(o=e<=.03928?e/12.92:Math.pow((e+.055)/1.055,2.4))+.7152*(n=r<=.03928?r/12.92:Math.pow((r+.055)/1.055,2.4))+.0722*(i=t<=.03928?t/12.92:Math.pow((t+.055)/1.055,2.4))},setAlpha:function(e){return this._a=I(e),this._roundA=Math.round(100*this._a)/100,this},toHsv:function(){var e=f(this._r,this._g,this._b);return{h:360*e.h,s:e.s,v:e.v,a:this._a}},toHsvString:function(){var e=f(this._r,this._g,this._b),r=Math.round(360*e.h),t=Math.round(100*e.s),o=Math.round(100*e.v);return 1==this._a?"hsv("+r+", "+t+"%, "+o+"%)":"hsva("+r+", "+t+"%, "+o+"%, "+this._roundA+")"},toHsl:function(){var e=d(this._r,this._g,this._b);return{h:360*e.h,s:e.s,l:e.l,a:this._a}},toHslString:function(){var e=d(this._r,this._g,this._b),r=Math.round(360*e.h),t=Math.round(100*e.s),o=Math.round(100*e.l);return 1==this._a?"hsl("+r+", "+t+"%, "+o+"%)":"hsla("+r+", "+t+"%, "+o+"%, "+this._roundA+")"},toHex:function(e){return u(this._r,this._g,this._b,e)},toHexString:function(e){return"#"+this.toHex(e)},toHex8:function(e){return function(e,r,t,o,n){var i=[_(Math.round(e).toString(16)),_(Math.round(r).toString(16)),_(Math.round(t).toString(16)),_(L(o))];return n&&i[0].charAt(0)==i[0].charAt(1)&&i[1].charAt(0)==i[1].charAt(1)&&i[2].charAt(0)==i[2].charAt(1)&&i[3].charAt(0)==i[3].charAt(1)?i[0].charAt(0)+i[1].charAt(0)+i[2].charAt(0)+i[3].charAt(0):i.join("")}(this._r,this._g,this._b,this._a,e)},toHex8String:function(e){return"#"+this.toHex8(e)},toRgb:function(){return{r:Math.round(this._r),g:Math.round(this._g),b:Math.round(this._b),a:this._a}},toRgbString:function(){return 1==this._a?"rgb("+Math.round(this._r)+", "+Math.round(this._g)+", "+Math.round(this._b)+")":"rgba("+Math.round(this._r)+", "+Math.round(this._g)+", "+Math.round(this._b)+", "+this._roundA+")"},toPercentageRgb:function(){return{r:Math.round(100*T(this._r,255))+"%",g:Math.round(100*T(this._g,255))+"%",b:Math.round(100*T(this._b,255))+"%",a:this._a}},toPercentageRgbString:function(){return 1==this._a?"rgb("+Math.round(100*T(this._r,255))+"%, "+Math.round(100*T(this._g,255))+"%, "+Math.round(100*T(this._b,255))+"%)":"rgba("+Math.round(100*T(this._r,255))+"%, "+Math.round(100*T(this._g,255))+"%, "+Math.round(100*T(this._b,255))+"%, "+this._roundA+")"},toName:function(){return 0===this._a?"transparent":!(this._a<1)&&(k[u(this._r,this._g,this._b,!0)]||!1)},toFilter:function(e){var r="#"+g(this._r,this._g,this._b,this._a),t=r,o=this._gradientType?"GradientType = 1, ":"";if(e){var n=s(e);t="#"+g(n._r,n._g,n._b,n._a)}return"progid:DXImageTransform.Microsoft.gradient("+o+"startColorstr="+r+",endColorstr="+t+")"},toString:function(e){var r=!!e;e=e||this._format;var t=!1,o=this._a<1&&this._a>=0;if(!r&&o&&("hex"===e||"hex6"===e||"hex3"===e||"hex4"===e||"hex8"===e||"name"===e))return"name"===e&&0===this._a?this.toName():this.toRgbString();return"rgb"===e&&(t=this.toRgbString()),"prgb"===e&&(t=this.toPercentageRgbString()),("hex"===e||"hex6"===e)&&(t=this.toHexString()),"hex3"===e&&(t=this.toHexString(!0)),"hex4"===e&&(t=this.toHex8String(!0)),"hex8"===e&&(t=this.toHex8String()),"name"===e&&(t=this.toName()),"hsl"===e&&(t=this.toHslString()),"hsv"===e&&(t=this.toHsvString()),t||this.toHexString()},clone:function(){return s(this.toString())},_applyModification:function(e,r){var t=e.apply(null,[this].concat([].slice.call(r)));return this._r=t._r,this._g=t._g,this._b=t._b,this.setAlpha(t._a),this},lighten:function(){return this._applyModification(b,arguments)},brighten:function(){return this._applyModification(S,arguments)},darken:function(){return this._applyModification(v,arguments)},desaturate:function(){return this._applyModification(h,arguments)},saturate:function(){return this._applyModification(p,arguments)},greyscale:function(){return this._applyModification(m,arguments)},spin:function(){return this._applyModification(y,arguments)},_applyCombination:function(e,r){return e.apply(null,[this].concat([].slice.call(r)))},analogous:function(){return this._applyCombination(H,arguments)},complement:function(){return this._applyCombination(x,arguments)},monochromatic:function(){return this._applyCombination(w,arguments)},splitcomplement:function(){return this._applyCombination(B,arguments)},triad:function(){return this._applyCombination(M,[3])},tetrad:function(){return this._applyCombination(M,[4])}},s.fromRatio=function(e,r){if("object"==o(e)){var t={};for(var n in e)e.hasOwnProperty(n)&&("a"===n?t[n]=e[n]:t[n]=P(e[n]));e=t}return s(e,r)};function d(e,r,t){e=T(e,255),r=T(r,255);var o=Math.max(e,r,t=T(t,255)),n=Math.min(e,r,t),i,a,l=(o+n)/2;if(o==n)i=a=0;else{var c=o-n;switch(a=l>.5?c/(2-o-n):c/(o+n),o){case e:i=(r-t)/c+(r<t?6:0);break;case r:i=(t-e)/c+2;break;case t:i=(e-r)/c+4}i/=6}return{h:i,s:a,l:l}}function f(e,r,t){e=T(e,255),r=T(r,255);var o,n,i=Math.max(e,r,t=T(t,255)),a=Math.min(e,r,t);var l=i-a;if(n=0===i?0:l/i,i==a)o=0;else{switch(i){case e:o=(r-t)/l+(r<t?6:0);break;case r:o=(t-e)/l+2;break;case t:o=(e-r)/l+4}o/=6}return{h:o,s:n,v:i}}function u(e,r,t,o){var n=[_(Math.round(e).toString(16)),_(Math.round(r).toString(16)),_(Math.round(t).toString(16))];return o&&n[0].charAt(0)==n[0].charAt(1)&&n[1].charAt(0)==n[1].charAt(1)&&n[2].charAt(0)==n[2].charAt(1)?n[0].charAt(0)+n[1].charAt(0)+n[2].charAt(0):n.join("")}function g(e,r,t,o){return[_(L(o)),_(Math.round(e).toString(16)),_(Math.round(r).toString(16)),_(Math.round(t).toString(16))].join("")}function h(e,r){r=0===r?0:r||10;var t=s(e).toHsl();return t.s-=r/100,t.s=A(t.s),s(t)}function p(e,r){r=0===r?0:r||10;var t=s(e).toHsl();return t.s+=r/100,t.s=A(t.s),s(t)}function m(e){return s(e).desaturate(100)}function b(e,r){r=0===r?0:r||10;var t=s(e).toHsl();return t.l+=r/100,t.l=A(t.l),s(t)}function S(e,r){r=0===r?0:r||10;var t=s(e).toRgb();return t.r=Math.max(0,Math.min(255,t.r-Math.round(-(r/100*255)))),t.g=Math.max(0,Math.min(255,t.g-Math.round(-(r/100*255)))),t.b=Math.max(0,Math.min(255,t.b-Math.round(-(r/100*255)))),s(t)}function v(e,r){r=0===r?0:r||10;var t=s(e).toHsl();return t.l-=r/100,t.l=A(t.l),s(t)}function y(e,r){var t=s(e).toHsl(),o=(t.h+r)%360;return t.h=o<0?360+o:o,s(t)}function x(e){var r=s(e).toHsl();return r.h=(r.h+180)%360,s(r)}function M(e,r){if(isNaN(r)||r<=0)throw Error("Argument to polyad must be a positive number");for(var t=s(e).toHsl(),o=[s(e)],n=360/r,i=1;i<r;i++)o.push(s({h:(t.h+i*n)%360,s:t.s,l:t.l}));return o}function B(e){var r=s(e).toHsl(),t=r.h;return[s(e),s({h:(t+72)%360,s:r.s,l:r.l}),s({h:(t+216)%360,s:r.s,l:r.l})]}function H(e,r,t){r=r||6,t=t||30;var o=s(e).toHsl(),n=360/t,i=[s(e)];for(o.h=(o.h-(n*r>>1)+720)%360;--r;)o.h=(o.h+n)%360,i.push(s(o));return i}function w(e,r){r=r||6;for(var t=s(e).toHsv(),o=t.h,n=t.s,i=t.v,a=[],l=1/r;r--;)a.push(s({h:o,s:n,v:i})),i=(i+l)%1;return a}s.equals=function(e,r){return!!e&&!!r&&s(e).toRgbString()==s(r).toRgbString()},s.random=function(){return s.fromRatio({r:Math.random(),g:Math.random(),b:Math.random()})},s.mix=function(e,r,t){t=0===t?0:t||50;var o=s(e).toRgb(),n=s(r).toRgb(),i=t/100;return s({r:(n.r-o.r)*i+o.r,g:(n.g-o.g)*i+o.g,b:(n.b-o.b)*i+o.b,a:(n.a-o.a)*i+o.a})},s.readability=function(e,r){var t=s(e),o=s(r);return(Math.max(t.getLuminance(),o.getLuminance())+.05)/(Math.min(t.getLuminance(),o.getLuminance())+.05)},s.isReadable=function(e,r,t){var o,n,i=s.readability(e,r);switch(n=!1,(o=function(e){var r,t;return r=((e=e||{level:"AA",size:"small"}).level||"AA").toUpperCase(),t=(e.size||"small").toLowerCase(),"AA"!==r&&"AAA"!==r&&(r="AA"),"small"!==t&&"large"!==t&&(t="small"),{level:r,size:t}}(t)).level+o.size){case"AAsmall":case"AAAlarge":n=i>=4.5;break;case"AAlarge":n=i>=3;break;case"AAAsmall":n=i>=7}return n},s.mostReadable=function(e,r,t){var o,n,i,a,l=null,c=0;n=(t=t||{}).includeFallbackColors,i=t.level,a=t.size;for(var d=0;d<r.length;d++)(o=s.readability(e,r[d]))>c&&(c=o,l=s(r[d]));return s.isReadable(e,l,{level:i,size:a})||!n?l:(t.includeFallbackColors=!1,s.mostReadable(e,["#fff","#000"],t))};var C=s.names={aliceblue:"f0f8ff",antiquewhite:"faebd7",aqua:"0ff",aquamarine:"7fffd4",azure:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"000",blanchedalmond:"ffebcd",blue:"00f",blueviolet:"8a2be2",brown:"a52a2a",burlywood:"deb887",burntsienna:"ea7e5d",cadetblue:"5f9ea0",chartreuse:"7fff00",chocolate:"d2691e",coral:"ff7f50",cornflowerblue:"6495ed",cornsilk:"fff8dc",crimson:"dc143c",cyan:"0ff",darkblue:"00008b",darkcyan:"008b8b",darkgoldenrod:"b8860b",darkgray:"a9a9a9",darkgreen:"006400",darkgrey:"a9a9a9",darkkhaki:"bdb76b",darkmagenta:"8b008b",darkolivegreen:"556b2f",darkorange:"ff8c00",darkorchid:"9932cc",darkred:"8b0000",darksalmon:"e9967a",darkseagreen:"8fbc8f",darkslateblue:"483d8b",darkslategray:"2f4f4f",darkslategrey:"2f4f4f",darkturquoise:"00ced1",darkviolet:"9400d3",deeppink:"ff1493",deepskyblue:"00bfff",dimgray:"696969",dimgrey:"696969",dodgerblue:"1e90ff",firebrick:"b22222",floralwhite:"fffaf0",forestgreen:"228b22",fuchsia:"f0f",gainsboro:"dcdcdc",ghostwhite:"f8f8ff",gold:"ffd700",goldenrod:"daa520",gray:"808080",green:"008000",greenyellow:"adff2f",grey:"808080",honeydew:"f0fff0",hotpink:"ff69b4",indianred:"cd5c5c",indigo:"4b0082",ivory:"fffff0",khaki:"f0e68c",lavender:"e6e6fa",lavenderblush:"fff0f5",lawngreen:"7cfc00",lemonchiffon:"fffacd",lightblue:"add8e6",lightcoral:"f08080",lightcyan:"e0ffff",lightgoldenrodyellow:"fafad2",lightgray:"d3d3d3",lightgreen:"90ee90",lightgrey:"d3d3d3",lightpink:"ffb6c1",lightsalmon:"ffa07a",lightseagreen:"20b2aa",lightskyblue:"87cefa",lightslategray:"789",lightslategrey:"789",lightsteelblue:"b0c4de",lightyellow:"ffffe0",lime:"0f0",limegreen:"32cd32",linen:"faf0e6",magenta:"f0f",maroon:"800000",mediumaquamarine:"66cdaa",mediumblue:"0000cd",mediumorchid:"ba55d3",mediumpurple:"9370db",mediumseagreen:"3cb371",mediumslateblue:"7b68ee",mediumspringgreen:"00fa9a",mediumturquoise:"48d1cc",mediumvioletred:"c71585",midnightblue:"191970",mintcream:"f5fffa",mistyrose:"ffe4e1",moccasin:"ffe4b5",navajowhite:"ffdead",navy:"000080",oldlace:"fdf5e6",olive:"808000",olivedrab:"6b8e23",orange:"ffa500",orangered:"ff4500",orchid:"da70d6",palegoldenrod:"eee8aa",palegreen:"98fb98",paleturquoise:"afeeee",palevioletred:"db7093",papayawhip:"ffefd5",peachpuff:"ffdab9",peru:"cd853f",pink:"ffc0cb",plum:"dda0dd",powderblue:"b0e0e6",purple:"800080",rebeccapurple:"663399",red:"f00",rosybrown:"bc8f8f",royalblue:"4169e1",saddlebrown:"8b4513",salmon:"fa8072",sandybrown:"f4a460",seagreen:"2e8b57",seashell:"fff5ee",sienna:"a0522d",silver:"c0c0c0",skyblue:"87ceeb",slateblue:"6a5acd",slategray:"708090",slategrey:"708090",snow:"fffafa",springgreen:"00ff7f",steelblue:"4682b4",tan:"d2b48c",teal:"008080",thistle:"d8bfd8",tomato:"ff6347",turquoise:"40e0d0",violet:"ee82ee",wheat:"f5deb3",white:"fff",whitesmoke:"f5f5f5",yellow:"ff0",yellowgreen:"9acd32"},k=s.hexNames=function(e){var r={};for(var t in e)e.hasOwnProperty(t)&&(r[e[t]]=t);return r}(C);function I(e){return(isNaN(e=parseFloat(e))||e<0||e>1)&&(e=1),e}function T(e,r){(function(e){return"string"==typeof e&&-1!=e.indexOf(".")&&1===parseFloat(e)})(e)&&(e="100%");var t=function(e){return"string"==typeof e&&-1!=e.indexOf("%")}(e);return(e=Math.min(r,Math.max(0,parseFloat(e))),t&&(e=parseInt(e*r,10)/100),1e-6>Math.abs(e-r))?1:e%r/parseFloat(r)}function A(e){return Math.min(1,Math.max(0,e))}function z(e){return parseInt(e,16)}function _(e){return 1==e.length?"0"+e:""+e}function P(e){return e<=1&&(e=100*e+"%"),e}function L(e){return Math.round(255*parseFloat(e)).toString(16)}function E(e){return z(e)/255}var D=(i="[\\s|\\(]+("+(n="(?:[-\\+]?\\d*\\.\\d+%?)|(?:[-\\+]?\\d+%?)")+")[,|\\s]+("+n+")[,|\\s]+("+n+")\\s*\\)?",a="[\\s|\\(]+("+n+")[,|\\s]+("+n+")[,|\\s]+("+n+")[,|\\s]+("+n+")\\s*\\)?",{CSS_UNIT:new RegExp(n),rgb:RegExp("rgb"+i),rgba:RegExp("rgba"+a),hsl:RegExp("hsl"+i),hsla:RegExp("hsla"+a),hsv:RegExp("hsv"+i),hsva:RegExp("hsva"+a),hex3:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex6:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,hex4:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex8:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/});function F(e){return!!D.CSS_UNIT.exec(e)}},2017:function(e){"use strict";e.exports=JSON.parse('{"Upload":{"global":["fontSizeHeading3","fontHeight","lineWidth","controlHeightLG","colorTextDisabled","colorText","fontSize","lineHeight","fontFamily","colorFillAlter","colorBorder","borderRadiusLG","motionDurationSlow","padding","lineWidthFocus","colorPrimaryBorder","colorPrimaryHover","margin","colorPrimary","marginXXS","colorTextHeading","fontSizeLG","colorTextDescription","paddingXS","lineType","paddingSM","fontSizeHeading2","colorError","colorErrorBg","colorTextLightSolid","marginXS","colorBgMask","marginXL","borderRadiusSM","controlItemBgHover","motionEaseInOutCirc","motionDurationMid","motionEaseInOut"],"component":{"actionsColor":"rgba(0,0,0,0.45)"}},"TreeSelect":{"global":["colorBgElevated","paddingXS","colorTextQuaternary","controlItemBgActiveDisabled","colorText","fontSize","lineHeight","fontFamily","borderRadius","motionDurationSlow","lineWidthFocus","colorPrimaryBorder","colorPrimary","colorTextDisabled","controlItemBgHover","controlInteractiveSize","colorBgTextHover","colorBorder","motionDurationMid","lineWidthBold","marginXS","borderRadiusSM","colorBgContainer","lineWidth","lineType","colorWhite","motionDurationFast","motionEaseInBack","colorPrimaryHover","motionEaseOutBack","fontSizeLG","colorBgContainerDisabled"],"component":{"titleHeight":24,"indentSize":24,"nodeHoverBg":"rgba(0,0,0,0.04)","nodeHoverColor":"rgba(0,0,0,0.88)","nodeSelectedBg":"#e6f4ff","nodeSelectedColor":"rgba(0,0,0,0.88)"}},"Tree":{"global":["controlInteractiveSize","colorText","fontSize","lineHeight","fontFamily","marginXS","borderRadiusSM","lineWidthFocus","colorPrimaryBorder","colorBgContainer","lineWidth","lineType","colorBorder","motionDurationSlow","lineWidthBold","colorWhite","motionDurationFast","motionEaseInBack","paddingXS","colorPrimary","colorPrimaryHover","motionDurationMid","motionEaseOutBack","fontSizeLG","colorBgContainerDisabled","colorTextDisabled","colorTextQuaternary","controlItemBgActiveDisabled","borderRadius","controlItemBgHover","colorBgTextHover","motionEaseInOut"],"component":{"titleHeight":24,"indentSize":24,"nodeHoverBg":"rgba(0,0,0,0.04)","nodeHoverColor":"rgba(0,0,0,0.88)","nodeSelectedBg":"#e6f4ff","nodeSelectedColor":"rgba(0,0,0,0.88)","directoryNodeSelectedColor":"#fff","directoryNodeSelectedBg":"#1677ff"}},"Transfer":{"global":["marginXS","marginXXS","fontSizeIcon","colorBgContainerDisabled","colorText","fontSize","lineHeight","fontFamily","colorBorder","colorSplit","lineWidth","controlItemBgActive","colorTextDisabled","colorTextSecondary","paddingSM","lineType","motionDurationSlow","controlItemBgHover","borderRadiusLG","colorBgContainer","controlItemBgActiveHover","colorLink","linkDecoration","lineWidthFocus","colorPrimaryBorder","colorLinkHover","colorLinkActive","paddingXS","controlHeightLG","colorError","colorWarning"],"component":{"listWidth":180,"listHeight":200,"listWidthLG":250,"headerHeight":40,"itemHeight":32,"itemPaddingBlock":5,"transferHeaderVerticalPadding":9}},"Tour":{"global":["borderRadiusLG","padding","paddingXS","borderRadius","borderRadiusXS","colorPrimary","colorFill","boxShadowTertiary","colorBgElevated","fontWeightStrong","marginXS","colorTextLightSolid","colorWhite","motionDurationSlow","colorText","fontSize","lineHeight","fontFamily","colorIcon","borderRadiusSM","motionDurationMid","colorIconHover","colorBgTextHover","colorBgTextActive","lineWidthFocus","colorPrimaryBorder","boxShadowPopoverArrow","sizePopupArrow"],"component":{"zIndexPopup":1070,"closeBtnSize":22,"primaryPrevBtnBg":"rgba(255,255,255,0.15)","primaryNextBtnHoverBg":"rgb(240,240,240)","arrowOffsetHorizontal":12,"arrowOffsetVertical":8,"arrowShadowWidth":8.970562748477143,"arrowPath":"path(\'M 0 8 A 4 4 0 0 0 2.82842712474619 6.82842712474619 L 6.585786437626905 3.0710678118654755 A 2 2 0 0 1 9.414213562373096 3.0710678118654755 L 13.17157287525381 6.82842712474619 A 4 4 0 0 0 16 8 Z\')","arrowPolygon":"polygon(1.6568542494923806px 100%, 50% 1.6568542494923806px, 14.34314575050762px 100%, 1.6568542494923806px 100%)"}},"Tooltip":{"global":["borderRadius","colorTextLightSolid","colorBgSpotlight","controlHeight","boxShadowSecondary","paddingSM","paddingXS","sizePopupArrow","colorText","fontSize","lineHeight","fontFamily","blue1","blue3","blue6","blue7","purple1","purple3","purple6","purple7","cyan1","cyan3","cyan6","cyan7","green1","green3","green6","green7","magenta1","magenta3","magenta6","magenta7","pink1","pink3","pink6","pink7","red1","red3","red6","red7","orange1","orange3","orange6","orange7","yellow1","yellow3","yellow6","yellow7","volcano1","volcano3","volcano6","volcano7","geekblue1","geekblue3","geekblue6","geekblue7","lime1","lime3","lime6","lime7","gold1","gold3","gold6","gold7","boxShadowPopoverArrow","borderRadiusXS","motionDurationFast","motionEaseOutCirc","motionEaseInOutCirc"],"component":{"zIndexPopup":1070,"arrowOffsetHorizontal":12,"arrowOffsetVertical":8,"arrowShadowWidth":8.970562748477143,"arrowPath":"path(\'M 0 8 A 4 4 0 0 0 2.82842712474619 6.82842712474619 L 6.585786437626905 3.0710678118654755 A 2 2 0 0 1 9.414213562373096 3.0710678118654755 L 13.17157287525381 6.82842712474619 A 4 4 0 0 0 16 8 Z\')","arrowPolygon":"polygon(1.6568542494923806px 100%, 50% 1.6568542494923806px, 14.34314575050762px 100%, 1.6568542494923806px 100%)"}},"Timeline":{"global":["paddingXXS","colorText","fontSize","lineHeight","fontFamily","lineType","fontSizeSM","colorPrimary","colorError","colorSuccess","colorTextDisabled","lineWidth","margin","controlHeightLG","marginXXS","marginSM","marginXS"],"component":{"tailColor":"rgba(5,5,5,0.06)","tailWidth":2,"dotBorderWidth":2,"dotBg":"#ffffff","itemPaddingBottom":20}},"Tag":{"global":["lineWidth","fontSizeIcon","fontSizeSM","lineHeightSM","paddingXXS","colorText","fontSize","lineHeight","fontFamily","marginXS","lineType","colorBorder","borderRadiusSM","motionDurationMid","colorTextDescription","colorTextHeading","colorTextLightSolid","colorPrimary","colorFillSecondary","colorPrimaryHover","colorPrimaryActive"],"component":{"defaultBg":"#fafafa","defaultColor":"rgba(0,0,0,0.88)"}},"Table":{"global":["colorTextHeading","colorSplit","colorBgContainer","controlInteractiveSize","padding","fontWeightStrong","lineWidth","lineType","motionDurationMid","colorText","fontSize","lineHeight","fontFamily","margin","paddingXS","marginXXS","fontSizeIcon","motionDurationSlow","colorPrimary","paddingXXS","fontSizeSM","borderRadius","colorTextDescription","colorTextDisabled","controlItemBgHover","controlItemBgActive","boxShadowSecondary","colorLink","linkDecoration","lineWidthFocus","colorPrimaryBorder","colorLinkHover","colorLinkActive","opacityLoading"],"component":{"headerBg":"#fafafa","headerColor":"rgba(0,0,0,0.88)","headerSortActiveBg":"#f0f0f0","headerSortHoverBg":"#f0f0f0","bodySortBg":"#fafafa","rowHoverBg":"#fafafa","rowSelectedBg":"#e6f4ff","rowSelectedHoverBg":"#bae0ff","rowExpandedBg":"rgba(0,0,0,0.02)","cellPaddingBlock":16,"cellPaddingInline":16,"cellPaddingBlockMD":12,"cellPaddingInlineMD":8,"cellPaddingBlockSM":8,"cellPaddingInlineSM":8,"borderColor":"#f0f0f0","headerBorderRadius":8,"footerBg":"#fafafa","footerColor":"rgba(0,0,0,0.88)","cellFontSize":14,"cellFontSizeMD":14,"cellFontSizeSM":14,"headerSplitColor":"#f0f0f0","fixedHeaderSortActiveBg":"#f0f0f0","headerFilterHoverBg":"rgba(0,0,0,0.06)","filterDropdownMenuBg":"#ffffff","filterDropdownBg":"#ffffff","expandIconBg":"#ffffff","selectionColumnWidth":32,"stickyScrollBarBg":"rgba(0,0,0,0.25)","stickyScrollBarBorderRadius":100,"expandIconMarginTop":2.5,"headerIconColor":"rgba(0,0,0,0.29250000000000004)","headerIconHoverColor":"rgba(0,0,0,0.5720000000000001)","expandIconHalfInner":7,"expandIconSize":17,"expandIconScale":0.9411764705882353}},"Switch":{"global":["motionDurationMid","colorPrimary","opacityLoading","fontSizeIcon","colorText","fontSize","lineHeight","fontFamily","colorTextQuaternary","colorTextTertiary","lineWidthFocus","colorPrimaryBorder","colorPrimaryHover","colorTextLightSolid","fontSizeSM","marginXXS"],"component":{"trackHeight":22,"trackHeightSM":16,"trackMinWidth":44,"trackMinWidthSM":28,"trackPadding":2,"handleBg":"#fff","handleSize":18,"handleSizeSM":12,"handleShadow":"0 2px 4px 0 rgba(0,35,11,0.2)","innerMinMargin":9,"innerMaxMargin":24,"innerMinMarginSM":6,"innerMaxMarginSM":18}},"Steps":{"global":["colorTextDisabled","controlHeightLG","colorTextLightSolid","colorText","colorPrimary","colorTextDescription","colorTextQuaternary","colorError","colorBorderSecondary","colorSplit","fontSize","lineHeight","fontFamily","motionDurationSlow","lineWidthFocus","colorPrimaryBorder","marginXS","lineWidth","lineType","padding","fontSizeLG","fontWeightStrong","fontSizeSM","paddingSM","paddingXXS","margin","controlHeight","marginXXS","paddingLG","marginSM","paddingXS","controlHeightSM","fontSizeIcon","lineWidthBold","marginLG","borderRadiusSM","motionDurationMid","controlItemBgHover","lineHeightSM","colorBorderBg"],"component":{"titleLineHeight":32,"customIconSize":32,"customIconTop":0,"customIconFontSize":24,"iconSize":32,"iconTop":-0.5,"iconFontSize":14,"iconSizeSM":24,"dotSize":8,"dotCurrentSize":10,"navArrowColor":"rgba(0,0,0,0.25)","navContentMaxWidth":"auto","descriptionMaxWidth":140,"waitIconColor":"rgba(0,0,0,0.25)","waitIconBgColor":"#ffffff","waitIconBorderColor":"rgba(0,0,0,0.25)","finishIconBgColor":"#ffffff","finishIconBorderColor":"#1677ff"}},"Statistic":{"global":["marginXXS","padding","colorTextDescription","colorTextHeading","fontFamily","colorText","fontSize","lineHeight"],"component":{"titleFontSize":14,"contentFontSize":24}},"Splitter":{"global":["colorFill","controlItemBgHover","controlItemBgActive","controlItemBgActiveHover","colorPrimary","colorText","fontSize","lineHeight","fontFamily","zIndexPopupBase","fontSizeSM","borderRadiusXS","controlHeightSM"],"component":{"splitBarSize":2,"splitTriggerSize":6,"splitBarDraggableSize":20,"resizeSpinnerSize":20}},"Spin":{"global":["colorTextDescription","colorText","fontSize","lineHeight","fontFamily","colorPrimary","motionDurationSlow","motionEaseInOutCirc","colorBgMask","zIndexPopupBase","motionDurationMid","colorWhite","colorTextLightSolid","colorBgContainer","marginXXS","colorFillSecondary"],"component":{"contentHeight":400,"dotSize":20,"dotSizeSM":14,"dotSizeLG":32}},"Space":{"global":["paddingXS","padding","paddingLG"],"component":{}},"Slider":{"global":["controlHeight","controlHeightLG","colorFillContentHover","motionDurationMid","colorText","fontSize","lineHeight","fontFamily","borderRadiusXS","colorPrimaryBorderHover","colorBgElevated","colorTextDescription","motionDurationSlow"],"component":{"controlSize":10,"railSize":4,"handleSize":10,"handleSizeHover":12,"dotSize":8,"handleLineWidth":2,"handleLineWidthHover":2.5,"railBg":"rgba(0,0,0,0.04)","railHoverBg":"rgba(0,0,0,0.06)","trackBg":"#91caff","trackHoverBg":"#69b1ff","handleColor":"#91caff","handleActiveColor":"#1677ff","handleActiveOutlineColor":"rgba(22,119,255,0.2)","handleColorDisabled":"#bfbfbf","dotBorderColor":"#f0f0f0","dotActiveBorderColor":"#91caff","trackBgDisabled":"rgba(0,0,0,0.04)"}},"Skeleton":{"global":["controlHeight","controlHeightLG","controlHeightSM","padding","marginSM","controlHeightXS","borderRadiusSM"],"component":{"color":"rgba(0,0,0,0.06)","colorGradientEnd":"rgba(0,0,0,0.15)","gradientFromColor":"rgba(0,0,0,0.06)","gradientToColor":"rgba(0,0,0,0.15)","titleHeight":16,"blockRadius":4,"paragraphMarginTop":28,"paragraphLiHeight":16}},"Tabs":{"global":["paddingXXS","borderRadius","marginSM","marginXS","marginXXS","margin","colorBorderSecondary","lineWidth","lineType","lineWidthBold","motionDurationSlow","controlHeight","boxShadowTabsOverflowLeft","boxShadowTabsOverflowRight","boxShadowTabsOverflowTop","boxShadowTabsOverflowBottom","colorBorder","paddingLG","colorText","fontSize","lineHeight","fontFamily","colorBgContainer","borderRadiusLG","boxShadowSecondary","paddingSM","colorTextDescription","fontSizeSM","controlItemBgHover","colorTextDisabled","motionEaseInOut","lineWidthFocus","colorPrimaryBorder","controlHeightLG","paddingXS","colorTextHeading","motionDurationMid","motionEaseOutQuint","motionEaseInQuint"],"component":{"zIndexPopup":1050,"cardBg":"rgba(0,0,0,0.02)","cardHeight":40,"cardPadding":"8px 16px","cardPaddingSM":"6px 16px","cardPaddingLG":"8px 16px 6px","titleFontSize":14,"titleFontSizeLG":16,"titleFontSizeSM":14,"inkBarColor":"#1677ff","horizontalMargin":"0 0 16px 0","horizontalItemGutter":32,"horizontalItemMargin":"","horizontalItemMarginRTL":"","horizontalItemPadding":"12px 0","horizontalItemPaddingSM":"8px 0","horizontalItemPaddingLG":"16px 0","verticalItemPadding":"8px 24px","verticalItemMargin":"16px 0 0 0","itemColor":"rgba(0,0,0,0.88)","itemSelectedColor":"#1677ff","itemHoverColor":"#4096ff","itemActiveColor":"#0958d9","cardGutter":2}},"Typography":{"global":["colorText","lineHeight","colorTextDescription","colorSuccess","colorWarning","colorError","colorErrorActive","colorErrorHover","colorTextDisabled","fontSizeHeading1","lineHeightHeading1","colorTextHeading","fontWeightStrong","fontSizeHeading2","lineHeightHeading2","fontSizeHeading3","lineHeightHeading3","fontSizeHeading4","lineHeightHeading4","fontSizeHeading5","lineHeightHeading5","fontFamilyCode","colorLink","linkDecoration","motionDurationSlow","lineWidthFocus","colorPrimaryBorder","colorLinkHover","colorLinkActive","marginXXS","paddingSM","marginXS","fontSize"],"component":{"titleMarginTop":"1.2em","titleMarginBottom":"0.5em"}},"Pagination":{"global":["marginXXS","controlHeightLG","marginSM","paddingXXS","colorText","fontSize","lineHeight","fontFamily","marginXS","lineWidth","lineType","borderRadius","motionDurationMid","colorBgTextHover","colorBgTextActive","fontWeightStrong","colorPrimary","colorPrimaryHover","fontSizeSM","colorTextDisabled","margin","controlHeight","colorTextPlaceholder","motionDurationSlow","lineHeightLG","borderRadiusLG","borderRadiusSM","colorBorder","colorBgContainer","colorBgContainerDisabled","controlOutlineWidth","controlOutline","controlHeightSM","screenLG","screenSM","lineWidthFocus","colorPrimaryBorder"],"component":{"itemBg":"#ffffff","itemSize":32,"itemSizeSM":24,"itemActiveBg":"#ffffff","itemLinkBg":"#ffffff","itemActiveColorDisabled":"rgba(0,0,0,0.25)","itemActiveBgDisabled":"rgba(0,0,0,0.15)","itemInputBg":"#ffffff","miniOptionsSizeChangerTop":0,"paddingBlock":4,"paddingBlockSM":0,"paddingBlockLG":7,"paddingInline":11,"paddingInlineSM":7,"paddingInlineLG":11,"addonBg":"rgba(0,0,0,0.02)","activeBorderColor":"#1677ff","hoverBorderColor":"#4096ff","activeShadow":"0 0 0 2px rgba(5,145,255,0.1)","errorActiveShadow":"0 0 0 2px rgba(255,38,5,0.06)","warningActiveShadow":"0 0 0 2px rgba(255,215,5,0.1)","hoverBg":"#ffffff","activeBg":"#ffffff","inputFontSize":14,"inputFontSizeLG":16,"inputFontSizeSM":14}},"Notification":{"global":["paddingMD","paddingLG","colorBgElevated","fontSizeLG","lineHeightLG","controlHeightLG","margin","paddingContentHorizontalLG","marginLG","colorPrimaryBorderHover","colorPrimary","motionDurationMid","motionEaseInOut","colorText","fontSize","lineHeight","fontFamily","boxShadow","borderRadiusLG","colorSuccess","colorInfo","colorWarning","colorError","colorTextHeading","marginXS","marginSM","colorIcon","borderRadiusSM","colorIconHover","colorBgTextHover","colorBgTextActive","lineWidthFocus","colorPrimaryBorder","motionDurationSlow","colorBgBlur"],"component":{"zIndexPopup":2050,"width":384}},"Modal":{"global":["padding","fontSizeHeading5","lineHeightHeading5","colorSplit","lineType","lineWidth","colorIcon","colorIconHover","controlHeight","fontHeight","screenSMMax","marginXS","colorText","fontSize","lineHeight","fontFamily","margin","paddingLG","fontWeightStrong","borderRadiusLG","boxShadow","zIndexPopupBase","borderRadiusSM","motionDurationMid","fontSizeLG","colorBgTextHover","colorBgTextActive","lineWidthFocus","colorPrimaryBorder","motionDurationSlow","colorBgMask","motionEaseOutCirc","motionEaseInOutCirc","screenXSMin","screenSMMin","screenMDMin","screenLGMin","screenXLMin","screenXXLMin"],"component":{"footerBg":"transparent","headerBg":"#ffffff","titleLineHeight":1.5,"titleFontSize":16,"contentBg":"#ffffff","titleColor":"rgba(0,0,0,0.88)","contentPadding":0,"headerPadding":"16px 24px","headerBorderBottom":"1px solid rgba(5,5,5,0.06)","headerMarginBottom":0,"bodyPadding":24,"footerPadding":"8px 16px","footerBorderTop":"1px solid rgba(5,5,5,0.06)","footerBorderRadius":"0 0 8px 8px","footerMarginTop":0,"confirmBodyPadding":"32px 32px 24px","confirmIconMarginInlineEnd":16,"confirmBtnsMarginTop":24}},"ColorPicker":{"global":["colorTextQuaternary","marginSM","colorPrimary","motionDurationMid","colorBgElevated","colorTextDisabled","colorText","colorBgContainerDisabled","borderRadius","marginXS","controlHeight","controlHeightSM","colorBgTextActive","lineWidth","colorBorder","paddingXXS","fontSize","colorPrimaryHover","controlOutline","controlHeightLG","borderRadiusSM","colorFillSecondary","lineWidthBold","colorPrimaryActive","fontSizeSM","lineHeightSM","marginXXS","fontSizeIcon","paddingXS","colorTextPlaceholder","colorFill","colorWhite","fontHeightSM","motionEaseInBack","motionDurationFast","motionEaseOutBack","colorSplit","red6","controlOutlineWidth","colorError","colorWarning","colorErrorHover","colorWarningHover","colorErrorOutline","colorWarningOutline","controlHeightXS","borderRadiusXS","borderRadiusLG","fontSizeLG"],"component":{}},"Collapse":{"global":["paddingXS","paddingSM","padding","paddingLG","borderRadiusLG","lineWidth","lineType","colorBorder","colorText","colorTextHeading","colorTextDisabled","fontSizeLG","lineHeight","lineHeightLG","marginSM","motionDurationSlow","fontSizeIcon","fontHeight","fontHeightLG","fontSize","fontFamily","lineWidthFocus","colorPrimaryBorder","paddingXXS","motionDurationMid","motionEaseInOut"],"component":{"headerPadding":"12px 16px","headerBg":"rgba(0,0,0,0.02)","contentPadding":"16px 16px","contentBg":"#ffffff"}},"Checkbox":{"global":["controlInteractiveSize","colorText","fontSize","lineHeight","fontFamily","marginXS","borderRadiusSM","lineWidthFocus","colorPrimaryBorder","colorBgContainer","lineWidth","lineType","colorBorder","motionDurationSlow","lineWidthBold","colorWhite","motionDurationFast","motionEaseInBack","paddingXS","colorPrimary","colorPrimaryHover","motionDurationMid","motionEaseOutBack","fontSizeLG","colorBgContainerDisabled","colorTextDisabled"],"component":{}},"Form":{"global":["colorText","fontSize","lineHeight","fontFamily","marginLG","colorTextDescription","fontSizeLG","lineWidth","lineType","colorBorder","controlOutlineWidth","controlOutline","paddingSM","controlHeightSM","controlHeightLG","colorError","colorWarning","marginXXS","controlHeight","motionDurationMid","motionEaseOut","motionEaseOutBack","colorSuccess","colorPrimary","motionDurationFast","motionEaseInOut","margin","screenXSMax","screenSMMax","screenMDMax","screenLGMax"],"component":{"labelRequiredMarkColor":"#ff4d4f","labelColor":"rgba(0,0,0,0.88)","labelFontSize":14,"labelHeight":32,"labelColonMarginInlineStart":2,"labelColonMarginInlineEnd":8,"itemMarginBottom":24,"verticalLabelPadding":"0 0 8px","verticalLabelMargin":0,"inlineItemMarginBottom":0}},"Button":{"global":["opacityLoading","motionDurationSlow","motionEaseInOut","marginXS","lineWidth","lineType","motionDurationMid","colorText","lineWidthFocus","colorPrimaryBorder","controlHeight","borderRadius","controlHeightSM","paddingXS","borderRadiusSM","controlHeightLG","borderRadiusLG","colorBgSolid","colorBgSolidHover","colorBgSolidActive","colorTextDisabled","colorBgContainerDisabled","colorFillTertiary","colorFillSecondary","colorFill","colorBorder","colorLinkHover","colorLinkActive","colorPrimary","colorBgContainer","colorPrimaryTextHover","colorPrimaryHover","colorPrimaryTextActive","colorPrimaryActive","colorPrimaryBg","colorPrimaryBgHover","colorPrimaryText","colorError","colorErrorHover","colorErrorActive","colorErrorBorderHover","colorErrorBg","colorErrorBgFilledHover","colorErrorBgActive","colorLink","colorInfo","colorInfoHover","colorInfoActive","blue6","blue1","blue5","blue2","blue3","blue7","colorTextLightSolid","purple6","purple1","purple5","purple2","purple3","purple7","cyan6","cyan1","cyan5","cyan2","cyan3","cyan7","green6","green1","green5","green2","green3","green7","magenta6","magenta1","magenta5","magenta2","magenta3","magenta7","pink6","pink1","pink5","pink2","pink3","pink7","red6","red1","red5","red2","red3","red7","orange6","orange1","orange5","orange2","orange3","orange7","yellow6","yellow1","yellow5","yellow2","yellow3","yellow7","volcano6","volcano1","volcano5","volcano2","volcano3","volcano7","geekblue6","geekblue1","geekblue5","geekblue2","geekblue3","geekblue7","lime6","lime1","lime5","lime2","lime3","lime7","gold6","gold1","gold5","gold2","gold3","gold7","colorBgTextActive","fontSize"],"component":{"blueShadowColor":"0 2px 0 rgba(5,145,255,0.1)","purpleShadowColor":"0 2px 0 rgba(155,5,255,0.06)","cyanShadowColor":"0 2px 0 rgba(5,255,215,0.1)","greenShadowColor":"0 2px 0 rgba(142,255,30,0.08)","magentaShadowColor":"0 2px 0 rgba(255,5,105,0.06)","pinkShadowColor":"0 2px 0 rgba(255,5,105,0.06)","redShadowColor":"0 2px 0 rgba(255,22,5,0.06)","orangeShadowColor":"0 2px 0 rgba(255,175,5,0.1)","yellowShadowColor":"0 2px 0 rgba(245,255,5,0.1)","volcanoShadowColor":"0 2px 0 rgba(255,125,25,0.1)","geekblueShadowColor":"0 2px 0 rgba(5,88,255,0.06)","limeShadowColor":"0 2px 0 rgba(225,255,5,0.1)","goldShadowColor":"0 2px 0 rgba(255,215,5,0.1)","fontWeight":400,"defaultShadow":"0 2px 0 rgba(0,0,0,0.02)","primaryShadow":"0 2px 0 rgba(5,145,255,0.1)","dangerShadow":"0 2px 0 rgba(255,38,5,0.06)","primaryColor":"#fff","dangerColor":"#fff","borderColorDisabled":"#d9d9d9","defaultGhostColor":"#ffffff","ghostBg":"transparent","defaultGhostBorderColor":"#ffffff","paddingInline":15,"paddingInlineLG":15,"paddingInlineSM":7,"onlyIconSize":"inherit","onlyIconSizeSM":"inherit","onlyIconSizeLG":"inherit","groupBorderColor":"#4096ff","linkHoverBg":"transparent","textTextColor":"rgba(0,0,0,0.88)","textTextHoverColor":"rgba(0,0,0,0.88)","textTextActiveColor":"rgba(0,0,0,0.88)","textHoverBg":"rgba(0,0,0,0.04)","defaultColor":"rgba(0,0,0,0.88)","defaultBg":"#ffffff","defaultBorderColor":"#d9d9d9","defaultBorderColorDisabled":"#d9d9d9","defaultHoverBg":"#ffffff","defaultHoverColor":"#4096ff","defaultHoverBorderColor":"#4096ff","defaultActiveBg":"#ffffff","defaultActiveColor":"#0958d9","defaultActiveBorderColor":"#0958d9","solidTextColor":"#fff","contentFontSize":14,"contentFontSizeSM":14,"contentFontSizeLG":16,"contentLineHeight":1.5714285714285714,"contentLineHeightSM":1.5714285714285714,"contentLineHeightLG":1.5,"paddingBlock":4,"paddingBlockSM":0,"paddingBlockLG":7}},"Breadcrumb":{"global":["colorText","fontSize","lineHeight","fontFamily","motionDurationMid","paddingXXS","borderRadiusSM","fontHeight","marginXXS","colorBgTextHover","lineWidthFocus","colorPrimaryBorder","fontSizeIcon"],"component":{"itemColor":"rgba(0,0,0,0.45)","lastItemColor":"rgba(0,0,0,0.88)","iconFontSize":14,"linkColor":"rgba(0,0,0,0.45)","linkHoverColor":"rgba(0,0,0,0.88)","separatorColor":"rgba(0,0,0,0.45)","separatorMargin":8}},"DatePicker":{"global":["paddingXXS","controlHeightLG","padding","paddingSM","controlHeight","lineWidth","colorPrimary","colorPrimaryBorder","lineType","colorSplit","colorTextDisabled","colorBorder","borderRadius","motionDurationMid","colorTextPlaceholder","fontSizeLG","controlHeightSM","paddingXS","marginXS","colorTextDescription","lineWidthBold","motionDurationSlow","sizePopupArrow","colorBgElevated","borderRadiusLG","boxShadowSecondary","borderRadiusSM","boxShadowPopoverArrow","fontHeight","fontHeightLG","lineHeightLG","colorText","fontSize","lineHeight","fontFamily","colorBgContainer","colorTextHeading","colorIcon","colorIconHover","fontWeightStrong","colorTextLightSolid","controlItemBgActive","marginXXS","colorFillSecondary","colorTextTertiary","borderRadiusXS","motionEaseOutQuint","motionEaseInQuint","motionEaseOutCirc","motionEaseInOutCirc","colorBgContainerDisabled","colorError","colorErrorBorderHover","colorWarning","colorWarningBorderHover","colorFillTertiary","colorErrorBg","colorErrorBgHover","colorErrorText","colorWarningBg","colorWarningBgHover","colorWarningText"],"component":{"paddingBlock":4,"paddingBlockSM":0,"paddingBlockLG":7,"paddingInline":11,"paddingInlineSM":7,"paddingInlineLG":11,"addonBg":"rgba(0,0,0,0.02)","activeBorderColor":"#1677ff","hoverBorderColor":"#4096ff","activeShadow":"0 0 0 2px rgba(5,145,255,0.1)","errorActiveShadow":"0 0 0 2px rgba(255,38,5,0.06)","warningActiveShadow":"0 0 0 2px rgba(255,215,5,0.1)","hoverBg":"#ffffff","activeBg":"#ffffff","inputFontSize":14,"inputFontSizeLG":16,"inputFontSizeSM":14,"INTERNAL_FIXED_ITEM_MARGIN":2,"cellHoverBg":"rgba(0,0,0,0.04)","cellActiveWithRangeBg":"#e6f4ff","cellHoverWithRangeBg":"#cbe0fd","cellRangeBorderColor":"#82b4f9","cellBgDisabled":"rgba(0,0,0,0.04)","timeColumnWidth":56,"timeColumnHeight":224,"timeCellHeight":28,"cellWidth":36,"cellHeight":24,"textHeight":40,"withoutTimeCellHeight":66,"multipleItemBg":"rgba(0,0,0,0.06)","multipleItemBorderColor":"transparent","multipleItemHeight":24,"multipleItemHeightSM":16,"multipleItemHeightLG":32,"multipleSelectorBgDisabled":"rgba(0,0,0,0.04)","multipleItemColorDisabled":"rgba(0,0,0,0.25)","multipleItemBorderColorDisabled":"transparent","arrowShadowWidth":8.970562748477143,"arrowPath":"path(\'M 0 8 A 4 4 0 0 0 2.82842712474619 6.82842712474619 L 6.585786437626905 3.0710678118654755 A 2 2 0 0 1 9.414213562373096 3.0710678118654755 L 13.17157287525381 6.82842712474619 A 4 4 0 0 0 16 8 Z\')","arrowPolygon":"polygon(1.6568542494923806px 100%, 50% 1.6568542494923806px, 14.34314575050762px 100%, 1.6568542494923806px 100%)","presetsWidth":120,"presetsMaxWidth":200,"zIndexPopup":1050}},"Anchor":{"global":["fontSize","fontSizeLG","paddingXXS","motionDurationSlow","lineWidthBold","colorPrimary","lineType","colorSplit","colorText","lineHeight","fontFamily","lineWidth"],"component":{"linkPaddingBlock":4,"linkPaddingInlineStart":16}},"Alert":{"global":["motionDurationSlow","marginXS","marginSM","fontSize","fontSizeLG","lineHeight","borderRadiusLG","motionEaseInOutCirc","colorText","colorTextHeading","fontFamily","colorSuccess","colorSuccessBorder","colorSuccessBg","colorWarning","colorWarningBorder","colorWarningBg","colorError","colorErrorBorder","colorErrorBg","colorInfo","colorInfoBorder","colorInfoBg","lineWidth","lineType","motionDurationMid","fontSizeIcon","colorIcon","colorIconHover"],"component":{"withDescriptionIconSize":24,"defaultPadding":"8px 12px","withDescriptionPadding":"20px 24px"}},"Affix":{"global":[],"component":{"zIndexPopup":10}},"Select":{"global":["paddingSM","controlHeight","colorText","fontSize","lineHeight","fontFamily","motionDurationMid","motionEaseInOut","colorTextPlaceholder","fontSizeIcon","colorTextQuaternary","motionDurationSlow","colorTextTertiary","colorBgBase","paddingXS","controlPaddingHorizontalSM","lineWidth","borderRadius","controlHeightSM","borderRadiusSM","fontSizeLG","borderRadiusLG","borderRadiusXS","controlHeightLG","controlPaddingHorizontal","paddingXXS","colorIcon","colorIconHover","colorBgElevated","boxShadowSecondary","colorTextDescription","fontSizeSM","colorPrimary","colorBgContainerDisabled","colorTextDisabled","motionEaseOutQuint","motionEaseInQuint","motionEaseOutCirc","motionEaseInOutCirc","colorBorder","controlOutlineWidth","lineType","colorError","colorErrorHover","colorErrorOutline","colorWarning","colorWarningHover","colorWarningOutline","colorFillTertiary","colorFillSecondary","colorErrorBg","colorErrorBgHover","colorWarningBg","colorWarningBgHover","colorBgContainer","colorSplit"],"component":{"INTERNAL_FIXED_ITEM_MARGIN":2,"zIndexPopup":1050,"optionSelectedColor":"rgba(0,0,0,0.88)","optionSelectedFontWeight":600,"optionSelectedBg":"#e6f4ff","optionActiveBg":"rgba(0,0,0,0.04)","optionPadding":"5px 12px","optionFontSize":14,"optionLineHeight":1.5714285714285714,"optionHeight":32,"selectorBg":"#ffffff","clearBg":"#ffffff","singleItemHeightLG":40,"multipleItemBg":"rgba(0,0,0,0.06)","multipleItemBorderColor":"transparent","multipleItemHeight":24,"multipleItemHeightSM":16,"multipleItemHeightLG":32,"multipleSelectorBgDisabled":"rgba(0,0,0,0.04)","multipleItemColorDisabled":"rgba(0,0,0,0.25)","multipleItemBorderColorDisabled":"transparent","showArrowPaddingInlineEnd":18,"hoverBorderColor":"#4096ff","activeBorderColor":"#1677ff","activeOutlineColor":"rgba(5,145,255,0.1)","selectAffixPadding":4}},"Segmented":{"global":["lineWidth","controlPaddingHorizontal","controlPaddingHorizontalSM","controlHeight","controlHeightLG","controlHeightSM","colorText","fontSize","lineHeight","fontFamily","borderRadius","motionDurationMid","motionEaseInOut","lineWidthFocus","colorPrimaryBorder","paddingXXS","borderRadiusSM","boxShadowTertiary","marginSM","motionDurationSlow","borderRadiusLG","fontSizeLG","borderRadiusXS","colorTextDisabled"],"component":{"trackPadding":2,"trackBg":"#f5f5f5","itemColor":"rgba(0,0,0,0.65)","itemHoverColor":"rgba(0,0,0,0.88)","itemHoverBg":"rgba(0,0,0,0.06)","itemSelectedBg":"#ffffff","itemActiveBg":"rgba(0,0,0,0.15)","itemSelectedColor":"rgba(0,0,0,0.88)"}},"Result":{"global":["colorInfo","colorError","colorSuccess","colorWarning","lineHeightHeading3","padding","paddingXL","paddingXS","paddingLG","marginXS","lineHeight","colorTextHeading","colorTextDescription","colorFillAlter"],"component":{"titleFontSize":24,"subtitleFontSize":14,"iconFontSize":72,"extraMargin":"24px 0 0 0"}},"Rate":{"global":["colorText","fontSize","lineHeight","fontFamily","marginXS","motionDurationMid","lineWidth"],"component":{"starColor":"#fadb14","starSize":20,"starHoverScale":"scale(1.1)","starBg":"rgba(0,0,0,0.06)"}},"Radio":{"global":["controlOutline","controlOutlineWidth","colorText","fontSize","lineHeight","fontFamily","colorPrimary","motionDurationSlow","motionDurationMid","motionEaseInOutCirc","colorBgContainer","colorBorder","lineWidth","colorBgContainerDisabled","colorTextDisabled","paddingXS","lineType","lineWidthFocus","colorPrimaryBorder","controlHeight","fontSizeLG","controlHeightLG","controlHeightSM","borderRadius","borderRadiusSM","borderRadiusLG","colorPrimaryHover","colorPrimaryActive"],"component":{"radioSize":16,"dotSize":8,"dotColorDisabled":"rgba(0,0,0,0.25)","buttonSolidCheckedColor":"#fff","buttonSolidCheckedBg":"#1677ff","buttonSolidCheckedHoverBg":"#4096ff","buttonSolidCheckedActiveBg":"#0958d9","buttonBg":"#ffffff","buttonCheckedBg":"#ffffff","buttonColor":"rgba(0,0,0,0.88)","buttonCheckedBgDisabled":"rgba(0,0,0,0.15)","buttonCheckedColorDisabled":"rgba(0,0,0,0.25)","buttonPaddingInline":15,"wrapperMarginInlineEnd":8,"radioColor":"#1677ff","radioBgColor":"#ffffff"}},"Message":{"global":["boxShadow","colorText","colorSuccess","colorError","colorWarning","colorInfo","fontSizeLG","motionEaseInOutCirc","motionDurationSlow","marginXS","paddingXS","borderRadiusLG","fontSize","lineHeight","fontFamily"],"component":{"zIndexPopup":2010,"contentBg":"#ffffff","contentPadding":"9px 12px"}},"QRCode":{"global":["colorText","lineWidth","lineType","colorSplit","fontSize","lineHeight","fontFamily","paddingSM","colorWhite","borderRadiusLG","marginXS","controlHeight"],"component":{"QRCodeMaskBackgroundColor":"rgba(255,255,255,0.96)"}},"FloatButton":{"global":["colorTextLightSolid","colorBgElevated","controlHeightLG","marginXXL","marginLG","fontSize","fontSizeIcon","controlItemBgHover","paddingXXS","margin","borderRadiusLG","borderRadiusSM","zIndexPopupBase","colorText","lineHeight","fontFamily","lineWidth","lineType","colorSplit","boxShadowSecondary","motionDurationMid","colorFillContent","fontSizeLG","fontSizeSM","colorPrimary","colorPrimaryHover","motionDurationSlow","motionEaseInOutCirc"],"component":{"dotOffsetInCircle":5.857864376269049,"dotOffsetInSquare":2.3431457505076194}},"Flex":{"global":["paddingXS","padding","paddingLG"],"component":{}},"Empty":{"global":["controlHeightLG","margin","marginXS","marginXL","fontSize","lineHeight","opacityImage","colorTextDescription"],"component":{}},"Popover":{"global":["colorBgElevated","colorText","fontWeightStrong","boxShadowSecondary","colorTextHeading","borderRadiusLG","fontSize","lineHeight","fontFamily","boxShadowPopoverArrow","sizePopupArrow","borderRadiusXS","blue6","purple6","cyan6","green6","magenta6","pink6","red6","orange6","yellow6","volcano6","geekblue6","lime6","gold6","motionDurationMid","motionEaseOutCirc","motionEaseInOutCirc"],"component":{"titleMinWidth":177,"zIndexPopup":1030,"arrowShadowWidth":8.970562748477143,"arrowPath":"path(\'M 0 8 A 4 4 0 0 0 2.82842712474619 6.82842712474619 L 6.585786437626905 3.0710678118654755 A 2 2 0 0 1 9.414213562373096 3.0710678118654755 L 13.17157287525381 6.82842712474619 A 4 4 0 0 0 16 8 Z\')","arrowPolygon":"polygon(1.6568542494923806px 100%, 50% 1.6568542494923806px, 14.34314575050762px 100%, 1.6568542494923806px 100%)","arrowOffsetHorizontal":12,"arrowOffsetVertical":8,"innerPadding":0,"titleMarginBottom":0,"titlePadding":"5px 16px 4px","titleBorderBottom":"1px solid rgba(5,5,5,0.06)","innerContentPadding":"12px 16px"}},"Popconfirm":{"global":["colorText","colorWarning","marginXXS","marginXS","fontSize","fontWeightStrong","colorTextHeading"],"component":{"zIndexPopup":1060}},"Menu":{"global":["colorBgElevated","controlHeightLG","fontSize","motionDurationSlow","motionDurationMid","motionEaseInOut","paddingXS","padding","colorSplit","lineWidth","borderRadiusLG","lineType","colorText","lineHeight","fontFamily","motionEaseOut","borderRadius","margin","colorTextLightSolid","paddingXL","fontSizeLG","motionDurationFast","boxShadowSecondary","marginXS","lineWidthFocus","colorPrimaryBorder","motionEaseOutQuint","motionEaseInQuint","motionEaseOutCirc","motionEaseInOutCirc"],"component":{"dropdownWidth":160,"zIndexPopup":1050,"radiusItem":8,"itemBorderRadius":8,"radiusSubMenuItem":4,"subMenuItemBorderRadius":4,"colorItemText":"rgba(0,0,0,0.88)","itemColor":"rgba(0,0,0,0.88)","colorItemTextHover":"rgba(0,0,0,0.88)","itemHoverColor":"rgba(0,0,0,0.88)","colorItemTextHoverHorizontal":"#1677ff","horizontalItemHoverColor":"#1677ff","colorGroupTitle":"rgba(0,0,0,0.45)","groupTitleColor":"rgba(0,0,0,0.45)","colorItemTextSelected":"#1677ff","itemSelectedColor":"#1677ff","subMenuItemSelectedColor":"#1677ff","colorItemTextSelectedHorizontal":"#1677ff","horizontalItemSelectedColor":"#1677ff","colorItemBg":"#ffffff","itemBg":"#ffffff","colorItemBgHover":"rgba(0,0,0,0.06)","itemHoverBg":"rgba(0,0,0,0.06)","colorItemBgActive":"rgba(0,0,0,0.06)","itemActiveBg":"#e6f4ff","colorSubItemBg":"rgba(0,0,0,0.02)","subMenuItemBg":"rgba(0,0,0,0.02)","colorItemBgSelected":"#e6f4ff","itemSelectedBg":"#e6f4ff","colorItemBgSelectedHorizontal":"transparent","horizontalItemSelectedBg":"transparent","colorActiveBarWidth":0,"activeBarWidth":0,"colorActiveBarHeight":2,"activeBarHeight":2,"colorActiveBarBorderSize":1,"activeBarBorderWidth":1,"colorItemTextDisabled":"rgba(0,0,0,0.25)","itemDisabledColor":"rgba(0,0,0,0.25)","colorDangerItemText":"#ff4d4f","dangerItemColor":"#ff4d4f","colorDangerItemTextHover":"#ff4d4f","dangerItemHoverColor":"#ff4d4f","colorDangerItemTextSelected":"#ff4d4f","dangerItemSelectedColor":"#ff4d4f","colorDangerItemBgActive":"#fff2f0","dangerItemActiveBg":"#fff2f0","colorDangerItemBgSelected":"#fff2f0","dangerItemSelectedBg":"#fff2f0","itemMarginInline":4,"horizontalItemBorderRadius":0,"horizontalItemHoverBg":"transparent","itemHeight":40,"groupTitleLineHeight":1.5714285714285714,"collapsedWidth":80,"popupBg":"#ffffff","itemMarginBlock":4,"itemPaddingInline":16,"horizontalLineHeight":"46px","iconSize":14,"iconMarginInlineEnd":10,"collapsedIconSize":16,"groupTitleFontSize":14,"darkItemDisabledColor":"rgba(255,255,255,0.25)","darkItemColor":"rgba(255,255,255,0.65)","darkDangerItemColor":"#ff4d4f","darkItemBg":"#001529","darkPopupBg":"#001529","darkSubMenuItemBg":"#000c17","darkItemSelectedColor":"#fff","darkItemSelectedBg":"#1677ff","darkDangerItemSelectedBg":"#ff4d4f","darkItemHoverBg":"transparent","darkGroupTitleColor":"rgba(255,255,255,0.65)","darkItemHoverColor":"#fff","darkDangerItemHoverColor":"#ff7875","darkDangerItemSelectedColor":"#fff","darkDangerItemActiveBg":"#ff4d4f","itemWidth":"calc(100% - 8px)"}},"Mentions":{"global":["paddingXXS","colorTextDisabled","controlItemBgHover","controlPaddingHorizontal","colorText","motionDurationSlow","lineHeight","controlHeight","fontSize","fontSizeIcon","colorTextTertiary","colorTextQuaternary","colorBgElevated","paddingLG","borderRadius","borderRadiusLG","boxShadowSecondary","fontFamily","motionDurationMid","colorTextPlaceholder","lineHeightLG","borderRadiusSM","colorBorder","colorBgContainer","lineWidth","lineType","colorBgContainerDisabled","colorError","colorErrorBorderHover","colorWarning","colorWarningBorderHover","colorFillTertiary","colorFillSecondary","colorErrorBg","colorErrorBgHover","colorErrorText","colorWarningBg","colorWarningBgHover","colorWarningText","fontWeightStrong"],"component":{"paddingBlock":4,"paddingBlockSM":0,"paddingBlockLG":7,"paddingInline":11,"paddingInlineSM":7,"paddingInlineLG":11,"addonBg":"rgba(0,0,0,0.02)","activeBorderColor":"#1677ff","hoverBorderColor":"#4096ff","activeShadow":"0 0 0 2px rgba(5,145,255,0.1)","errorActiveShadow":"0 0 0 2px rgba(255,38,5,0.06)","warningActiveShadow":"0 0 0 2px rgba(255,215,5,0.1)","hoverBg":"#ffffff","activeBg":"#ffffff","inputFontSize":14,"inputFontSizeLG":16,"inputFontSizeSM":14,"dropdownHeight":250,"controlItemWidth":100,"zIndexPopup":1050,"itemPaddingVertical":5}},"List":{"global":["controlHeightLG","controlHeight","paddingSM","marginLG","padding","colorPrimary","paddingXS","margin","colorText","colorTextDescription","motionDurationSlow","lineWidth","fontSize","lineHeight","fontFamily","marginXXS","marginXXL","fontHeight","colorSplit","fontSizeSM","colorTextDisabled","fontSizeLG","lineHeightLG","lineType","paddingLG","borderRadiusLG","colorBorder","screenSM","screenMD","marginSM"],"component":{"contentWidth":220,"itemPadding":"12px 0","itemPaddingSM":"8px 16px","itemPaddingLG":"16px 24px","headerBg":"transparent","footerBg":"transparent","emptyTextPadding":16,"metaMarginBottom":16,"avatarMarginRight":16,"titleMarginBottom":12,"descriptionFontSize":14}},"Layout":{"global":["colorText","fontSize"],"component":{"colorBgHeader":"#001529","colorBgBody":"#f5f5f5","colorBgTrigger":"#002140","bodyBg":"#f5f5f5","headerBg":"#001529","headerHeight":64,"headerPadding":"0 50px","headerColor":"rgba(0,0,0,0.88)","footerPadding":"24px 50px","footerBg":"#f5f5f5","siderBg":"#001529","triggerHeight":48,"triggerBg":"#002140","triggerColor":"#fff","zeroTriggerWidth":40,"zeroTriggerHeight":40,"lightSiderBg":"#ffffff","lightTriggerBg":"#ffffff","lightTriggerColor":"rgba(0,0,0,0.88)"}},"InputNumber":{"global":["paddingXXS","lineWidth","lineType","borderRadius","controlHeightLG","controlHeightSM","colorError","colorTextDescription","motionDurationMid","colorTextDisabled","borderRadiusSM","borderRadiusLG","lineHeightLG","colorText","fontSize","lineHeight","fontFamily","colorTextPlaceholder","controlHeight","motionDurationSlow","colorBorder","colorBgContainer","colorBgContainerDisabled","colorErrorBorderHover","colorWarning","colorWarningBorderHover","colorFillTertiary","colorFillSecondary","colorErrorBg","colorErrorBgHover","colorErrorText","colorWarningBg","colorWarningBgHover","colorWarningText","paddingXS","fontSizeLG","colorSplit"],"component":{"paddingBlock":4,"paddingBlockSM":0,"paddingBlockLG":7,"paddingInline":11,"paddingInlineSM":7,"paddingInlineLG":11,"addonBg":"rgba(0,0,0,0.02)","activeBorderColor":"#1677ff","hoverBorderColor":"#4096ff","activeShadow":"0 0 0 2px rgba(5,145,255,0.1)","errorActiveShadow":"0 0 0 2px rgba(255,38,5,0.06)","warningActiveShadow":"0 0 0 2px rgba(255,215,5,0.1)","hoverBg":"#ffffff","activeBg":"#ffffff","inputFontSize":14,"inputFontSizeLG":16,"inputFontSizeSM":14,"controlWidth":90,"handleWidth":22,"handleFontSize":7,"handleVisible":"auto","handleActiveBg":"rgba(0,0,0,0.02)","handleBg":"#ffffff","filledHandleBg":"#f0f0f0","handleHoverColor":"#1677ff","handleBorderColor":"#d9d9d9","handleOpacity":0,"handleVisibleWidth":0}},"Input":{"global":["paddingXXS","borderRadiusLG","borderRadiusSM","colorText","fontSize","lineHeight","fontFamily","paddingXS","lineHeightLG","controlHeightLG","controlHeightSM","borderRadius","motionDurationSlow","lineWidth","lineType","colorBorder","colorError","colorErrorText","colorWarning","colorWarningText","colorTextDisabled","colorBgContainerDisabled","colorFillTertiary","colorSplit","colorErrorBg","colorWarningBg","colorPrimaryHover","controlHeight","colorTextDescription","colorPrimaryActive"],"component":{"paddingBlock":4,"paddingBlockSM":0,"paddingBlockLG":7,"paddingInline":11,"paddingInlineSM":7,"paddingInlineLG":11,"addonBg":"rgba(0,0,0,0.02)","activeBorderColor":"#1677ff","hoverBorderColor":"#4096ff","activeShadow":"0 0 0 2px rgba(5,145,255,0.1)","errorActiveShadow":"0 0 0 2px rgba(255,38,5,0.06)","warningActiveShadow":"0 0 0 2px rgba(255,215,5,0.1)","hoverBg":"#ffffff","activeBg":"#ffffff","inputFontSize":14,"inputFontSizeLG":16,"inputFontSizeSM":14}},"Image":{"global":["controlHeightLG","colorBgContainerDisabled","motionDurationSlow","paddingXXS","marginXXS","colorTextLightSolid","motionEaseOut","paddingSM","marginXL","margin","paddingLG","marginSM","zIndexPopupBase","colorBgMask","motionDurationMid","motionEaseOutCirc","motionEaseInOutCirc"],"component":{"zIndexPopup":1080,"previewOperationColor":"rgba(255,255,255,0.65)","previewOperationHoverColor":"rgba(255,255,255,0.85)","previewOperationColorDisabled":"rgba(255,255,255,0.25)","previewOperationSize":18}},"Dropdown":{"global":["marginXXS","sizePopupArrow","paddingXXS","motionDurationMid","fontSize","colorTextDisabled","fontSizeIcon","controlPaddingHorizontal","colorBgElevated","boxShadowPopoverArrow","borderRadiusXS","colorText","lineHeight","fontFamily","borderRadiusLG","boxShadowSecondary","lineWidthFocus","colorPrimaryBorder","colorTextDescription","marginXS","fontSizeSM","padding","borderRadiusSM","controlItemBgHover","colorPrimary","controlItemBgActive","controlItemBgActiveHover","colorSplit","paddingXS","motionEaseOutQuint","motionEaseInQuint","motionEaseOutCirc","motionEaseInOutCirc","colorError","colorTextLightSolid"],"component":{"zIndexPopup":1050,"paddingBlock":5,"arrowOffsetHorizontal":12,"arrowOffsetVertical":8,"arrowShadowWidth":8.970562748477143,"arrowPath":"path(\'M 0 8 A 4 4 0 0 0 2.82842712474619 6.82842712474619 L 6.585786437626905 3.0710678118654755 A 2 2 0 0 1 9.414213562373096 3.0710678118654755 L 13.17157287525381 6.82842712474619 A 4 4 0 0 0 16 8 Z\')","arrowPolygon":"polygon(1.6568542494923806px 100%, 50% 1.6568542494923806px, 14.34314575050762px 100%, 1.6568542494923806px 100%)"}},"Drawer":{"global":["borderRadiusSM","colorBgMask","colorBgElevated","motionDurationSlow","motionDurationMid","paddingXS","padding","paddingLG","fontSizeLG","lineHeightLG","lineWidth","lineType","colorSplit","marginXS","colorIcon","colorIconHover","colorBgTextHover","colorBgTextActive","colorText","fontWeightStrong","boxShadowDrawerLeft","boxShadowDrawerRight","boxShadowDrawerUp","boxShadowDrawerDown","lineWidthFocus","colorPrimaryBorder"],"component":{"zIndexPopup":1000,"footerPaddingBlock":8,"footerPaddingInline":16}},"Divider":{"global":["margin","marginLG","colorSplit","lineWidth","colorText","fontSize","lineHeight","fontFamily","colorTextHeading","fontSizeLG"],"component":{"textPaddingInline":"1em","orientationMargin":0.05,"verticalMarginInline":8}},"Descriptions":{"global":["colorText","fontSize","lineHeight","fontFamily","lineWidth","lineType","colorSplit","padding","paddingLG","colorTextSecondary","paddingSM","paddingXS","fontWeightStrong","fontSizeLG","lineHeightLG","borderRadiusLG"],"component":{"labelBg":"rgba(0,0,0,0.02)","labelColor":"rgba(0,0,0,0.45)","titleColor":"rgba(0,0,0,0.88)","titleMarginBottom":20,"itemPaddingBottom":16,"itemPaddingEnd":16,"colonMarginRight":8,"colonMarginLeft":2,"contentColor":"rgba(0,0,0,0.88)","extraColor":"rgba(0,0,0,0.88)"}},"Grid":{"global":[],"component":{}},"Cascader":{"global":["controlInteractiveSize","colorText","fontSize","lineHeight","fontFamily","marginXS","borderRadiusSM","lineWidthFocus","colorPrimaryBorder","colorBgContainer","lineWidth","lineType","colorBorder","motionDurationSlow","lineWidthBold","colorWhite","motionDurationFast","motionEaseInBack","paddingXS","colorPrimary","colorPrimaryHover","motionDurationMid","motionEaseOutBack","fontSizeLG","colorBgContainerDisabled","colorTextDisabled","colorSplit","controlItemBgHover","paddingXXS","colorTextDescription","fontSizeIcon","colorHighlight"],"component":{"controlWidth":184,"controlItemWidth":111,"dropdownHeight":180,"optionSelectedBg":"#e6f4ff","optionSelectedFontWeight":600,"optionPadding":"5px 12px","menuPadding":4,"optionSelectedColor":"rgba(0,0,0,0.88)"}},"Carousel":{"global":["colorText","fontSize","lineHeight","fontFamily","motionDurationSlow","colorBgContainer","marginXXS"],"component":{"arrowSize":16,"arrowOffset":8,"dotWidth":16,"dotHeight":3,"dotGap":4,"dotOffset":12,"dotWidthActive":24,"dotActiveWidth":24}},"Card":{"global":["boxShadowCard","padding","paddingLG","fontSize","colorBorderSecondary","boxShadowTertiary","colorText","lineHeight","fontFamily","colorBgContainer","borderRadiusLG","colorTextHeading","fontWeightStrong","lineWidth","lineType","motionDurationMid","colorTextDescription","colorPrimary","fontHeight","marginXXS","marginXS","fontSizeLG","colorFillAlter"],"component":{"headerBg":"transparent","headerFontSize":16,"headerFontSizeSM":14,"headerHeight":56,"headerHeightSM":38,"actionsBg":"#ffffff","actionsLiMargin":"12px 0","tabsMarginBottom":-17,"extraColor":"rgba(0,0,0,0.88)","bodyPaddingSM":12,"headerPaddingSM":12,"bodyPadding":24,"headerPadding":24}},"Calendar":{"global":["controlHeightLG","paddingXXS","padding","controlHeightSM","fontHeightSM","marginXS","lineWidth","paddingSM","paddingXS","colorBgContainer","lineType","borderRadiusLG","colorPrimary","colorTextHeading","colorSplit","colorIcon","motionDurationMid","colorIconHover","fontWeightStrong","colorTextDisabled","colorText","fontSize","motionDurationSlow","borderRadiusSM","colorTextLightSolid","controlItemBgActive","marginXXS","colorFillSecondary","colorTextTertiary","lineHeight","fontFamily","lineWidthBold","controlItemBgHover","screenXS"],"component":{"fullBg":"#ffffff","fullPanelBg":"#ffffff","itemActiveBg":"#e6f4ff","yearControlWidth":80,"monthControlWidth":70,"miniContentHeight":256,"INTERNAL_FIXED_ITEM_MARGIN":2,"cellHoverBg":"rgba(0,0,0,0.04)","cellActiveWithRangeBg":"#e6f4ff","cellHoverWithRangeBg":"#cbe0fd","cellRangeBorderColor":"#82b4f9","cellBgDisabled":"rgba(0,0,0,0.04)","timeColumnWidth":56,"timeColumnHeight":224,"timeCellHeight":28,"cellWidth":36,"cellHeight":24,"textHeight":40,"withoutTimeCellHeight":66,"multipleItemBg":"rgba(0,0,0,0.06)","multipleItemBorderColor":"transparent","multipleItemHeight":24,"multipleItemHeightSM":16,"multipleItemHeightLG":32,"multipleSelectorBgDisabled":"rgba(0,0,0,0.04)","multipleItemColorDisabled":"rgba(0,0,0,0.25)","multipleItemBorderColorDisabled":"transparent"}},"Progress":{"global":["marginXXS","colorText","fontSize","lineHeight","fontFamily","motionDurationSlow","motionEaseInOutCirc","colorWhite","colorSuccess","marginXS","paddingXXS","colorBgContainer","motionEaseOutQuint","colorError","fontSizeSM"],"component":{"circleTextColor":"rgba(0,0,0,0.88)","defaultColor":"#1677ff","remainingColor":"rgba(0,0,0,0.06)","lineBorderRadius":100,"circleTextFontSize":"1em","circleIconFontSize":"1.1666666666666667em"}},"Badge":{"global":["fontHeight","lineWidth","marginXS","colorBorderBg","colorTextLightSolid","colorError","colorErrorHover","blue1","blue3","blue6","blue7","purple1","purple3","purple6","purple7","cyan1","cyan3","cyan6","cyan7","green1","green3","green6","green7","magenta1","magenta3","magenta6","magenta7","pink1","pink3","pink6","pink7","red1","red3","red6","red7","orange1","orange3","orange6","orange7","yellow1","yellow3","yellow6","yellow7","volcano1","volcano3","volcano6","volcano7","geekblue1","geekblue3","geekblue6","geekblue7","lime1","lime3","lime6","lime7","gold1","gold3","gold6","gold7","colorText","fontSize","lineHeight","fontFamily","motionDurationMid","paddingXS","colorSuccess","colorInfo","colorTextPlaceholder","colorWarning","motionDurationSlow","motionEaseOutBack"],"component":{"indicatorZIndex":"auto","indicatorHeight":20,"indicatorHeightSM":14,"dotSize":6,"textFontSize":12,"textFontSizeSM":12,"textFontWeight":"normal","statusSize":6}},"BackTop":{"global":["fontSizeHeading3","colorTextDescription","colorTextLightSolid","colorText","controlHeightLG","fontSize","lineHeight","fontFamily","motionDurationMid","screenMD","screenXS"],"component":{"zIndexPopup":10}},"Avatar":{"global":["colorTextLightSolid","colorTextPlaceholder","borderRadius","borderRadiusLG","borderRadiusSM","lineWidth","lineType","colorText","fontSize","lineHeight","fontFamily"],"component":{"containerSize":32,"containerSizeLG":40,"containerSizeSM":24,"textFontSize":18,"textFontSizeLG":24,"textFontSizeSM":14,"groupSpace":4,"groupOverlapping":-8,"groupBorderColor":"#ffffff"}},"App":{"global":["colorText","fontSize","lineHeight","fontFamily"],"component":{}}}')}}]);
|
|
@@ -6,4 +6,4 @@
|
|
|
6
6
|
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
7
|
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
8
|
*/
|
|
9
|
-
export declare const useThemeSettings: () => import("antd/es/menu/
|
|
9
|
+
export declare const useThemeSettings: () => import("antd/es/menu/interface").ItemType;
|