diff --git a/README.md b/README.md index e964547a543..b86abc3c8a6 100644 --- a/README.md +++ b/README.md @@ -81,10 +81,10 @@ usage of 3rd party plugins. [portfolio]: https://qwtel.com/hydejack/projects/ [resume]: https://qwtel.com/hydejack/resume/ [welcome]: https://qwtel.com/hydejack/ -[pro]: https://qwtel.com/hydejack/docs/6.4.0/pro-license/ -[docs]: https://qwtel.com/hydejack/docs/6.4.0/ -[download]: https://github.com/qwtel/hydejack/releases/tag/v6.4.0 -[gem]: https://rubygems.org/gems/jekyll-theme-hydejack/versions/6.4.0 +[pro]: https://qwtel.com/hydejack/docs/6.4.1/pro-license/ +[docs]: https://qwtel.com/hydejack/docs/6.4.1/ +[download]: https://github.com/qwtel/hydejack/releases/tag/v6.4.1 +[gem]: https://rubygems.org/gems/jekyll-theme-hydejack/versions/6.4.1 [buy]: https://app.simplegoods.co/i/AQTTVBOE [wiki]: https://github.com/qwtel/hydejack/wiki [gpss]: https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fqwtel.com%2Fhydejack%2F diff --git a/_includes/copyright-header.txt b/_includes/copyright-header.txt index 70fa3cd804c..f31bb687410 100644 --- a/_includes/copyright-header.txt +++ b/_includes/copyright-header.txt @@ -8,5 +8,5 @@ * /\___/ \ \____/ * \/__/ \/___/ * - * Powered by Hydejack v6.4.0 (https://qwtel.com/hydejack/) + * Powered by Hydejack v6.4.1 (https://qwtel.com/hydejack/) */ diff --git a/_includes/footer.html b/_includes/footer.html index 34da34e92d3..9fa9ba3f593 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -4,6 +4,6 @@ {{ site.copyright | markdownify }} {% endif %}

- Powered by Hydejack v6.4.0 + Powered by Hydejack v6.4.1

