Files
CELESTIFYX 08abac9e7d
Some checks are pending
Check Conventional Commit / check-commit-message (push) Waiting to run
Refactoring repository...
2025-01-14 19:02:06 +02:00

2 lines
595 KiB
JavaScript
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*! For license information please see main.js.LICENSE.txt */
(()=>{var e={2991:(e,t,n)=>{"use strict";n.d(t,{R:()=>i,Y:()=>o});var r=n(2176),a={};function i(){return(0,r.KV)()?n.g:"undefined"!=typeof window?window:"undefined"!=typeof self?self:a}function o(e,t,n){var r=n||i(),a=r.__SENTRY__=r.__SENTRY__||{};return a[e]||(a[e]=t())}},2176:(e,t,n)=>{"use strict";function r(){return!("undefined"!=typeof __SENTRY_BROWSER_BUNDLE__&&__SENTRY_BROWSER_BUNDLE__)&&"[object process]"===Object.prototype.toString.call("undefined"!=typeof process?process:0)}function a(e,t){return e.require(t)}n.d(t,{l$:()=>a,KV:()=>r}),e=n.hmd(e)},1170:(e,t,n)=>{"use strict";n.d(t,{ph:()=>u,yW:()=>s});var r=n(2991),a=n(2176);e=n.hmd(e);var i={nowSeconds:function(){return Date.now()/1e3}},o=(0,a.KV)()?function(){try{return(0,a.l$)(e,"perf_hooks").performance}catch(e){return}}():function(){var e=(0,r.R)().performance;if(e&&e.now)return{now:function(){return e.now()},timeOrigin:Date.now()-e.now()}}(),l=void 0===o?i:{nowSeconds:function(){return(o.timeOrigin+o.now())/1e3}},s=i.nowSeconds.bind(i),u=l.nowSeconds.bind(l);!function(){var e=(0,r.R)().performance;if(e&&e.now){var t=36e5,n=e.now(),a=Date.now(),i=e.timeOrigin?Math.abs(e.timeOrigin+n-a):t,o=i<t,l=e.timing&&e.timing.navigationStart,s="number"==typeof l?Math.abs(l+n-a):t;(o||s<t)&&(i<=s&&e.timeOrigin)}}()},1001:e=>{"use strict";function t(e){return function t(n,r,a){switch(r*=e,a){case"years":case"year":n.setFullYear(n.getFullYear()+r);break;case"months":case"month":n.setMonth(n.getMonth()+r);break;case"weeks":case"week":return t(n,7*r,"days");case"days":case"day":n.setDate(n.getDate()+r);break;case"hours":case"hour":n.setHours(n.getHours()+r);break;case"minutes":case"minute":n.setMinutes(n.getMinutes()+r);break;case"seconds":case"second":n.setSeconds(n.getSeconds()+r);break;case"milliseconds":case"millisecond":n.setMilliseconds(n.getMilliseconds()+r);break;default:throw new Error("Invalid range: "+a)}return n}}e.exports={add:t(1),subtract:t(-1)}},7394:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){for(var n=e<0?"-":"",r=Math.abs(e).toString();r.length<t;)r="0"+r;return n+r},e.exports=t.default},8609:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){if(null==e)throw new TypeError("assign requires that input parameter not be null or undefined");for(var n in t=t||{})Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e},e.exports=t.default},6420:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return(0,a.default)({},e)};var r,a=(r=n(8609))&&r.__esModule?r:{default:r};e.exports=t.default},7100:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=c(n(1603)),a=c(n(1354)),i=c(n(1370)),o=c(n(623)),l=c(n(6226)),s=c(n(7394)),u=c(n(2699));function c(e){return e&&e.__esModule?e:{default:e}}function d(e,t){var n=e>0?"-":"+",r=Math.abs(e),a=Math.floor(r/60),i=r%60;if(0===i)return n+String(a);var o=t||"";return n+String(a)+o+(0,s.default)(i,2)}function p(e,t){return e%60==0?(e>0?"-":"+")+(0,s.default)(Math.abs(e)/60,2):m(e,t)}function m(e,t){var n=t||"",r=e>0?"-":"+",a=Math.abs(e);return r+(0,s.default)(Math.floor(a/60),2)+n+(0,s.default)(a%60,2)}var h={G:function(e,t,n){var r=e.getUTCFullYear()>0?1:0;switch(t){case"G":case"GG":case"GGG":return n.era(r,{width:"abbreviated"});case"GGGGG":return n.era(r,{width:"narrow"});default:return n.era(r,{width:"wide"})}},y:function(e,t,n){if("yo"===t){var r=e.getUTCFullYear(),a=r>0?r:1-r;return n.ordinalNumber(a,{unit:"year"})}return u.default.y(e,t)},Y:function(e,t,n,r){var a=(0,l.default)(e,r),i=a>0?a:1-a;if("YY"===t){var o=i%100;return(0,s.default)(o,2)}return"Yo"===t?n.ordinalNumber(i,{unit:"year"}):(0,s.default)(i,t.length)},R:function(e,t){var n=(0,i.default)(e);return(0,s.default)(n,t.length)},u:function(e,t){var n=e.getUTCFullYear();return(0,s.default)(n,t.length)},Q:function(e,t,n){var r=Math.ceil((e.getUTCMonth()+1)/3);switch(t){case"Q":return String(r);case"QQ":return(0,s.default)(r,2);case"Qo":return n.ordinalNumber(r,{unit:"quarter"});case"QQQ":return n.quarter(r,{width:"abbreviated",context:"formatting"});case"QQQQQ":return n.quarter(r,{width:"narrow",context:"formatting"});default:return n.quarter(r,{width:"wide",context:"formatting"})}},q:function(e,t,n){var r=Math.ceil((e.getUTCMonth()+1)/3);switch(t){case"q":return String(r);case"qq":return(0,s.default)(r,2);case"qo":return n.ordinalNumber(r,{unit:"quarter"});case"qqq":return n.quarter(r,{width:"abbreviated",context:"standalone"});case"qqqqq":return n.quarter(r,{width:"narrow",context:"standalone"});default:return n.quarter(r,{width:"wide",context:"standalone"})}},M:function(e,t,n){var r=e.getUTCMonth();switch(t){case"M":case"MM":return u.default.M(e,t);case"Mo":return n.ordinalNumber(r+1,{unit:"month"});case"MMM":return n.month(r,{width:"abbreviated",context:"formatting"});case"MMMMM":return n.month(r,{width:"narrow",context:"formatting"});default:return n.month(r,{width:"wide",context:"formatting"})}},L:function(e,t,n){var r=e.getUTCMonth();switch(t){case"L":return String(r+1);case"LL":return(0,s.default)(r+1,2);case"Lo":return n.ordinalNumber(r+1,{unit:"month"});case"LLL":return n.month(r,{width:"abbreviated",context:"standalone"});case"LLLLL":return n.month(r,{width:"narrow",context:"standalone"});default:return n.month(r,{width:"wide",context:"standalone"})}},w:function(e,t,n,r){var a=(0,o.default)(e,r);return"wo"===t?n.ordinalNumber(a,{unit:"week"}):(0,s.default)(a,t.length)},I:function(e,t,n){var r=(0,a.default)(e);return"Io"===t?n.ordinalNumber(r,{unit:"week"}):(0,s.default)(r,t.length)},d:function(e,t,n){return"do"===t?n.ordinalNumber(e.getUTCDate(),{unit:"date"}):u.default.d(e,t)},D:function(e,t,n){var a=(0,r.default)(e);return"Do"===t?n.ordinalNumber(a,{unit:"dayOfYear"}):(0,s.default)(a,t.length)},E:function(e,t,n){var r=e.getUTCDay();switch(t){case"E":case"EE":case"EEE":return n.day(r,{width:"abbreviated",context:"formatting"});case"EEEEE":return n.day(r,{width:"narrow",context:"formatting"});case"EEEEEE":return n.day(r,{width:"short",context:"formatting"});default:return n.day(r,{width:"wide",context:"formatting"})}},e:function(e,t,n,r){var a=e.getUTCDay(),i=(a-r.weekStartsOn+8)%7||7;switch(t){case"e":return String(i);case"ee":return(0,s.default)(i,2);case"eo":return n.ordinalNumber(i,{unit:"day"});case"eee":return n.day(a,{width:"abbreviated",context:"formatting"});case"eeeee":return n.day(a,{width:"narrow",context:"formatting"});case"eeeeee":return n.day(a,{width:"short",context:"formatting"});default:return n.day(a,{width:"wide",context:"formatting"})}},c:function(e,t,n,r){var a=e.getUTCDay(),i=(a-r.weekStartsOn+8)%7||7;switch(t){case"c":return String(i);case"cc":return(0,s.default)(i,t.length);case"co":return n.ordinalNumber(i,{unit:"day"});case"ccc":return n.day(a,{width:"abbreviated",context:"standalone"});case"ccccc":return n.day(a,{width:"narrow",context:"standalone"});case"cccccc":return n.day(a,{width:"short",context:"standalone"});default:return n.day(a,{width:"wide",context:"standalone"})}},i:function(e,t,n){var r=e.getUTCDay(),a=0===r?7:r;switch(t){case"i":return String(a);case"ii":return(0,s.default)(a,t.length);case"io":return n.ordinalNumber(a,{unit:"day"});case"iii":return n.day(r,{width:"abbreviated",context:"formatting"});case"iiiii":return n.day(r,{width:"narrow",context:"formatting"});case"iiiiii":return n.day(r,{width:"short",context:"formatting"});default:return n.day(r,{width:"wide",context:"formatting"})}},a:function(e,t,n){var r=e.getUTCHours()/12>=1?"pm":"am";switch(t){case"a":case"aa":return n.dayPeriod(r,{width:"abbreviated",context:"formatting"});case"aaa":return n.dayPeriod(r,{width:"abbreviated",context:"formatting"}).toLowerCase();case"aaaaa":return n.dayPeriod(r,{width:"narrow",context:"formatting"});default:return n.dayPeriod(r,{width:"wide",context:"formatting"})}},b:function(e,t,n){var r,a=e.getUTCHours();switch(r=12===a?"noon":0===a?"midnight":a/12>=1?"pm":"am",t){case"b":case"bb":return n.dayPeriod(r,{width:"abbreviated",context:"formatting"});case"bbb":return n.dayPeriod(r,{width:"abbreviated",context:"formatting"}).toLowerCase();case"bbbbb":return n.dayPeriod(r,{width:"narrow",context:"formatting"});default:return n.dayPeriod(r,{width:"wide",context:"formatting"})}},B:function(e,t,n){var r,a=e.getUTCHours();switch(r=a>=17?"evening":a>=12?"afternoon":a>=4?"morning":"night",t){case"B":case"BB":case"BBB":return n.dayPeriod(r,{width:"abbreviated",context:"formatting"});case"BBBBB":return n.dayPeriod(r,{width:"narrow",context:"formatting"});default:return n.dayPeriod(r,{width:"wide",context:"formatting"})}},h:function(e,t,n){if("ho"===t){var r=e.getUTCHours()%12;return 0===r&&(r=12),n.ordinalNumber(r,{unit:"hour"})}return u.default.h(e,t)},H:function(e,t,n){return"Ho"===t?n.ordinalNumber(e.getUTCHours(),{unit:"hour"}):u.default.H(e,t)},K:function(e,t,n){var r=e.getUTCHours()%12;return"Ko"===t?n.ordinalNumber(r,{unit:"hour"}):(0,s.default)(r,t.length)},k:function(e,t,n){var r=e.getUTCHours();return 0===r&&(r=24),"ko"===t?n.ordinalNumber(r,{unit:"hour"}):(0,s.default)(r,t.length)},m:function(e,t,n){return"mo"===t?n.ordinalNumber(e.getUTCMinutes(),{unit:"minute"}):u.default.m(e,t)},s:function(e,t,n){return"so"===t?n.ordinalNumber(e.getUTCSeconds(),{unit:"second"}):u.default.s(e,t)},S:function(e,t){return u.default.S(e,t)},X:function(e,t,n,r){var a=(r._originalDate||e).getTimezoneOffset();if(0===a)return"Z";switch(t){case"X":return p(a);case"XXXX":case"XX":return m(a);default:return m(a,":")}},x:function(e,t,n,r){var a=(r._originalDate||e).getTimezoneOffset();switch(t){case"x":return p(a);case"xxxx":case"xx":return m(a);default:return m(a,":")}},O:function(e,t,n,r){var a=(r._originalDate||e).getTimezoneOffset();switch(t){case"O":case"OO":case"OOO":return"GMT"+d(a,":");default:return"GMT"+m(a,":")}},z:function(e,t,n,r){var a=(r._originalDate||e).getTimezoneOffset();switch(t){case"z":case"zz":case"zzz":return"GMT"+d(a,":");default:return"GMT"+m(a,":")}},t:function(e,t,n,r){var a=r._originalDate||e,i=Math.floor(a.getTime()/1e3);return(0,s.default)(i,t.length)},T:function(e,t,n,r){var a=(r._originalDate||e).getTime();return(0,s.default)(a,t.length)}};t.default=h,e.exports=t.default},2699:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r,a=(r=n(7394))&&r.__esModule?r:{default:r},i={y:function(e,t){var n=e.getUTCFullYear(),r=n>0?n:1-n;return(0,a.default)("yy"===t?r%100:r,t.length)},M:function(e,t){var n=e.getUTCMonth();return"M"===t?String(n+1):(0,a.default)(n+1,2)},d:function(e,t){return(0,a.default)(e.getUTCDate(),t.length)},a:function(e,t){var n=e.getUTCHours()/12>=1?"pm":"am";switch(t){case"a":case"aa":return n.toUpperCase();case"aaa":return n;case"aaaaa":return n[0];default:return"am"===n?"a.m.":"p.m."}},h:function(e,t){return(0,a.default)(e.getUTCHours()%12||12,t.length)},H:function(e,t){return(0,a.default)(e.getUTCHours(),t.length)},m:function(e,t){return(0,a.default)(e.getUTCMinutes(),t.length)},s:function(e,t){return(0,a.default)(e.getUTCSeconds(),t.length)},S:function(e,t){var n=t.length,r=e.getUTCMilliseconds(),i=Math.floor(r*Math.pow(10,n-3));return(0,a.default)(i,t.length)}};t.default=i,e.exports=t.default},5209:(e,t)=>{"use strict";function n(e,t){switch(e){case"P":return t.date({width:"short"});case"PP":return t.date({width:"medium"});case"PPP":return t.date({width:"long"});default:return t.date({width:"full"})}}function r(e,t){switch(e){case"p":return t.time({width:"short"});case"pp":return t.time({width:"medium"});case"ppp":return t.time({width:"long"});default:return t.time({width:"full"})}}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var a={p:r,P:function(e,t){var a,i=e.match(/(P+)(p+)?/)||[],o=i[1],l=i[2];if(!l)return n(e,t);switch(o){case"P":a=t.dateTime({width:"short"});break;case"PP":a=t.dateTime({width:"medium"});break;case"PPP":a=t.dateTime({width:"long"});break;default:a=t.dateTime({width:"full"})}return a.replace("{{date}}",n(o,t)).replace("{{time}}",r(l,t))}};t.default=a,e.exports=t.default},3561:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){var t=new Date(Date.UTC(e.getFullYear(),e.getMonth(),e.getDate(),e.getHours(),e.getMinutes(),e.getSeconds(),e.getMilliseconds()));return t.setUTCFullYear(e.getFullYear()),e.getTime()-t.getTime()},e.exports=t.default},1603:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){(0,a.default)(1,arguments);var t=(0,r.default)(e),n=t.getTime();t.setUTCMonth(0,1),t.setUTCHours(0,0,0,0);var i=t.getTime(),l=n-i;return Math.floor(l/o)+1};var r=i(n(1171)),a=i(n(8734));function i(e){return e&&e.__esModule?e:{default:e}}var o=864e5;e.exports=t.default},1354:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){(0,o.default)(1,arguments);var t=(0,r.default)(e),n=(0,a.default)(t).getTime()-(0,i.default)(t).getTime();return Math.round(n/s)+1};var r=l(n(1171)),a=l(n(79)),i=l(n(4275)),o=l(n(8734));function l(e){return e&&e.__esModule?e:{default:e}}var s=6048e5;e.exports=t.default},1370:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){(0,a.default)(1,arguments);var t=(0,r.default)(e),n=t.getUTCFullYear(),o=new Date(0);o.setUTCFullYear(n+1,0,4),o.setUTCHours(0,0,0,0);var l=(0,i.default)(o),s=new Date(0);s.setUTCFullYear(n,0,4),s.setUTCHours(0,0,0,0);var u=(0,i.default)(s);return t.getTime()>=l.getTime()?n+1:t.getTime()>=u.getTime()?n:n-1};var r=o(n(1171)),a=o(n(8734)),i=o(n(79));function o(e){return e&&e.__esModule?e:{default:e}}e.exports=t.default},623:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){(0,o.default)(1,arguments);var n=(0,r.default)(e),l=(0,a.default)(n,t).getTime()-(0,i.default)(n,t).getTime();return Math.round(l/s)+1};var r=l(n(1171)),a=l(n(9209)),i=l(n(4118)),o=l(n(8734));function l(e){return e&&e.__esModule?e:{default:e}}var s=6048e5;e.exports=t.default},6226:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){(0,a.default)(1,arguments);var n=(0,r.default)(e),l=n.getUTCFullYear(),s=t||{},u=s.locale,c=u&&u.options&&u.options.firstWeekContainsDate,d=null==c?1:(0,o.default)(c),p=null==s.firstWeekContainsDate?d:(0,o.default)(s.firstWeekContainsDate);if(!(p>=1&&p<=7))throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");var m=new Date(0);m.setUTCFullYear(l+1,0,p),m.setUTCHours(0,0,0,0);var h=(0,i.default)(m,t),f=new Date(0);f.setUTCFullYear(l,0,p),f.setUTCHours(0,0,0,0);var g=(0,i.default)(f,t);return n.getTime()>=h.getTime()?l+1:n.getTime()>=g.getTime()?l:l-1};var r=l(n(1171)),a=l(n(8734)),i=l(n(9209)),o=l(n(2084));function l(e){return e&&e.__esModule?e:{default:e}}e.exports=t.default},6736:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.isProtectedDayOfYearToken=function(e){return-1!==n.indexOf(e)},t.isProtectedWeekYearToken=function(e){return-1!==r.indexOf(e)},t.throwProtectedError=function(e,t,n){if("YYYY"===e)throw new RangeError("Use `yyyy` instead of `YYYY` (in `".concat(t,"`) for formatting years to the input `").concat(n,"`; see: https://git.io/fxCyr"));if("YY"===e)throw new RangeError("Use `yy` instead of `YY` (in `".concat(t,"`) for formatting years to the input `").concat(n,"`; see: https://git.io/fxCyr"));if("D"===e)throw new RangeError("Use `d` instead of `D` (in `".concat(t,"`) for formatting days of the month to the input `").concat(n,"`; see: https://git.io/fxCyr"));if("DD"===e)throw new RangeError("Use `dd` instead of `DD` (in `".concat(t,"`) for formatting days of the month to the input `").concat(n,"`; see: https://git.io/fxCyr"))};var n=["D","DD"],r=["YY","YYYY"]},8734:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){if(t.length<e)throw new TypeError(e+" argument"+(e>1?"s":"")+" required, but only "+t.length+" present")},e.exports=t.default},79:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){(0,a.default)(1,arguments);var t=1,n=(0,r.default)(e),i=n.getUTCDay(),o=(i<t?7:0)+i-t;return n.setUTCDate(n.getUTCDate()-o),n.setUTCHours(0,0,0,0),n};var r=i(n(1171)),a=i(n(8734));function i(e){return e&&e.__esModule?e:{default:e}}e.exports=t.default},4275:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){(0,i.default)(1,arguments);var t=(0,r.default)(e),n=new Date(0);n.setUTCFullYear(t,0,4),n.setUTCHours(0,0,0,0);var o=(0,a.default)(n);return o};var r=o(n(1370)),a=o(n(79)),i=o(n(8734));function o(e){return e&&e.__esModule?e:{default:e}}e.exports=t.default},9209:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){(0,a.default)(1,arguments);var n=t||{},o=n.locale,l=o&&o.options&&o.options.weekStartsOn,s=null==l?0:(0,i.default)(l),u=null==n.weekStartsOn?s:(0,i.default)(n.weekStartsOn);if(!(u>=0&&u<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");var c=(0,r.default)(e),d=c.getUTCDay(),p=(d<u?7:0)+d-u;return c.setUTCDate(c.getUTCDate()-p),c.setUTCHours(0,0,0,0),c};var r=o(n(1171)),a=o(n(8734)),i=o(n(2084));function o(e){return e&&e.__esModule?e:{default:e}}e.exports=t.default},4118:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){(0,a.default)(1,arguments);var n=t||{},l=n.locale,s=l&&l.options&&l.options.firstWeekContainsDate,u=null==s?1:(0,o.default)(s),c=null==n.firstWeekContainsDate?u:(0,o.default)(n.firstWeekContainsDate),d=(0,r.default)(e,t),p=new Date(0);p.setUTCFullYear(d,0,c),p.setUTCHours(0,0,0,0);var m=(0,i.default)(p,t);return m};var r=l(n(6226)),a=l(n(8734)),i=l(n(9209)),o=l(n(2084));function l(e){return e&&e.__esModule?e:{default:e}}e.exports=t.default},2084:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){if(null===e||!0===e||!1===e)return NaN;var t=Number(e);return isNaN(t)?t:t<0?Math.ceil(t):Math.floor(t)},e.exports=t.default},5065:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){(0,i.default)(2,arguments);var n=(0,a.default)(e).getTime(),o=(0,r.default)(t);return new Date(n+o)};var r=o(n(2084)),a=o(n(1171)),i=o(n(8734));function o(e){return e&&e.__esModule?e:{default:e}}e.exports=t.default},5616:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,n){(0,p.default)(2,arguments);var m=String(t),g=n||{},y=g.locale||a.default,w=y.options&&y.options.firstWeekContainsDate,k=null==w?1:(0,d.default)(w),x=null==g.firstWeekContainsDate?k:(0,d.default)(g.firstWeekContainsDate);if(!(x>=1&&x<=7))throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");var E=y.options&&y.options.weekStartsOn,_=null==E?0:(0,d.default)(E),S=null==g.weekStartsOn?_:(0,d.default)(g.weekStartsOn);if(!(S>=0&&S<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");if(!y.localize)throw new RangeError("locale must contain localize property");if(!y.formatLong)throw new RangeError("locale must contain formatLong property");var T=(0,o.default)(e);if(!(0,r.default)(T))throw new RangeError("Invalid time value");var A=(0,u.default)(T),C=(0,i.default)(T,A),M={firstWeekContainsDate:x,weekStartsOn:S,locale:y,_originalDate:T},N=m.match(f).map((function(e){var t=e[0];return"p"===t||"P"===t?(0,s.default[t])(e,y.formatLong,M):e})).join("").match(h).map((function(n){if("''"===n)return"'";var r=n[0];if("'"===r)return b(n);var a=l.default[r];if(a)return!g.useAdditionalWeekYearTokens&&(0,c.isProtectedWeekYearToken)(n)&&(0,c.throwProtectedError)(n,t,e),!g.useAdditionalDayOfYearTokens&&(0,c.isProtectedDayOfYearToken)(n)&&(0,c.throwProtectedError)(n,t,e),a(C,n,y.localize,M);if(r.match(v))throw new RangeError("Format string contains an unescaped latin alphabet character `"+r+"`");return n})).join("");return N};var r=m(n(9989)),a=m(n(2512)),i=m(n(3239)),o=m(n(1171)),l=m(n(7100)),s=m(n(5209)),u=m(n(3561)),c=n(6736),d=m(n(2084)),p=m(n(8734));function m(e){return e&&e.__esModule?e:{default:e}}var h=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,f=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,g=/^'([^]*?)'?$/,y=/''/g,v=/[a-zA-Z]/;function b(e){return e.match(g)[1].replace(y,"'")}e.exports=t.default},2382:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return(0,a.default)(1,arguments),e instanceof Date||"object"==typeof e&&"[object Date]"===Object.prototype.toString.call(e)};var r,a=(r=n(8734))&&r.__esModule?r:{default:r};e.exports=t.default},9989:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){if((0,i.default)(1,arguments),!(0,r.default)(e)&&"number"!=typeof e)return!1;var t=(0,a.default)(e);return!isNaN(Number(t))};var r=o(n(2382)),a=o(n(1171)),i=o(n(8734));function o(e){return e&&e.__esModule?e:{default:e}}e.exports=t.default},289:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=t.width?String(t.width):e.defaultWidth,r=e.formats[n]||e.formats[e.defaultWidth];return r}},e.exports=t.default},6245:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return function(t,n){var r,a=n||{};if("formatting"===(a.context?String(a.context):"standalone")&&e.formattingValues){var i=e.defaultFormattingWidth||e.defaultWidth,o=a.width?String(a.width):i;r=e.formattingValues[o]||e.formattingValues[i]}else{var l=e.defaultWidth,s=a.width?String(a.width):e.defaultWidth;r=e.values[s]||e.values[l]}return r[e.argumentCallback?e.argumentCallback(t):t]}},e.exports=t.default},3421:(e,t)=>{"use strict";function n(e,t){for(var n in e)if(e.hasOwnProperty(n)&&t(e[n]))return n}function r(e,t){for(var n=0;n<e.length;n++)if(t(e[n]))return n}Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return function(t){var a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},i=a.width,o=i&&e.matchPatterns[i]||e.matchPatterns[e.defaultMatchWidth],l=t.match(o);if(!l)return null;var s,u=l[0],c=i&&e.parsePatterns[i]||e.parsePatterns[e.defaultParseWidth],d=Array.isArray(c)?r(c,(function(e){return e.test(u)})):n(c,(function(e){return e.test(u)}));s=e.valueCallback?e.valueCallback(d):d,s=a.valueCallback?a.valueCallback(s):s;var p=t.slice(u.length);return{value:s,rest:p}}},e.exports=t.default},8926:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=t.match(e.matchPattern);if(!r)return null;var a=r[0],i=t.match(e.parsePattern);if(!i)return null;var o=e.valueCallback?e.valueCallback(i[0]):i[0];o=n.valueCallback?n.valueCallback(o):o;var l=t.slice(a.length);return{value:o,rest:l}}},e.exports=t.default},1924:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n={lessThanXSeconds:{one:"less than a second",other:"less than {{count}} seconds"},xSeconds:{one:"1 second",other:"{{count}} seconds"},halfAMinute:"half a minute",lessThanXMinutes:{one:"less than a minute",other:"less than {{count}} minutes"},xMinutes:{one:"1 minute",other:"{{count}} minutes"},aboutXHours:{one:"about 1 hour",other:"about {{count}} hours"},xHours:{one:"1 hour",other:"{{count}} hours"},xDays:{one:"1 day",other:"{{count}} days"},aboutXWeeks:{one:"about 1 week",other:"about {{count}} weeks"},xWeeks:{one:"1 week",other:"{{count}} weeks"},aboutXMonths:{one:"about 1 month",other:"about {{count}} months"},xMonths:{one:"1 month",other:"{{count}} months"},aboutXYears:{one:"about 1 year",other:"about {{count}} years"},xYears:{one:"1 year",other:"{{count}} years"},overXYears:{one:"over 1 year",other:"over {{count}} years"},almostXYears:{one:"almost 1 year",other:"almost {{count}} years"}};t.default=function(e,t,r){var a,i=n[e];return a="string"==typeof i?i:1===t?i.one:i.other.replace("{{count}}",t.toString()),null!=r&&r.addSuffix?r.comparison&&r.comparison>0?"in "+a:a+" ago":a},e.exports=t.default},5062:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r,a=(r=n(289))&&r.__esModule?r:{default:r},i={date:(0,a.default)({formats:{full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},defaultWidth:"full"}),time:(0,a.default)({formats:{full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},defaultWidth:"full"}),dateTime:(0,a.default)({formats:{full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},defaultWidth:"full"})};t.default=i,e.exports=t.default},5102:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"};t.default=function(e,t,r,a){return n[e]},e.exports=t.default},7839:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r,a=(r=n(6245))&&r.__esModule?r:{default:r},i={ordinalNumber:function(e,t){var n=Number(e),r=n%100;if(r>20||r<10)switch(r%10){case 1:return n+"st";case 2:return n+"nd";case 3:return n+"rd"}return n+"th"},era:(0,a.default)({values:{narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},defaultWidth:"wide"}),quarter:(0,a.default)({values:{narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:(0,a.default)({values:{narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],wide:["January","February","March","April","May","June","July","August","September","October","November","December"]},defaultWidth:"wide"}),day:(0,a.default)({values:{narrow:["S","M","T","W","T","F","S"],short:["Su","Mo","Tu","We","Th","Fr","Sa"],abbreviated:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],wide:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},defaultWidth:"wide"}),dayPeriod:(0,a.default)({values:{narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"}},defaultWidth:"wide",formattingValues:{narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"}},defaultFormattingWidth:"wide"})};t.default=i,e.exports=t.default},9796:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=a(n(3421));function a(e){return e&&e.__esModule?e:{default:e}}var i={ordinalNumber:(0,a(n(8926)).default)({matchPattern:/^(\d+)(th|st|nd|rd)?/i,parsePattern:/\d+/i,valueCallback:function(e){return parseInt(e,10)}}),era:(0,r.default)({matchPatterns:{narrow:/^(b|a)/i,abbreviated:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,wide:/^(before christ|before common era|anno domini|common era)/i},defaultMatchWidth:"wide",parsePatterns:{any:[/^b/i,/^(a|c)/i]},defaultParseWidth:"any"}),quarter:(0,r.default)({matchPatterns:{narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},defaultMatchWidth:"wide",parsePatterns:{any:[/1/i,/2/i,/3/i,/4/i]},defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:(0,r.default)({matchPatterns:{narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,wide:/^(january|february|march|april|may|june|july|august|september|october|november|december)/i},defaultMatchWidth:"wide",parsePatterns:{narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},defaultParseWidth:"any"}),day:(0,r.default)({matchPatterns:{narrow:/^[smtwf]/i,short:/^(su|mo|tu|we|th|fr|sa)/i,abbreviated:/^(sun|mon|tue|wed|thu|fri|sat)/i,wide:/^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i},defaultMatchWidth:"wide",parsePatterns:{narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},defaultParseWidth:"any"}),dayPeriod:(0,r.default)({matchPatterns:{narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},defaultMatchWidth:"any",parsePatterns:{any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}},defaultParseWidth:"any"})};t.default=i,e.exports=t.default},2512:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=s(n(1924)),a=s(n(5062)),i=s(n(5102)),o=s(n(7839)),l=s(n(9796));function s(e){return e&&e.__esModule?e:{default:e}}var u={code:"en-US",formatDistance:r.default,formatLong:a.default,formatRelative:i.default,localize:o.default,match:l.default,options:{weekStartsOn:0,firstWeekContainsDate:1}};t.default=u,e.exports=t.default},3239:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){(0,i.default)(2,arguments);var n=(0,r.default)(t);return(0,a.default)(e,-n)};var r=o(n(2084)),a=o(n(5065)),i=o(n(8734));function o(e){return e&&e.__esModule?e:{default:e}}e.exports=t.default},1171:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){(0,a.default)(1,arguments);var t=Object.prototype.toString.call(e);return e instanceof Date||"object"==typeof e&&"[object Date]"===t?new Date(e.getTime()):"number"==typeof e||"[object Number]"===t?new Date(e):("string"!=typeof e&&"[object String]"!==t||"undefined"==typeof console||(console.warn("Starting with v2.0.0-beta.1 date-fns doesn't accept strings as date arguments. Please use `parseISO` to parse strings. See: https://git.io/fjule"),console.warn((new Error).stack)),new Date(NaN))};var r,a=(r=n(8734))&&r.__esModule?r:{default:r};e.exports=t.default},1225:e=>{e.exports.en=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],e.exports.en.abbr=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],e.exports.en.short=["Su","Mo","Tu","We","Th","Fr","Sa"],e.exports.fr=["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],e.exports.fr.abbr=["dim","lun","mar","mer","jeu","ven","sam"],e.exports.fr.short=["di","lu","ma","me","je","ve","sa"],e.exports.es=["domingo","lunes","martes","miercoles","jueves","viernes","sabado"],e.exports.es.abbr=["dom","lun","mar","mir","jue","vie","sab"],e.exports.es.short=["do","lu","ma","mi","ju","vi","sa"],e.exports.it=["Domenica","Lunedi","Martedi","Mercoledi","Giovedi","Venerdi","Sabato"],e.exports.it.abbr=["Dom","Lun","Mar","Mer","Gio","Ven","Sab"],e.exports.it.short=["D","L","Ma","Me","G","V","S"],e.exports=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],e.exports.abbr=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],e.exports.short=["Su","Mo","Tu","We","Th","Fr","Sa"]},1478:(e,t,n)=>{"use strict";var r=n(6604),a=n(2698);function i(e,t){return"string"==typeof e?"<"===e.charAt(0)?(e=document.createElement(e.slice(1,-1)),r(t||{},(function(t,n){switch(n){case"text":return void(e.textContent=t);case"html":return void(e.innerHTML=t)}e.setAttribute(n,t)})),e):(t=t||document).querySelector(e):e}i.$$=function(e,t){return"string"==typeof e?(t=t||document,a(t.querySelectorAll(e))):[e]},e.exports=i},4734:e=>{"use strict";e.exports=function(e,t,n){n=n||"0";var r=(t=t||2)-(e=e.toString()).length;return(r<=0?"":n.repeat(r))+e}},8280:(e,t,n)=>{"use strict";var r=n(3509),a=n(1225),i=n(4734),o=n(7004).Parser,l={YYYY:function(e,t){return t?e.getUTCFullYear():e.getFullYear()},YY:function(e,t){return l.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 i(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[l.d(e,t)]},ddd:function(e,t){return a.abbr[l.d(e,t)]},dd:function(e,t){return a.short[l.d(e,t)]},d:function(e,t){return t?e.getUTCDay():e.getDay()},DD:function(e,t){return i(l.D(e,t))},D:function(e,t){return t?e.getUTCDate():e.getDate()},A:function(e,t){return l.a(e,t).toUpperCase()},a:function(e,t){return l.H(e,t)>=12?"pm":"am"},hh:function(e,t){return i(l.h(e,t))},h:function(e,t){return l.H(e,t)%12||12},HH:function(e,t){return i(l.H(e,t))},H:function(e,t){return t?e.getUTCHours():e.getHours()},mm:function(e,t){return i(l.m(e,t))},m:function(e,t){return t?e.getUTCMinutes():e.getMinutes()},ss:function(e,t){return i(l.s(e,t))},s:function(e,t){return t?e.getUTCSeconds():e.getSeconds()},S:function(e,t){return Math.round(l.s(e,t)/60*10)},SS:function(e,t){return i(l.s(e,t)/60*100)},SSS:function(e,t){return i(l.s(e,t)/60*1e3,3)},Z:function(e){var t=-e.getTimezoneOffset();return(t>=0?"+":"-")+i(parseInt(t/60))+":"+i(t%60)},ZZ:function(e){var t=-e.getTimezoneOffset();return(t>=0?"+":"-")+i(parseInt(t/60))+i(t%60)}},s=new o(l);e.exports=function(e,t){return s.run(t,[e,e._useUTC])}},2997:e=>{"use strict";e.exports=["#eee","#d6e685","#8cc665","#44a340","#1e6823"]},4783:(e,t,n)=>{"use strict";var r=n(2997);e.exports=function(e){var t={last_year:0,longest_streak:-1,longest_streak_range:[],current_streak:0,current_streak_range:[],longest_break:-1,longest_break_range:[],current_break:0,current_break_range:[],weeks:[],days:[],last_contributed:null},n=[],a=function(){t.current_streak>t.longest_streak&&(t.longest_streak=t.current_streak,t.longest_streak_range[0]=t.current_streak_range[0],t.longest_streak_range[1]=t.current_streak_range[1])};return e.split("\n").slice(2).map((function(e){return e.trim()})).forEach((function(e){if(e.startsWith("<g transform"))return n.length&&t.weeks.push(n)&&(n=[]);var i=e.match(/data-level="([0-9\-]+)"/i),o=e.match(/data-date="([0-9\-]+)"/),l=e.match(/data-count="([0-9]+)"/);if(i=i&&i[1],o=o&&o[1],l=l&&+l[1],i){var s={fill:r[i],date:new Date(o),count:l,level:i};0===t.current_streak&&(t.current_streak_range[0]=s.date),0===t.current_break&&(t.current_break_range[0]=s.date),s.count?(++t.current_streak,t.last_year+=s.count,t.last_contributed=s.date,t.current_streak_range[1]=s.date,t.current_break>t.longest_break&&(t.longest_break=t.current_break,t.longest_break_range[0]=t.current_break_range[0],t.longest_break_range[1]=t.current_break_range[1]),t.current_break=0):(a(),t.current_streak=0,++t.current_break,t.current_break_range[1]=s.date),n.push(s),t.days.push(s)}})),a(),t}},771:(e,t,n)=>{"use strict";var r=n(4783),a=n(1478),i=n(1001),o=n(8280),l="MMM D, YYYY",s="MMMM D",u=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function c(e){return e+" "+(1===e?"day":"days")}e.exports=function(e,t,n){e=a(e),(n=n||{}).summary_text=n.summary_text||'Summary of pull requests, issues opened, and commits made by <a href="https://github.com/'+t+'" target="blank">@'+t+"</a>",n.cache=1e3*(n.cache||86400),!1===n.global_stats&&(e.style.minHeight="175px");var d={content:"gh_calendar_content."+t,expire_at:"gh_calendar_expire."+t};return n.proxy=n.proxy||function(e){return fetch("https://api.bloggify.net/gh-calendar/?username="+e).then((function(e){return e.text()}))},n.getCalendar=n.getCalendar||function(e){if(n.cache&&Date.now()<+localStorage.getItem(d.expire_at)){var t=localStorage.getItem(d.content);if(t)return Promise.resolve(t)}return n.proxy(e).then((function(e){return n.cache&&(localStorage.setItem(d.content,e),localStorage.setItem(d.expire_at,Date.now()+n.cache)),e}))},function d(){return n.getCalendar(t).then((function(t){var p=document.createElement("div");p.innerHTML=t;var m=p.querySelector(".js-yearly-contributions");if(a(".position-relative h2",m).remove(),m.querySelector("include-fragment"))setTimeout(d,500);else{if(!0===n.responsive){var h=m.querySelector("svg.js-calendar-graph-svg"),f=h.getAttribute("width"),g=h.getAttribute("height");h.removeAttribute("height"),h.setAttribute("width","100%"),h.setAttribute("viewBox","0 0 "+f+" "+g)}if(!1!==n.global_stats){var y=r(a("svg",m).outerHTML),v=y.current_streak?o(y.current_streak_range[0],s)+" &ndash; "+o(y.current_streak_range[1],s):y.last_contributed?"Last contributed in "+o(y.last_contributed,s)+".":"Rock - Hard Place",b=y.longest_streak?o(y.longest_streak_range[0],s)+" &ndash; "+o(y.longest_streak_range[1],s):y.last_contributed?"Last contributed in "+o(y.last_contributed,s)+".":"Rock - Hard Place",w=a("<div>",{class:"contrib-column contrib-column-first table-column",html:'<span class="text-muted">Contributions in the last year</span>\n <span class="contrib-number">'+y.last_year+' total</span>\n <span class="text-muted">'+o(i.add(i.subtract(new Date,1,"year"),1,"day"),l)+" &ndash; "+o(new Date,l)+"</span>"}),k=a("<div>",{class:"contrib-column table-column",html:'<span class="text-muted">Longest streak</span>\n <span class="contrib-number">'+c(y.longest_streak)+'</span>\n <span class="text-muted">'+b+"</span>"}),x=a("<div>",{class:"contrib-column table-column",html:'<span class="text-muted">Current streak</span>\n <span class="contrib-number">'+c(y.current_streak)+'</span>\n <span class="text-muted">'+v+"</span>"});m.appendChild(w),m.appendChild(k),m.appendChild(x)}e.innerHTML=m.innerHTML,!0===n.tooltips&&function(e){var t=document.createElement("div");t.classList.add("day-tooltip"),e.appendChild(t),e.querySelectorAll(".js-calendar-graph-svg rect.ContributionCalendar-day").forEach((function(e){e.addEventListener("mouseenter",(function(e){var n=e.target.getAttribute("data-count");"0"===n?n="No contributions":"1"===n?n="1 contribution":n+=" contributions";var r=new Date(e.target.getAttribute("data-date")),a=u[r.getUTCMonth()]+" "+r.getUTCDate()+", "+r.getUTCFullYear();t.innerHTML="<strong>"+n+"</strong> on "+a,t.classList.add("is-visible");var i=e.target.getBoundingClientRect(),o=i.left+window.pageXOffset-t.offsetWidth/2+i.width/2,l=i.bottom+window.pageYOffset-t.offsetHeight-2*i.height;t.style.top=l+"px",t.style.left=o+"px"})),e.addEventListener("mouseleave",(function(){t.classList.remove("is-visible")}))}))}(e)}})).catch((function(e){return console.error(e)}))}()}},8679:(e,t,n)=>{"use strict";var r=n(1296),a={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},i={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},o={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},l={};function s(e){return r.isMemo(e)?o:l[e.$$typeof]||a}l[r.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},l[r.Memo]=o;var u=Object.defineProperty,c=Object.getOwnPropertyNames,d=Object.getOwnPropertySymbols,p=Object.getOwnPropertyDescriptor,m=Object.getPrototypeOf,h=Object.prototype;e.exports=function e(t,n,r){if("string"!=typeof n){if(h){var a=m(n);a&&a!==h&&e(t,a,r)}var o=c(n);d&&(o=o.concat(d(n)));for(var l=s(t),f=s(n),g=0;g<o.length;++g){var y=o[g];if(!(i[y]||r&&r[y]||f&&f[y]||l&&l[y])){var v=p(n,y);try{u(t,y,v)}catch(e){}}}}return t}},6103:(e,t)=>{"use strict";var n="function"==typeof Symbol&&Symbol.for,r=n?Symbol.for("react.element"):60103,a=n?Symbol.for("react.portal"):60106,i=n?Symbol.for("react.fragment"):60107,o=n?Symbol.for("react.strict_mode"):60108,l=n?Symbol.for("react.profiler"):60114,s=n?Symbol.for("react.provider"):60109,u=n?Symbol.for("react.context"):60110,c=n?Symbol.for("react.async_mode"):60111,d=n?Symbol.for("react.concurrent_mode"):60111,p=n?Symbol.for("react.forward_ref"):60112,m=n?Symbol.for("react.suspense"):60113,h=n?Symbol.for("react.suspense_list"):60120,f=n?Symbol.for("react.memo"):60115,g=n?Symbol.for("react.lazy"):60116,y=n?Symbol.for("react.block"):60121,v=n?Symbol.for("react.fundamental"):60117,b=n?Symbol.for("react.responder"):60118,w=n?Symbol.for("react.scope"):60119;function k(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case r:switch(e=e.type){case c:case d:case i:case l:case o:case m:return e;default:switch(e=e&&e.$$typeof){case u:case p:case g:case f:case s:return e;default:return t}}case a:return t}}}function x(e){return k(e)===d}t.AsyncMode=c,t.ConcurrentMode=d,t.ContextConsumer=u,t.ContextProvider=s,t.Element=r,t.ForwardRef=p,t.Fragment=i,t.Lazy=g,t.Memo=f,t.Portal=a,t.Profiler=l,t.StrictMode=o,t.Suspense=m,t.isAsyncMode=function(e){return x(e)||k(e)===c},t.isConcurrentMode=x,t.isContextConsumer=function(e){return k(e)===u},t.isContextProvider=function(e){return k(e)===s},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===r},t.isForwardRef=function(e){return k(e)===p},t.isFragment=function(e){return k(e)===i},t.isLazy=function(e){return k(e)===g},t.isMemo=function(e){return k(e)===f},t.isPortal=function(e){return k(e)===a},t.isProfiler=function(e){return k(e)===l},t.isStrictMode=function(e){return k(e)===o},t.isSuspense=function(e){return k(e)===m},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===i||e===d||e===l||e===o||e===m||e===h||"object"==typeof e&&null!==e&&(e.$$typeof===g||e.$$typeof===f||e.$$typeof===s||e.$$typeof===u||e.$$typeof===p||e.$$typeof===v||e.$$typeof===b||e.$$typeof===w||e.$$typeof===y)},t.typeOf=k},1296:(e,t,n)=>{"use strict";e.exports=n(6103)},1144:e=>{"use strict";var t=function(){var e,t,n=window.navigator||window.clientInformation||{},r=[].concat(n.languages,n.language,n.userLanguage,n.browserLanguage,n.systemLanguage),a=[];for(t=0;t<r.length;t++)(e=r[t])&&(e=e.replace(/-.*/,"").toLowerCase())&&-1===a.indexOf(e)&&a.push(e);return a};e.exports={first:function(){var e=t();return e.length?e[0]:null},list:t,pick:function(e,n){var r,a=t(),i=null;for(n=n||null,r=0;r<a.length&&null===i;r++)-1!==e.indexOf(a[r])&&(i=a[r]);return null===i&&(i=n),i}}},6604:e=>{"use strict";var t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e};e.exports=function(e,n){var r=0,a=[];if(Array.isArray(e))for(;r<e.length&&!1!==n(e[r],r,e);++r);else if("object"===(void 0===e?"undefined":t(e))&&null!==e)for(a=Object.keys(e);r<a.length&&!1!==n(e[a[r]],a[r],e);++r);}},3509:e=>{e.exports=["January","February","March","April","May","June","July","August","September","October","November","December"],e.exports.abbr=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],e.exports.it=["Gennaio","Febbraio","Marzo","Aprile","Maggio","Giugno","Luglio","Agosto","Settembre","Ottobre","Novembre","Dicembre"],e.exports.abbr.it=["Gen","Feb","Mar","Apr","Mag","Giu","Lug","Ago","Set","Ott","Nov","Dic"],e.exports.de=["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"],e.exports.abbr.de=["Jan","Feb","Mär","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"]},7004:(e,t,n)=>{"use strict";var r=function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),a=n(1701),i=function(){function e(t){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.obj=t||{},this.re=new RegExp("^("+Object.keys(t).map(a).join("|")+")")}return r(e,[{key:"run",value:function(e,t){var n="";t=t||[];do{var r=e.match(this.re),a=r&&r[1],i=a||e.charAt(0);if(a){var o=this.obj[a];"function"==typeof o&&(o=o.apply(this,t)),n+=o}else n+=i;e=e.substring(i.length)}while(e);return n}}]),e}();function o(e,t,n){return new i(t).run(e,n)}o.Parser=i,e.exports=o},4448:(e,t,n)=>{"use strict";var r=n(7294),a=n(3840);function i(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n<arguments.length;n++)t+="&args[]="+encodeURIComponent(arguments[n]);return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var o=new Set,l={};function s(e,t){u(e,t),u(e+"Capture",t)}function u(e,t){for(l[e]=t,e=0;e<t.length;e++)o.add(t[e])}var c=!("undefined"==typeof window||void 0===window.document||void 0===window.document.createElement),d=Object.prototype.hasOwnProperty,p=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,m={},h={};function f(e,t,n,r,a,i,o){this.acceptsBooleans=2===t||3===t||4===t,this.attributeName=r,this.attributeNamespace=a,this.mustUseProperty=n,this.propertyName=e,this.type=t,this.sanitizeURL=i,this.removeEmptyString=o}var g={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach((function(e){g[e]=new f(e,0,!1,e,null,!1,!1)})),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach((function(e){var t=e[0];g[t]=new f(t,1,!1,e[1],null,!1,!1)})),["contentEditable","draggable","spellCheck","value"].forEach((function(e){g[e]=new f(e,2,!1,e.toLowerCase(),null,!1,!1)})),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach((function(e){g[e]=new f(e,2,!1,e,null,!1,!1)})),"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach((function(e){g[e]=new f(e,3,!1,e.toLowerCase(),null,!1,!1)})),["checked","multiple","muted","selected"].forEach((function(e){g[e]=new f(e,3,!0,e,null,!1,!1)})),["capture","download"].forEach((function(e){g[e]=new f(e,4,!1,e,null,!1,!1)})),["cols","rows","size","span"].forEach((function(e){g[e]=new f(e,6,!1,e,null,!1,!1)})),["rowSpan","start"].forEach((function(e){g[e]=new f(e,5,!1,e.toLowerCase(),null,!1,!1)}));var y=/[\-:]([a-z])/g;function v(e){return e[1].toUpperCase()}function b(e,t,n,r){var a=g.hasOwnProperty(t)?g[t]:null;(null!==a?0!==a.type:r||!(2<t.length)||"o"!==t[0]&&"O"!==t[0]||"n"!==t[1]&&"N"!==t[1])&&(function(e,t,n,r){if(null==t||function(e,t,n,r){if(null!==n&&0===n.type)return!1;switch(typeof t){case"function":case"symbol":return!0;case"boolean":return!r&&(null!==n?!n.acceptsBooleans:"data-"!==(e=e.toLowerCase().slice(0,5))&&"aria-"!==e);default:return!1}}(e,t,n,r))return!0;if(r)return!1;if(null!==n)switch(n.type){case 3:return!t;case 4:return!1===t;case 5:return isNaN(t);case 6:return isNaN(t)||1>t}return!1}(t,n,a,r)&&(n=null),r||null===a?function(e){return!!d.call(h,e)||!d.call(m,e)&&(p.test(e)?h[e]=!0:(m[e]=!0,!1))}(t)&&(null===n?e.removeAttribute(t):e.setAttribute(t,""+n)):a.mustUseProperty?e[a.propertyName]=null===n?3!==a.type&&"":n:(t=a.attributeName,r=a.attributeNamespace,null===n?e.removeAttribute(t):(n=3===(a=a.type)||4===a&&!0===n?"":""+n,r?e.setAttributeNS(r,t,n):e.setAttribute(t,n))))}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach((function(e){var t=e.replace(y,v);g[t]=new f(t,1,!1,e,null,!1,!1)})),"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach((function(e){var t=e.replace(y,v);g[t]=new f(t,1,!1,e,"http://www.w3.org/1999/xlink",!1,!1)})),["xml:base","xml:lang","xml:space"].forEach((function(e){var t=e.replace(y,v);g[t]=new f(t,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1,!1)})),["tabIndex","crossOrigin"].forEach((function(e){g[e]=new f(e,1,!1,e.toLowerCase(),null,!1,!1)})),g.xlinkHref=new f("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach((function(e){g[e]=new f(e,1,!1,e.toLowerCase(),null,!0,!0)}));var w=r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,k=Symbol.for("react.element"),x=Symbol.for("react.portal"),E=Symbol.for("react.fragment"),_=Symbol.for("react.strict_mode"),S=Symbol.for("react.profiler"),T=Symbol.for("react.provider"),A=Symbol.for("react.context"),C=Symbol.for("react.forward_ref"),M=Symbol.for("react.suspense"),N=Symbol.for("react.suspense_list"),O=Symbol.for("react.memo"),P=Symbol.for("react.lazy");Symbol.for("react.scope"),Symbol.for("react.debug_trace_mode");var D=Symbol.for("react.offscreen");Symbol.for("react.legacy_hidden"),Symbol.for("react.cache"),Symbol.for("react.tracing_marker");var L=Symbol.iterator;function H(e){return null===e||"object"!=typeof e?null:"function"==typeof(e=L&&e[L]||e["@@iterator"])?e:null}var j,R=Object.assign;function z(e){if(void 0===j)try{throw Error()}catch(e){var t=e.stack.trim().match(/\n( *(at )?)/);j=t&&t[1]||""}return"\n"+j+e}var U=!1;function I(e,t){if(!e||U)return"";U=!0;var n=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{if(t)if(t=function(){throw Error()},Object.defineProperty(t.prototype,"props",{set:function(){throw Error()}}),"object"==typeof Reflect&&Reflect.construct){try{Reflect.construct(t,[])}catch(e){var r=e}Reflect.construct(e,[],t)}else{try{t.call()}catch(e){r=e}e.call(t.prototype)}else{try{throw Error()}catch(e){r=e}e()}}catch(t){if(t&&r&&"string"==typeof t.stack){for(var a=t.stack.split("\n"),i=r.stack.split("\n"),o=a.length-1,l=i.length-1;1<=o&&0<=l&&a[o]!==i[l];)l--;for(;1<=o&&0<=l;o--,l--)if(a[o]!==i[l]){if(1!==o||1!==l)do{if(o--,0>--l||a[o]!==i[l]){var s="\n"+a[o].replace(" at new "," at ");return e.displayName&&s.includes("<anonymous>")&&(s=s.replace("<anonymous>",e.displayName)),s}}while(1<=o&&0<=l);break}}}finally{U=!1,Error.prepareStackTrace=n}return(e=e?e.displayName||e.name:"")?z(e):""}function F(e){switch(e.tag){case 5:return z(e.type);case 16:return z("Lazy");case 13:return z("Suspense");case 19:return z("SuspenseList");case 0:case 2:case 15:return I(e.type,!1);case 11:return I(e.type.render,!1);case 1:return I(e.type,!0);default:return""}}function B(e){if(null==e)return null;if("function"==typeof e)return e.displayName||e.name||null;if("string"==typeof e)return e;switch(e){case E:return"Fragment";case x:return"Portal";case S:return"Profiler";case _:return"StrictMode";case M:return"Suspense";case N:return"SuspenseList"}if("object"==typeof e)switch(e.$$typeof){case A:return(e.displayName||"Context")+".Consumer";case T:return(e._context.displayName||"Context")+".Provider";case C:var t=e.render;return(e=e.displayName)||(e=""!==(e=t.displayName||t.name||"")?"ForwardRef("+e+")":"ForwardRef"),e;case O:return null!==(t=e.displayName||null)?t:B(e.type)||"Memo";case P:t=e._payload,e=e._init;try{return B(e(t))}catch(e){}}return null}function G(e){var t=e.type;switch(e.tag){case 24:return"Cache";case 9:return(t.displayName||"Context")+".Consumer";case 10:return(t._context.displayName||"Context")+".Provider";case 18:return"DehydratedFragment";case 11:return e=(e=t.render).displayName||e.name||"",t.displayName||(""!==e?"ForwardRef("+e+")":"ForwardRef");case 7:return"Fragment";case 5:return t;case 4:return"Portal";case 3:return"Root";case 6:return"Text";case 16:return B(t);case 8:return t===_?"StrictMode":"Mode";case 22:return"Offscreen";case 12:return"Profiler";case 21:return"Scope";case 13:return"Suspense";case 19:return"SuspenseList";case 25:return"TracingMarker";case 1:case 0:case 17:case 2:case 14:case 15:if("function"==typeof t)return t.displayName||t.name||null;if("string"==typeof t)return t}return null}function W(e){switch(typeof e){case"boolean":case"number":case"string":case"undefined":case"object":return e;default:return""}}function q(e){var t=e.type;return(e=e.nodeName)&&"input"===e.toLowerCase()&&("checkbox"===t||"radio"===t)}function V(e){e._valueTracker||(e._valueTracker=function(e){var t=q(e)?"checked":"value",n=Object.getOwnPropertyDescriptor(e.constructor.prototype,t),r=""+e[t];if(!e.hasOwnProperty(t)&&void 0!==n&&"function"==typeof n.get&&"function"==typeof n.set){var a=n.get,i=n.set;return Object.defineProperty(e,t,{configurable:!0,get:function(){return a.call(this)},set:function(e){r=""+e,i.call(this,e)}}),Object.defineProperty(e,t,{enumerable:n.enumerable}),{getValue:function(){return r},setValue:function(e){r=""+e},stopTracking:function(){e._valueTracker=null,delete e[t]}}}}(e))}function Y(e){if(!e)return!1;var t=e._valueTracker;if(!t)return!0;var n=t.getValue(),r="";return e&&(r=q(e)?e.checked?"true":"false":e.value),(e=r)!==n&&(t.setValue(e),!0)}function $(e){if(void 0===(e=e||("undefined"!=typeof document?document:void 0)))return null;try{return e.activeElement||e.body}catch(t){return e.body}}function J(e,t){var n=t.checked;return R({},t,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:null!=n?n:e._wrapperState.initialChecked})}function K(e,t){var n=null==t.defaultValue?"":t.defaultValue,r=null!=t.checked?t.checked:t.defaultChecked;n=W(null!=t.value?t.value:n),e._wrapperState={initialChecked:r,initialValue:n,controlled:"checkbox"===t.type||"radio"===t.type?null!=t.checked:null!=t.value}}function Q(e,t){null!=(t=t.checked)&&b(e,"checked",t,!1)}function X(e,t){Q(e,t);var n=W(t.value),r=t.type;if(null!=n)"number"===r?(0===n&&""===e.value||e.value!=n)&&(e.value=""+n):e.value!==""+n&&(e.value=""+n);else if("submit"===r||"reset"===r)return void e.removeAttribute("value");t.hasOwnProperty("value")?ee(e,t.type,n):t.hasOwnProperty("defaultValue")&&ee(e,t.type,W(t.defaultValue)),null==t.checked&&null!=t.defaultChecked&&(e.defaultChecked=!!t.defaultChecked)}function Z(e,t,n){if(t.hasOwnProperty("value")||t.hasOwnProperty("defaultValue")){var r=t.type;if(!("submit"!==r&&"reset"!==r||void 0!==t.value&&null!==t.value))return;t=""+e._wrapperState.initialValue,n||t===e.value||(e.value=t),e.defaultValue=t}""!==(n=e.name)&&(e.name=""),e.defaultChecked=!!e._wrapperState.initialChecked,""!==n&&(e.name=n)}function ee(e,t,n){"number"===t&&$(e.ownerDocument)===e||(null==n?e.defaultValue=""+e._wrapperState.initialValue:e.defaultValue!==""+n&&(e.defaultValue=""+n))}var te=Array.isArray;function ne(e,t,n,r){if(e=e.options,t){t={};for(var a=0;a<n.length;a++)t["$"+n[a]]=!0;for(n=0;n<e.length;n++)a=t.hasOwnProperty("$"+e[n].value),e[n].selected!==a&&(e[n].selected=a),a&&r&&(e[n].defaultSelected=!0)}else{for(n=""+W(n),t=null,a=0;a<e.length;a++){if(e[a].value===n)return e[a].selected=!0,void(r&&(e[a].defaultSelected=!0));null!==t||e[a].disabled||(t=e[a])}null!==t&&(t.selected=!0)}}function re(e,t){if(null!=t.dangerouslySetInnerHTML)throw Error(i(91));return R({},t,{value:void 0,defaultValue:void 0,children:""+e._wrapperState.initialValue})}function ae(e,t){var n=t.value;if(null==n){if(n=t.children,t=t.defaultValue,null!=n){if(null!=t)throw Error(i(92));if(te(n)){if(1<n.length)throw Error(i(93));n=n[0]}t=n}null==t&&(t=""),n=t}e._wrapperState={initialValue:W(n)}}function ie(e,t){var n=W(t.value),r=W(t.defaultValue);null!=n&&((n=""+n)!==e.value&&(e.value=n),null==t.defaultValue&&e.defaultValue!==n&&(e.defaultValue=n)),null!=r&&(e.defaultValue=""+r)}function oe(e){var t=e.textContent;t===e._wrapperState.initialValue&&""!==t&&null!==t&&(e.value=t)}function le(e){switch(e){case"svg":return"http://www.w3.org/2000/svg";case"math":return"http://www.w3.org/1998/Math/MathML";default:return"http://www.w3.org/1999/xhtml"}}function se(e,t){return null==e||"http://www.w3.org/1999/xhtml"===e?le(t):"http://www.w3.org/2000/svg"===e&&"foreignObject"===t?"http://www.w3.org/1999/xhtml":e}var ue,ce,de=(ce=function(e,t){if("http://www.w3.org/2000/svg"!==e.namespaceURI||"innerHTML"in e)e.innerHTML=t;else{for((ue=ue||document.createElement("div")).innerHTML="<svg>"+t.valueOf().toString()+"</svg>",t=ue.firstChild;e.firstChild;)e.removeChild(e.firstChild);for(;t.firstChild;)e.appendChild(t.firstChild)}},"undefined"!=typeof MSApp&&MSApp.execUnsafeLocalFunction?function(e,t,n,r){MSApp.execUnsafeLocalFunction((function(){return ce(e,t)}))}:ce);function pe(e,t){if(t){var n=e.firstChild;if(n&&n===e.lastChild&&3===n.nodeType)return void(n.nodeValue=t)}e.textContent=t}var me={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},he=["Webkit","ms","Moz","O"];function fe(e,t,n){return null==t||"boolean"==typeof t||""===t?"":n||"number"!=typeof t||0===t||me.hasOwnProperty(e)&&me[e]?(""+t).trim():t+"px"}function ge(e,t){for(var n in e=e.style,t)if(t.hasOwnProperty(n)){var r=0===n.indexOf("--"),a=fe(n,t[n],r);"float"===n&&(n="cssFloat"),r?e.setProperty(n,a):e[n]=a}}Object.keys(me).forEach((function(e){he.forEach((function(t){t=t+e.charAt(0).toUpperCase()+e.substring(1),me[t]=me[e]}))}));var ye=R({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});function ve(e,t){if(t){if(ye[e]&&(null!=t.children||null!=t.dangerouslySetInnerHTML))throw Error(i(137,e));if(null!=t.dangerouslySetInnerHTML){if(null!=t.children)throw Error(i(60));if("object"!=typeof t.dangerouslySetInnerHTML||!("__html"in t.dangerouslySetInnerHTML))throw Error(i(61))}if(null!=t.style&&"object"!=typeof t.style)throw Error(i(62))}}function be(e,t){if(-1===e.indexOf("-"))return"string"==typeof t.is;switch(e){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var we=null;function ke(e){return(e=e.target||e.srcElement||window).correspondingUseElement&&(e=e.correspondingUseElement),3===e.nodeType?e.parentNode:e}var xe=null,Ee=null,_e=null;function Se(e){if(e=ga(e)){if("function"!=typeof xe)throw Error(i(280));var t=e.stateNode;t&&(t=va(t),xe(e.stateNode,e.type,t))}}function Te(e){Ee?_e?_e.push(e):_e=[e]:Ee=e}function Ae(){if(Ee){var e=Ee,t=_e;if(_e=Ee=null,Se(e),t)for(e=0;e<t.length;e++)Se(t[e])}}function Ce(e,t){return e(t)}function Me(){}var Ne=!1;function Oe(e,t,n){if(Ne)return e(t,n);Ne=!0;try{return Ce(e,t,n)}finally{Ne=!1,(null!==Ee||null!==_e)&&(Me(),Ae())}}function Pe(e,t){var n=e.stateNode;if(null===n)return null;var r=va(n);if(null===r)return null;n=r[t];e:switch(t){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(r=!r.disabled)||(r=!("button"===(e=e.type)||"input"===e||"select"===e||"textarea"===e)),e=!r;break e;default:e=!1}if(e)return null;if(n&&"function"!=typeof n)throw Error(i(231,t,typeof n));return n}var De=!1;if(c)try{var Le={};Object.defineProperty(Le,"passive",{get:function(){De=!0}}),window.addEventListener("test",Le,Le),window.removeEventListener("test",Le,Le)}catch(ce){De=!1}function He(e,t,n,r,a,i,o,l,s){var u=Array.prototype.slice.call(arguments,3);try{t.apply(n,u)}catch(e){this.onError(e)}}var je=!1,Re=null,ze=!1,Ue=null,Ie={onError:function(e){je=!0,Re=e}};function Fe(e,t,n,r,a,i,o,l,s){je=!1,Re=null,He.apply(Ie,arguments)}function Be(e){var t=e,n=e;if(e.alternate)for(;t.return;)t=t.return;else{e=t;do{0!=(4098&(t=e).flags)&&(n=t.return),e=t.return}while(e)}return 3===t.tag?n:null}function Ge(e){if(13===e.tag){var t=e.memoizedState;if(null===t&&null!==(e=e.alternate)&&(t=e.memoizedState),null!==t)return t.dehydrated}return null}function We(e){if(Be(e)!==e)throw Error(i(188))}function qe(e){return null!==(e=function(e){var t=e.alternate;if(!t){if(null===(t=Be(e)))throw Error(i(188));return t!==e?null:e}for(var n=e,r=t;;){var a=n.return;if(null===a)break;var o=a.alternate;if(null===o){if(null!==(r=a.return)){n=r;continue}break}if(a.child===o.child){for(o=a.child;o;){if(o===n)return We(a),e;if(o===r)return We(a),t;o=o.sibling}throw Error(i(188))}if(n.return!==r.return)n=a,r=o;else{for(var l=!1,s=a.child;s;){if(s===n){l=!0,n=a,r=o;break}if(s===r){l=!0,r=a,n=o;break}s=s.sibling}if(!l){for(s=o.child;s;){if(s===n){l=!0,n=o,r=a;break}if(s===r){l=!0,r=o,n=a;break}s=s.sibling}if(!l)throw Error(i(189))}}if(n.alternate!==r)throw Error(i(190))}if(3!==n.tag)throw Error(i(188));return n.stateNode.current===n?e:t}(e))?Ve(e):null}function Ve(e){if(5===e.tag||6===e.tag)return e;for(e=e.child;null!==e;){var t=Ve(e);if(null!==t)return t;e=e.sibling}return null}var Ye=a.unstable_scheduleCallback,$e=a.unstable_cancelCallback,Je=a.unstable_shouldYield,Ke=a.unstable_requestPaint,Qe=a.unstable_now,Xe=a.unstable_getCurrentPriorityLevel,Ze=a.unstable_ImmediatePriority,et=a.unstable_UserBlockingPriority,tt=a.unstable_NormalPriority,nt=a.unstable_LowPriority,rt=a.unstable_IdlePriority,at=null,it=null,ot=Math.clz32?Math.clz32:function(e){return 0==(e>>>=0)?32:31-(lt(e)/st|0)|0},lt=Math.log,st=Math.LN2,ut=64,ct=4194304;function dt(e){switch(e&-e){case 1:return 1;case 2:return 2;case 4:return 4;case 8:return 8;case 16:return 16;case 32:return 32;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return 4194240&e;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return 130023424&e;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 1073741824;default:return e}}function pt(e,t){var n=e.pendingLanes;if(0===n)return 0;var r=0,a=e.suspendedLanes,i=e.pingedLanes,o=268435455&n;if(0!==o){var l=o&~a;0!==l?r=dt(l):0!=(i&=o)&&(r=dt(i))}else 0!=(o=n&~a)?r=dt(o):0!==i&&(r=dt(i));if(0===r)return 0;if(0!==t&&t!==r&&0==(t&a)&&((a=r&-r)>=(i=t&-t)||16===a&&0!=(4194240&i)))return t;if(0!=(4&r)&&(r|=16&n),0!==(t=e.entangledLanes))for(e=e.entanglements,t&=r;0<t;)a=1<<(n=31-ot(t)),r|=e[n],t&=~a;return r}function mt(e,t){switch(e){case 1:case 2:case 4:return t+250;case 8:case 16:case 32:case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return t+5e3;default:return-1}}function ht(e){return 0!=(e=-1073741825&e.pendingLanes)?e:1073741824&e?1073741824:0}function ft(e){for(var t=[],n=0;31>n;n++)t.push(e);return t}function gt(e,t,n){e.pendingLanes|=t,536870912!==t&&(e.suspendedLanes=0,e.pingedLanes=0),(e=e.eventTimes)[t=31-ot(t)]=n}function yt(e,t){var n=e.entangledLanes|=t;for(e=e.entanglements;n;){var r=31-ot(n),a=1<<r;a&t|e[r]&t&&(e[r]|=t),n&=~a}}var vt=0;function bt(e){return 1<(e&=-e)?4<e?0!=(268435455&e)?16:536870912:4:1}var wt,kt,xt,Et,_t,St=!1,Tt=[],At=null,Ct=null,Mt=null,Nt=new Map,Ot=new Map,Pt=[],Dt="mousedown mouseup touchcancel touchend touchstart auxclick dblclick pointercancel pointerdown pointerup dragend dragstart drop compositionend compositionstart keydown keypress keyup input textInput copy cut paste click change contextmenu reset submit".split(" ");function Lt(e,t){switch(e){case"focusin":case"focusout":At=null;break;case"dragenter":case"dragleave":Ct=null;break;case"mouseover":case"mouseout":Mt=null;break;case"pointerover":case"pointerout":Nt.delete(t.pointerId);break;case"gotpointercapture":case"lostpointercapture":Ot.delete(t.pointerId)}}function Ht(e,t,n,r,a,i){return null===e||e.nativeEvent!==i?(e={blockedOn:t,domEventName:n,eventSystemFlags:r,nativeEvent:i,targetContainers:[a]},null!==t&&null!==(t=ga(t))&&kt(t),e):(e.eventSystemFlags|=r,t=e.targetContainers,null!==a&&-1===t.indexOf(a)&&t.push(a),e)}function jt(e){var t=fa(e.target);if(null!==t){var n=Be(t);if(null!==n)if(13===(t=n.tag)){if(null!==(t=Ge(n)))return e.blockedOn=t,void _t(e.priority,(function(){xt(n)}))}else if(3===t&&n.stateNode.current.memoizedState.isDehydrated)return void(e.blockedOn=3===n.tag?n.stateNode.containerInfo:null)}e.blockedOn=null}function Rt(e){if(null!==e.blockedOn)return!1;for(var t=e.targetContainers;0<t.length;){var n=Yt(e.domEventName,e.eventSystemFlags,t[0],e.nativeEvent);if(null!==n)return null!==(t=ga(n))&&kt(t),e.blockedOn=n,!1;var r=new(n=e.nativeEvent).constructor(n.type,n);we=r,n.target.dispatchEvent(r),we=null,t.shift()}return!0}function zt(e,t,n){Rt(e)&&n.delete(t)}function Ut(){St=!1,null!==At&&Rt(At)&&(At=null),null!==Ct&&Rt(Ct)&&(Ct=null),null!==Mt&&Rt(Mt)&&(Mt=null),Nt.forEach(zt),Ot.forEach(zt)}function It(e,t){e.blockedOn===t&&(e.blockedOn=null,St||(St=!0,a.unstable_scheduleCallback(a.unstable_NormalPriority,Ut)))}function Ft(e){function t(t){return It(t,e)}if(0<Tt.length){It(Tt[0],e);for(var n=1;n<Tt.length;n++){var r=Tt[n];r.blockedOn===e&&(r.blockedOn=null)}}for(null!==At&&It(At,e),null!==Ct&&It(Ct,e),null!==Mt&&It(Mt,e),Nt.forEach(t),Ot.forEach(t),n=0;n<Pt.length;n++)(r=Pt[n]).blockedOn===e&&(r.blockedOn=null);for(;0<Pt.length&&null===(n=Pt[0]).blockedOn;)jt(n),null===n.blockedOn&&Pt.shift()}var Bt=w.ReactCurrentBatchConfig;function Gt(e,t,n,r){var a=vt,i=Bt.transition;Bt.transition=null;try{vt=1,qt(e,t,n,r)}finally{vt=a,Bt.transition=i}}function Wt(e,t,n,r){var a=vt,i=Bt.transition;Bt.transition=null;try{vt=4,qt(e,t,n,r)}finally{vt=a,Bt.transition=i}}function qt(e,t,n,r){var a=Yt(e,t,n,r);if(null===a)Br(e,t,r,Vt,n),Lt(e,r);else if(function(e,t,n,r,a){switch(t){case"focusin":return At=Ht(At,e,t,n,r,a),!0;case"dragenter":return Ct=Ht(Ct,e,t,n,r,a),!0;case"mouseover":return Mt=Ht(Mt,e,t,n,r,a),!0;case"pointerover":var i=a.pointerId;return Nt.set(i,Ht(Nt.get(i)||null,e,t,n,r,a)),!0;case"gotpointercapture":return i=a.pointerId,Ot.set(i,Ht(Ot.get(i)||null,e,t,n,r,a)),!0}return!1}(a,e,t,n,r))r.stopPropagation();else if(Lt(e,r),4&t&&-1<Dt.indexOf(e)){for(;null!==a;){var i=ga(a);if(null!==i&&wt(i),null===(i=Yt(e,t,n,r))&&Br(e,t,r,Vt,n),i===a)break;a=i}null!==a&&r.stopPropagation()}else Br(e,t,r,null,n)}var Vt=null;function Yt(e,t,n,r){if(Vt=null,null!==(e=fa(e=ke(r))))if(null===(t=Be(e)))e=null;else if(13===(n=t.tag)){if(null!==(e=Ge(t)))return e;e=null}else if(3===n){if(t.stateNode.current.memoizedState.isDehydrated)return 3===t.tag?t.stateNode.containerInfo:null;e=null}else t!==e&&(e=null);return Vt=e,null}function $t(e){switch(e){case"cancel":case"click":case"close":case"contextmenu":case"copy":case"cut":case"auxclick":case"dblclick":case"dragend":case"dragstart":case"drop":case"focusin":case"focusout":case"input":case"invalid":case"keydown":case"keypress":case"keyup":case"mousedown":case"mouseup":case"paste":case"pause":case"play":case"pointercancel":case"pointerdown":case"pointerup":case"ratechange":case"reset":case"resize":case"seeked":case"submit":case"touchcancel":case"touchend":case"touchstart":case"volumechange":case"change":case"selectionchange":case"textInput":case"compositionstart":case"compositionend":case"compositionupdate":case"beforeblur":case"afterblur":case"beforeinput":case"blur":case"fullscreenchange":case"focus":case"hashchange":case"popstate":case"select":case"selectstart":return 1;case"drag":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"mousemove":case"mouseout":case"mouseover":case"pointermove":case"pointerout":case"pointerover":case"scroll":case"toggle":case"touchmove":case"wheel":case"mouseenter":case"mouseleave":case"pointerenter":case"pointerleave":return 4;case"message":switch(Xe()){case Ze:return 1;case et:return 4;case tt:case nt:return 16;case rt:return 536870912;default:return 16}default:return 16}}var Jt=null,Kt=null,Qt=null;function Xt(){if(Qt)return Qt;var e,t,n=Kt,r=n.length,a="value"in Jt?Jt.value:Jt.textContent,i=a.length;for(e=0;e<r&&n[e]===a[e];e++);var o=r-e;for(t=1;t<=o&&n[r-t]===a[i-t];t++);return Qt=a.slice(e,1<t?1-t:void 0)}function Zt(e){var t=e.keyCode;return"charCode"in e?0===(e=e.charCode)&&13===t&&(e=13):e=t,10===e&&(e=13),32<=e||13===e?e:0}function en(){return!0}function tn(){return!1}function nn(e){function t(t,n,r,a,i){for(var o in this._reactName=t,this._targetInst=r,this.type=n,this.nativeEvent=a,this.target=i,this.currentTarget=null,e)e.hasOwnProperty(o)&&(t=e[o],this[o]=t?t(a):a[o]);return this.isDefaultPrevented=(null!=a.defaultPrevented?a.defaultPrevented:!1===a.returnValue)?en:tn,this.isPropagationStopped=tn,this}return R(t.prototype,{preventDefault:function(){this.defaultPrevented=!0;var e=this.nativeEvent;e&&(e.preventDefault?e.preventDefault():"unknown"!=typeof e.returnValue&&(e.returnValue=!1),this.isDefaultPrevented=en)},stopPropagation:function(){var e=this.nativeEvent;e&&(e.stopPropagation?e.stopPropagation():"unknown"!=typeof e.cancelBubble&&(e.cancelBubble=!0),this.isPropagationStopped=en)},persist:function(){},isPersistent:en}),t}var rn,an,on,ln={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(e){return e.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},sn=nn(ln),un=R({},ln,{view:0,detail:0}),cn=nn(un),dn=R({},un,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:En,button:0,buttons:0,relatedTarget:function(e){return void 0===e.relatedTarget?e.fromElement===e.srcElement?e.toElement:e.fromElement:e.relatedTarget},movementX:function(e){return"movementX"in e?e.movementX:(e!==on&&(on&&"mousemove"===e.type?(rn=e.screenX-on.screenX,an=e.screenY-on.screenY):an=rn=0,on=e),rn)},movementY:function(e){return"movementY"in e?e.movementY:an}}),pn=nn(dn),mn=nn(R({},dn,{dataTransfer:0})),hn=nn(R({},un,{relatedTarget:0})),fn=nn(R({},ln,{animationName:0,elapsedTime:0,pseudoElement:0})),gn=R({},ln,{clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}}),yn=nn(gn),vn=nn(R({},ln,{data:0})),bn={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},wn={8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta"},kn={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function xn(e){var t=this.nativeEvent;return t.getModifierState?t.getModifierState(e):!!(e=kn[e])&&!!t[e]}function En(){return xn}var _n=R({},un,{key:function(e){if(e.key){var t=bn[e.key]||e.key;if("Unidentified"!==t)return t}return"keypress"===e.type?13===(e=Zt(e))?"Enter":String.fromCharCode(e):"keydown"===e.type||"keyup"===e.type?wn[e.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:En,charCode:function(e){return"keypress"===e.type?Zt(e):0},keyCode:function(e){return"keydown"===e.type||"keyup"===e.type?e.keyCode:0},which:function(e){return"keypress"===e.type?Zt(e):"keydown"===e.type||"keyup"===e.type?e.keyCode:0}}),Sn=nn(_n),Tn=nn(R({},dn,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0})),An=nn(R({},un,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:En})),Cn=nn(R({},ln,{propertyName:0,elapsedTime:0,pseudoElement:0})),Mn=R({},dn,{deltaX:function(e){return"deltaX"in e?e.deltaX:"wheelDeltaX"in e?-e.wheelDeltaX:0},deltaY:function(e){return"deltaY"in e?e.deltaY:"wheelDeltaY"in e?-e.wheelDeltaY:"wheelDelta"in e?-e.wheelDelta:0},deltaZ:0,deltaMode:0}),Nn=nn(Mn),On=[9,13,27,32],Pn=c&&"CompositionEvent"in window,Dn=null;c&&"documentMode"in document&&(Dn=document.documentMode);var Ln=c&&"TextEvent"in window&&!Dn,Hn=c&&(!Pn||Dn&&8<Dn&&11>=Dn),jn=String.fromCharCode(32),Rn=!1;function zn(e,t){switch(e){case"keyup":return-1!==On.indexOf(t.keyCode);case"keydown":return 229!==t.keyCode;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function Un(e){return"object"==typeof(e=e.detail)&&"data"in e?e.data:null}var In=!1,Fn={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function Bn(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return"input"===t?!!Fn[e.type]:"textarea"===t}function Gn(e,t,n,r){Te(r),0<(t=Wr(t,"onChange")).length&&(n=new sn("onChange","change",null,n,r),e.push({event:n,listeners:t}))}var Wn=null,qn=null;function Vn(e){jr(e,0)}function Yn(e){if(Y(ya(e)))return e}function $n(e,t){if("change"===e)return t}var Jn=!1;if(c){var Kn;if(c){var Qn="oninput"in document;if(!Qn){var Xn=document.createElement("div");Xn.setAttribute("oninput","return;"),Qn="function"==typeof Xn.oninput}Kn=Qn}else Kn=!1;Jn=Kn&&(!document.documentMode||9<document.documentMode)}function Zn(){Wn&&(Wn.detachEvent("onpropertychange",er),qn=Wn=null)}function er(e){if("value"===e.propertyName&&Yn(qn)){var t=[];Gn(t,qn,e,ke(e)),Oe(Vn,t)}}function tr(e,t,n){"focusin"===e?(Zn(),qn=n,(Wn=t).attachEvent("onpropertychange",er)):"focusout"===e&&Zn()}function nr(e){if("selectionchange"===e||"keyup"===e||"keydown"===e)return Yn(qn)}function rr(e,t){if("click"===e)return Yn(t)}function ar(e,t){if("input"===e||"change"===e)return Yn(t)}var ir="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t};function or(e,t){if(ir(e,t))return!0;if("object"!=typeof e||null===e||"object"!=typeof t||null===t)return!1;var n=Object.keys(e),r=Object.keys(t);if(n.length!==r.length)return!1;for(r=0;r<n.length;r++){var a=n[r];if(!d.call(t,a)||!ir(e[a],t[a]))return!1}return!0}function lr(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function sr(e,t){var n,r=lr(e);for(e=0;r;){if(3===r.nodeType){if(n=e+r.textContent.length,e<=t&&n>=t)return{node:r,offset:t-e};e=n}e:{for(;r;){if(r.nextSibling){r=r.nextSibling;break e}r=r.parentNode}r=void 0}r=lr(r)}}function ur(e,t){return!(!e||!t)&&(e===t||(!e||3!==e.nodeType)&&(t&&3===t.nodeType?ur(e,t.parentNode):"contains"in e?e.contains(t):!!e.compareDocumentPosition&&!!(16&e.compareDocumentPosition(t))))}function cr(){for(var e=window,t=$();t instanceof e.HTMLIFrameElement;){try{var n="string"==typeof t.contentWindow.location.href}catch(e){n=!1}if(!n)break;t=$((e=t.contentWindow).document)}return t}function dr(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t&&("input"===t&&("text"===e.type||"search"===e.type||"tel"===e.type||"url"===e.type||"password"===e.type)||"textarea"===t||"true"===e.contentEditable)}function pr(e){var t=cr(),n=e.focusedElem,r=e.selectionRange;if(t!==n&&n&&n.ownerDocument&&ur(n.ownerDocument.documentElement,n)){if(null!==r&&dr(n))if(t=r.start,void 0===(e=r.end)&&(e=t),"selectionStart"in n)n.selectionStart=t,n.selectionEnd=Math.min(e,n.value.length);else if((e=(t=n.ownerDocument||document)&&t.defaultView||window).getSelection){e=e.getSelection();var a=n.textContent.length,i=Math.min(r.start,a);r=void 0===r.end?i:Math.min(r.end,a),!e.extend&&i>r&&(a=r,r=i,i=a),a=sr(n,i);var o=sr(n,r);a&&o&&(1!==e.rangeCount||e.anchorNode!==a.node||e.anchorOffset!==a.offset||e.focusNode!==o.node||e.focusOffset!==o.offset)&&((t=t.createRange()).setStart(a.node,a.offset),e.removeAllRanges(),i>r?(e.addRange(t),e.extend(o.node,o.offset)):(t.setEnd(o.node,o.offset),e.addRange(t)))}for(t=[],e=n;e=e.parentNode;)1===e.nodeType&&t.push({element:e,left:e.scrollLeft,top:e.scrollTop});for("function"==typeof n.focus&&n.focus(),n=0;n<t.length;n++)(e=t[n]).element.scrollLeft=e.left,e.element.scrollTop=e.top}}var mr=c&&"documentMode"in document&&11>=document.documentMode,hr=null,fr=null,gr=null,yr=!1;function vr(e,t,n){var r=n.window===n?n.document:9===n.nodeType?n:n.ownerDocument;yr||null==hr||hr!==$(r)||(r="selectionStart"in(r=hr)&&dr(r)?{start:r.selectionStart,end:r.selectionEnd}:{anchorNode:(r=(r.ownerDocument&&r.ownerDocument.defaultView||window).getSelection()).anchorNode,anchorOffset:r.anchorOffset,focusNode:r.focusNode,focusOffset:r.focusOffset},gr&&or(gr,r)||(gr=r,0<(r=Wr(fr,"onSelect")).length&&(t=new sn("onSelect","select",null,t,n),e.push({event:t,listeners:r}),t.target=hr)))}function br(e,t){var n={};return n[e.toLowerCase()]=t.toLowerCase(),n["Webkit"+e]="webkit"+t,n["Moz"+e]="moz"+t,n}var wr={animationend:br("Animation","AnimationEnd"),animationiteration:br("Animation","AnimationIteration"),animationstart:br("Animation","AnimationStart"),transitionend:br("Transition","TransitionEnd")},kr={},xr={};function Er(e){if(kr[e])return kr[e];if(!wr[e])return e;var t,n=wr[e];for(t in n)if(n.hasOwnProperty(t)&&t in xr)return kr[e]=n[t];return e}c&&(xr=document.createElement("div").style,"AnimationEvent"in window||(delete wr.animationend.animation,delete wr.animationiteration.animation,delete wr.animationstart.animation),"TransitionEvent"in window||delete wr.transitionend.transition);var _r=Er("animationend"),Sr=Er("animationiteration"),Tr=Er("animationstart"),Ar=Er("transitionend"),Cr=new Map,Mr="abort auxClick cancel canPlay canPlayThrough click close contextMenu copy cut drag dragEnd dragEnter dragExit dragLeave dragOver dragStart drop durationChange emptied encrypted ended error gotPointerCapture input invalid keyDown keyPress keyUp load loadedData loadedMetadata loadStart lostPointerCapture mouseDown mouseMove mouseOut mouseOver mouseUp paste pause play playing pointerCancel pointerDown pointerMove pointerOut pointerOver pointerUp progress rateChange reset resize seeked seeking stalled submit suspend timeUpdate touchCancel touchEnd touchStart volumeChange scroll toggle touchMove waiting wheel".split(" ");function Nr(e,t){Cr.set(e,t),s(t,[e])}for(var Or=0;Or<Mr.length;Or++){var Pr=Mr[Or];Nr(Pr.toLowerCase(),"on"+(Pr[0].toUpperCase()+Pr.slice(1)))}Nr(_r,"onAnimationEnd"),Nr(Sr,"onAnimationIteration"),Nr(Tr,"onAnimationStart"),Nr("dblclick","onDoubleClick"),Nr("focusin","onFocus"),Nr("focusout","onBlur"),Nr(Ar,"onTransitionEnd"),u("onMouseEnter",["mouseout","mouseover"]),u("onMouseLeave",["mouseout","mouseover"]),u("onPointerEnter",["pointerout","pointerover"]),u("onPointerLeave",["pointerout","pointerover"]),s("onChange","change click focusin focusout input keydown keyup selectionchange".split(" ")),s("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" ")),s("onBeforeInput",["compositionend","keypress","textInput","paste"]),s("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" ")),s("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" ")),s("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var Dr="abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange resize seeked seeking stalled suspend timeupdate volumechange waiting".split(" "),Lr=new Set("cancel close invalid load scroll toggle".split(" ").concat(Dr));function Hr(e,t,n){var r=e.type||"unknown-event";e.currentTarget=n,function(e,t,n,r,a,o,l,s,u){if(Fe.apply(this,arguments),je){if(!je)throw Error(i(198));var c=Re;je=!1,Re=null,ze||(ze=!0,Ue=c)}}(r,t,void 0,e),e.currentTarget=null}function jr(e,t){t=0!=(4&t);for(var n=0;n<e.length;n++){var r=e[n],a=r.event;r=r.listeners;e:{var i=void 0;if(t)for(var o=r.length-1;0<=o;o--){var l=r[o],s=l.instance,u=l.currentTarget;if(l=l.listener,s!==i&&a.isPropagationStopped())break e;Hr(a,l,u),i=s}else for(o=0;o<r.length;o++){if(s=(l=r[o]).instance,u=l.currentTarget,l=l.listener,s!==i&&a.isPropagationStopped())break e;Hr(a,l,u),i=s}}}if(ze)throw e=Ue,ze=!1,Ue=null,e}function Rr(e,t){var n=t[pa];void 0===n&&(n=t[pa]=new Set);var r=e+"__bubble";n.has(r)||(Fr(t,e,2,!1),n.add(r))}function zr(e,t,n){var r=0;t&&(r|=4),Fr(n,e,r,t)}var Ur="_reactListening"+Math.random().toString(36).slice(2);function Ir(e){if(!e[Ur]){e[Ur]=!0,o.forEach((function(t){"selectionchange"!==t&&(Lr.has(t)||zr(t,!1,e),zr(t,!0,e))}));var t=9===e.nodeType?e:e.ownerDocument;null===t||t[Ur]||(t[Ur]=!0,zr("selectionchange",!1,t))}}function Fr(e,t,n,r){switch($t(t)){case 1:var a=Gt;break;case 4:a=Wt;break;default:a=qt}n=a.bind(null,t,n,e),a=void 0,!De||"touchstart"!==t&&"touchmove"!==t&&"wheel"!==t||(a=!0),r?void 0!==a?e.addEventListener(t,n,{capture:!0,passive:a}):e.addEventListener(t,n,!0):void 0!==a?e.addEventListener(t,n,{passive:a}):e.addEventListener(t,n,!1)}function Br(e,t,n,r,a){var i=r;if(0==(1&t)&&0==(2&t)&&null!==r)e:for(;;){if(null===r)return;var o=r.tag;if(3===o||4===o){var l=r.stateNode.containerInfo;if(l===a||8===l.nodeType&&l.parentNode===a)break;if(4===o)for(o=r.return;null!==o;){var s=o.tag;if((3===s||4===s)&&((s=o.stateNode.containerInfo)===a||8===s.nodeType&&s.parentNode===a))return;o=o.return}for(;null!==l;){if(null===(o=fa(l)))return;if(5===(s=o.tag)||6===s){r=i=o;continue e}l=l.parentNode}}r=r.return}Oe((function(){var r=i,a=ke(n),o=[];e:{var l=Cr.get(e);if(void 0!==l){var s=sn,u=e;switch(e){case"keypress":if(0===Zt(n))break e;case"keydown":case"keyup":s=Sn;break;case"focusin":u="focus",s=hn;break;case"focusout":u="blur",s=hn;break;case"beforeblur":case"afterblur":s=hn;break;case"click":if(2===n.button)break e;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":s=pn;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":s=mn;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":s=An;break;case _r:case Sr:case Tr:s=fn;break;case Ar:s=Cn;break;case"scroll":s=cn;break;case"wheel":s=Nn;break;case"copy":case"cut":case"paste":s=yn;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":s=Tn}var c=0!=(4&t),d=!c&&"scroll"===e,p=c?null!==l?l+"Capture":null:l;c=[];for(var m,h=r;null!==h;){var f=(m=h).stateNode;if(5===m.tag&&null!==f&&(m=f,null!==p&&null!=(f=Pe(h,p))&&c.push(Gr(h,f,m))),d)break;h=h.return}0<c.length&&(l=new s(l,u,null,n,a),o.push({event:l,listeners:c}))}}if(0==(7&t)){if(s="mouseout"===e||"pointerout"===e,(!(l="mouseover"===e||"pointerover"===e)||n===we||!(u=n.relatedTarget||n.fromElement)||!fa(u)&&!u[da])&&(s||l)&&(l=a.window===a?a:(l=a.ownerDocument)?l.defaultView||l.parentWindow:window,s?(s=r,null!==(u=(u=n.relatedTarget||n.toElement)?fa(u):null)&&(u!==(d=Be(u))||5!==u.tag&&6!==u.tag)&&(u=null)):(s=null,u=r),s!==u)){if(c=pn,f="onMouseLeave",p="onMouseEnter",h="mouse","pointerout"!==e&&"pointerover"!==e||(c=Tn,f="onPointerLeave",p="onPointerEnter",h="pointer"),d=null==s?l:ya(s),m=null==u?l:ya(u),(l=new c(f,h+"leave",s,n,a)).target=d,l.relatedTarget=m,f=null,fa(a)===r&&((c=new c(p,h+"enter",u,n,a)).target=m,c.relatedTarget=d,f=c),d=f,s&&u)e:{for(p=u,h=0,m=c=s;m;m=qr(m))h++;for(m=0,f=p;f;f=qr(f))m++;for(;0<h-m;)c=qr(c),h--;for(;0<m-h;)p=qr(p),m--;for(;h--;){if(c===p||null!==p&&c===p.alternate)break e;c=qr(c),p=qr(p)}c=null}else c=null;null!==s&&Vr(o,l,s,c,!1),null!==u&&null!==d&&Vr(o,d,u,c,!0)}if("select"===(s=(l=r?ya(r):window).nodeName&&l.nodeName.toLowerCase())||"input"===s&&"file"===l.type)var g=$n;else if(Bn(l))if(Jn)g=ar;else{g=nr;var y=tr}else(s=l.nodeName)&&"input"===s.toLowerCase()&&("checkbox"===l.type||"radio"===l.type)&&(g=rr);switch(g&&(g=g(e,r))?Gn(o,g,n,a):(y&&y(e,l,r),"focusout"===e&&(y=l._wrapperState)&&y.controlled&&"number"===l.type&&ee(l,"number",l.value)),y=r?ya(r):window,e){case"focusin":(Bn(y)||"true"===y.contentEditable)&&(hr=y,fr=r,gr=null);break;case"focusout":gr=fr=hr=null;break;case"mousedown":yr=!0;break;case"contextmenu":case"mouseup":case"dragend":yr=!1,vr(o,n,a);break;case"selectionchange":if(mr)break;case"keydown":case"keyup":vr(o,n,a)}var v;if(Pn)e:{switch(e){case"compositionstart":var b="onCompositionStart";break e;case"compositionend":b="onCompositionEnd";break e;case"compositionupdate":b="onCompositionUpdate";break e}b=void 0}else In?zn(e,n)&&(b="onCompositionEnd"):"keydown"===e&&229===n.keyCode&&(b="onCompositionStart");b&&(Hn&&"ko"!==n.locale&&(In||"onCompositionStart"!==b?"onCompositionEnd"===b&&In&&(v=Xt()):(Kt="value"in(Jt=a)?Jt.value:Jt.textContent,In=!0)),0<(y=Wr(r,b)).length&&(b=new vn(b,e,null,n,a),o.push({event:b,listeners:y}),(v||null!==(v=Un(n)))&&(b.data=v))),(v=Ln?function(e,t){switch(e){case"compositionend":return Un(t);case"keypress":return 32!==t.which?null:(Rn=!0,jn);case"textInput":return(e=t.data)===jn&&Rn?null:e;default:return null}}(e,n):function(e,t){if(In)return"compositionend"===e||!Pn&&zn(e,t)?(e=Xt(),Qt=Kt=Jt=null,In=!1,e):null;switch(e){case"paste":default:return null;case"keypress":if(!(t.ctrlKey||t.altKey||t.metaKey)||t.ctrlKey&&t.altKey){if(t.char&&1<t.char.length)return t.char;if(t.which)return String.fromCharCode(t.which)}return null;case"compositionend":return Hn&&"ko"!==t.locale?null:t.data}}(e,n))&&0<(r=Wr(r,"onBeforeInput")).length&&(a=new vn("onBeforeInput","beforeinput",null,n,a),o.push({event:a,listeners:r}),a.data=v)}jr(o,t)}))}function Gr(e,t,n){return{instance:e,listener:t,currentTarget:n}}function Wr(e,t){for(var n=t+"Capture",r=[];null!==e;){var a=e,i=a.stateNode;5===a.tag&&null!==i&&(a=i,null!=(i=Pe(e,n))&&r.unshift(Gr(e,i,a)),null!=(i=Pe(e,t))&&r.push(Gr(e,i,a))),e=e.return}return r}function qr(e){if(null===e)return null;do{e=e.return}while(e&&5!==e.tag);return e||null}function Vr(e,t,n,r,a){for(var i=t._reactName,o=[];null!==n&&n!==r;){var l=n,s=l.alternate,u=l.stateNode;if(null!==s&&s===r)break;5===l.tag&&null!==u&&(l=u,a?null!=(s=Pe(n,i))&&o.unshift(Gr(n,s,l)):a||null!=(s=Pe(n,i))&&o.push(Gr(n,s,l))),n=n.return}0!==o.length&&e.push({event:t,listeners:o})}var Yr=/\r\n?/g,$r=/\u0000|\uFFFD/g;function Jr(e){return("string"==typeof e?e:""+e).replace(Yr,"\n").replace($r,"")}function Kr(e,t,n){if(t=Jr(t),Jr(e)!==t&&n)throw Error(i(425))}function Qr(){}var Xr=null;function Zr(e,t){return"textarea"===e||"noscript"===e||"string"==typeof t.children||"number"==typeof t.children||"object"==typeof t.dangerouslySetInnerHTML&&null!==t.dangerouslySetInnerHTML&&null!=t.dangerouslySetInnerHTML.__html}var ea="function"==typeof setTimeout?setTimeout:void 0,ta="function"==typeof clearTimeout?clearTimeout:void 0,na="function"==typeof Promise?Promise:void 0,ra="function"==typeof queueMicrotask?queueMicrotask:void 0!==na?function(e){return na.resolve(null).then(e).catch(aa)}:ea;function aa(e){setTimeout((function(){throw e}))}function ia(e,t){var n=t,r=0;do{var a=n.nextSibling;if(e.removeChild(n),a&&8===a.nodeType)if("/$"===(n=a.data)){if(0===r)return e.removeChild(a),void Ft(t);r--}else"$"!==n&&"$?"!==n&&"$!"!==n||r++;n=a}while(n);Ft(t)}function oa(e){for(;null!=e;e=e.nextSibling){var t=e.nodeType;if(1===t||3===t)break;if(8===t){if("$"===(t=e.data)||"$!"===t||"$?"===t)break;if("/$"===t)return null}}return e}function la(e){e=e.previousSibling;for(var t=0;e;){if(8===e.nodeType){var n=e.data;if("$"===n||"$!"===n||"$?"===n){if(0===t)return e;t--}else"/$"===n&&t++}e=e.previousSibling}return null}var sa=Math.random().toString(36).slice(2),ua="__reactFiber$"+sa,ca="__reactProps$"+sa,da="__reactContainer$"+sa,pa="__reactEvents$"+sa,ma="__reactListeners$"+sa,ha="__reactHandles$"+sa;function fa(e){var t=e[ua];if(t)return t;for(var n=e.parentNode;n;){if(t=n[da]||n[ua]){if(n=t.alternate,null!==t.child||null!==n&&null!==n.child)for(e=la(e);null!==e;){if(n=e[ua])return n;e=la(e)}return t}n=(e=n).parentNode}return null}function ga(e){return!(e=e[ua]||e[da])||5!==e.tag&&6!==e.tag&&13!==e.tag&&3!==e.tag?null:e}function ya(e){if(5===e.tag||6===e.tag)return e.stateNode;throw Error(i(33))}function va(e){return e[ca]||null}var ba=[],wa=-1;function ka(e){return{current:e}}function xa(e){0>wa||(e.current=ba[wa],ba[wa]=null,wa--)}function Ea(e,t){wa++,ba[wa]=e.current,e.current=t}var _a={},Sa=ka(_a),Ta=ka(!1),Aa=_a;function Ca(e,t){var n=e.type.contextTypes;if(!n)return _a;var r=e.stateNode;if(r&&r.__reactInternalMemoizedUnmaskedChildContext===t)return r.__reactInternalMemoizedMaskedChildContext;var a,i={};for(a in n)i[a]=t[a];return r&&((e=e.stateNode).__reactInternalMemoizedUnmaskedChildContext=t,e.__reactInternalMemoizedMaskedChildContext=i),i}function Ma(e){return null!=e.childContextTypes}function Na(){xa(Ta),xa(Sa)}function Oa(e,t,n){if(Sa.current!==_a)throw Error(i(168));Ea(Sa,t),Ea(Ta,n)}function Pa(e,t,n){var r=e.stateNode;if(t=t.childContextTypes,"function"!=typeof r.getChildContext)return n;for(var a in r=r.getChildContext())if(!(a in t))throw Error(i(108,G(e)||"Unknown",a));return R({},n,r)}function Da(e){return e=(e=e.stateNode)&&e.__reactInternalMemoizedMergedChildContext||_a,Aa=Sa.current,Ea(Sa,e),Ea(Ta,Ta.current),!0}function La(e,t,n){var r=e.stateNode;if(!r)throw Error(i(169));n?(e=Pa(e,t,Aa),r.__reactInternalMemoizedMergedChildContext=e,xa(Ta),xa(Sa),Ea(Sa,e)):xa(Ta),Ea(Ta,n)}var Ha=null,ja=!1,Ra=!1;function za(e){null===Ha?Ha=[e]:Ha.push(e)}function Ua(){if(!Ra&&null!==Ha){Ra=!0;var e=0,t=vt;try{var n=Ha;for(vt=1;e<n.length;e++){var r=n[e];do{r=r(!0)}while(null!==r)}Ha=null,ja=!1}catch(t){throw null!==Ha&&(Ha=Ha.slice(e+1)),Ye(Ze,Ua),t}finally{vt=t,Ra=!1}}return null}var Ia=w.ReactCurrentBatchConfig;function Fa(e,t){if(e&&e.defaultProps){for(var n in t=R({},t),e=e.defaultProps)void 0===t[n]&&(t[n]=e[n]);return t}return t}var Ba=ka(null),Ga=null,Wa=null,qa=null;function Va(){qa=Wa=Ga=null}function Ya(e){var t=Ba.current;xa(Ba),e._currentValue=t}function $a(e,t,n){for(;null!==e;){var r=e.alternate;if((e.childLanes&t)!==t?(e.childLanes|=t,null!==r&&(r.childLanes|=t)):null!==r&&(r.childLanes&t)!==t&&(r.childLanes|=t),e===n)break;e=e.return}}function Ja(e,t){Ga=e,qa=Wa=null,null!==(e=e.dependencies)&&null!==e.firstContext&&(0!=(e.lanes&t)&&(yl=!0),e.firstContext=null)}function Ka(e){var t=e._currentValue;if(qa!==e)if(e={context:e,memoizedValue:t,next:null},null===Wa){if(null===Ga)throw Error(i(308));Wa=e,Ga.dependencies={lanes:0,firstContext:e}}else Wa=Wa.next=e;return t}var Qa=null,Xa=!1;function Za(e){e.updateQueue={baseState:e.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:0},effects:null}}function ei(e,t){e=e.updateQueue,t.updateQueue===e&&(t.updateQueue={baseState:e.baseState,firstBaseUpdate:e.firstBaseUpdate,lastBaseUpdate:e.lastBaseUpdate,shared:e.shared,effects:e.effects})}function ti(e,t){return{eventTime:e,lane:t,tag:0,payload:null,callback:null,next:null}}function ni(e,t){var n=e.updateQueue;null!==n&&(n=n.shared,null!==ys&&0!=(1&e.mode)&&0==(2&gs)?(null===(e=n.interleaved)?(t.next=t,null===Qa?Qa=[n]:Qa.push(n)):(t.next=e.next,e.next=t),n.interleaved=t):(null===(e=n.pending)?t.next=t:(t.next=e.next,e.next=t),n.pending=t))}function ri(e,t,n){if(null!==(t=t.updateQueue)&&(t=t.shared,0!=(4194240&n))){var r=t.lanes;n|=r&=e.pendingLanes,t.lanes=n,yt(e,n)}}function ai(e,t){var n=e.updateQueue,r=e.alternate;if(null!==r&&n===(r=r.updateQueue)){var a=null,i=null;if(null!==(n=n.firstBaseUpdate)){do{var o={eventTime:n.eventTime,lane:n.lane,tag:n.tag,payload:n.payload,callback:n.callback,next:null};null===i?a=i=o:i=i.next=o,n=n.next}while(null!==n);null===i?a=i=t:i=i.next=t}else a=i=t;return n={baseState:r.baseState,firstBaseUpdate:a,lastBaseUpdate:i,shared:r.shared,effects:r.effects},void(e.updateQueue=n)}null===(e=n.lastBaseUpdate)?n.firstBaseUpdate=t:e.next=t,n.lastBaseUpdate=t}function ii(e,t,n,r){var a=e.updateQueue;Xa=!1;var i=a.firstBaseUpdate,o=a.lastBaseUpdate,l=a.shared.pending;if(null!==l){a.shared.pending=null;var s=l,u=s.next;s.next=null,null===o?i=u:o.next=u,o=s;var c=e.alternate;null!==c&&(l=(c=c.updateQueue).lastBaseUpdate)!==o&&(null===l?c.firstBaseUpdate=u:l.next=u,c.lastBaseUpdate=s)}if(null!==i){var d=a.baseState;for(o=0,c=u=s=null,l=i;;){var p=l.lane,m=l.eventTime;if((r&p)===p){null!==c&&(c=c.next={eventTime:m,lane:0,tag:l.tag,payload:l.payload,callback:l.callback,next:null});e:{var h=e,f=l;switch(p=t,m=n,f.tag){case 1:if("function"==typeof(h=f.payload)){d=h.call(m,d,p);break e}d=h;break e;case 3:h.flags=-65537&h.flags|128;case 0:if(null==(p="function"==typeof(h=f.payload)?h.call(m,d,p):h))break e;d=R({},d,p);break e;case 2:Xa=!0}}null!==l.callback&&0!==l.lane&&(e.flags|=64,null===(p=a.effects)?a.effects=[l]:p.push(l))}else m={eventTime:m,lane:p,tag:l.tag,payload:l.payload,callback:l.callback,next:null},null===c?(u=c=m,s=d):c=c.next=m,o|=p;if(null===(l=l.next)){if(null===(l=a.shared.pending))break;l=(p=l).next,p.next=null,a.lastBaseUpdate=p,a.shared.pending=null}}if(null===c&&(s=d),a.baseState=s,a.firstBaseUpdate=u,a.lastBaseUpdate=c,null!==(t=a.shared.interleaved)){a=t;do{o|=a.lane,a=a.next}while(a!==t)}else null===i&&(a.shared.lanes=0);_s|=o,e.lanes=o,e.memoizedState=d}}function oi(e,t,n){if(e=t.effects,t.effects=null,null!==e)for(t=0;t<e.length;t++){var r=e[t],a=r.callback;if(null!==a){if(r.callback=null,r=n,"function"!=typeof a)throw Error(i(191,a));a.call(r)}}}var li=(new r.Component).refs;function si(e,t,n,r){n=null==(n=n(r,t=e.memoizedState))?t:R({},t,n),e.memoizedState=n,0===e.lanes&&(e.updateQueue.baseState=n)}var ui={isMounted:function(e){return!!(e=e._reactInternals)&&Be(e)===e},enqueueSetState:function(e,t,n){e=e._reactInternals;var r=Fs(),a=Bs(e),i=ti(r,a);i.payload=t,null!=n&&(i.callback=n),ni(e,i),null!==(t=Gs(e,a,r))&&ri(t,e,a)},enqueueReplaceState:function(e,t,n){e=e._reactInternals;var r=Fs(),a=Bs(e),i=ti(r,a);i.tag=1,i.payload=t,null!=n&&(i.callback=n),ni(e,i),null!==(t=Gs(e,a,r))&&ri(t,e,a)},enqueueForceUpdate:function(e,t){e=e._reactInternals;var n=Fs(),r=Bs(e),a=ti(n,r);a.tag=2,null!=t&&(a.callback=t),ni(e,a),null!==(t=Gs(e,r,n))&&ri(t,e,r)}};function ci(e,t,n,r,a,i,o){return"function"==typeof(e=e.stateNode).shouldComponentUpdate?e.shouldComponentUpdate(r,i,o):!(t.prototype&&t.prototype.isPureReactComponent&&or(n,r)&&or(a,i))}function di(e,t,n){var r=!1,a=_a,i=t.contextType;return"object"==typeof i&&null!==i?i=Ka(i):(a=Ma(t)?Aa:Sa.current,i=(r=null!=(r=t.contextTypes))?Ca(e,a):_a),t=new t(n,i),e.memoizedState=null!==t.state&&void 0!==t.state?t.state:null,t.updater=ui,e.stateNode=t,t._reactInternals=e,r&&((e=e.stateNode).__reactInternalMemoizedUnmaskedChildContext=a,e.__reactInternalMemoizedMaskedChildContext=i),t}function pi(e,t,n,r){e=t.state,"function"==typeof t.componentWillReceiveProps&&t.componentWillReceiveProps(n,r),"function"==typeof t.UNSAFE_componentWillReceiveProps&&t.UNSAFE_componentWillReceiveProps(n,r),t.state!==e&&ui.enqueueReplaceState(t,t.state,null)}function mi(e,t,n,r){var a=e.stateNode;a.props=n,a.state=e.memoizedState,a.refs=li,Za(e);var i=t.contextType;"object"==typeof i&&null!==i?a.context=Ka(i):(i=Ma(t)?Aa:Sa.current,a.context=Ca(e,i)),a.state=e.memoizedState,"function"==typeof(i=t.getDerivedStateFromProps)&&(si(e,t,i,n),a.state=e.memoizedState),"function"==typeof t.getDerivedStateFromProps||"function"==typeof a.getSnapshotBeforeUpdate||"function"!=typeof a.UNSAFE_componentWillMount&&"function"!=typeof a.componentWillMount||(t=a.state,"function"==typeof a.componentWillMount&&a.componentWillMount(),"function"==typeof a.UNSAFE_componentWillMount&&a.UNSAFE_componentWillMount(),t!==a.state&&ui.enqueueReplaceState(a,a.state,null),ii(e,n,a,r),a.state=e.memoizedState),"function"==typeof a.componentDidMount&&(e.flags|=4194308)}var hi=[],fi=0,gi=null,yi=0,vi=[],bi=0,wi=null,ki=1,xi="";function Ei(e,t){hi[fi++]=yi,hi[fi++]=gi,gi=e,yi=t}function _i(e,t,n){vi[bi++]=ki,vi[bi++]=xi,vi[bi++]=wi,wi=e;var r=ki;e=xi;var a=32-ot(r)-1;r&=~(1<<a),n+=1;var i=32-ot(t)+a;if(30<i){var o=a-a%5;i=(r&(1<<o)-1).toString(32),r>>=o,a-=o,ki=1<<32-ot(t)+a|n<<a|r,xi=i+e}else ki=1<<i|n<<a|r,xi=e}function Si(e){null!==e.return&&(Ei(e,1),_i(e,1,0))}function Ti(e){for(;e===gi;)gi=hi[--fi],hi[fi]=null,yi=hi[--fi],hi[fi]=null;for(;e===wi;)wi=vi[--bi],vi[bi]=null,xi=vi[--bi],vi[bi]=null,ki=vi[--bi],vi[bi]=null}var Ai=null,Ci=null,Mi=!1,Ni=null;function Oi(e,t){var n=bu(5,null,null,0);n.elementType="DELETED",n.stateNode=t,n.return=e,null===(t=e.deletions)?(e.deletions=[n],e.flags|=16):t.push(n)}function Pi(e,t){switch(e.tag){case 5:var n=e.type;return null!==(t=1!==t.nodeType||n.toLowerCase()!==t.nodeName.toLowerCase()?null:t)&&(e.stateNode=t,Ai=e,Ci=oa(t.firstChild),!0);case 6:return null!==(t=""===e.pendingProps||3!==t.nodeType?null:t)&&(e.stateNode=t,Ai=e,Ci=null,!0);case 13:return null!==(t=8!==t.nodeType?null:t)&&(n=null!==wi?{id:ki,overflow:xi}:null,e.memoizedState={dehydrated:t,treeContext:n,retryLane:1073741824},(n=bu(18,null,null,0)).stateNode=t,n.return=e,e.child=n,Ai=e,Ci=null,!0);default:return!1}}function Di(e){return 0!=(1&e.mode)&&0==(128&e.flags)}function Li(e){if(Mi){var t=Ci;if(t){var n=t;if(!Pi(e,t)){if(Di(e))throw Error(i(418));t=oa(n.nextSibling);var r=Ai;t&&Pi(e,t)?Oi(r,n):(e.flags=-4097&e.flags|2,Mi=!1,Ai=e)}}else{if(Di(e))throw Error(i(418));e.flags=-4097&e.flags|2,Mi=!1,Ai=e}}}function Hi(e){for(e=e.return;null!==e&&5!==e.tag&&3!==e.tag&&13!==e.tag;)e=e.return;Ai=e}function ji(e){if(e!==Ai)return!1;if(!Mi)return Hi(e),Mi=!0,!1;var t;if((t=3!==e.tag)&&!(t=5!==e.tag)&&(t="head"!==(t=e.type)&&"body"!==t&&!Zr(e.type,e.memoizedProps)),t&&(t=Ci)){if(Di(e)){for(e=Ci;e;)e=oa(e.nextSibling);throw Error(i(418))}for(;t;)Oi(e,t),t=oa(t.nextSibling)}if(Hi(e),13===e.tag){if(!(e=null!==(e=e.memoizedState)?e.dehydrated:null))throw Error(i(317));e:{for(e=e.nextSibling,t=0;e;){if(8===e.nodeType){var n=e.data;if("/$"===n){if(0===t){Ci=oa(e.nextSibling);break e}t--}else"$"!==n&&"$!"!==n&&"$?"!==n||t++}e=e.nextSibling}Ci=null}}else Ci=Ai?oa(e.stateNode.nextSibling):null;return!0}function Ri(){Ci=Ai=null,Mi=!1}function zi(e){null===Ni?Ni=[e]:Ni.push(e)}function Ui(e,t,n){if(null!==(e=n.ref)&&"function"!=typeof e&&"object"!=typeof e){if(n._owner){if(n=n._owner){if(1!==n.tag)throw Error(i(309));var r=n.stateNode}if(!r)throw Error(i(147,e));var a=r,o=""+e;return null!==t&&null!==t.ref&&"function"==typeof t.ref&&t.ref._stringRef===o?t.ref:(t=function(e){var t=a.refs;t===li&&(t=a.refs={}),null===e?delete t[o]:t[o]=e},t._stringRef=o,t)}if("string"!=typeof e)throw Error(i(284));if(!n._owner)throw Error(i(290,e))}return e}function Ii(e,t){throw e=Object.prototype.toString.call(t),Error(i(31,"[object Object]"===e?"object with keys {"+Object.keys(t).join(", ")+"}":e))}function Fi(e){return(0,e._init)(e._payload)}function Bi(e){function t(t,n){if(e){var r=t.deletions;null===r?(t.deletions=[n],t.flags|=16):r.push(n)}}function n(n,r){if(!e)return null;for(;null!==r;)t(n,r),r=r.sibling;return null}function r(e,t){for(e=new Map;null!==t;)null!==t.key?e.set(t.key,t):e.set(t.index,t),t=t.sibling;return e}function a(e,t){return(e=ku(e,t)).index=0,e.sibling=null,e}function o(t,n,r){return t.index=r,e?null!==(r=t.alternate)?(r=r.index)<n?(t.flags|=2,n):r:(t.flags|=2,n):(t.flags|=1048576,n)}function l(t){return e&&null===t.alternate&&(t.flags|=2),t}function s(e,t,n,r){return null===t||6!==t.tag?((t=Su(n,e.mode,r)).return=e,t):((t=a(t,n)).return=e,t)}function u(e,t,n,r){var i=n.type;return i===E?d(e,t,n.props.children,r,n.key):null!==t&&(t.elementType===i||"object"==typeof i&&null!==i&&i.$$typeof===P&&Fi(i)===t.type)?((r=a(t,n.props)).ref=Ui(e,t,n),r.return=e,r):((r=xu(n.type,n.key,n.props,null,e.mode,r)).ref=Ui(e,t,n),r.return=e,r)}function c(e,t,n,r){return null===t||4!==t.tag||t.stateNode.containerInfo!==n.containerInfo||t.stateNode.implementation!==n.implementation?((t=Tu(n,e.mode,r)).return=e,t):((t=a(t,n.children||[])).return=e,t)}function d(e,t,n,r,i){return null===t||7!==t.tag?((t=Eu(n,e.mode,r,i)).return=e,t):((t=a(t,n)).return=e,t)}function p(e,t,n){if("string"==typeof t&&""!==t||"number"==typeof t)return(t=Su(""+t,e.mode,n)).return=e,t;if("object"==typeof t&&null!==t){switch(t.$$typeof){case k:return(n=xu(t.type,t.key,t.props,null,e.mode,n)).ref=Ui(e,null,t),n.return=e,n;case x:return(t=Tu(t,e.mode,n)).return=e,t;case P:return p(e,(0,t._init)(t._payload),n)}if(te(t)||H(t))return(t=Eu(t,e.mode,n,null)).return=e,t;Ii(e,t)}return null}function m(e,t,n,r){var a=null!==t?t.key:null;if("string"==typeof n&&""!==n||"number"==typeof n)return null!==a?null:s(e,t,""+n,r);if("object"==typeof n&&null!==n){switch(n.$$typeof){case k:return n.key===a?u(e,t,n,r):null;case x:return n.key===a?c(e,t,n,r):null;case P:return m(e,t,(a=n._init)(n._payload),r)}if(te(n)||H(n))return null!==a?null:d(e,t,n,r,null);Ii(e,n)}return null}function h(e,t,n,r,a){if("string"==typeof r&&""!==r||"number"==typeof r)return s(t,e=e.get(n)||null,""+r,a);if("object"==typeof r&&null!==r){switch(r.$$typeof){case k:return u(t,e=e.get(null===r.key?n:r.key)||null,r,a);case x:return c(t,e=e.get(null===r.key?n:r.key)||null,r,a);case P:return h(e,t,n,(0,r._init)(r._payload),a)}if(te(r)||H(r))return d(t,e=e.get(n)||null,r,a,null);Ii(t,r)}return null}function f(a,i,l,s){for(var u=null,c=null,d=i,f=i=0,g=null;null!==d&&f<l.length;f++){d.index>f?(g=d,d=null):g=d.sibling;var y=m(a,d,l[f],s);if(null===y){null===d&&(d=g);break}e&&d&&null===y.alternate&&t(a,d),i=o(y,i,f),null===c?u=y:c.sibling=y,c=y,d=g}if(f===l.length)return n(a,d),Mi&&Ei(a,f),u;if(null===d){for(;f<l.length;f++)null!==(d=p(a,l[f],s))&&(i=o(d,i,f),null===c?u=d:c.sibling=d,c=d);return Mi&&Ei(a,f),u}for(d=r(a,d);f<l.length;f++)null!==(g=h(d,a,f,l[f],s))&&(e&&null!==g.alternate&&d.delete(null===g.key?f:g.key),i=o(g,i,f),null===c?u=g:c.sibling=g,c=g);return e&&d.forEach((function(e){return t(a,e)})),Mi&&Ei(a,f),u}function g(a,l,s,u){var c=H(s);if("function"!=typeof c)throw Error(i(150));if(null==(s=c.call(s)))throw Error(i(151));for(var d=c=null,f=l,g=l=0,y=null,v=s.next();null!==f&&!v.done;g++,v=s.next()){f.index>g?(y=f,f=null):y=f.sibling;var b=m(a,f,v.value,u);if(null===b){null===f&&(f=y);break}e&&f&&null===b.alternate&&t(a,f),l=o(b,l,g),null===d?c=b:d.sibling=b,d=b,f=y}if(v.done)return n(a,f),Mi&&Ei(a,g),c;if(null===f){for(;!v.done;g++,v=s.next())null!==(v=p(a,v.value,u))&&(l=o(v,l,g),null===d?c=v:d.sibling=v,d=v);return Mi&&Ei(a,g),c}for(f=r(a,f);!v.done;g++,v=s.next())null!==(v=h(f,a,g,v.value,u))&&(e&&null!==v.alternate&&f.delete(null===v.key?g:v.key),l=o(v,l,g),null===d?c=v:d.sibling=v,d=v);return e&&f.forEach((function(e){return t(a,e)})),Mi&&Ei(a,g),c}return function e(r,i,o,s){if("object"==typeof o&&null!==o&&o.type===E&&null===o.key&&(o=o.props.children),"object"==typeof o&&null!==o){switch(o.$$typeof){case k:e:{for(var u=o.key,c=i;null!==c;){if(c.key===u){if((u=o.type)===E){if(7===c.tag){n(r,c.sibling),(i=a(c,o.props.children)).return=r,r=i;break e}}else if(c.elementType===u||"object"==typeof u&&null!==u&&u.$$typeof===P&&Fi(u)===c.type){n(r,c.sibling),(i=a(c,o.props)).ref=Ui(r,c,o),i.return=r,r=i;break e}n(r,c);break}t(r,c),c=c.sibling}o.type===E?((i=Eu(o.props.children,r.mode,s,o.key)).return=r,r=i):((s=xu(o.type,o.key,o.props,null,r.mode,s)).ref=Ui(r,i,o),s.return=r,r=s)}return l(r);case x:e:{for(c=o.key;null!==i;){if(i.key===c){if(4===i.tag&&i.stateNode.containerInfo===o.containerInfo&&i.stateNode.implementation===o.implementation){n(r,i.sibling),(i=a(i,o.children||[])).return=r,r=i;break e}n(r,i);break}t(r,i),i=i.sibling}(i=Tu(o,r.mode,s)).return=r,r=i}return l(r);case P:return e(r,i,(c=o._init)(o._payload),s)}if(te(o))return f(r,i,o,s);if(H(o))return g(r,i,o,s);Ii(r,o)}return"string"==typeof o&&""!==o||"number"==typeof o?(o=""+o,null!==i&&6===i.tag?(n(r,i.sibling),(i=a(i,o)).return=r,r=i):(n(r,i),(i=Su(o,r.mode,s)).return=r,r=i),l(r)):n(r,i)}}var Gi=Bi(!0),Wi=Bi(!1),qi={},Vi=ka(qi),Yi=ka(qi),$i=ka(qi);function Ji(e){if(e===qi)throw Error(i(174));return e}function Ki(e,t){switch(Ea($i,t),Ea(Yi,e),Ea(Vi,qi),e=t.nodeType){case 9:case 11:t=(t=t.documentElement)?t.namespaceURI:se(null,"");break;default:t=se(t=(e=8===e?t.parentNode:t).namespaceURI||null,e=e.tagName)}xa(Vi),Ea(Vi,t)}function Qi(){xa(Vi),xa(Yi),xa($i)}function Xi(e){Ji($i.current);var t=Ji(Vi.current),n=se(t,e.type);t!==n&&(Ea(Yi,e),Ea(Vi,n))}function Zi(e){Yi.current===e&&(xa(Vi),xa(Yi))}var eo=ka(0);function to(e){for(var t=e;null!==t;){if(13===t.tag){var n=t.memoizedState;if(null!==n&&(null===(n=n.dehydrated)||"$?"===n.data||"$!"===n.data))return t}else if(19===t.tag&&void 0!==t.memoizedProps.revealOrder){if(0!=(128&t.flags))return t}else if(null!==t.child){t.child.return=t,t=t.child;continue}if(t===e)break;for(;null===t.sibling;){if(null===t.return||t.return===e)return null;t=t.return}t.sibling.return=t.return,t=t.sibling}return null}var no=[];function ro(){for(var e=0;e<no.length;e++)no[e]._workInProgressVersionPrimary=null;no.length=0}var ao=w.ReactCurrentDispatcher,io=w.ReactCurrentBatchConfig,oo=0,lo=null,so=null,uo=null,co=!1,po=!1,mo=0,ho=0;function fo(){throw Error(i(321))}function go(e,t){if(null===t)return!1;for(var n=0;n<t.length&&n<e.length;n++)if(!ir(e[n],t[n]))return!1;return!0}function yo(e,t,n,r,a,o){if(oo=o,lo=t,t.memoizedState=null,t.updateQueue=null,t.lanes=0,ao.current=null===e||null===e.memoizedState?Zo:el,e=n(r,a),po){o=0;do{if(po=!1,mo=0,25<=o)throw Error(i(301));o+=1,uo=so=null,t.updateQueue=null,ao.current=tl,e=n(r,a)}while(po)}if(ao.current=Xo,t=null!==so&&null!==so.next,oo=0,uo=so=lo=null,co=!1,t)throw Error(i(300));return e}function vo(){var e=0!==mo;return mo=0,e}function bo(){var e={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return null===uo?lo.memoizedState=uo=e:uo=uo.next=e,uo}function wo(){if(null===so){var e=lo.alternate;e=null!==e?e.memoizedState:null}else e=so.next;var t=null===uo?lo.memoizedState:uo.next;if(null!==t)uo=t,so=e;else{if(null===e)throw Error(i(310));e={memoizedState:(so=e).memoizedState,baseState:so.baseState,baseQueue:so.baseQueue,queue:so.queue,next:null},null===uo?lo.memoizedState=uo=e:uo=uo.next=e}return uo}function ko(e,t){return"function"==typeof t?t(e):t}function xo(e){var t=wo(),n=t.queue;if(null===n)throw Error(i(311));n.lastRenderedReducer=e;var r=so,a=r.baseQueue,o=n.pending;if(null!==o){if(null!==a){var l=a.next;a.next=o.next,o.next=l}r.baseQueue=a=o,n.pending=null}if(null!==a){o=a.next,r=r.baseState;var s=l=null,u=null,c=o;do{var d=c.lane;if((oo&d)===d)null!==u&&(u=u.next={lane:0,action:c.action,hasEagerState:c.hasEagerState,eagerState:c.eagerState,next:null}),r=c.hasEagerState?c.eagerState:e(r,c.action);else{var p={lane:d,action:c.action,hasEagerState:c.hasEagerState,eagerState:c.eagerState,next:null};null===u?(s=u=p,l=r):u=u.next=p,lo.lanes|=d,_s|=d}c=c.next}while(null!==c&&c!==o);null===u?l=r:u.next=s,ir(r,t.memoizedState)||(yl=!0),t.memoizedState=r,t.baseState=l,t.baseQueue=u,n.lastRenderedState=r}if(null!==(e=n.interleaved)){a=e;do{o=a.lane,lo.lanes|=o,_s|=o,a=a.next}while(a!==e)}else null===a&&(n.lanes=0);return[t.memoizedState,n.dispatch]}function Eo(e){var t=wo(),n=t.queue;if(null===n)throw Error(i(311));n.lastRenderedReducer=e;var r=n.dispatch,a=n.pending,o=t.memoizedState;if(null!==a){n.pending=null;var l=a=a.next;do{o=e(o,l.action),l=l.next}while(l!==a);ir(o,t.memoizedState)||(yl=!0),t.memoizedState=o,null===t.baseQueue&&(t.baseState=o),n.lastRenderedState=o}return[o,r]}function _o(){}function So(e,t){var n=lo,r=wo(),a=t(),o=!ir(r.memoizedState,a);if(o&&(r.memoizedState=a,yl=!0),r=r.queue,jo(Co.bind(null,n,r,e),[e]),r.getSnapshot!==t||o||null!==uo&&1&uo.memoizedState.tag){if(n.flags|=2048,Oo(9,Ao.bind(null,n,r,a,t),void 0,null),null===ys)throw Error(i(349));0!=(30&oo)||To(n,t,a)}return a}function To(e,t,n){e.flags|=16384,e={getSnapshot:t,value:n},null===(t=lo.updateQueue)?(t={lastEffect:null,stores:null},lo.updateQueue=t,t.stores=[e]):null===(n=t.stores)?t.stores=[e]:n.push(e)}function Ao(e,t,n,r){t.value=n,t.getSnapshot=r,Mo(t)&&Gs(e,1,-1)}function Co(e,t,n){return n((function(){Mo(t)&&Gs(e,1,-1)}))}function Mo(e){var t=e.getSnapshot;e=e.value;try{var n=t();return!ir(e,n)}catch(e){return!0}}function No(e){var t=bo();return"function"==typeof e&&(e=e()),t.memoizedState=t.baseState=e,e={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:ko,lastRenderedState:e},t.queue=e,e=e.dispatch=Yo.bind(null,lo,e),[t.memoizedState,e]}function Oo(e,t,n,r){return e={tag:e,create:t,destroy:n,deps:r,next:null},null===(t=lo.updateQueue)?(t={lastEffect:null,stores:null},lo.updateQueue=t,t.lastEffect=e.next=e):null===(n=t.lastEffect)?t.lastEffect=e.next=e:(r=n.next,n.next=e,e.next=r,t.lastEffect=e),e}function Po(){return wo().memoizedState}function Do(e,t,n,r){var a=bo();lo.flags|=e,a.memoizedState=Oo(1|t,n,void 0,void 0===r?null:r)}function Lo(e,t,n,r){var a=wo();r=void 0===r?null:r;var i=void 0;if(null!==so){var o=so.memoizedState;if(i=o.destroy,null!==r&&go(r,o.deps))return void(a.memoizedState=Oo(t,n,i,r))}lo.flags|=e,a.memoizedState=Oo(1|t,n,i,r)}function Ho(e,t){return Do(8390656,8,e,t)}function jo(e,t){return Lo(2048,8,e,t)}function Ro(e,t){return Lo(4,2,e,t)}function zo(e,t){return Lo(4,4,e,t)}function Uo(e,t){return"function"==typeof t?(e=e(),t(e),function(){t(null)}):null!=t?(e=e(),t.current=e,function(){t.current=null}):void 0}function Io(e,t,n){return n=null!=n?n.concat([e]):null,Lo(4,4,Uo.bind(null,t,e),n)}function Fo(){}function Bo(e,t){var n=wo();t=void 0===t?null:t;var r=n.memoizedState;return null!==r&&null!==t&&go(t,r[1])?r[0]:(n.memoizedState=[e,t],e)}function Go(e,t){var n=wo();t=void 0===t?null:t;var r=n.memoizedState;return null!==r&&null!==t&&go(t,r[1])?r[0]:(e=e(),n.memoizedState=[e,t],e)}function Wo(e,t){var n=vt;vt=0!==n&&4>n?n:4,e(!0);var r=io.transition;io.transition={};try{e(!1),t()}finally{vt=n,io.transition=r}}function qo(){return wo().memoizedState}function Vo(e,t,n){var r=Bs(e);n={lane:r,action:n,hasEagerState:!1,eagerState:null,next:null},$o(e)?Jo(t,n):(Ko(e,t,n),null!==(e=Gs(e,r,n=Fs()))&&Qo(e,t,r))}function Yo(e,t,n){var r=Bs(e),a={lane:r,action:n,hasEagerState:!1,eagerState:null,next:null};if($o(e))Jo(t,a);else{Ko(e,t,a);var i=e.alternate;if(0===e.lanes&&(null===i||0===i.lanes)&&null!==(i=t.lastRenderedReducer))try{var o=t.lastRenderedState,l=i(o,n);if(a.hasEagerState=!0,a.eagerState=l,ir(l,o))return}catch(e){}null!==(e=Gs(e,r,n=Fs()))&&Qo(e,t,r)}}function $o(e){var t=e.alternate;return e===lo||null!==t&&t===lo}function Jo(e,t){po=co=!0;var n=e.pending;null===n?t.next=t:(t.next=n.next,n.next=t),e.pending=t}function Ko(e,t,n){null!==ys&&0!=(1&e.mode)&&0==(2&gs)?(null===(e=t.interleaved)?(n.next=n,null===Qa?Qa=[t]:Qa.push(t)):(n.next=e.next,e.next=n),t.interleaved=n):(null===(e=t.pending)?n.next=n:(n.next=e.next,e.next=n),t.pending=n)}function Qo(e,t,n){if(0!=(4194240&n)){var r=t.lanes;n|=r&=e.pendingLanes,t.lanes=n,yt(e,n)}}var Xo={readContext:Ka,useCallback:fo,useContext:fo,useEffect:fo,useImperativeHandle:fo,useInsertionEffect:fo,useLayoutEffect:fo,useMemo:fo,useReducer:fo,useRef:fo,useState:fo,useDebugValue:fo,useDeferredValue:fo,useTransition:fo,useMutableSource:fo,useSyncExternalStore:fo,useId:fo,unstable_isNewReconciler:!1},Zo={readContext:Ka,useCallback:function(e,t){return bo().memoizedState=[e,void 0===t?null:t],e},useContext:Ka,useEffect:Ho,useImperativeHandle:function(e,t,n){return n=null!=n?n.concat([e]):null,Do(4194308,4,Uo.bind(null,t,e),n)},useLayoutEffect:function(e,t){return Do(4194308,4,e,t)},useInsertionEffect:function(e,t){return Do(4,2,e,t)},useMemo:function(e,t){var n=bo();return t=void 0===t?null:t,e=e(),n.memoizedState=[e,t],e},useReducer:function(e,t,n){var r=bo();return t=void 0!==n?n(t):t,r.memoizedState=r.baseState=t,e={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:e,lastRenderedState:t},r.queue=e,e=e.dispatch=Vo.bind(null,lo,e),[r.memoizedState,e]},useRef:function(e){return e={current:e},bo().memoizedState=e},useState:No,useDebugValue:Fo,useDeferredValue:function(e){var t=No(e),n=t[0],r=t[1];return Ho((function(){var t=io.transition;io.transition={};try{r(e)}finally{io.transition=t}}),[e]),n},useTransition:function(){var e=No(!1),t=e[0];return e=Wo.bind(null,e[1]),bo().memoizedState=e,[t,e]},useMutableSource:function(){},useSyncExternalStore:function(e,t,n){var r=lo,a=bo();if(Mi){if(void 0===n)throw Error(i(407));n=n()}else{if(n=t(),null===ys)throw Error(i(349));0!=(30&oo)||To(r,t,n)}a.memoizedState=n;var o={value:n,getSnapshot:t};return a.queue=o,Ho(Co.bind(null,r,o,e),[e]),r.flags|=2048,Oo(9,Ao.bind(null,r,o,n,t),void 0,null),n},useId:function(){var e=bo(),t=ys.identifierPrefix;if(Mi){var n=xi;t=":"+t+"R"+(n=(ki&~(1<<32-ot(ki)-1)).toString(32)+n),0<(n=mo++)&&(t+="H"+n.toString(32)),t+=":"}else t=":"+t+"r"+(n=ho++).toString(32)+":";return e.memoizedState=t},unstable_isNewReconciler:!1},el={readContext:Ka,useCallback:Bo,useContext:Ka,useEffect:jo,useImperativeHandle:Io,useInsertionEffect:Ro,useLayoutEffect:zo,useMemo:Go,useReducer:xo,useRef:Po,useState:function(){return xo(ko)},useDebugValue:Fo,useDeferredValue:function(e){var t=xo(ko),n=t[0],r=t[1];return jo((function(){var t=io.transition;io.transition={};try{r(e)}finally{io.transition=t}}),[e]),n},useTransition:function(){return[xo(ko)[0],wo().memoizedState]},useMutableSource:_o,useSyncExternalStore:So,useId:qo,unstable_isNewReconciler:!1},tl={readContext:Ka,useCallback:Bo,useContext:Ka,useEffect:jo,useImperativeHandle:Io,useInsertionEffect:Ro,useLayoutEffect:zo,useMemo:Go,useReducer:Eo,useRef:Po,useState:function(){return Eo(ko)},useDebugValue:Fo,useDeferredValue:function(e){var t=Eo(ko),n=t[0],r=t[1];return jo((function(){var t=io.transition;io.transition={};try{r(e)}finally{io.transition=t}}),[e]),n},useTransition:function(){return[Eo(ko)[0],wo().memoizedState]},useMutableSource:_o,useSyncExternalStore:So,useId:qo,unstable_isNewReconciler:!1};function nl(e,t){try{var n="",r=t;do{n+=F(r),r=r.return}while(r);var a=n}catch(e){a="\nError generating stack: "+e.message+"\n"+e.stack}return{value:e,source:t,stack:a}}function rl(e,t){try{console.error(t.value)}catch(e){setTimeout((function(){throw e}))}}var al,il,ol,ll="function"==typeof WeakMap?WeakMap:Map;function sl(e,t,n){(n=ti(-1,n)).tag=3,n.payload={element:null};var r=t.value;return n.callback=function(){Os||(Os=!0,Ps=r),rl(0,t)},n}function ul(e,t,n){(n=ti(-1,n)).tag=3;var r=e.type.getDerivedStateFromError;if("function"==typeof r){var a=t.value;n.payload=function(){return r(a)},n.callback=function(){rl(0,t)}}var i=e.stateNode;return null!==i&&"function"==typeof i.componentDidCatch&&(n.callback=function(){rl(0,t),"function"!=typeof r&&(null===Ds?Ds=new Set([this]):Ds.add(this));var e=t.stack;this.componentDidCatch(t.value,{componentStack:null!==e?e:""})}),n}function cl(e,t,n){var r=e.pingCache;if(null===r){r=e.pingCache=new ll;var a=new Set;r.set(t,a)}else void 0===(a=r.get(t))&&(a=new Set,r.set(t,a));a.has(n)||(a.add(n),e=mu.bind(null,e,t,n),t.then(e,e))}function dl(e){do{var t;if((t=13===e.tag)&&(t=null===(t=e.memoizedState)||null!==t.dehydrated),t)return e;e=e.return}while(null!==e);return null}function pl(e,t,n,r,a){return 0==(1&e.mode)?(e===t?e.flags|=65536:(e.flags|=128,n.flags|=131072,n.flags&=-52805,1===n.tag&&(null===n.alternate?n.tag=17:((t=ti(-1,1)).tag=2,ni(n,t))),n.lanes|=1),e):(e.flags|=65536,e.lanes=a,e)}function ml(e,t){if(!Mi)switch(e.tailMode){case"hidden":t=e.tail;for(var n=null;null!==t;)null!==t.alternate&&(n=t),t=t.sibling;null===n?e.tail=null:n.sibling=null;break;case"collapsed":n=e.tail;for(var r=null;null!==n;)null!==n.alternate&&(r=n),n=n.sibling;null===r?t||null===e.tail?e.tail=null:e.tail.sibling=null:r.sibling=null}}function hl(e){var t=null!==e.alternate&&e.alternate.child===e.child,n=0,r=0;if(t)for(var a=e.child;null!==a;)n|=a.lanes|a.childLanes,r|=14680064&a.subtreeFlags,r|=14680064&a.flags,a.return=e,a=a.sibling;else for(a=e.child;null!==a;)n|=a.lanes|a.childLanes,r|=a.subtreeFlags,r|=a.flags,a.return=e,a=a.sibling;return e.subtreeFlags|=r,e.childLanes=n,t}function fl(e,t,n){var r=t.pendingProps;switch(Ti(t),t.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return hl(t),null;case 1:case 17:return Ma(t.type)&&Na(),hl(t),null;case 3:return r=t.stateNode,Qi(),xa(Ta),xa(Sa),ro(),r.pendingContext&&(r.context=r.pendingContext,r.pendingContext=null),null!==e&&null!==e.child||(ji(t)?t.flags|=4:null===e||e.memoizedState.isDehydrated&&0==(256&t.flags)||(t.flags|=1024,null!==Ni&&($s(Ni),Ni=null))),hl(t),null;case 5:Zi(t);var a=Ji($i.current);if(n=t.type,null!==e&&null!=t.stateNode)il(e,t,n,r),e.ref!==t.ref&&(t.flags|=512,t.flags|=2097152);else{if(!r){if(null===t.stateNode)throw Error(i(166));return hl(t),null}if(e=Ji(Vi.current),ji(t)){r=t.stateNode,n=t.type;var o=t.memoizedProps;switch(r[ua]=t,r[ca]=o,e=0!=(1&t.mode),n){case"dialog":Rr("cancel",r),Rr("close",r);break;case"iframe":case"object":case"embed":Rr("load",r);break;case"video":case"audio":for(a=0;a<Dr.length;a++)Rr(Dr[a],r);break;case"source":Rr("error",r);break;case"img":case"image":case"link":Rr("error",r),Rr("load",r);break;case"details":Rr("toggle",r);break;case"input":K(r,o),Rr("invalid",r);break;case"select":r._wrapperState={wasMultiple:!!o.multiple},Rr("invalid",r);break;case"textarea":ae(r,o),Rr("invalid",r)}for(var s in ve(n,o),a=null,o)if(o.hasOwnProperty(s)){var u=o[s];"children"===s?"string"==typeof u?r.textContent!==u&&(Kr(r.textContent,u,e),a=["children",u]):"number"==typeof u&&r.textContent!==""+u&&(Kr(r.textContent,u,e),a=["children",""+u]):l.hasOwnProperty(s)&&null!=u&&"onScroll"===s&&Rr("scroll",r)}switch(n){case"input":V(r),Z(r,o,!0);break;case"textarea":V(r),oe(r);break;case"select":case"option":break;default:"function"==typeof o.onClick&&(r.onclick=Qr)}r=a,t.updateQueue=r,null!==r&&(t.flags|=4)}else{s=9===a.nodeType?a:a.ownerDocument,"http://www.w3.org/1999/xhtml"===e&&(e=le(n)),"http://www.w3.org/1999/xhtml"===e?"script"===n?((e=s.createElement("div")).innerHTML="<script><\/script>",e=e.removeChild(e.firstChild)):"string"==typeof r.is?e=s.createElement(n,{is:r.is}):(e=s.createElement(n),"select"===n&&(s=e,r.multiple?s.multiple=!0:r.size&&(s.size=r.size))):e=s.createElementNS(e,n),e[ua]=t,e[ca]=r,al(e,t),t.stateNode=e;e:{switch(s=be(n,r),n){case"dialog":Rr("cancel",e),Rr("close",e),a=r;break;case"iframe":case"object":case"embed":Rr("load",e),a=r;break;case"video":case"audio":for(a=0;a<Dr.length;a++)Rr(Dr[a],e);a=r;break;case"source":Rr("error",e),a=r;break;case"img":case"image":case"link":Rr("error",e),Rr("load",e),a=r;break;case"details":Rr("toggle",e),a=r;break;case"input":K(e,r),a=J(e,r),Rr("invalid",e);break;case"option":default:a=r;break;case"select":e._wrapperState={wasMultiple:!!r.multiple},a=R({},r,{value:void 0}),Rr("invalid",e);break;case"textarea":ae(e,r),a=re(e,r),Rr("invalid",e)}for(o in ve(n,a),u=a)if(u.hasOwnProperty(o)){var c=u[o];"style"===o?ge(e,c):"dangerouslySetInnerHTML"===o?null!=(c=c?c.__html:void 0)&&de(e,c):"children"===o?"string"==typeof c?("textarea"!==n||""!==c)&&pe(e,c):"number"==typeof c&&pe(e,""+c):"suppressContentEditableWarning"!==o&&"suppressHydrationWarning"!==o&&"autoFocus"!==o&&(l.hasOwnProperty(o)?null!=c&&"onScroll"===o&&Rr("scroll",e):null!=c&&b(e,o,c,s))}switch(n){case"input":V(e),Z(e,r,!1);break;case"textarea":V(e),oe(e);break;case"option":null!=r.value&&e.setAttribute("value",""+W(r.value));break;case"select":e.multiple=!!r.multiple,null!=(o=r.value)?ne(e,!!r.multiple,o,!1):null!=r.defaultValue&&ne(e,!!r.multiple,r.defaultValue,!0);break;default:"function"==typeof a.onClick&&(e.onclick=Qr)}switch(n){case"button":case"input":case"select":case"textarea":r=!!r.autoFocus;break e;case"img":r=!0;break e;default:r=!1}}r&&(t.flags|=4)}null!==t.ref&&(t.flags|=512,t.flags|=2097152)}return hl(t),null;case 6:if(e&&null!=t.stateNode)ol(0,t,e.memoizedProps,r);else{if("string"!=typeof r&&null===t.stateNode)throw Error(i(166));if(n=Ji($i.current),Ji(Vi.current),ji(t)){if(r=t.stateNode,n=t.memoizedProps,r[ua]=t,(o=r.nodeValue!==n)&&null!==(e=Ai))switch(s=0!=(1&e.mode),e.tag){case 3:Kr(r.nodeValue,n,s);break;case 5:!0!==e.memoizedProps[void 0]&&Kr(r.nodeValue,n,s)}o&&(t.flags|=4)}else(r=(9===n.nodeType?n:n.ownerDocument).createTextNode(r))[ua]=t,t.stateNode=r}return hl(t),null;case 13:if(xa(eo),r=t.memoizedState,Mi&&null!==Ci&&0!=(1&t.mode)&&0==(128&t.flags)){for(r=Ci;r;)r=oa(r.nextSibling);return Ri(),t.flags|=98560,t}if(null!==r&&null!==r.dehydrated){if(r=ji(t),null===e){if(!r)throw Error(i(318));if(!(r=null!==(r=t.memoizedState)?r.dehydrated:null))throw Error(i(317));r[ua]=t}else Ri(),0==(128&t.flags)&&(t.memoizedState=null),t.flags|=4;return hl(t),null}return null!==Ni&&($s(Ni),Ni=null),0!=(128&t.flags)?(t.lanes=n,t):(r=null!==r,n=!1,null===e?ji(t):n=null!==e.memoizedState,r&&!n&&(t.child.flags|=8192,0!=(1&t.mode)&&(null===e||0!=(1&eo.current)?0===xs&&(xs=3):ru())),null!==t.updateQueue&&(t.flags|=4),hl(t),null);case 4:return Qi(),null===e&&Ir(t.stateNode.containerInfo),hl(t),null;case 10:return Ya(t.type._context),hl(t),null;case 19:if(xa(eo),null===(o=t.memoizedState))return hl(t),null;if(r=0!=(128&t.flags),null===(s=o.rendering))if(r)ml(o,!1);else{if(0!==xs||null!==e&&0!=(128&e.flags))for(e=t.child;null!==e;){if(null!==(s=to(e))){for(t.flags|=128,ml(o,!1),null!==(r=s.updateQueue)&&(t.updateQueue=r,t.flags|=4),t.subtreeFlags=0,r=n,n=t.child;null!==n;)e=r,(o=n).flags&=14680066,null===(s=o.alternate)?(o.childLanes=0,o.lanes=e,o.child=null,o.subtreeFlags=0,o.memoizedProps=null,o.memoizedState=null,o.updateQueue=null,o.dependencies=null,o.stateNode=null):(o.childLanes=s.childLanes,o.lanes=s.lanes,o.child=s.child,o.subtreeFlags=0,o.deletions=null,o.memoizedProps=s.memoizedProps,o.memoizedState=s.memoizedState,o.updateQueue=s.updateQueue,o.type=s.type,e=s.dependencies,o.dependencies=null===e?null:{lanes:e.lanes,firstContext:e.firstContext}),n=n.sibling;return Ea(eo,1&eo.current|2),t.child}e=e.sibling}null!==o.tail&&Qe()>Ns&&(t.flags|=128,r=!0,ml(o,!1),t.lanes=4194304)}else{if(!r)if(null!==(e=to(s))){if(t.flags|=128,r=!0,null!==(n=e.updateQueue)&&(t.updateQueue=n,t.flags|=4),ml(o,!0),null===o.tail&&"hidden"===o.tailMode&&!s.alternate&&!Mi)return hl(t),null}else 2*Qe()-o.renderingStartTime>Ns&&1073741824!==n&&(t.flags|=128,r=!0,ml(o,!1),t.lanes=4194304);o.isBackwards?(s.sibling=t.child,t.child=s):(null!==(n=o.last)?n.sibling=s:t.child=s,o.last=s)}return null!==o.tail?(t=o.tail,o.rendering=t,o.tail=t.sibling,o.renderingStartTime=Qe(),t.sibling=null,n=eo.current,Ea(eo,r?1&n|2:1&n),t):(hl(t),null);case 22:case 23:return Zs(),r=null!==t.memoizedState,null!==e&&null!==e.memoizedState!==r&&(t.flags|=8192),r&&0!=(1&t.mode)?0!=(1073741824&ws)&&(hl(t),6&t.subtreeFlags&&(t.flags|=8192)):hl(t),null;case 24:case 25:return null}throw Error(i(156,t.tag))}al=function(e,t){for(var n=t.child;null!==n;){if(5===n.tag||6===n.tag)e.appendChild(n.stateNode);else if(4!==n.tag&&null!==n.child){n.child.return=n,n=n.child;continue}if(n===t)break;for(;null===n.sibling;){if(null===n.return||n.return===t)return;n=n.return}n.sibling.return=n.return,n=n.sibling}},il=function(e,t,n,r){var a=e.memoizedProps;if(a!==r){e=t.stateNode,Ji(Vi.current);var i,o=null;switch(n){case"input":a=J(e,a),r=J(e,r),o=[];break;case"select":a=R({},a,{value:void 0}),r=R({},r,{value:void 0}),o=[];break;case"textarea":a=re(e,a),r=re(e,r),o=[];break;default:"function"!=typeof a.onClick&&"function"==typeof r.onClick&&(e.onclick=Qr)}for(c in ve(n,r),n=null,a)if(!r.hasOwnProperty(c)&&a.hasOwnProperty(c)&&null!=a[c])if("style"===c){var s=a[c];for(i in s)s.hasOwnProperty(i)&&(n||(n={}),n[i]="")}else"dangerouslySetInnerHTML"!==c&&"children"!==c&&"suppressContentEditableWarning"!==c&&"suppressHydrationWarning"!==c&&"autoFocus"!==c&&(l.hasOwnProperty(c)?o||(o=[]):(o=o||[]).push(c,null));for(c in r){var u=r[c];if(s=null!=a?a[c]:void 0,r.hasOwnProperty(c)&&u!==s&&(null!=u||null!=s))if("style"===c)if(s){for(i in s)!s.hasOwnProperty(i)||u&&u.hasOwnProperty(i)||(n||(n={}),n[i]="");for(i in u)u.hasOwnProperty(i)&&s[i]!==u[i]&&(n||(n={}),n[i]=u[i])}else n||(o||(o=[]),o.push(c,n)),n=u;else"dangerouslySetInnerHTML"===c?(u=u?u.__html:void 0,s=s?s.__html:void 0,null!=u&&s!==u&&(o=o||[]).push(c,u)):"children"===c?"string"!=typeof u&&"number"!=typeof u||(o=o||[]).push(c,""+u):"suppressContentEditableWarning"!==c&&"suppressHydrationWarning"!==c&&(l.hasOwnProperty(c)?(null!=u&&"onScroll"===c&&Rr("scroll",e),o||s===u||(o=[])):(o=o||[]).push(c,u))}n&&(o=o||[]).push("style",n);var c=o;(t.updateQueue=c)&&(t.flags|=4)}},ol=function(e,t,n,r){n!==r&&(t.flags|=4)};var gl=w.ReactCurrentOwner,yl=!1;function vl(e,t,n,r){t.child=null===e?Wi(t,null,n,r):Gi(t,e.child,n,r)}function bl(e,t,n,r,a){n=n.render;var i=t.ref;return Ja(t,a),r=yo(e,t,n,r,i,a),n=vo(),null===e||yl?(Mi&&n&&Si(t),t.flags|=1,vl(e,t,r,a),t.child):(t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~a,Ul(e,t,a))}function wl(e,t,n,r,a){if(null===e){var i=n.type;return"function"!=typeof i||wu(i)||void 0!==i.defaultProps||null!==n.compare||void 0!==n.defaultProps?((e=xu(n.type,null,r,t,t.mode,a)).ref=t.ref,e.return=t,t.child=e):(t.tag=15,t.type=i,kl(e,t,i,r,a))}if(i=e.child,0==(e.lanes&a)){var o=i.memoizedProps;if((n=null!==(n=n.compare)?n:or)(o,r)&&e.ref===t.ref)return Ul(e,t,a)}return t.flags|=1,(e=ku(i,r)).ref=t.ref,e.return=t,t.child=e}function kl(e,t,n,r,a){if(null!==e&&or(e.memoizedProps,r)&&e.ref===t.ref){if(yl=!1,0==(e.lanes&a))return t.lanes=e.lanes,Ul(e,t,a);0!=(131072&e.flags)&&(yl=!0)}return _l(e,t,n,r,a)}function xl(e,t,n){var r=t.pendingProps,a=r.children,i=null!==e?e.memoizedState:null;if("hidden"===r.mode)if(0==(1&t.mode))t.memoizedState={baseLanes:0,cachePool:null},Ea(ks,ws),ws|=n;else{if(0==(1073741824&n))return e=null!==i?i.baseLanes|n:n,t.lanes=t.childLanes=1073741824,t.memoizedState={baseLanes:e,cachePool:null},t.updateQueue=null,Ea(ks,ws),ws|=e,null;t.memoizedState={baseLanes:0,cachePool:null},r=null!==i?i.baseLanes:n,Ea(ks,ws),ws|=r}else null!==i?(r=i.baseLanes|n,t.memoizedState=null):r=n,Ea(ks,ws),ws|=r;return vl(e,t,a,n),t.child}function El(e,t){var n=t.ref;(null===e&&null!==n||null!==e&&e.ref!==n)&&(t.flags|=512,t.flags|=2097152)}function _l(e,t,n,r,a){var i=Ma(n)?Aa:Sa.current;return i=Ca(t,i),Ja(t,a),n=yo(e,t,n,r,i,a),r=vo(),null===e||yl?(Mi&&r&&Si(t),t.flags|=1,vl(e,t,n,a),t.child):(t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~a,Ul(e,t,a))}function Sl(e,t,n,r,a){if(Ma(n)){var i=!0;Da(t)}else i=!1;if(Ja(t,a),null===t.stateNode)null!==e&&(e.alternate=null,t.alternate=null,t.flags|=2),di(t,n,r),mi(t,n,r,a),r=!0;else if(null===e){var o=t.stateNode,l=t.memoizedProps;o.props=l;var s=o.context,u=n.contextType;u="object"==typeof u&&null!==u?Ka(u):Ca(t,u=Ma(n)?Aa:Sa.current);var c=n.getDerivedStateFromProps,d="function"==typeof c||"function"==typeof o.getSnapshotBeforeUpdate;d||"function"!=typeof o.UNSAFE_componentWillReceiveProps&&"function"!=typeof o.componentWillReceiveProps||(l!==r||s!==u)&&pi(t,o,r,u),Xa=!1;var p=t.memoizedState;o.state=p,ii(t,r,o,a),s=t.memoizedState,l!==r||p!==s||Ta.current||Xa?("function"==typeof c&&(si(t,n,c,r),s=t.memoizedState),(l=Xa||ci(t,n,l,r,p,s,u))?(d||"function"!=typeof o.UNSAFE_componentWillMount&&"function"!=typeof o.componentWillMount||("function"==typeof o.componentWillMount&&o.componentWillMount(),"function"==typeof o.UNSAFE_componentWillMount&&o.UNSAFE_componentWillMount()),"function"==typeof o.componentDidMount&&(t.flags|=4194308)):("function"==typeof o.componentDidMount&&(t.flags|=4194308),t.memoizedProps=r,t.memoizedState=s),o.props=r,o.state=s,o.context=u,r=l):("function"==typeof o.componentDidMount&&(t.flags|=4194308),r=!1)}else{o=t.stateNode,ei(e,t),l=t.memoizedProps,u=t.type===t.elementType?l:Fa(t.type,l),o.props=u,d=t.pendingProps,p=o.context,s="object"==typeof(s=n.contextType)&&null!==s?Ka(s):Ca(t,s=Ma(n)?Aa:Sa.current);var m=n.getDerivedStateFromProps;(c="function"==typeof m||"function"==typeof o.getSnapshotBeforeUpdate)||"function"!=typeof o.UNSAFE_componentWillReceiveProps&&"function"!=typeof o.componentWillReceiveProps||(l!==d||p!==s)&&pi(t,o,r,s),Xa=!1,p=t.memoizedState,o.state=p,ii(t,r,o,a);var h=t.memoizedState;l!==d||p!==h||Ta.current||Xa?("function"==typeof m&&(si(t,n,m,r),h=t.memoizedState),(u=Xa||ci(t,n,u,r,p,h,s)||!1)?(c||"function"!=typeof o.UNSAFE_componentWillUpdate&&"function"!=typeof o.componentWillUpdate||("function"==typeof o.componentWillUpdate&&o.componentWillUpdate(r,h,s),"function"==typeof o.UNSAFE_componentWillUpdate&&o.UNSAFE_componentWillUpdate(r,h,s)),"function"==typeof o.componentDidUpdate&&(t.flags|=4),"function"==typeof o.getSnapshotBeforeUpdate&&(t.flags|=1024)):("function"!=typeof o.componentDidUpdate||l===e.memoizedProps&&p===e.memoizedState||(t.flags|=4),"function"!=typeof o.getSnapshotBeforeUpdate||l===e.memoizedProps&&p===e.memoizedState||(t.flags|=1024),t.memoizedProps=r,t.memoizedState=h),o.props=r,o.state=h,o.context=s,r=u):("function"!=typeof o.componentDidUpdate||l===e.memoizedProps&&p===e.memoizedState||(t.flags|=4),"function"!=typeof o.getSnapshotBeforeUpdate||l===e.memoizedProps&&p===e.memoizedState||(t.flags|=1024),r=!1)}return Tl(e,t,n,r,i,a)}function Tl(e,t,n,r,a,i){El(e,t);var o=0!=(128&t.flags);if(!r&&!o)return a&&La(t,n,!1),Ul(e,t,i);r=t.stateNode,gl.current=t;var l=o&&"function"!=typeof n.getDerivedStateFromError?null:r.render();return t.flags|=1,null!==e&&o?(t.child=Gi(t,e.child,null,i),t.child=Gi(t,null,l,i)):vl(e,t,l,i),t.memoizedState=r.state,a&&La(t,n,!0),t.child}function Al(e){var t=e.stateNode;t.pendingContext?Oa(0,t.pendingContext,t.pendingContext!==t.context):t.context&&Oa(0,t.context,!1),Ki(e,t.containerInfo)}function Cl(e,t,n,r,a){return Ri(),zi(a),t.flags|=256,vl(e,t,n,r),t.child}var Ml={dehydrated:null,treeContext:null,retryLane:0};function Nl(e){return{baseLanes:e,cachePool:null}}function Ol(e,t,n){var r,a=t.pendingProps,o=eo.current,l=!1,s=0!=(128&t.flags);if((r=s)||(r=(null===e||null!==e.memoizedState)&&0!=(2&o)),r?(l=!0,t.flags&=-129):null!==e&&null===e.memoizedState||(o|=1),Ea(eo,1&o),null===e)return Li(t),null!==(e=t.memoizedState)&&null!==(e=e.dehydrated)?(0==(1&t.mode)?t.lanes=1:"$!"===e.data?t.lanes=8:t.lanes=1073741824,null):(o=a.children,e=a.fallback,l?(a=t.mode,l=t.child,o={mode:"hidden",children:o},0==(1&a)&&null!==l?(l.childLanes=0,l.pendingProps=o):l=_u(o,a,0,null),e=Eu(e,a,n,null),l.return=t,e.return=t,l.sibling=e,t.child=l,t.child.memoizedState=Nl(n),t.memoizedState=Ml,e):Pl(t,o));if(null!==(o=e.memoizedState)){if(null!==(r=o.dehydrated)){if(s)return 256&t.flags?(t.flags&=-257,Hl(e,t,n,Error(i(422)))):null!==t.memoizedState?(t.child=e.child,t.flags|=128,null):(l=a.fallback,o=t.mode,a=_u({mode:"visible",children:a.children},o,0,null),(l=Eu(l,o,n,null)).flags|=2,a.return=t,l.return=t,a.sibling=l,t.child=a,0!=(1&t.mode)&&Gi(t,e.child,null,n),t.child.memoizedState=Nl(n),t.memoizedState=Ml,l);if(0==(1&t.mode))t=Hl(e,t,n,null);else if("$!"===r.data)t=Hl(e,t,n,Error(i(419)));else if(a=0!=(n&e.childLanes),yl||a){if(null!==(a=ys)){switch(n&-n){case 4:l=2;break;case 16:l=8;break;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:l=32;break;case 536870912:l=268435456;break;default:l=0}0!==(a=0!=(l&(a.suspendedLanes|n))?0:l)&&a!==o.retryLane&&(o.retryLane=a,Gs(e,a,-1))}ru(),t=Hl(e,t,n,Error(i(421)))}else"$?"===r.data?(t.flags|=128,t.child=e.child,t=fu.bind(null,e),r._reactRetry=t,t=null):(n=o.treeContext,Ci=oa(r.nextSibling),Ai=t,Mi=!0,Ni=null,null!==n&&(vi[bi++]=ki,vi[bi++]=xi,vi[bi++]=wi,ki=n.id,xi=n.overflow,wi=t),(t=Pl(t,t.pendingProps.children)).flags|=4096);return t}return l?(a=Ll(e,t,a.children,a.fallback,n),l=t.child,o=e.child.memoizedState,l.memoizedState=null===o?Nl(n):{baseLanes:o.baseLanes|n,cachePool:null},l.childLanes=e.childLanes&~n,t.memoizedState=Ml,a):(n=Dl(e,t,a.children,n),t.memoizedState=null,n)}return l?(a=Ll(e,t,a.children,a.fallback,n),l=t.child,o=e.child.memoizedState,l.memoizedState=null===o?Nl(n):{baseLanes:o.baseLanes|n,cachePool:null},l.childLanes=e.childLanes&~n,t.memoizedState=Ml,a):(n=Dl(e,t,a.children,n),t.memoizedState=null,n)}function Pl(e,t){return(t=_u({mode:"visible",children:t},e.mode,0,null)).return=e,e.child=t}function Dl(e,t,n,r){var a=e.child;return e=a.sibling,n=ku(a,{mode:"visible",children:n}),0==(1&t.mode)&&(n.lanes=r),n.return=t,n.sibling=null,null!==e&&(null===(r=t.deletions)?(t.deletions=[e],t.flags|=16):r.push(e)),t.child=n}function Ll(e,t,n,r,a){var i=t.mode,o=(e=e.child).sibling,l={mode:"hidden",children:n};return 0==(1&i)&&t.child!==e?((n=t.child).childLanes=0,n.pendingProps=l,t.deletions=null):(n=ku(e,l)).subtreeFlags=14680064&e.subtreeFlags,null!==o?r=ku(o,r):(r=Eu(r,i,a,null)).flags|=2,r.return=t,n.return=t,n.sibling=r,t.child=n,r}function Hl(e,t,n,r){return null!==r&&zi(r),Gi(t,e.child,null,n),(e=Pl(t,t.pendingProps.children)).flags|=2,t.memoizedState=null,e}function jl(e,t,n){e.lanes|=t;var r=e.alternate;null!==r&&(r.lanes|=t),$a(e.return,t,n)}function Rl(e,t,n,r,a){var i=e.memoizedState;null===i?e.memoizedState={isBackwards:t,rendering:null,renderingStartTime:0,last:r,tail:n,tailMode:a}:(i.isBackwards=t,i.rendering=null,i.renderingStartTime=0,i.last=r,i.tail=n,i.tailMode=a)}function zl(e,t,n){var r=t.pendingProps,a=r.revealOrder,i=r.tail;if(vl(e,t,r.children,n),0!=(2&(r=eo.current)))r=1&r|2,t.flags|=128;else{if(null!==e&&0!=(128&e.flags))e:for(e=t.child;null!==e;){if(13===e.tag)null!==e.memoizedState&&jl(e,n,t);else if(19===e.tag)jl(e,n,t);else if(null!==e.child){e.child.return=e,e=e.child;continue}if(e===t)break e;for(;null===e.sibling;){if(null===e.return||e.return===t)break e;e=e.return}e.sibling.return=e.return,e=e.sibling}r&=1}if(Ea(eo,r),0==(1&t.mode))t.memoizedState=null;else switch(a){case"forwards":for(n=t.child,a=null;null!==n;)null!==(e=n.alternate)&&null===to(e)&&(a=n),n=n.sibling;null===(n=a)?(a=t.child,t.child=null):(a=n.sibling,n.sibling=null),Rl(t,!1,a,n,i);break;case"backwards":for(n=null,a=t.child,t.child=null;null!==a;){if(null!==(e=a.alternate)&&null===to(e)){t.child=a;break}e=a.sibling,a.sibling=n,n=a,a=e}Rl(t,!0,n,null,i);break;case"together":Rl(t,!1,null,null,void 0);break;default:t.memoizedState=null}return t.child}function Ul(e,t,n){if(null!==e&&(t.dependencies=e.dependencies),_s|=t.lanes,0==(n&t.childLanes))return null;if(null!==e&&t.child!==e.child)throw Error(i(153));if(null!==t.child){for(n=ku(e=t.child,e.pendingProps),t.child=n,n.return=t;null!==e.sibling;)e=e.sibling,(n=n.sibling=ku(e,e.pendingProps)).return=t;n.sibling=null}return t.child}function Il(e,t){switch(Ti(t),t.tag){case 1:return Ma(t.type)&&Na(),65536&(e=t.flags)?(t.flags=-65537&e|128,t):null;case 3:return Qi(),xa(Ta),xa(Sa),ro(),0!=(65536&(e=t.flags))&&0==(128&e)?(t.flags=-65537&e|128,t):null;case 5:return Zi(t),null;case 13:if(xa(eo),null!==(e=t.memoizedState)&&null!==e.dehydrated){if(null===t.alternate)throw Error(i(340));Ri()}return 65536&(e=t.flags)?(t.flags=-65537&e|128,t):null;case 19:return xa(eo),null;case 4:return Qi(),null;case 10:return Ya(t.type._context),null;case 22:case 23:return Zs(),null;default:return null}}var Fl=!1,Bl=!1,Gl="function"==typeof WeakSet?WeakSet:Set,Wl=null;function ql(e,t){var n=e.ref;if(null!==n)if("function"==typeof n)try{n(null)}catch(n){pu(e,t,n)}else n.current=null}function Vl(e,t,n){try{n()}catch(n){pu(e,t,n)}}var Yl=!1;function $l(e,t,n){var r=t.updateQueue;if(null!==(r=null!==r?r.lastEffect:null)){var a=r=r.next;do{if((a.tag&e)===e){var i=a.destroy;a.destroy=void 0,void 0!==i&&Vl(t,n,i)}a=a.next}while(a!==r)}}function Jl(e,t){if(null!==(t=null!==(t=t.updateQueue)?t.lastEffect:null)){var n=t=t.next;do{if((n.tag&e)===e){var r=n.create;n.destroy=r()}n=n.next}while(n!==t)}}function Kl(e){var t=e.ref;if(null!==t){var n=e.stateNode;e.tag,e=n,"function"==typeof t?t(e):t.current=e}}function Ql(e,t,n){if(it&&"function"==typeof it.onCommitFiberUnmount)try{it.onCommitFiberUnmount(at,t)}catch(e){}switch(t.tag){case 0:case 11:case 14:case 15:if(null!==(e=t.updateQueue)&&null!==(e=e.lastEffect)){var r=e=e.next;do{var a=r,i=a.destroy;a=a.tag,void 0!==i&&(0!=(2&a)||0!=(4&a))&&Vl(t,n,i),r=r.next}while(r!==e)}break;case 1:if(ql(t,n),"function"==typeof(e=t.stateNode).componentWillUnmount)try{e.props=t.memoizedProps,e.state=t.memoizedState,e.componentWillUnmount()}catch(e){pu(t,n,e)}break;case 5:ql(t,n);break;case 4:as(e,t,n)}}function Xl(e){var t=e.alternate;null!==t&&(e.alternate=null,Xl(t)),e.child=null,e.deletions=null,e.sibling=null,5===e.tag&&null!==(t=e.stateNode)&&(delete t[ua],delete t[ca],delete t[pa],delete t[ma],delete t[ha]),e.stateNode=null,e.return=null,e.dependencies=null,e.memoizedProps=null,e.memoizedState=null,e.pendingProps=null,e.stateNode=null,e.updateQueue=null}function Zl(e){return 5===e.tag||3===e.tag||4===e.tag}function es(e){e:for(;;){for(;null===e.sibling;){if(null===e.return||Zl(e.return))return null;e=e.return}for(e.sibling.return=e.return,e=e.sibling;5!==e.tag&&6!==e.tag&&18!==e.tag;){if(2&e.flags)continue e;if(null===e.child||4===e.tag)continue e;e.child.return=e,e=e.child}if(!(2&e.flags))return e.stateNode}}function ts(e){e:{for(var t=e.return;null!==t;){if(Zl(t))break e;t=t.return}throw Error(i(160))}var n=t;switch(n.tag){case 5:t=n.stateNode,32&n.flags&&(pe(t,""),n.flags&=-33),rs(e,n=es(e),t);break;case 3:case 4:t=n.stateNode.containerInfo,ns(e,n=es(e),t);break;default:throw Error(i(161))}}function ns(e,t,n){var r=e.tag;if(5===r||6===r)e=e.stateNode,t?8===n.nodeType?n.parentNode.insertBefore(e,t):n.insertBefore(e,t):(8===n.nodeType?(t=n.parentNode).insertBefore(e,n):(t=n).appendChild(e),null!=(n=n._reactRootContainer)||null!==t.onclick||(t.onclick=Qr));else if(4!==r&&null!==(e=e.child))for(ns(e,t,n),e=e.sibling;null!==e;)ns(e,t,n),e=e.sibling}function rs(e,t,n){var r=e.tag;if(5===r||6===r)e=e.stateNode,t?n.insertBefore(e,t):n.appendChild(e);else if(4!==r&&null!==(e=e.child))for(rs(e,t,n),e=e.sibling;null!==e;)rs(e,t,n),e=e.sibling}function as(e,t,n){for(var r,a,o=t,l=!1;;){if(!l){l=o.return;e:for(;;){if(null===l)throw Error(i(160));switch(r=l.stateNode,l.tag){case 5:a=!1;break e;case 3:case 4:r=r.containerInfo,a=!0;break e}l=l.return}l=!0}if(5===o.tag||6===o.tag){e:for(var s=e,u=o,c=n,d=u;;)if(Ql(s,d,c),null!==d.child&&4!==d.tag)d.child.return=d,d=d.child;else{if(d===u)break e;for(;null===d.sibling;){if(null===d.return||d.return===u)break e;d=d.return}d.sibling.return=d.return,d=d.sibling}a?(s=r,u=o.stateNode,8===s.nodeType?s.parentNode.removeChild(u):s.removeChild(u)):r.removeChild(o.stateNode)}else if(18===o.tag)a?(s=r,u=o.stateNode,8===s.nodeType?ia(s.parentNode,u):1===s.nodeType&&ia(s,u),Ft(s)):ia(r,o.stateNode);else if(4===o.tag){if(null!==o.child){r=o.stateNode.containerInfo,a=!0,o.child.return=o,o=o.child;continue}}else if(Ql(e,o,n),null!==o.child){o.child.return=o,o=o.child;continue}if(o===t)break;for(;null===o.sibling;){if(null===o.return||o.return===t)return;4===(o=o.return).tag&&(l=!1)}o.sibling.return=o.return,o=o.sibling}}function is(e,t){switch(t.tag){case 0:case 11:case 14:case 15:return $l(3,t,t.return),Jl(3,t),void $l(5,t,t.return);case 1:case 12:case 17:return;case 5:var n=t.stateNode;if(null!=n){var r=t.memoizedProps,a=null!==e?e.memoizedProps:r;e=t.type;var o=t.updateQueue;if(t.updateQueue=null,null!==o){for("input"===e&&"radio"===r.type&&null!=r.name&&Q(n,r),be(e,a),t=be(e,r),a=0;a<o.length;a+=2){var l=o[a],s=o[a+1];"style"===l?ge(n,s):"dangerouslySetInnerHTML"===l?de(n,s):"children"===l?pe(n,s):b(n,l,s,t)}switch(e){case"input":X(n,r);break;case"textarea":ie(n,r);break;case"select":e=n._wrapperState.wasMultiple,n._wrapperState.wasMultiple=!!r.multiple,null!=(o=r.value)?ne(n,!!r.multiple,o,!1):e!==!!r.multiple&&(null!=r.defaultValue?ne(n,!!r.multiple,r.defaultValue,!0):ne(n,!!r.multiple,r.multiple?[]:"",!1))}n[ca]=r}}return;case 6:if(null===t.stateNode)throw Error(i(162));return void(t.stateNode.nodeValue=t.memoizedProps);case 3:return void(null!==e&&e.memoizedState.isDehydrated&&Ft(t.stateNode.containerInfo));case 13:case 19:return void function(e){var t=e.updateQueue;if(null!==t){e.updateQueue=null;var n=e.stateNode;null===n&&(n=e.stateNode=new Gl),t.forEach((function(t){var r=gu.bind(null,e,t);n.has(t)||(n.add(t),t.then(r,r))}))}}(t)}throw Error(i(163))}function os(e,t,n){Wl=e,ls(e,t,n)}function ls(e,t,n){for(var r=0!=(1&e.mode);null!==Wl;){var a=Wl,i=a.child;if(22===a.tag&&r){var o=null!==a.memoizedState||Fl;if(!o){var l=a.alternate,s=null!==l&&null!==l.memoizedState||Bl;l=Fl;var u=Bl;if(Fl=o,(Bl=s)&&!u)for(Wl=a;null!==Wl;)s=(o=Wl).child,22===o.tag&&null!==o.memoizedState?cs(a):null!==s?(s.return=o,Wl=s):cs(a);for(;null!==i;)Wl=i,ls(i,t,n),i=i.sibling;Wl=a,Fl=l,Bl=u}ss(e)}else 0!=(8772&a.subtreeFlags)&&null!==i?(i.return=a,Wl=i):ss(e)}}function ss(e){for(;null!==Wl;){var t=Wl;if(0!=(8772&t.flags)){var n=t.alternate;try{if(0!=(8772&t.flags))switch(t.tag){case 0:case 11:case 15:Bl||Jl(5,t);break;case 1:var r=t.stateNode;if(4&t.flags&&!Bl)if(null===n)r.componentDidMount();else{var a=t.elementType===t.type?n.memoizedProps:Fa(t.type,n.memoizedProps);r.componentDidUpdate(a,n.memoizedState,r.__reactInternalSnapshotBeforeUpdate)}var o=t.updateQueue;null!==o&&oi(t,o,r);break;case 3:var l=t.updateQueue;if(null!==l){if(n=null,null!==t.child)switch(t.child.tag){case 5:case 1:n=t.child.stateNode}oi(t,l,n)}break;case 5:var s=t.stateNode;if(null===n&&4&t.flags){n=s;var u=t.memoizedProps;switch(t.type){case"button":case"input":case"select":case"textarea":u.autoFocus&&n.focus();break;case"img":u.src&&(n.src=u.src)}}break;case 6:case 4:case 12:case 19:case 17:case 21:case 22:case 23:break;case 13:if(null===t.memoizedState){var c=t.alternate;if(null!==c){var d=c.memoizedState;if(null!==d){var p=d.dehydrated;null!==p&&Ft(p)}}}break;default:throw Error(i(163))}Bl||512&t.flags&&Kl(t)}catch(e){pu(t,t.return,e)}}if(t===e){Wl=null;break}if(null!==(n=t.sibling)){n.return=t.return,Wl=n;break}Wl=t.return}}function us(e){for(;null!==Wl;){var t=Wl;if(t===e){Wl=null;break}var n=t.sibling;if(null!==n){n.return=t.return,Wl=n;break}Wl=t.return}}function cs(e){for(;null!==Wl;){var t=Wl;try{switch(t.tag){case 0:case 11:case 15:var n=t.return;try{Jl(4,t)}catch(e){pu(t,n,e)}break;case 1:var r=t.stateNode;if("function"==typeof r.componentDidMount){var a=t.return;try{r.componentDidMount()}catch(e){pu(t,a,e)}}var i=t.return;try{Kl(t)}catch(e){pu(t,i,e)}break;case 5:var o=t.return;try{Kl(t)}catch(e){pu(t,o,e)}}}catch(e){pu(t,t.return,e)}if(t===e){Wl=null;break}var l=t.sibling;if(null!==l){l.return=t.return,Wl=l;break}Wl=t.return}}var ds,ps=Math.ceil,ms=w.ReactCurrentDispatcher,hs=w.ReactCurrentOwner,fs=w.ReactCurrentBatchConfig,gs=0,ys=null,vs=null,bs=0,ws=0,ks=ka(0),xs=0,Es=null,_s=0,Ss=0,Ts=0,As=null,Cs=null,Ms=0,Ns=1/0,Os=!1,Ps=null,Ds=null,Ls=!1,Hs=null,js=0,Rs=0,zs=null,Us=-1,Is=0;function Fs(){return 0!=(6&gs)?Qe():-1!==Us?Us:Us=Qe()}function Bs(e){return 0==(1&e.mode)?1:0!=(2&gs)&&0!==bs?bs&-bs:null!==Ia.transition?(0===Is&&(e=ut,0==(4194240&(ut<<=1))&&(ut=64),Is=e),Is):0!==(e=vt)?e:e=void 0===(e=window.event)?16:$t(e.type)}function Gs(e,t,n){if(50<Rs)throw Rs=0,zs=null,Error(i(185));var r=Ws(e,t);return null===r?null:(gt(r,t,n),0!=(2&gs)&&r===ys||(r===ys&&(0==(2&gs)&&(Ss|=t),4===xs&&Js(r,bs)),qs(r,n),1===t&&0===gs&&0==(1&e.mode)&&(Ns=Qe()+500,ja&&Ua())),r)}function Ws(e,t){e.lanes|=t;var n=e.alternate;for(null!==n&&(n.lanes|=t),n=e,e=e.return;null!==e;)e.childLanes|=t,null!==(n=e.alternate)&&(n.childLanes|=t),n=e,e=e.return;return 3===n.tag?n.stateNode:null}function qs(e,t){var n=e.callbackNode;!function(e,t){for(var n=e.suspendedLanes,r=e.pingedLanes,a=e.expirationTimes,i=e.pendingLanes;0<i;){var o=31-ot(i),l=1<<o,s=a[o];-1===s?0!=(l&n)&&0==(l&r)||(a[o]=mt(l,t)):s<=t&&(e.expiredLanes|=l),i&=~l}}(e,t);var r=pt(e,e===ys?bs:0);if(0===r)null!==n&&$e(n),e.callbackNode=null,e.callbackPriority=0;else if(t=r&-r,e.callbackPriority!==t){if(null!=n&&$e(n),1===t)0===e.tag?function(e){ja=!0,za(e)}(Ks.bind(null,e)):za(Ks.bind(null,e)),ra((function(){0===gs&&Ua()})),n=null;else{switch(bt(r)){case 1:n=Ze;break;case 4:n=et;break;case 16:default:n=tt;break;case 536870912:n=rt}n=yu(n,Vs.bind(null,e))}e.callbackPriority=t,e.callbackNode=n}}function Vs(e,t){if(Us=-1,Is=0,0!=(6&gs))throw Error(i(327));var n=e.callbackNode;if(cu()&&e.callbackNode!==n)return null;var r=pt(e,e===ys?bs:0);if(0===r)return null;if(0!=(30&r)||0!=(r&e.expiredLanes)||t)t=au(e,r);else{t=r;var a=gs;gs|=2;var o=nu();for(ys===e&&bs===t||(Ns=Qe()+500,eu(e,t));;)try{ou();break}catch(t){tu(e,t)}Va(),ms.current=o,gs=a,null!==vs?t=0:(ys=null,bs=0,t=xs)}if(0!==t){if(2===t&&0!==(a=ht(e))&&(r=a,t=Ys(e,a)),1===t)throw n=Es,eu(e,0),Js(e,r),qs(e,Qe()),n;if(6===t)Js(e,r);else{if(a=e.current.alternate,0==(30&r)&&!function(e){for(var t=e;;){if(16384&t.flags){var n=t.updateQueue;if(null!==n&&null!==(n=n.stores))for(var r=0;r<n.length;r++){var a=n[r],i=a.getSnapshot;a=a.value;try{if(!ir(i(),a))return!1}catch(e){return!1}}}if(n=t.child,16384&t.subtreeFlags&&null!==n)n.return=t,t=n;else{if(t===e)break;for(;null===t.sibling;){if(null===t.return||t.return===e)return!0;t=t.return}t.sibling.return=t.return,t=t.sibling}}return!0}(a)&&(2===(t=au(e,r))&&0!==(o=ht(e))&&(r=o,t=Ys(e,o)),1===t))throw n=Es,eu(e,0),Js(e,r),qs(e,Qe()),n;switch(e.finishedWork=a,e.finishedLanes=r,t){case 0:case 1:throw Error(i(345));case 2:case 5:uu(e,Cs);break;case 3:if(Js(e,r),(130023424&r)===r&&10<(t=Ms+500-Qe())){if(0!==pt(e,0))break;if(((a=e.suspendedLanes)&r)!==r){Fs(),e.pingedLanes|=e.suspendedLanes&a;break}e.timeoutHandle=ea(uu.bind(null,e,Cs),t);break}uu(e,Cs);break;case 4:if(Js(e,r),(4194240&r)===r)break;for(t=e.eventTimes,a=-1;0<r;){var l=31-ot(r);o=1<<l,(l=t[l])>a&&(a=l),r&=~o}if(r=a,10<(r=(120>(r=Qe()-r)?120:480>r?480:1080>r?1080:1920>r?1920:3e3>r?3e3:4320>r?4320:1960*ps(r/1960))-r)){e.timeoutHandle=ea(uu.bind(null,e,Cs),r);break}uu(e,Cs);break;default:throw Error(i(329))}}}return qs(e,Qe()),e.callbackNode===n?Vs.bind(null,e):null}function Ys(e,t){var n=As;return e.current.memoizedState.isDehydrated&&(eu(e,t).flags|=256),2!==(e=au(e,t))&&(t=Cs,Cs=n,null!==t&&$s(t)),e}function $s(e){null===Cs?Cs=e:Cs.push.apply(Cs,e)}function Js(e,t){for(t&=~Ts,t&=~Ss,e.suspendedLanes|=t,e.pingedLanes&=~t,e=e.expirationTimes;0<t;){var n=31-ot(t),r=1<<n;e[n]=-1,t&=~r}}function Ks(e){if(0!=(6&gs))throw Error(i(327));cu();var t=pt(e,0);if(0==(1&t))return qs(e,Qe()),null;var n=au(e,t);if(0!==e.tag&&2===n){var r=ht(e);0!==r&&(t=r,n=Ys(e,r))}if(1===n)throw n=Es,eu(e,0),Js(e,t),qs(e,Qe()),n;if(6===n)throw Error(i(345));return e.finishedWork=e.current.alternate,e.finishedLanes=t,uu(e,Cs),qs(e,Qe()),null}function Qs(e,t){var n=gs;gs|=1;try{return e(t)}finally{0===(gs=n)&&(Ns=Qe()+500,ja&&Ua())}}function Xs(e){null!==Hs&&0===Hs.tag&&0==(6&gs)&&cu();var t=gs;gs|=1;var n=fs.transition,r=vt;try{if(fs.transition=null,vt=1,e)return e()}finally{vt=r,fs.transition=n,0==(6&(gs=t))&&Ua()}}function Zs(){ws=ks.current,xa(ks)}function eu(e,t){e.finishedWork=null,e.finishedLanes=0;var n=e.timeoutHandle;if(-1!==n&&(e.timeoutHandle=-1,ta(n)),null!==vs)for(n=vs.return;null!==n;){var r=n;switch(Ti(r),r.tag){case 1:null!=(r=r.type.childContextTypes)&&Na();break;case 3:Qi(),xa(Ta),xa(Sa),ro();break;case 5:Zi(r);break;case 4:Qi();break;case 13:case 19:xa(eo);break;case 10:Ya(r.type._context);break;case 22:case 23:Zs()}n=n.return}if(ys=e,vs=e=ku(e.current,null),bs=ws=t,xs=0,Es=null,Ts=Ss=_s=0,Cs=As=null,null!==Qa){for(t=0;t<Qa.length;t++)if(null!==(r=(n=Qa[t]).interleaved)){n.interleaved=null;var a=r.next,i=n.pending;if(null!==i){var o=i.next;i.next=a,r.next=o}n.pending=r}Qa=null}return e}function tu(e,t){for(;;){var n=vs;try{if(Va(),ao.current=Xo,co){for(var r=lo.memoizedState;null!==r;){var a=r.queue;null!==a&&(a.pending=null),r=r.next}co=!1}if(oo=0,uo=so=lo=null,po=!1,mo=0,hs.current=null,null===n||null===n.return){xs=1,Es=t,vs=null;break}e:{var o=e,l=n.return,s=n,u=t;if(t=bs,s.flags|=32768,null!==u&&"object"==typeof u&&"function"==typeof u.then){var c=u,d=s,p=d.tag;if(0==(1&d.mode)&&(0===p||11===p||15===p)){var m=d.alternate;m?(d.updateQueue=m.updateQueue,d.memoizedState=m.memoizedState,d.lanes=m.lanes):(d.updateQueue=null,d.memoizedState=null)}var h=dl(l);if(null!==h){h.flags&=-257,pl(h,l,s,0,t),1&h.mode&&cl(o,c,t),u=c;var f=(t=h).updateQueue;if(null===f){var g=new Set;g.add(u),t.updateQueue=g}else f.add(u);break e}if(0==(1&t)){cl(o,c,t),ru();break e}u=Error(i(426))}else if(Mi&&1&s.mode){var y=dl(l);if(null!==y){0==(65536&y.flags)&&(y.flags|=256),pl(y,l,s,0,t),zi(u);break e}}o=u,4!==xs&&(xs=2),null===As?As=[o]:As.push(o),u=nl(u,s),s=l;do{switch(s.tag){case 3:s.flags|=65536,t&=-t,s.lanes|=t,ai(s,sl(0,u,t));break e;case 1:o=u;var v=s.type,b=s.stateNode;if(0==(128&s.flags)&&("function"==typeof v.getDerivedStateFromError||null!==b&&"function"==typeof b.componentDidCatch&&(null===Ds||!Ds.has(b)))){s.flags|=65536,t&=-t,s.lanes|=t,ai(s,ul(s,o,t));break e}}s=s.return}while(null!==s)}su(n)}catch(e){t=e,vs===n&&null!==n&&(vs=n=n.return);continue}break}}function nu(){var e=ms.current;return ms.current=Xo,null===e?Xo:e}function ru(){0!==xs&&3!==xs&&2!==xs||(xs=4),null===ys||0==(268435455&_s)&&0==(268435455&Ss)||Js(ys,bs)}function au(e,t){var n=gs;gs|=2;var r=nu();for(ys===e&&bs===t||eu(e,t);;)try{iu();break}catch(t){tu(e,t)}if(Va(),gs=n,ms.current=r,null!==vs)throw Error(i(261));return ys=null,bs=0,xs}function iu(){for(;null!==vs;)lu(vs)}function ou(){for(;null!==vs&&!Je();)lu(vs)}function lu(e){var t=ds(e.alternate,e,ws);e.memoizedProps=e.pendingProps,null===t?su(e):vs=t,hs.current=null}function su(e){var t=e;do{var n=t.alternate;if(e=t.return,0==(32768&t.flags)){if(null!==(n=fl(n,t,ws)))return void(vs=n)}else{if(null!==(n=Il(n,t)))return n.flags&=32767,void(vs=n);if(null===e)return xs=6,void(vs=null);e.flags|=32768,e.subtreeFlags=0,e.deletions=null}if(null!==(t=t.sibling))return void(vs=t);vs=t=e}while(null!==t);0===xs&&(xs=5)}function uu(e,t){var n=vt,r=fs.transition;try{fs.transition=null,vt=1,function(e,t,n){do{cu()}while(null!==Hs);if(0!=(6&gs))throw Error(i(327));var r=e.finishedWork,a=e.finishedLanes;if(null===r)return null;if(e.finishedWork=null,e.finishedLanes=0,r===e.current)throw Error(i(177));e.callbackNode=null,e.callbackPriority=0;var o=r.lanes|r.childLanes;if(function(e,t){var n=e.pendingLanes&~t;e.pendingLanes=t,e.suspendedLanes=0,e.pingedLanes=0,e.expiredLanes&=t,e.mutableReadLanes&=t,e.entangledLanes&=t,t=e.entanglements;var r=e.eventTimes;for(e=e.expirationTimes;0<n;){var a=31-ot(n),i=1<<a;t[a]=0,r[a]=-1,e[a]=-1,n&=~i}}(e,o),e===ys&&(vs=ys=null,bs=0),0==(2064&r.subtreeFlags)&&0==(2064&r.flags)||Ls||(Ls=!0,yu(tt,(function(){return cu(),null}))),o=0!=(15990&r.flags),0!=(15990&r.subtreeFlags)||o){o=fs.transition,fs.transition=null;var l=vt;vt=1;var s=gs;gs|=4,hs.current=null,function(e,t){if(dr(e=cr())){if("selectionStart"in e)var n={start:e.selectionStart,end:e.selectionEnd};else e:{var r=(n=(n=e.ownerDocument)&&n.defaultView||window).getSelection&&n.getSelection();if(r&&0!==r.rangeCount){n=r.anchorNode;var a=r.anchorOffset,o=r.focusNode;r=r.focusOffset;try{n.nodeType,o.nodeType}catch(e){n=null;break e}var l=0,s=-1,u=-1,c=0,d=0,p=e,m=null;t:for(;;){for(var h;p!==n||0!==a&&3!==p.nodeType||(s=l+a),p!==o||0!==r&&3!==p.nodeType||(u=l+r),3===p.nodeType&&(l+=p.nodeValue.length),null!==(h=p.firstChild);)m=p,p=h;for(;;){if(p===e)break t;if(m===n&&++c===a&&(s=l),m===o&&++d===r&&(u=l),null!==(h=p.nextSibling))break;m=(p=m).parentNode}p=h}n=-1===s||-1===u?null:{start:s,end:u}}else n=null}n=n||{start:0,end:0}}else n=null;for(Xr={focusedElem:e,selectionRange:n},Wl=t;null!==Wl;)if(e=(t=Wl).child,0!=(1028&t.subtreeFlags)&&null!==e)e.return=t,Wl=e;else for(;null!==Wl;){t=Wl;try{var f=t.alternate;if(0!=(1024&t.flags))switch(t.tag){case 0:case 11:case 15:case 5:case 6:case 4:case 17:break;case 1:if(null!==f){var g=f.memoizedProps,y=f.memoizedState,v=t.stateNode,b=v.getSnapshotBeforeUpdate(t.elementType===t.type?g:Fa(t.type,g),y);v.__reactInternalSnapshotBeforeUpdate=b}break;case 3:var w=t.stateNode.containerInfo;if(1===w.nodeType)w.textContent="";else if(9===w.nodeType){var k=w.body;null!=k&&(k.textContent="")}break;default:throw Error(i(163))}}catch(e){pu(t,t.return,e)}if(null!==(e=t.sibling)){e.return=t.return,Wl=e;break}Wl=t.return}f=Yl,Yl=!1}(e,r),function(e,t){for(Wl=t;null!==Wl;){var n=(t=Wl).deletions;if(null!==n)for(var r=0;r<n.length;r++){var a=n[r];try{as(e,a,t);var i=a.alternate;null!==i&&(i.return=null),a.return=null}catch(e){pu(a,t,e)}}if(n=t.child,0!=(12854&t.subtreeFlags)&&null!==n)n.return=t,Wl=n;else for(;null!==Wl;){t=Wl;try{var o=t.flags;if(32&o&&pe(t.stateNode,""),512&o){var l=t.alternate;if(null!==l){var s=l.ref;null!==s&&("function"==typeof s?s(null):s.current=null)}}if(8192&o)switch(t.tag){case 13:if(null!==t.memoizedState){var u=t.alternate;null!==u&&null!==u.memoizedState||(Ms=Qe())}break;case 22:var c=null!==t.memoizedState,d=t.alternate,p=null!==d&&null!==d.memoizedState;e:{a=c;for(var m=null,h=r=n=t;;){if(5===h.tag){if(null===m){m=h;var f=h.stateNode;if(a){var g=f.style;"function"==typeof g.setProperty?g.setProperty("display","none","important"):g.display="none"}else{var y=h.stateNode,v=h.memoizedProps.style,b=null!=v&&v.hasOwnProperty("display")?v.display:null;y.style.display=fe("display",b)}}}else if(6===h.tag)null===m&&(h.stateNode.nodeValue=a?"":h.memoizedProps);else if((22!==h.tag&&23!==h.tag||null===h.memoizedState||h===r)&&null!==h.child){h.child.return=h,h=h.child;continue}if(h===r)break;for(;null===h.sibling;){if(null===h.return||h.return===r)break e;m===h&&(m=null),h=h.return}m===h&&(m=null),h.sibling.return=h.return,h=h.sibling}}if(c&&!p&&0!=(1&n.mode)){Wl=n;for(var w=n.child;null!==w;){for(n=Wl=w;null!==Wl;){var k=(r=Wl).child;switch(r.tag){case 0:case 11:case 14:case 15:$l(4,r,r.return);break;case 1:ql(r,r.return);var x=r.stateNode;if("function"==typeof x.componentWillUnmount){var E=r.return;try{x.props=r.memoizedProps,x.state=r.memoizedState,x.componentWillUnmount()}catch(e){pu(r,E,e)}}break;case 5:ql(r,r.return);break;case 22:if(null!==r.memoizedState){us(n);continue}}null!==k?(k.return=r,Wl=k):us(n)}w=w.sibling}}}switch(4102&o){case 2:ts(t),t.flags&=-3;break;case 6:ts(t),t.flags&=-3,is(t.alternate,t);break;case 4096:t.flags&=-4097;break;case 4100:t.flags&=-4097,is(t.alternate,t);break;case 4:is(t.alternate,t)}}catch(e){pu(t,t.return,e)}if(null!==(n=t.sibling)){n.return=t.return,Wl=n;break}Wl=t.return}}}(e,r),pr(Xr),Xr=null,e.current=r,os(r,e,a),Ke(),gs=s,vt=l,fs.transition=o}else e.current=r;if(Ls&&(Ls=!1,Hs=e,js=a),0===(o=e.pendingLanes)&&(Ds=null),function(e){if(it&&"function"==typeof it.onCommitFiberRoot)try{it.onCommitFiberRoot(at,e,void 0,128==(128&e.current.flags))}catch(e){}}(r.stateNode),qs(e,Qe()),null!==t)for(n=e.onRecoverableError,r=0;r<t.length;r++)n(t[r]);if(Os)throw Os=!1,e=Ps,Ps=null,e;0!=(1&js)&&0!==e.tag&&cu(),0!=(1&(o=e.pendingLanes))?e===zs?Rs++:(Rs=0,zs=e):Rs=0,Ua()}(e,t,n)}finally{fs.transition=r,vt=n}return null}function cu(){if(null!==Hs){var e=bt(js),t=fs.transition,n=vt;try{if(fs.transition=null,vt=16>e?16:e,null===Hs)var r=!1;else{if(e=Hs,Hs=null,js=0,0!=(6&gs))throw Error(i(331));var a=gs;for(gs|=4,Wl=e.current;null!==Wl;){var o=Wl,l=o.child;if(0!=(16&Wl.flags)){var s=o.deletions;if(null!==s){for(var u=0;u<s.length;u++){var c=s[u];for(Wl=c;null!==Wl;){var d=Wl;switch(d.tag){case 0:case 11:case 15:$l(8,d,o)}var p=d.child;if(null!==p)p.return=d,Wl=p;else for(;null!==Wl;){var m=(d=Wl).sibling,h=d.return;if(Xl(d),d===c){Wl=null;break}if(null!==m){m.return=h,Wl=m;break}Wl=h}}}var f=o.alternate;if(null!==f){var g=f.child;if(null!==g){f.child=null;do{var y=g.sibling;g.sibling=null,g=y}while(null!==g)}}Wl=o}}if(0!=(2064&o.subtreeFlags)&&null!==l)l.return=o,Wl=l;else e:for(;null!==Wl;){if(0!=(2048&(o=Wl).flags))switch(o.tag){case 0:case 11:case 15:$l(9,o,o.return)}var v=o.sibling;if(null!==v){v.return=o.return,Wl=v;break e}Wl=o.return}}var b=e.current;for(Wl=b;null!==Wl;){var w=(l=Wl).child;if(0!=(2064&l.subtreeFlags)&&null!==w)w.return=l,Wl=w;else e:for(l=b;null!==Wl;){if(0!=(2048&(s=Wl).flags))try{switch(s.tag){case 0:case 11:case 15:Jl(9,s)}}catch(e){pu(s,s.return,e)}if(s===l){Wl=null;break e}var k=s.sibling;if(null!==k){k.return=s.return,Wl=k;break e}Wl=s.return}}if(gs=a,Ua(),it&&"function"==typeof it.onPostCommitFiberRoot)try{it.onPostCommitFiberRoot(at,e)}catch(e){}r=!0}return r}finally{vt=n,fs.transition=t}}return!1}function du(e,t,n){ni(e,t=sl(0,t=nl(n,t),1)),t=Fs(),null!==(e=Ws(e,1))&&(gt(e,1,t),qs(e,t))}function pu(e,t,n){if(3===e.tag)du(e,e,n);else for(;null!==t;){if(3===t.tag){du(t,e,n);break}if(1===t.tag){var r=t.stateNode;if("function"==typeof t.type.getDerivedStateFromError||"function"==typeof r.componentDidCatch&&(null===Ds||!Ds.has(r))){ni(t,e=ul(t,e=nl(n,e),1)),e=Fs(),null!==(t=Ws(t,1))&&(gt(t,1,e),qs(t,e));break}}t=t.return}}function mu(e,t,n){var r=e.pingCache;null!==r&&r.delete(t),t=Fs(),e.pingedLanes|=e.suspendedLanes&n,ys===e&&(bs&n)===n&&(4===xs||3===xs&&(130023424&bs)===bs&&500>Qe()-Ms?eu(e,0):Ts|=n),qs(e,t)}function hu(e,t){0===t&&(0==(1&e.mode)?t=1:(t=ct,0==(130023424&(ct<<=1))&&(ct=4194304)));var n=Fs();null!==(e=Ws(e,t))&&(gt(e,t,n),qs(e,n))}function fu(e){var t=e.memoizedState,n=0;null!==t&&(n=t.retryLane),hu(e,n)}function gu(e,t){var n=0;switch(e.tag){case 13:var r=e.stateNode,a=e.memoizedState;null!==a&&(n=a.retryLane);break;case 19:r=e.stateNode;break;default:throw Error(i(314))}null!==r&&r.delete(t),hu(e,n)}function yu(e,t){return Ye(e,t)}function vu(e,t,n,r){this.tag=e,this.key=n,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.ref=null,this.pendingProps=t,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=r,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function bu(e,t,n,r){return new vu(e,t,n,r)}function wu(e){return!(!(e=e.prototype)||!e.isReactComponent)}function ku(e,t){var n=e.alternate;return null===n?((n=bu(e.tag,t,e.key,e.mode)).elementType=e.elementType,n.type=e.type,n.stateNode=e.stateNode,n.alternate=e,e.alternate=n):(n.pendingProps=t,n.type=e.type,n.flags=0,n.subtreeFlags=0,n.deletions=null),n.flags=14680064&e.flags,n.childLanes=e.childLanes,n.lanes=e.lanes,n.child=e.child,n.memoizedProps=e.memoizedProps,n.memoizedState=e.memoizedState,n.updateQueue=e.updateQueue,t=e.dependencies,n.dependencies=null===t?null:{lanes:t.lanes,firstContext:t.firstContext},n.sibling=e.sibling,n.index=e.index,n.ref=e.ref,n}function xu(e,t,n,r,a,o){var l=2;if(r=e,"function"==typeof e)wu(e)&&(l=1);else if("string"==typeof e)l=5;else e:switch(e){case E:return Eu(n.children,a,o,t);case _:l=8,a|=8;break;case S:return(e=bu(12,n,t,2|a)).elementType=S,e.lanes=o,e;case M:return(e=bu(13,n,t,a)).elementType=M,e.lanes=o,e;case N:return(e=bu(19,n,t,a)).elementType=N,e.lanes=o,e;case D:return _u(n,a,o,t);default:if("object"==typeof e&&null!==e)switch(e.$$typeof){case T:l=10;break e;case A:l=9;break e;case C:l=11;break e;case O:l=14;break e;case P:l=16,r=null;break e}throw Error(i(130,null==e?e:typeof e,""))}return(t=bu(l,n,t,a)).elementType=e,t.type=r,t.lanes=o,t}function Eu(e,t,n,r){return(e=bu(7,e,r,t)).lanes=n,e}function _u(e,t,n,r){return(e=bu(22,e,r,t)).elementType=D,e.lanes=n,e.stateNode={},e}function Su(e,t,n){return(e=bu(6,e,null,t)).lanes=n,e}function Tu(e,t,n){return(t=bu(4,null!==e.children?e.children:[],e.key,t)).lanes=n,t.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},t}function Au(e,t,n,r,a){this.tag=t,this.containerInfo=e,this.finishedWork=this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=-1,this.callbackNode=this.pendingContext=this.context=null,this.callbackPriority=0,this.eventTimes=ft(0),this.expirationTimes=ft(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=ft(0),this.identifierPrefix=r,this.onRecoverableError=a,this.mutableSourceEagerHydrationData=null}function Cu(e,t,n,r,a,i,o,l,s){return e=new Au(e,t,n,l,s),1===t?(t=1,!0===i&&(t|=8)):t=0,i=bu(3,null,null,t),e.current=i,i.stateNode=e,i.memoizedState={element:r,isDehydrated:n,cache:null,transitions:null},Za(i),e}function Mu(e,t,n){var r=3<arguments.length&&void 0!==arguments[3]?arguments[3]:null;return{$$typeof:x,key:null==r?null:""+r,children:e,containerInfo:t,implementation:n}}function Nu(e){if(!e)return _a;e:{if(Be(e=e._reactInternals)!==e||1!==e.tag)throw Error(i(170));var t=e;do{switch(t.tag){case 3:t=t.stateNode.context;break e;case 1:if(Ma(t.type)){t=t.stateNode.__reactInternalMemoizedMergedChildContext;break e}}t=t.return}while(null!==t);throw Error(i(171))}if(1===e.tag){var n=e.type;if(Ma(n))return Pa(e,n,t)}return t}function Ou(e,t,n,r,a,i,o,l,s){return(e=Cu(n,r,!0,e,0,i,0,l,s)).context=Nu(null),n=e.current,(i=ti(r=Fs(),a=Bs(n))).callback=null!=t?t:null,ni(n,i),e.current.lanes=a,gt(e,a,r),qs(e,r),e}function Pu(e,t,n,r){var a=t.current,i=Fs(),o=Bs(a);return n=Nu(n),null===t.context?t.context=n:t.pendingContext=n,(t=ti(i,o)).payload={element:e},null!==(r=void 0===r?null:r)&&(t.callback=r),ni(a,t),null!==(e=Gs(a,o,i))&&ri(e,a,o),o}function Du(e){return(e=e.current).child?(e.child.tag,e.child.stateNode):null}function Lu(e,t){if(null!==(e=e.memoizedState)&&null!==e.dehydrated){var n=e.retryLane;e.retryLane=0!==n&&n<t?n:t}}function Hu(e,t){Lu(e,t),(e=e.alternate)&&Lu(e,t)}ds=function(e,t,n){if(null!==e)if(e.memoizedProps!==t.pendingProps||Ta.current)yl=!0;else{if(0==(e.lanes&n)&&0==(128&t.flags))return yl=!1,function(e,t,n){switch(t.tag){case 3:Al(t),Ri();break;case 5:Xi(t);break;case 1:Ma(t.type)&&Da(t);break;case 4:Ki(t,t.stateNode.containerInfo);break;case 10:var r=t.type._context,a=t.memoizedProps.value;Ea(Ba,r._currentValue),r._currentValue=a;break;case 13:if(null!==(r=t.memoizedState))return null!==r.dehydrated?(Ea(eo,1&eo.current),t.flags|=128,null):0!=(n&t.child.childLanes)?Ol(e,t,n):(Ea(eo,1&eo.current),null!==(e=Ul(e,t,n))?e.sibling:null);Ea(eo,1&eo.current);break;case 19:if(r=0!=(n&t.childLanes),0!=(128&e.flags)){if(r)return zl(e,t,n);t.flags|=128}if(null!==(a=t.memoizedState)&&(a.rendering=null,a.tail=null,a.lastEffect=null),Ea(eo,eo.current),r)break;return null;case 22:case 23:return t.lanes=0,xl(e,t,n)}return Ul(e,t,n)}(e,t,n);yl=0!=(131072&e.flags)}else yl=!1,Mi&&0!=(1048576&t.flags)&&_i(t,yi,t.index);switch(t.lanes=0,t.tag){case 2:var r=t.type;null!==e&&(e.alternate=null,t.alternate=null,t.flags|=2),e=t.pendingProps;var a=Ca(t,Sa.current);Ja(t,n),a=yo(null,t,r,e,a,n);var o=vo();return t.flags|=1,"object"==typeof a&&null!==a&&"function"==typeof a.render&&void 0===a.$$typeof?(t.tag=1,t.memoizedState=null,t.updateQueue=null,Ma(r)?(o=!0,Da(t)):o=!1,t.memoizedState=null!==a.state&&void 0!==a.state?a.state:null,Za(t),a.updater=ui,t.stateNode=a,a._reactInternals=t,mi(t,r,e,n),t=Tl(null,t,r,!0,o,n)):(t.tag=0,Mi&&o&&Si(t),vl(null,t,a,n),t=t.child),t;case 16:r=t.elementType;e:{switch(null!==e&&(e.alternate=null,t.alternate=null,t.flags|=2),e=t.pendingProps,r=(a=r._init)(r._payload),t.type=r,a=t.tag=function(e){if("function"==typeof e)return wu(e)?1:0;if(null!=e){if((e=e.$$typeof)===C)return 11;if(e===O)return 14}return 2}(r),e=Fa(r,e),a){case 0:t=_l(null,t,r,e,n);break e;case 1:t=Sl(null,t,r,e,n);break e;case 11:t=bl(null,t,r,e,n);break e;case 14:t=wl(null,t,r,Fa(r.type,e),n);break e}throw Error(i(306,r,""))}return t;case 0:return r=t.type,a=t.pendingProps,_l(e,t,r,a=t.elementType===r?a:Fa(r,a),n);case 1:return r=t.type,a=t.pendingProps,Sl(e,t,r,a=t.elementType===r?a:Fa(r,a),n);case 3:e:{if(Al(t),null===e)throw Error(i(387));r=t.pendingProps,a=(o=t.memoizedState).element,ei(e,t),ii(t,r,null,n);var l=t.memoizedState;if(r=l.element,o.isDehydrated){if(o={element:r,isDehydrated:!1,cache:l.cache,transitions:l.transitions},t.updateQueue.baseState=o,t.memoizedState=o,256&t.flags){t=Cl(e,t,r,n,a=Error(i(423)));break e}if(r!==a){t=Cl(e,t,r,n,a=Error(i(424)));break e}for(Ci=oa(t.stateNode.containerInfo.firstChild),Ai=t,Mi=!0,Ni=null,n=Wi(t,null,r,n),t.child=n;n;)n.flags=-3&n.flags|4096,n=n.sibling}else{if(Ri(),r===a){t=Ul(e,t,n);break e}vl(e,t,r,n)}t=t.child}return t;case 5:return Xi(t),null===e&&Li(t),r=t.type,a=t.pendingProps,o=null!==e?e.memoizedProps:null,l=a.children,Zr(r,a)?l=null:null!==o&&Zr(r,o)&&(t.flags|=32),El(e,t),vl(e,t,l,n),t.child;case 6:return null===e&&Li(t),null;case 13:return Ol(e,t,n);case 4:return Ki(t,t.stateNode.containerInfo),r=t.pendingProps,null===e?t.child=Gi(t,null,r,n):vl(e,t,r,n),t.child;case 11:return r=t.type,a=t.pendingProps,bl(e,t,r,a=t.elementType===r?a:Fa(r,a),n);case 7:return vl(e,t,t.pendingProps,n),t.child;case 8:case 12:return vl(e,t,t.pendingProps.children,n),t.child;case 10:e:{if(r=t.type._context,a=t.pendingProps,o=t.memoizedProps,l=a.value,Ea(Ba,r._currentValue),r._currentValue=l,null!==o)if(ir(o.value,l)){if(o.children===a.children&&!Ta.current){t=Ul(e,t,n);break e}}else for(null!==(o=t.child)&&(o.return=t);null!==o;){var s=o.dependencies;if(null!==s){l=o.child;for(var u=s.firstContext;null!==u;){if(u.context===r){if(1===o.tag){(u=ti(-1,n&-n)).tag=2;var c=o.updateQueue;if(null!==c){var d=(c=c.shared).pending;null===d?u.next=u:(u.next=d.next,d.next=u),c.pending=u}}o.lanes|=n,null!==(u=o.alternate)&&(u.lanes|=n),$a(o.return,n,t),s.lanes|=n;break}u=u.next}}else if(10===o.tag)l=o.type===t.type?null:o.child;else if(18===o.tag){if(null===(l=o.return))throw Error(i(341));l.lanes|=n,null!==(s=l.alternate)&&(s.lanes|=n),$a(l,n,t),l=o.sibling}else l=o.child;if(null!==l)l.return=o;else for(l=o;null!==l;){if(l===t){l=null;break}if(null!==(o=l.sibling)){o.return=l.return,l=o;break}l=l.return}o=l}vl(e,t,a.children,n),t=t.child}return t;case 9:return a=t.type,r=t.pendingProps.children,Ja(t,n),r=r(a=Ka(a)),t.flags|=1,vl(e,t,r,n),t.child;case 14:return a=Fa(r=t.type,t.pendingProps),wl(e,t,r,a=Fa(r.type,a),n);case 15:return kl(e,t,t.type,t.pendingProps,n);case 17:return r=t.type,a=t.pendingProps,a=t.elementType===r?a:Fa(r,a),null!==e&&(e.alternate=null,t.alternate=null,t.flags|=2),t.tag=1,Ma(r)?(e=!0,Da(t)):e=!1,Ja(t,n),di(t,r,a),mi(t,r,a,n),Tl(null,t,r,!0,e,n);case 19:return zl(e,t,n);case 22:return xl(e,t,n)}throw Error(i(156,t.tag))};var ju="function"==typeof reportError?reportError:function(e){console.error(e)};function Ru(e){this._internalRoot=e}function zu(e){this._internalRoot=e}function Uu(e){return!(!e||1!==e.nodeType&&9!==e.nodeType&&11!==e.nodeType)}function Iu(e){return!(!e||1!==e.nodeType&&9!==e.nodeType&&11!==e.nodeType&&(8!==e.nodeType||" react-mount-point-unstable "!==e.nodeValue))}function Fu(){}function Bu(e,t,n,r,a){var i=n._reactRootContainer;if(i){var o=i;if("function"==typeof a){var l=a;a=function(){var e=Du(o);l.call(e)}}Pu(t,o,e,a)}else o=function(e,t,n,r,a){if(a){if("function"==typeof r){var i=r;r=function(){var e=Du(o);i.call(e)}}var o=Ou(t,r,e,0,null,!1,0,"",Fu);return e._reactRootContainer=o,e[da]=o.current,Ir(8===e.nodeType?e.parentNode:e),Xs(),o}for(;a=e.lastChild;)e.removeChild(a);if("function"==typeof r){var l=r;r=function(){var e=Du(s);l.call(e)}}var s=Cu(e,0,!1,null,0,!1,0,"",Fu);return e._reactRootContainer=s,e[da]=s.current,Ir(8===e.nodeType?e.parentNode:e),Xs((function(){Pu(t,s,n,r)})),s}(n,t,e,a,r);return Du(o)}zu.prototype.render=Ru.prototype.render=function(e){var t=this._internalRoot;if(null===t)throw Error(i(409));Pu(e,t,null,null)},zu.prototype.unmount=Ru.prototype.unmount=function(){var e=this._internalRoot;if(null!==e){this._internalRoot=null;var t=e.containerInfo;Xs((function(){Pu(null,e,null,null)})),t[da]=null}},zu.prototype.unstable_scheduleHydration=function(e){if(e){var t=Et();e={blockedOn:null,target:e,priority:t};for(var n=0;n<Pt.length&&0!==t&&t<Pt[n].priority;n++);Pt.splice(n,0,e),0===n&&jt(e)}},wt=function(e){switch(e.tag){case 3:var t=e.stateNode;if(t.current.memoizedState.isDehydrated){var n=dt(t.pendingLanes);0!==n&&(yt(t,1|n),qs(t,Qe()),0==(6&gs)&&(Ns=Qe()+500,Ua()))}break;case 13:var r=Fs();Xs((function(){return Gs(e,1,r)})),Hu(e,1)}},kt=function(e){13===e.tag&&(Gs(e,134217728,Fs()),Hu(e,134217728))},xt=function(e){if(13===e.tag){var t=Fs(),n=Bs(e);Gs(e,n,t),Hu(e,n)}},Et=function(){return vt},_t=function(e,t){var n=vt;try{return vt=e,t()}finally{vt=n}},xe=function(e,t,n){switch(t){case"input":if(X(e,n),t=n.name,"radio"===n.type&&null!=t){for(n=e;n.parentNode;)n=n.parentNode;for(n=n.querySelectorAll("input[name="+JSON.stringify(""+t)+'][type="radio"]'),t=0;t<n.length;t++){var r=n[t];if(r!==e&&r.form===e.form){var a=va(r);if(!a)throw Error(i(90));Y(r),X(r,a)}}}break;case"textarea":ie(e,n);break;case"select":null!=(t=n.value)&&ne(e,!!n.multiple,t,!1)}},Ce=Qs,Me=Xs;var Gu={usingClientEntryPoint:!1,Events:[ga,ya,va,Te,Ae,Qs]},Wu={findFiberByHostInstance:fa,bundleType:0,version:"18.0.0-fc46dba67-20220329",rendererPackageName:"react-dom"},qu={bundleType:Wu.bundleType,version:Wu.version,rendererPackageName:Wu.rendererPackageName,rendererConfig:Wu.rendererConfig,overrideHookState:null,overrideHookStateDeletePath:null,overrideHookStateRenamePath:null,overrideProps:null,overridePropsDeletePath:null,overridePropsRenamePath:null,setErrorHandler:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:w.ReactCurrentDispatcher,findHostInstanceByFiber:function(e){return null===(e=qe(e))?null:e.stateNode},findFiberByHostInstance:Wu.findFiberByHostInstance||function(){return null},findHostInstancesForRefresh:null,scheduleRefresh:null,scheduleRoot:null,setRefreshHandler:null,getCurrentFiber:null,reconcilerVersion:"18.0.0-fc46dba67-20220329"};if("undefined"!=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__){var Vu=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!Vu.isDisabled&&Vu.supportsFiber)try{at=Vu.inject(qu),it=Vu}catch(ce){}}t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=Gu,t.createPortal=function(e,t){var n=2<arguments.length&&void 0!==arguments[2]?arguments[2]:null;if(!Uu(t))throw Error(i(200));return Mu(e,t,null,n)},t.createRoot=function(e,t){if(!Uu(e))throw Error(i(299));var n=!1,r="",a=ju;return null!=t&&(!0===t.unstable_strictMode&&(n=!0),void 0!==t.identifierPrefix&&(r=t.identifierPrefix),void 0!==t.onRecoverableError&&(a=t.onRecoverableError)),t=Cu(e,1,!1,null,0,n,0,r,a),e[da]=t.current,Ir(8===e.nodeType?e.parentNode:e),new Ru(t)},t.findDOMNode=function(e){if(null==e)return null;if(1===e.nodeType)return e;var t=e._reactInternals;if(void 0===t){if("function"==typeof e.render)throw Error(i(188));throw e=Object.keys(e).join(","),Error(i(268,e))}return null===(e=qe(t))?null:e.stateNode},t.flushSync=function(e){return Xs(e)},t.hydrate=function(e,t,n){if(!Iu(t))throw Error(i(200));return Bu(null,e,t,!0,n)},t.hydrateRoot=function(e,t,n){if(!Uu(e))throw Error(i(405));var r=null!=n&&n.hydratedSources||null,a=!1,o="",l=ju;if(null!=n&&(!0===n.unstable_strictMode&&(a=!0),void 0!==n.identifierPrefix&&(o=n.identifierPrefix),void 0!==n.onRecoverableError&&(l=n.onRecoverableError)),t=Ou(t,null,e,1,null!=n?n:null,a,0,o,l),e[da]=t.current,Ir(e),r)for(e=0;e<r.length;e++)a=(a=(n=r[e])._getVersion)(n._source),null==t.mutableSourceEagerHydrationData?t.mutableSourceEagerHydrationData=[n,a]:t.mutableSourceEagerHydrationData.push(n,a);return new zu(t)},t.render=function(e,t,n){if(!Iu(t))throw Error(i(200));return Bu(null,e,t,!1,n)},t.unmountComponentAtNode=function(e){if(!Iu(e))throw Error(i(40));return!!e._reactRootContainer&&(Xs((function(){Bu(null,null,e,!1,(function(){e._reactRootContainer=null,e[da]=null}))})),!0)},t.unstable_batchedUpdates=Qs,t.unstable_renderSubtreeIntoContainer=function(e,t,n,r){if(!Iu(n))throw Error(i(200));if(null==e||void 0===e._reactInternals)throw Error(i(38));return Bu(e,t,n,!1,r)},t.version="18.0.0-fc46dba67-20220329"},745:(e,t,n)=>{"use strict";var r=n(3935);t.s=r.createRoot,r.hydrateRoot},3935:(e,t,n)=>{"use strict";!function e(){if("undefined"!=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__&&"function"==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE)try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(e)}catch(e){console.error(e)}}(),e.exports=n(4448)},5800:function(e,t,n){!function(e,t){"use strict";function n(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var r=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,r.get?r:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r=n(t);function a(e,t){return a=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},a(e,t)}var i={error:null},o=function(e){function t(){for(var t,n=arguments.length,r=new Array(n),a=0;a<n;a++)r[a]=arguments[a];return(t=e.call.apply(e,[this].concat(r))||this).state=i,t.resetErrorBoundary=function(){for(var e,n=arguments.length,r=new Array(n),a=0;a<n;a++)r[a]=arguments[a];null==t.props.onReset||(e=t.props).onReset.apply(e,r),t.reset()},t}var n,o;o=e,(n=t).prototype=Object.create(o.prototype),n.prototype.constructor=n,a(n,o),t.getDerivedStateFromError=function(e){return{error:e}};var l=t.prototype;return l.reset=function(){this.setState(i)},l.componentDidCatch=function(e,t){var n,r;null==(n=(r=this.props).onError)||n.call(r,e,t)},l.componentDidUpdate=function(e,t){var n,r,a,i,o=this.state.error,l=this.props.resetKeys;null!==o&&null!==t.error&&(void 0===(a=e.resetKeys)&&(a=[]),void 0===(i=l)&&(i=[]),a.length!==i.length||a.some((function(e,t){return!Object.is(e,i[t])})))&&(null==(n=(r=this.props).onResetKeysChange)||n.call(r,e.resetKeys,l),this.reset())},l.render=function(){var e=this.state.error,t=this.props,n=t.fallbackRender,a=t.FallbackComponent,i=t.fallback;if(null!==e){var o={error:e,resetErrorBoundary:this.resetErrorBoundary};if(r.isValidElement(i))return i;if("function"==typeof n)return n(o);if(a)return r.createElement(a,o);throw new Error("react-error-boundary requires either a fallback, fallbackRender, or FallbackComponent prop")}return this.props.children},t}(r.Component);e.ErrorBoundary=o,e.useErrorHandler=function(e){var t=r.useState(null),n=t[0],a=t[1];if(null!=e)throw e;if(null!=n)throw n;return a},e.withErrorBoundary=function(e,t){var n=function(n){return r.createElement(o,t,r.createElement(e,n))},a=e.displayName||e.name||"Unknown";return n.displayName="withErrorBoundary("+a+")",n},Object.defineProperty(e,"__esModule",{value:!0})}(t,n(7294))},2408:(e,t)=>{"use strict";var n=Symbol.for("react.element"),r=Symbol.for("react.portal"),a=Symbol.for("react.fragment"),i=Symbol.for("react.strict_mode"),o=Symbol.for("react.profiler"),l=Symbol.for("react.provider"),s=Symbol.for("react.context"),u=Symbol.for("react.forward_ref"),c=Symbol.for("react.suspense"),d=Symbol.for("react.memo"),p=Symbol.for("react.lazy"),m=Symbol.iterator,h={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},f=Object.assign,g={};function y(e,t,n){this.props=e,this.context=t,this.refs=g,this.updater=n||h}function v(){}function b(e,t,n){this.props=e,this.context=t,this.refs=g,this.updater=n||h}y.prototype.isReactComponent={},y.prototype.setState=function(e,t){if("object"!=typeof e&&"function"!=typeof e&&null!=e)throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,e,t,"setState")},y.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},v.prototype=y.prototype;var w=b.prototype=new v;w.constructor=b,f(w,y.prototype),w.isPureReactComponent=!0;var k=Array.isArray,x=Object.prototype.hasOwnProperty,E={current:null},_={key:!0,ref:!0,__self:!0,__source:!0};function S(e,t,r){var a,i={},o=null,l=null;if(null!=t)for(a in void 0!==t.ref&&(l=t.ref),void 0!==t.key&&(o=""+t.key),t)x.call(t,a)&&!_.hasOwnProperty(a)&&(i[a]=t[a]);var s=arguments.length-2;if(1===s)i.children=r;else if(1<s){for(var u=Array(s),c=0;c<s;c++)u[c]=arguments[c+2];i.children=u}if(e&&e.defaultProps)for(a in s=e.defaultProps)void 0===i[a]&&(i[a]=s[a]);return{$$typeof:n,type:e,key:o,ref:l,props:i,_owner:E.current}}function T(e){return"object"==typeof e&&null!==e&&e.$$typeof===n}var A=/\/+/g;function C(e,t){return"object"==typeof e&&null!==e&&null!=e.key?function(e){var t={"=":"=0",":":"=2"};return"$"+e.replace(/[=:]/g,(function(e){return t[e]}))}(""+e.key):t.toString(36)}function M(e,t,a,i,o){var l=typeof e;"undefined"!==l&&"boolean"!==l||(e=null);var s=!1;if(null===e)s=!0;else switch(l){case"string":case"number":s=!0;break;case"object":switch(e.$$typeof){case n:case r:s=!0}}if(s)return o=o(s=e),e=""===i?"."+C(s,0):i,k(o)?(a="",null!=e&&(a=e.replace(A,"$&/")+"/"),M(o,t,a,"",(function(e){return e}))):null!=o&&(T(o)&&(o=function(e,t){return{$$typeof:n,type:e.type,key:t,ref:e.ref,props:e.props,_owner:e._owner}}(o,a+(!o.key||s&&s.key===o.key?"":(""+o.key).replace(A,"$&/")+"/")+e)),t.push(o)),1;if(s=0,i=""===i?".":i+":",k(e))for(var u=0;u<e.length;u++){var c=i+C(l=e[u],u);s+=M(l,t,a,c,o)}else if(c=function(e){return null===e||"object"!=typeof e?null:"function"==typeof(e=m&&e[m]||e["@@iterator"])?e:null}(e),"function"==typeof c)for(e=c.call(e),u=0;!(l=e.next()).done;)s+=M(l=l.value,t,a,c=i+C(l,u++),o);else if("object"===l)throw t=String(e),Error("Objects are not valid as a React child (found: "+("[object Object]"===t?"object with keys {"+Object.keys(e).join(", ")+"}":t)+"). If you meant to render a collection of children, use an array instead.");return s}function N(e,t,n){if(null==e)return e;var r=[],a=0;return M(e,r,"","",(function(e){return t.call(n,e,a++)})),r}function O(e){if(-1===e._status){var t=e._result;(t=t()).then((function(t){0!==e._status&&-1!==e._status||(e._status=1,e._result=t)}),(function(t){0!==e._status&&-1!==e._status||(e._status=2,e._result=t)})),-1===e._status&&(e._status=0,e._result=t)}if(1===e._status)return e._result.default;throw e._result}var P={current:null},D={transition:null},L={ReactCurrentDispatcher:P,ReactCurrentBatchConfig:D,ReactCurrentOwner:E};t.Children={map:N,forEach:function(e,t,n){N(e,(function(){t.apply(this,arguments)}),n)},count:function(e){var t=0;return N(e,(function(){t++})),t},toArray:function(e){return N(e,(function(e){return e}))||[]},only:function(e){if(!T(e))throw Error("React.Children.only expected to receive a single React element child.");return e}},t.Component=y,t.Fragment=a,t.Profiler=o,t.PureComponent=b,t.StrictMode=i,t.Suspense=c,t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=L,t.cloneElement=function(e,t,r){if(null==e)throw Error("React.cloneElement(...): The argument must be a React element, but you passed "+e+".");var a=f({},e.props),i=e.key,o=e.ref,l=e._owner;if(null!=t){if(void 0!==t.ref&&(o=t.ref,l=E.current),void 0!==t.key&&(i=""+t.key),e.type&&e.type.defaultProps)var s=e.type.defaultProps;for(u in t)x.call(t,u)&&!_.hasOwnProperty(u)&&(a[u]=void 0===t[u]&&void 0!==s?s[u]:t[u])}var u=arguments.length-2;if(1===u)a.children=r;else if(1<u){s=Array(u);for(var c=0;c<u;c++)s[c]=arguments[c+2];a.children=s}return{$$typeof:n,type:e.type,key:i,ref:o,props:a,_owner:l}},t.createContext=function(e){return(e={$$typeof:s,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null,_defaultValue:null,_globalName:null}).Provider={$$typeof:l,_context:e},e.Consumer=e},t.createElement=S,t.createFactory=function(e){var t=S.bind(null,e);return t.type=e,t},t.createRef=function(){return{current:null}},t.forwardRef=function(e){return{$$typeof:u,render:e}},t.isValidElement=T,t.lazy=function(e){return{$$typeof:p,_payload:{_status:-1,_result:e},_init:O}},t.memo=function(e,t){return{$$typeof:d,type:e,compare:void 0===t?null:t}},t.startTransition=function(e){var t=D.transition;D.transition={};try{e()}finally{D.transition=t}},t.unstable_act=function(){throw Error("act(...) is not supported in production builds of React.")},t.useCallback=function(e,t){return P.current.useCallback(e,t)},t.useContext=function(e){return P.current.useContext(e)},t.useDebugValue=function(){},t.useDeferredValue=function(e){return P.current.useDeferredValue(e)},t.useEffect=function(e,t){return P.current.useEffect(e,t)},t.useId=function(){return P.current.useId()},t.useImperativeHandle=function(e,t,n){return P.current.useImperativeHandle(e,t,n)},t.useInsertionEffect=function(e,t){return P.current.useInsertionEffect(e,t)},t.useLayoutEffect=function(e,t){return P.current.useLayoutEffect(e,t)},t.useMemo=function(e,t){return P.current.useMemo(e,t)},t.useReducer=function(e,t,n){return P.current.useReducer(e,t,n)},t.useRef=function(e){return P.current.useRef(e)},t.useState=function(e){return P.current.useState(e)},t.useSyncExternalStore=function(e,t,n){return P.current.useSyncExternalStore(e,t,n)},t.useTransition=function(){return P.current.useTransition()},t.version="18.0.0-fc46dba67-20220329"},7294:(e,t,n)=>{"use strict";e.exports=n(2408)},1701:e=>{"use strict";function t(e){return e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}t.proto=function(){return RegExp.escape=t,t},e.exports=t},53:(e,t)=>{"use strict";function n(e,t){var n=e.length;e.push(t);e:for(;0<n;){var r=n-1>>>1,a=e[r];if(!(0<i(a,t)))break e;e[r]=t,e[n]=a,n=r}}function r(e){return 0===e.length?null:e[0]}function a(e){if(0===e.length)return null;var t=e[0],n=e.pop();if(n!==t){e[0]=n;e:for(var r=0,a=e.length,o=a>>>1;r<o;){var l=2*(r+1)-1,s=e[l],u=l+1,c=e[u];if(0>i(s,n))u<a&&0>i(c,s)?(e[r]=c,e[u]=n,r=u):(e[r]=s,e[l]=n,r=l);else{if(!(u<a&&0>i(c,n)))break e;e[r]=c,e[u]=n,r=u}}}return t}function i(e,t){var n=e.sortIndex-t.sortIndex;return 0!==n?n:e.id-t.id}if("object"==typeof performance&&"function"==typeof performance.now){var o=performance;t.unstable_now=function(){return o.now()}}else{var l=Date,s=l.now();t.unstable_now=function(){return l.now()-s}}var u=[],c=[],d=1,p=null,m=3,h=!1,f=!1,g=!1,y="function"==typeof setTimeout?setTimeout:null,v="function"==typeof clearTimeout?clearTimeout:null,b="undefined"!=typeof setImmediate?setImmediate:null;function w(e){for(var t=r(c);null!==t;){if(null===t.callback)a(c);else{if(!(t.startTime<=e))break;a(c),t.sortIndex=t.expirationTime,n(u,t)}t=r(c)}}function k(e){if(g=!1,w(e),!f)if(null!==r(u))f=!0,D(x);else{var t=r(c);null!==t&&L(k,t.startTime-e)}}function x(e,n){f=!1,g&&(g=!1,v(T),T=-1),h=!0;var i=m;try{for(w(n),p=r(u);null!==p&&(!(p.expirationTime>n)||e&&!M());){var o=p.callback;if("function"==typeof o){p.callback=null,m=p.priorityLevel;var l=o(p.expirationTime<=n);n=t.unstable_now(),"function"==typeof l?p.callback=l:p===r(u)&&a(u),w(n)}else a(u);p=r(u)}if(null!==p)var s=!0;else{var d=r(c);null!==d&&L(k,d.startTime-n),s=!1}return s}finally{p=null,m=i,h=!1}}"undefined"!=typeof navigator&&void 0!==navigator.scheduling&&void 0!==navigator.scheduling.isInputPending&&navigator.scheduling.isInputPending.bind(navigator.scheduling);var E,_=!1,S=null,T=-1,A=5,C=-1;function M(){return!(t.unstable_now()-C<A)}function N(){if(null!==S){var e=t.unstable_now();C=e;var n=!0;try{n=S(!0,e)}finally{n?E():(_=!1,S=null)}}else _=!1}if("function"==typeof b)E=function(){b(N)};else if("undefined"!=typeof MessageChannel){var O=new MessageChannel,P=O.port2;O.port1.onmessage=N,E=function(){P.postMessage(null)}}else E=function(){y(N,0)};function D(e){S=e,_||(_=!0,E())}function L(e,n){T=y((function(){e(t.unstable_now())}),n)}t.unstable_IdlePriority=5,t.unstable_ImmediatePriority=1,t.unstable_LowPriority=4,t.unstable_NormalPriority=3,t.unstable_Profiling=null,t.unstable_UserBlockingPriority=2,t.unstable_cancelCallback=function(e){e.callback=null},t.unstable_continueExecution=function(){f||h||(f=!0,D(x))},t.unstable_forceFrameRate=function(e){0>e||125<e?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):A=0<e?Math.floor(1e3/e):5},t.unstable_getCurrentPriorityLevel=function(){return m},t.unstable_getFirstCallbackNode=function(){return r(u)},t.unstable_next=function(e){switch(m){case 1:case 2:case 3:var t=3;break;default:t=m}var n=m;m=t;try{return e()}finally{m=n}},t.unstable_pauseExecution=function(){},t.unstable_requestPaint=function(){},t.unstable_runWithPriority=function(e,t){switch(e){case 1:case 2:case 3:case 4:case 5:break;default:e=3}var n=m;m=e;try{return t()}finally{m=n}},t.unstable_scheduleCallback=function(e,a,i){var o=t.unstable_now();switch(i="object"==typeof i&&null!==i&&"number"==typeof(i=i.delay)&&0<i?o+i:o,e){case 1:var l=-1;break;case 2:l=250;break;case 5:l=1073741823;break;case 4:l=1e4;break;default:l=5e3}return e={id:d++,callback:a,priorityLevel:e,startTime:i,expirationTime:l=i+l,sortIndex:-1},i>o?(e.sortIndex=i,n(c,e),null===r(u)&&e===r(c)&&(g?(v(T),T=-1):g=!0,L(k,i-o))):(e.sortIndex=l,n(u,e),f||h||(f=!0,D(x))),e},t.unstable_shouldYield=M,t.unstable_wrapCallback=function(e){var t=m;return function(){var n=m;m=t;try{return e.apply(this,arguments)}finally{m=n}}}},3840:(e,t,n)=>{"use strict";e.exports=n(53)},2698:e=>{e.exports=function(e,t,n){var r=[],a=e.length;if(0===a)return r;var i=t<0?Math.max(0,t+a):t||0;for(void 0!==n&&(a=n<0?n+a:n);a-- >i;)r[a-i]=e[a];return r}},3150:function(e,t){var n,r;"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self&&self,n=function(e){"use strict";if("object"!=typeof globalThis||"object"!=typeof chrome||!chrome||!chrome.runtime||!chrome.runtime.id)throw new Error("This script should only be loaded in a browser extension.");if(void 0===globalThis.browser||Object.getPrototypeOf(globalThis.browser)!==Object.prototype){const t="The message port closed before a response was received.",n="Returning a Promise is the preferred way to send a reply from an onMessage/onMessageExternal listener, as the sendResponse will be removed from the specs (See https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/runtime/onMessage)",r=e=>{const r={alarms:{clear:{minArgs:0,maxArgs:1},clearAll:{minArgs:0,maxArgs:0},get:{minArgs:0,maxArgs:1},getAll:{minArgs:0,maxArgs:0}},bookmarks:{create:{minArgs:1,maxArgs:1},get:{minArgs:1,maxArgs:1},getChildren:{minArgs:1,maxArgs:1},getRecent:{minArgs:1,maxArgs:1},getSubTree:{minArgs:1,maxArgs:1},getTree:{minArgs:0,maxArgs:0},move:{minArgs:2,maxArgs:2},remove:{minArgs:1,maxArgs:1},removeTree:{minArgs:1,maxArgs:1},search:{minArgs:1,maxArgs:1},update:{minArgs:2,maxArgs:2}},browserAction:{disable:{minArgs:0,maxArgs:1,fallbackToNoCallback:!0},enable:{minArgs:0,maxArgs:1,fallbackToNoCallback:!0},getBadgeBackgroundColor:{minArgs:1,maxArgs:1},getBadgeText:{minArgs:1,maxArgs:1},getPopup:{minArgs:1,maxArgs:1},getTitle:{minArgs:1,maxArgs:1},openPopup:{minArgs:0,maxArgs:0},setBadgeBackgroundColor:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setBadgeText:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setIcon:{minArgs:1,maxArgs:1},setPopup:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setTitle:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0}},browsingData:{remove:{minArgs:2,maxArgs:2},removeCache:{minArgs:1,maxArgs:1},removeCookies:{minArgs:1,maxArgs:1},removeDownloads:{minArgs:1,maxArgs:1},removeFormData:{minArgs:1,maxArgs:1},removeHistory:{minArgs:1,maxArgs:1},removeLocalStorage:{minArgs:1,maxArgs:1},removePasswords:{minArgs:1,maxArgs:1},removePluginData:{minArgs:1,maxArgs:1},settings:{minArgs:0,maxArgs:0}},commands:{getAll:{minArgs:0,maxArgs:0}},contextMenus:{remove:{minArgs:1,maxArgs:1},removeAll:{minArgs:0,maxArgs:0},update:{minArgs:2,maxArgs:2}},cookies:{get:{minArgs:1,maxArgs:1},getAll:{minArgs:1,maxArgs:1},getAllCookieStores:{minArgs:0,maxArgs:0},remove:{minArgs:1,maxArgs:1},set:{minArgs:1,maxArgs:1}},devtools:{inspectedWindow:{eval:{minArgs:1,maxArgs:2,singleCallbackArg:!1}},panels:{create:{minArgs:3,maxArgs:3,singleCallbackArg:!0},elements:{createSidebarPane:{minArgs:1,maxArgs:1}}}},downloads:{cancel:{minArgs:1,maxArgs:1},download:{minArgs:1,maxArgs:1},erase:{minArgs:1,maxArgs:1},getFileIcon:{minArgs:1,maxArgs:2},open:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},pause:{minArgs:1,maxArgs:1},removeFile:{minArgs:1,maxArgs:1},resume:{minArgs:1,maxArgs:1},search:{minArgs:1,maxArgs:1},show:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0}},extension:{isAllowedFileSchemeAccess:{minArgs:0,maxArgs:0},isAllowedIncognitoAccess:{minArgs:0,maxArgs:0}},history:{addUrl:{minArgs:1,maxArgs:1},deleteAll:{minArgs:0,maxArgs:0},deleteRange:{minArgs:1,maxArgs:1},deleteUrl:{minArgs:1,maxArgs:1},getVisits:{minArgs:1,maxArgs:1},search:{minArgs:1,maxArgs:1}},i18n:{detectLanguage:{minArgs:1,maxArgs:1},getAcceptLanguages:{minArgs:0,maxArgs:0}},identity:{launchWebAuthFlow:{minArgs:1,maxArgs:1}},idle:{queryState:{minArgs:1,maxArgs:1}},management:{get:{minArgs:1,maxArgs:1},getAll:{minArgs:0,maxArgs:0},getSelf:{minArgs:0,maxArgs:0},setEnabled:{minArgs:2,maxArgs:2},uninstallSelf:{minArgs:0,maxArgs:1}},notifications:{clear:{minArgs:1,maxArgs:1},create:{minArgs:1,maxArgs:2},getAll:{minArgs:0,maxArgs:0},getPermissionLevel:{minArgs:0,maxArgs:0},update:{minArgs:2,maxArgs:2}},pageAction:{getPopup:{minArgs:1,maxArgs:1},getTitle:{minArgs:1,maxArgs:1},hide:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setIcon:{minArgs:1,maxArgs:1},setPopup:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setTitle:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},show:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0}},permissions:{contains:{minArgs:1,maxArgs:1},getAll:{minArgs:0,maxArgs:0},remove:{minArgs:1,maxArgs:1},request:{minArgs:1,maxArgs:1}},runtime:{getBackgroundPage:{minArgs:0,maxArgs:0},getPlatformInfo:{minArgs:0,maxArgs:0},openOptionsPage:{minArgs:0,maxArgs:0},requestUpdateCheck:{minArgs:0,maxArgs:0},sendMessage:{minArgs:1,maxArgs:3},sendNativeMessage:{minArgs:2,maxArgs:2},setUninstallURL:{minArgs:1,maxArgs:1}},sessions:{getDevices:{minArgs:0,maxArgs:1},getRecentlyClosed:{minArgs:0,maxArgs:1},restore:{minArgs:0,maxArgs:1}},storage:{local:{clear:{minArgs:0,maxArgs:0},get:{minArgs:0,maxArgs:1},getBytesInUse:{minArgs:0,maxArgs:1},remove:{minArgs:1,maxArgs:1},set:{minArgs:1,maxArgs:1}},managed:{get:{minArgs:0,maxArgs:1},getBytesInUse:{minArgs:0,maxArgs:1}},sync:{clear:{minArgs:0,maxArgs:0},get:{minArgs:0,maxArgs:1},getBytesInUse:{minArgs:0,maxArgs:1},remove:{minArgs:1,maxArgs:1},set:{minArgs:1,maxArgs:1}}},tabs:{captureVisibleTab:{minArgs:0,maxArgs:2},create:{minArgs:1,maxArgs:1},detectLanguage:{minArgs:0,maxArgs:1},discard:{minArgs:0,maxArgs:1},duplicate:{minArgs:1,maxArgs:1},executeScript:{minArgs:1,maxArgs:2},get:{minArgs:1,maxArgs:1},getCurrent:{minArgs:0,maxArgs:0},getZoom:{minArgs:0,maxArgs:1},getZoomSettings:{minArgs:0,maxArgs:1},goBack:{minArgs:0,maxArgs:1},goForward:{minArgs:0,maxArgs:1},highlight:{minArgs:1,maxArgs:1},insertCSS:{minArgs:1,maxArgs:2},move:{minArgs:2,maxArgs:2},query:{minArgs:1,maxArgs:1},reload:{minArgs:0,maxArgs:2},remove:{minArgs:1,maxArgs:1},removeCSS:{minArgs:1,maxArgs:2},sendMessage:{minArgs:2,maxArgs:3},setZoom:{minArgs:1,maxArgs:2},setZoomSettings:{minArgs:1,maxArgs:2},update:{minArgs:1,maxArgs:2}},topSites:{get:{minArgs:0,maxArgs:0}},webNavigation:{getAllFrames:{minArgs:1,maxArgs:1},getFrame:{minArgs:1,maxArgs:1}},webRequest:{handlerBehaviorChanged:{minArgs:0,maxArgs:0}},windows:{create:{minArgs:0,maxArgs:1},get:{minArgs:1,maxArgs:2},getAll:{minArgs:0,maxArgs:1},getCurrent:{minArgs:0,maxArgs:1},getLastFocused:{minArgs:0,maxArgs:1},remove:{minArgs:1,maxArgs:1},update:{minArgs:2,maxArgs:2}}};if(0===Object.keys(r).length)throw new Error("api-metadata.json has not been included in browser-polyfill");class a extends WeakMap{constructor(e,t){super(t),this.createItem=e}get(e){return this.has(e)||this.set(e,this.createItem(e)),super.get(e)}}const i=(t,n)=>(...r)=>{e.runtime.lastError?t.reject(new Error(e.runtime.lastError.message)):n.singleCallbackArg||r.length<=1&&!1!==n.singleCallbackArg?t.resolve(r[0]):t.resolve(r)},o=e=>1==e?"argument":"arguments",l=(e,t,n)=>new Proxy(t,{apply:(t,r,a)=>n.call(r,e,...a)});let s=Function.call.bind(Object.prototype.hasOwnProperty);const u=(e,t={},n={})=>{let r=Object.create(null),a={has:(t,n)=>n in e||n in r,get(a,c,d){if(c in r)return r[c];if(!(c in e))return;let p=e[c];if("function"==typeof p)if("function"==typeof t[c])p=l(e,e[c],t[c]);else if(s(n,c)){let t=((e,t)=>function(n,...r){if(r.length<t.minArgs)throw new Error(`Expected at least ${t.minArgs} ${o(t.minArgs)} for ${e}(), got ${r.length}`);if(r.length>t.maxArgs)throw new Error(`Expected at most ${t.maxArgs} ${o(t.maxArgs)} for ${e}(), got ${r.length}`);return new Promise(((a,o)=>{if(t.fallbackToNoCallback)try{n[e](...r,i({resolve:a,reject:o},t))}catch(i){console.warn(`${e} API method doesn't seem to support the callback parameter, falling back to call it without a callback: `,i),n[e](...r),t.fallbackToNoCallback=!1,t.noCallback=!0,a()}else t.noCallback?(n[e](...r),a()):n[e](...r,i({resolve:a,reject:o},t))}))})(c,n[c]);p=l(e,e[c],t)}else p=p.bind(e);else if("object"==typeof p&&null!==p&&(s(t,c)||s(n,c)))p=u(p,t[c],n[c]);else{if(!s(n,"*"))return Object.defineProperty(r,c,{configurable:!0,enumerable:!0,get:()=>e[c],set(t){e[c]=t}}),p;p=u(p,t[c],n["*"])}return r[c]=p,p},set:(t,n,a,i)=>(n in r?r[n]=a:e[n]=a,!0),defineProperty:(e,t,n)=>Reflect.defineProperty(r,t,n),deleteProperty:(e,t)=>Reflect.deleteProperty(r,t)},c=Object.create(e);return new Proxy(c,a)},c=e=>({addListener(t,n,...r){t.addListener(e.get(n),...r)},hasListener:(t,n)=>t.hasListener(e.get(n)),removeListener(t,n){t.removeListener(e.get(n))}}),d=new a((e=>"function"!=typeof e?e:function(t){const n=u(t,{},{getContent:{minArgs:0,maxArgs:0}});e(n)}));let p=!1;const m=new a((e=>"function"!=typeof e?e:function(t,r,a){let i,o,l=!1,s=new Promise((e=>{i=function(t){p||(console.warn(n,(new Error).stack),p=!0),l=!0,e(t)}}));try{o=e(t,r,i)}catch(e){o=Promise.reject(e)}const u=!0!==o&&((c=o)&&"object"==typeof c&&"function"==typeof c.then);var c;if(!0!==o&&!u&&!l)return!1;return(u?o:s).then((e=>{a(e)}),(e=>{let t;t=e&&(e instanceof Error||"string"==typeof e.message)?e.message:"An unexpected error occurred",a({__mozWebExtensionPolyfillReject__:!0,message:t})})).catch((e=>{console.error("Failed to send onMessage rejected reply",e)})),!0})),h=({reject:n,resolve:r},a)=>{e.runtime.lastError?e.runtime.lastError.message===t?r():n(new Error(e.runtime.lastError.message)):a&&a.__mozWebExtensionPolyfillReject__?n(new Error(a.message)):r(a)},f=(e,t,n,...r)=>{if(r.length<t.minArgs)throw new Error(`Expected at least ${t.minArgs} ${o(t.minArgs)} for ${e}(), got ${r.length}`);if(r.length>t.maxArgs)throw new Error(`Expected at most ${t.maxArgs} ${o(t.maxArgs)} for ${e}(), got ${r.length}`);return new Promise(((e,t)=>{const a=h.bind(null,{resolve:e,reject:t});r.push(a),n.sendMessage(...r)}))},g={devtools:{network:{onRequestFinished:c(d)}},runtime:{onMessage:c(m),onMessageExternal:c(m),sendMessage:f.bind(null,"sendMessage",{minArgs:1,maxArgs:3})},tabs:{sendMessage:f.bind(null,"sendMessage",{minArgs:2,maxArgs:3})}},y={clear:{minArgs:1,maxArgs:1},get:{minArgs:1,maxArgs:1},set:{minArgs:1,maxArgs:1}};return r.privacy={network:{"*":y},services:{"*":y},websites:{"*":y}},u(e,g,r)};e.exports=r(chrome)}else e.exports=globalThis.browser},void 0===(r=n.apply(t,[e]))||(e.exports=r)},5721:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,n,r,a,i,o){var l=new Date(0);return l.setUTCFullYear(e,t,n),l.setUTCHours(r,a,i,o),l},e.exports=t.default},5855:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,n){var r=function(e,t,n){if(n&&!n.code)throw new Error("date-fns-tz error: Please set a language code on the locale object imported from date-fns, e.g. `locale.code = 'en-US'`");return new Intl.DateTimeFormat(n?[n.code,"en-US"]:void 0,{timeZone:t,timeZoneName:e})}(e,n.timeZone,n.locale);return r.formatToParts?function(e,t){var n=e.formatToParts(t);return n[n.length-1].value}(r,t):function(e,t){var n=e.format(t).replace(/\u200E/g,""),r=/ [\w-+ ]+$/.exec(n);return r?r[0].substr(1):""}(r,t)},e.exports=t.default},2734:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,n){var r,i,d;if(""===e)return 0;if(r=l.timezoneZ.exec(e))return 0;if(r=l.timezoneHH.exec(e))return u(d=parseInt(r[1],10))?-d*o:NaN;if(r=l.timezoneHHMM.exec(e)){d=parseInt(r[1],10);var p=parseInt(r[2],10);return u(d,p)?(i=Math.abs(d)*o+6e4*p,d>0?-i:i):NaN}if(function(e){if(c[e])return!0;try{return Intl.DateTimeFormat(void 0,{timeZone:e}),c[e]=!0,!0}catch(e){return!1}}(e)){t=new Date(t||Date.now());var m=n?t:function(e){return(0,a.default)(e.getFullYear(),e.getMonth(),e.getDate(),e.getHours(),e.getMinutes(),e.getSeconds(),e.getMilliseconds())}(t),h=s(m,e),f=n?h:function(e,t,n){var r=e.getTime()-t,a=s(new Date(r),n);if(t===a)return t;r-=a-t;var i=s(new Date(r),n);return a===i?a:Math.max(a,i)}(t,h,e);return-f}return NaN};var r=i(n(2712)),a=i(n(5721));function i(e){return e&&e.__esModule?e:{default:e}}var o=36e5,l={timezone:/([Z+-].*)$/,timezoneZ:/^(Z)$/,timezoneHH:/^([+-]\d{2})$/,timezoneHHMM:/^([+-]\d{2}):?(\d{2})$/};function s(e,t){var n=(0,r.default)(e,t),i=(0,a.default)(n[0],n[1]-1,n[2],n[3]%24,n[4],n[5],0).getTime(),o=e.getTime(),l=o%1e3;return i-(o-(l>=0?l:1e3+l))}function u(e,t){return-23<=e&&e<=23&&(null==t||0<=t&&t<=59)}var c={};e.exports=t.default},7048:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;t.default=/(Z|[+-]\d{2}(?::?\d{2})?| UTC| [a-zA-Z]+\/[a-zA-Z_]+(?:\/[a-zA-Z_]+)?)$/,e.exports=t.default},2712:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){var a=function(e){if(!r[e]){var t=new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:"America/New_York",year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"}).format(new Date("2014-06-25T04:00:00.123Z")),n="06/25/2014, 00:00:00"===t||"06/25/2014 00:00:00"===t;r[e]=n?new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:e,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"}):new Intl.DateTimeFormat("en-US",{hourCycle:"h23",timeZone:e,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"})}return r[e]}(t);return a.formatToParts?function(e,t){try{for(var r=e.formatToParts(t),a=[],i=0;i<r.length;i++){var o=n[r[i].type];o>=0&&(a[o]=parseInt(r[i].value,10))}return a}catch(e){if(e instanceof RangeError)return[NaN];throw e}}(a,e):function(e,t){var n=e.format(t).replace(/\u200E/g,""),r=/(\d+)\/(\d+)\/(\d+),? (\d+):(\d+):(\d+)/.exec(n);return[r[3],r[1],r[2],r[4],r[5],r[6]]}(a,e)};var n={year:0,month:1,day:2,hour:3,minute:4,second:5},r={};e.exports=t.default},3826:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=i(n(5855)),a=i(n(2734));function i(e){return e&&e.__esModule?e:{default:e}}function o(e,t){var n=e?(0,a.default)(e,t,!0)/6e4:t.getTimezoneOffset();if(Number.isNaN(n))throw new RangeError("Invalid time zone specified: "+e);return n}function l(e,t){for(var n=e<0?"-":"",r=Math.abs(e).toString();r.length<t;)r="0"+r;return n+r}function s(e,t){var n=t||"",r=e>0?"-":"+",a=Math.abs(e);return r+l(Math.floor(a/60),2)+n+l(Math.floor(a%60),2)}function u(e,t){return e%60==0?(e>0?"-":"+")+l(Math.abs(e)/60,2):s(e,t)}var c={X:function(e,t,n,r){var a=o(r.timeZone,r._originalDate||e);if(0===a)return"Z";switch(t){case"X":return u(a);case"XXXX":case"XX":return s(a);default:return s(a,":")}},x:function(e,t,n,r){var a=o(r.timeZone,r._originalDate||e);switch(t){case"x":return u(a);case"xxxx":case"xx":return s(a);default:return s(a,":")}},O:function(e,t,n,r){var a=o(r.timeZone,r._originalDate||e);switch(t){case"O":case"OO":case"OOO":return"GMT"+function(e,t){var n=e>0?"-":"+",r=Math.abs(e),a=Math.floor(r/60),i=r%60;if(0===i)return n+String(a);return n+String(a)+":"+l(i,2)}(a);default:return"GMT"+s(a,":")}},z:function(e,t,n,a){var i=a._originalDate||e;switch(t){case"z":case"zz":case"zzz":return(0,r.default)("short",i,a);default:return(0,r.default)("long",i,a)}}};t.default=c,e.exports=t.default},6558:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,n){var o=String(t),s=n||{},u=o.match(l);if(u){var c=(0,i.default)(e,s);o=u.reduce((function(e,t){if("'"===t[0])return e;var n=e.indexOf(t),r="'"===e[n-1],i=e.replace(t,"'"+a.default[t[0]](c,t,null,s)+"'");return r?i.substring(0,n-1)+i.substring(n+1):i}),o)}return(0,r.default)(e,o,s)};var r=o(n(5616)),a=o(n(3826)),i=o(n(1476));function o(e){return e&&e.__esModule?e:{default:e}}var l=/([xXOz]+)|''|'(''|[^'])+('|$)/g;e.exports=t.default},6645:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,n,o){var l=(0,r.default)(o);return l.timeZone=t,(0,a.default)((0,i.default)(e,t),n,l)};var r=o(n(6420)),a=o(n(6558)),i=o(n(1132));function o(e){return e&&e.__esModule?e:{default:e}}e.exports=t.default},4992:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){return-(0,a.default)(e,t)};var r,a=(r=n(2734))&&r.__esModule?r:{default:r};e.exports=t.default},722:(e,t,n)=>{"use strict";e.exports={format:n(6558),formatInTimeZone:n(6645),getTimezoneOffset:n(4992),toDate:n(1476),utcToZonedTime:n(1132),zonedTimeToUtc:n(8516)}},1476:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");if(null===e)return new Date(NaN);var n=t||{},o=null==n.additionalDigits?2:(0,r.default)(n.additionalDigits);if(2!==o&&1!==o&&0!==o)throw new RangeError("additionalDigits must be 0, 1 or 2");if(e instanceof Date||"object"==typeof e&&"[object Date]"===Object.prototype.toString.call(e))return new Date(e.getTime());if("number"==typeof e||"[object Number]"===Object.prototype.toString.call(e))return new Date(e);if("string"!=typeof e&&"[object String]"!==Object.prototype.toString.call(e))return new Date(NaN);var l=c(e),s=d(l.date,o),u=s.year,h=s.restDateString,f=p(h,u);if(isNaN(f))return new Date(NaN);if(f){var g,y=f.getTime(),v=0;if(l.time&&(v=m(l.time),isNaN(v)))return new Date(NaN);if(l.timeZone||n.timeZone){if(g=(0,i.default)(l.timeZone||n.timeZone,new Date(y+v)),isNaN(g))return new Date(NaN)}else g=(0,a.default)(new Date(y+v)),g=(0,a.default)(new Date(y+v+g));return new Date(y+v+g)}return new Date(NaN)};var r=l(n(2084)),a=l(n(3561)),i=l(n(2734)),o=l(n(7048));function l(e){return e&&e.__esModule?e:{default:e}}var s=36e5,u={dateTimePattern:/^([0-9W+-]+)(T| )(.*)/,datePattern:/^([0-9W+-]+)(.*)/,plainTime:/:/,YY:/^(\d{2})$/,YYY:[/^([+-]\d{2})$/,/^([+-]\d{3})$/,/^([+-]\d{4})$/],YYYY:/^(\d{4})/,YYYYY:[/^([+-]\d{4})/,/^([+-]\d{5})/,/^([+-]\d{6})/],MM:/^-(\d{2})$/,DDD:/^-?(\d{3})$/,MMDD:/^-?(\d{2})-?(\d{2})$/,Www:/^-?W(\d{2})$/,WwwD:/^-?W(\d{2})-?(\d{1})$/,HH:/^(\d{2}([.,]\d*)?)$/,HHMM:/^(\d{2}):?(\d{2}([.,]\d*)?)$/,HHMMSS:/^(\d{2}):?(\d{2}):?(\d{2}([.,]\d*)?)$/,timeZone:o.default};function c(e){var t,n={},r=u.dateTimePattern.exec(e);if(r?(n.date=r[1],t=r[3]):(r=u.datePattern.exec(e))?(n.date=r[1],t=r[2]):(n.date=null,t=e),t){var a=u.timeZone.exec(t);a?(n.time=t.replace(a[1],""),n.timeZone=a[1].trim()):n.time=t}return n}function d(e,t){var n,r=u.YYY[t],a=u.YYYYY[t];if(n=u.YYYY.exec(e)||a.exec(e)){var i=n[1];return{year:parseInt(i,10),restDateString:e.slice(i.length)}}if(n=u.YY.exec(e)||r.exec(e)){var o=n[1];return{year:100*parseInt(o,10),restDateString:e.slice(o.length)}}return{year:null}}function p(e,t){if(null===t)return null;var n,r,a,i;if(0===e.length)return(r=new Date(0)).setUTCFullYear(t),r;if(n=u.MM.exec(e))return r=new Date(0),v(t,a=parseInt(n[1],10)-1)?(r.setUTCFullYear(t,a),r):new Date(NaN);if(n=u.DDD.exec(e)){r=new Date(0);var o=parseInt(n[1],10);return function(e,t){if(t<1)return!1;var n=y(e);return!(n&&t>366)&&!(!n&&t>365)}(t,o)?(r.setUTCFullYear(t,0,o),r):new Date(NaN)}if(n=u.MMDD.exec(e)){r=new Date(0),a=parseInt(n[1],10)-1;var l=parseInt(n[2],10);return v(t,a,l)?(r.setUTCFullYear(t,a,l),r):new Date(NaN)}if(n=u.Www.exec(e))return b(0,i=parseInt(n[1],10)-1)?h(t,i):new Date(NaN);if(n=u.WwwD.exec(e)){i=parseInt(n[1],10)-1;var s=parseInt(n[2],10)-1;return b(0,i,s)?h(t,i,s):new Date(NaN)}return null}function m(e){var t,n,r;if(t=u.HH.exec(e))return w(n=parseFloat(t[1].replace(",",".")))?n%24*s:NaN;if(t=u.HHMM.exec(e))return w(n=parseInt(t[1],10),r=parseFloat(t[2].replace(",",".")))?n%24*s+6e4*r:NaN;if(t=u.HHMMSS.exec(e)){n=parseInt(t[1],10),r=parseInt(t[2],10);var a=parseFloat(t[3].replace(",","."));return w(n,r,a)?n%24*s+6e4*r+1e3*a:NaN}return null}function h(e,t,n){t=t||0,n=n||0;var r=new Date(0);r.setUTCFullYear(e,0,4);var a=7*t+n+1-(r.getUTCDay()||7);return r.setUTCDate(r.getUTCDate()+a),r}var f=[31,28,31,30,31,30,31,31,30,31,30,31],g=[31,29,31,30,31,30,31,31,30,31,30,31];function y(e){return e%400==0||e%4==0&&e%100!=0}function v(e,t,n){if(t<0||t>11)return!1;if(null!=n){if(n<1)return!1;var r=y(e);if(r&&n>g[t])return!1;if(!r&&n>f[t])return!1}return!0}function b(e,t,n){return!(t<0||t>52||null!=n&&(n<0||n>6))}function w(e,t,n){return!(null!=e&&(e<0||e>=25)||null!=t&&(t<0||t>=60)||null!=n&&(n<0||n>=60))}e.exports=t.default},1132:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,n){var i=(0,a.default)(e,n),o=(0,r.default)(t,i,!0),l=new Date(i.getTime()-o);return new Date(l.getUTCFullYear(),l.getUTCMonth(),l.getUTCDate(),l.getUTCHours(),l.getUTCMinutes(),l.getUTCSeconds(),l.getUTCMilliseconds())};var r=i(n(2734)),a=i(n(1476));function i(e){return e&&e.__esModule?e:{default:e}}e.exports=t.default},8516:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,n){if("string"==typeof e&&!e.match(i.default)){var s=(0,r.default)(n);return s.timeZone=t,(0,a.default)(e,s)}var u=(0,a.default)(e,n),c=(0,l.default)(u.getFullYear(),u.getMonth(),u.getDate(),u.getHours(),u.getMinutes(),u.getSeconds(),u.getMilliseconds()).getTime(),d=(0,o.default)(t,new Date(c));return new Date(c+d)};var r=s(n(6420)),a=s(n(1476)),i=s(n(7048)),o=s(n(2734)),l=s(n(5721));function s(e){return e&&e.__esModule?e:{default:e}}e.exports=t.default}},t={};function n(r){var a=t[r];if(void 0!==a)return a.exports;var i=t[r]={id:r,loaded:!1,exports:{}};return e[r].call(i.exports,i,i.exports,n),i.loaded=!0,i.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),n.hmd=e=>((e=Object.create(e)).children||(e.children=[]),Object.defineProperty(e,"exports",{enumerable:!0,set:()=>{throw new Error("ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: "+e.id)}}),e),n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),(()=>{"use strict";var e=n(7294),t=n(745),r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},r(e,t)};function a(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}var i=function(){return i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e},i.apply(this,arguments)};function o(e){var t="function"==typeof Symbol&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function l(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,a,i=n.call(e),o=[];try{for(;(void 0===t||t-- >0)&&!(r=i.next()).done;)o.push(r.value)}catch(e){a={error:e}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(a)throw a.error}}return o}function s(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(l(arguments[t]));return e}var u=n(2991),c=Object.prototype.toString;function d(e){switch(c.call(e)){case"[object Error]":case"[object Exception]":case"[object DOMException]":return!0;default:return w(e,Error)}}function p(e,t){return c.call(e)==="[object "+t+"]"}function m(e){return p(e,"ErrorEvent")}function h(e){return p(e,"DOMError")}function f(e){return p(e,"String")}function g(e){return null===e||"object"!=typeof e&&"function"!=typeof e}function y(e){return p(e,"Object")}function v(e){return"undefined"!=typeof Event&&w(e,Event)}function b(e){return Boolean(e&&e.then&&"function"==typeof e.then)}function w(e,t){try{return e instanceof t}catch(e){return!1}}function k(e,t){try{for(var n=e,r=[],a=0,i=0,o=" > ".length,l=void 0;n&&a++<5&&!("html"===(l=x(n,t))||a>1&&i+r.length*o+l.length>=80);)r.push(l),i+=l.length,n=n.parentNode;return r.reverse().join(" > ")}catch(e){return"<unknown>"}}function x(e,t){var n,r,a,i,o,l=e,s=[];if(!l||!l.tagName)return"";s.push(l.tagName.toLowerCase());var u=t&&t.length?t.filter((function(e){return l.getAttribute(e)})).map((function(e){return[e,l.getAttribute(e)]})):null;if(u&&u.length)u.forEach((function(e){s.push("["+e[0]+'="'+e[1]+'"]')}));else if(l.id&&s.push("#"+l.id),(n=l.className)&&f(n))for(r=n.split(/\s+/),o=0;o<r.length;o++)s.push("."+r[o]);var c=["type","name","title","alt"];for(o=0;o<c.length;o++)a=c[o],(i=l.getAttribute(a))&&s.push("["+a+'="'+i+'"]');return s.join("")}function E(e,t){return void 0===t&&(t=0),"string"!=typeof e||0===t||e.length<=t?e:e.substr(0,t)+"..."}function _(e,t){if(!Array.isArray(e))return"";for(var n=[],r=0;r<e.length;r++){var a=e[r];try{n.push(String(a))}catch(e){n.push("[value cannot be serialized]")}}return n.join(t)}function S(e,t){return!!f(e)&&(p(t,"RegExp")?t.test(e):"string"==typeof t&&-1!==e.indexOf(t))}function T(e,t,n){if(t in e){var r=e[t],a=n(r);if("function"==typeof a)try{C(a,r)}catch(e){}e[t]=a}}function A(e,t,n){Object.defineProperty(e,t,{value:n,writable:!0,configurable:!0})}function C(e,t){var n=t.prototype||{};e.prototype=t.prototype=n,A(e,"__sentry_original__",t)}function M(e){return e.__sentry_original__}function N(e){var t=e;if(d(e))t=i({message:e.message,name:e.name,stack:e.stack},P(e));else if(v(e)){var n=e;t=i({type:n.type,target:O(n.target),currentTarget:O(n.currentTarget)},P(n)),"undefined"!=typeof CustomEvent&&w(e,CustomEvent)&&(t.detail=n.detail)}return t}function O(e){try{return"undefined"!=typeof Element&&w(e,Element)?k(e):Object.prototype.toString.call(e)}catch(e){return"<unknown>"}}function P(e){var t={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t}function D(e,t){void 0===t&&(t=40);var n=Object.keys(N(e));if(n.sort(),!n.length)return"[object has no keys]";if(n[0].length>=t)return E(n[0],t);for(var r=n.length;r>0;r--){var a=n.slice(0,r).join(", ");if(!(a.length>t))return r===n.length?a:E(a,t)}return""}function L(e){var t,n;if(y(e)){var r={};try{for(var a=o(Object.keys(e)),i=a.next();!i.done;i=a.next()){var l=i.value;void 0!==e[l]&&(r[l]=L(e[l]))}}catch(e){t={error:e}}finally{try{i&&!i.done&&(n=a.return)&&n.call(a)}finally{if(t)throw t.error}}return r}return Array.isArray(e)?e.map(L):e}function H(){var e=(0,u.R)(),t=e.crypto||e.msCrypto;if(void 0!==t&&t.getRandomValues){var n=new Uint16Array(8);t.getRandomValues(n),n[3]=4095&n[3]|16384,n[4]=16383&n[4]|32768;var r=function(e){for(var t=e.toString(16);t.length<4;)t="0"+t;return t};return r(n[0])+r(n[1])+r(n[2])+r(n[3])+r(n[4])+r(n[5])+r(n[6])+r(n[7])}return"xxxxxxxxxxxx4xxxyxxxxxxxxxxxxxxx".replace(/[xy]/g,(function(e){var t=16*Math.random()|0;return("x"===e?t:3&t|8).toString(16)}))}function j(e){if(!e)return{};var t=e.match(/^(([^:/?#]+):)?(\/\/([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?$/);if(!t)return{};var n=t[6]||"",r=t[8]||"";return{host:t[4],path:t[5],protocol:t[2],relative:t[5]+n+r}}function R(e){return e.exception&&e.exception.values?e.exception.values[0]:void 0}function z(e){var t=e.message,n=e.event_id;if(t)return t;var r=R(e);return r?r.type&&r.value?r.type+": "+r.value:r.type||r.value||n||"<unknown>":n||"<unknown>"}function U(e,t,n){var r=e.exception=e.exception||{},a=r.values=r.values||[],i=a[0]=a[0]||{};i.value||(i.value=t||""),i.type||(i.type=n||"Error")}function I(e,t){var n=R(e);if(n){var r=n.mechanism;if(n.mechanism=i(i(i({},{type:"generic",handled:!0}),r),t),t&&"data"in t){var a=i(i({},r&&r.data),t.data);n.mechanism.data=a}}}function F(e){if(e&&e.__sentry_captured__)return!0;try{A(e,"__sentry_captured__",!0)}catch(e){}return!1}var B,G=n(1170),W="undefined"==typeof __SENTRY_DEBUG__||__SENTRY_DEBUG__,q=(0,u.R)(),V="Sentry Logger ",Y=["debug","info","warn","error","log","assert"];function $(e){var t=(0,u.R)();if(!("console"in t))return e();var n=t.console,r={};Y.forEach((function(e){var a=n[e]&&n[e].__sentry_original__;e in t.console&&a&&(r[e]=n[e],n[e]=a)}));try{return e()}finally{Object.keys(r).forEach((function(e){n[e]=r[e]}))}}function J(){var e=!1,t={enable:function(){e=!0},disable:function(){e=!1}};return W?Y.forEach((function(n){t[n]=function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];e&&$((function(){var e;(e=q.console)[n].apply(e,s([V+"["+n+"]:"],t))}))}})):Y.forEach((function(e){t[e]=function(){}})),t}B=W?(0,u.Y)("logger",J):J();var K=n(2176),Q="undefined"==typeof __SENTRY_DEBUG__||__SENTRY_DEBUG__;function X(e){return new ee((function(t){t(e)}))}function Z(e){return new ee((function(t,n){n(e)}))}var ee=function(){function e(e){var t=this;this._state=0,this._handlers=[],this._resolve=function(e){t._setResult(1,e)},this._reject=function(e){t._setResult(2,e)},this._setResult=function(e,n){0===t._state&&(b(n)?n.then(t._resolve,t._reject):(t._state=e,t._value=n,t._executeHandlers()))},this._executeHandlers=function(){if(0!==t._state){var e=t._handlers.slice();t._handlers=[],e.forEach((function(e){e[0]||(1===t._state&&e[1](t._value),2===t._state&&e[2](t._value),e[0]=!0)}))}};try{e(this._resolve,this._reject)}catch(e){this._reject(e)}}return e.prototype.then=function(t,n){var r=this;return new e((function(e,a){r._handlers.push([!1,function(n){if(t)try{e(t(n))}catch(e){a(e)}else e(n)},function(t){if(n)try{e(n(t))}catch(e){a(e)}else a(t)}]),r._executeHandlers()}))},e.prototype.catch=function(e){return this.then((function(e){return e}),e)},e.prototype.finally=function(t){var n=this;return new e((function(e,r){var a,i;return n.then((function(e){i=!1,a=e,t&&t()}),(function(e){i=!0,a=e,t&&t()})).then((function(){i?r(a):e(a)}))}))},e}(),te=function(){function e(){this._notifyingListeners=!1,this._scopeListeners=[],this._eventProcessors=[],this._breadcrumbs=[],this._user={},this._tags={},this._extra={},this._contexts={},this._sdkProcessingMetadata={}}return e.clone=function(t){var n=new e;return t&&(n._breadcrumbs=s(t._breadcrumbs),n._tags=i({},t._tags),n._extra=i({},t._extra),n._contexts=i({},t._contexts),n._user=t._user,n._level=t._level,n._span=t._span,n._session=t._session,n._transactionName=t._transactionName,n._fingerprint=t._fingerprint,n._eventProcessors=s(t._eventProcessors),n._requestSession=t._requestSession),n},e.prototype.addScopeListener=function(e){this._scopeListeners.push(e)},e.prototype.addEventProcessor=function(e){return this._eventProcessors.push(e),this},e.prototype.setUser=function(e){return this._user=e||{},this._session&&this._session.update({user:e}),this._notifyScopeListeners(),this},e.prototype.getUser=function(){return this._user},e.prototype.getRequestSession=function(){return this._requestSession},e.prototype.setRequestSession=function(e){return this._requestSession=e,this},e.prototype.setTags=function(e){return this._tags=i(i({},this._tags),e),this._notifyScopeListeners(),this},e.prototype.setTag=function(e,t){var n;return this._tags=i(i({},this._tags),((n={})[e]=t,n)),this._notifyScopeListeners(),this},e.prototype.setExtras=function(e){return this._extra=i(i({},this._extra),e),this._notifyScopeListeners(),this},e.prototype.setExtra=function(e,t){var n;return this._extra=i(i({},this._extra),((n={})[e]=t,n)),this._notifyScopeListeners(),this},e.prototype.setFingerprint=function(e){return this._fingerprint=e,this._notifyScopeListeners(),this},e.prototype.setLevel=function(e){return this._level=e,this._notifyScopeListeners(),this},e.prototype.setTransactionName=function(e){return this._transactionName=e,this._notifyScopeListeners(),this},e.prototype.setTransaction=function(e){return this.setTransactionName(e)},e.prototype.setContext=function(e,t){var n;return null===t?delete this._contexts[e]:this._contexts=i(i({},this._contexts),((n={})[e]=t,n)),this._notifyScopeListeners(),this},e.prototype.setSpan=function(e){return this._span=e,this._notifyScopeListeners(),this},e.prototype.getSpan=function(){return this._span},e.prototype.getTransaction=function(){var e=this.getSpan();return e&&e.transaction},e.prototype.setSession=function(e){return e?this._session=e:delete this._session,this._notifyScopeListeners(),this},e.prototype.getSession=function(){return this._session},e.prototype.update=function(t){if(!t)return this;if("function"==typeof t){var n=t(this);return n instanceof e?n:this}return t instanceof e?(this._tags=i(i({},this._tags),t._tags),this._extra=i(i({},this._extra),t._extra),this._contexts=i(i({},this._contexts),t._contexts),t._user&&Object.keys(t._user).length&&(this._user=t._user),t._level&&(this._level=t._level),t._fingerprint&&(this._fingerprint=t._fingerprint),t._requestSession&&(this._requestSession=t._requestSession)):y(t)&&(t=t,this._tags=i(i({},this._tags),t.tags),this._extra=i(i({},this._extra),t.extra),this._contexts=i(i({},this._contexts),t.contexts),t.user&&(this._user=t.user),t.level&&(this._level=t.level),t.fingerprint&&(this._fingerprint=t.fingerprint),t.requestSession&&(this._requestSession=t.requestSession)),this},e.prototype.clear=function(){return this._breadcrumbs=[],this._tags={},this._extra={},this._user={},this._contexts={},this._level=void 0,this._transactionName=void 0,this._fingerprint=void 0,this._requestSession=void 0,this._span=void 0,this._session=void 0,this._notifyScopeListeners(),this},e.prototype.addBreadcrumb=function(e,t){var n="number"==typeof t?Math.min(t,100):100;if(n<=0)return this;var r=i({timestamp:(0,G.yW)()},e);return this._breadcrumbs=s(this._breadcrumbs,[r]).slice(-n),this._notifyScopeListeners(),this},e.prototype.clearBreadcrumbs=function(){return this._breadcrumbs=[],this._notifyScopeListeners(),this},e.prototype.applyToEvent=function(e,t){if(this._extra&&Object.keys(this._extra).length&&(e.extra=i(i({},this._extra),e.extra)),this._tags&&Object.keys(this._tags).length&&(e.tags=i(i({},this._tags),e.tags)),this._user&&Object.keys(this._user).length&&(e.user=i(i({},this._user),e.user)),this._contexts&&Object.keys(this._contexts).length&&(e.contexts=i(i({},this._contexts),e.contexts)),this._level&&(e.level=this._level),this._transactionName&&(e.transaction=this._transactionName),this._span){e.contexts=i({trace:this._span.getTraceContext()},e.contexts);var n=this._span.transaction&&this._span.transaction.name;n&&(e.tags=i({transaction:n},e.tags))}return this._applyFingerprint(e),e.breadcrumbs=s(e.breadcrumbs||[],this._breadcrumbs),e.breadcrumbs=e.breadcrumbs.length>0?e.breadcrumbs:void 0,e.sdkProcessingMetadata=this._sdkProcessingMetadata,this._notifyEventProcessors(s(ne(),this._eventProcessors),e,t)},e.prototype.setSDKProcessingMetadata=function(e){return this._sdkProcessingMetadata=i(i({},this._sdkProcessingMetadata),e),this},e.prototype._notifyEventProcessors=function(e,t,n,r){var a=this;return void 0===r&&(r=0),new ee((function(o,l){var s=e[r];if(null===t||"function"!=typeof s)o(t);else{var u=s(i({},t),n);b(u)?u.then((function(t){return a._notifyEventProcessors(e,t,n,r+1).then(o)})).then(null,l):a._notifyEventProcessors(e,u,n,r+1).then(o).then(null,l)}}))},e.prototype._notifyScopeListeners=function(){var e=this;this._notifyingListeners||(this._notifyingListeners=!0,this._scopeListeners.forEach((function(t){t(e)})),this._notifyingListeners=!1)},e.prototype._applyFingerprint=function(e){e.fingerprint=e.fingerprint?Array.isArray(e.fingerprint)?e.fingerprint:[e.fingerprint]:[],this._fingerprint&&(e.fingerprint=e.fingerprint.concat(this._fingerprint)),e.fingerprint&&!e.fingerprint.length&&delete e.fingerprint},e}();function ne(){return(0,u.Y)("globalEventProcessors",(function(){return[]}))}function re(e){ne().push(e)}var ae=function(){function e(e){this.errors=0,this.sid=H(),this.duration=0,this.status="ok",this.init=!0,this.ignoreDuration=!1;var t=(0,G.ph)();this.timestamp=t,this.started=t,e&&this.update(e)}return e.prototype.update=function(e){if(void 0===e&&(e={}),e.user&&(!this.ipAddress&&e.user.ip_address&&(this.ipAddress=e.user.ip_address),this.did||e.did||(this.did=e.user.id||e.user.email||e.user.username)),this.timestamp=e.timestamp||(0,G.ph)(),e.ignoreDuration&&(this.ignoreDuration=e.ignoreDuration),e.sid&&(this.sid=32===e.sid.length?e.sid:H()),void 0!==e.init&&(this.init=e.init),!this.did&&e.did&&(this.did=""+e.did),"number"==typeof e.started&&(this.started=e.started),this.ignoreDuration)this.duration=void 0;else if("number"==typeof e.duration)this.duration=e.duration;else{var t=this.timestamp-this.started;this.duration=t>=0?t:0}e.release&&(this.release=e.release),e.environment&&(this.environment=e.environment),!this.ipAddress&&e.ipAddress&&(this.ipAddress=e.ipAddress),!this.userAgent&&e.userAgent&&(this.userAgent=e.userAgent),"number"==typeof e.errors&&(this.errors=e.errors),e.status&&(this.status=e.status)},e.prototype.close=function(e){e?this.update({status:e}):"ok"===this.status?this.update({status:"exited"}):this.update()},e.prototype.toJSON=function(){return L({sid:""+this.sid,init:this.init,started:new Date(1e3*this.started).toISOString(),timestamp:new Date(1e3*this.timestamp).toISOString(),status:this.status,errors:this.errors,did:"number"==typeof this.did||"string"==typeof this.did?""+this.did:void 0,duration:this.duration,attrs:{release:this.release,environment:this.environment,ip_address:this.ipAddress,user_agent:this.userAgent}})},e}(),ie=function(){function e(e,t,n){void 0===t&&(t=new te),void 0===n&&(n=4),this._version=n,this._stack=[{}],this.getStackTop().scope=t,e&&this.bindClient(e)}return e.prototype.isOlderThan=function(e){return this._version<e},e.prototype.bindClient=function(e){this.getStackTop().client=e,e&&e.setupIntegrations&&e.setupIntegrations()},e.prototype.pushScope=function(){var e=te.clone(this.getScope());return this.getStack().push({client:this.getClient(),scope:e}),e},e.prototype.popScope=function(){return!(this.getStack().length<=1||!this.getStack().pop())},e.prototype.withScope=function(e){var t=this.pushScope();try{e(t)}finally{this.popScope()}},e.prototype.getClient=function(){return this.getStackTop().client},e.prototype.getScope=function(){return this.getStackTop().scope},e.prototype.getStack=function(){return this._stack},e.prototype.getStackTop=function(){return this._stack[this._stack.length-1]},e.prototype.captureException=function(e,t){var n=this._lastEventId=t&&t.event_id?t.event_id:H(),r=t;if(!t){var a=void 0;try{throw new Error("Sentry syntheticException")}catch(e){a=e}r={originalException:e,syntheticException:a}}return this._invokeClient("captureException",e,i(i({},r),{event_id:n})),n},e.prototype.captureMessage=function(e,t,n){var r=this._lastEventId=n&&n.event_id?n.event_id:H(),a=n;if(!n){var o=void 0;try{throw new Error(e)}catch(e){o=e}a={originalException:e,syntheticException:o}}return this._invokeClient("captureMessage",e,t,i(i({},a),{event_id:r})),r},e.prototype.captureEvent=function(e,t){var n=t&&t.event_id?t.event_id:H();return"transaction"!==e.type&&(this._lastEventId=n),this._invokeClient("captureEvent",e,i(i({},t),{event_id:n})),n},e.prototype.lastEventId=function(){return this._lastEventId},e.prototype.addBreadcrumb=function(e,t){var n=this.getStackTop(),r=n.scope,a=n.client;if(r&&a){var o=a.getOptions&&a.getOptions()||{},l=o.beforeBreadcrumb,s=void 0===l?null:l,u=o.maxBreadcrumbs,c=void 0===u?100:u;if(!(c<=0)){var d=(0,G.yW)(),p=i({timestamp:d},e),m=s?$((function(){return s(p,t)})):p;null!==m&&r.addBreadcrumb(m,c)}}},e.prototype.setUser=function(e){var t=this.getScope();t&&t.setUser(e)},e.prototype.setTags=function(e){var t=this.getScope();t&&t.setTags(e)},e.prototype.setExtras=function(e){var t=this.getScope();t&&t.setExtras(e)},e.prototype.setTag=function(e,t){var n=this.getScope();n&&n.setTag(e,t)},e.prototype.setExtra=function(e,t){var n=this.getScope();n&&n.setExtra(e,t)},e.prototype.setContext=function(e,t){var n=this.getScope();n&&n.setContext(e,t)},e.prototype.configureScope=function(e){var t=this.getStackTop(),n=t.scope,r=t.client;n&&r&&e(n)},e.prototype.run=function(e){var t=le(this);try{e(this)}finally{le(t)}},e.prototype.getIntegration=function(e){var t=this.getClient();if(!t)return null;try{return t.getIntegration(e)}catch(t){return Q&&B.warn("Cannot retrieve integration "+e.id+" from the current Hub"),null}},e.prototype.startSpan=function(e){return this._callExtensionMethod("startSpan",e)},e.prototype.startTransaction=function(e,t){return this._callExtensionMethod("startTransaction",e,t)},e.prototype.traceHeaders=function(){return this._callExtensionMethod("traceHeaders")},e.prototype.captureSession=function(e){if(void 0===e&&(e=!1),e)return this.endSession();this._sendSessionUpdate()},e.prototype.endSession=function(){var e=this.getStackTop(),t=e&&e.scope,n=t&&t.getSession();n&&n.close(),this._sendSessionUpdate(),t&&t.setSession()},e.prototype.startSession=function(e){var t=this.getStackTop(),n=t.scope,r=t.client,a=r&&r.getOptions()||{},o=a.release,l=a.environment,s=((0,u.R)().navigator||{}).userAgent,c=new ae(i(i(i({release:o,environment:l},n&&{user:n.getUser()}),s&&{userAgent:s}),e));if(n){var d=n.getSession&&n.getSession();d&&"ok"===d.status&&d.update({status:"exited"}),this.endSession(),n.setSession(c)}return c},e.prototype._sendSessionUpdate=function(){var e=this.getStackTop(),t=e.scope,n=e.client;if(t){var r=t.getSession&&t.getSession();r&&n&&n.captureSession&&n.captureSession(r)}},e.prototype._invokeClient=function(e){for(var t,n=[],r=1;r<arguments.length;r++)n[r-1]=arguments[r];var a=this.getStackTop(),i=a.scope,o=a.client;o&&o[e]&&(t=o)[e].apply(t,s(n,[i]))},e.prototype._callExtensionMethod=function(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];var r=oe(),a=r.__SENTRY__;if(a&&a.extensions&&"function"==typeof a.extensions[e])return a.extensions[e].apply(this,t);Q&&B.warn("Extension method "+e+" couldn't be found, doing nothing.")},e}();function oe(){var e=(0,u.R)();return e.__SENTRY__=e.__SENTRY__||{extensions:{},hub:void 0},e}function le(e){var t=oe(),n=ce(t);return de(t,e),n}function se(){var e=oe();return ue(e)&&!ce(e).isOlderThan(4)||de(e,new ie),(0,K.KV)()?function(e){try{var t=oe().__SENTRY__,n=t&&t.extensions&&t.extensions.domain&&t.extensions.domain.active;if(!n)return ce(e);if(!ue(n)||ce(n).isOlderThan(4)){var r=ce(e).getStackTop();de(n,new ie(r.client,te.clone(r.scope)))}return ce(n)}catch(t){return ce(e)}}(e):ce(e)}function ue(e){return!!(e&&e.__SENTRY__&&e.__SENTRY__.hub)}function ce(e){return(0,u.Y)("hub",(function(){return new ie}),e)}function de(e,t){return!!e&&((e.__SENTRY__=e.__SENTRY__||{}).hub=t,!0)}var pe,me="undefined"==typeof __SENTRY_DEBUG__||__SENTRY_DEBUG__,he=[/^Script error\.?$/,/^Javascript error: Script error\.? on line 0$/],fe=function(){function e(t){void 0===t&&(t={}),this._options=t,this.name=e.id}return e.prototype.setupOnce=function(t,n){t((function(t){var r=n();if(r){var a=r.getIntegration(e);if(a){var i=r.getClient(),o=i?i.getOptions():{},l=function(e,t){return void 0===e&&(e={}),void 0===t&&(t={}),{allowUrls:s(e.whitelistUrls||[],e.allowUrls||[],t.whitelistUrls||[],t.allowUrls||[]),denyUrls:s(e.blacklistUrls||[],e.denyUrls||[],t.blacklistUrls||[],t.denyUrls||[]),ignoreErrors:s(e.ignoreErrors||[],t.ignoreErrors||[],he),ignoreInternal:void 0===e.ignoreInternal||e.ignoreInternal}}(a._options,o);return function(e,t){return t.ignoreInternal&&function(e){try{return"SentryError"===e.exception.values[0].type}catch(e){}return!1}(e)?(me&&B.warn("Event dropped due to being internal Sentry Error.\nEvent: "+z(e)),!0):function(e,t){return!(!t||!t.length)&&function(e){if(e.message)return[e.message];if(e.exception)try{var t=e.exception.values&&e.exception.values[0]||{},n=t.type,r=void 0===n?"":n,a=t.value,i=void 0===a?"":a;return[""+i,r+": "+i]}catch(t){return me&&B.error("Cannot extract message for event "+z(e)),[]}return[]}(e).some((function(e){return t.some((function(t){return S(e,t)}))}))}(e,t.ignoreErrors)?(me&&B.warn("Event dropped due to being matched by `ignoreErrors` option.\nEvent: "+z(e)),!0):function(e,t){if(!t||!t.length)return!1;var n=ye(e);return!!n&&t.some((function(e){return S(n,e)}))}(e,t.denyUrls)?(me&&B.warn("Event dropped due to being matched by `denyUrls` option.\nEvent: "+z(e)+".\nUrl: "+ye(e)),!0):!function(e,t){if(!t||!t.length)return!0;var n=ye(e);return!n||t.some((function(e){return S(n,e)}))}(e,t.allowUrls)&&(me&&B.warn("Event dropped due to not being matched by `allowUrls` option.\nEvent: "+z(e)+".\nUrl: "+ye(e)),!0)}(t,l)?null:t}}return t}))},e.id="InboundFilters",e}();function ge(e){void 0===e&&(e=[]);for(var t=e.length-1;t>=0;t--){var n=e[t];if(n&&"<anonymous>"!==n.filename&&"[native code]"!==n.filename)return n.filename||null}return null}function ye(e){try{if(e.stacktrace)return ge(e.stacktrace.frames);var t;try{t=e.exception.values[0].stacktrace.frames}catch(e){}return t?ge(t):null}catch(t){return me&&B.error("Cannot extract url for event "+z(e)),null}}var ve=function(){function e(){this.name=e.id}return e.prototype.setupOnce=function(){pe=Function.prototype.toString,Function.prototype.toString=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var n=M(this)||this;return pe.apply(n,e)}},e.id="FunctionToString",e}();function be(e){if(!e.length)return[];var t=e,n=t[0].function||"",r=t[t.length-1].function||"";return-1===n.indexOf("captureMessage")&&-1===n.indexOf("captureException")||(t=t.slice(1)),-1!==r.indexOf("sentryWrapped")&&(t=t.slice(0,-1)),t.slice(0,50).map((function(e){return i(i({},e),{filename:e.filename||t[0].filename,function:e.function||"?"})})).reverse()}var we="<anonymous>";function ke(e){try{return e&&"function"==typeof e&&e.name||we}catch(e){return we}}function xe(){if(!("fetch"in(0,u.R)()))return!1;try{return new Headers,new Request(""),new Response,!0}catch(e){return!1}}function Ee(e){return e&&/^function fetch\(\)\s+\{\s+\[native code\]\s+\}$/.test(e.toString())}function _e(){if(!xe())return!1;try{return new Request("_",{referrerPolicy:"origin"}),!0}catch(e){return!1}}var Se,Te,Ae,Ce=(0,u.R)(),Me={},Ne={};function Oe(e,t){Me[e]=Me[e]||[],Me[e].push(t),function(e){if(!Ne[e])switch(Ne[e]=!0,e){case"console":"console"in Ce&&Y.forEach((function(e){e in Ce.console&&T(Ce.console,e,(function(t){return function(){for(var n=[],r=0;r<arguments.length;r++)n[r]=arguments[r];Pe("console",{args:n,level:e}),t&&t.apply(Ce.console,n)}}))}));break;case"dom":!function(){if("document"in Ce){var e=Pe.bind(null,"dom"),t=He(e,!0);Ce.document.addEventListener("click",t,!1),Ce.document.addEventListener("keypress",t,!1),["EventTarget","Node"].forEach((function(t){var n=Ce[t]&&Ce[t].prototype;n&&n.hasOwnProperty&&n.hasOwnProperty("addEventListener")&&(T(n,"addEventListener",(function(t){return function(n,r,a){if("click"===n||"keypress"==n)try{var i=this.__sentry_instrumentation_handlers__=this.__sentry_instrumentation_handlers__||{},o=i[n]=i[n]||{refCount:0};if(!o.handler){var l=He(e);o.handler=l,t.call(this,n,l,a)}o.refCount+=1}catch(e){}return t.call(this,n,r,a)}})),T(n,"removeEventListener",(function(e){return function(t,n,r){if("click"===t||"keypress"==t)try{var a=this.__sentry_instrumentation_handlers__||{},i=a[t];i&&(i.refCount-=1,i.refCount<=0&&(e.call(this,t,i.handler,r),i.handler=void 0,delete a[t]),0===Object.keys(a).length&&delete this.__sentry_instrumentation_handlers__)}catch(e){}return e.call(this,t,n,r)}})))}))}}();break;case"xhr":!function(){if("XMLHttpRequest"in Ce){var e=XMLHttpRequest.prototype;T(e,"open",(function(e){return function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];var r=this,a=t[1],i=r.__sentry_xhr__={method:f(t[0])?t[0].toUpperCase():t[0],url:t[1]};f(a)&&"POST"===i.method&&a.match(/sentry_key/)&&(r.__sentry_own_request__=!0);var o=function(){if(4===r.readyState){try{i.status_code=r.status}catch(e){}Pe("xhr",{args:t,endTimestamp:Date.now(),startTimestamp:Date.now(),xhr:r})}};return"onreadystatechange"in r&&"function"==typeof r.onreadystatechange?T(r,"onreadystatechange",(function(e){return function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return o(),e.apply(r,t)}})):r.addEventListener("readystatechange",o),e.apply(r,t)}})),T(e,"send",(function(e){return function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return this.__sentry_xhr__&&void 0!==t[0]&&(this.__sentry_xhr__.body=t[0]),Pe("xhr",{args:t,startTimestamp:Date.now(),xhr:this}),e.apply(this,t)}}))}}();break;case"fetch":(function(){if(!xe())return!1;var e=(0,u.R)();if(Ee(e.fetch))return!0;var t=!1,n=e.document;if(n&&"function"==typeof n.createElement)try{var r=n.createElement("iframe");r.hidden=!0,n.head.appendChild(r),r.contentWindow&&r.contentWindow.fetch&&(t=Ee(r.contentWindow.fetch)),n.head.removeChild(r)}catch(e){W&&B.warn("Could not create sandbox iframe for pure fetch check, bailing to window.fetch: ",e)}return t})()&&T(Ce,"fetch",(function(e){return function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];var r={args:t,fetchData:{method:De(t),url:Le(t)},startTimestamp:Date.now()};return Pe("fetch",i({},r)),e.apply(Ce,t).then((function(e){return Pe("fetch",i(i({},r),{endTimestamp:Date.now(),response:e})),e}),(function(e){throw Pe("fetch",i(i({},r),{endTimestamp:Date.now(),error:e})),e}))}}));break;case"history":!function(){if(function(){var e=(0,u.R)(),t=e.chrome,n=t&&t.app&&t.app.runtime,r="history"in e&&!!e.history.pushState&&!!e.history.replaceState;return!n&&r}()){var e=Ce.onpopstate;Ce.onpopstate=function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];var r=Ce.location.href,a=Se;if(Se=r,Pe("history",{from:a,to:r}),e)try{return e.apply(this,t)}catch(e){}},T(Ce.history,"pushState",t),T(Ce.history,"replaceState",t)}function t(e){return function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];var r=t.length>2?t[2]:void 0;if(r){var a=Se,i=String(r);Se=i,Pe("history",{from:a,to:i})}return e.apply(this,t)}}}();break;case"error":je=Ce.onerror,Ce.onerror=function(e,t,n,r,a){return Pe("error",{column:r,error:a,line:n,msg:e,url:t}),!!je&&je.apply(this,arguments)};break;case"unhandledrejection":Re=Ce.onunhandledrejection,Ce.onunhandledrejection=function(e){return Pe("unhandledrejection",e),!Re||Re.apply(this,arguments)};break;default:W&&B.warn("unknown instrumentation type:",e)}}(e)}function Pe(e,t){var n,r;if(e&&Me[e])try{for(var a=o(Me[e]||[]),i=a.next();!i.done;i=a.next()){var l=i.value;try{l(t)}catch(t){W&&B.error("Error while triggering instrumentation handler.\nType: "+e+"\nName: "+ke(l)+"\nError:",t)}}}catch(e){n={error:e}}finally{try{i&&!i.done&&(r=a.return)&&r.call(a)}finally{if(n)throw n.error}}}function De(e){return void 0===e&&(e=[]),"Request"in Ce&&w(e[0],Request)&&e[0].method?String(e[0].method).toUpperCase():e[1]&&e[1].method?String(e[1].method).toUpperCase():"GET"}function Le(e){return void 0===e&&(e=[]),"string"==typeof e[0]?e[0]:"Request"in Ce&&w(e[0],Request)?e[0].url:String(e[0])}function He(e,t){return void 0===t&&(t=!1),function(n){if(n&&Ae!==n&&!function(e){if("keypress"!==e.type)return!1;try{var t=e.target;if(!t||!t.tagName)return!0;if("INPUT"===t.tagName||"TEXTAREA"===t.tagName||t.isContentEditable)return!1}catch(e){}return!0}(n)){var r="keypress"===n.type?"input":n.type;(void 0===Te||function(e,t){if(!e)return!0;if(e.type!==t.type)return!0;try{if(e.target!==t.target)return!0}catch(e){}return!1}(Ae,n))&&(e({event:n,name:r,global:t}),Ae=n),clearTimeout(Te),Te=Ce.setTimeout((function(){Te=void 0}),1e3)}}}var je=null,Re=null,ze="6.19.6",Ue=Object.setPrototypeOf||({__proto__:[]}instanceof Array?function(e,t){return e.__proto__=t,e}:function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(e,n)||(e[n]=t[n]);return e}),Ie=function(e){function t(t){var n=this.constructor,r=e.call(this,t)||this;return r.message=t,r.name=n.prototype.constructor.name,Ue(r,n.prototype),r}return a(t,e),t}(Error),Fe=/^(?:(\w+):)\/\/(?:(\w+)(?::(\w+))?@)([\w.-]+)(?::(\d+))?\/(.+)/;function Be(e,t){void 0===t&&(t=!1);var n=e.host,r=e.path,a=e.pass,i=e.port,o=e.projectId;return e.protocol+"://"+e.publicKey+(t&&a?":"+a:"")+"@"+n+(i?":"+i:"")+"/"+(r?r+"/":r)+o}function Ge(e){return"user"in e&&!("publicKey"in e)&&(e.publicKey=e.user),{user:e.publicKey||"",protocol:e.protocol,publicKey:e.publicKey||"",pass:e.pass||"",host:e.host,port:e.port||"",path:e.path||"",projectId:e.projectId}}function We(e){var t="string"==typeof e?function(e){var t=Fe.exec(e);if(!t)throw new Ie("Invalid Sentry Dsn: "+e);var n=l(t.slice(1),6),r=n[0],a=n[1],i=n[2],o=void 0===i?"":i,s=n[3],u=n[4],c=void 0===u?"":u,d="",p=n[5],m=p.split("/");if(m.length>1&&(d=m.slice(0,-1).join("/"),p=m.pop()),p){var h=p.match(/^\d+/);h&&(p=h[0])}return Ge({host:s,pass:o,path:d,projectId:p,port:c,protocol:r,publicKey:a})}(e):Ge(e);return function(e){if(W){var t=e.port,n=e.projectId,r=e.protocol;if(["protocol","publicKey","host","projectId"].forEach((function(t){if(!e[t])throw new Ie("Invalid Sentry Dsn: "+t+" missing")})),!n.match(/^\d+$/))throw new Ie("Invalid Sentry Dsn: Invalid projectId "+n);if(!function(e){return"http"===e||"https"===e}(r))throw new Ie("Invalid Sentry Dsn: Invalid protocol "+r);if(t&&isNaN(parseInt(t,10)))throw new Ie("Invalid Sentry Dsn: Invalid port "+t)}}(t),t}function qe(e,t,n){void 0===t&&(t=1/0),void 0===n&&(n=1/0);try{return Ye("",e,t,n)}catch(e){return{ERROR:"**non-serializable** ("+e+")"}}}function Ve(e,t,n){void 0===t&&(t=3),void 0===n&&(n=102400);var r,a=qe(e,t);return r=a,function(e){return~-encodeURI(e).split(/%..|./).length}(JSON.stringify(r))>n?Ve(e,t-1,n):a}function Ye(e,t,r,a,i){var o,s;void 0===r&&(r=1/0),void 0===a&&(a=1/0),void 0===i&&(o="function"==typeof WeakSet,s=o?new WeakSet:[],i=[function(e){if(o)return!!s.has(e)||(s.add(e),!1);for(var t=0;t<s.length;t++)if(s[t]===e)return!0;return s.push(e),!1},function(e){if(o)s.delete(e);else for(var t=0;t<s.length;t++)if(s[t]===e){s.splice(t,1);break}}]);var u,c=l(i,2),p=c[0],m=c[1],h=t;if(h&&"function"==typeof h.toJSON)try{return h.toJSON()}catch(e){}if(null===t||["number","boolean","string"].includes(typeof t)&&("number"!=typeof(u=t)||u==u))return t;var f=function(e,t){try{return"domain"===e&&t&&"object"==typeof t&&t._events?"[Domain]":"domainEmitter"===e?"[DomainEmitter]":void 0!==n.g&&t===n.g?"[Global]":"undefined"!=typeof window&&t===window?"[Window]":"undefined"!=typeof document&&t===document?"[Document]":function(e){return y(e)&&"nativeEvent"in e&&"preventDefault"in e&&"stopPropagation"in e}(t)?"[SyntheticEvent]":"number"==typeof t&&t!=t?"[NaN]":void 0===t?"[undefined]":"function"==typeof t?"[Function: "+ke(t)+"]":"symbol"==typeof t?"["+String(t)+"]":"bigint"==typeof t?"[BigInt: "+String(t)+"]":"[object "+Object.getPrototypeOf(t).constructor.name+"]"}catch(e){return"**non-serializable** ("+e+")"}}(e,t);if(!f.startsWith("[object "))return f;if(0===r)return f.replace("object ","");if(p(t))return"[Circular ~]";var g=Array.isArray(t)?[]:{},b=0,w=d(t)||v(t)?N(t):t;for(var k in w)if(Object.prototype.hasOwnProperty.call(w,k)){if(b>=a){g[k]="[MaxProperties ~]";break}var x=w[k];g[k]=Ye(k,x,r-1,a,i),b+=1}return m(t),g}var $e=[];function Je(e){return e.reduce((function(e,t){return e.every((function(e){return t.name!==e.name}))&&e.push(t),e}),[])}var Ke="Not capturing exception because it's already been captured.",Qe=function(){function e(e,t){this._integrations={},this._numProcessing=0,this._backend=new e(t),this._options=t,t.dsn&&(this._dsn=We(t.dsn))}return e.prototype.captureException=function(e,t,n){var r=this;if(!F(e)){var a=t&&t.event_id;return this._process(this._getBackend().eventFromException(e,t).then((function(e){return r._captureEvent(e,t,n)})).then((function(e){a=e}))),a}me&&B.log(Ke)},e.prototype.captureMessage=function(e,t,n,r){var a=this,i=n&&n.event_id,o=g(e)?this._getBackend().eventFromMessage(String(e),t,n):this._getBackend().eventFromException(e,n);return this._process(o.then((function(e){return a._captureEvent(e,n,r)})).then((function(e){i=e}))),i},e.prototype.captureEvent=function(e,t,n){if(!(t&&t.originalException&&F(t.originalException))){var r=t&&t.event_id;return this._process(this._captureEvent(e,t,n).then((function(e){r=e}))),r}me&&B.log(Ke)},e.prototype.captureSession=function(e){this._isEnabled()?"string"!=typeof e.release?me&&B.warn("Discarded session because of missing or non-string release"):(this._sendSession(e),e.update({init:!1})):me&&B.warn("SDK not enabled, will not capture session.")},e.prototype.getDsn=function(){return this._dsn},e.prototype.getOptions=function(){return this._options},e.prototype.getTransport=function(){return this._getBackend().getTransport()},e.prototype.flush=function(e){var t=this;return this._isClientDoneProcessing(e).then((function(n){return t.getTransport().close(e).then((function(e){return n&&e}))}))},e.prototype.close=function(e){var t=this;return this.flush(e).then((function(e){return t.getOptions().enabled=!1,e}))},e.prototype.setupIntegrations=function(){var e,t;this._isEnabled()&&!this._integrations.initialized&&(this._integrations=(e=this._options,t={},function(e){var t=e.defaultIntegrations&&s(e.defaultIntegrations)||[],n=e.integrations,r=s(Je(t));Array.isArray(n)?r=s(r.filter((function(e){return n.every((function(t){return t.name!==e.name}))})),Je(n)):"function"==typeof n&&(r=n(r),r=Array.isArray(r)?r:[r]);var a=r.map((function(e){return e.name})),i="Debug";return-1!==a.indexOf(i)&&r.push.apply(r,s(r.splice(a.indexOf(i),1))),r}(e).forEach((function(e){t[e.name]=e,function(e){-1===$e.indexOf(e.name)&&(e.setupOnce(re,se),$e.push(e.name),me&&B.log("Integration installed: "+e.name))}(e)})),A(t,"initialized",!0),t))},e.prototype.getIntegration=function(e){try{return this._integrations[e.id]||null}catch(t){return me&&B.warn("Cannot retrieve integration "+e.id+" from the current Client"),null}},e.prototype._updateSessionFromEvent=function(e,t){var n,r,a=!1,l=!1,s=t.exception&&t.exception.values;if(s){l=!0;try{for(var u=o(s),c=u.next();!c.done;c=u.next()){var d=c.value.mechanism;if(d&&!1===d.handled){a=!0;break}}}catch(e){n={error:e}}finally{try{c&&!c.done&&(r=u.return)&&r.call(u)}finally{if(n)throw n.error}}}var p="ok"===e.status;(p&&0===e.errors||p&&a)&&(e.update(i(i({},a&&{status:"crashed"}),{errors:e.errors||Number(l||a)})),this.captureSession(e))},e.prototype._sendSession=function(e){this._getBackend().sendSession(e)},e.prototype._isClientDoneProcessing=function(e){var t=this;return new ee((function(n){var r=0,a=setInterval((function(){0==t._numProcessing?(clearInterval(a),n(!0)):(r+=1,e&&r>=e&&(clearInterval(a),n(!1)))}),1)}))},e.prototype._getBackend=function(){return this._backend},e.prototype._isEnabled=function(){return!1!==this.getOptions().enabled&&void 0!==this._dsn},e.prototype._prepareEvent=function(e,t,n){var r=this,a=this.getOptions(),o=a.normalizeDepth,l=void 0===o?3:o,s=a.normalizeMaxBreadth,u=void 0===s?1e3:s,c=i(i({},e),{event_id:e.event_id||(n&&n.event_id?n.event_id:H()),timestamp:e.timestamp||(0,G.yW)()});this._applyClientOptions(c),this._applyIntegrationsMetadata(c);var d=t;n&&n.captureContext&&(d=te.clone(d).update(n.captureContext));var p=X(c);return d&&(p=d.applyToEvent(c,n)),p.then((function(e){return e&&(e.sdkProcessingMetadata=i(i({},e.sdkProcessingMetadata),{normalizeDepth:qe(l)+" ("+typeof l+")"})),"number"==typeof l&&l>0?r._normalizeEvent(e,l,u):e}))},e.prototype._normalizeEvent=function(e,t,n){if(!e)return null;var r=i(i(i(i(i({},e),e.breadcrumbs&&{breadcrumbs:e.breadcrumbs.map((function(e){return i(i({},e),e.data&&{data:qe(e.data,t,n)})}))}),e.user&&{user:qe(e.user,t,n)}),e.contexts&&{contexts:qe(e.contexts,t,n)}),e.extra&&{extra:qe(e.extra,t,n)});return e.contexts&&e.contexts.trace&&(r.contexts.trace=e.contexts.trace),r.sdkProcessingMetadata=i(i({},r.sdkProcessingMetadata),{baseClientNormalized:!0}),r},e.prototype._applyClientOptions=function(e){var t=this.getOptions(),n=t.environment,r=t.release,a=t.dist,i=t.maxValueLength,o=void 0===i?250:i;"environment"in e||(e.environment="environment"in t?n:"production"),void 0===e.release&&void 0!==r&&(e.release=r),void 0===e.dist&&void 0!==a&&(e.dist=a),e.message&&(e.message=E(e.message,o));var l=e.exception&&e.exception.values&&e.exception.values[0];l&&l.value&&(l.value=E(l.value,o));var s=e.request;s&&s.url&&(s.url=E(s.url,o))},e.prototype._applyIntegrationsMetadata=function(e){var t=Object.keys(this._integrations);t.length>0&&(e.sdk=e.sdk||{},e.sdk.integrations=s(e.sdk.integrations||[],t))},e.prototype._sendEvent=function(e){this._getBackend().sendEvent(e)},e.prototype._captureEvent=function(e,t,n){return this._processEvent(e,t,n).then((function(e){return e.event_id}),(function(e){me&&B.error(e)}))},e.prototype._processEvent=function(e,t,n){var r=this,a=this.getOptions(),i=a.beforeSend,o=a.sampleRate,l=this.getTransport();function s(e,t){l.recordLostEvent&&l.recordLostEvent(e,t)}if(!this._isEnabled())return Z(new Ie("SDK not enabled, will not capture event."));var u="transaction"===e.type;return!u&&"number"==typeof o&&Math.random()>o?(s("sample_rate","event"),Z(new Ie("Discarding event because it's not included in the random sample (sampling rate = "+o+")"))):this._prepareEvent(e,n,t).then((function(n){if(null===n)throw s("event_processor",e.type||"event"),new Ie("An event processor returned null, will not send event.");return t&&t.data&&!0===t.data.__sentry__||u||!i?n:function(e){var t="`beforeSend` method has to return `null` or a valid event.";if(b(e))return e.then((function(e){if(!y(e)&&null!==e)throw new Ie(t);return e}),(function(e){throw new Ie("beforeSend rejected with "+e)}));if(!y(e)&&null!==e)throw new Ie(t);return e}(i(n,t))})).then((function(t){if(null===t)throw s("before_send",e.type||"event"),new Ie("`beforeSend` returned `null`, will not send event.");var a=n&&n.getSession&&n.getSession();return!u&&a&&r._updateSessionFromEvent(a,t),r._sendEvent(t),t})).then(null,(function(e){if(e instanceof Ie)throw e;throw r.captureException(e,{data:{__sentry__:!0},originalException:e}),new Ie("Event processing pipeline threw an error, original event will not be sent. Details have been sent as a new event.\nReason: "+e)}))},e.prototype._process=function(e){var t=this;this._numProcessing+=1,e.then((function(e){return t._numProcessing-=1,e}),(function(e){return t._numProcessing-=1,e}))},e}();function Xe(e,t,n){return{initDsn:e,metadata:t||{},dsn:We(e),tunnel:n}}function Ze(e){var t=e.protocol?e.protocol+":":"",n=e.port?":"+e.port:"";return t+"//"+e.host+n+(e.path?"/"+e.path:"")+"/api/"}function et(e,t){return""+Ze(e)+e.projectId+"/"+t+"/"}function tt(e){return t={sentry_key:e.publicKey,sentry_version:"7"},Object.keys(t).map((function(e){return encodeURIComponent(e)+"="+encodeURIComponent(t[e])})).join("&");var t}function nt(e){return et(e,"store")}function rt(e){return nt(e)+"?"+tt(e)}function at(e,t){return t||function(e){return et(e,"envelope")}(e)+"?"+tt(e)}function it(e,t){return void 0===t&&(t=[]),[e,t]}function ot(e){var t=l(e,2),n=t[0],r=t[1],a=JSON.stringify(n);return r.reduce((function(e,t){var n=l(t,2),r=n[0],a=n[1],i=g(a)?String(a):JSON.stringify(a);return e+"\n"+JSON.stringify(r)+"\n"+i}),a)}function lt(e){if(e.metadata&&e.metadata.sdk){var t=e.metadata.sdk;return{name:t.name,version:t.version}}}function st(e,t){return t?(e.sdk=e.sdk||{},e.sdk.name=e.sdk.name||t.name,e.sdk.version=e.sdk.version||t.version,e.sdk.integrations=s(e.sdk.integrations||[],t.integrations||[]),e.sdk.packages=s(e.sdk.packages||[],t.packages||[]),e):e}function ut(e,t){var n=lt(t),r="aggregates"in e?"sessions":"session";return[it(i(i({sent_at:(new Date).toISOString()},n&&{sdk:n}),!!t.tunnel&&{dsn:Be(t.dsn)}),[[{type:r},e]]),r]}!function(){function e(e,t,n){void 0===t&&(t={}),this.dsn=e,this._dsnObject=We(e),this.metadata=t,this._tunnel=n}e.prototype.getDsn=function(){return this._dsnObject},e.prototype.forceEnvelope=function(){return!!this._tunnel},e.prototype.getBaseApiEndpoint=function(){return Ze(this._dsnObject)},e.prototype.getStoreEndpoint=function(){return nt(this._dsnObject)},e.prototype.getStoreEndpointWithUrlEncodedAuth=function(){return rt(this._dsnObject)},e.prototype.getEnvelopeEndpointWithUrlEncodedAuth=function(){return at(this._dsnObject,this._tunnel)}}();var ct,dt=function(){function e(){}return e.prototype.sendEvent=function(e){return X({reason:"NoopTransport: Event has been skipped because no Dsn is configured.",status:"skipped"})},e.prototype.close=function(e){return X(!0)},e}(),pt=function(){function e(e){this._options=e,this._options.dsn||me&&B.warn("No DSN provided, backend will not do anything."),this._transport=this._setupTransport()}return e.prototype.eventFromException=function(e,t){throw new Ie("Backend has to implement `eventFromException` method")},e.prototype.eventFromMessage=function(e,t,n){throw new Ie("Backend has to implement `eventFromMessage` method")},e.prototype.sendEvent=function(e){if(this._newTransport&&this._options.dsn&&this._options._experiments&&this._options._experiments.newTransport){var t=function(e,t){var n=lt(t),r=e.type||"event",a=(e.sdkProcessingMetadata||{}).transactionSampling||{},o=a.method,l=a.rate;return st(e,t.metadata.sdk),e.tags=e.tags||{},e.extra=e.extra||{},e.sdkProcessingMetadata&&e.sdkProcessingMetadata.baseClientNormalized||(e.tags.skippedNormalization=!0,e.extra.normalizeDepth=e.sdkProcessingMetadata?e.sdkProcessingMetadata.normalizeDepth:"unset"),delete e.sdkProcessingMetadata,it(i(i({event_id:e.event_id,sent_at:(new Date).toISOString()},n&&{sdk:n}),!!t.tunnel&&{dsn:Be(t.dsn)}),[[{type:r,sample_rates:[{id:o,rate:l}]},e]])}(e,Xe(this._options.dsn,this._options._metadata,this._options.tunnel));this._newTransport.send(t).then(null,(function(e){me&&B.error("Error while sending event:",e)}))}else this._transport.sendEvent(e).then(null,(function(e){me&&B.error("Error while sending event:",e)}))},e.prototype.sendSession=function(e){if(this._transport.sendSession)if(this._newTransport&&this._options.dsn&&this._options._experiments&&this._options._experiments.newTransport){var t=l(ut(e,Xe(this._options.dsn,this._options._metadata,this._options.tunnel)),1)[0];this._newTransport.send(t).then(null,(function(e){me&&B.error("Error while sending session:",e)}))}else this._transport.sendSession(e).then(null,(function(e){me&&B.error("Error while sending session:",e)}));else me&&B.warn("Dropping session because custom transport doesn't implement sendSession")},e.prototype.getTransport=function(){return this._transport},e.prototype._setupTransport=function(){return new dt},e}();!function(e){e.Fatal="fatal",e.Error="error",e.Warning="warning",e.Log="log",e.Info="info",e.Debug="debug",e.Critical="critical"}(ct||(ct={}));var mt="?";function ht(e,t,n,r){var a={filename:e,function:t,in_app:!0};return void 0!==n&&(a.lineno=n),void 0!==r&&(a.colno=r),a}var ft=/^\s*at (?:(.*?) ?\((?:address at )?)?((?:file|https?|blob|chrome-extension|address|native|eval|webpack|<anonymous>|[-a-z]+:|.*bundle|\/).*?)(?::(\d+))?(?::(\d+))?\)?\s*$/i,gt=/\((\S*)(?::(\d+))(?::(\d+))\)/,yt=[30,function(e){var t=ft.exec(e);if(t){if(t[2]&&0===t[2].indexOf("eval")){var n=gt.exec(t[2]);n&&(t[2]=n[1],t[3]=n[2],t[4]=n[3])}var r=l(At(t[1]||mt,t[2]),2),a=r[0];return ht(r[1],a,t[3]?+t[3]:void 0,t[4]?+t[4]:void 0)}}],vt=/^\s*(.*?)(?:\((.*?)\))?(?:^|@)?((?:file|https?|blob|chrome|webpack|resource|moz-extension|capacitor).*?:\/.*?|\[native code\]|[^@]*(?:bundle|\d+\.js)|\/[\w\-. /=]+)(?::(\d+))?(?::(\d+))?\s*$/i,bt=/(\S+) line (\d+)(?: > eval line \d+)* > eval/i,wt=[50,function(e){var t,n=vt.exec(e);if(n){if(n[3]&&n[3].indexOf(" > eval")>-1){var r=bt.exec(n[3]);r&&(n[1]=n[1]||"eval",n[3]=r[1],n[4]=r[2],n[5]="")}var a=n[3],i=n[1]||mt;return i=(t=l(At(i,a),2))[0],ht(a=t[1],i,n[4]?+n[4]:void 0,n[5]?+n[5]:void 0)}}],kt=/^\s*at (?:((?:\[object object\])?.+) )?\(?((?:file|ms-appx|https?|webpack|blob):.*?):(\d+)(?::(\d+))?\)?\s*$/i,xt=[40,function(e){var t=kt.exec(e);return t?ht(t[2],t[1]||mt,+t[3],t[4]?+t[4]:void 0):void 0}],Et=/ line (\d+).*script (?:in )?(\S+)(?:: in function (\S+))?$/i,_t=[10,function(e){var t=Et.exec(e);return t?ht(t[2],t[3]||mt,+t[1]):void 0}],St=/ line (\d+), column (\d+)\s*(?:in (?:<anonymous function: ([^>]+)>|([^)]+))\(.*\))? in (.*):\s*$/i,Tt=[20,function(e){var t=St.exec(e);return t?ht(t[5],t[3]||t[4]||mt,+t[1],+t[2]):void 0}],At=function(e,t){var n=-1!==e.indexOf("safari-extension"),r=-1!==e.indexOf("safari-web-extension");return n||r?[-1!==e.indexOf("@")?e.split("@")[0]:mt,n?"safari-extension:"+t:"safari-web-extension:"+t]:[e,t]};function Ct(e){var t=Nt(e),n={type:e&&e.name,value:Pt(e)};return t.length&&(n.stacktrace={frames:t}),void 0===n.type&&""===n.value&&(n.value="Unrecoverable error caught"),n}function Mt(e){return{exception:{values:[Ct(e)]}}}function Nt(e){var t=e.stacktrace||e.stack||"",n=function(e){if(e){if("number"==typeof e.framesToPop)return e.framesToPop;if(Ot.test(e.message))return 1}return 0}(e);try{return function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var n=e.sort((function(e,t){return e[0]-t[0]})).map((function(e){return e[1]}));return function(e,t){var r,a,i,l;void 0===t&&(t=0);var s=[];try{for(var u=o(e.split("\n").slice(t)),c=u.next();!c.done;c=u.next()){var d=c.value;try{for(var p=(i=void 0,o(n)),m=p.next();!m.done;m=p.next()){var h=(0,m.value)(d);if(h){s.push(h);break}}}catch(e){i={error:e}}finally{try{m&&!m.done&&(l=p.return)&&l.call(p)}finally{if(i)throw i.error}}}}catch(e){r={error:e}}finally{try{c&&!c.done&&(a=u.return)&&a.call(u)}finally{if(r)throw r.error}}return be(s)}}(_t,Tt,yt,xt,wt)(t,n)}catch(e){}return[]}var Ot=/Minified React error #\d+;/i;function Pt(e){var t=e&&e.message;return t?t.error&&"string"==typeof t.error.message?t.error.message:t:"No error message"}function Dt(e,t,n,r){var a;if(m(e)&&e.error)return Mt(e.error);if(h(e)||p(e,"DOMException")){var o=e;if("stack"in e)a=Mt(e);else{var l=o.name||(h(o)?"DOMError":"DOMException"),s=o.message?l+": "+o.message:l;U(a=Lt(s,t,n),s)}return"code"in o&&(a.tags=i(i({},a.tags),{"DOMException.code":""+o.code})),a}return d(e)?Mt(e):y(e)||v(e)?(a=function(e,t,n){var r={exception:{values:[{type:v(e)?e.constructor.name:n?"UnhandledRejection":"Error",value:"Non-Error "+(n?"promise rejection":"exception")+" captured with keys: "+D(e)}]},extra:{__serialized__:Ve(e)}};if(t){var a=Nt(t);a.length&&(r.stacktrace={frames:a})}return r}(e,t,r),I(a,{synthetic:!0}),a):(U(a=Lt(e,t,n),""+e,void 0),I(a,{synthetic:!0}),a)}function Lt(e,t,n){var r={message:e};if(n&&t){var a=Nt(t);a.length&&(r.stacktrace={frames:a})}return r}function Ht(e){var t=[];function n(e){return t.splice(t.indexOf(e),1)[0]}return{$:t,add:function(r){if(!(void 0===e||t.length<e))return Z(new Ie("Not adding Promise due to buffer limit reached."));var a=r();return-1===t.indexOf(a)&&t.push(a),a.then((function(){return n(a)})).then(null,(function(){return n(a).then(null,(function(){}))})),a},drain:function(e){return new ee((function(n,r){var a=t.length;if(!a)return n(!0);var i=setTimeout((function(){e&&e>0&&n(!1)}),e);t.forEach((function(e){X(e).then((function(){--a||(clearTimeout(i),n(!0))}),r)}))}))}}}function jt(e,t){return e[t]||e.all||0}function Rt(e,t,n){return void 0===n&&(n=Date.now()),jt(e,t)>n}function zt(e,t,n){var r,a,l,s;void 0===n&&(n=Date.now());var u=i({},e),c=t["x-sentry-rate-limits"],d=t["retry-after"];if(c)try{for(var p=o(c.trim().split(",")),m=p.next();!m.done;m=p.next()){var h=m.value.split(":",2),f=parseInt(h[0],10),g=1e3*(isNaN(f)?60:f);if(h[1])try{for(var y=(l=void 0,o(h[1].split(";"))),v=y.next();!v.done;v=y.next())u[v.value]=n+g}catch(e){l={error:e}}finally{try{v&&!v.done&&(s=y.return)&&s.call(y)}finally{if(l)throw l.error}}else u.all=n+g}}catch(e){r={error:e}}finally{try{m&&!m.done&&(a=p.return)&&a.call(p)}finally{if(r)throw r.error}}else d&&(u.all=n+function(e,t){void 0===t&&(t=Date.now());var n=parseInt(""+e,10);if(!isNaN(n))return 1e3*n;var r=Date.parse(""+e);return isNaN(r)?6e4:r-t}(d,n));return u}function Ut(e){return e>=200&&e<300?"success":429===e?"rate_limit":e>=400&&e<500?"invalid":e>=500?"failed":"unknown"}function It(e,t,n){void 0===n&&(n=Ht(e.bufferSize||30));var r={};return{send:function(e){var a=function(e){var t=l(e,2),n=l(t[1],1);return l(n[0],1)[0].type}(e),i="event"===a?"error":a,o={category:i,body:ot(e)};return Rt(r,i)?Z({status:"rate_limit",reason:Ft(r,i)}):n.add((function(){return t(o).then((function(e){var t=e.body,n=e.headers,a=e.reason,o=Ut(e.statusCode);return n&&(r=zt(r,n)),"success"===o?X({status:o,reason:a}):Z({status:o,reason:a||t||("rate_limit"===o?Ft(r,i):"Unknown transport error")})}))}))},flush:function(e){return n.drain(e)}}}function Ft(e,t){return"Too many "+t+" requests, backing off until: "+new Date(jt(e,t)).toISOString()}var Bt,Gt="undefined"==typeof __SENTRY_DEBUG__||__SENTRY_DEBUG__,Wt=(0,u.R)();function qt(){if(Bt)return Bt;if(Ee(Wt.fetch))return Bt=Wt.fetch.bind(Wt);var e=Wt.document,t=Wt.fetch;if(e&&"function"==typeof e.createElement)try{var n=e.createElement("iframe");n.hidden=!0,e.head.appendChild(n);var r=n.contentWindow;r&&r.fetch&&(t=r.fetch),e.head.removeChild(n)}catch(e){Gt&&B.warn("Could not create sandbox iframe for pure fetch check, bailing to window.fetch: ",e)}return Bt=t.bind(Wt)}function Vt(e){return"event"===e?"error":e}var Yt=(0,u.R)(),$t=function(){function e(e){var t=this;this.options=e,this._buffer=Ht(30),this._rateLimits={},this._outcomes={},this._api=Xe(e.dsn,e._metadata,e.tunnel),this.url=rt(this._api.dsn),this.options.sendClientReports&&Yt.document&&Yt.document.addEventListener("visibilitychange",(function(){"hidden"===Yt.document.visibilityState&&t._flushOutcomes()}))}return e.prototype.sendEvent=function(e){return this._sendRequest(function(e,t){var n,r=lt(t),a=e.type||"event",o="transaction"===a||!!t.tunnel,l=(e.sdkProcessingMetadata||{}).transactionSampling||{},s=l.method,u=l.rate;st(e,t.metadata.sdk),e.tags=e.tags||{},e.extra=e.extra||{},e.sdkProcessingMetadata&&e.sdkProcessingMetadata.baseClientNormalized||(e.tags.skippedNormalization=!0,e.extra.normalizeDepth=e.sdkProcessingMetadata?e.sdkProcessingMetadata.normalizeDepth:"unset"),delete e.sdkProcessingMetadata;try{n=JSON.stringify(e)}catch(t){e.tags.JSONStringifyError=!0,e.extra.JSONStringifyError=t;try{n=JSON.stringify(qe(e))}catch(e){var c=e;n=JSON.stringify({message:"JSON.stringify error after renormalization",extra:{message:c.message,stack:c.stack}})}}var d={body:n,type:a,url:o?at(t.dsn,t.tunnel):rt(t.dsn)};if(o){var p=it(i(i({event_id:e.event_id,sent_at:(new Date).toISOString()},r&&{sdk:r}),!!t.tunnel&&{dsn:Be(t.dsn)}),[[{type:a,sample_rates:[{id:s,rate:u}]},d.body]]);d.body=ot(p)}return d}(e,this._api),e)},e.prototype.sendSession=function(e){return this._sendRequest(function(e,t){var n=l(ut(e,t),2),r=n[0],a=n[1];return{body:ot(r),type:a,url:at(t.dsn,t.tunnel)}}(e,this._api),e)},e.prototype.close=function(e){return this._buffer.drain(e)},e.prototype.recordLostEvent=function(e,t){var n;if(this.options.sendClientReports){var r=Vt(t)+":"+e;Gt&&B.log("Adding outcome: "+r),this._outcomes[r]=(null!=(n=this._outcomes[r])?n:0)+1}},e.prototype._flushOutcomes=function(){if(this.options.sendClientReports){var e=this._outcomes;if(this._outcomes={},Object.keys(e).length){Gt&&B.log("Flushing outcomes:\n"+JSON.stringify(e,null,2));var t,n,r=at(this._api.dsn,this._api.tunnel),a=Object.keys(e).map((function(t){var n=l(t.split(":"),2),r=n[0];return{reason:n[1],category:r,quantity:e[t]}})),i=(t=a,it((n=this._api.tunnel&&Be(this._api.dsn))?{dsn:n}:{},[[{type:"client_report"},{timestamp:(0,G.yW)(),discarded_events:t}]]));try{!function(e,t){if("[object Navigator]"===Object.prototype.toString.call(Wt&&Wt.navigator)&&"function"==typeof Wt.navigator.sendBeacon)return Wt.navigator.sendBeacon.bind(Wt.navigator)(e,t);xe()&&qt()(e,{body:t,method:"POST",credentials:"omit",keepalive:!0}).then(null,(function(e){console.error(e)}))}(r,ot(i))}catch(e){Gt&&B.error(e)}}else Gt&&B.log("No outcomes to flush")}},e.prototype._handleResponse=function(e){var t=e.requestType,n=e.response,r=e.headers,a=e.resolve,i=e.reject,o=Ut(n.status);this._rateLimits=zt(this._rateLimits,r),this._isRateLimited(t)&&Gt&&B.warn("Too many "+t+" requests, backing off until: "+this._disabledUntil(t)),"success"!==o?i(n):a({status:o})},e.prototype._disabledUntil=function(e){var t=Vt(e);return new Date(jt(this._rateLimits,t))},e.prototype._isRateLimited=function(e){var t=Vt(e);return Rt(this._rateLimits,t)},e}(),Jt=function(e){function t(t,n){void 0===n&&(n=qt());var r=e.call(this,t)||this;return r._fetch=n,r}return a(t,e),t.prototype._sendRequest=function(e,t){var n=this;if(this._isRateLimited(e.type))return this.recordLostEvent("ratelimit_backoff",e.type),Promise.reject({event:t,type:e.type,reason:"Transport for "+e.type+" requests locked till "+this._disabledUntil(e.type)+" due to too many requests.",status:429});var r={body:e.body,method:"POST",referrerPolicy:_e()?"origin":""};return void 0!==this.options.fetchParameters&&Object.assign(r,this.options.fetchParameters),void 0!==this.options.headers&&(r.headers=this.options.headers),this._buffer.add((function(){return new ee((function(t,a){n._fetch(e.url,r).then((function(r){var i={"x-sentry-rate-limits":r.headers.get("X-Sentry-Rate-Limits"),"retry-after":r.headers.get("Retry-After")};n._handleResponse({requestType:e.type,response:r,headers:i,resolve:t,reject:a})})).catch(a)}))})).then(void 0,(function(t){throw t instanceof Ie?n.recordLostEvent("queue_overflow",e.type):n.recordLostEvent("network_error",e.type),t}))},t}($t),Kt=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return a(t,e),t.prototype._sendRequest=function(e,t){var n=this;return this._isRateLimited(e.type)?(this.recordLostEvent("ratelimit_backoff",e.type),Promise.reject({event:t,type:e.type,reason:"Transport for "+e.type+" requests locked till "+this._disabledUntil(e.type)+" due to too many requests.",status:429})):this._buffer.add((function(){return new ee((function(t,r){var a=new XMLHttpRequest;for(var i in a.onreadystatechange=function(){if(4===a.readyState){var i={"x-sentry-rate-limits":a.getResponseHeader("X-Sentry-Rate-Limits"),"retry-after":a.getResponseHeader("Retry-After")};n._handleResponse({requestType:e.type,response:a,headers:i,resolve:t,reject:r})}},a.open("POST",e.url),n.options.headers)Object.prototype.hasOwnProperty.call(n.options.headers,i)&&a.setRequestHeader(i,n.options.headers[i]);a.send(e.body)}))})).then(void 0,(function(t){throw t instanceof Ie?n.recordLostEvent("queue_overflow",e.type):n.recordLostEvent("network_error",e.type),t}))},t}($t),Qt=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return a(t,e),t.prototype.eventFromException=function(e,t){return function(e,t,n){var r=Dt(e,t&&t.syntheticException||void 0,n);return I(r),r.level=ct.Error,t&&t.event_id&&(r.event_id=t.event_id),X(r)}(e,t,this._options.attachStacktrace)},t.prototype.eventFromMessage=function(e,t,n){return void 0===t&&(t=ct.Info),function(e,t,n,r){void 0===t&&(t=ct.Info);var a=Lt(e,n&&n.syntheticException||void 0,r);return a.level=t,n&&n.event_id&&(a.event_id=n.event_id),X(a)}(e,t,n,this._options.attachStacktrace)},t.prototype._setupTransport=function(){if(!this._options.dsn)return e.prototype._setupTransport.call(this);var t,n,r=i(i({},this._options.transportOptions),{dsn:this._options.dsn,tunnel:this._options.tunnel,sendClientReports:this._options.sendClientReports,_metadata:this._options._metadata}),a=Xe(r.dsn,r._metadata,r.tunnel),o=at(a.dsn,a.tunnel);if(this._options.transport)return new this._options.transport(r);if(xe()){var l=i({},r.fetchParameters);return this._newTransport=(t={requestOptions:l,url:o},void 0===n&&(n=qt()),It({bufferSize:t.bufferSize},(function(e){var r=i({body:e.body,method:"POST",referrerPolicy:"origin"},t.requestOptions);return n(t.url,r).then((function(e){return e.text().then((function(t){return{body:t,headers:{"x-sentry-rate-limits":e.headers.get("X-Sentry-Rate-Limits"),"retry-after":e.headers.get("Retry-After")},reason:e.statusText,statusCode:e.status}}))}))}))),new Jt(r)}return this._newTransport=function(e){return It({bufferSize:e.bufferSize},(function(t){return new ee((function(n,r){var a=new XMLHttpRequest;for(var i in a.onreadystatechange=function(){if(4===a.readyState){var e={body:a.response,headers:{"x-sentry-rate-limits":a.getResponseHeader("X-Sentry-Rate-Limits"),"retry-after":a.getResponseHeader("Retry-After")},reason:a.statusText,statusCode:a.status};n(e)}},a.open("POST",e.url),e.headers)Object.prototype.hasOwnProperty.call(e.headers,i)&&a.setRequestHeader(i,e.headers[i]);a.send(t.body)}))}))}({url:o,headers:r.headers}),new Kt(r)},t}(pt);function Xt(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];var r=se();if(r&&r[e])return r[e].apply(r,s(t));throw new Error("No hub defined or "+e+" was not found on the hub, please open a bug report.")}function Zt(e,t){return Xt("captureException",e,{captureContext:t,originalException:e,syntheticException:new Error("Sentry syntheticException")})}function en(e){Xt("withScope",e)}var tn=(0,u.R)(),nn=0;function rn(){return nn>0}function an(){nn+=1,setTimeout((function(){nn-=1}))}function on(e,t,n){if(void 0===t&&(t={}),"function"!=typeof e)return e;try{var r=e.__sentry_wrapped__;if(r)return r;if(M(e))return e}catch(t){return e}var a=function(){var r=Array.prototype.slice.call(arguments);try{n&&"function"==typeof n&&n.apply(this,arguments);var a=r.map((function(e){return on(e,t)}));return e.apply(this,a)}catch(e){throw an(),en((function(n){n.addEventProcessor((function(e){return t.mechanism&&(U(e,void 0,void 0),I(e,t.mechanism)),e.extra=i(i({},e.extra),{arguments:r}),e})),Zt(e)})),e}};try{for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(a[o]=e[o])}catch(e){}C(a,e),A(e,"__sentry_wrapped__",a);try{Object.getOwnPropertyDescriptor(a,"name").configurable&&Object.defineProperty(a,"name",{get:function(){return e.name}})}catch(e){}return a}var ln=["fatal","error","warning","log","info","debug","critical"];var sn=function(){function e(t){this.name=e.id,this._options=i({console:!0,dom:!0,fetch:!0,history:!0,sentry:!0,xhr:!0},t)}return e.prototype.addSentryBreadcrumb=function(e){this._options.sentry&&se().addBreadcrumb({category:"sentry."+("transaction"===e.type?"transaction":"event"),event_id:e.event_id,level:e.level,message:z(e)},{event:e})},e.prototype.setupOnce=function(){var e;this._options.console&&Oe("console",un),this._options.dom&&Oe("dom",(e=this._options.dom,function(t){var n,r="object"==typeof e?e.serializeAttribute:void 0;"string"==typeof r&&(r=[r]);try{n=t.event.target?k(t.event.target,r):k(t.event,r)}catch(e){n="<unknown>"}0!==n.length&&se().addBreadcrumb({category:"ui."+t.name,message:n},{event:t.event,name:t.name,global:t.global})})),this._options.xhr&&Oe("xhr",cn),this._options.fetch&&Oe("fetch",dn),this._options.history&&Oe("history",pn)},e.id="Breadcrumbs",e}();function un(e){var t,n={category:"console",data:{arguments:e.args,logger:"console"},level:(t=e.level,"warn"===t?ct.Warning:function(e){return-1!==ln.indexOf(e)}(t)?t:ct.Log),message:_(e.args," ")};if("assert"===e.level){if(!1!==e.args[0])return;n.message="Assertion failed: "+(_(e.args.slice(1)," ")||"console.assert"),n.data.arguments=e.args.slice(1)}se().addBreadcrumb(n,{input:e.args,level:e.level})}function cn(e){if(e.endTimestamp){if(e.xhr.__sentry_own_request__)return;var t=e.xhr.__sentry_xhr__||{},n=t.method,r=t.url,a=t.status_code,i=t.body;se().addBreadcrumb({category:"xhr",data:{method:n,url:r,status_code:a},type:"http"},{xhr:e.xhr,input:i})}}function dn(e){e.endTimestamp&&(e.fetchData.url.match(/sentry_key/)&&"POST"===e.fetchData.method||(e.error?se().addBreadcrumb({category:"fetch",data:e.fetchData,level:ct.Error,type:"http"},{data:e.error,input:e.args}):se().addBreadcrumb({category:"fetch",data:i(i({},e.fetchData),{status_code:e.response.status}),type:"http"},{input:e.args,response:e.response})))}function pn(e){var t=(0,u.R)(),n=e.from,r=e.to,a=j(t.location.href),i=j(n),o=j(r);i.path||(i=a),a.protocol===o.protocol&&a.host===o.host&&(r=o.relative),a.protocol===i.protocol&&a.host===i.host&&(n=i.relative),se().addBreadcrumb({category:"navigation",data:{from:n,to:r}})}var mn=function(e){function t(t){return void 0===t&&(t={}),t._metadata=t._metadata||{},t._metadata.sdk=t._metadata.sdk||{name:"sentry.javascript.browser",packages:[{name:"npm:@sentry/browser",version:ze}],version:ze},e.call(this,Qt,t)||this}return a(t,e),t.prototype.showReportDialog=function(e){void 0===e&&(e={}),(0,u.R)().document&&(this._isEnabled()?function(e){if(void 0===e&&(e={}),tn.document)if(e.eventId)if(e.dsn){var t=tn.document.createElement("script");t.async=!0,t.src=function(e,t){var n=We(e),r=Ze(n)+"embed/error-page/",a="dsn="+Be(n);for(var i in t)if("dsn"!==i)if("user"===i){if(!t.user)continue;t.user.name&&(a+="&name="+encodeURIComponent(t.user.name)),t.user.email&&(a+="&email="+encodeURIComponent(t.user.email))}else a+="&"+encodeURIComponent(i)+"="+encodeURIComponent(t[i]);return r+"?"+a}(e.dsn,e),e.onLoad&&(t.onload=e.onLoad);var n=tn.document.head||tn.document.body;n&&n.appendChild(t)}else Gt&&B.error("Missing dsn option in showReportDialog call");else Gt&&B.error("Missing eventId option in showReportDialog call")}(i(i({},e),{dsn:e.dsn||this.getDsn()})):Gt&&B.error("Trying to call showReportDialog with Sentry Client disabled"))},t.prototype._prepareEvent=function(t,n,r){return t.platform=t.platform||"javascript",e.prototype._prepareEvent.call(this,t,n,r)},t.prototype._sendEvent=function(t){var n=this.getIntegration(sn);n&&n.addSentryBreadcrumb(t),e.prototype._sendEvent.call(this,t)},t}(Qe),hn=["EventTarget","Window","Node","ApplicationCache","AudioTrackList","ChannelMergerNode","CryptoOperation","EventSource","FileReader","HTMLUnknownElement","IDBDatabase","IDBRequest","IDBTransaction","KeyOperation","MediaController","MessagePort","ModalWindow","Notification","SVGElementInstance","Screen","TextTrack","TextTrackCue","TextTrackList","WebSocket","WebSocketWorker","Worker","XMLHttpRequest","XMLHttpRequestEventTarget","XMLHttpRequestUpload"],fn=function(){function e(t){this.name=e.id,this._options=i({XMLHttpRequest:!0,eventTarget:!0,requestAnimationFrame:!0,setInterval:!0,setTimeout:!0},t)}return e.prototype.setupOnce=function(){var e=(0,u.R)();this._options.setTimeout&&T(e,"setTimeout",gn),this._options.setInterval&&T(e,"setInterval",gn),this._options.requestAnimationFrame&&T(e,"requestAnimationFrame",yn),this._options.XMLHttpRequest&&"XMLHttpRequest"in e&&T(XMLHttpRequest.prototype,"send",vn);var t=this._options.eventTarget;t&&(Array.isArray(t)?t:hn).forEach(bn)},e.id="TryCatch",e}();function gn(e){return function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];var r=t[0];return t[0]=on(r,{mechanism:{data:{function:ke(e)},handled:!0,type:"instrument"}}),e.apply(this,t)}}function yn(e){return function(t){return e.apply(this,[on(t,{mechanism:{data:{function:"requestAnimationFrame",handler:ke(e)},handled:!0,type:"instrument"}})])}}function vn(e){return function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];var r=this,a=["onload","onerror","onprogress","onreadystatechange"];return a.forEach((function(e){e in r&&"function"==typeof r[e]&&T(r,e,(function(t){var n={mechanism:{data:{function:e,handler:ke(t)},handled:!0,type:"instrument"}},r=M(t);return r&&(n.mechanism.data.handler=ke(r)),on(t,n)}))})),e.apply(this,t)}}function bn(e){var t=(0,u.R)(),n=t[e]&&t[e].prototype;n&&n.hasOwnProperty&&n.hasOwnProperty("addEventListener")&&(T(n,"addEventListener",(function(t){return function(n,r,a){try{"function"==typeof r.handleEvent&&(r.handleEvent=on(r.handleEvent.bind(r),{mechanism:{data:{function:"handleEvent",handler:ke(r),target:e},handled:!0,type:"instrument"}}))}catch(e){}return t.apply(this,[n,on(r,{mechanism:{data:{function:"addEventListener",handler:ke(r),target:e},handled:!0,type:"instrument"}}),a])}})),T(n,"removeEventListener",(function(e){return function(t,n,r){var a=n;try{var i=a&&a.__sentry_wrapped__;i&&e.call(this,t,i,r)}catch(e){}return e.call(this,t,a,r)}})))}var wn=function(){function e(t){this.name=e.id,this._installFunc={onerror:kn,onunhandledrejection:xn},this._options=i({onerror:!0,onunhandledrejection:!0},t)}return e.prototype.setupOnce=function(){Error.stackTraceLimit=50;var e,t=this._options;for(var n in t){var r=this._installFunc[n];r&&t[n]&&(e=n,Gt&&B.log("Global Handler attached: "+e),r(),this._installFunc[n]=void 0)}},e.id="GlobalHandlers",e}();function kn(){Oe("error",(function(e){var t=l(Sn(),2),n=t[0],r=t[1];if(n.getIntegration(wn)){var a=e.msg,i=e.url,o=e.line,s=e.column,u=e.error;if(!(rn()||u&&u.__sentry_own_request__)){var c=void 0===u&&f(a)?function(e,t,n,r){var a=m(e)?e.message:e,i="Error",o=a.match(/^(?:[Uu]ncaught (?:exception: )?)?(?:((?:Eval|Internal|Range|Reference|Syntax|Type|URI|)Error): )?(.*)$/i);return o&&(i=o[1],a=o[2]),En({exception:{values:[{type:i,value:a}]}},t,n,r)}(a,i,o,s):En(Dt(u||a,void 0,r,!1),i,o,s);c.level=ct.Error,_n(n,u,c,"onerror")}}}))}function xn(){Oe("unhandledrejection",(function(e){var t=l(Sn(),2),n=t[0],r=t[1];if(n.getIntegration(wn)){var a=e;try{"reason"in e?a=e.reason:"detail"in e&&"reason"in e.detail&&(a=e.detail.reason)}catch(e){}if(rn()||a&&a.__sentry_own_request__)return!0;var i=g(a)?{exception:{values:[{type:"UnhandledRejection",value:"Non-Error promise rejection captured with value: "+String(a)}]}}:Dt(a,void 0,r,!0);i.level=ct.Error,_n(n,a,i,"onunhandledrejection")}}))}function En(e,t,n,r){var a=e.exception=e.exception||{},i=a.values=a.values||[],o=i[0]=i[0]||{},l=o.stacktrace=o.stacktrace||{},s=l.frames=l.frames||[],c=isNaN(parseInt(r,10))?void 0:r,d=isNaN(parseInt(n,10))?void 0:n,p=f(t)&&t.length>0?t:function(){var e=(0,u.R)();try{return e.document.location.href}catch(e){return""}}();return 0===s.length&&s.push({colno:c,filename:p,function:"?",in_app:!0,lineno:d}),e}function _n(e,t,n,r){I(n,{handled:!1,type:r}),e.captureEvent(n,{originalException:t})}function Sn(){var e=se(),t=e.getClient();return[e,t&&t.getOptions().attachStacktrace]}var Tn=function(){function e(t){void 0===t&&(t={}),this.name=e.id,this._key=t.key||"cause",this._limit=t.limit||5}return e.prototype.setupOnce=function(){re((function(t,n){var r=se().getIntegration(e);return r?function(e,t,n,r){if(!(n.exception&&n.exception.values&&r&&w(r.originalException,Error)))return n;var a=An(t,r.originalException,e);return n.exception.values=s(a,n.exception.values),n}(r._key,r._limit,t,n):t}))},e.id="LinkedErrors",e}();function An(e,t,n,r){if(void 0===r&&(r=[]),!w(t[n],Error)||r.length+1>=e)return r;var a=Ct(t[n]);return An(e,t[n],n,s([a],r))}var Cn=function(){function e(){this.name=e.id}return e.prototype.setupOnce=function(t,n){t((function(t){var r=n().getIntegration(e);if(r){try{if(function(e,t){return!!t&&(!!function(e,t){var n=e.message,r=t.message;return!(!n&&!r)&&(!(n&&!r||!n&&r)&&(n===r&&(!!Nn(e,t)&&!!Mn(e,t))))}(e,t)||!!function(e,t){var n=On(t),r=On(e);return!(!n||!r)&&(n.type===r.type&&n.value===r.value&&(!!Nn(e,t)&&!!Mn(e,t)))}(e,t))}(t,r._previousEvent))return Gt&&B.warn("Event dropped due to being a duplicate of previously captured event."),null}catch(e){return r._previousEvent=t}return r._previousEvent=t}return t}))},e.id="Dedupe",e}();function Mn(e,t){var n=Pn(e),r=Pn(t);if(!n&&!r)return!0;if(n&&!r||!n&&r)return!1;if(n=n,(r=r).length!==n.length)return!1;for(var a=0;a<r.length;a++){var i=r[a],o=n[a];if(i.filename!==o.filename||i.lineno!==o.lineno||i.colno!==o.colno||i.function!==o.function)return!1}return!0}function Nn(e,t){var n=e.fingerprint,r=t.fingerprint;if(!n&&!r)return!0;if(n&&!r||!n&&r)return!1;n=n,r=r;try{return!(n.join("")!==r.join(""))}catch(e){return!1}}function On(e){return e.exception&&e.exception.values&&e.exception.values[0]}function Pn(e){var t=e.exception;if(t)try{return t.values[0].stacktrace.frames}catch(e){return}else if(e.stacktrace)return e.stacktrace.frames}var Dn=(0,u.R)(),Ln=function(){function e(){this.name=e.id}return e.prototype.setupOnce=function(){re((function(t){if(se().getIntegration(e)){if(!Dn.navigator&&!Dn.location&&!Dn.document)return t;var n=t.request&&t.request.url||Dn.location&&Dn.location.href,r=(Dn.document||{}).referrer,a=(Dn.navigator||{}).userAgent,o=i(i(i({},t.request&&t.request.headers),r&&{Referer:r}),a&&{"User-Agent":a}),l=i(i({},n&&{url:n}),{headers:o});return i(i({},t),{request:l})}return t}))},e.id="UserAgent",e}(),Hn=[new fe,new ve,new fn,new sn,new wn,new Tn,new Cn,new Ln];function jn(e){e.startSession({ignoreDuration:!0}),e.captureSession()}const Rn=e.createContext(null),zn=()=>e.useContext(Rn).push,Un=({children:t})=>{const[n,r]=e.useState({errors:[]}),a=e.useCallback((e=>r((t=>Object.assign(Object.assign({},t),{errors:t.errors.concat(e)})))),[r]);return e.createElement(Rn.Provider,{value:Object.assign(Object.assign({},n),{push:a})},t)};var In=n(722);const Fn=e=>Object.assign({listeners:new Set},Yn(e?Yn(null,Object.entries(e)):null)),Bn=(e,t)=>e.cache.has(t)?e.cache.get(t):e.parent?Bn(e.parent,t):void 0,Gn=function*(e,t,n=new Set){for(const[r,a]of e.cache)if(r.startsWith(t)){if(n.has(r))continue;n.add(r),yield[r,a]}e.parent&&(yield*Gn(e.parent,t,n))},Wn=(e,t,n)=>{e.cache.set(t,n),"listeners"in e&&e.listeners.forEach((e=>e([t,n])))},qn=(e,t)=>{"listeners"in e?(e.cache.delete(t),e.listeners.forEach((e=>e([t,void 0])))):e.cache.set(t,void 0)},Vn=(e,t)=>(e.listeners.add(t),()=>e.listeners.delete(t)),Yn=(e=null,t)=>{const n=new Map(t);return{cache:n,parent:e,[Symbol.iterator]:n[Symbol.iterator].bind(n)}},$n=()=>({subscribers:new Set}),Jn=(e,t)=>(e.subscribers.add(t),()=>{e.subscribers.delete(t)}),Kn=(e,t)=>{e.subscribers.forEach((e=>e(t)))};var Qn=n(3150);const Xn=(e,t=0)=>{const n=new Map;let r=null;const a=()=>{e(n),n.clear(),r=null};return window.addEventListener("beforeunload",(()=>{r&&(clearTimeout(r),a())})),([e,i])=>{n.set(e,i),r||(r=setTimeout(a,t))}};class Zn extends Error{constructor(){super(...arguments),this.name="StorageError"}}var er=n(1144);const tr={"ca-ES":JSON.parse('{"app.pageTitle":"Nova pestanya","background":"Fons","dashboard.focusHint":"Activeu/desactiveu ginys","dashboard.fullscreenHint":"Veure en pantalla sencera","dashboard.loadingHint":"Carregant nou contingut","dashboard.settingsHint":"Personalitzeu Tabliss","plugin.greeting.withName":"{hour, select,\\n 0 {Descansa, {name}}\\n 1 {Descansa, {name}}\\n 2 {Descansa, {name}}\\n 3 {Amunt i brilla, {name}}\\n 4 {Amunt i brilla, {name}}\\n 5 {Amunt i brilla, {name}}\\n 6 {Bon dia, {name}}\\n 7 {Bon dia, {name}}\\n 8 {Bon dia, {name}}\\n 9 {Bon dia, {name}}\\n 10 {Hola, {name}}\\n 11 {Hola, {name}}\\n 12 {Hola, {name}}\\n 13 {Hola, {name}}\\n 14 {Bona tarda, {name}}\\n 15 {Bona tarda, {name}}\\n 16 {Bona tarda, {name}}\\n 17 {Bona tarda, {name}}\\n 18 {Bon vespre, {name}}\\n 19 {Bon vespre, {name}}\\n 20 {Bon vespre, {name}}\\n 21 {Bon vespre, {name}}\\n 22 {Bona nit, {name}}\\n 23 {Bona nit, {name}}\\n other {Unknown}}","plugin.greeting.withoutName":"{hour, select,\\n 0 {Descanseu}\\n 1 {Descanseu}\\n 2 {Descanseu}\\n 3 {Amunt i brilleu!}\\n 4 {Amunt i brilleu!}\\n 5 {Amunt i brilleu!}\\n 6 {Bon dia}\\n 7 {Bon dia}\\n 8 {Bon dia}\\n 9 {Bon dia}\\n 10 {Hola}\\n 11 {Hola}\\n 12 {Hola}\\n 13 {Hola}\\n 14 {Bona tarda}\\n 15 {Bona tarda}\\n 16 {Bona tarda}\\n 17 {Bona tarda}\\n 18 {Bon vespre}\\n 19 {Bon vespre}\\n 20 {Bon vespre}\\n 21 {Bon vespre}\\n 22 {Bona nit}\\n 23 {Bona nit}\\n other {Unknown}}","plugins.links.shortcutHint":"Piqueu {number} o feu clic per visitar","plugins.links.standardHint":"Cliqueu per visitar","plugins.search.placeholder":"Escriviu la cerca","plugins.unsplash.photoLink":"Foto","plugins.weather.apparent":"Feels like","plugins.weather.high":"High","plugins.weather.humidity":"Humidity","plugins.weather.low":"Low","settings":"Settings","settings.translationCredits":" ","widgets":"Ginys"}'),cs:JSON.parse('{"app.pageTitle":"Nový panel","background":"Background","dashboard.focusHint":"Přepnout widgety","dashboard.fullscreenHint":"Přepnout zobrazení na celou obrazovku","dashboard.loadingHint":"Načítání nového obsahu","dashboard.settingsHint":"Přizpůsobit Tabliss","plugin.greeting.withName":"{hour, select, 0 {Dobrou noc, {name}} 1 {Dobrou noc, {name}} 2 {Dobrou noc, {name}} 3 {Krásné ráno, {name}} 4 {Krásné ráno, {name}} 5 {Krásné ráno, {name}} 6 {Dobré ráno, {name}} 7 {Dobré ráno, {name}} 8 {Dobré ráno, {name}} 9 {Dobré ráno, {name}} 10 {Dobré dopoledne, {name}} 11 {Dobré dopoledne, {name}} 12 {Dobrý den, {name}} 13 {Dobrý den, {name}} 14 {Dobré odpoledne, {name}} 15 {Dobré odpoledne, {name}} 16 {Dobré odpoledne, {name}} 17 {Dobré odpoledne, {name}} 18 {Dobrý večer, {name}} 19 {Dobrý večer, {name}} 20 {Dobrý večer, {name}} 21 {Dobrý večer, {name}} 22 {Dobrou noc, {name}} 23 {Dobrou noc, {name}}\\n other {Unknown}}","plugin.greeting.withoutName":"{hour, select, 0 {Dobrou noc} 1 {Dobrou noc} 2 {Dobrou noc} 3 {Krásné ráno} 4 {Krásné ráno} 5 {Krásné ráno} 6 {Dobré ráno} 7 {Dobré ráno} 8 {Dobré ráno} 9 {Dobré ráno} 10 {Dobré dopoledne} 11 {Dobré dopoledne} 12 {Dobrý den} 13 {Dobrý den} 14 {Dobré odpoledne} 15 {Dobré odpoledne} 16 {Dobré odpoledne} 17 {Dobré odpoledne} 18 {Dobrý večer} 19 {Dobrý večer} 20 {Dobrý večer} 21 {Dobrý večer} 22 {Dobrou noc} 23 {Dobrou noc}\\n other {Unknown}}","plugins.links.shortcutHint":"Stiskněte {number} nebo klikněte pro navštívení","plugins.links.standardHint":"Kliněte pro navštívení","plugins.search.placeholder":"Hledat..","plugins.unsplash.photoLink":"Fotografie","plugins.weather.apparent":"Feels like","plugins.weather.high":"High","plugins.weather.humidity":"Humidity","plugins.weather.low":"Low","settings":"Settings","settings.translationCredits":"Czech translation by Petr Schmidt","widgets":"Widgets"}'),de:JSON.parse('{"app.pageTitle":"Neuer Tab","background":"Hintergrund","dashboard.focusHint":"Bedienelemente umschalten","dashboard.fullscreenHint":"Vollbildmodus umschalten","dashboard.loadingHint":"Neue Inhalte werden geladen","dashboard.settingsHint":"Tabliss anpassen","plugin.greeting.withName":"{hour, select, 0 {Schlaf gut, {name}} 1 {Schlaf gut, {name}} 2 {Schlaf gut, {name}} 3 {Raus aus den Federn, {name}} 4 {Raus aus den Federn, {name}} 5 {Raus aus den Federn, {name}} 6 {Guten Morgen, {name}} 7 {Guten Morgen, {name}} 8 {Guten Morgen, {name}} 9 {Guten Morgen, {name}} 10 {Hallo {name}} 11 {Hallo {name}} 12 {Hallo {name}} 13 {Hallo {name}} 14 {Guten Tag, {name}} 15 {Guten Tag, {name}} 16 {Guten Tag, {name}} 17 {Guten Tag, {name}} 18 {Guten Abend, {name}} 19 {Guten Abend, {name}} 20 {Guten Abend, {name}} 21 {Guten Abend, {name}} 22 {Gute Nacht, {name}} 23 {Gute Nacht, {name}} other {Unknown}}","plugin.greeting.withoutName":"{hour, select, 0 {Schlaf gut} 1 {Schlaf gut} 2 {Schlaf gut} 3 {Raus aus den Federn} 4 {Raus aus den Federn} 5 {Raus aus den Federn} 6 {Guten Morgen} 7 {Guten Morgen} 8 {Guten Morgen} 9 {Guten Morgen} 10 {Hallo} 11 {Hallo} 12 {Hallo} 13 {Hallo} 14 {Guten Tag} 15 {Guten Tag} 16 {Guten Tag} 17 {Guten Tag} 18 {Guten Abend} 19 {Guten Abend} 20 {Guten Abend} 21 {Guten Abend} 22 {Gute Nacht} 23 {Gute Nacht} other {Unknown}}","plugins.links.shortcutHint":"Zum Öffnen {number} drücken oder klicken","plugins.links.standardHint":"Zum Öffnen klicken","plugins.search.placeholder":"Suchbegriff(e) eingeben","plugins.unsplash.photoLink":"Foto","plugins.weather.apparent":"Gefühlte Temperatur","plugins.weather.high":"Hoch","plugins.weather.humidity":"Luftfeuchtigkeit","plugins.weather.low":"Niedrig","settings":"Einstellungen","settings.translationCredits":"Marvin M(M123-dev),","widgets":"Widgets"}'),el:JSON.parse('{"app.pageTitle":"Νέα Καρτέλα","background":"Φόντο","dashboard.focusHint":"Εναλλαγή Widgets","dashboard.fullscreenHint":"Εναλλαγή πλήρης εικόνας","dashboard.loadingHint":"Φόρτωση νέου περιεχομένου","dashboard.settingsHint":"Προσαρμόστε το Tabliss","plugin.greeting.withName":"{hour, select,\\n 0 {Καλό ύπνο, {name}}\\n 1 {Καλό ύπνο, {name}}\\n 2 {Καλό ύπνο, {name}}\\n 3 {Καλημερούδια, {name}}\\n 4 {Καλημερούδια, {name}}\\n 5 {Καλημερούδια, {name}}\\n 6 {Καλημέρα, {name}}\\n 7 {Καλημέρα, {name}}\\n 8 {Καλημέρα, {name}}\\n 9 {Καλημέρα, {name}}\\n 10 {Γεια σας, {name}}\\n 11 {Γεια σας, {name}}\\n 12 {Γεια σας, {name}}\\n 13 {Γεια σας, {name}}\\n 14 {Καλό απόγευμα, {name}}\\n 15 {Καλό απόγευμα, {name}}\\n 16 {Καλό απόγευμα, {name}}\\n 17 {Καλό απόγευμα, {name}}\\n 18 {Καλησπέρα, {name}}\\n 19 {Καλησπέρα, {name}}\\n 20 {Καλησπέρα, {name}}\\n 21 {Καλησπέρα, {name}}\\n 22 {Καληνύχτα, {name}}\\n 23 {Καληνύχτα, {name}}\\n other {Unknown}}","plugin.greeting.withoutName":"{hour, select,\\n 0 {Καλό ύπνο}\\n 1 {Καλό ύπνο}\\n 2 {Καλό ύπνο}\\n 3 {Καλημερούδια}\\n 4 {Καλημερούδια}\\n 5 {Καλημερούδια}\\n 6 {Καλημέρα}\\n 7 {Καλημέρα}\\n 8 {Καλημέρα}\\n 9 {Καλημέρα}\\n 10 {Γεια σας}\\n 11 {Γεια σας}\\n 12 {Γεια σας}\\n 13 {Γεια σας}\\n 14 {Καλό απόγευμα}\\n 15 {Καλό απόγευμα}\\n 16 {Καλό απόγευμα}\\n 17 {Καλό απόγευμα}\\n 18 {Καλησπέρα}\\n 19 {Καλησπέρα}\\n 20 {Καλησπέρα}\\n 21 {Καλησπέρα}\\n 22 {Καληνύχτα}\\n 23 {Καληνύχτα}\\n other {Unknown}}","plugins.links.shortcutHint":"Πατήστε {number} ή κάντε κλικ για να επισκεφθείτε","plugins.links.standardHint":"Κάντε κλικ για να επισκεφθείτε","plugins.search.placeholder":"Πληκτρολογήστε για να αναζητήσετε","plugins.unsplash.photoLink":"Φωτογραφία","plugins.weather.apparent":"Feels like","plugins.weather.high":"High","plugins.weather.humidity":"Humidity","plugins.weather.low":"Low","settings":"Settings","settings.translationCredits":"Greek Translation by @Damian96","widgets":"Widgets"}'),en:{},"en-AU":JSON.parse('{"app.pageTitle":"New Tab","background":"Background","dashboard.focusHint":"Toggle widgets","dashboard.fullscreenHint":"Toggle fullscreen","dashboard.loadingHint":"Loading new content","dashboard.settingsHint":"Customise Tabliss","plugin.greeting.withName":"{hour, select, 0 {Sleep well, {name}} 1 {Sleep well, {name}} 2 {Sleep well, {name}} 3 {Rise and shine, {name}} 4 {Rise and shine, {name}} 5 {Rise and shine, {name}} 6 {Good morning, {name}} 7 {Good morning, {name}} 8 {Good morning, {name}} 9 {Good morning, {name}} 10 {Hello, {name}} 11 {Hello, {name}} 12 {Hello, {name}} 13 {Hello, {name}} 14 {Good afternoon, {name}} 15 {Good afternoon, {name}} 16 {Good afternoon, {name}} 17 {Good afternoon, {name}} 18 {Good evening, {name}} 19 {Good evening, {name}} 20 {Good evening, {name}} 21 {Good evening, {name}} 22 {Good night, {name}} 23 {Good night, {name}} other {Unknown}}","plugin.greeting.withoutName":"{hour, select, 0 {Sleep well} 1 {Sleep well} 2 {Sleep well} 3 {Rise and shine} 4 {Rise and shine} 5 {Rise and shine} 6 {Good morning} 7 {Good morning} 8 {Good morning} 9 {Good morning} 10 {Hello} 11 {Hello} 12 {Hello} 13 {Hello} 14 {Good afternoon} 15 {Good afternoon} 16 {Good afternoon} 17 {Good afternoon} 18 {Good evening} 19 {Good evening} 20 {Good evening} 21 {Good evening} 22 {Good night} 23 {Good night} other {Unknown}}","plugins.links.shortcutHint":"Press {number} or click to visit","plugins.links.standardHint":"Click to visit","plugins.search.placeholder":"Type to search","plugins.unsplash.photoLink":"Photo","plugins.weather.apparent":"Feels like","plugins.weather.high":"High","plugins.weather.humidity":"Humidity","plugins.weather.low":"Low","settings":"Settings","settings.translationCredits":" ","widgets":"Widgets"}'),"en-CA":JSON.parse('{"app.pageTitle":"New Tab","background":"Background","dashboard.focusHint":"Toggle widgets","dashboard.fullscreenHint":"Toggle fullscreen","dashboard.loadingHint":"Loading new content","dashboard.settingsHint":"Customise Tabliss","plugin.greeting.withName":"{hour, select, 0 {Sleep well, {name}} 1 {Sleep well, {name}} 2 {Sleep well, {name}} 3 {Rise and shine, {name}} 4 {Rise and shine, {name}} 5 {Rise and shine, {name}} 6 {Good morning, {name}} 7 {Good morning, {name}} 8 {Good morning, {name}} 9 {Good morning, {name}} 10 {Hello, {name}} 11 {Hello, {name}} 12 {Hello, {name}} 13 {Hello, {name}} 14 {Good afternoon, {name}} 15 {Good afternoon, {name}} 16 {Good afternoon, {name}} 17 {Good afternoon, {name}} 18 {Good evening, {name}} 19 {Good evening, {name}} 20 {Good evening, {name}} 21 {Good evening, {name}} 22 {Good night, {name}} 23 {Good night, {name}} other {Unknown}}","plugin.greeting.withoutName":"{hour, select, 0 {Sleep well} 1 {Sleep well} 2 {Sleep well} 3 {Rise and shine} 4 {Rise and shine} 5 {Rise and shine} 6 {Good morning} 7 {Good morning} 8 {Good morning} 9 {Good morning} 10 {Hello} 11 {Hello} 12 {Hello} 13 {Hello} 14 {Good afternoon} 15 {Good afternoon} 16 {Good afternoon} 17 {Good afternoon} 18 {Good evening} 19 {Good evening} 20 {Good evening} 21 {Good evening} 22 {Good night} 23 {Good night} other {Unknown}}","plugins.links.shortcutHint":"Press {number} or click to visit","plugins.links.standardHint":"Click to visit","plugins.search.placeholder":"Type to search","plugins.unsplash.photoLink":"Photo","plugins.weather.apparent":"Feels like","plugins.weather.high":"High","plugins.weather.humidity":"Humidity","plugins.weather.low":"Low","settings":"Settings","settings.translationCredits":" ","widgets":"Widgets"}'),"en-GB":JSON.parse('{"app.pageTitle":"New Tab","background":"Background","dashboard.focusHint":"Toggle widgets","dashboard.fullscreenHint":"Toggle fullscreen","dashboard.loadingHint":"Loading new content","dashboard.settingsHint":"Customise Tabliss","plugin.greeting.withName":"{hour, select, 0 {Sleep well, {name}} 1 {Sleep well, {name}} 2 {Sleep well, {name}} 3 {Rise and shine, {name}} 4 {Rise and shine, {name}} 5 {Rise and shine, {name}} 6 {Good morning, {name}} 7 {Good morning, {name}} 8 {Good morning, {name}} 9 {Good morning, {name}} 10 {Hello, {name}} 11 {Hello, {name}} 12 {Hello, {name}} 13 {Hello, {name}} 14 {Good afternoon, {name}} 15 {Good afternoon, {name}} 16 {Good afternoon, {name}} 17 {Good afternoon, {name}} 18 {Good evening, {name}} 19 {Good evening, {name}} 20 {Good evening, {name}} 21 {Good evening, {name}} 22 {Good night, {name}} 23 {Good night, {name}} other {Unknown}}","plugin.greeting.withoutName":"{hour, select, 0 {Sleep well} 1 {Sleep well} 2 {Sleep well} 3 {Rise and shine} 4 {Rise and shine} 5 {Rise and shine} 6 {Good morning} 7 {Good morning} 8 {Good morning} 9 {Good morning} 10 {Hello} 11 {Hello} 12 {Hello} 13 {Hello} 14 {Good afternoon} 15 {Good afternoon} 16 {Good afternoon} 17 {Good afternoon} 18 {Good evening} 19 {Good evening} 20 {Good evening} 21 {Good evening} 22 {Good night} 23 {Good night} other {Unknown}}","plugins.links.shortcutHint":"Press {number} or click to visit","plugins.links.standardHint":"Click to visit","plugins.search.placeholder":"Type to search","plugins.unsplash.photoLink":"Photo","plugins.weather.apparent":"Feels like","plugins.weather.high":"High","plugins.weather.humidity":"Humidity","plugins.weather.low":"Low","settings":"Settings","settings.translationCredits":" ","widgets":"Widgets"}'),es:JSON.parse('{"app.pageTitle":"Nueva pestaña","background":"Fondo de pantalla","dashboard.focusHint":"Oculta los widgets","dashboard.fullscreenHint":"Pantalla completa","dashboard.loadingHint":"Cargando nuevo contenido","dashboard.settingsHint":"Personaliza Tabliss","plugin.greeting.withName":"{hour, select, 0 {Dulces sueños, {name}} 1 {Dulces sueños, {name}} 2 {Dulces sueños, {name}} 3 {Dulces sueños, {name}} 4 {,Dulces sueños, {name}} 5 {Es muy temprano, {name}} 6 {Es hora de levantarse, {name}} 7 {Buenos días, {name}} 8 {Buenos días, {name}} 9 {Buenos días, {name}} 10 {Buenos días, {name}} 11 {Buenos días, {name}} 12 {Hola, {name}} 13 {Hola, {name}} 14 {Buenas tardes, {name}} 15 {Buenas tardes, {name}} 16 {Buenas tardes, {name}} 17 {Buenas tardes, {name}} 18 {Buenas tardes, {name}} 19 {Buenas tardes, {name}} 20 {Buenas noches, {name}} 21 {Buenas noches, {name}} 22 {Buenas noches, {name}} 23 {Buenas noches, {name}} other {Unknown}}","plugin.greeting.withoutName":"{hour, select, 0 {Dulces sueños} 1 {Dulces sueños} 2 {Dulces sueños} 3 {Dulces sueños} 4 {Dulces sueños} 5 {Es muy temprano} 6 {Es hora de levantarse} 7 {Buenos días} 8 {Buenos días} 9 {Buenos días} 10 {Buenos días} 11 {Buenos días} 12 {Hola} 13 {Hola} 14 {Buenas tardes} 15 {Buenas tardes} 16 {Buenas tardes} 17 {Buenas tardes} 18 {Buenas tardes} 19 {Buenas tardes} 20 {Buenas noches} 21 {Buenas noches} 22 {Buenas noches} 23 {Buenas noches} other {Unknown}}","plugins.links.shortcutHint":"Presiona {number} o haz clic para ir al sitio web","plugins.links.standardHint":"Haz clic para ir al sitio web","plugins.search.placeholder":"Buscar en la Web","plugins.unsplash.photoLink":"Foto","plugins.weather.apparent":"Feels like","plugins.weather.high":"Máxima","plugins.weather.humidity":"Humidity","plugins.weather.low":"Mínima","settings":"Opciones","settings.translationCredits":"Spanish translation by Gastón Alegre Stotzer. Proofreading by Álex GM.","widgets":"Widgets"}'),fa:JSON.parse('{"app.pageTitle":"زبانه جدید","background":"پس‌زمینه","dashboard.focusHint":"ابزارک‌ها","dashboard.fullscreenHint":"تمام صفحه","dashboard.loadingHint":"بارگذاری محتوا","dashboard.settingsHint":"شخصی‌سازی تبلیس","plugin.greeting.withName":"{hour, select,\\n 0 {وقت بخیر, {name}}\\n 1 {وقت بخیر, {name}}\\n 2 {وقت بخیر, {name}}\\n 3 {وقت بخیر, {name}}\\n 4 {وقت بخیر, {name}}\\n 5 {صبح بخیر, {name}}\\n 6 {صبح بخیر, {name}}\\n 7 {صبح بخیر, {name}}\\n 8 {صبح بخیر, {name}}\\n 9 {صبح بخیر, {name}}\\n 10 {ظهر بخیر, {name}}\\n 11 {ظهر بخیر, {name}}\\n 12 {ظهر بخیر, {name}}\\n 13 {ظهر بخیر, {name}}\\n 14 {ظهر بخیر, {name}}\\n 15 {عصر بخیر, {name}}\\n 16 {عصر بخیر, {name}}\\n 17 {عصر بخیر, {name}}\\n 18 {عصر بخیر, {name}}\\n 19 {شب بخیر, {name}}\\n 20 {شب بخیر, {name}}\\n 21 {شب بخیر, {name}}\\n 22 {شب خوش, {name}}\\n 23 {شب خوش, {name}}\\n other {Unknown}}","plugin.greeting.withoutName":"{hour, select,\\n 0 {وقت بخیر}\\n 1 {وقت بخیر}\\n 2 {وقت بخیر}\\n 3 {وقت بخیر}\\n 4 {وقت بخیر}\\n 5 {صبح بخیر}\\n 6 {صبح بخیر}\\n 7 {صبح بخیر}\\n 8 {صبح بخیر}\\n 9 {صبح بخیر}\\n 10 {ظهر بخیر}\\n 11 {ظهر بخیر}\\n 12 {ظهر بخیر}\\n 13 {ظهر بخیر}\\n 14 {ظهر بخیر}\\n 15 {عصر بخیر}\\n 16 {عصر بخیر}\\n 17 {عصر بخیر}\\n 18 {عصر بخیر}\\n 19 {شب بخیر}\\n 20 {شب بخیر}\\n 21 {شب بخیر}\\n 22 {شب خوش}\\n 23 {شب خوش}\\n other {Unknown}}","plugins.links.shortcutHint":"برای مشاهده کلید {number} را فشار دهید یا بر روی لینک کلیک کنید","plugins.links.standardHint":"کلیک کنید","plugins.search.placeholder":"برای جستوجو تایپ کنید","plugins.unsplash.photoLink":"تصویر","plugins.weather.apparent":"Feels like","plugins.weather.high":"بالا","plugins.weather.humidity":"Humidity","plugins.weather.low":"پایین","settings":"تنظیمات","settings.translationCredits":"پارسی شده توسط سرندد","widgets":"ابزارک‌ها"}'),fi:JSON.parse('{"app.pageTitle":"Uusi välilehti","background":"Tausta","dashboard.focusHint":"Widget näkyvyys","dashboard.fullscreenHint":"Kokoruutu","dashboard.loadingHint":"Ladataan sisältöä","dashboard.settingsHint":"Tabliss-asetukset","plugin.greeting.withName":"{hour, select,\\n 0 {Nuku hyvin, {name}}\\n 1 {Nuku hyvin, {name}}\\n 2 {Nuku hyvin, {name}}\\n 3 {Ylös ulos ja lenkille, {name}}\\n 4 {Ylös ulos ja lenkille, {name}}\\n 5 {Ylös ulos ja lenkille, {name}}\\n 6 {Hyvää huomenta, {name}}\\n 7 {Hyvää huomenta, {name}}\\n 8 {Hyvää huomenta, {name}}\\n 9 {Hyvää huomenta, {name}}\\n 10 {Terve, {name}}\\n 11 {Terve, {name}}\\n 12 {Terve, {name}}\\n 13 {Terve, {name}}\\n 14 {Hyvää iltapäivää, {name}}\\n 15 {Hyvää iltapäivää, {name}}\\n 16 {Hyvää iltapäivää, {name}}\\n 17 {Hyvää iltapäivää, {name}}\\n 18 {Hyvää iltaa, {name}}\\n 19 {Hyvää iltaa, {name}}\\n 20 {Hyvää iltaa, {name}}\\n 21 {Hyvää iltaa, {name}}\\n 22 {Hyvää yötä, {name}}\\n 23 {Hyvää yötä, {name}}\\n other {Unknown}}","plugin.greeting.withoutName":"{hour, select,\\n 0 {Nuku hyvin}\\n 1 {Nuku hyvin}\\n 2 {Nuku hyvin}\\n 3 {Ylös ulos ja lenkille}\\n 4 {Ylös ulos ja lenkille}\\n 5 {Ylös ulos ja lenkille}\\n 6 {Hyvää huomenta}\\n 7 {Hyvää huomenta}\\n 8 {Hyvää huomenta}\\n 9 {Hyvää huomenta}\\n 10 {Terve}\\n 11 {Terve}\\n 12 {Terve}\\n 13 {Terve}\\n 14 {Hyvää iltapäivää}\\n 15 {Hyvää iltapäivää}\\n 16 {Hyvää iltapäivää}\\n 17 {Hyvää iltapäivää}\\n 18 {Hyvää iltaa}\\n 19 {Hyvää iltaa}\\n 20 {Hyvää iltaa}\\n 21 {Hyvää iltaa}\\n 22 {Hyvää yötä}\\n 23 {Hyvää yötä}\\n other {Unknown}}","plugins.links.shortcutHint":"Paina {number} tai klikkaa avataksesi","plugins.links.standardHint":"Avaa linkki","plugins.search.placeholder":"Haku","plugins.unsplash.photoLink":"Valokuva","plugins.weather.apparent":"Feels like","plugins.weather.high":"Ylin","plugins.weather.humidity":"Humidity","plugins.weather.low":"Alin","settings":"Asetukset","settings.translationCredits":" ","widgets":"Widgetit"}'),fr:JSON.parse('{"app.pageTitle":"Nouvel onglet","background":"Image de fond","dashboard.focusHint":"Afficher les composants","dashboard.fullscreenHint":"Plein écran","dashboard.loadingHint":"Chargement du nouveau contenu","dashboard.settingsHint":"Personnaliser Tabliss","plugin.greeting.withName":"{hour, select, 0 {Au dodo, {name} !} 1 {Au dodo, {name} !} 2 {Au dodo, {name} !} 3 {Cest lheure du réveil, {name}} 4 {Cest lheure du réveil, {name}} 5 {Cest lheure du réveil, {name}} 6 {Bonjour {name}} 7 {Bonjour {name}} 8 {Bonjour {name}} 9 {Bonjour {name}} 10 {Bonjour {name}} 11 {Bonjour {name}} 12 {Bon appétit {name}} 13 {Bon appétit {name}} 14 {Bon après-midi {name}} 15 {Bon après-midi {name}} 16 {Bon après-midi {name}} 17 {Bon après-midi {name}} 18 {Bonne soirée {name}} 19 {Bonne soirée {name}} 20 {Bonne soirée {name}} 21 {Bonne soirée {name}} 22 {Bonne nuit {name}} 23 {Bonne nuit {name}} other {Unknown}}","plugin.greeting.withoutName":"{hour, select, 0 {Au dodo !} 1 {Au dodo !} 2 {Au dodo !} 3 {Cest lheure du réveil} 4 {Cest lheure du réveil} 5 {Cest lheure du réveil} 6 {Bonjour} 7 {Bonjour} 8 {Bonjour} 9 {Bonjour} 10 {Bonjour} 11 {Bonjour} 12 {Bon appétit} 13 {Bon appétit} 14 {Bon après-midi} 15 {Bon après-midi} 16 {Bon après-midi} 17 {Bon après-midi} 18 {Bonne soirée} 19 {Bonne soirée} 20 {Bonne soirée} 21 {Bonne soirée} 22 {Bonne nuit} 23 {Bonne nuit} other {Unknown}}","plugins.links.shortcutHint":"Appuyer sur {number} ou cliquez pour consulter le site","plugins.links.standardHint":"Cliquez pour consulter le site","plugins.search.placeholder":"Taper pour rechercher","plugins.unsplash.photoLink":"Photo","plugins.weather.apparent":"Feels like","plugins.weather.high":"Max","plugins.weather.humidity":"Humidity","plugins.weather.low":"Min","settings":"Préférences","settings.translationCredits":"Traduction française par Orfaon/ernest33","widgets":"Gadgets"}'),ga:JSON.parse('{"app.pageTitle":"Táb Nua","background":"Cúlra","dashboard.focusHint":"Scoránaigh giuirléidí","dashboard.fullscreenHint":"Scoránaigh lánscáileán","dashboard.loadingHint":"Ag lódáil ábar nua","dashboard.settingsHint":"Oiriúnaigh Tabliss","plugin.greeting.withName":"{hour, select, 0 {Codladh go sámh, a {name}} 1 {Codladh go sámh, a {name}} 2 {Codladh go sámh, a {name}} 3 {Bígí in bhur suí, a {name}} 4 {Bígí in bhur suí, a {name}} 5 {Bígí in bhur suí, a {name}} 6 {Maidin mhaith, a {name}} 7 {Maidin mhaith, a {name}} 8 {Maidin mhaith, a {name}} 9 {Maidin mhaith, a {name}} 10 {Haló, a {name}} 11 {Haló, a {name}} 12 {Haló, a {name}} 13 {Haló, a {name}} 14 {Tráthnóna maith, a {name}} 15 {Tráthnóna maith, a {name}} 16 {Tráthnóna maith, a {name}} 17 {Tráthnóna maith, a {name}} 18 {Tráthnóna déanach maith, a {name}} 19 {Tráthnóna déanach maith, a {name}} 20 {Tráthnóna déanach maith, a {name}} 21 {Tráthnóna déanach maith, a {name}} 22 {Oíche mhaith, a {name}} 23 {Oíche mhaith, a {name}}}","plugin.greeting.withoutName":"{hour, select, 0 {Codladh go sámh} 1 {Codladh go sámh} 2 {Codladh go sámh} 3 {Bígí in bhur suí} 4 {Bígí in bhur suí} 5 {Bígí in bhur suí} 6 {Maidin mhaith} 7 {Maidin mhaith} 8 {Maidin mhaith} 9 {Maidin mhaith} 10 {Haló} 11 {Haló} 12 {Haló} 13 {Haló} 14 {Tráthnóna maith} 15 {Tráthnóna maith} 16 {Tráthnóna maith} 17 {Tráthnóna maith} 18 {Tráthnóna déanach maith} 19 {Tráthnóna déanach maith} 20 {Tráthnóna déanach maith} 21 {Tráthnóna déanach maith} 22 {Oíche mhaith} 23 {Oíche mhaith}}","plugins.links.shortcutHint":"Brú {number} nó cliceáil chun cuairt","plugins.links.standardHint":"Cliceáil chun cuairt","plugins.search.placeholder":"Clóscríobh le cuardach","plugins.unsplash.photoLink":"Grianghraf","plugins.weather.apparent":"Feels like","plugins.weather.high":"Ard","plugins.weather.humidity":"Humidity","plugins.weather.low":"Íseal","settings":"Socruithe","settings.translationCredits":"D\'aistrigh Ní Ógáin go Gaeilge é seo.","widgets":"Giuirléidí"}'),gd:JSON.parse('{"app.pageTitle":"Taba ùr","background":"Cùl-fraon","dashboard.focusHint":"Toglaich widgets","dashboard.fullscreenHint":"Toglaich làn-sgrìn","dashboard.loadingHint":"Ag luchdachadh subsaint ùr","dashboard.settingsHint":"Gnàthaich Tabliss","plugin.greeting.withName":"{hour, select,\\n 0 {Cadal math dhut, a {name}!}\\n 1 {Cadal math dhut, a {name}!}\\n 2 {Cadal math dhut, a {name}!}\\n 3 {Dùisg, a {name}}\\n 4 {Dùisg, a {name}}\\n 5 {Dùisg, a {name}}\\n 6 {Madainn mhath, a {name}}\\n 7 {Madainn mhath, a {name}}\\n 8 {Madainn mhath, a {name}}\\n 9 {Madainn mhath, a {name}}\\n 10 {Halò, a {name}}\\n 11 {Halò, a {name}}\\n 12 {Halò, a {name}}\\n 13 {Halò, a {name}}\\n 14 {Feasgar math, a {name}}\\n 15 {Feasgar math, a {name}}\\n 16 {Feasgar math, a {name}}\\n 17 {Feasgar math, a {name}}\\n 18 {Feasgar math, a {name}}\\n 19 {Feasgar math, a {name}}\\n 20 {Feasgar math, a {name}}\\n 21 {Feasgar math, a {name}}\\n 22 {Oidhche mhath, a {name}}\\n 23 {Oidhche mhath, a {name}}\\n other {Unknown}}","plugin.greeting.withoutName":"{hour, select,\\n 0 {Cadal math dhut!}\\n 1 {Cadal math dhut!}\\n 2 {Cadal math dhut!}\\n 3 {Dùisg}\\n 4 {Dùisg}\\n 5 {Dùisg}\\n 6 {Madainn mhath}\\n 7 {Madainn mhath}\\n 8 {Madainn mhath}\\n 9 {Madainn mhath}\\n 10 {Halò}\\n 11 {Halò}\\n 12 {Halò}\\n 13 {Halò}\\n 14 {Feasgar math}\\n 15 {Feasgar math}\\n 16 {Feasgar math}\\n 17 {Feasgar math}\\n 18 {Feasgar math}\\n 19 {Feasgar math}\\n 20 {Feasgar math}\\n 21 {Feasgar math}\\n 22 {Oidhche mhath}\\n 23 {Oidhche mhath}\\n other {Unknown}}","plugins.links.shortcutHint":"Put air {number} no briog air do tadhal","plugins.links.standardHint":"Briog air do tadhal","plugins.search.placeholder":"Cuir do lorg","plugins.unsplash.photoLink":"Dealbh","plugins.weather.apparent":"Feels like","plugins.weather.high":"High","plugins.weather.humidity":"Humidity","plugins.weather.low":"Low","settings":"Settings","settings.translationCredits":"Eadar-theangachadh le pruadh agus le talondearg","widgets":"Widgets"}'),gl:JSON.parse('{"app.pageTitle":"Nova lapela","background":"Imaxe de Fondo","dashboard.focusHint":"Activar / desactivar trebellos","dashboard.fullscreenHint":"Activar / desactivar pantalla completan","dashboard.loadingHint":"Cargando novo contido","dashboard.settingsHint":"Personalizar Tabliss","plugin.greeting.withName":"{hour, select, 0 {Durme ben, {name}} 1 {Durme ben, {name}} 2 {Durme ben, {name}} 3 {Durme ben, {name}} 4 {Achégase o mencer, {name}} 5 {Achégase o mencer, {name}} 6 {Bo día, {name}} 7 {Bo día, {name}} 8 {Bo día {name}} 9 {Bo día, {name}} 10 {Ola, {name}} 11 {Ola, {name}} 12 {Ola {name}} 13 {Ola, {name}} 14 {Boa tarde, {name}} 15 {Boa tarde, {name}} 16 {Boa tarde, {name}} 17 {Boa tarde, {name}} 18 {Boa tarde, {name}} 19 {Boa tarde, {name}} 20 {Boa noite, {name}} 21 {Boa noite, {name}} 22 {Boa noite, {name}} 23 {Boa noite {name}} other {Unknown}}","plugin.greeting.withoutName":"{hour, select, 0 {Durme ben} 1 {Durme ben} 2 {Durme ben} 3 {Durme ben} 4 {Achégase o mencer} 5 {Achégase o mencer} 6 {Bo día} 7 {Bo día} 8 {Bo día} 9 {Bo día} 10 {Ola} 11 {Ola} 12 {Ola} 13 {Ola} 14 {Boa tarde} 15 {Boa tarde} 16 {Boa tarde} 17 {Boa tarde} 18 {Boa tarde} 19 {Boa tarde} 20 {Boa noite} 21 {Boa noite} 22 {Boa noite} 23 {Boa noite} other {Unknown}}","plugins.links.shortcutHint":"Preme {number} ou fai click aquí para ir","plugins.links.standardHint":"Fai click para ir","plugins.search.placeholder":"Teclea para buscar","plugins.unsplash.photoLink":"Foto","plugins.weather.apparent":"Semella","plugins.weather.high":"Máxima","plugins.weather.humidity":"Humidade","plugins.weather.low":"Mínima","settings":"Opcións","settings.translationCredits":"Tradución feita por Daniel Portela","widgets":"Widgets"}'),gu:JSON.parse('{"app.pageTitle":"નવું ટૅબ","background":"Background","dashboard.focusHint":"વિજેટ બદલો","dashboard.fullscreenHint":"પૂર્ણ સ્ક્રીન મોડને સ્વીચ કરો","dashboard.loadingHint":"નવી સામગ્રી લોડ કરી રહ્યું છે","dashboard.settingsHint":"ટેબ્લીસને કસ્ટમાઇઝ કરો","plugin.greeting.withName":"{hour, plural, =0 {સારુ ઉંગજો, {name}} =1 {સારુ ઉંગજો, {name}} =2 {સારુ ઉંગજો, {name}} =3 {ઉઠવાનો સમય છે, {name}} =4 {ઉઠવાનો સમય છે, {name}} =5 {ઉઠવાનો સમય છે, {name}} =6 {સુપ્રભાત, {name}} =7 {સુપ્રભાત, {name}} =8 {સુપ્રભાત, {name}} =9 {સુપ્રભાત, {name}} =10 {નમસ્તે {name}} =11 {નમસ્તે {name}} =12 {નમસ્તે {name}} =13 {નમસ્તે {name}} =14 {સુપ્રભાત, {name}} =15 {સુપ્રભાત, {name}} =16 {સુપ્રભાત, {name}} =17 {સુપ્રભાત, {name}} =18 {શુભ સંધ્યા, {name}} =19 {શુભ સંધ્યા, {name}} =20 {શુભ સંધ્યા, {name}} =21 {શુભ સંધ્યા, {name}} =22 {શુભ રાત્રિ, {name}} =23 {શુભ રાત્રિ, {name}} other {Unknown}}","plugin.greeting.withoutName":"{hour, plural, =0 {સારુ ઉંગજો} =1 {સારુ ઉંગજો} =2 {સારુ ઉંગજો} =3 {ઉઠવાનો સમય છે} =4 {ઉઠવાનો સમય છે} =5 {ઉઠવાનો સમય છે} =6 {સુપ્રભાત} =7 {સુપ્રભાત} =8 {સુપ્રભાત} =9 {સુપ્રભાત} =10 {નમસ્તે} =11 {નમસ્તે} =12 {નમસ્તે} =13 {નમસ્તે} =14 {સુપ્રભાત} =15 {સુપ્રભાત} =16 {સુપ્રભાત} =17 {સુપ્રભાત} =18 {શુભ સંધ્યા} =19 {શુભ સંધ્યા} =20 {શુભ સંધ્યા} =21 {શુભ સંધ્યા} =22 {શુભ રાત્રિ} =23 {શુભ રાત્રિ} other {Unknown}}","plugins.links.shortcutHint":"સાઇટ પર જવા માટે {number} ક્લિક કરો","plugins.links.standardHint":"સાઇટ પર જવા માટે અહીં ક્લિક કરોरें","plugins.search.placeholder":"શોધવા માટે Enter દબાવો","plugins.unsplash.photoLink":"ચિત્ર","plugins.weather.apparent":"Feels like","plugins.weather.high":"High","plugins.weather.humidity":"Humidity","plugins.weather.low":"Low","settings":"Settings","settings.translationCredits":"ગુજરાતી અનુવાદ આશિષ તરફ થી","widgets":"Widgets"}'),hi:JSON.parse('{"app.pageTitle":"नया टैब","background":"Background","dashboard.focusHint":"विजेट स्विच करें","dashboard.fullscreenHint":"पूर्ण स्क्रीन मोड स्विच करें","dashboard.loadingHint":"नई सामग्री लोड हो रही है","dashboard.settingsHint":"टैब्लिस को अनुकूलित करें","plugin.greeting.withName":"{hour, plural, =0 {अच्छी तरह से सो जाओ, {name}} =1 {अच्छी तरह से सो जाओ, {name}} =2 {अच्छी तरह से सो जाओ, {name}} =3 {उठने का समय है, {name}} =4 {उठने का समय है, {name}} =5 {उठने का समय है, {name}} =6 {सुप्रभात, {name}} =7 {सुप्रभात, {name}} =8 {सुप्रभात, {name}} =9 {सुप्रभात, {name}} =10 {नमस्ते {name}} =11 {नमस्ते {name}} =12 {नमस्ते {name}} =13 {नमस्ते {name}} =14 {सुप्रभात, {name}} =15 {सुप्रभात, {name}} =16 {सुप्रभात, {name}} =17 {सुप्रभात, {name}} =18 {शुभ संध्या, {name}} =19 {शुभ संध्या, {name}} =20 {शुभ संध्या, {name}} =21 {शुभ संध्या, {name}} =22 {शुभ रात्रि, {name}} =23 {शुभ रात्रि, {name}} other {Unknown}}","plugin.greeting.withoutName":"{hour, plural, =0 {अच्छी तरह से सो जाओ} =1 {अच्छी तरह से सो जाओ} =2 {अच्छी तरह से सो जाओ} =3 {उठने का समय है} =4 {उठने का समय है} =5 {उठने का समय है} =6 {सुप्रभात} =7 {सुप्रभात} =8 {सुप्रभात} =9 {सुप्रभात} =10 {नमस्ते} =11 {नमस्ते} =12 {नमस्ते} =13 {नमस्ते} =14 {सुप्रभात} =15 {सुप्रभात} =16 {सुप्रभात} =17 {सुप्रभात} =18 {शुभ संध्या} =19 {शुभ संध्या} =20 {शुभ संध्या} =21 {शुभ संध्या} =22 {शुभ रात्रि} =23 {शुभ रात्रि} other {Unknown}}","plugins.links.shortcutHint":"साइट पर जाने के लिए {number} क्लिक करें","plugins.links.standardHint":"साइट पर जाने के लिए यहाँ क्लिक करें","plugins.search.placeholder":"खोजने के लिए Enter दबाएँ","plugins.unsplash.photoLink":"चित्र","plugins.weather.apparent":"Feels like","plugins.weather.high":"High","plugins.weather.humidity":"Humidity","plugins.weather.low":"Low","settings":"Settings","settings.translationCredits":"हिन्दी अनुवाद आशिष के द्वारा","widgets":"Widgets"}'),hu:JSON.parse('{"app.pageTitle":"Új lap","background":"Háttérkép","dashboard.focusHint":"Modulok be- és kikapcsolása","dashboard.fullscreenHint":"Teljes képernyő kapcsolás","dashboard.loadingHint":"Új tartalom töltődik","dashboard.settingsHint":"Tabliss módosítása","plugin.greeting.withName":"{hour, select, 0 {Szép álmokat, {name}!} 1 {Szép álmokat, {name}!} 2 {Szép álmokat, {name}!} 3 {Jó reggelt, {name}!} 4 {Jó reggelt, {name}!} 5 {Jó reggelt, {name}!} 6 {Jó reggelt, {name}!} 7 {Jó reggelt, {name}!} 8 {Jó reggelt, {name}!} 9 {Jó reggelt, {name}!} 10 {Szép napot, {name}!} 11 {Szép napot, {name}!} 12 {Szép napot, {name}!} 13 {Szép napot, {name}!} 14 {Szép napot, {name}!} 15 {Szép napot, {name}!} 16 {Szép napot, {name}!} 17 {Szép napot, {name}!} 18 {Jó estét, {name}!} 19 {Jó estét, {name}!} 20 {Jó estét, {name}!} 21 {Jó estét, {name}!} 22 {Jó éjszakát, {name}!} 23 {Jó éjszakát, {name}!} other {Unknown}}","plugin.greeting.withoutName":"{hour, select, 0 {Szép álmokat!} 1 {Szép álmokat!} 2 {Szép álmokat!} 3 {Jó reggelt!} 4 {Jó reggelt!} 5 {Jó reggelt!} 6 {Jó reggelt!} 7 {Jó reggelt!} 8 {Jó reggelt!} 9 {Jó reggelt!} 10 {Szép napot!} 11 {Szép napot!} 12 {Szép napot!} 13 {Szép napot!} 14 {Szép napot!} 15 {Szép napot!} 16 {Szép napot!} 17 {Szép napot!} 18 {Jó estét!} 19 {Jó estét!} 20 {Jó estét!} 21 {Jó estét!} 22 {Jó éjszakát!} 23 {Jó éjszakát!} other {Unknown}}","plugins.links.shortcutHint":"Nyomja le a(z) {number} billentyűt, vagy kattintson ide!","plugins.links.standardHint":"Kattintson ide megtekintéséhez!","plugins.search.placeholder":"Írja be a keresett kifejezést!","plugins.unsplash.photoLink":"Fotó","plugins.weather.apparent":"Feels like","plugins.weather.high":"Magas","plugins.weather.humidity":"Humidity","plugins.weather.low":"Alacsony","settings":"Beállítások","settings.translationCredits":" ","widgets":"Modulok"}'),id:JSON.parse('{"app.pageTitle":"Tab Baru","background":"Background","dashboard.focusHint":"Muncul/Hilangkan widget","dashboard.fullscreenHint":"Beralih ke layar penuh","dashboard.loadingHint":"Memuat konten baru","dashboard.settingsHint":"Sesuaikan Tabliss","plugin.greeting.withName":"{hour, select, 0 {Tidur nyenyak, {name}} 1 {Tidur nyenyak, {name}} 2 {Tidur nyenyak, {name}} 3 {Bangkit dan bersinar, {name}} 4 {Bangkit dan bersinar, {name}} 5 {Bangkit dan bersinar, {name}} 6 {Selamat pagi, {name}} 7 {Selamat pagi, {name}} 8 {Selamat pagi, {name}} 9 {Selamat pagi, {name}} 10 {Halo, {name}} 11 {Halo, {name}} 12 {Halo, {name}} 13 {Halo, {name}} 14 {Selamat siang, {name}} 15 {Selamat sore, {name}} 16 {Selamat sore, {name}} 17 {Selamat sore, {name}} 18 {Selamat sore, {name}} 19 {Selamat malam, {name}} 20 {Selamat malam, {name}} 21 {Selamat malam, {name}} 22 {Selamat tidur, {name}} 23 {Selamat tidur, {name}}\\n other {Unknown}}","plugin.greeting.withoutName":"{hour, select, 0 {Tidur nyenyak} 1 {Tidur nyenyak} 2 {Tidur nyenyak} 3 {Bangkit dan bersinar} 4 {Bangkit dan bersinar} 5 {Bangkit dan bersinar} 6 {Selamat pagi} 7 {Selamat pagi} 8 {Selamat pagi} 9 {Selamat pagi} 10 {Halo} 11 {Halo} 12 {Halo} 13 {Halo} 14 {Selamat siang} 15 {Selamat sore} 16 {Selamat sore} 17 {Selamat sore} 18 {Selamat sore} 19 {Selamat malam} 20 {Selamat malam} 21 {Selamat malam} 22 {Selamat tidur} 23 {Selamat tidur}\\n other {Unknown}}","plugins.links.shortcutHint":"Tekan {number} atau klik untuk mengunjungi","plugins.links.standardHint":"Klik untuk mengunjungi","plugins.search.placeholder":"Ketik untuk cari","plugins.unsplash.photoLink":"Foto","plugins.weather.apparent":"Feels like","plugins.weather.high":"High","plugins.weather.humidity":"Humidity","plugins.weather.low":"Low","settings":"Settings","settings.translationCredits":"Diterjemahkan oleh masbossun","widgets":"Widgets"}'),it:JSON.parse('{"app.pageTitle":"Nuova scheda","background":"Sfondo","dashboard.focusHint":"Escludi i widget","dashboard.fullscreenHint":"Passa a schermo intero","dashboard.loadingHint":"Carica nuovi contenuti","dashboard.settingsHint":"Personalizza Tabliss","plugin.greeting.withName":"{hour, select, 0 {Sogni doro, {name}} 1 {Sogni doro, {name}} 2 {Sogni doro, {name}} 3 {È ora di alzarsi, {name}} 4 {È ora di alzarsi, {name}} 5 {È ora di alzarsi, {name}} 6 {Buongiorno, {name}} 7 {Buongiorno, {name}} 8 {Buongiorno, {name}} 9 {Buongiorno, {name}} 10 {Ciao, {name}} 11 {Ciao, {name}} 12 {Ciao, {name}} 13 {Ciao, {name}} 14 {Buon pomeriggio, {name}} 15 {Buon pomeriggio, {name}} 16 {Buon pomeriggio, {name}} 17 {Buon pomeriggio, {name}} 18 {Buonasera, {name}} 19 {Buonasera, {name}} 20 {Buonasera, {name}} 21 {Buonasera, {name}} 22 {Buonanotte, {name}} 23 {Buonanotte, {name}} other {Unknown}}","plugin.greeting.withoutName":"{hour, select, 0 {Sogni doro} 1 {Sogni doro} 2 {Sogni doro} 3 {È ora di alzarsi} 4 {È ora di alzarsi} 5 {È ora di alzarsi} 6 {Buongiorno} 7 {Buongiorno} 8 {Buongiorno} 9 {Buongiorno} 10 {Ciao} 11 {Ciao} 12 {Ciao} 13 {Ciao} 14 {Buon pomeriggio} 15 {Buon pomeriggio} 16 {Buon pomeriggio} 17 {Buon pomeriggio} 18 {Buonasera} 19 {Buonasera} 20 {Buonasera} 21 {Buonasera} 22 {Buonanotte} 23 {Buonanotte} other {Unknown}}","plugins.links.shortcutHint":"Premi {number} o fai clic per visitare","plugins.links.standardHint":"Fai clic per visitare","plugins.search.placeholder":"Scrivi qui per cercare","plugins.unsplash.photoLink":"Foto","plugins.weather.apparent":"Temperatura percepita","plugins.weather.high":"Massima","plugins.weather.humidity":"Umidità","plugins.weather.low":"Minima","settings":"Impostazioni","settings.translationCredits":"Italian translations by Gianni, Blackcat-917 and Gioxx","widgets":"Widget"}'),ja:JSON.parse('{"app.pageTitle":"新規タブ","background":"Background","dashboard.focusHint":"ウィジェット表示切り替え","dashboard.fullscreenHint":"フルスクリーン切り替え","dashboard.loadingHint":"読み込み中…","dashboard.settingsHint":"設定","plugin.greeting.withName":"{hour, select, 0 {ゆっくり眠ってね、{name}} 1 {ゆっくり眠ってね、{name}} 2 {ゆっくり眠ってね、{name}} 3 {起きましょう、{name}} 4 {起きましょう、{name}} 5 {起きましょう、{name}} 6 {おはよう、{name}} 7 {おはよう、{name}} 8 {おはよう、{name}} 9 {おはよう、{name}} 10 {こんにちは、{name}} 11 {こんにちは、{name}} 12 {こんにちは、{name}} 13 {こんにちは、{name}} 14 {こんにちは、{name}} 15 {こんにちは、{name}} 16 {こんにちは、{name}} 17 {こんにちは、{name}} 18 {こんばんは、{name}} 19 {こんばんは、{name}} 20 {こんばんは、{name}} 21 {こんばんは、{name}} 22 {おやすみなさい、{name}} 23 {おやすみなさい、{name}} other {Unknown}}","plugin.greeting.withoutName":"{hour, select, 0 {ゆっくり眠ってね} 1 {ゆっくり眠ってね} 2 {ゆっくり眠ってね} 3 {起きましょう} 4 {起きましょう} 5 {起きましょう} 6 {おはよう} 7 {おはよう} 8 {おはよう} 9 {おはよう} 10 {こんにちは} 11 {こんにちは} 12 {こんにちは} 13 {こんにちは} 14 {こんにちは} 15 {こんにちは} 16 {こんにちは} 17 {こんにちは} 18 {こんばんは} 19 {こんばんは} 20 {こんばんは} 21 {こんばんは} 22 {おやすみなさい} 23 {おやすみなさい} other {Unknown}}","plugins.links.shortcutHint":"{number}を押すかクリックで移動","plugins.links.standardHint":"クリックで移動","plugins.search.placeholder":"検索キーワードを入力","plugins.unsplash.photoLink":"Photo","plugins.weather.apparent":"体感","plugins.weather.high":"最高","plugins.weather.humidity":"湿度","plugins.weather.low":"最低","settings":"Settings","settings.translationCredits":"Japanese translation by Kodaka","widgets":"Widgets"}'),ko:JSON.parse('{"app.pageTitle":"새 탭","background":"Background","dashboard.focusHint":"위젯 숨기기 / 보이기","dashboard.fullscreenHint":"전체 화면","dashboard.loadingHint":"새 콘텐츠 로딩 중","dashboard.settingsHint":"Tabliss 꾸미기","plugin.greeting.withName":"{hour, select, 0 {안녕히 주무세요. {name}님} 1 {안녕히 주무세요. {name}님} 2 {안녕히 주무세요. {name}님} 3 {해가 뜨고 있어요. {name}님} 4 {해가 뜨고 있어요. {name}님} 5 {해가 뜨고 있어요. {name}님} 6 {좋은 아침입니다. {name}님} 7 {좋은 아침입니다. {name}님} 8 {좋은 아침입니다. {name}님} 9 {좋은 아침입니다. {name}님} 10 {안녕하세요. {name}님} 11 {안녕하세요. {name}님} 12 {안녕하세요. {name}님} 13 {안녕하세요. {name}님} 14 {좋은 오후입니다. {name}님} 15 {좋은 오후입니다. {name}님} 16 {좋은 오후입니다. {name}님} 17 {좋은 오후입니다. {name}님} 18 {오늘 하루는 즐거우셨나요. {name}님} 19 {오늘 하루는 즐거우셨나요. {name}님} 20 {오늘 하루는 즐거우셨나요. {name}님} 21 {오늘 하루는 즐거우셨나요. {name}님} 22 {편안한 밤 되세요. {name}님} 23 {편안한 밤 되세요. {name}님} other {Unknown}}","plugin.greeting.withoutName":"{hour, select, 0 {안녕히 주무세요} 1 {안녕히 주무세요} 2 {안녕히 주무세요} 3 {해가 뜨고 있어요} 4 {해가 뜨고 있어요} 5 {해가 뜨고 있어요} 6 {좋은 아침입니다} 7 {좋은 아침입니다} 8 {좋은 아침입니다} 9 {좋은 아침입니다} 10 {안녕하세요} 11 {안녕하세요} 12 {안녕하세요} 13 {안녕하세요} 14 {좋은 오후입니다} 15 {좋은 오후입니다} 16 {좋은 오후입니다} 17 {좋은 오후입니다} 18 {오늘 하루는 즐거우셨나요} 19 {오늘 하루는 즐거우셨나요} 20 {오늘 하루는 즐거우셨나요} 21 {오늘 하루는 즐거우셨나요} 22 {편안한 밤 되세요} 23 {편안한 밤 되세요} other {Unknown}}","plugins.links.shortcutHint":"{number}번 키 또는 클릭하여 이동","plugins.links.standardHint":"클릭하여 이동","plugins.search.placeholder":"검색어를 입력하세요","plugins.unsplash.photoLink":"사진","plugins.weather.apparent":"Feels like","plugins.weather.high":"High","plugins.weather.humidity":"Humidity","plugins.weather.low":"Low","settings":"Settings","settings.translationCredits":"Korean translations by 심심한누군가","widgets":"Widgets"}'),lt:JSON.parse('{"app.pageTitle":"Naujas skirtukas","background":"Fonas","dashboard.focusHint":"Tvarkyti valdiklius","dashboard.fullscreenHint":"Įjungti/išjungti pilnojo ekrano režimą","dashboard.loadingHint":"Kraunamas naujas turinys","dashboard.settingsHint":"Pritaikyti Tabliss","plugin.greeting.withName":"{hour, select,\\n 0 {Saldžių sapnų, {name}}\\n 1 {Saldžių sapnų, {name}}\\n 2 {Saldžių sapnų, {name}}\\n 3 {Pabudome ir kelkimės, {name}}\\n 4 {Pabudome ir kelkimės, {name}}\\n 5 {Pabudome ir kelkimės, {name}}\\n 6 {Labas rytas, {name}}\\n 7 {Labas rytas, {name}}\\n 8 {Labas rytas, {name}}\\n 9 {Labas rytas, {name}}\\n 10 {Sveiki, {name}}\\n 11 {Sveiki, {name}}\\n 12 {Sveiki, {name}}\\n 13 {Sveiki, {name}}\\n 14 {Laba diena, {name}}\\n 15 {Laba diena, {name}}\\n 16 {Laba diena, {name}}\\n 17 {Laba diena, {name}}\\n 18 {Labas vakaras, {name}}\\n 19 {Labas vakaras, {name}}\\n 20 {Labas vakaras, {name}}\\n 21 {Labas vakaras, {name}}\\n 22 {Labos nakties, {name}}\\n 23 {Labos nakties, {name}}\\n other {Unknown}}","plugin.greeting.withoutName":"{hour, select,\\n 0 {Saldžių sapnų}\\n 1 {Saldžių sapnų}\\n 2 {Saldžių sapnų}\\n 3 {Pabudome ir kelkimės}\\n 4 {Pabudome ir kelkimės}\\n 5 {Pabudome ir kelkimės}\\n 6 {Labas rytas}\\n 7 {Labas rytas}\\n 8 {Labas rytas}\\n 9 {Labas rytas}\\n 10 {Sveiki}\\n 11 {Sveiki}\\n 12 {Sveiki}\\n 13 {Sveiki}\\n 14 {Laba diena}\\n 15 {Laba diena}\\n 16 {Laba diena}\\n 17 {Laba diena}\\n 18 {Labas vakaras}\\n 19 {Labas vakaras}\\n 20 {Labas vakaras}\\n 21 {Labas vakaras}\\n 22 {Labos nakties}\\n 23 {Labos nakties}\\n other {Unknown}}","plugins.links.shortcutHint":"Nuspausk skaičių {number} arba nuspausk šią nuorodą","plugins.links.standardHint":"Nuspausk, kad apsilankytum","plugins.search.placeholder":"Įrašykite paieškos terminą","plugins.unsplash.photoLink":"Nuotrauka","plugins.weather.apparent":"Feels like","plugins.weather.high":"Didžiausia","plugins.weather.humidity":"Humidity","plugins.weather.low":"Mažiausia","settings":"Nustatymai","settings.translationCredits":"Į lietuvių kalbą išvertė Paulius Gečas","widgets":"Valdikliai"}'),lb:JSON.parse('{"app.pageTitle":"Néien Tab","background":"Hannergrond","dashboard.focusHint":"Zougrëffselementer ëmschalten","dashboard.fullscreenHint":"Vollbildmodus ëmschalten","dashboard.loadingHint":"Néie Contenu gëtt gelueden","dashboard.settingsHint":"Tabliss upassen","plugin.greeting.withName":"{hour, select, 0 {Schlof gutt, {name}} 1 {Schlof gutt, {name}} 2 {Schlof gutt, {name}} 3 {Eraus aus de Fiederen, {name}} 4 {Eraus aus de Fiederen, {name}} 5 {Eraus aus de Fiederen, {name}} 6 {Gudde Moien, {name}} 7 {Gudde Moien, {name}} 8 {Gudde Moien, {name}} 9 {Gudde Moien, {name}} 10 {Moien {name}} 11 {Moien {name}} 12 {Moien {name}} 13 {Moien {name}} 14 {Guten Tag, {name}} 15 {Gudde Moien, {name}} 16 {Gudde Moien, {name}} 17 {Gudde Moien, {name}} 18 {Gudden Owend, {name}} 19 {Gudden Owend, {name}} 20 {Gudden Owend, {name}} 21 {Gudden Owend, {name}} 22 {Gutt Nuecht, {name}} 23 {Gutt Nuecht, {name}} other {Unknown}}","plugin.greeting.withoutName":"{hour, select, 0 {Schlof gutt} 1 {Schlof gutt} 2 {Schlof gutt} 3 {Eraus aus de Fiederen} 4 {Eraus aus de Fiederen} 5 {Eraus aus de Fiederen} 6 {Gudde Moien} 7 {Gudde Moien} 8 {Gudde Moien} 9 {Gudde Moien} 10 {Moien} 11 {Moien} 12 {Moien} 13 {Moien} 14 {Gudde Moien} 15 {Gudde Moien} 16 {Gudde Moien} 17 {Gudde Moien} 18 {Gudden Owend} 19 {Gudden Owend} 20 {Gudden Owend} 21 {Gudden Owend} 22 {Gutt Nuecht} 23 {Gutt Nuecht} other {Unknown}}","plugins.links.shortcutHint":"Fir opzeruffen {number} drécken oder klicken","plugins.links.standardHint":"Fir opzeruffen klicken","plugins.search.placeholder":"Sich aginn","plugins.unsplash.photoLink":"Foto","plugins.weather.apparent":"Feels like","plugins.weather.high":"Héich","plugins.weather.humidity":"Humidity","plugins.weather.low":"Niddereg","settings":"Astellungen","settings.translationCredits":"Lëtzebuergesch Iwwersetzung vum Louis Jacoby","widgets":"Widgets"}'),ne:JSON.parse('{"app.pageTitle":"नयाँ ट्याब","background":"ब्याक्गराउन्ड","dashboard.focusHint":"विजेट स्विच गरौ","dashboard.fullscreenHint":"फुलस्क्रीन मोड स्विच गरौ","dashboard.loadingHint":"नयाँ सामग्री लोड हुँदै छ","dashboard.settingsHint":"ट्याब्लिस को सेटिंग्स बदलौ","plugin.greeting.withName":"{hour, select,\\n 0 {शुभ रात्री, {name}}\\n 1 {शुभ रात्री, {name}}\\n 2 {शुभ रात्री, {name}}\\n 3 {उठ्ने बेला भयो, {name}}\\n 4 {उठ्ने बेला भयो, {name}}\\n 5 {उठ्ने बेला भयो, {name}}\\n 6 {शुभ प्रभात, {name}}\\n 7 {शुभ प्रभात, {name}}\\n 8 {शुभ प्रभात, {name}}\\n 9 {शुभ प्रभात, {name}}\\n 10 { नमस्कार, {name}}\\n 11 { नमस्कार, {name}}\\n 12 { नमस्कार, {name}}\\n 13 { नमस्कार, {name}}\\n 14 {शुभ दिन, {name}}\\n 15 {शुभ दिन, {name}}\\n 16 {शुभ दिन, {name}}\\n 17 {शुभ दिन, {name}}\\n 18 {शुभ सन्ध्या, {name}}\\n 19 {शुभ सन्ध्या, {name}}\\n 20 {शुभ सन्ध्या, {name}}\\n 21 {शुभ सन्ध्या, {name}}\\n 22 {शुभ रात्री, {name}}\\n 23 {शुभ रात्री, {name}}\\n other {Unknown}\\n }","plugin.greeting.withoutName":"{hour, select,\\n 0 {शुभ रात्री}\\n 1 {शुभ रात्री}\\n 2 {शुभ रात्री}\\n 3 {उठ्ने बेला भयो}\\n 4 {उठ्ने बेला भयो}\\n 5 {उठ्ने बेला भयो}\\n 6 {शुभ प्रभात}\\n 7 {शुभ प्रभात}\\n 8 {शुभ प्रभात}\\n 9 {शुभ प्रभात}\\n 10 { नमस्कार}\\n 11 { नमस्कार}\\n 12 { नमस्कार}\\n 13 { नमस्कार}\\n 14 {शुभ दिन}\\n 15 {शुभ दिन}\\n 16 {शुभ दिन}\\n 17 {शुभ दिन}\\n 18 {शुभ सन्ध्या}\\n 19 {शुभ सन्ध्या}\\n 20 {शुभ सन्ध्या}\\n 21 {शुभ सन्ध्या}\\n 22 {शुभ रात्री}\\n 23 {शुभ रात्री}\\n other {Unknown}\\n }","plugins.links.shortcutHint":"साइटमा जानको लागि {number} किलिक गर्नुहोस ","plugins.links.standardHint":"साइटमा जानको लागि यहाँ किलिक गर्नुहोस ","plugins.search.placeholder":"खोज्नलाई Enter दबाउ","plugins.unsplash.photoLink":"चित्र","plugins.weather.apparent":"Feels like","plugins.weather.high":"High","plugins.weather.humidity":"Humidity","plugins.weather.low":"Low","settings":"सेटिंग्स","settings.translationCredits":"sidbelbase ले अनुबाद गरेको","widgets":"विजेट्स"}'),nl:JSON.parse('{"app.pageTitle":"Nieuw tabblad","background":"Background","dashboard.focusHint":"Widgets aan- en uitzetten","dashboard.fullscreenHint":"Volledig scherm","dashboard.loadingHint":"Nieuwe inhoud aan het laden","dashboard.settingsHint":"Tabliss personaliseren","plugin.greeting.withName":"{hour, select, 0 {Slaap lekker {name}} 1 {Slaap lekker {name}} 2 {Slaap lekker {name}} 3 {Wakker worden {name}} 4 {Wakker worden {name}} 5 {Wakker worden {name}} 6 {Goedemorgen {name}} 7 {Goedemorgen {name}} 8 {Goedemorgen {name}} 9 {Goedemorgen {name}} 10 {Hallo {name}} 11 {Hallo {name}} 12 {Hallo {name}} 13 {Hallo {name}} 14 {Goedemiddag {name}} 15 {Goedemiddag {name}} 16 {Goedemiddag {name}} 17 {Goedemiddag {name}} 18 {Goedenavond {name}} 19 {Goedenavond {name}} 20 {Goedenavond {name}} 21 {Goedenavond {name}} 22 {Goedenacht {name}} 23 {Goedenacht {name}} other {Unknown}}","plugin.greeting.withoutName":"{hour, select, 0 {Slaap lekker} 1 {Slaap lekker} 2 {Slaap lekker} 3 {Wakker worden} 4 {Wakker worden} 5 {Wakker worden} 6 {Goedemorgen} 7 {Goedemorgen} 8 {Goedemorgen} 9 {Goedemorgen} 10 {Hallo} 11 {Hallo} 12 {Hallo} 13 {Hallo} 14 {Goedemiddag} 15 {Goedemiddag} 16 {Goedemiddag} 17 {Goedemiddag} 18 {Goedenavond} 19 {Goedenavond} 20 {Goedenavond} 21 {Goedenavond} 22 {Goedenacht} 23 {Goedenacht} other {Unknown}}","plugins.links.shortcutHint":"Druk op {number} of klik om te bezoeken","plugins.links.standardHint":"Klik om te bezoeken","plugins.search.placeholder":"Typ om te zoeken","plugins.unsplash.photoLink":"Foto","plugins.weather.apparent":"Feels like","plugins.weather.high":"High","plugins.weather.humidity":"Humidity","plugins.weather.low":"Low","settings":"Settings","settings.translationCredits":"Translations by Rick","widgets":"Widgets"}'),no:JSON.parse('{"app.pageTitle":"Ny fane","background":"Background","dashboard.focusHint":"Veksle widgets","dashboard.fullscreenHint":"Veksle fullskjerm","dashboard.loadingHint":"Laster nytt innhold","dashboard.settingsHint":"Tilpass Tabliss","plugin.greeting.withName":"{hour, select, 0 {Sov godt, {name}} 1 {Sov godt, {name}} 2 {Sov godt, {name}} 3 {Rise and shine, {name}} 4 {Rise and shine, {name}} 5 {Rise and shine, {name}} 6 {God morgen, {name}} 7 {God morgen, {name}} 8 {God morgen, {name}} 9 {God morgen, {name}} 10 {Hei, {name}} 11 {Hei, {name}} 12 {Hei, {name}} 13 {Hei, {name}} 14 {God dag, {name}} 15 {God dag, {name}} 16 {God dag, {name}} 17 {God dag, {name}} 18 {God kveld, {name}} 19 {God kveld, {name}} 20 {God kveld, {name}} 21 {God kveld, {name}} 22 {God natt, {name}} 23 {God natt, {name}}\\n other {Unknown}}","plugin.greeting.withoutName":"{hour, select, 0 {Sov godt} 1 {Sov godt} 2 {Sov godt} 3 {Rise and shine} 4 {Rise and shine} 5 {Rise and shine} 6 {God morgen} 7 {God morgen} 8 {God morgen} 9 {God morgen} 10 {Hei} 11 {Hei} 12 {Hei} 13 {Hei} 14 {God dag} 15 {God dag} 16 {God dag} 17 {God dag} 18 {God kveld} 19 {God kveld} 20 {God kveld} 21 {God kveld} 22 {God natt} 23 {God natt}\\n other {Unknown}}","plugins.links.shortcutHint":"Trykk {number} eller klikk for å besøke","plugins.links.standardHint":"Trykk for å besøke","plugins.search.placeholder":"Skriv for å søke","plugins.unsplash.photoLink":"Foto","plugins.weather.apparent":"Feels like","plugins.weather.high":"High","plugins.weather.humidity":"Humidity","plugins.weather.low":"Low","settings":"Settings","settings.translationCredits":" ","widgets":"Widgets"}'),ro:JSON.parse('{"app.pageTitle":"Filă nouă","background":"Background","dashboard.focusHint":"Afișează widgeturi","dashboard.fullscreenHint":"Afișează în fullscreen","dashboard.loadingHint":"Se descarcă imagini noi","dashboard.settingsHint":"Personalizează Tabliss","plugin.greeting.withName":"{hour, select, 0 {Somn ușor, {name}} 1 {Somn ușor, {name}} 2 {Somn ușor, {name}} 3 {Somn ușor, {name}} 4 {Deșteptarea, {name}} 5 {Deșteptarea, {name}} 6 {Deșteptarea, {name}} 7 {Bună dimineața, {name}} 8 {Bună dimineața, {name}} 9 {Bună dimineața, {name}} 10 {Bună, {name}} 11 {Bună, {name}} 12 {Bună, {name}} 13 {Bună, {name}} 14 {Bună ziua, {name}} 15 {Bună ziua, {name}} 16 {Bună ziua, {name}} 17 {Bună ziua, {name}} 18 {Bună seara, {name}} 19 {Bună seara, {name}} 20 {Bună seara, {name}} 21 {Bună seara, {name}} 22 {Noapte bună, {name}} 23 {Noapte bună, {name}} other {Unknown}}","plugin.greeting.withoutName":"{hour, select, 0 {Somn ușor} 1 {Somn ușor} 2 {Somn ușor} 3 {Somn ușor} 4 {Deșteptarea} 5 {Deșteptarea} 6 {Deșteptarea} 7 {Bună dimineața} 8 {Bună dimineața} 9 {Bună dimineața} 10 {Bună} 11 {Bună} 12 {Bună} 13 {Bună} 14 {Bună ziua} 15 {Bună ziua} 16 {Bună ziua} 17 {Bună ziua} 18 {Bună seara} 19 {Bună seara} 20 {Bună seara} 21 {Bună seara} 22 {Noapte bună} 23 {Noapte bună} other {Unknown}}","plugins.links.shortcutHint":"Apasă {number} sau click pentru a vizita","plugins.links.standardHint":"Click pentru a vizita","plugins.search.placeholder":"Tastează pentru a căuta","plugins.unsplash.photoLink":"Poză","plugins.weather.apparent":"Feels like","plugins.weather.high":"High","plugins.weather.humidity":"Humidity","plugins.weather.low":"Low","settings":"Settings","settings.translationCredits":" ","widgets":"Widgets"}'),ru:JSON.parse('{"app.pageTitle":"Новая вкладка","background":"Фон","dashboard.focusHint":"Видимость виджетов","dashboard.fullscreenHint":"Полный экран","dashboard.loadingHint":"Загрузка нового контента","dashboard.settingsHint":"Настроить Tabliss","plugin.greeting.withName":"{hour, select, 0 {Приятных снов, {name}} 1 {Пора спать, {name}} 2 {Добро пожаловать в ночную смену, {name}} 3 {Доброй ночи, {name}} 4 {Спокойной ночи, {name}} 5 {Проснись и пой, {name}!} 6 {Проснись и пой, {name}!} 7 {Проснись и пой, {name}!} 8 {Доброе утро, {name}} 9 {Доброе утро, {name}} 10 {Прекрасного начала дня, {name}} 11 {Добрый день, {name}} 12 {Добро пожаловать, {name}} 13 {Здравствуйте, {name}!} 14 {Добрый день, {name}} 15 {Добро пожаловать, {name}} 16 {Привет, {name}!} 17 {Добрый день, {name}} 18 {Добро пожаловать, {name}} 19 {Добрый вечер, {name}} 20 {Добрый вечер, {name}} 21 {Добрый вечер, {name}} 22 {Доброй ночи, {name}} 23 {Спокойной ночи, {name}} other {Unknown}}","plugin.greeting.withoutName":"{hour, select, 0 {Приятных снов} 1 {Пора спать} 2 {Добро пожаловать в ночную смену} 3 {Доброй ночи} 4 {Спокойной ночи} 5 {Проснись и пой!} 6 {Проснись и пой!} 7 {Проснись и пой!} 8 {Доброе утро} 9 {Доброе утро} 10 {Прекрасного начала дня} 11 {Добрый день} 12 {Добро пожаловать} 13 {Здравствуйте!} 14 {Добрый день} 15 {Добро пожаловать} 16 {Привет!} 17 {Добрый день} 18 {Добро пожаловать} 19 {Добрый вечер} 20 {Добрый вечер} 21 {Добрый вечер} 22 {Доброй ночи} 23 {Спокойной ночи} other {Unknown}}","plugins.links.shortcutHint":"Нажмите {number} или кликните, чтобы открыть","plugins.links.standardHint":"Кликните для открытия","plugins.search.placeholder":"Введите запрос","plugins.unsplash.photoLink":"Фото","plugins.weather.apparent":"Feels like","plugins.weather.high":"Максимум","plugins.weather.humidity":"Humidity","plugins.weather.low":"Минимум","settings":"Настройки","settings.translationCredits":"Перевёл на русский Илья Бирюков","widgets":"Виджеты"}'),sk:JSON.parse('{"app.pageTitle":"Nový panel","background":"Background","dashboard.focusHint":"Skryť/zobraziť widgety","dashboard.fullscreenHint":"Prepnúť zobrazenie na celú obrazovku","dashboard.loadingHint":"Načítanie nového obsahu","dashboard.settingsHint":"Prispôsobiť Tabliss","plugin.greeting.withName":"{hour, select, 0 {Pekné sny, {name}} 1 {Pekné sny, {name}} 2 {Pekné sny, {name}} 3 {Bež už spať, {name}!} 4 {Bež už spať, {name}!} 5 {Príjemné skoré ráno, {name}} 6 {Dobré ráno, {name}} 7 {Dobré ráno, {name}} 8 {Príjemné ráno, {name}} 9 {Dobré ráno, {name}} 10 {Dobrý deň, {name}} 11 {Dobrý deň, {name}} 12 {Dobrý deň, {name}} 13 {Dobrý deň, {name}} 14 {Príjemné popoludnie, {name}} 15 {Príjemné popoludnie, {name}} 16 {Príjemné popoludnie, {name}} 17 {Príjemné popoludnie, {name}} 18 {Dobrý večer, {name}} 19 {Dobrý večer, {name}} 20 {Dobrý večer, {name}} 21 {Dobrý večer, {name}} 22 {Dobrú noc, {name}} 23 {Dobrú noc, {name}}\\n other {Unknown}}","plugin.greeting.withoutName":"{hour, select, 0 {Pekné sny} 1 {Pekné sny} 2 {Pekné sny} 3 {Bež už spať, {name}!} 4 {Bež už spať, {name}!} 5 {Príjemné skoré ráno} 6 {Dobré ráno} 7 {Dobré ráno} 8 {Príjemné ráno} 9 {Dobré ráno} 10 {Dobrý deň} 11 {Dobrý deň} 12 {Dobrý deň} 13 {Dobrý deň} 14 {Príjemné popoludnie} 15 {Príjemné popoludnie} 16 {Príjemné popoludnie} 17 {Príjemné popoludnie} 18 {Dobrý večer} 19 {Dobrý večer} 20 {Dobrý večer} 21 {Dobrý večer} 22 {Dobrú noc} 23 {Dobrú noc}\\n other {Unknown}}","plugins.links.shortcutHint":"Stlačte {number} alebo kliknite pre navštívenie","plugins.links.standardHint":"Kliknite pre navštívenie","plugins.search.placeholder":"Hľadať","plugins.unsplash.photoLink":"Fotografia","plugins.weather.apparent":"Feels like","plugins.weather.high":"High","plugins.weather.humidity":"Humidity","plugins.weather.low":"Low","settings":"Settings","settings.translationCredits":"Slovak translation by Marko Řeháček","widgets":"Widgets"}'),sr:JSON.parse('{"app.pageTitle":"Нова картица","background":"Позадина","dashboard.focusHint":"Укључите/искључите виџете","dashboard.fullscreenHint":"Укључите/искључите приказ преко целог ектрана","dashboard.loadingHint":"Учитавање новог садржаја","dashboard.settingsHint":"Прилагодите Tabliss","plugin.greeting.withName":"{hour, select, 0 {Лепо спавајте {name}} 1 {Лепо спавајте {name}} 2 {Лепо спавајте {name}} 3 {Устаните и засијајте {name}} 4 {Устаните и засијајте {name}} 5 {Устаните и засијајте {name}} 6 {Добро јутро {name}} 7 {Добро јутро {name}} 8 {Добро јутро {name}} 9 {Добро јутро {name}} 10 {Добар дан {name}} 11 {Добар дан {name}} 12 {Добар дан {name}} 13 {Добар дан {name}} 14 {Добар дан {name}} 15 {Добар дан {name}} 16 {Добар дан {name}} 17 {Добар дан {name}} 18 {Добро вече {name}} 19 {Добро вече {name}} 20 {Добро вече {name}} 21 {Добро вече {name}} 22 {Лаку ноћ {name}} 23 {Лаку ноћ {name}} other {Unknown}}","plugin.greeting.withoutName":"{hour, select, 0 {Лепо спавајте} 1 {Лепо спавајте} 2 {Лепо спавајте} 3 {Устаните и засијајте} 4 {Устаните и засијајте} 5 {Устаните и засијајте} 6 {Добро јутро} 7 {Добро јутро} 8 {Добро јутро} 9 {Добро јутро} 10 {Добар дан} 11 {Добар дан} 12 {Добар дан} 13 {Добар дан} 14 {Добар дан} 15 {Добар дан} 16 {Добар дан} 17 {Добар дан} 18 {Добро вече} 19 {Добро вече} 20 {Добро вече} 21 {Добро вече} 22 {Лаку ноћ} 23 {Лаку ноћ} other {Unknown}}","plugins.links.shortcutHint":"Притисните број {number} или кликните да би сте посетили страницу","plugins.links.standardHint":"Кликните да би сте посетили страницу","plugins.search.placeholder":"Унесите појам за претрагу","plugins.unsplash.photoLink":"Фотографија","plugins.weather.apparent":"Feels like","plugins.weather.high":"Највиша температура","plugins.weather.humidity":"Humidity","plugins.weather.low":"Најнижа температура","settings":"Подешавања","settings.translationCredits":" ","widgets":"Виџети"}'),sv:JSON.parse('{"app.pageTitle":"Ny flik","background":"Bakgrund","dashboard.focusHint":"Växla widgets","dashboard.fullscreenHint":"Växla fullskärm","dashboard.loadingHint":"Laddar nytt innehåll","dashboard.settingsHint":"Anpassa Tabliss","plugin.greeting.withName":"{hour, select,\\n 0 {Sov gott, {name}}\\n 1 {Sov gott, {name}}\\n 2 {Sov gott, {name}}\\n 3 {Upp och hoppa, {name}}\\n 4 {Upp och hoppa, {name}}\\n 5 {Upp och hoppa, {name}}\\n 6 {God morgon, {name}}\\n 7 {God morgon, {name}}\\n 8 {God morgon, {name}}\\n 9 {God morgon, {name}}\\n 10 {Hej, {name}}\\n 11 {Hej, {name}}\\n 12 {Hej, {name}}\\n 13 {Hej, {name}}\\n 14 {God eftermiddag, {name}}\\n 15 {God eftermiddag, {name}}\\n 16 {God eftermiddag, {name}}\\n 17 {God eftermiddag, {name}}\\n 18 {God kväll, {name}}\\n 19 {God kväll, {name}}\\n 20 {God kväll, {name}}\\n 21 {God kväll, {name}}\\n 22 {God natt, {name}}\\n 23 {God natt, {name}}\\n other {Unknown}}","plugin.greeting.withoutName":"{hour, select,\\n 0 {Sov gott}\\n 1 {Sov gott}\\n 2 {Sov gott}\\n 3 {Upp och hoppa}\\n 4 {Upp och hoppa}\\n 5 {Upp och hoppa}\\n 6 {God morgon}\\n 7 {God morgon}\\n 8 {God morgon}\\n 9 {God morgon}\\n 10 {Hej}\\n 11 {Hej}\\n 12 {Hej}\\n 13 {Hej}\\n 14 {God eftermiddag}\\n 15 {God eftermiddag}\\n 16 {God eftermiddag}\\n 17 {God eftermiddag}\\n 18 {God kväll}\\n 19 {God kväll}\\n 20 {God kväll}\\n 21 {God kväll}\\n 22 {God natt}\\n 23 {God natt}\\n other {Unknown}}","plugins.links.shortcutHint":"Tryck {number} eller klicka för att besöka","plugins.links.standardHint":"Klicka för att besöka","plugins.search.placeholder":"Skriv för att söka","plugins.unsplash.photoLink":"Foto","plugins.weather.apparent":"Feels like","plugins.weather.high":"High","plugins.weather.humidity":"Humidity","plugins.weather.low":"Low","settings":"Settings","settings.translationCredits":"Swedish translation by Vecopotryx","widgets":"Widgets"}'),pl:JSON.parse('{"app.pageTitle":"Nowa karta","background":"Background","dashboard.focusHint":"Przełącz widżety","dashboard.fullscreenHint":"Przełącz tryb pełnoekranowy","dashboard.loadingHint":"Ładowanie nowej zawartości","dashboard.settingsHint":"Dostosuj Tabliss","plugin.greeting.withName":"{hour, select, 0 {Śpij dobrze, {name}} 1 {Śpij dobrze, {name}} 2 {Śpij dobrze, {name}} 3 {Pora wstać, {name}} 4 {Pora wstać, {name}} 5 {Pora wstać, {name}} 6 {Dzień dobry, {name}} 7 {Dzień dobry, {name}} 8 {Dzień dobry, {name}} 9 {Dzień dobry, {name}} 10 {Cześć {name}} 11 {Cześć {name}} 12 {Cześć {name}} 13 {Cześć {name}} 14 {Dzień dobry, {name}} 15 {Dzień dobry, {name}} 16 {Dzień dobry, {name}} 17 {Dzień dobry, {name}} 18 {Dobry wieczór, {name}} 19 {Dobry wieczór, {name}} 20 {Dobry wieczór, {name}} 21 {Dobry wieczór, {name}} 22 {Dobranoc, {name}} 23 {Dobranoc, {name}} other {Unknown}}","plugin.greeting.withoutName":"{hour, select, 0 {Śpij dobrze} 1 {Śpij dobrze} 2 {Śpij dobrze} 3 {Pora wstać} 4 {Pora wstać} 5 {Pora wstać} 6 {Dzień dobry} 7 {Dzień dobry} 8 {Dzień dobry} 9 {Dzień dobry} 10 {Cześć} 11 {Cześć} 12 {Cześć} 13 {Cześć} 14 {Dzień dobry} 15 {Dzień dobry} 16 {Dzień dobry} 17 {Dzień dobry} 18 {Dobry wieczór} 19 {Dobry wieczór} 20 {Dobry wieczór} 21 {Dobry wieczór} 22 {Dobranoc} 23 {Dobranoc} other {Unknown}}","plugins.links.shortcutHint":"Naciśnij {number} lub kliknij, aby odwiedzić witrynę","plugins.links.standardHint":"Kliknij, aby odwiedzić witrynę","plugins.search.placeholder":"Wpisz, aby wyszukać","plugins.unsplash.photoLink":"Zdjęcie","plugins.weather.apparent":"Feels like","plugins.weather.high":"High","plugins.weather.humidity":"Humidity","plugins.weather.low":"Low","settings":"Settings","settings.translationCredits":"Polish translation by achook","widgets":"Widgets"}'),pt:JSON.parse('{"app.pageTitle":"Novo Separador","background":"Background","dashboard.focusHint":"Mostrar/Esconder widgets","dashboard.fullscreenHint":"Ecrã inteiro","dashboard.loadingHint":"Carregar novo conteúdo","dashboard.settingsHint":"Personalizar Tabliss","plugin.greeting.withName":"{hour, select, 0 {Durma bem, {name}} 1 {Durma bem, {name}} 2 {Durma bem, {name}} 3 {Toca a acordar, {name}} 4 {Toca a acordar, {name}} 5 {Toca a acordar, {name}} 6 {Bom dia, {name}} 7 {Bom dia, {name}} 8 {Bom dia, {name}} 9 {Bom dia, {name}} 10 {Olá, {name}} 11 {Olá, {name}} 12 {Olá, {name}} 13 {Olá, {name}} 14 {Boa tarde, {name}} 15 {Boa tarde, {name}} 16 {Boa tarde, {name}} 17 {Boa tarde, {name}} 18 {Boa noite, {name}} 19 {Boa noite, {name}} 20 {Boa noite, {name}} 21 {Boa noite, {name}} 22 {Boa noite, {name}} 23 {Boa noite, {name}} other {Unknown}}","plugin.greeting.withoutName":"{hour, select, 0 {Durma bem} 1 {Durma bem} 2 {Durma bem} 3 {Toca a acordar} 4 {Toca a acordar} 5 {Toca a acordar} 6 {Bom dia} 7 {Bom dia} 8 {Bom dia} 9 {Bom dia} 10 {Olá} 11 {Olá} 12 {Olá} 13 {Olá} 14 {Boa tarde} 15 {Boa tarde} 16 {Boa tarde} 17 {Boa tarde} 18 {Boa noite} 19 {Boa noite} 20 {Boa noite} 21 {Boa noite} 22 {Boa noite} 23 {Boa noite} other {Unknown}}","plugins.links.shortcutHint":"Pressione {number} ou clique para visitar","plugins.links.standardHint":"Clique para visitar","plugins.search.placeholder":"Pesquisar","plugins.unsplash.photoLink":"Foto","plugins.weather.apparent":"Feels like","plugins.weather.high":"High","plugins.weather.humidity":"Humidity","plugins.weather.low":"Low","settings":"Settings","settings.translationCredits":"Traduzido por Tiago Carneiro","widgets":"Widgets"}'),"pt-BR":JSON.parse('{"app.pageTitle":"Nova Aba","background":"Background","dashboard.focusHint":"Mostrar/Esconder widgets","dashboard.fullscreenHint":"Tela cheia","dashboard.loadingHint":"Carregar conteúdo novo","dashboard.settingsHint":"Personalizar Tabliss","plugin.greeting.withName":"{hour, select,\\n 0 {Durma bem, {name}}\\n 1 {Durma bem, {name}}\\n 2 {Durma bem, {name}}\\n 3 {Vamos levantar, {name}}\\n 4 {Vamos levantar, {name}}\\n 5 {Vamos levantar, {name}}\\n 6 {Bom dia, {name}}\\n 7 {Bom dia, {name}}\\n 8 {Bom dia, {name}}\\n 9 {Bom dia, {name}}\\n 10 {Olá, {name}}\\n 11 {Olá, {name}}\\n 12 {Olá, {name}}\\n 13 {Olá, {name}}\\n 14 {Boa tarde, {name}}\\n 15 {Boa tarde, {name}}\\n 16 {Boa tarde, {name}}\\n 17 {Boa tarde, {name}}\\n 18 {Boa noite, {name}}\\n 19 {Boa noite, {name}}\\n 20 {Boa noite, {name}}\\n 21 {Boa noite, {name}}\\n 22 {Boa noite, {name}}\\n 23 {Boa noite, {name}}\\n other {Unknown}}","plugin.greeting.withoutName":"{hour, select,\\n 0 {Durma bem}\\n 1 {Durma bem}\\n 2 {Durma bem}\\n 3 {Vamos levantar}\\n 4 {Vamos levantar}\\n 5 {Vamos levantar}\\n 6 {Bom dia}\\n 7 {Bom dia}\\n 8 {Bom dia}\\n 9 {Bom dia}\\n 10 {Olá}\\n 11 {Olá}\\n 12 {Olá}\\n 13 {Olá}\\n 14 {Boa tarde}\\n 15 {Boa tarde}\\n 16 {Boa tarde}\\n 17 {Boa tarde}\\n 18 {Boa noite}\\n 19 {Boa noite}\\n 20 {Boa noite}\\n 21 {Boa noite}\\n 22 {Boa noite}\\n 23 {Boa noite}\\n other {Unknown}}","plugins.links.shortcutHint":"Aperte {number} ou clique para visitar","plugins.links.standardHint":"Clique para visitar","plugins.search.placeholder":"Digite para pesquisar","plugins.unsplash.photoLink":"Foto","plugins.weather.apparent":"Feels like","plugins.weather.high":"Alta","plugins.weather.humidity":"Humidity","plugins.weather.low":"Mínima","settings":"Configurações","settings.translationCredits":"Traduzido por Adilson Santos","widgets":"Widgets"}'),ta:JSON.parse('{"app.pageTitle":"புதிய டேப்","background":"பின்னணி","dashboard.focusHint":"விட்ஜெட்களை மாற்று","dashboard.fullscreenHint":"முழுத்திரையாக மாற்று","dashboard.loadingHint":"புதிய தகவலை ஏற்றுகிறது","dashboard.settingsHint":"விருப்பத்திற்க்கு ஏற்றமாறு டேபிளிஸ் மாற்று","plugin.greeting.withName":"{மணி, தேர்ந்தெடுக்கவும்,\\n 0 {நன்கு உறங்கவும், {பெயர்}}\\n 1 {நன்கு உறங்கவும், {பெயர்}}\\n 2 {நன்கு உறங்கவும், {பெயர்}}\\n 3 {எழுந்து பிரகாசிக்கவும், {பெயர்}}\\n 4 {எழுந்து பிரகாசிக்கவும், {பெயர்}}\\n 5 {எழுந்து பிரகாசிக்கவும், {பெயர்}}\\n 6 {காலை வணக்கம், {பெயர்}}\\n 7 {காலை வணக்கம், {பெயர்}}\\n 8 {காலை வணக்கம், {பெயர்}}\\n 9 {காலை வணக்கம், {பெயர்}}\\n 10 {வணக்கம், {பெயர்}}\\n 11 {வணக்கம், {பெயர்}}\\n 12 {வணக்கம், {பெயர்}}\\n 13 {வணக்கம், {பெயர்}}\\n 14 {மதிய வணக்கம், {பெயர்}}\\n 15 {மதிய வணக்கம், {பெயர்}}\\n 16 {மதிய வணக்கம், {பெயர்}}\\n 17 {மதிய வணக்கம், {பெயர்}}\\n 18 {மாலை வணக்கம், {பெயர்}}\\n 19 {மாலை வணக்கம், {பெயர்}}\\n 20 {மாலை வணக்கம், {பெயர்}}\\n 21 {மாலை வணக்கம், {பெயர்}}\\n 22 {இனிய இரவு, {பெயர்}}\\n 23 {இனிய இரவு, {பெயர்}}\\n other {Unknown}}","plugin.greeting.withoutName":"{மணி, தேர்ந்தெடுக்கவும்,\\n 0 {நன்கு உறங்கவும்}\\n 1 {நன்கு உறங்கவும்}\\n 2 {நன்கு உறங்கவும்}\\n 3 {எழுந்து பிரகாசிக்கவும்}\\n 4 {எழுந்து பிரகாசிக்கவும்}\\n 5 {எழுந்து பிரகாசிக்கவும்}\\n 6 {காலை வணக்கம்}\\n 7 {காலை வணக்கம்}\\n 8 {காலை வணக்கம்}\\n 9 {காலை வணக்கம்}\\n 10 {வணக்கம்}\\n 11 {வணக்கம்}\\n 12 {வணக்கம்}\\n 13 {வணக்கம்}\\n 14 {மதிய வணக்கம்}\\n 15 {மதிய வணக்கம்}\\n 16 {மதிய வணக்கம்}\\n 17 {மதிய வணக்கம்}\\n 18 {மாலை வணக்கம்}\\n 19 {மாலை வணக்கம்}\\n 20 {மாலை வணக்கம்}\\n 21 {மாலை வணக்கம்}\\n 22 {இனிய இரவு}\\n 23 {இனிய இரவு}\\n other {Unknown}}","plugins.links.shortcutHint":"{எண்} Press ஐ அழுத்தவும் அல்லது பார்வையிட கிளிக் செய்யவும்","plugins.links.standardHint":"பார்வையிட கிளிக் செய்யவும்","plugins.search.placeholder":"தேட தட்டச்சு செய்க","plugins.unsplash.photoLink":"புகைப்படம்","plugins.weather.apparent":"Feels like","plugins.weather.high":"உயர்","plugins.weather.humidity":"Humidity","plugins.weather.low":"குறைந்த","settings":"அமைப்புகள்","settings.translationCredits":" ","widgets":"விட்ஜெட்கள்"}'),th:JSON.parse('{"app.pageTitle":"แท็บใหม่","background":"พื้นหลัง","dashboard.focusHint":"สลับวิดเจ็ต","dashboard.fullscreenHint":"สลับโหมดเต็มหน้าจอ","dashboard.loadingHint":"กำลังโหลดเนื้อหาใหม่","dashboard.settingsHint":"ปรับแต่ง Tabliss","plugin.greeting.withName":"{hour, select,\\n 0 {ฝันดี {name}}\\n 1 {ฝันดี {name}}\\n 2 {ฝันดี {name}}\\n 3 {ตื่นแต่เช้าอย่างสดใส {name}}\\n 4 {ตื่นแต่เช้าอย่างสดใส {name}}\\n 5 {ตื่นแต่เช้าอย่างสดใส {name}}\\n 6 {สวัสดีตอนเช้า {name}}\\n 7 {สวัสดีตอนเช้า {name}}\\n 8 {สวัสดีตอนเช้า {name}}\\n 9 {สวัสดีตอนเช้า {name}}\\n 10 {สวัสดี {name}}\\n 11 {สวัสดี {name}}\\n 12 {สวัสดี {name}}\\n 13 {สวัสดี {name}}\\n 14 {สวัสดีตอนบ่าย {name}}\\n 15 {สวัสดีตอนบ่าย {name}}\\n 16 {สวัสดีตอนบ่าย {name}}\\n 17 {สวัสดีตอนบ่าย {name}}\\n 18 {สวัสดีตอนเย็น {name}}\\n 19 {สวัสดีตอนเย็น {name}}\\n 20 {สวัสดีตอนเย็น {name}}\\n 21 {สวัสดีตอนเย็น {name}}\\n 22 {ราตรีสวัสดิ์ {name}}\\n 23 {ราตรีสวัสดิ์ {name}}\\n other {Unknown}}","plugin.greeting.withoutName":"{hour, select,\\n 0 {ฝันดี}\\n 1 {ฝันดี}\\n 2 {ฝันดี}\\n 3 {ตื่นแต่เช้าอย่างสดใส}\\n 4 {ตื่นแต่เช้าอย่างสดใส}\\n 5 {ตื่นแต่เช้าอย่างสดใส}\\n 6 {สวัสดีตอนเช้า}\\n 7 {สวัสดีตอนเช้า}\\n 8 {สวัสดีตอนเช้า}\\n 9 {สวัสดีตอนเช้า}\\n 10 {สวัสดี}\\n 11 {สวัสดี}\\n 12 {สวัสดี}\\n 13 {สวัสดี}\\n 14 {สวัสดีตอนบ่าย}\\n 15 {สวัสดีตอนบ่าย}\\n 16 {สวัสดีตอนบ่าย}\\n 17 {สวัสดีตอนบ่าย}\\n 18 {สวัสดีตอนเย็น}\\n 19 {สวัสดีตอนเย็น}\\n 20 {สวัสดีตอนเย็น}\\n 21 {สวัสดีตอนเย็น}\\n 22 {ราตรีสวัสดิ์}\\n 23 {ราตรีสวัสดิ์}\\n other {Unknown}}","plugins.links.shortcutHint":"กด {number} หรือคลิกเพื่อเยี่ยมชม","plugins.links.standardHint":"คลิกเพื่อเยี่ยมชม","plugins.search.placeholder":"พิมพ์เพื่อค้นหา","plugins.unsplash.photoLink":"ภาพถ่าย","plugins.weather.apparent":"Feels like","plugins.weather.high":"สูงสุด","plugins.weather.humidity":"Humidity","plugins.weather.low":"ต่ำสุด","settings":"การตั้งค่า","settings.translationCredits":"แปลไทยโดย NeneNeko","widgets":"วิดเจ็ต"}'),tr:JSON.parse('{"app.pageTitle":"Yeni Sekme","background":"Background","dashboard.focusHint":"Ögeleri gizle/göster","dashboard.fullscreenHint":"Tam ekranı aç/kapa","dashboard.loadingHint":"Yeni içerik yükleniyor","dashboard.settingsHint":"Tablissi Özelleştir","plugin.greeting.withName":"{hour, select, 0 {İyi uykular {name}} 1 {İyi uykular {name}} 2 {İyi uykular {name}} 3 {Kalkma zamanı {name}} 4 {Kalkma zamanı {name}} 5 {Kalkma zamanı {name}} 6 {Günaydın {name}} 7 {Günaydın {name}} 8 {Günaydın {name}} 9 {Günaydın {name}} 10 {Merhaba {name}} 11 {Merhaba {name}} 12 {Merhaba {name}} 13 {Merhaba {name}} 14 {İyi günler {name}} 15 {İyi günler {name}} 16 {İyi günler {name}} 17 {İyi günler {name}} 18 {İyi akşamlar {name}} 19 {İyi akşamlar {name}} 20 {İyi akşamlar {name}} 21 {İyi akşamlar {name}} 22 {İyi geceler {name}} 23 {İyi geceler {name}} other {Unknown}}","plugin.greeting.withoutName":"{hour, select, 0 {İyi uykular} 1 {İyi uykular} 2 {İyi uykular} 3 {Kalkma zamanı} 4 {Kalkma zamanı} 5 {Kalkma zamanı} 6 {Günaydın} 7 {Günaydın} 8 {Günaydın} 9 {Günaydın} 10 {Merhaba} 11 {Merhaba} 12 {Merhaba} 13 {Merhaba} 14 {İyi günler} 15 {İyi günler} 16 {İyi günler} 17 {İyi günler} 18 {İyi akşamlar} 19 {İyi akşamlar} 20 {İyi akşamlar} 21 {İyi akşamlar} 22 {İyi geceler} 23 {İyi geceler} other {Unknown}}","plugins.links.shortcutHint":"Gitmek için {number} tuşuna bas ya da tıkla","plugins.links.standardHint":"Gitmek için tıkla","plugins.search.placeholder":"Aramak için yaz","plugins.unsplash.photoLink":"Fotoğraf","plugins.weather.apparent":"Feels like","plugins.weather.high":"High","plugins.weather.humidity":"Humidity","plugins.weather.low":"Low","settings":"Settings","settings.translationCredits":" ","widgets":"Widgets"}'),vi:JSON.parse('{"app.pageTitle":"Tab mới","background":"Background","dashboard.focusHint":"Bật/Tắt widget","dashboard.fullscreenHint":"Bật/Tắt fullscreen","dashboard.loadingHint":"Đang tải nội dung mới","dashboard.settingsHint":"Tùy chỉnh Tabliss","plugin.greeting.withName":"{hour, select, 0 {Chúc ngủ ngon, {name}} 1 {Chúc ngủ ngon, {name}} 2 {Chúc ngủ ngon, {name}} 3 {Thức dậy đi nào, {name}} 4 {Thức dậy đi nào, {name}} 5 {Thức dậy đi nào, {name}} 6 {Chào buổi sáng, {name}} 7 {Chào buổi sáng, {name}} 8 {Chào buổi sáng, {name}} 9 {Chào buổi sáng, {name}} 10 {Xin chào, {name}} 11 {Xin chào, {name}} 12 {Xin chào, {name}} 13 {Xin chào, {name}} 14 {Chào buổi chiều, {name}} 15 {Chào buổi chiều, {name}} 16 {Chào buổi chiều, {name}} 17 {Chào buổi chiều, {name}} 18 {Chào buổi tối, {name}} 19 {Chào buổi tối, {name}} 20 {Chào buổi tối, {name}} 21 {Chào buổi tối, {name}} 22 {Chúc ngủ ngon, {name}} 23 {Chúc ngủ ngon, {name}}\\n other {Unknown}}","plugin.greeting.withoutName":"{hour, select, 0 {Chúc ngủ ngon} 1 {Chúc ngủ ngon} 2 {Chúc ngủ ngon} 3 {Thức dậy đi nào} 4 {Thức dậy đi nào} 5 {Thức dậy đi nào} 6 {Chào buổi sáng} 7 {Chào buổi sáng} 8 {Chào buổi sáng} 9 {Chào buổi sáng} 10 {Xin chào} 11 {Xin chào} 12 {Xin chào} 13 {Xin chào} 14 {Chào buổi chiều} 15 {Chào buổi chiều} 16 {Chào buổi chiều} 17 {Chào buổi chiều} 18 {Chào buổi tối} 19 {Chào buổi tối} 20 {Chào buổi tối} 21 {Chào buổi tối} 22 {Chúc ngủ ngon} 23 {Chúc ngủ ngon}\\n other {Unknown}}","plugins.links.shortcutHint":"Nhấn {number} hoặc click để mở","plugins.links.standardHint":"Click để mở","plugins.search.placeholder":"Gõ để tìm kiếm","plugins.unsplash.photoLink":"Ảnh","plugins.weather.apparent":"Feels like","plugins.weather.high":"High","plugins.weather.humidity":"Humidity","plugins.weather.low":"Low","settings":"Settings","settings.translationCredits":"Bản dịch tiếng Việt của Phạm Ngọc Thạch","widgets":"Widgets"}'),zh:{},"zh-CN":JSON.parse('{"app.pageTitle":"新标签页","background":"背景","dashboard.focusHint":"切换部件可视性","dashboard.fullscreenHint":"切换图片全屏","dashboard.loadingHint":"正在加载……","dashboard.settingsHint":"自定义","plugin.greeting.withName":"{hour, select, 0 {做个好梦,{name}} 1 {做个好梦,{name}} 2 {做个好梦,{name}} 3 {起床了,{name}} 4 {起床了,{name}} 5 {起床了,{name}} 6 {早上好,{name}} 7 {早上好,{name}} 8 {早上好,{name}} 9 {早上好,{name}} 10 {{name},你好} 11 {{name},你好} 12 {{name},你好} 13 {{name},你好} 14 {下午好,{name}} 15 {下午好,{name}} 16 {下午好,{name}} 17 {下午好,{name}} 18 {晚上好,{name}} 19 {晚上好,{name}} 20 {晚上好,{name}} 21 {晚上好,{name}} 22 {晚安,{name}} 23 {晚安,{name}} other {Unknown}}","plugin.greeting.withoutName":"{hour, select, 0 {做个好梦} 1 {做个好梦} 2 {做个好梦} 3 {起床了} 4 {起床了} 5 {起床了} 6 {早上好} 7 {早上好} 8 {早上好} 9 {早上好} 10 {你好} 11 {你好} 12 {你好} 13 {你好} 14 {下午好} 15 {下午好} 16 {下午好} 17 {下午好} 18 {晚上好} 19 {晚上好} 20 {晚上好} 21 {晚上好} 22 {晚安} 23 {晚安} other {Unknown}}","plugins.links.shortcutHint":"按 {number} 或点击访问","plugins.links.standardHint":"点击以访问","plugins.search.placeholder":"输入要搜索的关键字","plugins.unsplash.photoLink":"本图片链接","plugins.weather.apparent":"Feels like","plugins.weather.high":"高","plugins.weather.humidity":"Humidity","plugins.weather.low":"低","settings":"设置","settings.translationCredits":" ","widgets":"组件"}'),"zh-TW":JSON.parse('{"app.pageTitle":"新分頁","background":"背景","dashboard.focusHint":"切換顯示小工具","dashboard.fullscreenHint":"切換顯示全螢幕","dashboard.loadingHint":"正在載入新內容…","dashboard.settingsHint":"自訂 Tabliss","plugin.greeting.withName":"{hour, select, 0 {{name},晚安} 1 {{name},晚安} 2 {{name},晚安} 3 {{name},晚安} 4 {{name},晚安} 5 {{name},晚安} 6 {{name},早安} 7 {{name},早安} 8 {{name},早安} 9 {{name},早安} 10 {哈囉,{name}} 11 {哈囉,{name}} 12 {{name},午安} 13 {{name},午安} 14 {{name},午安} 15 {哈囉,{name}} 16 {哈囉,{name}} 17 {哈囉,{name}} 18 {{name},晚安} 19 {{name},晚安} 20 {{name},晚安} 21 {{name},晚安} 22 {{name},晚安} 23 {{name},晚安} other {Unknown}}","plugin.greeting.withoutName":"{hour, select, 0 {晚安} 1 {晚安} 2 {晚安} 3 {晚安} 4 {晚安} 5 {晚安} 6 {早安} 7 {早安} 8 {早安} 9 {早安} 10 {哈囉} 11 {哈囉} 12 {午安} 13 {午安} 14 {午安} 15 {哈囉} 16 {哈囉} 17 {哈囉} 18 {晚安} 19 {晚安} 20 {晚安} 21 {晚安} 22 {晚安} 23 {晚安} other {Unknown}}","plugins.links.shortcutHint":"按下或點擊 {number} 即可開啟","plugins.links.standardHint":"點擊開啟","plugins.search.placeholder":"輸入關鍵字進行搜尋","plugins.unsplash.photoLink":"圖片來源","plugins.weather.apparent":"Feels like","plugins.weather.high":"High","plugins.weather.humidity":"Humidity","plugins.weather.low":"Low","settings":"設定","settings.translationCredits":"Traditional Chinese by Peter Chen (petercpg)","widgets":"小工具"}'),uk:JSON.parse('{"app.pageTitle":"Нова вкладка","background":"Фонове зображення","dashboard.focusHint":"Видимість віджетів","dashboard.fullscreenHint":"Повний екран","dashboard.loadingHint":"Завантаження нового контенту","dashboard.settingsHint":"Налаштування Tabliss","plugin.greeting.withName":"{hour, select,\\n 0 {Гарних снів, {name}}\\n 1 {Час спатоньки, {name}}\\n 2 {Продуктивної ночі, {name}}\\n 3 {Доброї ночі, {name}}\\n 4 {Продуктивної ночі}, {name}}\\n 5 {Прокинся і співай, {name}!}\\n 6 {З добрим ранком, {name}}\\n 7 {Доброго ранку, {name}}\\n 8 {Гарного ранку, {name}}\\n 9 {Гарного початку дня}, {name}}\\n 10 {Добрий день, {name}}\\n 11 {Привіт, {name}}\\n 12 {Гарного дня, {name}}\\n 13 {Доброго дня, {name}}\\n 14 {Продуктивного дня, {name}}\\n 15 {Гарного дня, {name}}\\n 16 {Доброго дня, {name}}\\n 17 {Привіт, {name}}\\n 18 {Доброго вечора, {name}}\\n 19 {Доброго вечора, {name}}\\n 20 {Вечір добрий, {name}}\\n 21 {Вечір в хату, {name}}\\n 22 {Доброї ночі, {name}}\\n 23 {Спокійної ночі, {name}}\\n other {Unknown}}","plugin.greeting.withoutName":"{hour, select,\\n 0 {Гарних снів}\\n 1 {Час спатоньки}\\n 2 {Продуктивної ночі}\\n 3 {Доброї ночі}\\n 4 {Продуктивної ночі}\\n 5 {Прокинся і співай!}\\n 6 {З добрим ранком}\\n 7 {Гарного ранку}\\n 8 {Доброго ранку}\\n 9 {Гарного початку дня}\\n 10 {Добрий день}\\n 11 {Привіт!}\\n 12 {Гарного дня}\\n 13 {Доброго дня}\\n 14 {Продуктивного дня}\\n 15 {Гарного дня}\\n 16 {Доброго дня}\\n 17 {Привіт}\\n 18 {Ласкаво просимо}\\n 19 {Доброго вечора}\\n 20 {Вечір добрий}\\n 21 {Вечір в хату}\\n 22 {Доброї ночі}\\n 23 {Спокійної ночі}\\n other {Unknown}}","plugins.links.shortcutHint":"Натисніть {number} або клікніть, щоб відкрити","plugins.links.standardHint":"Клікніть, щоб відкрити","plugins.search.placeholder":"Введіть запит","plugins.unsplash.photoLink":"Фото","plugins.weather.apparent":"Feels like","plugins.weather.high":"Найвища температура","plugins.weather.humidity":"Humidity","plugins.weather.low":"Найнижча температура","settings":"Налаштування","settings.translationCredits":"Переклав українською P182 на GitHub.com","widgets":"Віджети"}')},nr=Object.keys(tr),rr=(0,er.pick)(nr,"en");var ar=function(e,t){return ar=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},ar(e,t)},ir=function(){return ir=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e},ir.apply(this,arguments)};function or(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var a=0;for(r=Object.getOwnPropertySymbols(e);a<r.length;a++)t.indexOf(r[a])<0&&Object.prototype.propertyIsEnumerable.call(e,r[a])&&(n[r[a]]=e[r[a]])}return n}function lr(e,t,n){if(n||2===arguments.length)for(var r,a=0,i=t.length;a<i;a++)!r&&a in t||(r||(r=Array.prototype.slice.call(t,0,a)),r[a]=t[a]);return e.concat(r||Array.prototype.slice.call(t))}Object.create,Object.create,n(8679);var sr=e.createContext(null),ur=(sr.Consumer,sr.Provider),cr=sr;function dr(e,t,n){if(void 0===n&&(n=Error),!e)throw new n(t)}var pr=function(e,t){return pr=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},pr(e,t)};function mr(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}pr(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}var hr=function(){return hr=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e},hr.apply(this,arguments)};function fr(e,t,n){if(n||2===arguments.length)for(var r,a=0,i=t.length;a<i;a++)!r&&a in t||(r||(r=Array.prototype.slice.call(t,0,a)),r[a]=t[a]);return e.concat(r||Array.prototype.slice.call(t))}Object.create,Object.create;var gr=function(e,t){return gr=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},gr(e,t)};function yr(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}gr(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}var vr=function(){return vr=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e},vr.apply(this,arguments)};function br(e,t,n){if(n||2===arguments.length)for(var r,a=0,i=t.length;a<i;a++)!r&&a in t||(r||(r=Array.prototype.slice.call(t,0,a)),r[a]=t[a]);return e.concat(r||Array.prototype.slice.call(t))}Object.create,Object.create;var wr,kr,xr,Er=function(){return Er=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e},Er.apply(this,arguments)};function _r(e){return e.type===kr.literal}function Sr(e){return e.type===kr.argument}function Tr(e){return e.type===kr.number}function Ar(e){return e.type===kr.date}function Cr(e){return e.type===kr.time}function Mr(e){return e.type===kr.select}function Nr(e){return e.type===kr.plural}function Or(e){return e.type===kr.pound}function Pr(e){return e.type===kr.tag}function Dr(e){return!(!e||"object"!=typeof e||e.type!==xr.number)}function Lr(e){return!(!e||"object"!=typeof e||e.type!==xr.dateTime)}Object.create,Object.create,function(e){e[e.EXPECT_ARGUMENT_CLOSING_BRACE=1]="EXPECT_ARGUMENT_CLOSING_BRACE",e[e.EMPTY_ARGUMENT=2]="EMPTY_ARGUMENT",e[e.MALFORMED_ARGUMENT=3]="MALFORMED_ARGUMENT",e[e.EXPECT_ARGUMENT_TYPE=4]="EXPECT_ARGUMENT_TYPE",e[e.INVALID_ARGUMENT_TYPE=5]="INVALID_ARGUMENT_TYPE",e[e.EXPECT_ARGUMENT_STYLE=6]="EXPECT_ARGUMENT_STYLE",e[e.INVALID_NUMBER_SKELETON=7]="INVALID_NUMBER_SKELETON",e[e.INVALID_DATE_TIME_SKELETON=8]="INVALID_DATE_TIME_SKELETON",e[e.EXPECT_NUMBER_SKELETON=9]="EXPECT_NUMBER_SKELETON",e[e.EXPECT_DATE_TIME_SKELETON=10]="EXPECT_DATE_TIME_SKELETON",e[e.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE=11]="UNCLOSED_QUOTE_IN_ARGUMENT_STYLE",e[e.EXPECT_SELECT_ARGUMENT_OPTIONS=12]="EXPECT_SELECT_ARGUMENT_OPTIONS",e[e.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE=13]="EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE",e[e.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE=14]="INVALID_PLURAL_ARGUMENT_OFFSET_VALUE",e[e.EXPECT_SELECT_ARGUMENT_SELECTOR=15]="EXPECT_SELECT_ARGUMENT_SELECTOR",e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR=16]="EXPECT_PLURAL_ARGUMENT_SELECTOR",e[e.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT=17]="EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT",e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT=18]="EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT",e[e.INVALID_PLURAL_ARGUMENT_SELECTOR=19]="INVALID_PLURAL_ARGUMENT_SELECTOR",e[e.DUPLICATE_PLURAL_ARGUMENT_SELECTOR=20]="DUPLICATE_PLURAL_ARGUMENT_SELECTOR",e[e.DUPLICATE_SELECT_ARGUMENT_SELECTOR=21]="DUPLICATE_SELECT_ARGUMENT_SELECTOR",e[e.MISSING_OTHER_CLAUSE=22]="MISSING_OTHER_CLAUSE",e[e.INVALID_TAG=23]="INVALID_TAG",e[e.INVALID_TAG_NAME=25]="INVALID_TAG_NAME",e[e.UNMATCHED_CLOSING_TAG=26]="UNMATCHED_CLOSING_TAG",e[e.UNCLOSED_TAG=27]="UNCLOSED_TAG"}(wr||(wr={})),function(e){e[e.literal=0]="literal",e[e.argument=1]="argument",e[e.number=2]="number",e[e.date=3]="date",e[e.time=4]="time",e[e.select=5]="select",e[e.plural=6]="plural",e[e.pound=7]="pound",e[e.tag=8]="tag"}(kr||(kr={})),function(e){e[e.number=0]="number",e[e.dateTime=1]="dateTime"}(xr||(xr={}));var Hr=/[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,jr=/(?:[Eec]{1,6}|G{1,5}|[Qq]{1,5}|(?:[yYur]+|U{1,5})|[ML]{1,5}|d{1,2}|D{1,3}|F{1}|[abB]{1,5}|[hkHK]{1,2}|w{1,2}|W{1}|m{1,2}|s{1,2}|[zZOvVxX]{1,4})(?=([^']*'[^']*')*[^']*$)/g;function Rr(e){var t={};return e.replace(jr,(function(e){var n=e.length;switch(e[0]){case"G":t.era=4===n?"long":5===n?"narrow":"short";break;case"y":t.year=2===n?"2-digit":"numeric";break;case"Y":case"u":case"U":case"r":throw new RangeError("`Y/u/U/r` (year) patterns are not supported, use `y` instead");case"q":case"Q":throw new RangeError("`q/Q` (quarter) patterns are not supported");case"M":case"L":t.month=["numeric","2-digit","short","long","narrow"][n-1];break;case"w":case"W":throw new RangeError("`w/W` (week) patterns are not supported");case"d":t.day=["numeric","2-digit"][n-1];break;case"D":case"F":case"g":throw new RangeError("`D/F/g` (day) patterns are not supported, use `d` instead");case"E":t.weekday=4===n?"short":5===n?"narrow":"short";break;case"e":if(n<4)throw new RangeError("`e..eee` (weekday) patterns are not supported");t.weekday=["short","long","narrow","short"][n-4];break;case"c":if(n<4)throw new RangeError("`c..ccc` (weekday) patterns are not supported");t.weekday=["short","long","narrow","short"][n-4];break;case"a":t.hour12=!0;break;case"b":case"B":throw new RangeError("`b/B` (period) patterns are not supported, use `a` instead");case"h":t.hourCycle="h12",t.hour=["numeric","2-digit"][n-1];break;case"H":t.hourCycle="h23",t.hour=["numeric","2-digit"][n-1];break;case"K":t.hourCycle="h11",t.hour=["numeric","2-digit"][n-1];break;case"k":t.hourCycle="h24",t.hour=["numeric","2-digit"][n-1];break;case"j":case"J":case"C":throw new RangeError("`j/J/C` (hour) patterns are not supported, use `h/H/K/k` instead");case"m":t.minute=["numeric","2-digit"][n-1];break;case"s":t.second=["numeric","2-digit"][n-1];break;case"S":case"A":throw new RangeError("`S/A` (second) patterns are not supported, use `s` instead");case"z":t.timeZoneName=n<4?"short":"long";break;case"Z":case"O":case"v":case"V":case"X":case"x":throw new RangeError("`Z/O/v/V/X/x` (timeZone) patterns are not supported, use `z` instead")}return""})),t}var zr=function(){return zr=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e},zr.apply(this,arguments)};Object.create,Object.create;var Ur,Ir=/[\t-\r \x85\u200E\u200F\u2028\u2029]/i,Fr=/^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g,Br=/^(@+)?(\+|#+)?[rs]?$/g,Gr=/(\*)(0+)|(#+)(0+)|(0+)/g,Wr=/^(0+)$/;function qr(e){var t={};return"r"===e[e.length-1]?t.roundingPriority="morePrecision":"s"===e[e.length-1]&&(t.roundingPriority="lessPrecision"),e.replace(Br,(function(e,n,r){return"string"!=typeof r?(t.minimumSignificantDigits=n.length,t.maximumSignificantDigits=n.length):"+"===r?t.minimumSignificantDigits=n.length:"#"===n[0]?t.maximumSignificantDigits=n.length:(t.minimumSignificantDigits=n.length,t.maximumSignificantDigits=n.length+("string"==typeof r?r.length:0)),""})),t}function Vr(e){switch(e){case"sign-auto":return{signDisplay:"auto"};case"sign-accounting":case"()":return{currencySign:"accounting"};case"sign-always":case"+!":return{signDisplay:"always"};case"sign-accounting-always":case"()!":return{signDisplay:"always",currencySign:"accounting"};case"sign-except-zero":case"+?":return{signDisplay:"exceptZero"};case"sign-accounting-except-zero":case"()?":return{signDisplay:"exceptZero",currencySign:"accounting"};case"sign-never":case"+_":return{signDisplay:"never"}}}function Yr(e){var t;if("E"===e[0]&&"E"===e[1]?(t={notation:"engineering"},e=e.slice(2)):"E"===e[0]&&(t={notation:"scientific"},e=e.slice(1)),t){var n=e.slice(0,2);if("+!"===n?(t.signDisplay="always",e=e.slice(2)):"+?"===n&&(t.signDisplay="exceptZero",e=e.slice(2)),!Wr.test(e))throw new Error("Malformed concise eng/scientific notation");t.minimumIntegerDigits=e.length}return t}function $r(e){return Vr(e)||{}}function Jr(e){for(var t={},n=0,r=e;n<r.length;n++){var a=r[n];switch(a.stem){case"percent":case"%":t.style="percent";continue;case"%x100":t.style="percent",t.scale=100;continue;case"currency":t.style="currency",t.currency=a.options[0];continue;case"group-off":case",_":t.useGrouping=!1;continue;case"precision-integer":case".":t.maximumFractionDigits=0;continue;case"measure-unit":case"unit":t.style="unit",t.unit=a.options[0].replace(/^(.*?)-/,"");continue;case"compact-short":case"K":t.notation="compact",t.compactDisplay="short";continue;case"compact-long":case"KK":t.notation="compact",t.compactDisplay="long";continue;case"scientific":t=zr(zr(zr({},t),{notation:"scientific"}),a.options.reduce((function(e,t){return zr(zr({},e),$r(t))}),{}));continue;case"engineering":t=zr(zr(zr({},t),{notation:"engineering"}),a.options.reduce((function(e,t){return zr(zr({},e),$r(t))}),{}));continue;case"notation-simple":t.notation="standard";continue;case"unit-width-narrow":t.currencyDisplay="narrowSymbol",t.unitDisplay="narrow";continue;case"unit-width-short":t.currencyDisplay="code",t.unitDisplay="short";continue;case"unit-width-full-name":t.currencyDisplay="name",t.unitDisplay="long";continue;case"unit-width-iso-code":t.currencyDisplay="symbol";continue;case"scale":t.scale=parseFloat(a.options[0]);continue;case"integer-width":if(a.options.length>1)throw new RangeError("integer-width stems only accept a single optional option");a.options[0].replace(Gr,(function(e,n,r,a,i,o){if(n)t.minimumIntegerDigits=r.length;else{if(a&&i)throw new Error("We currently do not support maximum integer digits");if(o)throw new Error("We currently do not support exact integer digits")}return""}));continue}if(Wr.test(a.stem))t.minimumIntegerDigits=a.stem.length;else if(Fr.test(a.stem)){if(a.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");a.stem.replace(Fr,(function(e,n,r,a,i,o){return"*"===r?t.minimumFractionDigits=n.length:a&&"#"===a[0]?t.maximumFractionDigits=a.length:i&&o?(t.minimumFractionDigits=i.length,t.maximumFractionDigits=i.length+o.length):(t.minimumFractionDigits=n.length,t.maximumFractionDigits=n.length),""}));var i=a.options[0];"w"===i?t=zr(zr({},t),{trailingZeroDisplay:"stripIfInteger"}):i&&(t=zr(zr({},t),qr(i)))}else if(Br.test(a.stem))t=zr(zr({},t),qr(a.stem));else{var o=Vr(a.stem);o&&(t=zr(zr({},t),o));var l=Yr(a.stem);l&&(t=zr(zr({},t),l))}}return t}var Kr=new RegExp("^".concat(Hr.source,"*")),Qr=new RegExp("".concat(Hr.source,"*$"));function Xr(e,t){return{start:e,end:t}}var Zr=!!String.prototype.startsWith,ea=!!String.fromCodePoint,ta=!!Object.fromEntries,na=!!String.prototype.codePointAt,ra=!!String.prototype.trimStart,aa=!!String.prototype.trimEnd,ia=Number.isSafeInteger?Number.isSafeInteger:function(e){return"number"==typeof e&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},oa=!0;try{oa="a"===(null===(Ur=ha("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu").exec("a"))||void 0===Ur?void 0:Ur[0])}catch(e){oa=!1}var la,sa=Zr?function(e,t,n){return e.startsWith(t,n)}:function(e,t,n){return e.slice(n,n+t.length)===t},ua=ea?String.fromCodePoint:function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];for(var n,r="",a=e.length,i=0;a>i;){if((n=e[i++])>1114111)throw RangeError(n+" is not a valid code point");r+=n<65536?String.fromCharCode(n):String.fromCharCode(55296+((n-=65536)>>10),n%1024+56320)}return r},ca=ta?Object.fromEntries:function(e){for(var t={},n=0,r=e;n<r.length;n++){var a=r[n],i=a[0],o=a[1];t[i]=o}return t},da=na?function(e,t){return e.codePointAt(t)}:function(e,t){var n=e.length;if(!(t<0||t>=n)){var r,a=e.charCodeAt(t);return a<55296||a>56319||t+1===n||(r=e.charCodeAt(t+1))<56320||r>57343?a:r-56320+(a-55296<<10)+65536}},pa=ra?function(e){return e.trimStart()}:function(e){return e.replace(Kr,"")},ma=aa?function(e){return e.trimEnd()}:function(e){return e.replace(Qr,"")};function ha(e,t){return new RegExp(e,t)}if(oa){var fa=ha("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");la=function(e,t){var n;return fa.lastIndex=t,null!==(n=fa.exec(e)[1])&&void 0!==n?n:""}}else la=function(e,t){for(var n=[];;){var r=da(e,t);if(void 0===r||va(r)||ba(r))break;n.push(r),t+=r>=65536?2:1}return ua.apply(void 0,n)};var ga=function(){function e(e,t){void 0===t&&(t={}),this.message=e,this.position={offset:0,line:1,column:1},this.ignoreTag=!!t.ignoreTag,this.requiresOtherClause=!!t.requiresOtherClause,this.shouldParseSkeletons=!!t.shouldParseSkeletons}return e.prototype.parse=function(){if(0!==this.offset())throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},e.prototype.parseMessage=function(e,t,n){for(var r=[];!this.isEOF();){var a=this.char();if(123===a){if((i=this.parseArgument(e,n)).err)return i;r.push(i.val)}else{if(125===a&&e>0)break;if(35!==a||"plural"!==t&&"selectordinal"!==t){if(60===a&&!this.ignoreTag&&47===this.peek()){if(n)break;return this.error(wr.UNMATCHED_CLOSING_TAG,Xr(this.clonePosition(),this.clonePosition()))}if(60===a&&!this.ignoreTag&&ya(this.peek()||0)){if((i=this.parseTag(e,t)).err)return i;r.push(i.val)}else{var i;if((i=this.parseLiteral(e,t)).err)return i;r.push(i.val)}}else{var o=this.clonePosition();this.bump(),r.push({type:kr.pound,location:Xr(o,this.clonePosition())})}}}return{val:r,err:null}},e.prototype.parseTag=function(e,t){var n=this.clonePosition();this.bump();var r=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))return{val:{type:kr.literal,value:"<".concat(r,"/>"),location:Xr(n,this.clonePosition())},err:null};if(this.bumpIf(">")){var a=this.parseMessage(e+1,t,!0);if(a.err)return a;var i=a.val,o=this.clonePosition();if(this.bumpIf("</")){if(this.isEOF()||!ya(this.char()))return this.error(wr.INVALID_TAG,Xr(o,this.clonePosition()));var l=this.clonePosition();return r!==this.parseTagName()?this.error(wr.UNMATCHED_CLOSING_TAG,Xr(l,this.clonePosition())):(this.bumpSpace(),this.bumpIf(">")?{val:{type:kr.tag,value:r,children:i,location:Xr(n,this.clonePosition())},err:null}:this.error(wr.INVALID_TAG,Xr(o,this.clonePosition())))}return this.error(wr.UNCLOSED_TAG,Xr(n,this.clonePosition()))}return this.error(wr.INVALID_TAG,Xr(n,this.clonePosition()))},e.prototype.parseTagName=function(){var e,t=this.offset();for(this.bump();!this.isEOF()&&(45===(e=this.char())||46===e||e>=48&&e<=57||95===e||e>=97&&e<=122||e>=65&&e<=90||183==e||e>=192&&e<=214||e>=216&&e<=246||e>=248&&e<=893||e>=895&&e<=8191||e>=8204&&e<=8205||e>=8255&&e<=8256||e>=8304&&e<=8591||e>=11264&&e<=12271||e>=12289&&e<=55295||e>=63744&&e<=64975||e>=65008&&e<=65533||e>=65536&&e<=983039);)this.bump();return this.message.slice(t,this.offset())},e.prototype.parseLiteral=function(e,t){for(var n=this.clonePosition(),r="";;){var a=this.tryParseQuote(t);if(a)r+=a;else{var i=this.tryParseUnquoted(e,t);if(i)r+=i;else{var o=this.tryParseLeftAngleBracket();if(!o)break;r+=o}}}var l=Xr(n,this.clonePosition());return{val:{type:kr.literal,value:r,location:l},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return this.isEOF()||60!==this.char()||!this.ignoreTag&&(ya(e=this.peek()||0)||47===e)?null:(this.bump(),"<");var e},e.prototype.tryParseQuote=function(e){if(this.isEOF()||39!==this.char())return null;switch(this.peek()){case 39:return this.bump(),this.bump(),"'";case 123:case 60:case 62:case 125:break;case 35:if("plural"===e||"selectordinal"===e)break;return null;default:return null}this.bump();var t=[this.char()];for(this.bump();!this.isEOF();){var n=this.char();if(39===n){if(39!==this.peek()){this.bump();break}t.push(39),this.bump()}else t.push(n);this.bump()}return ua.apply(void 0,t)},e.prototype.tryParseUnquoted=function(e,t){if(this.isEOF())return null;var n=this.char();return 60===n||123===n||35===n&&("plural"===t||"selectordinal"===t)||125===n&&e>0?null:(this.bump(),ua(n))},e.prototype.parseArgument=function(e,t){var n=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(wr.EXPECT_ARGUMENT_CLOSING_BRACE,Xr(n,this.clonePosition()));if(125===this.char())return this.bump(),this.error(wr.EMPTY_ARGUMENT,Xr(n,this.clonePosition()));var r=this.parseIdentifierIfPossible().value;if(!r)return this.error(wr.MALFORMED_ARGUMENT,Xr(n,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(wr.EXPECT_ARGUMENT_CLOSING_BRACE,Xr(n,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:kr.argument,value:r,location:Xr(n,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(wr.EXPECT_ARGUMENT_CLOSING_BRACE,Xr(n,this.clonePosition())):this.parseArgumentOptions(e,t,r,n);default:return this.error(wr.MALFORMED_ARGUMENT,Xr(n,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var e=this.clonePosition(),t=this.offset(),n=la(this.message,t),r=t+n.length;return this.bumpTo(r),{value:n,location:Xr(e,this.clonePosition())}},e.prototype.parseArgumentOptions=function(e,t,n,r){var a,i=this.clonePosition(),o=this.parseIdentifierIfPossible().value,l=this.clonePosition();switch(o){case"":return this.error(wr.EXPECT_ARGUMENT_TYPE,Xr(i,l));case"number":case"date":case"time":this.bumpSpace();var s=null;if(this.bumpIf(",")){this.bumpSpace();var u=this.clonePosition();if((g=this.parseSimpleArgStyleIfPossible()).err)return g;if(0===(p=ma(g.val)).length)return this.error(wr.EXPECT_ARGUMENT_STYLE,Xr(this.clonePosition(),this.clonePosition()));s={style:p,styleLocation:Xr(u,this.clonePosition())}}if((y=this.tryParseArgumentClose(r)).err)return y;var c=Xr(r,this.clonePosition());if(s&&sa(null==s?void 0:s.style,"::",0)){var d=pa(s.style.slice(2));if("number"===o)return(g=this.parseNumberSkeletonFromString(d,s.styleLocation)).err?g:{val:{type:kr.number,value:n,location:c,style:g.val},err:null};if(0===d.length)return this.error(wr.EXPECT_DATE_TIME_SKELETON,c);var p={type:xr.dateTime,pattern:d,location:s.styleLocation,parsedOptions:this.shouldParseSkeletons?Rr(d):{}};return{val:{type:"date"===o?kr.date:kr.time,value:n,location:c,style:p},err:null}}return{val:{type:"number"===o?kr.number:"date"===o?kr.date:kr.time,value:n,location:c,style:null!==(a=null==s?void 0:s.style)&&void 0!==a?a:null},err:null};case"plural":case"selectordinal":case"select":var m=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(wr.EXPECT_SELECT_ARGUMENT_OPTIONS,Xr(m,Er({},m)));this.bumpSpace();var h=this.parseIdentifierIfPossible(),f=0;if("select"!==o&&"offset"===h.value){if(!this.bumpIf(":"))return this.error(wr.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,Xr(this.clonePosition(),this.clonePosition()));var g;if(this.bumpSpace(),(g=this.tryParseDecimalInteger(wr.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,wr.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE)).err)return g;this.bumpSpace(),h=this.parseIdentifierIfPossible(),f=g.val}var y,v=this.tryParsePluralOrSelectOptions(e,o,t,h);if(v.err)return v;if((y=this.tryParseArgumentClose(r)).err)return y;var b=Xr(r,this.clonePosition());return"select"===o?{val:{type:kr.select,value:n,options:ca(v.val),location:b},err:null}:{val:{type:kr.plural,value:n,options:ca(v.val),offset:f,pluralType:"plural"===o?"cardinal":"ordinal",location:b},err:null};default:return this.error(wr.INVALID_ARGUMENT_TYPE,Xr(i,l))}},e.prototype.tryParseArgumentClose=function(e){return this.isEOF()||125!==this.char()?this.error(wr.EXPECT_ARGUMENT_CLOSING_BRACE,Xr(e,this.clonePosition())):(this.bump(),{val:!0,err:null})},e.prototype.parseSimpleArgStyleIfPossible=function(){for(var e=0,t=this.clonePosition();!this.isEOF();)switch(this.char()){case 39:this.bump();var n=this.clonePosition();if(!this.bumpUntil("'"))return this.error(wr.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,Xr(n,this.clonePosition()));this.bump();break;case 123:e+=1,this.bump();break;case 125:if(!(e>0))return{val:this.message.slice(t.offset,this.offset()),err:null};e-=1;break;default:this.bump()}return{val:this.message.slice(t.offset,this.offset()),err:null}},e.prototype.parseNumberSkeletonFromString=function(e,t){var n=[];try{n=function(e){if(0===e.length)throw new Error("Number skeleton cannot be empty");for(var t=[],n=0,r=e.split(Ir).filter((function(e){return e.length>0}));n<r.length;n++){var a=r[n].split("/");if(0===a.length)throw new Error("Invalid number skeleton");for(var i=a[0],o=a.slice(1),l=0,s=o;l<s.length;l++)if(0===s[l].length)throw new Error("Invalid number skeleton");t.push({stem:i,options:o})}return t}(e)}catch(e){return this.error(wr.INVALID_NUMBER_SKELETON,t)}return{val:{type:xr.number,tokens:n,location:t,parsedOptions:this.shouldParseSkeletons?Jr(n):{}},err:null}},e.prototype.tryParsePluralOrSelectOptions=function(e,t,n,r){for(var a,i=!1,o=[],l=new Set,s=r.value,u=r.location;;){if(0===s.length){var c=this.clonePosition();if("select"===t||!this.bumpIf("="))break;var d=this.tryParseDecimalInteger(wr.EXPECT_PLURAL_ARGUMENT_SELECTOR,wr.INVALID_PLURAL_ARGUMENT_SELECTOR);if(d.err)return d;u=Xr(c,this.clonePosition()),s=this.message.slice(c.offset,this.offset())}if(l.has(s))return this.error("select"===t?wr.DUPLICATE_SELECT_ARGUMENT_SELECTOR:wr.DUPLICATE_PLURAL_ARGUMENT_SELECTOR,u);"other"===s&&(i=!0),this.bumpSpace();var p=this.clonePosition();if(!this.bumpIf("{"))return this.error("select"===t?wr.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:wr.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,Xr(this.clonePosition(),this.clonePosition()));var m=this.parseMessage(e+1,t,n);if(m.err)return m;var h=this.tryParseArgumentClose(p);if(h.err)return h;o.push([s,{value:m.val,location:Xr(p,this.clonePosition())}]),l.add(s),this.bumpSpace(),s=(a=this.parseIdentifierIfPossible()).value,u=a.location}return 0===o.length?this.error("select"===t?wr.EXPECT_SELECT_ARGUMENT_SELECTOR:wr.EXPECT_PLURAL_ARGUMENT_SELECTOR,Xr(this.clonePosition(),this.clonePosition())):this.requiresOtherClause&&!i?this.error(wr.MISSING_OTHER_CLAUSE,Xr(this.clonePosition(),this.clonePosition())):{val:o,err:null}},e.prototype.tryParseDecimalInteger=function(e,t){var n=1,r=this.clonePosition();this.bumpIf("+")||this.bumpIf("-")&&(n=-1);for(var a=!1,i=0;!this.isEOF();){var o=this.char();if(!(o>=48&&o<=57))break;a=!0,i=10*i+(o-48),this.bump()}var l=Xr(r,this.clonePosition());return a?ia(i*=n)?{val:i,err:null}:this.error(t,l):this.error(e,l)},e.prototype.offset=function(){return this.position.offset},e.prototype.isEOF=function(){return this.offset()===this.message.length},e.prototype.clonePosition=function(){return{offset:this.position.offset,line:this.position.line,column:this.position.column}},e.prototype.char=function(){var e=this.position.offset;if(e>=this.message.length)throw Error("out of bound");var t=da(this.message,e);if(void 0===t)throw Error("Offset ".concat(e," is at invalid UTF-16 code unit boundary"));return t},e.prototype.error=function(e,t){return{val:null,err:{kind:e,message:this.message,location:t}}},e.prototype.bump=function(){if(!this.isEOF()){var e=this.char();10===e?(this.position.line+=1,this.position.column=1,this.position.offset+=1):(this.position.column+=1,this.position.offset+=e<65536?1:2)}},e.prototype.bumpIf=function(e){if(sa(this.message,e,this.offset())){for(var t=0;t<e.length;t++)this.bump();return!0}return!1},e.prototype.bumpUntil=function(e){var t=this.offset(),n=this.message.indexOf(e,t);return n>=0?(this.bumpTo(n),!0):(this.bumpTo(this.message.length),!1)},e.prototype.bumpTo=function(e){if(this.offset()>e)throw Error("targetOffset ".concat(e," must be greater than or equal to the current offset ").concat(this.offset()));for(e=Math.min(e,this.message.length);;){var t=this.offset();if(t===e)break;if(t>e)throw Error("targetOffset ".concat(e," is at invalid UTF-16 code unit boundary"));if(this.bump(),this.isEOF())break}},e.prototype.bumpSpace=function(){for(;!this.isEOF()&&va(this.char());)this.bump()},e.prototype.peek=function(){if(this.isEOF())return null;var e=this.char(),t=this.offset(),n=this.message.charCodeAt(t+(e>=65536?2:1));return null!=n?n:null},e}();function ya(e){return e>=97&&e<=122||e>=65&&e<=90}function va(e){return e>=9&&e<=13||32===e||133===e||e>=8206&&e<=8207||8232===e||8233===e}function ba(e){return e>=33&&e<=35||36===e||e>=37&&e<=39||40===e||41===e||42===e||43===e||44===e||45===e||e>=46&&e<=47||e>=58&&e<=59||e>=60&&e<=62||e>=63&&e<=64||91===e||92===e||93===e||94===e||96===e||123===e||124===e||125===e||126===e||161===e||e>=162&&e<=165||166===e||167===e||169===e||171===e||172===e||174===e||176===e||177===e||182===e||187===e||191===e||215===e||247===e||e>=8208&&e<=8213||e>=8214&&e<=8215||8216===e||8217===e||8218===e||e>=8219&&e<=8220||8221===e||8222===e||8223===e||e>=8224&&e<=8231||e>=8240&&e<=8248||8249===e||8250===e||e>=8251&&e<=8254||e>=8257&&e<=8259||8260===e||8261===e||8262===e||e>=8263&&e<=8273||8274===e||8275===e||e>=8277&&e<=8286||e>=8592&&e<=8596||e>=8597&&e<=8601||e>=8602&&e<=8603||e>=8604&&e<=8607||8608===e||e>=8609&&e<=8610||8611===e||e>=8612&&e<=8613||8614===e||e>=8615&&e<=8621||8622===e||e>=8623&&e<=8653||e>=8654&&e<=8655||e>=8656&&e<=8657||8658===e||8659===e||8660===e||e>=8661&&e<=8691||e>=8692&&e<=8959||e>=8960&&e<=8967||8968===e||8969===e||8970===e||8971===e||e>=8972&&e<=8991||e>=8992&&e<=8993||e>=8994&&e<=9e3||9001===e||9002===e||e>=9003&&e<=9083||9084===e||e>=9085&&e<=9114||e>=9115&&e<=9139||e>=9140&&e<=9179||e>=9180&&e<=9185||e>=9186&&e<=9254||e>=9255&&e<=9279||e>=9280&&e<=9290||e>=9291&&e<=9311||e>=9472&&e<=9654||9655===e||e>=9656&&e<=9664||9665===e||e>=9666&&e<=9719||e>=9720&&e<=9727||e>=9728&&e<=9838||9839===e||e>=9840&&e<=10087||10088===e||10089===e||10090===e||10091===e||10092===e||10093===e||10094===e||10095===e||10096===e||10097===e||10098===e||10099===e||10100===e||10101===e||e>=10132&&e<=10175||e>=10176&&e<=10180||10181===e||10182===e||e>=10183&&e<=10213||10214===e||10215===e||10216===e||10217===e||10218===e||10219===e||10220===e||10221===e||10222===e||10223===e||e>=10224&&e<=10239||e>=10240&&e<=10495||e>=10496&&e<=10626||10627===e||10628===e||10629===e||10630===e||10631===e||10632===e||10633===e||10634===e||10635===e||10636===e||10637===e||10638===e||10639===e||10640===e||10641===e||10642===e||10643===e||10644===e||10645===e||10646===e||10647===e||10648===e||e>=10649&&e<=10711||10712===e||10713===e||10714===e||10715===e||e>=10716&&e<=10747||10748===e||10749===e||e>=10750&&e<=11007||e>=11008&&e<=11055||e>=11056&&e<=11076||e>=11077&&e<=11078||e>=11079&&e<=11084||e>=11085&&e<=11123||e>=11124&&e<=11125||e>=11126&&e<=11157||11158===e||e>=11159&&e<=11263||e>=11776&&e<=11777||11778===e||11779===e||11780===e||11781===e||e>=11782&&e<=11784||11785===e||11786===e||11787===e||11788===e||11789===e||e>=11790&&e<=11798||11799===e||e>=11800&&e<=11801||11802===e||11803===e||11804===e||11805===e||e>=11806&&e<=11807||11808===e||11809===e||11810===e||11811===e||11812===e||11813===e||11814===e||11815===e||11816===e||11817===e||e>=11818&&e<=11822||11823===e||e>=11824&&e<=11833||e>=11834&&e<=11835||e>=11836&&e<=11839||11840===e||11841===e||11842===e||e>=11843&&e<=11855||e>=11856&&e<=11857||11858===e||e>=11859&&e<=11903||e>=12289&&e<=12291||12296===e||12297===e||12298===e||12299===e||12300===e||12301===e||12302===e||12303===e||12304===e||12305===e||e>=12306&&e<=12307||12308===e||12309===e||12310===e||12311===e||12312===e||12313===e||12314===e||12315===e||12316===e||12317===e||e>=12318&&e<=12319||12320===e||12336===e||64830===e||64831===e||e>=65093&&e<=65094}function wa(e){e.forEach((function(e){if(delete e.location,Mr(e)||Nr(e))for(var t in e.options)delete e.options[t].location,wa(e.options[t].value);else Tr(e)&&Dr(e.style)||(Ar(e)||Cr(e))&&Lr(e.style)?delete e.style.location:Pr(e)&&wa(e.children)}))}function ka(e,t){void 0===t&&(t={}),t=Er({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var n=new ga(e,t).parse();if(n.err){var r=SyntaxError(wr[n.err.kind]);throw r.location=n.err.location,r.originalMessage=n.err.message,r}return(null==t?void 0:t.captureLocation)||wa(n.val),n.val}function xa(e,t){var n=t&&t.cache?t.cache:Na,r=t&&t.serializer?t.serializer:Aa;return(t&&t.strategy?t.strategy:Ta)(e,{cache:n,serializer:r})}function Ea(e,t,n,r){var a,i=null==(a=r)||"number"==typeof a||"boolean"==typeof a?r:n(r),o=t.get(i);return void 0===o&&(o=e.call(this,r),t.set(i,o)),o}function _a(e,t,n){var r=Array.prototype.slice.call(arguments,3),a=n(r),i=t.get(a);return void 0===i&&(i=e.apply(this,r),t.set(a,i)),i}function Sa(e,t,n,r,a){return n.bind(t,e,r,a)}function Ta(e,t){return Sa(e,this,1===e.length?Ea:_a,t.cache.create(),t.serializer)}var Aa=function(){return JSON.stringify(arguments)};function Ca(){this.cache=Object.create(null)}Ca.prototype.get=function(e){return this.cache[e]},Ca.prototype.set=function(e,t){this.cache[e]=t};var Ma,Na={create:function(){return new Ca}},Oa={variadic:function(e,t){return Sa(e,this,_a,t.cache.create(),t.serializer)},monadic:function(e,t){return Sa(e,this,Ea,t.cache.create(),t.serializer)}};!function(e){e.MISSING_VALUE="MISSING_VALUE",e.INVALID_VALUE="INVALID_VALUE",e.MISSING_INTL_API="MISSING_INTL_API"}(Ma||(Ma={}));var Pa,Da=function(e){function t(t,n,r){var a=e.call(this,t)||this;return a.code=n,a.originalMessage=r,a}return yr(t,e),t.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},t}(Error),La=function(e){function t(t,n,r,a){return e.call(this,'Invalid values for "'.concat(t,'": "').concat(n,'". Options are "').concat(Object.keys(r).join('", "'),'"'),Ma.INVALID_VALUE,a)||this}return yr(t,e),t}(Da),Ha=function(e){function t(t,n,r){return e.call(this,'Value for "'.concat(t,'" must be of type ').concat(n),Ma.INVALID_VALUE,r)||this}return yr(t,e),t}(Da),ja=function(e){function t(t,n){return e.call(this,'The intl string context variable "'.concat(t,'" was not provided to the string "').concat(n,'"'),Ma.MISSING_VALUE,n)||this}return yr(t,e),t}(Da);function Ra(e){return"function"==typeof e}function za(e,t,n,r,a,i,o){if(1===e.length&&_r(e[0]))return[{type:Pa.literal,value:e[0].value}];for(var l=[],s=0,u=e;s<u.length;s++){var c=u[s];if(_r(c))l.push({type:Pa.literal,value:c.value});else if(Or(c))"number"==typeof i&&l.push({type:Pa.literal,value:n.getNumberFormat(t).format(i)});else{var d=c.value;if(!a||!(d in a))throw new ja(d,o);var p=a[d];if(Sr(c))p&&"string"!=typeof p&&"number"!=typeof p||(p="string"==typeof p||"number"==typeof p?String(p):""),l.push({type:"string"==typeof p?Pa.literal:Pa.object,value:p});else if(Ar(c)){var m="string"==typeof c.style?r.date[c.style]:Lr(c.style)?c.style.parsedOptions:void 0;l.push({type:Pa.literal,value:n.getDateTimeFormat(t,m).format(p)})}else if(Cr(c))m="string"==typeof c.style?r.time[c.style]:Lr(c.style)?c.style.parsedOptions:r.time.medium,l.push({type:Pa.literal,value:n.getDateTimeFormat(t,m).format(p)});else if(Tr(c))(m="string"==typeof c.style?r.number[c.style]:Dr(c.style)?c.style.parsedOptions:void 0)&&m.scale&&(p*=m.scale||1),l.push({type:Pa.literal,value:n.getNumberFormat(t,m).format(p)});else{if(Pr(c)){var h=c.children,f=c.value,g=a[f];if(!Ra(g))throw new Ha(f,"function",o);var y=g(za(h,t,n,r,a,i).map((function(e){return e.value})));Array.isArray(y)||(y=[y]),l.push.apply(l,y.map((function(e){return{type:"string"==typeof e?Pa.literal:Pa.object,value:e}})))}if(Mr(c)){if(!(v=c.options[p]||c.options.other))throw new La(c.value,p,Object.keys(c.options),o);l.push.apply(l,za(v.value,t,n,r,a))}else if(Nr(c)){var v;if(!(v=c.options["=".concat(p)])){if(!Intl.PluralRules)throw new Da('Intl.PluralRules is not available in this environment.\nTry polyfilling it using "@formatjs/intl-pluralrules"\n',Ma.MISSING_INTL_API,o);var b=n.getPluralRules(t,{type:c.pluralType}).select(p-(c.offset||0));v=c.options[b]||c.options.other}if(!v)throw new La(c.value,p,Object.keys(c.options),o);l.push.apply(l,za(v.value,t,n,r,a,p-(c.offset||0)))}}}}return(w=l).length<2?w:w.reduce((function(e,t){var n=e[e.length-1];return n&&n.type===Pa.literal&&t.type===Pa.literal?n.value+=t.value:e.push(t),e}),[]);var w}function Ua(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,n){e[t]=n}}}}}!function(e){e[e.literal=0]="literal",e[e.object=1]="object"}(Pa||(Pa={}));var Ia,Fa=function(){function e(t,n,r,a){var i,o=this;if(void 0===n&&(n=e.defaultLocale),this.formatterCache={number:{},dateTime:{},pluralRules:{}},this.format=function(e){var t=o.formatToParts(e);if(1===t.length)return t[0].value;var n=t.reduce((function(e,t){return e.length&&t.type===Pa.literal&&"string"==typeof e[e.length-1]?e[e.length-1]+=t.value:e.push(t.value),e}),[]);return n.length<=1?n[0]||"":n},this.formatToParts=function(e){return za(o.ast,o.locales,o.formatters,o.formats,e,void 0,o.message)},this.resolvedOptions=function(){return{locale:Intl.NumberFormat.supportedLocalesOf(o.locales)[0]}},this.getAst=function(){return o.ast},"string"==typeof t){if(this.message=t,!e.__parse)throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");this.ast=e.__parse(t,{ignoreTag:null==a?void 0:a.ignoreTag})}else this.ast=t;if(!Array.isArray(this.ast))throw new TypeError("A message must be provided as a String or AST.");this.formats=function(e,t){return t?Object.keys(e).reduce((function(n,r){var a,i;return n[r]=(a=e[r],(i=t[r])?vr(vr(vr({},a||{}),i||{}),Object.keys(a).reduce((function(e,t){return e[t]=vr(vr({},a[t]),i[t]||{}),e}),{})):a),n}),vr({},e)):e}(e.formats,r),this.locales=n,this.formatters=a&&a.formatters||(void 0===(i=this.formatterCache)&&(i={number:{},dateTime:{},pluralRules:{}}),{getNumberFormat:xa((function(){for(var e,t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return new((e=Intl.NumberFormat).bind.apply(e,br([void 0],t,!1)))}),{cache:Ua(i.number),strategy:Oa.variadic}),getDateTimeFormat:xa((function(){for(var e,t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return new((e=Intl.DateTimeFormat).bind.apply(e,br([void 0],t,!1)))}),{cache:Ua(i.dateTime),strategy:Oa.variadic}),getPluralRules:xa((function(){for(var e,t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return new((e=Intl.PluralRules).bind.apply(e,br([void 0],t,!1)))}),{cache:Ua(i.pluralRules),strategy:Oa.variadic})})}return Object.defineProperty(e,"defaultLocale",{get:function(){return e.memoizedDefaultLocale||(e.memoizedDefaultLocale=(new Intl.NumberFormat).resolvedOptions().locale),e.memoizedDefaultLocale},enumerable:!1,configurable:!0}),e.memoizedDefaultLocale=null,e.__parse=ka,e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"},percent:{style:"percent"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},e}();!function(e){e.FORMAT_ERROR="FORMAT_ERROR",e.UNSUPPORTED_FORMATTER="UNSUPPORTED_FORMATTER",e.INVALID_CONFIG="INVALID_CONFIG",e.MISSING_DATA="MISSING_DATA",e.MISSING_TRANSLATION="MISSING_TRANSLATION"}(Ia||(Ia={}));var Ba=function(e){function t(n,r,a){var i=this,o=a?a instanceof Error?a:new Error(String(a)):void 0;return(i=e.call(this,"[@formatjs/intl Error ".concat(n,"] ").concat(r," \n").concat(o?"\n".concat(o.message,"\n").concat(o.stack):""))||this).code=n,"function"==typeof Error.captureStackTrace&&Error.captureStackTrace(i,t),i}return mr(t,e),t}(Error),Ga=function(e){function t(t,n){return e.call(this,Ia.UNSUPPORTED_FORMATTER,t,n)||this}return mr(t,e),t}(Ba),Wa=function(e){function t(t,n){return e.call(this,Ia.INVALID_CONFIG,t,n)||this}return mr(t,e),t}(Ba),qa=function(e){function t(t,n){return e.call(this,Ia.MISSING_DATA,t,n)||this}return mr(t,e),t}(Ba),Va=function(e){function t(t,n,r){return e.call(this,Ia.FORMAT_ERROR,"".concat(t," \nLocale: ").concat(n,"\n"),r)||this}return mr(t,e),t}(Ba),Ya=function(e){function t(t,n,r,a){var i=e.call(this,"".concat(t," \nMessageID: ").concat(null==r?void 0:r.id,"\nDefault Message: ").concat(null==r?void 0:r.defaultMessage,"\nDescription: ").concat(null==r?void 0:r.description," \n"),n,a)||this;return i.descriptor=r,i}return mr(t,e),t}(Va),$a=function(e){function t(t,n){var r=e.call(this,Ia.MISSING_TRANSLATION,'Missing message: "'.concat(t.id,'" for locale "').concat(n,'", using ').concat(t.defaultMessage?"default message":"id"," as fallback."))||this;return r.descriptor=t,r}return mr(t,e),t}(Ba);function Ja(e,t,n){return void 0===n&&(n={}),t.reduce((function(t,r){return r in e?t[r]=e[r]:r in n&&(t[r]=n[r]),t}),{})}var Ka={formats:{},messages:{},timeZone:void 0,defaultLocale:"en",defaultFormats:{},fallbackOnEmptyString:!0,onError:function(e){},onWarn:function(e){}};function Qa(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,n){e[t]=n}}}}}function Xa(e,t,n,r){var a,i=e&&e[t];if(i&&(a=i[n]),a)return a;r(new Ga("No ".concat(t," format named: ").concat(n)))}function Za(e){dr(e,"[React Intl] Could not find required `intl` object. <IntlProvider> needs to exist in the component ancestry.")}var ei=ir(ir({},Ka),{textComponent:e.Fragment});function ti(e,t){if(e===t)return!0;if(!e||!t)return!1;var n=Object.keys(e),r=Object.keys(t),a=n.length;if(r.length!==a)return!1;for(var i=0;i<a;i++){var o=n[i];if(e[o]!==t[o]||!Object.prototype.hasOwnProperty.call(t,o))return!1}return!0}function ni(e,t){return Object.keys(e).reduce((function(n,r){return n[r]=hr({timeZone:t},e[r]),n}),{})}function ri(e,t){return Object.keys(hr(hr({},e),t)).reduce((function(n,r){return n[r]=hr(hr({},e[r]||{}),t[r]||{}),n}),{})}function ai(e,t){if(!t)return e;var n=Fa.formats;return hr(hr(hr({},n),e),{date:ri(ni(n.date,t),ni(e.date||{},t)),time:ri(ni(n.time,t),ni(e.time||{},t))})}function ii(e,t,n,r,a){var i=e.locale,o=e.formats,l=e.messages,s=e.defaultLocale,u=e.defaultFormats,c=e.fallbackOnEmptyString,d=e.onError,p=e.timeZone,m=e.defaultRichTextElements;void 0===n&&(n={id:""});var h=n.id,f=n.defaultMessage;dr(!!h,"[@formatjs/intl] An `id` must be provided to format a message. You can either:\n1. Configure your build toolchain with [babel-plugin-formatjs](https://formatjs.io/docs/tooling/babel-plugin)\nor [@formatjs/ts-transformer](https://formatjs.io/docs/tooling/ts-transformer) OR\n2. Configure your `eslint` config to include [eslint-plugin-formatjs](https://formatjs.io/docs/tooling/linter#enforce-id)\nto autofix this issue");var g=String(h),y=l&&Object.prototype.hasOwnProperty.call(l,g)&&l[g];if(Array.isArray(y)&&1===y.length&&y[0].type===kr.literal)return y[0].value;if(!r&&y&&"string"==typeof y&&!m)return y.replace(/'\{(.*?)\}'/gi,"{$1}");if(r=hr(hr({},m),r||{}),o=ai(o,p),u=ai(u,p),!y){if(!1===c&&""===y)return y;if((!f||i&&i.toLowerCase()!==s.toLowerCase())&&d(new $a(n,i)),f)try{return t.getMessageFormat(f,s,u,a).format(r)}catch(e){return d(new Ya('Error formatting default message for: "'.concat(g,'", rendering default message verbatim'),i,n,e)),"string"==typeof f?f:g}return g}try{return t.getMessageFormat(y,i,o,hr({formatters:t},a||{})).format(r)}catch(e){d(new Ya('Error formatting message: "'.concat(g,'", using ').concat(f?"default message":"id"," as fallback."),i,n,e))}if(f)try{return t.getMessageFormat(f,s,u,a).format(r)}catch(e){d(new Ya('Error formatting the default message for: "'.concat(g,'", rendering message verbatim'),i,n,e))}return"string"==typeof y?y:"string"==typeof f?f:g}var oi=["localeMatcher","style","currency","currencyDisplay","unit","unitDisplay","useGrouping","minimumIntegerDigits","minimumFractionDigits","maximumFractionDigits","minimumSignificantDigits","maximumSignificantDigits","compactDisplay","currencyDisplay","currencySign","notation","signDisplay","unit","unitDisplay","numberingSystem"];function li(e,t,n){var r=e.locale,a=e.formats,i=e.onError;void 0===n&&(n={});var o=n.format,l=o&&Xa(a,"number",o,i)||{};return t(r,Ja(n,oi,l))}function si(e,t,n,r){void 0===r&&(r={});try{return li(e,t,r).format(n)}catch(t){e.onError(new Ba(Ia.FORMAT_ERROR,"Error formatting number.",t))}return String(n)}function ui(e,t,n,r){void 0===r&&(r={});try{return li(e,t,r).formatToParts(n)}catch(t){e.onError(new Ba(Ia.FORMAT_ERROR,"Error formatting number.",t))}return[]}var ci=["numeric","style"];function di(e,t,n,r,a){void 0===a&&(a={}),r||(r="second"),Intl.RelativeTimeFormat||e.onError(new Da('Intl.RelativeTimeFormat is not available in this environment.\nTry polyfilling it using "@formatjs/intl-relativetimeformat"\n',Ma.MISSING_INTL_API));try{return function(e,t,n){var r=e.locale,a=e.formats,i=e.onError;void 0===n&&(n={});var o=n.format,l=!!o&&Xa(a,"relative",o,i)||{};return t(r,Ja(n,ci,l))}(e,t,a).format(n,r)}catch(t){e.onError(new Va("Error formatting relative time.",e.locale,t))}return String(n)}var pi=["localeMatcher","formatMatcher","timeZone","hour12","weekday","era","year","month","day","hour","minute","second","timeZoneName","hourCycle","dateStyle","timeStyle","calendar","numberingSystem"];function mi(e,t,n,r){var a=e.locale,i=e.formats,o=e.onError,l=e.timeZone;void 0===r&&(r={});var s=r.format,u=hr(hr({},l&&{timeZone:l}),s&&Xa(i,t,s,o)),c=Ja(r,pi,u);return"time"!==t||c.hour||c.minute||c.second||c.timeStyle||c.dateStyle||(c=hr(hr({},c),{hour:"numeric",minute:"numeric"})),n(a,c)}function hi(e,t){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];var a=n[0],i=n[1],o=void 0===i?{}:i,l="string"==typeof a?new Date(a||0):a;try{return mi(e,"date",t,o).format(l)}catch(t){e.onError(new Ba(Ia.FORMAT_ERROR,"Error formatting date.",t))}return String(l)}function fi(e,t){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];var a=n[0],i=n[1],o=void 0===i?{}:i,l="string"==typeof a?new Date(a||0):a;try{return mi(e,"time",t,o).format(l)}catch(t){e.onError(new Ba(Ia.FORMAT_ERROR,"Error formatting time.",t))}return String(l)}function gi(e,t){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];var a=n[0],i=n[1],o=n[2],l=void 0===o?{}:o,s=e.timeZone,u=e.locale,c=e.onError,d=Ja(l,pi,s?{timeZone:s}:{});try{return t(u,d).formatRange(a,i)}catch(e){c(new Ba(Ia.FORMAT_ERROR,"Error formatting date time range.",e))}return String(a)}function yi(e,t){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];var a=n[0],i=n[1],o=void 0===i?{}:i,l="string"==typeof a?new Date(a||0):a;try{return mi(e,"date",t,o).formatToParts(l)}catch(t){e.onError(new Ba(Ia.FORMAT_ERROR,"Error formatting date.",t))}return[]}function vi(e,t){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];var a=n[0],i=n[1],o=void 0===i?{}:i,l="string"==typeof a?new Date(a||0):a;try{return mi(e,"time",t,o).formatToParts(l)}catch(t){e.onError(new Ba(Ia.FORMAT_ERROR,"Error formatting time.",t))}return[]}var bi=["localeMatcher","type"];function wi(e,t,n,r){var a=e.locale,i=e.onError;void 0===r&&(r={}),Intl.PluralRules||i(new Da('Intl.PluralRules is not available in this environment.\nTry polyfilling it using "@formatjs/intl-pluralrules"\n',Ma.MISSING_INTL_API));var o=Ja(r,bi);try{return t(a,o).select(n)}catch(e){i(new Va("Error formatting plural.",a,e))}return"other"}var ki=["localeMatcher","type","style"],xi=Date.now();function Ei(e,t,n,r){void 0===r&&(r={});var a=_i(e,t,n,r).reduce((function(e,t){var n=t.value;return"string"!=typeof n?e.push(n):"string"==typeof e[e.length-1]?e[e.length-1]+=n:e.push(n),e}),[]);return 1===a.length?a[0]:a}function _i(e,t,n,r){var a=e.locale,i=e.onError;void 0===r&&(r={}),Intl.ListFormat||i(new Da('Intl.ListFormat is not available in this environment.\nTry polyfilling it using "@formatjs/intl-listformat"\n',Ma.MISSING_INTL_API));var o=Ja(r,ki);try{var l={},s=n.map((function(e,t){if("object"==typeof e){var n=function(e){return"".concat(xi,"_").concat(e,"_").concat(xi)}(t);return l[n]=e,n}return String(e)}));return t(a,o).formatToParts(s).map((function(e){return"literal"===e.type?e:hr(hr({},e),{value:l[e.value]||e.value})}))}catch(e){i(new Ba(Ia.FORMAT_ERROR,"Error formatting list.",e))}return n}var Si=["localeMatcher","style","type","fallback"];function Ti(e,t,n,r){var a=e.locale,i=e.onError;Intl.DisplayNames||i(new Da('Intl.DisplayNames is not available in this environment.\nTry polyfilling it using "@formatjs/intl-displaynames"\n',Ma.MISSING_INTL_API));var o=Ja(r,Si);try{return t(a,o).of(n)}catch(e){i(new Ba(Ia.FORMAT_ERROR,"Error formatting display name.",e))}}function Ai(e,t){var n=function(e){void 0===e&&(e={dateTime:{},number:{},message:{},relativeTime:{},pluralRules:{},list:{},displayNames:{}});var t=Intl.RelativeTimeFormat,n=Intl.ListFormat,r=Intl.DisplayNames,a=xa((function(){for(var e,t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return new((e=Intl.DateTimeFormat).bind.apply(e,fr([void 0],t,!1)))}),{cache:Qa(e.dateTime),strategy:Oa.variadic}),i=xa((function(){for(var e,t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return new((e=Intl.NumberFormat).bind.apply(e,fr([void 0],t,!1)))}),{cache:Qa(e.number),strategy:Oa.variadic}),o=xa((function(){for(var e,t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return new((e=Intl.PluralRules).bind.apply(e,fr([void 0],t,!1)))}),{cache:Qa(e.pluralRules),strategy:Oa.variadic});return{getDateTimeFormat:a,getNumberFormat:i,getMessageFormat:xa((function(e,t,n,r){return new Fa(e,t,n,hr({formatters:{getNumberFormat:i,getDateTimeFormat:a,getPluralRules:o}},r||{}))}),{cache:Qa(e.message),strategy:Oa.variadic}),getRelativeTimeFormat:xa((function(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];return new(t.bind.apply(t,fr([void 0],e,!1)))}),{cache:Qa(e.relativeTime),strategy:Oa.variadic}),getPluralRules:o,getListFormat:xa((function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return new(n.bind.apply(n,fr([void 0],e,!1)))}),{cache:Qa(e.list),strategy:Oa.variadic}),getDisplayNames:xa((function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return new(r.bind.apply(r,fr([void 0],e,!1)))}),{cache:Qa(e.displayNames),strategy:Oa.variadic})}}(t),r=hr(hr({},Ka),e),a=r.locale,i=r.defaultLocale,o=r.onError;return a?!Intl.NumberFormat.supportedLocalesOf(a).length&&o?o(new qa('Missing locale data for locale: "'.concat(a,'" in Intl.NumberFormat. Using default locale: "').concat(i,'" as fallback. See https://formatjs.io/docs/react-intl#runtime-requirements for more details'))):!Intl.DateTimeFormat.supportedLocalesOf(a).length&&o&&o(new qa('Missing locale data for locale: "'.concat(a,'" in Intl.DateTimeFormat. Using default locale: "').concat(i,'" as fallback. See https://formatjs.io/docs/react-intl#runtime-requirements for more details'))):(o&&o(new Wa('"locale" was not configured, using "'.concat(i,'" as fallback. See https://formatjs.io/docs/react-intl/api#intlshape for more details'))),r.locale=r.defaultLocale||"en"),function(e){e.onWarn&&e.defaultRichTextElements&&function(e){return"string"==typeof(e?e[Object.keys(e)[0]]:void 0)}(e.messages||{})&&e.onWarn('[@formatjs/intl] "defaultRichTextElements" was specified but "message" was not pre-compiled. \nPlease consider using "@formatjs/cli" to pre-compile your messages for performance.\nFor more details see https://formatjs.io/docs/getting-started/message-distribution')}(r),hr(hr({},r),{formatters:n,formatNumber:si.bind(null,r,n.getNumberFormat),formatNumberToParts:ui.bind(null,r,n.getNumberFormat),formatRelativeTime:di.bind(null,r,n.getRelativeTimeFormat),formatDate:hi.bind(null,r,n.getDateTimeFormat),formatDateToParts:yi.bind(null,r,n.getDateTimeFormat),formatTime:fi.bind(null,r,n.getDateTimeFormat),formatDateTimeRange:gi.bind(null,r,n.getDateTimeFormat),formatTimeToParts:vi.bind(null,r,n.getDateTimeFormat),formatPlural:wi.bind(null,r,n.getPluralRules),formatMessage:ii.bind(null,r,n),$t:ii.bind(null,r,n),formatList:Ei.bind(null,r,n.getListFormat),formatListToParts:_i.bind(null,r,n.getListFormat),formatDisplayName:Ti.bind(null,r,n.getDisplayNames)})}function Ci(e){return{locale:e.locale,timeZone:e.timeZone,fallbackOnEmptyString:e.fallbackOnEmptyString,formats:e.formats,textComponent:e.textComponent,messages:e.messages,defaultLocale:e.defaultLocale,defaultFormats:e.defaultFormats,onError:e.onError,onWarn:e.onWarn,wrapRichTextChunksInFragment:e.wrapRichTextChunksInFragment,defaultRichTextElements:e.defaultRichTextElements}}function Mi(t){return t?Object.keys(t).reduce((function(n,r){var a,i=t[r];return n[r]=Ra(i)?(a=i,function(t){return a(e.Children.toArray(t))}):i,n}),{}):t}var Ni=function(t,n,r,a){for(var i=[],o=4;o<arguments.length;o++)i[o-4]=arguments[o];var l=Mi(a),s=ii.apply(void 0,lr([t,n,r,l],i,!1));return Array.isArray(s)?e.Children.toArray(s):s},Oi=function(e,t){var n=e.defaultRichTextElements,r=or(e,["defaultRichTextElements"]),a=Mi(n),i=Ai(ir(ir(ir({},ei),r),{defaultRichTextElements:a}),t);return ir(ir({},i),{formatMessage:Ni.bind(null,{locale:i.locale,timeZone:i.timeZone,fallbackOnEmptyString:i.fallbackOnEmptyString,formats:i.formats,defaultLocale:i.defaultLocale,defaultFormats:i.defaultFormats,messages:i.messages,onError:i.onError,defaultRichTextElements:a},i.formatters)})},Pi=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.cache={dateTime:{},number:{},message:{},relativeTime:{},pluralRules:{},list:{},displayNames:{}},e.state={cache:e.cache,intl:Oi(Ci(e.props),e.cache),prevConfig:Ci(e.props)},e}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}ar(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}(n,t),n.getDerivedStateFromProps=function(e,t){var n=t.prevConfig,r=t.cache,a=Ci(e);return ti(n,a)?null:{intl:Oi(a,r),prevConfig:a}},n.prototype.render=function(){return Za(this.state.intl),e.createElement(ur,{value:this.state.intl},this.props.children)},n.displayName="IntlProvider",n.defaultProps=ei,n}(e.PureComponent);const Di=Pi,Li=(t,n)=>e.useSyncExternalStore(e.useCallback((e=>Vn(t,(([t])=>{t===n&&e()}))),[t,n]),e.useCallback((()=>Bn(t,n)),[t,n])),Hi=(t,n)=>{const[r,a]=e.useState(n);return e.useEffect((()=>(a(n()),Vn(t,(()=>{a(n())})))),[t,n,a]),r},ji=(e,t)=>[Li(e,t),n=>Wn(e,t,n)],Ri=({children:t})=>{const n=Li(zi,"locale");return e.createElement(Di,{locale:n,messages:tr[n]},t)},zi=Fn({background:{id:"default-unsplash",key:"background/unsplash",display:{luminosity:-.2,blur:0}},"widget/default-time":{id:"default-time",key:"widget/time",order:0,display:{position:"middleCentre"}},"widget/default-greeting":{id:"default-greeting",key:"widget/greeting",order:1,display:{position:"middleCentre"}},focus:!1,locale:rr,timeZone:null}),Ui=Fn(),Ii=(async(e,t,n)=>{const r=(e,n)=>new Zn(`Extension[sync]: ${t}: ${e}`,{cause:n instanceof Error?n:void 0}),a=Qn.storage.sync;await a.get().then((n=>Object.keys(n).filter((e=>e.startsWith(t))).forEach((r=>Wn(e,r.substring(t.length+1),n[r]))))).catch((e=>{throw r("Cannot read from storage",e)}));const i=$n(),o=e=>t=>{Kn(i,r(e,t))};return Vn(e,Xn((e=>{const n=Array.from(e),r=Object.fromEntries(n.filter((([,e])=>void 0!==e)).map((([e,n])=>[`${t}/${e}`,n]))),i=n.filter((([,e])=>void 0===e)).map((([e])=>`${t}/${e}`));a.set(r).catch(o("Cannot write updates to storage")),a.remove(i).catch(o("Cannot write deletes to storage"))}))),i})(zi,"tabliss/config"),Fi=((e,t)=>{const n=(e,n)=>{const r=n instanceof Event&&n.target instanceof IDBRequest&&n.target.error instanceof Error?n.target.error:void 0;return new Zn(`IndexedDB: ${t}: ${e}`,{cause:r})};return new Promise(((r,a)=>{const i=e=>t=>{a(n(e,t))},o=indexedDB.open(t,1);o.onerror=i("Cannot open database"),o.onupgradeneeded=()=>{o.result.createObjectStore("changes")},o.onsuccess=()=>{const t=o.result,a=t.transaction("changes","readonly");a.onerror=i("Cannot read changes from store");const l=[],s=a.objectStore("changes").openCursor();s.onsuccess=()=>{if(s.result)"string"==typeof s.result.key&&l.push([s.result.key,s.result.value]),s.result.continue();else{((e,t)=>{const n=Yn(e);(e=>{l.forEach((([t,n])=>Wn(e,t,n)))})(n),((e,t)=>{for(const[n,r]of t)Wn(e,n,r)})(e,n.cache.entries())})(e);const a=$n();Vn(e,Xn((e=>{const r=t.transaction("changes","readwrite");r.oncomplete=()=>{},r.onerror=e=>Kn(a,n("Cannot write changes to store",e));const i=r.objectStore("changes");for(const[t,n]of e)void 0===n?i.delete(t):i.put(n,t)}))),r(a)}}}}))})(Ui,"tabliss/cache");function Bi(e=null){const t=new Date;return{absolute:t,zoned:e?(0,In.utcToZonedTime)(t,e):t}}const Gi=e.createContext(Bi()),Wi=({children:t})=>{const n=Li(zi,"timeZone"),[r,a]=e.useState(Bi(n));return e.useEffect((()=>{a(Bi(n));const e=setInterval((()=>a(Bi(n))),1e3);return()=>clearInterval(e)}),[n]),e.createElement(Gi.Provider,{value:r},t)},qi=e.createContext({}),Vi=({children:t})=>{const[n,r]=e.useState({errors:!1,pending:0,settings:!1}),a=e.useMemo((()=>({pushLoader:()=>r((e=>Object.assign(Object.assign({},e),{pending:e.pending+1}))),popLoader:()=>r((e=>Object.assign(Object.assign({},e),{pending:e.pending-1}))),toggleErrors:()=>r((e=>Object.assign(Object.assign({},e),{errors:!e.errors}))),toggleSettings:()=>r((e=>Object.assign(Object.assign({},e),{settings:!e.settings})))})),[]);return e.createElement(qi.Provider,{value:Object.assign(Object.assign({},n),a)},t)};function Yi(){var t=e.useContext(cr);return Za(t),t}var $i,Ji;!function(e){e.formatDate="FormattedDate",e.formatTime="FormattedTime",e.formatNumber="FormattedNumber",e.formatList="FormattedList",e.formatDisplayName="FormattedDisplayName"}($i||($i={})),function(e){e.formatDate="FormattedDateParts",e.formatTime="FormattedTimeParts",e.formatNumber="FormattedNumberParts",e.formatList="FormattedListParts"}(Ji||(Ji={}));var Ki=function(e){var t=Yi(),n=e.value,r=e.children,a=or(e,["value","children"]);return r(t.formatNumberToParts(n,a))};function Qi(e){var t=function(t){var n=Yi(),r=t.value,a=t.children,i=or(t,["value","children"]),o="string"==typeof r?new Date(r||0):r;return a("formatDate"===e?n.formatDateToParts(o,i):n.formatTimeToParts(o,i))};return t.displayName=Ji[e],t}function Xi(t){var n=function(n){var r=Yi(),a=n.value,i=n.children,o=or(n,["value","children"]),l=r[t](a,o);if("function"==typeof i)return i(l);var s=r.textComponent||e.Fragment;return e.createElement(s,null,l)};return n.displayName=$i[t],n}Ki.displayName="FormattedNumberParts",Ki.displayName="FormattedNumberParts";var Zi=Xi("formatDate");function eo(t){const n=Yi();return(0,e.useMemo)((()=>Object.fromEntries(Object.entries(t).map((([e,t])=>[e,n.formatMessage(t)])))),[n,t])}Xi("formatTime"),Xi("formatNumber"),Xi("formatList"),Xi("formatDisplayName"),Qi("formatDate"),Qi("formatTime");let to=(e=21)=>crypto.getRandomValues(new Uint8Array(e)).reduce(((e,t)=>e+((t&=63)<36?t.toString(36):t<62?(t-26).toString(36).toUpperCase():t>62?"-":"_")),"");const no=()=>Array.from(Gn(zi,"widget/")).map((([,e])=>e)).filter((e=>null!==e)).sort(((e,t)=>e.order-t.order)),ro=()=>to(12),ao=(e,t)=>{const n=no();n.splice(t,0,n.splice(e,1)[0]),n.forEach(((e,t)=>Wn(zi,`widget/${e.id}`,Object.assign(Object.assign({},e),{order:t}))))},io=(e,t)=>{const n=Bn(zi,`widget/${e}`);if(!n)throw new Error("Widget not found while");Wn(zi,`widget/${e}`,Object.assign(Object.assign({},n),{display:Object.assign(Object.assign({},n.display),t)}))},oo=()=>{Wn(zi,"focus",!Bn(zi,"focus"))},lo=e=>{if("object"!=typeof e||null===e)throw new TypeError("Unexpected format");if(so(),"backgrounds"in e)Wn(zi,"widget/default-time",null),Wn(zi,"widget/default-greeting",null),e=function(e){var t;return Object.assign(Object.assign(Object.assign(Object.assign({background:e.backgrounds.find((e=>e.active))},Object.fromEntries(e.widgets.map(((e,t)=>[`widget/${e.id}`,Object.assign(Object.assign({},e),{order:t})])))),Object.fromEntries(Object.entries(e.data).map((([e,t])=>[`data/${e}`,t])))),e.locale?{locale:e.locale}:{}),{timeZone:null!==(t=e.timeZone)&&void 0!==t?t:null,focus:!1})}(e);else{if(3!==e.version)throw e.version>3?new TypeError("Settings exported from an newer version of Tabliss"):new TypeError("Unknown settings version");delete e.version}Object.entries(e).forEach((([e,t])=>Wn(zi,e,t)))},so=()=>{uo(zi),uo(Ui)},uo=e=>{for(const[t]of Gn(e,""))qn(e,t)};var co=n(3150);const po=()=>{const e=indexedDB.open("tabliss",3);e.onerror=console.error,e.onsuccess=()=>{const t=e.result.transaction("cache").objectStore("cache").get("persist:cache");t.onerror=console.error,t.onsuccess=()=>{const n=t.result,r=mo();for(const e of r)e in n&&Wn(Ui,e,n[e]);setTimeout((()=>{e.result.close(),indexedDB.deleteDatabase("tabliss")}))}}},mo=()=>{const e=new Set;e.add(Bn(zi,"background").id);for(const[,t]of Gn(zi,"widget/"))null!==t&&e.add(t.id);return e},ho=()=>{const e=mo();for(const[t]of Gn(zi,"data/"))e.has(t.substring(5))||qn(zi,t);for(const[t]of Ui)e.has(t)||qn(Ui,t)},fo={colour:"#3498db"},go={key:"background/colour",name:"Solid Colour",description:"Add a splash of colour.",dashboardComponent:({data:t=fo})=>e.createElement("div",{className:"Colour fullscreen",style:{backgroundColor:t.colour}}),settingsComponent:({data:t=fo,setData:n})=>e.createElement("div",{className:"ColourSettings"},e.createElement("label",null,"Colour",e.createElement("input",{type:"color",value:t.colour,onChange:e=>n({colour:e.target.value})})))};function yo(t="zoned"){return(0,e.useContext)(Gi)[t]}function vo(t,n,r){const a=yo("absolute"),i=(0,e.useRef)(r),o=(0,e.useRef)();(0,e.useEffect)((()=>{const e=!bo(i.current,r),l=a>=n&&n!==o.current;if(e||l)return i.current=r,o.current=n,t()}),[...r,n,a])}function bo(e,t){for(let n=0;n<e.length&&n<t.length;n++)if(!Object.is(t[n],e[n]))return!1;return!0}function wo(){return Boolean(document.fullscreenElement)}function ko(t,n,r=!0){const a=e=>{!n.includes(e.key)||r&&function(e){return e.target instanceof HTMLInputElement||e.target instanceof HTMLTextAreaElement||e.target instanceof HTMLSpanElement&&Boolean(e.target.contentEditable)}(e)||e.ctrlKey||e.metaKey||e.altKey||t(e)};(0,e.useEffect)((()=>(window.addEventListener("keydown",a),()=>{window.removeEventListener("keydown",a)})),[r,t])}function xo(t){const n=(0,e.useMemo)((()=>t?URL.createObjectURL(t):null),[t]);return(0,e.useEffect)((()=>{}),[n]),n}function Eo(t,n,r){const[a,i]=(0,e.useReducer)(t,n);return(0,e.useEffect)((()=>{r(a)}),[a]),i}function _o(t=!1){const[n,r]=(0,e.useState)(t);return[n,()=>r(!n)]}const So=t=>{var{children:n,ready:r=!0,style:a={}}=t,i=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var a=0;for(r=Object.getOwnPropertySymbols(e);a<r.length;a++)t.indexOf(r[a])<0&&Object.prototype.propertyIsEnumerable.call(e,r[a])&&(n[r[a]]=e[r[a]])}return n}(t,["children","ready","style"]);const[o,l]=e.useState(!1);e.useEffect((()=>{l(r)}),[r]);const s=Li(zi,"focus"),u=Li(zi,"background"),{blur:c,luminosity:d=0}=u.display;return a=Object.assign({},a),c&&!s&&(a.filter=`blur(${c}px)`,a.transform=`scale(${c/500+1})`),d&&!s&&(a.opacity=1-Math.abs(d)),e.createElement("div",{className:"fullscreen",style:{opacity:o?1:0,transition:"opacity 150ms ease-in-out"}},e.createElement("div",Object.assign({style:a},i),n))};async function To({tag:e,nsfw:t},n){const r=e.split(",").map((e=>e.trim())),a=r[Math.floor(Math.random()*r.length)],i=new Request("https://api.giphy.com/v1/gifs/random?api_key=1e37df9386bd4014b9b0cd305632e41c&rating="+(t?"r":"g")+(a?`&tag=${encodeURIComponent(a)}`:""));n.push();const o=await(await fetch(i)).json(),l=await(await fetch(o.data.images.original.webp)).blob();return n.pop(),{data:l,link:o.data.url}}const Ao=({link:t})=>e.createElement("div",{className:"credit"},e.createElement("a",{href:t||"https://giphy.com/",target:"_blank",rel:"noopener noreferrer"},e.createElement("img",{src:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGUAAAAkCAYAAACQePQGAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABcVJREFUeNrsmr9LZFcUx4+bZKIJrBKbUZKMEAgSAo5sYzcjbGGzaBGCndoskkZh/wC1SRfUzq1U0lgEVLaRbRybXTu1SBAbFULUBLO6wiKSZPI+1xxz5857b96M4zor78D13Xd/nnO+55x77hvrRCTrlVWJqWboXqyCGJSYYlBiUGKKQbm79H5Y59TUt5JOfxZ5sYsf9yTx+4VsHh/L6IsXJccnk0np6ekpaFtfX5ft7W2pr683fel02rSfnJzIysqKHB4eSl9fn3nyzrj+/v6ree3t7dLV1SWbm5tmfYpNc3NzMjg4WNCmazc1NRXxwzrsZbefn5+b/fb29kJloZ+x8KT8tbW1STabNX25XK58UAAkk/kyMij7Px1LqiUReTwKhUmUAvMIxvvMzIxRPO8wT0HRKH9hYcHM4x1BGU9hPkIDIu8omTproFSbdE8Uzjr6zj7UGc96Lp/aTh1FT01NmXn2GNZkjPIxOztrQEAexgMcPMFfRZ7y3cXf8mb/WJKHr6Vn5eeSSu47bZBUQ0LSzc2Se/TItGWfPSs5D0GwGhhHmNbWVsM4SgYEiPrw8LDpZzzCoRgEh6gzhyfKUyBQmlqkrWht58m+rKOWr96h4/AgCEUqcHgbvPhZO/toOTo6MvPYA/5ZizmuoUQG5ZfEeyKpZo+RY1kfL63cLEA0NEljIiGZlpbIHqNWpQq23V9JhcAiXVAQXsOdKtUOKxquWI/wZbdreAN0JTsMoUCbD5cvP1lsY4M3niojcgSFrUigVIPGHzy4jOU7O7J3duY7BuuhwLAdqzUWa8hRy9VQRT+0tLRkFKljbAXbQPhZM2AyXkOhnju24l1jIeS5nmefWcy1PUm9krZSgLwVUMb+AyV3cBAICoy6zKrSR0dHjVDqEQoS1ke/AkQ/yqKucV4VOj4+XqA0BZfQiKLsMAjZiYB9INvt6gEuqZepBwK6awy3Csqr849l649L5hL3mr2/vxUxiNC2EpVQGAekKgsFAIiGMZTPXPUK+lCErSi/uK17ah/7kEAAqF+o0sPdbqfOfraC3THwZZ9N2h8FlLrQD5K5JyJkX2s73qgfygYl3dQnn9Z3mPqv51uyebIUX0Kue0+5DSIO66GooQ2L8/Omu0x4St635J7kJf/08hk0JqS033+Y//7rXVOoh431zo685955P/IAyXvnQsF43m2y+0uRB7LZL+p6QevSxlo2IYOXtBTM89Lhorne+RSoixv9zPJP/i9p/rDNFOpBxOE7OTkpqVTKt7+xsVHGxsZ8D9ZKqKOjw+xXjfXcrwPIQHJiZ5ZcGm1aW1vzzQhr5tsXDA8MDEQaWy1QbHDszKwSgqeJiYnCjNMzIL2vsL5tbKenp0VA1hQonBsjIyMFbcvLy9LZ2Sl1dXUyNDRkrAqan58vKUwQoTQtW1tboZZe0V3MU/z+/n6RsZE9uvIxNuzyeesHvasQAOBzhB3WKPYnkEqVZq+5u7tbEG6qJcvq6v9JbCaTMZdaVz43lNWcp2BJ7tmiGZheKCm0a70alh3p0uuFIM5yu4QRvE1PTxedheWErZpMidUbOByxtCDhr+MptieaL9tO2LluGGN9P++LErZq9p5yU1YflvlVi7hLkXktLi5WFLZqAhT3QoiV6WWxu7v7qt2O1dUkkoeg7AtFul4ZBq4S5wjJBJmdn6fWPCgI0Nvbe/VOpoLl6u8rN0V6TwjzEvZ3lRkFFD9je6c+swAKbm0fiBsbGyYtBhgSgaCzpRwivb47374OvhB52Sby5ycij8u/ZB1+kJS5+5cH6dmrj7w/xRZFRuLGYLzH9iC/ZOAuUzgoZ1+JJDxL/dyrP/6m7MVfe+Wlvjx/E+gtXBJdj/EjUs5qHszvJihviVA04OA1+ju9AkT8J5TpWROUGtvv7mePKBS2Xrnr6r2qUu8O/z0lpluh+J/xYlBiikGJQYkpBuUOE9kX/5OZjlVRO/SvAAMADC1T3Wo5vNkAAAAASUVORK5CYII="}))),Co={expand:!1,nsfw:!1,tag:"pattern"};const Mo=t=>{var{wait:n=1e3,onChange:r}=t,a=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var a=0;for(r=Object.getOwnPropertySymbols(e);a<r.length;a++)t.indexOf(r[a])<0&&Object.prototype.propertyIsEnumerable.call(e,r[a])&&(n[r[a]]=e[r[a]])}return n}(t,["wait","onChange"]);const[i,o]=(0,e.useState)(a.value||""),l=function(t,n){const[r,a]=(0,e.useState)(t);return(0,e.useEffect)((()=>{const e=setTimeout((()=>{a(t)}),n);return()=>{clearTimeout(e)}}),[t]),r}(i,n);return(0,e.useEffect)((()=>{r(l)}),[l]),e.createElement("input",Object.assign({},a,{value:i,onChange:e=>o(e.target.value)}))},No={key:"background/giphy",name:"GIPHY",description:"Hurt your eyes in every new tab.",dashboardComponent:({cache:t,data:n=Co,setCache:r,loader:a})=>{const[i,o]=e.useState(t),l=e.useRef(!1);e.useEffect((()=>{const e={tag:n.tag,nsfw:n.nsfw};To(e,a).then(r),!l.current&&i||To(e,a).then(o),l.current=!0}),[n.tag,n.nsfw]);const s=xo(i&&i.data);return i&&s?e.createElement("div",{className:"Giphy fullscreen"},e.createElement(So,{className:"gif fullscreen",style:{backgroundImage:`url(${s})`,backgroundSize:n.expand?"cover":void 0}}),e.createElement(Ao,{link:i.link})):null},settingsComponent:({data:t=Co,setData:n})=>e.createElement("div",{className:"GiphySettings"},e.createElement("label",null,"Tag",e.createElement(Mo,{type:"text",value:t.tag,onChange:e=>n(Object.assign(Object.assign({},t),{tag:e})),wait:500})),e.createElement("p",{className:"info"},"Separate multiple tags with a comma"),e.createElement("label",null,e.createElement("input",{type:"checkbox",checked:t.expand,onChange:e=>n(Object.assign(Object.assign({},t),{expand:!t.expand}))})," ","Stretch to fill screen"),e.createElement("label",null,e.createElement("input",{type:"checkbox",checked:!t.nsfw,onChange:e=>n(Object.assign(Object.assign({},t),{nsfw:!t.nsfw}))})," ","Safe Search")),supportsBackdrop:!0},Oo={angle:0,from:"#3498db",to:"#9b59b6",type:"linear-gradient"},Po={key:"background/gradient",name:"Colour Gradient",description:"Add more splashes of colour.",dashboardComponent:({data:t=Oo})=>e.createElement("div",{className:"Gradient fullscreen",style:{backgroundImage:`${t.type}(${t.angle}deg, ${t.from}, ${t.to})`}}),settingsComponent:({data:t=Oo,setData:n})=>e.createElement("div",{className:"GradientSettings"},e.createElement("label",null,"From Colour",e.createElement("input",{type:"color",value:t.from,onChange:e=>n(Object.assign(Object.assign({},t),{from:e.target.value}))})),e.createElement("label",null,"To Colour",e.createElement("input",{type:"color",value:t.to,onChange:e=>n(Object.assign(Object.assign({},t),{to:e.target.value}))})),e.createElement("label",null,"Angle (0-360)",e.createElement("input",{type:"number",value:t.angle,onChange:e=>n(Object.assign(Object.assign({},t),{angle:Number(e.target.value)}))})))},Do=[],Lo=JSON.parse('{"activity":"<polyline points=\\"22 12 18 12 15 21 9 3 6 12 2 12\\"></polyline>","airplay":"<path d=\\"M5 17H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-1\\"></path><polygon points=\\"12 15 17 21 7 21 12 15\\"></polygon>","alert-circle":"<circle cx=\\"12\\" cy=\\"12\\" r=\\"10\\"></circle><line x1=\\"12\\" y1=\\"8\\" x2=\\"12\\" y2=\\"12\\"></line><line x1=\\"12\\" y1=\\"16\\" x2=\\"12.01\\" y2=\\"16\\"></line>","alert-octagon":"<polygon points=\\"7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2\\"></polygon><line x1=\\"12\\" y1=\\"8\\" x2=\\"12\\" y2=\\"12\\"></line><line x1=\\"12\\" y1=\\"16\\" x2=\\"12.01\\" y2=\\"16\\"></line>","alert-triangle":"<path d=\\"M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z\\"></path><line x1=\\"12\\" y1=\\"9\\" x2=\\"12\\" y2=\\"13\\"></line><line x1=\\"12\\" y1=\\"17\\" x2=\\"12.01\\" y2=\\"17\\"></line>","align-center":"<line x1=\\"18\\" y1=\\"10\\" x2=\\"6\\" y2=\\"10\\"></line><line x1=\\"21\\" y1=\\"6\\" x2=\\"3\\" y2=\\"6\\"></line><line x1=\\"21\\" y1=\\"14\\" x2=\\"3\\" y2=\\"14\\"></line><line x1=\\"18\\" y1=\\"18\\" x2=\\"6\\" y2=\\"18\\"></line>","align-justify":"<line x1=\\"21\\" y1=\\"10\\" x2=\\"3\\" y2=\\"10\\"></line><line x1=\\"21\\" y1=\\"6\\" x2=\\"3\\" y2=\\"6\\"></line><line x1=\\"21\\" y1=\\"14\\" x2=\\"3\\" y2=\\"14\\"></line><line x1=\\"21\\" y1=\\"18\\" x2=\\"3\\" y2=\\"18\\"></line>","align-left":"<line x1=\\"17\\" y1=\\"10\\" x2=\\"3\\" y2=\\"10\\"></line><line x1=\\"21\\" y1=\\"6\\" x2=\\"3\\" y2=\\"6\\"></line><line x1=\\"21\\" y1=\\"14\\" x2=\\"3\\" y2=\\"14\\"></line><line x1=\\"17\\" y1=\\"18\\" x2=\\"3\\" y2=\\"18\\"></line>","align-right":"<line x1=\\"21\\" y1=\\"10\\" x2=\\"7\\" y2=\\"10\\"></line><line x1=\\"21\\" y1=\\"6\\" x2=\\"3\\" y2=\\"6\\"></line><line x1=\\"21\\" y1=\\"14\\" x2=\\"3\\" y2=\\"14\\"></line><line x1=\\"21\\" y1=\\"18\\" x2=\\"7\\" y2=\\"18\\"></line>","anchor":"<circle cx=\\"12\\" cy=\\"5\\" r=\\"3\\"></circle><line x1=\\"12\\" y1=\\"22\\" x2=\\"12\\" y2=\\"8\\"></line><path d=\\"M5 12H2a10 10 0 0 0 20 0h-3\\"></path>","aperture":"<circle cx=\\"12\\" cy=\\"12\\" r=\\"10\\"></circle><line x1=\\"14.31\\" y1=\\"8\\" x2=\\"20.05\\" y2=\\"17.94\\"></line><line x1=\\"9.69\\" y1=\\"8\\" x2=\\"21.17\\" y2=\\"8\\"></line><line x1=\\"7.38\\" y1=\\"12\\" x2=\\"13.12\\" y2=\\"2.06\\"></line><line x1=\\"9.69\\" y1=\\"16\\" x2=\\"3.95\\" y2=\\"6.06\\"></line><line x1=\\"14.31\\" y1=\\"16\\" x2=\\"2.83\\" y2=\\"16\\"></line><line x1=\\"16.62\\" y1=\\"12\\" x2=\\"10.88\\" y2=\\"21.94\\"></line>","archive":"<polyline points=\\"21 8 21 21 3 21 3 8\\"></polyline><rect x=\\"1\\" y=\\"3\\" width=\\"22\\" height=\\"5\\"></rect><line x1=\\"10\\" y1=\\"12\\" x2=\\"14\\" y2=\\"12\\"></line>","arrow-down-circle":"<circle cx=\\"12\\" cy=\\"12\\" r=\\"10\\"></circle><polyline points=\\"8 12 12 16 16 12\\"></polyline><line x1=\\"12\\" y1=\\"8\\" x2=\\"12\\" y2=\\"16\\"></line>","arrow-down-left":"<line x1=\\"17\\" y1=\\"7\\" x2=\\"7\\" y2=\\"17\\"></line><polyline points=\\"17 17 7 17 7 7\\"></polyline>","arrow-down-right":"<line x1=\\"7\\" y1=\\"7\\" x2=\\"17\\" y2=\\"17\\"></line><polyline points=\\"17 7 17 17 7 17\\"></polyline>","arrow-down":"<line x1=\\"12\\" y1=\\"5\\" x2=\\"12\\" y2=\\"19\\"></line><polyline points=\\"19 12 12 19 5 12\\"></polyline>","arrow-left-circle":"<circle cx=\\"12\\" cy=\\"12\\" r=\\"10\\"></circle><polyline points=\\"12 8 8 12 12 16\\"></polyline><line x1=\\"16\\" y1=\\"12\\" x2=\\"8\\" y2=\\"12\\"></line>","arrow-left":"<line x1=\\"19\\" y1=\\"12\\" x2=\\"5\\" y2=\\"12\\"></line><polyline points=\\"12 19 5 12 12 5\\"></polyline>","arrow-right-circle":"<circle cx=\\"12\\" cy=\\"12\\" r=\\"10\\"></circle><polyline points=\\"12 16 16 12 12 8\\"></polyline><line x1=\\"8\\" y1=\\"12\\" x2=\\"16\\" y2=\\"12\\"></line>","arrow-right":"<line x1=\\"5\\" y1=\\"12\\" x2=\\"19\\" y2=\\"12\\"></line><polyline points=\\"12 5 19 12 12 19\\"></polyline>","arrow-up-circle":"<circle cx=\\"12\\" cy=\\"12\\" r=\\"10\\"></circle><polyline points=\\"16 12 12 8 8 12\\"></polyline><line x1=\\"12\\" y1=\\"16\\" x2=\\"12\\" y2=\\"8\\"></line>","arrow-up-left":"<line x1=\\"17\\" y1=\\"17\\" x2=\\"7\\" y2=\\"7\\"></line><polyline points=\\"7 17 7 7 17 7\\"></polyline>","arrow-up-right":"<line x1=\\"7\\" y1=\\"17\\" x2=\\"17\\" y2=\\"7\\"></line><polyline points=\\"7 7 17 7 17 17\\"></polyline>","arrow-up":"<line x1=\\"12\\" y1=\\"19\\" x2=\\"12\\" y2=\\"5\\"></line><polyline points=\\"5 12 12 5 19 12\\"></polyline>","at-sign":"<circle cx=\\"12\\" cy=\\"12\\" r=\\"4\\"></circle><path d=\\"M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-3.92 7.94\\"></path>","award":"<circle cx=\\"12\\" cy=\\"8\\" r=\\"7\\"></circle><polyline points=\\"8.21 13.89 7 23 12 20 17 23 15.79 13.88\\"></polyline>","bar-chart-2":"<line x1=\\"18\\" y1=\\"20\\" x2=\\"18\\" y2=\\"10\\"></line><line x1=\\"12\\" y1=\\"20\\" x2=\\"12\\" y2=\\"4\\"></line><line x1=\\"6\\" y1=\\"20\\" x2=\\"6\\" y2=\\"14\\"></line>","bar-chart":"<line x1=\\"12\\" y1=\\"20\\" x2=\\"12\\" y2=\\"10\\"></line><line x1=\\"18\\" y1=\\"20\\" x2=\\"18\\" y2=\\"4\\"></line><line x1=\\"6\\" y1=\\"20\\" x2=\\"6\\" y2=\\"16\\"></line>","battery-charging":"<path d=\\"M5 18H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3.19M15 6h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-3.19\\"></path><line x1=\\"23\\" y1=\\"13\\" x2=\\"23\\" y2=\\"11\\"></line><polyline points=\\"11 6 7 12 13 12 9 18\\"></polyline>","battery":"<rect x=\\"1\\" y=\\"6\\" width=\\"18\\" height=\\"12\\" rx=\\"2\\" ry=\\"2\\"></rect><line x1=\\"23\\" y1=\\"13\\" x2=\\"23\\" y2=\\"11\\"></line>","bell-off":"<path d=\\"M13.73 21a2 2 0 0 1-3.46 0\\"></path><path d=\\"M18.63 13A17.89 17.89 0 0 1 18 8\\"></path><path d=\\"M6.26 6.26A5.86 5.86 0 0 0 6 8c0 7-3 9-3 9h14\\"></path><path d=\\"M18 8a6 6 0 0 0-9.33-5\\"></path><line x1=\\"1\\" y1=\\"1\\" x2=\\"23\\" y2=\\"23\\"></line>","bell":"<path d=\\"M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9\\"></path><path d=\\"M13.73 21a2 2 0 0 1-3.46 0\\"></path>","bluetooth":"<polyline points=\\"6.5 6.5 17.5 17.5 12 23 12 1 17.5 6.5 6.5 17.5\\"></polyline>","bold":"<path d=\\"M6 4h8a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z\\"></path><path d=\\"M6 12h9a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z\\"></path>","book-open":"<path d=\\"M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z\\"></path><path d=\\"M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z\\"></path>","book":"<path d=\\"M4 19.5A2.5 2.5 0 0 1 6.5 17H20\\"></path><path d=\\"M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z\\"></path>","bookmark":"<path d=\\"M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z\\"></path>","box":"<path d=\\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\\"></path><polyline points=\\"3.27 6.96 12 12.01 20.73 6.96\\"></polyline><line x1=\\"12\\" y1=\\"22.08\\" x2=\\"12\\" y2=\\"12\\"></line>","briefcase":"<rect x=\\"2\\" y=\\"7\\" width=\\"20\\" height=\\"14\\" rx=\\"2\\" ry=\\"2\\"></rect><path d=\\"M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16\\"></path>","calendar":"<rect x=\\"3\\" y=\\"4\\" width=\\"18\\" height=\\"18\\" rx=\\"2\\" ry=\\"2\\"></rect><line x1=\\"16\\" y1=\\"2\\" x2=\\"16\\" y2=\\"6\\"></line><line x1=\\"8\\" y1=\\"2\\" x2=\\"8\\" y2=\\"6\\"></line><line x1=\\"3\\" y1=\\"10\\" x2=\\"21\\" y2=\\"10\\"></line>","camera-off":"<line x1=\\"1\\" y1=\\"1\\" x2=\\"23\\" y2=\\"23\\"></line><path d=\\"M21 21H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3m3-3h6l2 3h4a2 2 0 0 1 2 2v9.34m-7.72-2.06a4 4 0 1 1-5.56-5.56\\"></path>","camera":"<path d=\\"M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z\\"></path><circle cx=\\"12\\" cy=\\"13\\" r=\\"4\\"></circle>","cast":"<path d=\\"M2 16.1A5 5 0 0 1 5.9 20M2 12.05A9 9 0 0 1 9.95 20M2 8V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6\\"></path><line x1=\\"2\\" y1=\\"20\\" x2=\\"2.01\\" y2=\\"20\\"></line>","check-circle":"<path d=\\"M22 11.08V12a10 10 0 1 1-5.93-9.14\\"></path><polyline points=\\"22 4 12 14.01 9 11.01\\"></polyline>","check-square":"<polyline points=\\"9 11 12 14 22 4\\"></polyline><path d=\\"M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11\\"></path>","check":"<polyline points=\\"20 6 9 17 4 12\\"></polyline>","chevron-down":"<polyline points=\\"6 9 12 15 18 9\\"></polyline>","chevron-left":"<polyline points=\\"15 18 9 12 15 6\\"></polyline>","chevron-right":"<polyline points=\\"9 18 15 12 9 6\\"></polyline>","chevron-up":"<polyline points=\\"18 15 12 9 6 15\\"></polyline>","chevrons-down":"<polyline points=\\"7 13 12 18 17 13\\"></polyline><polyline points=\\"7 6 12 11 17 6\\"></polyline>","chevrons-left":"<polyline points=\\"11 17 6 12 11 7\\"></polyline><polyline points=\\"18 17 13 12 18 7\\"></polyline>","chevrons-right":"<polyline points=\\"13 17 18 12 13 7\\"></polyline><polyline points=\\"6 17 11 12 6 7\\"></polyline>","chevrons-up":"<polyline points=\\"17 11 12 6 7 11\\"></polyline><polyline points=\\"17 18 12 13 7 18\\"></polyline>","chrome":"<circle cx=\\"12\\" cy=\\"12\\" r=\\"10\\"></circle><circle cx=\\"12\\" cy=\\"12\\" r=\\"4\\"></circle><line x1=\\"21.17\\" y1=\\"8\\" x2=\\"12\\" y2=\\"8\\"></line><line x1=\\"3.95\\" y1=\\"6.06\\" x2=\\"8.54\\" y2=\\"14\\"></line><line x1=\\"10.88\\" y1=\\"21.94\\" x2=\\"15.46\\" y2=\\"14\\"></line>","circle":"<circle cx=\\"12\\" cy=\\"12\\" r=\\"10\\"></circle>","clipboard":"<path d=\\"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2\\"></path><rect x=\\"8\\" y=\\"2\\" width=\\"8\\" height=\\"4\\" rx=\\"1\\" ry=\\"1\\"></rect>","clock":"<circle cx=\\"12\\" cy=\\"12\\" r=\\"10\\"></circle><polyline points=\\"12 6 12 12 16 14\\"></polyline>","cloud-drizzle":"<line x1=\\"8\\" y1=\\"19\\" x2=\\"8\\" y2=\\"21\\"></line><line x1=\\"8\\" y1=\\"13\\" x2=\\"8\\" y2=\\"15\\"></line><line x1=\\"16\\" y1=\\"19\\" x2=\\"16\\" y2=\\"21\\"></line><line x1=\\"16\\" y1=\\"13\\" x2=\\"16\\" y2=\\"15\\"></line><line x1=\\"12\\" y1=\\"21\\" x2=\\"12\\" y2=\\"23\\"></line><line x1=\\"12\\" y1=\\"15\\" x2=\\"12\\" y2=\\"17\\"></line><path d=\\"M20 16.58A5 5 0 0 0 18 7h-1.26A8 8 0 1 0 4 15.25\\"></path>","cloud-lightning":"<path d=\\"M19 16.9A5 5 0 0 0 18 7h-1.26a8 8 0 1 0-11.62 9\\"></path><polyline points=\\"13 11 9 17 15 17 11 23\\"></polyline>","cloud-off":"<path d=\\"M22.61 16.95A5 5 0 0 0 18 10h-1.26a8 8 0 0 0-7.05-6M5 5a8 8 0 0 0 4 15h9a5 5 0 0 0 1.7-.3\\"></path><line x1=\\"1\\" y1=\\"1\\" x2=\\"23\\" y2=\\"23\\"></line>","cloud-rain":"<line x1=\\"16\\" y1=\\"13\\" x2=\\"16\\" y2=\\"21\\"></line><line x1=\\"8\\" y1=\\"13\\" x2=\\"8\\" y2=\\"21\\"></line><line x1=\\"12\\" y1=\\"15\\" x2=\\"12\\" y2=\\"23\\"></line><path d=\\"M20 16.58A5 5 0 0 0 18 7h-1.26A8 8 0 1 0 4 15.25\\"></path>","cloud-snow":"<path d=\\"M20 17.58A5 5 0 0 0 18 8h-1.26A8 8 0 1 0 4 16.25\\"></path><line x1=\\"8\\" y1=\\"16\\" x2=\\"8.01\\" y2=\\"16\\"></line><line x1=\\"8\\" y1=\\"20\\" x2=\\"8.01\\" y2=\\"20\\"></line><line x1=\\"12\\" y1=\\"18\\" x2=\\"12.01\\" y2=\\"18\\"></line><line x1=\\"12\\" y1=\\"22\\" x2=\\"12.01\\" y2=\\"22\\"></line><line x1=\\"16\\" y1=\\"16\\" x2=\\"16.01\\" y2=\\"16\\"></line><line x1=\\"16\\" y1=\\"20\\" x2=\\"16.01\\" y2=\\"20\\"></line>","cloud":"<path d=\\"M18 10h-1.26A8 8 0 1 0 9 20h9a5 5 0 0 0 0-10z\\"></path>","code":"<polyline points=\\"16 18 22 12 16 6\\"></polyline><polyline points=\\"8 6 2 12 8 18\\"></polyline>","codepen":"<polygon points=\\"12 2 22 8.5 22 15.5 12 22 2 15.5 2 8.5 12 2\\"></polygon><line x1=\\"12\\" y1=\\"22\\" x2=\\"12\\" y2=\\"15.5\\"></line><polyline points=\\"22 8.5 12 15.5 2 8.5\\"></polyline><polyline points=\\"2 15.5 12 8.5 22 15.5\\"></polyline><line x1=\\"12\\" y1=\\"2\\" x2=\\"12\\" y2=\\"8.5\\"></line>","codesandbox":"<path d=\\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\\"></path><polyline points=\\"7.5 4.21 12 6.81 16.5 4.21\\"></polyline><polyline points=\\"7.5 19.79 7.5 14.6 3 12\\"></polyline><polyline points=\\"21 12 16.5 14.6 16.5 19.79\\"></polyline><polyline points=\\"3.27 6.96 12 12.01 20.73 6.96\\"></polyline><line x1=\\"12\\" y1=\\"22.08\\" x2=\\"12\\" y2=\\"12\\"></line>","coffee":"<path d=\\"M18 8h1a4 4 0 0 1 0 8h-1\\"></path><path d=\\"M2 8h16v9a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V8z\\"></path><line x1=\\"6\\" y1=\\"1\\" x2=\\"6\\" y2=\\"4\\"></line><line x1=\\"10\\" y1=\\"1\\" x2=\\"10\\" y2=\\"4\\"></line><line x1=\\"14\\" y1=\\"1\\" x2=\\"14\\" y2=\\"4\\"></line>","columns":"<path d=\\"M12 3h7a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-7m0-18H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7m0-18v18\\"></path>","command":"<path d=\\"M18 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3H6a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3V6a3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3h12a3 3 0 0 0 3-3 3 3 0 0 0-3-3z\\"></path>","compass":"<circle cx=\\"12\\" cy=\\"12\\" r=\\"10\\"></circle><polygon points=\\"16.24 7.76 14.12 14.12 7.76 16.24 9.88 9.88 16.24 7.76\\"></polygon>","copy":"<rect x=\\"9\\" y=\\"9\\" width=\\"13\\" height=\\"13\\" rx=\\"2\\" ry=\\"2\\"></rect><path d=\\"M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1\\"></path>","corner-down-left":"<polyline points=\\"9 10 4 15 9 20\\"></polyline><path d=\\"M20 4v7a4 4 0 0 1-4 4H4\\"></path>","corner-down-right":"<polyline points=\\"15 10 20 15 15 20\\"></polyline><path d=\\"M4 4v7a4 4 0 0 0 4 4h12\\"></path>","corner-left-down":"<polyline points=\\"14 15 9 20 4 15\\"></polyline><path d=\\"M20 4h-7a4 4 0 0 0-4 4v12\\"></path>","corner-left-up":"<polyline points=\\"14 9 9 4 4 9\\"></polyline><path d=\\"M20 20h-7a4 4 0 0 1-4-4V4\\"></path>","corner-right-down":"<polyline points=\\"10 15 15 20 20 15\\"></polyline><path d=\\"M4 4h7a4 4 0 0 1 4 4v12\\"></path>","corner-right-up":"<polyline points=\\"10 9 15 4 20 9\\"></polyline><path d=\\"M4 20h7a4 4 0 0 0 4-4V4\\"></path>","corner-up-left":"<polyline points=\\"9 14 4 9 9 4\\"></polyline><path d=\\"M20 20v-7a4 4 0 0 0-4-4H4\\"></path>","corner-up-right":"<polyline points=\\"15 14 20 9 15 4\\"></polyline><path d=\\"M4 20v-7a4 4 0 0 1 4-4h12\\"></path>","cpu":"<rect x=\\"4\\" y=\\"4\\" width=\\"16\\" height=\\"16\\" rx=\\"2\\" ry=\\"2\\"></rect><rect x=\\"9\\" y=\\"9\\" width=\\"6\\" height=\\"6\\"></rect><line x1=\\"9\\" y1=\\"1\\" x2=\\"9\\" y2=\\"4\\"></line><line x1=\\"15\\" y1=\\"1\\" x2=\\"15\\" y2=\\"4\\"></line><line x1=\\"9\\" y1=\\"20\\" x2=\\"9\\" y2=\\"23\\"></line><line x1=\\"15\\" y1=\\"20\\" x2=\\"15\\" y2=\\"23\\"></line><line x1=\\"20\\" y1=\\"9\\" x2=\\"23\\" y2=\\"9\\"></line><line x1=\\"20\\" y1=\\"14\\" x2=\\"23\\" y2=\\"14\\"></line><line x1=\\"1\\" y1=\\"9\\" x2=\\"4\\" y2=\\"9\\"></line><line x1=\\"1\\" y1=\\"14\\" x2=\\"4\\" y2=\\"14\\"></line>","credit-card":"<rect x=\\"1\\" y=\\"4\\" width=\\"22\\" height=\\"16\\" rx=\\"2\\" ry=\\"2\\"></rect><line x1=\\"1\\" y1=\\"10\\" x2=\\"23\\" y2=\\"10\\"></line>","crop":"<path d=\\"M6.13 1L6 16a2 2 0 0 0 2 2h15\\"></path><path d=\\"M1 6.13L16 6a2 2 0 0 1 2 2v15\\"></path>","crosshair":"<circle cx=\\"12\\" cy=\\"12\\" r=\\"10\\"></circle><line x1=\\"22\\" y1=\\"12\\" x2=\\"18\\" y2=\\"12\\"></line><line x1=\\"6\\" y1=\\"12\\" x2=\\"2\\" y2=\\"12\\"></line><line x1=\\"12\\" y1=\\"6\\" x2=\\"12\\" y2=\\"2\\"></line><line x1=\\"12\\" y1=\\"22\\" x2=\\"12\\" y2=\\"18\\"></line>","database":"<ellipse cx=\\"12\\" cy=\\"5\\" rx=\\"9\\" ry=\\"3\\"></ellipse><path d=\\"M21 12c0 1.66-4 3-9 3s-9-1.34-9-3\\"></path><path d=\\"M3 5v14c0 1.66 4 3 9 3s9-1.34 9-3V5\\"></path>","delete":"<path d=\\"M21 4H8l-7 8 7 8h13a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2z\\"></path><line x1=\\"18\\" y1=\\"9\\" x2=\\"12\\" y2=\\"15\\"></line><line x1=\\"12\\" y1=\\"9\\" x2=\\"18\\" y2=\\"15\\"></line>","disc":"<circle cx=\\"12\\" cy=\\"12\\" r=\\"10\\"></circle><circle cx=\\"12\\" cy=\\"12\\" r=\\"3\\"></circle>","divide-circle":"<line x1=\\"8\\" y1=\\"12\\" x2=\\"16\\" y2=\\"12\\"></line><line x1=\\"12\\" y1=\\"16\\" x2=\\"12\\" y2=\\"16\\"></line><line x1=\\"12\\" y1=\\"8\\" x2=\\"12\\" y2=\\"8\\"></line><circle cx=\\"12\\" cy=\\"12\\" r=\\"10\\"></circle>","divide-square":"<rect x=\\"3\\" y=\\"3\\" width=\\"18\\" height=\\"18\\" rx=\\"2\\" ry=\\"2\\"></rect><line x1=\\"8\\" y1=\\"12\\" x2=\\"16\\" y2=\\"12\\"></line><line x1=\\"12\\" y1=\\"16\\" x2=\\"12\\" y2=\\"16\\"></line><line x1=\\"12\\" y1=\\"8\\" x2=\\"12\\" y2=\\"8\\"></line>","divide":"<circle cx=\\"12\\" cy=\\"6\\" r=\\"2\\"></circle><line x1=\\"5\\" y1=\\"12\\" x2=\\"19\\" y2=\\"12\\"></line><circle cx=\\"12\\" cy=\\"18\\" r=\\"2\\"></circle>","dollar-sign":"<line x1=\\"12\\" y1=\\"1\\" x2=\\"12\\" y2=\\"23\\"></line><path d=\\"M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6\\"></path>","download-cloud":"<polyline points=\\"8 17 12 21 16 17\\"></polyline><line x1=\\"12\\" y1=\\"12\\" x2=\\"12\\" y2=\\"21\\"></line><path d=\\"M20.88 18.09A5 5 0 0 0 18 9h-1.26A8 8 0 1 0 3 16.29\\"></path>","download":"<path d=\\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\\"></path><polyline points=\\"7 10 12 15 17 10\\"></polyline><line x1=\\"12\\" y1=\\"15\\" x2=\\"12\\" y2=\\"3\\"></line>","dribbble":"<circle cx=\\"12\\" cy=\\"12\\" r=\\"10\\"></circle><path d=\\"M8.56 2.75c4.37 6.03 6.02 9.42 8.03 17.72m2.54-15.38c-3.72 4.35-8.94 5.66-16.88 5.85m19.5 1.9c-3.5-.93-6.63-.82-8.94 0-2.58.92-5.01 2.86-7.44 6.32\\"></path>","droplet":"<path d=\\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\\"></path>","edit-2":"<path d=\\"M17 3a2.828 2.828 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5L17 3z\\"></path>","edit-3":"<path d=\\"M12 20h9\\"></path><path d=\\"M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4L16.5 3.5z\\"></path>","edit":"<path d=\\"M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7\\"></path><path d=\\"M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z\\"></path>","external-link":"<path d=\\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\\"></path><polyline points=\\"15 3 21 3 21 9\\"></polyline><line x1=\\"10\\" y1=\\"14\\" x2=\\"21\\" y2=\\"3\\"></line>","eye-off":"<path d=\\"M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19m-6.72-1.07a3 3 0 1 1-4.24-4.24\\"></path><line x1=\\"1\\" y1=\\"1\\" x2=\\"23\\" y2=\\"23\\"></line>","eye":"<path d=\\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\\"></path><circle cx=\\"12\\" cy=\\"12\\" r=\\"3\\"></circle>","facebook":"<path d=\\"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z\\"></path>","fast-forward":"<polygon points=\\"13 19 22 12 13 5 13 19\\"></polygon><polygon points=\\"2 19 11 12 2 5 2 19\\"></polygon>","feather":"<path d=\\"M20.24 12.24a6 6 0 0 0-8.49-8.49L5 10.5V19h8.5z\\"></path><line x1=\\"16\\" y1=\\"8\\" x2=\\"2\\" y2=\\"22\\"></line><line x1=\\"17.5\\" y1=\\"15\\" x2=\\"9\\" y2=\\"15\\"></line>","figma":"<path d=\\"M5 5.5A3.5 3.5 0 0 1 8.5 2H12v7H8.5A3.5 3.5 0 0 1 5 5.5z\\"></path><path d=\\"M12 2h3.5a3.5 3.5 0 1 1 0 7H12V2z\\"></path><path d=\\"M12 12.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 1 1-7 0z\\"></path><path d=\\"M5 19.5A3.5 3.5 0 0 1 8.5 16H12v3.5a3.5 3.5 0 1 1-7 0z\\"></path><path d=\\"M5 12.5A3.5 3.5 0 0 1 8.5 9H12v7H8.5A3.5 3.5 0 0 1 5 12.5z\\"></path>","file-minus":"<path d=\\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\\"></path><polyline points=\\"14 2 14 8 20 8\\"></polyline><line x1=\\"9\\" y1=\\"15\\" x2=\\"15\\" y2=\\"15\\"></line>","file-plus":"<path d=\\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\\"></path><polyline points=\\"14 2 14 8 20 8\\"></polyline><line x1=\\"12\\" y1=\\"18\\" x2=\\"12\\" y2=\\"12\\"></line><line x1=\\"9\\" y1=\\"15\\" x2=\\"15\\" y2=\\"15\\"></line>","file-text":"<path d=\\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\\"></path><polyline points=\\"14 2 14 8 20 8\\"></polyline><line x1=\\"16\\" y1=\\"13\\" x2=\\"8\\" y2=\\"13\\"></line><line x1=\\"16\\" y1=\\"17\\" x2=\\"8\\" y2=\\"17\\"></line><polyline points=\\"10 9 9 9 8 9\\"></polyline>","file":"<path d=\\"M13 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9z\\"></path><polyline points=\\"13 2 13 9 20 9\\"></polyline>","film":"<rect x=\\"2\\" y=\\"2\\" width=\\"20\\" height=\\"20\\" rx=\\"2.18\\" ry=\\"2.18\\"></rect><line x1=\\"7\\" y1=\\"2\\" x2=\\"7\\" y2=\\"22\\"></line><line x1=\\"17\\" y1=\\"2\\" x2=\\"17\\" y2=\\"22\\"></line><line x1=\\"2\\" y1=\\"12\\" x2=\\"22\\" y2=\\"12\\"></line><line x1=\\"2\\" y1=\\"7\\" x2=\\"7\\" y2=\\"7\\"></line><line x1=\\"2\\" y1=\\"17\\" x2=\\"7\\" y2=\\"17\\"></line><line x1=\\"17\\" y1=\\"17\\" x2=\\"22\\" y2=\\"17\\"></line><line x1=\\"17\\" y1=\\"7\\" x2=\\"22\\" y2=\\"7\\"></line>","filter":"<polygon points=\\"22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3\\"></polygon>","flag":"<path d=\\"M4 15s1-1 4-1 5 2 8 2 4-1 4-1V3s-1 1-4 1-5-2-8-2-4 1-4 1z\\"></path><line x1=\\"4\\" y1=\\"22\\" x2=\\"4\\" y2=\\"15\\"></line>","folder-minus":"<path d=\\"M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z\\"></path><line x1=\\"9\\" y1=\\"14\\" x2=\\"15\\" y2=\\"14\\"></line>","folder-plus":"<path d=\\"M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z\\"></path><line x1=\\"12\\" y1=\\"11\\" x2=\\"12\\" y2=\\"17\\"></line><line x1=\\"9\\" y1=\\"14\\" x2=\\"15\\" y2=\\"14\\"></line>","folder":"<path d=\\"M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z\\"></path>","framer":"<path d=\\"M5 16V9h14V2H5l14 14h-7m-7 0l7 7v-7m-7 0h7\\"></path>","frown":"<circle cx=\\"12\\" cy=\\"12\\" r=\\"10\\"></circle><path d=\\"M16 16s-1.5-2-4-2-4 2-4 2\\"></path><line x1=\\"9\\" y1=\\"9\\" x2=\\"9.01\\" y2=\\"9\\"></line><line x1=\\"15\\" y1=\\"9\\" x2=\\"15.01\\" y2=\\"9\\"></line>","gift":"<polyline points=\\"20 12 20 22 4 22 4 12\\"></polyline><rect x=\\"2\\" y=\\"7\\" width=\\"20\\" height=\\"5\\"></rect><line x1=\\"12\\" y1=\\"22\\" x2=\\"12\\" y2=\\"7\\"></line><path d=\\"M12 7H7.5a2.5 2.5 0 0 1 0-5C11 2 12 7 12 7z\\"></path><path d=\\"M12 7h4.5a2.5 2.5 0 0 0 0-5C13 2 12 7 12 7z\\"></path>","git-branch":"<line x1=\\"6\\" y1=\\"3\\" x2=\\"6\\" y2=\\"15\\"></line><circle cx=\\"18\\" cy=\\"6\\" r=\\"3\\"></circle><circle cx=\\"6\\" cy=\\"18\\" r=\\"3\\"></circle><path d=\\"M18 9a9 9 0 0 1-9 9\\"></path>","git-commit":"<circle cx=\\"12\\" cy=\\"12\\" r=\\"4\\"></circle><line x1=\\"1.05\\" y1=\\"12\\" x2=\\"7\\" y2=\\"12\\"></line><line x1=\\"17.01\\" y1=\\"12\\" x2=\\"22.96\\" y2=\\"12\\"></line>","git-merge":"<circle cx=\\"18\\" cy=\\"18\\" r=\\"3\\"></circle><circle cx=\\"6\\" cy=\\"6\\" r=\\"3\\"></circle><path d=\\"M6 21V9a9 9 0 0 0 9 9\\"></path>","git-pull-request":"<circle cx=\\"18\\" cy=\\"18\\" r=\\"3\\"></circle><circle cx=\\"6\\" cy=\\"6\\" r=\\"3\\"></circle><path d=\\"M13 6h3a2 2 0 0 1 2 2v7\\"></path><line x1=\\"6\\" y1=\\"9\\" x2=\\"6\\" y2=\\"21\\"></line>","github":"<path d=\\"M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22\\"></path>","gitlab":"<path d=\\"M22.65 14.39L12 22.13 1.35 14.39a.84.84 0 0 1-.3-.94l1.22-3.78 2.44-7.51A.42.42 0 0 1 4.82 2a.43.43 0 0 1 .58 0 .42.42 0 0 1 .11.18l2.44 7.49h8.1l2.44-7.51A.42.42 0 0 1 18.6 2a.43.43 0 0 1 .58 0 .42.42 0 0 1 .11.18l2.44 7.51L23 13.45a.84.84 0 0 1-.35.94z\\"></path>","globe":"<circle cx=\\"12\\" cy=\\"12\\" r=\\"10\\"></circle><line x1=\\"2\\" y1=\\"12\\" x2=\\"22\\" y2=\\"12\\"></line><path d=\\"M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z\\"></path>","grid":"<rect x=\\"3\\" y=\\"3\\" width=\\"7\\" height=\\"7\\"></rect><rect x=\\"14\\" y=\\"3\\" width=\\"7\\" height=\\"7\\"></rect><rect x=\\"14\\" y=\\"14\\" width=\\"7\\" height=\\"7\\"></rect><rect x=\\"3\\" y=\\"14\\" width=\\"7\\" height=\\"7\\"></rect>","hard-drive":"<line x1=\\"22\\" y1=\\"12\\" x2=\\"2\\" y2=\\"12\\"></line><path d=\\"M5.45 5.11L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z\\"></path><line x1=\\"6\\" y1=\\"16\\" x2=\\"6.01\\" y2=\\"16\\"></line><line x1=\\"10\\" y1=\\"16\\" x2=\\"10.01\\" y2=\\"16\\"></line>","hash":"<line x1=\\"4\\" y1=\\"9\\" x2=\\"20\\" y2=\\"9\\"></line><line x1=\\"4\\" y1=\\"15\\" x2=\\"20\\" y2=\\"15\\"></line><line x1=\\"10\\" y1=\\"3\\" x2=\\"8\\" y2=\\"21\\"></line><line x1=\\"16\\" y1=\\"3\\" x2=\\"14\\" y2=\\"21\\"></line>","headphones":"<path d=\\"M3 18v-6a9 9 0 0 1 18 0v6\\"></path><path d=\\"M21 19a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3zM3 19a2 2 0 0 0 2 2h1a2 2 0 0 0 2-2v-3a2 2 0 0 0-2-2H3z\\"></path>","heart":"<path d=\\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\\"></path>","help-circle":"<circle cx=\\"12\\" cy=\\"12\\" r=\\"10\\"></circle><path d=\\"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3\\"></path><line x1=\\"12\\" y1=\\"17\\" x2=\\"12.01\\" y2=\\"17\\"></line>","hexagon":"<path d=\\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\\"></path>","home":"<path d=\\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\\"></path><polyline points=\\"9 22 9 12 15 12 15 22\\"></polyline>","image":"<rect x=\\"3\\" y=\\"3\\" width=\\"18\\" height=\\"18\\" rx=\\"2\\" ry=\\"2\\"></rect><circle cx=\\"8.5\\" cy=\\"8.5\\" r=\\"1.5\\"></circle><polyline points=\\"21 15 16 10 5 21\\"></polyline>","inbox":"<polyline points=\\"22 12 16 12 14 15 10 15 8 12 2 12\\"></polyline><path d=\\"M5.45 5.11L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z\\"></path>","info":"<circle cx=\\"12\\" cy=\\"12\\" r=\\"10\\"></circle><line x1=\\"12\\" y1=\\"16\\" x2=\\"12\\" y2=\\"12\\"></line><line x1=\\"12\\" y1=\\"8\\" x2=\\"12.01\\" y2=\\"8\\"></line>","instagram":"<rect x=\\"2\\" y=\\"2\\" width=\\"20\\" height=\\"20\\" rx=\\"5\\" ry=\\"5\\"></rect><path d=\\"M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z\\"></path><line x1=\\"17.5\\" y1=\\"6.5\\" x2=\\"17.51\\" y2=\\"6.5\\"></line>","italic":"<line x1=\\"19\\" y1=\\"4\\" x2=\\"10\\" y2=\\"4\\"></line><line x1=\\"14\\" y1=\\"20\\" x2=\\"5\\" y2=\\"20\\"></line><line x1=\\"15\\" y1=\\"4\\" x2=\\"9\\" y2=\\"20\\"></line>","key":"<path d=\\"M21 2l-2 2m-7.61 7.61a5.5 5.5 0 1 1-7.778 7.778 5.5 5.5 0 0 1 7.777-7.777zm0 0L15.5 7.5m0 0l3 3L22 7l-3-3m-3.5 3.5L19 4\\"></path>","layers":"<polygon points=\\"12 2 2 7 12 12 22 7 12 2\\"></polygon><polyline points=\\"2 17 12 22 22 17\\"></polyline><polyline points=\\"2 12 12 17 22 12\\"></polyline>","layout":"<rect x=\\"3\\" y=\\"3\\" width=\\"18\\" height=\\"18\\" rx=\\"2\\" ry=\\"2\\"></rect><line x1=\\"3\\" y1=\\"9\\" x2=\\"21\\" y2=\\"9\\"></line><line x1=\\"9\\" y1=\\"21\\" x2=\\"9\\" y2=\\"9\\"></line>","life-buoy":"<circle cx=\\"12\\" cy=\\"12\\" r=\\"10\\"></circle><circle cx=\\"12\\" cy=\\"12\\" r=\\"4\\"></circle><line x1=\\"4.93\\" y1=\\"4.93\\" x2=\\"9.17\\" y2=\\"9.17\\"></line><line x1=\\"14.83\\" y1=\\"14.83\\" x2=\\"19.07\\" y2=\\"19.07\\"></line><line x1=\\"14.83\\" y1=\\"9.17\\" x2=\\"19.07\\" y2=\\"4.93\\"></line><line x1=\\"14.83\\" y1=\\"9.17\\" x2=\\"18.36\\" y2=\\"5.64\\"></line><line x1=\\"4.93\\" y1=\\"19.07\\" x2=\\"9.17\\" y2=\\"14.83\\"></line>","link-2":"<path d=\\"M15 7h3a5 5 0 0 1 5 5 5 5 0 0 1-5 5h-3m-6 0H6a5 5 0 0 1-5-5 5 5 0 0 1 5-5h3\\"></path><line x1=\\"8\\" y1=\\"12\\" x2=\\"16\\" y2=\\"12\\"></line>","link":"<path d=\\"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71\\"></path><path d=\\"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71\\"></path>","linkedin":"<path d=\\"M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z\\"></path><rect x=\\"2\\" y=\\"9\\" width=\\"4\\" height=\\"12\\"></rect><circle cx=\\"4\\" cy=\\"4\\" r=\\"2\\"></circle>","list":"<line x1=\\"8\\" y1=\\"6\\" x2=\\"21\\" y2=\\"6\\"></line><line x1=\\"8\\" y1=\\"12\\" x2=\\"21\\" y2=\\"12\\"></line><line x1=\\"8\\" y1=\\"18\\" x2=\\"21\\" y2=\\"18\\"></line><line x1=\\"3\\" y1=\\"6\\" x2=\\"3.01\\" y2=\\"6\\"></line><line x1=\\"3\\" y1=\\"12\\" x2=\\"3.01\\" y2=\\"12\\"></line><line x1=\\"3\\" y1=\\"18\\" x2=\\"3.01\\" y2=\\"18\\"></line>","loader":"<line x1=\\"12\\" y1=\\"2\\" x2=\\"12\\" y2=\\"6\\"></line><line x1=\\"12\\" y1=\\"18\\" x2=\\"12\\" y2=\\"22\\"></line><line x1=\\"4.93\\" y1=\\"4.93\\" x2=\\"7.76\\" y2=\\"7.76\\"></line><line x1=\\"16.24\\" y1=\\"16.24\\" x2=\\"19.07\\" y2=\\"19.07\\"></line><line x1=\\"2\\" y1=\\"12\\" x2=\\"6\\" y2=\\"12\\"></line><line x1=\\"18\\" y1=\\"12\\" x2=\\"22\\" y2=\\"12\\"></line><line x1=\\"4.93\\" y1=\\"19.07\\" x2=\\"7.76\\" y2=\\"16.24\\"></line><line x1=\\"16.24\\" y1=\\"7.76\\" x2=\\"19.07\\" y2=\\"4.93\\"></line>","lock":"<rect x=\\"3\\" y=\\"11\\" width=\\"18\\" height=\\"11\\" rx=\\"2\\" ry=\\"2\\"></rect><path d=\\"M7 11V7a5 5 0 0 1 10 0v4\\"></path>","log-in":"<path d=\\"M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4\\"></path><polyline points=\\"10 17 15 12 10 7\\"></polyline><line x1=\\"15\\" y1=\\"12\\" x2=\\"3\\" y2=\\"12\\"></line>","log-out":"<path d=\\"M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4\\"></path><polyline points=\\"16 17 21 12 16 7\\"></polyline><line x1=\\"21\\" y1=\\"12\\" x2=\\"9\\" y2=\\"12\\"></line>","mail":"<path d=\\"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z\\"></path><polyline points=\\"22,6 12,13 2,6\\"></polyline>","map-pin":"<path d=\\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z\\"></path><circle cx=\\"12\\" cy=\\"10\\" r=\\"3\\"></circle>","map":"<polygon points=\\"1 6 1 22 8 18 16 22 23 18 23 2 16 6 8 2 1 6\\"></polygon><line x1=\\"8\\" y1=\\"2\\" x2=\\"8\\" y2=\\"18\\"></line><line x1=\\"16\\" y1=\\"6\\" x2=\\"16\\" y2=\\"22\\"></line>","maximize-2":"<polyline points=\\"15 3 21 3 21 9\\"></polyline><polyline points=\\"9 21 3 21 3 15\\"></polyline><line x1=\\"21\\" y1=\\"3\\" x2=\\"14\\" y2=\\"10\\"></line><line x1=\\"3\\" y1=\\"21\\" x2=\\"10\\" y2=\\"14\\"></line>","maximize":"<path d=\\"M8 3H5a2 2 0 0 0-2 2v3m18 0V5a2 2 0 0 0-2-2h-3m0 18h3a2 2 0 0 0 2-2v-3M3 16v3a2 2 0 0 0 2 2h3\\"></path>","meh":"<circle cx=\\"12\\" cy=\\"12\\" r=\\"10\\"></circle><line x1=\\"8\\" y1=\\"15\\" x2=\\"16\\" y2=\\"15\\"></line><line x1=\\"9\\" y1=\\"9\\" x2=\\"9.01\\" y2=\\"9\\"></line><line x1=\\"15\\" y1=\\"9\\" x2=\\"15.01\\" y2=\\"9\\"></line>","menu":"<line x1=\\"3\\" y1=\\"12\\" x2=\\"21\\" y2=\\"12\\"></line><line x1=\\"3\\" y1=\\"6\\" x2=\\"21\\" y2=\\"6\\"></line><line x1=\\"3\\" y1=\\"18\\" x2=\\"21\\" y2=\\"18\\"></line>","message-circle":"<path d=\\"M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z\\"></path>","message-square":"<path d=\\"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z\\"></path>","mic-off":"<line x1=\\"1\\" y1=\\"1\\" x2=\\"23\\" y2=\\"23\\"></line><path d=\\"M9 9v3a3 3 0 0 0 5.12 2.12M15 9.34V4a3 3 0 0 0-5.94-.6\\"></path><path d=\\"M17 16.95A7 7 0 0 1 5 12v-2m14 0v2a7 7 0 0 1-.11 1.23\\"></path><line x1=\\"12\\" y1=\\"19\\" x2=\\"12\\" y2=\\"23\\"></line><line x1=\\"8\\" y1=\\"23\\" x2=\\"16\\" y2=\\"23\\"></line>","mic":"<path d=\\"M12 1a3 3 0 0 0-3 3v8a3 3 0 0 0 6 0V4a3 3 0 0 0-3-3z\\"></path><path d=\\"M19 10v2a7 7 0 0 1-14 0v-2\\"></path><line x1=\\"12\\" y1=\\"19\\" x2=\\"12\\" y2=\\"23\\"></line><line x1=\\"8\\" y1=\\"23\\" x2=\\"16\\" y2=\\"23\\"></line>","minimize-2":"<polyline points=\\"4 14 10 14 10 20\\"></polyline><polyline points=\\"20 10 14 10 14 4\\"></polyline><line x1=\\"14\\" y1=\\"10\\" x2=\\"21\\" y2=\\"3\\"></line><line x1=\\"3\\" y1=\\"21\\" x2=\\"10\\" y2=\\"14\\"></line>","minimize":"<path d=\\"M8 3v3a2 2 0 0 1-2 2H3m18 0h-3a2 2 0 0 1-2-2V3m0 18v-3a2 2 0 0 1 2-2h3M3 16h3a2 2 0 0 1 2 2v3\\"></path>","minus-circle":"<circle cx=\\"12\\" cy=\\"12\\" r=\\"10\\"></circle><line x1=\\"8\\" y1=\\"12\\" x2=\\"16\\" y2=\\"12\\"></line>","minus-square":"<rect x=\\"3\\" y=\\"3\\" width=\\"18\\" height=\\"18\\" rx=\\"2\\" ry=\\"2\\"></rect><line x1=\\"8\\" y1=\\"12\\" x2=\\"16\\" y2=\\"12\\"></line>","minus":"<line x1=\\"5\\" y1=\\"12\\" x2=\\"19\\" y2=\\"12\\"></line>","monitor":"<rect x=\\"2\\" y=\\"3\\" width=\\"20\\" height=\\"14\\" rx=\\"2\\" ry=\\"2\\"></rect><line x1=\\"8\\" y1=\\"21\\" x2=\\"16\\" y2=\\"21\\"></line><line x1=\\"12\\" y1=\\"17\\" x2=\\"12\\" y2=\\"21\\"></line>","moon":"<path d=\\"M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z\\"></path>","more-horizontal":"<circle cx=\\"12\\" cy=\\"12\\" r=\\"1\\"></circle><circle cx=\\"19\\" cy=\\"12\\" r=\\"1\\"></circle><circle cx=\\"5\\" cy=\\"12\\" r=\\"1\\"></circle>","more-vertical":"<circle cx=\\"12\\" cy=\\"12\\" r=\\"1\\"></circle><circle cx=\\"12\\" cy=\\"5\\" r=\\"1\\"></circle><circle cx=\\"12\\" cy=\\"19\\" r=\\"1\\"></circle>","mouse-pointer":"<path d=\\"M3 3l7.07 16.97 2.51-7.39 7.39-2.51L3 3z\\"></path><path d=\\"M13 13l6 6\\"></path>","move":"<polyline points=\\"5 9 2 12 5 15\\"></polyline><polyline points=\\"9 5 12 2 15 5\\"></polyline><polyline points=\\"15 19 12 22 9 19\\"></polyline><polyline points=\\"19 9 22 12 19 15\\"></polyline><line x1=\\"2\\" y1=\\"12\\" x2=\\"22\\" y2=\\"12\\"></line><line x1=\\"12\\" y1=\\"2\\" x2=\\"12\\" y2=\\"22\\"></line>","music":"<path d=\\"M9 18V5l12-2v13\\"></path><circle cx=\\"6\\" cy=\\"18\\" r=\\"3\\"></circle><circle cx=\\"18\\" cy=\\"16\\" r=\\"3\\"></circle>","navigation-2":"<polygon points=\\"12 2 19 21 12 17 5 21 12 2\\"></polygon>","navigation":"<polygon points=\\"3 11 22 2 13 21 11 13 3 11\\"></polygon>","octagon":"<polygon points=\\"7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2\\"></polygon>","package":"<line x1=\\"16.5\\" y1=\\"9.4\\" x2=\\"7.5\\" y2=\\"4.21\\"></line><path d=\\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\\"></path><polyline points=\\"3.27 6.96 12 12.01 20.73 6.96\\"></polyline><line x1=\\"12\\" y1=\\"22.08\\" x2=\\"12\\" y2=\\"12\\"></line>","paperclip":"<path d=\\"M21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48\\"></path>","pause-circle":"<circle cx=\\"12\\" cy=\\"12\\" r=\\"10\\"></circle><line x1=\\"10\\" y1=\\"15\\" x2=\\"10\\" y2=\\"9\\"></line><line x1=\\"14\\" y1=\\"15\\" x2=\\"14\\" y2=\\"9\\"></line>","pause":"<rect x=\\"6\\" y=\\"4\\" width=\\"4\\" height=\\"16\\"></rect><rect x=\\"14\\" y=\\"4\\" width=\\"4\\" height=\\"16\\"></rect>","pen-tool":"<path d=\\"M12 19l7-7 3 3-7 7-3-3z\\"></path><path d=\\"M18 13l-1.5-7.5L2 2l3.5 14.5L13 18l5-5z\\"></path><path d=\\"M2 2l7.586 7.586\\"></path><circle cx=\\"11\\" cy=\\"11\\" r=\\"2\\"></circle>","percent":"<line x1=\\"19\\" y1=\\"5\\" x2=\\"5\\" y2=\\"19\\"></line><circle cx=\\"6.5\\" cy=\\"6.5\\" r=\\"2.5\\"></circle><circle cx=\\"17.5\\" cy=\\"17.5\\" r=\\"2.5\\"></circle>","phone-call":"<path d=\\"M15.05 5A5 5 0 0 1 19 8.95M15.05 1A9 9 0 0 1 23 8.94m-1 7.98v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\\"></path>","phone-forwarded":"<polyline points=\\"19 1 23 5 19 9\\"></polyline><line x1=\\"15\\" y1=\\"5\\" x2=\\"23\\" y2=\\"5\\"></line><path d=\\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\\"></path>","phone-incoming":"<polyline points=\\"16 2 16 8 22 8\\"></polyline><line x1=\\"23\\" y1=\\"1\\" x2=\\"16\\" y2=\\"8\\"></line><path d=\\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\\"></path>","phone-missed":"<line x1=\\"23\\" y1=\\"1\\" x2=\\"17\\" y2=\\"7\\"></line><line x1=\\"17\\" y1=\\"1\\" x2=\\"23\\" y2=\\"7\\"></line><path d=\\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\\"></path>","phone-off":"<path d=\\"M10.68 13.31a16 16 0 0 0 3.41 2.6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7 2 2 0 0 1 1.72 2v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.42 19.42 0 0 1-3.33-2.67m-2.67-3.34a19.79 19.79 0 0 1-3.07-8.63A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91\\"></path><line x1=\\"23\\" y1=\\"1\\" x2=\\"1\\" y2=\\"23\\"></line>","phone-outgoing":"<polyline points=\\"23 7 23 1 17 1\\"></polyline><line x1=\\"16\\" y1=\\"8\\" x2=\\"23\\" y2=\\"1\\"></line><path d=\\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\\"></path>","phone":"<path d=\\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\\"></path>","pie-chart":"<path d=\\"M21.21 15.89A10 10 0 1 1 8 2.83\\"></path><path d=\\"M22 12A10 10 0 0 0 12 2v10z\\"></path>","play-circle":"<circle cx=\\"12\\" cy=\\"12\\" r=\\"10\\"></circle><polygon points=\\"10 8 16 12 10 16 10 8\\"></polygon>","play":"<polygon points=\\"5 3 19 12 5 21 5 3\\"></polygon>","plus-circle":"<circle cx=\\"12\\" cy=\\"12\\" r=\\"10\\"></circle><line x1=\\"12\\" y1=\\"8\\" x2=\\"12\\" y2=\\"16\\"></line><line x1=\\"8\\" y1=\\"12\\" x2=\\"16\\" y2=\\"12\\"></line>","plus-square":"<rect x=\\"3\\" y=\\"3\\" width=\\"18\\" height=\\"18\\" rx=\\"2\\" ry=\\"2\\"></rect><line x1=\\"12\\" y1=\\"8\\" x2=\\"12\\" y2=\\"16\\"></line><line x1=\\"8\\" y1=\\"12\\" x2=\\"16\\" y2=\\"12\\"></line>","plus":"<line x1=\\"12\\" y1=\\"5\\" x2=\\"12\\" y2=\\"19\\"></line><line x1=\\"5\\" y1=\\"12\\" x2=\\"19\\" y2=\\"12\\"></line>","pocket":"<path d=\\"M4 3h16a2 2 0 0 1 2 2v6a10 10 0 0 1-10 10A10 10 0 0 1 2 11V5a2 2 0 0 1 2-2z\\"></path><polyline points=\\"8 10 12 14 16 10\\"></polyline>","power":"<path d=\\"M18.36 6.64a9 9 0 1 1-12.73 0\\"></path><line x1=\\"12\\" y1=\\"2\\" x2=\\"12\\" y2=\\"12\\"></line>","printer":"<polyline points=\\"6 9 6 2 18 2 18 9\\"></polyline><path d=\\"M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2\\"></path><rect x=\\"6\\" y=\\"14\\" width=\\"12\\" height=\\"8\\"></rect>","radio":"<circle cx=\\"12\\" cy=\\"12\\" r=\\"2\\"></circle><path d=\\"M16.24 7.76a6 6 0 0 1 0 8.49m-8.48-.01a6 6 0 0 1 0-8.49m11.31-2.82a10 10 0 0 1 0 14.14m-14.14 0a10 10 0 0 1 0-14.14\\"></path>","refresh-ccw":"<polyline points=\\"1 4 1 10 7 10\\"></polyline><polyline points=\\"23 20 23 14 17 14\\"></polyline><path d=\\"M20.49 9A9 9 0 0 0 5.64 5.64L1 10m22 4l-4.64 4.36A9 9 0 0 1 3.51 15\\"></path>","refresh-cw":"<polyline points=\\"23 4 23 10 17 10\\"></polyline><polyline points=\\"1 20 1 14 7 14\\"></polyline><path d=\\"M3.51 9a9 9 0 0 1 14.85-3.36L23 10M1 14l4.64 4.36A9 9 0 0 0 20.49 15\\"></path>","repeat":"<polyline points=\\"17 1 21 5 17 9\\"></polyline><path d=\\"M3 11V9a4 4 0 0 1 4-4h14\\"></path><polyline points=\\"7 23 3 19 7 15\\"></polyline><path d=\\"M21 13v2a4 4 0 0 1-4 4H3\\"></path>","rewind":"<polygon points=\\"11 19 2 12 11 5 11 19\\"></polygon><polygon points=\\"22 19 13 12 22 5 22 19\\"></polygon>","rotate-ccw":"<polyline points=\\"1 4 1 10 7 10\\"></polyline><path d=\\"M3.51 15a9 9 0 1 0 2.13-9.36L1 10\\"></path>","rotate-cw":"<polyline points=\\"23 4 23 10 17 10\\"></polyline><path d=\\"M20.49 15a9 9 0 1 1-2.12-9.36L23 10\\"></path>","rss":"<path d=\\"M4 11a9 9 0 0 1 9 9\\"></path><path d=\\"M4 4a16 16 0 0 1 16 16\\"></path><circle cx=\\"5\\" cy=\\"19\\" r=\\"1\\"></circle>","save":"<path d=\\"M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11l5 5v11a2 2 0 0 1-2 2z\\"></path><polyline points=\\"17 21 17 13 7 13 7 21\\"></polyline><polyline points=\\"7 3 7 8 15 8\\"></polyline>","scissors":"<circle cx=\\"6\\" cy=\\"6\\" r=\\"3\\"></circle><circle cx=\\"6\\" cy=\\"18\\" r=\\"3\\"></circle><line x1=\\"20\\" y1=\\"4\\" x2=\\"8.12\\" y2=\\"15.88\\"></line><line x1=\\"14.47\\" y1=\\"14.48\\" x2=\\"20\\" y2=\\"20\\"></line><line x1=\\"8.12\\" y1=\\"8.12\\" x2=\\"12\\" y2=\\"12\\"></line>","search":"<circle cx=\\"11\\" cy=\\"11\\" r=\\"8\\"></circle><line x1=\\"21\\" y1=\\"21\\" x2=\\"16.65\\" y2=\\"16.65\\"></line>","send":"<line x1=\\"22\\" y1=\\"2\\" x2=\\"11\\" y2=\\"13\\"></line><polygon points=\\"22 2 15 22 11 13 2 9 22 2\\"></polygon>","server":"<rect x=\\"2\\" y=\\"2\\" width=\\"20\\" height=\\"8\\" rx=\\"2\\" ry=\\"2\\"></rect><rect x=\\"2\\" y=\\"14\\" width=\\"20\\" height=\\"8\\" rx=\\"2\\" ry=\\"2\\"></rect><line x1=\\"6\\" y1=\\"6\\" x2=\\"6.01\\" y2=\\"6\\"></line><line x1=\\"6\\" y1=\\"18\\" x2=\\"6.01\\" y2=\\"18\\"></line>","settings":"<circle cx=\\"12\\" cy=\\"12\\" r=\\"3\\"></circle><path d=\\"M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z\\"></path>","share-2":"<circle cx=\\"18\\" cy=\\"5\\" r=\\"3\\"></circle><circle cx=\\"6\\" cy=\\"12\\" r=\\"3\\"></circle><circle cx=\\"18\\" cy=\\"19\\" r=\\"3\\"></circle><line x1=\\"8.59\\" y1=\\"13.51\\" x2=\\"15.42\\" y2=\\"17.49\\"></line><line x1=\\"15.41\\" y1=\\"6.51\\" x2=\\"8.59\\" y2=\\"10.49\\"></line>","share":"<path d=\\"M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8\\"></path><polyline points=\\"16 6 12 2 8 6\\"></polyline><line x1=\\"12\\" y1=\\"2\\" x2=\\"12\\" y2=\\"15\\"></line>","shield-off":"<path d=\\"M19.69 14a6.9 6.9 0 0 0 .31-2V5l-8-3-3.16 1.18\\"></path><path d=\\"M4.73 4.73L4 5v7c0 6 8 10 8 10a20.29 20.29 0 0 0 5.62-4.38\\"></path><line x1=\\"1\\" y1=\\"1\\" x2=\\"23\\" y2=\\"23\\"></line>","shield":"<path d=\\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\\"></path>","shopping-bag":"<path d=\\"M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z\\"></path><line x1=\\"3\\" y1=\\"6\\" x2=\\"21\\" y2=\\"6\\"></line><path d=\\"M16 10a4 4 0 0 1-8 0\\"></path>","shopping-cart":"<circle cx=\\"9\\" cy=\\"21\\" r=\\"1\\"></circle><circle cx=\\"20\\" cy=\\"21\\" r=\\"1\\"></circle><path d=\\"M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6\\"></path>","shuffle":"<polyline points=\\"16 3 21 3 21 8\\"></polyline><line x1=\\"4\\" y1=\\"20\\" x2=\\"21\\" y2=\\"3\\"></line><polyline points=\\"21 16 21 21 16 21\\"></polyline><line x1=\\"15\\" y1=\\"15\\" x2=\\"21\\" y2=\\"21\\"></line><line x1=\\"4\\" y1=\\"4\\" x2=\\"9\\" y2=\\"9\\"></line>","sidebar":"<rect x=\\"3\\" y=\\"3\\" width=\\"18\\" height=\\"18\\" rx=\\"2\\" ry=\\"2\\"></rect><line x1=\\"9\\" y1=\\"3\\" x2=\\"9\\" y2=\\"21\\"></line>","skip-back":"<polygon points=\\"19 20 9 12 19 4 19 20\\"></polygon><line x1=\\"5\\" y1=\\"19\\" x2=\\"5\\" y2=\\"5\\"></line>","skip-forward":"<polygon points=\\"5 4 15 12 5 20 5 4\\"></polygon><line x1=\\"19\\" y1=\\"5\\" x2=\\"19\\" y2=\\"19\\"></line>","slack":"<path d=\\"M14.5 10c-.83 0-1.5-.67-1.5-1.5v-5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v5c0 .83-.67 1.5-1.5 1.5z\\"></path><path d=\\"M20.5 10H19V8.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5-.67 1.5-1.5 1.5z\\"></path><path d=\\"M9.5 14c.83 0 1.5.67 1.5 1.5v5c0 .83-.67 1.5-1.5 1.5S8 21.33 8 20.5v-5c0-.83.67-1.5 1.5-1.5z\\"></path><path d=\\"M3.5 14H5v1.5c0 .83-.67 1.5-1.5 1.5S2 16.33 2 15.5 2.67 14 3.5 14z\\"></path><path d=\\"M14 14.5c0-.83.67-1.5 1.5-1.5h5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5h-5c-.83 0-1.5-.67-1.5-1.5z\\"></path><path d=\\"M15.5 19H14v1.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5-.67-1.5-1.5-1.5z\\"></path><path d=\\"M10 9.5C10 8.67 9.33 8 8.5 8h-5C2.67 8 2 8.67 2 9.5S2.67 11 3.5 11h5c.83 0 1.5-.67 1.5-1.5z\\"></path><path d=\\"M8.5 5H10V3.5C10 2.67 9.33 2 8.5 2S7 2.67 7 3.5 7.67 5 8.5 5z\\"></path>","slash":"<circle cx=\\"12\\" cy=\\"12\\" r=\\"10\\"></circle><line x1=\\"4.93\\" y1=\\"4.93\\" x2=\\"19.07\\" y2=\\"19.07\\"></line>","sliders":"<line x1=\\"4\\" y1=\\"21\\" x2=\\"4\\" y2=\\"14\\"></line><line x1=\\"4\\" y1=\\"10\\" x2=\\"4\\" y2=\\"3\\"></line><line x1=\\"12\\" y1=\\"21\\" x2=\\"12\\" y2=\\"12\\"></line><line x1=\\"12\\" y1=\\"8\\" x2=\\"12\\" y2=\\"3\\"></line><line x1=\\"20\\" y1=\\"21\\" x2=\\"20\\" y2=\\"16\\"></line><line x1=\\"20\\" y1=\\"12\\" x2=\\"20\\" y2=\\"3\\"></line><line x1=\\"1\\" y1=\\"14\\" x2=\\"7\\" y2=\\"14\\"></line><line x1=\\"9\\" y1=\\"8\\" x2=\\"15\\" y2=\\"8\\"></line><line x1=\\"17\\" y1=\\"16\\" x2=\\"23\\" y2=\\"16\\"></line>","smartphone":"<rect x=\\"5\\" y=\\"2\\" width=\\"14\\" height=\\"20\\" rx=\\"2\\" ry=\\"2\\"></rect><line x1=\\"12\\" y1=\\"18\\" x2=\\"12.01\\" y2=\\"18\\"></line>","smile":"<circle cx=\\"12\\" cy=\\"12\\" r=\\"10\\"></circle><path d=\\"M8 14s1.5 2 4 2 4-2 4-2\\"></path><line x1=\\"9\\" y1=\\"9\\" x2=\\"9.01\\" y2=\\"9\\"></line><line x1=\\"15\\" y1=\\"9\\" x2=\\"15.01\\" y2=\\"9\\"></line>","speaker":"<rect x=\\"4\\" y=\\"2\\" width=\\"16\\" height=\\"20\\" rx=\\"2\\" ry=\\"2\\"></rect><circle cx=\\"12\\" cy=\\"14\\" r=\\"4\\"></circle><line x1=\\"12\\" y1=\\"6\\" x2=\\"12.01\\" y2=\\"6\\"></line>","square":"<rect x=\\"3\\" y=\\"3\\" width=\\"18\\" height=\\"18\\" rx=\\"2\\" ry=\\"2\\"></rect>","star":"<polygon points=\\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\\"></polygon>","stop-circle":"<circle cx=\\"12\\" cy=\\"12\\" r=\\"10\\"></circle><rect x=\\"9\\" y=\\"9\\" width=\\"6\\" height=\\"6\\"></rect>","sun":"<circle cx=\\"12\\" cy=\\"12\\" r=\\"5\\"></circle><line x1=\\"12\\" y1=\\"1\\" x2=\\"12\\" y2=\\"3\\"></line><line x1=\\"12\\" y1=\\"21\\" x2=\\"12\\" y2=\\"23\\"></line><line x1=\\"4.22\\" y1=\\"4.22\\" x2=\\"5.64\\" y2=\\"5.64\\"></line><line x1=\\"18.36\\" y1=\\"18.36\\" x2=\\"19.78\\" y2=\\"19.78\\"></line><line x1=\\"1\\" y1=\\"12\\" x2=\\"3\\" y2=\\"12\\"></line><line x1=\\"21\\" y1=\\"12\\" x2=\\"23\\" y2=\\"12\\"></line><line x1=\\"4.22\\" y1=\\"19.78\\" x2=\\"5.64\\" y2=\\"18.36\\"></line><line x1=\\"18.36\\" y1=\\"5.64\\" x2=\\"19.78\\" y2=\\"4.22\\"></line>","sunrise":"<path d=\\"M17 18a5 5 0 0 0-10 0\\"></path><line x1=\\"12\\" y1=\\"2\\" x2=\\"12\\" y2=\\"9\\"></line><line x1=\\"4.22\\" y1=\\"10.22\\" x2=\\"5.64\\" y2=\\"11.64\\"></line><line x1=\\"1\\" y1=\\"18\\" x2=\\"3\\" y2=\\"18\\"></line><line x1=\\"21\\" y1=\\"18\\" x2=\\"23\\" y2=\\"18\\"></line><line x1=\\"18.36\\" y1=\\"11.64\\" x2=\\"19.78\\" y2=\\"10.22\\"></line><line x1=\\"23\\" y1=\\"22\\" x2=\\"1\\" y2=\\"22\\"></line><polyline points=\\"8 6 12 2 16 6\\"></polyline>","sunset":"<path d=\\"M17 18a5 5 0 0 0-10 0\\"></path><line x1=\\"12\\" y1=\\"9\\" x2=\\"12\\" y2=\\"2\\"></line><line x1=\\"4.22\\" y1=\\"10.22\\" x2=\\"5.64\\" y2=\\"11.64\\"></line><line x1=\\"1\\" y1=\\"18\\" x2=\\"3\\" y2=\\"18\\"></line><line x1=\\"21\\" y1=\\"18\\" x2=\\"23\\" y2=\\"18\\"></line><line x1=\\"18.36\\" y1=\\"11.64\\" x2=\\"19.78\\" y2=\\"10.22\\"></line><line x1=\\"23\\" y1=\\"22\\" x2=\\"1\\" y2=\\"22\\"></line><polyline points=\\"16 5 12 9 8 5\\"></polyline>","table":"<path d=\\"M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18\\"></path>","tablet":"<rect x=\\"4\\" y=\\"2\\" width=\\"16\\" height=\\"20\\" rx=\\"2\\" ry=\\"2\\"></rect><line x1=\\"12\\" y1=\\"18\\" x2=\\"12.01\\" y2=\\"18\\"></line>","tag":"<path d=\\"M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z\\"></path><line x1=\\"7\\" y1=\\"7\\" x2=\\"7.01\\" y2=\\"7\\"></line>","target":"<circle cx=\\"12\\" cy=\\"12\\" r=\\"10\\"></circle><circle cx=\\"12\\" cy=\\"12\\" r=\\"6\\"></circle><circle cx=\\"12\\" cy=\\"12\\" r=\\"2\\"></circle>","terminal":"<polyline points=\\"4 17 10 11 4 5\\"></polyline><line x1=\\"12\\" y1=\\"19\\" x2=\\"20\\" y2=\\"19\\"></line>","thermometer":"<path d=\\"M14 14.76V3.5a2.5 2.5 0 0 0-5 0v11.26a4.5 4.5 0 1 0 5 0z\\"></path>","thumbs-down":"<path d=\\"M10 15v4a3 3 0 0 0 3 3l4-9V2H5.72a2 2 0 0 0-2 1.7l-1.38 9a2 2 0 0 0 2 2.3zm7-13h2.67A2.31 2.31 0 0 1 22 4v7a2.31 2.31 0 0 1-2.33 2H17\\"></path>","thumbs-up":"<path d=\\"M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3\\"></path>","toggle-left":"<rect x=\\"1\\" y=\\"5\\" width=\\"22\\" height=\\"14\\" rx=\\"7\\" ry=\\"7\\"></rect><circle cx=\\"8\\" cy=\\"12\\" r=\\"3\\"></circle>","toggle-right":"<rect x=\\"1\\" y=\\"5\\" width=\\"22\\" height=\\"14\\" rx=\\"7\\" ry=\\"7\\"></rect><circle cx=\\"16\\" cy=\\"12\\" r=\\"3\\"></circle>","tool":"<path d=\\"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z\\"></path>","trash-2":"<polyline points=\\"3 6 5 6 21 6\\"></polyline><path d=\\"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2\\"></path><line x1=\\"10\\" y1=\\"11\\" x2=\\"10\\" y2=\\"17\\"></line><line x1=\\"14\\" y1=\\"11\\" x2=\\"14\\" y2=\\"17\\"></line>","trash":"<polyline points=\\"3 6 5 6 21 6\\"></polyline><path d=\\"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2\\"></path>","trello":"<rect x=\\"3\\" y=\\"3\\" width=\\"18\\" height=\\"18\\" rx=\\"2\\" ry=\\"2\\"></rect><rect x=\\"7\\" y=\\"7\\" width=\\"3\\" height=\\"9\\"></rect><rect x=\\"14\\" y=\\"7\\" width=\\"3\\" height=\\"5\\"></rect>","trending-down":"<polyline points=\\"23 18 13.5 8.5 8.5 13.5 1 6\\"></polyline><polyline points=\\"17 18 23 18 23 12\\"></polyline>","trending-up":"<polyline points=\\"23 6 13.5 15.5 8.5 10.5 1 18\\"></polyline><polyline points=\\"17 6 23 6 23 12\\"></polyline>","triangle":"<path d=\\"M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z\\"></path>","truck":"<rect x=\\"1\\" y=\\"3\\" width=\\"15\\" height=\\"13\\"></rect><polygon points=\\"16 8 20 8 23 11 23 16 16 16 16 8\\"></polygon><circle cx=\\"5.5\\" cy=\\"18.5\\" r=\\"2.5\\"></circle><circle cx=\\"18.5\\" cy=\\"18.5\\" r=\\"2.5\\"></circle>","tv":"<rect x=\\"2\\" y=\\"7\\" width=\\"20\\" height=\\"15\\" rx=\\"2\\" ry=\\"2\\"></rect><polyline points=\\"17 2 12 7 7 2\\"></polyline>","twitch":"<path d=\\"M21 2H3v16h5v4l4-4h5l4-4V2zm-10 9V7m5 4V7\\"></path>","twitter":"<path d=\\"M23 3a10.9 10.9 0 0 1-3.14 1.53 4.48 4.48 0 0 0-7.86 3v1A10.66 10.66 0 0 1 3 4s-4 9 5 13a11.64 11.64 0 0 1-7 2c9 5 20 0 20-11.5a4.5 4.5 0 0 0-.08-.83A7.72 7.72 0 0 0 23 3z\\"></path>","type":"<polyline points=\\"4 7 4 4 20 4 20 7\\"></polyline><line x1=\\"9\\" y1=\\"20\\" x2=\\"15\\" y2=\\"20\\"></line><line x1=\\"12\\" y1=\\"4\\" x2=\\"12\\" y2=\\"20\\"></line>","umbrella":"<path d=\\"M23 12a11.05 11.05 0 0 0-22 0zm-5 7a3 3 0 0 1-6 0v-7\\"></path>","underline":"<path d=\\"M6 3v7a6 6 0 0 0 6 6 6 6 0 0 0 6-6V3\\"></path><line x1=\\"4\\" y1=\\"21\\" x2=\\"20\\" y2=\\"21\\"></line>","unlock":"<rect x=\\"3\\" y=\\"11\\" width=\\"18\\" height=\\"11\\" rx=\\"2\\" ry=\\"2\\"></rect><path d=\\"M7 11V7a5 5 0 0 1 9.9-1\\"></path>","upload-cloud":"<polyline points=\\"16 16 12 12 8 16\\"></polyline><line x1=\\"12\\" y1=\\"12\\" x2=\\"12\\" y2=\\"21\\"></line><path d=\\"M20.39 18.39A5 5 0 0 0 18 9h-1.26A8 8 0 1 0 3 16.3\\"></path><polyline points=\\"16 16 12 12 8 16\\"></polyline>","upload":"<path d=\\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\\"></path><polyline points=\\"17 8 12 3 7 8\\"></polyline><line x1=\\"12\\" y1=\\"3\\" x2=\\"12\\" y2=\\"15\\"></line>","user-check":"<path d=\\"M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\\"></path><circle cx=\\"8.5\\" cy=\\"7\\" r=\\"4\\"></circle><polyline points=\\"17 11 19 13 23 9\\"></polyline>","user-minus":"<path d=\\"M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\\"></path><circle cx=\\"8.5\\" cy=\\"7\\" r=\\"4\\"></circle><line x1=\\"23\\" y1=\\"11\\" x2=\\"17\\" y2=\\"11\\"></line>","user-plus":"<path d=\\"M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\\"></path><circle cx=\\"8.5\\" cy=\\"7\\" r=\\"4\\"></circle><line x1=\\"20\\" y1=\\"8\\" x2=\\"20\\" y2=\\"14\\"></line><line x1=\\"23\\" y1=\\"11\\" x2=\\"17\\" y2=\\"11\\"></line>","user-x":"<path d=\\"M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\\"></path><circle cx=\\"8.5\\" cy=\\"7\\" r=\\"4\\"></circle><line x1=\\"18\\" y1=\\"8\\" x2=\\"23\\" y2=\\"13\\"></line><line x1=\\"23\\" y1=\\"8\\" x2=\\"18\\" y2=\\"13\\"></line>","user":"<path d=\\"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2\\"></path><circle cx=\\"12\\" cy=\\"7\\" r=\\"4\\"></circle>","users":"<path d=\\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\\"></path><circle cx=\\"9\\" cy=\\"7\\" r=\\"4\\"></circle><path d=\\"M23 21v-2a4 4 0 0 0-3-3.87\\"></path><path d=\\"M16 3.13a4 4 0 0 1 0 7.75\\"></path>","video-off":"<path d=\\"M16 16v1a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h2m5.66 0H14a2 2 0 0 1 2 2v3.34l1 1L23 7v10\\"></path><line x1=\\"1\\" y1=\\"1\\" x2=\\"23\\" y2=\\"23\\"></line>","video":"<polygon points=\\"23 7 16 12 23 17 23 7\\"></polygon><rect x=\\"1\\" y=\\"5\\" width=\\"15\\" height=\\"14\\" rx=\\"2\\" ry=\\"2\\"></rect>","voicemail":"<circle cx=\\"5.5\\" cy=\\"11.5\\" r=\\"4.5\\"></circle><circle cx=\\"18.5\\" cy=\\"11.5\\" r=\\"4.5\\"></circle><line x1=\\"5.5\\" y1=\\"16\\" x2=\\"18.5\\" y2=\\"16\\"></line>","volume-1":"<polygon points=\\"11 5 6 9 2 9 2 15 6 15 11 19 11 5\\"></polygon><path d=\\"M15.54 8.46a5 5 0 0 1 0 7.07\\"></path>","volume-2":"<polygon points=\\"11 5 6 9 2 9 2 15 6 15 11 19 11 5\\"></polygon><path d=\\"M19.07 4.93a10 10 0 0 1 0 14.14M15.54 8.46a5 5 0 0 1 0 7.07\\"></path>","volume-x":"<polygon points=\\"11 5 6 9 2 9 2 15 6 15 11 19 11 5\\"></polygon><line x1=\\"23\\" y1=\\"9\\" x2=\\"17\\" y2=\\"15\\"></line><line x1=\\"17\\" y1=\\"9\\" x2=\\"23\\" y2=\\"15\\"></line>","volume":"<polygon points=\\"11 5 6 9 2 9 2 15 6 15 11 19 11 5\\"></polygon>","watch":"<circle cx=\\"12\\" cy=\\"12\\" r=\\"7\\"></circle><polyline points=\\"12 9 12 12 13.5 13.5\\"></polyline><path d=\\"M16.51 17.35l-.35 3.83a2 2 0 0 1-2 1.82H9.83a2 2 0 0 1-2-1.82l-.35-3.83m.01-10.7l.35-3.83A2 2 0 0 1 9.83 1h4.35a2 2 0 0 1 2 1.82l.35 3.83\\"></path>","wifi-off":"<line x1=\\"1\\" y1=\\"1\\" x2=\\"23\\" y2=\\"23\\"></line><path d=\\"M16.72 11.06A10.94 10.94 0 0 1 19 12.55\\"></path><path d=\\"M5 12.55a10.94 10.94 0 0 1 5.17-2.39\\"></path><path d=\\"M10.71 5.05A16 16 0 0 1 22.58 9\\"></path><path d=\\"M1.42 9a15.91 15.91 0 0 1 4.7-2.88\\"></path><path d=\\"M8.53 16.11a6 6 0 0 1 6.95 0\\"></path><line x1=\\"12\\" y1=\\"20\\" x2=\\"12.01\\" y2=\\"20\\"></line>","wifi":"<path d=\\"M5 12.55a11 11 0 0 1 14.08 0\\"></path><path d=\\"M1.42 9a16 16 0 0 1 21.16 0\\"></path><path d=\\"M8.53 16.11a6 6 0 0 1 6.95 0\\"></path><line x1=\\"12\\" y1=\\"20\\" x2=\\"12.01\\" y2=\\"20\\"></line>","wind":"<path d=\\"M9.59 4.59A2 2 0 1 1 11 8H2m10.59 11.41A2 2 0 1 0 14 16H2m15.73-8.27A2.5 2.5 0 1 1 19.5 12H2\\"></path>","x-circle":"<circle cx=\\"12\\" cy=\\"12\\" r=\\"10\\"></circle><line x1=\\"15\\" y1=\\"9\\" x2=\\"9\\" y2=\\"15\\"></line><line x1=\\"9\\" y1=\\"9\\" x2=\\"15\\" y2=\\"15\\"></line>","x-octagon":"<polygon points=\\"7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2\\"></polygon><line x1=\\"15\\" y1=\\"9\\" x2=\\"9\\" y2=\\"15\\"></line><line x1=\\"9\\" y1=\\"9\\" x2=\\"15\\" y2=\\"15\\"></line>","x-square":"<rect x=\\"3\\" y=\\"3\\" width=\\"18\\" height=\\"18\\" rx=\\"2\\" ry=\\"2\\"></rect><line x1=\\"9\\" y1=\\"9\\" x2=\\"15\\" y2=\\"15\\"></line><line x1=\\"15\\" y1=\\"9\\" x2=\\"9\\" y2=\\"15\\"></line>","x":"<line x1=\\"18\\" y1=\\"6\\" x2=\\"6\\" y2=\\"18\\"></line><line x1=\\"6\\" y1=\\"6\\" x2=\\"18\\" y2=\\"18\\"></line>","youtube":"<path d=\\"M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.25 29 29 0 0 0-.46-5.33z\\"></path><polygon points=\\"9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02\\"></polygon>","zap-off":"<polyline points=\\"12.41 6.75 13 2 10.57 4.92\\"></polyline><polyline points=\\"18.57 12.91 21 10 15.66 10\\"></polyline><polyline points=\\"8 8 3 14 12 14 11 22 16 16\\"></polyline><line x1=\\"1\\" y1=\\"1\\" x2=\\"23\\" y2=\\"23\\"></line>","zap":"<polygon points=\\"13 2 3 14 12 14 11 22 21 10 12 10 13 2\\"></polygon>","zoom-in":"<circle cx=\\"11\\" cy=\\"11\\" r=\\"8\\"></circle><line x1=\\"21\\" y1=\\"21\\" x2=\\"16.65\\" y2=\\"16.65\\"></line><line x1=\\"11\\" y1=\\"8\\" x2=\\"11\\" y2=\\"14\\"></line><line x1=\\"8\\" y1=\\"11\\" x2=\\"14\\" y2=\\"11\\"></line>","zoom-out":"<circle cx=\\"11\\" cy=\\"11\\" r=\\"8\\"></circle><line x1=\\"21\\" y1=\\"21\\" x2=\\"16.65\\" y2=\\"16.65\\"></line><line x1=\\"8\\" y1=\\"11\\" x2=\\"14\\" y2=\\"11\\"></line>"}'),Ho=({colour:t="currentColor",name:n,size:r=24})=>e.createElement("i",null,e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:r,height:r,viewBox:"0 0 24 24",fill:"none",stroke:t,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",dangerouslySetInnerHTML:{__html:Lo[n]}}));const jo=t=>{var{children:n,primary:r}=t,a=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var a=0;for(r=Object.getOwnPropertySymbols(e);a<r.length;a++)t.indexOf(r[a])<0&&Object.prototype.propertyIsEnumerable.call(e,r[a])&&(n[r[a]]=e[r[a]])}return n}(t,["children","primary"]);return e.createElement("button",Object.assign({className:"button--icon "+(r?"button--primary":"")},a),n)},Ro=()=>e.createElement(Ho,{name:"trash-2"}),zo=()=>e.createElement(Ho,{name:"arrow-up"}),Uo=()=>e.createElement(Ho,{name:"arrow-down"}),Io=()=>e.createElement(Ho,{name:"plus"}),Fo={key:"background/image",name:"Upload Images",description:"See your own images.",dashboardComponent:({cache:t=Do})=>{const n=e.useMemo((()=>Math.floor(Math.random()*t.length)),[t.length]),r=xo(t[n]);return r?e.createElement(So,{className:"Image fullscreen",style:{backgroundImage:r?`url(${r})`:void 0}}):e.createElement("div",{className:"Image default fullscreen"})},settingsComponent:({cache:t=Do,setCache:n})=>{const r=function(t){const[n,r]=(0,e.useState)([]);return(0,e.useEffect)((()=>(r(t.map(URL.createObjectURL)),()=>{n.map(URL.revokeObjectURL),r([])})),[t]),n}(t),a=t.some((e=>e.size>2097152));return e.createElement("div",{className:"ImageSettings"},e.createElement("label",null,e.createElement("input",{accept:"image/*",multiple:!0,onChange:e=>{return e.target.files&&(r=e.target.files,n(t.concat(Array.from(r))));var r},type:"file"})),e.createElement("div",{className:"grid"},r&&r.map(((r,a)=>e.createElement("div",{className:"preview",key:a},e.createElement("img",{src:r}),e.createElement(jo,{onClick:()=>(e=>n(t.filter(((t,n)=>e!==n))))(a),title:"Remove image"},e.createElement(Ro,null)))))),a&&e.createElement("p",{className:"info"},"Large images may affect performance."),e.createElement("p",{className:"info"},"Images do not sync between devices."))},supportsBackdrop:!0},Bo=e=>{const t=new URL(e);return t.searchParams.set("q","85"),t.searchParams.set("w",String(function(e=1920,t=1){return e*=t,e=Math.max(e,1920),e=Math.min(e,3840),240*Math.ceil(e/240)}(window.innerWidth,window.devicePixelRatio))),String(t)},Go={by:"official",collections:"",featured:!1,paused:!1,search:"",topics:"bo8jQKTaE0Y",timeout:900};function Wo(t){var n=Yi(),r=n.formatMessage,a=n.textComponent,i=void 0===a?e.Fragment:a,o=t.id,l=t.description,s=t.defaultMessage,u=t.values,c=t.children,d=t.tagName,p=void 0===d?i:d,m=r({id:o,description:l,defaultMessage:s},u,{ignoreTag:t.ignoreTag});return"function"==typeof c?c(Array.isArray(m)?m:[m]):p?e.createElement(p,null,e.Children.toArray(m)):e.createElement(e.Fragment,null,m)}Wo.displayName="FormattedMessage";var qo=e.memo(Wo,(function(e,t){var n=e.values,r=or(e,["values"]),a=t.values,i=or(t,["values"]);return ti(a,n)&&ti(r,i)}));qo.displayName="MemoizedFormattedMessage";const Vo=qo,Yo="?utm_source=Start&utm_medium=referral&utm_campaign=api-credit",$o=e.memo((({credit:t,paused:n,onPause:r,onPrev:a,onNext:i})=>e.createElement("div",{className:"credit"},e.createElement("div",{className:"photo"},e.createElement("a",{href:t.imageLink+Yo,rel:"noopener noreferrer"},e.createElement(Vo,{id:"plugins.unsplash.photoLink",description:"Photo link text",defaultMessage:"Photo"})),", ",e.createElement("a",{href:t.userLink+Yo,rel:"noopener noreferrer"},t.userName),", ",e.createElement("a",{href:"https://unsplash.com/"+Yo,rel:"noopener noreferrer"},"Unsplash")),e.createElement("div",{className:"controls"},e.createElement("a",{className:a?"":"hidden",onClick:null!=a?a:void 0},e.createElement(Ho,{name:"arrow-left"}))," ",e.createElement("a",{onClick:r},e.createElement(Ho,{name:n?"play":"pause"}))," ",e.createElement("a",{className:i?"":"hidden",onClick:null!=i?i:void 0},e.createElement(Ho,{name:"arrow-right"}))),e.createElement("div",{className:"location"},t.location)))),Jo=JSON.parse('[{"id":"bo8jQKTaE0Y","title":"Wallpapers"},{"id":"BJJMtteDJA4","title":"Current events"},{"id":"wnzpLxs0nQY","title":"Act for nature"},{"id":"9QVREH9A3DU","title":"Entrepreneur"},{"id":"CDwuwXJAbEw","title":"3d renders"},{"id":"iUIsnVtjB0Y","title":"Textures & patterns"},{"id":"qPYsDzvJOYc","title":"Experimental"},{"id":"rnSKDHwwYUk","title":"Architecture"},{"id":"6sMVjTLSkeQ","title":"Nature"},{"id":"aeu6rL-j6ew","title":"Business & work"},{"id":"S4MKLAsBB74","title":"Fashion"},{"id":"hmenvQhUmxM","title":"Film"},{"id":"xjPR4hlkBGA","title":"Food & drink"},{"id":"_hb-dl4Q-4U","title":"Health & wellness"},{"id":"towJZFskpGg","title":"People"},{"id":"R_Fyn-Gwtlw","title":"Interiors"},{"id":"xHxYTMHLgOc","title":"Street photography"},{"id":"Fzo3zuOHN6w","title":"Travel"},{"id":"Jpg6Kidl-Hk","title":"Animals"},{"id":"_8zFHuhRhyo","title":"Spirituality"},{"id":"bDo48cUhwnY","title":"Arts & culture"},{"id":"dijpbw99kQQ","title":"History"},{"id":"Bn-DjrcBrwo","title":"Athletics"},{"id":"c7USHrQ0Ljw","title":"COVID-19"},{"id":"M8jVbLbTRws","title":"Architecture & interior"}]'),Ko=[go,No,Po,Fo,{key:"background/unsplash",name:"Unsplash",description:"Who has time to find their own images.",dashboardComponent:({cache:t,data:n=Go,loader:r,setCache:a,setData:i})=>{var o;t&&"now"in t&&(t=void 0),e.useEffect((()=>{n.timeout===Number.MAX_SAFE_INTEGER&&i(Object.assign(Object.assign({},n),{paused:!0,timeout:Go.timeout}))}),[]);const l=function(t,{cache:n,setCache:r},a,i){const o=yo("absolute").getTime(),l=(0,e.useRef)(!0),s=(0,e.useMemo)((()=>{if(n){if(0===a&&l.current||0!==a&&o>n.rotated+a){const e=n.cursor+1;return r(Object.assign(Object.assign({},n),{cursor:e,rotated:Date.now()})),l.current=!1,e}return l.current=!1,n.cursor}return 0}),[n,o,a]);return(0,e.useEffect)((()=>{n&&s>=n.items.length-1&&t().then((e=>r(Object.assign(Object.assign({},n),{items:[...n.items.slice(-10),...e],cursor:9}))))}),[s]),(0,e.useEffect)((()=>{n&&bo(i,n.deps)||t().then((e=>r({items:e,cursor:0,rotated:Date.now(),deps:i})))}),[...i,n]),n?n.items[s]:void 0}((()=>(r.push(),(async({by:e,collections:t,topics:n,featured:r,search:a})=>{const i=new URLSearchParams,o=new Headers({Authorization:"Client-ID 1351e7003b0e869c6d7b221fe548c25216b16571ad28866446c06196ba1902d7"});switch(i.set("count","10"),e){case"collections":i.set("collections",t);break;case"topics":i.set("topics",n),i.set("orientation","landscape");break;case"search":i.set("orientation","landscape"),r&&i.set("featured","true"),a&&i.set("query",a);break;default:i.set("collections",String(1053828))}const l=await fetch(`https://api.unsplash.com/photos/random?${i}`,{headers:o,cache:"no-cache"});return(await l.json()).map((e=>({src:e.urls.raw,credit:{imageLink:e.links.html,location:e.location?e.location.title:null,userName:e.user.name,userLink:e.user.links.html}})))})(n).finally(r.pop))),{cache:t,setCache:a},n.paused?Number.MAX_SAFE_INTEGER:1e3*n.timeout,[n.by,n.collections,n.featured,n.search,n.topics]);e.useEffect((()=>{if(t&&t.items[t.cursor+1]){const e=new Image;e.src=Bo(t.items[t.cursor+1].src),e.onload=r.pop,e.onerror=r.pop,r.push()}}),[t]);const s=l?Bo(l.src):null,u=e=>t&&t.items[t.cursor+e]?()=>a(Object.assign(Object.assign({},t),{cursor:t.cursor+e,rotated:Date.now()})):null;return e.createElement("div",{className:"Unsplash fullscreen"},e.createElement(So,{className:"image fullscreen",ready:null!==s,style:{backgroundImage:s?`url(${s})`:void 0}}),l?e.createElement($o,{credit:l.credit,paused:null!==(o=n.paused)&&void 0!==o&&o,onPause:()=>{i(Object.assign(Object.assign({},n),{paused:!n.paused}))},onPrev:u(-1),onNext:u(1)}):null)},settingsComponent:({data:t=Go,setData:n})=>e.createElement("div",{className:"UnsplashSettings"},e.createElement("label",null,e.createElement("span",{style:{float:"right"}},t.paused?e.createElement("span",{className:"text--grey"},"(Paused) "):null,e.createElement("a",{onClick:()=>n(Object.assign(Object.assign({},t),{paused:!t.paused}))},e.createElement(Ho,{name:t.paused?"play":"pause"}))),"Show a new photo",e.createElement("select",{value:t.timeout,onChange:e=>n(Object.assign(Object.assign({},t),{timeout:Number(e.target.value)}))},e.createElement("option",{value:"0"},"Every new tab"),e.createElement("option",{value:"300"},"Every 5 minutes"),e.createElement("option",{value:"900"},"Every 15 minutes"),e.createElement("option",{value:"3600"},"Every hour"),e.createElement("option",{value:"86400"},"Every day"),e.createElement("option",{value:"604800"},"Every week"))),e.createElement("label",null,e.createElement("input",{type:"radio",checked:"official"===t.by,onChange:()=>n(Object.assign(Object.assign({},t),{by:"official"}))})," ","Official Collection"),e.createElement("label",null,e.createElement("input",{type:"radio",checked:"topics"===t.by,onChange:()=>n(Object.assign(Object.assign({},t),{by:"topics"}))})," ","Topic"),e.createElement("label",null,e.createElement("input",{type:"radio",checked:"search"===t.by,onChange:()=>n(Object.assign(Object.assign({},t),{by:"search"}))})," ","Search"),e.createElement("label",null,e.createElement("input",{type:"radio",checked:"collections"===t.by,onChange:()=>n(Object.assign(Object.assign({},t),{by:"collections"}))})," ","Collection"),"topics"===t.by&&e.createElement("label",null,"Topic",e.createElement("select",{value:t.topics,onChange:e=>n(Object.assign(Object.assign({},t),{topics:e.target.value}))},Jo.map((t=>e.createElement("option",{key:t.id,value:t.id},t.title))))),"search"===t.by&&e.createElement(e.Fragment,null,e.createElement("label",null,"Tags",e.createElement(Mo,{type:"text",value:t.search,placeholder:"Try landscapes or animals...",onChange:e=>n(Object.assign(Object.assign({},t),{search:e})),wait:500})),e.createElement("label",null,e.createElement("input",{type:"checkbox",checked:t.featured,onChange:e=>n(Object.assign(Object.assign({},t),{featured:!t.featured}))})," ","Only featured images")),"collections"===t.by&&e.createElement("label",null,"Collection",e.createElement(Mo,{type:"text",value:t.collections,placeholder:"Collection ID number",onChange:e=>n(Object.assign(Object.assign({},t),{collections:e})),wait:500}))),supportsBackdrop:!0}];Ko.sort(((e,t)=>e.name.localeCompare(t.name)));const Qo={input:""},Xo={key:"widget/css",name:"Custom CSS",description:"Make your new tab more style-ish (advanced users).",dashboardComponent:({data:t=Qo})=>(e.useLayoutEffect((()=>{const e=document.createElement("style");return e.id="CustomCss",e.type="text/css",e.appendChild(document.createTextNode(t.input||"")),document.head.appendChild(e),()=>{document.head.removeChild(e)}}),[t.input]),null),settingsComponent:({data:t=Qo,setData:n})=>e.createElement("div",{className:"CssSettings"},e.createElement("label",null,"CSS Snippet",e.createElement("textarea",{rows:3,style:{fontFamily:"monospace"},value:t.input,onChange:e=>n({input:e.target.value})})),e.createElement("p",{className:"info"},"Warning: this functionality is intended for advanced users. Custom styles may break at any time."))};var Zo=n(771),el=n.n(Zo);const tl={username:"",showSummary:!1},nl={key:"widget/github",name:"GitHub Calendar",description:"Get motivated by green squares.",dashboardComponent:({data:t=tl,loader:n})=>((0,e.useEffect)((()=>{n.push(),el()(".GitHubCalendar",t.username,{responsive:!1,global_stats:t.showSummary}).finally((()=>{n.pop()}))}),[t.username,t.showSummary]),e.createElement("div",{className:"GitHub"},e.createElement("a",{href:"https://github.com/",rel:"noopener noreferrer",className:"GitHubCalendar"}))),settingsComponent:({data:t=tl,setData:n})=>e.createElement("div",{className:"MessageSettings"},e.createElement("label",null,"GitHub Username",e.createElement(Mo,{type:"text",value:t.username,onChange:e=>n(Object.assign(Object.assign({},t),{username:e}))})))},rl={id:"plugin.greeting.withoutName",defaultMessage:"{hour, select,\n 0 {Sleep well}\n 1 {Sleep well}\n 2 {Sleep well}\n 3 {Rise and shine}\n 4 {Rise and shine}\n 5 {Rise and shine}\n 6 {Good morning}\n 7 {Good morning}\n 8 {Good morning}\n 9 {Good morning}\n 10 {Hello}\n 11 {Hello}\n 12 {Hello}\n 13 {Hello}\n 14 {Good afternoon}\n 15 {Good afternoon}\n 16 {Good afternoon}\n 17 {Good afternoon}\n 18 {Good evening}\n 19 {Good evening}\n 20 {Good evening}\n 21 {Good evening}\n 22 {Good night}\n 23 {Good night}\n other {Unknown}\n }",description:"Greetings per time of day"},al={id:"plugin.greeting.withName",defaultMessage:"{hour, select,\n 0 {Sleep well, {name}}\n 1 {Sleep well, {name}}\n 2 {Sleep well, {name}}\n 3 {Rise and shine, {name}}\n 4 {Rise and shine, {name}}\n 5 {Rise and shine, {name}}\n 6 {Good morning, {name}}\n 7 {Good morning, {name}}\n 8 {Good morning, {name}}\n 9 {Good morning, {name}}\n 10 {Hello, {name}}\n 11 {Hello, {name}}\n 12 {Hello, {name}}\n 13 {Hello, {name}}\n 14 {Good afternoon, {name}}\n 15 {Good afternoon, {name}}\n 16 {Good afternoon, {name}}\n 17 {Good afternoon, {name}}\n 18 {Good evening, {name}}\n 19 {Good evening, {name}}\n 20 {Good evening, {name}}\n 21 {Good evening, {name}}\n 22 {Good night, {name}}\n 23 {Good night, {name}}\n other {Unknown}\n }",description:"Greetings per time of day with names"},il={name:""},ol={key:"widget/greeting",name:"Greeting",description:"Be personally greeted all day.",dashboardComponent:({data:t=il})=>{const n=yo().getHours(),r=Yi(),a=(0,e.useMemo)((()=>t.name?r.formatMessage(al,{hour:n,name:t.name}):r.formatMessage(rl,{hour:n})),[t.name,n,r]);return e.createElement("div",{className:"Greeting"},e.createElement("h2",null,a))},settingsComponent:({data:t=il,setData:n})=>e.createElement("div",{className:"GreetingSettings"},e.createElement("label",null,"Name",e.createElement("input",{type:"text",value:t.name,onChange:e=>n({name:e.target.value})})))},ll={ip:"Fetching IP data...",city:"",country:"",displayCity:!0,displayCountry:!0,refreshInterval:5},sl={key:"widget/ipInfo",name:"IP Info",description:"Displays data on your IP and location",dashboardComponent:({cache:t,data:n=ll,setCache:r,loader:a})=>{const i=6e4*n.refreshInterval;return vo((()=>{(async function(e){e.push();const t=await fetch("https://www.gogeoip.com/json/?user").then((e=>e.json())).finally((()=>e.pop()));return{ip:t&&t.network&&t.network.ip,city:t&&t.location&&t.location.city,country:t&&t.location&&t.location.country.name,timestamp:Date.now()}})(a).then(r)}),t?t.timestamp+i:0,[]),t?e.createElement("div",{className:"IpInfo"},t.ip?t.ip:n.ip,n.displayCity&&(t.city?", "+t.city:n.city),n.displayCountry&&(t.country?", "+t.country:n.country)):null},settingsComponent:({data:t=ll,setData:n})=>e.createElement("div",{className:"IpInfoSettings"},e.createElement("label",null,e.createElement("input",{type:"checkbox",checked:t.displayCity,onChange:()=>n(Object.assign(Object.assign({},t),{displayCity:!t.displayCity}))}),"Display City"),e.createElement("label",null,e.createElement("input",{type:"checkbox",checked:t.displayCountry,onChange:()=>n(Object.assign(Object.assign({},t),{displayCountry:!t.displayCountry}))}),"Display Country"),e.createElement("label",null,"Refresh interval (minutes)",e.createElement("input",{type:"number",value:t.refreshInterval,onChange:e=>n(Object.assign(Object.assign({},t),{refreshInterval:Number(e.target.value)})),min:1,max:60})))},ul={id:"plugins.links.shortcutHint",description:"Hover hint text for links with a keyboard shortcut",defaultMessage:"Press {number} or click to visit"},cl={id:"plugins.links.standardHint",description:"Hover hint text for links without a keyboard shortcut",defaultMessage:"Click to visit"},dl=({icon:t,name:n,number:r,url:a,linkOpenStyle:i})=>{const o=Yi(),l=(0,e.useMemo)((()=>r<10?o.formatMessage(ul,{number:r}):o.formatMessage(cl)),[o,r]),s=(0,e.useMemo)((()=>(e=>{try{return new URL(e).hostname}catch(e){return null}})(a)),[a]);return e.createElement("a",{href:a,rel:"noopener noreferrer",target:i?"_blank":"_self",title:l},"_favicon"===t?s?e.createElement("i",null,e.createElement("img",{alt:s,src:`https://icons.duckduckgo.com/ip3/${s}.ico`})):null:t?e.createElement(Ho,{name:t}):null,t&&n&&" ",e.createElement("span",{className:"LinkText"},n,!n&&!t&&(e=>{try{const t=new URL(e);return t.hostname+("/"!==t.pathname?t.pathname:"")}catch(t){return e}})(a)))},pl={columns:1,links:[{url:"https://tabliss.io"}],visible:!0,linkOpenStyle:!1},ml=Object.keys(Lo),hl=t=>e.createElement("div",{className:"LinkInput"},e.createElement("h5",null,e.createElement("div",{className:"title--buttons"},e.createElement(jo,{onClick:t.onRemove,title:"Remove link"},e.createElement(Ro,null)),t.onMoveDown&&e.createElement(jo,{onClick:t.onMoveDown,title:"Move link down"},e.createElement(Uo,null)),t.onMoveUp&&e.createElement(jo,{onClick:t.onMoveUp,title:"Move link up"},e.createElement(zo,null))),t.number<=9?`Keyboard shortcut ${t.number}`:"Shortcut"),e.createElement("label",null,"URL",e.createElement("input",{type:"url",value:t.url,onChange:e=>t.onChange({url:e.target.value})})),e.createElement("label",null,"Name ",e.createElement("span",{className:"text--grey"},"(optional)"),e.createElement("input",{type:"text",value:t.name,onChange:e=>t.onChange({name:e.target.value})})),e.createElement("label",null,"Icon ",e.createElement("span",{className:"text--grey"},"(optional)"),e.createElement("select",{value:t.icon,onChange:e=>t.onChange({icon:e.target.value})},e.createElement("option",{value:""},"None"),e.createElement("option",{value:"_favicon"},"Website Icon"),e.createElement("optgroup",{label:"Feather Icons"},ml.map((t=>e.createElement("option",{key:t},t)))))),e.createElement("hr",null));function fl(e,t){return{type:"REORDER_LINK",data:{index:e,to:t}}}function gl(e,t){switch(t.type){case"ADD_LINK":return e.concat({url:"https://"});case"REMOVE_LINK":return e.filter(((e,n)=>n!==t.data.index));case"UPDATE_LINK":return e.map(((e,n)=>n===t.data.index?t.data.link:e));case"REORDER_LINK":const n=[...e];return n.splice(t.data.to,0,n.splice(t.data.index,1)[0]),n;default:throw new Error("Unknown action")}}const yl={key:"widget/links",name:"Quick Links",description:"I heard you like bookmarks.",dashboardComponent:({data:t=pl})=>{const[n,r]=_o();return ko((({key:e})=>{const n=Number(e)-1;t.links[n]&&(t.linkOpenStyle?window.open(t.links[n].url,"_blank"):window.location.assign(t.links[n].url))}),["1","2","3","4","5","6","7","8","9"]),e.createElement("div",{className:"Links",style:{gridTemplateColumns:"1fr ".repeat(t.columns),textAlign:t.columns>1?"left":"inherit"}},t.visible||n?t.links.map(((n,r)=>e.createElement(dl,Object.assign({key:r,number:r+1,linkOpenStyle:t.linkOpenStyle},n)))):e.createElement("a",{onClick:r,title:"Show quick links"},e.createElement(Ho,{name:"link-2"})))},settingsComponent:({data:t=pl,setData:n})=>{const r=Eo(gl,t.links,(e=>n(Object.assign(Object.assign({},t),{links:e}))));return e.createElement("div",{className:"LinksSettings"},e.createElement("label",null,"Number of columns",e.createElement("input",{type:"number",value:t.columns,onChange:e=>n(Object.assign(Object.assign({},t),{columns:Number(e.target.value)})),min:1})),e.createElement("label",null,e.createElement("input",{type:"checkbox",checked:t.visible,onChange:()=>n(Object.assign(Object.assign({},t),{visible:!t.visible}))}),"Links are always visible"),e.createElement("label",null,e.createElement("input",{type:"checkbox",checked:t.linkOpenStyle,onChange:()=>n(Object.assign(Object.assign({},t),{linkOpenStyle:!t.linkOpenStyle}))}),"Links open in a new tab"),e.createElement("hr",null),t.links.map(((n,a)=>e.createElement(hl,Object.assign({},n,{key:a,number:a+1,onChange:e=>r(function(e,t){return{type:"UPDATE_LINK",data:{index:e,link:t}}}(a,Object.assign(Object.assign({},n),e))),onMoveUp:0!==a?()=>r(fl(a,a-1)):void 0,onMoveDown:a!==t.links.length-1?()=>r(fl(a,a+1)):void 0,onRemove:()=>r(function(e){return{type:"REMOVE_LINK",data:{index:e}}}(a))})))),e.createElement("p",{style:{marginTop:"0.5rem"}},e.createElement("button",{className:"button button--primary",onClick:()=>r({type:"ADD_LINK"})},"Add link")))}},vl={showBookAndAuthor:!0,centerText:!1},bl={key:"widget/literature-clock",name:"Literature Clock",description:"Check the time, with sophistication.",dashboardComponent:({cache:t,data:n=vl,setCache:r})=>{const a=function(e){return`${e.getHours().toString().padStart(2,"0")}:${e.getMinutes().toString().padStart(2,"0")}`}(yo());return(0,e.useEffect)((()=>{(async function(e){const t=await fetch(`https://raw.githubusercontent.com/lbngoc/literature-clock/master/docs/times/${e}.json`,{mode:"cors"}),n=await t.json();return 429===t.status?{title:"Too many requests at this time"}:n[Math.floor(Math.random()*n.length)]})(a).then(r)}),[a]),t?e.createElement("div",{className:"LiteratureClock "+(n.centerText?"center":"")},e.createElement("blockquote",null,e.createElement("span",{className:"quote_first"},t.quote_first),e.createElement("strong",{className:"quote_time_case"},t.quote_time_case),e.createElement("span",{className:"quote_last"},t.quote_last)),n.showBookAndAuthor&&t.title&&t.author&&e.createElement("cite",null,"—",e.createElement("span",{id:"book"},t.title),", ",e.createElement("span",{id:"author"},t.author))):null},settingsComponent:({data:t=vl,setData:n})=>e.createElement("div",{className:"LiteratureClockSettings"},e.createElement("label",null,e.createElement("input",{type:"checkbox",checked:t.showBookAndAuthor,onChange:()=>n(Object.assign(Object.assign({},t),{showBookAndAuthor:!t.showBookAndAuthor}))})," ","Display book and author"),e.createElement("label",null,e.createElement("input",{type:"checkbox",checked:t.centerText,onChange:()=>n(Object.assign(Object.assign({},t),{centerText:!t.centerText}))})," ","Align text at center"))},wl={messages:["Write something fun"]},kl={key:"widget/message",name:"Message",description:"Add your own text.",dashboardComponent:({data:t=wl})=>e.createElement("div",{className:"Message"},e.createElement("h3",{style:{whiteSpace:"pre"}},t.messages[0])),settingsComponent:({data:t=wl,setData:n})=>e.createElement("div",{className:"MessageSettings"},e.createElement("label",null,"Message",e.createElement("textarea",{rows:3,value:t.messages[0],onChange:e=>n({messages:[e.target.value]})})))};function xl(e,t){if(t.length<e)throw new TypeError(e+" argument"+(e>1?"s":"")+" required, but only "+t.length+" present")}function El(e){xl(1,arguments);var t=Object.prototype.toString.call(e);return e instanceof Date||"object"==typeof e&&"[object Date]"===t?new Date(e.getTime()):"number"==typeof e||"[object Number]"===t?new Date(e):("string"!=typeof e&&"[object String]"!==t||"undefined"==typeof console||(console.warn("Starting with v2.0.0-beta.1 date-fns doesn't accept strings as date arguments. Please use `parseISO` to parse strings. See: https://git.io/fjule"),console.warn((new Error).stack)),new Date(NaN))}function _l(e){const t=(0,In.zonedTimeToUtc)(function(e){xl(1,arguments);var t=El(e);return t.setHours(0,0,0,0),t}(e),Intl.DateTimeFormat().resolvedOptions().timeZone),n=(0,In.utcToZonedTime)(t,"EST");return(0,In.format)(n,"yyyyMMdd")}function Sl(e){return xl(1,arguments),e instanceof Date||"object"==typeof e&&"[object Date]"===Object.prototype.toString.call(e)}function Tl(e){if(xl(1,arguments),!Sl(e)&&"number"!=typeof e)return!1;var t=El(e);return!isNaN(Number(t))}var Al={lessThanXSeconds:{one:"less than a second",other:"less than {{count}} seconds"},xSeconds:{one:"1 second",other:"{{count}} seconds"},halfAMinute:"half a minute",lessThanXMinutes:{one:"less than a minute",other:"less than {{count}} minutes"},xMinutes:{one:"1 minute",other:"{{count}} minutes"},aboutXHours:{one:"about 1 hour",other:"about {{count}} hours"},xHours:{one:"1 hour",other:"{{count}} hours"},xDays:{one:"1 day",other:"{{count}} days"},aboutXWeeks:{one:"about 1 week",other:"about {{count}} weeks"},xWeeks:{one:"1 week",other:"{{count}} weeks"},aboutXMonths:{one:"about 1 month",other:"about {{count}} months"},xMonths:{one:"1 month",other:"{{count}} months"},aboutXYears:{one:"about 1 year",other:"about {{count}} years"},xYears:{one:"1 year",other:"{{count}} years"},overXYears:{one:"over 1 year",other:"over {{count}} years"},almostXYears:{one:"almost 1 year",other:"almost {{count}} years"}};function Cl(e){return function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=t.width?String(t.width):e.defaultWidth,r=e.formats[n]||e.formats[e.defaultWidth];return r}}var Ml,Nl={date:Cl({formats:{full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},defaultWidth:"full"}),time:Cl({formats:{full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},defaultWidth:"full"}),dateTime:Cl({formats:{full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},defaultWidth:"full"})},Ol={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"};function Pl(e){return function(t,n){var r,a=n||{};if("formatting"===(a.context?String(a.context):"standalone")&&e.formattingValues){var i=e.defaultFormattingWidth||e.defaultWidth,o=a.width?String(a.width):i;r=e.formattingValues[o]||e.formattingValues[i]}else{var l=e.defaultWidth,s=a.width?String(a.width):e.defaultWidth;r=e.values[s]||e.values[l]}return r[e.argumentCallback?e.argumentCallback(t):t]}}function Dl(e){return function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=n.width,a=r&&e.matchPatterns[r]||e.matchPatterns[e.defaultMatchWidth],i=t.match(a);if(!i)return null;var o,l=i[0],s=r&&e.parsePatterns[r]||e.parsePatterns[e.defaultParseWidth],u=Array.isArray(s)?Hl(s,(function(e){return e.test(l)})):Ll(s,(function(e){return e.test(l)}));o=e.valueCallback?e.valueCallback(u):u,o=n.valueCallback?n.valueCallback(o):o;var c=t.slice(l.length);return{value:o,rest:c}}}function Ll(e,t){for(var n in e)if(e.hasOwnProperty(n)&&t(e[n]))return n}function Hl(e,t){for(var n=0;n<e.length;n++)if(t(e[n]))return n}const jl={code:"en-US",formatDistance:function(e,t,n){var r,a=Al[e];return r="string"==typeof a?a:1===t?a.one:a.other.replace("{{count}}",t.toString()),null!=n&&n.addSuffix?n.comparison&&n.comparison>0?"in "+r:r+" ago":r},formatLong:Nl,formatRelative:function(e,t,n,r){return Ol[e]},localize:{ordinalNumber:function(e,t){var n=Number(e),r=n%100;if(r>20||r<10)switch(r%10){case 1:return n+"st";case 2:return n+"nd";case 3:return n+"rd"}return n+"th"},era:Pl({values:{narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},defaultWidth:"wide"}),quarter:Pl({values:{narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:Pl({values:{narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],wide:["January","February","March","April","May","June","July","August","September","October","November","December"]},defaultWidth:"wide"}),day:Pl({values:{narrow:["S","M","T","W","T","F","S"],short:["Su","Mo","Tu","We","Th","Fr","Sa"],abbreviated:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],wide:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},defaultWidth:"wide"}),dayPeriod:Pl({values:{narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"}},defaultWidth:"wide",formattingValues:{narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"}},defaultFormattingWidth:"wide"})},match:{ordinalNumber:(Ml={matchPattern:/^(\d+)(th|st|nd|rd)?/i,parsePattern:/\d+/i,valueCallback:function(e){return parseInt(e,10)}},function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=e.match(Ml.matchPattern);if(!n)return null;var r=n[0],a=e.match(Ml.parsePattern);if(!a)return null;var i=Ml.valueCallback?Ml.valueCallback(a[0]):a[0];i=t.valueCallback?t.valueCallback(i):i;var o=e.slice(r.length);return{value:i,rest:o}}),era:Dl({matchPatterns:{narrow:/^(b|a)/i,abbreviated:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,wide:/^(before christ|before common era|anno domini|common era)/i},defaultMatchWidth:"wide",parsePatterns:{any:[/^b/i,/^(a|c)/i]},defaultParseWidth:"any"}),quarter:Dl({matchPatterns:{narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},defaultMatchWidth:"wide",parsePatterns:{any:[/1/i,/2/i,/3/i,/4/i]},defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:Dl({matchPatterns:{narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,wide:/^(january|february|march|april|may|june|july|august|september|october|november|december)/i},defaultMatchWidth:"wide",parsePatterns:{narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},defaultParseWidth:"any"}),day:Dl({matchPatterns:{narrow:/^[smtwf]/i,short:/^(su|mo|tu|we|th|fr|sa)/i,abbreviated:/^(sun|mon|tue|wed|thu|fri|sat)/i,wide:/^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i},defaultMatchWidth:"wide",parsePatterns:{narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},defaultParseWidth:"any"}),dayPeriod:Dl({matchPatterns:{narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},defaultMatchWidth:"any",parsePatterns:{any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}},defaultParseWidth:"any"})},options:{weekStartsOn:0,firstWeekContainsDate:1}};function Rl(e){if(null===e||!0===e||!1===e)return NaN;var t=Number(e);return isNaN(t)?t:t<0?Math.ceil(t):Math.floor(t)}function zl(e,t){xl(2,arguments);var n=El(e).getTime(),r=Rl(t);return new Date(n+r)}function Ul(e,t){xl(2,arguments);var n=Rl(t);return zl(e,-n)}var Il=864e5;function Fl(e){xl(1,arguments);var t=1,n=El(e),r=n.getUTCDay(),a=(r<t?7:0)+r-t;return n.setUTCDate(n.getUTCDate()-a),n.setUTCHours(0,0,0,0),n}function Bl(e){xl(1,arguments);var t=El(e),n=t.getUTCFullYear(),r=new Date(0);r.setUTCFullYear(n+1,0,4),r.setUTCHours(0,0,0,0);var a=Fl(r),i=new Date(0);i.setUTCFullYear(n,0,4),i.setUTCHours(0,0,0,0);var o=Fl(i);return t.getTime()>=a.getTime()?n+1:t.getTime()>=o.getTime()?n:n-1}function Gl(e){xl(1,arguments);var t=Bl(e),n=new Date(0);n.setUTCFullYear(t,0,4),n.setUTCHours(0,0,0,0);var r=Fl(n);return r}var Wl=6048e5;function ql(e,t){xl(1,arguments);var n=t||{},r=n.locale,a=r&&r.options&&r.options.weekStartsOn,i=null==a?0:Rl(a),o=null==n.weekStartsOn?i:Rl(n.weekStartsOn);if(!(o>=0&&o<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");var l=El(e),s=l.getUTCDay(),u=(s<o?7:0)+s-o;return l.setUTCDate(l.getUTCDate()-u),l.setUTCHours(0,0,0,0),l}function Vl(e,t){xl(1,arguments);var n=El(e),r=n.getUTCFullYear(),a=t||{},i=a.locale,o=i&&i.options&&i.options.firstWeekContainsDate,l=null==o?1:Rl(o),s=null==a.firstWeekContainsDate?l:Rl(a.firstWeekContainsDate);if(!(s>=1&&s<=7))throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");var u=new Date(0);u.setUTCFullYear(r+1,0,s),u.setUTCHours(0,0,0,0);var c=ql(u,t),d=new Date(0);d.setUTCFullYear(r,0,s),d.setUTCHours(0,0,0,0);var p=ql(d,t);return n.getTime()>=c.getTime()?r+1:n.getTime()>=p.getTime()?r:r-1}function Yl(e,t){xl(1,arguments);var n=t||{},r=n.locale,a=r&&r.options&&r.options.firstWeekContainsDate,i=null==a?1:Rl(a),o=null==n.firstWeekContainsDate?i:Rl(n.firstWeekContainsDate),l=Vl(e,t),s=new Date(0);s.setUTCFullYear(l,0,o),s.setUTCHours(0,0,0,0);var u=ql(s,t);return u}var $l=6048e5;function Jl(e,t){for(var n=e<0?"-":"",r=Math.abs(e).toString();r.length<t;)r="0"+r;return n+r}const Kl=function(e,t){var n=e.getUTCFullYear(),r=n>0?n:1-n;return Jl("yy"===t?r%100:r,t.length)},Ql=function(e,t){var n=e.getUTCMonth();return"M"===t?String(n+1):Jl(n+1,2)},Xl=function(e,t){return Jl(e.getUTCDate(),t.length)},Zl=function(e,t){return Jl(e.getUTCHours()%12||12,t.length)},es=function(e,t){return Jl(e.getUTCHours(),t.length)},ts=function(e,t){return Jl(e.getUTCMinutes(),t.length)},ns=function(e,t){return Jl(e.getUTCSeconds(),t.length)},rs=function(e,t){var n=t.length,r=e.getUTCMilliseconds();return Jl(Math.floor(r*Math.pow(10,n-3)),t.length)};function as(e,t){var n=e>0?"-":"+",r=Math.abs(e),a=Math.floor(r/60),i=r%60;if(0===i)return n+String(a);var o=t||"";return n+String(a)+o+Jl(i,2)}function is(e,t){return e%60==0?(e>0?"-":"+")+Jl(Math.abs(e)/60,2):os(e,t)}function os(e,t){var n=t||"",r=e>0?"-":"+",a=Math.abs(e);return r+Jl(Math.floor(a/60),2)+n+Jl(a%60,2)}const ls={G:function(e,t,n){var r=e.getUTCFullYear()>0?1:0;switch(t){case"G":case"GG":case"GGG":return n.era(r,{width:"abbreviated"});case"GGGGG":return n.era(r,{width:"narrow"});default:return n.era(r,{width:"wide"})}},y:function(e,t,n){if("yo"===t){var r=e.getUTCFullYear(),a=r>0?r:1-r;return n.ordinalNumber(a,{unit:"year"})}return Kl(e,t)},Y:function(e,t,n,r){var a=Vl(e,r),i=a>0?a:1-a;return"YY"===t?Jl(i%100,2):"Yo"===t?n.ordinalNumber(i,{unit:"year"}):Jl(i,t.length)},R:function(e,t){return Jl(Bl(e),t.length)},u:function(e,t){return Jl(e.getUTCFullYear(),t.length)},Q:function(e,t,n){var r=Math.ceil((e.getUTCMonth()+1)/3);switch(t){case"Q":return String(r);case"QQ":return Jl(r,2);case"Qo":return n.ordinalNumber(r,{unit:"quarter"});case"QQQ":return n.quarter(r,{width:"abbreviated",context:"formatting"});case"QQQQQ":return n.quarter(r,{width:"narrow",context:"formatting"});default:return n.quarter(r,{width:"wide",context:"formatting"})}},q:function(e,t,n){var r=Math.ceil((e.getUTCMonth()+1)/3);switch(t){case"q":return String(r);case"qq":return Jl(r,2);case"qo":return n.ordinalNumber(r,{unit:"quarter"});case"qqq":return n.quarter(r,{width:"abbreviated",context:"standalone"});case"qqqqq":return n.quarter(r,{width:"narrow",context:"standalone"});default:return n.quarter(r,{width:"wide",context:"standalone"})}},M:function(e,t,n){var r=e.getUTCMonth();switch(t){case"M":case"MM":return Ql(e,t);case"Mo":return n.ordinalNumber(r+1,{unit:"month"});case"MMM":return n.month(r,{width:"abbreviated",context:"formatting"});case"MMMMM":return n.month(r,{width:"narrow",context:"formatting"});default:return n.month(r,{width:"wide",context:"formatting"})}},L:function(e,t,n){var r=e.getUTCMonth();switch(t){case"L":return String(r+1);case"LL":return Jl(r+1,2);case"Lo":return n.ordinalNumber(r+1,{unit:"month"});case"LLL":return n.month(r,{width:"abbreviated",context:"standalone"});case"LLLLL":return n.month(r,{width:"narrow",context:"standalone"});default:return n.month(r,{width:"wide",context:"standalone"})}},w:function(e,t,n,r){var a=function(e,t){xl(1,arguments);var n=El(e),r=ql(n,t).getTime()-Yl(n,t).getTime();return Math.round(r/$l)+1}(e,r);return"wo"===t?n.ordinalNumber(a,{unit:"week"}):Jl(a,t.length)},I:function(e,t,n){var r=function(e){xl(1,arguments);var t=El(e),n=Fl(t).getTime()-Gl(t).getTime();return Math.round(n/Wl)+1}(e);return"Io"===t?n.ordinalNumber(r,{unit:"week"}):Jl(r,t.length)},d:function(e,t,n){return"do"===t?n.ordinalNumber(e.getUTCDate(),{unit:"date"}):Xl(e,t)},D:function(e,t,n){var r=function(e){xl(1,arguments);var t=El(e),n=t.getTime();t.setUTCMonth(0,1),t.setUTCHours(0,0,0,0);var r=t.getTime(),a=n-r;return Math.floor(a/Il)+1}(e);return"Do"===t?n.ordinalNumber(r,{unit:"dayOfYear"}):Jl(r,t.length)},E:function(e,t,n){var r=e.getUTCDay();switch(t){case"E":case"EE":case"EEE":return n.day(r,{width:"abbreviated",context:"formatting"});case"EEEEE":return n.day(r,{width:"narrow",context:"formatting"});case"EEEEEE":return n.day(r,{width:"short",context:"formatting"});default:return n.day(r,{width:"wide",context:"formatting"})}},e:function(e,t,n,r){var a=e.getUTCDay(),i=(a-r.weekStartsOn+8)%7||7;switch(t){case"e":return String(i);case"ee":return Jl(i,2);case"eo":return n.ordinalNumber(i,{unit:"day"});case"eee":return n.day(a,{width:"abbreviated",context:"formatting"});case"eeeee":return n.day(a,{width:"narrow",context:"formatting"});case"eeeeee":return n.day(a,{width:"short",context:"formatting"});default:return n.day(a,{width:"wide",context:"formatting"})}},c:function(e,t,n,r){var a=e.getUTCDay(),i=(a-r.weekStartsOn+8)%7||7;switch(t){case"c":return String(i);case"cc":return Jl(i,t.length);case"co":return n.ordinalNumber(i,{unit:"day"});case"ccc":return n.day(a,{width:"abbreviated",context:"standalone"});case"ccccc":return n.day(a,{width:"narrow",context:"standalone"});case"cccccc":return n.day(a,{width:"short",context:"standalone"});default:return n.day(a,{width:"wide",context:"standalone"})}},i:function(e,t,n){var r=e.getUTCDay(),a=0===r?7:r;switch(t){case"i":return String(a);case"ii":return Jl(a,t.length);case"io":return n.ordinalNumber(a,{unit:"day"});case"iii":return n.day(r,{width:"abbreviated",context:"formatting"});case"iiiii":return n.day(r,{width:"narrow",context:"formatting"});case"iiiiii":return n.day(r,{width:"short",context:"formatting"});default:return n.day(r,{width:"wide",context:"formatting"})}},a:function(e,t,n){var r=e.getUTCHours()/12>=1?"pm":"am";switch(t){case"a":case"aa":return n.dayPeriod(r,{width:"abbreviated",context:"formatting"});case"aaa":return n.dayPeriod(r,{width:"abbreviated",context:"formatting"}).toLowerCase();case"aaaaa":return n.dayPeriod(r,{width:"narrow",context:"formatting"});default:return n.dayPeriod(r,{width:"wide",context:"formatting"})}},b:function(e,t,n){var r,a=e.getUTCHours();switch(r=12===a?"noon":0===a?"midnight":a/12>=1?"pm":"am",t){case"b":case"bb":return n.dayPeriod(r,{width:"abbreviated",context:"formatting"});case"bbb":return n.dayPeriod(r,{width:"abbreviated",context:"formatting"}).toLowerCase();case"bbbbb":return n.dayPeriod(r,{width:"narrow",context:"formatting"});default:return n.dayPeriod(r,{width:"wide",context:"formatting"})}},B:function(e,t,n){var r,a=e.getUTCHours();switch(r=a>=17?"evening":a>=12?"afternoon":a>=4?"morning":"night",t){case"B":case"BB":case"BBB":return n.dayPeriod(r,{width:"abbreviated",context:"formatting"});case"BBBBB":return n.dayPeriod(r,{width:"narrow",context:"formatting"});default:return n.dayPeriod(r,{width:"wide",context:"formatting"})}},h:function(e,t,n){if("ho"===t){var r=e.getUTCHours()%12;return 0===r&&(r=12),n.ordinalNumber(r,{unit:"hour"})}return Zl(e,t)},H:function(e,t,n){return"Ho"===t?n.ordinalNumber(e.getUTCHours(),{unit:"hour"}):es(e,t)},K:function(e,t,n){var r=e.getUTCHours()%12;return"Ko"===t?n.ordinalNumber(r,{unit:"hour"}):Jl(r,t.length)},k:function(e,t,n){var r=e.getUTCHours();return 0===r&&(r=24),"ko"===t?n.ordinalNumber(r,{unit:"hour"}):Jl(r,t.length)},m:function(e,t,n){return"mo"===t?n.ordinalNumber(e.getUTCMinutes(),{unit:"minute"}):ts(e,t)},s:function(e,t,n){return"so"===t?n.ordinalNumber(e.getUTCSeconds(),{unit:"second"}):ns(e,t)},S:function(e,t){return rs(e,t)},X:function(e,t,n,r){var a=(r._originalDate||e).getTimezoneOffset();if(0===a)return"Z";switch(t){case"X":return is(a);case"XXXX":case"XX":return os(a);default:return os(a,":")}},x:function(e,t,n,r){var a=(r._originalDate||e).getTimezoneOffset();switch(t){case"x":return is(a);case"xxxx":case"xx":return os(a);default:return os(a,":")}},O:function(e,t,n,r){var a=(r._originalDate||e).getTimezoneOffset();switch(t){case"O":case"OO":case"OOO":return"GMT"+as(a,":");default:return"GMT"+os(a,":")}},z:function(e,t,n,r){var a=(r._originalDate||e).getTimezoneOffset();switch(t){case"z":case"zz":case"zzz":return"GMT"+as(a,":");default:return"GMT"+os(a,":")}},t:function(e,t,n,r){var a=r._originalDate||e;return Jl(Math.floor(a.getTime()/1e3),t.length)},T:function(e,t,n,r){return Jl((r._originalDate||e).getTime(),t.length)}};function ss(e,t){switch(e){case"P":return t.date({width:"short"});case"PP":return t.date({width:"medium"});case"PPP":return t.date({width:"long"});default:return t.date({width:"full"})}}function us(e,t){switch(e){case"p":return t.time({width:"short"});case"pp":return t.time({width:"medium"});case"ppp":return t.time({width:"long"});default:return t.time({width:"full"})}}var cs={p:us,P:function(e,t){var n,r=e.match(/(P+)(p+)?/)||[],a=r[1],i=r[2];if(!i)return ss(e,t);switch(a){case"P":n=t.dateTime({width:"short"});break;case"PP":n=t.dateTime({width:"medium"});break;case"PPP":n=t.dateTime({width:"long"});break;default:n=t.dateTime({width:"full"})}return n.replace("{{date}}",ss(a,t)).replace("{{time}}",us(i,t))}};const ds=cs;function ps(e){var t=new Date(Date.UTC(e.getFullYear(),e.getMonth(),e.getDate(),e.getHours(),e.getMinutes(),e.getSeconds(),e.getMilliseconds()));return t.setUTCFullYear(e.getFullYear()),e.getTime()-t.getTime()}var ms=["D","DD"],hs=["YY","YYYY"];function fs(e){return-1!==ms.indexOf(e)}function gs(e){return-1!==hs.indexOf(e)}function ys(e,t,n){if("YYYY"===e)throw new RangeError("Use `yyyy` instead of `YYYY` (in `".concat(t,"`) for formatting years to the input `").concat(n,"`; see: https://git.io/fxCyr"));if("YY"===e)throw new RangeError("Use `yy` instead of `YY` (in `".concat(t,"`) for formatting years to the input `").concat(n,"`; see: https://git.io/fxCyr"));if("D"===e)throw new RangeError("Use `d` instead of `D` (in `".concat(t,"`) for formatting days of the month to the input `").concat(n,"`; see: https://git.io/fxCyr"));if("DD"===e)throw new RangeError("Use `dd` instead of `DD` (in `".concat(t,"`) for formatting days of the month to the input `").concat(n,"`; see: https://git.io/fxCyr"))}var vs=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,bs=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,ws=/^'([^]*?)'?$/,ks=/''/g,xs=/[a-zA-Z]/;function Es(e){return e.match(ws)[1].replace(ks,"'")}const _s={teams:[],displayLogo:!1},Ss={key:"widget/nba",name:"NBA Scores",description:"Keep up to date with today's NBA games.",dashboardComponent:({cache:t,data:n=_s,setCache:r,loader:a})=>{const i=Li(zi,"timeZone");return vo((()=>{(async function(e){e.push();const{data:t}=await fetch("https://nba.rickyg.io/v1/graphql",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({query:(n=_l(new Date),`query {\n schedule(date: "${n}") {\n gameId\n clock\n isGameActivated\n startDateEastern\n startTimeUTC\n nugget\n period {\n current\n isEndOfPeriod\n isHalftime\n maxRegular\n }\n hTeam {\n triCode\n score\n win\n loss\n city\n fullName\n confName\n divName\n logo\n }\n vTeam {\n triCode\n score\n win\n loss\n city\n fullName\n confName\n divName\n logo\n }\n }\n}`)})}).then((e=>e.json())).finally((()=>e.pop()));var n;return{timestamp:Date.now(),games:t?t.schedule:[]}})(a).then(r)}),t?t.timestamp+6e4:0,[]),!t||t.games.length<1?e.createElement("div",null,"No games today"):e.createElement("div",{className:"nba-container"},t.games.map((t=>e.createElement("div",{key:t.gameId,className:"nba-game"},e.createElement("div",{className:"period"},function(e,t){const n=e.period;let r=new Date(e.startTimeUTC);t&&(r=(0,In.utcToZonedTime)(new Date(e.startTimeUTC),t));let a=function(e,t,n){xl(2,arguments);var r=String(t),a=n||{},i=a.locale||jl,o=i.options&&i.options.firstWeekContainsDate,l=null==o?1:Rl(o),s=null==a.firstWeekContainsDate?l:Rl(a.firstWeekContainsDate);if(!(s>=1&&s<=7))throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");var u=i.options&&i.options.weekStartsOn,c=null==u?0:Rl(u),d=null==a.weekStartsOn?c:Rl(a.weekStartsOn);if(!(d>=0&&d<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");if(!i.localize)throw new RangeError("locale must contain localize property");if(!i.formatLong)throw new RangeError("locale must contain formatLong property");var p=El(e);if(!Tl(p))throw new RangeError("Invalid time value");var m=Ul(p,ps(p)),h={firstWeekContainsDate:s,weekStartsOn:d,locale:i,_originalDate:p};return r.match(bs).map((function(e){var t=e[0];return"p"===t||"P"===t?(0,ds[t])(e,i.formatLong,h):e})).join("").match(vs).map((function(n){if("''"===n)return"'";var r=n[0];if("'"===r)return Es(n);var o=ls[r];if(o)return!a.useAdditionalWeekYearTokens&&gs(n)&&ys(n,t,e),!a.useAdditionalDayOfYearTokens&&fs(n)&&ys(n,t,e),o(m,n,i.localize,h);if(r.match(xs))throw new RangeError("Format string contains an unescaped latin alphabet character `"+r+"`");return n})).join("")}(r,"hh:mm a");return(e.isGameActivated||n.current>0)&&(a=n.isHalftime?"Halftime":n.current!==n.maxRegular||e.clock?n.isEndOfPeriod?`End of ${n.current}Q`:n.current<=4?`${n.current}Q ${e.clock} `:`OT ${e.clock}`:"Final"),a}(t,i)),e.createElement("div",null,n.displayLogo?e.createElement("img",{className:"icon",src:t.hTeam.logo}):null),e.createElement("span",{className:"teams"},t.hTeam.triCode," - ",t.vTeam.triCode),e.createElement("div",null,n.displayLogo?e.createElement("img",{className:"icon",src:t.vTeam.logo}):null),e.createElement("div",{className:"score"},t.period.current?e.createElement("span",null,t.hTeam.score," ",t.vTeam.score):null)))))},settingsComponent:({data:t=_s,setData:n})=>e.createElement("div",{className:"NbaSettings"},e.createElement("label",null,e.createElement("input",{type:"checkbox",checked:t.displayLogo,onChange:()=>n(Object.assign(Object.assign({},t),{displayLogo:!t.displayLogo}))})," ","Display team logo"))},Ts={notes:[{contents:""}]};const As=t=>{var{onChange:n,value:r}=t,a=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var a=0;for(r=Object.getOwnPropertySymbols(e);a<r.length;a++)t.indexOf(r[a])<0&&Object.prototype.propertyIsEnumerable.call(e,r[a])&&(n[r[a]]=e[r[a]])}return n}(t,["onChange","value"]);const i=e.useRef(null),[o,l]=e.useState(!1);return e.useLayoutEffect((()=>{i.current&&(i.current.innerText=r)}),[r]),ko((e=>{e.target===i.current&&i.current&&(e.preventDefault(),i.current.blur())}),["Escape"],!1),e.createElement("div",{style:{position:"relative"}},e.createElement("span",Object.assign({},a,{style:Object.assign(Object.assign({},a.style),{display:"block",position:o||""!==r?"unset":"absolute"}),ref:i,contentEditable:!0,onBlur:()=>{""===i.current.innerText.trim()&&(i.current.innerText=""),i.current.innerText!==r&&n(i.current.innerText),l(!1)},onFocus:()=>{l(!0)}})),o?e.createElement("div",{style:{position:"absolute",top:"-1.25em",right:"0"}},e.createElement("a",null,e.createElement(Ho,{name:"check"}))):""===r?e.createElement("a",{onClick:()=>{var e;return null===(e=i.current)||void 0===e?void 0:e.focus()}},e.createElement(Ho,{name:"edit"})):null)},Cs={key:"widget/notes",name:"Notes",description:"Jot something down.",dashboardComponent:({data:t=Ts,setData:n})=>e.createElement("div",{className:"Notes"},e.createElement(As,{value:t.notes[0].contents,onChange:e=>n({notes:[{contents:e}]})}))};const Ms={category:"inspire"},Ns=[{key:"inspire",name:"Inspiring"},{key:"management",name:"Management"},{key:"sports",name:"Sports"},{key:"life",name:"Life"},{key:"funny",name:"Funny"},{key:"love",name:"Love"},{key:"art",name:"Art"},{key:"students",name:"Students"},{key:"bible",name:"Bible Verses"}],Os={key:"widget/quote",name:"Quotes",description:"Be inspired (or not, there's categories).",dashboardComponent:({cache:t,data:n=Ms,setCache:r,loader:a})=>(vo((()=>{var e;(async function(e,t){e.push();const n="developerexcuses"===t?await async function(){try{const e=await fetch("https://api.tabliss.io/v1/developer-excuses");return{quote:(await e.json()).data}}catch(e){return{quote:"Unable to get a new developer excuse."}}}():"bible"===t?await async function(){const e=await fetch("https://quotes.rest/bible/vod.json"),t=await e.json();return 429===e.status?{author:t.error.message.split(".")[1]+".",quote:"Too many requests this hour."}:t&&t.contents?{author:t.contents.book+" "+t.contents.chapter+":"+t.contents.number,quote:t.contents.verse}:{author:null,quote:null}}():await async function(e){const t=await fetch("https://quotes.rest/qod.json"+(e?`?category=${e}`:"")),n=await t.json();return 429===t.status?{author:n.error.message.split(".")[1]+".",quote:"Too many requests this hour."}:n&&n.contents&&n.contents.quotes&&n.contents.quotes[0]?{author:n.contents.quotes[0].author,quote:n.contents.quotes[0].quote}:{author:null,quote:null}}(t);e.pop();const r=function(e){e=e.trim();const t=new RegExp(/(\S)'|"/,"g");e=e.replace(t,"$1");const n=new RegExp(/(^|\s)'|"/,"g");e=e.replace(n,"$1");const r=new RegExp(/\.{3,}/,"g");e=e.replace(r,"…");const a=new RegExp(/\s{2,}/,"g");e=e.replace(a," ");const i=new RegExp(/\s-\s/,"g");e=e.replace(i,"—");const o=new RegExp(/[.\?!…’]$/);return e.match(o)||(e+="."),e}(n.quote);return Object.assign(Object.assign({},n),{quote:r,timestamp:Date.now()})})(a,null!==(e=n.category)&&void 0!==e?e:"inspire").then(r)}),t?t.timestamp+36e5:0,[n.category]),t?e.createElement("div",{className:"Quote"},e.createElement("h4",{className:"QuoteContent"},"“",t.quote,"”",t.author&&e.createElement("sub",null,e.createElement("br",null),"— ",t.author))):null),settingsComponent:({data:t=Ms,setData:n})=>e.createElement("div",{className:"QuoteSettings"},e.createElement("h5",null,"Daily Quotes"),Ns.map((r=>e.createElement("label",{key:r.key},e.createElement("input",{type:"radio",checked:t.category===r.key,onChange:()=>n({category:r.key})})," ",r.name))),e.createElement("p",null,"Powered by"," ",e.createElement("a",{href:"https://theysaidso.com/",target:"_blank",rel:"noopener noreferrer"},"They Said So")),e.createElement("h5",null,"Hourly Quotes"),e.createElement("label",null,e.createElement("input",{type:"radio",checked:"developerexcuses"===t.category,onChange:()=>n({category:"developerexcuses"})})," ","Developer Excuses"),e.createElement("p",null,"Powered by"," ",e.createElement("a",{href:"http://www.developerexcuses.com/",target:"_blank",rel:"noopener noreferrer"},"Developer Excuses")))},Ps=({active:t,setActive:n,suggestions:r,onSelect:a})=>e.createElement("div",{className:"Suggestions"},r.map(((r,i)=>e.createElement("input",{type:"button",key:i,className:i===t?"active":"",value:r,onClick:()=>a(r),onMouseEnter:()=>n(i),onMouseLeave:()=>n(void 0)})))),Ds={searchEngine:"google",suggestionsQuantity:4},Ls=JSON.parse('["aaa","aarp","abarth","abb","abbott","abbvie","abc","able","abogado","abudhabi","ac","academy","accenture","accountant","accountants","aco","actor","ad","adac","ads","adult","ae","aeg","aero","aetna","af","afl","africa","ag","agakhan","agency","ai","aig","airbus","airforce","airtel","akdn","al","alfaromeo","alibaba","alipay","allfinanz","allstate","ally","alsace","alstom","am","amazon","americanexpress","americanfamily","amex","amfam","amica","amsterdam","analytics","android","anquan","anz","ao","aol","apartments","app","apple","aq","aquarelle","ar","arab","aramco","archi","army","arpa","art","arte","as","asda","asia","associates","at","athleta","attorney","au","auction","audi","audible","audio","auspost","author","auto","autos","avianca","aw","aws","ax","axa","az","azure","ba","baby","baidu","banamex","bananarepublic","band","bank","bar","barcelona","barclaycard","barclays","barefoot","bargains","baseball","basketball","bauhaus","bayern","bb","bbc","bbt","bbva","bcg","bcn","bd","be","beats","beauty","beer","bentley","berlin","best","bestbuy","bet","bf","bg","bh","bharti","bi","bible","bid","bike","bing","bingo","bio","biz","bj","black","blackfriday","blockbuster","blog","bloomberg","blue","bm","bms","bmw","bn","bnpparibas","bo","boats","boehringer","bofa","bom","bond","boo","book","booking","bosch","bostik","boston","bot","boutique","box","br","bradesco","bridgestone","broadway","broker","brother","brussels","bs","bt","bugatti","build","builders","business","buy","buzz","bv","bw","by","bz","bzh","ca","cab","cafe","cal","call","calvinklein","cam","camera","camp","cancerresearch","canon","capetown","capital","capitalone","car","caravan","cards","care","career","careers","cars","casa","case","cash","casino","cat","catering","catholic","cba","cbn","cbre","cbs","cc","cd","center","ceo","cern","cf","cfa","cfd","cg","ch","chanel","channel","charity","chase","chat","cheap","chintai","christmas","chrome","church","ci","cipriani","circle","cisco","citadel","citi","citic","city","cityeats","ck","cl","claims","cleaning","click","clinic","clinique","clothing","cloud","club","clubmed","cm","cn","co","coach","codes","coffee","college","cologne","com","comcast","commbank","community","company","compare","computer","comsec","condos","construction","consulting","contact","contractors","cooking","cookingchannel","cool","coop","corsica","country","coupon","coupons","courses","cpa","cr","credit","creditcard","creditunion","cricket","crown","crs","cruise","cruises","cu","cuisinella","cv","cw","cx","cy","cymru","cyou","cz","dabur","dad","dance","data","date","dating","datsun","day","dclk","dds","de","deal","dealer","deals","degree","delivery","dell","deloitte","delta","democrat","dental","dentist","desi","design","dev","dhl","diamonds","diet","digital","direct","directory","discount","discover","dish","diy","dj","dk","dm","dnp","do","docs","doctor","dog","domains","dot","download","drive","dtv","dubai","dunlop","dupont","durban","dvag","dvr","dz","earth","eat","ec","eco","edeka","edu","education","ee","eg","email","emerck","energy","engineer","engineering","enterprises","epson","equipment","er","ericsson","erni","es","esq","estate","et","etisalat","eu","eurovision","eus","events","exchange","expert","exposed","express","extraspace","fage","fail","fairwinds","faith","family","fan","fans","farm","farmers","fashion","fast","fedex","feedback","ferrari","ferrero","fi","fiat","fidelity","fido","film","final","finance","financial","fire","firestone","firmdale","fish","fishing","fit","fitness","fj","fk","flickr","flights","flir","florist","flowers","fly","fm","fo","foo","food","foodnetwork","football","ford","forex","forsale","forum","foundation","fox","fr","free","fresenius","frl","frogans","frontdoor","frontier","ftr","fujitsu","fun","fund","furniture","futbol","fyi","ga","gal","gallery","gallo","gallup","game","games","gap","garden","gay","gb","gbiz","gd","gdn","ge","gea","gent","genting","george","gf","gg","ggee","gh","gi","gift","gifts","gives","giving","gl","glass","gle","global","globo","gm","gmail","gmbh","gmo","gmx","gn","godaddy","gold","goldpoint","golf","goo","goodyear","goog","google","gop","got","gov","gp","gq","gr","grainger","graphics","gratis","green","gripe","grocery","group","gs","gt","gu","guardian","gucci","guge","guide","guitars","guru","gw","gy","hair","hamburg","hangout","haus","hbo","hdfc","hdfcbank","health","healthcare","help","helsinki","here","hermes","hgtv","hiphop","hisamitsu","hitachi","hiv","hk","hkt","hm","hn","hockey","holdings","holiday","homedepot","homegoods","homes","homesense","honda","horse","hospital","host","hosting","hot","hoteles","hotels","hotmail","house","how","hr","hsbc","ht","hu","hughes","hyatt","hyundai","ibm","icbc","ice","icu","id","ie","ieee","ifm","ikano","il","im","imamat","imdb","immo","immobilien","in","inc","industries","infiniti","info","ing","ink","institute","insurance","insure","int","international","intuit","investments","io","ipiranga","iq","ir","irish","is","ismaili","ist","istanbul","it","itau","itv","jaguar","java","jcb","je","jeep","jetzt","jewelry","jio","jll","jm","jmp","jnj","jo","jobs","joburg","jot","joy","jp","jpmorgan","jprs","juegos","juniper","kaufen","kddi","ke","kerryhotels","kerrylogistics","kerryproperties","kfh","kg","kh","ki","kia","kids","kim","kinder","kindle","kitchen","kiwi","km","kn","koeln","komatsu","kosher","kp","kpmg","kpn","kr","krd","kred","kuokgroup","kw","ky","kyoto","kz","la","lacaixa","lamborghini","lamer","lancaster","lancia","land","landrover","lanxess","lasalle","lat","latino","latrobe","law","lawyer","lb","lc","lds","lease","leclerc","lefrak","legal","lego","lexus","lgbt","li","lidl","life","lifeinsurance","lifestyle","lighting","like","lilly","limited","limo","lincoln","linde","link","lipsy","live","living","lk","llc","llp","loan","loans","locker","locus","loft","lol","london","lotte","lotto","love","lpl","lplfinancial","lr","ls","lt","ltd","ltda","lu","lundbeck","luxe","luxury","lv","ly","ma","macys","madrid","maif","maison","makeup","man","management","mango","map","market","marketing","markets","marriott","marshalls","maserati","mattel","mba","mc","mckinsey","md","me","med","media","meet","melbourne","meme","memorial","men","menu","merckmsd","mg","mh","miami","microsoft","mil","mini","mint","mit","mitsubishi","mk","ml","mlb","mls","mm","mma","mn","mo","mobi","mobile","moda","moe","moi","mom","monash","money","monster","mormon","mortgage","moscow","moto","motorcycles","mov","movie","mp","mq","mr","ms","msd","mt","mtn","mtr","mu","museum","music","mutual","mv","mw","mx","my","mz","na","nab","nagoya","name","natura","navy","nba","nc","ne","nec","net","netbank","netflix","network","neustar","new","news","next","nextdirect","nexus","nf","nfl","ng","ngo","nhk","ni","nico","nike","nikon","ninja","nissan","nissay","nl","no","nokia","northwesternmutual","norton","now","nowruz","nowtv","np","nr","nra","nrw","ntt","nu","nyc","nz","obi","observer","office","okinawa","olayan","olayangroup","oldnavy","ollo","om","omega","one","ong","onl","online","ooo","open","oracle","orange","org","organic","origins","osaka","otsuka","ott","ovh","pa","page","panasonic","paris","pars","partners","parts","party","passagens","pay","pccw","pe","pet","pf","pfizer","pg","ph","pharmacy","phd","philips","phone","photo","photography","photos","physio","pics","pictet","pictures","pid","pin","ping","pink","pioneer","pizza","pk","pl","place","play","playstation","plumbing","plus","pm","pn","pnc","pohl","poker","politie","porn","post","pr","pramerica","praxi","press","prime","pro","prod","productions","prof","progressive","promo","properties","property","protection","pru","prudential","ps","pt","pub","pw","pwc","py","qa","qpon","quebec","quest","racing","radio","re","read","realestate","realtor","realty","recipes","red","redstone","redumbrella","rehab","reise","reisen","reit","reliance","ren","rent","rentals","repair","report","republican","rest","restaurant","review","reviews","rexroth","rich","richardli","ricoh","ril","rio","rip","ro","rocher","rocks","rodeo","rogers","room","rs","rsvp","ru","rugby","ruhr","run","rw","rwe","ryukyu","sa","saarland","safe","safety","sakura","sale","salon","samsclub","samsung","sandvik","sandvikcoromant","sanofi","sap","sarl","sas","save","saxo","sb","sbi","sbs","sc","sca","scb","schaeffler","schmidt","scholarships","school","schule","schwarz","science","scot","sd","se","search","seat","secure","security","seek","select","sener","services","ses","seven","sew","sex","sexy","sfr","sg","sh","shangrila","sharp","shaw","shell","shia","shiksha","shoes","shop","shopping","shouji","show","showtime","si","silk","sina","singles","site","sj","sk","ski","skin","sky","skype","sl","sling","sm","smart","smile","sn","sncf","so","soccer","social","softbank","software","sohu","solar","solutions","song","sony","soy","spa","space","sport","spot","sr","srl","ss","st","stada","staples","star","statebank","statefarm","stc","stcgroup","stockholm","storage","store","stream","studio","study","style","su","sucks","supplies","supply","support","surf","surgery","suzuki","sv","swatch","swiss","sx","sy","sydney","systems","sz","tab","taipei","talk","taobao","target","tatamotors","tatar","tattoo","tax","taxi","tc","tci","td","tdk","team","tech","technology","tel","temasek","tennis","teva","tf","tg","th","thd","theater","theatre","tiaa","tickets","tienda","tiffany","tips","tires","tirol","tj","tjmaxx","tjx","tk","tkmaxx","tl","tm","tmall","tn","to","today","tokyo","tools","top","toray","toshiba","total","tours","town","toyota","toys","tr","trade","trading","training","travel","travelchannel","travelers","travelersinsurance","trust","trv","tt","tube","tui","tunes","tushu","tv","tvs","tw","tz","ua","ubank","ubs","ug","uk","unicom","university","uno","uol","ups","us","uy","uz","va","vacations","vana","vanguard","vc","ve","vegas","ventures","verisign","vermögensberater","vermögensberatung","versicherung","vet","vg","vi","viajes","video","vig","viking","villas","vin","vip","virgin","visa","vision","viva","vivo","vlaanderen","vn","vodka","volkswagen","volvo","vote","voting","voto","voyage","vu","vuelos","wales","walmart","walter","wang","wanggou","watch","watches","weather","weatherchannel","webcam","weber","website","wed","wedding","weibo","weir","wf","whoswho","wien","wiki","williamhill","win","windows","wine","winners","wme","wolterskluwer","woodside","work","works","world","wow","ws","wtc","wtf","xbox","xerox","xfinity","xihuan","xin","xxx","xyz","yachts","yahoo","yamaxun","yandex","ye","yodobashi","yoga","yokohama","you","youtube","yt","yun","za","zappos","zara","zero","zip","zm","zone","zuerich","zw","ελ","ευ","бг","бел","дети","ею","католик","ком","мкд","мон","москва","онлайн","орг","рус","рф","сайт","срб","укр","қаз","հայ","ישראל","קום","ابوظبي","اتصالات","ارامكو","الاردن","البحرين","الجزائر","السعودية","العليان","المغرب","امارات","ایران","بارت","بازار","بيتك","بھارت","تونس","سودان","سورية","شبكة","عراق","عرب","عمان","فلسطين","قطر","كاثوليك","كوم","مصر","مليسيا","موريتانيا","موقع","همراه","پاکستان","ڀارت","कॉम","नेट","भारत","भारतम्","भारोत","संगठन","বাংলা","ভারত","ভাৰত","ਭਾਰਤ","ભારત","ଭାରତ","இந்தியா","இலங்கை","சிங்கப்பூர்","భారత్","ಭಾರತ","ഭാരതം","ලංකා","คอม","ไทย","ລາວ","გე","みんな","アマゾン","クラウド","グーグル","コム","ストア","セール","ファッション","ポイント","世界","中信","中国","中國","中文网","亚马逊","企业","佛山","信息","健康","八卦","公司","公益","台湾","台灣","商城","商店","商标","嘉里","嘉里大酒店","在线","大拿","天主教","娱乐","家電","广东","微博","慈善","我爱你","手机","招聘","政务","政府","新加坡","新闻","时尚","書籍","机构","淡马锡","游戏","澳門","点看","移动","组织机构","网址","网店","网站","网络","联通","诺基亚","谷歌","购物","通販","集团","電訊盈科","飞利浦","食品","餐厅","香格里拉","香港","닷넷","닷컴","삼성","한국"]'),Hs=[{key:"google",name:"Google",search_url:"https://www.google.com/search?q={searchTerms}",suggest_url:"https://www.google.com/complete/search?client=chrome&q={searchTerms}&callback={callback}"},{key:"bing",name:"Bing",search_url:"https://www.bing.com/search?q={searchTerms}",suggest_url:"https://api.bing.com/osjson.aspx?query={searchTerms}&JsonType=callback&JsonCallback={callback}"},{key:"baidu",name:"Baidu 百度",search_url:"https://www.baidu.com/s?wd={searchTerms}"},{key:"duckduckgo",name:"DuckDuckGo",search_url:"https://duckduckgo.com/?q={searchTerms}"},{key:"qwant",name:"Qwant",search_url:"https://www.qwant.com/?q={searchTerms}"},{key:"ecosia",name:"Ecosia",search_url:"https://www.ecosia.org/search?q={searchTerms}"},{key:"lilo",name:"Lilo",search_url:"https://search.lilo.org/results.php?q={searchTerms}"},{key:"startpage",name:"Startpage",search_url:"https://www.startpage.com/do/search?q={searchTerms}"},{key:"yandex",name:"Яндекс",search_url:"https://yandex.ru/search/?text={searchTerms}"},{key:"mail.ru",name:"Поиск Mail.Ru",search_url:"https://go.mail.ru/search?q={searchTerms}"},{key:"metager",name:"MetaGer",search_url:"https://metager.de/meta/meta.ger3?eingabe={searchTerms}"},{key:"brave",name:"Brave",search_url:"https://search.brave.com/search?q={searchTerms}"}],js={id:"plugins.search.placeholder",description:"Placeholder text to show in the search box before typing",defaultMessage:"Type to search"},Rs={key:"widget/search",name:"Search Box",description:"Move your URL bar.",dashboardComponent:({data:t=Ds})=>{const n=(0,e.useRef)(null),r=(0,e.useRef)(""),[a,i]=(0,e.useState)(),[o,l]=(0,e.useState)(),s=Yi(),u=(0,e.useMemo)((()=>s.formatMessage(js)),[s]),c=()=>{var e,r,a;document.location.assign((e=n.current.value,a=t.searchEngine,r=(Hs.find((e=>e.key===a))||Hs[0]).search_url,/^https?:\/\/\w+/.test(e)?e:Ls.some((t=>e.endsWith(`.${t}`)))&&!e.includes(" ")?`https://${e}`:r.replace("{searchTerms}",encodeURIComponent(e))))};return e.createElement("form",{className:"Search",onSubmit:e=>{e.preventDefault(),c()}},e.createElement("input",{autoFocus:!0,defaultValue:"",placeholder:u,ref:n,tabIndex:1,type:"text",onChange:e=>{r.current=e.target.value},onKeyUp:e=>{if(o)switch(e.preventDefault(),e.key){case"ArrowUp":const e=a?a-1:o.length-1;n.current.value=o[e],i(e);break;case"ArrowDown":const t=void 0===a||a===o.length-1?0:a+1;n.current.value=o[t],i(t);break;case"Escape":a?(i(void 0),n.current.value=r.current):o&&l(void 0)}}}),o&&e.createElement(Ps,{active:a,setActive:i,suggestions:o,onSelect:e=>{n.current.value=e,c()}}))},settingsComponent:({data:t=Ds,setData:n})=>e.createElement("div",{className:"SearchSettings"},e.createElement("label",null,"Search Provider",e.createElement("select",{onChange:e=>n(Object.assign(Object.assign({},t),{searchEngine:e.target.value})),value:t.searchEngine},Hs.map((({key:t,name:n})=>e.createElement("option",{key:t,value:t},n))))),!1,t.suggestionsEngine&&e.createElement("label",null,"Suggestion Quanitity",e.createElement("input",{type:"number",min:"1",max:"10",value:t.suggestionsQuantity,onChange:e=>n(Object.assign(Object.assign({},t),{suggestionsQuantity:Number(e.target.value)}))})))},zs=({time:t,showMinutes:n,showSeconds:r})=>{const a=30*t.getHours()+.5*t.getMinutes(),i=360*t.getHours()+6*t.getMinutes(),o=360*t.getHours()+360*t.getMinutes()+6*t.getSeconds();return e.createElement("div",{className:"Time Analogue"},e.createElement("svg",{viewBox:"0 0 100 100"},e.createElement("circle",{cx:"50",cy:"50",r:"45",className:"bezel theme-stroke"}),e.createElement("line",{x1:"50",y1:"50",x2:"50",y2:"30",className:"hours theme-stroke",style:{transform:`rotate(${a}deg)`}}),n&&e.createElement("line",{x1:"50",y1:"50",x2:"50",y2:"15",className:"minutes theme-stroke",style:{transform:`rotate(${i}deg)`}}),r&&e.createElement("line",{x1:"50",y1:"50",x2:"50",y2:"10",className:"seconds theme-stroke",style:{transform:`rotate(${o}deg)`}}),e.createElement("circle",{cx:"50",cy:"50",r:"3",className:"cap theme-fill"})))},Us=({hour12:t,showMinutes:n,showSeconds:r,showDayPeriod:a=!0,time:i})=>{const o=Li(zi,"locale"),l=e.useMemo((()=>Intl.DateTimeFormat(o,{hour:"numeric",hourCycle:t?"h12":"h23",minute:n?"numeric":void 0,second:r?"numeric":void 0})),[o,t,n,r]);return a?e.createElement(e.Fragment,null,l.format(i)):e.createElement(e.Fragment,null,l.formatToParts(i).filter((e=>"dayPeriod"!==e.type)).map((e=>e.value)).join(""))},Is=t=>e.createElement("div",{className:"Time Digital"},e.createElement("h1",null,e.createElement(Us,Object.assign({},t)))),Fs={mode:"digital",hour12:!1,showDate:!1,showMinutes:!0,showSeconds:!1,showDayPeriod:!0,timeZone:null},Bs=JSON.parse('["Africa/Abidjan","Africa/Algiers","Africa/Bissau","Africa/Cairo","Africa/Casablanca","Africa/Ceuta","Africa/El_Aaiun","Africa/Johannesburg","Africa/Juba","Africa/Khartoum","Africa/Lagos","Africa/Maputo","Africa/Monrovia","Africa/Nairobi","Africa/Ndjamena","Africa/Sao_Tome","Africa/Tripoli","Africa/Tunis","Africa/Windhoek","America/Adak","America/Anchorage","America/Araguaina","America/Argentina/Buenos_Aires","America/Argentina/Catamarca","America/Argentina/Cordoba","America/Argentina/Jujuy","America/Argentina/La_Rioja","America/Argentina/Mendoza","America/Argentina/Rio_Gallegos","America/Argentina/Salta","America/Argentina/San_Juan","America/Argentina/San_Luis","America/Argentina/Tucuman","America/Argentina/Ushuaia","America/Asuncion","America/Bahia","America/Bahia_Banderas","America/Barbados","America/Belem","America/Belize","America/Boa_Vista","America/Bogota","America/Boise","America/Cambridge_Bay","America/Campo_Grande","America/Cancun","America/Caracas","America/Cayenne","America/Chicago","America/Chihuahua","America/Costa_Rica","America/Cuiaba","America/Danmarkshavn","America/Dawson","America/Dawson_Creek","America/Denver","America/Detroit","America/Edmonton","America/Eirunepe","America/El_Salvador","America/Fortaleza","America/Fort_Nelson","America/Glace_Bay","America/Goose_Bay","America/Grand_Turk","America/Guatemala","America/Guayaquil","America/Guyana","America/Halifax","America/Havana","America/Hermosillo","America/Indiana/Indianapolis","America/Indiana/Knox","America/Indiana/Marengo","America/Indiana/Petersburg","America/Indiana/Tell_City","America/Indiana/Vevay","America/Indiana/Vincennes","America/Indiana/Winamac","America/Inuvik","America/Iqaluit","America/Jamaica","America/Juneau","America/Kentucky/Louisville","America/Kentucky/Monticello","America/La_Paz","America/Lima","America/Los_Angeles","America/Maceio","America/Managua","America/Manaus","America/Martinique","America/Matamoros","America/Mazatlan","America/Menominee","America/Merida","America/Metlakatla","America/Mexico_City","America/Miquelon","America/Moncton","America/Monterrey","America/Montevideo","America/New_York","America/Nipigon","America/Nome","America/Noronha","America/North_Dakota/Beulah","America/North_Dakota/Center","America/North_Dakota/New_Salem","America/Nuuk","America/Ojinaga","America/Panama","America/Pangnirtung","America/Paramaribo","America/Phoenix","America/Port-au-Prince","America/Porto_Velho","America/Puerto_Rico","America/Punta_Arenas","America/Rainy_River","America/Rankin_Inlet","America/Recife","America/Regina","America/Resolute","America/Rio_Branco","America/Santarem","America/Santiago","America/Santo_Domingo","America/Sao_Paulo","America/Scoresbysund","America/Sitka","America/St_Johns","America/Swift_Current","America/Tegucigalpa","America/Thule","America/Thunder_Bay","America/Tijuana","America/Toronto","America/Vancouver","America/Whitehorse","America/Winnipeg","America/Yakutat","America/Yellowknife","Antarctica/Casey","Antarctica/Davis","Antarctica/Macquarie","Antarctica/Mawson","Antarctica/Palmer","Antarctica/Rothera","Antarctica/Troll","Antarctica/Vostok","Asia/Almaty","Asia/Amman","Asia/Anadyr","Asia/Aqtau","Asia/Aqtobe","Asia/Ashgabat","Asia/Atyrau","Asia/Baghdad","Asia/Baku","Asia/Bangkok","Asia/Barnaul","Asia/Beirut","Asia/Bishkek","Asia/Brunei","Asia/Chita","Asia/Choibalsan","Asia/Colombo","Asia/Damascus","Asia/Dhaka","Asia/Dili","Asia/Dubai","Asia/Dushanbe","Asia/Famagusta","Asia/Gaza","Asia/Hebron","Asia/Ho_Chi_Minh","Asia/Hong_Kong","Asia/Hovd","Asia/Irkutsk","Asia/Jakarta","Asia/Jayapura","Asia/Jerusalem","Asia/Kabul","Asia/Kamchatka","Asia/Karachi","Asia/Kathmandu","Asia/Khandyga","Asia/Kolkata","Asia/Krasnoyarsk","Asia/Kuala_Lumpur","Asia/Kuching","Asia/Macau","Asia/Magadan","Asia/Makassar","Asia/Manila","Asia/Nicosia","Asia/Novokuznetsk","Asia/Novosibirsk","Asia/Omsk","Asia/Oral","Asia/Pontianak","Asia/Pyongyang","Asia/Qatar","Asia/Qostanay","Asia/Qyzylorda","Asia/Riyadh","Asia/Sakhalin","Asia/Samarkand","Asia/Seoul","Asia/Shanghai","Asia/Singapore","Asia/Srednekolymsk","Asia/Taipei","Asia/Tashkent","Asia/Tbilisi","Asia/Tehran","Asia/Thimphu","Asia/Tokyo","Asia/Tomsk","Asia/Ulaanbaatar","Asia/Urumqi","Asia/Ust-Nera","Asia/Vladivostok","Asia/Yakutsk","Asia/Yangon","Asia/Yekaterinburg","Asia/Yerevan","Atlantic/Azores","Atlantic/Bermuda","Atlantic/Canary","Atlantic/Cape_Verde","Atlantic/Faroe","Atlantic/Madeira","Atlantic/Reykjavik","Atlantic/South_Georgia","Atlantic/Stanley","Australia/Adelaide","Australia/Brisbane","Australia/Broken_Hill","Australia/Darwin","Australia/Eucla","Australia/Hobart","Australia/Lindeman","Australia/Lord_Howe","Australia/Melbourne","Australia/Perth","Australia/Sydney","Etc/UTC","Europe/Amsterdam","Europe/Andorra","Europe/Astrakhan","Europe/Athens","Europe/Belgrade","Europe/Berlin","Europe/Brussels","Europe/Bucharest","Europe/Budapest","Europe/Chisinau","Europe/Copenhagen","Europe/Dublin","Europe/Gibraltar","Europe/Helsinki","Europe/Istanbul","Europe/Kaliningrad","Europe/Kiev","Europe/Kirov","Europe/Lisbon","Europe/London","Europe/Luxembourg","Europe/Madrid","Europe/Malta","Europe/Minsk","Europe/Monaco","Europe/Moscow","Europe/Oslo","Europe/Paris","Europe/Prague","Europe/Riga","Europe/Rome","Europe/Samara","Europe/Saratov","Europe/Simferopol","Europe/Sofia","Europe/Stockholm","Europe/Tallinn","Europe/Tirane","Europe/Ulyanovsk","Europe/Uzhgorod","Europe/Vienna","Europe/Vilnius","Europe/Volgograd","Europe/Warsaw","Europe/Zaporozhye","Europe/Zurich","Indian/Chagos","Indian/Christmas","Indian/Cocos","Indian/Kerguelen","Indian/Mahe","Indian/Maldives","Indian/Mauritius","Indian/Reunion","Pacific/Apia","Pacific/Auckland","Pacific/Bougainville","Pacific/Chatham","Pacific/Chuuk","Pacific/Easter","Pacific/Efate","Pacific/Fakaofo","Pacific/Fiji","Pacific/Funafuti","Pacific/Galapagos","Pacific/Gambier","Pacific/Guadalcanal","Pacific/Guam","Pacific/Honolulu","Pacific/Kanton","Pacific/Kiritimati","Pacific/Kosrae","Pacific/Kwajalein","Pacific/Majuro","Pacific/Marquesas","Pacific/Nauru","Pacific/Niue","Pacific/Norfolk","Pacific/Noumea","Pacific/Pago_Pago","Pacific/Palau","Pacific/Pitcairn","Pacific/Pohnpei","Pacific/Port_Moresby","Pacific/Rarotonga","Pacific/Tahiti","Pacific/Tarawa","Pacific/Tongatapu","Pacific/Wake","Pacific/Wallis"]');let Gs=null;const Ws=({timeZone:t,onChange:n})=>{const[r,a]=e.useState(Gs);return e.useEffect((()=>{if(null!==r)return;const e=new Date;Gs=Bs.flatMap((t=>{try{const n=(0,In.getTimezoneOffset)(t,e)/36e5;return{id:t,name:`(UTC${(n>=0?"+":"-")+Math.abs(n)}) ${t.replaceAll("_"," ")}`,offset:n}}catch(e){return[]}})).sort(((e,t)=>{const n=e.offset-t.offset;return 0===n?e.name.localeCompare(t.name):n})),a(Gs)}),[]),e.createElement("select",{value:t||"",onChange:e=>n(e.target.value||null)},e.createElement("option",{value:""},"Automatic"),r?r.map((t=>e.createElement("option",{key:t.id,value:t.id},t.name))):e.createElement("option",{disabled:!0},"Loading..."))};function qs(e=""){return{type:"ADD_TODO",data:{contents:e,id:to(),completed:!1}}}function Vs(e,t){switch(t.type){case"ADD_TODO":return e.concat(t.data);case"REMOVE_TODO":return e.filter((e=>e.id!==t.data.id));case"TOGGLE_TODO":return e.map((e=>e.id===t.data.id?Object.assign(Object.assign({},e),{completed:!e.completed}):e));case"UPDATE_TODO":return""===t.data.contents?e.filter((e=>e.id!==t.data.id)):e.map((e=>e.id===t.data.id?Object.assign(Object.assign({},e),{contents:t.data.contents}):e));default:throw new Error("Unknown action")}}const Ys=({item:t,onDelete:n,onUpdate:r,onToggle:a})=>{const i=(0,e.useRef)(null);return(0,e.useLayoutEffect)((()=>{i.current&&(i.current.innerText=t.contents,""===t.contents&&i.current.focus())}),[t.contents]),ko((e=>{e.target===i.current&&(e.preventDefault(),i.current&&i.current.blur())}),["Enter"],!1),ko((e=>{e.target===i.current&&(e.preventDefault(),i.current&&(i.current.innerText=t.contents,i.current.blur()))}),["Escape"],!1),e.createElement("div",{className:"TodoItem"},e.createElement("span",{ref:i,contentEditable:!0,onBlur:e=>r(e.currentTarget.innerText)}),e.createElement("a",{onMouseDown:a,className:"complete"},e.createElement(Ho,{name:t.completed?"check-circle":"circle"})),e.createElement("a",{onMouseDown:n,className:"delete"},e.createElement(Ro,null)))},$s=({items:t,onToggle:n,onUpdate:r,onRemove:a,show:i=0})=>e.createElement("div",{className:"TodoList"},t.slice(-i).map((t=>e.createElement(Ys,{key:t.id,item:t,onToggle:()=>n(t.id),onUpdate:e=>r(t.id,e),onDelete:()=>a(t.id)})))),Js={items:[],show:3,keyBind:"T"};function Ks(e,t=4){return Math.round(e*10**t)/10**t}const Qs={0:"sun",1:"sun",2:"cloud",3:"cloud",45:"cloud-rain",48:"cloud-rain",51:"cloud-rain",53:"cloud-rain",55:"cloud-rain",56:"cloud-rain",57:"cloud-rain",61:"cloud-rain",63:"cloud-rain",65:"cloud-rain",66:"cloud-rain",67:"cloud-rain",71:"cloud-snow",73:"cloud-snow",75:"cloud-snow",77:"cloud-snow",80:"cloud-rain",81:"cloud-rain",82:"cloud-rain",85:"cloud-snow",86:"cloud-snow",95:"cloud-lightning",96:"cloud-lightning",99:"cloud-lightning"},Xs={showDetails:!1,units:"si"},Zs={high:{id:"plugins.weather.high",description:"High for temperature high",defaultMessage:"High"},low:{id:"plugins.weather.low",description:"Low for temperature low",defaultMessage:"Low"},apparent:{id:"plugins.weather.apparent",description:"Apparent/Feels like tempurature",defaultMessage:"Feels like"},humidity:{id:"plugins.weather.humidity",description:"Humidity",defaultMessage:"Humidity"}};const eu=({onChange:t})=>{const[n,r]=e.useState("");return e.createElement("form",{onSubmit:e=>{e.preventDefault(),async function(e){const t=`https://geocoding-api.open-meteo.com/v1/search?name=${e}&count=1`,n=await fetch(t),r=await n.json();return{latitude:Ks(r.results[0].latitude),longitude:Ks(r.results[0].longitude)}}(n).then((e=>t(Object.assign(Object.assign({},e),{name:n})))).catch((()=>{alert("Unable to find location. Please try again.")}))}},e.createElement("div",{className:"grid",style:{gridTemplateColumns:"1fr auto"}},e.createElement("label",{htmlFor:"LocationInput__query"},"Search for city"),e.createElement("div",null),e.createElement("input",{id:"LocationInput__query",placeholder:"City or location",type:"text",value:n,onChange:e=>r(e.target.value)}),e.createElement("button",{type:"submit",className:"button--primary button--icon"},e.createElement(Ho,{name:"search"}))))},tu="geolocation"in navigator,nu=({latitude:t,longitude:n,onChange:r})=>e.createElement("div",{className:"LocationInput"},e.createElement("div",{className:"grid",style:{gridTemplateColumns:tu?"1fr 1fr auto":"1fr 1fr"}},e.createElement("label",{htmlFor:"LocationInput__latitude"},"Latitude"),e.createElement("label",{htmlFor:"LocationInput__longitude"},"Longitude"),tu&&e.createElement("div",null),e.createElement("input",{id:"LocationInput__latitude",type:"text",value:t,onChange:e=>r({latitude:Number(e.target.value)})}),e.createElement("input",{id:"LocationInput__longitude",type:"text",value:n,onChange:e=>r({longitude:Number(e.target.value)})}),tu&&e.createElement("button",{className:"button--primary button--icon",onClick:()=>{new Promise(((e,t)=>navigator.geolocation.getCurrentPosition((({coords:t})=>e({latitude:Ks(t.latitude),longitude:Ks(t.longitude)})),t))).then(r).catch((e=>alert(`Cannot determine your location: ${e.message}`)))}},e.createElement(Ho,{name:"navigation"})))),ru=t=>{var{onChange:n}=t,r=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var a=0;for(r=Object.getOwnPropertySymbols(e);a<r.length;a++)t.indexOf(r[a])<0&&Object.prototype.propertyIsEnumerable.call(e,r[a])&&(n[r[a]]=e[r[a]])}return n}(t,["onChange"]);const a=r.longitude&&r.latitude,[i,o]=_o(!a),l=e=>{n(e),i&&o()};return e.createElement("div",{className:"LocationInput"},i?e.createElement(eu,Object.assign({},r,{onChange:l})):e.createElement(nu,Object.assign({},r,{onChange:l})),e.createElement("a",{onClick:o},i?"Enter coordinates":"Search for city"))};function au(e,t){xl(2,arguments);var n=El(e),r=Rl(t);return isNaN(r)?new Date(NaN):r?(n.setDate(n.getDate()+r),n):n}const iu={startTime:"09:00",endTime:"17:00",days:[1,2,3,4,5]},ou=e=>{const[t,n]=e.split(":"),r=new Date;return r.setHours(Number(t)),r.setMinutes(Number(n)),r.setSeconds(0),r},lu=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],su=[Xo,nl,ol,sl,yl,bl,kl,Ss,Cs,Os,Rs,{key:"widget/time",name:"Time",description:"Be on time.",dashboardComponent:({data:t=Fs})=>{const{hour12:n,mode:r,name:a,showDate:i,showMinutes:o,showSeconds:l,timeZone:s,showDayPeriod:u=!0}=t;let c=yo(s?"absolute":"zoned");return s&&(c=(0,In.utcToZonedTime)(c,s)),e.createElement("div",{className:"Time"},"analogue"===r?e.createElement(zs,{time:c,showMinutes:o,showSeconds:l}):e.createElement(Is,{time:c,hour12:n,showMinutes:o,showSeconds:l,showDayPeriod:u}),a&&e.createElement("h2",null,a),i&&e.createElement(e.Fragment,null,e.createElement("hr",null),e.createElement("h3",null,e.createElement(Zi,{value:c,day:"numeric",month:"long",weekday:"long"}))))},settingsComponent:({data:t=Fs,setData:n})=>e.createElement("div",{className:"TimeSettings"},e.createElement("label",null,"Name",e.createElement("input",{type:"text",value:t.name,placeholder:"Optional name",onChange:e=>n(Object.assign(Object.assign({},t),{name:e.target.value}))})),e.createElement("label",null,"Time Zone",e.createElement(Ws,{timeZone:t.timeZone,onChange:e=>n(Object.assign(Object.assign({},t),{timeZone:e}))})),e.createElement("label",null,e.createElement("input",{type:"radio",checked:"analogue"===t.mode,onChange:()=>n(Object.assign(Object.assign({},t),{mode:"analogue"}))})," ","Analogue"),e.createElement("label",null,e.createElement("input",{type:"radio",checked:"digital"===t.mode&&t.hour12,onChange:()=>n(Object.assign(Object.assign({},t),{mode:"digital",hour12:!0}))})," ","12-hour digital"),e.createElement("label",null,e.createElement("input",{type:"radio",checked:"digital"===t.mode&&!t.hour12,onChange:()=>n(Object.assign(Object.assign({},t),{mode:"digital",hour12:!1}))})," ","24-hour digital"),e.createElement("label",null,e.createElement("input",{type:"checkbox",checked:t.showSeconds,onChange:()=>n(Object.assign(Object.assign({},t),{showSeconds:!t.showSeconds}))})," ","Display seconds"),e.createElement("label",null,e.createElement("input",{type:"checkbox",checked:t.showMinutes,onChange:()=>n(Object.assign(Object.assign({},t),{showMinutes:!t.showMinutes}))})," ","Display minutes"),"digital"===t.mode&&t.hour12&&e.createElement("label",null,e.createElement("input",{type:"checkbox",checked:t.showDayPeriod,onChange:()=>n(Object.assign(Object.assign({},t),{showDayPeriod:!t.showDayPeriod}))})," ","Display day period"),e.createElement("label",null,e.createElement("input",{type:"checkbox",checked:t.showDate,onChange:()=>n(Object.assign(Object.assign({},t),{showDate:!t.showDate}))})," ","Display date"))},{key:"widget/todo",name:"Todos",description:"Add reminders to procrastinate.",dashboardComponent:({data:t=Js,setData:n})=>{var r;const[a,i]=_o(),[o,l]=_o(),s=Eo(Vs,t.items,(e=>n(Object.assign(Object.assign({},t),{items:e})))),u=t.items.filter((e=>!e.completed||a)),c=o?void 0:t.show,d=null!==(r=t.keyBind)&&void 0!==r?r:"T";return ko((e=>{e.preventDefault(),s(qs())}),[d.toUpperCase(),d.toLowerCase()]),e.createElement("div",{className:"Todo"},e.createElement($s,{items:u,onToggle:(...e)=>s(function(e){return{type:"TOGGLE_TODO",data:{id:e}}}(...e)),onUpdate:(...e)=>s(function(e,t){return{type:"UPDATE_TODO",data:{id:e,contents:t}}}(...e)),onRemove:(...e)=>s(function(e){return{type:"REMOVE_TODO",data:{id:e}}}(...e)),show:c}),e.createElement("div",null,e.createElement("a",{onClick:()=>s(qs())},e.createElement(Io,null))," ",e.createElement("a",{onClick:i},e.createElement(Ho,{name:a?"check-circle":"circle"}))," ",u.length>t.show&&e.createElement("a",{onClick:l},o?e.createElement(zo,null):e.createElement(Uo,null))))},settingsComponent:({data:t=Js,setData:n})=>e.createElement("div",{className:"SearchSettings"},e.createElement("label",null,"Tasks to show",e.createElement("input",{type:"number",min:"0",onChange:e=>n(Object.assign(Object.assign({},t),{show:Number(e.target.value)})),placeholder:"Number of todo items to show",value:t.show})),e.createElement("label",null,"New task keybind",e.createElement("input",{type:"text",maxLength:1,onChange:e=>n(Object.assign(Object.assign({},t),{keyBind:e.target.value})),value:t.keyBind})))},{key:"widget/weather",name:"Weather",description:"Add a window to see outside.",dashboardComponent:({cache:t,data:n=Xs,loader:r,setCache:a,setData:i})=>{const o=yo("absolute"),l=eo(Zs);vo((()=>{(async function({latitude:e,longitude:t,units:n},r){if(!e||!t)return;r.push();const a=`https://api.open-meteo.com/v1/forecast?latitude=${e}&longitude=${t}&hourly=temperature_2m&hourly=apparent_temperature&hourly=relativehumidity_2m&hourly=weathercode&timeformat=unixtime&temperature_unit=`+("us"===n?"fahrenheit":"celsius"),i=await fetch(a),o=await i.json();return r.pop(),{timestamp:Date.now(),conditions:o.hourly.time.map(((e,t)=>({timestamp:1e3*e,temperature:o.hourly.temperature_2m[t],apparentTemperature:o.hourly.apparent_temperature[t],humidity:o.hourly.relativehumidity_2m[t],weatherCode:o.hourly.weathercode[t]})))}})(n,r).then(a)}),t?t.timestamp+216e5:0,[n.latitude,n.latitude,n.units]);const s=t&&t.conditions?((e,t)=>{var n;return null!==(n=e.slice().reverse().find((e=>t>=e.timestamp)))&&void 0!==n?n:null})(t.conditions,o.getTime()):null;return s?e.createElement("div",{className:"Weather"},e.createElement("div",{className:"summary",onClick:()=>i(Object.assign(Object.assign({},n),{showDetails:!n.showDetails})),title:"Toggle weather details"},n.name?e.createElement("span",null,n.name):null,e.createElement(Ho,{name:Qs[s.weatherCode]}),e.createElement("span",{className:"temperature"},Math.round(s.temperature),"˚")),n.showDetails?e.createElement("div",{className:"details"},e.createElement("dl",null,e.createElement("dt",null,Math.round(s.apparentTemperature),"˚"),e.createElement("dd",null,l.apparent)),e.createElement("dl",null,e.createElement("dt",null,s.humidity,"%"),e.createElement("dd",null,l.humidity))):null):e.createElement("div",{className:"Weather"},"-")},settingsComponent:({data:t=Xs,setData:n})=>e.createElement("div",{className:"WeatherSettings"},e.createElement(ru,{latitude:t.latitude,longitude:t.longitude,onChange:e=>n(Object.assign(Object.assign({},t),e))}),t.latitude&&t.latitude?e.createElement(e.Fragment,null,e.createElement("label",null,"Name",e.createElement("input",{type:"text",value:t.name||"",placeholder:"Optional name",onChange:e=>n(Object.assign(Object.assign({},t),{name:e.target.value||void 0}))})),e.createElement("hr",null),e.createElement("label",null,e.createElement("input",{type:"checkbox",checked:t.showDetails,onChange:()=>n(Object.assign(Object.assign({},t),{showDetails:!t.showDetails}))})," ","Show extended details"),e.createElement("label",null,e.createElement("input",{type:"radio",checked:"si"===t.units,onChange:()=>n(Object.assign(Object.assign({},t),{units:"si"}))})," ","Metric units"),e.createElement("label",null,e.createElement("input",{type:"radio",checked:"us"===t.units,onChange:()=>n(Object.assign(Object.assign({},t),{units:"us"}))})," ","Imperial units"),e.createElement("p",null,e.createElement("a",{href:"https://open-meteo.com/",rel:"noopener noreferrer",target:"_blank"},"Weather data by Open-Meteo.com"))):null)},{key:"widget/workHours",name:"Work Hours",description:"Count down the working hours.",dashboardComponent:({data:t=iu})=>{let n=ou(t.startTime);const r=ou(t.endTime),a=yo();return n>r&&(n=function(e,t){xl(2,arguments);var n=Rl(t);return au(e,-n)}(n,1)),e.createElement("div",{className:"WorkHours"},t.days.includes((new Date).getDay())&&e.createElement(e.Fragment,null,e.createElement("h2",null,((e,t,n)=>{if(e<t)return 0;if(e>n)return 100;const r=n.getTime()-t.getTime(),a=e.getTime()-t.getTime();return Math.floor(a/r*100)})(a,n,r),"%")))},settingsComponent:({data:t=iu,setData:n})=>e.createElement("div",{className:"WorkHoursSettings"},e.createElement("label",null,"Start time",e.createElement("input",{type:"time",value:t.startTime,onChange:e=>n(Object.assign(Object.assign({},t),{startTime:e.target.value}))})),e.createElement("label",null,"End time",e.createElement("input",{type:"time",value:t.endTime,onChange:e=>n(Object.assign(Object.assign({},t),{endTime:e.target.value}))})),lu.map(((r,a)=>e.createElement("div",{key:r},e.createElement("label",null,e.createElement("input",{type:"checkbox",checked:t.days.includes(a),onChange:e=>n(Object.assign(Object.assign({},t),{days:e.target.checked?[...t.days,a]:t.days.filter((e=>e!==a))}))}),r)))))}];su.sort(((e,t)=>e.name.localeCompare(t.name)));const uu=[...Ko,...su];function cu(e){const t=uu.find((t=>t.key===e));if(!t)throw new Error(`Unable to find config for plugin: ${e}`);return t}const du=(0,n(5800).withErrorBoundary)((({id:t,component:n})=>{const r=function(t){const[n,r]=ji(Ui,t),[a,i]=ji(zi,`data/${t}`),{pushLoader:o,popLoader:l}=(0,e.useContext)(qi);return{cache:n,data:a,loader:{push:o,pop:l},setCache:r,setData:i}}(t);return e.createElement(n,Object.assign({},r))}),{FallbackComponent:()=>e.createElement("div",{className:"Crashed"},e.createElement(Ho,{name:"alert-triangle"})," Sorry this plugin has crashed!"),onError:function(e){e.stack&&(e.stack=e.stack.replace(/moz-extension:\/\/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/g,"resource://tabliss-extension"),e.stack=e.stack.replace(/chrome-extension:\/\/hipekcciheckooncpjeljhnekcoolahp/g,"resource://tabliss-extension")),Zt(e)}}),pu=()=>{const t=Li(zi,"background"),{dashboardComponent:n}=cu(t.key);return e.createElement("div",{className:"Background"},e.createElement(du,{id:t.id,component:n}))},mu={settingsHint:{id:"dashboard.settingsHint",defaultMessage:"Customise Tabliss",description:"Hover hint text for the settings icon"},focusHint:{id:"dashboard.focusHint",defaultMessage:"Toggle widgets",description:"Hover hint text for the widgets toggle"},fullscreenHint:{id:"dashboard.fullscreenHint",defaultMessage:"Toggle fullscreen",description:"Hover hint text for the fullscreen toggle"},loadingHint:{id:"dashboard.loadingHint",defaultMessage:"Loading new content",description:"Hover hint text for the loading indicator icon (the lightning bolt)"},errorHint:{id:"dashboard.errorHint",defaultMessage:"Show errors",description:"Hover hint text for the error indicator icon"}},hu=()=>{const t=eo(mu),n=Li(zi,"focus"),{errors:r}=e.useContext(Rn),{pending:a,toggleErrors:i,toggleSettings:o}=e.useContext(qi);ko(oo,["w"]),ko(o,["s"]);const[l,s]=function(){const t=zn(),[n,r]=(0,e.useState)(wo()),a=!!document.fullscreenEnabled&&(()=>document.fullscreenElement?document.exitFullscreen():document.documentElement.requestFullscreen().catch(t));return(0,e.useEffect)((()=>(document.onfullscreenchange=()=>r(wo()),()=>{document.onfullscreenchange=null})),[]),[n,a]}();return s&&ko(s,["f"]),e.createElement("div",{className:"Overlay"},e.createElement("a",{onClick:o,title:`${t.settingsHint} (S)`},e.createElement(Ho,{name:"settings"})),r.length>0?e.createElement("a",{onClick:i,title:t.errorHint},e.createElement(Ho,{name:"alert-triangle"})):null,a>0?e.createElement("span",{title:t.loadingHint},e.createElement(Ho,{name:"zap"})):null,e.createElement("a",{className:n?"":"on-hover",onClick:oo,title:`${t.focusHint} (W)`},e.createElement(Ho,{name:n?"eye-off":"eye"})),s?e.createElement("a",{className:"on-hover",onClick:s,title:`${t.fullscreenHint} (F)`},e.createElement(Ho,{name:l?"minimize-2":"maximize-2"})):null)},fu=({children:t,colour:n,fontFamily:r,fontSize:a=24,fontWeight:i})=>e.createElement("div",{className:"Widget "+(i?"weight-override":""),style:{color:n,fontFamily:r,fontSize:`${a}px`,fontWeight:i}},t),gu=({position:t,widgets:n})=>e.createElement("div",{className:`Slot ${t}`},n.map((({display:t,id:n,key:r})=>e.createElement(fu,Object.assign({key:n},t),e.createElement(du,{id:n,component:cu(r).dashboardComponent}))))),yu=()=>{const t=Li(zi,"focus"),n=Hi(zi,no).reduce(((e,t)=>{var n;return Object.assign(Object.assign({},e),{[t.display.position]:[...null!==(n=e[t.display.position])&&void 0!==n?n:[],t]})}),{}),r=Object.entries(n);return e.createElement("div",{className:"Widgets fullscreen"},e.createElement("div",{className:"container"},!t&&r.map((([t,n])=>e.createElement(gu,{key:t,position:t,widgets:n})))))},vu=e.memo((()=>{var t;const n=(null!==(t=Li(zi,"background").display.luminosity)&&void 0!==t?t:0)>0?"light":"dark";return e.useEffect((()=>{localStorage.setItem("theme",n)}),[n]),e.createElement("div",{className:`Dashboard fullscreen ${n}`},e.createElement(pu,null),e.createElement(yu,null),e.createElement(hu,null))})),bu=()=>e.createElement("h1",{className:"Logo"},e.createElement("i",{dangerouslySetInnerHTML:{__html:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 131.86 38.57"><path d="M31.88 8.68c.36 0 .7.2.87.5.14.23.4.37.66.37.28 0 .53-.14.67-.37.2-.3.5-.5.87-.5.43 0 .77-.34.77-.76 0-.43-.33-.77-.76-.77-.55 0-1.1.2-1.53.52-.43-.33-.96-.52-1.52-.52-.43 0-.77.34-.77.77 0 .42.35.76.78.76zM1.74 8.68c.36 0 .7.2.88.5.14.23.4.37.66.37s.5-.14.65-.37c.2-.3.52-.5.88-.5.43 0 .78-.34.78-.76 0-.43-.35-.77-.77-.77-.55 0-1.1.2-1.52.52-.44-.33-.98-.52-1.54-.52-.42 0-.76.34-.76.77 0 .42.34.76.76.76z"/><g><path d="M36.6 25.86l-8.96-15.5c-.13-.22-.37-.35-.63-.35-.25 0-.5.15-.62.37l-7 12.1c-.2.35-.07.8.28 1 .35.2.8.08 1-.27l1.56-2.7 1.85 1.36c.26.2.6.2.87 0L27 20.33l2.1 1.53c.1.1.27.15.42.15s.3-.04.43-.14l1.86-1.37 3.34 5.77c-.72 1.6-1.66 3.07-2.8 4.4-.27.3-.24.77.07 1.04.14.12.3.18.48.18.2 0 .4-.08.55-.25 1.32-1.54 2.4-3.26 3.2-5.1.1-.22.07-.47-.04-.67zm-7.08-5.5l-2.08-1.52c-.25-.2-.6-.2-.86 0l-2.07 1.53-1.55-1.15L27 12.2l4.07 7.02-1.55 1.15z"/><path d="M30.35 32.66c-3.34 2.87-7.6 4.45-12 4.45-7.26 0-13.8-4.23-16.8-10.83l3.33-5.78 1.85 1.36c.26.2.6.2.87 0l2.07-1.53 2.08 1.53c.13.1.28.15.43.15.15 0 .3-.04.43-.14l1.87-1.37 8.1 14.05c.2.35.66.47 1 .26.36-.2.47-.63.27-.98L10.3 10.37c-.13-.22-.37-.36-.63-.36s-.5.15-.63.37L.1 25.87c-.12.2-.13.44-.04.65C3.2 33.84 10.4 38.57 18.34 38.57c4.75 0 9.35-1.7 12.96-4.8.3-.27.34-.73.07-1.03-.26-.3-.72-.34-1.02-.08zM9.67 12.2l4.07 7.02-1.56 1.15-2.07-1.53c-.25-.2-.6-.2-.86 0l-2.07 1.53-1.56-1.15 4.07-7.03zM18.34 11.24c3.1 0 5.62-2.52 5.62-5.62S21.44 0 18.34 0s-5.62 2.52-5.62 5.62 2.52 5.62 5.62 5.62zm0-9.7c2.26 0 4.1 1.83 4.1 4.08s-1.84 4.1-4.1 4.1-4.08-1.85-4.08-4.1 1.83-4.1 4.08-4.1z"/></g><g><path d="M46.93 13.78h-1.86c-.42 0-.65-.23-.65-.65v-.15c0-.42.23-.64.65-.64h1.86V7.6c0-.43.23-.66.64-.66h.3c.43 0 .66.23.66.65v4.74h4.33c.4 0 .64.22.64.64v.15c0 .42-.23.65-.64.65h-4.33v10.45c0 5.1 3.07 5.58 4.63 5.66.57.03.76.22.76.64v.2c0 .37-.15.63-.65.63-4.48 0-6.34-2.85-6.34-7.03V13.78zM67.07 19.63h1.25V19c0-4.23-2.16-5.68-5.2-5.68-2.32 0-4.07.92-4.9 1.45-.35.23-.65.2-.92-.15l-.15-.23c-.27-.35-.23-.7.1-.92.9-.6 2.94-1.7 5.94-1.7 4.36 0 6.72 2.42 6.72 7.17v11.62c0 .42-.23.65-.65.65h-.3c-.42 0-.65-.23-.65-.65V28.7c0-1 .15-1.7.15-1.7h-.07c.04 0-1.7 4.68-6.65 4.68-3.08 0-6.46-1.7-6.46-5.5 0-6.47 8.4-6.55 11.77-6.55zM61.82 30.2c4.15 0 6.5-4.3 6.5-8.06V21.1h-1.2c-3.24 0-10.16 0-10.16 4.95 0 2.02 1.63 4.14 4.86 4.14zM73 5.27c0-.42.23-.65.64-.65h.3c.43 0 .65.23.65.65v9.23c0 .88-.16 1.56-.16 1.56h.08s1.63-4.3 6.87-4.3c5.1 0 8.2 4.07 8.2 9.96 0 6.04-3.53 9.96-8.5 9.96-4.8 0-6.58-4.3-6.58-4.3h-.08s.15.7.15 1.67v1.52c0 .42-.23.65-.65.65h-.3c-.42 0-.65-.23-.65-.65V5.27zm8.17 24.85c3.72 0 6.76-3.08 6.76-8.4 0-5.13-2.74-8.4-6.6-8.4-3.5 0-6.78 2.47-6.78 8.44 0 4.22 2.17 8.36 6.62 8.36zM92.45 5.27c0-.42.23-.65.65-.65h.3c.42 0 .65.23.65.65v21.58c0 2.66 1.3 2.9 2.2 3 .34.04.6.15.6.6v.24c0 .4-.14.67-.67.67-1.1 0-3.73-.42-3.73-4V5.28zM99.6 12.87c0-.42.22-.65.64-.65h.3c.42 0 .65.23.65.65v17.7c0 .42-.24.65-.65.65h-.3c-.43 0-.65-.23-.65-.65v-17.7zM101.8 6c0 .76-.62 1.37-1.38 1.37-.76 0-1.37-.6-1.37-1.37s.6-1.38 1.37-1.38c.76 0 1.37.62 1.37 1.38zM104.7 28.48l.22-.26c.26-.3.57-.3.9-.04.8.68 2.7 1.94 5.4 1.94 2.32 0 4.37-1.22 4.37-3.57 0-4.83-10.46-3.46-10.46-9.65 0-3.4 2.85-5.13 6.08-5.13 2.78 0 4.5 1.06 5.17 1.63.3.23.37.53.14.87l-.23.3c-.25.35-.56.35-.9.08-.68-.53-2.13-1.33-4.3-1.33-2.16 0-4.28 1-4.28 3.46 0 4.94 10.44 3.46 10.44 9.77 0 3.04-2.58 5.13-6.08 5.13-3.4 0-5.58-1.52-6.42-2.32-.3-.27-.3-.57-.07-.88zM119.28 28.48l.23-.26c.27-.3.58-.3.92-.04.8.68 2.7 1.94 5.4 1.94 2.3 0 4.37-1.22 4.37-3.57 0-4.83-10.46-3.46-10.46-9.65 0-3.4 2.85-5.13 6.08-5.13 2.77 0 4.48 1.06 5.16 1.63.3.23.38.53.15.87l-.22.3c-.26.35-.56.35-.9.08-.7-.53-2.13-1.33-4.3-1.33-2.16 0-4.3 1-4.3 3.46 0 4.94 10.46 3.46 10.46 9.77 0 3.04-2.6 5.13-6.08 5.13-3.42 0-5.6-1.52-6.42-2.32-.3-.27-.3-.57-.08-.88z"/></g></svg>\n'}})),wu=({name:t,children:n})=>{const[r,a]=_o();return e.createElement(e.Fragment,null,e.createElement("p",null,e.createElement("a",{onClick:a},r?"Close":"Open"," ",t)),r&&n)},ku=()=>{const[t,n]=ji(zi,"background"),r=cu(t.key),a=e=>{n(Object.assign(Object.assign({},t),{display:Object.assign(Object.assign({},t.display),e)}))};return e.createElement("div",null,e.createElement("h2",null,e.createElement(Vo,{id:"background",defaultMessage:"Background",description:"Background title"})),e.createElement("label",null,e.createElement("select",{value:t.key,onChange:e=>(e=>{const t=Bn(zi,"background"),n=ro();Wn(zi,"background",{id:n,key:e,display:{blur:0,luminosity:-.2}}),qn(zi,`data/${t.id}`),qn(Ui,t.id)})(e.target.value),className:"primary"},Ko.map((t=>e.createElement("option",{key:t.key,value:t.key},t.name))))),r&&e.createElement("div",{className:"Widget"},e.createElement("h4",null,r.name),r.settingsComponent&&e.createElement("div",{className:"settings"},e.createElement(du,{id:t.id,component:r.settingsComponent})),r.supportsBackdrop&&e.createElement(wu,{name:"Display Settings"},e.createElement(e.Fragment,null,e.createElement("label",null,"Blur ",e.createElement("br",null),e.createElement("input",{type:"range",list:"blur-markers",min:"0",max:"50",step:"2",value:t.display.blur,onChange:e=>a({blur:Number(e.target.value)})}),e.createElement("datalist",{id:"blur-markers"},e.createElement("option",{value:"0"}),e.createElement("option",{value:"50"}))),e.createElement("label",null,"Luminosity ",e.createElement("br",null),e.createElement("input",{type:"range",list:"luminosity-markers",min:"-1",max:"1",step:"0.1",value:t.display.luminosity,onChange:e=>a({luminosity:Number(e.target.value)})}),e.createElement("datalist",{id:"luminosity-markers"},e.createElement("option",{value:"-1",label:"Darken"}),e.createElement("option",{value:"0"}),e.createElement("option",{value:"1",label:"Lighten"})))))))},xu=()=>{const[t,n]=e.useState(!1),[r,a]=e.useState(!0);return e.useEffect((()=>{navigator.storage&&navigator.storage.persisted().then(a)}),[]),r?null:e.createElement("div",{className:"Widget",style:{textAlign:"center"}},e.createElement("h4",null,"Persist Settings"),e.createElement("p",null,"Would you like Tabliss to ask your browser to save your setting permanently?"),t?e.createElement("p",null,"Could not persist settings at this time."):e.createElement("button",{className:"button button--primary",onClick:()=>{navigator.storage.persist().then((e=>e?a(e):n(!0)))}},"Persist Settings"))},Eu=()=>{const[t,n]=ji(zi,"locale"),[r,a]=ji(zi,"timeZone");return e.createElement("div",null,e.createElement("h2",null,e.createElement(Vo,{id:"settings",defaultMessage:"Settings",description:"Settings title"})),e.createElement("label",{style:{alignItems:"center",display:"grid",gridGap:"0 0.5rem",gridTemplateColumns:"1fr 2fr",width:"100%",margin:0}},e.createElement("span",null,"Language"),e.createElement("select",{value:t,onChange:e=>n(e.target.value)},e.createElement("option",{value:"ca-ES",title:"Catalan"},"Català"),e.createElement("option",{value:"cs",title:"Czech"},"Čeština"),e.createElement("option",{value:"de",title:"German"},"Deutsch"),e.createElement("option",{value:"el",title:"Greek"},"Ελληνικά"),e.createElement("option",{value:"en-AU",title:"English (Australian)"},"English (AU)"),e.createElement("option",{value:"en-CA",title:"English (Canadian)"},"English (CA)"),e.createElement("option",{value:"en-GB",title:"English (British)"},"English (GB)"),e.createElement("option",{value:"en",title:"English (American)"},"English (US)"),e.createElement("option",{value:"es",title:"Spanish"},"Español"),e.createElement("option",{value:"fa",title:"Persian"},"پارسی"),e.createElement("option",{value:"fr",title:"French"},"Français"),e.createElement("option",{value:"ga",title:"Gaeilge"},"Gaeilge"),e.createElement("option",{value:"gd",title:"Scottish Gaelic"},"Gàidhlig"),e.createElement("option",{value:"gl",title:"Galician"},"Galego"),e.createElement("option",{value:"gu",title:"Gujarati"},"ગુજરાતી"),e.createElement("option",{value:"hi",title:"Hindi"},"हिन्दी"),e.createElement("option",{value:"hu",title:"Hungarian"},"Magyar"),e.createElement("option",{value:"id",title:"Indonesian"},"Indonesian"),e.createElement("option",{value:"it",title:"Italian"},"Italiano"),e.createElement("option",{value:"ja",title:"Japanese"},"日本語"),e.createElement("option",{value:"ko",title:"Korean"},"한국어"),e.createElement("option",{value:"lb",title:"Luxembourgish"},"Lëtzebuergesch"),e.createElement("option",{value:"lt",title:"Lithuanian"},"Lietuvių k."),e.createElement("option",{value:"ne",title:"Nepali"},"Nepali"),e.createElement("option",{value:"nl",title:"Dutch"},"Nederlands"),e.createElement("option",{value:"no",title:"Norwegian"},"Norsk"),e.createElement("option",{value:"pl",title:"Polish"},"Polski"),e.createElement("option",{value:"pt-BR",title:"Portuguese (Brazil)"},"Português do Brasil"),e.createElement("option",{value:"pt",title:"Portuguese (Portugal)"},"Português de Portugal"),e.createElement("option",{value:"ro",title:"Romanian"},"Română"),e.createElement("option",{value:"ru",title:"Russian"},"Русский"),e.createElement("option",{value:"sk",title:"Slovak"},"Slovenčina"),e.createElement("option",{value:"sr",title:"Serbian"},"Српски"),e.createElement("option",{value:"fi",title:"Finnish"},"Suomi"),e.createElement("option",{value:"sv",title:"Swedish"},"Svenska"),e.createElement("option",{value:"ta",title:"Tamil"},"தமிழ்"),e.createElement("option",{value:"th",title:"Thai"},"ไทย"),e.createElement("option",{value:"tr",title:"Turkish"},"Türkçe"),e.createElement("option",{value:"vi",title:"Vietnamese"},"Tiếng Việt"),e.createElement("option",{value:"zh-CN",title:"Simplified Chinese (China)"},"中文(中国)"),e.createElement("option",{value:"zh-TW",title:"Traditional Chinese (Taiwan)"},"中文(台灣)"),e.createElement("option",{value:"uk",title:"Ukrainian"},"Українська"))),e.createElement("label",{style:{alignItems:"center",display:"grid",gridGap:"0 0.5rem",gridTemplateColumns:"1fr 2fr",width:"100%",margin:0}},"Time Zone",e.createElement(Ws,{timeZone:r,onChange:a})))},_u=[{value:"topLeft",icon:"arrow-up-left"},{value:"topCentre",icon:"arrow-up"},{value:"topRight",icon:"arrow-up-right"},{value:"middleLeft",icon:"arrow-left"},{value:"middleCentre",icon:"move"},{value:"middleRight",icon:"arrow-right"},{value:"bottomLeft",icon:"arrow-down-left"},{value:"bottomCentre",icon:"arrow-down"},{value:"bottomRight",icon:"arrow-down-right"}],Su=({value:t,onChange:n})=>e.createElement("div",{className:"PositionInput"},e.createElement("label",null,"Position"),e.createElement("div",{className:"grid"},_u.map((r=>e.createElement(jo,{key:r.value,onClick:()=>n(r.value),primary:t===r.value},e.createElement(Ho,{name:r.icon})))))),Tu=({display:t,onChange:n})=>e.createElement("div",{className:"WidgetDisplay"},e.createElement(Su,{value:t.position,onChange:e=>n({position:e})}),e.createElement("label",null,"Size",e.createElement("br",null),e.createElement("input",{type:"range",value:t.fontSize,min:"2",max:"100",step:"2",onChange:e=>n({fontSize:Number(e.target.value)})}))),Au=({plugin:t,onMoveDown:n,onMoveUp:r,onRemove:a})=>{var i;const[o,l]=_o(void 0===a),{description:s,name:u,settingsComponent:c}=cu(t.key),d=io.bind(null,t.id);return e.createElement("fieldset",{className:"Widget"},e.createElement("div",{className:"title--buttons"},e.createElement(jo,{onClick:a,title:"Remove widget"},e.createElement(Ro,null)),e.createElement(jo,{onClick:l,title:(o?"Close":"Edit")+" widget settings"},e.createElement(Ho,{name:"settings"})),n&&e.createElement(jo,{onClick:n,title:"Move widget down"},e.createElement(Uo,null)),r&&e.createElement(jo,{onClick:r,title:"Move widget up"},e.createElement(zo,null)),e.createElement("h4",{onClick:l},u),!o&&e.createElement("p",null,s)),o&&e.createElement("div",null,c&&e.createElement("div",{className:"settings"},e.createElement(du,{id:t.id,component:c})),e.createElement(wu,{name:"Display Settings"},e.createElement(Tu,{display:t.display,onChange:d})),e.createElement(wu,{name:"Font Settings"},e.createElement(e.Fragment,null,e.createElement("label",null,"Font",e.createElement("input",{type:"text",value:t.display.fontFamily,onChange:e=>d({fontFamily:e.target.value})})),e.createElement("label",null,"Weight",e.createElement("select",{value:t.display.fontWeight,onChange:e=>d({fontWeight:e.target.value?Number(e.target.value):void 0})},e.createElement("option",{value:""},"Default"),e.createElement("option",{value:"100"},"Thin"),e.createElement("option",{value:"300"},"Light"),e.createElement("option",{value:"400"},"Regular"),e.createElement("option",{value:"500"},"Medium"),e.createElement("option",{value:"700"},"Bold"),e.createElement("option",{value:"900"},"Black"))),e.createElement("label",null,"Colour",e.createElement("input",{type:"color",value:null!==(i=t.display.colour)&&void 0!==i?i:"#ffffff",onChange:e=>d({colour:e.target.value})}))))))},Cu=()=>{const t=Hi(zi,no);return e.createElement("div",null,e.createElement("h2",null,e.createElement(Vo,{id:"widgets",defaultMessage:"Widgets",description:"Widgets title"})),e.createElement("label",null,e.createElement("select",{value:"",onChange:e=>(e=>{const t=ro(),n=no(),r=n.length>0?n[n.length-1].order+1:0;Wn(zi,`widget/${t}`,{id:t,key:e,order:r,display:{position:"middleCentre"}})})(e.target.value),className:"primary"},e.createElement("option",{disabled:!0,value:""},"Add a new widget"),su.map((t=>e.createElement("option",{key:t.key,value:t.key},t.name))))),t.map(((n,r)=>e.createElement(Au,{key:n.id,plugin:n,onMoveUp:r>0?()=>ao(r,r-1):void 0,onMoveDown:r<t.length-1?()=>ao(r,r+1):void 0,onRemove:()=>{return e=n.id,Wn(zi,`widget/${e}`,null),qn(zi,`data/${e}`),void qn(Ui,e);var e}}))))},Mu=e.memo((()=>{const{toggleSettings:t}=e.useContext(qi);return ko(t,["Escape"]),e.createElement("div",{className:"Settings"},e.createElement("a",{onClick:t,className:"fullscreen"}),e.createElement("div",{className:"plane"},e.createElement(bu,null),e.createElement(ku,null),e.createElement(Cu,null),e.createElement(Eu,null),e.createElement("p",{style:{marginBottom:"2rem"}},e.createElement("a",{onClick:()=>{const e=document.createElement("input");document.body.appendChild(e),e.style.display="none",e.type="file",e.addEventListener("change",(function(){if(this.files){const e=this.files[0],t=new FileReader;t.addEventListener("load",(e=>{if(e.target&&e.target.result)try{const t=JSON.parse(e.target.result);lo(t)}catch(e){alert(`Invalid import file: ${e instanceof Error?e.message:"Uknown error"}`)}})),t.readAsText(e)}document.body.removeChild(e)})),e.click()}},"Import"),","," ",e.createElement("a",{onClick:()=>{const e=JSON.stringify(Object.assign(Object.assign({},Object.fromEntries(Gn(zi,""))),{version:3})),t=URL.createObjectURL(new Blob([e],{type:"application/json"})),n=document.createElement("a");document.body.appendChild(n),n.style.display="none",n.href=t,n.download="tabliss.json",n.click(),window.URL.revokeObjectURL(t),document.body.removeChild(n)}},"export")," or"," ",e.createElement("a",{onClick:()=>{confirm("Are you sure you want to delete all of your Tabliss settings? This cannot be undone.")&&so()}},"reset")," your settings"),e.createElement(xu,null),e.createElement("div",{style:{textAlign:"center"},className:"Widget"},e.createElement("h4",null,"Support Tabliss"),e.createElement("p",null,e.createElement("a",{href:"https://www.paypal.com/donate/?hosted_button_id=FK7VRWS9A2EW4",target:"_blank",rel:"noopener noreferrer",className:"button button--primary",title:"I do love coffee"},e.createElement(Ho,{name:"coffee"})," Donate a coffee 😍")),e.createElement("p",null,e.createElement("a",{href:"https://tabliss.io/",target:"_blank"},e.createElement(Ho,{name:"globe"})," Website"),"  ",e.createElement("a",{href:"https://twitter.com/tabliss",rel:"noopener noreferrer",target:"_blank"},e.createElement(Ho,{name:"twitter"})," Twitter"),"  ",e.createElement("a",{href:"https://github.com/joelshepherd/tabliss",rel:"noopener noreferrer",target:"_blank"},e.createElement(Ho,{name:"github"})," GitHub"))),e.createElement(Vo,{id:"settings.translationCredits",description:"Give yourself some credit :)",defaultMessage:" ",tagName:"p"})))})),Nu=({children:t,onClose:n})=>e.createElement("div",{className:"Modal-container",onClick:n},e.createElement("div",{className:"Modal",onClick:e=>e.stopPropagation()},t)),Ou=({onClose:t})=>{const{errors:n}=e.useContext(Rn);return e.createElement(Nu,{onClose:t},e.createElement("div",{className:"Settings"},e.createElement("a",{className:"button button--primary",href:"https://tabliss.io/support.html",target:"_blank",rel:"noopener noreferrer",style:{float:"right",fontSize:"1.1em"}},"Visit support"),e.createElement("h2",{style:{margin:0}},"Errors"),n.map(((t,n)=>e.createElement("div",{key:n,className:"Widget"},t.message)))))},Pu=({onClose:t})=>e.createElement(Nu,{onClose:t},e.createElement("div",{className:"Settings"},e.createElement("h2",{style:{margin:0}},"Storage Error"),e.createElement("p",{style:{fontSize:"1.25em"}},"Tabliss is unable to load or save settings. This is most commonly caused by running in private browsing mode; but low disk space or a corrupt browser profile can also be the problem."),e.createElement("p",null,"If you have settings saved with Tabliss, it might be a temporary issue. Try restarting your browser and checking if your settings return."),e.createElement("p",null,"If they do not return, the"," ",e.createElement("a",{href:"https://tabliss.io/support.html"},"support guide")," covers the common causes and how to resolve them. Otherwise, contact"," ",e.createElement("a",{href:"mailto:support@tabliss.io"},"support@tabliss.io")," if you are still unable to solve the issue."),e.createElement("div",{className:"Modal-footer"},e.createElement("a",{className:"button button--primary",href:"https://tabliss.io/support.html",style:{fontSize:"1.1em"},target:"_blank",rel:"noopener noreferrer"},"View Support Guide")))),Du={id:"app.pageTitle",description:"Page title that Tabliss displays in the title bar.",defaultMessage:"New Tab"},Lu=()=>{const t=Yi();e.useEffect((()=>{document.title=t.formatMessage(Du)}),[t]);const[n,r]=e.useState(!1),[a,i]=e.useState(!1),o=zn(),l=(e,t)=>n=>{o({message:e}),console.error(n),console.error("Caused by:",n.cause),t&&i(!0)};e.useEffect((()=>{const e=Promise.all([Ii.then((e=>Jn(e,l("Cannot save your settings. You may have hit the maximum storage capacity.",!0)))).catch(l("Cannot open settings storage. Your settings cannot be loaded or saved.",!0)),Fi.then((e=>Jn(e,l("Cannot save cache. Start up performance may be degraded.",!1)))).catch(l("Cannot open cache. Start up performance may be degraded.",!1))]);return e.then((()=>{r(!0),(async()=>{const e="persist:data",t=await co.storage.sync.get(e);t[e]&&(0===zi.cache.size&&(lo(t[e]),po(),ho()),await co.storage.sync.remove(e))})()})),()=>{e.then((([e,t])=>{e&&e(),t&&t()}))}}),[]);const{errors:s,settings:u,toggleErrors:c}=e.useContext(qi);return e.createElement(e.Fragment,null,n?e.createElement(vu,null):null,n&&u?e.createElement(Mu,null):null,s?e.createElement(Ou,{onClose:c}):null,a?e.createElement(Pu,{onClose:()=>i(!1)}):null)};(function(e){if(void 0===e&&(e={}),void 0===e.defaultIntegrations&&(e.defaultIntegrations=Hn),void 0===e.release){var t=(0,u.R)();t.SENTRY_RELEASE&&t.SENTRY_RELEASE.id&&(e.release=t.SENTRY_RELEASE.id)}void 0===e.autoSessionTracking&&(e.autoSessionTracking=!0),void 0===e.sendClientReports&&(e.sendClientReports=!0),function(e,t){!0===t.debug&&(me?B.enable():console.warn("[Sentry] Cannot initialize SDK with `debug` option using a non-debug bundle."));var n=se(),r=n.getScope();r&&r.update(t.initialScope);var a=new e(t);n.bindClient(a)}(mn,e),e.autoSessionTracking&&function(){if(void 0!==(0,u.R)().document){var e=se();e.captureSession&&(jn(e),Oe("history",(function(e){var t=e.from,n=e.to;void 0!==t&&t!==n&&jn(se())})))}else Gt&&B.warn("Session tracking in non-browser environment with @sentry/browser is not supported.")}()})({autoSessionTracking:!1,dsn:"https://2e0e75c7477c4c3e9572ee97241e569c@o113629.ingest.sentry.io/250221",enabled:!0,release:"2.6.0"}),Xt("setTag","target","chromium"),(0,t.s)(document.getElementById("root")).render(e.createElement((()=>e.createElement(e.StrictMode,null,e.createElement(Un,null,e.createElement(Vi,null,e.createElement(Ri,null,e.createElement(Wi,null,e.createElement(Lu,null))))))),null))})()})();