gt-react 10.0.0-alpha.35 → 10.0.0-alpha.37

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,B,T,A,S,O=this._hash.words,E=u.words,j=d.words,C=a.words,I=s.words,P=c.words,R=l.words;for(w=i=O[0],k=f=O[1],B=b=O[2],T=m=O[3],A=x=O[4],r=0;r<80;r+=1)S=i+e[t+C[r]]|0,S+=r<16?h(f,b,m)+E[0]:r<32?p(f,b,m)+E[1]:r<48?v(f,b,m)+E[2]:r<64?g(f,b,m)+E[3]:y(f,b,m)+E[4],S=(S=_(S|=0,P[r]))+x|0,i=x,x=m,m=_(b,10),b=f,f=S,S=w+e[t+I[r]]|0,S+=r<16?y(k,B,T)+j[0]:r<32?g(k,B,T)+j[1]:r<48?v(k,B,T)+j[2]:r<64?p(k,B,T)+j[3]:h(k,B,T)+j[4],S=(S=_(S|=0,R[r]))+A|0,w=A,A=T,T=_(B,10),B=k,k=S;S=O[1]+b+T|0,O[1]=O[2]+m+A|0,O[2]=O[3]+x+w|0,O[3]=O[4]+i+k|0,O[4]=O[0]+f+B|0,O[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)),ke.exports;var e}(),Ae(),function(){return Se||(Se=1,Oe.exports=(c=U(),de(),Ae(),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)),Oe.exports;var e,t,r,n,o,i,a,s,c}(),Ce(),Re(),De(),Ne(),$e(),Ge(),function(){return We?Je.exports:(We=1,Je.exports=(t=U(),Re(),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 Xe?qe.exports:(Xe=1,qe.exports=(e=U(),Re(),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 Ye?Ze.exports:(Ye=1,Ze.exports=(e=U(),Re(),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 Qe?et.exports:(Qe=1,et.exports=(e=U(),Re(),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 tt||(tt=1,rt.exports=(e=U(),Re(),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)),rt.exports;var e}(),function(){return nt?ot.exports:(nt=1,ot.exports=(e=U(),Re(),e.pad.NoPadding={pad:function(){},unpad:function(){}},e.pad.NoPadding));var e}(),function(){return it?at.exports:(it=1,at.exports=(n=U(),Re(),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 st||(st=1,ct.exports=(e=U(),Q(),ie(),Ce(),Re(),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)),ct.exports;var e}(),dt(),function(){return ft||(ft=1,ht.exports=(e=U(),Q(),ie(),Ce(),Re(),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)),ht.exports;var e}(),function(){return pt||(pt=1,vt.exports=(e=U(),Q(),ie(),Ce(),Re(),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)),vt.exports;var e}(),function(){return gt||(gt=1,yt.exports=(e=U(),Q(),ie(),Ce(),Re(),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)),yt.exports;var e}(),mt())),D.exports),Et=P(Ot),jt=function(){return jt=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},jt.apply(this,arguments)};function Ct(e){return Et.SHA256(e).toString(Et.enc.Hex).slice(0,16)}function It(e,t){var r=e.source,n=e.context,o=e.id,i=e.dataFormat;void 0===t&&(t=Ct);var a={};return a.source="JSX"===i?Rt(r):r,a=jt(jt(jt(jt({},a),o&&{id:o}),n&&{context:n}),i&&{dataFormat:i}),t(z(a))}"function"==typeof SuppressedError&&SuppressedError;var Pt=function(e){if(e&&"object"==typeof e){var t={};if("c"in e&&e.c&&(t.c=Rt(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],Rt(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)?jt({k:e.k},e.v&&{v:e.v}):t}return e};function Rt(e){return Array.isArray(e)?e.map(Pt):Pt(e)}function Ht(e,t,r,n,o,i,a,c,l){return s(((s,u={})=>{const{$id:f,$context:h}=u,p=x(u,["$id","$context"]);if(!s||"string"!=typeof s)return"";const v=(e,t)=>d(e,{locales:t,variables:p}),g=f&&(null==e?void 0:e[f]);let y="";o&&!g&&(y=It(Object.assign(Object.assign(Object.assign({source:s},h&&{context:h}),f&&{id:f}),{dataFormat:"ICU"})));const _=g?null==e?void 0:e[f]:null==e?void 0:e[y],b=null==t?void 0:t[y];return o&&"error"!==(null==b?void 0:b.status)?"success"===(null==b?void 0:b.status)?v(_,[r,n]):a?(c({source:s,targetLocale:r,metadata:Object.assign(Object.assign(Object.assign({},h&&{context:h}),f&&{id:f}),{hash:y||""})}),"replace"===l.method?v(s,[n]):"skeleton"===l.method?"":i?v(s,[n]):""):v(s,[n]):v(s,[n])}),[e,t,r,n,o,a,c,i])}function zt(t,r,n,o,i,a,c,l,u,f){return s(((s,h={})=>{if(!t)return"";const p=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}(t,s);if(!p)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}(p))return console.warn((e=>`Invalid dictionary entry found for id: "${e}"`)(s)),"";const{entry:v,metadata:g}=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}}(p);if(!v||"string"!=typeof v)return"";const y=(e,t)=>d(e,{locales:t,variables:h});if(!a)return y(v,[i]);const _=It(Object.assign(Object.assign({source:v},(null==g?void 0:g.$context)&&{context:g.$context}),{id:s,dataFormat:"ICU"})),b=null==r?void 0:r[_],m=null==n?void 0:n[_];return"success"===(null==m?void 0:m.status)?y(b,[o,i]):"error"===(null==m?void 0:m.status)?y(v,[i]):l?(u({source:v,targetLocale:o,metadata:Object.assign(Object.assign({},(null==g?void 0:g.$context)&&{context:g.$context}),{id:s,hash:_})}),"replace"===f.method?y(v,[i]):"skeleton"===f.method?"":c?y(v,[i]):""):y(v,[i])}),[t,r,n,o,i,a,l,u,c])}const Dt="generaltranslation.locale";function Lt({children:e,dictionary:t,initialTranslations:r,locale:o,_versionId:s,defaultLocale:c,translationRequired:l,dialectTranslationRequired:d,locales:h=[],renderSettings:p,projectId:g,devApiKey:y,runtimeUrl:_,runtimeTranslationEnabled:m,resetLocaleCookieName:x,localeCookieName:w=Dt,customMapping:k}){const T=a((()=>new u({devApiKey:y,sourceLocale:c,projectId:g,baseUrl:_||void 0,customMapping:k})),[y,c,g,_,k]),[A,S]=n(y?null:r),[O,E]=n(null),[j,C]=n(o&&f(o,h)||"");i((()=>{const e=o&&f(o,h)||"";e!==j&&C(e)}),[o,h]),i((()=>{var e;const t=null===(e=document.cookie.split("; ").find((e=>e.startsWith(`${w}=`))))||void 0===e?void 0:e.split("=")[1];j&&t&&t!==j&&(document.cookie=`${w}=;path=/`)}),[j,w]);i((()=>{S((e=>Object.assign(Object.assign({},r),e))),E((e=>Object.assign(Object.assign({},Object.keys(r).reduce(((e,t)=>(e[t]={status:"success"},e)),{})),e)))}),[r]);const{registerIcuForTranslation:I,registerJsxForTranslation:P,registerI18nextForTranslation:R}=B({gt:T,locale:j,versionId:s,projectId:g,devApiKey:y,runtimeUrl:_,setTranslations:S,setTranslationsStatus:E,defaultLocale:c,renderSettings:p,runtimeTranslationEnabled:m}),H=Ht(A,O,j,c,l,d,m,I,p),z=zt(t,A,O,j,c,l,d,m,I,p),D=!(l&&!A)&&j;return v(b.Provider,{value:{gt:T,registerIcuForTranslation:I,registerI18nextForTranslation:R,registerJsxForTranslation:P,setLocale:e=>{e=f(e,h)||j||c,document.cookie=`${w}=${e};path=/`,document.cookie=`${x}=true;path=/`,C(e),window.location.reload()},_internalUseGTFunction:H,_internalUseTranslationsFunction:z,locale:j,locales:h,defaultLocale:c,translations:A,translationsStatus:O,translationRequired:l,dialectTranslationRequired:d,renderSettings:p,runtimeTranslationEnabled:m},children:D&&e})}function Ft(e){var{children:t,branch:r}=e,n=x(e,["children","branch"]);const o=(r=null==r?void 0:r.toString())&&void 0!==n[r]?n[r]:t;return v(g,{children:o})}Ft.gtTransformation="branch";var Nt="https://cdn.gtx.dev",Ut="https://runtime2.gtx.dev",Mt="en",$t=["singular","plural","dual","zero","one","two","few","many","other"];var Kt=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 Vt(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 Gt={variable:"v",number:"n",datetime:"d",currency:"c"};function Wt(e){return Gt[e]}function Jt(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.gtTransformation||""}catch(e){}if(i){const t=i.split("-");if("translate"===t[0])throw new Error((e=>{var t;return`General Translation: Nested <T> components. The inner <T> has the id: "${null===(t=null==e?void 0:e.props)||void 0===t?void 0:t.id}".`})(e));if("variable"===t[0]&&(o.variableType=(null==t?void 0:t[1])||"variable"),"plural"===t[0]){const e=Object.entries(r).reduce(((e,[t,r])=>(function(e){return $t.includes(e)}(t)&&(e[t]=Jt(r,n)),e)),{});Object.keys(e).length&&(o.branches=e)}if("branch"===t[0]){const{children:e,branch:t}=r,i=x(r,["children","branch"]),a=Object.entries(i).reduce(((e,[t,r])=>(e[t]=Jt(r,n),e)),{});Object.keys(a).length&&(o.branches=a)}o.transformation=t[0]}return o};function i(t){return c(t)?function(t){const{props:r}=t;if(r["data-_gt"])throw new Error((e=>`General Translation already in use on child with props: ${e.props}. This usually occurs when you nest <T> components within the same file. Remove one of the <T> components to continue.`)(t));const 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)}const Xt={variable:"value",number:"n",datetime:"date",currency:"cost"};function qt(e={},t){var r;if(e.name)return e.name;return`_gt_${Xt[t]||"value"}_${null===(r=e["data-_gt"])||void 0===r?void 0:r.id}`}var Yt={pl:"placeholder",ti:"title",alt:"alt",arl:"aria-label",arb:"aria-labelledby",ard:"aria-describedby"};const Zt=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"},Qt=e=>{const{props:t}=e,r={t:Zt(e)};if(t["data-_gt"]){const e=t["data-_gt"],n=e.transformation;if("variable"===n){const r=e.variableType||"variable",n=qt(t,r),o=Wt(r);return{i:e.id,k:n,v:o}}r.i=e.id,r.d=((e,t,r)=>{let n=Object.entries(Yt).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]=tr(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]=tr(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(Yt).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]=tr(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]=tr(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=tr(t.children)),r},er=t=>{return r=t,e.isValidElement(r)?Qt(t):"number"==typeof t?t.toString():t;var r};function tr(e){return Array.isArray(e)?e.map(er):er(e)}function rr(e,t,r){let n="",o=null;return"number"==typeof e&&!o&&r&&(n=function(e,t,r){void 0===t&&(t=$t),void 0===r&&(r=["en"]);var n=Kt.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 nr(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 or(e){var t;const r=(null===(t=e["data-_gt"])||void 0===t?void 0:t.variableType)||"variable";return{variableName:qt(e,r),variableType:Wt(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&&{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 ir(e){return e&&e.props&&e.props["data-_gt"]?e.props["data-_gt"]:null}function ar({children:t,defaultLocale:r=Mt,renderVariable:n}){const o=t=>e.isValidElement(t)?(t=>{const o=ir(t);if(nr(t.props)){const{variableType:e,variableValue:o,variableOptions:i}=or(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(rr(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=x(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(t.type,{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 sr({sourceElement:t,targetElement:r,locales:n=[Mt],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(Yt).forEach((([e,t])=>{u[e]&&(d[t]=u[e])})),"plural"===l){const e=t.props.n;return cr({source:rr(e,n,c.branches||{})||t.props.children,target:rr(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 cr({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(t.type,{key:t.props.key,children:cr({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:cr({source:s.children,target:r.c,locales:n,renderVariable:o})})):ar({children:t,defaultLocale:n[0],renderVariable:o})}function cr({source:t,target:r,locales:n=[Mt],renderVariable:o}){if(null==r&&t)return ar({children:t,defaultLocale:n[0],renderVariable:o});if("string"==typeof r)return r;if(Array.isArray(r)&&!Array.isArray(t)&&t&&(t=[t]),Array.isArray(t)&&Array.isArray(r)){const i={},a={},s=t.filter((t=>{if(e.isValidElement(t)){if(!nr(t.props))return!0;{const{variableName:e,variableValue:r,variableOptions:n}=or(t.props);i[e]=r,a[e]=n}}return!1})),c=e=>s.find((t=>{const r=ir(t);if(void 0!==(null==r?void 0:r.id)){return r.id===e.i}return!1}))||s.shift();return r.map(((t,r)=>{if("string"==typeof t)return v(e.Fragment,{children:t},`string_${r}`);if(Vt(t))return v(e.Fragment,{children:o({variableType:t.v||"v",variableValue:i[t.k],variableOptions:a[t.k],locales:n})},`var_${r}`);const s=c(t);return s?v(e.Fragment,{children:sr({sourceElement:s,targetElement:t,locales:n,renderVariable:o})},`element_${r}`):void 0}))}if(r&&"object"==typeof r&&!Array.isArray(r)){const i=Vt(r)?"variable":"element";if(e.isValidElement(t)){if("element"===i)return sr({sourceElement:t,targetElement:r,locales:n,renderVariable:o});if(nr(t.props)){const{variableValue:e,variableOptions:r,variableType:i}=or(t.props);return o({variableType:i,variableValue:e,variableOptions:r,locales:n})}}}return ar({children:t,defaultLocale:n[0],renderVariable:o})}const lr={method:"default",timeout:"undefined"!=typeof process&&"development"!==process.env.NODE_ENV?8e3:12e3};const ur=e=>"string"==typeof e||Array.isArray(e),dr=e=>"object"==typeof e&&null!==e&&!Array.isArray(e);function fr(e,t){const r=Object.assign(Object.assign({},Object.fromEntries(Object.entries(e).filter((([,e])=>ur(e))))),Object.fromEntries(Object.entries(t).filter((([,e])=>ur(e))))),n=Object.entries(e).filter((([,e])=>dr(e))).map((([e])=>e)),o=Object.entries(t).filter((([,e])=>dr(e))).map((([e])=>e)),i=new Set([...n,...o]);for(const n of i)r[n]=fr(e[n]||{},t[n]||{});return r}function hr(e){var{children:t,n:n,locales:o}=e,i=x(e,["children","n","locales"]);const a=r(b);let s;a&&(o||(o=a.locale),s||(s=a.defaultLocale));const c=[...o?[o]:[],s||Mt];if("number"!=typeof n)throw new Error((e=>`<Plural> component with children "${e}" requires "n" option.`)(t));return v(g,{children:rr(n,c,i)||t})}function pr(){const{_internalUseGTFunction:e}=m("useGT(): No context provided. You're trying to get the t() function from the useGT() hook, which can be invoked within a <GTProvider>.");return function(t,r={}){return e(t,r)}}function vr(){return m("useDefaultLocale(): Unable to access default locale outside of a <GTProvider>").defaultLocale}function gr(e){const t=t=>e?`${e}.${t}`:t,{_internalUseTranslationsFunction:r}=m(`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 yr(){return m("useLocale(): Unable to access user's locale outside of a <GTProvider>").locale}function _r(e){var{children:t,id:r,context:n}=e,o=x(e,["children","id","context"]);if(!t)return null;r=null!=r?r:null==o?void 0:o.$id,n=null!=n?n:null==o?void 0:o.$context;const{translations:s,translationRequired:c,translationsStatus:l,runtimeTranslationEnabled:u,dialectTranslationRequired:d,registerJsxForTranslation:f,renderSettings:h,locale:p,defaultLocale:y}=m("<T> used on the client-side outside of <GTProvider>"),_=a((()=>Jt(t)),[t]),b=r&&(null==s?void 0:s[r]),[w,k]=a((()=>{if(!c||b)return[void 0,""];const e=tr(_);return[e,It(Object.assign(Object.assign(Object.assign({source:e},n&&{context:n}),r&&{id:r}),{dataFormat:"JSX"}))]}),[_,n,r,c,b]),B=b?null==s?void 0:s[r]:null==s?void 0:s[k],T=null==l?void 0:l[k];i((()=>{u&&c&&s&&p&&!B&&!T&&f({source:w,targetLocale:p,metadata:{id:r,hash:k,context:n}})}),[u,s,B,c,r,k,n,p,t]);const A=()=>ar({children:_,defaultLocale:y,renderVariable:E});if(!c||s&&!B&&!u||"error"===(null==T?void 0:T.status))return v(g,{children:A()});if(!B||"loading"===(null==T?void 0:T.status)){let e;return e="skeleton"===h.method?"":"replace"===h.method||d?A():"",v(g,{children:e})}return v(g,{children:(S=B,cr({source:_,target:S,locales:[p,y],renderVariable:E}))});var S}function br(){return m("useLocales(): Unable to access configured locales outside of a <GTProvider>").locales}function mr(){const{setLocale:e}=m("setLocale(): Unable to access user's locale outside of a <GTProvider>");return e}function xr(){return m("useGTClass(): Unable to access configured GT class instance outside of a <GTProvider>").gt}function wr(e){return xr().getLocaleProperties(e)}function kr(e){const t=br(),r=yr(),n=mr(),o=xr(),i=a((()=>{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]),c=s((e=>o.getLocaleProperties(e)),[o]);return{locale:r,locales:e||i,setLocale:n,getLocaleProperties:c}}function Br(e){var{locales:t,customNames:r}=e,n=x(e,["locales","customNames"]);const{locale:o,locales:i,setLocale:a,getLocaleProperties:s}=kr(t||void 0),c=e=>{return r&&r[e]?r[e]:(t=s(e).nativeNameWithRegionCode)?t.charAt(0).toUpperCase()+(t.length>1?t.slice(1):""):"";var t};return i&&0!==i.length&&a?y("select",Object.assign({},n,{value:o||"",onChange:e=>a(e.target.value),children:[!o&&v("option",{value:""}),i.map((e=>v("option",{value:e,suppressHydrationWarning:!0,children:c(e)},e)))]})):null}function Tr(){return!("undefined"==typeof process||!process.env.NEXT_RUNTIME)||void 0!==(null===globalThis||void 0===globalThis?void 0:globalThis.__NEXT_DATA__)}function Ar({locale:e="",defaultLocale:t=Mt,locales:r=[],localeCookieName:o=Dt,ssr:a=!0}){const[s,c]=n(a?e&&f(e,r)||"":Sr({_locale:e,locale:e,locales:r,defaultLocale:t,localeCookieName:o})),[l,u]=function({locale:e,locales:t,defaultLocale:r,localeCookieName:n,_setLocale:o}){const i=n=>{const i=f(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:s,locales:r,defaultLocale:t,localeCookieName:o,_setLocale:c});return i((()=>{const n=Sr({_locale:e,locale:s,locales:r,defaultLocale:t,localeCookieName:o});u(n)}),[e,s,r,t,o]),[s,l]}function Sr({_locale:e,locale:t,locales:r,defaultLocale:n,localeCookieName:o}){var i;if(e&&e===t&&f(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=f([...e?[e]:[],...s?[s]:[],...a],r)||n;return s&&s!==c&&"undefined"!=typeof document&&(document.cookie=`${o}=${c};path=/`),c}function Or({devApiKey:e,projectId:t,runtimeUrl:r,loadTranslationsType:n,cacheUrl:o,locales:a}){i((()=>{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===Ut||o===Nt&&"default"===n){const e=a.filter((e=>!_(e)));e.length&&console.warn((e=>`gt-react: The following locales are currently unsupported by our service: ${e.map((e=>{const{name:t}=l(e);return`${e} (${t})`})).join(", ")}`)(e))}}),[e,n,o,r,t,a])}function Er(e,t){return w(this,void 0,void 0,(function*(){const r=Array.from(new Set([e,l(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 jr({_dictionary:e,loadDictionary:t,locale:r,defaultLocale:o}){const[a,s]=n(e);return i((()=>{if(!t)return;let e=!0;return(()=>{w(this,void 0,void 0,(function*(){const n=fr((yield Er(o,t))||{},(yield Er(r,t))||{});e&&s(n||{})}))})(),()=>{e=!1}}),[t,r,o]),a}function Cr({_translations:e,translationRequired:t,loadTranslationsType:r,loadTranslations:o,locale:a,cacheUrl:s,projectId:c,_versionId:l}){const[u,d]=n(e||t&&"disabled"!==r?null:{}),[f,h]=n(null);return i((()=>{d(t&&"disabled"!==r?null:{}),h(t&&"disabled"!==r?null:{})}),[a,r]),i((()=>{if(u||!t||"disabled"===r)return;let e=!0;return(()=>{w(this,void 0,void 0,(function*(){let t;switch(r){case"custom":if(o)try{t=yield o(a)}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.`)(a),e)}break;case"default":try{t=yield function(e){return w(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:s,projectId:c,locale:a,versionId:l})}catch(e){console.error(e)}}t||(t={}),e&&(d(t),h(Object.keys(t).reduce(((e,t)=>(e[t]={status:"success"},e)),{})))}))})(),()=>{e=!1}}),[u,t,r,s,c,a,l]),{translations:u,setTranslations:d,translationsStatus:f,setTranslationsStatus:h}}function Ir(e){var{children:t,config:r,projectId:n=(null==r?void 0:r.projectId)||"",devApiKey:o=(null==r?void 0:r.devApiKey)||"",dictionary:i=(null==r?void 0:r.dictionary)||{},locales:s=(null==r?void 0:r.locales)||[],defaultLocale:c=(null==r?void 0:r.defaultLocale)||Mt,cacheUrl:l=(null==r?void 0:r.cacheUrl)||Nt,runtimeUrl:d=(null==r?void 0:r.runtimeUrl)||Ut,renderSettings:f=(null==r?void 0:r.renderSettings)||lr,ssr:g=(null==r?void 0:r.ssr)||Tr(),localeCookieName:y=(null==r?void 0:r.localeCookieName)||Dt,locale:_="",loadDictionary:m,loadTranslations:w,fallback:k,translations:T=null,_versionId:A,customMapping:S=(null==r?void 0:r.customMapping)}=e,O=x(e,["children","config","projectId","devApiKey","dictionary","locales","defaultLocale","cacheUrl","runtimeUrl","renderSettings","ssr","localeCookieName","locale","loadDictionary","loadTranslations","fallback","translations","_versionId","customMapping"]);const{projectId:E,devApiKey:j}=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:C,setLocale:I,locales:P,translationRequired:R,dialectTranslationRequired:H}=function({_locale:e,defaultLocale:t,locales:r,ssr:n,localeCookieName:o}){const i=a((()=>Array.from(new Set([t,...r]))),[t,r]),[s,c]=Ar({locale:e,defaultLocale:t,locales:i,ssr:n,localeCookieName:o}),[l,u]=a((()=>{const e=h(t,s,i);return[e,e&&p(t,s)]}),[t,s,i]);return{locale:s,setLocale:c,locales:i,translationRequired:l,dialectTranslationRequired:u}}({_locale:_,defaultLocale:c,locales:s,ssr:g,localeCookieName:y}),z=a((()=>new u({devApiKey:j,sourceLocale:c,projectId:E,baseUrl:d,customMapping:S})),[j,c,E,d,S]),D=(w?"custom":l&&E&&"default")||"disabled",L=jr({_dictionary:i,loadDictionary:m,locale:C,defaultLocale:c});Or({devApiKey:j,projectId:E,runtimeUrl:d,loadTranslationsType:D,cacheUrl:l,locales:s});const{translations:F,setTranslations:N,translationsStatus:U,setTranslationsStatus:M}=Cr({_translations:T,translationRequired:R,loadTranslationsType:D,loadTranslations:w,locale:C,cacheUrl:l,projectId:E,_versionId:A}),{registerI18nextForTranslation:$,registerIcuForTranslation:K,registerJsxForTranslation:V,runtimeTranslationEnabled:G}=B(Object.assign({locale:C,versionId:A,projectId:E,defaultLocale:c,devApiKey:j,runtimeUrl:d,renderSettings:f,setTranslations:N,setTranslationsStatus:M},O)),W=Ht(F,U,C,c,R,H,G,K,f),J=zt(L,F,U,C,c,R,H,G,K,f),X=!(R&&!F||!C);return v(b.Provider,{value:{gt:z,registerI18nextForTranslation:$,registerIcuForTranslation:K,registerJsxForTranslation:V,_internalUseGTFunction:W,_internalUseTranslationsFunction:J,runtimeTranslationEnabled:G,locale:C,locales:P,setLocale:I,defaultLocale:c,translations:F,translationsStatus:U,translationRequired:R,dialectTranslationRequired:H,projectId:E,renderSettings:f},children:X?t:k})}hr.gtTransformation="plural",_r.gtTransformation="translate-client";export{Ft as Branch,Lt as ClientProvider,S as Currency,O as DateTime,b as GTContext,Ir as GTProvider,Br as LocaleSelector,T as Num,hr as Plural,_r as T,A as Var,E as renderVariable,vr as useDefaultLocale,gr as useDict,pr as useGT,xr as useGTClass,yr as useLocale,wr as useLocaleProperties,kr as useLocaleSelector,br as useLocales,B as useRuntimeTranslation,mr as useSetLocale,gr 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,T,A,S,O=this._hash.words,E=u.words,j=d.words,C=a.words,I=s.words,P=c.words,R=l.words;for(w=i=O[0],k=f=O[1],B=b=O[2],T=m=O[3],A=x=O[4],r=0;r<80;r+=1)S=i+e[t+C[r]]|0,S+=r<16?h(f,b,m)+E[0]:r<32?p(f,b,m)+E[1]:r<48?v(f,b,m)+E[2]:r<64?g(f,b,m)+E[3]:y(f,b,m)+E[4],S=(S=_(S|=0,P[r]))+x|0,i=x,x=m,m=_(b,10),b=f,f=S,S=w+e[t+I[r]]|0,S+=r<16?y(k,B,T)+j[0]:r<32?g(k,B,T)+j[1]:r<48?v(k,B,T)+j[2]:r<64?p(k,B,T)+j[3]:h(k,B,T)+j[4],S=(S=_(S|=0,R[r]))+A|0,w=A,A=T,T=_(B,10),B=k,k=S;S=O[1]+b+T|0,O[1]=O[2]+m+A|0,O[2]=O[3]+x+w|0,O[3]=O[4]+i+k|0,O[4]=O[0]+f+B|0,O[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)),ke.exports;var e}(),Ae(),function(){return Se||(Se=1,Oe.exports=(c=U(),de(),Ae(),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)),Oe.exports;var e,t,r,n,o,i,a,s,c}(),Ce(),Re(),De(),Ne(),$e(),Ge(),function(){return We?Je.exports:(We=1,Je.exports=(t=U(),Re(),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 Xe?qe.exports:(Xe=1,qe.exports=(e=U(),Re(),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 Ye?Ze.exports:(Ye=1,Ze.exports=(e=U(),Re(),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 Qe?et.exports:(Qe=1,et.exports=(e=U(),Re(),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 tt||(tt=1,rt.exports=(e=U(),Re(),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)),rt.exports;var e}(),function(){return nt?ot.exports:(nt=1,ot.exports=(e=U(),Re(),e.pad.NoPadding={pad:function(){},unpad:function(){}},e.pad.NoPadding));var e}(),function(){return it?at.exports:(it=1,at.exports=(n=U(),Re(),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 st||(st=1,ct.exports=(e=U(),Q(),ie(),Ce(),Re(),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)),ct.exports;var e}(),dt(),function(){return ft||(ft=1,ht.exports=(e=U(),Q(),ie(),Ce(),Re(),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)),ht.exports;var e}(),function(){return pt||(pt=1,vt.exports=(e=U(),Q(),ie(),Ce(),Re(),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)),vt.exports;var e}(),function(){return gt||(gt=1,yt.exports=(e=U(),Q(),ie(),Ce(),Re(),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)),yt.exports;var e}(),mt())),D.exports),Et=P(Ot),jt=function(){return jt=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},jt.apply(this,arguments)};function Ct(e){return Et.SHA256(e).toString(Et.enc.Hex).slice(0,16)}function It(e,t){var r=e.source,n=e.context,o=e.id,i=e.dataFormat;void 0===t&&(t=Ct);var a={};return a.source="JSX"===i?Rt(r):r,a=jt(jt(jt(jt({},a),o&&{id:o}),n&&{context:n}),i&&{dataFormat:i}),t(z(a))}"function"==typeof SuppressedError&&SuppressedError;var Pt=function(e){if(e&&"object"==typeof e){var t={};if("c"in e&&e.c&&(t.c=Rt(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],Rt(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)?jt({k:e.k},e.v&&{v:e.v}):t}return e};function Rt(e){return Array.isArray(e)?e.map(Pt):Pt(e)}function Ht(e,t,r,n,o,i,a,c,l){return s(((s,u={})=>{const{$id:f,$context:h}=u,p=x(u,["$id","$context"]);if(!s||"string"!=typeof s)return"";const v=(e,t)=>d(e,{locales:t,variables:p}),g=f&&(null==e?void 0:e[f]);let y="";o&&!g&&(y=It(Object.assign(Object.assign(Object.assign({source:s},h&&{context:h}),f&&{id:f}),{dataFormat:"ICU"})));const _=g?null==e?void 0:e[f]:null==e?void 0:e[y],b=null==t?void 0:t[y];return o&&"error"!==(null==b?void 0:b.status)?"success"===(null==b?void 0:b.status)?v(_,[r,n]):a?(c({source:s,targetLocale:r,metadata:Object.assign(Object.assign(Object.assign({},h&&{context:h}),f&&{id:f}),{hash:y||""})}),"replace"===l.method?v(s,[n]):"skeleton"===l.method?"":i?v(s,[n]):""):v(s,[n]):v(s,[n])}),[e,t,r,n,o,a,c,i])}function zt(t,r,n,o,i,a,c,l,u,f){return s(((s,h={})=>{if(!t)return"";const p=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}(t,s);if(!p)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}(p))return console.warn((e=>`Invalid dictionary entry found for id: "${e}"`)(s)),"";const{entry:v,metadata:g}=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}}(p);if(!v||"string"!=typeof v)return"";const y=(e,t)=>d(e,{locales:t,variables:h});if(!a)return y(v,[i]);const _=It(Object.assign(Object.assign({source:v},(null==g?void 0:g.$context)&&{context:g.$context}),{id:s,dataFormat:"ICU"})),b=null==r?void 0:r[_],m=null==n?void 0:n[_];return"success"===(null==m?void 0:m.status)?y(b,[o,i]):"error"===(null==m?void 0:m.status)?y(v,[i]):l?(u({source:v,targetLocale:o,metadata:Object.assign(Object.assign({},(null==g?void 0:g.$context)&&{context:g.$context}),{id:s,hash:_})}),"replace"===f.method?y(v,[i]):"skeleton"===f.method?"":c?y(v,[i]):""):y(v,[i])}),[t,r,n,o,i,a,l,u,c])}const Dt="generaltranslation.locale";function Lt({children:e,dictionary:t,initialTranslations:r,locale:o,_versionId:s,defaultLocale:c,translationRequired:l,dialectTranslationRequired:d,locales:h=[],renderSettings:p,projectId:g,devApiKey:y,runtimeUrl:_,runtimeTranslationEnabled:m,resetLocaleCookieName:x,localeCookieName:w=Dt,customMapping:k}){const T=a((()=>new u({devApiKey:y,sourceLocale:c,projectId:g,baseUrl:_||void 0,customMapping:k})),[y,c,g,_,k]),[A,S]=n(y?null:r),[O,E]=n(null),[j,C]=n(o&&f(o,h)||"");i((()=>{const e=o&&f(o,h)||"";e!==j&&C(e)}),[o,h]),i((()=>{var e;const t=null===(e=document.cookie.split("; ").find((e=>e.startsWith(`${w}=`))))||void 0===e?void 0:e.split("=")[1];j&&t&&t!==j&&(document.cookie=`${w}=;path=/`)}),[j,w]);i((()=>{S((e=>Object.assign(Object.assign({},r),e))),E((e=>Object.assign(Object.assign({},Object.keys(r).reduce(((e,t)=>(e[t]={status:"success"},e)),{})),e)))}),[r]);const{registerIcuForTranslation:I,registerJsxForTranslation:P,registerI18nextForTranslation:R}=B({gt:T,locale:j,versionId:s,projectId:g,devApiKey:y,runtimeUrl:_,setTranslations:S,setTranslationsStatus:E,defaultLocale:c,renderSettings:p,runtimeTranslationEnabled:m}),H=Ht(A,O,j,c,l,d,m,I,p),z=zt(t,A,O,j,c,l,d,m,I,p),D=!(l&&!A)&&j;return v(b.Provider,{value:{gt:T,registerIcuForTranslation:I,registerI18nextForTranslation:R,registerJsxForTranslation:P,setLocale:e=>{e=f(e,h)||j||c,document.cookie=`${w}=${e};path=/`,document.cookie=`${x}=true;path=/`,C(e),window.location.reload()},_internalUseGTFunction:H,_internalUseTranslationsFunction:z,locale:j,locales:h,defaultLocale:c,translations:A,translationsStatus:O,translationRequired:l,dialectTranslationRequired:d,renderSettings:p,runtimeTranslationEnabled:m},children:D&&e})}function Ft(e){var{children:t,branch:r}=e,n=x(e,["children","branch"]);const o=(r=null==r?void 0:r.toString())&&void 0!==n[r]?n[r]:t;return v(g,{children:o})}Ft.gtTransformation="branch";var Nt="https://cdn.gtx.dev",Ut="https://runtime2.gtx.dev",Mt="en",$t=["singular","plural","dual","zero","one","two","few","many","other"];var Kt=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 Vt(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 Gt={variable:"v",number:"n",datetime:"d",currency:"c"};function Wt(e){return Gt[e]}function Jt(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.gtTransformation||""}catch(e){}if(i){const t=i.split("-");if("translate"===t[0])throw new Error((e=>{var t;return`General Translation: Nested <T> components. The inner <T> has the id: "${null===(t=null==e?void 0:e.props)||void 0===t?void 0:t.id}".`})(e));if("variable"===t[0]&&(o.variableType=(null==t?void 0:t[1])||"variable"),"plural"===t[0]){const e=Object.entries(r).reduce(((e,[t,r])=>(function(e){return $t.includes(e)}(t)&&(e[t]=Jt(r,n)),e)),{});Object.keys(e).length&&(o.branches=e)}if("branch"===t[0]){const{children:e,branch:t}=r,i=x(r,["children","branch"]),a=Object.entries(i).reduce(((e,[t,r])=>(e[t]=Jt(r,n),e)),{});Object.keys(a).length&&(o.branches=a)}o.transformation=t[0]}return o};function i(t){return c(t)?function(t){const{props:r}=t;if(r["data-_gt"])throw new Error((e=>`General Translation already in use on child with props: ${e.props}. This usually occurs when you nest <T> components within the same file. Remove one of the <T> components to continue.`)(t));const 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)}const Xt={variable:"value",number:"n",datetime:"date",currency:"cost"};function qt(e={},t){var r;if(e.name)return e.name;return`_gt_${Xt[t]||"value"}_${null===(r=e["data-_gt"])||void 0===r?void 0:r.id}`}var Yt={pl:"placeholder",ti:"title",alt:"alt",arl:"aria-label",arb:"aria-labelledby",ard:"aria-describedby"};const Zt=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"},Qt=e=>{const{props:t}=e,r={t:Zt(e)};if(t["data-_gt"]){const e=t["data-_gt"],n=e.transformation;if("variable"===n){const r=e.variableType||"variable",n=qt(t,r),o=Wt(r);return{i:e.id,k:n,v:o}}r.i=e.id,r.d=((e,t,r)=>{let n=Object.entries(Yt).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]=tr(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]=tr(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(Yt).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]=tr(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]=tr(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=tr(t.children)),r},er=t=>{return r=t,e.isValidElement(r)?Qt(t):"number"==typeof t?t.toString():t;var r};function tr(e){return Array.isArray(e)?e.map(er):er(e)}function rr(e,t,r){let n="",o=null;return"number"==typeof e&&!o&&r&&(n=function(e,t,r){void 0===t&&(t=$t),void 0===r&&(r=["en"]);var n=Kt.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 nr(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 or(e){var t;const r=(null===(t=e["data-_gt"])||void 0===t?void 0:t.variableType)||"variable";return{variableName:qt(e,r),variableType:Wt(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&&{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 ir(e){return e&&e.props&&e.props["data-_gt"]?e.props["data-_gt"]:null}function ar({children:t,defaultLocale:r=Mt,renderVariable:n}){const o=t=>e.isValidElement(t)?(t=>{const o=ir(t);if(nr(t.props)){const{variableType:e,variableValue:o,variableOptions:i}=or(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(rr(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=x(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(t.type,{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 sr({sourceElement:t,targetElement:r,locales:n=[Mt],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(Yt).forEach((([e,t])=>{u[e]&&(d[t]=u[e])})),"plural"===l){const e=t.props.n;return cr({source:rr(e,n,c.branches||{})||t.props.children,target:rr(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 cr({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(t.type,{key:t.props.key,children:cr({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:cr({source:s.children,target:r.c,locales:n,renderVariable:o})})):ar({children:t,defaultLocale:n[0],renderVariable:o})}function cr({source:t,target:r,locales:n=[Mt],renderVariable:o}){if(null==r&&t)return ar({children:t,defaultLocale:n[0],renderVariable:o});if("string"==typeof r)return r;if(Array.isArray(r)&&!Array.isArray(t)&&t&&(t=[t]),Array.isArray(t)&&Array.isArray(r)){const i={},a={},s=t.filter((t=>{if(e.isValidElement(t)){if(!nr(t.props))return!0;{const{variableName:e,variableValue:r,variableOptions:n}=or(t.props);i[e]=r,a[e]=n}}return!1})),c=e=>s.find((t=>{const r=ir(t);if(void 0!==(null==r?void 0:r.id)){return r.id===e.i}return!1}))||s.shift();return r.map(((t,r)=>{if("string"==typeof t)return v(e.Fragment,{children:t},`string_${r}`);if(Vt(t))return v(e.Fragment,{children:o({variableType:t.v||"v",variableValue:i[t.k],variableOptions:a[t.k],locales:n})},`var_${r}`);const s=c(t);return s?v(e.Fragment,{children:sr({sourceElement:s,targetElement:t,locales:n,renderVariable:o})},`element_${r}`):void 0}))}if(r&&"object"==typeof r&&!Array.isArray(r)){const i=Vt(r)?"variable":"element";if(e.isValidElement(t)){if("element"===i)return sr({sourceElement:t,targetElement:r,locales:n,renderVariable:o});if(nr(t.props)){const{variableValue:e,variableOptions:r,variableType:i}=or(t.props);return o({variableType:i,variableValue:e,variableOptions:r,locales:n})}}}return ar({children:t,defaultLocale:n[0],renderVariable:o})}const lr={method:"default",timeout:"undefined"!=typeof process&&"development"!==process.env.NODE_ENV?8e3:12e3};const ur=e=>"string"==typeof e||Array.isArray(e),dr=e=>"object"==typeof e&&null!==e&&!Array.isArray(e);function fr(e,t){const r=Object.assign(Object.assign({},Object.fromEntries(Object.entries(e).filter((([,e])=>ur(e))))),Object.fromEntries(Object.entries(t).filter((([,e])=>ur(e))))),n=Object.entries(e).filter((([,e])=>dr(e))).map((([e])=>e)),o=Object.entries(t).filter((([,e])=>dr(e))).map((([e])=>e)),i=new Set([...n,...o]);for(const n of i)r[n]=fr(e[n]||{},t[n]||{});return r}function hr(e){var{children:t,n:n,locales:o}=e,i=x(e,["children","n","locales"]);const a=r(b);let s;a&&(o||(o=a.locale),s||(s=a.defaultLocale));const c=[...o?[o]:[],s||Mt];if("number"!=typeof n)throw new Error((e=>`<Plural> component with children "${e}" requires "n" option.`)(t));return v(g,{children:rr(n,c,i)||t})}function pr(){const{_internalUseGTFunction:e}=m("useGT(): No context provided. You're trying to get the t() function from the useGT() hook, which can be invoked within a <GTProvider>.");return function(t,r={}){return e(t,r)}}function vr(){return m("useDefaultLocale(): Unable to access default locale outside of a <GTProvider>").defaultLocale}function gr(e){const t=t=>e?`${e}.${t}`:t,{_internalUseTranslationsFunction:r}=m(`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 yr(){return m("useLocale(): Unable to access user's locale outside of a <GTProvider>").locale}function _r(e){var{children:t,id:r,context:n}=e,o=x(e,["children","id","context"]);if(!t)return null;r=null!=r?r:null==o?void 0:o.$id,n=null!=n?n:null==o?void 0:o.$context;const{translations:s,translationRequired:c,translationsStatus:l,runtimeTranslationEnabled:u,dialectTranslationRequired:d,registerJsxForTranslation:f,renderSettings:h,locale:p,defaultLocale:y}=m("<T> used on the client-side outside of <GTProvider>"),_=a((()=>Jt(t)),[t]),b=r&&(null==s?void 0:s[r]),[w,k]=a((()=>{if(!c||b)return[void 0,""];const e=tr(_);return[e,It(Object.assign(Object.assign(Object.assign({source:e},n&&{context:n}),r&&{id:r}),{dataFormat:"JSX"}))]}),[_,n,r,c,b]),B=b?null==s?void 0:s[r]:null==s?void 0:s[k],T=null==l?void 0:l[k];i((()=>{u&&c&&s&&p&&!B&&!T&&f({source:w,targetLocale:p,metadata:{id:r,hash:k,context:n}})}),[u,s,B,c,r,k,n,p,t]);const A=()=>ar({children:_,defaultLocale:y,renderVariable:E});if(!c||s&&!B&&!u||"error"===(null==T?void 0:T.status))return v(g,{children:A()});if(!B||"loading"===(null==T?void 0:T.status)){let e;return e="skeleton"===h.method?"":"replace"===h.method||d?A():"",v(g,{children:e})}return v(g,{children:(S=B,cr({source:_,target:S,locales:[p,y],renderVariable:E}))});var S}function br(){return m("useLocales(): Unable to access configured locales outside of a <GTProvider>").locales}function mr(){const{setLocale:e}=m("setLocale(): Unable to access user's locale outside of a <GTProvider>");return e}function xr(){return m("useGTClass(): Unable to access configured GT class instance outside of a <GTProvider>").gt}function wr(e){return xr().getLocaleProperties(e)}function kr(e){const t=br(),r=yr(),n=mr(),o=xr(),i=a((()=>{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]),c=s((e=>o.getLocaleProperties(e)),[o]);return{locale:r,locales:e||i,setLocale:n,getLocaleProperties:c}}function Br(e){var{locales:t,customNames:r}=e,n=x(e,["locales","customNames"]);const{locale:o,locales:i,setLocale:a,getLocaleProperties:s}=kr(t||void 0),c=e=>{return r&&r[e]?r[e]:(t=s(e).nativeNameWithRegionCode)?t.charAt(0).toUpperCase()+(t.length>1?t.slice(1):""):"";var t};return i&&0!==i.length&&a?y("select",Object.assign({},n,{value:o||"",onChange:e=>a(e.target.value),children:[!o&&v("option",{value:""}),i.map((e=>v("option",{value:e,suppressHydrationWarning:!0,children:c(e)},e)))]})):null}function Tr(){return!("undefined"==typeof process||!process.env.NEXT_RUNTIME)||void 0!==(null===globalThis||void 0===globalThis?void 0:globalThis.__NEXT_DATA__)}function Ar({locale:e="",defaultLocale:t=Mt,locales:r=[],localeCookieName:o=Dt,ssr:a=!0}){const[s,c]=n(a?e&&f(e,r)||"":Sr({_locale:e,locale:e,locales:r,defaultLocale:t,localeCookieName:o})),[l,u]=function({locale:e,locales:t,defaultLocale:r,localeCookieName:n,_setLocale:o}){const i=n=>{const i=f(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:s,locales:r,defaultLocale:t,localeCookieName:o,_setLocale:c});return i((()=>{const n=Sr({_locale:e,locale:s,locales:r,defaultLocale:t,localeCookieName:o});u(n)}),[e,s,r,t,o]),[s,l]}function Sr({_locale:e,locale:t,locales:r,defaultLocale:n,localeCookieName:o}){var i;if(e&&e===t&&f(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=f([...e?[e]:[],...s?[s]:[],...a],r)||n;return s&&s!==c&&"undefined"!=typeof document&&(document.cookie=`${o}=${c};path=/`),c}function Or({devApiKey:e,projectId:t,runtimeUrl:r,loadTranslationsType:n,cacheUrl:o,locales:a}){i((()=>{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===Ut||o===Nt&&"default"===n){const e=a.filter((e=>!_(e)));e.length&&console.warn((e=>`gt-react: The following locales are currently unsupported by our service: ${e.map((e=>{const{name:t}=l(e);return`${e} (${t})`})).join(", ")}`)(e))}}),[e,n,o,r,t,a])}function Er(e,t){return w(this,void 0,void 0,(function*(){const r=Array.from(new Set([e,l(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 jr({_dictionary:e,loadDictionary:t,locale:r,defaultLocale:o}){const[a,s]=n(e);return i((()=>{if(!t)return;let e=!0;return(()=>{w(this,void 0,void 0,(function*(){const n=fr((yield Er(o,t))||{},(yield Er(r,t))||{});e&&s(n||{})}))})(),()=>{e=!1}}),[t,r,o]),a}function Cr({_translations:e,translationRequired:t,loadTranslationsType:r,loadTranslations:o,locale:a,cacheUrl:s,projectId:c,_versionId:l}){const[u,d]=n(e||t&&"disabled"!==r?null:{}),[f,h]=n(null);return i((()=>{d(t&&"disabled"!==r?null:{}),h(t&&"disabled"!==r?null:{})}),[a,r]),i((()=>{if(u||!t||"disabled"===r)return;let e=!0;return(()=>{w(this,void 0,void 0,(function*(){let t;switch(r){case"custom":if(o)try{t=yield o(a)}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.`)(a),e)}break;case"default":try{t=yield function(e){return w(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:s,projectId:c,locale:a,versionId:l})}catch(e){console.error(e)}}t||(t={}),e&&(d(t),h(Object.keys(t).reduce(((e,t)=>(e[t]={status:"success"},e)),{})))}))})(),()=>{e=!1}}),[u,t,r,s,c,a,l]),{translations:u,setTranslations:d,translationsStatus:f,setTranslationsStatus:h}}function Ir(e){var{children:t,config:r,projectId:n=(null==r?void 0:r.projectId)||"",devApiKey:o=(null==r?void 0:r.devApiKey)||"",dictionary:i=(null==r?void 0:r.dictionary)||{},locales:s=(null==r?void 0:r.locales)||[],defaultLocale:c=(null==r?void 0:r.defaultLocale)||Mt,cacheUrl:l=(null==r?void 0:r.cacheUrl)||Nt,runtimeUrl:d=(null==r?void 0:r.runtimeUrl)||Ut,renderSettings:f=(null==r?void 0:r.renderSettings)||lr,ssr:g=(null==r?void 0:r.ssr)||Tr(),localeCookieName:y=(null==r?void 0:r.localeCookieName)||Dt,locale:_="",loadDictionary:m,loadTranslations:w,fallback:k,translations:T=null,_versionId:A,customMapping:S=(null==r?void 0:r.customMapping)}=e,O=x(e,["children","config","projectId","devApiKey","dictionary","locales","defaultLocale","cacheUrl","runtimeUrl","renderSettings","ssr","localeCookieName","locale","loadDictionary","loadTranslations","fallback","translations","_versionId","customMapping"]);const{projectId:E,devApiKey:j}=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:C,setLocale:I,locales:P,translationRequired:R,dialectTranslationRequired:H}=function({_locale:e,defaultLocale:t,locales:r,ssr:n,localeCookieName:o}){const i=a((()=>Array.from(new Set([t,...r]))),[t,r]),[s,c]=Ar({locale:e,defaultLocale:t,locales:i,ssr:n,localeCookieName:o}),[l,u]=a((()=>{const e=h(t,s,i);return[e,e&&p(t,s)]}),[t,s,i]);return{locale:s,setLocale:c,locales:i,translationRequired:l,dialectTranslationRequired:u}}({_locale:_,defaultLocale:c,locales:s,ssr:g,localeCookieName:y}),z=a((()=>new u({devApiKey:j,sourceLocale:c,projectId:E,baseUrl:d,customMapping:S})),[j,c,E,d,S]),D=(w?"custom":l&&E&&"default")||"disabled",L=jr({_dictionary:i,loadDictionary:m,locale:C,defaultLocale:c});Or({devApiKey:j,projectId:E,runtimeUrl:d,loadTranslationsType:D,cacheUrl:l,locales:s});const{translations:F,setTranslations:N,translationsStatus:U,setTranslationsStatus:M}=Cr({_translations:T,translationRequired:R,loadTranslationsType:D,loadTranslations:w,locale:C,cacheUrl:l,projectId:E,_versionId:A}),{registerI18nextForTranslation:$,registerIcuForTranslation:K,registerJsxForTranslation:V,runtimeTranslationEnabled:G}=B(Object.assign({locale:C,versionId:A,projectId:E,defaultLocale:c,devApiKey:j,runtimeUrl:d,renderSettings:f,setTranslations:N,setTranslationsStatus:M},O)),W=Ht(F,U,C,c,R,H,G,K,f),J=zt(L,F,U,C,c,R,H,G,K,f),X=!(R&&!F||!C);return v(b.Provider,{value:{gt:z,registerI18nextForTranslation:$,registerIcuForTranslation:K,registerJsxForTranslation:V,_internalUseGTFunction:W,_internalUseTranslationsFunction:J,runtimeTranslationEnabled:G,locale:C,locales:P,setLocale:I,defaultLocale:c,translations:F,translationsStatus:U,translationRequired:R,dialectTranslationRequired:H,projectId:E,renderSettings:f},children:X?t:k})}hr.gtTransformation="plural",_r.gtTransformation="translate-client";export{Ft as Branch,Lt as ClientProvider,S as Currency,O as DateTime,b as GTContext,Ir as GTProvider,Br as LocaleSelector,T as Num,hr as Plural,_r as T,A as Var,E as renderVariable,vr as useDefaultLocale,pr as useGT,xr as useGTClass,yr as useLocale,wr as useLocaleProperties,kr as useLocaleSelector,br as useLocales,B as useRuntimeTranslation,mr as useSetLocale,gr as useTranslations};