jss-preset-default
Advanced tools
Comparing version 10.0.0-alpha.16 to 10.0.0-alpha.17
@@ -1153,2 +1153,22 @@ (function (global, factory) { | ||
}, | ||
'border-bottom': { | ||
width: 'border-bottom-width', | ||
style: 'border-bottom-style', | ||
color: 'border-bottom-color' | ||
}, | ||
'border-top': { | ||
width: 'border-top-width', | ||
style: 'border-top-style', | ||
color: 'border-top-color' | ||
}, | ||
'border-left': { | ||
width: 'border-left-width', | ||
style: 'border-left-style', | ||
color: 'border-left-color' | ||
}, | ||
'border-right': { | ||
width: 'border-right-width', | ||
style: 'border-right-style', | ||
color: 'border-right-color' | ||
}, | ||
background: { | ||
@@ -1987,20 +2007,22 @@ size: 'background-size', | ||
function jssPropsSort() { | ||
function sort(prop0, prop1) { | ||
var sort = function sort(prop0, prop1) { | ||
if (prop0.length === prop1.length) { | ||
return prop0 > prop1 ? 1 : -1; | ||
} | ||
return prop0.length - prop1.length; | ||
} | ||
}; | ||
function onProcessStyle(style, rule) { | ||
if (rule.type !== 'style') return style; | ||
var newStyle = {}; | ||
var props = Object.keys(style).sort(sort); | ||
return { | ||
onProcessStyle: function onProcessStyle(style, rule) { | ||
if (rule.type !== 'style') return style; | ||
var newStyle = {}; | ||
var props = Object.keys(style).sort(sort); | ||
for (var i = 0; i < props.length; i++) { | ||
newStyle[props[i]] = style[props[i]]; | ||
for (var i = 0; i < props.length; i++) { | ||
newStyle[props[i]] = style[props[i]]; | ||
} | ||
return newStyle; | ||
} | ||
return newStyle; | ||
} | ||
return { | ||
onProcessStyle: onProcessStyle | ||
}; | ||
@@ -2007,0 +2029,0 @@ } |
@@ -1,1 +0,1 @@ | ||
!function(r,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("jss")):"function"==typeof define&&define.amd?define(["exports","jss"],e):e((r=r||self).jssPresetDefault={},r.jss)}(this,function(r,e){"use strict";var t=Date.now(),n="fnValues"+t,o="fnStyle"+ ++t;var i="undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{};var l=function(r){var e,t=r.Symbol;return"function"==typeof t?t.observable?e=t.observable:(e=t("observable"),t.observable=e):e="@@observable",e}("undefined"!=typeof self?self:"undefined"!=typeof window?window:void 0!==i?i:"undefined"!=typeof module?module:Function("return this")()),s=function(r){return r&&r[l]&&r===r[l]()};var u=/;\n/,a=function(r){"string"==typeof r.style&&(r.style=function(r){for(var e={},t=r.split(u),n=0;n<t.length;n++){var o=(t[n]||"").trim();if(o){var i=o.indexOf(":");if(-1!==i){var l=o.substr(0,i).trim(),s=o.substr(i+1).trim();e[l]=s}}}return e}(r.style))};function f(){return(f=Object.assign||function(r){for(var e=1;e<arguments.length;e++){var t=arguments[e];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(r[n]=t[n])}return r}).apply(this,arguments)}var d="@global",c="@global ",p=function(){function r(r,t,n){for(var o in this.type="global",this.at=d,this.rules=void 0,this.options=void 0,this.key=void 0,this.isProcessed=!1,this.key=r,this.options=n,this.rules=new e.RuleList(f({},n,{parent:this})),t)this.rules.add(o,t[o]);this.rules.process()}var t=r.prototype;return t.getRule=function(r){return this.rules.get(r)},t.addRule=function(r,e,t){var n=this.rules.add(r,e,t);return this.options.jss.plugins.onProcessRule(n),n},t.indexOf=function(r){return this.rules.indexOf(r)},t.toString=function(){return this.rules.toString()},r}(),g=function(){function r(r,e,t){this.type="global",this.at=d,this.options=void 0,this.rule=void 0,this.isProcessed=!1,this.key=void 0,this.key=r,this.options=t;var n=r.substr(c.length);this.rule=t.jss.createRule(n,e,f({},t,{parent:this}))}return r.prototype.toString=function(r){return this.rule?this.rule.toString(r):""},r}(),y=/\s*,\s*/g;function b(r,e){for(var t=r.split(y),n="",o=0;o<t.length;o++)n+=e+" "+t[o].trim(),t[o+1]&&(n+=", ");return n}function m(){return{onCreateRule:function(r,e,t){if(!r)return null;if(r===d)return new p(r,e,t);if("@"===r[0]&&r.substr(0,c.length)===c)return new g(r,e,t);var n=t.parent;return n&&("global"===n.type||n.options.parent&&"global"===n.options.parent.type)&&(t.scoped=!1),!1===t.scoped&&(t.selector=r),null},onProcessRule:function(r){"style"===r.type&&(function(r){var e=r.options,t=r.style,n=t?t[d]:null;if(n){for(var o in n)e.sheet.addRule(o,n[o],f({},e,{selector:b(o,r.selector)}));delete t[d]}}(r),function(r){var e=r.options,t=r.style;for(var n in t)if("@"===n[0]&&n.substr(0,d.length)===d){var o=b(n.substr(d.length),r.selector);e.sheet.addRule(o,t[n],f({},e,{selector:o})),delete t[n]}}(r))}}}var h=function(r){return r&&"object"==typeof r&&!Array.isArray(r)},v="extendCurrValue"+Date.now();function w(r,e,t,n){return void 0===n&&(n={}),function(r,e,t,n){if("string"!=typeof r.extend)if(Array.isArray(r.extend))for(var o=0;o<r.extend.length;o++)w(r.extend[o],e,t,n);else for(var i in r.extend)"extend"!==i?h(r.extend[i])?(i in n||(n[i]={}),w(r.extend[i],e,t,n[i])):n[i]=r.extend[i]:w(r.extend.extend,e,t,n);else{if(!t)return;var l=t.getRule(r.extend);if(!l)return;if(l===e)return;var s=l.options.parent;s&&w(s.rules.raw[r.extend],e,t,n)}}(r,e,t,n),function(r,e,t,n){for(var o in r)"extend"!==o&&(h(n[o])&&h(r[o])?w(r[o],e,t,n[o]):h(r[o])?n[o]=w(r[o],e,t):n[o]=r[o])}(r,e,t,n),n}function x(){return{onProcessStyle:function(r,e,t){return"extend"in r?w(r,e,t):r},onChangeValue:function(r,e,t){if("extend"!==e)return r;if(null==r||!1===r){for(var n in t[v])t.prop(n,null);return t[v]=null,null}if("object"==typeof r){for(var o in r)t.prop(o,r[o]);t[v]=r}return null}}}var k=/\s*,\s*/g,j=/&/g,P=/\$([\w-]+)/g;function S(){function r(r,e){return function(t,n){var o=r.getRule(n)||e&&e.getRule(n);return o?(o=o).selector:n}}function e(r,e){for(var t=e.split(k),n=r.split(k),o="",i=0;i<t.length;i++)for(var l=t[i],s=0;s<n.length;s++){var u=n[s];o&&(o+=", "),o+=-1!==u.indexOf("&")?u.replace(j,l):l+" "+u}return o}function t(r,e,t){if(t)return f({},t,{index:t.index+1});var n=r.options.nestingLevel;return n=void 0===n?1:n+1,f({},r.options,{nestingLevel:n,index:e.indexOf(r)+1})}return{onProcessStyle:function(n,o,i){if("style"!==o.type)return n;var l,s,u=o,a=u.options.parent;for(var d in n){var c=-1!==d.indexOf("&"),p="@"===d[0];if(c||p){if(l=t(u,a,l),c){var g=e(d,u.selector);s||(s=r(a,i)),g=g.replace(P,s),a.addRule(g,n[d],f({},l,{selector:g}))}else p&&a.addRule(d,{},l).addRule(u.key,n[d],{selector:u.selector});delete n[d]}}return n}}}function A(){return{onProcessStyle:function(r,e){return"composes"in r?(function r(e,t){if(!t)return!0;if(Array.isArray(t)){for(var n=0;n<t.length;n++)if(!r(e,t[n]))return!1;return!0}if(t.indexOf(" ")>-1)return r(e,t.split(" "));var o=e.options.parent;if("$"===t[0]){var i=o.getRule(t.substr(1));return!!i&&i!==e&&(o.classes[e.key]+=" "+o.classes[i.key],!0)}return o.classes[e.key]+=" "+t,!0}(e,r.composes),delete r.composes,r):r}}}var R=/[A-Z]/g,C=/^ms-/,O={};function z(r){return"-"+r.toLowerCase()}function W(r){if(O.hasOwnProperty(r))return O[r];var e=r.replace(R,z);return O[r]=C.test(e)?"-"+e:e}function M(r){var e={};for(var t in r){e[0===t.indexOf("--")?t:W(t)]=r[t]}return r.fallbacks&&(Array.isArray(r.fallbacks)?e.fallbacks=r.fallbacks.map(M):e.fallbacks=M(r.fallbacks)),e}function E(){return{onProcessStyle:function(r){if(Array.isArray(r)){for(var e=0;e<r.length;e++)r[e]=M(r[e]);return r}return M(r)},onChangeValue:function(r,e,t){if(0===e.indexOf("--"))return r;var n=W(e);return e===n?r:(t.prop(n,r),null)}}}var V=e.hasCSSTOMSupport?window.CSS.px:"px",T=e.hasCSSTOMSupport?window.CSS.ms:"ms",F=e.hasCSSTOMSupport?window.CSS.percent:"%";function L(r){var e=/(-[a-z])/g,t=function(r){return r[1].toUpperCase()},n={};for(var o in r)n[o]=r[o],n[o.replace(e,t)]=r[o];return n}var N=L({"animation-delay":T,"animation-duration":T,"background-position":V,"background-position-x":V,"background-position-y":V,"background-size":V,border:V,"border-bottom":V,"border-bottom-left-radius":V,"border-bottom-right-radius":V,"border-bottom-width":V,"border-left":V,"border-left-width":V,"border-radius":V,"border-right":V,"border-right-width":V,"border-top":V,"border-top-left-radius":V,"border-top-right-radius":V,"border-top-width":V,"border-width":V,margin:V,"margin-bottom":V,"margin-left":V,"margin-right":V,"margin-top":V,padding:V,"padding-bottom":V,"padding-left":V,"padding-right":V,"padding-top":V,"mask-position-x":V,"mask-position-y":V,"mask-size":V,height:V,width:V,"min-height":V,"max-height":V,"min-width":V,"max-width":V,bottom:V,left:V,top:V,right:V,"box-shadow":V,"text-shadow":V,"column-gap":V,"column-rule":V,"column-rule-width":V,"column-width":V,"font-size":V,"font-size-delta":V,"letter-spacing":V,"text-indent":V,"text-stroke":V,"text-stroke-width":V,"word-spacing":V,motion:V,"motion-offset":V,outline:V,"outline-offset":V,"outline-width":V,perspective:V,"perspective-origin-x":F,"perspective-origin-y":F,"transform-origin":F,"transform-origin-x":F,"transform-origin-y":F,"transform-origin-z":F,"transition-delay":T,"transition-duration":T,"vertical-align":V,"flex-basis":V,"shape-margin":V,size:V,grid:V,"grid-gap":V,"grid-row-gap":V,"grid-column-gap":V,"grid-template-rows":V,"grid-template-columns":V,"grid-auto-rows":V,"grid-auto-columns":V,"box-shadow-x":V,"box-shadow-y":V,"box-shadow-blur":V,"box-shadow-spread":V,"font-line-height":V,"text-shadow-x":V,"text-shadow-y":V,"text-shadow-blur":V});function U(r,e,t){if(!e)return e;if(Array.isArray(e))for(var n=0;n<e.length;n++)e[n]=U(r,e[n],t);else if("object"==typeof e)if("fallbacks"===r)for(var o in e)e[o]=U(o,e[o],t);else for(var i in e)e[i]=U(r+"-"+i,e[i],t);else if("number"==typeof e)return t[r]?""+e+t[r]:N[r]?"function"==typeof N[r]?N[r](e).toString():""+e+N[r]:e.toString();return e}function D(r){void 0===r&&(r={});var e=L(r);return{onProcessStyle:function(r,t){if("style"!==t.type)return r;for(var n in r)r[n]=U(n,r[n],e);return r},onChangeValue:function(r,t){return U(t,r,e)}}}var G={"background-size":!0,"background-position":!0,border:!0,"border-bottom":!0,"border-left":!0,"border-top":!0,"border-right":!0,"border-radius":!0,"border-image":!0,"border-width":!0,"border-style":!0,"border-color":!0,"box-shadow":!0,flex:!0,margin:!0,padding:!0,outline:!0,"transform-origin":!0,transform:!0,transition:!0},H={position:!0,size:!0},I={padding:{top:0,right:0,bottom:0,left:0},margin:{top:0,right:0,bottom:0,left:0},background:{attachment:null,color:null,image:null,position:null,repeat:null},border:{width:null,style:null,color:null},"border-top":{width:null,style:null,color:null},"border-right":{width:null,style:null,color:null},"border-bottom":{width:null,style:null,color:null},"border-left":{width:null,style:null,color:null},outline:{width:null,style:null,color:null},"list-style":{type:null,position:null,image:null},transition:{property:null,duration:null,"timing-function":null,timingFunction:null,delay:null},animation:{name:null,duration:null,"timing-function":null,timingFunction:null,delay:null,"iteration-count":null,iterationCount:null,direction:null,"fill-mode":null,fillMode:null,"play-state":null,playState:null},"box-shadow":{x:0,y:0,blur:0,spread:0,color:null,inset:null},"text-shadow":{x:0,y:0,blur:null,color:null}},$={border:{radius:"border-radius",image:"border-image",width:"border-width",style:"border-style",color:"border-color"},background:{size:"background-size",image:"background-image"},font:{style:"font-style",variant:"font-variant",weight:"font-weight",stretch:"font-stretch",size:"font-size",family:"font-family",lineHeight:"line-height","line-height":"line-height"},flex:{grow:"flex-grow",basis:"flex-basis",direction:"flex-direction",wrap:"flex-wrap",flow:"flex-flow",shrink:"flex-shrink"},align:{self:"align-self",items:"align-items",content:"align-content"},grid:{"template-columns":"grid-template-columns",templateColumns:"grid-template-columns","template-rows":"grid-template-rows",templateRows:"grid-template-rows","template-areas":"grid-template-areas",templateAreas:"grid-template-areas",template:"grid-template","auto-columns":"grid-auto-columns",autoColumns:"grid-auto-columns","auto-rows":"grid-auto-rows",autoRows:"grid-auto-rows","auto-flow":"grid-auto-flow",autoFlow:"grid-auto-flow",row:"grid-row",column:"grid-column","row-start":"grid-row-start",rowStart:"grid-row-start","row-end":"grid-row-end",rowEnd:"grid-row-end","column-start":"grid-column-start",columnStart:"grid-column-start","column-end":"grid-column-end",columnEnd:"grid-column-end",area:"grid-area",gap:"grid-gap","row-gap":"grid-row-gap",rowGap:"grid-row-gap","column-gap":"grid-column-gap",columnGap:"grid-column-gap"}};function _(r,e,t,n){return null==t[e]?r:0===r.length?[]:Array.isArray(r[0])?_(r[0],e,t,n):"object"==typeof r[0]?function(r,e,t){return r.map(function(r){return q(r,e,t,!1,!0)})}(r,e,n):[r]}function q(r,e,t,n,o){if(!I[e]&&!$[e])return[];var i=[];if($[e]&&(r=function(r,e,t,n){for(var o in t){var i=t[o];if(void 0!==r[o]&&(n||!e.prop(i))){var l,s=Z((l={},l[i]=r[o],l),e)[i];n?e.style.fallbacks[i]=s:e.style[i]=s}delete r[o]}return r}(r,t,$[e],n)),Object.keys(r).length)for(var l in I[e])r[l]?Array.isArray(r[l])?i.push(null===H[l]?r[l]:r[l].join(" ")):i.push(r[l]):null!=I[e][l]&&i.push(I[e][l]);return!i.length||o?i:[i]}function Z(r,e,t){for(var n in r){var o=r[n];if(Array.isArray(o)){if(!Array.isArray(o[0])){if("fallbacks"===n){for(var i=0;i<r.fallbacks.length;i++)r.fallbacks[i]=Z(r.fallbacks[i],e,!0);continue}r[n]=_(o,n,G,e),r[n].length||delete r[n]}}else if("object"==typeof o){if("fallbacks"===n){r.fallbacks=Z(r.fallbacks,e,!0);continue}r[n]=q(o,n,e,t),r[n].length||delete r[n]}else""===r[n]&&delete r[n]}return r}function B(){return{onProcessStyle:function(r,e){if(!r||"style"!==e.type)return r;if(Array.isArray(r)){for(var t=0;t<r.length;t++)r[t]=Z(r[t],e);return r}return Z(r,e)}}}var J="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(r){return typeof r}:function(r){return r&&"function"==typeof Symbol&&r.constructor===Symbol&&r!==Symbol.prototype?"symbol":typeof r},K="object"===("undefined"==typeof window?"undefined":J(window))&&"object"===("undefined"==typeof document?"undefined":J(document))&&9===document.nodeType;function Q(r){return function(r){if(Array.isArray(r)){for(var e=0,t=new Array(r.length);e<r.length;e++)t[e]=r[e];return t}}(r)||function(r){if(Symbol.iterator in Object(r)||"[object Arguments]"===Object.prototype.toString.call(r))return Array.from(r)}(r)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance")}()}var X="",Y="",rr="",er="";if(K){var tr={Moz:"-moz-",ms:"-ms-",O:"-o-",Webkit:"-webkit-"},nr=document.createElement("p").style;for(var or in tr)if(or+"Transform"in nr){X=or,Y=tr[or];break}"Webkit"===X&&"msHyphens"in nr&&(X="ms",Y=tr.ms,er="edge"),"Webkit"===X&&"-apple-trailing-word"in nr&&(rr="apple")}var ir={js:X,css:Y,vendor:rr,browser:er};var lr={noPrefill:["appearance"],supportedProperty:function(r){return"appearance"===r&&("ms"===ir.js?"-webkit-"+r:ir.css+r)}},sr=/[-\s]+(.)?/g;function ur(r,e){return e?e.toUpperCase():""}function ar(r){return r.replace(sr,ur)}function fr(r){return ar("-"+r)}var dr,cr={supportedProperty:function(r,e){return!!/^break-/.test(r)&&("Webkit"===ir.js?"WebkitColumn"+fr(r)in e&&ir.css+"column-"+r:"Moz"===ir.js&&("page"+fr(r)in e&&"page-"+r))}},pr={noPrefill:["text-decoration-skip-ink"],supportedProperty:function(r){return"text-decoration-skip-ink"===r&&("apple"===ir.vendor?""+ir.css+r:"Webkit"===ir.js||"Moz"===ir.js?r:ir.css+r)}},gr={noPrefill:["color-adjust"],supportedProperty:function(r){return"color-adjust"===r&&("Webkit"===ir.js?ir.css+"print-"+r:r)}},yr={flex:"box-flex","flex-grow":"box-flex","flex-direction":["box-orient","box-direction"],order:"box-ordinal-group","align-items":"box-align","flex-flow":["box-orient","box-direction"],"justify-content":"box-pack"},br=Object.keys(yr),mr=function(r){return ir.css+r},hr={"flex-grow":"flex-positive","flex-shrink":"flex-negative","flex-basis":"flex-preferred-size","justify-content":"flex-pack",order:"flex-order","align-items":"flex-align","align-content":"flex-line-pack"},vr=[lr,{noPrefill:["transform"],supportedProperty:function(r,e,t){return"transform"===r&&(t.transform?r:ir.css+r)}},{noPrefill:["transition"],supportedProperty:function(r,e,t){return"transition"===r&&(t.transition?r:ir.css+r)}},{noPrefill:["mask"],supportedProperty:function(r,e){if(!/^mask/.test(r))return!1;if("Webkit"===ir.js){if(ar("mask-image")in e)return r;if(ir.js+fr("mask-image")in e)return ir.css+r}return r}},{noPrefill:["writing-mode"],supportedProperty:function(r){return"writing-mode"===r&&("Webkit"===ir.js||"ms"===ir.js?ir.css+r:r)}},gr,pr,cr,{supportedProperty:function(r,e){if(!/^(border|margin|padding)-inline/.test(r))return!1;if("Moz"===ir.js)return r;var t=r.replace("-inline","");return ir.js+fr(t)in e&&ir.css+t}},{supportedProperty:function(r,e){return ar(r)in e&&r}},{supportedProperty:function(r,e){var t=fr(r);return ir.js+t in e?ir.css+r:"Webkit"!==ir.js&&"Webkit"+t in e&&r}},{supportedProperty:function(r){return"scroll-snap"===r.substring(0,11)&&("ms"===ir.js?""+ir.css+r:r)}},{supportedProperty:function(r){return"overscroll-behavior"===r&&("ms"===ir.js?ir.css+"scroll-chaining":r)}},{supportedProperty:function(r,e){var t=hr[r];return!!t&&(ir.js+fr(t)in e&&ir.css+t)}},{supportedProperty:function(r,e,t){var n=t.multiple;if(br.indexOf(r)>-1){var o=yr[r];if(!Array.isArray(o))return ir.js+fr(o)in e&&ir.css+o;if(!n)return!1;for(var i=0;i<o.length;i++)if(!(ir.js+fr(o[0])in e))return!1;return o.map(mr)}return!1}}],wr=vr.filter(function(r){return r.supportedProperty}).map(function(r){return r.supportedProperty}),xr=vr.filter(function(r){return r.noPrefill}).reduce(function(r,e){return r.push.apply(r,Q(e.noPrefill)),r},[]),kr={};if(K){dr=document.createElement("p");var jr=window.getComputedStyle(document.documentElement,"");for(var Pr in jr)isNaN(Pr)||(kr[jr[Pr]]=jr[Pr]);xr.forEach(function(r){return delete kr[r]})}function Sr(r,e){if(void 0===e&&(e={}),!dr)return r;if(null!=kr[r])return kr[r];"transition"!==r&&"transform"!==r||(e[r]=r in dr.style);for(var t=0;t<wr.length&&(kr[r]=wr[t](r,dr.style,e),!kr[r]);t++);try{dr.style[r]=""}catch(r){return!1}return kr[r]}var Ar,Rr={},Cr={transition:1,"transition-property":1,"-webkit-transition":1,"-webkit-transition-property":1},Or=/(^\s*[\w-]+)|, (\s*[\w-]+)(?![^()]*\))/g;function zr(r,e,t){return"all"===e?"all":"all"===t?", all":e?Sr(e):", "+Sr(t)}function Wr(r,e){var t=e;if(!Ar)return e;if("string"!=typeof t||!isNaN(parseInt(t,10)))return t;var n=r+t;if(null!=Rr[n])return Rr[n];try{Ar.style[r]=t}catch(r){return Rr[n]=!1,!1}if(Cr[r])t=t.replace(Or,zr);else if(""===Ar.style[r]&&("-ms-flex"===(t=ir.css+t)&&(Ar.style[r]="-ms-flexbox"),Ar.style[r]=t,""===Ar.style[r]))return Rr[n]=!1,!1;return Ar.style[r]="",Rr[n]=t,Rr[n]}function Mr(){return{onProcessRule:function(r){if("keyframes"===r.type){var e=r;e.at="-"===(t=e.at)[1]?t:"ms"===ir.js?t:"@"+ir.css+"keyframes"+t.substr(10)}var t},onProcessStyle:function(r,t){if("style"!==t.type)return r;for(var n in r){var o=r[n],i=!1,l=Sr(n);l&&l!==n&&(i=!0);var s=!1,u=Wr(l,e.toCssValue(o));u&&u!==o&&(s=!0),(i||s)&&(i&&delete r[n],r[l||n]=u||o)}return r},onChangeValue:function(r,t){return Wr(t,e.toCssValue(r))||r}}}function Er(){function r(r,e){return r.length-e.length}return{onProcessStyle:function(e,t){if("style"!==t.type)return e;for(var n={},o=Object.keys(e).sort(r),i=0;i<o.length;i++)n[o[i]]=e[o[i]];return n}}}K&&(Ar=document.createElement("p"));r.default=function(r){return void 0===r&&(r={}),{plugins:[{onCreateRule:function(r,t,n){if("function"!=typeof t)return null;var i=e.createRule(r,{},n);return i[o]=t,i},onProcessStyle:function(r,e){if(n in e||o in e)return r;var t={};for(var i in r){var l=r[i];"function"==typeof l&&(delete r[i],t[i]=l)}return e[n]=t,r},onUpdate:function(r,e,t,i){var l=e,s=l[o];s&&(l.style=s(r));var u=l[n];if(u)for(var a in u)l.prop(a,u[a](r),i)}},(t=r.observable,{onCreateRule:function(r,n,o){if(!s(n))return null;var i=n,l=e.createRule(r,{},o);return i.subscribe(function(r){for(var e in r)l.prop(e,r[e],t)}),l},onProcessRule:function(r){if(!r||"style"===r.type){var e=r,n=e.style,o=function(r){var o=n[r];if(!s(o))return"continue";delete n[r],o.subscribe({next:function(n){e.prop(r,n,t)}})};for(var i in n)o(i)}}}),{onProcessRule:a},m(),x(),S(),A(),E(),D(r.defaultUnit),B(),Mr(),Er()]};var t},Object.defineProperty(r,"__esModule",{value:!0})}); | ||
!function(r,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("jss")):"function"==typeof define&&define.amd?define(["exports","jss"],e):e((r=r||self).jssPresetDefault={},r.jss)}(this,function(r,e){"use strict";var t=Date.now(),n="fnValues"+t,o="fnStyle"+ ++t;var i="undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{};var l=function(r){var e,t=r.Symbol;return"function"==typeof t?t.observable?e=t.observable:(e=t("observable"),t.observable=e):e="@@observable",e}("undefined"!=typeof self?self:"undefined"!=typeof window?window:void 0!==i?i:"undefined"!=typeof module?module:Function("return this")()),s=function(r){return r&&r[l]&&r===r[l]()};var u=/;\n/,a=function(r){"string"==typeof r.style&&(r.style=function(r){for(var e={},t=r.split(u),n=0;n<t.length;n++){var o=(t[n]||"").trim();if(o){var i=o.indexOf(":");if(-1!==i){var l=o.substr(0,i).trim(),s=o.substr(i+1).trim();e[l]=s}}}return e}(r.style))};function f(){return(f=Object.assign||function(r){for(var e=1;e<arguments.length;e++){var t=arguments[e];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(r[n]=t[n])}return r}).apply(this,arguments)}var d="@global",c="@global ",p=function(){function r(r,t,n){for(var o in this.type="global",this.at=d,this.rules=void 0,this.options=void 0,this.key=void 0,this.isProcessed=!1,this.key=r,this.options=n,this.rules=new e.RuleList(f({},n,{parent:this})),t)this.rules.add(o,t[o]);this.rules.process()}var t=r.prototype;return t.getRule=function(r){return this.rules.get(r)},t.addRule=function(r,e,t){var n=this.rules.add(r,e,t);return this.options.jss.plugins.onProcessRule(n),n},t.indexOf=function(r){return this.rules.indexOf(r)},t.toString=function(){return this.rules.toString()},r}(),g=function(){function r(r,e,t){this.type="global",this.at=d,this.options=void 0,this.rule=void 0,this.isProcessed=!1,this.key=void 0,this.key=r,this.options=t;var n=r.substr(c.length);this.rule=t.jss.createRule(n,e,f({},t,{parent:this}))}return r.prototype.toString=function(r){return this.rule?this.rule.toString(r):""},r}(),y=/\s*,\s*/g;function b(r,e){for(var t=r.split(y),n="",o=0;o<t.length;o++)n+=e+" "+t[o].trim(),t[o+1]&&(n+=", ");return n}function m(){return{onCreateRule:function(r,e,t){if(!r)return null;if(r===d)return new p(r,e,t);if("@"===r[0]&&r.substr(0,c.length)===c)return new g(r,e,t);var n=t.parent;return n&&("global"===n.type||n.options.parent&&"global"===n.options.parent.type)&&(t.scoped=!1),!1===t.scoped&&(t.selector=r),null},onProcessRule:function(r){"style"===r.type&&(function(r){var e=r.options,t=r.style,n=t?t[d]:null;if(n){for(var o in n)e.sheet.addRule(o,n[o],f({},e,{selector:b(o,r.selector)}));delete t[d]}}(r),function(r){var e=r.options,t=r.style;for(var n in t)if("@"===n[0]&&n.substr(0,d.length)===d){var o=b(n.substr(d.length),r.selector);e.sheet.addRule(o,t[n],f({},e,{selector:o})),delete t[n]}}(r))}}}var h=function(r){return r&&"object"==typeof r&&!Array.isArray(r)},v="extendCurrValue"+Date.now();function w(r,e,t,n){return void 0===n&&(n={}),function(r,e,t,n){if("string"!=typeof r.extend)if(Array.isArray(r.extend))for(var o=0;o<r.extend.length;o++)w(r.extend[o],e,t,n);else for(var i in r.extend)"extend"!==i?h(r.extend[i])?(i in n||(n[i]={}),w(r.extend[i],e,t,n[i])):n[i]=r.extend[i]:w(r.extend.extend,e,t,n);else{if(!t)return;var l=t.getRule(r.extend);if(!l)return;if(l===e)return;var s=l.options.parent;s&&w(s.rules.raw[r.extend],e,t,n)}}(r,e,t,n),function(r,e,t,n){for(var o in r)"extend"!==o&&(h(n[o])&&h(r[o])?w(r[o],e,t,n[o]):h(r[o])?n[o]=w(r[o],e,t):n[o]=r[o])}(r,e,t,n),n}function x(){return{onProcessStyle:function(r,e,t){return"extend"in r?w(r,e,t):r},onChangeValue:function(r,e,t){if("extend"!==e)return r;if(null==r||!1===r){for(var n in t[v])t.prop(n,null);return t[v]=null,null}if("object"==typeof r){for(var o in r)t.prop(o,r[o]);t[v]=r}return null}}}var k=/\s*,\s*/g,j=/&/g,P=/\$([\w-]+)/g;function S(){function r(r,e){return function(t,n){var o=r.getRule(n)||e&&e.getRule(n);return o?(o=o).selector:n}}function e(r,e){for(var t=e.split(k),n=r.split(k),o="",i=0;i<t.length;i++)for(var l=t[i],s=0;s<n.length;s++){var u=n[s];o&&(o+=", "),o+=-1!==u.indexOf("&")?u.replace(j,l):l+" "+u}return o}function t(r,e,t){if(t)return f({},t,{index:t.index+1});var n=r.options.nestingLevel;return n=void 0===n?1:n+1,f({},r.options,{nestingLevel:n,index:e.indexOf(r)+1})}return{onProcessStyle:function(n,o,i){if("style"!==o.type)return n;var l,s,u=o,a=u.options.parent;for(var d in n){var c=-1!==d.indexOf("&"),p="@"===d[0];if(c||p){if(l=t(u,a,l),c){var g=e(d,u.selector);s||(s=r(a,i)),g=g.replace(P,s),a.addRule(g,n[d],f({},l,{selector:g}))}else p&&a.addRule(d,{},l).addRule(u.key,n[d],{selector:u.selector});delete n[d]}}return n}}}function A(){return{onProcessStyle:function(r,e){return"composes"in r?(function r(e,t){if(!t)return!0;if(Array.isArray(t)){for(var n=0;n<t.length;n++)if(!r(e,t[n]))return!1;return!0}if(t.indexOf(" ")>-1)return r(e,t.split(" "));var o=e.options.parent;if("$"===t[0]){var i=o.getRule(t.substr(1));return!!i&&i!==e&&(o.classes[e.key]+=" "+o.classes[i.key],!0)}return o.classes[e.key]+=" "+t,!0}(e,r.composes),delete r.composes,r):r}}}var R=/[A-Z]/g,C=/^ms-/,O={};function z(r){return"-"+r.toLowerCase()}function W(r){if(O.hasOwnProperty(r))return O[r];var e=r.replace(R,z);return O[r]=C.test(e)?"-"+e:e}function M(r){var e={};for(var t in r){e[0===t.indexOf("--")?t:W(t)]=r[t]}return r.fallbacks&&(Array.isArray(r.fallbacks)?e.fallbacks=r.fallbacks.map(M):e.fallbacks=M(r.fallbacks)),e}function E(){return{onProcessStyle:function(r){if(Array.isArray(r)){for(var e=0;e<r.length;e++)r[e]=M(r[e]);return r}return M(r)},onChangeValue:function(r,e,t){if(0===e.indexOf("--"))return r;var n=W(e);return e===n?r:(t.prop(n,r),null)}}}var V=e.hasCSSTOMSupport?window.CSS.px:"px",T=e.hasCSSTOMSupport?window.CSS.ms:"ms",F=e.hasCSSTOMSupport?window.CSS.percent:"%";function L(r){var e=/(-[a-z])/g,t=function(r){return r[1].toUpperCase()},n={};for(var o in r)n[o]=r[o],n[o.replace(e,t)]=r[o];return n}var N=L({"animation-delay":T,"animation-duration":T,"background-position":V,"background-position-x":V,"background-position-y":V,"background-size":V,border:V,"border-bottom":V,"border-bottom-left-radius":V,"border-bottom-right-radius":V,"border-bottom-width":V,"border-left":V,"border-left-width":V,"border-radius":V,"border-right":V,"border-right-width":V,"border-top":V,"border-top-left-radius":V,"border-top-right-radius":V,"border-top-width":V,"border-width":V,margin:V,"margin-bottom":V,"margin-left":V,"margin-right":V,"margin-top":V,padding:V,"padding-bottom":V,"padding-left":V,"padding-right":V,"padding-top":V,"mask-position-x":V,"mask-position-y":V,"mask-size":V,height:V,width:V,"min-height":V,"max-height":V,"min-width":V,"max-width":V,bottom:V,left:V,top:V,right:V,"box-shadow":V,"text-shadow":V,"column-gap":V,"column-rule":V,"column-rule-width":V,"column-width":V,"font-size":V,"font-size-delta":V,"letter-spacing":V,"text-indent":V,"text-stroke":V,"text-stroke-width":V,"word-spacing":V,motion:V,"motion-offset":V,outline:V,"outline-offset":V,"outline-width":V,perspective:V,"perspective-origin-x":F,"perspective-origin-y":F,"transform-origin":F,"transform-origin-x":F,"transform-origin-y":F,"transform-origin-z":F,"transition-delay":T,"transition-duration":T,"vertical-align":V,"flex-basis":V,"shape-margin":V,size:V,grid:V,"grid-gap":V,"grid-row-gap":V,"grid-column-gap":V,"grid-template-rows":V,"grid-template-columns":V,"grid-auto-rows":V,"grid-auto-columns":V,"box-shadow-x":V,"box-shadow-y":V,"box-shadow-blur":V,"box-shadow-spread":V,"font-line-height":V,"text-shadow-x":V,"text-shadow-y":V,"text-shadow-blur":V});function U(r,e,t){if(!e)return e;if(Array.isArray(e))for(var n=0;n<e.length;n++)e[n]=U(r,e[n],t);else if("object"==typeof e)if("fallbacks"===r)for(var o in e)e[o]=U(o,e[o],t);else for(var i in e)e[i]=U(r+"-"+i,e[i],t);else if("number"==typeof e)return t[r]?""+e+t[r]:N[r]?"function"==typeof N[r]?N[r](e).toString():""+e+N[r]:e.toString();return e}function D(r){void 0===r&&(r={});var e=L(r);return{onProcessStyle:function(r,t){if("style"!==t.type)return r;for(var n in r)r[n]=U(n,r[n],e);return r},onChangeValue:function(r,t){return U(t,r,e)}}}var G={"background-size":!0,"background-position":!0,border:!0,"border-bottom":!0,"border-left":!0,"border-top":!0,"border-right":!0,"border-radius":!0,"border-image":!0,"border-width":!0,"border-style":!0,"border-color":!0,"box-shadow":!0,flex:!0,margin:!0,padding:!0,outline:!0,"transform-origin":!0,transform:!0,transition:!0},H={position:!0,size:!0},I={padding:{top:0,right:0,bottom:0,left:0},margin:{top:0,right:0,bottom:0,left:0},background:{attachment:null,color:null,image:null,position:null,repeat:null},border:{width:null,style:null,color:null},"border-top":{width:null,style:null,color:null},"border-right":{width:null,style:null,color:null},"border-bottom":{width:null,style:null,color:null},"border-left":{width:null,style:null,color:null},outline:{width:null,style:null,color:null},"list-style":{type:null,position:null,image:null},transition:{property:null,duration:null,"timing-function":null,timingFunction:null,delay:null},animation:{name:null,duration:null,"timing-function":null,timingFunction:null,delay:null,"iteration-count":null,iterationCount:null,direction:null,"fill-mode":null,fillMode:null,"play-state":null,playState:null},"box-shadow":{x:0,y:0,blur:0,spread:0,color:null,inset:null},"text-shadow":{x:0,y:0,blur:null,color:null}},$={border:{radius:"border-radius",image:"border-image",width:"border-width",style:"border-style",color:"border-color"},"border-bottom":{width:"border-bottom-width",style:"border-bottom-style",color:"border-bottom-color"},"border-top":{width:"border-top-width",style:"border-top-style",color:"border-top-color"},"border-left":{width:"border-left-width",style:"border-left-style",color:"border-left-color"},"border-right":{width:"border-right-width",style:"border-right-style",color:"border-right-color"},background:{size:"background-size",image:"background-image"},font:{style:"font-style",variant:"font-variant",weight:"font-weight",stretch:"font-stretch",size:"font-size",family:"font-family",lineHeight:"line-height","line-height":"line-height"},flex:{grow:"flex-grow",basis:"flex-basis",direction:"flex-direction",wrap:"flex-wrap",flow:"flex-flow",shrink:"flex-shrink"},align:{self:"align-self",items:"align-items",content:"align-content"},grid:{"template-columns":"grid-template-columns",templateColumns:"grid-template-columns","template-rows":"grid-template-rows",templateRows:"grid-template-rows","template-areas":"grid-template-areas",templateAreas:"grid-template-areas",template:"grid-template","auto-columns":"grid-auto-columns",autoColumns:"grid-auto-columns","auto-rows":"grid-auto-rows",autoRows:"grid-auto-rows","auto-flow":"grid-auto-flow",autoFlow:"grid-auto-flow",row:"grid-row",column:"grid-column","row-start":"grid-row-start",rowStart:"grid-row-start","row-end":"grid-row-end",rowEnd:"grid-row-end","column-start":"grid-column-start",columnStart:"grid-column-start","column-end":"grid-column-end",columnEnd:"grid-column-end",area:"grid-area",gap:"grid-gap","row-gap":"grid-row-gap",rowGap:"grid-row-gap","column-gap":"grid-column-gap",columnGap:"grid-column-gap"}};function _(r,e,t,n){return null==t[e]?r:0===r.length?[]:Array.isArray(r[0])?_(r[0],e,t,n):"object"==typeof r[0]?function(r,e,t){return r.map(function(r){return q(r,e,t,!1,!0)})}(r,e,n):[r]}function q(r,e,t,n,o){if(!I[e]&&!$[e])return[];var i=[];if($[e]&&(r=function(r,e,t,n){for(var o in t){var i=t[o];if(void 0!==r[o]&&(n||!e.prop(i))){var l,s=Z((l={},l[i]=r[o],l),e)[i];n?e.style.fallbacks[i]=s:e.style[i]=s}delete r[o]}return r}(r,t,$[e],n)),Object.keys(r).length)for(var l in I[e])r[l]?Array.isArray(r[l])?i.push(null===H[l]?r[l]:r[l].join(" ")):i.push(r[l]):null!=I[e][l]&&i.push(I[e][l]);return!i.length||o?i:[i]}function Z(r,e,t){for(var n in r){var o=r[n];if(Array.isArray(o)){if(!Array.isArray(o[0])){if("fallbacks"===n){for(var i=0;i<r.fallbacks.length;i++)r.fallbacks[i]=Z(r.fallbacks[i],e,!0);continue}r[n]=_(o,n,G,e),r[n].length||delete r[n]}}else if("object"==typeof o){if("fallbacks"===n){r.fallbacks=Z(r.fallbacks,e,!0);continue}r[n]=q(o,n,e,t),r[n].length||delete r[n]}else""===r[n]&&delete r[n]}return r}function B(){return{onProcessStyle:function(r,e){if(!r||"style"!==e.type)return r;if(Array.isArray(r)){for(var t=0;t<r.length;t++)r[t]=Z(r[t],e);return r}return Z(r,e)}}}var J="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(r){return typeof r}:function(r){return r&&"function"==typeof Symbol&&r.constructor===Symbol&&r!==Symbol.prototype?"symbol":typeof r},K="object"===("undefined"==typeof window?"undefined":J(window))&&"object"===("undefined"==typeof document?"undefined":J(document))&&9===document.nodeType;function Q(r){return function(r){if(Array.isArray(r)){for(var e=0,t=new Array(r.length);e<r.length;e++)t[e]=r[e];return t}}(r)||function(r){if(Symbol.iterator in Object(r)||"[object Arguments]"===Object.prototype.toString.call(r))return Array.from(r)}(r)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance")}()}var X="",Y="",rr="",er="";if(K){var tr={Moz:"-moz-",ms:"-ms-",O:"-o-",Webkit:"-webkit-"},nr=document.createElement("p").style;for(var or in tr)if(or+"Transform"in nr){X=or,Y=tr[or];break}"Webkit"===X&&"msHyphens"in nr&&(X="ms",Y=tr.ms,er="edge"),"Webkit"===X&&"-apple-trailing-word"in nr&&(rr="apple")}var ir={js:X,css:Y,vendor:rr,browser:er};var lr={noPrefill:["appearance"],supportedProperty:function(r){return"appearance"===r&&("ms"===ir.js?"-webkit-"+r:ir.css+r)}},sr=/[-\s]+(.)?/g;function ur(r,e){return e?e.toUpperCase():""}function ar(r){return r.replace(sr,ur)}function fr(r){return ar("-"+r)}var dr,cr={supportedProperty:function(r,e){return!!/^break-/.test(r)&&("Webkit"===ir.js?"WebkitColumn"+fr(r)in e&&ir.css+"column-"+r:"Moz"===ir.js&&("page"+fr(r)in e&&"page-"+r))}},pr={noPrefill:["text-decoration-skip-ink"],supportedProperty:function(r){return"text-decoration-skip-ink"===r&&("apple"===ir.vendor?""+ir.css+r:"Webkit"===ir.js||"Moz"===ir.js?r:ir.css+r)}},gr={noPrefill:["color-adjust"],supportedProperty:function(r){return"color-adjust"===r&&("Webkit"===ir.js?ir.css+"print-"+r:r)}},yr={flex:"box-flex","flex-grow":"box-flex","flex-direction":["box-orient","box-direction"],order:"box-ordinal-group","align-items":"box-align","flex-flow":["box-orient","box-direction"],"justify-content":"box-pack"},br=Object.keys(yr),mr=function(r){return ir.css+r},hr={"flex-grow":"flex-positive","flex-shrink":"flex-negative","flex-basis":"flex-preferred-size","justify-content":"flex-pack",order:"flex-order","align-items":"flex-align","align-content":"flex-line-pack"},vr=[lr,{noPrefill:["transform"],supportedProperty:function(r,e,t){return"transform"===r&&(t.transform?r:ir.css+r)}},{noPrefill:["transition"],supportedProperty:function(r,e,t){return"transition"===r&&(t.transition?r:ir.css+r)}},{noPrefill:["mask"],supportedProperty:function(r,e){if(!/^mask/.test(r))return!1;if("Webkit"===ir.js){if(ar("mask-image")in e)return r;if(ir.js+fr("mask-image")in e)return ir.css+r}return r}},{noPrefill:["writing-mode"],supportedProperty:function(r){return"writing-mode"===r&&("Webkit"===ir.js||"ms"===ir.js?ir.css+r:r)}},gr,pr,cr,{supportedProperty:function(r,e){if(!/^(border|margin|padding)-inline/.test(r))return!1;if("Moz"===ir.js)return r;var t=r.replace("-inline","");return ir.js+fr(t)in e&&ir.css+t}},{supportedProperty:function(r,e){return ar(r)in e&&r}},{supportedProperty:function(r,e){var t=fr(r);return ir.js+t in e?ir.css+r:"Webkit"!==ir.js&&"Webkit"+t in e&&r}},{supportedProperty:function(r){return"scroll-snap"===r.substring(0,11)&&("ms"===ir.js?""+ir.css+r:r)}},{supportedProperty:function(r){return"overscroll-behavior"===r&&("ms"===ir.js?ir.css+"scroll-chaining":r)}},{supportedProperty:function(r,e){var t=hr[r];return!!t&&(ir.js+fr(t)in e&&ir.css+t)}},{supportedProperty:function(r,e,t){var n=t.multiple;if(br.indexOf(r)>-1){var o=yr[r];if(!Array.isArray(o))return ir.js+fr(o)in e&&ir.css+o;if(!n)return!1;for(var i=0;i<o.length;i++)if(!(ir.js+fr(o[0])in e))return!1;return o.map(mr)}return!1}}],wr=vr.filter(function(r){return r.supportedProperty}).map(function(r){return r.supportedProperty}),xr=vr.filter(function(r){return r.noPrefill}).reduce(function(r,e){return r.push.apply(r,Q(e.noPrefill)),r},[]),kr={};if(K){dr=document.createElement("p");var jr=window.getComputedStyle(document.documentElement,"");for(var Pr in jr)isNaN(Pr)||(kr[jr[Pr]]=jr[Pr]);xr.forEach(function(r){return delete kr[r]})}function Sr(r,e){if(void 0===e&&(e={}),!dr)return r;if(null!=kr[r])return kr[r];"transition"!==r&&"transform"!==r||(e[r]=r in dr.style);for(var t=0;t<wr.length&&(kr[r]=wr[t](r,dr.style,e),!kr[r]);t++);try{dr.style[r]=""}catch(r){return!1}return kr[r]}var Ar,Rr={},Cr={transition:1,"transition-property":1,"-webkit-transition":1,"-webkit-transition-property":1},Or=/(^\s*[\w-]+)|, (\s*[\w-]+)(?![^()]*\))/g;function zr(r,e,t){return"all"===e?"all":"all"===t?", all":e?Sr(e):", "+Sr(t)}function Wr(r,e){var t=e;if(!Ar)return e;if("string"!=typeof t||!isNaN(parseInt(t,10)))return t;var n=r+t;if(null!=Rr[n])return Rr[n];try{Ar.style[r]=t}catch(r){return Rr[n]=!1,!1}if(Cr[r])t=t.replace(Or,zr);else if(""===Ar.style[r]&&("-ms-flex"===(t=ir.css+t)&&(Ar.style[r]="-ms-flexbox"),Ar.style[r]=t,""===Ar.style[r]))return Rr[n]=!1,!1;return Ar.style[r]="",Rr[n]=t,Rr[n]}function Mr(){return{onProcessRule:function(r){if("keyframes"===r.type){var e=r;e.at="-"===(t=e.at)[1]?t:"ms"===ir.js?t:"@"+ir.css+"keyframes"+t.substr(10)}var t},onProcessStyle:function(r,t){if("style"!==t.type)return r;for(var n in r){var o=r[n],i=!1,l=Sr(n);l&&l!==n&&(i=!0);var s=!1,u=Wr(l,e.toCssValue(o));u&&u!==o&&(s=!0),(i||s)&&(i&&delete r[n],r[l||n]=u||o)}return r},onChangeValue:function(r,t){return Wr(t,e.toCssValue(r))||r}}}K&&(Ar=document.createElement("p"));r.default=function(r){return void 0===r&&(r={}),{plugins:[{onCreateRule:function(r,t,n){if("function"!=typeof t)return null;var i=e.createRule(r,{},n);return i[o]=t,i},onProcessStyle:function(r,e){if(n in e||o in e)return r;var t={};for(var i in r){var l=r[i];"function"==typeof l&&(delete r[i],t[i]=l)}return e[n]=t,r},onUpdate:function(r,e,t,i){var l=e,s=l[o];s&&(l.style=s(r));var u=l[n];if(u)for(var a in u)l.prop(a,u[a](r),i)}},(i=r.observable,{onCreateRule:function(r,t,n){if(!s(t))return null;var o=t,l=e.createRule(r,{},n);return o.subscribe(function(r){for(var e in r)l.prop(e,r[e],i)}),l},onProcessRule:function(r){if(!r||"style"===r.type){var e=r,t=e.style,n=function(r){var n=t[r];if(!s(n))return"continue";delete t[r],n.subscribe({next:function(t){e.prop(r,t,i)}})};for(var o in t)n(o)}}}),{onProcessRule:a},m(),x(),S(),A(),E(),D(r.defaultUnit),B(),Mr(),(t=function(r,e){return r.length===e.length?r>e?1:-1:r.length-e.length},{onProcessStyle:function(r,e){if("style"!==e.type)return r;for(var n={},o=Object.keys(r).sort(t),i=0;i<o.length;i++)n[o[i]]=r[o[i]];return n}})]};var t,i},Object.defineProperty(r,"__esModule",{value:!0})}); |
{ | ||
"name": "jss-preset-default", | ||
"description": "Default preset for JSS with selected plugins.", | ||
"version": "10.0.0-alpha.16", | ||
"version": "10.0.0-alpha.17", | ||
"license": "MIT", | ||
@@ -38,17 +38,17 @@ "homepage": "https://cssinjs.org/jss-preset-default", | ||
"@babel/runtime": "^7.3.1", | ||
"jss": "10.0.0-alpha.16", | ||
"jss-plugin-camel-case": "10.0.0-alpha.16", | ||
"jss-plugin-compose": "10.0.0-alpha.16", | ||
"jss-plugin-default-unit": "10.0.0-alpha.16", | ||
"jss-plugin-expand": "10.0.0-alpha.16", | ||
"jss-plugin-extend": "10.0.0-alpha.16", | ||
"jss-plugin-global": "10.0.0-alpha.16", | ||
"jss-plugin-nested": "10.0.0-alpha.16", | ||
"jss-plugin-props-sort": "10.0.0-alpha.16", | ||
"jss-plugin-rule-value-function": "10.0.0-alpha.16", | ||
"jss-plugin-rule-value-observable": "10.0.0-alpha.16", | ||
"jss-plugin-template": "10.0.0-alpha.16", | ||
"jss-plugin-vendor-prefixer": "10.0.0-alpha.16" | ||
"jss": "10.0.0-alpha.17", | ||
"jss-plugin-camel-case": "10.0.0-alpha.17", | ||
"jss-plugin-compose": "10.0.0-alpha.17", | ||
"jss-plugin-default-unit": "10.0.0-alpha.17", | ||
"jss-plugin-expand": "10.0.0-alpha.17", | ||
"jss-plugin-extend": "10.0.0-alpha.17", | ||
"jss-plugin-global": "10.0.0-alpha.17", | ||
"jss-plugin-nested": "10.0.0-alpha.17", | ||
"jss-plugin-props-sort": "10.0.0-alpha.17", | ||
"jss-plugin-rule-value-function": "10.0.0-alpha.17", | ||
"jss-plugin-rule-value-observable": "10.0.0-alpha.17", | ||
"jss-plugin-template": "10.0.0-alpha.17", | ||
"jss-plugin-vendor-prefixer": "10.0.0-alpha.17" | ||
}, | ||
"gitHead": "9984cccd0aad34010aa1c05ed35b2deed0353706" | ||
"gitHead": "dae1bf2b42e46270f3625b5d1dabaccea2aeda17" | ||
} |
@@ -12,3 +12,3 @@ # jss-preset-default | ||
See our website [jss-preset-default](https://cssinjs.org/jss-preset-default?v=v10.0.0-alpha.16) for more information. | ||
See our website [jss-preset-default](https://cssinjs.org/jss-preset-default?v=v10.0.0-alpha.17) for more information. | ||
@@ -15,0 +15,0 @@ ## Install |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
296320
5275
+ Addedjss@10.0.0-alpha.17(transitive)
+ Addedjss-plugin-camel-case@10.0.0-alpha.17(transitive)
+ Addedjss-plugin-compose@10.0.0-alpha.17(transitive)
+ Addedjss-plugin-default-unit@10.0.0-alpha.17(transitive)
+ Addedjss-plugin-expand@10.0.0-alpha.17(transitive)
+ Addedjss-plugin-extend@10.0.0-alpha.17(transitive)
+ Addedjss-plugin-global@10.0.0-alpha.17(transitive)
+ Addedjss-plugin-nested@10.0.0-alpha.17(transitive)
+ Addedjss-plugin-props-sort@10.0.0-alpha.17(transitive)
+ Addedjss-plugin-rule-value-function@10.0.0-alpha.17(transitive)
+ Addedjss-plugin-rule-value-observable@10.0.0-alpha.17(transitive)
+ Addedjss-plugin-template@10.0.0-alpha.17(transitive)
+ Addedjss-plugin-vendor-prefixer@10.0.0-alpha.17(transitive)
- Removedjss@10.0.0-alpha.16(transitive)
- Removedjss-plugin-camel-case@10.0.0-alpha.16(transitive)
- Removedjss-plugin-compose@10.0.0-alpha.16(transitive)
- Removedjss-plugin-default-unit@10.0.0-alpha.16(transitive)
- Removedjss-plugin-expand@10.0.0-alpha.16(transitive)
- Removedjss-plugin-extend@10.0.0-alpha.16(transitive)
- Removedjss-plugin-global@10.0.0-alpha.16(transitive)
- Removedjss-plugin-nested@10.0.0-alpha.16(transitive)
- Removedjss-plugin-props-sort@10.0.0-alpha.16(transitive)
- Removedjss-plugin-rule-value-function@10.0.0-alpha.16(transitive)
- Removedjss-plugin-rule-value-observable@10.0.0-alpha.16(transitive)
- Removedjss-plugin-template@10.0.0-alpha.16(transitive)
- Removedjss-plugin-vendor-prefixer@10.0.0-alpha.16(transitive)
Updatedjss@10.0.0-alpha.17