190 lines
285 KiB
JavaScript
190 lines
285 KiB
JavaScript
|
|
(()=>{var __webpack_modules__={304:(module,__unused_webpack_exports,__nccwpck_require__)=>{(()=>{var __webpack_modules__={2498:l=>{function BrowserslistError(l){this.name="BrowserslistError";this.message=l;this.browserslist=true;if(Error.captureStackTrace){Error.captureStackTrace(this,BrowserslistError)}}BrowserslistError.prototype=Error.prototype;l.exports=BrowserslistError},5478:(l,v,m)=>{var y=m(3835);var _=m(4971).agents;var w=m(5659);var k=m(5622);var S=m(6719);var E=m(2498);var C=m(486);var O=365.259641*24*60*60*1e3;var P=37;var L=1;var T=2;function isVersionsMatch(l,v){return(l+".").indexOf(v+".")===0}function isEolReleased(l){var v=l.slice(1);return browserslist.nodeVersions.some((function(l){return isVersionsMatch(l,v)}))}function normalize(l){return l.filter((function(l){return typeof l==="string"}))}function normalizeElectron(l){var v=l;if(l.split(".").length===3){v=l.split(".").slice(0,-1).join(".")}return v}function nameMapper(l){return function mapName(v){return l+" "+v}}function getMajor(l){return parseInt(l.split(".")[0])}function getMajorVersions(l,v){if(l.length===0)return[];var m=uniq(l.map(getMajor));var y=m[m.length-v];if(!y){return l}var _=[];for(var w=l.length-1;w>=0;w--){if(y>getMajor(l[w]))break;_.unshift(l[w])}return _}function uniq(l){var v=[];for(var m=0;m<l.length;m++){if(v.indexOf(l[m])===-1)v.push(l[m])}return v}function fillUsage(l,v,m){for(var y in m){l[v+" "+y]=m[y]}}function generateFilter(l,v){v=parseFloat(v);if(l===">"){return function(l){return parseFloat(l)>v}}else if(l===">="){return function(l){return parseFloat(l)>=v}}else if(l==="<"){return function(l){return parseFloat(l)<v}}else{return function(l){return parseFloat(l)<=v}}}function generateSemverFilter(l,v){v=v.split(".").map(parseSimpleInt);v[1]=v[1]||0;v[2]=v[2]||0;if(l===">"){return function(l){l=l.split(".").map(parseSimpleInt);return compareSemver(l,v)>0}}else if(l===">="){return function(l){l=l.split(".").map(parseSimpleInt);return compareSemver(l,v)>=0}}else if(l==="<"){return function(l){l=l.split(".").map(parseSimpleInt);return compareSemver(v,l)>0}}else{return function(l){l=l.split(".").map(parseSimpleInt);return compareSemver(v,l)>=0}}}function parseSimpleInt(l){return parseInt(l)}function compare(l,v){if(l<v)return-1;if(l>v)return+1;return 0}function compareSemver(l,v){return compare(parseInt(l[0]),parseInt(v[0]))||compare(parseInt(l[1]||"0"),parseInt(v[1]||"0"))||compare(parseInt(l[2]||"0"),parseInt(v[2]||"0"))}function semverFilterLoose(l,v){v=v.split(".").map(parseSimpleInt);if(typeof v[1]==="undefined"){v[1]="x"}switch(l){case"<=":return function(l){l=l.split(".").map(parseSimpleInt);return compareSemverLoose(l,v)<=0};case">=":default:return function(l){l=l.split(".").map(parseSimpleInt);return compareSemverLoose(l,v)>=0}}}function compareSemverLoose(l,v){if(l[0]!==v[0]){return l[0]<v[0]?-1:+1}if(v[1]==="x"){return 0}if(l[1]!==v[1]){return l[1]<v[1]?-1:+1}return 0}function resolveVersion(l,v){if(l.versions.indexOf(v)!==-1){return v}else if(browserslist.versionAliases[l.name][v]){return browserslist.versionAliases[l.name][v]}else{return false}}function normalizeVersion(l,v){var m=resolveVersion(l,v);if(m){return m}else if(l.versions.length===1){return l.versions[0]}else{return false}}function filterByYear(l,v){l=l/1e3;return Object.keys(_).reduce((function(m,y){var _=byName(y,v);if(!_)return m;var w=Object.keys(_.releaseDate).filter((function(v){var m=_.releaseDate[v];return m!==null&&m>=l}));return m.concat(w.map(nameMapper(_.name)))}),[])}function cloneData(l){return{name:l.name,versions:l.versions,released:l.released,releaseDate:l.releaseDate}}function mapVersions(l,v){l.versions=l.versions.map((function(l){return v[l]||l}));l.released=l.versions.map((function(l){return v[l]||l}));var m={};for(var y in l.releaseDate){m[v[y]||y]=l.releaseDate[y]}l.releaseDate=m;return l}function byName(l,v){l=l.toLowerCase();l=browserslist.aliases[l]||l;if(v.mobileToDesktop&&browserslist.desktopNames[l]){var m=browserslist.data[browserslist.desktopNames[l]];if(l==="android"){return normalizeAndroidData(cloneData(browserslist.
|
|||
|
|
/*! https://mths.be/cssesc v3.0.0 by @mathias */var v={};var m=v.hasOwnProperty;var y=function merge(l,v){if(!l){return v}var y={};for(var _ in v){y[_]=m.call(l,_)?l[_]:v[_]}return y};var _=/[ -,\.\/:-@\[-\^`\{-~]/;var w=/[ -,\.\/:-@\[\]\^`\{-~]/;var k=/['"\\]/;var S=/(^|\\+)?(\\[A-F0-9]{1,6})\x20(?![a-fA-F0-9\x20])/g;var E=function cssesc(l,v){v=y(v,cssesc.options);if(v.quotes!="single"&&v.quotes!="double"){v.quotes="single"}var m=v.quotes=="double"?'"':"'";var k=v.isIdentifier;var E=l.charAt(0);var C="";var O=0;var P=l.length;while(O<P){var L=l.charAt(O++);var T=L.charCodeAt();var A=void 0;if(T<32||T>126){if(T>=55296&&T<=56319&&O<P){var R=l.charCodeAt(O++);if((R&64512)==56320){T=((T&1023)<<10)+(R&1023)+65536}else{O--}}A="\\"+T.toString(16).toUpperCase()+" "}else{if(v.escapeEverything){if(_.test(L)){A="\\"+L}else{A="\\"+T.toString(16).toUpperCase()+" "}}else if(/[\t\n\f\r\x0B]/.test(L)){A="\\"+T.toString(16).toUpperCase()+" "}else if(L=="\\"||!k&&(L=='"'&&m==L||L=="'"&&m==L)||k&&w.test(L)){A="\\"+L}else{A=L}}C+=A}if(k){if(/^-[-\d]/.test(C)){C="\\-"+C.slice(1)}else if(/\d/.test(E)){C="\\3"+E+" "+C.slice(1)}}C=C.replace(S,(function(l,v,m){if(v&&v.length%2){return l}return(v||"")+m}));if(!k&&v.wrap){return m+C+m}return C};E.options={escapeEverything:false,isIdentifier:false,quotes:"single",wrap:false};E.version="3.0.0";l.exports=E},9528:(l,v,m)=>{"use strict";
|
|||
|
|
/**
|
|||
|
|
* @author Ben Briggs
|
|||
|
|
* @license MIT
|
|||
|
|
* @module cssnano:preset:default
|
|||
|
|
* @overview
|
|||
|
|
*
|
|||
|
|
* This default preset for cssnano only includes transforms that make no
|
|||
|
|
* assumptions about your CSS other than what is passed in. In previous
|
|||
|
|
* iterations of cssnano, assumptions were made about your CSS which caused
|
|||
|
|
* output to look different in certain use cases, but not others. These
|
|||
|
|
* transforms have been moved from the defaults to other presets, to make
|
|||
|
|
* this preset require only minimal configuration.
|
|||
|
|
*/const y=m(4102);const _=m(3824);const w=m(9549);const k=m(665);const S=m(7254);const E=m(8936);const C=m(1651);const O=m(6654);const P=m(3426);const L=m(6691);const T=m(9108);const A=m(6581);const R=m(1064);const D=m(2069);const q=m(6680);const F=m(4379);const $=m(374);const V=m(3440);const B=m(1026);const z=m(6121);const U=m(428);const W=m(5317);const Q=m(625);const G=m(1792);const Y=m(9585);const J=m(5187);const Z=m(2066);const X=m(1347);const{rawCache:K}=m(506);const ee={convertValues:{length:false},normalizeCharset:{add:false},cssDeclarationSorter:{keepOverrides:true}};function defaultPreset(l={}){const v=Object.assign({},ee,l);const m=[[_,v.discardComments],[k,v.minifyGradients],[w,v.reduceInitial],[S,v.svgo],[Z,v.normalizeDisplayValues],[E,v.reduceTransforms],[P,v.colormin],[X,v.normalizeTimingFunctions],[O,v.calc],[C,v.convertValues],[L,v.orderedValues],[T,v.minifySelectors],[A,v.minifyParams],[R,v.normalizeCharset],[V,v.discardOverridden],[Q,v.normalizeString],[J,v.normalizeUnicode],[D,v.minifyFontValues],[q,v.normalizeUrl],[B,v.normalizeRepeatStyle],[G,v.normalizePositions],[Y,v.normalizeWhitespace],[F,v.mergeLonghand],[$,v.discardDuplicates],[z,v.mergeRules],[U,v.discardEmpty],[W,v.uniqueSelectors],[y,v.cssDeclarationSorter],[K,v.rawCache]];return{plugins:m}}l.exports=defaultPreset},861:l=>{"use strict";l.exports=function getArguments(l){const v=[[]];for(const m of l.nodes){if(m.type!=="div"){v[v.length-1].push(m)}else{v.push([])}}return v}},506:(l,v,m)=>{"use strict";const y=m(6533);const _=m(861);const w=m(3323);l.exports={rawCache:y,getArguments:_,sameParent:w}},6533:l=>{"use strict";function pluginCreator(){return{postcssPlugin:"cssnano-util-raw-cache",OnceExit(l,{result:v}){v.root.rawCache={colon:":",indent:"",beforeDecl:"",beforeRule:"",beforeOpen:"",beforeClose:"",beforeComment:"",after:"",emptyBody:"",commentLeft:"",commentRight:""}}}}pluginCreator.postcss=true;l.exports=pluginCreator},3323:l=>{"use strict";function checkMatch(l,v){if(l.type==="atrule"&&v.type==="atrule"){return l.params===v.params&&l.name.toLowerCase()===v.name.toLowerCase()}return l.type===v.type}function sameParent(l,v){if(!l.parent){return!v.parent}if(!v.parent){return false}if(!checkMatch(l.parent,v.parent)){return false}return sameParent(l.parent,v.parent)}l.exports=sameParent},6719:l=>{l.exports={"0.20":"39",.21:"41",.22:"41",.23:"41",.24:"41",.25:"42",.26:"42",.27:"43",.28:"43",.29:"43","0.30":"44",.31:"45",.32:"45",.33:"45",.34:"45",.35:"45",.36:"47",.37:"49","1.0":"49",1.1:"50",1.2:"51",1.3:"52",1.4:"53",1.5:"54",1.6:"56",1.7:"58",1.8:"59","2.0":"61",2.1:"61","3.0":"66",3.1:"66","4.0":"69",4.1:"69",4.2:"69","5.0":"73","6.0":"76",6.1:"76","7.0":"78",7.1:"78",7.2:"78",7.3:"78","8.0":"80",8.1:"80",8.2:"80",8.3:"80",8.4:"80",8.5:"80","9.0":"83",9.1:"83",9.2:"83",9.3:"83",9.4:"83","10.0":"85",10.1:"85",10.2:"85",10.3:"85",10.4:"85","11.0":"87",11.1:"87",11.2:"87",11.3:"87",11.4:"87",11.5:"87","12.0":"89",12.1:"89",12.2:"89","13.0":"91",13.1:"91",13.2:"91",13.3:"91",13.4:"91",13.5:"91",13.6:"91","14.0":"93",14.1:"93",14.2:"93","15.0":"94",15.1:"94",15.2:"94",15.3:"94",15.4:"94","16.0":"96",16.1:"96","17.0":"98",17.1:"98","18.0":"100"}},4538:l=>{var v="Expected a function";var m="__lodash_hash_undefined__";var y="[object Function]",_="[object GeneratorFunction]";var w=/[\\^$.*+?()[\]{}|]/g;var k=/^\[object .+?Constructor\]$/;var S=typeof global=="object"&&global&&global.Object===Object&&global;var E=typeof self=="object"&&self&&self.Object===Object&&self;var C=S||E||Function("return this")();function getValue(l,v){return l==null?undefined:l[v]}function isHostObject(l){var v=false;if(l!=null&&typeof l.toString!="function"){try{v=!!(l+"")}catch(l){}}return v}var O=Array.prototype,P=Function.prototype,L=Object.prototype;var T=C["__core-js_shared__"];var A=function(){var l=/[^.]+$/.exec(T&&T.keys&&T.keys.IE_PROTO||"");return l?"Symbol(src)_1."+l:""}();var R=P.toString;var D=L.hasOwnProperty;var q=L.toString;var F=RegExp("^"+R.call(D).replace(w,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");var
|
|||
|
|
/*! Production:: $accept : expression $end */
|
|||
|
|
this.$=m[v-1];break;case 1:
|
|||
|
|
/*! Production:: expression : math_expression EOF */
|
|||
|
|
this.$=m[v-1];return m[v-1];break;case 2:
|
|||
|
|
/*! Production:: math_expression : CALC LPAREN math_expression RPAREN */
|
|||
|
|
this.$=m[v-1];break;case 3:
|
|||
|
|
/*! Production:: math_expression : math_expression ADD math_expression */case 4:
|
|||
|
|
/*! Production:: math_expression : math_expression SUB math_expression */case 5:
|
|||
|
|
/*! Production:: math_expression : math_expression MUL math_expression */case 6:
|
|||
|
|
/*! Production:: math_expression : math_expression DIV math_expression */
|
|||
|
|
this.$={type:"MathExpression",operator:m[v-1],left:m[v-2],right:m[v]};break;case 7:
|
|||
|
|
/*! Production:: math_expression : LPAREN math_expression RPAREN */
|
|||
|
|
this.$={type:"ParenthesizedExpression",content:m[v-1]};break;case 8:
|
|||
|
|
/*! Production:: math_expression : function */case 9:
|
|||
|
|
/*! Production:: math_expression : dimension */case 10:
|
|||
|
|
/*! Production:: math_expression : number */
|
|||
|
|
this.$=m[v];break;case 11:
|
|||
|
|
/*! Production:: function : FUNCTION */
|
|||
|
|
this.$={type:"Function",value:m[v]};break;case 12:
|
|||
|
|
/*! Production:: dimension : LENGTH */
|
|||
|
|
this.$={type:"LengthValue",value:parseFloat(m[v]),unit:/[a-z]+$/i.exec(m[v])[0]};break;case 13:
|
|||
|
|
/*! Production:: dimension : ANGLE */
|
|||
|
|
this.$={type:"AngleValue",value:parseFloat(m[v]),unit:/[a-z]+$/i.exec(m[v])[0]};break;case 14:
|
|||
|
|
/*! Production:: dimension : TIME */
|
|||
|
|
this.$={type:"TimeValue",value:parseFloat(m[v]),unit:/[a-z]+$/i.exec(m[v])[0]};break;case 15:
|
|||
|
|
/*! Production:: dimension : FREQ */
|
|||
|
|
this.$={type:"FrequencyValue",value:parseFloat(m[v]),unit:/[a-z]+$/i.exec(m[v])[0]};break;case 16:
|
|||
|
|
/*! Production:: dimension : RES */
|
|||
|
|
this.$={type:"ResolutionValue",value:parseFloat(m[v]),unit:/[a-z]+$/i.exec(m[v])[0]};break;case 17:
|
|||
|
|
/*! Production:: dimension : UNKNOWN_DIMENSION */
|
|||
|
|
this.$={type:"UnknownDimension",value:parseFloat(m[v]),unit:/[a-z]+$/i.exec(m[v])[0]};break;case 18:
|
|||
|
|
/*! Production:: dimension : EMS */
|
|||
|
|
this.$={type:"EmValue",value:parseFloat(m[v]),unit:"em"};break;case 19:
|
|||
|
|
/*! Production:: dimension : EXS */
|
|||
|
|
this.$={type:"ExValue",value:parseFloat(m[v]),unit:"ex"};break;case 20:
|
|||
|
|
/*! Production:: dimension : CHS */
|
|||
|
|
this.$={type:"ChValue",value:parseFloat(m[v]),unit:"ch"};break;case 21:
|
|||
|
|
/*! Production:: dimension : REMS */
|
|||
|
|
this.$={type:"RemValue",value:parseFloat(m[v]),unit:"rem"};break;case 22:
|
|||
|
|
/*! Production:: dimension : VHS */
|
|||
|
|
this.$={type:"VhValue",value:parseFloat(m[v]),unit:"vh"};break;case 23:
|
|||
|
|
/*! Production:: dimension : VWS */
|
|||
|
|
this.$={type:"VwValue",value:parseFloat(m[v]),unit:"vw"};break;case 24:
|
|||
|
|
/*! Production:: dimension : VMINS */
|
|||
|
|
this.$={type:"VminValue",value:parseFloat(m[v]),unit:"vmin"};break;case 25:
|
|||
|
|
/*! Production:: dimension : VMAXS */
|
|||
|
|
this.$={type:"VmaxValue",value:parseFloat(m[v]),unit:"vmax"};break;case 26:
|
|||
|
|
/*! Production:: dimension : PERCENTAGE */
|
|||
|
|
this.$={type:"PercentageValue",value:parseFloat(m[v]),unit:"%"};break;case 27:
|
|||
|
|
/*! Production:: dimension : ADD dimension */
|
|||
|
|
var k=m[v];this.$=k;break;case 28:
|
|||
|
|
/*! Production:: dimension : SUB dimension */
|
|||
|
|
var k=m[v];k.value*=-1;this.$=k;break;case 29:
|
|||
|
|
/*! Production:: number : NUMBER */case 30:
|
|||
|
|
/*! Production:: number : ADD NUMBER */
|
|||
|
|
this.$={type:"Number",value:parseFloat(m[v])};break;case 31:
|
|||
|
|
/*! Production:: number : SUB NUMBER */
|
|||
|
|
this.$={type:"Number",value:parseFloat(m[v])*-1};break}},table:bt({len:u([26,1,5,1,25,s,[0,19],19,19,0,0,s,[25,5],5,0,0,18,18,0,0,6,6,0,0,c,[11,3]]),symbol:u([3,4,6,7,s,[10,22,1],1,1,s,[6,4,1],4,c,[33,21],c,[32,4],6,7,c,[22,16],30,c,[19,19],c,[63,25],c,[25,100],s,[5,5,1],c,[149,17],c,[167,18],30,1,c,[42,5],c,[6,6],c,[5,5]]),type:u([s,[2,21],s,[0,5],1,s,[2,27],s,[0,4],c,[22,19],c,[19,37],c,[63,25],c,[25,103],c,[148,19],c,[18,18]]),state:u([1,2,5,6,7,33,c,[4,3],34,38,40,c,[6,3],41,c,[4,3],42,c,[4,3],43,c,[4,3],44,c,[22,5]]),mode:u([s,[1,228],s,[2,4],c,[6,8],s,[1,5]]),goto:u([3,4,24,25,s,[8,16,1],s,[26,7,1],c,[27,21],36,37,c,[18,15],35,c,[18,17],39,c,[57,21],c,[21,84],45,c,[168,4],c,[128,17],c,[17,17],s,[3,4],30,31,s,[4,4],30,31,46,c,[51,4]])}),defaultActions:bda({idx:u([s,[5,19,1],26,27,34,35,38,39,42,43,45,46]),goto:u([s,[8,19,1],29,1,27,30,28,31,5,6,7,2])}),parseError:function parseError(l,v,m){if(v.recoverable){if(typeof this.trace==="function"){this.trace(l)}v.destroy()}else{if(typeof this.trace==="function"){this.trace(l)}if(!m){m=this.JisonParserError}throw new m(l,v)}},parse:function parse(l){var v=this;var m=new Array(128);var y=new Array(128);var _=new Array(128);var w=this.table;var k=0;var S=0;var E=this.TERROR;var C=this.EOF;var O=this.options.errorRecoveryTokenDiscardCount|0||3;var P=[0,47];var L;if(this.__lexer__){L=this.__lexer__}else{L=this.__lexer__=Object.create(this.lexer)}var T={parseError:undefined,quoteName:undefined,lexer:undefined,parser:undefined,pre_parse:undefined,post_parse:undefined,pre_lex:undefined,post_lex:undefined};var A;if(typeof assert!=="function"){A=function JisonAssert(l,v){if(!l){throw new Error("assertion failed: "+(v||"***"))}}}else{A=assert}this.yyGetSharedState=function yyGetSharedState(){return T};function shallow_copy_noclobber(l,v){for(var m in v){if(typeof l[m]==="undefined"&&Object.prototype.hasOwnProperty.call(v,m)){l[m]=v[m]}}}shallow_copy_noclobber(T,this.yy);T.lexer=L;T.parser=this;if(typeof T.parseError==="function"){this.parseError=function parseErrorAlt(l,v,m){if(!m){m=this.JisonParserError}return T.parseError.call(this,l,v,m)}}else{this.parseError=this.originalParseError}if(typeof T.quoteName==="function"){this.quoteName=function quoteNameAlt(l){return T.quoteName.call(this,l)}}else{this.quoteName=this.originalQuoteName}this.cleanupAfterParse=function parser_cleanupAfterParse(l,v,w){var S;if(v){var E;if(T.post_parse||this.post_parse){E=this.constructParseErrorInfo(null,null,null,false)}if(T.post_parse){S=T.post_parse.call(this,T,l,E);if(typeof S!=="undefined")l=S}if(this.post_parse){S=this.post_parse.call(this,T,l,E);if(typeof S!=="undefined")l=S}if(E&&E.destroy){E.destroy()}}if(this.__reentrant_call_depth>1)return l;if(L.cleanupAfterLex){L.cleanupAfterLex(w)}if(T){T.lexer=undefined;T.parser=undefined;if(L.yy===T){L.yy=undefined}}T=undefined;this.parseError=this.originalParseError;this.quoteName=this.originalQuoteName;m.length=0;y.length=0;_.length=0;k=0;if(!w){for(var C=this.__error_infos.length-1;C>=0;C--){var O=this.__error_infos[C];if(O&&typeof O.destroy==="function"){O.destroy()}}this.__error_infos.length=0}return l};this.constructParseErrorInfo=function parser_constructParseErrorInfo(l,v,w,E){var C={errStr:l,exception:v,text:L.match,value:L.yytext,token:this.describeSymbol(S)||S,token_id:S,line:L.yylineno,expected:w,recoverable:E,state:D,action:q,new_state:W,symbol_stack:m,state_stack:y,value_stack:_,stack_pointer:k,yy:T,lexer:L,parser:this,destroy:function destructParseErrorInfo(){var l=!!this.recoverable;for(var v in this){if(this.hasOwnProperty(v)&&typeof v==="object"){this[v]=undefined}}this.recoverable=l}};this.__error_infos.push(C);return C};function getNonTerminalFromCode(l){var m=v.getSymbolName(l);if(!m){m=l}return m}function stdLex(){var l=L.lex();if(typeof l!=="number"){l=v.symbols_[l]||l}return l||C}function fastLex(){var l=L.fastLex();if(typeof l!=="number"){l=v.symbols_[l]||l}return l||C}var R=stdLex;var D,q,F,$;var V={$:true,_$:undefined,yy:T};var B;var z;var U;var W;var Q=false;try{this.__reentrant_call_depth++;L.setInput(l,T);if(typeof L.canIU
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: \s+ */
|
|||
|
|
break;default:return this.simpleCaseActionClusters[v]}},simpleCaseActionClusters:{
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (-(webkit|moz)-)?calc\b */
|
|||
|
|
1:3,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: [a-z][a-z0-9-]*\s*\((?:(?:"(?:\\.|[^\"\\])*"|'(?:\\.|[^\'\\])*')|\([^)]*\)|[^\(\)]*)*\) */
|
|||
|
|
2:10,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: \* */
|
|||
|
|
3:8,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: \/ */
|
|||
|
|
4:9,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: \+ */
|
|||
|
|
5:6,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: - */
|
|||
|
|
6:7,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)em\b */
|
|||
|
|
7:17,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)ex\b */
|
|||
|
|
8:18,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)ch\b */
|
|||
|
|
9:19,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)rem\b */
|
|||
|
|
10:20,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)vw\b */
|
|||
|
|
11:22,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)vh\b */
|
|||
|
|
12:21,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)vmin\b */
|
|||
|
|
13:23,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)vmax\b */
|
|||
|
|
14:24,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)cm\b */
|
|||
|
|
15:11,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)mm\b */
|
|||
|
|
16:11,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)Q\b */
|
|||
|
|
17:11,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)in\b */
|
|||
|
|
18:11,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)pt\b */
|
|||
|
|
19:11,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)pc\b */
|
|||
|
|
20:11,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)px\b */
|
|||
|
|
21:11,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)deg\b */
|
|||
|
|
22:12,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)grad\b */
|
|||
|
|
23:12,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)rad\b */
|
|||
|
|
24:12,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)turn\b */
|
|||
|
|
25:12,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)s\b */
|
|||
|
|
26:13,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)ms\b */
|
|||
|
|
27:13,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)Hz\b */
|
|||
|
|
28:14,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)kHz\b */
|
|||
|
|
29:14,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)dpi\b */
|
|||
|
|
30:15,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)dpcm\b */
|
|||
|
|
31:15,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)dppx\b */
|
|||
|
|
32:15,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)% */
|
|||
|
|
33:25,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)\b */
|
|||
|
|
34:26,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)-?([a-zA-Z_]|[\240-\377]|(\\[0-9a-fA-F]{1,6}(\r\n|[ \t\r\n\f])?|\\[^\r\n\f0-9a-fA-F]))([a-zA-Z0-9_-]|[\240-\377]|(\\[0-9a-fA-F]{1,6}(\r\n|[ \t\r\n\f])?|\\[^\r\n\f0-9a-fA-F]))*\b */
|
|||
|
|
35:16,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: \( */
|
|||
|
|
36:4,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: \) */
|
|||
|
|
37:5,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: $ */
|
|||
|
|
38:1},rules:[/^(?:\s+)/i,/^(?:(-(webkit|moz)-)?calc\b)/i,/^(?:[a-z][\d\-a-z]*\s*\((?:(?:"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*')|\([^)]*\)|[^()]*)*\))/i,/^(?:\*)/i,/^(?:\/)/i,/^(?:\+)/i,/^(?:-)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)em\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)ex\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)ch\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)rem\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)vw\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)vh\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)vmin\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)vmax\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)cm\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)mm\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)Q\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)in\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)pt\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)pc\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)px\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)deg\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)grad\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)rad\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)turn\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)s\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)ms\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)Hz\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)kHz\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)dpi\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)dpcm\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)dppx\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)%)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)-?([^\W\d]|[ -ÿ]|(\\[\dA-Fa-f]{1,6}(\r\n|[\t\n\f\r ])?|\\[^\d\n\f\rA-Fa-f]))([\w\-]|[ -ÿ]|(\\[\dA-Fa-f]{1,6}(\r\n|[\t\n\f\r ])?|\\[^\d\n\f\rA-Fa-f]))*\b)/i,/^(?:\()/i,/^(?:\))/i,/^(?:$)/i],conditions:{INITIAL:{rules:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38],inclusive:true}}};return l}();l.lexer=v;function Parser(){this.yy={}}Parser.prototype=l;l.Parser=Parser;return new Parser}();if(true){v.parser=m;v.Parser=m.Parser;v.parse=function(){return m.parse.apply(m,arguments)}}},3426:(l,v,m)=>{"use strict";const y=m(5478);const{isSupported:_}=m(8390);const w=m(9285);const k=m(5429);function walk(l,v){l.nodes.forEach(((m,y)=>{const _=v(m,y,l);if(m.type==="function"&&_!==false){walk(m,v)}}))}const S=new Set(["ie 8","ie 9"]);const E=new Set(["calc","min","max","clamp"]);function isMathFunctionNode(l){if(l.type!=="function"){return false}return E.has(l.value.toLowerCase())}function transform(l,v){const m=w(l);walk(m,((l,m,y)=>{if(l.type==="function"){if(/^(rgb|hsl)a?$/i.test(l.value)){const{value:_}=l;l.value=k(w.stringify(l),v);l.type="word";const S=y.nodes[m+1];if(l.value!==_&&S&&(S.type==="word"||S.type==="function")){y.nodes.splice(m+1,0,{type:"space",value:" "})}}else if(isMathFunctionNode(l)){return false}}else if(l.type==="word"){l.value=k(l.value,v)}}));return m.toString()}function addPluginDefaults(l,v){const m={transparent:v.some((l=>S.has(l)))===false,alphaHex:_("css-rrggbbaa",v),name:true};return{...m,...l}}function pluginCreator(l={}){return{postcssPlugin:"postcss-colormin",prepare(v){const m=v.opts||{};const _=y(null,{stats:m.stats,path:__dirname,env:m.env});const w=new Map;const k=addPluginDefaults(l,_);return{OnceExit(l){l.walkDecls((l=>{if(/^(composes|font|filter|-webkit-tap-highlight-color)/i.test(l.prop)){return}const v=l.value;if(!v){return}const m=JSON.stringify({value:v,options:k,browsers:_});if(w.has(m)){l.value=w.get(m);return}const y=transform(v,k);l.value=y;w.set(m,y)}))}}}}}pluginCreator.postcss=true;l.exports=pluginCreator},5429:(l,v,m)=>{"use strict";const{colord:y,extend:_}=m(43);const w=m(4517);const k=m(3810);_([w,k]);l.exports=function minifyColor(l,v={}){const m=y(l);if(m.isValid()){const y=m.minify(v);return y.length<l.length?y:l.toLowerCase()}else{return l}}},1651:(l,v,m)=>{"use strict";const y=m(9285);const _=m(6421);const w=new Set(["em","ex","ch","rem","vw","vh","vmin","vmax","cm","mm","q","in","pt","pc","px"]);const k=new Set(["descent-override","ascent-override","font-stretch","size-adjust","li
|