320 lines
262 KiB
JavaScript
320 lines
262 KiB
JavaScript
|
|
(()=>{var l={6615:(l,m,v)=>{"use strict";Object.defineProperty(m,"__esModule",{value:true});m.getBrowserScope=m.setBrowserScope=m.getLatestStableBrowsers=m.find=m.isSupported=m.getSupport=m.features=undefined;var y=v(4953);var w=_interopRequireDefault(y);var _=v(4907);var k=_interopRequireDefault(_);var S=v(9613);var C=v(4532);function _interopRequireDefault(l){return l&&l.__esModule?l:{default:l}}var E=Object.keys(S.features);var O=void 0;function setBrowserScope(l){O=(0,C.cleanBrowsersList)(l)}function getBrowserScope(){return O}var P=(0,w.default)(C.parseCaniuseData,(function(l,m){return l.title+m}));function getSupport(l){var m=void 0;try{m=(0,S.feature)(S.features[l])}catch(m){var v=find(l);if(v.length===1)return getSupport(v[0]);throw new ReferenceError("Please provide a proper feature name. Cannot find "+l)}return P(m,O)}function isSupported(l,m){var v=void 0;try{v=(0,S.feature)(S.features[l])}catch(m){var y=find(l);if(y.length===1){v=S.features[y[0]]}else{throw new ReferenceError("Please provide a proper feature name. Cannot find "+l)}}return(0,k.default)(m,{ignoreUnknownVersions:true}).map((function(l){return l.split(" ")})).every((function(l){return v.stats[l[0]]&&v.stats[l[0]][l[1]]==="y"}))}function find(l){if(typeof l!=="string"){throw new TypeError("The `query` parameter should be a string.")}if(~E.indexOf(l)){return l}return E.filter((function(m){return(0,C.contains)(m,l)}))}function getLatestStableBrowsers(){return(0,k.default)("last 1 version")}setBrowserScope();m.features=E;m.getSupport=getSupport;m.isSupported=isSupported;m.find=find;m.getLatestStableBrowsers=getLatestStableBrowsers;m.setBrowserScope=setBrowserScope;m.getBrowserScope=getBrowserScope},4532:(l,m,v)=>{"use strict";Object.defineProperty(m,"__esModule",{value:true});m.contains=contains;m.parseCaniuseData=parseCaniuseData;m.cleanBrowsersList=cleanBrowsersList;var y=v(2583);var w=_interopRequireDefault(y);var _=v(4907);var k=_interopRequireDefault(_);function _interopRequireDefault(l){return l&&l.__esModule?l:{default:l}}function contains(l,m){return!!~l.indexOf(m)}function parseCaniuseData(l,m){var v={};var y;var w;m.forEach((function(m){v[m]={};for(var _ in l.stats[m]){y=l.stats[m][_].replace(/#\d+/,"").trim().split(" ");_=parseFloat(_.split("-")[0]);if(isNaN(_))continue;for(var k=0;k<y.length;k++){w=y[k];if(w==="d"){continue}else if(w==="y"){if(typeof v[m][w]==="undefined"||_<v[m][w]){v[m][w]=_}}else{if(typeof v[m][w]==="undefined"||_>v[m][w]){v[m][w]=_}}}}}));return v}function cleanBrowsersList(l){return(0,w.default)((0,k.default)(l).map((function(l){return l.split(" ")[0]})))}},3251:(l,m)=>{Object.defineProperty(m,"__esModule",{value:!0});var v={grad:.9,turn:360,rad:360/(2*Math.PI)},t=function(l){return"string"==typeof l?l.length>0:"number"==typeof l},n=function(l,m,v){return void 0===m&&(m=0),void 0===v&&(v=Math.pow(10,m)),Math.round(v*l)/v+0},e=function(l,m,v){return void 0===m&&(m=0),void 0===v&&(v=1),l>v?v:l>m?l:m},u=function(l){return(l=isFinite(l)?l%360:0)>0?l:l+360},o=function(l){return{r:e(l.r,0,255),g:e(l.g,0,255),b:e(l.b,0,255),a:e(l.a)}},a=function(l){return{r:n(l.r),g:n(l.g),b:n(l.b),a:n(l.a,3)}},y=/^#([0-9a-f]{3,8})$/i,i=function(l){var m=l.toString(16);return m.length<2?"0"+m:m},h=function(l){var m=l.r,v=l.g,y=l.b,w=l.a,_=Math.max(m,v,y),k=_-Math.min(m,v,y),S=k?_===m?(v-y)/k:_===v?2+(y-m)/k:4+(m-v)/k:0;return{h:60*(S<0?S+6:S),s:_?k/_*100:0,v:_/255*100,a:w}},b=function(l){var m=l.h,v=l.s,y=l.v,w=l.a;m=m/360*6,v/=100,y/=100;var _=Math.floor(m),k=y*(1-v),S=y*(1-(m-_)*v),C=y*(1-(1-m+_)*v),E=_%6;return{r:255*[y,S,k,k,C,y][E],g:255*[C,y,y,S,k,k][E],b:255*[k,k,C,y,y,S][E],a:w}},d=function(l){return{h:u(l.h),s:e(l.s,0,100),l:e(l.l,0,100),a:e(l.a)}},g=function(l){return{h:n(l.h),s:n(l.s),l:n(l.l),a:n(l.a,3)}},f=function(l){return b((v=(m=l).s,{h:m.h,s:(v*=((y=m.l)<50?y:100-y)/100)>0?2*v/(y+v)*100:0,v:y+v,a:m.a}));var m,v,y},p=function(l){return{h:(m=h(l)).h,s:(w=(200-(v=m.s))*(y=m.v)/100)>0&&w<200?v*y/100/(w<=100?w:200-w)*100:0,l:w/2,a:m.a};var m,v,y,w},w=/^hsla?\(\s*([+-]?\d*\.?\d+)(deg|rad|grad|turn)?\s*,\s*([+-]?\d*\.?\d+)%\s*,\
|
|||
|
|
/*! https://mths.be/cssesc v3.0.0 by @mathias */var m={};var v=m.hasOwnProperty;var y=function merge(l,m){if(!l){return m}var y={};for(var w in m){y[w]=v.call(l,w)?l[w]:m[w]}return y};var w=/[ -,\.\/:-@\[-\^`\{-~]/;var _=/[ -,\.\/:-@\[\]\^`\{-~]/;var k=/['"\\]/;var S=/(^|\\+)?(\\[A-F0-9]{1,6})\x20(?![a-fA-F0-9\x20])/g;var C=function cssesc(l,m){m=y(m,cssesc.options);if(m.quotes!="single"&&m.quotes!="double"){m.quotes="single"}var v=m.quotes=="double"?'"':"'";var k=m.isIdentifier;var C=l.charAt(0);var E="";var O=0;var P=l.length;while(O<P){var L=l.charAt(O++);var T=L.charCodeAt();var D=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--}}D="\\"+T.toString(16).toUpperCase()+" "}else{if(m.escapeEverything){if(w.test(L)){D="\\"+L}else{D="\\"+T.toString(16).toUpperCase()+" "}}else if(/[\t\n\f\r\x0B]/.test(L)){D="\\"+T.toString(16).toUpperCase()+" "}else if(L=="\\"||!k&&(L=='"'&&v==L||L=="'"&&v==L)||k&&_.test(L)){D="\\"+L}else{D=L}}E+=D}if(k){if(/^-[-\d]/.test(E)){E="\\-"+E.slice(1)}else if(/\d/.test(C)){E="\\3"+C+" "+E.slice(1)}}E=E.replace(S,(function(l,m,v){if(m&&m.length%2){return l}return(m||"")+v}));if(!k&&m.wrap){return v+E+v}return E};C.options={escapeEverything:false,isIdentifier:false,quotes:"single",wrap:false};C.version="3.0.0";l.exports=C},9231:(l,m,v)=>{"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=v(6680);const w=v(2487);const _=v(3252);const k=v(288);const S=v(8248);const C=v(1367);const E=v(6517);const O=v(9348);const P=v(4868);const L=v(3873);const T=v(5547);const D=v(9434);const R=v(949);const A=v(1927);const q=v(8508);const F=v(7969);const V=v(4277);const $=v(4967);const z=v(8041);const U=v(5505);const W=v(8553);const B=v(6512);const Q=v(8344);const Y=v(3434);const G=v(9255);const J=v(6242);const X=v(710);const Z=v(4675);const{rawCache:K}=v(8402);function configurePlugins(l,m={}){const{overrideBrowserslist:v,stats:y,env:w,path:_}=m;const k={overrideBrowserslist:v,stats:y,env:w,path:_};const S={colormin:{...k},convertValues:{length:false,...k},mergeRules:{...k},minifyParams:{...k},normalizeCharset:{add:false},normalizeUnicode:{...k},reduceInitial:{...k},cssDeclarationSorter:{keepOverrides:true},svgo:{plugins:[{name:"preset-default",params:{overrides:{removeViewBox:false,removeTitle:false}}}]}};return l.map((([l,v])=>{const y=S[v]??{};const w=m[v]??{};return[l,w!==false?{...y,...w}:{exclude:true}]}))}function defaultPreset(l={}){return{plugins:configurePlugins([[w,"discardComments"],[k,"minifyGradients"],[_,"reduceInitial"],[S,"svgo"],[X,"normalizeDisplayValues"],[C,"reduceTransforms"],[P,"colormin"],[Z,"normalizeTimingFunctions"],[O,"calc"],[E,"convertValues"],[L,"orderedValues"],[T,"minifySelectors"],[D,"minifyParams"],[R,"normalizeCharset"],[$,"discardOverridden"],[Q,"normalizeString"],[J,"normalizeUnicode"],[A,"minifyFontValues"],[q,"normalizeUrl"],[z,"normalizeRepeatStyle"],[Y,"normalizePositions"],[G,"normalizeWhitespace"],[F,"mergeLonghand"],[V,"discardDuplicates"],[U,"mergeRules"],[W,"discardEmpty"],[B,"uniqueSelectors"],[y,"cssDeclarationSorter"],[K,"rawCache"]],l)}}l.exports=defaultPreset},289:l=>{"use strict";l.exports=function getArguments(l){const m=[[]];for(const v of l.nodes){if(v.type!=="div"){m[m.length-1].push(v)}else{m.push([])}}return m}},8402:(l,m,v)=>{"use strict";const y=v(2923);const w=v(289);const _=v(5805);l.exports={rawCache:y,getArguments:w,sameParent:_}},2923:l=>{"use strict";function pluginCreator(){return{postcssPlugin:"cssnano-util-raw-cache",OnceExit(l,{result:m}){m.root.rawCache={colon:":",indent:"",beforeDecl:"",beforeRule:"",beforeOpen:"",beforeClose:"",beforeComment:"",after:"",emptyBody:"",commentLeft:"",commentRight:""}}}}pluginCreator.postcss=true;l.exports=pluginCreator},5805:l=>{"use strict";function checkMatch(l,m){if(l.type==="atrule"&&m.type==="atrule"){return l.params===m.params&&l.name.toLowerCase()===m.name.toLowerCase()}return l.type===m.type}function sameParent(l,m){if(!l.parent){return!m.parent}if(!m.parent){return false}if(!checkMatch(l.parent,m.parent)){return false}return sameParent(l.parent,m.parent)}l.exports=sameParent},4953:l=>{var m="Expected a function";var v="__lodash_hash_undefined__";var y="[object Function]",w="[object GeneratorFunction]";var _=/[\\^$.*+?()[\]{}|]/g;var k=/^\[object .+?Constructor\]$/;var S=typeof global=="object"&&global&&global.Object===Object&&global;var C=typeof self=="object"&&self&&self.Object===Object&&self;var E=S||C||Function("return this")();function getValue(l,m){return l==null?undefined:l[m]}function isHostObject(l){var m=false;if(l!=null&&typeof l.toString!="function"){try{m=!!(l+"")}catch(l){}}return m}var O=Array.prototype,P=Function.prototype,L=Object.prototype;var T=E["__core-js_shared__"];var D=function(){var l=/[^.]+$/.exec(T&&T.keys&&T.keys.IE_PROTO||"");return l?"Symbol(src)_1."+l:""}();var R=P.toString;var A=L.hasOwnProperty;var q=L.toString;var F=RegExp("^"+R.call(A).replace(_,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");var V=O.splice;var $=getNative(E,"Map"),z=getNative(Object,"create");function Hash(l){var m=-1,v=l?l.length:0;this.clear();while(++m<v){var y=l[m];this.set(y[0],y[1])}}function hashClear(){this.__data__=z?z(null):{}}function hashDelete(l){return this.has(l)&&delete this.__data__[l]}function hashGet(l){var m=this.__data__;if(z){var y=m[l];return y===v?undefined:y}return A.call(m,l)?m[l]:undefined}function hashHas(l){var m=this.__data__;retu
|
|||
|
|
/*! Production:: $accept : expression $end */
|
|||
|
|
this.$=v[m-1];break;case 1:
|
|||
|
|
/*! Production:: expression : math_expression EOF */
|
|||
|
|
this.$=v[m-1];return v[m-1];break;case 2:
|
|||
|
|
/*! Production:: math_expression : CALC LPAREN math_expression RPAREN */
|
|||
|
|
this.$=v[m-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:v[m-1],left:v[m-2],right:v[m]};break;case 7:
|
|||
|
|
/*! Production:: math_expression : LPAREN math_expression RPAREN */
|
|||
|
|
this.$={type:"ParenthesizedExpression",content:v[m-1]};break;case 8:
|
|||
|
|
/*! Production:: math_expression : function */case 9:
|
|||
|
|
/*! Production:: math_expression : dimension */case 10:
|
|||
|
|
/*! Production:: math_expression : number */
|
|||
|
|
this.$=v[m];break;case 11:
|
|||
|
|
/*! Production:: function : FUNCTION */
|
|||
|
|
this.$={type:"Function",value:v[m]};break;case 12:
|
|||
|
|
/*! Production:: dimension : LENGTH */
|
|||
|
|
this.$={type:"LengthValue",value:parseFloat(v[m]),unit:/[a-z]+$/i.exec(v[m])[0]};break;case 13:
|
|||
|
|
/*! Production:: dimension : ANGLE */
|
|||
|
|
this.$={type:"AngleValue",value:parseFloat(v[m]),unit:/[a-z]+$/i.exec(v[m])[0]};break;case 14:
|
|||
|
|
/*! Production:: dimension : TIME */
|
|||
|
|
this.$={type:"TimeValue",value:parseFloat(v[m]),unit:/[a-z]+$/i.exec(v[m])[0]};break;case 15:
|
|||
|
|
/*! Production:: dimension : FREQ */
|
|||
|
|
this.$={type:"FrequencyValue",value:parseFloat(v[m]),unit:/[a-z]+$/i.exec(v[m])[0]};break;case 16:
|
|||
|
|
/*! Production:: dimension : RES */
|
|||
|
|
this.$={type:"ResolutionValue",value:parseFloat(v[m]),unit:/[a-z]+$/i.exec(v[m])[0]};break;case 17:
|
|||
|
|
/*! Production:: dimension : UNKNOWN_DIMENSION */
|
|||
|
|
this.$={type:"UnknownDimension",value:parseFloat(v[m]),unit:/[a-z]+$/i.exec(v[m])[0]};break;case 18:
|
|||
|
|
/*! Production:: dimension : EMS */
|
|||
|
|
this.$={type:"EmValue",value:parseFloat(v[m]),unit:"em"};break;case 19:
|
|||
|
|
/*! Production:: dimension : EXS */
|
|||
|
|
this.$={type:"ExValue",value:parseFloat(v[m]),unit:"ex"};break;case 20:
|
|||
|
|
/*! Production:: dimension : CHS */
|
|||
|
|
this.$={type:"ChValue",value:parseFloat(v[m]),unit:"ch"};break;case 21:
|
|||
|
|
/*! Production:: dimension : REMS */
|
|||
|
|
this.$={type:"RemValue",value:parseFloat(v[m]),unit:"rem"};break;case 22:
|
|||
|
|
/*! Production:: dimension : VHS */
|
|||
|
|
this.$={type:"VhValue",value:parseFloat(v[m]),unit:"vh"};break;case 23:
|
|||
|
|
/*! Production:: dimension : SVHS */
|
|||
|
|
this.$={type:"SvhValue",value:parseFloat(v[m]),unit:"svh"};break;case 24:
|
|||
|
|
/*! Production:: dimension : LVHS */
|
|||
|
|
this.$={type:"LvhValue",value:parseFloat(v[m]),unit:"lvh"};break;case 25:
|
|||
|
|
/*! Production:: dimension : DVHS */
|
|||
|
|
this.$={type:"DvhValue",value:parseFloat(v[m]),unit:"dvh"};break;case 26:
|
|||
|
|
/*! Production:: dimension : VWS */
|
|||
|
|
this.$={type:"VwValue",value:parseFloat(v[m]),unit:"vw"};break;case 27:
|
|||
|
|
/*! Production:: dimension : SVWS */
|
|||
|
|
this.$={type:"SvwValue",value:parseFloat(v[m]),unit:"svw"};break;case 28:
|
|||
|
|
/*! Production:: dimension : LVWS */
|
|||
|
|
this.$={type:"LvwValue",value:parseFloat(v[m]),unit:"lvw"};break;case 29:
|
|||
|
|
/*! Production:: dimension : DVWS */
|
|||
|
|
this.$={type:"DvwValue",value:parseFloat(v[m]),unit:"dvw"};break;case 30:
|
|||
|
|
/*! Production:: dimension : VMINS */
|
|||
|
|
this.$={type:"VminValue",value:parseFloat(v[m]),unit:"vmin"};break;case 31:
|
|||
|
|
/*! Production:: dimension : SVMINS */
|
|||
|
|
this.$={type:"SvminValue",value:parseFloat(v[m]),unit:"svmin"};break;case 32:
|
|||
|
|
/*! Production:: dimension : LVMINS */
|
|||
|
|
this.$={type:"LvminValue",value:parseFloat(v[m]),unit:"lvmin"};break;case 33:
|
|||
|
|
/*! Production:: dimension : DVMINS */
|
|||
|
|
this.$={type:"DvminValue",value:parseFloat(v[m]),unit:"dvmin"};break;case 34:
|
|||
|
|
/*! Production:: dimension : VMAXS */
|
|||
|
|
this.$={type:"VmaxValue",value:parseFloat(v[m]),unit:"vmax"};break;case 35:
|
|||
|
|
/*! Production:: dimension : SVMAXS */
|
|||
|
|
this.$={type:"SvmaxValue",value:parseFloat(v[m]),unit:"svmax"};break;case 36:
|
|||
|
|
/*! Production:: dimension : LVMAXS */
|
|||
|
|
this.$={type:"LvmaxValue",value:parseFloat(v[m]),unit:"lvmax"};break;case 37:
|
|||
|
|
/*! Production:: dimension : DVMAXS */
|
|||
|
|
this.$={type:"DvmaxValue",value:parseFloat(v[m]),unit:"dvmax"};break;case 38:
|
|||
|
|
/*! Production:: dimension : VBS */
|
|||
|
|
this.$={type:"VbValue",value:parseFloat(v[m]),unit:"vb"};break;case 39:
|
|||
|
|
/*! Production:: dimension : SVBS */
|
|||
|
|
this.$={type:"SvbValue",value:parseFloat(v[m]),unit:"svb"};break;case 40:
|
|||
|
|
/*! Production:: dimension : LVBS */
|
|||
|
|
this.$={type:"LvbValue",value:parseFloat(v[m]),unit:"lvb"};break;case 41:
|
|||
|
|
/*! Production:: dimension : DVBS */
|
|||
|
|
this.$={type:"DvbValue",value:parseFloat(v[m]),unit:"dvb"};break;case 42:
|
|||
|
|
/*! Production:: dimension : VIS */
|
|||
|
|
this.$={type:"VhValue",value:parseFloat(v[m]),unit:"vi"};break;case 43:
|
|||
|
|
/*! Production:: dimension : SVIS */
|
|||
|
|
this.$={type:"SvhValue",value:parseFloat(v[m]),unit:"svi"};break;case 44:
|
|||
|
|
/*! Production:: dimension : LVIS */
|
|||
|
|
this.$={type:"LvhValue",value:parseFloat(v[m]),unit:"lvi"};break;case 45:
|
|||
|
|
/*! Production:: dimension : DVIS */
|
|||
|
|
this.$={type:"DvhValue",value:parseFloat(v[m]),unit:"dvi"};break;case 46:
|
|||
|
|
/*! Production:: dimension : CQWS */
|
|||
|
|
this.$={type:"CqwValue",value:parseFloat(v[m]),unit:"cqw"};break;case 47:
|
|||
|
|
/*! Production:: dimension : CQHS */
|
|||
|
|
this.$={type:"CqhValue",value:parseFloat(v[m]),unit:"cqh"};break;case 48:
|
|||
|
|
/*! Production:: dimension : CQIS */
|
|||
|
|
this.$={type:"CqiValue",value:parseFloat(v[m]),unit:"cqi"};break;case 49:
|
|||
|
|
/*! Production:: dimension : CQBS */
|
|||
|
|
this.$={type:"CqbValue",value:parseFloat(v[m]),unit:"cqb"};break;case 50:
|
|||
|
|
/*! Production:: dimension : CQMINS */
|
|||
|
|
this.$={type:"CqminValue",value:parseFloat(v[m]),unit:"cqmin"};break;case 51:
|
|||
|
|
/*! Production:: dimension : CQMAXS */
|
|||
|
|
this.$={type:"CqmaxValue",value:parseFloat(v[m]),unit:"cqmax"};break;case 52:
|
|||
|
|
/*! Production:: dimension : PERCENTAGE */
|
|||
|
|
this.$={type:"PercentageValue",value:parseFloat(v[m]),unit:"%"};break;case 53:
|
|||
|
|
/*! Production:: dimension : ADD dimension */
|
|||
|
|
var k=v[m];this.$=k;break;case 54:
|
|||
|
|
/*! Production:: dimension : SUB dimension */
|
|||
|
|
var k=v[m];k.value*=-1;this.$=k;break;case 55:
|
|||
|
|
/*! Production:: number : NUMBER */case 56:
|
|||
|
|
/*! Production:: number : ADD NUMBER */
|
|||
|
|
this.$={type:"Number",value:parseFloat(v[m])};break;case 57:
|
|||
|
|
/*! Production:: number : SUB NUMBER */
|
|||
|
|
this.$={type:"Number",value:parseFloat(v[m])*-1};break}},table:bt({len:u([52,1,5,1,51,s,[0,45],45,45,0,0,s,[51,5],5,0,0,44,44,0,0,6,6,0,0,c,[11,3]]),symbol:u([3,4,6,7,s,[10,48,1],1,1,s,[6,4,1],4,c,[59,47],c,[58,4],6,7,c,[48,42],56,c,[45,45],c,[141,51],c,[51,204],s,[5,5,1],c,[305,43],c,[349,44],56,1,c,[94,5],c,[6,6],c,[5,5]]),type:u([s,[2,47],s,[0,5],1,s,[2,53],s,[0,4],c,[48,45],c,[45,89],c,[141,51],c,[51,207],c,[304,45],c,[44,18]]),state:u([1,2,5,6,7,59,c,[4,3],60,64,66,c,[6,3],67,c,[4,3],68,c,[4,3],69,c,[4,3],70,c,[22,5]]),mode:u([s,[1,514],s,[2,4],c,[6,8],s,[1,5]]),goto:u([3,4,50,51,s,[8,42,1],s,[52,7,1],c,[53,47],62,63,c,[44,41],61,c,[44,43],65,c,[135,47],c,[47,188],71,c,[376,4],c,[284,43],c,[43,43],s,[3,4],56,57,s,[4,4],56,57,72,c,[103,4]])}),defaultActions:bda({idx:u([s,[5,45,1],52,53,60,61,64,65,68,69,71,72]),goto:u([s,[8,45,1],55,1,53,56,54,57,5,6,7,2])}),parseError:function parseError(l,m,v){if(m.recoverable){if(typeof this.trace==="function"){this.trace(l)}m.destroy()}else{if(typeof this.trace==="function"){this.trace(l)}if(!v){v=this.JisonParserError}throw new v(l,m)}},parse:function parse(l){var m=this;var v=new Array(128);var y=new Array(128);var w=new Array(128);var _=this.table;var k=0;var S=0;var C=this.TERROR;var E=this.EOF;var O=this.options.errorRecoveryTokenDiscardCount|0||3;var P=[0,73];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 D;if(typeof assert!=="function"){D=function JisonAssert(l,m){if(!l){throw new Error("assertion failed: "+(m||"***"))}}}else{D=assert}this.yyGetSharedState=function yyGetSharedState(){return T};function shallow_copy_noclobber(l,m){for(var v in m){if(typeof l[v]==="undefined"&&Object.prototype.hasOwnProperty.call(m,v)){l[v]=m[v]}}}shallow_copy_noclobber(T,this.yy);T.lexer=L;T.parser=this;if(typeof T.parseError==="function"){this.parseError=function parseErrorAlt(l,m,v){if(!v){v=this.JisonParserError}return T.parseError.call(this,l,m,v)}}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,m,_){var S;if(m){var C;if(T.post_parse||this.post_parse){C=this.constructParseErrorInfo(null,null,null,false)}if(T.post_parse){S=T.post_parse.call(this,T,l,C);if(typeof S!=="undefined")l=S}if(this.post_parse){S=this.post_parse.call(this,T,l,C);if(typeof S!=="undefined")l=S}if(C&&C.destroy){C.destroy()}}if(this.__reentrant_call_depth>1)return l;if(L.cleanupAfterLex){L.cleanupAfterLex(_)}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;v.length=0;y.length=0;w.length=0;k=0;if(!_){for(var E=this.__error_infos.length-1;E>=0;E--){var O=this.__error_infos[E];if(O&&typeof O.destroy==="function"){O.destroy()}}this.__error_infos.length=0}return l};this.constructParseErrorInfo=function parser_constructParseErrorInfo(l,m,_,C){var E={errStr:l,exception:m,text:L.match,value:L.yytext,token:this.describeSymbol(S)||S,token_id:S,line:L.yylineno,expected:_,recoverable:C,state:A,action:q,new_state:B,symbol_stack:v,state_stack:y,value_stack:w,stack_pointer:k,yy:T,lexer:L,parser:this,destroy:function destructParseErrorInfo(){var l=!!this.recoverable;for(var m in this){if(this.hasOwnProperty(m)&&typeof m==="object"){this[m]=undefined}}this.recoverable=l}};this.__error_infos.push(E);return E};function getNonTerminalFromCode(l){var v=m.getSymbolName(l);if(!v){v=l}return v}function stdLex(){var l=L.lex();if(typeof l!=="number"){l=m.symbols_[l]||l}return l||E}function fastLex(){var l=L.fastLex();if(typeof l!=="number"){l=m.symbols_[l]||l}return l||E}var R=stdLex;var A,q,F,V;var $={$:true,_$:undefined,yy:T};var z;var U;var W;var B;var Q=false;try{this.__reentrant_call_depth++;L.setInput(l,T);if(typeof L.
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: \s+ */
|
|||
|
|
break;default:return this.simpleCaseActionClusters[m]}},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:25,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)svw\b */
|
|||
|
|
12:26,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)lvw\b */
|
|||
|
|
13:27,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)dvw\b */
|
|||
|
|
14:28,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)vh\b */
|
|||
|
|
15:21,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)svh\b */
|
|||
|
|
16:22,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)lvh\b */
|
|||
|
|
17:23,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)dvh\b */
|
|||
|
|
18:24,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)vmin\b */
|
|||
|
|
19:29,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)svmin\b */
|
|||
|
|
20:30,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)lvmin\b */
|
|||
|
|
21:31,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)dvmin\b */
|
|||
|
|
22:32,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)vmax\b */
|
|||
|
|
23:33,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)svmax\b */
|
|||
|
|
24:34,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)lvmax\b */
|
|||
|
|
25:35,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)dvmax\b */
|
|||
|
|
26:36,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)vb\b */
|
|||
|
|
27:37,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)svb\b */
|
|||
|
|
28:38,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)lvb\b */
|
|||
|
|
29:39,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)dvb\b */
|
|||
|
|
30:40,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)vi\b */
|
|||
|
|
31:41,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)svi\b */
|
|||
|
|
32:42,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)lvi\b */
|
|||
|
|
33:43,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)dvi\b */
|
|||
|
|
34:44,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)cqw\b */
|
|||
|
|
35:45,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)cqh\b */
|
|||
|
|
36:46,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)cqi\b */
|
|||
|
|
37:47,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)cqb\b */
|
|||
|
|
38:48,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)cqmin\b */
|
|||
|
|
39:49,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)cqmax\b */
|
|||
|
|
40:50,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)cm\b */
|
|||
|
|
41:11,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)mm\b */
|
|||
|
|
42:11,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)Q\b */
|
|||
|
|
43:11,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)in\b */
|
|||
|
|
44:11,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)pt\b */
|
|||
|
|
45:11,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)pc\b */
|
|||
|
|
46:11,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)px\b */
|
|||
|
|
47:11,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)deg\b */
|
|||
|
|
48:12,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)grad\b */
|
|||
|
|
49:12,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)rad\b */
|
|||
|
|
50:12,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)turn\b */
|
|||
|
|
51:12,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)s\b */
|
|||
|
|
52:13,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)ms\b */
|
|||
|
|
53:13,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)Hz\b */
|
|||
|
|
54:14,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)kHz\b */
|
|||
|
|
55:14,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)dpi\b */
|
|||
|
|
56:15,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)dpcm\b */
|
|||
|
|
57:15,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)dppx\b */
|
|||
|
|
58:15,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)% */
|
|||
|
|
59:51,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: (([0-9]+(\.[0-9]+)?|\.[0-9]+)(e(\+|-)[0-9]+)?)\b */
|
|||
|
|
60:52,
|
|||
|
|
/*! 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 */
|
|||
|
|
61:16,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: \( */
|
|||
|
|
62:4,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: \) */
|
|||
|
|
63:5,
|
|||
|
|
/*! Conditions:: INITIAL */
|
|||
|
|
/*! Rule:: $ */
|
|||
|
|
64: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+)?)svw\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)lvw\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)dvw\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)vh\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)svh\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)lvh\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)dvh\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)vmin\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)svmin\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)lvmin\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)dvmin\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)vmax\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)svmax\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)lvmax\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)dvmax\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)vb\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)svb\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)lvb\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)dvb\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)vi\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)svi\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)lvi\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)dvi\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)cqw\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)cqh\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)cqi\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)cqb\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)cqmin\b)/i,/^(?:((\d+(\.\d+)?|\.\d+)(e(\+|-)\d+)?)cqmax\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,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64],inclusive:true}}};return l}();l.lexer=m;function Parser(){this.yy={}}Parser.prototype=l;l.Parser=Parser;return new Parser}();if(true){m.parser=v;m.Parser=v.Parser;m.parse=function(){return v.parse.apply(v,arguments)}}},4868:(l,m,v)=>{"use strict";const{dirname:y}=v(1017);const w=v(4907);const{isSupported:_}=v(6615);const k=v(2045);const S=v(7685);function walk(l,m){l.nodes.forEach(((v,y)=>{const w=m(v,y,l);if(v.type==="function"&&w!==false){walk(v,m)}}))}const C=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,m){const v=k(l);walk(v,((l,v,y)=>{if(l.type==="function"){if(/^(rgb|hsl)a?$/i.test(l.value)){const{value:w}=l;l.value=S(k.stringify(l),m);l.type="word";const _=y.nodes[v+1];if(l.value!==w&&_&&(_.type==="wor
|