mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-22 16:35:14 +00:00
1 line
1.7 KiB
JSON
1 line
1.7 KiB
JSON
{"ast":null,"code":"export var reflow = function reflow(node) {\n return node.scrollTop;\n};\nexport function getTransitionProps(props, options) {\n var timeout = props.timeout,\n _props$style = props.style,\n style = _props$style === void 0 ? {} : _props$style;\n return {\n duration: style.transitionDuration || typeof timeout === 'number' ? timeout : timeout[options.mode] || 0,\n delay: style.transitionDelay\n };\n}","map":{"version":3,"sources":["/app/node_modules/@material-ui/core/esm/transitions/utils.js"],"names":["reflow","node","scrollTop","getTransitionProps","props","options","timeout","_props$style","style","duration","transitionDuration","mode","delay","transitionDelay"],"mappings":"AAAA,OAAO,IAAIA,MAAM,GAAG,SAASA,MAAT,CAAgBC,IAAhB,EAAsB;AACxC,SAAOA,IAAI,CAACC,SAAZ;AACD,CAFM;AAGP,OAAO,SAASC,kBAAT,CAA4BC,KAA5B,EAAmCC,OAAnC,EAA4C;AACjD,MAAIC,OAAO,GAAGF,KAAK,CAACE,OAApB;AAAA,MACIC,YAAY,GAAGH,KAAK,CAACI,KADzB;AAAA,MAEIA,KAAK,GAAGD,YAAY,KAAK,KAAK,CAAtB,GAA0B,EAA1B,GAA+BA,YAF3C;AAGA,SAAO;AACLE,IAAAA,QAAQ,EAAED,KAAK,CAACE,kBAAN,IAA4B,OAAOJ,OAAP,KAAmB,QAA/C,GAA0DA,OAA1D,GAAoEA,OAAO,CAACD,OAAO,CAACM,IAAT,CAAP,IAAyB,CADlG;AAELC,IAAAA,KAAK,EAAEJ,KAAK,CAACK;AAFR,GAAP;AAID","sourcesContent":["export var reflow = function reflow(node) {\n return node.scrollTop;\n};\nexport function getTransitionProps(props, options) {\n var timeout = props.timeout,\n _props$style = props.style,\n style = _props$style === void 0 ? {} : _props$style;\n return {\n duration: style.transitionDuration || typeof timeout === 'number' ? timeout : timeout[options.mode] || 0,\n delay: style.transitionDelay\n };\n}"]},"metadata":{},"sourceType":"module"} |