diff --git a/README.md b/README.md index 68c6f85..9a0e5c2 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,13 @@ _High Quality web friendly icons_ -'Boxicons' is a carefully designed open source iconset with 600+ icons. It's crafted to look enrich your website/app experience. +'Boxicons' is a carefully designed open source iconset with 1000+ icons. It's crafted to look enrich your website/app experience. -_Announcing Boxicons v1.9.4!_ +_Announcing Boxicons v2.0.0!_ New icons added in regular, solid styles. -- 100+ icons added +- 250+ icons added - Improvements on the current icons - Corrections to comply with the Material system icon rules diff --git a/dist/boxicons.js b/dist/boxicons.js index 397231a..b869e25 100644 --- a/dist/boxicons.js +++ b/dist/boxicons.js @@ -1,2 +1,2 @@ -!function(t,e,n,r,o){function a(){var t=[];return t.isDone=!1,t.exec=function(){t.splice(0).forEach(function(t){t()})},t.then=function(e){return t.isDone?e():t.push(e),t},t}function i(t){var e=a(),n=r.createElement("script");return n.type="text/javascript",n.readyState?n.onreadystatechange=function(){"loaded"!=n.readyState&&"complete"!=n.readyState||(n.onreadystatechange=null,e.isDone=!0,e.exec())}:n.onload=function(){e.isDone=!0,e.exec()},n.src=t,r.getElementsByTagName("head")[0].appendChild(n),n.then=e.then,n}if("customElements"in n)o();else{if(n.AWAITING_WEB_COMPONENTS_POLYFILL)return void n.AWAITING_WEB_COMPONENTS_POLYFILL.then(o);var s=n.AWAITING_WEB_COMPONENTS_POLYFILL=a();s.then(o);var f=n.WEB_COMPONENTS_POLYFILL||"//cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.0.2/webcomponents-bundle.js",c=n.ES6_CORE_POLYFILL||"//cdnjs.cloudflare.com/ajax/libs/core-js/2.5.3/core.min.js";"Promise"in n?i(f).then(function(){s.isDone=!0,s.exec()}):i(c).then(function(){i(f).then(function(){s.isDone=!0,s.exec()})})}}(0,0,window,document,function(){!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.BoxIconElement=e():t.BoxIconElement=e()}("undefined"!=typeof self?self:this,function(){return function(t){function e(r){if(n[r])return n[r].exports;var o=n[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,e),o.l=!0,o.exports}var n={};return e.m=t,e.c=n,e.d=function(t,n,r){e.o(t,n)||Object.defineProperty(t,n,{configurable:!1,enumerable:!0,get:r})},e.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n,"a",n),n},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="",e(e.s=1)}([function(t,e){function n(t,e){var n=t[1]||"",o=t[3];if(!o)return n;if(e&&"function"==typeof btoa){var a=r(o);return[n].concat(o.sources.map(function(t){return"/*# sourceURL="+o.sourceRoot+t+" */"})).concat([a]).join("\n")}return[n].join("\n")}function r(t){return"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(t))))+" */"}t.exports=function(t){var e=[];return e.toString=function(){return this.map(function(e){var r=n(e,t);return e[2]?"@media "+e[2]+"{"+r+"}":r}).join("")},e.i=function(t,n){"string"==typeof t&&(t=[[null,t,""]]);for(var r={},o=0;o\n:host {\n display: inline-block;\n font-size: initial;\n box-sizing: border-box;\n width: 24px;\n height: 24px;\n}\n:host([size=xs]) {\n width: 0.8rem;\n height: 0.8rem;\n}\n:host([size=sm]) {\n width: 1.55rem;\n height: 1.55rem;\n}\n:host([size=md]) {\n width: 2.25rem;\n height: 2.25rem;\n}\n:host([size=lg]) {\n width: 3.0rem;\n height: 3.0rem;\n}\n\n:host([size]:not([size=""]):not([size=xs]):not([size=sm]):not([size=md]):not([size=lg])) {\n width: auto;\n height: auto;\n}\n:host([pull=left]) #icon {\n float: left;\n margin-right: .3em!important;\n}\n:host([pull=right]) #icon {\n float: right;\n margin-left: .3em!important;\n}\n:host([border=square]) #icon {\n padding: .25em;\n border: .07em solid rgba(0,0,0,.1);\n border-radius: .25em;\n}\n:host([border=circle]) #icon {\n padding: .25em;\n border: .07em solid rgba(0,0,0,.1);\n border-radius: 50%;\n}\n#icon,\nsvg {\n width: 100%;\n height: 100%;\n}\n#icon {\n box-sizing: border-box;\n} \n'+l.a+"\n"+u.a+'\n\n
';var x=b(function(t){function e(){r(this,e);var t=o(this,(e.__proto__||Object.getPrototypeOf(e)).call(this));return t.$ui=t.attachShadow({mode:"open"}),t.$ui.appendChild(t.ownerDocument.importNode(g.content,!0)),w()&&h.ShadyCSS.styleElement(t),t._state={$iconHolder:t.$ui.getElementById("icon"),type:t.getAttribute("type")},t}return a(e,t),p(e,null,[{key:"getIconSvg",value:function(t,e){var n=this.cdnUrl+"/regular/bx-"+t+".svg";return"solid"===e?n=this.cdnUrl+"/solid/bxs-"+t+".svg":"logo"===e&&(n=this.cdnUrl+"/logos/bxl-"+t+".svg"),n&&y[n]?y[n]:(y[n]=new Promise(function(t,e){var r=new XMLHttpRequest;r.addEventListener("load",function(){if(this.status<200||this.status>=300)return void e(new Error(this.status+" "+this.responseText));t(this.responseText)}),r.onerror=e,r.onabort=e,r.open("GET",n),r.send()}),y[n])}},{key:"define",value:function(t){t=t||this.tagName,w()&&h.ShadyCSS.prepareTemplate(g,t),customElements.define(t,this)}},{key:"cdnUrl",get:function(){return"//unpkg.com/boxicons@1.9.4/svg"}},{key:"tagName",get:function(){return"box-icon"}},{key:"observedAttributes",get:function(){return["type","name","color","size","rotate","flip","animation","border","pull"]}}]),p(e,[{key:"attributeChangedCallback",value:function(t,e,n){var r=this._state.$iconHolder;switch(t){case"type":i(this,e,n);break;case"name":s(this,e,n);break;case"color":r.style.fill=n||"";break;case"size":f(this,e,n);break;case"rotate":e&&r.classList.remove("bx-rotate-"+e),n&&r.classList.add("bx-rotate-"+n);break;case"flip":e&&r.classList.remove("bx-flip-"+e),n&&r.classList.add("bx-flip-"+n);break;case"animation":e&&r.classList.remove("bx-"+e),n&&r.classList.add("bx-"+n)}}},{key:"connectedCallback",value:function(){w()&&h.ShadyCSS.styleElement(this)}}]),e}(HTMLElement))},function(t,e,n){var r=n(4);t.exports="string"==typeof r?r:r.toString()},function(t,e,n){e=t.exports=n(0)(!1),e.push([t.i,"@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-webkit-keyframes burst{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}90%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}}@keyframes burst{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}90%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}}@-webkit-keyframes flashing{0%{opacity:1}45%{opacity:0}90%{opacity:1}}@keyframes flashing{0%{opacity:1}45%{opacity:0}90%{opacity:1}}@-webkit-keyframes fade-left{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}75%{-webkit-transform:translateX(-20px);transform:translateX(-20px);opacity:0}}@keyframes fade-left{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}75%{-webkit-transform:translateX(-20px);transform:translateX(-20px);opacity:0}}@-webkit-keyframes fade-right{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}75%{-webkit-transform:translateX(20px);transform:translateX(20px);opacity:0}}@keyframes fade-right{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}75%{-webkit-transform:translateX(20px);transform:translateX(20px);opacity:0}}@-webkit-keyframes fade-up{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}75%{-webkit-transform:translateY(-20px);transform:translateY(-20px);opacity:0}}@keyframes fade-up{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}75%{-webkit-transform:translateY(-20px);transform:translateY(-20px);opacity:0}}@-webkit-keyframes fade-down{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}75%{-webkit-transform:translateY(20px);transform:translateY(20px);opacity:0}}@keyframes fade-down{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}75%{-webkit-transform:translateY(20px);transform:translateY(20px);opacity:0}}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.95,.95,.95) rotate(-10deg);transform:scale3d(.95,.95,.95) rotate(-10deg)}30%,50%,70%,90%{-webkit-transform:scaleX(1) rotate(10deg);transform:scaleX(1) rotate(10deg)}40%,60%,80%{-webkit-transform:scaleX(1) rotate(-10deg);transform:scaleX(1) rotate(-10deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.95,.95,.95) rotate(-10deg);transform:scale3d(.95,.95,.95) rotate(-10deg)}30%,50%,70%,90%{-webkit-transform:scaleX(1) rotate(10deg);transform:scaleX(1) rotate(10deg)}40%,60%,80%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.bx-spin,.bx-spin-hover:hover{-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.bx-tada,.bx-tada-hover:hover{-webkit-animation:tada 1.5s ease infinite;animation:tada 1.5s ease infinite}.bx-flashing,.bx-flashing-hover:hover{-webkit-animation:flashing 1.5s infinite linear;animation:flashing 1.5s infinite linear}.bx-burst,.bx-burst-hover:hover{-webkit-animation:burst 1.5s infinite linear;animation:burst 1.5s infinite linear}.bx-fade-up,.bx-fade-up-hover:hover{-webkit-animation:fade-up 1.5s infinite linear;animation:fade-up 1.5s infinite linear}.bx-fade-down,.bx-fade-down-hover:hover{-webkit-animation:fade-down 1.5s infinite linear;animation:fade-down 1.5s infinite linear}.bx-fade-left,.bx-fade-left-hover:hover{-webkit-animation:fade-left 1.5s infinite linear;animation:fade-left 1.5s infinite linear}.bx-fade-right,.bx-fade-right-hover:hover{-webkit-animation:fade-right 1.5s infinite linear;animation:fade-right 1.5s infinite linear}",""])},function(t,e,n){var r=n(6);t.exports="string"==typeof r?r:r.toString()},function(t,e,n){e=t.exports=n(0)(!1),e.push([t.i,'.bx-rotate-90{transform:rotate(90deg);-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"}.bx-rotate-180{transform:rotate(180deg);-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"}.bx-rotate-270{transform:rotate(270deg);-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"}.bx-flip-horizontal{transform:scaleX(-1);-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"}.bx-flip-vertical{transform:scaleY(-1);-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}',""])}])})}); +!function(t,e,n,r,o){function a(){var t=[];return t.isDone=!1,t.exec=function(){t.splice(0).forEach(function(t){t()})},t.then=function(e){return t.isDone?e():t.push(e),t},t}function i(t){var e=a(),n=r.createElement("script");return n.type="text/javascript",n.readyState?n.onreadystatechange=function(){"loaded"!=n.readyState&&"complete"!=n.readyState||(n.onreadystatechange=null,e.isDone=!0,e.exec())}:n.onload=function(){e.isDone=!0,e.exec()},n.src=t,r.getElementsByTagName("head")[0].appendChild(n),n.then=e.then,n}if("customElements"in n)o();else{if(n.AWAITING_WEB_COMPONENTS_POLYFILL)return void n.AWAITING_WEB_COMPONENTS_POLYFILL.then(o);var s=n.AWAITING_WEB_COMPONENTS_POLYFILL=a();s.then(o);var f=n.WEB_COMPONENTS_POLYFILL||"//cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.0.2/webcomponents-bundle.js",c=n.ES6_CORE_POLYFILL||"//cdnjs.cloudflare.com/ajax/libs/core-js/2.5.3/core.min.js";"Promise"in n?i(f).then(function(){s.isDone=!0,s.exec()}):i(c).then(function(){i(f).then(function(){s.isDone=!0,s.exec()})})}}(0,0,window,document,function(){!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.BoxIconElement=e():t.BoxIconElement=e()}("undefined"!=typeof self?self:this,function(){return function(t){function e(r){if(n[r])return n[r].exports;var o=n[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,e),o.l=!0,o.exports}var n={};return e.m=t,e.c=n,e.d=function(t,n,r){e.o(t,n)||Object.defineProperty(t,n,{configurable:!1,enumerable:!0,get:r})},e.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n,"a",n),n},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="",e(e.s=1)}([function(t,e){function n(t,e){var n=t[1]||"",o=t[3];if(!o)return n;if(e&&"function"==typeof btoa){var a=r(o);return[n].concat(o.sources.map(function(t){return"/*# sourceURL="+o.sourceRoot+t+" */"})).concat([a]).join("\n")}return[n].join("\n")}function r(t){return"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(t))))+" */"}t.exports=function(t){var e=[];return e.toString=function(){return this.map(function(e){var r=n(e,t);return e[2]?"@media "+e[2]+"{"+r+"}":r}).join("")},e.i=function(t,n){"string"==typeof t&&(t=[[null,t,""]]);for(var r={},o=0;o\n:host {\n display: inline-block;\n font-size: initial;\n box-sizing: border-box;\n width: 24px;\n height: 24px;\n}\n:host([size=xs]) {\n width: 0.8rem;\n height: 0.8rem;\n}\n:host([size=sm]) {\n width: 1.55rem;\n height: 1.55rem;\n}\n:host([size=md]) {\n width: 2.25rem;\n height: 2.25rem;\n}\n:host([size=lg]) {\n width: 3.0rem;\n height: 3.0rem;\n}\n\n:host([size]:not([size=""]):not([size=xs]):not([size=sm]):not([size=md]):not([size=lg])) {\n width: auto;\n height: auto;\n}\n:host([pull=left]) #icon {\n float: left;\n margin-right: .3em!important;\n}\n:host([pull=right]) #icon {\n float: right;\n margin-left: .3em!important;\n}\n:host([border=square]) #icon {\n padding: .25em;\n border: .07em solid rgba(0,0,0,.1);\n border-radius: .25em;\n}\n:host([border=circle]) #icon {\n padding: .25em;\n border: .07em solid rgba(0,0,0,.1);\n border-radius: 50%;\n}\n#icon,\nsvg {\n width: 100%;\n height: 100%;\n}\n#icon {\n box-sizing: border-box;\n} \n'+l.a+"\n"+u.a+'\n\n
';var x=b(function(t){function e(){r(this,e);var t=o(this,(e.__proto__||Object.getPrototypeOf(e)).call(this));return t.$ui=t.attachShadow({mode:"open"}),t.$ui.appendChild(t.ownerDocument.importNode(g.content,!0)),w()&&h.ShadyCSS.styleElement(t),t._state={$iconHolder:t.$ui.getElementById("icon"),type:t.getAttribute("type")},t}return a(e,t),p(e,null,[{key:"getIconSvg",value:function(t,e){var n=this.cdnUrl+"/regular/bx-"+t+".svg";return"solid"===e?n=this.cdnUrl+"/solid/bxs-"+t+".svg":"logo"===e&&(n=this.cdnUrl+"/logos/bxl-"+t+".svg"),n&&y[n]?y[n]:(y[n]=new Promise(function(t,e){var r=new XMLHttpRequest;r.addEventListener("load",function(){if(this.status<200||this.status>=300)return void e(new Error(this.status+" "+this.responseText));t(this.responseText)}),r.onerror=e,r.onabort=e,r.open("GET",n),r.send()}),y[n])}},{key:"define",value:function(t){t=t||this.tagName,w()&&h.ShadyCSS.prepareTemplate(g,t),customElements.define(t,this)}},{key:"cdnUrl",get:function(){return"//unpkg.com/boxicons@2.0.0/svg"}},{key:"tagName",get:function(){return"box-icon"}},{key:"observedAttributes",get:function(){return["type","name","color","size","rotate","flip","animation","border","pull"]}}]),p(e,[{key:"attributeChangedCallback",value:function(t,e,n){var r=this._state.$iconHolder;switch(t){case"type":i(this,e,n);break;case"name":s(this,e,n);break;case"color":r.style.fill=n||"";break;case"size":f(this,e,n);break;case"rotate":e&&r.classList.remove("bx-rotate-"+e),n&&r.classList.add("bx-rotate-"+n);break;case"flip":e&&r.classList.remove("bx-flip-"+e),n&&r.classList.add("bx-flip-"+n);break;case"animation":e&&r.classList.remove("bx-"+e),n&&r.classList.add("bx-"+n)}}},{key:"connectedCallback",value:function(){w()&&h.ShadyCSS.styleElement(this)}}]),e}(HTMLElement))},function(t,e,n){var r=n(4);t.exports="string"==typeof r?r:r.toString()},function(t,e,n){e=t.exports=n(0)(!1),e.push([t.i,"@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-webkit-keyframes burst{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}90%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}}@keyframes burst{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}90%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}}@-webkit-keyframes flashing{0%{opacity:1}45%{opacity:0}90%{opacity:1}}@keyframes flashing{0%{opacity:1}45%{opacity:0}90%{opacity:1}}@-webkit-keyframes fade-left{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}75%{-webkit-transform:translateX(-20px);transform:translateX(-20px);opacity:0}}@keyframes fade-left{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}75%{-webkit-transform:translateX(-20px);transform:translateX(-20px);opacity:0}}@-webkit-keyframes fade-right{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}75%{-webkit-transform:translateX(20px);transform:translateX(20px);opacity:0}}@keyframes fade-right{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}75%{-webkit-transform:translateX(20px);transform:translateX(20px);opacity:0}}@-webkit-keyframes fade-up{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}75%{-webkit-transform:translateY(-20px);transform:translateY(-20px);opacity:0}}@keyframes fade-up{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}75%{-webkit-transform:translateY(-20px);transform:translateY(-20px);opacity:0}}@-webkit-keyframes fade-down{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}75%{-webkit-transform:translateY(20px);transform:translateY(20px);opacity:0}}@keyframes fade-down{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}75%{-webkit-transform:translateY(20px);transform:translateY(20px);opacity:0}}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.95,.95,.95) rotate(-10deg);transform:scale3d(.95,.95,.95) rotate(-10deg)}30%,50%,70%,90%{-webkit-transform:scaleX(1) rotate(10deg);transform:scaleX(1) rotate(10deg)}40%,60%,80%{-webkit-transform:scaleX(1) rotate(-10deg);transform:scaleX(1) rotate(-10deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.95,.95,.95) rotate(-10deg);transform:scale3d(.95,.95,.95) rotate(-10deg)}30%,50%,70%,90%{-webkit-transform:scaleX(1) rotate(10deg);transform:scaleX(1) rotate(10deg)}40%,60%,80%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.bx-spin,.bx-spin-hover:hover{-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.bx-tada,.bx-tada-hover:hover{-webkit-animation:tada 1.5s ease infinite;animation:tada 1.5s ease infinite}.bx-flashing,.bx-flashing-hover:hover{-webkit-animation:flashing 1.5s infinite linear;animation:flashing 1.5s infinite linear}.bx-burst,.bx-burst-hover:hover{-webkit-animation:burst 1.5s infinite linear;animation:burst 1.5s infinite linear}.bx-fade-up,.bx-fade-up-hover:hover{-webkit-animation:fade-up 1.5s infinite linear;animation:fade-up 1.5s infinite linear}.bx-fade-down,.bx-fade-down-hover:hover{-webkit-animation:fade-down 1.5s infinite linear;animation:fade-down 1.5s infinite linear}.bx-fade-left,.bx-fade-left-hover:hover{-webkit-animation:fade-left 1.5s infinite linear;animation:fade-left 1.5s infinite linear}.bx-fade-right,.bx-fade-right-hover:hover{-webkit-animation:fade-right 1.5s infinite linear;animation:fade-right 1.5s infinite linear}",""])},function(t,e,n){var r=n(6);t.exports="string"==typeof r?r:r.toString()},function(t,e,n){e=t.exports=n(0)(!1),e.push([t.i,'.bx-rotate-90{transform:rotate(90deg);-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"}.bx-rotate-180{transform:rotate(180deg);-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"}.bx-rotate-270{transform:rotate(270deg);-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"}.bx-flip-horizontal{transform:scaleX(-1);-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"}.bx-flip-vertical{transform:scaleY(-1);-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}',""])}])})}); //# sourceMappingURL=boxicons.js.map \ No newline at end of file diff --git a/index.html b/index.html index d286aaf..5bee84a 100644 --- a/index.html +++ b/index.html @@ -30,7 +30,7 @@ + href="https://cdn.jsdelivr.net/npm/boxicons@2.0.0/css/boxicons.min.css"> @@ -68,6 +68,6 @@
- + diff --git a/package.json b/package.json index a70f976..be58f28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "boxicons", - "version": "1.9.4", + "version": "2.0.0", "private": true, "description": "High Quality web friendly icons", "scripts": { diff --git a/static/css/boxicons.css b/static/css/boxicons.css index 255a175..08eeea5 100644 --- a/static/css/boxicons.css +++ b/static/css/boxicons.css @@ -522,6 +522,7 @@ border-radius: 50%; } + .bxl-500px:before { content: "\e900"; } @@ -642,2442 +643,2889 @@ .bxl-instagram:before { content: "\e927"; } -.bxl-internet-explorer:before { +.bxl-instagram-alt:before { content: "\e928"; } -.bxl-invision:before { +.bxl-internet-explorer:before { content: "\e929"; } -.bxl-javascript:before { +.bxl-invision:before { content: "\e92a"; } -.bxl-joomla:before { +.bxl-javascript:before { content: "\e92b"; } -.bxl-jsfiddle:before { +.bxl-joomla:before { content: "\e92c"; } -.bxl-kickstarter:before { +.bxl-jsfiddle:before { content: "\e92d"; } -.bxl-less:before { +.bxl-kickstarter:before { content: "\e92e"; } -.bxl-linkedin:before { +.bxl-less:before { content: "\e92f"; } -.bxl-linkedin-square:before { +.bxl-linkedin:before { content: "\e930"; } -.bxl-magento:before { +.bxl-linkedin-square:before { content: "\e931"; } -.bxl-mailchimp:before { +.bxl-magento:before { content: "\e932"; } -.bxl-mastercard:before { +.bxl-mailchimp:before { content: "\e933"; } -.bxl-medium:before { +.bxl-mastercard:before { content: "\e934"; } -.bxl-medium-old:before { +.bxl-medium:before { content: "\e935"; } -.bxl-medium-square:before { +.bxl-medium-old:before { content: "\e936"; } -.bxl-messenger:before { +.bxl-medium-square:before { content: "\e937"; } -.bxl-microsoft:before { +.bxl-messenger:before { content: "\e938"; } -.bxl-nodejs:before { +.bxl-microsoft:before { content: "\e939"; } -.bxl-opera:before { +.bxl-nodejs:before { content: "\e93a"; } -.bxl-paypal:before { +.bxl-opera:before { content: "\e93b"; } -.bxl-periscope:before { +.bxl-paypal:before { content: "\e93c"; } -.bxl-pinterest:before { +.bxl-periscope:before { content: "\e93d"; } -.bxl-play-store:before { +.bxl-pinterest:before { content: "\e93e"; } -.bxl-pocket:before { +.bxl-play-store:before { content: "\e93f"; } -.bxl-product-hunt:before { +.bxl-pocket:before { content: "\e940"; } -.bxl-quora:before { +.bxl-product-hunt:before { content: "\e941"; } -.bxl-react:before { +.bxl-quora:before { content: "\e942"; } -.bxl-reddit:before { +.bxl-react:before { content: "\e943"; } -.bxl-redux:before { +.bxl-reddit:before { content: "\e944"; } -.bxl-sass:before { +.bxl-redux:before { content: "\e945"; } -.bxl-shopify:before { +.bxl-sass:before { content: "\e946"; } -.bxl-skype:before { +.bxl-shopify:before { content: "\e947"; } -.bxl-slack:before { +.bxl-skype:before { content: "\e948"; } -.bxl-slack-old:before { +.bxl-slack:before { content: "\e949"; } -.bxl-snapchat:before { +.bxl-slack-old:before { content: "\e94a"; } -.bxl-soundcloud:before { +.bxl-snapchat:before { content: "\e94b"; } -.bxl-spotify:before { +.bxl-soundcloud:before { content: "\e94c"; } -.bxl-squarespace:before { +.bxl-spotify:before { content: "\e94d"; } -.bxl-stack-overflow:before { +.bxl-squarespace:before { content: "\e94e"; } -.bxl-stripe:before { +.bxl-stack-overflow:before { content: "\e94f"; } -.bxl-telegram:before { +.bxl-stripe:before { content: "\e950"; } -.bxl-trello:before { +.bxl-telegram:before { content: "\e951"; } -.bxl-tumblr:before { +.bxl-trello:before { content: "\e952"; } -.bxl-twitch:before { +.bxl-tumblr:before { content: "\e953"; } -.bxl-twitter:before { +.bxl-twitch:before { content: "\e954"; } -.bxl-unsplash:before { +.bxl-twitter:before { content: "\e955"; } -.bxl-vimeo:before { +.bxl-unsplash:before { content: "\e956"; } -.bxl-visa:before { +.bxl-vimeo:before { content: "\e957"; } -.bxl-vk:before { +.bxl-visa:before { content: "\e958"; } -.bxl-vuejs:before { +.bxl-vk:before { content: "\e959"; } -.bxl-whatsapp:before { +.bxl-vuejs:before { content: "\e95a"; } -.bxl-whatsapp-square:before { +.bxl-whatsapp:before { content: "\e95b"; } -.bxl-wikipedia:before { +.bxl-whatsapp-square:before { content: "\e95c"; } -.bxl-windows:before { +.bxl-wikipedia:before { content: "\e95d"; } -.bxl-wix:before { +.bxl-windows:before { content: "\e95e"; } -.bxl-wordpress:before { +.bxl-wix:before { content: "\e95f"; } -.bxl-yahoo:before { +.bxl-wordpress:before { content: "\e960"; } -.bxl-yelp:before { +.bxl-yahoo:before { content: "\e961"; } -.bxl-youtube:before { +.bxl-yelp:before { content: "\e962"; } -.bx-adjust:before { +.bxl-youtube:before { content: "\e963"; } -.bx-alarm:before { +.bx-accessibility:before { content: "\e964"; } -.bx-alarm-off:before { +.bx-adjust:before { content: "\e965"; } -.bx-album:before { +.bx-alarm:before { content: "\e966"; } -.bx-align-justify:before { +.bx-alarm-off:before { content: "\e967"; } -.bx-align-left:before { +.bx-album:before { content: "\e968"; } -.bx-align-middle:before { +.bx-align-justify:before { content: "\e969"; } -.bx-align-right:before { +.bx-align-left:before { content: "\e96a"; } -.bx-ambulance:before { +.bx-align-middle:before { content: "\e96b"; } -.bx-analyse:before { +.bx-align-right:before { content: "\e96c"; } -.bx-anchor:before { +.bx-ambulance:before { content: "\e96d"; } -.bx-aperture:before { +.bx-analyse:before { content: "\e96e"; } -.bx-archive:before { +.bx-anchor:before { content: "\e96f"; } -.bx-area:before { +.bx-aperture:before { content: "\e970"; } -.bx-arrow-back:before { +.bx-archive:before { content: "\e971"; } -.bx-at:before { +.bx-area:before { content: "\e972"; } -.bx-award:before { +.bx-arrow-back:before { content: "\e973"; } -.bx-badge:before { +.bx-at:before { content: "\e974"; } -.bx-badge-check:before { +.bx-award:before { content: "\e975"; } -.bx-ball:before { +.bx-badge:before { content: "\e976"; } -.bx-bar-chart:before { +.bx-badge-check:before { content: "\e977"; } -.bx-bar-chart-alt:before { +.bx-ball:before { content: "\e978"; } -.bx-bar-chart-alt-2:before { +.bx-band-aid:before { content: "\e979"; } -.bx-bar-chart-square:before { +.bx-bar-chart:before { content: "\e97a"; } -.bx-barcode:before { +.bx-bar-chart-alt:before { content: "\e97b"; } -.bx-basketball:before { +.bx-bar-chart-alt-2:before { content: "\e97c"; } -.bx-bath:before { +.bx-bar-chart-square:before { content: "\e97d"; } -.bx-battery:before { +.bx-barcode:before { content: "\e97e"; } -.bx-bed:before { +.bx-basket:before { content: "\e97f"; } -.bx-bell:before { +.bx-basketball:before { content: "\e980"; } -.bx-bell-minus:before { +.bx-bath:before { content: "\e981"; } -.bx-bell-off:before { +.bx-battery:before { content: "\e982"; } -.bx-bell-plus:before { +.bx-bed:before { content: "\e983"; } -.bx-bicycle:before { +.bx-bell:before { content: "\e984"; } -.bx-block:before { +.bx-bell-minus:before { content: "\e985"; } -.bx-bluetooth:before { +.bx-bell-off:before { content: "\e986"; } -.bx-body:before { +.bx-bell-plus:before { content: "\e987"; } -.bx-bold:before { +.bx-bicycle:before { content: "\e988"; } -.bx-book:before { +.bx-block:before { content: "\e989"; } -.bx-book-bookmark:before { +.bx-bluetooth:before { content: "\e98a"; } -.bx-book-content:before { +.bx-body:before { content: "\e98b"; } -.bx-bookmark:before { +.bx-bold:before { content: "\e98c"; } -.bx-bookmark-minus:before { +.bx-book:before { content: "\e98d"; } -.bx-bookmark-plus:before { +.bx-book-bookmark:before { content: "\e98e"; } -.bx-bookmarks:before { +.bx-book-content:before { content: "\e98f"; } -.bx-book-open:before { +.bx-bookmark:before { content: "\e990"; } -.bx-bot:before { +.bx-bookmark-minus:before { content: "\e991"; } -.bx-box:before { +.bx-bookmark-plus:before { content: "\e992"; } -.bx-briefcase:before { +.bx-bookmarks:before { content: "\e993"; } -.bx-briefcase-alt:before { +.bx-book-open:before { content: "\e994"; } -.bx-broadcast:before { +.bx-border-all:before { content: "\e995"; } -.bx-brush:before { +.bx-border-bottom:before { content: "\e996"; } -.bx-bug:before { +.bx-border-left:before { content: "\e997"; } -.bx-bug-alt:before { +.bx-border-right:before { content: "\e998"; } -.bx-building:before { +.bx-border-top:before { content: "\e999"; } -.bx-buildings:before { +.bx-bot:before { content: "\e99a"; } -.bx-bulb:before { +.bx-bowling-ball:before { content: "\e99b"; } -.bx-bullseye:before { +.bx-box:before { content: "\e99c"; } -.bx-buoy:before { +.bx-briefcase:before { content: "\e99d"; } -.bx-bus:before { +.bx-briefcase-alt:before { content: "\e99e"; } -.bx-calculator:before { +.bx-brightness:before { content: "\e99f"; } -.bx-calendar:before { +.bx-brightness-half:before { content: "\e9a0"; } -.bx-calendar-alt:before { +.bx-broadcast:before { content: "\e9a1"; } -.bx-calendar-check:before { +.bx-brush:before { content: "\e9a2"; } -.bx-calendar-event:before { +.bx-bug:before { content: "\e9a3"; } -.bx-calendar-minus:before { +.bx-bug-alt:before { content: "\e9a4"; } -.bx-calendar-plus:before { +.bx-building:before { content: "\e9a5"; } -.bx-calendar-x:before { +.bx-building-house:before { content: "\e9a6"; } -.bx-camera:before { +.bx-buildings:before { content: "\e9a7"; } -.bx-camera-off:before { +.bx-bulb:before { content: "\e9a8"; } -.bx-captions:before { +.bx-bullseye:before { content: "\e9a9"; } -.bx-car:before { +.bx-buoy:before { content: "\e9aa"; } -.bx-card:before { +.bx-bus:before { content: "\e9ab"; } -.bx-caret-down:before { +.bx-calculator:before { content: "\e9ac"; } -.bx-caret-left:before { +.bx-calendar:before { content: "\e9ad"; } -.bx-caret-right:before { +.bx-calendar-alt:before { content: "\e9ae"; } -.bx-caret-up:before { +.bx-calendar-check:before { content: "\e9af"; } -.bx-carousel:before { +.bx-calendar-event:before { content: "\e9b0"; } -.bx-cart:before { +.bx-calendar-minus:before { content: "\e9b1"; } -.bx-cart-alt:before { +.bx-calendar-plus:before { content: "\e9b2"; } -.bx-cast:before { +.bx-calendar-x:before { content: "\e9b3"; } -.bx-certification:before { +.bx-camera:before { content: "\e9b4"; } -.bx-chalkboard:before { +.bx-camera-off:before { content: "\e9b5"; } -.bx-chart:before { +.bx-captions:before { content: "\e9b6"; } -.bx-chat:before { +.bx-car:before { content: "\e9b7"; } -.bx-check:before { +.bx-card:before { content: "\e9b8"; } -.bx-checkbox:before { +.bx-caret-down:before { content: "\e9b9"; } -.bx-checkbox-checked:before { +.bx-caret-left:before { content: "\e9ba"; } -.bx-checkbox-square:before { +.bx-caret-right:before { content: "\e9bb"; } -.bx-check-circle:before { +.bx-caret-up:before { content: "\e9bc"; } -.bx-check-double:before { +.bx-carousel:before { content: "\e9bd"; } -.bx-chevron-down:before { +.bx-cart:before { content: "\e9be"; } -.bx-chevron-left:before { +.bx-cart-alt:before { content: "\e9bf"; } -.bx-chevron-right:before { +.bx-cast:before { content: "\e9c0"; } -.bx-chevrons-down:before { +.bx-certification:before { content: "\e9c1"; } -.bx-chevrons-left:before { +.bx-chalkboard:before { content: "\e9c2"; } -.bx-chevrons-right:before { +.bx-chart:before { content: "\e9c3"; } -.bx-chevrons-up:before { +.bx-chat:before { content: "\e9c4"; } -.bx-chevron-up:before { +.bx-check:before { content: "\e9c5"; } -.bx-chip:before { +.bx-checkbox:before { content: "\e9c6"; } -.bx-circle:before { +.bx-checkbox-checked:before { content: "\e9c7"; } -.bx-clipboard:before { +.bx-checkbox-square:before { content: "\e9c8"; } -.bx-closet:before { +.bx-check-circle:before { content: "\e9c9"; } -.bx-cloud:before { +.bx-check-double:before { content: "\e9ca"; } -.bx-cloud-download:before { +.bx-check-square:before { content: "\e9cb"; } -.bx-cloud-drizzle:before { +.bx-chevron-down:before { content: "\e9cc"; } -.bx-cloud-lightning:before { +.bx-chevron-left:before { content: "\e9cd"; } -.bx-cloud-light-rain:before { +.bx-chevron-right:before { content: "\e9ce"; } -.bx-cloud-rain:before { +.bx-chevrons-down:before { content: "\e9cf"; } -.bx-cloud-snow:before { +.bx-chevrons-left:before { content: "\e9d0"; } -.bx-cloud-upload:before { +.bx-chevrons-right:before { content: "\e9d1"; } -.bx-code:before { +.bx-chevrons-up:before { content: "\e9d2"; } -.bx-code-alt:before { +.bx-chevron-up:before { content: "\e9d3"; } -.bx-code-block:before { +.bx-chip:before { content: "\e9d4"; } -.bx-code-curly:before { +.bx-circle:before { content: "\e9d5"; } -.bx-coffee:before { +.bx-clipboard:before { content: "\e9d6"; } -.bx-cog:before { +.bx-closet:before { content: "\e9d7"; } -.bx-collapse:before { +.bx-cloud:before { content: "\e9d8"; } -.bx-collection:before { +.bx-cloud-download:before { content: "\e9d9"; } -.bx-columns:before { +.bx-cloud-drizzle:before { content: "\e9da"; } -.bx-command:before { +.bx-cloud-lightning:before { content: "\e9db"; } -.bx-compass:before { +.bx-cloud-light-rain:before { content: "\e9dc"; } -.bx-copy:before { +.bx-cloud-rain:before { content: "\e9dd"; } -.bx-copy-alt:before { +.bx-cloud-snow:before { content: "\e9de"; } -.bx-copyright:before { +.bx-cloud-upload:before { content: "\e9df"; } -.bx-credit-card:before { +.bx-code:before { content: "\e9e0"; } -.bx-crop:before { +.bx-code-alt:before { content: "\e9e1"; } -.bx-crosshair:before { +.bx-code-block:before { content: "\e9e2"; } -.bx-crown:before { +.bx-code-curly:before { content: "\e9e3"; } -.bx-cube:before { +.bx-coffee:before { content: "\e9e4"; } -.bx-cut:before { +.bx-cog:before { content: "\e9e5"; } -.bx-dashboard:before { +.bx-collapse:before { content: "\e9e6"; } -.bx-data:before { +.bx-collection:before { content: "\e9e7"; } -.bx-desktop:before { +.bx-columns:before { content: "\e9e8"; } -.bx-detail:before { +.bx-command:before { content: "\e9e9"; } -.bx-devices:before { +.bx-comment:before { content: "\e9ea"; } -.bx-dialpad:before { +.bx-comment-dots:before { content: "\e9eb"; } -.bx-diamond:before { +.bx-compass:before { content: "\e9ec"; } -.bx-directions:before { +.bx-copy:before { content: "\e9ed"; } -.bx-disc:before { +.bx-copy-alt:before { content: "\e9ee"; } -.bx-dislike:before { +.bx-copyright:before { content: "\e9ef"; } -.bx-dock-bottom:before { +.bx-credit-card:before { content: "\e9f0"; } -.bx-dock-left:before { +.bx-credit-card-alt:before { content: "\e9f1"; } -.bx-dock-right:before { +.bx-crop:before { content: "\e9f2"; } -.bx-dock-top:before { +.bx-crosshair:before { content: "\e9f3"; } -.bx-dollar:before { +.bx-crown:before { content: "\e9f4"; } -.bx-dollar-circle:before { +.bx-cube:before { content: "\e9f5"; } -.bx-dots-horizontal:before { +.bx-cube-alt:before { content: "\e9f6"; } -.bx-dots-horizontal-rounded:before { +.bx-cuboid:before { content: "\e9f7"; } -.bx-dots-vertical:before { +.bx-cut:before { content: "\e9f8"; } -.bx-dots-vertical-rounded:before { +.bx-cycling:before { content: "\e9f9"; } -.bx-down-arrow:before { +.bx-cylinder:before { content: "\e9fa"; } -.bx-down-arrow-circle:before { +.bx-dashboard:before { content: "\e9fb"; } -.bx-download:before { +.bx-data:before { content: "\e9fc"; } -.bx-downvote:before { +.bx-desktop:before { content: "\e9fd"; } -.bx-dumbbell:before { +.bx-detail:before { content: "\e9fe"; } -.bx-duplicate:before { +.bx-devices:before { content: "\e9ff"; } -.bx-edit:before { +.bx-dialpad:before { content: "\ea00"; } -.bx-edit-alt:before { +.bx-dialpad-alt:before { content: "\ea01"; } -.bx-envelope:before { +.bx-diamond:before { content: "\ea02"; } -.bx-equalizer:before { +.bx-directions:before { content: "\ea03"; } -.bx-error:before { +.bx-disc:before { content: "\ea04"; } -.bx-error-circle:before { +.bx-dislike:before { content: "\ea05"; } -.bx-exit-fullscreen:before { +.bx-dna:before { content: "\ea06"; } -.bx-expand:before { +.bx-dock-bottom:before { content: "\ea07"; } -.bx-export:before { +.bx-dock-left:before { content: "\ea08"; } -.bx-fast-forward:before { +.bx-dock-right:before { content: "\ea09"; } -.bx-fast-forward-circle:before { +.bx-dock-top:before { content: "\ea0a"; } -.bx-female:before { +.bx-dollar:before { content: "\ea0b"; } -.bx-file:before { +.bx-dollar-circle:before { content: "\ea0c"; } -.bx-file-blank:before { +.bx-dots-horizontal:before { content: "\ea0d"; } -.bx-film:before { +.bx-dots-horizontal-rounded:before { content: "\ea0e"; } -.bx-filter:before { +.bx-dots-vertical:before { content: "\ea0f"; } -.bx-fingerprint:before { +.bx-dots-vertical-rounded:before { content: "\ea10"; } -.bx-first-aid:before { +.bx-doughnut-chart:before { content: "\ea11"; } -.bx-first-page:before { +.bx-down-arrow:before { content: "\ea12"; } -.bx-flag:before { +.bx-down-arrow-alt:before { content: "\ea13"; } -.bx-folder:before { +.bx-down-arrow-circle:before { content: "\ea14"; } -.bx-folder-minus:before { +.bx-download:before { content: "\ea15"; } -.bx-folder-open:before { +.bx-downvote:before { content: "\ea16"; } -.bx-folder-plus:before { +.bx-droplet:before { content: "\ea17"; } -.bx-font:before { +.bx-dumbbell:before { content: "\ea18"; } -.bx-font-color:before { +.bx-duplicate:before { content: "\ea19"; } -.bx-font-family:before { +.bx-edit:before { content: "\ea1a"; } -.bx-font-size:before { +.bx-edit-alt:before { content: "\ea1b"; } -.bx-football:before { +.bx-envelope:before { content: "\ea1c"; } -.bx-fullscreen:before { +.bx-equalizer:before { content: "\ea1d"; } -.bx-ghost:before { +.bx-error:before { content: "\ea1e"; } -.bx-gift:before { +.bx-error-alt:before { content: "\ea1f"; } -.bx-git-branch:before { +.bx-error-circle:before { content: "\ea20"; } -.bx-git-commit:before { +.bx-exit-fullscreen:before { content: "\ea21"; } -.bx-git-compare:before { +.bx-expand:before { content: "\ea22"; } -.bx-git-merge:before { +.bx-export:before { content: "\ea23"; } -.bx-git-pull-request:before { +.bx-fast-forward:before { content: "\ea24"; } -.bx-git-repo-forked:before { +.bx-fast-forward-circle:before { content: "\ea25"; } -.bx-globe:before { +.bx-female:before { content: "\ea26"; } -.bx-globe-alt:before { +.bx-file:before { content: "\ea27"; } -.bx-grid:before { +.bx-file-blank:before { content: "\ea28"; } -.bx-grid-alt:before { +.bx-film:before { content: "\ea29"; } -.bx-grid-horizontal:before { +.bx-filter:before { content: "\ea2a"; } -.bx-grid-small:before { +.bx-filter-alt:before { content: "\ea2b"; } -.bx-grid-vertical:before { +.bx-fingerprint:before { content: "\ea2c"; } -.bx-group:before { +.bx-first-aid:before { content: "\ea2d"; } -.bx-handicap:before { +.bx-first-page:before { content: "\ea2e"; } -.bx-hash:before { +.bx-flag:before { content: "\ea2f"; } -.bx-hdd:before { +.bx-folder:before { content: "\ea30"; } -.bx-heading:before { +.bx-folder-minus:before { content: "\ea31"; } -.bx-headphone:before { +.bx-folder-open:before { content: "\ea32"; } -.bx-heart:before { +.bx-folder-plus:before { content: "\ea33"; } -.bx-help-circle:before { +.bx-font:before { content: "\ea34"; } -.bx-hide:before { +.bx-font-color:before { content: "\ea35"; } -.bx-highlight:before { +.bx-font-family:before { content: "\ea36"; } -.bx-history:before { +.bx-font-size:before { content: "\ea37"; } -.bx-home:before { +.bx-football:before { content: "\ea38"; } -.bx-home-alt:before { +.bx-fullscreen:before { content: "\ea39"; } -.bx-home-circle:before { +.bx-gas-pump:before { content: "\ea3a"; } -.bx-horizontal-center:before { +.bx-ghost:before { content: "\ea3b"; } -.bx-hotel:before { +.bx-gift:before { content: "\ea3c"; } -.bx-hourglass:before { +.bx-git-branch:before { content: "\ea3d"; } -.bx-id-card:before { +.bx-git-commit:before { content: "\ea3e"; } -.bx-image:before { +.bx-git-compare:before { content: "\ea3f"; } -.bx-images:before { +.bx-git-merge:before { content: "\ea40"; } -.bx-import:before { +.bx-git-pull-request:before { content: "\ea41"; } -.bx-infinite:before { +.bx-git-repo-forked:before { content: "\ea42"; } -.bx-info-circle:before { +.bx-globe:before { content: "\ea43"; } -.bx-italic:before { +.bx-globe-alt:before { content: "\ea44"; } -.bx-joystick:before { +.bx-grid:before { content: "\ea45"; } -.bx-joystick-alt:before { +.bx-grid-alt:before { content: "\ea46"; } -.bx-joystick-button:before { +.bx-grid-horizontal:before { content: "\ea47"; } -.bx-key:before { +.bx-grid-small:before { content: "\ea48"; } -.bx-laptop:before { +.bx-grid-vertical:before { content: "\ea49"; } -.bx-last-page:before { +.bx-group:before { content: "\ea4a"; } -.bx-layer:before { +.bx-handicap:before { content: "\ea4b"; } -.bx-layout:before { +.bx-hash:before { content: "\ea4c"; } -.bx-left-arrow:before { +.bx-hdd:before { content: "\ea4d"; } -.bx-left-arrow-circle:before { +.bx-heading:before { content: "\ea4e"; } -.bx-left-down-arrow-circle:before { +.bx-headphone:before { content: "\ea4f"; } -.bx-left-indent:before { +.bx-heart:before { content: "\ea50"; } -.bx-left-top-arrow-circle:before { +.bx-help-circle:before { content: "\ea51"; } -.bx-like:before { +.bx-hide:before { content: "\ea52"; } -.bx-link:before { +.bx-highlight:before { content: "\ea53"; } -.bx-link-alt:before { +.bx-history:before { content: "\ea54"; } -.bx-link-external:before { +.bx-hive:before { content: "\ea55"; } -.bx-list:before { +.bx-home:before { content: "\ea56"; } -.bx-list-check:before { +.bx-home-alt:before { content: "\ea57"; } -.bx-list-ol:before { +.bx-home-circle:before { content: "\ea58"; } -.bx-list-plus:before { +.bx-horizontal-center:before { content: "\ea59"; } -.bx-list-ul:before { +.bx-hotel:before { content: "\ea5a"; } -.bx-list-x:before { +.bx-hourglass:before { content: "\ea5b"; } -.bx-loader:before { +.bx-id-card:before { content: "\ea5c"; } -.bx-loader-alt:before { +.bx-image:before { content: "\ea5d"; } -.bx-loader-circle:before { +.bx-images:before { content: "\ea5e"; } -.bx-lock:before { +.bx-import:before { content: "\ea5f"; } -.bx-lock-open:before { +.bx-infinite:before { content: "\ea60"; } -.bx-log-in:before { +.bx-info-circle:before { content: "\ea61"; } -.bx-log-out:before { +.bx-italic:before { content: "\ea62"; } -.bx-magnet:before { +.bx-joystick:before { content: "\ea63"; } -.bx-mail-send:before { +.bx-joystick-alt:before { content: "\ea64"; } -.bx-male:before { +.bx-joystick-button:before { content: "\ea65"; } -.bx-map:before { +.bx-key:before { content: "\ea66"; } -.bx-map-alt:before { +.bx-landscape:before { content: "\ea67"; } -.bx-memory-card:before { +.bx-laptop:before { content: "\ea68"; } -.bx-menu:before { +.bx-last-page:before { content: "\ea69"; } -.bx-menu-alt-left:before { +.bx-layer:before { content: "\ea6a"; } -.bx-menu-alt-right:before { +.bx-layout:before { content: "\ea6b"; } -.bx-message:before { +.bx-left-arrow:before { content: "\ea6c"; } -.bx-message-dots:before { +.bx-left-arrow-alt:before { content: "\ea6d"; } -.bx-message-rounded:before { +.bx-left-arrow-circle:before { content: "\ea6e"; } -.bx-message-rounded-dots:before { +.bx-left-down-arrow-circle:before { content: "\ea6f"; } -.bx-message-square:before { +.bx-left-indent:before { content: "\ea70"; } -.bx-message-square-dots:before { +.bx-left-top-arrow-circle:before { content: "\ea71"; } -.bx-microphone:before { +.bx-like:before { content: "\ea72"; } -.bx-microphone-off:before { +.bx-line-chart:before { content: "\ea73"; } -.bx-minus:before { +.bx-link:before { content: "\ea74"; } -.bx-minus-circle:before { +.bx-link-alt:before { content: "\ea75"; } -.bx-mobile:before { +.bx-link-external:before { content: "\ea76"; } -.bx-mobile-alt:before { +.bx-list-check:before { content: "\ea77"; } -.bx-money:before { +.bx-list-ol:before { content: "\ea78"; } -.bx-moon:before { +.bx-list-plus:before { content: "\ea79"; } -.bx-mouse:before { +.bx-list-ul:before { content: "\ea7a"; } -.bx-mouse-alt:before { +.bx-list-x:before { content: "\ea7b"; } -.bx-move:before { +.bx-loader:before { content: "\ea7c"; } -.bx-move-horizontal:before { +.bx-loader-alt:before { content: "\ea7d"; } -.bx-move-vertical:before { +.bx-loader-circle:before { content: "\ea7e"; } -.bx-movie:before { +.bx-lock:before { content: "\ea7f"; } -.bx-music:before { +.bx-lock-alt:before { content: "\ea80"; } -.bx-navigation:before { +.bx-lock-open:before { content: "\ea81"; } -.bx-news:before { +.bx-lock-open-alt:before { content: "\ea82"; } -.bx-note:before { +.bx-log-in:before { content: "\ea83"; } -.bx-notepad:before { +.bx-log-in-circle:before { content: "\ea84"; } -.bx-notification:before { +.bx-log-out:before { content: "\ea85"; } -.bx-notification-off:before { +.bx-log-out-circle:before { content: "\ea86"; } -.bx-package:before { +.bx-magnet:before { content: "\ea87"; } -.bx-paint:before { +.bx-mail-send:before { content: "\ea88"; } -.bx-paperclip:before { +.bx-male:before { content: "\ea89"; } -.bx-paper-plane:before { +.bx-map:before { content: "\ea8a"; } -.bx-paragraph:before { +.bx-map-alt:before { content: "\ea8b"; } -.bx-paste:before { +.bx-map-pin:before { content: "\ea8c"; } -.bx-pause:before { +.bx-memory-card:before { content: "\ea8d"; } -.bx-pause-circle:before { +.bx-menu:before { content: "\ea8e"; } -.bx-pen:before { +.bx-menu-alt-left:before { content: "\ea8f"; } -.bx-pencil:before { +.bx-menu-alt-right:before { content: "\ea90"; } -.bx-phone:before { +.bx-message:before { content: "\ea91"; } -.bx-phone-call:before { +.bx-message-alt:before { content: "\ea92"; } -.bx-phone-incoming:before { +.bx-message-alt-dots:before { content: "\ea93"; } -.bx-phone-outgoing:before { +.bx-message-dots:before { content: "\ea94"; } -.bx-photo-album:before { +.bx-message-rounded:before { content: "\ea95"; } -.bx-pie-chart:before { +.bx-message-rounded-dots:before { content: "\ea96"; } -.bx-pie-chart-alt:before { +.bx-message-square:before { content: "\ea97"; } -.bx-pin:before { +.bx-message-square-dots:before { content: "\ea98"; } -.bx-planet:before { +.bx-microphone:before { content: "\ea99"; } -.bx-play:before { +.bx-microphone-off:before { content: "\ea9a"; } -.bx-play-circle:before { +.bx-minus:before { content: "\ea9b"; } -.bx-plug:before { +.bx-minus-circle:before { content: "\ea9c"; } -.bx-plus:before { +.bx-mobile:before { content: "\ea9d"; } -.bx-plus-circle:before { +.bx-mobile-alt:before { content: "\ea9e"; } -.bx-poll:before { +.bx-mobile-landscape:before { content: "\ea9f"; } -.bx-power-off:before { +.bx-mobile-vibration:before { content: "\eaa0"; } -.bx-pulse:before { +.bx-money:before { content: "\eaa1"; } -.bx-purchase-tag:before { +.bx-moon:before { content: "\eaa2"; } -.bx-question-mark:before { +.bx-mouse:before { content: "\eaa3"; } -.bx-radar:before { +.bx-mouse-alt:before { content: "\eaa4"; } -.bx-radio-circle:before { +.bx-move:before { content: "\eaa5"; } -.bx-radio-circle-marked:before { +.bx-move-horizontal:before { content: "\eaa6"; } -.bx-rectangle:before { +.bx-move-vertical:before { content: "\eaa7"; } -.bx-redo:before { +.bx-movie:before { content: "\eaa8"; } -.bx-rename:before { +.bx-music:before { content: "\eaa9"; } -.bx-repeat:before { +.bx-navigation:before { content: "\eaaa"; } -.bx-reply:before { +.bx-news:before { content: "\eaab"; } -.bx-reply-all:before { +.bx-no-entry:before { content: "\eaac"; } -.bx-repost:before { +.bx-note:before { content: "\eaad"; } -.bx-reset:before { +.bx-notepad:before { content: "\eaae"; } -.bx-restaurant:before { +.bx-notification:before { content: "\eaaf"; } -.bx-revision:before { +.bx-notification-off:before { content: "\eab0"; } -.bx-rewind:before { +.bx-package:before { content: "\eab1"; } -.bx-rewind-circle:before { +.bx-paint:before { content: "\eab2"; } -.bx-right-arrow:before { +.bx-paint-roll:before { content: "\eab3"; } -.bx-right-arrow-circle:before { +.bx-palette:before { content: "\eab4"; } -.bx-right-down-arrow-circle:before { +.bx-paperclip:before { content: "\eab5"; } -.bx-right-indent:before { +.bx-paper-plane:before { content: "\eab6"; } -.bx-right-top-arrow-circle:before { +.bx-paragraph:before { content: "\eab7"; } -.bx-rocket:before { +.bx-paste:before { content: "\eab8"; } -.bx-rotate-left:before { +.bx-pause:before { content: "\eab9"; } -.bx-rotate-right:before { +.bx-pause-circle:before { content: "\eaba"; } -.bx-rss:before { +.bx-pen:before { content: "\eabb"; } -.bx-ruler:before { +.bx-pencil:before { content: "\eabc"; } -.bx-run:before { +.bx-phone:before { content: "\eabd"; } -.bx-save:before { +.bx-phone-call:before { content: "\eabe"; } -.bx-screenshot:before { +.bx-phone-incoming:before { content: "\eabf"; } -.bx-search:before { +.bx-phone-outgoing:before { content: "\eac0"; } -.bx-search-alt:before { +.bx-photo-album:before { content: "\eac1"; } -.bx-selection:before { +.bx-pie-chart:before { content: "\eac2"; } -.bx-select-multiple:before { +.bx-pie-chart-alt:before { content: "\eac3"; } -.bx-send:before { +.bx-pie-chart-alt-2:before { content: "\eac4"; } -.bx-server:before { +.bx-pin:before { content: "\eac5"; } -.bx-shape-square:before { +.bx-planet:before { content: "\eac6"; } -.bx-shape-triangle:before { +.bx-play:before { content: "\eac7"; } -.bx-share:before { +.bx-play-circle:before { content: "\eac8"; } -.bx-share-alt:before { +.bx-plug:before { content: "\eac9"; } -.bx-shield:before { +.bx-plus:before { content: "\eaca"; } -.bx-shield-alt:before { +.bx-plus-circle:before { content: "\eacb"; } -.bx-shopping-bag:before { +.bx-plus-medical:before { content: "\eacc"; } -.bx-show:before { +.bx-poll:before { content: "\eacd"; } -.bx-show-alt:before { +.bx-polygon:before { content: "\eace"; } -.bx-shuffle:before { +.bx-power-off:before { content: "\eacf"; } -.bx-sidebar:before { +.bx-pulse:before { content: "\ead0"; } -.bx-sitemap:before { +.bx-purchase-tag:before { content: "\ead1"; } -.bx-skip-next:before { +.bx-purchase-tag-alt:before { content: "\ead2"; } -.bx-skip-next-circle:before { +.bx-pyramid:before { content: "\ead3"; } -.bx-skip-previous:before { +.bx-question-mark:before { content: "\ead4"; } -.bx-skip-previous-circle:before { +.bx-radar:before { content: "\ead5"; } -.bx-slider:before { +.bx-radio-circle:before { content: "\ead6"; } -.bx-slider-alt:before { +.bx-radio-circle-marked:before { content: "\ead7"; } -.bx-slideshow:before { +.bx-receipt:before { content: "\ead8"; } -.bx-sort:before { +.bx-rectangle:before { content: "\ead9"; } -.bx-sort-down:before { +.bx-redo:before { content: "\eada"; } -.bx-sort-up:before { +.bx-rename:before { content: "\eadb"; } -.bx-spreadsheet:before { +.bx-repeat:before { content: "\eadc"; } -.bx-star:before { +.bx-reply:before { content: "\eadd"; } -.bx-station:before { +.bx-reply-all:before { content: "\eade"; } -.bx-stats:before { +.bx-repost:before { content: "\eadf"; } -.bx-stop:before { +.bx-reset:before { content: "\eae0"; } -.bx-stop-circle:before { +.bx-restaurant:before { content: "\eae1"; } -.bx-stopwatch:before { +.bx-revision:before { content: "\eae2"; } -.bx-store:before { +.bx-rewind:before { content: "\eae3"; } -.bx-store-alt:before { +.bx-rewind-circle:before { content: "\eae4"; } -.bx-strikethrough:before { +.bx-right-arrow:before { content: "\eae5"; } -.bx-subdirectory-left:before { +.bx-right-arrow-alt:before { content: "\eae6"; } -.bx-subdirectory-right:before { +.bx-right-arrow-circle:before { content: "\eae7"; } -.bx-sun:before { +.bx-right-down-arrow-circle:before { content: "\eae8"; } -.bx-support:before { +.bx-right-indent:before { content: "\eae9"; } -.bx-swim:before { +.bx-right-top-arrow-circle:before { content: "\eaea"; } -.bx-sync:before { +.bx-rocket:before { content: "\eaeb"; } -.bx-tab:before { +.bx-rotate-left:before { content: "\eaec"; } -.bx-table:before { +.bx-rotate-right:before { content: "\eaed"; } -.bx-tag:before { +.bx-rss:before { content: "\eaee"; } -.bx-target-lock:before { +.bx-ruler:before { content: "\eaef"; } -.bx-task:before { +.bx-run:before { content: "\eaf0"; } -.bx-taxi:before { +.bx-save:before { content: "\eaf1"; } -.bx-tennis-ball:before { +.bx-screenshot:before { content: "\eaf2"; } -.bx-terminal:before { +.bx-search:before { content: "\eaf3"; } -.bx-test-tube:before { +.bx-search-alt:before { content: "\eaf4"; } -.bx-text:before { +.bx-search-alt-2:before { content: "\eaf5"; } -.bx-time:before { +.bx-selection:before { content: "\eaf6"; } -.bx-timer:before { +.bx-select-multiple:before { content: "\eaf7"; } -.bx-toggle-left:before { +.bx-send:before { content: "\eaf8"; } -.bx-toggle-right:before { +.bx-server:before { content: "\eaf9"; } -.bx-train:before { +.bx-shape-circle:before { content: "\eafa"; } -.bx-transfer:before { +.bx-shape-square:before { content: "\eafb"; } -.bx-transfer-alt:before { +.bx-shape-triangle:before { content: "\eafc"; } -.bx-trash:before { +.bx-share:before { content: "\eafd"; } -.bx-trash-alt:before { +.bx-share-alt:before { content: "\eafe"; } -.bx-trending-down:before { +.bx-shield:before { content: "\eaff"; } -.bx-trending-up:before { +.bx-shield-alt:before { content: "\eb00"; } -.bx-trophy:before { +.bx-shield-alt-2:before { content: "\eb01"; } -.bx-truck:before { +.bx-shopping-bag:before { content: "\eb02"; } -.bx-tv:before { +.bx-show:before { content: "\eb03"; } -.bx-underline:before { +.bx-show-alt:before { content: "\eb04"; } -.bx-undo:before { +.bx-shuffle:before { content: "\eb05"; } -.bx-unlink:before { +.bx-sidebar:before { content: "\eb06"; } -.bx-up-arrow:before { +.bx-sitemap:before { content: "\eb07"; } -.bx-up-arrow-circle:before { +.bx-skip-next:before { content: "\eb08"; } -.bx-upload:before { +.bx-skip-next-circle:before { content: "\eb09"; } -.bx-upvote:before { +.bx-skip-previous:before { content: "\eb0a"; } -.bx-usb:before { +.bx-skip-previous-circle:before { content: "\eb0b"; } -.bx-user:before { +.bx-slider:before { content: "\eb0c"; } -.bx-user-check:before { +.bx-slider-alt:before { content: "\eb0d"; } -.bx-user-circle:before { +.bx-slideshow:before { content: "\eb0e"; } -.bx-user-minus:before { +.bx-sort:before { content: "\eb0f"; } -.bx-user-pin:before { +.bx-sort-down:before { content: "\eb10"; } -.bx-user-plus:before { +.bx-sort-up:before { content: "\eb11"; } -.bx-user-x:before { +.bx-spreadsheet:before { content: "\eb12"; } -.bx-vertical-center:before { +.bx-square:before { content: "\eb13"; } -.bx-video:before { +.bx-square-rounded:before { content: "\eb14"; } -.bx-video-off:before { +.bx-star:before { content: "\eb15"; } -.bx-video-plus:before { +.bx-station:before { content: "\eb16"; } -.bx-video-recording:before { +.bx-stats:before { content: "\eb17"; } -.bx-voicemail:before { +.bx-stop:before { content: "\eb18"; } -.bx-volume:before { +.bx-stop-circle:before { content: "\eb19"; } -.bx-volume-full:before { +.bx-stopwatch:before { content: "\eb1a"; } -.bx-volume-low:before { +.bx-store:before { content: "\eb1b"; } -.bx-volume-mute:before { +.bx-store-alt:before { content: "\eb1c"; } -.bx-walk:before { +.bx-street-view:before { content: "\eb1d"; } -.bx-wallet:before { +.bx-strikethrough:before { content: "\eb1e"; } -.bx-wallet-alt:before { +.bx-subdirectory-left:before { content: "\eb1f"; } -.bx-water:before { +.bx-subdirectory-right:before { content: "\eb20"; } -.bx-wifi:before { +.bx-sun:before { content: "\eb21"; } -.bx-wind:before { +.bx-support:before { content: "\eb22"; } -.bx-window:before { +.bx-swim:before { content: "\eb23"; } -.bx-window-close:before { +.bx-sync:before { content: "\eb24"; } -.bx-window-open:before { +.bx-tab:before { content: "\eb25"; } -.bx-windows:before { +.bx-table:before { content: "\eb26"; } -.bx-world:before { +.bx-tag:before { content: "\eb27"; } -.bx-wrench:before { +.bx-target-lock:before { content: "\eb28"; } -.bx-x:before { +.bx-task:before { content: "\eb29"; } -.bx-x-circle:before { +.bx-taxi:before { content: "\eb2a"; } -.bx-zoom-in:before { +.bx-tennis-ball:before { content: "\eb2b"; } -.bx-zoom-out:before { +.bx-terminal:before { content: "\eb2c"; } -.bxs-adjust:before { +.bx-test-tube:before { content: "\eb2d"; } -.bxs-alarm:before { +.bx-text:before { content: "\eb2e"; } -.bxs-alarm-off:before { +.bx-time:before { content: "\eb2f"; } -.bxs-album:before { +.bx-time-five:before { content: "\eb30"; } -.bxs-ambulance:before { +.bx-timer:before { content: "\eb31"; } -.bxs-analyse:before { +.bx-toggle-left:before { content: "\eb32"; } -.bxs-archive:before { +.bx-toggle-right:before { content: "\eb33"; } -.bxs-area:before { +.bx-traffic-barrier:before { content: "\eb34"; } -.bxs-award:before { +.bx-train:before { content: "\eb35"; } -.bxs-badge:before { +.bx-transfer:before { content: "\eb36"; } -.bxs-badge-check:before { +.bx-transfer-alt:before { content: "\eb37"; } -.bxs-ball:before { +.bx-trash:before { content: "\eb38"; } -.bxs-bank:before { +.bx-trash-alt:before { content: "\eb39"; } -.bxs-bar-chart-alt-2:before { +.bx-trending-down:before { content: "\eb3a"; } -.bxs-bar-chart-square:before { +.bx-trending-up:before { content: "\eb3b"; } -.bxs-barcode:before { +.bx-trophy:before { content: "\eb3c"; } -.bxs-bath:before { +.bx-truck:before { content: "\eb3d"; } -.bxs-battery:before { +.bx-tv:before { content: "\eb3e"; } -.bxs-battery-charging:before { +.bx-underline:before { content: "\eb3f"; } -.bxs-battery-full:before { +.bx-undo:before { content: "\eb40"; } -.bxs-battery-low:before { +.bx-unlink:before { content: "\eb41"; } -.bxs-bed:before { +.bx-up-arrow:before { content: "\eb42"; } -.bxs-bell:before { +.bx-up-arrow-alt:before { content: "\eb43"; } -.bxs-bell-off:before { +.bx-up-arrow-circle:before { content: "\eb44"; } -.bxs-bell-ring:before { +.bx-upload:before { content: "\eb45"; } -.bxs-bolt:before { +.bx-upvote:before { content: "\eb46"; } -.bxs-book:before { +.bx-usb:before { content: "\eb47"; } -.bxs-book-bookmark:before { +.bx-user:before { content: "\eb48"; } -.bxs-book-content:before { +.bx-user-check:before { content: "\eb49"; } -.bxs-bookmark:before { +.bx-user-circle:before { content: "\eb4a"; } -.bxs-bookmark-plus:before { +.bx-user-minus:before { content: "\eb4b"; } -.bxs-bookmark-star:before { +.bx-user-pin:before { content: "\eb4c"; } -.bxs-book-open:before { +.bx-user-plus:before { content: "\eb4d"; } -.bxs-bot:before { +.bx-user-voice:before { content: "\eb4e"; } -.bxs-box:before { +.bx-user-x:before { content: "\eb4f"; } -.bxs-briefcase:before { +.bx-vertical-center:before { content: "\eb50"; } -.bxs-briefcase-alt:before { +.bx-video:before { content: "\eb51"; } -.bxs-brush:before { +.bx-video-off:before { content: "\eb52"; } -.bxs-bug:before { +.bx-video-plus:before { content: "\eb53"; } -.bxs-bug-alt:before { +.bx-video-recording:before { content: "\eb54"; } -.bxs-building:before { +.bx-voicemail:before { content: "\eb55"; } -.bxs-buildings:before { +.bx-volume:before { content: "\eb56"; } -.bxs-bulb:before { +.bx-volume-full:before { content: "\eb57"; } -.bxs-buoy:before { +.bx-volume-low:before { content: "\eb58"; } -.bxs-bus:before { +.bx-volume-mute:before { content: "\eb59"; } -.bxs-calculator:before { +.bx-walk:before { content: "\eb5a"; } -.bxs-camera:before { +.bx-wallet:before { content: "\eb5b"; } -.bxs-camera-off:before { +.bx-wallet-alt:before { content: "\eb5c"; } -.bxs-capsule:before { +.bx-water:before { content: "\eb5d"; } -.bxs-captions:before { +.bx-wifi:before { content: "\eb5e"; } -.bxs-car:before { +.bx-wifi-off:before { content: "\eb5f"; } -.bxs-card:before { +.bx-wind:before { content: "\eb60"; } -.bxs-cart:before { +.bx-window:before { content: "\eb61"; } -.bxs-cart-alt:before { +.bx-window-close:before { content: "\eb62"; } -.bxs-categories:before { +.bx-window-open:before { content: "\eb63"; } -.bxs-certification:before { +.bx-windows:before { content: "\eb64"; } -.bxs-chart:before { +.bx-world:before { content: "\eb65"; } -.bxs-chat:before { +.bx-wrench:before { content: "\eb66"; } -.bxs-checkbox:before { +.bx-x:before { content: "\eb67"; } -.bxs-checkbox-checked:before { +.bx-x-circle:before { content: "\eb68"; } -.bxs-check-circle:before { +.bx-zoom-in:before { content: "\eb69"; } -.bxs-chip:before { +.bx-zoom-out:before { content: "\eb6a"; } -.bxs-cloud:before { +.bxs-adjust:before { content: "\eb6b"; } -.bxs-cloud-download:before { +.bxs-adjust-alt:before { content: "\eb6c"; } -.bxs-cloud-lightning:before { +.bxs-alarm:before { content: "\eb6d"; } -.bxs-cloud-rain:before { +.bxs-alarm-off:before { content: "\eb6e"; } -.bxs-cloud-upload:before { +.bxs-album:before { content: "\eb6f"; } -.bxs-coffee:before { +.bxs-ambulance:before { content: "\eb70"; } -.bxs-coffee-alt:before { +.bxs-analyse:before { content: "\eb71"; } -.bxs-cog:before { +.bxs-archive:before { content: "\eb72"; } -.bxs-collection:before { +.bxs-area:before { content: "\eb73"; } -.bxs-color-fill:before { +.bxs-award:before { content: "\eb74"; } -.bxs-contact:before { +.bxs-badge:before { content: "\eb75"; } -.bxs-conversation:before { +.bxs-badge-check:before { content: "\eb76"; } -.bxs-copy:before { +.bxs-ball:before { content: "\eb77"; } -.bxs-copy-alt:before { +.bxs-band-aid:before { content: "\eb78"; } -.bxs-coupon:before { +.bxs-bank:before { content: "\eb79"; } -.bxs-crown:before { +.bxs-bar-chart-alt-2:before { content: "\eb7a"; } -.bxs-cube:before { +.bxs-bar-chart-square:before { content: "\eb7b"; } -.bxs-dashboard:before { +.bxs-barcode:before { content: "\eb7c"; } -.bxs-detail:before { +.bxs-basket:before { content: "\eb7d"; } -.bxs-devices:before { +.bxs-bath:before { content: "\eb7e"; } -.bxs-direction-left:before { +.bxs-battery:before { content: "\eb7f"; } -.bxs-direction-right:before { +.bxs-battery-charging:before { content: "\eb80"; } -.bxs-directions:before { +.bxs-battery-full:before { content: "\eb81"; } -.bxs-disc:before { +.bxs-battery-low:before { content: "\eb82"; } -.bxs-discount:before { +.bxs-bed:before { content: "\eb83"; } -.bxs-dislike:before { +.bxs-bell:before { content: "\eb84"; } -.bxs-dock-bottom:before { +.bxs-bell-minus:before { content: "\eb85"; } -.bxs-dock-left:before { +.bxs-bell-off:before { content: "\eb86"; } -.bxs-dock-right:before { +.bxs-bell-plus:before { content: "\eb87"; } -.bxs-dock-top:before { +.bxs-bell-ring:before { content: "\eb88"; } -.bxs-dollar-circle:before { +.bxs-bolt:before { content: "\eb89"; } -.bxs-down-arrow-circle:before { +.bxs-book:before { content: "\eb8a"; } -.bxs-down-arrow-square:before { +.bxs-book-bookmark:before { content: "\eb8b"; } -.bxs-download:before { +.bxs-book-content:before { content: "\eb8c"; } -.bxs-downvote:before { +.bxs-bookmark:before { content: "\eb8d"; } -.bxs-drink:before { +.bxs-bookmark-plus:before { content: "\eb8e"; } -.bxs-droplet:before { +.bxs-bookmark-star:before { content: "\eb8f"; } -.bxs-duplicate:before { +.bxs-book-open:before { content: "\eb90"; } -.bxs-edit:before { +.bxs-bot:before { content: "\eb91"; } -.bxs-edit-alt:before { +.bxs-bowling-ball:before { content: "\eb92"; } -.bxs-eject:before { +.bxs-box:before { content: "\eb93"; } -.bxs-envelope:before { +.bxs-briefcase:before { content: "\eb94"; } -.bxs-eraser:before { +.bxs-briefcase-alt:before { content: "\eb95"; } -.bxs-error:before { +.bxs-brightness:before { content: "\eb96"; } -.bxs-error-circle:before { +.bxs-brightness-half:before { content: "\eb97"; } -.bxs-eyedropper:before { +.bxs-brush:before { content: "\eb98"; } -.bxs-factory:before { +.bxs-bug:before { content: "\eb99"; } -.bxs-file:before { +.bxs-bug-alt:before { content: "\eb9a"; } -.bxs-file-blank:before { +.bxs-building:before { content: "\eb9b"; } -.bxs-file-css:before { +.bxs-building-house:before { content: "\eb9c"; } -.bxs-file-doc:before { +.bxs-buildings:before { content: "\eb9d"; } -.bxs-file-gif:before { +.bxs-bulb:before { content: "\eb9e"; } -.bxs-file-html:before { +.bxs-buoy:before { content: "\eb9f"; } -.bxs-file-image:before { +.bxs-bus:before { content: "\eba0"; } -.bxs-file-jpg:before { +.bxs-calculator:before { content: "\eba1"; } -.bxs-file-js:before { +.bxs-camera:before { content: "\eba2"; } -.bxs-file-json:before { +.bxs-camera-off:before { content: "\eba3"; } -.bxs-file-md:before { +.bxs-capsule:before { content: "\eba4"; } -.bxs-file-pdf:before { +.bxs-captions:before { content: "\eba5"; } -.bxs-file-plus:before { +.bxs-car:before { content: "\eba6"; } -.bxs-file-png:before { +.bxs-card:before { content: "\eba7"; } -.bxs-file-txt:before { +.bxs-cart:before { content: "\eba8"; } -.bxs-film:before { +.bxs-cart-alt:before { content: "\eba9"; } -.bxs-filter-alt:before { +.bxs-categories:before { content: "\ebaa"; } -.bxs-first-aid:before { +.bxs-certification:before { content: "\ebab"; } -.bxs-flag:before { +.bxs-chalkboard:before { content: "\ebac"; } -.bxs-flag-alt:before { +.bxs-chart:before { content: "\ebad"; } -.bxs-flame:before { +.bxs-chat:before { content: "\ebae"; } -.bxs-flask:before { +.bxs-checkbox:before { content: "\ebaf"; } -.bxs-folder:before { +.bxs-checkbox-checked:before { content: "\ebb0"; } -.bxs-folder-open:before { +.bxs-check-circle:before { content: "\ebb1"; } -.bxs-folder-plus:before { +.bxs-check-square:before { content: "\ebb2"; } -.bxs-gas-pump:before { +.bxs-chip:before { content: "\ebb3"; } -.bxs-ghost:before { +.bxs-circle:before { content: "\ebb4"; } -.bxs-gift:before { +.bxs-cloud:before { content: "\ebb5"; } -.bxs-grid-alt:before { +.bxs-cloud-download:before { content: "\ebb6"; } -.bxs-group:before { +.bxs-cloud-lightning:before { content: "\ebb7"; } -.bxs-hdd:before { +.bxs-cloud-rain:before { content: "\ebb8"; } -.bxs-heart:before { +.bxs-cloud-upload:before { content: "\ebb9"; } -.bxs-help-circle:before { +.bxs-coffee:before { content: "\ebba"; } -.bxs-hide:before { +.bxs-coffee-alt:before { content: "\ebbb"; } -.bxs-home:before { +.bxs-cog:before { content: "\ebbc"; } -.bxs-home-circle:before { +.bxs-collection:before { content: "\ebbd"; } -.bxs-hot:before { +.bxs-color-fill:before { content: "\ebbe"; } -.bxs-hotel:before { +.bxs-comment:before { content: "\ebbf"; } -.bxs-hourglass:before { +.bxs-comment-add:before { content: "\ebc0"; } -.bxs-id-card:before { +.bxs-comment-detail:before { content: "\ebc1"; } -.bxs-image:before { +.bxs-comment-dots:before { content: "\ebc2"; } -.bxs-image-alt:before { +.bxs-comment-error:before { content: "\ebc3"; } -.bxs-inbox:before { +.bxs-compass:before { content: "\ebc4"; } -.bxs-info-circle:before { +.bxs-component:before { content: "\ebc5"; } -.bxs-joystick:before { +.bxs-contact:before { content: "\ebc6"; } -.bxs-joystick-alt:before { +.bxs-conversation:before { content: "\ebc7"; } -.bxs-joystick-button:before { +.bxs-copy:before { content: "\ebc8"; } -.bxs-key:before { +.bxs-copy-alt:before { content: "\ebc9"; } -.bxs-keyboard:before { +.bxs-coupon:before { content: "\ebca"; } -.bxs-landmark:before { +.bxs-credit-card:before { content: "\ebcb"; } -.bxs-layer:before { +.bxs-credit-card-alt:before { content: "\ebcc"; } -.bxs-left-arrow-circle:before { +.bxs-crown:before { content: "\ebcd"; } -.bxs-left-arrow-square:before { +.bxs-cube:before { content: "\ebce"; } -.bxs-like:before { +.bxs-cube-alt:before { content: "\ebcf"; } -.bxs-lock:before { +.bxs-cuboid:before { content: "\ebd0"; } -.bxs-lock-open:before { +.bxs-cylinder:before { content: "\ebd1"; } -.bxs-magic-wand:before { +.bxs-dashboard:before { content: "\ebd2"; } -.bxs-magnet:before { +.bxs-data:before { content: "\ebd3"; } -.bxs-map:before { +.bxs-detail:before { content: "\ebd4"; } -.bxs-map-alt:before { +.bxs-devices:before { content: "\ebd5"; } -.bxs-megaphone:before { +.bxs-direction-left:before { content: "\ebd6"; } -.bxs-memory-card:before { +.bxs-direction-right:before { content: "\ebd7"; } -.bxs-message:before { +.bxs-directions:before { content: "\ebd8"; } -.bxs-message-dots:before { +.bxs-disc:before { content: "\ebd9"; } -.bxs-message-rounded:before { +.bxs-discount:before { content: "\ebda"; } -.bxs-message-rounded-dots:before { +.bxs-dislike:before { content: "\ebdb"; } -.bxs-message-square:before { +.bxs-dock-bottom:before { content: "\ebdc"; } -.bxs-message-square-dots:before { +.bxs-dock-left:before { content: "\ebdd"; } -.bxs-microphone:before { +.bxs-dock-right:before { content: "\ebde"; } -.bxs-microphone-alt:before { +.bxs-dock-top:before { content: "\ebdf"; } -.bxs-microphone-off:before { +.bxs-dollar-circle:before { content: "\ebe0"; } -.bxs-minus-circle:before { +.bxs-doughnut-chart:before { content: "\ebe1"; } -.bxs-minus-square:before { +.bxs-down-arrow:before { content: "\ebe2"; } -.bxs-moon:before { +.bxs-down-arrow-circle:before { content: "\ebe3"; } -.bxs-mouse:before { +.bxs-down-arrow-square:before { content: "\ebe4"; } -.bxs-mouse-alt:before { +.bxs-download:before { content: "\ebe5"; } -.bxs-movie:before { +.bxs-downvote:before { content: "\ebe6"; } -.bxs-music:before { +.bxs-drink:before { content: "\ebe7"; } -.bxs-navigation:before { +.bxs-droplet:before { content: "\ebe8"; } -.bxs-news:before { +.bxs-droplet-half:before { content: "\ebe9"; } -.bxs-note:before { +.bxs-duplicate:before { content: "\ebea"; } -.bxs-notepad:before { +.bxs-edit:before { content: "\ebeb"; } -.bxs-package:before { +.bxs-edit-alt:before { content: "\ebec"; } -.bxs-paper-plane:before { +.bxs-eject:before { content: "\ebed"; } -.bxs-parking:before { +.bxs-envelope:before { content: "\ebee"; } -.bxs-paste:before { +.bxs-eraser:before { content: "\ebef"; } -.bxs-pen:before { +.bxs-error:before { content: "\ebf0"; } -.bxs-pencil:before { +.bxs-error-alt:before { content: "\ebf1"; } -.bxs-phone:before { +.bxs-error-circle:before { content: "\ebf2"; } -.bxs-phone-call:before { +.bxs-eyedropper:before { content: "\ebf3"; } -.bxs-phone-incoming:before { +.bxs-factory:before { content: "\ebf4"; } -.bxs-phone-outgoing:before { +.bxs-file:before { content: "\ebf5"; } -.bxs-photo-album:before { +.bxs-file-blank:before { content: "\ebf6"; } -.bxs-pie-chart:before { +.bxs-file-css:before { content: "\ebf7"; } -.bxs-pie-chart-alt:before { +.bxs-file-doc:before { content: "\ebf8"; } -.bxs-pin:before { +.bxs-file-gif:before { content: "\ebf9"; } -.bxs-plane:before { +.bxs-file-html:before { content: "\ebfa"; } -.bxs-plane-land:before { +.bxs-file-image:before { content: "\ebfb"; } -.bxs-planet:before { +.bxs-file-jpg:before { content: "\ebfc"; } -.bxs-plane-take-off:before { +.bxs-file-js:before { content: "\ebfd"; } -.bxs-playlist:before { +.bxs-file-json:before { content: "\ebfe"; } -.bxs-plug:before { +.bxs-file-md:before { content: "\ebff"; } -.bxs-plus-circle:before { +.bxs-file-pdf:before { content: "\ec00"; } -.bxs-plus-square:before { +.bxs-file-plus:before { content: "\ec01"; } -.bxs-printer:before { +.bxs-file-png:before { content: "\ec02"; } -.bxs-purchase-tag:before { +.bxs-file-txt:before { content: "\ec03"; } -.bxs-quote-left:before { +.bxs-film:before { content: "\ec04"; } -.bxs-quote-right:before { +.bxs-filter-alt:before { content: "\ec05"; } -.bxs-quote-single-left:before { +.bxs-first-aid:before { content: "\ec06"; } -.bxs-quote-single-right:before { +.bxs-flag:before { content: "\ec07"; } -.bxs-radio:before { +.bxs-flag-alt:before { content: "\ec08"; } -.bxs-rename:before { +.bxs-flame:before { content: "\ec09"; } -.bxs-report:before { +.bxs-flask:before { content: "\ec0a"; } -.bxs-right-arrow-circle:before { +.bxs-folder:before { content: "\ec0b"; } -.bxs-right-arrow-square:before { +.bxs-folder-minus:before { content: "\ec0c"; } -.bxs-rocket:before { +.bxs-folder-open:before { content: "\ec0d"; } -.bxs-ruler:before { +.bxs-folder-plus:before { content: "\ec0e"; } -.bxs-save:before { +.bxs-gas-pump:before { content: "\ec0f"; } -.bxs-select-multiple:before { +.bxs-ghost:before { content: "\ec10"; } -.bxs-send:before { +.bxs-gift:before { content: "\ec11"; } -.bxs-server:before { +.bxs-graduation:before { content: "\ec12"; } -.bxs-share:before { +.bxs-grid:before { content: "\ec13"; } -.bxs-share-alt:before { +.bxs-grid-alt:before { content: "\ec14"; } -.bxs-shield:before { +.bxs-group:before { content: "\ec15"; } -.bxs-ship:before { +.bxs-hdd:before { content: "\ec16"; } -.bxs-shopping-bag:before { +.bxs-heart:before { content: "\ec17"; } -.bxs-shopping-bag-alt:before { +.bxs-help-circle:before { content: "\ec18"; } -.bxs-show:before { +.bxs-hide:before { content: "\ec19"; } -.bxs-skull:before { +.bxs-home:before { content: "\ec1a"; } -.bxs-slideshow:before { +.bxs-home-circle:before { content: "\ec1b"; } -.bxs-smiley-happy:before { +.bxs-hot:before { content: "\ec1c"; } -.bxs-smiley-meh:before { +.bxs-hotel:before { content: "\ec1d"; } -.bxs-smiley-sad:before { +.bxs-hourglass:before { content: "\ec1e"; } -.bxs-sort-alt:before { +.bxs-hourglass-bottom:before { content: "\ec1f"; } -.bxs-spreadsheet:before { +.bxs-hourglass-top:before { content: "\ec20"; } -.bxs-star:before { +.bxs-id-card:before { content: "\ec21"; } -.bxs-star-half:before { +.bxs-image:before { content: "\ec22"; } -.bxs-store:before { +.bxs-image-alt:before { content: "\ec23"; } -.bxs-store-alt:before { +.bxs-inbox:before { content: "\ec24"; } -.bxs-sun:before { +.bxs-info-circle:before { content: "\ec25"; } -.bxs-tag:before { +.bxs-institution:before { content: "\ec26"; } -.bxs-tag-x:before { +.bxs-joystick:before { content: "\ec27"; } -.bxs-taxi:before { +.bxs-joystick-alt:before { content: "\ec28"; } -.bxs-tennis-ball:before { +.bxs-joystick-button:before { content: "\ec29"; } -.bxs-terminal:before { +.bxs-key:before { content: "\ec2a"; } -.bxs-thermometer:before { +.bxs-keyboard:before { content: "\ec2b"; } -.bxs-toggle-left:before { +.bxs-landmark:before { content: "\ec2c"; } -.bxs-toggle-right:before { +.bxs-landscape:before { content: "\ec2d"; } -.bxs-torch:before { +.bxs-layer:before { content: "\ec2e"; } -.bxs-to-top:before { +.bxs-left-arrow:before { content: "\ec2f"; } -.bxs-train:before { +.bxs-left-arrow-circle:before { content: "\ec30"; } -.bxs-trash:before { +.bxs-left-arrow-square:before { content: "\ec31"; } -.bxs-trash-alt:before { +.bxs-left-down-arrow-circle:before { content: "\ec32"; } -.bxs-tree:before { +.bxs-left-top-arrow-circle:before { content: "\ec33"; } -.bxs-trophy:before { +.bxs-like:before { content: "\ec34"; } -.bxs-truck:before { +.bxs-lock:before { content: "\ec35"; } -.bxs-t-shirt:before { +.bxs-lock-alt:before { content: "\ec36"; } -.bxs-up-arrow-circle:before { +.bxs-lock-open:before { content: "\ec37"; } -.bxs-up-arrow-square:before { +.bxs-lock-open-alt:before { content: "\ec38"; } -.bxs-upvote:before { +.bxs-log-in:before { content: "\ec39"; } -.bxs-user:before { +.bxs-log-in-circle:before { content: "\ec3a"; } -.bxs-user-badge:before { +.bxs-log-out:before { content: "\ec3b"; } -.bxs-user-circle:before { +.bxs-log-out-circle:before { content: "\ec3c"; } -.bxs-user-detail:before { +.bxs-magic-wand:before { content: "\ec3d"; } -.bxs-user-minus:before { +.bxs-magnet:before { content: "\ec3e"; } -.bxs-user-pin:before { +.bxs-map:before { content: "\ec3f"; } -.bxs-user-plus:before { +.bxs-map-alt:before { content: "\ec40"; } -.bxs-user-rectangle:before { +.bxs-map-pin:before { content: "\ec41"; } -.bxs-video:before { +.bxs-megaphone:before { content: "\ec42"; } -.bxs-video-off:before { +.bxs-memory-card:before { content: "\ec43"; } -.bxs-video-plus:before { +.bxs-message:before { content: "\ec44"; } -.bxs-video-recording:before { +.bxs-message-alt:before { content: "\ec45"; } -.bxs-videos:before { +.bxs-message-alt-dots:before { content: "\ec46"; } -.bxs-volume:before { +.bxs-message-dots:before { content: "\ec47"; } -.bxs-volume-full:before { +.bxs-message-rounded:before { content: "\ec48"; } -.bxs-volume-low:before { +.bxs-message-rounded-dots:before { content: "\ec49"; } -.bxs-volume-mute:before { +.bxs-message-square:before { content: "\ec4a"; } -.bxs-wallet:before { +.bxs-message-square-dots:before { content: "\ec4b"; } -.bxs-wallet-alt:before { +.bxs-microphone:before { content: "\ec4c"; } -.bxs-watch:before { +.bxs-microphone-alt:before { content: "\ec4d"; } -.bxs-watch-alt:before { +.bxs-microphone-off:before { content: "\ec4e"; } -.bxs-widget:before { +.bxs-minus-circle:before { content: "\ec4f"; } -.bxs-wrench:before { +.bxs-minus-square:before { content: "\ec50"; } -.bxs-x-circle:before { +.bxs-mobile:before { content: "\ec51"; } -.bxs-x-square:before { +.bxs-moon:before { content: "\ec52"; } -.bxs-yin-yang:before { +.bxs-mouse:before { content: "\ec53"; } -.bxs-zap:before { +.bxs-mouse-alt:before { content: "\ec54"; } +.bxs-movie:before { + content: "\ec55"; +} +.bxs-music:before { + content: "\ec56"; +} +.bxs-navigation:before { + content: "\ec57"; +} +.bxs-news:before { + content: "\ec58"; +} +.bxs-no-entry:before { + content: "\ec59"; +} +.bxs-note:before { + content: "\ec5a"; +} +.bxs-notepad:before { + content: "\ec5b"; +} +.bxs-notification:before { + content: "\ec5c"; +} +.bxs-notification-off:before { + content: "\ec5d"; +} +.bxs-package:before { + content: "\ec5e"; +} +.bxs-paint:before { + content: "\ec5f"; +} +.bxs-paint-roll:before { + content: "\ec60"; +} +.bxs-palette:before { + content: "\ec61"; +} +.bxs-paper-plane:before { + content: "\ec62"; +} +.bxs-parking:before { + content: "\ec63"; +} +.bxs-paste:before { + content: "\ec64"; +} +.bxs-pen:before { + content: "\ec65"; +} +.bxs-pencil:before { + content: "\ec66"; +} +.bxs-phone:before { + content: "\ec67"; +} +.bxs-phone-call:before { + content: "\ec68"; +} +.bxs-phone-incoming:before { + content: "\ec69"; +} +.bxs-phone-outgoing:before { + content: "\ec6a"; +} +.bxs-photo-album:before { + content: "\ec6b"; +} +.bxs-pie-chart:before { + content: "\ec6c"; +} +.bxs-pie-chart-alt:before { + content: "\ec6d"; +} +.bxs-pie-chart-alt-2:before { + content: "\ec6e"; +} +.bxs-pin:before { + content: "\ec6f"; +} +.bxs-plane:before { + content: "\ec70"; +} +.bxs-plane-alt:before { + content: "\ec71"; +} +.bxs-plane-land:before { + content: "\ec72"; +} +.bxs-planet:before { + content: "\ec73"; +} +.bxs-plane-take-off:before { + content: "\ec74"; +} +.bxs-playlist:before { + content: "\ec75"; +} +.bxs-plug:before { + content: "\ec76"; +} +.bxs-plus-circle:before { + content: "\ec77"; +} +.bxs-plus-square:before { + content: "\ec78"; +} +.bxs-polygon:before { + content: "\ec79"; +} +.bxs-printer:before { + content: "\ec7a"; +} +.bxs-purchase-tag:before { + content: "\ec7b"; +} +.bxs-purchase-tag-alt:before { + content: "\ec7c"; +} +.bxs-pyramid:before { + content: "\ec7d"; +} +.bxs-quote-left:before { + content: "\ec7e"; +} +.bxs-quote-right:before { + content: "\ec7f"; +} +.bxs-quote-single-left:before { + content: "\ec80"; +} +.bxs-quote-single-right:before { + content: "\ec81"; +} +.bxs-radio:before { + content: "\ec82"; +} +.bxs-receipt:before { + content: "\ec83"; +} +.bxs-rectangle:before { + content: "\ec84"; +} +.bxs-rename:before { + content: "\ec85"; +} +.bxs-report:before { + content: "\ec86"; +} +.bxs-right-arrow:before { + content: "\ec87"; +} +.bxs-right-arrow-circle:before { + content: "\ec88"; +} +.bxs-right-arrow-square:before { + content: "\ec89"; +} +.bxs-right-down-arrow-circle:before { + content: "\ec8a"; +} +.bxs-right-top-arrow-circle:before { + content: "\ec8b"; +} +.bxs-rocket:before { + content: "\ec8c"; +} +.bxs-ruler:before { + content: "\ec8d"; +} +.bxs-save:before { + content: "\ec8e"; +} +.bxs-school:before { + content: "\ec8f"; +} +.bxs-search:before { + content: "\ec90"; +} +.bxs-search-alt-2:before { + content: "\ec91"; +} +.bxs-select-multiple:before { + content: "\ec92"; +} +.bxs-send:before { + content: "\ec93"; +} +.bxs-server:before { + content: "\ec94"; +} +.bxs-share:before { + content: "\ec95"; +} +.bxs-share-alt:before { + content: "\ec96"; +} +.bxs-shield:before { + content: "\ec97"; +} +.bxs-shield-alt-2:before { + content: "\ec98"; +} +.bxs-ship:before { + content: "\ec99"; +} +.bxs-shopping-bag:before { + content: "\ec9a"; +} +.bxs-shopping-bag-alt:before { + content: "\ec9b"; +} +.bxs-show:before { + content: "\ec9c"; +} +.bxs-skip-next-circle:before { + content: "\ec9d"; +} +.bxs-skip-previous-circle:before { + content: "\ec9e"; +} +.bxs-skull:before { + content: "\ec9f"; +} +.bxs-slideshow:before { + content: "\eca0"; +} +.bxs-smiley-happy:before { + content: "\eca1"; +} +.bxs-smiley-meh:before { + content: "\eca2"; +} +.bxs-smiley-sad:before { + content: "\eca3"; +} +.bxs-sort-alt:before { + content: "\eca4"; +} +.bxs-spreadsheet:before { + content: "\eca5"; +} +.bxs-square:before { + content: "\eca6"; +} +.bxs-square-rounded:before { + content: "\eca7"; +} +.bxs-star:before { + content: "\eca8"; +} +.bxs-star-half:before { + content: "\eca9"; +} +.bxs-stopwatch:before { + content: "\ecaa"; +} +.bxs-store:before { + content: "\ecab"; +} +.bxs-store-alt:before { + content: "\ecac"; +} +.bxs-sun:before { + content: "\ecad"; +} +.bxs-tag:before { + content: "\ecae"; +} +.bxs-tag-x:before { + content: "\ecaf"; +} +.bxs-taxi:before { + content: "\ecb0"; +} +.bxs-tennis-ball:before { + content: "\ecb1"; +} +.bxs-terminal:before { + content: "\ecb2"; +} +.bxs-thermometer:before { + content: "\ecb3"; +} +.bxs-time:before { + content: "\ecb4"; +} +.bxs-time-five:before { + content: "\ecb5"; +} +.bxs-timer:before { + content: "\ecb6"; +} +.bxs-toggle-left:before { + content: "\ecb7"; +} +.bxs-toggle-right:before { + content: "\ecb8"; +} +.bxs-torch:before { + content: "\ecb9"; +} +.bxs-to-top:before { + content: "\ecba"; +} +.bxs-traffic:before { + content: "\ecbb"; +} +.bxs-traffic-barrier:before { + content: "\ecbc"; +} +.bxs-train:before { + content: "\ecbd"; +} +.bxs-trash:before { + content: "\ecbe"; +} +.bxs-trash-alt:before { + content: "\ecbf"; +} +.bxs-tree:before { + content: "\ecc0"; +} +.bxs-trophy:before { + content: "\ecc1"; +} +.bxs-truck:before { + content: "\ecc2"; +} +.bxs-t-shirt:before { + content: "\ecc3"; +} +.bxs-up-arrow:before { + content: "\ecc4"; +} +.bxs-up-arrow-circle:before { + content: "\ecc5"; +} +.bxs-up-arrow-square:before { + content: "\ecc6"; +} +.bxs-upvote:before { + content: "\ecc7"; +} +.bxs-user:before { + content: "\ecc8"; +} +.bxs-user-badge:before { + content: "\ecc9"; +} +.bxs-user-check:before { + content: "\ecca"; +} +.bxs-user-circle:before { + content: "\eccb"; +} +.bxs-user-detail:before { + content: "\eccc"; +} +.bxs-user-minus:before { + content: "\eccd"; +} +.bxs-user-pin:before { + content: "\ecce"; +} +.bxs-user-plus:before { + content: "\eccf"; +} +.bxs-user-rectangle:before { + content: "\ecd0"; +} +.bxs-user-voice:before { + content: "\ecd1"; +} +.bxs-user-x:before { + content: "\ecd2"; +} +.bxs-vial:before { + content: "\ecd3"; +} +.bxs-video:before { + content: "\ecd4"; +} +.bxs-video-off:before { + content: "\ecd5"; +} +.bxs-video-plus:before { + content: "\ecd6"; +} +.bxs-video-recording:before { + content: "\ecd7"; +} +.bxs-videos:before { + content: "\ecd8"; +} +.bxs-volume:before { + content: "\ecd9"; +} +.bxs-volume-full:before { + content: "\ecda"; +} +.bxs-volume-low:before { + content: "\ecdb"; +} +.bxs-volume-mute:before { + content: "\ecdc"; +} +.bxs-wallet:before { + content: "\ecdd"; +} +.bxs-wallet-alt:before { + content: "\ecde"; +} +.bxs-watch:before { + content: "\ecdf"; +} +.bxs-watch-alt:before { + content: "\ece0"; +} +.bxs-widget:before { + content: "\ece1"; +} +.bxs-wine:before { + content: "\ece2"; +} +.bxs-wrench:before { + content: "\ece3"; +} +.bxs-x-circle:before { + content: "\ece4"; +} +.bxs-x-square:before { + content: "\ece5"; +} +.bxs-yin-yang:before { + content: "\ece6"; +} +.bxs-zap:before { + content: "\ece7"; +} +.bxs-zoom-in:before { + content: "\ece8"; +} +.bxs-zoom-out:before { + content: "\ece9"; +} diff --git a/static/css/boxicons.min.css b/static/css/boxicons.min.css index 85bf178..8b66ec8 100644 --- a/static/css/boxicons.min.css +++ b/static/css/boxicons.min.css @@ -1 +1 @@ -@font-face{font-family:boxicons;font-weight:400;font-style:normal;src:url(../fonts/boxicons.eot);src:url(../fonts/boxicons.eot) format('embedded-opentype'),url(../fonts/boxicons.woff2) format('woff2'),url(../fonts/boxicons.woff) format('woff'),url(../fonts/boxicons.ttf) format('truetype'),url(../fonts/boxicons.svg?#boxicons) format('svg')}.bx{font-family:boxicons!important;font-weight:400;font-style:normal;font-variant:normal;line-height:1;display:inline-block;text-transform:none;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bx-ul{margin-left:2em;padding-left:0;list-style:none}.bx-ul>li{position:relative}.bx-ul .bx{font-size:inherit;line-height:inherit;position:absolute;left:-2em;width:2em;text-align:center}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-webkit-keyframes burst{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}90%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}}@keyframes burst{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}90%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}}@-webkit-keyframes flashing{0%{opacity:1}45%{opacity:0}90%{opacity:1}}@keyframes flashing{0%{opacity:1}45%{opacity:0}90%{opacity:1}}@-webkit-keyframes fade-left{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}75%{-webkit-transform:translateX(-20px);transform:translateX(-20px);opacity:0}}@keyframes fade-left{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}75%{-webkit-transform:translateX(-20px);transform:translateX(-20px);opacity:0}}@-webkit-keyframes fade-right{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}75%{-webkit-transform:translateX(20px);transform:translateX(20px);opacity:0}}@keyframes fade-right{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}75%{-webkit-transform:translateX(20px);transform:translateX(20px);opacity:0}}@-webkit-keyframes fade-up{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}75%{-webkit-transform:translateY(-20px);transform:translateY(-20px);opacity:0}}@keyframes fade-up{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}75%{-webkit-transform:translateY(-20px);transform:translateY(-20px);opacity:0}}@-webkit-keyframes fade-down{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}75%{-webkit-transform:translateY(20px);transform:translateY(20px);opacity:0}}@keyframes fade-down{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}75%{-webkit-transform:translateY(20px);transform:translateY(20px);opacity:0}}@-webkit-keyframes tada{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.95,.95,.95) rotate3d(0,0,1,-10deg);transform:scale3d(.95,.95,.95) rotate3d(0,0,1,-10deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1,1,1) rotate3d(0,0,1,10deg);transform:scale3d(1,1,1) rotate3d(0,0,1,10deg)}40%,60%,80%{-webkit-transform:scale3d(1,1,1) rotate3d(0,0,1,-10deg);transform:scale3d(1,1,1) rotate3d(0,0,1,-10deg)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes tada{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.95,.95,.95) rotate3d(0,0,1,-10deg);transform:scale3d(.95,.95,.95) rotate3d(0,0,1,-10deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1,1,1) rotate3d(0,0,1,10deg);transform:scale3d(1,1,1) rotate3d(0,0,1,10deg)}40%,60%,80%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bx-spin{-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.bx-spin-hover:hover{-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.bx-tada{-webkit-animation:tada 1.5s ease infinite;animation:tada 1.5s ease infinite}.bx-tada-hover:hover{-webkit-animation:tada 1.5s ease infinite;animation:tada 1.5s ease infinite}.bx-flashing{-webkit-animation:flashing 1.5s infinite linear;animation:flashing 1.5s infinite linear}.bx-flashing-hover:hover{-webkit-animation:flashing 1.5s infinite linear;animation:flashing 1.5s infinite linear}.bx-burst{-webkit-animation:burst 1.5s infinite linear;animation:burst 1.5s infinite linear}.bx-burst-hover:hover{-webkit-animation:burst 1.5s infinite linear;animation:burst 1.5s infinite linear}.bx-fade-up{-webkit-animation:fade-up 1.5s infinite linear;animation:fade-up 1.5s infinite linear}.bx-fade-up-hover:hover{-webkit-animation:fade-up 1.5s infinite linear;animation:fade-up 1.5s infinite linear}.bx-fade-down{-webkit-animation:fade-down 1.5s infinite linear;animation:fade-down 1.5s infinite linear}.bx-fade-down-hover:hover{-webkit-animation:fade-down 1.5s infinite linear;animation:fade-down 1.5s infinite linear}.bx-fade-left{-webkit-animation:fade-left 1.5s infinite linear;animation:fade-left 1.5s infinite linear}.bx-fade-left-hover:hover{-webkit-animation:fade-left 1.5s infinite linear;animation:fade-left 1.5s infinite linear}.bx-fade-right{-webkit-animation:fade-right 1.5s infinite linear;animation:fade-right 1.5s infinite linear}.bx-fade-right-hover:hover{-webkit-animation:fade-right 1.5s infinite linear;animation:fade-right 1.5s infinite linear}.bx-xs{font-size:1rem!important}.bx-sm{font-size:1.55rem!important}.bx-md{font-size:2.25rem!important}.bx-fw{font-size:1.2857142857em;line-height:.8em;width:1.2857142857em;height:.8em;margin-top:-.2em!important;vertical-align:middle}.bx-lg{font-size:3rem!important}.bx-pull-left{float:left;margin-right:.3em!important}.bx-pull-right{float:right;margin-left:.3em!important}.bx-rotate-90{transform:rotate(90deg)}.bx-rotate-180{transform:rotate(180deg)}.bx-rotate-270{transform:rotate(270deg)}.bx-flip-horizontal{transform:scaleX(-1)}.bx-flip-vertical{transform:scaleY(-1)}.bx-border{padding:.25em;border:.07em solid rgba(0,0,0,.1);border-radius:.25em}.bx-border-circle{padding:.25em;border:.07em solid rgba(0,0,0,.1);border-radius:50%}.bxl-500px:before{content:"\e900"}.bxl-airbnb:before{content:"\e901"}.bxl-amazon:before{content:"\e902"}.bxl-android:before{content:"\e903"}.bxl-angular:before{content:"\e904"}.bxl-apple:before{content:"\e905"}.bxl-baidu:before{content:"\e906"}.bxl-behance:before{content:"\e907"}.bxl-bing:before{content:"\e908"}.bxl-bitcoin:before{content:"\e909"}.bxl-blogger:before{content:"\e90a"}.bxl-bootstrap:before{content:"\e90b"}.bxl-chrome:before{content:"\e90c"}.bxl-codepen:before{content:"\e90d"}.bxl-creative-commons:before{content:"\e90e"}.bxl-css3:before{content:"\e90f"}.bxl-dailymotion:before{content:"\e910"}.bxl-deviantart:before{content:"\e911"}.bxl-digg:before{content:"\e912"}.bxl-digitalocean:before{content:"\e913"}.bxl-discord:before{content:"\e914"}.bxl-discourse:before{content:"\e915"}.bxl-dribbble:before{content:"\e916"}.bxl-dropbox:before{content:"\e917"}.bxl-drupal:before{content:"\e918"}.bxl-ebay:before{content:"\e919"}.bxl-edge:before{content:"\e91a"}.bxl-facebook:before{content:"\e91b"}.bxl-facebook-square:before{content:"\e91c"}.bxl-firefox:before{content:"\e91d"}.bxl-flickr:before{content:"\e91e"}.bxl-flickr-square:before{content:"\e91f"}.bxl-foursquare:before{content:"\e920"}.bxl-git:before{content:"\e921"}.bxl-github:before{content:"\e922"}.bxl-google:before{content:"\e923"}.bxl-google-plus:before{content:"\e924"}.bxl-google-plus-circle:before{content:"\e925"}.bxl-html5:before{content:"\e926"}.bxl-instagram:before{content:"\e927"}.bxl-internet-explorer:before{content:"\e928"}.bxl-invision:before{content:"\e929"}.bxl-javascript:before{content:"\e92a"}.bxl-joomla:before{content:"\e92b"}.bxl-jsfiddle:before{content:"\e92c"}.bxl-kickstarter:before{content:"\e92d"}.bxl-less:before{content:"\e92e"}.bxl-linkedin:before{content:"\e92f"}.bxl-linkedin-square:before{content:"\e930"}.bxl-magento:before{content:"\e931"}.bxl-mailchimp:before{content:"\e932"}.bxl-mastercard:before{content:"\e933"}.bxl-medium:before{content:"\e934"}.bxl-medium-old:before{content:"\e935"}.bxl-medium-square:before{content:"\e936"}.bxl-messenger:before{content:"\e937"}.bxl-microsoft:before{content:"\e938"}.bxl-nodejs:before{content:"\e939"}.bxl-opera:before{content:"\e93a"}.bxl-paypal:before{content:"\e93b"}.bxl-periscope:before{content:"\e93c"}.bxl-pinterest:before{content:"\e93d"}.bxl-play-store:before{content:"\e93e"}.bxl-pocket:before{content:"\e93f"}.bxl-product-hunt:before{content:"\e940"}.bxl-quora:before{content:"\e941"}.bxl-react:before{content:"\e942"}.bxl-reddit:before{content:"\e943"}.bxl-redux:before{content:"\e944"}.bxl-sass:before{content:"\e945"}.bxl-shopify:before{content:"\e946"}.bxl-skype:before{content:"\e947"}.bxl-slack:before{content:"\e948"}.bxl-slack-old:before{content:"\e949"}.bxl-snapchat:before{content:"\e94a"}.bxl-soundcloud:before{content:"\e94b"}.bxl-spotify:before{content:"\e94c"}.bxl-squarespace:before{content:"\e94d"}.bxl-stack-overflow:before{content:"\e94e"}.bxl-stripe:before{content:"\e94f"}.bxl-telegram:before{content:"\e950"}.bxl-trello:before{content:"\e951"}.bxl-tumblr:before{content:"\e952"}.bxl-twitch:before{content:"\e953"}.bxl-twitter:before{content:"\e954"}.bxl-unsplash:before{content:"\e955"}.bxl-vimeo:before{content:"\e956"}.bxl-visa:before{content:"\e957"}.bxl-vk:before{content:"\e958"}.bxl-vuejs:before{content:"\e959"}.bxl-whatsapp:before{content:"\e95a"}.bxl-whatsapp-square:before{content:"\e95b"}.bxl-wikipedia:before{content:"\e95c"}.bxl-windows:before{content:"\e95d"}.bxl-wix:before{content:"\e95e"}.bxl-wordpress:before{content:"\e95f"}.bxl-yahoo:before{content:"\e960"}.bxl-yelp:before{content:"\e961"}.bxl-youtube:before{content:"\e962"}.bx-adjust:before{content:"\e963"}.bx-alarm:before{content:"\e964"}.bx-alarm-off:before{content:"\e965"}.bx-album:before{content:"\e966"}.bx-align-justify:before{content:"\e967"}.bx-align-left:before{content:"\e968"}.bx-align-middle:before{content:"\e969"}.bx-align-right:before{content:"\e96a"}.bx-ambulance:before{content:"\e96b"}.bx-analyse:before{content:"\e96c"}.bx-anchor:before{content:"\e96d"}.bx-aperture:before{content:"\e96e"}.bx-archive:before{content:"\e96f"}.bx-area:before{content:"\e970"}.bx-arrow-back:before{content:"\e971"}.bx-at:before{content:"\e972"}.bx-award:before{content:"\e973"}.bx-badge:before{content:"\e974"}.bx-badge-check:before{content:"\e975"}.bx-ball:before{content:"\e976"}.bx-bar-chart:before{content:"\e977"}.bx-bar-chart-alt:before{content:"\e978"}.bx-bar-chart-alt-2:before{content:"\e979"}.bx-bar-chart-square:before{content:"\e97a"}.bx-barcode:before{content:"\e97b"}.bx-basketball:before{content:"\e97c"}.bx-bath:before{content:"\e97d"}.bx-battery:before{content:"\e97e"}.bx-bed:before{content:"\e97f"}.bx-bell:before{content:"\e980"}.bx-bell-minus:before{content:"\e981"}.bx-bell-off:before{content:"\e982"}.bx-bell-plus:before{content:"\e983"}.bx-bicycle:before{content:"\e984"}.bx-block:before{content:"\e985"}.bx-bluetooth:before{content:"\e986"}.bx-body:before{content:"\e987"}.bx-bold:before{content:"\e988"}.bx-book:before{content:"\e989"}.bx-book-bookmark:before{content:"\e98a"}.bx-book-content:before{content:"\e98b"}.bx-bookmark:before{content:"\e98c"}.bx-bookmark-minus:before{content:"\e98d"}.bx-bookmark-plus:before{content:"\e98e"}.bx-bookmarks:before{content:"\e98f"}.bx-book-open:before{content:"\e990"}.bx-bot:before{content:"\e991"}.bx-box:before{content:"\e992"}.bx-briefcase:before{content:"\e993"}.bx-briefcase-alt:before{content:"\e994"}.bx-broadcast:before{content:"\e995"}.bx-brush:before{content:"\e996"}.bx-bug:before{content:"\e997"}.bx-bug-alt:before{content:"\e998"}.bx-building:before{content:"\e999"}.bx-buildings:before{content:"\e99a"}.bx-bulb:before{content:"\e99b"}.bx-bullseye:before{content:"\e99c"}.bx-buoy:before{content:"\e99d"}.bx-bus:before{content:"\e99e"}.bx-calculator:before{content:"\e99f"}.bx-calendar:before{content:"\e9a0"}.bx-calendar-alt:before{content:"\e9a1"}.bx-calendar-check:before{content:"\e9a2"}.bx-calendar-event:before{content:"\e9a3"}.bx-calendar-minus:before{content:"\e9a4"}.bx-calendar-plus:before{content:"\e9a5"}.bx-calendar-x:before{content:"\e9a6"}.bx-camera:before{content:"\e9a7"}.bx-camera-off:before{content:"\e9a8"}.bx-captions:before{content:"\e9a9"}.bx-car:before{content:"\e9aa"}.bx-card:before{content:"\e9ab"}.bx-caret-down:before{content:"\e9ac"}.bx-caret-left:before{content:"\e9ad"}.bx-caret-right:before{content:"\e9ae"}.bx-caret-up:before{content:"\e9af"}.bx-carousel:before{content:"\e9b0"}.bx-cart:before{content:"\e9b1"}.bx-cart-alt:before{content:"\e9b2"}.bx-cast:before{content:"\e9b3"}.bx-certification:before{content:"\e9b4"}.bx-chalkboard:before{content:"\e9b5"}.bx-chart:before{content:"\e9b6"}.bx-chat:before{content:"\e9b7"}.bx-check:before{content:"\e9b8"}.bx-checkbox:before{content:"\e9b9"}.bx-checkbox-checked:before{content:"\e9ba"}.bx-checkbox-square:before{content:"\e9bb"}.bx-check-circle:before{content:"\e9bc"}.bx-check-double:before{content:"\e9bd"}.bx-chevron-down:before{content:"\e9be"}.bx-chevron-left:before{content:"\e9bf"}.bx-chevron-right:before{content:"\e9c0"}.bx-chevrons-down:before{content:"\e9c1"}.bx-chevrons-left:before{content:"\e9c2"}.bx-chevrons-right:before{content:"\e9c3"}.bx-chevrons-up:before{content:"\e9c4"}.bx-chevron-up:before{content:"\e9c5"}.bx-chip:before{content:"\e9c6"}.bx-circle:before{content:"\e9c7"}.bx-clipboard:before{content:"\e9c8"}.bx-closet:before{content:"\e9c9"}.bx-cloud:before{content:"\e9ca"}.bx-cloud-download:before{content:"\e9cb"}.bx-cloud-drizzle:before{content:"\e9cc"}.bx-cloud-lightning:before{content:"\e9cd"}.bx-cloud-light-rain:before{content:"\e9ce"}.bx-cloud-rain:before{content:"\e9cf"}.bx-cloud-snow:before{content:"\e9d0"}.bx-cloud-upload:before{content:"\e9d1"}.bx-code:before{content:"\e9d2"}.bx-code-alt:before{content:"\e9d3"}.bx-code-block:before{content:"\e9d4"}.bx-code-curly:before{content:"\e9d5"}.bx-coffee:before{content:"\e9d6"}.bx-cog:before{content:"\e9d7"}.bx-collapse:before{content:"\e9d8"}.bx-collection:before{content:"\e9d9"}.bx-columns:before{content:"\e9da"}.bx-command:before{content:"\e9db"}.bx-compass:before{content:"\e9dc"}.bx-copy:before{content:"\e9dd"}.bx-copy-alt:before{content:"\e9de"}.bx-copyright:before{content:"\e9df"}.bx-credit-card:before{content:"\e9e0"}.bx-crop:before{content:"\e9e1"}.bx-crosshair:before{content:"\e9e2"}.bx-crown:before{content:"\e9e3"}.bx-cube:before{content:"\e9e4"}.bx-cut:before{content:"\e9e5"}.bx-dashboard:before{content:"\e9e6"}.bx-data:before{content:"\e9e7"}.bx-desktop:before{content:"\e9e8"}.bx-detail:before{content:"\e9e9"}.bx-devices:before{content:"\e9ea"}.bx-dialpad:before{content:"\e9eb"}.bx-diamond:before{content:"\e9ec"}.bx-directions:before{content:"\e9ed"}.bx-disc:before{content:"\e9ee"}.bx-dislike:before{content:"\e9ef"}.bx-dock-bottom:before{content:"\e9f0"}.bx-dock-left:before{content:"\e9f1"}.bx-dock-right:before{content:"\e9f2"}.bx-dock-top:before{content:"\e9f3"}.bx-dollar:before{content:"\e9f4"}.bx-dollar-circle:before{content:"\e9f5"}.bx-dots-horizontal:before{content:"\e9f6"}.bx-dots-horizontal-rounded:before{content:"\e9f7"}.bx-dots-vertical:before{content:"\e9f8"}.bx-dots-vertical-rounded:before{content:"\e9f9"}.bx-down-arrow:before{content:"\e9fa"}.bx-down-arrow-circle:before{content:"\e9fb"}.bx-download:before{content:"\e9fc"}.bx-downvote:before{content:"\e9fd"}.bx-dumbbell:before{content:"\e9fe"}.bx-duplicate:before{content:"\e9ff"}.bx-edit:before{content:"\ea00"}.bx-edit-alt:before{content:"\ea01"}.bx-envelope:before{content:"\ea02"}.bx-equalizer:before{content:"\ea03"}.bx-error:before{content:"\ea04"}.bx-error-circle:before{content:"\ea05"}.bx-exit-fullscreen:before{content:"\ea06"}.bx-expand:before{content:"\ea07"}.bx-export:before{content:"\ea08"}.bx-fast-forward:before{content:"\ea09"}.bx-fast-forward-circle:before{content:"\ea0a"}.bx-female:before{content:"\ea0b"}.bx-file:before{content:"\ea0c"}.bx-file-blank:before{content:"\ea0d"}.bx-film:before{content:"\ea0e"}.bx-filter:before{content:"\ea0f"}.bx-fingerprint:before{content:"\ea10"}.bx-first-aid:before{content:"\ea11"}.bx-first-page:before{content:"\ea12"}.bx-flag:before{content:"\ea13"}.bx-folder:before{content:"\ea14"}.bx-folder-minus:before{content:"\ea15"}.bx-folder-open:before{content:"\ea16"}.bx-folder-plus:before{content:"\ea17"}.bx-font:before{content:"\ea18"}.bx-font-color:before{content:"\ea19"}.bx-font-family:before{content:"\ea1a"}.bx-font-size:before{content:"\ea1b"}.bx-football:before{content:"\ea1c"}.bx-fullscreen:before{content:"\ea1d"}.bx-ghost:before{content:"\ea1e"}.bx-gift:before{content:"\ea1f"}.bx-git-branch:before{content:"\ea20"}.bx-git-commit:before{content:"\ea21"}.bx-git-compare:before{content:"\ea22"}.bx-git-merge:before{content:"\ea23"}.bx-git-pull-request:before{content:"\ea24"}.bx-git-repo-forked:before{content:"\ea25"}.bx-globe:before{content:"\ea26"}.bx-globe-alt:before{content:"\ea27"}.bx-grid:before{content:"\ea28"}.bx-grid-alt:before{content:"\ea29"}.bx-grid-horizontal:before{content:"\ea2a"}.bx-grid-small:before{content:"\ea2b"}.bx-grid-vertical:before{content:"\ea2c"}.bx-group:before{content:"\ea2d"}.bx-handicap:before{content:"\ea2e"}.bx-hash:before{content:"\ea2f"}.bx-hdd:before{content:"\ea30"}.bx-heading:before{content:"\ea31"}.bx-headphone:before{content:"\ea32"}.bx-heart:before{content:"\ea33"}.bx-help-circle:before{content:"\ea34"}.bx-hide:before{content:"\ea35"}.bx-highlight:before{content:"\ea36"}.bx-history:before{content:"\ea37"}.bx-home:before{content:"\ea38"}.bx-home-alt:before{content:"\ea39"}.bx-home-circle:before{content:"\ea3a"}.bx-horizontal-center:before{content:"\ea3b"}.bx-hotel:before{content:"\ea3c"}.bx-hourglass:before{content:"\ea3d"}.bx-id-card:before{content:"\ea3e"}.bx-image:before{content:"\ea3f"}.bx-images:before{content:"\ea40"}.bx-import:before{content:"\ea41"}.bx-infinite:before{content:"\ea42"}.bx-info-circle:before{content:"\ea43"}.bx-italic:before{content:"\ea44"}.bx-joystick:before{content:"\ea45"}.bx-joystick-alt:before{content:"\ea46"}.bx-joystick-button:before{content:"\ea47"}.bx-key:before{content:"\ea48"}.bx-laptop:before{content:"\ea49"}.bx-last-page:before{content:"\ea4a"}.bx-layer:before{content:"\ea4b"}.bx-layout:before{content:"\ea4c"}.bx-left-arrow:before{content:"\ea4d"}.bx-left-arrow-circle:before{content:"\ea4e"}.bx-left-down-arrow-circle:before{content:"\ea4f"}.bx-left-indent:before{content:"\ea50"}.bx-left-top-arrow-circle:before{content:"\ea51"}.bx-like:before{content:"\ea52"}.bx-link:before{content:"\ea53"}.bx-link-alt:before{content:"\ea54"}.bx-link-external:before{content:"\ea55"}.bx-list:before{content:"\ea56"}.bx-list-check:before{content:"\ea57"}.bx-list-ol:before{content:"\ea58"}.bx-list-plus:before{content:"\ea59"}.bx-list-ul:before{content:"\ea5a"}.bx-list-x:before{content:"\ea5b"}.bx-loader:before{content:"\ea5c"}.bx-loader-alt:before{content:"\ea5d"}.bx-loader-circle:before{content:"\ea5e"}.bx-lock:before{content:"\ea5f"}.bx-lock-open:before{content:"\ea60"}.bx-log-in:before{content:"\ea61"}.bx-log-out:before{content:"\ea62"}.bx-magnet:before{content:"\ea63"}.bx-mail-send:before{content:"\ea64"}.bx-male:before{content:"\ea65"}.bx-map:before{content:"\ea66"}.bx-map-alt:before{content:"\ea67"}.bx-memory-card:before{content:"\ea68"}.bx-menu:before{content:"\ea69"}.bx-menu-alt-left:before{content:"\ea6a"}.bx-menu-alt-right:before{content:"\ea6b"}.bx-message:before{content:"\ea6c"}.bx-message-dots:before{content:"\ea6d"}.bx-message-rounded:before{content:"\ea6e"}.bx-message-rounded-dots:before{content:"\ea6f"}.bx-message-square:before{content:"\ea70"}.bx-message-square-dots:before{content:"\ea71"}.bx-microphone:before{content:"\ea72"}.bx-microphone-off:before{content:"\ea73"}.bx-minus:before{content:"\ea74"}.bx-minus-circle:before{content:"\ea75"}.bx-mobile:before{content:"\ea76"}.bx-mobile-alt:before{content:"\ea77"}.bx-money:before{content:"\ea78"}.bx-moon:before{content:"\ea79"}.bx-mouse:before{content:"\ea7a"}.bx-mouse-alt:before{content:"\ea7b"}.bx-move:before{content:"\ea7c"}.bx-move-horizontal:before{content:"\ea7d"}.bx-move-vertical:before{content:"\ea7e"}.bx-movie:before{content:"\ea7f"}.bx-music:before{content:"\ea80"}.bx-navigation:before{content:"\ea81"}.bx-news:before{content:"\ea82"}.bx-note:before{content:"\ea83"}.bx-notepad:before{content:"\ea84"}.bx-notification:before{content:"\ea85"}.bx-notification-off:before{content:"\ea86"}.bx-package:before{content:"\ea87"}.bx-paint:before{content:"\ea88"}.bx-paperclip:before{content:"\ea89"}.bx-paper-plane:before{content:"\ea8a"}.bx-paragraph:before{content:"\ea8b"}.bx-paste:before{content:"\ea8c"}.bx-pause:before{content:"\ea8d"}.bx-pause-circle:before{content:"\ea8e"}.bx-pen:before{content:"\ea8f"}.bx-pencil:before{content:"\ea90"}.bx-phone:before{content:"\ea91"}.bx-phone-call:before{content:"\ea92"}.bx-phone-incoming:before{content:"\ea93"}.bx-phone-outgoing:before{content:"\ea94"}.bx-photo-album:before{content:"\ea95"}.bx-pie-chart:before{content:"\ea96"}.bx-pie-chart-alt:before{content:"\ea97"}.bx-pin:before{content:"\ea98"}.bx-planet:before{content:"\ea99"}.bx-play:before{content:"\ea9a"}.bx-play-circle:before{content:"\ea9b"}.bx-plug:before{content:"\ea9c"}.bx-plus:before{content:"\ea9d"}.bx-plus-circle:before{content:"\ea9e"}.bx-poll:before{content:"\ea9f"}.bx-power-off:before{content:"\eaa0"}.bx-pulse:before{content:"\eaa1"}.bx-purchase-tag:before{content:"\eaa2"}.bx-question-mark:before{content:"\eaa3"}.bx-radar:before{content:"\eaa4"}.bx-radio-circle:before{content:"\eaa5"}.bx-radio-circle-marked:before{content:"\eaa6"}.bx-rectangle:before{content:"\eaa7"}.bx-redo:before{content:"\eaa8"}.bx-rename:before{content:"\eaa9"}.bx-repeat:before{content:"\eaaa"}.bx-reply:before{content:"\eaab"}.bx-reply-all:before{content:"\eaac"}.bx-repost:before{content:"\eaad"}.bx-reset:before{content:"\eaae"}.bx-restaurant:before{content:"\eaaf"}.bx-revision:before{content:"\eab0"}.bx-rewind:before{content:"\eab1"}.bx-rewind-circle:before{content:"\eab2"}.bx-right-arrow:before{content:"\eab3"}.bx-right-arrow-circle:before{content:"\eab4"}.bx-right-down-arrow-circle:before{content:"\eab5"}.bx-right-indent:before{content:"\eab6"}.bx-right-top-arrow-circle:before{content:"\eab7"}.bx-rocket:before{content:"\eab8"}.bx-rotate-left:before{content:"\eab9"}.bx-rotate-right:before{content:"\eaba"}.bx-rss:before{content:"\eabb"}.bx-ruler:before{content:"\eabc"}.bx-run:before{content:"\eabd"}.bx-save:before{content:"\eabe"}.bx-screenshot:before{content:"\eabf"}.bx-search:before{content:"\eac0"}.bx-search-alt:before{content:"\eac1"}.bx-selection:before{content:"\eac2"}.bx-select-multiple:before{content:"\eac3"}.bx-send:before{content:"\eac4"}.bx-server:before{content:"\eac5"}.bx-shape-square:before{content:"\eac6"}.bx-shape-triangle:before{content:"\eac7"}.bx-share:before{content:"\eac8"}.bx-share-alt:before{content:"\eac9"}.bx-shield:before{content:"\eaca"}.bx-shield-alt:before{content:"\eacb"}.bx-shopping-bag:before{content:"\eacc"}.bx-show:before{content:"\eacd"}.bx-show-alt:before{content:"\eace"}.bx-shuffle:before{content:"\eacf"}.bx-sidebar:before{content:"\ead0"}.bx-sitemap:before{content:"\ead1"}.bx-skip-next:before{content:"\ead2"}.bx-skip-next-circle:before{content:"\ead3"}.bx-skip-previous:before{content:"\ead4"}.bx-skip-previous-circle:before{content:"\ead5"}.bx-slider:before{content:"\ead6"}.bx-slider-alt:before{content:"\ead7"}.bx-slideshow:before{content:"\ead8"}.bx-sort:before{content:"\ead9"}.bx-sort-down:before{content:"\eada"}.bx-sort-up:before{content:"\eadb"}.bx-spreadsheet:before{content:"\eadc"}.bx-star:before{content:"\eadd"}.bx-station:before{content:"\eade"}.bx-stats:before{content:"\eadf"}.bx-stop:before{content:"\eae0"}.bx-stop-circle:before{content:"\eae1"}.bx-stopwatch:before{content:"\eae2"}.bx-store:before{content:"\eae3"}.bx-store-alt:before{content:"\eae4"}.bx-strikethrough:before{content:"\eae5"}.bx-subdirectory-left:before{content:"\eae6"}.bx-subdirectory-right:before{content:"\eae7"}.bx-sun:before{content:"\eae8"}.bx-support:before{content:"\eae9"}.bx-swim:before{content:"\eaea"}.bx-sync:before{content:"\eaeb"}.bx-tab:before{content:"\eaec"}.bx-table:before{content:"\eaed"}.bx-tag:before{content:"\eaee"}.bx-target-lock:before{content:"\eaef"}.bx-task:before{content:"\eaf0"}.bx-taxi:before{content:"\eaf1"}.bx-tennis-ball:before{content:"\eaf2"}.bx-terminal:before{content:"\eaf3"}.bx-test-tube:before{content:"\eaf4"}.bx-text:before{content:"\eaf5"}.bx-time:before{content:"\eaf6"}.bx-timer:before{content:"\eaf7"}.bx-toggle-left:before{content:"\eaf8"}.bx-toggle-right:before{content:"\eaf9"}.bx-train:before{content:"\eafa"}.bx-transfer:before{content:"\eafb"}.bx-transfer-alt:before{content:"\eafc"}.bx-trash:before{content:"\eafd"}.bx-trash-alt:before{content:"\eafe"}.bx-trending-down:before{content:"\eaff"}.bx-trending-up:before{content:"\eb00"}.bx-trophy:before{content:"\eb01"}.bx-truck:before{content:"\eb02"}.bx-tv:before{content:"\eb03"}.bx-underline:before{content:"\eb04"}.bx-undo:before{content:"\eb05"}.bx-unlink:before{content:"\eb06"}.bx-up-arrow:before{content:"\eb07"}.bx-up-arrow-circle:before{content:"\eb08"}.bx-upload:before{content:"\eb09"}.bx-upvote:before{content:"\eb0a"}.bx-usb:before{content:"\eb0b"}.bx-user:before{content:"\eb0c"}.bx-user-check:before{content:"\eb0d"}.bx-user-circle:before{content:"\eb0e"}.bx-user-minus:before{content:"\eb0f"}.bx-user-pin:before{content:"\eb10"}.bx-user-plus:before{content:"\eb11"}.bx-user-x:before{content:"\eb12"}.bx-vertical-center:before{content:"\eb13"}.bx-video:before{content:"\eb14"}.bx-video-off:before{content:"\eb15"}.bx-video-plus:before{content:"\eb16"}.bx-video-recording:before{content:"\eb17"}.bx-voicemail:before{content:"\eb18"}.bx-volume:before{content:"\eb19"}.bx-volume-full:before{content:"\eb1a"}.bx-volume-low:before{content:"\eb1b"}.bx-volume-mute:before{content:"\eb1c"}.bx-walk:before{content:"\eb1d"}.bx-wallet:before{content:"\eb1e"}.bx-wallet-alt:before{content:"\eb1f"}.bx-water:before{content:"\eb20"}.bx-wifi:before{content:"\eb21"}.bx-wind:before{content:"\eb22"}.bx-window:before{content:"\eb23"}.bx-window-close:before{content:"\eb24"}.bx-window-open:before{content:"\eb25"}.bx-windows:before{content:"\eb26"}.bx-world:before{content:"\eb27"}.bx-wrench:before{content:"\eb28"}.bx-x:before{content:"\eb29"}.bx-x-circle:before{content:"\eb2a"}.bx-zoom-in:before{content:"\eb2b"}.bx-zoom-out:before{content:"\eb2c"}.bxs-adjust:before{content:"\eb2d"}.bxs-alarm:before{content:"\eb2e"}.bxs-alarm-off:before{content:"\eb2f"}.bxs-album:before{content:"\eb30"}.bxs-ambulance:before{content:"\eb31"}.bxs-analyse:before{content:"\eb32"}.bxs-archive:before{content:"\eb33"}.bxs-area:before{content:"\eb34"}.bxs-award:before{content:"\eb35"}.bxs-badge:before{content:"\eb36"}.bxs-badge-check:before{content:"\eb37"}.bxs-ball:before{content:"\eb38"}.bxs-bank:before{content:"\eb39"}.bxs-bar-chart-alt-2:before{content:"\eb3a"}.bxs-bar-chart-square:before{content:"\eb3b"}.bxs-barcode:before{content:"\eb3c"}.bxs-bath:before{content:"\eb3d"}.bxs-battery:before{content:"\eb3e"}.bxs-battery-charging:before{content:"\eb3f"}.bxs-battery-full:before{content:"\eb40"}.bxs-battery-low:before{content:"\eb41"}.bxs-bed:before{content:"\eb42"}.bxs-bell:before{content:"\eb43"}.bxs-bell-off:before{content:"\eb44"}.bxs-bell-ring:before{content:"\eb45"}.bxs-bolt:before{content:"\eb46"}.bxs-book:before{content:"\eb47"}.bxs-book-bookmark:before{content:"\eb48"}.bxs-book-content:before{content:"\eb49"}.bxs-bookmark:before{content:"\eb4a"}.bxs-bookmark-plus:before{content:"\eb4b"}.bxs-bookmark-star:before{content:"\eb4c"}.bxs-book-open:before{content:"\eb4d"}.bxs-bot:before{content:"\eb4e"}.bxs-box:before{content:"\eb4f"}.bxs-briefcase:before{content:"\eb50"}.bxs-briefcase-alt:before{content:"\eb51"}.bxs-brush:before{content:"\eb52"}.bxs-bug:before{content:"\eb53"}.bxs-bug-alt:before{content:"\eb54"}.bxs-building:before{content:"\eb55"}.bxs-buildings:before{content:"\eb56"}.bxs-bulb:before{content:"\eb57"}.bxs-buoy:before{content:"\eb58"}.bxs-bus:before{content:"\eb59"}.bxs-calculator:before{content:"\eb5a"}.bxs-camera:before{content:"\eb5b"}.bxs-camera-off:before{content:"\eb5c"}.bxs-capsule:before{content:"\eb5d"}.bxs-captions:before{content:"\eb5e"}.bxs-car:before{content:"\eb5f"}.bxs-card:before{content:"\eb60"}.bxs-cart:before{content:"\eb61"}.bxs-cart-alt:before{content:"\eb62"}.bxs-categories:before{content:"\eb63"}.bxs-certification:before{content:"\eb64"}.bxs-chart:before{content:"\eb65"}.bxs-chat:before{content:"\eb66"}.bxs-checkbox:before{content:"\eb67"}.bxs-checkbox-checked:before{content:"\eb68"}.bxs-check-circle:before{content:"\eb69"}.bxs-chip:before{content:"\eb6a"}.bxs-cloud:before{content:"\eb6b"}.bxs-cloud-download:before{content:"\eb6c"}.bxs-cloud-lightning:before{content:"\eb6d"}.bxs-cloud-rain:before{content:"\eb6e"}.bxs-cloud-upload:before{content:"\eb6f"}.bxs-coffee:before{content:"\eb70"}.bxs-coffee-alt:before{content:"\eb71"}.bxs-cog:before{content:"\eb72"}.bxs-collection:before{content:"\eb73"}.bxs-color-fill:before{content:"\eb74"}.bxs-contact:before{content:"\eb75"}.bxs-conversation:before{content:"\eb76"}.bxs-copy:before{content:"\eb77"}.bxs-copy-alt:before{content:"\eb78"}.bxs-coupon:before{content:"\eb79"}.bxs-crown:before{content:"\eb7a"}.bxs-cube:before{content:"\eb7b"}.bxs-dashboard:before{content:"\eb7c"}.bxs-detail:before{content:"\eb7d"}.bxs-devices:before{content:"\eb7e"}.bxs-direction-left:before{content:"\eb7f"}.bxs-direction-right:before{content:"\eb80"}.bxs-directions:before{content:"\eb81"}.bxs-disc:before{content:"\eb82"}.bxs-discount:before{content:"\eb83"}.bxs-dislike:before{content:"\eb84"}.bxs-dock-bottom:before{content:"\eb85"}.bxs-dock-left:before{content:"\eb86"}.bxs-dock-right:before{content:"\eb87"}.bxs-dock-top:before{content:"\eb88"}.bxs-dollar-circle:before{content:"\eb89"}.bxs-down-arrow-circle:before{content:"\eb8a"}.bxs-down-arrow-square:before{content:"\eb8b"}.bxs-download:before{content:"\eb8c"}.bxs-downvote:before{content:"\eb8d"}.bxs-drink:before{content:"\eb8e"}.bxs-droplet:before{content:"\eb8f"}.bxs-duplicate:before{content:"\eb90"}.bxs-edit:before{content:"\eb91"}.bxs-edit-alt:before{content:"\eb92"}.bxs-eject:before{content:"\eb93"}.bxs-envelope:before{content:"\eb94"}.bxs-eraser:before{content:"\eb95"}.bxs-error:before{content:"\eb96"}.bxs-error-circle:before{content:"\eb97"}.bxs-eyedropper:before{content:"\eb98"}.bxs-factory:before{content:"\eb99"}.bxs-file:before{content:"\eb9a"}.bxs-file-blank:before{content:"\eb9b"}.bxs-file-css:before{content:"\eb9c"}.bxs-file-doc:before{content:"\eb9d"}.bxs-file-gif:before{content:"\eb9e"}.bxs-file-html:before{content:"\eb9f"}.bxs-file-image:before{content:"\eba0"}.bxs-file-jpg:before{content:"\eba1"}.bxs-file-js:before{content:"\eba2"}.bxs-file-json:before{content:"\eba3"}.bxs-file-md:before{content:"\eba4"}.bxs-file-pdf:before{content:"\eba5"}.bxs-file-plus:before{content:"\eba6"}.bxs-file-png:before{content:"\eba7"}.bxs-file-txt:before{content:"\eba8"}.bxs-film:before{content:"\eba9"}.bxs-filter-alt:before{content:"\ebaa"}.bxs-first-aid:before{content:"\ebab"}.bxs-flag:before{content:"\ebac"}.bxs-flag-alt:before{content:"\ebad"}.bxs-flame:before{content:"\ebae"}.bxs-flask:before{content:"\ebaf"}.bxs-folder:before{content:"\ebb0"}.bxs-folder-open:before{content:"\ebb1"}.bxs-folder-plus:before{content:"\ebb2"}.bxs-gas-pump:before{content:"\ebb3"}.bxs-ghost:before{content:"\ebb4"}.bxs-gift:before{content:"\ebb5"}.bxs-grid-alt:before{content:"\ebb6"}.bxs-group:before{content:"\ebb7"}.bxs-hdd:before{content:"\ebb8"}.bxs-heart:before{content:"\ebb9"}.bxs-help-circle:before{content:"\ebba"}.bxs-hide:before{content:"\ebbb"}.bxs-home:before{content:"\ebbc"}.bxs-home-circle:before{content:"\ebbd"}.bxs-hot:before{content:"\ebbe"}.bxs-hotel:before{content:"\ebbf"}.bxs-hourglass:before{content:"\ebc0"}.bxs-id-card:before{content:"\ebc1"}.bxs-image:before{content:"\ebc2"}.bxs-image-alt:before{content:"\ebc3"}.bxs-inbox:before{content:"\ebc4"}.bxs-info-circle:before{content:"\ebc5"}.bxs-joystick:before{content:"\ebc6"}.bxs-joystick-alt:before{content:"\ebc7"}.bxs-joystick-button:before{content:"\ebc8"}.bxs-key:before{content:"\ebc9"}.bxs-keyboard:before{content:"\ebca"}.bxs-landmark:before{content:"\ebcb"}.bxs-layer:before{content:"\ebcc"}.bxs-left-arrow-circle:before{content:"\ebcd"}.bxs-left-arrow-square:before{content:"\ebce"}.bxs-like:before{content:"\ebcf"}.bxs-lock:before{content:"\ebd0"}.bxs-lock-open:before{content:"\ebd1"}.bxs-magic-wand:before{content:"\ebd2"}.bxs-magnet:before{content:"\ebd3"}.bxs-map:before{content:"\ebd4"}.bxs-map-alt:before{content:"\ebd5"}.bxs-megaphone:before{content:"\ebd6"}.bxs-memory-card:before{content:"\ebd7"}.bxs-message:before{content:"\ebd8"}.bxs-message-dots:before{content:"\ebd9"}.bxs-message-rounded:before{content:"\ebda"}.bxs-message-rounded-dots:before{content:"\ebdb"}.bxs-message-square:before{content:"\ebdc"}.bxs-message-square-dots:before{content:"\ebdd"}.bxs-microphone:before{content:"\ebde"}.bxs-microphone-alt:before{content:"\ebdf"}.bxs-microphone-off:before{content:"\ebe0"}.bxs-minus-circle:before{content:"\ebe1"}.bxs-minus-square:before{content:"\ebe2"}.bxs-moon:before{content:"\ebe3"}.bxs-mouse:before{content:"\ebe4"}.bxs-mouse-alt:before{content:"\ebe5"}.bxs-movie:before{content:"\ebe6"}.bxs-music:before{content:"\ebe7"}.bxs-navigation:before{content:"\ebe8"}.bxs-news:before{content:"\ebe9"}.bxs-note:before{content:"\ebea"}.bxs-notepad:before{content:"\ebeb"}.bxs-package:before{content:"\ebec"}.bxs-paper-plane:before{content:"\ebed"}.bxs-parking:before{content:"\ebee"}.bxs-paste:before{content:"\ebef"}.bxs-pen:before{content:"\ebf0"}.bxs-pencil:before{content:"\ebf1"}.bxs-phone:before{content:"\ebf2"}.bxs-phone-call:before{content:"\ebf3"}.bxs-phone-incoming:before{content:"\ebf4"}.bxs-phone-outgoing:before{content:"\ebf5"}.bxs-photo-album:before{content:"\ebf6"}.bxs-pie-chart:before{content:"\ebf7"}.bxs-pie-chart-alt:before{content:"\ebf8"}.bxs-pin:before{content:"\ebf9"}.bxs-plane:before{content:"\ebfa"}.bxs-plane-land:before{content:"\ebfb"}.bxs-planet:before{content:"\ebfc"}.bxs-plane-take-off:before{content:"\ebfd"}.bxs-playlist:before{content:"\ebfe"}.bxs-plug:before{content:"\ebff"}.bxs-plus-circle:before{content:"\ec00"}.bxs-plus-square:before{content:"\ec01"}.bxs-printer:before{content:"\ec02"}.bxs-purchase-tag:before{content:"\ec03"}.bxs-quote-left:before{content:"\ec04"}.bxs-quote-right:before{content:"\ec05"}.bxs-quote-single-left:before{content:"\ec06"}.bxs-quote-single-right:before{content:"\ec07"}.bxs-radio:before{content:"\ec08"}.bxs-rename:before{content:"\ec09"}.bxs-report:before{content:"\ec0a"}.bxs-right-arrow-circle:before{content:"\ec0b"}.bxs-right-arrow-square:before{content:"\ec0c"}.bxs-rocket:before{content:"\ec0d"}.bxs-ruler:before{content:"\ec0e"}.bxs-save:before{content:"\ec0f"}.bxs-select-multiple:before{content:"\ec10"}.bxs-send:before{content:"\ec11"}.bxs-server:before{content:"\ec12"}.bxs-share:before{content:"\ec13"}.bxs-share-alt:before{content:"\ec14"}.bxs-shield:before{content:"\ec15"}.bxs-ship:before{content:"\ec16"}.bxs-shopping-bag:before{content:"\ec17"}.bxs-shopping-bag-alt:before{content:"\ec18"}.bxs-show:before{content:"\ec19"}.bxs-skull:before{content:"\ec1a"}.bxs-slideshow:before{content:"\ec1b"}.bxs-smiley-happy:before{content:"\ec1c"}.bxs-smiley-meh:before{content:"\ec1d"}.bxs-smiley-sad:before{content:"\ec1e"}.bxs-sort-alt:before{content:"\ec1f"}.bxs-spreadsheet:before{content:"\ec20"}.bxs-star:before{content:"\ec21"}.bxs-star-half:before{content:"\ec22"}.bxs-store:before{content:"\ec23"}.bxs-store-alt:before{content:"\ec24"}.bxs-sun:before{content:"\ec25"}.bxs-tag:before{content:"\ec26"}.bxs-tag-x:before{content:"\ec27"}.bxs-taxi:before{content:"\ec28"}.bxs-tennis-ball:before{content:"\ec29"}.bxs-terminal:before{content:"\ec2a"}.bxs-thermometer:before{content:"\ec2b"}.bxs-toggle-left:before{content:"\ec2c"}.bxs-toggle-right:before{content:"\ec2d"}.bxs-torch:before{content:"\ec2e"}.bxs-to-top:before{content:"\ec2f"}.bxs-train:before{content:"\ec30"}.bxs-trash:before{content:"\ec31"}.bxs-trash-alt:before{content:"\ec32"}.bxs-tree:before{content:"\ec33"}.bxs-trophy:before{content:"\ec34"}.bxs-truck:before{content:"\ec35"}.bxs-t-shirt:before{content:"\ec36"}.bxs-up-arrow-circle:before{content:"\ec37"}.bxs-up-arrow-square:before{content:"\ec38"}.bxs-upvote:before{content:"\ec39"}.bxs-user:before{content:"\ec3a"}.bxs-user-badge:before{content:"\ec3b"}.bxs-user-circle:before{content:"\ec3c"}.bxs-user-detail:before{content:"\ec3d"}.bxs-user-minus:before{content:"\ec3e"}.bxs-user-pin:before{content:"\ec3f"}.bxs-user-plus:before{content:"\ec40"}.bxs-user-rectangle:before{content:"\ec41"}.bxs-video:before{content:"\ec42"}.bxs-video-off:before{content:"\ec43"}.bxs-video-plus:before{content:"\ec44"}.bxs-video-recording:before{content:"\ec45"}.bxs-videos:before{content:"\ec46"}.bxs-volume:before{content:"\ec47"}.bxs-volume-full:before{content:"\ec48"}.bxs-volume-low:before{content:"\ec49"}.bxs-volume-mute:before{content:"\ec4a"}.bxs-wallet:before{content:"\ec4b"}.bxs-wallet-alt:before{content:"\ec4c"}.bxs-watch:before{content:"\ec4d"}.bxs-watch-alt:before{content:"\ec4e"}.bxs-widget:before{content:"\ec4f"}.bxs-wrench:before{content:"\ec50"}.bxs-x-circle:before{content:"\ec51"}.bxs-x-square:before{content:"\ec52"}.bxs-yin-yang:before{content:"\ec53"}.bxs-zap:before{content:"\ec54"} \ No newline at end of file +@font-face{font-family:boxicons;font-weight:400;font-style:normal;src:url(../fonts/boxicons.eot);src:url(../fonts/boxicons.eot) format('embedded-opentype'),url(../fonts/boxicons.woff2) format('woff2'),url(../fonts/boxicons.woff) format('woff'),url(../fonts/boxicons.ttf) format('truetype'),url(../fonts/boxicons.svg?#boxicons) format('svg')}.bx{font-family:boxicons!important;font-weight:400;font-style:normal;font-variant:normal;line-height:1;display:inline-block;text-transform:none;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bx-ul{margin-left:2em;padding-left:0;list-style:none}.bx-ul>li{position:relative}.bx-ul .bx{font-size:inherit;line-height:inherit;position:absolute;left:-2em;width:2em;text-align:center}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-webkit-keyframes burst{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}90%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}}@keyframes burst{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}90%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}}@-webkit-keyframes flashing{0%{opacity:1}45%{opacity:0}90%{opacity:1}}@keyframes flashing{0%{opacity:1}45%{opacity:0}90%{opacity:1}}@-webkit-keyframes fade-left{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}75%{-webkit-transform:translateX(-20px);transform:translateX(-20px);opacity:0}}@keyframes fade-left{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}75%{-webkit-transform:translateX(-20px);transform:translateX(-20px);opacity:0}}@-webkit-keyframes fade-right{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}75%{-webkit-transform:translateX(20px);transform:translateX(20px);opacity:0}}@keyframes fade-right{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}75%{-webkit-transform:translateX(20px);transform:translateX(20px);opacity:0}}@-webkit-keyframes fade-up{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}75%{-webkit-transform:translateY(-20px);transform:translateY(-20px);opacity:0}}@keyframes fade-up{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}75%{-webkit-transform:translateY(-20px);transform:translateY(-20px);opacity:0}}@-webkit-keyframes fade-down{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}75%{-webkit-transform:translateY(20px);transform:translateY(20px);opacity:0}}@keyframes fade-down{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}75%{-webkit-transform:translateY(20px);transform:translateY(20px);opacity:0}}@-webkit-keyframes tada{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.95,.95,.95) rotate3d(0,0,1,-10deg);transform:scale3d(.95,.95,.95) rotate3d(0,0,1,-10deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1,1,1) rotate3d(0,0,1,10deg);transform:scale3d(1,1,1) rotate3d(0,0,1,10deg)}40%,60%,80%{-webkit-transform:scale3d(1,1,1) rotate3d(0,0,1,-10deg);transform:scale3d(1,1,1) rotate3d(0,0,1,-10deg)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes tada{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.95,.95,.95) rotate3d(0,0,1,-10deg);transform:scale3d(.95,.95,.95) rotate3d(0,0,1,-10deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1,1,1) rotate3d(0,0,1,10deg);transform:scale3d(1,1,1) rotate3d(0,0,1,10deg)}40%,60%,80%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bx-spin{-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.bx-spin-hover:hover{-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.bx-tada{-webkit-animation:tada 1.5s ease infinite;animation:tada 1.5s ease infinite}.bx-tada-hover:hover{-webkit-animation:tada 1.5s ease infinite;animation:tada 1.5s ease infinite}.bx-flashing{-webkit-animation:flashing 1.5s infinite linear;animation:flashing 1.5s infinite linear}.bx-flashing-hover:hover{-webkit-animation:flashing 1.5s infinite linear;animation:flashing 1.5s infinite linear}.bx-burst{-webkit-animation:burst 1.5s infinite linear;animation:burst 1.5s infinite linear}.bx-burst-hover:hover{-webkit-animation:burst 1.5s infinite linear;animation:burst 1.5s infinite linear}.bx-fade-up{-webkit-animation:fade-up 1.5s infinite linear;animation:fade-up 1.5s infinite linear}.bx-fade-up-hover:hover{-webkit-animation:fade-up 1.5s infinite linear;animation:fade-up 1.5s infinite linear}.bx-fade-down{-webkit-animation:fade-down 1.5s infinite linear;animation:fade-down 1.5s infinite linear}.bx-fade-down-hover:hover{-webkit-animation:fade-down 1.5s infinite linear;animation:fade-down 1.5s infinite linear}.bx-fade-left{-webkit-animation:fade-left 1.5s infinite linear;animation:fade-left 1.5s infinite linear}.bx-fade-left-hover:hover{-webkit-animation:fade-left 1.5s infinite linear;animation:fade-left 1.5s infinite linear}.bx-fade-right{-webkit-animation:fade-right 1.5s infinite linear;animation:fade-right 1.5s infinite linear}.bx-fade-right-hover:hover{-webkit-animation:fade-right 1.5s infinite linear;animation:fade-right 1.5s infinite linear}.bx-xs{font-size:1rem!important}.bx-sm{font-size:1.55rem!important}.bx-md{font-size:2.25rem!important}.bx-fw{font-size:1.2857142857em;line-height:.8em;width:1.2857142857em;height:.8em;margin-top:-.2em!important;vertical-align:middle}.bx-lg{font-size:3rem!important}.bx-pull-left{float:left;margin-right:.3em!important}.bx-pull-right{float:right;margin-left:.3em!important}.bx-rotate-90{transform:rotate(90deg)}.bx-rotate-180{transform:rotate(180deg)}.bx-rotate-270{transform:rotate(270deg)}.bx-flip-horizontal{transform:scaleX(-1)}.bx-flip-vertical{transform:scaleY(-1)}.bx-border{padding:.25em;border:.07em solid rgba(0,0,0,.1);border-radius:.25em}.bx-border-circle{padding:.25em;border:.07em solid rgba(0,0,0,.1);border-radius:50%}.bxl-500px:before{content:"\e900"}.bxl-airbnb:before{content:"\e901"}.bxl-amazon:before{content:"\e902"}.bxl-android:before{content:"\e903"}.bxl-angular:before{content:"\e904"}.bxl-apple:before{content:"\e905"}.bxl-baidu:before{content:"\e906"}.bxl-behance:before{content:"\e907"}.bxl-bing:before{content:"\e908"}.bxl-bitcoin:before{content:"\e909"}.bxl-blogger:before{content:"\e90a"}.bxl-bootstrap:before{content:"\e90b"}.bxl-chrome:before{content:"\e90c"}.bxl-codepen:before{content:"\e90d"}.bxl-creative-commons:before{content:"\e90e"}.bxl-css3:before{content:"\e90f"}.bxl-dailymotion:before{content:"\e910"}.bxl-deviantart:before{content:"\e911"}.bxl-digg:before{content:"\e912"}.bxl-digitalocean:before{content:"\e913"}.bxl-discord:before{content:"\e914"}.bxl-discourse:before{content:"\e915"}.bxl-dribbble:before{content:"\e916"}.bxl-dropbox:before{content:"\e917"}.bxl-drupal:before{content:"\e918"}.bxl-ebay:before{content:"\e919"}.bxl-edge:before{content:"\e91a"}.bxl-facebook:before{content:"\e91b"}.bxl-facebook-square:before{content:"\e91c"}.bxl-firefox:before{content:"\e91d"}.bxl-flickr:before{content:"\e91e"}.bxl-flickr-square:before{content:"\e91f"}.bxl-foursquare:before{content:"\e920"}.bxl-git:before{content:"\e921"}.bxl-github:before{content:"\e922"}.bxl-google:before{content:"\e923"}.bxl-google-plus:before{content:"\e924"}.bxl-google-plus-circle:before{content:"\e925"}.bxl-html5:before{content:"\e926"}.bxl-instagram:before{content:"\e927"}.bxl-instagram-alt:before{content:"\e928"}.bxl-internet-explorer:before{content:"\e929"}.bxl-invision:before{content:"\e92a"}.bxl-javascript:before{content:"\e92b"}.bxl-joomla:before{content:"\e92c"}.bxl-jsfiddle:before{content:"\e92d"}.bxl-kickstarter:before{content:"\e92e"}.bxl-less:before{content:"\e92f"}.bxl-linkedin:before{content:"\e930"}.bxl-linkedin-square:before{content:"\e931"}.bxl-magento:before{content:"\e932"}.bxl-mailchimp:before{content:"\e933"}.bxl-mastercard:before{content:"\e934"}.bxl-medium:before{content:"\e935"}.bxl-medium-old:before{content:"\e936"}.bxl-medium-square:before{content:"\e937"}.bxl-messenger:before{content:"\e938"}.bxl-microsoft:before{content:"\e939"}.bxl-nodejs:before{content:"\e93a"}.bxl-opera:before{content:"\e93b"}.bxl-paypal:before{content:"\e93c"}.bxl-periscope:before{content:"\e93d"}.bxl-pinterest:before{content:"\e93e"}.bxl-play-store:before{content:"\e93f"}.bxl-pocket:before{content:"\e940"}.bxl-product-hunt:before{content:"\e941"}.bxl-quora:before{content:"\e942"}.bxl-react:before{content:"\e943"}.bxl-reddit:before{content:"\e944"}.bxl-redux:before{content:"\e945"}.bxl-sass:before{content:"\e946"}.bxl-shopify:before{content:"\e947"}.bxl-skype:before{content:"\e948"}.bxl-slack:before{content:"\e949"}.bxl-slack-old:before{content:"\e94a"}.bxl-snapchat:before{content:"\e94b"}.bxl-soundcloud:before{content:"\e94c"}.bxl-spotify:before{content:"\e94d"}.bxl-squarespace:before{content:"\e94e"}.bxl-stack-overflow:before{content:"\e94f"}.bxl-stripe:before{content:"\e950"}.bxl-telegram:before{content:"\e951"}.bxl-trello:before{content:"\e952"}.bxl-tumblr:before{content:"\e953"}.bxl-twitch:before{content:"\e954"}.bxl-twitter:before{content:"\e955"}.bxl-unsplash:before{content:"\e956"}.bxl-vimeo:before{content:"\e957"}.bxl-visa:before{content:"\e958"}.bxl-vk:before{content:"\e959"}.bxl-vuejs:before{content:"\e95a"}.bxl-whatsapp:before{content:"\e95b"}.bxl-whatsapp-square:before{content:"\e95c"}.bxl-wikipedia:before{content:"\e95d"}.bxl-windows:before{content:"\e95e"}.bxl-wix:before{content:"\e95f"}.bxl-wordpress:before{content:"\e960"}.bxl-yahoo:before{content:"\e961"}.bxl-yelp:before{content:"\e962"}.bxl-youtube:before{content:"\e963"}.bx-accessibility:before{content:"\e964"}.bx-adjust:before{content:"\e965"}.bx-alarm:before{content:"\e966"}.bx-alarm-off:before{content:"\e967"}.bx-album:before{content:"\e968"}.bx-align-justify:before{content:"\e969"}.bx-align-left:before{content:"\e96a"}.bx-align-middle:before{content:"\e96b"}.bx-align-right:before{content:"\e96c"}.bx-ambulance:before{content:"\e96d"}.bx-analyse:before{content:"\e96e"}.bx-anchor:before{content:"\e96f"}.bx-aperture:before{content:"\e970"}.bx-archive:before{content:"\e971"}.bx-area:before{content:"\e972"}.bx-arrow-back:before{content:"\e973"}.bx-at:before{content:"\e974"}.bx-award:before{content:"\e975"}.bx-badge:before{content:"\e976"}.bx-badge-check:before{content:"\e977"}.bx-ball:before{content:"\e978"}.bx-band-aid:before{content:"\e979"}.bx-bar-chart:before{content:"\e97a"}.bx-bar-chart-alt:before{content:"\e97b"}.bx-bar-chart-alt-2:before{content:"\e97c"}.bx-bar-chart-square:before{content:"\e97d"}.bx-barcode:before{content:"\e97e"}.bx-basket:before{content:"\e97f"}.bx-basketball:before{content:"\e980"}.bx-bath:before{content:"\e981"}.bx-battery:before{content:"\e982"}.bx-bed:before{content:"\e983"}.bx-bell:before{content:"\e984"}.bx-bell-minus:before{content:"\e985"}.bx-bell-off:before{content:"\e986"}.bx-bell-plus:before{content:"\e987"}.bx-bicycle:before{content:"\e988"}.bx-block:before{content:"\e989"}.bx-bluetooth:before{content:"\e98a"}.bx-body:before{content:"\e98b"}.bx-bold:before{content:"\e98c"}.bx-book:before{content:"\e98d"}.bx-book-bookmark:before{content:"\e98e"}.bx-book-content:before{content:"\e98f"}.bx-bookmark:before{content:"\e990"}.bx-bookmark-minus:before{content:"\e991"}.bx-bookmark-plus:before{content:"\e992"}.bx-bookmarks:before{content:"\e993"}.bx-book-open:before{content:"\e994"}.bx-border-all:before{content:"\e995"}.bx-border-bottom:before{content:"\e996"}.bx-border-left:before{content:"\e997"}.bx-border-right:before{content:"\e998"}.bx-border-top:before{content:"\e999"}.bx-bot:before{content:"\e99a"}.bx-bowling-ball:before{content:"\e99b"}.bx-box:before{content:"\e99c"}.bx-briefcase:before{content:"\e99d"}.bx-briefcase-alt:before{content:"\e99e"}.bx-brightness:before{content:"\e99f"}.bx-brightness-half:before{content:"\e9a0"}.bx-broadcast:before{content:"\e9a1"}.bx-brush:before{content:"\e9a2"}.bx-bug:before{content:"\e9a3"}.bx-bug-alt:before{content:"\e9a4"}.bx-building:before{content:"\e9a5"}.bx-building-house:before{content:"\e9a6"}.bx-buildings:before{content:"\e9a7"}.bx-bulb:before{content:"\e9a8"}.bx-bullseye:before{content:"\e9a9"}.bx-buoy:before{content:"\e9aa"}.bx-bus:before{content:"\e9ab"}.bx-calculator:before{content:"\e9ac"}.bx-calendar:before{content:"\e9ad"}.bx-calendar-alt:before{content:"\e9ae"}.bx-calendar-check:before{content:"\e9af"}.bx-calendar-event:before{content:"\e9b0"}.bx-calendar-minus:before{content:"\e9b1"}.bx-calendar-plus:before{content:"\e9b2"}.bx-calendar-x:before{content:"\e9b3"}.bx-camera:before{content:"\e9b4"}.bx-camera-off:before{content:"\e9b5"}.bx-captions:before{content:"\e9b6"}.bx-car:before{content:"\e9b7"}.bx-card:before{content:"\e9b8"}.bx-caret-down:before{content:"\e9b9"}.bx-caret-left:before{content:"\e9ba"}.bx-caret-right:before{content:"\e9bb"}.bx-caret-up:before{content:"\e9bc"}.bx-carousel:before{content:"\e9bd"}.bx-cart:before{content:"\e9be"}.bx-cart-alt:before{content:"\e9bf"}.bx-cast:before{content:"\e9c0"}.bx-certification:before{content:"\e9c1"}.bx-chalkboard:before{content:"\e9c2"}.bx-chart:before{content:"\e9c3"}.bx-chat:before{content:"\e9c4"}.bx-check:before{content:"\e9c5"}.bx-checkbox:before{content:"\e9c6"}.bx-checkbox-checked:before{content:"\e9c7"}.bx-checkbox-square:before{content:"\e9c8"}.bx-check-circle:before{content:"\e9c9"}.bx-check-double:before{content:"\e9ca"}.bx-check-square:before{content:"\e9cb"}.bx-chevron-down:before{content:"\e9cc"}.bx-chevron-left:before{content:"\e9cd"}.bx-chevron-right:before{content:"\e9ce"}.bx-chevrons-down:before{content:"\e9cf"}.bx-chevrons-left:before{content:"\e9d0"}.bx-chevrons-right:before{content:"\e9d1"}.bx-chevrons-up:before{content:"\e9d2"}.bx-chevron-up:before{content:"\e9d3"}.bx-chip:before{content:"\e9d4"}.bx-circle:before{content:"\e9d5"}.bx-clipboard:before{content:"\e9d6"}.bx-closet:before{content:"\e9d7"}.bx-cloud:before{content:"\e9d8"}.bx-cloud-download:before{content:"\e9d9"}.bx-cloud-drizzle:before{content:"\e9da"}.bx-cloud-lightning:before{content:"\e9db"}.bx-cloud-light-rain:before{content:"\e9dc"}.bx-cloud-rain:before{content:"\e9dd"}.bx-cloud-snow:before{content:"\e9de"}.bx-cloud-upload:before{content:"\e9df"}.bx-code:before{content:"\e9e0"}.bx-code-alt:before{content:"\e9e1"}.bx-code-block:before{content:"\e9e2"}.bx-code-curly:before{content:"\e9e3"}.bx-coffee:before{content:"\e9e4"}.bx-cog:before{content:"\e9e5"}.bx-collapse:before{content:"\e9e6"}.bx-collection:before{content:"\e9e7"}.bx-columns:before{content:"\e9e8"}.bx-command:before{content:"\e9e9"}.bx-comment:before{content:"\e9ea"}.bx-comment-dots:before{content:"\e9eb"}.bx-compass:before{content:"\e9ec"}.bx-copy:before{content:"\e9ed"}.bx-copy-alt:before{content:"\e9ee"}.bx-copyright:before{content:"\e9ef"}.bx-credit-card:before{content:"\e9f0"}.bx-credit-card-alt:before{content:"\e9f1"}.bx-crop:before{content:"\e9f2"}.bx-crosshair:before{content:"\e9f3"}.bx-crown:before{content:"\e9f4"}.bx-cube:before{content:"\e9f5"}.bx-cube-alt:before{content:"\e9f6"}.bx-cuboid:before{content:"\e9f7"}.bx-cut:before{content:"\e9f8"}.bx-cycling:before{content:"\e9f9"}.bx-cylinder:before{content:"\e9fa"}.bx-dashboard:before{content:"\e9fb"}.bx-data:before{content:"\e9fc"}.bx-desktop:before{content:"\e9fd"}.bx-detail:before{content:"\e9fe"}.bx-devices:before{content:"\e9ff"}.bx-dialpad:before{content:"\ea00"}.bx-dialpad-alt:before{content:"\ea01"}.bx-diamond:before{content:"\ea02"}.bx-directions:before{content:"\ea03"}.bx-disc:before{content:"\ea04"}.bx-dislike:before{content:"\ea05"}.bx-dna:before{content:"\ea06"}.bx-dock-bottom:before{content:"\ea07"}.bx-dock-left:before{content:"\ea08"}.bx-dock-right:before{content:"\ea09"}.bx-dock-top:before{content:"\ea0a"}.bx-dollar:before{content:"\ea0b"}.bx-dollar-circle:before{content:"\ea0c"}.bx-dots-horizontal:before{content:"\ea0d"}.bx-dots-horizontal-rounded:before{content:"\ea0e"}.bx-dots-vertical:before{content:"\ea0f"}.bx-dots-vertical-rounded:before{content:"\ea10"}.bx-doughnut-chart:before{content:"\ea11"}.bx-down-arrow:before{content:"\ea12"}.bx-down-arrow-alt:before{content:"\ea13"}.bx-down-arrow-circle:before{content:"\ea14"}.bx-download:before{content:"\ea15"}.bx-downvote:before{content:"\ea16"}.bx-droplet:before{content:"\ea17"}.bx-dumbbell:before{content:"\ea18"}.bx-duplicate:before{content:"\ea19"}.bx-edit:before{content:"\ea1a"}.bx-edit-alt:before{content:"\ea1b"}.bx-envelope:before{content:"\ea1c"}.bx-equalizer:before{content:"\ea1d"}.bx-error:before{content:"\ea1e"}.bx-error-alt:before{content:"\ea1f"}.bx-error-circle:before{content:"\ea20"}.bx-exit-fullscreen:before{content:"\ea21"}.bx-expand:before{content:"\ea22"}.bx-export:before{content:"\ea23"}.bx-fast-forward:before{content:"\ea24"}.bx-fast-forward-circle:before{content:"\ea25"}.bx-female:before{content:"\ea26"}.bx-file:before{content:"\ea27"}.bx-file-blank:before{content:"\ea28"}.bx-film:before{content:"\ea29"}.bx-filter:before{content:"\ea2a"}.bx-filter-alt:before{content:"\ea2b"}.bx-fingerprint:before{content:"\ea2c"}.bx-first-aid:before{content:"\ea2d"}.bx-first-page:before{content:"\ea2e"}.bx-flag:before{content:"\ea2f"}.bx-folder:before{content:"\ea30"}.bx-folder-minus:before{content:"\ea31"}.bx-folder-open:before{content:"\ea32"}.bx-folder-plus:before{content:"\ea33"}.bx-font:before{content:"\ea34"}.bx-font-color:before{content:"\ea35"}.bx-font-family:before{content:"\ea36"}.bx-font-size:before{content:"\ea37"}.bx-football:before{content:"\ea38"}.bx-fullscreen:before{content:"\ea39"}.bx-gas-pump:before{content:"\ea3a"}.bx-ghost:before{content:"\ea3b"}.bx-gift:before{content:"\ea3c"}.bx-git-branch:before{content:"\ea3d"}.bx-git-commit:before{content:"\ea3e"}.bx-git-compare:before{content:"\ea3f"}.bx-git-merge:before{content:"\ea40"}.bx-git-pull-request:before{content:"\ea41"}.bx-git-repo-forked:before{content:"\ea42"}.bx-globe:before{content:"\ea43"}.bx-globe-alt:before{content:"\ea44"}.bx-grid:before{content:"\ea45"}.bx-grid-alt:before{content:"\ea46"}.bx-grid-horizontal:before{content:"\ea47"}.bx-grid-small:before{content:"\ea48"}.bx-grid-vertical:before{content:"\ea49"}.bx-group:before{content:"\ea4a"}.bx-handicap:before{content:"\ea4b"}.bx-hash:before{content:"\ea4c"}.bx-hdd:before{content:"\ea4d"}.bx-heading:before{content:"\ea4e"}.bx-headphone:before{content:"\ea4f"}.bx-heart:before{content:"\ea50"}.bx-help-circle:before{content:"\ea51"}.bx-hide:before{content:"\ea52"}.bx-highlight:before{content:"\ea53"}.bx-history:before{content:"\ea54"}.bx-hive:before{content:"\ea55"}.bx-home:before{content:"\ea56"}.bx-home-alt:before{content:"\ea57"}.bx-home-circle:before{content:"\ea58"}.bx-horizontal-center:before{content:"\ea59"}.bx-hotel:before{content:"\ea5a"}.bx-hourglass:before{content:"\ea5b"}.bx-id-card:before{content:"\ea5c"}.bx-image:before{content:"\ea5d"}.bx-images:before{content:"\ea5e"}.bx-import:before{content:"\ea5f"}.bx-infinite:before{content:"\ea60"}.bx-info-circle:before{content:"\ea61"}.bx-italic:before{content:"\ea62"}.bx-joystick:before{content:"\ea63"}.bx-joystick-alt:before{content:"\ea64"}.bx-joystick-button:before{content:"\ea65"}.bx-key:before{content:"\ea66"}.bx-landscape:before{content:"\ea67"}.bx-laptop:before{content:"\ea68"}.bx-last-page:before{content:"\ea69"}.bx-layer:before{content:"\ea6a"}.bx-layout:before{content:"\ea6b"}.bx-left-arrow:before{content:"\ea6c"}.bx-left-arrow-alt:before{content:"\ea6d"}.bx-left-arrow-circle:before{content:"\ea6e"}.bx-left-down-arrow-circle:before{content:"\ea6f"}.bx-left-indent:before{content:"\ea70"}.bx-left-top-arrow-circle:before{content:"\ea71"}.bx-like:before{content:"\ea72"}.bx-line-chart:before{content:"\ea73"}.bx-link:before{content:"\ea74"}.bx-link-alt:before{content:"\ea75"}.bx-link-external:before{content:"\ea76"}.bx-list-check:before{content:"\ea77"}.bx-list-ol:before{content:"\ea78"}.bx-list-plus:before{content:"\ea79"}.bx-list-ul:before{content:"\ea7a"}.bx-list-x:before{content:"\ea7b"}.bx-loader:before{content:"\ea7c"}.bx-loader-alt:before{content:"\ea7d"}.bx-loader-circle:before{content:"\ea7e"}.bx-lock:before{content:"\ea7f"}.bx-lock-alt:before{content:"\ea80"}.bx-lock-open:before{content:"\ea81"}.bx-lock-open-alt:before{content:"\ea82"}.bx-log-in:before{content:"\ea83"}.bx-log-in-circle:before{content:"\ea84"}.bx-log-out:before{content:"\ea85"}.bx-log-out-circle:before{content:"\ea86"}.bx-magnet:before{content:"\ea87"}.bx-mail-send:before{content:"\ea88"}.bx-male:before{content:"\ea89"}.bx-map:before{content:"\ea8a"}.bx-map-alt:before{content:"\ea8b"}.bx-map-pin:before{content:"\ea8c"}.bx-memory-card:before{content:"\ea8d"}.bx-menu:before{content:"\ea8e"}.bx-menu-alt-left:before{content:"\ea8f"}.bx-menu-alt-right:before{content:"\ea90"}.bx-message:before{content:"\ea91"}.bx-message-alt:before{content:"\ea92"}.bx-message-alt-dots:before{content:"\ea93"}.bx-message-dots:before{content:"\ea94"}.bx-message-rounded:before{content:"\ea95"}.bx-message-rounded-dots:before{content:"\ea96"}.bx-message-square:before{content:"\ea97"}.bx-message-square-dots:before{content:"\ea98"}.bx-microphone:before{content:"\ea99"}.bx-microphone-off:before{content:"\ea9a"}.bx-minus:before{content:"\ea9b"}.bx-minus-circle:before{content:"\ea9c"}.bx-mobile:before{content:"\ea9d"}.bx-mobile-alt:before{content:"\ea9e"}.bx-mobile-landscape:before{content:"\ea9f"}.bx-mobile-vibration:before{content:"\eaa0"}.bx-money:before{content:"\eaa1"}.bx-moon:before{content:"\eaa2"}.bx-mouse:before{content:"\eaa3"}.bx-mouse-alt:before{content:"\eaa4"}.bx-move:before{content:"\eaa5"}.bx-move-horizontal:before{content:"\eaa6"}.bx-move-vertical:before{content:"\eaa7"}.bx-movie:before{content:"\eaa8"}.bx-music:before{content:"\eaa9"}.bx-navigation:before{content:"\eaaa"}.bx-news:before{content:"\eaab"}.bx-no-entry:before{content:"\eaac"}.bx-note:before{content:"\eaad"}.bx-notepad:before{content:"\eaae"}.bx-notification:before{content:"\eaaf"}.bx-notification-off:before{content:"\eab0"}.bx-package:before{content:"\eab1"}.bx-paint:before{content:"\eab2"}.bx-paint-roll:before{content:"\eab3"}.bx-palette:before{content:"\eab4"}.bx-paperclip:before{content:"\eab5"}.bx-paper-plane:before{content:"\eab6"}.bx-paragraph:before{content:"\eab7"}.bx-paste:before{content:"\eab8"}.bx-pause:before{content:"\eab9"}.bx-pause-circle:before{content:"\eaba"}.bx-pen:before{content:"\eabb"}.bx-pencil:before{content:"\eabc"}.bx-phone:before{content:"\eabd"}.bx-phone-call:before{content:"\eabe"}.bx-phone-incoming:before{content:"\eabf"}.bx-phone-outgoing:before{content:"\eac0"}.bx-photo-album:before{content:"\eac1"}.bx-pie-chart:before{content:"\eac2"}.bx-pie-chart-alt:before{content:"\eac3"}.bx-pie-chart-alt-2:before{content:"\eac4"}.bx-pin:before{content:"\eac5"}.bx-planet:before{content:"\eac6"}.bx-play:before{content:"\eac7"}.bx-play-circle:before{content:"\eac8"}.bx-plug:before{content:"\eac9"}.bx-plus:before{content:"\eaca"}.bx-plus-circle:before{content:"\eacb"}.bx-plus-medical:before{content:"\eacc"}.bx-poll:before{content:"\eacd"}.bx-polygon:before{content:"\eace"}.bx-power-off:before{content:"\eacf"}.bx-pulse:before{content:"\ead0"}.bx-purchase-tag:before{content:"\ead1"}.bx-purchase-tag-alt:before{content:"\ead2"}.bx-pyramid:before{content:"\ead3"}.bx-question-mark:before{content:"\ead4"}.bx-radar:before{content:"\ead5"}.bx-radio-circle:before{content:"\ead6"}.bx-radio-circle-marked:before{content:"\ead7"}.bx-receipt:before{content:"\ead8"}.bx-rectangle:before{content:"\ead9"}.bx-redo:before{content:"\eada"}.bx-rename:before{content:"\eadb"}.bx-repeat:before{content:"\eadc"}.bx-reply:before{content:"\eadd"}.bx-reply-all:before{content:"\eade"}.bx-repost:before{content:"\eadf"}.bx-reset:before{content:"\eae0"}.bx-restaurant:before{content:"\eae1"}.bx-revision:before{content:"\eae2"}.bx-rewind:before{content:"\eae3"}.bx-rewind-circle:before{content:"\eae4"}.bx-right-arrow:before{content:"\eae5"}.bx-right-arrow-alt:before{content:"\eae6"}.bx-right-arrow-circle:before{content:"\eae7"}.bx-right-down-arrow-circle:before{content:"\eae8"}.bx-right-indent:before{content:"\eae9"}.bx-right-top-arrow-circle:before{content:"\eaea"}.bx-rocket:before{content:"\eaeb"}.bx-rotate-left:before{content:"\eaec"}.bx-rotate-right:before{content:"\eaed"}.bx-rss:before{content:"\eaee"}.bx-ruler:before{content:"\eaef"}.bx-run:before{content:"\eaf0"}.bx-save:before{content:"\eaf1"}.bx-screenshot:before{content:"\eaf2"}.bx-search:before{content:"\eaf3"}.bx-search-alt:before{content:"\eaf4"}.bx-search-alt-2:before{content:"\eaf5"}.bx-selection:before{content:"\eaf6"}.bx-select-multiple:before{content:"\eaf7"}.bx-send:before{content:"\eaf8"}.bx-server:before{content:"\eaf9"}.bx-shape-circle:before{content:"\eafa"}.bx-shape-square:before{content:"\eafb"}.bx-shape-triangle:before{content:"\eafc"}.bx-share:before{content:"\eafd"}.bx-share-alt:before{content:"\eafe"}.bx-shield:before{content:"\eaff"}.bx-shield-alt:before{content:"\eb00"}.bx-shield-alt-2:before{content:"\eb01"}.bx-shopping-bag:before{content:"\eb02"}.bx-show:before{content:"\eb03"}.bx-show-alt:before{content:"\eb04"}.bx-shuffle:before{content:"\eb05"}.bx-sidebar:before{content:"\eb06"}.bx-sitemap:before{content:"\eb07"}.bx-skip-next:before{content:"\eb08"}.bx-skip-next-circle:before{content:"\eb09"}.bx-skip-previous:before{content:"\eb0a"}.bx-skip-previous-circle:before{content:"\eb0b"}.bx-slider:before{content:"\eb0c"}.bx-slider-alt:before{content:"\eb0d"}.bx-slideshow:before{content:"\eb0e"}.bx-sort:before{content:"\eb0f"}.bx-sort-down:before{content:"\eb10"}.bx-sort-up:before{content:"\eb11"}.bx-spreadsheet:before{content:"\eb12"}.bx-square:before{content:"\eb13"}.bx-square-rounded:before{content:"\eb14"}.bx-star:before{content:"\eb15"}.bx-station:before{content:"\eb16"}.bx-stats:before{content:"\eb17"}.bx-stop:before{content:"\eb18"}.bx-stop-circle:before{content:"\eb19"}.bx-stopwatch:before{content:"\eb1a"}.bx-store:before{content:"\eb1b"}.bx-store-alt:before{content:"\eb1c"}.bx-street-view:before{content:"\eb1d"}.bx-strikethrough:before{content:"\eb1e"}.bx-subdirectory-left:before{content:"\eb1f"}.bx-subdirectory-right:before{content:"\eb20"}.bx-sun:before{content:"\eb21"}.bx-support:before{content:"\eb22"}.bx-swim:before{content:"\eb23"}.bx-sync:before{content:"\eb24"}.bx-tab:before{content:"\eb25"}.bx-table:before{content:"\eb26"}.bx-tag:before{content:"\eb27"}.bx-target-lock:before{content:"\eb28"}.bx-task:before{content:"\eb29"}.bx-taxi:before{content:"\eb2a"}.bx-tennis-ball:before{content:"\eb2b"}.bx-terminal:before{content:"\eb2c"}.bx-test-tube:before{content:"\eb2d"}.bx-text:before{content:"\eb2e"}.bx-time:before{content:"\eb2f"}.bx-time-five:before{content:"\eb30"}.bx-timer:before{content:"\eb31"}.bx-toggle-left:before{content:"\eb32"}.bx-toggle-right:before{content:"\eb33"}.bx-traffic-barrier:before{content:"\eb34"}.bx-train:before{content:"\eb35"}.bx-transfer:before{content:"\eb36"}.bx-transfer-alt:before{content:"\eb37"}.bx-trash:before{content:"\eb38"}.bx-trash-alt:before{content:"\eb39"}.bx-trending-down:before{content:"\eb3a"}.bx-trending-up:before{content:"\eb3b"}.bx-trophy:before{content:"\eb3c"}.bx-truck:before{content:"\eb3d"}.bx-tv:before{content:"\eb3e"}.bx-underline:before{content:"\eb3f"}.bx-undo:before{content:"\eb40"}.bx-unlink:before{content:"\eb41"}.bx-up-arrow:before{content:"\eb42"}.bx-up-arrow-alt:before{content:"\eb43"}.bx-up-arrow-circle:before{content:"\eb44"}.bx-upload:before{content:"\eb45"}.bx-upvote:before{content:"\eb46"}.bx-usb:before{content:"\eb47"}.bx-user:before{content:"\eb48"}.bx-user-check:before{content:"\eb49"}.bx-user-circle:before{content:"\eb4a"}.bx-user-minus:before{content:"\eb4b"}.bx-user-pin:before{content:"\eb4c"}.bx-user-plus:before{content:"\eb4d"}.bx-user-voice:before{content:"\eb4e"}.bx-user-x:before{content:"\eb4f"}.bx-vertical-center:before{content:"\eb50"}.bx-video:before{content:"\eb51"}.bx-video-off:before{content:"\eb52"}.bx-video-plus:before{content:"\eb53"}.bx-video-recording:before{content:"\eb54"}.bx-voicemail:before{content:"\eb55"}.bx-volume:before{content:"\eb56"}.bx-volume-full:before{content:"\eb57"}.bx-volume-low:before{content:"\eb58"}.bx-volume-mute:before{content:"\eb59"}.bx-walk:before{content:"\eb5a"}.bx-wallet:before{content:"\eb5b"}.bx-wallet-alt:before{content:"\eb5c"}.bx-water:before{content:"\eb5d"}.bx-wifi:before{content:"\eb5e"}.bx-wifi-off:before{content:"\eb5f"}.bx-wind:before{content:"\eb60"}.bx-window:before{content:"\eb61"}.bx-window-close:before{content:"\eb62"}.bx-window-open:before{content:"\eb63"}.bx-windows:before{content:"\eb64"}.bx-world:before{content:"\eb65"}.bx-wrench:before{content:"\eb66"}.bx-x:before{content:"\eb67"}.bx-x-circle:before{content:"\eb68"}.bx-zoom-in:before{content:"\eb69"}.bx-zoom-out:before{content:"\eb6a"}.bxs-adjust:before{content:"\eb6b"}.bxs-adjust-alt:before{content:"\eb6c"}.bxs-alarm:before{content:"\eb6d"}.bxs-alarm-off:before{content:"\eb6e"}.bxs-album:before{content:"\eb6f"}.bxs-ambulance:before{content:"\eb70"}.bxs-analyse:before{content:"\eb71"}.bxs-archive:before{content:"\eb72"}.bxs-area:before{content:"\eb73"}.bxs-award:before{content:"\eb74"}.bxs-badge:before{content:"\eb75"}.bxs-badge-check:before{content:"\eb76"}.bxs-ball:before{content:"\eb77"}.bxs-band-aid:before{content:"\eb78"}.bxs-bank:before{content:"\eb79"}.bxs-bar-chart-alt-2:before{content:"\eb7a"}.bxs-bar-chart-square:before{content:"\eb7b"}.bxs-barcode:before{content:"\eb7c"}.bxs-basket:before{content:"\eb7d"}.bxs-bath:before{content:"\eb7e"}.bxs-battery:before{content:"\eb7f"}.bxs-battery-charging:before{content:"\eb80"}.bxs-battery-full:before{content:"\eb81"}.bxs-battery-low:before{content:"\eb82"}.bxs-bed:before{content:"\eb83"}.bxs-bell:before{content:"\eb84"}.bxs-bell-minus:before{content:"\eb85"}.bxs-bell-off:before{content:"\eb86"}.bxs-bell-plus:before{content:"\eb87"}.bxs-bell-ring:before{content:"\eb88"}.bxs-bolt:before{content:"\eb89"}.bxs-book:before{content:"\eb8a"}.bxs-book-bookmark:before{content:"\eb8b"}.bxs-book-content:before{content:"\eb8c"}.bxs-bookmark:before{content:"\eb8d"}.bxs-bookmark-plus:before{content:"\eb8e"}.bxs-bookmark-star:before{content:"\eb8f"}.bxs-book-open:before{content:"\eb90"}.bxs-bot:before{content:"\eb91"}.bxs-bowling-ball:before{content:"\eb92"}.bxs-box:before{content:"\eb93"}.bxs-briefcase:before{content:"\eb94"}.bxs-briefcase-alt:before{content:"\eb95"}.bxs-brightness:before{content:"\eb96"}.bxs-brightness-half:before{content:"\eb97"}.bxs-brush:before{content:"\eb98"}.bxs-bug:before{content:"\eb99"}.bxs-bug-alt:before{content:"\eb9a"}.bxs-building:before{content:"\eb9b"}.bxs-building-house:before{content:"\eb9c"}.bxs-buildings:before{content:"\eb9d"}.bxs-bulb:before{content:"\eb9e"}.bxs-buoy:before{content:"\eb9f"}.bxs-bus:before{content:"\eba0"}.bxs-calculator:before{content:"\eba1"}.bxs-camera:before{content:"\eba2"}.bxs-camera-off:before{content:"\eba3"}.bxs-capsule:before{content:"\eba4"}.bxs-captions:before{content:"\eba5"}.bxs-car:before{content:"\eba6"}.bxs-card:before{content:"\eba7"}.bxs-cart:before{content:"\eba8"}.bxs-cart-alt:before{content:"\eba9"}.bxs-categories:before{content:"\ebaa"}.bxs-certification:before{content:"\ebab"}.bxs-chalkboard:before{content:"\ebac"}.bxs-chart:before{content:"\ebad"}.bxs-chat:before{content:"\ebae"}.bxs-checkbox:before{content:"\ebaf"}.bxs-checkbox-checked:before{content:"\ebb0"}.bxs-check-circle:before{content:"\ebb1"}.bxs-check-square:before{content:"\ebb2"}.bxs-chip:before{content:"\ebb3"}.bxs-circle:before{content:"\ebb4"}.bxs-cloud:before{content:"\ebb5"}.bxs-cloud-download:before{content:"\ebb6"}.bxs-cloud-lightning:before{content:"\ebb7"}.bxs-cloud-rain:before{content:"\ebb8"}.bxs-cloud-upload:before{content:"\ebb9"}.bxs-coffee:before{content:"\ebba"}.bxs-coffee-alt:before{content:"\ebbb"}.bxs-cog:before{content:"\ebbc"}.bxs-collection:before{content:"\ebbd"}.bxs-color-fill:before{content:"\ebbe"}.bxs-comment:before{content:"\ebbf"}.bxs-comment-add:before{content:"\ebc0"}.bxs-comment-detail:before{content:"\ebc1"}.bxs-comment-dots:before{content:"\ebc2"}.bxs-comment-error:before{content:"\ebc3"}.bxs-compass:before{content:"\ebc4"}.bxs-component:before{content:"\ebc5"}.bxs-contact:before{content:"\ebc6"}.bxs-conversation:before{content:"\ebc7"}.bxs-copy:before{content:"\ebc8"}.bxs-copy-alt:before{content:"\ebc9"}.bxs-coupon:before{content:"\ebca"}.bxs-credit-card:before{content:"\ebcb"}.bxs-credit-card-alt:before{content:"\ebcc"}.bxs-crown:before{content:"\ebcd"}.bxs-cube:before{content:"\ebce"}.bxs-cube-alt:before{content:"\ebcf"}.bxs-cuboid:before{content:"\ebd0"}.bxs-cylinder:before{content:"\ebd1"}.bxs-dashboard:before{content:"\ebd2"}.bxs-data:before{content:"\ebd3"}.bxs-detail:before{content:"\ebd4"}.bxs-devices:before{content:"\ebd5"}.bxs-direction-left:before{content:"\ebd6"}.bxs-direction-right:before{content:"\ebd7"}.bxs-directions:before{content:"\ebd8"}.bxs-disc:before{content:"\ebd9"}.bxs-discount:before{content:"\ebda"}.bxs-dislike:before{content:"\ebdb"}.bxs-dock-bottom:before{content:"\ebdc"}.bxs-dock-left:before{content:"\ebdd"}.bxs-dock-right:before{content:"\ebde"}.bxs-dock-top:before{content:"\ebdf"}.bxs-dollar-circle:before{content:"\ebe0"}.bxs-doughnut-chart:before{content:"\ebe1"}.bxs-down-arrow:before{content:"\ebe2"}.bxs-down-arrow-circle:before{content:"\ebe3"}.bxs-down-arrow-square:before{content:"\ebe4"}.bxs-download:before{content:"\ebe5"}.bxs-downvote:before{content:"\ebe6"}.bxs-drink:before{content:"\ebe7"}.bxs-droplet:before{content:"\ebe8"}.bxs-droplet-half:before{content:"\ebe9"}.bxs-duplicate:before{content:"\ebea"}.bxs-edit:before{content:"\ebeb"}.bxs-edit-alt:before{content:"\ebec"}.bxs-eject:before{content:"\ebed"}.bxs-envelope:before{content:"\ebee"}.bxs-eraser:before{content:"\ebef"}.bxs-error:before{content:"\ebf0"}.bxs-error-alt:before{content:"\ebf1"}.bxs-error-circle:before{content:"\ebf2"}.bxs-eyedropper:before{content:"\ebf3"}.bxs-factory:before{content:"\ebf4"}.bxs-file:before{content:"\ebf5"}.bxs-file-blank:before{content:"\ebf6"}.bxs-file-css:before{content:"\ebf7"}.bxs-file-doc:before{content:"\ebf8"}.bxs-file-gif:before{content:"\ebf9"}.bxs-file-html:before{content:"\ebfa"}.bxs-file-image:before{content:"\ebfb"}.bxs-file-jpg:before{content:"\ebfc"}.bxs-file-js:before{content:"\ebfd"}.bxs-file-json:before{content:"\ebfe"}.bxs-file-md:before{content:"\ebff"}.bxs-file-pdf:before{content:"\ec00"}.bxs-file-plus:before{content:"\ec01"}.bxs-file-png:before{content:"\ec02"}.bxs-file-txt:before{content:"\ec03"}.bxs-film:before{content:"\ec04"}.bxs-filter-alt:before{content:"\ec05"}.bxs-first-aid:before{content:"\ec06"}.bxs-flag:before{content:"\ec07"}.bxs-flag-alt:before{content:"\ec08"}.bxs-flame:before{content:"\ec09"}.bxs-flask:before{content:"\ec0a"}.bxs-folder:before{content:"\ec0b"}.bxs-folder-minus:before{content:"\ec0c"}.bxs-folder-open:before{content:"\ec0d"}.bxs-folder-plus:before{content:"\ec0e"}.bxs-gas-pump:before{content:"\ec0f"}.bxs-ghost:before{content:"\ec10"}.bxs-gift:before{content:"\ec11"}.bxs-graduation:before{content:"\ec12"}.bxs-grid:before{content:"\ec13"}.bxs-grid-alt:before{content:"\ec14"}.bxs-group:before{content:"\ec15"}.bxs-hdd:before{content:"\ec16"}.bxs-heart:before{content:"\ec17"}.bxs-help-circle:before{content:"\ec18"}.bxs-hide:before{content:"\ec19"}.bxs-home:before{content:"\ec1a"}.bxs-home-circle:before{content:"\ec1b"}.bxs-hot:before{content:"\ec1c"}.bxs-hotel:before{content:"\ec1d"}.bxs-hourglass:before{content:"\ec1e"}.bxs-hourglass-bottom:before{content:"\ec1f"}.bxs-hourglass-top:before{content:"\ec20"}.bxs-id-card:before{content:"\ec21"}.bxs-image:before{content:"\ec22"}.bxs-image-alt:before{content:"\ec23"}.bxs-inbox:before{content:"\ec24"}.bxs-info-circle:before{content:"\ec25"}.bxs-institution:before{content:"\ec26"}.bxs-joystick:before{content:"\ec27"}.bxs-joystick-alt:before{content:"\ec28"}.bxs-joystick-button:before{content:"\ec29"}.bxs-key:before{content:"\ec2a"}.bxs-keyboard:before{content:"\ec2b"}.bxs-landmark:before{content:"\ec2c"}.bxs-landscape:before{content:"\ec2d"}.bxs-layer:before{content:"\ec2e"}.bxs-left-arrow:before{content:"\ec2f"}.bxs-left-arrow-circle:before{content:"\ec30"}.bxs-left-arrow-square:before{content:"\ec31"}.bxs-left-down-arrow-circle:before{content:"\ec32"}.bxs-left-top-arrow-circle:before{content:"\ec33"}.bxs-like:before{content:"\ec34"}.bxs-lock:before{content:"\ec35"}.bxs-lock-alt:before{content:"\ec36"}.bxs-lock-open:before{content:"\ec37"}.bxs-lock-open-alt:before{content:"\ec38"}.bxs-log-in:before{content:"\ec39"}.bxs-log-in-circle:before{content:"\ec3a"}.bxs-log-out:before{content:"\ec3b"}.bxs-log-out-circle:before{content:"\ec3c"}.bxs-magic-wand:before{content:"\ec3d"}.bxs-magnet:before{content:"\ec3e"}.bxs-map:before{content:"\ec3f"}.bxs-map-alt:before{content:"\ec40"}.bxs-map-pin:before{content:"\ec41"}.bxs-megaphone:before{content:"\ec42"}.bxs-memory-card:before{content:"\ec43"}.bxs-message:before{content:"\ec44"}.bxs-message-alt:before{content:"\ec45"}.bxs-message-alt-dots:before{content:"\ec46"}.bxs-message-dots:before{content:"\ec47"}.bxs-message-rounded:before{content:"\ec48"}.bxs-message-rounded-dots:before{content:"\ec49"}.bxs-message-square:before{content:"\ec4a"}.bxs-message-square-dots:before{content:"\ec4b"}.bxs-microphone:before{content:"\ec4c"}.bxs-microphone-alt:before{content:"\ec4d"}.bxs-microphone-off:before{content:"\ec4e"}.bxs-minus-circle:before{content:"\ec4f"}.bxs-minus-square:before{content:"\ec50"}.bxs-mobile:before{content:"\ec51"}.bxs-moon:before{content:"\ec52"}.bxs-mouse:before{content:"\ec53"}.bxs-mouse-alt:before{content:"\ec54"}.bxs-movie:before{content:"\ec55"}.bxs-music:before{content:"\ec56"}.bxs-navigation:before{content:"\ec57"}.bxs-news:before{content:"\ec58"}.bxs-no-entry:before{content:"\ec59"}.bxs-note:before{content:"\ec5a"}.bxs-notepad:before{content:"\ec5b"}.bxs-notification:before{content:"\ec5c"}.bxs-notification-off:before{content:"\ec5d"}.bxs-package:before{content:"\ec5e"}.bxs-paint:before{content:"\ec5f"}.bxs-paint-roll:before{content:"\ec60"}.bxs-palette:before{content:"\ec61"}.bxs-paper-plane:before{content:"\ec62"}.bxs-parking:before{content:"\ec63"}.bxs-paste:before{content:"\ec64"}.bxs-pen:before{content:"\ec65"}.bxs-pencil:before{content:"\ec66"}.bxs-phone:before{content:"\ec67"}.bxs-phone-call:before{content:"\ec68"}.bxs-phone-incoming:before{content:"\ec69"}.bxs-phone-outgoing:before{content:"\ec6a"}.bxs-photo-album:before{content:"\ec6b"}.bxs-pie-chart:before{content:"\ec6c"}.bxs-pie-chart-alt:before{content:"\ec6d"}.bxs-pie-chart-alt-2:before{content:"\ec6e"}.bxs-pin:before{content:"\ec6f"}.bxs-plane:before{content:"\ec70"}.bxs-plane-alt:before{content:"\ec71"}.bxs-plane-land:before{content:"\ec72"}.bxs-planet:before{content:"\ec73"}.bxs-plane-take-off:before{content:"\ec74"}.bxs-playlist:before{content:"\ec75"}.bxs-plug:before{content:"\ec76"}.bxs-plus-circle:before{content:"\ec77"}.bxs-plus-square:before{content:"\ec78"}.bxs-polygon:before{content:"\ec79"}.bxs-printer:before{content:"\ec7a"}.bxs-purchase-tag:before{content:"\ec7b"}.bxs-purchase-tag-alt:before{content:"\ec7c"}.bxs-pyramid:before{content:"\ec7d"}.bxs-quote-left:before{content:"\ec7e"}.bxs-quote-right:before{content:"\ec7f"}.bxs-quote-single-left:before{content:"\ec80"}.bxs-quote-single-right:before{content:"\ec81"}.bxs-radio:before{content:"\ec82"}.bxs-receipt:before{content:"\ec83"}.bxs-rectangle:before{content:"\ec84"}.bxs-rename:before{content:"\ec85"}.bxs-report:before{content:"\ec86"}.bxs-right-arrow:before{content:"\ec87"}.bxs-right-arrow-circle:before{content:"\ec88"}.bxs-right-arrow-square:before{content:"\ec89"}.bxs-right-down-arrow-circle:before{content:"\ec8a"}.bxs-right-top-arrow-circle:before{content:"\ec8b"}.bxs-rocket:before{content:"\ec8c"}.bxs-ruler:before{content:"\ec8d"}.bxs-save:before{content:"\ec8e"}.bxs-school:before{content:"\ec8f"}.bxs-search:before{content:"\ec90"}.bxs-search-alt-2:before{content:"\ec91"}.bxs-select-multiple:before{content:"\ec92"}.bxs-send:before{content:"\ec93"}.bxs-server:before{content:"\ec94"}.bxs-share:before{content:"\ec95"}.bxs-share-alt:before{content:"\ec96"}.bxs-shield:before{content:"\ec97"}.bxs-shield-alt-2:before{content:"\ec98"}.bxs-ship:before{content:"\ec99"}.bxs-shopping-bag:before{content:"\ec9a"}.bxs-shopping-bag-alt:before{content:"\ec9b"}.bxs-show:before{content:"\ec9c"}.bxs-skip-next-circle:before{content:"\ec9d"}.bxs-skip-previous-circle:before{content:"\ec9e"}.bxs-skull:before{content:"\ec9f"}.bxs-slideshow:before{content:"\eca0"}.bxs-smiley-happy:before{content:"\eca1"}.bxs-smiley-meh:before{content:"\eca2"}.bxs-smiley-sad:before{content:"\eca3"}.bxs-sort-alt:before{content:"\eca4"}.bxs-spreadsheet:before{content:"\eca5"}.bxs-square:before{content:"\eca6"}.bxs-square-rounded:before{content:"\eca7"}.bxs-star:before{content:"\eca8"}.bxs-star-half:before{content:"\eca9"}.bxs-stopwatch:before{content:"\ecaa"}.bxs-store:before{content:"\ecab"}.bxs-store-alt:before{content:"\ecac"}.bxs-sun:before{content:"\ecad"}.bxs-tag:before{content:"\ecae"}.bxs-tag-x:before{content:"\ecaf"}.bxs-taxi:before{content:"\ecb0"}.bxs-tennis-ball:before{content:"\ecb1"}.bxs-terminal:before{content:"\ecb2"}.bxs-thermometer:before{content:"\ecb3"}.bxs-time:before{content:"\ecb4"}.bxs-time-five:before{content:"\ecb5"}.bxs-timer:before{content:"\ecb6"}.bxs-toggle-left:before{content:"\ecb7"}.bxs-toggle-right:before{content:"\ecb8"}.bxs-torch:before{content:"\ecb9"}.bxs-to-top:before{content:"\ecba"}.bxs-traffic:before{content:"\ecbb"}.bxs-traffic-barrier:before{content:"\ecbc"}.bxs-train:before{content:"\ecbd"}.bxs-trash:before{content:"\ecbe"}.bxs-trash-alt:before{content:"\ecbf"}.bxs-tree:before{content:"\ecc0"}.bxs-trophy:before{content:"\ecc1"}.bxs-truck:before{content:"\ecc2"}.bxs-t-shirt:before{content:"\ecc3"}.bxs-up-arrow:before{content:"\ecc4"}.bxs-up-arrow-circle:before{content:"\ecc5"}.bxs-up-arrow-square:before{content:"\ecc6"}.bxs-upvote:before{content:"\ecc7"}.bxs-user:before{content:"\ecc8"}.bxs-user-badge:before{content:"\ecc9"}.bxs-user-check:before{content:"\ecca"}.bxs-user-circle:before{content:"\eccb"}.bxs-user-detail:before{content:"\eccc"}.bxs-user-minus:before{content:"\eccd"}.bxs-user-pin:before{content:"\ecce"}.bxs-user-plus:before{content:"\eccf"}.bxs-user-rectangle:before{content:"\ecd0"}.bxs-user-voice:before{content:"\ecd1"}.bxs-user-x:before{content:"\ecd2"}.bxs-vial:before{content:"\ecd3"}.bxs-video:before{content:"\ecd4"}.bxs-video-off:before{content:"\ecd5"}.bxs-video-plus:before{content:"\ecd6"}.bxs-video-recording:before{content:"\ecd7"}.bxs-videos:before{content:"\ecd8"}.bxs-volume:before{content:"\ecd9"}.bxs-volume-full:before{content:"\ecda"}.bxs-volume-low:before{content:"\ecdb"}.bxs-volume-mute:before{content:"\ecdc"}.bxs-wallet:before{content:"\ecdd"}.bxs-wallet-alt:before{content:"\ecde"}.bxs-watch:before{content:"\ecdf"}.bxs-watch-alt:before{content:"\ece0"}.bxs-widget:before{content:"\ece1"}.bxs-wine:before{content:"\ece2"}.bxs-wrench:before{content:"\ece3"}.bxs-x-circle:before{content:"\ece4"}.bxs-x-square:before{content:"\ece5"}.bxs-yin-yang:before{content:"\ece6"}.bxs-zap:before{content:"\ece7"}.bxs-zoom-in:before{content:"\ece8"}.bxs-zoom-out:before{content:"\ece9"} \ No newline at end of file diff --git a/static/dist/0.bundle.js b/static/dist/0.bundle.js index fc31eaf..5bacf31 100644 --- a/static/dist/0.bundle.js +++ b/static/dist/0.bundle.js @@ -1,3 +1,3 @@ -webpackJsonp([0],{491:function(e,n,t){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}function r(e,n){if(!(e instanceof n))throw new TypeError("Cannot call a class as a function")}function o(e,n){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!n||"object"!=typeof n&&"function"!=typeof n?e:n}function a(e,n){if("function"!=typeof n&&null!==n)throw new TypeError("Super expression must either be null or a function, not "+typeof n);e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),n&&(Object.setPrototypeOf?Object.setPrototypeOf(e,n):e.__proto__=n)}Object.defineProperty(n,"__esModule",{value:!0});var s=function(){function e(e,n){for(var t=0;t=0||(r[t]=e[t]);return r}function o(e,n){if(null==e)return{};var t,i,o=r(e,n);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}function a(e){var n=e.children,t=o(e,["children"]);return l.a.createElement("div",i({"data-simplebar":!0},t),l.a.createElement("div",{className:"simplebar-wrapper"},l.a.createElement("div",{className:"simplebar-height-auto-observer-wrapper"},l.a.createElement("div",{className:"simplebar-height-auto-observer"})),l.a.createElement("div",{className:"simplebar-mask"},l.a.createElement("div",{className:"simplebar-offset"},l.a.createElement("div",{className:"simplebar-content"},n))),l.a.createElement("div",{className:"simplebar-placeholder"})),l.a.createElement("div",{className:"simplebar-track simplebar-horizontal"},l.a.createElement("div",{className:"simplebar-scrollbar"})),l.a.createElement("div",{className:"simplebar-track simplebar-vertical"},l.a.createElement("div",{className:"simplebar-scrollbar"})))}Object.defineProperty(n,"__esModule",{value:!0});var s=t(5),l=t.n(s),c=t(11),d=t.n(c);t(576);a.propTypes={children:d.a.node},n.default=a},576:function(e,n,t){"use strict";function i(e,n){if(!(e instanceof n))throw new TypeError("Cannot call a class as a function")}function r(e,n){for(var t=0;tMath.ceil(this.axis.x.track.rect.width),this.axis.y.isOverflowing=(this.scrollbarWidth?this.contentEl.scrollHeight:this.contentEl.scrollHeight-this.minScrollbarWidth)>Math.ceil(this.axis.y.track.rect.height),this.axis.x.isOverflowing="hidden"!==this.elStyles.overflowX&&this.axis.x.isOverflowing,this.axis.y.isOverflowing="hidden"!==this.elStyles.overflowY&&this.axis.y.isOverflowing,this.axis.x.forceVisible="x"===this.options.forceVisible||!0===this.options.forceVisible,this.axis.y.forceVisible="y"===this.options.forceVisible||!0===this.options.forceVisible,this.axis.x.scrollbar.size=this.getScrollbarSize("x"),this.axis.y.scrollbar.size=this.getScrollbarSize("y"),this.axis.x.scrollbar.el.style.width="".concat(this.axis.x.scrollbar.size,"px"),this.axis.y.scrollbar.el.style.height="".concat(this.axis.y.scrollbar.size,"px"),this.positionScrollbar("x"),this.positionScrollbar("y"),this.toggleTrackVisibility("x"),this.toggleTrackVisibility("y"),this.hideNativeScrollbar()}},{key:"getScrollbarSize",value:function(){var e,n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"y",t=this.scrollbarWidth?this.contentEl[this.axis[n].scrollSizeAttr]:this.contentEl[this.axis[n].scrollSizeAttr]-this.minScrollbarWidth,i=this.axis[n].track.rect[this.axis[n].sizeAttr];if(this.axis[n].isOverflowing){var r=i/t;return e=Math.max(~~(r*i),this.options.scrollbarMinSize),this.options.scrollbarMaxSize&&(e=Math.min(e,this.options.scrollbarMaxSize)),e}}},{key:"positionScrollbar",value:function(){var n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"y",t=this.contentEl[this.axis[n].scrollSizeAttr],i=this.axis[n].track.rect[this.axis[n].sizeAttr],r=parseInt(this.elStyles[this.axis[n].sizeAttr],10),o=this.axis[n].scrollbar,a=this.contentEl[this.axis[n].scrollOffsetAttr];a="x"===n&&this.isRtl&&e.getRtlHelpers().isRtlScrollingInverted?-a:a;var s=a/(t-r),l=~~((i-o.size)*s);l="x"===n&&this.isRtl&&e.getRtlHelpers().isRtlScrollbarInverted?l+(i-o.size):l,o.el.style.transform="x"===n?"translate3d(".concat(l,"px, 0, 0)"):"translate3d(0, ".concat(l,"px, 0)")}},{key:"toggleTrackVisibility",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"y",n=this.axis[e].track.el,t=this.axis[e].scrollbar.el;this.axis[e].isOverflowing||this.axis[e].forceVisible?(n.style.visibility="visible",this.contentEl.style[this.axis[e].overflowAttr]="scroll"):(n.style.visibility="hidden",this.contentEl.style[this.axis[e].overflowAttr]="hidden"),this.axis[e].isOverflowing?t.style.visibility="visible":t.style.visibility="hidden"}},{key:"hideNativeScrollbar",value:function(){if(this.offsetEl.style[this.isRtl?"left":"right"]=this.axis.y.isOverflowing||this.axis.y.forceVisible?"-".concat(this.scrollbarWidth||this.minScrollbarWidth,"px"):0,this.offsetEl.style.bottom=this.axis.x.isOverflowing||this.axis.x.forceVisible?"-".concat(this.scrollbarWidth||this.minScrollbarWidth,"px"):0,!this.scrollbarWidth){var e=[this.isRtl?"paddingLeft":"paddingRight"];this.contentEl.style[e]=this.axis.y.isOverflowing||this.axis.y.forceVisible?"calc(".concat(this.elStyles[e]," + ").concat(this.minScrollbarWidth,"px)"):this.elStyles[e],this.contentEl.style.paddingBottom=this.axis.x.isOverflowing||this.axis.x.forceVisible?"calc(".concat(this.elStyles.paddingBottom," + ").concat(this.minScrollbarWidth,"px)"):this.elStyles.paddingBottom}}},{key:"onMouseMoveForAxis",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"y";this.axis[e].track.rect=this.axis[e].track.el.getBoundingClientRect(),this.axis[e].scrollbar.rect=this.axis[e].scrollbar.el.getBoundingClientRect(),this.isWithinBounds(this.axis[e].scrollbar.rect)?this.axis[e].scrollbar.el.classList.add(this.classNames.hover):this.axis[e].scrollbar.el.classList.remove(this.classNames.hover),this.isWithinBounds(this.axis[e].track.rect)?(this.showScrollbar(e),this.axis[e].track.el.classList.add(this.classNames.hover)):this.axis[e].track.el.classList.remove(this.classNames.hover)}},{key:"onMouseLeaveForAxis",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"y";this.axis[e].track.el.classList.remove(this.classNames.hover),this.axis[e].scrollbar.el.classList.remove(this.classNames.hover)}},{key:"showScrollbar",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"y",n=this.axis[e].scrollbar.el;this.axis[e].isVisible||(n.classList.add(this.classNames.visible),this.axis[e].isVisible=!0),this.options.autoHide&&this.hideScrollbars()}},{key:"onDragStart",value:function(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"y",t=this.axis[n].scrollbar.el,i="y"===n?e.pageY:e.pageX;this.axis[n].dragOffset=i-t.getBoundingClientRect()[this.axis[n].offsetAttr],this.draggedAxis=n,document.addEventListener("mousemove",this.drag),document.addEventListener("mouseup",this.onEndDrag)}},{key:"getScrollElement",value:function(){return this.contentEl}},{key:"removeListeners",value:function(){this.options.autoHide&&this.el.removeEventListener("mouseenter",this.onMouseEnter),this.contentEl.removeEventListener("scroll",this.onScroll),window.removeEventListener("resize",this.onWindowResize),this.mutationObserver&&this.mutationObserver.disconnect(),this.resizeObserver.disconnect()}},{key:"unMount",value:function(){this.removeListeners(),this.el.SimpleBar=null}},{key:"isChildNode",value:function(e){return null!==e&&(e===this.el||this.isChildNode(e.parentNode))}},{key:"isWithinBounds",value:function(e){return this.mouseX>=e.left&&this.mouseX<=e.left+e.width&&this.mouseY>=e.top&&this.mouseY<=e.top+e.height}}],[{key:"getRtlHelpers",value:function(){var n=document.createElement("div");n.innerHTML='
';var t=n.firstElementChild;document.body.appendChild(t);var i=t.firstElementChild;t.scrollLeft=0;var r=e.getOffset(t),o=e.getOffset(i);t.scrollLeft=999;var a=e.getOffset(i);return{isRtlScrollingInverted:r.left!==o.left&&o.left-a.left!=0,isRtlScrollbarInverted:r.left!==o.left}}},{key:"initHtmlApi",value:function(){this.initDOMLoadedElements=this.initDOMLoadedElements.bind(this),"undefined"!=typeof MutationObserver&&(this.globalObserver=new MutationObserver(function(n){n.forEach(function(n){Array.from(n.addedNodes).forEach(function(n){1===n.nodeType&&(n.hasAttribute("data-simplebar")?!n.SimpleBar&&new e(n,e.getElOptions(n)):Array.from(n.querySelectorAll("[data-simplebar]")).forEach(function(n){!n.SimpleBar&&new e(n,e.getElOptions(n))}))}),Array.from(n.removedNodes).forEach(function(e){1===e.nodeType&&(e.hasAttribute("data-simplebar")?e.SimpleBar&&e.SimpleBar.unMount():Array.from(e.querySelectorAll("[data-simplebar]")).forEach(function(e){e.SimpleBar&&e.SimpleBar.unMount()}))})})}),this.globalObserver.observe(document,{childList:!0,subtree:!0})),"complete"===document.readyState||"loading"!==document.readyState&&!document.documentElement.doScroll?window.setTimeout(this.initDOMLoadedElements):(document.addEventListener("DOMContentLoaded",this.initDOMLoadedElements),window.addEventListener("load",this.initDOMLoadedElements))}},{key:"getElOptions",value:function(e){return Array.from(e.attributes).reduce(function(e,n){var t=n.name.match(/data-simplebar-(.+)/);if(t){var i=t[1].replace(/\W+(.)/g,function(e,n){return n.toUpperCase()});switch(n.value){case"true":e[i]=!0;break;case"false":e[i]=!1;break;case void 0:e[i]=!0;break;default:e[i]=n.value}}return e},{})}},{key:"removeObserver",value:function(){this.globalObserver.disconnect()}},{key:"initDOMLoadedElements",value:function(){document.removeEventListener("DOMContentLoaded",this.initDOMLoadedElements),window.removeEventListener("load",this.initDOMLoadedElements),Array.from(document.querySelectorAll("[data-simplebar]")).forEach(function(n){n.SimpleBar||new e(n,e.getElOptions(n))})}},{key:"getOffset",value:function(e){var n=e.getBoundingClientRect();return{top:n.top+(window.pageYOffset||document.documentElement.scrollTop),left:n.left+(window.pageXOffset||document.documentElement.scrollLeft)}}}]),e}();k.defaultOptions={autoHide:!0,forceVisible:!1,classNames:{content:"simplebar-content",offset:"simplebar-offset",mask:"simplebar-mask",wrapper:"simplebar-wrapper",placeholder:"simplebar-placeholder",scrollbar:"simplebar-scrollbar",track:"simplebar-track",heightAutoObserverWrapperEl:"simplebar-height-auto-observer-wrapper",heightAutoObserverEl:"simplebar-height-auto-observer",visible:"simplebar-visible",horizontal:"simplebar-horizontal",vertical:"simplebar-vertical",hover:"simplebar-hover"},scrollbarMinSize:25,scrollbarMaxSize:0,timeout:1e3},_.a&&k.initHtmlApi()},577:function(e,n,t){var i,r,o;/*! scrollbarWidth.js v0.1.3 | felixexter | MIT | https://github.com/felixexter/scrollbarWidth */ -!function(t,a){r=[],i=a,void 0!==(o="function"==typeof i?i.apply(n,r):i)&&(e.exports=o)}(0,function(){"use strict";function e(){if("undefined"==typeof document)return 0;var e,n=document.body,t=document.createElement("div"),i=t.style;return i.position="absolute",i.top=i.left="-9999px",i.width=i.height="100px",i.overflow="scroll",n.appendChild(t),e=t.offsetWidth-t.clientWidth,n.removeChild(t),e}return e})},578:function(e,n,t){(function(n){function t(e,n,t){function i(n){var t=m,i=x;return m=x=void 0,_=n,g=e.apply(i,t)}function o(e){return _=e,v=setTimeout(d,n),k?i(e):g}function a(e){var t=e-y,i=e-_,r=n-t;return S?E(r,b-i):r}function c(e){var t=e-y,i=e-_;return void 0===y||t>=n||t<0||S&&i>=b}function d(){var e=O();if(c(e))return h(e);v=setTimeout(d,a(e))}function h(e){return v=void 0,N&&m?i(e):(m=x=void 0,g)}function p(){void 0!==v&&clearTimeout(v),_=0,m=y=x=v=void 0}function u(){return void 0===v?g:h(O())}function f(){var e=O(),t=c(e);if(m=arguments,x=this,y=e,t){if(void 0===v)return o(y);if(S)return v=setTimeout(d,n),i(y)}return void 0===v&&(v=setTimeout(d,n)),g}var m,x,b,g,v,y,_=0,k=!1,S=!1,N=!0;if("function"!=typeof e)throw new TypeError(l);return n=s(n)||0,r(t)&&(k=!!t.leading,S="maxWait"in t,b=S?w(s(t.maxWait)||0,n):b,N="trailing"in t?!!t.trailing:N),f.cancel=p,f.flush=u,f}function i(e,n,i){var o=!0,a=!0;if("function"!=typeof e)throw new TypeError(l);return r(i)&&(o="leading"in i?!!i.leading:o,a="trailing"in i?!!i.trailing:a),t(e,n,{leading:o,maxWait:n,trailing:a})}function r(e){var n=typeof e;return!!e&&("object"==n||"function"==n)}function o(e){return!!e&&"object"==typeof e}function a(e){return"symbol"==typeof e||o(e)&&y.call(e)==d}function s(e){if("number"==typeof e)return e;if(a(e))return c;if(r(e)){var n="function"==typeof e.valueOf?e.valueOf():e;e=r(n)?n+"":n}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(h,"");var t=u.test(e);return t||f.test(e)?m(e.slice(2),t?2:8):p.test(e)?c:+e}var l="Expected a function",c=NaN,d="[object Symbol]",h=/^\s+|\s+$/g,p=/^[-+]0x[0-9a-f]+$/i,u=/^0b[01]+$/i,f=/^0o[0-7]+$/i,m=parseInt,x="object"==typeof n&&n&&n.Object===Object&&n,b="object"==typeof self&&self&&self.Object===Object&&self,g=x||b||Function("return this")(),v=Object.prototype,y=v.toString,w=Math.max,E=Math.min,O=function(){return g.Date.now()};e.exports=i}).call(n,t(59))},579:function(e,n,t){(function(n){function t(e,n,t){function r(n){var t=m,i=x;return m=x=void 0,_=n,g=e.apply(i,t)}function o(e){return _=e,v=setTimeout(d,n),k?r(e):g}function l(e){var t=e-O,i=e-_,r=n-t;return S?w(r,b-i):r}function c(e){var t=e-O,i=e-_;return void 0===O||t>=n||t<0||S&&i>=b}function d(){var e=E();if(c(e))return h(e);v=setTimeout(d,l(e))}function h(e){return v=void 0,N&&m?r(e):(m=x=void 0,g)}function p(){void 0!==v&&clearTimeout(v),_=0,m=O=x=v=void 0}function u(){return void 0===v?g:h(E())}function f(){var e=E(),t=c(e);if(m=arguments,x=this,O=e,t){if(void 0===v)return o(O);if(S)return v=setTimeout(d,n),r(O)}return void 0===v&&(v=setTimeout(d,n)),g}var m,x,b,g,v,O,_=0,k=!1,S=!1,N=!0;if("function"!=typeof e)throw new TypeError(s);return n=a(n)||0,i(t)&&(k=!!t.leading,S="maxWait"in t,b=S?y(a(t.maxWait)||0,n):b,N="trailing"in t?!!t.trailing:N),f.cancel=p,f.flush=u,f}function i(e){var n=typeof e;return!!e&&("object"==n||"function"==n)}function r(e){return!!e&&"object"==typeof e}function o(e){return"symbol"==typeof e||r(e)&&v.call(e)==c}function a(e){if("number"==typeof e)return e;if(o(e))return l;if(i(e)){var n="function"==typeof e.valueOf?e.valueOf():e;e=i(n)?n+"":n}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(d,"");var t=p.test(e);return t||u.test(e)?f(e.slice(2),t?2:8):h.test(e)?l:+e}var s="Expected a function",l=NaN,c="[object Symbol]",d=/^\s+|\s+$/g,h=/^[-+]0x[0-9a-f]+$/i,p=/^0b[01]+$/i,u=/^0o[0-7]+$/i,f=parseInt,m="object"==typeof n&&n&&n.Object===Object&&n,x="object"==typeof self&&self&&self.Object===Object&&self,b=m||x||Function("return this")(),g=Object.prototype,v=g.toString,y=Math.max,w=Math.min,E=function(){return b.Date.now()};e.exports=t}).call(n,t(59))},580:function(e,n,t){(function(n){function t(e,n){return null==e?void 0:e[n]}function i(e){var n=!1;if(null!=e&&"function"!=typeof e.toString)try{n=!!(e+"")}catch(e){}return n}function r(e){var n=-1,t=e?e.length:0;for(this.clear();++n-1}function m(e,n){var t=this.__data__,i=E(t,e);return i<0?t.push([e,n]):t[i][1]=n,this}function x(e){var n=-1,t=e?e.length:0;for(this.clear();++n0},e.prototype.connect_=function(){u&&!this.connected_&&(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),v?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener("DOMSubtreeModified",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},e.prototype.disconnect_=function(){u&&this.connected_&&(document.removeEventListener("transitionend",this.onTransitionEnd_),window.removeEventListener("resize",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener("DOMSubtreeModified",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},e.prototype.onTransitionEnd_=function(e){var n=e.propertyName,t=void 0===n?"":n;g.some(function(e){return!!~t.indexOf(e)})&&this.refresh()},e.getInstance=function(){return this.instance_||(this.instance_=new e),this.instance_},e.instance_=null,e}(),w=function(e,n){for(var t=0,i=Object.keys(n);t0},e}(),A="undefined"!=typeof WeakMap?new WeakMap:new p,L=function(){function e(n){if(!(this instanceof e))throw new TypeError("Cannot call a class as a function.");if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");var t=y.getInstance(),i=new N(n,t,this);A.set(this,i)}return e}();["observe","unobserve","disconnect"].forEach(function(e){L.prototype[e]=function(){var n;return(n=A.get(this))[e].apply(n,arguments)}});var R=function(){return void 0!==f.ResizeObserver?f.ResizeObserver:L}();n.a=R}).call(n,t(59))},582:function(e,n){var t=!("undefined"==typeof window||!window.document||!window.document.createElement);e.exports=t},583:function(e,n,t){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}function r(e,n){if(!(e instanceof n))throw new TypeError("Cannot call a class as a function")}function o(e,n){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!n||"object"!=typeof n&&"function"!=typeof n?e:n}function a(e,n){if("function"!=typeof n&&null!==n)throw new TypeError("Super expression must either be null or a function, not "+typeof n);e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),n&&(Object.setPrototypeOf?Object.setPrototypeOf(e,n):e.__proto__=n)}Object.defineProperty(n,"__esModule",{value:!0});var s=function(){function e(e,n){for(var t=0;t600?e.classList.add("active"):e.classList.remove("active")}},{key:"componentDidMount",value:function(){window.addEventListener("scroll",this.handleScroll)}},{key:"componentWillUnmount",value:function(){window.removeEventListener("scroll",this.handleScroll)}},{key:"render",value:function(){return d.default.createElement(x,{side:this.props.side,ref:"top",onClick:this.handleClick},d.default.createElement("i",{className:"bx bxs-to-top"}))}}]),n}(c.Component);n.default=b},584:function(e,n,t){var i=t(585);"string"==typeof i&&(i=[[e.i,i,""]]);var r={hmr:!0};r.transform=void 0;t(587)(i,r);i.locals&&(e.exports=i.locals)},585:function(e,n,t){n=e.exports=t(586)(!1),n.push([e.i,'[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-wrapper,[data-simplebar]{width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-wrapper{overflow:hidden}.simplebar-mask{direction:inherit;overflow:hidden;width:auto!important;height:auto!important;z-index:0}.simplebar-mask,.simplebar-offset{position:absolute;padding:0;margin:0;left:0;top:0;bottom:0;right:0}.simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;-webkit-overflow-scrolling:touch}.simplebar-content{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;visibility:visible;overflow:scroll;max-width:100%;max-height:100%}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:inherit;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none}.simplebar-scrollbar{position:absolute;right:2px;width:7px;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:"";background:#000;border-radius:7px;left:0;right:0;opacity:0;transition:opacity .2s linear}.simplebar-track .simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition:opacity 0s linear}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-track.simplebar-vertical .simplebar-scrollbar:before{top:2px;bottom:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before{height:100%;left:2px;right:2px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:2px;height:7px;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.hs-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll}',""])},586:function(e,n){function t(e,n){var t=e[1]||"",r=e[3];if(!r)return t;if(n&&"function"==typeof btoa){var o=i(r);return[t].concat(r.sources.map(function(e){return"/*# sourceURL="+r.sourceRoot+e+" */"})).concat([o]).join("\n")}return[t].join("\n")}function i(e){return"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(e))))+" */"}e.exports=function(e){var n=[];return n.toString=function(){return this.map(function(n){var i=t(n,e);return n[2]?"@media "+n[2]+"{"+i+"}":i}).join("")},n.i=function(e,t){"string"==typeof e&&(e=[[null,e,""]]);for(var i={},r=0;r=0&&v.splice(n,1)}function s(e){var n=document.createElement("style");return e.attrs.type="text/css",c(n,e.attrs),o(e,n),n}function l(e){var n=document.createElement("link");return e.attrs.type="text/css",e.attrs.rel="stylesheet",c(n,e.attrs),o(e,n),n}function c(e,n){Object.keys(n).forEach(function(t){e.setAttribute(t,n[t])})}function d(e,n){var t,i,r,o;if(n.transform&&e.css){if(!(o=n.transform(e.css)))return function(){};e.css=o}if(n.singleton){var c=g++;t=b||(b=s(n)),i=h.bind(null,t,c,!1),r=h.bind(null,t,c,!0)}else e.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(t=l(n),i=u.bind(null,t,n),r=function(){a(t),t.href&&URL.revokeObjectURL(t.href)}):(t=s(n),i=p.bind(null,t),r=function(){a(t)});return i(e),function(n){if(n){if(n.css===e.css&&n.media===e.media&&n.sourceMap===e.sourceMap)return;i(e=n)}else r()}}function h(e,n,t,i){var r=t?"":i.css;if(e.styleSheet)e.styleSheet.cssText=w(n,r);else{var o=document.createTextNode(r),a=e.childNodes;a[n]&&e.removeChild(a[n]),a.length?e.insertBefore(o,a[n]):e.appendChild(o)}}function p(e,n){var t=n.css,i=n.media;if(i&&e.setAttribute("media",i),e.styleSheet)e.styleSheet.cssText=t;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(t))}}function u(e,n,t){var i=t.css,r=t.sourceMap,o=void 0===n.convertToAbsoluteUrls&&r;(n.convertToAbsoluteUrls||o)&&(i=y(i)),r&&(i+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(r))))+" */");var a=new Blob([i],{type:"text/css"}),s=e.href;e.href=URL.createObjectURL(a),s&&URL.revokeObjectURL(s)}var f={},m=function(e){var n;return function(){return void 0===n&&(n=e.apply(this,arguments)),n}}(function(){return window&&document&&document.all&&!window.atob}),x=function(e){var n={};return function(t){if(void 0===n[t]){var i=e.call(this,t);if(i instanceof window.HTMLIFrameElement)try{i=i.contentDocument.head}catch(e){i=null}n[t]=i}return n[t]}}(function(e){return document.querySelector(e)}),b=null,g=0,v=[],y=t(588);e.exports=function(e,n){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");n=n||{},n.attrs="object"==typeof n.attrs?n.attrs:{},n.singleton||"boolean"==typeof n.singleton||(n.singleton=m()),n.insertInto||(n.insertInto="head"),n.insertAt||(n.insertAt="bottom");var t=r(e,n);return i(t,n),function(e){for(var o=[],a=0;a=0||(r[t]=e[t]);return r}function o(e,n){if(null==e)return{};var t,i,o=r(e,n);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}function a(e){var n=e.children,t=o(e,["children"]);return l.a.createElement("div",i({"data-simplebar":!0},t),l.a.createElement("div",{className:"simplebar-wrapper"},l.a.createElement("div",{className:"simplebar-height-auto-observer-wrapper"},l.a.createElement("div",{className:"simplebar-height-auto-observer"})),l.a.createElement("div",{className:"simplebar-mask"},l.a.createElement("div",{className:"simplebar-offset"},l.a.createElement("div",{className:"simplebar-content"},n))),l.a.createElement("div",{className:"simplebar-placeholder"})),l.a.createElement("div",{className:"simplebar-track simplebar-horizontal"},l.a.createElement("div",{className:"simplebar-scrollbar"})),l.a.createElement("div",{className:"simplebar-track simplebar-vertical"},l.a.createElement("div",{className:"simplebar-scrollbar"})))}Object.defineProperty(n,"__esModule",{value:!0});var s=t(5),l=t.n(s),c=t(11),d=t.n(c);t(577);a.propTypes={children:d.a.node},n.default=a},577:function(e,n,t){"use strict";function i(e,n){if(!(e instanceof n))throw new TypeError("Cannot call a class as a function")}function r(e,n){for(var t=0;tMath.ceil(this.axis.x.track.rect.width),this.axis.y.isOverflowing=(this.scrollbarWidth?this.contentEl.scrollHeight:this.contentEl.scrollHeight-this.minScrollbarWidth)>Math.ceil(this.axis.y.track.rect.height),this.axis.x.isOverflowing="hidden"!==this.elStyles.overflowX&&this.axis.x.isOverflowing,this.axis.y.isOverflowing="hidden"!==this.elStyles.overflowY&&this.axis.y.isOverflowing,this.axis.x.forceVisible="x"===this.options.forceVisible||!0===this.options.forceVisible,this.axis.y.forceVisible="y"===this.options.forceVisible||!0===this.options.forceVisible,this.axis.x.scrollbar.size=this.getScrollbarSize("x"),this.axis.y.scrollbar.size=this.getScrollbarSize("y"),this.axis.x.scrollbar.el.style.width="".concat(this.axis.x.scrollbar.size,"px"),this.axis.y.scrollbar.el.style.height="".concat(this.axis.y.scrollbar.size,"px"),this.positionScrollbar("x"),this.positionScrollbar("y"),this.toggleTrackVisibility("x"),this.toggleTrackVisibility("y"),this.hideNativeScrollbar()}},{key:"getScrollbarSize",value:function(){var e,n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"y",t=this.scrollbarWidth?this.contentEl[this.axis[n].scrollSizeAttr]:this.contentEl[this.axis[n].scrollSizeAttr]-this.minScrollbarWidth,i=this.axis[n].track.rect[this.axis[n].sizeAttr];if(this.axis[n].isOverflowing){var r=i/t;return e=Math.max(~~(r*i),this.options.scrollbarMinSize),this.options.scrollbarMaxSize&&(e=Math.min(e,this.options.scrollbarMaxSize)),e}}},{key:"positionScrollbar",value:function(){var n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"y",t=this.contentEl[this.axis[n].scrollSizeAttr],i=this.axis[n].track.rect[this.axis[n].sizeAttr],r=parseInt(this.elStyles[this.axis[n].sizeAttr],10),o=this.axis[n].scrollbar,a=this.contentEl[this.axis[n].scrollOffsetAttr];a="x"===n&&this.isRtl&&e.getRtlHelpers().isRtlScrollingInverted?-a:a;var s=a/(t-r),l=~~((i-o.size)*s);l="x"===n&&this.isRtl&&e.getRtlHelpers().isRtlScrollbarInverted?l+(i-o.size):l,o.el.style.transform="x"===n?"translate3d(".concat(l,"px, 0, 0)"):"translate3d(0, ".concat(l,"px, 0)")}},{key:"toggleTrackVisibility",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"y",n=this.axis[e].track.el,t=this.axis[e].scrollbar.el;this.axis[e].isOverflowing||this.axis[e].forceVisible?(n.style.visibility="visible",this.contentEl.style[this.axis[e].overflowAttr]="scroll"):(n.style.visibility="hidden",this.contentEl.style[this.axis[e].overflowAttr]="hidden"),this.axis[e].isOverflowing?t.style.visibility="visible":t.style.visibility="hidden"}},{key:"hideNativeScrollbar",value:function(){if(this.offsetEl.style[this.isRtl?"left":"right"]=this.axis.y.isOverflowing||this.axis.y.forceVisible?"-".concat(this.scrollbarWidth||this.minScrollbarWidth,"px"):0,this.offsetEl.style.bottom=this.axis.x.isOverflowing||this.axis.x.forceVisible?"-".concat(this.scrollbarWidth||this.minScrollbarWidth,"px"):0,!this.scrollbarWidth){var e=[this.isRtl?"paddingLeft":"paddingRight"];this.contentEl.style[e]=this.axis.y.isOverflowing||this.axis.y.forceVisible?"calc(".concat(this.elStyles[e]," + ").concat(this.minScrollbarWidth,"px)"):this.elStyles[e],this.contentEl.style.paddingBottom=this.axis.x.isOverflowing||this.axis.x.forceVisible?"calc(".concat(this.elStyles.paddingBottom," + ").concat(this.minScrollbarWidth,"px)"):this.elStyles.paddingBottom}}},{key:"onMouseMoveForAxis",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"y";this.axis[e].track.rect=this.axis[e].track.el.getBoundingClientRect(),this.axis[e].scrollbar.rect=this.axis[e].scrollbar.el.getBoundingClientRect(),this.isWithinBounds(this.axis[e].scrollbar.rect)?this.axis[e].scrollbar.el.classList.add(this.classNames.hover):this.axis[e].scrollbar.el.classList.remove(this.classNames.hover),this.isWithinBounds(this.axis[e].track.rect)?(this.showScrollbar(e),this.axis[e].track.el.classList.add(this.classNames.hover)):this.axis[e].track.el.classList.remove(this.classNames.hover)}},{key:"onMouseLeaveForAxis",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"y";this.axis[e].track.el.classList.remove(this.classNames.hover),this.axis[e].scrollbar.el.classList.remove(this.classNames.hover)}},{key:"showScrollbar",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"y",n=this.axis[e].scrollbar.el;this.axis[e].isVisible||(n.classList.add(this.classNames.visible),this.axis[e].isVisible=!0),this.options.autoHide&&this.hideScrollbars()}},{key:"onDragStart",value:function(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"y",t=this.axis[n].scrollbar.el,i="y"===n?e.pageY:e.pageX;this.axis[n].dragOffset=i-t.getBoundingClientRect()[this.axis[n].offsetAttr],this.draggedAxis=n,document.addEventListener("mousemove",this.drag),document.addEventListener("mouseup",this.onEndDrag)}},{key:"getScrollElement",value:function(){return this.contentEl}},{key:"removeListeners",value:function(){this.options.autoHide&&this.el.removeEventListener("mouseenter",this.onMouseEnter),this.contentEl.removeEventListener("scroll",this.onScroll),window.removeEventListener("resize",this.onWindowResize),this.mutationObserver&&this.mutationObserver.disconnect(),this.resizeObserver.disconnect()}},{key:"unMount",value:function(){this.removeListeners(),this.el.SimpleBar=null}},{key:"isChildNode",value:function(e){return null!==e&&(e===this.el||this.isChildNode(e.parentNode))}},{key:"isWithinBounds",value:function(e){return this.mouseX>=e.left&&this.mouseX<=e.left+e.width&&this.mouseY>=e.top&&this.mouseY<=e.top+e.height}}],[{key:"getRtlHelpers",value:function(){var n=document.createElement("div");n.innerHTML='
';var t=n.firstElementChild;document.body.appendChild(t);var i=t.firstElementChild;t.scrollLeft=0;var r=e.getOffset(t),o=e.getOffset(i);t.scrollLeft=999;var a=e.getOffset(i);return{isRtlScrollingInverted:r.left!==o.left&&o.left-a.left!=0,isRtlScrollbarInverted:r.left!==o.left}}},{key:"initHtmlApi",value:function(){this.initDOMLoadedElements=this.initDOMLoadedElements.bind(this),"undefined"!=typeof MutationObserver&&(this.globalObserver=new MutationObserver(function(n){n.forEach(function(n){Array.from(n.addedNodes).forEach(function(n){1===n.nodeType&&(n.hasAttribute("data-simplebar")?!n.SimpleBar&&new e(n,e.getElOptions(n)):Array.from(n.querySelectorAll("[data-simplebar]")).forEach(function(n){!n.SimpleBar&&new e(n,e.getElOptions(n))}))}),Array.from(n.removedNodes).forEach(function(e){1===e.nodeType&&(e.hasAttribute("data-simplebar")?e.SimpleBar&&e.SimpleBar.unMount():Array.from(e.querySelectorAll("[data-simplebar]")).forEach(function(e){e.SimpleBar&&e.SimpleBar.unMount()}))})})}),this.globalObserver.observe(document,{childList:!0,subtree:!0})),"complete"===document.readyState||"loading"!==document.readyState&&!document.documentElement.doScroll?window.setTimeout(this.initDOMLoadedElements):(document.addEventListener("DOMContentLoaded",this.initDOMLoadedElements),window.addEventListener("load",this.initDOMLoadedElements))}},{key:"getElOptions",value:function(e){return Array.from(e.attributes).reduce(function(e,n){var t=n.name.match(/data-simplebar-(.+)/);if(t){var i=t[1].replace(/\W+(.)/g,function(e,n){return n.toUpperCase()});switch(n.value){case"true":e[i]=!0;break;case"false":e[i]=!1;break;case void 0:e[i]=!0;break;default:e[i]=n.value}}return e},{})}},{key:"removeObserver",value:function(){this.globalObserver.disconnect()}},{key:"initDOMLoadedElements",value:function(){document.removeEventListener("DOMContentLoaded",this.initDOMLoadedElements),window.removeEventListener("load",this.initDOMLoadedElements),Array.from(document.querySelectorAll("[data-simplebar]")).forEach(function(n){n.SimpleBar||new e(n,e.getElOptions(n))})}},{key:"getOffset",value:function(e){var n=e.getBoundingClientRect();return{top:n.top+(window.pageYOffset||document.documentElement.scrollTop),left:n.left+(window.pageXOffset||document.documentElement.scrollLeft)}}}]),e}();k.defaultOptions={autoHide:!0,forceVisible:!1,classNames:{content:"simplebar-content",offset:"simplebar-offset",mask:"simplebar-mask",wrapper:"simplebar-wrapper",placeholder:"simplebar-placeholder",scrollbar:"simplebar-scrollbar",track:"simplebar-track",heightAutoObserverWrapperEl:"simplebar-height-auto-observer-wrapper",heightAutoObserverEl:"simplebar-height-auto-observer",visible:"simplebar-visible",horizontal:"simplebar-horizontal",vertical:"simplebar-vertical",hover:"simplebar-hover"},scrollbarMinSize:25,scrollbarMaxSize:0,timeout:1e3},_.a&&k.initHtmlApi()},578:function(e,n,t){var i,r,o;/*! scrollbarWidth.js v0.1.3 | felixexter | MIT | https://github.com/felixexter/scrollbarWidth */ +!function(t,a){r=[],i=a,void 0!==(o="function"==typeof i?i.apply(n,r):i)&&(e.exports=o)}(0,function(){"use strict";function e(){if("undefined"==typeof document)return 0;var e,n=document.body,t=document.createElement("div"),i=t.style;return i.position="absolute",i.top=i.left="-9999px",i.width=i.height="100px",i.overflow="scroll",n.appendChild(t),e=t.offsetWidth-t.clientWidth,n.removeChild(t),e}return e})},579:function(e,n,t){(function(n){function t(e,n,t){function i(n){var t=m,i=x;return m=x=void 0,_=n,g=e.apply(i,t)}function o(e){return _=e,v=setTimeout(d,n),k?i(e):g}function a(e){var t=e-y,i=e-_,r=n-t;return N?O(r,b-i):r}function c(e){var t=e-y,i=e-_;return void 0===y||t>=n||t<0||N&&i>=b}function d(){var e=E();if(c(e))return h(e);v=setTimeout(d,a(e))}function h(e){return v=void 0,S&&m?i(e):(m=x=void 0,g)}function p(){void 0!==v&&clearTimeout(v),_=0,m=y=x=v=void 0}function u(){return void 0===v?g:h(E())}function f(){var e=E(),t=c(e);if(m=arguments,x=this,y=e,t){if(void 0===v)return o(y);if(N)return v=setTimeout(d,n),i(y)}return void 0===v&&(v=setTimeout(d,n)),g}var m,x,b,g,v,y,_=0,k=!1,N=!1,S=!0;if("function"!=typeof e)throw new TypeError(l);return n=s(n)||0,r(t)&&(k=!!t.leading,N="maxWait"in t,b=N?w(s(t.maxWait)||0,n):b,S="trailing"in t?!!t.trailing:S),f.cancel=p,f.flush=u,f}function i(e,n,i){var o=!0,a=!0;if("function"!=typeof e)throw new TypeError(l);return r(i)&&(o="leading"in i?!!i.leading:o,a="trailing"in i?!!i.trailing:a),t(e,n,{leading:o,maxWait:n,trailing:a})}function r(e){var n=typeof e;return!!e&&("object"==n||"function"==n)}function o(e){return!!e&&"object"==typeof e}function a(e){return"symbol"==typeof e||o(e)&&y.call(e)==d}function s(e){if("number"==typeof e)return e;if(a(e))return c;if(r(e)){var n="function"==typeof e.valueOf?e.valueOf():e;e=r(n)?n+"":n}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(h,"");var t=u.test(e);return t||f.test(e)?m(e.slice(2),t?2:8):p.test(e)?c:+e}var l="Expected a function",c=NaN,d="[object Symbol]",h=/^\s+|\s+$/g,p=/^[-+]0x[0-9a-f]+$/i,u=/^0b[01]+$/i,f=/^0o[0-7]+$/i,m=parseInt,x="object"==typeof n&&n&&n.Object===Object&&n,b="object"==typeof self&&self&&self.Object===Object&&self,g=x||b||Function("return this")(),v=Object.prototype,y=v.toString,w=Math.max,O=Math.min,E=function(){return g.Date.now()};e.exports=i}).call(n,t(59))},580:function(e,n,t){(function(n){function t(e,n,t){function r(n){var t=m,i=x;return m=x=void 0,_=n,g=e.apply(i,t)}function o(e){return _=e,v=setTimeout(d,n),k?r(e):g}function l(e){var t=e-E,i=e-_,r=n-t;return N?w(r,b-i):r}function c(e){var t=e-E,i=e-_;return void 0===E||t>=n||t<0||N&&i>=b}function d(){var e=O();if(c(e))return h(e);v=setTimeout(d,l(e))}function h(e){return v=void 0,S&&m?r(e):(m=x=void 0,g)}function p(){void 0!==v&&clearTimeout(v),_=0,m=E=x=v=void 0}function u(){return void 0===v?g:h(O())}function f(){var e=O(),t=c(e);if(m=arguments,x=this,E=e,t){if(void 0===v)return o(E);if(N)return v=setTimeout(d,n),r(E)}return void 0===v&&(v=setTimeout(d,n)),g}var m,x,b,g,v,E,_=0,k=!1,N=!1,S=!0;if("function"!=typeof e)throw new TypeError(s);return n=a(n)||0,i(t)&&(k=!!t.leading,N="maxWait"in t,b=N?y(a(t.maxWait)||0,n):b,S="trailing"in t?!!t.trailing:S),f.cancel=p,f.flush=u,f}function i(e){var n=typeof e;return!!e&&("object"==n||"function"==n)}function r(e){return!!e&&"object"==typeof e}function o(e){return"symbol"==typeof e||r(e)&&v.call(e)==c}function a(e){if("number"==typeof e)return e;if(o(e))return l;if(i(e)){var n="function"==typeof e.valueOf?e.valueOf():e;e=i(n)?n+"":n}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(d,"");var t=p.test(e);return t||u.test(e)?f(e.slice(2),t?2:8):h.test(e)?l:+e}var s="Expected a function",l=NaN,c="[object Symbol]",d=/^\s+|\s+$/g,h=/^[-+]0x[0-9a-f]+$/i,p=/^0b[01]+$/i,u=/^0o[0-7]+$/i,f=parseInt,m="object"==typeof n&&n&&n.Object===Object&&n,x="object"==typeof self&&self&&self.Object===Object&&self,b=m||x||Function("return this")(),g=Object.prototype,v=g.toString,y=Math.max,w=Math.min,O=function(){return b.Date.now()};e.exports=t}).call(n,t(59))},581:function(e,n,t){(function(n){function t(e,n){return null==e?void 0:e[n]}function i(e){var n=!1;if(null!=e&&"function"!=typeof e.toString)try{n=!!(e+"")}catch(e){}return n}function r(e){var n=-1,t=e?e.length:0;for(this.clear();++n-1}function m(e,n){var t=this.__data__,i=O(t,e);return i<0?t.push([e,n]):t[i][1]=n,this}function x(e){var n=-1,t=e?e.length:0;for(this.clear();++n0},e.prototype.connect_=function(){u&&!this.connected_&&(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),v?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener("DOMSubtreeModified",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},e.prototype.disconnect_=function(){u&&this.connected_&&(document.removeEventListener("transitionend",this.onTransitionEnd_),window.removeEventListener("resize",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener("DOMSubtreeModified",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},e.prototype.onTransitionEnd_=function(e){var n=e.propertyName,t=void 0===n?"":n;g.some(function(e){return!!~t.indexOf(e)})&&this.refresh()},e.getInstance=function(){return this.instance_||(this.instance_=new e),this.instance_},e.instance_=null,e}(),w=function(e,n){for(var t=0,i=Object.keys(n);t0},e}(),A="undefined"!=typeof WeakMap?new WeakMap:new p,R=function(){function e(n){if(!(this instanceof e))throw new TypeError("Cannot call a class as a function.");if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");var t=y.getInstance(),i=new S(n,t,this);A.set(this,i)}return e}();["observe","unobserve","disconnect"].forEach(function(e){R.prototype[e]=function(){var n;return(n=A.get(this))[e].apply(n,arguments)}});var L=function(){return void 0!==f.ResizeObserver?f.ResizeObserver:R}();n.a=L}).call(n,t(59))},583:function(e,n){var t=!("undefined"==typeof window||!window.document||!window.document.createElement);e.exports=t},584:function(e,n,t){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}function r(e,n){if(!(e instanceof n))throw new TypeError("Cannot call a class as a function")}function o(e,n){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!n||"object"!=typeof n&&"function"!=typeof n?e:n}function a(e,n){if("function"!=typeof n&&null!==n)throw new TypeError("Super expression must either be null or a function, not "+typeof n);e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),n&&(Object.setPrototypeOf?Object.setPrototypeOf(e,n):e.__proto__=n)}Object.defineProperty(n,"__esModule",{value:!0});var s=function(){function e(e,n){for(var t=0;t600?e.classList.add("active"):e.classList.remove("active")}},{key:"componentDidMount",value:function(){window.addEventListener("scroll",this.handleScroll)}},{key:"componentWillUnmount",value:function(){window.removeEventListener("scroll",this.handleScroll)}},{key:"render",value:function(){return d.default.createElement(x,{dark:this.props.dark,side:this.props.side,ref:"top",onClick:this.handleClick},d.default.createElement("i",{className:"bx bxs-to-top"}))}}]),n}(c.Component);n.default=b},585:function(e,n,t){var i=t(586);"string"==typeof i&&(i=[[e.i,i,""]]);var r={hmr:!0};r.transform=void 0;t(588)(i,r);i.locals&&(e.exports=i.locals)},586:function(e,n,t){n=e.exports=t(587)(!1),n.push([e.i,'[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-wrapper,[data-simplebar]{width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-wrapper{overflow:hidden}.simplebar-mask{direction:inherit;overflow:hidden;width:auto!important;height:auto!important;z-index:0}.simplebar-mask,.simplebar-offset{position:absolute;padding:0;margin:0;left:0;top:0;bottom:0;right:0}.simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;-webkit-overflow-scrolling:touch}.simplebar-content{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;visibility:visible;overflow:scroll;max-width:100%;max-height:100%}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:inherit;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none}.simplebar-scrollbar{position:absolute;right:2px;width:7px;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:"";background:#000;border-radius:7px;left:0;right:0;opacity:0;transition:opacity .2s linear}.simplebar-track .simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition:opacity 0s linear}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-track.simplebar-vertical .simplebar-scrollbar:before{top:2px;bottom:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before{height:100%;left:2px;right:2px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:2px;height:7px;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.hs-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll}',""])},587:function(e,n){function t(e,n){var t=e[1]||"",r=e[3];if(!r)return t;if(n&&"function"==typeof btoa){var o=i(r);return[t].concat(r.sources.map(function(e){return"/*# sourceURL="+r.sourceRoot+e+" */"})).concat([o]).join("\n")}return[t].join("\n")}function i(e){return"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(e))))+" */"}e.exports=function(e){var n=[];return n.toString=function(){return this.map(function(n){var i=t(n,e);return n[2]?"@media "+n[2]+"{"+i+"}":i}).join("")},n.i=function(e,t){"string"==typeof e&&(e=[[null,e,""]]);for(var i={},r=0;r=0&&v.splice(n,1)}function s(e){var n=document.createElement("style");return e.attrs.type="text/css",c(n,e.attrs),o(e,n),n}function l(e){var n=document.createElement("link");return e.attrs.type="text/css",e.attrs.rel="stylesheet",c(n,e.attrs),o(e,n),n}function c(e,n){Object.keys(n).forEach(function(t){e.setAttribute(t,n[t])})}function d(e,n){var t,i,r,o;if(n.transform&&e.css){if(!(o=n.transform(e.css)))return function(){};e.css=o}if(n.singleton){var c=g++;t=b||(b=s(n)),i=h.bind(null,t,c,!1),r=h.bind(null,t,c,!0)}else e.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(t=l(n),i=u.bind(null,t,n),r=function(){a(t),t.href&&URL.revokeObjectURL(t.href)}):(t=s(n),i=p.bind(null,t),r=function(){a(t)});return i(e),function(n){if(n){if(n.css===e.css&&n.media===e.media&&n.sourceMap===e.sourceMap)return;i(e=n)}else r()}}function h(e,n,t,i){var r=t?"":i.css;if(e.styleSheet)e.styleSheet.cssText=w(n,r);else{var o=document.createTextNode(r),a=e.childNodes;a[n]&&e.removeChild(a[n]),a.length?e.insertBefore(o,a[n]):e.appendChild(o)}}function p(e,n){var t=n.css,i=n.media;if(i&&e.setAttribute("media",i),e.styleSheet)e.styleSheet.cssText=t;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(t))}}function u(e,n,t){var i=t.css,r=t.sourceMap,o=void 0===n.convertToAbsoluteUrls&&r;(n.convertToAbsoluteUrls||o)&&(i=y(i)),r&&(i+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(r))))+" */");var a=new Blob([i],{type:"text/css"}),s=e.href;e.href=URL.createObjectURL(a),s&&URL.revokeObjectURL(s)}var f={},m=function(e){var n;return function(){return void 0===n&&(n=e.apply(this,arguments)),n}}(function(){return window&&document&&document.all&&!window.atob}),x=function(e){var n={};return function(t){if(void 0===n[t]){var i=e.call(this,t);if(i instanceof window.HTMLIFrameElement)try{i=i.contentDocument.head}catch(e){i=null}n[t]=i}return n[t]}}(function(e){return document.querySelector(e)}),b=null,g=0,v=[],y=t(589);e.exports=function(e,n){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");n=n||{},n.attrs="object"==typeof n.attrs?n.attrs:{},n.singleton||"boolean"==typeof n.singleton||(n.singleton=m()),n.insertInto||(n.insertInto="head"),n.insertAt||(n.insertAt="bottom");var t=r(e,n);return i(t,n),function(e){for(var o=[],a=0;a<\/script>')),d.default.createElement("p",null,"To use an icon, add the ",d.default.createElement("code",{className:"side"},"box-icon")," element to the location where the icon should be displayed:"),d.default.createElement(y.default,null," ",d.default.createElement("code",{className:"html"},'')),d.default.createElement("p",null," To use solid icons or logos add attribute ",d.default.createElement("code",{className:"side"},"type")," as solid or logo "),d.default.createElement(y.default,null," ",d.default.createElement("code",{className:"html"},'',d.default.createElement("br",null),'')),d.default.createElement("p",null,"The ",d.default.createElement("code",{className:"side"},"box-icon")," custom element supports the following attributes:"),d.default.createElement(y.default,null," ",d.default.createElement("code",{className:"html"},""))),d.default.createElement("h3",{id:"usage-as-font"},"Usage as a Font"),d.default.createElement("h4",{id:"import-css"},"Import the CSS"),d.default.createElement("div",null,d.default.createElement("p",null,"Copy-paste the stylesheet ",d.default.createElement("code",{className:"side"},"link")," into your ",d.default.createElement("code",{className:"side"},"head")," to load our CSS")," ",d.default.createElement(y.default,null," ",d.default.createElement("code",{className:"html"},"",d.default.createElement("br",null),"\x3c!-- or --\x3e"," ",d.default.createElement("br",null),"")),d.default.createElement("p",null,"This will load boxicons font into your webpage")),d.default.createElement("h4",{id:"html"},"HTML"),d.default.createElement("div",null,d.default.createElement("p",null," To use an icon on your page, add a prefix",d.default.createElement("code",{className:"side"},"bx-")," for regular icons, ",d.default.createElement("code",{className:"side"},"bxs-")," for solid icons & ",d.default.createElement("code",{className:"side"},"bxl-")," for logos followed by the icon name and seperate class with the",d.default.createElement("code",{className:"side"},"bx"),":")," ",d.default.createElement(y.default,null," ",d.default.createElement("code",{className:"html"},"",d.default.createElement("br",null),"",d.default.createElement("br",null),"")),"You can see the names of all the icons ",d.default.createElement(u.Link,{to:"/cheatsheet"},"here")),d.default.createElement("h3",{id:"starter-template"},"Starter Templates"),d.default.createElement("div",null,d.default.createElement("p",null," Create an HTML document and copy-paste the starter template")," ",d.default.createElement(y.default,null," ",d.default.createElement("code",{className:"html"},""," ",d.default.createElement("br",null),"",d.default.createElement("br",null),d.default.createElement("span",{className:"tab"},""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"},""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"}," ",""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"}," ","\x3c!-- Boxicons CSS --\x3e"),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"},""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"},"Hello, Boxicons!"),d.default.createElement("br",null),d.default.createElement("span",{className:"tab"},""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab"},""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"}," ","

Hello, Boxicons!

"),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"},""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"},""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"},""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab"}," "),d.default.createElement("br",null),"")),d.default.createElement("p",null,"A template for usage with the web component instead of icon font")," ",d.default.createElement(y.default,null," ",d.default.createElement("code",{className:"html"},""," ",d.default.createElement("br",null),"",d.default.createElement("br",null),d.default.createElement("span",{className:"tab"},""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"},""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"}," ",""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"}," ","\x3c!-- Boxicons JS --\x3e"),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"},""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"},"Hello, Boxicons!"),d.default.createElement("br",null),d.default.createElement("span",{className:"tab"},""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab"},""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"}," ","

Hello, Boxicons!

"),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"},""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"},""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"},""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab"}," "),d.default.createElement("br",null),""))),d.default.createElement("h3",{id:"styling"},"Styling"),d.default.createElement("h4",{id:"sizing"},"Sizing"),d.default.createElement("div",null,d.default.createElement("p",null," You can change size of the icon with",d.default.createElement("code",{className:"side"},"font-size")," CSS. It will inherit the ",d.default.createElement("code",{className:"side"},"font-size"),"from the parent by default. There are fixed sizes you can add to the icon by adding classes",d.default.createElement("code",{className:"side"},"bx-xs"),", ",d.default.createElement("code",{className:"side"},"bx-sm"),", ",d.default.createElement("code",{className:"side"},"bx-md")," and ",d.default.createElement("code",{className:"side"},"bx-lg"))," ",d.default.createElement(k,null,d.default.createElement("i",{className:"bx bxs-smiley-happy bx-xs "}),d.default.createElement("i",{className:"bx bxs-smiley-happy bx-sm"}),d.default.createElement("i",{className:"bx bxs-smiley-happy bx-md"}),d.default.createElement("i",{className:"bx bxs-smiley-happy bx-lg"})),d.default.createElement(y.default,null," ",d.default.createElement("code",{className:"html display"},"","",d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null),d.default.createElement("br",null),"\x3c!-- Boxicons web component --\x3e",d.default.createElement("br",null),d.default.createElement("br",null),"",d.default.createElement("br",null))),d.default.createElement("br",null)),d.default.createElement("h4",{id:"rotation-flipping"},"Rotation & Flipping"),d.default.createElement("div",null,d.default.createElement("p",null," Rotate the icons using classes ",d.default.createElement("code",{className:"side"},"bx-rotate-90"),", ",d.default.createElement("code",{className:"side"},"bx-rotate-180")," and ",d.default.createElement("code",{className:"side"},"bx-rotate-270")," or Flip the icons using ",d.default.createElement("code",{className:"side"},"bx-flip-horizontal")," and ",d.default.createElement("code",{className:"side"},"bx-flip-vertical")),d.default.createElement(k,null,d.default.createElement("i",{className:"bx bxs-like bx-rotate-90 bx-md"}),d.default.createElement("i",{className:"bx bxs-like bx-rotate-180 bx-md"}),d.default.createElement("i",{className:"bx bxs-like bx-rotate-270 bx-md"}),d.default.createElement("i",{className:"bx bxs-like bx-flip-horizontal bx-md"}),d.default.createElement("i",{className:"bx bxs-like bx-flip-vertical bx-md"})),d.default.createElement(y.default,null," ",d.default.createElement("code",{className:"html display"},"","",d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null),d.default.createElement("br",null),"\x3c!-- Boxicons web component --\x3e",d.default.createElement("br",null),d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null))),d.default.createElement("br",null)),d.default.createElement("h4",{id:"list-icons"},"List Icons"),d.default.createElement("div",null,d.default.createElement("p",null," Use icons as bullets for the list by adding class ",d.default.createElement("code",{className:"side"},"bx-ul")," to the unordered list element and include the icons inside the",d.default.createElement("code",{className:"side"},"li")," ")," ",d.default.createElement(k,null,d.default.createElement("ul",{className:"bx-ul"},d.default.createElement("li",null," ",d.default.createElement("i",{className:"bx bx-right-arrow"}),"List item 1"),d.default.createElement("li",null," ",d.default.createElement("i",{className:"bx bx-x"}),"List item 2"),d.default.createElement("li",null," ",d.default.createElement("i",{className:"bx bx-plus"}),"List item 3"))),d.default.createElement(y.default,null," ",d.default.createElement("code",{className:"html display"},"
    ",d.default.createElement("br",null),d.default.createElement("span",{className:"tab"},"
  • List Item 1
  • "),d.default.createElement("br",null),d.default.createElement("span",{className:"tab"},"
  • List Item 2
  • "),d.default.createElement("br",null),d.default.createElement("span",{className:"tab"},"
  • List Item 3
  • "),d.default.createElement("br",null),"
")),d.default.createElement("br",null)),d.default.createElement("h4",{id:"fixed-width"},"Fixed Width"),d.default.createElement("div",null,d.default.createElement("p",null," You can use fixed width class ",d.default.createElement("code",{className:"side"},"bx-fw")," \\to get a fixed width icon next to the text",d.default.createElement("code",{className:"side"},"li")," ")," ",d.default.createElement(k,null,d.default.createElement("div",null," ",d.default.createElement("i",{className:"bx-fw bx bxl-facebook-square"}),"Facebook"),d.default.createElement("div",null," ",d.default.createElement("i",{className:"bx-fw bx bxl-slack"}),"Slack"),d.default.createElement("div",null," ",d.default.createElement("i",{className:"bx-fw bx bxl-instagram"}),"Instagram")),d.default.createElement(y.default,null," ",d.default.createElement("code",{className:"html display"},'Facebook',d.default.createElement("br",null))),d.default.createElement("br",null)),d.default.createElement("h4",{id:"pull-icon"},"Pulled Icons"),d.default.createElement("div",null,d.default.createElement("p",null," Use class ",d.default.createElement("code",{className:"side"},"bx-pull-left")," or ",d.default.createElement("code",{className:"side"},"bx-pull-right")," on icons for easy pull quotes",d.default.createElement("code",{className:"side"},"li")," ")," ",d.default.createElement(k,null,d.default.createElement("i",{className:"bx-pull-left bx bxs-quote-left bx-lg"}),"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut faucibus erat eu nibh laoreet, sed ullamcorper diam ornare. Quisque viverra ante nec luctus imperdiet. Quisque ut imperdiet nisi. Quisque ultrices laoreet odio, non vestibulum lacus molestie sollicitudin. Phasellus nec dolor eget nunc commodo sodales vel vel eros."),d.default.createElement(y.default,null," ",d.default.createElement("code",{className:"html display"},'',d.default.createElement("br",null),"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut faucibus erat eu nibh laoreet, sed ullamcorper diam ornare. Quisque viverra ante nec luctus imperdiet. Quisque ut imperdiet nisi. Quisque ultrices laoreet odio, non vestibulum lacus molestie sollicitudin. Phasellus nec dolor eget nunc commodo sodales vel vel eros.",d.default.createElement("br",null),"\x3c!-- Boxicons web component --\x3e",d.default.createElement("br",null),d.default.createElement("br",null),"",d.default.createElement("br",null),"Quisque ultrices laoreet odio, non vestibulum lacus molestie sollicitudin. Phasellus nec dolor eget nunc commodo sodales vel vel eros.")),d.default.createElement("br",null)),d.default.createElement("h4",{id:"border"},"Border"),d.default.createElement("div",null,d.default.createElement("p",null," Add border to your icons with classes ",d.default.createElement("code",{className:"side"},"bx-border"),", ",d.default.createElement("code",{className:"side"},"bx-border-circle"))," ",d.default.createElement(k,null,d.default.createElement("i",{className:"bx bxs-heart bx-border bx-md"}),d.default.createElement("i",{className:"bx bxs-heart bx-border-circle bx-md"})," "),d.default.createElement(y.default,null," ",d.default.createElement("code",{className:"html display"},"",d.default.createElement("br",null),"",d.default.createElement("br",null),d.default.createElement("br",null),"\x3c!-- Boxicons web component --\x3e",d.default.createElement("br",null),d.default.createElement("br",null),"",d.default.createElement("br",null))),d.default.createElement("br",null)),d.default.createElement("h4",{id:"animation"},"Animation"),d.default.createElement("div",null,d.default.createElement("p",null," Animate your icons with pre built CSS animations using classes ",d.default.createElement("code",{className:"side"},"bx-spin"),",",d.default.createElement("code",{className:"side"},"bx-tada"),",",d.default.createElement("code",{className:"side"},"bx-flashing"),",",d.default.createElement("code",{className:"side"},"bx-burst"),",",d.default.createElement("code",{className:"side"},"bx-fade-left")," and ",d.default.createElement("code",{className:"side"},"bx-fade-right")),d.default.createElement("p",null,"You can change the speed of the animation with the ",d.default.createElement("code",{className:"side"},"animation-duration")," property & to change the number of times the animation takes place with the property ",d.default.createElement("code",{className:"side"},"animation-iteration-count")," in CSS"),d.default.createElement(k,null,d.default.createElement("i",{className:"bx bx-loader bx-spin bx-md"}),d.default.createElement("i",{className:"bx bxs-bell bx-tada bx-md"}),d.default.createElement("i",{className:"bx bxs-error bx-flashing bx-md"}),d.default.createElement("i",{className:"bx bx-radio-circle bx-burst bx-md"}),d.default.createElement("i",{className:"bx bx-fade-left bxs-left-arrow-circle bx-md"}),d.default.createElement("i",{className:"bx bx-fade-right bxs-right-arrow-circle bx-md"}),d.default.createElement("i",{className:"bx bx-fade-up bxs-up-arrow-circle bx-md"}),d.default.createElement("i",{className:"bx bx-fade-down bxs-down-arrow-circle bx-md"})),d.default.createElement(y.default,null," ",d.default.createElement("code",{className:"html display"},"","",d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null),d.default.createElement("br",null),"\x3c!-- Boxicons web component --\x3e",d.default.createElement("br",null),d.default.createElement("br",null),"",d.default.createElement("br",null)))),d.default.createElement("br",null),d.default.createElement("h4",{id:"animation-hover"},"Animation on Hover"),d.default.createElement("div",null,d.default.createElement("p",null," Animate your icons on hover with pre built CSS animations using classes ",d.default.createElement("code",{className:"side"},"bx-spin-hover"),",",d.default.createElement("code",{className:"side"},"bx-tada-hover"),",",d.default.createElement("code",{className:"side"},"bx-flashing-hover"),",",d.default.createElement("code",{className:"side"},"bx-burst-hover"),",",d.default.createElement("code",{className:"side"},"bx-fade-left-hover")," and ",d.default.createElement("code",{className:"side"},"bx-fade-right-hover"))," ",d.default.createElement("p",null,"You can change the speed of the animation with the ",d.default.createElement("code",{className:"side"},"animation-duration")," property & to change the number of times the animation takes place with the property ",d.default.createElement("code",{className:"side"},"animation-iteration-count")," in CSS"),d.default.createElement(k,null,d.default.createElement("i",{className:"bx bx-loader bx-spin-hover bx-md"}),d.default.createElement("i",{className:"bx bxs-bell bx-tada-hover bx-md"}),d.default.createElement("i",{className:"bx bxs-error bx-flashing-hover bx-md"}),d.default.createElement("i",{className:"bx bx-radio-circle bx-burst-hover bx-md"}),d.default.createElement("i",{className:"bx bx-fade-left-hover bxs-left-arrow-circle bx-md"}),d.default.createElement("i",{className:"bx bx-fade-right-hover bxs-right-arrow-circle bx-md"}),d.default.createElement("i",{className:"bx bx-fade-up-hover bxs-up-arrow-circle bx-md"}),d.default.createElement("i",{className:"bx bx-fade-down-hover bxs-down-arrow-circle bx-md"})),d.default.createElement(y.default,null," ",d.default.createElement("code",{className:"html display"},"","",d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null),"","",d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null),"\x3c!-- Boxicons web component --\x3e",d.default.createElement("br",null),d.default.createElement("br",null),"",d.default.createElement("br",null)))),d.default.createElement("h3",{id:"contribution"},"Contribution"),d.default.createElement("div",null,d.default.createElement("p",null,"Want to report a bug ? Have some suggestions or ideas ? Have an icon or a feature request? Create a new issue on Github with the appropriate label ",d.default.createElement("a",{href:"https://github.com/atisawd/boxicons/issues/new",target:"_blank"},"here"))),d.default.createElement("h3",{id:"license"},"License"),d.default.createElement("div",null,"Boxicons is an open source project , you can use them in your commercial projects too.",d.default.createElement("br",null),"The icons (.svg) files are free to download and are licensed under ",d.default.createElement("a",{href:"https://creativecommons.org/licenses/by/4.0/",target:"_blank"},"CC 4.0")," . By downloading it is assumed that you agree with the terms mentioned in CC 4.0.",d.default.createElement("br",null),"The fonts files are licensed under ",d.default.createElement("a",{href:"https://opensource.org/licenses/OFL-1.1",target:"_blank"},"SIL OFL 1.1"),d.default.createElement("br",null),"Attribution is not required but is appreciated",d.default.createElement("br",null)," Other files which are not fonts or icons are licensed under the ",d.default.createElement("a",{href:"http://opensource.org/licenses/MIT",target:"_blank"},"MIT License")))))))),d.default.createElement(N.default,null))}}]),t}(o.Component);t.default=j},502:function(e,t,n){"use strict";function a(e){return e&&e.__esModule?e:{default:e}}function l(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function r(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function i(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}Object.defineProperty(t,"__esModule",{value:!0});var s=function(){function e(e,t){for(var n=0;n/g,">")}function n(e){return e.nodeName.toLowerCase()}function a(e,t){var n=e&&e.exec(t);return n&&0===n.index}function l(e){return k.test(e)}function r(e){var t,n,a,r,i=e.className+" ";if(i+=e.parentNode?e.parentNode.className:"",n=j.exec(i))return v(n[1])?n[1]:"no-highlight";for(i=i.split(/\s+/),t=0,a=i.length;t"}function s(e){d+=""}function c(e){("start"===e.event?i:s)(e.node)}for(var o=0,d="",u=[];e.length||a.length;){var m=r();if(d+=t(l.substring(o,m[0].offset)),o=m[0].offset,m===e){u.reverse().forEach(s);do{c(m.splice(0,1)[0]),m=r()}while(m===e&&m.length&&m[0].offset===o);u.reverse().forEach(i)}else"start"===m[0].event?u.push(m[0].node):u.pop(),c(m.splice(0,1)[0])}return d+t(l.substr(o))}function o(e){return e.variants&&!e.cached_variants&&(e.cached_variants=e.variants.map(function(t){return i(e,{variants:null},t)})),e.cached_variants||e.endsWithParent&&[i(e)]||[e]}function d(e){function t(e){return e&&e.source||e}function n(n,a){return new RegExp(t(n),"m"+(e.case_insensitive?"i":"")+(a?"g":""))}function a(l,r){if(!l.compiled){if(l.compiled=!0,l.keywords=l.keywords||l.beginKeywords,l.keywords){var i={},s=function(t,n){e.case_insensitive&&(n=n.toLowerCase()),n.split(" ").forEach(function(e){var n=e.split("|");i[n[0]]=[t,n[1]?Number(n[1]):1]})};"string"==typeof l.keywords?s("keyword",l.keywords):w(l.keywords).forEach(function(e){s(e,l.keywords[e])}),l.keywords=i}l.lexemesRe=n(l.lexemes||/\w+/,!0),r&&(l.beginKeywords&&(l.begin="\\b("+l.beginKeywords.split(" ").join("|")+")\\b"),l.begin||(l.begin=/\B|\b/),l.beginRe=n(l.begin),l.end||l.endsWithParent||(l.end=/\B|\b/),l.end&&(l.endRe=n(l.end)),l.terminator_end=t(l.end)||"",l.endsWithParent&&r.terminator_end&&(l.terminator_end+=(l.end?"|":"")+r.terminator_end)),l.illegal&&(l.illegalRe=n(l.illegal)),null==l.relevance&&(l.relevance=1),l.contains||(l.contains=[]),l.contains=Array.prototype.concat.apply([],l.contains.map(function(e){return o("self"===e?l:e)})),l.contains.forEach(function(e){a(e,l)}),l.starts&&a(l.starts,r);var c=l.contains.map(function(e){return e.beginKeywords?"\\.?("+e.begin+")\\.?":e.begin}).concat([l.terminator_end,l.illegal]).map(t).filter(Boolean);l.terminators=c.length?n(c.join("|"),!0):{exec:function(){return null}}}}a(e)}function u(e,n,l,r){function i(e,t){var n,l;for(n=0,l=t.contains.length;n')+t+i}function b(){var e,n,a,l;if(!y.keywords)return t(k);for(l="",n=0,y.lexemesRe.lastIndex=0,a=y.lexemesRe.exec(k);a;)l+=t(k.substring(n,a.index)),e=o(y,a),e?(j+=e[1],l+=f(e[0],t(a[0]))):l+=t(a[0]),n=y.lexemesRe.lastIndex,a=y.lexemesRe.exec(k);return l+t(k.substr(n))}function p(){var e="string"==typeof y.subLanguage;if(e&&!_[y.subLanguage])return t(k);var n=e?u(y.subLanguage,k,!0,w[y.subLanguage]):m(k,y.subLanguage.length?y.subLanguage:void 0);return y.relevance>0&&(j+=n.relevance),e&&(w[y.subLanguage]=n.top),f(n.language,n.value,!1,!0)}function x(){O+=null!=y.subLanguage?p():b(),k=""}function h(e){O+=e.className?f(e.className,"",!0):"",y=Object.create(e,{parent:{value:y}})}function E(e,t){if(k+=e,null==t)return x(),0;var n=i(t,y);if(n)return n.skip?k+=t:(n.excludeBegin&&(k+=t),x(),n.returnBegin||n.excludeBegin||(k=t)),h(n,t),n.returnBegin?0:t.length;var a=s(y,t);if(a){var l=y;l.skip?k+=t:(l.returnEnd||l.excludeEnd||(k+=t),x(),l.excludeEnd&&(k=t));do{y.className&&(O+=M),y.skip||(j+=y.relevance),y=y.parent}while(y!==a.parent);return a.starts&&h(a.starts,""),l.returnEnd?0:t.length}if(c(t,y))throw new Error('Illegal lexeme "'+t+'" for mode "'+(y.className||"")+'"');return k+=t,t.length||1}var g=v(e);if(!g)throw new Error('Unknown language: "'+e+'"');d(g);var N,y=r||g,w={},O="";for(N=y;N!==g;N=N.parent)N.className&&(O=f(N.className,"",!0)+O);var k="",j=0;try{for(var R,A,S=0;;){if(y.terminators.lastIndex=S,!(R=y.terminators.exec(n)))break;A=E(n.substring(S,R.index),R[0]),S=R.index+A}for(E(n.substr(S)),N=y;N.parent;N=N.parent)N.className&&(O+=M);return{relevance:j,value:O,language:e,top:y}}catch(e){if(e.message&&-1!==e.message.indexOf("Illegal"))return{relevance:0,value:t(n)};throw e}}function m(e,n){n=n||C.languages||w(_);var a={relevance:0,value:t(e)},l=a;return n.filter(v).forEach(function(t){var n=u(t,e,!1);n.language=t,n.relevance>l.relevance&&(l=n),n.relevance>a.relevance&&(l=a,a=n)}),l.language&&(a.second_best=l),a}function f(e){return C.tabReplace||C.useBR?e.replace(R,function(e,t){return C.useBR&&"\n"===e?"
":C.tabReplace?t.replace(/\t/g,C.tabReplace):""}):e}function b(e,t,n){var a=t?O[t]:n,l=[e.trim()];return e.match(/\bhljs\b/)||l.push("hljs"),-1===e.indexOf(a)&&l.push(a),l.join(" ").trim()}function p(e){var t,n,a,i,o,d=r(e);l(d)||(C.useBR?(t=document.createElementNS("http://www.w3.org/1999/xhtml","div"),t.innerHTML=e.innerHTML.replace(/\n/g,"").replace(//g,"\n")):t=e,o=t.textContent,a=d?u(d,o,!0):m(o),n=s(t),n.length&&(i=document.createElementNS("http://www.w3.org/1999/xhtml","div"),i.innerHTML=a.value,a.value=c(n,s(i),o)),a.value=f(a.value),e.innerHTML=a.value,e.className=b(e.className,d,a.language),e.result={language:a.language,re:a.relevance},a.second_best&&(e.second_best={language:a.second_best.language,re:a.second_best.relevance}))}function x(e){C=i(C,e)}function h(){if(!h.called){h.called=!0;var e=document.querySelectorAll("pre code");y.forEach.call(e,p)}}function E(){addEventListener("DOMContentLoaded",h,!1),addEventListener("load",h,!1)}function g(t,n){var a=_[t]=n(e);a.aliases&&a.aliases.forEach(function(e){O[e]=t})}function N(){return w(_)}function v(e){return e=(e||"").toLowerCase(),_[e]||_[O[e]]}var y=[],w=Object.keys,_={},O={},k=/^(no-?highlight|plain|text)$/i,j=/\blang(?:uage)?-([\w-]+)\b/i,R=/((^(<[^>]+>|\t|)+|(?:\n)))/gm,M="",C={classPrefix:"hljs-",tabReplace:null,useBR:!1,languages:void 0};return e.highlight=u,e.highlightAuto=m,e.fixMarkup=f,e.highlightBlock=p,e.configure=x,e.initHighlighting=h,e.initHighlightingOnLoad=E,e.registerLanguage=g,e.listLanguages=N,e.getLanguage=v,e.inherit=i,e.IDENT_RE="[a-zA-Z]\\w*",e.UNDERSCORE_IDENT_RE="[a-zA-Z_]\\w*",e.NUMBER_RE="\\b\\d+(\\.\\d+)?",e.C_NUMBER_RE="(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",e.BINARY_NUMBER_RE="\\b(0b[01]+)",e.RE_STARTERS_RE="!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~",e.BACKSLASH_ESCAPE={begin:"\\\\[\\s\\S]",relevance:0},e.APOS_STRING_MODE={className:"string",begin:"'",end:"'",illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},e.QUOTE_STRING_MODE={className:"string",begin:'"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},e.PHRASAL_WORDS_MODE={begin:/\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\b/},e.COMMENT=function(t,n,a){var l=e.inherit({className:"comment",begin:t,end:n,contains:[]},a||{});return l.contains.push(e.PHRASAL_WORDS_MODE),l.contains.push({className:"doctag",begin:"(?:TODO|FIXME|NOTE|BUG|XXX):",relevance:0}),l},e.C_LINE_COMMENT_MODE=e.COMMENT("//","$"),e.C_BLOCK_COMMENT_MODE=e.COMMENT("/\\*","\\*/"),e.HASH_COMMENT_MODE=e.COMMENT("#","$"),e.NUMBER_MODE={className:"number",begin:e.NUMBER_RE,relevance:0},e.C_NUMBER_MODE={className:"number",begin:e.C_NUMBER_RE,relevance:0},e.BINARY_NUMBER_MODE={className:"number",begin:e.BINARY_NUMBER_RE,relevance:0},e.CSS_NUMBER_MODE={className:"number",begin:e.NUMBER_RE+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",relevance:0},e.REGEXP_MODE={className:"regexp",begin:/\//,end:/\/[gimuy]*/,illegal:/\n/,contains:[e.BACKSLASH_ESCAPE,{begin:/\[/,end:/\]/,relevance:0,contains:[e.BACKSLASH_ESCAPE]}]},e.TITLE_MODE={className:"title",begin:e.IDENT_RE,relevance:0},e.UNDERSCORE_TITLE_MODE={className:"title",begin:e.UNDERSCORE_IDENT_RE,relevance:0},e.METHOD_GUARD={begin:"\\.\\s*"+e.UNDERSCORE_IDENT_RE,relevance:0},e})},515:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a=function(e,t){return Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}(["\n background:#fff;\n .page-body{\n \t padding: 0px 130px;\n \t @media screen and (max-width: ",") {padding: 0px 0px;}\n \th4 {\n\t\t\t font-size: 21px;\n\t\t\t font-weight: 400;\n\t\t\t font-family:",";\n\t\t\t margin-bottom: 0px;\n\t\t\t color: ",';\n\t\t\t margin-top: 15px;\n\t\t\t margin-bottom: 15px;\n\t\t\t &:before {\n\t\t\t display: block;\n\t\t\t height: 6rem;\n\t\t\t margin-top: -6rem;\n\t\t\t visibility: hidden;\n\t\t\t content: "";\n\t\t\t }\n\t\t\t}\n\t\t\th3 {\n\t\t\t font-size: 27px;\n\t\t\t color:',";\n\t\t\t font-family:",';\n\t\t\t margin-bottom: 0px;\n\t\t\t margin-top: 25px;\n\t\t\t margin-bottom: -10px;\n\t\t\t &:before {\n\t\t\t display: block;\n\t\t\t height: 6rem;\n\t\t\t margin-top: -6rem;\n\t\t\t visibility: hidden;\n\t\t\t content: "";\n\t\t\t }\n\t\t\t }\n\t\t\tdiv {\n\t\t\t font-size: 15px;\n\t\t\t margin-top: 15px;margin-bottom: 40px;\n\t\t\t color: ',";\n\t\t\t}\n\t\t\tpre {\n\t\t\t white-space: pre-line;\n\t\t\t margin: 0px;\n\t\t\t}\n\t\t\tmax-width: ",";\n\t\t margin: 0px auto;\n\t\t margin-top: 0;\n\t\t padding-bottom: 50px;\n\t\t @media screen and (max-width: ",") {\n\t\t\t\tdiv {\n\t\t\t font-size: 14px;\n\t\t\t }\n\t\t\t h3 {\n\t\t\t font-size: 21px;\n\t\t\t }\n\t\t }\n\t\t .page-body-in{\n\t\t \t@media screen and (max-width: ",") {\n\t\t\t\t\tmargin-top: 0px!important;\n\t\t \t}\n\t\t \tcode.hljs {\n\t\t\t\t padding: 1em;\n\t\t\t\t}\n\t\t\t\tcode.display {\n\t\t\t\t border-top-left-radius: 0px;\n\t\t\t\t border-top-right-radius: 0px;\n\t\t\t\t}\n\t\t\t\tcode.side {\n\t\t\t\t color: #c7254e;\n background: #f9f2f4;\n padding: 1px 5px!important;\n font-size: 13px;\n display: -webkit-inline-box!important;\n display: -webkit-inline-flex!important;\n display: -ms-inline-flexbox!important;\n display: inline-flex!important;\n border-radius: 3px;\n\t\t\t\t \n\t\t\t\t}\n\t\t\t\t.tab {\n\t\t\t\t\t padding-left: 15px;\n\t\t\t\t\t}\n\n\t\t\t\t\t.tab-2 {\n\t\t\t\t\t padding-left: 30px;\n\t\t\t\t\t}\n\t\t\t\tspan.hljs-tag {\n\t\t\t\t margin-bottom: 2px;\n\t\t\t\t display: inline-block;\n\t\t\t\t}\n\t\t }\n\n }\n .page-head {\n\t\t\t p {\n\t\t\t font-size: 19px;\n\t\t\t padding: 0px 40px;\n\t\t\t color: #fff;\n\t\t\t margin-top: 0px;\n\t\t\t font-weight:400;\n\t\t\t }\n\t\t\t background-color: ",";\n\t\t\t \n\t\t\t h1 {\n\t\t\t font-size: 48px;\n\t\t\t font-weight:700;\n\t\t\t font-family:",";\n\t\t\t color: ",";\n\t\t\t margin-bottom: 10px;\n\t\t\t margin-top: 0;\n\t\t\t text-align: left;\n\t\t\t padding: 0px 40px;\n\t\t\t line-height: 60px;\n\n\t\t\t }\n\t\t\t .page-head-in {\n\t\t\t\t max-width: ",";\n\t\t\t\t margin: 0 auto;\n\t\t\t\t}\n\t\t\t\t.page-head-bg{\n\t\t\t\t\t background-color:",";\n \t\t background-size:100%; \n\t\t\t padding:50px 150px;\n\t\t\t\t\tpadding-top:140px;\n\t\t\t @media screen and (max-width: ",") {\n\t\t\t\t\tbackground-size: 200%;\n\t\t\t\t\tpadding:50px 0px;\n\t\t\t\t\tpadding-top:130px;\n\t\t\t\t\th1, p {\n\t\t\t\t padding: 0px;\n\t\t\t\t }\n\t\t\t\t .page-head-in {\n\t\t\t\t\t padding: 0px 20px;\n\t\t\t\t\t}\n\t\t\t\t\th1 {\n\t\t\t\t\t font-size: 40px;\n\t\t\t\t\t }\n\t\t\t\t}\n\t\t\t\t@media screen and (max-width: ",") {\n\t\t\t\t\tbackground-size: 300%;\n\t\t\t\t\th1 {\n\t\t\t\t font-size: 27px;\n\t\t\t\t line-height: 1.1;\n\t\t\t\t }\n\t\t\t\t p {\n\t\t\t\t font-size: 16px;\n\t\t\t\t }\n\t\t\t\t}\n\t\t\t\t@media screen and (max-width: ",") {\n\t\t\t\t\tbackground-size: 400%;\n\t\t\t\t\t\n\t\t\t\t p {\n\t\t\t\t font-size: 15px;\n\t\t\t\t }\n\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t\n\t\t} \n @media screen and (max-width: ",") {\n \t.page-cont-in {\n\t\t\t\tpadding: 0px;\n\t\t\t}\n } \n "],["\n background:#fff;\n .page-body{\n \t padding: 0px 130px;\n \t @media screen and (max-width: ",") {padding: 0px 0px;}\n \th4 {\n\t\t\t font-size: 21px;\n\t\t\t font-weight: 400;\n\t\t\t font-family:",";\n\t\t\t margin-bottom: 0px;\n\t\t\t color: ",';\n\t\t\t margin-top: 15px;\n\t\t\t margin-bottom: 15px;\n\t\t\t &:before {\n\t\t\t display: block;\n\t\t\t height: 6rem;\n\t\t\t margin-top: -6rem;\n\t\t\t visibility: hidden;\n\t\t\t content: "";\n\t\t\t }\n\t\t\t}\n\t\t\th3 {\n\t\t\t font-size: 27px;\n\t\t\t color:',";\n\t\t\t font-family:",';\n\t\t\t margin-bottom: 0px;\n\t\t\t margin-top: 25px;\n\t\t\t margin-bottom: -10px;\n\t\t\t &:before {\n\t\t\t display: block;\n\t\t\t height: 6rem;\n\t\t\t margin-top: -6rem;\n\t\t\t visibility: hidden;\n\t\t\t content: "";\n\t\t\t }\n\t\t\t }\n\t\t\tdiv {\n\t\t\t font-size: 15px;\n\t\t\t margin-top: 15px;margin-bottom: 40px;\n\t\t\t color: ',";\n\t\t\t}\n\t\t\tpre {\n\t\t\t white-space: pre-line;\n\t\t\t margin: 0px;\n\t\t\t}\n\t\t\tmax-width: ",";\n\t\t margin: 0px auto;\n\t\t margin-top: 0;\n\t\t padding-bottom: 50px;\n\t\t @media screen and (max-width: ",") {\n\t\t\t\tdiv {\n\t\t\t font-size: 14px;\n\t\t\t }\n\t\t\t h3 {\n\t\t\t font-size: 21px;\n\t\t\t }\n\t\t }\n\t\t .page-body-in{\n\t\t \t@media screen and (max-width: ",") {\n\t\t\t\t\tmargin-top: 0px!important;\n\t\t \t}\n\t\t \tcode.hljs {\n\t\t\t\t padding: 1em;\n\t\t\t\t}\n\t\t\t\tcode.display {\n\t\t\t\t border-top-left-radius: 0px;\n\t\t\t\t border-top-right-radius: 0px;\n\t\t\t\t}\n\t\t\t\tcode.side {\n\t\t\t\t color: #c7254e;\n background: #f9f2f4;\n padding: 1px 5px!important;\n font-size: 13px;\n display: -webkit-inline-box!important;\n display: -webkit-inline-flex!important;\n display: -ms-inline-flexbox!important;\n display: inline-flex!important;\n border-radius: 3px;\n\t\t\t\t \n\t\t\t\t}\n\t\t\t\t.tab {\n\t\t\t\t\t padding-left: 15px;\n\t\t\t\t\t}\n\n\t\t\t\t\t.tab-2 {\n\t\t\t\t\t padding-left: 30px;\n\t\t\t\t\t}\n\t\t\t\tspan.hljs-tag {\n\t\t\t\t margin-bottom: 2px;\n\t\t\t\t display: inline-block;\n\t\t\t\t}\n\t\t }\n\n }\n .page-head {\n\t\t\t p {\n\t\t\t font-size: 19px;\n\t\t\t padding: 0px 40px;\n\t\t\t color: #fff;\n\t\t\t margin-top: 0px;\n\t\t\t font-weight:400;\n\t\t\t }\n\t\t\t background-color: ",";\n\t\t\t \n\t\t\t h1 {\n\t\t\t font-size: 48px;\n\t\t\t font-weight:700;\n\t\t\t font-family:",";\n\t\t\t color: ",";\n\t\t\t margin-bottom: 10px;\n\t\t\t margin-top: 0;\n\t\t\t text-align: left;\n\t\t\t padding: 0px 40px;\n\t\t\t line-height: 60px;\n\n\t\t\t }\n\t\t\t .page-head-in {\n\t\t\t\t max-width: ",";\n\t\t\t\t margin: 0 auto;\n\t\t\t\t}\n\t\t\t\t.page-head-bg{\n\t\t\t\t\t background-color:",";\n \t\t background-size:100%; \n\t\t\t padding:50px 150px;\n\t\t\t\t\tpadding-top:140px;\n\t\t\t @media screen and (max-width: ",") {\n\t\t\t\t\tbackground-size: 200%;\n\t\t\t\t\tpadding:50px 0px;\n\t\t\t\t\tpadding-top:130px;\n\t\t\t\t\th1, p {\n\t\t\t\t padding: 0px;\n\t\t\t\t }\n\t\t\t\t .page-head-in {\n\t\t\t\t\t padding: 0px 20px;\n\t\t\t\t\t}\n\t\t\t\t\th1 {\n\t\t\t\t\t font-size: 40px;\n\t\t\t\t\t }\n\t\t\t\t}\n\t\t\t\t@media screen and (max-width: ",") {\n\t\t\t\t\tbackground-size: 300%;\n\t\t\t\t\th1 {\n\t\t\t\t font-size: 27px;\n\t\t\t\t line-height: 1.1;\n\t\t\t\t }\n\t\t\t\t p {\n\t\t\t\t font-size: 16px;\n\t\t\t\t }\n\t\t\t\t}\n\t\t\t\t@media screen and (max-width: ",") {\n\t\t\t\t\tbackground-size: 400%;\n\t\t\t\t\t\n\t\t\t\t p {\n\t\t\t\t font-size: 15px;\n\t\t\t\t }\n\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t\n\t\t} \n @media screen and (max-width: ",") {\n \t.page-cont-in {\n\t\t\t\tpadding: 0px;\n\t\t\t}\n } \n "]),l=n(48),r=function(e){return e&&e.__esModule?e:{default:e}}(l),i=n(47),s=r.default.div(a,i.BREAKPOINT_LG,i.FONT_FAMILY_HEADER,i.HEADER_COLOR,i.HEADER_COLOR,i.FONT_FAMILY_HEADER,i.ICON_COLOR,i.MAX_WIDTH,i.BREAKPOINT_MD,i.BREAKPOINT_LG,i.HEADER_BACKGROUND,i.FONT_FAMILY_HEADER,i.MAIN_HEADER_COLOR,i.MAX_WIDTH,i.HEADER_BACKGROUND,i.BREAKPOINT_LG,i.BREAKPOINT_MD,i.BREAKPOINT_SM,i.BREAKPOINT_LG);t.default=s},516:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a=function(e,t){return Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}(["\n \t\t display: flex;\n \t\t .docs-sidebar {\n\t\t\t\tflex: 1;\n\t\t\t\t order: 1;\n\t\t\t\t @media screen and (max-width: ",") {\n\t\t\t\t \tdisplay:none;\n\t\t\t\t }\n\t\t\t\t .docs-sidebar-list{\n\t\t\t\t \tli {\n\t\t\t\t\t padding: 1px 10px;\n\t\t\t\t\t a {\n\t\t\t\t\t \tfont-weight: 500;\n\t\t\t\t\t color: ",";\n\t\t\t\t\t font-size: 14px;\n\t\t\t\t\t &:hover {\n\t\t\t\t\t color: ",";\n\t\t\t\t\t \t\t}\n\t\t\t\t\t\t}\n\t\t\t\t \t}\n\t\t\t\t \tul {\n\t\t\t\t\t list-style: none;\n\t\t\t\t\t padding: 5px;\n\t\t\t\t\t margin: 5px 10px;\n\t\t\t\t\t margin-right: 0px;\n\t\t\t\t\t padding-right: 0px;\n\t\t\t\t\t border-left: 1px solid #ebebeb;\n\t\t\t\t\t li{\n\t\t\t\t\t \ta{\n\t\t\t\t\t \t\tfont-weight: 400!important;\n\t\t\t\t\t \t}\n\t\t\t\t\t }\n\t\t\t\t\t}\n\t\t\t\t\tposition: -webkit-sticky;\n\t\t\t\t position: sticky;\n\t\t\t\t box-sizing: border-box;\n\t\t\t\t top: 90px;\n\t\t\t\t list-style: none;\n\t\t\t\t padding: 0;\n\t\t\t\t margin: 30px;\n\t\t\t\t padding-left: 20px;\n\t\t\t\t border-right: 1px solid ",";\n\n\t\t\t\t }\n\t\t\t}\n\n\t\t\t.docs-content {\n\t\t\t\t overflow: hidden;\n\t\t\t\tflex: 2;\n\t\t\t\torder: 2;\n\t\t\t\tpadding: 0 50px;\n\t\t\t\t @media screen and (max-width: ",") {\n\t\t\t\t \tpadding: 20px;\n\t\t\t\t }\n\t\t\t}\n "],["\n \t\t display: flex;\n \t\t .docs-sidebar {\n\t\t\t\tflex: 1;\n\t\t\t\t order: 1;\n\t\t\t\t @media screen and (max-width: ",") {\n\t\t\t\t \tdisplay:none;\n\t\t\t\t }\n\t\t\t\t .docs-sidebar-list{\n\t\t\t\t \tli {\n\t\t\t\t\t padding: 1px 10px;\n\t\t\t\t\t a {\n\t\t\t\t\t \tfont-weight: 500;\n\t\t\t\t\t color: ",";\n\t\t\t\t\t font-size: 14px;\n\t\t\t\t\t &:hover {\n\t\t\t\t\t color: ",";\n\t\t\t\t\t \t\t}\n\t\t\t\t\t\t}\n\t\t\t\t \t}\n\t\t\t\t \tul {\n\t\t\t\t\t list-style: none;\n\t\t\t\t\t padding: 5px;\n\t\t\t\t\t margin: 5px 10px;\n\t\t\t\t\t margin-right: 0px;\n\t\t\t\t\t padding-right: 0px;\n\t\t\t\t\t border-left: 1px solid #ebebeb;\n\t\t\t\t\t li{\n\t\t\t\t\t \ta{\n\t\t\t\t\t \t\tfont-weight: 400!important;\n\t\t\t\t\t \t}\n\t\t\t\t\t }\n\t\t\t\t\t}\n\t\t\t\t\tposition: -webkit-sticky;\n\t\t\t\t position: sticky;\n\t\t\t\t box-sizing: border-box;\n\t\t\t\t top: 90px;\n\t\t\t\t list-style: none;\n\t\t\t\t padding: 0;\n\t\t\t\t margin: 30px;\n\t\t\t\t padding-left: 20px;\n\t\t\t\t border-right: 1px solid ",";\n\n\t\t\t\t }\n\t\t\t}\n\n\t\t\t.docs-content {\n\t\t\t\t overflow: hidden;\n\t\t\t\tflex: 2;\n\t\t\t\torder: 2;\n\t\t\t\tpadding: 0 50px;\n\t\t\t\t @media screen and (max-width: ",") {\n\t\t\t\t \tpadding: 20px;\n\t\t\t\t }\n\t\t\t}\n "]),l=n(48),r=function(e){return e&&e.__esModule?e:{default:e}}(l),i=n(47),s=r.default.div(a,i.BREAKPOINT_LG,i.ICON_COLOR,i.HEADER_COLOR,i.BORDER_COLOR,i.BREAKPOINT_LG);t.default=s},517:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a=function(e,t){return Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}(["\n.hljs {\n display: block;\n overflow-x: auto;\n color: #313133;\n background: ",";\n padding: 0.7em;\n font-size: 14px;\n border-radius: 0px; \n }\n\n.hljs-doctag, .hljs-keyword, .hljs-formula {\n color: #a626a4;\n}\n\n.hljs-section, .hljs-name, .hljs-selector-tag, .hljs-deletion, .hljs-subst {\n color: #2f6f9f;\n}\n\n.hljs-literal {\n color: #0184bb;\n}\n\n.hljs-string, .hljs-regexp, .hljs-addition, .hljs-attribute, .hljs-meta-string {\n color: #d44950;\n}\n\n.hljs-built_in, .hljs-class .hljs-title {\n color: #c18401;\n}\n\n.hljs-attr, .hljs-variable, .hljs-template-variable, .hljs-type, .hljs-selector-class, .hljs-selector-attr, .hljs-selector-pseudo, .hljs-number {\n color: #4f9fcf;\n}\n\n.hljs-symbol, .hljs-bullet, .hljs-link, .hljs-meta, .hljs-selector-id, .hljs-title {\n color: #099;\n}\n\n\n\n.hljs-comment, .hljs-quote {\n color: #a0a1a7;\n font-style: italic;\n}\n.hljs-emphasis {\n font-style: italic;\n}\n\n.hljs-strong {\n font-weight: bold;\n}\n\n.hljs-link {\n text-decoration: underline;\n}\n "],["\n.hljs {\n display: block;\n overflow-x: auto;\n color: #313133;\n background: ",";\n padding: 0.7em;\n font-size: 14px;\n border-radius: 0px; \n }\n\n.hljs-doctag, .hljs-keyword, .hljs-formula {\n color: #a626a4;\n}\n\n.hljs-section, .hljs-name, .hljs-selector-tag, .hljs-deletion, .hljs-subst {\n color: #2f6f9f;\n}\n\n.hljs-literal {\n color: #0184bb;\n}\n\n.hljs-string, .hljs-regexp, .hljs-addition, .hljs-attribute, .hljs-meta-string {\n color: #d44950;\n}\n\n.hljs-built_in, .hljs-class .hljs-title {\n color: #c18401;\n}\n\n.hljs-attr, .hljs-variable, .hljs-template-variable, .hljs-type, .hljs-selector-class, .hljs-selector-attr, .hljs-selector-pseudo, .hljs-number {\n color: #4f9fcf;\n}\n\n.hljs-symbol, .hljs-bullet, .hljs-link, .hljs-meta, .hljs-selector-id, .hljs-title {\n color: #099;\n}\n\n\n\n.hljs-comment, .hljs-quote {\n color: #a0a1a7;\n font-style: italic;\n}\n.hljs-emphasis {\n font-style: italic;\n}\n\n.hljs-strong {\n font-weight: bold;\n}\n\n.hljs-link {\n text-decoration: underline;\n}\n "]),l=n(48),r=function(e){return e&&e.__esModule?e:{default:e}}(l),i=n(47),s=r.default.pre(a,i.LIGHT_BACKGROUND);t.default=s},518:function(e,t){e.exports=function(e){var t={endsWithParent:!0,illegal:/`]+/}]}]}]};return{aliases:["html","xhtml","rss","atom","xjb","xsd","xsl","plist"],case_insensitive:!0,contains:[{className:"meta",begin:"",relevance:10,contains:[{begin:"\\[",end:"\\]"}]},e.COMMENT("\x3c!--","--\x3e",{relevance:10}),{begin:"<\\!\\[CDATA\\[",end:"\\]\\]>",relevance:10},{begin:/<\?(php)?/,end:/\?>/,subLanguage:"php",contains:[{begin:"/\\*",end:"\\*/",skip:!0}]},{className:"tag",begin:"|$)",end:">",keywords:{name:"style"},contains:[t],starts:{end:"",returnEnd:!0,subLanguage:["css","xml"]}},{className:"tag",begin:"|$)",end:">",keywords:{name:"script"},contains:[t],starts:{end:"<\/script>",returnEnd:!0,subLanguage:["actionscript","javascript","handlebars","xml"]}},{className:"meta",variants:[{begin:/<\?xml/,end:/\?>/,relevance:10},{begin:/<\?\w+/,end:/\?>/}]},{className:"tag",begin:"",contains:[{className:"name",begin:/[^\/><\s]+/,relevance:0},t]}]}}},569:function(e,t,n){function a(e){return n(l(e))}function l(e){var t=r[e];if(!(t+1))throw new Error("Cannot find module '"+e+"'.");return t}var r={"./javascript":570,"./xml":518};a.keys=function(){return Object.keys(r)},a.resolve=l,e.exports=a,a.id=569},570:function(e,t){e.exports=function(e){var t="[A-Za-z$_][0-9A-Za-z$_]*",n={keyword:"in of if for while finally var new function do return void else break catch instanceof with throw case default try this switch continue typeof delete let yield const export super debugger as async await static import from as",literal:"true false null undefined NaN Infinity",built_in:"eval isFinite isNaN parseFloat parseInt decodeURI decodeURIComponent encodeURI encodeURIComponent escape unescape Object Function Boolean Error EvalError InternalError RangeError ReferenceError StopIteration SyntaxError TypeError URIError Number Math Date String RegExp Array Float32Array Float64Array Int16Array Int32Array Int8Array Uint16Array Uint32Array Uint8Array Uint8ClampedArray ArrayBuffer DataView JSON Intl arguments require module console window document Symbol Set Map WeakSet WeakMap Proxy Reflect Promise"},a={className:"number",variants:[{begin:"\\b(0[bB][01]+)"},{begin:"\\b(0[oO][0-7]+)"},{begin:e.C_NUMBER_RE}],relevance:0},l={className:"subst",begin:"\\$\\{",end:"\\}",keywords:n,contains:[]},r={className:"string",begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE,l]};l.contains=[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,r,a,e.REGEXP_MODE];var i=l.contains.concat([e.C_BLOCK_COMMENT_MODE,e.C_LINE_COMMENT_MODE]);return{aliases:["js","jsx"],keywords:n,contains:[{className:"meta",relevance:10,begin:/^\s*['"]use (strict|asm)['"]/},{className:"meta",begin:/^#!/,end:/$/},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,r,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,a,{begin:/[{,]\s*/,relevance:0,contains:[{begin:t+"\\s*:",returnBegin:!0,relevance:0,contains:[{className:"attr",begin:t,relevance:0}]}]},{begin:"("+e.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.REGEXP_MODE,{className:"function",begin:"(\\(.*?\\)|"+t+")\\s*=>",returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:t},{begin:/\(\s*\)/},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:n,contains:i}]}]},{begin://,subLanguage:"xml",contains:[{begin:/<\w+\s*\/>/,skip:!0},{begin:/<\w+/,end:/(\/\w+|\w+\/)>/,skip:!0,contains:[{begin:/<\w+\s*\/>/,skip:!0},"self"]}]}],relevance:0},{className:"function",beginKeywords:"function",end:/\{/,excludeEnd:!0,contains:[e.inherit(e.TITLE_MODE,{begin:t}),{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,contains:i}],illegal:/\[|%/},{begin:/\$[(.]/},e.METHOD_GUARD,{className:"class",beginKeywords:"class",end:/[{;=]/,excludeEnd:!0,illegal:/[:"\[\]]/,contains:[{beginKeywords:"extends"},e.UNDERSCORE_TITLE_MODE]},{beginKeywords:"constructor",end:/\{/,excludeEnd:!0}],illegal:/#(?!!)/}}}}); +webpackJsonp([1],{490:function(e,t,n){"use strict";function a(e){return e&&e.__esModule?e:{default:e}}function l(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function r(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function i(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}Object.defineProperty(t,"__esModule",{value:!0});var s=function(){function e(e,t){for(var n=0;n<\/script>')),d.default.createElement("p",null,"To use an icon, add the ",d.default.createElement("code",{className:"side"},"box-icon")," element to the location where the icon should be displayed:"),d.default.createElement(y.default,null," ",d.default.createElement("code",{className:"html"},'')),d.default.createElement("p",null," To use solid icons or logos add attribute ",d.default.createElement("code",{className:"side"},"type")," as solid or logo "),d.default.createElement(y.default,null," ",d.default.createElement("code",{className:"html"},'',d.default.createElement("br",null),'')),d.default.createElement("p",null,"The ",d.default.createElement("code",{className:"side"},"box-icon")," custom element supports the following attributes:"),d.default.createElement(y.default,null," ",d.default.createElement("code",{className:"html"},""))),d.default.createElement("h3",{id:"usage-as-font"},"Usage as a Font"),d.default.createElement("h4",{id:"import-css"},"Import the CSS"),d.default.createElement("div",null,d.default.createElement("p",null,"Copy-paste the stylesheet ",d.default.createElement("code",{className:"side"},"link")," into your ",d.default.createElement("code",{className:"side"},"head")," to load our CSS")," ",d.default.createElement(y.default,null," ",d.default.createElement("code",{className:"html"},"",d.default.createElement("br",null),"\x3c!-- or --\x3e"," ",d.default.createElement("br",null),"")),d.default.createElement("p",null,"This will load boxicons font into your webpage")),d.default.createElement("h4",{id:"html"},"HTML"),d.default.createElement("div",null,d.default.createElement("p",null," To use an icon on your page, add a prefix",d.default.createElement("code",{className:"side"},"bx-")," for regular icons, ",d.default.createElement("code",{className:"side"},"bxs-")," for solid icons & ",d.default.createElement("code",{className:"side"},"bxl-")," for logos followed by the icon name and seperate class with the",d.default.createElement("code",{className:"side"},"bx"),":")," ",d.default.createElement(y.default,null," ",d.default.createElement("code",{className:"html"},"",d.default.createElement("br",null),"",d.default.createElement("br",null),"")),"You can see the names of all the icons ",d.default.createElement(u.Link,{to:"/cheatsheet"},"here")),d.default.createElement("h3",{id:"starter-template"},"Starter Templates"),d.default.createElement("div",null,d.default.createElement("p",null," Create an HTML document and copy-paste the starter template")," ",d.default.createElement(y.default,null," ",d.default.createElement("code",{className:"html"},""," ",d.default.createElement("br",null),"",d.default.createElement("br",null),d.default.createElement("span",{className:"tab"},""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"},""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"}," ",""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"}," ","\x3c!-- Boxicons CSS --\x3e"),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"},""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"},"Hello, Boxicons!"),d.default.createElement("br",null),d.default.createElement("span",{className:"tab"},""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab"},""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"}," ","

Hello, Boxicons!

"),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"},""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"},""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"},""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab"}," "),d.default.createElement("br",null),"")),d.default.createElement("p",null,"A template for usage with the web component instead of icon font")," ",d.default.createElement(y.default,null," ",d.default.createElement("code",{className:"html"},""," ",d.default.createElement("br",null),"",d.default.createElement("br",null),d.default.createElement("span",{className:"tab"},""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"},""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"}," ",""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"}," ","\x3c!-- Boxicons JS --\x3e"),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"},""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"},"Hello, Boxicons!"),d.default.createElement("br",null),d.default.createElement("span",{className:"tab"},""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab"},""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"}," ","

Hello, Boxicons!

"),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"},""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"},""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab-2"},""),d.default.createElement("br",null),d.default.createElement("span",{className:"tab"}," "),d.default.createElement("br",null),""))),d.default.createElement("h3",{id:"styling"},"Styling"),d.default.createElement("h4",{id:"sizing"},"Sizing"),d.default.createElement("div",null,d.default.createElement("p",null," You can change size of the icon with",d.default.createElement("code",{className:"side"},"font-size")," CSS. It will inherit the ",d.default.createElement("code",{className:"side"},"font-size"),"from the parent by default. There are fixed sizes you can add to the icon by adding classes",d.default.createElement("code",{className:"side"},"bx-xs"),", ",d.default.createElement("code",{className:"side"},"bx-sm"),", ",d.default.createElement("code",{className:"side"},"bx-md")," and ",d.default.createElement("code",{className:"side"},"bx-lg"))," ",d.default.createElement(O,null,d.default.createElement("i",{className:"bx bxs-smiley-happy bx-xs "}),d.default.createElement("i",{className:"bx bxs-smiley-happy bx-sm"}),d.default.createElement("i",{className:"bx bxs-smiley-happy bx-md"}),d.default.createElement("i",{className:"bx bxs-smiley-happy bx-lg"})),d.default.createElement(y.default,null," ",d.default.createElement("code",{className:"html display"},"","",d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null),d.default.createElement("br",null),"\x3c!-- Boxicons web component --\x3e",d.default.createElement("br",null),d.default.createElement("br",null),"",d.default.createElement("br",null))),d.default.createElement("br",null)),d.default.createElement("h4",{id:"rotation-flipping"},"Rotation & Flipping"),d.default.createElement("div",null,d.default.createElement("p",null," Rotate the icons using classes ",d.default.createElement("code",{className:"side"},"bx-rotate-90"),", ",d.default.createElement("code",{className:"side"},"bx-rotate-180")," and ",d.default.createElement("code",{className:"side"},"bx-rotate-270")," or Flip the icons using ",d.default.createElement("code",{className:"side"},"bx-flip-horizontal")," and ",d.default.createElement("code",{className:"side"},"bx-flip-vertical")),d.default.createElement(O,null,d.default.createElement("i",{className:"bx bxs-like bx-rotate-90 bx-md"}),d.default.createElement("i",{className:"bx bxs-like bx-rotate-180 bx-md"}),d.default.createElement("i",{className:"bx bxs-like bx-rotate-270 bx-md"}),d.default.createElement("i",{className:"bx bxs-like bx-flip-horizontal bx-md"}),d.default.createElement("i",{className:"bx bxs-like bx-flip-vertical bx-md"})),d.default.createElement(y.default,null," ",d.default.createElement("code",{className:"html display"},"","",d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null),d.default.createElement("br",null),"\x3c!-- Boxicons web component --\x3e",d.default.createElement("br",null),d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null))),d.default.createElement("br",null)),d.default.createElement("h4",{id:"list-icons"},"List Icons"),d.default.createElement("div",null,d.default.createElement("p",null," Use icons as bullets for the list by adding class ",d.default.createElement("code",{className:"side"},"bx-ul")," to the unordered list element and include the icons inside the",d.default.createElement("code",{className:"side"},"li")," ")," ",d.default.createElement(O,null,d.default.createElement("ul",{className:"bx-ul"},d.default.createElement("li",null," ",d.default.createElement("i",{className:"bx bx-right-arrow"}),"List item 1"),d.default.createElement("li",null," ",d.default.createElement("i",{className:"bx bx-x"}),"List item 2"),d.default.createElement("li",null," ",d.default.createElement("i",{className:"bx bx-plus"}),"List item 3"))),d.default.createElement(y.default,null," ",d.default.createElement("code",{className:"html display"},"
    ",d.default.createElement("br",null),d.default.createElement("span",{className:"tab"},"
  • List Item 1
  • "),d.default.createElement("br",null),d.default.createElement("span",{className:"tab"},"
  • List Item 2
  • "),d.default.createElement("br",null),d.default.createElement("span",{className:"tab"},"
  • List Item 3
  • "),d.default.createElement("br",null),"
")),d.default.createElement("br",null)),d.default.createElement("h4",{id:"fixed-width"},"Fixed Width"),d.default.createElement("div",null,d.default.createElement("p",null," You can use fixed width class ",d.default.createElement("code",{className:"side"},"bx-fw")," \\to get a fixed width icon next to the text",d.default.createElement("code",{className:"side"},"li")," ")," ",d.default.createElement(O,null,d.default.createElement("div",null," ",d.default.createElement("i",{className:"bx-fw bx bxl-facebook-square"}),"Facebook"),d.default.createElement("div",null," ",d.default.createElement("i",{className:"bx-fw bx bxl-slack"}),"Slack"),d.default.createElement("div",null," ",d.default.createElement("i",{className:"bx-fw bx bxl-instagram"}),"Instagram")),d.default.createElement(y.default,null," ",d.default.createElement("code",{className:"html display"},'Facebook',d.default.createElement("br",null))),d.default.createElement("br",null)),d.default.createElement("h4",{id:"pull-icon"},"Pulled Icons"),d.default.createElement("div",null,d.default.createElement("p",null," Use class ",d.default.createElement("code",{className:"side"},"bx-pull-left")," or ",d.default.createElement("code",{className:"side"},"bx-pull-right")," on icons for easy pull quotes",d.default.createElement("code",{className:"side"},"li")," ")," ",d.default.createElement(O,null,d.default.createElement("i",{className:"bx-pull-left bx bxs-quote-left bx-lg"}),"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut faucibus erat eu nibh laoreet, sed ullamcorper diam ornare. Quisque viverra ante nec luctus imperdiet. Quisque ut imperdiet nisi. Quisque ultrices laoreet odio, non vestibulum lacus molestie sollicitudin. Phasellus nec dolor eget nunc commodo sodales vel vel eros."),d.default.createElement(y.default,null," ",d.default.createElement("code",{className:"html display"},'',d.default.createElement("br",null),"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut faucibus erat eu nibh laoreet, sed ullamcorper diam ornare. Quisque viverra ante nec luctus imperdiet. Quisque ut imperdiet nisi. Quisque ultrices laoreet odio, non vestibulum lacus molestie sollicitudin. Phasellus nec dolor eget nunc commodo sodales vel vel eros.",d.default.createElement("br",null),"\x3c!-- Boxicons web component --\x3e",d.default.createElement("br",null),d.default.createElement("br",null),"",d.default.createElement("br",null),"Quisque ultrices laoreet odio, non vestibulum lacus molestie sollicitudin. Phasellus nec dolor eget nunc commodo sodales vel vel eros.")),d.default.createElement("br",null)),d.default.createElement("h4",{id:"border"},"Border"),d.default.createElement("div",null,d.default.createElement("p",null," Add border to your icons with classes ",d.default.createElement("code",{className:"side"},"bx-border"),", ",d.default.createElement("code",{className:"side"},"bx-border-circle"))," ",d.default.createElement(O,null,d.default.createElement("i",{className:"bx bxs-heart bx-border bx-md"}),d.default.createElement("i",{className:"bx bxs-heart bx-border-circle bx-md"})," "),d.default.createElement(y.default,null," ",d.default.createElement("code",{className:"html display"},"",d.default.createElement("br",null),"",d.default.createElement("br",null),d.default.createElement("br",null),"\x3c!-- Boxicons web component --\x3e",d.default.createElement("br",null),d.default.createElement("br",null),"",d.default.createElement("br",null))),d.default.createElement("br",null)),d.default.createElement("h4",{id:"animation"},"Animation"),d.default.createElement("div",null,d.default.createElement("p",null," Animate your icons with pre built CSS animations using classes ",d.default.createElement("code",{className:"side"},"bx-spin"),",",d.default.createElement("code",{className:"side"},"bx-tada"),",",d.default.createElement("code",{className:"side"},"bx-flashing"),",",d.default.createElement("code",{className:"side"},"bx-burst"),",",d.default.createElement("code",{className:"side"},"bx-fade-left")," and ",d.default.createElement("code",{className:"side"},"bx-fade-right")),d.default.createElement("p",null,"You can change the speed of the animation with the ",d.default.createElement("code",{className:"side"},"animation-duration")," property & to change the number of times the animation takes place with the property ",d.default.createElement("code",{className:"side"},"animation-iteration-count")," in CSS"),d.default.createElement(O,null,d.default.createElement("i",{className:"bx bx-loader bx-spin bx-md"}),d.default.createElement("i",{className:"bx bxs-bell bx-tada bx-md"}),d.default.createElement("i",{className:"bx bxs-error bx-flashing bx-md"}),d.default.createElement("i",{className:"bx bx-radio-circle bx-burst bx-md"}),d.default.createElement("i",{className:"bx bx-fade-left bxs-left-arrow-circle bx-md"}),d.default.createElement("i",{className:"bx bx-fade-right bxs-right-arrow-circle bx-md"}),d.default.createElement("i",{className:"bx bx-fade-up bxs-up-arrow-circle bx-md"}),d.default.createElement("i",{className:"bx bx-fade-down bxs-down-arrow-circle bx-md"})),d.default.createElement(y.default,null," ",d.default.createElement("code",{className:"html display"},"","",d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null),d.default.createElement("br",null),"\x3c!-- Boxicons web component --\x3e",d.default.createElement("br",null),d.default.createElement("br",null),"",d.default.createElement("br",null)))),d.default.createElement("br",null),d.default.createElement("h4",{id:"animation-hover"},"Animation on Hover"),d.default.createElement("div",null,d.default.createElement("p",null," Animate your icons on hover with pre built CSS animations using classes ",d.default.createElement("code",{className:"side"},"bx-spin-hover"),",",d.default.createElement("code",{className:"side"},"bx-tada-hover"),",",d.default.createElement("code",{className:"side"},"bx-flashing-hover"),",",d.default.createElement("code",{className:"side"},"bx-burst-hover"),",",d.default.createElement("code",{className:"side"},"bx-fade-left-hover")," and ",d.default.createElement("code",{className:"side"},"bx-fade-right-hover"))," ",d.default.createElement("p",null,"You can change the speed of the animation with the ",d.default.createElement("code",{className:"side"},"animation-duration")," property & to change the number of times the animation takes place with the property ",d.default.createElement("code",{className:"side"},"animation-iteration-count")," in CSS"),d.default.createElement(O,null,d.default.createElement("i",{className:"bx bx-loader bx-spin-hover bx-md"}),d.default.createElement("i",{className:"bx bxs-bell bx-tada-hover bx-md"}),d.default.createElement("i",{className:"bx bxs-error bx-flashing-hover bx-md"}),d.default.createElement("i",{className:"bx bx-radio-circle bx-burst-hover bx-md"}),d.default.createElement("i",{className:"bx bx-fade-left-hover bxs-left-arrow-circle bx-md"}),d.default.createElement("i",{className:"bx bx-fade-right-hover bxs-right-arrow-circle bx-md"}),d.default.createElement("i",{className:"bx bx-fade-up-hover bxs-up-arrow-circle bx-md"}),d.default.createElement("i",{className:"bx bx-fade-down-hover bxs-down-arrow-circle bx-md"})),d.default.createElement(y.default,null," ",d.default.createElement("code",{className:"html display"},"","",d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null),"","",d.default.createElement("br",null),"",d.default.createElement("br",null),"",d.default.createElement("br",null),"\x3c!-- Boxicons web component --\x3e",d.default.createElement("br",null),d.default.createElement("br",null),"",d.default.createElement("br",null)))),d.default.createElement("h3",{id:"contribution"},"Contribution"),d.default.createElement("div",null,d.default.createElement("p",null,"Want to report a bug ? Have some suggestions or ideas ? Have an icon or a feature request? Create a new issue on Github with the appropriate label ",d.default.createElement("a",{href:"https://github.com/atisawd/boxicons/issues/new",target:"_blank"},"here"))),d.default.createElement("h3",{id:"license"},"License"),d.default.createElement("div",null,"Boxicons is an open source project , you can use them in your commercial projects too.",d.default.createElement("br",null),"The icons (.svg) files are free to download and are licensed under ",d.default.createElement("a",{href:"https://creativecommons.org/licenses/by/4.0/",target:"_blank"},"CC 4.0")," . By downloading it is assumed that you agree with the terms mentioned in CC 4.0.",d.default.createElement("br",null),"The fonts files are licensed under ",d.default.createElement("a",{href:"https://opensource.org/licenses/OFL-1.1",target:"_blank"},"SIL OFL 1.1"),d.default.createElement("br",null),"Attribution is not required but is appreciated",d.default.createElement("br",null)," Other files which are not fonts or icons are licensed under the ",d.default.createElement("a",{href:"http://opensource.org/licenses/MIT",target:"_blank"},"MIT License")))))))),d.default.createElement(N.default,null))}}]),t}(o.Component);t.default=j},503:function(e,t,n){"use strict";function a(e){return e&&e.__esModule?e:{default:e}}function l(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function r(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function i(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}Object.defineProperty(t,"__esModule",{value:!0});var s=function(){function e(e,t){for(var n=0;n/g,">")}function n(e){return e.nodeName.toLowerCase()}function a(e,t){var n=e&&e.exec(t);return n&&0===n.index}function l(e){return O.test(e)}function r(e){var t,n,a,r,i=e.className+" ";if(i+=e.parentNode?e.parentNode.className:"",n=j.exec(i))return v(n[1])?n[1]:"no-highlight";for(i=i.split(/\s+/),t=0,a=i.length;t"}function s(e){d+=""}function c(e){("start"===e.event?i:s)(e.node)}for(var o=0,d="",u=[];e.length||a.length;){var m=r();if(d+=t(l.substring(o,m[0].offset)),o=m[0].offset,m===e){u.reverse().forEach(s);do{c(m.splice(0,1)[0]),m=r()}while(m===e&&m.length&&m[0].offset===o);u.reverse().forEach(i)}else"start"===m[0].event?u.push(m[0].node):u.pop(),c(m.splice(0,1)[0])}return d+t(l.substr(o))}function o(e){return e.variants&&!e.cached_variants&&(e.cached_variants=e.variants.map(function(t){return i(e,{variants:null},t)})),e.cached_variants||e.endsWithParent&&[i(e)]||[e]}function d(e){function t(e){return e&&e.source||e}function n(n,a){return new RegExp(t(n),"m"+(e.case_insensitive?"i":"")+(a?"g":""))}function a(l,r){if(!l.compiled){if(l.compiled=!0,l.keywords=l.keywords||l.beginKeywords,l.keywords){var i={},s=function(t,n){e.case_insensitive&&(n=n.toLowerCase()),n.split(" ").forEach(function(e){var n=e.split("|");i[n[0]]=[t,n[1]?Number(n[1]):1]})};"string"==typeof l.keywords?s("keyword",l.keywords):w(l.keywords).forEach(function(e){s(e,l.keywords[e])}),l.keywords=i}l.lexemesRe=n(l.lexemes||/\w+/,!0),r&&(l.beginKeywords&&(l.begin="\\b("+l.beginKeywords.split(" ").join("|")+")\\b"),l.begin||(l.begin=/\B|\b/),l.beginRe=n(l.begin),l.end||l.endsWithParent||(l.end=/\B|\b/),l.end&&(l.endRe=n(l.end)),l.terminator_end=t(l.end)||"",l.endsWithParent&&r.terminator_end&&(l.terminator_end+=(l.end?"|":"")+r.terminator_end)),l.illegal&&(l.illegalRe=n(l.illegal)),null==l.relevance&&(l.relevance=1),l.contains||(l.contains=[]),l.contains=Array.prototype.concat.apply([],l.contains.map(function(e){return o("self"===e?l:e)})),l.contains.forEach(function(e){a(e,l)}),l.starts&&a(l.starts,r);var c=l.contains.map(function(e){return e.beginKeywords?"\\.?("+e.begin+")\\.?":e.begin}).concat([l.terminator_end,l.illegal]).map(t).filter(Boolean);l.terminators=c.length?n(c.join("|"),!0):{exec:function(){return null}}}}a(e)}function u(e,n,l,r){function i(e,t){var n,l;for(n=0,l=t.contains.length;n')+t+i}function b(){var e,n,a,l;if(!y.keywords)return t(O);for(l="",n=0,y.lexemesRe.lastIndex=0,a=y.lexemesRe.exec(O);a;)l+=t(O.substring(n,a.index)),e=o(y,a),e?(j+=e[1],l+=f(e[0],t(a[0]))):l+=t(a[0]),n=y.lexemesRe.lastIndex,a=y.lexemesRe.exec(O);return l+t(O.substr(n))}function p(){var e="string"==typeof y.subLanguage;if(e&&!_[y.subLanguage])return t(O);var n=e?u(y.subLanguage,O,!0,w[y.subLanguage]):m(O,y.subLanguage.length?y.subLanguage:void 0);return y.relevance>0&&(j+=n.relevance),e&&(w[y.subLanguage]=n.top),f(n.language,n.value,!1,!0)}function x(){k+=null!=y.subLanguage?p():b(),O=""}function h(e){k+=e.className?f(e.className,"",!0):"",y=Object.create(e,{parent:{value:y}})}function E(e,t){if(O+=e,null==t)return x(),0;var n=i(t,y);if(n)return n.skip?O+=t:(n.excludeBegin&&(O+=t),x(),n.returnBegin||n.excludeBegin||(O=t)),h(n,t),n.returnBegin?0:t.length;var a=s(y,t);if(a){var l=y;l.skip?O+=t:(l.returnEnd||l.excludeEnd||(O+=t),x(),l.excludeEnd&&(O=t));do{y.className&&(k+=M),y.skip||(j+=y.relevance),y=y.parent}while(y!==a.parent);return a.starts&&h(a.starts,""),l.returnEnd?0:t.length}if(c(t,y))throw new Error('Illegal lexeme "'+t+'" for mode "'+(y.className||"")+'"');return O+=t,t.length||1}var g=v(e);if(!g)throw new Error('Unknown language: "'+e+'"');d(g);var N,y=r||g,w={},k="";for(N=y;N!==g;N=N.parent)N.className&&(k=f(N.className,"",!0)+k);var O="",j=0;try{for(var R,A,S=0;;){if(y.terminators.lastIndex=S,!(R=y.terminators.exec(n)))break;A=E(n.substring(S,R.index),R[0]),S=R.index+A}for(E(n.substr(S)),N=y;N.parent;N=N.parent)N.className&&(k+=M);return{relevance:j,value:k,language:e,top:y}}catch(e){if(e.message&&-1!==e.message.indexOf("Illegal"))return{relevance:0,value:t(n)};throw e}}function m(e,n){n=n||C.languages||w(_);var a={relevance:0,value:t(e)},l=a;return n.filter(v).forEach(function(t){var n=u(t,e,!1);n.language=t,n.relevance>l.relevance&&(l=n),n.relevance>a.relevance&&(l=a,a=n)}),l.language&&(a.second_best=l),a}function f(e){return C.tabReplace||C.useBR?e.replace(R,function(e,t){return C.useBR&&"\n"===e?"
":C.tabReplace?t.replace(/\t/g,C.tabReplace):""}):e}function b(e,t,n){var a=t?k[t]:n,l=[e.trim()];return e.match(/\bhljs\b/)||l.push("hljs"),-1===e.indexOf(a)&&l.push(a),l.join(" ").trim()}function p(e){var t,n,a,i,o,d=r(e);l(d)||(C.useBR?(t=document.createElementNS("http://www.w3.org/1999/xhtml","div"),t.innerHTML=e.innerHTML.replace(/\n/g,"").replace(//g,"\n")):t=e,o=t.textContent,a=d?u(d,o,!0):m(o),n=s(t),n.length&&(i=document.createElementNS("http://www.w3.org/1999/xhtml","div"),i.innerHTML=a.value,a.value=c(n,s(i),o)),a.value=f(a.value),e.innerHTML=a.value,e.className=b(e.className,d,a.language),e.result={language:a.language,re:a.relevance},a.second_best&&(e.second_best={language:a.second_best.language,re:a.second_best.relevance}))}function x(e){C=i(C,e)}function h(){if(!h.called){h.called=!0;var e=document.querySelectorAll("pre code");y.forEach.call(e,p)}}function E(){addEventListener("DOMContentLoaded",h,!1),addEventListener("load",h,!1)}function g(t,n){var a=_[t]=n(e);a.aliases&&a.aliases.forEach(function(e){k[e]=t})}function N(){return w(_)}function v(e){return e=(e||"").toLowerCase(),_[e]||_[k[e]]}var y=[],w=Object.keys,_={},k={},O=/^(no-?highlight|plain|text)$/i,j=/\blang(?:uage)?-([\w-]+)\b/i,R=/((^(<[^>]+>|\t|)+|(?:\n)))/gm,M="",C={classPrefix:"hljs-",tabReplace:null,useBR:!1,languages:void 0};return e.highlight=u,e.highlightAuto=m,e.fixMarkup=f,e.highlightBlock=p,e.configure=x,e.initHighlighting=h,e.initHighlightingOnLoad=E,e.registerLanguage=g,e.listLanguages=N,e.getLanguage=v,e.inherit=i,e.IDENT_RE="[a-zA-Z]\\w*",e.UNDERSCORE_IDENT_RE="[a-zA-Z_]\\w*",e.NUMBER_RE="\\b\\d+(\\.\\d+)?",e.C_NUMBER_RE="(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",e.BINARY_NUMBER_RE="\\b(0b[01]+)",e.RE_STARTERS_RE="!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~",e.BACKSLASH_ESCAPE={begin:"\\\\[\\s\\S]",relevance:0},e.APOS_STRING_MODE={className:"string",begin:"'",end:"'",illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},e.QUOTE_STRING_MODE={className:"string",begin:'"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},e.PHRASAL_WORDS_MODE={begin:/\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\b/},e.COMMENT=function(t,n,a){var l=e.inherit({className:"comment",begin:t,end:n,contains:[]},a||{});return l.contains.push(e.PHRASAL_WORDS_MODE),l.contains.push({className:"doctag",begin:"(?:TODO|FIXME|NOTE|BUG|XXX):",relevance:0}),l},e.C_LINE_COMMENT_MODE=e.COMMENT("//","$"),e.C_BLOCK_COMMENT_MODE=e.COMMENT("/\\*","\\*/"),e.HASH_COMMENT_MODE=e.COMMENT("#","$"),e.NUMBER_MODE={className:"number",begin:e.NUMBER_RE,relevance:0},e.C_NUMBER_MODE={className:"number",begin:e.C_NUMBER_RE,relevance:0},e.BINARY_NUMBER_MODE={className:"number",begin:e.BINARY_NUMBER_RE,relevance:0},e.CSS_NUMBER_MODE={className:"number",begin:e.NUMBER_RE+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",relevance:0},e.REGEXP_MODE={className:"regexp",begin:/\//,end:/\/[gimuy]*/,illegal:/\n/,contains:[e.BACKSLASH_ESCAPE,{begin:/\[/,end:/\]/,relevance:0,contains:[e.BACKSLASH_ESCAPE]}]},e.TITLE_MODE={className:"title",begin:e.IDENT_RE,relevance:0},e.UNDERSCORE_TITLE_MODE={className:"title",begin:e.UNDERSCORE_IDENT_RE,relevance:0},e.METHOD_GUARD={begin:"\\.\\s*"+e.UNDERSCORE_IDENT_RE,relevance:0},e})},516:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a=function(e,t){return Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}(["\n background:#fff;\n .page-body{\n \t padding: 0px 130px;\n \t @media screen and (max-width: ",") {padding: 0px 0px;}\n \th4 {\n\t\t\t font-size: 21px;\n\t\t\t font-weight: 400;\n\t\t\t font-family:",";\n\t\t\t margin-bottom: 0px;\n\t\t\t color: ",';\n\t\t\t margin-top: 15px;\n\t\t\t margin-bottom: 15px;\n\t\t\t &:before {\n\t\t\t display: block;\n\t\t\t height: 6rem;\n\t\t\t margin-top: -6rem;\n\t\t\t visibility: hidden;\n\t\t\t content: "";\n\t\t\t }\n\t\t\t}\n\t\t\th3 {\n\t\t\t font-size: 27px;\n\t\t\t color:',";\n\t\t\t font-family:",';\n\t\t\t margin-bottom: 0px;\n\t\t\t margin-top: 25px;\n\t\t\t margin-bottom: -10px;\n\t\t\t &:before {\n\t\t\t display: block;\n\t\t\t height: 6rem;\n\t\t\t margin-top: -6rem;\n\t\t\t visibility: hidden;\n\t\t\t content: "";\n\t\t\t }\n\t\t\t }\n\t\t\tdiv {\n\t\t\t font-size: 15px;\n\t\t\t margin-top: 15px;margin-bottom: 40px;\n\t\t\t color: ',";\n\t\t\t}\n\t\t\tpre {\n\t\t\t white-space: pre-line;\n\t\t\t margin: 0px;\n\t\t\t}\n\t\t\tmax-width: ",";\n\t\t margin: 0px auto;\n\t\t margin-top: 0;\n\t\t padding-bottom: 50px;\n\t\t @media screen and (max-width: ",") {\n\t\t\t\tdiv {\n\t\t\t font-size: 14px;\n\t\t\t }\n\t\t\t h3 {\n\t\t\t font-size: 21px;\n\t\t\t }\n\t\t }\n\t\t .page-body-in{\n\t\t \t@media screen and (max-width: ",") {\n\t\t\t\t\tmargin-top: 0px!important;\n\t\t \t}\n\t\t \tcode.hljs {\n\t\t\t\t padding: 1em;\n\t\t\t\t}\n\t\t\t\tcode.display {\n\t\t\t\t border-top-left-radius: 0px;\n\t\t\t\t border-top-right-radius: 0px;\n\t\t\t\t}\n\t\t\t\tcode.side {\n\t\t\t\t color: #c7254e;\n background: #f9f2f4;\n padding: 1px 5px!important;\n font-size: 13px;\n display: -webkit-inline-box!important;\n display: -webkit-inline-flex!important;\n display: -ms-inline-flexbox!important;\n display: inline-flex!important;\n border-radius: 3px;\n\t\t\t\t \n\t\t\t\t}\n\t\t\t\t.tab {\n\t\t\t\t\t padding-left: 15px;\n\t\t\t\t\t}\n\n\t\t\t\t\t.tab-2 {\n\t\t\t\t\t padding-left: 30px;\n\t\t\t\t\t}\n\t\t\t\tspan.hljs-tag {\n\t\t\t\t margin-bottom: 2px;\n\t\t\t\t display: inline-block;\n\t\t\t\t}\n\t\t }\n\n }\n .page-head {\n\t\t\t p {\n\t\t\t font-size: 19px;\n\t\t\t padding: 0px 40px;\n\t\t\t color: #fff;\n\t\t\t margin-top: 0px;\n\t\t\t font-weight:400;\n\t\t\t }\n\t\t\t background-color: ",";\n\t\t\t \n\t\t\t h1 {\n\t\t\t font-size: 48px;\n\t\t\t font-weight:700;\n\t\t\t font-family:",";\n\t\t\t color: ",";\n\t\t\t margin-bottom: 10px;\n\t\t\t margin-top: 0;\n\t\t\t text-align: left;\n\t\t\t padding: 0px 40px;\n\t\t\t line-height: 60px;\n\n\t\t\t }\n\t\t\t .page-head-in {\n\t\t\t\t max-width: ",";\n\t\t\t\t margin: 0 auto;\n\t\t\t\t}\n\t\t\t\t.page-head-bg{\n\t\t\t\t\t background-color:",";\n \t\t background-size:100%; \n\t\t\t padding:50px 150px;\n\t\t\t\t\tpadding-top:140px;\n\t\t\t @media screen and (max-width: ",") {\n\t\t\t\t\tbackground-size: 200%;\n\t\t\t\t\tpadding:50px 0px;\n\t\t\t\t\tpadding-top:130px;\n\t\t\t\t\th1, p {\n\t\t\t\t padding: 0px;\n\t\t\t\t }\n\t\t\t\t .page-head-in {\n\t\t\t\t\t padding: 0px 20px;\n\t\t\t\t\t}\n\t\t\t\t\th1 {\n\t\t\t\t\t font-size: 40px;\n\t\t\t\t\t }\n\t\t\t\t}\n\t\t\t\t@media screen and (max-width: ",") {\n\t\t\t\t\tbackground-size: 300%;\n\t\t\t\t\th1 {\n\t\t\t\t font-size: 27px;\n\t\t\t\t line-height: 1.1;\n\t\t\t\t }\n\t\t\t\t p {\n\t\t\t\t font-size: 16px;\n\t\t\t\t }\n\t\t\t\t}\n\t\t\t\t@media screen and (max-width: ",") {\n\t\t\t\t\tbackground-size: 400%;\n\t\t\t\t\t\n\t\t\t\t p {\n\t\t\t\t font-size: 15px;\n\t\t\t\t }\n\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t\n\t\t} \n @media screen and (max-width: ",") {\n \t.page-cont-in {\n\t\t\t\tpadding: 0px;\n\t\t\t}\n } \n "],["\n background:#fff;\n .page-body{\n \t padding: 0px 130px;\n \t @media screen and (max-width: ",") {padding: 0px 0px;}\n \th4 {\n\t\t\t font-size: 21px;\n\t\t\t font-weight: 400;\n\t\t\t font-family:",";\n\t\t\t margin-bottom: 0px;\n\t\t\t color: ",';\n\t\t\t margin-top: 15px;\n\t\t\t margin-bottom: 15px;\n\t\t\t &:before {\n\t\t\t display: block;\n\t\t\t height: 6rem;\n\t\t\t margin-top: -6rem;\n\t\t\t visibility: hidden;\n\t\t\t content: "";\n\t\t\t }\n\t\t\t}\n\t\t\th3 {\n\t\t\t font-size: 27px;\n\t\t\t color:',";\n\t\t\t font-family:",';\n\t\t\t margin-bottom: 0px;\n\t\t\t margin-top: 25px;\n\t\t\t margin-bottom: -10px;\n\t\t\t &:before {\n\t\t\t display: block;\n\t\t\t height: 6rem;\n\t\t\t margin-top: -6rem;\n\t\t\t visibility: hidden;\n\t\t\t content: "";\n\t\t\t }\n\t\t\t }\n\t\t\tdiv {\n\t\t\t font-size: 15px;\n\t\t\t margin-top: 15px;margin-bottom: 40px;\n\t\t\t color: ',";\n\t\t\t}\n\t\t\tpre {\n\t\t\t white-space: pre-line;\n\t\t\t margin: 0px;\n\t\t\t}\n\t\t\tmax-width: ",";\n\t\t margin: 0px auto;\n\t\t margin-top: 0;\n\t\t padding-bottom: 50px;\n\t\t @media screen and (max-width: ",") {\n\t\t\t\tdiv {\n\t\t\t font-size: 14px;\n\t\t\t }\n\t\t\t h3 {\n\t\t\t font-size: 21px;\n\t\t\t }\n\t\t }\n\t\t .page-body-in{\n\t\t \t@media screen and (max-width: ",") {\n\t\t\t\t\tmargin-top: 0px!important;\n\t\t \t}\n\t\t \tcode.hljs {\n\t\t\t\t padding: 1em;\n\t\t\t\t}\n\t\t\t\tcode.display {\n\t\t\t\t border-top-left-radius: 0px;\n\t\t\t\t border-top-right-radius: 0px;\n\t\t\t\t}\n\t\t\t\tcode.side {\n\t\t\t\t color: #c7254e;\n background: #f9f2f4;\n padding: 1px 5px!important;\n font-size: 13px;\n display: -webkit-inline-box!important;\n display: -webkit-inline-flex!important;\n display: -ms-inline-flexbox!important;\n display: inline-flex!important;\n border-radius: 3px;\n\t\t\t\t \n\t\t\t\t}\n\t\t\t\t.tab {\n\t\t\t\t\t padding-left: 15px;\n\t\t\t\t\t}\n\n\t\t\t\t\t.tab-2 {\n\t\t\t\t\t padding-left: 30px;\n\t\t\t\t\t}\n\t\t\t\tspan.hljs-tag {\n\t\t\t\t margin-bottom: 2px;\n\t\t\t\t display: inline-block;\n\t\t\t\t}\n\t\t }\n\n }\n .page-head {\n\t\t\t p {\n\t\t\t font-size: 19px;\n\t\t\t padding: 0px 40px;\n\t\t\t color: #fff;\n\t\t\t margin-top: 0px;\n\t\t\t font-weight:400;\n\t\t\t }\n\t\t\t background-color: ",";\n\t\t\t \n\t\t\t h1 {\n\t\t\t font-size: 48px;\n\t\t\t font-weight:700;\n\t\t\t font-family:",";\n\t\t\t color: ",";\n\t\t\t margin-bottom: 10px;\n\t\t\t margin-top: 0;\n\t\t\t text-align: left;\n\t\t\t padding: 0px 40px;\n\t\t\t line-height: 60px;\n\n\t\t\t }\n\t\t\t .page-head-in {\n\t\t\t\t max-width: ",";\n\t\t\t\t margin: 0 auto;\n\t\t\t\t}\n\t\t\t\t.page-head-bg{\n\t\t\t\t\t background-color:",";\n \t\t background-size:100%; \n\t\t\t padding:50px 150px;\n\t\t\t\t\tpadding-top:140px;\n\t\t\t @media screen and (max-width: ",") {\n\t\t\t\t\tbackground-size: 200%;\n\t\t\t\t\tpadding:50px 0px;\n\t\t\t\t\tpadding-top:130px;\n\t\t\t\t\th1, p {\n\t\t\t\t padding: 0px;\n\t\t\t\t }\n\t\t\t\t .page-head-in {\n\t\t\t\t\t padding: 0px 20px;\n\t\t\t\t\t}\n\t\t\t\t\th1 {\n\t\t\t\t\t font-size: 40px;\n\t\t\t\t\t }\n\t\t\t\t}\n\t\t\t\t@media screen and (max-width: ",") {\n\t\t\t\t\tbackground-size: 300%;\n\t\t\t\t\th1 {\n\t\t\t\t font-size: 27px;\n\t\t\t\t line-height: 1.1;\n\t\t\t\t }\n\t\t\t\t p {\n\t\t\t\t font-size: 16px;\n\t\t\t\t }\n\t\t\t\t}\n\t\t\t\t@media screen and (max-width: ",") {\n\t\t\t\t\tbackground-size: 400%;\n\t\t\t\t\t\n\t\t\t\t p {\n\t\t\t\t font-size: 15px;\n\t\t\t\t }\n\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t\n\t\t} \n @media screen and (max-width: ",") {\n \t.page-cont-in {\n\t\t\t\tpadding: 0px;\n\t\t\t}\n } \n "]),l=n(48),r=function(e){return e&&e.__esModule?e:{default:e}}(l),i=n(47),s=r.default.div(a,i.BREAKPOINT_LG,i.FONT_FAMILY_HEADER,i.HEADER_COLOR,i.HEADER_COLOR,i.FONT_FAMILY_HEADER,i.ICON_COLOR,i.MAX_WIDTH,i.BREAKPOINT_MD,i.BREAKPOINT_LG,i.HEADER_BACKGROUND,i.FONT_FAMILY_HEADER,i.MAIN_HEADER_COLOR,i.MAX_WIDTH,i.HEADER_BACKGROUND,i.BREAKPOINT_LG,i.BREAKPOINT_MD,i.BREAKPOINT_SM,i.BREAKPOINT_LG);t.default=s},517:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a=function(e,t){return Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}(["\n \t\t display: flex;\n \t\t .docs-sidebar {\n\t\t\t\tflex: 1;\n\t\t\t\t order: 1;\n\t\t\t\t @media screen and (max-width: ",") {\n\t\t\t\t \tdisplay:none;\n\t\t\t\t }\n\t\t\t\t .docs-sidebar-list{\n\t\t\t\t \tli {\n\t\t\t\t\t padding: 1px 10px;\n\t\t\t\t\t a {\n\t\t\t\t\t \tfont-weight: 500;\n\t\t\t\t\t color: ",";\n\t\t\t\t\t font-size: 14px;\n\t\t\t\t\t &:hover {\n\t\t\t\t\t color: ",";\n\t\t\t\t\t \t\t}\n\t\t\t\t\t\t}\n\t\t\t\t \t}\n\t\t\t\t \tul {\n\t\t\t\t\t list-style: none;\n\t\t\t\t\t padding: 5px;\n\t\t\t\t\t margin: 5px 10px;\n\t\t\t\t\t margin-right: 0px;\n\t\t\t\t\t padding-right: 0px;\n\t\t\t\t\t border-left: 1px solid #ebebeb;\n\t\t\t\t\t li{\n\t\t\t\t\t \ta{\n\t\t\t\t\t \t\tfont-weight: 400!important;\n\t\t\t\t\t \t}\n\t\t\t\t\t }\n\t\t\t\t\t}\n\t\t\t\t\tposition: -webkit-sticky;\n\t\t\t\t position: sticky;\n\t\t\t\t box-sizing: border-box;\n\t\t\t\t top: 90px;\n\t\t\t\t list-style: none;\n\t\t\t\t padding: 0;\n\t\t\t\t margin: 30px;\n\t\t\t\t padding-left: 20px;\n\t\t\t\t border-right: 1px solid ",";\n\n\t\t\t\t }\n\t\t\t}\n\n\t\t\t.docs-content {\n\t\t\t\t overflow: hidden;\n\t\t\t\tflex: 2;\n\t\t\t\torder: 2;\n\t\t\t\tpadding: 0 50px;\n\t\t\t\t @media screen and (max-width: ",") {\n\t\t\t\t \tpadding: 20px;\n\t\t\t\t }\n\t\t\t}\n "],["\n \t\t display: flex;\n \t\t .docs-sidebar {\n\t\t\t\tflex: 1;\n\t\t\t\t order: 1;\n\t\t\t\t @media screen and (max-width: ",") {\n\t\t\t\t \tdisplay:none;\n\t\t\t\t }\n\t\t\t\t .docs-sidebar-list{\n\t\t\t\t \tli {\n\t\t\t\t\t padding: 1px 10px;\n\t\t\t\t\t a {\n\t\t\t\t\t \tfont-weight: 500;\n\t\t\t\t\t color: ",";\n\t\t\t\t\t font-size: 14px;\n\t\t\t\t\t &:hover {\n\t\t\t\t\t color: ",";\n\t\t\t\t\t \t\t}\n\t\t\t\t\t\t}\n\t\t\t\t \t}\n\t\t\t\t \tul {\n\t\t\t\t\t list-style: none;\n\t\t\t\t\t padding: 5px;\n\t\t\t\t\t margin: 5px 10px;\n\t\t\t\t\t margin-right: 0px;\n\t\t\t\t\t padding-right: 0px;\n\t\t\t\t\t border-left: 1px solid #ebebeb;\n\t\t\t\t\t li{\n\t\t\t\t\t \ta{\n\t\t\t\t\t \t\tfont-weight: 400!important;\n\t\t\t\t\t \t}\n\t\t\t\t\t }\n\t\t\t\t\t}\n\t\t\t\t\tposition: -webkit-sticky;\n\t\t\t\t position: sticky;\n\t\t\t\t box-sizing: border-box;\n\t\t\t\t top: 90px;\n\t\t\t\t list-style: none;\n\t\t\t\t padding: 0;\n\t\t\t\t margin: 30px;\n\t\t\t\t padding-left: 20px;\n\t\t\t\t border-right: 1px solid ",";\n\n\t\t\t\t }\n\t\t\t}\n\n\t\t\t.docs-content {\n\t\t\t\t overflow: hidden;\n\t\t\t\tflex: 2;\n\t\t\t\torder: 2;\n\t\t\t\tpadding: 0 50px;\n\t\t\t\t @media screen and (max-width: ",") {\n\t\t\t\t \tpadding: 20px;\n\t\t\t\t }\n\t\t\t}\n "]),l=n(48),r=function(e){return e&&e.__esModule?e:{default:e}}(l),i=n(47),s=r.default.div(a,i.BREAKPOINT_LG,i.ICON_COLOR,i.HEADER_COLOR,i.BORDER_COLOR,i.BREAKPOINT_LG);t.default=s},518:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a=function(e,t){return Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}(["\n.hljs {\n display: block;\n overflow-x: auto;\n color: #313133;\n background: ",";\n padding: 0.7em;\n font-size: 14px;\n border-radius: 0px; \n }\n\n.hljs-doctag, .hljs-keyword, .hljs-formula {\n color: #a626a4;\n}\n\n.hljs-section, .hljs-name, .hljs-selector-tag, .hljs-deletion, .hljs-subst {\n color: #2f6f9f;\n}\n\n.hljs-literal {\n color: #0184bb;\n}\n\n.hljs-string, .hljs-regexp, .hljs-addition, .hljs-attribute, .hljs-meta-string {\n color: #d44950;\n}\n\n.hljs-built_in, .hljs-class .hljs-title {\n color: #c18401;\n}\n\n.hljs-attr, .hljs-variable, .hljs-template-variable, .hljs-type, .hljs-selector-class, .hljs-selector-attr, .hljs-selector-pseudo, .hljs-number {\n color: #4f9fcf;\n}\n\n.hljs-symbol, .hljs-bullet, .hljs-link, .hljs-meta, .hljs-selector-id, .hljs-title {\n color: #099;\n}\n\n\n\n.hljs-comment, .hljs-quote {\n color: #a0a1a7;\n font-style: italic;\n}\n.hljs-emphasis {\n font-style: italic;\n}\n\n.hljs-strong {\n font-weight: bold;\n}\n\n.hljs-link {\n text-decoration: underline;\n}\n "],["\n.hljs {\n display: block;\n overflow-x: auto;\n color: #313133;\n background: ",";\n padding: 0.7em;\n font-size: 14px;\n border-radius: 0px; \n }\n\n.hljs-doctag, .hljs-keyword, .hljs-formula {\n color: #a626a4;\n}\n\n.hljs-section, .hljs-name, .hljs-selector-tag, .hljs-deletion, .hljs-subst {\n color: #2f6f9f;\n}\n\n.hljs-literal {\n color: #0184bb;\n}\n\n.hljs-string, .hljs-regexp, .hljs-addition, .hljs-attribute, .hljs-meta-string {\n color: #d44950;\n}\n\n.hljs-built_in, .hljs-class .hljs-title {\n color: #c18401;\n}\n\n.hljs-attr, .hljs-variable, .hljs-template-variable, .hljs-type, .hljs-selector-class, .hljs-selector-attr, .hljs-selector-pseudo, .hljs-number {\n color: #4f9fcf;\n}\n\n.hljs-symbol, .hljs-bullet, .hljs-link, .hljs-meta, .hljs-selector-id, .hljs-title {\n color: #099;\n}\n\n\n\n.hljs-comment, .hljs-quote {\n color: #a0a1a7;\n font-style: italic;\n}\n.hljs-emphasis {\n font-style: italic;\n}\n\n.hljs-strong {\n font-weight: bold;\n}\n\n.hljs-link {\n text-decoration: underline;\n}\n "]),l=n(48),r=function(e){return e&&e.__esModule?e:{default:e}}(l),i=n(47),s=r.default.pre(a,i.LIGHT_BACKGROUND);t.default=s},519:function(e,t){e.exports=function(e){var t={endsWithParent:!0,illegal:/`]+/}]}]}]};return{aliases:["html","xhtml","rss","atom","xjb","xsd","xsl","plist"],case_insensitive:!0,contains:[{className:"meta",begin:"",relevance:10,contains:[{begin:"\\[",end:"\\]"}]},e.COMMENT("\x3c!--","--\x3e",{relevance:10}),{begin:"<\\!\\[CDATA\\[",end:"\\]\\]>",relevance:10},{begin:/<\?(php)?/,end:/\?>/,subLanguage:"php",contains:[{begin:"/\\*",end:"\\*/",skip:!0}]},{className:"tag",begin:"|$)",end:">",keywords:{name:"style"},contains:[t],starts:{end:"",returnEnd:!0,subLanguage:["css","xml"]}},{className:"tag",begin:"|$)",end:">",keywords:{name:"script"},contains:[t],starts:{end:"<\/script>",returnEnd:!0,subLanguage:["actionscript","javascript","handlebars","xml"]}},{className:"meta",variants:[{begin:/<\?xml/,end:/\?>/,relevance:10},{begin:/<\?\w+/,end:/\?>/}]},{className:"tag",begin:"",contains:[{className:"name",begin:/[^\/><\s]+/,relevance:0},t]}]}}},570:function(e,t,n){function a(e){return n(l(e))}function l(e){var t=r[e];if(!(t+1))throw new Error("Cannot find module '"+e+"'.");return t}var r={"./javascript":571,"./xml":519};a.keys=function(){return Object.keys(r)},a.resolve=l,e.exports=a,a.id=570},571:function(e,t){e.exports=function(e){var t="[A-Za-z$_][0-9A-Za-z$_]*",n={keyword:"in of if for while finally var new function do return void else break catch instanceof with throw case default try this switch continue typeof delete let yield const export super debugger as async await static import from as",literal:"true false null undefined NaN Infinity",built_in:"eval isFinite isNaN parseFloat parseInt decodeURI decodeURIComponent encodeURI encodeURIComponent escape unescape Object Function Boolean Error EvalError InternalError RangeError ReferenceError StopIteration SyntaxError TypeError URIError Number Math Date String RegExp Array Float32Array Float64Array Int16Array Int32Array Int8Array Uint16Array Uint32Array Uint8Array Uint8ClampedArray ArrayBuffer DataView JSON Intl arguments require module console window document Symbol Set Map WeakSet WeakMap Proxy Reflect Promise"},a={className:"number",variants:[{begin:"\\b(0[bB][01]+)"},{begin:"\\b(0[oO][0-7]+)"},{begin:e.C_NUMBER_RE}],relevance:0},l={className:"subst",begin:"\\$\\{",end:"\\}",keywords:n,contains:[]},r={className:"string",begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE,l]};l.contains=[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,r,a,e.REGEXP_MODE];var i=l.contains.concat([e.C_BLOCK_COMMENT_MODE,e.C_LINE_COMMENT_MODE]);return{aliases:["js","jsx"],keywords:n,contains:[{className:"meta",relevance:10,begin:/^\s*['"]use (strict|asm)['"]/},{className:"meta",begin:/^#!/,end:/$/},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,r,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,a,{begin:/[{,]\s*/,relevance:0,contains:[{begin:t+"\\s*:",returnBegin:!0,relevance:0,contains:[{className:"attr",begin:t,relevance:0}]}]},{begin:"("+e.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.REGEXP_MODE,{className:"function",begin:"(\\(.*?\\)|"+t+")\\s*=>",returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:t},{begin:/\(\s*\)/},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:n,contains:i}]}]},{begin://,subLanguage:"xml",contains:[{begin:/<\w+\s*\/>/,skip:!0},{begin:/<\w+/,end:/(\/\w+|\w+\/)>/,skip:!0,contains:[{begin:/<\w+\s*\/>/,skip:!0},"self"]}]}],relevance:0},{className:"function",beginKeywords:"function",end:/\{/,excludeEnd:!0,contains:[e.inherit(e.TITLE_MODE,{begin:t}),{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,contains:i}],illegal:/\[|%/},{begin:/\$[(.]/},e.METHOD_GUARD,{className:"class",beginKeywords:"class",end:/[{;=]/,excludeEnd:!0,illegal:/[:"\[\]]/,contains:[{beginKeywords:"extends"},e.UNDERSCORE_TITLE_MODE]},{beginKeywords:"constructor",end:/\{/,excludeEnd:!0}],illegal:/#(?!!)/}}}}); //# sourceMappingURL=1.bundle.js.map \ No newline at end of file diff --git a/static/dist/1.bundle.js.gz b/static/dist/1.bundle.js.gz index 35af023..0d3072e 100644 Binary files a/static/dist/1.bundle.js.gz and b/static/dist/1.bundle.js.gz differ diff --git a/static/dist/2.bundle.js b/static/dist/2.bundle.js index 8cd3e7b..4971b04 100644 --- a/static/dist/2.bundle.js +++ b/static/dist/2.bundle.js @@ -1,2 +1,2 @@ -webpackJsonp([2],{490:function(t,n,e){"use strict";function a(t){return t&&t.__esModule?t:{default:t}}function i(t,n){if(!(t instanceof n))throw new TypeError("Cannot call a class as a function")}function o(t,n){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!n||"object"!=typeof n&&"function"!=typeof n?t:n}function l(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Super expression must either be null or a function, not "+typeof n);t.prototype=Object.create(n&&n.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),n&&(Object.setPrototypeOf?Object.setPrototypeOf(t,n):t.__proto__=n)}Object.defineProperty(n,"__esModule",{value:!0});var d=function(){function t(t,n){for(var e=0;e1?t-1:0),r=1;r=128?"#000":"#fff"}};t.red={hsl:{a:1,h:0,l:.5,s:1},hex:"#ff0000",rgb:{r:255,g:0,b:0,a:1},hsv:{h:0,s:1,v:1,a:1}}},function(e,t){function n(e){return null!=e&&"object"==typeof e}e.exports=n},function(e,t){function n(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}e.exports=n},function(e,t,n){function r(e,t){return(l(e)?a:i)(e,o(t,3))}var a=n(544),o=n(606),i=n(664),l=n(494);e.exports=r},function(e,t,n){function r(e){return null==e?void 0===e?s:l:u&&u in Object(e)?o(e):i(e)}var a=n(503),o=n(595),i=n(596),l="[object Null]",s="[object Undefined]",u=a?a.toStringTag:void 0;e.exports=r},function(e,t,n){function r(e,t){var n=o(e,t);return a(n)?n:void 0}var a=n(619),o=n(622);e.exports=r},,function(e,t,n){var r=n(495),a=r.Symbol;e.exports=a},function(e,t,n){function r(e){return i(e)?a(e):o(e)}var a=n(536),o=n(603),i=n(505);e.exports=r},function(e,t,n){function r(e){return null!=e&&o(e.length)&&!a(e)}var a=n(541),o=n(522);e.exports=r},function(e,t,n){function r(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t/g,">")}function n(e){return e.nodeName.toLowerCase()}function r(e,t){var n=e&&e.exec(t);return n&&0===n.index}function a(e){return S.test(e)}function o(e){var t,n,r,o,i=e.className+" ";if(i+=e.parentNode?e.parentNode.className:"",n=O.exec(i))return w(n[1])?n[1]:"no-highlight";for(i=i.split(/\s+/),t=0,r=i.length;t"}function l(e){c+=""}function s(e){("start"===e.event?i:l)(e.node)}for(var u=0,c="",f=[];e.length||r.length;){var d=o();if(c+=t(a.substring(u,d[0].offset)),u=d[0].offset,d===e){f.reverse().forEach(l);do{s(d.splice(0,1)[0]),d=o()}while(d===e&&d.length&&d[0].offset===u);f.reverse().forEach(i)}else"start"===d[0].event?f.push(d[0].node):f.pop(),s(d.splice(0,1)[0])}return c+t(a.substr(u))}function u(e){return e.variants&&!e.cached_variants&&(e.cached_variants=e.variants.map(function(t){return i(e,{variants:null},t)})),e.cached_variants||e.endsWithParent&&[i(e)]||[e]}function c(e){function t(e){return e&&e.source||e}function n(n,r){return new RegExp(t(n),"m"+(e.case_insensitive?"i":"")+(r?"g":""))}function r(a,o){if(!a.compiled){if(a.compiled=!0,a.keywords=a.keywords||a.beginKeywords,a.keywords){var i={},l=function(t,n){e.case_insensitive&&(n=n.toLowerCase()),n.split(" ").forEach(function(e){var n=e.split("|");i[n[0]]=[t,n[1]?Number(n[1]):1]})};"string"==typeof a.keywords?l("keyword",a.keywords):E(a.keywords).forEach(function(e){l(e,a.keywords[e])}),a.keywords=i}a.lexemesRe=n(a.lexemes||/\w+/,!0),o&&(a.beginKeywords&&(a.begin="\\b("+a.beginKeywords.split(" ").join("|")+")\\b"),a.begin||(a.begin=/\B|\b/),a.beginRe=n(a.begin),a.end||a.endsWithParent||(a.end=/\B|\b/),a.end&&(a.endRe=n(a.end)),a.terminator_end=t(a.end)||"",a.endsWithParent&&o.terminator_end&&(a.terminator_end+=(a.end?"|":"")+o.terminator_end)),a.illegal&&(a.illegalRe=n(a.illegal)),null==a.relevance&&(a.relevance=1),a.contains||(a.contains=[]),a.contains=Array.prototype.concat.apply([],a.contains.map(function(e){return u("self"===e?a:e)})),a.contains.forEach(function(e){r(e,a)}),a.starts&&r(a.starts,o);var s=a.contains.map(function(e){return e.beginKeywords?"\\.?("+e.begin+")\\.?":e.begin}).concat([a.terminator_end,a.illegal]).map(t).filter(Boolean);a.terminators=s.length?n(s.join("|"),!0):{exec:function(){return null}}}}r(e)}function f(e,n,a,o){function i(e,t){var n,a;for(n=0,a=t.contains.length;n')+t+i}function h(){var e,n,r,a;if(!_.keywords)return t(S);for(a="",n=0,_.lexemesRe.lastIndex=0,r=_.lexemesRe.exec(S);r;)a+=t(S.substring(n,r.index)),e=u(_,r),e?(O+=e[1],a+=p(e[0],t(r[0]))):a+=t(r[0]),n=_.lexemesRe.lastIndex,r=_.lexemesRe.exec(S);return a+t(S.substr(n))}function b(){var e="string"==typeof _.subLanguage;if(e&&!k[_.subLanguage])return t(S);var n=e?f(_.subLanguage,S,!0,E[_.subLanguage]):d(S,_.subLanguage.length?_.subLanguage:void 0);return _.relevance>0&&(O+=n.relevance),e&&(E[_.subLanguage]=n.top),p(n.language,n.value,!1,!0)}function g(){C+=null!=_.subLanguage?b():h(),S=""}function v(e){C+=e.className?p(e.className,"",!0):"",_=Object.create(e,{parent:{value:_}})}function x(e,t){if(S+=e,null==t)return g(),0;var n=i(t,_);if(n)return n.skip?S+=t:(n.excludeBegin&&(S+=t),g(),n.returnBegin||n.excludeBegin||(S=t)),v(n,t),n.returnBegin?0:t.length;var r=l(_,t);if(r){var a=_;a.skip?S+=t:(a.returnEnd||a.excludeEnd||(S+=t),g(),a.excludeEnd&&(S=t));do{_.className&&(C+=A),_.skip||(O+=_.relevance),_=_.parent}while(_!==r.parent);return r.starts&&v(r.starts,""),a.returnEnd?0:t.length}if(s(t,_))throw new Error('Illegal lexeme "'+t+'" for mode "'+(_.className||"")+'"');return S+=t,t.length||1}var m=w(e);if(!m)throw new Error('Unknown language: "'+e+'"');c(m);var y,_=o||m,E={},C="";for(y=_;y!==m;y=y.parent)y.className&&(C=p(y.className,"",!0)+C);var S="",O=0;try{for(var j,M,R=0;;){if(_.terminators.lastIndex=R,!(j=_.terminators.exec(n)))break;M=x(n.substring(R,j.index),j[0]),R=j.index+M}for(x(n.substr(R)),y=_;y.parent;y=y.parent)y.className&&(C+=A);return{relevance:O,value:C,language:e,top:_}}catch(e){if(e.message&&-1!==e.message.indexOf("Illegal"))return{relevance:0,value:t(n)};throw e}}function d(e,n){n=n||P.languages||E(k);var r={relevance:0,value:t(e)},a=r;return n.filter(w).forEach(function(t){var n=f(t,e,!1);n.language=t,n.relevance>a.relevance&&(a=n),n.relevance>r.relevance&&(a=r,r=n)}),a.language&&(r.second_best=a),r}function p(e){return P.tabReplace||P.useBR?e.replace(j,function(e,t){return P.useBR&&"\n"===e?"
":P.tabReplace?t.replace(/\t/g,P.tabReplace):""}):e}function h(e,t,n){var r=t?C[t]:n,a=[e.trim()];return e.match(/\bhljs\b/)||a.push("hljs"),-1===e.indexOf(r)&&a.push(r),a.join(" ").trim()}function b(e){var t,n,r,i,u,c=o(e);a(c)||(P.useBR?(t=document.createElementNS("http://www.w3.org/1999/xhtml","div"),t.innerHTML=e.innerHTML.replace(/\n/g,"").replace(//g,"\n")):t=e,u=t.textContent,r=c?f(c,u,!0):d(u),n=l(t),n.length&&(i=document.createElementNS("http://www.w3.org/1999/xhtml","div"),i.innerHTML=r.value,r.value=s(n,l(i),u)),r.value=p(r.value),e.innerHTML=r.value,e.className=h(e.className,c,r.language),e.result={language:r.language,re:r.relevance},r.second_best&&(e.second_best={language:r.second_best.language,re:r.second_best.relevance}))}function g(e){P=i(P,e)}function v(){if(!v.called){v.called=!0;var e=document.querySelectorAll("pre code");_.forEach.call(e,b)}}function x(){addEventListener("DOMContentLoaded",v,!1),addEventListener("load",v,!1)}function m(t,n){var r=k[t]=n(e);r.aliases&&r.aliases.forEach(function(e){C[e]=t})}function y(){return E(k)}function w(e){return e=(e||"").toLowerCase(),k[e]||k[C[e]]}var _=[],E=Object.keys,k={},C={},S=/^(no-?highlight|plain|text)$/i,O=/\blang(?:uage)?-([\w-]+)\b/i,j=/((^(<[^>]+>|\t|)+|(?:\n)))/gm,A="",P={classPrefix:"hljs-",tabReplace:null,useBR:!1,languages:void 0};return e.highlight=f,e.highlightAuto=d,e.fixMarkup=p,e.highlightBlock=b,e.configure=g,e.initHighlighting=v,e.initHighlightingOnLoad=x,e.registerLanguage=m,e.listLanguages=y,e.getLanguage=w,e.inherit=i,e.IDENT_RE="[a-zA-Z]\\w*",e.UNDERSCORE_IDENT_RE="[a-zA-Z_]\\w*",e.NUMBER_RE="\\b\\d+(\\.\\d+)?",e.C_NUMBER_RE="(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",e.BINARY_NUMBER_RE="\\b(0b[01]+)",e.RE_STARTERS_RE="!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~",e.BACKSLASH_ESCAPE={begin:"\\\\[\\s\\S]",relevance:0},e.APOS_STRING_MODE={className:"string",begin:"'",end:"'",illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},e.QUOTE_STRING_MODE={className:"string",begin:'"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},e.PHRASAL_WORDS_MODE={begin:/\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\b/},e.COMMENT=function(t,n,r){var a=e.inherit({className:"comment",begin:t,end:n,contains:[]},r||{});return a.contains.push(e.PHRASAL_WORDS_MODE),a.contains.push({className:"doctag",begin:"(?:TODO|FIXME|NOTE|BUG|XXX):",relevance:0}),a},e.C_LINE_COMMENT_MODE=e.COMMENT("//","$"),e.C_BLOCK_COMMENT_MODE=e.COMMENT("/\\*","\\*/"),e.HASH_COMMENT_MODE=e.COMMENT("#","$"),e.NUMBER_MODE={className:"number",begin:e.NUMBER_RE,relevance:0},e.C_NUMBER_MODE={className:"number",begin:e.C_NUMBER_RE,relevance:0},e.BINARY_NUMBER_MODE={className:"number",begin:e.BINARY_NUMBER_RE,relevance:0},e.CSS_NUMBER_MODE={className:"number",begin:e.NUMBER_RE+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",relevance:0},e.REGEXP_MODE={className:"regexp",begin:/\//,end:/\/[gimuy]*/,illegal:/\n/,contains:[e.BACKSLASH_ESCAPE,{begin:/\[/,end:/\]/,relevance:0,contains:[e.BACKSLASH_ESCAPE]}]},e.TITLE_MODE={className:"title",begin:e.IDENT_RE,relevance:0},e.UNDERSCORE_TITLE_MODE={className:"title",begin:e.UNDERSCORE_IDENT_RE,relevance:0},e.METHOD_GUARD={begin:"\\.\\s*"+e.UNDERSCORE_IDENT_RE,relevance:0},e})},,,function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=function(e,t){return Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}(["\n.hljs {\n display: block;\n overflow-x: auto;\n color: #313133;\n background: ",";\n padding: 0.7em;\n font-size: 14px;\n border-radius: 0px; \n }\n\n.hljs-doctag, .hljs-keyword, .hljs-formula {\n color: #a626a4;\n}\n\n.hljs-section, .hljs-name, .hljs-selector-tag, .hljs-deletion, .hljs-subst {\n color: #2f6f9f;\n}\n\n.hljs-literal {\n color: #0184bb;\n}\n\n.hljs-string, .hljs-regexp, .hljs-addition, .hljs-attribute, .hljs-meta-string {\n color: #d44950;\n}\n\n.hljs-built_in, .hljs-class .hljs-title {\n color: #c18401;\n}\n\n.hljs-attr, .hljs-variable, .hljs-template-variable, .hljs-type, .hljs-selector-class, .hljs-selector-attr, .hljs-selector-pseudo, .hljs-number {\n color: #4f9fcf;\n}\n\n.hljs-symbol, .hljs-bullet, .hljs-link, .hljs-meta, .hljs-selector-id, .hljs-title {\n color: #099;\n}\n\n\n\n.hljs-comment, .hljs-quote {\n color: #a0a1a7;\n font-style: italic;\n}\n.hljs-emphasis {\n font-style: italic;\n}\n\n.hljs-strong {\n font-weight: bold;\n}\n\n.hljs-link {\n text-decoration: underline;\n}\n "],["\n.hljs {\n display: block;\n overflow-x: auto;\n color: #313133;\n background: ",";\n padding: 0.7em;\n font-size: 14px;\n border-radius: 0px; \n }\n\n.hljs-doctag, .hljs-keyword, .hljs-formula {\n color: #a626a4;\n}\n\n.hljs-section, .hljs-name, .hljs-selector-tag, .hljs-deletion, .hljs-subst {\n color: #2f6f9f;\n}\n\n.hljs-literal {\n color: #0184bb;\n}\n\n.hljs-string, .hljs-regexp, .hljs-addition, .hljs-attribute, .hljs-meta-string {\n color: #d44950;\n}\n\n.hljs-built_in, .hljs-class .hljs-title {\n color: #c18401;\n}\n\n.hljs-attr, .hljs-variable, .hljs-template-variable, .hljs-type, .hljs-selector-class, .hljs-selector-attr, .hljs-selector-pseudo, .hljs-number {\n color: #4f9fcf;\n}\n\n.hljs-symbol, .hljs-bullet, .hljs-link, .hljs-meta, .hljs-selector-id, .hljs-title {\n color: #099;\n}\n\n\n\n.hljs-comment, .hljs-quote {\n color: #a0a1a7;\n font-style: italic;\n}\n.hljs-emphasis {\n font-style: italic;\n}\n\n.hljs-strong {\n font-weight: bold;\n}\n\n.hljs-link {\n text-decoration: underline;\n}\n "]),a=n(48),o=function(e){return e&&e.__esModule?e:{default:e}}(a),i=n(47),l=o.default.pre(r,i.LIGHT_BACKGROUND);t.default=l},function(e,t){e.exports=function(e){var t={endsWithParent:!0,illegal:/`]+/}]}]}]};return{aliases:["html","xhtml","rss","atom","xjb","xsd","xsl","plist"],case_insensitive:!0,contains:[{className:"meta",begin:"",relevance:10,contains:[{begin:"\\[",end:"\\]"}]},e.COMMENT("\x3c!--","--\x3e",{relevance:10}),{begin:"<\\!\\[CDATA\\[",end:"\\]\\]>",relevance:10},{begin:/<\?(php)?/,end:/\?>/,subLanguage:"php",contains:[{begin:"/\\*",end:"\\*/",skip:!0}]},{className:"tag",begin:"|$)",end:">",keywords:{name:"style"},contains:[t],starts:{end:"",returnEnd:!0,subLanguage:["css","xml"]}},{className:"tag",begin:"|$)",end:">",keywords:{name:"script"},contains:[t],starts:{end:"<\/script>",returnEnd:!0,subLanguage:["actionscript","javascript","handlebars","xml"]}},{className:"meta",variants:[{begin:/<\?xml/,end:/\?>/,relevance:10},{begin:/<\?\w+/,end:/\?>/}]},{className:"tag",begin:"",contains:[{className:"name",begin:/[^\/><\s]+/,relevance:0},t]}]}}},function(e,t,n){function r(e,t){return e&&a(e,o(t))}var a=n(535),o=n(542);e.exports=r},function(e,t,n){(function(e){var r=n(495),a=n(601),o="object"==typeof t&&t&&!t.nodeType&&t,i=o&&"object"==typeof e&&e&&!e.nodeType&&e,l=i&&i.exports===o,s=l?r.Buffer:void 0,u=s?s.isBuffer:void 0,c=u||a;e.exports=c}).call(t,n(521)(e))},function(e,t){e.exports=function(e){return e.webpackPolyfill||(e.deprecate=function(){},e.paths=[],e.children||(e.children=[]),Object.defineProperty(e,"loaded",{enumerable:!0,get:function(){return e.l}}),Object.defineProperty(e,"id",{enumerable:!0,get:function(){return e.i}}),e.webpackPolyfill=1),e}},function(e,t){function n(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=r}var r=9007199254740991;e.exports=n},function(e,t){function n(e){return function(t){return e(t)}}e.exports=n},function(e,t,n){(function(e){var r=n(534),a="object"==typeof t&&t&&!t.nodeType&&t,o=a&&"object"==typeof e&&e&&!e.nodeType&&e,i=o&&o.exports===a,l=i&&r.process,s=function(){try{var e=o&&o.require&&o.require("util").types;return e||l&&l.binding&&l.binding("util")}catch(e){}}();e.exports=s}).call(t,n(521)(e))},function(e,t){function n(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||r)}var r=Object.prototype;e.exports=n},function(e,t,n){var r=n(540),a=r(Object.getPrototypeOf,Object);e.exports=a},function(e,t,n){function r(e){var t=this.__data__=new a(e);this.size=t.size}var a=n(506),o=n(614),i=n(615),l=n(616),s=n(617),u=n(618);r.prototype.clear=o,r.prototype.delete=i,r.prototype.get=l,r.prototype.has=s,r.prototype.set=u,e.exports=r},function(e,t){function n(e,t){return e===t||e!==e&&t!==t}e.exports=n},function(e,t,n){var r=n(501),a=n(495),o=r(a,"Map");e.exports=o},function(e,t,n){function r(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t-1&&e%1==0&&ed))return!1;var h=c.get(e);if(h&&c.get(t))return h==t;var b=-1,g=!0,v=n&s?new a:void 0;for(c.set(e,t),c.set(t,e);++b=t||n<0||S&&r>=y}function p(){var e=o();if(d(e))return h(e);_=setTimeout(p,f(e))}function h(e){return _=void 0,O&&x?r(e):(x=m=void 0,w)}function b(){void 0!==_&&clearTimeout(_),k=0,x=E=m=_=void 0}function g(){return void 0===_?w:h(o())}function v(){var e=o(),n=d(e);if(x=arguments,m=this,E=e,n){if(void 0===_)return c(E);if(S)return _=setTimeout(p,t),r(E)}return void 0===_&&(_=setTimeout(p,t)),w}var x,m,y,w,_,E,k=0,C=!1,S=!1,O=!0;if("function"!=typeof e)throw new TypeError(l);return t=i(t)||0,a(n)&&(C=!!n.leading,S="maxWait"in n,y=S?s(i(n.maxWait)||0,t):y,O="trailing"in n?!!n.trailing:O),v.cancel=b,v.flush=g,v}var a=n(498),o=n(704),i=n(705),l="Expected a function",s=Math.max,u=Math.min;e.exports=r},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}function a(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function o(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function i(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}Object.defineProperty(t,"__esModule",{value:!0}),t.ColorWrap=void 0;var l=Object.assign||function(e){for(var t=1;t
",componentCode:""}):"LOGO"===this.props.icon.type_of_icon?this.setState({code:"",componentCode:""}):this.setState({code:"",componentCode:""})}},{key:"componentDidMount",value:function(){for(var e=document.querySelectorAll("code"),t=0;t0&&(t+=" bx-rotate-"+this.state.rotate,n+="rotate='"+this.state.rotate+"' "),"none"!==this.state.flip&&(t+=" bx-flip-"+this.state.flip,n+="flip='"+this.state.flip+"' ");var r="";0===this.state.fill.r&&0===this.state.fill.g&&0===this.state.fill.b&&1===this.state.fill.a||(1===this.state.fill.a?(r="style='color:"+this.state.hex+"' ",n+="color='"+this.state.hex+"' "):(r="style='color:rgba("+this.state.fill.r+","+this.state.fill.g+","+this.state.fill.b+","+this.state.fill.a+")' ",n+="color='rgba("+this.state.fill.r+","+this.state.fill.g+","+this.state.fill.b+","+this.state.fill.a+")' ")),this.setState({code:"",componentCode:""})}}},{key:"changeURI",value:function(){var e="",t=this.state.size,n=document.getElementsByClassName("injected-svg")[0];n&&(0,F.svgAsPngUri)(n,{scale:t},function(t){e=t,this.setState({uri:''},function(){})}.bind(this))}},{key:"handleAdjust",value:function(){var e="REGULAR",t=this.props.icon.name+"-regular";"REGULAR"===this.props.icon.type_of_icon&&(t=this.props.icon.name+"-solid",e="SOLID"),this.props.changeSideIcon(!0),this.props.setSelectedIcon(this.props.icon.name,t,e)}},{key:"handleSizes",value:function(){this.setState({showSizes:!this.state.showSizes})}},{key:"handleFlip",value:function(){0!==this.state.rotate&&this.setState({rotate:0});var e="bx bx-"+this.props.icon.name,t="name='"+this.props.icon.name+"' ",n="none";"SOLID"===this.props.icon.type_of_icon?(e="bx bxs-"+this.props.icon.name,t+="type='solid' "):"LOGO"===this.props.icon.type_of_icon&&(e="bx bxl-"+this.props.icon.name,t+="type='logo' "),"none"===this.state.flip?(this.setState({flip:"horizontal",svgTransform:"scaleX(-1)",svgFilter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"}),n="horizontal",e+=" bx-flip-"+n,t+="flip='"+n+"' "):"horizontal"===this.state.flip?(this.setState({flip:"vertical",svgTransform:"scaleY(-1)",svgFilter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}),n="vertical",e+=" bx-flip-"+n,t+="flip='"+n+"' "):"vertical"===this.state.flip&&this.setState({flip:"none",svgTransform:"",svgFilter:""}),"none"!==this.state.animation&&(e+=" bx-"+this.state.animation,t+="animation='"+this.state.animation+"' ");var r="";0===this.state.fill.r&&0===this.state.fill.g&&0===this.state.fill.b&&1===this.state.fill.a||(1===this.state.fill.a?(r="style='color:"+this.state.hex+"' ",t+="color='"+this.state.hex+"' "):(r="style='color:rgba("+this.state.fill.r+","+this.state.fill.g+","+this.state.fill.b+","+this.state.fill.a+")' ",t+="color='rgba("+this.state.fill.r+","+this.state.fill.g+","+this.state.fill.b+","+this.state.fill.a+")' ")),this.setState({code:"",componentCode:""})}},{key:"handleRotate",value:function(){"none"!==this.state.flip&&this.setState({flip:"none"});var e="bx bx-"+this.props.icon.name,t="name='"+this.props.icon.name+"' ";"SOLID"===this.props.icon.type_of_icon?(e="bx bxs-"+this.props.icon.name,t+="type='solid' "):"LOGO"===this.props.icon.type_of_icon&&(e="bx bxl-"+this.props.icon.name,t+="type='logo' "),"none"!==this.state.animation&&(e+=" bx-"+this.state.animation,t+="animation='"+this.state.animation+"' "),this.state.rotate+90!==360?(this.setState({rotate:this.state.rotate+90,svgTransform:"rotate("+(this.state.rotate+90)+"deg)",svgFilter:"progid:DXImageTransform.Microsoft.BasicImage(rotation="+(this.state.rotate+90)/90+")"}),e+=" bx-rotate-"+(this.state.rotate+90),t+="rotate='"+(this.state.rotate+90)+"' "):this.setState({rotate:0,svgTransform:"",svgFilter:""});var n="";0===this.state.fill.r&&0===this.state.fill.g&&0===this.state.fill.b&&1===this.state.fill.a||(1===this.state.fill.a?(n="style='color:"+this.state.hex+"' ",t+="color='"+this.state.hex+"' "):(n="style='color:rgba("+this.state.fill.r+","+this.state.fill.g+","+this.state.fill.b+","+this.state.fill.a+")' ",t+="color='rgba("+this.state.fill.r+","+this.state.fill.g+","+this.state.fill.b+","+this.state.fill.a+")' ")),this.setState({code:"",componentCode:""})}},{key:"handleSize",value:function(e){this.setState({size:e}),this.setState({showSizes:!1})}},{key:"handleAnimate",value:function(e){this.setState({animation:e}),this.setState({animateChoiceDisplay:!1});var t="bx bx-"+this.props.icon.name,n="name='"+this.props.icon.name+"' ";"SOLID"===this.props.icon.type_of_icon?(t="bx bxs-"+this.props.icon.name,n+="type='solid' "):"LOGO"===this.props.icon.type_of_icon&&(t="bx bxl-"+this.props.icon.name,n+="type='logo' "),"none"!==e&&(t+=" bx-"+e,n+="animation='"+e+"' "),this.state.rotate>0&&(t+=" bx-rotate-"+this.state.rotate,n+="rotate='"+this.state.rotate+"' "),"none"!==this.state.flip&&(t+=" bx-flip-"+this.state.flip,n+="flip='"+this.state.flip+"' ");var r="";0===this.state.fill.r&&0===this.state.fill.g&&0===this.state.fill.b&&1===this.state.fill.a||(1===this.state.fill.a?(r="style='color:"+this.state.hex+"' ",n+="color='"+this.state.hex+"' "):(r="style='color:rgba("+this.state.fill.r+","+this.state.fill.g+","+this.state.fill.b+","+this.state.fill.a+")' ",n+="color='rgba("+this.state.fill.r+","+this.state.fill.g+","+this.state.fill.b+","+this.state.fill.a+")' ")),this.setState({code:"",componentCode:""})}},{key:"handleFill",value:function(){this.setState({showFill:!this.state.showFill})}},{key:"savePNG",value:function(e){e.preventDefault();var t=this.state.size;(0,F.saveSvgAsPng)(document.getElementsByClassName("injected-svg")[0],this.props.icon.name+"-"+this.props.icon.type_of_icon.toLowerCase()+"-"+Math.ceil(24*this.state.size)+".png",{scale:t})}},{key:"getHTML",value:function(e){e.preventDefault(),this.setState({showHTML:!0}),this.changeURI()}},{key:"copyURI",value:function(){document.getElementById("uriID").select(),document.execCommand("copy"),this.setState({htmlcopied:!0}),setTimeout(function(){this.setState({htmlcopied:!1})}.bind(this),1e3)}},{key:"handleChangeComplete",value:function(e){var t="bx bx-"+this.props.icon.name,n="name='"+this.props.icon.name+"' ";if("SOLID"===this.props.icon.type_of_icon?(t="bx bxs-"+this.props.icon.name,n+="type='solid' "):"LOGO"===this.props.icon.type_of_icon&&(t="bx bxl-"+this.props.icon.name,n+="type='logo' "),this.state.rotate>0&&(t+=" bx-rotate-"+this.state.rotate,n+="rotate='"+this.state.rotate+"' "),"none"!==this.state.flip&&(t+=" bx-flip-"+this.state.flip,n+="flip='"+this.state.flip+"' "),"none"!==this.state.animation&&(t+=" bx-"+this.state.animation,n+="animation='"+this.state.animation+"' "),0!==e.rgb.r||0!==e.rgb.g||0!==e.rgb.b||1!==e.rgb.a){var r="";1===e.rgb.a?(r="style='color:"+e.hex+"' ",n+="color='"+e.hex+"' "):(r="style='color:rgba("+e.rgb.r+","+e.rgb.g+","+e.rgb.b+","+e.rgb.a+")' ",n+="color='rgba("+e.rgb.r+","+e.rgb.g+","+e.rgb.b+","+e.rgb.a+")' ")}this.setState({fill:e.rgb,hex:e.hex,code:"",componentCode:""})}},{key:"handleCurrentAnimation",value:function(){this.setState({animateChoiceDisplay:!this.state.animateChoiceDisplay}),this.setState({colorChoiceDisplay:!1})}},{key:"copyCode",value:function(){document.querySelector("#code").select(),document.execCommand("Copy"),this.setState({copied:!0}),setTimeout(function(){this.setState({copied:!1})}.bind(this),1e3)}},{key:"handleBoxClose",value:function(){this.props.changeSideIcon(!1),this.props.setSelectedIcon(null,null)}},{key:"render",value:function(){var e=this,t=(0,I.default)({active:this.state.copied,copied:!0}),n=(0,I.default)({active:this.state.htmlcopied,copied:!0}),r={color:"rgba("+this.state.fill.r+", "+this.state.fill.g+", "+this.state.fill.b+", "+this.state.fill.a+")"},a="/static/img/svg/bx-"+this.props.icon.name+".svg",o=this.props.icon,i="bx-"+o.name;return"SOLID"===o.type_of_icon?(a="/static/img/svg/bxs-"+this.props.icon.name+".svg",i="bxs-"+o.name):"LOGO"===o.type_of_icon&&(a="/static/img/svg/bxl-"+this.props.icon.name+".svg",i="bxl-"+o.name),m.default.createElement("div",{className:" "},m.default.createElement($,{className:"icon"},m.default.createElement("input",{className:"hidden",type:"text",onChange:function(){},value:this.state.uri,id:"uriID"}),this.state.showHTML&&m.default.createElement(P.default,{onOutsideClick:function(){e.setState({showHTML:!1})}},m.default.createElement(q,null," ",m.default.createElement("div",{className:"html-box-overflow"},m.default.createElement("div",{className:"html-box-cont"},"Click to Copy & Paste it into your HTML",m.default.createElement("div",{className:"html-code"},m.default.createElement(j.default,{title:"Copy html code"},m.default.createElement("div",{className:"icon-code-in",onClick:this.copyURI}),m.default.createElement("div",{className:"code-hover"}," ",m.default.createElement("code",{className:"html"},this.state.uri)," ",m.default.createElement("div",{className:n},"Copied ",m.default.createElement("i",{className:"bx bx-check"}))))))))),m.default.createElement(L.default,{src:"/static/img/svg/"+i+".svg",svgStyle:{fill:"rgba("+this.state.fill.r+", "+this.state.fill.g+", "+this.state.fill.b+", "+this.state.fill.a+")",transform:this.state.svgTransform,msFilter:this.state.svgFilter}}),m.default.createElement("div",{className:"box-bg "},m.default.createElement("i",{style:r,className:"bx "+i+" bx-rotate-"+this.state.rotate+" bx-"+this.state.animation+" bx-flip-"+this.state.flip}),m.default.createElement(V,null,this.state.opposite&&m.default.createElement("div",{className:"function-button"}," ",m.default.createElement(X,{onClick:this.handleAdjust,className:"active func-adjust",title:"Toggle Style"},m.default.createElement("i",{className:"bx bxs-adjust"}))),m.default.createElement("div",{className:"function-button"},m.default.createElement(P.default,{onOutsideClick:function(){e.setState({showFill:!1})}},m.default.createElement(X,{onClick:this.handleFill,className:"active func-fill",title:"Fill Color"},m.default.createElement("i",{className:"bx bxs-color-fill"})),this.state.showFill&&m.default.createElement("div",{className:"color-picker",id:"picker"},m.default.createElement(B.ChromePicker,{color:this.state.fill,onChangeComplete:this.handleChangeComplete})))),m.default.createElement("div",{className:"function-button"}," ",m.default.createElement(X,{onClick:this.handleRotate,className:this.state.rotate>0?"active func-rotate":"func-rotate",title:"Rotate"},m.default.createElement("i",{className:"bx bx-rotate-right"}))," "),m.default.createElement("div",{className:"function-button"},m.default.createElement(P.default,{onOutsideClick:function(){e.setState({animateChoiceDisplay:!1})}}," ",m.default.createElement(X,{className:"none"!=this.state.animation?"active func-animate":"func-animate",title:"Animate"},m.default.createElement("div",{onClick:this.handleCurrentAnimation},m.default.createElement("i",{className:"bx bxs-zap"})),this.state.animateChoiceDisplay&&m.default.createElement("div",{className:"animate-choices"},m.default.createElement("div",{className:"animate tada",onClick:function(){return e.handleAnimate("tada")}},m.default.createElement("i",{className:"bx "+i+" bx-tada"})),m.default.createElement("div",{className:"animate flashing",onClick:function(){return e.handleAnimate("flashing")}},m.default.createElement("i",{className:"bx "+i+" bx-flashing"})),m.default.createElement("div",{className:"animate burst",onClick:function(){return e.handleAnimate("burst")}},m.default.createElement("i",{className:"bx "+i+" bx-burst"})),m.default.createElement("div",{className:"animate spin",onClick:function(){return e.handleAnimate("spin")}},m.default.createElement("i",{className:"bx "+i+" bx-spin"})),m.default.createElement("div",{className:"animate fade-left",onClick:function(){return e.handleAnimate("fade-left")}},m.default.createElement("i",{className:"bx "+i+" bx-fade-left"})),m.default.createElement("div",{className:"animate fade-right",onClick:function(){return e.handleAnimate("fade-right")}},m.default.createElement("i",{className:"bx "+i+" bx-fade-right"})),m.default.createElement("div",{className:"animate fade-up",onClick:function(){return e.handleAnimate("fade-up")}},m.default.createElement("i",{className:"bx "+i+" bx-fade-up"})),m.default.createElement("div",{className:"animate fade-down",onClick:function(){return e.handleAnimate("fade-down")}},m.default.createElement("i",{className:"bx "+i+" bx-fade-down"})),m.default.createElement("div",{className:"animate none",onClick:function(){return e.handleAnimate("none")}},"none"))))),m.default.createElement("div",{className:"function-button"}," ",m.default.createElement(X,{onClick:this.handleFlip,className:"none"!=this.state.flip?"active func-flip":"func-flip",title:"Flip"},m.default.createElement("i",{className:"bx bx-sync"}))))),m.default.createElement("div",{className:" icon-head"},m.default.createElement("div",{className:" icon-head-name"},o.name),m.default.createElement("div",{className:" icon-footer"},m.default.createElement(W,null,m.default.createElement("div",{className:"code-options"},m.default.createElement("div",{className:"component"===this.state.type?"code-option active":"code-option",onClick:function(){return e.changeType("component")}},"Web Component"),m.default.createElement("div",{className:"font"===this.state.type?"code-option active":"code-option",onClick:function(){return e.changeType("font")}},"Font"),m.default.createElement(H.Link,{to:"/get-started",className:"usage-link"},"Usage >")),"component"===this.state.type?m.default.createElement("div",null,m.default.createElement(j.default,{title:"Copy code"}," ",m.default.createElement("div",{className:"icon-code-in",onClick:this.copyCode}),m.default.createElement("div",{className:"code-hover"}," ",m.default.createElement("code",{className:"html"},this.state.componentCode))),m.default.createElement("input",{className:"hidden",type:"text",onChange:function(){},value:this.state.componentCode,id:"code"}),m.default.createElement("div",{className:t},"Copied ",m.default.createElement("i",{className:"bx bx-check"}))):m.default.createElement("div",null," ",m.default.createElement(j.default,{title:"Copy code"}," ",m.default.createElement("div",{className:"icon-code-in",onClick:this.copyCode}," "),m.default.createElement("div",{className:"code-hover"},m.default.createElement("code",{className:"html"},this.state.code))),m.default.createElement("input",{className:"hidden",type:"text",onChange:function(){},value:this.state.code,id:"code"}),m.default.createElement("div",{className:t},"Copied ",m.default.createElement("i",{className:"bx bx-check"}))))),m.default.createElement(U,null,m.default.createElement(M.WhiteButton,{href:"#",onClick:this.savePNG,className:"button icon-download "},m.default.createElement("div",{className:"button-name"},"PNG"),m.default.createElement("i",{className:"bx bxs-download"})),m.default.createElement(M.WhiteButton,{href:"#",onClick:this.getHTML,className:"button icon-download "},m.default.createElement("div",{className:"button-name"},"HTML"),m.default.createElement("i",{className:"bx bx-code"})),m.default.createElement(M.BlueButton,{href:a,download:i,className:"button icon-download "},m.default.createElement("div",{className:"button-name"},"SVG"),m.default.createElement("i",{className:"bx bxs-download"})),m.default.createElement(P.default,{onOutsideClick:function(){e.setState({showSizes:!1})}}," ",m.default.createElement("div",{className:"download-size",title:"Icon Size"},this.state.showSizes&&m.default.createElement("div",{className:"download-sizes"},m.default.createElement("div",{className:"size",onClick:function(){return e.handleSize(.66)}},"16px"),m.default.createElement("div",{className:"size",onClick:function(){return e.handleSize(1)}},"24px"),m.default.createElement("div",{className:"size",onClick:function(){return e.handleSize(1.5)}},"36px"),m.default.createElement("div",{className:"size",onClick:function(){return e.handleSize(2)}},"48px"),m.default.createElement("div",{className:"size",onClick:function(){return e.handleSize(4)}},"96px"),m.default.createElement("div",{className:"size",onClick:function(){return e.handleSize(5)}},"120px"),m.default.createElement("div",{className:"size",onClick:function(){return e.handleSize(10)}},"240px")),m.default.createElement("div",{className:"size-button",onClick:this.handleSizes},Math.ceil(24*this.state.size),"px ",m.default.createElement("i",{className:"bx bx-caret-down"})))))),m.default.createElement(G,{onClick:this.handleBoxClose},m.default.createElement("i",{className:"bx bx-x"}))))}}]),t}(x.Component);t.default=(0,y.connect)(s,u)(Y)},function(e,t,n){"use strict";var r,a;!function(){var n=void 0!==t&&t||{}||this||window;r=[],void 0!==(a=function(){return n}.apply(t,r))&&(e.exports=a);var o="http://www.w3.org/2000/xmlns/",i=/url\(["']?(.+?)["']?\)/,l={woff2:"font/woff2",woff:"font/woff",otf:"application/x-font-opentype",ttf:"application/x-font-ttf",eot:"application/vnd.ms-fontobject",sfnt:"application/font-sfnt",svg:"image/svg+xml"},s=function(e){return e instanceof HTMLElement||e instanceof SVGElement},u=function(e){if(!s(e))throw new Error("an HTMLElement or SVGElement is required; got "+e)},c=function(e){return e&&0===e.lastIndexOf("http",0)&&-1===e.lastIndexOf(window.location.host)},f=function(e){var t=Object.keys(l).filter(function(t){return e.indexOf("."+t)>0}).map(function(e){return l[e]});return t?t[0]:(console.error("Unknown font format for "+e+". Fonts may not be working correctly."),"application/octet-stream")},d=function(e){for(var t="",n=new Uint8Array(e),r=0;r *")).forEach(function(e){e.getAttribute("xmlns")||e.setAttributeNS(o,"xmlns","http://www.w3.org/1999/xhtml")}),k(e,t).then(function(e){var t=document.createElement("style");t.setAttribute("type","text/css"),t.innerHTML="";var a=document.createElement("defs");a.appendChild(t),r.insertBefore(a,r.firstChild);var o=document.createElement("div");o.appendChild(r);var i=o.innerHTML.replace(/NS\d+:href/gi,'xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href');if("function"!=typeof n)return{src:i,width:b,height:v};n(i,b,v)})})},n.svgAsDataUri=function(e,t,r){u(e);var a=n.prepareSvg(e,t).then(function(e){var t=e.src;return"data:image/svg+xml;base64,"+window.btoa(b(']>'+t))});return"function"==typeof r?a.then(r):a},n.svgAsPngUri=function(e,t,r){u(e);var a=t||{},o=a.encoderType,i=void 0===o?"image/png":o,l=a.encoderOptions,s=void 0===l?.8:l,c=a.canvg,f=function(e){var t=e.src,n=e.width,a=e.height,o=document.createElement("canvas"),l=o.getContext("2d"),u=window.devicePixelRatio||1;o.width=n*u,o.height=a*u,o.style.width=o.width+"px",o.style.height=o.height+"px",l.setTransform(u,0,0,u,0,0),c?c(o,t):l.drawImage(t,0,0);var f=void 0;try{f=o.toDataURL(i,s)}catch(e){if("undefined"!=typeof SecurityError&&e instanceof SecurityError||"SecurityError"===e.name)return void console.error("Rendered SVG images cannot be downloaded in this browser.");throw e}return"function"==typeof r&&r(f),Promise.resolve(f)};return c?n.prepareSvg(e,t).then(f):n.svgAsDataUri(e,t).then(function(e){return new Promise(function(t,n){var r=new Image;r.onload=function(){return t(f({src:r,width:r.width,height:r.height}))},r.onerror=function(){n("There was an error loading the data URI as an image on the following SVG\n"+window.atob(e.slice(26))+"Open the following link to see browser's diagnosis\n"+e)},r.src=e})})},n.download=function(e,t){if(navigator.msSaveOrOpenBlob)navigator.msSaveOrOpenBlob(g(t),e);else{var n=document.createElement("a");if("download"in n){n.download=e,n.style.display="none",document.body.appendChild(n);try{var r=g(t),a=URL.createObjectURL(r);n.href=a,n.onclick=function(){return requestAnimationFrame(function(){return URL.revokeObjectURL(a)})}}catch(e){console.warn("This browser does not support object URLs. Falling back to string URL."),n.href=t}n.click(),document.body.removeChild(n)}else window.open(t,"_temp","menubar=no,toolbar=no,status=no")}},n.saveSvg=function(e,t,r){u(e),n.svgAsDataUri(e,r||{},function(e){return n.download(t,e)})},n.saveSvgAsPng=function(e,t,r){u(e),n.svgAsPngUri(e,r||{},function(e){return n.download(t,e)})}}()},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.CustomPicker=t.TwitterPicker=t.SwatchesPicker=t.SliderPicker=t.SketchPicker=t.PhotoshopPicker=t.MaterialPicker=t.HuePicker=t.GithubPicker=t.CompactPicker=t.ChromePicker=t.default=t.CirclePicker=t.BlockPicker=t.AlphaPicker=void 0;var a=n(592);Object.defineProperty(t,"AlphaPicker",{enumerable:!0,get:function(){return r(a).default}});var o=n(713);Object.defineProperty(t,"BlockPicker",{enumerable:!0,get:function(){return r(o).default}});var i=n(715);Object.defineProperty(t,"CirclePicker",{enumerable:!0,get:function(){return r(i).default}});var l=n(717);Object.defineProperty(t,"ChromePicker",{enumerable:!0,get:function(){return r(l).default}});var s=n(721);Object.defineProperty(t,"CompactPicker",{enumerable:!0,get:function(){return r(s).default}});var u=n(724);Object.defineProperty(t,"GithubPicker",{enumerable:!0,get:function(){return r(u).default}});var c=n(726);Object.defineProperty(t,"HuePicker",{enumerable:!0,get:function(){return r(c).default}});var f=n(728);Object.defineProperty(t,"MaterialPicker",{enumerable:!0,get:function(){return r(f).default}});var d=n(729);Object.defineProperty(t,"PhotoshopPicker",{enumerable:!0,get:function(){return r(d).default}});var p=n(735);Object.defineProperty(t,"SketchPicker",{enumerable:!0,get:function(){return r(p).default}});var h=n(738);Object.defineProperty(t,"SliderPicker",{enumerable:!0,get:function(){return r(h).default}});var b=n(742);Object.defineProperty(t,"SwatchesPicker",{enumerable:!0,get:function(){return r(b).default}});var g=n(745);Object.defineProperty(t,"TwitterPicker",{enumerable:!0,get:function(){return r(g).default}});var v=n(565);Object.defineProperty(t,"CustomPicker",{enumerable:!0,get:function(){return r(v).default}});var x=r(l);t.default=x.default},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.AlphaPicker=void 0;var a=Object.assign||function(e){for(var t=1;t0&&void 0!==arguments[0]?arguments[0]:[],n=[];return(0,f.default)(t,function(t){Array.isArray(t)?e(t).map(function(e){return n.push(e)}):(0,u.default)(t)?(0,l.default)(t,function(e,t){!0===e&&n.push(t),n.push(t+"-"+e)}):(0,o.default)(t)&&n.push(t)}),n};t.default=d},function(e,t,n){function r(e){return"string"==typeof e||!o(e)&&i(e)&&a(e)==l}var a=n(500),o=n(494),i=n(497),l="[object String]";e.exports=r},function(e,t,n){function r(e){var t=i.call(e,s),n=e[s];try{e[s]=void 0;var r=!0}catch(e){}var a=l.call(e);return r&&(t?e[s]=n:delete e[s]),a}var a=n(503),o=Object.prototype,i=o.hasOwnProperty,l=o.toString,s=a?a.toStringTag:void 0;e.exports=r},function(e,t){function n(e){return a.call(e)}var r=Object.prototype,a=r.toString;e.exports=n},function(e,t,n){var r=n(598),a=r();e.exports=a},function(e,t){function n(e){return function(t,n,r){for(var a=-1,o=Object(t),i=r(t),l=i.length;l--;){var s=i[e?l:++a];if(!1===n(o[s],s,o))break}return t}}e.exports=n},function(e,t){function n(e,t){for(var n=-1,r=Array(e);++n-1}var a=n(507);e.exports=r},function(e,t,n){function r(e,t){var n=this.__data__,r=a(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this}var a=n(507);e.exports=r},function(e,t,n){function r(){this.__data__=new a,this.size=0}var a=n(506);e.exports=r},function(e,t){function n(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n}e.exports=n},function(e,t){function n(e){return this.__data__.get(e)}e.exports=n},function(e,t){function n(e){return this.__data__.has(e)}e.exports=n},function(e,t,n){function r(e,t){var n=this.__data__;if(n instanceof a){var r=n.__data__;if(!o||r.length1&&void 0!==arguments[1]?arguments[1]:[],n=e.default&&(0,l.default)(e.default)||{};return t.map(function(t){var r=e[t];return r&&(0,o.default)(r,function(e,t){n[t]||(n[t]={}),n[t]=s({},n[t],r[t])}),t}),n};t.default=u},function(e,t,n){function r(e){return a(e,o|i)}var a=n(668),o=1,i=4;e.exports=r},function(e,t,n){function r(e,t,n,N,F,B){var T,L=t&C,z=t&S,D=t&O;if(n&&(T=F?n(e,N,F,B):n(e)),void 0!==T)return T;if(!_(e))return e;var I=m(e);if(I){if(T=g(e),!L)return c(e,T)}else{var H=b(e),G=H==A||H==P;if(y(e))return u(e,L);if(H==M||H==j||G&&!F){if(T=z||G?{}:x(e),!L)return z?d(e,s(T,e)):f(e,l(T,e))}else{if(!R[H])return F?e:{};T=v(e,H,L)}}B||(B=new a);var U=B.get(e);if(U)return U;if(B.set(e,T),E(e))return e.forEach(function(a){T.add(r(a,t,n,a,e,B))}),T;if(w(e))return e.forEach(function(a,o){T.set(o,r(a,t,n,o,e,B))}),T;var W=D?z?h:p:z?keysIn:k,V=I?void 0:W(e);return o(V||e,function(a,o){V&&(o=a,a=e[o]),i(T,o,r(a,t,n,o,e,B))}),T}var a=n(527),o=n(558),i=n(559),l=n(670),s=n(671),u=n(674),c=n(675),f=n(676),d=n(677),p=n(549),h=n(678),b=n(510),g=n(679),v=n(680),x=n(685),m=n(494),y=n(520),w=n(687),_=n(498),E=n(689),k=n(504),C=1,S=2,O=4,j="[object Arguments]",A="[object Function]",P="[object GeneratorFunction]",M="[object Object]",R={};R[j]=R["[object Array]"]=R["[object ArrayBuffer]"]=R["[object DataView]"]=R["[object Boolean]"]=R["[object Date]"]=R["[object Float32Array]"]=R["[object Float64Array]"]=R["[object Int8Array]"]=R["[object Int16Array]"]=R["[object Int32Array]"]=R["[object Map]"]=R["[object Number]"]=R[M]=R["[object RegExp]"]=R["[object Set]"]=R["[object String]"]=R["[object Symbol]"]=R["[object Uint8Array]"]=R["[object Uint8ClampedArray]"]=R["[object Uint16Array]"]=R["[object Uint32Array]"]=!0,R["[object Error]"]=R[A]=R["[object WeakMap]"]=!1,e.exports=r},function(e,t,n){var r=n(501),a=function(){try{var e=r(Object,"defineProperty");return e({},"",{}),e}catch(e){}}();e.exports=a},function(e,t,n){function r(e,t){return e&&a(t,o(t),e)}var a=n(513),o=n(504);e.exports=r},function(e,t,n){function r(e,t){return e&&a(t,o(t),e)}var a=n(513),o=n(561);e.exports=r},function(e,t,n){function r(e){if(!a(e))return i(e);var t=o(e),n=[];for(var r in e)("constructor"!=r||!t&&s.call(e,r))&&n.push(r);return n}var a=n(498),o=n(525),i=n(673),l=Object.prototype,s=l.hasOwnProperty;e.exports=r},function(e,t){function n(e){var t=[];if(null!=e)for(var n in Object(e))t.push(n);return t}e.exports=n},function(e,t,n){(function(e){function r(e,t){if(t)return e.slice();var n=e.length,r=u?u(n):new e.constructor(n);return e.copy(r),r}var a=n(495),o="object"==typeof t&&t&&!t.nodeType&&t,i=o&&"object"==typeof e&&e&&!e.nodeType&&e,l=i&&i.exports===o,s=l?a.Buffer:void 0,u=s?s.allocUnsafe:void 0;e.exports=r}).call(t,n(521)(e))},function(e,t){function n(e,t){var n=-1,r=e.length;for(t||(t=Array(r));++n1&&void 0!==arguments[1]?arguments[1]:"span";return function(n){function l(){var n,o,u,c;r(this,l);for(var f=arguments.length,d=Array(f),p=0;p1&&void 0!==arguments[1]?arguments[1]:"span";return function(n){function l(){var n,o,u,c;r(this,l);for(var f=arguments.length,d=Array(f),p=0;p1&&void 0!==arguments[1])||arguments[1];n[e]=t};return 0===e&&r("first-child"),e===t-1&&r("last-child"),(0===e||e%2==0)&&r("even"),1===Math.abs(e%2)&&r("odd"),r("nth-child",e),n};t.default=r},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}function a(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function o(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function i(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}Object.defineProperty(t,"__esModule",{value:!0}),t.Alpha=void 0;var l=Object.assign||function(e){for(var t=1;to?1:Math.round(100*u/o)/100,n.hsl.a!==c)return{h:n.hsl.h,s:n.hsl.s,l:n.hsl.l,a:c,source:"rgb"}}else{var f=void 0;if(f=s<0?0:s>a?1:Math.round(100*s/a)/100,n.a!==f)return{h:n.hsl.h,s:n.hsl.s,l:n.hsl.l,a:f,source:"rgb"}}return null}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r={},a=t.render=function(e,t,n,r){if("undefined"==typeof document&&!r)return null;var a=r?new r:document.createElement("canvas");a.width=2*n,a.height=2*n;var o=a.getContext("2d");return o?(o.fillStyle=e,o.fillRect(0,0,a.width,a.height),o.fillStyle=t,o.fillRect(0,0,n,n),o.translate(n,n),o.fillRect(0,0,n,n),a.toDataURL()):null};t.get=function(e,t,n,o){var i=e+"-"+t+"-"+n+(o?"-server":""),l=a(e,t,n,o);return r[i]?r[i]:(r[i]=l,l)}},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}function a(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function l(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}Object.defineProperty(t,"__esModule",{value:!0}),t.EditableInput=void 0;var s=function(){function e(e,t){for(var n=0;n-1,o=Number(t.replace(/%/g,""));if(!isNaN(o)){var i=n.props.arrowOffset||1;38===e.keyCode&&(null!==n.props.label?n.props.onChange&&n.props.onChange(a({},n.props.label,o+i),e):n.props.onChange&&n.props.onChange(o+i,e),r?n.setState({value:o+i+"%"}):n.setState({value:o+i})),40===e.keyCode&&(null!==n.props.label?n.props.onChange&&n.props.onChange(a({},n.props.label,o-i),e):n.props.onChange&&n.props.onChange(o-i,e),r?n.setState({value:o-i+"%"}):n.setState({value:o-i}))}},n.handleDrag=function(e){if(n.props.dragLabel){var t=Math.round(n.props.value+e.movementX);t>=0&&t<=n.props.dragMax&&n.props.onChange&&n.props.onChange(a({},n.props.label,t),e)}},n.handleMouseDown=function(e){n.props.dragLabel&&(e.preventDefault(),n.handleDrag(e),window.addEventListener("mousemove",n.handleDrag),window.addEventListener("mouseup",n.handleMouseUp))},n.handleMouseUp=function(){n.unbindEventListeners()},n.unbindEventListeners=function(){window.removeEventListener("mousemove",n.handleDrag),window.removeEventListener("mouseup",n.handleMouseUp)},n.state={value:String(e.value).toUpperCase(),blurValue:String(e.value).toUpperCase()},n}return l(t,e),s(t,[{key:"componentWillReceiveProps",value:function(e){var t=this.input;e.value!==this.state.value&&(t===document.activeElement?this.setState({blurValue:String(e.value).toUpperCase()}):this.setState({value:String(e.value).toUpperCase(),blurValue:!this.state.blurValue&&String(e.value).toUpperCase()}))}},{key:"componentWillUnmount",value:function(){this.unbindEventListeners()}},{key:"render",value:function(){var e=this,t=(0,d.default)({default:{wrap:{position:"relative"}},"user-override":{wrap:this.props.style&&this.props.style.wrap?this.props.style.wrap:{},input:this.props.style&&this.props.style.input?this.props.style.input:{},label:this.props.style&&this.props.style.label?this.props.style.label:{}},"dragLabel-true":{label:{cursor:"ew-resize"}}},{"user-override":!0},this.props);return c.default.createElement("div",{style:t.wrap},c.default.createElement("input",{style:t.input,ref:function(t){return e.input=t},value:this.state.value,onKeyDown:this.handleKeyDown,onChange:this.handleChange,onBlur:this.handleBlur,placeholder:this.props.placeholder,spellCheck:"false"}),this.props.label&&!this.props.hideLabel?c.default.createElement("span",{style:t.label,onMouseDown:this.handleMouseDown},this.props.label):null)}}]),t}(u.PureComponent||u.Component);t.default=p},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}function a(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function o(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function i(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}Object.defineProperty(t,"__esModule",{value:!0}),t.Hue=void 0;var l=function(){function e(e,t){for(var n=0;no)c=0;else{var f=-100*u/o+100;c=360*f/100}if(n.hsl.h!==c)return{h:c,s:n.hsl.s,l:n.hsl.l,a:n.hsl.a,source:"rgb"}}else{var d=void 0;if(s<0)d=0;else if(s>a)d=359;else{var p=100*s/a;d=360*p/100}if(n.hsl.h!==d)return{h:d,s:n.hsl.s,l:n.hsl.l,a:n.hsl.a,source:"rgb"}}return null}},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.Raised=void 0;var a=n(5),o=r(a),i=n(11),l=r(i),s=n(492),u=r(s),c=t.Raised=function(e){var t=e.zDepth,n=e.radius,r=e.background,a=e.children,i=(0,u.default)({default:{wrap:{position:"relative",display:"inline-block"},content:{position:"relative"},bg:{absolute:"0px 0px 0px 0px",boxShadow:"0 "+t+"px "+4*t+"px rgba(0,0,0,.24)",borderRadius:n,background:r}},"zDepth-0":{bg:{boxShadow:"none"}},"zDepth-1":{bg:{boxShadow:"0 2px 10px rgba(0,0,0,.12), 0 2px 5px rgba(0,0,0,.16)"}},"zDepth-2":{bg:{boxShadow:"0 6px 20px rgba(0,0,0,.19), 0 8px 17px rgba(0,0,0,.2)"}},"zDepth-3":{bg:{boxShadow:"0 17px 50px rgba(0,0,0,.19), 0 12px 15px rgba(0,0,0,.24)"}},"zDepth-4":{bg:{boxShadow:"0 25px 55px rgba(0,0,0,.21), 0 16px 28px rgba(0,0,0,.22)"}},"zDepth-5":{bg:{boxShadow:"0 40px 77px rgba(0,0,0,.22), 0 27px 24px rgba(0,0,0,.2)"}},square:{bg:{borderRadius:"0"}},circle:{bg:{borderRadius:"50%"}}},{"zDepth-1":1===t});return o.default.createElement("div",{style:i.wrap},o.default.createElement("div",{style:i.bg}),o.default.createElement("div",{style:i.content},a))};c.propTypes={background:l.default.string,zDepth:l.default.oneOf([0,1,2,3,4,5]),radius:l.default.number},c.defaultProps={background:"#fff",zDepth:1,radius:2},t.default=c},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}function a(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function o(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function i(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}Object.defineProperty(t,"__esModule",{value:!0}),t.Saturation=void 0;var l=function(){function e(e,t){for(var n=0;no?u=o:c<0?c=0:c>i&&(c=i);var f=100*u/o,d=-100*c/i+100;return{h:n.hsl.h,s:f,v:d,a:n.hsl.a,source:"rgb"}}},function(e,t,n){e.exports=n(708)},function(e,t,n){function r(e,t){return(l(e)?a:o)(e,i(t))}var a=n(558),o=n(557),i=n(542),l=n(494);e.exports=r},function(e,t,n){var r;!function(a){function o(e,t){if(e=e||"",t=t||{},e instanceof o)return e;if(!(this instanceof o))return new o(e,t);var n=i(e);this._originalInput=e,this._r=n.r,this._g=n.g,this._b=n.b,this._a=n.a,this._roundA=W(100*this._a)/100,this._format=t.format||n.format,this._gradientType=t.gradientType,this._r<1&&(this._r=W(this._r)),this._g<1&&(this._g=W(this._g)),this._b<1&&(this._b=W(this._b)),this._ok=n.ok,this._tc_id=U++}function i(e){var t={r:0,g:0,b:0},n=1,r=null,a=null,o=null,i=!1,s=!1;return"string"==typeof e&&(e=D(e)),"object"==typeof e&&(z(e.r)&&z(e.g)&&z(e.b)?(t=l(e.r,e.g,e.b),i=!0,s="%"===String(e.r).substr(-1)?"prgb":"rgb"):z(e.h)&&z(e.s)&&z(e.v)?(r=B(e.s),a=B(e.v),t=f(e.h,r,a),i=!0,s="hsv"):z(e.h)&&z(e.s)&&z(e.l)&&(r=B(e.s),o=B(e.l),t=u(e.h,r,o),i=!0,s="hsl"),e.hasOwnProperty("a")&&(n=e.a)),n=j(n),{ok:i,format:e.format||s,r:V(255,X(t.r,0)),g:V(255,X(t.g,0)),b:V(255,X(t.b,0)),a:n}}function l(e,t,n){return{r:255*A(e,255),g:255*A(t,255),b:255*A(n,255)}}function s(e,t,n){e=A(e,255),t=A(t,255),n=A(n,255);var r,a,o=X(e,t,n),i=V(e,t,n),l=(o+i)/2;if(o==i)r=a=0;else{var s=o-i;switch(a=l>.5?s/(2-o-i):s/(o+i),o){case e:r=(t-n)/s+(t1&&(n-=1),n<1/6?e+6*(t-e)*n:n<.5?t:n<2/3?e+(t-e)*(2/3-n)*6:e}var a,o,i;if(e=A(e,360),t=A(t,100),n=A(n,100),0===t)a=o=i=n;else{var l=n<.5?n*(1+t):n+t-n*t,s=2*n-l;a=r(s,l,e+1/3),o=r(s,l,e),i=r(s,l,e-1/3)}return{r:255*a,g:255*o,b:255*i}}function c(e,t,n){e=A(e,255),t=A(t,255),n=A(n,255);var r,a,o=X(e,t,n),i=V(e,t,n),l=o,s=o-i;if(a=0===o?0:s/o,o==i)r=0;else{switch(o){case e:r=(t-n)/s+(t>1)+720)%360;--t;)r.h=(r.h+a)%360,i.push(o(r));return i}function O(e,t){t=t||6;for(var n=o(e).toHsv(),r=n.h,a=n.s,i=n.v,l=[],s=1/t;t--;)l.push(o({h:r,s:a,v:i})),i=(i+s)%1;return l}function j(e){return e=parseFloat(e),(isNaN(e)||e<0||e>1)&&(e=1),e}function A(e,t){R(e)&&(e="100%");var n=N(e);return e=V(t,X(0,parseFloat(e))),n&&(e=parseInt(e*t,10)/100),a.abs(e-t)<1e-6?1:e%t/parseFloat(t)}function P(e){return V(1,X(0,e))}function M(e){return parseInt(e,16)}function R(e){return"string"==typeof e&&-1!=e.indexOf(".")&&1===parseFloat(e)}function N(e){return"string"==typeof e&&-1!=e.indexOf("%")}function F(e){return 1==e.length?"0"+e:""+e}function B(e){return e<=1&&(e=100*e+"%"),e}function T(e){return a.round(255*parseFloat(e)).toString(16)}function L(e){return M(e)/255}function z(e){return!!K.CSS_UNIT.exec(e)}function D(e){e=e.replace(H,"").replace(G,"").toLowerCase();var t=!1;if($[e])e=$[e],t=!0;else if("transparent"==e)return{r:0,g:0,b:0,a:0,format:"name"};var n;return(n=K.rgb.exec(e))?{r:n[1],g:n[2],b:n[3]}:(n=K.rgba.exec(e))?{r:n[1],g:n[2],b:n[3],a:n[4]}:(n=K.hsl.exec(e))?{h:n[1],s:n[2],l:n[3]}:(n=K.hsla.exec(e))?{h:n[1],s:n[2],l:n[3],a:n[4]}:(n=K.hsv.exec(e))?{h:n[1],s:n[2],v:n[3]}:(n=K.hsva.exec(e))?{h:n[1],s:n[2],v:n[3],a:n[4]}:(n=K.hex8.exec(e))?{r:M(n[1]),g:M(n[2]),b:M(n[3]),a:L(n[4]),format:t?"name":"hex8"}:(n=K.hex6.exec(e))?{r:M(n[1]),g:M(n[2]),b:M(n[3]),format:t?"name":"hex"}:(n=K.hex4.exec(e))?{r:M(n[1]+""+n[1]),g:M(n[2]+""+n[2]),b:M(n[3]+""+n[3]),a:L(n[4]+""+n[4]),format:t?"name":"hex8"}:!!(n=K.hex3.exec(e))&&{r:M(n[1]+""+n[1]),g:M(n[2]+""+n[2]),b:M(n[3]+""+n[3]),format:t?"name":"hex"}}function I(e){var t,n;return e=e||{level:"AA",size:"small"},t=(e.level||"AA").toUpperCase(),n=(e.size||"small").toLowerCase(),"AA"!==t&&"AAA"!==t&&(t="AA"),"small"!==n&&"large"!==n&&(n="small"),{level:t,size:n}}var H=/^\s+/,G=/\s+$/,U=0,W=a.round,V=a.min,X=a.max,q=a.random;o.prototype={isDark:function(){return this.getBrightness()<128},isLight:function(){return!this.isDark()},isValid:function(){return this._ok},getOriginalInput:function(){return this._originalInput},getFormat:function(){return this._format},getAlpha:function(){return this._a},getBrightness:function(){var e=this.toRgb();return(299*e.r+587*e.g+114*e.b)/1e3},getLuminance:function(){var e,t,n,r,o,i,l=this.toRgb();return e=l.r/255,t=l.g/255,n=l.b/255,r=e<=.03928?e/12.92:a.pow((e+.055)/1.055,2.4),o=t<=.03928?t/12.92:a.pow((t+.055)/1.055,2.4),i=n<=.03928?n/12.92:a.pow((n+.055)/1.055,2.4),.2126*r+.7152*o+.0722*i},setAlpha:function(e){return this._a=j(e),this._roundA=W(100*this._a)/100,this},toHsv:function(){var e=c(this._r,this._g,this._b);return{h:360*e.h,s:e.s,v:e.v,a:this._a}},toHsvString:function(){var e=c(this._r,this._g,this._b),t=W(360*e.h),n=W(100*e.s),r=W(100*e.v);return 1==this._a?"hsv("+t+", "+n+"%, "+r+"%)":"hsva("+t+", "+n+"%, "+r+"%, "+this._roundA+")"},toHsl:function(){var e=s(this._r,this._g,this._b);return{h:360*e.h,s:e.s,l:e.l,a:this._a}},toHslString:function(){var e=s(this._r,this._g,this._b),t=W(360*e.h),n=W(100*e.s),r=W(100*e.l);return 1==this._a?"hsl("+t+", "+n+"%, "+r+"%)":"hsla("+t+", "+n+"%, "+r+"%, "+this._roundA+")"},toHex:function(e){return d(this._r,this._g,this._b,e)},toHexString:function(e){return"#"+this.toHex(e)},toHex8:function(e){return p(this._r,this._g,this._b,this._a,e)},toHex8String:function(e){return"#"+this.toHex8(e)},toRgb:function(){return{r:W(this._r),g:W(this._g),b:W(this._b),a:this._a}},toRgbString:function(){return 1==this._a?"rgb("+W(this._r)+", "+W(this._g)+", "+W(this._b)+")":"rgba("+W(this._r)+", "+W(this._g)+", "+W(this._b)+", "+this._roundA+")"},toPercentageRgb:function(){return{r:W(100*A(this._r,255))+"%",g:W(100*A(this._g,255))+"%",b:W(100*A(this._b,255))+"%",a:this._a}},toPercentageRgbString:function(){return 1==this._a?"rgb("+W(100*A(this._r,255))+"%, "+W(100*A(this._g,255))+"%, "+W(100*A(this._b,255))+"%)":"rgba("+W(100*A(this._r,255))+"%, "+W(100*A(this._g,255))+"%, "+W(100*A(this._b,255))+"%, "+this._roundA+")"},toName:function(){return 0===this._a?"transparent":!(this._a<1)&&(Y[d(this._r,this._g,this._b,!0)]||!1)},toFilter:function(e){var t="#"+h(this._r,this._g,this._b,this._a),n=t,r=this._gradientType?"GradientType = 1, ":"";if(e){var a=o(e);n="#"+h(a._r,a._g,a._b,a._a)}return"progid:DXImageTransform.Microsoft.gradient("+r+"startColorstr="+t+",endColorstr="+n+")"},toString:function(e){var t=!!e;e=e||this._format;var n=!1,r=this._a<1&&this._a>=0;return t||!r||"hex"!==e&&"hex6"!==e&&"hex3"!==e&&"hex4"!==e&&"hex8"!==e&&"name"!==e?("rgb"===e&&(n=this.toRgbString()),"prgb"===e&&(n=this.toPercentageRgbString()),"hex"!==e&&"hex6"!==e||(n=this.toHexString()),"hex3"===e&&(n=this.toHexString(!0)),"hex4"===e&&(n=this.toHex8String(!0)),"hex8"===e&&(n=this.toHex8String()),"name"===e&&(n=this.toName()),"hsl"===e&&(n=this.toHslString()),"hsv"===e&&(n=this.toHsvString()),n||this.toHexString()):"name"===e&&0===this._a?this.toName():this.toRgbString()},clone:function(){return o(this.toString())},_applyModification:function(e,t){var n=e.apply(null,[this].concat([].slice.call(t)));return this._r=n._r,this._g=n._g,this._b=n._b,this.setAlpha(n._a),this},lighten:function(){return this._applyModification(x,arguments)},brighten:function(){return this._applyModification(m,arguments)},darken:function(){return this._applyModification(y,arguments)},desaturate:function(){return this._applyModification(b,arguments)},saturate:function(){return this._applyModification(g,arguments)},greyscale:function(){return this._applyModification(v,arguments)},spin:function(){return this._applyModification(w,arguments)},_applyCombination:function(e,t){return e.apply(null,[this].concat([].slice.call(t)))},analogous:function(){return this._applyCombination(S,arguments)},complement:function(){return this._applyCombination(_,arguments)},monochromatic:function(){return this._applyCombination(O,arguments)},splitcomplement:function(){return this._applyCombination(C,arguments)},triad:function(){return this._applyCombination(E,arguments)},tetrad:function(){return this._applyCombination(k,arguments)}},o.fromRatio=function(e,t){if("object"==typeof e){var n={};for(var r in e)e.hasOwnProperty(r)&&(n[r]="a"===r?e[r]:B(e[r]));e=n}return o(e,t)},o.equals=function(e,t){return!(!e||!t)&&o(e).toRgbString()==o(t).toRgbString()},o.random=function(){return o.fromRatio({r:q(),g:q(),b:q()})},o.mix=function(e,t,n){n=0===n?0:n||50;var r=o(e).toRgb(),a=o(t).toRgb(),i=n/100;return o({r:(a.r-r.r)*i+r.r,g:(a.g-r.g)*i+r.g,b:(a.b-r.b)*i+r.b,a:(a.a-r.a)*i+r.a})},o.readability=function(e,t){var n=o(e),r=o(t);return(a.max(n.getLuminance(),r.getLuminance())+.05)/(a.min(n.getLuminance(),r.getLuminance())+.05)},o.isReadable=function(e,t,n){var r,a,i=o.readability(e,t);switch(a=!1,r=I(n),r.level+r.size){case"AAsmall":case"AAAlarge":a=i>=4.5;break;case"AAlarge":a=i>=3;break;case"AAAsmall":a=i>=7}return a},o.mostReadable=function(e,t,n){var r,a,i,l,s=null,u=0;n=n||{},a=n.includeFallbackColors,i=n.level,l=n.size;for(var c=0;cu&&(u=r,s=o(t[c]));return o.isReadable(e,s,{level:i,size:l})||!a?s:(n.includeFallbackColors=!1,o.mostReadable(e,["#fff","#000"],n))};var $=o.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"},Y=o.hexNames=function(e){var t={};for(var n in e)e.hasOwnProperty(n)&&(t[e[n]]=n);return t}($),K=function(){var e="(?:[-\\+]?\\d*\\.\\d+%?)|(?:[-\\+]?\\d+%?)",t="[\\s|\\(]+("+e+")[,|\\s]+("+e+")[,|\\s]+("+e+")\\s*\\)?",n="[\\s|\\(]+("+e+")[,|\\s]+("+e+")[,|\\s]+("+e+")[,|\\s]+("+e+")\\s*\\)?";return{CSS_UNIT:new RegExp(e),rgb:new RegExp("rgb"+t),rgba:new RegExp("rgba"+n),hsl:new RegExp("hsl"+t),hsla:new RegExp("hsla"+n),hsv:new RegExp("hsv"+t),hsva:new RegExp("hsva"+n),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})$/}}();void 0!==e&&e.exports?e.exports=o:void 0!==(r=function(){return o}.call(t,n,t,e))&&(e.exports=r)}(Math)},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.Swatch=void 0;var a=Object.assign||function(e){for(var t=1;t1&&void 0!==arguments[1]?arguments[1]:"span";return function(n){function s(){var e,t,n,o;r(this,s);for(var i=arguments.length,l=Array(i),u=0;u1&&(e.a=1),r.props.onChange({h:r.props.hsl.h,s:r.props.hsl.s,l:r.props.hsl.l,a:Math.round(100*e.a)/100,source:"rgb"},t)):(e.h||e.s||e.l)&&r.props.onChange({h:e.h||r.props.hsl.h,s:Number(e.s&&e.s||r.props.hsl.s),l:Number(e.l&&e.l||r.props.hsl.l),source:"hsl"},t)},r.showHighlight=function(e){e.target.style.background="#eee"},r.hideHighlight=function(e){e.target.style.background="transparent"},i=n,o(r,i)}return i(t,e),l(t,[{key:"componentDidMount",value:function(){1===this.props.hsl.a&&"hex"!==this.state.view?this.setState({view:"hex"}):"rgb"!==this.state.view&&"hsl"!==this.state.view&&this.setState({view:"rgb"})}},{key:"componentWillReceiveProps",value:function(e){1!==e.hsl.a&&"hex"===this.state.view&&this.setState({view:"rgb"})}},{key:"render",value:function(){var e=this,t=(0,f.default)({default:{wrap:{paddingTop:"16px",display:"flex"},fields:{flex:"1",display:"flex",marginLeft:"-6px"},field:{paddingLeft:"6px",width:"100%"},alpha:{paddingLeft:"6px",width:"100%"},toggle:{width:"32px",textAlign:"right",position:"relative"},icon:{marginRight:"-4px",marginTop:"12px",cursor:"pointer",position:"relative"},iconHighlight:{position:"absolute",width:"24px",height:"28px",background:"#eee",borderRadius:"4px",top:"10px",left:"12px",display:"none"},input:{fontSize:"11px",color:"#333",width:"100%",borderRadius:"2px",border:"none",boxShadow:"inset 0 0 0 1px #dadada",height:"21px",textAlign:"center"},label:{textTransform:"uppercase",fontSize:"11px",lineHeight:"11px",color:"#969696",textAlign:"center",display:"block",marginTop:"12px"},svg:{width:"24px",height:"24px",border:"1px transparent solid",borderRadius:"5px"}},disableAlpha:{alpha:{display:"none"}}},this.props,this.state),n=void 0;return"hex"===this.state.view?n=u.default.createElement("div",{style:t.fields,className:"flexbox-fix"},u.default.createElement("div",{style:t.field},u.default.createElement(h.EditableInput,{style:{input:t.input,label:t.label},label:"hex",value:this.props.hex,onChange:this.handleChange}))):"rgb"===this.state.view?n=u.default.createElement("div",{style:t.fields,className:"flexbox-fix"},u.default.createElement("div",{style:t.field},u.default.createElement(h.EditableInput,{style:{input:t.input,label:t.label},label:"r",value:this.props.rgb.r,onChange:this.handleChange})),u.default.createElement("div",{style:t.field},u.default.createElement(h.EditableInput,{style:{input:t.input,label:t.label},label:"g",value:this.props.rgb.g,onChange:this.handleChange})),u.default.createElement("div",{style:t.field},u.default.createElement(h.EditableInput,{style:{input:t.input,label:t.label},label:"b",value:this.props.rgb.b,onChange:this.handleChange})),u.default.createElement("div",{style:t.alpha},u.default.createElement(h.EditableInput,{style:{input:t.input,label:t.label},label:"a",value:this.props.rgb.a,arrowOffset:.01,onChange:this.handleChange}))):"hsl"===this.state.view&&(n=u.default.createElement("div",{style:t.fields,className:"flexbox-fix"},u.default.createElement("div",{style:t.field},u.default.createElement(h.EditableInput,{style:{input:t.input,label:t.label},label:"h",value:Math.round(this.props.hsl.h),onChange:this.handleChange})),u.default.createElement("div",{style:t.field},u.default.createElement(h.EditableInput,{style:{input:t.input,label:t.label},label:"s",value:Math.round(100*this.props.hsl.s)+"%",onChange:this.handleChange})),u.default.createElement("div",{style:t.field},u.default.createElement(h.EditableInput,{style:{input:t.input,label:t.label},label:"l",value:Math.round(100*this.props.hsl.l)+"%",onChange:this.handleChange})),u.default.createElement("div",{style:t.alpha},u.default.createElement(h.EditableInput,{style:{input:t.input,label:t.label},label:"a",value:this.props.hsl.a,arrowOffset:.01,onChange:this.handleChange})))),u.default.createElement("div",{style:t.wrap,className:"flexbox-fix"},n,u.default.createElement("div",{style:t.toggle},u.default.createElement("div",{style:t.icon,onClick:this.toggleViews,ref:function(t){return e.icon=t}},u.default.createElement("svg",{style:t.svg,viewBox:"0 0 24 24",onMouseOver:this.showHighlight,onMouseEnter:this.showHighlight,onMouseOut:this.hideHighlight},u.default.createElement("path",{ref:function(t){return e.iconUp=t},fill:"#333",d:"M12,5.83L15.17,9L16.58,7.59L12,3L7.41,7.59L8.83,9L12,5.83Z"}),u.default.createElement("path",{ref:function(t){return e.iconDown=t},fill:"#333",d:"M12,18.17L8.83,15L7.42,16.41L12,21L16.59,16.41L15.17,15Z"})))))}}]),t}(u.default.Component);t.default=b},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.ChromePointer=void 0;var a=n(5),o=r(a),i=n(492),l=r(i),s=t.ChromePointer=function(){var e=(0,l.default)({default:{picker:{width:"12px",height:"12px",borderRadius:"6px",transform:"translate(-6px, -1px)",backgroundColor:"rgb(248, 248, 248)",boxShadow:"0 1px 4px 0 rgba(0, 0, 0, 0.37)"}}});return o.default.createElement("div",{style:e.picker})};t.default=s},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.ChromePointerCircle=void 0;var a=n(5),o=r(a),i=n(492),l=r(i),s=t.ChromePointerCircle=function(){var e=(0,l.default)({default:{picker:{width:"12px",height:"12px",borderRadius:"6px",boxShadow:"inset 0 0 0 1px #fff",transform:"translate(-6px, -6px)"}}});return o.default.createElement("div",{style:e.picker})};t.default=s},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.Compact=void 0;var a=n(5),o=r(a),i=n(11),l=r(i),s=n(492),u=r(s),c=n(499),f=r(c),d=n(496),p=r(d),h=n(493),b=n(722),g=r(b),v=n(723),x=r(v),m=t.Compact=function(e){var t=e.onChange,n=e.onSwatchHover,r=e.colors,a=e.hex,i=e.rgb,l=e.className,s=void 0===l?"":l,c=(0,u.default)({default:{Compact:{background:"#f6f6f6",radius:"4px"},compact:{paddingTop:"5px",paddingLeft:"5px",boxSizing:"initial",width:"240px"},clear:{clear:"both"}}}),d=function(e,n){e.hex?p.default.isValidHex(e.hex)&&t({hex:e.hex,source:"hex"},n):t(e,n)};return o.default.createElement(h.Raised,{style:c.Compact},o.default.createElement("div",{style:c.compact,className:"compact-picker "+s},o.default.createElement("div",null,(0,f.default)(r,function(e){return o.default.createElement(g.default,{key:e,color:e,active:e.toLowerCase()===a,onClick:d,onSwatchHover:n})}),o.default.createElement("div",{style:c.clear})),o.default.createElement(x.default,{hex:a,rgb:i,onChange:d})))};m.propTypes={colors:l.default.arrayOf(l.default.string)},m.defaultProps={colors:["#4D4D4D","#999999","#FFFFFF","#F44E3B","#FE9200","#FCDC00","#DBDF00","#A4DD00","#68CCCA","#73D8FF","#AEA1FF","#FDA1FF","#333333","#808080","#cccccc","#D33115","#E27300","#FCC400","#B0BC00","#68BC00","#16A5A5","#009CE0","#7B64FF","#FA28FF","#000000","#666666","#B3B3B3","#9F0500","#C45100","#FB9E00","#808900","#194D33","#0C797D","#0062B1","#653294","#AB149E"]},t.default=(0,h.ColorWrap)(m)},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.CompactColor=void 0;var a=n(5),o=r(a),i=n(492),l=r(i),s=n(496),u=r(s),c=n(493),f=t.CompactColor=function(e){var t=e.color,n=e.onClick,r=void 0===n?function(){}:n,a=e.onSwatchHover,i=e.active,s=(0,l.default)({default:{color:{background:t,width:"15px",height:"15px",float:"left",marginRight:"5px",marginBottom:"5px",position:"relative",cursor:"pointer"},dot:{absolute:"5px 5px 5px 5px",background:u.default.getContrastingColor(t),borderRadius:"50%",opacity:"0"}},active:{dot:{opacity:"1"}},"color-#FFFFFF":{color:{boxShadow:"inset 0 0 0 1px #ddd"},dot:{background:"#000"}},transparent:{dot:{background:"#000"}}},{active:i,"color-#FFFFFF":"#FFFFFF"===t,transparent:"transparent"===t});return o.default.createElement(c.Swatch,{style:s.color,color:t,onClick:r,onHover:a,focusStyle:{boxShadow:"0 0 4px "+t}},o.default.createElement("div",{style:s.dot}))};t.default=f},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.CompactFields=void 0;var a=n(5),o=r(a),i=n(492),l=r(i),s=n(493),u=t.CompactFields=function(e){var t=e.hex,n=e.rgb,r=e.onChange,a=(0,l.default)({default:{fields:{display:"flex",paddingBottom:"6px",paddingRight:"5px",position:"relative"},active:{position:"absolute",top:"6px",left:"5px",height:"9px",width:"9px",background:t},HEXwrap:{flex:"6",position:"relative"},HEXinput:{width:"80%",padding:"0px",paddingLeft:"20%",border:"none",outline:"none",background:"none",fontSize:"12px",color:"#333",height:"16px"},HEXlabel:{display:"none"},RGBwrap:{flex:"3",position:"relative"},RGBinput:{width:"70%",padding:"0px",paddingLeft:"30%",border:"none",outline:"none",background:"none",fontSize:"12px",color:"#333",height:"16px"},RGBlabel:{position:"absolute",top:"3px",left:"0px",lineHeight:"16px",textTransform:"uppercase",fontSize:"12px",color:"#999"}}}),i=function(e,t){e.r||e.g||e.b?r({r:e.r||n.r,g:e.g||n.g,b:e.b||n.b,source:"rgb"},t):r({hex:e.hex,source:"hex"},t)};return o.default.createElement("div",{style:a.fields,className:"flexbox-fix"},o.default.createElement("div",{style:a.active}),o.default.createElement(s.EditableInput,{style:{wrap:a.HEXwrap,input:a.HEXinput,label:a.HEXlabel},label:"hex",value:t,onChange:i}),o.default.createElement(s.EditableInput,{style:{wrap:a.RGBwrap,input:a.RGBinput,label:a.RGBlabel},label:"r",value:n.r,onChange:i}),o.default.createElement(s.EditableInput,{style:{wrap:a.RGBwrap,input:a.RGBinput,label:a.RGBlabel},label:"g",value:n.g,onChange:i}),o.default.createElement(s.EditableInput,{style:{wrap:a.RGBwrap,input:a.RGBinput,label:a.RGBlabel},label:"b",value:n.b,onChange:i}))};t.default=u},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.Github=void 0;var a=n(5),o=r(a),i=n(11),l=r(i),s=n(492),u=r(s),c=n(499),f=r(c),d=n(493),p=n(725),h=r(p),b=t.Github=function(e){var t=e.width,n=e.colors,r=e.onChange,a=e.onSwatchHover,i=e.triangle,l=e.className,s=void 0===l?"":l,c=(0,u.default)({default:{card:{width:t,background:"#fff",border:"1px solid rgba(0,0,0,0.2)",boxShadow:"0 3px 12px rgba(0,0,0,0.15)",borderRadius:"4px",position:"relative",padding:"5px",display:"flex",flexWrap:"wrap"},triangle:{position:"absolute",border:"7px solid transparent",borderBottomColor:"#fff"},triangleShadow:{position:"absolute",border:"8px solid transparent",borderBottomColor:"rgba(0,0,0,0.15)"}},"hide-triangle":{triangle:{display:"none"},triangleShadow:{display:"none"}},"top-left-triangle":{triangle:{top:"-14px",left:"10px"},triangleShadow:{top:"-16px",left:"9px"}},"top-right-triangle":{triangle:{top:"-14px",right:"10px"},triangleShadow:{top:"-16px",right:"9px"}},"bottom-left-triangle":{triangle:{top:"35px",left:"10px",transform:"rotate(180deg)"},triangleShadow:{top:"37px",left:"9px",transform:"rotate(180deg)"}},"bottom-right-triangle":{triangle:{top:"35px",right:"10px",transform:"rotate(180deg)"},triangleShadow:{top:"37px",right:"9px",transform:"rotate(180deg)"}}},{"hide-triangle":"hide"===i,"top-left-triangle":"top-left"===i,"top-right-triangle":"top-right"===i,"bottom-left-triangle":"bottom-left"==i,"bottom-right-triangle":"bottom-right"===i}),d=function(e,t){return r({hex:e,source:"hex"},t)};return o.default.createElement("div",{style:c.card,className:"github-picker "+s},o.default.createElement("div",{style:c.triangleShadow}),o.default.createElement("div",{style:c.triangle}),(0,f.default)(n,function(e){return o.default.createElement(h.default,{color:e,key:e,onClick:d,onSwatchHover:a})}))};b.propTypes={width:l.default.oneOfType([l.default.string,l.default.number]),colors:l.default.arrayOf(l.default.string),triangle:l.default.oneOf(["hide","top-left","top-right","bottom-left","bottom-right"])},b.defaultProps={width:200,colors:["#B80000","#DB3E00","#FCCB00","#008B02","#006B76","#1273DE","#004DCF","#5300EB","#EB9694","#FAD0C3","#FEF3BD","#C1E1C5","#BEDADC","#C4DEF6","#BED3F3","#D4C4FB"],triangle:"top-left"},t.default=(0,d.ColorWrap)(b)},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.GithubSwatch=void 0;var a=n(5),o=r(a),i=n(492),l=r(i),s=n(493),u=t.GithubSwatch=function(e){var t=e.hover,n=e.color,r=e.onClick,a=e.onSwatchHover,i={position:"relative",zIndex:"2",outline:"2px solid #fff",boxShadow:"0 0 5px 2px rgba(0,0,0,0.25)"},u=(0,l.default)({default:{swatch:{width:"25px",height:"25px",fontSize:"0"}},hover:{swatch:i}},{hover:t});return o.default.createElement("div",{style:u.swatch},o.default.createElement(s.Swatch,{color:n,onClick:r,onHover:a,focusStyle:i}))};t.default=(0,i.handleHover)(u)},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.HuePicker=void 0;var a=Object.assign||function(e){for(var t=1;t.5});return o.default.createElement("div",{style:n.picker})};t.default=s},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.PhotoshopPointerCircle=void 0;var a=n(5),o=r(a),i=n(492),l=r(i),s=t.PhotoshopPointerCircle=function(){var e=(0,l.default)({default:{triangle:{width:0,height:0,borderStyle:"solid",borderWidth:"4px 0 4px 6px",borderColor:"transparent transparent transparent #fff",position:"absolute",top:"1px",left:"1px"},triangleBorder:{width:0,height:0,borderStyle:"solid",borderWidth:"5px 0 5px 8px",borderColor:"transparent transparent transparent #555"},left:{Extend:"triangleBorder",transform:"translate(-13px, -4px)"},leftInside:{Extend:"triangle",transform:"translate(-8px, -5px)"},right:{Extend:"triangleBorder",transform:"translate(20px, -14px) rotate(180deg)"},rightInside:{Extend:"triangle",transform:"translate(-8px, -5px)"}}});return o.default.createElement("div",{style:e.pointer},o.default.createElement("div",{style:e.left},o.default.createElement("div",{style:e.leftInside})),o.default.createElement("div",{style:e.right},o.default.createElement("div",{style:e.rightInside})))};t.default=s},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.PhotoshopBotton=void 0;var a=n(5),o=r(a),i=n(492),l=r(i),s=t.PhotoshopBotton=function(e){var t=e.onClick,n=e.label,r=e.children,a=e.active,i=(0,l.default)({default:{button:{backgroundImage:"linear-gradient(-180deg, #FFFFFF 0%, #E6E6E6 100%)",border:"1px solid #878787",borderRadius:"2px",height:"20px",boxShadow:"0 1px 0 0 #EAEAEA",fontSize:"14px",color:"#000",lineHeight:"20px",textAlign:"center",marginBottom:"10px",cursor:"pointer"}},active:{button:{boxShadow:"0 0 0 1px #878787"}}},{active:a});return o.default.createElement("div",{style:i.button,onClick:t},n||r)};t.default=s},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.PhotoshopPreviews=void 0;var a=n(5),o=r(a),i=n(492),l=r(i),s=t.PhotoshopPreviews=function(e){var t=e.rgb,n=e.currentColor,r=(0,l.default)({default:{swatches:{border:"1px solid #B3B3B3",borderBottom:"1px solid #F0F0F0",marginBottom:"2px",marginTop:"1px"},new:{height:"34px",background:"rgb("+t.r+","+t.g+", "+t.b+")",boxShadow:"inset 1px 0 0 #000, inset -1px 0 0 #000, inset 0 1px 0 #000"},current:{height:"34px",background:n,boxShadow:"inset 1px 0 0 #000, inset -1px 0 0 #000, inset 0 -1px 0 #000"},label:{fontSize:"14px",color:"#000",textAlign:"center"}}});return o.default.createElement("div",null,o.default.createElement("div",{style:r.label},"new"),o.default.createElement("div",{style:r.swatches},o.default.createElement("div",{style:r.new}),o.default.createElement("div",{style:r.current})),o.default.createElement("div",{style:r.label},"current"))};t.default=s},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.Sketch=void 0;var a=n(5),o=r(a),i=n(11),l=r(i),s=n(492),u=r(s),c=n(493),f=n(736),d=r(f),p=n(737),h=r(p),b=t.Sketch=function(e){var t=e.width,n=e.rgb,r=e.hex,a=e.hsv,i=e.hsl,l=e.onChange,s=e.onSwatchHover,f=e.disableAlpha,p=e.presetColors,b=e.renderers,g=e.className,v=void 0===g?"":g,x=(0,u.default)({default:{picker:{width:t,padding:"10px 10px 0",boxSizing:"initial",background:"#fff",borderRadius:"4px",boxShadow:"0 0 0 1px rgba(0,0,0,.15), 0 8px 16px rgba(0,0,0,.15)"},saturation:{width:"100%",paddingBottom:"75%",position:"relative",overflow:"hidden"},Saturation:{radius:"3px",shadow:"inset 0 0 0 1px rgba(0,0,0,.15), inset 0 0 4px rgba(0,0,0,.25)"},controls:{display:"flex"},sliders:{padding:"4px 0",flex:"1"},color:{width:"24px",height:"24px",position:"relative",marginTop:"4px",marginLeft:"4px",borderRadius:"3px"},activeColor:{absolute:"0px 0px 0px 0px",borderRadius:"2px",background:"rgba("+n.r+","+n.g+","+n.b+","+n.a+")",boxShadow:"inset 0 0 0 1px rgba(0,0,0,.15), inset 0 0 4px rgba(0,0,0,.25)"},hue:{position:"relative",height:"10px",overflow:"hidden"},Hue:{radius:"2px",shadow:"inset 0 0 0 1px rgba(0,0,0,.15), inset 0 0 4px rgba(0,0,0,.25)"},alpha:{position:"relative",height:"10px",marginTop:"4px",overflow:"hidden"},Alpha:{radius:"2px",shadow:"inset 0 0 0 1px rgba(0,0,0,.15), inset 0 0 4px rgba(0,0,0,.25)"}},disableAlpha:{color:{height:"10px"},hue:{height:"10px"},alpha:{display:"none"}}},{disableAlpha:f});return o.default.createElement("div",{style:x.picker,className:"sketch-picker "+v},o.default.createElement("div",{style:x.saturation},o.default.createElement(c.Saturation,{style:x.Saturation,hsl:i,hsv:a,onChange:l})),o.default.createElement("div",{style:x.controls,className:"flexbox-fix"},o.default.createElement("div",{style:x.sliders},o.default.createElement("div",{style:x.hue},o.default.createElement(c.Hue,{style:x.Hue,hsl:i,onChange:l})),o.default.createElement("div",{style:x.alpha},o.default.createElement(c.Alpha,{style:x.Alpha,rgb:n,hsl:i,renderers:b,onChange:l}))),o.default.createElement("div",{style:x.color},o.default.createElement(c.Checkboard,null),o.default.createElement("div",{style:x.activeColor}))),o.default.createElement(d.default,{rgb:n,hsl:i,hex:r,onChange:l,disableAlpha:f}),o.default.createElement(h.default,{colors:p,onClick:l,onSwatchHover:s}))};b.propTypes={disableAlpha:l.default.bool,width:l.default.oneOfType([l.default.string,l.default.number])},b.defaultProps={disableAlpha:!1,width:200,presetColors:["#D0021B","#F5A623","#F8E71C","#8B572A","#7ED321","#417505","#BD10E0","#9013FE","#4A90E2","#50E3C2","#B8E986","#000000","#4A4A4A","#9B9B9B","#FFFFFF"]},t.default=(0,c.ColorWrap)(b)},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.SketchFields=void 0;var a=n(5),o=r(a),i=n(492),l=r(i),s=n(496),u=r(s),c=n(493),f=t.SketchFields=function(e){var t=e.onChange,n=e.rgb,r=e.hsl,a=e.hex,i=e.disableAlpha,s=(0,l.default)({default:{fields:{display:"flex",paddingTop:"4px"},single:{flex:"1",paddingLeft:"6px"},alpha:{flex:"1",paddingLeft:"6px"},double:{flex:"2"},input:{width:"80%",padding:"4px 10% 3px",border:"none",boxShadow:"inset 0 0 0 1px #ccc",fontSize:"11px"},label:{display:"block",textAlign:"center",fontSize:"11px",color:"#222",paddingTop:"3px",paddingBottom:"4px",textTransform:"capitalize"}},disableAlpha:{alpha:{display:"none"}}},{disableAlpha:i}),f=function(e,a){e.hex?u.default.isValidHex(e.hex)&&t({hex:e.hex,source:"hex"},a):e.r||e.g||e.b?t({r:e.r||n.r,g:e.g||n.g,b:e.b||n.b,a:n.a,source:"rgb"},a):e.a&&(e.a<0?e.a=0:e.a>100&&(e.a=100),e.a/=100,t({h:r.h,s:r.s,l:r.l,a:e.a,source:"rgb"},a))};return o.default.createElement("div",{style:s.fields,className:"flexbox-fix"},o.default.createElement("div",{style:s.double},o.default.createElement(c.EditableInput,{style:{input:s.input,label:s.label},label:"hex",value:a.replace("#",""),onChange:f})),o.default.createElement("div",{style:s.single},o.default.createElement(c.EditableInput,{style:{input:s.input,label:s.label},label:"r",value:n.r,onChange:f,dragLabel:"true",dragMax:"255"})),o.default.createElement("div",{style:s.single},o.default.createElement(c.EditableInput,{style:{input:s.input,label:s.label},label:"g",value:n.g,onChange:f,dragLabel:"true",dragMax:"255"})),o.default.createElement("div",{style:s.single},o.default.createElement(c.EditableInput,{style:{input:s.input,label:s.label},label:"b",value:n.b,onChange:f,dragLabel:"true",dragMax:"255"})),o.default.createElement("div",{style:s.alpha},o.default.createElement(c.EditableInput,{style:{input:s.input,label:s.label},label:"a",value:Math.round(100*n.a),onChange:f,dragLabel:"true",dragMax:"100"})))};t.default=f},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.SketchPresetColors=void 0;var a=Object.assign||function(e){for(var t=1;t=0||(a[n]=e[n]);return a}e.exports=n},function(e,t){function n(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.__proto__=t}e.exports=n},function(e,t,n){"use strict";var r=n(751);t.a=r.a},function(e,t,n){"use strict";var r=n(752),a=function(e,t,n){var a=void 0===t?{}:t,o=a.evalScripts,i=void 0===o?"always":o,l=a.pngFallback,s=void 0!==l&&l,u=a.each,c=void 0===u?function(){}:u,f=a.renumerateIRIElements,d=void 0===f||f;if(void 0===n&&(n=function(){}),void 0!==e.length){var p=0;Array.prototype.forEach.call(e,function(t){Object(r.a)(t,i,s,d,function(t,r){c(t,r),e.length===++p&&n(p)})})}else e?Object(r.a)(e,i,s,d,function(t,r){c(t,r),n(1),e=null}):n(0)};t.a=a},function(e,t,n){"use strict";var r=n(753),a=n(755),o="http://www.w3.org/1999/xlink",i=[],l={},s=0,u=function(e,t,n,u,c){var f=document.implementation.hasFeature("http://www.w3.org/TR/SVG11/feature#BasicStructure","1.1"),d=e.getAttribute("data-src")||e.getAttribute("src");if(!/\.svg/i.test(d))return void c(new Error("Attempted to inject a file with a non-svg extension: "+d));if(!f){var p=e.getAttribute("data-fallback")||e.getAttribute("data-png");return void(p?(e.setAttribute("src",p),c()):n?(e.setAttribute("src",n+"/"+d.split("/").pop().replace(".svg",".png")),c()):c(new Error("This browser does not support SVG and no PNG fallback was defined.")))}-1===i.indexOf(e)&&(i.push(e),e.setAttribute("src",""),Object(r.a)(d,function(n,r){if(n)return c(n),!1;var f=e.getAttribute("id");f&&r.setAttribute("id",f);var p=e.getAttribute("title");p&&r.setAttribute("title",p);var h=[].concat(r.getAttribute("class")||[],"injected-svg",e.getAttribute("class")||[]).join(" ");r.setAttribute("class",Object(a.a)(h));var b=e.getAttribute("style");b&&r.setAttribute("style",b);var g=[].filter.call(e.attributes,function(e){return/^data-\w[\w-]*$/.test(e.name)});if(Array.prototype.forEach.call(g,function(e){e.name&&e.value&&r.setAttribute(e.name,e.value)}),u){var v,x,m,y,w,_={clipPath:["clip-path"],"color-profile":["color-profile"],cursor:["cursor"],filter:["filter"],linearGradient:["fill","stroke"],marker:["marker","marker-start","marker-mid","marker-end"],mask:["mask"],pattern:["fill","stroke"],radialGradient:["fill","stroke"]};Object.keys(_).forEach(function(e){v=e,m=_[e],x=r.querySelectorAll("defs "+v+"[id]");for(var t=0,n=x.length;t0&&("always"===t||"once"===t&&!l[d])){for(var A=0,P=S.length;At}return!1}function l(e,t,n,r,a){this.acceptsBooleans=2===t||3===t||4===t,this.attributeName=r,this.attributeNamespace=a,this.mustUseProperty=n,this.propertyName=e,this.type=t}function s(e){return e[1].toUpperCase()}function u(e){if("boolean"==typeof e||"number"==typeof e)return""+e;e=""+e;var t=L.exec(e);if(t){var n,r="",a=0;for(n=t.index;n1?t-1:0),r=1;r=128?"#000":"#fff"}};t.red={hsl:{a:1,h:0,l:.5,s:1},hex:"#ff0000",rgb:{r:255,g:0,b:0,a:1},hsv:{h:0,s:1,v:1,a:1}}},function(e,t){function n(e){return null!=e&&"object"==typeof e}e.exports=n},function(e,t){function n(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}e.exports=n},function(e,t,n){function r(e,t){return(l(e)?a:i)(e,o(t,3))}var a=n(545),o=n(607),i=n(665),l=n(495);e.exports=r},function(e,t,n){function r(e){return null==e?void 0===e?s:l:u&&u in Object(e)?o(e):i(e)}var a=n(504),o=n(596),i=n(597),l="[object Null]",s="[object Undefined]",u=a?a.toStringTag:void 0;e.exports=r},function(e,t,n){function r(e,t){var n=o(e,t);return a(n)?n:void 0}var a=n(620),o=n(623);e.exports=r},,function(e,t,n){var r=n(496),a=r.Symbol;e.exports=a},function(e,t,n){function r(e){return i(e)?a(e):o(e)}var a=n(537),o=n(604),i=n(506);e.exports=r},function(e,t,n){function r(e){return null!=e&&o(e.length)&&!a(e)}var a=n(542),o=n(523);e.exports=r},function(e,t,n){function r(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t/g,">")}function n(e){return e.nodeName.toLowerCase()}function r(e,t){var n=e&&e.exec(t);return n&&0===n.index}function a(e){return S.test(e)}function o(e){var t,n,r,o,i=e.className+" ";if(i+=e.parentNode?e.parentNode.className:"",n=O.exec(i))return w(n[1])?n[1]:"no-highlight";for(i=i.split(/\s+/),t=0,r=i.length;t"}function l(e){c+=""}function s(e){("start"===e.event?i:l)(e.node)}for(var u=0,c="",f=[];e.length||r.length;){var d=o();if(c+=t(a.substring(u,d[0].offset)),u=d[0].offset,d===e){f.reverse().forEach(l);do{s(d.splice(0,1)[0]),d=o()}while(d===e&&d.length&&d[0].offset===u);f.reverse().forEach(i)}else"start"===d[0].event?f.push(d[0].node):f.pop(),s(d.splice(0,1)[0])}return c+t(a.substr(u))}function u(e){return e.variants&&!e.cached_variants&&(e.cached_variants=e.variants.map(function(t){return i(e,{variants:null},t)})),e.cached_variants||e.endsWithParent&&[i(e)]||[e]}function c(e){function t(e){return e&&e.source||e}function n(n,r){return new RegExp(t(n),"m"+(e.case_insensitive?"i":"")+(r?"g":""))}function r(a,o){if(!a.compiled){if(a.compiled=!0,a.keywords=a.keywords||a.beginKeywords,a.keywords){var i={},l=function(t,n){e.case_insensitive&&(n=n.toLowerCase()),n.split(" ").forEach(function(e){var n=e.split("|");i[n[0]]=[t,n[1]?Number(n[1]):1]})};"string"==typeof a.keywords?l("keyword",a.keywords):E(a.keywords).forEach(function(e){l(e,a.keywords[e])}),a.keywords=i}a.lexemesRe=n(a.lexemes||/\w+/,!0),o&&(a.beginKeywords&&(a.begin="\\b("+a.beginKeywords.split(" ").join("|")+")\\b"),a.begin||(a.begin=/\B|\b/),a.beginRe=n(a.begin),a.end||a.endsWithParent||(a.end=/\B|\b/),a.end&&(a.endRe=n(a.end)),a.terminator_end=t(a.end)||"",a.endsWithParent&&o.terminator_end&&(a.terminator_end+=(a.end?"|":"")+o.terminator_end)),a.illegal&&(a.illegalRe=n(a.illegal)),null==a.relevance&&(a.relevance=1),a.contains||(a.contains=[]),a.contains=Array.prototype.concat.apply([],a.contains.map(function(e){return u("self"===e?a:e)})),a.contains.forEach(function(e){r(e,a)}),a.starts&&r(a.starts,o);var s=a.contains.map(function(e){return e.beginKeywords?"\\.?("+e.begin+")\\.?":e.begin}).concat([a.terminator_end,a.illegal]).map(t).filter(Boolean);a.terminators=s.length?n(s.join("|"),!0):{exec:function(){return null}}}}r(e)}function f(e,n,a,o){function i(e,t){var n,a;for(n=0,a=t.contains.length;n')+t+i}function h(){var e,n,r,a;if(!_.keywords)return t(S);for(a="",n=0,_.lexemesRe.lastIndex=0,r=_.lexemesRe.exec(S);r;)a+=t(S.substring(n,r.index)),e=u(_,r),e?(O+=e[1],a+=p(e[0],t(r[0]))):a+=t(r[0]),n=_.lexemesRe.lastIndex,r=_.lexemesRe.exec(S);return a+t(S.substr(n))}function b(){var e="string"==typeof _.subLanguage;if(e&&!k[_.subLanguage])return t(S);var n=e?f(_.subLanguage,S,!0,E[_.subLanguage]):d(S,_.subLanguage.length?_.subLanguage:void 0);return _.relevance>0&&(O+=n.relevance),e&&(E[_.subLanguage]=n.top),p(n.language,n.value,!1,!0)}function g(){C+=null!=_.subLanguage?b():h(),S=""}function v(e){C+=e.className?p(e.className,"",!0):"",_=Object.create(e,{parent:{value:_}})}function x(e,t){if(S+=e,null==t)return g(),0;var n=i(t,_);if(n)return n.skip?S+=t:(n.excludeBegin&&(S+=t),g(),n.returnBegin||n.excludeBegin||(S=t)),v(n,t),n.returnBegin?0:t.length;var r=l(_,t);if(r){var a=_;a.skip?S+=t:(a.returnEnd||a.excludeEnd||(S+=t),g(),a.excludeEnd&&(S=t));do{_.className&&(C+=A),_.skip||(O+=_.relevance),_=_.parent}while(_!==r.parent);return r.starts&&v(r.starts,""),a.returnEnd?0:t.length}if(s(t,_))throw new Error('Illegal lexeme "'+t+'" for mode "'+(_.className||"")+'"');return S+=t,t.length||1}var m=w(e);if(!m)throw new Error('Unknown language: "'+e+'"');c(m);var y,_=o||m,E={},C="";for(y=_;y!==m;y=y.parent)y.className&&(C=p(y.className,"",!0)+C);var S="",O=0;try{for(var j,M,R=0;;){if(_.terminators.lastIndex=R,!(j=_.terminators.exec(n)))break;M=x(n.substring(R,j.index),j[0]),R=j.index+M}for(x(n.substr(R)),y=_;y.parent;y=y.parent)y.className&&(C+=A);return{relevance:O,value:C,language:e,top:_}}catch(e){if(e.message&&-1!==e.message.indexOf("Illegal"))return{relevance:0,value:t(n)};throw e}}function d(e,n){n=n||P.languages||E(k);var r={relevance:0,value:t(e)},a=r;return n.filter(w).forEach(function(t){var n=f(t,e,!1);n.language=t,n.relevance>a.relevance&&(a=n),n.relevance>r.relevance&&(a=r,r=n)}),a.language&&(r.second_best=a),r}function p(e){return P.tabReplace||P.useBR?e.replace(j,function(e,t){return P.useBR&&"\n"===e?"
":P.tabReplace?t.replace(/\t/g,P.tabReplace):""}):e}function h(e,t,n){var r=t?C[t]:n,a=[e.trim()];return e.match(/\bhljs\b/)||a.push("hljs"),-1===e.indexOf(r)&&a.push(r),a.join(" ").trim()}function b(e){var t,n,r,i,u,c=o(e);a(c)||(P.useBR?(t=document.createElementNS("http://www.w3.org/1999/xhtml","div"),t.innerHTML=e.innerHTML.replace(/\n/g,"").replace(//g,"\n")):t=e,u=t.textContent,r=c?f(c,u,!0):d(u),n=l(t),n.length&&(i=document.createElementNS("http://www.w3.org/1999/xhtml","div"),i.innerHTML=r.value,r.value=s(n,l(i),u)),r.value=p(r.value),e.innerHTML=r.value,e.className=h(e.className,c,r.language),e.result={language:r.language,re:r.relevance},r.second_best&&(e.second_best={language:r.second_best.language,re:r.second_best.relevance}))}function g(e){P=i(P,e)}function v(){if(!v.called){v.called=!0;var e=document.querySelectorAll("pre code");_.forEach.call(e,b)}}function x(){addEventListener("DOMContentLoaded",v,!1),addEventListener("load",v,!1)}function m(t,n){var r=k[t]=n(e);r.aliases&&r.aliases.forEach(function(e){C[e]=t})}function y(){return E(k)}function w(e){return e=(e||"").toLowerCase(),k[e]||k[C[e]]}var _=[],E=Object.keys,k={},C={},S=/^(no-?highlight|plain|text)$/i,O=/\blang(?:uage)?-([\w-]+)\b/i,j=/((^(<[^>]+>|\t|)+|(?:\n)))/gm,A="",P={classPrefix:"hljs-",tabReplace:null,useBR:!1,languages:void 0};return e.highlight=f,e.highlightAuto=d,e.fixMarkup=p,e.highlightBlock=b,e.configure=g,e.initHighlighting=v,e.initHighlightingOnLoad=x,e.registerLanguage=m,e.listLanguages=y,e.getLanguage=w,e.inherit=i,e.IDENT_RE="[a-zA-Z]\\w*",e.UNDERSCORE_IDENT_RE="[a-zA-Z_]\\w*",e.NUMBER_RE="\\b\\d+(\\.\\d+)?",e.C_NUMBER_RE="(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",e.BINARY_NUMBER_RE="\\b(0b[01]+)",e.RE_STARTERS_RE="!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~",e.BACKSLASH_ESCAPE={begin:"\\\\[\\s\\S]",relevance:0},e.APOS_STRING_MODE={className:"string",begin:"'",end:"'",illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},e.QUOTE_STRING_MODE={className:"string",begin:'"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},e.PHRASAL_WORDS_MODE={begin:/\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\b/},e.COMMENT=function(t,n,r){var a=e.inherit({className:"comment",begin:t,end:n,contains:[]},r||{});return a.contains.push(e.PHRASAL_WORDS_MODE),a.contains.push({className:"doctag",begin:"(?:TODO|FIXME|NOTE|BUG|XXX):",relevance:0}),a},e.C_LINE_COMMENT_MODE=e.COMMENT("//","$"),e.C_BLOCK_COMMENT_MODE=e.COMMENT("/\\*","\\*/"),e.HASH_COMMENT_MODE=e.COMMENT("#","$"),e.NUMBER_MODE={className:"number",begin:e.NUMBER_RE,relevance:0},e.C_NUMBER_MODE={className:"number",begin:e.C_NUMBER_RE,relevance:0},e.BINARY_NUMBER_MODE={className:"number",begin:e.BINARY_NUMBER_RE,relevance:0},e.CSS_NUMBER_MODE={className:"number",begin:e.NUMBER_RE+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",relevance:0},e.REGEXP_MODE={className:"regexp",begin:/\//,end:/\/[gimuy]*/,illegal:/\n/,contains:[e.BACKSLASH_ESCAPE,{begin:/\[/,end:/\]/,relevance:0,contains:[e.BACKSLASH_ESCAPE]}]},e.TITLE_MODE={className:"title",begin:e.IDENT_RE,relevance:0},e.UNDERSCORE_TITLE_MODE={className:"title",begin:e.UNDERSCORE_IDENT_RE,relevance:0},e.METHOD_GUARD={begin:"\\.\\s*"+e.UNDERSCORE_IDENT_RE,relevance:0},e})},,,function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=function(e,t){return Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}(["\n.hljs {\n display: block;\n overflow-x: auto;\n color: #313133;\n background: ",";\n padding: 0.7em;\n font-size: 14px;\n border-radius: 0px; \n }\n\n.hljs-doctag, .hljs-keyword, .hljs-formula {\n color: #a626a4;\n}\n\n.hljs-section, .hljs-name, .hljs-selector-tag, .hljs-deletion, .hljs-subst {\n color: #2f6f9f;\n}\n\n.hljs-literal {\n color: #0184bb;\n}\n\n.hljs-string, .hljs-regexp, .hljs-addition, .hljs-attribute, .hljs-meta-string {\n color: #d44950;\n}\n\n.hljs-built_in, .hljs-class .hljs-title {\n color: #c18401;\n}\n\n.hljs-attr, .hljs-variable, .hljs-template-variable, .hljs-type, .hljs-selector-class, .hljs-selector-attr, .hljs-selector-pseudo, .hljs-number {\n color: #4f9fcf;\n}\n\n.hljs-symbol, .hljs-bullet, .hljs-link, .hljs-meta, .hljs-selector-id, .hljs-title {\n color: #099;\n}\n\n\n\n.hljs-comment, .hljs-quote {\n color: #a0a1a7;\n font-style: italic;\n}\n.hljs-emphasis {\n font-style: italic;\n}\n\n.hljs-strong {\n font-weight: bold;\n}\n\n.hljs-link {\n text-decoration: underline;\n}\n "],["\n.hljs {\n display: block;\n overflow-x: auto;\n color: #313133;\n background: ",";\n padding: 0.7em;\n font-size: 14px;\n border-radius: 0px; \n }\n\n.hljs-doctag, .hljs-keyword, .hljs-formula {\n color: #a626a4;\n}\n\n.hljs-section, .hljs-name, .hljs-selector-tag, .hljs-deletion, .hljs-subst {\n color: #2f6f9f;\n}\n\n.hljs-literal {\n color: #0184bb;\n}\n\n.hljs-string, .hljs-regexp, .hljs-addition, .hljs-attribute, .hljs-meta-string {\n color: #d44950;\n}\n\n.hljs-built_in, .hljs-class .hljs-title {\n color: #c18401;\n}\n\n.hljs-attr, .hljs-variable, .hljs-template-variable, .hljs-type, .hljs-selector-class, .hljs-selector-attr, .hljs-selector-pseudo, .hljs-number {\n color: #4f9fcf;\n}\n\n.hljs-symbol, .hljs-bullet, .hljs-link, .hljs-meta, .hljs-selector-id, .hljs-title {\n color: #099;\n}\n\n\n\n.hljs-comment, .hljs-quote {\n color: #a0a1a7;\n font-style: italic;\n}\n.hljs-emphasis {\n font-style: italic;\n}\n\n.hljs-strong {\n font-weight: bold;\n}\n\n.hljs-link {\n text-decoration: underline;\n}\n "]),a=n(48),o=function(e){return e&&e.__esModule?e:{default:e}}(a),i=n(47),l=o.default.pre(r,i.LIGHT_BACKGROUND);t.default=l},function(e,t){e.exports=function(e){var t={endsWithParent:!0,illegal:/`]+/}]}]}]};return{aliases:["html","xhtml","rss","atom","xjb","xsd","xsl","plist"],case_insensitive:!0,contains:[{className:"meta",begin:"",relevance:10,contains:[{begin:"\\[",end:"\\]"}]},e.COMMENT("\x3c!--","--\x3e",{relevance:10}),{begin:"<\\!\\[CDATA\\[",end:"\\]\\]>",relevance:10},{begin:/<\?(php)?/,end:/\?>/,subLanguage:"php",contains:[{begin:"/\\*",end:"\\*/",skip:!0}]},{className:"tag",begin:"|$)",end:">",keywords:{name:"style"},contains:[t],starts:{end:"",returnEnd:!0,subLanguage:["css","xml"]}},{className:"tag",begin:"|$)",end:">",keywords:{name:"script"},contains:[t],starts:{end:"<\/script>",returnEnd:!0,subLanguage:["actionscript","javascript","handlebars","xml"]}},{className:"meta",variants:[{begin:/<\?xml/,end:/\?>/,relevance:10},{begin:/<\?\w+/,end:/\?>/}]},{className:"tag",begin:"",contains:[{className:"name",begin:/[^\/><\s]+/,relevance:0},t]}]}}},function(e,t,n){function r(e,t){return e&&a(e,o(t))}var a=n(536),o=n(543);e.exports=r},function(e,t,n){(function(e){var r=n(496),a=n(602),o="object"==typeof t&&t&&!t.nodeType&&t,i=o&&"object"==typeof e&&e&&!e.nodeType&&e,l=i&&i.exports===o,s=l?r.Buffer:void 0,u=s?s.isBuffer:void 0,c=u||a;e.exports=c}).call(t,n(522)(e))},function(e,t){e.exports=function(e){return e.webpackPolyfill||(e.deprecate=function(){},e.paths=[],e.children||(e.children=[]),Object.defineProperty(e,"loaded",{enumerable:!0,get:function(){return e.l}}),Object.defineProperty(e,"id",{enumerable:!0,get:function(){return e.i}}),e.webpackPolyfill=1),e}},function(e,t){function n(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=r}var r=9007199254740991;e.exports=n},function(e,t){function n(e){return function(t){return e(t)}}e.exports=n},function(e,t,n){(function(e){var r=n(535),a="object"==typeof t&&t&&!t.nodeType&&t,o=a&&"object"==typeof e&&e&&!e.nodeType&&e,i=o&&o.exports===a,l=i&&r.process,s=function(){try{var e=o&&o.require&&o.require("util").types;return e||l&&l.binding&&l.binding("util")}catch(e){}}();e.exports=s}).call(t,n(522)(e))},function(e,t){function n(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||r)}var r=Object.prototype;e.exports=n},function(e,t,n){var r=n(541),a=r(Object.getPrototypeOf,Object);e.exports=a},function(e,t,n){function r(e){var t=this.__data__=new a(e);this.size=t.size}var a=n(507),o=n(615),i=n(616),l=n(617),s=n(618),u=n(619);r.prototype.clear=o,r.prototype.delete=i,r.prototype.get=l,r.prototype.has=s,r.prototype.set=u,e.exports=r},function(e,t){function n(e,t){return e===t||e!==e&&t!==t}e.exports=n},function(e,t,n){var r=n(502),a=n(496),o=r(a,"Map");e.exports=o},function(e,t,n){function r(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t-1&&e%1==0&&ed))return!1;var h=c.get(e);if(h&&c.get(t))return h==t;var b=-1,g=!0,v=n&s?new a:void 0;for(c.set(e,t),c.set(t,e);++b=t||n<0||S&&r>=y}function p(){var e=o();if(d(e))return h(e);_=setTimeout(p,f(e))}function h(e){return _=void 0,O&&x?r(e):(x=m=void 0,w)}function b(){void 0!==_&&clearTimeout(_),k=0,x=E=m=_=void 0}function g(){return void 0===_?w:h(o())}function v(){var e=o(),n=d(e);if(x=arguments,m=this,E=e,n){if(void 0===_)return c(E);if(S)return _=setTimeout(p,t),r(E)}return void 0===_&&(_=setTimeout(p,t)),w}var x,m,y,w,_,E,k=0,C=!1,S=!1,O=!0;if("function"!=typeof e)throw new TypeError(l);return t=i(t)||0,a(n)&&(C=!!n.leading,S="maxWait"in n,y=S?s(i(n.maxWait)||0,t):y,O="trailing"in n?!!n.trailing:O),v.cancel=b,v.flush=g,v}var a=n(499),o=n(705),i=n(706),l="Expected a function",s=Math.max,u=Math.min;e.exports=r},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}function a(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function o(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function i(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}Object.defineProperty(t,"__esModule",{value:!0}),t.ColorWrap=void 0;var l=Object.assign||function(e){for(var t=1;t
",componentCode:""}):"LOGO"===this.props.icon.type_of_icon?this.setState({code:"",componentCode:""}):this.setState({code:"",componentCode:""})}},{key:"componentDidMount",value:function(){for(var e=document.querySelectorAll("code"),t=0;t0&&(t+=" bx-rotate-"+this.state.rotate,n+="rotate='"+this.state.rotate+"' "),"none"!==this.state.flip&&(t+=" bx-flip-"+this.state.flip,n+="flip='"+this.state.flip+"' ");var r="";0===this.state.fill.r&&0===this.state.fill.g&&0===this.state.fill.b&&1===this.state.fill.a||(1===this.state.fill.a?(r="style='color:"+this.state.hex+"' ",n+="color='"+this.state.hex+"' "):(r="style='color:rgba("+this.state.fill.r+","+this.state.fill.g+","+this.state.fill.b+","+this.state.fill.a+")' ",n+="color='rgba("+this.state.fill.r+","+this.state.fill.g+","+this.state.fill.b+","+this.state.fill.a+")' ")),this.setState({code:"",componentCode:""})}}},{key:"changeURI",value:function(){var e="",t=this.state.size,n=document.getElementsByClassName("injected-svg")[0];n&&(0,F.svgAsPngUri)(n,{scale:t},function(t){e=t,this.setState({uri:''},function(){})}.bind(this))}},{key:"handleAdjust",value:function(){var e="REGULAR",t=this.props.icon.name+"-regular";"REGULAR"===this.props.icon.type_of_icon&&(t=this.props.icon.name+"-solid",e="SOLID"),this.props.changeSideIcon(!0),this.props.setSelectedIcon(this.props.icon.name,t,e)}},{key:"handleSizes",value:function(){this.setState({showSizes:!this.state.showSizes})}},{key:"handleFlip",value:function(){0!==this.state.rotate&&this.setState({rotate:0});var e="bx bx-"+this.props.icon.name,t="name='"+this.props.icon.name+"' ",n="none";"SOLID"===this.props.icon.type_of_icon?(e="bx bxs-"+this.props.icon.name,t+="type='solid' "):"LOGO"===this.props.icon.type_of_icon&&(e="bx bxl-"+this.props.icon.name,t+="type='logo' "),"none"===this.state.flip?(this.setState({flip:"horizontal",svgTransform:"scaleX(-1)",svgFilter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"}),n="horizontal",e+=" bx-flip-"+n,t+="flip='"+n+"' "):"horizontal"===this.state.flip?(this.setState({flip:"vertical",svgTransform:"scaleY(-1)",svgFilter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}),n="vertical",e+=" bx-flip-"+n,t+="flip='"+n+"' "):"vertical"===this.state.flip&&this.setState({flip:"none",svgTransform:"",svgFilter:""}),"none"!==this.state.animation&&(e+=" bx-"+this.state.animation,t+="animation='"+this.state.animation+"' ");var r="";0===this.state.fill.r&&0===this.state.fill.g&&0===this.state.fill.b&&1===this.state.fill.a||(1===this.state.fill.a?(r="style='color:"+this.state.hex+"' ",t+="color='"+this.state.hex+"' "):(r="style='color:rgba("+this.state.fill.r+","+this.state.fill.g+","+this.state.fill.b+","+this.state.fill.a+")' ",t+="color='rgba("+this.state.fill.r+","+this.state.fill.g+","+this.state.fill.b+","+this.state.fill.a+")' ")),this.setState({code:"",componentCode:""})}},{key:"handleRotate",value:function(){"none"!==this.state.flip&&this.setState({flip:"none"});var e="bx bx-"+this.props.icon.name,t="name='"+this.props.icon.name+"' ";"SOLID"===this.props.icon.type_of_icon?(e="bx bxs-"+this.props.icon.name,t+="type='solid' "):"LOGO"===this.props.icon.type_of_icon&&(e="bx bxl-"+this.props.icon.name,t+="type='logo' "),"none"!==this.state.animation&&(e+=" bx-"+this.state.animation,t+="animation='"+this.state.animation+"' "),this.state.rotate+90!==360?(this.setState({rotate:this.state.rotate+90,svgTransform:"rotate("+(this.state.rotate+90)+"deg)",svgFilter:"progid:DXImageTransform.Microsoft.BasicImage(rotation="+(this.state.rotate+90)/90+")"}),e+=" bx-rotate-"+(this.state.rotate+90),t+="rotate='"+(this.state.rotate+90)+"' "):this.setState({rotate:0,svgTransform:"",svgFilter:""});var n="";0===this.state.fill.r&&0===this.state.fill.g&&0===this.state.fill.b&&1===this.state.fill.a||(1===this.state.fill.a?(n="style='color:"+this.state.hex+"' ",t+="color='"+this.state.hex+"' "):(n="style='color:rgba("+this.state.fill.r+","+this.state.fill.g+","+this.state.fill.b+","+this.state.fill.a+")' ",t+="color='rgba("+this.state.fill.r+","+this.state.fill.g+","+this.state.fill.b+","+this.state.fill.a+")' ")),this.setState({code:"",componentCode:""})}},{key:"handleSize",value:function(e){this.setState({size:e}),this.setState({showSizes:!1})}},{key:"handleAnimate",value:function(e){this.setState({animation:e}),this.setState({animateChoiceDisplay:!1});var t="bx bx-"+this.props.icon.name,n="name='"+this.props.icon.name+"' ";"SOLID"===this.props.icon.type_of_icon?(t="bx bxs-"+this.props.icon.name,n+="type='solid' "):"LOGO"===this.props.icon.type_of_icon&&(t="bx bxl-"+this.props.icon.name,n+="type='logo' "),"none"!==e&&(t+=" bx-"+e,n+="animation='"+e+"' "),this.state.rotate>0&&(t+=" bx-rotate-"+this.state.rotate,n+="rotate='"+this.state.rotate+"' "),"none"!==this.state.flip&&(t+=" bx-flip-"+this.state.flip,n+="flip='"+this.state.flip+"' ");var r="";0===this.state.fill.r&&0===this.state.fill.g&&0===this.state.fill.b&&1===this.state.fill.a||(1===this.state.fill.a?(r="style='color:"+this.state.hex+"' ",n+="color='"+this.state.hex+"' "):(r="style='color:rgba("+this.state.fill.r+","+this.state.fill.g+","+this.state.fill.b+","+this.state.fill.a+")' ",n+="color='rgba("+this.state.fill.r+","+this.state.fill.g+","+this.state.fill.b+","+this.state.fill.a+")' ")),this.setState({code:"",componentCode:""})}},{key:"handleFill",value:function(){this.setState({showFill:!this.state.showFill})}},{key:"savePNG",value:function(e){e.preventDefault();var t=this.state.size;(0,F.saveSvgAsPng)(document.getElementsByClassName("injected-svg")[0],this.props.icon.name+"-"+this.props.icon.type_of_icon.toLowerCase()+"-"+Math.ceil(24*this.state.size)+".png",{scale:t})}},{key:"getHTML",value:function(e){e.preventDefault(),this.setState({showHTML:!0}),this.changeURI()}},{key:"copyURI",value:function(){document.getElementById("uriID").select(),document.execCommand("copy"),this.setState({htmlcopied:!0}),setTimeout(function(){this.setState({htmlcopied:!1})}.bind(this),1e3)}},{key:"handleChangeComplete",value:function(e){var t="bx bx-"+this.props.icon.name,n="name='"+this.props.icon.name+"' ";if("SOLID"===this.props.icon.type_of_icon?(t="bx bxs-"+this.props.icon.name,n+="type='solid' "):"LOGO"===this.props.icon.type_of_icon&&(t="bx bxl-"+this.props.icon.name,n+="type='logo' "),this.state.rotate>0&&(t+=" bx-rotate-"+this.state.rotate,n+="rotate='"+this.state.rotate+"' "),"none"!==this.state.flip&&(t+=" bx-flip-"+this.state.flip,n+="flip='"+this.state.flip+"' "),"none"!==this.state.animation&&(t+=" bx-"+this.state.animation,n+="animation='"+this.state.animation+"' "),0!==e.rgb.r||0!==e.rgb.g||0!==e.rgb.b||1!==e.rgb.a){var r="";1===e.rgb.a?(r="style='color:"+e.hex+"' ",n+="color='"+e.hex+"' "):(r="style='color:rgba("+e.rgb.r+","+e.rgb.g+","+e.rgb.b+","+e.rgb.a+")' ",n+="color='rgba("+e.rgb.r+","+e.rgb.g+","+e.rgb.b+","+e.rgb.a+")' ")}this.setState({fill:e.rgb,hex:e.hex,code:"",componentCode:""})}},{key:"handleCurrentAnimation",value:function(){this.setState({animateChoiceDisplay:!this.state.animateChoiceDisplay}),this.setState({colorChoiceDisplay:!1})}},{key:"copyCode",value:function(){document.querySelector("#code").select(),document.execCommand("Copy"),this.setState({copied:!0}),setTimeout(function(){this.setState({copied:!1})}.bind(this),1e3)}},{key:"handleBoxClose",value:function(){this.props.changeSideIcon(!1),this.props.setSelectedIcon(null,null)}},{key:"render",value:function(){var e=this,t=(0,I.default)({active:this.state.copied,copied:!0}),n=(0,I.default)({active:this.state.htmlcopied,copied:!0}),r={color:"rgba("+this.state.fill.r+", "+this.state.fill.g+", "+this.state.fill.b+", "+this.state.fill.a+")"},a="/static/img/svg/bx-"+this.props.icon.name+".svg",o=this.props.icon,i="bx-"+o.name;return"SOLID"===o.type_of_icon?(a="/static/img/svg/bxs-"+this.props.icon.name+".svg",i="bxs-"+o.name):"LOGO"===o.type_of_icon&&(a="/static/img/svg/bxl-"+this.props.icon.name+".svg",i="bxl-"+o.name),m.default.createElement("div",{className:" "},m.default.createElement($,{className:"icon"},m.default.createElement("input",{className:"hidden",type:"text",onChange:function(){},value:this.state.uri,id:"uriID"}),this.state.showHTML&&m.default.createElement(P.default,{onOutsideClick:function(){e.setState({showHTML:!1})}},m.default.createElement(q,null," ",m.default.createElement("div",{className:"html-box-overflow"},m.default.createElement("div",{className:"html-box-cont"},"Click to Copy & Paste it into your HTML",m.default.createElement("div",{className:"html-code"},m.default.createElement(j.default,{title:"Copy html code"},m.default.createElement("div",{className:"icon-code-in",onClick:this.copyURI}),m.default.createElement("div",{className:"code-hover"}," ",m.default.createElement("code",{className:"html"},this.state.uri)," ",m.default.createElement("div",{className:n},"Copied ",m.default.createElement("i",{className:"bx bx-check"}))))))))),m.default.createElement(L.default,{src:"/static/img/svg/"+i+".svg",svgStyle:{fill:"rgba("+this.state.fill.r+", "+this.state.fill.g+", "+this.state.fill.b+", "+this.state.fill.a+")",transform:this.state.svgTransform,msFilter:this.state.svgFilter}}),m.default.createElement("div",{className:"box-bg "},m.default.createElement("i",{style:r,className:"bx "+i+" bx-rotate-"+this.state.rotate+" bx-"+this.state.animation+" bx-flip-"+this.state.flip}),m.default.createElement(V,null,this.state.opposite&&m.default.createElement("div",{className:"function-button"}," ",m.default.createElement(X,{onClick:this.handleAdjust,className:"active func-adjust",title:"Toggle Style"},m.default.createElement("i",{className:"bx bxs-adjust"}))),m.default.createElement("div",{className:"function-button"},m.default.createElement(P.default,{onOutsideClick:function(){e.setState({showFill:!1})}},m.default.createElement(X,{onClick:this.handleFill,className:"active func-fill",title:"Fill Color"},m.default.createElement("i",{className:"bx bxs-color-fill"})),this.state.showFill&&m.default.createElement("div",{className:"color-picker",id:"picker"},m.default.createElement(B.ChromePicker,{color:this.state.fill,onChangeComplete:this.handleChangeComplete})))),m.default.createElement("div",{className:"function-button"}," ",m.default.createElement(X,{onClick:this.handleRotate,className:this.state.rotate>0?"active func-rotate":"func-rotate",title:"Rotate"},m.default.createElement("i",{className:"bx bx-rotate-right"}))," "),m.default.createElement("div",{className:"function-button"},m.default.createElement(P.default,{onOutsideClick:function(){e.setState({animateChoiceDisplay:!1})}}," ",m.default.createElement(X,{className:"none"!=this.state.animation?"active func-animate":"func-animate",title:"Animate"},m.default.createElement("div",{onClick:this.handleCurrentAnimation},m.default.createElement("i",{className:"bx bxs-zap"})),this.state.animateChoiceDisplay&&m.default.createElement("div",{className:"animate-choices"},m.default.createElement("div",{className:"animate tada",onClick:function(){return e.handleAnimate("tada")}},m.default.createElement("i",{className:"bx "+i+" bx-tada"})),m.default.createElement("div",{className:"animate flashing",onClick:function(){return e.handleAnimate("flashing")}},m.default.createElement("i",{className:"bx "+i+" bx-flashing"})),m.default.createElement("div",{className:"animate burst",onClick:function(){return e.handleAnimate("burst")}},m.default.createElement("i",{className:"bx "+i+" bx-burst"})),m.default.createElement("div",{className:"animate spin",onClick:function(){return e.handleAnimate("spin")}},m.default.createElement("i",{className:"bx "+i+" bx-spin"})),m.default.createElement("div",{className:"animate fade-left",onClick:function(){return e.handleAnimate("fade-left")}},m.default.createElement("i",{className:"bx "+i+" bx-fade-left"})),m.default.createElement("div",{className:"animate fade-right",onClick:function(){return e.handleAnimate("fade-right")}},m.default.createElement("i",{className:"bx "+i+" bx-fade-right"})),m.default.createElement("div",{className:"animate fade-up",onClick:function(){return e.handleAnimate("fade-up")}},m.default.createElement("i",{className:"bx "+i+" bx-fade-up"})),m.default.createElement("div",{className:"animate fade-down",onClick:function(){return e.handleAnimate("fade-down")}},m.default.createElement("i",{className:"bx "+i+" bx-fade-down"})),m.default.createElement("div",{className:"animate none",onClick:function(){return e.handleAnimate("none")}},"none"))))),m.default.createElement("div",{className:"function-button"}," ",m.default.createElement(X,{onClick:this.handleFlip,className:"none"!=this.state.flip?"active func-flip":"func-flip",title:"Flip"},m.default.createElement("i",{className:"bx bx-sync"}))))),m.default.createElement("div",{className:" icon-head"},m.default.createElement("div",{className:" icon-head-name"},o.name),m.default.createElement("div",{className:" icon-footer"},m.default.createElement(W,null,m.default.createElement("div",{className:"code-options"},m.default.createElement("div",{className:"component"===this.state.type?"code-option active":"code-option",onClick:function(){return e.changeType("component")}},"Web Component"),m.default.createElement("div",{className:"font"===this.state.type?"code-option active":"code-option",onClick:function(){return e.changeType("font")}},"Font"),m.default.createElement(H.Link,{to:"/get-started",className:"usage-link"},"Usage >")),"component"===this.state.type?m.default.createElement("div",null,m.default.createElement(j.default,{title:"Copy code"}," ",m.default.createElement("div",{className:"icon-code-in",onClick:this.copyCode}),m.default.createElement("div",{className:"code-hover"}," ",m.default.createElement("code",{className:"html"},this.state.componentCode))),m.default.createElement("input",{className:"hidden",type:"text",onChange:function(){},value:this.state.componentCode,id:"code"}),m.default.createElement("div",{className:t},"Copied ",m.default.createElement("i",{className:"bx bx-check"}))):m.default.createElement("div",null," ",m.default.createElement(j.default,{title:"Copy code"}," ",m.default.createElement("div",{className:"icon-code-in",onClick:this.copyCode}," "),m.default.createElement("div",{className:"code-hover"},m.default.createElement("code",{className:"html"},this.state.code))),m.default.createElement("input",{className:"hidden",type:"text",onChange:function(){},value:this.state.code,id:"code"}),m.default.createElement("div",{className:t},"Copied ",m.default.createElement("i",{className:"bx bx-check"}))))),m.default.createElement(U,null,m.default.createElement(M.WhiteButton,{href:"#",onClick:this.savePNG,className:"button icon-download "},m.default.createElement("div",{className:"button-name"},"PNG"),m.default.createElement("i",{className:"bx bxs-download"})),m.default.createElement(M.WhiteButton,{href:"#",onClick:this.getHTML,className:"button icon-download "},m.default.createElement("div",{className:"button-name"},"HTML"),m.default.createElement("i",{className:"bx bx-code"})),m.default.createElement(M.BlueButton,{href:a,download:i,className:"button icon-download "},m.default.createElement("div",{className:"button-name"},"SVG"),m.default.createElement("i",{className:"bx bxs-download"})),m.default.createElement(P.default,{onOutsideClick:function(){e.setState({showSizes:!1})}}," ",m.default.createElement("div",{className:"download-size",title:"Icon Size"},this.state.showSizes&&m.default.createElement("div",{className:"download-sizes"},m.default.createElement("div",{className:"size",onClick:function(){return e.handleSize(.66)}},"16px"),m.default.createElement("div",{className:"size",onClick:function(){return e.handleSize(1)}},"24px"),m.default.createElement("div",{className:"size",onClick:function(){return e.handleSize(1.5)}},"36px"),m.default.createElement("div",{className:"size",onClick:function(){return e.handleSize(2)}},"48px"),m.default.createElement("div",{className:"size",onClick:function(){return e.handleSize(4)}},"96px"),m.default.createElement("div",{className:"size",onClick:function(){return e.handleSize(5)}},"120px"),m.default.createElement("div",{className:"size",onClick:function(){return e.handleSize(10)}},"240px")),m.default.createElement("div",{className:"size-button",onClick:this.handleSizes},Math.ceil(24*this.state.size),"px ",m.default.createElement("i",{className:"bx bx-caret-down"})))))),m.default.createElement(G,{onClick:this.handleBoxClose},m.default.createElement("i",{className:"bx bx-x"}))))}}]),t}(x.Component);t.default=(0,y.connect)(s,u)(Y)},function(e,t,n){"use strict";var r,a;!function(){var n=void 0!==t&&t||{}||this||window;r=[],void 0!==(a=function(){return n}.apply(t,r))&&(e.exports=a);var o="http://www.w3.org/2000/xmlns/",i=/url\(["']?(.+?)["']?\)/,l={woff2:"font/woff2",woff:"font/woff",otf:"application/x-font-opentype",ttf:"application/x-font-ttf",eot:"application/vnd.ms-fontobject",sfnt:"application/font-sfnt",svg:"image/svg+xml"},s=function(e){return e instanceof HTMLElement||e instanceof SVGElement},u=function(e){if(!s(e))throw new Error("an HTMLElement or SVGElement is required; got "+e)},c=function(e){return e&&0===e.lastIndexOf("http",0)&&-1===e.lastIndexOf(window.location.host)},f=function(e){var t=Object.keys(l).filter(function(t){return e.indexOf("."+t)>0}).map(function(e){return l[e]});return t?t[0]:(console.error("Unknown font format for "+e+". Fonts may not be working correctly."),"application/octet-stream")},d=function(e){for(var t="",n=new Uint8Array(e),r=0;r *")).forEach(function(e){e.getAttribute("xmlns")||e.setAttributeNS(o,"xmlns","http://www.w3.org/1999/xhtml")}),k(e,t).then(function(e){var t=document.createElement("style");t.setAttribute("type","text/css"),t.innerHTML="";var a=document.createElement("defs");a.appendChild(t),r.insertBefore(a,r.firstChild);var o=document.createElement("div");o.appendChild(r);var i=o.innerHTML.replace(/NS\d+:href/gi,'xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href');if("function"!=typeof n)return{src:i,width:b,height:v};n(i,b,v)})})},n.svgAsDataUri=function(e,t,r){u(e);var a=n.prepareSvg(e,t).then(function(e){var t=e.src;return"data:image/svg+xml;base64,"+window.btoa(b(']>'+t))});return"function"==typeof r?a.then(r):a},n.svgAsPngUri=function(e,t,r){u(e);var a=t||{},o=a.encoderType,i=void 0===o?"image/png":o,l=a.encoderOptions,s=void 0===l?.8:l,c=a.canvg,f=function(e){var t=e.src,n=e.width,a=e.height,o=document.createElement("canvas"),l=o.getContext("2d"),u=window.devicePixelRatio||1;o.width=n*u,o.height=a*u,o.style.width=o.width+"px",o.style.height=o.height+"px",l.setTransform(u,0,0,u,0,0),c?c(o,t):l.drawImage(t,0,0);var f=void 0;try{f=o.toDataURL(i,s)}catch(e){if("undefined"!=typeof SecurityError&&e instanceof SecurityError||"SecurityError"===e.name)return void console.error("Rendered SVG images cannot be downloaded in this browser.");throw e}return"function"==typeof r&&r(f),Promise.resolve(f)};return c?n.prepareSvg(e,t).then(f):n.svgAsDataUri(e,t).then(function(e){return new Promise(function(t,n){var r=new Image;r.onload=function(){return t(f({src:r,width:r.width,height:r.height}))},r.onerror=function(){n("There was an error loading the data URI as an image on the following SVG\n"+window.atob(e.slice(26))+"Open the following link to see browser's diagnosis\n"+e)},r.src=e})})},n.download=function(e,t){if(navigator.msSaveOrOpenBlob)navigator.msSaveOrOpenBlob(g(t),e);else{var n=document.createElement("a");if("download"in n){n.download=e,n.style.display="none",document.body.appendChild(n);try{var r=g(t),a=URL.createObjectURL(r);n.href=a,n.onclick=function(){return requestAnimationFrame(function(){return URL.revokeObjectURL(a)})}}catch(e){console.warn("This browser does not support object URLs. Falling back to string URL."),n.href=t}n.click(),document.body.removeChild(n)}else window.open(t,"_temp","menubar=no,toolbar=no,status=no")}},n.saveSvg=function(e,t,r){u(e),n.svgAsDataUri(e,r||{},function(e){return n.download(t,e)})},n.saveSvgAsPng=function(e,t,r){u(e),n.svgAsPngUri(e,r||{},function(e){return n.download(t,e)})}}()},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.CustomPicker=t.TwitterPicker=t.SwatchesPicker=t.SliderPicker=t.SketchPicker=t.PhotoshopPicker=t.MaterialPicker=t.HuePicker=t.GithubPicker=t.CompactPicker=t.ChromePicker=t.default=t.CirclePicker=t.BlockPicker=t.AlphaPicker=void 0;var a=n(593);Object.defineProperty(t,"AlphaPicker",{enumerable:!0,get:function(){return r(a).default}});var o=n(714);Object.defineProperty(t,"BlockPicker",{enumerable:!0,get:function(){return r(o).default}});var i=n(716);Object.defineProperty(t,"CirclePicker",{enumerable:!0,get:function(){return r(i).default}});var l=n(718);Object.defineProperty(t,"ChromePicker",{enumerable:!0,get:function(){return r(l).default}});var s=n(722);Object.defineProperty(t,"CompactPicker",{enumerable:!0,get:function(){return r(s).default}});var u=n(725);Object.defineProperty(t,"GithubPicker",{enumerable:!0,get:function(){return r(u).default}});var c=n(727);Object.defineProperty(t,"HuePicker",{enumerable:!0,get:function(){return r(c).default}});var f=n(729);Object.defineProperty(t,"MaterialPicker",{enumerable:!0,get:function(){return r(f).default}});var d=n(730);Object.defineProperty(t,"PhotoshopPicker",{enumerable:!0,get:function(){return r(d).default}});var p=n(736);Object.defineProperty(t,"SketchPicker",{enumerable:!0,get:function(){return r(p).default}});var h=n(739);Object.defineProperty(t,"SliderPicker",{enumerable:!0,get:function(){return r(h).default}});var b=n(743);Object.defineProperty(t,"SwatchesPicker",{enumerable:!0,get:function(){return r(b).default}});var g=n(746);Object.defineProperty(t,"TwitterPicker",{enumerable:!0,get:function(){return r(g).default}});var v=n(566);Object.defineProperty(t,"CustomPicker",{enumerable:!0,get:function(){return r(v).default}});var x=r(l);t.default=x.default},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.AlphaPicker=void 0;var a=Object.assign||function(e){for(var t=1;t0&&void 0!==arguments[0]?arguments[0]:[],n=[];return(0,f.default)(t,function(t){Array.isArray(t)?e(t).map(function(e){return n.push(e)}):(0,u.default)(t)?(0,l.default)(t,function(e,t){!0===e&&n.push(t),n.push(t+"-"+e)}):(0,o.default)(t)&&n.push(t)}),n};t.default=d},function(e,t,n){function r(e){return"string"==typeof e||!o(e)&&i(e)&&a(e)==l}var a=n(501),o=n(495),i=n(498),l="[object String]";e.exports=r},function(e,t,n){function r(e){var t=i.call(e,s),n=e[s];try{e[s]=void 0;var r=!0}catch(e){}var a=l.call(e);return r&&(t?e[s]=n:delete e[s]),a}var a=n(504),o=Object.prototype,i=o.hasOwnProperty,l=o.toString,s=a?a.toStringTag:void 0;e.exports=r},function(e,t){function n(e){return a.call(e)}var r=Object.prototype,a=r.toString;e.exports=n},function(e,t,n){var r=n(599),a=r();e.exports=a},function(e,t){function n(e){return function(t,n,r){for(var a=-1,o=Object(t),i=r(t),l=i.length;l--;){var s=i[e?l:++a];if(!1===n(o[s],s,o))break}return t}}e.exports=n},function(e,t){function n(e,t){for(var n=-1,r=Array(e);++n-1}var a=n(508);e.exports=r},function(e,t,n){function r(e,t){var n=this.__data__,r=a(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this}var a=n(508);e.exports=r},function(e,t,n){function r(){this.__data__=new a,this.size=0}var a=n(507);e.exports=r},function(e,t){function n(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n}e.exports=n},function(e,t){function n(e){return this.__data__.get(e)}e.exports=n},function(e,t){function n(e){return this.__data__.has(e)}e.exports=n},function(e,t,n){function r(e,t){var n=this.__data__;if(n instanceof a){var r=n.__data__;if(!o||r.length1&&void 0!==arguments[1]?arguments[1]:[],n=e.default&&(0,l.default)(e.default)||{};return t.map(function(t){var r=e[t];return r&&(0,o.default)(r,function(e,t){n[t]||(n[t]={}),n[t]=s({},n[t],r[t])}),t}),n};t.default=u},function(e,t,n){function r(e){return a(e,o|i)}var a=n(669),o=1,i=4;e.exports=r},function(e,t,n){function r(e,t,n,N,F,B){var T,L=t&C,z=t&S,D=t&O;if(n&&(T=F?n(e,N,F,B):n(e)),void 0!==T)return T;if(!_(e))return e;var I=m(e);if(I){if(T=g(e),!L)return c(e,T)}else{var H=b(e),G=H==A||H==P;if(y(e))return u(e,L);if(H==M||H==j||G&&!F){if(T=z||G?{}:x(e),!L)return z?d(e,s(T,e)):f(e,l(T,e))}else{if(!R[H])return F?e:{};T=v(e,H,L)}}B||(B=new a);var U=B.get(e);if(U)return U;if(B.set(e,T),E(e))return e.forEach(function(a){T.add(r(a,t,n,a,e,B))}),T;if(w(e))return e.forEach(function(a,o){T.set(o,r(a,t,n,o,e,B))}),T;var W=D?z?h:p:z?keysIn:k,V=I?void 0:W(e);return o(V||e,function(a,o){V&&(o=a,a=e[o]),i(T,o,r(a,t,n,o,e,B))}),T}var a=n(528),o=n(559),i=n(560),l=n(671),s=n(672),u=n(675),c=n(676),f=n(677),d=n(678),p=n(550),h=n(679),b=n(511),g=n(680),v=n(681),x=n(686),m=n(495),y=n(521),w=n(688),_=n(499),E=n(690),k=n(505),C=1,S=2,O=4,j="[object Arguments]",A="[object Function]",P="[object GeneratorFunction]",M="[object Object]",R={};R[j]=R["[object Array]"]=R["[object ArrayBuffer]"]=R["[object DataView]"]=R["[object Boolean]"]=R["[object Date]"]=R["[object Float32Array]"]=R["[object Float64Array]"]=R["[object Int8Array]"]=R["[object Int16Array]"]=R["[object Int32Array]"]=R["[object Map]"]=R["[object Number]"]=R[M]=R["[object RegExp]"]=R["[object Set]"]=R["[object String]"]=R["[object Symbol]"]=R["[object Uint8Array]"]=R["[object Uint8ClampedArray]"]=R["[object Uint16Array]"]=R["[object Uint32Array]"]=!0,R["[object Error]"]=R[A]=R["[object WeakMap]"]=!1,e.exports=r},function(e,t,n){var r=n(502),a=function(){try{var e=r(Object,"defineProperty");return e({},"",{}),e}catch(e){}}();e.exports=a},function(e,t,n){function r(e,t){return e&&a(t,o(t),e)}var a=n(514),o=n(505);e.exports=r},function(e,t,n){function r(e,t){return e&&a(t,o(t),e)}var a=n(514),o=n(562);e.exports=r},function(e,t,n){function r(e){if(!a(e))return i(e);var t=o(e),n=[];for(var r in e)("constructor"!=r||!t&&s.call(e,r))&&n.push(r);return n}var a=n(499),o=n(526),i=n(674),l=Object.prototype,s=l.hasOwnProperty;e.exports=r},function(e,t){function n(e){var t=[];if(null!=e)for(var n in Object(e))t.push(n);return t}e.exports=n},function(e,t,n){(function(e){function r(e,t){if(t)return e.slice();var n=e.length,r=u?u(n):new e.constructor(n);return e.copy(r),r}var a=n(496),o="object"==typeof t&&t&&!t.nodeType&&t,i=o&&"object"==typeof e&&e&&!e.nodeType&&e,l=i&&i.exports===o,s=l?a.Buffer:void 0,u=s?s.allocUnsafe:void 0;e.exports=r}).call(t,n(522)(e))},function(e,t){function n(e,t){var n=-1,r=e.length;for(t||(t=Array(r));++n1&&void 0!==arguments[1]?arguments[1]:"span";return function(n){function l(){var n,o,u,c;r(this,l);for(var f=arguments.length,d=Array(f),p=0;p1&&void 0!==arguments[1]?arguments[1]:"span";return function(n){function l(){var n,o,u,c;r(this,l);for(var f=arguments.length,d=Array(f),p=0;p1&&void 0!==arguments[1])||arguments[1];n[e]=t};return 0===e&&r("first-child"),e===t-1&&r("last-child"),(0===e||e%2==0)&&r("even"),1===Math.abs(e%2)&&r("odd"),r("nth-child",e),n};t.default=r},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}function a(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function o(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function i(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}Object.defineProperty(t,"__esModule",{value:!0}),t.Alpha=void 0;var l=Object.assign||function(e){for(var t=1;to?1:Math.round(100*u/o)/100,n.hsl.a!==c)return{h:n.hsl.h,s:n.hsl.s,l:n.hsl.l,a:c,source:"rgb"}}else{var f=void 0;if(f=s<0?0:s>a?1:Math.round(100*s/a)/100,n.a!==f)return{h:n.hsl.h,s:n.hsl.s,l:n.hsl.l,a:f,source:"rgb"}}return null}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r={},a=t.render=function(e,t,n,r){if("undefined"==typeof document&&!r)return null;var a=r?new r:document.createElement("canvas");a.width=2*n,a.height=2*n;var o=a.getContext("2d");return o?(o.fillStyle=e,o.fillRect(0,0,a.width,a.height),o.fillStyle=t,o.fillRect(0,0,n,n),o.translate(n,n),o.fillRect(0,0,n,n),a.toDataURL()):null};t.get=function(e,t,n,o){var i=e+"-"+t+"-"+n+(o?"-server":""),l=a(e,t,n,o);return r[i]?r[i]:(r[i]=l,l)}},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}function a(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function l(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}Object.defineProperty(t,"__esModule",{value:!0}),t.EditableInput=void 0;var s=function(){function e(e,t){for(var n=0;n-1,o=Number(t.replace(/%/g,""));if(!isNaN(o)){var i=n.props.arrowOffset||1;38===e.keyCode&&(null!==n.props.label?n.props.onChange&&n.props.onChange(a({},n.props.label,o+i),e):n.props.onChange&&n.props.onChange(o+i,e),r?n.setState({value:o+i+"%"}):n.setState({value:o+i})),40===e.keyCode&&(null!==n.props.label?n.props.onChange&&n.props.onChange(a({},n.props.label,o-i),e):n.props.onChange&&n.props.onChange(o-i,e),r?n.setState({value:o-i+"%"}):n.setState({value:o-i}))}},n.handleDrag=function(e){if(n.props.dragLabel){var t=Math.round(n.props.value+e.movementX);t>=0&&t<=n.props.dragMax&&n.props.onChange&&n.props.onChange(a({},n.props.label,t),e)}},n.handleMouseDown=function(e){n.props.dragLabel&&(e.preventDefault(),n.handleDrag(e),window.addEventListener("mousemove",n.handleDrag),window.addEventListener("mouseup",n.handleMouseUp))},n.handleMouseUp=function(){n.unbindEventListeners()},n.unbindEventListeners=function(){window.removeEventListener("mousemove",n.handleDrag),window.removeEventListener("mouseup",n.handleMouseUp)},n.state={value:String(e.value).toUpperCase(),blurValue:String(e.value).toUpperCase()},n}return l(t,e),s(t,[{key:"componentWillReceiveProps",value:function(e){var t=this.input;e.value!==this.state.value&&(t===document.activeElement?this.setState({blurValue:String(e.value).toUpperCase()}):this.setState({value:String(e.value).toUpperCase(),blurValue:!this.state.blurValue&&String(e.value).toUpperCase()}))}},{key:"componentWillUnmount",value:function(){this.unbindEventListeners()}},{key:"render",value:function(){var e=this,t=(0,d.default)({default:{wrap:{position:"relative"}},"user-override":{wrap:this.props.style&&this.props.style.wrap?this.props.style.wrap:{},input:this.props.style&&this.props.style.input?this.props.style.input:{},label:this.props.style&&this.props.style.label?this.props.style.label:{}},"dragLabel-true":{label:{cursor:"ew-resize"}}},{"user-override":!0},this.props);return c.default.createElement("div",{style:t.wrap},c.default.createElement("input",{style:t.input,ref:function(t){return e.input=t},value:this.state.value,onKeyDown:this.handleKeyDown,onChange:this.handleChange,onBlur:this.handleBlur,placeholder:this.props.placeholder,spellCheck:"false"}),this.props.label&&!this.props.hideLabel?c.default.createElement("span",{style:t.label,onMouseDown:this.handleMouseDown},this.props.label):null)}}]),t}(u.PureComponent||u.Component);t.default=p},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}function a(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function o(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function i(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}Object.defineProperty(t,"__esModule",{value:!0}),t.Hue=void 0;var l=function(){function e(e,t){for(var n=0;no)c=0;else{var f=-100*u/o+100;c=360*f/100}if(n.hsl.h!==c)return{h:c,s:n.hsl.s,l:n.hsl.l,a:n.hsl.a,source:"rgb"}}else{var d=void 0;if(s<0)d=0;else if(s>a)d=359;else{var p=100*s/a;d=360*p/100}if(n.hsl.h!==d)return{h:d,s:n.hsl.s,l:n.hsl.l,a:n.hsl.a,source:"rgb"}}return null}},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.Raised=void 0;var a=n(5),o=r(a),i=n(11),l=r(i),s=n(493),u=r(s),c=t.Raised=function(e){var t=e.zDepth,n=e.radius,r=e.background,a=e.children,i=(0,u.default)({default:{wrap:{position:"relative",display:"inline-block"},content:{position:"relative"},bg:{absolute:"0px 0px 0px 0px",boxShadow:"0 "+t+"px "+4*t+"px rgba(0,0,0,.24)",borderRadius:n,background:r}},"zDepth-0":{bg:{boxShadow:"none"}},"zDepth-1":{bg:{boxShadow:"0 2px 10px rgba(0,0,0,.12), 0 2px 5px rgba(0,0,0,.16)"}},"zDepth-2":{bg:{boxShadow:"0 6px 20px rgba(0,0,0,.19), 0 8px 17px rgba(0,0,0,.2)"}},"zDepth-3":{bg:{boxShadow:"0 17px 50px rgba(0,0,0,.19), 0 12px 15px rgba(0,0,0,.24)"}},"zDepth-4":{bg:{boxShadow:"0 25px 55px rgba(0,0,0,.21), 0 16px 28px rgba(0,0,0,.22)"}},"zDepth-5":{bg:{boxShadow:"0 40px 77px rgba(0,0,0,.22), 0 27px 24px rgba(0,0,0,.2)"}},square:{bg:{borderRadius:"0"}},circle:{bg:{borderRadius:"50%"}}},{"zDepth-1":1===t});return o.default.createElement("div",{style:i.wrap},o.default.createElement("div",{style:i.bg}),o.default.createElement("div",{style:i.content},a))};c.propTypes={background:l.default.string,zDepth:l.default.oneOf([0,1,2,3,4,5]),radius:l.default.number},c.defaultProps={background:"#fff",zDepth:1,radius:2},t.default=c},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}function a(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function o(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function i(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}Object.defineProperty(t,"__esModule",{value:!0}),t.Saturation=void 0;var l=function(){function e(e,t){for(var n=0;no?u=o:c<0?c=0:c>i&&(c=i);var f=100*u/o,d=-100*c/i+100;return{h:n.hsl.h,s:f,v:d,a:n.hsl.a,source:"rgb"}}},function(e,t,n){e.exports=n(709)},function(e,t,n){function r(e,t){return(l(e)?a:o)(e,i(t))}var a=n(559),o=n(558),i=n(543),l=n(495);e.exports=r},function(e,t,n){var r;!function(a){function o(e,t){if(e=e||"",t=t||{},e instanceof o)return e;if(!(this instanceof o))return new o(e,t);var n=i(e);this._originalInput=e,this._r=n.r,this._g=n.g,this._b=n.b,this._a=n.a,this._roundA=W(100*this._a)/100,this._format=t.format||n.format,this._gradientType=t.gradientType,this._r<1&&(this._r=W(this._r)),this._g<1&&(this._g=W(this._g)),this._b<1&&(this._b=W(this._b)),this._ok=n.ok,this._tc_id=U++}function i(e){var t={r:0,g:0,b:0},n=1,r=null,a=null,o=null,i=!1,s=!1;return"string"==typeof e&&(e=D(e)),"object"==typeof e&&(z(e.r)&&z(e.g)&&z(e.b)?(t=l(e.r,e.g,e.b),i=!0,s="%"===String(e.r).substr(-1)?"prgb":"rgb"):z(e.h)&&z(e.s)&&z(e.v)?(r=B(e.s),a=B(e.v),t=f(e.h,r,a),i=!0,s="hsv"):z(e.h)&&z(e.s)&&z(e.l)&&(r=B(e.s),o=B(e.l),t=u(e.h,r,o),i=!0,s="hsl"),e.hasOwnProperty("a")&&(n=e.a)),n=j(n),{ok:i,format:e.format||s,r:V(255,X(t.r,0)),g:V(255,X(t.g,0)),b:V(255,X(t.b,0)),a:n}}function l(e,t,n){return{r:255*A(e,255),g:255*A(t,255),b:255*A(n,255)}}function s(e,t,n){e=A(e,255),t=A(t,255),n=A(n,255);var r,a,o=X(e,t,n),i=V(e,t,n),l=(o+i)/2;if(o==i)r=a=0;else{var s=o-i;switch(a=l>.5?s/(2-o-i):s/(o+i),o){case e:r=(t-n)/s+(t1&&(n-=1),n<1/6?e+6*(t-e)*n:n<.5?t:n<2/3?e+(t-e)*(2/3-n)*6:e}var a,o,i;if(e=A(e,360),t=A(t,100),n=A(n,100),0===t)a=o=i=n;else{var l=n<.5?n*(1+t):n+t-n*t,s=2*n-l;a=r(s,l,e+1/3),o=r(s,l,e),i=r(s,l,e-1/3)}return{r:255*a,g:255*o,b:255*i}}function c(e,t,n){e=A(e,255),t=A(t,255),n=A(n,255);var r,a,o=X(e,t,n),i=V(e,t,n),l=o,s=o-i;if(a=0===o?0:s/o,o==i)r=0;else{switch(o){case e:r=(t-n)/s+(t>1)+720)%360;--t;)r.h=(r.h+a)%360,i.push(o(r));return i}function O(e,t){t=t||6;for(var n=o(e).toHsv(),r=n.h,a=n.s,i=n.v,l=[],s=1/t;t--;)l.push(o({h:r,s:a,v:i})),i=(i+s)%1;return l}function j(e){return e=parseFloat(e),(isNaN(e)||e<0||e>1)&&(e=1),e}function A(e,t){R(e)&&(e="100%");var n=N(e);return e=V(t,X(0,parseFloat(e))),n&&(e=parseInt(e*t,10)/100),a.abs(e-t)<1e-6?1:e%t/parseFloat(t)}function P(e){return V(1,X(0,e))}function M(e){return parseInt(e,16)}function R(e){return"string"==typeof e&&-1!=e.indexOf(".")&&1===parseFloat(e)}function N(e){return"string"==typeof e&&-1!=e.indexOf("%")}function F(e){return 1==e.length?"0"+e:""+e}function B(e){return e<=1&&(e=100*e+"%"),e}function T(e){return a.round(255*parseFloat(e)).toString(16)}function L(e){return M(e)/255}function z(e){return!!K.CSS_UNIT.exec(e)}function D(e){e=e.replace(H,"").replace(G,"").toLowerCase();var t=!1;if($[e])e=$[e],t=!0;else if("transparent"==e)return{r:0,g:0,b:0,a:0,format:"name"};var n;return(n=K.rgb.exec(e))?{r:n[1],g:n[2],b:n[3]}:(n=K.rgba.exec(e))?{r:n[1],g:n[2],b:n[3],a:n[4]}:(n=K.hsl.exec(e))?{h:n[1],s:n[2],l:n[3]}:(n=K.hsla.exec(e))?{h:n[1],s:n[2],l:n[3],a:n[4]}:(n=K.hsv.exec(e))?{h:n[1],s:n[2],v:n[3]}:(n=K.hsva.exec(e))?{h:n[1],s:n[2],v:n[3],a:n[4]}:(n=K.hex8.exec(e))?{r:M(n[1]),g:M(n[2]),b:M(n[3]),a:L(n[4]),format:t?"name":"hex8"}:(n=K.hex6.exec(e))?{r:M(n[1]),g:M(n[2]),b:M(n[3]),format:t?"name":"hex"}:(n=K.hex4.exec(e))?{r:M(n[1]+""+n[1]),g:M(n[2]+""+n[2]),b:M(n[3]+""+n[3]),a:L(n[4]+""+n[4]),format:t?"name":"hex8"}:!!(n=K.hex3.exec(e))&&{r:M(n[1]+""+n[1]),g:M(n[2]+""+n[2]),b:M(n[3]+""+n[3]),format:t?"name":"hex"}}function I(e){var t,n;return e=e||{level:"AA",size:"small"},t=(e.level||"AA").toUpperCase(),n=(e.size||"small").toLowerCase(),"AA"!==t&&"AAA"!==t&&(t="AA"),"small"!==n&&"large"!==n&&(n="small"),{level:t,size:n}}var H=/^\s+/,G=/\s+$/,U=0,W=a.round,V=a.min,X=a.max,q=a.random;o.prototype={isDark:function(){return this.getBrightness()<128},isLight:function(){return!this.isDark()},isValid:function(){return this._ok},getOriginalInput:function(){return this._originalInput},getFormat:function(){return this._format},getAlpha:function(){return this._a},getBrightness:function(){var e=this.toRgb();return(299*e.r+587*e.g+114*e.b)/1e3},getLuminance:function(){var e,t,n,r,o,i,l=this.toRgb();return e=l.r/255,t=l.g/255,n=l.b/255,r=e<=.03928?e/12.92:a.pow((e+.055)/1.055,2.4),o=t<=.03928?t/12.92:a.pow((t+.055)/1.055,2.4),i=n<=.03928?n/12.92:a.pow((n+.055)/1.055,2.4),.2126*r+.7152*o+.0722*i},setAlpha:function(e){return this._a=j(e),this._roundA=W(100*this._a)/100,this},toHsv:function(){var e=c(this._r,this._g,this._b);return{h:360*e.h,s:e.s,v:e.v,a:this._a}},toHsvString:function(){var e=c(this._r,this._g,this._b),t=W(360*e.h),n=W(100*e.s),r=W(100*e.v);return 1==this._a?"hsv("+t+", "+n+"%, "+r+"%)":"hsva("+t+", "+n+"%, "+r+"%, "+this._roundA+")"},toHsl:function(){var e=s(this._r,this._g,this._b);return{h:360*e.h,s:e.s,l:e.l,a:this._a}},toHslString:function(){var e=s(this._r,this._g,this._b),t=W(360*e.h),n=W(100*e.s),r=W(100*e.l);return 1==this._a?"hsl("+t+", "+n+"%, "+r+"%)":"hsla("+t+", "+n+"%, "+r+"%, "+this._roundA+")"},toHex:function(e){return d(this._r,this._g,this._b,e)},toHexString:function(e){return"#"+this.toHex(e)},toHex8:function(e){return p(this._r,this._g,this._b,this._a,e)},toHex8String:function(e){return"#"+this.toHex8(e)},toRgb:function(){return{r:W(this._r),g:W(this._g),b:W(this._b),a:this._a}},toRgbString:function(){return 1==this._a?"rgb("+W(this._r)+", "+W(this._g)+", "+W(this._b)+")":"rgba("+W(this._r)+", "+W(this._g)+", "+W(this._b)+", "+this._roundA+")"},toPercentageRgb:function(){return{r:W(100*A(this._r,255))+"%",g:W(100*A(this._g,255))+"%",b:W(100*A(this._b,255))+"%",a:this._a}},toPercentageRgbString:function(){return 1==this._a?"rgb("+W(100*A(this._r,255))+"%, "+W(100*A(this._g,255))+"%, "+W(100*A(this._b,255))+"%)":"rgba("+W(100*A(this._r,255))+"%, "+W(100*A(this._g,255))+"%, "+W(100*A(this._b,255))+"%, "+this._roundA+")"},toName:function(){return 0===this._a?"transparent":!(this._a<1)&&(Y[d(this._r,this._g,this._b,!0)]||!1)},toFilter:function(e){var t="#"+h(this._r,this._g,this._b,this._a),n=t,r=this._gradientType?"GradientType = 1, ":"";if(e){var a=o(e);n="#"+h(a._r,a._g,a._b,a._a)}return"progid:DXImageTransform.Microsoft.gradient("+r+"startColorstr="+t+",endColorstr="+n+")"},toString:function(e){var t=!!e;e=e||this._format;var n=!1,r=this._a<1&&this._a>=0;return t||!r||"hex"!==e&&"hex6"!==e&&"hex3"!==e&&"hex4"!==e&&"hex8"!==e&&"name"!==e?("rgb"===e&&(n=this.toRgbString()),"prgb"===e&&(n=this.toPercentageRgbString()),"hex"!==e&&"hex6"!==e||(n=this.toHexString()),"hex3"===e&&(n=this.toHexString(!0)),"hex4"===e&&(n=this.toHex8String(!0)),"hex8"===e&&(n=this.toHex8String()),"name"===e&&(n=this.toName()),"hsl"===e&&(n=this.toHslString()),"hsv"===e&&(n=this.toHsvString()),n||this.toHexString()):"name"===e&&0===this._a?this.toName():this.toRgbString()},clone:function(){return o(this.toString())},_applyModification:function(e,t){var n=e.apply(null,[this].concat([].slice.call(t)));return this._r=n._r,this._g=n._g,this._b=n._b,this.setAlpha(n._a),this},lighten:function(){return this._applyModification(x,arguments)},brighten:function(){return this._applyModification(m,arguments)},darken:function(){return this._applyModification(y,arguments)},desaturate:function(){return this._applyModification(b,arguments)},saturate:function(){return this._applyModification(g,arguments)},greyscale:function(){return this._applyModification(v,arguments)},spin:function(){return this._applyModification(w,arguments)},_applyCombination:function(e,t){return e.apply(null,[this].concat([].slice.call(t)))},analogous:function(){return this._applyCombination(S,arguments)},complement:function(){return this._applyCombination(_,arguments)},monochromatic:function(){return this._applyCombination(O,arguments)},splitcomplement:function(){return this._applyCombination(C,arguments)},triad:function(){return this._applyCombination(E,arguments)},tetrad:function(){return this._applyCombination(k,arguments)}},o.fromRatio=function(e,t){if("object"==typeof e){var n={};for(var r in e)e.hasOwnProperty(r)&&(n[r]="a"===r?e[r]:B(e[r]));e=n}return o(e,t)},o.equals=function(e,t){return!(!e||!t)&&o(e).toRgbString()==o(t).toRgbString()},o.random=function(){return o.fromRatio({r:q(),g:q(),b:q()})},o.mix=function(e,t,n){n=0===n?0:n||50;var r=o(e).toRgb(),a=o(t).toRgb(),i=n/100;return o({r:(a.r-r.r)*i+r.r,g:(a.g-r.g)*i+r.g,b:(a.b-r.b)*i+r.b,a:(a.a-r.a)*i+r.a})},o.readability=function(e,t){var n=o(e),r=o(t);return(a.max(n.getLuminance(),r.getLuminance())+.05)/(a.min(n.getLuminance(),r.getLuminance())+.05)},o.isReadable=function(e,t,n){var r,a,i=o.readability(e,t);switch(a=!1,r=I(n),r.level+r.size){case"AAsmall":case"AAAlarge":a=i>=4.5;break;case"AAlarge":a=i>=3;break;case"AAAsmall":a=i>=7}return a},o.mostReadable=function(e,t,n){var r,a,i,l,s=null,u=0;n=n||{},a=n.includeFallbackColors,i=n.level,l=n.size;for(var c=0;cu&&(u=r,s=o(t[c]));return o.isReadable(e,s,{level:i,size:l})||!a?s:(n.includeFallbackColors=!1,o.mostReadable(e,["#fff","#000"],n))};var $=o.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"},Y=o.hexNames=function(e){var t={};for(var n in e)e.hasOwnProperty(n)&&(t[e[n]]=n);return t}($),K=function(){var e="(?:[-\\+]?\\d*\\.\\d+%?)|(?:[-\\+]?\\d+%?)",t="[\\s|\\(]+("+e+")[,|\\s]+("+e+")[,|\\s]+("+e+")\\s*\\)?",n="[\\s|\\(]+("+e+")[,|\\s]+("+e+")[,|\\s]+("+e+")[,|\\s]+("+e+")\\s*\\)?";return{CSS_UNIT:new RegExp(e),rgb:new RegExp("rgb"+t),rgba:new RegExp("rgba"+n),hsl:new RegExp("hsl"+t),hsla:new RegExp("hsla"+n),hsv:new RegExp("hsv"+t),hsva:new RegExp("hsva"+n),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})$/}}();void 0!==e&&e.exports?e.exports=o:void 0!==(r=function(){return o}.call(t,n,t,e))&&(e.exports=r)}(Math)},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.Swatch=void 0;var a=Object.assign||function(e){for(var t=1;t1&&void 0!==arguments[1]?arguments[1]:"span";return function(n){function s(){var e,t,n,o;r(this,s);for(var i=arguments.length,l=Array(i),u=0;u1&&(e.a=1),r.props.onChange({h:r.props.hsl.h,s:r.props.hsl.s,l:r.props.hsl.l,a:Math.round(100*e.a)/100,source:"rgb"},t)):(e.h||e.s||e.l)&&r.props.onChange({h:e.h||r.props.hsl.h,s:Number(e.s&&e.s||r.props.hsl.s),l:Number(e.l&&e.l||r.props.hsl.l),source:"hsl"},t)},r.showHighlight=function(e){e.target.style.background="#eee"},r.hideHighlight=function(e){e.target.style.background="transparent"},i=n,o(r,i)}return i(t,e),l(t,[{key:"componentDidMount",value:function(){1===this.props.hsl.a&&"hex"!==this.state.view?this.setState({view:"hex"}):"rgb"!==this.state.view&&"hsl"!==this.state.view&&this.setState({view:"rgb"})}},{key:"componentWillReceiveProps",value:function(e){1!==e.hsl.a&&"hex"===this.state.view&&this.setState({view:"rgb"})}},{key:"render",value:function(){var e=this,t=(0,f.default)({default:{wrap:{paddingTop:"16px",display:"flex"},fields:{flex:"1",display:"flex",marginLeft:"-6px"},field:{paddingLeft:"6px",width:"100%"},alpha:{paddingLeft:"6px",width:"100%"},toggle:{width:"32px",textAlign:"right",position:"relative"},icon:{marginRight:"-4px",marginTop:"12px",cursor:"pointer",position:"relative"},iconHighlight:{position:"absolute",width:"24px",height:"28px",background:"#eee",borderRadius:"4px",top:"10px",left:"12px",display:"none"},input:{fontSize:"11px",color:"#333",width:"100%",borderRadius:"2px",border:"none",boxShadow:"inset 0 0 0 1px #dadada",height:"21px",textAlign:"center"},label:{textTransform:"uppercase",fontSize:"11px",lineHeight:"11px",color:"#969696",textAlign:"center",display:"block",marginTop:"12px"},svg:{width:"24px",height:"24px",border:"1px transparent solid",borderRadius:"5px"}},disableAlpha:{alpha:{display:"none"}}},this.props,this.state),n=void 0;return"hex"===this.state.view?n=u.default.createElement("div",{style:t.fields,className:"flexbox-fix"},u.default.createElement("div",{style:t.field},u.default.createElement(h.EditableInput,{style:{input:t.input,label:t.label},label:"hex",value:this.props.hex,onChange:this.handleChange}))):"rgb"===this.state.view?n=u.default.createElement("div",{style:t.fields,className:"flexbox-fix"},u.default.createElement("div",{style:t.field},u.default.createElement(h.EditableInput,{style:{input:t.input,label:t.label},label:"r",value:this.props.rgb.r,onChange:this.handleChange})),u.default.createElement("div",{style:t.field},u.default.createElement(h.EditableInput,{style:{input:t.input,label:t.label},label:"g",value:this.props.rgb.g,onChange:this.handleChange})),u.default.createElement("div",{style:t.field},u.default.createElement(h.EditableInput,{style:{input:t.input,label:t.label},label:"b",value:this.props.rgb.b,onChange:this.handleChange})),u.default.createElement("div",{style:t.alpha},u.default.createElement(h.EditableInput,{style:{input:t.input,label:t.label},label:"a",value:this.props.rgb.a,arrowOffset:.01,onChange:this.handleChange}))):"hsl"===this.state.view&&(n=u.default.createElement("div",{style:t.fields,className:"flexbox-fix"},u.default.createElement("div",{style:t.field},u.default.createElement(h.EditableInput,{style:{input:t.input,label:t.label},label:"h",value:Math.round(this.props.hsl.h),onChange:this.handleChange})),u.default.createElement("div",{style:t.field},u.default.createElement(h.EditableInput,{style:{input:t.input,label:t.label},label:"s",value:Math.round(100*this.props.hsl.s)+"%",onChange:this.handleChange})),u.default.createElement("div",{style:t.field},u.default.createElement(h.EditableInput,{style:{input:t.input,label:t.label},label:"l",value:Math.round(100*this.props.hsl.l)+"%",onChange:this.handleChange})),u.default.createElement("div",{style:t.alpha},u.default.createElement(h.EditableInput,{style:{input:t.input,label:t.label},label:"a",value:this.props.hsl.a,arrowOffset:.01,onChange:this.handleChange})))),u.default.createElement("div",{style:t.wrap,className:"flexbox-fix"},n,u.default.createElement("div",{style:t.toggle},u.default.createElement("div",{style:t.icon,onClick:this.toggleViews,ref:function(t){return e.icon=t}},u.default.createElement("svg",{style:t.svg,viewBox:"0 0 24 24",onMouseOver:this.showHighlight,onMouseEnter:this.showHighlight,onMouseOut:this.hideHighlight},u.default.createElement("path",{ref:function(t){return e.iconUp=t},fill:"#333",d:"M12,5.83L15.17,9L16.58,7.59L12,3L7.41,7.59L8.83,9L12,5.83Z"}),u.default.createElement("path",{ref:function(t){return e.iconDown=t},fill:"#333",d:"M12,18.17L8.83,15L7.42,16.41L12,21L16.59,16.41L15.17,15Z"})))))}}]),t}(u.default.Component);t.default=b},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.ChromePointer=void 0;var a=n(5),o=r(a),i=n(493),l=r(i),s=t.ChromePointer=function(){var e=(0,l.default)({default:{picker:{width:"12px",height:"12px",borderRadius:"6px",transform:"translate(-6px, -1px)",backgroundColor:"rgb(248, 248, 248)",boxShadow:"0 1px 4px 0 rgba(0, 0, 0, 0.37)"}}});return o.default.createElement("div",{style:e.picker})};t.default=s},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.ChromePointerCircle=void 0;var a=n(5),o=r(a),i=n(493),l=r(i),s=t.ChromePointerCircle=function(){var e=(0,l.default)({default:{picker:{width:"12px",height:"12px",borderRadius:"6px",boxShadow:"inset 0 0 0 1px #fff",transform:"translate(-6px, -6px)"}}});return o.default.createElement("div",{style:e.picker})};t.default=s},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.Compact=void 0;var a=n(5),o=r(a),i=n(11),l=r(i),s=n(493),u=r(s),c=n(500),f=r(c),d=n(497),p=r(d),h=n(494),b=n(723),g=r(b),v=n(724),x=r(v),m=t.Compact=function(e){var t=e.onChange,n=e.onSwatchHover,r=e.colors,a=e.hex,i=e.rgb,l=e.className,s=void 0===l?"":l,c=(0,u.default)({default:{Compact:{background:"#f6f6f6",radius:"4px"},compact:{paddingTop:"5px",paddingLeft:"5px",boxSizing:"initial",width:"240px"},clear:{clear:"both"}}}),d=function(e,n){e.hex?p.default.isValidHex(e.hex)&&t({hex:e.hex,source:"hex"},n):t(e,n)};return o.default.createElement(h.Raised,{style:c.Compact},o.default.createElement("div",{style:c.compact,className:"compact-picker "+s},o.default.createElement("div",null,(0,f.default)(r,function(e){return o.default.createElement(g.default,{key:e,color:e,active:e.toLowerCase()===a,onClick:d,onSwatchHover:n})}),o.default.createElement("div",{style:c.clear})),o.default.createElement(x.default,{hex:a,rgb:i,onChange:d})))};m.propTypes={colors:l.default.arrayOf(l.default.string)},m.defaultProps={colors:["#4D4D4D","#999999","#FFFFFF","#F44E3B","#FE9200","#FCDC00","#DBDF00","#A4DD00","#68CCCA","#73D8FF","#AEA1FF","#FDA1FF","#333333","#808080","#cccccc","#D33115","#E27300","#FCC400","#B0BC00","#68BC00","#16A5A5","#009CE0","#7B64FF","#FA28FF","#000000","#666666","#B3B3B3","#9F0500","#C45100","#FB9E00","#808900","#194D33","#0C797D","#0062B1","#653294","#AB149E"]},t.default=(0,h.ColorWrap)(m)},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.CompactColor=void 0;var a=n(5),o=r(a),i=n(493),l=r(i),s=n(497),u=r(s),c=n(494),f=t.CompactColor=function(e){var t=e.color,n=e.onClick,r=void 0===n?function(){}:n,a=e.onSwatchHover,i=e.active,s=(0,l.default)({default:{color:{background:t,width:"15px",height:"15px",float:"left",marginRight:"5px",marginBottom:"5px",position:"relative",cursor:"pointer"},dot:{absolute:"5px 5px 5px 5px",background:u.default.getContrastingColor(t),borderRadius:"50%",opacity:"0"}},active:{dot:{opacity:"1"}},"color-#FFFFFF":{color:{boxShadow:"inset 0 0 0 1px #ddd"},dot:{background:"#000"}},transparent:{dot:{background:"#000"}}},{active:i,"color-#FFFFFF":"#FFFFFF"===t,transparent:"transparent"===t});return o.default.createElement(c.Swatch,{style:s.color,color:t,onClick:r,onHover:a,focusStyle:{boxShadow:"0 0 4px "+t}},o.default.createElement("div",{style:s.dot}))};t.default=f},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.CompactFields=void 0;var a=n(5),o=r(a),i=n(493),l=r(i),s=n(494),u=t.CompactFields=function(e){var t=e.hex,n=e.rgb,r=e.onChange,a=(0,l.default)({default:{fields:{display:"flex",paddingBottom:"6px",paddingRight:"5px",position:"relative"},active:{position:"absolute",top:"6px",left:"5px",height:"9px",width:"9px",background:t},HEXwrap:{flex:"6",position:"relative"},HEXinput:{width:"80%",padding:"0px",paddingLeft:"20%",border:"none",outline:"none",background:"none",fontSize:"12px",color:"#333",height:"16px"},HEXlabel:{display:"none"},RGBwrap:{flex:"3",position:"relative"},RGBinput:{width:"70%",padding:"0px",paddingLeft:"30%",border:"none",outline:"none",background:"none",fontSize:"12px",color:"#333",height:"16px"},RGBlabel:{position:"absolute",top:"3px",left:"0px",lineHeight:"16px",textTransform:"uppercase",fontSize:"12px",color:"#999"}}}),i=function(e,t){e.r||e.g||e.b?r({r:e.r||n.r,g:e.g||n.g,b:e.b||n.b,source:"rgb"},t):r({hex:e.hex,source:"hex"},t)};return o.default.createElement("div",{style:a.fields,className:"flexbox-fix"},o.default.createElement("div",{style:a.active}),o.default.createElement(s.EditableInput,{style:{wrap:a.HEXwrap,input:a.HEXinput,label:a.HEXlabel},label:"hex",value:t,onChange:i}),o.default.createElement(s.EditableInput,{style:{wrap:a.RGBwrap,input:a.RGBinput,label:a.RGBlabel},label:"r",value:n.r,onChange:i}),o.default.createElement(s.EditableInput,{style:{wrap:a.RGBwrap,input:a.RGBinput,label:a.RGBlabel},label:"g",value:n.g,onChange:i}),o.default.createElement(s.EditableInput,{style:{wrap:a.RGBwrap,input:a.RGBinput,label:a.RGBlabel},label:"b",value:n.b,onChange:i}))};t.default=u},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.Github=void 0;var a=n(5),o=r(a),i=n(11),l=r(i),s=n(493),u=r(s),c=n(500),f=r(c),d=n(494),p=n(726),h=r(p),b=t.Github=function(e){var t=e.width,n=e.colors,r=e.onChange,a=e.onSwatchHover,i=e.triangle,l=e.className,s=void 0===l?"":l,c=(0,u.default)({default:{card:{width:t,background:"#fff",border:"1px solid rgba(0,0,0,0.2)",boxShadow:"0 3px 12px rgba(0,0,0,0.15)",borderRadius:"4px",position:"relative",padding:"5px",display:"flex",flexWrap:"wrap"},triangle:{position:"absolute",border:"7px solid transparent",borderBottomColor:"#fff"},triangleShadow:{position:"absolute",border:"8px solid transparent",borderBottomColor:"rgba(0,0,0,0.15)"}},"hide-triangle":{triangle:{display:"none"},triangleShadow:{display:"none"}},"top-left-triangle":{triangle:{top:"-14px",left:"10px"},triangleShadow:{top:"-16px",left:"9px"}},"top-right-triangle":{triangle:{top:"-14px",right:"10px"},triangleShadow:{top:"-16px",right:"9px"}},"bottom-left-triangle":{triangle:{top:"35px",left:"10px",transform:"rotate(180deg)"},triangleShadow:{top:"37px",left:"9px",transform:"rotate(180deg)"}},"bottom-right-triangle":{triangle:{top:"35px",right:"10px",transform:"rotate(180deg)"},triangleShadow:{top:"37px",right:"9px",transform:"rotate(180deg)"}}},{"hide-triangle":"hide"===i,"top-left-triangle":"top-left"===i,"top-right-triangle":"top-right"===i,"bottom-left-triangle":"bottom-left"==i,"bottom-right-triangle":"bottom-right"===i}),d=function(e,t){return r({hex:e,source:"hex"},t)};return o.default.createElement("div",{style:c.card,className:"github-picker "+s},o.default.createElement("div",{style:c.triangleShadow}),o.default.createElement("div",{style:c.triangle}),(0,f.default)(n,function(e){return o.default.createElement(h.default,{color:e,key:e,onClick:d,onSwatchHover:a})}))};b.propTypes={width:l.default.oneOfType([l.default.string,l.default.number]),colors:l.default.arrayOf(l.default.string),triangle:l.default.oneOf(["hide","top-left","top-right","bottom-left","bottom-right"])},b.defaultProps={width:200,colors:["#B80000","#DB3E00","#FCCB00","#008B02","#006B76","#1273DE","#004DCF","#5300EB","#EB9694","#FAD0C3","#FEF3BD","#C1E1C5","#BEDADC","#C4DEF6","#BED3F3","#D4C4FB"],triangle:"top-left"},t.default=(0,d.ColorWrap)(b)},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.GithubSwatch=void 0;var a=n(5),o=r(a),i=n(493),l=r(i),s=n(494),u=t.GithubSwatch=function(e){var t=e.hover,n=e.color,r=e.onClick,a=e.onSwatchHover,i={position:"relative",zIndex:"2",outline:"2px solid #fff",boxShadow:"0 0 5px 2px rgba(0,0,0,0.25)"},u=(0,l.default)({default:{swatch:{width:"25px",height:"25px",fontSize:"0"}},hover:{swatch:i}},{hover:t});return o.default.createElement("div",{style:u.swatch},o.default.createElement(s.Swatch,{color:n,onClick:r,onHover:a,focusStyle:i}))};t.default=(0,i.handleHover)(u)},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.HuePicker=void 0;var a=Object.assign||function(e){for(var t=1;t.5});return o.default.createElement("div",{style:n.picker})};t.default=s},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.PhotoshopPointerCircle=void 0;var a=n(5),o=r(a),i=n(493),l=r(i),s=t.PhotoshopPointerCircle=function(){var e=(0,l.default)({default:{triangle:{width:0,height:0,borderStyle:"solid",borderWidth:"4px 0 4px 6px",borderColor:"transparent transparent transparent #fff",position:"absolute",top:"1px",left:"1px"},triangleBorder:{width:0,height:0,borderStyle:"solid",borderWidth:"5px 0 5px 8px",borderColor:"transparent transparent transparent #555"},left:{Extend:"triangleBorder",transform:"translate(-13px, -4px)"},leftInside:{Extend:"triangle",transform:"translate(-8px, -5px)"},right:{Extend:"triangleBorder",transform:"translate(20px, -14px) rotate(180deg)"},rightInside:{Extend:"triangle",transform:"translate(-8px, -5px)"}}});return o.default.createElement("div",{style:e.pointer},o.default.createElement("div",{style:e.left},o.default.createElement("div",{style:e.leftInside})),o.default.createElement("div",{style:e.right},o.default.createElement("div",{style:e.rightInside})))};t.default=s},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.PhotoshopBotton=void 0;var a=n(5),o=r(a),i=n(493),l=r(i),s=t.PhotoshopBotton=function(e){var t=e.onClick,n=e.label,r=e.children,a=e.active,i=(0,l.default)({default:{button:{backgroundImage:"linear-gradient(-180deg, #FFFFFF 0%, #E6E6E6 100%)",border:"1px solid #878787",borderRadius:"2px",height:"20px",boxShadow:"0 1px 0 0 #EAEAEA",fontSize:"14px",color:"#000",lineHeight:"20px",textAlign:"center",marginBottom:"10px",cursor:"pointer"}},active:{button:{boxShadow:"0 0 0 1px #878787"}}},{active:a});return o.default.createElement("div",{style:i.button,onClick:t},n||r)};t.default=s},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.PhotoshopPreviews=void 0;var a=n(5),o=r(a),i=n(493),l=r(i),s=t.PhotoshopPreviews=function(e){var t=e.rgb,n=e.currentColor,r=(0,l.default)({default:{swatches:{border:"1px solid #B3B3B3",borderBottom:"1px solid #F0F0F0",marginBottom:"2px",marginTop:"1px"},new:{height:"34px",background:"rgb("+t.r+","+t.g+", "+t.b+")",boxShadow:"inset 1px 0 0 #000, inset -1px 0 0 #000, inset 0 1px 0 #000"},current:{height:"34px",background:n,boxShadow:"inset 1px 0 0 #000, inset -1px 0 0 #000, inset 0 -1px 0 #000"},label:{fontSize:"14px",color:"#000",textAlign:"center"}}});return o.default.createElement("div",null,o.default.createElement("div",{style:r.label},"new"),o.default.createElement("div",{style:r.swatches},o.default.createElement("div",{style:r.new}),o.default.createElement("div",{style:r.current})),o.default.createElement("div",{style:r.label},"current"))};t.default=s},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.Sketch=void 0;var a=n(5),o=r(a),i=n(11),l=r(i),s=n(493),u=r(s),c=n(494),f=n(737),d=r(f),p=n(738),h=r(p),b=t.Sketch=function(e){var t=e.width,n=e.rgb,r=e.hex,a=e.hsv,i=e.hsl,l=e.onChange,s=e.onSwatchHover,f=e.disableAlpha,p=e.presetColors,b=e.renderers,g=e.className,v=void 0===g?"":g,x=(0,u.default)({default:{picker:{width:t,padding:"10px 10px 0",boxSizing:"initial",background:"#fff",borderRadius:"4px",boxShadow:"0 0 0 1px rgba(0,0,0,.15), 0 8px 16px rgba(0,0,0,.15)"},saturation:{width:"100%",paddingBottom:"75%",position:"relative",overflow:"hidden"},Saturation:{radius:"3px",shadow:"inset 0 0 0 1px rgba(0,0,0,.15), inset 0 0 4px rgba(0,0,0,.25)"},controls:{display:"flex"},sliders:{padding:"4px 0",flex:"1"},color:{width:"24px",height:"24px",position:"relative",marginTop:"4px",marginLeft:"4px",borderRadius:"3px"},activeColor:{absolute:"0px 0px 0px 0px",borderRadius:"2px",background:"rgba("+n.r+","+n.g+","+n.b+","+n.a+")",boxShadow:"inset 0 0 0 1px rgba(0,0,0,.15), inset 0 0 4px rgba(0,0,0,.25)"},hue:{position:"relative",height:"10px",overflow:"hidden"},Hue:{radius:"2px",shadow:"inset 0 0 0 1px rgba(0,0,0,.15), inset 0 0 4px rgba(0,0,0,.25)"},alpha:{position:"relative",height:"10px",marginTop:"4px",overflow:"hidden"},Alpha:{radius:"2px",shadow:"inset 0 0 0 1px rgba(0,0,0,.15), inset 0 0 4px rgba(0,0,0,.25)"}},disableAlpha:{color:{height:"10px"},hue:{height:"10px"},alpha:{display:"none"}}},{disableAlpha:f});return o.default.createElement("div",{style:x.picker,className:"sketch-picker "+v},o.default.createElement("div",{style:x.saturation},o.default.createElement(c.Saturation,{style:x.Saturation,hsl:i,hsv:a,onChange:l})),o.default.createElement("div",{style:x.controls,className:"flexbox-fix"},o.default.createElement("div",{style:x.sliders},o.default.createElement("div",{style:x.hue},o.default.createElement(c.Hue,{style:x.Hue,hsl:i,onChange:l})),o.default.createElement("div",{style:x.alpha},o.default.createElement(c.Alpha,{style:x.Alpha,rgb:n,hsl:i,renderers:b,onChange:l}))),o.default.createElement("div",{style:x.color},o.default.createElement(c.Checkboard,null),o.default.createElement("div",{style:x.activeColor}))),o.default.createElement(d.default,{rgb:n,hsl:i,hex:r,onChange:l,disableAlpha:f}),o.default.createElement(h.default,{colors:p,onClick:l,onSwatchHover:s}))};b.propTypes={disableAlpha:l.default.bool,width:l.default.oneOfType([l.default.string,l.default.number])},b.defaultProps={disableAlpha:!1,width:200,presetColors:["#D0021B","#F5A623","#F8E71C","#8B572A","#7ED321","#417505","#BD10E0","#9013FE","#4A90E2","#50E3C2","#B8E986","#000000","#4A4A4A","#9B9B9B","#FFFFFF"]},t.default=(0,c.ColorWrap)(b)},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.SketchFields=void 0;var a=n(5),o=r(a),i=n(493),l=r(i),s=n(497),u=r(s),c=n(494),f=t.SketchFields=function(e){var t=e.onChange,n=e.rgb,r=e.hsl,a=e.hex,i=e.disableAlpha,s=(0,l.default)({default:{fields:{display:"flex",paddingTop:"4px"},single:{flex:"1",paddingLeft:"6px"},alpha:{flex:"1",paddingLeft:"6px"},double:{flex:"2"},input:{width:"80%",padding:"4px 10% 3px",border:"none",boxShadow:"inset 0 0 0 1px #ccc",fontSize:"11px"},label:{display:"block",textAlign:"center",fontSize:"11px",color:"#222",paddingTop:"3px",paddingBottom:"4px",textTransform:"capitalize"}},disableAlpha:{alpha:{display:"none"}}},{disableAlpha:i}),f=function(e,a){e.hex?u.default.isValidHex(e.hex)&&t({hex:e.hex,source:"hex"},a):e.r||e.g||e.b?t({r:e.r||n.r,g:e.g||n.g,b:e.b||n.b,a:n.a,source:"rgb"},a):e.a&&(e.a<0?e.a=0:e.a>100&&(e.a=100),e.a/=100,t({h:r.h,s:r.s,l:r.l,a:e.a,source:"rgb"},a))};return o.default.createElement("div",{style:s.fields,className:"flexbox-fix"},o.default.createElement("div",{style:s.double},o.default.createElement(c.EditableInput,{style:{input:s.input,label:s.label},label:"hex",value:a.replace("#",""),onChange:f})),o.default.createElement("div",{style:s.single},o.default.createElement(c.EditableInput,{style:{input:s.input,label:s.label},label:"r",value:n.r,onChange:f,dragLabel:"true",dragMax:"255"})),o.default.createElement("div",{style:s.single},o.default.createElement(c.EditableInput,{style:{input:s.input,label:s.label},label:"g",value:n.g,onChange:f,dragLabel:"true",dragMax:"255"})),o.default.createElement("div",{style:s.single},o.default.createElement(c.EditableInput,{style:{input:s.input,label:s.label},label:"b",value:n.b,onChange:f,dragLabel:"true",dragMax:"255"})),o.default.createElement("div",{style:s.alpha},o.default.createElement(c.EditableInput,{style:{input:s.input,label:s.label},label:"a",value:Math.round(100*n.a),onChange:f,dragLabel:"true",dragMax:"100"})))};t.default=f},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.SketchPresetColors=void 0;var a=Object.assign||function(e){for(var t=1;t=0||(a[n]=e[n]);return a}e.exports=n},function(e,t){function n(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.__proto__=t}e.exports=n},function(e,t,n){"use strict";var r=n(752);t.a=r.a},function(e,t,n){"use strict";var r=n(753),a=function(e,t,n){var a=void 0===t?{}:t,o=a.evalScripts,i=void 0===o?"always":o,l=a.pngFallback,s=void 0!==l&&l,u=a.each,c=void 0===u?function(){}:u,f=a.renumerateIRIElements,d=void 0===f||f;if(void 0===n&&(n=function(){}),void 0!==e.length){var p=0;Array.prototype.forEach.call(e,function(t){Object(r.a)(t,i,s,d,function(t,r){c(t,r),e.length===++p&&n(p)})})}else e?Object(r.a)(e,i,s,d,function(t,r){c(t,r),n(1),e=null}):n(0)};t.a=a},function(e,t,n){"use strict";var r=n(754),a=n(756),o="http://www.w3.org/1999/xlink",i=[],l={},s=0,u=function(e,t,n,u,c){var f=document.implementation.hasFeature("http://www.w3.org/TR/SVG11/feature#BasicStructure","1.1"),d=e.getAttribute("data-src")||e.getAttribute("src");if(!/\.svg/i.test(d))return void c(new Error("Attempted to inject a file with a non-svg extension: "+d));if(!f){var p=e.getAttribute("data-fallback")||e.getAttribute("data-png");return void(p?(e.setAttribute("src",p),c()):n?(e.setAttribute("src",n+"/"+d.split("/").pop().replace(".svg",".png")),c()):c(new Error("This browser does not support SVG and no PNG fallback was defined.")))}-1===i.indexOf(e)&&(i.push(e),e.setAttribute("src",""),Object(r.a)(d,function(n,r){if(n)return c(n),!1;var f=e.getAttribute("id");f&&r.setAttribute("id",f);var p=e.getAttribute("title");p&&r.setAttribute("title",p);var h=[].concat(r.getAttribute("class")||[],"injected-svg",e.getAttribute("class")||[]).join(" ");r.setAttribute("class",Object(a.a)(h));var b=e.getAttribute("style");b&&r.setAttribute("style",b);var g=[].filter.call(e.attributes,function(e){return/^data-\w[\w-]*$/.test(e.name)});if(Array.prototype.forEach.call(g,function(e){e.name&&e.value&&r.setAttribute(e.name,e.value)}),u){var v,x,m,y,w,_={clipPath:["clip-path"],"color-profile":["color-profile"],cursor:["cursor"],filter:["filter"],linearGradient:["fill","stroke"],marker:["marker","marker-start","marker-mid","marker-end"],mask:["mask"],pattern:["fill","stroke"],radialGradient:["fill","stroke"]};Object.keys(_).forEach(function(e){v=e,m=_[e],x=r.querySelectorAll("defs "+v+"[id]");for(var t=0,n=x.length;t0&&("always"===t||"once"===t&&!l[d])){for(var A=0,P=S.length;At}return!1}function l(e,t,n,r,a){this.acceptsBooleans=2===t||3===t||4===t,this.attributeName=r,this.attributeNamespace=a,this.mustUseProperty=n,this.propertyName=e,this.type=t}function s(e){return e[1].toUpperCase()}function u(e){if("boolean"==typeof e||"number"==typeof e)return""+e;e=""+e;var t=L.exec(e);if(t){var n,r="",a=0;for(n=t.index;n