@uifabric/merge-styles
Advanced tools
Comparing version 7.2.0 to 7.3.0
@@ -5,3 +5,17 @@ { | ||
{ | ||
"date": "Wed, 17 Jul 2019 18:54:55 GMT", | ||
"date": "Wed, 07 Aug 2019 12:31:08 GMT", | ||
"tag": "@uifabric/merge-styles_v7.3.0", | ||
"version": "7.3.0", | ||
"comments": { | ||
"minor": [ | ||
{ | ||
"comment": "Updating styles to not use $ syntax.", | ||
"author": "dzearing@microsoft.com", | ||
"commit": "de03449faca7e6256e3863892a1c465721fd0ec4" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Wed, 17 Jul 2019 18:58:57 GMT", | ||
"tag": "@uifabric/merge-styles_v7.2.0", | ||
@@ -8,0 +22,0 @@ "version": "7.2.0", |
# Change Log - @uifabric/merge-styles | ||
This log was last generated on Wed, 17 Jul 2019 18:54:55 GMT and should not be manually modified. | ||
This log was last generated on Wed, 07 Aug 2019 12:31:08 GMT and should not be manually modified. | ||
## 7.3.0 | ||
Wed, 07 Aug 2019 12:31:08 GMT | ||
### Minor changes | ||
- Updating styles to not use $ syntax. (dzearing@microsoft.com) | ||
## 7.2.0 | ||
Wed, 17 Jul 2019 18:54:55 GMT | ||
Wed, 17 Jul 2019 18:58:57 GMT | ||
@@ -8,0 +15,0 @@ ### Minor changes |
@@ -1,2 +0,2 @@ | ||
var MergeStyles=function(e){var t={};function r(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}return r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)r.d(n,o,function(t){return e[t]}.bind(null,o));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=0)}([function(e,t,r){"use strict";r.r(t);var n=function(){return(n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)};var o,i={none:0,insertNode:1,appendChild:2},s="undefined"!=typeof navigator&&/rv:11.0/.test(navigator.userAgent),a={};try{a=window}catch(e){}var l,f=function(){function e(e){this._rules=[],this._preservedRules=[],this._rulesToInsert=[],this._counter=0,this._keyToClassName={},this._onResetCallbacks=[],this._classNameToArgs={},this._config=n({injectionMode:i.insertNode,defaultPrefix:"css",namespace:void 0,cspSettings:void 0},e)}return e.getInstance=function(){if(!(o=a.__stylesheet__)||o._lastStyleElement&&o._lastStyleElement.ownerDocument!==document){var t=a&&a.FabricConfig||{};o=a.__stylesheet__=new e(t.mergeStyles)}return o},e.prototype.setConfig=function(e){this._config=n({},this._config,e)},e.prototype.onReset=function(e){this._onResetCallbacks.push(e)},e.prototype.getClassName=function(e){var t=this._config.namespace;return(t?t+"-":"")+(e||this._config.defaultPrefix)+"-"+this._counter++},e.prototype.cacheClassName=function(e,t,r,n){this._keyToClassName[t]=e,this._classNameToArgs[e]={args:r,rules:n}},e.prototype.classNameFromKey=function(e){return this._keyToClassName[e]},e.prototype.argsFromClassName=function(e){var t=this._classNameToArgs[e];return t&&t.args},e.prototype.insertedRulesFromClassName=function(e){var t=this._classNameToArgs[e];return t&&t.rules},e.prototype.insertRule=function(e,t){var r=this._config.injectionMode!==i.none?this._getStyleElement():void 0;if(t&&this._preservedRules.push(e),r)switch(this._config.injectionMode){case i.insertNode:var n=r.sheet;try{n.insertRule(e,n.cssRules.length)}catch(e){}break;case i.appendChild:r.appendChild(document.createTextNode(e))}else this._rules.push(e);this._config.onInsertRule&&this._config.onInsertRule(e)},e.prototype.getRules=function(e){return(e?this._preservedRules.join(""):"")+this._rules.join("")+this._rulesToInsert.join("")},e.prototype.reset=function(){this._rules=[],this._rulesToInsert=[],this._counter=0,this._classNameToArgs={},this._keyToClassName={},this._onResetCallbacks.forEach(function(e){return e()})},e.prototype.resetKeys=function(){this._keyToClassName={}},e.prototype._getStyleElement=function(){var e=this;return this._styleElement||"undefined"==typeof document||(this._styleElement=this._createStyleElement(),s||window.requestAnimationFrame(function(){e._styleElement=void 0})),this._styleElement},e.prototype._createStyleElement=function(){var e=document.head,t=document.createElement("style");t.setAttribute("data-merge-styles","true");var r=this._config.cspSettings;if(r&&r.nonce&&t.setAttribute("nonce",r.nonce),this._lastStyleElement)e.insertBefore(t,this._lastStyleElement.nextElementSibling);else{var n=this._findPlaceholderStyleTag();n?e.insertBefore(t,n.nextElementSibling):e.insertBefore(t,e.childNodes[0])}return this._lastStyleElement=t,t},e.prototype._findPlaceholderStyleTag=function(){var e=document.head;return e?e.querySelector("style[data-merge-styles]"):null},e}(),u={MozOsxFontSmoothing:"-moz-osx-font-smoothing",MsHighContrastAdjust:"-ms-high-contrast-adjust",WebkitFontSmoothing:"-webkit-font-smoothing",WebkitOverflowScrolling:"-webkit-overflow-scrolling",WebkitTapHighlightColor:"-webkit-tap-highlight-color",alignContent:"align-content",alignItems:"align-items",alignSelf:"align-self",animation:"animation",animationDelay:"animation-delay",animationDirection:"animation-direction",animationDuration:"animation-duration",animationFillMode:"animation-fill-mode",animationIterationCount:"animation-iteration-count",animationName:"animation-name",animationTimingFunction:"animation-timing-function",background:"background",backgroundClip:"background-clip",backgroundColor:"background-color",backgroundImage:"background-image",backgroundPosition:"background-position",border:"border",borderBottom:"border-bottom",borderBottomColor:"border-bottom-color",borderBottomStyle:"border-bottom-style",borderBottomWidth:"border-bottom-width",borderCollapse:"border-collapse",borderColor:"border-color",borderLeft:"border-left",borderRadius:"border-radius",borderRight:"border-right",borderStyle:"border-style",borderTop:"border-top",borderTopColor:"border-top-color",borderTopLeftRadius:"border-top-left-radius",borderTopRightRadius:"border-top-right-radius",borderTopStyle:"border-top-style",borderTopWidth:"border-top-width",borderWidth:"border-width",bordercolor:"bordercolor",bottom:"bottom",boxShadow:"box-shadow",boxSizing:"box-sizing",clear:"clear",color:"color",content:"content",cursor:"cursor",display:"display",fill:"fill",flex:"flex",flexBasis:"flex-basis",flexDirection:"flex-direction",flexGrow:"flex-grow",flexShrink:"flex-shrink",flexWrap:"flex-wrap",float:"float",font:"font",fontFamily:"font-family",fontSize:"font-size",fontStyle:"font-style",fontWeight:"font-weight",height:"height",justifyContent:"justify-content",left:"left",lineHeight:"line-height",listStyle:"list-style",listStyleType:"list-style-type",marginBottom:"margin-bottom",marginLeft:"margin-left",marginRight:"margin-right",marginTop:"margin-top",maxHeight:"max-height",maxWidth:"max-width",minHeight:"min-height",minWidth:"min-width",mozOsxFontSmoothing:"moz-osx-font-smoothing",objectFit:"object-fit",opacity:"opacity",order:"order",outline:"outline",outlineColor:"outline-color",outlineOffset:"outline-offset",overflow:"overflow",overflowWrap:"overflow-wrap",overflowX:"overflow-x",overflowY:"overflow-y",paddingBottom:"padding-bottom",paddingLeft:"padding-left",paddingRight:"padding-right",paddingTop:"padding-top",perspective:"perspective",pointerEvents:"pointer-events",position:"position",resize:"resize",right:"right",speak:"speak",src:"src",tableLayout:"table-layout",textAlign:"text-align",textDecoration:"text-decoration",textOverflow:"text-overflow",textTransform:"text-transform",top:"top",transform:"transform",transformOrigin:"transform-origin",transition:"transition",transitionDelay:"transition-delay",transitionDuration:"transition-duration",transitionProperty:"transition-property",transitionTimingFunction:"transition-timing-function",userSelect:"user-select",verticalAlign:"vertical-align",visibility:"visibility",webkitFontSmoothing:"webkit-font-smoothing",whiteSpace:"white-space",width:"width",wordBreak:"word-break",wordWrap:"word-wrap",zIndex:"z-index"};var c={"user-select":1};function d(e,t){var r=function(){if(!l){var e="undefined"!=typeof document?document:void 0,t="undefined"!=typeof navigator?navigator:void 0,r=t?t.userAgent.toLowerCase():void 0;l=e?{isWebkit:!!(e&&"WebkitAppearance"in e.documentElement.style),isMoz:!!(r&&r.indexOf("firefox")>-1),isOpera:!!(r&&r.indexOf("opera")>-1),isMs:!(!t||!/rv:11.0/i.test(t.userAgent)&&!/Edge\/\d./i.test(navigator.userAgent))}:{isWebkit:!0,isMoz:!0,isOpera:!0,isMs:!0}}return l}(),n=e[t];if(c[n]){var o=e[t+1];c[n]&&(r.isWebkit&&e.push("-webkit-"+n,o),r.isMoz&&e.push("-moz-"+n,o),r.isMs&&e.push("-ms-"+n,o),r.isOpera&&e.push("-o-"+n,o))}}var p,g=["column-count","font-weight","flex-basis","flex","flex-grow","flex-shrink","fill-opacity","opacity","order","z-index","zoom"];function m(e,t){var r=e[t],n=e[t+1];if("number"==typeof n){var o=-1===g.indexOf(r)?"px":"";e[t+1]=""+n+o}}var h="left",y="right",v="@noflip",b=((p={})[h]=y,p[y]=h,p),_={"w-resize":"e-resize","sw-resize":"se-resize","nw-resize":"ne-resize"},x=S();function w(e){x!==e&&(f.getInstance().resetKeys(),x=e)}function S(){return void 0===x&&(x="undefined"!=typeof document&&!!document.documentElement&&"rtl"===document.documentElement.getAttribute("dir")),x}function k(e,t){if(S()){var r=e[t];if(!r)return;var n=e[t+1];if("string"==typeof n&&n.indexOf(v)>=0)e[t+1]=n.replace(/\s*(?:\/\*\s*)?\@noflip\b(?:\s*\*\/)?\s*?/g,"");else if(r.indexOf(h)>=0)e[t]=r.replace(h,y);else if(r.indexOf(y)>=0)e[t]=r.replace(y,h);else if(String(n).indexOf(h)>=0)e[t+1]=n.replace(h,y);else if(String(n).indexOf(y)>=0)e[t+1]=n.replace(y,h);else if(b[r])e[t]=b[r];else if(_[n])e[t+1]=_[n];else switch(r){case"margin":case"padding":e[t+1]=function(e){if("string"==typeof e){var t=e.split(" ");if(4===t.length)return t[0]+" "+t[3]+" "+t[2]+" "+t[1]}return e}(n);break;case"box-shadow":e[t+1]=function(e,t){var r=e.split(" "),n=parseInt(r[t],10);return r[0]=r[0].replace(String(n),String(-1*n)),r.join(" ")}(n,0)}}}var C="displayName";var O=/\:global\((.+?)\)/g;function N(e){if(!O.test(e))return e;for(var t=[],r=/\:global\((.+?)\)/g,n=null;n=r.exec(e);)n[1].indexOf(",")>-1&&t.push([n.index,n.index+n[0].length,n[1].split(",").map(function(e){return":global("+e.trim()+")"}).join(", ")]);return t.reverse().reduce(function(e,t){var r=t[0],n=t[1],o=t[2];return e.slice(0,r)+o+e.slice(n)},e)}function j(e,t){return e.indexOf(":global(")>=0?e.replace(O,"$1"):0===e.indexOf(":")?t+e:e.indexOf("&")<0?t+" "+e:e}function T(e,t,r){var n="string"==typeof r?r.split(" "):[r];e[t+"Top"]=n[0],e[t+"Right"]=n[1]||n[0],e[t+"Bottom"]=n[2]||n[0],e[t+"Left"]=n[3]||n[1]||n[0]}function A(e){if(!e)return"";var t,r,n,o=[];for(var i in e)e.hasOwnProperty(i)&&i!==C&&void 0!==e[i]&&o.push(i,e[i]);for(var s=0;s<o.length;s+=2)n=void 0,n=(t=o)[r=s],t[r]=u[n]=u[n]||n.replace(/([A-Z])/g,"-$1").toLowerCase(),m(o,s),k(o,s),d(o,s);for(s=1;s<o.length;s+=4)o.splice(s,1,":",o[s],";");return o.join("")}function R(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var r=function e(t,r,n){void 0===r&&(r={__order:[]}),void 0===n&&(n="&");var o=f.getInstance(),i=r[n];i||(i={},r[n]=i,r.__order.push(n));for(var s=0,a=t;s<a.length;s++){var l=a[s];if("string"==typeof l){var u=o.argsFromClassName(l);u&&e(u,r,n)}else if(Array.isArray(l))e(l,r,n);else for(var c in l)if("selectors"===c){var d=l.selectors;for(var p in d)if(d.hasOwnProperty(p)){var g=d[p];0===p.indexOf("@")?e([g],r,p=p+"{"+n):p.indexOf(",")>-1?e([g],r,N(p).split(/,/g).map(function(e){return e.trim()}).map(function(e){return j(e,n)}).join(", ")):e([g],r,j(p,n))}}else void 0!==l[c]&&("margin"===c||"padding"===c?T(i,c,l[c]):i[c]=l[c])}return r}(e),n=function(e){for(var t=[],r=!1,n=0,o=e.__order;n<o.length;n++){var i=o[n];t.push(i);var s=e[i];for(var a in s)s.hasOwnProperty(a)&&void 0!==s[a]&&(r=!0,t.push(a,s[a]))}return r?t.join(""):void 0}(r);if(n){var o=f.getInstance(),i={className:o.classNameFromKey(n),key:n,args:e};if(!i.className){i.className=o.getClassName(function(e){var t=e&&e["&"];return t?t.displayName:void 0}(r));for(var s=[],a=0,l=r.__order;a<l.length;a++){var u=l[a];s.push(u,A(r[u]))}i.rulesToInsert=s}return i}}function z(e,t){var r=f.getInstance(),n=e.className,o=e.key,i=e.args,s=e.rulesToInsert;if(s){for(var a=0;a<s.length;a+=2){var l=s[a+1];if(l){var u=s[a],c=(u=u.replace(/(&)|\$([\w-]+)\b/g,function(r,n,o){return n?"."+e.className:o?"."+(t&&t[o]||o):""}))+"{"+l+"}"+(0===u.indexOf("@")?"}":"");r.insertRule(c)}}r.cacheClassName(n,o,i,s)}}function E(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var r=[],n=[],o=f.getInstance();return function e(t){for(var i=0,s=t;i<s.length;i++){var a=s[i];if(a)if("string"==typeof a)if(a.indexOf(" ")>=0)e(a.split(" "));else{var l=o.argsFromClassName(a);l?e(l):-1===r.indexOf(a)&&r.push(a)}else Array.isArray(a)?e(a):"object"==typeof a&&n.push(a)}}(e),{classes:r,objects:n}}function I(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var r=E(e),n=r.classes,o=r.objects;return o.length&&n.push(function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var r=R.apply(void 0,e);return r?(z(r),r.className):""}(o)),n.join(" ")}function P(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];if(e&&1===e.length&&e[0]&&!e[0].subComponentStyles)return e[0];for(var r={},n={},o=0,i=e;o<i.length;o++){var s=i[o];if(s)for(var a in s)if(s.hasOwnProperty(a)){if("subComponentStyles"===a&&void 0!==s.subComponentStyles){var l=s.subComponentStyles;for(var f in l)l.hasOwnProperty(f)&&(n.hasOwnProperty(f)?n[f].push(l[f]):n[f]=[l[f]]);continue}var u=r[a],c=s[a];r[a]=void 0===u?c:(Array.isArray(u)?u:[u]).concat(Array.isArray(c)?c:[c])}}if(Object.keys(n).length>0){r.subComponentStyles={};var d=r.subComponentStyles,p=function(e){if(n.hasOwnProperty(e)){var t=n[e];d[e]=function(e){return P.apply(void 0,t.map(function(t){return"function"==typeof t?t(e):t}))}}};for(var f in n)p(f)}return r}function F(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var r={subComponentStyles:{}},n={};if(!e[0]&&e.length<=1)return{subComponentStyles:{}};var o=P.apply(void 0,e),i=[];for(var s in o)if(o.hasOwnProperty(s)){if("subComponentStyles"===s){r.subComponentStyles=o.subComponentStyles||{};continue}var a=E(o[s]),l=a.classes,f=R({displayName:s},a.objects);i.push(f),f&&(n[s]=f.className,r[s]=l.concat([f.className]).join(" "))}for(var u=0,c=i;u<c.length;u++){(f=c[u])&&z(f,n)}return r}function M(e){f.getInstance().insertRule("@font-face{"+A(e)+"}",!0)}function W(e){var t=f.getInstance(),r=t.getClassName(),n=[];for(var o in e)e.hasOwnProperty(o)&&n.push(o,"{",A(e[o]),"}");var i=n.join("");return t.insertRule("@keyframes "+r+"{"+i+"}",!0),t.cacheClassName(r,i,[],["keyframes",i]),r}var B={},L=void 0;try{L=window}catch(e){}!function(e,t){if(void 0!==L){var r=L.__packages__=L.__packages__||{};r[e]&&B[e]||(B[e]=t,(r[e]=r[e]||[]).push(t))}}("@uifabric/merge-styles","6.17.4"),r.d(t,"mergeStyles",function(){return I}),r.d(t,"mergeStyleSets",function(){return F}),r.d(t,"concatStyleSets",function(){return P}),r.d(t,"fontFace",function(){return M}),r.d(t,"keyframes",function(){return W}),r.d(t,"InjectionMode",function(){return i}),r.d(t,"Stylesheet",function(){return f}),r.d(t,"setRTL",function(){return w})}]); | ||
var MergeStyles=function(e){var t={};function r(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}return r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)r.d(n,o,function(t){return e[t]}.bind(null,o));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=0)}([function(e,t,r){"use strict";r.r(t);var n=function(){return(n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)};var o,i={none:0,insertNode:1,appendChild:2},s="undefined"!=typeof navigator&&/rv:11.0/.test(navigator.userAgent),a={};try{a=window}catch(e){}var l,f=function(){function e(e){this._rules=[],this._preservedRules=[],this._rulesToInsert=[],this._counter=0,this._keyToClassName={},this._onResetCallbacks=[],this._classNameToArgs={},this._config=n({injectionMode:i.insertNode,defaultPrefix:"css",namespace:void 0,cspSettings:void 0},e)}return e.getInstance=function(){if(!(o=a.__stylesheet__)||o._lastStyleElement&&o._lastStyleElement.ownerDocument!==document){var t=a&&a.FabricConfig||{};o=a.__stylesheet__=new e(t.mergeStyles)}return o},e.prototype.setConfig=function(e){this._config=n({},this._config,e)},e.prototype.onReset=function(e){this._onResetCallbacks.push(e)},e.prototype.getClassName=function(e){var t=this._config.namespace;return(t?t+"-":"")+(e||this._config.defaultPrefix)+"-"+this._counter++},e.prototype.cacheClassName=function(e,t,r,n){this._keyToClassName[t]=e,this._classNameToArgs[e]={args:r,rules:n}},e.prototype.classNameFromKey=function(e){return this._keyToClassName[e]},e.prototype.argsFromClassName=function(e){var t=this._classNameToArgs[e];return t&&t.args},e.prototype.insertedRulesFromClassName=function(e){var t=this._classNameToArgs[e];return t&&t.rules},e.prototype.insertRule=function(e,t){var r=this._config.injectionMode!==i.none?this._getStyleElement():void 0;if(t&&this._preservedRules.push(e),r)switch(this._config.injectionMode){case i.insertNode:var n=r.sheet;try{n.insertRule(e,n.cssRules.length)}catch(e){}break;case i.appendChild:r.appendChild(document.createTextNode(e))}else this._rules.push(e);this._config.onInsertRule&&this._config.onInsertRule(e)},e.prototype.getRules=function(e){return(e?this._preservedRules.join(""):"")+this._rules.join("")+this._rulesToInsert.join("")},e.prototype.reset=function(){this._rules=[],this._rulesToInsert=[],this._counter=0,this._classNameToArgs={},this._keyToClassName={},this._onResetCallbacks.forEach(function(e){return e()})},e.prototype.resetKeys=function(){this._keyToClassName={}},e.prototype._getStyleElement=function(){var e=this;return this._styleElement||"undefined"==typeof document||(this._styleElement=this._createStyleElement(),s||window.requestAnimationFrame(function(){e._styleElement=void 0})),this._styleElement},e.prototype._createStyleElement=function(){var e=document.head,t=document.createElement("style");t.setAttribute("data-merge-styles","true");var r=this._config.cspSettings;if(r&&r.nonce&&t.setAttribute("nonce",r.nonce),this._lastStyleElement)e.insertBefore(t,this._lastStyleElement.nextElementSibling);else{var n=this._findPlaceholderStyleTag();n?e.insertBefore(t,n.nextElementSibling):e.insertBefore(t,e.childNodes[0])}return this._lastStyleElement=t,t},e.prototype._findPlaceholderStyleTag=function(){var e=document.head;return e?e.querySelector("style[data-merge-styles]"):null},e}(),u={MozOsxFontSmoothing:"-moz-osx-font-smoothing",MsHighContrastAdjust:"-ms-high-contrast-adjust",WebkitFontSmoothing:"-webkit-font-smoothing",WebkitOverflowScrolling:"-webkit-overflow-scrolling",WebkitTapHighlightColor:"-webkit-tap-highlight-color",alignContent:"align-content",alignItems:"align-items",alignSelf:"align-self",animation:"animation",animationDelay:"animation-delay",animationDirection:"animation-direction",animationDuration:"animation-duration",animationFillMode:"animation-fill-mode",animationIterationCount:"animation-iteration-count",animationName:"animation-name",animationTimingFunction:"animation-timing-function",background:"background",backgroundClip:"background-clip",backgroundColor:"background-color",backgroundImage:"background-image",backgroundPosition:"background-position",border:"border",borderBottom:"border-bottom",borderBottomColor:"border-bottom-color",borderBottomStyle:"border-bottom-style",borderBottomWidth:"border-bottom-width",borderCollapse:"border-collapse",borderColor:"border-color",borderLeft:"border-left",borderRadius:"border-radius",borderRight:"border-right",borderStyle:"border-style",borderTop:"border-top",borderTopColor:"border-top-color",borderTopLeftRadius:"border-top-left-radius",borderTopRightRadius:"border-top-right-radius",borderTopStyle:"border-top-style",borderTopWidth:"border-top-width",borderWidth:"border-width",bordercolor:"bordercolor",bottom:"bottom",boxShadow:"box-shadow",boxSizing:"box-sizing",clear:"clear",color:"color",content:"content",cursor:"cursor",display:"display",fill:"fill",flex:"flex",flexBasis:"flex-basis",flexDirection:"flex-direction",flexGrow:"flex-grow",flexShrink:"flex-shrink",flexWrap:"flex-wrap",float:"float",font:"font",fontFamily:"font-family",fontSize:"font-size",fontStyle:"font-style",fontWeight:"font-weight",height:"height",justifyContent:"justify-content",left:"left",lineHeight:"line-height",listStyle:"list-style",listStyleType:"list-style-type",marginBottom:"margin-bottom",marginLeft:"margin-left",marginRight:"margin-right",marginTop:"margin-top",maxHeight:"max-height",maxWidth:"max-width",minHeight:"min-height",minWidth:"min-width",mozOsxFontSmoothing:"moz-osx-font-smoothing",objectFit:"object-fit",opacity:"opacity",order:"order",outline:"outline",outlineColor:"outline-color",outlineOffset:"outline-offset",overflow:"overflow",overflowWrap:"overflow-wrap",overflowX:"overflow-x",overflowY:"overflow-y",paddingBottom:"padding-bottom",paddingLeft:"padding-left",paddingRight:"padding-right",paddingTop:"padding-top",perspective:"perspective",pointerEvents:"pointer-events",position:"position",resize:"resize",right:"right",speak:"speak",src:"src",tableLayout:"table-layout",textAlign:"text-align",textDecoration:"text-decoration",textOverflow:"text-overflow",textTransform:"text-transform",top:"top",transform:"transform",transformOrigin:"transform-origin",transition:"transition",transitionDelay:"transition-delay",transitionDuration:"transition-duration",transitionProperty:"transition-property",transitionTimingFunction:"transition-timing-function",userSelect:"user-select",verticalAlign:"vertical-align",visibility:"visibility",webkitFontSmoothing:"webkit-font-smoothing",whiteSpace:"white-space",width:"width",wordBreak:"word-break",wordWrap:"word-wrap",zIndex:"z-index"};var c={"user-select":1};function d(e,t){var r=function(){if(!l){var e="undefined"!=typeof document?document:void 0,t="undefined"!=typeof navigator?navigator:void 0,r=t?t.userAgent.toLowerCase():void 0;l=e?{isWebkit:!!(e&&"WebkitAppearance"in e.documentElement.style),isMoz:!!(r&&r.indexOf("firefox")>-1),isOpera:!!(r&&r.indexOf("opera")>-1),isMs:!(!t||!/rv:11.0/i.test(t.userAgent)&&!/Edge\/\d./i.test(navigator.userAgent))}:{isWebkit:!0,isMoz:!0,isOpera:!0,isMs:!0}}return l}(),n=e[t];if(c[n]){var o=e[t+1];c[n]&&(r.isWebkit&&e.push("-webkit-"+n,o),r.isMoz&&e.push("-moz-"+n,o),r.isMs&&e.push("-ms-"+n,o),r.isOpera&&e.push("-o-"+n,o))}}var p,g=["column-count","font-weight","flex-basis","flex","flex-grow","flex-shrink","fill-opacity","opacity","order","z-index","zoom"];function m(e,t){var r=e[t],n=e[t+1];if("number"==typeof n){var o=-1===g.indexOf(r)?"px":"";e[t+1]=""+n+o}}var h="left",y="right",v="@noflip",b=((p={})[h]=y,p[y]=h,p),_={"w-resize":"e-resize","sw-resize":"se-resize","nw-resize":"ne-resize"},x=S();function w(e){x!==e&&(f.getInstance().resetKeys(),x=e)}function S(){return void 0===x&&(x="undefined"!=typeof document&&!!document.documentElement&&"rtl"===document.documentElement.getAttribute("dir")),x}function k(e,t){if(S()){var r=e[t];if(!r)return;var n=e[t+1];if("string"==typeof n&&n.indexOf(v)>=0)e[t+1]=n.replace(/\s*(?:\/\*\s*)?\@noflip\b(?:\s*\*\/)?\s*?/g,"");else if(r.indexOf(h)>=0)e[t]=r.replace(h,y);else if(r.indexOf(y)>=0)e[t]=r.replace(y,h);else if(String(n).indexOf(h)>=0)e[t+1]=n.replace(h,y);else if(String(n).indexOf(y)>=0)e[t+1]=n.replace(y,h);else if(b[r])e[t]=b[r];else if(_[n])e[t+1]=_[n];else switch(r){case"margin":case"padding":e[t+1]=function(e){if("string"==typeof e){var t=e.split(" ");if(4===t.length)return t[0]+" "+t[3]+" "+t[2]+" "+t[1]}return e}(n);break;case"box-shadow":e[t+1]=function(e,t){var r=e.split(" "),n=parseInt(r[t],10);return r[0]=r[0].replace(String(n),String(-1*n)),r.join(" ")}(n,0)}}}var C="displayName";var O=/\:global\((.+?)\)/g;function N(e){if(!O.test(e))return e;for(var t=[],r=/\:global\((.+?)\)/g,n=null;n=r.exec(e);)n[1].indexOf(",")>-1&&t.push([n.index,n.index+n[0].length,n[1].split(",").map(function(e){return":global("+e.trim()+")"}).join(", ")]);return t.reverse().reduce(function(e,t){var r=t[0],n=t[1],o=t[2];return e.slice(0,r)+o+e.slice(n)},e)}function j(e,t){return e.indexOf(":global(")>=0?e.replace(O,"$1"):0===e.indexOf(":")?t+e:e.indexOf("&")<0?t+" "+e:e}function T(e,t,r){var n="string"==typeof r?r.split(" "):[r];e[t+"Top"]=n[0],e[t+"Right"]=n[1]||n[0],e[t+"Bottom"]=n[2]||n[0],e[t+"Left"]=n[3]||n[1]||n[0]}function A(e){if(!e)return"";var t,r,n,o=[];for(var i in e)e.hasOwnProperty(i)&&i!==C&&void 0!==e[i]&&o.push(i,e[i]);for(var s=0;s<o.length;s+=2)n=void 0,n=(t=o)[r=s],t[r]=u[n]=u[n]||n.replace(/([A-Z])/g,"-$1").toLowerCase(),m(o,s),k(o,s),d(o,s);for(s=1;s<o.length;s+=4)o.splice(s,1,":",o[s],";");return o.join("")}function R(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var r=function e(t,r,n){void 0===r&&(r={__order:[]}),void 0===n&&(n="&");var o=f.getInstance(),i=r[n];i||(i={},r[n]=i,r.__order.push(n));for(var s=0,a=t;s<a.length;s++){var l=a[s];if("string"==typeof l){var u=o.argsFromClassName(l);u&&e(u,r,n)}else if(Array.isArray(l))e(l,r,n);else for(var c in l)if("selectors"===c){var d=l.selectors;for(var p in d)if(d.hasOwnProperty(p)){var g=d[p];0===p.indexOf("@")?e([g],r,p=p+"{"+n):p.indexOf(",")>-1?e([g],r,N(p).split(/,/g).map(function(e){return e.trim()}).map(function(e){return j(e,n)}).join(", ")):e([g],r,j(p,n))}}else void 0!==l[c]&&("margin"===c||"padding"===c?T(i,c,l[c]):i[c]=l[c])}return r}(e),n=function(e){for(var t=[],r=!1,n=0,o=e.__order;n<o.length;n++){var i=o[n];t.push(i);var s=e[i];for(var a in s)s.hasOwnProperty(a)&&void 0!==s[a]&&(r=!0,t.push(a,s[a]))}return r?t.join(""):void 0}(r);if(n){var o=f.getInstance(),i={className:o.classNameFromKey(n),key:n,args:e};if(!i.className){i.className=o.getClassName(function(e){var t=e&&e["&"];return t?t.displayName:void 0}(r));for(var s=[],a=0,l=r.__order;a<l.length;a++){var u=l[a];s.push(u,A(r[u]))}i.rulesToInsert=s}return i}}function z(e){var t=f.getInstance(),r=e.className,n=e.key,o=e.args,i=e.rulesToInsert;if(i){for(var s=0;s<i.length;s+=2){var a=i[s+1];if(a){var l=i[s],u=(l=l.replace(/&/g,"."+e.className))+"{"+a+"}"+(0===l.indexOf("@")?"}":"");t.insertRule(u)}}t.cacheClassName(r,n,o,i)}}function E(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var r=[],n=[],o=f.getInstance();return function e(t){for(var i=0,s=t;i<s.length;i++){var a=s[i];if(a)if("string"==typeof a)if(a.indexOf(" ")>=0)e(a.split(" "));else{var l=o.argsFromClassName(a);l?e(l):-1===r.indexOf(a)&&r.push(a)}else Array.isArray(a)?e(a):"object"==typeof a&&n.push(a)}}(e),{classes:r,objects:n}}function I(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var r=E(e),n=r.classes,o=r.objects;return o.length&&n.push(function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var r=R.apply(void 0,e);return r?(z(r),r.className):""}(o)),n.join(" ")}function P(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];if(e&&1===e.length&&e[0]&&!e[0].subComponentStyles)return e[0];for(var r={},n={},o=0,i=e;o<i.length;o++){var s=i[o];if(s)for(var a in s)if(s.hasOwnProperty(a)){if("subComponentStyles"===a&&void 0!==s.subComponentStyles){var l=s.subComponentStyles;for(var f in l)l.hasOwnProperty(f)&&(n.hasOwnProperty(f)?n[f].push(l[f]):n[f]=[l[f]]);continue}var u=r[a],c=s[a];r[a]=void 0===u?c:(Array.isArray(u)?u:[u]).concat(Array.isArray(c)?c:[c])}}if(Object.keys(n).length>0){r.subComponentStyles={};var d=r.subComponentStyles,p=function(e){if(n.hasOwnProperty(e)){var t=n[e];d[e]=function(e){return P.apply(void 0,t.map(function(t){return"function"==typeof t?t(e):t}))}}};for(var f in n)p(f)}return r}function F(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var r={subComponentStyles:{}};if(!e[0]&&e.length<=1)return{subComponentStyles:{}};var n=P.apply(void 0,e),o=[];for(var i in n)if(n.hasOwnProperty(i)){if("subComponentStyles"===i){r.subComponentStyles=n.subComponentStyles||{};continue}var s=E(n[i]),a=s.classes,l=R({displayName:i},s.objects);o.push(l),l&&(r[i]=a.concat([l.className]).join(" "))}for(var f=0,u=o;f<u.length;f++){(l=u[f])&&z(l)}return r}function M(e){f.getInstance().insertRule("@font-face{"+A(e)+"}",!0)}function W(e){var t=f.getInstance(),r=t.getClassName(),n=[];for(var o in e)e.hasOwnProperty(o)&&n.push(o,"{",A(e[o]),"}");var i=n.join("");return t.insertRule("@keyframes "+r+"{"+i+"}",!0),t.cacheClassName(r,i,[],["keyframes",i]),r}var B={},L=void 0;try{L=window}catch(e){}!function(e,t){if(void 0!==L){var r=L.__packages__=L.__packages__||{};r[e]&&B[e]||(B[e]=t,(r[e]=r[e]||[]).push(t))}}("@uifabric/merge-styles","6.17.4"),r.d(t,"mergeStyles",function(){return I}),r.d(t,"mergeStyleSets",function(){return F}),r.d(t,"concatStyleSets",function(){return P}),r.d(t,"fontFace",function(){return M}),r.d(t,"keyframes",function(){return W}),r.d(t,"InjectionMode",function(){return i}),r.d(t,"Stylesheet",function(){return f}),r.d(t,"setRTL",function(){return w})}]); | ||
//# sourceMappingURL=merge-styles.min.js.map |
@@ -7,5 +7,5 @@ { | ||
"version": "4.29.5", | ||
"hash": "382a4417f72cc3ef4db4", | ||
"time": 1559, | ||
"builtAt": 1563388253049, | ||
"hash": "a35df645c838f31ad071", | ||
"time": 1720, | ||
"builtAt": 1565179403789, | ||
"publicPath": "", | ||
@@ -22,3 +22,3 @@ "outputPath": "/home/vsts/work/1/s/packages/merge-styles/dist", | ||
"name": "merge-styles.min.js", | ||
"size": 14615, | ||
"size": 14526, | ||
"chunks": [ | ||
@@ -67,7 +67,7 @@ 0 | ||
"id": 0, | ||
"identifier": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/index.js 8cbf06ff0d432bc4cb66d3734b6679c8", | ||
"identifier": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/index.js c011bb9d69674116f5ded2b10db20ec9", | ||
"name": "./lib/index.js + 16 modules", | ||
"index": 0, | ||
"index2": 16, | ||
"size": 48013, | ||
"size": 47501, | ||
"cacheable": true, | ||
@@ -106,3 +106,3 @@ "built": true, | ||
"id": null, | ||
"identifier": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/index.js", | ||
"identifier": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/index.js", | ||
"name": "./lib/index.js", | ||
@@ -145,3 +145,3 @@ "index": 0, | ||
"id": null, | ||
"identifier": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/Stylesheet.js", | ||
"identifier": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/Stylesheet.js", | ||
"name": "./lib/Stylesheet.js", | ||
@@ -157,3 +157,3 @@ "index": 3, | ||
], | ||
"issuer": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/index.js", | ||
"issuer": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/index.js", | ||
"issuerId": null, | ||
@@ -164,3 +164,3 @@ "issuerName": "./lib/index.js", | ||
"id": null, | ||
"identifier": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/index.js", | ||
"identifier": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/index.js", | ||
"name": "./lib/index.js" | ||
@@ -188,3 +188,3 @@ } | ||
"id": null, | ||
"identifier": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/transforms/rtlifyRules.js", | ||
"identifier": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/transforms/rtlifyRules.js", | ||
"name": "./lib/transforms/rtlifyRules.js", | ||
@@ -200,3 +200,3 @@ "index": 8, | ||
], | ||
"issuer": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/index.js", | ||
"issuer": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/index.js", | ||
"issuerId": null, | ||
@@ -207,3 +207,3 @@ "issuerName": "./lib/index.js", | ||
"id": null, | ||
"identifier": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/index.js", | ||
"identifier": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/index.js", | ||
"name": "./lib/index.js" | ||
@@ -232,3 +232,3 @@ } | ||
"id": null, | ||
"identifier": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/mergeStyles.js", | ||
"identifier": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/mergeStyles.js", | ||
"name": "./lib/mergeStyles.js", | ||
@@ -244,3 +244,3 @@ "index": 1, | ||
], | ||
"issuer": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/index.js", | ||
"issuer": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/index.js", | ||
"issuerId": null, | ||
@@ -251,3 +251,3 @@ "issuerName": "./lib/index.js", | ||
"id": null, | ||
"identifier": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/index.js", | ||
"identifier": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/index.js", | ||
"name": "./lib/index.js" | ||
@@ -273,3 +273,3 @@ } | ||
"id": null, | ||
"identifier": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/concatStyleSets.js", | ||
"identifier": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/concatStyleSets.js", | ||
"name": "./lib/concatStyleSets.js", | ||
@@ -285,3 +285,3 @@ "index": 12, | ||
], | ||
"issuer": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/index.js", | ||
"issuer": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/index.js", | ||
"issuerId": null, | ||
@@ -292,3 +292,3 @@ "issuerName": "./lib/index.js", | ||
"id": null, | ||
"identifier": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/index.js", | ||
"identifier": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/index.js", | ||
"name": "./lib/index.js" | ||
@@ -314,7 +314,7 @@ } | ||
"id": null, | ||
"identifier": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/mergeStyleSets.js", | ||
"identifier": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/mergeStyleSets.js", | ||
"name": "./lib/mergeStyleSets.js", | ||
"index": 11, | ||
"index2": 11, | ||
"size": 2186, | ||
"size": 2034, | ||
"cacheable": true, | ||
@@ -326,3 +326,3 @@ "built": true, | ||
], | ||
"issuer": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/index.js", | ||
"issuer": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/index.js", | ||
"issuerId": null, | ||
@@ -333,3 +333,3 @@ "issuerName": "./lib/index.js", | ||
"id": null, | ||
"identifier": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/index.js", | ||
"identifier": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/index.js", | ||
"name": "./lib/index.js" | ||
@@ -355,3 +355,3 @@ } | ||
"id": null, | ||
"identifier": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/fontFace.js", | ||
"identifier": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/fontFace.js", | ||
"name": "./lib/fontFace.js", | ||
@@ -367,3 +367,3 @@ "index": 13, | ||
], | ||
"issuer": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/index.js", | ||
"issuer": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/index.js", | ||
"issuerId": null, | ||
@@ -374,3 +374,3 @@ "issuerName": "./lib/index.js", | ||
"id": null, | ||
"identifier": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/index.js", | ||
"identifier": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/index.js", | ||
"name": "./lib/index.js" | ||
@@ -396,3 +396,3 @@ } | ||
"id": null, | ||
"identifier": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/keyframes.js", | ||
"identifier": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/keyframes.js", | ||
"name": "./lib/keyframes.js", | ||
@@ -408,3 +408,3 @@ "index": 14, | ||
], | ||
"issuer": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/index.js", | ||
"issuer": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/index.js", | ||
"issuerId": null, | ||
@@ -415,3 +415,3 @@ "issuerName": "./lib/index.js", | ||
"id": null, | ||
"identifier": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/index.js", | ||
"identifier": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/index.js", | ||
"name": "./lib/index.js" | ||
@@ -437,3 +437,3 @@ } | ||
"id": null, | ||
"identifier": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/version.js", | ||
"identifier": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/version.js", | ||
"name": "./lib/version.js", | ||
@@ -449,3 +449,3 @@ "index": 15, | ||
], | ||
"issuer": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/index.js", | ||
"issuer": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/index.js", | ||
"issuerId": null, | ||
@@ -456,3 +456,3 @@ "issuerName": "./lib/index.js", | ||
"id": null, | ||
"identifier": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/index.js", | ||
"identifier": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/index.js", | ||
"name": "./lib/index.js" | ||
@@ -475,4 +475,4 @@ } | ||
"id": null, | ||
"identifier": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/tslib/1.10.0/node_modules/tslib/tslib.es6.js", | ||
"name": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/tslib/1.10.0/node_modules/tslib/tslib.es6.js", | ||
"identifier": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/node_modules/tslib/tslib.es6.js", | ||
"name": "/home/vsts/work/1/s/node_modules/tslib/tslib.es6.js", | ||
"index": 4, | ||
@@ -487,3 +487,3 @@ "index2": 0, | ||
], | ||
"issuer": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/Stylesheet.js", | ||
"issuer": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/Stylesheet.js", | ||
"issuerId": null, | ||
@@ -494,3 +494,3 @@ "issuerName": "./lib/Stylesheet.js", | ||
"id": null, | ||
"identifier": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/index.js", | ||
"identifier": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/index.js", | ||
"name": "./lib/index.js" | ||
@@ -500,3 +500,3 @@ }, | ||
"id": null, | ||
"identifier": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/Stylesheet.js", | ||
"identifier": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/Stylesheet.js", | ||
"name": "./lib/Stylesheet.js" | ||
@@ -541,7 +541,7 @@ } | ||
"id": null, | ||
"identifier": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/styleToClassName.js", | ||
"identifier": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/styleToClassName.js", | ||
"name": "./lib/styleToClassName.js", | ||
"index": 5, | ||
"index2": 8, | ||
"size": 10012, | ||
"size": 9652, | ||
"cacheable": true, | ||
@@ -553,3 +553,3 @@ "built": true, | ||
], | ||
"issuer": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/mergeStyles.js", | ||
"issuer": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/mergeStyles.js", | ||
"issuerId": null, | ||
@@ -560,3 +560,3 @@ "issuerName": "./lib/mergeStyles.js", | ||
"id": null, | ||
"identifier": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/index.js", | ||
"identifier": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/index.js", | ||
"name": "./lib/index.js" | ||
@@ -566,3 +566,3 @@ }, | ||
"id": null, | ||
"identifier": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/mergeStyles.js", | ||
"identifier": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/mergeStyles.js", | ||
"name": "./lib/mergeStyles.js" | ||
@@ -594,3 +594,3 @@ } | ||
"id": null, | ||
"identifier": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/extractStyleParts.js", | ||
"identifier": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/extractStyleParts.js", | ||
"name": "./lib/extractStyleParts.js", | ||
@@ -606,3 +606,3 @@ "index": 2, | ||
], | ||
"issuer": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/mergeStyles.js", | ||
"issuer": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/mergeStyles.js", | ||
"issuerId": null, | ||
@@ -613,3 +613,3 @@ "issuerName": "./lib/mergeStyles.js", | ||
"id": null, | ||
"identifier": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/index.js", | ||
"identifier": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/index.js", | ||
"name": "./lib/index.js" | ||
@@ -619,3 +619,3 @@ }, | ||
"id": null, | ||
"identifier": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/mergeStyles.js", | ||
"identifier": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/mergeStyles.js", | ||
"name": "./lib/mergeStyles.js" | ||
@@ -641,3 +641,3 @@ } | ||
"id": null, | ||
"identifier": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/transforms/kebabRules.js", | ||
"identifier": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/transforms/kebabRules.js", | ||
"name": "./lib/transforms/kebabRules.js", | ||
@@ -653,3 +653,3 @@ "index": 6, | ||
], | ||
"issuer": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/styleToClassName.js", | ||
"issuer": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/styleToClassName.js", | ||
"issuerId": null, | ||
@@ -660,3 +660,3 @@ "issuerName": "./lib/styleToClassName.js", | ||
"id": null, | ||
"identifier": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/index.js", | ||
"identifier": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/index.js", | ||
"name": "./lib/index.js" | ||
@@ -666,3 +666,3 @@ }, | ||
"id": null, | ||
"identifier": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/mergeStyles.js", | ||
"identifier": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/mergeStyles.js", | ||
"name": "./lib/mergeStyles.js" | ||
@@ -672,3 +672,3 @@ }, | ||
"id": null, | ||
"identifier": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/styleToClassName.js", | ||
"identifier": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/styleToClassName.js", | ||
"name": "./lib/styleToClassName.js" | ||
@@ -694,3 +694,3 @@ } | ||
"id": null, | ||
"identifier": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/transforms/prefixRules.js", | ||
"identifier": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/transforms/prefixRules.js", | ||
"name": "./lib/transforms/prefixRules.js", | ||
@@ -706,3 +706,3 @@ "index": 9, | ||
], | ||
"issuer": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/styleToClassName.js", | ||
"issuer": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/styleToClassName.js", | ||
"issuerId": null, | ||
@@ -713,3 +713,3 @@ "issuerName": "./lib/styleToClassName.js", | ||
"id": null, | ||
"identifier": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/index.js", | ||
"identifier": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/index.js", | ||
"name": "./lib/index.js" | ||
@@ -719,3 +719,3 @@ }, | ||
"id": null, | ||
"identifier": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/mergeStyles.js", | ||
"identifier": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/mergeStyles.js", | ||
"name": "./lib/mergeStyles.js" | ||
@@ -725,3 +725,3 @@ }, | ||
"id": null, | ||
"identifier": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/styleToClassName.js", | ||
"identifier": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/styleToClassName.js", | ||
"name": "./lib/styleToClassName.js" | ||
@@ -747,3 +747,3 @@ } | ||
"id": null, | ||
"identifier": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/transforms/provideUnits.js", | ||
"identifier": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/transforms/provideUnits.js", | ||
"name": "./lib/transforms/provideUnits.js", | ||
@@ -759,3 +759,3 @@ "index": 7, | ||
], | ||
"issuer": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/styleToClassName.js", | ||
"issuer": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/styleToClassName.js", | ||
"issuerId": null, | ||
@@ -766,3 +766,3 @@ "issuerName": "./lib/styleToClassName.js", | ||
"id": null, | ||
"identifier": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/index.js", | ||
"identifier": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/index.js", | ||
"name": "./lib/index.js" | ||
@@ -772,3 +772,3 @@ }, | ||
"id": null, | ||
"identifier": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/mergeStyles.js", | ||
"identifier": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/mergeStyles.js", | ||
"name": "./lib/mergeStyles.js" | ||
@@ -778,3 +778,3 @@ }, | ||
"id": null, | ||
"identifier": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/styleToClassName.js", | ||
"identifier": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/styleToClassName.js", | ||
"name": "./lib/styleToClassName.js" | ||
@@ -800,3 +800,3 @@ } | ||
"id": null, | ||
"identifier": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/set-version/lib/setVersion.js", | ||
"identifier": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/set-version/lib/setVersion.js", | ||
"name": "../set-version/lib/setVersion.js", | ||
@@ -812,3 +812,3 @@ "index": 16, | ||
], | ||
"issuer": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/set-version/lib/index.js", | ||
"issuer": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/set-version/lib/index.js", | ||
"issuerId": 1, | ||
@@ -819,3 +819,3 @@ "issuerName": "../set-version/lib/index.js", | ||
"id": null, | ||
"identifier": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/index.js", | ||
"identifier": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/index.js", | ||
"name": "./lib/index.js" | ||
@@ -825,3 +825,3 @@ }, | ||
"id": null, | ||
"identifier": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/version.js", | ||
"identifier": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/version.js", | ||
"name": "./lib/version.js" | ||
@@ -831,3 +831,3 @@ }, | ||
"id": 1, | ||
"identifier": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/set-version/lib/index.js", | ||
"identifier": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/set-version/lib/index.js", | ||
"name": "../set-version/lib/index.js" | ||
@@ -853,3 +853,3 @@ } | ||
"id": null, | ||
"identifier": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/getVendorSettings.js", | ||
"identifier": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/getVendorSettings.js", | ||
"name": "./lib/getVendorSettings.js", | ||
@@ -865,3 +865,3 @@ "index": 10, | ||
], | ||
"issuer": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/transforms/prefixRules.js", | ||
"issuer": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/transforms/prefixRules.js", | ||
"issuerId": null, | ||
@@ -872,3 +872,3 @@ "issuerName": "./lib/transforms/prefixRules.js", | ||
"id": null, | ||
"identifier": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/index.js", | ||
"identifier": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/index.js", | ||
"name": "./lib/index.js" | ||
@@ -878,3 +878,3 @@ }, | ||
"id": null, | ||
"identifier": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/mergeStyles.js", | ||
"identifier": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/mergeStyles.js", | ||
"name": "./lib/mergeStyles.js" | ||
@@ -884,3 +884,3 @@ }, | ||
"id": null, | ||
"identifier": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/styleToClassName.js", | ||
"identifier": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/styleToClassName.js", | ||
"name": "./lib/styleToClassName.js" | ||
@@ -890,3 +890,3 @@ }, | ||
"id": null, | ||
"identifier": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/transforms/prefixRules.js", | ||
"identifier": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/transforms/prefixRules.js", | ||
"name": "./lib/transforms/prefixRules.js" | ||
@@ -913,7 +913,7 @@ } | ||
"filteredModules": 0, | ||
"parsedSrc": "function(e,t,r){\"use strict\";r.r(t);var n=function(){return(n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)};var o,i={none:0,insertNode:1,appendChild:2},s=\"undefined\"!=typeof navigator&&/rv:11.0/.test(navigator.userAgent),a={};try{a=window}catch(e){}var l,f=function(){function e(e){this._rules=[],this._preservedRules=[],this._rulesToInsert=[],this._counter=0,this._keyToClassName={},this._onResetCallbacks=[],this._classNameToArgs={},this._config=n({injectionMode:i.insertNode,defaultPrefix:\"css\",namespace:void 0,cspSettings:void 0},e)}return e.getInstance=function(){if(!(o=a.__stylesheet__)||o._lastStyleElement&&o._lastStyleElement.ownerDocument!==document){var t=a&&a.FabricConfig||{};o=a.__stylesheet__=new e(t.mergeStyles)}return o},e.prototype.setConfig=function(e){this._config=n({},this._config,e)},e.prototype.onReset=function(e){this._onResetCallbacks.push(e)},e.prototype.getClassName=function(e){var t=this._config.namespace;return(t?t+\"-\":\"\")+(e||this._config.defaultPrefix)+\"-\"+this._counter++},e.prototype.cacheClassName=function(e,t,r,n){this._keyToClassName[t]=e,this._classNameToArgs[e]={args:r,rules:n}},e.prototype.classNameFromKey=function(e){return this._keyToClassName[e]},e.prototype.argsFromClassName=function(e){var t=this._classNameToArgs[e];return t&&t.args},e.prototype.insertedRulesFromClassName=function(e){var t=this._classNameToArgs[e];return t&&t.rules},e.prototype.insertRule=function(e,t){var r=this._config.injectionMode!==i.none?this._getStyleElement():void 0;if(t&&this._preservedRules.push(e),r)switch(this._config.injectionMode){case i.insertNode:var n=r.sheet;try{n.insertRule(e,n.cssRules.length)}catch(e){}break;case i.appendChild:r.appendChild(document.createTextNode(e))}else this._rules.push(e);this._config.onInsertRule&&this._config.onInsertRule(e)},e.prototype.getRules=function(e){return(e?this._preservedRules.join(\"\"):\"\")+this._rules.join(\"\")+this._rulesToInsert.join(\"\")},e.prototype.reset=function(){this._rules=[],this._rulesToInsert=[],this._counter=0,this._classNameToArgs={},this._keyToClassName={},this._onResetCallbacks.forEach(function(e){return e()})},e.prototype.resetKeys=function(){this._keyToClassName={}},e.prototype._getStyleElement=function(){var e=this;return this._styleElement||\"undefined\"==typeof document||(this._styleElement=this._createStyleElement(),s||window.requestAnimationFrame(function(){e._styleElement=void 0})),this._styleElement},e.prototype._createStyleElement=function(){var e=document.head,t=document.createElement(\"style\");t.setAttribute(\"data-merge-styles\",\"true\");var r=this._config.cspSettings;if(r&&r.nonce&&t.setAttribute(\"nonce\",r.nonce),this._lastStyleElement)e.insertBefore(t,this._lastStyleElement.nextElementSibling);else{var n=this._findPlaceholderStyleTag();n?e.insertBefore(t,n.nextElementSibling):e.insertBefore(t,e.childNodes[0])}return this._lastStyleElement=t,t},e.prototype._findPlaceholderStyleTag=function(){var e=document.head;return e?e.querySelector(\"style[data-merge-styles]\"):null},e}(),u={MozOsxFontSmoothing:\"-moz-osx-font-smoothing\",MsHighContrastAdjust:\"-ms-high-contrast-adjust\",WebkitFontSmoothing:\"-webkit-font-smoothing\",WebkitOverflowScrolling:\"-webkit-overflow-scrolling\",WebkitTapHighlightColor:\"-webkit-tap-highlight-color\",alignContent:\"align-content\",alignItems:\"align-items\",alignSelf:\"align-self\",animation:\"animation\",animationDelay:\"animation-delay\",animationDirection:\"animation-direction\",animationDuration:\"animation-duration\",animationFillMode:\"animation-fill-mode\",animationIterationCount:\"animation-iteration-count\",animationName:\"animation-name\",animationTimingFunction:\"animation-timing-function\",background:\"background\",backgroundClip:\"background-clip\",backgroundColor:\"background-color\",backgroundImage:\"background-image\",backgroundPosition:\"background-position\",border:\"border\",borderBottom:\"border-bottom\",borderBottomColor:\"border-bottom-color\",borderBottomStyle:\"border-bottom-style\",borderBottomWidth:\"border-bottom-width\",borderCollapse:\"border-collapse\",borderColor:\"border-color\",borderLeft:\"border-left\",borderRadius:\"border-radius\",borderRight:\"border-right\",borderStyle:\"border-style\",borderTop:\"border-top\",borderTopColor:\"border-top-color\",borderTopLeftRadius:\"border-top-left-radius\",borderTopRightRadius:\"border-top-right-radius\",borderTopStyle:\"border-top-style\",borderTopWidth:\"border-top-width\",borderWidth:\"border-width\",bordercolor:\"bordercolor\",bottom:\"bottom\",boxShadow:\"box-shadow\",boxSizing:\"box-sizing\",clear:\"clear\",color:\"color\",content:\"content\",cursor:\"cursor\",display:\"display\",fill:\"fill\",flex:\"flex\",flexBasis:\"flex-basis\",flexDirection:\"flex-direction\",flexGrow:\"flex-grow\",flexShrink:\"flex-shrink\",flexWrap:\"flex-wrap\",float:\"float\",font:\"font\",fontFamily:\"font-family\",fontSize:\"font-size\",fontStyle:\"font-style\",fontWeight:\"font-weight\",height:\"height\",justifyContent:\"justify-content\",left:\"left\",lineHeight:\"line-height\",listStyle:\"list-style\",listStyleType:\"list-style-type\",marginBottom:\"margin-bottom\",marginLeft:\"margin-left\",marginRight:\"margin-right\",marginTop:\"margin-top\",maxHeight:\"max-height\",maxWidth:\"max-width\",minHeight:\"min-height\",minWidth:\"min-width\",mozOsxFontSmoothing:\"moz-osx-font-smoothing\",objectFit:\"object-fit\",opacity:\"opacity\",order:\"order\",outline:\"outline\",outlineColor:\"outline-color\",outlineOffset:\"outline-offset\",overflow:\"overflow\",overflowWrap:\"overflow-wrap\",overflowX:\"overflow-x\",overflowY:\"overflow-y\",paddingBottom:\"padding-bottom\",paddingLeft:\"padding-left\",paddingRight:\"padding-right\",paddingTop:\"padding-top\",perspective:\"perspective\",pointerEvents:\"pointer-events\",position:\"position\",resize:\"resize\",right:\"right\",speak:\"speak\",src:\"src\",tableLayout:\"table-layout\",textAlign:\"text-align\",textDecoration:\"text-decoration\",textOverflow:\"text-overflow\",textTransform:\"text-transform\",top:\"top\",transform:\"transform\",transformOrigin:\"transform-origin\",transition:\"transition\",transitionDelay:\"transition-delay\",transitionDuration:\"transition-duration\",transitionProperty:\"transition-property\",transitionTimingFunction:\"transition-timing-function\",userSelect:\"user-select\",verticalAlign:\"vertical-align\",visibility:\"visibility\",webkitFontSmoothing:\"webkit-font-smoothing\",whiteSpace:\"white-space\",width:\"width\",wordBreak:\"word-break\",wordWrap:\"word-wrap\",zIndex:\"z-index\"};var c={\"user-select\":1};function d(e,t){var r=function(){if(!l){var e=\"undefined\"!=typeof document?document:void 0,t=\"undefined\"!=typeof navigator?navigator:void 0,r=t?t.userAgent.toLowerCase():void 0;l=e?{isWebkit:!!(e&&\"WebkitAppearance\"in e.documentElement.style),isMoz:!!(r&&r.indexOf(\"firefox\")>-1),isOpera:!!(r&&r.indexOf(\"opera\")>-1),isMs:!(!t||!/rv:11.0/i.test(t.userAgent)&&!/Edge\\/\\d./i.test(navigator.userAgent))}:{isWebkit:!0,isMoz:!0,isOpera:!0,isMs:!0}}return l}(),n=e[t];if(c[n]){var o=e[t+1];c[n]&&(r.isWebkit&&e.push(\"-webkit-\"+n,o),r.isMoz&&e.push(\"-moz-\"+n,o),r.isMs&&e.push(\"-ms-\"+n,o),r.isOpera&&e.push(\"-o-\"+n,o))}}var p,g=[\"column-count\",\"font-weight\",\"flex-basis\",\"flex\",\"flex-grow\",\"flex-shrink\",\"fill-opacity\",\"opacity\",\"order\",\"z-index\",\"zoom\"];function m(e,t){var r=e[t],n=e[t+1];if(\"number\"==typeof n){var o=-1===g.indexOf(r)?\"px\":\"\";e[t+1]=\"\"+n+o}}var h=\"left\",y=\"right\",v=\"@noflip\",b=((p={})[h]=y,p[y]=h,p),_={\"w-resize\":\"e-resize\",\"sw-resize\":\"se-resize\",\"nw-resize\":\"ne-resize\"},x=S();function w(e){x!==e&&(f.getInstance().resetKeys(),x=e)}function S(){return void 0===x&&(x=\"undefined\"!=typeof document&&!!document.documentElement&&\"rtl\"===document.documentElement.getAttribute(\"dir\")),x}function k(e,t){if(S()){var r=e[t];if(!r)return;var n=e[t+1];if(\"string\"==typeof n&&n.indexOf(v)>=0)e[t+1]=n.replace(/\\s*(?:\\/\\*\\s*)?\\@noflip\\b(?:\\s*\\*\\/)?\\s*?/g,\"\");else if(r.indexOf(h)>=0)e[t]=r.replace(h,y);else if(r.indexOf(y)>=0)e[t]=r.replace(y,h);else if(String(n).indexOf(h)>=0)e[t+1]=n.replace(h,y);else if(String(n).indexOf(y)>=0)e[t+1]=n.replace(y,h);else if(b[r])e[t]=b[r];else if(_[n])e[t+1]=_[n];else switch(r){case\"margin\":case\"padding\":e[t+1]=function(e){if(\"string\"==typeof e){var t=e.split(\" \");if(4===t.length)return t[0]+\" \"+t[3]+\" \"+t[2]+\" \"+t[1]}return e}(n);break;case\"box-shadow\":e[t+1]=function(e,t){var r=e.split(\" \"),n=parseInt(r[t],10);return r[0]=r[0].replace(String(n),String(-1*n)),r.join(\" \")}(n,0)}}}var C=\"displayName\";var O=/\\:global\\((.+?)\\)/g;function N(e){if(!O.test(e))return e;for(var t=[],r=/\\:global\\((.+?)\\)/g,n=null;n=r.exec(e);)n[1].indexOf(\",\")>-1&&t.push([n.index,n.index+n[0].length,n[1].split(\",\").map(function(e){return\":global(\"+e.trim()+\")\"}).join(\", \")]);return t.reverse().reduce(function(e,t){var r=t[0],n=t[1],o=t[2];return e.slice(0,r)+o+e.slice(n)},e)}function j(e,t){return e.indexOf(\":global(\")>=0?e.replace(O,\"$1\"):0===e.indexOf(\":\")?t+e:e.indexOf(\"&\")<0?t+\" \"+e:e}function T(e,t,r){var n=\"string\"==typeof r?r.split(\" \"):[r];e[t+\"Top\"]=n[0],e[t+\"Right\"]=n[1]||n[0],e[t+\"Bottom\"]=n[2]||n[0],e[t+\"Left\"]=n[3]||n[1]||n[0]}function A(e){if(!e)return\"\";var t,r,n,o=[];for(var i in e)e.hasOwnProperty(i)&&i!==C&&void 0!==e[i]&&o.push(i,e[i]);for(var s=0;s<o.length;s+=2)n=void 0,n=(t=o)[r=s],t[r]=u[n]=u[n]||n.replace(/([A-Z])/g,\"-$1\").toLowerCase(),m(o,s),k(o,s),d(o,s);for(s=1;s<o.length;s+=4)o.splice(s,1,\":\",o[s],\";\");return o.join(\"\")}function R(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var r=function e(t,r,n){void 0===r&&(r={__order:[]}),void 0===n&&(n=\"&\");var o=f.getInstance(),i=r[n];i||(i={},r[n]=i,r.__order.push(n));for(var s=0,a=t;s<a.length;s++){var l=a[s];if(\"string\"==typeof l){var u=o.argsFromClassName(l);u&&e(u,r,n)}else if(Array.isArray(l))e(l,r,n);else for(var c in l)if(\"selectors\"===c){var d=l.selectors;for(var p in d)if(d.hasOwnProperty(p)){var g=d[p];0===p.indexOf(\"@\")?e([g],r,p=p+\"{\"+n):p.indexOf(\",\")>-1?e([g],r,N(p).split(/,/g).map(function(e){return e.trim()}).map(function(e){return j(e,n)}).join(\", \")):e([g],r,j(p,n))}}else void 0!==l[c]&&(\"margin\"===c||\"padding\"===c?T(i,c,l[c]):i[c]=l[c])}return r}(e),n=function(e){for(var t=[],r=!1,n=0,o=e.__order;n<o.length;n++){var i=o[n];t.push(i);var s=e[i];for(var a in s)s.hasOwnProperty(a)&&void 0!==s[a]&&(r=!0,t.push(a,s[a]))}return r?t.join(\"\"):void 0}(r);if(n){var o=f.getInstance(),i={className:o.classNameFromKey(n),key:n,args:e};if(!i.className){i.className=o.getClassName(function(e){var t=e&&e[\"&\"];return t?t.displayName:void 0}(r));for(var s=[],a=0,l=r.__order;a<l.length;a++){var u=l[a];s.push(u,A(r[u]))}i.rulesToInsert=s}return i}}function z(e,t){var r=f.getInstance(),n=e.className,o=e.key,i=e.args,s=e.rulesToInsert;if(s){for(var a=0;a<s.length;a+=2){var l=s[a+1];if(l){var u=s[a],c=(u=u.replace(/(&)|\\$([\\w-]+)\\b/g,function(r,n,o){return n?\".\"+e.className:o?\".\"+(t&&t[o]||o):\"\"}))+\"{\"+l+\"}\"+(0===u.indexOf(\"@\")?\"}\":\"\");r.insertRule(c)}}r.cacheClassName(n,o,i,s)}}function E(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var r=[],n=[],o=f.getInstance();return function e(t){for(var i=0,s=t;i<s.length;i++){var a=s[i];if(a)if(\"string\"==typeof a)if(a.indexOf(\" \")>=0)e(a.split(\" \"));else{var l=o.argsFromClassName(a);l?e(l):-1===r.indexOf(a)&&r.push(a)}else Array.isArray(a)?e(a):\"object\"==typeof a&&n.push(a)}}(e),{classes:r,objects:n}}function I(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var r=E(e),n=r.classes,o=r.objects;return o.length&&n.push(function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var r=R.apply(void 0,e);return r?(z(r),r.className):\"\"}(o)),n.join(\" \")}function P(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];if(e&&1===e.length&&e[0]&&!e[0].subComponentStyles)return e[0];for(var r={},n={},o=0,i=e;o<i.length;o++){var s=i[o];if(s)for(var a in s)if(s.hasOwnProperty(a)){if(\"subComponentStyles\"===a&&void 0!==s.subComponentStyles){var l=s.subComponentStyles;for(var f in l)l.hasOwnProperty(f)&&(n.hasOwnProperty(f)?n[f].push(l[f]):n[f]=[l[f]]);continue}var u=r[a],c=s[a];r[a]=void 0===u?c:(Array.isArray(u)?u:[u]).concat(Array.isArray(c)?c:[c])}}if(Object.keys(n).length>0){r.subComponentStyles={};var d=r.subComponentStyles,p=function(e){if(n.hasOwnProperty(e)){var t=n[e];d[e]=function(e){return P.apply(void 0,t.map(function(t){return\"function\"==typeof t?t(e):t}))}}};for(var f in n)p(f)}return r}function F(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var r={subComponentStyles:{}},n={};if(!e[0]&&e.length<=1)return{subComponentStyles:{}};var o=P.apply(void 0,e),i=[];for(var s in o)if(o.hasOwnProperty(s)){if(\"subComponentStyles\"===s){r.subComponentStyles=o.subComponentStyles||{};continue}var a=E(o[s]),l=a.classes,f=R({displayName:s},a.objects);i.push(f),f&&(n[s]=f.className,r[s]=l.concat([f.className]).join(\" \"))}for(var u=0,c=i;u<c.length;u++){(f=c[u])&&z(f,n)}return r}function M(e){f.getInstance().insertRule(\"@font-face{\"+A(e)+\"}\",!0)}function W(e){var t=f.getInstance(),r=t.getClassName(),n=[];for(var o in e)e.hasOwnProperty(o)&&n.push(o,\"{\",A(e[o]),\"}\");var i=n.join(\"\");return t.insertRule(\"@keyframes \"+r+\"{\"+i+\"}\",!0),t.cacheClassName(r,i,[],[\"keyframes\",i]),r}var B={},L=void 0;try{L=window}catch(e){}!function(e,t){if(void 0!==L){var r=L.__packages__=L.__packages__||{};r[e]&&B[e]||(B[e]=t,(r[e]=r[e]||[]).push(t))}}(\"@uifabric/merge-styles\",\"6.17.4\"),r.d(t,\"mergeStyles\",function(){return I}),r.d(t,\"mergeStyleSets\",function(){return F}),r.d(t,\"concatStyleSets\",function(){return P}),r.d(t,\"fontFace\",function(){return M}),r.d(t,\"keyframes\",function(){return W}),r.d(t,\"InjectionMode\",function(){return i}),r.d(t,\"Stylesheet\",function(){return f}),r.d(t,\"setRTL\",function(){return w})}" | ||
"parsedSrc": "function(e,t,r){\"use strict\";r.r(t);var n=function(){return(n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)};var o,i={none:0,insertNode:1,appendChild:2},s=\"undefined\"!=typeof navigator&&/rv:11.0/.test(navigator.userAgent),a={};try{a=window}catch(e){}var l,f=function(){function e(e){this._rules=[],this._preservedRules=[],this._rulesToInsert=[],this._counter=0,this._keyToClassName={},this._onResetCallbacks=[],this._classNameToArgs={},this._config=n({injectionMode:i.insertNode,defaultPrefix:\"css\",namespace:void 0,cspSettings:void 0},e)}return e.getInstance=function(){if(!(o=a.__stylesheet__)||o._lastStyleElement&&o._lastStyleElement.ownerDocument!==document){var t=a&&a.FabricConfig||{};o=a.__stylesheet__=new e(t.mergeStyles)}return o},e.prototype.setConfig=function(e){this._config=n({},this._config,e)},e.prototype.onReset=function(e){this._onResetCallbacks.push(e)},e.prototype.getClassName=function(e){var t=this._config.namespace;return(t?t+\"-\":\"\")+(e||this._config.defaultPrefix)+\"-\"+this._counter++},e.prototype.cacheClassName=function(e,t,r,n){this._keyToClassName[t]=e,this._classNameToArgs[e]={args:r,rules:n}},e.prototype.classNameFromKey=function(e){return this._keyToClassName[e]},e.prototype.argsFromClassName=function(e){var t=this._classNameToArgs[e];return t&&t.args},e.prototype.insertedRulesFromClassName=function(e){var t=this._classNameToArgs[e];return t&&t.rules},e.prototype.insertRule=function(e,t){var r=this._config.injectionMode!==i.none?this._getStyleElement():void 0;if(t&&this._preservedRules.push(e),r)switch(this._config.injectionMode){case i.insertNode:var n=r.sheet;try{n.insertRule(e,n.cssRules.length)}catch(e){}break;case i.appendChild:r.appendChild(document.createTextNode(e))}else this._rules.push(e);this._config.onInsertRule&&this._config.onInsertRule(e)},e.prototype.getRules=function(e){return(e?this._preservedRules.join(\"\"):\"\")+this._rules.join(\"\")+this._rulesToInsert.join(\"\")},e.prototype.reset=function(){this._rules=[],this._rulesToInsert=[],this._counter=0,this._classNameToArgs={},this._keyToClassName={},this._onResetCallbacks.forEach(function(e){return e()})},e.prototype.resetKeys=function(){this._keyToClassName={}},e.prototype._getStyleElement=function(){var e=this;return this._styleElement||\"undefined\"==typeof document||(this._styleElement=this._createStyleElement(),s||window.requestAnimationFrame(function(){e._styleElement=void 0})),this._styleElement},e.prototype._createStyleElement=function(){var e=document.head,t=document.createElement(\"style\");t.setAttribute(\"data-merge-styles\",\"true\");var r=this._config.cspSettings;if(r&&r.nonce&&t.setAttribute(\"nonce\",r.nonce),this._lastStyleElement)e.insertBefore(t,this._lastStyleElement.nextElementSibling);else{var n=this._findPlaceholderStyleTag();n?e.insertBefore(t,n.nextElementSibling):e.insertBefore(t,e.childNodes[0])}return this._lastStyleElement=t,t},e.prototype._findPlaceholderStyleTag=function(){var e=document.head;return e?e.querySelector(\"style[data-merge-styles]\"):null},e}(),u={MozOsxFontSmoothing:\"-moz-osx-font-smoothing\",MsHighContrastAdjust:\"-ms-high-contrast-adjust\",WebkitFontSmoothing:\"-webkit-font-smoothing\",WebkitOverflowScrolling:\"-webkit-overflow-scrolling\",WebkitTapHighlightColor:\"-webkit-tap-highlight-color\",alignContent:\"align-content\",alignItems:\"align-items\",alignSelf:\"align-self\",animation:\"animation\",animationDelay:\"animation-delay\",animationDirection:\"animation-direction\",animationDuration:\"animation-duration\",animationFillMode:\"animation-fill-mode\",animationIterationCount:\"animation-iteration-count\",animationName:\"animation-name\",animationTimingFunction:\"animation-timing-function\",background:\"background\",backgroundClip:\"background-clip\",backgroundColor:\"background-color\",backgroundImage:\"background-image\",backgroundPosition:\"background-position\",border:\"border\",borderBottom:\"border-bottom\",borderBottomColor:\"border-bottom-color\",borderBottomStyle:\"border-bottom-style\",borderBottomWidth:\"border-bottom-width\",borderCollapse:\"border-collapse\",borderColor:\"border-color\",borderLeft:\"border-left\",borderRadius:\"border-radius\",borderRight:\"border-right\",borderStyle:\"border-style\",borderTop:\"border-top\",borderTopColor:\"border-top-color\",borderTopLeftRadius:\"border-top-left-radius\",borderTopRightRadius:\"border-top-right-radius\",borderTopStyle:\"border-top-style\",borderTopWidth:\"border-top-width\",borderWidth:\"border-width\",bordercolor:\"bordercolor\",bottom:\"bottom\",boxShadow:\"box-shadow\",boxSizing:\"box-sizing\",clear:\"clear\",color:\"color\",content:\"content\",cursor:\"cursor\",display:\"display\",fill:\"fill\",flex:\"flex\",flexBasis:\"flex-basis\",flexDirection:\"flex-direction\",flexGrow:\"flex-grow\",flexShrink:\"flex-shrink\",flexWrap:\"flex-wrap\",float:\"float\",font:\"font\",fontFamily:\"font-family\",fontSize:\"font-size\",fontStyle:\"font-style\",fontWeight:\"font-weight\",height:\"height\",justifyContent:\"justify-content\",left:\"left\",lineHeight:\"line-height\",listStyle:\"list-style\",listStyleType:\"list-style-type\",marginBottom:\"margin-bottom\",marginLeft:\"margin-left\",marginRight:\"margin-right\",marginTop:\"margin-top\",maxHeight:\"max-height\",maxWidth:\"max-width\",minHeight:\"min-height\",minWidth:\"min-width\",mozOsxFontSmoothing:\"moz-osx-font-smoothing\",objectFit:\"object-fit\",opacity:\"opacity\",order:\"order\",outline:\"outline\",outlineColor:\"outline-color\",outlineOffset:\"outline-offset\",overflow:\"overflow\",overflowWrap:\"overflow-wrap\",overflowX:\"overflow-x\",overflowY:\"overflow-y\",paddingBottom:\"padding-bottom\",paddingLeft:\"padding-left\",paddingRight:\"padding-right\",paddingTop:\"padding-top\",perspective:\"perspective\",pointerEvents:\"pointer-events\",position:\"position\",resize:\"resize\",right:\"right\",speak:\"speak\",src:\"src\",tableLayout:\"table-layout\",textAlign:\"text-align\",textDecoration:\"text-decoration\",textOverflow:\"text-overflow\",textTransform:\"text-transform\",top:\"top\",transform:\"transform\",transformOrigin:\"transform-origin\",transition:\"transition\",transitionDelay:\"transition-delay\",transitionDuration:\"transition-duration\",transitionProperty:\"transition-property\",transitionTimingFunction:\"transition-timing-function\",userSelect:\"user-select\",verticalAlign:\"vertical-align\",visibility:\"visibility\",webkitFontSmoothing:\"webkit-font-smoothing\",whiteSpace:\"white-space\",width:\"width\",wordBreak:\"word-break\",wordWrap:\"word-wrap\",zIndex:\"z-index\"};var c={\"user-select\":1};function d(e,t){var r=function(){if(!l){var e=\"undefined\"!=typeof document?document:void 0,t=\"undefined\"!=typeof navigator?navigator:void 0,r=t?t.userAgent.toLowerCase():void 0;l=e?{isWebkit:!!(e&&\"WebkitAppearance\"in e.documentElement.style),isMoz:!!(r&&r.indexOf(\"firefox\")>-1),isOpera:!!(r&&r.indexOf(\"opera\")>-1),isMs:!(!t||!/rv:11.0/i.test(t.userAgent)&&!/Edge\\/\\d./i.test(navigator.userAgent))}:{isWebkit:!0,isMoz:!0,isOpera:!0,isMs:!0}}return l}(),n=e[t];if(c[n]){var o=e[t+1];c[n]&&(r.isWebkit&&e.push(\"-webkit-\"+n,o),r.isMoz&&e.push(\"-moz-\"+n,o),r.isMs&&e.push(\"-ms-\"+n,o),r.isOpera&&e.push(\"-o-\"+n,o))}}var p,g=[\"column-count\",\"font-weight\",\"flex-basis\",\"flex\",\"flex-grow\",\"flex-shrink\",\"fill-opacity\",\"opacity\",\"order\",\"z-index\",\"zoom\"];function m(e,t){var r=e[t],n=e[t+1];if(\"number\"==typeof n){var o=-1===g.indexOf(r)?\"px\":\"\";e[t+1]=\"\"+n+o}}var h=\"left\",y=\"right\",v=\"@noflip\",b=((p={})[h]=y,p[y]=h,p),_={\"w-resize\":\"e-resize\",\"sw-resize\":\"se-resize\",\"nw-resize\":\"ne-resize\"},x=S();function w(e){x!==e&&(f.getInstance().resetKeys(),x=e)}function S(){return void 0===x&&(x=\"undefined\"!=typeof document&&!!document.documentElement&&\"rtl\"===document.documentElement.getAttribute(\"dir\")),x}function k(e,t){if(S()){var r=e[t];if(!r)return;var n=e[t+1];if(\"string\"==typeof n&&n.indexOf(v)>=0)e[t+1]=n.replace(/\\s*(?:\\/\\*\\s*)?\\@noflip\\b(?:\\s*\\*\\/)?\\s*?/g,\"\");else if(r.indexOf(h)>=0)e[t]=r.replace(h,y);else if(r.indexOf(y)>=0)e[t]=r.replace(y,h);else if(String(n).indexOf(h)>=0)e[t+1]=n.replace(h,y);else if(String(n).indexOf(y)>=0)e[t+1]=n.replace(y,h);else if(b[r])e[t]=b[r];else if(_[n])e[t+1]=_[n];else switch(r){case\"margin\":case\"padding\":e[t+1]=function(e){if(\"string\"==typeof e){var t=e.split(\" \");if(4===t.length)return t[0]+\" \"+t[3]+\" \"+t[2]+\" \"+t[1]}return e}(n);break;case\"box-shadow\":e[t+1]=function(e,t){var r=e.split(\" \"),n=parseInt(r[t],10);return r[0]=r[0].replace(String(n),String(-1*n)),r.join(\" \")}(n,0)}}}var C=\"displayName\";var O=/\\:global\\((.+?)\\)/g;function N(e){if(!O.test(e))return e;for(var t=[],r=/\\:global\\((.+?)\\)/g,n=null;n=r.exec(e);)n[1].indexOf(\",\")>-1&&t.push([n.index,n.index+n[0].length,n[1].split(\",\").map(function(e){return\":global(\"+e.trim()+\")\"}).join(\", \")]);return t.reverse().reduce(function(e,t){var r=t[0],n=t[1],o=t[2];return e.slice(0,r)+o+e.slice(n)},e)}function j(e,t){return e.indexOf(\":global(\")>=0?e.replace(O,\"$1\"):0===e.indexOf(\":\")?t+e:e.indexOf(\"&\")<0?t+\" \"+e:e}function T(e,t,r){var n=\"string\"==typeof r?r.split(\" \"):[r];e[t+\"Top\"]=n[0],e[t+\"Right\"]=n[1]||n[0],e[t+\"Bottom\"]=n[2]||n[0],e[t+\"Left\"]=n[3]||n[1]||n[0]}function A(e){if(!e)return\"\";var t,r,n,o=[];for(var i in e)e.hasOwnProperty(i)&&i!==C&&void 0!==e[i]&&o.push(i,e[i]);for(var s=0;s<o.length;s+=2)n=void 0,n=(t=o)[r=s],t[r]=u[n]=u[n]||n.replace(/([A-Z])/g,\"-$1\").toLowerCase(),m(o,s),k(o,s),d(o,s);for(s=1;s<o.length;s+=4)o.splice(s,1,\":\",o[s],\";\");return o.join(\"\")}function R(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var r=function e(t,r,n){void 0===r&&(r={__order:[]}),void 0===n&&(n=\"&\");var o=f.getInstance(),i=r[n];i||(i={},r[n]=i,r.__order.push(n));for(var s=0,a=t;s<a.length;s++){var l=a[s];if(\"string\"==typeof l){var u=o.argsFromClassName(l);u&&e(u,r,n)}else if(Array.isArray(l))e(l,r,n);else for(var c in l)if(\"selectors\"===c){var d=l.selectors;for(var p in d)if(d.hasOwnProperty(p)){var g=d[p];0===p.indexOf(\"@\")?e([g],r,p=p+\"{\"+n):p.indexOf(\",\")>-1?e([g],r,N(p).split(/,/g).map(function(e){return e.trim()}).map(function(e){return j(e,n)}).join(\", \")):e([g],r,j(p,n))}}else void 0!==l[c]&&(\"margin\"===c||\"padding\"===c?T(i,c,l[c]):i[c]=l[c])}return r}(e),n=function(e){for(var t=[],r=!1,n=0,o=e.__order;n<o.length;n++){var i=o[n];t.push(i);var s=e[i];for(var a in s)s.hasOwnProperty(a)&&void 0!==s[a]&&(r=!0,t.push(a,s[a]))}return r?t.join(\"\"):void 0}(r);if(n){var o=f.getInstance(),i={className:o.classNameFromKey(n),key:n,args:e};if(!i.className){i.className=o.getClassName(function(e){var t=e&&e[\"&\"];return t?t.displayName:void 0}(r));for(var s=[],a=0,l=r.__order;a<l.length;a++){var u=l[a];s.push(u,A(r[u]))}i.rulesToInsert=s}return i}}function z(e){var t=f.getInstance(),r=e.className,n=e.key,o=e.args,i=e.rulesToInsert;if(i){for(var s=0;s<i.length;s+=2){var a=i[s+1];if(a){var l=i[s],u=(l=l.replace(/&/g,\".\"+e.className))+\"{\"+a+\"}\"+(0===l.indexOf(\"@\")?\"}\":\"\");t.insertRule(u)}}t.cacheClassName(r,n,o,i)}}function E(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var r=[],n=[],o=f.getInstance();return function e(t){for(var i=0,s=t;i<s.length;i++){var a=s[i];if(a)if(\"string\"==typeof a)if(a.indexOf(\" \")>=0)e(a.split(\" \"));else{var l=o.argsFromClassName(a);l?e(l):-1===r.indexOf(a)&&r.push(a)}else Array.isArray(a)?e(a):\"object\"==typeof a&&n.push(a)}}(e),{classes:r,objects:n}}function I(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var r=E(e),n=r.classes,o=r.objects;return o.length&&n.push(function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var r=R.apply(void 0,e);return r?(z(r),r.className):\"\"}(o)),n.join(\" \")}function P(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];if(e&&1===e.length&&e[0]&&!e[0].subComponentStyles)return e[0];for(var r={},n={},o=0,i=e;o<i.length;o++){var s=i[o];if(s)for(var a in s)if(s.hasOwnProperty(a)){if(\"subComponentStyles\"===a&&void 0!==s.subComponentStyles){var l=s.subComponentStyles;for(var f in l)l.hasOwnProperty(f)&&(n.hasOwnProperty(f)?n[f].push(l[f]):n[f]=[l[f]]);continue}var u=r[a],c=s[a];r[a]=void 0===u?c:(Array.isArray(u)?u:[u]).concat(Array.isArray(c)?c:[c])}}if(Object.keys(n).length>0){r.subComponentStyles={};var d=r.subComponentStyles,p=function(e){if(n.hasOwnProperty(e)){var t=n[e];d[e]=function(e){return P.apply(void 0,t.map(function(t){return\"function\"==typeof t?t(e):t}))}}};for(var f in n)p(f)}return r}function F(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var r={subComponentStyles:{}};if(!e[0]&&e.length<=1)return{subComponentStyles:{}};var n=P.apply(void 0,e),o=[];for(var i in n)if(n.hasOwnProperty(i)){if(\"subComponentStyles\"===i){r.subComponentStyles=n.subComponentStyles||{};continue}var s=E(n[i]),a=s.classes,l=R({displayName:i},s.objects);o.push(l),l&&(r[i]=a.concat([l.className]).join(\" \"))}for(var f=0,u=o;f<u.length;f++){(l=u[f])&&z(l)}return r}function M(e){f.getInstance().insertRule(\"@font-face{\"+A(e)+\"}\",!0)}function W(e){var t=f.getInstance(),r=t.getClassName(),n=[];for(var o in e)e.hasOwnProperty(o)&&n.push(o,\"{\",A(e[o]),\"}\");var i=n.join(\"\");return t.insertRule(\"@keyframes \"+r+\"{\"+i+\"}\",!0),t.cacheClassName(r,i,[],[\"keyframes\",i]),r}var B={},L=void 0;try{L=window}catch(e){}!function(e,t){if(void 0!==L){var r=L.__packages__=L.__packages__||{};r[e]&&B[e]||(B[e]=t,(r[e]=r[e]||[]).push(t))}}(\"@uifabric/merge-styles\",\"6.17.4\"),r.d(t,\"mergeStyles\",function(){return I}),r.d(t,\"mergeStyleSets\",function(){return F}),r.d(t,\"concatStyleSets\",function(){return P}),r.d(t,\"fontFace\",function(){return M}),r.d(t,\"keyframes\",function(){return W}),r.d(t,\"InjectionMode\",function(){return i}),r.d(t,\"Stylesheet\",function(){return f}),r.d(t,\"setRTL\",function(){return w})}" | ||
}, | ||
{ | ||
"id": 1, | ||
"identifier": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/set-version/lib/index.js", | ||
"identifier": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/set-version/lib/index.js", | ||
"name": "../set-version/lib/index.js", | ||
@@ -929,3 +929,3 @@ "index": null, | ||
], | ||
"issuer": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/version.js", | ||
"issuer": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/version.js", | ||
"issuerId": null, | ||
@@ -936,3 +936,3 @@ "issuerName": "./lib/version.js", | ||
"id": null, | ||
"identifier": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/index.js", | ||
"identifier": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/index.js", | ||
"name": "./lib/index.js" | ||
@@ -942,3 +942,3 @@ }, | ||
"id": null, | ||
"identifier": "/home/vsts/work/1/s/common/temp/node_modules/.registry.npmjs.org/source-map-loader/0.2.4/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/version.js", | ||
"identifier": "/home/vsts/work/1/s/node_modules/source-map-loader/index.js!/home/vsts/work/1/s/packages/merge-styles/lib/version.js", | ||
"name": "./lib/version.js" | ||
@@ -945,0 +945,0 @@ } |
@@ -19,3 +19,2 @@ define(["require", "exports", "./extractStyleParts", "./concatStyleSets", "./styleToClassName"], function (require, exports, extractStyleParts_1, concatStyleSets_1, styleToClassName_1) { | ||
var classNameSet = { subComponentStyles: {} }; | ||
var classMap = {}; | ||
var styleSet = styleSets[0]; | ||
@@ -38,4 +37,2 @@ if (!styleSet && styleSets.length <= 1) { | ||
if (registration) { | ||
classMap[styleSetArea] = registration.className; | ||
// as any cast not needed in ts >=2.9 | ||
classNameSet[styleSetArea] = classes.concat([registration.className]).join(' '); | ||
@@ -48,3 +45,3 @@ } | ||
if (registration) { | ||
styleToClassName_1.applyRegistration(registration, classMap); | ||
styleToClassName_1.applyRegistration(registration); | ||
} | ||
@@ -51,0 +48,0 @@ } |
@@ -12,5 +12,3 @@ import { IStyle } from './IStyle'; | ||
export declare function styleToRegistration(...args: IStyle[]): IRegistration | undefined; | ||
export declare function applyRegistration(registration: IRegistration, classMap?: { | ||
[key: string]: string; | ||
}): void; | ||
export declare function applyRegistration(registration: IRegistration): void; | ||
export declare function styleToClassName(...args: IStyle[]): string; |
@@ -202,3 +202,3 @@ define(["require", "exports", "./Stylesheet", "./transforms/kebabRules", "./transforms/prefixRules", "./transforms/provideUnits", "./transforms/rtlifyRules"], function (require, exports, Stylesheet_1, kebabRules_1, prefixRules_1, provideUnits_1, rtlifyRules_1) { | ||
exports.styleToRegistration = styleToRegistration; | ||
function applyRegistration(registration, classMap) { | ||
function applyRegistration(registration) { | ||
var stylesheet = Stylesheet_1.Stylesheet.getInstance(); | ||
@@ -212,12 +212,3 @@ var className = registration.className, key = registration.key, args = registration.args, rulesToInsert = registration.rulesToInsert; | ||
var selector = rulesToInsert[i]; | ||
// Fix selector using map. | ||
selector = selector.replace(/(&)|\$([\w-]+)\b/g, function (match, amp, cn) { | ||
if (amp) { | ||
return '.' + registration.className; | ||
} | ||
else if (cn) { | ||
return '.' + ((classMap && classMap[cn]) || cn); | ||
} | ||
return ''; | ||
}); | ||
selector = selector.replace(/&/g, '.' + registration.className); | ||
// Insert. Note if a media query, we must close the query with a final bracket. | ||
@@ -224,0 +215,0 @@ var processedRule = selector + "{" + rules + "}" + (selector.indexOf('@') === 0 ? '}' : ''); |
@@ -21,3 +21,2 @@ "use strict"; | ||
var classNameSet = { subComponentStyles: {} }; | ||
var classMap = {}; | ||
var styleSet = styleSets[0]; | ||
@@ -40,4 +39,2 @@ if (!styleSet && styleSets.length <= 1) { | ||
if (registration) { | ||
classMap[styleSetArea] = registration.className; | ||
// as any cast not needed in ts >=2.9 | ||
classNameSet[styleSetArea] = classes.concat([registration.className]).join(' '); | ||
@@ -50,3 +47,3 @@ } | ||
if (registration) { | ||
styleToClassName_1.applyRegistration(registration, classMap); | ||
styleToClassName_1.applyRegistration(registration); | ||
} | ||
@@ -53,0 +50,0 @@ } |
@@ -12,5 +12,3 @@ import { IStyle } from './IStyle'; | ||
export declare function styleToRegistration(...args: IStyle[]): IRegistration | undefined; | ||
export declare function applyRegistration(registration: IRegistration, classMap?: { | ||
[key: string]: string; | ||
}): void; | ||
export declare function applyRegistration(registration: IRegistration): void; | ||
export declare function styleToClassName(...args: IStyle[]): string; |
@@ -206,3 +206,3 @@ "use strict"; | ||
exports.styleToRegistration = styleToRegistration; | ||
function applyRegistration(registration, classMap) { | ||
function applyRegistration(registration) { | ||
var stylesheet = Stylesheet_1.Stylesheet.getInstance(); | ||
@@ -216,12 +216,3 @@ var className = registration.className, key = registration.key, args = registration.args, rulesToInsert = registration.rulesToInsert; | ||
var selector = rulesToInsert[i]; | ||
// Fix selector using map. | ||
selector = selector.replace(/(&)|\$([\w-]+)\b/g, function (match, amp, cn) { | ||
if (amp) { | ||
return '.' + registration.className; | ||
} | ||
else if (cn) { | ||
return '.' + ((classMap && classMap[cn]) || cn); | ||
} | ||
return ''; | ||
}); | ||
selector = selector.replace(/&/g, '.' + registration.className); | ||
// Insert. Note if a media query, we must close the query with a final bracket. | ||
@@ -228,0 +219,0 @@ var processedRule = selector + "{" + rules + "}" + (selector.indexOf('@') === 0 ? '}' : ''); |
@@ -19,3 +19,2 @@ import { extractStyleParts } from './extractStyleParts'; | ||
var classNameSet = { subComponentStyles: {} }; | ||
var classMap = {}; | ||
var styleSet = styleSets[0]; | ||
@@ -38,4 +37,2 @@ if (!styleSet && styleSets.length <= 1) { | ||
if (registration) { | ||
classMap[styleSetArea] = registration.className; | ||
// as any cast not needed in ts >=2.9 | ||
classNameSet[styleSetArea] = classes.concat([registration.className]).join(' '); | ||
@@ -48,3 +45,3 @@ } | ||
if (registration) { | ||
applyRegistration(registration, classMap); | ||
applyRegistration(registration); | ||
} | ||
@@ -51,0 +48,0 @@ } |
@@ -12,5 +12,3 @@ import { IStyle } from './IStyle'; | ||
export declare function styleToRegistration(...args: IStyle[]): IRegistration | undefined; | ||
export declare function applyRegistration(registration: IRegistration, classMap?: { | ||
[key: string]: string; | ||
}): void; | ||
export declare function applyRegistration(registration: IRegistration): void; | ||
export declare function styleToClassName(...args: IStyle[]): string; |
@@ -202,3 +202,3 @@ import { Stylesheet } from './Stylesheet'; | ||
} | ||
export function applyRegistration(registration, classMap) { | ||
export function applyRegistration(registration) { | ||
var stylesheet = Stylesheet.getInstance(); | ||
@@ -212,12 +212,3 @@ var className = registration.className, key = registration.key, args = registration.args, rulesToInsert = registration.rulesToInsert; | ||
var selector = rulesToInsert[i]; | ||
// Fix selector using map. | ||
selector = selector.replace(/(&)|\$([\w-]+)\b/g, function (match, amp, cn) { | ||
if (amp) { | ||
return '.' + registration.className; | ||
} | ||
else if (cn) { | ||
return '.' + ((classMap && classMap[cn]) || cn); | ||
} | ||
return ''; | ||
}); | ||
selector = selector.replace(/&/g, '.' + registration.className); | ||
// Insert. Note if a media query, we must close the query with a final bracket. | ||
@@ -224,0 +215,0 @@ var processedRule = selector + "{" + rules + "}" + (selector.indexOf('@') === 0 ? '}' : ''); |
{ | ||
"name": "@uifabric/merge-styles", | ||
"version": "7.2.0", | ||
"version": "7.3.0", | ||
"description": "Office UI Fabric style loading utilities.", | ||
@@ -5,0 +5,0 @@ "main": "lib-commonjs/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1775645
196
29704