diff --git a/_includes/head.html b/_includes/head.html index e6e001e0995..941689d8f2e 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -80,7 +80,7 @@ {{ include_to_scssify | scssify }} -{% capture style_url %}{% link assets/css/hydejack.css %}?v=6.4.0{% endcapture %} +{% capture style_url %}{% link assets/css/hydejack.css %}?v=6.4.1{% endcapture %} {% include page-style.html %} diff --git a/_includes/scripts.html b/_includes/scripts.html index bff9c1450f9..72ffe1f8003 100644 --- a/_includes/scripts.html +++ b/_includes/scripts.html @@ -30,7 +30,7 @@ {% unless page.redirect %} - {% capture js_url %}{% link assets/js/hydejack.js %}?v=6.4.0{% endcapture %} + {% capture js_url %}{% link assets/js/hydejack.js %}?v=6.4.1{% endcapture %} {% comment %} diff --git a/_js/lib/version.js b/_js/lib/version.js index 5bd87ffd6e2..8382cd6b7c1 100644 --- a/_js/lib/version.js +++ b/_js/lib/version.js @@ -1,2 +1,2 @@ console.log(' __ __ __ __ \r\n\/\\ \\\/\\ \\ \/\\ \\ __ \/\\ \\ \r\n\\ \\ \\_\\ \\ __ __ \\_\\ \\ __ \/\\_\\ __ ___ \\ \\ \\\/\'\\ \r\n \\ \\ _ \\ \/\\ \\\/\\ \\ \/\'_` \\ \/\'__`\\ \\\/\\ \\ \/\'__`\\ \/\'___\\\\ \\ , < \r\n \\ \\ \\ \\ \\\\ \\ \\_\\ \\ \/\\ \\L\\ \\ \/\\ __\/ \\ \\ \\ \/\\ \\L\\.\\_ \/\\ \\__\/ \\ \\ \\\\`\\ \r\n \\ \\_\\ \\_\\\\\/`____ \\\\ \\___,_\\\\ \\____\\ _\\ \\ \\\\ \\__\/.\\_\\\\ \\____\\ \\ \\_\\ \\_\\\r\n \\\/_\/\\\/_\/ `\/___\/> \\\\\/__,_ \/ \\\/____\/\/\\ \\_\\ \\\\\/__\/\\\/_\/ \\\/____\/ \\\/_\/\\\/_\/\r\n \/\\___\/ \\ \\____\/ \r\n \\\/__\/ \\\/___\/ '); -console.log('Powered by Hydejack v6.4.0 (https://qwtel.com/hydejack/)'); +console.log('Powered by Hydejack v6.4.1 (https://qwtel.com/hydejack/)'); diff --git a/_layouts/compress.html b/_layouts/compress.html index 851983cb1c1..520d6df1613 100644 --- a/_layouts/compress.html +++ b/_layouts/compress.html @@ -17,7 +17,7 @@ /\___/ \ \____/ \/__/ \/___/ -Powered by Hydejack v6.4.0 (https://qwtel.com/hydejack/) +Powered by Hydejack v6.4.1 (https://qwtel.com/hydejack/) -->{% capture _LINE_FEED %} {% endcapture %}{% if site.compress_html.ignore.envs contains jekyll.environment %}{{ content }}{% else %}{% capture _content %}{{ content }}{% endcapture %}{% assign _profile = site.compress_html.profile %}{% if site.compress_html.endings == "all" %}{% assign _endings = "html head body li dt dd p rt rp optgroup option colgroup caption thead tbody tfoot tr td th" | split: " " %}{% else %}{% assign _endings = site.compress_html.endings %}{% endif %}{% for _element in _endings %}{% capture _end %}{% endcapture %}{% assign _content = _content | remove: _end %}{% endfor %}{% if _profile and _endings %}{% assign _profile_endings = _content | size | plus: 1 %}{% endif %}{% for _element in site.compress_html.startings %}{% capture _start %}<{{ _element }}>{% endcapture %}{% assign _content = _content | remove: _start %}{% endfor %}{% if _profile and site.compress_html.startings %}{% assign _profile_startings = _content | size | plus: 1 %}{% endif %}{% if site.compress_html.comments == "all" %}{% assign _comments = "" | split: " " %}{% else %}{% assign _comments = site.compress_html.comments %}{% endif %}{% if _comments.size == 2 %}{% capture _comment_befores %}.{{ _content }}{% endcapture %}{% assign _comment_befores = _comment_befores | split: _comments.first %}{% for _comment_before in _comment_befores %}{% if forloop.first %}{% continue %}{% endif %}{% capture _comment_outside %}{% if _carry %}{{ _comments.first }}{% endif %}{{ _comment_before }}{% endcapture %}{% capture _comment %}{% unless _carry %}{{ _comments.first }}{% endunless %}{{ _comment_outside | split: _comments.last | first }}{% if _comment_outside contains _comments.last %}{{ _comments.last }}{% assign _carry = false %}{% else %}{% assign _carry = true %}{% endif %}{% endcapture %}{% assign _content = _content | remove_first: _comment %}{% endfor %}{% if _profile %}{% assign _profile_comments = _content | size | plus: 1 %}{% endif %}{% endif %}{% assign _pre_befores = _content | split: "" %}{% assign _pres_after = "" %}{% if _pres.size != 0 %}{% if site.compress_html.blanklines %}{% assign _lines = _pres.last | split: _LINE_FEED %}{% capture _pres_after %}{% for _line in _lines %}{% assign _trimmed = _line | split: " " | join: " " %}{% if _trimmed != empty or forloop.last %}{% unless forloop.first %}{{ _LINE_FEED }}{% endunless %}{{ _line }}{% endif %}{% endfor %}{% endcapture %}{% else %}{% assign _pres_after = _pres.last | split: " " | join: " " %}{% endif %}{% endif %}{% capture _content %}{{ _content }}{% if _pre_before contains "" %}{% endif %}{% unless _pre_before contains "" and _pres.size == 1 %}{{ _pres_after }}{% endunless %}{% endcapture %}{% endfor %}{% if _profile %}{% assign _profile_collapse = _content | size | plus: 1 %}{% endif %}{% if site.compress_html.clippings == "all" %}{% assign _clippings = "html head title base link meta style body article section nav aside h1 h2 h3 h4 h5 h6 hgroup header footer address p hr blockquote ol ul li dl dt dd figure figcaption main div table caption colgroup col tbody thead tfoot tr td th" | split: " " %}{% else %}{% assign _clippings = site.compress_html.clippings %}{% endif %}{% for _element in _clippings %}{% assign _edges = " ;; ;" | replace: "e", _element | split: ";" %}{% assign _content = _content | replace: _edges[0], _edges[1] | replace: _edges[2], _edges[3] | replace: _edges[4], _edges[5] %}{% endfor %}{% if _profile and _clippings %}{% assign _profile_clippings = _content | size | plus: 1 %}{% endif %}{{ _content }}{% if _profile %}
Step Bytes
raw {{ content | size }}{% if _profile_endings %}
endings {{ _profile_endings }}{% endif %}{% if _profile_startings %}
startings {{ _profile_startings }}{% endif %}{% if _profile_comments %}
comments {{ _profile_comments }}{% endif %}{% if _profile_collapse %}
collapse {{ _profile_collapse }}{% endif %}{% if _profile_clippings %}
clippings {{ _profile_clippings }}{% endif %}
{% endif %}{% endif %} diff --git a/_posts/2017-05-03-javascripten.md b/_posts/2017-05-03-javascripten.md index fc1640419e6..e7798c43110 100644 --- a/_posts/2017-05-03-javascripten.md +++ b/_posts/2017-05-03-javascripten.md @@ -60,6 +60,6 @@ See the [the migration guide](https://qwtel.com/hydejack/docs/migration/) for in *** -[Get *JavaScripten* on GitHub](https://github.com/qwtel/hydejack/releases/tag/v6.4.0) +[Get *JavaScripten* on GitHub](https://github.com/qwtel/hydejack/releases/tag/v6.4.1) *[FOUC]: Flash of Unstyled Content diff --git a/about.md b/about.md index 5439da316ad..23d116aa217 100644 --- a/about.md +++ b/about.md @@ -71,10 +71,8 @@ Open `about.md` to edit this text. [portfolio]: https://qwtel.com/hydejack/projects/ [resume]: https://qwtel.com/hydejack/resume/ [welcome]: https://qwtel.com/hydejack/ -[pro]: https://qwtel.com/hydejack/docs/6.4.0/pro-license/ -[docs]: https://qwtel.com/hydejack/docs/6.4.0/ -[wiki]: https://github.com/qwtel/hydejack/wiki +[pro]: https://qwtel.com/hydejack/docs/6.4.1/pro-license/ +[docs]: https://qwtel.com/hydejack/docs/6.4.1/ -[download]: https://github.com/qwtel/hydejack/releases/tag/v6.4.0 -[gem]: https://rubygems.org/gems/jekyll-theme-hydejack/versions/6.4.0 -[buy]: https://app.simplegoods.co/i/AQTTVBOE +[wiki]: https://github.com/qwtel/hydejack/wiki +[download]: https://github.com/qwtel/hydejack/releases/tag/v6.4.1 diff --git a/assets/js/hydejack.js b/assets/js/hydejack.js index 794cde4b5bd..8a1f9cc2100 100644 --- a/assets/js/hydejack.js +++ b/assets/js/hydejack.js @@ -8,6 +8,6 @@ * /\___/ \ \____/ * \/__/ \/___/ * - * Powered by Hydejack v6.4.0 (https://qwtel.com/hydejack/) + * Powered by Hydejack v6.4.1 (https://qwtel.com/hydejack/) */ -!function e(t,r,n){function i(s,a){if(!r[s]){if(!t[s]){var u="function"==typeof require&&require;if(!a&&u)return u(s,!0);if(o)return o(s,!0);var c=new Error("Cannot find module '"+s+"'");throw c.code="MODULE_NOT_FOUND",c}var l=r[s]={exports:{}};t[s][0].call(l.exports,function(e){var r=t[s][1][e];return i(r||e)},l,l.exports,e,t,r,n)}return r[s].exports}for(var o="function"==typeof require&&require,s=0;sp;p++)if(b=e[p],m=P.style[b],c(b,"-")&&(b=o(b)),P.style[b]!==r){if(a||i(n,"undefined"))return u(),"pfx"!=t||b;try{P.style[b]=n}catch(e){}if(P.style[b]!=m)return u(),"pfx"!=t||b}return u(),!1}function m(e,t,r,n,o){var s=e.charAt(0).toUpperCase()+e.slice(1),a=(e+" "+T.join(s+" ")+s).split(" ");return i(t,"string")||i(t,"undefined")?b(a,t,n,o):(a=(e+" "+M.join(s+" ")+s).split(" "),h(a,t,r))}function v(e,t,n){return m(e,r,r,t,n)}var y=[],g={_version:"3.4.0",_config:{classPrefix:"",enableClasses:!0,enableJSClass:!0,usePrefixes:!0},_q:[],on:function(e,t){var r=this;setTimeout(function(){t(r[e])},0)},addTest:function(e,t,r){y.push({name:e,fn:t,options:r})},addAsyncTest:function(e){y.push({name:null,fn:e})}},w=function(){};w.prototype=g,(w=new w).addTest("eventlistener","addEventListener"in e),w.addTest("history",function(){var t=navigator.userAgent;return(-1===t.indexOf("Android 2.")&&-1===t.indexOf("Android 4.0")||-1===t.indexOf("Mobile Safari")||-1!==t.indexOf("Chrome")||-1!==t.indexOf("Windows Phone")||"file:"===location.protocol)&&(e.history&&"pushState"in e.history)}),w.addTest("queryselector","querySelector"in t&&"querySelectorAll"in t);var x=[],_=g._config.usePrefixes?" -webkit- -moz- -o- -ms- ".split(" "):["",""];g._prefixes=_;var S=t.documentElement;w.addTest("classlist","classList"in S),w.addTest("documentfragment",function(){return"createDocumentFragment"in t&&"appendChild"in S});var O="svg"===S.nodeName.toLowerCase();w.addTest("opacity",function(){var e=s("a").style;return e.cssText=_.join("opacity:.55;"),/^0.55$/.test(e.opacity)}),w.addTest("csspointerevents",function(){var e=s("a").style;return e.cssText="pointer-events:auto","auto"===e.pointerEvents}),w.addTest("cssremunit",function(){var e=s("a").style;try{e.fontSize="3rem"}catch(e){}return/rem/.test(e.fontSize)});var k=g.testStyles=u;w.addTest("touchevents",function(){var r;if("ontouchstart"in e||e.DocumentTouch&&t instanceof DocumentTouch)r=!0;else{var n=["@media (",_.join("touch-enabled),("),"heartz",")","{#modernizr{top:9px;position:absolute}}"].join("");k(n,function(e){r=9===e.offsetTop})}return r});var j="Moz O ms Webkit",T=g._config.usePrefixes?j.split(" "):[];g._cssomPrefixes=T;var E=function(t){var n,i=_.length,o=e.CSSRule;if(void 0===o)return r;if(!t)return!1;if(t=t.replace(/^@/,""),(n=t.replace(/-/g,"_").toUpperCase()+"_RULE")in o)return"@"+t;for(var s=0;i>s;s++){var a=_[s];if(a.toUpperCase()+"_"+n in o)return"@-"+a.toLowerCase()+"-"+t}return!1};g.atRule=E;var M=g._config.usePrefixes?j.toLowerCase().split(" "):[];g._domPrefixes=M;var A={elem:s("modernizr")};w._q.push(function(){delete A.elem});var P={style:A.elem.style};w._q.unshift(function(){delete P.style}),g.testAllProps=m;var C=g.prefixed=function(e,t,r){return 0===e.indexOf("@")?E(e):(-1!=e.indexOf("-")&&(e=o(e)),t?m(e,t,r):m(e,"pfx"))};w.addTest("requestanimationframe",!!C("requestAnimationFrame",e),{aliases:["raf"]}),w.addTest("matchmedia",!!C("matchMedia",e)),g.testAllProps=v,w.addTest("cssanimations",v("animationName","a",!0)),w.addTest("csstransforms",function(){return-1===navigator.userAgent.indexOf("Android 2.")&&v("transform","scale(1)",!0)}),function(){var e,t,r,n,o,s;for(var a in y)if(y.hasOwnProperty(a)){if(e=[],(t=y[a]).name&&(e.push(t.name.toLowerCase()),t.options&&t.options.aliases&&t.options.aliases.length))for(r=0;r \\\\/__,_ / \\/____//\\ \\_\\ \\\\/__/\\/_/ \\/____/ \\/_/\\/_/\r\n /\\___/ \\ \\____/ \r\n \\/__/ \\/___/ "),console.log("Powered by Hydejack v6.4.0 (https://qwtel.com/hydejack/)")},{}],3:[function(e,t,r){"use strict";function n(e){e.style.display="",e.style.visibility=""}Object.defineProperty(r,"__esModule",{value:!0}),r.unhide=void 0,r.hasFeatures=function(e){for(var t=!0,r=0;r0&&void 0!==arguments[0]?arguments[0]:{}).color,t=void 0===e?"#00f":e;this.rules[0].style.color=t,this.rules[0].style.borderColor=(0,h.default)(t).fade(y).string(),this.rules[1].style.borderColor=t,this.rules[2].style.outlineColor=t,this.rules[3].style.backgroundColor=t}Object.defineProperty(r,"__esModule",{value:!0});var o=function(){function e(e,t){var r=[],n=!0,i=!1,o=void 0;try{for(var s,a=e[Symbol.iterator]();!(n=(s=a.next()).done)&&(r.push(s.value),!t||r.length!==t);n=!0);}catch(e){i=!0,o=e}finally{try{!n&&a.return&&a.return()}finally{if(i)throw o}}return r}return function(t,r){if(Array.isArray(t))return t;if(Symbol.iterator in Object(t))return e(t,r);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),s=function(){function e(e,t){for(var r=0;r1?r-1:0),i=1;i","")}function a(e){Array.prototype.forEach.call(e,function(e){o(e,s(e))})}function u(){if((0,l.hasFeatures)(h)){var e=document.querySelectorAll('script[type^="math/tex"]');e.length&&(n(e),a(e))}}Object.defineProperty(r,"__esModule",{value:!0}),r.default=u;var c=function(e){return e&&e.__esModule?e:{default:e}}(e("katex")),l=e("./common"),h=["eventlistener","queryselector"];if((0,l.hasFeatures)(h)){var p=document.getElementsByTagName("style")[0];loadCSS("https://unpkg.com/katex@0.7.1/dist/katex.min.css",p).addEventListener("load",u)}},{"./common":3,katex:90}],10:[function(e,t,r){"use strict";function n(e){return e&&e.__esModule?e:{default:e}}function i(){return u._catch.call(this,function(e,t){return console.error(e),t})}var o=function(){function e(e,t){var r=[],n=!0,i=!1,o=void 0;try{for(var s,a=e[Symbol.iterator]();!(n=(s=a.next()).done)&&(r.push(s.value),!t||r.length!==t);n=!0);}catch(e){i=!0,o=e}finally{try{!n&&a.return&&a.return()}finally{if(i)throw o}}return r}return function(t,r){if(Array.isArray(t))return t;if(Symbol.iterator in Object(t))return e(t,r);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),s=e("rxjs/Observable"),a=e("rxjs/observable/fromEvent"),u=e("rxjs/operator/catch"),c=e("rxjs/operator/do"),l=e("rxjs/operator/debounceTime"),h=e("rxjs/operator/exhaustMap"),p=e("rxjs/operator/filter"),f=e("rxjs/operator/map"),d=e("rxjs/operator/mergeMap"),b=e("rxjs/operator/pairwise"),m=e("rxjs/operator/share"),v=e("rxjs/operator/startWith"),y=e("rxjs/operator/switchMap"),g=e("rxjs/operator/takeUntil"),w=e("rxjs/operator/zip"),x=n(e("y-push-state/src/vanilla")),_=n(e("elem-dataset")),S=e("./common"),O=n(e("./cross-fader")),k=n(e("./katex")),j=n(e("./flip/flip"));e("./flip/title");var T=["eventlistener","queryselector","requestanimationframe","classlist","documentfragment","history","opacity","cssanimations"];if(!window.disablePushState&&(0,S.hasFeatures)(T)){var E,M=navigator.userAgent.toLowerCase(),A=M.indexOf("safari")>0&&M.indexOf("chrome")<0,P=new O.default({duration:500}),C=document.getElementById("_yPushState"),N=document.createElement("div");N.classList.add("animation-main"),N.classList.add("fixed-top"),N.innerHTML='\n
\n
\n
',C.parentNode.insertBefore(N,C);var R=document.createElement("div");R.classList.add("loading"),R.innerHTML='\n Loading...\n
\n
\n
\n
\n
\n
\n ',document.querySelector(".navbar .content").appendChild(R);var z=(E=(E=(E=(E=a.fromEvent.call(s.Observable,C,"y-push-state-start"),f.map).call(E,function(e){return e.detail}),f.map).call(E,function(e){return[e,document.getElementById("_main")]}),c._do).call(E,function(){!window.isDesktop&&window.drawer.opened&&window.drawer.close()}),m.share).call(E),F=(E=(E=a.fromEvent.call(s.Observable,C,"y-push-state-ready"),f.map).call(E,function(e){return e.detail}),m.share).call(E),q=(E=a.fromEvent.call(s.Observable,C,"y-push-state-progress"),f.map).call(E,function(e){return e.detail}),I=(E=(E=a.fromEvent.call(s.Observable,C,"y-push-state-after"),f.map).call(E,function(e){return e.detail}),m.share).call(E);A&&(a.fromEvent.call(s.Observable,window,"popstate").subscribe(function(){document.body.style.minHeight="999999px"}),I.subscribe(function(){document.body.style.minHeight=""})),(E=y.switchMap.call(z,function(e){var t=o(e,1)[0],r=t.event.currentTarget,n=j.default.create(r.getAttribute&&r.getAttribute("data-flip"),{animationMain:N,currentTarget:r,duration:250});return t.flip=n,n.start(r)}),i).call(E).subscribe(),(E=(E=(E=c._do.call(z,function(e){o(e,2)[1].style.opacity=0}),p.filter).call(E,function(e){return"push"===o(e,1)[0].type||!A}),h.exhaustMap).call(E,function(e){var t,r=o(e,2),n=r[0].type,i=r[1];return(t=(t=(0,S.animate)(i,[{opacity:1},{opacity:0}],{duration:250,easing:"cubic-bezier(0,0,0.32,1)"}),c._do).call(t,function(){"push"===n&&window.scroll(0,0)}),w.zipProto).call(t,I)}),i).call(E).subscribe(),(E=c._do.call(q,function(){R.style.display="block"}),i).call(E).subscribe(),(E=(E=(E=c._do.call(F,function(){R.style.display="none"}),p.filter).call(E,function(e){return"push"===e.type||!A}),y.switchMap).call(E,function(e){var t,r=e.flip,n=o(e.content,1)[0];return(t=r.ready(n),g.takeUntil).call(t,z)}),i).call(E).subscribe(),(E=(E=(E=(E=y.switchMap.call(F,function(e){var t,r=o(e.content,1)[0];return(t=P.fetchImage((0,_.default)(r)),g.takeUntil).call(t,z)}),v.startWith).call(E,document.querySelector(".sidebar-bg")),b.pairwise).call(E),d.mergeMap).call(E,P.crossFade.bind(P)),i).call(E).subscribe(),(E=(E=(E=p.filter.call(I,function(e){return"push"===e.type||!A}),f.map).call(E,function(e){return[e,document.querySelector("main")]}),y.switchMap).call(E,function(e){var t=o(e,2)[1];return(0,S.animate)(t,[{transform:"translateY(-2rem)",opacity:0},{transform:"translateY(0)",opacity:1}],{duration:250,easing:"cubic-bezier(0,0,0.32,1)"})}),i).call(E).subscribe(),(E=(E=l.debounceTime.call(I,500),c._do).call(E,function(){window.ga&&window.ga("send","pageview"),(0,k.default)()}),i).call(E).subscribe(),new x.default(C,{replaceIds:["_main"],linkSelector:'a[href^="/"]',scriptSelector:'script:not([type^="math/tex"])',duration:250,noPopDuration:A,scrollRestoration:!A}).startHistory()}},{"./common":3,"./cross-fader":4,"./flip/flip":6,"./flip/title":7,"./katex":9,"elem-dataset":88,"rxjs/Observable":116,"rxjs/observable/fromEvent":131,"rxjs/operator/catch":133,"rxjs/operator/debounceTime":135,"rxjs/operator/do":136,"rxjs/operator/exhaustMap":137,"rxjs/operator/filter":138,"rxjs/operator/map":140,"rxjs/operator/mergeMap":142,"rxjs/operator/pairwise":144,"rxjs/operator/share":145,"rxjs/operator/startWith":146,"rxjs/operator/switchMap":147,"rxjs/operator/takeUntil":148,"rxjs/operator/zip":149,"y-push-state/src/vanilla":291}],11:[function(e,t,r){function n(e,t){return Math.pow(e[0]-t[0],2)+Math.pow(e[1]-t[1],2)+Math.pow(e[2]-t[2],2)}var i=e("color-name"),o={};for(var s in i)i.hasOwnProperty(s)&&(o[i[s]]=s);var a=t.exports={rgb:{channels:3,labels:"rgb"},hsl:{channels:3,labels:"hsl"},hsv:{channels:3,labels:"hsv"},hwb:{channels:3,labels:"hwb"},cmyk:{channels:4,labels:"cmyk"},xyz:{channels:3,labels:"xyz"},lab:{channels:3,labels:"lab"},lch:{channels:3,labels:"lch"},hex:{channels:1,labels:["hex"]},keyword:{channels:1,labels:["keyword"]},ansi16:{channels:1,labels:["ansi16"]},ansi256:{channels:1,labels:["ansi256"]},hcg:{channels:3,labels:["h","c","g"]},apple:{channels:3,labels:["r16","g16","b16"]},gray:{channels:1,labels:["gray"]}};for(var u in a)if(a.hasOwnProperty(u)){if(!("channels"in a[u]))throw new Error("missing channels property: "+u);if(!("labels"in a[u]))throw new Error("missing channel labels property: "+u);if(a[u].labels.length!==a[u].channels)throw new Error("channel and label counts mismatch: "+u);var c=a[u].channels,l=a[u].labels;delete a[u].channels,delete a[u].labels,Object.defineProperty(a[u],"channels",{value:c}),Object.defineProperty(a[u],"labels",{value:l})}a.rgb.hsl=function(e){var t,r,n,i=e[0]/255,o=e[1]/255,s=e[2]/255,a=Math.min(i,o,s),u=Math.max(i,o,s),c=u-a;return u===a?t=0:i===u?t=(o-s)/c:o===u?t=2+(s-i)/c:s===u&&(t=4+(i-o)/c),(t=Math.min(60*t,360))<0&&(t+=360),n=(a+u)/2,r=u===a?0:n<=.5?c/(u+a):c/(2-u-a),[t,100*r,100*n]},a.rgb.hsv=function(e){var t,r,n,i=e[0],o=e[1],s=e[2],a=Math.min(i,o,s),u=Math.max(i,o,s),c=u-a;return r=0===u?0:c/u*1e3/10,u===a?t=0:i===u?t=(o-s)/c:o===u?t=2+(s-i)/c:s===u&&(t=4+(i-o)/c),(t=Math.min(60*t,360))<0&&(t+=360),n=u/255*1e3/10,[t,r,n]},a.rgb.hwb=function(e){var t=e[0],r=e[1],n=e[2],i=a.rgb.hsl(e)[0],o=1/255*Math.min(t,Math.min(r,n));return n=1-1/255*Math.max(t,Math.max(r,n)),[i,100*o,100*n]},a.rgb.cmyk=function(e){var t,r,n,i,o=e[0]/255,s=e[1]/255,a=e[2]/255;return i=Math.min(1-o,1-s,1-a),t=(1-o-i)/(1-i)||0,r=(1-s-i)/(1-i)||0,n=(1-a-i)/(1-i)||0,[100*t,100*r,100*n,100*i]},a.rgb.keyword=function(e){var t=o[e];if(t)return t;var r,s=1/0;for(var a in i)if(i.hasOwnProperty(a)){var u=n(e,i[a]);u.04045?Math.pow((t+.055)/1.055,2.4):t/12.92)+.3576*(r=r>.04045?Math.pow((r+.055)/1.055,2.4):r/12.92)+.1805*(n=n>.04045?Math.pow((n+.055)/1.055,2.4):n/12.92)),100*(.2126*t+.7152*r+.0722*n),100*(.0193*t+.1192*r+.9505*n)]},a.rgb.lab=function(e){var t,r,n,i=a.rgb.xyz(e),o=i[0],s=i[1],u=i[2];return o/=95.047,s/=100,u/=108.883,o=o>.008856?Math.pow(o,1/3):7.787*o+16/116,s=s>.008856?Math.pow(s,1/3):7.787*s+16/116,u=u>.008856?Math.pow(u,1/3):7.787*u+16/116,t=116*s-16,r=500*(o-s),n=200*(s-u),[t,r,n]},a.hsl.rgb=function(e){var t,r,n,i,o,s=e[0]/360,a=e[1]/100,u=e[2]/100;if(0===a)return o=255*u,[o,o,o];t=2*u-(r=u<.5?u*(1+a):u+a-u*a),i=[0,0,0];for(var c=0;c<3;c++)(n=s+1/3*-(c-1))<0&&n++,n>1&&n--,o=6*n<1?t+6*(r-t)*n:2*n<1?r:3*n<2?t+(r-t)*(2/3-n)*6:t,i[c]=255*o;return i},a.hsl.hsv=function(e){var t,r,n=e[0],i=e[1]/100,o=e[2]/100,s=i,a=Math.max(o,.01);return o*=2,i*=o<=1?o:2-o,s*=a<=1?a:2-a,r=(o+i)/2,t=0===o?2*s/(a+s):2*i/(o+i),[n,100*t,100*r]},a.hsv.rgb=function(e){var t=e[0]/60,r=e[1]/100,n=e[2]/100,i=Math.floor(t)%6,o=t-Math.floor(t),s=255*n*(1-r),a=255*n*(1-r*o),u=255*n*(1-r*(1-o));switch(n*=255,i){case 0:return[n,u,s];case 1:return[a,n,s];case 2:return[s,n,u];case 3:return[s,a,n];case 4:return[u,s,n];case 5:return[n,s,a]}},a.hsv.hsl=function(e){var t,r,n,i=e[0],o=e[1]/100,s=e[2]/100,a=Math.max(s,.01);return n=(2-o)*s,t=(2-o)*a,r=o*a,r/=t<=1?t:2-t,r=r||0,n/=2,[i,100*r,100*n]},a.hwb.rgb=function(e){var t,r,n,i,o=e[0]/360,s=e[1]/100,a=e[2]/100,u=s+a;u>1&&(s/=u,a/=u),r=1-a,n=6*o-(t=Math.floor(6*o)),0!=(1&t)&&(n=1-n),i=s+n*(r-s);var c,l,h;switch(t){default:case 6:case 0:c=r,l=i,h=s;break;case 1:c=i,l=r,h=s;break;case 2:c=s,l=r,h=i;break;case 3:c=s,l=i,h=r;break;case 4:c=i,l=s,h=r;break;case 5:c=r,l=s,h=i}return[255*c,255*l,255*h]},a.cmyk.rgb=function(e){var t,r,n,i=e[0]/100,o=e[1]/100,s=e[2]/100,a=e[3]/100;return t=1-Math.min(1,i*(1-a)+a),r=1-Math.min(1,o*(1-a)+a),n=1-Math.min(1,s*(1-a)+a),[255*t,255*r,255*n]},a.xyz.rgb=function(e){var t,r,n,i=e[0]/100,o=e[1]/100,s=e[2]/100;return t=3.2406*i+-1.5372*o+-.4986*s,r=-.9689*i+1.8758*o+.0415*s,n=.0557*i+-.204*o+1.057*s,t=t>.0031308?1.055*Math.pow(t,1/2.4)-.055:12.92*t,r=r>.0031308?1.055*Math.pow(r,1/2.4)-.055:12.92*r,n=n>.0031308?1.055*Math.pow(n,1/2.4)-.055:12.92*n,t=Math.min(Math.max(0,t),1),r=Math.min(Math.max(0,r),1),n=Math.min(Math.max(0,n),1),[255*t,255*r,255*n]},a.xyz.lab=function(e){var t,r,n,i=e[0],o=e[1],s=e[2];return i/=95.047,o/=100,s/=108.883,i=i>.008856?Math.pow(i,1/3):7.787*i+16/116,o=o>.008856?Math.pow(o,1/3):7.787*o+16/116,s=s>.008856?Math.pow(s,1/3):7.787*s+16/116,t=116*o-16,r=500*(i-o),n=200*(o-s),[t,r,n]},a.lab.xyz=function(e){var t,r,n,i=e[0];t=e[1]/500+(r=(i+16)/116),n=r-e[2]/200;var o=Math.pow(r,3),s=Math.pow(t,3),a=Math.pow(n,3);return r=o>.008856?o:(r-16/116)/7.787,t=s>.008856?s:(t-16/116)/7.787,n=a>.008856?a:(n-16/116)/7.787,t*=95.047,r*=100,n*=108.883,[t,r,n]},a.lab.lch=function(e){var t,r,n,i=e[0],o=e[1],s=e[2];return t=Math.atan2(s,o),(r=360*t/2/Math.PI)<0&&(r+=360),n=Math.sqrt(o*o+s*s),[i,n,r]},a.lch.lab=function(e){var t,r,n,i=e[0],o=e[1];return n=e[2]/360*2*Math.PI,t=o*Math.cos(n),r=o*Math.sin(n),[i,t,r]},a.rgb.ansi16=function(e){var t=e[0],r=e[1],n=e[2],i=1 in arguments?arguments[1]:a.rgb.hsv(e)[2];if(0===(i=Math.round(i/50)))return 30;var o=30+(Math.round(n/255)<<2|Math.round(r/255)<<1|Math.round(t/255));return 2===i&&(o+=60),o},a.hsv.ansi16=function(e){return a.rgb.ansi16(a.hsv.rgb(e),e[2])},a.rgb.ansi256=function(e){var t=e[0],r=e[1],n=e[2];return t===r&&r===n?t<8?16:t>248?231:Math.round((t-8)/247*24)+232:16+36*Math.round(t/255*5)+6*Math.round(r/255*5)+Math.round(n/255*5)},a.ansi16.rgb=function(e){var t=e%10;if(0===t||7===t)return e>50&&(t+=3.5),t=t/10.5*255,[t,t,t];var r=.5*(1+~~(e>50));return[(1&t)*r*255,(t>>1&1)*r*255,(t>>2&1)*r*255]},a.ansi256.rgb=function(e){if(e>=232){var t=10*(e-232)+8;return[t,t,t]}e-=16;var r;return[Math.floor(e/36)/5*255,Math.floor((r=e%36)/6)/5*255,r%6/5*255]},a.rgb.hex=function(e){var t=(((255&Math.round(e[0]))<<16)+((255&Math.round(e[1]))<<8)+(255&Math.round(e[2]))).toString(16).toUpperCase();return"000000".substring(t.length)+t},a.hex.rgb=function(e){var t=e.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!t)return[0,0,0];var r=t[0];3===t[0].length&&(r=r.split("").map(function(e){return e+e}).join(""));var n=parseInt(r,16);return[n>>16&255,n>>8&255,255&n]},a.rgb.hcg=function(e){var t,r,n=e[0]/255,i=e[1]/255,o=e[2]/255,s=Math.max(Math.max(n,i),o),a=Math.min(Math.min(n,i),o),u=s-a;return t=u<1?a/(1-u):0,r=u<=0?0:s===n?(i-o)/u%6:s===i?2+(o-n)/u:4+(n-i)/u+4,r/=6,r%=1,[360*r,100*u,100*t]},a.hsl.hcg=function(e){var t=e[1]/100,r=e[2]/100,n=1,i=0;return(n=r<.5?2*t*r:2*t*(1-r))<1&&(i=(r-.5*n)/(1-n)),[e[0],100*n,100*i]},a.hsv.hcg=function(e){var t=e[1]/100,r=e[2]/100,n=t*r,i=0;return n<1&&(i=(r-n)/(1-n)),[e[0],100*n,100*i]},a.hcg.rgb=function(e){var t=e[0]/360,r=e[1]/100,n=e[2]/100;if(0===r)return[255*n,255*n,255*n];var i=[0,0,0],o=t%1*6,s=o%1,a=1-s,u=0;switch(Math.floor(o)){case 0:i[0]=1,i[1]=s,i[2]=0;break;case 1:i[0]=a,i[1]=1,i[2]=0;break;case 2:i[0]=0,i[1]=1,i[2]=s;break;case 3:i[0]=0,i[1]=a,i[2]=1;break;case 4:i[0]=s,i[1]=0,i[2]=1;break;default:i[0]=1,i[1]=0,i[2]=a}return u=(1-r)*n,[255*(r*i[0]+u),255*(r*i[1]+u),255*(r*i[2]+u)]},a.hcg.hsv=function(e){var t=e[1]/100,r=t+e[2]/100*(1-t),n=0;return r>0&&(n=t/r),[e[0],100*n,100*r]},a.hcg.hsl=function(e){var t=e[1]/100,r=e[2]/100*(1-t)+.5*t,n=0;return r>0&&r<.5?n=t/(2*r):r>=.5&&r<1&&(n=t/(2*(1-r))),[e[0],100*n,100*r]},a.hcg.hwb=function(e){var t=e[1]/100,r=t+e[2]/100*(1-t);return[e[0],100*(r-t),100*(1-r)]},a.hwb.hcg=function(e){var t=e[1]/100,r=1-e[2]/100,n=r-t,i=0;return n<1&&(i=(r-n)/(1-n)),[e[0],100*n,100*i]},a.apple.rgb=function(e){return[e[0]/65535*255,e[1]/65535*255,e[2]/65535*255]},a.rgb.apple=function(e){return[e[0]/255*65535,e[1]/255*65535,e[2]/255*65535]},a.gray.rgb=function(e){return[e[0]/100*255,e[0]/100*255,e[0]/100*255]},a.gray.hsl=a.gray.hsv=function(e){return[0,0,e[0]]},a.gray.hwb=function(e){return[0,100,e[0]]},a.gray.cmyk=function(e){return[0,0,0,e[0]]},a.gray.lab=function(e){return[e[0],0,0]},a.gray.hex=function(e){var t=255&Math.round(e[0]/100*255),r=((t<<16)+(t<<8)+t).toString(16).toUpperCase();return"000000".substring(r.length)+r},a.rgb.gray=function(e){return[(e[0]+e[1]+e[2])/3/255*100]}},{"color-name":14}],12:[function(e,t,r){function n(e){var t=function(t){return void 0===t||null===t?t:(arguments.length>1&&(t=Array.prototype.slice.call(arguments)),e(t))};return"conversion"in e&&(t.conversion=e.conversion),t}function i(e){var t=function(t){if(void 0===t||null===t)return t;arguments.length>1&&(t=Array.prototype.slice.call(arguments));var r=e(t);if("object"==typeof r)for(var n=r.length,i=0;i=4&&1!==e[3]&&(t=", "+e[3]),"hwb("+e[0]+", "+e[1]+"%, "+e[2]+"%"+t+")"},c.to.keyword=function(e){return a[e.slice(0,3)]}},{"color-name":14,"simple-swizzle":172}],16:[function(e,t,r){"use strict";function n(e,t){if(!(this instanceof n))return new n(e,t);if(t&&t in f&&(t=null),t&&!(t in h))throw new Error("Unknown model: "+t);var r,i;if(e)if(e instanceof n)this.model=e.model,this.color=e.color.slice(),this.valpha=e.valpha;else if("string"==typeof e){var o=l.get(e);if(null===o)throw new Error("Unable to parse color from string: "+e);this.model=o.model,i=h[this.model].channels,this.color=o.value.slice(0,i),this.valpha="number"==typeof o.value[i]?o.value[i]:1}else if(e.length){this.model=t||"rgb",i=h[this.model].channels;var s=p.call(e,0,i);this.color=c(s,i),this.valpha="number"==typeof e[i]?e[i]:1}else if("number"==typeof e)e&=16777215,this.model="rgb",this.color=[e>>16&255,e>>8&255,255&e],this.valpha=1;else{this.valpha=1;var a=Object.keys(e);"alpha"in e&&(a.splice(a.indexOf("alpha"),1),this.valpha="number"==typeof e.alpha?e.alpha:0);var u=a.sort().join("");if(!(u in d))throw new Error("Unable to parse color from object: "+JSON.stringify(e));this.model=d[u];var m=h[this.model].labels,v=[];for(r=0;rr?(t+.05)/(r+.05):(r+.05)/(t+.05)},level:function(e){var t=this.contrast(e);return t>=7.1?"AAA":t>=4.5?"AA":""},dark:function(){var e=this.rgb().color;return(299*e[0]+587*e[1]+114*e[2])/1e3<128},light:function(){return!this.dark()},negate:function(){for(var e=this.rgb(),t=0;t<3;t++)e.color[t]=255-e.color[t];return e},lighten:function(e){var t=this.hsl();return t.color[2]+=t.color[2]*e,t},darken:function(e){var t=this.hsl();return t.color[2]-=t.color[2]*e,t},saturate:function(e){var t=this.hsl();return t.color[1]+=t.color[1]*e,t},desaturate:function(e){var t=this.hsl();return t.color[1]-=t.color[1]*e,t},whiten:function(e){var t=this.hwb();return t.color[1]+=t.color[1]*e,t},blacken:function(e){var t=this.hwb();return t.color[2]+=t.color[2]*e,t},grayscale:function(){var e=this.rgb().color,t=.3*e[0]+.59*e[1]+.11*e[2];return n.rgb(t,t,t)},fade:function(e){return this.alpha(this.valpha-this.valpha*e)},opaquer:function(e){return this.alpha(this.valpha+this.valpha*e)},rotate:function(e){var t=this.hsl(),r=t.color[0];return r=(r+e)%360,r=r<0?360+r:r,t.color[0]=r,t},mix:function(e,t){var r=this.rgb(),i=e.rgb(),o=void 0===t?.5:t,s=2*o-1,a=r.alpha()-i.alpha(),u=((s*a==-1?s:(s+a)/(1+s*a))+1)/2,c=1-u;return n.rgb(u*r.red()+c*i.red(),u*r.green()+c*i.green(),u*r.blue()+c*i.blue(),r.alpha()*o+i.alpha()*(1-o))}},Object.keys(h).forEach(function(e){if(-1===f.indexOf(e)){var t=h[e].channels;n.prototype[e]=function(){if(this.model===e)return new n(this);if(arguments.length)return new n(arguments,e);var r="number"==typeof arguments[t]?t:this.valpha;return new n(u(h[this.model][e].raw(this.color)).concat(r),e)},n[e]=function(r){return"number"==typeof r&&(r=c(p.call(arguments),t)),new n(r,e)}}}),t.exports=n},{"color-convert":12,"color-string":15}],17:[function(e,t,r){e("../../modules/es6.array.find"),t.exports=e("../../modules/_core").Array.find},{"../../modules/_core":35,"../../modules/es6.array.find":80}],18:[function(e,t,r){e("../../modules/es6.array.for-each"),t.exports=e("../../modules/_core").Array.forEach},{"../../modules/_core":35,"../../modules/es6.array.for-each":81}],19:[function(e,t,r){e("../../modules/es6.array.reduce"),t.exports=e("../../modules/_core").Array.reduce},{"../../modules/_core":35,"../../modules/es6.array.reduce":82}],20:[function(e,t,r){e("../../modules/es6.function.bind"),t.exports=e("../../modules/_core").Function.bind},{"../../modules/_core":35,"../../modules/es6.function.bind":83}],21:[function(e,t,r){e("../../modules/es6.number.constructor"),t.exports=Number},{"../../modules/es6.number.constructor":84}],22:[function(e,t,r){e("../../modules/es6.object.assign"),t.exports=e("../../modules/_core").Object.assign},{"../../modules/_core":35,"../../modules/es6.object.assign":85}],23:[function(e,t,r){e("../../modules/es6.object.define-property");var n=e("../../modules/_core").Object;t.exports=function(e,t,r){return n.defineProperty(e,t,r)}},{"../../modules/_core":35,"../../modules/es6.object.define-property":86}],24:[function(e,t,r){e("../../modules/es6.object.keys"),t.exports=e("../../modules/_core").Object.keys},{"../../modules/_core":35,"../../modules/es6.object.keys":87}],25:[function(e,t,r){t.exports=function(e){if("function"!=typeof e)throw TypeError(e+" is not a function!");return e}},{}],26:[function(e,t,r){var n=e("./_wks")("unscopables"),i=Array.prototype;void 0==i[n]&&e("./_hide")(i,n,{}),t.exports=function(e){i[n][e]=!0}},{"./_hide":45,"./_wks":79}],27:[function(e,t,r){var n=e("./_is-object");t.exports=function(e){if(!n(e))throw TypeError(e+" is not an object!");return e}},{"./_is-object":52}],28:[function(e,t,r){var n=e("./_to-iobject"),i=e("./_to-length"),o=e("./_to-index");t.exports=function(e){return function(t,r,s){var a,u=n(t),c=i(u.length),l=o(s,c);if(e&&r!=r){for(;c>l;)if((a=u[l++])!=a)return!0}else for(;c>l;l++)if((e||l in u)&&u[l]===r)return e||l||0;return!e&&-1}}},{"./_to-index":72,"./_to-iobject":74,"./_to-length":75}],29:[function(e,t,r){var n=e("./_ctx"),i=e("./_iobject"),o=e("./_to-object"),s=e("./_to-length"),a=e("./_array-species-create");t.exports=function(e,t){var r=1==e,u=2==e,c=3==e,l=4==e,h=6==e,p=5==e||h,f=t||a;return function(t,a,d){for(var b,m,v=o(t),y=i(v),g=n(a,d,3),w=s(y.length),x=0,_=r?f(t,w):u?f(t,0):void 0;w>x;x++)if((p||x in y)&&(b=y[x],m=g(b,x,v),e))if(r)_[x]=m;else if(m)switch(e){case 3:return!0;case 5:return b;case 6:return x;case 2:_.push(b)}else if(l)return!1;return h?-1:c||l?l:_}}},{"./_array-species-create":32,"./_ctx":36,"./_iobject":50,"./_to-length":75,"./_to-object":76}],30:[function(e,t,r){var n=e("./_a-function"),i=e("./_to-object"),o=e("./_iobject"),s=e("./_to-length");t.exports=function(e,t,r,a,u){n(t);var c=i(e),l=o(c),h=s(c.length),p=u?h-1:0,f=u?-1:1;if(r<2)for(;;){if(p in l){a=l[p],p+=f;break}if(p+=f,u?p<0:h<=p)throw TypeError("Reduce of empty array with no initial value")}for(;u?p>=0:h>p;p+=f)p in l&&(a=t(a,l[p],p,c));return a}},{"./_a-function":25,"./_iobject":50,"./_to-length":75,"./_to-object":76}],31:[function(e,t,r){var n=e("./_is-object"),i=e("./_is-array"),o=e("./_wks")("species");t.exports=function(e){var t;return i(e)&&("function"!=typeof(t=e.constructor)||t!==Array&&!i(t.prototype)||(t=void 0),n(t)&&null===(t=t[o])&&(t=void 0)),void 0===t?Array:t}},{"./_is-array":51,"./_is-object":52,"./_wks":79}],32:[function(e,t,r){var n=e("./_array-species-constructor");t.exports=function(e,t){return new(n(e))(t)}},{"./_array-species-constructor":31}],33:[function(e,t,r){"use strict";var n=e("./_a-function"),i=e("./_is-object"),o=e("./_invoke"),s=[].slice,a={},u=function(e,t,r){if(!(t in a)){for(var n=[],i=0;ic;)for(var p,f=a(arguments[c++]),d=l?n(f).concat(l(f)):n(f),b=d.length,m=0;b>m;)h.call(f,p=d[m++])&&(r[p]=f[p]);return r}:u},{"./_fails":42,"./_iobject":50,"./_object-gops":59,"./_object-keys":61,"./_object-pie":62,"./_to-object":76}],54:[function(e,t,r){var n=e("./_an-object"),i=e("./_object-dps"),o=e("./_enum-bug-keys"),s=e("./_shared-key")("IE_PROTO"),a=function(){},u=function(){var t,r=e("./_dom-create")("iframe"),n=o.length;for(r.style.display="none",e("./_html").appendChild(r),r.src="javascript:",(t=r.contentWindow.document).open(),t.write("