jss-preset-default
Advanced tools
Comparing version 10.0.0-alpha.26 to 10.0.0-alpha.27
@@ -1980,7 +1980,11 @@ (function (global, factory) { | ||
function onProcessStyle(style, rule) { | ||
if (rule.type !== 'style') return style; | ||
function prefixStyle(style) { | ||
for (var prop in style) { | ||
var value = style[prop]; | ||
if (prop === 'fallbacks' && Array.isArray(value)) { | ||
style[prop] = value.map(prefixStyle); | ||
continue; | ||
} | ||
var changeProp = false; | ||
@@ -2002,2 +2006,7 @@ var supportedProp = supportedProperty(prop); | ||
function onProcessStyle(style, rule) { | ||
if (rule.type !== 'style') return style; | ||
return prefixStyle(style); | ||
} | ||
function onChangeValue(value, prop) { | ||
@@ -2004,0 +2013,0 @@ return supportedValue(prop, jss.toCssValue(value)) || value; |
@@ -1,1 +0,1 @@ | ||
!function(r,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("jss")):"function"==typeof define&&define.amd?define(["exports","jss"],t):t((r=r||self).jssPresetDefault={},r.jss)}(this,function(r,t){"use strict";var e=Date.now(),n="fnValues"+e,o="fnStyle"+ ++e;var i=function(r){var t,e=r.Symbol;return"function"==typeof e?e.observable?t=e.observable:(t=e("observable"),e.observable=t):t="@@observable",t}("undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof module?module:Function("return this")()),l=function(r){return r&&r[i]&&r===r[i]()};var s=/;\n/,u=function(r){"string"==typeof r.style&&(r.style=function(r){for(var t={},e=r.split(s),n=0;n<e.length;n++){var o=(e[n]||"").trim();if(o){var i=o.indexOf(":");if(-1!==i){var l=o.substr(0,i).trim(),u=o.substr(i+1).trim();t[l]=u}}}return t}(r.style))};function a(){return(a=Object.assign||function(r){for(var t=1;t<arguments.length;t++){var e=arguments[t];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(r[n]=e[n])}return r}).apply(this,arguments)}var f="@global",d="@global ",c=function(){function r(r,e,n){for(var o in this.type="global",this.at=f,this.rules=void 0,this.options=void 0,this.key=void 0,this.isProcessed=!1,this.key=r,this.options=n,this.rules=new t.RuleList(a({},n,{parent:this})),e)this.rules.add(o,e[o]);this.rules.process()}var e=r.prototype;return e.getRule=function(r){return this.rules.get(r)},e.addRule=function(r,t,e){var n=this.rules.add(r,t,e);return this.options.jss.plugins.onProcessRule(n),n},e.indexOf=function(r){return this.rules.indexOf(r)},e.toString=function(){return this.rules.toString()},r}(),p=function(){function r(r,t,e){this.type="global",this.at=f,this.options=void 0,this.rule=void 0,this.isProcessed=!1,this.key=void 0,this.key=r,this.options=e;var n=r.substr(d.length);this.rule=e.jss.createRule(n,t,a({},e,{parent:this}))}return r.prototype.toString=function(r){return this.rule?this.rule.toString(r):""},r}(),g=/\s*,\s*/g;function y(r,t){for(var e=r.split(g),n="",o=0;o<e.length;o++)n+=t+" "+e[o].trim(),e[o+1]&&(n+=", ");return n}function b(){return{onCreateRule:function(r,t,e){if(!r)return null;if(r===f)return new c(r,t,e);if("@"===r[0]&&r.substr(0,d.length)===d)return new p(r,t,e);var n=e.parent;return n&&("global"===n.type||n.options.parent&&"global"===n.options.parent.type)&&(e.scoped=!1),!1===e.scoped&&(e.selector=r),null},onProcessRule:function(r){"style"===r.type&&(function(r){var t=r.options,e=r.style,n=e?e[f]:null;if(n){for(var o in n)t.sheet.addRule(o,n[o],a({},t,{selector:y(o,r.selector)}));delete e[f]}}(r),function(r){var t=r.options,e=r.style;for(var n in e)if("@"===n[0]&&n.substr(0,f.length)===f){var o=y(n.substr(f.length),r.selector);t.sheet.addRule(o,e[n],a({},t,{selector:o})),delete e[n]}}(r))}}}var m=function(r){return r&&"object"==typeof r&&!Array.isArray(r)},h="extendCurrValue"+Date.now();function v(r,t,e,n){return void 0===n&&(n={}),function(r,t,e,n){if("string"!=typeof r.extend)if(Array.isArray(r.extend))for(var o=0;o<r.extend.length;o++)v(r.extend[o],t,e,n);else for(var i in r.extend)"extend"!==i?m(r.extend[i])?(i in n||(n[i]={}),v(r.extend[i],t,e,n[i])):n[i]=r.extend[i]:v(r.extend.extend,t,e,n);else{if(!e)return;var l=e.getRule(r.extend);if(!l)return;if(l===t)return;var s=l.options.parent;s&&v(s.rules.raw[r.extend],t,e,n)}}(r,t,e,n),function(r,t,e,n){for(var o in r)"extend"!==o&&(m(n[o])&&m(r[o])?v(r[o],t,e,n[o]):m(r[o])?n[o]=v(r[o],t,e):n[o]=r[o])}(r,t,e,n),n}function w(){return{onProcessStyle:function(r,t,e){return"extend"in r?v(r,t,e):r},onChangeValue:function(r,t,e){if("extend"!==t)return r;if(null==r||!1===r){for(var n in e[h])e.prop(n,null);return e[h]=null,null}if("object"==typeof r){for(var o in r)e.prop(o,r[o]);e[h]=r}return null}}}var x=/\s*,\s*/g,k=/&/g,S=/\$([\w-]+)/g;function j(){function r(r,t){return function(e,n){var o=r.getRule(n)||t&&t.getRule(n);return o?(o=o).selector:n}}function t(r,t){for(var e=t.split(x),n=r.split(x),o="",i=0;i<e.length;i++)for(var l=e[i],s=0;s<n.length;s++){var u=n[s];o&&(o+=", "),o+=-1!==u.indexOf("&")?u.replace(k,l):l+" "+u}return o}function e(r,t,e){if(e)return a({},e,{index:e.index+1});var n=r.options.nestingLevel;return n=void 0===n?1:n+1,a({},r.options,{nestingLevel:n,index:t.indexOf(r)+1})}return{onProcessStyle:function(n,o,i){if("style"!==o.type)return n;var l,s,u=o,f=u.options.parent;for(var d in n){var c=-1!==d.indexOf("&"),p="@"===d[0];if(c||p){if(l=e(u,f,l),c){var g=t(d,u.selector);s||(s=r(f,i)),g=g.replace(S,s),f.addRule(g,n[d],a({},l,{selector:g}))}else p&&f.addRule(d,{},l).addRule(u.key,n[d],{selector:u.selector});delete n[d]}}return n}}}function P(){return{onProcessStyle:function(r,t){return"composes"in r?(function r(t,e){if(!e)return!0;if(Array.isArray(e)){for(var n=0;n<e.length;n++)if(!r(t,e[n]))return!1;return!0}if(e.indexOf(" ")>-1)return r(t,e.split(" "));var o=t.options.parent;if("$"===e[0]){var i=o.getRule(e.substr(1));return!!i&&i!==t&&(o.classes[t.key]+=" "+o.classes[i.key],!0)}return o.classes[t.key]+=" "+e,!0}(t,r.composes),delete r.composes,r):r}}}var A=/[A-Z]/g,C=/^ms-/,R={};function O(r){return"-"+r.toLowerCase()}function z(r){if(R.hasOwnProperty(r))return R[r];var t=r.replace(A,O);return R[r]=C.test(t)?"-"+t:t}function W(r){var t={};for(var e in r){t[0===e.indexOf("--")?e:z(e)]=r[e]}return r.fallbacks&&(Array.isArray(r.fallbacks)?t.fallbacks=r.fallbacks.map(W):t.fallbacks=W(r.fallbacks)),t}function E(){return{onProcessStyle:function(r){if(Array.isArray(r)){for(var t=0;t<r.length;t++)r[t]=W(r[t]);return r}return W(r)},onChangeValue:function(r,t,e){if(0===t.indexOf("--"))return r;var n=z(t);return t===n?r:(e.prop(n,r),null)}}}var M=t.hasCSSTOMSupport&&CSS?CSS.px:"px",T=t.hasCSSTOMSupport&&CSS?CSS.ms:"ms",V=t.hasCSSTOMSupport&&CSS?CSS.percent:"%";function F(r){var t=/(-[a-z])/g,e=function(r){return r[1].toUpperCase()},n={};for(var o in r)n[o]=r[o],n[o.replace(t,e)]=r[o];return n}var L=F({"animation-delay":T,"animation-duration":T,"background-position":M,"background-position-x":M,"background-position-y":M,"background-size":M,border:M,"border-bottom":M,"border-bottom-left-radius":M,"border-bottom-right-radius":M,"border-bottom-width":M,"border-left":M,"border-left-width":M,"border-radius":M,"border-right":M,"border-right-width":M,"border-top":M,"border-top-left-radius":M,"border-top-right-radius":M,"border-top-width":M,"border-width":M,margin:M,"margin-bottom":M,"margin-left":M,"margin-right":M,"margin-top":M,padding:M,"padding-bottom":M,"padding-left":M,"padding-right":M,"padding-top":M,"mask-position-x":M,"mask-position-y":M,"mask-size":M,height:M,width:M,"min-height":M,"max-height":M,"min-width":M,"max-width":M,bottom:M,left:M,top:M,right:M,"box-shadow":M,"text-shadow":M,"column-gap":M,"column-rule":M,"column-rule-width":M,"column-width":M,"font-size":M,"font-size-delta":M,"letter-spacing":M,"text-indent":M,"text-stroke":M,"text-stroke-width":M,"word-spacing":M,motion:M,"motion-offset":M,outline:M,"outline-offset":M,"outline-width":M,perspective:M,"perspective-origin-x":V,"perspective-origin-y":V,"transform-origin":V,"transform-origin-x":V,"transform-origin-y":V,"transform-origin-z":V,"transition-delay":T,"transition-duration":T,"vertical-align":M,"flex-basis":M,"shape-margin":M,size:M,grid:M,"grid-gap":M,"grid-row-gap":M,"grid-column-gap":M,"grid-template-rows":M,"grid-template-columns":M,"grid-auto-rows":M,"grid-auto-columns":M,"box-shadow-x":M,"box-shadow-y":M,"box-shadow-blur":M,"box-shadow-spread":M,"font-line-height":M,"text-shadow-x":M,"text-shadow-y":M,"text-shadow-blur":M});function N(r,t,e){if(!t)return t;if(Array.isArray(t))for(var n=0;n<t.length;n++)t[n]=N(r,t[n],e);else if("object"==typeof t)if("fallbacks"===r)for(var o in t)t[o]=N(o,t[o],e);else for(var i in t)t[i]=N(r+"-"+i,t[i],e);else if("number"==typeof t)return e[r]?""+t+e[r]:L[r]?"function"==typeof L[r]?L[r](t).toString():""+t+L[r]:t.toString();return t}function U(r){void 0===r&&(r={});var t=F(r);return{onProcessStyle:function(r,e){if("style"!==e.type)return r;for(var n in r)r[n]=N(n,r[n],t);return r},onChangeValue:function(r,e){return N(e,r,t)}}}var D={"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},G={position:!0,size:!0},H={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}},I={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,t,e,n){return null==e[t]?r:0===r.length?[]:Array.isArray(r[0])?$(r[0],t,e,n):"object"==typeof r[0]?function(r,t,e){return r.map(function(r){return _(r,t,e,!1,!0)})}(r,t,n):[r]}function _(r,t,e,n,o){if(!H[t]&&!I[t])return[];var i=[];if(I[t]&&(r=function(r,t,e,n){for(var o in e){var i=e[o];if(void 0!==r[o]&&(n||!t.prop(i))){var l,s=q((l={},l[i]=r[o],l),t)[i];n?t.style.fallbacks[i]=s:t.style[i]=s}delete r[o]}return r}(r,e,I[t],n)),Object.keys(r).length)for(var l in H[t])r[l]?Array.isArray(r[l])?i.push(null===G[l]?r[l]:r[l].join(" ")):i.push(r[l]):null!=H[t][l]&&i.push(H[t][l]);return!i.length||o?i:[i]}function q(r,t,e){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]=q(r.fallbacks[i],t,!0);continue}r[n]=$(o,n,D,t),r[n].length||delete r[n]}}else if("object"==typeof o){if("fallbacks"===n){r.fallbacks=q(r.fallbacks,t,!0);continue}r[n]=_(o,n,t,e),r[n].length||delete r[n]}else""===r[n]&&delete r[n]}return r}function Z(){return{onProcessStyle:function(r,t){if(!r||"style"!==t.type)return r;if(Array.isArray(r)){for(var e=0;e<r.length;e++)r[e]=q(r[e],t);return r}return q(r,t)}}}var B="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},J="object"===("undefined"==typeof window?"undefined":B(window))&&"object"===("undefined"==typeof document?"undefined":B(document))&&9===document.nodeType;function K(r){return function(r){if(Array.isArray(r)){for(var t=0,e=new Array(r.length);t<r.length;t++)e[t]=r[t];return e}}(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 Q="",X="",Y="",rr="",tr=J&&"ontouchstart"in document.documentElement;if(J){var er={Moz:"-moz-",ms:"-ms-",O:"-o-",Webkit:"-webkit-"},nr=document.createElement("p").style;for(var or in er)if(or+"Transform"in nr){Q=or,X=er[or];break}"Webkit"===Q&&"msHyphens"in nr&&(Q="ms",X=er.ms,rr="edge"),"Webkit"===Q&&"-apple-trailing-word"in nr&&(Y="apple")}var ir={js:Q,css:X,vendor:Y,browser:rr,isTouch:tr};var lr={noPrefill:["appearance"],supportedProperty:function(r){return"appearance"===r&&("ms"===ir.js?"-webkit-"+r:ir.css+r)}},sr=/[-\s]+(.)?/g;function ur(r,t){return t?t.toUpperCase():""}function ar(r){return r.replace(sr,ur)}function fr(r){return ar("-"+r)}var dr,cr={supportedProperty:function(r,t){return!!/^break-/.test(r)&&("Webkit"===ir.js?"WebkitColumn"+fr(r)in t&&ir.css+"column-"+r:"Moz"===ir.js&&("page"+fr(r)in t&&"page-"+r))}},pr={noPrefill:["color-adjust"],supportedProperty:function(r){return"color-adjust"===r&&("Webkit"===ir.js?ir.css+"print-"+r:r)}},gr={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"},yr=Object.keys(gr),br=function(r){return ir.css+r},mr={"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"},hr=[lr,pr,{noPrefill:["mask"],supportedProperty:function(r,t){if(!/^mask/.test(r))return!1;if("Webkit"===ir.js){if(ar("mask-image")in t)return r;if(ir.js+fr("mask-image")in t)return ir.css+r}return r}},{noPrefill:["text-orientation"],supportedProperty:function(r){return"text-orientation"===r&&("apple"!==ir.vendor||ir.isTouch?r:ir.css+r)}},{noPrefill:["transform"],supportedProperty:function(r,t,e){return"transform"===r&&(e.transform?r:ir.css+r)}},{noPrefill:["transition"],supportedProperty:function(r,t,e){return"transition"===r&&(e.transition?r:ir.css+r)}},{noPrefill:["writing-mode"],supportedProperty:function(r){return"writing-mode"===r&&("Webkit"===ir.js||"ms"===ir.js?ir.css+r:r)}},cr,{supportedProperty:function(r,t){if(!/^(border|margin|padding)-inline/.test(r))return!1;if("Moz"===ir.js)return r;var e=r.replace("-inline","");return ir.js+fr(e)in t&&ir.css+e}},{supportedProperty:function(r,t){return ar(r)in t&&r}},{supportedProperty:function(r,t){var e=fr(r);return"-"===r[0]?r:"-"===r[0]&&"-"===r[1]?r:ir.js+e in t?ir.css+r:"Webkit"!==ir.js&&"Webkit"+e in t&&"-webkit-"+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,t){var e=mr[r];return!!e&&(ir.js+fr(e)in t&&ir.css+e)}},{supportedProperty:function(r,t,e){var n=e.multiple;if(yr.indexOf(r)>-1){var o=gr[r];if(!Array.isArray(o))return ir.js+fr(o)in t&&ir.css+o;if(!n)return!1;for(var i=0;i<o.length;i++)if(!(ir.js+fr(o[0])in t))return!1;return o.map(br)}return!1}}],vr=hr.filter(function(r){return r.supportedProperty}).map(function(r){return r.supportedProperty}),wr=hr.filter(function(r){return r.noPrefill}).reduce(function(r,t){return r.push.apply(r,K(t.noPrefill)),r},[]),xr={};if(J){dr=document.createElement("p");var kr=window.getComputedStyle(document.documentElement,"");for(var Sr in kr)isNaN(Sr)||(xr[kr[Sr]]=kr[Sr]);wr.forEach(function(r){return delete xr[r]})}function jr(r,t){if(void 0===t&&(t={}),!dr)return r;if(null!=xr[r])return xr[r];"transition"!==r&&"transform"!==r||(t[r]=r in dr.style);for(var e=0;e<vr.length&&(xr[r]=vr[e](r,dr.style,t),!xr[r]);e++);try{dr.style[r]=""}catch(r){return!1}return xr[r]}var Pr,Ar={},Cr={transition:1,"transition-property":1,"-webkit-transition":1,"-webkit-transition-property":1},Rr=/(^\s*[\w-]+)|, (\s*[\w-]+)(?![^()]*\))/g;function Or(r,t,e){return"var"===t?"var":"all"===t?"all":"all"===e?", all":t?jr(t):", "+jr(e)}function zr(r,t){var e=t;if(!Pr||"content"===r)return t;if("string"!=typeof e||!isNaN(parseInt(e,10)))return e;var n=r+e;if(null!=Ar[n])return Ar[n];try{Pr.style[r]=e}catch(r){return Ar[n]=!1,!1}if(Cr[r])e=e.replace(Rr,Or);else if(""===Pr.style[r]&&("-ms-flex"===(e=ir.css+e)&&(Pr.style[r]="-ms-flexbox"),Pr.style[r]=e,""===Pr.style[r]))return Ar[n]=!1,!1;return Pr.style[r]="",Ar[n]=e,Ar[n]}function Wr(){return{onProcessRule:function(r){if("keyframes"===r.type){var t=r;t.at="-"===(e=t.at)[1]?e:"ms"===ir.js?e:"@"+ir.css+"keyframes"+e.substr(10)}var e},onProcessStyle:function(r,e){if("style"!==e.type)return r;for(var n in r){var o=r[n],i=!1,l=jr(n);l&&l!==n&&(i=!0);var s=!1,u=zr(l,t.toCssValue(o));u&&u!==o&&(s=!0),(i||s)&&(i&&delete r[n],r[l||n]=u||o)}return r},onChangeValue:function(r,e){return zr(e,t.toCssValue(r))||r}}}J&&(Pr=document.createElement("p"));r.default=function(r){return void 0===r&&(r={}),{plugins:[{onCreateRule:function(r,e,n){if("function"!=typeof e)return null;var i=t.createRule(r,{},n);return i[o]=e,i},onProcessStyle:function(r,t){if(n in t||o in t)return r;var e={};for(var i in r){var l=r[i];"function"==typeof l&&(delete r[i],e[i]=l)}return t[n]=e,r},onUpdate:function(r,t,e,i){var l=t,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,e,n){if(!l(e))return null;var o=e,s=t.createRule(r,{},n);return o.subscribe(function(r){for(var t in r)s.prop(t,r[t],i)}),s},onProcessRule:function(r){if(!r||"style"===r.type){var t=r,e=t.style,n=function(r){var n=e[r];if(!l(n))return"continue";delete e[r],n.subscribe({next:function(e){t.prop(r,e,i)}})};for(var o in e)n(o)}}}),{onProcessRule:u},b(),w(),j(),P(),E(),U(r.defaultUnit),Z(),Wr(),(e=function(r,t){return r.length===t.length?r>t?1:-1:r.length-t.length},{onProcessStyle:function(r,t){if("style"!==t.type)return r;for(var n={},o=Object.keys(r).sort(e),i=0;i<o.length;i++)n[o[i]]=r[o[i]];return n}})]};var e,i},Object.defineProperty(r,"__esModule",{value:!0})}); | ||
!function(r,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("jss")):"function"==typeof define&&define.amd?define(["exports","jss"],t):t((r=r||self).jssPresetDefault={},r.jss)}(this,function(r,t){"use strict";var e=Date.now(),n="fnValues"+e,o="fnStyle"+ ++e;var i=function(r){var t,e=r.Symbol;return"function"==typeof e?e.observable?t=e.observable:(t=e("observable"),e.observable=t):t="@@observable",t}("undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof module?module:Function("return this")()),l=function(r){return r&&r[i]&&r===r[i]()};var s=/;\n/,u=function(r){"string"==typeof r.style&&(r.style=function(r){for(var t={},e=r.split(s),n=0;n<e.length;n++){var o=(e[n]||"").trim();if(o){var i=o.indexOf(":");if(-1!==i){var l=o.substr(0,i).trim(),u=o.substr(i+1).trim();t[l]=u}}}return t}(r.style))};function a(){return(a=Object.assign||function(r){for(var t=1;t<arguments.length;t++){var e=arguments[t];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(r[n]=e[n])}return r}).apply(this,arguments)}var f="@global",d="@global ",c=function(){function r(r,e,n){for(var o in this.type="global",this.at=f,this.rules=void 0,this.options=void 0,this.key=void 0,this.isProcessed=!1,this.key=r,this.options=n,this.rules=new t.RuleList(a({},n,{parent:this})),e)this.rules.add(o,e[o]);this.rules.process()}var e=r.prototype;return e.getRule=function(r){return this.rules.get(r)},e.addRule=function(r,t,e){var n=this.rules.add(r,t,e);return this.options.jss.plugins.onProcessRule(n),n},e.indexOf=function(r){return this.rules.indexOf(r)},e.toString=function(){return this.rules.toString()},r}(),p=function(){function r(r,t,e){this.type="global",this.at=f,this.options=void 0,this.rule=void 0,this.isProcessed=!1,this.key=void 0,this.key=r,this.options=e;var n=r.substr(d.length);this.rule=e.jss.createRule(n,t,a({},e,{parent:this}))}return r.prototype.toString=function(r){return this.rule?this.rule.toString(r):""},r}(),g=/\s*,\s*/g;function y(r,t){for(var e=r.split(g),n="",o=0;o<e.length;o++)n+=t+" "+e[o].trim(),e[o+1]&&(n+=", ");return n}function b(){return{onCreateRule:function(r,t,e){if(!r)return null;if(r===f)return new c(r,t,e);if("@"===r[0]&&r.substr(0,d.length)===d)return new p(r,t,e);var n=e.parent;return n&&("global"===n.type||n.options.parent&&"global"===n.options.parent.type)&&(e.scoped=!1),!1===e.scoped&&(e.selector=r),null},onProcessRule:function(r){"style"===r.type&&(function(r){var t=r.options,e=r.style,n=e?e[f]:null;if(n){for(var o in n)t.sheet.addRule(o,n[o],a({},t,{selector:y(o,r.selector)}));delete e[f]}}(r),function(r){var t=r.options,e=r.style;for(var n in e)if("@"===n[0]&&n.substr(0,f.length)===f){var o=y(n.substr(f.length),r.selector);t.sheet.addRule(o,e[n],a({},t,{selector:o})),delete e[n]}}(r))}}}var m=function(r){return r&&"object"==typeof r&&!Array.isArray(r)},h="extendCurrValue"+Date.now();function v(r,t,e,n){return void 0===n&&(n={}),function(r,t,e,n){if("string"!=typeof r.extend)if(Array.isArray(r.extend))for(var o=0;o<r.extend.length;o++)v(r.extend[o],t,e,n);else for(var i in r.extend)"extend"!==i?m(r.extend[i])?(i in n||(n[i]={}),v(r.extend[i],t,e,n[i])):n[i]=r.extend[i]:v(r.extend.extend,t,e,n);else{if(!e)return;var l=e.getRule(r.extend);if(!l)return;if(l===t)return;var s=l.options.parent;s&&v(s.rules.raw[r.extend],t,e,n)}}(r,t,e,n),function(r,t,e,n){for(var o in r)"extend"!==o&&(m(n[o])&&m(r[o])?v(r[o],t,e,n[o]):m(r[o])?n[o]=v(r[o],t,e):n[o]=r[o])}(r,t,e,n),n}function w(){return{onProcessStyle:function(r,t,e){return"extend"in r?v(r,t,e):r},onChangeValue:function(r,t,e){if("extend"!==t)return r;if(null==r||!1===r){for(var n in e[h])e.prop(n,null);return e[h]=null,null}if("object"==typeof r){for(var o in r)e.prop(o,r[o]);e[h]=r}return null}}}var x=/\s*,\s*/g,k=/&/g,S=/\$([\w-]+)/g;function j(){function r(r,t){return function(e,n){var o=r.getRule(n)||t&&t.getRule(n);return o?(o=o).selector:n}}function t(r,t){for(var e=t.split(x),n=r.split(x),o="",i=0;i<e.length;i++)for(var l=e[i],s=0;s<n.length;s++){var u=n[s];o&&(o+=", "),o+=-1!==u.indexOf("&")?u.replace(k,l):l+" "+u}return o}function e(r,t,e){if(e)return a({},e,{index:e.index+1});var n=r.options.nestingLevel;return n=void 0===n?1:n+1,a({},r.options,{nestingLevel:n,index:t.indexOf(r)+1})}return{onProcessStyle:function(n,o,i){if("style"!==o.type)return n;var l,s,u=o,f=u.options.parent;for(var d in n){var c=-1!==d.indexOf("&"),p="@"===d[0];if(c||p){if(l=e(u,f,l),c){var g=t(d,u.selector);s||(s=r(f,i)),g=g.replace(S,s),f.addRule(g,n[d],a({},l,{selector:g}))}else p&&f.addRule(d,{},l).addRule(u.key,n[d],{selector:u.selector});delete n[d]}}return n}}}function P(){return{onProcessStyle:function(r,t){return"composes"in r?(function r(t,e){if(!e)return!0;if(Array.isArray(e)){for(var n=0;n<e.length;n++)if(!r(t,e[n]))return!1;return!0}if(e.indexOf(" ")>-1)return r(t,e.split(" "));var o=t.options.parent;if("$"===e[0]){var i=o.getRule(e.substr(1));return!!i&&i!==t&&(o.classes[t.key]+=" "+o.classes[i.key],!0)}return o.classes[t.key]+=" "+e,!0}(t,r.composes),delete r.composes,r):r}}}var A=/[A-Z]/g,C=/^ms-/,R={};function O(r){return"-"+r.toLowerCase()}function z(r){if(R.hasOwnProperty(r))return R[r];var t=r.replace(A,O);return R[r]=C.test(t)?"-"+t:t}function W(r){var t={};for(var e in r){t[0===e.indexOf("--")?e:z(e)]=r[e]}return r.fallbacks&&(Array.isArray(r.fallbacks)?t.fallbacks=r.fallbacks.map(W):t.fallbacks=W(r.fallbacks)),t}function E(){return{onProcessStyle:function(r){if(Array.isArray(r)){for(var t=0;t<r.length;t++)r[t]=W(r[t]);return r}return W(r)},onChangeValue:function(r,t,e){if(0===t.indexOf("--"))return r;var n=z(t);return t===n?r:(e.prop(n,r),null)}}}var M=t.hasCSSTOMSupport&&CSS?CSS.px:"px",T=t.hasCSSTOMSupport&&CSS?CSS.ms:"ms",V=t.hasCSSTOMSupport&&CSS?CSS.percent:"%";function F(r){var t=/(-[a-z])/g,e=function(r){return r[1].toUpperCase()},n={};for(var o in r)n[o]=r[o],n[o.replace(t,e)]=r[o];return n}var L=F({"animation-delay":T,"animation-duration":T,"background-position":M,"background-position-x":M,"background-position-y":M,"background-size":M,border:M,"border-bottom":M,"border-bottom-left-radius":M,"border-bottom-right-radius":M,"border-bottom-width":M,"border-left":M,"border-left-width":M,"border-radius":M,"border-right":M,"border-right-width":M,"border-top":M,"border-top-left-radius":M,"border-top-right-radius":M,"border-top-width":M,"border-width":M,margin:M,"margin-bottom":M,"margin-left":M,"margin-right":M,"margin-top":M,padding:M,"padding-bottom":M,"padding-left":M,"padding-right":M,"padding-top":M,"mask-position-x":M,"mask-position-y":M,"mask-size":M,height:M,width:M,"min-height":M,"max-height":M,"min-width":M,"max-width":M,bottom:M,left:M,top:M,right:M,"box-shadow":M,"text-shadow":M,"column-gap":M,"column-rule":M,"column-rule-width":M,"column-width":M,"font-size":M,"font-size-delta":M,"letter-spacing":M,"text-indent":M,"text-stroke":M,"text-stroke-width":M,"word-spacing":M,motion:M,"motion-offset":M,outline:M,"outline-offset":M,"outline-width":M,perspective:M,"perspective-origin-x":V,"perspective-origin-y":V,"transform-origin":V,"transform-origin-x":V,"transform-origin-y":V,"transform-origin-z":V,"transition-delay":T,"transition-duration":T,"vertical-align":M,"flex-basis":M,"shape-margin":M,size:M,grid:M,"grid-gap":M,"grid-row-gap":M,"grid-column-gap":M,"grid-template-rows":M,"grid-template-columns":M,"grid-auto-rows":M,"grid-auto-columns":M,"box-shadow-x":M,"box-shadow-y":M,"box-shadow-blur":M,"box-shadow-spread":M,"font-line-height":M,"text-shadow-x":M,"text-shadow-y":M,"text-shadow-blur":M});function N(r,t,e){if(!t)return t;if(Array.isArray(t))for(var n=0;n<t.length;n++)t[n]=N(r,t[n],e);else if("object"==typeof t)if("fallbacks"===r)for(var o in t)t[o]=N(o,t[o],e);else for(var i in t)t[i]=N(r+"-"+i,t[i],e);else if("number"==typeof t)return e[r]?""+t+e[r]:L[r]?"function"==typeof L[r]?L[r](t).toString():""+t+L[r]:t.toString();return t}function U(r){void 0===r&&(r={});var t=F(r);return{onProcessStyle:function(r,e){if("style"!==e.type)return r;for(var n in r)r[n]=N(n,r[n],t);return r},onChangeValue:function(r,e){return N(e,r,t)}}}var D={"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},G={position:!0,size:!0},H={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}},I={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,t,e,n){return null==e[t]?r:0===r.length?[]:Array.isArray(r[0])?$(r[0],t,e,n):"object"==typeof r[0]?function(r,t,e){return r.map(function(r){return _(r,t,e,!1,!0)})}(r,t,n):[r]}function _(r,t,e,n,o){if(!H[t]&&!I[t])return[];var i=[];if(I[t]&&(r=function(r,t,e,n){for(var o in e){var i=e[o];if(void 0!==r[o]&&(n||!t.prop(i))){var l,s=q((l={},l[i]=r[o],l),t)[i];n?t.style.fallbacks[i]=s:t.style[i]=s}delete r[o]}return r}(r,e,I[t],n)),Object.keys(r).length)for(var l in H[t])r[l]?Array.isArray(r[l])?i.push(null===G[l]?r[l]:r[l].join(" ")):i.push(r[l]):null!=H[t][l]&&i.push(H[t][l]);return!i.length||o?i:[i]}function q(r,t,e){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]=q(r.fallbacks[i],t,!0);continue}r[n]=$(o,n,D,t),r[n].length||delete r[n]}}else if("object"==typeof o){if("fallbacks"===n){r.fallbacks=q(r.fallbacks,t,!0);continue}r[n]=_(o,n,t,e),r[n].length||delete r[n]}else""===r[n]&&delete r[n]}return r}function Z(){return{onProcessStyle:function(r,t){if(!r||"style"!==t.type)return r;if(Array.isArray(r)){for(var e=0;e<r.length;e++)r[e]=q(r[e],t);return r}return q(r,t)}}}var B="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},J="object"===("undefined"==typeof window?"undefined":B(window))&&"object"===("undefined"==typeof document?"undefined":B(document))&&9===document.nodeType;function K(r){return function(r){if(Array.isArray(r)){for(var t=0,e=new Array(r.length);t<r.length;t++)e[t]=r[t];return e}}(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 Q="",X="",Y="",rr="",tr=J&&"ontouchstart"in document.documentElement;if(J){var er={Moz:"-moz-",ms:"-ms-",O:"-o-",Webkit:"-webkit-"},nr=document.createElement("p").style;for(var or in er)if(or+"Transform"in nr){Q=or,X=er[or];break}"Webkit"===Q&&"msHyphens"in nr&&(Q="ms",X=er.ms,rr="edge"),"Webkit"===Q&&"-apple-trailing-word"in nr&&(Y="apple")}var ir={js:Q,css:X,vendor:Y,browser:rr,isTouch:tr};var lr={noPrefill:["appearance"],supportedProperty:function(r){return"appearance"===r&&("ms"===ir.js?"-webkit-"+r:ir.css+r)}},sr=/[-\s]+(.)?/g;function ur(r,t){return t?t.toUpperCase():""}function ar(r){return r.replace(sr,ur)}function fr(r){return ar("-"+r)}var dr,cr={supportedProperty:function(r,t){return!!/^break-/.test(r)&&("Webkit"===ir.js?"WebkitColumn"+fr(r)in t&&ir.css+"column-"+r:"Moz"===ir.js&&("page"+fr(r)in t&&"page-"+r))}},pr={noPrefill:["color-adjust"],supportedProperty:function(r){return"color-adjust"===r&&("Webkit"===ir.js?ir.css+"print-"+r:r)}},gr={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"},yr=Object.keys(gr),br=function(r){return ir.css+r},mr={"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"},hr=[lr,pr,{noPrefill:["mask"],supportedProperty:function(r,t){if(!/^mask/.test(r))return!1;if("Webkit"===ir.js){if(ar("mask-image")in t)return r;if(ir.js+fr("mask-image")in t)return ir.css+r}return r}},{noPrefill:["text-orientation"],supportedProperty:function(r){return"text-orientation"===r&&("apple"!==ir.vendor||ir.isTouch?r:ir.css+r)}},{noPrefill:["transform"],supportedProperty:function(r,t,e){return"transform"===r&&(e.transform?r:ir.css+r)}},{noPrefill:["transition"],supportedProperty:function(r,t,e){return"transition"===r&&(e.transition?r:ir.css+r)}},{noPrefill:["writing-mode"],supportedProperty:function(r){return"writing-mode"===r&&("Webkit"===ir.js||"ms"===ir.js?ir.css+r:r)}},cr,{supportedProperty:function(r,t){if(!/^(border|margin|padding)-inline/.test(r))return!1;if("Moz"===ir.js)return r;var e=r.replace("-inline","");return ir.js+fr(e)in t&&ir.css+e}},{supportedProperty:function(r,t){return ar(r)in t&&r}},{supportedProperty:function(r,t){var e=fr(r);return"-"===r[0]?r:"-"===r[0]&&"-"===r[1]?r:ir.js+e in t?ir.css+r:"Webkit"!==ir.js&&"Webkit"+e in t&&"-webkit-"+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,t){var e=mr[r];return!!e&&(ir.js+fr(e)in t&&ir.css+e)}},{supportedProperty:function(r,t,e){var n=e.multiple;if(yr.indexOf(r)>-1){var o=gr[r];if(!Array.isArray(o))return ir.js+fr(o)in t&&ir.css+o;if(!n)return!1;for(var i=0;i<o.length;i++)if(!(ir.js+fr(o[0])in t))return!1;return o.map(br)}return!1}}],vr=hr.filter(function(r){return r.supportedProperty}).map(function(r){return r.supportedProperty}),wr=hr.filter(function(r){return r.noPrefill}).reduce(function(r,t){return r.push.apply(r,K(t.noPrefill)),r},[]),xr={};if(J){dr=document.createElement("p");var kr=window.getComputedStyle(document.documentElement,"");for(var Sr in kr)isNaN(Sr)||(xr[kr[Sr]]=kr[Sr]);wr.forEach(function(r){return delete xr[r]})}function jr(r,t){if(void 0===t&&(t={}),!dr)return r;if(null!=xr[r])return xr[r];"transition"!==r&&"transform"!==r||(t[r]=r in dr.style);for(var e=0;e<vr.length&&(xr[r]=vr[e](r,dr.style,t),!xr[r]);e++);try{dr.style[r]=""}catch(r){return!1}return xr[r]}var Pr,Ar={},Cr={transition:1,"transition-property":1,"-webkit-transition":1,"-webkit-transition-property":1},Rr=/(^\s*[\w-]+)|, (\s*[\w-]+)(?![^()]*\))/g;function Or(r,t,e){return"var"===t?"var":"all"===t?"all":"all"===e?", all":t?jr(t):", "+jr(e)}function zr(r,t){var e=t;if(!Pr||"content"===r)return t;if("string"!=typeof e||!isNaN(parseInt(e,10)))return e;var n=r+e;if(null!=Ar[n])return Ar[n];try{Pr.style[r]=e}catch(r){return Ar[n]=!1,!1}if(Cr[r])e=e.replace(Rr,Or);else if(""===Pr.style[r]&&("-ms-flex"===(e=ir.css+e)&&(Pr.style[r]="-ms-flexbox"),Pr.style[r]=e,""===Pr.style[r]))return Ar[n]=!1,!1;return Pr.style[r]="",Ar[n]=e,Ar[n]}function Wr(){function r(e){for(var n in e){var o=e[n];if("fallbacks"===n&&Array.isArray(o))e[n]=o.map(r);else{var i=!1,l=jr(n);l&&l!==n&&(i=!0);var s=!1,u=zr(l,t.toCssValue(o));u&&u!==o&&(s=!0),(i||s)&&(i&&delete e[n],e[l||n]=u||o)}}return e}return{onProcessRule:function(r){if("keyframes"===r.type){var t=r;t.at="-"===(e=t.at)[1]?e:"ms"===ir.js?e:"@"+ir.css+"keyframes"+e.substr(10)}var e},onProcessStyle:function(t,e){return"style"!==e.type?t:r(t)},onChangeValue:function(r,e){return zr(e,t.toCssValue(r))||r}}}J&&(Pr=document.createElement("p"));r.default=function(r){return void 0===r&&(r={}),{plugins:[{onCreateRule:function(r,e,n){if("function"!=typeof e)return null;var i=t.createRule(r,{},n);return i[o]=e,i},onProcessStyle:function(r,t){if(n in t||o in t)return r;var e={};for(var i in r){var l=r[i];"function"==typeof l&&(delete r[i],e[i]=l)}return t[n]=e,r},onUpdate:function(r,t,e,i){var l=t,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,e,n){if(!l(e))return null;var o=e,s=t.createRule(r,{},n);return o.subscribe(function(r){for(var t in r)s.prop(t,r[t],i)}),s},onProcessRule:function(r){if(!r||"style"===r.type){var t=r,e=t.style,n=function(r){var n=e[r];if(!l(n))return"continue";delete e[r],n.subscribe({next:function(e){t.prop(r,e,i)}})};for(var o in e)n(o)}}}),{onProcessRule:u},b(),w(),j(),P(),E(),U(r.defaultUnit),Z(),Wr(),(e=function(r,t){return r.length===t.length?r>t?1:-1:r.length-t.length},{onProcessStyle:function(r,t){if("style"!==t.type)return r;for(var n={},o=Object.keys(r).sort(e),i=0;i<o.length;i++)n[o[i]]=r[o[i]];return n}})]};var e,i},Object.defineProperty(r,"__esModule",{value:!0})}); |
{ | ||
"name": "jss-preset-default", | ||
"description": "Default preset for JSS with selected plugins.", | ||
"version": "10.0.0-alpha.26", | ||
"version": "10.0.0-alpha.27", | ||
"license": "MIT", | ||
@@ -35,17 +35,17 @@ "homepage": "https://cssinjs.org/jss-preset-default", | ||
"@babel/runtime": "^7.3.1", | ||
"jss": "^10.0.0-alpha.26", | ||
"jss-plugin-camel-case": "^10.0.0-alpha.26", | ||
"jss-plugin-compose": "^10.0.0-alpha.26", | ||
"jss-plugin-default-unit": "^10.0.0-alpha.26", | ||
"jss-plugin-expand": "^10.0.0-alpha.26", | ||
"jss-plugin-extend": "^10.0.0-alpha.26", | ||
"jss-plugin-global": "^10.0.0-alpha.26", | ||
"jss-plugin-nested": "^10.0.0-alpha.26", | ||
"jss-plugin-props-sort": "^10.0.0-alpha.26", | ||
"jss-plugin-rule-value-function": "^10.0.0-alpha.26", | ||
"jss-plugin-rule-value-observable": "^10.0.0-alpha.26", | ||
"jss-plugin-template": "^10.0.0-alpha.26", | ||
"jss-plugin-vendor-prefixer": "^10.0.0-alpha.26" | ||
"jss": "10.0.0-alpha.27", | ||
"jss-plugin-camel-case": "10.0.0-alpha.27", | ||
"jss-plugin-compose": "10.0.0-alpha.27", | ||
"jss-plugin-default-unit": "10.0.0-alpha.27", | ||
"jss-plugin-expand": "10.0.0-alpha.27", | ||
"jss-plugin-extend": "10.0.0-alpha.27", | ||
"jss-plugin-global": "10.0.0-alpha.27", | ||
"jss-plugin-nested": "10.0.0-alpha.27", | ||
"jss-plugin-props-sort": "10.0.0-alpha.27", | ||
"jss-plugin-rule-value-function": "10.0.0-alpha.27", | ||
"jss-plugin-rule-value-observable": "10.0.0-alpha.27", | ||
"jss-plugin-template": "10.0.0-alpha.27", | ||
"jss-plugin-vendor-prefixer": "10.0.0-alpha.27" | ||
}, | ||
"gitHead": "144b9329f3dc9edfc471aa52850abf82ebb5158d" | ||
"gitHead": "7fc6f3a25358c42b6f1ed4a4db4caed121467c57" | ||
} |
@@ -12,3 +12,3 @@ # jss-preset-default | ||
See our website [jss-preset-default](https://cssinjs.org/jss-preset-default?v=v10.0.0-alpha.26) for more information. | ||
See our website [jss-preset-default](https://cssinjs.org/jss-preset-default?v=v10.0.0-alpha.27) 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
299710
5339
+ Addedcsstype@2.6.21(transitive)
+ Addedjss@10.0.0-alpha.27(transitive)
+ Addedjss-plugin-camel-case@10.0.0-alpha.27(transitive)
+ Addedjss-plugin-compose@10.0.0-alpha.27(transitive)
+ Addedjss-plugin-default-unit@10.0.0-alpha.27(transitive)
+ Addedjss-plugin-expand@10.0.0-alpha.27(transitive)
+ Addedjss-plugin-extend@10.0.0-alpha.27(transitive)
+ Addedjss-plugin-global@10.0.0-alpha.27(transitive)
+ Addedjss-plugin-nested@10.0.0-alpha.27(transitive)
+ Addedjss-plugin-props-sort@10.0.0-alpha.27(transitive)
+ Addedjss-plugin-rule-value-function@10.0.0-alpha.27(transitive)
+ Addedjss-plugin-rule-value-observable@10.0.0-alpha.27(transitive)
+ Addedjss-plugin-template@10.0.0-alpha.27(transitive)
+ Addedjss-plugin-vendor-prefixer@10.0.0-alpha.27(transitive)
- Removedcsstype@3.1.3(transitive)
- Removedjss@10.10.0(transitive)
- Removedjss-plugin-camel-case@10.10.0(transitive)
- Removedjss-plugin-compose@10.10.0(transitive)
- Removedjss-plugin-default-unit@10.10.0(transitive)
- Removedjss-plugin-expand@10.10.0(transitive)
- Removedjss-plugin-extend@10.10.0(transitive)
- Removedjss-plugin-global@10.10.0(transitive)
- Removedjss-plugin-nested@10.10.0(transitive)
- Removedjss-plugin-props-sort@10.10.0(transitive)
- Removedjss-plugin-rule-value-function@10.10.0(transitive)
- Removedjss-plugin-rule-value-observable@10.10.0(transitive)
- Removedjss-plugin-template@10.10.0(transitive)
- Removedjss-plugin-vendor-prefixer@10.10.0(transitive)
Updatedjss@10.0.0-alpha.27