gt-react 10.3.2-alpha.0 → 10.3.2-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15,4 +15,4 @@ e.mode.CTRGladman=function(){var t=e.lib.BlockCipherMode.extend();function r(e){
15
15
 
16
16
  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
17
17
  */
18
- function(){var t=e,r=t.lib,n=r.WordArray,o=r.Hasher,i=t.algo,a=n.create([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13]),s=n.create([5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11]),c=n.create([11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6]),l=n.create([8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11]),u=n.create([0,1518500249,1859775393,2400959708,2840853838]),d=n.create([1352829926,1548603684,1836072691,2053994217,0]),f=i.RIPEMD160=o.extend({_doReset:function(){this._hash=n.create([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(e,t){for(var r=0;r<16;r++){var n=t+r,o=e[n];e[n]=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8)}var i,f,b,m,x,w,k,S,B,A,O,E=this._hash.words,j=u.words,T=d.words,C=a.words,R=s.words,L=c.words,P=l.words;for(w=i=E[0],k=f=E[1],S=b=E[2],B=m=E[3],A=x=E[4],r=0;r<80;r+=1)O=i+e[t+C[r]]|0,O+=r<16?h(f,b,m)+j[0]:r<32?p(f,b,m)+j[1]:r<48?v(f,b,m)+j[2]:r<64?g(f,b,m)+j[3]:y(f,b,m)+j[4],O=(O=_(O|=0,L[r]))+x|0,i=x,x=m,m=_(b,10),b=f,f=O,O=w+e[t+R[r]]|0,O+=r<16?y(k,S,B)+T[0]:r<32?g(k,S,B)+T[1]:r<48?v(k,S,B)+T[2]:r<64?p(k,S,B)+T[3]:h(k,S,B)+T[4],O=(O=_(O|=0,P[r]))+A|0,w=A,A=B,B=_(S,10),S=k,k=O;O=E[1]+b+B|0,E[1]=E[2]+m+A|0,E[2]=E[3]+x+w|0,E[3]=E[4]+i+k|0,E[4]=E[0]+f+S|0,E[0]=O},_doFinalize:function(){var e=this._data,t=e.words,r=8*this._nDataBytes,n=8*e.sigBytes;t[n>>>5]|=128<<24-n%32,t[14+(n+64>>>9<<4)]=16711935&(r<<8|r>>>24)|4278255360&(r<<24|r>>>8),e.sigBytes=4*(t.length+1),this._process();for(var o=this._hash,i=o.words,a=0;a<5;a++){var s=i[a];i[a]=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8)}return o},clone:function(){var e=o.clone.call(this);return e._hash=this._hash.clone(),e}});function h(e,t,r){return e^t^r}function p(e,t,r){return e&t|~e&r}function v(e,t,r){return(e|~t)^r}function g(e,t,r){return e&r|t&~r}function y(e,t,r){return e^(t|~r)}function _(e,t){return e<<t|e>>>32-t}t.RIPEMD160=o._createHelper(f),t.HmacRIPEMD160=o._createHmacHelper(f)}(),e.RIPEMD160)),de.exports;var e}(),pe(),function(){return ve||(ve=1,ge.exports=(c=j(),Q(),pe(),t=(e=c).lib,r=t.Base,n=t.WordArray,o=e.algo,i=o.SHA256,a=o.HMAC,s=o.PBKDF2=r.extend({cfg:r.extend({keySize:4,hasher:i,iterations:25e4}),init:function(e){this.cfg=this.cfg.extend(e)},compute:function(e,t){for(var r=this.cfg,o=a.create(r.hasher,e),i=n.create(),s=n.create([1]),c=i.words,l=s.words,u=r.keySize,d=r.iterations;c.length<u;){var f=o.update(t).finalize(s);o.reset();for(var h=f.words,p=h.length,v=f,g=1;g<d;g++){v=o.finalize(v),o.reset();for(var y=v.words,_=0;_<p;_++)h[_]^=y[_]}i.concat(f),l[0]++}return i.sigBytes=4*u,i}}),e.PBKDF2=function(e,t,r){return s.create(r).compute(e,t)},c.PBKDF2)),ge.exports;var e,t,r,n,o,i,a,s,c}(),be(),we(),Be(),Ee(),Ce(),Pe(),function(){return Ie?Me.exports:(Ie=1,Me.exports=(t=j(),we(),t.mode.ECB=((e=t.lib.BlockCipherMode.extend()).Encryptor=e.extend({processBlock:function(e,t){this._cipher.encryptBlock(e,t)}}),e.Decryptor=e.extend({processBlock:function(e,t){this._cipher.decryptBlock(e,t)}}),e),t.mode.ECB));var e,t}(),function(){return Fe?De.exports:(Fe=1,De.exports=(e=j(),we(),e.pad.AnsiX923={pad:function(e,t){var r=e.sigBytes,n=4*t,o=n-r%n,i=r+o-1;e.clamp(),e.words[i>>>2]|=o<<24-i%4*8,e.sigBytes+=o},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}},e.pad.Ansix923));var e}(),function(){return ze?He.exports:(ze=1,He.exports=(e=j(),we(),e.pad.Iso10126={pad:function(t,r){var n=4*r,o=n-t.sigBytes%n;t.concat(e.lib.WordArray.random(o-1)).concat(e.lib.WordArray.create([o<<24],1))},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}},e.pad.Iso10126));var e}(),function(){return Ne?$e.exports:(Ne=1,$e.exports=(e=j(),we(),e.pad.Iso97971={pad:function(t,r){t.concat(e.lib.WordArray.create([2147483648],1)),e.pad.ZeroPadding.pad(t,r)},unpad:function(t){e.pad.ZeroPadding.unpad(t),t.sigBytes--}},e.pad.Iso97971));var e}(),function(){return Ue||(Ue=1,Ge.exports=(e=j(),we(),e.pad.ZeroPadding={pad:function(e,t){var r=4*t;e.clamp(),e.sigBytes+=r-(e.sigBytes%r||r)},unpad:function(e){var t=e.words,r=e.sigBytes-1;for(r=e.sigBytes-1;r>=0;r--)if(t[r>>>2]>>>24-r%4*8&255){e.sigBytes=r+1;break}}},e.pad.ZeroPadding)),Ge.exports;var e}(),function(){return Ve?Ke.exports:(Ve=1,Ke.exports=(e=j(),we(),e.pad.NoPadding={pad:function(){},unpad:function(){}},e.pad.NoPadding));var e}(),function(){return We?Je.exports:(We=1,Je.exports=(n=j(),we(),t=(e=n).lib.CipherParams,r=e.enc.Hex,e.format.Hex={stringify:function(e){return e.ciphertext.toString(r)},parse:function(e){var n=r.parse(e);return t.create({ciphertext:n})}},n.format.Hex));var e,t,r,n}(),function(){return qe||(qe=1,Xe.exports=(e=j(),N(),W(),be(),we(),function(){var t=e,r=t.lib.BlockCipher,n=t.algo,o=[],i=[],a=[],s=[],c=[],l=[],u=[],d=[],f=[],h=[];!function(){for(var e=[],t=0;t<256;t++)e[t]=t<128?t<<1:t<<1^283;var r=0,n=0;for(t=0;t<256;t++){var p=n^n<<1^n<<2^n<<3^n<<4;p=p>>>8^255&p^99,o[r]=p,i[p]=r;var v=e[r],g=e[v],y=e[g],_=257*e[p]^16843008*p;a[r]=_<<24|_>>>8,s[r]=_<<16|_>>>16,c[r]=_<<8|_>>>24,l[r]=_,_=16843009*y^65537*g^257*v^16843008*r,u[p]=_<<24|_>>>8,d[p]=_<<16|_>>>16,f[p]=_<<8|_>>>24,h[p]=_,r?(r=v^e[e[e[y^v]]],n^=e[e[n]]):r=n=1}}();var p=[0,1,2,4,8,16,32,64,128,27,54],v=n.AES=r.extend({_doReset:function(){if(!this._nRounds||this._keyPriorReset!==this._key){for(var e=this._keyPriorReset=this._key,t=e.words,r=e.sigBytes/4,n=4*((this._nRounds=r+6)+1),i=this._keySchedule=[],a=0;a<n;a++)a<r?i[a]=t[a]:(l=i[a-1],a%r?r>6&&a%r==4&&(l=o[l>>>24]<<24|o[l>>>16&255]<<16|o[l>>>8&255]<<8|o[255&l]):(l=o[(l=l<<8|l>>>24)>>>24]<<24|o[l>>>16&255]<<16|o[l>>>8&255]<<8|o[255&l],l^=p[a/r|0]<<24),i[a]=i[a-r]^l);for(var s=this._invKeySchedule=[],c=0;c<n;c++){if(a=n-c,c%4)var l=i[a];else l=i[a-4];s[c]=c<4||a<=4?l:u[o[l>>>24]]^d[o[l>>>16&255]]^f[o[l>>>8&255]]^h[o[255&l]]}}},encryptBlock:function(e,t){this._doCryptBlock(e,t,this._keySchedule,a,s,c,l,o)},decryptBlock:function(e,t){var r=e[t+1];e[t+1]=e[t+3],e[t+3]=r,this._doCryptBlock(e,t,this._invKeySchedule,u,d,f,h,i),r=e[t+1],e[t+1]=e[t+3],e[t+3]=r},_doCryptBlock:function(e,t,r,n,o,i,a,s){for(var c=this._nRounds,l=e[t]^r[0],u=e[t+1]^r[1],d=e[t+2]^r[2],f=e[t+3]^r[3],h=4,p=1;p<c;p++){var v=n[l>>>24]^o[u>>>16&255]^i[d>>>8&255]^a[255&f]^r[h++],g=n[u>>>24]^o[d>>>16&255]^i[f>>>8&255]^a[255&l]^r[h++],y=n[d>>>24]^o[f>>>16&255]^i[l>>>8&255]^a[255&u]^r[h++],_=n[f>>>24]^o[l>>>16&255]^i[u>>>8&255]^a[255&d]^r[h++];l=v,u=g,d=y,f=_}v=(s[l>>>24]<<24|s[u>>>16&255]<<16|s[d>>>8&255]<<8|s[255&f])^r[h++],g=(s[u>>>24]<<24|s[d>>>16&255]<<16|s[f>>>8&255]<<8|s[255&l])^r[h++],y=(s[d>>>24]<<24|s[f>>>16&255]<<16|s[l>>>8&255]<<8|s[255&u])^r[h++],_=(s[f>>>24]<<24|s[l>>>16&255]<<16|s[u>>>8&255]<<8|s[255&d])^r[h++],e[t]=v,e[t+1]=g,e[t+2]=y,e[t+3]=_},keySize:8});t.AES=r._createHelper(v)}(),e.AES)),Xe.exports;var e}(),Qe(),function(){return et||(et=1,tt.exports=(e=j(),N(),W(),be(),we(),function(){var t=e,r=t.lib.StreamCipher,n=t.algo,o=n.RC4=r.extend({_doReset:function(){for(var e=this._key,t=e.words,r=e.sigBytes,n=this._S=[],o=0;o<256;o++)n[o]=o;o=0;for(var i=0;o<256;o++){var a=o%r,s=t[a>>>2]>>>24-a%4*8&255;i=(i+n[o]+s)%256;var c=n[o];n[o]=n[i],n[i]=c}this._i=this._j=0},_doProcessBlock:function(e,t){e[t]^=i.call(this)},keySize:8,ivSize:0});function i(){for(var e=this._S,t=this._i,r=this._j,n=0,o=0;o<4;o++){r=(r+e[t=(t+1)%256])%256;var i=e[t];e[t]=e[r],e[r]=i,n|=e[(e[t]+e[r])%256]<<24-8*o}return this._i=t,this._j=r,n}t.RC4=r._createHelper(o);var a=n.RC4Drop=o.extend({cfg:o.cfg.extend({drop:192}),_doReset:function(){o._doReset.call(this);for(var e=this.cfg.drop;e>0;e--)i.call(this)}});t.RC4Drop=r._createHelper(a)}(),e.RC4)),tt.exports;var e}(),function(){return rt||(rt=1,nt.exports=(e=j(),N(),W(),be(),we(),function(){var t=e,r=t.lib.StreamCipher,n=t.algo,o=[],i=[],a=[],s=n.Rabbit=r.extend({_doReset:function(){for(var e=this._key.words,t=this.cfg.iv,r=0;r<4;r++)e[r]=16711935&(e[r]<<8|e[r]>>>24)|4278255360&(e[r]<<24|e[r]>>>8);var n=this._X=[e[0],e[3]<<16|e[2]>>>16,e[1],e[0]<<16|e[3]>>>16,e[2],e[1]<<16|e[0]>>>16,e[3],e[2]<<16|e[1]>>>16],o=this._C=[e[2]<<16|e[2]>>>16,4294901760&e[0]|65535&e[1],e[3]<<16|e[3]>>>16,4294901760&e[1]|65535&e[2],e[0]<<16|e[0]>>>16,4294901760&e[2]|65535&e[3],e[1]<<16|e[1]>>>16,4294901760&e[3]|65535&e[0]];for(this._b=0,r=0;r<4;r++)c.call(this);for(r=0;r<8;r++)o[r]^=n[r+4&7];if(t){var i=t.words,a=i[0],s=i[1],l=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),u=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),d=l>>>16|4294901760&u,f=u<<16|65535&l;for(o[0]^=l,o[1]^=d,o[2]^=u,o[3]^=f,o[4]^=l,o[5]^=d,o[6]^=u,o[7]^=f,r=0;r<4;r++)c.call(this)}},_doProcessBlock:function(e,t){var r=this._X;c.call(this),o[0]=r[0]^r[5]>>>16^r[3]<<16,o[1]=r[2]^r[7]>>>16^r[5]<<16,o[2]=r[4]^r[1]>>>16^r[7]<<16,o[3]=r[6]^r[3]>>>16^r[1]<<16;for(var n=0;n<4;n++)o[n]=16711935&(o[n]<<8|o[n]>>>24)|4278255360&(o[n]<<24|o[n]>>>8),e[t+n]^=o[n]},blockSize:4,ivSize:2});function c(){for(var e=this._X,t=this._C,r=0;r<8;r++)i[r]=t[r];for(t[0]=t[0]+1295307597+this._b|0,t[1]=t[1]+3545052371+(t[0]>>>0<i[0]>>>0?1:0)|0,t[2]=t[2]+886263092+(t[1]>>>0<i[1]>>>0?1:0)|0,t[3]=t[3]+1295307597+(t[2]>>>0<i[2]>>>0?1:0)|0,t[4]=t[4]+3545052371+(t[3]>>>0<i[3]>>>0?1:0)|0,t[5]=t[5]+886263092+(t[4]>>>0<i[4]>>>0?1:0)|0,t[6]=t[6]+1295307597+(t[5]>>>0<i[5]>>>0?1:0)|0,t[7]=t[7]+3545052371+(t[6]>>>0<i[6]>>>0?1:0)|0,this._b=t[7]>>>0<i[7]>>>0?1:0,r=0;r<8;r++){var n=e[r]+t[r],o=65535&n,s=n>>>16,c=((o*o>>>17)+o*s>>>15)+s*s,l=((4294901760&n)*n|0)+((65535&n)*n|0);a[r]=c^l}e[0]=a[0]+(a[7]<<16|a[7]>>>16)+(a[6]<<16|a[6]>>>16)|0,e[1]=a[1]+(a[0]<<8|a[0]>>>24)+a[7]|0,e[2]=a[2]+(a[1]<<16|a[1]>>>16)+(a[0]<<16|a[0]>>>16)|0,e[3]=a[3]+(a[2]<<8|a[2]>>>24)+a[1]|0,e[4]=a[4]+(a[3]<<16|a[3]>>>16)+(a[2]<<16|a[2]>>>16)|0,e[5]=a[5]+(a[4]<<8|a[4]>>>24)+a[3]|0,e[6]=a[6]+(a[5]<<16|a[5]>>>16)+(a[4]<<16|a[4]>>>16)|0,e[7]=a[7]+(a[6]<<8|a[6]>>>24)+a[5]|0}t.Rabbit=r._createHelper(s)}(),e.Rabbit)),nt.exports;var e}(),function(){return ot||(ot=1,it.exports=(e=j(),N(),W(),be(),we(),function(){var t=e,r=t.lib.StreamCipher,n=t.algo,o=[],i=[],a=[],s=n.RabbitLegacy=r.extend({_doReset:function(){var e=this._key.words,t=this.cfg.iv,r=this._X=[e[0],e[3]<<16|e[2]>>>16,e[1],e[0]<<16|e[3]>>>16,e[2],e[1]<<16|e[0]>>>16,e[3],e[2]<<16|e[1]>>>16],n=this._C=[e[2]<<16|e[2]>>>16,4294901760&e[0]|65535&e[1],e[3]<<16|e[3]>>>16,4294901760&e[1]|65535&e[2],e[0]<<16|e[0]>>>16,4294901760&e[2]|65535&e[3],e[1]<<16|e[1]>>>16,4294901760&e[3]|65535&e[0]];this._b=0;for(var o=0;o<4;o++)c.call(this);for(o=0;o<8;o++)n[o]^=r[o+4&7];if(t){var i=t.words,a=i[0],s=i[1],l=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),u=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),d=l>>>16|4294901760&u,f=u<<16|65535&l;for(n[0]^=l,n[1]^=d,n[2]^=u,n[3]^=f,n[4]^=l,n[5]^=d,n[6]^=u,n[7]^=f,o=0;o<4;o++)c.call(this)}},_doProcessBlock:function(e,t){var r=this._X;c.call(this),o[0]=r[0]^r[5]>>>16^r[3]<<16,o[1]=r[2]^r[7]>>>16^r[5]<<16,o[2]=r[4]^r[1]>>>16^r[7]<<16,o[3]=r[6]^r[3]>>>16^r[1]<<16;for(var n=0;n<4;n++)o[n]=16711935&(o[n]<<8|o[n]>>>24)|4278255360&(o[n]<<24|o[n]>>>8),e[t+n]^=o[n]},blockSize:4,ivSize:2});function c(){for(var e=this._X,t=this._C,r=0;r<8;r++)i[r]=t[r];for(t[0]=t[0]+1295307597+this._b|0,t[1]=t[1]+3545052371+(t[0]>>>0<i[0]>>>0?1:0)|0,t[2]=t[2]+886263092+(t[1]>>>0<i[1]>>>0?1:0)|0,t[3]=t[3]+1295307597+(t[2]>>>0<i[2]>>>0?1:0)|0,t[4]=t[4]+3545052371+(t[3]>>>0<i[3]>>>0?1:0)|0,t[5]=t[5]+886263092+(t[4]>>>0<i[4]>>>0?1:0)|0,t[6]=t[6]+1295307597+(t[5]>>>0<i[5]>>>0?1:0)|0,t[7]=t[7]+3545052371+(t[6]>>>0<i[6]>>>0?1:0)|0,this._b=t[7]>>>0<i[7]>>>0?1:0,r=0;r<8;r++){var n=e[r]+t[r],o=65535&n,s=n>>>16,c=((o*o>>>17)+o*s>>>15)+s*s,l=((4294901760&n)*n|0)+((65535&n)*n|0);a[r]=c^l}e[0]=a[0]+(a[7]<<16|a[7]>>>16)+(a[6]<<16|a[6]>>>16)|0,e[1]=a[1]+(a[0]<<8|a[0]>>>24)+a[7]|0,e[2]=a[2]+(a[1]<<16|a[1]>>>16)+(a[0]<<16|a[0]>>>16)|0,e[3]=a[3]+(a[2]<<8|a[2]>>>24)+a[1]|0,e[4]=a[4]+(a[3]<<16|a[3]>>>16)+(a[2]<<16|a[2]>>>16)|0,e[5]=a[5]+(a[4]<<8|a[4]>>>24)+a[3]|0,e[6]=a[6]+(a[5]<<16|a[5]>>>16)+(a[4]<<16|a[4]>>>16)|0,e[7]=a[7]+(a[6]<<8|a[6]>>>24)+a[5]|0}t.RabbitLegacy=r._createHelper(s)}(),e.RabbitLegacy)),it.exports;var e}(),ct())),B.exports),yt=x(gt),_t=function(){return _t=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},_t.apply(this,arguments)};function bt(e){return yt.SHA256(e).toString(yt.enc.Hex).slice(0,16)}function mt(e,t){var r=e.source,n=e.context,o=e.id,i=e.dataFormat;void 0===t&&(t=bt);var a={};return a.source="JSX"===i?wt(r):r,a=_t(_t(_t(_t({},a),o&&{id:o}),n&&{context:n}),i&&{dataFormat:i}),t(S(a))}"function"==typeof SuppressedError&&SuppressedError;var xt=function(e){if(e&&"object"==typeof e){var t={};if("c"in e&&e.c&&(t.c=wt(e.c)),"d"in e){var r=null==e?void 0:e.d;(null==r?void 0:r.b)&&(t.b=Object.fromEntries(Object.entries(r.b).map(function(e){return[e[0],wt(e[1])]}))),(null==r?void 0:r.t)&&(t.t=r.t)}return function(e){var t=e;if(t&&"object"==typeof t&&"string"==typeof t.k){var r=Object.keys(t);if(1===r.length)return!0;if(2===r.length){if("number"==typeof t.i)return!0;if("string"==typeof t.v)return!0}if(3===r.length&&"string"==typeof t.v&&"number"==typeof t.i)return!0}return!1}(e)?_t({k:e.k},e.v&&{v:e.v}):t}return e};function wt(e){return Array.isArray(e)?e.map(xt):xt(e)}function kt({gt:e,translations:t,locale:r,defaultLocale:n,translationRequired:o,developmentApiEnabled:i,registerIcuForTranslation:a}){function s(t,r={}){if(!t||"string"!=typeof t)return null;const{$id:n,$context:o,$_hash:i}=r,a=c(r,["$id","$context","$_hash"]);return{id:n,context:o,_hash:i,variables:a,calculateHash:()=>mt(Object.assign(Object.assign(Object.assign({source:t},o&&{context:o}),n&&{id:n}),{dataFormat:"ICU"})),renderMessage:(t,r)=>e.formatMessage(t,{locales:r,variables:a})}}function u(e,r,n){let o,i="";return r&&(o=null==t?void 0:t[r]),n&&void 0===o&&(i=n,o=null==t?void 0:t[n]),void 0===o&&(i=e(),o=null==t?void 0:t[i]),{translationEntry:o,hash:i}}return{_tFunction:(e,t={},c)=>{const l=s(e,t);if(!l)return"";const{id:f,context:h,_hash:p,calculateHash:v,renderMessage:g}=l;if(!o)return g(e,[n]);const{translationEntry:y,hash:_}=u(v,f,p);if(null===y)return g(e,[n]);if(y)try{return g(y,[r,n])}catch(t){return console.error(d(e,f),"Error: ",t),g(e,[n])}if("undefined"!==(null==c?void 0:c[_])){if(null==c?void 0:c[_])try{return g(null==c?void 0:c[_],[r,n])}catch(t){return console.error(d(e,f),"Error: ",t),g(e,[n])}return g(e,[n])}return i?(a({source:e,targetLocale:r,metadata:Object.assign(Object.assign(Object.assign({},h&&{context:h}),f&&{id:f}),{hash:_||""})}),g(e,[n])):g(e,[n])},_filterMessagesForPreload:e=>{const t=[];for(let r of e){const{message:e}=r,n=c(r,["message"]),o=s(e,n);if(!o)continue;const{id:i,_hash:a,calculateHash:l}=o,{translationEntry:d,hash:f}=u(l,i,a);d||t.push(Object.assign(Object.assign({message:e},n),{$_hash:f}))}return t},_preloadMessages:e=>l(this,void 0,void 0,function*(){const t={};return yield Promise.all(e.map(e=>l(this,void 0,void 0,function*(){var{message:n}=e;const o=s(n,c(e,["message"]));if(!o)return;const{id:i,context:l,_hash:d,calculateHash:f}=o,{translationEntry:h,hash:p}=u(f,i,d);h&&(t[p]=h),t[p]=yield a({source:n,targetLocale:r,metadata:Object.assign(Object.assign(Object.assign({},l&&{context:l}),i&&{id:i}),{hash:p})})}))),t})}}class St{static encode(e,r){const n=(null==r?void 0:r.$_hash)||mt(Object.assign(Object.assign(Object.assign({source:e},(null==r?void 0:r.$context)&&{context:r.$context}),(null==r?void 0:r.$id)&&{id:r.$id}),{dataFormat:"ICU"}));r?r.$_hash=n:r={$_hash:n};const o=Buffer.from(JSON.stringify(r)).toString("base64");return t.formatMessage(e,{locales:["en"],variables:r})+(o?`:${o}`:"")}static decode(e){return-1===e.lastIndexOf(":")?e:e.slice(0,e.lastIndexOf(":"))}static decodeOptions(e){const t=-1===e.lastIndexOf(":")?"":e.slice(e.lastIndexOf(":")+1);if(!t)return null;try{return JSON.parse(Buffer.from(t,"base64").toString())}catch(e){return null}}}function Bt(r,n,o,i,a,s,c,l,u){return e.useCallback((s,u={})=>{if(!r)return"";let d=!1;const f=St.decodeOptions(s);f&&(d=!0,u=f);const h=d?St.decode(s):function(t,r){let n=t;const o=r.split(".");for(const t of o){if("object"!=typeof n||Array.isArray(n)||e.isValidElement(n))return;n=n[t]}return n}(r,s);if(!h)return console.warn((e=>`No valid dictionary entry found for id: "${e}"`)(s)),"";if(!function(e){if("string"==typeof e)return!0;if(Array.isArray(e)){if("string"!=typeof(null==e?void 0:e[0]))return!1;const t=null==e?void 0:e[1];if(void 0===t)return!0;if(t&&"object"==typeof t)return!0}return!1}(h))return console.warn((e=>`Invalid dictionary entry found for id: "${e}"`)(s)),"";const{entry:p,metadata:v}=function(e){if(Array.isArray(e)){if(1===e.length)return{entry:e[0]};if(2===e.length)return{entry:e[0],metadata:e[1]}}return{entry:e}}(h);if(!p||"string"!=typeof p)return"";const g=(e,r)=>t.formatMessage(e,{locales:r,variables:u});if(!a)return g(p,[i]);const y=mt(Object.assign(Object.assign({source:p},(null==v?void 0:v.$context)&&{context:v.$context}),{id:s,dataFormat:"ICU"})),_=null==n?void 0:n[y];return _?g(_,[o,i]):null===_?g(p,[i]):c?(l({source:p,targetLocale:o,metadata:Object.assign(Object.assign({},(null==v?void 0:v.$context)&&{context:v.$context}),{id:s,hash:y})}),g(p,[i])):g(p,[i])},[r,n,o,i,a,c,l,s])}const At="generaltranslation.locale",Ot="generaltranslation.region";function Et(e){var{children:t,branch:n}=e,o=c(e,["children","branch"]);const i=(n=null==n?void 0:n.toString())&&void 0!==o[n]?o[n]:t;return r.jsx(r.Fragment,{children:i})}Et._gtt="branch";var jt="https://cdn.gtx.dev",Tt="https://runtime2.gtx.dev",Ct="en",Rt=["singular","plural","dual","zero","one","two","few","many","other"];var Lt=new(function(){function e(){this.cache=new Map}return e.prototype._generateKey=function(e,t,r){void 0===r&&(r={});var n=Array.isArray(t)?t.join(","):t,o=r?JSON.stringify(r,Object.keys(r).sort()):"{}";return"".concat(e,":").concat(n,":").concat(o)},e.prototype.get=function(e,t,r){void 0===r&&(r={});var n=this._generateKey(e,t,r);if(!this.cache.has(n)){var o=new Intl[e](t,r);this.cache.set(n,o)}return this.cache.get(n)},e}());function Pt(e){var t=e;if(t&&"object"==typeof t&&"string"==typeof t.k){var r=Object.keys(t);if(1===r.length)return!0;if(2===r.length){if("number"==typeof t.i)return!0;if("string"==typeof t.v)return!0}if(3===r.length&&"string"==typeof t.v&&"number"==typeof t.i)return!0}return!1}var It={variable:"v",number:"n",datetime:"d",currency:"c"};function Mt(e){return It[e]}function Ft(t,r=0){let n=r;const o=e=>{const{type:t,props:r}=e;n+=1;const o={id:n};let i;try{i="function"==typeof t&&t._gtt||""}catch(e){}if(i){const e=i.split("-");if("translate"===e[0]&&(e[0]="fragment"),"variable"===e[0]&&(o.variableType=(null==e?void 0:e[1])||"variable"),"plural"===e[0]){const e=Object.entries(r).reduce((e,[t,r])=>(function(e){return Rt.includes(e)}(t)&&(e[t]=Ft(r,n)),e),{});Object.keys(e).length&&(o.branches=e)}if("branch"===e[0]){const{children:e,branch:t}=r,i=c(r,["children","branch"]),a=Object.entries(i).reduce((e,[t,r])=>(e[t]=Ft(r,n),e),{});Object.keys(a).length&&(o.branches=a)}o.transformation=e[0]}return o};function i(t){return e.isValidElement(t)?function(t){const{props:r}=t,n=o(t),i=Object.assign(Object.assign({},r),{"data-_gt":n});return r.children&&!n.variableType&&(i.children=a(r.children)),t.type===e.Fragment&&(i["data-_gt"].transformation="fragment"),e.cloneElement(t,i)}(t):t}function a(t){return Array.isArray(t)?e.Children.map(t,i):i(t)}return a(t)}"function"==typeof SuppressedError&&SuppressedError;const Dt={variable:"value",number:"n",datetime:"date",currency:"cost"};function zt(e={},t){var r;if(e.name)return e.name;return`_gt_${Dt[t]||"value"}_${null===(r=e["data-_gt"])||void 0===r?void 0:r.id}`}var Ht={pl:"placeholder",ti:"title",alt:"alt",arl:"aria-label",arb:"aria-labelledby",ard:"aria-describedby"};const Nt=e=>{var t;if(!e)return"";const{type:r,props:n}=e;if(r&&"function"==typeof r){if("displayName"in r&&"string"==typeof r.displayName&&r.displayName)return r.displayName;if("name"in r&&"string"==typeof r.name&&r.name)return r.name}return r&&"string"==typeof r?r:n.href?"a":(null===(t=n["data-_gt"])||void 0===t?void 0:t.id)?`C${n["data-_gt"].id}`:"function"},$t=e=>{const{props:t}=e,r={t:Nt(e)};if(t["data-_gt"]){const e=t["data-_gt"],n=e.transformation;if("variable"===n){const r=e.variableType||"variable",n=zt(t,r),o=Mt(r);return{i:e.id,k:n,v:o}}r.i=e.id,r.d=((e,t,r)=>{let n=Object.entries(Ht).reduce((e,[r,n])=>(t[n]&&(e[r]=t[n]),e),{});if("plural"===e&&r){const e={};Object.entries(r).forEach(([t,r])=>{e[t]=Gt(r)}),n=Object.assign(Object.assign({},n),{b:e,t:"p"})}if("branch"===e&&r){const e={};Object.entries(r).forEach(([t,r])=>{e[t]=Gt(r)}),n=Object.assign(Object.assign({},n),{b:e,t:"b"})}return Object.keys(n).length?n:void 0})(n,t,e.branches);let o=Object.entries(Ht).reduce((e,[r,n])=>(t[n]&&(e[r]=t[n]),e),{});if("plural"===n&&e.branches){const t={};Object.entries(e.branches).forEach(([e,r])=>{t[e]=Gt(r)}),o=Object.assign(Object.assign({},o),{b:t,t:"p"})}if("branch"===n&&e.branches){const t={};Object.entries(e.branches).forEach(([e,r])=>{t[e]=Gt(r)}),o=Object.assign(Object.assign({},o),{b:t,t:"b"})}r.d=Object.keys(o).length?o:void 0}return t.children&&(r.c=Gt(t.children)),r},Ut=t=>{return r=t,e.isValidElement(r)?$t(t):"number"==typeof t?t.toString():t;var r};function Gt(e){return Array.isArray(e)?e.map(Ut):Ut(e)}function Vt(e,t,r){let n="",o=null;return"number"==typeof e&&!o&&r&&(n=function(e,t,r){void 0===t&&(t=Rt),void 0===r&&(r=["en"]);var n=Lt.get("PluralRules",r).select(e),o=Math.abs(e);if(0===o&&t.includes("zero"))return"zero";if(1===o){if(t.includes("singular"))return"singular";if(t.includes("one"))return"one"}if("one"===n&&t.includes("singular"))return"singular";if(2===o){if(t.includes("dual"))return"dual";if(t.includes("two"))return"two"}return"two"===n&&t.includes("dual")?"dual":t.includes(n)?n:"two"===n&&t.includes("dual")?"dual":"two"===n&&t.includes("plural")?"plural":"two"===n&&t.includes("other")?"other":"few"===n&&t.includes("plural")?"plural":"few"===n&&t.includes("other")?"other":"many"===n&&t.includes("plural")?"plural":"many"===n&&t.includes("other")?"other":"other"===n&&t.includes("plural")?"plural":""}(e,Object.keys(r),t)),n&&!o&&(o=r[n]),o}function Kt(e){var t;return"object"==typeof e&&!!e&&"data-_gt"in e&&"object"==typeof e["data-_gt"]&&!!e["data-_gt"]&&"transformation"in e["data-_gt"]&&"variable"===(null===(t=e["data-_gt"])||void 0===t?void 0:t.transformation)}function Wt(e){var t;const r=(null===(t=e["data-_gt"])||void 0===t?void 0:t.variableType)||"variable";return{variableName:zt(e,r),variableType:Mt(r),variableValue:void 0!==e.value?e.value:void 0!==e["data-_gt-unformatted-value"]?e["data-_gt-unformatted-value"]:void 0!==e.children?e.children:void 0,variableOptions:(()=>{const t=Object.assign(Object.assign({},void 0!==e.currency&&{currency:e.currency}),void 0!==e.options&&e.options);return Object.keys(t).length?t:"string"==typeof e["data-_gt-variable-options"]?JSON.parse(e["data-_gt-variable-options"]):e["data-_gt-variable-options"]||void 0})()}}function Jt(e){return e&&e.props&&e.props["data-_gt"]?e.props["data-_gt"]:null}function qt({children:t,defaultLocale:r=Ct,renderVariable:n}){const o=t=>e.isValidElement(t)?(t=>{const o=Jt(t);if(Kt(t.props)){const{variableType:e,variableValue:o,variableOptions:i}=Wt(t.props);return n({variableType:e,variableValue:o,variableOptions:i,locales:[r]})}if("plural"===(null==o?void 0:o.transformation)){const e=o.branches||{};return i(Vt(t.props.n,[r],e)||t.props.children)}if("branch"===(null==o?void 0:o.transformation)){let e=t.props,{children:r,branch:n,"data-_gt":a}=e,s=c(e,["children","branch","data-_gt"]);return s=o.branches||{},i(void 0!==s[n]?s[n]:r)}return"fragment"===(null==o?void 0:o.transformation)?e.createElement(e.Fragment,{key:t.props.key,children:i(t.props.children)}):t.props.children?e.cloneElement(t,Object.assign(Object.assign({},t.props),{"data-_gt":void 0,children:i(t.props.children)})):e.cloneElement(t,Object.assign(Object.assign({},t.props),{"data-_gt":void 0}))})(t):t,i=t=>Array.isArray(t)?e.Children.map(t,o):o(t);return i(t)}function Xt({sourceElement:t,targetElement:r,locales:n=[Ct],renderVariable:o}){var i,a;const{props:s}=t,c=s["data-_gt"],l=null==c?void 0:c.transformation,u=r.d,d={};if(u&&Object.entries(Ht).forEach(([e,t])=>{u[e]&&(d[t]=u[e])}),"plural"===l){const e=t.props.n;return Yt({source:Vt(e,n,c.branches||{})||t.props.children,target:Vt(e,n,(null===(i=r.d)||void 0===i?void 0:i.b)||{})||r.c,locales:n,renderVariable:o})}if("branch"===l){const{branch:e,children:t}=s;return Yt({source:(c.branches||{})[e]||t,target:((null===(a=r.d)||void 0===a?void 0:a.b)||{})[e]||r.c,locales:n,renderVariable:o})}return"fragment"===l&&r.c?e.createElement(e.Fragment,{key:t.props.key,children:Yt({source:s.children,target:r.c,locales:n,renderVariable:o})}):(null==s?void 0:s.children)&&(null==r?void 0:r.c)?e.cloneElement(t,Object.assign(Object.assign(Object.assign({},s),d),{"data-_gt":void 0,children:Yt({source:s.children,target:r.c,locales:n,renderVariable:o})})):qt({children:t,defaultLocale:n[0],renderVariable:o})}function Yt({source:t,target:n,locales:o=[Ct],renderVariable:i}){if(null==n&&t)return qt({children:t,defaultLocale:o[0],renderVariable:i});if("string"==typeof n)return n;if(Array.isArray(n)&&!Array.isArray(t)&&t&&(t=[t]),Array.isArray(t)&&Array.isArray(n)){const a={},s={},c=t.filter(t=>{if(e.isValidElement(t)){if(!Kt(t.props))return!0;{const{variableName:e,variableValue:r,variableOptions:n}=Wt(t.props);a[e]=r,s[e]=n}}return!1}),l=e=>c.find(t=>{const r=Jt(t);if(void 0!==(null==r?void 0:r.id)){return r.id===e.i}return!1})||c.shift();return n.map((t,n)=>{if("string"==typeof t)return r.jsx(e.Fragment,{children:t},`string_${n}`);if(Pt(t))return r.jsx(e.Fragment,{children:i({variableType:t.v||"v",variableValue:a[t.k],variableOptions:s[t.k],locales:o})},`var_${n}`);const c=l(t);return c?r.jsx(e.Fragment,{children:Xt({sourceElement:c,targetElement:t,locales:o,renderVariable:i})},`element_${n}`):void 0})}if(n&&"object"==typeof n&&!Array.isArray(n)){const r=Pt(n)?"variable":"element";if(e.isValidElement(t)){if("element"===r)return Xt({sourceElement:t,targetElement:n,locales:o,renderVariable:i});if(Kt(t.props)){const{variableValue:e,variableOptions:r,variableType:n}=Wt(t.props);return i({variableType:n,variableValue:e,variableOptions:r,locales:o})}}}return qt({children:t,defaultLocale:o[0],renderVariable:i})}const Zt={method:"default",timeout:"undefined"!=typeof process&&"development"!==process.env.NODE_ENV?8e3:12e3};const Qt=e=>"string"==typeof e||Array.isArray(e),er=e=>"object"==typeof e&&null!==e&&!Array.isArray(e);function tr(e,t){const r=Object.assign(Object.assign({},Object.fromEntries(Object.entries(e).filter(([,e])=>Qt(e)))),Object.fromEntries(Object.entries(t).filter(([,e])=>Qt(e)))),n=Object.entries(e).filter(([,e])=>er(e)).map(([e])=>e),o=Object.entries(t).filter(([,e])=>er(e)).map(([e])=>e),i=new Set([...n,...o]);for(const n of i)r[n]=tr(e[n]||{},t[n]||{});return r}const rr="function"==typeof i.use;function nr(t){var{children:n,n:o,locales:i}=t,s=c(t,["children","n","locales"]);const l=e.useContext(a);let u;l&&(i||(i=l.locale),u||(u=l.defaultLocale));const d=[...i?[i]:[],u||Ct];if("number"!=typeof o)throw new Error((e=>`<Plural> component with children "${e}" requires "n" option.`)(n));return r.jsx(r.Fragment,{children:Vt(o,d,s)||n})}var or;nr._gtt="plural";const ir=Number.POSITIVE_INFINITY,ar=null!==(or=globalThis.__DANGEROUS_USE_REGISTRY__)&&void 0!==or?or:globalThis.__DANGEROUS_USE_REGISTRY__=new Map;function sr(e,t=new WeakSet){var r;const n=typeof e;if(null==e||"number"===n||"boolean"===n||"bigint"===n)return String(e);if("string"===n)return JSON.stringify(e);if("symbol"===n)return`:sym(${null!==(r=e.description)&&void 0!==r?r:""})`;if("function"===n)return`:fn(${e.name||"anon"})`;if(Array.isArray(e))return`[${e.map(e=>sr(e,t)).join(",")}]`;if("object"===n){const r=e;if(t.has(r))return":circular";t.add(r);const n=Object.keys(r).sort().map(e=>`${JSON.stringify(e)}:${sr(r[e],t)}`).join(",");return t.delete(r),`{${n}}`}return String(e)}function cr(e){return"string"==typeof e||"number"==typeof e||"symbol"==typeof e?String(e):sr(e)}function lr(e,t,r){const n=ar,o=Date.now(),i=ir,a=cr(e),s=n.get(a);if(s&&s.expiresAt>o)return s.thenable;const c=function(e){const t=e;return null==t.status&&(t.status="pending",e.then(e=>{t.status="fulfilled",t.value=e},e=>{t.status="rejected",t.reason=e})),t}(t()),l={thenable:c,createdAt:o,expiresAt:o+i};if(n.set(a,l),i!==1/0){const e=()=>{const e=n.get(a);e&&e.thenable===c&&setTimeout(()=>{const e=n.get(a);e&&e.thenable===c&&n.delete(a)},Math.max(0,i))};c.then(e,e)}return c}function ur(t){var{children:n,id:o,context:i,_hash:a}=t,u=c(t,["children","id","context","_hash"]);if(!n)return;o=null!=o?o:null==u?void 0:u.$id,i=null!=i?i:null==u?void 0:u.$context;const{translations:d,translationRequired:f,developmentApiEnabled:h,dialectTranslationRequired:p,registerJsxForTranslation:v,renderSettings:g,locale:_,defaultLocale:b}=s("<T> used on the client-side outside of <GTProvider>"),m=e.useMemo(()=>Ft(n),[n]);let x;o&&(x=null==d?void 0:d[o]),void 0===x&&a&&(x=null==d?void 0:d[a]);const[w,k]=e.useMemo(()=>{if(!f||x)return[void 0,""];const e=Gt(m);return[e,mt(Object.assign(Object.assign(Object.assign({source:e},i&&{context:i}),o&&{id:o}),{dataFormat:"JSX"}))]},[m,i,o,f,x]);void 0===x&&(x=null==d?void 0:d[k]);const S=()=>qt({children:m,defaultLocale:b,renderVariable:y}),B=e=>Yt({source:m,target:e,locales:[_,b],renderVariable:y});if(!f||d&&!x&&!h||null===x)return r.jsx(r.Fragment,{children:S()});if(x)return r.jsx(e.Suspense,{fallback:B(x),children:B(x)});const A=()=>l(this,void 0,void 0,function*(){if(!h||!_)return S();if(x)return B(x);try{const e=yield v({source:w,targetLocale:_,metadata:{id:o,hash:k,context:i}});return e?B(e):S()}catch(e){return console.warn(e),S()}});if(rr){const t=e.use(lr(["getTranslationPromise",h,JSON.stringify(w),_,o,k,i],()=>A()));return r.jsx(e.Suspense,{fallback:t,children:t})}let O;return O="skeleton"===g.method?"":"replace"===g.method||p?S():"",r.jsx(e.Suspense,{fallback:O,children:A()})}function dr(t){const{locales:r,locale:n,setLocale:o,gt:i}=s(),a=e.useMemo(()=>{if(!r||0===r.length)return[];const e=r.sort((e,t)=>(new Intl.Collator).compare(i.getLocaleProperties(e).nativeNameWithRegionCode,i.getLocaleProperties(t).nativeNameWithRegionCode));return e},[r]),c=e.useCallback(e=>i.getLocaleProperties(e),[i]);return{locale:n,locales:t||a,setLocale:o,getLocaleProperties:c}}function fr(e){if(!e)return;const t={};for(const r in e)t[r]={name:e[r]};return t}function hr({regions:r,customMapping:n,prioritizeCurrentLocaleRegion:o=!0,sortRegionsAlphabetically:i=!0}={prioritizeCurrentLocaleRegion:!0,sortRegionsAlphabetically:!0}){const{locales:a,locale:c,setLocale:l,gt:u,region:d,setRegion:f}=s(),{regionCode:h}=u.getLocaleProperties(c),[p,v]=e.useMemo(()=>{const e=new Map(a.map(e=>{const r=t.getLocaleProperties(e,c,u.customMapping);return[r.regionCode,r]})),s=r?[...r]:Array.from((null==e?void 0:e.keys())||[h]),l=new Map(s.map(t=>{var r;return[t,Object.assign(Object.assign({locale:(null===(r=null==e?void 0:e.get(t))||void 0===r?void 0:r.code)||c},u.getRegionProperties(t)),"string"==typeof(null==n?void 0:n[t])?{name:null==n?void 0:n[t]}:null==n?void 0:n[t])]}));if(i&&s.sort((e,t)=>(new Intl.Collator).compare(l.get(e).name,l.get(t).name)),o){const e=s.indexOf(h);e>0&&(s.splice(e,1),s.unshift(h))}return[s,l]},[r,d,c,a,u]);return{region:d,setRegion:f,regions:p,regionData:v,locales:a,locale:c,localeRegion:h,setLocale:l}}function pr(){return!("undefined"==typeof process||!process.env.NEXT_RUNTIME)||void 0!==(null===globalThis||void 0===globalThis?void 0:globalThis.__NEXT_DATA__)}function vr({locale:r="",defaultLocale:n=Ct,locales:o=[],localeCookieName:i=At,ssr:a=!0}){const[s,c]=e.useState(a?r&&t.determineLocale(r,o)||"":gr({_locale:r,locale:r,locales:o,defaultLocale:n,localeCookieName:i})),[l,u]=function({locale:e,locales:r,defaultLocale:n,localeCookieName:o,_setLocale:i}){const a=o=>{const a=t.determineLocale(o,r)||e||n;return a!==o&&console.warn(((e,t)=>`You are trying to switch to "${t}" which is not supported. Update the list of supported locales through your dashboard or your config.json file if you are using a config file. Falling back to "${e}".`)(a,o)),i(a),a},s=e=>{const t=a(e);"undefined"!=typeof document&&(document.cookie=`${o}=${t};path=/`)};return[s,a]}({locale:s,locales:o,defaultLocale:n,localeCookieName:i,_setLocale:c});return e.useEffect(()=>{const e=gr({_locale:r,locale:s,locales:o,defaultLocale:n,localeCookieName:i});u(e)},[r,s,o,n,i]),[s,l]}function gr({_locale:e,locale:r,locales:n,defaultLocale:o,localeCookieName:i}){var a;if(e&&e===r&&t.determineLocale(e,n)===r)return e;const s=(null===navigator||void 0===navigator?void 0:navigator.languages)?navigator.languages:(null===navigator||void 0===navigator?void 0:navigator.language)?[navigator.language]:(null===navigator||void 0===navigator?void 0:navigator.userLanguage)?[null===navigator||void 0===navigator?void 0:navigator.userLanguage]:[o],c="undefined"!=typeof document?null===(a=document.cookie.split("; ").find(e=>e.startsWith(`${i}=`)))||void 0===a?void 0:a.split("=")[1]:void 0,l=t.determineLocale([...e?[e]:[],...c?[c]:[],...s],n)||o;return c&&c!==l&&"undefined"!=typeof document&&(document.cookie=`${i}=${l};path=/`),l}function yr({devApiKey:r,projectId:o,runtimeUrl:i,loadTranslationsType:a,cacheUrl:s,locales:c}){e.useEffect(()=>{if("production"===process.env.NODE_ENV&&r)throw new Error("gt-react Error: Production environments cannot include an api key.");if("custom"===a||!s&&!i||o||"development"!==process.env.NODE_ENV||console.warn("gt-react: Translation cloud services require a project ID! Find yours at generaltranslation.com/dashboard."),o&&i&&"custom"!==a&&!r&&"development"===process.env.NODE_ENV&&console.warn("gt-react: A development API key is required for runtime translation! Find your development API key: generaltranslation.com/dashboard. (Or, disable this warning message by setting runtimeUrl to an empty string which disables runtime translation.)"),i===Tt||s===jt&&"default"===a){const e=c.filter(e=>!n.getSupportedLocale(e));e.length&&console.warn((e=>`gt-react: The following locales are currently unsupported by our service: ${e.map(e=>{const{name:r}=t.getLocaleProperties(e);return`${e} (${r})`}).join(", ")}`)(e))}},[r,a,s,i,o,c])}function _r(e,r){return l(this,void 0,void 0,function*(){const n=Array.from(new Set([e,t.getLocaleProperties(e).languageCode]));for(const e of n)try{const t=yield r(e);if(t)return t}catch(e){}console.warn("gt-react Warning: No dictionary was found. Ensure you are either passing your dictionary to the <GTProvider>.")})}function br({_dictionary:t,loadDictionary:r,locale:n,defaultLocale:o}){const[i,a]=e.useState(t);return e.useEffect(()=>{if(!r)return;let e=!0;return(()=>{l(this,void 0,void 0,function*(){const t=tr((yield _r(o,r))||{},(yield _r(n,r))||{});e&&a(t||{})})})(),()=>{e=!1}},[r,n,o]),i}function mr({_translations:t,translationRequired:r,loadTranslationsType:n,loadTranslations:o,locale:i,cacheUrl:a,projectId:s,_versionId:c}){const[u,d]=e.useState(t||r&&"disabled"!==n?null:{});return e.useEffect(()=>{d(r&&"disabled"!==n?null:{})},[i,n]),e.useEffect(()=>{if(u||!r||"disabled"===n)return;let e=!0;return(()=>{l(this,void 0,void 0,function*(){let t;switch(n){case"custom":if(o)try{t=yield o(i)}catch(e){console.error(((e="")=>`gt-react Error: fetching locally stored translations. If you are using a custom loadTranslations(${e}), make sure it is correctly implemented.`)(i),e)}break;case"default":try{t=yield function(e){return l(this,arguments,void 0,function*({cacheUrl:e,projectId:t,locale:r,versionId:n}){if(!t||!e||!r)return{};const o=yield fetch(n?`${e}/${t}/${r}/${n}`:`${e}/${t}/${r}`);return yield o.json()})}({cacheUrl:a,projectId:s,locale:i,versionId:c})}catch(e){console.error(e)}}t||(t={}),e&&d(t)})})(),()=>{e=!1}},[u,r,n,a,s,i,c]),{translations:u,setTranslations:d}}function xr({_region:e,regionCookieName:t}){var r;const n="undefined"!=typeof document?null===(r=document.cookie.split("; ").find(e=>e.startsWith(`${t}=`)))||void 0===r?void 0:r.split("=")[1]:void 0,o=e||n;return n&&n!==o&&"undefined"!=typeof document&&(document.cookie=`${t}=${o};path=/`),o}function wr(){return s("useGTClass(): Unable to access configured GT class instance outside of a <GTProvider>").gt}ur._gtt="translate-client",exports.Branch=Et,exports.ClientProvider=function({children:n,dictionary:o,translations:s,locale:c,region:l,_versionId:u,defaultLocale:d,translationRequired:h,dialectTranslationRequired:p,locales:v=[],renderSettings:g,projectId:y,devApiKey:_,runtimeUrl:b,developmentApiEnabled:m,resetLocaleCookieName:x,localeCookieName:w=At,regionCookieName:k=Ot,customMapping:S}){const[B,A]=e.useState(s),[O,E]=e.useState(c&&t.determineLocale(c,v)||"");e.useEffect(()=>{var e;const t=null===(e=document.cookie.split("; ").find(e=>e.startsWith(`${w}=`)))||void 0===e?void 0:e.split("=")[1];O&&t&&t!==O&&(document.cookie=`${w}=;path=/`)},[O,w]);const[j,T]=e.useState(l);e.useEffect(()=>{var e;const t=null===(e=document.cookie.split("; ").find(e=>e.startsWith(`${k}=`)))||void 0===e?void 0:e.split("=")[1];j&&t&&t!==j&&(document.cookie=`${k}=;path=/`)},[j,k]);const C=e.useMemo(()=>new t.GT({devApiKey:_,sourceLocale:d,targetLocale:O,projectId:y,baseUrl:b||void 0,customMapping:S}),[_,d,O,y,b,S]),{registerIcuForTranslation:R,registerJsxForTranslation:L}=f({gt:C,locale:O,versionId:u,runtimeUrl:b,setTranslations:A,defaultLocale:d,renderSettings:g,developmentApiEnabled:m}),{_tFunction:P,_filterMessagesForPreload:I,_preloadMessages:M}=kt({gt:C,translations:B,locale:O,defaultLocale:d,translationRequired:h,developmentApiEnabled:m,registerIcuForTranslation:R}),F=Bt(o,B,O,d,h,p,m,R),D=!(h&&!B)&&O;return r.jsx(a.Provider,{value:{gt:C,registerIcuForTranslation:R,registerJsxForTranslation:L,setLocale:e=>{e=t.determineLocale(e,v)||O||d,document.cookie=`${w}=${e};path=/`,document.cookie=`${x}=true;path=/`,E(e),window.location.reload()},_tFunction:P,_filterMessagesForPreload:I,_preloadMessages:M,_dictionaryFunction:F,locale:O,locales:v,defaultLocale:d,region:j,setRegion:e=>{document.cookie=`${k}=${e||""};path=/`,T(e)},translations:B,translationRequired:h,dialectTranslationRequired:p,renderSettings:g,developmentApiEnabled:m},children:r.jsx(i.Suspense,{fallback:D&&n,children:D&&n})})},exports.Currency=v,exports.DateTime=g,exports.GTContext=a,exports.GTProvider=function(n){var{children:o,config:i,projectId:s=(null==i?void 0:i.projectId)||"",devApiKey:l=(null==i?void 0:i.devApiKey)||"",dictionary:u=(null==i?void 0:i.dictionary)||{},locales:d=(null==i?void 0:i.locales)||[],defaultLocale:h=(null==i?void 0:i.defaultLocale)||Ct,cacheUrl:p=(null==i?void 0:i.cacheUrl)||jt,runtimeUrl:v=(null==i?void 0:i.runtimeUrl)||Tt,renderSettings:g=(null==i?void 0:i.renderSettings)||Zt,ssr:y=(null==i?void 0:i.ssr)||pr(),localeCookieName:_=(null==i?void 0:i.localeCookieName)||At,locale:b="",region:m,loadDictionary:x,loadTranslations:w,fallback:k,translations:S=null,_versionId:B,customMapping:A=(null==i?void 0:i.customMapping)}=n,O=c(n,["children","config","projectId","devApiKey","dictionary","locales","defaultLocale","cacheUrl","runtimeUrl","renderSettings","ssr","localeCookieName","locale","region","loadDictionary","loadTranslations","fallback","translations","_versionId","customMapping"]);const{projectId:E,devApiKey:j}=function(e,t){try{return{projectId:e||(void 0).VITE_GT_PROJECT_ID||(void 0).REDWOOD_ENV_GT_PROJECT_ID||"",devApiKey:t||(void 0).VITE_GT_DEV_API_KEY||(void 0).VITE_GT_API_KEY||(void 0).REDWOOD_ENV_GT_DEV_API_KEY||(void 0).REDWOOD_ENV_GT_API_KEY}}catch(e){}try{return{projectId:e||process.env.GT_PROJECT_ID||process.env.REACT_APP_GT_PROJECT_ID||process.env.NEXT_PUBLIC_GT_PROJECT_ID||process.env.GATSBY_GT_PROJECT_ID||"",devApiKey:t||process.env.GT_DEV_API_KEY||process.env.GT_API_KEY||process.env.REACT_APP_GT_DEV_API_KEY||process.env.REACT_APP_GT_API_KEY||process.env.NEXT_PUBLIC_GT_DEV_API_KEY||process.env.NEXT_PUBLIC_GT_API_KEY||process.env.GATSBY_GT_DEV_API_KEY||process.env.GATSBY_GT_API_KEY}}catch(e){console.error(e)}return{projectId:"",devApiKey:""}}(s,l),{locale:T,setLocale:C,locales:R,translationRequired:L,dialectTranslationRequired:P}=function({_locale:r,defaultLocale:n,locales:o,ssr:i,localeCookieName:a}){const s=e.useMemo(()=>Array.from(new Set([n,...o])),[n,o]),[c,l]=vr({locale:r,defaultLocale:n,locales:s,ssr:i,localeCookieName:a}),[u,d]=e.useMemo(()=>{const e=t.requiresTranslation(n,c,s);return[e,e&&t.isSameLanguage(n,c)]},[n,c,s]);return{locale:c,setLocale:l,locales:s,translationRequired:u,dialectTranslationRequired:d}}({_locale:b,defaultLocale:h,locales:d,ssr:y,localeCookieName:_}),{region:I,setRegion:M}=function({_region:t,ssr:r,regionCookieName:n}){const[o,i]=e.useState(r?void 0:xr({_region:t,regionCookieName:n}));return e.useEffect(()=>{i(xr({_region:t,regionCookieName:n}))},[t,n]),{region:o,setRegion:e=>{i(e),"undefined"!=typeof document&&(document.cookie=`${n}=${e||""};path=/`)}}}({_region:m,ssr:y,regionCookieName:Ot}),F=e.useMemo(()=>new t.GT({devApiKey:j,sourceLocale:h,targetLocale:T,projectId:E,baseUrl:v,customMapping:A}),[j,h,E,v,A]),D=(w?"custom":p&&E&&"default")||"disabled",z=br({_dictionary:u,loadDictionary:x,locale:T,defaultLocale:h});yr({devApiKey:j,projectId:E,runtimeUrl:v,loadTranslationsType:D,cacheUrl:p,locales:d});const{translations:H,setTranslations:N}=mr({_translations:S,translationRequired:L,loadTranslationsType:D,loadTranslations:w,locale:T,cacheUrl:p,projectId:E,_versionId:B}),{registerIcuForTranslation:$,registerJsxForTranslation:U,developmentApiEnabled:G}=f(Object.assign({gt:F,locale:T,versionId:B,defaultLocale:h,runtimeUrl:v,renderSettings:g,setTranslations:N},O)),{_tFunction:V,_filterMessagesForPreload:K,_preloadMessages:W}=kt({gt:F,translations:H,locale:T,defaultLocale:h,translationRequired:L,developmentApiEnabled:G,registerIcuForTranslation:$}),J=Bt(z,H,T,h,L,P,G,$),q=!(L&&!H||!T);return r.jsx(a.Provider,{value:{gt:F,registerIcuForTranslation:$,registerJsxForTranslation:U,_tFunction:V,_filterMessagesForPreload:K,_preloadMessages:W,_dictionaryFunction:J,developmentApiEnabled:G,locale:T,locales:R,setLocale:C,defaultLocale:h,region:I,setRegion:M,translations:H,translationRequired:L,dialectTranslationRequired:P,projectId:E,renderSettings:g},children:r.jsx(e.Suspense,{fallback:k,children:q?o:k})})},exports.LocaleSelector=function(e){var{locales:t,customNames:n,customMapping:o=fr(n)}=e,i=c(e,["locales","customNames","customMapping"]);const{locale:a,locales:s,setLocale:l,getLocaleProperties:u}=dr(t||void 0),d=e=>{if(o&&o[e]){if("string"==typeof o[e])return o[e];if(o[e].name)return o[e].name}return(t=u(e).nativeNameWithRegionCode)?t.charAt(0).toUpperCase()+(t.length>1?t.slice(1):""):"";var t};return s&&0!==s.length&&l?r.jsxs("select",Object.assign({},i,{value:a||"",onChange:e=>l(e.target.value),children:[!a&&r.jsx("option",{value:""}),s.map(e=>r.jsx("option",{value:e,suppressHydrationWarning:!0,children:d(e)},e))]})):null},exports.Num=h,exports.Plural=nr,exports.RegionSelector=function(e){var{regions:t,placeholder:n,customMapping:o,prioritizeCurrentLocaleRegion:i,sortRegionsAlphabetically:a,asLocaleSelector:s=!1}=e,l=c(e,["regions","placeholder","customMapping","prioritizeCurrentLocaleRegion","sortRegionsAlphabetically","asLocaleSelector"]);const{region:u,setRegion:d,regions:f,regionData:h,locale:p,setLocale:v}=hr({regions:t,customMapping:o,prioritizeCurrentLocaleRegion:i,sortRegionsAlphabetically:a});return r.jsxs("select",Object.assign({},l,{value:u||"",onChange:e=>(e=>{if(d(e),s){const t=h.get(e).locale;p!==t&&v(t)}})(e.target.value),children:[!u&&r.jsx("option",{value:"",disabled:Boolean(u),hidden:Boolean(u),suppressHydrationWarning:!0,children:n||""},"placeholder"),f.map(e=>r.jsx("option",{value:e,suppressHydrationWarning:!0,children:h.get(e).name},e))]}))},exports.T=ur,exports.Var=p,exports.renderVariable=y,exports.useDefaultLocale=function(){return s("useDefaultLocale(): Unable to access default locale outside of a <GTProvider>").defaultLocale},exports.useGT=function(e){const{developmentApiEnabled:t,translationRequired:r,_preloadMessages:n,_filterMessagesForPreload:o,_tFunction:a,locale:c}=s("useGT(): No context provided. You're trying to get the t() function from the useGT() hook, which can be called within a <GTProvider>.");let l;if(e&&rr&&t&&r){const t=o(e);t.length>0&&(l=i.use(lr(["_preloadMessages",c,JSON.stringify(t)],()=>n(t))))}return function(e,t={}){return a(e,t,l)}},exports.useGTClass=wr,exports.useLocale=function(){return s("useLocale(): Unable to access user's locale outside of a <GTProvider>").locale},exports.useLocaleDirection=function(e){const{gt:t}=s("useLocaleDirection(): Unable to access configured GT class instance outside of a <GTProvider>");return t.getLocaleDirection(e)},exports.useLocaleProperties=function(e){return wr().getLocaleProperties(e)},exports.useLocaleSelector=dr,exports.useLocales=function(){return s("useLocales(): Unable to access configured locales outside of a <GTProvider>").locales},exports.useRegion=function(){return s("useRegion(): Unable to access user's region outside of a <GTProvider>").region},exports.useRegionSelector=hr,exports.useRuntimeTranslation=f,exports.useSetLocale=function(){const{setLocale:e}=s("setLocale(): Unable to access user's locale outside of a <GTProvider>");return e},exports.useTranslations=function(e){const t=t=>e?`${e}.${t}`:t,{_dictionaryFunction:r}=s(`useTranslations('${e}'): No context provided. You're trying to get the t() function on the client, which can only be done inside a <GTProvider>.`);return function(e,n={}){const o=t(e);return r(o,n)}};
18
+ function(){var t=e,r=t.lib,n=r.WordArray,o=r.Hasher,i=t.algo,a=n.create([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13]),s=n.create([5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11]),c=n.create([11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6]),l=n.create([8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11]),u=n.create([0,1518500249,1859775393,2400959708,2840853838]),d=n.create([1352829926,1548603684,1836072691,2053994217,0]),f=i.RIPEMD160=o.extend({_doReset:function(){this._hash=n.create([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(e,t){for(var r=0;r<16;r++){var n=t+r,o=e[n];e[n]=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8)}var i,f,b,m,x,w,k,S,B,A,O,E=this._hash.words,j=u.words,T=d.words,C=a.words,R=s.words,L=c.words,P=l.words;for(w=i=E[0],k=f=E[1],S=b=E[2],B=m=E[3],A=x=E[4],r=0;r<80;r+=1)O=i+e[t+C[r]]|0,O+=r<16?h(f,b,m)+j[0]:r<32?p(f,b,m)+j[1]:r<48?v(f,b,m)+j[2]:r<64?g(f,b,m)+j[3]:y(f,b,m)+j[4],O=(O=_(O|=0,L[r]))+x|0,i=x,x=m,m=_(b,10),b=f,f=O,O=w+e[t+R[r]]|0,O+=r<16?y(k,S,B)+T[0]:r<32?g(k,S,B)+T[1]:r<48?v(k,S,B)+T[2]:r<64?p(k,S,B)+T[3]:h(k,S,B)+T[4],O=(O=_(O|=0,P[r]))+A|0,w=A,A=B,B=_(S,10),S=k,k=O;O=E[1]+b+B|0,E[1]=E[2]+m+A|0,E[2]=E[3]+x+w|0,E[3]=E[4]+i+k|0,E[4]=E[0]+f+S|0,E[0]=O},_doFinalize:function(){var e=this._data,t=e.words,r=8*this._nDataBytes,n=8*e.sigBytes;t[n>>>5]|=128<<24-n%32,t[14+(n+64>>>9<<4)]=16711935&(r<<8|r>>>24)|4278255360&(r<<24|r>>>8),e.sigBytes=4*(t.length+1),this._process();for(var o=this._hash,i=o.words,a=0;a<5;a++){var s=i[a];i[a]=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8)}return o},clone:function(){var e=o.clone.call(this);return e._hash=this._hash.clone(),e}});function h(e,t,r){return e^t^r}function p(e,t,r){return e&t|~e&r}function v(e,t,r){return(e|~t)^r}function g(e,t,r){return e&r|t&~r}function y(e,t,r){return e^(t|~r)}function _(e,t){return e<<t|e>>>32-t}t.RIPEMD160=o._createHelper(f),t.HmacRIPEMD160=o._createHmacHelper(f)}(),e.RIPEMD160)),de.exports;var e}(),pe(),function(){return ve||(ve=1,ge.exports=(c=j(),Q(),pe(),t=(e=c).lib,r=t.Base,n=t.WordArray,o=e.algo,i=o.SHA256,a=o.HMAC,s=o.PBKDF2=r.extend({cfg:r.extend({keySize:4,hasher:i,iterations:25e4}),init:function(e){this.cfg=this.cfg.extend(e)},compute:function(e,t){for(var r=this.cfg,o=a.create(r.hasher,e),i=n.create(),s=n.create([1]),c=i.words,l=s.words,u=r.keySize,d=r.iterations;c.length<u;){var f=o.update(t).finalize(s);o.reset();for(var h=f.words,p=h.length,v=f,g=1;g<d;g++){v=o.finalize(v),o.reset();for(var y=v.words,_=0;_<p;_++)h[_]^=y[_]}i.concat(f),l[0]++}return i.sigBytes=4*u,i}}),e.PBKDF2=function(e,t,r){return s.create(r).compute(e,t)},c.PBKDF2)),ge.exports;var e,t,r,n,o,i,a,s,c}(),be(),we(),Be(),Ee(),Ce(),Pe(),function(){return Ie?Me.exports:(Ie=1,Me.exports=(t=j(),we(),t.mode.ECB=((e=t.lib.BlockCipherMode.extend()).Encryptor=e.extend({processBlock:function(e,t){this._cipher.encryptBlock(e,t)}}),e.Decryptor=e.extend({processBlock:function(e,t){this._cipher.decryptBlock(e,t)}}),e),t.mode.ECB));var e,t}(),function(){return Fe?De.exports:(Fe=1,De.exports=(e=j(),we(),e.pad.AnsiX923={pad:function(e,t){var r=e.sigBytes,n=4*t,o=n-r%n,i=r+o-1;e.clamp(),e.words[i>>>2]|=o<<24-i%4*8,e.sigBytes+=o},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}},e.pad.Ansix923));var e}(),function(){return ze?He.exports:(ze=1,He.exports=(e=j(),we(),e.pad.Iso10126={pad:function(t,r){var n=4*r,o=n-t.sigBytes%n;t.concat(e.lib.WordArray.random(o-1)).concat(e.lib.WordArray.create([o<<24],1))},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}},e.pad.Iso10126));var e}(),function(){return Ne?$e.exports:(Ne=1,$e.exports=(e=j(),we(),e.pad.Iso97971={pad:function(t,r){t.concat(e.lib.WordArray.create([2147483648],1)),e.pad.ZeroPadding.pad(t,r)},unpad:function(t){e.pad.ZeroPadding.unpad(t),t.sigBytes--}},e.pad.Iso97971));var e}(),function(){return Ue||(Ue=1,Ge.exports=(e=j(),we(),e.pad.ZeroPadding={pad:function(e,t){var r=4*t;e.clamp(),e.sigBytes+=r-(e.sigBytes%r||r)},unpad:function(e){var t=e.words,r=e.sigBytes-1;for(r=e.sigBytes-1;r>=0;r--)if(t[r>>>2]>>>24-r%4*8&255){e.sigBytes=r+1;break}}},e.pad.ZeroPadding)),Ge.exports;var e}(),function(){return Ve?Ke.exports:(Ve=1,Ke.exports=(e=j(),we(),e.pad.NoPadding={pad:function(){},unpad:function(){}},e.pad.NoPadding));var e}(),function(){return We?Je.exports:(We=1,Je.exports=(n=j(),we(),t=(e=n).lib.CipherParams,r=e.enc.Hex,e.format.Hex={stringify:function(e){return e.ciphertext.toString(r)},parse:function(e){var n=r.parse(e);return t.create({ciphertext:n})}},n.format.Hex));var e,t,r,n}(),function(){return qe||(qe=1,Xe.exports=(e=j(),N(),W(),be(),we(),function(){var t=e,r=t.lib.BlockCipher,n=t.algo,o=[],i=[],a=[],s=[],c=[],l=[],u=[],d=[],f=[],h=[];!function(){for(var e=[],t=0;t<256;t++)e[t]=t<128?t<<1:t<<1^283;var r=0,n=0;for(t=0;t<256;t++){var p=n^n<<1^n<<2^n<<3^n<<4;p=p>>>8^255&p^99,o[r]=p,i[p]=r;var v=e[r],g=e[v],y=e[g],_=257*e[p]^16843008*p;a[r]=_<<24|_>>>8,s[r]=_<<16|_>>>16,c[r]=_<<8|_>>>24,l[r]=_,_=16843009*y^65537*g^257*v^16843008*r,u[p]=_<<24|_>>>8,d[p]=_<<16|_>>>16,f[p]=_<<8|_>>>24,h[p]=_,r?(r=v^e[e[e[y^v]]],n^=e[e[n]]):r=n=1}}();var p=[0,1,2,4,8,16,32,64,128,27,54],v=n.AES=r.extend({_doReset:function(){if(!this._nRounds||this._keyPriorReset!==this._key){for(var e=this._keyPriorReset=this._key,t=e.words,r=e.sigBytes/4,n=4*((this._nRounds=r+6)+1),i=this._keySchedule=[],a=0;a<n;a++)a<r?i[a]=t[a]:(l=i[a-1],a%r?r>6&&a%r==4&&(l=o[l>>>24]<<24|o[l>>>16&255]<<16|o[l>>>8&255]<<8|o[255&l]):(l=o[(l=l<<8|l>>>24)>>>24]<<24|o[l>>>16&255]<<16|o[l>>>8&255]<<8|o[255&l],l^=p[a/r|0]<<24),i[a]=i[a-r]^l);for(var s=this._invKeySchedule=[],c=0;c<n;c++){if(a=n-c,c%4)var l=i[a];else l=i[a-4];s[c]=c<4||a<=4?l:u[o[l>>>24]]^d[o[l>>>16&255]]^f[o[l>>>8&255]]^h[o[255&l]]}}},encryptBlock:function(e,t){this._doCryptBlock(e,t,this._keySchedule,a,s,c,l,o)},decryptBlock:function(e,t){var r=e[t+1];e[t+1]=e[t+3],e[t+3]=r,this._doCryptBlock(e,t,this._invKeySchedule,u,d,f,h,i),r=e[t+1],e[t+1]=e[t+3],e[t+3]=r},_doCryptBlock:function(e,t,r,n,o,i,a,s){for(var c=this._nRounds,l=e[t]^r[0],u=e[t+1]^r[1],d=e[t+2]^r[2],f=e[t+3]^r[3],h=4,p=1;p<c;p++){var v=n[l>>>24]^o[u>>>16&255]^i[d>>>8&255]^a[255&f]^r[h++],g=n[u>>>24]^o[d>>>16&255]^i[f>>>8&255]^a[255&l]^r[h++],y=n[d>>>24]^o[f>>>16&255]^i[l>>>8&255]^a[255&u]^r[h++],_=n[f>>>24]^o[l>>>16&255]^i[u>>>8&255]^a[255&d]^r[h++];l=v,u=g,d=y,f=_}v=(s[l>>>24]<<24|s[u>>>16&255]<<16|s[d>>>8&255]<<8|s[255&f])^r[h++],g=(s[u>>>24]<<24|s[d>>>16&255]<<16|s[f>>>8&255]<<8|s[255&l])^r[h++],y=(s[d>>>24]<<24|s[f>>>16&255]<<16|s[l>>>8&255]<<8|s[255&u])^r[h++],_=(s[f>>>24]<<24|s[l>>>16&255]<<16|s[u>>>8&255]<<8|s[255&d])^r[h++],e[t]=v,e[t+1]=g,e[t+2]=y,e[t+3]=_},keySize:8});t.AES=r._createHelper(v)}(),e.AES)),Xe.exports;var e}(),Qe(),function(){return et||(et=1,tt.exports=(e=j(),N(),W(),be(),we(),function(){var t=e,r=t.lib.StreamCipher,n=t.algo,o=n.RC4=r.extend({_doReset:function(){for(var e=this._key,t=e.words,r=e.sigBytes,n=this._S=[],o=0;o<256;o++)n[o]=o;o=0;for(var i=0;o<256;o++){var a=o%r,s=t[a>>>2]>>>24-a%4*8&255;i=(i+n[o]+s)%256;var c=n[o];n[o]=n[i],n[i]=c}this._i=this._j=0},_doProcessBlock:function(e,t){e[t]^=i.call(this)},keySize:8,ivSize:0});function i(){for(var e=this._S,t=this._i,r=this._j,n=0,o=0;o<4;o++){r=(r+e[t=(t+1)%256])%256;var i=e[t];e[t]=e[r],e[r]=i,n|=e[(e[t]+e[r])%256]<<24-8*o}return this._i=t,this._j=r,n}t.RC4=r._createHelper(o);var a=n.RC4Drop=o.extend({cfg:o.cfg.extend({drop:192}),_doReset:function(){o._doReset.call(this);for(var e=this.cfg.drop;e>0;e--)i.call(this)}});t.RC4Drop=r._createHelper(a)}(),e.RC4)),tt.exports;var e}(),function(){return rt||(rt=1,nt.exports=(e=j(),N(),W(),be(),we(),function(){var t=e,r=t.lib.StreamCipher,n=t.algo,o=[],i=[],a=[],s=n.Rabbit=r.extend({_doReset:function(){for(var e=this._key.words,t=this.cfg.iv,r=0;r<4;r++)e[r]=16711935&(e[r]<<8|e[r]>>>24)|4278255360&(e[r]<<24|e[r]>>>8);var n=this._X=[e[0],e[3]<<16|e[2]>>>16,e[1],e[0]<<16|e[3]>>>16,e[2],e[1]<<16|e[0]>>>16,e[3],e[2]<<16|e[1]>>>16],o=this._C=[e[2]<<16|e[2]>>>16,4294901760&e[0]|65535&e[1],e[3]<<16|e[3]>>>16,4294901760&e[1]|65535&e[2],e[0]<<16|e[0]>>>16,4294901760&e[2]|65535&e[3],e[1]<<16|e[1]>>>16,4294901760&e[3]|65535&e[0]];for(this._b=0,r=0;r<4;r++)c.call(this);for(r=0;r<8;r++)o[r]^=n[r+4&7];if(t){var i=t.words,a=i[0],s=i[1],l=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),u=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),d=l>>>16|4294901760&u,f=u<<16|65535&l;for(o[0]^=l,o[1]^=d,o[2]^=u,o[3]^=f,o[4]^=l,o[5]^=d,o[6]^=u,o[7]^=f,r=0;r<4;r++)c.call(this)}},_doProcessBlock:function(e,t){var r=this._X;c.call(this),o[0]=r[0]^r[5]>>>16^r[3]<<16,o[1]=r[2]^r[7]>>>16^r[5]<<16,o[2]=r[4]^r[1]>>>16^r[7]<<16,o[3]=r[6]^r[3]>>>16^r[1]<<16;for(var n=0;n<4;n++)o[n]=16711935&(o[n]<<8|o[n]>>>24)|4278255360&(o[n]<<24|o[n]>>>8),e[t+n]^=o[n]},blockSize:4,ivSize:2});function c(){for(var e=this._X,t=this._C,r=0;r<8;r++)i[r]=t[r];for(t[0]=t[0]+1295307597+this._b|0,t[1]=t[1]+3545052371+(t[0]>>>0<i[0]>>>0?1:0)|0,t[2]=t[2]+886263092+(t[1]>>>0<i[1]>>>0?1:0)|0,t[3]=t[3]+1295307597+(t[2]>>>0<i[2]>>>0?1:0)|0,t[4]=t[4]+3545052371+(t[3]>>>0<i[3]>>>0?1:0)|0,t[5]=t[5]+886263092+(t[4]>>>0<i[4]>>>0?1:0)|0,t[6]=t[6]+1295307597+(t[5]>>>0<i[5]>>>0?1:0)|0,t[7]=t[7]+3545052371+(t[6]>>>0<i[6]>>>0?1:0)|0,this._b=t[7]>>>0<i[7]>>>0?1:0,r=0;r<8;r++){var n=e[r]+t[r],o=65535&n,s=n>>>16,c=((o*o>>>17)+o*s>>>15)+s*s,l=((4294901760&n)*n|0)+((65535&n)*n|0);a[r]=c^l}e[0]=a[0]+(a[7]<<16|a[7]>>>16)+(a[6]<<16|a[6]>>>16)|0,e[1]=a[1]+(a[0]<<8|a[0]>>>24)+a[7]|0,e[2]=a[2]+(a[1]<<16|a[1]>>>16)+(a[0]<<16|a[0]>>>16)|0,e[3]=a[3]+(a[2]<<8|a[2]>>>24)+a[1]|0,e[4]=a[4]+(a[3]<<16|a[3]>>>16)+(a[2]<<16|a[2]>>>16)|0,e[5]=a[5]+(a[4]<<8|a[4]>>>24)+a[3]|0,e[6]=a[6]+(a[5]<<16|a[5]>>>16)+(a[4]<<16|a[4]>>>16)|0,e[7]=a[7]+(a[6]<<8|a[6]>>>24)+a[5]|0}t.Rabbit=r._createHelper(s)}(),e.Rabbit)),nt.exports;var e}(),function(){return ot||(ot=1,it.exports=(e=j(),N(),W(),be(),we(),function(){var t=e,r=t.lib.StreamCipher,n=t.algo,o=[],i=[],a=[],s=n.RabbitLegacy=r.extend({_doReset:function(){var e=this._key.words,t=this.cfg.iv,r=this._X=[e[0],e[3]<<16|e[2]>>>16,e[1],e[0]<<16|e[3]>>>16,e[2],e[1]<<16|e[0]>>>16,e[3],e[2]<<16|e[1]>>>16],n=this._C=[e[2]<<16|e[2]>>>16,4294901760&e[0]|65535&e[1],e[3]<<16|e[3]>>>16,4294901760&e[1]|65535&e[2],e[0]<<16|e[0]>>>16,4294901760&e[2]|65535&e[3],e[1]<<16|e[1]>>>16,4294901760&e[3]|65535&e[0]];this._b=0;for(var o=0;o<4;o++)c.call(this);for(o=0;o<8;o++)n[o]^=r[o+4&7];if(t){var i=t.words,a=i[0],s=i[1],l=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),u=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),d=l>>>16|4294901760&u,f=u<<16|65535&l;for(n[0]^=l,n[1]^=d,n[2]^=u,n[3]^=f,n[4]^=l,n[5]^=d,n[6]^=u,n[7]^=f,o=0;o<4;o++)c.call(this)}},_doProcessBlock:function(e,t){var r=this._X;c.call(this),o[0]=r[0]^r[5]>>>16^r[3]<<16,o[1]=r[2]^r[7]>>>16^r[5]<<16,o[2]=r[4]^r[1]>>>16^r[7]<<16,o[3]=r[6]^r[3]>>>16^r[1]<<16;for(var n=0;n<4;n++)o[n]=16711935&(o[n]<<8|o[n]>>>24)|4278255360&(o[n]<<24|o[n]>>>8),e[t+n]^=o[n]},blockSize:4,ivSize:2});function c(){for(var e=this._X,t=this._C,r=0;r<8;r++)i[r]=t[r];for(t[0]=t[0]+1295307597+this._b|0,t[1]=t[1]+3545052371+(t[0]>>>0<i[0]>>>0?1:0)|0,t[2]=t[2]+886263092+(t[1]>>>0<i[1]>>>0?1:0)|0,t[3]=t[3]+1295307597+(t[2]>>>0<i[2]>>>0?1:0)|0,t[4]=t[4]+3545052371+(t[3]>>>0<i[3]>>>0?1:0)|0,t[5]=t[5]+886263092+(t[4]>>>0<i[4]>>>0?1:0)|0,t[6]=t[6]+1295307597+(t[5]>>>0<i[5]>>>0?1:0)|0,t[7]=t[7]+3545052371+(t[6]>>>0<i[6]>>>0?1:0)|0,this._b=t[7]>>>0<i[7]>>>0?1:0,r=0;r<8;r++){var n=e[r]+t[r],o=65535&n,s=n>>>16,c=((o*o>>>17)+o*s>>>15)+s*s,l=((4294901760&n)*n|0)+((65535&n)*n|0);a[r]=c^l}e[0]=a[0]+(a[7]<<16|a[7]>>>16)+(a[6]<<16|a[6]>>>16)|0,e[1]=a[1]+(a[0]<<8|a[0]>>>24)+a[7]|0,e[2]=a[2]+(a[1]<<16|a[1]>>>16)+(a[0]<<16|a[0]>>>16)|0,e[3]=a[3]+(a[2]<<8|a[2]>>>24)+a[1]|0,e[4]=a[4]+(a[3]<<16|a[3]>>>16)+(a[2]<<16|a[2]>>>16)|0,e[5]=a[5]+(a[4]<<8|a[4]>>>24)+a[3]|0,e[6]=a[6]+(a[5]<<16|a[5]>>>16)+(a[4]<<16|a[4]>>>16)|0,e[7]=a[7]+(a[6]<<8|a[6]>>>24)+a[5]|0}t.RabbitLegacy=r._createHelper(s)}(),e.RabbitLegacy)),it.exports;var e}(),ct())),B.exports),yt=x(gt),_t=function(){return _t=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},_t.apply(this,arguments)};function bt(e){return yt.SHA256(e).toString(yt.enc.Hex).slice(0,16)}function mt(e,t){var r=e.source,n=e.context,o=e.id,i=e.dataFormat;void 0===t&&(t=bt);var a={};return a.source="JSX"===i?wt(r):r,a=_t(_t(_t(_t({},a),o&&{id:o}),n&&{context:n}),i&&{dataFormat:i}),t(S(a))}"function"==typeof SuppressedError&&SuppressedError;var xt=function(e){if(e&&"object"==typeof e){var t={};if("c"in e&&e.c&&(t.c=wt(e.c)),"d"in e){var r=null==e?void 0:e.d;(null==r?void 0:r.b)&&(t.b=Object.fromEntries(Object.entries(r.b).map(function(e){return[e[0],wt(e[1])]}))),(null==r?void 0:r.t)&&(t.t=r.t)}return function(e){var t=e;if(t&&"object"==typeof t&&"string"==typeof t.k){var r=Object.keys(t);if(1===r.length)return!0;if(2===r.length){if("number"==typeof t.i)return!0;if("string"==typeof t.v)return!0}if(3===r.length&&"string"==typeof t.v&&"number"==typeof t.i)return!0}return!1}(e)?_t({k:e.k},e.v&&{v:e.v}):t}return e};function wt(e){return Array.isArray(e)?e.map(xt):xt(e)}function kt({gt:e,translations:t,locale:r,defaultLocale:n,translationRequired:o,developmentApiEnabled:i,registerIcuForTranslation:a}){function s(t,r={}){if(!t||"string"!=typeof t)return null;const{$id:n,$context:o,$_hash:i}=r,a=c(r,["$id","$context","$_hash"]);return{id:n,context:o,_hash:i,variables:a,calculateHash:()=>mt(Object.assign(Object.assign(Object.assign({source:t},o&&{context:o}),n&&{id:n}),{dataFormat:"ICU"})),renderMessage:(t,r)=>e.formatMessage(t,{locales:r,variables:a})}}function u(e,r,n){let o,i="";return r&&(o=null==t?void 0:t[r]),n&&void 0===o&&(i=n,o=null==t?void 0:t[n]),void 0===o&&(i=e(),o=null==t?void 0:t[i]),{translationEntry:o,hash:i}}return{_tFunction:(e,t={},c)=>{const l=s(e,t);if(!l)return"";const{id:f,context:h,_hash:p,calculateHash:v,renderMessage:g}=l;if(!o)return g(e,[n]);const{translationEntry:y,hash:_}=u(v,f,p);if(null===y)return g(e,[n]);if(y)try{return g(y,[r,n])}catch(t){return console.error(d(e,f),"Error: ",t),g(e,[n])}if("undefined"!==(null==c?void 0:c[_])){if(null==c?void 0:c[_])try{return g(null==c?void 0:c[_],[r,n])}catch(t){return console.error(d(e,f),"Error: ",t),g(e,[n])}return g(e,[n])}return i?(a({source:e,targetLocale:r,metadata:Object.assign(Object.assign(Object.assign({},h&&{context:h}),f&&{id:f}),{hash:_||""})}),g(e,[n])):g(e,[n])},_filterMessagesForPreload:e=>{const t=[];for(let r of e){const{message:e}=r,n=c(r,["message"]),o=s(e,n);if(!o)continue;const{id:i,_hash:a,calculateHash:l}=o,{translationEntry:d,hash:f}=u(l,i,a);d||t.push(Object.assign(Object.assign({message:e},n),{$_hash:f}))}return t},_preloadMessages:e=>l(this,void 0,void 0,function*(){const t={};return yield Promise.all(e.map(e=>l(this,void 0,void 0,function*(){var{message:n}=e;const o=s(n,c(e,["message"]));if(!o)return;const{id:i,context:l,_hash:d,calculateHash:f}=o,{translationEntry:h,hash:p}=u(f,i,d);h&&(t[p]=h),t[p]=yield a({source:n,targetLocale:r,metadata:Object.assign(Object.assign(Object.assign({},l&&{context:l}),i&&{id:i}),{hash:p})})}))),t})}}class St{static encode(e,r){const n=(null==r?void 0:r.$_hash)||mt(Object.assign(Object.assign(Object.assign({source:e},(null==r?void 0:r.$context)&&{context:r.$context}),(null==r?void 0:r.$id)&&{id:r.$id}),{dataFormat:"ICU"}));r?r.$_hash=n:r={$_hash:n};const o=Buffer.from(JSON.stringify(r)).toString("base64");return t.formatMessage(e,{locales:["en"],variables:r})+(o?`:${o}`:"")}static decode(e){return-1===e.lastIndexOf(":")?e:e.slice(0,e.lastIndexOf(":"))}static decodeOptions(e){const t=-1===e.lastIndexOf(":")?"":e.slice(e.lastIndexOf(":")+1);if(!t)return null;try{return JSON.parse(Buffer.from(t,"base64").toString())}catch(e){return null}}}function Bt(r,n,o,i,a,s,c,l,u){return e.useCallback((s,u={})=>{if(!r)return"";let d=!1;const f=St.decodeOptions(s);f&&(d=!0,u=f);const h=d?St.decode(s):function(t,r){let n=t;const o=r.split(".");for(const t of o){if("object"!=typeof n||Array.isArray(n)||e.isValidElement(n))return;n=n[t]}return n}(r,s);if(!h)return console.warn((e=>`No valid dictionary entry found for id: "${e}"`)(s)),"";if(!function(e){if("string"==typeof e)return!0;if(Array.isArray(e)){if("string"!=typeof(null==e?void 0:e[0]))return!1;const t=null==e?void 0:e[1];if(void 0===t)return!0;if(t&&"object"==typeof t)return!0}return!1}(h))return console.warn((e=>`Invalid dictionary entry found for id: "${e}"`)(s)),"";const{entry:p,metadata:v}=function(e){if(Array.isArray(e)){if(1===e.length)return{entry:e[0]};if(2===e.length)return{entry:e[0],metadata:e[1]}}return{entry:e}}(h);if(!p||"string"!=typeof p)return"";const g=(e,r)=>t.formatMessage(e,{locales:r,variables:u});if(!a)return g(p,[i]);const y=mt(Object.assign(Object.assign({source:p},(null==v?void 0:v.$context)&&{context:v.$context}),{id:s,dataFormat:"ICU"})),_=null==n?void 0:n[y];return _?g(_,[o,i]):null===_?g(p,[i]):c?(l({source:p,targetLocale:o,metadata:Object.assign(Object.assign({},(null==v?void 0:v.$context)&&{context:v.$context}),{id:s,hash:y})}),g(p,[i])):g(p,[i])},[r,n,o,i,a,c,l,s])}const At="generaltranslation.locale",Ot="generaltranslation.region";function Et(e){var{children:t,branch:n}=e,o=c(e,["children","branch"]);const i=(n=null==n?void 0:n.toString())&&void 0!==o[n]?o[n]:t;return r.jsx(r.Fragment,{children:i})}Et._gtt="branch";var jt="https://cdn.gtx.dev",Tt="https://runtime2.gtx.dev",Ct="en",Rt=["singular","plural","dual","zero","one","two","few","many","other"];var Lt=new(function(){function e(){this.cache=new Map}return e.prototype._generateKey=function(e,t,r){void 0===r&&(r={});var n=Array.isArray(t)?t.join(","):t,o=r?JSON.stringify(r,Object.keys(r).sort()):"{}";return"".concat(e,":").concat(n,":").concat(o)},e.prototype.get=function(e,t,r){void 0===r&&(r={});var n=this._generateKey(e,t,r);if(!this.cache.has(n)){var o=new Intl[e](t,r);this.cache.set(n,o)}return this.cache.get(n)},e}());function Pt(e){var t=e;if(t&&"object"==typeof t&&"string"==typeof t.k){var r=Object.keys(t);if(1===r.length)return!0;if(2===r.length){if("number"==typeof t.i)return!0;if("string"==typeof t.v)return!0}if(3===r.length&&"string"==typeof t.v&&"number"==typeof t.i)return!0}return!1}var It={variable:"v",number:"n",datetime:"d",currency:"c"};function Mt(e){return It[e]}function Ft(t,r=0){let n=r;const o=e=>{const{type:t,props:r}=e;n+=1;const o={id:n};let i;try{i="function"==typeof t&&t._gtt||""}catch(e){}if(i){const e=i.split("-");if("translate"===e[0]&&(e[0]="fragment"),"variable"===e[0]&&(o.variableType=(null==e?void 0:e[1])||"variable"),"plural"===e[0]){const e=Object.entries(r).reduce((e,[t,r])=>(function(e){return Rt.includes(e)}(t)&&(e[t]=Ft(r,n)),e),{});Object.keys(e).length&&(o.branches=e)}if("branch"===e[0]){const{children:e,branch:t}=r,i=c(r,["children","branch"]),a=Object.entries(i).reduce((e,[t,r])=>(e[t]=Ft(r,n),e),{});Object.keys(a).length&&(o.branches=a)}o.transformation=e[0]}return o};function i(t){return e.isValidElement(t)?function(t){const{props:r}=t,n=o(t),i=Object.assign(Object.assign({},r),{"data-_gt":n});return r.children&&!n.variableType&&(i.children=a(r.children)),t.type===e.Fragment&&(i["data-_gt"].transformation="fragment"),e.cloneElement(t,i)}(t):t}function a(t){return Array.isArray(t)?e.Children.map(t,i):i(t)}return a(t)}"function"==typeof SuppressedError&&SuppressedError;const Dt={variable:"value",number:"n",datetime:"date",currency:"cost"};function zt(e={},t){var r;if(e.name)return e.name;return`_gt_${Dt[t]||"value"}_${null===(r=e["data-_gt"])||void 0===r?void 0:r.id}`}var Ht={pl:"placeholder",ti:"title",alt:"alt",arl:"aria-label",arb:"aria-labelledby",ard:"aria-describedby"};const Nt=e=>{var t;if(!e)return"";const{type:r,props:n}=e;if(r&&"function"==typeof r){if("displayName"in r&&"string"==typeof r.displayName&&r.displayName)return r.displayName;if("name"in r&&"string"==typeof r.name&&r.name)return r.name}return r&&"string"==typeof r?r:n.href?"a":(null===(t=n["data-_gt"])||void 0===t?void 0:t.id)?`C${n["data-_gt"].id}`:"function"},$t=e=>{const{props:t}=e,r={t:Nt(e)};if(t["data-_gt"]){const e=t["data-_gt"],n=e.transformation;if("variable"===n){const r=e.variableType||"variable",n=zt(t,r),o=Mt(r);return{i:e.id,k:n,v:o}}r.i=e.id,r.d=((e,t,r)=>{let n=Object.entries(Ht).reduce((e,[r,n])=>(t[n]&&(e[r]=t[n]),e),{});if("plural"===e&&r){const e={};Object.entries(r).forEach(([t,r])=>{e[t]=Gt(r)}),n=Object.assign(Object.assign({},n),{b:e,t:"p"})}if("branch"===e&&r){const e={};Object.entries(r).forEach(([t,r])=>{e[t]=Gt(r)}),n=Object.assign(Object.assign({},n),{b:e,t:"b"})}return Object.keys(n).length?n:void 0})(n,t,e.branches);let o=Object.entries(Ht).reduce((e,[r,n])=>(t[n]&&(e[r]=t[n]),e),{});if("plural"===n&&e.branches){const t={};Object.entries(e.branches).forEach(([e,r])=>{t[e]=Gt(r)}),o=Object.assign(Object.assign({},o),{b:t,t:"p"})}if("branch"===n&&e.branches){const t={};Object.entries(e.branches).forEach(([e,r])=>{t[e]=Gt(r)}),o=Object.assign(Object.assign({},o),{b:t,t:"b"})}r.d=Object.keys(o).length?o:void 0}return t.children&&(r.c=Gt(t.children)),r},Ut=t=>{return r=t,e.isValidElement(r)?$t(t):"number"==typeof t?t.toString():t;var r};function Gt(e){return Array.isArray(e)?e.map(Ut):Ut(e)}function Vt(e,t,r){let n="",o=null;return"number"==typeof e&&!o&&r&&(n=function(e,t,r){void 0===t&&(t=Rt),void 0===r&&(r=["en"]);var n=Lt.get("PluralRules",r).select(e),o=Math.abs(e);if(0===o&&t.includes("zero"))return"zero";if(1===o){if(t.includes("singular"))return"singular";if(t.includes("one"))return"one"}if("one"===n&&t.includes("singular"))return"singular";if(2===o){if(t.includes("dual"))return"dual";if(t.includes("two"))return"two"}return"two"===n&&t.includes("dual")?"dual":t.includes(n)?n:"two"===n&&t.includes("dual")?"dual":"two"===n&&t.includes("plural")?"plural":"two"===n&&t.includes("other")?"other":"few"===n&&t.includes("plural")?"plural":"few"===n&&t.includes("other")?"other":"many"===n&&t.includes("plural")?"plural":"many"===n&&t.includes("other")?"other":"other"===n&&t.includes("plural")?"plural":""}(e,Object.keys(r),t)),n&&!o&&(o=r[n]),o}function Kt(e){var t;return"object"==typeof e&&!!e&&"data-_gt"in e&&"object"==typeof e["data-_gt"]&&!!e["data-_gt"]&&"transformation"in e["data-_gt"]&&"variable"===(null===(t=e["data-_gt"])||void 0===t?void 0:t.transformation)}function Wt(e){var t;const r=(null===(t=e["data-_gt"])||void 0===t?void 0:t.variableType)||"variable";return{variableName:zt(e,r),variableType:Mt(r),variableValue:void 0!==e.value?e.value:void 0!==e["data-_gt-unformatted-value"]?e["data-_gt-unformatted-value"]:void 0!==e.children?e.children:void 0,variableOptions:(()=>{const t=Object.assign(Object.assign({},void 0!==e.currency&&{currency:e.currency}),void 0!==e.options&&e.options);return Object.keys(t).length?t:"string"==typeof e["data-_gt-variable-options"]?JSON.parse(e["data-_gt-variable-options"]):e["data-_gt-variable-options"]||void 0})()}}function Jt(e){return e&&e.props&&e.props["data-_gt"]?e.props["data-_gt"]:null}function qt({children:t,defaultLocale:r=Ct,renderVariable:n}){const o=t=>e.isValidElement(t)?(t=>{const o=Jt(t);if(Kt(t.props)){const{variableType:e,variableValue:o,variableOptions:i}=Wt(t.props);return n({variableType:e,variableValue:o,variableOptions:i,locales:[r]})}if("plural"===(null==o?void 0:o.transformation)){const e=o.branches||{};return i(Vt(t.props.n,[r],e)||t.props.children)}if("branch"===(null==o?void 0:o.transformation)){let e=t.props,{children:r,branch:n,"data-_gt":a}=e,s=c(e,["children","branch","data-_gt"]);return s=o.branches||{},i(void 0!==s[n]?s[n]:r)}return"fragment"===(null==o?void 0:o.transformation)?e.createElement(e.Fragment,{key:t.props.key,children:i(t.props.children)}):t.props.children?e.cloneElement(t,Object.assign(Object.assign({},t.props),{"data-_gt":void 0,children:i(t.props.children)})):e.cloneElement(t,Object.assign(Object.assign({},t.props),{"data-_gt":void 0}))})(t):t,i=t=>Array.isArray(t)?e.Children.map(t,o):o(t);return i(t)}function Xt({sourceElement:t,targetElement:r,locales:n=[Ct],renderVariable:o}){var i,a;const{props:s}=t,c=s["data-_gt"],l=null==c?void 0:c.transformation,u=r.d,d={};if(u&&Object.entries(Ht).forEach(([e,t])=>{u[e]&&(d[t]=u[e])}),"plural"===l){const e=t.props.n;return Yt({source:Vt(e,n,c.branches||{})||t.props.children,target:Vt(e,n,(null===(i=r.d)||void 0===i?void 0:i.b)||{})||r.c,locales:n,renderVariable:o})}if("branch"===l){const{branch:e,children:t}=s;return Yt({source:(c.branches||{})[e]||t,target:((null===(a=r.d)||void 0===a?void 0:a.b)||{})[e]||r.c,locales:n,renderVariable:o})}return"fragment"===l&&r.c?e.createElement(e.Fragment,{key:t.props.key,children:Yt({source:s.children,target:r.c,locales:n,renderVariable:o})}):(null==s?void 0:s.children)&&(null==r?void 0:r.c)?e.cloneElement(t,Object.assign(Object.assign(Object.assign({},s),d),{"data-_gt":void 0,children:Yt({source:s.children,target:r.c,locales:n,renderVariable:o})})):qt({children:t,defaultLocale:n[0],renderVariable:o})}function Yt({source:t,target:n,locales:o=[Ct],renderVariable:i}){if(null==n&&t)return qt({children:t,defaultLocale:o[0],renderVariable:i});if("string"==typeof n)return n;if(Array.isArray(n)&&!Array.isArray(t)&&t&&(t=[t]),Array.isArray(t)&&Array.isArray(n)){const a={},s={},c=t.filter(t=>{if(e.isValidElement(t)){if(!Kt(t.props))return!0;{const{variableName:e,variableValue:r,variableOptions:n}=Wt(t.props);a[e]=r,s[e]=n}}return!1}),l=e=>c.find(t=>{const r=Jt(t);if(void 0!==(null==r?void 0:r.id)){return r.id===e.i}return!1})||c.shift();return n.map((t,n)=>{if("string"==typeof t)return r.jsx(e.Fragment,{children:t},`string_${n}`);if(Pt(t))return r.jsx(e.Fragment,{children:i({variableType:t.v||"v",variableValue:a[t.k],variableOptions:s[t.k],locales:o})},`var_${n}`);const c=l(t);return c?r.jsx(e.Fragment,{children:Xt({sourceElement:c,targetElement:t,locales:o,renderVariable:i})},`element_${n}`):void 0})}if(n&&"object"==typeof n&&!Array.isArray(n)){const r=Pt(n)?"variable":"element";if(e.isValidElement(t)){if("element"===r)return Xt({sourceElement:t,targetElement:n,locales:o,renderVariable:i});if(Kt(t.props)){const{variableValue:e,variableOptions:r,variableType:n}=Wt(t.props);return i({variableType:n,variableValue:e,variableOptions:r,locales:o})}}}return qt({children:t,defaultLocale:o[0],renderVariable:i})}const Zt={method:"default",timeout:"undefined"!=typeof process&&"development"!==process.env.NODE_ENV?8e3:12e3};const Qt=e=>"string"==typeof e||Array.isArray(e),er=e=>"object"==typeof e&&null!==e&&!Array.isArray(e);function tr(e,t){const r=Object.assign(Object.assign({},Object.fromEntries(Object.entries(e).filter(([,e])=>Qt(e)))),Object.fromEntries(Object.entries(t).filter(([,e])=>Qt(e)))),n=Object.entries(e).filter(([,e])=>er(e)).map(([e])=>e),o=Object.entries(t).filter(([,e])=>er(e)).map(([e])=>e),i=new Set([...n,...o]);for(const n of i)r[n]=tr(e[n]||{},t[n]||{});return r}const rr="function"==typeof i.use;function nr(t){var{children:n,n:o,locales:i}=t,s=c(t,["children","n","locales"]);const l=e.useContext(a);let u;l&&(i||(i=l.locale),u||(u=l.defaultLocale));const d=[...i?[i]:[],u||Ct];if("number"!=typeof o)throw new Error((e=>`<Plural> component with children "${e}" requires "n" option.`)(n));return r.jsx(r.Fragment,{children:Vt(o,d,s)||n})}var or;nr._gtt="plural";const ir=Number.POSITIVE_INFINITY,ar=null!==(or=globalThis.__DANGEROUS_USE_REGISTRY__)&&void 0!==or?or:globalThis.__DANGEROUS_USE_REGISTRY__=new Map;function sr(e,t=new WeakSet){var r;const n=typeof e;if(null==e||"number"===n||"boolean"===n||"bigint"===n)return String(e);if("string"===n)return JSON.stringify(e);if("symbol"===n)return`:sym(${null!==(r=e.description)&&void 0!==r?r:""})`;if("function"===n)return`:fn(${e.name||"anon"})`;if(Array.isArray(e))return`[${e.map(e=>sr(e,t)).join(",")}]`;if("object"===n){const r=e;if(t.has(r))return":circular";t.add(r);const n=Object.keys(r).sort().map(e=>`${JSON.stringify(e)}:${sr(r[e],t)}`).join(",");return t.delete(r),`{${n}}`}return String(e)}function cr(e){return"string"==typeof e||"number"==typeof e||"symbol"==typeof e?String(e):sr(e)}function lr(e,t,r){const n=ar,o=Date.now(),i=ir,a=cr(e),s=n.get(a);if(s&&s.expiresAt>o)return s.thenable;const c=function(e){const t=e;return null==t.status&&(t.status="pending",e.then(e=>{t.status="fulfilled",t.value=e},e=>{t.status="rejected",t.reason=e})),t}(t()),l={thenable:c,createdAt:o,expiresAt:o+i};if(n.set(a,l),i!==1/0){const e=()=>{const e=n.get(a);e&&e.thenable===c&&setTimeout(()=>{const e=n.get(a);e&&e.thenable===c&&n.delete(a)},Math.max(0,i))};c.then(e,e)}return c}function ur(t){var{children:n,id:o,context:i,_hash:a}=t,u=c(t,["children","id","context","_hash"]);if(!n)return;o=null!=o?o:null==u?void 0:u.$id,i=null!=i?i:null==u?void 0:u.$context;const{translations:d,translationRequired:f,developmentApiEnabled:h,dialectTranslationRequired:p,registerJsxForTranslation:v,renderSettings:g,locale:_,defaultLocale:b}=s("<T> used on the client-side outside of <GTProvider>"),m=e.useMemo(()=>Ft(n),[n]);let x;o&&(x=null==d?void 0:d[o]),void 0===x&&a&&(x=null==d?void 0:d[a]);const[w,k]=e.useMemo(()=>{if(!f||x)return[void 0,""];const e=Gt(m);return[e,mt(Object.assign(Object.assign(Object.assign({source:e},i&&{context:i}),o&&{id:o}),{dataFormat:"JSX"}))]},[m,i,o,f,x]);void 0===x&&(x=null==d?void 0:d[k]);const S=()=>qt({children:m,defaultLocale:b,renderVariable:y}),B=e=>Yt({source:m,target:e,locales:[_,b],renderVariable:y});if(!f||d&&!x&&!h||null===x)return r.jsx(r.Fragment,{children:S()});if(x)return r.jsx(e.Suspense,{fallback:B(x),children:B(x)});const A=()=>l(this,void 0,void 0,function*(){if(!h||!_)return S();if(x)return B(x);try{const e=yield v({source:w,targetLocale:_,metadata:{id:o,hash:k,context:i}});return e?B(e):S()}catch(e){return console.warn(e),S()}});if(rr){const t=e.use(lr(["getTranslationPromise",h,JSON.stringify(w),_,o,k,i],()=>A()));return r.jsx(e.Suspense,{fallback:t,children:t})}let O;return O="skeleton"===g.method?"":"replace"===g.method||p?S():"",r.jsx(e.Suspense,{fallback:O,children:A()})}function dr(t){const{locales:r,locale:n,setLocale:o,gt:i}=s(),a=e.useMemo(()=>{if(!r||0===r.length)return[];const e=r.sort((e,t)=>(new Intl.Collator).compare(i.getLocaleProperties(e).nativeNameWithRegionCode,i.getLocaleProperties(t).nativeNameWithRegionCode));return e},[r]),c=e.useCallback(e=>i.getLocaleProperties(e),[i]);return{locale:n,locales:t||a,setLocale:o,getLocaleProperties:c}}function fr(e){if(!e)return;const t={};for(const r in e)t[r]={name:e[r]};return t}function hr({regions:r,customMapping:n,prioritizeCurrentLocaleRegion:o=!0,sortRegionsAlphabetically:i=!0}={prioritizeCurrentLocaleRegion:!0,sortRegionsAlphabetically:!0}){const{locales:a,locale:c,setLocale:l,gt:u,region:d,setRegion:f}=s(),{regionCode:h}=u.getLocaleProperties(c),[p,v]=e.useMemo(()=>{const e=new Map(a.map(e=>{const r=t.getLocaleProperties(e,c,u.customMapping);return[r.regionCode,r]})),s=r?[...r]:Array.from((null==e?void 0:e.keys())||[h]),l=new Map(s.map(t=>{var r;return[t,Object.assign(Object.assign({locale:(null===(r=null==e?void 0:e.get(t))||void 0===r?void 0:r.code)||c},u.getRegionProperties(t)),"string"==typeof(null==n?void 0:n[t])?{name:null==n?void 0:n[t]}:null==n?void 0:n[t])]}));if(i&&s.sort((e,t)=>(new Intl.Collator).compare(l.get(e).name,l.get(t).name)),o){const e=s.indexOf(h);e>0&&(s.splice(e,1),s.unshift(h))}return[s,l]},[r,d,c,a,u]);return{region:d,setRegion:f,regions:p,regionData:v,locales:a,locale:c,localeRegion:h,setLocale:l}}function pr(){return!("undefined"==typeof process||!process.env.NEXT_RUNTIME)||void 0!==(null===globalThis||void 0===globalThis?void 0:globalThis.__NEXT_DATA__)}function vr({locale:r="",defaultLocale:n=Ct,locales:o=[],localeCookieName:i=At,ssr:a=!0}){const[s,c]=e.useState(a?r&&t.determineLocale(r,o)||"":gr({_locale:r,locale:r,locales:o,defaultLocale:n,localeCookieName:i})),[l,u]=function({locale:e,locales:r,defaultLocale:n,localeCookieName:o,_setLocale:i}){const a=o=>{const a=t.determineLocale(o,r)||e||n;return a!==o&&console.warn(((e,t)=>`You are trying to switch to "${t}" which is not supported. Update the list of supported locales through your dashboard or your config.json file if you are using a config file. Falling back to "${e}".`)(a,o)),i(a),a},s=e=>{const t=a(e);"undefined"!=typeof document&&(document.cookie=`${o}=${t};path=/`)};return[s,a]}({locale:s,locales:o,defaultLocale:n,localeCookieName:i,_setLocale:c});return e.useEffect(()=>{const e=gr({_locale:r,locale:s,locales:o,defaultLocale:n,localeCookieName:i});u(e)},[r,s,o,n,i]),[s,l]}function gr({_locale:e,locale:r,locales:n,defaultLocale:o,localeCookieName:i}){var a;if(e&&e===r&&t.determineLocale(e,n)===r)return e;const s=(null===navigator||void 0===navigator?void 0:navigator.languages)?navigator.languages:(null===navigator||void 0===navigator?void 0:navigator.language)?[navigator.language]:(null===navigator||void 0===navigator?void 0:navigator.userLanguage)?[null===navigator||void 0===navigator?void 0:navigator.userLanguage]:[o],c="undefined"!=typeof document?null===(a=document.cookie.split("; ").find(e=>e.startsWith(`${i}=`)))||void 0===a?void 0:a.split("=")[1]:void 0,l=t.determineLocale([...e?[e]:[],...c?[c]:[],...s],n)||o;return c&&c!==l&&"undefined"!=typeof document&&(document.cookie=`${i}=${l};path=/`),l}function yr({devApiKey:r,projectId:o,runtimeUrl:i,loadTranslationsType:a,cacheUrl:s,locales:c}){e.useEffect(()=>{if("production"===process.env.NODE_ENV&&r)throw new Error("gt-react Error: Production environments cannot include an api key.");if("custom"===a||!s&&!i||o||"development"!==process.env.NODE_ENV||console.warn("gt-react: Translation cloud services require a project ID! Find yours at generaltranslation.com/dashboard."),o&&i&&"custom"!==a&&!r&&"development"===process.env.NODE_ENV&&console.warn("gt-react: A development API key is required for runtime translation! Find your development API key: generaltranslation.com/dashboard. (Or, disable this warning message by setting runtimeUrl to an empty string which disables runtime translation.)"),i===Tt||s===jt&&"default"===a){const e=c.filter(e=>!n.getSupportedLocale(e));e.length&&console.warn((e=>`gt-react: The following locales are currently unsupported by our service: ${e.map(e=>{const{name:r}=t.getLocaleProperties(e);return`${e} (${r})`}).join(", ")}`)(e))}},[r,a,s,i,o,c])}function _r(e,r){return l(this,void 0,void 0,function*(){const n=Array.from(new Set([e,t.getLocaleProperties(e).languageCode]));for(const e of n)try{const t=yield r(e);if(t)return t}catch(e){}console.warn("gt-react Warning: No dictionary was found. Ensure you are either passing your dictionary to the <GTProvider>.")})}function br({_dictionary:t,loadDictionary:r,locale:n,defaultLocale:o}){const[i,a]=e.useState(t);return e.useEffect(()=>{if(!r)return;let e=!0;return(()=>{l(this,void 0,void 0,function*(){const t=tr((yield _r(o,r))||{},(yield _r(n,r))||{});e&&a(t||{})})})(),()=>{e=!1}},[r,n,o]),i}function mr({_translations:t,translationRequired:r,loadTranslationsType:n,loadTranslations:o,locale:i,cacheUrl:a,projectId:s,_versionId:c}){const[u,d]=e.useState(t||r&&"disabled"!==n?null:{});return e.useEffect(()=>{d(r&&"disabled"!==n?null:{})},[i,n]),e.useEffect(()=>{if(u||!r||"disabled"===n)return;let e=!0;return(()=>{l(this,void 0,void 0,function*(){let t;switch(n){case"custom":if(o)try{t=yield o(i)}catch(e){console.error(((e="")=>`gt-react Error: fetching locally stored translations. If you are using a custom loadTranslations(${e}), make sure it is correctly implemented.`)(i),e)}break;case"default":try{t=yield function(e){return l(this,arguments,void 0,function*({cacheUrl:e,projectId:t,locale:r,versionId:n}){if(!t||!e||!r)return{};const o=yield fetch(n?`${e}/${t}/${r}/${n}`:`${e}/${t}/${r}`);return yield o.json()})}({cacheUrl:a,projectId:s,locale:i,versionId:c})}catch(e){console.error(e)}}t||(t={}),e&&d(t)})})(),()=>{e=!1}},[u,r,n,a,s,i,c]),{translations:u,setTranslations:d}}function xr({_region:e,regionCookieName:t}){var r;const n="undefined"!=typeof document?null===(r=document.cookie.split("; ").find(e=>e.startsWith(`${t}=`)))||void 0===r?void 0:r.split("=")[1]:void 0,o=e||n;return n&&n!==o&&"undefined"!=typeof document&&(document.cookie=`${t}=${o};path=/`),o}function wr(){return s("useGTClass(): Unable to access configured GT class instance outside of a <GTProvider>").gt}ur._gtt="translate-client",exports.Branch=Et,exports.ClientProvider=function({children:n,dictionary:o,translations:s,locale:c,region:l,_versionId:u,defaultLocale:d,translationRequired:h,dialectTranslationRequired:p,locales:v=[],renderSettings:g,projectId:y,devApiKey:_,runtimeUrl:b,developmentApiEnabled:m,resetLocaleCookieName:x,localeCookieName:w=At,regionCookieName:k=Ot,customMapping:S}){const[B,A]=e.useState(s),[O,E]=e.useState(c&&t.determineLocale(c,v)||"");e.useEffect(()=>{var e;const t=null===(e=document.cookie.split("; ").find(e=>e.startsWith(`${w}=`)))||void 0===e?void 0:e.split("=")[1];O&&t&&t!==O&&(document.cookie=`${w}=;path=/`)},[O,w]);const[j,T]=e.useState(l);e.useEffect(()=>{var e;const t=null===(e=document.cookie.split("; ").find(e=>e.startsWith(`${k}=`)))||void 0===e?void 0:e.split("=")[1];j&&t&&t!==j&&(document.cookie=`${k}=;path=/`)},[j,k]);const C=e.useMemo(()=>new t.GT({devApiKey:_,sourceLocale:d,targetLocale:O,projectId:y,baseUrl:b||void 0,customMapping:S}),[_,d,O,y,b,S]),{registerIcuForTranslation:R,registerJsxForTranslation:L}=f({gt:C,locale:O,versionId:u,runtimeUrl:b,setTranslations:A,defaultLocale:d,renderSettings:g,developmentApiEnabled:m}),{_tFunction:P,_filterMessagesForPreload:I,_preloadMessages:M}=kt({gt:C,translations:B,locale:O,defaultLocale:d,translationRequired:h,developmentApiEnabled:m,registerIcuForTranslation:R}),F=Bt(o,B,O,d,h,p,m,R),D=!(h&&!B)&&O;return r.jsx(a.Provider,{value:{gt:C,registerIcuForTranslation:R,registerJsxForTranslation:L,setLocale:e=>{e=t.determineLocale(e,v)||O||d,document.cookie=`${w}=${e};path=/`,document.cookie=`${x}=true;path=/`,E(e),window.location.reload()},_tFunction:P,_filterMessagesForPreload:I,_preloadMessages:M,_dictionaryFunction:F,locale:O,locales:v,defaultLocale:d,region:j,setRegion:e=>{document.cookie=`${k}=${e||""};path=/`,T(e)},translations:B,translationRequired:h,dialectTranslationRequired:p,renderSettings:g,developmentApiEnabled:m},children:r.jsx(i.Suspense,{fallback:D&&n,children:D&&n})})},exports.Currency=v,exports.DateTime=g,exports.GTContext=a,exports.GTProvider=function(n){var{children:o,config:i,projectId:s=(null==i?void 0:i.projectId)||"",devApiKey:l=(null==i?void 0:i.devApiKey)||"",dictionary:u=(null==i?void 0:i.dictionary)||{},locales:d=(null==i?void 0:i.locales)||[],defaultLocale:h=(null==i?void 0:i.defaultLocale)||Ct,cacheUrl:p=(null==i?void 0:i.cacheUrl)||jt,runtimeUrl:v=(null==i?void 0:i.runtimeUrl)||Tt,renderSettings:g=(null==i?void 0:i.renderSettings)||Zt,ssr:y=(null==i?void 0:i.ssr)||pr(),localeCookieName:_=(null==i?void 0:i.localeCookieName)||At,locale:b="",region:m,loadDictionary:x,loadTranslations:w,fallback:k,translations:S=null,_versionId:B,customMapping:A=(null==i?void 0:i.customMapping)}=n,O=c(n,["children","config","projectId","devApiKey","dictionary","locales","defaultLocale","cacheUrl","runtimeUrl","renderSettings","ssr","localeCookieName","locale","region","loadDictionary","loadTranslations","fallback","translations","_versionId","customMapping"]);const{projectId:E,devApiKey:j}=function(e,t){try{return{projectId:e||(void 0).VITE_GT_PROJECT_ID||(void 0).REDWOOD_ENV_GT_PROJECT_ID||"",devApiKey:t||(void 0).VITE_GT_DEV_API_KEY||(void 0).VITE_GT_API_KEY||(void 0).REDWOOD_ENV_GT_DEV_API_KEY||(void 0).REDWOOD_ENV_GT_API_KEY}}catch(e){}try{return{projectId:e||process.env.GT_PROJECT_ID||process.env.REACT_APP_GT_PROJECT_ID||process.env.NEXT_PUBLIC_GT_PROJECT_ID||process.env.GATSBY_GT_PROJECT_ID||"",devApiKey:t||process.env.GT_DEV_API_KEY||process.env.GT_API_KEY||process.env.REACT_APP_GT_DEV_API_KEY||process.env.REACT_APP_GT_API_KEY||process.env.NEXT_PUBLIC_GT_DEV_API_KEY||process.env.NEXT_PUBLIC_GT_API_KEY||process.env.GATSBY_GT_DEV_API_KEY||process.env.GATSBY_GT_API_KEY}}catch(e){console.error(e)}return{projectId:"",devApiKey:""}}(s,l),{locale:T,setLocale:C,locales:R,translationRequired:L,dialectTranslationRequired:P}=function({_locale:r,defaultLocale:n,locales:o,ssr:i,localeCookieName:a}){const s=e.useMemo(()=>Array.from(new Set([n,...o])),[n,o]),[c,l]=vr({locale:r,defaultLocale:n,locales:s,ssr:i,localeCookieName:a}),[u,d]=e.useMemo(()=>{const e=t.requiresTranslation(n,c,s);return[e,e&&t.isSameLanguage(n,c)]},[n,c,s]);return{locale:c,setLocale:l,locales:s,translationRequired:u,dialectTranslationRequired:d}}({_locale:b,defaultLocale:h,locales:d,ssr:y,localeCookieName:_}),{region:I,setRegion:M}=function({_region:t,ssr:r,regionCookieName:n}){const[o,i]=e.useState(r?void 0:xr({_region:t,regionCookieName:n}));return e.useEffect(()=>{i(xr({_region:t,regionCookieName:n}))},[t,n]),{region:o,setRegion:e=>{i(e),"undefined"!=typeof document&&(document.cookie=`${n}=${e||""};path=/`)}}}({_region:m,ssr:y,regionCookieName:Ot}),F=e.useMemo(()=>new t.GT({devApiKey:j,sourceLocale:h,targetLocale:T,projectId:E,baseUrl:v,customMapping:A}),[j,h,E,v,A]),D=(w?"custom":p&&E&&"default")||"disabled",z=br({_dictionary:u,loadDictionary:x,locale:T,defaultLocale:h});yr({devApiKey:j,projectId:E,runtimeUrl:v,loadTranslationsType:D,cacheUrl:p,locales:d});const{translations:H,setTranslations:N}=mr({_translations:S,translationRequired:L,loadTranslationsType:D,loadTranslations:w,locale:T,cacheUrl:p,projectId:E,_versionId:B}),{registerIcuForTranslation:$,registerJsxForTranslation:U,developmentApiEnabled:G}=f(Object.assign({gt:F,locale:T,versionId:B,defaultLocale:h,runtimeUrl:v,renderSettings:g,setTranslations:N},O)),{_tFunction:V,_filterMessagesForPreload:K,_preloadMessages:W}=kt({gt:F,translations:H,locale:T,defaultLocale:h,translationRequired:L,developmentApiEnabled:G,registerIcuForTranslation:$}),J=Bt(z,H,T,h,L,P,G,$),q=!(L&&!H||!T);return r.jsx(a.Provider,{value:{gt:F,registerIcuForTranslation:$,registerJsxForTranslation:U,_tFunction:V,_filterMessagesForPreload:K,_preloadMessages:W,_dictionaryFunction:J,developmentApiEnabled:G,locale:T,locales:R,setLocale:C,defaultLocale:h,region:I,setRegion:M,translations:H,translationRequired:L,dialectTranslationRequired:P,projectId:E,renderSettings:g},children:r.jsx(e.Suspense,{fallback:k,children:q?o:k})})},exports.LocaleSelector=function(e){var{locales:t,customNames:n,customMapping:o=fr(n)}=e,i=c(e,["locales","customNames","customMapping"]);const{locale:a,locales:s,setLocale:l,getLocaleProperties:u}=dr(t||void 0),d=e=>{if(o&&o[e]){if("string"==typeof o[e])return o[e];if(o[e].name)return o[e].name}return(t=u(e).nativeNameWithRegionCode)?t.charAt(0).toUpperCase()+(t.length>1?t.slice(1):""):"";var t};return s&&0!==s.length&&l?r.jsxs("select",Object.assign({},i,{value:a||"",onChange:e=>l(e.target.value),children:[!a&&r.jsx("option",{value:""}),s.map(e=>r.jsx("option",{value:e,suppressHydrationWarning:!0,children:d(e)},e))]})):null},exports.Msg=St,exports.Num=h,exports.Plural=nr,exports.RegionSelector=function(e){var{regions:t,placeholder:n,customMapping:o,prioritizeCurrentLocaleRegion:i,sortRegionsAlphabetically:a,asLocaleSelector:s=!1}=e,l=c(e,["regions","placeholder","customMapping","prioritizeCurrentLocaleRegion","sortRegionsAlphabetically","asLocaleSelector"]);const{region:u,setRegion:d,regions:f,regionData:h,locale:p,setLocale:v}=hr({regions:t,customMapping:o,prioritizeCurrentLocaleRegion:i,sortRegionsAlphabetically:a});return r.jsxs("select",Object.assign({},l,{value:u||"",onChange:e=>(e=>{if(d(e),s){const t=h.get(e).locale;p!==t&&v(t)}})(e.target.value),children:[!u&&r.jsx("option",{value:"",disabled:Boolean(u),hidden:Boolean(u),suppressHydrationWarning:!0,children:n||""},"placeholder"),f.map(e=>r.jsx("option",{value:e,suppressHydrationWarning:!0,children:h.get(e).name},e))]}))},exports.T=ur,exports.Var=p,exports.renderVariable=y,exports.useDefaultLocale=function(){return s("useDefaultLocale(): Unable to access default locale outside of a <GTProvider>").defaultLocale},exports.useGT=function(e){const{developmentApiEnabled:t,translationRequired:r,_preloadMessages:n,_filterMessagesForPreload:o,_tFunction:a,locale:c}=s("useGT(): No context provided. You're trying to get the t() function from the useGT() hook, which can be called within a <GTProvider>.");let l;if(e&&rr&&t&&r){const t=o(e);t.length>0&&(l=i.use(lr(["_preloadMessages",c,JSON.stringify(t)],()=>n(t))))}return function(e,t={}){return a(e,t,l)}},exports.useGTClass=wr,exports.useLocale=function(){return s("useLocale(): Unable to access user's locale outside of a <GTProvider>").locale},exports.useLocaleDirection=function(e){const{gt:t}=s("useLocaleDirection(): Unable to access configured GT class instance outside of a <GTProvider>");return t.getLocaleDirection(e)},exports.useLocaleProperties=function(e){return wr().getLocaleProperties(e)},exports.useLocaleSelector=dr,exports.useLocales=function(){return s("useLocales(): Unable to access configured locales outside of a <GTProvider>").locales},exports.useRegion=function(){return s("useRegion(): Unable to access user's region outside of a <GTProvider>").region},exports.useRegionSelector=hr,exports.useRuntimeTranslation=f,exports.useSetLocale=function(){const{setLocale:e}=s("setLocale(): Unable to access user's locale outside of a <GTProvider>");return e},exports.useTranslations=function(e){const t=t=>e?`${e}.${t}`:t,{_dictionaryFunction:r}=s(`useTranslations('${e}'): No context provided. You're trying to get the t() function on the client, which can only be done inside a <GTProvider>.`);return function(e,n={}){const o=t(e);return r(o,n)}};
package/dist/client.d.ts CHANGED
@@ -739,4 +739,41 @@ declare function useRegionSelector({ regions: _regions, customMapping, prioritiz
739
739
  */
740
740
  declare function useLocaleDirection(locale?: string): 'ltr' | 'rtl';
741
741
 
742
- export { Branch, ClientProvider, Currency, DateTime, GTContext, GTProvider, LocaleSelector, Num, Plural, RegionSelector, T, Var, renderVariable, useDefaultLocale, useGT, useGTClass, useLocale, useLocaleDirection, useLocaleProperties, useLocaleSelector, useLocales, useRegion, useRegionSelector, useRuntimeTranslation, useSetLocale, useTranslations };
742
+ declare class Msg {
743
+ /**
744
+ * Encodes content into a message that contains important translation metadata
745
+ * @param message The message to encode.
746
+ * @param options The options to encode.
747
+ * @returns The encoded message.
748
+ *
749
+ * @note - Message format
750
+ * A message is broken into two parts separated by colons:
751
+ * - interpolated content - the content with interpolated variables
752
+ * - hash + options - a unique identifier for the source content and options for the translation
753
+ *
754
+ * @example - Basic usage
755
+ *
756
+ * ```jsx
757
+ * import { Msg } from 'gt-react';
758
+ * const message = Msg.encode('Hello, {name}!', { name: 'Brian' });
759
+ * console.log(message); // "Hello, Brian:eyIiOiIweDEyMyIsIm5hbWUiOiJCcmlhbiJ9"
760
+ * ```
761
+ * eyIiOiIweDEyMyIsIm5hbWUiOiJCcmlhbiJ9 encodes to {"$hash": "0x123", "name": "Brian"}
762
+ *
763
+ */
764
+ static encode(content: string, options?: InlineTranslationOptions): string;
765
+ /**
766
+ * Extracts the original interpolated content from a message.
767
+ * @param message The message to decode.
768
+ * @returns The decoded message.
769
+ */
770
+ static decode(content: string): string;
771
+ /**
772
+ * Decodes the options from a message.
773
+ * @param content The message to decode.
774
+ * @returns The decoded options.
775
+ */
776
+ static decodeOptions(content: string): InlineTranslationOptions | null;
777
+ }
778
+
779
+ export { Branch, ClientProvider, Currency, DateTime, GTContext, GTProvider, LocaleSelector, Msg, Num, Plural, RegionSelector, T, Var, renderVariable, useDefaultLocale, useGT, useGTClass, useLocale, useLocaleDirection, useLocaleProperties, useLocaleSelector, useLocales, useRegion, useRegionSelector, useRuntimeTranslation, useSetLocale, useTranslations };
@@ -1 +1 @@
1
- {"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../src/client.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AACjD,OAAO,qBAAqB,MAAM,wCAAwC,CAAC;AAC3E,OAAO,cAAc,MAAM,4BAA4B,CAAC;AACxD,OAAO,cAAc,MAAM,2BAA2B,CAAC;AACvD,OAAO,MAAM,MAAM,mBAAmB,CAAC;AACvC,OAAO,MAAM,MAAM,2BAA2B,CAAC;AAC/C,OAAO,KAAK,MAAM,2BAA2B,CAAC;AAC9C,OAAO,gBAAgB,MAAM,0BAA0B,CAAC;AACxD,OAAO,eAAe,MAAM,qCAAqC,CAAC;AAClE,OAAO,SAAS,MAAM,mBAAmB,CAAC;AAC1C,OAAO,CAAC,MAAM,wBAAwB,CAAC;AACvC,OAAO,QAAQ,MAAM,sBAAsB,CAAC;AAC5C,OAAO,QAAQ,MAAM,sBAAsB,CAAC;AAC5C,OAAO,GAAG,MAAM,iBAAiB,CAAC;AAClC,OAAO,GAAG,MAAM,iBAAiB,CAAC;AAClC,OAAO,cAAc,MAAM,qBAAqB,CAAC;AACjD,OAAO,cAAc,MAAM,qBAAqB,CAAC;AACjD,OAAO,UAAU,MAAM,uBAAuB,CAAC;AAC/C,OAAO,YAAY,MAAM,sBAAsB,CAAC;AAChD,OAAO,UAAU,MAAM,oBAAoB,CAAC;AAC5C,OAAO,iBAAiB,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,UAAU,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AACrE,OAAO,SAAS,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAEhE,OAAO,EACL,SAAS,EACT,UAAU,EACV,qBAAqB,EACrB,cAAc,EACd,cAAc,EACd,KAAK,EACL,eAAe,EACf,gBAAgB,EAChB,SAAS,EACT,UAAU,EACV,YAAY,EACZ,iBAAiB,EACjB,SAAS,EACT,iBAAiB,EACjB,UAAU,EACV,mBAAmB,EACnB,kBAAkB,EAClB,CAAC,EACD,GAAG,EACH,GAAG,EACH,QAAQ,EACR,QAAQ,EACR,MAAM,EACN,MAAM,EACN,cAAc,EACd,cAAc,GACf,CAAC"}
1
+ {"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../src/client.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AACjD,OAAO,qBAAqB,MAAM,wCAAwC,CAAC;AAC3E,OAAO,cAAc,MAAM,4BAA4B,CAAC;AACxD,OAAO,cAAc,MAAM,2BAA2B,CAAC;AACvD,OAAO,MAAM,MAAM,mBAAmB,CAAC;AACvC,OAAO,MAAM,MAAM,2BAA2B,CAAC;AAC/C,OAAO,KAAK,MAAM,2BAA2B,CAAC;AAC9C,OAAO,gBAAgB,MAAM,0BAA0B,CAAC;AACxD,OAAO,eAAe,MAAM,qCAAqC,CAAC;AAClE,OAAO,SAAS,MAAM,mBAAmB,CAAC;AAC1C,OAAO,CAAC,MAAM,wBAAwB,CAAC;AACvC,OAAO,QAAQ,MAAM,sBAAsB,CAAC;AAC5C,OAAO,QAAQ,MAAM,sBAAsB,CAAC;AAC5C,OAAO,GAAG,MAAM,iBAAiB,CAAC;AAClC,OAAO,GAAG,MAAM,iBAAiB,CAAC;AAClC,OAAO,cAAc,MAAM,qBAAqB,CAAC;AACjD,OAAO,cAAc,MAAM,qBAAqB,CAAC;AACjD,OAAO,UAAU,MAAM,uBAAuB,CAAC;AAC/C,OAAO,YAAY,MAAM,sBAAsB,CAAC;AAChD,OAAO,UAAU,MAAM,oBAAoB,CAAC;AAC5C,OAAO,iBAAiB,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,UAAU,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AACrE,OAAO,SAAS,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAChE,OAAO,GAAG,MAAM,qBAAqB,CAAC;AAEtC,OAAO,EACL,SAAS,EACT,UAAU,EACV,qBAAqB,EACrB,cAAc,EACd,cAAc,EACd,KAAK,EACL,eAAe,EACf,gBAAgB,EAChB,SAAS,EACT,UAAU,EACV,YAAY,EACZ,iBAAiB,EACjB,SAAS,EACT,iBAAiB,EACjB,UAAU,EACV,mBAAmB,EACnB,kBAAkB,EAClB,CAAC,EACD,GAAG,EACH,GAAG,EACH,QAAQ,EACR,QAAQ,EACR,MAAM,EACN,MAAM,EACN,cAAc,EACd,cAAc,EACd,GAAG,GACJ,CAAC"}
@@ -15,4 +15,4 @@ e.mode.CTRGladman=function(){var t=e.lib.BlockCipherMode.extend();function r(e){
15
15
 
16
16
  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
17
17
  */
18
- function(){var t=e,r=t.lib,n=r.WordArray,o=r.Hasher,i=t.algo,a=n.create([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13]),s=n.create([5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11]),c=n.create([11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6]),l=n.create([8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11]),u=n.create([0,1518500249,1859775393,2400959708,2840853838]),d=n.create([1352829926,1548603684,1836072691,2053994217,0]),f=i.RIPEMD160=o.extend({_doReset:function(){this._hash=n.create([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(e,t){for(var r=0;r<16;r++){var n=t+r,o=e[n];e[n]=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8)}var i,f,b,m,x,w,k,B,A,O,S,E=this._hash.words,j=u.words,T=d.words,C=a.words,R=s.words,I=c.words,P=l.words;for(w=i=E[0],k=f=E[1],B=b=E[2],A=m=E[3],O=x=E[4],r=0;r<80;r+=1)S=i+e[t+C[r]]|0,S+=r<16?h(f,b,m)+j[0]:r<32?p(f,b,m)+j[1]:r<48?v(f,b,m)+j[2]:r<64?g(f,b,m)+j[3]:y(f,b,m)+j[4],S=(S=_(S|=0,I[r]))+x|0,i=x,x=m,m=_(b,10),b=f,f=S,S=w+e[t+R[r]]|0,S+=r<16?y(k,B,A)+T[0]:r<32?g(k,B,A)+T[1]:r<48?v(k,B,A)+T[2]:r<64?p(k,B,A)+T[3]:h(k,B,A)+T[4],S=(S=_(S|=0,P[r]))+O|0,w=O,O=A,A=_(B,10),B=k,k=S;S=E[1]+b+A|0,E[1]=E[2]+m+O|0,E[2]=E[3]+x+w|0,E[3]=E[4]+i+k|0,E[4]=E[0]+f+B|0,E[0]=S},_doFinalize:function(){var e=this._data,t=e.words,r=8*this._nDataBytes,n=8*e.sigBytes;t[n>>>5]|=128<<24-n%32,t[14+(n+64>>>9<<4)]=16711935&(r<<8|r>>>24)|4278255360&(r<<24|r>>>8),e.sigBytes=4*(t.length+1),this._process();for(var o=this._hash,i=o.words,a=0;a<5;a++){var s=i[a];i[a]=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8)}return o},clone:function(){var e=o.clone.call(this);return e._hash=this._hash.clone(),e}});function h(e,t,r){return e^t^r}function p(e,t,r){return e&t|~e&r}function v(e,t,r){return(e|~t)^r}function g(e,t,r){return e&r|t&~r}function y(e,t,r){return e^(t|~r)}function _(e,t){return e<<t|e>>>32-t}t.RIPEMD160=o._createHelper(f),t.HmacRIPEMD160=o._createHmacHelper(f)}(),e.RIPEMD160)),Oe.exports;var e}(),je(),function(){return Te||(Te=1,Ce.exports=(c=V(),pe(),je(),t=(e=c).lib,r=t.Base,n=t.WordArray,o=e.algo,i=o.SHA256,a=o.HMAC,s=o.PBKDF2=r.extend({cfg:r.extend({keySize:4,hasher:i,iterations:25e4}),init:function(e){this.cfg=this.cfg.extend(e)},compute:function(e,t){for(var r=this.cfg,o=a.create(r.hasher,e),i=n.create(),s=n.create([1]),c=i.words,l=s.words,u=r.keySize,d=r.iterations;c.length<u;){var f=o.update(t).finalize(s);o.reset();for(var h=f.words,p=h.length,v=f,g=1;g<d;g++){v=o.finalize(v),o.reset();for(var y=v.words,_=0;_<p;_++)h[_]^=y[_]}i.concat(f),l[0]++}return i.sigBytes=4*u,i}}),e.PBKDF2=function(e,t,r){return s.create(r).compute(e,t)},c.PBKDF2)),Ce.exports;var e,t,r,n,o,i,a,s,c}(),Pe(),ze(),Fe(),Ue(),Ke(),Xe(),function(){return qe?Ye.exports:(qe=1,Ye.exports=(t=V(),ze(),t.mode.ECB=((e=t.lib.BlockCipherMode.extend()).Encryptor=e.extend({processBlock:function(e,t){this._cipher.encryptBlock(e,t)}}),e.Decryptor=e.extend({processBlock:function(e,t){this._cipher.decryptBlock(e,t)}}),e),t.mode.ECB));var e,t}(),function(){return Ze?Qe.exports:(Ze=1,Qe.exports=(e=V(),ze(),e.pad.AnsiX923={pad:function(e,t){var r=e.sigBytes,n=4*t,o=n-r%n,i=r+o-1;e.clamp(),e.words[i>>>2]|=o<<24-i%4*8,e.sigBytes+=o},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}},e.pad.Ansix923));var e}(),function(){return et?tt.exports:(et=1,tt.exports=(e=V(),ze(),e.pad.Iso10126={pad:function(t,r){var n=4*r,o=n-t.sigBytes%n;t.concat(e.lib.WordArray.random(o-1)).concat(e.lib.WordArray.create([o<<24],1))},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}},e.pad.Iso10126));var e}(),function(){return rt?nt.exports:(rt=1,nt.exports=(e=V(),ze(),e.pad.Iso97971={pad:function(t,r){t.concat(e.lib.WordArray.create([2147483648],1)),e.pad.ZeroPadding.pad(t,r)},unpad:function(t){e.pad.ZeroPadding.unpad(t),t.sigBytes--}},e.pad.Iso97971));var e}(),function(){return ot||(ot=1,it.exports=(e=V(),ze(),e.pad.ZeroPadding={pad:function(e,t){var r=4*t;e.clamp(),e.sigBytes+=r-(e.sigBytes%r||r)},unpad:function(e){var t=e.words,r=e.sigBytes-1;for(r=e.sigBytes-1;r>=0;r--)if(t[r>>>2]>>>24-r%4*8&255){e.sigBytes=r+1;break}}},e.pad.ZeroPadding)),it.exports;var e}(),function(){return at?st.exports:(at=1,st.exports=(e=V(),ze(),e.pad.NoPadding={pad:function(){},unpad:function(){}},e.pad.NoPadding));var e}(),function(){return ct?lt.exports:(ct=1,lt.exports=(n=V(),ze(),t=(e=n).lib.CipherParams,r=e.enc.Hex,e.format.Hex={stringify:function(e){return e.ciphertext.toString(r)},parse:function(e){var n=r.parse(e);return t.create({ciphertext:n})}},n.format.Hex));var e,t,r,n}(),function(){return ut||(ut=1,dt.exports=(e=V(),re(),ce(),Pe(),ze(),function(){var t=e,r=t.lib.BlockCipher,n=t.algo,o=[],i=[],a=[],s=[],c=[],l=[],u=[],d=[],f=[],h=[];!function(){for(var e=[],t=0;t<256;t++)e[t]=t<128?t<<1:t<<1^283;var r=0,n=0;for(t=0;t<256;t++){var p=n^n<<1^n<<2^n<<3^n<<4;p=p>>>8^255&p^99,o[r]=p,i[p]=r;var v=e[r],g=e[v],y=e[g],_=257*e[p]^16843008*p;a[r]=_<<24|_>>>8,s[r]=_<<16|_>>>16,c[r]=_<<8|_>>>24,l[r]=_,_=16843009*y^65537*g^257*v^16843008*r,u[p]=_<<24|_>>>8,d[p]=_<<16|_>>>16,f[p]=_<<8|_>>>24,h[p]=_,r?(r=v^e[e[e[y^v]]],n^=e[e[n]]):r=n=1}}();var p=[0,1,2,4,8,16,32,64,128,27,54],v=n.AES=r.extend({_doReset:function(){if(!this._nRounds||this._keyPriorReset!==this._key){for(var e=this._keyPriorReset=this._key,t=e.words,r=e.sigBytes/4,n=4*((this._nRounds=r+6)+1),i=this._keySchedule=[],a=0;a<n;a++)a<r?i[a]=t[a]:(l=i[a-1],a%r?r>6&&a%r==4&&(l=o[l>>>24]<<24|o[l>>>16&255]<<16|o[l>>>8&255]<<8|o[255&l]):(l=o[(l=l<<8|l>>>24)>>>24]<<24|o[l>>>16&255]<<16|o[l>>>8&255]<<8|o[255&l],l^=p[a/r|0]<<24),i[a]=i[a-r]^l);for(var s=this._invKeySchedule=[],c=0;c<n;c++){if(a=n-c,c%4)var l=i[a];else l=i[a-4];s[c]=c<4||a<=4?l:u[o[l>>>24]]^d[o[l>>>16&255]]^f[o[l>>>8&255]]^h[o[255&l]]}}},encryptBlock:function(e,t){this._doCryptBlock(e,t,this._keySchedule,a,s,c,l,o)},decryptBlock:function(e,t){var r=e[t+1];e[t+1]=e[t+3],e[t+3]=r,this._doCryptBlock(e,t,this._invKeySchedule,u,d,f,h,i),r=e[t+1],e[t+1]=e[t+3],e[t+3]=r},_doCryptBlock:function(e,t,r,n,o,i,a,s){for(var c=this._nRounds,l=e[t]^r[0],u=e[t+1]^r[1],d=e[t+2]^r[2],f=e[t+3]^r[3],h=4,p=1;p<c;p++){var v=n[l>>>24]^o[u>>>16&255]^i[d>>>8&255]^a[255&f]^r[h++],g=n[u>>>24]^o[d>>>16&255]^i[f>>>8&255]^a[255&l]^r[h++],y=n[d>>>24]^o[f>>>16&255]^i[l>>>8&255]^a[255&u]^r[h++],_=n[f>>>24]^o[l>>>16&255]^i[u>>>8&255]^a[255&d]^r[h++];l=v,u=g,d=y,f=_}v=(s[l>>>24]<<24|s[u>>>16&255]<<16|s[d>>>8&255]<<8|s[255&f])^r[h++],g=(s[u>>>24]<<24|s[d>>>16&255]<<16|s[f>>>8&255]<<8|s[255&l])^r[h++],y=(s[d>>>24]<<24|s[f>>>16&255]<<16|s[l>>>8&255]<<8|s[255&u])^r[h++],_=(s[f>>>24]<<24|s[l>>>16&255]<<16|s[u>>>8&255]<<8|s[255&d])^r[h++],e[t]=v,e[t+1]=g,e[t+2]=y,e[t+3]=_},keySize:8});t.AES=r._createHelper(v)}(),e.AES)),dt.exports;var e}(),pt(),function(){return vt||(vt=1,gt.exports=(e=V(),re(),ce(),Pe(),ze(),function(){var t=e,r=t.lib.StreamCipher,n=t.algo,o=n.RC4=r.extend({_doReset:function(){for(var e=this._key,t=e.words,r=e.sigBytes,n=this._S=[],o=0;o<256;o++)n[o]=o;o=0;for(var i=0;o<256;o++){var a=o%r,s=t[a>>>2]>>>24-a%4*8&255;i=(i+n[o]+s)%256;var c=n[o];n[o]=n[i],n[i]=c}this._i=this._j=0},_doProcessBlock:function(e,t){e[t]^=i.call(this)},keySize:8,ivSize:0});function i(){for(var e=this._S,t=this._i,r=this._j,n=0,o=0;o<4;o++){r=(r+e[t=(t+1)%256])%256;var i=e[t];e[t]=e[r],e[r]=i,n|=e[(e[t]+e[r])%256]<<24-8*o}return this._i=t,this._j=r,n}t.RC4=r._createHelper(o);var a=n.RC4Drop=o.extend({cfg:o.cfg.extend({drop:192}),_doReset:function(){o._doReset.call(this);for(var e=this.cfg.drop;e>0;e--)i.call(this)}});t.RC4Drop=r._createHelper(a)}(),e.RC4)),gt.exports;var e}(),function(){return yt||(yt=1,_t.exports=(e=V(),re(),ce(),Pe(),ze(),function(){var t=e,r=t.lib.StreamCipher,n=t.algo,o=[],i=[],a=[],s=n.Rabbit=r.extend({_doReset:function(){for(var e=this._key.words,t=this.cfg.iv,r=0;r<4;r++)e[r]=16711935&(e[r]<<8|e[r]>>>24)|4278255360&(e[r]<<24|e[r]>>>8);var n=this._X=[e[0],e[3]<<16|e[2]>>>16,e[1],e[0]<<16|e[3]>>>16,e[2],e[1]<<16|e[0]>>>16,e[3],e[2]<<16|e[1]>>>16],o=this._C=[e[2]<<16|e[2]>>>16,4294901760&e[0]|65535&e[1],e[3]<<16|e[3]>>>16,4294901760&e[1]|65535&e[2],e[0]<<16|e[0]>>>16,4294901760&e[2]|65535&e[3],e[1]<<16|e[1]>>>16,4294901760&e[3]|65535&e[0]];for(this._b=0,r=0;r<4;r++)c.call(this);for(r=0;r<8;r++)o[r]^=n[r+4&7];if(t){var i=t.words,a=i[0],s=i[1],l=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),u=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),d=l>>>16|4294901760&u,f=u<<16|65535&l;for(o[0]^=l,o[1]^=d,o[2]^=u,o[3]^=f,o[4]^=l,o[5]^=d,o[6]^=u,o[7]^=f,r=0;r<4;r++)c.call(this)}},_doProcessBlock:function(e,t){var r=this._X;c.call(this),o[0]=r[0]^r[5]>>>16^r[3]<<16,o[1]=r[2]^r[7]>>>16^r[5]<<16,o[2]=r[4]^r[1]>>>16^r[7]<<16,o[3]=r[6]^r[3]>>>16^r[1]<<16;for(var n=0;n<4;n++)o[n]=16711935&(o[n]<<8|o[n]>>>24)|4278255360&(o[n]<<24|o[n]>>>8),e[t+n]^=o[n]},blockSize:4,ivSize:2});function c(){for(var e=this._X,t=this._C,r=0;r<8;r++)i[r]=t[r];for(t[0]=t[0]+1295307597+this._b|0,t[1]=t[1]+3545052371+(t[0]>>>0<i[0]>>>0?1:0)|0,t[2]=t[2]+886263092+(t[1]>>>0<i[1]>>>0?1:0)|0,t[3]=t[3]+1295307597+(t[2]>>>0<i[2]>>>0?1:0)|0,t[4]=t[4]+3545052371+(t[3]>>>0<i[3]>>>0?1:0)|0,t[5]=t[5]+886263092+(t[4]>>>0<i[4]>>>0?1:0)|0,t[6]=t[6]+1295307597+(t[5]>>>0<i[5]>>>0?1:0)|0,t[7]=t[7]+3545052371+(t[6]>>>0<i[6]>>>0?1:0)|0,this._b=t[7]>>>0<i[7]>>>0?1:0,r=0;r<8;r++){var n=e[r]+t[r],o=65535&n,s=n>>>16,c=((o*o>>>17)+o*s>>>15)+s*s,l=((4294901760&n)*n|0)+((65535&n)*n|0);a[r]=c^l}e[0]=a[0]+(a[7]<<16|a[7]>>>16)+(a[6]<<16|a[6]>>>16)|0,e[1]=a[1]+(a[0]<<8|a[0]>>>24)+a[7]|0,e[2]=a[2]+(a[1]<<16|a[1]>>>16)+(a[0]<<16|a[0]>>>16)|0,e[3]=a[3]+(a[2]<<8|a[2]>>>24)+a[1]|0,e[4]=a[4]+(a[3]<<16|a[3]>>>16)+(a[2]<<16|a[2]>>>16)|0,e[5]=a[5]+(a[4]<<8|a[4]>>>24)+a[3]|0,e[6]=a[6]+(a[5]<<16|a[5]>>>16)+(a[4]<<16|a[4]>>>16)|0,e[7]=a[7]+(a[6]<<8|a[6]>>>24)+a[5]|0}t.Rabbit=r._createHelper(s)}(),e.Rabbit)),_t.exports;var e}(),function(){return bt||(bt=1,mt.exports=(e=V(),re(),ce(),Pe(),ze(),function(){var t=e,r=t.lib.StreamCipher,n=t.algo,o=[],i=[],a=[],s=n.RabbitLegacy=r.extend({_doReset:function(){var e=this._key.words,t=this.cfg.iv,r=this._X=[e[0],e[3]<<16|e[2]>>>16,e[1],e[0]<<16|e[3]>>>16,e[2],e[1]<<16|e[0]>>>16,e[3],e[2]<<16|e[1]>>>16],n=this._C=[e[2]<<16|e[2]>>>16,4294901760&e[0]|65535&e[1],e[3]<<16|e[3]>>>16,4294901760&e[1]|65535&e[2],e[0]<<16|e[0]>>>16,4294901760&e[2]|65535&e[3],e[1]<<16|e[1]>>>16,4294901760&e[3]|65535&e[0]];this._b=0;for(var o=0;o<4;o++)c.call(this);for(o=0;o<8;o++)n[o]^=r[o+4&7];if(t){var i=t.words,a=i[0],s=i[1],l=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),u=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),d=l>>>16|4294901760&u,f=u<<16|65535&l;for(n[0]^=l,n[1]^=d,n[2]^=u,n[3]^=f,n[4]^=l,n[5]^=d,n[6]^=u,n[7]^=f,o=0;o<4;o++)c.call(this)}},_doProcessBlock:function(e,t){var r=this._X;c.call(this),o[0]=r[0]^r[5]>>>16^r[3]<<16,o[1]=r[2]^r[7]>>>16^r[5]<<16,o[2]=r[4]^r[1]>>>16^r[7]<<16,o[3]=r[6]^r[3]>>>16^r[1]<<16;for(var n=0;n<4;n++)o[n]=16711935&(o[n]<<8|o[n]>>>24)|4278255360&(o[n]<<24|o[n]>>>8),e[t+n]^=o[n]},blockSize:4,ivSize:2});function c(){for(var e=this._X,t=this._C,r=0;r<8;r++)i[r]=t[r];for(t[0]=t[0]+1295307597+this._b|0,t[1]=t[1]+3545052371+(t[0]>>>0<i[0]>>>0?1:0)|0,t[2]=t[2]+886263092+(t[1]>>>0<i[1]>>>0?1:0)|0,t[3]=t[3]+1295307597+(t[2]>>>0<i[2]>>>0?1:0)|0,t[4]=t[4]+3545052371+(t[3]>>>0<i[3]>>>0?1:0)|0,t[5]=t[5]+886263092+(t[4]>>>0<i[4]>>>0?1:0)|0,t[6]=t[6]+1295307597+(t[5]>>>0<i[5]>>>0?1:0)|0,t[7]=t[7]+3545052371+(t[6]>>>0<i[6]>>>0?1:0)|0,this._b=t[7]>>>0<i[7]>>>0?1:0,r=0;r<8;r++){var n=e[r]+t[r],o=65535&n,s=n>>>16,c=((o*o>>>17)+o*s>>>15)+s*s,l=((4294901760&n)*n|0)+((65535&n)*n|0);a[r]=c^l}e[0]=a[0]+(a[7]<<16|a[7]>>>16)+(a[6]<<16|a[6]>>>16)|0,e[1]=a[1]+(a[0]<<8|a[0]>>>24)+a[7]|0,e[2]=a[2]+(a[1]<<16|a[1]>>>16)+(a[0]<<16|a[0]>>>16)|0,e[3]=a[3]+(a[2]<<8|a[2]>>>24)+a[1]|0,e[4]=a[4]+(a[3]<<16|a[3]>>>16)+(a[2]<<16|a[2]>>>16)|0,e[5]=a[5]+(a[4]<<8|a[4]>>>24)+a[3]|0,e[6]=a[6]+(a[5]<<16|a[5]>>>16)+(a[4]<<16|a[4]>>>16)|0,e[7]=a[7]+(a[6]<<8|a[6]>>>24)+a[5]|0}t.RabbitLegacy=r._createHelper(s)}(),e.RabbitLegacy)),mt.exports;var e}(),kt())),F.exports),Rt=H(Ct),It=function(){return It=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},It.apply(this,arguments)};function Pt(e){return Rt.SHA256(e).toString(Rt.enc.Hex).slice(0,16)}function Lt(e,t){var r=e.source,n=e.context,o=e.id,i=e.dataFormat;void 0===t&&(t=Pt);var a={};return a.source="JSX"===i?zt(r):r,a=It(It(It(It({},a),o&&{id:o}),n&&{context:n}),i&&{dataFormat:i}),t(D(a))}"function"==typeof SuppressedError&&SuppressedError;var Ht=function(e){if(e&&"object"==typeof e){var t={};if("c"in e&&e.c&&(t.c=zt(e.c)),"d"in e){var r=null==e?void 0:e.d;(null==r?void 0:r.b)&&(t.b=Object.fromEntries(Object.entries(r.b).map(function(e){return[e[0],zt(e[1])]}))),(null==r?void 0:r.t)&&(t.t=r.t)}return function(e){var t=e;if(t&&"object"==typeof t&&"string"==typeof t.k){var r=Object.keys(t);if(1===r.length)return!0;if(2===r.length){if("number"==typeof t.i)return!0;if("string"==typeof t.v)return!0}if(3===r.length&&"string"==typeof t.v&&"number"==typeof t.i)return!0}return!1}(e)?It({k:e.k},e.v&&{v:e.v}):t}return e};function zt(e){return Array.isArray(e)?e.map(Ht):Ht(e)}function Mt({gt:e,translations:t,locale:r,defaultLocale:n,translationRequired:o,developmentApiEnabled:i,registerIcuForTranslation:a}){function s(t,r={}){if(!t||"string"!=typeof t)return null;const{$id:n,$context:o,$_hash:i}=r,a=k(r,["$id","$context","$_hash"]);return{id:n,context:o,_hash:i,variables:a,calculateHash:()=>Lt(Object.assign(Object.assign(Object.assign({source:t},o&&{context:o}),n&&{id:n}),{dataFormat:"ICU"})),renderMessage:(t,r)=>e.formatMessage(t,{locales:r,variables:a})}}function c(e,r,n){let o,i="";return r&&(o=null==t?void 0:t[r]),n&&void 0===o&&(i=n,o=null==t?void 0:t[n]),void 0===o&&(i=e(),o=null==t?void 0:t[i]),{translationEntry:o,hash:i}}return{_tFunction:(e,t={},l)=>{const u=s(e,t);if(!u)return"";const{id:d,context:f,_hash:h,calculateHash:p,renderMessage:v}=u;if(!o)return v(e,[n]);const{translationEntry:g,hash:y}=c(p,d,h);if(null===g)return v(e,[n]);if(g)try{return v(g,[r,n])}catch(t){return console.error(O(e,d),"Error: ",t),v(e,[n])}if("undefined"!==(null==l?void 0:l[y])){if(null==l?void 0:l[y])try{return v(null==l?void 0:l[y],[r,n])}catch(t){return console.error(O(e,d),"Error: ",t),v(e,[n])}return v(e,[n])}return i?(a({source:e,targetLocale:r,metadata:Object.assign(Object.assign(Object.assign({},f&&{context:f}),d&&{id:d}),{hash:y||""})}),v(e,[n])):v(e,[n])},_filterMessagesForPreload:e=>{const t=[];for(let r of e){const{message:e}=r,n=k(r,["message"]),o=s(e,n);if(!o)continue;const{id:i,_hash:a,calculateHash:l}=o,{translationEntry:u,hash:d}=c(l,i,a);u||t.push(Object.assign(Object.assign({message:e},n),{$_hash:d}))}return t},_preloadMessages:e=>B(this,void 0,void 0,function*(){const t={};return yield Promise.all(e.map(e=>B(this,void 0,void 0,function*(){var{message:n}=e;const o=s(n,k(e,["message"]));if(!o)return;const{id:i,context:l,_hash:u,calculateHash:d}=o,{translationEntry:f,hash:h}=c(d,i,u);f&&(t[h]=f),t[h]=yield a({source:n,targetLocale:r,metadata:Object.assign(Object.assign(Object.assign({},l&&{context:l}),i&&{id:i}),{hash:h})})}))),t})}}class Dt{static encode(e,t){const r=(null==t?void 0:t.$_hash)||Lt(Object.assign(Object.assign(Object.assign({source:e},(null==t?void 0:t.$context)&&{context:t.$context}),(null==t?void 0:t.$id)&&{id:t.$id}),{dataFormat:"ICU"}));t?t.$_hash=r:t={$_hash:r};const n=Buffer.from(JSON.stringify(t)).toString("base64");return h(e,{locales:["en"],variables:t})+(n?`:${n}`:"")}static decode(e){return-1===e.lastIndexOf(":")?e:e.slice(0,e.lastIndexOf(":"))}static decodeOptions(e){const t=-1===e.lastIndexOf(":")?"":e.slice(e.lastIndexOf(":")+1);if(!t)return null;try{return JSON.parse(Buffer.from(t,"base64").toString())}catch(e){return null}}}function Ft(e,r,n,o,i,s,c,l,u){return a((a,s={})=>{if(!e)return"";let u=!1;const d=Dt.decodeOptions(a);d&&(u=!0,s=d);const f=u?Dt.decode(a):function(e,r){let n=e;const o=r.split(".");for(const e of o){if("object"!=typeof n||Array.isArray(n)||t.isValidElement(n))return;n=n[e]}return n}(e,a);if(!f)return console.warn((e=>`No valid dictionary entry found for id: "${e}"`)(a)),"";if(!function(e){if("string"==typeof e)return!0;if(Array.isArray(e)){if("string"!=typeof(null==e?void 0:e[0]))return!1;const t=null==e?void 0:e[1];if(void 0===t)return!0;if(t&&"object"==typeof t)return!0}return!1}(f))return console.warn((e=>`Invalid dictionary entry found for id: "${e}"`)(a)),"";const{entry:p,metadata:v}=function(e){if(Array.isArray(e)){if(1===e.length)return{entry:e[0]};if(2===e.length)return{entry:e[0],metadata:e[1]}}return{entry:e}}(f);if(!p||"string"!=typeof p)return"";const g=(e,t)=>h(e,{locales:t,variables:s});if(!i)return g(p,[o]);const y=Lt(Object.assign(Object.assign({source:p},(null==v?void 0:v.$context)&&{context:v.$context}),{id:a,dataFormat:"ICU"})),_=null==r?void 0:r[y];return _?g(_,[n,o]):null===_?g(p,[o]):c?(l({source:p,targetLocale:n,metadata:Object.assign(Object.assign({},(null==v?void 0:v.$context)&&{context:v.$context}),{id:a,hash:y})}),g(p,[o])):g(p,[o])},[e,r,n,o,i,c,l,s])}const Nt="generaltranslation.locale",$t="generaltranslation.region";function Ut({children:t,dictionary:r,translations:n,locale:o,region:a,_versionId:l,defaultLocale:u,translationRequired:d,dialectTranslationRequired:h,locales:v=[],renderSettings:g,projectId:_,devApiKey:b,runtimeUrl:m,developmentApiEnabled:w,resetLocaleCookieName:k,localeCookieName:B=Nt,regionCookieName:A=$t,customMapping:O}){const[E,j]=i(n),[T,C]=i(o&&p(o,v)||"");s(()=>{var e;const t=null===(e=document.cookie.split("; ").find(e=>e.startsWith(`${B}=`)))||void 0===e?void 0:e.split("=")[1];T&&t&&t!==T&&(document.cookie=`${B}=;path=/`)},[T,B]);const[R,I]=i(a);s(()=>{var e;const t=null===(e=document.cookie.split("; ").find(e=>e.startsWith(`${A}=`)))||void 0===e?void 0:e.split("=")[1];R&&t&&t!==R&&(document.cookie=`${A}=;path=/`)},[R,A]);const P=c(()=>new f({devApiKey:b,sourceLocale:u,targetLocale:T,projectId:_,baseUrl:m||void 0,customMapping:O}),[b,u,T,_,m,O]),{registerIcuForTranslation:L,registerJsxForTranslation:H}=S({gt:P,locale:T,versionId:l,runtimeUrl:m,setTranslations:j,defaultLocale:u,renderSettings:g,developmentApiEnabled:w}),{_tFunction:z,_filterMessagesForPreload:M,_preloadMessages:D}=Mt({gt:P,translations:E,locale:T,defaultLocale:u,translationRequired:d,developmentApiEnabled:w,registerIcuForTranslation:L}),F=Ft(r,E,T,u,d,h,w,L),N=!(d&&!E)&&T;return y(x.Provider,{value:{gt:P,registerIcuForTranslation:L,registerJsxForTranslation:H,setLocale:e=>{e=p(e,v)||T||u,document.cookie=`${B}=${e};path=/`,document.cookie=`${k}=true;path=/`,C(e),window.location.reload()},_tFunction:z,_filterMessagesForPreload:M,_preloadMessages:D,_dictionaryFunction:F,locale:T,locales:v,defaultLocale:u,region:R,setRegion:e=>{document.cookie=`${A}=${e||""};path=/`,I(e)},translations:E,translationRequired:d,dialectTranslationRequired:h,renderSettings:g,developmentApiEnabled:w},children:y(e.Suspense,{fallback:N&&t,children:N&&t})})}function Vt(e){var{children:t,branch:r}=e,n=k(e,["children","branch"]);const o=(r=null==r?void 0:r.toString())&&void 0!==n[r]?n[r]:t;return y(_,{children:o})}Vt._gtt="branch";var Gt="https://cdn.gtx.dev",Kt="https://runtime2.gtx.dev",Wt="en",Jt=["singular","plural","dual","zero","one","two","few","many","other"];var Xt=new(function(){function e(){this.cache=new Map}return e.prototype._generateKey=function(e,t,r){void 0===r&&(r={});var n=Array.isArray(t)?t.join(","):t,o=r?JSON.stringify(r,Object.keys(r).sort()):"{}";return"".concat(e,":").concat(n,":").concat(o)},e.prototype.get=function(e,t,r){void 0===r&&(r={});var n=this._generateKey(e,t,r);if(!this.cache.has(n)){var o=new Intl[e](t,r);this.cache.set(n,o)}return this.cache.get(n)},e}());function qt(e){var t=e;if(t&&"object"==typeof t&&"string"==typeof t.k){var r=Object.keys(t);if(1===r.length)return!0;if(2===r.length){if("number"==typeof t.i)return!0;if("string"==typeof t.v)return!0}if(3===r.length&&"string"==typeof t.v&&"number"==typeof t.i)return!0}return!1}var Yt={variable:"v",number:"n",datetime:"d",currency:"c"};function Zt(e){return Yt[e]}function Qt(e,r=0){let n=r;const o=e=>{const{type:t,props:r}=e;n+=1;const o={id:n};let i;try{i="function"==typeof t&&t._gtt||""}catch(e){}if(i){const e=i.split("-");if("translate"===e[0]&&(e[0]="fragment"),"variable"===e[0]&&(o.variableType=(null==e?void 0:e[1])||"variable"),"plural"===e[0]){const e=Object.entries(r).reduce((e,[t,r])=>(function(e){return Jt.includes(e)}(t)&&(e[t]=Qt(r,n)),e),{});Object.keys(e).length&&(o.branches=e)}if("branch"===e[0]){const{children:e,branch:t}=r,i=k(r,["children","branch"]),a=Object.entries(i).reduce((e,[t,r])=>(e[t]=Qt(r,n),e),{});Object.keys(a).length&&(o.branches=a)}o.transformation=e[0]}return o};function i(e){return l(e)?function(e){const{props:r}=e,n=o(e),i=Object.assign(Object.assign({},r),{"data-_gt":n});return r.children&&!n.variableType&&(i.children=a(r.children)),e.type===t.Fragment&&(i["data-_gt"].transformation="fragment"),t.cloneElement(e,i)}(e):e}function a(e){return Array.isArray(e)?t.Children.map(e,i):i(e)}return a(e)}"function"==typeof SuppressedError&&SuppressedError;const er={variable:"value",number:"n",datetime:"date",currency:"cost"};function tr(e={},t){var r;if(e.name)return e.name;return`_gt_${er[t]||"value"}_${null===(r=e["data-_gt"])||void 0===r?void 0:r.id}`}var rr={pl:"placeholder",ti:"title",alt:"alt",arl:"aria-label",arb:"aria-labelledby",ard:"aria-describedby"};const nr=e=>{var t;if(!e)return"";const{type:r,props:n}=e;if(r&&"function"==typeof r){if("displayName"in r&&"string"==typeof r.displayName&&r.displayName)return r.displayName;if("name"in r&&"string"==typeof r.name&&r.name)return r.name}return r&&"string"==typeof r?r:n.href?"a":(null===(t=n["data-_gt"])||void 0===t?void 0:t.id)?`C${n["data-_gt"].id}`:"function"},or=e=>{const{props:t}=e,r={t:nr(e)};if(t["data-_gt"]){const e=t["data-_gt"],n=e.transformation;if("variable"===n){const r=e.variableType||"variable",n=tr(t,r),o=Zt(r);return{i:e.id,k:n,v:o}}r.i=e.id,r.d=((e,t,r)=>{let n=Object.entries(rr).reduce((e,[r,n])=>(t[n]&&(e[r]=t[n]),e),{});if("plural"===e&&r){const e={};Object.entries(r).forEach(([t,r])=>{e[t]=ar(r)}),n=Object.assign(Object.assign({},n),{b:e,t:"p"})}if("branch"===e&&r){const e={};Object.entries(r).forEach(([t,r])=>{e[t]=ar(r)}),n=Object.assign(Object.assign({},n),{b:e,t:"b"})}return Object.keys(n).length?n:void 0})(n,t,e.branches);let o=Object.entries(rr).reduce((e,[r,n])=>(t[n]&&(e[r]=t[n]),e),{});if("plural"===n&&e.branches){const t={};Object.entries(e.branches).forEach(([e,r])=>{t[e]=ar(r)}),o=Object.assign(Object.assign({},o),{b:t,t:"p"})}if("branch"===n&&e.branches){const t={};Object.entries(e.branches).forEach(([e,r])=>{t[e]=ar(r)}),o=Object.assign(Object.assign({},o),{b:t,t:"b"})}r.d=Object.keys(o).length?o:void 0}return t.children&&(r.c=ar(t.children)),r},ir=e=>{return r=e,t.isValidElement(r)?or(e):"number"==typeof e?e.toString():e;var r};function ar(e){return Array.isArray(e)?e.map(ir):ir(e)}function sr(e,t,r){let n="",o=null;return"number"==typeof e&&!o&&r&&(n=function(e,t,r){void 0===t&&(t=Jt),void 0===r&&(r=["en"]);var n=Xt.get("PluralRules",r).select(e),o=Math.abs(e);if(0===o&&t.includes("zero"))return"zero";if(1===o){if(t.includes("singular"))return"singular";if(t.includes("one"))return"one"}if("one"===n&&t.includes("singular"))return"singular";if(2===o){if(t.includes("dual"))return"dual";if(t.includes("two"))return"two"}return"two"===n&&t.includes("dual")?"dual":t.includes(n)?n:"two"===n&&t.includes("dual")?"dual":"two"===n&&t.includes("plural")?"plural":"two"===n&&t.includes("other")?"other":"few"===n&&t.includes("plural")?"plural":"few"===n&&t.includes("other")?"other":"many"===n&&t.includes("plural")?"plural":"many"===n&&t.includes("other")?"other":"other"===n&&t.includes("plural")?"plural":""}(e,Object.keys(r),t)),n&&!o&&(o=r[n]),o}function cr(e){var t;return"object"==typeof e&&!!e&&"data-_gt"in e&&"object"==typeof e["data-_gt"]&&!!e["data-_gt"]&&"transformation"in e["data-_gt"]&&"variable"===(null===(t=e["data-_gt"])||void 0===t?void 0:t.transformation)}function lr(e){var t;const r=(null===(t=e["data-_gt"])||void 0===t?void 0:t.variableType)||"variable";return{variableName:tr(e,r),variableType:Zt(r),variableValue:void 0!==e.value?e.value:void 0!==e["data-_gt-unformatted-value"]?e["data-_gt-unformatted-value"]:void 0!==e.children?e.children:void 0,variableOptions:(()=>{const t=Object.assign(Object.assign({},void 0!==e.currency&&{currency:e.currency}),void 0!==e.options&&e.options);return Object.keys(t).length?t:"string"==typeof e["data-_gt-variable-options"]?JSON.parse(e["data-_gt-variable-options"]):e["data-_gt-variable-options"]||void 0})()}}function ur(e){return e&&e.props&&e.props["data-_gt"]?e.props["data-_gt"]:null}function dr({children:e,defaultLocale:r=Wt,renderVariable:n}){const o=e=>t.isValidElement(e)?(e=>{const o=ur(e);if(cr(e.props)){const{variableType:t,variableValue:o,variableOptions:i}=lr(e.props);return n({variableType:t,variableValue:o,variableOptions:i,locales:[r]})}if("plural"===(null==o?void 0:o.transformation)){const t=o.branches||{};return i(sr(e.props.n,[r],t)||e.props.children)}if("branch"===(null==o?void 0:o.transformation)){let t=e.props,{children:r,branch:n,"data-_gt":a}=t,s=k(t,["children","branch","data-_gt"]);return s=o.branches||{},i(void 0!==s[n]?s[n]:r)}return"fragment"===(null==o?void 0:o.transformation)?t.createElement(t.Fragment,{key:e.props.key,children:i(e.props.children)}):e.props.children?t.cloneElement(e,Object.assign(Object.assign({},e.props),{"data-_gt":void 0,children:i(e.props.children)})):t.cloneElement(e,Object.assign(Object.assign({},e.props),{"data-_gt":void 0}))})(e):e,i=e=>Array.isArray(e)?t.Children.map(e,o):o(e);return i(e)}function fr({sourceElement:e,targetElement:r,locales:n=[Wt],renderVariable:o}){var i,a;const{props:s}=e,c=s["data-_gt"],l=null==c?void 0:c.transformation,u=r.d,d={};if(u&&Object.entries(rr).forEach(([e,t])=>{u[e]&&(d[t]=u[e])}),"plural"===l){const t=e.props.n;return hr({source:sr(t,n,c.branches||{})||e.props.children,target:sr(t,n,(null===(i=r.d)||void 0===i?void 0:i.b)||{})||r.c,locales:n,renderVariable:o})}if("branch"===l){const{branch:e,children:t}=s;return hr({source:(c.branches||{})[e]||t,target:((null===(a=r.d)||void 0===a?void 0:a.b)||{})[e]||r.c,locales:n,renderVariable:o})}return"fragment"===l&&r.c?t.createElement(t.Fragment,{key:e.props.key,children:hr({source:s.children,target:r.c,locales:n,renderVariable:o})}):(null==s?void 0:s.children)&&(null==r?void 0:r.c)?t.cloneElement(e,Object.assign(Object.assign(Object.assign({},s),d),{"data-_gt":void 0,children:hr({source:s.children,target:r.c,locales:n,renderVariable:o})})):dr({children:e,defaultLocale:n[0],renderVariable:o})}function hr({source:e,target:r,locales:n=[Wt],renderVariable:o}){if(null==r&&e)return dr({children:e,defaultLocale:n[0],renderVariable:o});if("string"==typeof r)return r;if(Array.isArray(r)&&!Array.isArray(e)&&e&&(e=[e]),Array.isArray(e)&&Array.isArray(r)){const i={},a={},s=e.filter(e=>{if(t.isValidElement(e)){if(!cr(e.props))return!0;{const{variableName:t,variableValue:r,variableOptions:n}=lr(e.props);i[t]=r,a[t]=n}}return!1}),c=e=>s.find(t=>{const r=ur(t);if(void 0!==(null==r?void 0:r.id)){return r.id===e.i}return!1})||s.shift();return r.map((e,r)=>{if("string"==typeof e)return y(t.Fragment,{children:e},`string_${r}`);if(qt(e))return y(t.Fragment,{children:o({variableType:e.v||"v",variableValue:i[e.k],variableOptions:a[e.k],locales:n})},`var_${r}`);const s=c(e);return s?y(t.Fragment,{children:fr({sourceElement:s,targetElement:e,locales:n,renderVariable:o})},`element_${r}`):void 0})}if(r&&"object"==typeof r&&!Array.isArray(r)){const i=qt(r)?"variable":"element";if(t.isValidElement(e)){if("element"===i)return fr({sourceElement:e,targetElement:r,locales:n,renderVariable:o});if(cr(e.props)){const{variableValue:t,variableOptions:r,variableType:i}=lr(e.props);return o({variableType:i,variableValue:t,variableOptions:r,locales:n})}}}return dr({children:e,defaultLocale:n[0],renderVariable:o})}const pr={method:"default",timeout:"undefined"!=typeof process&&"development"!==process.env.NODE_ENV?8e3:12e3};const vr=e=>"string"==typeof e||Array.isArray(e),gr=e=>"object"==typeof e&&null!==e&&!Array.isArray(e);function yr(e,t){const r=Object.assign(Object.assign({},Object.fromEntries(Object.entries(e).filter(([,e])=>vr(e)))),Object.fromEntries(Object.entries(t).filter(([,e])=>vr(e)))),n=Object.entries(e).filter(([,e])=>gr(e)).map(([e])=>e),o=Object.entries(t).filter(([,e])=>gr(e)).map(([e])=>e),i=new Set([...n,...o]);for(const n of i)r[n]=yr(e[n]||{},t[n]||{});return r}const _r="function"==typeof e.use;function br(e){var{children:t,n:r,locales:o}=e,i=k(e,["children","n","locales"]);const a=n(x);let s;a&&(o||(o=a.locale),s||(s=a.defaultLocale));const c=[...o?[o]:[],s||Wt];if("number"!=typeof r)throw new Error((e=>`<Plural> component with children "${e}" requires "n" option.`)(t));return y(_,{children:sr(r,c,i)||t})}var mr;br._gtt="plural";const xr=Number.POSITIVE_INFINITY,wr=null!==(mr=globalThis.__DANGEROUS_USE_REGISTRY__)&&void 0!==mr?mr:globalThis.__DANGEROUS_USE_REGISTRY__=new Map;function kr(e,t=new WeakSet){var r;const n=typeof e;if(null==e||"number"===n||"boolean"===n||"bigint"===n)return String(e);if("string"===n)return JSON.stringify(e);if("symbol"===n)return`:sym(${null!==(r=e.description)&&void 0!==r?r:""})`;if("function"===n)return`:fn(${e.name||"anon"})`;if(Array.isArray(e))return`[${e.map(e=>kr(e,t)).join(",")}]`;if("object"===n){const r=e;if(t.has(r))return":circular";t.add(r);const n=Object.keys(r).sort().map(e=>`${JSON.stringify(e)}:${kr(r[e],t)}`).join(",");return t.delete(r),`{${n}}`}return String(e)}function Br(e){return"string"==typeof e||"number"==typeof e||"symbol"==typeof e?String(e):kr(e)}function Ar(e,t,r){const n=wr,o=Date.now(),i=xr,a=Br(e),s=n.get(a);if(s&&s.expiresAt>o)return s.thenable;const c=function(e){const t=e;return null==t.status&&(t.status="pending",e.then(e=>{t.status="fulfilled",t.value=e},e=>{t.status="rejected",t.reason=e})),t}(t()),l={thenable:c,createdAt:o,expiresAt:o+i};if(n.set(a,l),i!==1/0){const e=()=>{const e=n.get(a);e&&e.thenable===c&&setTimeout(()=>{const e=n.get(a);e&&e.thenable===c&&n.delete(a)},Math.max(0,i))};c.then(e,e)}return c}function Or(t){const{developmentApiEnabled:r,translationRequired:n,_preloadMessages:o,_filterMessagesForPreload:i,_tFunction:a,locale:s}=w("useGT(): No context provided. You're trying to get the t() function from the useGT() hook, which can be called within a <GTProvider>.");let c;if(t&&_r&&r&&n){const r=i(t);r.length>0&&(c=e.use(Ar(["_preloadMessages",s,JSON.stringify(r)],()=>o(r))))}return function(e,t={}){return a(e,t,c)}}function Sr(){return w("useDefaultLocale(): Unable to access default locale outside of a <GTProvider>").defaultLocale}function Er(e){const t=t=>e?`${e}.${t}`:t,{_dictionaryFunction:r}=w(`useTranslations('${e}'): No context provided. You're trying to get the t() function on the client, which can only be done inside a <GTProvider>.`);return function(e,n={}){const o=t(e);return r(o,n)}}function jr(){return w("useLocale(): Unable to access user's locale outside of a <GTProvider>").locale}function Tr(e){var{children:r,id:n,context:o,_hash:i}=e,a=k(e,["children","id","context","_hash"]);if(!r)return;n=null!=n?n:null==a?void 0:a.$id,o=null!=o?o:null==a?void 0:a.$context;const{translations:s,translationRequired:l,developmentApiEnabled:d,dialectTranslationRequired:f,registerJsxForTranslation:h,renderSettings:p,locale:v,defaultLocale:g}=w("<T> used on the client-side outside of <GTProvider>"),b=c(()=>Qt(r),[r]);let m;n&&(m=null==s?void 0:s[n]),void 0===m&&i&&(m=null==s?void 0:s[i]);const[x,A]=c(()=>{if(!l||m)return[void 0,""];const e=ar(b);return[e,Lt(Object.assign(Object.assign(Object.assign({source:e},o&&{context:o}),n&&{id:n}),{dataFormat:"JSX"}))]},[b,o,n,l,m]);void 0===m&&(m=null==s?void 0:s[A]);const O=()=>dr({children:b,defaultLocale:g,renderVariable:R}),S=e=>hr({source:b,target:e,locales:[v,g],renderVariable:R});if(!l||s&&!m&&!d||null===m)return y(_,{children:O()});if(m)return y(u,{fallback:S(m),children:S(m)});const E=()=>B(this,void 0,void 0,function*(){if(!d||!v)return O();if(m)return S(m);try{const e=yield h({source:x,targetLocale:v,metadata:{id:n,hash:A,context:o}});return e?S(e):O()}catch(e){return console.warn(e),O()}});if(_r){const e=t.use(Ar(["getTranslationPromise",d,JSON.stringify(x),v,n,A,o],()=>E()));return y(u,{fallback:e,children:e})}let j;return j="skeleton"===p.method?"":"replace"===p.method||f?O():"",y(u,{fallback:j,children:E()})}function Cr(e){const{locales:t,locale:r,setLocale:n,gt:o}=w(),i=c(()=>{if(!t||0===t.length)return[];const e=t.sort((e,t)=>(new Intl.Collator).compare(o.getLocaleProperties(e).nativeNameWithRegionCode,o.getLocaleProperties(t).nativeNameWithRegionCode));return e},[t]),s=a(e=>o.getLocaleProperties(e),[o]);return{locale:r,locales:e||i,setLocale:n,getLocaleProperties:s}}function Rr(e){if(!e)return;const t={};for(const r in e)t[r]={name:e[r]};return t}function Ir(e){var{locales:t,customNames:r,customMapping:n=Rr(r)}=e,o=k(e,["locales","customNames","customMapping"]);const{locale:i,locales:a,setLocale:s,getLocaleProperties:c}=Cr(t||void 0),l=e=>{if(n&&n[e]){if("string"==typeof n[e])return n[e];if(n[e].name)return n[e].name}return(t=c(e).nativeNameWithRegionCode)?t.charAt(0).toUpperCase()+(t.length>1?t.slice(1):""):"";var t};return a&&0!==a.length&&s?b("select",Object.assign({},o,{value:i||"",onChange:e=>s(e.target.value),children:[!i&&y("option",{value:""}),a.map(e=>y("option",{value:e,suppressHydrationWarning:!0,children:l(e)},e))]})):null}function Pr({regions:e,customMapping:t,prioritizeCurrentLocaleRegion:r=!0,sortRegionsAlphabetically:n=!0}={prioritizeCurrentLocaleRegion:!0,sortRegionsAlphabetically:!0}){const{locales:o,locale:i,setLocale:a,gt:s,region:l,setRegion:u}=w(),{regionCode:f}=s.getLocaleProperties(i),[h,p]=c(()=>{const a=new Map(o.map(e=>{const t=d(e,i,s.customMapping);return[t.regionCode,t]})),c=e?[...e]:Array.from((null==a?void 0:a.keys())||[f]),l=new Map(c.map(e=>{var r;return[e,Object.assign(Object.assign({locale:(null===(r=null==a?void 0:a.get(e))||void 0===r?void 0:r.code)||i},s.getRegionProperties(e)),"string"==typeof(null==t?void 0:t[e])?{name:null==t?void 0:t[e]}:null==t?void 0:t[e])]}));if(n&&c.sort((e,t)=>(new Intl.Collator).compare(l.get(e).name,l.get(t).name)),r){const e=c.indexOf(f);e>0&&(c.splice(e,1),c.unshift(f))}return[c,l]},[e,l,i,o,s]);return{region:l,setRegion:u,regions:h,regionData:p,locales:o,locale:i,localeRegion:f,setLocale:a}}function Lr(e){var{regions:t,placeholder:r,customMapping:n,prioritizeCurrentLocaleRegion:o,sortRegionsAlphabetically:i,asLocaleSelector:a=!1}=e,s=k(e,["regions","placeholder","customMapping","prioritizeCurrentLocaleRegion","sortRegionsAlphabetically","asLocaleSelector"]);const{region:c,setRegion:l,regions:u,regionData:d,locale:f,setLocale:h}=Pr({regions:t,customMapping:n,prioritizeCurrentLocaleRegion:o,sortRegionsAlphabetically:i});return b("select",Object.assign({},s,{value:c||"",onChange:e=>(e=>{if(l(e),a){const t=d.get(e).locale;f!==t&&h(t)}})(e.target.value),children:[!c&&y("option",{value:"",disabled:Boolean(c),hidden:Boolean(c),suppressHydrationWarning:!0,children:r||""},"placeholder"),u.map(e=>y("option",{value:e,suppressHydrationWarning:!0,children:d.get(e).name},e))]}))}function Hr(){return!("undefined"==typeof process||!process.env.NEXT_RUNTIME)||void 0!==(null===globalThis||void 0===globalThis?void 0:globalThis.__NEXT_DATA__)}function zr({locale:e="",defaultLocale:t=Wt,locales:r=[],localeCookieName:n=Nt,ssr:o=!0}){const[a,c]=i(o?e&&p(e,r)||"":Mr({_locale:e,locale:e,locales:r,defaultLocale:t,localeCookieName:n})),[l,u]=function({locale:e,locales:t,defaultLocale:r,localeCookieName:n,_setLocale:o}){const i=n=>{const i=p(n,t)||e||r;return i!==n&&console.warn(((e,t)=>`You are trying to switch to "${t}" which is not supported. Update the list of supported locales through your dashboard or your config.json file if you are using a config file. Falling back to "${e}".`)(i,n)),o(i),i},a=e=>{const t=i(e);"undefined"!=typeof document&&(document.cookie=`${n}=${t};path=/`)};return[a,i]}({locale:a,locales:r,defaultLocale:t,localeCookieName:n,_setLocale:c});return s(()=>{const o=Mr({_locale:e,locale:a,locales:r,defaultLocale:t,localeCookieName:n});u(o)},[e,a,r,t,n]),[a,l]}function Mr({_locale:e,locale:t,locales:r,defaultLocale:n,localeCookieName:o}){var i;if(e&&e===t&&p(e,r)===t)return e;const a=(null===navigator||void 0===navigator?void 0:navigator.languages)?navigator.languages:(null===navigator||void 0===navigator?void 0:navigator.language)?[navigator.language]:(null===navigator||void 0===navigator?void 0:navigator.userLanguage)?[null===navigator||void 0===navigator?void 0:navigator.userLanguage]:[n],s="undefined"!=typeof document?null===(i=document.cookie.split("; ").find(e=>e.startsWith(`${o}=`)))||void 0===i?void 0:i.split("=")[1]:void 0,c=p([...e?[e]:[],...s?[s]:[],...a],r)||n;return s&&s!==c&&"undefined"!=typeof document&&(document.cookie=`${o}=${c};path=/`),c}function Dr({devApiKey:e,projectId:t,runtimeUrl:r,loadTranslationsType:n,cacheUrl:o,locales:i}){s(()=>{if("production"===process.env.NODE_ENV&&e)throw new Error("gt-react Error: Production environments cannot include an api key.");if("custom"===n||!o&&!r||t||"development"!==process.env.NODE_ENV||console.warn("gt-react: Translation cloud services require a project ID! Find yours at generaltranslation.com/dashboard."),t&&r&&"custom"!==n&&!e&&"development"===process.env.NODE_ENV&&console.warn("gt-react: A development API key is required for runtime translation! Find your development API key: generaltranslation.com/dashboard. (Or, disable this warning message by setting runtimeUrl to an empty string which disables runtime translation.)"),r===Kt||o===Gt&&"default"===n){const e=i.filter(e=>!m(e));e.length&&console.warn((e=>`gt-react: The following locales are currently unsupported by our service: ${e.map(e=>{const{name:t}=d(e);return`${e} (${t})`}).join(", ")}`)(e))}},[e,n,o,r,t,i])}function Fr(e,t){return B(this,void 0,void 0,function*(){const r=Array.from(new Set([e,d(e).languageCode]));for(const e of r)try{const r=yield t(e);if(r)return r}catch(e){}console.warn("gt-react Warning: No dictionary was found. Ensure you are either passing your dictionary to the <GTProvider>.")})}function Nr({_dictionary:e,loadDictionary:t,locale:r,defaultLocale:n}){const[o,a]=i(e);return s(()=>{if(!t)return;let e=!0;return(()=>{B(this,void 0,void 0,function*(){const o=yr((yield Fr(n,t))||{},(yield Fr(r,t))||{});e&&a(o||{})})})(),()=>{e=!1}},[t,r,n]),o}function $r({_translations:e,translationRequired:t,loadTranslationsType:r,loadTranslations:n,locale:o,cacheUrl:a,projectId:c,_versionId:l}){const[u,d]=i(e||t&&"disabled"!==r?null:{});return s(()=>{d(t&&"disabled"!==r?null:{})},[o,r]),s(()=>{if(u||!t||"disabled"===r)return;let e=!0;return(()=>{B(this,void 0,void 0,function*(){let t;switch(r){case"custom":if(n)try{t=yield n(o)}catch(e){console.error(((e="")=>`gt-react Error: fetching locally stored translations. If you are using a custom loadTranslations(${e}), make sure it is correctly implemented.`)(o),e)}break;case"default":try{t=yield function(e){return B(this,arguments,void 0,function*({cacheUrl:e,projectId:t,locale:r,versionId:n}){if(!t||!e||!r)return{};const o=yield fetch(n?`${e}/${t}/${r}/${n}`:`${e}/${t}/${r}`);return yield o.json()})}({cacheUrl:a,projectId:c,locale:o,versionId:l})}catch(e){console.error(e)}}t||(t={}),e&&d(t)})})(),()=>{e=!1}},[u,t,r,a,c,o,l]),{translations:u,setTranslations:d}}function Ur({_region:e,regionCookieName:t}){var r;const n="undefined"!=typeof document?null===(r=document.cookie.split("; ").find(e=>e.startsWith(`${t}=`)))||void 0===r?void 0:r.split("=")[1]:void 0,o=e||n;return n&&n!==o&&"undefined"!=typeof document&&(document.cookie=`${t}=${o};path=/`),o}function Vr(e){var{children:t,config:r,projectId:n=(null==r?void 0:r.projectId)||"",devApiKey:o=(null==r?void 0:r.devApiKey)||"",dictionary:a=(null==r?void 0:r.dictionary)||{},locales:l=(null==r?void 0:r.locales)||[],defaultLocale:d=(null==r?void 0:r.defaultLocale)||Wt,cacheUrl:h=(null==r?void 0:r.cacheUrl)||Gt,runtimeUrl:p=(null==r?void 0:r.runtimeUrl)||Kt,renderSettings:_=(null==r?void 0:r.renderSettings)||pr,ssr:b=(null==r?void 0:r.ssr)||Hr(),localeCookieName:m=(null==r?void 0:r.localeCookieName)||Nt,locale:w="",region:B,loadDictionary:A,loadTranslations:O,fallback:E,translations:j=null,_versionId:T,customMapping:C=(null==r?void 0:r.customMapping)}=e,R=k(e,["children","config","projectId","devApiKey","dictionary","locales","defaultLocale","cacheUrl","runtimeUrl","renderSettings","ssr","localeCookieName","locale","region","loadDictionary","loadTranslations","fallback","translations","_versionId","customMapping"]);const{projectId:I,devApiKey:P}=function(e,t){try{return{projectId:e||import.meta.env.VITE_GT_PROJECT_ID||import.meta.env.REDWOOD_ENV_GT_PROJECT_ID||"",devApiKey:t||import.meta.env.VITE_GT_DEV_API_KEY||import.meta.env.VITE_GT_API_KEY||import.meta.env.REDWOOD_ENV_GT_DEV_API_KEY||import.meta.env.REDWOOD_ENV_GT_API_KEY}}catch(e){}try{return{projectId:e||process.env.GT_PROJECT_ID||process.env.REACT_APP_GT_PROJECT_ID||process.env.NEXT_PUBLIC_GT_PROJECT_ID||process.env.GATSBY_GT_PROJECT_ID||"",devApiKey:t||process.env.GT_DEV_API_KEY||process.env.GT_API_KEY||process.env.REACT_APP_GT_DEV_API_KEY||process.env.REACT_APP_GT_API_KEY||process.env.NEXT_PUBLIC_GT_DEV_API_KEY||process.env.NEXT_PUBLIC_GT_API_KEY||process.env.GATSBY_GT_DEV_API_KEY||process.env.GATSBY_GT_API_KEY}}catch(e){console.error(e)}return{projectId:"",devApiKey:""}}(n,o),{locale:L,setLocale:H,locales:z,translationRequired:M,dialectTranslationRequired:D}=function({_locale:e,defaultLocale:t,locales:r,ssr:n,localeCookieName:o}){const i=c(()=>Array.from(new Set([t,...r])),[t,r]),[a,s]=zr({locale:e,defaultLocale:t,locales:i,ssr:n,localeCookieName:o}),[l,u]=c(()=>{const e=v(t,a,i);return[e,e&&g(t,a)]},[t,a,i]);return{locale:a,setLocale:s,locales:i,translationRequired:l,dialectTranslationRequired:u}}({_locale:w,defaultLocale:d,locales:l,ssr:b,localeCookieName:m}),{region:F,setRegion:N}=function({_region:e,ssr:t,regionCookieName:r}){const[n,o]=i(t?void 0:Ur({_region:e,regionCookieName:r}));return s(()=>{o(Ur({_region:e,regionCookieName:r}))},[e,r]),{region:n,setRegion:e=>{o(e),"undefined"!=typeof document&&(document.cookie=`${r}=${e||""};path=/`)}}}({_region:B,ssr:b,regionCookieName:$t}),$=c(()=>new f({devApiKey:P,sourceLocale:d,targetLocale:L,projectId:I,baseUrl:p,customMapping:C}),[P,d,I,p,C]),U=(O?"custom":h&&I&&"default")||"disabled",V=Nr({_dictionary:a,loadDictionary:A,locale:L,defaultLocale:d});Dr({devApiKey:P,projectId:I,runtimeUrl:p,loadTranslationsType:U,cacheUrl:h,locales:l});const{translations:G,setTranslations:K}=$r({_translations:j,translationRequired:M,loadTranslationsType:U,loadTranslations:O,locale:L,cacheUrl:h,projectId:I,_versionId:T}),{registerIcuForTranslation:W,registerJsxForTranslation:J,developmentApiEnabled:X}=S(Object.assign({gt:$,locale:L,versionId:T,defaultLocale:d,runtimeUrl:p,renderSettings:_,setTranslations:K},R)),{_tFunction:q,_filterMessagesForPreload:Y,_preloadMessages:Z}=Mt({gt:$,translations:G,locale:L,defaultLocale:d,translationRequired:M,developmentApiEnabled:X,registerIcuForTranslation:W}),Q=Ft(V,G,L,d,M,D,X,W),ee=!(M&&!G||!L);return y(x.Provider,{value:{gt:$,registerIcuForTranslation:W,registerJsxForTranslation:J,_tFunction:q,_filterMessagesForPreload:Y,_preloadMessages:Z,_dictionaryFunction:Q,developmentApiEnabled:X,locale:L,locales:z,setLocale:H,defaultLocale:d,region:F,setRegion:N,translations:G,translationRequired:M,dialectTranslationRequired:D,projectId:I,renderSettings:_},children:y(u,{fallback:E,children:ee?t:E})})}function Gr(){const{setLocale:e}=w("setLocale(): Unable to access user's locale outside of a <GTProvider>");return e}function Kr(){return w("useLocales(): Unable to access configured locales outside of a <GTProvider>").locales}function Wr(){return w("useGTClass(): Unable to access configured GT class instance outside of a <GTProvider>").gt}function Jr(e){return Wr().getLocaleProperties(e)}function Xr(){return w("useRegion(): Unable to access user's region outside of a <GTProvider>").region}function qr(e){const{gt:t}=w("useLocaleDirection(): Unable to access configured GT class instance outside of a <GTProvider>");return t.getLocaleDirection(e)}Tr._gtt="translate-client";export{Vt as Branch,Ut as ClientProvider,T as Currency,C as DateTime,x as GTContext,Vr as GTProvider,Ir as LocaleSelector,E as Num,br as Plural,Lr as RegionSelector,Tr as T,j as Var,R as renderVariable,Sr as useDefaultLocale,Or as useGT,Wr as useGTClass,jr as useLocale,qr as useLocaleDirection,Jr as useLocaleProperties,Cr as useLocaleSelector,Kr as useLocales,Xr as useRegion,Pr as useRegionSelector,S as useRuntimeTranslation,Gr as useSetLocale,Er as useTranslations};
18
+ function(){var t=e,r=t.lib,n=r.WordArray,o=r.Hasher,i=t.algo,a=n.create([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13]),s=n.create([5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11]),c=n.create([11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6]),l=n.create([8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11]),u=n.create([0,1518500249,1859775393,2400959708,2840853838]),d=n.create([1352829926,1548603684,1836072691,2053994217,0]),f=i.RIPEMD160=o.extend({_doReset:function(){this._hash=n.create([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(e,t){for(var r=0;r<16;r++){var n=t+r,o=e[n];e[n]=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8)}var i,f,b,m,x,w,k,B,A,O,S,E=this._hash.words,j=u.words,T=d.words,C=a.words,R=s.words,I=c.words,P=l.words;for(w=i=E[0],k=f=E[1],B=b=E[2],A=m=E[3],O=x=E[4],r=0;r<80;r+=1)S=i+e[t+C[r]]|0,S+=r<16?h(f,b,m)+j[0]:r<32?p(f,b,m)+j[1]:r<48?v(f,b,m)+j[2]:r<64?g(f,b,m)+j[3]:y(f,b,m)+j[4],S=(S=_(S|=0,I[r]))+x|0,i=x,x=m,m=_(b,10),b=f,f=S,S=w+e[t+R[r]]|0,S+=r<16?y(k,B,A)+T[0]:r<32?g(k,B,A)+T[1]:r<48?v(k,B,A)+T[2]:r<64?p(k,B,A)+T[3]:h(k,B,A)+T[4],S=(S=_(S|=0,P[r]))+O|0,w=O,O=A,A=_(B,10),B=k,k=S;S=E[1]+b+A|0,E[1]=E[2]+m+O|0,E[2]=E[3]+x+w|0,E[3]=E[4]+i+k|0,E[4]=E[0]+f+B|0,E[0]=S},_doFinalize:function(){var e=this._data,t=e.words,r=8*this._nDataBytes,n=8*e.sigBytes;t[n>>>5]|=128<<24-n%32,t[14+(n+64>>>9<<4)]=16711935&(r<<8|r>>>24)|4278255360&(r<<24|r>>>8),e.sigBytes=4*(t.length+1),this._process();for(var o=this._hash,i=o.words,a=0;a<5;a++){var s=i[a];i[a]=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8)}return o},clone:function(){var e=o.clone.call(this);return e._hash=this._hash.clone(),e}});function h(e,t,r){return e^t^r}function p(e,t,r){return e&t|~e&r}function v(e,t,r){return(e|~t)^r}function g(e,t,r){return e&r|t&~r}function y(e,t,r){return e^(t|~r)}function _(e,t){return e<<t|e>>>32-t}t.RIPEMD160=o._createHelper(f),t.HmacRIPEMD160=o._createHmacHelper(f)}(),e.RIPEMD160)),Oe.exports;var e}(),je(),function(){return Te||(Te=1,Ce.exports=(c=V(),pe(),je(),t=(e=c).lib,r=t.Base,n=t.WordArray,o=e.algo,i=o.SHA256,a=o.HMAC,s=o.PBKDF2=r.extend({cfg:r.extend({keySize:4,hasher:i,iterations:25e4}),init:function(e){this.cfg=this.cfg.extend(e)},compute:function(e,t){for(var r=this.cfg,o=a.create(r.hasher,e),i=n.create(),s=n.create([1]),c=i.words,l=s.words,u=r.keySize,d=r.iterations;c.length<u;){var f=o.update(t).finalize(s);o.reset();for(var h=f.words,p=h.length,v=f,g=1;g<d;g++){v=o.finalize(v),o.reset();for(var y=v.words,_=0;_<p;_++)h[_]^=y[_]}i.concat(f),l[0]++}return i.sigBytes=4*u,i}}),e.PBKDF2=function(e,t,r){return s.create(r).compute(e,t)},c.PBKDF2)),Ce.exports;var e,t,r,n,o,i,a,s,c}(),Pe(),ze(),Fe(),Ue(),Ke(),Xe(),function(){return qe?Ye.exports:(qe=1,Ye.exports=(t=V(),ze(),t.mode.ECB=((e=t.lib.BlockCipherMode.extend()).Encryptor=e.extend({processBlock:function(e,t){this._cipher.encryptBlock(e,t)}}),e.Decryptor=e.extend({processBlock:function(e,t){this._cipher.decryptBlock(e,t)}}),e),t.mode.ECB));var e,t}(),function(){return Ze?Qe.exports:(Ze=1,Qe.exports=(e=V(),ze(),e.pad.AnsiX923={pad:function(e,t){var r=e.sigBytes,n=4*t,o=n-r%n,i=r+o-1;e.clamp(),e.words[i>>>2]|=o<<24-i%4*8,e.sigBytes+=o},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}},e.pad.Ansix923));var e}(),function(){return et?tt.exports:(et=1,tt.exports=(e=V(),ze(),e.pad.Iso10126={pad:function(t,r){var n=4*r,o=n-t.sigBytes%n;t.concat(e.lib.WordArray.random(o-1)).concat(e.lib.WordArray.create([o<<24],1))},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}},e.pad.Iso10126));var e}(),function(){return rt?nt.exports:(rt=1,nt.exports=(e=V(),ze(),e.pad.Iso97971={pad:function(t,r){t.concat(e.lib.WordArray.create([2147483648],1)),e.pad.ZeroPadding.pad(t,r)},unpad:function(t){e.pad.ZeroPadding.unpad(t),t.sigBytes--}},e.pad.Iso97971));var e}(),function(){return ot||(ot=1,it.exports=(e=V(),ze(),e.pad.ZeroPadding={pad:function(e,t){var r=4*t;e.clamp(),e.sigBytes+=r-(e.sigBytes%r||r)},unpad:function(e){var t=e.words,r=e.sigBytes-1;for(r=e.sigBytes-1;r>=0;r--)if(t[r>>>2]>>>24-r%4*8&255){e.sigBytes=r+1;break}}},e.pad.ZeroPadding)),it.exports;var e}(),function(){return at?st.exports:(at=1,st.exports=(e=V(),ze(),e.pad.NoPadding={pad:function(){},unpad:function(){}},e.pad.NoPadding));var e}(),function(){return ct?lt.exports:(ct=1,lt.exports=(n=V(),ze(),t=(e=n).lib.CipherParams,r=e.enc.Hex,e.format.Hex={stringify:function(e){return e.ciphertext.toString(r)},parse:function(e){var n=r.parse(e);return t.create({ciphertext:n})}},n.format.Hex));var e,t,r,n}(),function(){return ut||(ut=1,dt.exports=(e=V(),re(),ce(),Pe(),ze(),function(){var t=e,r=t.lib.BlockCipher,n=t.algo,o=[],i=[],a=[],s=[],c=[],l=[],u=[],d=[],f=[],h=[];!function(){for(var e=[],t=0;t<256;t++)e[t]=t<128?t<<1:t<<1^283;var r=0,n=0;for(t=0;t<256;t++){var p=n^n<<1^n<<2^n<<3^n<<4;p=p>>>8^255&p^99,o[r]=p,i[p]=r;var v=e[r],g=e[v],y=e[g],_=257*e[p]^16843008*p;a[r]=_<<24|_>>>8,s[r]=_<<16|_>>>16,c[r]=_<<8|_>>>24,l[r]=_,_=16843009*y^65537*g^257*v^16843008*r,u[p]=_<<24|_>>>8,d[p]=_<<16|_>>>16,f[p]=_<<8|_>>>24,h[p]=_,r?(r=v^e[e[e[y^v]]],n^=e[e[n]]):r=n=1}}();var p=[0,1,2,4,8,16,32,64,128,27,54],v=n.AES=r.extend({_doReset:function(){if(!this._nRounds||this._keyPriorReset!==this._key){for(var e=this._keyPriorReset=this._key,t=e.words,r=e.sigBytes/4,n=4*((this._nRounds=r+6)+1),i=this._keySchedule=[],a=0;a<n;a++)a<r?i[a]=t[a]:(l=i[a-1],a%r?r>6&&a%r==4&&(l=o[l>>>24]<<24|o[l>>>16&255]<<16|o[l>>>8&255]<<8|o[255&l]):(l=o[(l=l<<8|l>>>24)>>>24]<<24|o[l>>>16&255]<<16|o[l>>>8&255]<<8|o[255&l],l^=p[a/r|0]<<24),i[a]=i[a-r]^l);for(var s=this._invKeySchedule=[],c=0;c<n;c++){if(a=n-c,c%4)var l=i[a];else l=i[a-4];s[c]=c<4||a<=4?l:u[o[l>>>24]]^d[o[l>>>16&255]]^f[o[l>>>8&255]]^h[o[255&l]]}}},encryptBlock:function(e,t){this._doCryptBlock(e,t,this._keySchedule,a,s,c,l,o)},decryptBlock:function(e,t){var r=e[t+1];e[t+1]=e[t+3],e[t+3]=r,this._doCryptBlock(e,t,this._invKeySchedule,u,d,f,h,i),r=e[t+1],e[t+1]=e[t+3],e[t+3]=r},_doCryptBlock:function(e,t,r,n,o,i,a,s){for(var c=this._nRounds,l=e[t]^r[0],u=e[t+1]^r[1],d=e[t+2]^r[2],f=e[t+3]^r[3],h=4,p=1;p<c;p++){var v=n[l>>>24]^o[u>>>16&255]^i[d>>>8&255]^a[255&f]^r[h++],g=n[u>>>24]^o[d>>>16&255]^i[f>>>8&255]^a[255&l]^r[h++],y=n[d>>>24]^o[f>>>16&255]^i[l>>>8&255]^a[255&u]^r[h++],_=n[f>>>24]^o[l>>>16&255]^i[u>>>8&255]^a[255&d]^r[h++];l=v,u=g,d=y,f=_}v=(s[l>>>24]<<24|s[u>>>16&255]<<16|s[d>>>8&255]<<8|s[255&f])^r[h++],g=(s[u>>>24]<<24|s[d>>>16&255]<<16|s[f>>>8&255]<<8|s[255&l])^r[h++],y=(s[d>>>24]<<24|s[f>>>16&255]<<16|s[l>>>8&255]<<8|s[255&u])^r[h++],_=(s[f>>>24]<<24|s[l>>>16&255]<<16|s[u>>>8&255]<<8|s[255&d])^r[h++],e[t]=v,e[t+1]=g,e[t+2]=y,e[t+3]=_},keySize:8});t.AES=r._createHelper(v)}(),e.AES)),dt.exports;var e}(),pt(),function(){return vt||(vt=1,gt.exports=(e=V(),re(),ce(),Pe(),ze(),function(){var t=e,r=t.lib.StreamCipher,n=t.algo,o=n.RC4=r.extend({_doReset:function(){for(var e=this._key,t=e.words,r=e.sigBytes,n=this._S=[],o=0;o<256;o++)n[o]=o;o=0;for(var i=0;o<256;o++){var a=o%r,s=t[a>>>2]>>>24-a%4*8&255;i=(i+n[o]+s)%256;var c=n[o];n[o]=n[i],n[i]=c}this._i=this._j=0},_doProcessBlock:function(e,t){e[t]^=i.call(this)},keySize:8,ivSize:0});function i(){for(var e=this._S,t=this._i,r=this._j,n=0,o=0;o<4;o++){r=(r+e[t=(t+1)%256])%256;var i=e[t];e[t]=e[r],e[r]=i,n|=e[(e[t]+e[r])%256]<<24-8*o}return this._i=t,this._j=r,n}t.RC4=r._createHelper(o);var a=n.RC4Drop=o.extend({cfg:o.cfg.extend({drop:192}),_doReset:function(){o._doReset.call(this);for(var e=this.cfg.drop;e>0;e--)i.call(this)}});t.RC4Drop=r._createHelper(a)}(),e.RC4)),gt.exports;var e}(),function(){return yt||(yt=1,_t.exports=(e=V(),re(),ce(),Pe(),ze(),function(){var t=e,r=t.lib.StreamCipher,n=t.algo,o=[],i=[],a=[],s=n.Rabbit=r.extend({_doReset:function(){for(var e=this._key.words,t=this.cfg.iv,r=0;r<4;r++)e[r]=16711935&(e[r]<<8|e[r]>>>24)|4278255360&(e[r]<<24|e[r]>>>8);var n=this._X=[e[0],e[3]<<16|e[2]>>>16,e[1],e[0]<<16|e[3]>>>16,e[2],e[1]<<16|e[0]>>>16,e[3],e[2]<<16|e[1]>>>16],o=this._C=[e[2]<<16|e[2]>>>16,4294901760&e[0]|65535&e[1],e[3]<<16|e[3]>>>16,4294901760&e[1]|65535&e[2],e[0]<<16|e[0]>>>16,4294901760&e[2]|65535&e[3],e[1]<<16|e[1]>>>16,4294901760&e[3]|65535&e[0]];for(this._b=0,r=0;r<4;r++)c.call(this);for(r=0;r<8;r++)o[r]^=n[r+4&7];if(t){var i=t.words,a=i[0],s=i[1],l=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),u=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),d=l>>>16|4294901760&u,f=u<<16|65535&l;for(o[0]^=l,o[1]^=d,o[2]^=u,o[3]^=f,o[4]^=l,o[5]^=d,o[6]^=u,o[7]^=f,r=0;r<4;r++)c.call(this)}},_doProcessBlock:function(e,t){var r=this._X;c.call(this),o[0]=r[0]^r[5]>>>16^r[3]<<16,o[1]=r[2]^r[7]>>>16^r[5]<<16,o[2]=r[4]^r[1]>>>16^r[7]<<16,o[3]=r[6]^r[3]>>>16^r[1]<<16;for(var n=0;n<4;n++)o[n]=16711935&(o[n]<<8|o[n]>>>24)|4278255360&(o[n]<<24|o[n]>>>8),e[t+n]^=o[n]},blockSize:4,ivSize:2});function c(){for(var e=this._X,t=this._C,r=0;r<8;r++)i[r]=t[r];for(t[0]=t[0]+1295307597+this._b|0,t[1]=t[1]+3545052371+(t[0]>>>0<i[0]>>>0?1:0)|0,t[2]=t[2]+886263092+(t[1]>>>0<i[1]>>>0?1:0)|0,t[3]=t[3]+1295307597+(t[2]>>>0<i[2]>>>0?1:0)|0,t[4]=t[4]+3545052371+(t[3]>>>0<i[3]>>>0?1:0)|0,t[5]=t[5]+886263092+(t[4]>>>0<i[4]>>>0?1:0)|0,t[6]=t[6]+1295307597+(t[5]>>>0<i[5]>>>0?1:0)|0,t[7]=t[7]+3545052371+(t[6]>>>0<i[6]>>>0?1:0)|0,this._b=t[7]>>>0<i[7]>>>0?1:0,r=0;r<8;r++){var n=e[r]+t[r],o=65535&n,s=n>>>16,c=((o*o>>>17)+o*s>>>15)+s*s,l=((4294901760&n)*n|0)+((65535&n)*n|0);a[r]=c^l}e[0]=a[0]+(a[7]<<16|a[7]>>>16)+(a[6]<<16|a[6]>>>16)|0,e[1]=a[1]+(a[0]<<8|a[0]>>>24)+a[7]|0,e[2]=a[2]+(a[1]<<16|a[1]>>>16)+(a[0]<<16|a[0]>>>16)|0,e[3]=a[3]+(a[2]<<8|a[2]>>>24)+a[1]|0,e[4]=a[4]+(a[3]<<16|a[3]>>>16)+(a[2]<<16|a[2]>>>16)|0,e[5]=a[5]+(a[4]<<8|a[4]>>>24)+a[3]|0,e[6]=a[6]+(a[5]<<16|a[5]>>>16)+(a[4]<<16|a[4]>>>16)|0,e[7]=a[7]+(a[6]<<8|a[6]>>>24)+a[5]|0}t.Rabbit=r._createHelper(s)}(),e.Rabbit)),_t.exports;var e}(),function(){return bt||(bt=1,mt.exports=(e=V(),re(),ce(),Pe(),ze(),function(){var t=e,r=t.lib.StreamCipher,n=t.algo,o=[],i=[],a=[],s=n.RabbitLegacy=r.extend({_doReset:function(){var e=this._key.words,t=this.cfg.iv,r=this._X=[e[0],e[3]<<16|e[2]>>>16,e[1],e[0]<<16|e[3]>>>16,e[2],e[1]<<16|e[0]>>>16,e[3],e[2]<<16|e[1]>>>16],n=this._C=[e[2]<<16|e[2]>>>16,4294901760&e[0]|65535&e[1],e[3]<<16|e[3]>>>16,4294901760&e[1]|65535&e[2],e[0]<<16|e[0]>>>16,4294901760&e[2]|65535&e[3],e[1]<<16|e[1]>>>16,4294901760&e[3]|65535&e[0]];this._b=0;for(var o=0;o<4;o++)c.call(this);for(o=0;o<8;o++)n[o]^=r[o+4&7];if(t){var i=t.words,a=i[0],s=i[1],l=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),u=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),d=l>>>16|4294901760&u,f=u<<16|65535&l;for(n[0]^=l,n[1]^=d,n[2]^=u,n[3]^=f,n[4]^=l,n[5]^=d,n[6]^=u,n[7]^=f,o=0;o<4;o++)c.call(this)}},_doProcessBlock:function(e,t){var r=this._X;c.call(this),o[0]=r[0]^r[5]>>>16^r[3]<<16,o[1]=r[2]^r[7]>>>16^r[5]<<16,o[2]=r[4]^r[1]>>>16^r[7]<<16,o[3]=r[6]^r[3]>>>16^r[1]<<16;for(var n=0;n<4;n++)o[n]=16711935&(o[n]<<8|o[n]>>>24)|4278255360&(o[n]<<24|o[n]>>>8),e[t+n]^=o[n]},blockSize:4,ivSize:2});function c(){for(var e=this._X,t=this._C,r=0;r<8;r++)i[r]=t[r];for(t[0]=t[0]+1295307597+this._b|0,t[1]=t[1]+3545052371+(t[0]>>>0<i[0]>>>0?1:0)|0,t[2]=t[2]+886263092+(t[1]>>>0<i[1]>>>0?1:0)|0,t[3]=t[3]+1295307597+(t[2]>>>0<i[2]>>>0?1:0)|0,t[4]=t[4]+3545052371+(t[3]>>>0<i[3]>>>0?1:0)|0,t[5]=t[5]+886263092+(t[4]>>>0<i[4]>>>0?1:0)|0,t[6]=t[6]+1295307597+(t[5]>>>0<i[5]>>>0?1:0)|0,t[7]=t[7]+3545052371+(t[6]>>>0<i[6]>>>0?1:0)|0,this._b=t[7]>>>0<i[7]>>>0?1:0,r=0;r<8;r++){var n=e[r]+t[r],o=65535&n,s=n>>>16,c=((o*o>>>17)+o*s>>>15)+s*s,l=((4294901760&n)*n|0)+((65535&n)*n|0);a[r]=c^l}e[0]=a[0]+(a[7]<<16|a[7]>>>16)+(a[6]<<16|a[6]>>>16)|0,e[1]=a[1]+(a[0]<<8|a[0]>>>24)+a[7]|0,e[2]=a[2]+(a[1]<<16|a[1]>>>16)+(a[0]<<16|a[0]>>>16)|0,e[3]=a[3]+(a[2]<<8|a[2]>>>24)+a[1]|0,e[4]=a[4]+(a[3]<<16|a[3]>>>16)+(a[2]<<16|a[2]>>>16)|0,e[5]=a[5]+(a[4]<<8|a[4]>>>24)+a[3]|0,e[6]=a[6]+(a[5]<<16|a[5]>>>16)+(a[4]<<16|a[4]>>>16)|0,e[7]=a[7]+(a[6]<<8|a[6]>>>24)+a[5]|0}t.RabbitLegacy=r._createHelper(s)}(),e.RabbitLegacy)),mt.exports;var e}(),kt())),F.exports),Rt=H(Ct),It=function(){return It=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},It.apply(this,arguments)};function Pt(e){return Rt.SHA256(e).toString(Rt.enc.Hex).slice(0,16)}function Lt(e,t){var r=e.source,n=e.context,o=e.id,i=e.dataFormat;void 0===t&&(t=Pt);var a={};return a.source="JSX"===i?zt(r):r,a=It(It(It(It({},a),o&&{id:o}),n&&{context:n}),i&&{dataFormat:i}),t(D(a))}"function"==typeof SuppressedError&&SuppressedError;var Ht=function(e){if(e&&"object"==typeof e){var t={};if("c"in e&&e.c&&(t.c=zt(e.c)),"d"in e){var r=null==e?void 0:e.d;(null==r?void 0:r.b)&&(t.b=Object.fromEntries(Object.entries(r.b).map(function(e){return[e[0],zt(e[1])]}))),(null==r?void 0:r.t)&&(t.t=r.t)}return function(e){var t=e;if(t&&"object"==typeof t&&"string"==typeof t.k){var r=Object.keys(t);if(1===r.length)return!0;if(2===r.length){if("number"==typeof t.i)return!0;if("string"==typeof t.v)return!0}if(3===r.length&&"string"==typeof t.v&&"number"==typeof t.i)return!0}return!1}(e)?It({k:e.k},e.v&&{v:e.v}):t}return e};function zt(e){return Array.isArray(e)?e.map(Ht):Ht(e)}function Mt({gt:e,translations:t,locale:r,defaultLocale:n,translationRequired:o,developmentApiEnabled:i,registerIcuForTranslation:a}){function s(t,r={}){if(!t||"string"!=typeof t)return null;const{$id:n,$context:o,$_hash:i}=r,a=k(r,["$id","$context","$_hash"]);return{id:n,context:o,_hash:i,variables:a,calculateHash:()=>Lt(Object.assign(Object.assign(Object.assign({source:t},o&&{context:o}),n&&{id:n}),{dataFormat:"ICU"})),renderMessage:(t,r)=>e.formatMessage(t,{locales:r,variables:a})}}function c(e,r,n){let o,i="";return r&&(o=null==t?void 0:t[r]),n&&void 0===o&&(i=n,o=null==t?void 0:t[n]),void 0===o&&(i=e(),o=null==t?void 0:t[i]),{translationEntry:o,hash:i}}return{_tFunction:(e,t={},l)=>{const u=s(e,t);if(!u)return"";const{id:d,context:f,_hash:h,calculateHash:p,renderMessage:v}=u;if(!o)return v(e,[n]);const{translationEntry:g,hash:y}=c(p,d,h);if(null===g)return v(e,[n]);if(g)try{return v(g,[r,n])}catch(t){return console.error(O(e,d),"Error: ",t),v(e,[n])}if("undefined"!==(null==l?void 0:l[y])){if(null==l?void 0:l[y])try{return v(null==l?void 0:l[y],[r,n])}catch(t){return console.error(O(e,d),"Error: ",t),v(e,[n])}return v(e,[n])}return i?(a({source:e,targetLocale:r,metadata:Object.assign(Object.assign(Object.assign({},f&&{context:f}),d&&{id:d}),{hash:y||""})}),v(e,[n])):v(e,[n])},_filterMessagesForPreload:e=>{const t=[];for(let r of e){const{message:e}=r,n=k(r,["message"]),o=s(e,n);if(!o)continue;const{id:i,_hash:a,calculateHash:l}=o,{translationEntry:u,hash:d}=c(l,i,a);u||t.push(Object.assign(Object.assign({message:e},n),{$_hash:d}))}return t},_preloadMessages:e=>B(this,void 0,void 0,function*(){const t={};return yield Promise.all(e.map(e=>B(this,void 0,void 0,function*(){var{message:n}=e;const o=s(n,k(e,["message"]));if(!o)return;const{id:i,context:l,_hash:u,calculateHash:d}=o,{translationEntry:f,hash:h}=c(d,i,u);f&&(t[h]=f),t[h]=yield a({source:n,targetLocale:r,metadata:Object.assign(Object.assign(Object.assign({},l&&{context:l}),i&&{id:i}),{hash:h})})}))),t})}}class Dt{static encode(e,t){const r=(null==t?void 0:t.$_hash)||Lt(Object.assign(Object.assign(Object.assign({source:e},(null==t?void 0:t.$context)&&{context:t.$context}),(null==t?void 0:t.$id)&&{id:t.$id}),{dataFormat:"ICU"}));t?t.$_hash=r:t={$_hash:r};const n=Buffer.from(JSON.stringify(t)).toString("base64");return h(e,{locales:["en"],variables:t})+(n?`:${n}`:"")}static decode(e){return-1===e.lastIndexOf(":")?e:e.slice(0,e.lastIndexOf(":"))}static decodeOptions(e){const t=-1===e.lastIndexOf(":")?"":e.slice(e.lastIndexOf(":")+1);if(!t)return null;try{return JSON.parse(Buffer.from(t,"base64").toString())}catch(e){return null}}}function Ft(e,r,n,o,i,s,c,l,u){return a((a,s={})=>{if(!e)return"";let u=!1;const d=Dt.decodeOptions(a);d&&(u=!0,s=d);const f=u?Dt.decode(a):function(e,r){let n=e;const o=r.split(".");for(const e of o){if("object"!=typeof n||Array.isArray(n)||t.isValidElement(n))return;n=n[e]}return n}(e,a);if(!f)return console.warn((e=>`No valid dictionary entry found for id: "${e}"`)(a)),"";if(!function(e){if("string"==typeof e)return!0;if(Array.isArray(e)){if("string"!=typeof(null==e?void 0:e[0]))return!1;const t=null==e?void 0:e[1];if(void 0===t)return!0;if(t&&"object"==typeof t)return!0}return!1}(f))return console.warn((e=>`Invalid dictionary entry found for id: "${e}"`)(a)),"";const{entry:p,metadata:v}=function(e){if(Array.isArray(e)){if(1===e.length)return{entry:e[0]};if(2===e.length)return{entry:e[0],metadata:e[1]}}return{entry:e}}(f);if(!p||"string"!=typeof p)return"";const g=(e,t)=>h(e,{locales:t,variables:s});if(!i)return g(p,[o]);const y=Lt(Object.assign(Object.assign({source:p},(null==v?void 0:v.$context)&&{context:v.$context}),{id:a,dataFormat:"ICU"})),_=null==r?void 0:r[y];return _?g(_,[n,o]):null===_?g(p,[o]):c?(l({source:p,targetLocale:n,metadata:Object.assign(Object.assign({},(null==v?void 0:v.$context)&&{context:v.$context}),{id:a,hash:y})}),g(p,[o])):g(p,[o])},[e,r,n,o,i,c,l,s])}const Nt="generaltranslation.locale",$t="generaltranslation.region";function Ut({children:t,dictionary:r,translations:n,locale:o,region:a,_versionId:l,defaultLocale:u,translationRequired:d,dialectTranslationRequired:h,locales:v=[],renderSettings:g,projectId:_,devApiKey:b,runtimeUrl:m,developmentApiEnabled:w,resetLocaleCookieName:k,localeCookieName:B=Nt,regionCookieName:A=$t,customMapping:O}){const[E,j]=i(n),[T,C]=i(o&&p(o,v)||"");s(()=>{var e;const t=null===(e=document.cookie.split("; ").find(e=>e.startsWith(`${B}=`)))||void 0===e?void 0:e.split("=")[1];T&&t&&t!==T&&(document.cookie=`${B}=;path=/`)},[T,B]);const[R,I]=i(a);s(()=>{var e;const t=null===(e=document.cookie.split("; ").find(e=>e.startsWith(`${A}=`)))||void 0===e?void 0:e.split("=")[1];R&&t&&t!==R&&(document.cookie=`${A}=;path=/`)},[R,A]);const P=c(()=>new f({devApiKey:b,sourceLocale:u,targetLocale:T,projectId:_,baseUrl:m||void 0,customMapping:O}),[b,u,T,_,m,O]),{registerIcuForTranslation:L,registerJsxForTranslation:H}=S({gt:P,locale:T,versionId:l,runtimeUrl:m,setTranslations:j,defaultLocale:u,renderSettings:g,developmentApiEnabled:w}),{_tFunction:z,_filterMessagesForPreload:M,_preloadMessages:D}=Mt({gt:P,translations:E,locale:T,defaultLocale:u,translationRequired:d,developmentApiEnabled:w,registerIcuForTranslation:L}),F=Ft(r,E,T,u,d,h,w,L),N=!(d&&!E)&&T;return y(x.Provider,{value:{gt:P,registerIcuForTranslation:L,registerJsxForTranslation:H,setLocale:e=>{e=p(e,v)||T||u,document.cookie=`${B}=${e};path=/`,document.cookie=`${k}=true;path=/`,C(e),window.location.reload()},_tFunction:z,_filterMessagesForPreload:M,_preloadMessages:D,_dictionaryFunction:F,locale:T,locales:v,defaultLocale:u,region:R,setRegion:e=>{document.cookie=`${A}=${e||""};path=/`,I(e)},translations:E,translationRequired:d,dialectTranslationRequired:h,renderSettings:g,developmentApiEnabled:w},children:y(e.Suspense,{fallback:N&&t,children:N&&t})})}function Vt(e){var{children:t,branch:r}=e,n=k(e,["children","branch"]);const o=(r=null==r?void 0:r.toString())&&void 0!==n[r]?n[r]:t;return y(_,{children:o})}Vt._gtt="branch";var Gt="https://cdn.gtx.dev",Kt="https://runtime2.gtx.dev",Wt="en",Jt=["singular","plural","dual","zero","one","two","few","many","other"];var Xt=new(function(){function e(){this.cache=new Map}return e.prototype._generateKey=function(e,t,r){void 0===r&&(r={});var n=Array.isArray(t)?t.join(","):t,o=r?JSON.stringify(r,Object.keys(r).sort()):"{}";return"".concat(e,":").concat(n,":").concat(o)},e.prototype.get=function(e,t,r){void 0===r&&(r={});var n=this._generateKey(e,t,r);if(!this.cache.has(n)){var o=new Intl[e](t,r);this.cache.set(n,o)}return this.cache.get(n)},e}());function qt(e){var t=e;if(t&&"object"==typeof t&&"string"==typeof t.k){var r=Object.keys(t);if(1===r.length)return!0;if(2===r.length){if("number"==typeof t.i)return!0;if("string"==typeof t.v)return!0}if(3===r.length&&"string"==typeof t.v&&"number"==typeof t.i)return!0}return!1}var Yt={variable:"v",number:"n",datetime:"d",currency:"c"};function Zt(e){return Yt[e]}function Qt(e,r=0){let n=r;const o=e=>{const{type:t,props:r}=e;n+=1;const o={id:n};let i;try{i="function"==typeof t&&t._gtt||""}catch(e){}if(i){const e=i.split("-");if("translate"===e[0]&&(e[0]="fragment"),"variable"===e[0]&&(o.variableType=(null==e?void 0:e[1])||"variable"),"plural"===e[0]){const e=Object.entries(r).reduce((e,[t,r])=>(function(e){return Jt.includes(e)}(t)&&(e[t]=Qt(r,n)),e),{});Object.keys(e).length&&(o.branches=e)}if("branch"===e[0]){const{children:e,branch:t}=r,i=k(r,["children","branch"]),a=Object.entries(i).reduce((e,[t,r])=>(e[t]=Qt(r,n),e),{});Object.keys(a).length&&(o.branches=a)}o.transformation=e[0]}return o};function i(e){return l(e)?function(e){const{props:r}=e,n=o(e),i=Object.assign(Object.assign({},r),{"data-_gt":n});return r.children&&!n.variableType&&(i.children=a(r.children)),e.type===t.Fragment&&(i["data-_gt"].transformation="fragment"),t.cloneElement(e,i)}(e):e}function a(e){return Array.isArray(e)?t.Children.map(e,i):i(e)}return a(e)}"function"==typeof SuppressedError&&SuppressedError;const er={variable:"value",number:"n",datetime:"date",currency:"cost"};function tr(e={},t){var r;if(e.name)return e.name;return`_gt_${er[t]||"value"}_${null===(r=e["data-_gt"])||void 0===r?void 0:r.id}`}var rr={pl:"placeholder",ti:"title",alt:"alt",arl:"aria-label",arb:"aria-labelledby",ard:"aria-describedby"};const nr=e=>{var t;if(!e)return"";const{type:r,props:n}=e;if(r&&"function"==typeof r){if("displayName"in r&&"string"==typeof r.displayName&&r.displayName)return r.displayName;if("name"in r&&"string"==typeof r.name&&r.name)return r.name}return r&&"string"==typeof r?r:n.href?"a":(null===(t=n["data-_gt"])||void 0===t?void 0:t.id)?`C${n["data-_gt"].id}`:"function"},or=e=>{const{props:t}=e,r={t:nr(e)};if(t["data-_gt"]){const e=t["data-_gt"],n=e.transformation;if("variable"===n){const r=e.variableType||"variable",n=tr(t,r),o=Zt(r);return{i:e.id,k:n,v:o}}r.i=e.id,r.d=((e,t,r)=>{let n=Object.entries(rr).reduce((e,[r,n])=>(t[n]&&(e[r]=t[n]),e),{});if("plural"===e&&r){const e={};Object.entries(r).forEach(([t,r])=>{e[t]=ar(r)}),n=Object.assign(Object.assign({},n),{b:e,t:"p"})}if("branch"===e&&r){const e={};Object.entries(r).forEach(([t,r])=>{e[t]=ar(r)}),n=Object.assign(Object.assign({},n),{b:e,t:"b"})}return Object.keys(n).length?n:void 0})(n,t,e.branches);let o=Object.entries(rr).reduce((e,[r,n])=>(t[n]&&(e[r]=t[n]),e),{});if("plural"===n&&e.branches){const t={};Object.entries(e.branches).forEach(([e,r])=>{t[e]=ar(r)}),o=Object.assign(Object.assign({},o),{b:t,t:"p"})}if("branch"===n&&e.branches){const t={};Object.entries(e.branches).forEach(([e,r])=>{t[e]=ar(r)}),o=Object.assign(Object.assign({},o),{b:t,t:"b"})}r.d=Object.keys(o).length?o:void 0}return t.children&&(r.c=ar(t.children)),r},ir=e=>{return r=e,t.isValidElement(r)?or(e):"number"==typeof e?e.toString():e;var r};function ar(e){return Array.isArray(e)?e.map(ir):ir(e)}function sr(e,t,r){let n="",o=null;return"number"==typeof e&&!o&&r&&(n=function(e,t,r){void 0===t&&(t=Jt),void 0===r&&(r=["en"]);var n=Xt.get("PluralRules",r).select(e),o=Math.abs(e);if(0===o&&t.includes("zero"))return"zero";if(1===o){if(t.includes("singular"))return"singular";if(t.includes("one"))return"one"}if("one"===n&&t.includes("singular"))return"singular";if(2===o){if(t.includes("dual"))return"dual";if(t.includes("two"))return"two"}return"two"===n&&t.includes("dual")?"dual":t.includes(n)?n:"two"===n&&t.includes("dual")?"dual":"two"===n&&t.includes("plural")?"plural":"two"===n&&t.includes("other")?"other":"few"===n&&t.includes("plural")?"plural":"few"===n&&t.includes("other")?"other":"many"===n&&t.includes("plural")?"plural":"many"===n&&t.includes("other")?"other":"other"===n&&t.includes("plural")?"plural":""}(e,Object.keys(r),t)),n&&!o&&(o=r[n]),o}function cr(e){var t;return"object"==typeof e&&!!e&&"data-_gt"in e&&"object"==typeof e["data-_gt"]&&!!e["data-_gt"]&&"transformation"in e["data-_gt"]&&"variable"===(null===(t=e["data-_gt"])||void 0===t?void 0:t.transformation)}function lr(e){var t;const r=(null===(t=e["data-_gt"])||void 0===t?void 0:t.variableType)||"variable";return{variableName:tr(e,r),variableType:Zt(r),variableValue:void 0!==e.value?e.value:void 0!==e["data-_gt-unformatted-value"]?e["data-_gt-unformatted-value"]:void 0!==e.children?e.children:void 0,variableOptions:(()=>{const t=Object.assign(Object.assign({},void 0!==e.currency&&{currency:e.currency}),void 0!==e.options&&e.options);return Object.keys(t).length?t:"string"==typeof e["data-_gt-variable-options"]?JSON.parse(e["data-_gt-variable-options"]):e["data-_gt-variable-options"]||void 0})()}}function ur(e){return e&&e.props&&e.props["data-_gt"]?e.props["data-_gt"]:null}function dr({children:e,defaultLocale:r=Wt,renderVariable:n}){const o=e=>t.isValidElement(e)?(e=>{const o=ur(e);if(cr(e.props)){const{variableType:t,variableValue:o,variableOptions:i}=lr(e.props);return n({variableType:t,variableValue:o,variableOptions:i,locales:[r]})}if("plural"===(null==o?void 0:o.transformation)){const t=o.branches||{};return i(sr(e.props.n,[r],t)||e.props.children)}if("branch"===(null==o?void 0:o.transformation)){let t=e.props,{children:r,branch:n,"data-_gt":a}=t,s=k(t,["children","branch","data-_gt"]);return s=o.branches||{},i(void 0!==s[n]?s[n]:r)}return"fragment"===(null==o?void 0:o.transformation)?t.createElement(t.Fragment,{key:e.props.key,children:i(e.props.children)}):e.props.children?t.cloneElement(e,Object.assign(Object.assign({},e.props),{"data-_gt":void 0,children:i(e.props.children)})):t.cloneElement(e,Object.assign(Object.assign({},e.props),{"data-_gt":void 0}))})(e):e,i=e=>Array.isArray(e)?t.Children.map(e,o):o(e);return i(e)}function fr({sourceElement:e,targetElement:r,locales:n=[Wt],renderVariable:o}){var i,a;const{props:s}=e,c=s["data-_gt"],l=null==c?void 0:c.transformation,u=r.d,d={};if(u&&Object.entries(rr).forEach(([e,t])=>{u[e]&&(d[t]=u[e])}),"plural"===l){const t=e.props.n;return hr({source:sr(t,n,c.branches||{})||e.props.children,target:sr(t,n,(null===(i=r.d)||void 0===i?void 0:i.b)||{})||r.c,locales:n,renderVariable:o})}if("branch"===l){const{branch:e,children:t}=s;return hr({source:(c.branches||{})[e]||t,target:((null===(a=r.d)||void 0===a?void 0:a.b)||{})[e]||r.c,locales:n,renderVariable:o})}return"fragment"===l&&r.c?t.createElement(t.Fragment,{key:e.props.key,children:hr({source:s.children,target:r.c,locales:n,renderVariable:o})}):(null==s?void 0:s.children)&&(null==r?void 0:r.c)?t.cloneElement(e,Object.assign(Object.assign(Object.assign({},s),d),{"data-_gt":void 0,children:hr({source:s.children,target:r.c,locales:n,renderVariable:o})})):dr({children:e,defaultLocale:n[0],renderVariable:o})}function hr({source:e,target:r,locales:n=[Wt],renderVariable:o}){if(null==r&&e)return dr({children:e,defaultLocale:n[0],renderVariable:o});if("string"==typeof r)return r;if(Array.isArray(r)&&!Array.isArray(e)&&e&&(e=[e]),Array.isArray(e)&&Array.isArray(r)){const i={},a={},s=e.filter(e=>{if(t.isValidElement(e)){if(!cr(e.props))return!0;{const{variableName:t,variableValue:r,variableOptions:n}=lr(e.props);i[t]=r,a[t]=n}}return!1}),c=e=>s.find(t=>{const r=ur(t);if(void 0!==(null==r?void 0:r.id)){return r.id===e.i}return!1})||s.shift();return r.map((e,r)=>{if("string"==typeof e)return y(t.Fragment,{children:e},`string_${r}`);if(qt(e))return y(t.Fragment,{children:o({variableType:e.v||"v",variableValue:i[e.k],variableOptions:a[e.k],locales:n})},`var_${r}`);const s=c(e);return s?y(t.Fragment,{children:fr({sourceElement:s,targetElement:e,locales:n,renderVariable:o})},`element_${r}`):void 0})}if(r&&"object"==typeof r&&!Array.isArray(r)){const i=qt(r)?"variable":"element";if(t.isValidElement(e)){if("element"===i)return fr({sourceElement:e,targetElement:r,locales:n,renderVariable:o});if(cr(e.props)){const{variableValue:t,variableOptions:r,variableType:i}=lr(e.props);return o({variableType:i,variableValue:t,variableOptions:r,locales:n})}}}return dr({children:e,defaultLocale:n[0],renderVariable:o})}const pr={method:"default",timeout:"undefined"!=typeof process&&"development"!==process.env.NODE_ENV?8e3:12e3};const vr=e=>"string"==typeof e||Array.isArray(e),gr=e=>"object"==typeof e&&null!==e&&!Array.isArray(e);function yr(e,t){const r=Object.assign(Object.assign({},Object.fromEntries(Object.entries(e).filter(([,e])=>vr(e)))),Object.fromEntries(Object.entries(t).filter(([,e])=>vr(e)))),n=Object.entries(e).filter(([,e])=>gr(e)).map(([e])=>e),o=Object.entries(t).filter(([,e])=>gr(e)).map(([e])=>e),i=new Set([...n,...o]);for(const n of i)r[n]=yr(e[n]||{},t[n]||{});return r}const _r="function"==typeof e.use;function br(e){var{children:t,n:r,locales:o}=e,i=k(e,["children","n","locales"]);const a=n(x);let s;a&&(o||(o=a.locale),s||(s=a.defaultLocale));const c=[...o?[o]:[],s||Wt];if("number"!=typeof r)throw new Error((e=>`<Plural> component with children "${e}" requires "n" option.`)(t));return y(_,{children:sr(r,c,i)||t})}var mr;br._gtt="plural";const xr=Number.POSITIVE_INFINITY,wr=null!==(mr=globalThis.__DANGEROUS_USE_REGISTRY__)&&void 0!==mr?mr:globalThis.__DANGEROUS_USE_REGISTRY__=new Map;function kr(e,t=new WeakSet){var r;const n=typeof e;if(null==e||"number"===n||"boolean"===n||"bigint"===n)return String(e);if("string"===n)return JSON.stringify(e);if("symbol"===n)return`:sym(${null!==(r=e.description)&&void 0!==r?r:""})`;if("function"===n)return`:fn(${e.name||"anon"})`;if(Array.isArray(e))return`[${e.map(e=>kr(e,t)).join(",")}]`;if("object"===n){const r=e;if(t.has(r))return":circular";t.add(r);const n=Object.keys(r).sort().map(e=>`${JSON.stringify(e)}:${kr(r[e],t)}`).join(",");return t.delete(r),`{${n}}`}return String(e)}function Br(e){return"string"==typeof e||"number"==typeof e||"symbol"==typeof e?String(e):kr(e)}function Ar(e,t,r){const n=wr,o=Date.now(),i=xr,a=Br(e),s=n.get(a);if(s&&s.expiresAt>o)return s.thenable;const c=function(e){const t=e;return null==t.status&&(t.status="pending",e.then(e=>{t.status="fulfilled",t.value=e},e=>{t.status="rejected",t.reason=e})),t}(t()),l={thenable:c,createdAt:o,expiresAt:o+i};if(n.set(a,l),i!==1/0){const e=()=>{const e=n.get(a);e&&e.thenable===c&&setTimeout(()=>{const e=n.get(a);e&&e.thenable===c&&n.delete(a)},Math.max(0,i))};c.then(e,e)}return c}function Or(t){const{developmentApiEnabled:r,translationRequired:n,_preloadMessages:o,_filterMessagesForPreload:i,_tFunction:a,locale:s}=w("useGT(): No context provided. You're trying to get the t() function from the useGT() hook, which can be called within a <GTProvider>.");let c;if(t&&_r&&r&&n){const r=i(t);r.length>0&&(c=e.use(Ar(["_preloadMessages",s,JSON.stringify(r)],()=>o(r))))}return function(e,t={}){return a(e,t,c)}}function Sr(){return w("useDefaultLocale(): Unable to access default locale outside of a <GTProvider>").defaultLocale}function Er(e){const t=t=>e?`${e}.${t}`:t,{_dictionaryFunction:r}=w(`useTranslations('${e}'): No context provided. You're trying to get the t() function on the client, which can only be done inside a <GTProvider>.`);return function(e,n={}){const o=t(e);return r(o,n)}}function jr(){return w("useLocale(): Unable to access user's locale outside of a <GTProvider>").locale}function Tr(e){var{children:r,id:n,context:o,_hash:i}=e,a=k(e,["children","id","context","_hash"]);if(!r)return;n=null!=n?n:null==a?void 0:a.$id,o=null!=o?o:null==a?void 0:a.$context;const{translations:s,translationRequired:l,developmentApiEnabled:d,dialectTranslationRequired:f,registerJsxForTranslation:h,renderSettings:p,locale:v,defaultLocale:g}=w("<T> used on the client-side outside of <GTProvider>"),b=c(()=>Qt(r),[r]);let m;n&&(m=null==s?void 0:s[n]),void 0===m&&i&&(m=null==s?void 0:s[i]);const[x,A]=c(()=>{if(!l||m)return[void 0,""];const e=ar(b);return[e,Lt(Object.assign(Object.assign(Object.assign({source:e},o&&{context:o}),n&&{id:n}),{dataFormat:"JSX"}))]},[b,o,n,l,m]);void 0===m&&(m=null==s?void 0:s[A]);const O=()=>dr({children:b,defaultLocale:g,renderVariable:R}),S=e=>hr({source:b,target:e,locales:[v,g],renderVariable:R});if(!l||s&&!m&&!d||null===m)return y(_,{children:O()});if(m)return y(u,{fallback:S(m),children:S(m)});const E=()=>B(this,void 0,void 0,function*(){if(!d||!v)return O();if(m)return S(m);try{const e=yield h({source:x,targetLocale:v,metadata:{id:n,hash:A,context:o}});return e?S(e):O()}catch(e){return console.warn(e),O()}});if(_r){const e=t.use(Ar(["getTranslationPromise",d,JSON.stringify(x),v,n,A,o],()=>E()));return y(u,{fallback:e,children:e})}let j;return j="skeleton"===p.method?"":"replace"===p.method||f?O():"",y(u,{fallback:j,children:E()})}function Cr(e){const{locales:t,locale:r,setLocale:n,gt:o}=w(),i=c(()=>{if(!t||0===t.length)return[];const e=t.sort((e,t)=>(new Intl.Collator).compare(o.getLocaleProperties(e).nativeNameWithRegionCode,o.getLocaleProperties(t).nativeNameWithRegionCode));return e},[t]),s=a(e=>o.getLocaleProperties(e),[o]);return{locale:r,locales:e||i,setLocale:n,getLocaleProperties:s}}function Rr(e){if(!e)return;const t={};for(const r in e)t[r]={name:e[r]};return t}function Ir(e){var{locales:t,customNames:r,customMapping:n=Rr(r)}=e,o=k(e,["locales","customNames","customMapping"]);const{locale:i,locales:a,setLocale:s,getLocaleProperties:c}=Cr(t||void 0),l=e=>{if(n&&n[e]){if("string"==typeof n[e])return n[e];if(n[e].name)return n[e].name}return(t=c(e).nativeNameWithRegionCode)?t.charAt(0).toUpperCase()+(t.length>1?t.slice(1):""):"";var t};return a&&0!==a.length&&s?b("select",Object.assign({},o,{value:i||"",onChange:e=>s(e.target.value),children:[!i&&y("option",{value:""}),a.map(e=>y("option",{value:e,suppressHydrationWarning:!0,children:l(e)},e))]})):null}function Pr({regions:e,customMapping:t,prioritizeCurrentLocaleRegion:r=!0,sortRegionsAlphabetically:n=!0}={prioritizeCurrentLocaleRegion:!0,sortRegionsAlphabetically:!0}){const{locales:o,locale:i,setLocale:a,gt:s,region:l,setRegion:u}=w(),{regionCode:f}=s.getLocaleProperties(i),[h,p]=c(()=>{const a=new Map(o.map(e=>{const t=d(e,i,s.customMapping);return[t.regionCode,t]})),c=e?[...e]:Array.from((null==a?void 0:a.keys())||[f]),l=new Map(c.map(e=>{var r;return[e,Object.assign(Object.assign({locale:(null===(r=null==a?void 0:a.get(e))||void 0===r?void 0:r.code)||i},s.getRegionProperties(e)),"string"==typeof(null==t?void 0:t[e])?{name:null==t?void 0:t[e]}:null==t?void 0:t[e])]}));if(n&&c.sort((e,t)=>(new Intl.Collator).compare(l.get(e).name,l.get(t).name)),r){const e=c.indexOf(f);e>0&&(c.splice(e,1),c.unshift(f))}return[c,l]},[e,l,i,o,s]);return{region:l,setRegion:u,regions:h,regionData:p,locales:o,locale:i,localeRegion:f,setLocale:a}}function Lr(e){var{regions:t,placeholder:r,customMapping:n,prioritizeCurrentLocaleRegion:o,sortRegionsAlphabetically:i,asLocaleSelector:a=!1}=e,s=k(e,["regions","placeholder","customMapping","prioritizeCurrentLocaleRegion","sortRegionsAlphabetically","asLocaleSelector"]);const{region:c,setRegion:l,regions:u,regionData:d,locale:f,setLocale:h}=Pr({regions:t,customMapping:n,prioritizeCurrentLocaleRegion:o,sortRegionsAlphabetically:i});return b("select",Object.assign({},s,{value:c||"",onChange:e=>(e=>{if(l(e),a){const t=d.get(e).locale;f!==t&&h(t)}})(e.target.value),children:[!c&&y("option",{value:"",disabled:Boolean(c),hidden:Boolean(c),suppressHydrationWarning:!0,children:r||""},"placeholder"),u.map(e=>y("option",{value:e,suppressHydrationWarning:!0,children:d.get(e).name},e))]}))}function Hr(){return!("undefined"==typeof process||!process.env.NEXT_RUNTIME)||void 0!==(null===globalThis||void 0===globalThis?void 0:globalThis.__NEXT_DATA__)}function zr({locale:e="",defaultLocale:t=Wt,locales:r=[],localeCookieName:n=Nt,ssr:o=!0}){const[a,c]=i(o?e&&p(e,r)||"":Mr({_locale:e,locale:e,locales:r,defaultLocale:t,localeCookieName:n})),[l,u]=function({locale:e,locales:t,defaultLocale:r,localeCookieName:n,_setLocale:o}){const i=n=>{const i=p(n,t)||e||r;return i!==n&&console.warn(((e,t)=>`You are trying to switch to "${t}" which is not supported. Update the list of supported locales through your dashboard or your config.json file if you are using a config file. Falling back to "${e}".`)(i,n)),o(i),i},a=e=>{const t=i(e);"undefined"!=typeof document&&(document.cookie=`${n}=${t};path=/`)};return[a,i]}({locale:a,locales:r,defaultLocale:t,localeCookieName:n,_setLocale:c});return s(()=>{const o=Mr({_locale:e,locale:a,locales:r,defaultLocale:t,localeCookieName:n});u(o)},[e,a,r,t,n]),[a,l]}function Mr({_locale:e,locale:t,locales:r,defaultLocale:n,localeCookieName:o}){var i;if(e&&e===t&&p(e,r)===t)return e;const a=(null===navigator||void 0===navigator?void 0:navigator.languages)?navigator.languages:(null===navigator||void 0===navigator?void 0:navigator.language)?[navigator.language]:(null===navigator||void 0===navigator?void 0:navigator.userLanguage)?[null===navigator||void 0===navigator?void 0:navigator.userLanguage]:[n],s="undefined"!=typeof document?null===(i=document.cookie.split("; ").find(e=>e.startsWith(`${o}=`)))||void 0===i?void 0:i.split("=")[1]:void 0,c=p([...e?[e]:[],...s?[s]:[],...a],r)||n;return s&&s!==c&&"undefined"!=typeof document&&(document.cookie=`${o}=${c};path=/`),c}function Dr({devApiKey:e,projectId:t,runtimeUrl:r,loadTranslationsType:n,cacheUrl:o,locales:i}){s(()=>{if("production"===process.env.NODE_ENV&&e)throw new Error("gt-react Error: Production environments cannot include an api key.");if("custom"===n||!o&&!r||t||"development"!==process.env.NODE_ENV||console.warn("gt-react: Translation cloud services require a project ID! Find yours at generaltranslation.com/dashboard."),t&&r&&"custom"!==n&&!e&&"development"===process.env.NODE_ENV&&console.warn("gt-react: A development API key is required for runtime translation! Find your development API key: generaltranslation.com/dashboard. (Or, disable this warning message by setting runtimeUrl to an empty string which disables runtime translation.)"),r===Kt||o===Gt&&"default"===n){const e=i.filter(e=>!m(e));e.length&&console.warn((e=>`gt-react: The following locales are currently unsupported by our service: ${e.map(e=>{const{name:t}=d(e);return`${e} (${t})`}).join(", ")}`)(e))}},[e,n,o,r,t,i])}function Fr(e,t){return B(this,void 0,void 0,function*(){const r=Array.from(new Set([e,d(e).languageCode]));for(const e of r)try{const r=yield t(e);if(r)return r}catch(e){}console.warn("gt-react Warning: No dictionary was found. Ensure you are either passing your dictionary to the <GTProvider>.")})}function Nr({_dictionary:e,loadDictionary:t,locale:r,defaultLocale:n}){const[o,a]=i(e);return s(()=>{if(!t)return;let e=!0;return(()=>{B(this,void 0,void 0,function*(){const o=yr((yield Fr(n,t))||{},(yield Fr(r,t))||{});e&&a(o||{})})})(),()=>{e=!1}},[t,r,n]),o}function $r({_translations:e,translationRequired:t,loadTranslationsType:r,loadTranslations:n,locale:o,cacheUrl:a,projectId:c,_versionId:l}){const[u,d]=i(e||t&&"disabled"!==r?null:{});return s(()=>{d(t&&"disabled"!==r?null:{})},[o,r]),s(()=>{if(u||!t||"disabled"===r)return;let e=!0;return(()=>{B(this,void 0,void 0,function*(){let t;switch(r){case"custom":if(n)try{t=yield n(o)}catch(e){console.error(((e="")=>`gt-react Error: fetching locally stored translations. If you are using a custom loadTranslations(${e}), make sure it is correctly implemented.`)(o),e)}break;case"default":try{t=yield function(e){return B(this,arguments,void 0,function*({cacheUrl:e,projectId:t,locale:r,versionId:n}){if(!t||!e||!r)return{};const o=yield fetch(n?`${e}/${t}/${r}/${n}`:`${e}/${t}/${r}`);return yield o.json()})}({cacheUrl:a,projectId:c,locale:o,versionId:l})}catch(e){console.error(e)}}t||(t={}),e&&d(t)})})(),()=>{e=!1}},[u,t,r,a,c,o,l]),{translations:u,setTranslations:d}}function Ur({_region:e,regionCookieName:t}){var r;const n="undefined"!=typeof document?null===(r=document.cookie.split("; ").find(e=>e.startsWith(`${t}=`)))||void 0===r?void 0:r.split("=")[1]:void 0,o=e||n;return n&&n!==o&&"undefined"!=typeof document&&(document.cookie=`${t}=${o};path=/`),o}function Vr(e){var{children:t,config:r,projectId:n=(null==r?void 0:r.projectId)||"",devApiKey:o=(null==r?void 0:r.devApiKey)||"",dictionary:a=(null==r?void 0:r.dictionary)||{},locales:l=(null==r?void 0:r.locales)||[],defaultLocale:d=(null==r?void 0:r.defaultLocale)||Wt,cacheUrl:h=(null==r?void 0:r.cacheUrl)||Gt,runtimeUrl:p=(null==r?void 0:r.runtimeUrl)||Kt,renderSettings:_=(null==r?void 0:r.renderSettings)||pr,ssr:b=(null==r?void 0:r.ssr)||Hr(),localeCookieName:m=(null==r?void 0:r.localeCookieName)||Nt,locale:w="",region:B,loadDictionary:A,loadTranslations:O,fallback:E,translations:j=null,_versionId:T,customMapping:C=(null==r?void 0:r.customMapping)}=e,R=k(e,["children","config","projectId","devApiKey","dictionary","locales","defaultLocale","cacheUrl","runtimeUrl","renderSettings","ssr","localeCookieName","locale","region","loadDictionary","loadTranslations","fallback","translations","_versionId","customMapping"]);const{projectId:I,devApiKey:P}=function(e,t){try{return{projectId:e||import.meta.env.VITE_GT_PROJECT_ID||import.meta.env.REDWOOD_ENV_GT_PROJECT_ID||"",devApiKey:t||import.meta.env.VITE_GT_DEV_API_KEY||import.meta.env.VITE_GT_API_KEY||import.meta.env.REDWOOD_ENV_GT_DEV_API_KEY||import.meta.env.REDWOOD_ENV_GT_API_KEY}}catch(e){}try{return{projectId:e||process.env.GT_PROJECT_ID||process.env.REACT_APP_GT_PROJECT_ID||process.env.NEXT_PUBLIC_GT_PROJECT_ID||process.env.GATSBY_GT_PROJECT_ID||"",devApiKey:t||process.env.GT_DEV_API_KEY||process.env.GT_API_KEY||process.env.REACT_APP_GT_DEV_API_KEY||process.env.REACT_APP_GT_API_KEY||process.env.NEXT_PUBLIC_GT_DEV_API_KEY||process.env.NEXT_PUBLIC_GT_API_KEY||process.env.GATSBY_GT_DEV_API_KEY||process.env.GATSBY_GT_API_KEY}}catch(e){console.error(e)}return{projectId:"",devApiKey:""}}(n,o),{locale:L,setLocale:H,locales:z,translationRequired:M,dialectTranslationRequired:D}=function({_locale:e,defaultLocale:t,locales:r,ssr:n,localeCookieName:o}){const i=c(()=>Array.from(new Set([t,...r])),[t,r]),[a,s]=zr({locale:e,defaultLocale:t,locales:i,ssr:n,localeCookieName:o}),[l,u]=c(()=>{const e=v(t,a,i);return[e,e&&g(t,a)]},[t,a,i]);return{locale:a,setLocale:s,locales:i,translationRequired:l,dialectTranslationRequired:u}}({_locale:w,defaultLocale:d,locales:l,ssr:b,localeCookieName:m}),{region:F,setRegion:N}=function({_region:e,ssr:t,regionCookieName:r}){const[n,o]=i(t?void 0:Ur({_region:e,regionCookieName:r}));return s(()=>{o(Ur({_region:e,regionCookieName:r}))},[e,r]),{region:n,setRegion:e=>{o(e),"undefined"!=typeof document&&(document.cookie=`${r}=${e||""};path=/`)}}}({_region:B,ssr:b,regionCookieName:$t}),$=c(()=>new f({devApiKey:P,sourceLocale:d,targetLocale:L,projectId:I,baseUrl:p,customMapping:C}),[P,d,I,p,C]),U=(O?"custom":h&&I&&"default")||"disabled",V=Nr({_dictionary:a,loadDictionary:A,locale:L,defaultLocale:d});Dr({devApiKey:P,projectId:I,runtimeUrl:p,loadTranslationsType:U,cacheUrl:h,locales:l});const{translations:G,setTranslations:K}=$r({_translations:j,translationRequired:M,loadTranslationsType:U,loadTranslations:O,locale:L,cacheUrl:h,projectId:I,_versionId:T}),{registerIcuForTranslation:W,registerJsxForTranslation:J,developmentApiEnabled:X}=S(Object.assign({gt:$,locale:L,versionId:T,defaultLocale:d,runtimeUrl:p,renderSettings:_,setTranslations:K},R)),{_tFunction:q,_filterMessagesForPreload:Y,_preloadMessages:Z}=Mt({gt:$,translations:G,locale:L,defaultLocale:d,translationRequired:M,developmentApiEnabled:X,registerIcuForTranslation:W}),Q=Ft(V,G,L,d,M,D,X,W),ee=!(M&&!G||!L);return y(x.Provider,{value:{gt:$,registerIcuForTranslation:W,registerJsxForTranslation:J,_tFunction:q,_filterMessagesForPreload:Y,_preloadMessages:Z,_dictionaryFunction:Q,developmentApiEnabled:X,locale:L,locales:z,setLocale:H,defaultLocale:d,region:F,setRegion:N,translations:G,translationRequired:M,dialectTranslationRequired:D,projectId:I,renderSettings:_},children:y(u,{fallback:E,children:ee?t:E})})}function Gr(){const{setLocale:e}=w("setLocale(): Unable to access user's locale outside of a <GTProvider>");return e}function Kr(){return w("useLocales(): Unable to access configured locales outside of a <GTProvider>").locales}function Wr(){return w("useGTClass(): Unable to access configured GT class instance outside of a <GTProvider>").gt}function Jr(e){return Wr().getLocaleProperties(e)}function Xr(){return w("useRegion(): Unable to access user's region outside of a <GTProvider>").region}function qr(e){const{gt:t}=w("useLocaleDirection(): Unable to access configured GT class instance outside of a <GTProvider>");return t.getLocaleDirection(e)}Tr._gtt="translate-client";export{Vt as Branch,Ut as ClientProvider,T as Currency,C as DateTime,x as GTContext,Vr as GTProvider,Ir as LocaleSelector,Dt as Msg,E as Num,br as Plural,Lr as RegionSelector,Tr as T,j as Var,R as renderVariable,Sr as useDefaultLocale,Or as useGT,Wr as useGTClass,jr as useLocale,qr as useLocaleDirection,Jr as useLocaleProperties,Cr as useLocaleSelector,Kr as useLocales,Xr as useRegion,Pr as useRegionSelector,S as useRuntimeTranslation,Gr as useSetLocale,Er as useTranslations};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gt-react",
3
- "version": "10.3.2-alpha.0",
3
+ "version": "10.3.2-alpha.1",
4
4
  "description": "A React library for automatic internationalization.",
5
5
  "main": "./dist/index.cjs.min.cjs",
6
6
  "module": "./dist/index.esm.min.mjs",