@descope/web-components-ui 3.13.1 → 3.13.2

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.
package/dist/umd/index.js CHANGED
@@ -1,2 +1,2 @@
1
- !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.DescopeUI=t():e.DescopeUI=t()}(self,()=>(()=>{var e,t,n={16295(e,t,n){const r=n(95256),o={};for(const e of Object.keys(r))o[r[e]]=e;const i={rgb:{channels:3,labels:"rgb"},hsl:{channels:3,labels:"hsl"},hsv:{channels:3,labels:"hsv"},hwb:{channels:3,labels:"hwb"},cmyk:{channels:4,labels:"cmyk"},xyz:{channels:3,labels:"xyz"},lab:{channels:3,labels:"lab"},lch:{channels:3,labels:"lch"},hex:{channels:1,labels:["hex"]},keyword:{channels:1,labels:["keyword"]},ansi16:{channels:1,labels:["ansi16"]},ansi256:{channels:1,labels:["ansi256"]},hcg:{channels:3,labels:["h","c","g"]},apple:{channels:3,labels:["r16","g16","b16"]},gray:{channels:1,labels:["gray"]}};e.exports=i;for(const e of Object.keys(i)){if(!("channels"in i[e]))throw new Error("missing channels property: "+e);if(!("labels"in i[e]))throw new Error("missing channel labels property: "+e);if(i[e].labels.length!==i[e].channels)throw new Error("channel and label counts mismatch: "+e);const{channels:t,labels:n}=i[e];delete i[e].channels,delete i[e].labels,Object.defineProperty(i[e],"channels",{value:t}),Object.defineProperty(i[e],"labels",{value:n})}function s(e,t){return(e[0]-t[0])**2+(e[1]-t[1])**2+(e[2]-t[2])**2}i.rgb.hsl=function(e){const t=e[0]/255,n=e[1]/255,r=e[2]/255,o=Math.min(t,n,r),i=Math.max(t,n,r),s=i-o;let a,l;i===o?a=0:t===i?a=(n-r)/s:n===i?a=2+(r-t)/s:r===i&&(a=4+(t-n)/s),a=Math.min(60*a,360),a<0&&(a+=360);const c=(o+i)/2;return l=i===o?0:c<=.5?s/(i+o):s/(2-i-o),[a,100*l,100*c]},i.rgb.hsv=function(e){let t,n,r,o,i;const s=e[0]/255,a=e[1]/255,l=e[2]/255,c=Math.max(s,a,l),d=c-Math.min(s,a,l),u=function(e){return(c-e)/6/d+.5};return 0===d?(o=0,i=0):(i=d/c,t=u(s),n=u(a),r=u(l),s===c?o=r-n:a===c?o=1/3+t-r:l===c&&(o=2/3+n-t),o<0?o+=1:o>1&&(o-=1)),[360*o,100*i,100*c]},i.rgb.hwb=function(e){const t=e[0],n=e[1];let r=e[2];const o=i.rgb.hsl(e)[0],s=1/255*Math.min(t,Math.min(n,r));return r=1-1/255*Math.max(t,Math.max(n,r)),[o,100*s,100*r]},i.rgb.cmyk=function(e){const t=e[0]/255,n=e[1]/255,r=e[2]/255,o=Math.min(1-t,1-n,1-r);return[100*((1-t-o)/(1-o)||0),100*((1-n-o)/(1-o)||0),100*((1-r-o)/(1-o)||0),100*o]},i.rgb.keyword=function(e){const t=o[e];if(t)return t;let n,i=1/0;for(const t of Object.keys(r)){const o=s(e,r[t]);o<i&&(i=o,n=t)}return n},i.keyword.rgb=function(e){return r[e]},i.rgb.xyz=function(e){let t=e[0]/255,n=e[1]/255,r=e[2]/255;return t=t>.04045?((t+.055)/1.055)**2.4:t/12.92,n=n>.04045?((n+.055)/1.055)**2.4:n/12.92,r=r>.04045?((r+.055)/1.055)**2.4:r/12.92,[100*(.4124*t+.3576*n+.1805*r),100*(.2126*t+.7152*n+.0722*r),100*(.0193*t+.1192*n+.9505*r)]},i.rgb.lab=function(e){const t=i.rgb.xyz(e);let n=t[0],r=t[1],o=t[2];return n/=95.047,r/=100,o/=108.883,n=n>.008856?n**(1/3):7.787*n+16/116,r=r>.008856?r**(1/3):7.787*r+16/116,o=o>.008856?o**(1/3):7.787*o+16/116,[116*r-16,500*(n-r),200*(r-o)]},i.hsl.rgb=function(e){const t=e[0]/360,n=e[1]/100,r=e[2]/100;let o,i,s;if(0===n)return s=255*r,[s,s,s];o=r<.5?r*(1+n):r+n-r*n;const a=2*r-o,l=[0,0,0];for(let e=0;e<3;e++)i=t+1/3*-(e-1),i<0&&i++,i>1&&i--,s=6*i<1?a+6*(o-a)*i:2*i<1?o:3*i<2?a+(o-a)*(2/3-i)*6:a,l[e]=255*s;return l},i.hsl.hsv=function(e){const t=e[0];let n=e[1]/100,r=e[2]/100,o=n;const i=Math.max(r,.01);return r*=2,n*=r<=1?r:2-r,o*=i<=1?i:2-i,[t,100*(0===r?2*o/(i+o):2*n/(r+n)),(r+n)/2*100]},i.hsv.rgb=function(e){const t=e[0]/60,n=e[1]/100;let r=e[2]/100;const o=Math.floor(t)%6,i=t-Math.floor(t),s=255*r*(1-n),a=255*r*(1-n*i),l=255*r*(1-n*(1-i));switch(r*=255,o){case 0:return[r,l,s];case 1:return[a,r,s];case 2:return[s,r,l];case 3:return[s,a,r];case 4:return[l,s,r];case 5:return[r,s,a]}},i.hsv.hsl=function(e){const t=e[0],n=e[1]/100,r=e[2]/100,o=Math.max(r,.01);let i,s;s=(2-n)*r;const a=(2-n)*o;return i=n*o,i/=a<=1?a:2-a,i=i||0,s/=2,[t,100*i,100*s]},i.hwb.rgb=function(e){const t=e[0]/360;let n=e[1]/100,r=e[2]/100;const o=n+r;let i;o>1&&(n/=o,r/=o);const s=Math.floor(6*t),a=1-r;i=6*t-s,1&s&&(i=1-i);const l=n+i*(a-n);let c,d,u;switch(s){default:case 6:case 0:c=a,d=l,u=n;break;case 1:c=l,d=a,u=n;break;case 2:c=n,d=a,u=l;break;case 3:c=n,d=l,u=a;break;case 4:c=l,d=n,u=a;break;case 5:c=a,d=n,u=l}return[255*c,255*d,255*u]},i.cmyk.rgb=function(e){const t=e[0]/100,n=e[1]/100,r=e[2]/100,o=e[3]/100;return[255*(1-Math.min(1,t*(1-o)+o)),255*(1-Math.min(1,n*(1-o)+o)),255*(1-Math.min(1,r*(1-o)+o))]},i.xyz.rgb=function(e){const t=e[0]/100,n=e[1]/100,r=e[2]/100;let o,i,s;return o=3.2406*t+-1.5372*n+-.4986*r,i=-.9689*t+1.8758*n+.0415*r,s=.0557*t+-.204*n+1.057*r,o=o>.0031308?1.055*o**(1/2.4)-.055:12.92*o,i=i>.0031308?1.055*i**(1/2.4)-.055:12.92*i,s=s>.0031308?1.055*s**(1/2.4)-.055:12.92*s,o=Math.min(Math.max(0,o),1),i=Math.min(Math.max(0,i),1),s=Math.min(Math.max(0,s),1),[255*o,255*i,255*s]},i.xyz.lab=function(e){let t=e[0],n=e[1],r=e[2];return t/=95.047,n/=100,r/=108.883,t=t>.008856?t**(1/3):7.787*t+16/116,n=n>.008856?n**(1/3):7.787*n+16/116,r=r>.008856?r**(1/3):7.787*r+16/116,[116*n-16,500*(t-n),200*(n-r)]},i.lab.xyz=function(e){let t,n,r;n=(e[0]+16)/116,t=e[1]/500+n,r=n-e[2]/200;const o=n**3,i=t**3,s=r**3;return n=o>.008856?o:(n-16/116)/7.787,t=i>.008856?i:(t-16/116)/7.787,r=s>.008856?s:(r-16/116)/7.787,t*=95.047,n*=100,r*=108.883,[t,n,r]},i.lab.lch=function(e){const t=e[0],n=e[1],r=e[2];let o;return o=360*Math.atan2(r,n)/2/Math.PI,o<0&&(o+=360),[t,Math.sqrt(n*n+r*r),o]},i.lch.lab=function(e){const t=e[0],n=e[1],r=e[2]/360*2*Math.PI;return[t,n*Math.cos(r),n*Math.sin(r)]},i.rgb.ansi16=function(e,t=null){const[n,r,o]=e;let s=null===t?i.rgb.hsv(e)[2]:t;if(s=Math.round(s/50),0===s)return 30;let a=30+(Math.round(o/255)<<2|Math.round(r/255)<<1|Math.round(n/255));return 2===s&&(a+=60),a},i.hsv.ansi16=function(e){return i.rgb.ansi16(i.hsv.rgb(e),e[2])},i.rgb.ansi256=function(e){const t=e[0],n=e[1],r=e[2];return t===n&&n===r?t<8?16:t>248?231:Math.round((t-8)/247*24)+232:16+36*Math.round(t/255*5)+6*Math.round(n/255*5)+Math.round(r/255*5)},i.ansi16.rgb=function(e){let t=e%10;if(0===t||7===t)return e>50&&(t+=3.5),t=t/10.5*255,[t,t,t];const n=.5*(1+~~(e>50));return[(1&t)*n*255,(t>>1&1)*n*255,(t>>2&1)*n*255]},i.ansi256.rgb=function(e){if(e>=232){const t=10*(e-232)+8;return[t,t,t]}let t;return e-=16,[Math.floor(e/36)/5*255,Math.floor((t=e%36)/6)/5*255,t%6/5*255]},i.rgb.hex=function(e){const t=(((255&Math.round(e[0]))<<16)+((255&Math.round(e[1]))<<8)+(255&Math.round(e[2]))).toString(16).toUpperCase();return"000000".substring(t.length)+t},i.hex.rgb=function(e){const t=e.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!t)return[0,0,0];let n=t[0];3===t[0].length&&(n=n.split("").map(e=>e+e).join(""));const r=parseInt(n,16);return[r>>16&255,r>>8&255,255&r]},i.rgb.hcg=function(e){const t=e[0]/255,n=e[1]/255,r=e[2]/255,o=Math.max(Math.max(t,n),r),i=Math.min(Math.min(t,n),r),s=o-i;let a,l;return a=s<1?i/(1-s):0,l=s<=0?0:o===t?(n-r)/s%6:o===n?2+(r-t)/s:4+(t-n)/s,l/=6,l%=1,[360*l,100*s,100*a]},i.hsl.hcg=function(e){const t=e[1]/100,n=e[2]/100,r=n<.5?2*t*n:2*t*(1-n);let o=0;return r<1&&(o=(n-.5*r)/(1-r)),[e[0],100*r,100*o]},i.hsv.hcg=function(e){const t=e[1]/100,n=e[2]/100,r=t*n;let o=0;return r<1&&(o=(n-r)/(1-r)),[e[0],100*r,100*o]},i.hcg.rgb=function(e){const t=e[0]/360,n=e[1]/100,r=e[2]/100;if(0===n)return[255*r,255*r,255*r];const o=[0,0,0],i=t%1*6,s=i%1,a=1-s;let l=0;switch(Math.floor(i)){case 0:o[0]=1,o[1]=s,o[2]=0;break;case 1:o[0]=a,o[1]=1,o[2]=0;break;case 2:o[0]=0,o[1]=1,o[2]=s;break;case 3:o[0]=0,o[1]=a,o[2]=1;break;case 4:o[0]=s,o[1]=0,o[2]=1;break;default:o[0]=1,o[1]=0,o[2]=a}return l=(1-n)*r,[255*(n*o[0]+l),255*(n*o[1]+l),255*(n*o[2]+l)]},i.hcg.hsv=function(e){const t=e[1]/100,n=t+e[2]/100*(1-t);let r=0;return n>0&&(r=t/n),[e[0],100*r,100*n]},i.hcg.hsl=function(e){const t=e[1]/100,n=e[2]/100*(1-t)+.5*t;let r=0;return n>0&&n<.5?r=t/(2*n):n>=.5&&n<1&&(r=t/(2*(1-n))),[e[0],100*r,100*n]},i.hcg.hwb=function(e){const t=e[1]/100,n=t+e[2]/100*(1-t);return[e[0],100*(n-t),100*(1-n)]},i.hwb.hcg=function(e){const t=e[1]/100,n=1-e[2]/100,r=n-t;let o=0;return r<1&&(o=(n-r)/(1-r)),[e[0],100*r,100*o]},i.apple.rgb=function(e){return[e[0]/65535*255,e[1]/65535*255,e[2]/65535*255]},i.rgb.apple=function(e){return[e[0]/255*65535,e[1]/255*65535,e[2]/255*65535]},i.gray.rgb=function(e){return[e[0]/100*255,e[0]/100*255,e[0]/100*255]},i.gray.hsl=function(e){return[0,0,e[0]]},i.gray.hsv=i.gray.hsl,i.gray.hwb=function(e){return[0,100,e[0]]},i.gray.cmyk=function(e){return[0,0,0,e[0]]},i.gray.lab=function(e){return[e[0],0,0]},i.gray.hex=function(e){const t=255&Math.round(e[0]/100*255),n=((t<<16)+(t<<8)+t).toString(16).toUpperCase();return"000000".substring(n.length)+n},i.rgb.gray=function(e){return[(e[0]+e[1]+e[2])/3/255*100]}},45362(e,t,n){const r=n(16295),o=n(55223),i={};Object.keys(r).forEach(e=>{i[e]={},Object.defineProperty(i[e],"channels",{value:r[e].channels}),Object.defineProperty(i[e],"labels",{value:r[e].labels});const t=o(e);Object.keys(t).forEach(n=>{const r=t[n];i[e][n]=function(e){const t=function(...t){const n=t[0];if(null==n)return n;n.length>1&&(t=n);const r=e(t);if("object"==typeof r)for(let e=r.length,t=0;t<e;t++)r[t]=Math.round(r[t]);return r};return"conversion"in e&&(t.conversion=e.conversion),t}(r),i[e][n].raw=function(e){const t=function(...t){const n=t[0];return null==n?n:(n.length>1&&(t=n),e(t))};return"conversion"in e&&(t.conversion=e.conversion),t}(r)})}),e.exports=i},55223(e,t,n){const r=n(16295);function o(e,t){return function(n){return t(e(n))}}function i(e,t){const n=[t[e].parent,e];let i=r[t[e].parent][e],s=t[e].parent;for(;t[s].parent;)n.unshift(t[s].parent),i=o(r[t[s].parent][s],i),s=t[s].parent;return i.conversion=n,i}e.exports=function(e){const t=function(e){const t=function(){const e={},t=Object.keys(r);for(let n=t.length,r=0;r<n;r++)e[t[r]]={distance:-1,parent:null};return e}(),n=[e];for(t[e].distance=0;n.length;){const e=n.pop(),o=Object.keys(r[e]);for(let r=o.length,i=0;i<r;i++){const r=o[i],s=t[r];-1===s.distance&&(s.distance=t[e].distance+1,s.parent=e,n.unshift(r))}}return t}(e),n={},o=Object.keys(t);for(let e=o.length,r=0;r<e;r++){const e=o[r];null!==t[e].parent&&(n[e]=i(e,t))}return n}},95256(e){"use strict";e.exports={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]}},43426(e,t,n){var r=n(95256),o=n(25628),i=Object.hasOwnProperty,s=Object.create(null);for(var a in r)i.call(r,a)&&(s[r[a]]=a);var l=e.exports={to:{},get:{}};function c(e,t,n){return Math.min(Math.max(t,e),n)}function d(e){var t=Math.round(e).toString(16).toUpperCase();return t.length<2?"0"+t:t}l.get=function(e){var t,n;switch(e.substring(0,3).toLowerCase()){case"hsl":t=l.get.hsl(e),n="hsl";break;case"hwb":t=l.get.hwb(e),n="hwb";break;default:t=l.get.rgb(e),n="rgb"}return t?{model:n,value:t}:null},l.get.rgb=function(e){if(!e)return null;var t,n,o,s=[0,0,0,1];if(t=e.match(/^#([a-f0-9]{6})([a-f0-9]{2})?$/i)){for(o=t[2],t=t[1],n=0;n<3;n++){var a=2*n;s[n]=parseInt(t.slice(a,a+2),16)}o&&(s[3]=parseInt(o,16)/255)}else if(t=e.match(/^#([a-f0-9]{3,4})$/i)){for(o=(t=t[1])[3],n=0;n<3;n++)s[n]=parseInt(t[n]+t[n],16);o&&(s[3]=parseInt(o+o,16)/255)}else if(t=e.match(/^rgba?\(\s*([+-]?\d+)(?=[\s,])\s*(?:,\s*)?([+-]?\d+)(?=[\s,])\s*(?:,\s*)?([+-]?\d+)\s*(?:[,|\/]\s*([+-]?[\d\.]+)(%?)\s*)?\)$/)){for(n=0;n<3;n++)s[n]=parseInt(t[n+1],0);t[4]&&(t[5]?s[3]=.01*parseFloat(t[4]):s[3]=parseFloat(t[4]))}else{if(!(t=e.match(/^rgba?\(\s*([+-]?[\d\.]+)\%\s*,?\s*([+-]?[\d\.]+)\%\s*,?\s*([+-]?[\d\.]+)\%\s*(?:[,|\/]\s*([+-]?[\d\.]+)(%?)\s*)?\)$/)))return(t=e.match(/^(\w+)$/))?"transparent"===t[1]?[0,0,0,0]:i.call(r,t[1])?((s=r[t[1]])[3]=1,s):null:null;for(n=0;n<3;n++)s[n]=Math.round(2.55*parseFloat(t[n+1]));t[4]&&(t[5]?s[3]=.01*parseFloat(t[4]):s[3]=parseFloat(t[4]))}for(n=0;n<3;n++)s[n]=c(s[n],0,255);return s[3]=c(s[3],0,1),s},l.get.hsl=function(e){if(!e)return null;var t=e.match(/^hsla?\(\s*([+-]?(?:\d{0,3}\.)?\d+)(?:deg)?\s*,?\s*([+-]?[\d\.]+)%\s*,?\s*([+-]?[\d\.]+)%\s*(?:[,|\/]\s*([+-]?(?=\.\d|\d)(?:0|[1-9]\d*)?(?:\.\d*)?(?:[eE][+-]?\d+)?)\s*)?\)$/);if(t){var n=parseFloat(t[4]);return[(parseFloat(t[1])%360+360)%360,c(parseFloat(t[2]),0,100),c(parseFloat(t[3]),0,100),c(isNaN(n)?1:n,0,1)]}return null},l.get.hwb=function(e){if(!e)return null;var t=e.match(/^hwb\(\s*([+-]?\d{0,3}(?:\.\d+)?)(?:deg)?\s*,\s*([+-]?[\d\.]+)%\s*,\s*([+-]?[\d\.]+)%\s*(?:,\s*([+-]?(?=\.\d|\d)(?:0|[1-9]\d*)?(?:\.\d*)?(?:[eE][+-]?\d+)?)\s*)?\)$/);if(t){var n=parseFloat(t[4]);return[(parseFloat(t[1])%360+360)%360,c(parseFloat(t[2]),0,100),c(parseFloat(t[3]),0,100),c(isNaN(n)?1:n,0,1)]}return null},l.to.hex=function(){var e=o(arguments);return"#"+d(e[0])+d(e[1])+d(e[2])+(e[3]<1?d(Math.round(255*e[3])):"")},l.to.rgb=function(){var e=o(arguments);return e.length<4||1===e[3]?"rgb("+Math.round(e[0])+", "+Math.round(e[1])+", "+Math.round(e[2])+")":"rgba("+Math.round(e[0])+", "+Math.round(e[1])+", "+Math.round(e[2])+", "+e[3]+")"},l.to.rgb.percent=function(){var e=o(arguments),t=Math.round(e[0]/255*100),n=Math.round(e[1]/255*100),r=Math.round(e[2]/255*100);return e.length<4||1===e[3]?"rgb("+t+"%, "+n+"%, "+r+"%)":"rgba("+t+"%, "+n+"%, "+r+"%, "+e[3]+")"},l.to.hsl=function(){var e=o(arguments);return e.length<4||1===e[3]?"hsl("+e[0]+", "+e[1]+"%, "+e[2]+"%)":"hsla("+e[0]+", "+e[1]+"%, "+e[2]+"%, "+e[3]+")"},l.to.hwb=function(){var e=o(arguments),t="";return e.length>=4&&1!==e[3]&&(t=", "+e[3]),"hwb("+e[0]+", "+e[1]+"%, "+e[2]+"%"+t+")"},l.to.keyword=function(e){return s[e.slice(0,3)]}},18524(e,t,n){const r=n(43426),o=n(45362),i=["keyword","gray","hex"],s={};for(const e of Object.keys(o))s[[...o[e].labels].sort().join("")]=e;const a={};function l(e,t){if(!(this instanceof l))return new l(e,t);if(t&&t in i&&(t=null),t&&!(t in o))throw new Error("Unknown model: "+t);let n,c;if(null==e)this.model="rgb",this.color=[0,0,0],this.valpha=1;else if(e instanceof l)this.model=e.model,this.color=[...e.color],this.valpha=e.valpha;else if("string"==typeof e){const t=r.get(e);if(null===t)throw new Error("Unable to parse color from string: "+e);this.model=t.model,c=o[this.model].channels,this.color=t.value.slice(0,c),this.valpha="number"==typeof t.value[c]?t.value[c]:1}else if(e.length>0){this.model=t||"rgb",c=o[this.model].channels;const n=Array.prototype.slice.call(e,0,c);this.color=p(n,c),this.valpha="number"==typeof e[c]?e[c]:1}else if("number"==typeof e)this.model="rgb",this.color=[e>>16&255,e>>8&255,255&e],this.valpha=1;else{this.valpha=1;const t=Object.keys(e);"alpha"in e&&(t.splice(t.indexOf("alpha"),1),this.valpha="number"==typeof e.alpha?e.alpha:0);const r=t.sort().join("");if(!(r in s))throw new Error("Unable to parse color from object: "+JSON.stringify(e));this.model=s[r];const{labels:i}=o[this.model],a=[];for(n=0;n<i.length;n++)a.push(e[i[n]]);this.color=p(a)}if(a[this.model])for(c=o[this.model].channels,n=0;n<c;n++){const e=a[this.model][n];e&&(this.color[n]=e(this.color[n]))}this.valpha=Math.max(0,Math.min(1,this.valpha)),Object.freeze&&Object.freeze(this)}l.prototype={toString(){return this.string()},toJSON(){return this[this.model]()},string(e){let t=this.model in r.to?this:this.rgb();t=t.round("number"==typeof e?e:1);const n=1===t.valpha?t.color:[...t.color,this.valpha];return r.to[t.model](n)},percentString(e){const t=this.rgb().round("number"==typeof e?e:1),n=1===t.valpha?t.color:[...t.color,this.valpha];return r.to.rgb.percent(n)},array(){return 1===this.valpha?[...this.color]:[...this.color,this.valpha]},object(){const e={},{channels:t}=o[this.model],{labels:n}=o[this.model];for(let r=0;r<t;r++)e[n[r]]=this.color[r];return 1!==this.valpha&&(e.alpha=this.valpha),e},unitArray(){const e=this.rgb().color;return e[0]/=255,e[1]/=255,e[2]/=255,1!==this.valpha&&e.push(this.valpha),e},unitObject(){const e=this.rgb().object();return e.r/=255,e.g/=255,e.b/=255,1!==this.valpha&&(e.alpha=this.valpha),e},round(e){return e=Math.max(e||0,0),new l([...this.color.map(c(e)),this.valpha],this.model)},alpha(e){return void 0!==e?new l([...this.color,Math.max(0,Math.min(1,e))],this.model):this.valpha},red:d("rgb",0,u(255)),green:d("rgb",1,u(255)),blue:d("rgb",2,u(255)),hue:d(["hsl","hsv","hsl","hwb","hcg"],0,e=>(e%360+360)%360),saturationl:d("hsl",1,u(100)),lightness:d("hsl",2,u(100)),saturationv:d("hsv",1,u(100)),value:d("hsv",2,u(100)),chroma:d("hcg",1,u(100)),gray:d("hcg",2,u(100)),white:d("hwb",1,u(100)),wblack:d("hwb",2,u(100)),cyan:d("cmyk",0,u(100)),magenta:d("cmyk",1,u(100)),yellow:d("cmyk",2,u(100)),black:d("cmyk",3,u(100)),x:d("xyz",0,u(95.047)),y:d("xyz",1,u(100)),z:d("xyz",2,u(108.833)),l:d("lab",0,u(100)),a:d("lab",1),b:d("lab",2),keyword(e){return void 0!==e?new l(e):o[this.model].keyword(this.color)},hex(e){return void 0!==e?new l(e):r.to.hex(this.rgb().round().color)},hexa(e){if(void 0!==e)return new l(e);const t=this.rgb().round().color;let n=Math.round(255*this.valpha).toString(16).toUpperCase();return 1===n.length&&(n="0"+n),r.to.hex(t)+n},rgbNumber(){const e=this.rgb().color;return(255&e[0])<<16|(255&e[1])<<8|255&e[2]},luminosity(){const e=this.rgb().color,t=[];for(const[n,r]of e.entries()){const e=r/255;t[n]=e<=.04045?e/12.92:((e+.055)/1.055)**2.4}return.2126*t[0]+.7152*t[1]+.0722*t[2]},contrast(e){const t=this.luminosity(),n=e.luminosity();return t>n?(t+.05)/(n+.05):(n+.05)/(t+.05)},level(e){const t=this.contrast(e);return t>=7?"AAA":t>=4.5?"AA":""},isDark(){const e=this.rgb().color;return(2126*e[0]+7152*e[1]+722*e[2])/1e4<128},isLight(){return!this.isDark()},negate(){const e=this.rgb();for(let t=0;t<3;t++)e.color[t]=255-e.color[t];return e},lighten(e){const t=this.hsl();return t.color[2]+=t.color[2]*e,t},darken(e){const t=this.hsl();return t.color[2]-=t.color[2]*e,t},saturate(e){const t=this.hsl();return t.color[1]+=t.color[1]*e,t},desaturate(e){const t=this.hsl();return t.color[1]-=t.color[1]*e,t},whiten(e){const t=this.hwb();return t.color[1]+=t.color[1]*e,t},blacken(e){const t=this.hwb();return t.color[2]+=t.color[2]*e,t},grayscale(){const e=this.rgb().color,t=.3*e[0]+.59*e[1]+.11*e[2];return l.rgb(t,t,t)},fade(e){return this.alpha(this.valpha-this.valpha*e)},opaquer(e){return this.alpha(this.valpha+this.valpha*e)},rotate(e){const t=this.hsl();let n=t.color[0];return n=(n+e)%360,n=n<0?360+n:n,t.color[0]=n,t},mix(e,t){if(!e||!e.rgb)throw new Error('Argument to "mix" was not a Color instance, but rather an instance of '+typeof e);const n=e.rgb(),r=this.rgb(),o=void 0===t?.5:t,i=2*o-1,s=n.alpha()-r.alpha(),a=((i*s===-1?i:(i+s)/(1+i*s))+1)/2,c=1-a;return l.rgb(a*n.red()+c*r.red(),a*n.green()+c*r.green(),a*n.blue()+c*r.blue(),n.alpha()*o+r.alpha()*(1-o))}};for(const e of Object.keys(o)){if(i.includes(e))continue;const{channels:t}=o[e];l.prototype[e]=function(...t){return this.model===e?new l(this):t.length>0?new l(t,e):new l([...(n=o[this.model][e].raw(this.color),Array.isArray(n)?n:[n]),this.valpha],e);var n},l[e]=function(...n){let r=n[0];return"number"==typeof r&&(r=p(n,t)),new l(r,e)}}function c(e){return function(t){return function(e,t){return Number(e.toFixed(t))}(t,e)}}function d(e,t,n){e=Array.isArray(e)?e:[e];for(const r of e)(a[r]||(a[r]=[]))[t]=n;return e=e[0],function(r){let o;return void 0!==r?(n&&(r=n(r)),o=this[e](),o.color[t]=r,o):(o=this[e]().color[t],n&&(o=n(o)),o)}}function u(e){return function(t){return Math.max(0,Math.min(e,t))}}function p(e,t){for(let n=0;n<t;n++)"number"!=typeof e[n]&&(e[n]=0);return e}e.exports=l},68049(e,t,n){var r=/^\s+|\s+$/g,o=/^[-+]0x[0-9a-f]+$/i,i=/^0b[01]+$/i,s=/^0o[0-7]+$/i,a=parseInt,l="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g,c="object"==typeof self&&self&&self.Object===Object&&self,d=l||c||Function("return this")(),u=Object.prototype.toString,p=Math.max,h=Math.min,f=function(){return d.Date.now()};function b(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function g(e){if("number"==typeof e)return e;if(function(e){return"symbol"==typeof e||function(e){return!!e&&"object"==typeof e}(e)&&"[object Symbol]"==u.call(e)}(e))return NaN;if(b(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=b(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(r,"");var n=i.test(e);return n||s.test(e)?a(e.slice(2),n?2:8):o.test(e)?NaN:+e}e.exports=function(e,t,n){var r,o,i,s,a,l,c=0,d=!1,u=!1,m=!0;if("function"!=typeof e)throw new TypeError("Expected a function");function H(t){var n=r,i=o;return r=o=void 0,c=t,s=e.apply(i,n)}function y(e){var n=e-l;return void 0===l||n>=t||n<0||u&&e-c>=i}function v(){var e=f();if(y(e))return S(e);a=setTimeout(v,function(e){var n=t-(e-l);return u?h(n,i-(e-c)):n}(e))}function S(e){return a=void 0,m&&r?H(e):(r=o=void 0,s)}function x(){var e=f(),n=y(e);if(r=arguments,o=this,l=e,n){if(void 0===a)return function(e){return c=e,a=setTimeout(v,t),d?H(e):s}(l);if(u)return a=setTimeout(v,t),H(l)}return void 0===a&&(a=setTimeout(v,t)),s}return t=g(t)||0,b(n)&&(d=!!n.leading,i=(u="maxWait"in n)?p(g(n.maxWait)||0,t):i,m="trailing"in n?!!n.trailing:m),x.cancel=function(){void 0!==a&&clearTimeout(a),c=0,r=l=o=a=void 0},x.flush=function(){return void 0===a?s:S(f())},x}},21642(e,t,n){e=n.nmd(e);var r="__lodash_hash_undefined__",o=9007199254740991,i="[object Arguments]",s="[object Function]",a="[object Object]",l=/^\[object .+?Constructor\]$/,c=/^(?:0|[1-9]\d*)$/,d={};d["[object Float32Array]"]=d["[object Float64Array]"]=d["[object Int8Array]"]=d["[object Int16Array]"]=d["[object Int32Array]"]=d["[object Uint8Array]"]=d["[object Uint8ClampedArray]"]=d["[object Uint16Array]"]=d["[object Uint32Array]"]=!0,d[i]=d["[object Array]"]=d["[object ArrayBuffer]"]=d["[object Boolean]"]=d["[object DataView]"]=d["[object Date]"]=d["[object Error]"]=d[s]=d["[object Map]"]=d["[object Number]"]=d[a]=d["[object RegExp]"]=d["[object Set]"]=d["[object String]"]=d["[object WeakMap]"]=!1;var u,p,h,f="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g,b="object"==typeof self&&self&&self.Object===Object&&self,g=f||b||Function("return this")(),m=t&&!t.nodeType&&t,H=m&&e&&!e.nodeType&&e,y=H&&H.exports===m,v=y&&f.process,S=function(){try{return H&&H.require&&H.require("util").types||v&&v.binding&&v.binding("util")}catch(e){}}(),x=S&&S.isTypedArray,j=Array.prototype,w=Function.prototype,A=Object.prototype,I=g["__core-js_shared__"],N=w.toString,C=A.hasOwnProperty,k=(u=/[^.]+$/.exec(I&&I.keys&&I.keys.IE_PROTO||""))?"Symbol(src)_1."+u:"",U=A.toString,K=N.call(Object),R=RegExp("^"+N.call(C).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),M=y?g.Buffer:void 0,O=g.Symbol,P=g.Uint8Array,E=(M&&M.allocUnsafe,p=Object.getPrototypeOf,h=Object,function(e){return p(h(e))}),z=Object.create,$=A.propertyIsEnumerable,T=j.splice,q=O?O.toStringTag:void 0,F=function(){try{var e=ae(Object,"defineProperty");return e({},"",{}),e}catch(e){}}(),D=M?M.isBuffer:void 0,G=Math.max,V=Date.now,_=ae(g,"Map"),L=ae(Object,"create"),W=function(){function e(){}return function(t){if(!ye(t))return{};if(z)return z(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}}();function B(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function J(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function Q(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function Y(e){var t=this.__data__=new J(e);this.size=t.size}function Z(e,t,n){(void 0!==n&&!pe(e[t],n)||void 0===n&&!(t in e))&&te(e,t,n)}function X(e,t,n){var r=e[t];C.call(e,t)&&pe(r,n)&&(void 0!==n||t in e)||te(e,t,n)}function ee(e,t){for(var n=e.length;n--;)if(pe(e[n][0],t))return n;return-1}function te(e,t,n){"__proto__"==t&&F?F(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n}B.prototype.clear=function(){this.__data__=L?L(null):{},this.size=0},B.prototype.delete=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t},B.prototype.get=function(e){var t=this.__data__;if(L){var n=t[e];return n===r?void 0:n}return C.call(t,e)?t[e]:void 0},B.prototype.has=function(e){var t=this.__data__;return L?void 0!==t[e]:C.call(t,e)},B.prototype.set=function(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=L&&void 0===t?r:t,this},J.prototype.clear=function(){this.__data__=[],this.size=0},J.prototype.delete=function(e){var t=this.__data__,n=ee(t,e);return!(n<0||(n==t.length-1?t.pop():T.call(t,n,1),--this.size,0))},J.prototype.get=function(e){var t=this.__data__,n=ee(t,e);return n<0?void 0:t[n][1]},J.prototype.has=function(e){return ee(this.__data__,e)>-1},J.prototype.set=function(e,t){var n=this.__data__,r=ee(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this},Q.prototype.clear=function(){this.size=0,this.__data__={hash:new B,map:new(_||J),string:new B}},Q.prototype.delete=function(e){var t=se(this,e).delete(e);return this.size-=t?1:0,t},Q.prototype.get=function(e){return se(this,e).get(e)},Q.prototype.has=function(e){return se(this,e).has(e)},Q.prototype.set=function(e,t){var n=se(this,e),r=n.size;return n.set(e,t),this.size+=n.size==r?0:1,this},Y.prototype.clear=function(){this.__data__=new J,this.size=0},Y.prototype.delete=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n},Y.prototype.get=function(e){return this.__data__.get(e)},Y.prototype.has=function(e){return this.__data__.has(e)},Y.prototype.set=function(e,t){var n=this.__data__;if(n instanceof J){var r=n.__data__;if(!_||r.length<199)return r.push([e,t]),this.size=++n.size,this;n=this.__data__=new Q(r)}return n.set(e,t),this.size=n.size,this};function ne(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":q&&q in Object(e)?function(e){var t=C.call(e,q),n=e[q];try{e[q]=void 0;var r=!0}catch(e){}var o=U.call(e);return r&&(t?e[q]=n:delete e[q]),o}(e):function(e){return U.call(e)}(e)}function re(e){return ve(e)&&ne(e)==i}function oe(e,t,n,r,o){e!==t&&function(e,t,n){for(var r=-1,o=Object(e),i=n(e),s=i.length;s--;){var a=i[++r];if(!1===t(o[a],a,o))break}}(t,function(i,s){if(o||(o=new Y),ye(i))!function(e,t,n,r,o,i,s){var l=de(e,n),c=de(t,n),d=s.get(c);if(d)Z(e,n,d);else{var u,p,h,f,b,g=i?i(l,c,n+"",e,t,s):void 0,m=void 0===g;if(m){var H=fe(c),y=!H&&ge(c),v=!H&&!y&&Se(c);g=c,H||y||v?fe(l)?g=l:ve(b=l)&&be(b)?g=function(e,t){var n=-1,r=e.length;for(t||(t=Array(r));++n<r;)t[n]=e[n];return t}(l):y?(m=!1,g=function(e){return e.slice()}(c)):v?(m=!1,f=new(h=(u=c).buffer).constructor(h.byteLength),new P(f).set(new P(h)),p=f,g=new u.constructor(p,u.byteOffset,u.length)):g=[]:function(e){if(!ve(e)||ne(e)!=a)return!1;var t=E(e);if(null===t)return!0;var n=C.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&N.call(n)==K}(c)||he(c)?(g=l,he(l)?g=function(e){return function(e,t,n){var r=!n;n||(n={});for(var o=-1,i=t.length;++o<i;){var s=t[o],a=void 0;void 0===a&&(a=e[s]),r?te(n,s,a):X(n,s,a)}return n}(e,xe(e))}(l):ye(l)&&!me(l)||(g=function(e){return"function"!=typeof e.constructor||ce(e)?{}:W(E(e))}(c))):m=!1}m&&(s.set(c,g),o(g,c,r,i,s),s.delete(c)),Z(e,n,g)}}(e,t,s,n,oe,r,o);else{var l=r?r(de(e,s),i,s+"",e,t,o):void 0;void 0===l&&(l=i),Z(e,s,l)}},xe)}var ie=F?function(e,t){return F(e,"toString",{configurable:!0,enumerable:!1,value:(n=t,function(){return n}),writable:!0});var n}:Ae;function se(e,t){var n,r,o=e.__data__;return("string"==(r=typeof(n=t))||"number"==r||"symbol"==r||"boolean"==r?"__proto__"!==n:null===n)?o["string"==typeof t?"string":"hash"]:o.map}function ae(e,t){var n=function(e,t){return null==e?void 0:e[t]}(e,t);return function(e){return!(!ye(e)||function(e){return!!k&&k in e}(e))&&(me(e)?R:l).test(function(e){if(null!=e){try{return N.call(e)}catch(e){}try{return e+""}catch(e){}}return""}(e))}(n)?n:void 0}function le(e,t){var n=typeof e;return!!(t=null==t?o:t)&&("number"==n||"symbol"!=n&&c.test(e))&&e>-1&&e%1==0&&e<t}function ce(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||A)}function de(e,t){if(("constructor"!==t||"function"!=typeof e[t])&&"__proto__"!=t)return e[t]}var ue=function(e){var t=0,n=0;return function(){var r=V(),o=16-(r-n);if(n=r,o>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}(ie);function pe(e,t){return e===t||e!=e&&t!=t}var he=re(function(){return arguments}())?re:function(e){return ve(e)&&C.call(e,"callee")&&!$.call(e,"callee")},fe=Array.isArray;function be(e){return null!=e&&He(e.length)&&!me(e)}var ge=D||function(){return!1};function me(e){if(!ye(e))return!1;var t=ne(e);return t==s||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t}function He(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=o}function ye(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}function ve(e){return null!=e&&"object"==typeof e}var Se=x?function(e){return function(t){return e(t)}}(x):function(e){return ve(e)&&He(e.length)&&!!d[ne(e)]};function xe(e){return be(e)?function(e,t){var n=fe(e),r=!n&&he(e),o=!n&&!r&&ge(e),i=!n&&!r&&!o&&Se(e),s=n||r||o||i,a=s?function(e,t){for(var n=-1,r=Array(e);++n<e;)r[n]=t(n);return r}(e.length,String):[],l=a.length;for(var c in e)!t&&!C.call(e,c)||s&&("length"==c||o&&("offset"==c||"parent"==c)||i&&("buffer"==c||"byteLength"==c||"byteOffset"==c)||le(c,l))||a.push(c);return a}(e,!0):function(e){if(!ye(e))return function(e){var t=[];if(null!=e)for(var n in Object(e))t.push(n);return t}(e);var t=ce(e),n=[];for(var r in e)("constructor"!=r||!t&&C.call(e,r))&&n.push(r);return n}(e)}var je,we=(je=function(e,t,n){oe(e,t,n)},function(e,t){return ue(function(e,t,n){return t=G(void 0===t?e.length-1:t,0),function(){for(var r=arguments,o=-1,i=G(r.length-t,0),s=Array(i);++o<i;)s[o]=r[t+o];o=-1;for(var a=Array(t+1);++o<t;)a[o]=r[o];return a[t]=n(s),function(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}(e,this,a)}}(e,t,Ae),e+"")}(function(e,t){var n=-1,r=t.length,o=r>1?t[r-1]:void 0,i=r>2?t[2]:void 0;for(o=je.length>3&&"function"==typeof o?(r--,o):void 0,i&&function(e,t,n){if(!ye(n))return!1;var r=typeof t;return!!("number"==r?be(n)&&le(t,n.length):"string"==r&&t in n)&&pe(n[t],e)}(t[0],t[1],i)&&(o=r<3?void 0:o,r=1),e=Object(e);++n<r;){var s=t[n];s&&je(e,s,n)}return e}));function Ae(e){return e}e.exports=we},25628(e,t,n){"use strict";var r=n(55308),o=Array.prototype.concat,i=Array.prototype.slice,s=e.exports=function(e){for(var t=[],n=0,s=e.length;n<s;n++){var a=e[n];r(a)?t=o.call(t,i.call(a)):t.push(a)}return t};s.wrap=function(e){return function(){return e(s(arguments))}}},55308(e){e.exports=function(e){return!(!e||"string"==typeof e)&&(e instanceof Array||Array.isArray(e)||e.length>=0&&(e.splice instanceof Function||Object.getOwnPropertyDescriptor(e,e.length-1)&&"String"!==e.constructor.name))}},25964(e,t,n){"use strict";n.d(t,{EA:()=>u,Ge:()=>s,Gh:()=>l,Ix:()=>d,fz:()=>h,ie:()=>g,mx:()=>i,q:()=>p,xE:()=>c});var r=n(63200),o=n(69591);const i=(e,t,{excludeAttrs:n=[],includeAttrs:r=[]})=>{const o=Array.from(e.attributes).filter(e=>!n.includes(e.name)&&(!r.length||r.includes(e.name))).map(e=>e.name);t(o);const i=new MutationObserver(e=>{e.forEach(e=>{"attributes"!==e.type||n.includes(e.attributeName)||r.length&&!r.includes(e.attributeName)||t([e.attributeName])})});return i.observe(e,{attributes:!0}),{disconnect:()=>i.disconnect()}},s=(e,t)=>{t({addedNodes:Array.from(e.children),removedNodes:[]}),new MutationObserver(e=>{e.forEach(e=>{"childList"!==e.type&&"characterData"!==e.type||t(e)})}).observe(e,{childList:!0,characterData:!0,subtree:!0})},a=(e,t,n={})=>r=>{r.forEach(r=>{const o=n[r]||r,i=e.getAttribute(r);t&&(null!==i?t.getAttribute(o)!==i&&t.setAttribute(o,i):t.removeAttribute(o))})},l=(e,t,n)=>{i(e,a(e,t),n),i(t,a(t,e),n)},c=e=>(0,r.GL)(o.$m,e),d=(...e)=>`--${(0,r.GL)(...e)}`,u=(e,t,n={})=>i(e,a(e,t,n.mapAttrs),n),p=(e,t,n=[])=>{if(!n.length)return;const r=n.reduce((t,n)=>Object.assign(t,{[n]:{get:()=>e[n],set(t){e[n]=t}}}),{});Object.defineProperties(t,r)},h=(e,t,{prepend:n=!1}={})=>{let r;try{r=new CSSStyleSheet}catch{return b(e,t,{prepend:n})}const o=t?.shadowRoot||t;if(e&&r.replaceSync(e),o){const e=[...o.adoptedStyleSheets||[]];e[n?"unshift":"push"](r),o.adoptedStyleSheets=e}return e&&!r.cssRules[0]?.style&&console.warn(`No style rules were created, make sure the CSS is valid:\n "${e}"`),r};class f{constructor(e,t,{prepend:n=!1}={}){this.styleEle=document.createElement("style"),this.styleEle.textContent=e,this.styleEle.setAttribute("nonce",window.DESCOPE_NONCE),this.ref=t?.shadowRoot||t,this.ref&&(n?this.ref.prepend(this.styleEle):this.ref.append(this.styleEle))}replaceSync(e){this.styleEle.textContent=e}get cssRules(){return this.styleEle.sheet?.cssRules}}const b=(e,t,{prepend:n=!1}={})=>new f(e,t,{prepend:n}),g=(e,t=2)=>e.trim().split(" ").splice(0,t).map(e=>e[0]?.toUpperCase()).join("")},69591(e,t,n){"use strict";n.d(t,{$m:()=>r,IM:()=>i,aE:()=>o});const r="descope",o=5,i="host"},74556(e,t,n){},4097(e,t,n){"use strict";n.d(t,{b:()=>r});const r=new class{static mountOnPropName="DescopeThemeManager";#e={};#t="light";#n=new Set;#r(){this.#n.forEach(e=>e?.())}get currentThemeName(){return this.#t}set currentThemeName(e){this.#t=e,this.#r()}get currentTheme(){return this.#e[this.currentThemeName]}onCurrentThemeChange(e){return this.#n.add(e),()=>{this.#n.delete(e)}}set themes(e){this.#e=e,this.#r()}get hasThemes(){return!!Object.keys(this.#e).length}}},79673(e,t,n){"use strict";n.d(t,{$J:()=>o.$J,I4:()=>o.I4,Kl:()=>o.Kl,LJ:()=>o.LJ,br:()=>r.b,cy:()=>o.cy,fu:()=>o.fu,lS:()=>o.lS}),n(21642),n(63200),n(25964);var r=n(4097),o=(n(74556),n(69461))},69461(e,t,n){"use strict";n.d(t,{$J:()=>l,I4:()=>o,Kl:()=>c,LJ:()=>a,cy:()=>r,fu:()=>s,lS:()=>i});const r=e=>`\n :host {\n padding: calc(var(${e.inputOutlineWidth}) + var(${e.inputOutlineOffset}))\n }\n`,o=e=>`\n ${e} > label,\n ${e}::part(label),\n ${e}::part(required-indicator) {\n cursor: pointer;\n }\n`,i=(e,t="input")=>`\n ${e}[disabled] > ${t}:placeholder-shown,\n\t${e}[readonly] > ${t}:placeholder-shown {\n\t\topacity: 1;\n\t}\n`,s=e=>`\n ${e}::part(input-field)::after {\n opacity: 0;\n }\n`,a=(e,t)=>`\n ${(e=>`\n ${e} {\n margin: 0;\n padding: 0;\n width: 100%;\n height: 100%;\n box-sizing: border-box;\n }\n`)(e)}\n ${o(e)}\n ${i(e)}\n ${(e=>`\n ${e}::part(input-field) {\n overflow: hidden;\n padding: 0;\n box-shadow: none;\n }\n`)(e)}\n ${((e,t)=>`\n ${e} input:-webkit-autofill,\n ${e} input:-webkit-autofill::first-line,\n ${e} input:-webkit-autofill:hover,\n ${e} input:-webkit-autofill:active,\n ${e} input:-webkit-autofill:focus {\n -webkit-text-fill-color: var(${t.inputValueTextColor});\n box-shadow: 0 0 0 var(${t.inputHeight}) var(${t.inputBackgroundColor}) inset;\n }\n`)(e,t)}\n ${(e=>`\n ${e}::part(input-field)::after {\n background: none;\n }\n`)(e)}\n ${(e=>`\n ${e}::before {\n\t\theight: unset;\n\t}\n`)(e)}\n ${(e=>`\n ${e} > input {\n -webkit-mask-image: none;\n min-height: 0;\n box-sizing: border-box;\n }\n`)(e)}\n ${(e=>`\n ${e}::part(input-field)::after {\n border: none;\n }\n`)(e)}\n`,l=e=>`\n :host ::part(error-message) {\n direction: ltr;\n }\n :host([required]) ::part(required-indicator) {\n width: 1em;\n display: inline-flex;\n }\n :host([required]) ::part(required-indicator)::after {\n position: static;\n }\n :host([has-label]) ::part(label) {\n padding-right: 0;\n padding-bottom: 0;\n display: flex;\n width: 100%;\n }\n ${e} [slot="label"] {\n max-width: calc(100% - 1em);\n overflow: hidden;\n text-overflow: ellipsis;\n padding-bottom: 0.5em;\n }\n`,c=()=>'\n :host([label-type="floating"]) {\n position: relative;\n }\n :host([label-type="floating"][has-label]) > ::part(label) {\n z-index: 1;\n padding: 0;\n width: auto;\n }\n '},86507(e,t,n){"use strict";n.d(t,{g:()=>i});var r=n(68049),o=n.n(r);const i=(e,t)=>{let n=0;const r=new Set,i=new Set,s=o()((t,o)=>{e(...t).then(e=>{o===n&&(r.forEach(t=>t(e)),r.clear())}).catch(e=>{i.forEach(t=>t(e)),i.clear()})},t);return(...e)=>(n++,new Promise((t,o)=>{r.add(t),i.add(o),s(e,n)}))}},63200(e,t,n){"use strict";n.d(t,{AG:()=>c,GL:()=>i,Tn:()=>l,Zz:()=>a,dk:()=>s,g5:()=>r.g,kW:()=>o});var r=n(86507);const o=e=>e.replace(/([a-z])([A-Z])/g,"$1-$2").replace(/[\s_.]+/g,"-").toLowerCase(),i=(...e)=>o(e.filter(e=>!!e).join("-")),s=(...e)=>e.filter(Boolean).map((e,t)=>{return 0===t?e:(n=e).charAt(0).toUpperCase()+n.slice(1);var n}).join(""),a=(...e)=>t=>e.reduceRight((e,t)=>t(e),t),l=e=>"function"==typeof e,c=(e,t)=>{if(!Array.isArray(e)||!Array.isArray(t))return!1;if(e.length!==t.length)return!1;const n=e.slice().sort(),r=t.slice().sort();for(let e=0;e<n.length;e++)if(n[e]!==r[e])return!1;return!0}},3047(e,t,n){"use strict";n.d(t,{$m:()=>r,IM:()=>i,aE:()=>o});const r="descope",o=5,i="host"},97810(e,t,n){"use strict";n.d(t,{EA:()=>u,Ge:()=>s,Gh:()=>l,Ix:()=>d,mx:()=>i,q:()=>p,xE:()=>c});var r=n(9696),o=n(3047);const i=(e,t,{excludeAttrs:n=[],includeAttrs:r=[]})=>{const o=Array.from(e.attributes).filter(e=>!n.includes(e.name)&&(!r.length||r.includes(e.name))).map(e=>e.name);t(o),new MutationObserver(e=>{e.forEach(e=>{"attributes"!==e.type||n.includes(e.attributeName)||r.length&&!r.includes(e.attributeName)||t([e.attributeName])})}).observe(e,{attributes:!0})},s=(e,t)=>{t({addedNodes:Array.from(e.children),removedNodes:[]}),new MutationObserver(e=>{e.forEach(e=>{"childList"!==e.type&&"characterData"!==e.type||t(e)})}).observe(e,{childList:!0,characterData:!0,subtree:!0})},a=(e,t,n={})=>r=>{r.forEach(r=>{const o=n[r]||r,i=e.getAttribute(r);t&&(null!==i?t.getAttribute(o)!==i&&t.setAttribute(o,i):t.removeAttribute(o))})},l=(e,t,n)=>{i(e,a(e,t),n),i(t,a(t,e),n)},c=e=>(0,r.GL)(o.$m,e),d=(...e)=>`--${(0,r.GL)(...e)}`,u=(e,t,n={})=>{i(e,a(e,t,n.mapAttrs),n)},p=(e,t,n=[])=>{if(!n.length)return;const r=n.reduce((t,n)=>Object.assign(t,{[n]:{get:()=>e[n],set(t){e[n]=t}}}),{});Object.defineProperties(t,r)}},9696(e,t,n){"use strict";n.d(t,{GL:()=>o,Tn:()=>a,Zz:()=>s,dk:()=>i,gU:()=>l,kW:()=>r,wy:()=>c});const r=e=>e.replace(/([a-z])([A-Z])/g,"$1-$2").replace(/[\s_.]+/g,"-").toLowerCase(),o=(...e)=>r(e.filter(e=>!!e).join("-")),i=(...e)=>e.filter(Boolean).map((e,t)=>{return 0===t?e:(n=e).charAt(0).toUpperCase()+n.slice(1);var n}).join(""),s=(...e)=>t=>e.reduceRight((e,t)=>t(e),t),a=e=>"function"==typeof e,l=e=>{try{return new URL(e),!0}catch(e){return!1}},c=e=>e.replace(/([A-Z])/g," $1").trim().split(" ").map(e=>e.charAt(0).toUpperCase()+e.slice(1)).join(" ")},40070(e,t,n){"use strict";n.d(t,{e:()=>g,t:()=>m});var r=n(18524),o=n.n(r);const i=.4,s=.25,a=.1,l=(e,t)=>e.darken(t).hex(),c=e=>{const t=e.isDark();return e.mix(o()(t?"white":"black"),1).saturate(1).hex()},d=(e,t)=>e.lightness()<.5?e.lightness(100*t).hex():e.lighten(t).hex(),u=e=>e.luminosity()<.01,p=e=>e.luminosity()>.99,h=(e,t)=>"dark"===t?p(e)?l(e,s):d(e,i):u(e)?d(e,s):l(e,i),f=(e,t)=>"dark"===t?u(e)?d(e,s):l(e,i):p(e)?l(e,s):d(e,i),b=(e,t)=>"dark"===t?u(e)?d(e,a):l(e,.8):p(e)?l(e,a):d(e,.8),g=(e,t)=>{const n=new(o())(e.main||e);return{main:n.hex(),dark:e.dark||h(n,t),light:e.light||f(n,t),highlight:e.highlight||b(n,t),contrast:e.contrast||c(n)}},m=e=>Object.keys(e).reduce((t,n)=>{const r=e[n];return Object.assign(t,{[n]:g(r)})},{})},73227(e,t,n){"use strict";n.r(t),n.d(t,{componentsThemeManager:()=>l.br,createComponentsTheme:()=>j,createHelperVars:()=>I,genColor:()=>c.e,genColors:()=>c.t,getThemeRefs:()=>g,getThemeVars:()=>m,globalsThemeToStyle:()=>H,inputFloatingLabelStyle:()=>d.Kl,resetInitialHeight:()=>d.T8,resetInputAutoFill:()=>d.AI,resetInputContainer:()=>d.zm,resetInputCursor:()=>d.I4,resetInputElement:()=>d.mC,resetInputField:()=>d.Qv,resetInputFieldDefaultWidth:()=>d.X6,resetInputFieldInvalidBackgroundColor:()=>d.kG,resetInputFieldUnderlayingBorder:()=>d.cQ,resetInputLabelPosition:()=>d.$J,resetInputOverrides:()=>d.LJ,resetInputPlaceholder:()=>d.lS,resetInputReadonlyStyle:()=>d.fu,themeToCSSVarsObj:()=>b,themeToStyle:()=>w,useHostExternalPadding:()=>d.cy,useVar:()=>A});var r=n(21642),o=n.n(r),i=n(3047),s=n(9696),a=n(97810),l=n(79673),c=n(40070),d=n(73551);const u=e=>(0,a.Ix)(i.$m,...e),p=(e,t,n)=>{const r=Array.isArray(t)?t:t.match(/([^[.\]])+/g);return r.reduce((e,t,o)=>(void 0===e[t]&&(e[t]={}),o===r.length-1&&(e[t]=n),e[t]),e),e},h=(e,t,n)=>Object.entries(e).reduce((e,[r,i])=>i?.constructor!==Object?o()(e,n(t.concat(r),i)):o()(e,h(i,[...t,r],n)),{}),f=e=>{switch(!0){case Array.isArray(e):return e.map(e=>e.includes(" ")?`"${e}"`:e).join(", ");case(0,s.gU)(e):return`url(${e})`;default:return e}},b=e=>h(e,[],(e,t)=>({[u(e)]:f(t)})),g=(e,t)=>h(e,[],e=>p({},e,`var(${u(t?[t,...e]:e)})`)),m=(e,t)=>h(e,[],e=>p({},e,u(t?[t,...e]:e))),H=(e,t="")=>{const n=Object.entries(b(e)).reduce((e,t)=>`${e}${t.join(":")};\n`,"");return t?`*[data-theme="${t}"] {${n}}`:n},y="@container",v="$breakpoints",S=e=>e.startsWith("$breakpoints."),x=e=>Object.entries(e).reduce((e,[t,n])=>(e=>e.startsWith(y))(t)?`${e}${t} {\n${x(n)}}\n\n`:`${e}${t} { \n${Object.entries(n).map(([e,t])=>`${e}: ${t}`).join(";\n")} \n}\n\n`,""),j=e=>{const t=(e=>h(e,[],(t,n)=>{const[r,...o]=t;if(o[0]===v)return{};const l=o.pop(),c=(0,a.xE)(r);"undefined"===l&&console.warn(c,`theme value: "${n}" is mapped to an invalid property`);const d=i.IM,u=e[r]?.[v]||{},p=o.filter(S),h=p.find(e=>!u[e.slice(13)]);if(h)return console.warn(c,`theme references undefined breakpoint "${h}"`),{};const b=p.map(e=>S(e)?`${y} ${u[e.slice(13)]}`:e);o.splice(0,o.length,...o.filter(e=>!S(e)));const g=o.reduce((e,t,n)=>{const[r,i]=function(e){const t=e.match(/^(&+)?(.*)$/);return[t[1]||"",t[2]||""]}(t),a=Math.min(r.length+1,3);if(i.startsWith("_"))return e+`[${(0,s.kW)(i.replace(/^_/,""))}="true"]`.repeat(a);const l=o[n+1];return"string"!=typeof l||l.startsWith("_")||l.startsWith("&")?(console.error("theme generator",`your theme structure is invalid, attribute "${t}" is followed by "${l}" which is not allowed`),e):e+`[${(0,s.kW)(i)}="${o.splice(n+1,1).join("")}"]`.repeat(a)},""),m=":host"+(g?`(${g})`:""),H=b.reduceRight((e,t)=>({[t]:e}),{[m]:{[l]:f(n)}});return{[c]:{[d]:H}}}))(e);return Object.keys(t).reduce((e,n)=>{const r=t[n];return Object.assign(e,{[n]:Object.keys(r).reduce((e,t)=>Object.assign(e,{[t]:x(r[t])}),{})})},{})},w=({globals:e,components:t},n)=>({globals:H(e,n),components:j(t)}),A=(...e)=>e.reduceRight((e,t)=>t.startsWith("--")?`var(${t}${e?`, ${e}`:e})`:`${t}${e?`, ${e}`:e}`,""),I=(e,t)=>{const n=h(e,[],(e,n)=>{const r=[...e],o=r.splice(-1),i=(0,a.Ix)(t,o),s={[o]:i},l={[o]:A(i)};return{theme:p({},[...r,i],n),useVars:l,vars:s}});return[n.theme,n.useVars,n.vars]}},73551(e,t,n){"use strict";n.d(t,{$J:()=>g,AI:()=>u,I4:()=>c,Kl:()=>m,LJ:()=>b,Qv:()=>l,T8:()=>i,X6:()=>p,cQ:()=>o,cy:()=>r,fu:()=>h,kG:()=>f,lS:()=>d,mC:()=>s,zm:()=>a});const r=e=>`\n :host {\n padding: calc(var(${e.inputOutlineWidth}) + var(${e.inputOutlineOffset}))\n }\n`,o=e=>`\n ${e}::part(input-field)::after {\n border: none;\n }\n`,i=e=>`\n ${e}::before {\n\t\theight: unset;\n\t}\n`,s=e=>`\n ${e} > input {\n -webkit-mask-image: none;\n min-height: 0;\n box-sizing: border-box;\n }\n`,a=e=>`\n ${e} {\n margin: 0;\n padding: 0;\n width: 100%;\n height: 100%;\n box-sizing: border-box;\n }\n`,l=e=>`\n ${e}::part(input-field) {\n overflow: hidden;\n padding: 0;\n box-shadow: none;\n }\n`,c=e=>`\n ${e} > label,\n ${e}::part(label),\n ${e}::part(required-indicator) {\n cursor: pointer;\n }\n`,d=(e,t="input")=>`\n ${e}[disabled] > ${t}:placeholder-shown,\n\t${e}[readonly] > ${t}:placeholder-shown {\n\t\topacity: 1;\n\t}\n`,u=(e,t)=>`\n ${e} input:-webkit-autofill,\n ${e} input:-webkit-autofill::first-line,\n ${e} input:-webkit-autofill:hover,\n ${e} input:-webkit-autofill:active,\n ${e} input:-webkit-autofill:focus {\n -webkit-text-fill-color: var(${t.inputValueTextColor});\n box-shadow: 0 0 0 var(${t.inputHeight}) var(${t.inputBackgroundColor}) inset;\n }\n`,p=()=>"\n :host {\n --vaadin-field-default-width: auto;\n box-sizing: border-box;\n }\n",h=e=>`\n ${e}::part(input-field)::after {\n opacity: 0;\n }\n`,f=e=>`\n ${e}::part(input-field)::after {\n background: none;\n }\n`,b=(e,t)=>`\n ${a(e)}\n ${c(e)}\n ${d(e)}\n ${l(e)}\n ${u(e,t)}\n ${f(e)}\n ${i(e)}\n ${s(e)}\n ${o(e)}\n`,g=e=>`\n :host ::part(error-message) {\n direction: ltr;\n }\n :host([required]) ::part(required-indicator) {\n width: 1em;\n display: inline-flex;\n }\n :host([required]) ::part(required-indicator)::after {\n position: static;\n }\n :host([has-label]) ::part(label) {\n padding-right: 0;\n padding-bottom: 0;\n display: flex;\n width: 100%;\n }\n ${e} [slot="label"] {\n max-width: calc(100% - 1em);\n overflow: hidden;\n text-overflow: ellipsis;\n padding-bottom: 0.5em;\n }\n`,m=()=>'\n :host([label-type="floating"]) {\n position: relative;\n }\n :host([label-type="floating"][has-label]) > ::part(label) {\n z-index: 1;\n padding: 0;\n width: auto;\n }\n '},25990(e,t,n){const{componentsThemeManager:r}=n(73227),o=n(3902);e.exports=o.keys().reduce((e,t)=>{const n=t.replace(/.*?([^\/]+)\/index\.js$/,"$1");return n.endsWith("-internal")||(e[n]=()=>o(t)),e},{}),e.exports.componentsThemeManager=r,e.exports["descope-address-field"]=()=>Promise.all([n.e(2672),n.e(6818),n.e(2562),n.e(8968),n.e(9275),n.e(8248),n.e(7620),n.e(5966),n.e(4914),n.e(9871),n.e(7774),n.e(8961),n.e(7092),n.e(8822)]).then(n.bind(n,25278)),e.exports["descope-anchored"]=()=>Promise.all([n.e(2672),n.e(8961),n.e(3267)]).then(n.bind(n,13094)),e.exports["descope-apps-list"]=()=>Promise.all([n.e(2672),n.e(6818),n.e(2562),n.e(8968),n.e(5966),n.e(5260),n.e(7182),n.e(8202),n.e(1453),n.e(8961),n.e(3580)]).then(n.bind(n,47477)),e.exports["descope-attachment"]=()=>Promise.all([n.e(2672),n.e(8961),n.e(7164)]).then(n.bind(n,44050)),e.exports["descope-autocomplete-field"]=()=>Promise.all([n.e(2672),n.e(6818),n.e(2562),n.e(8968),n.e(9275),n.e(8248),n.e(7620),n.e(5966),n.e(4914),n.e(9871),n.e(7774),n.e(8961),n.e(7092),n.e(8712)]).then(n.bind(n,93847)),e.exports["descope-avatar"]=()=>Promise.all([n.e(2672),n.e(6818),n.e(2562),n.e(8968),n.e(5966),n.e(5260),n.e(7182),n.e(8202),n.e(8961),n.e(2272)]).then(n.bind(n,53557)),e.exports["descope-badge"]=()=>Promise.all([n.e(2672),n.e(8961),n.e(4188)]).then(n.bind(n,11065)),e.exports["descope-button"]=()=>Promise.all([n.e(2672),n.e(6818),n.e(2562),n.e(8968),n.e(9275),n.e(5414),n.e(4467),n.e(8961),n.e(5087)]).then(n.bind(n,30576)),e.exports["descope-collapsible-container"]=()=>Promise.all([n.e(2672),n.e(5414),n.e(8961),n.e(6367)]).then(n.bind(n,96945)),e.exports["descope-combo-box"]=()=>Promise.all([n.e(2672),n.e(6818),n.e(2562),n.e(8968),n.e(9275),n.e(8248),n.e(7620),n.e(5966),n.e(4914),n.e(9871),n.e(8961),n.e(7092),n.e(5691)]).then(n.bind(n,27092)),e.exports["descope-country-subdivision-city-field"]=()=>Promise.all([n.e(2672),n.e(6818),n.e(2562),n.e(8968),n.e(9275),n.e(8248),n.e(7620),n.e(5966),n.e(4914),n.e(9871),n.e(7774),n.e(8961),n.e(7092),n.e(2478)]).then(n.bind(n,68749)),e.exports["descope-enriched-text"]=()=>Promise.all([n.e(2672),n.e(2540),n.e(8961),n.e(9261)]).then(n.bind(n,55838)),e.exports["descope-icon"]=()=>Promise.all([n.e(2672),n.e(5414),n.e(8961),n.e(6724)]).then(n.bind(n,56737)),e.exports["descope-image"]=()=>Promise.all([n.e(2672),n.e(5414),n.e(8961),n.e(1202)]).then(n.bind(n,53455)),e.exports["descope-link"]=()=>Promise.all([n.e(2672),n.e(8961),n.e(4159)]).then(n.bind(n,90512)),e.exports["descope-list"]=()=>Promise.all([n.e(2672),n.e(8961),n.e(4551)]).then(n.bind(n,45400)),e.exports["descope-list-item"]=()=>Promise.all([n.e(2672),n.e(8961),n.e(461)]).then(n.bind(n,24542)),e.exports["descope-month-day-field"]=()=>Promise.all([n.e(2672),n.e(6818),n.e(2562),n.e(8968),n.e(9275),n.e(8248),n.e(7620),n.e(5414),n.e(4467),n.e(5966),n.e(5260),n.e(7182),n.e(4914),n.e(9871),n.e(6618),n.e(8961),n.e(7092),n.e(9585)]).then(n.bind(n,63423)),e.exports["descope-month-day-field-picker"]=()=>Promise.all([n.e(2672),n.e(6818),n.e(2562),n.e(8968),n.e(9275),n.e(8248),n.e(7620),n.e(5966),n.e(4914),n.e(9871),n.e(8961),n.e(7092),n.e(1104)]).then(n.bind(n,92661)),e.exports["descope-multi-line-mappings"]=()=>Promise.all([n.e(2672),n.e(6818),n.e(2562),n.e(8968),n.e(9275),n.e(8248),n.e(7620),n.e(5414),n.e(4467),n.e(5966),n.e(4914),n.e(9871),n.e(1408),n.e(8961),n.e(9054),n.e(5375)]).then(n.bind(n,22931)),e.exports["descope-multi-select-combo-box"]=()=>Promise.all([n.e(2672),n.e(6818),n.e(2562),n.e(8968),n.e(9275),n.e(8248),n.e(7620),n.e(5966),n.e(4914),n.e(9871),n.e(1408),n.e(8961),n.e(9054)]).then(n.bind(n,70067)),e.exports["descope-outbound-app-button"]=()=>Promise.all([n.e(2672),n.e(6818),n.e(2562),n.e(8968),n.e(9275),n.e(5414),n.e(4467),n.e(8961),n.e(8634)]).then(n.bind(n,81422)),e.exports["descope-outbound-apps"]=()=>Promise.all([n.e(2672),n.e(6818),n.e(2562),n.e(8968),n.e(9275),n.e(5414),n.e(4467),n.e(5966),n.e(5260),n.e(7182),n.e(8202),n.e(5263),n.e(8961),n.e(4292)]).then(n.bind(n,58204)),e.exports["descope-password-strength"]=()=>Promise.all([n.e(2672),n.e(8961),n.e(9458)]).then(n.bind(n,13241)),e.exports["descope-ponyhot"]=()=>Promise.all([n.e(2672),n.e(8961),n.e(796)]).then(n.bind(n,71696)),e.exports["descope-recovery-codes"]=()=>Promise.all([n.e(2672),n.e(6818),n.e(2562),n.e(5260),n.e(7182),n.e(6063),n.e(8961),n.e(9175)]).then(n.bind(n,88568)),e.exports["descope-text"]=()=>Promise.all([n.e(2672),n.e(8961),n.e(2294)]).then(n.bind(n,63595)),e.exports["descope-text-field"]=()=>Promise.all([n.e(2672),n.e(6818),n.e(2562),n.e(8968),n.e(9275),n.e(8248),n.e(7620),n.e(5260),n.e(7182),n.e(8961),n.e(77)]).then(n.bind(n,64014)),e.exports["descope-timer"]=()=>Promise.all([n.e(2672),n.e(5414),n.e(8961),n.e(2250)]).then(n.bind(n,61479)),e.exports["descope-timer-button"]=()=>Promise.all([n.e(2672),n.e(6818),n.e(2562),n.e(8968),n.e(9275),n.e(5414),n.e(4467),n.e(8961),n.e(743)]).then(n.bind(n,60096)),e.exports["descope-tooltip"]=()=>Promise.all([n.e(2672),n.e(6818),n.e(2562),n.e(8968),n.e(5966),n.e(2540),n.e(8202),n.e(8961),n.e(628)]).then(n.bind(n,38516)),e.exports["descope-trusted-devices"]=()=>Promise.all([n.e(2672),n.e(5414),n.e(8961),n.e(7750)]).then(n.bind(n,66747)),e.exports["descope-user-passkeys"]=()=>Promise.all([n.e(2672),n.e(6818),n.e(2562),n.e(8968),n.e(9275),n.e(5414),n.e(4467),n.e(8961),n.e(584)]).then(n.bind(n,49482))},3902(e,t,n){var r={"./boolean-fields/descope-boolean-field-internal/index.js":[3274,[2672,9365,7362]],"./boolean-fields/descope-checkbox/index.js":[49582,[2672,6818,2562,8968,9275,8248,7620,4467,2540,7291,8961,9365,9582,4838]],"./boolean-fields/descope-switch-toggle/index.js":[21934,[2672,6818,2562,8968,9275,8248,7620,4467,2540,7291,8961,9365,1448]],"./button-selection-group-fields/descope-button-multi-selection-group-internal/index.js":[91831,[2672,9365,8399]],"./button-selection-group-fields/descope-button-multi-selection-group/index.js":[55162,[2672,6818,2562,8968,9275,5414,4467,8961,9365,1837,3829]],"./button-selection-group-fields/descope-button-selection-group-internal/index.js":[72415,[2672,9365,7079]],"./button-selection-group-fields/descope-button-selection-group-item/index.js":[15450,[2672,6818,2562,8968,9275,5414,4467,8961,9365,1837]],"./button-selection-group-fields/descope-button-selection-group/index.js":[27926,[2672,6818,2562,8968,9275,5414,4467,8961,9365,1837,2141]],"./descope-alert/index.js":[11339,[2672,2540,8961,9365,1456]],"./descope-code-snippet/index.js":[80522,[2672,5414,5780,8961,9365,3521]],"./descope-container/index.js":[81297,[2672,9365,8689]],"./descope-date-field/descope-calendar/index.js":[88350,[2672,6818,2562,8968,9275,8248,7620,5414,4467,5966,4914,9871,8961,9365,7092,8350,6028]],"./descope-date-field/index.js":[79981,[2672,6818,2562,8968,9275,8248,7620,5414,4467,5966,5260,7182,4914,9871,6618,8961,9365,7092,8350,9257]],"./descope-divider/index.js":[48995,[2672,8961,9365,8819]],"./descope-email-field/index.js":[54316,[2672,6818,2562,8968,9275,8248,7620,9365,5695]],"./descope-grid/descope-grid-custom-column/index.js":[12909,[6818,7565,9176]],"./descope-grid/descope-grid-item-details-column/index.js":[92107,[6818,2562,5260,7182,7565,2381]],"./descope-grid/descope-grid-selection-column/index.js":[57641,[2672,6818,2562,8968,9275,8248,7620,4467,2540,7565,7291,8961,9365,9582,3305]],"./descope-grid/descope-grid-text-column/index.js":[57148,[6818,7565,8108]],"./descope-grid/index.js":[38976,[2672,6818,2562,8968,9275,8248,7620,5414,4467,5260,7182,4914,2540,7565,7291,5780,9970,8961,9365,9582,2200]],"./descope-hcaptcha/index.js":[24011,[2672,9365,7470]],"./descope-hybrid-field/index.js":[44966,[2672,6818,2562,8968,9275,8248,7620,5966,5260,7182,4914,9871,5348,3620,8961,9365,7092,9265,9894,7299]],"./descope-loader-linear/index.js":[63581,[2672,9365,8009]],"./descope-loader-radial/index.js":[54249,[2672,9365,7163]],"./descope-logo/index.js":[86947,[2672,9365,1239]],"./descope-modal/index.js":[52079,[2672,6818,2562,8968,5966,9117,9365,4139]],"./descope-new-password/descope-new-password-internal/index.js":[78844,[2672,9365,8603]],"./descope-new-password/index.js":[72788,[2672,6818,2562,8968,9275,8248,7620,4467,5260,7182,1899,8961,9365,4364]],"./descope-notification/descope-notification-card/index.js":[69182,[2672,6818,2562,8983,9365,7326]],"./descope-notification/index.js":[8273,[2672,6818,2562,8983,9365,8019]],"./descope-notp-image/index.js":[27201,[2672,9365,2251]],"./descope-number-field/index.js":[72598,[2672,6818,2562,8968,9275,8248,7620,5648,9365,7944]],"./descope-passcode/descope-passcode-internal/index.js":[59053,[2672,9365,3359]],"./descope-passcode/index.js":[54690,[2672,6818,2562,8968,9275,8248,7620,5260,7182,8961,9365,8884]],"./descope-password/index.js":[19169,[2672,6818,2562,8968,9275,8248,7620,4467,1899,9365,6969]],"./descope-policy-validation/index.js":[26782,[2672,9365,2996]],"./descope-radio-group/index.js":[40649,[2672,6818,2562,8968,9275,8248,4467,4623,9365,9399]],"./descope-recaptcha/index.js":[85386,[2672,9365,3847]],"./descope-scopes-list/index.js":[16942,[2672,6818,2562,8968,9275,8248,7620,4467,2540,7291,8961,9365,9582,1674]],"./descope-security-questions-setup/index.js":[74460,[2672,6818,2562,8968,9275,8248,7620,5966,5260,7182,4914,9871,6477,8961,9365,7092,3594]],"./descope-security-questions-verify/index.js":[38479,[2672,6818,2562,8968,9275,8248,7620,5260,7182,8961,9365,9446]],"./descope-text-area/index.js":[5277,[2672,6818,2562,8968,9275,8248,7620,7939,9365,5686]],"./descope-third-party-app-logo/index.js":[6107,[2672,5414,8961,9365,230]],"./descope-totp-image/index.js":[7252,[2672,9365,6213]],"./descope-upload-file/index.js":[70139,[2672,6818,2562,8968,9275,5414,4467,8961,9365,9636]],"./descope-user-attribute/index.js":[45554,[2672,6818,2562,8968,9275,5414,4467,8961,9365,1578]],"./descope-user-auth-method/index.js":[67760,[2672,6818,2562,8968,9275,5414,4467,5260,8961,9365,9990]],"./mapping-fields/descope-mappings-field/descope-mapping-item/index.js":[29172,[2672,9365,2230]],"./mapping-fields/descope-mappings-field/descope-mappings-field-internal/index.js":[34884,[2672,9365,9522]],"./mapping-fields/descope-mappings-field/index.js":[84719,[2672,6818,2562,8968,9275,8248,7620,5414,4467,5966,5260,7182,4914,9871,7774,4550,8961,9365,7092,7095]],"./mapping-fields/descope-saml-group-mappings/descope-saml-group-mappings-internal/index.js":[9894,[2672,9365,9708]],"./mapping-fields/descope-saml-group-mappings/index.js":[45103,[2672,6818,2562,8968,9275,8248,7620,5414,4467,5966,5260,7182,4914,9871,7774,4550,8961,9365,7092,6832]],"./phone-fields/descope-phone-field/descope-phone-field-internal/index.js":[92132,[2672,6818,2562,8968,9275,8248,7620,5966,5260,7182,4914,9871,5348,3620,8961,9365,7092,9265,2878]],"./phone-fields/descope-phone-field/index.js":[98136,[2672,6818,2562,8968,9275,8248,7620,5966,5260,7182,4914,9871,5348,3620,8961,9365,7092,9265,9894]],"./phone-fields/descope-phone-input-box-field/descope-phone-input-box-internal/index.js":[78343,[2672,6818,2562,8968,9275,8248,7620,5260,7182,5348,8961,9365,9265,8657]],"./phone-fields/descope-phone-input-box-field/index.js":[30057,[2672,6818,2562,8968,9275,8248,7620,5260,7182,5348,8961,9365,9265,4043]]};function o(e){if(!n.o(r,e))return Promise.resolve().then(()=>{var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t});var t=r[e],o=t[0];return Promise.all(t[1].map(n.e)).then(()=>n(o))}o.keys=()=>Object.keys(r),o.id=3902,e.exports=o}},r={};function o(e){var t=r[e];if(void 0!==t)return t.exports;var i=r[e]={id:e,loaded:!1,exports:{}};return n[e](i,i.exports,o),i.loaded=!0,i.exports}return o.m=n,o.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return o.d(t,{a:t}),t},o.d=(e,t)=>{for(var n in t)o.o(t,n)&&!o.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},o.f={},o.e=e=>Promise.all(Object.keys(o.f).reduce((t,n)=>(o.f[n](e,t),t),[])),o.u=e=>(({77:"descope-text-field",230:"descope-third-party-app-logo-index-js",461:"descope-list-item",584:"descope-user-passkeys",628:"descope-tooltip",743:"descope-timer-button",796:"descope-ponyhot",1104:"descope-month-day-field-picker",1202:"descope-image",1239:"descope-logo-index-js",1448:"boolean-fields-descope-switch-toggle-index-js",1456:"descope-alert-index-js",1578:"descope-user-attribute-index-js",1674:"descope-scopes-list-index-js",1837:"button-selection-group-fields-descope-button-selection-group-item-index-js",2141:"button-selection-group-fields-descope-button-selection-group-index-js",2200:"descope-grid-index-js",2230:"mapping-fields-descope-mappings-field-descope-mapping-item-index-js",2250:"descope-timer",2251:"descope-notp-image-index-js",2272:"descope-avatar",2294:"descope-text",2381:"descope-grid-descope-grid-item-details-column-index-js",2478:"descope-country-subdivision-city-field",2878:"phone-fields-descope-phone-field-descope-phone-field-internal-index-js",2996:"descope-policy-validation-index-js",3267:"descope-anchored",3305:"descope-grid-descope-grid-selection-column-index-js",3359:"descope-passcode-descope-passcode-internal-index-js",3521:"descope-code-snippet-index-js",3580:"descope-apps-list",3594:"descope-security-questions-setup-index-js",3829:"button-selection-group-fields-descope-button-multi-selection-group-index-js",3847:"descope-recaptcha-index-js",4043:"phone-fields-descope-phone-input-box-field-index-js",4139:"descope-modal-index-js",4159:"descope-link",4188:"descope-badge",4292:"descope-outbound-apps",4364:"descope-new-password-index-js",4551:"descope-list",4838:"boolean-fields-descope-checkbox-index-js",5087:"descope-button",5375:"descope-multi-line-mappings",5686:"descope-text-area-index-js",5691:"descope-combo-box",5695:"descope-email-field-index-js",6028:"descope-date-field-descope-calendar-index-js",6213:"descope-totp-image-index-js",6367:"descope-collapsible-container",6724:"descope-icon",6832:"mapping-fields-descope-saml-group-mappings-index-js",6969:"descope-password-index-js",7079:"button-selection-group-fields-descope-button-selection-group-internal-index-js",7095:"mapping-fields-descope-mappings-field-index-js",7163:"descope-loader-radial-index-js",7164:"descope-attachment",7299:"descope-hybrid-field-index-js",7326:"descope-notification-descope-notification-card-index-js",7362:"boolean-fields-descope-boolean-field-internal-index-js",7470:"descope-hcaptcha-index-js",7750:"descope-trusted-devices",7944:"descope-number-field-index-js",8009:"descope-loader-linear-index-js",8019:"descope-notification-index-js",8108:"descope-grid-descope-grid-text-column-index-js",8399:"button-selection-group-fields-descope-button-multi-selection-group-internal-index-js",8603:"descope-new-password-descope-new-password-internal-index-js",8634:"descope-outbound-app-button",8657:"phone-fields-descope-phone-input-box-field-descope-phone-input-box-internal-index-js",8689:"descope-container-index-js",8712:"descope-autocomplete-field",8819:"descope-divider-index-js",8822:"descope-address-field",8884:"descope-passcode-index-js",9054:"descope-multi-select-combo-box",9175:"descope-recovery-codes",9176:"descope-grid-descope-grid-custom-column-index-js",9257:"descope-date-field-index-js",9261:"descope-enriched-text",9399:"descope-radio-group-index-js",9446:"descope-security-questions-verify-index-js",9458:"descope-password-strength",9522:"mapping-fields-descope-mappings-field-descope-mappings-field-internal-index-js",9585:"descope-month-day-field",9636:"descope-upload-file-index-js",9708:"mapping-fields-descope-saml-group-mappings-descope-saml-group-mappings-internal-index-js",9894:"phone-fields-descope-phone-field-index-js",9990:"descope-user-auth-method-index-js"}[e]||e)+".js"),o.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),o.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),e={},t="@descope/web-components-ui:",o.l=(n,r,i,s)=>{if(e[n])e[n].push(r);else{var a,l;if(void 0!==i)for(var c=document.getElementsByTagName("script"),d=0;d<c.length;d++){var u=c[d];if(u.getAttribute("src")==n||u.getAttribute("data-webpack")==t+i){a=u;break}}a||(l=!0,(a=document.createElement("script")).charset="utf-8",o.nc&&a.setAttribute("nonce",o.nc),a.setAttribute("data-webpack",t+i),a.src=n,0!==a.src.indexOf(window.location.origin+"/")&&(a.crossOrigin="anonymous"),a.integrity=o.sriHashes[s],a.crossOrigin="anonymous"),e[n]=[r];var p=(t,r)=>{a.onerror=a.onload=null,clearTimeout(h);var o=e[n];if(delete e[n],a.parentNode&&a.parentNode.removeChild(a),o&&o.forEach(e=>e(r)),t)return t(r)},h=setTimeout(p.bind(null,void 0,{type:"timeout",target:a}),12e4);a.onerror=p.bind(null,a.onerror),a.onload=p.bind(null,a.onload),l&&document.head.appendChild(a)}},o.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),(()=>{var e;o.g.importScripts&&(e=o.g.location+"");var t=o.g.document;if(!e&&t&&(t.currentScript&&"SCRIPT"===t.currentScript.tagName.toUpperCase()&&(e=t.currentScript.src),!e)){var n=t.getElementsByTagName("script");if(n.length)for(var r=n.length-1;r>-1&&(!e||!/^http(s?):/.test(e));)e=n[r--].src}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/^blob:/,"").replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),o.p=e})(),o.sriHashes={77:"sha384-mfD/QerV3DEW7TKYbv8wLmZyLP8cyobcJvBzCw6fQPCznT1hFTDjExWXCxX2jPXH",230:"sha384-wNTUVQ5ki0GUCDCNr2UKvqGPRiS2eygJOROFyJ2WIiKtIM6iA/OE5uFsd6V3mMX6",461:"sha384-lCvycKtZ/+cAVcgU+ETR4wXuQ3/4WjKtrH3yH5Tf2KgIAoFLgmubZvHwcujgKOFx",584:"sha384-iM/4R9nwivtodWgJiKv6C7LMh4J6qINnBQ51gIvqHpq5mmQi5U7H1YsNQWJ5eUBo",628:"sha384-RWv9Tcx5Wlw0qSusaIeDSBBTz5uY617Bqk7y5UQ6wWov3+hSwYr/gybzEGRsT5Q6",743:"sha384-t9ix9TqbtCRFwOB6Yz9eJlUZ9vuIWB1KIY/ZzelgYYpgJUAZ8+clQGaiOiOP1rtl",796:"sha384-IRBL3uptcBM16SPmvpXqDEP0t3dmWOzT/J2taaS8hCthB1jdEX5A3l7tybYPCTC2",1050:"sha384-oy4fqzLqP3izG3zSNAgknV9Pm1pMR6dJ8Hf+1WOZ9XrKdcYRLTh/6nRpRM/T2zbD",1104:"sha384-4MMhc0aTzMQQAFGlRAu66R67bfXdLqEj+1B/M7Oqh1r8NIfZjkZjotqhfkHJZKHI",1202:"sha384-nX/Py4LB9QrQBTOqVq49W1mOQ7FboXNQzCTtN3yng+Fuo2NantS0bx6nLFWOyTPc",1239:"sha384-THoqkS0xp98dduXqXCnPVAbLnCfVt55JzLMhPR6vX9l1gpC8QwM5m6G6b29+qdbW",1408:"sha384-mIuTZneuSRj6LppAaaJff6p1NCD5/oyKCAsKKdwbmQ2W/js9mVT76mQRghD0YbAy",1448:"sha384-k7lpmCfPAVTrE5J428q6bUUYQKmXkfDVtICIBEy8iLV58ydpiWYZdammmzOKAE6E",1453:"sha384-Wcv6xLHSgVFzSYs3Wrq18M/Q1W6jztNsQ/8+JeA2bgeCvFebBuQlI2OyozX6kCtD",1456:"sha384-/FjA6pIwXQMqBx27wxOKCTNv6iNC2lJOa1g0UbN1elNh2prN+V70mq4MdaaqCCF/",1578:"sha384-mZm8wsMj2fCtrTstMn8bIKzedDYtATrC5aazIX825C1KMS0GafPtfWHaxCO328oL",1674:"sha384-c4879JX2lRZQQuYP9HqOIB4MMHYBqjYmB8ANsu8qni9SUHQqj8AHQrNNpZROkcQt",1837:"sha384-AKejHmffEkCGuKqkhLirU8+zlO5DWLzl+PDfro60ElQIMHIJfbXDeFB9GBuh+08A",1899:"sha384-IppxzMaIGMxk8gAed/9jBSOVXYuy5swhAuGXE6WVd3T4q45qZf3cYxRiOrq8huAM",2141:"sha384-zst33Rfgb8ROhlPlHoyRNbiFCff74RmSXdxSoPPrUG1ddzadjT5qNE2SFoHcvz95",2200:"sha384-NgKaNFtc9RT1fefiHS86LUGuHwGGYrCXPUTzcfsgNaUrNx2m75MnaNdoD1Ul48rI",2230:"sha384-8EHJkD83IXEnuobAuVopLIVlprbNW6F2/bEG9OfwBpoAaMnH0Z55eAfORUL+soAo",2250:"sha384-CbJTe1+1DEfKHzatlLvuxRBGZ4tpTy+o7Alw/rymwa6ME6VJ26IR9mUWYyDPK9XG",2251:"sha384-7SAUra0j8Pmt+dw6BUasm5/xaYhHpqA15n4X26nlpkOEW51Gh9gDpreCTjmHEWcQ",2272:"sha384-4h2PkNsnduEKAA3NsnvIvNNcWeHhSUX3K9/V4uPdVP9QEqmTqfvBlCN/bNKz0lE3",2294:"sha384-3zqtopiZ2a0vysJIFFVNCWFtb0U7juFu+YuPpd7Y2JaThuHEljg+Z9K97E6N5goA",2381:"sha384-DZ9OUvoMCUCI+djMovHTLPns1XWkdppBjPErhULlnRgZgMXmIIj4jAlhmsOksmZ3",2478:"sha384-19Vp8Oj/PgL8HYNn8M0lACce+E9H+Nd1jie88rwfWolIce7mSHbyevtDgFwKBV7m",2540:"sha384-3zXUOHXTLCfTNRYLJTy2p3uiAfmwCSFi1WIZE4XJjFzbH/UoeNMK1+LxFu9tYWiQ",2562:"sha384-g8ccnItoPYJY4lhzmmtTbHC9rzVDbVfxBqG6/ERO1NCvPc0wEMc7NL8nYmOYZXGu",2672:"sha384-MzF+6Zhb6WND1FccqdMOefeomE/N8rbG6tFInzLXUVDKkI15F4awWOcmln0vT/Uo",2878:"sha384-aDkiN8b5qsl6xj5eFVfzNDa7O8OSxpUCVuqRHJfi1AwLG7xjlh2bv9Vanb0Ml+ti",2996:"sha384-EHkAufPVqKh9aksr+NxAidmf4k7NS9dHMsgA/eXatRVECwvnPNVn4Twmqi5zSydg",3241:"sha384-uPeaWWytSgf0aIg+VYo4ifNrGKZmOV2vi9jRrao+3YXSuFEyGV7MTs7RysmqotAh",3267:"sha384-I7iVN3PwjOKX9c94GksEc8K49srpJ+SDFwGjivocJRjGGwx98XVp2hN8dt8V0lJb",3305:"sha384-yRSSpx/vzftOvtV49RxWEQ39gvCmx3k9p/HryC3aond21zhbP3kDb7v6hwwvO7ls",3359:"sha384-ivMHsbJjH48LA1NfAsWxI3v+1/q2en4wsrGV+vo+FYXL4s2064Jp871pm+TMAIpI",3521:"sha384-xTdlcr8AsCzX3Z0r1qA4fU3+k+SME6upF6zmsBsmGJWuaj2cWRvjjfylkeTpS6fy",3580:"sha384-SWms2IFsMmBTJiarc12cOUvXjB8SuPUiLFI7MP8oJeZ4CKqYsyXa+kGoDnKCOTAi",3594:"sha384-A/7zaZ42I6bDtUYApa5RPta5ZXZ2nJAl7aSwH+TWgim88Z0bQtIoCb/pXbUWxqs6",3620:"sha384-a3xRp37r1vdxi9tGlZKD6+pv8FFOwA7ZbHWkbY4L666BqEg2HLgQ/DhD4UJHaKUr",3829:"sha384-bfvtJ4+j/Su5Y2vdLCRciGI9VDGIfChw07CFpRAiYbQVklehkrlgV1jugiOfhLOr",3847:"sha384-P86PLiE7YFec/3B6CltIrM8hpzILVd5eaT2cz4UzF/qD+fVsaONlR2NBMDBiPtRI",4043:"sha384-qhhb/EPfFororJu2K2DhjE4eB+GG8gzedKEW6cs+J1AJqJVOIAOMf4TEypsvMiCe",4139:"sha384-yyvGjeljyhFOEMOQA1ACJR4EkBXPmvmTOSDIJl9zgsLvpd53/574ihg9RTVMhldO",4159:"sha384-EVIXN+BIwM9rap+HJ4m75yFbemhr5cIPPDEhT7x98K4W5SRMMeWI8UrG7OOWAhGF",4188:"sha384-Yepak5BNzshzdveZj/3/IOXJtIvPv++2+ubPrvJXBLmuhvJub1XFn9C6Q8jYW+Hr",4292:"sha384-9JP5gnm+aAgN3+7qv+MwFY37C1SZey4r9oCGrq/8ND9JGYQCUx8L+UsCAlZ/MMku",4364:"sha384-wRFI05t41AOZzm3m1peWNmWKBSKwD6PjfAYEbY1yUUo1ijo9UWM48S/IbuQb+afc",4467:"sha384-+V3zjLFHUXQ3ozYO5qtQdJCb/z8CzFChWlK9zwKoGaICP2lTDSxODBvmL/mcX5og",4550:"sha384-qzL0Ss3GFrMlwtKCZwSKjgArCqTPg9/69oubDWvHOw/1/M9haOnaG8WV/SAJnXsP",4551:"sha384-o284eZJ7e5xqIXmE1QkkICxhXk0KYslMaC/hXQZYujB7CmPXKSY4dlZUGZlcr0Uk",4623:"sha384-F5zlj6lqVEVTl4RtnsJJBeOnRR6LmoKAB79lHNJ2vgI98HYCXpm/FhGo61SgbOZO",4838:"sha384-KfqDCTnx5dQaH8TSplXulQu06xCBEiQyLyh12K/1LUrlyIKLnB8QOC1sDvj3erqy",4914:"sha384-HrGnVIO4Mp7IvAVns5dhbjlOkIFxRRiKHgqj6BeBzxFLcVYvbCZ0oAaW8m9HXk8N",5087:"sha384-tkJtQqh5UUGld55Yz3K1msGl62vFBOEDDE+194UiK6eqEpwJtZHNDbuyLtCeQB3M",5260:"sha384-mY5y0fLpCwRf5xoZ/ly88jnF+QPLs/SKwRjlg5f27Yr2eGx1h4kIVy4g7fC7aRa1",5263:"sha384-0lbB3hgW6rdPEqxn9BUpKmUhDXfXH1DD24yKc1prnG/w3mVMaljUqfzDeTvMS0o/",5348:"sha384-mL5WRg55NozQyhHgWVVxeGvTGiUAqqWdI6GEerPD2G8OSNVswsYHwG80F5Tes5yW",5375:"sha384-ypwtx258ifHnqBqEa2XifNQ6/UJAQ5jllwUE4NO4DlVYeFzP2oPc/AyBlti1n2oI",5414:"sha384-iPER4le3WeP5JdDcpm3z/okryL2y6/SB5cnW3u3pDdZvFpU4hvG9yNq6GBDKinNZ",5648:"sha384-IUgx2RtLGIRf4u17YDBTeb0RkJ+BP1BOsNcXKuwa6OeORU5mcWyqBl2ppxZzCNaa",5686:"sha384-X3Y6n4dAEkJ61BmQadeRj/wFCMk7c1+i2ggibBAmO4Fsk/tD0bcGHLHb295a1Ti1",5691:"sha384-RJlJn5qn0sfOuUeT8mSLuiSbvaMxxlugzKVDdiZU2vOKtDL0Nr1px6b8urwT+ejf",5695:"sha384-4d47LmXOz4nL0Era1mRmPykAsXy68wV9gFmmZCswJJ0PmcmUbeLuqo7F3I13idfA",5780:"sha384-XZlNLWqdKI9XivLdXo1bRUR4NRjo7X6ZTpwaieKIw5KLMAsefCvV+xlAWdzZTbWe",5966:"sha384-l51cC6eb8HCuM8hcUsiYIImBWv8hq2ePvYECJcD1GjnA81ikrlZfQtpYTz59wDsR",6028:"sha384-ndOblFRpPMmLTG4tFxOZYtq68pAB5bnv4JQzb8PAs+Rei5R3/i0uxYiLIOhuV/rI",6063:"sha384-Wd7ACSQLeYt3QQEiRKpy5RntumlJpWpeyIEnbZQpnGGio7bgUTz/46MgI7Qw4Pr6",6213:"sha384-dnEdCtYdu1CwKKMn2KetgZWdlrJlp9ltiftzNGd4dJfYJT32O0AjNcmXOBoiqlsW",6367:"sha384-8WnvNmiGS91y10aijUz/kj6KMA+Irxuy9yvL9W13KNvmFaM8k3EHo7ZuqdoGhg/E",6477:"sha384-sP9GWinuNEI5dZ7BPoOIiOCDR4a5v/EDY/wNL7EBe+EpEB8RavzkF7EXrX1fIRJZ",6558:"sha384-GJEwGNlZcXpgH/tqmi2TM76NDEeVn2Zw4X978YKA5PuU2xaKO2Y7Eg7PN57pJuAe",6618:"sha384-WzbA3JVcXknYEyBVSSpNKgtELWXsWv4Bw3z8nYfS49YRZx+P+EIISi+A9Q+p5nr3",6724:"sha384-k5li/73v2Poif+BpOmxuqnTW/VkmXWayPTJxOJQagpAzIA1pnTWavPPYCNu/7Uoa",6818:"sha384-mJb9T/KR3V1NtkEEwtU5gJoXTkGmln9FPpAuaDoF8qRm+RI3NRG9bB8H9G/0NXkg",6832:"sha384-wuxg3e13D2i8fvVGEJhKnbHX3SZxAOYwT8F/fBtBdfD0U+f+eJj4twKd5whD9F/7",6969:"sha384-GvgSON9eTPhJaP3XrOli1Ac6/0appZAbORF0/B8CZGDOuU4yB4uAddnp74TuTXOF",7079:"sha384-KY2bZoWzeJUeVSb+7oJN8ZmNy1FaMG+cOqfDGk9sKtaAZqcOjmojfPVjiZAeNM67",7092:"sha384-MZ/BtOOfa/gV/QxHZnbGu5RX7cSvN1NVFancKXj+j0Vext5zOO2uZiCJoDalbQ1f",7095:"sha384-radqvK4PlmoCzRfZ0O2fm/hi3UKp95V24QvjLpfth3kjxS9ZMAXw/5PdZK57J/Em",7163:"sha384-HwWv1yZVXSaFOWtk4xXokgSiyCvPRv3D/3J+WR87c1x+E/w2iQiBJ9LHNAerCKjr",7164:"sha384-F0qBV4XC/DOwrCERTnyYS7IAg+xzObOX2tVTC2WgHzeFrx/9UfPdDZ1+mNpcLBNB",7182:"sha384-NVHJsBVqtNrCRjxRFpHlaxbDGwhDd3ghNtv157+xiXSCTvQGEBJwToEejgAu/9Dk",7291:"sha384-lX0pzX5zjuoWuoRBywH4ZrmYAK1jrc2aXBDwbIrB0gfxTw+qVT1j9MmkiHkAwmMq",7299:"sha384-LDqqadWPWUbozWLONM4HiE/ylrsw3j0HmiUb03JqfWjhgYGi1QcuuCODnXK/PSxq",7326:"sha384-ymjyyr4SK+dYWoMa8fQOpAqu3NuFHF1smyiMwVB/w2KY4ubkvF73C6IRMSEgRekn",7362:"sha384-7KWRdug3+u5AXMs4VkRAno1ZeYtwiiJfBGFuo66SgKP/XAaqljMqP5G1ejnWLCyC",7470:"sha384-MoHyfVbC8I0c4sVULSN1iwBqF51j0OUB1hwUoxMHKCHEXPgs7i1snZqyvvjNqMMt",7565:"sha384-yWhbcJqLxF/mNiwM13hSma00WE1tdnazjwvIBf8qijqUVVHLAywm4wnJcMMdQCmV",7620:"sha384-h2VGXFpeMR2TpQJCvITEQDG8YwJwnTRkq+v46Pk7FBXo/HaIdD8FfIfmeh4mS/p4",7750:"sha384-0hwaHv95WRDHF3DAo4RB8hkL38iOfXXIZKcAdPStn2a9UYOur2K5TGtN67fhqkSa",7774:"sha384-/We84/U+7sD0EOP48oGJNsLiT+v3SNPTt5xjrkreUUatY8+4A2pRxR/yEfsUMIkH",7939:"sha384-O9dRq0pbJ2IFdOUKIYffQrNvqp/U5mvXnAsOGZz+nPoDU2nV+2faHSGzSBRsoQY3",7944:"sha384-GOWKDuQmUR9dOYDV+werikh6IIgjta58YOBd2OWRs/gkmzeD0r2O1KeB4VFTYLlF",8009:"sha384-puiUNfSynXsd7y14SXZQd5xEv1EgMZ/GGhLmzsBUDwfabjFdAdQjDqiTZuKAathS",8019:"sha384-FLGtZoC6HUa7a6OIXeInaRcN7zEhttVreAt+2EWvlevjvIVWhEj54YySg6agaUjd",8108:"sha384-Ym5yiZ6D0F7ts3edidq+2syyEXZj8sd2mAAUCjMwnSApsPG1cRRIOLlcu4rjrkhC",8202:"sha384-BRKjZ7Zq1Os6c1H/3mjHVlc1t55a9bfppj4u6xpGV/ynkfuZECa+wG6TpO8MfjwZ",8248:"sha384-xHMDxAmeM/wDPh1Msg2a2as+AMcXr30cySrHEIcSguHfvn6tnAC9kKSBX3buUVrF",8350:"sha384-BMOT5HLZbx6Ezm9YD/WYSQd56C5Rwto6dnvN5YRMar+ekAY29ljYQVvJfgMTiJOa",8399:"sha384-V4xQVtZEhcBwQhTlQE7DIVj6elmDbPEZTFi8vbHJrZZzcOitmG2SAT+N0VH2JtJy",8603:"sha384-dWyCMcxmIn97nYciuJq+BtQGNZJxa8exF5wLQB5m5riJYrDQYUXFaZ6vxVg31jAo",8634:"sha384-Zx33TFX+JfuKxh0k03LFoOrnBQ6ui0OxhF0ksWqlvtf+lu4CvH+x2Zj///WauUBe",8657:"sha384-0NY4U9YmrT4adaHkt151qs7JRwWQpabZdqXNmYKTqVcpOg1sDxvN/NZl+FPIhrzE",8689:"sha384-+aKRFPExjMYyfVBoRgl27CGIQn5AYJD9hlE9hJoWGUhKiRASFjGG7tIFgXVnMdC+",8712:"sha384-OrOnKXIcWIJ2iJahUd4Hswc9wdP69I/lzkr4079Lbm9scctDYUFBIEMNm3rsHlfS",8819:"sha384-CdGk+Bay6uMPKFEeYv0/TviLkGhfCh71mccTwn71xrvDfGvNvdo3SWbXXdBiI6P+",8822:"sha384-YaJRtN/mToZ9Nc1IM8YiI0gFTHkucUjwl3lPTQe5MN2pJsam6asvqIYJCWqSZ0mC",8884:"sha384-LNHwezXKkV2vFag9/SSAdwBN4jofeVd4QcCUd24U0BnPUgM5rWG88S5It2fKBpJZ",8961:"sha384-VE6LSibUfK9j3iiWWITNZ9/tsCvet3h0+vZ6uvtynI9jt4T6/pwD9i9esXjoFBIN",8968:"sha384-sJufCdrjrL+iucfosxjmEGP/FeJENtwX1JOv3uy5AGqDU4VOVg79rKRaqhjh/z8O",8983:"sha384-RPTfsq8geC6ZCyRVbca9SQgDXkrX45eXDr2keXAl4fyWNPMKIqnNmYgbVCikFC8B",9054:"sha384-3jTKWBfbDcxM80c1EiY728yNj6p7OMX+207tUVVlIg/nU+iHh+S/PUR3jwG+XNHy",9117:"sha384-DhpshZj6mQgZ8ObsKQSgyD0aKHCLkQb2M+SI3D+xPunCrwsmM7z4PhH0PAS9dc6N",9175:"sha384-xcIkoSTjxlyz5NMlZhqoEZR/+q3Mlf23FD4qLcjQJkD/Oe5zpxF77ZwrAs53FG/Y",9176:"sha384-4M2E/f51Y7BAL0nHG/HhXp+bbzgSGQIj9SBxvV0gL92Bv0b4lcl3H+zQ3xw7XrIe",9257:"sha384-tPgo3TRCxXVFq3ym1+TISMCqperpLWlX8VO9V1SQWCrUAAfV809wlMPVCI8CT0oK",9261:"sha384-1UC2Yfx8DYUzxDWVfOKmNnn8+ki8Lj7zY0VnDsgV1leHV6IZTPTYuktPmlFy1c9h",9265:"sha384-DWTjO3MT+abV/lEF39OBpBnIr8FlqUHCFWLrmME3hT+NANfhwhZM4OhYjRYTsIqW",9275:"sha384-5HCV/mUDSDhgp9l9oIj1OHJq62lRRix6XFDptIT+P4Q++mHXJLSLfZkWHW/e67/a",9365:"sha384-nYpDGnPpuHXYlkOJK3HJ4gL3R6ucMfZabuRDiO9dEMy/MxUk+Gg3qA2TenOzxrcD",9399:"sha384-oytv5je7piZ699f2oRh30RVUEGB0odeYJXXK9G+H8ivIXWSiLbBBRYbgUontfMyn",9446:"sha384-33Mm7lAOwzr+e7145RfGnXAWHn2bybNfA1YlUonPm0AsbSeVj5h5OYCuLyrNLVlp",9458:"sha384-SYGPBWqYotRYDs3V/1Vwb4Z4Leb6UBe7MUsZwt1PCFyMlgGT7VHalfMgbOMT2/EF",9522:"sha384-o4s+GQSH9x6mBd+uQpnCu39LQC24A5j1guphJ5Ub2dhllAZWmOyGseJC75GXA31i",9582:"sha384-igsW0OfdW2GnM8nwq4OHIo1cHpmuzqFKp/ddlxQyRxifFR9TxTIwy5Bek2FrtPt7",9585:"sha384-g3jWshcPTsZz/AuQvKSxgUDS9gewcV+6RGfNIaH6NVAHQbE4tb1OghBiby1rpVRb",9636:"sha384-ky8r6EUT8gRmzE6pX0J4tTuXwuwZ4v/iOhwVlxjF/rAdm1xHm74h0TjRDbmh9bx8",9708:"sha384-kqZoV7Prakehi4V0OemY4X6X9T/BWycjutizbxEx2yrAuFltdcjQlxJR9T58L7YI",9871:"sha384-eFBUdvzMAfqS1J6XvZvT7ces1M1+rRWCg2qLgyor8PENLqhp500g9ig7wTzRhn7Q",9894:"sha384-0JBTPf7Z5Fx3pyfX1P9i/wDPeOcrCl/3/8k0yayhOjfvmiQ+LAeEvxH0Zn549dT1",9970:"sha384-EnF/hnrY919XNCFHyhtScK4W6bC+pRBumkPmxHhBriggsqlnnEKN8VH87OlWAF1R",9990:"sha384-I0WOcaWNS2I7ZIzraGvbPSFCOiOVuuKcNz4Jj5SOcbI/wVNe0HZLJmB4eaGXYIHW"},(()=>{var e={5536:0};o.f.j=(t,n)=>{var r=o.o(e,t)?e[t]:void 0;if(0!==r)if(r)n.push(r[2]);else{var i=new Promise((n,o)=>r=e[t]=[n,o]);n.push(r[2]=i);var s=o.p+o.u(t),a=new Error;o.l(s,n=>{if(o.o(e,t)&&(0!==(r=e[t])&&(e[t]=void 0),r)){var i=n&&("load"===n.type?"missing":n.type),s=n&&n.target&&n.target.src;a.message="Loading chunk "+t+" failed.\n("+i+": "+s+")",a.name="ChunkLoadError",a.type=i,a.request=s,r[1](a)}},"chunk-"+t,t)}};var t=(t,n)=>{var r,i,[s,a,l]=n,c=0;if(s.some(t=>0!==e[t])){for(r in a)o.o(a,r)&&(o.m[r]=a[r]);l&&l(o)}for(t&&t(n);c<s.length;c++)i=s[c],o.o(e,i)&&e[i]&&e[i][0](),e[i]=0},n=self.webpackChunk_descope_web_components_ui=self.webpackChunk_descope_web_components_ui||[];n.forEach(t.bind(null,0)),n.push=t.bind(null,n.push.bind(n))})(),o(25990)})());
1
+ !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.DescopeUI=t():e.DescopeUI=t()}(self,()=>(()=>{var e,t,n={16295(e,t,n){const r=n(95256),o={};for(const e of Object.keys(r))o[r[e]]=e;const i={rgb:{channels:3,labels:"rgb"},hsl:{channels:3,labels:"hsl"},hsv:{channels:3,labels:"hsv"},hwb:{channels:3,labels:"hwb"},cmyk:{channels:4,labels:"cmyk"},xyz:{channels:3,labels:"xyz"},lab:{channels:3,labels:"lab"},lch:{channels:3,labels:"lch"},hex:{channels:1,labels:["hex"]},keyword:{channels:1,labels:["keyword"]},ansi16:{channels:1,labels:["ansi16"]},ansi256:{channels:1,labels:["ansi256"]},hcg:{channels:3,labels:["h","c","g"]},apple:{channels:3,labels:["r16","g16","b16"]},gray:{channels:1,labels:["gray"]}};e.exports=i;for(const e of Object.keys(i)){if(!("channels"in i[e]))throw new Error("missing channels property: "+e);if(!("labels"in i[e]))throw new Error("missing channel labels property: "+e);if(i[e].labels.length!==i[e].channels)throw new Error("channel and label counts mismatch: "+e);const{channels:t,labels:n}=i[e];delete i[e].channels,delete i[e].labels,Object.defineProperty(i[e],"channels",{value:t}),Object.defineProperty(i[e],"labels",{value:n})}function s(e,t){return(e[0]-t[0])**2+(e[1]-t[1])**2+(e[2]-t[2])**2}i.rgb.hsl=function(e){const t=e[0]/255,n=e[1]/255,r=e[2]/255,o=Math.min(t,n,r),i=Math.max(t,n,r),s=i-o;let a,l;i===o?a=0:t===i?a=(n-r)/s:n===i?a=2+(r-t)/s:r===i&&(a=4+(t-n)/s),a=Math.min(60*a,360),a<0&&(a+=360);const c=(o+i)/2;return l=i===o?0:c<=.5?s/(i+o):s/(2-i-o),[a,100*l,100*c]},i.rgb.hsv=function(e){let t,n,r,o,i;const s=e[0]/255,a=e[1]/255,l=e[2]/255,c=Math.max(s,a,l),d=c-Math.min(s,a,l),u=function(e){return(c-e)/6/d+.5};return 0===d?(o=0,i=0):(i=d/c,t=u(s),n=u(a),r=u(l),s===c?o=r-n:a===c?o=1/3+t-r:l===c&&(o=2/3+n-t),o<0?o+=1:o>1&&(o-=1)),[360*o,100*i,100*c]},i.rgb.hwb=function(e){const t=e[0],n=e[1];let r=e[2];const o=i.rgb.hsl(e)[0],s=1/255*Math.min(t,Math.min(n,r));return r=1-1/255*Math.max(t,Math.max(n,r)),[o,100*s,100*r]},i.rgb.cmyk=function(e){const t=e[0]/255,n=e[1]/255,r=e[2]/255,o=Math.min(1-t,1-n,1-r);return[100*((1-t-o)/(1-o)||0),100*((1-n-o)/(1-o)||0),100*((1-r-o)/(1-o)||0),100*o]},i.rgb.keyword=function(e){const t=o[e];if(t)return t;let n,i=1/0;for(const t of Object.keys(r)){const o=s(e,r[t]);o<i&&(i=o,n=t)}return n},i.keyword.rgb=function(e){return r[e]},i.rgb.xyz=function(e){let t=e[0]/255,n=e[1]/255,r=e[2]/255;return t=t>.04045?((t+.055)/1.055)**2.4:t/12.92,n=n>.04045?((n+.055)/1.055)**2.4:n/12.92,r=r>.04045?((r+.055)/1.055)**2.4:r/12.92,[100*(.4124*t+.3576*n+.1805*r),100*(.2126*t+.7152*n+.0722*r),100*(.0193*t+.1192*n+.9505*r)]},i.rgb.lab=function(e){const t=i.rgb.xyz(e);let n=t[0],r=t[1],o=t[2];return n/=95.047,r/=100,o/=108.883,n=n>.008856?n**(1/3):7.787*n+16/116,r=r>.008856?r**(1/3):7.787*r+16/116,o=o>.008856?o**(1/3):7.787*o+16/116,[116*r-16,500*(n-r),200*(r-o)]},i.hsl.rgb=function(e){const t=e[0]/360,n=e[1]/100,r=e[2]/100;let o,i,s;if(0===n)return s=255*r,[s,s,s];o=r<.5?r*(1+n):r+n-r*n;const a=2*r-o,l=[0,0,0];for(let e=0;e<3;e++)i=t+1/3*-(e-1),i<0&&i++,i>1&&i--,s=6*i<1?a+6*(o-a)*i:2*i<1?o:3*i<2?a+(o-a)*(2/3-i)*6:a,l[e]=255*s;return l},i.hsl.hsv=function(e){const t=e[0];let n=e[1]/100,r=e[2]/100,o=n;const i=Math.max(r,.01);return r*=2,n*=r<=1?r:2-r,o*=i<=1?i:2-i,[t,100*(0===r?2*o/(i+o):2*n/(r+n)),(r+n)/2*100]},i.hsv.rgb=function(e){const t=e[0]/60,n=e[1]/100;let r=e[2]/100;const o=Math.floor(t)%6,i=t-Math.floor(t),s=255*r*(1-n),a=255*r*(1-n*i),l=255*r*(1-n*(1-i));switch(r*=255,o){case 0:return[r,l,s];case 1:return[a,r,s];case 2:return[s,r,l];case 3:return[s,a,r];case 4:return[l,s,r];case 5:return[r,s,a]}},i.hsv.hsl=function(e){const t=e[0],n=e[1]/100,r=e[2]/100,o=Math.max(r,.01);let i,s;s=(2-n)*r;const a=(2-n)*o;return i=n*o,i/=a<=1?a:2-a,i=i||0,s/=2,[t,100*i,100*s]},i.hwb.rgb=function(e){const t=e[0]/360;let n=e[1]/100,r=e[2]/100;const o=n+r;let i;o>1&&(n/=o,r/=o);const s=Math.floor(6*t),a=1-r;i=6*t-s,1&s&&(i=1-i);const l=n+i*(a-n);let c,d,u;switch(s){default:case 6:case 0:c=a,d=l,u=n;break;case 1:c=l,d=a,u=n;break;case 2:c=n,d=a,u=l;break;case 3:c=n,d=l,u=a;break;case 4:c=l,d=n,u=a;break;case 5:c=a,d=n,u=l}return[255*c,255*d,255*u]},i.cmyk.rgb=function(e){const t=e[0]/100,n=e[1]/100,r=e[2]/100,o=e[3]/100;return[255*(1-Math.min(1,t*(1-o)+o)),255*(1-Math.min(1,n*(1-o)+o)),255*(1-Math.min(1,r*(1-o)+o))]},i.xyz.rgb=function(e){const t=e[0]/100,n=e[1]/100,r=e[2]/100;let o,i,s;return o=3.2406*t+-1.5372*n+-.4986*r,i=-.9689*t+1.8758*n+.0415*r,s=.0557*t+-.204*n+1.057*r,o=o>.0031308?1.055*o**(1/2.4)-.055:12.92*o,i=i>.0031308?1.055*i**(1/2.4)-.055:12.92*i,s=s>.0031308?1.055*s**(1/2.4)-.055:12.92*s,o=Math.min(Math.max(0,o),1),i=Math.min(Math.max(0,i),1),s=Math.min(Math.max(0,s),1),[255*o,255*i,255*s]},i.xyz.lab=function(e){let t=e[0],n=e[1],r=e[2];return t/=95.047,n/=100,r/=108.883,t=t>.008856?t**(1/3):7.787*t+16/116,n=n>.008856?n**(1/3):7.787*n+16/116,r=r>.008856?r**(1/3):7.787*r+16/116,[116*n-16,500*(t-n),200*(n-r)]},i.lab.xyz=function(e){let t,n,r;n=(e[0]+16)/116,t=e[1]/500+n,r=n-e[2]/200;const o=n**3,i=t**3,s=r**3;return n=o>.008856?o:(n-16/116)/7.787,t=i>.008856?i:(t-16/116)/7.787,r=s>.008856?s:(r-16/116)/7.787,t*=95.047,n*=100,r*=108.883,[t,n,r]},i.lab.lch=function(e){const t=e[0],n=e[1],r=e[2];let o;return o=360*Math.atan2(r,n)/2/Math.PI,o<0&&(o+=360),[t,Math.sqrt(n*n+r*r),o]},i.lch.lab=function(e){const t=e[0],n=e[1],r=e[2]/360*2*Math.PI;return[t,n*Math.cos(r),n*Math.sin(r)]},i.rgb.ansi16=function(e,t=null){const[n,r,o]=e;let s=null===t?i.rgb.hsv(e)[2]:t;if(s=Math.round(s/50),0===s)return 30;let a=30+(Math.round(o/255)<<2|Math.round(r/255)<<1|Math.round(n/255));return 2===s&&(a+=60),a},i.hsv.ansi16=function(e){return i.rgb.ansi16(i.hsv.rgb(e),e[2])},i.rgb.ansi256=function(e){const t=e[0],n=e[1],r=e[2];return t===n&&n===r?t<8?16:t>248?231:Math.round((t-8)/247*24)+232:16+36*Math.round(t/255*5)+6*Math.round(n/255*5)+Math.round(r/255*5)},i.ansi16.rgb=function(e){let t=e%10;if(0===t||7===t)return e>50&&(t+=3.5),t=t/10.5*255,[t,t,t];const n=.5*(1+~~(e>50));return[(1&t)*n*255,(t>>1&1)*n*255,(t>>2&1)*n*255]},i.ansi256.rgb=function(e){if(e>=232){const t=10*(e-232)+8;return[t,t,t]}let t;return e-=16,[Math.floor(e/36)/5*255,Math.floor((t=e%36)/6)/5*255,t%6/5*255]},i.rgb.hex=function(e){const t=(((255&Math.round(e[0]))<<16)+((255&Math.round(e[1]))<<8)+(255&Math.round(e[2]))).toString(16).toUpperCase();return"000000".substring(t.length)+t},i.hex.rgb=function(e){const t=e.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!t)return[0,0,0];let n=t[0];3===t[0].length&&(n=n.split("").map(e=>e+e).join(""));const r=parseInt(n,16);return[r>>16&255,r>>8&255,255&r]},i.rgb.hcg=function(e){const t=e[0]/255,n=e[1]/255,r=e[2]/255,o=Math.max(Math.max(t,n),r),i=Math.min(Math.min(t,n),r),s=o-i;let a,l;return a=s<1?i/(1-s):0,l=s<=0?0:o===t?(n-r)/s%6:o===n?2+(r-t)/s:4+(t-n)/s,l/=6,l%=1,[360*l,100*s,100*a]},i.hsl.hcg=function(e){const t=e[1]/100,n=e[2]/100,r=n<.5?2*t*n:2*t*(1-n);let o=0;return r<1&&(o=(n-.5*r)/(1-r)),[e[0],100*r,100*o]},i.hsv.hcg=function(e){const t=e[1]/100,n=e[2]/100,r=t*n;let o=0;return r<1&&(o=(n-r)/(1-r)),[e[0],100*r,100*o]},i.hcg.rgb=function(e){const t=e[0]/360,n=e[1]/100,r=e[2]/100;if(0===n)return[255*r,255*r,255*r];const o=[0,0,0],i=t%1*6,s=i%1,a=1-s;let l=0;switch(Math.floor(i)){case 0:o[0]=1,o[1]=s,o[2]=0;break;case 1:o[0]=a,o[1]=1,o[2]=0;break;case 2:o[0]=0,o[1]=1,o[2]=s;break;case 3:o[0]=0,o[1]=a,o[2]=1;break;case 4:o[0]=s,o[1]=0,o[2]=1;break;default:o[0]=1,o[1]=0,o[2]=a}return l=(1-n)*r,[255*(n*o[0]+l),255*(n*o[1]+l),255*(n*o[2]+l)]},i.hcg.hsv=function(e){const t=e[1]/100,n=t+e[2]/100*(1-t);let r=0;return n>0&&(r=t/n),[e[0],100*r,100*n]},i.hcg.hsl=function(e){const t=e[1]/100,n=e[2]/100*(1-t)+.5*t;let r=0;return n>0&&n<.5?r=t/(2*n):n>=.5&&n<1&&(r=t/(2*(1-n))),[e[0],100*r,100*n]},i.hcg.hwb=function(e){const t=e[1]/100,n=t+e[2]/100*(1-t);return[e[0],100*(n-t),100*(1-n)]},i.hwb.hcg=function(e){const t=e[1]/100,n=1-e[2]/100,r=n-t;let o=0;return r<1&&(o=(n-r)/(1-r)),[e[0],100*r,100*o]},i.apple.rgb=function(e){return[e[0]/65535*255,e[1]/65535*255,e[2]/65535*255]},i.rgb.apple=function(e){return[e[0]/255*65535,e[1]/255*65535,e[2]/255*65535]},i.gray.rgb=function(e){return[e[0]/100*255,e[0]/100*255,e[0]/100*255]},i.gray.hsl=function(e){return[0,0,e[0]]},i.gray.hsv=i.gray.hsl,i.gray.hwb=function(e){return[0,100,e[0]]},i.gray.cmyk=function(e){return[0,0,0,e[0]]},i.gray.lab=function(e){return[e[0],0,0]},i.gray.hex=function(e){const t=255&Math.round(e[0]/100*255),n=((t<<16)+(t<<8)+t).toString(16).toUpperCase();return"000000".substring(n.length)+n},i.rgb.gray=function(e){return[(e[0]+e[1]+e[2])/3/255*100]}},45362(e,t,n){const r=n(16295),o=n(55223),i={};Object.keys(r).forEach(e=>{i[e]={},Object.defineProperty(i[e],"channels",{value:r[e].channels}),Object.defineProperty(i[e],"labels",{value:r[e].labels});const t=o(e);Object.keys(t).forEach(n=>{const r=t[n];i[e][n]=function(e){const t=function(...t){const n=t[0];if(null==n)return n;n.length>1&&(t=n);const r=e(t);if("object"==typeof r)for(let e=r.length,t=0;t<e;t++)r[t]=Math.round(r[t]);return r};return"conversion"in e&&(t.conversion=e.conversion),t}(r),i[e][n].raw=function(e){const t=function(...t){const n=t[0];return null==n?n:(n.length>1&&(t=n),e(t))};return"conversion"in e&&(t.conversion=e.conversion),t}(r)})}),e.exports=i},55223(e,t,n){const r=n(16295);function o(e,t){return function(n){return t(e(n))}}function i(e,t){const n=[t[e].parent,e];let i=r[t[e].parent][e],s=t[e].parent;for(;t[s].parent;)n.unshift(t[s].parent),i=o(r[t[s].parent][s],i),s=t[s].parent;return i.conversion=n,i}e.exports=function(e){const t=function(e){const t=function(){const e={},t=Object.keys(r);for(let n=t.length,r=0;r<n;r++)e[t[r]]={distance:-1,parent:null};return e}(),n=[e];for(t[e].distance=0;n.length;){const e=n.pop(),o=Object.keys(r[e]);for(let r=o.length,i=0;i<r;i++){const r=o[i],s=t[r];-1===s.distance&&(s.distance=t[e].distance+1,s.parent=e,n.unshift(r))}}return t}(e),n={},o=Object.keys(t);for(let e=o.length,r=0;r<e;r++){const e=o[r];null!==t[e].parent&&(n[e]=i(e,t))}return n}},95256(e){"use strict";e.exports={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]}},43426(e,t,n){var r=n(95256),o=n(25628),i=Object.hasOwnProperty,s=Object.create(null);for(var a in r)i.call(r,a)&&(s[r[a]]=a);var l=e.exports={to:{},get:{}};function c(e,t,n){return Math.min(Math.max(t,e),n)}function d(e){var t=Math.round(e).toString(16).toUpperCase();return t.length<2?"0"+t:t}l.get=function(e){var t,n;switch(e.substring(0,3).toLowerCase()){case"hsl":t=l.get.hsl(e),n="hsl";break;case"hwb":t=l.get.hwb(e),n="hwb";break;default:t=l.get.rgb(e),n="rgb"}return t?{model:n,value:t}:null},l.get.rgb=function(e){if(!e)return null;var t,n,o,s=[0,0,0,1];if(t=e.match(/^#([a-f0-9]{6})([a-f0-9]{2})?$/i)){for(o=t[2],t=t[1],n=0;n<3;n++){var a=2*n;s[n]=parseInt(t.slice(a,a+2),16)}o&&(s[3]=parseInt(o,16)/255)}else if(t=e.match(/^#([a-f0-9]{3,4})$/i)){for(o=(t=t[1])[3],n=0;n<3;n++)s[n]=parseInt(t[n]+t[n],16);o&&(s[3]=parseInt(o+o,16)/255)}else if(t=e.match(/^rgba?\(\s*([+-]?\d+)(?=[\s,])\s*(?:,\s*)?([+-]?\d+)(?=[\s,])\s*(?:,\s*)?([+-]?\d+)\s*(?:[,|\/]\s*([+-]?[\d\.]+)(%?)\s*)?\)$/)){for(n=0;n<3;n++)s[n]=parseInt(t[n+1],0);t[4]&&(t[5]?s[3]=.01*parseFloat(t[4]):s[3]=parseFloat(t[4]))}else{if(!(t=e.match(/^rgba?\(\s*([+-]?[\d\.]+)\%\s*,?\s*([+-]?[\d\.]+)\%\s*,?\s*([+-]?[\d\.]+)\%\s*(?:[,|\/]\s*([+-]?[\d\.]+)(%?)\s*)?\)$/)))return(t=e.match(/^(\w+)$/))?"transparent"===t[1]?[0,0,0,0]:i.call(r,t[1])?((s=r[t[1]])[3]=1,s):null:null;for(n=0;n<3;n++)s[n]=Math.round(2.55*parseFloat(t[n+1]));t[4]&&(t[5]?s[3]=.01*parseFloat(t[4]):s[3]=parseFloat(t[4]))}for(n=0;n<3;n++)s[n]=c(s[n],0,255);return s[3]=c(s[3],0,1),s},l.get.hsl=function(e){if(!e)return null;var t=e.match(/^hsla?\(\s*([+-]?(?:\d{0,3}\.)?\d+)(?:deg)?\s*,?\s*([+-]?[\d\.]+)%\s*,?\s*([+-]?[\d\.]+)%\s*(?:[,|\/]\s*([+-]?(?=\.\d|\d)(?:0|[1-9]\d*)?(?:\.\d*)?(?:[eE][+-]?\d+)?)\s*)?\)$/);if(t){var n=parseFloat(t[4]);return[(parseFloat(t[1])%360+360)%360,c(parseFloat(t[2]),0,100),c(parseFloat(t[3]),0,100),c(isNaN(n)?1:n,0,1)]}return null},l.get.hwb=function(e){if(!e)return null;var t=e.match(/^hwb\(\s*([+-]?\d{0,3}(?:\.\d+)?)(?:deg)?\s*,\s*([+-]?[\d\.]+)%\s*,\s*([+-]?[\d\.]+)%\s*(?:,\s*([+-]?(?=\.\d|\d)(?:0|[1-9]\d*)?(?:\.\d*)?(?:[eE][+-]?\d+)?)\s*)?\)$/);if(t){var n=parseFloat(t[4]);return[(parseFloat(t[1])%360+360)%360,c(parseFloat(t[2]),0,100),c(parseFloat(t[3]),0,100),c(isNaN(n)?1:n,0,1)]}return null},l.to.hex=function(){var e=o(arguments);return"#"+d(e[0])+d(e[1])+d(e[2])+(e[3]<1?d(Math.round(255*e[3])):"")},l.to.rgb=function(){var e=o(arguments);return e.length<4||1===e[3]?"rgb("+Math.round(e[0])+", "+Math.round(e[1])+", "+Math.round(e[2])+")":"rgba("+Math.round(e[0])+", "+Math.round(e[1])+", "+Math.round(e[2])+", "+e[3]+")"},l.to.rgb.percent=function(){var e=o(arguments),t=Math.round(e[0]/255*100),n=Math.round(e[1]/255*100),r=Math.round(e[2]/255*100);return e.length<4||1===e[3]?"rgb("+t+"%, "+n+"%, "+r+"%)":"rgba("+t+"%, "+n+"%, "+r+"%, "+e[3]+")"},l.to.hsl=function(){var e=o(arguments);return e.length<4||1===e[3]?"hsl("+e[0]+", "+e[1]+"%, "+e[2]+"%)":"hsla("+e[0]+", "+e[1]+"%, "+e[2]+"%, "+e[3]+")"},l.to.hwb=function(){var e=o(arguments),t="";return e.length>=4&&1!==e[3]&&(t=", "+e[3]),"hwb("+e[0]+", "+e[1]+"%, "+e[2]+"%"+t+")"},l.to.keyword=function(e){return s[e.slice(0,3)]}},18524(e,t,n){const r=n(43426),o=n(45362),i=["keyword","gray","hex"],s={};for(const e of Object.keys(o))s[[...o[e].labels].sort().join("")]=e;const a={};function l(e,t){if(!(this instanceof l))return new l(e,t);if(t&&t in i&&(t=null),t&&!(t in o))throw new Error("Unknown model: "+t);let n,c;if(null==e)this.model="rgb",this.color=[0,0,0],this.valpha=1;else if(e instanceof l)this.model=e.model,this.color=[...e.color],this.valpha=e.valpha;else if("string"==typeof e){const t=r.get(e);if(null===t)throw new Error("Unable to parse color from string: "+e);this.model=t.model,c=o[this.model].channels,this.color=t.value.slice(0,c),this.valpha="number"==typeof t.value[c]?t.value[c]:1}else if(e.length>0){this.model=t||"rgb",c=o[this.model].channels;const n=Array.prototype.slice.call(e,0,c);this.color=p(n,c),this.valpha="number"==typeof e[c]?e[c]:1}else if("number"==typeof e)this.model="rgb",this.color=[e>>16&255,e>>8&255,255&e],this.valpha=1;else{this.valpha=1;const t=Object.keys(e);"alpha"in e&&(t.splice(t.indexOf("alpha"),1),this.valpha="number"==typeof e.alpha?e.alpha:0);const r=t.sort().join("");if(!(r in s))throw new Error("Unable to parse color from object: "+JSON.stringify(e));this.model=s[r];const{labels:i}=o[this.model],a=[];for(n=0;n<i.length;n++)a.push(e[i[n]]);this.color=p(a)}if(a[this.model])for(c=o[this.model].channels,n=0;n<c;n++){const e=a[this.model][n];e&&(this.color[n]=e(this.color[n]))}this.valpha=Math.max(0,Math.min(1,this.valpha)),Object.freeze&&Object.freeze(this)}l.prototype={toString(){return this.string()},toJSON(){return this[this.model]()},string(e){let t=this.model in r.to?this:this.rgb();t=t.round("number"==typeof e?e:1);const n=1===t.valpha?t.color:[...t.color,this.valpha];return r.to[t.model](n)},percentString(e){const t=this.rgb().round("number"==typeof e?e:1),n=1===t.valpha?t.color:[...t.color,this.valpha];return r.to.rgb.percent(n)},array(){return 1===this.valpha?[...this.color]:[...this.color,this.valpha]},object(){const e={},{channels:t}=o[this.model],{labels:n}=o[this.model];for(let r=0;r<t;r++)e[n[r]]=this.color[r];return 1!==this.valpha&&(e.alpha=this.valpha),e},unitArray(){const e=this.rgb().color;return e[0]/=255,e[1]/=255,e[2]/=255,1!==this.valpha&&e.push(this.valpha),e},unitObject(){const e=this.rgb().object();return e.r/=255,e.g/=255,e.b/=255,1!==this.valpha&&(e.alpha=this.valpha),e},round(e){return e=Math.max(e||0,0),new l([...this.color.map(c(e)),this.valpha],this.model)},alpha(e){return void 0!==e?new l([...this.color,Math.max(0,Math.min(1,e))],this.model):this.valpha},red:d("rgb",0,u(255)),green:d("rgb",1,u(255)),blue:d("rgb",2,u(255)),hue:d(["hsl","hsv","hsl","hwb","hcg"],0,e=>(e%360+360)%360),saturationl:d("hsl",1,u(100)),lightness:d("hsl",2,u(100)),saturationv:d("hsv",1,u(100)),value:d("hsv",2,u(100)),chroma:d("hcg",1,u(100)),gray:d("hcg",2,u(100)),white:d("hwb",1,u(100)),wblack:d("hwb",2,u(100)),cyan:d("cmyk",0,u(100)),magenta:d("cmyk",1,u(100)),yellow:d("cmyk",2,u(100)),black:d("cmyk",3,u(100)),x:d("xyz",0,u(95.047)),y:d("xyz",1,u(100)),z:d("xyz",2,u(108.833)),l:d("lab",0,u(100)),a:d("lab",1),b:d("lab",2),keyword(e){return void 0!==e?new l(e):o[this.model].keyword(this.color)},hex(e){return void 0!==e?new l(e):r.to.hex(this.rgb().round().color)},hexa(e){if(void 0!==e)return new l(e);const t=this.rgb().round().color;let n=Math.round(255*this.valpha).toString(16).toUpperCase();return 1===n.length&&(n="0"+n),r.to.hex(t)+n},rgbNumber(){const e=this.rgb().color;return(255&e[0])<<16|(255&e[1])<<8|255&e[2]},luminosity(){const e=this.rgb().color,t=[];for(const[n,r]of e.entries()){const e=r/255;t[n]=e<=.04045?e/12.92:((e+.055)/1.055)**2.4}return.2126*t[0]+.7152*t[1]+.0722*t[2]},contrast(e){const t=this.luminosity(),n=e.luminosity();return t>n?(t+.05)/(n+.05):(n+.05)/(t+.05)},level(e){const t=this.contrast(e);return t>=7?"AAA":t>=4.5?"AA":""},isDark(){const e=this.rgb().color;return(2126*e[0]+7152*e[1]+722*e[2])/1e4<128},isLight(){return!this.isDark()},negate(){const e=this.rgb();for(let t=0;t<3;t++)e.color[t]=255-e.color[t];return e},lighten(e){const t=this.hsl();return t.color[2]+=t.color[2]*e,t},darken(e){const t=this.hsl();return t.color[2]-=t.color[2]*e,t},saturate(e){const t=this.hsl();return t.color[1]+=t.color[1]*e,t},desaturate(e){const t=this.hsl();return t.color[1]-=t.color[1]*e,t},whiten(e){const t=this.hwb();return t.color[1]+=t.color[1]*e,t},blacken(e){const t=this.hwb();return t.color[2]+=t.color[2]*e,t},grayscale(){const e=this.rgb().color,t=.3*e[0]+.59*e[1]+.11*e[2];return l.rgb(t,t,t)},fade(e){return this.alpha(this.valpha-this.valpha*e)},opaquer(e){return this.alpha(this.valpha+this.valpha*e)},rotate(e){const t=this.hsl();let n=t.color[0];return n=(n+e)%360,n=n<0?360+n:n,t.color[0]=n,t},mix(e,t){if(!e||!e.rgb)throw new Error('Argument to "mix" was not a Color instance, but rather an instance of '+typeof e);const n=e.rgb(),r=this.rgb(),o=void 0===t?.5:t,i=2*o-1,s=n.alpha()-r.alpha(),a=((i*s===-1?i:(i+s)/(1+i*s))+1)/2,c=1-a;return l.rgb(a*n.red()+c*r.red(),a*n.green()+c*r.green(),a*n.blue()+c*r.blue(),n.alpha()*o+r.alpha()*(1-o))}};for(const e of Object.keys(o)){if(i.includes(e))continue;const{channels:t}=o[e];l.prototype[e]=function(...t){return this.model===e?new l(this):t.length>0?new l(t,e):new l([...(n=o[this.model][e].raw(this.color),Array.isArray(n)?n:[n]),this.valpha],e);var n},l[e]=function(...n){let r=n[0];return"number"==typeof r&&(r=p(n,t)),new l(r,e)}}function c(e){return function(t){return function(e,t){return Number(e.toFixed(t))}(t,e)}}function d(e,t,n){e=Array.isArray(e)?e:[e];for(const r of e)(a[r]||(a[r]=[]))[t]=n;return e=e[0],function(r){let o;return void 0!==r?(n&&(r=n(r)),o=this[e](),o.color[t]=r,o):(o=this[e]().color[t],n&&(o=n(o)),o)}}function u(e){return function(t){return Math.max(0,Math.min(e,t))}}function p(e,t){for(let n=0;n<t;n++)"number"!=typeof e[n]&&(e[n]=0);return e}e.exports=l},68049(e,t,n){var r=/^\s+|\s+$/g,o=/^[-+]0x[0-9a-f]+$/i,i=/^0b[01]+$/i,s=/^0o[0-7]+$/i,a=parseInt,l="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g,c="object"==typeof self&&self&&self.Object===Object&&self,d=l||c||Function("return this")(),u=Object.prototype.toString,p=Math.max,h=Math.min,f=function(){return d.Date.now()};function b(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function g(e){if("number"==typeof e)return e;if(function(e){return"symbol"==typeof e||function(e){return!!e&&"object"==typeof e}(e)&&"[object Symbol]"==u.call(e)}(e))return NaN;if(b(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=b(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(r,"");var n=i.test(e);return n||s.test(e)?a(e.slice(2),n?2:8):o.test(e)?NaN:+e}e.exports=function(e,t,n){var r,o,i,s,a,l,c=0,d=!1,u=!1,m=!0;if("function"!=typeof e)throw new TypeError("Expected a function");function H(t){var n=r,i=o;return r=o=void 0,c=t,s=e.apply(i,n)}function y(e){var n=e-l;return void 0===l||n>=t||n<0||u&&e-c>=i}function v(){var e=f();if(y(e))return S(e);a=setTimeout(v,function(e){var n=t-(e-l);return u?h(n,i-(e-c)):n}(e))}function S(e){return a=void 0,m&&r?H(e):(r=o=void 0,s)}function x(){var e=f(),n=y(e);if(r=arguments,o=this,l=e,n){if(void 0===a)return function(e){return c=e,a=setTimeout(v,t),d?H(e):s}(l);if(u)return a=setTimeout(v,t),H(l)}return void 0===a&&(a=setTimeout(v,t)),s}return t=g(t)||0,b(n)&&(d=!!n.leading,i=(u="maxWait"in n)?p(g(n.maxWait)||0,t):i,m="trailing"in n?!!n.trailing:m),x.cancel=function(){void 0!==a&&clearTimeout(a),c=0,r=l=o=a=void 0},x.flush=function(){return void 0===a?s:S(f())},x}},21642(e,t,n){e=n.nmd(e);var r="__lodash_hash_undefined__",o=9007199254740991,i="[object Arguments]",s="[object Function]",a="[object Object]",l=/^\[object .+?Constructor\]$/,c=/^(?:0|[1-9]\d*)$/,d={};d["[object Float32Array]"]=d["[object Float64Array]"]=d["[object Int8Array]"]=d["[object Int16Array]"]=d["[object Int32Array]"]=d["[object Uint8Array]"]=d["[object Uint8ClampedArray]"]=d["[object Uint16Array]"]=d["[object Uint32Array]"]=!0,d[i]=d["[object Array]"]=d["[object ArrayBuffer]"]=d["[object Boolean]"]=d["[object DataView]"]=d["[object Date]"]=d["[object Error]"]=d[s]=d["[object Map]"]=d["[object Number]"]=d[a]=d["[object RegExp]"]=d["[object Set]"]=d["[object String]"]=d["[object WeakMap]"]=!1;var u,p,h,f="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g,b="object"==typeof self&&self&&self.Object===Object&&self,g=f||b||Function("return this")(),m=t&&!t.nodeType&&t,H=m&&e&&!e.nodeType&&e,y=H&&H.exports===m,v=y&&f.process,S=function(){try{return H&&H.require&&H.require("util").types||v&&v.binding&&v.binding("util")}catch(e){}}(),x=S&&S.isTypedArray,j=Array.prototype,w=Function.prototype,A=Object.prototype,I=g["__core-js_shared__"],N=w.toString,C=A.hasOwnProperty,k=(u=/[^.]+$/.exec(I&&I.keys&&I.keys.IE_PROTO||""))?"Symbol(src)_1."+u:"",U=A.toString,K=N.call(Object),R=RegExp("^"+N.call(C).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),M=y?g.Buffer:void 0,O=g.Symbol,P=g.Uint8Array,E=(M&&M.allocUnsafe,p=Object.getPrototypeOf,h=Object,function(e){return p(h(e))}),z=Object.create,$=A.propertyIsEnumerable,T=j.splice,q=O?O.toStringTag:void 0,F=function(){try{var e=ae(Object,"defineProperty");return e({},"",{}),e}catch(e){}}(),D=M?M.isBuffer:void 0,G=Math.max,V=Date.now,_=ae(g,"Map"),L=ae(Object,"create"),W=function(){function e(){}return function(t){if(!ye(t))return{};if(z)return z(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}}();function B(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function J(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function Q(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function Y(e){var t=this.__data__=new J(e);this.size=t.size}function Z(e,t,n){(void 0!==n&&!pe(e[t],n)||void 0===n&&!(t in e))&&te(e,t,n)}function X(e,t,n){var r=e[t];C.call(e,t)&&pe(r,n)&&(void 0!==n||t in e)||te(e,t,n)}function ee(e,t){for(var n=e.length;n--;)if(pe(e[n][0],t))return n;return-1}function te(e,t,n){"__proto__"==t&&F?F(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n}B.prototype.clear=function(){this.__data__=L?L(null):{},this.size=0},B.prototype.delete=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t},B.prototype.get=function(e){var t=this.__data__;if(L){var n=t[e];return n===r?void 0:n}return C.call(t,e)?t[e]:void 0},B.prototype.has=function(e){var t=this.__data__;return L?void 0!==t[e]:C.call(t,e)},B.prototype.set=function(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=L&&void 0===t?r:t,this},J.prototype.clear=function(){this.__data__=[],this.size=0},J.prototype.delete=function(e){var t=this.__data__,n=ee(t,e);return!(n<0||(n==t.length-1?t.pop():T.call(t,n,1),--this.size,0))},J.prototype.get=function(e){var t=this.__data__,n=ee(t,e);return n<0?void 0:t[n][1]},J.prototype.has=function(e){return ee(this.__data__,e)>-1},J.prototype.set=function(e,t){var n=this.__data__,r=ee(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this},Q.prototype.clear=function(){this.size=0,this.__data__={hash:new B,map:new(_||J),string:new B}},Q.prototype.delete=function(e){var t=se(this,e).delete(e);return this.size-=t?1:0,t},Q.prototype.get=function(e){return se(this,e).get(e)},Q.prototype.has=function(e){return se(this,e).has(e)},Q.prototype.set=function(e,t){var n=se(this,e),r=n.size;return n.set(e,t),this.size+=n.size==r?0:1,this},Y.prototype.clear=function(){this.__data__=new J,this.size=0},Y.prototype.delete=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n},Y.prototype.get=function(e){return this.__data__.get(e)},Y.prototype.has=function(e){return this.__data__.has(e)},Y.prototype.set=function(e,t){var n=this.__data__;if(n instanceof J){var r=n.__data__;if(!_||r.length<199)return r.push([e,t]),this.size=++n.size,this;n=this.__data__=new Q(r)}return n.set(e,t),this.size=n.size,this};function ne(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":q&&q in Object(e)?function(e){var t=C.call(e,q),n=e[q];try{e[q]=void 0;var r=!0}catch(e){}var o=U.call(e);return r&&(t?e[q]=n:delete e[q]),o}(e):function(e){return U.call(e)}(e)}function re(e){return ve(e)&&ne(e)==i}function oe(e,t,n,r,o){e!==t&&function(e,t,n){for(var r=-1,o=Object(e),i=n(e),s=i.length;s--;){var a=i[++r];if(!1===t(o[a],a,o))break}}(t,function(i,s){if(o||(o=new Y),ye(i))!function(e,t,n,r,o,i,s){var l=de(e,n),c=de(t,n),d=s.get(c);if(d)Z(e,n,d);else{var u,p,h,f,b,g=i?i(l,c,n+"",e,t,s):void 0,m=void 0===g;if(m){var H=fe(c),y=!H&&ge(c),v=!H&&!y&&Se(c);g=c,H||y||v?fe(l)?g=l:ve(b=l)&&be(b)?g=function(e,t){var n=-1,r=e.length;for(t||(t=Array(r));++n<r;)t[n]=e[n];return t}(l):y?(m=!1,g=function(e){return e.slice()}(c)):v?(m=!1,f=new(h=(u=c).buffer).constructor(h.byteLength),new P(f).set(new P(h)),p=f,g=new u.constructor(p,u.byteOffset,u.length)):g=[]:function(e){if(!ve(e)||ne(e)!=a)return!1;var t=E(e);if(null===t)return!0;var n=C.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&N.call(n)==K}(c)||he(c)?(g=l,he(l)?g=function(e){return function(e,t,n){var r=!n;n||(n={});for(var o=-1,i=t.length;++o<i;){var s=t[o],a=void 0;void 0===a&&(a=e[s]),r?te(n,s,a):X(n,s,a)}return n}(e,xe(e))}(l):ye(l)&&!me(l)||(g=function(e){return"function"!=typeof e.constructor||ce(e)?{}:W(E(e))}(c))):m=!1}m&&(s.set(c,g),o(g,c,r,i,s),s.delete(c)),Z(e,n,g)}}(e,t,s,n,oe,r,o);else{var l=r?r(de(e,s),i,s+"",e,t,o):void 0;void 0===l&&(l=i),Z(e,s,l)}},xe)}var ie=F?function(e,t){return F(e,"toString",{configurable:!0,enumerable:!1,value:(n=t,function(){return n}),writable:!0});var n}:Ae;function se(e,t){var n,r,o=e.__data__;return("string"==(r=typeof(n=t))||"number"==r||"symbol"==r||"boolean"==r?"__proto__"!==n:null===n)?o["string"==typeof t?"string":"hash"]:o.map}function ae(e,t){var n=function(e,t){return null==e?void 0:e[t]}(e,t);return function(e){return!(!ye(e)||function(e){return!!k&&k in e}(e))&&(me(e)?R:l).test(function(e){if(null!=e){try{return N.call(e)}catch(e){}try{return e+""}catch(e){}}return""}(e))}(n)?n:void 0}function le(e,t){var n=typeof e;return!!(t=null==t?o:t)&&("number"==n||"symbol"!=n&&c.test(e))&&e>-1&&e%1==0&&e<t}function ce(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||A)}function de(e,t){if(("constructor"!==t||"function"!=typeof e[t])&&"__proto__"!=t)return e[t]}var ue=function(e){var t=0,n=0;return function(){var r=V(),o=16-(r-n);if(n=r,o>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}(ie);function pe(e,t){return e===t||e!=e&&t!=t}var he=re(function(){return arguments}())?re:function(e){return ve(e)&&C.call(e,"callee")&&!$.call(e,"callee")},fe=Array.isArray;function be(e){return null!=e&&He(e.length)&&!me(e)}var ge=D||function(){return!1};function me(e){if(!ye(e))return!1;var t=ne(e);return t==s||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t}function He(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=o}function ye(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}function ve(e){return null!=e&&"object"==typeof e}var Se=x?function(e){return function(t){return e(t)}}(x):function(e){return ve(e)&&He(e.length)&&!!d[ne(e)]};function xe(e){return be(e)?function(e,t){var n=fe(e),r=!n&&he(e),o=!n&&!r&&ge(e),i=!n&&!r&&!o&&Se(e),s=n||r||o||i,a=s?function(e,t){for(var n=-1,r=Array(e);++n<e;)r[n]=t(n);return r}(e.length,String):[],l=a.length;for(var c in e)!t&&!C.call(e,c)||s&&("length"==c||o&&("offset"==c||"parent"==c)||i&&("buffer"==c||"byteLength"==c||"byteOffset"==c)||le(c,l))||a.push(c);return a}(e,!0):function(e){if(!ye(e))return function(e){var t=[];if(null!=e)for(var n in Object(e))t.push(n);return t}(e);var t=ce(e),n=[];for(var r in e)("constructor"!=r||!t&&C.call(e,r))&&n.push(r);return n}(e)}var je,we=(je=function(e,t,n){oe(e,t,n)},function(e,t){return ue(function(e,t,n){return t=G(void 0===t?e.length-1:t,0),function(){for(var r=arguments,o=-1,i=G(r.length-t,0),s=Array(i);++o<i;)s[o]=r[t+o];o=-1;for(var a=Array(t+1);++o<t;)a[o]=r[o];return a[t]=n(s),function(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}(e,this,a)}}(e,t,Ae),e+"")}(function(e,t){var n=-1,r=t.length,o=r>1?t[r-1]:void 0,i=r>2?t[2]:void 0;for(o=je.length>3&&"function"==typeof o?(r--,o):void 0,i&&function(e,t,n){if(!ye(n))return!1;var r=typeof t;return!!("number"==r?be(n)&&le(t,n.length):"string"==r&&t in n)&&pe(n[t],e)}(t[0],t[1],i)&&(o=r<3?void 0:o,r=1),e=Object(e);++n<r;){var s=t[n];s&&je(e,s,n)}return e}));function Ae(e){return e}e.exports=we},25628(e,t,n){"use strict";var r=n(55308),o=Array.prototype.concat,i=Array.prototype.slice,s=e.exports=function(e){for(var t=[],n=0,s=e.length;n<s;n++){var a=e[n];r(a)?t=o.call(t,i.call(a)):t.push(a)}return t};s.wrap=function(e){return function(){return e(s(arguments))}}},55308(e){e.exports=function(e){return!(!e||"string"==typeof e)&&(e instanceof Array||Array.isArray(e)||e.length>=0&&(e.splice instanceof Function||Object.getOwnPropertyDescriptor(e,e.length-1)&&"String"!==e.constructor.name))}},25964(e,t,n){"use strict";n.d(t,{EA:()=>u,Ge:()=>s,Gh:()=>l,Ix:()=>d,fz:()=>h,ie:()=>g,mx:()=>i,q:()=>p,xE:()=>c});var r=n(63200),o=n(69591);const i=(e,t,{excludeAttrs:n=[],includeAttrs:r=[]})=>{const o=Array.from(e.attributes).filter(e=>!n.includes(e.name)&&(!r.length||r.includes(e.name))).map(e=>e.name);t(o);const i=new MutationObserver(e=>{e.forEach(e=>{"attributes"!==e.type||n.includes(e.attributeName)||r.length&&!r.includes(e.attributeName)||t([e.attributeName])})});return i.observe(e,{attributes:!0}),{disconnect:()=>i.disconnect()}},s=(e,t)=>{t({addedNodes:Array.from(e.children),removedNodes:[]}),new MutationObserver(e=>{e.forEach(e=>{"childList"!==e.type&&"characterData"!==e.type||t(e)})}).observe(e,{childList:!0,characterData:!0,subtree:!0})},a=(e,t,n={})=>r=>{r.forEach(r=>{const o=n[r]||r,i=e.getAttribute(r);t&&(null!==i?t.getAttribute(o)!==i&&t.setAttribute(o,i):t.removeAttribute(o))})},l=(e,t,n)=>{i(e,a(e,t),n),i(t,a(t,e),n)},c=e=>(0,r.GL)(o.$m,e),d=(...e)=>`--${(0,r.GL)(...e)}`,u=(e,t,n={})=>i(e,a(e,t,n.mapAttrs),n),p=(e,t,n=[])=>{if(!n.length)return;const r=n.reduce((t,n)=>Object.assign(t,{[n]:{get:()=>e[n],set(t){e[n]=t}}}),{});Object.defineProperties(t,r)},h=(e,t,{prepend:n=!1}={})=>{let r;try{r=new CSSStyleSheet}catch{return b(e,t,{prepend:n})}const o=t?.shadowRoot||t;if(e&&r.replaceSync(e),o){const e=[...o.adoptedStyleSheets||[]];e[n?"unshift":"push"](r),o.adoptedStyleSheets=e}return e&&!r.cssRules[0]?.style&&console.warn(`No style rules were created, make sure the CSS is valid:\n "${e}"`),r};class f{constructor(e,t,{prepend:n=!1}={}){this.styleEle=document.createElement("style"),this.styleEle.textContent=e,this.styleEle.setAttribute("nonce",window.DESCOPE_NONCE),this.ref=t?.shadowRoot||t,this.ref&&(n?this.ref.prepend(this.styleEle):this.ref.append(this.styleEle))}replaceSync(e){this.styleEle.textContent=e}get cssRules(){return this.styleEle.sheet?.cssRules}}const b=(e,t,{prepend:n=!1}={})=>new f(e,t,{prepend:n}),g=(e,t=2)=>e.trim().split(" ").splice(0,t).map(e=>e[0]?.toUpperCase()).join("")},69591(e,t,n){"use strict";n.d(t,{$m:()=>r,IM:()=>i,aE:()=>o});const r="descope",o=5,i="host"},74556(e,t,n){},4097(e,t,n){"use strict";n.d(t,{b:()=>r});const r=new class{static mountOnPropName="DescopeThemeManager";#e={};#t="light";#n=new Set;#r(){this.#n.forEach(e=>e?.())}get currentThemeName(){return this.#t}set currentThemeName(e){this.#t=e,this.#r()}get currentTheme(){return this.#e[this.currentThemeName]}onCurrentThemeChange(e){return this.#n.add(e),()=>{this.#n.delete(e)}}set themes(e){this.#e=e,this.#r()}get hasThemes(){return!!Object.keys(this.#e).length}}},79673(e,t,n){"use strict";n.d(t,{$J:()=>o.$J,I4:()=>o.I4,Kl:()=>o.Kl,LJ:()=>o.LJ,br:()=>r.b,cy:()=>o.cy,fu:()=>o.fu,lS:()=>o.lS}),n(21642),n(63200),n(25964);var r=n(4097),o=(n(74556),n(69461))},69461(e,t,n){"use strict";n.d(t,{$J:()=>l,I4:()=>o,Kl:()=>c,LJ:()=>a,cy:()=>r,fu:()=>s,lS:()=>i});const r=e=>`\n :host {\n padding: calc(var(${e.inputOutlineWidth}) + var(${e.inputOutlineOffset}))\n }\n`,o=e=>`\n ${e} > label,\n ${e}::part(label),\n ${e}::part(required-indicator) {\n cursor: pointer;\n }\n`,i=(e,t="input")=>`\n ${e}[disabled] > ${t}:placeholder-shown,\n\t${e}[readonly] > ${t}:placeholder-shown {\n\t\topacity: 1;\n\t}\n`,s=e=>`\n ${e}::part(input-field)::after {\n opacity: 0;\n }\n`,a=(e,t)=>`\n ${(e=>`\n ${e} {\n margin: 0;\n padding: 0;\n width: 100%;\n height: 100%;\n box-sizing: border-box;\n }\n`)(e)}\n ${o(e)}\n ${i(e)}\n ${(e=>`\n ${e}::part(input-field) {\n overflow: hidden;\n padding: 0;\n box-shadow: none;\n }\n`)(e)}\n ${((e,t)=>`\n ${e} input:-webkit-autofill,\n ${e} input:-webkit-autofill::first-line,\n ${e} input:-webkit-autofill:hover,\n ${e} input:-webkit-autofill:active,\n ${e} input:-webkit-autofill:focus {\n -webkit-text-fill-color: var(${t.inputValueTextColor});\n box-shadow: 0 0 0 var(${t.inputHeight}) var(${t.inputBackgroundColor}) inset;\n }\n`)(e,t)}\n ${(e=>`\n ${e}::part(input-field)::after {\n background: none;\n }\n`)(e)}\n ${(e=>`\n ${e}::before {\n\t\theight: unset;\n\t}\n`)(e)}\n ${(e=>`\n ${e} > input {\n -webkit-mask-image: none;\n min-height: 0;\n box-sizing: border-box;\n }\n`)(e)}\n ${(e=>`\n ${e}::part(input-field)::after {\n border: none;\n }\n`)(e)}\n`,l=e=>`\n :host ::part(error-message) {\n direction: ltr;\n }\n :host([required]) ::part(required-indicator) {\n width: 1em;\n display: inline-flex;\n }\n :host([required]) ::part(required-indicator)::after {\n position: static;\n }\n :host([has-label]) ::part(label) {\n padding-right: 0;\n padding-bottom: 0;\n display: flex;\n width: 100%;\n }\n ${e} [slot="label"] {\n max-width: calc(100% - 1em);\n overflow: hidden;\n text-overflow: ellipsis;\n padding-bottom: 0.5em;\n }\n`,c=()=>'\n :host([label-type="floating"]) {\n position: relative;\n }\n :host([label-type="floating"][has-label]) > ::part(label) {\n z-index: 1;\n padding: 0;\n width: auto;\n }\n '},86507(e,t,n){"use strict";n.d(t,{g:()=>i});var r=n(68049),o=n.n(r);const i=(e,t)=>{let n=0;const r=new Set,i=new Set,s=o()((t,o)=>{e(...t).then(e=>{o===n&&(r.forEach(t=>t(e)),r.clear())}).catch(e=>{i.forEach(t=>t(e)),i.clear()})},t);return(...e)=>(n++,new Promise((t,o)=>{r.add(t),i.add(o),s(e,n)}))}},63200(e,t,n){"use strict";n.d(t,{AG:()=>c,GL:()=>i,Tn:()=>l,Zz:()=>a,dk:()=>s,g5:()=>r.g,kW:()=>o});var r=n(86507);const o=e=>e.replace(/([a-z])([A-Z])/g,"$1-$2").replace(/[\s_.]+/g,"-").toLowerCase(),i=(...e)=>o(e.filter(e=>!!e).join("-")),s=(...e)=>e.filter(Boolean).map((e,t)=>{return 0===t?e:(n=e).charAt(0).toUpperCase()+n.slice(1);var n}).join(""),a=(...e)=>t=>e.reduceRight((e,t)=>t(e),t),l=e=>"function"==typeof e,c=(e,t)=>{if(!Array.isArray(e)||!Array.isArray(t))return!1;if(e.length!==t.length)return!1;const n=e.slice().sort(),r=t.slice().sort();for(let e=0;e<n.length;e++)if(n[e]!==r[e])return!1;return!0}},3047(e,t,n){"use strict";n.d(t,{$m:()=>r,IM:()=>i,aE:()=>o});const r="descope",o=5,i="host"},97810(e,t,n){"use strict";n.d(t,{EA:()=>u,Ge:()=>s,Gh:()=>l,Ix:()=>d,mx:()=>i,q:()=>p,xE:()=>c});var r=n(9696),o=n(3047);const i=(e,t,{excludeAttrs:n=[],includeAttrs:r=[]})=>{const o=Array.from(e.attributes).filter(e=>!n.includes(e.name)&&(!r.length||r.includes(e.name))).map(e=>e.name);t(o),new MutationObserver(e=>{e.forEach(e=>{"attributes"!==e.type||n.includes(e.attributeName)||r.length&&!r.includes(e.attributeName)||t([e.attributeName])})}).observe(e,{attributes:!0})},s=(e,t)=>{t({addedNodes:Array.from(e.children),removedNodes:[]}),new MutationObserver(e=>{e.forEach(e=>{"childList"!==e.type&&"characterData"!==e.type||t(e)})}).observe(e,{childList:!0,characterData:!0,subtree:!0})},a=(e,t,n={})=>r=>{r.forEach(r=>{const o=n[r]||r,i=e.getAttribute(r);t&&(null!==i?t.getAttribute(o)!==i&&t.setAttribute(o,i):t.removeAttribute(o))})},l=(e,t,n)=>{i(e,a(e,t),n),i(t,a(t,e),n)},c=e=>(0,r.GL)(o.$m,e),d=(...e)=>`--${(0,r.GL)(...e)}`,u=(e,t,n={})=>{i(e,a(e,t,n.mapAttrs),n)},p=(e,t,n=[])=>{if(!n.length)return;const r=n.reduce((t,n)=>Object.assign(t,{[n]:{get:()=>e[n],set(t){e[n]=t}}}),{});Object.defineProperties(t,r)}},9696(e,t,n){"use strict";n.d(t,{GL:()=>o,Tn:()=>a,Zz:()=>s,dk:()=>i,gU:()=>l,kW:()=>r,wy:()=>c});const r=e=>e.replace(/([a-z])([A-Z])/g,"$1-$2").replace(/[\s_.]+/g,"-").toLowerCase(),o=(...e)=>r(e.filter(e=>!!e).join("-")),i=(...e)=>e.filter(Boolean).map((e,t)=>{return 0===t?e:(n=e).charAt(0).toUpperCase()+n.slice(1);var n}).join(""),s=(...e)=>t=>e.reduceRight((e,t)=>t(e),t),a=e=>"function"==typeof e,l=e=>{try{return new URL(e),!0}catch(e){return!1}},c=e=>e.replace(/([A-Z])/g," $1").trim().split(" ").map(e=>e.charAt(0).toUpperCase()+e.slice(1)).join(" ")},40070(e,t,n){"use strict";n.d(t,{e:()=>g,t:()=>m});var r=n(18524),o=n.n(r);const i=.4,s=.25,a=.1,l=(e,t)=>e.darken(t).hex(),c=e=>{const t=e.isDark();return e.mix(o()(t?"white":"black"),1).saturate(1).hex()},d=(e,t)=>e.lightness()<.5?e.lightness(100*t).hex():e.lighten(t).hex(),u=e=>e.luminosity()<.01,p=e=>e.luminosity()>.99,h=(e,t)=>"dark"===t?p(e)?l(e,s):d(e,i):u(e)?d(e,s):l(e,i),f=(e,t)=>"dark"===t?u(e)?d(e,s):l(e,i):p(e)?l(e,s):d(e,i),b=(e,t)=>"dark"===t?u(e)?d(e,a):l(e,.8):p(e)?l(e,a):d(e,.8),g=(e,t)=>{const n=new(o())(e.main||e);return{main:n.hex(),dark:e.dark||h(n,t),light:e.light||f(n,t),highlight:e.highlight||b(n,t),contrast:e.contrast||c(n)}},m=e=>Object.keys(e).reduce((t,n)=>{const r=e[n];return Object.assign(t,{[n]:g(r)})},{})},73227(e,t,n){"use strict";n.r(t),n.d(t,{componentsThemeManager:()=>l.br,createComponentsTheme:()=>j,createHelperVars:()=>I,genColor:()=>c.e,genColors:()=>c.t,getThemeRefs:()=>g,getThemeVars:()=>m,globalsThemeToStyle:()=>H,inputFloatingLabelStyle:()=>d.Kl,resetInitialHeight:()=>d.T8,resetInputAutoFill:()=>d.AI,resetInputContainer:()=>d.zm,resetInputCursor:()=>d.I4,resetInputElement:()=>d.mC,resetInputField:()=>d.Qv,resetInputFieldDefaultWidth:()=>d.X6,resetInputFieldInvalidBackgroundColor:()=>d.kG,resetInputFieldUnderlayingBorder:()=>d.cQ,resetInputLabelPosition:()=>d.$J,resetInputOverrides:()=>d.LJ,resetInputPlaceholder:()=>d.lS,resetInputReadonlyStyle:()=>d.fu,themeToCSSVarsObj:()=>b,themeToStyle:()=>w,useHostExternalPadding:()=>d.cy,useVar:()=>A});var r=n(21642),o=n.n(r),i=n(3047),s=n(9696),a=n(97810),l=n(79673),c=n(40070),d=n(73551);const u=e=>(0,a.Ix)(i.$m,...e),p=(e,t,n)=>{const r=Array.isArray(t)?t:t.match(/([^[.\]])+/g);return r.reduce((e,t,o)=>(void 0===e[t]&&(e[t]={}),o===r.length-1&&(e[t]=n),e[t]),e),e},h=(e,t,n)=>Object.entries(e).reduce((e,[r,i])=>i?.constructor!==Object?o()(e,n(t.concat(r),i)):o()(e,h(i,[...t,r],n)),{}),f=e=>{switch(!0){case Array.isArray(e):return e.map(e=>e.includes(" ")?`"${e}"`:e).join(", ");case(0,s.gU)(e):return`url(${e})`;default:return e}},b=e=>h(e,[],(e,t)=>({[u(e)]:f(t)})),g=(e,t)=>h(e,[],e=>p({},e,`var(${u(t?[t,...e]:e)})`)),m=(e,t)=>h(e,[],e=>p({},e,u(t?[t,...e]:e))),H=(e,t="")=>{const n=Object.entries(b(e)).reduce((e,t)=>`${e}${t.join(":")};\n`,"");return t?`*[data-theme="${t}"] {${n}}`:n},y="@container",v="$breakpoints",S=e=>e.startsWith("$breakpoints."),x=e=>Object.entries(e).reduce((e,[t,n])=>(e=>e.startsWith(y))(t)?`${e}${t} {\n${x(n)}}\n\n`:`${e}${t} { \n${Object.entries(n).map(([e,t])=>`${e}: ${t}`).join(";\n")} \n}\n\n`,""),j=e=>{const t=(e=>h(e,[],(t,n)=>{const[r,...o]=t;if(o[0]===v)return{};const l=o.pop(),c=(0,a.xE)(r);"undefined"===l&&console.warn(c,`theme value: "${n}" is mapped to an invalid property`);const d=i.IM,u=e[r]?.[v]||{},p=o.filter(S),h=p.find(e=>!u[e.slice(13)]);if(h)return console.warn(c,`theme references undefined breakpoint "${h}"`),{};const b=p.map(e=>S(e)?`${y} ${u[e.slice(13)]}`:e);o.splice(0,o.length,...o.filter(e=>!S(e)));const g=o.reduce((e,t,n)=>{const[r,i]=function(e){const t=e.match(/^(&+)?(.*)$/);return[t[1]||"",t[2]||""]}(t),a=Math.min(r.length+1,3);if(i.startsWith("_"))return e+`[${(0,s.kW)(i.replace(/^_/,""))}="true"]`.repeat(a);const l=o[n+1];return"string"!=typeof l||l.startsWith("_")||l.startsWith("&")?(console.error("theme generator",`your theme structure is invalid, attribute "${t}" is followed by "${l}" which is not allowed`),e):e+`[${(0,s.kW)(i)}="${o.splice(n+1,1).join("")}"]`.repeat(a)},""),m=":host"+(g?`(${g})`:""),H=b.reduceRight((e,t)=>({[t]:e}),{[m]:{[l]:f(n)}});return{[c]:{[d]:H}}}))(e);return Object.keys(t).reduce((e,n)=>{const r=t[n];return Object.assign(e,{[n]:Object.keys(r).reduce((e,t)=>Object.assign(e,{[t]:x(r[t])}),{})})},{})},w=({globals:e,components:t},n)=>({globals:H(e,n),components:j(t)}),A=(...e)=>e.reduceRight((e,t)=>t.startsWith("--")?`var(${t}${e?`, ${e}`:e})`:`${t}${e?`, ${e}`:e}`,""),I=(e,t)=>{const n=h(e,[],(e,n)=>{const r=[...e],o=r.splice(-1),i=(0,a.Ix)(t,o),s={[o]:i},l={[o]:A(i)};return{theme:p({},[...r,i],n),useVars:l,vars:s}});return[n.theme,n.useVars,n.vars]}},73551(e,t,n){"use strict";n.d(t,{$J:()=>g,AI:()=>u,I4:()=>c,Kl:()=>m,LJ:()=>b,Qv:()=>l,T8:()=>i,X6:()=>p,cQ:()=>o,cy:()=>r,fu:()=>h,kG:()=>f,lS:()=>d,mC:()=>s,zm:()=>a});const r=e=>`\n :host {\n padding: calc(var(${e.inputOutlineWidth}) + var(${e.inputOutlineOffset}))\n }\n`,o=e=>`\n ${e}::part(input-field)::after {\n border: none;\n }\n`,i=e=>`\n ${e}::before {\n\t\theight: unset;\n\t}\n`,s=e=>`\n ${e} > input {\n -webkit-mask-image: none;\n min-height: 0;\n box-sizing: border-box;\n }\n`,a=e=>`\n ${e} {\n margin: 0;\n padding: 0;\n width: 100%;\n height: 100%;\n box-sizing: border-box;\n }\n`,l=e=>`\n ${e}::part(input-field) {\n overflow: hidden;\n padding: 0;\n box-shadow: none;\n }\n`,c=e=>`\n ${e} > label,\n ${e}::part(label),\n ${e}::part(required-indicator) {\n cursor: pointer;\n }\n`,d=(e,t="input")=>`\n ${e}[disabled] > ${t}:placeholder-shown,\n\t${e}[readonly] > ${t}:placeholder-shown {\n\t\topacity: 1;\n\t}\n`,u=(e,t)=>`\n ${e} input:-webkit-autofill,\n ${e} input:-webkit-autofill::first-line,\n ${e} input:-webkit-autofill:hover,\n ${e} input:-webkit-autofill:active,\n ${e} input:-webkit-autofill:focus {\n -webkit-text-fill-color: var(${t.inputValueTextColor});\n box-shadow: 0 0 0 var(${t.inputHeight}) var(${t.inputBackgroundColor}) inset;\n }\n`,p=()=>"\n :host {\n --vaadin-field-default-width: auto;\n box-sizing: border-box;\n }\n",h=e=>`\n ${e}::part(input-field)::after {\n opacity: 0;\n }\n`,f=e=>`\n ${e}::part(input-field)::after {\n background: none;\n }\n`,b=(e,t)=>`\n ${a(e)}\n ${c(e)}\n ${d(e)}\n ${l(e)}\n ${u(e,t)}\n ${f(e)}\n ${i(e)}\n ${s(e)}\n ${o(e)}\n`,g=e=>`\n :host ::part(error-message) {\n direction: ltr;\n }\n :host([required]) ::part(required-indicator) {\n width: 1em;\n display: inline-flex;\n }\n :host([required]) ::part(required-indicator)::after {\n position: static;\n }\n :host([has-label]) ::part(label) {\n padding-right: 0;\n padding-bottom: 0;\n display: flex;\n width: 100%;\n }\n ${e} [slot="label"] {\n max-width: calc(100% - 1em);\n overflow: hidden;\n text-overflow: ellipsis;\n padding-bottom: 0.5em;\n }\n`,m=()=>'\n :host([label-type="floating"]) {\n position: relative;\n }\n :host([label-type="floating"][has-label]) > ::part(label) {\n z-index: 1;\n padding: 0;\n width: auto;\n }\n '},25990(e,t,n){const{componentsThemeManager:r}=n(73227),o=n(3902);e.exports=o.keys().reduce((e,t)=>{const n=t.replace(/.*?([^\/]+)\/index\.js$/,"$1");return n.endsWith("-internal")||(e[n]=()=>o(t)),e},{}),e.exports.componentsThemeManager=r,e.exports["descope-address-field"]=()=>Promise.all([n.e(2672),n.e(6818),n.e(2562),n.e(8968),n.e(9275),n.e(8248),n.e(7620),n.e(5966),n.e(4914),n.e(9871),n.e(7774),n.e(8961),n.e(7092),n.e(8822)]).then(n.bind(n,25278)),e.exports["descope-anchored"]=()=>Promise.all([n.e(2672),n.e(8961),n.e(3267)]).then(n.bind(n,13094)),e.exports["descope-apps-list"]=()=>Promise.all([n.e(2672),n.e(6818),n.e(2562),n.e(8968),n.e(5966),n.e(5260),n.e(7182),n.e(8202),n.e(1453),n.e(8961),n.e(3580)]).then(n.bind(n,47477)),e.exports["descope-attachment"]=()=>Promise.all([n.e(2672),n.e(8961),n.e(7164)]).then(n.bind(n,44050)),e.exports["descope-autocomplete-field"]=()=>Promise.all([n.e(2672),n.e(6818),n.e(2562),n.e(8968),n.e(9275),n.e(8248),n.e(7620),n.e(5966),n.e(4914),n.e(9871),n.e(7774),n.e(8961),n.e(7092),n.e(8712)]).then(n.bind(n,93847)),e.exports["descope-avatar"]=()=>Promise.all([n.e(2672),n.e(6818),n.e(2562),n.e(8968),n.e(5966),n.e(5260),n.e(7182),n.e(8202),n.e(8961),n.e(2272)]).then(n.bind(n,53557)),e.exports["descope-badge"]=()=>Promise.all([n.e(2672),n.e(8961),n.e(4188)]).then(n.bind(n,11065)),e.exports["descope-button"]=()=>Promise.all([n.e(2672),n.e(6818),n.e(2562),n.e(8968),n.e(9275),n.e(5414),n.e(4467),n.e(8961),n.e(5087)]).then(n.bind(n,30576)),e.exports["descope-collapsible-container"]=()=>Promise.all([n.e(2672),n.e(5414),n.e(8961),n.e(6367)]).then(n.bind(n,96945)),e.exports["descope-combo-box"]=()=>Promise.all([n.e(2672),n.e(6818),n.e(2562),n.e(8968),n.e(9275),n.e(8248),n.e(7620),n.e(5966),n.e(4914),n.e(9871),n.e(8961),n.e(7092),n.e(5691)]).then(n.bind(n,27092)),e.exports["descope-country-subdivision-city-field"]=()=>Promise.all([n.e(2672),n.e(6818),n.e(2562),n.e(8968),n.e(9275),n.e(8248),n.e(7620),n.e(5966),n.e(4914),n.e(9871),n.e(7774),n.e(8961),n.e(7092),n.e(2478)]).then(n.bind(n,68749)),e.exports["descope-enriched-text"]=()=>Promise.all([n.e(2672),n.e(2540),n.e(8961),n.e(9261)]).then(n.bind(n,55838)),e.exports["descope-icon"]=()=>Promise.all([n.e(2672),n.e(5414),n.e(8961),n.e(6724)]).then(n.bind(n,56737)),e.exports["descope-image"]=()=>Promise.all([n.e(2672),n.e(5414),n.e(8961),n.e(1202)]).then(n.bind(n,53455)),e.exports["descope-link"]=()=>Promise.all([n.e(2672),n.e(8961),n.e(4159)]).then(n.bind(n,90512)),e.exports["descope-list"]=()=>Promise.all([n.e(2672),n.e(8961),n.e(4551)]).then(n.bind(n,45400)),e.exports["descope-list-item"]=()=>Promise.all([n.e(2672),n.e(8961),n.e(461)]).then(n.bind(n,24542)),e.exports["descope-month-day-field"]=()=>Promise.all([n.e(2672),n.e(6818),n.e(2562),n.e(8968),n.e(9275),n.e(8248),n.e(7620),n.e(5414),n.e(4467),n.e(5966),n.e(5260),n.e(7182),n.e(4914),n.e(9871),n.e(6618),n.e(8961),n.e(7092),n.e(9585)]).then(n.bind(n,63423)),e.exports["descope-month-day-field-picker"]=()=>Promise.all([n.e(2672),n.e(6818),n.e(2562),n.e(8968),n.e(9275),n.e(8248),n.e(7620),n.e(5966),n.e(4914),n.e(9871),n.e(8961),n.e(7092),n.e(1104)]).then(n.bind(n,92661)),e.exports["descope-multi-line-mappings"]=()=>Promise.all([n.e(2672),n.e(6818),n.e(2562),n.e(8968),n.e(9275),n.e(8248),n.e(7620),n.e(5414),n.e(4467),n.e(5966),n.e(4914),n.e(9871),n.e(1408),n.e(8961),n.e(9054),n.e(5375)]).then(n.bind(n,22931)),e.exports["descope-multi-select-combo-box"]=()=>Promise.all([n.e(2672),n.e(6818),n.e(2562),n.e(8968),n.e(9275),n.e(8248),n.e(7620),n.e(5966),n.e(4914),n.e(9871),n.e(1408),n.e(8961),n.e(9054)]).then(n.bind(n,70067)),e.exports["descope-outbound-app-button"]=()=>Promise.all([n.e(2672),n.e(6818),n.e(2562),n.e(8968),n.e(9275),n.e(5414),n.e(4467),n.e(8961),n.e(8634)]).then(n.bind(n,81422)),e.exports["descope-outbound-apps"]=()=>Promise.all([n.e(2672),n.e(6818),n.e(2562),n.e(8968),n.e(9275),n.e(5414),n.e(4467),n.e(5966),n.e(5260),n.e(7182),n.e(8202),n.e(5263),n.e(8961),n.e(4292)]).then(n.bind(n,58204)),e.exports["descope-password-strength"]=()=>Promise.all([n.e(2672),n.e(8961),n.e(9458)]).then(n.bind(n,13241)),e.exports["descope-ponyhot"]=()=>Promise.all([n.e(2672),n.e(8961),n.e(796)]).then(n.bind(n,71696)),e.exports["descope-recovery-codes"]=()=>Promise.all([n.e(2672),n.e(6818),n.e(2562),n.e(5260),n.e(7182),n.e(6063),n.e(8961),n.e(9175)]).then(n.bind(n,88568)),e.exports["descope-text"]=()=>Promise.all([n.e(2672),n.e(8961),n.e(2294)]).then(n.bind(n,63595)),e.exports["descope-text-field"]=()=>Promise.all([n.e(2672),n.e(6818),n.e(2562),n.e(8968),n.e(9275),n.e(8248),n.e(7620),n.e(5260),n.e(7182),n.e(8961),n.e(77)]).then(n.bind(n,64014)),e.exports["descope-timer"]=()=>Promise.all([n.e(2672),n.e(5414),n.e(8961),n.e(2250)]).then(n.bind(n,61479)),e.exports["descope-timer-button"]=()=>Promise.all([n.e(2672),n.e(6818),n.e(2562),n.e(8968),n.e(9275),n.e(5414),n.e(4467),n.e(8961),n.e(743)]).then(n.bind(n,60096)),e.exports["descope-tooltip"]=()=>Promise.all([n.e(2672),n.e(6818),n.e(2562),n.e(8968),n.e(5966),n.e(2540),n.e(8202),n.e(8961),n.e(628)]).then(n.bind(n,38516)),e.exports["descope-trusted-devices"]=()=>Promise.all([n.e(2672),n.e(5414),n.e(8961),n.e(7750)]).then(n.bind(n,66747)),e.exports["descope-user-passkeys"]=()=>Promise.all([n.e(2672),n.e(6818),n.e(2562),n.e(8968),n.e(9275),n.e(5414),n.e(4467),n.e(8961),n.e(584)]).then(n.bind(n,49482))},3902(e,t,n){var r={"./boolean-fields/descope-boolean-field-internal/index.js":[3274,[2672,9365,7362]],"./boolean-fields/descope-checkbox/index.js":[49582,[2672,6818,2562,8968,9275,8248,7620,4467,2540,7291,8961,9365,9582,4838]],"./boolean-fields/descope-switch-toggle/index.js":[21934,[2672,6818,2562,8968,9275,8248,7620,4467,2540,7291,8961,9365,1448]],"./button-selection-group-fields/descope-button-multi-selection-group-internal/index.js":[91831,[2672,9365,8399]],"./button-selection-group-fields/descope-button-multi-selection-group/index.js":[55162,[2672,6818,2562,8968,9275,5414,4467,8961,9365,1837,3829]],"./button-selection-group-fields/descope-button-selection-group-internal/index.js":[72415,[2672,9365,7079]],"./button-selection-group-fields/descope-button-selection-group-item/index.js":[15450,[2672,6818,2562,8968,9275,5414,4467,8961,9365,1837]],"./button-selection-group-fields/descope-button-selection-group/index.js":[27926,[2672,6818,2562,8968,9275,5414,4467,8961,9365,1837,2141]],"./descope-alert/index.js":[11339,[2672,2540,8961,9365,1456]],"./descope-code-snippet/index.js":[80522,[2672,5414,5780,8961,9365,3521]],"./descope-container/index.js":[81297,[2672,9365,8689]],"./descope-date-field/descope-calendar/index.js":[88350,[2672,6818,2562,8968,9275,8248,7620,5414,4467,5966,4914,9871,8961,9365,7092,8350,6028]],"./descope-date-field/index.js":[79981,[2672,6818,2562,8968,9275,8248,7620,5414,4467,5966,5260,7182,4914,9871,6618,8961,9365,7092,8350,9257]],"./descope-divider/index.js":[48995,[2672,8961,9365,8819]],"./descope-email-field/index.js":[54316,[2672,6818,2562,8968,9275,8248,7620,9365,5695]],"./descope-grid/descope-grid-custom-column/index.js":[12909,[6818,7565,9176]],"./descope-grid/descope-grid-item-details-column/index.js":[92107,[6818,2562,5260,7182,7565,2381]],"./descope-grid/descope-grid-selection-column/index.js":[57641,[2672,6818,2562,8968,9275,8248,7620,4467,2540,7565,7291,8961,9365,9582,3305]],"./descope-grid/descope-grid-text-column/index.js":[57148,[6818,7565,8108]],"./descope-grid/index.js":[38976,[2672,6818,2562,8968,9275,8248,7620,5414,4467,5260,7182,4914,2540,7565,7291,5780,9970,8961,9365,9582,2200]],"./descope-hcaptcha/index.js":[24011,[2672,9365,7470]],"./descope-hybrid-field/index.js":[44966,[2672,6818,2562,8968,9275,8248,7620,5966,5260,7182,4914,9871,5348,3620,8961,9365,7092,9265,9894,7299]],"./descope-loader-linear/index.js":[63581,[2672,9365,8009]],"./descope-loader-radial/index.js":[54249,[2672,9365,7163]],"./descope-logo/index.js":[86947,[2672,9365,1239]],"./descope-modal/index.js":[52079,[2672,6818,2562,8968,5966,9117,9365,4139]],"./descope-new-password/descope-new-password-internal/index.js":[78844,[2672,9365,8603]],"./descope-new-password/index.js":[72788,[2672,6818,2562,8968,9275,8248,7620,4467,5260,7182,1899,8961,9365,4364]],"./descope-notification/descope-notification-card/index.js":[69182,[2672,6818,2562,8983,9365,7326]],"./descope-notification/index.js":[8273,[2672,6818,2562,8983,9365,8019]],"./descope-notp-image/index.js":[27201,[2672,9365,2251]],"./descope-number-field/index.js":[72598,[2672,6818,2562,8968,9275,8248,7620,5648,9365,7944]],"./descope-passcode/descope-passcode-internal/index.js":[59053,[2672,9365,3359]],"./descope-passcode/index.js":[54690,[2672,6818,2562,8968,9275,8248,7620,5260,7182,8961,9365,8884]],"./descope-password/index.js":[19169,[2672,6818,2562,8968,9275,8248,7620,4467,1899,9365,6969]],"./descope-policy-validation/index.js":[26782,[2672,9365,2996]],"./descope-radio-group/index.js":[40649,[2672,6818,2562,8968,9275,8248,4467,4623,9365,9399]],"./descope-recaptcha/index.js":[85386,[2672,9365,3847]],"./descope-scopes-list/index.js":[16942,[2672,6818,2562,8968,9275,8248,7620,4467,2540,7291,8961,9365,9582,1674]],"./descope-security-questions-setup/index.js":[74460,[2672,6818,2562,8968,9275,8248,7620,5966,5260,7182,4914,9871,6477,8961,9365,7092,3594]],"./descope-security-questions-verify/index.js":[38479,[2672,6818,2562,8968,9275,8248,7620,5260,7182,8961,9365,9446]],"./descope-text-area/index.js":[5277,[2672,6818,2562,8968,9275,8248,7620,7939,9365,5686]],"./descope-third-party-app-logo/index.js":[6107,[2672,5414,8961,9365,230]],"./descope-totp-image/index.js":[7252,[2672,9365,6213]],"./descope-upload-file/index.js":[70139,[2672,6818,2562,8968,9275,5414,4467,8961,9365,9636]],"./descope-user-attribute/index.js":[45554,[2672,6818,2562,8968,9275,5414,4467,8961,9365,1578]],"./descope-user-auth-method/index.js":[67760,[2672,6818,2562,8968,9275,5414,4467,5260,8961,9365,9990]],"./mapping-fields/descope-mappings-field/descope-mapping-item/index.js":[29172,[2672,9365,2230]],"./mapping-fields/descope-mappings-field/descope-mappings-field-internal/index.js":[34884,[2672,9365,9522]],"./mapping-fields/descope-mappings-field/index.js":[84719,[2672,6818,2562,8968,9275,8248,7620,5414,4467,5966,5260,7182,4914,9871,7774,4550,8961,9365,7092,7095]],"./mapping-fields/descope-saml-group-mappings/descope-saml-group-mappings-internal/index.js":[9894,[2672,9365,9708]],"./mapping-fields/descope-saml-group-mappings/index.js":[45103,[2672,6818,2562,8968,9275,8248,7620,5414,4467,5966,5260,7182,4914,9871,7774,4550,8961,9365,7092,6832]],"./phone-fields/descope-phone-field/descope-phone-field-internal/index.js":[92132,[2672,6818,2562,8968,9275,8248,7620,5966,5260,7182,4914,9871,5348,3620,8961,9365,7092,9265,2878]],"./phone-fields/descope-phone-field/index.js":[98136,[2672,6818,2562,8968,9275,8248,7620,5966,5260,7182,4914,9871,5348,3620,8961,9365,7092,9265,9894]],"./phone-fields/descope-phone-input-box-field/descope-phone-input-box-internal/index.js":[78343,[2672,6818,2562,8968,9275,8248,7620,5260,7182,5348,8961,9365,9265,8657]],"./phone-fields/descope-phone-input-box-field/index.js":[30057,[2672,6818,2562,8968,9275,8248,7620,5260,7182,5348,8961,9365,9265,4043]]};function o(e){if(!n.o(r,e))return Promise.resolve().then(()=>{var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t});var t=r[e],o=t[0];return Promise.all(t[1].map(n.e)).then(()=>n(o))}o.keys=()=>Object.keys(r),o.id=3902,e.exports=o}},r={};function o(e){var t=r[e];if(void 0!==t)return t.exports;var i=r[e]={id:e,loaded:!1,exports:{}};return n[e](i,i.exports,o),i.loaded=!0,i.exports}return o.m=n,o.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return o.d(t,{a:t}),t},o.d=(e,t)=>{for(var n in t)o.o(t,n)&&!o.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},o.f={},o.e=e=>Promise.all(Object.keys(o.f).reduce((t,n)=>(o.f[n](e,t),t),[])),o.u=e=>(({77:"descope-text-field",230:"descope-third-party-app-logo-index-js",461:"descope-list-item",584:"descope-user-passkeys",628:"descope-tooltip",743:"descope-timer-button",796:"descope-ponyhot",1104:"descope-month-day-field-picker",1202:"descope-image",1239:"descope-logo-index-js",1448:"boolean-fields-descope-switch-toggle-index-js",1456:"descope-alert-index-js",1578:"descope-user-attribute-index-js",1674:"descope-scopes-list-index-js",1837:"button-selection-group-fields-descope-button-selection-group-item-index-js",2141:"button-selection-group-fields-descope-button-selection-group-index-js",2200:"descope-grid-index-js",2230:"mapping-fields-descope-mappings-field-descope-mapping-item-index-js",2250:"descope-timer",2251:"descope-notp-image-index-js",2272:"descope-avatar",2294:"descope-text",2381:"descope-grid-descope-grid-item-details-column-index-js",2478:"descope-country-subdivision-city-field",2878:"phone-fields-descope-phone-field-descope-phone-field-internal-index-js",2996:"descope-policy-validation-index-js",3267:"descope-anchored",3305:"descope-grid-descope-grid-selection-column-index-js",3359:"descope-passcode-descope-passcode-internal-index-js",3521:"descope-code-snippet-index-js",3580:"descope-apps-list",3594:"descope-security-questions-setup-index-js",3829:"button-selection-group-fields-descope-button-multi-selection-group-index-js",3847:"descope-recaptcha-index-js",4043:"phone-fields-descope-phone-input-box-field-index-js",4139:"descope-modal-index-js",4159:"descope-link",4188:"descope-badge",4292:"descope-outbound-apps",4364:"descope-new-password-index-js",4551:"descope-list",4838:"boolean-fields-descope-checkbox-index-js",5087:"descope-button",5375:"descope-multi-line-mappings",5686:"descope-text-area-index-js",5691:"descope-combo-box",5695:"descope-email-field-index-js",6028:"descope-date-field-descope-calendar-index-js",6213:"descope-totp-image-index-js",6367:"descope-collapsible-container",6724:"descope-icon",6832:"mapping-fields-descope-saml-group-mappings-index-js",6969:"descope-password-index-js",7079:"button-selection-group-fields-descope-button-selection-group-internal-index-js",7095:"mapping-fields-descope-mappings-field-index-js",7163:"descope-loader-radial-index-js",7164:"descope-attachment",7299:"descope-hybrid-field-index-js",7326:"descope-notification-descope-notification-card-index-js",7362:"boolean-fields-descope-boolean-field-internal-index-js",7470:"descope-hcaptcha-index-js",7750:"descope-trusted-devices",7944:"descope-number-field-index-js",8009:"descope-loader-linear-index-js",8019:"descope-notification-index-js",8108:"descope-grid-descope-grid-text-column-index-js",8399:"button-selection-group-fields-descope-button-multi-selection-group-internal-index-js",8603:"descope-new-password-descope-new-password-internal-index-js",8634:"descope-outbound-app-button",8657:"phone-fields-descope-phone-input-box-field-descope-phone-input-box-internal-index-js",8689:"descope-container-index-js",8712:"descope-autocomplete-field",8819:"descope-divider-index-js",8822:"descope-address-field",8884:"descope-passcode-index-js",9054:"descope-multi-select-combo-box",9175:"descope-recovery-codes",9176:"descope-grid-descope-grid-custom-column-index-js",9257:"descope-date-field-index-js",9261:"descope-enriched-text",9399:"descope-radio-group-index-js",9446:"descope-security-questions-verify-index-js",9458:"descope-password-strength",9522:"mapping-fields-descope-mappings-field-descope-mappings-field-internal-index-js",9585:"descope-month-day-field",9636:"descope-upload-file-index-js",9708:"mapping-fields-descope-saml-group-mappings-descope-saml-group-mappings-internal-index-js",9894:"phone-fields-descope-phone-field-index-js",9990:"descope-user-auth-method-index-js"}[e]||e)+".js"),o.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),o.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),e={},t="@descope/web-components-ui:",o.l=(n,r,i,s)=>{if(e[n])e[n].push(r);else{var a,l;if(void 0!==i)for(var c=document.getElementsByTagName("script"),d=0;d<c.length;d++){var u=c[d];if(u.getAttribute("src")==n||u.getAttribute("data-webpack")==t+i){a=u;break}}a||(l=!0,(a=document.createElement("script")).charset="utf-8",o.nc&&a.setAttribute("nonce",o.nc),a.setAttribute("data-webpack",t+i),a.src=n,0!==a.src.indexOf(window.location.origin+"/")&&(a.crossOrigin="anonymous"),a.integrity=o.sriHashes[s],a.crossOrigin="anonymous"),e[n]=[r];var p=(t,r)=>{a.onerror=a.onload=null,clearTimeout(h);var o=e[n];if(delete e[n],a.parentNode&&a.parentNode.removeChild(a),o&&o.forEach(e=>e(r)),t)return t(r)},h=setTimeout(p.bind(null,void 0,{type:"timeout",target:a}),12e4);a.onerror=p.bind(null,a.onerror),a.onload=p.bind(null,a.onload),l&&document.head.appendChild(a)}},o.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),(()=>{var e;o.g.importScripts&&(e=o.g.location+"");var t=o.g.document;if(!e&&t&&(t.currentScript&&"SCRIPT"===t.currentScript.tagName.toUpperCase()&&(e=t.currentScript.src),!e)){var n=t.getElementsByTagName("script");if(n.length)for(var r=n.length-1;r>-1&&(!e||!/^http(s?):/.test(e));)e=n[r--].src}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/^blob:/,"").replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),o.p=e})(),o.sriHashes={77:"sha384-mfD/QerV3DEW7TKYbv8wLmZyLP8cyobcJvBzCw6fQPCznT1hFTDjExWXCxX2jPXH",230:"sha384-wNTUVQ5ki0GUCDCNr2UKvqGPRiS2eygJOROFyJ2WIiKtIM6iA/OE5uFsd6V3mMX6",461:"sha384-lCvycKtZ/+cAVcgU+ETR4wXuQ3/4WjKtrH3yH5Tf2KgIAoFLgmubZvHwcujgKOFx",584:"sha384-iM/4R9nwivtodWgJiKv6C7LMh4J6qINnBQ51gIvqHpq5mmQi5U7H1YsNQWJ5eUBo",628:"sha384-YhqqLLv9SuRkV8gM9LnThy/7re4riAJrXmgQY/4K6bw7zCoxQ43E0JBfHLL1wsEj",743:"sha384-t9ix9TqbtCRFwOB6Yz9eJlUZ9vuIWB1KIY/ZzelgYYpgJUAZ8+clQGaiOiOP1rtl",796:"sha384-IRBL3uptcBM16SPmvpXqDEP0t3dmWOzT/J2taaS8hCthB1jdEX5A3l7tybYPCTC2",1050:"sha384-oy4fqzLqP3izG3zSNAgknV9Pm1pMR6dJ8Hf+1WOZ9XrKdcYRLTh/6nRpRM/T2zbD",1104:"sha384-4MMhc0aTzMQQAFGlRAu66R67bfXdLqEj+1B/M7Oqh1r8NIfZjkZjotqhfkHJZKHI",1202:"sha384-nX/Py4LB9QrQBTOqVq49W1mOQ7FboXNQzCTtN3yng+Fuo2NantS0bx6nLFWOyTPc",1239:"sha384-THoqkS0xp98dduXqXCnPVAbLnCfVt55JzLMhPR6vX9l1gpC8QwM5m6G6b29+qdbW",1408:"sha384-mIuTZneuSRj6LppAaaJff6p1NCD5/oyKCAsKKdwbmQ2W/js9mVT76mQRghD0YbAy",1448:"sha384-k7lpmCfPAVTrE5J428q6bUUYQKmXkfDVtICIBEy8iLV58ydpiWYZdammmzOKAE6E",1453:"sha384-Wcv6xLHSgVFzSYs3Wrq18M/Q1W6jztNsQ/8+JeA2bgeCvFebBuQlI2OyozX6kCtD",1456:"sha384-/FjA6pIwXQMqBx27wxOKCTNv6iNC2lJOa1g0UbN1elNh2prN+V70mq4MdaaqCCF/",1578:"sha384-mZm8wsMj2fCtrTstMn8bIKzedDYtATrC5aazIX825C1KMS0GafPtfWHaxCO328oL",1674:"sha384-c4879JX2lRZQQuYP9HqOIB4MMHYBqjYmB8ANsu8qni9SUHQqj8AHQrNNpZROkcQt",1837:"sha384-AKejHmffEkCGuKqkhLirU8+zlO5DWLzl+PDfro60ElQIMHIJfbXDeFB9GBuh+08A",1899:"sha384-IppxzMaIGMxk8gAed/9jBSOVXYuy5swhAuGXE6WVd3T4q45qZf3cYxRiOrq8huAM",2141:"sha384-zst33Rfgb8ROhlPlHoyRNbiFCff74RmSXdxSoPPrUG1ddzadjT5qNE2SFoHcvz95",2200:"sha384-NgKaNFtc9RT1fefiHS86LUGuHwGGYrCXPUTzcfsgNaUrNx2m75MnaNdoD1Ul48rI",2230:"sha384-8EHJkD83IXEnuobAuVopLIVlprbNW6F2/bEG9OfwBpoAaMnH0Z55eAfORUL+soAo",2250:"sha384-CbJTe1+1DEfKHzatlLvuxRBGZ4tpTy+o7Alw/rymwa6ME6VJ26IR9mUWYyDPK9XG",2251:"sha384-7SAUra0j8Pmt+dw6BUasm5/xaYhHpqA15n4X26nlpkOEW51Gh9gDpreCTjmHEWcQ",2272:"sha384-4h2PkNsnduEKAA3NsnvIvNNcWeHhSUX3K9/V4uPdVP9QEqmTqfvBlCN/bNKz0lE3",2294:"sha384-3zqtopiZ2a0vysJIFFVNCWFtb0U7juFu+YuPpd7Y2JaThuHEljg+Z9K97E6N5goA",2381:"sha384-DZ9OUvoMCUCI+djMovHTLPns1XWkdppBjPErhULlnRgZgMXmIIj4jAlhmsOksmZ3",2478:"sha384-19Vp8Oj/PgL8HYNn8M0lACce+E9H+Nd1jie88rwfWolIce7mSHbyevtDgFwKBV7m",2540:"sha384-3zXUOHXTLCfTNRYLJTy2p3uiAfmwCSFi1WIZE4XJjFzbH/UoeNMK1+LxFu9tYWiQ",2562:"sha384-g8ccnItoPYJY4lhzmmtTbHC9rzVDbVfxBqG6/ERO1NCvPc0wEMc7NL8nYmOYZXGu",2672:"sha384-MzF+6Zhb6WND1FccqdMOefeomE/N8rbG6tFInzLXUVDKkI15F4awWOcmln0vT/Uo",2878:"sha384-aDkiN8b5qsl6xj5eFVfzNDa7O8OSxpUCVuqRHJfi1AwLG7xjlh2bv9Vanb0Ml+ti",2996:"sha384-EHkAufPVqKh9aksr+NxAidmf4k7NS9dHMsgA/eXatRVECwvnPNVn4Twmqi5zSydg",3241:"sha384-uPeaWWytSgf0aIg+VYo4ifNrGKZmOV2vi9jRrao+3YXSuFEyGV7MTs7RysmqotAh",3267:"sha384-ppvqs1dLKpSuMBMpfbMxgfIEPOrges3J+A4a0Td/UjYJ1Se1dkZyMcmuYAn1XriB",3305:"sha384-yRSSpx/vzftOvtV49RxWEQ39gvCmx3k9p/HryC3aond21zhbP3kDb7v6hwwvO7ls",3359:"sha384-ivMHsbJjH48LA1NfAsWxI3v+1/q2en4wsrGV+vo+FYXL4s2064Jp871pm+TMAIpI",3521:"sha384-xTdlcr8AsCzX3Z0r1qA4fU3+k+SME6upF6zmsBsmGJWuaj2cWRvjjfylkeTpS6fy",3580:"sha384-SWms2IFsMmBTJiarc12cOUvXjB8SuPUiLFI7MP8oJeZ4CKqYsyXa+kGoDnKCOTAi",3594:"sha384-A/7zaZ42I6bDtUYApa5RPta5ZXZ2nJAl7aSwH+TWgim88Z0bQtIoCb/pXbUWxqs6",3620:"sha384-a3xRp37r1vdxi9tGlZKD6+pv8FFOwA7ZbHWkbY4L666BqEg2HLgQ/DhD4UJHaKUr",3829:"sha384-bfvtJ4+j/Su5Y2vdLCRciGI9VDGIfChw07CFpRAiYbQVklehkrlgV1jugiOfhLOr",3847:"sha384-P86PLiE7YFec/3B6CltIrM8hpzILVd5eaT2cz4UzF/qD+fVsaONlR2NBMDBiPtRI",4043:"sha384-qhhb/EPfFororJu2K2DhjE4eB+GG8gzedKEW6cs+J1AJqJVOIAOMf4TEypsvMiCe",4139:"sha384-yyvGjeljyhFOEMOQA1ACJR4EkBXPmvmTOSDIJl9zgsLvpd53/574ihg9RTVMhldO",4159:"sha384-EVIXN+BIwM9rap+HJ4m75yFbemhr5cIPPDEhT7x98K4W5SRMMeWI8UrG7OOWAhGF",4188:"sha384-Yepak5BNzshzdveZj/3/IOXJtIvPv++2+ubPrvJXBLmuhvJub1XFn9C6Q8jYW+Hr",4292:"sha384-9JP5gnm+aAgN3+7qv+MwFY37C1SZey4r9oCGrq/8ND9JGYQCUx8L+UsCAlZ/MMku",4364:"sha384-wRFI05t41AOZzm3m1peWNmWKBSKwD6PjfAYEbY1yUUo1ijo9UWM48S/IbuQb+afc",4467:"sha384-+V3zjLFHUXQ3ozYO5qtQdJCb/z8CzFChWlK9zwKoGaICP2lTDSxODBvmL/mcX5og",4550:"sha384-qzL0Ss3GFrMlwtKCZwSKjgArCqTPg9/69oubDWvHOw/1/M9haOnaG8WV/SAJnXsP",4551:"sha384-o284eZJ7e5xqIXmE1QkkICxhXk0KYslMaC/hXQZYujB7CmPXKSY4dlZUGZlcr0Uk",4623:"sha384-F5zlj6lqVEVTl4RtnsJJBeOnRR6LmoKAB79lHNJ2vgI98HYCXpm/FhGo61SgbOZO",4838:"sha384-KfqDCTnx5dQaH8TSplXulQu06xCBEiQyLyh12K/1LUrlyIKLnB8QOC1sDvj3erqy",4914:"sha384-HrGnVIO4Mp7IvAVns5dhbjlOkIFxRRiKHgqj6BeBzxFLcVYvbCZ0oAaW8m9HXk8N",5087:"sha384-tkJtQqh5UUGld55Yz3K1msGl62vFBOEDDE+194UiK6eqEpwJtZHNDbuyLtCeQB3M",5260:"sha384-mY5y0fLpCwRf5xoZ/ly88jnF+QPLs/SKwRjlg5f27Yr2eGx1h4kIVy4g7fC7aRa1",5263:"sha384-0lbB3hgW6rdPEqxn9BUpKmUhDXfXH1DD24yKc1prnG/w3mVMaljUqfzDeTvMS0o/",5348:"sha384-mL5WRg55NozQyhHgWVVxeGvTGiUAqqWdI6GEerPD2G8OSNVswsYHwG80F5Tes5yW",5375:"sha384-ypwtx258ifHnqBqEa2XifNQ6/UJAQ5jllwUE4NO4DlVYeFzP2oPc/AyBlti1n2oI",5414:"sha384-iPER4le3WeP5JdDcpm3z/okryL2y6/SB5cnW3u3pDdZvFpU4hvG9yNq6GBDKinNZ",5648:"sha384-IUgx2RtLGIRf4u17YDBTeb0RkJ+BP1BOsNcXKuwa6OeORU5mcWyqBl2ppxZzCNaa",5686:"sha384-X3Y6n4dAEkJ61BmQadeRj/wFCMk7c1+i2ggibBAmO4Fsk/tD0bcGHLHb295a1Ti1",5691:"sha384-RJlJn5qn0sfOuUeT8mSLuiSbvaMxxlugzKVDdiZU2vOKtDL0Nr1px6b8urwT+ejf",5695:"sha384-4d47LmXOz4nL0Era1mRmPykAsXy68wV9gFmmZCswJJ0PmcmUbeLuqo7F3I13idfA",5780:"sha384-XZlNLWqdKI9XivLdXo1bRUR4NRjo7X6ZTpwaieKIw5KLMAsefCvV+xlAWdzZTbWe",5966:"sha384-l51cC6eb8HCuM8hcUsiYIImBWv8hq2ePvYECJcD1GjnA81ikrlZfQtpYTz59wDsR",6028:"sha384-ndOblFRpPMmLTG4tFxOZYtq68pAB5bnv4JQzb8PAs+Rei5R3/i0uxYiLIOhuV/rI",6063:"sha384-Wd7ACSQLeYt3QQEiRKpy5RntumlJpWpeyIEnbZQpnGGio7bgUTz/46MgI7Qw4Pr6",6213:"sha384-dnEdCtYdu1CwKKMn2KetgZWdlrJlp9ltiftzNGd4dJfYJT32O0AjNcmXOBoiqlsW",6367:"sha384-8WnvNmiGS91y10aijUz/kj6KMA+Irxuy9yvL9W13KNvmFaM8k3EHo7ZuqdoGhg/E",6477:"sha384-sP9GWinuNEI5dZ7BPoOIiOCDR4a5v/EDY/wNL7EBe+EpEB8RavzkF7EXrX1fIRJZ",6558:"sha384-GJEwGNlZcXpgH/tqmi2TM76NDEeVn2Zw4X978YKA5PuU2xaKO2Y7Eg7PN57pJuAe",6618:"sha384-WzbA3JVcXknYEyBVSSpNKgtELWXsWv4Bw3z8nYfS49YRZx+P+EIISi+A9Q+p5nr3",6724:"sha384-k5li/73v2Poif+BpOmxuqnTW/VkmXWayPTJxOJQagpAzIA1pnTWavPPYCNu/7Uoa",6818:"sha384-mJb9T/KR3V1NtkEEwtU5gJoXTkGmln9FPpAuaDoF8qRm+RI3NRG9bB8H9G/0NXkg",6832:"sha384-wuxg3e13D2i8fvVGEJhKnbHX3SZxAOYwT8F/fBtBdfD0U+f+eJj4twKd5whD9F/7",6969:"sha384-GvgSON9eTPhJaP3XrOli1Ac6/0appZAbORF0/B8CZGDOuU4yB4uAddnp74TuTXOF",7079:"sha384-KY2bZoWzeJUeVSb+7oJN8ZmNy1FaMG+cOqfDGk9sKtaAZqcOjmojfPVjiZAeNM67",7092:"sha384-MZ/BtOOfa/gV/QxHZnbGu5RX7cSvN1NVFancKXj+j0Vext5zOO2uZiCJoDalbQ1f",7095:"sha384-radqvK4PlmoCzRfZ0O2fm/hi3UKp95V24QvjLpfth3kjxS9ZMAXw/5PdZK57J/Em",7163:"sha384-HwWv1yZVXSaFOWtk4xXokgSiyCvPRv3D/3J+WR87c1x+E/w2iQiBJ9LHNAerCKjr",7164:"sha384-S+qv0O7cj+QPhLe8yNk4m+8bckE76d12lvOvWktHth7QtcmdTnvKsrQwhtsKlBLn",7182:"sha384-NVHJsBVqtNrCRjxRFpHlaxbDGwhDd3ghNtv157+xiXSCTvQGEBJwToEejgAu/9Dk",7291:"sha384-lX0pzX5zjuoWuoRBywH4ZrmYAK1jrc2aXBDwbIrB0gfxTw+qVT1j9MmkiHkAwmMq",7299:"sha384-LDqqadWPWUbozWLONM4HiE/ylrsw3j0HmiUb03JqfWjhgYGi1QcuuCODnXK/PSxq",7326:"sha384-ymjyyr4SK+dYWoMa8fQOpAqu3NuFHF1smyiMwVB/w2KY4ubkvF73C6IRMSEgRekn",7362:"sha384-7KWRdug3+u5AXMs4VkRAno1ZeYtwiiJfBGFuo66SgKP/XAaqljMqP5G1ejnWLCyC",7470:"sha384-MoHyfVbC8I0c4sVULSN1iwBqF51j0OUB1hwUoxMHKCHEXPgs7i1snZqyvvjNqMMt",7565:"sha384-yWhbcJqLxF/mNiwM13hSma00WE1tdnazjwvIBf8qijqUVVHLAywm4wnJcMMdQCmV",7620:"sha384-h2VGXFpeMR2TpQJCvITEQDG8YwJwnTRkq+v46Pk7FBXo/HaIdD8FfIfmeh4mS/p4",7750:"sha384-0hwaHv95WRDHF3DAo4RB8hkL38iOfXXIZKcAdPStn2a9UYOur2K5TGtN67fhqkSa",7774:"sha384-/We84/U+7sD0EOP48oGJNsLiT+v3SNPTt5xjrkreUUatY8+4A2pRxR/yEfsUMIkH",7939:"sha384-O9dRq0pbJ2IFdOUKIYffQrNvqp/U5mvXnAsOGZz+nPoDU2nV+2faHSGzSBRsoQY3",7944:"sha384-GOWKDuQmUR9dOYDV+werikh6IIgjta58YOBd2OWRs/gkmzeD0r2O1KeB4VFTYLlF",8009:"sha384-puiUNfSynXsd7y14SXZQd5xEv1EgMZ/GGhLmzsBUDwfabjFdAdQjDqiTZuKAathS",8019:"sha384-FLGtZoC6HUa7a6OIXeInaRcN7zEhttVreAt+2EWvlevjvIVWhEj54YySg6agaUjd",8108:"sha384-Ym5yiZ6D0F7ts3edidq+2syyEXZj8sd2mAAUCjMwnSApsPG1cRRIOLlcu4rjrkhC",8202:"sha384-BRKjZ7Zq1Os6c1H/3mjHVlc1t55a9bfppj4u6xpGV/ynkfuZECa+wG6TpO8MfjwZ",8248:"sha384-xHMDxAmeM/wDPh1Msg2a2as+AMcXr30cySrHEIcSguHfvn6tnAC9kKSBX3buUVrF",8350:"sha384-BMOT5HLZbx6Ezm9YD/WYSQd56C5Rwto6dnvN5YRMar+ekAY29ljYQVvJfgMTiJOa",8399:"sha384-V4xQVtZEhcBwQhTlQE7DIVj6elmDbPEZTFi8vbHJrZZzcOitmG2SAT+N0VH2JtJy",8603:"sha384-dWyCMcxmIn97nYciuJq+BtQGNZJxa8exF5wLQB5m5riJYrDQYUXFaZ6vxVg31jAo",8634:"sha384-Zx33TFX+JfuKxh0k03LFoOrnBQ6ui0OxhF0ksWqlvtf+lu4CvH+x2Zj///WauUBe",8657:"sha384-0NY4U9YmrT4adaHkt151qs7JRwWQpabZdqXNmYKTqVcpOg1sDxvN/NZl+FPIhrzE",8689:"sha384-+aKRFPExjMYyfVBoRgl27CGIQn5AYJD9hlE9hJoWGUhKiRASFjGG7tIFgXVnMdC+",8712:"sha384-OrOnKXIcWIJ2iJahUd4Hswc9wdP69I/lzkr4079Lbm9scctDYUFBIEMNm3rsHlfS",8819:"sha384-CdGk+Bay6uMPKFEeYv0/TviLkGhfCh71mccTwn71xrvDfGvNvdo3SWbXXdBiI6P+",8822:"sha384-YaJRtN/mToZ9Nc1IM8YiI0gFTHkucUjwl3lPTQe5MN2pJsam6asvqIYJCWqSZ0mC",8884:"sha384-LNHwezXKkV2vFag9/SSAdwBN4jofeVd4QcCUd24U0BnPUgM5rWG88S5It2fKBpJZ",8961:"sha384-VE6LSibUfK9j3iiWWITNZ9/tsCvet3h0+vZ6uvtynI9jt4T6/pwD9i9esXjoFBIN",8968:"sha384-sJufCdrjrL+iucfosxjmEGP/FeJENtwX1JOv3uy5AGqDU4VOVg79rKRaqhjh/z8O",8983:"sha384-RPTfsq8geC6ZCyRVbca9SQgDXkrX45eXDr2keXAl4fyWNPMKIqnNmYgbVCikFC8B",9054:"sha384-3jTKWBfbDcxM80c1EiY728yNj6p7OMX+207tUVVlIg/nU+iHh+S/PUR3jwG+XNHy",9117:"sha384-DhpshZj6mQgZ8ObsKQSgyD0aKHCLkQb2M+SI3D+xPunCrwsmM7z4PhH0PAS9dc6N",9175:"sha384-xcIkoSTjxlyz5NMlZhqoEZR/+q3Mlf23FD4qLcjQJkD/Oe5zpxF77ZwrAs53FG/Y",9176:"sha384-4M2E/f51Y7BAL0nHG/HhXp+bbzgSGQIj9SBxvV0gL92Bv0b4lcl3H+zQ3xw7XrIe",9257:"sha384-tPgo3TRCxXVFq3ym1+TISMCqperpLWlX8VO9V1SQWCrUAAfV809wlMPVCI8CT0oK",9261:"sha384-1UC2Yfx8DYUzxDWVfOKmNnn8+ki8Lj7zY0VnDsgV1leHV6IZTPTYuktPmlFy1c9h",9265:"sha384-DWTjO3MT+abV/lEF39OBpBnIr8FlqUHCFWLrmME3hT+NANfhwhZM4OhYjRYTsIqW",9275:"sha384-5HCV/mUDSDhgp9l9oIj1OHJq62lRRix6XFDptIT+P4Q++mHXJLSLfZkWHW/e67/a",9365:"sha384-nYpDGnPpuHXYlkOJK3HJ4gL3R6ucMfZabuRDiO9dEMy/MxUk+Gg3qA2TenOzxrcD",9399:"sha384-oytv5je7piZ699f2oRh30RVUEGB0odeYJXXK9G+H8ivIXWSiLbBBRYbgUontfMyn",9446:"sha384-33Mm7lAOwzr+e7145RfGnXAWHn2bybNfA1YlUonPm0AsbSeVj5h5OYCuLyrNLVlp",9458:"sha384-SYGPBWqYotRYDs3V/1Vwb4Z4Leb6UBe7MUsZwt1PCFyMlgGT7VHalfMgbOMT2/EF",9522:"sha384-o4s+GQSH9x6mBd+uQpnCu39LQC24A5j1guphJ5Ub2dhllAZWmOyGseJC75GXA31i",9582:"sha384-igsW0OfdW2GnM8nwq4OHIo1cHpmuzqFKp/ddlxQyRxifFR9TxTIwy5Bek2FrtPt7",9585:"sha384-g3jWshcPTsZz/AuQvKSxgUDS9gewcV+6RGfNIaH6NVAHQbE4tb1OghBiby1rpVRb",9636:"sha384-ky8r6EUT8gRmzE6pX0J4tTuXwuwZ4v/iOhwVlxjF/rAdm1xHm74h0TjRDbmh9bx8",9708:"sha384-kqZoV7Prakehi4V0OemY4X6X9T/BWycjutizbxEx2yrAuFltdcjQlxJR9T58L7YI",9871:"sha384-eFBUdvzMAfqS1J6XvZvT7ces1M1+rRWCg2qLgyor8PENLqhp500g9ig7wTzRhn7Q",9894:"sha384-0JBTPf7Z5Fx3pyfX1P9i/wDPeOcrCl/3/8k0yayhOjfvmiQ+LAeEvxH0Zn549dT1",9970:"sha384-EnF/hnrY919XNCFHyhtScK4W6bC+pRBumkPmxHhBriggsqlnnEKN8VH87OlWAF1R",9990:"sha384-I0WOcaWNS2I7ZIzraGvbPSFCOiOVuuKcNz4Jj5SOcbI/wVNe0HZLJmB4eaGXYIHW"},(()=>{var e={5536:0};o.f.j=(t,n)=>{var r=o.o(e,t)?e[t]:void 0;if(0!==r)if(r)n.push(r[2]);else{var i=new Promise((n,o)=>r=e[t]=[n,o]);n.push(r[2]=i);var s=o.p+o.u(t),a=new Error;o.l(s,n=>{if(o.o(e,t)&&(0!==(r=e[t])&&(e[t]=void 0),r)){var i=n&&("load"===n.type?"missing":n.type),s=n&&n.target&&n.target.src;a.message="Loading chunk "+t+" failed.\n("+i+": "+s+")",a.name="ChunkLoadError",a.type=i,a.request=s,r[1](a)}},"chunk-"+t,t)}};var t=(t,n)=>{var r,i,[s,a,l]=n,c=0;if(s.some(t=>0!==e[t])){for(r in a)o.o(a,r)&&(o.m[r]=a[r]);l&&l(o)}for(t&&t(n);c<s.length;c++)i=s[c],o.o(e,i)&&e[i]&&e[i][0](),e[i]=0},n=self.webpackChunk_descope_web_components_ui=self.webpackChunk_descope_web_components_ui||[];n.forEach(t.bind(null,0)),n.push=t.bind(null,n.push.bind(n))})(),o(25990)})());
2
2
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@descope/web-components-ui",
3
- "version": "3.13.1",
3
+ "version": "3.13.2",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -52,10 +52,10 @@
52
52
  "webpack-cli": "^7.0.0",
53
53
  "webpack-dev-server": "^5.0.0",
54
54
  "webpack-subresource-integrity": "5.2.0-rc.1",
55
- "rollup-replace-plugin": "3.13.1",
56
- "test-drivers": "3.13.1",
57
- "webpack-extract-font-loader": "3.13.1",
58
- "webpack-replace-plugin": "3.13.1"
55
+ "rollup-replace-plugin": "3.13.2",
56
+ "test-drivers": "3.13.2",
57
+ "webpack-extract-font-loader": "3.13.2",
58
+ "webpack-replace-plugin": "3.13.2"
59
59
  },
60
60
  "dependencies": {
61
61
  "@vaadin/checkbox": "24.3.4",
@@ -79,40 +79,40 @@
79
79
  "libphonenumber-js": "^1.11.12",
80
80
  "lodash.debounce": "4.0.8",
81
81
  "lodash.merge": "4.6.2",
82
- "@descope-ui/descope-address-field": "3.13.1",
83
- "@descope-ui/descope-country-subdivision-city-field": "3.13.1",
84
- "@descope-ui/descope-apps-list": "3.13.1",
85
- "@descope-ui/descope-avatar": "3.13.1",
86
- "@descope-ui/descope-autocomplete-field": "3.13.1",
87
- "@descope-ui/descope-badge": "3.13.1",
88
- "@descope-ui/descope-collapsible-container": "3.13.1",
89
- "@descope-ui/descope-combo-box": "3.13.1",
90
- "@descope-ui/common": "3.13.1",
91
- "@descope-ui/descope-button": "3.13.1",
92
- "@descope-ui/descope-enriched-text": "3.13.1",
93
- "@descope-ui/descope-icon": "3.13.1",
94
- "@descope-ui/descope-image": "3.13.1",
95
- "@descope-ui/descope-link": "3.13.1",
96
- "@descope-ui/descope-list": "3.13.1",
97
- "@descope-ui/descope-month-day-field-picker": "3.13.1",
98
- "@descope-ui/descope-multi-line-mappings": "3.13.1",
99
- "@descope-ui/descope-multi-select-combo-box": "3.13.1",
100
- "@descope-ui/descope-outbound-app-button": "3.13.1",
101
- "@descope-ui/descope-outbound-apps": "3.13.1",
102
- "@descope-ui/descope-password-strength": "3.13.1",
103
- "@descope-ui/descope-ponyhot": "3.13.1",
104
- "@descope-ui/descope-month-day-field": "3.13.1",
105
- "@descope-ui/descope-recovery-codes": "3.13.1",
106
- "@descope-ui/descope-list-item": "3.13.1",
107
- "@descope-ui/descope-text-field": "3.13.1",
108
- "@descope-ui/descope-timer": "3.13.1",
109
- "@descope-ui/descope-timer-button": "3.13.1",
110
- "@descope-ui/descope-tooltip": "3.13.1",
111
- "@descope-ui/descope-text": "3.13.1",
112
- "@descope-ui/descope-attachment": "3.13.1",
113
- "@descope-ui/descope-user-passkeys": "3.13.1",
114
- "@descope-ui/descope-trusted-devices": "3.13.1",
115
- "@descope-ui/descope-anchored": "3.13.1"
82
+ "@descope-ui/common": "3.13.2",
83
+ "@descope-ui/descope-address-field": "3.13.2",
84
+ "@descope-ui/descope-apps-list": "3.13.2",
85
+ "@descope-ui/descope-country-subdivision-city-field": "3.13.2",
86
+ "@descope-ui/descope-autocomplete-field": "3.13.2",
87
+ "@descope-ui/descope-avatar": "3.13.2",
88
+ "@descope-ui/descope-badge": "3.13.2",
89
+ "@descope-ui/descope-button": "3.13.2",
90
+ "@descope-ui/descope-collapsible-container": "3.13.2",
91
+ "@descope-ui/descope-combo-box": "3.13.2",
92
+ "@descope-ui/descope-enriched-text": "3.13.2",
93
+ "@descope-ui/descope-icon": "3.13.2",
94
+ "@descope-ui/descope-image": "3.13.2",
95
+ "@descope-ui/descope-link": "3.13.2",
96
+ "@descope-ui/descope-list": "3.13.2",
97
+ "@descope-ui/descope-list-item": "3.13.2",
98
+ "@descope-ui/descope-month-day-field": "3.13.2",
99
+ "@descope-ui/descope-month-day-field-picker": "3.13.2",
100
+ "@descope-ui/descope-multi-line-mappings": "3.13.2",
101
+ "@descope-ui/descope-multi-select-combo-box": "3.13.2",
102
+ "@descope-ui/descope-outbound-app-button": "3.13.2",
103
+ "@descope-ui/descope-outbound-apps": "3.13.2",
104
+ "@descope-ui/descope-password-strength": "3.13.2",
105
+ "@descope-ui/descope-recovery-codes": "3.13.2",
106
+ "@descope-ui/descope-text": "3.13.2",
107
+ "@descope-ui/descope-ponyhot": "3.13.2",
108
+ "@descope-ui/descope-timer-button": "3.13.2",
109
+ "@descope-ui/descope-tooltip": "3.13.2",
110
+ "@descope-ui/descope-trusted-devices": "3.13.2",
111
+ "@descope-ui/descope-attachment": "3.13.2",
112
+ "@descope-ui/descope-timer": "3.13.2",
113
+ "@descope-ui/descope-user-passkeys": "3.13.2",
114
+ "@descope-ui/descope-anchored": "3.13.2",
115
+ "@descope-ui/descope-text-field": "3.13.2"
116
116
  },
117
117
  "overrides": {
118
118
  "@vaadin/avatar": "24.3.4",