",{class:"contrib-column table-column",html:'
Current streak\n
'+m(t.current_streak)+'\n
'+a+""}),e.appendChild(n),e.appendChild(r),e.appendChild(a)),s.innerHTML=e.innerHTML,!0===i.tooltips&&(e=s,(o=document.createElement("div")).classList.add("day-tooltip"),e.appendChild(o),e.querySelectorAll("rect.day").forEach(function(e){e.addEventListener("mouseenter",function(e){var t=e.target.getAttribute("data-count");"0"===t?t="No contributions":"1"===t?t="1 contribution":t+=" contributions";var n=new Date(e.target.getAttribute("data-date")),n=b[n.getUTCMonth()]+" "+n.getUTCDate()+", "+n.getUTCFullYear();o.innerHTML="
"+t+" on "+n,o.classList.add("is-visible");n=e.target.getBoundingClientRect(),e=n.left+window.pageXOffset-o.offsetWidth/2+n.width/2,n=n.bottom+window.pageYOffset-o.offsetHeight-2*n.height;o.style.top=n+"px",o.style.left=e+"px"}),e.addEventListener("mouseleave",function(){o.classList.remove("is-visible")})})))}).catch(function(e){return console.error(e)})}()}},{"add-subtract-date":2,elly:4,formatoid:6,"github-calendar-parser":8}],2:[function(e,t,n){function r(a){return function e(t,n,r){switch(n*=a,r){case"years":case"year":t.setFullYear(t.getFullYear()+n);break;case"months":case"month":t.setMonth(t.getMonth()+n);break;case"weeks":case"week":return e(t,7*n,"days");case"days":case"day":t.setDate(t.getDate()+n);break;case"hours":case"hour":t.setHours(t.getHours()+n);break;case"minutes":case"minute":t.setMinutes(t.getMinutes()+n);break;case"seconds":case"second":t.setSeconds(t.getSeconds()+n);break;case"milliseconds":case"millisecond":t.setMilliseconds(t.getMilliseconds()+n);break;default:throw new Error("Invalid range: "+r)}return t}}t.exports={add:r(1),subtract:r(-1)}},{}],3:[function(e,t,n){t.exports.en=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],t.exports.en.abbr=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],t.exports.en.short=["Su","Mo","Tu","We","Th","Fr","Sa"],t.exports.fr=["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],t.exports.fr.abbr=["dim","lun","mar","mer","jeu","ven","sam"],t.exports.fr.short=["di","lu","ma","me","je","ve","sa"],t.exports.es=["domingo","lunes","martes","miercoles","jueves","viernes","sabado"],t.exports.es.abbr=["dom","lun","mar","mir","jue","vie","sab"],t.exports.es.short=["do","lu","ma","mi","ju","vi","sa"],t.exports.it=["Domenica","Lunedi","Martedi","Mercoledi","Giovedi","Venerdi","Sabato"],t.exports.it.abbr=["Dom","Lun","Mar","Mer","Gio","Ven","Sab"],t.exports.it.short=["D","L","Ma","Me","G","V","S"],t.exports=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],t.exports.abbr=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],t.exports.short=["Su","Mo","Tu","We","Th","Fr","Sa"]},{}],4:[function(e,t,n){var r=e("iterate-object"),a=e("sliced");function o(n,e){return"string"==typeof n?"<"===n.charAt(0)?(n=document.createElement(n.slice(1,-1)),r(e||{},function(e,t){switch(t){case"text":return void(n.textContent=e);case"html":return void(n.innerHTML=e)}n.setAttribute(t,e)}),n):(e=e||document).querySelector(n):n}o.$$=function(e,t){return"string"==typeof e?(t=t||document,a(t.querySelectorAll(e))):[e]},t.exports=o},{"iterate-object":9,sliced:13}],5:[function(e,t,n){t.exports=function(e,t,n){n=n||"0";t=(t=t||2)-(e=e.toString()).length;return(t<=0?"":n.repeat(t))+e}},{}],6:[function(e,t,n){var r=e("months"),a=e("days"),o=e("fillo"),e=e("parse-it").Parser,u={YYYY:function(e,t){return t?e.getUTCFullYear():e.getFullYear()},YY:function(e,t){return u.YYYY(e,t)%100},MMMM:function(e,t){return t?r[e.getUTCMonth()]:r[e.getMonth()]},MMM:function(e,t){return t?r.abbr[e.getUTCMonth()]:r.abbr[e.getMonth()]},MM:function(e,t){return o(t?e.getUTCMonth()+1:e.getMonth()+1)},M:function(e,t){return t?e.getUTCMonth()+1:e.getMonth()+1},dddd:function(e,t){return a[u.d(e,t)]},ddd:function(e,t){return a.abbr[u.d(e,t)]},dd:function(e,t){return a.short[u.d(e,t)]},d:function(e,t){return t?e.getUTCDay():e.getDay()},DD:function(e,t){return o(u.D(e,t))},D:function(e,t){return t?e.getUTCDate():e.getDate()},A:function(e,t){return u.a(e,t).toUpperCase()},a:function(e,t){return 12<=u.H(e,t)?"pm":"am"},hh:function(e,t){return o(u.h(e,t))},h:function(e,t){return u.H(e,t)%12||12},HH:function(e,t){return o(u.H(e,t))},H:function(e,t){return t?e.getUTCHours():e.getHours()},mm:function(e,t){return o(u.m(e,t))},m:function(e,t){return t?e.getUTCMinutes():e.getMinutes()},ss:function(e,t){return o(u.s(e,t))},s:function(e,t){return t?e.getUTCSeconds():e.getSeconds()},S:function(e,t){return Math.round(u.s(e,t)/60*10)},SS:function(e,t){return o(u.s(e,t)/60*100)},SSS:function(e,t){return o(u.s(e,t)/60*1e3,3)},Z:function(e){e=-e.getTimezoneOffset();return(0<=e?"+":"-")+o(parseInt(e/60))+":"+o(e%60)},ZZ:function(e){e=-e.getTimezoneOffset();return(0<=e?"+":"-")+o(parseInt(e/60))+o(e%60)}},s=new e(u);t.exports=function(e,t){return s.run(t,[e,e._useUTC])}},{days:3,fillo:5,months:10,"parse-it":11}],7:[function(e,t,n){t.exports=["#eee","#d6e685","#8cc665","#44a340","#1e6823"]},{}],8:[function(e,t,n){var u=e("github-calendar-legend"),s=e("github-calendar-legend"),i=["day","day-L1","day-L4","day-L3","day-L2"];t.exports=function(e){function r(){a.current_streak>a.longest_streak&&(a.longest_streak=a.current_streak,a.longest_streak_range[0]=a.current_streak_range[0],a.longest_streak_range[1]=a.current_streak_range[1])}var a={last_year:0,longest_streak:-1,longest_streak_range:[],current_streak:0,current_streak_range:[],weeks:[],days:[],last_contributed:null},o=[];return e.split("\n").slice(2).map(function(e){return e.trim()}).forEach(function(e){if(e.startsWith("
o;)r[a-o]=e[a];return r}},{}]},{},[1])(1)});
\ No newline at end of file
diff --git a/assets/plugins/github-calendar/example/css/style.css b/assets/plugins/github-calendar/example/css/style.css
index 3d0c83c..3bdde45 100644
--- a/assets/plugins/github-calendar/example/css/style.css
+++ b/assets/plugins/github-calendar/example/css/style.css
@@ -37,3 +37,11 @@ pre {
p {
color: #444444;
}
+
+img.spinner {
+ text-align: center;
+ margin: 0 auto;
+ display: block;
+ height: 49px;
+ padding: 40px 0;
+}
diff --git a/assets/plugins/github-calendar/example/index.html b/assets/plugins/github-calendar/example/index.html
index 6e27e01..ecd07e8 100644
--- a/assets/plugins/github-calendar/example/index.html
+++ b/assets/plugins/github-calendar/example/index.html
@@ -12,10 +12,6 @@
Crunching @IonicaBizau's contributions just for you.
diff --git a/assets/plugins/github-calendar/example/js/main.js b/assets/plugins/github-calendar/example/js/main.js
index 70333b4..c712db4 100644
--- a/assets/plugins/github-calendar/example/js/main.js
+++ b/assets/plugins/github-calendar/example/js/main.js
@@ -2,7 +2,3 @@ GitHubCalendar(".calendar-1", "IonicaBizau", {
responsive: true,
tooltips: true
});
-GitHubCalendar(".calendar-2", "bachdx2812", {
- responsive: true,
- tooltips: true
-});
diff --git a/assets/plugins/github-calendar/package.json b/assets/plugins/github-calendar/package.json
index fb6dfec..4119cbb 100644
--- a/assets/plugins/github-calendar/package.json
+++ b/assets/plugins/github-calendar/package.json
@@ -1,6 +1,6 @@
{
"name": "github-calendar",
- "version": "2.2.3",
+ "version": "2.2.6",
"description": "Embed your GitHub contributions calendar anywhere.",
"main": "lib/index.js",
"directories": {
@@ -34,10 +34,10 @@
},
"homepage": "https://github.com/Bloggify/github-calendar#readme",
"dependencies": {
- "add-subtract-date": "^1.0.5",
- "elly": "^1.0.0",
- "formatoid": "^1.0.3",
- "github-calendar-parser": "^1.1.3"
+ "add-subtract-date": "^1.0.15",
+ "elly": "^1.1.11",
+ "formatoid": "^1.2.4",
+ "github-calendar-parser": "^1.1.12"
},
"blah": {
"example": [
@@ -79,7 +79,7 @@
}
},
{
- "p": "[Here](http://codepen.io/anon/pen/aZmjvZ?editors=1000) you can see this example in action."
+ "p": "[Here](https://bloggify.github.io/github-calendar/example/) you can see this example in action."
}
],
"description": [