@descope/web-component 0.1.0-alpha.9 → 0.1.0

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/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2023 Descope
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md CHANGED
@@ -47,7 +47,24 @@ render(){
47
47
  ### Run the demo app
48
48
 
49
49
  - Install dependencies - `npm i`
50
- - Edit the `src/app/index.html` - replace `<project-id>` and `<project-id>` with your project and a flow
50
+ - Create a `.env` file and add the following parameters:
51
+
52
+ ```env
53
+ // .env
54
+ DESCOPE_BASE_URL=<base-url>
55
+ DESCOPE_FLOW_ID=<flow-id>
56
+ DESCOPE_PROJECT_ID=<project-id>
57
+ ```
58
+
51
59
  - Run application - `npm run start`
52
60
 
53
61
  _TODO: we should host this file so it can be included without installing the package, once we will publish it to a public registry, we can also use unpkg.com/ to serve it_
62
+
63
+ ## Optional Attributes
64
+
65
+ | Attribute | Available options | Default value |
66
+ | ------------ | ----------------------------------------------------------------------------------------------------------------------- | ------------- |
67
+ | theme | **"light"** - Light theme</br>**"dark"** - Dark theme</br>**"os"** - Auto select a theme based on the OS theme settings | **light** |
68
+ | debug | **"true"** - Enable debugger</br>**"false"** - Disable debugger | **"false"** |
69
+ | telemetryKey | **String** - Telemetry public key provided by Descope Inc | **""** |
70
+ | | | |
@@ -0,0 +1 @@
1
+ import{S as e,_ as n,a as t}from"./index-c55a40df.js";const s=(e,n,t,s={})=>{var i,o,l,a;return[Math.min(Math.max(n,("all"===s.left?e.offsetWidth:null!==(i=s.left)&&void 0!==i?i:0)-e.offsetWidth),window.innerWidth-("all"===s.right?e.offsetWidth:null!==(o=s.right)&&void 0!==o?o:0)),Math.min(Math.max(t,("all"===s.top?e.offsetHeight:null!==(l=s.top)&&void 0!==l?l:0)-e.offsetHeight),window.innerHeight-("all"===s.bottom?e.offsetHeight:null!==(a=s.bottom)&&void 0!==a?a:0))]};var i,o,l,a,r,d,c,h,p,g;const f=document.createElement("template");f.innerHTML=`\n<style>\n .debugger {\n width: 300px;\n height: 200px;\n background-color: #FAFAFA;\n position: fixed;\n font-family: "Helvetica Neue", sans-serif;\n box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px;\n border-radius: 8px;\n overflow: hidden;\n border: 1px solid lightgrey;\n pointer-events: initial;\n display: flex;\n flex-direction: column;\n min-width: 200px;\n max-width: 600px;\n max-height: calc(100% - 64px);\n min-height: 200px;\n resize: both;\n }\n\n .header {\n padding: 8px 16px;\n display: flex;\n align-items: center;\n background-color: #EEEEEE;\n cursor: move;\n border-bottom: 1px solid #e0e0e0;\n }\n\n .content {\n font-size: 14px;\n flex-grow: 1;\n overflow: auto;\n }\n\n .msg {\n border-bottom: 1px solid lightgrey; \n padding: 8px 16px;\n display: flex;\n gap: 5px;\n background-color: #FAFAFA;\n }\n\n .msg.collapsible {\n cursor: pointer;\n }\n\n .empty-state {\n padding: 8px 16px;\n background-color: #FAFAFA;\n }\n \n\n .msg.collapsible:not(.collapsed) {\n background-color: #F5F5F5;\n }\n\n .msg_title {\n padding-bottom: 5px;\n display: flex;\n gap: 8px;\n font-weight: 500;\n }\n\n .msg svg {\n padding: 1px;\n flex-shrink: 0;\n margin-top: -2px;\n }\n\n .msg_content {\n overflow: hidden;\n flex-grow: 1;\n margin-right:5px;\n } \n\n .msg_desc {\n color: #646464;\n cursor: initial;\n } \n\n .msg.collapsed .msg_desc {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n\n .msg.collapsible.collapsed .chevron {\n transform: rotate(-45deg) translateX(-2px);\n }\n\n .msg.collapsible .chevron {\n content: "";\n width:6px;\n height:6px;\n border-bottom: 2px solid grey;\n border-right: 2px solid grey;\n transform: rotate(45deg) translateX(-1px);\n margin: 5px;\n flex-shrink:0;\n }\n</style>\n\n<div style="top:32px; left:${window.innerWidth-300-32}px;" class="debugger">\n <div class="header">\n <span>Debugger messages</span>\n </div>\n <div class="content">\n <div class="empty-state">\n No errors detected 👀\n </div>\n </div>\n</div>\n`;class m extends HTMLElement{constructor(){super(),i.add(this),o.set(this,new e({messages:[]})),l.set(this,void 0),a.set(this,void 0),r.set(this,void 0),d.set(this,{resize:n(this,i,"m",g).bind(this)}),this.attachShadow({mode:"open"}),this.shadowRoot.appendChild(f.content.cloneNode(!0)),t(this,l,this.shadowRoot.querySelector(".debugger"),"f"),t(this,a,n(this,l,"f").querySelector(".content"),"f"),t(this,r,n(this,l,"f").querySelector(".header"),"f")}updateData(e){n(this,o,"f").update((n=>({messages:n.messages.concat(e)})))}connectedCallback(){var e;((e,n,t)=>{let i=0,o=0,l=0,a=0;function r(n){n.preventDefault(),i=l-n.clientX,o=a-n.clientY,l=n.clientX,a=n.clientY;const[r,d]=s(e,e.offsetLeft-i,e.offsetTop-o,t);e.style.top=`${d}px`,e.style.left=`${r}px`}function d(){document.onmouseup=null,document.onmousemove=null}function c(e){e.preventDefault(),l=e.clientX,a=e.clientY,document.onmouseup=d,document.onmousemove=r}n?n.onmousedown=c:e.onmousedown=c})(n(this,l,"f"),n(this,r,"f"),{top:"all",bottom:100,left:100,right:100}),window.addEventListener("resize",n(this,d,"f").resize),(e=n(this,l,"f")).onmousemove=n=>{(n.target.w&&n.target.w!==n.target.offsetWidth||n.target.h&&n.target.h!==n.target.offsetHeight)&&e.onresize(n),n.target.w=n.target.offsetWidth,n.target.h=n.target.offsetHeight},n(this,l,"f").onresize=n(this,i,"m",p).bind(this),n(this,o,"f").subscribe(n(this,i,"m",c).bind(this))}disconnectedCallback(){n(this,o,"f").unsubscribeAll(),window.removeEventListener("resize",n(this,d,"f").resize)}}o=new WeakMap,l=new WeakMap,a=new WeakMap,r=new WeakMap,d=new WeakMap,i=new WeakSet,c=function(e){n(this,i,"m",h).call(this,e),n(this,i,"m",p).call(this)},h=function(e){n(this,a,"f").innerHTML=e.messages.map((e=>`\n <div class="msg">\n <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M5.99984 13.167L8.99984 10.167L11.9998 13.167L13.1665 12.0003L10.1665 9.00033L13.1665 6.00033L11.9998 4.83366L8.99984 7.83366L5.99984 4.83366L4.83317 6.00033L7.83317 9.00033L4.83317 12.0003L5.99984 13.167ZM8.99984 17.3337C7.84706 17.3337 6.76373 17.1148 5.74984 16.677C4.73595 16.2398 3.854 15.6462 3.104 14.8962C2.354 14.1462 1.76039 13.2642 1.32317 12.2503C0.885393 11.2364 0.666504 10.1531 0.666504 9.00033C0.666504 7.84755 0.885393 6.76421 1.32317 5.75033C1.76039 4.73644 2.354 3.85449 3.104 3.10449C3.854 2.35449 4.73595 1.7606 5.74984 1.32283C6.76373 0.885603 7.84706 0.666992 8.99984 0.666992C10.1526 0.666992 11.2359 0.885603 12.2498 1.32283C13.2637 1.7606 14.1457 2.35449 14.8957 3.10449C15.6457 3.85449 16.2393 4.73644 16.6765 5.75033C17.1143 6.76421 17.3332 7.84755 17.3332 9.00033C17.3332 10.1531 17.1143 11.2364 16.6765 12.2503C16.2393 13.2642 15.6457 14.1462 14.8957 14.8962C14.1457 15.6462 13.2637 16.2398 12.2498 16.677C11.2359 17.1148 10.1526 17.3337 8.99984 17.3337ZM8.99984 15.667C10.8609 15.667 12.4373 15.0212 13.729 13.7295C15.0207 12.4378 15.6665 10.8614 15.6665 9.00033C15.6665 7.13921 15.0207 5.56283 13.729 4.27116C12.4373 2.97949 10.8609 2.33366 8.99984 2.33366C7.13873 2.33366 5.56234 2.97949 4.27067 4.27116C2.979 5.56283 2.33317 7.13921 2.33317 9.00033C2.33317 10.8614 2.979 12.4378 4.27067 13.7295C5.56234 15.0212 7.13873 15.667 8.99984 15.667Z" fill="#ED404A"/>\n</svg>\n\n <div class="msg_content">\n <div class="msg_title">\n ${e.title}\n </div>\n <div class="msg_desc">\n ${e.description}\n </div>\n </div>\n <div class="chevron"></div>\n </div>\n `)).join("")},p=function(){n(this,a,"f").querySelectorAll(".msg").forEach((e=>{const n=e.querySelector(".msg_desc"),t=n.scrollWidth>n.clientWidth,s=n.clientHeight>20;t||s?(e.classList.add("collapsible"),e.onclick=n=>{n.target.classList.contains("msg_desc")||e.classList.toggle("collapsed")}):(e.classList.remove("collapsible"),e.onclick=null)}))},g=function(){const[e,t]=s(n(this,l,"f"),Number.parseInt(n(this,l,"f").style.left,10),Number.parseInt(n(this,l,"f").style.top,10),{top:"all",bottom:100,left:100,right:100});n(this,l,"f").style.top=`${t}px`,n(this,l,"f").style.left=`${e}px`},customElements.define("descope-debugger",m);export{m as default};
@@ -0,0 +1,2 @@
1
+ var t=function(){return t=Object.assign||function(t){for(var e,n=1,o=arguments.length;n<o;n++)for(var r in e=arguments[n])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},t.apply(this,arguments)};function e(t,e){var n={};for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&e.indexOf(o)<0&&(n[o]=t[o]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(t);r<o.length;r++)e.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(t,o[r])&&(n[o[r]]=t[o[r]])}return n}function n(t,e,n,o){return new(n||(n=Promise))((function(r,i){function s(t){try{l(o.next(t))}catch(t){i(t)}}function a(t){try{l(o.throw(t))}catch(t){i(t)}}function l(t){var e;t.done?r(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(s,a)}l((o=o.apply(t,e||[])).next())}))}function o(t,e,n,o){if("a"===n&&!o)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!o:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?o:"a"===n?o.call(t):o?o.value:e.get(t)}function r(t,e,n,o,r){if("m"===o)throw new TypeError("Private method is not writable");if("a"===o&&!r)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof e?t!==e||!r:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===o?r.call(t,n):r?r.value=n:e.set(t,n),n}const i="undefined"!=typeof localStorage,s=i&&localStorage.getItem("base.content.url")||"https://static.descope.com/pages",a="descope-login-flow",l="code",c="dls_last_auth",u="data-type",d="redirect",h="poll",p="webauthnCreate",f="webauthnGet",g="submit",v="polling";function b(t){return new URLSearchParams(window.location.search).get(t)}function y(t){if(window.history.replaceState&&b(t)){const e=new URL(window.location.href),n=new URLSearchParams(e.search);n.delete(t),e.search=n.toString(),window.history.replaceState({},"",e.toString())}}var m;function w(t,e){return n(this,void 0,void 0,(function*(){const n=yield fetch(t,{cache:"default"});if(!n.ok)throw Error(`Error fetching URL ${t}`);return n[e||"text"]()}))}!function(t){t.backward="backward",t.forward="forward"}(m||(m={}));function k(t,e){const n=new URL(s);return n.pathname=((...t)=>t.join("/").replace(/\/+/g,"/"))(n.pathname,t,"v2-alpha",e),n.toString()}function I(t,e){if(!Number.isNaN(t)&&!Number.isNaN(e))return t>e?m.forward:t<e?m.backward:void 0}const O=()=>{const[t="",e=""]=(b(a)||"").split("_");return{executionId:t,stepId:e}};function j(){y(a)}const S=t=>t.replace(/-./g,(t=>t[1].toUpperCase())),E=()=>{const{executionId:t,stepId:e}=O();(t||e)&&j();const n=b("t")||void 0;n&&y("t");const o=b(l)||void 0;o&&y(l);const r=b("err")||void 0;return r&&y("err"),{executionId:t,stepId:e,token:n,code:o,exchangeError:r}},_=t=>{let e,n;return(...o)=>{return e&&(i=o,(r=e).length===i.length&&r.every(((t,e)=>t===i[e])))||(e=o,n=t(...o)),n;var r,i}};var C,x,A,U;function P(t,e){const n=Object.getOwnPropertyNames(t),o=Object.getOwnPropertyNames(e);if(n.length!==o.length)return!1;for(let o=0;o<n.length;o+=1){const r=n[o],i=t[r],s=e[r];if("object"==typeof i&&"object"==typeof s){if(!P(i,s))return!1}else if(i!==s)return!1}return!0}class R{constructor(t={},{updateOnlyOnChange:e=!0}={}){C.set(this,void 0),x.set(this,{}),A.set(this,0),U.set(this,!1),this.update=t=>{const e="function"==typeof t?t(o(this,C,"f")):t,n=Object.assign(Object.assign({},o(this,C,"f")),e);if(!o(this,U,"f")||!P(o(this,C,"f"),n)){const t=o(this,C,"f");r(this,C,n,"f"),Object.freeze(o(this,C,"f")),setTimeout((()=>{Object.values(o(this,x,"f")).forEach((e=>e(n,t,((t,e)=>n=>t[n]!==e[n])(n,t))))}),0)}},r(this,C,t,"f"),r(this,U,e,"f")}get current(){return Object.assign({},o(this,C,"f"))}subscribe(t){return r(this,A,o(this,A,"f")+1,"f"),o(this,x,"f")[o(this,A,"f")]=t,o(this,A,"f").toString()}unsubscribe(t){const e=!!o(this,x,"f")[t];return e&&delete o(this,x,"f")[t],e}unsubscribeAll(){return r(this,x,{},"f"),!0}}C=new WeakMap,x=new WeakMap,A=new WeakMap,U=new WeakMap;const T=(t,e)=>{var n;((t,e,n="")=>{t.querySelectorAll(`[${u}="${e}"]`).forEach((t=>{t.textContent=n,t.classList[n?"remove":"add"]("hide")}))})(t,"error-message",null==e?void 0:e.errorText),((t,e)=>{Object.entries(e||{}).forEach((([e,n])=>{Array.from(t.querySelectorAll(`.descope-input[name="${e}"]`)).forEach((t=>{t.value=n}))}))})(t,null==e?void 0:e.inputs),((t,e)=>{t.querySelectorAll(`[${u}="totp-link"]`).forEach((t=>{t.href=e}))})(t,null===(n=null==e?void 0:e.totp)||void 0===n?void 0:n.provisionUrl),((t,e)=>{t.querySelectorAll(".descope-text,.descope-link").forEach((t=>{t.textContent=((t,e)=>t.replace(/{{(.+?)}}/g,((t,n)=>{return o=e,n.split(".").reduce(((t,e)=>(null==t?void 0:t[e])||""),o);var o})))(t.textContent,e)}))})(t,e)};function q(t){return n(this,void 0,void 0,(function*(){const e=function(t){var e;const n=JSON.parse(t);return n.publicKey.challenge=M(n.publicKey.challenge),n.publicKey.user.id=M(n.publicKey.user.id),null===(e=n.publicKey.excludeCredentials)||void 0===e||e.forEach((t=>{t.id=M(t.id)})),n}(t),n=yield navigator.credentials.create(e);return o=n,JSON.stringify({id:o.id,rawId:L(o.rawId),type:o.type,response:{attestationObject:L(o.response.attestationObject),clientDataJSON:L(o.response.clientDataJSON)}});var o}))}function D(t){return n(this,void 0,void 0,(function*(){const e=function(t){var e;const n=JSON.parse(t);return n.publicKey.challenge=M(n.publicKey.challenge),null===(e=n.publicKey.allowCredentials)||void 0===e||e.forEach((t=>{t.id=M(t.id)})),n}(t),n=yield navigator.credentials.get(e);return o=n,JSON.stringify({id:o.id,rawId:L(o.rawId),type:o.type,response:{authenticatorData:L(o.response.authenticatorData),clientDataJSON:L(o.response.clientDataJSON),signature:L(o.response.signature),userHandle:L(o.response.userHandle)}});var o}))}function M(t){const e=t.replace(/-/g,"+").replace(/_/g,"/");return Uint8Array.from(atob(e),(t=>t.charCodeAt(0))).buffer}function L(t){return btoa(String.fromCharCode.apply(null,new Uint8Array(t))).replace(/\+/g,"-").replace(/\//g,"_").replace(/=/g,"")}const N=_((()=>n(void 0,void 0,void 0,(function*(){if(!window.PublicKeyCredential||!PublicKeyCredential.isConditionalMediationAvailable||!PublicKeyCredential.isUserVerifyingPlatformAuthenticatorAvailable)return console.warn("webauthn","Conditional UI is not supported"),!1;try{return(yield Promise.all([PublicKeyCredential.isConditionalMediationAvailable(),PublicKeyCredential.isUserVerifyingPlatformAuthenticatorAvailable()])).every((t=>!!t))}catch(t){return console.warn("webauthn","Conditional login check failed",t),!1}}))));function K(t){this.message=t}K.prototype=new Error,K.prototype.name="InvalidCharacterError";var $="undefined"!=typeof window&&window.atob&&window.atob.bind(window)||function(t){var e=String(t).replace(/=+$/,"");if(e.length%4==1)throw new K("'atob' failed: The string to be decoded is not correctly encoded.");for(var n,o,r=0,i=0,s="";o=e.charAt(i++);~o&&(n=r%4?64*n+o:o,r++%4)?s+=String.fromCharCode(255&n>>(-2*r&6)):0)o="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".indexOf(o);return s};function J(t){this.message=t}function W(t,e){if("string"!=typeof t)throw new J("Invalid token specified");var n=!0===(e=e||{}).header?0:1;try{return JSON.parse(function(t){var e=t.replace(/-/g,"+").replace(/_/g,"/");switch(e.length%4){case 0:break;case 2:e+="==";break;case 3:e+="=";break;default:throw"Illegal base64url string!"}try{return function(t){return decodeURIComponent($(t).replace(/(.)/g,(function(t,e){var n=e.charCodeAt(0).toString(16).toUpperCase();return n.length<2&&(n="0"+n),"%"+n})))}(e)}catch(t){return $(e)}}(t.split(".")[n]))}catch(t){throw new J("Invalid token specified: "+t.message)}}J.prototype=new Error,J.prototype.name="InvalidTokenError";var F="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},H="__lodash_hash_undefined__",B="[object Function]",V="[object GeneratorFunction]",z=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,G=/^\w*$/,Z=/^\./,Q=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,X=/\\(\\)?/g,Y=/^\[object .+?Constructor\]$/,tt="object"==typeof F&&F&&F.Object===Object&&F,et="object"==typeof self&&self&&self.Object===Object&&self,nt=tt||et||Function("return this")();var ot,rt=Array.prototype,it=Function.prototype,st=Object.prototype,at=nt["__core-js_shared__"],lt=(ot=/[^.]+$/.exec(at&&at.keys&&at.keys.IE_PROTO||""))?"Symbol(src)_1."+ot:"",ct=it.toString,ut=st.hasOwnProperty,dt=st.toString,ht=RegExp("^"+ct.call(ut).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),pt=nt.Symbol,ft=rt.splice,gt=Et(nt,"Map"),vt=Et(Object,"create"),bt=pt?pt.prototype:void 0,yt=bt?bt.toString:void 0;function mt(t){var e=-1,n=t?t.length:0;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}function wt(t){var e=-1,n=t?t.length:0;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}function kt(t){var e=-1,n=t?t.length:0;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}function It(t,e){for(var n,o,r=t.length;r--;)if((n=t[r][0])===(o=e)||n!=n&&o!=o)return r;return-1}function Ot(t,e){var n;e=function(t,e){if(At(t))return!1;var n=typeof t;if("number"==n||"symbol"==n||"boolean"==n||null==t||Pt(t))return!0;return G.test(t)||!z.test(t)||null!=e&&t in Object(e)}(e,t)?[e]:At(n=e)?n:_t(n);for(var o=0,r=e.length;null!=t&&o<r;)t=t[Ct(e[o++])];return o&&o==r?t:void 0}function jt(t){if(!Ut(t)||(e=t,lt&&lt in e))return!1;var e,n=function(t){var e=Ut(t)?dt.call(t):"";return e==B||e==V}(t)||function(t){var e=!1;if(null!=t&&"function"!=typeof t.toString)try{e=!!(t+"")}catch(t){}return e}(t)?ht:Y;return n.test(function(t){if(null!=t){try{return ct.call(t)}catch(t){}try{return t+""}catch(t){}}return""}(t))}function St(t,e){var n,o,r=t.__data__;return("string"==(o=typeof(n=e))||"number"==o||"symbol"==o||"boolean"==o?"__proto__"!==n:null===n)?r["string"==typeof e?"string":"hash"]:r.map}function Et(t,e){var n=function(t,e){return null==t?void 0:t[e]}(t,e);return jt(n)?n:void 0}mt.prototype.clear=function(){this.__data__=vt?vt(null):{}},mt.prototype.delete=function(t){return this.has(t)&&delete this.__data__[t]},mt.prototype.get=function(t){var e=this.__data__;if(vt){var n=e[t];return n===H?void 0:n}return ut.call(e,t)?e[t]:void 0},mt.prototype.has=function(t){var e=this.__data__;return vt?void 0!==e[t]:ut.call(e,t)},mt.prototype.set=function(t,e){return this.__data__[t]=vt&&void 0===e?H:e,this},wt.prototype.clear=function(){this.__data__=[]},wt.prototype.delete=function(t){var e=this.__data__,n=It(e,t);return!(n<0)&&(n==e.length-1?e.pop():ft.call(e,n,1),!0)},wt.prototype.get=function(t){var e=this.__data__,n=It(e,t);return n<0?void 0:e[n][1]},wt.prototype.has=function(t){return It(this.__data__,t)>-1},wt.prototype.set=function(t,e){var n=this.__data__,o=It(n,t);return o<0?n.push([t,e]):n[o][1]=e,this},kt.prototype.clear=function(){this.__data__={hash:new mt,map:new(gt||wt),string:new mt}},kt.prototype.delete=function(t){return St(this,t).delete(t)},kt.prototype.get=function(t){return St(this,t).get(t)},kt.prototype.has=function(t){return St(this,t).has(t)},kt.prototype.set=function(t,e){return St(this,t).set(t,e),this};var _t=xt((function(t){var e;t=null==(e=t)?"":function(t){if("string"==typeof t)return t;if(Pt(t))return yt?yt.call(t):"";var e=t+"";return"0"==e&&1/t==-1/0?"-0":e}(e);var n=[];return Z.test(t)&&n.push(""),t.replace(Q,(function(t,e,o,r){n.push(o?r.replace(X,"$1"):e||t)})),n}));function Ct(t){if("string"==typeof t||Pt(t))return t;var e=t+"";return"0"==e&&1/t==-1/0?"-0":e}function xt(t,e){if("function"!=typeof t||e&&"function"!=typeof e)throw new TypeError("Expected a function");var n=function(){var o=arguments,r=e?e.apply(this,o):o[0],i=n.cache;if(i.has(r))return i.get(r);var s=t.apply(this,o);return n.cache=i.set(r,s),s};return n.cache=new(xt.Cache||kt),n}xt.Cache=kt;var At=Array.isArray;function Ut(t){var e=typeof t;return!!t&&("object"==e||"function"==e)}function Pt(t){return"symbol"==typeof t||function(t){return!!t&&"object"==typeof t}(t)&&"[object Symbol]"==dt.call(t)}var Rt=function(t,e,n){var o=null==t?void 0:Ot(t,e);return void 0===o?n:o},Tt="/v1/auth/accesskey/exchange",qt="/v1/auth/otp/verify",Dt="/v1/auth/otp/signin",Mt="/v1/auth/otp/signup",Lt={email:"/v1/auth/otp/update/email",phone:"/v1/auth/otp/update/phone"},Nt="/v1/auth/otp/signup-in",Kt="/v1/auth/magiclink/verify",$t="/v1/auth/magiclink/signin",Jt="/v1/auth/magiclink/signup",Wt={email:"/v1/auth/magiclink/update/email",phone:"/v1/auth/magiclink/update/phone"},Ft="/v1/auth/magiclink/signup-in",Ht="/v1/auth/enchantedlink/verify",Bt="/v1/auth/enchantedlink/signin",Vt="/v1/auth/enchantedlink/signup",zt="/v1/auth/enchantedlink/pending-session",Gt={email:"/v1/auth/enchantedlink/update/email"},Zt="/v1/auth/enchantedlink/signup-in",Qt="/v1/auth/oauth/authorize",Xt="/v1/auth/oauth/exchange",Yt="/v1/auth/saml/authorize",te="/v1/auth/saml/exchange",ee="/v1/auth/totp/verify",ne="/v1/auth/totp/signup",oe="/v1/auth/totp/update",re={start:"/v1/auth/webauthn/signup/start",finish:"/v1/auth/webauthn/signup/finish"},ie={start:"/v1/auth/webauthn/signin/start",finish:"/v1/auth/webauthn/signin/finish"},se={start:"/v1/auth/webauthn/signup-in/start"},ae={start:"v1/auth/webauthn/update/start",finish:"/v1/auth/webauthn/update/finish"},le="/v1/auth/refresh",ce="/v1/auth/logout",ue="/v1/auth/logoutall",de="/v1/auth/me",he="/v1/flow/start",pe="/v1/flow/next";const fe=()=>{const t={};return{headers(e){const n="function"==typeof e.entries?Object.fromEntries(e.entries()):e;return t.Headers=JSON.stringify(n),this},body(e){return t.Body=e,this},url(e){return t.Url=e.toString(),this},method(e){return t.Method=e,this},title(e){return t.Title=e,this},status(e){return t.Status=e,this},build:()=>Object.keys(t).flatMap((e=>t[e]?[`${"Title"!==e?`${e}: `:""}${t[e]}`]:[])).join("\n")}};var ge;!function(t){t.get="GET",t.delete="DELETE",t.post="POST",t.put="PUT"}(ge||(ge={}));const ve=(...t)=>new Headers(t.reduce(((t,e)=>{const n=(t=>Array.isArray(t)?t:t instanceof Headers?Array.from(t.entries()):t?Object.entries(t):[])(e);return n.reduce(((e,[n,o])=>(t[n]=o,t)),t),t}),{})),be=t=>void 0===t?void 0:JSON.stringify(t),ye=(t,e="")=>{let n=t;return e&&(n=n+":"+e),{Authorization:`Bearer ${n}`}},me=({baseUrl:t,projectId:e,baseConfig:n,logger:o,hooks:r,cookiePolicy:i})=>{const s=((t,e)=>{const n=e||fetch;return n||null==t||t.warn("Fetch is not defined, you will not be able to send http requests, if you are running in a test, make sure fetch is defined globally"),t?async(...e)=>{if(!n)throw Error("Cannot send http request, fetch is not defined, if you are running in a test, make sure fetch is defined globally");t.log((t=>fe().title("Request").url(t[0]).method(t[1].method).headers(t[1].headers).body(t[1].body).build())(e));const o=await n(...e);return t[o.ok?"log":"error"](await(async t=>{const e=await(t.clone?t.clone().text():t.text());return t.text=()=>Promise.resolve(e),t.json=()=>Promise.resolve(JSON.parse(e)),fe().title("Response").url(t.url.toString()).status(`${t.status} ${t.statusText}`).headers(t.headers).body(e).build()})(o)),o}:n})(o),a=async o=>{const a=(null==r?void 0:r.beforeRequest)?r.beforeRequest(o):o,{path:l,body:c,headers:u,queryParams:d,method:h,token:p}=a,f=await s((({path:t,baseUrl:e,queryParams:n})=>{const o=new URL(t,e);return n&&(o.search=new URLSearchParams(n).toString()),o})({path:l,baseUrl:t,queryParams:d}),{headers:ve(ye(e,p),{"x-descope-sdk-name":"core-js","x-descope-sdk-version":"0.0.41-alpha.55"},(null==n?void 0:n.baseHeaders)||{},u),method:h,body:be(c),credentials:i||"include"});return(null==r?void 0:r.afterRequest)&&await r.afterRequest(o,null==f?void 0:f.clone()),f};return{get:(t,{headers:e,queryParams:n,token:o}={})=>a({path:t,headers:e,queryParams:n,body:void 0,method:ge.get,token:o}),post:(t,e,{headers:n,queryParams:o,token:r}={})=>a({path:t,headers:n,queryParams:o,body:e,method:ge.post,token:r}),put:(t,e,{headers:n,queryParams:o,token:r}={})=>a({path:t,headers:n,queryParams:o,body:e,method:ge.put,token:r}),delete:(t,e,{headers:n,queryParams:o,token:r}={})=>a({path:t,headers:n,queryParams:o,body:e,method:ge.delete,token:r}),hooks:r}};var we=429;function ke(t,e,n){var o;let r=Ie(t);e&&(r=null===(o=null==r?void 0:r.tenants)||void 0===o?void 0:o[e]);const i=null==r?void 0:r[n];return Array.isArray(i)?i:[]}function Ie(t){if("string"!=typeof t||!t)throw new Error("Invalid token provided");return W(t)}function Oe(t){const{exp:e}=Ie(t);return(new Date).getTime()/1e3>e}function je(t,e){return ke(t,e,"permissions")}function Se(t,e){return ke(t,e,"roles")}const Ee=(...t)=>t.join("/").replace(/\/{2,}/g,"/");async function _e(t,e){var n;const o=await t,r={code:o.status,ok:o.ok,response:o},i=await o.clone().json();return o.ok?r.data=e?e(i):i:(r.error=i,o.status===we&&Object.assign(r.error,{retryAfter:Number.parseInt(null===(n=o.headers)||void 0===n?void 0:n.get("retry-after"))||0})),r}const Ce=(t,e)=>(n=e)=>e=>!t(e)&&n.replace("{val}",e),xe=(...t)=>({validate:e=>(t.forEach((t=>{const n=t(e);if(n)throw new Error(n)})),!0)}),Ae=t=>e=>t.test(e),Ue=Ae(/^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$/),Pe=Ae(/^\+[1-9]{1}[0-9]{3,14}$/),Re=Ce(Ue,'"{val}" is not a valid email'),Te=Ce(Pe,'"{val}" is not a valid phone number'),qe=Ce((1,t=>t.length>=1),"Minimum length is 1");const De=Ce((t=>"string"==typeof t),"Input is not a string"),Me=(...t)=>e=>(...n)=>(t.forEach(((t,e)=>xe(...t).validate(n[e]))),e(...n)),Le=t=>[De(`"${t}" must be a string`),qe(`"${t}" must not be empty`)],Ne=t=>[De(`"${t}" must be a string`),Re()],Ke=t=>[De(`"${t}" must be a string`),Te()],$e=Me(Le("accessKey")),Je=t=>({exchange:$e((e=>_e(t.post(Tt,{},{token:e}))))});var We,Fe,He,Be;!function(t){t.sms="sms",t.whatsapp="whatsapp"}(We||(We={})),function(t){t.email="email",t.sms="sms",t.whatsapp="whatsapp"}(Fe||(Fe={})),function(t){t.waiting="waiting",t.running="running",t.completed="completed",t.failed="failed"}(He||(He={})),function(t){t.signUp="signup",t.signIn="signin",t.verify="verify"}(Be||(Be={}));const Ve=Le("loginId"),ze=Le("uri"),Ge=Me(Le("token")),Ze=Me(Ve,ze),Qe=Me(Le("pendingRef")),Xe=Me(Ve,Ne("email"),ze),Ye=t=>({verify:Ge((e=>_e(t.post(Ht,{token:e})))),signIn:Ze(((e,n,o,r)=>_e(t.post(Ee(Bt,Fe.email),{loginId:e,URI:n,loginOptions:o},{token:r})))),signUpOrIn:Ze(((e,n)=>_e(t.post(Ee(Zt,Fe.email),{loginId:e,URI:n})))),signUp:Ze(((e,n,o)=>_e(t.post(Ee(Vt,Fe.email),{loginId:e,URI:n,user:o})))),waitForSession:Qe(((e,n)=>new Promise((o=>{const{pollingIntervalMs:r,timeoutMs:i}=(({pollingIntervalMs:t=1e3,timeoutMs:e=6e5}={})=>({pollingIntervalMs:Math.max(t||1e3,1e3),timeoutMs:Math.min(e||6e5,6e5)}))(n);let s;const a=setInterval((async()=>{const n=await t.post(zt,{pendingRef:e});n.ok&&(clearInterval(a),s&&clearTimeout(s),o(_e(Promise.resolve(n))))}),r);s=setTimeout((()=>{o({error:{errorDescription:`Session polling timeout exceeded: ${i}ms`,errorCode:"0"},ok:!1}),clearInterval(a)}),i)})))),update:{email:Xe(((e,n,o,r)=>_e(t.post(Gt.email,{loginId:e,email:n,URI:o},{token:r}))))}}),tn=Me(Le("flowId")),en=Me(Le("executionId"),Le("stepId"),Le("interactionId")),nn=t=>({start:tn(((e,n,o,r,i)=>_e(t.post(he,{flowId:e,options:n,conditionInteractionId:o,interactionId:r,input:i})))),next:en(((e,n,o,r)=>_e(t.post(pe,{executionId:e,stepId:n,interactionId:o,input:r}))))}),on=Le("loginId"),rn=Le("uri"),sn=Me(Le("token")),an=Me(on,rn),ln=Me(on,Ke("phone"),rn),cn=Me(on,Ne("email"),rn),un=t=>({verify:sn((e=>_e(t.post(Kt,{token:e})))),signIn:Object.keys(Fe).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:an(((e,o,r,i)=>_e(t.post(Ee($t,n),{loginId:e,URI:o,loginOptions:r},{token:i}))))})),{}),signUp:Object.keys(Fe).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:an(((e,o,r)=>_e(t.post(Ee(Jt,n),{loginId:e,URI:o,user:r}))))})),{}),signUpOrIn:Object.keys(Fe).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:an(((e,o)=>_e(t.post(Ee(Ft,n),{loginId:e,URI:o}))))})),{}),update:{email:cn(((e,n,o,r)=>_e(t.post(Wt.email,{loginId:e,email:n,URI:o},{token:r})))),phone:Object.keys(We).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:ln(((e,o,r,i)=>_e(t.post(Ee(Wt.phone,n),{loginId:e,phone:o,URI:r},{token:i}))))})),{})}});var dn;!function(t){t.facebook="facebook",t.github="github",t.google="google",t.microsoft="microsoft",t.gitlab="gitlab",t.apple="apple",t.discord="discord",t.linkedin="linkedin"}(dn||(dn={}));const hn=Me(Le("code")),pn=t=>({start:Object.keys(dn).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:async(e,{redirect:o=!1}={},r,i)=>{const s=await t.post(Qt,r||{},{queryParams:Object.assign({provider:n},e&&{redirectURL:e}),token:i});if(!o||!s.ok)return _e(Promise.resolve(s));const{url:a}=await s.json();window.location.href=a}})),{}),exchange:hn((e=>_e(t.post(Xt,{code:e}))))});var fn;!function(t){t.signUp="signup",t.signIn="signin",t.verify="verify",t.updatePhone="updatePhone"}(fn||(fn={}));const gn=Le("loginId"),vn=Me(gn,Le("code")),bn=Me(gn),yn=Me(gn,Ke("phone")),mn=Me(gn,Ne("email")),wn=t=>({verify:Object.keys(Fe).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:vn(((e,o)=>_e(t.post(Ee(qt,n),{code:o,loginId:e}))))})),{}),signIn:Object.keys(Fe).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:bn(((e,o,r)=>_e(t.post(Ee(Dt,n),{loginId:e,loginOptions:o},{token:r}))))})),{}),signUp:Object.keys(Fe).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:bn(((e,o)=>_e(t.post(Ee(Mt,n),{loginId:e,user:o}))))})),{}),signUpOrIn:Object.keys(Fe).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:bn((e=>_e(t.post(Ee(Nt,n),{loginId:e}))))})),{}),update:{email:mn(((e,n,o)=>_e(t.post(Lt.email,{loginId:e,email:n},{token:o})))),phone:Object.keys(We).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:yn(((e,o,r)=>_e(t.post(Ee(Lt.phone,n),{loginId:e,phone:o},{token:r}))))})),{})}}),kn=Me(Le("tenant")),In=Me(Le("code")),On=t=>({start:kn((async(e,n,{redirect:o=!1}={},r,i)=>{const s=await t.post(Yt,r||{},{queryParams:{tenant:e,redirectURL:n},token:i});if(!o||!s.ok)return _e(Promise.resolve(s));const{url:a}=await s.json();window.location.href=a})),exchange:In((e=>_e(t.post(te,{code:e}))))}),jn=Le("loginId"),Sn=Me(jn,Le("code")),En=Me(jn),_n=Me(jn),Cn=t=>({signUp:En(((e,n)=>_e(t.post(ne,{loginId:e,user:n})))),verify:Sn(((e,n,o,r)=>_e(t.post(ee,{loginId:e,code:n,loginOptions:o},{token:r})))),update:_n(((e,n)=>_e(t.post(oe,{loginId:e},{token:n}))))}),xn=[De('"loginId" must be a string')],An=Le("loginId"),Un=Le("origin"),Pn=Me(An,Un,Le("name")),Rn=Me(An,Un),Tn=Me(xn,Un),qn=Me(An,Un,Le("token")),Dn=Me(Le("transactionId"),Le("response")),Mn=t=>({signUp:{start:Pn(((e,n,o)=>_e(t.post(re.start,{user:{loginId:e,name:o},origin:n})))),finish:Dn(((e,n)=>_e(t.post(re.finish,{transactionId:e,response:n}))))},signIn:{start:Tn(((e,n,o,r)=>_e(t.post(ie.start,{loginId:e,origin:n,loginOptions:o},{token:r})))),finish:Dn(((e,n)=>_e(t.post(ie.finish,{transactionId:e,response:n}))))},signUpOrIn:{start:Rn(((e,n)=>_e(t.post(se.start,{loginId:e,origin:n}))))},update:{start:qn(((e,n,o)=>_e(t.post(ae.start,{loginId:e,origin:n},{token:o})))),finish:Dn(((e,n)=>_e(t.post(ae.finish,{transactionId:e,response:n}))))}}),Ln=Me(Le("token"));var Nn,Kn=Me([("projectId",Nn=Le("projectId"),Ce(((t,e)=>n=>xe(...e).validate(Rt(n,t)))("projectId",Nn))())])((t=>{var e,n;const o=[].concat((null===(e=t.hooks)||void 0===e?void 0:e.beforeRequest)||[]),r=[].concat((null===(n=t.hooks)||void 0===n?void 0:n.afterRequest)||[]);return(({projectId:t,logger:e,baseUrl:n,hooks:o,cookiePolicy:r,baseHeaders:i={}})=>{return s=me({baseUrl:n||"https://api.descope.com",projectId:t,logger:e,hooks:o,cookiePolicy:r,baseConfig:{baseHeaders:i}}),{accessKey:Je(s),otp:wn(s),magicLink:un(s),enchantedLink:Ye(s),oauth:pn(s),saml:On(s),totp:Cn(s),webauthn:Mn(s),flow:nn(s),refresh:t=>_e(s.post(le,{},{token:t})),logout:t=>_e(s.post(ce,{},{token:t})),logoutAll:t=>_e(s.post(ue,{},{token:t})),me:t=>_e(s.get(de,{token:t})),isJwtExpired:Ln(Oe),getJwtPermissions:Ln(je),getJwtRoles:Ln(Se),httpClient:s};var s})(Object.assign(Object.assign({},t),{hooks:{beforeRequest:t=>null==o?void 0:o.reduce(((t,e)=>e(t)),t),afterRequest:async(e,n)=>{(await Promise.allSettled(null==r?void 0:r.map((t=>t(e,null==n?void 0:n.clone()))))).forEach((e=>{var n;return"rejected"===e.status&&(null===(n=t.logger)||void 0===n?void 0:n.error(e.reason))}))}}}))}));const $n=(t,e,n)=>(e.forEach((e=>{const o=e.split(".");let r=o.shift(),i=t;for(;o.length>0;){if(i=i[r],!r||!i)throw Error(`Invalid path "${e}", "${r}" is missing or has no value`);r=o.shift()}if("function"!=typeof i[r])throw Error(`"${e}" is not a function`);const s=i[r];i[r]=n(s)})),t);var Jn=Object.assign(Kn,{DeliveryMethods:Fe});function Wn(t,e){var n=[];return function(t,e){var n,o,r=(o=function(){for(var t=0,e=0,n=arguments.length;e<n;e++)t+=arguments[e].length;var o=Array(t),r=0;for(e=0;e<n;e++)for(var i=arguments[e],s=0,a=i.length;s<a;s++,r++)o[r]=i[s];return o}(t),{current:function(){return o[0]},postpone:function(){var t=o.shift();void 0!==t&&o.push(t)},exclude:function(){o.shift()}}),i=(100,3e3,n=0,function(){return Math.random()*Math.min(3e3,100*Math.pow(2,n++))}),s=r.current();if(void 0===s)return Promise.reject(new TypeError("The list of script URL patterns is empty"));var a=function(t,n){return e(t).catch((function(t){if(n+1>=5)throw t;!function(t){if(!(t instanceof Error))return!1;var e=t.message;return"Blocked by CSP"===e||"9319"===e}(t)?r.postpone():r.exclude();var e,o=r.current();if(void 0===o)throw t;return(e=i(),new Promise((function(t){return setTimeout(t,e)}))).then((function(){return a(o,n+1)}))}))};return a(s,0)}(t,(function(t){var o=new Date,r=function(){return n.push({url:t,startedAt:o,finishedAt:new Date})},i=e(t);return i.then(r,r),i})).then((function(t){return[t,{attempts:n}]}))}var Fn="Failed to load the JS script of the agent";function Hn(n){var o;n.scriptUrlPattern;var r=n.token,i=n.apiKey,s=void 0===i?r:i,a=e(n,["scriptUrlPattern","token","apiKey"]),l=null!==(o=function(t,e){return function(t,e){return Object.prototype.hasOwnProperty.call(t,e)}(t,e)?t[e]:void 0}(n,"scriptUrlPattern"))&&void 0!==o?o:"https://fpnpmcdn.net/v<version>/<apiKey>/loader_v<loaderVersion>.js";return Promise.resolve().then((function(){if(!s||"string"!=typeof s)throw new Error("API key required");return Wn(function(t,e){return(Array.isArray(t)?t:[t]).map((function(t){return function(t,e){var n=encodeURIComponent;return t.replace(/<[^<>]+>/g,(function(t){return"<version>"===t?"3":"<apiKey>"===t?n(e):"<loaderVersion>"===t?n("3.8.1"):t}))}(String(t),e)}))}(l,s),Bn).catch(zn)})).then((function(e){var n=e[0],o=e[1];return n.load(t(t({},a),{ldi:o}))}))}function Bn(t){return function(t,e,n,o){var r,i=document,s="securitypolicyviolation",a=function(e){var n=new URL(t,location.href),o=e.blockedURI;o!==n.href&&o!==n.protocol.slice(0,-1)&&o!==n.origin||(r=e,l())};i.addEventListener(s,a);var l=function(){return i.removeEventListener(s,a)};return Promise.resolve().then(e).then((function(t){return l(),t}),(function(t){return new Promise((function(t){return setTimeout(t)})).then((function(){if(l(),r)return function(){throw new Error("Blocked by CSP")}();throw t}))}))}(t,(function(){return function(t){return new Promise((function(e,n){var o=document.createElement("script"),r=function(){var t;return null===(t=o.parentNode)||void 0===t?void 0:t.removeChild(o)},i=document.head||document.getElementsByTagName("head")[0];o.onload=function(){r(),e()},o.onerror=function(){r(),n(new Error(Fn))},o.async=!0,o.src=t,i.appendChild(o)}))}(t)})).then(Vn)}function Vn(){var t=window,e="__fpjs_p_l_b",n=t[e];if(function(t,e){var n,o=null===(n=Object.getOwnPropertyDescriptor)||void 0===n?void 0:n.call(Object,t,e);(null==o?void 0:o.configurable)?delete t[e]:o&&!o.writable||(t[e]=void 0)}(t,e),"function"!=typeof(null==n?void 0:n.load))throw new Error("9319");return n}function zn(t){throw t instanceof Error&&"9319"===t.message?new Error(Fn):t}
2
+ /*! js-cookie v3.0.1 | MIT */function Gn(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var o in n)t[o]=n[o]}return t}var Zn=function t(e,n){function o(t,o,r){if("undefined"!=typeof document){"number"==typeof(r=Gn({},n,r)).expires&&(r.expires=new Date(Date.now()+864e5*r.expires)),r.expires&&(r.expires=r.expires.toUTCString()),t=encodeURIComponent(t).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape);var i="";for(var s in r)r[s]&&(i+="; "+s,!0!==r[s]&&(i+="="+r[s].split(";")[0]));return document.cookie=t+"="+e.write(o,t)+i}}return Object.create({set:o,get:function(t){if("undefined"!=typeof document&&(!arguments.length||t)){for(var n=document.cookie?document.cookie.split("; "):[],o={},r=0;r<n.length;r++){var i=n[r].split("="),s=i.slice(1).join("=");try{var a=decodeURIComponent(i[0]);if(o[a]=e.read(s,a),t===a)break}catch(t){}}return t?o[t]:o}},remove:function(t,e){o(t,"",Gn({},e,{expires:-1}))},withAttributes:function(e){return t(this.converter,Gn({},this.attributes,e))},withConverter:function(e){return t(Gn({},this.converter,e),this.attributes)}},{attributes:{value:Object.freeze(n)},converter:{value:Object.freeze(e)}})}({read:function(t){return'"'===t[0]&&(t=t.slice(1,-1)),t.replace(/(%[\dA-F]{2})+/gi,decodeURIComponent)},write:function(t){return encodeURIComponent(t).replace(/%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,decodeURIComponent)}},{path:"/"});const Qn=(t,e)=>{var n;return["beforeRequest","afterRequest"].reduce(((n,o)=>{var r;return n[o]=[].concat((null===(r=t.hooks)||void 0===r?void 0:r[o])||[]).concat((null==e?void 0:e[o])||[]),n}),null!==(n=t.hooks)&&void 0!==n?n:t.hooks={}),t},Xn=async t=>{if(!(null==t?void 0:t.ok))return{};const e=await(null==t?void 0:t.clone().json());return(null==e?void 0:e.authInfo)||e||{}},Yn=async t=>{const e=await Xn(t);return(null==e?void 0:e.user)||((null==e?void 0:e.hasOwnProperty("userId"))?e:void 0)},to="undefined"!=typeof localStorage,eo=(t,e)=>to&&(null===localStorage||void 0===localStorage?void 0:localStorage.setItem(t,e)),no=t=>to&&(null===localStorage||void 0===localStorage?void 0:localStorage.getItem(t)),oo=t=>to&&(null===localStorage||void 0===localStorage?void 0:localStorage.removeItem(t)),ro="undefined"!=typeof window,io=ro&&(null===localStorage||void 0===localStorage?void 0:localStorage.getItem("fingerprint.endpoint.url"))||"https://fp.descope.com",so=(t="",e="")=>({vsid:t,vrid:e}),ao=(t=!1)=>{const e=localStorage.getItem("fp");if(!e)return null;const n=JSON.parse(e);return(new Date).getTime()>n.expiry&&!t?null:n.value},lo=t=>(t.body&&(t.body.fpData=ao(!0)||so()),t),co=()=>no("dls_last_user_login_id"),uo=()=>no("dls_last_user_display_name"),ho=t=>async(...e)=>{var n;e[1]=e[1]||{};const[,o={}]=e,r=co(),i=uo();return r&&(null!==(n=o.lastAuth)&&void 0!==n||(o.lastAuth={}),o.lastAuth.loginId=r,o.lastAuth.name=i),await t(...e)},po=t=>async(...e)=>{const n=await t(...e);return oo("dls_last_user_login_id"),oo("dls_last_user_display_name"),n};function fo(){const t=[];return{pub:e=>{t.forEach((t=>t(e)))},sub:e=>{const n=t.push(e)-1;return()=>t.splice(n,1)}}}const go=(t={},n)=>{var{refreshJwt:o,sessionJwt:r}=t,i=e(t,["refreshJwt","sessionJwt"]);void 0===n&&(n=!1),o&&eo("DSR",o),r&&(n?function(t,e,{cookiePath:n,cookieDomain:o,cookieExpiration:r}){if(e){const i=new Date(1e3*r);Zn.set(t,e,{path:n,domain:o,expires:i,sameSite:"Strict",secure:!0})}}("DS",r,i):eo("DS",r))};function vo(){return no("DSR")||""}function bo(){return Zn.get("DS")||no("DS")||""}function yo(){oo("DSR"),oo("DS"),Zn.remove("DS")}const mo=t=>Object.assign(t,{token:t.token||vo()}),wo=t=>async(...e)=>{const n=await t(...e);return yo(),n};async function ko(t){const e=function(t){var e;const n=JSON.parse(t);return n.publicKey.challenge=_o(n.publicKey.challenge),n.publicKey.user.id=_o(n.publicKey.user.id),null===(e=n.publicKey.excludeCredentials)||void 0===e||e.forEach((t=>{t.id=_o(t.id)})),n}(t);return n=await navigator.credentials.create(e),JSON.stringify({id:n.id,rawId:Co(n.rawId),type:n.type,response:{attestationObject:Co(n.response.attestationObject),clientDataJSON:Co(n.response.clientDataJSON)}});var n}async function Io(t){const e=So(t);return Eo(await navigator.credentials.get(e))}async function Oo(t,e){const n=So(t);return n.signal=e.signal,n.mediation="conditional",Eo(await navigator.credentials.get(n))}async function jo(t=!1){if(!ro)return Promise.resolve(!1);const e=!!(PublicKeyCredential&&navigator.credentials&&navigator.credentials.create&&navigator.credentials.get);return e&&t&&PublicKeyCredential.isUserVerifyingPlatformAuthenticatorAvailable?PublicKeyCredential.isUserVerifyingPlatformAuthenticatorAvailable():e}function So(t){var e;const n=JSON.parse(t);return n.publicKey.challenge=_o(n.publicKey.challenge),null===(e=n.publicKey.allowCredentials)||void 0===e||e.forEach((t=>{t.id=_o(t.id)})),n}function Eo(t){return JSON.stringify({id:t.id,rawId:Co(t.rawId),type:t.type,response:{authenticatorData:Co(t.response.authenticatorData),clientDataJSON:Co(t.response.clientDataJSON),signature:Co(t.response.signature),userHandle:t.response.userHandle?Co(t.response.userHandle):void 0}})}function _o(t){const e=t.replace(/_/g,"/").replace(/-/g,"+");return Uint8Array.from(atob(e),(t=>t.charCodeAt(0))).buffer}function Co(t){return btoa(String.fromCharCode.apply(null,new Uint8Array(t))).replace(/\//g,"_").replace(/\+/g,"-").replace(/=/g,"")}var xo,Ao=(xo=t=>({async signUp(e,n){const o=await t.webauthn.signUp.start(e,window.location.origin,n);if(!o.ok)return o;const r=await ko(o.data.options);return await t.webauthn.signUp.finish(o.data.transactionId,r)},async signIn(e){const n=await t.webauthn.signIn.start(e,window.location.origin);if(!n.ok)return n;const o=await Io(n.data.options);return await t.webauthn.signIn.finish(n.data.transactionId,o)},async signUpOrIn(e){var n;const o=await t.webauthn.signUpOrIn.start(e,window.location.origin);if(!o.ok)return o;if(null===(n=o.data)||void 0===n?void 0:n.create){const e=await ko(o.data.options);return await t.webauthn.signUp.finish(o.data.transactionId,e)}{const e=await Io(o.data.options);return await t.webauthn.signIn.finish(o.data.transactionId,e)}},async update(e,n){const o=await t.webauthn.update.start(e,window.location.origin,n);if(!o.ok)return o;const r=await ko(o.data.options);return await t.webauthn.update.finish(o.data.transactionId,r)},helpers:{create:ko,get:Io,isSupported:jo,conditional:Oo}}),(...t)=>{const e=xo(...t);return Object.assign(e.signUp,t[0].webauthn.signUp),Object.assign(e.signIn,t[0].webauthn.signIn),Object.assign(e.signUpOrIn,t[0].webauthn.signUpOrIn),Object.assign(e.update,t[0].webauthn.update),e}),Uo=t=>Object.assign(Object.assign({},t.flow),{start:async(...e)=>{const n=await jo(),o=Object.assign(Object.assign({},e[1]),{redirectUrl:window.location.href,deviceInfo:{webAuthnSupport:n}});return e[1]=o,t.flow.start(...e)}});const Po=function(...t){return e=>t.reduce(((t,e)=>e(t)),e)}((t=>n=>{var{fpKey:o,fpLoad:r}=n,i=e(n,["fpKey","fpLoad"]);return o?(ro?r&&(async t=>{try{if(ao())return;const e=(Date.now().toString(36)+Math.random().toString(36).substring(2)+Math.random().toString(36).substring(2)).substring(0,27),n=Hn({apiKey:t,endpoint:io}),o=await n,{requestId:r}=await o.get({linkedId:e});(t=>{const e={value:t,expiry:(new Date).getTime()+864e5};localStorage.setItem("fp",JSON.stringify(e))})(so(e,r))}catch(t){global.FB_DEBUG&&console.error(t)}})(o).catch((()=>null)):console.warn("Fingerprint is a client side only capability and will not work when running in the server"),t(Qn(i,{beforeRequest:lo}))):t(Object.assign({},i))}),(t=>n=>{var o=e(n,["autoRefresh"]);const{clearAllTimers:r,setTimer:i}=(()=>{const t=[];return{clearAllTimers:()=>{for(;t.length;)clearTimeout(t.pop())},setTimer:(e,n)=>{t.push(setTimeout(e,n))}}})(),s=t(Qn(o,{afterRequest:async(t,e)=>{const{refreshJwt:n,sessionJwt:o}=await Xn(e);if(401===(null==e?void 0:e.status))r();else if(o){const t=((a=(t=>{const e=t.split(".");try{if(3===e.length){const t=JSON.parse(window.atob(e[1]));if(t.exp)return new Date(1e3*t.exp)}}catch(t){}return null})(o))?a.getTime()-(new Date).getTime():0)-2e4;r(),i((()=>s.refresh(n)),t)}var a}}));return $n(s,["logout","logoutAll"],(t=>async(...e)=>{const n=await t(...e);return r(),n}))}),(t=>e=>t(Object.assign(Object.assign({},e),{baseHeaders:Object.assign({"x-descope-sdk-name":"web-js","x-descope-sdk-version":"0.1.1-alpha.0"},e.baseHeaders)}))),(t=>e=>{const n=fo(),o=fo(),r=t(Qn(e,{afterRequest:async(t,e)=>{if(401===(null==e?void 0:e.status))n.pub(null),o.pub(null);else{const t=await Yn(e);t&&o.pub(t);const{sessionJwt:r}=await Xn(e);r&&n.pub(r)}}})),i=$n(r,["logout","logoutAll"],(t=>async(...e)=>{const r=await t(...e);return n.pub(null),o.pub(null),r}));return Object.assign(i,{onSessionTokenChange:n.sub,onUserChange:o.sub})}),(t=>e=>{const n=t(Qn(e,{afterRequest:async(t,e)=>{var n;const o=await Yn(e),r=null===(n=null==o?void 0:o.loginIds)||void 0===n?void 0:n[0],i=null==o?void 0:o.name;r&&((t=>{eo("dls_last_user_login_id",t)})(r),(t=>{eo("dls_last_user_display_name",t)})(i))}}));let o=$n(n,["flow.start"],ho);return o=$n(o,["logout","logoutAll"],po),Object.assign(o,{getLastUserLoginId:co,getLastUserDisplayName:uo})}),(t=>n=>{var{persistTokens:o,sessionTokenViaCookie:r}=n,i=e(n,["persistTokens","sessionTokenViaCookie"]);if(!o||!ro)return o&&console.warn("Storing auth tokens in local storage and cookies are a client side only capabilities and will not be done when running in the server"),t(i);const s=t(Qn(i,{beforeRequest:mo,afterRequest:async(t,e)=>{401===(null==e?void 0:e.status)?yo():go(await Xn(e),r)}})),a=$n(s,["logout","logoutAll"],wo);return Object.assign(a,{getRefreshToken:vo,getSessionToken:bo})}))(((...t)=>{const e=Jn(...t);return Object.assign(Object.assign({},e),{flow:Uo(e),webauthn:Ao(e)})})),Ro=document.createElement("template");var To,qo,Do,Mo,Lo,No,Ko,$o,Jo,Wo,Fo,Ho,Bo,Vo,zo,Go,Zo,Qo,Xo,Yo,tr,er,nr,or,rr,ir,sr,ar,lr,cr,ur,dr,hr,pr,fr,gr,vr,br;Ro.innerHTML='\n\t<style>\n\t\t:host {\n\t\t\twidth: 100%;\n\t\t\theight: 100%;\n\t\t}\n\t\t\n\t\t#wc-root {\n\t\t\theight: 100%;\n\t\t\ttransition: opacity 300ms ease-in-out;\n\t\t}\n\n\t\t#wc-root[data-theme] {\n\t\t\tbackground-color: transparent;\n\t\t}\n\n\t\t.fade-out {\n\t\t\topacity: 0.1;\n\t\t}\n\n\t</style>\n\t<div id="wc-root"></div>\n\t';class yr extends HTMLElement{constructor(t){super(),To.add(this),qo.set(this,!1),Do.set(this,new R),Mo.set(this,new R),this.nextRequestStatus=new R({isLoading:!1}),Lo.set(this,void 0),No.set(this,{popstate:o(this,To,"m",Ho).bind(this)}),Ko.set(this,void 0),zo.set(this,_((()=>n(this,void 0,void 0,(function*(){const t=k(this.projectId,"config.json");try{return yield w(t,"json")}catch(t){this.logger.error("Cannot get config file","make sure that your projectId & flowId are correct")}}))))),this.logger={error:(t,e="")=>{console.error(t,e,new Error),o(this,To,"m",er).call(this,t,e)},info:(t,e="")=>{console.log(t,e)}},r(this,Ko,t,"f"),o(this,To,"m",$o).call(this)}static get observedAttributes(){return["project-id","flow-id","base-url","tenant","theme","debug","telemetryKey"]}get projectId(){return this.getAttribute("project-id")}get flowId(){return this.getAttribute("flow-id")}get baseUrl(){return this.getAttribute("base-url")||void 0}get tenant(){return this.getAttribute("tenant")||void 0}get debug(){return"true"===this.getAttribute("debug")}get theme(){var t,e;const n=this.getAttribute("theme");if("os"===n){return window.matchMedia&&(null===(e=null===(t=window.matchMedia)||void 0===t?void 0:t.call(window,"(prefers-color-scheme: dark)"))||void 0===e?void 0:e.matches)?"dark":"light"}return n||"light"}get telemetryKey(){return this.getAttribute("telemetryKey")||void 0}getFlowConfig(){var t;return n(this,void 0,void 0,(function*(){const e=yield o(this,zo,"f").call(this);return(null===(t=null==e?void 0:e.flows)||void 0===t?void 0:t[this.flowId])||{}}))}connectedCallback(){return n(this,void 0,void 0,(function*(){if(this.shadowRoot.isConnected){if(o(this,To,"m",Jo).call(this))return void o(this,To,"m",Wo).call(this);o(this,To,"m",Fo).call(this),o(this,To,"m",Zo).call(this),o(this,To,"m",Go).call(this),o(this,To,"m",nr).call(this);const{executionId:t,stepId:e,token:n,code:i,exchangeError:s}=E();window.addEventListener("popstate",o(this,No,"f").popstate),o(this,Do,"f").subscribe(o(this,To,"m",Vo).bind(this)),o(this,Mo,"f").subscribe(o(this,To,"m",tr).bind(this)),o(this,Do,"f").update({projectId:this.projectId,flowId:this.flowId,baseUrl:this.baseUrl,tenant:this.tenant,stepId:e,executionId:t,token:n,code:i,exchangeError:s,telemetryKey:this.telemetryKey}),o(this,Mo,"f").update({isDebug:this.debug}),r(this,qo,!0,"f")}}))}disconnectedCallback(){o(this,Do,"f").unsubscribeAll(),o(this,Mo,"f").unsubscribeAll(),o(this,To,"m",Yo).call(this),window.removeEventListener("popstate",o(this,No,"f").popstate)}attributeChangedCallback(t,e,n){if(this.shadowRoot.isConnected&&o(this,qo,"f")&&e!==n&&yr.observedAttributes.includes(t)){o(this,To,"m",Fo).call(this);const r=null===e;o(this,Do,"f").update((({stepId:e,executionId:o})=>{let i=e,s=o;return r||(s=null,i=null,j()),{[S(t)]:n,stepId:i,executionId:s}})),o(this,Mo,"f").update({isDebug:this.debug})}}}qo=new WeakMap,Do=new WeakMap,Mo=new WeakMap,Lo=new WeakMap,No=new WeakMap,Ko=new WeakMap,zo=new WeakMap,To=new WeakSet,$o=function(){this.attachShadow({mode:"open"}),this.shadowRoot.appendChild(Ro.content.cloneNode(!0)),this.rootElement=this.shadowRoot.querySelector("#wc-root")},Jo=function(){const t=/Chrome/.test(navigator.userAgent)&&/Google Inc/.test(navigator.vendor);return!this.shadowRoot.host.closest("form")&&t},Wo=function(){const t=this.shadowRoot.host,e=document.createElement("form");t.parentElement.appendChild(e),e.appendChild(t)},Fo=function(){const t=["base-url","tenant","theme","debug","telemetryKey"];if(yr.observedAttributes.forEach((e=>{if(!t.includes(e)&&!this[S(e)])throw Error(`${e} cannot be empty`)})),this.theme&&"light"!==this.theme&&"dark"!==this.theme)throw Error('Supported theme values are "light", "dark", or leave empty for using the OS theme')},Ho=function(){const{stepId:t,executionId:e}=O();o(this,Do,"f").update({stepId:t,executionId:e})},Bo=function(t,e,o){const r=o||void 0,i=!!r;this.sdk=Po(Object.assign(Object.assign({},yr.sdkConfigOverrides),{projectId:t,baseUrl:e,fpKey:r,fpLoad:i,persistTokens:!0})),["start","next"].forEach((t=>{const e=this.sdk.flow[t];this.sdk.flow[t]=(...t)=>n(this,void 0,void 0,(function*(){this.nextRequestStatus.update({isLoading:!0});try{return yield e(...t)}finally{this.nextRequestStatus.update({isLoading:!1})}}))}))},Vo=function(t,e,r){return n(this,void 0,void 0,(function*(){const{projectId:e,baseUrl:n,telemetryKey:i}=t;if(r("projectId")||r("baseUrl")||r("telemetryKey")){if(!e)return;o(this,To,"m",Bo).call(this,e,n,i)}o(this,Ko,"f").call(this,t)}))},Go=function(){var t,e,r,i;return n(this,void 0,void 0,(function*(){const n=yield o(this,zo,"f").call(this);null===(i=null===(r=null===(e=null===(t=null==n?void 0:n.cssTemplate)||void 0===t?void 0:t[this.theme])||void 0===e?void 0:e.typography)||void 0===r?void 0:r.fontFamilies)||void 0===i||i.forEach((t=>(t=>{if(!t)return;const e=document.createElement("link");e.href=t,e.rel="stylesheet",document.head.appendChild(e)})(t.url)))}))},Zo=function(){o(this,To,"m",Qo).call(this),o(this,To,"m",Xo).call(this)},Qo=function(){return n(this,void 0,void 0,(function*(){const t=document.createElement("style"),e=k(this.projectId,"theme.css");try{t.innerText=yield w(e,"text")}catch(t){this.logger.error("Cannot fetch theme file","make sure that your projectId & flowId are correct")}this.shadowRoot.appendChild(t)}))},Xo=function(){this.rootElement.setAttribute("data-theme",this.theme)},Yo=function(){var t;null===(t=o(this,Lo,"f"))||void 0===t||t.remove(),r(this,Lo,null,"f")},tr=function({isDebug:t}){return n(this,void 0,void 0,(function*(){t?(yield import("./debugger-wc-bf46ac84.js"),r(this,Lo,document.createElement("descope-debugger"),"f"),Object.assign(o(this,Lo,"f").style,{position:"fixed",top:"0",right:"0",height:"100vh",width:"100vw",pointerEvents:"none",zIndex:99999}),document.body.appendChild(o(this,Lo,"f"))):o(this,To,"m",Yo).call(this)}))},er=function(t,e){var n;t&&this.debug&&(null===(n=o(this,Lo,"f"))||void 0===n||n.updateData({title:t,description:e}))},nr=function(){this.rootElement.onkeydown=t=>{if("Enter"!==t.key)return;t.preventDefault();const e=this.rootElement.querySelectorAll("button");if(1===e.length)return void e[0].click();const n=Array.from(e).filter((t=>"button"===t.getAttribute("data-type")));1===n.length&&n[0].click()}},yr.sdkConfigOverrides={baseHeaders:{"x-descope-sdk-name":"web-component","x-descope-sdk-version":"0.1.0"}};class mr extends yr{constructor(){const t=new R;super(t.update.bind(t)),or.add(this),this.stepState=new R({},{updateOnlyOnChange:!1}),rr.set(this,void 0),ir.set(this,null),sr.set(this,(()=>{clearInterval(o(this,rr,"f")),r(this,rr,null,"f")})),ar.set(this,(t=>{var e,n,r,s,a,l,u,d,p;if(!(null==t?void 0:t.ok)){o(this,sr,"f").call(this),o(this,or,"m",br).call(this,"error",null==t?void 0:t.error);const i=null===(e=null==t?void 0:t.response)||void 0===e?void 0:e.url,l=`${null===(n=null==t?void 0:t.response)||void 0===n?void 0:n.status} - ${null===(r=null==t?void 0:t.response)||void 0===r?void 0:r.statusText}`;return void this.logger.error((null===(s=null==t?void 0:t.error)||void 0===s?void 0:s.errorDescription)||i,(null===(a=null==t?void 0:t.error)||void 0===a?void 0:a.errorMessage)||l)}const f=null===(d=null===(u=null===(l=t.data)||void 0===l?void 0:l.screen)||void 0===u?void 0:u.state)||void 0===d?void 0:d.errorText;f&&this.logger.error(f),(null===(p=t.data)||void 0===p?void 0:p.error)&&this.logger.error(`[${t.data.error.code}]: ${t.data.error.description}`,t.data.error.message);const{status:g,authInfo:v,lastAuth:b}=t.data;if("completed"===g)return function(t){i&&localStorage.setItem(c,JSON.stringify(t))}(b),o(this,sr,"f").call(this),void o(this,or,"m",br).call(this,"success",v);const{executionId:y,stepId:m,action:w,screen:k,redirect:I,webauthn:O}=t.data;w!==h?this.flowState.update({stepId:m,executionId:y,action:w,redirectUrl:null==I?void 0:I.url,screenId:null==k?void 0:k.id,screenState:null==k?void 0:k.state,webauthnTransactionId:null==O?void 0:O.transactionId,webauthnOptions:null==O?void 0:O.options}):this.flowState.update({action:w})})),lr.set(this,_((()=>n(this,void 0,void 0,(function*(){var t;try{const e=yield this.sdk.webauthn.signIn.start("",window.location.origin);return e.ok||this.logger.error("Webauthn start failed",null===(t=null==e?void 0:e.error)||void 0===t?void 0:t.errorMessage),e.data}catch(t){this.logger.error("Webauthn start failed",t.message)}}))))),this.flowState=t}static set sdkConfigOverrides(t){yr.sdkConfigOverrides=t}connectedCallback(){const t=Object.create(null,{connectedCallback:{get:()=>super.connectedCallback}});var e,o;return n(this,void 0,void 0,(function*(){this.shadowRoot.isConnected&&(null===(e=this.flowState)||void 0===e||e.subscribe(this.onFlowChange.bind(this)),null===(o=this.stepState)||void 0===o||o.subscribe(this.onStepChange.bind(this))),yield t.connectedCallback.call(this)}))}disconnectedCallback(){super.disconnectedCallback(),this.flowState.unsubscribeAll(),this.stepState.unsubscribeAll()}onFlowChange(t,e,i){var s;return n(this,void 0,void 0,(function*(){const{projectId:a,flowId:l,tenant:u,stepId:b,executionId:y,action:m,screenId:w,screenState:O,redirectUrl:j,token:S,code:E,exchangeError:_,webauthnTransactionId:C,webauthnOptions:x}=t;let A,U;o(this,rr,"f")&&o(this,sr,"f").call(this);const P=this.sdk.getLastUserLoginId();if(!y){if(!l)return;const t=yield this.getFlowConfig();if(({startScreenId:A=t.startScreenId,conditionInteractionId:U}=((t,e)=>{if(t&&"not-empty"===t.operator){const n=e?t.met:t.unmet;return{startScreenId:null==n?void 0:n.screenId,conditionInteractionId:null==n?void 0:n.interactionId}}return{}})(t.condition,P)),!A){const t=yield this.sdk.flow.start(l,{tenant:u});return void o(this,ar,"f").call(this,t)}}if(i("token")&&S||i("code")&&E||i("exchangeError")&&_){const t=yield this.sdk.flow.next(y,b,g,{token:S,exchangeCode:E,exchangeError:_});return o(this,ar,"f").call(this,t),void this.flowState.update({token:void 0,code:void 0,exchangeError:void 0})}if(m===d)return j||this.logger.error("Did not get redirect url"),void window.location.assign(j);if(m===p||m===f){if(!C||!x)return void this.logger.error("Did not get webauthn transaction id or options");let t,e;null===(s=o(this,ir,"f"))||void 0===s||s.abort(),r(this,ir,null,"f");try{t=m===p?yield q(x):yield D(x)}catch(t){if("NotAllowedError"!==t.name)return void this.logger.error(t.message);e=!0}const n=yield this.sdk.flow.next(y,b,g,{transactionId:C,response:t,cancelWebauthn:e});o(this,ar,"f").call(this,n)}if(m===h&&r(this,rr,setInterval((()=>n(this,void 0,void 0,(function*(){const t=yield this.sdk.flow.next(y,b,v,{});o(this,ar,"f").call(this,t)}))),2e3),"f"),!w&&!A)return void this.logger.info("Refreshing the page during a flow is not supported yet");const R={direction:I(+b,+e.stepId),screenState:Object.assign(Object.assign({},O),{lastAuth:{loginId:P,name:this.sdk.getLastUserDisplayName()||P}}),htmlUrl:k(a,`${A||w}.html`)},T=function(t){const e={};if(t)try{Object.assign(e,JSON.parse(localStorage.getItem(c)))}catch(t){}return e}(P);A?R.next=(...t)=>this.sdk.flow.start(l,{tenant:u,lastAuth:T},U,...t):(i("projectId")||i("baseUrl")||i("executionId")||i("stepId"))&&(R.next=(...t)=>this.sdk.flow.next(y,b,...t)),this.stepState.update(R)}))}onStepChange(t){var e;return n(this,void 0,void 0,(function*(){const{htmlUrl:r,direction:i,next:s,screenState:a}=t,l=document.createElement("template");l.innerHTML=yield w(r,"text");const c=l.content.cloneNode(!0),d=(t=>{var e;const n=Array.from(t.querySelectorAll("script[data-id]")).map((e=>{var n;const o=e.getAttribute("data-id"),r=null===(n=t.getElementById(o))||void 0===n?void 0:n.innerHTML,i=Function(r).bind(e.previousSibling);return e.remove(),i}));return null===(e=t.querySelector("scripts"))||void 0===e||e.remove(),n})(c);this.sdk.webauthn.helpers.isSupported()?yield o(this,or,"m",ur).call(this,c,s):c.querySelectorAll(`button[${u}="biometrics"]`).forEach((t=>t.setAttribute("disabled","true"))),T(c,a),((t,e)=>{var n;e&&(null===(n=null==t?void 0:t.style)||void 0===n||n.setProperty("--totp-image",`url(data:image/jpg;base64,${e})`))})(c.querySelector("div"),null===(e=null==a?void 0:a.totp)||void 0===e?void 0:e.image);const h=()=>n(this,void 0,void 0,(function*(){try{d.forEach((t=>{t()}))}catch(t){this.logger.error(t.message)}this.rootElement.replaceChildren(c);const t=this.rootElement.querySelector('input:not([aria-hidden="true"])');null==t||t.focus({preventScroll:!0}),o(this,or,"m",gr).call(this,s),o(this,or,"m",br).call(this,"page-updated",{});if(this.rootElement.querySelector(`[${u}="polling"]`)){const t=yield s(v,{});o(this,ar,"f").call(this,t)}}));i?o(this,or,"m",vr).call(this,h,i):h()}))}}rr=new WeakMap,ir=new WeakMap,sr=new WeakMap,ar=new WeakMap,lr=new WeakMap,or=new WeakSet,cr=function(t){const e=t.name;if(!["email"].includes(e)){const n=`user-${e}`;t.name=n,t.addEventListener("input",(()=>{t.name=t.value?e:n}))}},ur=function(t,e){var i;return n(this,void 0,void 0,(function*(){null===(i=o(this,ir,"f"))||void 0===i||i.abort();const s=t.querySelector('input[autocomplete="webauthn"]');if(s&&(yield N())){const{options:t,transactionId:i}=(yield o(this,lr,"f").call(this))||{};t&&i&&(o(this,or,"m",cr).call(this,s),r(this,ir,new AbortController,"f"),this.sdk.webauthn.helpers.conditional(t,o(this,ir,"f")).then((t=>n(this,void 0,void 0,(function*(){const n=yield e(s.id,{transactionId:i,response:t});o(this,ar,"f").call(this,n)})))).catch((t=>{"AbortError"!==t.name&&this.logger.error("Conditional login failed",t.message)})))}}))},dr=function(){return Array.from(this.shadowRoot.querySelectorAll(".descope-input")).every((t=>(t.reportValidity(),t.checkValidity())))},hr=function(){return Array.from(this.shadowRoot.querySelectorAll("*[name]")).reduce(((t,e)=>e.name?Object.assign(t,{[e.name]:e.value}):t),{})},pr=function(t){const e=this.nextRequestStatus.subscribe((({isLoading:n})=>{var o,r;n?null===(o=null==t?void 0:t.classList)||void 0===o||o.add("loading"):(this.nextRequestStatus.unsubscribe(e),null===(r=null==t?void 0:t.classList)||void 0===r||r.remove("loading"))}))},fr=function(t,e){return n(this,void 0,void 0,(function*(){if(t.formNoValidate||o(this,or,"m",dr).call(this)){const r=null==t?void 0:t.getAttribute("id");o(this,or,"m",pr).call(this,t);const i=o(this,or,"m",hr).call(this),s=(n=t,Array.from((null==n?void 0:n.attributes)||[]).reduce(((t,e)=>{var n;const o=null===(n=new RegExp("^data-descope-(\\S+)$").exec(e.name))||void 0===n?void 0:n[1];return o?Object.assign(t,{[o]:e.value}):t}),{})),a=Object.assign(Object.assign(Object.assign({},s),i),{origin:window.location.origin}),l=yield e(r,a);o(this,ar,"f").call(this,l)}var n}))},gr=function(t){this.rootElement.querySelectorAll("button").forEach((e=>{e.onclick=()=>{o(this,or,"m",fr).call(this,e,t)}}))},vr=function(t,e){this.rootElement.addEventListener("transitionend",(()=>{this.rootElement.classList.remove("fade-out"),t()}),{once:!0});const n=e===m.forward?"slide-forward":"slide-backward";Array.from(this.rootElement.getElementsByClassName("input-container")).forEach(((t,e)=>{t.style["transition-delay"]=40*e+"ms",t.classList.add(n)})),this.rootElement.classList.add("fade-out")},br=function(t,e){this.dispatchEvent(new CustomEvent(t,{detail:e}))},customElements.define("descope-wc",mr);export{mr as D,R as S,o as _,r as a};
@@ -0,0 +1 @@
1
+ export{D as default}from"./index-c55a40df.js";
@@ -0,0 +1,110 @@
1
+ import createSdk from '@descope/web-js-sdk';
2
+
3
+ declare enum Direction {
4
+ backward = "backward",
5
+ forward = "forward"
6
+ }
7
+ declare const createIsChanged: <T extends Record<string, any>>(state: T, prevState: T) => (attrName: keyof T) => boolean;
8
+
9
+ declare type StateObject = Record<string, any>;
10
+ declare type SubscribeCb<T> = (state: T, prevState: T, isChanged: ReturnType<typeof createIsChanged>) => void | Promise<void>;
11
+ declare type UpdateStateCb<T> = (state: T) => Partial<T>;
12
+ declare class State<T extends StateObject> {
13
+ #private;
14
+ constructor(init?: T, { updateOnlyOnChange }?: {
15
+ updateOnlyOnChange?: boolean;
16
+ });
17
+ get current(): T;
18
+ update: (newState: Partial<T> | UpdateStateCb<T>) => void;
19
+ subscribe(cb: SubscribeCb<T>): string;
20
+ unsubscribe(token: string): boolean;
21
+ unsubscribeAll(): boolean;
22
+ }
23
+
24
+ interface LastAuthState {
25
+ loginId?: string;
26
+ name?: string;
27
+ }
28
+ interface ScreenState {
29
+ errorText?: string;
30
+ inputs?: Record<string, string>;
31
+ lastAuth?: LastAuthState;
32
+ totp?: {
33
+ image?: string;
34
+ provisionUrl?: string;
35
+ };
36
+ }
37
+
38
+ declare type SdkConfig = Parameters<typeof createSdk>[0];
39
+ declare type Sdk = ReturnType<typeof createSdk>;
40
+ declare type SdkFlowNext = Sdk['flow']['next'];
41
+ declare type OmitFirstArg<F> = F extends (x: any, ...args: infer P) => infer R ? (...args: P) => R : never;
42
+ declare type FlowState = {
43
+ flowId: string;
44
+ projectId: string;
45
+ baseUrl: string;
46
+ tenant: string;
47
+ stepId: string;
48
+ executionId: string;
49
+ action: string;
50
+ redirectUrl: string;
51
+ screenId: string;
52
+ screenState: ScreenState;
53
+ token: string;
54
+ code: string;
55
+ exchangeError: string;
56
+ webauthnTransactionId: string;
57
+ webauthnOptions: string;
58
+ telemetryKey: string;
59
+ };
60
+ declare type StepState = {
61
+ screenState: ScreenState;
62
+ htmlUrl: string;
63
+ next: NextFn;
64
+ direction: Direction | undefined;
65
+ };
66
+ declare type NextFn = OmitFirstArg<OmitFirstArg<SdkFlowNext>>;
67
+ declare type IsChanged<T> = Parameters<SubscribeCb<T>>[2];
68
+
69
+ declare type FlowStateUpdateFn = (state: FlowState) => void;
70
+
71
+ declare class BaseDescopeWc extends HTMLElement {
72
+ #private;
73
+ static get observedAttributes(): string[];
74
+ static sdkConfigOverrides: Partial<SdkConfig>;
75
+ nextRequestStatus: State<{
76
+ isLoading: boolean;
77
+ }>;
78
+ rootElement: HTMLDivElement;
79
+ sdk: ReturnType<typeof createSdk>;
80
+ constructor(updateExecState: FlowStateUpdateFn);
81
+ get projectId(): string;
82
+ get flowId(): string;
83
+ get baseUrl(): string;
84
+ get tenant(): string;
85
+ get debug(): boolean;
86
+ get theme(): string;
87
+ get telemetryKey(): string;
88
+ getFlowConfig(): Promise<any>;
89
+ logger: {
90
+ error: (message: string, description?: string) => void;
91
+ info: (message: string, description?: string) => void;
92
+ };
93
+ connectedCallback(): Promise<void>;
94
+ disconnectedCallback(): void;
95
+ attributeChangedCallback(attrName: string, oldValue: string, newValue: string): void;
96
+ }
97
+
98
+ declare class DescopeWc extends BaseDescopeWc {
99
+ #private;
100
+ static set sdkConfigOverrides(config: Partial<SdkConfig>);
101
+ flowState: State<FlowState>;
102
+ stepState: State<StepState>;
103
+ constructor();
104
+ connectedCallback(): Promise<void>;
105
+ disconnectedCallback(): void;
106
+ onFlowChange(currentState: FlowState, prevState: FlowState, isChanged: IsChanged<FlowState>): Promise<void>;
107
+ onStepChange(currentState: StepState): Promise<void>;
108
+ }
109
+
110
+ export { DescopeWc as default };
package/dist/index.js ADDED
@@ -0,0 +1,2 @@
1
+ !function(){"use strict";var t=function(){return t=Object.assign||function(t){for(var e,n=1,o=arguments.length;n<o;n++)for(var i in e=arguments[n])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},t.apply(this,arguments)};function e(t,e){var n={};for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&e.indexOf(o)<0&&(n[o]=t[o]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(o=Object.getOwnPropertySymbols(t);i<o.length;i++)e.indexOf(o[i])<0&&Object.prototype.propertyIsEnumerable.call(t,o[i])&&(n[o[i]]=t[o[i]])}return n}function n(t,e,n,o){return new(n||(n=Promise))((function(i,r){function s(t){try{l(o.next(t))}catch(t){r(t)}}function a(t){try{l(o.throw(t))}catch(t){r(t)}}function l(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(s,a)}l((o=o.apply(t,e||[])).next())}))}function o(t,e,n,o){if("a"===n&&!o)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!o:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?o:"a"===n?o.call(t):o?o.value:e.get(t)}function i(t,e,n,o,i){if("m"===o)throw new TypeError("Private method is not writable");if("a"===o&&!i)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof e?t!==e||!i:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===o?i.call(t,n):i?i.value=n:e.set(t,n),n}const r="undefined"!=typeof localStorage,s=r&&localStorage.getItem("base.content.url")||"https://static.descope.com/pages",a="descope-login-flow",l="code",c="dls_last_auth",u="data-type",d="redirect",h="poll",p="webauthnCreate",f="webauthnGet",g="submit",v="polling";function m(t){return new URLSearchParams(window.location.search).get(t)}function b(t){if(window.history.replaceState&&m(t)){const e=new URL(window.location.href),n=new URLSearchParams(e.search);n.delete(t),e.search=n.toString(),window.history.replaceState({},"",e.toString())}}var w;function y(t,e){return n(this,void 0,void 0,(function*(){const n=yield fetch(t,{cache:"default"});if(!n.ok)throw Error(`Error fetching URL ${t}`);return n[e||"text"]()}))}!function(t){t.backward="backward",t.forward="forward"}(w||(w={}));function k(t,e){const n=new URL(s);return n.pathname=((...t)=>t.join("/").replace(/\/+/g,"/"))(n.pathname,t,"v2-alpha",e),n.toString()}function I(t,e){if(!Number.isNaN(t)&&!Number.isNaN(e))return t>e?w.forward:t<e?w.backward:void 0}const O=()=>{const[t="",e=""]=(m(a)||"").split("_");return{executionId:t,stepId:e}};function x(){b(a)}const S=t=>t.replace(/-./g,(t=>t[1].toUpperCase())),j=()=>{const{executionId:t,stepId:e}=O();(t||e)&&x();const n=m("t")||void 0;n&&b("t");const o=m(l)||void 0;o&&b(l);const i=m("err")||void 0;return i&&b("err"),{executionId:t,stepId:e,token:n,code:o,exchangeError:i}},C=t=>{let e,n;return(...o)=>{return e&&(r=o,(i=e).length===r.length&&i.every(((t,e)=>t===r[e])))||(e=o,n=t(...o)),n;var i,r}};var E,_,A,U;function P(t,e){const n=Object.getOwnPropertyNames(t),o=Object.getOwnPropertyNames(e);if(n.length!==o.length)return!1;for(let o=0;o<n.length;o+=1){const i=n[o],r=t[i],s=e[i];if("object"==typeof r&&"object"==typeof s){if(!P(r,s))return!1}else if(r!==s)return!1}return!0}class R{constructor(t={},{updateOnlyOnChange:e=!0}={}){E.set(this,void 0),_.set(this,{}),A.set(this,0),U.set(this,!1),this.update=t=>{const e="function"==typeof t?t(o(this,E,"f")):t,n=Object.assign(Object.assign({},o(this,E,"f")),e);if(!o(this,U,"f")||!P(o(this,E,"f"),n)){const t=o(this,E,"f");i(this,E,n,"f"),Object.freeze(o(this,E,"f")),setTimeout((()=>{Object.values(o(this,_,"f")).forEach((e=>e(n,t,((t,e)=>n=>t[n]!==e[n])(n,t))))}),0)}},i(this,E,t,"f"),i(this,U,e,"f")}get current(){return Object.assign({},o(this,E,"f"))}subscribe(t){return i(this,A,o(this,A,"f")+1,"f"),o(this,_,"f")[o(this,A,"f")]=t,o(this,A,"f").toString()}unsubscribe(t){const e=!!o(this,_,"f")[t];return e&&delete o(this,_,"f")[t],e}unsubscribeAll(){return i(this,_,{},"f"),!0}}E=new WeakMap,_=new WeakMap,A=new WeakMap,U=new WeakMap;const L=(t,e)=>{var n;((t,e,n="")=>{t.querySelectorAll(`[${u}="${e}"]`).forEach((t=>{t.textContent=n,t.classList[n?"remove":"add"]("hide")}))})(t,"error-message",null==e?void 0:e.errorText),((t,e)=>{Object.entries(e||{}).forEach((([e,n])=>{Array.from(t.querySelectorAll(`.descope-input[name="${e}"]`)).forEach((t=>{t.value=n}))}))})(t,null==e?void 0:e.inputs),((t,e)=>{t.querySelectorAll(`[${u}="totp-link"]`).forEach((t=>{t.href=e}))})(t,null===(n=null==e?void 0:e.totp)||void 0===n?void 0:n.provisionUrl),((t,e)=>{t.querySelectorAll(".descope-text,.descope-link").forEach((t=>{t.textContent=((t,e)=>t.replace(/{{(.+?)}}/g,((t,n)=>{return o=e,n.split(".").reduce(((t,e)=>(null==t?void 0:t[e])||""),o);var o})))(t.textContent,e)}))})(t,e)};function T(t){return n(this,void 0,void 0,(function*(){const e=function(t){var e;const n=JSON.parse(t);return n.publicKey.challenge=M(n.publicKey.challenge),n.publicKey.user.id=M(n.publicKey.user.id),null===(e=n.publicKey.excludeCredentials)||void 0===e||e.forEach((t=>{t.id=M(t.id)})),n}(t),n=yield navigator.credentials.create(e);return o=n,JSON.stringify({id:o.id,rawId:D(o.rawId),type:o.type,response:{attestationObject:D(o.response.attestationObject),clientDataJSON:D(o.response.clientDataJSON)}});var o}))}function q(t){return n(this,void 0,void 0,(function*(){const e=function(t){var e;const n=JSON.parse(t);return n.publicKey.challenge=M(n.publicKey.challenge),null===(e=n.publicKey.allowCredentials)||void 0===e||e.forEach((t=>{t.id=M(t.id)})),n}(t),n=yield navigator.credentials.get(e);return o=n,JSON.stringify({id:o.id,rawId:D(o.rawId),type:o.type,response:{authenticatorData:D(o.response.authenticatorData),clientDataJSON:D(o.response.clientDataJSON),signature:D(o.response.signature),userHandle:D(o.response.userHandle)}});var o}))}function M(t){const e=t.replace(/-/g,"+").replace(/_/g,"/");return Uint8Array.from(atob(e),(t=>t.charCodeAt(0))).buffer}function D(t){return btoa(String.fromCharCode.apply(null,new Uint8Array(t))).replace(/\+/g,"-").replace(/\//g,"_").replace(/=/g,"")}const $=C((()=>n(void 0,void 0,void 0,(function*(){if(!window.PublicKeyCredential||!PublicKeyCredential.isConditionalMediationAvailable||!PublicKeyCredential.isUserVerifyingPlatformAuthenticatorAvailable)return console.warn("webauthn","Conditional UI is not supported"),!1;try{return(yield Promise.all([PublicKeyCredential.isConditionalMediationAvailable(),PublicKeyCredential.isUserVerifyingPlatformAuthenticatorAvailable()])).every((t=>!!t))}catch(t){return console.warn("webauthn","Conditional login check failed",t),!1}})))),N=(t,e,n,o={})=>{var i,r,s,a;return[Math.min(Math.max(e,("all"===o.left?t.offsetWidth:null!==(i=o.left)&&void 0!==i?i:0)-t.offsetWidth),window.innerWidth-("all"===o.right?t.offsetWidth:null!==(r=o.right)&&void 0!==r?r:0)),Math.min(Math.max(n,("all"===o.top?t.offsetHeight:null!==(s=o.top)&&void 0!==s?s:0)-t.offsetHeight),window.innerHeight-("all"===o.bottom?t.offsetHeight:null!==(a=o.bottom)&&void 0!==a?a:0))]};function K(t){this.message=t}K.prototype=new Error,K.prototype.name="InvalidCharacterError";var J="undefined"!=typeof window&&window.atob&&window.atob.bind(window)||function(t){var e=String(t).replace(/=+$/,"");if(e.length%4==1)throw new K("'atob' failed: The string to be decoded is not correctly encoded.");for(var n,o,i=0,r=0,s="";o=e.charAt(r++);~o&&(n=i%4?64*n+o:o,i++%4)?s+=String.fromCharCode(255&n>>(-2*i&6)):0)o="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".indexOf(o);return s};function W(t){this.message=t}function F(t,e){if("string"!=typeof t)throw new W("Invalid token specified");var n=!0===(e=e||{}).header?0:1;try{return JSON.parse(function(t){var e=t.replace(/-/g,"+").replace(/_/g,"/");switch(e.length%4){case 0:break;case 2:e+="==";break;case 3:e+="=";break;default:throw"Illegal base64url string!"}try{return function(t){return decodeURIComponent(J(t).replace(/(.)/g,(function(t,e){var n=e.charCodeAt(0).toString(16).toUpperCase();return n.length<2&&(n="0"+n),"%"+n})))}(e)}catch(t){return J(e)}}(t.split(".")[n]))}catch(t){throw new W("Invalid token specified: "+t.message)}}W.prototype=new Error,W.prototype.name="InvalidTokenError";var H="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},z="__lodash_hash_undefined__",B="[object Function]",V="[object GeneratorFunction]",Z=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,G=/^\w*$/,X=/^\./,Y=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Q=/\\(\\)?/g,tt=/^\[object .+?Constructor\]$/,et="object"==typeof H&&H&&H.Object===Object&&H,nt="object"==typeof self&&self&&self.Object===Object&&self,ot=et||nt||Function("return this")();var it,rt=Array.prototype,st=Function.prototype,at=Object.prototype,lt=ot["__core-js_shared__"],ct=(it=/[^.]+$/.exec(lt&&lt.keys&&lt.keys.IE_PROTO||""))?"Symbol(src)_1."+it:"",ut=st.toString,dt=at.hasOwnProperty,ht=at.toString,pt=RegExp("^"+ut.call(dt).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),ft=ot.Symbol,gt=rt.splice,vt=Ct(ot,"Map"),mt=Ct(Object,"create"),bt=ft?ft.prototype:void 0,wt=bt?bt.toString:void 0;function yt(t){var e=-1,n=t?t.length:0;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}function kt(t){var e=-1,n=t?t.length:0;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}function It(t){var e=-1,n=t?t.length:0;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}function Ot(t,e){for(var n,o,i=t.length;i--;)if((n=t[i][0])===(o=e)||n!=n&&o!=o)return i;return-1}function xt(t,e){var n;e=function(t,e){if(Ut(t))return!1;var n=typeof t;if("number"==n||"symbol"==n||"boolean"==n||null==t||Rt(t))return!0;return G.test(t)||!Z.test(t)||null!=e&&t in Object(e)}(e,t)?[e]:Ut(n=e)?n:Et(n);for(var o=0,i=e.length;null!=t&&o<i;)t=t[_t(e[o++])];return o&&o==i?t:void 0}function St(t){if(!Pt(t)||(e=t,ct&&ct in e))return!1;var e,n=function(t){var e=Pt(t)?ht.call(t):"";return e==B||e==V}(t)||function(t){var e=!1;if(null!=t&&"function"!=typeof t.toString)try{e=!!(t+"")}catch(t){}return e}(t)?pt:tt;return n.test(function(t){if(null!=t){try{return ut.call(t)}catch(t){}try{return t+""}catch(t){}}return""}(t))}function jt(t,e){var n,o,i=t.__data__;return("string"==(o=typeof(n=e))||"number"==o||"symbol"==o||"boolean"==o?"__proto__"!==n:null===n)?i["string"==typeof e?"string":"hash"]:i.map}function Ct(t,e){var n=function(t,e){return null==t?void 0:t[e]}(t,e);return St(n)?n:void 0}yt.prototype.clear=function(){this.__data__=mt?mt(null):{}},yt.prototype.delete=function(t){return this.has(t)&&delete this.__data__[t]},yt.prototype.get=function(t){var e=this.__data__;if(mt){var n=e[t];return n===z?void 0:n}return dt.call(e,t)?e[t]:void 0},yt.prototype.has=function(t){var e=this.__data__;return mt?void 0!==e[t]:dt.call(e,t)},yt.prototype.set=function(t,e){return this.__data__[t]=mt&&void 0===e?z:e,this},kt.prototype.clear=function(){this.__data__=[]},kt.prototype.delete=function(t){var e=this.__data__,n=Ot(e,t);return!(n<0)&&(n==e.length-1?e.pop():gt.call(e,n,1),!0)},kt.prototype.get=function(t){var e=this.__data__,n=Ot(e,t);return n<0?void 0:e[n][1]},kt.prototype.has=function(t){return Ot(this.__data__,t)>-1},kt.prototype.set=function(t,e){var n=this.__data__,o=Ot(n,t);return o<0?n.push([t,e]):n[o][1]=e,this},It.prototype.clear=function(){this.__data__={hash:new yt,map:new(vt||kt),string:new yt}},It.prototype.delete=function(t){return jt(this,t).delete(t)},It.prototype.get=function(t){return jt(this,t).get(t)},It.prototype.has=function(t){return jt(this,t).has(t)},It.prototype.set=function(t,e){return jt(this,t).set(t,e),this};var Et=At((function(t){var e;t=null==(e=t)?"":function(t){if("string"==typeof t)return t;if(Rt(t))return wt?wt.call(t):"";var e=t+"";return"0"==e&&1/t==-1/0?"-0":e}(e);var n=[];return X.test(t)&&n.push(""),t.replace(Y,(function(t,e,o,i){n.push(o?i.replace(Q,"$1"):e||t)})),n}));function _t(t){if("string"==typeof t||Rt(t))return t;var e=t+"";return"0"==e&&1/t==-1/0?"-0":e}function At(t,e){if("function"!=typeof t||e&&"function"!=typeof e)throw new TypeError("Expected a function");var n=function(){var o=arguments,i=e?e.apply(this,o):o[0],r=n.cache;if(r.has(i))return r.get(i);var s=t.apply(this,o);return n.cache=r.set(i,s),s};return n.cache=new(At.Cache||It),n}At.Cache=It;var Ut=Array.isArray;function Pt(t){var e=typeof t;return!!t&&("object"==e||"function"==e)}function Rt(t){return"symbol"==typeof t||function(t){return!!t&&"object"==typeof t}(t)&&"[object Symbol]"==ht.call(t)}var Lt=function(t,e,n){var o=null==t?void 0:xt(t,e);return void 0===o?n:o},Tt="/v1/auth/accesskey/exchange",qt="/v1/auth/otp/verify",Mt="/v1/auth/otp/signin",Dt="/v1/auth/otp/signup",$t={email:"/v1/auth/otp/update/email",phone:"/v1/auth/otp/update/phone"},Nt="/v1/auth/otp/signup-in",Kt="/v1/auth/magiclink/verify",Jt="/v1/auth/magiclink/signin",Wt="/v1/auth/magiclink/signup",Ft={email:"/v1/auth/magiclink/update/email",phone:"/v1/auth/magiclink/update/phone"},Ht="/v1/auth/magiclink/signup-in",zt="/v1/auth/enchantedlink/verify",Bt="/v1/auth/enchantedlink/signin",Vt="/v1/auth/enchantedlink/signup",Zt="/v1/auth/enchantedlink/pending-session",Gt={email:"/v1/auth/enchantedlink/update/email"},Xt="/v1/auth/enchantedlink/signup-in",Yt="/v1/auth/oauth/authorize",Qt="/v1/auth/oauth/exchange",te="/v1/auth/saml/authorize",ee="/v1/auth/saml/exchange",ne="/v1/auth/totp/verify",oe="/v1/auth/totp/signup",ie="/v1/auth/totp/update",re={start:"/v1/auth/webauthn/signup/start",finish:"/v1/auth/webauthn/signup/finish"},se={start:"/v1/auth/webauthn/signin/start",finish:"/v1/auth/webauthn/signin/finish"},ae={start:"/v1/auth/webauthn/signup-in/start"},le={start:"v1/auth/webauthn/update/start",finish:"/v1/auth/webauthn/update/finish"},ce="/v1/auth/refresh",ue="/v1/auth/logout",de="/v1/auth/logoutall",he="/v1/auth/me",pe="/v1/flow/start",fe="/v1/flow/next";const ge=()=>{const t={};return{headers(e){const n="function"==typeof e.entries?Object.fromEntries(e.entries()):e;return t.Headers=JSON.stringify(n),this},body(e){return t.Body=e,this},url(e){return t.Url=e.toString(),this},method(e){return t.Method=e,this},title(e){return t.Title=e,this},status(e){return t.Status=e,this},build:()=>Object.keys(t).flatMap((e=>t[e]?[`${"Title"!==e?`${e}: `:""}${t[e]}`]:[])).join("\n")}};var ve;!function(t){t.get="GET",t.delete="DELETE",t.post="POST",t.put="PUT"}(ve||(ve={}));const me=(...t)=>new Headers(t.reduce(((t,e)=>{const n=(t=>Array.isArray(t)?t:t instanceof Headers?Array.from(t.entries()):t?Object.entries(t):[])(e);return n.reduce(((e,[n,o])=>(t[n]=o,t)),t),t}),{})),be=t=>void 0===t?void 0:JSON.stringify(t),we=(t,e="")=>{let n=t;return e&&(n=n+":"+e),{Authorization:`Bearer ${n}`}},ye=({baseUrl:t,projectId:e,baseConfig:n,logger:o,hooks:i,cookiePolicy:r})=>{const s=((t,e)=>{const n=e||fetch;return n||null==t||t.warn("Fetch is not defined, you will not be able to send http requests, if you are running in a test, make sure fetch is defined globally"),t?async(...e)=>{if(!n)throw Error("Cannot send http request, fetch is not defined, if you are running in a test, make sure fetch is defined globally");t.log((t=>ge().title("Request").url(t[0]).method(t[1].method).headers(t[1].headers).body(t[1].body).build())(e));const o=await n(...e);return t[o.ok?"log":"error"](await(async t=>{const e=await(t.clone?t.clone().text():t.text());return t.text=()=>Promise.resolve(e),t.json=()=>Promise.resolve(JSON.parse(e)),ge().title("Response").url(t.url.toString()).status(`${t.status} ${t.statusText}`).headers(t.headers).body(e).build()})(o)),o}:n})(o),a=async o=>{const a=(null==i?void 0:i.beforeRequest)?i.beforeRequest(o):o,{path:l,body:c,headers:u,queryParams:d,method:h,token:p}=a,f=await s((({path:t,baseUrl:e,queryParams:n})=>{const o=new URL(t,e);return n&&(o.search=new URLSearchParams(n).toString()),o})({path:l,baseUrl:t,queryParams:d}),{headers:me(we(e,p),{"x-descope-sdk-name":"core-js","x-descope-sdk-version":"0.0.41-alpha.55"},(null==n?void 0:n.baseHeaders)||{},u),method:h,body:be(c),credentials:r||"include"});return(null==i?void 0:i.afterRequest)&&await i.afterRequest(o,null==f?void 0:f.clone()),f};return{get:(t,{headers:e,queryParams:n,token:o}={})=>a({path:t,headers:e,queryParams:n,body:void 0,method:ve.get,token:o}),post:(t,e,{headers:n,queryParams:o,token:i}={})=>a({path:t,headers:n,queryParams:o,body:e,method:ve.post,token:i}),put:(t,e,{headers:n,queryParams:o,token:i}={})=>a({path:t,headers:n,queryParams:o,body:e,method:ve.put,token:i}),delete:(t,e,{headers:n,queryParams:o,token:i}={})=>a({path:t,headers:n,queryParams:o,body:e,method:ve.delete,token:i}),hooks:i}};var ke=429;function Ie(t,e,n){var o;let i=Oe(t);e&&(i=null===(o=null==i?void 0:i.tenants)||void 0===o?void 0:o[e]);const r=null==i?void 0:i[n];return Array.isArray(r)?r:[]}function Oe(t){if("string"!=typeof t||!t)throw new Error("Invalid token provided");return F(t)}function xe(t){const{exp:e}=Oe(t);return(new Date).getTime()/1e3>e}function Se(t,e){return Ie(t,e,"permissions")}function je(t,e){return Ie(t,e,"roles")}const Ce=(...t)=>t.join("/").replace(/\/{2,}/g,"/");async function Ee(t,e){var n;const o=await t,i={code:o.status,ok:o.ok,response:o},r=await o.clone().json();return o.ok?i.data=e?e(r):r:(i.error=r,o.status===ke&&Object.assign(i.error,{retryAfter:Number.parseInt(null===(n=o.headers)||void 0===n?void 0:n.get("retry-after"))||0})),i}const _e=(t,e)=>(n=e)=>e=>!t(e)&&n.replace("{val}",e),Ae=(...t)=>({validate:e=>(t.forEach((t=>{const n=t(e);if(n)throw new Error(n)})),!0)}),Ue=t=>e=>t.test(e),Pe=Ue(/^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$/),Re=Ue(/^\+[1-9]{1}[0-9]{3,14}$/),Le=_e(Pe,'"{val}" is not a valid email'),Te=_e(Re,'"{val}" is not a valid phone number'),qe=_e((1,t=>t.length>=1),"Minimum length is 1");const Me=_e((t=>"string"==typeof t),"Input is not a string"),De=(...t)=>e=>(...n)=>(t.forEach(((t,e)=>Ae(...t).validate(n[e]))),e(...n)),$e=t=>[Me(`"${t}" must be a string`),qe(`"${t}" must not be empty`)],Ne=t=>[Me(`"${t}" must be a string`),Le()],Ke=t=>[Me(`"${t}" must be a string`),Te()],Je=De($e("accessKey")),We=t=>({exchange:Je((e=>Ee(t.post(Tt,{},{token:e}))))});var Fe,He,ze,Be;!function(t){t.sms="sms",t.whatsapp="whatsapp"}(Fe||(Fe={})),function(t){t.email="email",t.sms="sms",t.whatsapp="whatsapp"}(He||(He={})),function(t){t.waiting="waiting",t.running="running",t.completed="completed",t.failed="failed"}(ze||(ze={})),function(t){t.signUp="signup",t.signIn="signin",t.verify="verify"}(Be||(Be={}));const Ve=$e("loginId"),Ze=$e("uri"),Ge=De($e("token")),Xe=De(Ve,Ze),Ye=De($e("pendingRef")),Qe=De(Ve,Ne("email"),Ze),tn=t=>({verify:Ge((e=>Ee(t.post(zt,{token:e})))),signIn:Xe(((e,n,o,i)=>Ee(t.post(Ce(Bt,He.email),{loginId:e,URI:n,loginOptions:o},{token:i})))),signUpOrIn:Xe(((e,n)=>Ee(t.post(Ce(Xt,He.email),{loginId:e,URI:n})))),signUp:Xe(((e,n,o)=>Ee(t.post(Ce(Vt,He.email),{loginId:e,URI:n,user:o})))),waitForSession:Ye(((e,n)=>new Promise((o=>{const{pollingIntervalMs:i,timeoutMs:r}=(({pollingIntervalMs:t=1e3,timeoutMs:e=6e5}={})=>({pollingIntervalMs:Math.max(t||1e3,1e3),timeoutMs:Math.min(e||6e5,6e5)}))(n);let s;const a=setInterval((async()=>{const n=await t.post(Zt,{pendingRef:e});n.ok&&(clearInterval(a),s&&clearTimeout(s),o(Ee(Promise.resolve(n))))}),i);s=setTimeout((()=>{o({error:{errorDescription:`Session polling timeout exceeded: ${r}ms`,errorCode:"0"},ok:!1}),clearInterval(a)}),r)})))),update:{email:Qe(((e,n,o,i)=>Ee(t.post(Gt.email,{loginId:e,email:n,URI:o},{token:i}))))}}),en=De($e("flowId")),nn=De($e("executionId"),$e("stepId"),$e("interactionId")),on=t=>({start:en(((e,n,o,i,r)=>Ee(t.post(pe,{flowId:e,options:n,conditionInteractionId:o,interactionId:i,input:r})))),next:nn(((e,n,o,i)=>Ee(t.post(fe,{executionId:e,stepId:n,interactionId:o,input:i}))))}),rn=$e("loginId"),sn=$e("uri"),an=De($e("token")),ln=De(rn,sn),cn=De(rn,Ke("phone"),sn),un=De(rn,Ne("email"),sn),dn=t=>({verify:an((e=>Ee(t.post(Kt,{token:e})))),signIn:Object.keys(He).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:ln(((e,o,i,r)=>Ee(t.post(Ce(Jt,n),{loginId:e,URI:o,loginOptions:i},{token:r}))))})),{}),signUp:Object.keys(He).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:ln(((e,o,i)=>Ee(t.post(Ce(Wt,n),{loginId:e,URI:o,user:i}))))})),{}),signUpOrIn:Object.keys(He).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:ln(((e,o)=>Ee(t.post(Ce(Ht,n),{loginId:e,URI:o}))))})),{}),update:{email:un(((e,n,o,i)=>Ee(t.post(Ft.email,{loginId:e,email:n,URI:o},{token:i})))),phone:Object.keys(Fe).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:cn(((e,o,i,r)=>Ee(t.post(Ce(Ft.phone,n),{loginId:e,phone:o,URI:i},{token:r}))))})),{})}});var hn;!function(t){t.facebook="facebook",t.github="github",t.google="google",t.microsoft="microsoft",t.gitlab="gitlab",t.apple="apple",t.discord="discord",t.linkedin="linkedin"}(hn||(hn={}));const pn=De($e("code")),fn=t=>({start:Object.keys(hn).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:async(e,{redirect:o=!1}={},i,r)=>{const s=await t.post(Yt,i||{},{queryParams:Object.assign({provider:n},e&&{redirectURL:e}),token:r});if(!o||!s.ok)return Ee(Promise.resolve(s));const{url:a}=await s.json();window.location.href=a}})),{}),exchange:pn((e=>Ee(t.post(Qt,{code:e}))))});var gn;!function(t){t.signUp="signup",t.signIn="signin",t.verify="verify",t.updatePhone="updatePhone"}(gn||(gn={}));const vn=$e("loginId"),mn=De(vn,$e("code")),bn=De(vn),wn=De(vn,Ke("phone")),yn=De(vn,Ne("email")),kn=t=>({verify:Object.keys(He).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:mn(((e,o)=>Ee(t.post(Ce(qt,n),{code:o,loginId:e}))))})),{}),signIn:Object.keys(He).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:bn(((e,o,i)=>Ee(t.post(Ce(Mt,n),{loginId:e,loginOptions:o},{token:i}))))})),{}),signUp:Object.keys(He).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:bn(((e,o)=>Ee(t.post(Ce(Dt,n),{loginId:e,user:o}))))})),{}),signUpOrIn:Object.keys(He).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:bn((e=>Ee(t.post(Ce(Nt,n),{loginId:e}))))})),{}),update:{email:yn(((e,n,o)=>Ee(t.post($t.email,{loginId:e,email:n},{token:o})))),phone:Object.keys(Fe).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:wn(((e,o,i)=>Ee(t.post(Ce($t.phone,n),{loginId:e,phone:o},{token:i}))))})),{})}}),In=De($e("tenant")),On=De($e("code")),xn=t=>({start:In((async(e,n,{redirect:o=!1}={},i,r)=>{const s=await t.post(te,i||{},{queryParams:{tenant:e,redirectURL:n},token:r});if(!o||!s.ok)return Ee(Promise.resolve(s));const{url:a}=await s.json();window.location.href=a})),exchange:On((e=>Ee(t.post(ee,{code:e}))))}),Sn=$e("loginId"),jn=De(Sn,$e("code")),Cn=De(Sn),En=De(Sn),_n=t=>({signUp:Cn(((e,n)=>Ee(t.post(oe,{loginId:e,user:n})))),verify:jn(((e,n,o,i)=>Ee(t.post(ne,{loginId:e,code:n,loginOptions:o},{token:i})))),update:En(((e,n)=>Ee(t.post(ie,{loginId:e},{token:n}))))}),An=[Me('"loginId" must be a string')],Un=$e("loginId"),Pn=$e("origin"),Rn=De(Un,Pn,$e("name")),Ln=De(Un,Pn),Tn=De(An,Pn),qn=De(Un,Pn,$e("token")),Mn=De($e("transactionId"),$e("response")),Dn=t=>({signUp:{start:Rn(((e,n,o)=>Ee(t.post(re.start,{user:{loginId:e,name:o},origin:n})))),finish:Mn(((e,n)=>Ee(t.post(re.finish,{transactionId:e,response:n}))))},signIn:{start:Tn(((e,n,o,i)=>Ee(t.post(se.start,{loginId:e,origin:n,loginOptions:o},{token:i})))),finish:Mn(((e,n)=>Ee(t.post(se.finish,{transactionId:e,response:n}))))},signUpOrIn:{start:Ln(((e,n)=>Ee(t.post(ae.start,{loginId:e,origin:n}))))},update:{start:qn(((e,n,o)=>Ee(t.post(le.start,{loginId:e,origin:n},{token:o})))),finish:Mn(((e,n)=>Ee(t.post(le.finish,{transactionId:e,response:n}))))}}),$n=De($e("token"));var Nn,Kn=De([("projectId",Nn=$e("projectId"),_e(((t,e)=>n=>Ae(...e).validate(Lt(n,t)))("projectId",Nn))())])((t=>{var e,n;const o=[].concat((null===(e=t.hooks)||void 0===e?void 0:e.beforeRequest)||[]),i=[].concat((null===(n=t.hooks)||void 0===n?void 0:n.afterRequest)||[]);return(({projectId:t,logger:e,baseUrl:n,hooks:o,cookiePolicy:i,baseHeaders:r={}})=>{return s=ye({baseUrl:n||"https://api.descope.com",projectId:t,logger:e,hooks:o,cookiePolicy:i,baseConfig:{baseHeaders:r}}),{accessKey:We(s),otp:kn(s),magicLink:dn(s),enchantedLink:tn(s),oauth:fn(s),saml:xn(s),totp:_n(s),webauthn:Dn(s),flow:on(s),refresh:t=>Ee(s.post(ce,{},{token:t})),logout:t=>Ee(s.post(ue,{},{token:t})),logoutAll:t=>Ee(s.post(de,{},{token:t})),me:t=>Ee(s.get(he,{token:t})),isJwtExpired:$n(xe),getJwtPermissions:$n(Se),getJwtRoles:$n(je),httpClient:s};var s})(Object.assign(Object.assign({},t),{hooks:{beforeRequest:t=>null==o?void 0:o.reduce(((t,e)=>e(t)),t),afterRequest:async(e,n)=>{(await Promise.allSettled(null==i?void 0:i.map((t=>t(e,null==n?void 0:n.clone()))))).forEach((e=>{var n;return"rejected"===e.status&&(null===(n=t.logger)||void 0===n?void 0:n.error(e.reason))}))}}}))}));const Jn=(t,e,n)=>(e.forEach((e=>{const o=e.split(".");let i=o.shift(),r=t;for(;o.length>0;){if(r=r[i],!i||!r)throw Error(`Invalid path "${e}", "${i}" is missing or has no value`);i=o.shift()}if("function"!=typeof r[i])throw Error(`"${e}" is not a function`);const s=r[i];r[i]=n(s)})),t);var Wn=Object.assign(Kn,{DeliveryMethods:He});function Fn(t,e){var n=[];return function(t,e){var n,o,i=(o=function(){for(var t=0,e=0,n=arguments.length;e<n;e++)t+=arguments[e].length;var o=Array(t),i=0;for(e=0;e<n;e++)for(var r=arguments[e],s=0,a=r.length;s<a;s++,i++)o[i]=r[s];return o}(t),{current:function(){return o[0]},postpone:function(){var t=o.shift();void 0!==t&&o.push(t)},exclude:function(){o.shift()}}),r=(100,3e3,n=0,function(){return Math.random()*Math.min(3e3,100*Math.pow(2,n++))}),s=i.current();if(void 0===s)return Promise.reject(new TypeError("The list of script URL patterns is empty"));var a=function(t,n){return e(t).catch((function(t){if(n+1>=5)throw t;!function(t){if(!(t instanceof Error))return!1;var e=t.message;return"Blocked by CSP"===e||"9319"===e}(t)?i.postpone():i.exclude();var e,o=i.current();if(void 0===o)throw t;return(e=r(),new Promise((function(t){return setTimeout(t,e)}))).then((function(){return a(o,n+1)}))}))};return a(s,0)}(t,(function(t){var o=new Date,i=function(){return n.push({url:t,startedAt:o,finishedAt:new Date})},r=e(t);return r.then(i,i),r})).then((function(t){return[t,{attempts:n}]}))}var Hn="Failed to load the JS script of the agent";function zn(n){var o;n.scriptUrlPattern;var i=n.token,r=n.apiKey,s=void 0===r?i:r,a=e(n,["scriptUrlPattern","token","apiKey"]),l=null!==(o=function(t,e){return function(t,e){return Object.prototype.hasOwnProperty.call(t,e)}(t,e)?t[e]:void 0}(n,"scriptUrlPattern"))&&void 0!==o?o:"https://fpnpmcdn.net/v<version>/<apiKey>/loader_v<loaderVersion>.js";return Promise.resolve().then((function(){if(!s||"string"!=typeof s)throw new Error("API key required");return Fn(function(t,e){return(Array.isArray(t)?t:[t]).map((function(t){return function(t,e){var n=encodeURIComponent;return t.replace(/<[^<>]+>/g,(function(t){return"<version>"===t?"3":"<apiKey>"===t?n(e):"<loaderVersion>"===t?n("3.8.1"):t}))}(String(t),e)}))}(l,s),Bn).catch(Zn)})).then((function(e){var n=e[0],o=e[1];return n.load(t(t({},a),{ldi:o}))}))}function Bn(t){return function(t,e,n,o){var i,r=document,s="securitypolicyviolation",a=function(e){var n=new URL(t,location.href),o=e.blockedURI;o!==n.href&&o!==n.protocol.slice(0,-1)&&o!==n.origin||(i=e,l())};r.addEventListener(s,a);var l=function(){return r.removeEventListener(s,a)};return Promise.resolve().then(e).then((function(t){return l(),t}),(function(t){return new Promise((function(t){return setTimeout(t)})).then((function(){if(l(),i)return function(){throw new Error("Blocked by CSP")}();throw t}))}))}(t,(function(){return function(t){return new Promise((function(e,n){var o=document.createElement("script"),i=function(){var t;return null===(t=o.parentNode)||void 0===t?void 0:t.removeChild(o)},r=document.head||document.getElementsByTagName("head")[0];o.onload=function(){i(),e()},o.onerror=function(){i(),n(new Error(Hn))},o.async=!0,o.src=t,r.appendChild(o)}))}(t)})).then(Vn)}function Vn(){var t=window,e="__fpjs_p_l_b",n=t[e];if(function(t,e){var n,o=null===(n=Object.getOwnPropertyDescriptor)||void 0===n?void 0:n.call(Object,t,e);(null==o?void 0:o.configurable)?delete t[e]:o&&!o.writable||(t[e]=void 0)}(t,e),"function"!=typeof(null==n?void 0:n.load))throw new Error("9319");return n}function Zn(t){throw t instanceof Error&&"9319"===t.message?new Error(Hn):t}
2
+ /*! js-cookie v3.0.1 | MIT */function Gn(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var o in n)t[o]=n[o]}return t}var Xn=function t(e,n){function o(t,o,i){if("undefined"!=typeof document){"number"==typeof(i=Gn({},n,i)).expires&&(i.expires=new Date(Date.now()+864e5*i.expires)),i.expires&&(i.expires=i.expires.toUTCString()),t=encodeURIComponent(t).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape);var r="";for(var s in i)i[s]&&(r+="; "+s,!0!==i[s]&&(r+="="+i[s].split(";")[0]));return document.cookie=t+"="+e.write(o,t)+r}}return Object.create({set:o,get:function(t){if("undefined"!=typeof document&&(!arguments.length||t)){for(var n=document.cookie?document.cookie.split("; "):[],o={},i=0;i<n.length;i++){var r=n[i].split("="),s=r.slice(1).join("=");try{var a=decodeURIComponent(r[0]);if(o[a]=e.read(s,a),t===a)break}catch(t){}}return t?o[t]:o}},remove:function(t,e){o(t,"",Gn({},e,{expires:-1}))},withAttributes:function(e){return t(this.converter,Gn({},this.attributes,e))},withConverter:function(e){return t(Gn({},this.converter,e),this.attributes)}},{attributes:{value:Object.freeze(n)},converter:{value:Object.freeze(e)}})}({read:function(t){return'"'===t[0]&&(t=t.slice(1,-1)),t.replace(/(%[\dA-F]{2})+/gi,decodeURIComponent)},write:function(t){return encodeURIComponent(t).replace(/%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,decodeURIComponent)}},{path:"/"});const Yn=(t,e)=>{var n;return["beforeRequest","afterRequest"].reduce(((n,o)=>{var i;return n[o]=[].concat((null===(i=t.hooks)||void 0===i?void 0:i[o])||[]).concat((null==e?void 0:e[o])||[]),n}),null!==(n=t.hooks)&&void 0!==n?n:t.hooks={}),t},Qn=async t=>{if(!(null==t?void 0:t.ok))return{};const e=await(null==t?void 0:t.clone().json());return(null==e?void 0:e.authInfo)||e||{}},to=async t=>{const e=await Qn(t);return(null==e?void 0:e.user)||((null==e?void 0:e.hasOwnProperty("userId"))?e:void 0)},eo="undefined"!=typeof localStorage,no=(t,e)=>eo&&(null===localStorage||void 0===localStorage?void 0:localStorage.setItem(t,e)),oo=t=>eo&&(null===localStorage||void 0===localStorage?void 0:localStorage.getItem(t)),io=t=>eo&&(null===localStorage||void 0===localStorage?void 0:localStorage.removeItem(t)),ro="undefined"!=typeof window,so=ro&&(null===localStorage||void 0===localStorage?void 0:localStorage.getItem("fingerprint.endpoint.url"))||"https://fp.descope.com",ao=(t="",e="")=>({vsid:t,vrid:e}),lo=(t=!1)=>{const e=localStorage.getItem("fp");if(!e)return null;const n=JSON.parse(e);return(new Date).getTime()>n.expiry&&!t?null:n.value},co=t=>(t.body&&(t.body.fpData=lo(!0)||ao()),t),uo=()=>oo("dls_last_user_login_id"),ho=()=>oo("dls_last_user_display_name"),po=t=>async(...e)=>{var n;e[1]=e[1]||{};const[,o={}]=e,i=uo(),r=ho();return i&&(null!==(n=o.lastAuth)&&void 0!==n||(o.lastAuth={}),o.lastAuth.loginId=i,o.lastAuth.name=r),await t(...e)},fo=t=>async(...e)=>{const n=await t(...e);return io("dls_last_user_login_id"),io("dls_last_user_display_name"),n};function go(){const t=[];return{pub:e=>{t.forEach((t=>t(e)))},sub:e=>{const n=t.push(e)-1;return()=>t.splice(n,1)}}}const vo=(t={},n)=>{var{refreshJwt:o,sessionJwt:i}=t,r=e(t,["refreshJwt","sessionJwt"]);void 0===n&&(n=!1),o&&no("DSR",o),i&&(n?function(t,e,{cookiePath:n,cookieDomain:o,cookieExpiration:i}){if(e){const r=new Date(1e3*i);Xn.set(t,e,{path:n,domain:o,expires:r,sameSite:"Strict",secure:!0})}}("DS",i,r):no("DS",i))};function mo(){return oo("DSR")||""}function bo(){return Xn.get("DS")||oo("DS")||""}function wo(){io("DSR"),io("DS"),Xn.remove("DS")}const yo=t=>Object.assign(t,{token:t.token||mo()}),ko=t=>async(...e)=>{const n=await t(...e);return wo(),n};async function Io(t){const e=function(t){var e;const n=JSON.parse(t);return n.publicKey.challenge=Eo(n.publicKey.challenge),n.publicKey.user.id=Eo(n.publicKey.user.id),null===(e=n.publicKey.excludeCredentials)||void 0===e||e.forEach((t=>{t.id=Eo(t.id)})),n}(t);return n=await navigator.credentials.create(e),JSON.stringify({id:n.id,rawId:_o(n.rawId),type:n.type,response:{attestationObject:_o(n.response.attestationObject),clientDataJSON:_o(n.response.clientDataJSON)}});var n}async function Oo(t){const e=jo(t);return Co(await navigator.credentials.get(e))}async function xo(t,e){const n=jo(t);return n.signal=e.signal,n.mediation="conditional",Co(await navigator.credentials.get(n))}async function So(t=!1){if(!ro)return Promise.resolve(!1);const e=!!(PublicKeyCredential&&navigator.credentials&&navigator.credentials.create&&navigator.credentials.get);return e&&t&&PublicKeyCredential.isUserVerifyingPlatformAuthenticatorAvailable?PublicKeyCredential.isUserVerifyingPlatformAuthenticatorAvailable():e}function jo(t){var e;const n=JSON.parse(t);return n.publicKey.challenge=Eo(n.publicKey.challenge),null===(e=n.publicKey.allowCredentials)||void 0===e||e.forEach((t=>{t.id=Eo(t.id)})),n}function Co(t){return JSON.stringify({id:t.id,rawId:_o(t.rawId),type:t.type,response:{authenticatorData:_o(t.response.authenticatorData),clientDataJSON:_o(t.response.clientDataJSON),signature:_o(t.response.signature),userHandle:t.response.userHandle?_o(t.response.userHandle):void 0}})}function Eo(t){const e=t.replace(/_/g,"/").replace(/-/g,"+");return Uint8Array.from(atob(e),(t=>t.charCodeAt(0))).buffer}function _o(t){return btoa(String.fromCharCode.apply(null,new Uint8Array(t))).replace(/\//g,"_").replace(/\+/g,"-").replace(/=/g,"")}var Ao,Uo=(Ao=t=>({async signUp(e,n){const o=await t.webauthn.signUp.start(e,window.location.origin,n);if(!o.ok)return o;const i=await Io(o.data.options);return await t.webauthn.signUp.finish(o.data.transactionId,i)},async signIn(e){const n=await t.webauthn.signIn.start(e,window.location.origin);if(!n.ok)return n;const o=await Oo(n.data.options);return await t.webauthn.signIn.finish(n.data.transactionId,o)},async signUpOrIn(e){var n;const o=await t.webauthn.signUpOrIn.start(e,window.location.origin);if(!o.ok)return o;if(null===(n=o.data)||void 0===n?void 0:n.create){const e=await Io(o.data.options);return await t.webauthn.signUp.finish(o.data.transactionId,e)}{const e=await Oo(o.data.options);return await t.webauthn.signIn.finish(o.data.transactionId,e)}},async update(e,n){const o=await t.webauthn.update.start(e,window.location.origin,n);if(!o.ok)return o;const i=await Io(o.data.options);return await t.webauthn.update.finish(o.data.transactionId,i)},helpers:{create:Io,get:Oo,isSupported:So,conditional:xo}}),(...t)=>{const e=Ao(...t);return Object.assign(e.signUp,t[0].webauthn.signUp),Object.assign(e.signIn,t[0].webauthn.signIn),Object.assign(e.signUpOrIn,t[0].webauthn.signUpOrIn),Object.assign(e.update,t[0].webauthn.update),e}),Po=t=>Object.assign(Object.assign({},t.flow),{start:async(...e)=>{const n=await So(),o=Object.assign(Object.assign({},e[1]),{redirectUrl:window.location.href,deviceInfo:{webAuthnSupport:n}});return e[1]=o,t.flow.start(...e)}});const Ro=function(...t){return e=>t.reduce(((t,e)=>e(t)),e)}((t=>n=>{var{fpKey:o,fpLoad:i}=n,r=e(n,["fpKey","fpLoad"]);return o?(ro?i&&(async t=>{try{if(lo())return;const e=(Date.now().toString(36)+Math.random().toString(36).substring(2)+Math.random().toString(36).substring(2)).substring(0,27),n=zn({apiKey:t,endpoint:so}),o=await n,{requestId:i}=await o.get({linkedId:e});(t=>{const e={value:t,expiry:(new Date).getTime()+864e5};localStorage.setItem("fp",JSON.stringify(e))})(ao(e,i))}catch(t){global.FB_DEBUG&&console.error(t)}})(o).catch((()=>null)):console.warn("Fingerprint is a client side only capability and will not work when running in the server"),t(Yn(r,{beforeRequest:co}))):t(Object.assign({},r))}),(t=>n=>{var o=e(n,["autoRefresh"]);const{clearAllTimers:i,setTimer:r}=(()=>{const t=[];return{clearAllTimers:()=>{for(;t.length;)clearTimeout(t.pop())},setTimer:(e,n)=>{t.push(setTimeout(e,n))}}})(),s=t(Yn(o,{afterRequest:async(t,e)=>{const{refreshJwt:n,sessionJwt:o}=await Qn(e);if(401===(null==e?void 0:e.status))i();else if(o){const t=((a=(t=>{const e=t.split(".");try{if(3===e.length){const t=JSON.parse(window.atob(e[1]));if(t.exp)return new Date(1e3*t.exp)}}catch(t){}return null})(o))?a.getTime()-(new Date).getTime():0)-2e4;i(),r((()=>s.refresh(n)),t)}var a}}));return Jn(s,["logout","logoutAll"],(t=>async(...e)=>{const n=await t(...e);return i(),n}))}),(t=>e=>t(Object.assign(Object.assign({},e),{baseHeaders:Object.assign({"x-descope-sdk-name":"web-js","x-descope-sdk-version":"0.1.1-alpha.0"},e.baseHeaders)}))),(t=>e=>{const n=go(),o=go(),i=t(Yn(e,{afterRequest:async(t,e)=>{if(401===(null==e?void 0:e.status))n.pub(null),o.pub(null);else{const t=await to(e);t&&o.pub(t);const{sessionJwt:i}=await Qn(e);i&&n.pub(i)}}})),r=Jn(i,["logout","logoutAll"],(t=>async(...e)=>{const i=await t(...e);return n.pub(null),o.pub(null),i}));return Object.assign(r,{onSessionTokenChange:n.sub,onUserChange:o.sub})}),(t=>e=>{const n=t(Yn(e,{afterRequest:async(t,e)=>{var n;const o=await to(e),i=null===(n=null==o?void 0:o.loginIds)||void 0===n?void 0:n[0],r=null==o?void 0:o.name;i&&((t=>{no("dls_last_user_login_id",t)})(i),(t=>{no("dls_last_user_display_name",t)})(r))}}));let o=Jn(n,["flow.start"],po);return o=Jn(o,["logout","logoutAll"],fo),Object.assign(o,{getLastUserLoginId:uo,getLastUserDisplayName:ho})}),(t=>n=>{var{persistTokens:o,sessionTokenViaCookie:i}=n,r=e(n,["persistTokens","sessionTokenViaCookie"]);if(!o||!ro)return o&&console.warn("Storing auth tokens in local storage and cookies are a client side only capabilities and will not be done when running in the server"),t(r);const s=t(Yn(r,{beforeRequest:yo,afterRequest:async(t,e)=>{401===(null==e?void 0:e.status)?wo():vo(await Qn(e),i)}})),a=Jn(s,["logout","logoutAll"],ko);return Object.assign(a,{getRefreshToken:mo,getSessionToken:bo})}))(((...t)=>{const e=Wn(...t);return Object.assign(Object.assign({},e),{flow:Po(e),webauthn:Uo(e)})})),Lo=document.createElement("template");var To,qo,Mo,Do,$o,No,Ko,Jo,Wo,Fo,Ho,zo,Bo,Vo,Zo,Go,Xo,Yo,Qo,ti,ei,ni,oi,ii,ri,si,ai,li,ci,ui,di,hi,pi,fi,gi,vi,mi,bi,wi,yi,ki,Ii,Oi,xi,Si,ji,Ci,Ei;Lo.innerHTML='\n\t<style>\n\t\t:host {\n\t\t\twidth: 100%;\n\t\t\theight: 100%;\n\t\t}\n\t\t\n\t\t#wc-root {\n\t\t\theight: 100%;\n\t\t\ttransition: opacity 300ms ease-in-out;\n\t\t}\n\n\t\t#wc-root[data-theme] {\n\t\t\tbackground-color: transparent;\n\t\t}\n\n\t\t.fade-out {\n\t\t\topacity: 0.1;\n\t\t}\n\n\t</style>\n\t<div id="wc-root"></div>\n\t';class _i extends HTMLElement{constructor(t){super(),To.add(this),qo.set(this,!1),Mo.set(this,new R),Do.set(this,new R),this.nextRequestStatus=new R({isLoading:!1}),$o.set(this,void 0),No.set(this,{popstate:o(this,To,"m",zo).bind(this)}),Ko.set(this,void 0),Zo.set(this,C((()=>n(this,void 0,void 0,(function*(){const t=k(this.projectId,"config.json");try{return yield y(t,"json")}catch(t){this.logger.error("Cannot get config file","make sure that your projectId & flowId are correct")}}))))),this.logger={error:(t,e="")=>{console.error(t,e,new Error),o(this,To,"m",ni).call(this,t,e)},info:(t,e="")=>{console.log(t,e)}},i(this,Ko,t,"f"),o(this,To,"m",Jo).call(this)}static get observedAttributes(){return["project-id","flow-id","base-url","tenant","theme","debug","telemetryKey"]}get projectId(){return this.getAttribute("project-id")}get flowId(){return this.getAttribute("flow-id")}get baseUrl(){return this.getAttribute("base-url")||void 0}get tenant(){return this.getAttribute("tenant")||void 0}get debug(){return"true"===this.getAttribute("debug")}get theme(){var t,e;const n=this.getAttribute("theme");if("os"===n){return window.matchMedia&&(null===(e=null===(t=window.matchMedia)||void 0===t?void 0:t.call(window,"(prefers-color-scheme: dark)"))||void 0===e?void 0:e.matches)?"dark":"light"}return n||"light"}get telemetryKey(){return this.getAttribute("telemetryKey")||void 0}getFlowConfig(){var t;return n(this,void 0,void 0,(function*(){const e=yield o(this,Zo,"f").call(this);return(null===(t=null==e?void 0:e.flows)||void 0===t?void 0:t[this.flowId])||{}}))}connectedCallback(){return n(this,void 0,void 0,(function*(){if(this.shadowRoot.isConnected){if(o(this,To,"m",Wo).call(this))return void o(this,To,"m",Fo).call(this);o(this,To,"m",Ho).call(this),o(this,To,"m",Xo).call(this),o(this,To,"m",Go).call(this),o(this,To,"m",oi).call(this);const{executionId:t,stepId:e,token:n,code:r,exchangeError:s}=j();window.addEventListener("popstate",o(this,No,"f").popstate),o(this,Mo,"f").subscribe(o(this,To,"m",Vo).bind(this)),o(this,Do,"f").subscribe(o(this,To,"m",ei).bind(this)),o(this,Mo,"f").update({projectId:this.projectId,flowId:this.flowId,baseUrl:this.baseUrl,tenant:this.tenant,stepId:e,executionId:t,token:n,code:r,exchangeError:s,telemetryKey:this.telemetryKey}),o(this,Do,"f").update({isDebug:this.debug}),i(this,qo,!0,"f")}}))}disconnectedCallback(){o(this,Mo,"f").unsubscribeAll(),o(this,Do,"f").unsubscribeAll(),o(this,To,"m",ti).call(this),window.removeEventListener("popstate",o(this,No,"f").popstate)}attributeChangedCallback(t,e,n){if(this.shadowRoot.isConnected&&o(this,qo,"f")&&e!==n&&_i.observedAttributes.includes(t)){o(this,To,"m",Ho).call(this);const i=null===e;o(this,Mo,"f").update((({stepId:e,executionId:o})=>{let r=e,s=o;return i||(s=null,r=null,x()),{[S(t)]:n,stepId:r,executionId:s}})),o(this,Do,"f").update({isDebug:this.debug})}}}qo=new WeakMap,Mo=new WeakMap,Do=new WeakMap,$o=new WeakMap,No=new WeakMap,Ko=new WeakMap,Zo=new WeakMap,To=new WeakSet,Jo=function(){this.attachShadow({mode:"open"}),this.shadowRoot.appendChild(Lo.content.cloneNode(!0)),this.rootElement=this.shadowRoot.querySelector("#wc-root")},Wo=function(){const t=/Chrome/.test(navigator.userAgent)&&/Google Inc/.test(navigator.vendor);return!this.shadowRoot.host.closest("form")&&t},Fo=function(){const t=this.shadowRoot.host,e=document.createElement("form");t.parentElement.appendChild(e),e.appendChild(t)},Ho=function(){const t=["base-url","tenant","theme","debug","telemetryKey"];if(_i.observedAttributes.forEach((e=>{if(!t.includes(e)&&!this[S(e)])throw Error(`${e} cannot be empty`)})),this.theme&&"light"!==this.theme&&"dark"!==this.theme)throw Error('Supported theme values are "light", "dark", or leave empty for using the OS theme')},zo=function(){const{stepId:t,executionId:e}=O();o(this,Mo,"f").update({stepId:t,executionId:e})},Bo=function(t,e,o){const i=o||void 0,r=!!i;this.sdk=Ro(Object.assign(Object.assign({},_i.sdkConfigOverrides),{projectId:t,baseUrl:e,fpKey:i,fpLoad:r,persistTokens:!0})),["start","next"].forEach((t=>{const e=this.sdk.flow[t];this.sdk.flow[t]=(...t)=>n(this,void 0,void 0,(function*(){this.nextRequestStatus.update({isLoading:!0});try{return yield e(...t)}finally{this.nextRequestStatus.update({isLoading:!1})}}))}))},Vo=function(t,e,i){return n(this,void 0,void 0,(function*(){const{projectId:e,baseUrl:n,telemetryKey:r}=t;if(i("projectId")||i("baseUrl")||i("telemetryKey")){if(!e)return;o(this,To,"m",Bo).call(this,e,n,r)}o(this,Ko,"f").call(this,t)}))},Go=function(){var t,e,i,r;return n(this,void 0,void 0,(function*(){const n=yield o(this,Zo,"f").call(this);null===(r=null===(i=null===(e=null===(t=null==n?void 0:n.cssTemplate)||void 0===t?void 0:t[this.theme])||void 0===e?void 0:e.typography)||void 0===i?void 0:i.fontFamilies)||void 0===r||r.forEach((t=>(t=>{if(!t)return;const e=document.createElement("link");e.href=t,e.rel="stylesheet",document.head.appendChild(e)})(t.url)))}))},Xo=function(){o(this,To,"m",Yo).call(this),o(this,To,"m",Qo).call(this)},Yo=function(){return n(this,void 0,void 0,(function*(){const t=document.createElement("style"),e=k(this.projectId,"theme.css");try{t.innerText=yield y(e,"text")}catch(t){this.logger.error("Cannot fetch theme file","make sure that your projectId & flowId are correct")}this.shadowRoot.appendChild(t)}))},Qo=function(){this.rootElement.setAttribute("data-theme",this.theme)},ti=function(){var t;null===(t=o(this,$o,"f"))||void 0===t||t.remove(),i(this,$o,null,"f")},ei=function({isDebug:t}){return n(this,void 0,void 0,(function*(){t?(yield Promise.resolve().then((function(){return Ri})),i(this,$o,document.createElement("descope-debugger"),"f"),Object.assign(o(this,$o,"f").style,{position:"fixed",top:"0",right:"0",height:"100vh",width:"100vw",pointerEvents:"none",zIndex:99999}),document.body.appendChild(o(this,$o,"f"))):o(this,To,"m",ti).call(this)}))},ni=function(t,e){var n;t&&this.debug&&(null===(n=o(this,$o,"f"))||void 0===n||n.updateData({title:t,description:e}))},oi=function(){this.rootElement.onkeydown=t=>{if("Enter"!==t.key)return;t.preventDefault();const e=this.rootElement.querySelectorAll("button");if(1===e.length)return void e[0].click();const n=Array.from(e).filter((t=>"button"===t.getAttribute("data-type")));1===n.length&&n[0].click()}},_i.sdkConfigOverrides={baseHeaders:{"x-descope-sdk-name":"web-component","x-descope-sdk-version":"0.1.0"}};class Ai extends _i{constructor(){const t=new R;super(t.update.bind(t)),ii.add(this),this.stepState=new R({},{updateOnlyOnChange:!1}),ri.set(this,void 0),si.set(this,null),ai.set(this,(()=>{clearInterval(o(this,ri,"f")),i(this,ri,null,"f")})),li.set(this,(t=>{var e,n,i,s,a,l,u,d,p;if(!(null==t?void 0:t.ok)){o(this,ai,"f").call(this),o(this,ii,"m",bi).call(this,"error",null==t?void 0:t.error);const r=null===(e=null==t?void 0:t.response)||void 0===e?void 0:e.url,l=`${null===(n=null==t?void 0:t.response)||void 0===n?void 0:n.status} - ${null===(i=null==t?void 0:t.response)||void 0===i?void 0:i.statusText}`;return void this.logger.error((null===(s=null==t?void 0:t.error)||void 0===s?void 0:s.errorDescription)||r,(null===(a=null==t?void 0:t.error)||void 0===a?void 0:a.errorMessage)||l)}const f=null===(d=null===(u=null===(l=t.data)||void 0===l?void 0:l.screen)||void 0===u?void 0:u.state)||void 0===d?void 0:d.errorText;f&&this.logger.error(f),(null===(p=t.data)||void 0===p?void 0:p.error)&&this.logger.error(`[${t.data.error.code}]: ${t.data.error.description}`,t.data.error.message);const{status:g,authInfo:v,lastAuth:m}=t.data;if("completed"===g)return function(t){r&&localStorage.setItem(c,JSON.stringify(t))}(m),o(this,ai,"f").call(this),void o(this,ii,"m",bi).call(this,"success",v);const{executionId:b,stepId:w,action:y,screen:k,redirect:I,webauthn:O}=t.data;y!==h?this.flowState.update({stepId:w,executionId:b,action:y,redirectUrl:null==I?void 0:I.url,screenId:null==k?void 0:k.id,screenState:null==k?void 0:k.state,webauthnTransactionId:null==O?void 0:O.transactionId,webauthnOptions:null==O?void 0:O.options}):this.flowState.update({action:y})})),ci.set(this,C((()=>n(this,void 0,void 0,(function*(){var t;try{const e=yield this.sdk.webauthn.signIn.start("",window.location.origin);return e.ok||this.logger.error("Webauthn start failed",null===(t=null==e?void 0:e.error)||void 0===t?void 0:t.errorMessage),e.data}catch(t){this.logger.error("Webauthn start failed",t.message)}}))))),this.flowState=t}static set sdkConfigOverrides(t){_i.sdkConfigOverrides=t}connectedCallback(){const t=Object.create(null,{connectedCallback:{get:()=>super.connectedCallback}});var e,o;return n(this,void 0,void 0,(function*(){this.shadowRoot.isConnected&&(null===(e=this.flowState)||void 0===e||e.subscribe(this.onFlowChange.bind(this)),null===(o=this.stepState)||void 0===o||o.subscribe(this.onStepChange.bind(this))),yield t.connectedCallback.call(this)}))}disconnectedCallback(){super.disconnectedCallback(),this.flowState.unsubscribeAll(),this.stepState.unsubscribeAll()}onFlowChange(t,e,r){var s;return n(this,void 0,void 0,(function*(){const{projectId:a,flowId:l,tenant:u,stepId:m,executionId:b,action:w,screenId:y,screenState:O,redirectUrl:x,token:S,code:j,exchangeError:C,webauthnTransactionId:E,webauthnOptions:_}=t;let A,U;o(this,ri,"f")&&o(this,ai,"f").call(this);const P=this.sdk.getLastUserLoginId();if(!b){if(!l)return;const t=yield this.getFlowConfig();if(({startScreenId:A=t.startScreenId,conditionInteractionId:U}=((t,e)=>{if(t&&"not-empty"===t.operator){const n=e?t.met:t.unmet;return{startScreenId:null==n?void 0:n.screenId,conditionInteractionId:null==n?void 0:n.interactionId}}return{}})(t.condition,P)),!A){const t=yield this.sdk.flow.start(l,{tenant:u});return void o(this,li,"f").call(this,t)}}if(r("token")&&S||r("code")&&j||r("exchangeError")&&C){const t=yield this.sdk.flow.next(b,m,g,{token:S,exchangeCode:j,exchangeError:C});return o(this,li,"f").call(this,t),void this.flowState.update({token:void 0,code:void 0,exchangeError:void 0})}if(w===d)return x||this.logger.error("Did not get redirect url"),void window.location.assign(x);if(w===p||w===f){if(!E||!_)return void this.logger.error("Did not get webauthn transaction id or options");let t,e;null===(s=o(this,si,"f"))||void 0===s||s.abort(),i(this,si,null,"f");try{t=w===p?yield T(_):yield q(_)}catch(t){if("NotAllowedError"!==t.name)return void this.logger.error(t.message);e=!0}const n=yield this.sdk.flow.next(b,m,g,{transactionId:E,response:t,cancelWebauthn:e});o(this,li,"f").call(this,n)}if(w===h&&i(this,ri,setInterval((()=>n(this,void 0,void 0,(function*(){const t=yield this.sdk.flow.next(b,m,v,{});o(this,li,"f").call(this,t)}))),2e3),"f"),!y&&!A)return void this.logger.info("Refreshing the page during a flow is not supported yet");const R={direction:I(+m,+e.stepId),screenState:Object.assign(Object.assign({},O),{lastAuth:{loginId:P,name:this.sdk.getLastUserDisplayName()||P}}),htmlUrl:k(a,`${A||y}.html`)},L=function(t){const e={};if(t)try{Object.assign(e,JSON.parse(localStorage.getItem(c)))}catch(t){}return e}(P);A?R.next=(...t)=>this.sdk.flow.start(l,{tenant:u,lastAuth:L},U,...t):(r("projectId")||r("baseUrl")||r("executionId")||r("stepId"))&&(R.next=(...t)=>this.sdk.flow.next(b,m,...t)),this.stepState.update(R)}))}onStepChange(t){var e;return n(this,void 0,void 0,(function*(){const{htmlUrl:i,direction:r,next:s,screenState:a}=t,l=document.createElement("template");l.innerHTML=yield y(i,"text");const c=l.content.cloneNode(!0),d=(t=>{var e;const n=Array.from(t.querySelectorAll("script[data-id]")).map((e=>{var n;const o=e.getAttribute("data-id"),i=null===(n=t.getElementById(o))||void 0===n?void 0:n.innerHTML,r=Function(i).bind(e.previousSibling);return e.remove(),r}));return null===(e=t.querySelector("scripts"))||void 0===e||e.remove(),n})(c);this.sdk.webauthn.helpers.isSupported()?yield o(this,ii,"m",di).call(this,c,s):c.querySelectorAll(`button[${u}="biometrics"]`).forEach((t=>t.setAttribute("disabled","true"))),L(c,a),((t,e)=>{var n;e&&(null===(n=null==t?void 0:t.style)||void 0===n||n.setProperty("--totp-image",`url(data:image/jpg;base64,${e})`))})(c.querySelector("div"),null===(e=null==a?void 0:a.totp)||void 0===e?void 0:e.image);const h=()=>n(this,void 0,void 0,(function*(){try{d.forEach((t=>{t()}))}catch(t){this.logger.error(t.message)}this.rootElement.replaceChildren(c);const t=this.rootElement.querySelector('input:not([aria-hidden="true"])');null==t||t.focus({preventScroll:!0}),o(this,ii,"m",vi).call(this,s),o(this,ii,"m",bi).call(this,"page-updated",{});if(this.rootElement.querySelector(`[${u}="polling"]`)){const t=yield s(v,{});o(this,li,"f").call(this,t)}}));r?o(this,ii,"m",mi).call(this,h,r):h()}))}}ri=new WeakMap,si=new WeakMap,ai=new WeakMap,li=new WeakMap,ci=new WeakMap,ii=new WeakSet,ui=function(t){const e=t.name;if(!["email"].includes(e)){const n=`user-${e}`;t.name=n,t.addEventListener("input",(()=>{t.name=t.value?e:n}))}},di=function(t,e){var r;return n(this,void 0,void 0,(function*(){null===(r=o(this,si,"f"))||void 0===r||r.abort();const s=t.querySelector('input[autocomplete="webauthn"]');if(s&&(yield $())){const{options:t,transactionId:r}=(yield o(this,ci,"f").call(this))||{};t&&r&&(o(this,ii,"m",ui).call(this,s),i(this,si,new AbortController,"f"),this.sdk.webauthn.helpers.conditional(t,o(this,si,"f")).then((t=>n(this,void 0,void 0,(function*(){const n=yield e(s.id,{transactionId:r,response:t});o(this,li,"f").call(this,n)})))).catch((t=>{"AbortError"!==t.name&&this.logger.error("Conditional login failed",t.message)})))}}))},hi=function(){return Array.from(this.shadowRoot.querySelectorAll(".descope-input")).every((t=>(t.reportValidity(),t.checkValidity())))},pi=function(){return Array.from(this.shadowRoot.querySelectorAll("*[name]")).reduce(((t,e)=>e.name?Object.assign(t,{[e.name]:e.value}):t),{})},fi=function(t){const e=this.nextRequestStatus.subscribe((({isLoading:n})=>{var o,i;n?null===(o=null==t?void 0:t.classList)||void 0===o||o.add("loading"):(this.nextRequestStatus.unsubscribe(e),null===(i=null==t?void 0:t.classList)||void 0===i||i.remove("loading"))}))},gi=function(t,e){return n(this,void 0,void 0,(function*(){if(t.formNoValidate||o(this,ii,"m",hi).call(this)){const i=null==t?void 0:t.getAttribute("id");o(this,ii,"m",fi).call(this,t);const r=o(this,ii,"m",pi).call(this),s=(n=t,Array.from((null==n?void 0:n.attributes)||[]).reduce(((t,e)=>{var n;const o=null===(n=new RegExp("^data-descope-(\\S+)$").exec(e.name))||void 0===n?void 0:n[1];return o?Object.assign(t,{[o]:e.value}):t}),{})),a=Object.assign(Object.assign(Object.assign({},s),r),{origin:window.location.origin}),l=yield e(i,a);o(this,li,"f").call(this,l)}var n}))},vi=function(t){this.rootElement.querySelectorAll("button").forEach((e=>{e.onclick=()=>{o(this,ii,"m",gi).call(this,e,t)}}))},mi=function(t,e){this.rootElement.addEventListener("transitionend",(()=>{this.rootElement.classList.remove("fade-out"),t()}),{once:!0});const n=e===w.forward?"slide-forward":"slide-backward";Array.from(this.rootElement.getElementsByClassName("input-container")).forEach(((t,e)=>{t.style["transition-delay"]=40*e+"ms",t.classList.add(n)})),this.rootElement.classList.add("fade-out")},bi=function(t,e){this.dispatchEvent(new CustomEvent(t,{detail:e}))},customElements.define("descope-wc",Ai);const Ui=document.createElement("template");Ui.innerHTML=`\n<style>\n .debugger {\n width: 300px;\n height: 200px;\n background-color: #FAFAFA;\n position: fixed;\n font-family: "Helvetica Neue", sans-serif;\n box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px;\n border-radius: 8px;\n overflow: hidden;\n border: 1px solid lightgrey;\n pointer-events: initial;\n display: flex;\n flex-direction: column;\n min-width: 200px;\n max-width: 600px;\n max-height: calc(100% - 64px);\n min-height: 200px;\n resize: both;\n }\n\n .header {\n padding: 8px 16px;\n display: flex;\n align-items: center;\n background-color: #EEEEEE;\n cursor: move;\n border-bottom: 1px solid #e0e0e0;\n }\n\n .content {\n font-size: 14px;\n flex-grow: 1;\n overflow: auto;\n }\n\n .msg {\n border-bottom: 1px solid lightgrey; \n padding: 8px 16px;\n display: flex;\n gap: 5px;\n background-color: #FAFAFA;\n }\n\n .msg.collapsible {\n cursor: pointer;\n }\n\n .empty-state {\n padding: 8px 16px;\n background-color: #FAFAFA;\n }\n \n\n .msg.collapsible:not(.collapsed) {\n background-color: #F5F5F5;\n }\n\n .msg_title {\n padding-bottom: 5px;\n display: flex;\n gap: 8px;\n font-weight: 500;\n }\n\n .msg svg {\n padding: 1px;\n flex-shrink: 0;\n margin-top: -2px;\n }\n\n .msg_content {\n overflow: hidden;\n flex-grow: 1;\n margin-right:5px;\n } \n\n .msg_desc {\n color: #646464;\n cursor: initial;\n } \n\n .msg.collapsed .msg_desc {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n\n .msg.collapsible.collapsed .chevron {\n transform: rotate(-45deg) translateX(-2px);\n }\n\n .msg.collapsible .chevron {\n content: "";\n width:6px;\n height:6px;\n border-bottom: 2px solid grey;\n border-right: 2px solid grey;\n transform: rotate(45deg) translateX(-1px);\n margin: 5px;\n flex-shrink:0;\n }\n</style>\n\n<div style="top:32px; left:${window.innerWidth-300-32}px;" class="debugger">\n <div class="header">\n <span>Debugger messages</span>\n </div>\n <div class="content">\n <div class="empty-state">\n No errors detected 👀\n </div>\n </div>\n</div>\n`;class Pi extends HTMLElement{constructor(){super(),wi.add(this),yi.set(this,new R({messages:[]})),ki.set(this,void 0),Ii.set(this,void 0),Oi.set(this,void 0),xi.set(this,{resize:o(this,wi,"m",Ei).bind(this)}),this.attachShadow({mode:"open"}),this.shadowRoot.appendChild(Ui.content.cloneNode(!0)),i(this,ki,this.shadowRoot.querySelector(".debugger"),"f"),i(this,Ii,o(this,ki,"f").querySelector(".content"),"f"),i(this,Oi,o(this,ki,"f").querySelector(".header"),"f")}updateData(t){o(this,yi,"f").update((e=>({messages:e.messages.concat(t)})))}connectedCallback(){var t;((t,e,n)=>{let o=0,i=0,r=0,s=0;function a(e){e.preventDefault(),o=r-e.clientX,i=s-e.clientY,r=e.clientX,s=e.clientY;const[a,l]=N(t,t.offsetLeft-o,t.offsetTop-i,n);t.style.top=`${l}px`,t.style.left=`${a}px`}function l(){document.onmouseup=null,document.onmousemove=null}function c(t){t.preventDefault(),r=t.clientX,s=t.clientY,document.onmouseup=l,document.onmousemove=a}e?e.onmousedown=c:t.onmousedown=c})(o(this,ki,"f"),o(this,Oi,"f"),{top:"all",bottom:100,left:100,right:100}),window.addEventListener("resize",o(this,xi,"f").resize),(t=o(this,ki,"f")).onmousemove=e=>{(e.target.w&&e.target.w!==e.target.offsetWidth||e.target.h&&e.target.h!==e.target.offsetHeight)&&t.onresize(e),e.target.w=e.target.offsetWidth,e.target.h=e.target.offsetHeight},o(this,ki,"f").onresize=o(this,wi,"m",Ci).bind(this),o(this,yi,"f").subscribe(o(this,wi,"m",Si).bind(this))}disconnectedCallback(){o(this,yi,"f").unsubscribeAll(),window.removeEventListener("resize",o(this,xi,"f").resize)}}yi=new WeakMap,ki=new WeakMap,Ii=new WeakMap,Oi=new WeakMap,xi=new WeakMap,wi=new WeakSet,Si=function(t){o(this,wi,"m",ji).call(this,t),o(this,wi,"m",Ci).call(this)},ji=function(t){o(this,Ii,"f").innerHTML=t.messages.map((t=>`\n <div class="msg">\n <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M5.99984 13.167L8.99984 10.167L11.9998 13.167L13.1665 12.0003L10.1665 9.00033L13.1665 6.00033L11.9998 4.83366L8.99984 7.83366L5.99984 4.83366L4.83317 6.00033L7.83317 9.00033L4.83317 12.0003L5.99984 13.167ZM8.99984 17.3337C7.84706 17.3337 6.76373 17.1148 5.74984 16.677C4.73595 16.2398 3.854 15.6462 3.104 14.8962C2.354 14.1462 1.76039 13.2642 1.32317 12.2503C0.885393 11.2364 0.666504 10.1531 0.666504 9.00033C0.666504 7.84755 0.885393 6.76421 1.32317 5.75033C1.76039 4.73644 2.354 3.85449 3.104 3.10449C3.854 2.35449 4.73595 1.7606 5.74984 1.32283C6.76373 0.885603 7.84706 0.666992 8.99984 0.666992C10.1526 0.666992 11.2359 0.885603 12.2498 1.32283C13.2637 1.7606 14.1457 2.35449 14.8957 3.10449C15.6457 3.85449 16.2393 4.73644 16.6765 5.75033C17.1143 6.76421 17.3332 7.84755 17.3332 9.00033C17.3332 10.1531 17.1143 11.2364 16.6765 12.2503C16.2393 13.2642 15.6457 14.1462 14.8957 14.8962C14.1457 15.6462 13.2637 16.2398 12.2498 16.677C11.2359 17.1148 10.1526 17.3337 8.99984 17.3337ZM8.99984 15.667C10.8609 15.667 12.4373 15.0212 13.729 13.7295C15.0207 12.4378 15.6665 10.8614 15.6665 9.00033C15.6665 7.13921 15.0207 5.56283 13.729 4.27116C12.4373 2.97949 10.8609 2.33366 8.99984 2.33366C7.13873 2.33366 5.56234 2.97949 4.27067 4.27116C2.979 5.56283 2.33317 7.13921 2.33317 9.00033C2.33317 10.8614 2.979 12.4378 4.27067 13.7295C5.56234 15.0212 7.13873 15.667 8.99984 15.667Z" fill="#ED404A"/>\n</svg>\n\n <div class="msg_content">\n <div class="msg_title">\n ${t.title}\n </div>\n <div class="msg_desc">\n ${t.description}\n </div>\n </div>\n <div class="chevron"></div>\n </div>\n `)).join("")},Ci=function(){o(this,Ii,"f").querySelectorAll(".msg").forEach((t=>{const e=t.querySelector(".msg_desc"),n=e.scrollWidth>e.clientWidth,o=e.clientHeight>20;n||o?(t.classList.add("collapsible"),t.onclick=e=>{e.target.classList.contains("msg_desc")||t.classList.toggle("collapsed")}):(t.classList.remove("collapsible"),t.onclick=null)}))},Ei=function(){const[t,e]=N(o(this,ki,"f"),Number.parseInt(o(this,ki,"f").style.left,10),Number.parseInt(o(this,ki,"f").style.top,10),{top:"all",bottom:100,left:100,right:100});o(this,ki,"f").style.top=`${e}px`,o(this,ki,"f").style.left=`${t}px`},customElements.define("descope-debugger",Pi);var Ri=Object.freeze({__proto__:null,default:Pi})}();
package/package.json CHANGED
@@ -1,11 +1,13 @@
1
1
  {
2
2
  "name": "@descope/web-component",
3
- "version": "0.1.0-alpha.9",
4
- "main": "dist/descope-wc",
5
- "types": "dist/descope-wc.d.ts",
3
+ "version": "0.1.0",
4
+ "main": "dist/index.js",
5
+ "module": "dist/esm/index.js",
6
+ "types": "dist/index.d.ts",
6
7
  "description": "Descope WC",
7
8
  "scripts": {
8
- "start": "rollup -c rollup.config.app.js -w",
9
+ "start": "rollup -c rollup.config.app.serve.js -w",
10
+ "build-app": "rollup -c rollup.config.app.js",
9
11
  "build": "rollup -c",
10
12
  "test": "jest",
11
13
  "prepare": "husky install",
@@ -30,27 +32,25 @@
30
32
  ],
31
33
  "devDependencies": {
32
34
  "@open-wc/rollup-plugin-html": "1.2.5",
33
- "@rollup/plugin-commonjs": "^22.0.0",
34
- "@rollup/plugin-node-resolve": "^13.3.0",
35
- "@rollup/plugin-replace": "^4.0.0",
36
- "@rollup/plugin-typescript": "^8.3.0",
35
+ "@rollup/plugin-commonjs": "^24.0.0",
36
+ "@rollup/plugin-node-resolve": "^15.0.0",
37
+ "@rollup/plugin-replace": "^5.0.0",
38
+ "@rollup/plugin-typescript": "^11.0.0",
37
39
  "@testing-library/dom": "^8.19.0",
38
40
  "@testing-library/jest-dom": "^5.16.5",
39
41
  "@types/jest": "^29.0.0",
40
- "@types/lodash": "^4.14.186",
41
- "@types/lodash.get": "^4.4.7",
42
- "@types/lodash.set": "^4.3.7",
43
- "eslint": "8.26.0",
42
+ "dotenv": "^16.0.3",
43
+ "eslint": "8.33.0",
44
44
  "eslint-config-airbnb": "19.0.4",
45
45
  "eslint-config-airbnb-typescript": "17.0.0",
46
- "eslint-config-prettier": "8.5.0",
46
+ "eslint-config-prettier": "8.6.0",
47
47
  "eslint-config-standard": "17.0.0",
48
48
  "eslint-import-resolver-typescript": "3.4.0",
49
- "eslint-plugin-import": "2.26.0",
50
- "eslint-plugin-jest": "27.1.3",
51
- "eslint-plugin-jest-dom": "4.0.2",
49
+ "eslint-plugin-import": "2.27.5",
50
+ "eslint-plugin-jest": "27.2.1",
51
+ "eslint-plugin-jest-dom": "4.0.3",
52
52
  "eslint-plugin-jest-formatting": "3.1.0",
53
- "eslint-plugin-n": "15.3.0",
53
+ "eslint-plugin-n": "15.6.1",
54
54
  "eslint-plugin-no-only-tests": "3.1.0",
55
55
  "eslint-plugin-prefer-arrow": "1.2.3",
56
56
  "eslint-plugin-prettier": "4.2.1",
@@ -63,6 +63,7 @@
63
63
  "pretty-quick": "^3.1.3",
64
64
  "rollup": "^2.62.0",
65
65
  "rollup-plugin-browsersync": "^1.3.3",
66
+ "rollup-plugin-define": "^1.0.1",
66
67
  "rollup-plugin-delete": "^2.0.0",
67
68
  "rollup-plugin-dts": "^4.2.2",
68
69
  "rollup-plugin-livereload": "^2.0.5",
@@ -74,9 +75,9 @@
74
75
  "typescript": "^4.5.3"
75
76
  },
76
77
  "dependencies": {
77
- "@descope/web-js-sdk": "0.1.0-alpha.7"
78
+ "@descope/web-js-sdk": "0.1.1-alpha.0"
78
79
  },
79
80
  "overrides": {
80
- "terser": "5.15.1"
81
+ "terser": "5.16.1"
81
82
  }
82
83
  }
@@ -1,14 +0,0 @@
1
- declare class DescopeWc extends HTMLElement {
2
- #private;
3
- static get observedAttributes(): string[];
4
- constructor();
5
- get 'project-id'(): string;
6
- get 'flow-id'(): string;
7
- get 'base-url'(): string;
8
- get tenant(): string;
9
- connectedCallback(): void;
10
- disconnectedCallback(): void;
11
- attributeChangedCallback(attrName: string, oldValue: string, newValue: string): void;
12
- }
13
-
14
- export { DescopeWc as default };
@@ -1 +0,0 @@
1
- !function(){"use strict";var t=function(){return t=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},t.apply(this,arguments)};function e(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(t);o<r.length;o++)e.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(t,r[o])&&(n[r[o]]=t[r[o]])}return n}function n(t,e,n,r){return new(n||(n=Promise))((function(o,i){function s(t){try{c(r.next(t))}catch(t){i(t)}}function a(t){try{c(r.throw(t))}catch(t){i(t)}}function c(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(s,a)}c((r=r.apply(t,e||[])).next())}))}function r(t,e,n,r){if("a"===n&&!r)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!r:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?r:"a"===n?r.call(t):r?r.value:e.get(t)}function o(t,e,n,r,o){if("m"===r)throw new TypeError("Private method is not writable");if("a"===r&&!o)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof e?t!==e||!o:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===r?o.call(t,n):o?o.value=n:e.set(t,n),n}function i(t){this.message=t}i.prototype=new Error,i.prototype.name="InvalidCharacterError";var s="undefined"!=typeof window&&window.atob&&window.atob.bind(window)||function(t){var e=String(t).replace(/=+$/,"");if(e.length%4==1)throw new i("'atob' failed: The string to be decoded is not correctly encoded.");for(var n,r,o=0,s=0,a="";r=e.charAt(s++);~r&&(n=o%4?64*n+r:r,o++%4)?a+=String.fromCharCode(255&n>>(-2*o&6)):0)r="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".indexOf(r);return a};function a(t){this.message=t}function c(t,e){if("string"!=typeof t)throw new a("Invalid token specified");var n=!0===(e=e||{}).header?0:1;try{return JSON.parse(function(t){var e=t.replace(/-/g,"+").replace(/_/g,"/");switch(e.length%4){case 0:break;case 2:e+="==";break;case 3:e+="=";break;default:throw"Illegal base64url string!"}try{return function(t){return decodeURIComponent(s(t).replace(/(.)/g,(function(t,e){var n=e.charCodeAt(0).toString(16).toUpperCase();return n.length<2&&(n="0"+n),"%"+n})))}(e)}catch(t){return s(e)}}(t.split(".")[n]))}catch(t){throw new a("Invalid token specified: "+t.message)}}a.prototype=new Error,a.prototype.name="InvalidTokenError";var u="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function l(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var d="__lodash_hash_undefined__",h="[object Function]",p="[object GeneratorFunction]",f=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,g=/^\w*$/,v=/^\./,b=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,w=/\\(\\)?/g,y=/^\[object .+?Constructor\]$/,m="object"==typeof u&&u&&u.Object===Object&&u,k="object"==typeof self&&self&&self.Object===Object&&self,I=m||k||Function("return this")();var O,j=Array.prototype,x=Function.prototype,S=Object.prototype,_=I["__core-js_shared__"],U=(O=/[^.]+$/.exec(_&&_.keys&&_.keys.IE_PROTO||""))?"Symbol(src)_1."+O:"",E=x.toString,P=S.hasOwnProperty,R=S.toString,C=RegExp("^"+E.call(P).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),T=I.Symbol,A=j.splice,D=H(I,"Map"),M=H(Object,"create"),L=T?T.prototype:void 0,N=L?L.toString:void 0;function q(t){var e=-1,n=t?t.length:0;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}function $(t){var e=-1,n=t?t.length:0;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}function J(t){var e=-1,n=t?t.length:0;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}function K(t,e){for(var n,r,o=t.length;o--;)if((n=t[o][0])===(r=e)||n!=n&&r!=r)return o;return-1}function W(t,e){var n;e=function(t,e){if(V(t))return!1;var n=typeof t;if("number"==n||"symbol"==n||"boolean"==n||null==t||X(t))return!0;return g.test(t)||!f.test(t)||null!=e&&t in Object(e)}(e,t)?[e]:V(n=e)?n:z(n);for(var r=0,o=e.length;null!=t&&r<o;)t=t[G(e[r++])];return r&&r==o?t:void 0}function B(t){if(!Q(t)||(e=t,U&&U in e))return!1;var e,n=function(t){var e=Q(t)?R.call(t):"";return e==h||e==p}(t)||function(t){var e=!1;if(null!=t&&"function"!=typeof t.toString)try{e=!!(t+"")}catch(t){}return e}(t)?C:y;return n.test(function(t){if(null!=t){try{return E.call(t)}catch(t){}try{return t+""}catch(t){}}return""}(t))}function F(t,e){var n,r,o=t.__data__;return("string"==(r=typeof(n=e))||"number"==r||"symbol"==r||"boolean"==r?"__proto__"!==n:null===n)?o["string"==typeof e?"string":"hash"]:o.map}function H(t,e){var n=function(t,e){return null==t?void 0:t[e]}(t,e);return B(n)?n:void 0}q.prototype.clear=function(){this.__data__=M?M(null):{}},q.prototype.delete=function(t){return this.has(t)&&delete this.__data__[t]},q.prototype.get=function(t){var e=this.__data__;if(M){var n=e[t];return n===d?void 0:n}return P.call(e,t)?e[t]:void 0},q.prototype.has=function(t){var e=this.__data__;return M?void 0!==e[t]:P.call(e,t)},q.prototype.set=function(t,e){return this.__data__[t]=M&&void 0===e?d:e,this},$.prototype.clear=function(){this.__data__=[]},$.prototype.delete=function(t){var e=this.__data__,n=K(e,t);return!(n<0)&&(n==e.length-1?e.pop():A.call(e,n,1),!0)},$.prototype.get=function(t){var e=this.__data__,n=K(e,t);return n<0?void 0:e[n][1]},$.prototype.has=function(t){return K(this.__data__,t)>-1},$.prototype.set=function(t,e){var n=this.__data__,r=K(n,t);return r<0?n.push([t,e]):n[r][1]=e,this},J.prototype.clear=function(){this.__data__={hash:new q,map:new(D||$),string:new q}},J.prototype.delete=function(t){return F(this,t).delete(t)},J.prototype.get=function(t){return F(this,t).get(t)},J.prototype.has=function(t){return F(this,t).has(t)},J.prototype.set=function(t,e){return F(this,t).set(t,e),this};var z=Z((function(t){var e;t=null==(e=t)?"":function(t){if("string"==typeof t)return t;if(X(t))return N?N.call(t):"";var e=t+"";return"0"==e&&1/t==-1/0?"-0":e}(e);var n=[];return v.test(t)&&n.push(""),t.replace(b,(function(t,e,r,o){n.push(r?o.replace(w,"$1"):e||t)})),n}));function G(t){if("string"==typeof t||X(t))return t;var e=t+"";return"0"==e&&1/t==-1/0?"-0":e}function Z(t,e){if("function"!=typeof t||e&&"function"!=typeof e)throw new TypeError("Expected a function");var n=function(){var r=arguments,o=e?e.apply(this,r):r[0],i=n.cache;if(i.has(o))return i.get(o);var s=t.apply(this,r);return n.cache=i.set(o,s),s};return n.cache=new(Z.Cache||J),n}Z.Cache=J;var V=Array.isArray;function Q(t){var e=typeof t;return!!t&&("object"==e||"function"==e)}function X(t){return"symbol"==typeof t||function(t){return!!t&&"object"==typeof t}(t)&&"[object Symbol]"==R.call(t)}var Y,tt=function(t,e,n){var r=null==t?void 0:W(t,e);return void 0===r?n:r},et="/v1/auth/accesskey/exchange",nt="/v1/auth/otp/verify",rt="/v1/auth/otp/signin",ot="/v1/auth/otp/signup",it={email:"/v1/auth/otp/update/email",phone:"/v1/auth/otp/update/phone"},st="/v1/auth/otp/signup-in",at="/v1/auth/magiclink/verify",ct="/v1/auth/magiclink/signin",ut="/v1/auth/magiclink/signup",lt="/v1/auth/magiclink/pending-session",dt={email:"/v1/auth/magiclink/update/email",phone:"/v1/auth/magiclink/update/phone"},ht="/v1/auth/magiclink/signup-in",pt="/v1/auth/oauth/authorize",ft="/v1/auth/oauth/exchange",gt="/v1/auth/saml/authorize",vt="/v1/auth/saml/exchange",bt="/v1/auth/totp/verify",wt="/v1/auth/totp/signup",yt="/v1/user/totp/update",mt={start:"/v1/auth/webauthn/signup/start",finish:"/v1/auth/webauthn/signup/finish"},kt={start:"/v1/auth/webauthn/signin/start",finish:"/v1/auth/webauthn/signin/finish"},It={start:"/v1/auth/webauthn/signup-in/start"},Ot={start:"v1/auth/webauthn/update/start",finish:"/v1/auth/webauthn/update/finish"},jt="/v1/flow/start",xt="/v1/flow/next";!function(t){t.get="GET",t.delete="DELETE",t.post="POST",t.put="PUT"}(Y||(Y={}));const St=()=>{const t={};return{headers(e){const n="function"==typeof e.entries?Object.fromEntries(e.entries()):e;return t.Headers=JSON.stringify(n),this},body(e){return t.Body=e,this},url(e){return t.Url=e.toString(),this},method(e){return t.Method=e,this},title(e){return t.Title=e,this},status(e){return t.Status=e,this},build:()=>Object.keys(t).flatMap((e=>t[e]?[`${"Title"!==e?`${e}: `:""}${t[e]}`]:[])).join("\n")}},_t=(...t)=>new Headers(t.reduce(((t,e)=>{const n=(t=>Array.isArray(t)?t:t instanceof Headers?Array.from(t.entries()):t?Object.entries(t):[])(e);return n.reduce(((e,[n,r])=>(t[n]=r,t)),t),t}),{})),Ut=t=>void 0===t?void 0:JSON.stringify(t),Et=(t,e="")=>{let n=t;return""!==e&&(n=n+":"+e),{Authorization:`Bearer ${n}`}},Pt=({baseUrl:t,projectId:e,baseConfig:n,logger:r,hooks:o,cookiePolicy:i})=>{const s=((t,e)=>{const n=e||fetch;if(!n)throw new Error("fetch is not defined");return t?async(...e)=>{t.log((t=>St().title("Request").url(t[0]).method(t[1].method).headers(t[1].headers).body(t[1].body).build())(e));const r=await n(...e);return t[r.ok?"log":"error"](await(async t=>{const e=await t.text();return t.text=()=>Promise.resolve(e),t.json=()=>Promise.resolve(JSON.parse(e)),St().title("Response").url(t.url.toString()).status(`${t.status} ${t.statusText}`).headers(t.headers).body(e).build()})(r)),r}:n})(r),a=async r=>{const a=(null==o?void 0:o.beforeRequest)?o.beforeRequest(r):r,{path:c,body:u,headers:l,queryParams:d,method:h,token:p}=a,f=await s((({path:t,baseUrl:e,queryParams:n})=>{const r=new URL(t,e);return n&&(r.search=new URLSearchParams(n).toString()),r})({path:c,baseUrl:t,queryParams:d}),{headers:_t(Et(e,p),{"x-descope-sdk-name":"core-js","x-descope-sdk-version":"0.0.41-alpha.26"},(null==n?void 0:n.baseHeaders)||{},l),method:h,body:Ut(u),credentials:i||"include"});return(null==o?void 0:o.afterRequest)&&o.afterRequest(r,null==f?void 0:f.clone()),f};return{get:(t,{headers:e,queryParams:n,token:r}={})=>a({path:t,headers:e,queryParams:n,body:void 0,method:Y.get,token:r}),post:(t,e,{headers:n,queryParams:r,token:o}={})=>a({path:t,headers:n,queryParams:r,body:e,method:Y.post,token:o}),put:(t,e,{headers:n,queryParams:r,token:o}={})=>a({path:t,headers:n,queryParams:r,body:e,method:Y.put,token:o}),delete:(t,e,{headers:n,queryParams:r,token:o}={})=>a({path:t,headers:n,queryParams:r,body:e,method:Y.delete,token:o})}};function Rt(t,e,n){var r;let o=Ct(t);e&&(o=null===(r=o.tenants)||void 0===r?void 0:r[e]);const i=o[n];return Array.isArray(i)?i:[]}function Ct(t){if("string"!=typeof t||!t)throw new Error("Invalid token provided");return c(t)}function Tt(t){const{exp:e}=Ct(t);return(new Date).getTime()/1e3>e}function At(t,e){return Rt(t,e,"permissions")}function Dt(t,e){return Rt(t,e,"roles")}const Mt=(...t)=>t.join("/").replace(/\/{2,}/g,"/");async function Lt(t){const e=await t,n={code:e.status,ok:e.ok,response:e},r=await e.clone().json();return e.ok?n.data=r:n.error=r,n}const Nt=(t,e)=>(n=e)=>e=>!t(e)&&n.replace("{val}",e),qt=(...t)=>({validate:e=>(t.forEach((t=>{const n=t(e);if(n)throw new Error(n)})),!0)}),$t=t=>e=>t.test(e),Jt=$t(/^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$/),Kt=$t(/^\+[1-9]{1}[0-9]{3,14}$/),Wt=Nt(Jt,'"{val}" is not a valid email'),Bt=Nt(Kt,'"{val}" is not a valid phone number'),Ft=Nt((1,t=>t.length>=1),"Minimum length is 1");const Ht=Nt((t=>"string"==typeof t),"Input is not a string"),zt=(...t)=>e=>(...n)=>(t.forEach(((t,e)=>qt(...t).validate(n[e]))),e(...n)),Gt=t=>[Ht(`"${t}" must be a string`),Ft(`"${t}" must not be empty`)],Zt=t=>[Ht(`"${t}" must be a string`),Wt()],Vt=t=>[Ht(`"${t}" must be a string`),Bt()],Qt=zt(Gt("accessKey")),Xt=t=>({exchange:Qt((e=>Lt(t.post(et,{},{token:e}))))});var Yt,te,ee,ne,re;!function(t){t.sms="sms",t.whatsapp="whatsapp"}(Yt||(Yt={})),function(t){t.email="email",t.sms="sms",t.whatsapp="whatsapp"}(te||(te={})),function(t){t.waiting="waiting",t.running="running",t.completed="completed",t.failed="failed"}(ee||(ee={})),function(t){t.signUp="signup",t.signIn="signin",t.verify="verify"}(ne||(ne={})),function(t){t.signUp="signup",t.signIn="signin",t.verify="verify",t.updatePhone="updatePhone"}(re||(re={}));const oe=Gt("identifier"),ie=zt(oe,Gt("code")),se=zt(oe),ae=zt(oe,Vt("phone")),ce=zt(oe,Zt("email")),ue=t=>({verify:Object.keys(te).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:ie(((e,r)=>Lt(t.post(Mt(nt,n),{code:r,externalId:e}))))})),{}),signIn:Object.keys(te).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:se(((e,r,o)=>Lt(t.post(Mt(rt,n),{externalId:e,loginOptions:r},{token:o}))))})),{}),signUp:Object.keys(te).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:se(((e,r)=>Lt(t.post(Mt(ot,n),{externalId:e,user:r}))))})),{}),signUpOrIn:Object.keys(te).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:se((e=>Lt(t.post(Mt(st,n),{externalId:e}))))})),{}),update:{email:ce(((e,n,r)=>Lt(t.post(it.email,{externalId:e,email:n},{token:r})))),phone:Object.keys(Yt).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:ae(((e,r,o)=>Lt(t.post(Mt(it.phone,n),{externalId:e,phone:r},{token:o}))))})),{})}}),le=Gt("identifier"),de=Gt("uri"),he=zt(Gt("token")),pe=zt(le,de),fe=zt(Gt("pendingRef")),ge=zt(le,Vt("phone"),de),ve=zt(le,Zt("email"),de),be=t=>({verify:he((e=>Lt(t.post(at,{token:e})))),signIn:Object.keys(te).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:pe(((e,r,o,i)=>Lt(t.post(Mt(ct,n),{externalId:e,URI:r,crossDevice:!0,loginOptions:o},{token:i}))))})),{}),signUpOrIn:Object.keys(te).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:pe(((e,r)=>Lt(t.post(Mt(ht,n),{externalId:e,URI:r,crossDevice:!0}))))})),{}),signUp:Object.keys(te).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:pe(((e,r,o)=>Lt(t.post(Mt(ut,n),{externalId:e,URI:r,user:o,crossDevice:!0}))))})),{}),waitForSession:fe(((e,n)=>new Promise((r=>{const{pollingIntervalMs:o,timeoutMs:i}=(({pollingIntervalMs:t=1e3,timeoutMs:e=6e5}={})=>({pollingIntervalMs:Math.max(t||1e3,1e3),timeoutMs:Math.min(e||6e5,6e5)}))(n);let s;const a=setInterval((async()=>{const n=await t.post(lt,{pendingRef:e});n.ok&&(clearInterval(a),s&&clearTimeout(s),r(Lt(Promise.resolve(n))))}),o);s=setTimeout((()=>{r({error:{message:`Session polling timeout exceeded: ${i}ms`,code:"0"},ok:!1}),clearInterval(a)}),i)})))),update:{email:ve(((e,n,r,o)=>Lt(t.post(dt.email,{externalId:e,email:n,URI:r,crossDevice:!0},{token:o})))),phone:Object.keys(Yt).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:ge(((e,r,o,i)=>Lt(t.post(Mt(dt.phone,n),{externalId:e,phone:r,URI:o,crossDevice:!0},{token:i}))))})),{})}}),we=t=>({verify:he((e=>Lt(t.post(at,{token:e})))),signIn:Object.keys(te).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:pe(((e,r,o,i)=>Lt(t.post(Mt(ct,n),{externalId:e,URI:r,loginOptions:o},{token:i}))))})),{}),signUp:Object.keys(te).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:pe(((e,r,o)=>Lt(t.post(Mt(ut,n),{externalId:e,URI:r,user:o}))))})),{}),signUpOrIn:Object.keys(te).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:pe(((e,r)=>Lt(t.post(Mt(ht,n),{externalId:e,URI:r}))))})),{}),update:{email:ve(((e,n,r,o)=>Lt(t.post(dt.email,{externalId:e,email:n,URI:r},{token:o})))),phone:Object.keys(Yt).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:ge(((e,r,o,i)=>Lt(t.post(Mt(dt.phone,n),{externalId:e,phone:r,URI:o},{token:i}))))})),{})},crossDevice:be(t)});var ye;!function(t){t.facebook="facebook",t.github="github",t.google="google",t.microsoft="microsoft",t.gitlab="gitlab",t.apple="apple"}(ye||(ye={}));const me=zt(Gt("code")),ke=t=>({start:Object.keys(ye).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:async(e,{redirect:r=!1}={},o,i)=>{const s=await t.post(pt,o||{},{queryParams:Object.assign({provider:n},e&&{redirectURL:e}),token:i});if(!r||!s.ok)return Lt(Promise.resolve(s));const{url:a}=await s.json();window.location.href=a}})),{}),exchange:me((e=>Lt(t.post(ft,{code:e}))))}),Ie=zt(Gt("flowId")),Oe=zt(Gt("executionId"),Gt("stepId"),Gt("interactionId")),je=t=>({start:Ie(((e,n)=>Lt(t.post(jt,{flowId:e,options:n})))),next:Oe(((e,n,r,o)=>Lt(t.post(xt,{executionId:e,stepId:n,interactionId:r,input:o}))))}),xe=zt(Gt("tenant")),Se=zt(Gt("code")),_e=t=>({start:xe((async(e,n,{redirect:r=!1}={},o,i)=>{const s=await t.post(gt,o||{},{queryParams:{tenant:e,redirectURL:n},token:i});if(!r||!s.ok)return Lt(Promise.resolve(s));const{url:a}=await s.json();window.location.href=a})),exchange:Se((e=>Lt(t.post(vt,{code:e}))))}),Ue=Gt("identifier"),Ee=zt(Ue,Gt("code")),Pe=zt(Ue),Re=zt(Ue),Ce=t=>({signUp:Pe(((e,n)=>Lt(t.post(wt,{externalId:e,user:n})))),verify:Ee(((e,n,r,o)=>Lt(t.post(bt,{externalId:e,code:n,loginOptions:r},{token:o})))),update:Re(((e,n)=>Lt(t.post(yt,{externalId:e},{token:n}))))}),Te=Gt("identifier"),Ae=Gt("origin"),De=zt(Te,Ae,Gt("name")),Me=zt(Te,Ae),Le=zt(Te,Ae,Gt("token")),Ne=zt(Gt("transactionId"),Gt("response")),qe=t=>({signUp:{start:De(((e,n,r)=>Lt(t.post(mt.start,{user:{externalId:e,name:r},origin:n})))),finish:Ne(((e,n)=>Lt(t.post(mt.finish,{transactionId:e,response:n}))))},signIn:{start:Me(((e,n,r,o)=>Lt(t.post(kt.start,{externalId:e,origin:n,loginOptions:r},{token:o})))),finish:Ne(((e,n)=>Lt(t.post(kt.finish,{transactionId:e,response:n}))))},signUpOrIn:{start:Me(((e,n)=>Lt(t.post(It.start,{externalId:e,origin:n}))))},update:{start:Le(((e,n,r)=>Lt(t.post(Ot.start,{externalId:e,origin:n},{token:r})))),finish:Ne(((e,n)=>Lt(t.post(Ot.finish,{transactionId:e,response:n}))))}}),$e=zt(Gt("token"));var Je;const Ke=zt([("projectId",Je=Gt("projectId"),Nt(((t,e)=>t=>qt(...e).validate(tt(t,"projectId")))(0,Je))())])((({projectId:t,logger:e,baseUrl:n,hooks:r,cookiePolicy:o})=>{return i=Pt({baseUrl:n||"https://api.descope.com",projectId:t,logger:e,hooks:r,cookiePolicy:o}),{accessKey:Xt(i),otp:ue(i),magicLink:we(i),oauth:ke(i),saml:_e(i),totp:Ce(i),webauthn:qe(i),flow:je(i),refresh:t=>Lt(i.post("/v1/auth/refresh",{},{token:t})),logout:t=>Lt(i.post("/v1/auth/logoutall",{},{token:t})),deleteCookies:t=>Lt(i.post("/v1/auth/deletecookies",{},{token:t})),me:t=>Lt(i.get("/v1/auth/me",{token:t})),isJwtExpired:$e(Tt),getJwtPermissions:$e(At),getJwtRoles:$e(Dt),httpClient:i};var i}));function We(t,e,n){return void 0===n&&(n=0),e(n).catch((function(r){if(n>=t.maxRetries||!t.shouldRetry(r))throw r;var o,i,s,a,c=(o=t.baseDelay,i=t.maxDelay,s=t.baseDelay*Math.pow(2,n),Math.max(o,Math.min(i,s)));return(a=c,new Promise((function(t){return setTimeout(t,a)}))).then((function(){return We(t,e,n+1)}))}))}Ke.DeliveryMethods=te;var Be="Failed to load the JS script of the agent";function Fe(n){var r,o=n.scriptUrlPattern,i=n.token,s=n.apiKey,a=void 0===s?i:s,c=e(n,["scriptUrlPattern","token","apiKey"]),u=(r=n,"scriptUrlPattern",Object.prototype.hasOwnProperty.call(r,"scriptUrlPattern")?o:void 0),l=[];return Promise.resolve().then((function(){if(!a||"string"!=typeof a)throw new Error("API key required");return We({maxRetries:5,baseDelay:100,maxDelay:3e3,shouldRetry:function(t){return!(t instanceof Error&&"Blocked by CSP"===t.message)}},(function(){var t,e=new Date,n=function(){return l.push({startedAt:e,finishedAt:new Date})},r=function(t,e,n,r){var o,i=document,s="securitypolicyviolation",a=function(e){var n=new URL(t,location.href),r=e.blockedURI;r!==n.href&&r!==n.protocol.slice(0,-1)&&r!==n.origin||(o=e,c())};i.addEventListener(s,a);var c=function(){return i.removeEventListener(s,a)};return Promise.resolve().then(e).then((function(t){return c(),t}),(function(t){return new Promise((function(t){return setTimeout(t)})).then((function(){if(c(),o)return function(){throw new Error("Blocked by CSP")}();throw t}))}))}(t=function(t,e){void 0===e&&(e="https://fpnpmcdn.net/v<version>/<apiKey>/loader_v<loaderVersion>.js");var n=encodeURIComponent;return e.replace(/<[^<>]+>/g,(function(e){return"<version>"===e?"3":"<apiKey>"===e?n(t):"<loaderVersion>"===e?n("3.7.1"):e}))}(a,u),(function(){return function(t){return new Promise((function(e,n){var r=document.createElement("script"),o=function(){var t;return null===(t=r.parentNode)||void 0===t?void 0:t.removeChild(r)},i=document.head||document.getElementsByTagName("head")[0];r.onload=function(){o(),e()},r.onerror=function(){o(),n(new Error(Be))},r.async=!0,r.src=t,i.appendChild(r)}))}(t)}));return r.then(n,n),r}))})).then((function(){var e=window,n="__fpjs_p_l_b",r=e[n];if(function(t,e){var n,r=null===(n=Object.getOwnPropertyDescriptor)||void 0===n?void 0:n.call(Object,t,e);(null==r?void 0:r.configurable)?delete t[e]:r&&!r.writable||(t[e]=void 0)}(e,n),"function"!=typeof(null==r?void 0:r.load))throw new Error(Be);return r.load(t(t({},c),{ldi:{attempts:l}}))}))}var He={exports:{}},ze={exports:{}};ze.exports=function(){function t(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)t[r]=n[r]}return t}function e(n,r){function o(e,o,i){if("undefined"!=typeof document){"number"==typeof(i=t({},r,i)).expires&&(i.expires=new Date(Date.now()+864e5*i.expires)),i.expires&&(i.expires=i.expires.toUTCString()),e=encodeURIComponent(e).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape);var s="";for(var a in i)i[a]&&(s+="; "+a,!0!==i[a]&&(s+="="+i[a].split(";")[0]));return document.cookie=e+"="+n.write(o,e)+s}}function i(t){if("undefined"!=typeof document&&(!arguments.length||t)){for(var e=document.cookie?document.cookie.split("; "):[],r={},o=0;o<e.length;o++){var i=e[o].split("="),s=i.slice(1).join("=");try{var a=decodeURIComponent(i[0]);if(r[a]=n.read(s,a),t===a)break}catch(t){}}return t?r[t]:r}}return Object.create({set:o,get:i,remove:function(e,n){o(e,"",t({},n,{expires:-1}))},withAttributes:function(n){return e(this.converter,t({},this.attributes,n))},withConverter:function(n){return e(t({},this.converter,n),this.attributes)}},{attributes:{value:Object.freeze(r)},converter:{value:Object.freeze(n)}})}return e({read:function(t){return'"'===t[0]&&(t=t.slice(1,-1)),t.replace(/(%[\dA-F]{2})+/gi,decodeURIComponent)},write:function(t){return encodeURIComponent(t).replace(/%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,decodeURIComponent)}},{path:"/"})}(),function(t){t.exports=ze.exports}(He);var Ge=l(He.exports);const Ze=t=>{const e=Fe({apiKey:t||"A9aCLRHzKCv3uL69oqDr"});return{get:async()=>{try{let t=sessionStorage.getItem("vsid");t||(t=(t=>new Proxy(new URLSearchParams(window.location.search),{get:(t,e)=>t.get(e.toString())})[t])("vsid")),t||(t=(Date.now().toString(36)+Math.random().toString(36).substring(2)+Math.random().toString(36).substring(2)).substring(0,27)),sessionStorage.setItem("vsid",t);const n=await e,r=await n.get({linkedId:t});sessionStorage.setItem("vrid",r.requestId)}catch(t){global.FB_DEBUG&&console.error(t)}}}};var Ve,Qe,Xe,Ye,tn;const en=t=>Object.assign({},t);class nn{constructor(t){Ve.add(this),Qe.set(this,void 0),Xe.set(this,{}),Ye.set(this,0),o(this,Qe,t,"f")}get current(){return en(r(this,Qe,"f"))}update(t){const e=t;if(!((t,e)=>{const n=t&&Object.getOwnPropertyNames(t)||[],r=e&&Object.getOwnPropertyNames(e)||[];if(n.length!==r.length)return!1;for(let r=0;r<n.length;r+=1){const o=n[r];if(t[o]!==e[o])return!1}return!0})(r(this,Qe,"f"),e)){const t=r(this,Qe,"f");o(this,Qe,e,"f"),Object.freeze(r(this,Qe,"f")),setTimeout((()=>{Object.values(r(this,Xe,"f")).forEach((n=>n(en(e),t)))}),0)}}subscribe(t){o(this,Ye,r(this,Ye,"f")+1,"f"),r(this,Xe,"f")[r(this,Ye,"f")]=t;const e=r(this,Ye,"f");return()=>r(this,Ve,"m",tn).call(this,e.toString())}unsubscribeAll(){o(this,Xe,{},"f")}}Qe=new WeakMap,Xe=new WeakMap,Ye=new WeakMap,Ve=new WeakSet,tn=function(t){r(this,Xe,"f")[t]&&delete r(this,Xe,"f")[t]};let rn=[];function on(t,e,n){const r=function(t){const e=t.split(".");try{if(3===e.length){const e=JSON.parse(window.atob(t.split(".")[1]));if(e.exp)return new Date(1e3*e.exp)}}catch(t){}return null}(e);if(r){let e;for(;e=rn.pop();)clearTimeout(e);const o=r.getTime()-2e4-(new Date).getTime(),i=setTimeout((()=>{t(n)}),o);rn.push(i)}}function sn(t,e,n){!function(t,{cookiePath:e,cookieDomain:n,cookieExpiration:r}){t&&Ge.set("DS",t,{path:e,domain:n,expires:r,sameSite:"None",secure:!0})}(t,n),function(t){localStorage&&t&&localStorage.setItem("DSR",t)}(e)}function an(){return localStorage?null===localStorage||void 0===localStorage?void 0:localStorage.getItem("DSR"):""}async function cn(t){const e=function(t){var e;const n=JSON.parse(t);return n.publicKey.challenge=ln(n.publicKey.challenge),n.publicKey.user.id=ln(n.publicKey.user.id),null===(e=n.publicKey.excludeCredentials)||void 0===e||e.forEach((t=>{t.id=ln(t.id)})),n}(t);return n=await navigator.credentials.create(e),JSON.stringify(Object.assign(Object.assign({},n),{rawId:dn(n.rawId),response:Object.assign(Object.assign({},n.response),{attestationObject:dn(n.response.attestationObject),clientDataJSON:dn(n.response.clientDataJSON)})}));var n}async function un(t){const e=function(t){var e;const n=JSON.parse(t);return n.publicKey.challenge=ln(n.publicKey.challenge),null===(e=n.publicKey.allowCredentials)||void 0===e||e.forEach((t=>{t.id=ln(t.id)})),n}(t);return n=await navigator.credentials.get(e),JSON.stringify(Object.assign(Object.assign({},n),{rawId:dn(n.rawId),response:Object.assign(Object.assign({},n.response),{authenticatorData:dn(n.response.authenticatorData),clientDataJSON:dn(n.response.clientDataJSON),signature:dn(n.response.signature),userHandle:n.response.userHandle?dn(n.response.userHandle):void 0})}));var n}function ln(t){const e=t.replace(/_/g,"/").replace(/-/g,"+");return Uint8Array.from(atob(e),(t=>t.charCodeAt(0))).buffer}function dn(t){return btoa(String.fromCharCode.apply(null,new Uint8Array(t))).replace(/\//g,"_").replace(/\+/g,"-").replace(/=/g,"")}const hn="undefined"!=typeof window;var pn=t=>{var{autoRefresh:n=!0,persistTokens:r=!0}=t,o=e(t,["autoRefresh","persistTokens"]);hn?Ze(o.fpKey).get().catch((()=>null)):console.warn("Fingerprint is a client side only capability and will not work when running in the server");const i=o;let s,a;const c=new nn({sessionToken:""}),u=new nn({});i.hooks={beforeRequest:t=>null==s?void 0:s(t),afterRequest:(t,e)=>null==a?void 0:a(t,e)};const l=Ke(i),d=Object.assign(Object.assign({},l),{webauthn:(h=l,{async signUp(t,e){const n=await h.webauthn.signUp.start(t,window.location.origin,e),r=await cn(n.data.options);return await h.webauthn.signUp.finish(n.data.transactionId,r)},async signIn(t){const e=await h.webauthn.signIn.start(t,window.location.origin),n=await un(e.data.options);return await h.webauthn.signIn.finish(e.data.transactionId,n)},async signUpOrIn(t){var e;const n=await h.webauthn.signUpOrIn.start(t,window.location.origin);if(null===(e=n.data)||void 0===e?void 0:e.create){const t=await cn(n.data.options);return await h.webauthn.signUp.finish(n.data.transactionId,t)}{const t=await un(n.data.options);return await h.webauthn.signIn.finish(n.data.transactionId,t)}},async update(t,e){const n=await h.webauthn.update.start(t,window.location.origin,e),r=await cn(n.data.options);return await h.webauthn.update.finish(n.data.transactionId,r)},helpers:{create:cn,get:un}}),onSessionTokenChange:t=>{var e;const n=null===(e=c.current)||void 0===e?void 0:e.sessionToken;return n&&t(n),c.subscribe((({sessionToken:e})=>{t(e)}))},onUserChange:t=>{const e=u.current;return e&&Object.entries(e).length>0&&t(e),u.subscribe((e=>{t(e)}))}});var h;return n&&(d.logout=(...t)=>{const e=an(),n=[(null==t?void 0:t.shift())||e,...t],r=l.logout(...n);return localStorage&&localStorage.removeItem("DSR"),Ge.remove("DS"),c.update({sessionToken:""}),r}),s=t=>{var e;return t.queryParams=(e=t.queryParams,Object.assign(Object.assign({},e),{vsid:sessionStorage.getItem("vsid")||"",vrid:sessionStorage.getItem("vrid")||""})),!t.token&&r&&(t.token=an()),t.headers=Object.assign(Object.assign({},t.headers),{"x-descope-sdk-name":"web-js","x-descope-sdk-version":"0.1.0-alpha.7"}),t},d.me=async(...t)=>{var e;const n=await l.me(...t);if(n.ok){const t=await(null===(e=n.response)||void 0===e?void 0:e.clone().json());u.update(t)}return n},(n||r)&&(a=(t,o)=>{!async function(t,n,r,o){try{if(401===n.status)return r.sessionToken.update({sessionToken:""}),void r.user.update({});const i=await(null==n?void 0:n.json());if(i){const n=function(t){return(null==t?void 0:t.authInfo)||t||{}}(i),{sessionJwt:s,refreshJwt:a,user:c}=n,u=e(n,["sessionJwt","refreshJwt","user"]);o.persistTokens&&sn(s,a,u),s&&r.sessionToken.update({sessionToken:s}),c&&r.user.update(c),s&&a&&o.autoRefresh&&on(t,s,a)}}catch(t){console.error("Could not set tokens from body",t)}}(d.refresh,o,{sessionToken:c,user:u},{autoRefresh:n,persistTokens:r})}),n&&d.refresh(),d};const fn=(null===localStorage||void 0===localStorage?void 0:localStorage.getItem("base.content.url"))||"https://static.prod.descope.com/pages",gn="descope-login-flow",vn="code",bn="redirect",wn="poll",yn="webauthnCreate",mn="webauthnGet";function kn(t){return new URLSearchParams(window.location.search).get(t)}function In(){return kn(gn)}function On(t){if(window.history.replaceState&&kn(t)){const e=new URL(window.location.href),n=new URLSearchParams(e.search);n.delete(t),e.search=n.toString(),window.history.replaceState({},"",e.toString())}}var jn;function xn(t,e){return n(this,void 0,void 0,(function*(){const n=yield fetch(t,{cache:"default"});if(!n.ok)throw Error(`Error fetching URL ${t}`);return n[e||"text"]()}))}!function(t){t.backward="backward",t.forward="forward"}(jn||(jn={}));function Sn(t,e){const n=new URL(fn);return n.pathname=((...t)=>t.join("/").replace(/\/+/g,"/"))(n.pathname,t,e),n.toString()}function _n(t,e){if(!Number.isNaN(t)&&!Number.isNaN(e))return t>e?jn.forward:t<e?jn.backward:void 0}const Un=()=>{const[t="",e=""]=(In()||"").split("_");return{executionId:t,stepId:e}},En=(t,e)=>{!function(t){if(window.history.pushState&&t!==In()){const e=new URL(window.location.href),n=new URLSearchParams(e.search);n.set(gn,t),e.search=n.toString(),window.history.pushState({},"",e.toString())}}([t,e].join("_"))};function Pn(){On(gn)}const Rn=t=>t.replace(/-./g,(t=>t[1].toUpperCase()));var Cn,Tn,An;function Dn(t,e){const n=Object.getOwnPropertyNames(t),r=Object.getOwnPropertyNames(e);if(n.length!==r.length)return!1;for(let r=0;r<n.length;r+=1){const o=n[r],i=t[o],s=e[o];if("object"==typeof i&&"object"==typeof s){if(!Dn(i,s))return!1}else if(i!==s)return!1}return!0}class Mn{constructor(t={}){Cn.set(this,void 0),Tn.set(this,{}),An.set(this,0),o(this,Cn,t,"f")}get current(){return Object.assign({},r(this,Cn,"f"))}update(t){const e="function"==typeof t?t(r(this,Cn,"f")):t,n=Object.assign(Object.assign({},r(this,Cn,"f")),e);if(!Dn(r(this,Cn,"f"),n)){const t=r(this,Cn,"f");o(this,Cn,n,"f"),Object.freeze(r(this,Cn,"f")),setTimeout((()=>{Object.values(r(this,Tn,"f")).forEach((e=>e(n,t,((t,e)=>n=>t[n]!==e[n])(n,t))))}),0)}}subscribe(t){return o(this,An,r(this,An,"f")+1,"f"),r(this,Tn,"f")[r(this,An,"f")]=t,r(this,An,"f").toString()}unsubscribe(t){const e=!!r(this,Tn,"f")[t];return e&&delete r(this,Tn,"f")[t],e}unsubscribeAll(){return o(this,Tn,{},"f"),!0}}Cn=new WeakMap,Tn=new WeakMap,An=new WeakMap;const Ln=(t,e)=>{((t,e,n="")=>{t.querySelectorAll(`[data-type="${e}"]`).forEach((t=>{t.textContent=n,t.classList[n?"remove":"add"]("hide")}))})(t,"error-message",null==e?void 0:e.errorText),((t,e)=>{Object.entries(e||{}).forEach((([e,n])=>{Array.from(t.querySelectorAll(`.descope-input[name="${e}"]`)).forEach((t=>{t.value=n}))}))})(t,null==e?void 0:e.inputs),((t,e)=>{t.querySelectorAll(".descope-text,.descope-link").forEach((t=>{t.textContent=((t,e)=>t.replace(/{{(.+?)}}/g,((t,n)=>{return r=e,n.split(".").reduce(((t,e)=>(null==t?void 0:t[e])||""),r);var r})))(t.textContent,e)}))})(t,e)};function Nn(t){return n(this,void 0,void 0,(function*(){const e=function(t){var e;const n=JSON.parse(t);return n.publicKey.challenge=$n(n.publicKey.challenge),n.publicKey.user.id=$n(n.publicKey.user.id),null===(e=n.publicKey.excludeCredentials)||void 0===e||e.forEach((t=>{t.id=$n(t.id)})),n}(t),n=yield navigator.credentials.create(e);return r=n,JSON.stringify({id:r.id,rawId:Jn(r.rawId),type:r.type,response:{attestationObject:Jn(r.response.attestationObject),clientDataJSON:Jn(r.response.clientDataJSON)}});var r}))}function qn(t){return n(this,void 0,void 0,(function*(){const e=function(t){var e;const n=JSON.parse(t);return n.publicKey.challenge=$n(n.publicKey.challenge),null===(e=n.publicKey.allowCredentials)||void 0===e||e.forEach((t=>{t.id=$n(t.id)})),n}(t),n=yield navigator.credentials.get(e);return r=n,JSON.stringify({id:r.id,rawId:Jn(r.rawId),type:r.type,response:{authenticatorData:Jn(r.response.authenticatorData),clientDataJSON:Jn(r.response.clientDataJSON),signature:Jn(r.response.signature),userHandle:Jn(r.response.userHandle)}});var r}))}function $n(t){const e=t.replace(/-/g,"+").replace(/_/g,"/");return Uint8Array.from(atob(e),(t=>t.charCodeAt(0))).buffer}function Jn(t){return btoa(String.fromCharCode.apply(null,new Uint8Array(t))).replace(/\+/g,"-").replace(/\//g,"_").replace(/=/g,"")}var Kn,Wn,Bn,Fn,Hn,zn,Gn,Zn,Vn,Qn,Xn,Yn,tr,er,nr,rr,or,ir,sr,ar,cr,ur,lr,dr;const hr=document.createElement("template");hr.innerHTML="\n\t<style>\n\t\t:host {\n\t\t\tdisplay: inline-block;\n\t\t\twidth: 100%;\n\t\t\theight: 100%;\n\t\t}\n\t\t\n\t\tform {\n\t\t\theight: 100%;\n\t\t\ttransition: opacity 300ms ease-in-out;\n\t\t}\n\n\t\t.fade-out {\n\t\t\topacity: 0.1;\n\t\t}\n\n\t</style>\n\t<form></form>\n\t";class pr extends HTMLElement{constructor(){super(),Kn.add(this),Wn.set(this,!1),Bn.set(this,new Mn),Fn.set(this,new Mn),Hn.set(this,new Mn({isLoading:!1})),zn.set(this,void 0),Gn.set(this,void 0),Zn.set(this,void 0),Vn.set(this,{popstate:r(this,Kn,"m",tr).bind(this)}),Qn.set(this,void 0),rr.set(this,(t=>{if(!(null==t?void 0:t.ok))return Pn(),void r(this,Kn,"m",ar).call(this,"error",null==t?void 0:t.error);const{status:e,authInfo:n}=t.data;if("completed"===e)return Pn(),void r(this,Kn,"m",ar).call(this,"success",n);const{executionId:o,stepId:i,action:s,screen:a,redirect:c,webauthn:u}=t.data;r(this,Bn,"f").update({stepId:i,executionId:o,action:s,redirectUrl:null==c?void 0:c.url,screenId:null==a?void 0:a.id,screenState:null==a?void 0:a.state,webauthnTransactionId:null==u?void 0:u.transactionId,webauthnOptions:null==u?void 0:u.options})})),cr.set(this,(()=>{let t;return()=>n(this,void 0,void 0,(function*(){if(t)return t;const e=Sn(this["project-id"],"config.json");try{t=yield xn(e,"json")}catch(t){console.error("Cannot get config file")}return t}))})()),r(this,Kn,"m",Xn).call(this),r(this,Bn,"f").subscribe(r(this,Kn,"m",nr).bind(this)),r(this,Fn,"f").subscribe(r(this,Kn,"m",ir).bind(this))}static get observedAttributes(){return["project-id","flow-id","base-url","tenant"]}get"project-id"(){return this.getAttribute("project-id")}get"flow-id"(){return this.getAttribute("flow-id")}get"base-url"(){return this.getAttribute("base-url")||void 0}get tenant(){return this.getAttribute("tenant")||void 0}connectedCallback(){if(this.shadowRoot.isConnected){o(this,Wn,!0,"f"),r(this,Kn,"m",Yn).call(this),r(this,Kn,"m",dr).call(this),r(this,Kn,"m",lr).call(this);const{executionId:t,stepId:e}=Un(),n=kn("t")||void 0;n&&On("t");const i=kn(vn)||void 0;i&&On(vn),r(this,Bn,"f").update({projectId:this["project-id"],flowId:this["flow-id"],baseUrl:this["base-url"],tenant:this.tenant,stepId:e,executionId:t,token:n,code:i}),window.addEventListener("popstate",r(this,Vn,"f").popstate),r(this,zn,"f").onkeydown=t=>{if("Enter"===t.key){t.preventDefault();const e=r(this,zn,"f").querySelectorAll("button");1===e.length&&e[0].click()}}}}disconnectedCallback(){r(this,Bn,"f").unsubscribeAll(),r(this,Fn,"f").unsubscribeAll(),window.removeEventListener("popstate",r(this,Vn,"f").popstate)}attributeChangedCallback(t,e,n){if(this.shadowRoot.isConnected&&r(this,Wn,"f")&&e!==n&&pr.observedAttributes.includes(t)){r(this,Kn,"m",Yn).call(this);const o=null===e;r(this,Bn,"f").update((({stepId:e,executionId:r})=>{let i=e,s=r;return o||(s=null,i=null,Pn()),{[Rn(t)]:n,stepId:i,executionId:s}}))}}}Wn=new WeakMap,Bn=new WeakMap,Fn=new WeakMap,Hn=new WeakMap,zn=new WeakMap,Gn=new WeakMap,Zn=new WeakMap,Vn=new WeakMap,Qn=new WeakMap,rr=new WeakMap,cr=new WeakMap,Kn=new WeakSet,Xn=function(){this.attachShadow({mode:"open"}),this.shadowRoot.appendChild(hr.content.cloneNode(!0)),o(this,zn,this.shadowRoot.querySelector("form"),"f"),o(this,Gn,this.shadowRoot.querySelector("style"),"f")},Yn=function(){const t=["base-url","tenant"];pr.observedAttributes.forEach((e=>{if(!t.includes(e)&&!this[e])throw Error(`${e} cannot be empty`)}))},tr=function(){const{stepId:t,executionId:e}=Un();r(this,Bn,"f").update({stepId:t,executionId:e})},er=function(t,e){o(this,Qn,pn({projectId:t,baseUrl:e,autoRefresh:!1}),"f");const i=r(this,Qn,"f").flow.next;r(this,Qn,"f").flow.next=(...t)=>n(this,void 0,void 0,(function*(){r(this,Hn,"f").update({isLoading:!0});try{return yield i(...t)}finally{r(this,Hn,"f").update({isLoading:!1})}}))},nr=function(t,e,i){return n(this,void 0,void 0,(function*(){const{projectId:s,flowId:a,baseUrl:c,tenant:u,stepId:l,executionId:d,action:h,screenId:p,screenState:f,redirectUrl:g,token:v,code:b,webauthnTransactionId:w,webauthnOptions:y}=t,m=i("projectId")||i("baseUrl");if(r(this,Zn,"f")&&(clearInterval(r(this,Zn,"f")),o(this,Zn,null,"f")),m){if(!s)return;r(this,Kn,"m",er).call(this,s,c)}if(!d){if(!a)return;const t=yield r(this,Qn,"f").flow.start(a,{tenant:u,redirectUrl:window.location.href});return void r(this,rr,"f").call(this,t)}if(i("token")&&v||i("code")&&b){const t=yield r(this,Qn,"f").flow.next(d,l,"submit",{token:v,exchangeCode:b});return En(t.data.executionId,t.data.stepId),r(this,rr,"f").call(this,t),void r(this,Bn,"f").update({token:void 0,code:void 0})}if(h===bn)return g?void window.location.assign(g):void console.error("Did not get redirect url");if(h===yn||h===mn){if(!w||!y)return void console.error("Did not get webauthn transaction id or options");const t=h===yn?yield Nn(y):yield qn(y),e=yield r(this,Qn,"f").flow.next(d,l,"submit",{transactionId:w,response:t});return void r(this,rr,"f").call(this,e)}if(h===wn&&o(this,Zn,setInterval((()=>n(this,void 0,void 0,(function*(){const t=yield r(this,Qn,"f").flow.next(d,l,"submit",{});r(this,rr,"f").call(this,t)}))),2e3),"f"),!p)return void console.error("Refreshing the page during a flow is not supported yet");const k={direction:_n(+l,+e.stepId),screenState:f,htmlUrl:Sn(s,`${p}.html`)};(m||i("executionId")||i("stepId"))&&(k.next=(...t)=>r(this,Qn,"f").flow.next(d,l,...t)),r(this,Fn,"f").update(k)}))},or=function(t){r(this,zn,"f").onsubmit=e=>n(this,void 0,void 0,(function*(){var n,o,i;const s=null===(n=e.submitter)||void 0===n?void 0:n.getAttribute("id"),a=r(this,Hn,"f").subscribe((({isLoading:t})=>{var n,o,i,s;t?null===(o=null===(n=e.submitter)||void 0===n?void 0:n.classList)||void 0===o||o.add("loading"):(r(this,Hn,"f").unsubscribe(a),null===(s=null===(i=e.submitter)||void 0===i?void 0:i.classList)||void 0===s||s.remove("loading"))}));e.preventDefault();const c=Object.fromEntries(new FormData(e.target).entries()),u=(l=e.submitter,Array.from((null==l?void 0:l.attributes)||[]).reduce(((t,e)=>{var n;const r=null===(n=new RegExp("^data-descope-(\\S+)$").exec(e.name))||void 0===n?void 0:n[1];return r?Object.assign(t,{[r]:e.value}):t}),{}));var l;const d=yield t(s,Object.assign(Object.assign(Object.assign({},u),c),{origin:window.location.origin}));En(null===(o=d.data)||void 0===o?void 0:o.executionId,null===(i=d.data)||void 0===i?void 0:i.stepId),r(this,rr,"f").call(this,d)}))},ir=function(t){return n(this,void 0,void 0,(function*(){const{htmlUrl:e,validations:n={},direction:o,next:i,screenState:s}=t,a=document.createElement("template");a.innerHTML=yield xn(e,"text");const c=a.content.cloneNode(!0),u=(t=>{var e;const n=Array.from(t.querySelectorAll("script[data-id]")).map((e=>{var n;const r=e.getAttribute("data-id"),o=null===(n=t.getElementById(r))||void 0===n?void 0:n.innerHTML,i=Function(o).bind(e.previousSibling);return e.remove(),i}));return null===(e=t.querySelector("scripts"))||void 0===e||e.remove(),n})(c),l=()=>{!function(t,e){Object.entries(e).forEach((([e,n])=>{const r=t.getElementById(e);if(!r)throw new Error(`Cannot find element with id: ${e}`);Object.entries(n).forEach((([t,e])=>{r.setAttribute(t,e.toString()),r.addEventListener("blur",(()=>r.classList.add("touched")),{once:!0})}))}))}(c,n),Ln(c,s);try{u.forEach((t=>t()))}catch(t){console.error(t)}r(this,zn,"f").replaceChildren(c),r(this,Kn,"m",or).call(this,i),r(this,Kn,"m",ar).call(this,"page-updated",{})};o?r(this,Kn,"m",sr).call(this,l,o):l()}))},sr=function(t,e){r(this,zn,"f").addEventListener("transitionend",(()=>{r(this,zn,"f").classList.remove("fade-out"),t()}),{once:!0});const n=e===jn.forward?"slide-forward":"slide-backward";Array.from(r(this,zn,"f").getElementsByClassName("input-container")).forEach(((t,e)=>{t.style["transition-delay"]=40*e+"ms",t.classList.add(n)})),r(this,zn,"f").classList.add("fade-out")},ar=function(t,e){this.dispatchEvent(new CustomEvent(t,{detail:e}))},ur=function(t){if(!t)return;const e=document.createElement("link");e.href=t,e.rel="stylesheet",document.head.appendChild(e)},lr=function(){var t,e,o;return n(this,void 0,void 0,(function*(){const n=yield r(this,cr,"f").call(this);null===(o=null===(e=null===(t=null==n?void 0:n.cssTemplate)||void 0===t?void 0:t.typography)||void 0===e?void 0:e.fontFamilies)||void 0===o||o.forEach((t=>r(this,Kn,"m",ur).call(this,t.url)))}))},dr=function(){return n(this,void 0,void 0,(function*(){const t=document.createElement("style"),e=Sn(this["project-id"],"theme.css");t.innerText=yield xn(e,"text"),this.shadowRoot.appendChild(t)}))},customElements.define("descope-wc",pr)}();