UNPKG

next

Version:

The React Framework

1 lines • 419 kB
(()=>{var e={7306:(e,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:true});function rgb2hue(e,r,t){var n=arguments.length>3&&arguments[3]!==undefined?arguments[3]:0;var o=rgb2value(e,r,t);var i=rgb2whiteness(e,r,t);var s=o-i;if(s){var a=o===e?(r-t)/s:o===r?(t-e)/s:(e-r)/s;var u=o===e?a<0?360/60:0/60:o===r?120/60:240/60;var l=(a+u)*60;return l}else{return n}}function hue2rgb(e,r,t){var n=t<0?t+360:t>360?t-360:t;var o=n*6<360?e+(r-e)*n/60:n*2<360?r:n*3<720?e+(r-e)*(240-n)/60:e;return o}function rgb2value(e,r,t){var n=Math.max(e,r,t);return n}function rgb2whiteness(e,r,t){var n=Math.min(e,r,t);return n}function matrix(e,r){return r.map((function(r){return r.reduce((function(r,t,n){return r+e[n]*t}),0)}))}var t=96.42;var n=100;var o=82.49;var i=Math.pow(6,3)/Math.pow(29,3);var s=Math.pow(29,3)/Math.pow(3,3);function rgb2hsl(e,r,t,n){var o=rgb2hue(e,r,t,n);var i=rgb2value(e,r,t);var s=rgb2whiteness(e,r,t);var a=i-s;var u=(i+s)/2;var l=a===0?0:a/(100-Math.abs(2*u-100))*100;return[o,l,u]}function hsl2rgb(e,r,t){var n=t<=50?t*(r+100)/100:t+r-t*r/100;var o=t*2-n;var i=[hue2rgb(o,n,e+120),hue2rgb(o,n,e),hue2rgb(o,n,e-120)],s=i[0],a=i[1],u=i[2];return[s,a,u]}var a=function(){function sliceIterator(e,r){var t=[];var n=true;var o=false;var i=undefined;try{for(var s=e[Symbol.iterator](),a;!(n=(a=s.next()).done);n=true){t.push(a.value);if(r&&t.length===r)break}}catch(e){o=true;i=e}finally{try{if(!n&&s["return"])s["return"]()}finally{if(o)throw i}}return t}return function(e,r){if(Array.isArray(e)){return e}else if(Symbol.iterator in Object(e)){return sliceIterator(e,r)}else{throw new TypeError("Invalid attempt to destructure non-iterable instance")}}}();function rgb2hwb(e,r,t,n){var o=rgb2hue(e,r,t,n);var i=rgb2whiteness(e,r,t);var s=rgb2value(e,r,t);var a=100-s;return[o,i,a]}function hwb2rgb(e,r,t,n){var o=hsl2rgb(e,100,50,n).map((function(e){return e*(100-r-t)/100+r})),i=a(o,3),s=i[0],u=i[1],l=i[2];return[s,u,l]}var u=function(){function sliceIterator(e,r){var t=[];var n=true;var o=false;var i=undefined;try{for(var s=e[Symbol.iterator](),a;!(n=(a=s.next()).done);n=true){t.push(a.value);if(r&&t.length===r)break}}catch(e){o=true;i=e}finally{try{if(!n&&s["return"])s["return"]()}finally{if(o)throw i}}return t}return function(e,r){if(Array.isArray(e)){return e}else if(Symbol.iterator in Object(e)){return sliceIterator(e,r)}else{throw new TypeError("Invalid attempt to destructure non-iterable instance")}}}();function rgb2hsv(e,r,t,n){var o=rgb2value(e,r,t);var i=rgb2whiteness(e,r,t);var s=rgb2hue(e,r,t,n);var a=o===i?0:(o-i)/o*100;return[s,a,o]}function hsv2rgb(e,r,t){var n=Math.floor(e/60);var o=e/60-n&1?e/60-n:1-e/60-n;var i=t*(100-r)/100;var s=t*(100-r*o)/100;var a=n===5?[t,i,s]:n===4?[s,i,t]:n===3?[i,s,t]:n===2?[i,t,s]:n===1?[s,t,i]:[t,s,i],l=u(a,3),c=l[0],p=l[1],d=l[2];return[c,p,d]}var l=function(){function sliceIterator(e,r){var t=[];var n=true;var o=false;var i=undefined;try{for(var s=e[Symbol.iterator](),a;!(n=(a=s.next()).done);n=true){t.push(a.value);if(r&&t.length===r)break}}catch(e){o=true;i=e}finally{try{if(!n&&s["return"])s["return"]()}finally{if(o)throw i}}return t}return function(e,r){if(Array.isArray(e)){return e}else if(Symbol.iterator in Object(e)){return sliceIterator(e,r)}else{throw new TypeError("Invalid attempt to destructure non-iterable instance")}}}();function rgb2xyz(e,r,t){var n=[e,r,t].map((function(e){return e>4.045?Math.pow((e+5.5)/105.5,2.4)*100:e/12.92})),o=l(n,3),i=o[0],s=o[1],a=o[2];var u=matrix([i,s,a],[[.4124564,.3575761,.1804375],[.2126729,.7151522,.072175],[.0193339,.119192,.9503041]]),c=l(u,3),p=c[0],d=c[1],h=c[2];return[p,d,h]}function xyz2rgb(e,r,t){var n=matrix([e,r,t],[[3.2404542,-1.5371385,-.4985314],[-.969266,1.8760108,.041556],[.0556434,-.2040259,1.0572252]]),o=l(n,3),i=o[0],s=o[1],a=o[2];var u=[i,s,a].map((function(e){return e>.31308?1.055*Math.pow(e/100,1/2.4)*100-5.5:12.92*e})),c=l(u,3),p=c[0],d=c[1],h=c[2];return[p,d,h]}function hsl2hsv(e,r,t){var n=r*(t<50?t:100-t)/100;var o=n===0?0:2*n/(t+n)*100;var i=t+n;return[e,o,i]}function hsv2hsl(e,r,t){var n=(200-r)*t/100;var o=n===0||n===200?0:r*t/100/(n<=100?n:200-n)*100,i=n*5/10;return[e,o,i]}function hwb2hsv(e,r,t){var n=e,o=t===100?0:100-r/(100-t)*100,i=100-t;return[n,o,i]}function hsv2hwb(e,r,t){var n=e,o=(100-r)*t/100,i=100-t;return[n,o,i]}var c=function(){function sliceIterator(e,r){var t=[];var n=true;var o=false;var i=undefined;try{for(var s=e[Symbol.iterator](),a;!(n=(a=s.next()).done);n=true){t.push(a.value);if(r&&t.length===r)break}}catch(e){o=true;i=e}finally{try{if(!n&&s["return"])s["return"]()}finally{if(o)throw i}}return t}return function(e,r){if(Array.isArray(e)){return e}else if(Symbol.iterator in Object(e)){return sliceIterator(e,r)}else{throw new TypeError("Invalid attempt to destructure non-iterable instance")}}}();function lab2xyz(e,r,a){var u=(e+16)/116;var l=r/500+u;var p=u-a/200;var d=Math.pow(l,3)>i?Math.pow(l,3):(116*l-16)/s,h=e>s*i?Math.pow((e+16)/116,3):e/s,v=Math.pow(p,3)>i?Math.pow(p,3):(116*p-16)/s;var b=matrix([d*t,h*n,v*o],[[.9555766,-.0230393,.0631636],[-.0282895,1.0099416,.0210077],[.0122982,-.020483,1.3299098]]),m=c(b,3),g=m[0],y=m[1],w=m[2];return[g,y,w]}function xyz2lab(e,r,a){var u=matrix([e,r,a],[[1.0478112,.0228866,-.050127],[.0295424,.9904844,-.0170491],[-.0092345,.0150436,.7521316]]),l=c(u,3),p=l[0],d=l[1],h=l[2];var v=[p/t,d/n,h/o].map((function(e){return e>i?Math.cbrt(e):(s*e+16)/116})),b=c(v,3),m=b[0],g=b[1],y=b[2];var w=116*g-16,x=500*(m-g),_=200*(g-y);return[w,x,_]}function lab2lch(e,r,t){var n=[Math.sqrt(Math.pow(r,2)+Math.pow(t,2)),Math.atan2(t,r)*180/Math.PI],o=n[0],i=n[1];return[e,o,i]}function lch2lab(e,r,t){var n=r*Math.cos(t*Math.PI/180),o=r*Math.sin(t*Math.PI/180);return[e,n,o]}var p=function(){function sliceIterator(e,r){var t=[];var n=true;var o=false;var i=undefined;try{for(var s=e[Symbol.iterator](),a;!(n=(a=s.next()).done);n=true){t.push(a.value);if(r&&t.length===r)break}}catch(e){o=true;i=e}finally{try{if(!n&&s["return"])s["return"]()}finally{if(o)throw i}}return t}return function(e,r){if(Array.isArray(e)){return e}else if(Symbol.iterator in Object(e)){return sliceIterator(e,r)}else{throw new TypeError("Invalid attempt to destructure non-iterable instance")}}}();function rgb2lab(e,r,t){var n=rgb2xyz(e,r,t),o=p(n,3),i=o[0],s=o[1],a=o[2];var u=xyz2lab(i,s,a),l=p(u,3),c=l[0],d=l[1],h=l[2];return[c,d,h]}function lab2rgb(e,r,t){var n=lab2xyz(e,r,t),o=p(n,3),i=o[0],s=o[1],a=o[2];var u=xyz2rgb(i,s,a),l=p(u,3),c=l[0],d=l[1],h=l[2];return[c,d,h]}function rgb2lch(e,r,t){var n=rgb2xyz(e,r,t),o=p(n,3),i=o[0],s=o[1],a=o[2];var u=xyz2lab(i,s,a),l=p(u,3),c=l[0],d=l[1],h=l[2];var v=lab2lch(c,d,h),b=p(v,3),m=b[0],g=b[1],y=b[2];return[m,g,y]}function lch2rgb(e,r,t){var n=lch2lab(e,r,t),o=p(n,3),i=o[0],s=o[1],a=o[2];var u=lab2xyz(i,s,a),l=p(u,3),c=l[0],d=l[1],h=l[2];var v=xyz2rgb(c,d,h),b=p(v,3),m=b[0],g=b[1],y=b[2];return[m,g,y]}function hwb2hsl(e,r,t){var n=hwb2hsv(e,r,t),o=p(n,3),i=o[0],s=o[1],a=o[2];var u=hsv2hsl(i,s,a),l=p(u,3),c=l[0],d=l[1],h=l[2];return[c,d,h]}function hsl2hwb(e,r,t){var n=hsl2hsv(e,r,t),o=p(n,3),i=o[1],s=o[2];var a=hsv2hwb(e,i,s),u=p(a,3),l=u[1],c=u[2];return[e,l,c]}function hsl2lab(e,r,t){var n=hsl2rgb(e,r,t),o=p(n,3),i=o[0],s=o[1],a=o[2];var u=rgb2xyz(i,s,a),l=p(u,3),c=l[0],d=l[1],h=l[2];var v=xyz2lab(c,d,h),b=p(v,3),m=b[0],g=b[1],y=b[2];return[m,g,y]}function lab2hsl(e,r,t,n){var o=lab2xyz(e,r,t),i=p(o,3),s=i[0],a=i[1],u=i[2];var l=xyz2rgb(s,a,u),c=p(l,3),d=c[0],h=c[1],v=c[2];var b=rgb2hsl(d,h,v,n),m=p(b,3),g=m[0],y=m[1],w=m[2];return[g,y,w]}function hsl2lch(e,r,t){var n=hsl2rgb(e,r,t),o=p(n,3),i=o[0],s=o[1],a=o[2];var u=rgb2xyz(i,s,a),l=p(u,3),c=l[0],d=l[1],h=l[2];var v=xyz2lab(c,d,h),b=p(v,3),m=b[0],g=b[1],y=b[2];var w=lab2lch(m,g,y),x=p(w,3),_=x[0],k=x[1],S=x[2];return[_,k,S]}function lch2hsl(e,r,t,n){var o=lch2lab(e,r,t),i=p(o,3),s=i[0],a=i[1],u=i[2];var l=lab2xyz(s,a,u),c=p(l,3),d=c[0],h=c[1],v=c[2];var b=xyz2rgb(d,h,v),m=p(b,3),g=m[0],y=m[1],w=m[2];var x=rgb2hsl(g,y,w,n),_=p(x,3),k=_[0],S=_[1],O=_[2];return[k,S,O]}function hsl2xyz(e,r,t){var n=hsl2rgb(e,r,t),o=p(n,3),i=o[0],s=o[1],a=o[2];var u=rgb2xyz(i,s,a),l=p(u,3),c=l[0],d=l[1],h=l[2];return[c,d,h]}function xyz2hsl(e,r,t,n){var o=xyz2rgb(e,r,t),i=p(o,3),s=i[0],a=i[1],u=i[2];var l=rgb2hsl(s,a,u,n),c=p(l,3),d=c[0],h=c[1],v=c[2];return[d,h,v]}function hwb2lab(e,r,t){var n=hwb2rgb(e,r,t),o=p(n,3),i=o[0],s=o[1],a=o[2];var u=rgb2xyz(i,s,a),l=p(u,3),c=l[0],d=l[1],h=l[2];var v=xyz2lab(c,d,h),b=p(v,3),m=b[0],g=b[1],y=b[2];return[m,g,y]}function lab2hwb(e,r,t,n){var o=lab2xyz(e,r,t),i=p(o,3),s=i[0],a=i[1],u=i[2];var l=xyz2rgb(s,a,u),c=p(l,3),d=c[0],h=c[1],v=c[2];var b=rgb2hwb(d,h,v,n),m=p(b,3),g=m[0],y=m[1],w=m[2];return[g,y,w]}function hwb2lch(e,r,t){var n=hwb2rgb(e,r,t),o=p(n,3),i=o[0],s=o[1],a=o[2];var u=rgb2xyz(i,s,a),l=p(u,3),c=l[0],d=l[1],h=l[2];var v=xyz2lab(c,d,h),b=p(v,3),m=b[0],g=b[1],y=b[2];var w=lab2lch(m,g,y),x=p(w,3),_=x[0],k=x[1],S=x[2];return[_,k,S]}function lch2hwb(e,r,t,n){var o=lch2lab(e,r,t),i=p(o,3),s=i[0],a=i[1],u=i[2];var l=lab2xyz(s,a,u),c=p(l,3),d=c[0],h=c[1],v=c[2];var b=xyz2rgb(d,h,v),m=p(b,3),g=m[0],y=m[1],w=m[2];var x=rgb2hwb(g,y,w,n),_=p(x,3),k=_[0],S=_[1],O=_[2];return[k,S,O]}function hwb2xyz(e,r,t){var n=hwb2rgb(e,r,t),o=p(n,3),i=o[0],s=o[1],a=o[2];var u=rgb2xyz(i,s,a),l=p(u,3),c=l[0],d=l[1],h=l[2];return[c,d,h]}function xyz2hwb(e,r,t,n){var o=xyz2rgb(e,r,t),i=p(o,3),s=i[0],a=i[1],u=i[2];var l=rgb2hwb(s,a,u,n),c=p(l,3),d=c[0],h=c[1],v=c[2];return[d,h,v]}function hsv2lab(e,r,t){var n=hsv2rgb(e,r,t),o=p(n,3),i=o[0],s=o[1],a=o[2];var u=rgb2xyz(i,s,a),l=p(u,3),c=l[0],d=l[1],h=l[2];var v=xyz2lab(c,d,h),b=p(v,3),m=b[0],g=b[1],y=b[2];return[m,g,y]}function lab2hsv(e,r,t,n){var o=lab2xyz(e,r,t),i=p(o,3),s=i[0],a=i[1],u=i[2];var l=xyz2rgb(s,a,u),c=p(l,3),d=c[0],h=c[1],v=c[2];var b=rgb2hsv(d,h,v,n),m=p(b,3),g=m[0],y=m[1],w=m[2];return[g,y,w]}function hsv2lch(e,r,t){var n=hsv2rgb(e,r,t),o=p(n,3),i=o[0],s=o[1],a=o[2];var u=rgb2xyz(i,s,a),l=p(u,3),c=l[0],d=l[1],h=l[2];var v=xyz2lab(c,d,h),b=p(v,3),m=b[0],g=b[1],y=b[2];var w=lab2lch(m,g,y),x=p(w,3),_=x[0],k=x[1],S=x[2];return[_,k,S]}function lch2hsv(e,r,t,n){var o=lch2lab(e,r,t),i=p(o,3),s=i[0],a=i[1],u=i[2];var l=lab2xyz(s,a,u),c=p(l,3),d=c[0],h=c[1],v=c[2];var b=xyz2rgb(d,h,v),m=p(b,3),g=m[0],y=m[1],w=m[2];var x=rgb2hsv(g,y,w,n),_=p(x,3),k=_[0],S=_[1],O=_[2];return[k,S,O]}function hsv2xyz(e,r,t){var n=hsv2rgb(e,r,t),o=p(n,3),i=o[0],s=o[1],a=o[2];var u=rgb2xyz(i,s,a),l=p(u,3),c=l[0],d=l[1],h=l[2];return[c,d,h]}function xyz2hsv(e,r,t,n){var o=xyz2rgb(e,r,t),i=p(o,3),s=i[0],a=i[1],u=i[2];var l=rgb2hsv(s,a,u,n),c=p(l,3),d=c[0],h=c[1],v=c[2];return[d,h,v]}function xyz2lch(e,r,t){var n=xyz2lab(e,r,t),o=p(n,3),i=o[0],s=o[1],a=o[2];var u=lab2lch(i,s,a),l=p(u,3),c=l[0],d=l[1],h=l[2];return[c,d,h]}function lch2xyz(e,r,t){var n=lch2lab(e,r,t),o=p(n,3),i=o[0],s=o[1],a=o[2];var u=lab2xyz(i,s,a),l=p(u,3),c=l[0],d=l[1],h=l[2];return[c,d,h]}var d={rgb2hsl:rgb2hsl,rgb2hwb:rgb2hwb,rgb2lab:rgb2lab,rgb2lch:rgb2lch,rgb2hsv:rgb2hsv,rgb2xyz:rgb2xyz,hsl2rgb:hsl2rgb,hsl2hwb:hsl2hwb,hsl2lab:hsl2lab,hsl2lch:hsl2lch,hsl2hsv:hsl2hsv,hsl2xyz:hsl2xyz,hwb2rgb:hwb2rgb,hwb2hsl:hwb2hsl,hwb2lab:hwb2lab,hwb2lch:hwb2lch,hwb2hsv:hwb2hsv,hwb2xyz:hwb2xyz,lab2rgb:lab2rgb,lab2hsl:lab2hsl,lab2hwb:lab2hwb,lab2lch:lab2lch,lab2hsv:lab2hsv,lab2xyz:lab2xyz,lch2rgb:lch2rgb,lch2hsl:lch2hsl,lch2hwb:lch2hwb,lch2lab:lch2lab,lch2hsv:lch2hsv,lch2xyz:lch2xyz,hsv2rgb:hsv2rgb,hsv2hsl:hsv2hsl,hsv2hwb:hsv2hwb,hsv2lab:hsv2lab,hsv2lch:hsv2lch,hsv2xyz:hsv2xyz,xyz2rgb:xyz2rgb,xyz2hsl:xyz2hsl,xyz2hwb:xyz2hwb,xyz2lab:xyz2lab,xyz2lch:xyz2lch,xyz2hsv:xyz2hsv,rgb2hue:rgb2hue};r.rgb2hsl=rgb2hsl;r.rgb2hwb=rgb2hwb;r.rgb2lab=rgb2lab;r.rgb2lch=rgb2lch;r.rgb2hsv=rgb2hsv;r.rgb2xyz=rgb2xyz;r.hsl2rgb=hsl2rgb;r.hsl2hwb=hsl2hwb;r.hsl2lab=hsl2lab;r.hsl2lch=hsl2lch;r.hsl2hsv=hsl2hsv;r.hsl2xyz=hsl2xyz;r.hwb2rgb=hwb2rgb;r.hwb2hsl=hwb2hsl;r.hwb2lab=hwb2lab;r.hwb2lch=hwb2lch;r.hwb2hsv=hwb2hsv;r.hwb2xyz=hwb2xyz;r.lab2rgb=lab2rgb;r.lab2hsl=lab2hsl;r.lab2hwb=lab2hwb;r.lab2lch=lab2lch;r.lab2hsv=lab2hsv;r.lab2xyz=lab2xyz;r.lch2rgb=lch2rgb;r.lch2hsl=lch2hsl;r.lch2hwb=lch2hwb;r.lch2lab=lch2lab;r.lch2hsv=lch2hsv;r.lch2xyz=lch2xyz;r.hsv2rgb=hsv2rgb;r.hsv2hsl=hsv2hsl;r.hsv2hwb=hsv2hwb;r.hsv2lab=hsv2lab;r.hsv2lch=hsv2lch;r.hsv2xyz=hsv2xyz;r.xyz2rgb=xyz2rgb;r.xyz2hsl=xyz2hsl;r.xyz2hwb=xyz2hwb;r.xyz2lab=xyz2lab;r.xyz2lch=xyz2lch;r.xyz2hsv=xyz2hsv;r.rgb2hue=rgb2hue;r["default"]=d},8950:(e,r,t)=>{"use strict";var n=t(9613).feature;function browsersSort(e,r){e=e.split(" ");r=r.split(" ");if(e[0]>r[0]){return 1}else if(e[0]<r[0]){return-1}else{return Math.sign(parseFloat(e[1])-parseFloat(r[1]))}}function f(e,r,t){e=n(e);if(!t){var o=[r,{}];t=o[0];r=o[1]}var i=r.match||/\sx($|\s)/;var s=[];for(var a in e.stats){var u=e.stats[a];for(var l in u){var c=u[l];if(c.match(i)){s.push(a+" "+l)}}}t(s.sort(browsersSort))}var o={};function prefix(e,r){for(var t=e,n=Array.isArray(t),i=0,t=n?t:t[Symbol.iterator]();;){var s;if(n){if(i>=t.length)break;s=t[i++]}else{i=t.next();if(i.done)break;s=i.value}var a=s;o[a]=Object.assign({},r)}}function add(e,r){for(var t=e,n=Array.isArray(t),i=0,t=n?t:t[Symbol.iterator]();;){var s;if(n){if(i>=t.length)break;s=t[i++]}else{i=t.next();if(i.done)break;s=i.value}var a=s;o[a].browsers=o[a].browsers.concat(r.browsers).sort(browsersSort)}}e.exports=o;f(t(2861),(function(e){return prefix(["border-radius","border-top-left-radius","border-top-right-radius","border-bottom-right-radius","border-bottom-left-radius"],{mistakes:["-khtml-","-ms-","-o-"],feature:"border-radius",browsers:e})}));f(t(2194),(function(e){return prefix(["box-shadow"],{mistakes:["-khtml-"],feature:"css-boxshadow",browsers:e})}));f(t(354),(function(e){return prefix(["animation","animation-name","animation-duration","animation-delay","animation-direction","animation-fill-mode","animation-iteration-count","animation-play-state","animation-timing-function","@keyframes"],{mistakes:["-khtml-","-ms-"],feature:"css-animation",browsers:e})}));f(t(40),(function(e){return prefix(["transition","transition-property","transition-duration","transition-delay","transition-timing-function"],{mistakes:["-khtml-","-ms-"],browsers:e,feature:"css-transitions"})}));f(t(4602),(function(e){return prefix(["transform","transform-origin"],{feature:"transforms2d",browsers:e})}));var i=t(2866);f(i,(function(e){prefix(["perspective","perspective-origin"],{feature:"transforms3d",browsers:e});return prefix(["transform-style"],{mistakes:["-ms-","-o-"],browsers:e,feature:"transforms3d"})}));f(i,{match:/y\sx|y\s#2/},(function(e){return prefix(["backface-visibility"],{mistakes:["-ms-","-o-"],feature:"transforms3d",browsers:e})}));var s=t(2571);f(s,{match:/y\sx/},(function(e){return prefix(["linear-gradient","repeating-linear-gradient","radial-gradient","repeating-radial-gradient"],{props:["background","background-image","border-image","mask","list-style","list-style-image","content","mask-image"],mistakes:["-ms-"],feature:"css-gradients",browsers:e})}));f(s,{match:/a\sx/},(function(e){e=e.map((function(e){if(/firefox|op/.test(e)){return e}else{return e+" old"}}));return add(["linear-gradient","repeating-linear-gradient","radial-gradient","repeating-radial-gradient"],{feature:"css-gradients",browsers:e})}));f(t(6597),(function(e){return prefix(["box-sizing"],{feature:"css3-boxsizing",browsers:e})}));f(t(3882),(function(e){return prefix(["filter"],{feature:"css-filters",browsers:e})}));f(t(1545),(function(e){return prefix(["filter-function"],{props:["background","background-image","border-image","mask","list-style","list-style-image","content","mask-image"],feature:"css-filter-function",browsers:e})}));var a=t(3166);f(a,{match:/y\sx|y\s#2/},(function(e){return prefix(["backdrop-filter"],{feature:"css-backdrop-filter",browsers:e})}));f(t(7801),(function(e){return prefix(["element"],{props:["background","background-image","border-image","mask","list-style","list-style-image","content","mask-image"],feature:"css-element-function",browsers:e})}));f(t(7809),(function(e){prefix(["columns","column-width","column-gap","column-rule","column-rule-color","column-rule-width","column-count","column-rule-style","column-span","column-fill"],{feature:"multicolumn",browsers:e});var r=e.filter((function(e){return!/firefox/.test(e)}));prefix(["break-before","break-after","break-inside"],{feature:"multicolumn",browsers:r})}));f(t(9474),(function(e){return prefix(["user-select"],{mistakes:["-khtml-"],feature:"user-select-none",browsers:e})}));var u=t(4618);f(u,{match:/a\sx/},(function(e){e=e.map((function(e){if(/ie|firefox/.test(e)){return e}else{return e+" 2009"}}));prefix(["display-flex","inline-flex"],{props:["display"],feature:"flexbox",browsers:e});prefix(["flex","flex-grow","flex-shrink","flex-basis"],{feature:"flexbox",browsers:e});prefix(["flex-direction","flex-wrap","flex-flow","justify-content","order","align-items","align-self","align-content"],{feature:"flexbox",browsers:e})}));f(u,{match:/y\sx/},(function(e){add(["display-flex","inline-flex"],{feature:"flexbox",browsers:e});add(["flex","flex-grow","flex-shrink","flex-basis"],{feature:"flexbox",browsers:e});add(["flex-direction","flex-wrap","flex-flow","justify-content","order","align-items","align-self","align-content"],{feature:"flexbox",browsers:e})}));f(t(3098),(function(e){return prefix(["calc"],{props:["*"],feature:"calc",browsers:e})}));f(t(1188),(function(e){return prefix(["background-origin","background-size"],{feature:"background-img-opts",browsers:e})}));f(t(5591),(function(e){return prefix(["background-clip"],{feature:"background-clip-text",browsers:e})}));f(t(1328),(function(e){return prefix(["font-feature-settings","font-variant-ligatures","font-language-override"],{feature:"font-feature",browsers:e})}));f(t(3944),(function(e){return prefix(["font-kerning"],{feature:"font-kerning",browsers:e})}));f(t(7097),(function(e){return prefix(["border-image"],{feature:"border-image",browsers:e})}));f(t(4822),(function(e){return prefix(["::selection"],{selector:true,feature:"css-selection",browsers:e})}));f(t(6215),(function(e){prefix(["::placeholder"],{selector:true,feature:"css-placeholder",browsers:e.concat(["ie 10 old","ie 11 old","firefox 18 old"])})}));f(t(5197),(function(e){return prefix(["hyphens"],{feature:"css-hyphens",browsers:e})}));var l=t(7766);f(l,(function(e){return prefix([":fullscreen"],{selector:true,feature:"fullscreen",browsers:e})}));f(l,{match:/x(\s#2|$)/},(function(e){return prefix(["::backdrop"],{selector:true,feature:"fullscreen",browsers:e})}));f(t(3247),(function(e){return prefix(["tab-size"],{feature:"css3-tabsize",browsers:e})}));var c=t(5691);var p=["width","min-width","max-width","height","min-height","max-height","inline-size","min-inline-size","max-inline-size","block-size","min-block-size","max-block-size","grid","grid-template","grid-template-rows","grid-template-columns","grid-auto-columns","grid-auto-rows"];f(c,(function(e){return prefix(["max-content","min-content"],{props:p,feature:"intrinsic-width",browsers:e})}));f(c,{match:/x|\s#4/},(function(e){return prefix(["fill","fill-available","stretch"],{props:p,feature:"intrinsic-width",browsers:e})}));f(c,{match:/x|\s#5/},(function(e){return prefix(["fit-content"],{props:p,feature:"intrinsic-width",browsers:e})}));f(t(8265),(function(e){return prefix(["zoom-in","zoom-out"],{props:["cursor"],feature:"css3-cursors-newer",browsers:e})}));f(t(2983),(function(e){return prefix(["grab","grabbing"],{props:["cursor"],feature:"css3-cursors-grab",browsers:e})}));f(t(8235),(function(e){return prefix(["sticky"],{props:["position"],feature:"css-sticky",browsers:e})}));f(t(1014),(function(e){return prefix(["touch-action"],{feature:"pointer",browsers:e})}));var d=t(134);f(d,(function(e){return prefix(["text-decoration-style","text-decoration-color","text-decoration-line","text-decoration"],{feature:"text-decoration",browsers:e})}));f(d,{match:/x.*#[235]/},(function(e){return prefix(["text-decoration-skip","text-decoration-skip-ink"],{feature:"text-decoration",browsers:e})}));f(t(744),(function(e){return prefix(["text-size-adjust"],{feature:"text-size-adjust",browsers:e})}));f(t(6649),(function(e){prefix(["mask-clip","mask-composite","mask-image","mask-origin","mask-repeat","mask-border-repeat","mask-border-source"],{feature:"css-masks",browsers:e});prefix(["mask","mask-position","mask-size","mask-border","mask-border-outset","mask-border-width","mask-border-slice"],{feature:"css-masks",browsers:e})}));f(t(9205),(function(e){return prefix(["clip-path"],{feature:"css-clip-path",browsers:e})}));f(t(6781),(function(e){return prefix(["box-decoration-break"],{feature:"css-boxdecorationbreak",browsers:e})}));f(t(1480),(function(e){return prefix(["object-fit","object-position"],{feature:"object-fit",browsers:e})}));f(t(5460),(function(e){return prefix(["shape-margin","shape-outside","shape-image-threshold"],{feature:"css-shapes",browsers:e})}));f(t(7806),(function(e){return prefix(["text-overflow"],{feature:"text-overflow",browsers:e})}));f(t(3504),(function(e){return prefix(["@viewport"],{feature:"css-deviceadaptation",browsers:e})}));var h=t(8181);f(h,{match:/( x($| )|a #2)/},(function(e){return prefix(["@resolution"],{feature:"css-media-resolution",browsers:e})}));f(t(2807),(function(e){return prefix(["text-align-last"],{feature:"css-text-align-last",browsers:e})}));var v=t(8995);f(v,{match:/y x|a x #1/},(function(e){return prefix(["pixelated"],{props:["image-rendering"],feature:"css-crisp-edges",browsers:e})}));f(v,{match:/a x #2/},(function(e){return prefix(["image-rendering"],{feature:"css-crisp-edges",browsers:e})}));var b=t(7395);f(b,(function(e){return prefix(["border-inline-start","border-inline-end","margin-inline-start","margin-inline-end","padding-inline-start","padding-inline-end"],{feature:"css-logical-props",browsers:e})}));f(b,{match:/x\s#2/},(function(e){return prefix(["border-block-start","border-block-end","margin-block-start","margin-block-end","padding-block-start","padding-block-end"],{feature:"css-logical-props",browsers:e})}));var m=t(4773);f(m,{match:/#2|x/},(function(e){return prefix(["appearance"],{feature:"css-appearance",browsers:e})}));f(t(1340),(function(e){return prefix(["scroll-snap-type","scroll-snap-coordinate","scroll-snap-destination","scroll-snap-points-x","scroll-snap-points-y"],{feature:"css-snappoints",browsers:e})}));f(t(1949),(function(e){return prefix(["flow-into","flow-from","region-fragment"],{feature:"css-regions",browsers:e})}));f(t(2237),(function(e){return prefix(["image-set"],{props:["background","background-image","border-image","cursor","mask","mask-image","list-style","list-style-image","content"],feature:"css-image-set",browsers:e})}));var g=t(2298);f(g,{match:/a|x/},(function(e){return prefix(["writing-mode"],{feature:"css-writing-mode",browsers:e})}));f(t(8786),(function(e){return prefix(["cross-fade"],{props:["background","background-image","border-image","mask","list-style","list-style-image","content","mask-image"],feature:"css-cross-fade",browsers:e})}));f(t(2478),(function(e){return prefix([":read-only",":read-write"],{selector:true,feature:"css-read-only-write",browsers:e})}));f(t(5514),(function(e){return prefix(["text-emphasis","text-emphasis-position","text-emphasis-style","text-emphasis-color"],{feature:"text-emphasis",browsers:e})}));var y=t(6554);f(y,(function(e){prefix(["display-grid","inline-grid"],{props:["display"],feature:"css-grid",browsers:e});prefix(["grid-template-columns","grid-template-rows","grid-row-start","grid-column-start","grid-row-end","grid-column-end","grid-row","grid-column","grid-area","grid-template","grid-template-areas","place-self"],{feature:"css-grid",browsers:e})}));f(y,{match:/a x/},(function(e){return prefix(["grid-column-align","grid-row-align"],{feature:"css-grid",browsers:e})}));f(t(9290),(function(e){return prefix(["text-spacing"],{feature:"css-text-spacing",browsers:e})}));f(t(9323),(function(e){return prefix([":any-link"],{selector:true,feature:"css-any-link",browsers:e})}));var w=t(7511);f(w,(function(e){return prefix(["isolate"],{props:["unicode-bidi"],feature:"css-unicode-bidi",browsers:e})}));f(w,{match:/y x|a x #2/},(function(e){return prefix(["plaintext"],{props:["unicode-bidi"],feature:"css-unicode-bidi",browsers:e})}));f(w,{match:/y x/},(function(e){return prefix(["isolate-override"],{props:["unicode-bidi"],feature:"css-unicode-bidi",browsers:e})}));var x=t(3898);f(x,{match:/a #1/},(function(e){return prefix(["overscroll-behavior"],{feature:"css-overscroll-behavior",browsers:e})}));f(t(2834),(function(e){return prefix(["color-adjust"],{feature:"css-color-adjust",browsers:e})}));f(t(4838),(function(e){return prefix(["text-orientation"],{feature:"css-text-orientation",browsers:e})}))},9949:(e,r,t)=>{"use strict";function _defaults(e,r){var t=Object.getOwnPropertyNames(r);for(var n=0;n<t.length;n++){var o=t[n];var i=Object.getOwnPropertyDescriptor(r,o);if(i&&i.configurable&&e[o]===undefined){Object.defineProperty(e,o,i)}}return e}function _inheritsLoose(e,r){e.prototype=Object.create(r.prototype);e.prototype.constructor=e;_defaults(e,r)}var n=t(1171);var o=function(e){_inheritsLoose(AtRule,e);function AtRule(){return e.apply(this,arguments)||this}var r=AtRule.prototype;r.add=function add(e,r){var t=r+e.name;var n=e.parent.some((function(r){return r.name===t&&r.params===e.params}));if(n){return undefined}var o=this.clone(e,{name:t});return e.parent.insertBefore(e,o)};r.process=function process(e){var r=this.parentPrefix(e);for(var t=this.prefixes,n=Array.isArray(t),o=0,t=n?t:t[Symbol.iterator]();;){var i;if(n){if(o>=t.length)break;i=t[o++]}else{o=t.next();if(o.done)break;i=o.value}var s=i;if(!r||r===s){this.add(e,s)}}};return AtRule}(n);e.exports=o},9945:(e,r,t)=>{"use strict";var n=t(4907);var o=t(977);var i=t(9613).agents;var s=t(8542);var a=t(2200);var u=t(8774);var l=t(8950);var c=t(4393);var p="\n"+" Replace Autoprefixer `browsers` option to Browserslist config.\n"+" Use `browserslist` key in `package.json` or `.browserslistrc` file.\n"+"\n"+" Using `browsers` option can cause errors. Browserslist config \n"+" can be used for Babel, Autoprefixer, postcss-normalize and other tools.\n"+"\n"+" If you really need to use option, rename it to `overrideBrowserslist`.\n"+"\n"+" Learn more at:\n"+" https://github.com/browserslist/browserslist#readme\n"+" https://twitter.com/browserslist\n"+"\n";function isPlainObject(e){return Object.prototype.toString.apply(e)==="[object Object]"}var d={};function timeCapsule(e,r){if(r.browsers.selected.length===0){return}if(r.add.selectors.length>0){return}if(Object.keys(r.add).length>2){return}e.warn("Greetings, time traveller. "+"We are in the golden age of prefix-less CSS, "+"where Autoprefixer is no longer needed for your stylesheet.")}e.exports=o.plugin("autoprefixer",(function(){for(var r=arguments.length,t=new Array(r),n=0;n<r;n++){t[n]=arguments[n]}var o;if(t.length===1&&isPlainObject(t[0])){o=t[0];t=undefined}else if(t.length===0||t.length===1&&!t[0]){t=undefined}else if(t.length<=2&&(Array.isArray(t[0])||!t[0])){o=t[1];t=t[0]}else if(typeof t[t.length-1]==="object"){o=t.pop()}if(!o){o={}}if(o.browser){throw new Error("Change `browser` option to `overrideBrowserslist` in Autoprefixer")}else if(o.browserslist){throw new Error("Change `browserslist` option to `overrideBrowserslist` in Autoprefixer")}if(o.overrideBrowserslist){t=o.overrideBrowserslist}else if(o.browsers){if(typeof console!=="undefined"&&console.warn){if(s&&s.red){console.warn(s.red(p.replace(/`[^`]+`/g,(function(e){return s.yellow(e.slice(1,-1))}))))}else{console.warn(p)}}t=o.browsers}var i={ignoreUnknownVersions:o.ignoreUnknownVersions,stats:o.stats};function loadPrefixes(r){var n=e.exports.data;var s=new a(n.browsers,t,r,i);var l=s.selected.join(", ")+JSON.stringify(o);if(!d[l]){d[l]=new u(n.prefixes,s,o)}return d[l]}function plugin(e,r){var t=loadPrefixes({from:e.source&&e.source.input.file,env:o.env});timeCapsule(r,t);if(o.remove!==false){t.processor.remove(e,r)}if(o.add!==false){t.processor.add(e,r)}}plugin.options=o;plugin.browsers=t;plugin.info=function(e){e=e||{};e.from=e.from||process.cwd();return c(loadPrefixes(e))};return plugin}));e.exports.data={browsers:i,prefixes:l};e.exports.defaults=n.defaults;e.exports.info=function(){return e.exports().info()}},4408:e=>{"use strict";function last(e){return e[e.length-1]}var r={parse:function parse(e){var r=[""];var t=[r];for(var n=e,o=Array.isArray(n),i=0,n=o?n:n[Symbol.iterator]();;){var s;if(o){if(i>=n.length)break;s=n[i++]}else{i=n.next();if(i.done)break;s=i.value}var a=s;if(a==="("){r=[""];last(t).push(r);t.push(r);continue}if(a===")"){t.pop();r=last(t);r.push("");continue}r[r.length-1]+=a}return t[0]},stringify:function stringify(e){var t="";for(var n=e,o=Array.isArray(n),i=0,n=o?n:n[Symbol.iterator]();;){var s;if(o){if(i>=n.length)break;s=n[i++]}else{i=n.next();if(i.done)break;s=i.value}var a=s;if(typeof a==="object"){t+="("+r.stringify(a)+")";continue}t+=a}return t}};e.exports=r},2200:(e,r,t)=>{"use strict";var n=t(4907);var o=t(9613).agents;var i=t(3020);var s=function(){Browsers.prefixes=function prefixes(){if(this.prefixesCache){return this.prefixesCache}this.prefixesCache=[];for(var e in o){this.prefixesCache.push("-"+o[e].prefix+"-")}this.prefixesCache=i.uniq(this.prefixesCache).sort((function(e,r){return r.length-e.length}));return this.prefixesCache};Browsers.withPrefix=function withPrefix(e){if(!this.prefixesRegexp){this.prefixesRegexp=new RegExp(this.prefixes().join("|"))}return this.prefixesRegexp.test(e)};function Browsers(e,r,t,n){this.data=e;this.options=t||{};this.browserslistOpts=n||{};this.selected=this.parse(r)}var e=Browsers.prototype;e.parse=function parse(e){var r={};for(var t in this.browserslistOpts){r[t]=this.browserslistOpts[t]}r.path=this.options.from;r.env=this.options.env;return n(e,r)};e.prefix=function prefix(e){var r=e.split(" "),t=r[0],n=r[1];var o=this.data[t];var prefix=o.prefix_exceptions&&o.prefix_exceptions[n];if(!prefix){prefix=o.prefix}return"-"+prefix+"-"};e.isSelected=function isSelected(e){return this.selected.includes(e)};return Browsers}();e.exports=s},8802:(e,r,t)=>{"use strict";function _defaults(e,r){var t=Object.getOwnPropertyNames(r);for(var n=0;n<t.length;n++){var o=t[n];var i=Object.getOwnPropertyDescriptor(r,o);if(i&&i.configurable&&e[o]===undefined){Object.defineProperty(e,o,i)}}return e}function _inheritsLoose(e,r){e.prototype=Object.create(r.prototype);e.prototype.constructor=e;_defaults(e,r)}var n=t(1171);var o=t(2200);var i=t(3020);var s=function(e){_inheritsLoose(Declaration,e);function Declaration(){return e.apply(this,arguments)||this}var r=Declaration.prototype;r.check=function check(){return true};r.prefixed=function prefixed(e,r){return r+e};r.normalize=function normalize(e){return e};r.otherPrefixes=function otherPrefixes(e,r){for(var t=o.prefixes(),n=Array.isArray(t),i=0,t=n?t:t[Symbol.iterator]();;){var s;if(n){if(i>=t.length)break;s=t[i++]}else{i=t.next();if(i.done)break;s=i.value}var a=s;if(a===r){continue}if(e.includes(a)){return true}}return false};r.set=function set(e,r){e.prop=this.prefixed(e.prop,r);return e};r.needCascade=function needCascade(e){if(!e._autoprefixerCascade){e._autoprefixerCascade=this.all.options.cascade!==false&&e.raw("before").includes("\n")}return e._autoprefixerCascade};r.maxPrefixed=function maxPrefixed(e,r){if(r._autoprefixerMax){return r._autoprefixerMax}var t=0;for(var n=e,o=Array.isArray(n),s=0,n=o?n:n[Symbol.iterator]();;){var a;if(o){if(s>=n.length)break;a=n[s++]}else{s=n.next();if(s.done)break;a=s.value}var u=a;u=i.removeNote(u);if(u.length>t){t=u.length}}r._autoprefixerMax=t;return r._autoprefixerMax};r.calcBefore=function calcBefore(e,r,t){if(t===void 0){t=""}var n=this.maxPrefixed(e,r);var o=n-i.removeNote(t).length;var s=r.raw("before");if(o>0){s+=Array(o).fill(" ").join("")}return s};r.restoreBefore=function restoreBefore(e){var r=e.raw("before").split("\n");var t=r[r.length-1];this.all.group(e).up((function(e){var r=e.raw("before").split("\n");var n=r[r.length-1];if(n.length<t.length){t=n}}));r[r.length-1]=t;e.raws.before=r.join("\n")};r.insert=function insert(e,r,t){var n=this.set(this.clone(e),r);if(!n)return undefined;var o=e.parent.some((function(e){return e.prop===n.prop&&e.value===n.value}));if(o){return undefined}if(this.needCascade(e)){n.raws.before=this.calcBefore(t,e,r)}return e.parent.insertBefore(e,n)};r.isAlready=function isAlready(e,r){var t=this.all.group(e).up((function(e){return e.prop===r}));if(!t){t=this.all.group(e).down((function(e){return e.prop===r}))}return t};r.add=function add(e,r,t,n){var o=this.prefixed(e.prop,r);if(this.isAlready(e,o)||this.otherPrefixes(e.value,r)){return undefined}return this.insert(e,r,t,n)};r.process=function process(r,t){if(!this.needCascade(r)){e.prototype.process.call(this,r,t);return}var n=e.prototype.process.call(this,r,t);if(!n||!n.length){return}this.restoreBefore(r);r.raws.before=this.calcBefore(n,r)};r.old=function old(e,r){return[this.prefixed(e,r)]};return Declaration}(n);e.exports=s},2257:(e,r,t)=>{"use strict";function _defaults(e,r){var t=Object.getOwnPropertyNames(r);for(var n=0;n<t.length;n++){var o=t[n];var i=Object.getOwnPropertyDescriptor(r,o);if(i&&i.configurable&&e[o]===undefined){Object.defineProperty(e,o,i)}}return e}function _inheritsLoose(e,r){e.prototype=Object.create(r.prototype);e.prototype.constructor=e;_defaults(e,r)}function _defineProperty(e,r,t){if(r in e){Object.defineProperty(e,r,{value:t,enumerable:true,configurable:true,writable:true})}else{e[r]=t}return e}var n=t(4874);var o=t(8802);var i=function(e){_inheritsLoose(AlignContent,e);function AlignContent(){return e.apply(this,arguments)||this}var r=AlignContent.prototype;r.prefixed=function prefixed(r,t){var o;var i=n(t);o=i[0];t=i[1];if(o===2012){return t+"flex-line-pack"}return e.prototype.prefixed.call(this,r,t)};r.normalize=function normalize(){return"align-content"};r.set=function set(r,t){var o=n(t)[0];if(o===2012){r.value=AlignContent.oldValues[r.value]||r.value;return e.prototype.set.call(this,r,t)}if(o==="final"){return e.prototype.set.call(this,r,t)}return undefined};return AlignContent}(o);_defineProperty(i,"names",["align-content","flex-line-pack"]);_defineProperty(i,"oldValues",{"flex-end":"end","flex-start":"start","space-between":"justify","space-around":"distribute"});e.exports=i},1258:(e,r,t)=>{"use strict";function _defaults(e,r){var t=Object.getOwnPropertyNames(r);for(var n=0;n<t.length;n++){var o=t[n];var i=Object.getOwnPropertyDescriptor(r,o);if(i&&i.configurable&&e[o]===undefined){Object.defineProperty(e,o,i)}}return e}function _inheritsLoose(e,r){e.prototype=Object.create(r.prototype);e.prototype.constructor=e;_defaults(e,r)}function _defineProperty(e,r,t){if(r in e){Object.defineProperty(e,r,{value:t,enumerable:true,configurable:true,writable:true})}else{e[r]=t}return e}var n=t(4874);var o=t(8802);var i=function(e){_inheritsLoose(AlignItems,e);function AlignItems(){return e.apply(this,arguments)||this}var r=AlignItems.prototype;r.prefixed=function prefixed(r,t){var o;var i=n(t);o=i[0];t=i[1];if(o===2009){return t+"box-align"}if(o===2012){return t+"flex-align"}return e.prototype.prefixed.call(this,r,t)};r.normalize=function normalize(){return"align-items"};r.set=function set(r,t){var o=n(t)[0];if(o===2009||o===2012){r.value=AlignItems.oldValues[r.value]||r.value}return e.prototype.set.call(this,r,t)};return AlignItems}(o);_defineProperty(i,"names",["align-items","flex-align","box-align"]);_defineProperty(i,"oldValues",{"flex-end":"end","flex-start":"start"});e.exports=i},567:(e,r,t)=>{"use strict";function _defaults(e,r){var t=Object.getOwnPropertyNames(r);for(var n=0;n<t.length;n++){var o=t[n];var i=Object.getOwnPropertyDescriptor(r,o);if(i&&i.configurable&&e[o]===undefined){Object.defineProperty(e,o,i)}}return e}function _inheritsLoose(e,r){e.prototype=Object.create(r.prototype);e.prototype.constructor=e;_defaults(e,r)}function _defineProperty(e,r,t){if(r in e){Object.defineProperty(e,r,{value:t,enumerable:true,configurable:true,writable:true})}else{e[r]=t}return e}var n=t(4874);var o=t(8802);var i=function(e){_inheritsLoose(AlignSelf,e);function AlignSelf(){return e.apply(this,arguments)||this}var r=AlignSelf.prototype;r.check=function check(e){return e.parent&&!e.parent.some((function(e){return e.prop&&e.prop.startsWith("grid-")}))};r.prefixed=function prefixed(r,t){var o;var i=n(t);o=i[0];t=i[1];if(o===2012){return t+"flex-item-align"}return e.prototype.prefixed.call(this,r,t)};r.normalize=function normalize(){return"align-self"};r.set=function set(r,t){var o=n(t)[0];if(o===2012){r.value=AlignSelf.oldValues[r.value]||r.value;return e.prototype.set.call(this,r,t)}if(o==="final"){return e.prototype.set.call(this,r,t)}return undefined};return AlignSelf}(o);_defineProperty(i,"names",["align-self","flex-item-align"]);_defineProperty(i,"oldValues",{"flex-end":"end","flex-start":"start"});e.exports=i},6233:(e,r,t)=>{"use strict";function _defaults(e,r){var t=Object.getOwnPropertyNames(r);for(var n=0;n<t.length;n++){var o=t[n];var i=Object.getOwnPropertyDescriptor(r,o);if(i&&i.configurable&&e[o]===undefined){Object.defineProperty(e,o,i)}}return e}function _inheritsLoose(e,r){e.prototype=Object.create(r.prototype);e.prototype.constructor=e;_defaults(e,r)}function _defineProperty(e,r,t){if(r in e){Object.defineProperty(e,r,{value:t,enumerable:true,configurable:true,writable:true})}else{e[r]=t}return e}var n=t(8802);var o=function(e){_inheritsLoose(Animation,e);function Animation(){return e.apply(this,arguments)||this}var r=Animation.prototype;r.check=function check(e){return!e.value.split(/\s+/).some((function(e){var r=e.toLowerCase();return r==="reverse"||r==="alternate-reverse"}))};return Animation}(n);_defineProperty(o,"names",["animation","animation-direction"]);e.exports=o},5652:(e,r,t)=>{"use strict";function _defaults(e,r){var t=Object.getOwnPropertyNames(r);for(var n=0;n<t.length;n++){var o=t[n];var i=Object.getOwnPropertyDescriptor(r,o);if(i&&i.configurable&&e[o]===undefined){Object.defineProperty(e,o,i)}}return e}function _inheritsLoose(e,r){e.prototype=Object.create(r.prototype);e.prototype.constructor=e;_defaults(e,r)}function _defineProperty(e,r,t){if(r in e){Object.defineProperty(e,r,{value:t,enumerable:true,configurable:true,writable:true})}else{e[r]=t}return e}var n=t(8802);var o=t(3020);var i=function(e){_inheritsLoose(Appearance,e);function Appearance(r,t,n){var i;i=e.call(this,r,t,n)||this;if(i.prefixes){i.prefixes=o.uniq(i.prefixes.map((function(e){if(e==="-ms-"){return"-webkit-"}return e})))}return i}return Appearance}(n);_defineProperty(i,"names",["appearance"]);e.exports=i},9556:(e,r,t)=>{"use strict";function _defaults(e,r){var t=Object.getOwnPropertyNames(r);for(var n=0;n<t.length;n++){var o=t[n];var i=Object.getOwnPropertyDescriptor(r,o);if(i&&i.configurable&&e[o]===undefined){Object.defineProperty(e,o,i)}}return e}function _inheritsLoose(e,r){e.prototype=Object.create(r.prototype);e.prototype.constructor=e;_defaults(e,r)}function _defineProperty(e,r,t){if(r in e){Object.defineProperty(e,r,{value:t,enumerable:true,configurable:true,writable:true})}else{e[r]=t}return e}var n=t(8802);var o=t(3020);var i=function(e){_inheritsLoose(BackdropFilter,e);function BackdropFilter(r,t,n){var i;i=e.call(this,r,t,n)||this;if(i.prefixes){i.prefixes=o.uniq(i.prefixes.map((function(e){return e==="-ms-"?"-webkit-":e})))}return i}return BackdropFilter}(n);_defineProperty(i,"names",["backdrop-filter"]);e.exports=i},6698:(e,r,t)=>{"use strict";function _defaults(e,r){var t=Object.getOwnPropertyNames(r);for(var n=0;n<t.length;n++){var o=t[n];var i=Object.getOwnPropertyDescriptor(r,o);if(i&&i.configurable&&e[o]===undefined){Object.defineProperty(e,o,i)}}return e}function _inheritsLoose(e,r){e.prototype=Object.create(r.prototype);e.prototype.constructor=e;_defaults(e,r)}function _defineProperty(e,r,t){if(r in e){Object.defineProperty(e,r,{value:t,enumerable:true,configurable:true,writable:true})}else{e[r]=t}return e}var n=t(8802);var o=t(3020);var i=function(e){_inheritsLoose(BackgroundClip,e);function BackgroundClip(r,t,n){var i;i=e.call(this,r,t,n)||this;if(i.prefixes){i.prefixes=o.uniq(i.prefixes.map((function(e){return e==="-ms-"?"-webkit-":e})))}return i}var r=BackgroundClip.prototype;r.check=function check(e){return e.value.toLowerCase()==="text"};return BackgroundClip}(n);_defineProperty(i,"names",["background-clip"]);e.exports=i},5280:(e,r,t)=>{"use strict";function _defaults(e,r){var t=Object.getOwnPropertyNames(r);for(var n=0;n<t.length;n++){var o=t[n];var i=Object.getOwnPropertyDescriptor(r,o);if(i&&i.configurable&&e[o]===undefined){Object.defineProperty(e,o,i)}}return e}function _inheritsLoose(e,r){e.prototype=Object.create(r.prototype);e.prototype.constructor=e;_defaults(e,r)}function _defineProperty(e,r,t){if(r in e){Object.defineProperty(e,r,{value:t,enumerable:true,configurable:true,writable:true})}else{e[r]=t}return e}var n=t(8802);var o=function(e){_inheritsLoose(BackgroundSize,e);function BackgroundSize(){return e.apply(this,arguments)||this}var r=BackgroundSize.prototype;r.set=function set(r,t){var n=r.value.toLowerCase();if(t==="-webkit-"&&!n.includes(" ")&&n!=="contain"&&n!=="cover"){r.value=r.value+" "+r.value}return e.prototype.set.call(this,r,t)};return BackgroundSize}(n);_defineProperty(o,"names",["background-size"]);e.exports=o},8768:(e,r,t)=>{"use strict";function _defaults(e,r){var t=Object.getOwnPropertyNames(r);for(var n=0;n<t.length;n++){var o=t[n];var i=Object.getOwnPropertyDescriptor(r,o);if(i&&i.configurable&&e[o]===undefined){Object.defineProperty(e,o,i)}}return e}function _inheritsLoose(e,r){e.prototype=Object.create(r.prototype);e.prototype.constructor=e;_defaults(e,r)}function _defineProperty(e,r,t){if(r in e){Object.defineProperty(e,r,{value:t,enumerable:true,configurable:true,writable:true})}else{e[r]=t}return e}var n=t(8802);var o=function(e){_inheritsLoose(BlockLogical,e);function BlockLogical(){return e.apply(this,arguments)||this}var r=BlockLogical.prototype;r.prefixed=function prefixed(e,r){if(e.includes("-start")){return r+e.replace("-block-start","-before")}return r+e.replace("-block-end","-after")};r.normalize=function normalize(e){if(e.includes("-before")){return e.replace("-before","-block-start")}return e.replace("-after","-block-end")};return BlockLogical}(n);_defineProperty(o,"names",["border-block-start","border-block-end","margin-block-start","margin-block-end","padding-block-start","padding-block-end","border-before","border-after","margin-before","margin-after","padding-before","padding-after"]);e.exports=o},4494:(e,r,t)=>{"use strict";function _defaults(e,r){var t=Object.getOwnPropertyNames(r);for(var n=0;n<t.length;n++){var o=t[n];var i=Object.getOwnPropertyDescriptor(r,o);if(i&&i.configurable&&e[o]===undefined){Object.defineProperty(e,o,i)}}return e}function _inheritsLoose(e,r){e.prototype=Object.create(r.prototype);e.prototype.constructor=e;_defaults(e,r)}function _defineProperty(e,r,t){if(r in e){Object.defineProperty(e,r,{value:t,enumerable:true,configurable:true,writable:true})}else{e[r]=t}return e}var n=t(8802);var o=function(e){_inheritsLoose(BorderImage,e);function BorderImage(){return e.apply(this,arguments)||this}var r=BorderImage.prototype;r.set=function set(r,t){r.value=r.value.replace(/\s+fill(\s)/,"$1");return e.prototype.set.call(this,r,t)};return BorderImage}(n);_defineProperty(o,"names",["border-image"]);e.exports=o},6740:(e,r,t)=>{"use strict";function _defaults(e,r){var t=Object.getOwnPropertyNames(r);for(var n=0;n<t.length;n++){var o=t[n];var i=Object.getOwnPropertyDescriptor(r,o);if(i&&i.configurable&&e[o]===undefined){Object.defineProperty(e,o,i)}}return e}function _inheritsLoose(e,r){e.prototype=Object.create(r.prototype);e.prototype.constructor=e;_defaults(e,r)}function _defineProperty(e,r,t){if(r in e){Object.defineProperty(e,r,{value:t,enumerable:true,configurable:true,writable:true})}else{e[r]=t}return e}var n=t(8802);var o=function(e){_inheritsLoose(BorderRadius,e);function BorderRadius(){return e.apply(this,arguments)||this}var r=BorderRadius.prototype;r.prefixed=function prefixed(r,t){if(t==="-moz-"){return t+(BorderRadius.toMozilla[r]||r)}return e.prototype.prefixed.call(this,r,t)};r.normalize=function normalize(e){return BorderRadius.toNormal[e]||e};return BorderRadius}(n);_defineProperty(o,"names",["border-radius"]);_defineProperty(o,"toMozilla",{});_defineProperty(o,"toNormal",{});for(var i=0,s=["top","bottom"];i<s.length;i++){var a=s[i];for(var u=0,l=["left","right"];u<l.length;u++){var c=l[u];var p="border-"+a+"-"+c+"-radius";var d="border-radius-"+a+c;o.names.push(p);o.names.push(d);o.toMozilla[p]=d;o.toNormal[d]=p}}e.exports=o},7828:(e,r,t)=>{"use strict";function _defaults(e,r){var t=Object.getOwnPropertyNames(r);for(var n=0;n<t.length;n++){var o=t[n];var i=Object.getOwnPropertyDescriptor(r,o);if(i&&i.configurable&&e[o]===undefined){Object.defineProperty(e,o,i)}}return e}function _inheritsLoose(e,r){e.prototype=Object.create(r.prototype);e.prototype.constructor=e;_defaults(e,r)}function _defineProperty(e,r,t){if(r in e){Object.defineProperty(e,r,{value:t,enumerable:true,configurable:true,writable:true})}else{e[r]=t}return e}var n=t(8802);var o=function(e){_inheritsLoose(BreakProps,e);function BreakProps(){return e.apply(this,arguments)||this}var r=BreakProps.prototype;r.prefixed=function prefixed(e,r){return r+"column-"+e};r.normalize=function normalize(e){if(e.includes("inside")){return"break-inside"}if(e.includes("before")){return"break-before"}return"break-after"};r.set=function set(r,t){if(r.prop==="break-inside"&&r.value==="avoid-column"||r.value==="avoid-page"){r.value="avoid"}return e.prototype.set.call(this,r,t)};r.insert=function insert(r,t,n){if(r.prop!=="break-inside"){return e.prototype.insert.call(this,r,t,n)}if(/region/i.test(r.value)||/page/i.test(r.value)){return undefined}return e.prototype.insert.call(this,r,t,n)};return BreakProps}(n);_defineProperty(o,"names",["break-inside","page-break-inside","column-break-inside","break-before","page-break-before","column-break-before","break-after","page-break-after","column-break-after"]);e.exports=o},6010:(e,r,t)=>{"use strict";function _defaults(e,r){var t=Object.getOwnPropertyNames(r);for(var n=0;n<t.length;n++){var o=t[n];var i=Object.getOwnPropertyDescriptor(r,o);if(i&&i.configurable&&e[o]===undefined){Object.defineProperty(e,o,i)}}return e}function _inheritsLoose(e,r){e.prototype=Object.create(r.prototype);e.prototype.constructor=e;_defaults(e,r)}function _defineProperty(e,r,t){if(r in e){Object.defineProperty(e,r,{value:t,enumerable:true,configurable:true,writable:true})}else{e[r]=t}return e}var n=t(8802);var o=function(e){_inheritsLoose(ColorAdjust,e);function ColorAdjust(){return e.apply(this,arguments)||this}var r=ColorAdjust.prototype;r.prefixed=function prefixed(e,r){return r+"print-color-adjust"};r.normalize=function normalize(){return"color-adjust"};return ColorAdjust}(n);_defineProperty(o,"names",["color-adjust","print-color-adjust"]);e.exports=o},9372:(e,r,t)=>{"use strict";function _defaults(e,r){var t=Object.getOwnPropertyNames(r);for(var n=0;n<t.length;n++){var o=t[n];var i=Object.getOwnPropertyDescriptor(r,o);if(i&&i.configurable&&e[o]===undefined){Object.defineProperty(e,o,i)}}return e}function _inheritsLoose(e,r){e.prototype=Object.create(r.prototype);e.prototype.constructor=e;_defaults(e,r)}function _defineProperty(e,r,t){if(r in e){Object.defineProperty(e,r,{value:t,enumerable:true,configurable:true,writable:true})}else{e[r]=t}return e}var n=t(977).list;var o=t(3943);var i=function(e){_inheritsLoose(CrossFade,e);function CrossFade(){return e.apply(this,arguments)||this}var r=CrossFade.prototype;r.replace=function replace(e,r){var t=this;return n.space(e).map((function(e){if(e.slice(0,+t.name.length+1)!==t.name+"("){return e}var n=e.lastIndexOf(")");var o=e.slice(n+1);var i=e.slice(t.name.length+1,n);if(r==="-webkit-"){var s=i.match(/\d*.?\d+%?/);if(s){i=i.slice(s[0].length).trim();i+=", "+s[0]}else{i+=", 0.5"}}return r+t.name+"("+i+")"+o})).join(" ")};return CrossFade}(o);_defineProperty(i,"names",["cross-fade"]);e.exports=i},9028:(e,r,t)=>{"use strict";function _defaults(e,r){var t=Object.getOwnPropertyNames(r);for(var n=0;n<t.length;n++){var o=t[n];var i=Object.getOwnPropertyDescriptor(r,o);if(i&&i.configurable&&e[o]===undefined){Object.defineProperty(e,o,i)}}return e}function _inheritsLoose(e,r){e.prototype=Object.create(r.prototype);e.prototype.constructor=e;_defaults(e,r)}function _defineProperty(e,r,t){if(r in e){Object.defineProperty(e,r,{value:t,enumerable:true,configurable:true,writable:true})}else{e[r]=t}return e}var n=t(4874);var o=t(342);var i=t(3943);var s=function(e){_inheritsLoose(DisplayFlex,e);function DisplayFlex(r,t){var n;n=e.call(this,r,t)||this;if(r==="display-flex"){n.name="flex"}return n}var r=DisplayFlex.prototype;r.check=function check(e){return e.prop==="display"&&e.value===this.name};r.prefixed=function prefixed(e){var r,t;var o=n(e);r=o[0];e=o[1];if(r===2009){if(this.name==="flex"){t="box"}else{t="inline-box"}}else if(r===2012){if(this.name==="flex"){t="flexbox"}else{t="inline-flexbox"}}else if(r==="final"){t=this.name}return e+t};r.replace=function replace(e,r){return this.prefixed(r)};r.old=function old(e){var r=this.prefixed(e);if(!r)return undefined;return new o(this.name,r)};return DisplayFlex}(i);_defineProperty(s,"names",["display-flex","inline-flex"]);e.exports=s},4010:(e,r,t)=>{"use strict";function _defaults(e,r){var t=Object.getOwnPropertyNames(r);for(var n=0;n<t.length;n++){var o=t[n];var i=Object.getOwnPropertyDescriptor(r,o);if(i&&i.configurable&&e[o]===undefined){Object.defineProperty(e,o,i)}}return e}function _inheritsLoose(e,r){e.prototype=Object.create(r.prototype);e.prototype.constructor=e;_defaults(e,r)}function _defineProperty(e,r,t){if(r in e){Object.defineProperty(e,r,{value:t,enumerable:true,configurable:true,writable:true})}else{e[r]=t}return e}var n=t(3943);var o=function(e){_inheritsLoose(DisplayGrid,e);function DisplayGrid(r,