@revenuecat/purchases-js 0.7.0 → 0.9.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/dist/Purchases.es.d.ts +82 -6
- package/dist/Purchases.es.js +1726 -1513
- package/dist/Purchases.umd.js +4 -4
- package/package.json +2 -2
package/dist/Purchases.umd.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
(function(E,D){typeof exports=="object"&&typeof module<"u"?D(exports):typeof define=="function"&&define.amd?define(["exports"],D):(E=typeof globalThis<"u"?globalThis:E||self,D(E.Purchases={}))})(this,function(E){"use strict";var vs=Object.create;var Et=Object.defineProperty;var $s=Object.getOwnPropertyDescriptor;var hn=(E,D)=>(D=Symbol[E])?D:Symbol.for("Symbol."+E),Ge=E=>{throw TypeError(E)};var _n=(E,D,B)=>D in E?Et(E,D,{enumerable:!0,configurable:!0,writable:!0,value:B}):E[D]=B;var gn=(E,D)=>Et(E,"name",{value:D,configurable:!0});var An=E=>[,,,vs((E==null?void 0:E[hn("metadata")])??null)],En=["class","method","getter","setter","accessor","field","value","get","set"],xe=E=>E!==void 0&&typeof E!="function"?Ge("Function expected"):E,Bs=(E,D,B,Q,G)=>({kind:En[E],name:D,metadata:Q,addInitializer:q=>B._?Ge("Already initialized"):G.push(xe(q||null))}),bt=(E,D)=>_n(D,hn("metadata"),E[3]),bn=(E,D,B,Q)=>{for(var G=0,q=E[D>>1],ce=q&&q.length;G<ce;G++)D&1?q[G].call(B):Q=q[G].call(B,Q);return Q},In=(E,D,B,Q,G,q)=>{var ce,ee,Ye,de,we,L=D&7,ye=!!(D&8),se=!!(D&16),ke=L>3?E.length+1:L?ye?1:2:0,He=En[L+5],Ke=L>3&&(E[ke-1]=[]),it=E[ke]||(E[ke]=[]),le=L&&(!se&&!ye&&(G=G.prototype),L<5&&(L>3||!se)&&$s(L<4?G:{get[B](){return mn(this,q)},set[B](Z){return pn(this,q,Z)}},B));L?se&&L<4&&gn(q,(L>2?"set ":L>1?"get ":"")+B):gn(G,B);for(var k=Q.length-1;k>=0;k--)de=Bs(L,B,Ye={},E[3],it),L&&(de.static=ye,de.private=se,we=de.access={has:se?Z=>Ds(G,Z):Z=>B in Z},L^3&&(we.get=se?Z=>(L^1?mn:Ps)(Z,G,L^4?q:le.get):Z=>Z[B]),L>2&&(we.set=se?(Z,me)=>pn(Z,G,me,L^4?q:le.set):(Z,me)=>Z[B]=me)),ee=(0,Q[k])(L?L<4?se?q:le[He]:L>4?void 0:{get:le.get,set:le.set}:G,de),Ye._=1,L^4||ee===void 0?xe(ee)&&(L>4?Ke.unshift(ee):L?se?q=ee:le[He]=ee:G=ee):typeof ee!="object"||ee===null?Ge("Object expected"):(xe(ce=ee.get)&&(le.get=ce),xe(ce=ee.set)&&(le.set=ce),xe(ce=ee.init)&&Ke.unshift(ce));return L||bt(E,G),le&&Et(G,B,le),se?L^4?q:le:G},M=(E,D,B)=>_n(E,typeof D!="symbol"?D+"":D,B),It=(E,D,B)=>D.has(E)||Ge("Cannot "+B),Ds=(E,D)=>Object(D)!==D?Ge('Cannot use the "in" operator on this value'):E.has(D),mn=(E,D,B)=>(It(E,D,"read from private field"),B?B.call(E):D.get(E));var pn=(E,D,B,Q)=>(It(E,D,"write to private field"),Q?Q.call(E,B):D.set(E,B),B),Ps=(E,D,B)=>(It(E,D,"access private method"),B);var dn,_t;function D(t){return t!=null}var B=(t=>(t[t.Silent=0]="Silent",t[t.Error=1]="Error",t[t.Warn=2]="Warn",t[t.Info=3]="Info",t[t.Debug=4]="Debug",t[t.Verbose=5]="Verbose",t))(B||{});class Q{static setLogLevel(e){this.logLevel=e}static log(e,r=this.logLevel){const n=`[Purchases] ${e}`;if(!(this.logLevel<r||r===B.Silent))switch(r){case B.Error:console.error(n);break;case B.Warn:console.warn(n);break;case B.Info:console.info(n);break;case B.Debug:console.debug(n);break;case B.Verbose:console.debug(n);break}}static errorLog(e){this.log(e,B.Error)}static warnLog(e){this.log(e,B.Warn)}static infoLog(e){this.log(e,B.Info)}static debugLog(e){this.log(e,B.Debug)}static verboseLog(e){this.log(e,B.Verbose)}}M(Q,"logLevel",B.Silent);var G=(t=>(t.Year="year",t.Month="month",t.Week="week",t.Day="day",t))(G||{});function q(t){const e=t.match(/^PT?([0-9]+)([MDYW])$/);if(!e||e.length<3)return Q.errorLog(`Invalid ISO 8601 duration format: ${t}`),null;const r=parseInt(e[1]);switch(e[2]){case"Y":return{number:r,unit:"year"};case"M":return{number:r,unit:"month"};case"W":return{number:r,unit:"week"};case"D":return{number:r,unit:"day"};default:return Q.errorLog(`Invalid ISO 8601 unit duration format: ${t}`),null}}const ce=(t,e,r)=>{const n=t/1e6;return new Intl.NumberFormat(r,{style:"currency",currency:e}).format(n)},ee=t=>{const e=t.number;if(e===1)switch(t.unit){case G.Year:return"yearly";case G.Month:return"monthly";case G.Week:return"weekly";case G.Day:return"daily"}else return`every ${e} ${t.unit}s`},Ye=t=>{const e=t.number;if(e===1)switch(t.unit){case G.Year:return"1 year";case G.Month:return"1 month";case G.Week:return"1 week";case G.Day:return"1 day"}else return`${e} ${t.unit}s`},de=t=>{const e=q(t);return e?ee(e):"unknown"},we=t=>{const e=q(t);return e?Ye(e):"unknown"};var L=(t=>(t.Unknown="unknown",t.Custom="custom",t.Lifetime="$rc_lifetime",t.Annual="$rc_annual",t.SixMonth="$rc_six_month",t.ThreeMonth="$rc_three_month",t.TwoMonth="$rc_two_month",t.Monthly="$rc_monthly",t.Weekly="$rc_weekly",t))(L||{});const ye=t=>({amount:t.amount_micros/1e4,amountMicros:t.amount_micros,currency:t.currency,formattedPrice:ce(t.amount_micros,t.currency)}),se=t=>{const e=t.period_duration;return{periodDuration:e,period:e?q(e):null,cycleCount:t.cycle_count,price:t.price?ye(t.price):null}},ke=t=>t.base==null?(Q.debugLog("Missing base phase for subscription option. Ignoring."),null):{id:t.id,priceId:t.price_id,base:se(t.base),trial:t.trial?se(t.trial):null},He=(t,e)=>{const r={};if(Object.entries(t.subscription_options).forEach(([s,l])=>{const c=ke(l);c!=null&&(r[s]=c)}),Object.keys(r).length===0)return Q.debugLog(`Product ${t.identifier} has no subscription options. Ignoring.`),null;const n=t.default_subscription_option_id,i=n&&n in r?r[n]:null;if(i==null)return Q.debugLog(`Product ${t.identifier} has no default subscription option. Ignoring.`),null;const o=i.base.price;return o==null?(Q.debugLog(`Product ${t.identifier} default option has no base price. Ignoring.`),null):{identifier:t.identifier,displayName:t.title,title:t.title,description:t.description,currentPrice:o,normalPeriodDuration:i.base.periodDuration,presentedOfferingIdentifier:e.offeringIdentifier,presentedOfferingContext:e,defaultPurchaseOption:i,defaultSubscriptionOption:i,subscriptionOptions:r}},Ke=(t,e,r)=>{const n=r[e.platform_product_identifier];if(n===void 0)return null;const i=He(n,t);return i===null?null:{identifier:e.identifier,rcBillingProduct:i,packageType:le(e.identifier)}},it=(t,e,r,n)=>{const i={offeringIdentifier:e.identifier,targetingContext:t&&n?{ruleId:n.rule_id,revision:n.revision}:null},o=e.packages.map(l=>Ke(i,l,r)).filter(D),s={};for(const l of o)l!=null&&(s[l.identifier]=l);return o.length==0?null:{identifier:e.identifier,serverDescription:e.description,metadata:e.metadata,packagesById:s,availablePackages:o,lifetime:s.$rc_lifetime??null,annual:s.$rc_annual??null,sixMonth:s.$rc_six_month??null,threeMonth:s.$rc_three_month??null,twoMonth:s.$rc_two_month??null,monthly:s.$rc_monthly??null,weekly:s.$rc_weekly??null}};function le(t){switch(t){case"$rc_lifetime":return"$rc_lifetime";case"$rc_annual":return"$rc_annual";case"$rc_six_month":return"$rc_six_month";case"$rc_three_month":return"$rc_three_month";case"$rc_two_month":return"$rc_two_month";case"$rc_monthly":return"$rc_monthly";case"$rc_weekly":return"$rc_weekly";default:return t.startsWith("$rc_")?"unknown":"custom"}}function k(){}function Z(t,e){for(const r in e)t[r]=e[r];return t}function me(t){return t()}function wt(){return Object.create(null)}function ve(t){t.forEach(me)}function pe(t){return typeof t=="function"}function S(t,e){return t!=t?e==e:t!==e||t&&typeof t=="object"||typeof t=="function"}let je;function ae(t,e){return t===e?!0:(je||(je=document.createElement("a")),je.href=e,t===je.href)}function yt(t){return t.split(",").map(e=>e.trim().split(" ").filter(Boolean))}function wn(t,e){const r=yt(t.srcset),n=yt(e||"");return n.length===r.length&&n.every(([i,o],s)=>o===r[s][1]&&(ae(r[s][0],i)||ae(i,r[s][0])))}function yn(t){return Object.keys(t).length===0}function te(t,e,r,n){if(t){const i=kt(t,e,r,n);return t[0](i)}}function kt(t,e,r,n){return t[1]&&n?Z(r.ctx.slice(),t[1](n(e))):r.ctx}function ne(t,e,r,n){if(t[2]&&n){const i=t[2](n(r));if(e.dirty===void 0)return i;if(typeof i=="object"){const o=[],s=Math.max(e.dirty.length,i.length);for(let l=0;l<s;l+=1)o[l]=e.dirty[l]|i[l];return o}return e.dirty|i}return e.dirty}function re(t,e,r,n,i,o){if(i){const s=kt(e,r,n,o);t.p(s,i)}}function ie(t){if(t.ctx.length>32){const e=[],r=t.ctx.length/32;for(let n=0;n<r;n++)e[n]=-1;return e}return-1}function $e(t){return t??""}function N(t,e){t.appendChild(e)}function j(t,e,r){const n=kn(t);if(!n.getElementById(e)){const i=y("style");i.id=e,i.textContent=r,vn(n,i)}}function kn(t){if(!t)return document;const e=t.getRootNode?t.getRootNode():t.ownerDocument;return e&&e.host?e:t.ownerDocument}function vn(t,e){return N(t.head||t,e),e.sheet}function h(t,e,r){t.insertBefore(e,r||null)}function p(t){t.parentNode&&t.parentNode.removeChild(t)}function y(t){return document.createElement(t)}function H(t){return document.createTextNode(t)}function O(){return H(" ")}function ue(){return H("")}function Be(t,e,r,n){return t.addEventListener(e,r,n),()=>t.removeEventListener(e,r,n)}function vt(t){return function(e){return e.preventDefault(),t.call(this,e)}}function _(t,e,r){r==null?t.removeAttribute(e):t.getAttribute(e)!==r&&t.setAttribute(e,r)}const $n=["width","height"];function Bn(t,e){const r=Object.getOwnPropertyDescriptors(t.__proto__);for(const n in e)e[n]==null?t.removeAttribute(n):n==="style"?t.style.cssText=e[n]:n==="__value"?t.value=t[n]=e[n]:r[n]&&r[n].set&&$n.indexOf(n)===-1?t[n]=e[n]:_(t,n,e[n])}function Dn(t,e){Object.keys(e).forEach(r=>{Pn(t,r,e[r])})}function Pn(t,e,r){const n=e.toLowerCase();n in t?t[n]=typeof t[n]=="boolean"&&r===""?!0:r:e in t?t[e]=typeof t[e]=="boolean"&&r===""?!0:r:_(t,e,r)}function Cn(t){return/-/.test(t)?Dn:Bn}function Mn(t){return Array.from(t.childNodes)}function he(t,e){e=""+e,t.data!==e&&(t.data=e)}function $t(t,e){t.value=e??""}function Tn(t,e,{bubbles:r=!1,cancelable:n=!1}={}){return new CustomEvent(t,{detail:e,bubbles:r,cancelable:n})}let De;function Pe(t){De=t}function Ce(){if(!De)throw new Error("Function called outside component initialization");return De}function Rn(t){Ce().$$.before_update.push(t)}function qe(t){Ce().$$.on_mount.push(t)}function Qn(){const t=Ce();return(e,r,{cancelable:n=!1}={})=>{const i=t.$$.callbacks[e];if(i){const o=Tn(e,r,{cancelable:n});return i.slice().forEach(s=>{s.call(t,o)}),!o.defaultPrevented}return!0}}function Nn(t,e){return Ce().$$.context.set(t,e),e}function Un(t){return Ce().$$.context.get(t)}function Bt(t,e){const r=t.$$.callbacks[e.type];r&&r.slice().forEach(n=>n.call(this,e))}const _e=[],Je=[];let Ae=[];const ot=[],On=Promise.resolve();let st=!1;function Sn(){st||(st=!0,On.then(Dt))}function lt(t){Ae.push(t)}function Ln(t){ot.push(t)}const ct=new Set;let Ee=0;function Dt(){if(Ee!==0)return;const t=De;do{try{for(;Ee<_e.length;){const e=_e[Ee];Ee++,Pe(e),Fn(e.$$)}}catch(e){throw _e.length=0,Ee=0,e}for(Pe(null),_e.length=0,Ee=0;Je.length;)Je.pop()();for(let e=0;e<Ae.length;e+=1){const r=Ae[e];ct.has(r)||(ct.add(r),r())}Ae.length=0}while(_e.length);for(;ot.length;)ot.pop()();st=!1,ct.clear(),Pe(t)}function Fn(t){if(t.fragment!==null){t.update(),ve(t.before_update);const e=t.dirty;t.dirty=[-1],t.fragment&&t.fragment.p(t.ctx,e),t.after_update.forEach(lt)}}function xn(t){const e=[],r=[];Ae.forEach(n=>t.indexOf(n)===-1?e.push(n):r.push(n)),r.forEach(n=>n()),Ae=e}const Ve=new Set;let ge;function J(){ge={r:0,c:[],p:ge}}function V(){ge.r||ve(ge.c),ge=ge.p}function f(t,e){t&&t.i&&(Ve.delete(t),t.i(e))}function g(t,e,r,n){if(t&&t.o){if(Ve.has(t))return;Ve.add(t),ge.c.push(()=>{Ve.delete(t),n&&(r&&t.d(1),n())}),t.o(e)}else n&&n()}function Gn(t,e,r){const n=t.$$.props[e];n!==void 0&&(t.$$.bound[n]=r,r(t.$$.ctx[n]))}function w(t){t&&t.c()}function b(t,e,r){const{fragment:n,after_update:i}=t.$$;n&&n.m(e,r),lt(()=>{const o=t.$$.on_mount.map(me).filter(pe);t.$$.on_destroy?t.$$.on_destroy.push(...o):ve(o),t.$$.on_mount=[]}),i.forEach(lt)}function I(t,e){const r=t.$$;r.fragment!==null&&(xn(r.after_update),ve(r.on_destroy),r.fragment&&r.fragment.d(e),r.on_destroy=r.fragment=null,r.ctx=[])}function Yn(t,e){t.$$.dirty[0]===-1&&(_e.push(t),Sn(),t.$$.dirty.fill(0)),t.$$.dirty[e/31|0]|=1<<e%31}function F(t,e,r,n,i,o,s=null,l=[-1]){const c=De;Pe(t);const a=t.$$={fragment:null,ctx:[],props:o,update:k,not_equal:i,bound:wt(),on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(e.context||(c?c.$$.context:[])),callbacks:wt(),dirty:l,skip_bound:!1,root:e.target||c.$$.root};s&&s(a.root);let u=!1;if(a.ctx=r?r(t,e.props||{},(d,A,...$)=>{const P=$.length?$[0]:A;return a.ctx&&i(a.ctx[d],a.ctx[d]=P)&&(!a.skip_bound&&a.bound[d]&&a.bound[d](P),u&&Yn(t,d)),A}):[],a.update(),u=!0,ve(a.before_update),a.fragment=n?n(a.ctx):!1,e.target){if(e.hydrate){const d=Mn(e.target);a.fragment&&a.fragment.l(d),d.forEach(p)}else a.fragment&&a.fragment.c();e.intro&&f(t.$$.fragment),b(t,e.target,e.anchor),Dt()}Pe(c)}class x{constructor(){M(this,"$$");M(this,"$$set")}$destroy(){I(this,1),this.$destroy=k}$on(e,r){if(!pe(r))return k;const n=this.$$.callbacks[e]||(this.$$.callbacks[e]=[]);return n.push(r),()=>{const i=n.indexOf(r);i!==-1&&n.splice(i,1)}}$set(e){this.$$set&&!yn(e)&&(this.$$.skip_bound=!0,this.$$set(e),this.$$.skip_bound=!1)}}const Hn="4";typeof window<"u"&&(window.__svelte||(window.__svelte={v:new Set})).v.add(Hn);function Kn(t){j(t,"svelte-1bzqb13",".rcb-modal-section.svelte-1bzqb13{padding:8px 0px;display:flex}section.rcb-modal-section.svelte-1bzqb13{flex-grow:1}.rcb-modal-section.svelte-1bzqb13:last-of-type{padding:0}")}function at(t){let e,r;const n=t[2].default,i=te(n,t,t[1],null);return{c(){e=y(t[0]),i&&i.c(),Cn(t[0])(e,{class:$e("rcb-modal-section")+" svelte-1bzqb13"})},m(o,s){h(o,e,s),i&&i.m(e,null),r=!0},p(o,s){i&&i.p&&(!r||s&2)&&re(i,n,o,o[1],r?ne(n,o[1],s,null):ie(o[1]),null)},i(o){r||(f(i,o),r=!0)},o(o){g(i,o),r=!1},d(o){o&&p(e),i&&i.d(o)}}}function jn(t){let e=t[0],r,n,i=t[0]&&at(t);return{c(){i&&i.c(),r=ue()},m(o,s){i&&i.m(o,s),h(o,r,s),n=!0},p(o,[s]){o[0]?e?S(e,o[0])?(i.d(1),i=at(o),e=o[0],i.c(),i.m(r.parentNode,r)):i.p(o,s):(i=at(o),e=o[0],i.c(),i.m(r.parentNode,r)):e&&(i.d(1),i=null,e=o[0])},i(o){n||(f(i,o),n=!0)},o(o){g(i,o),n=!1},d(o){o&&p(r),i&&i.d(o)}}}function qn(t,e,r){let{$$slots:n={},$$scope:i}=e,{as:o="section"}=e;return t.$$set=s=>{"as"in s&&r(0,o=s.as),"$$scope"in s&&r(1,i=s.$$scope)},[o,i,n]}class be extends x{constructor(e){super(),F(this,e,qn,jn,S,{as:0},Kn)}}function Jn(t){j(t,"svelte-gf0gr5",".rcb-pricing-info.svelte-gf0gr5{display:flex;flex-direction:column;margin-top:102px;font-weight:500}.rcb-product-price.svelte-gf0gr5{font-size:24px;margin:12px 0px}.rcb-product-price-after-trial.svelte-gf0gr5{margin-bottom:12px}.rcb-product-details.svelte-gf0gr5{opacity:0.6;list-style-type:disc;list-style-position:inside;margin:0px;padding:0px}@media screen and (max-width: 960px){.rcb-pricing-info.svelte-gf0gr5{margin-top:48px}}")}function Vn(t){let e=we(t[1].periodDuration)+"",r,n;return{c(){r=H(e),n=H(" free trial")},m(i,o){h(i,r,o),h(i,n,o)},p:k,d(i){i&&(p(r),p(n))}}}function Wn(t){let e=t[2].formattedPrice+"",r;return{c(){r=H(e)},m(n,i){h(n,r,i)},p:k,d(n){n&&p(r)}}}function zn(t){let e;return{c(){e=y("span"),e.textContent=`${t[1]&&t[2]&&`${t[2].formattedPrice} after end of trial`}`,_(e,"class","rcb-product-price-after-trial svelte-gf0gr5")},m(r,n){h(r,e,n)},p:k,d(r){r&&p(e)}}}function Pt(t){let e,r,n=de(t[0].normalPeriodDuration)+"",i;return{c(){e=y("li"),r=H("Renews "),i=H(n)},m(o,s){h(o,e,s),N(e,r),N(e,i)},p(o,s){s&1&&n!==(n=de(o[0].normalPeriodDuration)+"")&&he(i,n)},d(o){o&&p(e)}}}function Xn(t){var U,Se;let e,r,n=t[0].displayName+"",i,o,s,l,c,a,u,d,A,$,P,T=((U=t[1])==null?void 0:U.periodDuration)&&Vn(t),m=!((Se=t[1])!=null&&Se.periodDuration)&&t[2]&&Wn(t),v=t[1]&&t[2]&&zn(t),Y=t[0].normalPeriodDuration&&Pt(t);return{c(){e=y("div"),r=y("span"),i=H(n),o=O(),s=y("span"),T&&T.c(),l=O(),m&&m.c(),c=O(),v&&v.c(),a=O(),u=y("ul"),Y&&Y.c(),d=O(),A=y("li"),A.textContent="Continues until canceled",$=O(),P=y("li"),P.textContent="Cancel anytime",_(s,"class","rcb-product-price svelte-gf0gr5"),_(u,"class","rcb-product-details svelte-gf0gr5"),_(e,"class","rcb-pricing-info svelte-gf0gr5")},m(R,fe){h(R,e,fe),N(e,r),N(r,i),N(e,o),N(e,s),T&&T.m(s,null),N(s,l),m&&m.m(s,null),N(e,c),v&&v.m(e,null),N(e,a),N(e,u),Y&&Y.m(u,null),N(u,d),N(u,A),N(u,$),N(u,P)},p(R,fe){var rt,Le;fe&1&&n!==(n=R[0].displayName+"")&&he(i,n),(rt=R[1])!=null&&rt.periodDuration&&T.p(R,fe),!((Le=R[1])!=null&&Le.periodDuration)&&R[2]&&m.p(R,fe),R[1]&&R[2]&&v.p(R,fe),R[0].normalPeriodDuration?Y?Y.p(R,fe):(Y=Pt(R),Y.c(),Y.m(u,d)):Y&&(Y.d(1),Y=null)},d(R){R&&p(e),T&&T.d(),m&&m.d(),v&&v.d(),Y&&Y.d()}}}function Zn(t){let e,r;return e=new be({props:{$$slots:{default:[Xn]},$$scope:{ctx:t}}}),{c(){w(e.$$.fragment)},m(n,i){b(e,n,i),r=!0},p(n,[i]){const o={};i&33&&(o.$$scope={dirty:i,ctx:n}),e.$set(o)},i(n){r||(f(e.$$.fragment,n),r=!0)},o(n){g(e.$$.fragment,n),r=!1},d(n){I(e,n)}}}function er(t,e,r){var c;let{productDetails:n}=e,{purchaseOption:i}=e;const o=i,s=o==null?void 0:o.trial,l=(c=o==null?void 0:o.base)==null?void 0:c.price;return t.$$set=a=>{"productDetails"in a&&r(0,n=a.productDetails),"purchaseOption"in a&&r(3,i=a.purchaseOption)},[n,s,l,i]}class Ct extends x{constructor(e){super(),F(this,e,er,Zn,S,{productDetails:0,purchaseOption:3},Jn)}}const tr="data:image/gif;base64,R0lGODlhMgAyAPcBAAAAAAD/AAMDAwcHBxERERUVFSoqKi0tLTAwMDg4OD09PURERElJSUtLS1BQUFJSUlVVVVdXV1paWl9fX2NjY2ZmZmlpaWxsbG1tbXNzc3t7e39/f4GBgYKCgoSEhIaGhoeHh4iIiIuLi5KSkpSUlJaWlp2dnaGhoaOjo6SkpKWlpaenp6ioqKqqqqurq6ysrLCwsLGxsbS0tLa2tri4uLm5ub29vb6+vsDAwMHBwcLCwsXFxcjIyMnJyc3Nzc7OztPT09TU1NXV1dfX19nZ2dra2tvb29zc3N7e3uDg4OHh4eLi4uPj4+fn5+np6ezs7O7u7vDw8PHx8fLy8vPz8/X19fb29vj4+Pn5+fz8/P39/f7+/v///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////yH/C05FVFNDQVBFMi4wAwEAAAAh+QQFBAABACwAAAAAMgAyAIcAAAAA/wADAwMHBwcREREVFRUqKiotLS0wMDA4ODg9PT1ERERJSUlLS0tQUFBSUlJVVVVXV1daWlpfX19jY2NmZmZpaWlsbGxtbW1zc3N7e3t/f3+BgYGCgoKEhISGhoaHh4eIiIiLi4uSkpKUlJSWlpadnZ2hoaGjo6OkpKSlpaWnp6eoqKiqqqqrq6usrKywsLCxsbG0tLS2tra4uLi5ubm9vb2+vr7AwMDBwcHCwsLFxcXIyMjJycnNzc3Ozs7T09PU1NTV1dXX19fZ2dna2trb29vc3Nze3t7g4ODh4eHi4uLj4+Pn5+fp6ens7Ozu7u7w8PDx8fHy8vLz8/P19fX29vb4+Pj5+fn8/Pz9/f3+/v7///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8I/wCzcBFIcKDBgggPKkzIcCEXLlq4bIEokeLEiBcrYrTIcaNHjRobinQ4sqRCkBlTdtR44MBKlR9TmjQJQMBMkgZfdpwSMSYAACgpRtHpcSYSFUIa1mz448UQnAWDfmzSooUVmD9XVnnBwglMlDdvvMjhcOlCHit23CSqcUrVJiizpnTC4sXQmB1vZvmxwgYWhWYLznjRA+rJryqvxGhxxGNLjkVcwMCCN6ZeLkNevDCcRYYKJJfZptyCQwdiijl0CDxdlLPryw2lymY9WzTs17ijVq69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";function nr(t){let e,r;return{c(){e=y("img"),ae(e.src,r=tr)||_(e,"src",r),_(e,"alt","spinner")},m(n,i){h(n,e,i)},p:k,i:k,o:k,d(n){n&&p(e)}}}class rr extends x{constructor(e){super(),F(this,e,null,nr,S,{})}}function ir(t){j(t,"svelte-1mxx341",".rcb-modal-loader.svelte-1mxx341{width:100%;flex-grow:1;min-height:100%;display:flex;justify-content:center;align-items:center}")}function or(t){let e,r,n;return r=new rr({}),{c(){e=y("div"),w(r.$$.fragment),_(e,"class","rcb-modal-loader svelte-1mxx341")},m(i,o){h(i,e,o),b(r,e,null),n=!0},p:k,i(i){n||(f(r.$$.fragment,i),n=!0)},o(i){g(r.$$.fragment,i),n=!1},d(i){i&&p(e),I(r)}}}class ut extends x{constructor(e){super(),F(this,e,null,or,S,{},ir)}}var X=(t=>(t[t.UnknownError=0]="UnknownError",t[t.UserCancelledError=1]="UserCancelledError",t[t.StoreProblemError=2]="StoreProblemError",t[t.PurchaseNotAllowedError=3]="PurchaseNotAllowedError",t[t.PurchaseInvalidError=4]="PurchaseInvalidError",t[t.ProductNotAvailableForPurchaseError=5]="ProductNotAvailableForPurchaseError",t[t.ProductAlreadyPurchasedError=6]="ProductAlreadyPurchasedError",t[t.ReceiptAlreadyInUseError=7]="ReceiptAlreadyInUseError",t[t.InvalidReceiptError=8]="InvalidReceiptError",t[t.MissingReceiptFileError=9]="MissingReceiptFileError",t[t.NetworkError=10]="NetworkError",t[t.InvalidCredentialsError=11]="InvalidCredentialsError",t[t.UnexpectedBackendResponseError=12]="UnexpectedBackendResponseError",t[t.InvalidAppUserIdError=14]="InvalidAppUserIdError",t[t.OperationAlreadyInProgressError=15]="OperationAlreadyInProgressError",t[t.UnknownBackendError=16]="UnknownBackendError",t[t.InvalidAppleSubscriptionKeyError=17]="InvalidAppleSubscriptionKeyError",t[t.IneligibleError=18]="IneligibleError",t[t.InsufficientPermissionsError=19]="InsufficientPermissionsError",t[t.PaymentPendingError=20]="PaymentPendingError",t[t.InvalidSubscriberAttributesError=21]="InvalidSubscriberAttributesError",t[t.LogOutWithAnonymousUserError=22]="LogOutWithAnonymousUserError",t[t.ConfigurationError=23]="ConfigurationError",t[t.UnsupportedError=24]="UnsupportedError",t[t.EmptySubscriberAttributesError=25]="EmptySubscriberAttributesError",t[t.CustomerInfoError=28]="CustomerInfoError",t[t.SignatureVerificationError=36]="SignatureVerificationError",t[t.InvalidEmailError=38]="InvalidEmailError",t))(X||{});class Me{static getPublicMessage(e){switch(e){case 0:return"Unknown error.";case 1:return"Purchase was cancelled.";case 2:return"There was a problem with the store.";case 3:return"The device or user is not allowed to make the purchase.";case 4:return"One or more of the arguments provided are invalid.";case 5:return"The product is not available for purchase.";case 6:return"This product is already active for the user.";case 7:return"There is already another active subscriber using the same receipt.";case 8:return"The receipt is not valid.";case 9:return"The receipt is missing.";case 10:return"Error performing request. Please check your network connection and try again.";case 11:return"There was a credentials issue. Check the underlying error for more details.";case 12:return"Received unexpected response from the backend.";case 14:return"The app user id is not valid.";case 15:return"The operation is already in progress.";case 16:return"There was an unknown backend error.";case 17:return"Apple Subscription Key is invalid or not present. In order to provide subscription offers, you must first generate a subscription key. Please see https://docs.revenuecat.com/docs/ios-subscription-offers for more info.";case 18:return"The User is ineligible for that action.";case 19:return"App does not have sufficient permissions to make purchases.";case 20:return"The payment is pending.";case 21:return"One or more of the attributes sent could not be saved.";case 22:return"Called logOut but the current user is anonymous.";case 23:return"There is an issue with your configuration. Check the underlying error for more details.";case 24:return"There was a problem with the operation. Looks like we doesn't support that yet. Check the underlying error for more details.";case 25:return"A request for subscriber attributes returned none.";case 28:return"There was a problem related to the customer info.";case 36:return"Request failed signature verification. Please see https://rev.cat/trusted-entitlements for more info.";case 38:return"Email is not valid. Please provide a valid email address."}}static getErrorCodeForBackendErrorCode(e){switch(e){case 7101:case 7773:return 2;case 7102:return 7;case 7103:return 8;case 7107:case 7224:case 7225:return 11;case 7105:case 7106:case 7814:return 4;case 7772:return 6;case 7220:return 14;case 7229:return 2;case 7230:case 7e3:return 23;case 7231:return 2;case 7232:return 18;case 7263:case 7264:return 21;case 7104:case 7234:case 7226:case 7110:return 12;case 7662:return 24;case 7012:case 7834:return 38}}static convertCodeToBackendErrorCode(e){return e in Mt?e:null}static convertPurchaseFlowErrorCodeToErrorCode(e){switch(e){case K.ErrorSettingUpPurchase:return 2;case K.ErrorChargingPayment:return 20;case K.NetworkError:return 10;case K.MissingEmailError:return 4;case K.StripeError:return 2;case K.UnknownError:return 0;case K.AlreadySubscribedError:return 6}}}var Mt=(t=>(t[t.BackendInvalidPlatform=7e3]="BackendInvalidPlatform",t[t.BackendInvalidEmail=7012]="BackendInvalidEmail",t[t.BackendStoreProblem=7101]="BackendStoreProblem",t[t.BackendCannotTransferPurchase=7102]="BackendCannotTransferPurchase",t[t.BackendInvalidReceiptToken=7103]="BackendInvalidReceiptToken",t[t.BackendInvalidAppStoreSharedSecret=7104]="BackendInvalidAppStoreSharedSecret",t[t.BackendInvalidPaymentModeOrIntroPriceNotProvided=7105]="BackendInvalidPaymentModeOrIntroPriceNotProvided",t[t.BackendProductIdForGoogleReceiptNotProvided=7106]="BackendProductIdForGoogleReceiptNotProvided",t[t.BackendInvalidPlayStoreCredentials=7107]="BackendInvalidPlayStoreCredentials",t[t.BackendInternalServerError=7110]="BackendInternalServerError",t[t.BackendEmptyAppUserId=7220]="BackendEmptyAppUserId",t[t.BackendInvalidAuthToken=7224]="BackendInvalidAuthToken",t[t.BackendInvalidAPIKey=7225]="BackendInvalidAPIKey",t[t.BackendBadRequest=7226]="BackendBadRequest",t[t.BackendPlayStoreQuotaExceeded=7229]="BackendPlayStoreQuotaExceeded",t[t.BackendPlayStoreInvalidPackageName=7230]="BackendPlayStoreInvalidPackageName",t[t.BackendPlayStoreGenericError=7231]="BackendPlayStoreGenericError",t[t.BackendUserIneligibleForPromoOffer=7232]="BackendUserIneligibleForPromoOffer",t[t.BackendInvalidAppleSubscriptionKey=7234]="BackendInvalidAppleSubscriptionKey",t[t.BackendInvalidSubscriberAttributes=7263]="BackendInvalidSubscriberAttributes",t[t.BackendInvalidSubscriberAttributesBody=7264]="BackendInvalidSubscriberAttributesBody",t[t.BackendProductIDsMalformed=7662]="BackendProductIDsMalformed",t[t.BackendAlreadySubscribedError=7772]="BackendAlreadySubscribedError",t[t.BackendPaymentGatewayGenericError=7773]="BackendPaymentGatewayGenericError",t[t.BackendOfferNotFound=7814]="BackendOfferNotFound",t[t.BackendNoMXRecordsFound=7834]="BackendNoMXRecordsFound",t))(Mt||{});class W extends Error{constructor(r,n,i){super(n);M(this,"toString",()=>`PurchasesError(code: ${X[this.errorCode]}, message: ${this.message})`);this.errorCode=r,this.underlyingErrorMessage=i}static getForBackendError(r,n){const i=Me.getErrorCodeForBackendErrorCode(r);return new W(i,Me.getPublicMessage(i),n)}static getForPurchasesFlowError(r){return new W(Me.convertPurchaseFlowErrorCodeToErrorCode(r.errorCode),r.message,r.underlyingErrorMessage)}}class Tt extends Error{constructor(){super("Purchases must be configured before calling getInstance")}}var Te=(t=>(t.Started="started",t.InProgress="in_progress",t.Succeeded="succeeded",t.Failed="failed",t))(Te||{}),We=(t=>(t[t.SetupIntentCreationFailed=1]="SetupIntentCreationFailed",t[t.PaymentMethodCreationFailed=2]="PaymentMethodCreationFailed",t[t.PaymentChargeFailed=3]="PaymentChargeFailed",t))(We||{}),K=(t=>(t[t.ErrorSettingUpPurchase=0]="ErrorSettingUpPurchase",t[t.ErrorChargingPayment=1]="ErrorChargingPayment",t[t.UnknownError=2]="UnknownError",t[t.NetworkError=3]="NetworkError",t[t.StripeError=4]="StripeError",t[t.MissingEmailError=5]="MissingEmailError",t[t.AlreadySubscribedError=6]="AlreadySubscribedError",t))(K||{});class z extends Error{constructor(e,r,n){super(r),this.errorCode=e,this.underlyingErrorMessage=n}isRecoverable(){switch(this.errorCode){case 3:case 5:return!0;case 0:case 1:case 6:case 4:case 2:return!1}}static fromPurchasesError(e,r){let n;return e.errorCode===X.ProductAlreadyPurchasedError?n=6:e.errorCode===X.InvalidEmailError?n=5:e.errorCode===X.NetworkError?n=3:n=r,new z(n,e.message,e.underlyingErrorMessage)}}class sr{constructor(e,r=10){M(this,"operationSessionId",null);M(this,"backend");M(this,"maxNumberAttempts");M(this,"waitMSBetweenAttempts",1e3);this.backend=e,this.maxNumberAttempts=r}async startPurchase(e,r,n,i,o){try{const s=await this.backend.postSubscribe(e,r,i,o,n);return this.operationSessionId=s.operation_session_id,s}catch(s){if(s instanceof W)throw z.fromPurchasesError(s,0);{const l="Unknown error starting purchase: "+String(s);throw Q.errorLog(l),new z(2,l)}}}async pollCurrentPurchaseForCompletion(){const e=this.operationSessionId;if(!e)throw new z(0,"No purchase in progress");return new Promise((r,n)=>{const i=(o=1)=>{if(o>this.maxNumberAttempts){this.clearPurchaseInProgress(),n(new z(2,"Max attempts reached trying to get successful purchase status"));return}this.backend.getCheckoutStatus(e).then(s=>{switch(s.operation.status){case Te.Started:case Te.InProgress:setTimeout(()=>i(o+1),this.waitMSBetweenAttempts);break;case Te.Succeeded:this.clearPurchaseInProgress(),r();return;case Te.Failed:this.clearPurchaseInProgress(),this.handlePaymentError(s.operation.error,n)}}).catch(s=>{const l=z.fromPurchasesError(s,3);n(l)})};i()})}clearPurchaseInProgress(){this.operationSessionId=null}handlePaymentError(e,r){if(e==null){r(new z(2,"Got an error status but error field is empty."));return}switch(e.code){case We.SetupIntentCreationFailed:r(new z(0,"Setup intent creation failed"));return;case We.PaymentMethodCreationFailed:r(new z(0,"Payment method creation failed"));return;case We.PaymentChargeFailed:r(new z(1,"Payment charge failed"));return}}}const lr="data:image/svg+xml,%3csvg%20width='124'%20height='124'%20viewBox='0%200%20124%20124'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='62'%20cy='62'%20r='62'%20fill='%23767676'/%3e%3cpath%20d='M87.6668%2041.504L82.4968%2036.334L62.0002%2056.8307L41.5035%2036.334L36.3335%2041.504L56.8302%2062.0006L36.3335%2082.4973L41.5035%2087.6673L62.0002%2067.1706L82.4968%2087.6673L87.6668%2082.4973L67.1702%2062.0006L87.6668%2041.504Z'%20fill='white'/%3e%3c/svg%3e";function cr(t){j(t,"svelte-1609h93","img.svelte-1609h93{width:124px;height:124px;margin:0 auto}")}function ar(t){let e,r;return{c(){e=y("img"),ae(e.src,r=lr)||_(e,"src",r),_(e,"alt","icon"),_(e,"class","rcb-ui-asset-icon svelte-1609h93")},m(n,i){h(n,e,i)},p:k,i:k,o:k,d(n){n&&p(e)}}}class ur extends x{constructor(e){super(),F(this,e,null,ar,S,{},cr)}}function fr(t){j(t,"svelte-1rmxk7q","button.svelte-1rmxk7q{border:none;border-radius:56px;font-size:16px;cursor:pointer;height:56px;color:var(--rc-color-grey-text-dark);background-color:var(--rc-color-grey-ui-dark);display:flex;align-items:center;justify-content:center}button.intent-primary.svelte-1rmxk7q{background-color:var(--rc-color-grey-text-dark);color:var(--rc-color-white);font-size:16px}button.svelte-1rmxk7q:disabled{color:var(--rc-color-grey-text-light)}button.intent-primary.svelte-1rmxk7q:disabled{color:var(--rc-color-grey-text-light)}")}function dr(t){let e,r,n,i,o;const s=t[4].default,l=te(s,t,t[3],null);return{c(){e=y("button"),l&&l.c(),_(e,"class",r=$e(`intent-${t[0]}`)+" svelte-1rmxk7q"),e.disabled=t[1],_(e,"data-testid",t[2])},m(c,a){h(c,e,a),l&&l.m(e,null),n=!0,i||(o=Be(e,"click",t[5]),i=!0)},p(c,[a]){l&&l.p&&(!n||a&8)&&re(l,s,c,c[3],n?ne(s,c[3],a,null):ie(c[3]),null),(!n||a&1&&r!==(r=$e(`intent-${c[0]}`)+" svelte-1rmxk7q"))&&_(e,"class",r),(!n||a&2)&&(e.disabled=c[1]),(!n||a&4)&&_(e,"data-testid",c[2])},i(c){n||(f(l,c),n=!0)},o(c){g(l,c),n=!1},d(c){c&&p(e),l&&l.d(c),i=!1,o()}}}function gr(t,e,r){let{$$slots:n={},$$scope:i}=e,{intent:o="primary"}=e,{disabled:s=!1}=e,{testId:l=void 0}=e;function c(a){Bt.call(this,t,a)}return t.$$set=a=>{"intent"in a&&r(0,o=a.intent),"disabled"in a&&r(1,s=a.disabled),"testId"in a&&r(2,l=a.testId),"$$scope"in a&&r(3,i=a.$$scope)},[o,s,l,i,n,c]}class Re extends x{constructor(e){super(),F(this,e,gr,dr,S,{intent:0,disabled:1,testId:2},fr)}}function mr(t){j(t,"svelte-1f9z0o8","footer.svelte-1f9z0o8{display:flex;flex-direction:column}")}function pr(t){let e,r;const n=t[1].default,i=te(n,t,t[0],null);return{c(){e=y("footer"),i&&i.c(),_(e,"class","rcb-modal-footer svelte-1f9z0o8")},m(o,s){h(o,e,s),i&&i.m(e,null),r=!0},p(o,[s]){i&&i.p&&(!r||s&1)&&re(i,n,o,o[0],r?ne(n,o[0],s,null):ie(o[0]),null)},i(o){r||(f(i,o),r=!0)},o(o){g(i,o),r=!1},d(o){o&&p(e),i&&i.d(o)}}}function hr(t,e,r){let{$$slots:n={},$$scope:i}=e;return t.$$set=o=>{"$$scope"in o&&r(0,i=o.$$scope)},[i,n]}class ft extends x{constructor(e){super(),F(this,e,hr,pr,S,{},mr)}}function _r(t){j(t,"svelte-6o8e90",'.column.svelte-6o8e90{display:flex;flex-direction:column;justify-content:flex-start;gap:var(--gap, "8px");flex-grow:1}')}function Ar(t){let e,r,n;const i=t[2].default,o=te(i,t,t[1],null);return{c(){e=y("div"),o&&o.c(),_(e,"class","column svelte-6o8e90"),_(e,"style",r=`--gap:${t[0]};`)},m(s,l){h(s,e,l),o&&o.m(e,null),n=!0},p(s,[l]){o&&o.p&&(!n||l&2)&&re(o,i,s,s[1],n?ne(i,s[1],l,null):ie(s[1]),null),(!n||l&1&&r!==(r=`--gap:${s[0]};`))&&_(e,"style",r)},i(s){n||(f(o,s),n=!0)},o(s){g(o,s),n=!1},d(s){s&&p(e),o&&o.d(s)}}}function Er(t,e,r){let{$$slots:n={},$$scope:i}=e,{gutter:o="8px"}=e;return t.$$set=s=>{"gutter"in s&&r(0,o=s.gutter),"$$scope"in s&&r(1,i=s.$$scope)},[o,i,n]}class Qe extends x{constructor(e){super(),F(this,e,Er,Ar,S,{gutter:0},_r)}}const br="data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='mdi_close'%3e%3cpath%20id='Vector'%20d='M19%206.41L17.59%205L12%2010.59L6.41%205L5%206.41L10.59%2012L5%2017.59L6.41%2019L12%2013.41L17.59%2019L19%2017.59L13.41%2012L19%206.41Z'%20fill='%23767676'/%3e%3c/g%3e%3c/svg%3e";function Ir(t){j(t,"svelte-14xreta",".close-button.svelte-14xreta{border:none;cursor:pointer;background-color:transparent;padding:0px}")}function wr(t){let e,r,n,i,o;return{c(){e=y("button"),r=y("img"),ae(r.src,n=br)||_(r,"src",n),_(r,"alt","close"),_(e,"class","close-button svelte-14xreta"),e.disabled=t[0]},m(s,l){h(s,e,l),N(e,r),i||(o=Be(e,"click",t[1]),i=!0)},p(s,[l]){l&1&&(e.disabled=s[0])},i:k,o:k,d(s){s&&p(e),i=!1,o()}}}function yr(t,e,r){let{disabled:n=!1}=e;function i(o){Bt.call(this,t,o)}return t.$$set=o=>{"disabled"in o&&r(0,n=o.disabled)},[n,i]}class kr extends x{constructor(e){super(),F(this,e,yr,wr,S,{disabled:0},Ir)}}function vr(t){j(t,"svelte-44qpq9",".rcb-app-icon.svelte-44qpq9{width:40px;height:40px;border-radius:12px;box-shadow:0px 1px 10px 0px rgba(0, 0, 0, 0.1);margin-right:16px}.rcb-app-icon-picture-container.svelte-44qpq9{height:40px}.rcb-app-icon.loading.svelte-44qpq9{background-color:gray}")}function $r(t){let e;return{c(){e=y("div"),_(e,"class","rcb-app-icon loading svelte-44qpq9")},m(r,n){h(r,e,n)},p:k,d(r){r&&p(e)}}}function Br(t){let e,r,n,i,o,s;return{c(){e=y("picture"),r=y("source"),i=O(),o=y("img"),_(r,"type","image/webp"),wn(r,n=t[1])||_(r,"srcset",n),_(o,"class","rcb-app-icon svelte-44qpq9"),ae(o.src,s=t[0])||_(o,"src",s),_(o,"alt","App icon"),_(e,"class","rcb-app-icon-picture-container svelte-44qpq9")},m(l,c){h(l,e,c),N(e,r),N(e,i),N(e,o)},p(l,c){c&2&&n!==(n=l[1])&&_(r,"srcset",n),c&1&&!ae(o.src,s=l[0])&&_(o,"src",s)},d(l){l&&p(e)}}}function Dr(t){let e;function r(o,s){return o[0]!==null?Br:$r}let n=r(t),i=n(t);return{c(){i.c(),e=ue()},m(o,s){i.m(o,s),h(o,e,s)},p(o,[s]){n===(n=r(o))&&i?i.p(o,s):(i.d(1),i=n(o),i&&(i.c(),i.m(e.parentNode,e)))},i:k,o:k,d(o){o&&p(e),i.d(o)}}}function Pr(t,e,r){let{src:n=null}=e,{srcWebp:i=null}=e;return t.$$set=o=>{"src"in o&&r(0,n=o.src),"srcWebp"in o&&r(1,i=o.srcWebp)},[n,i]}class Rt extends x{constructor(e){super(),F(this,e,Pr,Dr,S,{src:0,srcWebp:1},vr)}}const ze=t=>`https://da08ctfrofx1b.cloudfront.net/${t}`;function Cr(t){j(t,"svelte-10uf5fq",".app-title.svelte-10uf5fq{font-weight:500;margin:8px 0;font-size:16px}.rcb-header-layout__business-info.svelte-10uf5fq{display:flex;align-items:center}")}function Mr(t){let e,r;return e=new Rt({}),{c(){w(e.$$.fragment)},m(n,i){b(e,n,i),r=!0},p:k,i(n){r||(f(e.$$.fragment,n),r=!0)},o(n){g(e.$$.fragment,n),r=!1},d(n){I(e,n)}}}function Tr(t){let e,r,n=t[0].seller_company_name+"",i,o,s=t[0].app_icon_webp!==null&&t[0].app_icon!==null&&Qt(t);return{c(){s&&s.c(),e=O(),r=y("span"),i=H(n),_(r,"class","app-title svelte-10uf5fq")},m(l,c){s&&s.m(l,c),h(l,e,c),h(l,r,c),N(r,i),o=!0},p(l,c){l[0].app_icon_webp!==null&&l[0].app_icon!==null?s?(s.p(l,c),c&1&&f(s,1)):(s=Qt(l),s.c(),f(s,1),s.m(e.parentNode,e)):s&&(J(),g(s,1,1,()=>{s=null}),V()),(!o||c&1)&&n!==(n=l[0].seller_company_name+"")&&he(i,n)},i(l){o||(f(s),o=!0)},o(l){g(s),o=!1},d(l){l&&(p(e),p(r)),s&&s.d(l)}}}function Qt(t){let e,r;return e=new Rt({props:{src:ze(t[0].app_icon),srcWebp:ze(t[0].app_icon_webp)}}),{c(){w(e.$$.fragment)},m(n,i){b(e,n,i),r=!0},p(n,i){const o={};i&1&&(o.src=ze(n[0].app_icon)),i&1&&(o.srcWebp=ze(n[0].app_icon_webp)),e.$set(o)},i(n){r||(f(e.$$.fragment,n),r=!0)},o(n){g(e.$$.fragment,n),r=!1},d(n){I(e,n)}}}function Rr(t){let e,r,n,i;const o=[Tr,Mr],s=[];function l(c,a){return c[0]!==null?0:1}return r=l(t),n=s[r]=o[r](t),{c(){e=y("div"),n.c(),_(e,"class","rcb-header-layout__business-info svelte-10uf5fq")},m(c,a){h(c,e,a),s[r].m(e,null),i=!0},p(c,[a]){let u=r;r=l(c),r===u?s[r].p(c,a):(J(),g(s[u],1,1,()=>{s[u]=null}),V(),n=s[r],n?n.p(c,a):(n=s[r]=o[r](c),n.c()),f(n,1),n.m(e,null))},i(c){i||(f(n),i=!0)},o(c){g(n),i=!1},d(c){c&&p(e),s[r].d()}}}function Qr(t,e,r){let{brandingInfo:n=null}=e;return t.$$set=i=>{"brandingInfo"in i&&r(0,n=i.brandingInfo)},[n]}class Nt extends x{constructor(e){super(),F(this,e,Qr,Rr,S,{brandingInfo:0},Cr)}}function Nr(t){j(t,"svelte-17puakv",".rcb-post-purchase-header-layout.svelte-17puakv{display:flex;justify-content:space-between;align-items:center;width:100%;margin-top:-4px}")}function Ur(t){let e,r,n,i,o;return r=new Nt({props:{brandingInfo:t[0]}}),i=new kr({}),i.$on("click",function(){pe(t[1])&&t[1].apply(this,arguments)}),{c(){e=y("div"),w(r.$$.fragment),n=O(),w(i.$$.fragment),_(e,"class","rcb-post-purchase-header-layout svelte-17puakv")},m(s,l){h(s,e,l),b(r,e,null),N(e,n),b(i,e,null),o=!0},p(s,l){t=s;const c={};l&1&&(c.brandingInfo=t[0]),r.$set(c)},i(s){o||(f(r.$$.fragment,s),f(i.$$.fragment,s),o=!0)},o(s){g(r.$$.fragment,s),g(i.$$.fragment,s),o=!1},d(s){s&&p(e),I(r),I(i)}}}function Or(t){let e,r;return e=new be({props:{as:"header",$$slots:{default:[Ur]},$$scope:{ctx:t}}}),{c(){w(e.$$.fragment)},m(n,i){b(e,n,i),r=!0},p(n,[i]){const o={};i&7&&(o.$$scope={dirty:i,ctx:n}),e.$set(o)},i(n){r||(f(e.$$.fragment,n),r=!0)},o(n){g(e.$$.fragment,n),r=!1},d(n){I(e,n)}}}function Sr(t,e,r){let{brandingInfo:n=null}=e,{onClose:i}=e;return t.$$set=o=>{"brandingInfo"in o&&r(0,n=o.brandingInfo),"onClose"in o&&r(1,i=o.onClose)},[n,i]}class Lr extends x{constructor(e){super(),F(this,e,Sr,Or,S,{brandingInfo:0,onClose:1},Nr)}}function Fr(t){j(t,"svelte-10pcqja",".rcb-modal-message.svelte-10pcqja{width:100%;min-height:160px;display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center}.title.svelte-10pcqja{font-size:24px;line-height:1.25em}.subtitle.svelte-10pcqja{font-size:16px;line-height:1.25em;overflow-wrap:anywhere}")}const xr=t=>({}),Ut=t=>({});function Gr(t){let e,r,n,i,o;const s=t[4].default,l=te(s,t,t[5],null);return{c(){e=y("span"),r=H(t[2]),n=O(),i=y("span"),l&&l.c(),_(e,"class","title svelte-10pcqja"),_(i,"class","subtitle svelte-10pcqja")},m(c,a){h(c,e,a),N(e,r),h(c,n,a),h(c,i,a),l&&l.m(i,null),o=!0},p(c,a){(!o||a&4)&&he(r,c[2]),l&&l.p&&(!o||a&32)&&re(l,s,c,c[5],o?ne(s,c[5],a,null):ie(c[5]),null)},i(c){o||(f(l,c),o=!0)},o(c){g(l,c),o=!1},d(c){c&&(p(e),p(n),p(i)),l&&l.d(c)}}}function Yr(t){let e,r,n;const i=t[4].icon,o=te(i,t,t[5],Ut);return r=new Qe({props:{gutter:"16px",$$slots:{default:[Gr]},$$scope:{ctx:t}}}),{c(){o&&o.c(),e=O(),w(r.$$.fragment)},m(s,l){o&&o.m(s,l),h(s,e,l),b(r,s,l),n=!0},p(s,l){o&&o.p&&(!n||l&32)&&re(o,i,s,s[5],n?ne(i,s[5],l,xr):ie(s[5]),Ut);const c={};l&36&&(c.$$scope={dirty:l,ctx:s}),r.$set(c)},i(s){n||(f(o,s),f(r.$$.fragment,s),n=!0)},o(s){g(o,s),g(r.$$.fragment,s),n=!1},d(s){s&&p(e),o&&o.d(s),I(r,s)}}}function Hr(t){let e,r,n;return r=new Qe({props:{gutter:"16px",$$slots:{default:[Yr]},$$scope:{ctx:t}}}),{c(){e=y("div"),w(r.$$.fragment),_(e,"class","rcb-modal-message svelte-10pcqja"),_(e,"data-type",t[3])},m(i,o){h(i,e,o),b(r,e,null),n=!0},p(i,o){const s={};o&36&&(s.$$scope={dirty:o,ctx:i}),r.$set(s),(!n||o&8)&&_(e,"data-type",i[3])},i(i){n||(f(r.$$.fragment,i),n=!0)},o(i){g(r.$$.fragment,i),n=!1},d(i){i&&p(e),I(r)}}}function Kr(t){let e;return{c(){e=H("Go back to app")},m(r,n){h(r,e,n)},d(r){r&&p(e)}}}function jr(t){let e,r;return e=new Re({props:{$$slots:{default:[Kr]},$$scope:{ctx:t}}}),e.$on("click",function(){pe(t[1])&&t[1].apply(this,arguments)}),{c(){w(e.$$.fragment)},m(n,i){b(e,n,i),r=!0},p(n,i){t=n;const o={};i&32&&(o.$$scope={dirty:i,ctx:t}),e.$set(o)},i(n){r||(f(e.$$.fragment,n),r=!0)},o(n){g(e.$$.fragment,n),r=!1},d(n){I(e,n)}}}function qr(t){let e,r,n,i,o,s;return e=new Lr({props:{brandingInfo:t[0],onClose:t[1]}}),n=new be({props:{$$slots:{default:[Hr]},$$scope:{ctx:t}}}),o=new ft({props:{$$slots:{default:[jr]},$$scope:{ctx:t}}}),{c(){w(e.$$.fragment),r=O(),w(n.$$.fragment),i=O(),w(o.$$.fragment)},m(l,c){b(e,l,c),h(l,r,c),b(n,l,c),h(l,i,c),b(o,l,c),s=!0},p(l,c){const a={};c&1&&(a.brandingInfo=l[0]),c&2&&(a.onClose=l[1]),e.$set(a);const u={};c&44&&(u.$$scope={dirty:c,ctx:l}),n.$set(u);const d={};c&34&&(d.$$scope={dirty:c,ctx:l}),o.$set(d)},i(l){s||(f(e.$$.fragment,l),f(n.$$.fragment,l),f(o.$$.fragment,l),s=!0)},o(l){g(e.$$.fragment,l),g(n.$$.fragment,l),g(o.$$.fragment,l),s=!1},d(l){l&&(p(r),p(i)),I(e,l),I(n,l),I(o,l)}}}function Jr(t){let e,r;return e=new Qe({props:{gutter:"32px",$$slots:{default:[qr]},$$scope:{ctx:t}}}),{c(){w(e.$$.fragment)},m(n,i){b(e,n,i),r=!0},p(n,[i]){const o={};i&47&&(o.$$scope={dirty:i,ctx:n}),e.$set(o)},i(n){r||(f(e.$$.fragment,n),r=!0)},o(n){g(e.$$.fragment,n),r=!1},d(n){I(e,n)}}}function Vr(t,e,r){let{$$slots:n={},$$scope:i}=e,{brandingInfo:o=null}=e,{onContinue:s}=e,{title:l}=e,{type:c}=e;return t.$$set=a=>{"brandingInfo"in a&&r(0,o=a.brandingInfo),"onContinue"in a&&r(1,s=a.onContinue),"title"in a&&r(2,l=a.title),"type"in a&&r(3,c=a.type),"$$scope"in a&&r(5,i=a.$$scope)},[o,s,l,c,n,i]}class Ot extends x{constructor(e){super(),F(this,e,Vr,Jr,S,{brandingInfo:0,onContinue:1,title:2,type:3},Fr)}}function St(t){let e,r,n,i,o;return{c(){e=H("If this error persists, please contact "),r=y("a"),n=H(t[1]),o=H("."),_(r,"href",i="mailto:"+t[1])},m(s,l){h(s,e,l),h(s,r,l),N(r,n),h(s,o,l)},p(s,l){l&2&&he(n,s[1]),l&2&&i!==(i="mailto:"+s[1])&&_(r,"href",i)},d(s){s&&(p(e),p(r),p(o))}}}function Wr(t){let e=t[3]()+"",r,n,i,o=t[1]&&St(t);return{c(){r=H(e),n=O(),o&&o.c(),i=ue()},m(s,l){h(s,r,l),h(s,n,l),o&&o.m(s,l),h(s,i,l)},p(s,l){s[1]?o?o.p(s,l):(o=St(s),o.c(),o.m(i.parentNode,i)):o&&(o.d(1),o=null)},d(s){s&&(p(r),p(n),p(i)),o&&o.d(s)}}}function zr(t){let e,r;return e=new ur({props:{slot:"icon"}}),{c(){w(e.$$.fragment)},m(n,i){b(e,n,i),r=!0},p:k,i(n){r||(f(e.$$.fragment,n),r=!0)},o(n){g(e.$$.fragment,n),r=!1},d(n){I(e,n)}}}function Xr(t){let e,r;return e=new Ot({props:{title:t[4](),brandingInfo:t[0],onContinue:t[2],type:"error",$$slots:{icon:[zr],default:[Wr]},$$scope:{ctx:t}}}),{c(){w(e.$$.fragment)},m(n,i){b(e,n,i),r=!0},p(n,[i]){const o={};i&1&&(o.brandingInfo=n[0]),i&4&&(o.onContinue=n[2]),i&66&&(o.$$scope={dirty:i,ctx:n}),e.$set(o)},i(n){r||(f(e.$$.fragment,n),r=!0)},o(n){g(e.$$.fragment,n),r=!1},d(n){I(e,n)}}}function Zr(t,e,r){let{brandingInfo:n=null}=e,{lastError:i}=e,{supportEmail:o=null}=e,{onContinue:s}=e;qe(()=>{Q.errorLog(`Displayed error: ${K[i.errorCode]}. Message: ${i.message??"None"}. Underlying error: ${i.underlyingErrorMessage??"None"}`)});function l(){switch(i.errorCode){case K.UnknownError:return"An unknown error occurred.";case K.ErrorSettingUpPurchase:return"Purchase not started due to an error.";case K.ErrorChargingPayment:return"Payment failed.";case K.NetworkError:return"Network error. Please check your internet connection.";case K.StripeError:return i.message;case K.MissingEmailError:return"Email is required to complete the purchase.";case K.AlreadySubscribedError:return"You are already subscribed to this product."}return i.message}function c(){switch(i.errorCode){case K.AlreadySubscribedError:return"Already subscribed";default:return"Something went wrong"}}return t.$$set=a=>{"brandingInfo"in a&&r(0,n=a.brandingInfo),"lastError"in a&&r(5,i=a.lastError),"supportEmail"in a&&r(1,o=a.supportEmail),"onContinue"in a&&r(2,s=a.onContinue)},[n,o,s,l,c,i]}class ei extends x{constructor(e){super(),F(this,e,Zr,Xr,S,{brandingInfo:0,lastError:5,supportEmail:1,onContinue:2})}}const ti="data:image/svg+xml,%3csvg%20width='124'%20height='124'%20viewBox='0%200%20124%20124'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='62'%20cy='62'%20r='62'%20fill='%23576CDB'/%3e%3crect%20x='44.1116'%20y='56'%20width='27.5'%20height='11'%20transform='rotate(45%2044.1116%2056)'%20fill='white'/%3e%3crect%20x='79.1133'%20y='44.334'%20width='11'%20height='44'%20transform='rotate(45%2079.1133%2044.334)'%20fill='white'/%3e%3c/svg%3e";function ni(t){j(t,"svelte-1609h93","img.svelte-1609h93{width:124px;height:124px;margin:0 auto}")}function ri(t){let e,r;return{c(){e=y("img"),ae(e.src,r=ti)||_(e,"src",r),_(e,"alt","icon"),_(e,"class","rcb-ui-asset-icon svelte-1609h93")},m(n,i){h(n,e,i)},p:k,i:k,o:k,d(n){n&&p(e)}}}class ii extends x{constructor(e){super(),F(this,e,null,ri,S,{},ni)}}function oi(t){let e;return{c(){e=H("Your plan is now active.")},m(r,n){h(r,e,n)},d(r){r&&p(e)}}}function si(t){let e,r;return e=new ii({props:{slot:"icon"}}),{c(){w(e.$$.fragment)},m(n,i){b(e,n,i),r=!0},p:k,i(n){r||(f(e.$$.fragment,n),r=!0)},o(n){g(e.$$.fragment,n),r=!1},d(n){I(e,n)}}}function li(t){let e,r;return e=new Ot({props:{type:"success",title:"Purchase successful",brandingInfo:t[0],onContinue:t[1],$$slots:{icon:[si],default:[oi]},$$scope:{ctx:t}}}),{c(){w(e.$$.fragment)},m(n,i){b(e,n,i),r=!0},p(n,[i]){const o={};i&1&&(o.brandingInfo=n[0]),i&2&&(o.onContinue=n[1]),i&4&&(o.$$scope={dirty:i,ctx:n}),e.$set(o)},i(n){r||(f(e.$$.fragment,n),r=!0)},o(n){g(e.$$.fragment,n),r=!1},d(n){I(e,n)}}}function ci(t,e,r){let{brandingInfo:n=null}=e,{onContinue:i}=e;return t.$$set=o=>{"brandingInfo"in o&&r(0,n=o.brandingInfo),"onContinue"in o&&r(1,i=o.onContinue)},[n,i]}class ai extends x{constructor(e){super(),F(this,e,ci,li,S,{brandingInfo:0,onContinue:1})}}function ui(t,e,r,n,i={}){const o=r.create(e,i);return o.mount(t),o.on("change",s=>n("change",s)),o.on("ready",s=>n("ready",s)),o.on("focus",s=>n("focus",s)),o.on("blur",s=>n("blur",s)),o.on("escape",s=>n("escape",s)),o.on("click",s=>n("click",s)),o.on("loaderror",s=>n("loaderror",s)),o.on("loaderstart",s=>n("loaderstart",s)),o.on("networkschange",s=>n("networkschange",s)),o}const fi=typeof window>"u";function di(t){if(!fi)return t.registerAppInfo({name:"svelte-stripe-js",url:"https://svelte-stripe-js.vercel.app"})}function gi(t){let e;return{c(){e=y("div")},m(r,n){h(r,e,n),t[6](e)},p:k,i:k,o:k,d(r){r&&p(e),t[6](null)}}}function mi(t,e,r){let n,i;const o=Qn(),{elements:s}=Un("stripe");let{options:l=void 0}=e;qe(()=>(n=ui(i,"payment",s,o,l),()=>n.destroy()));function c(){n.blur()}function a(){n.clear()}function u(){n.destroy()}function d(){n.focus()}function A($){Je[$?"unshift":"push"](()=>{i=$,r(0,i)})}return t.$$set=$=>{"options"in $&&r(1,l=$.options)},[i,l,c,a,u,d,A]}class pi extends x{constructor(e){super(),F(this,e,mi,gi,S,{options:1,blur:2,clear:3,destroy:4,focus:5})}get blur(){return this.$$.ctx[2]}get clear(){return this.$$.ctx[3]}get destroy(){return this.$$.ctx[4]}get focus(){return this.$$.ctx[5]}}function Lt(t){let e;const r=t[15].default,n=te(r,t,t[14],null);return{c(){n&&n.c()},m(i,o){n&&n.m(i,o),e=!0},p(i,o){n&&n.p&&(!e||o&16384)&&re(n,r,i,i[14],e?ne(r,i[14],o,null):ie(i[14]),null)},i(i){e||(f(n,i),e=!0)},o(i){g(n,i),e=!1},d(i){n&&n.d(i)}}}function hi(t){let e,r,n=t[1]&&t[0]&&Lt(t);return{c(){n&&n.c(),e=ue()},m(i,o){n&&n.m(i,o),h(i,e,o),r=!0},p(i,[o]){i[1]&&i[0]?n?(n.p(i,o),o&3&&f(n,1)):(n=Lt(i),n.c(),f(n,1),n.m(e.parentNode,e)):n&&(J(),g(n,1,1,()=>{n=null}),V())},i(i){r||(f(n),r=!0)},o(i){g(n),r=!1},d(i){i&&p(e),n&&n.d(i)}}}function _i(t,e,r){let n,{$$slots:i={},$$scope:o}=e,{stripe:s}=e,{mode:l=void 0}=e,{theme:c="stripe"}=e,{variables:a={}}=e,{rules:u={}}=e,{labels:d="above"}=e,{loader:A="auto"}=e,{fonts:$=[]}=e,{locale:P="auto"}=e,{currency:T=void 0}=e,{amount:m=void 0}=e,{clientSecret:v=void 0}=e,{elements:Y=null}=e;return t.$$set=U=>{"stripe"in U&&r(1,s=U.stripe),"mode"in U&&r(2,l=U.mode),"theme"in U&&r(3,c=U.theme),"variables"in U&&r(4,a=U.variables),"rules"in U&&r(5,u=U.rules),"labels"in U&&r(6,d=U.labels),"loader"in U&&r(7,A=U.loader),"fonts"in U&&r(8,$=U.fonts),"locale"in U&&r(9,P=U.locale),"currency"in U&&r(10,T=U.currency),"amount"in U&&r(11,m=U.amount),"clientSecret"in U&&r(12,v=U.clientSecret),"elements"in U&&r(0,Y=U.elements),"$$scope"in U&&r(14,o=U.$$scope)},t.$$.update=()=>{t.$$.dirty&120&&r(13,n={theme:c,variables:a,rules:u,labels:d}),t.$$.dirty&16263&&s&&!Y&&(r(0,Y=s.elements({mode:l,currency:T,amount:m,appearance:n,clientSecret:v,fonts:$,loader:A,locale:P})),di(s),Nn("stripe",{stripe:s,elements:Y})),t.$$.dirty&8705&&Y&&Y.update({appearance:n,locale:P})},[Y,s,l,c,a,u,d,A,$,P,T,m,v,n,o,i]}class Ai extends x{constructor(e){super(),F(this,e,_i,hi,S,{stripe:1,mode:2,theme:3,variables:4,rules:5,labels:6,loader:7,fonts:8,locale:9,currency:10,amount:11,clientSecret:12,elements:0})}}var Ft="https://js.stripe.com/v3",Ei=/^https:\/\/js\.stripe\.com\/v3\/?(\?.*)?$/,xt="loadStripe.setLoadParameters was called but an existing Stripe.js script already exists in the document; existing script parameters will be used",bi=function(){for(var e=document.querySelectorAll('script[src^="'.concat(Ft,'"]')),r=0;r<e.length;r++){var n=e[r];if(Ei.test(n.src))return n}return null},Gt=function(e){var r="",n=document.createElement("script");n.src="".concat(Ft).concat(r);var i=document.head||document.body;if(!i)throw new Error("Expected document.body not to be null. Stripe.js requires a <body> element.");return i.appendChild(n),n},Ii=function(e,r){!e||!e._registerWrapper||e._registerWrapper({name:"stripe-js",version:"2.4.0",startTime:r})},Ne=null,Xe=null,Ze=null,wi=function(e){return function(){e(new Error("Failed to load Stripe.js"))}},yi=function(e,r){return function(){window.Stripe?e(window.Stripe):r(new Error("Stripe.js not available"))}},ki=function(e){return Ne!==null?Ne:(Ne=new Promise(function(r,n){if(typeof window>"u"||typeof document>"u"){r(null);return}if(window.Stripe&&e&&console.warn(xt),window.Stripe){r(window.Stripe);return}try{var i=bi();if(i&&e)console.warn(xt);else if(!i)i=Gt(e);else if(i&&Ze!==null&&Xe!==null){var o;i.removeEventListener("load",Ze),i.removeEventListener("error",Xe),(o=i.parentNode)===null||o===void 0||o.removeChild(i),i=Gt(e)}Ze=yi(r,n),Xe=wi(n),i.addEventListener("load",Ze),i.addEventListener("error",Xe)}catch(s){n(s);return}}),Ne.catch(function(r){return Ne=null,Promise.reject(r)}))},vi=function(e,r,n){if(e===null)return null;var i=e.apply(void 0,r);return Ii(i,n),i},Ue,Yt=!1,Ht=function(){return Ue||(Ue=ki(null).catch(function(e){return Ue=null,Promise.reject(e)}),Ue)};Promise.resolve().then(function(){return Ht()}).catch(function(t){Yt||console.warn(t)});var $i=function(){for(var e=arguments.length,r=new Array(e),n=0;n<e;n++)r[n]=arguments[n];Yt=!0;var i=Date.now();return Ht().then(function(o){return vi(o,r,i)})};function Bi(t){j(t,"svelte-1xe711j",".rcb-header-layout.svelte-1xe711j{display:flex;justify-content:space-between;align-items:center;width:100%;font-size:24px;margin:0;font-weight:500}")}function Di(t){let e,r;const n=t[0].default,i=te(n,t,t[1],null);return{c(){e=y("div"),i&&i.c(),_(e,"class","rcb-header-layout svelte-1xe711j")},m(o,s){h(o,e,s),i&&i.m(e,null),r=!0},p(o,s){i&&i.p&&(!r||s&2)&&re(i,n,o,o[1],r?ne(n,o[1],s,null):ie(o[1]),null)},i(o){r||(f(i,o),r=!0)},o(o){g(i,o),r=!1},d(o){o&&p(e),i&&i.d(o)}}}function Pi(t){let e,r;return e=new be({props:{as:"header",$$slots:{default:[Di]},$$scope:{ctx:t}}}),{c(){w(e.$$.fragment)},m(n,i){b(e,n,i),r=!0},p(n,[i]){const o={};i&2&&(o.$$scope={dirty:i,ctx:n}),e.$set(o)},i(n){r||(f(e.$$.fragment,n),r=!0)},o(n){g(e.$$.fragment,n),r=!1},d(n){I(e,n)}}}function Ci(t,e,r){let{$$slots:n={},$$scope:i}=e;return t.$$set=o=>{"$$scope"in o&&r(1,i=o.$$scope)},[n,i]}class dt extends x{constructor(e){super(),F(this,e,Ci,Pi,S,{},Bi)}}const Mi="data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18%208H17V6C17%203.24%2014.76%201%2012%201C9.24%201%207%203.24%207%206V8H6C4.9%208%204%208.9%204%2010V20C4%2021.1%204.9%2022%206%2022H18C19.1%2022%2020%2021.1%2020%2020V10C20%208.9%2019.1%208%2018%208ZM12%2017C10.9%2017%2010%2016.1%2010%2015C10%2013.9%2010.9%2013%2012%2013C13.1%2013%2014%2013.9%2014%2015C14%2016.1%2013.1%2017%2012%2017ZM15.1%208H8.9V6C8.9%204.29%2010.29%202.9%2012%202.9C13.71%202.9%2015.1%204.29%2015.1%206V8Z'%20fill='%2311D483'/%3e%3c/svg%3e";function Ti(t){let e,r;return{c(){e=y("img"),ae(e.src,r=Mi)||_(e,"src",r),_(e,"alt","icon"),_(e,"class","rcb-ui-asset-icon")},m(n,i){h(n,e,i)},p:k,i:k,o:k,d(n){n&&p(e)}}}class Ri extends x{constructor(e){super(),F(this,e,null,Ti,S,{})}}const Oe={error:"#f2545b",warning:"#f4e971",focus:"#000080","grey-text-dark":"#000000","grey-text-light":"#767676","grey-ui-dark":"#dfdfdf",white:"#ffffff"};function Qi(t){j(t,"svelte-rjmul6",`.processing.svelte-rjmul6{width:12px;aspect-ratio:1;border-radius:50%;animation:svelte-rjmul6-l5 1.5s infinite linear}@keyframes svelte-rjmul6-l5{0%{box-shadow:20px 0 #fff2,
|
|
1
|
+
(function(E,p){typeof exports=="object"&&typeof module<"u"?p(exports):typeof define=="function"&&define.amd?define(["exports"],p):(E=typeof globalThis<"u"?globalThis:E||self,p(E.Purchases={}))})(this,function(E){"use strict";var Ns=Object.create;var at=Object.defineProperty;var Us=Object.getOwnPropertyDescriptor;var un=(E,p)=>(p=Symbol[E])?p:Symbol.for("Symbol."+E),Ne=E=>{throw TypeError(E)};var fn=(E,p,R)=>p in E?at(E,p,{enumerable:!0,configurable:!0,writable:!0,value:R}):E[p]=R;var ln=(E,p)=>at(E,"name",{value:p,configurable:!0});var dn=E=>[,,,Ns((E==null?void 0:E[un("metadata")])??null)],gn=["class","method","getter","setter","accessor","field","value","get","set"],Oe=E=>E!==void 0&&typeof E!="function"?Ne("Function expected"):E,Ss=(E,p,R,ie,Y)=>({kind:gn[E],name:p,metadata:ie,addInitializer:H=>R._?Ne("Already initialized"):Y.push(Oe(H||null))}),ut=(E,p)=>fn(p,un("metadata"),E[3]),mn=(E,p,R,ie)=>{for(var Y=0,H=E[p>>1],re=H&&H.length;Y<re;Y++)p&1?H[Y].call(R):ie=H[Y].call(R,ie);return ie},pn=(E,p,R,ie,Y,H)=>{var re,B,ue,Z,me,L=p&7,Ie=!!(p&8),F=!!(p&16),pe=L>3?E.length+1:L?Ie?1:2:0,j=gn[L+5],q=L>3&&(E[pe-1]=[]),ee=E[pe]||(E[pe]=[]),J=L&&(!F&&!Ie&&(Y=Y.prototype),L<5&&(L>3||!F)&&Us(L<4?Y:{get[R](){return cn(this,H)},set[R](T){return an(this,H,T)}},R));L?F&&L<4&&ln(H,(L>2?"set ":L>1?"get ":"")+R):ln(Y,R);for(var M=ie.length-1;M>=0;M--)Z=Ss(L,R,ue={},E[3],ee),L&&(Z.static=Ie,Z.private=F,me=Z.access={has:F?T=>Ls(Y,T):T=>R in T},L^3&&(me.get=F?T=>(L^1?cn:Fs)(T,Y,L^4?H:J.get):T=>T[R]),L>2&&(me.set=F?(T,we)=>an(T,Y,we,L^4?H:J.set):(T,we)=>T[R]=we)),B=(0,ie[M])(L?L<4?F?H:J[j]:L>4?void 0:{get:J.get,set:J.set}:Y,Z),ue._=1,L^4||B===void 0?Oe(B)&&(L>4?q.unshift(B):L?F?H=B:J[j]=B:Y=B):typeof B!="object"||B===null?Ne("Object expected"):(Oe(re=B.get)&&(J.get=re),Oe(re=B.set)&&(J.set=re),Oe(re=B.init)&&q.unshift(re));return L||ut(E,Y),J&&at(Y,R,J),F?L^4?H:J:Y},C=(E,p,R)=>fn(E,typeof p!="symbol"?p+"":p,R),ft=(E,p,R)=>p.has(E)||Ne("Cannot "+R),Ls=(E,p)=>Object(p)!==p?Ne('Cannot use the "in" operator on this value'):E.has(p),cn=(E,p,R)=>(ft(E,p,"read from private field"),R?R.call(E):p.get(E));var an=(E,p,R,ie)=>(ft(E,p,"write to private field"),ie?ie.call(E,R):p.set(E,R),R),Fs=(E,p,R)=>(ft(E,p,"access private method"),R);var rn,lt;function p(){}function R(t,e){for(const r in e)t[r]=e[r];return t}function ie(t){return t()}function Y(){return Object.create(null)}function H(t){t.forEach(ie)}function re(t){return typeof t=="function"}function B(t,e){return t!=t?e==e:t!==e||t&&typeof t=="object"||typeof t=="function"}let ue;function Z(t,e){return t===e?!0:(ue||(ue=document.createElement("a")),ue.href=e,t===ue.href)}function me(t){return t.split(",").map(e=>e.trim().split(" ").filter(Boolean))}function L(t,e){const r=me(t.srcset),n=me(e||"");return n.length===r.length&&n.every(([i,o],s)=>o===r[s][1]&&(Z(r[s][0],i)||Z(i,r[s][0])))}function Ie(t){return Object.keys(t).length===0}function F(t,e,r,n){if(t){const i=pe(t,e,r,n);return t[0](i)}}function pe(t,e,r,n){return t[1]&&n?R(r.ctx.slice(),t[1](n(e))):r.ctx}function j(t,e,r,n){if(t[2]&&n){const i=t[2](n(r));if(e.dirty===void 0)return i;if(typeof i=="object"){const o=[],s=Math.max(e.dirty.length,i.length);for(let l=0;l<s;l+=1)o[l]=e.dirty[l]|i[l];return o}return e.dirty|i}return e.dirty}function q(t,e,r,n,i,o){if(i){const s=pe(e,r,n,o);t.p(s,i)}}function ee(t){if(t.ctx.length>32){const e=[],r=t.ctx.length/32;for(let n=0;n<r;n++)e[n]=-1;return e}return-1}function J(t){return t??""}function M(t,e){t.appendChild(e)}function T(t,e,r){const n=we(t);if(!n.getElementById(e)){const i=w("style");i.id=e,i.textContent=r,hn(n,i)}}function we(t){if(!t)return document;const e=t.getRootNode?t.getRootNode():t.ownerDocument;return e&&e.host?e:t.ownerDocument}function hn(t,e){return M(t.head||t,e),e.sheet}function _(t,e,r){t.insertBefore(e,r||null)}function h(t){t.parentNode&&t.parentNode.removeChild(t)}function w(t){return document.createElement(t)}function G(t){return document.createTextNode(t)}function Q(){return G(" ")}function ce(){return G("")}function ye(t,e,r,n){return t.addEventListener(e,r,n),()=>t.removeEventListener(e,r,n)}function dt(t){return function(e){return e.preventDefault(),t.call(this,e)}}function b(t,e,r){r==null?t.removeAttribute(e):t.getAttribute(e)!==r&&t.setAttribute(e,r)}const _n=["width","height"];function An(t,e){const r=Object.getOwnPropertyDescriptors(t.__proto__);for(const n in e)e[n]==null?t.removeAttribute(n):n==="style"?t.style.cssText=e[n]:n==="__value"?t.value=t[n]=e[n]:r[n]&&r[n].set&&_n.indexOf(n)===-1?t[n]=e[n]:b(t,n,e[n])}function bn(t,e){Object.keys(e).forEach(r=>{En(t,r,e[r])})}function En(t,e,r){const n=e.toLowerCase();n in t?t[n]=typeof t[n]=="boolean"&&r===""?!0:r:e in t?t[e]=typeof t[e]=="boolean"&&r===""?!0:r:b(t,e,r)}function In(t){return/-/.test(t)?bn:An}function wn(t){return Array.from(t.childNodes)}function fe(t,e){e=""+e,t.data!==e&&(t.data=e)}function gt(t,e){t.value=e??""}function yn(t,e,{bubbles:r=!1,cancelable:n=!1}={}){return new CustomEvent(t,{detail:e,bubbles:r,cancelable:n})}let ke;function ve(t){ke=t}function $e(){if(!ke)throw new Error("Function called outside component initialization");return ke}function kn(t){$e().$$.before_update.push(t)}function Ue(t){$e().$$.on_mount.push(t)}function vn(){const t=$e();return(e,r,{cancelable:n=!1}={})=>{const i=t.$$.callbacks[e];if(i){const o=yn(e,r,{cancelable:n});return i.slice().forEach(s=>{s.call(t,o)}),!o.defaultPrevented}return!0}}function $n(t,e){return $e().$$.context.set(t,e),e}function Bn(t){return $e().$$.context.get(t)}function mt(t,e){const r=t.$$.callbacks[e.type];r&&r.slice().forEach(n=>n.call(this,e))}const he=[],Se=[];let _e=[];const Je=[],Pn=Promise.resolve();let Ve=!1;function Dn(){Ve||(Ve=!0,Pn.then(pt))}function We(t){_e.push(t)}function Cn(t){Je.push(t)}const ze=new Set;let Ae=0;function pt(){if(Ae!==0)return;const t=ke;do{try{for(;Ae<he.length;){const e=he[Ae];Ae++,ve(e),Mn(e.$$)}}catch(e){throw he.length=0,Ae=0,e}for(ve(null),he.length=0,Ae=0;Se.length;)Se.pop()();for(let e=0;e<_e.length;e+=1){const r=_e[e];ze.has(r)||(ze.add(r),r())}_e.length=0}while(he.length);for(;Je.length;)Je.pop()();Ve=!1,ze.clear(),ve(t)}function Mn(t){if(t.fragment!==null){t.update(),H(t.before_update);const e=t.dirty;t.dirty=[-1],t.fragment&&t.fragment.p(t.ctx,e),t.after_update.forEach(We)}}function Tn(t){const e=[],r=[];_e.forEach(n=>t.indexOf(n)===-1?e.push(n):r.push(n)),r.forEach(n=>n()),_e=e}const Le=new Set;let de;function V(){de={r:0,c:[],p:de}}function W(){de.r||H(de.c),de=de.p}function f(t,e){t&&t.i&&(Le.delete(t),t.i(e))}function g(t,e,r,n){if(t&&t.o){if(Le.has(t))return;Le.add(t),de.c.push(()=>{Le.delete(t),n&&(r&&t.d(1),n())}),t.o(e)}else n&&n()}function Rn(t,e,r){const n=t.$$.props[e];n!==void 0&&(t.$$.bound[n]=r,r(t.$$.ctx[n]))}function v(t){t&&t.c()}function y(t,e,r){const{fragment:n,after_update:i}=t.$$;n&&n.m(e,r),We(()=>{const o=t.$$.on_mount.map(ie).filter(re);t.$$.on_destroy?t.$$.on_destroy.push(...o):H(o),t.$$.on_mount=[]}),i.forEach(We)}function k(t,e){const r=t.$$;r.fragment!==null&&(Tn(r.after_update),H(r.on_destroy),r.fragment&&r.fragment.d(e),r.on_destroy=r.fragment=null,r.ctx=[])}function Qn(t,e){t.$$.dirty[0]===-1&&(he.push(t),Dn(),t.$$.dirty.fill(0)),t.$$.dirty[e/31|0]|=1<<e%31}function N(t,e,r,n,i,o,s=null,l=[-1]){const c=ke;ve(t);const a=t.$$={fragment:null,ctx:[],props:o,update:p,not_equal:i,bound:Y(),on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(e.context||(c?c.$$.context:[])),callbacks:Y(),dirty:l,skip_bound:!1,root:e.target||c.$$.root};s&&s(a.root);let u=!1;if(a.ctx=r?r(t,e.props||{},(d,A,...I)=>{const P=I.length?I[0]:A;return a.ctx&&i(a.ctx[d],a.ctx[d]=P)&&(!a.skip_bound&&a.bound[d]&&a.bound[d](P),u&&Qn(t,d)),A}):[],a.update(),u=!0,H(a.before_update),a.fragment=n?n(a.ctx):!1,e.target){if(e.hydrate){const d=wn(e.target);a.fragment&&a.fragment.l(d),d.forEach(h)}else a.fragment&&a.fragment.c();e.intro&&f(t.$$.fragment),y(t,e.target,e.anchor),pt()}ve(c)}class U{constructor(){C(this,"$$");C(this,"$$set")}$destroy(){k(this,1),this.$destroy=p}$on(e,r){if(!re(r))return p;const n=this.$$.callbacks[e]||(this.$$.callbacks[e]=[]);return n.push(r),()=>{const i=n.indexOf(r);i!==-1&&n.splice(i,1)}}$set(e){this.$$set&&!Ie(e)&&(this.$$.skip_bound=!0,this.$$set(e),this.$$.skip_bound=!1)}}const On="4";typeof window<"u"&&(window.__svelte||(window.__svelte={v:new Set})).v.add(On);function Nn(t){T(t,"svelte-1bzqb13",".rcb-modal-section.svelte-1bzqb13{padding:8px 0px;display:flex}section.rcb-modal-section.svelte-1bzqb13{flex-grow:1}.rcb-modal-section.svelte-1bzqb13:last-of-type{padding:0}")}function Xe(t){let e,r;const n=t[2].default,i=F(n,t,t[1],null);return{c(){e=w(t[0]),i&&i.c(),In(t[0])(e,{class:J("rcb-modal-section")+" svelte-1bzqb13"})},m(o,s){_(o,e,s),i&&i.m(e,null),r=!0},p(o,s){i&&i.p&&(!r||s&2)&&q(i,n,o,o[1],r?j(n,o[1],s,null):ee(o[1]),null)},i(o){r||(f(i,o),r=!0)},o(o){g(i,o),r=!1},d(o){o&&h(e),i&&i.d(o)}}}function Un(t){let e=t[0],r,n,i=t[0]&&Xe(t);return{c(){i&&i.c(),r=ce()},m(o,s){i&&i.m(o,s),_(o,r,s),n=!0},p(o,[s]){o[0]?e?B(e,o[0])?(i.d(1),i=Xe(o),e=o[0],i.c(),i.m(r.parentNode,r)):i.p(o,s):(i=Xe(o),e=o[0],i.c(),i.m(r.parentNode,r)):e&&(i.d(1),i=null,e=o[0])},i(o){n||(f(i,o),n=!0)},o(o){g(i,o),n=!1},d(o){o&&h(r),i&&i.d(o)}}}function Sn(t,e,r){let{$$slots:n={},$$scope:i}=e,{as:o="section"}=e;return t.$$set=s=>{"as"in s&&r(0,o=s.as),"$$scope"in s&&r(1,i=s.$$scope)},[o,i,n]}class be extends U{constructor(e){super(),N(this,e,Sn,Un,B,{as:0},Nn)}}var oe=(t=>(t[t.Silent=0]="Silent",t[t.Error=1]="Error",t[t.Warn=2]="Warn",t[t.Info=3]="Info",t[t.Debug=4]="Debug",t[t.Verbose=5]="Verbose",t))(oe||{});class x{static setLogLevel(e){this.logLevel=e}static log(e,r=this.logLevel){const n=`[Purchases] ${e}`;if(!(this.logLevel<r||r===oe.Silent))switch(r){case oe.Error:console.error(n);break;case oe.Warn:console.warn(n);break;case oe.Info:console.info(n);break;case oe.Debug:console.debug(n);break;case oe.Verbose:console.debug(n);break}}static errorLog(e){this.log(e,oe.Error)}static warnLog(e){this.log(e,oe.Warn)}static infoLog(e){this.log(e,oe.Info)}static debugLog(e){this.log(e,oe.Debug)}static verboseLog(e){this.log(e,oe.Verbose)}}C(x,"logLevel",oe.Silent);var ae=(t=>(t.Year="year",t.Month="month",t.Week="week",t.Day="day",t))(ae||{});function Ze(t){const e=t.match(/^PT?([0-9]+)([MDYW])$/);if(!e||e.length<3)return x.errorLog(`Invalid ISO 8601 duration format: ${t}`),null;const r=parseInt(e[1]);switch(e[2]){case"Y":return{number:r,unit:"year"};case"M":return{number:r,unit:"month"};case"W":return{number:r,unit:"week"};case"D":return{number:r,unit:"day"};default:return x.errorLog(`Invalid ISO 8601 unit duration format: ${t}`),null}}const Ln=(t,e,r)=>{const n=t/1e6;return new Intl.NumberFormat(r,{style:"currency",currency:e}).format(n)},Fn=t=>{const e=t.number;if(e===1)switch(t.unit){case ae.Year:return"yearly";case ae.Month:return"monthly";case ae.Week:return"weekly";case ae.Day:return"daily"}else return`every ${e} ${t.unit}s`},xn=t=>{const e=t.number;if(e===1)switch(t.unit){case ae.Year:return"1 year";case ae.Month:return"1 month";case ae.Week:return"1 week";case ae.Day:return"1 day"}else return`${e} ${t.unit}s`},ht=t=>{const e=Ze(t);return e?Fn(e):"unknown"},Gn=t=>{const e=Ze(t);return e?xn(e):"unknown"};function Yn(t){return t!=null}var _t=(t=>(t.Unknown="unknown",t.Custom="custom",t.Lifetime="$rc_lifetime",t.Annual="$rc_annual",t.SixMonth="$rc_six_month",t.ThreeMonth="$rc_three_month",t.TwoMonth="$rc_two_month",t.Monthly="$rc_monthly",t.Weekly="$rc_weekly",t))(_t||{}),Fe=(t=>(t.Subscription="subscription",t.Consumable="consumable",t.NonConsumable="non_consumable",t))(Fe||{});const At=t=>({amount:t.amount_micros/1e4,amountMicros:t.amount_micros,currency:t.currency,formattedPrice:Ln(t.amount_micros,t.currency)}),bt=t=>{const e=t.period_duration;return{periodDuration:e,period:e?Ze(e):null,cycleCount:t.cycle_count,price:t.price?At(t.price):null}},Hn=t=>t.base==null?(x.debugLog("Missing base phase for subscription option. Ignoring."),null):{id:t.id,priceId:t.price_id,base:bt(t.base),trial:t.trial?bt(t.trial):null},Kn=t=>t.base_price==null?(x.debugLog("Missing base price for non-subscription option. Ignoring."),null):{id:t.id,priceId:t.price_id,basePrice:At(t.base_price)},jn=(t,e)=>{const r=t.product_type;return r==="subscription"?Jn(t,e,r):qn(t,e,r)},qn=(t,e,r)=>{const n={};if(Object.entries(t.purchase_options).forEach(([s,l])=>{const c=Kn(l);c!=null&&(n[s]=c)}),Object.keys(n).length===0)return x.debugLog(`Product ${t.identifier} has no purchase options. Ignoring.`),null;const i=t.default_purchase_option_id,o=i&&i in t.purchase_options?n[i]:null;return o==null?(x.debugLog(`Product ${t.identifier} has no default purchase option. Ignoring.`),null):{identifier:t.identifier,displayName:t.title,title:t.title,description:t.description,productType:r,currentPrice:o.basePrice,normalPeriodDuration:null,presentedOfferingIdentifier:e.offeringIdentifier,presentedOfferingContext:e,defaultPurchaseOption:o,defaultSubscriptionOption:null,subscriptionOptions:{},defaultNonSubscriptionOption:o}},Jn=(t,e,r)=>{const n={};if(Object.entries(t.purchase_options).forEach(([l,c])=>{const a=Hn(c);a!=null&&(n[l]=a)}),Object.keys(n).length===0)return x.debugLog(`Product ${t.identifier} has no subscription options. Ignoring.`),null;const i=t.default_purchase_option_id,o=i&&i in n?n[i]:null;if(o==null)return x.debugLog(`Product ${t.identifier} has no default subscription option. Ignoring.`),null;const s=o.base.price;return s==null?(x.debugLog(`Product ${t.identifier} default option has no base price. Ignoring.`),null):{identifier:t.identifier,displayName:t.title,title:t.title,description:t.description,productType:r,currentPrice:s,normalPeriodDuration:o.base.periodDuration,presentedOfferingIdentifier:e.offeringIdentifier,presentedOfferingContext:e,defaultPurchaseOption:o,defaultSubscriptionOption:o,subscriptionOptions:n,defaultNonSubscriptionOption:null}},Vn=(t,e,r)=>{const n=r[e.platform_product_identifier];if(n===void 0)return null;const i=jn(n,t);return i===null?null:{identifier:e.identifier,rcBillingProduct:i,packageType:zn(e.identifier)}},Wn=(t,e,r,n)=>{const i={offeringIdentifier:e.identifier,targetingContext:t&&n?{ruleId:n.rule_id,revision:n.revision}:null,placementIdentifier:null},o=e.packages.map(l=>Vn(i,l,r)).filter(Yn),s={};for(const l of o)l!=null&&(s[l.identifier]=l);return o.length==0?null:{identifier:e.identifier,serverDescription:e.description,metadata:e.metadata,packagesById:s,availablePackages:o,lifetime:s.$rc_lifetime??null,annual:s.$rc_annual??null,sixMonth:s.$rc_six_month??null,threeMonth:s.$rc_three_month??null,twoMonth:s.$rc_two_month??null,monthly:s.$rc_monthly??null,weekly:s.$rc_weekly??null}};function zn(t){switch(t){case"$rc_lifetime":return"$rc_lifetime";case"$rc_annual":return"$rc_annual";case"$rc_six_month":return"$rc_six_month";case"$rc_three_month":return"$rc_three_month";case"$rc_two_month":return"$rc_two_month";case"$rc_monthly":return"$rc_monthly";case"$rc_weekly":return"$rc_weekly";default:return t.startsWith("$rc_")?"unknown":"custom"}}function Xn(t){T(t,"svelte-gf0gr5",".rcb-pricing-info.svelte-gf0gr5{display:flex;flex-direction:column;margin-top:102px;font-weight:500}.rcb-product-price.svelte-gf0gr5{font-size:24px;margin:12px 0px}.rcb-product-price-after-trial.svelte-gf0gr5{margin-bottom:12px}.rcb-product-details.svelte-gf0gr5{opacity:0.6;list-style-type:disc;list-style-position:inside;margin:0px;padding:0px}@media screen and (max-width: 960px){.rcb-pricing-info.svelte-gf0gr5{margin-top:48px}}")}function Zn(t){var P,S;let e,r,n,i,o,s,l,c,a,u=((P=t[2])==null?void 0:P.periodDuration)&&er(t),d=!((S=t[2])!=null&&S.periodDuration)&&t[3]&&tr(t),A=t[2]&&t[3]&&nr(t),I=t[0].normalPeriodDuration&&Et(t);return{c(){e=w("span"),u&&u.c(),r=Q(),d&&d.c(),n=Q(),A&&A.c(),i=Q(),o=w("ul"),I&&I.c(),s=Q(),l=w("li"),l.textContent="Continues until canceled",c=Q(),a=w("li"),a.textContent="Cancel anytime",b(e,"class","rcb-product-price svelte-gf0gr5"),b(o,"class","rcb-product-details svelte-gf0gr5")},m(m,$){_(m,e,$),u&&u.m(e,null),M(e,r),d&&d.m(e,null),_(m,n,$),A&&A.m(m,$),_(m,i,$),_(m,o,$),I&&I.m(o,null),M(o,s),M(o,l),M(o,c),M(o,a)},p(m,$){var le,O;(le=m[2])!=null&&le.periodDuration&&u.p(m,$),!((O=m[2])!=null&&O.periodDuration)&&m[3]&&d.p(m,$),m[2]&&m[3]&&A.p(m,$),m[0].normalPeriodDuration?I?I.p(m,$):(I=Et(m),I.c(),I.m(o,s)):I&&(I.d(1),I=null)},d(m){m&&(h(e),h(n),h(i),h(o)),u&&u.d(),d&&d.d(),A&&A.d(m),I&&I.d()}}}function er(t){let e=Gn(t[2].periodDuration)+"",r,n;return{c(){r=G(e),n=G(" free trial")},m(i,o){_(i,r,o),_(i,n,o)},p,d(i){i&&(h(r),h(n))}}}function tr(t){let e=t[3].formattedPrice+"",r;return{c(){r=G(e)},m(n,i){_(n,r,i)},p,d(n){n&&h(r)}}}function nr(t){let e;return{c(){e=w("span"),e.textContent=`${t[2]&&t[3]&&`${t[3].formattedPrice} after end of trial`}`,b(e,"class","rcb-product-price-after-trial svelte-gf0gr5")},m(r,n){_(r,e,n)},p,d(r){r&&h(e)}}}function Et(t){let e,r,n=ht(t[0].normalPeriodDuration)+"",i;return{c(){e=w("li"),r=G("Renews "),i=G(n)},m(o,s){_(o,e,s),M(e,r),M(e,i)},p(o,s){s&1&&n!==(n=ht(o[0].normalPeriodDuration)+"")&&fe(i,n)},d(o){o&&h(e)}}}function rr(t){let e;return{c(){var r;e=w("span"),e.textContent=`${(r=t[4])==null?void 0:r.formattedPrice}`,b(e,"class","rcb-product-price svelte-gf0gr5")},m(r,n){_(r,e,n)},p,d(r){r&&h(e)}}}function ir(t){let e,r,n=t[0].title+"",i,o,s,l=t[1]&&Zn(t),c=!t[1]&&rr(t);return{c(){e=w("div"),r=w("span"),i=G(n),o=Q(),l&&l.c(),s=Q(),c&&c.c(),b(e,"class","rcb-pricing-info svelte-gf0gr5")},m(a,u){_(a,e,u),M(e,r),M(r,i),M(e,o),l&&l.m(e,null),M(e,s),c&&c.m(e,null)},p(a,u){u&1&&n!==(n=a[0].title+"")&&fe(i,n),a[1]&&l.p(a,u),a[1]||c.p(a,u)},d(a){a&&h(e),l&&l.d(),c&&c.d()}}}function or(t){let e,r;return e=new be({props:{$$slots:{default:[ir]},$$scope:{ctx:t}}}),{c(){v(e.$$.fragment)},m(n,i){y(e,n,i),r=!0},p(n,[i]){const o={};i&257&&(o.$$scope={dirty:i,ctx:n}),e.$set(o)},i(n){r||(f(e.$$.fragment,n),r=!0)},o(n){g(e.$$.fragment,n),r=!1},d(n){k(e,n)}}}function sr(t,e,r){var d;let{productDetails:n}=e,{purchaseOption:i}=e;const o=n.productType===Fe.Subscription,s=i,l=i,c=s==null?void 0:s.trial,a=(d=s==null?void 0:s.base)==null?void 0:d.price,u=l==null?void 0:l.basePrice;return t.$$set=A=>{"productDetails"in A&&r(0,n=A.productDetails),"purchaseOption"in A&&r(5,i=A.purchaseOption)},[n,o,c,a,u,i]}class It extends U{constructor(e){super(),N(this,e,sr,or,B,{productDetails:0,purchaseOption:5},Xn)}}const lr="data:image/gif;base64,R0lGODlhMgAyAPcBAAAAAAD/AAMDAwcHBxERERUVFSoqKi0tLTAwMDg4OD09PURERElJSUtLS1BQUFJSUlVVVVdXV1paWl9fX2NjY2ZmZmlpaWxsbG1tbXNzc3t7e39/f4GBgYKCgoSEhIaGhoeHh4iIiIuLi5KSkpSUlJaWlp2dnaGhoaOjo6SkpKWlpaenp6ioqKqqqqurq6ysrLCwsLGxsbS0tLa2tri4uLm5ub29vb6+vsDAwMHBwcLCwsXFxcjIyMnJyc3Nzc7OztPT09TU1NXV1dfX19nZ2dra2tvb29zc3N7e3uDg4OHh4eLi4uPj4+fn5+np6ezs7O7u7vDw8PHx8fLy8vPz8/X19fb29vj4+Pn5+fz8/P39/f7+/v///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////yH/C05FVFNDQVBFMi4wAwEAAAAh+QQFBAABACwAAAAAMgAyAIcAAAAA/wADAwMHBwcREREVFRUqKiotLS0wMDA4ODg9PT1ERERJSUlLS0tQUFBSUlJVVVVXV1daWlpfX19jY2NmZmZpaWlsbGxtbW1zc3N7e3t/f3+BgYGCgoKEhISGhoaHh4eIiIiLi4uSkpKUlJSWlpadnZ2hoaGjo6OkpKSlpaWnp6eoqKiqqqqrq6usrKywsLCxsbG0tLS2tra4uLi5ubm9vb2+vr7AwMDBwcHCwsLFxcXIyMjJycnNzc3Ozs7T09PU1NTV1dXX19fZ2dna2trb29vc3Nze3t7g4ODh4eHi4uLj4+Pn5+fp6ens7Ozu7u7w8PDx8fHy8vLz8/P19fX29vb4+Pj5+fn8/Pz9/f3+/v7///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8I/wCzcBFIcKDBgggPKkzIcCEXLlq4bIEokeLEiBcrYrTIcaNHjRobinQ4sqRCkBlTdtR44MBKlR9TmjQJQMBMkgZfdpwSMSYAACgpRtHpcSYSFUIa1mz448UQnAWDfmzSooUVmD9XVnnBwglMlDdvvMjhcOlCHit23CSqcUrVJiizpnTC4sXQmB1vZvmxwgYWhWYLznjRA+rJryqvxGhxxGNLjkVcwMCCN6ZeLkNevDCcRYYKJJfZptyCQwdiijl0CDxdlLPryw2lymY9WzTs17ijVq69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";function cr(t){let e,r;return{c(){e=w("img"),Z(e.src,r=lr)||b(e,"src",r),b(e,"alt","spinner")},m(n,i){_(n,e,i)},p,i:p,o:p,d(n){n&&h(e)}}}class ar extends U{constructor(e){super(),N(this,e,null,cr,B,{})}}function ur(t){T(t,"svelte-1mxx341",".rcb-modal-loader.svelte-1mxx341{width:100%;flex-grow:1;min-height:100%;display:flex;justify-content:center;align-items:center}")}function fr(t){let e,r,n;return r=new ar({}),{c(){e=w("div"),v(r.$$.fragment),b(e,"class","rcb-modal-loader svelte-1mxx341")},m(i,o){_(i,e,o),y(r,e,null),n=!0},p,i(i){n||(f(r.$$.fragment,i),n=!0)},o(i){g(r.$$.fragment,i),n=!1},d(i){i&&h(e),k(r)}}}class et extends U{constructor(e){super(),N(this,e,null,fr,B,{},ur)}}var te=(t=>(t[t.UnknownError=0]="UnknownError",t[t.UserCancelledError=1]="UserCancelledError",t[t.StoreProblemError=2]="StoreProblemError",t[t.PurchaseNotAllowedError=3]="PurchaseNotAllowedError",t[t.PurchaseInvalidError=4]="PurchaseInvalidError",t[t.ProductNotAvailableForPurchaseError=5]="ProductNotAvailableForPurchaseError",t[t.ProductAlreadyPurchasedError=6]="ProductAlreadyPurchasedError",t[t.ReceiptAlreadyInUseError=7]="ReceiptAlreadyInUseError",t[t.InvalidReceiptError=8]="InvalidReceiptError",t[t.MissingReceiptFileError=9]="MissingReceiptFileError",t[t.NetworkError=10]="NetworkError",t[t.InvalidCredentialsError=11]="InvalidCredentialsError",t[t.UnexpectedBackendResponseError=12]="UnexpectedBackendResponseError",t[t.InvalidAppUserIdError=14]="InvalidAppUserIdError",t[t.OperationAlreadyInProgressError=15]="OperationAlreadyInProgressError",t[t.UnknownBackendError=16]="UnknownBackendError",t[t.InvalidAppleSubscriptionKeyError=17]="InvalidAppleSubscriptionKeyError",t[t.IneligibleError=18]="IneligibleError",t[t.InsufficientPermissionsError=19]="InsufficientPermissionsError",t[t.PaymentPendingError=20]="PaymentPendingError",t[t.InvalidSubscriberAttributesError=21]="InvalidSubscriberAttributesError",t[t.LogOutWithAnonymousUserError=22]="LogOutWithAnonymousUserError",t[t.ConfigurationError=23]="ConfigurationError",t[t.UnsupportedError=24]="UnsupportedError",t[t.EmptySubscriberAttributesError=25]="EmptySubscriberAttributesError",t[t.CustomerInfoError=28]="CustomerInfoError",t[t.SignatureVerificationError=36]="SignatureVerificationError",t[t.InvalidEmailError=38]="InvalidEmailError",t))(te||{});class Be{static getPublicMessage(e){switch(e){case 0:return"Unknown error.";case 1:return"Purchase was cancelled.";case 2:return"There was a problem with the store.";case 3:return"The device or user is not allowed to make the purchase.";case 4:return"One or more of the arguments provided are invalid.";case 5:return"The product is not available for purchase.";case 6:return"This product is already active for the user.";case 7:return"There is already another active subscriber using the same receipt.";case 8:return"The receipt is not valid.";case 9:return"The receipt is missing.";case 10:return"Error performing request. Please check your network connection and try again.";case 11:return"There was a credentials issue. Check the underlying error for more details.";case 12:return"Received unexpected response from the backend.";case 14:return"The app user id is not valid.";case 15:return"The operation is already in progress.";case 16:return"There was an unknown backend error.";case 17:return"Apple Subscription Key is invalid or not present. In order to provide subscription offers, you must first generate a subscription key. Please see https://docs.revenuecat.com/docs/ios-subscription-offers for more info.";case 18:return"The User is ineligible for that action.";case 19:return"App does not have sufficient permissions to make purchases.";case 20:return"The payment is pending.";case 21:return"One or more of the attributes sent could not be saved.";case 22:return"Called logOut but the current user is anonymous.";case 23:return"There is an issue with your configuration. Check the underlying error for more details.";case 24:return"There was a problem with the operation. Looks like we doesn't support that yet. Check the underlying error for more details.";case 25:return"A request for subscriber attributes returned none.";case 28:return"There was a problem related to the customer info.";case 36:return"Request failed signature verification. Please see https://rev.cat/trusted-entitlements for more info.";case 38:return"Email is not valid. Please provide a valid email address."}}static getErrorCodeForBackendErrorCode(e){switch(e){case 7101:case 7773:return 2;case 7102:return 7;case 7103:return 8;case 7107:case 7224:case 7225:return 11;case 7105:case 7106:case 7814:return 4;case 7772:return 6;case 7220:return 14;case 7229:return 2;case 7230:case 7e3:return 23;case 7231:return 2;case 7232:return 18;case 7263:case 7264:return 21;case 7104:case 7234:case 7226:case 7110:return 12;case 7662:return 24;case 7012:case 7834:return 38}}static convertCodeToBackendErrorCode(e){return e in wt?e:null}static convertPurchaseFlowErrorCodeToErrorCode(e){switch(e){case ne.ErrorSettingUpPurchase:return 2;case ne.ErrorChargingPayment:return 20;case ne.NetworkError:return 10;case ne.MissingEmailError:return 4;case ne.StripeError:return 2;case ne.UnknownError:return 0;case ne.AlreadySubscribedError:return 6}}}var wt=(t=>(t[t.BackendInvalidPlatform=7e3]="BackendInvalidPlatform",t[t.BackendInvalidEmail=7012]="BackendInvalidEmail",t[t.BackendStoreProblem=7101]="BackendStoreProblem",t[t.BackendCannotTransferPurchase=7102]="BackendCannotTransferPurchase",t[t.BackendInvalidReceiptToken=7103]="BackendInvalidReceiptToken",t[t.BackendInvalidAppStoreSharedSecret=7104]="BackendInvalidAppStoreSharedSecret",t[t.BackendInvalidPaymentModeOrIntroPriceNotProvided=7105]="BackendInvalidPaymentModeOrIntroPriceNotProvided",t[t.BackendProductIdForGoogleReceiptNotProvided=7106]="BackendProductIdForGoogleReceiptNotProvided",t[t.BackendInvalidPlayStoreCredentials=7107]="BackendInvalidPlayStoreCredentials",t[t.BackendInternalServerError=7110]="BackendInternalServerError",t[t.BackendEmptyAppUserId=7220]="BackendEmptyAppUserId",t[t.BackendInvalidAuthToken=7224]="BackendInvalidAuthToken",t[t.BackendInvalidAPIKey=7225]="BackendInvalidAPIKey",t[t.BackendBadRequest=7226]="BackendBadRequest",t[t.BackendPlayStoreQuotaExceeded=7229]="BackendPlayStoreQuotaExceeded",t[t.BackendPlayStoreInvalidPackageName=7230]="BackendPlayStoreInvalidPackageName",t[t.BackendPlayStoreGenericError=7231]="BackendPlayStoreGenericError",t[t.BackendUserIneligibleForPromoOffer=7232]="BackendUserIneligibleForPromoOffer",t[t.BackendInvalidAppleSubscriptionKey=7234]="BackendInvalidAppleSubscriptionKey",t[t.BackendInvalidSubscriberAttributes=7263]="BackendInvalidSubscriberAttributes",t[t.BackendInvalidSubscriberAttributesBody=7264]="BackendInvalidSubscriberAttributesBody",t[t.BackendProductIDsMalformed=7662]="BackendProductIDsMalformed",t[t.BackendAlreadySubscribedError=7772]="BackendAlreadySubscribedError",t[t.BackendPaymentGatewayGenericError=7773]="BackendPaymentGatewayGenericError",t[t.BackendOfferNotFound=7814]="BackendOfferNotFound",t[t.BackendNoMXRecordsFound=7834]="BackendNoMXRecordsFound",t))(wt||{});class z extends Error{constructor(r,n,i,o){super(n);C(this,"toString",()=>`PurchasesError(code: ${te[this.errorCode]}, message: ${this.message})`);this.errorCode=r,this.underlyingErrorMessage=i,this.extra=o}static getForBackendError(r,n){const i=Be.getErrorCodeForBackendErrorCode(r);return new z(i,Be.getPublicMessage(i),n,{backendErrorCode:r})}static getForPurchasesFlowError(r){return new z(Be.convertPurchaseFlowErrorCodeToErrorCode(r.errorCode),r.message,r.underlyingErrorMessage)}}class yt extends Error{constructor(){super("Purchases must be configured before calling getInstance")}}var Pe=(t=>(t.Started="started",t.InProgress="in_progress",t.Succeeded="succeeded",t.Failed="failed",t))(Pe||{}),xe=(t=>(t[t.SetupIntentCreationFailed=1]="SetupIntentCreationFailed",t[t.PaymentMethodCreationFailed=2]="PaymentMethodCreationFailed",t[t.PaymentChargeFailed=3]="PaymentChargeFailed",t))(xe||{}),ne=(t=>(t[t.ErrorSettingUpPurchase=0]="ErrorSettingUpPurchase",t[t.ErrorChargingPayment=1]="ErrorChargingPayment",t[t.UnknownError=2]="UnknownError",t[t.NetworkError=3]="NetworkError",t[t.StripeError=4]="StripeError",t[t.MissingEmailError=5]="MissingEmailError",t[t.AlreadySubscribedError=6]="AlreadySubscribedError",t))(ne||{});class X extends Error{constructor(e,r,n,i,o){super(r),this.errorCode=e,this.underlyingErrorMessage=n,this.purchasesErrorCode=i,this.extra=o}isRecoverable(){switch(this.errorCode){case 3:case 5:return!0;case 0:case 1:case 6:case 4:case 2:return!1}}getPublicErrorMessage(){var r;const e=((r=this.extra)==null?void 0:r.backendErrorCode)??this.purchasesErrorCode??this.errorCode;switch(this.errorCode){case 2:return`An unknown error occurred. Error code: ${e}.`;case 0:return`Purchase not started due to an error. Error code: ${e}.`;case 1:return"Payment failed.";case 3:return"Network error. Please check your internet connection.";case 4:return this.message;case 5:return"Email is required to complete the purchase.";case 6:return"You are already subscribed to this product."}}static fromPurchasesError(e,r){let n;return e.errorCode===te.ProductAlreadyPurchasedError?n=6:e.errorCode===te.InvalidEmailError?n=5:e.errorCode===te.NetworkError?n=3:n=r,new X(n,e.message,e.underlyingErrorMessage,e.errorCode,e.extra)}}class dr{constructor(e,r=10){C(this,"operationSessionId",null);C(this,"backend");C(this,"maxNumberAttempts");C(this,"waitMSBetweenAttempts",1e3);this.backend=e,this.maxNumberAttempts=r}async startPurchase(e,r,n,i,o){try{const s=await this.backend.postPurchase(e,r,i,o,n);return this.operationSessionId=s.operation_session_id,s}catch(s){if(s instanceof z)throw X.fromPurchasesError(s,0);{const l="Unknown error starting purchase: "+String(s);throw x.errorLog(l),new X(2,l)}}}async pollCurrentPurchaseForCompletion(){const e=this.operationSessionId;if(!e)throw new X(0,"No purchase in progress");return new Promise((r,n)=>{const i=(o=1)=>{if(o>this.maxNumberAttempts){this.clearPurchaseInProgress(),n(new X(2,"Max attempts reached trying to get successful purchase status"));return}this.backend.getCheckoutStatus(e).then(s=>{switch(s.operation.status){case Pe.Started:case Pe.InProgress:setTimeout(()=>i(o+1),this.waitMSBetweenAttempts);break;case Pe.Succeeded:this.clearPurchaseInProgress(),r();return;case Pe.Failed:this.clearPurchaseInProgress(),this.handlePaymentError(s.operation.error,n)}}).catch(s=>{const l=X.fromPurchasesError(s,3);n(l)})};i()})}clearPurchaseInProgress(){this.operationSessionId=null}handlePaymentError(e,r){if(e==null){r(new X(2,"Got an error status but error field is empty."));return}switch(e.code){case xe.SetupIntentCreationFailed:r(new X(0,"Setup intent creation failed"));return;case xe.PaymentMethodCreationFailed:r(new X(0,"Payment method creation failed"));return;case xe.PaymentChargeFailed:r(new X(1,"Payment charge failed"));return}}}const gr="data:image/svg+xml,%3csvg%20width='124'%20height='124'%20viewBox='0%200%20124%20124'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='62'%20cy='62'%20r='62'%20fill='%23767676'/%3e%3cpath%20d='M87.6668%2041.504L82.4968%2036.334L62.0002%2056.8307L41.5035%2036.334L36.3335%2041.504L56.8302%2062.0006L36.3335%2082.4973L41.5035%2087.6673L62.0002%2067.1706L82.4968%2087.6673L87.6668%2082.4973L67.1702%2062.0006L87.6668%2041.504Z'%20fill='white'/%3e%3c/svg%3e";function mr(t){T(t,"svelte-1609h93","img.svelte-1609h93{width:124px;height:124px;margin:0 auto}")}function pr(t){let e,r;return{c(){e=w("img"),Z(e.src,r=gr)||b(e,"src",r),b(e,"alt","icon"),b(e,"class","rcb-ui-asset-icon svelte-1609h93")},m(n,i){_(n,e,i)},p,i:p,o:p,d(n){n&&h(e)}}}class hr extends U{constructor(e){super(),N(this,e,null,pr,B,{},mr)}}function _r(t){T(t,"svelte-1rmxk7q","button.svelte-1rmxk7q{border:none;border-radius:56px;font-size:16px;cursor:pointer;height:56px;color:var(--rc-color-grey-text-dark);background-color:var(--rc-color-grey-ui-dark);display:flex;align-items:center;justify-content:center}button.intent-primary.svelte-1rmxk7q{background-color:var(--rc-color-grey-text-dark);color:var(--rc-color-white);font-size:16px}button.svelte-1rmxk7q:disabled{color:var(--rc-color-grey-text-light)}button.intent-primary.svelte-1rmxk7q:disabled{color:var(--rc-color-grey-text-light)}")}function Ar(t){let e,r,n,i,o;const s=t[4].default,l=F(s,t,t[3],null);return{c(){e=w("button"),l&&l.c(),b(e,"class",r=J(`intent-${t[0]}`)+" svelte-1rmxk7q"),e.disabled=t[1],b(e,"data-testid",t[2])},m(c,a){_(c,e,a),l&&l.m(e,null),n=!0,i||(o=ye(e,"click",t[5]),i=!0)},p(c,[a]){l&&l.p&&(!n||a&8)&&q(l,s,c,c[3],n?j(s,c[3],a,null):ee(c[3]),null),(!n||a&1&&r!==(r=J(`intent-${c[0]}`)+" svelte-1rmxk7q"))&&b(e,"class",r),(!n||a&2)&&(e.disabled=c[1]),(!n||a&4)&&b(e,"data-testid",c[2])},i(c){n||(f(l,c),n=!0)},o(c){g(l,c),n=!1},d(c){c&&h(e),l&&l.d(c),i=!1,o()}}}function br(t,e,r){let{$$slots:n={},$$scope:i}=e,{intent:o="primary"}=e,{disabled:s=!1}=e,{testId:l=void 0}=e;function c(a){mt.call(this,t,a)}return t.$$set=a=>{"intent"in a&&r(0,o=a.intent),"disabled"in a&&r(1,s=a.disabled),"testId"in a&&r(2,l=a.testId),"$$scope"in a&&r(3,i=a.$$scope)},[o,s,l,i,n,c]}class De extends U{constructor(e){super(),N(this,e,br,Ar,B,{intent:0,disabled:1,testId:2},_r)}}function Er(t){T(t,"svelte-1f9z0o8","footer.svelte-1f9z0o8{display:flex;flex-direction:column}")}function Ir(t){let e,r;const n=t[1].default,i=F(n,t,t[0],null);return{c(){e=w("footer"),i&&i.c(),b(e,"class","rcb-modal-footer svelte-1f9z0o8")},m(o,s){_(o,e,s),i&&i.m(e,null),r=!0},p(o,[s]){i&&i.p&&(!r||s&1)&&q(i,n,o,o[0],r?j(n,o[0],s,null):ee(o[0]),null)},i(o){r||(f(i,o),r=!0)},o(o){g(i,o),r=!1},d(o){o&&h(e),i&&i.d(o)}}}function wr(t,e,r){let{$$slots:n={},$$scope:i}=e;return t.$$set=o=>{"$$scope"in o&&r(0,i=o.$$scope)},[i,n]}class tt extends U{constructor(e){super(),N(this,e,wr,Ir,B,{},Er)}}function yr(t){T(t,"svelte-6o8e90",'.column.svelte-6o8e90{display:flex;flex-direction:column;justify-content:flex-start;gap:var(--gap, "8px");flex-grow:1}')}function kr(t){let e,r,n;const i=t[2].default,o=F(i,t,t[1],null);return{c(){e=w("div"),o&&o.c(),b(e,"class","column svelte-6o8e90"),b(e,"style",r=`--gap:${t[0]};`)},m(s,l){_(s,e,l),o&&o.m(e,null),n=!0},p(s,[l]){o&&o.p&&(!n||l&2)&&q(o,i,s,s[1],n?j(i,s[1],l,null):ee(s[1]),null),(!n||l&1&&r!==(r=`--gap:${s[0]};`))&&b(e,"style",r)},i(s){n||(f(o,s),n=!0)},o(s){g(o,s),n=!1},d(s){s&&h(e),o&&o.d(s)}}}function vr(t,e,r){let{$$slots:n={},$$scope:i}=e,{gutter:o="8px"}=e;return t.$$set=s=>{"gutter"in s&&r(0,o=s.gutter),"$$scope"in s&&r(1,i=s.$$scope)},[o,i,n]}class Ce extends U{constructor(e){super(),N(this,e,vr,kr,B,{gutter:0},yr)}}const $r="data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='mdi_close'%3e%3cpath%20id='Vector'%20d='M19%206.41L17.59%205L12%2010.59L6.41%205L5%206.41L10.59%2012L5%2017.59L6.41%2019L12%2013.41L17.59%2019L19%2017.59L13.41%2012L19%206.41Z'%20fill='%23767676'/%3e%3c/g%3e%3c/svg%3e";function Br(t){T(t,"svelte-14xreta",".close-button.svelte-14xreta{border:none;cursor:pointer;background-color:transparent;padding:0px}")}function Pr(t){let e,r,n,i,o;return{c(){e=w("button"),r=w("img"),Z(r.src,n=$r)||b(r,"src",n),b(r,"alt","close"),b(e,"class","close-button svelte-14xreta"),e.disabled=t[0]},m(s,l){_(s,e,l),M(e,r),i||(o=ye(e,"click",t[1]),i=!0)},p(s,[l]){l&1&&(e.disabled=s[0])},i:p,o:p,d(s){s&&h(e),i=!1,o()}}}function Dr(t,e,r){let{disabled:n=!1}=e;function i(o){mt.call(this,t,o)}return t.$$set=o=>{"disabled"in o&&r(0,n=o.disabled)},[n,i]}class Cr extends U{constructor(e){super(),N(this,e,Dr,Pr,B,{disabled:0},Br)}}function Mr(t){T(t,"svelte-44qpq9",".rcb-app-icon.svelte-44qpq9{width:40px;height:40px;border-radius:12px;box-shadow:0px 1px 10px 0px rgba(0, 0, 0, 0.1);margin-right:16px}.rcb-app-icon-picture-container.svelte-44qpq9{height:40px}.rcb-app-icon.loading.svelte-44qpq9{background-color:gray}")}function Tr(t){let e;return{c(){e=w("div"),b(e,"class","rcb-app-icon loading svelte-44qpq9")},m(r,n){_(r,e,n)},p,d(r){r&&h(e)}}}function Rr(t){let e,r,n,i,o,s;return{c(){e=w("picture"),r=w("source"),i=Q(),o=w("img"),b(r,"type","image/webp"),L(r,n=t[1])||b(r,"srcset",n),b(o,"class","rcb-app-icon svelte-44qpq9"),Z(o.src,s=t[0])||b(o,"src",s),b(o,"alt","App icon"),b(e,"class","rcb-app-icon-picture-container svelte-44qpq9")},m(l,c){_(l,e,c),M(e,r),M(e,i),M(e,o)},p(l,c){c&2&&n!==(n=l[1])&&b(r,"srcset",n),c&1&&!Z(o.src,s=l[0])&&b(o,"src",s)},d(l){l&&h(e)}}}function Qr(t){let e;function r(o,s){return o[0]!==null?Rr:Tr}let n=r(t),i=n(t);return{c(){i.c(),e=ce()},m(o,s){i.m(o,s),_(o,e,s)},p(o,[s]){n===(n=r(o))&&i?i.p(o,s):(i.d(1),i=n(o),i&&(i.c(),i.m(e.parentNode,e)))},i:p,o:p,d(o){o&&h(e),i.d(o)}}}function Or(t,e,r){let{src:n=null}=e,{srcWebp:i=null}=e;return t.$$set=o=>{"src"in o&&r(0,n=o.src),"srcWebp"in o&&r(1,i=o.srcWebp)},[n,i]}class kt extends U{constructor(e){super(),N(this,e,Or,Qr,B,{src:0,srcWebp:1},Mr)}}const Ge=t=>`https://da08ctfrofx1b.cloudfront.net/${t}`;function Nr(t){T(t,"svelte-10uf5fq",".app-title.svelte-10uf5fq{font-weight:500;margin:8px 0;font-size:16px}.rcb-header-layout__business-info.svelte-10uf5fq{display:flex;align-items:center}")}function Ur(t){let e,r;return e=new kt({}),{c(){v(e.$$.fragment)},m(n,i){y(e,n,i),r=!0},p,i(n){r||(f(e.$$.fragment,n),r=!0)},o(n){g(e.$$.fragment,n),r=!1},d(n){k(e,n)}}}function Sr(t){let e,r,n=t[0].seller_company_name+"",i,o,s=t[0].app_icon_webp!==null&&t[0].app_icon!==null&&vt(t);return{c(){s&&s.c(),e=Q(),r=w("span"),i=G(n),b(r,"class","app-title svelte-10uf5fq")},m(l,c){s&&s.m(l,c),_(l,e,c),_(l,r,c),M(r,i),o=!0},p(l,c){l[0].app_icon_webp!==null&&l[0].app_icon!==null?s?(s.p(l,c),c&1&&f(s,1)):(s=vt(l),s.c(),f(s,1),s.m(e.parentNode,e)):s&&(V(),g(s,1,1,()=>{s=null}),W()),(!o||c&1)&&n!==(n=l[0].seller_company_name+"")&&fe(i,n)},i(l){o||(f(s),o=!0)},o(l){g(s),o=!1},d(l){l&&(h(e),h(r)),s&&s.d(l)}}}function vt(t){let e,r;return e=new kt({props:{src:Ge(t[0].app_icon),srcWebp:Ge(t[0].app_icon_webp)}}),{c(){v(e.$$.fragment)},m(n,i){y(e,n,i),r=!0},p(n,i){const o={};i&1&&(o.src=Ge(n[0].app_icon)),i&1&&(o.srcWebp=Ge(n[0].app_icon_webp)),e.$set(o)},i(n){r||(f(e.$$.fragment,n),r=!0)},o(n){g(e.$$.fragment,n),r=!1},d(n){k(e,n)}}}function Lr(t){let e,r,n,i;const o=[Sr,Ur],s=[];function l(c,a){return c[0]!==null?0:1}return r=l(t),n=s[r]=o[r](t),{c(){e=w("div"),n.c(),b(e,"class","rcb-header-layout__business-info svelte-10uf5fq")},m(c,a){_(c,e,a),s[r].m(e,null),i=!0},p(c,[a]){let u=r;r=l(c),r===u?s[r].p(c,a):(V(),g(s[u],1,1,()=>{s[u]=null}),W(),n=s[r],n?n.p(c,a):(n=s[r]=o[r](c),n.c()),f(n,1),n.m(e,null))},i(c){i||(f(n),i=!0)},o(c){g(n),i=!1},d(c){c&&h(e),s[r].d()}}}function Fr(t,e,r){let{brandingInfo:n=null}=e;return t.$$set=i=>{"brandingInfo"in i&&r(0,n=i.brandingInfo)},[n]}class $t extends U{constructor(e){super(),N(this,e,Fr,Lr,B,{brandingInfo:0},Nr)}}function xr(t){T(t,"svelte-17puakv",".rcb-post-purchase-header-layout.svelte-17puakv{display:flex;justify-content:space-between;align-items:center;width:100%;margin-top:-4px}")}function Gr(t){let e,r,n,i,o;return r=new $t({props:{brandingInfo:t[0]}}),i=new Cr({}),i.$on("click",function(){re(t[1])&&t[1].apply(this,arguments)}),{c(){e=w("div"),v(r.$$.fragment),n=Q(),v(i.$$.fragment),b(e,"class","rcb-post-purchase-header-layout svelte-17puakv")},m(s,l){_(s,e,l),y(r,e,null),M(e,n),y(i,e,null),o=!0},p(s,l){t=s;const c={};l&1&&(c.brandingInfo=t[0]),r.$set(c)},i(s){o||(f(r.$$.fragment,s),f(i.$$.fragment,s),o=!0)},o(s){g(r.$$.fragment,s),g(i.$$.fragment,s),o=!1},d(s){s&&h(e),k(r),k(i)}}}function Yr(t){let e,r;return e=new be({props:{as:"header",$$slots:{default:[Gr]},$$scope:{ctx:t}}}),{c(){v(e.$$.fragment)},m(n,i){y(e,n,i),r=!0},p(n,[i]){const o={};i&7&&(o.$$scope={dirty:i,ctx:n}),e.$set(o)},i(n){r||(f(e.$$.fragment,n),r=!0)},o(n){g(e.$$.fragment,n),r=!1},d(n){k(e,n)}}}function Hr(t,e,r){let{brandingInfo:n=null}=e,{onClose:i}=e;return t.$$set=o=>{"brandingInfo"in o&&r(0,n=o.brandingInfo),"onClose"in o&&r(1,i=o.onClose)},[n,i]}class Kr extends U{constructor(e){super(),N(this,e,Hr,Yr,B,{brandingInfo:0,onClose:1},xr)}}function jr(t){T(t,"svelte-10pcqja",".rcb-modal-message.svelte-10pcqja{width:100%;min-height:160px;display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center}.title.svelte-10pcqja{font-size:24px;line-height:1.25em}.subtitle.svelte-10pcqja{font-size:16px;line-height:1.25em;overflow-wrap:anywhere}")}const qr=t=>({}),Bt=t=>({});function Jr(t){let e,r,n,i,o;const s=t[4].default,l=F(s,t,t[5],null);return{c(){e=w("span"),r=G(t[2]),n=Q(),i=w("span"),l&&l.c(),b(e,"class","title svelte-10pcqja"),b(i,"class","subtitle svelte-10pcqja")},m(c,a){_(c,e,a),M(e,r),_(c,n,a),_(c,i,a),l&&l.m(i,null),o=!0},p(c,a){(!o||a&4)&&fe(r,c[2]),l&&l.p&&(!o||a&32)&&q(l,s,c,c[5],o?j(s,c[5],a,null):ee(c[5]),null)},i(c){o||(f(l,c),o=!0)},o(c){g(l,c),o=!1},d(c){c&&(h(e),h(n),h(i)),l&&l.d(c)}}}function Vr(t){let e,r,n;const i=t[4].icon,o=F(i,t,t[5],Bt);return r=new Ce({props:{gutter:"16px",$$slots:{default:[Jr]},$$scope:{ctx:t}}}),{c(){o&&o.c(),e=Q(),v(r.$$.fragment)},m(s,l){o&&o.m(s,l),_(s,e,l),y(r,s,l),n=!0},p(s,l){o&&o.p&&(!n||l&32)&&q(o,i,s,s[5],n?j(i,s[5],l,qr):ee(s[5]),Bt);const c={};l&36&&(c.$$scope={dirty:l,ctx:s}),r.$set(c)},i(s){n||(f(o,s),f(r.$$.fragment,s),n=!0)},o(s){g(o,s),g(r.$$.fragment,s),n=!1},d(s){s&&h(e),o&&o.d(s),k(r,s)}}}function Wr(t){let e,r,n;return r=new Ce({props:{gutter:"16px",$$slots:{default:[Vr]},$$scope:{ctx:t}}}),{c(){e=w("div"),v(r.$$.fragment),b(e,"class","rcb-modal-message svelte-10pcqja"),b(e,"data-type",t[3])},m(i,o){_(i,e,o),y(r,e,null),n=!0},p(i,o){const s={};o&36&&(s.$$scope={dirty:o,ctx:i}),r.$set(s),(!n||o&8)&&b(e,"data-type",i[3])},i(i){n||(f(r.$$.fragment,i),n=!0)},o(i){g(r.$$.fragment,i),n=!1},d(i){i&&h(e),k(r)}}}function zr(t){let e;return{c(){e=G("Go back to app")},m(r,n){_(r,e,n)},d(r){r&&h(e)}}}function Xr(t){let e,r;return e=new De({props:{$$slots:{default:[zr]},$$scope:{ctx:t}}}),e.$on("click",function(){re(t[1])&&t[1].apply(this,arguments)}),{c(){v(e.$$.fragment)},m(n,i){y(e,n,i),r=!0},p(n,i){t=n;const o={};i&32&&(o.$$scope={dirty:i,ctx:t}),e.$set(o)},i(n){r||(f(e.$$.fragment,n),r=!0)},o(n){g(e.$$.fragment,n),r=!1},d(n){k(e,n)}}}function Zr(t){let e,r,n,i,o,s;return e=new Kr({props:{brandingInfo:t[0],onClose:t[1]}}),n=new be({props:{$$slots:{default:[Wr]},$$scope:{ctx:t}}}),o=new tt({props:{$$slots:{default:[Xr]},$$scope:{ctx:t}}}),{c(){v(e.$$.fragment),r=Q(),v(n.$$.fragment),i=Q(),v(o.$$.fragment)},m(l,c){y(e,l,c),_(l,r,c),y(n,l,c),_(l,i,c),y(o,l,c),s=!0},p(l,c){const a={};c&1&&(a.brandingInfo=l[0]),c&2&&(a.onClose=l[1]),e.$set(a);const u={};c&44&&(u.$$scope={dirty:c,ctx:l}),n.$set(u);const d={};c&34&&(d.$$scope={dirty:c,ctx:l}),o.$set(d)},i(l){s||(f(e.$$.fragment,l),f(n.$$.fragment,l),f(o.$$.fragment,l),s=!0)},o(l){g(e.$$.fragment,l),g(n.$$.fragment,l),g(o.$$.fragment,l),s=!1},d(l){l&&(h(r),h(i)),k(e,l),k(n,l),k(o,l)}}}function ei(t){let e,r;return e=new Ce({props:{gutter:"32px",$$slots:{default:[Zr]},$$scope:{ctx:t}}}),{c(){v(e.$$.fragment)},m(n,i){y(e,n,i),r=!0},p(n,[i]){const o={};i&47&&(o.$$scope={dirty:i,ctx:n}),e.$set(o)},i(n){r||(f(e.$$.fragment,n),r=!0)},o(n){g(e.$$.fragment,n),r=!1},d(n){k(e,n)}}}function ti(t,e,r){let{$$slots:n={},$$scope:i}=e,{brandingInfo:o=null}=e,{onContinue:s}=e,{title:l}=e,{type:c}=e;return t.$$set=a=>{"brandingInfo"in a&&r(0,o=a.brandingInfo),"onContinue"in a&&r(1,s=a.onContinue),"title"in a&&r(2,l=a.title),"type"in a&&r(3,c=a.type),"$$scope"in a&&r(5,i=a.$$scope)},[o,s,l,c,n,i]}class Pt extends U{constructor(e){super(),N(this,e,ti,ei,B,{brandingInfo:0,onContinue:1,title:2,type:3},jr)}}function Dt(t){let e,r,n,i,o,s;return{c(){e=w("br"),r=G("If this error persists, please contact "),n=w("a"),i=G(t[2]),s=G("."),b(n,"href",o="mailto:"+t[2])},m(l,c){_(l,e,c),_(l,r,c),_(l,n,c),M(n,i),_(l,s,c)},p(l,c){c&4&&fe(i,l[2]),c&4&&o!==(o="mailto:"+l[2])&&b(n,"href",o)},d(l){l&&(h(e),h(r),h(n),h(s))}}}function ni(t){let e=t[1].getPublicErrorMessage()+"",r,n,i,o=t[2]&&Dt(t);return{c(){r=G(e),n=Q(),o&&o.c(),i=ce()},m(s,l){_(s,r,l),_(s,n,l),o&&o.m(s,l),_(s,i,l)},p(s,l){l&2&&e!==(e=s[1].getPublicErrorMessage()+"")&&fe(r,e),s[2]?o?o.p(s,l):(o=Dt(s),o.c(),o.m(i.parentNode,i)):o&&(o.d(1),o=null)},d(s){s&&(h(r),h(n),h(i)),o&&o.d(s)}}}function ri(t){let e,r;return e=new hr({props:{slot:"icon"}}),{c(){v(e.$$.fragment)},m(n,i){y(e,n,i),r=!0},p,i(n){r||(f(e.$$.fragment,n),r=!0)},o(n){g(e.$$.fragment,n),r=!1},d(n){k(e,n)}}}function ii(t){let e,r;return e=new Pt({props:{title:t[4](),brandingInfo:t[0],onContinue:t[3],type:"error",$$slots:{icon:[ri],default:[ni]},$$scope:{ctx:t}}}),{c(){v(e.$$.fragment)},m(n,i){y(e,n,i),r=!0},p(n,[i]){const o={};i&1&&(o.brandingInfo=n[0]),i&8&&(o.onContinue=n[3]),i&38&&(o.$$scope={dirty:i,ctx:n}),e.$set(o)},i(n){r||(f(e.$$.fragment,n),r=!0)},o(n){g(e.$$.fragment,n),r=!1},d(n){k(e,n)}}}function oi(t,e,r){let{brandingInfo:n=null}=e,{lastError:i}=e,{supportEmail:o=null}=e,{onContinue:s}=e;Ue(()=>{x.errorLog(`Displayed error: ${ne[i.errorCode]}. Message: ${i.message??"None"}. Underlying error: ${i.underlyingErrorMessage??"None"}`)});function l(){switch(i.errorCode){case ne.AlreadySubscribedError:return"Already subscribed";default:return"Something went wrong"}}return t.$$set=c=>{"brandingInfo"in c&&r(0,n=c.brandingInfo),"lastError"in c&&r(1,i=c.lastError),"supportEmail"in c&&r(2,o=c.supportEmail),"onContinue"in c&&r(3,s=c.onContinue)},[n,i,o,s,l]}class si extends U{constructor(e){super(),N(this,e,oi,ii,B,{brandingInfo:0,lastError:1,supportEmail:2,onContinue:3})}}const li="data:image/svg+xml,%3csvg%20width='124'%20height='124'%20viewBox='0%200%20124%20124'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='62'%20cy='62'%20r='62'%20fill='%23576CDB'/%3e%3crect%20x='44.1116'%20y='56'%20width='27.5'%20height='11'%20transform='rotate(45%2044.1116%2056)'%20fill='white'/%3e%3crect%20x='79.1133'%20y='44.334'%20width='11'%20height='44'%20transform='rotate(45%2079.1133%2044.334)'%20fill='white'/%3e%3c/svg%3e";function ci(t){T(t,"svelte-1609h93","img.svelte-1609h93{width:124px;height:124px;margin:0 auto}")}function ai(t){let e,r;return{c(){e=w("img"),Z(e.src,r=li)||b(e,"src",r),b(e,"alt","icon"),b(e,"class","rcb-ui-asset-icon svelte-1609h93")},m(n,i){_(n,e,i)},p,i:p,o:p,d(n){n&&h(e)}}}class ui extends U{constructor(e){super(),N(this,e,null,ai,B,{},ci)}}function fi(t){let e;return{c(){e=G("Your plan is now active.")},m(r,n){_(r,e,n)},d(r){r&&h(e)}}}function di(t){let e,r=t[2]&&fi();return{c(){r&&r.c(),e=ce()},m(n,i){r&&r.m(n,i),_(n,e,i)},p,d(n){n&&h(e),r&&r.d(n)}}}function gi(t){let e,r;return e=new ui({props:{slot:"icon"}}),{c(){v(e.$$.fragment)},m(n,i){y(e,n,i),r=!0},p,i(n){r||(f(e.$$.fragment,n),r=!0)},o(n){g(e.$$.fragment,n),r=!1},d(n){k(e,n)}}}function mi(t){let e,r;return e=new Pt({props:{type:"success",title:"Purchase successful",brandingInfo:t[0],onContinue:t[1],$$slots:{icon:[gi],default:[di]},$$scope:{ctx:t}}}),{c(){v(e.$$.fragment)},m(n,i){y(e,n,i),r=!0},p(n,[i]){const o={};i&1&&(o.brandingInfo=n[0]),i&2&&(o.onContinue=n[1]),i&16&&(o.$$scope={dirty:i,ctx:n}),e.$set(o)},i(n){r||(f(e.$$.fragment,n),r=!0)},o(n){g(e.$$.fragment,n),r=!1},d(n){k(e,n)}}}function pi(t,e,r){let{productDetails:n=null}=e,{brandingInfo:i=null}=e,{onContinue:o}=e;const s=(n==null?void 0:n.productType)===Fe.Subscription;return t.$$set=l=>{"productDetails"in l&&r(3,n=l.productDetails),"brandingInfo"in l&&r(0,i=l.brandingInfo),"onContinue"in l&&r(1,o=l.onContinue)},[i,o,s,n]}class hi extends U{constructor(e){super(),N(this,e,pi,mi,B,{productDetails:3,brandingInfo:0,onContinue:1})}}function _i(t,e,r,n,i={}){const o=r.create(e,i);return o.mount(t),o.on("change",s=>n("change",s)),o.on("ready",s=>n("ready",s)),o.on("focus",s=>n("focus",s)),o.on("blur",s=>n("blur",s)),o.on("escape",s=>n("escape",s)),o.on("click",s=>n("click",s)),o.on("loaderror",s=>n("loaderror",s)),o.on("loaderstart",s=>n("loaderstart",s)),o.on("networkschange",s=>n("networkschange",s)),o}const Ai=typeof window>"u";function bi(t){if(!Ai)return t.registerAppInfo({name:"svelte-stripe-js",url:"https://svelte-stripe-js.vercel.app"})}function Ei(t){let e;return{c(){e=w("div")},m(r,n){_(r,e,n),t[6](e)},p,i:p,o:p,d(r){r&&h(e),t[6](null)}}}function Ii(t,e,r){let n,i;const o=vn(),{elements:s}=Bn("stripe");let{options:l=void 0}=e;Ue(()=>(n=_i(i,"payment",s,o,l),()=>n.destroy()));function c(){n.blur()}function a(){n.clear()}function u(){n.destroy()}function d(){n.focus()}function A(I){Se[I?"unshift":"push"](()=>{i=I,r(0,i)})}return t.$$set=I=>{"options"in I&&r(1,l=I.options)},[i,l,c,a,u,d,A]}class wi extends U{constructor(e){super(),N(this,e,Ii,Ei,B,{options:1,blur:2,clear:3,destroy:4,focus:5})}get blur(){return this.$$.ctx[2]}get clear(){return this.$$.ctx[3]}get destroy(){return this.$$.ctx[4]}get focus(){return this.$$.ctx[5]}}function Ct(t){let e;const r=t[15].default,n=F(r,t,t[14],null);return{c(){n&&n.c()},m(i,o){n&&n.m(i,o),e=!0},p(i,o){n&&n.p&&(!e||o&16384)&&q(n,r,i,i[14],e?j(r,i[14],o,null):ee(i[14]),null)},i(i){e||(f(n,i),e=!0)},o(i){g(n,i),e=!1},d(i){n&&n.d(i)}}}function yi(t){let e,r,n=t[1]&&t[0]&&Ct(t);return{c(){n&&n.c(),e=ce()},m(i,o){n&&n.m(i,o),_(i,e,o),r=!0},p(i,[o]){i[1]&&i[0]?n?(n.p(i,o),o&3&&f(n,1)):(n=Ct(i),n.c(),f(n,1),n.m(e.parentNode,e)):n&&(V(),g(n,1,1,()=>{n=null}),W())},i(i){r||(f(n),r=!0)},o(i){g(n),r=!1},d(i){i&&h(e),n&&n.d(i)}}}function ki(t,e,r){let n,{$$slots:i={},$$scope:o}=e,{stripe:s}=e,{mode:l=void 0}=e,{theme:c="stripe"}=e,{variables:a={}}=e,{rules:u={}}=e,{labels:d="above"}=e,{loader:A="auto"}=e,{fonts:I=[]}=e,{locale:P="auto"}=e,{currency:S=void 0}=e,{amount:m=void 0}=e,{clientSecret:$=void 0}=e,{elements:le=null}=e;return t.$$set=O=>{"stripe"in O&&r(1,s=O.stripe),"mode"in O&&r(2,l=O.mode),"theme"in O&&r(3,c=O.theme),"variables"in O&&r(4,a=O.variables),"rules"in O&&r(5,u=O.rules),"labels"in O&&r(6,d=O.labels),"loader"in O&&r(7,A=O.loader),"fonts"in O&&r(8,I=O.fonts),"locale"in O&&r(9,P=O.locale),"currency"in O&&r(10,S=O.currency),"amount"in O&&r(11,m=O.amount),"clientSecret"in O&&r(12,$=O.clientSecret),"elements"in O&&r(0,le=O.elements),"$$scope"in O&&r(14,o=O.$$scope)},t.$$.update=()=>{t.$$.dirty&120&&r(13,n={theme:c,variables:a,rules:u,labels:d}),t.$$.dirty&16263&&s&&!le&&(r(0,le=s.elements({mode:l,currency:S,amount:m,appearance:n,clientSecret:$,fonts:I,loader:A,locale:P})),bi(s),$n("stripe",{stripe:s,elements:le})),t.$$.dirty&8705&&le&&le.update({appearance:n,locale:P})},[le,s,l,c,a,u,d,A,I,P,S,m,$,n,o,i]}class vi extends U{constructor(e){super(),N(this,e,ki,yi,B,{stripe:1,mode:2,theme:3,variables:4,rules:5,labels:6,loader:7,fonts:8,locale:9,currency:10,amount:11,clientSecret:12,elements:0})}}var Mt="https://js.stripe.com/v3",$i=/^https:\/\/js\.stripe\.com\/v3\/?(\?.*)?$/,Tt="loadStripe.setLoadParameters was called but an existing Stripe.js script already exists in the document; existing script parameters will be used",Bi=function(){for(var e=document.querySelectorAll('script[src^="'.concat(Mt,'"]')),r=0;r<e.length;r++){var n=e[r];if($i.test(n.src))return n}return null},Rt=function(e){var r="",n=document.createElement("script");n.src="".concat(Mt).concat(r);var i=document.head||document.body;if(!i)throw new Error("Expected document.body not to be null. Stripe.js requires a <body> element.");return i.appendChild(n),n},Pi=function(e,r){!e||!e._registerWrapper||e._registerWrapper({name:"stripe-js",version:"2.4.0",startTime:r})},Me=null,Ye=null,He=null,Di=function(e){return function(){e(new Error("Failed to load Stripe.js"))}},Ci=function(e,r){return function(){window.Stripe?e(window.Stripe):r(new Error("Stripe.js not available"))}},Mi=function(e){return Me!==null?Me:(Me=new Promise(function(r,n){if(typeof window>"u"||typeof document>"u"){r(null);return}if(window.Stripe&&e&&console.warn(Tt),window.Stripe){r(window.Stripe);return}try{var i=Bi();if(i&&e)console.warn(Tt);else if(!i)i=Rt(e);else if(i&&He!==null&&Ye!==null){var o;i.removeEventListener("load",He),i.removeEventListener("error",Ye),(o=i.parentNode)===null||o===void 0||o.removeChild(i),i=Rt(e)}He=Ci(r,n),Ye=Di(n),i.addEventListener("load",He),i.addEventListener("error",Ye)}catch(s){n(s);return}}),Me.catch(function(r){return Me=null,Promise.reject(r)}))},Ti=function(e,r,n){if(e===null)return null;var i=e.apply(void 0,r);return Pi(i,n),i},Te,Qt=!1,Ot=function(){return Te||(Te=Mi(null).catch(function(e){return Te=null,Promise.reject(e)}),Te)};Promise.resolve().then(function(){return Ot()}).catch(function(t){Qt||console.warn(t)});var Ri=function(){for(var e=arguments.length,r=new Array(e),n=0;n<e;n++)r[n]=arguments[n];Qt=!0;var i=Date.now();return Ot().then(function(o){return Ti(o,r,i)})};function Qi(t){T(t,"svelte-1xe711j",".rcb-header-layout.svelte-1xe711j{display:flex;justify-content:space-between;align-items:center;width:100%;font-size:24px;margin:0;font-weight:500}")}function Oi(t){let e,r;const n=t[0].default,i=F(n,t,t[1],null);return{c(){e=w("div"),i&&i.c(),b(e,"class","rcb-header-layout svelte-1xe711j")},m(o,s){_(o,e,s),i&&i.m(e,null),r=!0},p(o,s){i&&i.p&&(!r||s&2)&&q(i,n,o,o[1],r?j(n,o[1],s,null):ee(o[1]),null)},i(o){r||(f(i,o),r=!0)},o(o){g(i,o),r=!1},d(o){o&&h(e),i&&i.d(o)}}}function Ni(t){let e,r;return e=new be({props:{as:"header",$$slots:{default:[Oi]},$$scope:{ctx:t}}}),{c(){v(e.$$.fragment)},m(n,i){y(e,n,i),r=!0},p(n,[i]){const o={};i&2&&(o.$$scope={dirty:i,ctx:n}),e.$set(o)},i(n){r||(f(e.$$.fragment,n),r=!0)},o(n){g(e.$$.fragment,n),r=!1},d(n){k(e,n)}}}function Ui(t,e,r){let{$$slots:n={},$$scope:i}=e;return t.$$set=o=>{"$$scope"in o&&r(1,i=o.$$scope)},[n,i]}class nt extends U{constructor(e){super(),N(this,e,Ui,Ni,B,{},Qi)}}const Si="data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18%208H17V6C17%203.24%2014.76%201%2012%201C9.24%201%207%203.24%207%206V8H6C4.9%208%204%208.9%204%2010V20C4%2021.1%204.9%2022%206%2022H18C19.1%2022%2020%2021.1%2020%2020V10C20%208.9%2019.1%208%2018%208ZM12%2017C10.9%2017%2010%2016.1%2010%2015C10%2013.9%2010.9%2013%2012%2013C13.1%2013%2014%2013.9%2014%2015C14%2016.1%2013.1%2017%2012%2017ZM15.1%208H8.9V6C8.9%204.29%2010.29%202.9%2012%202.9C13.71%202.9%2015.1%204.29%2015.1%206V8Z'%20fill='%2311D483'/%3e%3c/svg%3e";function Li(t){let e,r;return{c(){e=w("img"),Z(e.src,r=Si)||b(e,"src",r),b(e,"alt","icon"),b(e,"class","rcb-ui-asset-icon")},m(n,i){_(n,e,i)},p,i:p,o:p,d(n){n&&h(e)}}}class Fi extends U{constructor(e){super(),N(this,e,null,Li,B,{})}}const Re={error:"#f2545b",warning:"#f4e971",focus:"#000080","grey-text-dark":"#000000","grey-text-light":"#767676","grey-ui-dark":"#dfdfdf",white:"#ffffff"};function xi(t){T(t,"svelte-rjmul6",`.processing.svelte-rjmul6{width:12px;aspect-ratio:1;border-radius:50%;animation:svelte-rjmul6-l5 1.5s infinite linear}@keyframes svelte-rjmul6-l5{0%{box-shadow:20px 0 #fff2,
|
|
2
2
|
-20px 0 #fff2;background:#fff2}25%{box-shadow:20px 0 #fff2,
|
|
3
3
|
-20px 0 #ffff;background:#fff2}50%{box-shadow:20px 0 #fff2,
|
|
4
4
|
-20px 0 #fff2;background:#ffff}75%{box-shadow:20px 0 #ffff,
|
|
5
5
|
-20px 0 #fff2;background:#fff2}100%{box-shadow:20px 0 #fff2,
|
|
6
|
-
-20px 0 #fff2;background:#fff2}}`)}function Ni(t){let e;return{c(){e=y("div"),_(e,"class","processing svelte-rjmul6")},m(r,n){h(r,e,n)},p:k,i:k,o:k,d(r){r&&p(e)}}}class Kt extends x{constructor(e){super(),F(this,e,null,Ni,S,{},Qi)}}function Ui(t){j(t,"svelte-1wxt892",".rcb-stripe-elements-container.svelte-1wxt892{width:100%;margin-top:32px;margin-bottom:24px}")}function Oi(t){let e,r;return e=new ut({}),{c(){w(e.$$.fragment)},m(n,i){b(e,n,i),r=!0},p:k,i(n){r||(f(e.$$.fragment,n),r=!0)},o(n){g(e.$$.fragment,n),r=!1},d(n){I(e,n)}}}function Si(t){let e,r,n,i,o,s;function l(a){t[11](a)}let c={stripe:t[5],clientSecret:t[6],loader:"always",theme:"stripe",variables:{borderRadius:"12px",fontSizeBase:"16px",fontSizeSm:"16px",spacingGridRow:"16px",colorText:Oe["grey-text-dark"],focusBoxShadow:"none",colorDanger:Oe.error},rules:{".Input":{boxShadow:"none",border:`2px solid ${Oe["grey-ui-dark"]}`},".Input:focus":{border:`2px solid ${Oe.focus}`,outline:"none"},".Label":{marginBottom:"8px",fontWeight:"500",lineHeight:"22px"},".Input--invalid":{boxShadow:"none"}},$$slots:{default:[Ji]},$$scope:{ctx:t}};return t[4]!==void 0&&(c.elements=t[4]),r=new Ai({props:c}),Je.push(()=>Gn(r,"elements",l)),{c(){e=y("form"),w(r.$$.fragment)},m(a,u){h(a,e,u),b(r,e,null),i=!0,o||(s=Be(e,"submit",vt(t[7])),o=!0)},p(a,u){const d={};u&32&&(d.stripe=a[5]),u&8207&&(d.$$scope={dirty:u,ctx:a}),!n&&u&16&&(n=!0,d.elements=a[4],Ln(()=>n=!1)),r.$set(d)},i(a){i||(f(r.$$.fragment,a),i=!0)},o(a){g(r.$$.fragment,a),i=!1},d(a){a&&p(e),I(r),o=!1,s()}}}function Li(t){let e,r,n,i;return n=new Ri({}),{c(){e=y("div"),e.textContent="Secure Checkout",r=O(),w(n.$$.fragment)},m(o,s){h(o,e,s),h(o,r,s),b(n,o,s),i=!0},p:k,i(o){i||(f(n.$$.fragment,o),i=!0)},o(o){g(n.$$.fragment,o),i=!1},d(o){o&&(p(e),p(r)),I(n,o)}}}function Fi(t){let e,r,n;return r=new pi({}),{c(){e=y("div"),w(r.$$.fragment),_(e,"class","rcb-stripe-elements-container svelte-1wxt892")},m(i,o){h(i,e,o),b(r,e,null),n=!0},p:k,i(i){n||(f(r.$$.fragment,i),n=!0)},o(i){g(r.$$.fragment,i),n=!1},d(i){i&&p(e),I(r)}}}function xi(t){let e;return{c(){e=H("Pay")},m(r,n){h(r,e,n)},i:k,o:k,d(r){r&&p(e)}}}function Gi(t){let e;return{c(){e=H("Start Trial")},m(r,n){h(r,e,n)},i:k,o:k,d(r){r&&p(e)}}}function Yi(t){let e,r;return e=new Kt({}),{c(){w(e.$$.fragment)},m(n,i){b(e,n,i),r=!0},i(n){r||(f(e.$$.fragment,n),r=!0)},o(n){g(e.$$.fragment,n),r=!1},d(n){I(e,n)}}}function Hi(t){let e,r,n,i;const o=[Yi,Gi,xi],s=[];function l(c,a){var u,d;return c[0]?0:(d=(u=c[2].subscriptionOptions)==null?void 0:u[c[3].id])!=null&&d.trial?1:2}return e=l(t),r=s[e]=o[e](t),{c(){r.c(),n=ue()},m(c,a){s[e].m(c,a),h(c,n,a),i=!0},p(c,a){let u=e;e=l(c),e!==u&&(J(),g(s[u],1,1,()=>{s[u]=null}),V(),r=s[e],r||(r=s[e]=o[e](c),r.c()),f(r,1),r.m(n.parentNode,n))},i(c){i||(f(r),i=!0)},o(c){g(r),i=!1},d(c){c&&p(n),s[e].d(c)}}}function Ki(t){let e;return{c(){e=H("Close")},m(r,n){h(r,e,n)},d(r){r&&p(e)}}}function ji(t){let e,r,n,i;return e=new Re({props:{disabled:t[0],testId:"PayButton",$$slots:{default:[Hi]},$$scope:{ctx:t}}}),n=new Re({props:{disabled:t[0],intent:"secondary",$$slots:{default:[Ki]},$$scope:{ctx:t}}}),n.$on("click",function(){pe(t[1])&&t[1].apply(this,arguments)}),{c(){w(e.$$.fragment),r=O(),w(n.$$.fragment)},m(o,s){b(e,o,s),h(o,r,s),b(n,o,s),i=!0},p(o,s){t=o;const l={};s&1&&(l.disabled=t[0]),s&8205&&(l.$$scope={dirty:s,ctx:t}),e.$set(l);const c={};s&1&&(c.disabled=t[0]),s&8192&&(c.$$scope={dirty:s,ctx:t}),n.$set(c)},i(o){i||(f(e.$$.fragment,o),f(n.$$.fragment,o),i=!0)},o(o){g(e.$$.fragment,o),g(n.$$.fragment,o),i=!1},d(o){o&&p(r),I(e,o),I(n,o)}}}function qi(t){let e,r;return e=new Qe({props:{$$slots:{default:[ji]},$$scope:{ctx:t}}}),{c(){w(e.$$.fragment)},m(n,i){b(e,n,i),r=!0},p(n,i){const o={};i&8207&&(o.$$scope={dirty:i,ctx:n}),e.$set(o)},i(n){r||(f(e.$$.fragment,n),r=!0)},o(n){g(e.$$.fragment,n),r=!1},d(n){I(e,n)}}}function Ji(t){let e,r,n,i,o,s;return e=new dt({props:{$$slots:{default:[Li]},$$scope:{ctx:t}}}),n=new be({props:{$$slots:{default:[Fi]},$$scope:{ctx:t}}}),o=new ft({props:{$$slots:{default:[qi]},$$scope:{ctx:t}}}),{c(){w(e.$$.fragment),r=O(),w(n.$$.fragment),i=O(),w(o.$$.fragment)},m(l,c){b(e,l,c),h(l,r,c),b(n,l,c),h(l,i,c),b(o,l,c),s=!0},p(l,c){const a={};c&8192&&(a.$$scope={dirty:c,ctx:l}),e.$set(a);const u={};c&8192&&(u.$$scope={dirty:c,ctx:l}),n.$set(u);const d={};c&8207&&(d.$$scope={dirty:c,ctx:l}),o.$set(d)},i(l){s||(f(e.$$.fragment,l),f(n.$$.fragment,l),f(o.$$.fragment,l),s=!0)},o(l){g(e.$$.fragment,l),g(n.$$.fragment,l),g(o.$$.fragment,l),s=!1},d(l){l&&(p(r),p(i)),I(e,l),I(n,l),I(o,l)}}}function Vi(t){let e,r,n,i;const o=[Si,Oi],s=[];function l(c,a){return c[5]&&c[6]?0:1}return r=l(t),n=s[r]=o[r](t),{c(){e=y("div"),n.c()},m(c,a){h(c,e,a),s[r].m(e,null),i=!0},p(c,[a]){let u=r;r=l(c),r===u?s[r].p(c,a):(J(),g(s[u],1,1,()=>{s[u]=null}),V(),n=s[r],n?n.p(c,a):(n=s[r]=o[r](c),n.c()),f(n,1),n.m(e,null))},i(c){i||(f(n),i=!0)},o(c){g(n),i=!1},d(c){c&&p(e),s[r].d()}}}function Wi(t,e,r){let{onClose:n}=e,{onContinue:i}=e,{onError:o}=e,{paymentInfoCollectionMetadata:s}=e,{processing:l=!1}=e,{productDetails:c}=e,{purchaseOptionToUse:a}=e;const u=s.data.client_secret;let d=null,A,$;qe(async()=>{const m=s.data.publishable_api_key,v=s.data.stripe_account_id;if(!m||!v)throw new Error("Stripe publishable key or account ID not found");r(5,d=await $i(m,{stripeAccount:v}))});const P=async()=>{if(l||!d||!$)return;r(0,l=!0);const m=await d.confirmSetup({elements:$,redirect:"if_required"});m.error?(r(0,l=!1),o(new z(K.StripeError,m.error.message))):i()};function T(m){A=m,r(4,A)}return t.$$set=m=>{"onClose"in m&&r(1,n=m.onClose),"onContinue"in m&&r(8,i=m.onContinue),"onError"in m&&r(9,o=m.onError),"paymentInfoCollectionMetadata"in m&&r(10,s=m.paymentInfoCollectionMetadata),"processing"in m&&r(0,l=m.processing),"productDetails"in m&&r(2,c=m.productDetails),"purchaseOptionToUse"in m&&r(3,a=m.purchaseOptionToUse)},t.$$.update=()=>{t.$$.dirty&16&&A&&A._elements.length>0&&($=A)},[l,n,c,a,A,d,u,P,i,o,s,T]}class zi extends x{constructor(e){super(),F(this,e,Wi,Vi,S,{onClose:1,onContinue:8,onError:9,paymentInfoCollectionMetadata:10,processing:0,productDetails:2,purchaseOptionToUse:3},Ui)}}function Xi(t){return t.trim()===""?"You need to provide your email address to continue.":t.match(/^[^@]+@[^@]+\.[^@]+$/)?null:"Email is not valid. Please provide a valid email address."}function Zi(t){if(t&&!t.match(/^[A-Z]{3}$/)){const e=`Currency code ${t} is not valid. Please provide a valid ISO 4217 currency code.`;throw Q.errorLog(e),new W(X.ConfigurationError,e)}}function eo(t){j(t,"svelte-favd20","form.svelte-favd20.svelte-favd20{display:flex;flex-direction:column;min-height:100%;flex-grow:1}.form-container.svelte-favd20.svelte-favd20{display:flex;flex-direction:column;width:100%;margin-top:32px;margin-bottom:16px}.form-label.svelte-favd20.svelte-favd20{margin-top:8px;margin-bottom:8px;display:block;font-weight:500;line-height:22px}.form-input.error.svelte-favd20 input.svelte-favd20{border-color:var(--rc-color-error)}.form-error.svelte-favd20.svelte-favd20{margin-top:4px;font-size:16px;line-height:20px;min-height:40px;color:var(--rc-color-error)}input.svelte-favd20.svelte-favd20{width:100%;box-sizing:border-box;padding:8px;border:2px solid var(--rc-color-grey-ui-dark);border-radius:12px;font-size:16px;height:48px;padding:6px 14px}input.svelte-favd20.svelte-favd20:focus{outline:none;border:2px solid var(--rc-color-focus)}")}function to(t){let e;return{c(){e=H("Billing email address")},m(r,n){h(r,e,n)},d(r){r&&p(e)}}}function jt(t){let e,r;return{c(){e=y("div"),r=H(t[2]),_(e,"class","form-error svelte-favd20")},m(n,i){h(n,e,i),N(e,r)},p(n,i){i&4&&he(r,n[2])},d(n){n&&p(e)}}}function no(t){let e,r,n,i,o,s,l,c,a,u=t[2]&&jt(t);return{c(){e=y("div"),r=y("div"),r.innerHTML='<label for="email">Email</label>',n=O(),i=y("div"),o=y("input"),l=O(),u&&u.c(),_(r,"class","form-label svelte-favd20"),_(o,"name","email"),_(o,"placeholder","john@appleseed.com"),_(o,"autocapitalize","off"),_(o,"class","svelte-favd20"),_(i,"class",s="form-input "+t[4]+" svelte-favd20"),_(e,"class","form-container svelte-favd20")},m(d,A){h(d,e,A),N(e,r),N(e,n),N(e,i),N(i,o),$t(o,t[3]),N(e,l),u&&u.m(e,null),c||(a=Be(o,"input",t[8]),c=!0)},p(d,A){A&8&&o.value!==d[3]&&$t(o,d[3]),A&16&&s!==(s="form-input "+d[4]+" svelte-favd20")&&_(i,"class",s),d[2]?u?u.p(d,A):(u=jt(d),u.c(),u.m(e,null)):u&&(u.d(1),u=null)},d(d){d&&p(e),u&&u.d(),c=!1,a()}}}function ro(t){let e;return{c(){e=H("Continue")},m(r,n){h(r,e,n)},i:k,o:k,d(r){r&&p(e)}}}function io(t){let e,r;return e=new Kt({}),{c(){w(e.$$.fragment)},m(n,i){b(e,n,i),r=!0},i(n){r||(f(e.$$.fragment,n),r=!0)},o(n){g(e.$$.fragment,n),r=!1},d(n){I(e,n)}}}function oo(t){let e,r,n,i;const o=[io,ro],s=[];function l(c,a){return c[1]?0:1}return e=l(t),r=s[e]=o[e](t),{c(){r.c(),n=ue()},m(c,a){s[e].m(c,a),h(c,n,a),i=!0},p(c,a){let u=e;e=l(c),e!==u&&(J(),g(s[u],1,1,()=>{s[u]=null}),V(),r=s[e],r||(r=s[e]=o[e](c),r.c()),f(r,1),r.m(n.parentNode,n))},i(c){i||(f(r),i=!0)},o(c){g(r),i=!1},d(c){c&&p(n),s[e].d(c)}}}function so(t){let e;return{c(){e=H("Close")},m(r,n){h(r,e,n)},d(r){r&&p(e)}}}function lo(t){let e,r,n,i;return e=new Re({props:{disabled:t[1],$$slots:{default:[oo]},$$scope:{ctx:t}}}),n=new Re({props:{intent:"secondary",disabled:t[1],$$slots:{default:[so]},$$scope:{ctx:t}}}),n.$on("click",function(){pe(t[0])&&t[0].apply(this,arguments)}),{c(){w(e.$$.fragment),r=O(),w(n.$$.fragment)},m(o,s){b(e,o,s),h(o,r,s),b(n,o,s),i=!0},p(o,s){t=o;const l={};s&2&&(l.disabled=t[1]),s&514&&(l.$$scope={dirty:s,ctx:t}),e.$set(l);const c={};s&2&&(c.disabled=t[1]),s&512&&(c.$$scope={dirty:s,ctx:t}),n.$set(c)},i(o){i||(f(e.$$.fragment,o),f(n.$$.fragment,o),i=!0)},o(o){g(e.$$.fragment,o),g(n.$$.fragment,o),i=!1},d(o){o&&p(r),I(e,o),I(n,o)}}}function co(t){let e,r;return e=new Qe({props:{$$slots:{default:[lo]},$$scope:{ctx:t}}}),{c(){w(e.$$.fragment)},m(n,i){b(e,n,i),r=!0},p(n,i){const o={};i&515&&(o.$$scope={dirty:i,ctx:n}),e.$set(o)},i(n){r||(f(e.$$.fragment,n),r=!0)},o(n){g(e.$$.fragment,n),r=!1},d(n){I(e,n)}}}function ao(t){let e,r,n,i,o,s,l,c,a;return r=new dt({props:{$$slots:{default:[to]},$$scope:{ctx:t}}}),i=new be({props:{$$slots:{default:[no]},$$scope:{ctx:t}}}),s=new ft({props:{$$slots:{default:[co]},$$scope:{ctx:t}}}),{c(){e=y("form"),w(r.$$.fragment),n=O(),w(i.$$.fragment),o=O(),w(s.$$.fragment),_(e,"class","svelte-favd20")},m(u,d){h(u,e,d),b(r,e,null),N(e,n),b(i,e,null),N(e,o),b(s,e,null),l=!0,c||(a=Be(e,"submit",vt(t[5])),c=!0)},p(u,[d]){const A={};d&512&&(A.$$scope={dirty:d,ctx:u}),r.$set(A);const $={};d&540&&($.$$scope={dirty:d,ctx:u}),i.$set($);const P={};d&515&&(P.$$scope={dirty:d,ctx:u}),s.$set(P)},i(u){l||(f(r.$$.fragment,u),f(i.$$.fragment,u),f(s.$$.fragment,u),l=!0)},o(u){g(r.$$.fragment,u),g(i.$$.fragment,u),g(s.$$.fragment,u),l=!1},d(u){u&&p(e),I(r),I(i),I(s),c=!1,a()}}}function uo(t,e,r){let n,i,o,{onContinue:s}=e,{onClose:l}=e,{processing:c}=e,{lastError:a}=e;const u=async()=>{const A=Xi(n);A?r(2,i=A):s({email:n})};Rn(async()=>{r(2,i=(a==null?void 0:a.message)??"")});function d(){n=this.value,r(3,n)}return t.$$set=A=>{"onContinue"in A&&r(6,s=A.onContinue),"onClose"in A&&r(0,l=A.onClose),"processing"in A&&r(1,c=A.processing),"lastError"in A&&r(7,a=A.lastError)},t.$$.update=()=>{t.$$.dirty&4&&r(4,o=i?"error":"")},r(3,n=""),r(2,i=""),[l,c,i,n,o,u,s,a,d]}class fo extends x{constructor(e){super(),F(this,e,uo,ao,S,{onContinue:6,onClose:0,processing:1,lastError:7},eo)}}function go(t){j(t,"svelte-17tslso",".rcb-modal-backdrop.svelte-17tslso{position:fixed;top:0;left:0;right:0;min-width:100%;width:100vw;width:100dvw;min-height:100%;height:100vh;height:100dvh;background-color:rgba(40, 40, 40, 0.75);display:flex;flex-direction:column;justify-content:space-around;z-index:1000001}")}function mo(t){let e,r;const n=t[1].default,i=te(n,t,t[0],null);return{c(){e=y("div"),i&&i.c(),_(e,"class","rcb-modal-backdrop svelte-17tslso")},m(o,s){h(o,e,s),i&&i.m(e,null),r=!0},p(o,[s]){i&&i.p&&(!r||s&1)&&re(i,n,o,o[0],r?ne(n,o[0],s,null):ie(o[0]),null)},i(o){r||(f(i,o),r=!0)},o(o){g(i,o),r=!1},d(o){o&&p(e),i&&i.d(o)}}}function po(t,e,r){let{$$slots:n={},$$scope:i}=e;return t.$$set=o=>{"$$scope"in o&&r(0,i=o.$$scope)},[i,n]}class ho extends x{constructor(e){super(),F(this,e,po,mo,S,{},go)}}function _o(t){j(t,"svelte-z3twhy",".rcb-modal-container.svelte-z3twhy{width:100%}.rcb-modal-main.svelte-z3twhy{box-sizing:border-box;border-radius:16px;background-color:var(--rc-color-white);color:var(--rc-color-grey-text-dark);min-height:460px;padding:40px;flex-direction:column;display:flex}.rcb-modal-dark.svelte-z3twhy{background-color:var(--rc-color-grey-text-dark);color:var(--rc-color-white);min-height:0px}@media screen and (max-width: 960px){.rcb-modal-container.svelte-z3twhy{width:calc(100% - 32px);min-width:300px;max-width:640px;margin:auto}.rcb-modal-main.svelte-z3twhy,.rcb-modal-dark.svelte-z3twhy{min-width:300px;max-width:640px;padding:32px}}")}function Ao(t){let e,r,n,i;const o=t[2].default,s=te(o,t,t[1],null);return{c(){e=y("div"),r=y("main"),s&&s.c(),_(r,"class",n=$e(`rcb-modal-main ${t[0]?"rcb-modal-dark":""}`)+" svelte-z3twhy"),_(e,"class","rcb-modal-container svelte-z3twhy")},m(l,c){h(l,e,c),N(e,r),s&&s.m(r,null),i=!0},p(l,[c]){s&&s.p&&(!i||c&2)&&re(s,o,l,l[1],i?ne(o,l[1],c,null):ie(l[1]),null),(!i||c&1&&n!==(n=$e(`rcb-modal-main ${l[0]?"rcb-modal-dark":""}`)+" svelte-z3twhy"))&&_(r,"class",n)},i(l){i||(f(s,l),i=!0)},o(l){g(s,l),i=!1},d(l){l&&p(e),s&&s.d(l)}}}function Eo(t,e,r){let{$$slots:n={},$$scope:i}=e,{dark:o=!1}=e;return t.$$set=s=>{"dark"in s&&r(0,o=s.dark),"$$scope"in s&&r(1,i=s.$$scope)},[o,i,n]}class bo extends x{constructor(e){super(),F(this,e,Eo,Ao,S,{dark:0},_o)}}function Io(t){let e;const r=t[1].default,n=te(r,t,t[2],null);return{c(){n&&n.c()},m(i,o){n&&n.m(i,o),e=!0},p(i,o){n&&n.p&&(!e||o&4)&&re(n,r,i,i[2],e?ne(r,i[2],o,null):ie(i[2]),null)},i(i){e||(f(n,i),e=!0)},o(i){g(n,i),e=!1},d(i){n&&n.d(i)}}}function wo(t){let e,r;return e=new ho({props:{$$slots:{default:[yo]},$$scope:{ctx:t}}}),{c(){w(e.$$.fragment)},m(n,i){b(e,n,i),r=!0},p(n,i){const o={};i&4&&(o.$$scope={dirty:i,ctx:n}),e.$set(o)},i(n){r||(f(e.$$.fragment,n),r=!0)},o(n){g(e.$$.fragment,n),r=!1},d(n){I(e,n)}}}function yo(t){let e;const r=t[1].default,n=te(r,t,t[2],null);return{c(){n&&n.c()},m(i,o){n&&n.m(i,o),e=!0},p(i,o){n&&n.p&&(!e||o&4)&&re(n,r,i,i[2],e?ne(r,i[2],o,null):ie(i[2]),null)},i(i){e||(f(n,i),e=!0)},o(i){g(n,i),e=!1},d(i){n&&n.d(i)}}}function ko(t){let e,r,n,i;const o=[wo,Io],s=[];function l(c,a){return c[0]?0:1}return e=l(t),r=s[e]=o[e](t),{c(){r.c(),n=ue()},m(c,a){s[e].m(c,a),h(c,n,a),i=!0},p(c,[a]){let u=e;e=l(c),e===u?s[e].p(c,a):(J(),g(s[u],1,1,()=>{s[u]=null}),V(),r=s[e],r?r.p(c,a):(r=s[e]=o[e](c),r.c()),f(r,1),r.m(n.parentNode,n))},i(c){i||(f(r),i=!0)},o(c){g(r),i=!1},d(c){c&&p(n),s[e].d(c)}}}function vo(t,e,r){let{$$slots:n={},$$scope:i}=e,{condition:o=!1}=e;return t.$$set=s=>{"condition"in s&&r(0,o=s.condition),"$$scope"in s&&r(2,i=s.$$scope)},[o,n,i]}class $o extends x{constructor(e){super(),F(this,e,vo,ko,S,{condition:0})}}const Bo=t=>({}),qt=t=>({});function Do(t){let e,r;const n=t[1].header,i=te(n,t,t[2],qt),o=t[1].default,s=te(o,t,t[2],null);return{c(){i&&i.c(),e=O(),s&&s.c()},m(l,c){i&&i.m(l,c),h(l,e,c),s&&s.m(l,c),r=!0},p(l,c){i&&i.p&&(!r||c&4)&&re(i,n,l,l[2],r?ne(n,l[2],c,Bo):ie(l[2]),qt),s&&s.p&&(!r||c&4)&&re(s,o,l,l[2],r?ne(o,l[2],c,null):ie(l[2]),null)},i(l){r||(f(i,l),f(s,l),r=!0)},o(l){g(i,l),g(s,l),r=!1},d(l){l&&p(e),i&&i.d(l),s&&s.d(l)}}}function Po(t){let e,r;return e=new bo({props:{dark:t[0],$$slots:{default:[Do]},$$scope:{ctx:t}}}),{c(){w(e.$$.fragment)},m(n,i){b(e,n,i),r=!0},p(n,[i]){const o={};i&1&&(o.dark=n[0]),i&4&&(o.$$scope={dirty:i,ctx:n}),e.$set(o)},i(n){r||(f(e.$$.fragment,n),r=!0)},o(n){g(e.$$.fragment,n),r=!1},d(n){I(e,n)}}}function Co(t,e,r){let{$$slots:n={},$$scope:i}=e,{dark:o=!1}=e;return t.$$set=s=>{"dark"in s&&r(0,o=s.dark),"$$scope"in s&&r(2,i=s.$$scope)},[o,n,i]}class Jt extends x{constructor(e){super(),F(this,e,Co,Po,S,{dark:0})}}const Mo="data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20opacity='0.5'%20clip-path='url(%23clip0_344_3390)'%3e%3cpath%20d='M7%2018C5.9%2018%205.01%2018.9%205.01%2020C5.01%2021.1%205.9%2022%207%2022C8.1%2022%209%2021.1%209%2020C9%2018.9%208.1%2018%207%2018ZM1%202V4H3L6.6%2011.59L5.25%2014.04C5.09%2014.32%205%2014.65%205%2015C5%2016.1%205.9%2017%207%2017H19V15H7.42C7.28%2015%207.17%2014.89%207.17%2014.75L7.2%2014.63L8.1%2013H15.55C16.3%2013%2016.96%2012.59%2017.3%2011.97L20.88%205.48C20.96%205.34%2021%205.17%2021%205C21%204.45%2020.55%204%2020%204H5.21L4.27%202H1ZM17%2018C15.9%2018%2015.01%2018.9%2015.01%2020C15.01%2021.1%2015.9%2022%2017%2022C18.1%2022%2019%2021.1%2019%2020C19%2018.9%2018.1%2018%2017%2018Z'%20fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_344_3390'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e";function To(t){let e,r;return{c(){e=y("img"),ae(e.src,r=Mo)||_(e,"src",r),_(e,"alt","icon"),_(e,"class","rcb-ui-asset-icon")},m(n,i){h(n,e,i)},p:k,i:k,o:k,d(n){n&&p(e)}}}class Ro extends x{constructor(e){super(),F(this,e,null,To,S,{})}}function Qo(t){j(t,"svelte-1rhrjxe","div.svelte-1rhrjxe{background-color:var(--rc-color-warning);color:var(--rc-color-grey-text-dark);font-size:10px;font-weight:bold;text-transform:uppercase;padding:4px 10px;line-height:10px;border-radius:9px;margin:0px;margin-left:16px}")}function No(t){let e;return{c(){e=y("div"),e.textContent="Sandbox",_(e,"class","svelte-1rhrjxe")},m(r,n){h(r,e,n)},p:k,i:k,o:k,d(r){r&&p(e)}}}class Uo extends x{constructor(e){super(),F(this,e,null,No,S,{},Qo)}}function Oo(t){j(t,"svelte-17btec4",`.rcb-ui-container.svelte-17btec4{color-scheme:none;font-size:16px;line-height:1.5em;font-weight:400;font-family:-apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu,
|
|
7
|
-
Cantarell, "Open Sans", "Helvetica Neue", sans-serif}.rcb-ui-layout.svelte-17btec4{width:100vw;width:100 dvw;margin-right:auto;display:flex;justify-content:center;align-items:flex-start;position:relative;padding:0px 80px;box-sizing:border-box}.rcb-ui-aside.svelte-17btec4{margin-right:16px;flex:320px 1 0;max-width:480px}.rcb-ui-main.svelte-17btec4{flex:480px 1 0;max-width:640px}@media screen and (max-width: 960px){.rcb-ui-layout.svelte-17btec4{flex-direction:column;align-items:center;justify-content:center;height:100%;min-width:100%}.rcb-ui-aside.svelte-17btec4{margin-right:0;margin-bottom:16px;min-width:100%;display:flex;flex-direction:column;align-items:center;flex:none;max-width:none}.rcb-ui-main.svelte-17btec4{flex:none;max-width:none;min-width:100%}}@media screen and (max-width: 960px) and (max-height: 960px){.rcb-ui-layout.svelte-17btec4{overflow-y:scroll;justify-content:flex-start;padding:16px 0px}}`)}function Vt(t){let e,r,n;return r=new Jt({props:{dark:!0,$$slots:{header:[Go],default:[So]},$$scope:{ctx:t}}}),{c(){e=y("div"),w(r.$$.fragment),_(e,"class","rcb-ui-aside svelte-17btec4")},m(i,o){h(i,e,o),b(r,e,null),n=!0},p(i,o){const s={};o&33554446&&(s.$$scope={dirty:o,ctx:i}),r.$set(s)},i(i){n||(f(r.$$.fragment,i),n=!0)},o(i){g(r.$$.fragment,i),n=!1},d(i){i&&p(e),I(r)}}}function Wt(t){let e,r;return e=new Ct({props:{productDetails:t[3],purchaseOption:t[8]}}),{c(){w(e.$$.fragment)},m(n,i){b(e,n,i),r=!0},p(n,i){const o={};i&8&&(o.productDetails=n[3]),e.$set(o)},i(n){r||(f(e.$$.fragment,n),r=!0)},o(n){g(e.$$.fragment,n),r=!1},d(n){I(e,n)}}}function So(t){let e,r,n=t[3]&&t[8]&&Wt(t);return{c(){n&&n.c(),e=ue()},m(i,o){n&&n.m(i,o),h(i,e,o),r=!0},p(i,o){i[3]&&i[8]?n?(n.p(i,o),o&8&&f(n,1)):(n=Wt(i),n.c(),f(n,1),n.m(e.parentNode,e)):n&&(J(),g(n,1,1,()=>{n=null}),V())},i(i){r||(f(n),r=!0)},o(i){g(n),r=!1},d(i){i&&p(e),n&&n.d(i)}}}function Lo(t){let e,r;return e=new Ro({}),{c(){w(e.$$.fragment)},m(n,i){b(e,n,i),r=!0},i(n){r||(f(e.$$.fragment,n),r=!0)},o(n){g(e.$$.fragment,n),r=!1},d(n){I(e,n)}}}function Fo(t){let e,r;return e=new Uo({}),{c(){w(e.$$.fragment)},m(n,i){b(e,n,i),r=!0},i(n){r||(f(e.$$.fragment,n),r=!0)},o(n){g(e.$$.fragment,n),r=!1},d(n){I(e,n)}}}function xo(t){let e,r,n,i,o,s,l;e=new Nt({props:{brandingInfo:t[1]}});const c=[Fo,Lo],a=[];function u(d,A){return A&4&&(n=null),n==null&&(n=!!d[2].isSandbox()),n?0:1}return i=u(t,-1),o=a[i]=c[i](t),{c(){w(e.$$.fragment),r=O(),o.c(),s=ue()},m(d,A){b(e,d,A),h(d,r,A),a[i].m(d,A),h(d,s,A),l=!0},p(d,A){const $={};A&2&&($.brandingInfo=d[1]),e.$set($);let P=i;i=u(d,A),i!==P&&(J(),g(a[P],1,1,()=>{a[P]=null}),V(),o=a[i],o||(o=a[i]=c[i](d),o.c()),f(o,1),o.m(s.parentNode,s))},i(d){l||(f(e.$$.fragment,d),f(o),l=!0)},o(d){g(e.$$.fragment,d),g(o),l=!1},d(d){d&&(p(r),p(s)),I(e,d),a[i].d(d)}}}function Go(t){let e,r;return e=new dt({props:{slot:"header",$$slots:{default:[xo]},$$scope:{ctx:t}}}),{c(){w(e.$$.fragment)},m(n,i){b(e,n,i),r=!0},p(n,i){const o={};i&33554438&&(o.$$scope={dirty:i,ctx:n}),e.$set(o)},i(n){r||(f(e.$$.fragment,n),r=!0)},o(n){g(e.$$.fragment,n),r=!1},d(n){I(e,n)}}}function zt(t){let e,r;return e=new Ct({props:{productDetails:t[3],purchaseOption:t[8]}}),{c(){w(e.$$.fragment)},m(n,i){b(e,n,i),r=!0},p(n,i){const o={};i&8&&(o.productDetails=n[3]),e.$set(o)},i(n){r||(f(e.$$.fragment,n),r=!0)},o(n){g(e.$$.fragment,n),r=!1},d(n){I(e,n)}}}function Xt(t){let e,r;return e=new ut({}),{c(){w(e.$$.fragment)},m(n,i){b(e,n,i),r=!0},i(n){r||(f(e.$$.fragment,n),r=!0)},o(n){g(e.$$.fragment,n),r=!1},d(n){I(e,n)}}}function Zt(t){let e,r;return e=new fo({props:{onContinue:t[11],onClose:t[10],processing:t[6]==="processing-auth-info",lastError:t[5]}}),{c(){w(e.$$.fragment)},m(n,i){b(e,n,i),r=!0},p(n,i){const o={};i&64&&(o.processing=n[6]==="processing-auth-info"),i&32&&(o.lastError=n[5]),e.$set(o)},i(n){r||(f(e.$$.fragment,n),r=!0)},o(n){g(e.$$.fragment,n),r=!1},d(n){I(e,n)}}}function en(t){let e,r;return e=new zi({props:{paymentInfoCollectionMetadata:t[4],onContinue:t[11],onClose:t[10],onError:t[12],processing:t[6]==="polling-purchase-status",productDetails:t[3],purchaseOptionToUse:t[8]}}),{c(){w(e.$$.fragment)},m(n,i){b(e,n,i),r=!0},p(n,i){const o={};i&16&&(o.paymentInfoCollectionMetadata=n[4]),i&64&&(o.processing=n[6]==="polling-purchase-status"),i&8&&(o.productDetails=n[3]),e.$set(o)},i(n){r||(f(e.$$.fragment,n),r=!0)},o(n){g(e.$$.fragment,n),r=!1},d(n){I(e,n)}}}function tn(t){let e,r;return e=new ut({}),{c(){w(e.$$.fragment)},m(n,i){b(e,n,i),r=!0},i(n){r||(f(e.$$.fragment,n),r=!0)},o(n){g(e.$$.fragment,n),r=!1},d(n){I(e,n)}}}function nn(t){var n;let e,r;return e=new ei({props:{brandingInfo:t[1],lastError:t[5]??new z(K.UnknownError,"Unknown error without state set."),supportEmail:(n=t[1])==null?void 0:n.seller_company_support_email,onContinue:t[13]}}),{c(){w(e.$$.fragment)},m(i,o){b(e,i,o),r=!0},p(i,o){var l;const s={};o&2&&(s.brandingInfo=i[1]),o&32&&(s.lastError=i[5]??new z(K.UnknownError,"Unknown error without state set.")),o&2&&(s.supportEmail=(l=i[1])==null?void 0:l.seller_company_support_email),e.$set(s)},i(i){r||(f(e.$$.fragment,i),r=!0)},o(i){g(e.$$.fragment,i),r=!1},d(i){I(e,i)}}}function rn(t){let e,r;return e=new ai({props:{brandingInfo:t[1],onContinue:t[11]}}),{c(){w(e.$$.fragment)},m(n,i){b(e,n,i),r=!0},p(n,i){const o={};i&2&&(o.brandingInfo=n[1]),e.$set(o)},i(n){r||(f(e.$$.fragment,n),r=!0)},o(n){g(e.$$.fragment,n),r=!1},d(n){I(e,n)}}}function Yo(t){let e,r,n,i,o,s,l,c,a=t[6]==="present-offer"&&t[3]&&t[8]&&zt(t),u=t[6]==="present-offer"&&!t[3]&&Xt(),d=(t[6]==="needs-auth-info"||t[6]==="processing-auth-info")&&Zt(t),A=t[4]&&(t[6]==="needs-payment-info"||t[6]==="polling-purchase-status")&&t[3]&&t[8]&&en(t),$=t[6]==="loading"&&tn(),P=t[6]==="error"&&nn(t),T=t[6]==="success"&&rn(t);return{c(){a&&a.c(),e=O(),u&&u.c(),r=O(),d&&d.c(),n=O(),A&&A.c(),i=O(),$&&$.c(),o=O(),P&&P.c(),s=O(),T&&T.c(),l=ue()},m(m,v){a&&a.m(m,v),h(m,e,v),u&&u.m(m,v),h(m,r,v),d&&d.m(m,v),h(m,n,v),A&&A.m(m,v),h(m,i,v),$&&$.m(m,v),h(m,o,v),P&&P.m(m,v),h(m,s,v),T&&T.m(m,v),h(m,l,v),c=!0},p(m,v){m[6]==="present-offer"&&m[3]&&m[8]?a?(a.p(m,v),v&72&&f(a,1)):(a=zt(m),a.c(),f(a,1),a.m(e.parentNode,e)):a&&(J(),g(a,1,1,()=>{a=null}),V()),m[6]==="present-offer"&&!m[3]?u?v&72&&f(u,1):(u=Xt(),u.c(),f(u,1),u.m(r.parentNode,r)):u&&(J(),g(u,1,1,()=>{u=null}),V()),m[6]==="needs-auth-info"||m[6]==="processing-auth-info"?d?(d.p(m,v),v&64&&f(d,1)):(d=Zt(m),d.c(),f(d,1),d.m(n.parentNode,n)):d&&(J(),g(d,1,1,()=>{d=null}),V()),m[4]&&(m[6]==="needs-payment-info"||m[6]==="polling-purchase-status")&&m[3]&&m[8]?A?(A.p(m,v),v&88&&f(A,1)):(A=en(m),A.c(),f(A,1),A.m(i.parentNode,i)):A&&(J(),g(A,1,1,()=>{A=null}),V()),m[6]==="loading"?$?v&64&&f($,1):($=tn(),$.c(),f($,1),$.m(o.parentNode,o)):$&&(J(),g($,1,1,()=>{$=null}),V()),m[6]==="error"?P?(P.p(m,v),v&64&&f(P,1)):(P=nn(m),P.c(),f(P,1),P.m(s.parentNode,s)):P&&(J(),g(P,1,1,()=>{P=null}),V()),m[6]==="success"?T?(T.p(m,v),v&64&&f(T,1)):(T=rn(m),T.c(),f(T,1),T.m(l.parentNode,l)):T&&(J(),g(T,1,1,()=>{T=null}),V())},i(m){c||(f(a),f(u),f(d),f(A),f($),f(P),f(T),c=!0)},o(m){g(a),g(u),g(d),g(A),g($),g(P),g(T),c=!1},d(m){m&&(p(e),p(r),p(n),p(i),p(o),p(s),p(l)),a&&a.d(m),u&&u.d(m),d&&d.d(m),A&&A.d(m),$&&$.d(m),P&&P.d(m),T&&T.d(m)}}}function Ho(t){let e,r=t[9].includes(t[6]),n,i,o,s,l=r&&Vt(t);return o=new Jt({props:{$$slots:{default:[Yo]},$$scope:{ctx:t}}}),{c(){e=y("div"),l&&l.c(),n=O(),i=y("div"),w(o.$$.fragment),_(i,"class","rcb-ui-main svelte-17btec4"),_(e,"class","rcb-ui-layout svelte-17btec4"),_(e,"style",t[7])},m(c,a){h(c,e,a),l&&l.m(e,null),N(e,n),N(e,i),b(o,i,null),s=!0},p(c,a){a&64&&(r=c[9].includes(c[6])),r?l?(l.p(c,a),a&64&&f(l,1)):(l=Vt(c),l.c(),f(l,1),l.m(e,n)):l&&(J(),g(l,1,1,()=>{l=null}),V());const u={};a&33554554&&(u.$$scope={dirty:a,ctx:c}),o.$set(u)},i(c){s||(f(l),f(o.$$.fragment,c),s=!0)},o(c){g(l),g(o.$$.fragment,c),s=!1},d(c){c&&p(e),l&&l.d(),I(o)}}}function Ko(t){let e,r,n;return r=new $o({props:{condition:t[0],$$slots:{default:[Ho]},$$scope:{ctx:t}}}),{c(){e=y("div"),w(r.$$.fragment),_(e,"class","rcb-ui-container svelte-17btec4")},m(i,o){h(i,e,o),b(r,e,null),n=!0},p(i,[o]){const s={};o&1&&(s.condition=i[0]),o&33554558&&(s.$$scope={dirty:o,ctx:i}),r.$set(s)},i(i){n||(f(r.$$.fragment,i),n=!0)},o(i){g(r.$$.fragment,i),n=!1},d(i){i&&p(e),I(r)}}}function jo(t,e,r){let{asModal:n=!0}=e,{customerEmail:i}=e,{appUserId:o}=e,{rcPackage:s}=e,{purchaseOption:l}=e,{brandingInfo:c}=e,{onFinished:a}=e,{onError:u}=e,{onClose:d}=e,{purchases:A}=e,{purchaseOperationHelper:$}=e;const P=Object.entries(Oe).map(([C,At])=>`--rc-color-${C}: ${At}`).join("; ");let T=null,m=null,v=null;const Y=s.rcBillingProduct.identifier??null,U=s.rcBillingProduct.defaultPurchaseOption,Se=l||U;let R="present-offer";const fe=["present-offer","needs-auth-info","processing-auth-info","needs-payment-info","polling-purchase-status","loading"];qe(async()=>{if(r(3,T=s.rcBillingProduct),R==="present-offer"){i?Le():r(6,R="needs-auth-info");return}});const rt=()=>{d()},Le=()=>{if(Y===null){Fe(new z(K.ErrorSettingUpPurchase,"Product ID was not set before purchase."));return}else R==="present-offer"&&r(6,R="loading");if(!i){Fe(new z(K.MissingEmailError));return}$.startPurchase(o,Y,Se,i,s.rcBillingProduct.presentedOfferingContext).then(C=>{if(C.next_action==="collect_payment_info"){r(5,v=null),r(6,R="needs-payment-info"),r(4,m=C);return}if(C.next_action==="completed"){r(5,v=null),r(6,R="success");return}}).catch(C=>{Fe(C)})},ys=C=>{if(R==="needs-auth-info"){C&&(r(14,i=C.email),r(6,R="processing-auth-info")),Le();return}if(R==="needs-payment-info"){r(6,R="polling-purchase-status"),$.pollCurrentPurchaseForCompletion().then(()=>{r(6,R="success")}).catch(At=>{Fe(At)});return}if(R==="success"||R==="error"){a();return}r(6,R="success")},Fe=C=>{if(R==="processing-auth-info"&&C.isRecoverable()){r(5,v=C),r(6,R="needs-auth-info");return}r(5,v=C),r(6,R="error")},ks=()=>{u(v??new z(K.UnknownError,"Unknown error without state set."))};return t.$$set=C=>{"asModal"in C&&r(0,n=C.asModal),"customerEmail"in C&&r(14,i=C.customerEmail),"appUserId"in C&&r(15,o=C.appUserId),"rcPackage"in C&&r(16,s=C.rcPackage),"purchaseOption"in C&&r(17,l=C.purchaseOption),"brandingInfo"in C&&r(1,c=C.brandingInfo),"onFinished"in C&&r(18,a=C.onFinished),"onError"in C&&r(19,u=C.onError),"onClose"in C&&r(20,d=C.onClose),"purchases"in C&&r(2,A=C.purchases),"purchaseOperationHelper"in C&&r(21,$=C.purchaseOperationHelper)},[n,c,A,T,m,v,R,P,Se,fe,rt,ys,Fe,ks,i,o,s,l,a,u,d,$]}class qo extends x{constructor(e){super(),F(this,e,jo,Ko,S,{asModal:0,customerEmail:14,appUserId:15,rcPackage:16,purchaseOption:17,brandingInfo:1,onFinished:18,onError:19,onClose:20,purchases:2,purchaseOperationHelper:21},Oo)}}function Jo(t){return t.expires_date==null?!0:new Date(t.expires_date)>new Date}function Vo(t,e,r,n){const i=e.product_identifier;if(i in r)return Wo(t,e,r[i]);if(i in n)return zo(t,e,n[i]);throw new W(X.CustomerInfoError,"Could not find entitlement product in subscriptions or non-subscriptions.")}function Wo(t,e,r){return{identifier:t,isActive:Jo(e),willRenew:es(e,r),store:(r==null?void 0:r.store)??"unknown",latestPurchaseDate:new Date(e.purchase_date),originalPurchaseDate:new Date(e.purchase_date),expirationDate:et(e.expires_date),productIdentifier:e.product_identifier,unsubscribeDetectedAt:et(r==null?void 0:r.unsubscribe_detected_at),billingIssueDetectedAt:et(r==null?void 0:r.billing_issues_detected_at),isSandbox:(r==null?void 0:r.is_sandbox)??!1,periodType:(r==null?void 0:r.period_type)??"normal"}}function zo(t,e,r){return{identifier:t,isActive:!0,willRenew:!1,store:r.store,latestPurchaseDate:new Date(e.purchase_date),originalPurchaseDate:new Date(r.original_purchase_date),expirationDate:null,productIdentifier:e.product_identifier,unsubscribeDetectedAt:null,billingIssueDetectedAt:null,isSandbox:r.is_sandbox,periodType:"normal"}}function Xo(t,e,r){const n={},i={};for(const o in t){const s=Vo(o,t[o],e,r);n[o]=s,s.isActive&&(i[o]=s)}return{all:n,active:i}}function et(t){return t==null?null:new Date(t)}function Zo(t){const e=ns(t),r=t.subscriber,n=is(r.non_subscriptions);return{entitlements:Xo(r.entitlements,r.subscriptions,n),allExpirationDatesByProduct:e,allPurchaseDatesByProduct:ts(t,n),activeSubscriptions:rs(e),managementURL:r.management_url,requestDate:new Date(t.request_date),firstSeenDate:new Date(r.first_seen),originalPurchaseDate:et(r.original_purchase_date),originalAppUserId:t.subscriber.original_app_user_id}}function es(t,e){if(e==null)return!1;const r=e.store=="promotional",n=t.expires_date==null,i=e.unsubscribe_detected_at!=null,o=e.billing_issues_detected_at!=null;return!(r||n||i||o)}function ts(t,e){const r={};for(const n in t.subscriber.subscriptions){const i=t.subscriber.subscriptions[n];r[n]=new Date(i.purchase_date)}for(const n in e){const i=e[n].purchase_date;i==null?r[n]=null:r[n]=new Date(i)}return r}function ns(t){const e={};for(const r in t.subscriber.subscriptions){const n=t.subscriber.subscriptions[r];n.expires_date==null?e[r]=null:e[r]=new Date(n.expires_date)}return e}function rs(t){const e=new Set,r=new Date;for(const n in t){const i=t[n];(i==null||i>r)&&e.add(n)}return e}function is(t){const e={};for(const r in t){if(t[r].length===0)continue;const n=t[r].length;e[r]=t[r][n-1]}return e}const os="0.7.0",ss="https://api.revenuecat.com";var tt;(function(t){t[t.CONTINUE=100]="CONTINUE",t[t.SWITCHING_PROTOCOLS=101]="SWITCHING_PROTOCOLS",t[t.PROCESSING=102]="PROCESSING",t[t.EARLY_HINTS=103]="EARLY_HINTS",t[t.OK=200]="OK",t[t.CREATED=201]="CREATED",t[t.ACCEPTED=202]="ACCEPTED",t[t.NON_AUTHORITATIVE_INFORMATION=203]="NON_AUTHORITATIVE_INFORMATION",t[t.NO_CONTENT=204]="NO_CONTENT",t[t.RESET_CONTENT=205]="RESET_CONTENT",t[t.PARTIAL_CONTENT=206]="PARTIAL_CONTENT",t[t.MULTI_STATUS=207]="MULTI_STATUS",t[t.MULTIPLE_CHOICES=300]="MULTIPLE_CHOICES",t[t.MOVED_PERMANENTLY=301]="MOVED_PERMANENTLY",t[t.MOVED_TEMPORARILY=302]="MOVED_TEMPORARILY",t[t.SEE_OTHER=303]="SEE_OTHER",t[t.NOT_MODIFIED=304]="NOT_MODIFIED",t[t.USE_PROXY=305]="USE_PROXY",t[t.TEMPORARY_REDIRECT=307]="TEMPORARY_REDIRECT",t[t.PERMANENT_REDIRECT=308]="PERMANENT_REDIRECT",t[t.BAD_REQUEST=400]="BAD_REQUEST",t[t.UNAUTHORIZED=401]="UNAUTHORIZED",t[t.PAYMENT_REQUIRED=402]="PAYMENT_REQUIRED",t[t.FORBIDDEN=403]="FORBIDDEN",t[t.NOT_FOUND=404]="NOT_FOUND",t[t.METHOD_NOT_ALLOWED=405]="METHOD_NOT_ALLOWED",t[t.NOT_ACCEPTABLE=406]="NOT_ACCEPTABLE",t[t.PROXY_AUTHENTICATION_REQUIRED=407]="PROXY_AUTHENTICATION_REQUIRED",t[t.REQUEST_TIMEOUT=408]="REQUEST_TIMEOUT",t[t.CONFLICT=409]="CONFLICT",t[t.GONE=410]="GONE",t[t.LENGTH_REQUIRED=411]="LENGTH_REQUIRED",t[t.PRECONDITION_FAILED=412]="PRECONDITION_FAILED",t[t.REQUEST_TOO_LONG=413]="REQUEST_TOO_LONG",t[t.REQUEST_URI_TOO_LONG=414]="REQUEST_URI_TOO_LONG",t[t.UNSUPPORTED_MEDIA_TYPE=415]="UNSUPPORTED_MEDIA_TYPE",t[t.REQUESTED_RANGE_NOT_SATISFIABLE=416]="REQUESTED_RANGE_NOT_SATISFIABLE",t[t.EXPECTATION_FAILED=417]="EXPECTATION_FAILED",t[t.IM_A_TEAPOT=418]="IM_A_TEAPOT",t[t.INSUFFICIENT_SPACE_ON_RESOURCE=419]="INSUFFICIENT_SPACE_ON_RESOURCE",t[t.METHOD_FAILURE=420]="METHOD_FAILURE",t[t.MISDIRECTED_REQUEST=421]="MISDIRECTED_REQUEST",t[t.UNPROCESSABLE_ENTITY=422]="UNPROCESSABLE_ENTITY",t[t.LOCKED=423]="LOCKED",t[t.FAILED_DEPENDENCY=424]="FAILED_DEPENDENCY",t[t.UPGRADE_REQUIRED=426]="UPGRADE_REQUIRED",t[t.PRECONDITION_REQUIRED=428]="PRECONDITION_REQUIRED",t[t.TOO_MANY_REQUESTS=429]="TOO_MANY_REQUESTS",t[t.REQUEST_HEADER_FIELDS_TOO_LARGE=431]="REQUEST_HEADER_FIELDS_TOO_LARGE",t[t.UNAVAILABLE_FOR_LEGAL_REASONS=451]="UNAVAILABLE_FOR_LEGAL_REASONS",t[t.INTERNAL_SERVER_ERROR=500]="INTERNAL_SERVER_ERROR",t[t.NOT_IMPLEMENTED=501]="NOT_IMPLEMENTED",t[t.BAD_GATEWAY=502]="BAD_GATEWAY",t[t.SERVICE_UNAVAILABLE=503]="SERVICE_UNAVAILABLE",t[t.GATEWAY_TIMEOUT=504]="GATEWAY_TIMEOUT",t[t.HTTP_VERSION_NOT_SUPPORTED=505]="HTTP_VERSION_NOT_SUPPORTED",t[t.INSUFFICIENT_STORAGE=507]="INSUFFICIENT_STORAGE",t[t.NETWORK_AUTHENTICATION_REQUIRED=511]="NETWORK_AUTHENTICATION_REQUIRED"})(tt||(tt={}));function gt(t){return t?t.startsWith("rcb_sb_"):!1}async function Ie(t,e){const{apiKey:r,body:n,headers:i,httpConfig:o}=e,l=`${(o==null?void 0:o.proxyURL)??ss}${t.urlPath()}`;try{const c=await fetch(l,{method:t.method,headers:us(r,i,o==null?void 0:o.additionalHeaders),body:cs(n)});return await ls(c,t),await c.json()}catch(c){throw c instanceof TypeError?new W(X.NetworkError,Me.getPublicMessage(X.NetworkError),c.message):c}}async function ls(t,e){const r=t.status;if(r>=tt.INTERNAL_SERVER_ERROR)mt(e,r,await t.text());else if(r>=tt.BAD_REQUEST){const n=await t.json(),i=n?JSON.stringify(n):null,o=n==null?void 0:n.code,s=n==null?void 0:n.message;if(o!=null){const l=Me.convertCodeToBackendErrorCode(o);if(l==null)mt(e,r,i);else throw W.getForBackendError(l,s)}else mt(e,r,i)}}function mt(t,e,r){throw new W(X.UnknownBackendError,`Unknown backend error. Request: ${t.name}. Status code: ${e}. Body: ${r}.`)}function cs(t){return t==null?null:JSON.stringify(t)}const on="Authorization",sn="Content-Type",ln="Accept",cn="X-Platform",an="X-Version",un="X-Is-Sandbox",as=new Set([on,sn,ln,cn,an,un]);function us(t,e,r){let n={[on]:`Bearer ${t}`,[sn]:"application/json",[ln]:"application/json",[cn]:"web",[an]:os,[un]:`${gt(t)}`};return e&&(n={...n,...e}),r&&(n={...r,...n}),n}const fn="/v1/subscribers",nt="/rcbilling/v1";class fs{constructor(e){M(this,"appUserId");M(this,"method","GET");M(this,"name","getOfferings");this.appUserId=e}urlPath(){const e=encodeURIComponent(this.appUserId);return`${fn}/${e}/offerings`}}class ds{constructor(){M(this,"method","POST");M(this,"name","subscribe")}urlPath(){return`${nt}/subscribe`}}class gs{constructor(e,r,n){M(this,"method","GET");M(this,"name","getProducts");M(this,"appUserId");M(this,"productIds");M(this,"currency");this.appUserId=e,this.productIds=r,this.currency=n}urlPath(){const e=encodeURIComponent(this.appUserId),r=this.productIds.map(encodeURIComponent).join("&id="),n=this.currency?`¤cy=${this.currency}`:"";return`${nt}/subscribers/${e}/products?id=${r}${n}`}}class ms{constructor(e){M(this,"method","GET");M(this,"name","getCustomerInfo");M(this,"appUserId");this.appUserId=e}urlPath(){const e=encodeURIComponent(this.appUserId);return`${fn}/${e}`}}class ps{constructor(){M(this,"method","GET");M(this,"name","getBrandingInfo")}urlPath(){return`${nt}/branding`}}class hs{constructor(e){M(this,"method","GET");M(this,"name","getCheckoutStatus");M(this,"operationSessionId");this.operationSessionId=e}urlPath(){return`${nt}/checkout/${this.operationSessionId}`}}const pt={};class _s{constructor(e,r=pt){M(this,"API_KEY");M(this,"httpConfig");this.API_KEY=e,this.httpConfig=r}async getOfferings(e){return await Ie(new fs(e),{apiKey:this.API_KEY,httpConfig:this.httpConfig})}async getCustomerInfo(e){return await Ie(new ms(e),{apiKey:this.API_KEY,httpConfig:this.httpConfig})}async getProducts(e,r,n){return await Ie(new gs(e,r,n),{apiKey:this.API_KEY,httpConfig:this.httpConfig})}async getBrandingInfo(){return await Ie(new ps,{apiKey:this.API_KEY,httpConfig:this.httpConfig})}async postSubscribe(e,r,n,i,o){const s={app_user_id:e,product_id:r,email:n,price_id:o.priceId,presented_offering_identifier:i.offeringIdentifier};return o.id!=="base_option"&&(s.offer_id=o.id),i.targetingContext&&(s.applied_targeting_rule={rule_id:i.targetingContext.ruleId,revision:i.targetingContext.revision}),await Ie(new ds,{apiKey:this.API_KEY,body:s,httpConfig:this.httpConfig})}async getCheckoutStatus(e){return await Ie(new hs(e),{apiKey:this.API_KEY,httpConfig:this.httpConfig})}}function As(t){if(!/^rcb_[a-zA-Z0-9_.-]+$/.test(t))throw new W(X.InvalidCredentialsError,"Invalid API key. Use your RevenueCat Billing API key.")}function Es(t){if(new Set(["no_user","null","none","nil","(null)","NaN","\\x00","","unidentified","undefined","unknown"]).has(t)||t.includes("/"))throw new W(X.InvalidAppUserIdError,'Provided user id: "'+t+'" is not valid. See https://www.revenuecat.com/docs/customers/user-ids#tips-for-setting-app-user-ids for more information.')}function bs(t){if(t!=null&&t.endsWith("/"))throw new W(X.ConfigurationError,"Invalid proxy URL. The proxy URL should not end with a trailing slash.")}function Is(t){if(t){for(const e in t)if(as.has(e))throw new W(X.ConfigurationError,"Invalid additional headers. Some headers are reserved for internal use.")}}function ws(t,e){async function r(...n){return await this.preload(),await t.call(this,...n)}return r}dn=[ws];const oe=class oe{constructor(e,r,n=pt){bn(_t,5,this);M(this,"_API_KEY");M(this,"_appUserId");M(this,"_brandingInfo",null);M(this,"_loadingResourcesPromise",null);M(this,"backend");M(this,"purchaseOperationHelper");M(this,"toOfferings",(e,r)=>{const n={};r.product_details.forEach(s=>{n[s.identifier]=s});const i={};e.offerings.forEach(s=>{const l=s.identifier===e.current_offering_id,c=it(l,s,n,e.targeting);c!=null&&(i[s.identifier]=c)});const o=e.current_offering_id?i[e.current_offering_id]??null:null;return Object.keys(i).length==0&&Q.debugLog("Empty offerings. Please make sure you've configured offerings correctly in the RevenueCat dashboard and that the products are properly configured."),{all:i,current:o}});this._API_KEY=e,this._appUserId=r,gt(e)&&Q.debugLog("Initializing Purchases SDK with sandbox API Key"),this.backend=new _s(this._API_KEY,n),this.purchaseOperationHelper=new sr(this.backend)}static setLogLevel(e){Q.setLogLevel(e)}static getSharedInstance(){if(oe.isConfigured())return oe.instance;throw new Tt}static isConfigured(){return oe.instance!==void 0}static configure(e,r,n=pt){return oe.instance!==void 0&&Q.warnLog("Purchases is already initialized. You normally should only configure Purchases once. Creating and returning new instance."),As(e),Es(r),bs(n.proxyURL),Is(n.additionalHeaders),oe.instance=new oe(e,r,n),oe.getSharedInstance()}async preload(){if(this.hasLoadedResources()){Q.verboseLog("Purchases resources are loaded. Skipping.");return}if(this._loadingResourcesPromise!==null){Q.verboseLog("Purchases resources are loading. Waiting."),await this._loadingResourcesPromise;return}return this._loadingResourcesPromise=this.backend.getBrandingInfo().then(e=>{this._brandingInfo=e}).catch(e=>{let r=`${e}`;e instanceof W&&(r=`${e.message}. ${e.underlyingErrorMessage?`Underlying error: ${e.underlyingErrorMessage}`:""}`),Q.errorLog(`Error fetching branding info: ${r}`)}).finally(()=>{this._loadingResourcesPromise=null}),this._loadingResourcesPromise}hasLoadedResources(){return this._brandingInfo!==null}async getOfferings(e){Zi(e==null?void 0:e.currency);const r=this._appUserId,n=await this.backend.getOfferings(r),i=n.offerings.flatMap(s=>s.packages).map(s=>s.platform_product_identifier),o=await this.backend.getProducts(r,i,e==null?void 0:e.currency);return this.logMissingProductIds(i,o.product_details),this.toOfferings(n,o)}async isEntitledTo(e){const r=await this.getCustomerInfo();return e in r.entitlements.active}purchasePackage(e,r,n){return this.purchase({rcPackage:e,customerEmail:r,htmlTarget:n})}purchase(e){const{rcPackage:r,purchaseOption:n,htmlTarget:i,customerEmail:o}=e;let s=i??document.getElementById("rcb-ui-root");if(s===null){const u=document.createElement("div");u.className="rcb-ui-root",document.body.appendChild(u),s=u}if(s===null)throw new Error("Could not generate a mount point for the billing widget");const l=s,c=!i,a=this._appUserId;return Q.debugLog(`Presenting purchase form for package ${r.identifier}`),new Promise((u,d)=>{new qo({target:l,props:{appUserId:a,rcPackage:r,purchaseOption:n,customerEmail:o,onFinished:async()=>{Q.debugLog("Purchase finished"),l.innerHTML="",u({customerInfo:await this._getCustomerInfoForUserId(a)})},onClose:()=>{l.innerHTML="",Q.debugLog("Purchase cancelled by user"),d(new W(X.UserCancelledError))},onError:A=>{l.innerHTML="",d(W.getForPurchasesFlowError(A))},purchases:this,brandingInfo:this._brandingInfo,purchaseOperationHelper:this.purchaseOperationHelper,asModal:c}})})}async getCustomerInfo(){return await this._getCustomerInfoForUserId(this._appUserId)}getAppUserId(){return this._appUserId}async changeUser(e){return this._appUserId=e,await this.getCustomerInfo()}logMissingProductIds(e,r){const n={};r.forEach(o=>n[o.identifier]=o);const i=[];e.forEach(o=>{n[o]===void 0&&i.push(o)}),i.length>0&&Q.debugLog(`Could not find product data for product ids:
|
|
6
|
+
-20px 0 #fff2;background:#fff2}}`)}function Gi(t){let e;return{c(){e=w("div"),b(e,"class","processing svelte-rjmul6")},m(r,n){_(r,e,n)},p,i:p,o:p,d(r){r&&h(e)}}}class Nt extends U{constructor(e){super(),N(this,e,null,Gi,B,{},xi)}}function Yi(t){T(t,"svelte-1wxt892",".rcb-stripe-elements-container.svelte-1wxt892{width:100%;margin-top:32px;margin-bottom:24px}")}function Hi(t){let e,r;return e=new et({}),{c(){v(e.$$.fragment)},m(n,i){y(e,n,i),r=!0},p,i(n){r||(f(e.$$.fragment,n),r=!0)},o(n){g(e.$$.fragment,n),r=!1},d(n){k(e,n)}}}function Ki(t){let e,r,n,i,o,s;function l(a){t[11](a)}let c={stripe:t[5],clientSecret:t[6],loader:"always",theme:"stripe",variables:{borderRadius:"12px",fontSizeBase:"16px",fontSizeSm:"16px",spacingGridRow:"16px",colorText:Re["grey-text-dark"],focusBoxShadow:"none",colorDanger:Re.error},rules:{".Input":{boxShadow:"none",border:`2px solid ${Re["grey-ui-dark"]}`},".Input:focus":{border:`2px solid ${Re.focus}`,outline:"none"},".Label":{marginBottom:"8px",fontWeight:"500",lineHeight:"22px"},".Input--invalid":{boxShadow:"none"}},$$slots:{default:[to]},$$scope:{ctx:t}};return t[4]!==void 0&&(c.elements=t[4]),r=new vi({props:c}),Se.push(()=>Rn(r,"elements",l)),{c(){e=w("form"),v(r.$$.fragment)},m(a,u){_(a,e,u),y(r,e,null),i=!0,o||(s=ye(e,"submit",dt(t[7])),o=!0)},p(a,u){const d={};u&32&&(d.stripe=a[5]),u&8207&&(d.$$scope={dirty:u,ctx:a}),!n&&u&16&&(n=!0,d.elements=a[4],Cn(()=>n=!1)),r.$set(d)},i(a){i||(f(r.$$.fragment,a),i=!0)},o(a){g(r.$$.fragment,a),i=!1},d(a){a&&h(e),k(r),o=!1,s()}}}function ji(t){let e,r,n,i;return n=new Fi({}),{c(){e=w("div"),e.textContent="Secure Checkout",r=Q(),v(n.$$.fragment)},m(o,s){_(o,e,s),_(o,r,s),y(n,o,s),i=!0},p,i(o){i||(f(n.$$.fragment,o),i=!0)},o(o){g(n.$$.fragment,o),i=!1},d(o){o&&(h(e),h(r)),k(n,o)}}}function qi(t){let e,r,n;return r=new wi({}),{c(){e=w("div"),v(r.$$.fragment),b(e,"class","rcb-stripe-elements-container svelte-1wxt892")},m(i,o){_(i,e,o),y(r,e,null),n=!0},p,i(i){n||(f(r.$$.fragment,i),n=!0)},o(i){g(r.$$.fragment,i),n=!1},d(i){i&&h(e),k(r)}}}function Ji(t){let e;return{c(){e=G("Pay")},m(r,n){_(r,e,n)},i:p,o:p,d(r){r&&h(e)}}}function Vi(t){let e;return{c(){e=G("Start Trial")},m(r,n){_(r,e,n)},i:p,o:p,d(r){r&&h(e)}}}function Wi(t){let e,r;return e=new Nt({}),{c(){v(e.$$.fragment)},m(n,i){y(e,n,i),r=!0},i(n){r||(f(e.$$.fragment,n),r=!0)},o(n){g(e.$$.fragment,n),r=!1},d(n){k(e,n)}}}function zi(t){let e,r,n,i;const o=[Wi,Vi,Ji],s=[];function l(c,a){var u,d;return c[0]?0:(d=(u=c[2].subscriptionOptions)==null?void 0:u[c[3].id])!=null&&d.trial?1:2}return e=l(t),r=s[e]=o[e](t),{c(){r.c(),n=ce()},m(c,a){s[e].m(c,a),_(c,n,a),i=!0},p(c,a){let u=e;e=l(c),e!==u&&(V(),g(s[u],1,1,()=>{s[u]=null}),W(),r=s[e],r||(r=s[e]=o[e](c),r.c()),f(r,1),r.m(n.parentNode,n))},i(c){i||(f(r),i=!0)},o(c){g(r),i=!1},d(c){c&&h(n),s[e].d(c)}}}function Xi(t){let e;return{c(){e=G("Close")},m(r,n){_(r,e,n)},d(r){r&&h(e)}}}function Zi(t){let e,r,n,i;return e=new De({props:{disabled:t[0],testId:"PayButton",$$slots:{default:[zi]},$$scope:{ctx:t}}}),n=new De({props:{disabled:t[0],intent:"secondary",$$slots:{default:[Xi]},$$scope:{ctx:t}}}),n.$on("click",function(){re(t[1])&&t[1].apply(this,arguments)}),{c(){v(e.$$.fragment),r=Q(),v(n.$$.fragment)},m(o,s){y(e,o,s),_(o,r,s),y(n,o,s),i=!0},p(o,s){t=o;const l={};s&1&&(l.disabled=t[0]),s&8205&&(l.$$scope={dirty:s,ctx:t}),e.$set(l);const c={};s&1&&(c.disabled=t[0]),s&8192&&(c.$$scope={dirty:s,ctx:t}),n.$set(c)},i(o){i||(f(e.$$.fragment,o),f(n.$$.fragment,o),i=!0)},o(o){g(e.$$.fragment,o),g(n.$$.fragment,o),i=!1},d(o){o&&h(r),k(e,o),k(n,o)}}}function eo(t){let e,r;return e=new Ce({props:{$$slots:{default:[Zi]},$$scope:{ctx:t}}}),{c(){v(e.$$.fragment)},m(n,i){y(e,n,i),r=!0},p(n,i){const o={};i&8207&&(o.$$scope={dirty:i,ctx:n}),e.$set(o)},i(n){r||(f(e.$$.fragment,n),r=!0)},o(n){g(e.$$.fragment,n),r=!1},d(n){k(e,n)}}}function to(t){let e,r,n,i,o,s;return e=new nt({props:{$$slots:{default:[ji]},$$scope:{ctx:t}}}),n=new be({props:{$$slots:{default:[qi]},$$scope:{ctx:t}}}),o=new tt({props:{$$slots:{default:[eo]},$$scope:{ctx:t}}}),{c(){v(e.$$.fragment),r=Q(),v(n.$$.fragment),i=Q(),v(o.$$.fragment)},m(l,c){y(e,l,c),_(l,r,c),y(n,l,c),_(l,i,c),y(o,l,c),s=!0},p(l,c){const a={};c&8192&&(a.$$scope={dirty:c,ctx:l}),e.$set(a);const u={};c&8192&&(u.$$scope={dirty:c,ctx:l}),n.$set(u);const d={};c&8207&&(d.$$scope={dirty:c,ctx:l}),o.$set(d)},i(l){s||(f(e.$$.fragment,l),f(n.$$.fragment,l),f(o.$$.fragment,l),s=!0)},o(l){g(e.$$.fragment,l),g(n.$$.fragment,l),g(o.$$.fragment,l),s=!1},d(l){l&&(h(r),h(i)),k(e,l),k(n,l),k(o,l)}}}function no(t){let e,r,n,i;const o=[Ki,Hi],s=[];function l(c,a){return c[5]&&c[6]?0:1}return r=l(t),n=s[r]=o[r](t),{c(){e=w("div"),n.c()},m(c,a){_(c,e,a),s[r].m(e,null),i=!0},p(c,[a]){let u=r;r=l(c),r===u?s[r].p(c,a):(V(),g(s[u],1,1,()=>{s[u]=null}),W(),n=s[r],n?n.p(c,a):(n=s[r]=o[r](c),n.c()),f(n,1),n.m(e,null))},i(c){i||(f(n),i=!0)},o(c){g(n),i=!1},d(c){c&&h(e),s[r].d()}}}function ro(t,e,r){let{onClose:n}=e,{onContinue:i}=e,{onError:o}=e,{paymentInfoCollectionMetadata:s}=e,{processing:l=!1}=e,{productDetails:c}=e,{purchaseOptionToUse:a}=e;const u=s.data.client_secret;let d=null,A,I;Ue(async()=>{const m=s.data.publishable_api_key,$=s.data.stripe_account_id;if(!m||!$)throw new Error("Stripe publishable key or account ID not found");r(5,d=await Ri(m,{stripeAccount:$}))});const P=async()=>{if(l||!d||!I)return;r(0,l=!0);const m=await d.confirmSetup({elements:I,redirect:"if_required"});m.error?(r(0,l=!1),o(new X(ne.StripeError,m.error.message))):i()};function S(m){A=m,r(4,A)}return t.$$set=m=>{"onClose"in m&&r(1,n=m.onClose),"onContinue"in m&&r(8,i=m.onContinue),"onError"in m&&r(9,o=m.onError),"paymentInfoCollectionMetadata"in m&&r(10,s=m.paymentInfoCollectionMetadata),"processing"in m&&r(0,l=m.processing),"productDetails"in m&&r(2,c=m.productDetails),"purchaseOptionToUse"in m&&r(3,a=m.purchaseOptionToUse)},t.$$.update=()=>{t.$$.dirty&16&&A&&A._elements.length>0&&(I=A)},[l,n,c,a,A,d,u,P,i,o,s,S]}class io extends U{constructor(e){super(),N(this,e,ro,no,B,{onClose:1,onContinue:8,onError:9,paymentInfoCollectionMetadata:10,processing:0,productDetails:2,purchaseOptionToUse:3},Yi)}}function oo(t){return t.trim()===""?"You need to provide your email address to continue.":t.match(/^[^@]+@[^@]+\.[^@]+$/)?null:"Email is not valid. Please provide a valid email address."}function so(t){if(t&&!t.match(/^[A-Z]{3}$/)){const e=`Currency code ${t} is not valid. Please provide a valid ISO 4217 currency code.`;throw x.errorLog(e),new z(te.ConfigurationError,e)}}function lo(t){T(t,"svelte-favd20","form.svelte-favd20.svelte-favd20{display:flex;flex-direction:column;min-height:100%;flex-grow:1}.form-container.svelte-favd20.svelte-favd20{display:flex;flex-direction:column;width:100%;margin-top:32px;margin-bottom:16px}.form-label.svelte-favd20.svelte-favd20{margin-top:8px;margin-bottom:8px;display:block;font-weight:500;line-height:22px}.form-input.error.svelte-favd20 input.svelte-favd20{border-color:var(--rc-color-error)}.form-error.svelte-favd20.svelte-favd20{margin-top:4px;font-size:16px;line-height:20px;min-height:40px;color:var(--rc-color-error)}input.svelte-favd20.svelte-favd20{width:100%;box-sizing:border-box;padding:8px;border:2px solid var(--rc-color-grey-ui-dark);border-radius:12px;font-size:16px;height:48px;padding:6px 14px}input.svelte-favd20.svelte-favd20:focus{outline:none;border:2px solid var(--rc-color-focus)}")}function co(t){let e;return{c(){e=G("Billing email address")},m(r,n){_(r,e,n)},d(r){r&&h(e)}}}function Ut(t){let e,r;return{c(){e=w("div"),r=G(t[2]),b(e,"class","form-error svelte-favd20")},m(n,i){_(n,e,i),M(e,r)},p(n,i){i&4&&fe(r,n[2])},d(n){n&&h(e)}}}function ao(t){let e,r,n,i,o,s,l,c,a,u=t[2]&&Ut(t);return{c(){e=w("div"),r=w("div"),r.innerHTML='<label for="email">Email</label>',n=Q(),i=w("div"),o=w("input"),l=Q(),u&&u.c(),b(r,"class","form-label svelte-favd20"),b(o,"name","email"),b(o,"placeholder","john@appleseed.com"),b(o,"autocapitalize","off"),b(o,"class","svelte-favd20"),b(i,"class",s="form-input "+t[4]+" svelte-favd20"),b(e,"class","form-container svelte-favd20")},m(d,A){_(d,e,A),M(e,r),M(e,n),M(e,i),M(i,o),gt(o,t[3]),M(e,l),u&&u.m(e,null),c||(a=ye(o,"input",t[8]),c=!0)},p(d,A){A&8&&o.value!==d[3]&>(o,d[3]),A&16&&s!==(s="form-input "+d[4]+" svelte-favd20")&&b(i,"class",s),d[2]?u?u.p(d,A):(u=Ut(d),u.c(),u.m(e,null)):u&&(u.d(1),u=null)},d(d){d&&h(e),u&&u.d(),c=!1,a()}}}function uo(t){let e;return{c(){e=G("Continue")},m(r,n){_(r,e,n)},i:p,o:p,d(r){r&&h(e)}}}function fo(t){let e,r;return e=new Nt({}),{c(){v(e.$$.fragment)},m(n,i){y(e,n,i),r=!0},i(n){r||(f(e.$$.fragment,n),r=!0)},o(n){g(e.$$.fragment,n),r=!1},d(n){k(e,n)}}}function go(t){let e,r,n,i;const o=[fo,uo],s=[];function l(c,a){return c[1]?0:1}return e=l(t),r=s[e]=o[e](t),{c(){r.c(),n=ce()},m(c,a){s[e].m(c,a),_(c,n,a),i=!0},p(c,a){let u=e;e=l(c),e!==u&&(V(),g(s[u],1,1,()=>{s[u]=null}),W(),r=s[e],r||(r=s[e]=o[e](c),r.c()),f(r,1),r.m(n.parentNode,n))},i(c){i||(f(r),i=!0)},o(c){g(r),i=!1},d(c){c&&h(n),s[e].d(c)}}}function mo(t){let e;return{c(){e=G("Close")},m(r,n){_(r,e,n)},d(r){r&&h(e)}}}function po(t){let e,r,n,i;return e=new De({props:{disabled:t[1],$$slots:{default:[go]},$$scope:{ctx:t}}}),n=new De({props:{intent:"secondary",disabled:t[1],$$slots:{default:[mo]},$$scope:{ctx:t}}}),n.$on("click",function(){re(t[0])&&t[0].apply(this,arguments)}),{c(){v(e.$$.fragment),r=Q(),v(n.$$.fragment)},m(o,s){y(e,o,s),_(o,r,s),y(n,o,s),i=!0},p(o,s){t=o;const l={};s&2&&(l.disabled=t[1]),s&514&&(l.$$scope={dirty:s,ctx:t}),e.$set(l);const c={};s&2&&(c.disabled=t[1]),s&512&&(c.$$scope={dirty:s,ctx:t}),n.$set(c)},i(o){i||(f(e.$$.fragment,o),f(n.$$.fragment,o),i=!0)},o(o){g(e.$$.fragment,o),g(n.$$.fragment,o),i=!1},d(o){o&&h(r),k(e,o),k(n,o)}}}function ho(t){let e,r;return e=new Ce({props:{$$slots:{default:[po]},$$scope:{ctx:t}}}),{c(){v(e.$$.fragment)},m(n,i){y(e,n,i),r=!0},p(n,i){const o={};i&515&&(o.$$scope={dirty:i,ctx:n}),e.$set(o)},i(n){r||(f(e.$$.fragment,n),r=!0)},o(n){g(e.$$.fragment,n),r=!1},d(n){k(e,n)}}}function _o(t){let e,r,n,i,o,s,l,c,a;return r=new nt({props:{$$slots:{default:[co]},$$scope:{ctx:t}}}),i=new be({props:{$$slots:{default:[ao]},$$scope:{ctx:t}}}),s=new tt({props:{$$slots:{default:[ho]},$$scope:{ctx:t}}}),{c(){e=w("form"),v(r.$$.fragment),n=Q(),v(i.$$.fragment),o=Q(),v(s.$$.fragment),b(e,"class","svelte-favd20")},m(u,d){_(u,e,d),y(r,e,null),M(e,n),y(i,e,null),M(e,o),y(s,e,null),l=!0,c||(a=ye(e,"submit",dt(t[5])),c=!0)},p(u,[d]){const A={};d&512&&(A.$$scope={dirty:d,ctx:u}),r.$set(A);const I={};d&540&&(I.$$scope={dirty:d,ctx:u}),i.$set(I);const P={};d&515&&(P.$$scope={dirty:d,ctx:u}),s.$set(P)},i(u){l||(f(r.$$.fragment,u),f(i.$$.fragment,u),f(s.$$.fragment,u),l=!0)},o(u){g(r.$$.fragment,u),g(i.$$.fragment,u),g(s.$$.fragment,u),l=!1},d(u){u&&h(e),k(r),k(i),k(s),c=!1,a()}}}function Ao(t,e,r){let n,i,o,{onContinue:s}=e,{onClose:l}=e,{processing:c}=e,{lastError:a}=e;const u=async()=>{const A=oo(n);A?r(2,i=A):s({email:n})};kn(async()=>{r(2,i=(a==null?void 0:a.message)??"")});function d(){n=this.value,r(3,n)}return t.$$set=A=>{"onContinue"in A&&r(6,s=A.onContinue),"onClose"in A&&r(0,l=A.onClose),"processing"in A&&r(1,c=A.processing),"lastError"in A&&r(7,a=A.lastError)},t.$$.update=()=>{t.$$.dirty&4&&r(4,o=i?"error":"")},r(3,n=""),r(2,i=""),[l,c,i,n,o,u,s,a,d]}class bo extends U{constructor(e){super(),N(this,e,Ao,_o,B,{onContinue:6,onClose:0,processing:1,lastError:7},lo)}}function Eo(t){T(t,"svelte-17tslso",".rcb-modal-backdrop.svelte-17tslso{position:fixed;top:0;left:0;right:0;min-width:100%;width:100vw;width:100dvw;min-height:100%;height:100vh;height:100dvh;background-color:rgba(40, 40, 40, 0.75);display:flex;flex-direction:column;justify-content:space-around;z-index:1000001}")}function Io(t){let e,r;const n=t[1].default,i=F(n,t,t[0],null);return{c(){e=w("div"),i&&i.c(),b(e,"class","rcb-modal-backdrop svelte-17tslso")},m(o,s){_(o,e,s),i&&i.m(e,null),r=!0},p(o,[s]){i&&i.p&&(!r||s&1)&&q(i,n,o,o[0],r?j(n,o[0],s,null):ee(o[0]),null)},i(o){r||(f(i,o),r=!0)},o(o){g(i,o),r=!1},d(o){o&&h(e),i&&i.d(o)}}}function wo(t,e,r){let{$$slots:n={},$$scope:i}=e;return t.$$set=o=>{"$$scope"in o&&r(0,i=o.$$scope)},[i,n]}class yo extends U{constructor(e){super(),N(this,e,wo,Io,B,{},Eo)}}function ko(t){T(t,"svelte-z3twhy",".rcb-modal-container.svelte-z3twhy{width:100%}.rcb-modal-main.svelte-z3twhy{box-sizing:border-box;border-radius:16px;background-color:var(--rc-color-white);color:var(--rc-color-grey-text-dark);min-height:460px;padding:40px;flex-direction:column;display:flex}.rcb-modal-dark.svelte-z3twhy{background-color:var(--rc-color-grey-text-dark);color:var(--rc-color-white);min-height:0px}@media screen and (max-width: 960px){.rcb-modal-container.svelte-z3twhy{width:calc(100% - 32px);min-width:300px;max-width:640px;margin:auto}.rcb-modal-main.svelte-z3twhy,.rcb-modal-dark.svelte-z3twhy{min-width:300px;max-width:640px;padding:32px}}")}function vo(t){let e,r,n,i;const o=t[2].default,s=F(o,t,t[1],null);return{c(){e=w("div"),r=w("main"),s&&s.c(),b(r,"class",n=J(`rcb-modal-main ${t[0]?"rcb-modal-dark":""}`)+" svelte-z3twhy"),b(e,"class","rcb-modal-container svelte-z3twhy")},m(l,c){_(l,e,c),M(e,r),s&&s.m(r,null),i=!0},p(l,[c]){s&&s.p&&(!i||c&2)&&q(s,o,l,l[1],i?j(o,l[1],c,null):ee(l[1]),null),(!i||c&1&&n!==(n=J(`rcb-modal-main ${l[0]?"rcb-modal-dark":""}`)+" svelte-z3twhy"))&&b(r,"class",n)},i(l){i||(f(s,l),i=!0)},o(l){g(s,l),i=!1},d(l){l&&h(e),s&&s.d(l)}}}function $o(t,e,r){let{$$slots:n={},$$scope:i}=e,{dark:o=!1}=e;return t.$$set=s=>{"dark"in s&&r(0,o=s.dark),"$$scope"in s&&r(1,i=s.$$scope)},[o,i,n]}class Bo extends U{constructor(e){super(),N(this,e,$o,vo,B,{dark:0},ko)}}function Po(t){let e;const r=t[1].default,n=F(r,t,t[2],null);return{c(){n&&n.c()},m(i,o){n&&n.m(i,o),e=!0},p(i,o){n&&n.p&&(!e||o&4)&&q(n,r,i,i[2],e?j(r,i[2],o,null):ee(i[2]),null)},i(i){e||(f(n,i),e=!0)},o(i){g(n,i),e=!1},d(i){n&&n.d(i)}}}function Do(t){let e,r;return e=new yo({props:{$$slots:{default:[Co]},$$scope:{ctx:t}}}),{c(){v(e.$$.fragment)},m(n,i){y(e,n,i),r=!0},p(n,i){const o={};i&4&&(o.$$scope={dirty:i,ctx:n}),e.$set(o)},i(n){r||(f(e.$$.fragment,n),r=!0)},o(n){g(e.$$.fragment,n),r=!1},d(n){k(e,n)}}}function Co(t){let e;const r=t[1].default,n=F(r,t,t[2],null);return{c(){n&&n.c()},m(i,o){n&&n.m(i,o),e=!0},p(i,o){n&&n.p&&(!e||o&4)&&q(n,r,i,i[2],e?j(r,i[2],o,null):ee(i[2]),null)},i(i){e||(f(n,i),e=!0)},o(i){g(n,i),e=!1},d(i){n&&n.d(i)}}}function Mo(t){let e,r,n,i;const o=[Do,Po],s=[];function l(c,a){return c[0]?0:1}return e=l(t),r=s[e]=o[e](t),{c(){r.c(),n=ce()},m(c,a){s[e].m(c,a),_(c,n,a),i=!0},p(c,[a]){let u=e;e=l(c),e===u?s[e].p(c,a):(V(),g(s[u],1,1,()=>{s[u]=null}),W(),r=s[e],r?r.p(c,a):(r=s[e]=o[e](c),r.c()),f(r,1),r.m(n.parentNode,n))},i(c){i||(f(r),i=!0)},o(c){g(r),i=!1},d(c){c&&h(n),s[e].d(c)}}}function To(t,e,r){let{$$slots:n={},$$scope:i}=e,{condition:o=!1}=e;return t.$$set=s=>{"condition"in s&&r(0,o=s.condition),"$$scope"in s&&r(2,i=s.$$scope)},[o,n,i]}class Ro extends U{constructor(e){super(),N(this,e,To,Mo,B,{condition:0})}}const Qo=t=>({}),St=t=>({});function Oo(t){let e,r;const n=t[1].header,i=F(n,t,t[2],St),o=t[1].default,s=F(o,t,t[2],null);return{c(){i&&i.c(),e=Q(),s&&s.c()},m(l,c){i&&i.m(l,c),_(l,e,c),s&&s.m(l,c),r=!0},p(l,c){i&&i.p&&(!r||c&4)&&q(i,n,l,l[2],r?j(n,l[2],c,Qo):ee(l[2]),St),s&&s.p&&(!r||c&4)&&q(s,o,l,l[2],r?j(o,l[2],c,null):ee(l[2]),null)},i(l){r||(f(i,l),f(s,l),r=!0)},o(l){g(i,l),g(s,l),r=!1},d(l){l&&h(e),i&&i.d(l),s&&s.d(l)}}}function No(t){let e,r;return e=new Bo({props:{dark:t[0],$$slots:{default:[Oo]},$$scope:{ctx:t}}}),{c(){v(e.$$.fragment)},m(n,i){y(e,n,i),r=!0},p(n,[i]){const o={};i&1&&(o.dark=n[0]),i&4&&(o.$$scope={dirty:i,ctx:n}),e.$set(o)},i(n){r||(f(e.$$.fragment,n),r=!0)},o(n){g(e.$$.fragment,n),r=!1},d(n){k(e,n)}}}function Uo(t,e,r){let{$$slots:n={},$$scope:i}=e,{dark:o=!1}=e;return t.$$set=s=>{"dark"in s&&r(0,o=s.dark),"$$scope"in s&&r(2,i=s.$$scope)},[o,n,i]}class Lt extends U{constructor(e){super(),N(this,e,Uo,No,B,{dark:0})}}const So="data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20opacity='0.5'%20clip-path='url(%23clip0_344_3390)'%3e%3cpath%20d='M7%2018C5.9%2018%205.01%2018.9%205.01%2020C5.01%2021.1%205.9%2022%207%2022C8.1%2022%209%2021.1%209%2020C9%2018.9%208.1%2018%207%2018ZM1%202V4H3L6.6%2011.59L5.25%2014.04C5.09%2014.32%205%2014.65%205%2015C5%2016.1%205.9%2017%207%2017H19V15H7.42C7.28%2015%207.17%2014.89%207.17%2014.75L7.2%2014.63L8.1%2013H15.55C16.3%2013%2016.96%2012.59%2017.3%2011.97L20.88%205.48C20.96%205.34%2021%205.17%2021%205C21%204.45%2020.55%204%2020%204H5.21L4.27%202H1ZM17%2018C15.9%2018%2015.01%2018.9%2015.01%2020C15.01%2021.1%2015.9%2022%2017%2022C18.1%2022%2019%2021.1%2019%2020C19%2018.9%2018.1%2018%2017%2018Z'%20fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_344_3390'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e";function Lo(t){let e,r;return{c(){e=w("img"),Z(e.src,r=So)||b(e,"src",r),b(e,"alt","icon"),b(e,"class","rcb-ui-asset-icon")},m(n,i){_(n,e,i)},p,i:p,o:p,d(n){n&&h(e)}}}class Fo extends U{constructor(e){super(),N(this,e,null,Lo,B,{})}}function xo(t){T(t,"svelte-1rhrjxe","div.svelte-1rhrjxe{background-color:var(--rc-color-warning);color:var(--rc-color-grey-text-dark);font-size:10px;font-weight:bold;text-transform:uppercase;padding:4px 10px;line-height:10px;border-radius:9px;margin:0px;margin-left:16px}")}function Go(t){let e;return{c(){e=w("div"),e.textContent="Sandbox",b(e,"class","svelte-1rhrjxe")},m(r,n){_(r,e,n)},p,i:p,o:p,d(r){r&&h(e)}}}class Yo extends U{constructor(e){super(),N(this,e,null,Go,B,{},xo)}}function Ho(t){T(t,"svelte-17btec4",`.rcb-ui-container.svelte-17btec4{color-scheme:none;font-size:16px;line-height:1.5em;font-weight:400;font-family:-apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu,
|
|
7
|
+
Cantarell, "Open Sans", "Helvetica Neue", sans-serif}.rcb-ui-layout.svelte-17btec4{width:100vw;width:100 dvw;margin-right:auto;display:flex;justify-content:center;align-items:flex-start;position:relative;padding:0px 80px;box-sizing:border-box}.rcb-ui-aside.svelte-17btec4{margin-right:16px;flex:320px 1 0;max-width:480px}.rcb-ui-main.svelte-17btec4{flex:480px 1 0;max-width:640px}@media screen and (max-width: 960px){.rcb-ui-layout.svelte-17btec4{flex-direction:column;align-items:center;justify-content:center;height:100%;min-width:100%}.rcb-ui-aside.svelte-17btec4{margin-right:0;margin-bottom:16px;min-width:100%;display:flex;flex-direction:column;align-items:center;flex:none;max-width:none}.rcb-ui-main.svelte-17btec4{flex:none;max-width:none;min-width:100%}}@media screen and (max-width: 960px) and (max-height: 960px){.rcb-ui-layout.svelte-17btec4{overflow-y:scroll;justify-content:flex-start;padding:16px 0px}}`)}function Ft(t){let e,r,n;return r=new Lt({props:{dark:!0,$$slots:{header:[Vo],default:[Ko]},$$scope:{ctx:t}}}),{c(){e=w("div"),v(r.$$.fragment),b(e,"class","rcb-ui-aside svelte-17btec4")},m(i,o){_(i,e,o),y(r,e,null),n=!0},p(i,o){const s={};o&33554446&&(s.$$scope={dirty:o,ctx:i}),r.$set(s)},i(i){n||(f(r.$$.fragment,i),n=!0)},o(i){g(r.$$.fragment,i),n=!1},d(i){i&&h(e),k(r)}}}function xt(t){let e,r;return e=new It({props:{productDetails:t[3],purchaseOption:t[8]}}),{c(){v(e.$$.fragment)},m(n,i){y(e,n,i),r=!0},p(n,i){const o={};i&8&&(o.productDetails=n[3]),e.$set(o)},i(n){r||(f(e.$$.fragment,n),r=!0)},o(n){g(e.$$.fragment,n),r=!1},d(n){k(e,n)}}}function Ko(t){let e,r,n=t[3]&&t[8]&&xt(t);return{c(){n&&n.c(),e=ce()},m(i,o){n&&n.m(i,o),_(i,e,o),r=!0},p(i,o){i[3]&&i[8]?n?(n.p(i,o),o&8&&f(n,1)):(n=xt(i),n.c(),f(n,1),n.m(e.parentNode,e)):n&&(V(),g(n,1,1,()=>{n=null}),W())},i(i){r||(f(n),r=!0)},o(i){g(n),r=!1},d(i){i&&h(e),n&&n.d(i)}}}function jo(t){let e,r;return e=new Fo({}),{c(){v(e.$$.fragment)},m(n,i){y(e,n,i),r=!0},i(n){r||(f(e.$$.fragment,n),r=!0)},o(n){g(e.$$.fragment,n),r=!1},d(n){k(e,n)}}}function qo(t){let e,r;return e=new Yo({}),{c(){v(e.$$.fragment)},m(n,i){y(e,n,i),r=!0},i(n){r||(f(e.$$.fragment,n),r=!0)},o(n){g(e.$$.fragment,n),r=!1},d(n){k(e,n)}}}function Jo(t){let e,r,n,i,o,s,l;e=new $t({props:{brandingInfo:t[1]}});const c=[qo,jo],a=[];function u(d,A){return A&4&&(n=null),n==null&&(n=!!d[2].isSandbox()),n?0:1}return i=u(t,-1),o=a[i]=c[i](t),{c(){v(e.$$.fragment),r=Q(),o.c(),s=ce()},m(d,A){y(e,d,A),_(d,r,A),a[i].m(d,A),_(d,s,A),l=!0},p(d,A){const I={};A&2&&(I.brandingInfo=d[1]),e.$set(I);let P=i;i=u(d,A),i!==P&&(V(),g(a[P],1,1,()=>{a[P]=null}),W(),o=a[i],o||(o=a[i]=c[i](d),o.c()),f(o,1),o.m(s.parentNode,s))},i(d){l||(f(e.$$.fragment,d),f(o),l=!0)},o(d){g(e.$$.fragment,d),g(o),l=!1},d(d){d&&(h(r),h(s)),k(e,d),a[i].d(d)}}}function Vo(t){let e,r;return e=new nt({props:{slot:"header",$$slots:{default:[Jo]},$$scope:{ctx:t}}}),{c(){v(e.$$.fragment)},m(n,i){y(e,n,i),r=!0},p(n,i){const o={};i&33554438&&(o.$$scope={dirty:i,ctx:n}),e.$set(o)},i(n){r||(f(e.$$.fragment,n),r=!0)},o(n){g(e.$$.fragment,n),r=!1},d(n){k(e,n)}}}function Gt(t){let e,r;return e=new It({props:{productDetails:t[3],purchaseOption:t[8]}}),{c(){v(e.$$.fragment)},m(n,i){y(e,n,i),r=!0},p(n,i){const o={};i&8&&(o.productDetails=n[3]),e.$set(o)},i(n){r||(f(e.$$.fragment,n),r=!0)},o(n){g(e.$$.fragment,n),r=!1},d(n){k(e,n)}}}function Yt(t){let e,r;return e=new et({}),{c(){v(e.$$.fragment)},m(n,i){y(e,n,i),r=!0},i(n){r||(f(e.$$.fragment,n),r=!0)},o(n){g(e.$$.fragment,n),r=!1},d(n){k(e,n)}}}function Ht(t){let e,r;return e=new bo({props:{onContinue:t[11],onClose:t[10],processing:t[6]==="processing-auth-info",lastError:t[5]}}),{c(){v(e.$$.fragment)},m(n,i){y(e,n,i),r=!0},p(n,i){const o={};i&64&&(o.processing=n[6]==="processing-auth-info"),i&32&&(o.lastError=n[5]),e.$set(o)},i(n){r||(f(e.$$.fragment,n),r=!0)},o(n){g(e.$$.fragment,n),r=!1},d(n){k(e,n)}}}function Kt(t){let e,r;return e=new io({props:{paymentInfoCollectionMetadata:t[4],onContinue:t[11],onClose:t[10],onError:t[12],processing:t[6]==="polling-purchase-status",productDetails:t[3],purchaseOptionToUse:t[8]}}),{c(){v(e.$$.fragment)},m(n,i){y(e,n,i),r=!0},p(n,i){const o={};i&16&&(o.paymentInfoCollectionMetadata=n[4]),i&64&&(o.processing=n[6]==="polling-purchase-status"),i&8&&(o.productDetails=n[3]),e.$set(o)},i(n){r||(f(e.$$.fragment,n),r=!0)},o(n){g(e.$$.fragment,n),r=!1},d(n){k(e,n)}}}function jt(t){let e,r;return e=new et({}),{c(){v(e.$$.fragment)},m(n,i){y(e,n,i),r=!0},i(n){r||(f(e.$$.fragment,n),r=!0)},o(n){g(e.$$.fragment,n),r=!1},d(n){k(e,n)}}}function qt(t){var n;let e,r;return e=new si({props:{brandingInfo:t[1],lastError:t[5]??new X(ne.UnknownError,"Unknown error without state set."),supportEmail:(n=t[1])==null?void 0:n.seller_company_support_email,onContinue:t[13]}}),{c(){v(e.$$.fragment)},m(i,o){y(e,i,o),r=!0},p(i,o){var l;const s={};o&2&&(s.brandingInfo=i[1]),o&32&&(s.lastError=i[5]??new X(ne.UnknownError,"Unknown error without state set.")),o&2&&(s.supportEmail=(l=i[1])==null?void 0:l.seller_company_support_email),e.$set(s)},i(i){r||(f(e.$$.fragment,i),r=!0)},o(i){g(e.$$.fragment,i),r=!1},d(i){k(e,i)}}}function Jt(t){let e,r;return e=new hi({props:{productDetails:t[3],brandingInfo:t[1],onContinue:t[11]}}),{c(){v(e.$$.fragment)},m(n,i){y(e,n,i),r=!0},p(n,i){const o={};i&8&&(o.productDetails=n[3]),i&2&&(o.brandingInfo=n[1]),e.$set(o)},i(n){r||(f(e.$$.fragment,n),r=!0)},o(n){g(e.$$.fragment,n),r=!1},d(n){k(e,n)}}}function Wo(t){let e,r,n,i,o,s,l,c,a=t[6]==="present-offer"&&t[3]&&t[8]&&Gt(t),u=t[6]==="present-offer"&&!t[3]&&Yt(),d=(t[6]==="needs-auth-info"||t[6]==="processing-auth-info")&&Ht(t),A=t[4]&&(t[6]==="needs-payment-info"||t[6]==="polling-purchase-status")&&t[3]&&t[8]&&Kt(t),I=t[6]==="loading"&&jt(),P=t[6]==="error"&&qt(t),S=t[6]==="success"&&Jt(t);return{c(){a&&a.c(),e=Q(),u&&u.c(),r=Q(),d&&d.c(),n=Q(),A&&A.c(),i=Q(),I&&I.c(),o=Q(),P&&P.c(),s=Q(),S&&S.c(),l=ce()},m(m,$){a&&a.m(m,$),_(m,e,$),u&&u.m(m,$),_(m,r,$),d&&d.m(m,$),_(m,n,$),A&&A.m(m,$),_(m,i,$),I&&I.m(m,$),_(m,o,$),P&&P.m(m,$),_(m,s,$),S&&S.m(m,$),_(m,l,$),c=!0},p(m,$){m[6]==="present-offer"&&m[3]&&m[8]?a?(a.p(m,$),$&72&&f(a,1)):(a=Gt(m),a.c(),f(a,1),a.m(e.parentNode,e)):a&&(V(),g(a,1,1,()=>{a=null}),W()),m[6]==="present-offer"&&!m[3]?u?$&72&&f(u,1):(u=Yt(),u.c(),f(u,1),u.m(r.parentNode,r)):u&&(V(),g(u,1,1,()=>{u=null}),W()),m[6]==="needs-auth-info"||m[6]==="processing-auth-info"?d?(d.p(m,$),$&64&&f(d,1)):(d=Ht(m),d.c(),f(d,1),d.m(n.parentNode,n)):d&&(V(),g(d,1,1,()=>{d=null}),W()),m[4]&&(m[6]==="needs-payment-info"||m[6]==="polling-purchase-status")&&m[3]&&m[8]?A?(A.p(m,$),$&88&&f(A,1)):(A=Kt(m),A.c(),f(A,1),A.m(i.parentNode,i)):A&&(V(),g(A,1,1,()=>{A=null}),W()),m[6]==="loading"?I?$&64&&f(I,1):(I=jt(),I.c(),f(I,1),I.m(o.parentNode,o)):I&&(V(),g(I,1,1,()=>{I=null}),W()),m[6]==="error"?P?(P.p(m,$),$&64&&f(P,1)):(P=qt(m),P.c(),f(P,1),P.m(s.parentNode,s)):P&&(V(),g(P,1,1,()=>{P=null}),W()),m[6]==="success"?S?(S.p(m,$),$&64&&f(S,1)):(S=Jt(m),S.c(),f(S,1),S.m(l.parentNode,l)):S&&(V(),g(S,1,1,()=>{S=null}),W())},i(m){c||(f(a),f(u),f(d),f(A),f(I),f(P),f(S),c=!0)},o(m){g(a),g(u),g(d),g(A),g(I),g(P),g(S),c=!1},d(m){m&&(h(e),h(r),h(n),h(i),h(o),h(s),h(l)),a&&a.d(m),u&&u.d(m),d&&d.d(m),A&&A.d(m),I&&I.d(m),P&&P.d(m),S&&S.d(m)}}}function zo(t){let e,r=t[9].includes(t[6]),n,i,o,s,l=r&&Ft(t);return o=new Lt({props:{$$slots:{default:[Wo]},$$scope:{ctx:t}}}),{c(){e=w("div"),l&&l.c(),n=Q(),i=w("div"),v(o.$$.fragment),b(i,"class","rcb-ui-main svelte-17btec4"),b(e,"class","rcb-ui-layout svelte-17btec4"),b(e,"style",t[7])},m(c,a){_(c,e,a),l&&l.m(e,null),M(e,n),M(e,i),y(o,i,null),s=!0},p(c,a){a&64&&(r=c[9].includes(c[6])),r?l?(l.p(c,a),a&64&&f(l,1)):(l=Ft(c),l.c(),f(l,1),l.m(e,n)):l&&(V(),g(l,1,1,()=>{l=null}),W());const u={};a&33554554&&(u.$$scope={dirty:a,ctx:c}),o.$set(u)},i(c){s||(f(l),f(o.$$.fragment,c),s=!0)},o(c){g(l),g(o.$$.fragment,c),s=!1},d(c){c&&h(e),l&&l.d(),k(o)}}}function Xo(t){let e,r,n;return r=new Ro({props:{condition:t[0],$$slots:{default:[zo]},$$scope:{ctx:t}}}),{c(){e=w("div"),v(r.$$.fragment),b(e,"class","rcb-ui-container svelte-17btec4")},m(i,o){_(i,e,o),y(r,e,null),n=!0},p(i,[o]){const s={};o&1&&(s.condition=i[0]),o&33554558&&(s.$$scope={dirty:o,ctx:i}),r.$set(s)},i(i){n||(f(r.$$.fragment,i),n=!0)},o(i){g(r.$$.fragment,i),n=!1},d(i){i&&h(e),k(r)}}}function Zo(t,e,r){let{asModal:n=!0}=e,{customerEmail:i}=e,{appUserId:o}=e,{rcPackage:s}=e,{purchaseOption:l}=e,{brandingInfo:c}=e,{onFinished:a}=e,{onError:u}=e,{onClose:d}=e,{purchases:A}=e,{purchaseOperationHelper:I}=e;const P=Object.entries(Re).map(([D,ct])=>`--rc-color-${D}: ${ct}`).join("; ");let S=null,m=null,$=null;const le=s.rcBillingProduct.identifier??null,O=s.rcBillingProduct.defaultPurchaseOption,on=l||O;let K="present-offer";const Ts=["present-offer","needs-auth-info","processing-auth-info","needs-payment-info","polling-purchase-status","loading"];Ue(async()=>{if(r(3,S=s.rcBillingProduct),K==="present-offer"){i?sn():r(6,K="needs-auth-info");return}});const Rs=()=>{d()},sn=()=>{if(le===null){Qe(new X(ne.ErrorSettingUpPurchase,"Product ID was not set before purchase."));return}else K==="present-offer"&&r(6,K="loading");if(!i){Qe(new X(ne.MissingEmailError));return}I.startPurchase(o,le,on,i,s.rcBillingProduct.presentedOfferingContext).then(D=>{if(D.next_action==="collect_payment_info"){r(5,$=null),r(6,K="needs-payment-info"),r(4,m=D);return}if(D.next_action==="completed"){r(5,$=null),r(6,K="success");return}}).catch(D=>{Qe(D)})},Qs=D=>{if(K==="needs-auth-info"){D&&(r(14,i=D.email),r(6,K="processing-auth-info")),sn();return}if(K==="needs-payment-info"){r(6,K="polling-purchase-status"),I.pollCurrentPurchaseForCompletion().then(()=>{r(6,K="success")}).catch(ct=>{Qe(ct)});return}if(K==="success"||K==="error"){a();return}r(6,K="success")},Qe=D=>{if(K==="processing-auth-info"&&D.isRecoverable()){r(5,$=D),r(6,K="needs-auth-info");return}r(5,$=D),r(6,K="error")},Os=()=>{u($??new X(ne.UnknownError,"Unknown error without state set."))};return t.$$set=D=>{"asModal"in D&&r(0,n=D.asModal),"customerEmail"in D&&r(14,i=D.customerEmail),"appUserId"in D&&r(15,o=D.appUserId),"rcPackage"in D&&r(16,s=D.rcPackage),"purchaseOption"in D&&r(17,l=D.purchaseOption),"brandingInfo"in D&&r(1,c=D.brandingInfo),"onFinished"in D&&r(18,a=D.onFinished),"onError"in D&&r(19,u=D.onError),"onClose"in D&&r(20,d=D.onClose),"purchases"in D&&r(2,A=D.purchases),"purchaseOperationHelper"in D&&r(21,I=D.purchaseOperationHelper)},[n,c,A,S,m,$,K,P,on,Ts,Rs,Qs,Qe,Os,i,o,s,l,a,u,d,I]}class es extends U{constructor(e){super(),N(this,e,Zo,Xo,B,{asModal:0,customerEmail:14,appUserId:15,rcPackage:16,purchaseOption:17,brandingInfo:1,onFinished:18,onError:19,onClose:20,purchases:2,purchaseOperationHelper:21},Ho)}}function ts(t){return t.expires_date==null?!0:new Date(t.expires_date)>new Date}function ns(t,e,r,n){const i=e.product_identifier;if(i in r)return rs(t,e,r[i]);if(i in n)return is(t,e,n[i]);throw new z(te.CustomerInfoError,"Could not find entitlement product in subscriptions or non-subscriptions.")}function rs(t,e,r){return{identifier:t,isActive:ts(e),willRenew:ls(e,r),store:(r==null?void 0:r.store)??"unknown",latestPurchaseDate:new Date(e.purchase_date),originalPurchaseDate:new Date(e.purchase_date),expirationDate:Ke(e.expires_date),productIdentifier:e.product_identifier,unsubscribeDetectedAt:Ke(r==null?void 0:r.unsubscribe_detected_at),billingIssueDetectedAt:Ke(r==null?void 0:r.billing_issues_detected_at),isSandbox:(r==null?void 0:r.is_sandbox)??!1,periodType:(r==null?void 0:r.period_type)??"normal"}}function is(t,e,r){return{identifier:t,isActive:!0,willRenew:!1,store:r.store,latestPurchaseDate:new Date(e.purchase_date),originalPurchaseDate:new Date(r.original_purchase_date),expirationDate:null,productIdentifier:e.product_identifier,unsubscribeDetectedAt:null,billingIssueDetectedAt:null,isSandbox:r.is_sandbox,periodType:"normal"}}function os(t,e,r){const n={},i={};for(const o in t){const s=ns(o,t[o],e,r);n[o]=s,s.isActive&&(i[o]=s)}return{all:n,active:i}}function Ke(t){return t==null?null:new Date(t)}function ss(t){const e=as(t),r=t.subscriber,n=fs(r.non_subscriptions);return{entitlements:os(r.entitlements,r.subscriptions,n),allExpirationDatesByProduct:e,allPurchaseDatesByProduct:cs(t,n),activeSubscriptions:us(e),managementURL:r.management_url,requestDate:new Date(t.request_date),firstSeenDate:new Date(r.first_seen),originalPurchaseDate:Ke(r.original_purchase_date),originalAppUserId:t.subscriber.original_app_user_id}}function ls(t,e){if(e==null)return!1;const r=e.store=="promotional",n=t.expires_date==null,i=e.unsubscribe_detected_at!=null,o=e.billing_issues_detected_at!=null;return!(r||n||i||o)}function cs(t,e){const r={};for(const n in t.subscriber.subscriptions){const i=t.subscriber.subscriptions[n];r[n]=new Date(i.purchase_date)}for(const n in e){const i=e[n].purchase_date;i==null?r[n]=null:r[n]=new Date(i)}return r}function as(t){const e={};for(const r in t.subscriber.subscriptions){const n=t.subscriber.subscriptions[r];n.expires_date==null?e[r]=null:e[r]=new Date(n.expires_date)}return e}function us(t){const e=new Set,r=new Date;for(const n in t){const i=t[n];(i==null||i>r)&&e.add(n)}return e}function fs(t){const e={};for(const r in t){if(t[r].length===0)continue;const n=t[r].length;e[r]=t[r][n-1]}return e}const ds="0.9.0",gs="https://api.revenuecat.com";var je;(function(t){t[t.CONTINUE=100]="CONTINUE",t[t.SWITCHING_PROTOCOLS=101]="SWITCHING_PROTOCOLS",t[t.PROCESSING=102]="PROCESSING",t[t.EARLY_HINTS=103]="EARLY_HINTS",t[t.OK=200]="OK",t[t.CREATED=201]="CREATED",t[t.ACCEPTED=202]="ACCEPTED",t[t.NON_AUTHORITATIVE_INFORMATION=203]="NON_AUTHORITATIVE_INFORMATION",t[t.NO_CONTENT=204]="NO_CONTENT",t[t.RESET_CONTENT=205]="RESET_CONTENT",t[t.PARTIAL_CONTENT=206]="PARTIAL_CONTENT",t[t.MULTI_STATUS=207]="MULTI_STATUS",t[t.MULTIPLE_CHOICES=300]="MULTIPLE_CHOICES",t[t.MOVED_PERMANENTLY=301]="MOVED_PERMANENTLY",t[t.MOVED_TEMPORARILY=302]="MOVED_TEMPORARILY",t[t.SEE_OTHER=303]="SEE_OTHER",t[t.NOT_MODIFIED=304]="NOT_MODIFIED",t[t.USE_PROXY=305]="USE_PROXY",t[t.TEMPORARY_REDIRECT=307]="TEMPORARY_REDIRECT",t[t.PERMANENT_REDIRECT=308]="PERMANENT_REDIRECT",t[t.BAD_REQUEST=400]="BAD_REQUEST",t[t.UNAUTHORIZED=401]="UNAUTHORIZED",t[t.PAYMENT_REQUIRED=402]="PAYMENT_REQUIRED",t[t.FORBIDDEN=403]="FORBIDDEN",t[t.NOT_FOUND=404]="NOT_FOUND",t[t.METHOD_NOT_ALLOWED=405]="METHOD_NOT_ALLOWED",t[t.NOT_ACCEPTABLE=406]="NOT_ACCEPTABLE",t[t.PROXY_AUTHENTICATION_REQUIRED=407]="PROXY_AUTHENTICATION_REQUIRED",t[t.REQUEST_TIMEOUT=408]="REQUEST_TIMEOUT",t[t.CONFLICT=409]="CONFLICT",t[t.GONE=410]="GONE",t[t.LENGTH_REQUIRED=411]="LENGTH_REQUIRED",t[t.PRECONDITION_FAILED=412]="PRECONDITION_FAILED",t[t.REQUEST_TOO_LONG=413]="REQUEST_TOO_LONG",t[t.REQUEST_URI_TOO_LONG=414]="REQUEST_URI_TOO_LONG",t[t.UNSUPPORTED_MEDIA_TYPE=415]="UNSUPPORTED_MEDIA_TYPE",t[t.REQUESTED_RANGE_NOT_SATISFIABLE=416]="REQUESTED_RANGE_NOT_SATISFIABLE",t[t.EXPECTATION_FAILED=417]="EXPECTATION_FAILED",t[t.IM_A_TEAPOT=418]="IM_A_TEAPOT",t[t.INSUFFICIENT_SPACE_ON_RESOURCE=419]="INSUFFICIENT_SPACE_ON_RESOURCE",t[t.METHOD_FAILURE=420]="METHOD_FAILURE",t[t.MISDIRECTED_REQUEST=421]="MISDIRECTED_REQUEST",t[t.UNPROCESSABLE_ENTITY=422]="UNPROCESSABLE_ENTITY",t[t.LOCKED=423]="LOCKED",t[t.FAILED_DEPENDENCY=424]="FAILED_DEPENDENCY",t[t.UPGRADE_REQUIRED=426]="UPGRADE_REQUIRED",t[t.PRECONDITION_REQUIRED=428]="PRECONDITION_REQUIRED",t[t.TOO_MANY_REQUESTS=429]="TOO_MANY_REQUESTS",t[t.REQUEST_HEADER_FIELDS_TOO_LARGE=431]="REQUEST_HEADER_FIELDS_TOO_LARGE",t[t.UNAVAILABLE_FOR_LEGAL_REASONS=451]="UNAVAILABLE_FOR_LEGAL_REASONS",t[t.INTERNAL_SERVER_ERROR=500]="INTERNAL_SERVER_ERROR",t[t.NOT_IMPLEMENTED=501]="NOT_IMPLEMENTED",t[t.BAD_GATEWAY=502]="BAD_GATEWAY",t[t.SERVICE_UNAVAILABLE=503]="SERVICE_UNAVAILABLE",t[t.GATEWAY_TIMEOUT=504]="GATEWAY_TIMEOUT",t[t.HTTP_VERSION_NOT_SUPPORTED=505]="HTTP_VERSION_NOT_SUPPORTED",t[t.INSUFFICIENT_STORAGE=507]="INSUFFICIENT_STORAGE",t[t.NETWORK_AUTHENTICATION_REQUIRED=511]="NETWORK_AUTHENTICATION_REQUIRED"})(je||(je={}));function rt(t){return t?t.startsWith("rcb_sb_"):!1}async function Ee(t,e){const{apiKey:r,body:n,headers:i,httpConfig:o}=e,l=`${(o==null?void 0:o.proxyURL)??gs}${t.urlPath()}`;try{const c=await fetch(l,{method:t.method,headers:_s(r,i,o==null?void 0:o.additionalHeaders),body:ps(n)});return await ms(c,t),await c.json()}catch(c){throw c instanceof TypeError?new z(te.NetworkError,Be.getPublicMessage(te.NetworkError),c.message):c}}async function ms(t,e){const r=t.status;if(r>=je.INTERNAL_SERVER_ERROR)it(e,r,await t.text());else if(r>=je.BAD_REQUEST){const n=await t.json(),i=n?JSON.stringify(n):null,o=n==null?void 0:n.code,s=n==null?void 0:n.message;if(o!=null){const l=Be.convertCodeToBackendErrorCode(o);if(l==null)it(e,r,i,o);else throw z.getForBackendError(l,s)}else it(e,r,i)}}function it(t,e,r,n){throw new z(te.UnknownBackendError,"Unknown backend error.",`Request: ${t.name}. Status code: ${e}. Body: ${r}.`,{backendErrorCode:n})}function ps(t){return t==null?null:JSON.stringify(t)}const Vt="Authorization",Wt="Content-Type",zt="Accept",Xt="X-Platform",Zt="X-Version",en="X-Is-Sandbox",hs=new Set([Vt,Wt,zt,Xt,Zt,en]);function _s(t,e,r){let n={[Vt]:`Bearer ${t}`,[Wt]:"application/json",[zt]:"application/json",[Xt]:"web",[Zt]:ds,[en]:`${rt(t)}`};return e&&(n={...n,...e}),r&&(n={...r,...n}),n}const tn="/v1/subscribers",qe="/rcbilling/v1";class As{constructor(e){C(this,"appUserId");C(this,"method","GET");C(this,"name","getOfferings");this.appUserId=e}urlPath(){const e=encodeURIComponent(this.appUserId);return`${tn}/${e}/offerings`}}class bs{constructor(){C(this,"method","POST");C(this,"name","purchase")}urlPath(){return`${qe}/purchase`}}class Es{constructor(e,r,n){C(this,"method","GET");C(this,"name","getProducts");C(this,"appUserId");C(this,"productIds");C(this,"currency");this.appUserId=e,this.productIds=r,this.currency=n}urlPath(){const e=encodeURIComponent(this.appUserId),r=this.productIds.map(encodeURIComponent).join("&id="),n=this.currency?`¤cy=${this.currency}`:"";return`${qe}/subscribers/${e}/products?id=${r}${n}`}}class Is{constructor(e){C(this,"method","GET");C(this,"name","getCustomerInfo");C(this,"appUserId");this.appUserId=e}urlPath(){const e=encodeURIComponent(this.appUserId);return`${tn}/${e}`}}class ws{constructor(){C(this,"method","GET");C(this,"name","getBrandingInfo")}urlPath(){return`${qe}/branding`}}class ys{constructor(e){C(this,"method","GET");C(this,"name","getCheckoutStatus");C(this,"operationSessionId");this.operationSessionId=e}urlPath(){return`${qe}/checkout/${this.operationSessionId}`}}const ot={};class ks{constructor(e,r=ot){C(this,"API_KEY");C(this,"httpConfig");this.API_KEY=e,this.httpConfig=r}async getOfferings(e){return await Ee(new As(e),{apiKey:this.API_KEY,httpConfig:this.httpConfig})}async getCustomerInfo(e){return await Ee(new Is(e),{apiKey:this.API_KEY,httpConfig:this.httpConfig})}async getProducts(e,r,n){return await Ee(new Es(e,r,n),{apiKey:this.API_KEY,httpConfig:this.httpConfig})}async getBrandingInfo(){return await Ee(new ws,{apiKey:this.API_KEY,httpConfig:this.httpConfig})}async postPurchase(e,r,n,i,o){const s={app_user_id:e,product_id:r,email:n,price_id:o.priceId,presented_offering_identifier:i.offeringIdentifier};return o.id!=="base_option"&&(s.offer_id=o.id),i.targetingContext&&(s.applied_targeting_rule={rule_id:i.targetingContext.ruleId,revision:i.targetingContext.revision}),i.placementIdentifier&&(s.presented_placement_identifier=i.placementIdentifier),await Ee(new bs,{apiKey:this.API_KEY,body:s,httpConfig:this.httpConfig})}async getCheckoutStatus(e){return await Ee(new ys(e),{apiKey:this.API_KEY,httpConfig:this.httpConfig})}}function vs(t){if(!/^rcb_[a-zA-Z0-9_.-]+$/.test(t))throw new z(te.InvalidCredentialsError,"Invalid API key. Use your RevenueCat Billing API key.")}function $s(t){if(new Set(["no_user","null","none","nil","(null)","NaN","\\x00","","unidentified","undefined","unknown"]).has(t)||t.includes("/"))throw new z(te.InvalidAppUserIdError,'Provided user id: "'+t+'" is not valid. See https://www.revenuecat.com/docs/customers/user-ids#tips-for-setting-app-user-ids for more information.')}function Bs(t){if(t!=null&&t.endsWith("/"))throw new z(te.ConfigurationError,"Invalid proxy URL. The proxy URL should not end with a trailing slash.")}function Ps(t){if(t){for(const e in t)if(hs.has(e))throw new z(te.ConfigurationError,"Invalid additional headers. Some headers are reserved for internal use.")}}function Ds(t,e){async function r(...n){return await this.preload(),await t.call(this,...n)}return r}const nn=(t,e)=>({...t,rcBillingProduct:{...t.rcBillingProduct,presentedOfferingContext:{...t.rcBillingProduct.presentedOfferingContext,placementIdentifier:e}}}),ge=(t,e)=>t==null?null:nn(t,e),Cs=(t,e,r)=>{const n=t.offering_ids_by_placement??null;if(n==null)return null;const i=t.fallback_offering_id??null;let o;if(r in n){const l=n[r]??null;if(l==null)return null;o=e[l],o==null&&(o=e[i])}else o=e[i];if(o==null)return null;const s=Object.fromEntries(Object.entries(o.packagesById).map(([l,c])=>[l,nn(c,r)]));return{...o,packagesById:s,availablePackages:Object.values(s),weekly:ge(o.weekly,r),monthly:ge(o.monthly,r),twoMonth:ge(o.twoMonth,r),threeMonth:ge(o.threeMonth,r),sixMonth:ge(o.sixMonth,r),annual:ge(o.annual,r),lifetime:ge(o.lifetime,r)}};function Ms(t,e){const r={};e.product_details.forEach(o=>{r[o.identifier]=o});const n={};t.offerings.forEach(o=>{const s=o.identifier===t.current_offering_id,l=Wn(s,o,r,t.targeting);l!=null&&(n[o.identifier]=l)});const i=t.current_offering_id?n[t.current_offering_id]??null:null;return Object.keys(n).length==0&&x.debugLog("Empty offerings. Please make sure you've configured offerings correctly in the RevenueCat dashboard and that the products are properly configured."),{all:n,current:i}}rn=[Ds];const se=class se{constructor(e,r,n=ot){mn(lt,5,this);C(this,"_API_KEY");C(this,"_appUserId");C(this,"_brandingInfo",null);C(this,"_loadingResourcesPromise",null);C(this,"backend");C(this,"purchaseOperationHelper");this._API_KEY=e,this._appUserId=r,rt(e)&&x.debugLog("Initializing Purchases SDK with sandbox API Key"),this.backend=new ks(this._API_KEY,n),this.purchaseOperationHelper=new dr(this.backend)}static setLogLevel(e){x.setLogLevel(e)}static getSharedInstance(){if(se.isConfigured())return se.instance;throw new yt}static isConfigured(){return se.instance!==void 0}static configure(e,r,n=ot){return se.instance!==void 0&&x.warnLog("Purchases is already initialized. You normally should only configure Purchases once. Creating and returning new instance."),vs(e),$s(r),Bs(n.proxyURL),Ps(n.additionalHeaders),se.instance=new se(e,r,n),se.getSharedInstance()}async preload(){if(this.hasLoadedResources()){x.verboseLog("Purchases resources are loaded. Skipping.");return}if(this._loadingResourcesPromise!==null){x.verboseLog("Purchases resources are loading. Waiting."),await this._loadingResourcesPromise;return}return this._loadingResourcesPromise=this.backend.getBrandingInfo().then(e=>{this._brandingInfo=e}).catch(e=>{let r=`${e}`;e instanceof z&&(r=`${e.message}. ${e.underlyingErrorMessage?`Underlying error: ${e.underlyingErrorMessage}`:""}`),x.errorLog(`Error fetching branding info: ${r}`)}).finally(()=>{this._loadingResourcesPromise=null}),this._loadingResourcesPromise}hasLoadedResources(){return this._brandingInfo!==null}async getOfferings(e){so(e==null?void 0:e.currency);const r=this._appUserId,n=await this.backend.getOfferings(r);return await this.getAllOfferings(n,r,e)}async getCurrentOfferingForPlacement(e,r){const n=this._appUserId,i=await this.backend.getOfferings(n),o=await this.getAllOfferings(i,n,r),s=i.placements??null;return s==null?null:Cs(s,o.all,e)}async getAllOfferings(e,r,n){const i=e.offerings.flatMap(s=>s.packages).map(s=>s.platform_product_identifier),o=await this.backend.getProducts(r,i,n==null?void 0:n.currency);return this.logMissingProductIds(i,o.product_details),Ms(e,o)}async isEntitledTo(e){const r=await this.getCustomerInfo();return e in r.entitlements.active}purchasePackage(e,r,n){return this.purchase({rcPackage:e,customerEmail:r,htmlTarget:n})}purchase(e){const{rcPackage:r,purchaseOption:n,htmlTarget:i,customerEmail:o}=e;let s=i??document.getElementById("rcb-ui-root");if(s===null){const u=document.createElement("div");u.className="rcb-ui-root",document.body.appendChild(u),s=u}if(s===null)throw new Error("Could not generate a mount point for the billing widget");const l=s,c=!i,a=this._appUserId;return x.debugLog(`Presenting purchase form for package ${r.identifier}`),new Promise((u,d)=>{new es({target:l,props:{appUserId:a,rcPackage:r,purchaseOption:n,customerEmail:o,onFinished:async()=>{x.debugLog("Purchase finished"),l.innerHTML="",u({customerInfo:await this._getCustomerInfoForUserId(a)})},onClose:()=>{l.innerHTML="",x.debugLog("Purchase cancelled by user"),d(new z(te.UserCancelledError))},onError:A=>{l.innerHTML="",d(z.getForPurchasesFlowError(A))},purchases:this,brandingInfo:this._brandingInfo,purchaseOperationHelper:this.purchaseOperationHelper,asModal:c}})})}async getCustomerInfo(){return await this._getCustomerInfoForUserId(this._appUserId)}getAppUserId(){return this._appUserId}async changeUser(e){return this._appUserId=e,await this.getCustomerInfo()}logMissingProductIds(e,r){const n={};r.forEach(o=>n[o.identifier]=o);const i=[];e.forEach(o=>{n[o]===void 0&&i.push(o)}),i.length>0&&x.debugLog(`Could not find product data for product ids:
|
|
8
8
|
${i.join()}.
|
|
9
|
-
Please check that your product configuration is correct.`)}isSandbox(){return
|
|
9
|
+
Please check that your product configuration is correct.`)}isSandbox(){return rt(this._API_KEY)}close(){se.instance===this?se.instance=void 0:x.warnLog("Trying to close a Purchases instance that is not the current instance. Ignoring.")}async _getCustomerInfoForUserId(e){const r=await this.backend.getCustomerInfo(e);return ss(r)}};lt=dn(null),pn(lt,1,"purchase",rn,se),ut(lt,se),C(se,"instance");let st=se;E.ErrorCode=te,E.LogLevel=oe,E.PackageType=_t,E.ProductType=Fe,E.Purchases=st,E.PurchasesError=z,E.UninitializedPurchasesError=yt,Object.defineProperty(E,Symbol.toStringTag,{value:"Module"})});
|