@tempots/beatui 0.32.2 → 0.34.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.
Files changed (54) hide show
  1. package/README.md +9 -0
  2. package/dist/{2019-BMZkvreo.cjs → 2019-DJeW9RI7.cjs} +1 -1
  3. package/dist/{2019-BAbSTPyW.js → 2019-Dmseo7Cq.js} +2 -2
  4. package/dist/{2020-COaJ7nGc.cjs → 2020-BySxLQc5.cjs} +1 -1
  5. package/dist/{2020-BQNEk3m-.js → 2020-I1mnGGtD.js} +2 -2
  6. package/dist/auth/index.cjs.js +1 -1
  7. package/dist/auth/index.es.js +27 -27
  8. package/dist/beatui.css +95 -11
  9. package/dist/beatui.tailwind.css +95 -11
  10. package/dist/hls-B7ZdiUxL.js +21734 -0
  11. package/dist/hls-C6lKM-CG.cjs +40 -0
  12. package/dist/{index-DqeaEUPG.cjs → index-BBIdmCak.cjs} +1 -1
  13. package/dist/{index-CDOHHPwQ.js → index-BXjEbt8G.js} +2 -2
  14. package/dist/{index-1_pssujS.cjs → index-CBc0q0zl.cjs} +2 -2
  15. package/dist/{index-CFh4D56e.cjs → index-Ct2_ulan.cjs} +1 -1
  16. package/dist/{index-DfmwsIle.js → index-D-CBfcZj.js} +37 -35
  17. package/dist/{index-E76KKV9V.js → index-DbQzJti7.js} +1 -1
  18. package/dist/{index-B4irUWVb.cjs → index-HIb25Ti2.cjs} +1 -1
  19. package/dist/{index-Caetcp0r.js → index-xdCnysNz.js} +1 -1
  20. package/dist/index.cjs.js +4 -4
  21. package/dist/index.es.js +2202 -1766
  22. package/dist/json-schema/index.cjs.js +1 -1
  23. package/dist/json-schema/index.es.js +1 -1
  24. package/dist/{modal-CepbiM3u.cjs → modal-AFhB4rIq.cjs} +1 -1
  25. package/dist/{modal-eY-3j_zS.js → modal-Dm61yY5i.js} +2 -2
  26. package/dist/monaco/index.cjs.js +1 -1
  27. package/dist/monaco/index.es.js +2 -2
  28. package/dist/{notice-Ct8ZHvwq.js → notice-Cd9ElXwb.js} +234 -234
  29. package/dist/notice-len8sDjL.cjs +2 -0
  30. package/dist/prosemirror/index.cjs.js +1 -1
  31. package/dist/prosemirror/index.es.js +1 -1
  32. package/dist/theme-B5pmbvQ_.js +37 -0
  33. package/dist/theme-Dt6lCAvY.cjs +1 -0
  34. package/dist/timer-DK_yKNwE.cjs +1 -0
  35. package/dist/timer-DzWb416P.js +51 -0
  36. package/dist/types/components/beatui.d.ts +2 -1
  37. package/dist/types/components/form/controller/color-controller.d.ts +1 -1
  38. package/dist/types/components/form/controller/controller.d.ts +4 -4
  39. package/dist/types/components/form/controller/union-controller.d.ts +1 -1
  40. package/dist/types/components/media/base-video-player.d.ts +77 -0
  41. package/dist/types/components/media/index.d.ts +1 -0
  42. package/dist/types/components/overlay/index.d.ts +1 -0
  43. package/dist/types/components/overlay/lightbox.d.ts +22 -0
  44. package/dist/types/components/theme/theme.d.ts +1 -0
  45. package/dist/types/index.d.ts +1 -0
  46. package/dist/utils-BetBqtiV.cjs +1 -0
  47. package/dist/{utils-CuD-_CDx.js → utils-g5YCiiS6.js} +8 -8
  48. package/package.json +3 -1
  49. package/dist/notice-cpODDUvJ.cjs +0 -2
  50. package/dist/theme-B7C5kIJj.cjs +0 -1
  51. package/dist/theme-DsQOxXW1.js +0 -34
  52. package/dist/timer-BdH4cK6a.cjs +0 -1
  53. package/dist/timer-CQlK5LhW.js +0 -47
  54. package/dist/utils-CCAYvnZh.cjs +0 -1
package/README.md CHANGED
@@ -15,6 +15,15 @@ A modern TypeScript UI component library built with [@tempots/dom](https://tempo
15
15
  - Iconify integration for icons
16
16
  - Container queries for responsive components
17
17
 
18
+ ## Migration note (breaking)
19
+
20
+ - Controller<T> property `value: Signal<T>` has been renamed to `signal: Signal<T>`.
21
+ - Replace usages as follows:
22
+ - `controller.value.value` → `controller.signal.value`
23
+ - `controller.value.map(fn)` → `controller.signal.map(fn)`
24
+ - Applies to all controller types (Controller, ObjectController, ArrayController, UnionController, ColorController, etc.).
25
+ - Rationale: avoid confusion between the controller property `value` and the signal’s `.value`.
26
+
18
27
  ## Installation
19
28
 
20
29
  ```bash
@@ -1 +1 @@
1
- "use strict";const o=require("./index-1_pssujS.cjs"),y=require("./index-CFh4D56e.cjs");function P(n,e){for(var s=0;s<e.length;s++){const t=e[s];if(typeof t!="string"&&!Array.isArray(t)){for(const r in t)if(r!=="default"&&!(r in n)){const i=Object.getOwnPropertyDescriptor(t,r);i&&Object.defineProperty(n,r,i.get?i:{enumerable:!0,get:()=>t[r]})}}}return Object.freeze(Object.defineProperty(n,Symbol.toStringTag,{value:"Module"}))}var m={exports:{}},$={};const q="https://json-schema.org/draft/2019-09/schema",R="https://json-schema.org/draft/2019-09/schema",O={"https://json-schema.org/draft/2019-09/vocab/core":!0,"https://json-schema.org/draft/2019-09/vocab/applicator":!0,"https://json-schema.org/draft/2019-09/vocab/validation":!0,"https://json-schema.org/draft/2019-09/vocab/meta-data":!0,"https://json-schema.org/draft/2019-09/vocab/format":!1,"https://json-schema.org/draft/2019-09/vocab/content":!0},M=!0,I="Core and Validation specifications meta-schema",N=[{$ref:"meta/core"},{$ref:"meta/applicator"},{$ref:"meta/validation"},{$ref:"meta/meta-data"},{$ref:"meta/format"},{$ref:"meta/content"}],S=["object","boolean"],C={definitions:{$comment:"While no longer an official keyword as it is replaced by $defs, this keyword is retained in the meta-schema to prevent incompatible extensions as it remains in common use.",type:"object",additionalProperties:{$recursiveRef:"#"},default:{}},dependencies:{$comment:'"dependencies" is no longer a keyword, but schema authors should avoid redefining it to facilitate a smooth transition to "dependentSchemas" and "dependentRequired"',type:"object",additionalProperties:{anyOf:[{$recursiveRef:"#"},{$ref:"meta/validation#/$defs/stringArray"}]}}},D={$schema:q,$id:R,$vocabulary:O,$recursiveAnchor:M,title:I,allOf:N,type:S,properties:C},E="https://json-schema.org/draft/2019-09/schema",V="https://json-schema.org/draft/2019-09/meta/applicator",w={"https://json-schema.org/draft/2019-09/vocab/applicator":!0},T=!0,x="Applicator vocabulary meta-schema",k=["object","boolean"],K={additionalItems:{$recursiveRef:"#"},unevaluatedItems:{$recursiveRef:"#"},items:{anyOf:[{$recursiveRef:"#"},{$ref:"#/$defs/schemaArray"}]},contains:{$recursiveRef:"#"},additionalProperties:{$recursiveRef:"#"},unevaluatedProperties:{$recursiveRef:"#"},properties:{type:"object",additionalProperties:{$recursiveRef:"#"},default:{}},patternProperties:{type:"object",additionalProperties:{$recursiveRef:"#"},propertyNames:{format:"regex"},default:{}},dependentSchemas:{type:"object",additionalProperties:{$recursiveRef:"#"}},propertyNames:{$recursiveRef:"#"},if:{$recursiveRef:"#"},then:{$recursiveRef:"#"},else:{$recursiveRef:"#"},allOf:{$ref:"#/$defs/schemaArray"},anyOf:{$ref:"#/$defs/schemaArray"},oneOf:{$ref:"#/$defs/schemaArray"},not:{$recursiveRef:"#"}},z={schemaArray:{type:"array",minItems:1,items:{$recursiveRef:"#"}}},G={$schema:E,$id:V,$vocabulary:w,$recursiveAnchor:T,title:x,type:k,properties:K,$defs:z},F="https://json-schema.org/draft/2019-09/schema",J="https://json-schema.org/draft/2019-09/meta/content",L={"https://json-schema.org/draft/2019-09/vocab/content":!0},U=!0,Z="Content vocabulary meta-schema",H=["object","boolean"],W={contentMediaType:{type:"string"},contentEncoding:{type:"string"},contentSchema:{$recursiveRef:"#"}},B={$schema:F,$id:J,$vocabulary:L,$recursiveAnchor:U,title:Z,type:H,properties:W},Q="https://json-schema.org/draft/2019-09/schema",X="https://json-schema.org/draft/2019-09/meta/core",Y={"https://json-schema.org/draft/2019-09/vocab/core":!0},ee=!0,te="Core vocabulary meta-schema",re=["object","boolean"],ae={$id:{type:"string",format:"uri-reference",$comment:"Non-empty fragments not allowed.",pattern:"^[^#]*#?$"},$schema:{type:"string",format:"uri"},$anchor:{type:"string",pattern:"^[A-Za-z][-A-Za-z0-9.:_]*$"},$ref:{type:"string",format:"uri-reference"},$recursiveRef:{type:"string",format:"uri-reference"},$recursiveAnchor:{type:"boolean",default:!1},$vocabulary:{type:"object",propertyNames:{type:"string",format:"uri"},additionalProperties:{type:"boolean"}},$comment:{type:"string"},$defs:{type:"object",additionalProperties:{$recursiveRef:"#"},default:{}}},ne={$schema:Q,$id:X,$vocabulary:Y,$recursiveAnchor:ee,title:te,type:re,properties:ae},oe="https://json-schema.org/draft/2019-09/schema",se="https://json-schema.org/draft/2019-09/meta/format",ie={"https://json-schema.org/draft/2019-09/vocab/format":!0},ce=!0,ue="Format vocabulary meta-schema",de=["object","boolean"],fe={format:{type:"string"}},me={$schema:oe,$id:se,$vocabulary:ie,$recursiveAnchor:ce,title:ue,type:de,properties:fe},$e="https://json-schema.org/draft/2019-09/schema",le="https://json-schema.org/draft/2019-09/meta/meta-data",pe={"https://json-schema.org/draft/2019-09/vocab/meta-data":!0},he=!0,ye="Meta-data vocabulary meta-schema",ve=["object","boolean"],ge={title:{type:"string"},description:{type:"string"},default:!0,deprecated:{type:"boolean",default:!1},readOnly:{type:"boolean",default:!1},writeOnly:{type:"boolean",default:!1},examples:{type:"array",items:!0}},be={$schema:$e,$id:le,$vocabulary:pe,$recursiveAnchor:he,title:ye,type:ve,properties:ge},je="https://json-schema.org/draft/2019-09/schema",_e="https://json-schema.org/draft/2019-09/meta/validation",Ae={"https://json-schema.org/draft/2019-09/vocab/validation":!0},Pe=!0,qe="Validation vocabulary meta-schema",Re=["object","boolean"],Oe={multipleOf:{type:"number",exclusiveMinimum:0},maximum:{type:"number"},exclusiveMaximum:{type:"number"},minimum:{type:"number"},exclusiveMinimum:{type:"number"},maxLength:{$ref:"#/$defs/nonNegativeInteger"},minLength:{$ref:"#/$defs/nonNegativeIntegerDefault0"},pattern:{type:"string",format:"regex"},maxItems:{$ref:"#/$defs/nonNegativeInteger"},minItems:{$ref:"#/$defs/nonNegativeIntegerDefault0"},uniqueItems:{type:"boolean",default:!1},maxContains:{$ref:"#/$defs/nonNegativeInteger"},minContains:{$ref:"#/$defs/nonNegativeInteger",default:1},maxProperties:{$ref:"#/$defs/nonNegativeInteger"},minProperties:{$ref:"#/$defs/nonNegativeIntegerDefault0"},required:{$ref:"#/$defs/stringArray"},dependentRequired:{type:"object",additionalProperties:{$ref:"#/$defs/stringArray"}},const:!0,enum:{type:"array",items:!0},type:{anyOf:[{$ref:"#/$defs/simpleTypes"},{type:"array",items:{$ref:"#/$defs/simpleTypes"},minItems:1,uniqueItems:!0}]}},Me={nonNegativeInteger:{type:"integer",minimum:0},nonNegativeIntegerDefault0:{$ref:"#/$defs/nonNegativeInteger",default:0},simpleTypes:{enum:["array","boolean","integer","null","number","object","string"]},stringArray:{type:"array",items:{type:"string"},uniqueItems:!0,default:[]}},Ie={$schema:je,$id:_e,$vocabulary:Ae,$recursiveAnchor:Pe,title:qe,type:Re,properties:Oe,$defs:Me};var v;function Ne(){if(v)return $;v=1,Object.defineProperty($,"__esModule",{value:!0});const n=D,e=G,s=B,t=ne,r=me,i=be,l=Ie,p=["/properties"];function h(u){return[n,e,s,t,c(this,r),i,c(this,l)].forEach(d=>this.addMetaSchema(d,void 0,!1)),this;function c(d,a){return u?d.$dataMetaSchema(a,p):a}}return $.default=h,$}var g;function Se(){return g||(g=1,function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.MissingRefError=e.ValidationError=e.CodeGen=e.Name=e.nil=e.stringify=e.str=e._=e.KeywordCxt=e.Ajv2019=void 0;const s=o.requireCore(),t=o.requireDraft7(),r=y.requireDynamic(),i=y.requireNext(),l=y.requireUnevaluated(),p=o.requireDiscriminator(),h=Ne(),u="https://json-schema.org/draft/2019-09/schema";class c extends s.default{constructor(f={}){super({...f,dynamicRef:!0,next:!0,unevaluated:!0})}_addVocabularies(){super._addVocabularies(),this.addVocabulary(r.default),t.default.forEach(f=>this.addVocabulary(f)),this.addVocabulary(i.default),this.addVocabulary(l.default),this.opts.discriminator&&this.addKeyword(p.default)}_addDefaultMetaSchema(){super._addDefaultMetaSchema();const{$data:f,meta:A}=this.opts;A&&(h.default.call(this,f),this.refs["http://json-schema.org/schema"]=u)}defaultMeta(){return this.opts.defaultMeta=super.defaultMeta()||(this.getSchema(u)?u:void 0)}}e.Ajv2019=c,n.exports=e=c,n.exports.Ajv2019=c,Object.defineProperty(e,"__esModule",{value:!0}),e.default=c;var d=o.requireValidate();Object.defineProperty(e,"KeywordCxt",{enumerable:!0,get:function(){return d.KeywordCxt}});var a=o.requireCodegen();Object.defineProperty(e,"_",{enumerable:!0,get:function(){return a._}}),Object.defineProperty(e,"str",{enumerable:!0,get:function(){return a.str}}),Object.defineProperty(e,"stringify",{enumerable:!0,get:function(){return a.stringify}}),Object.defineProperty(e,"nil",{enumerable:!0,get:function(){return a.nil}}),Object.defineProperty(e,"Name",{enumerable:!0,get:function(){return a.Name}}),Object.defineProperty(e,"CodeGen",{enumerable:!0,get:function(){return a.CodeGen}});var j=o.requireValidation_error();Object.defineProperty(e,"ValidationError",{enumerable:!0,get:function(){return j.default}});var _=o.requireRef_error();Object.defineProperty(e,"MissingRefError",{enumerable:!0,get:function(){return _.default}})}(m,m.exports)),m.exports}var b=Se();const Ce=o.getDefaultExportFromCjs(b),De=P({__proto__:null,default:Ce},[b]);exports._2019=De;
1
+ "use strict";const o=require("./index-CBc0q0zl.cjs"),y=require("./index-Ct2_ulan.cjs");function P(n,e){for(var s=0;s<e.length;s++){const t=e[s];if(typeof t!="string"&&!Array.isArray(t)){for(const r in t)if(r!=="default"&&!(r in n)){const i=Object.getOwnPropertyDescriptor(t,r);i&&Object.defineProperty(n,r,i.get?i:{enumerable:!0,get:()=>t[r]})}}}return Object.freeze(Object.defineProperty(n,Symbol.toStringTag,{value:"Module"}))}var m={exports:{}},$={};const q="https://json-schema.org/draft/2019-09/schema",R="https://json-schema.org/draft/2019-09/schema",O={"https://json-schema.org/draft/2019-09/vocab/core":!0,"https://json-schema.org/draft/2019-09/vocab/applicator":!0,"https://json-schema.org/draft/2019-09/vocab/validation":!0,"https://json-schema.org/draft/2019-09/vocab/meta-data":!0,"https://json-schema.org/draft/2019-09/vocab/format":!1,"https://json-schema.org/draft/2019-09/vocab/content":!0},M=!0,I="Core and Validation specifications meta-schema",N=[{$ref:"meta/core"},{$ref:"meta/applicator"},{$ref:"meta/validation"},{$ref:"meta/meta-data"},{$ref:"meta/format"},{$ref:"meta/content"}],S=["object","boolean"],C={definitions:{$comment:"While no longer an official keyword as it is replaced by $defs, this keyword is retained in the meta-schema to prevent incompatible extensions as it remains in common use.",type:"object",additionalProperties:{$recursiveRef:"#"},default:{}},dependencies:{$comment:'"dependencies" is no longer a keyword, but schema authors should avoid redefining it to facilitate a smooth transition to "dependentSchemas" and "dependentRequired"',type:"object",additionalProperties:{anyOf:[{$recursiveRef:"#"},{$ref:"meta/validation#/$defs/stringArray"}]}}},D={$schema:q,$id:R,$vocabulary:O,$recursiveAnchor:M,title:I,allOf:N,type:S,properties:C},E="https://json-schema.org/draft/2019-09/schema",V="https://json-schema.org/draft/2019-09/meta/applicator",w={"https://json-schema.org/draft/2019-09/vocab/applicator":!0},T=!0,x="Applicator vocabulary meta-schema",k=["object","boolean"],K={additionalItems:{$recursiveRef:"#"},unevaluatedItems:{$recursiveRef:"#"},items:{anyOf:[{$recursiveRef:"#"},{$ref:"#/$defs/schemaArray"}]},contains:{$recursiveRef:"#"},additionalProperties:{$recursiveRef:"#"},unevaluatedProperties:{$recursiveRef:"#"},properties:{type:"object",additionalProperties:{$recursiveRef:"#"},default:{}},patternProperties:{type:"object",additionalProperties:{$recursiveRef:"#"},propertyNames:{format:"regex"},default:{}},dependentSchemas:{type:"object",additionalProperties:{$recursiveRef:"#"}},propertyNames:{$recursiveRef:"#"},if:{$recursiveRef:"#"},then:{$recursiveRef:"#"},else:{$recursiveRef:"#"},allOf:{$ref:"#/$defs/schemaArray"},anyOf:{$ref:"#/$defs/schemaArray"},oneOf:{$ref:"#/$defs/schemaArray"},not:{$recursiveRef:"#"}},z={schemaArray:{type:"array",minItems:1,items:{$recursiveRef:"#"}}},G={$schema:E,$id:V,$vocabulary:w,$recursiveAnchor:T,title:x,type:k,properties:K,$defs:z},F="https://json-schema.org/draft/2019-09/schema",J="https://json-schema.org/draft/2019-09/meta/content",L={"https://json-schema.org/draft/2019-09/vocab/content":!0},U=!0,Z="Content vocabulary meta-schema",H=["object","boolean"],W={contentMediaType:{type:"string"},contentEncoding:{type:"string"},contentSchema:{$recursiveRef:"#"}},B={$schema:F,$id:J,$vocabulary:L,$recursiveAnchor:U,title:Z,type:H,properties:W},Q="https://json-schema.org/draft/2019-09/schema",X="https://json-schema.org/draft/2019-09/meta/core",Y={"https://json-schema.org/draft/2019-09/vocab/core":!0},ee=!0,te="Core vocabulary meta-schema",re=["object","boolean"],ae={$id:{type:"string",format:"uri-reference",$comment:"Non-empty fragments not allowed.",pattern:"^[^#]*#?$"},$schema:{type:"string",format:"uri"},$anchor:{type:"string",pattern:"^[A-Za-z][-A-Za-z0-9.:_]*$"},$ref:{type:"string",format:"uri-reference"},$recursiveRef:{type:"string",format:"uri-reference"},$recursiveAnchor:{type:"boolean",default:!1},$vocabulary:{type:"object",propertyNames:{type:"string",format:"uri"},additionalProperties:{type:"boolean"}},$comment:{type:"string"},$defs:{type:"object",additionalProperties:{$recursiveRef:"#"},default:{}}},ne={$schema:Q,$id:X,$vocabulary:Y,$recursiveAnchor:ee,title:te,type:re,properties:ae},oe="https://json-schema.org/draft/2019-09/schema",se="https://json-schema.org/draft/2019-09/meta/format",ie={"https://json-schema.org/draft/2019-09/vocab/format":!0},ce=!0,ue="Format vocabulary meta-schema",de=["object","boolean"],fe={format:{type:"string"}},me={$schema:oe,$id:se,$vocabulary:ie,$recursiveAnchor:ce,title:ue,type:de,properties:fe},$e="https://json-schema.org/draft/2019-09/schema",le="https://json-schema.org/draft/2019-09/meta/meta-data",pe={"https://json-schema.org/draft/2019-09/vocab/meta-data":!0},he=!0,ye="Meta-data vocabulary meta-schema",ve=["object","boolean"],ge={title:{type:"string"},description:{type:"string"},default:!0,deprecated:{type:"boolean",default:!1},readOnly:{type:"boolean",default:!1},writeOnly:{type:"boolean",default:!1},examples:{type:"array",items:!0}},be={$schema:$e,$id:le,$vocabulary:pe,$recursiveAnchor:he,title:ye,type:ve,properties:ge},je="https://json-schema.org/draft/2019-09/schema",_e="https://json-schema.org/draft/2019-09/meta/validation",Ae={"https://json-schema.org/draft/2019-09/vocab/validation":!0},Pe=!0,qe="Validation vocabulary meta-schema",Re=["object","boolean"],Oe={multipleOf:{type:"number",exclusiveMinimum:0},maximum:{type:"number"},exclusiveMaximum:{type:"number"},minimum:{type:"number"},exclusiveMinimum:{type:"number"},maxLength:{$ref:"#/$defs/nonNegativeInteger"},minLength:{$ref:"#/$defs/nonNegativeIntegerDefault0"},pattern:{type:"string",format:"regex"},maxItems:{$ref:"#/$defs/nonNegativeInteger"},minItems:{$ref:"#/$defs/nonNegativeIntegerDefault0"},uniqueItems:{type:"boolean",default:!1},maxContains:{$ref:"#/$defs/nonNegativeInteger"},minContains:{$ref:"#/$defs/nonNegativeInteger",default:1},maxProperties:{$ref:"#/$defs/nonNegativeInteger"},minProperties:{$ref:"#/$defs/nonNegativeIntegerDefault0"},required:{$ref:"#/$defs/stringArray"},dependentRequired:{type:"object",additionalProperties:{$ref:"#/$defs/stringArray"}},const:!0,enum:{type:"array",items:!0},type:{anyOf:[{$ref:"#/$defs/simpleTypes"},{type:"array",items:{$ref:"#/$defs/simpleTypes"},minItems:1,uniqueItems:!0}]}},Me={nonNegativeInteger:{type:"integer",minimum:0},nonNegativeIntegerDefault0:{$ref:"#/$defs/nonNegativeInteger",default:0},simpleTypes:{enum:["array","boolean","integer","null","number","object","string"]},stringArray:{type:"array",items:{type:"string"},uniqueItems:!0,default:[]}},Ie={$schema:je,$id:_e,$vocabulary:Ae,$recursiveAnchor:Pe,title:qe,type:Re,properties:Oe,$defs:Me};var v;function Ne(){if(v)return $;v=1,Object.defineProperty($,"__esModule",{value:!0});const n=D,e=G,s=B,t=ne,r=me,i=be,l=Ie,p=["/properties"];function h(u){return[n,e,s,t,c(this,r),i,c(this,l)].forEach(d=>this.addMetaSchema(d,void 0,!1)),this;function c(d,a){return u?d.$dataMetaSchema(a,p):a}}return $.default=h,$}var g;function Se(){return g||(g=1,function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.MissingRefError=e.ValidationError=e.CodeGen=e.Name=e.nil=e.stringify=e.str=e._=e.KeywordCxt=e.Ajv2019=void 0;const s=o.requireCore(),t=o.requireDraft7(),r=y.requireDynamic(),i=y.requireNext(),l=y.requireUnevaluated(),p=o.requireDiscriminator(),h=Ne(),u="https://json-schema.org/draft/2019-09/schema";class c extends s.default{constructor(f={}){super({...f,dynamicRef:!0,next:!0,unevaluated:!0})}_addVocabularies(){super._addVocabularies(),this.addVocabulary(r.default),t.default.forEach(f=>this.addVocabulary(f)),this.addVocabulary(i.default),this.addVocabulary(l.default),this.opts.discriminator&&this.addKeyword(p.default)}_addDefaultMetaSchema(){super._addDefaultMetaSchema();const{$data:f,meta:A}=this.opts;A&&(h.default.call(this,f),this.refs["http://json-schema.org/schema"]=u)}defaultMeta(){return this.opts.defaultMeta=super.defaultMeta()||(this.getSchema(u)?u:void 0)}}e.Ajv2019=c,n.exports=e=c,n.exports.Ajv2019=c,Object.defineProperty(e,"__esModule",{value:!0}),e.default=c;var d=o.requireValidate();Object.defineProperty(e,"KeywordCxt",{enumerable:!0,get:function(){return d.KeywordCxt}});var a=o.requireCodegen();Object.defineProperty(e,"_",{enumerable:!0,get:function(){return a._}}),Object.defineProperty(e,"str",{enumerable:!0,get:function(){return a.str}}),Object.defineProperty(e,"stringify",{enumerable:!0,get:function(){return a.stringify}}),Object.defineProperty(e,"nil",{enumerable:!0,get:function(){return a.nil}}),Object.defineProperty(e,"Name",{enumerable:!0,get:function(){return a.Name}}),Object.defineProperty(e,"CodeGen",{enumerable:!0,get:function(){return a.CodeGen}});var j=o.requireValidation_error();Object.defineProperty(e,"ValidationError",{enumerable:!0,get:function(){return j.default}});var _=o.requireRef_error();Object.defineProperty(e,"MissingRefError",{enumerable:!0,get:function(){return _.default}})}(m,m.exports)),m.exports}var b=Se();const Ce=o.getDefaultExportFromCjs(b),De=P({__proto__:null,default:Ce},[b]);exports._2019=De;
@@ -1,5 +1,5 @@
1
- import { r as _, a as A, b as P, c as R, d as O, e as q, f as M, g as I } from "./index-DfmwsIle.js";
2
- import { r as N, a as S, b as C } from "./index-E76KKV9V.js";
1
+ import { r as _, a as A, b as P, c as R, d as O, e as q, f as M, g as I } from "./index-D-CBfcZj.js";
2
+ import { r as N, a as S, b as C } from "./index-DbQzJti7.js";
3
3
  function D(o, e) {
4
4
  for (var n = 0; n < e.length; n++) {
5
5
  const t = e[n];
@@ -1 +1 @@
1
- "use strict";const t=require("./index-1_pssujS.cjs"),b=require("./index-CFh4D56e.cjs");function R(n,e){for(var o=0;o<e.length;o++){const a=e[o];if(typeof a!="string"&&!Array.isArray(a)){for(const r in a)if(r!=="default"&&!(r in n)){const s=Object.getOwnPropertyDescriptor(a,r);s&&Object.defineProperty(n,r,s.get?s:{enumerable:!0,get:()=>a[r]})}}}return Object.freeze(Object.defineProperty(n,Symbol.toStringTag,{value:"Module"}))}var l={exports:{}},p={},g;function q(){if(g)return p;g=1,Object.defineProperty(p,"__esModule",{value:!0});const n=t.requireCore$1(),e=t.requireValidation(),o=t.requireApplicator(),a=b.requireDynamic(),r=b.requireNext(),s=b.requireUnevaluated(),m=t.requireFormat(),c=t.requireMetadata(),u=[a.default,n.default,e.default,(0,o.default)(!0),m.default,c.metadataVocabulary,c.contentVocabulary,r.default,s.default];return p.default=u,p}var y={};const P="https://json-schema.org/draft/2020-12/schema",S="https://json-schema.org/draft/2020-12/schema",O={"https://json-schema.org/draft/2020-12/vocab/core":!0,"https://json-schema.org/draft/2020-12/vocab/applicator":!0,"https://json-schema.org/draft/2020-12/vocab/unevaluated":!0,"https://json-schema.org/draft/2020-12/vocab/validation":!0,"https://json-schema.org/draft/2020-12/vocab/meta-data":!0,"https://json-schema.org/draft/2020-12/vocab/format-annotation":!0,"https://json-schema.org/draft/2020-12/vocab/content":!0},M="meta",I="Core and Validation specifications meta-schema",N=[{$ref:"meta/core"},{$ref:"meta/applicator"},{$ref:"meta/unevaluated"},{$ref:"meta/validation"},{$ref:"meta/meta-data"},{$ref:"meta/format-annotation"},{$ref:"meta/content"}],C=["object","boolean"],D="This meta-schema also defines keywords that have appeared in previous drafts in order to prevent incompatible extensions as they remain in common use.",V={definitions:{$comment:'"definitions" has been replaced by "$defs".',type:"object",additionalProperties:{$dynamicRef:"#meta"},deprecated:!0,default:{}},dependencies:{$comment:'"dependencies" has been split and replaced by "dependentSchemas" and "dependentRequired" in order to serve their differing semantics.',type:"object",additionalProperties:{anyOf:[{$dynamicRef:"#meta"},{$ref:"meta/validation#/$defs/stringArray"}]},deprecated:!0,default:{}},$recursiveAnchor:{$comment:'"$recursiveAnchor" has been replaced by "$dynamicAnchor".',$ref:"meta/core#/$defs/anchorString",deprecated:!0},$recursiveRef:{$comment:'"$recursiveRef" has been replaced by "$dynamicRef".',$ref:"meta/core#/$defs/uriReferenceString",deprecated:!0}},E={$schema:P,$id:S,$vocabulary:O,$dynamicAnchor:M,title:I,allOf:N,type:C,$comment:D,properties:V},T="https://json-schema.org/draft/2020-12/schema",w="https://json-schema.org/draft/2020-12/meta/applicator",x={"https://json-schema.org/draft/2020-12/vocab/applicator":!0},K="meta",z="Applicator vocabulary meta-schema",F=["object","boolean"],G={prefixItems:{$ref:"#/$defs/schemaArray"},items:{$dynamicRef:"#meta"},contains:{$dynamicRef:"#meta"},additionalProperties:{$dynamicRef:"#meta"},properties:{type:"object",additionalProperties:{$dynamicRef:"#meta"},default:{}},patternProperties:{type:"object",additionalProperties:{$dynamicRef:"#meta"},propertyNames:{format:"regex"},default:{}},dependentSchemas:{type:"object",additionalProperties:{$dynamicRef:"#meta"},default:{}},propertyNames:{$dynamicRef:"#meta"},if:{$dynamicRef:"#meta"},then:{$dynamicRef:"#meta"},else:{$dynamicRef:"#meta"},allOf:{$ref:"#/$defs/schemaArray"},anyOf:{$ref:"#/$defs/schemaArray"},oneOf:{$ref:"#/$defs/schemaArray"},not:{$dynamicRef:"#meta"}},U={schemaArray:{type:"array",minItems:1,items:{$dynamicRef:"#meta"}}},k={$schema:T,$id:w,$vocabulary:x,$dynamicAnchor:K,title:z,type:F,properties:G,$defs:U},J="https://json-schema.org/draft/2020-12/schema",L="https://json-schema.org/draft/2020-12/meta/unevaluated",Z={"https://json-schema.org/draft/2020-12/vocab/unevaluated":!0},H="meta",B="Unevaluated applicator vocabulary meta-schema",Q=["object","boolean"],W={unevaluatedItems:{$dynamicRef:"#meta"},unevaluatedProperties:{$dynamicRef:"#meta"}},X={$schema:J,$id:L,$vocabulary:Z,$dynamicAnchor:H,title:B,type:Q,properties:W},Y="https://json-schema.org/draft/2020-12/schema",ee="https://json-schema.org/draft/2020-12/meta/content",te={"https://json-schema.org/draft/2020-12/vocab/content":!0},ae="meta",re="Content vocabulary meta-schema",ne=["object","boolean"],oe={contentEncoding:{type:"string"},contentMediaType:{type:"string"},contentSchema:{$dynamicRef:"#meta"}},se={$schema:Y,$id:ee,$vocabulary:te,$dynamicAnchor:ae,title:re,type:ne,properties:oe},ce="https://json-schema.org/draft/2020-12/schema",ie="https://json-schema.org/draft/2020-12/meta/core",de={"https://json-schema.org/draft/2020-12/vocab/core":!0},me="meta",ue="Core vocabulary meta-schema",fe=["object","boolean"],$e={$id:{$ref:"#/$defs/uriReferenceString",$comment:"Non-empty fragments not allowed.",pattern:"^[^#]*#?$"},$schema:{$ref:"#/$defs/uriString"},$ref:{$ref:"#/$defs/uriReferenceString"},$anchor:{$ref:"#/$defs/anchorString"},$dynamicRef:{$ref:"#/$defs/uriReferenceString"},$dynamicAnchor:{$ref:"#/$defs/anchorString"},$vocabulary:{type:"object",propertyNames:{$ref:"#/$defs/uriString"},additionalProperties:{type:"boolean"}},$comment:{type:"string"},$defs:{type:"object",additionalProperties:{$dynamicRef:"#meta"}}},le={anchorString:{type:"string",pattern:"^[A-Za-z_][-A-Za-z0-9._]*$"},uriString:{type:"string",format:"uri"},uriReferenceString:{type:"string",format:"uri-reference"}},pe={$schema:ce,$id:ie,$vocabulary:de,$dynamicAnchor:me,title:ue,type:fe,properties:$e,$defs:le},ye="https://json-schema.org/draft/2020-12/schema",he="https://json-schema.org/draft/2020-12/meta/format-annotation",be={"https://json-schema.org/draft/2020-12/vocab/format-annotation":!0},ge="meta",ve="Format vocabulary meta-schema for annotation results",je=["object","boolean"],_e={format:{type:"string"}},Ae={$schema:ye,$id:he,$vocabulary:be,$dynamicAnchor:ge,title:ve,type:je,properties:_e},Re="https://json-schema.org/draft/2020-12/schema",qe="https://json-schema.org/draft/2020-12/meta/meta-data",Pe={"https://json-schema.org/draft/2020-12/vocab/meta-data":!0},Se="meta",Oe="Meta-data vocabulary meta-schema",Me=["object","boolean"],Ie={title:{type:"string"},description:{type:"string"},default:!0,deprecated:{type:"boolean",default:!1},readOnly:{type:"boolean",default:!1},writeOnly:{type:"boolean",default:!1},examples:{type:"array",items:!0}},Ne={$schema:Re,$id:qe,$vocabulary:Pe,$dynamicAnchor:Se,title:Oe,type:Me,properties:Ie},Ce="https://json-schema.org/draft/2020-12/schema",De="https://json-schema.org/draft/2020-12/meta/validation",Ve={"https://json-schema.org/draft/2020-12/vocab/validation":!0},Ee="meta",Te="Validation vocabulary meta-schema",we=["object","boolean"],xe={type:{anyOf:[{$ref:"#/$defs/simpleTypes"},{type:"array",items:{$ref:"#/$defs/simpleTypes"},minItems:1,uniqueItems:!0}]},const:!0,enum:{type:"array",items:!0},multipleOf:{type:"number",exclusiveMinimum:0},maximum:{type:"number"},exclusiveMaximum:{type:"number"},minimum:{type:"number"},exclusiveMinimum:{type:"number"},maxLength:{$ref:"#/$defs/nonNegativeInteger"},minLength:{$ref:"#/$defs/nonNegativeIntegerDefault0"},pattern:{type:"string",format:"regex"},maxItems:{$ref:"#/$defs/nonNegativeInteger"},minItems:{$ref:"#/$defs/nonNegativeIntegerDefault0"},uniqueItems:{type:"boolean",default:!1},maxContains:{$ref:"#/$defs/nonNegativeInteger"},minContains:{$ref:"#/$defs/nonNegativeInteger",default:1},maxProperties:{$ref:"#/$defs/nonNegativeInteger"},minProperties:{$ref:"#/$defs/nonNegativeIntegerDefault0"},required:{$ref:"#/$defs/stringArray"},dependentRequired:{type:"object",additionalProperties:{$ref:"#/$defs/stringArray"}}},Ke={nonNegativeInteger:{type:"integer",minimum:0},nonNegativeIntegerDefault0:{$ref:"#/$defs/nonNegativeInteger",default:0},simpleTypes:{enum:["array","boolean","integer","null","number","object","string"]},stringArray:{type:"array",items:{type:"string"},uniqueItems:!0,default:[]}},ze={$schema:Ce,$id:De,$vocabulary:Ve,$dynamicAnchor:Ee,title:Te,type:we,properties:xe,$defs:Ke};var v;function Fe(){if(v)return y;v=1,Object.defineProperty(y,"__esModule",{value:!0});const n=E,e=k,o=X,a=se,r=pe,s=Ae,m=Ne,c=ze,u=["/properties"];function i(h){return[n,e,o,a,r,f(this,s),m,f(this,c)].forEach($=>this.addMetaSchema($,void 0,!1)),this;function f($,d){return h?$.$dataMetaSchema(d,u):d}}return y.default=i,y}var j;function Ge(){return j||(j=1,function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.MissingRefError=e.ValidationError=e.CodeGen=e.Name=e.nil=e.stringify=e.str=e._=e.KeywordCxt=e.Ajv2020=void 0;const o=t.requireCore(),a=q(),r=t.requireDiscriminator(),s=Fe(),m="https://json-schema.org/draft/2020-12/schema";class c extends o.default{constructor(d={}){super({...d,dynamicRef:!0,next:!0,unevaluated:!0})}_addVocabularies(){super._addVocabularies(),a.default.forEach(d=>this.addVocabulary(d)),this.opts.discriminator&&this.addKeyword(r.default)}_addDefaultMetaSchema(){super._addDefaultMetaSchema();const{$data:d,meta:A}=this.opts;A&&(s.default.call(this,d),this.refs["http://json-schema.org/schema"]=m)}defaultMeta(){return this.opts.defaultMeta=super.defaultMeta()||(this.getSchema(m)?m:void 0)}}e.Ajv2020=c,n.exports=e=c,n.exports.Ajv2020=c,Object.defineProperty(e,"__esModule",{value:!0}),e.default=c;var u=t.requireValidate();Object.defineProperty(e,"KeywordCxt",{enumerable:!0,get:function(){return u.KeywordCxt}});var i=t.requireCodegen();Object.defineProperty(e,"_",{enumerable:!0,get:function(){return i._}}),Object.defineProperty(e,"str",{enumerable:!0,get:function(){return i.str}}),Object.defineProperty(e,"stringify",{enumerable:!0,get:function(){return i.stringify}}),Object.defineProperty(e,"nil",{enumerable:!0,get:function(){return i.nil}}),Object.defineProperty(e,"Name",{enumerable:!0,get:function(){return i.Name}}),Object.defineProperty(e,"CodeGen",{enumerable:!0,get:function(){return i.CodeGen}});var h=t.requireValidation_error();Object.defineProperty(e,"ValidationError",{enumerable:!0,get:function(){return h.default}});var f=t.requireRef_error();Object.defineProperty(e,"MissingRefError",{enumerable:!0,get:function(){return f.default}})}(l,l.exports)),l.exports}var _=Ge();const Ue=t.getDefaultExportFromCjs(_),ke=R({__proto__:null,default:Ue},[_]);exports._2020=ke;
1
+ "use strict";const t=require("./index-CBc0q0zl.cjs"),b=require("./index-Ct2_ulan.cjs");function R(n,e){for(var o=0;o<e.length;o++){const a=e[o];if(typeof a!="string"&&!Array.isArray(a)){for(const r in a)if(r!=="default"&&!(r in n)){const s=Object.getOwnPropertyDescriptor(a,r);s&&Object.defineProperty(n,r,s.get?s:{enumerable:!0,get:()=>a[r]})}}}return Object.freeze(Object.defineProperty(n,Symbol.toStringTag,{value:"Module"}))}var l={exports:{}},p={},g;function q(){if(g)return p;g=1,Object.defineProperty(p,"__esModule",{value:!0});const n=t.requireCore$1(),e=t.requireValidation(),o=t.requireApplicator(),a=b.requireDynamic(),r=b.requireNext(),s=b.requireUnevaluated(),m=t.requireFormat(),c=t.requireMetadata(),u=[a.default,n.default,e.default,(0,o.default)(!0),m.default,c.metadataVocabulary,c.contentVocabulary,r.default,s.default];return p.default=u,p}var y={};const P="https://json-schema.org/draft/2020-12/schema",S="https://json-schema.org/draft/2020-12/schema",O={"https://json-schema.org/draft/2020-12/vocab/core":!0,"https://json-schema.org/draft/2020-12/vocab/applicator":!0,"https://json-schema.org/draft/2020-12/vocab/unevaluated":!0,"https://json-schema.org/draft/2020-12/vocab/validation":!0,"https://json-schema.org/draft/2020-12/vocab/meta-data":!0,"https://json-schema.org/draft/2020-12/vocab/format-annotation":!0,"https://json-schema.org/draft/2020-12/vocab/content":!0},M="meta",I="Core and Validation specifications meta-schema",N=[{$ref:"meta/core"},{$ref:"meta/applicator"},{$ref:"meta/unevaluated"},{$ref:"meta/validation"},{$ref:"meta/meta-data"},{$ref:"meta/format-annotation"},{$ref:"meta/content"}],C=["object","boolean"],D="This meta-schema also defines keywords that have appeared in previous drafts in order to prevent incompatible extensions as they remain in common use.",V={definitions:{$comment:'"definitions" has been replaced by "$defs".',type:"object",additionalProperties:{$dynamicRef:"#meta"},deprecated:!0,default:{}},dependencies:{$comment:'"dependencies" has been split and replaced by "dependentSchemas" and "dependentRequired" in order to serve their differing semantics.',type:"object",additionalProperties:{anyOf:[{$dynamicRef:"#meta"},{$ref:"meta/validation#/$defs/stringArray"}]},deprecated:!0,default:{}},$recursiveAnchor:{$comment:'"$recursiveAnchor" has been replaced by "$dynamicAnchor".',$ref:"meta/core#/$defs/anchorString",deprecated:!0},$recursiveRef:{$comment:'"$recursiveRef" has been replaced by "$dynamicRef".',$ref:"meta/core#/$defs/uriReferenceString",deprecated:!0}},E={$schema:P,$id:S,$vocabulary:O,$dynamicAnchor:M,title:I,allOf:N,type:C,$comment:D,properties:V},T="https://json-schema.org/draft/2020-12/schema",w="https://json-schema.org/draft/2020-12/meta/applicator",x={"https://json-schema.org/draft/2020-12/vocab/applicator":!0},K="meta",z="Applicator vocabulary meta-schema",F=["object","boolean"],G={prefixItems:{$ref:"#/$defs/schemaArray"},items:{$dynamicRef:"#meta"},contains:{$dynamicRef:"#meta"},additionalProperties:{$dynamicRef:"#meta"},properties:{type:"object",additionalProperties:{$dynamicRef:"#meta"},default:{}},patternProperties:{type:"object",additionalProperties:{$dynamicRef:"#meta"},propertyNames:{format:"regex"},default:{}},dependentSchemas:{type:"object",additionalProperties:{$dynamicRef:"#meta"},default:{}},propertyNames:{$dynamicRef:"#meta"},if:{$dynamicRef:"#meta"},then:{$dynamicRef:"#meta"},else:{$dynamicRef:"#meta"},allOf:{$ref:"#/$defs/schemaArray"},anyOf:{$ref:"#/$defs/schemaArray"},oneOf:{$ref:"#/$defs/schemaArray"},not:{$dynamicRef:"#meta"}},U={schemaArray:{type:"array",minItems:1,items:{$dynamicRef:"#meta"}}},k={$schema:T,$id:w,$vocabulary:x,$dynamicAnchor:K,title:z,type:F,properties:G,$defs:U},J="https://json-schema.org/draft/2020-12/schema",L="https://json-schema.org/draft/2020-12/meta/unevaluated",Z={"https://json-schema.org/draft/2020-12/vocab/unevaluated":!0},H="meta",B="Unevaluated applicator vocabulary meta-schema",Q=["object","boolean"],W={unevaluatedItems:{$dynamicRef:"#meta"},unevaluatedProperties:{$dynamicRef:"#meta"}},X={$schema:J,$id:L,$vocabulary:Z,$dynamicAnchor:H,title:B,type:Q,properties:W},Y="https://json-schema.org/draft/2020-12/schema",ee="https://json-schema.org/draft/2020-12/meta/content",te={"https://json-schema.org/draft/2020-12/vocab/content":!0},ae="meta",re="Content vocabulary meta-schema",ne=["object","boolean"],oe={contentEncoding:{type:"string"},contentMediaType:{type:"string"},contentSchema:{$dynamicRef:"#meta"}},se={$schema:Y,$id:ee,$vocabulary:te,$dynamicAnchor:ae,title:re,type:ne,properties:oe},ce="https://json-schema.org/draft/2020-12/schema",ie="https://json-schema.org/draft/2020-12/meta/core",de={"https://json-schema.org/draft/2020-12/vocab/core":!0},me="meta",ue="Core vocabulary meta-schema",fe=["object","boolean"],$e={$id:{$ref:"#/$defs/uriReferenceString",$comment:"Non-empty fragments not allowed.",pattern:"^[^#]*#?$"},$schema:{$ref:"#/$defs/uriString"},$ref:{$ref:"#/$defs/uriReferenceString"},$anchor:{$ref:"#/$defs/anchorString"},$dynamicRef:{$ref:"#/$defs/uriReferenceString"},$dynamicAnchor:{$ref:"#/$defs/anchorString"},$vocabulary:{type:"object",propertyNames:{$ref:"#/$defs/uriString"},additionalProperties:{type:"boolean"}},$comment:{type:"string"},$defs:{type:"object",additionalProperties:{$dynamicRef:"#meta"}}},le={anchorString:{type:"string",pattern:"^[A-Za-z_][-A-Za-z0-9._]*$"},uriString:{type:"string",format:"uri"},uriReferenceString:{type:"string",format:"uri-reference"}},pe={$schema:ce,$id:ie,$vocabulary:de,$dynamicAnchor:me,title:ue,type:fe,properties:$e,$defs:le},ye="https://json-schema.org/draft/2020-12/schema",he="https://json-schema.org/draft/2020-12/meta/format-annotation",be={"https://json-schema.org/draft/2020-12/vocab/format-annotation":!0},ge="meta",ve="Format vocabulary meta-schema for annotation results",je=["object","boolean"],_e={format:{type:"string"}},Ae={$schema:ye,$id:he,$vocabulary:be,$dynamicAnchor:ge,title:ve,type:je,properties:_e},Re="https://json-schema.org/draft/2020-12/schema",qe="https://json-schema.org/draft/2020-12/meta/meta-data",Pe={"https://json-schema.org/draft/2020-12/vocab/meta-data":!0},Se="meta",Oe="Meta-data vocabulary meta-schema",Me=["object","boolean"],Ie={title:{type:"string"},description:{type:"string"},default:!0,deprecated:{type:"boolean",default:!1},readOnly:{type:"boolean",default:!1},writeOnly:{type:"boolean",default:!1},examples:{type:"array",items:!0}},Ne={$schema:Re,$id:qe,$vocabulary:Pe,$dynamicAnchor:Se,title:Oe,type:Me,properties:Ie},Ce="https://json-schema.org/draft/2020-12/schema",De="https://json-schema.org/draft/2020-12/meta/validation",Ve={"https://json-schema.org/draft/2020-12/vocab/validation":!0},Ee="meta",Te="Validation vocabulary meta-schema",we=["object","boolean"],xe={type:{anyOf:[{$ref:"#/$defs/simpleTypes"},{type:"array",items:{$ref:"#/$defs/simpleTypes"},minItems:1,uniqueItems:!0}]},const:!0,enum:{type:"array",items:!0},multipleOf:{type:"number",exclusiveMinimum:0},maximum:{type:"number"},exclusiveMaximum:{type:"number"},minimum:{type:"number"},exclusiveMinimum:{type:"number"},maxLength:{$ref:"#/$defs/nonNegativeInteger"},minLength:{$ref:"#/$defs/nonNegativeIntegerDefault0"},pattern:{type:"string",format:"regex"},maxItems:{$ref:"#/$defs/nonNegativeInteger"},minItems:{$ref:"#/$defs/nonNegativeIntegerDefault0"},uniqueItems:{type:"boolean",default:!1},maxContains:{$ref:"#/$defs/nonNegativeInteger"},minContains:{$ref:"#/$defs/nonNegativeInteger",default:1},maxProperties:{$ref:"#/$defs/nonNegativeInteger"},minProperties:{$ref:"#/$defs/nonNegativeIntegerDefault0"},required:{$ref:"#/$defs/stringArray"},dependentRequired:{type:"object",additionalProperties:{$ref:"#/$defs/stringArray"}}},Ke={nonNegativeInteger:{type:"integer",minimum:0},nonNegativeIntegerDefault0:{$ref:"#/$defs/nonNegativeInteger",default:0},simpleTypes:{enum:["array","boolean","integer","null","number","object","string"]},stringArray:{type:"array",items:{type:"string"},uniqueItems:!0,default:[]}},ze={$schema:Ce,$id:De,$vocabulary:Ve,$dynamicAnchor:Ee,title:Te,type:we,properties:xe,$defs:Ke};var v;function Fe(){if(v)return y;v=1,Object.defineProperty(y,"__esModule",{value:!0});const n=E,e=k,o=X,a=se,r=pe,s=Ae,m=Ne,c=ze,u=["/properties"];function i(h){return[n,e,o,a,r,f(this,s),m,f(this,c)].forEach($=>this.addMetaSchema($,void 0,!1)),this;function f($,d){return h?$.$dataMetaSchema(d,u):d}}return y.default=i,y}var j;function Ge(){return j||(j=1,function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.MissingRefError=e.ValidationError=e.CodeGen=e.Name=e.nil=e.stringify=e.str=e._=e.KeywordCxt=e.Ajv2020=void 0;const o=t.requireCore(),a=q(),r=t.requireDiscriminator(),s=Fe(),m="https://json-schema.org/draft/2020-12/schema";class c extends o.default{constructor(d={}){super({...d,dynamicRef:!0,next:!0,unevaluated:!0})}_addVocabularies(){super._addVocabularies(),a.default.forEach(d=>this.addVocabulary(d)),this.opts.discriminator&&this.addKeyword(r.default)}_addDefaultMetaSchema(){super._addDefaultMetaSchema();const{$data:d,meta:A}=this.opts;A&&(s.default.call(this,d),this.refs["http://json-schema.org/schema"]=m)}defaultMeta(){return this.opts.defaultMeta=super.defaultMeta()||(this.getSchema(m)?m:void 0)}}e.Ajv2020=c,n.exports=e=c,n.exports.Ajv2020=c,Object.defineProperty(e,"__esModule",{value:!0}),e.default=c;var u=t.requireValidate();Object.defineProperty(e,"KeywordCxt",{enumerable:!0,get:function(){return u.KeywordCxt}});var i=t.requireCodegen();Object.defineProperty(e,"_",{enumerable:!0,get:function(){return i._}}),Object.defineProperty(e,"str",{enumerable:!0,get:function(){return i.str}}),Object.defineProperty(e,"stringify",{enumerable:!0,get:function(){return i.stringify}}),Object.defineProperty(e,"nil",{enumerable:!0,get:function(){return i.nil}}),Object.defineProperty(e,"Name",{enumerable:!0,get:function(){return i.Name}}),Object.defineProperty(e,"CodeGen",{enumerable:!0,get:function(){return i.CodeGen}});var h=t.requireValidation_error();Object.defineProperty(e,"ValidationError",{enumerable:!0,get:function(){return h.default}});var f=t.requireRef_error();Object.defineProperty(e,"MissingRefError",{enumerable:!0,get:function(){return f.default}})}(l,l.exports)),l.exports}var _=Ge();const Ue=t.getDefaultExportFromCjs(_),ke=R({__proto__:null,default:Ue},[_]);exports._2020=ke;
@@ -1,5 +1,5 @@
1
- import { h as _, i as A, j as R, k as q, l as P, r as S, b as O, c as M, d as I, e as N, f as C, g as D } from "./index-DfmwsIle.js";
2
- import { r as V, a as E, b as T } from "./index-E76KKV9V.js";
1
+ import { h as _, i as A, j as R, k as q, l as P, r as S, b as O, c as M, d as I, e as N, f as C, g as D } from "./index-D-CBfcZj.js";
2
+ import { r as V, a as E, b as T } from "./index-DbQzJti7.js";
3
3
  function w(r, e) {
4
4
  for (var n = 0; n < e.length; n++) {
5
5
  const t = e[n];
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("@tempots/dom"),u=require("../notice-cpODDUvJ.cjs"),w=require("../modal-CepbiM3u.cjs"),S=require("../translations-ZB5oDFId.cjs"),y=require("../translations-DQxg-W9w.cjs"),X=require("@tempots/ui"),q={google:{name:"Google",icon:"logos:google-icon",color:"#4285f4"},github:{name:"GitHub",icon:"logos:github-icon",color:"#333"},apple:{name:"Apple",icon:"logos:apple",color:"#000"},facebook:{name:"Facebook",icon:"logos:facebook",color:"#1877f2"},twitter:{name:"Twitter",icon:"logos:twitter",color:"#1da1f2"},microsoft:{name:"Microsoft",icon:"logos:microsoft-icon",color:"#00a4ef"},discord:{name:"Discord",icon:"logos:discord-icon",color:"#5865f2"},linkedin:{name:"LinkedIn",icon:"logos:linkedin-icon",color:"#0077b5"},instagram:{name:"Instagram",icon:"logos:instagram-icon",color:"#e4405f"},tiktok:{name:"TikTok",icon:"logos:tiktok-icon",color:"#000"},snapchat:{name:"Snapchat",icon:"logos:snapchat-icon",color:"#fffc00"},reddit:{name:"Reddit",icon:"logos:reddit-icon",color:"#ff4500"},pinterest:{name:"Pinterest",icon:"logos:pinterest-icon",color:"#bd081c"},twitch:{name:"Twitch",icon:"logos:twitch",color:"#9146ff"},steam:{name:"Steam",icon:"logos:steam-icon",color:"#000"},epic:{name:"Epic Games",icon:"simple-icons:epicgames",color:"#313131"},playstation:{name:"PlayStation",icon:"logos:playstation-icon",color:"#003791"},xbox:{name:"Xbox",icon:"logos:xbox-icon",color:"#107c10"},whatsapp:{name:"WhatsApp",icon:"logos:whatsapp-icon",color:"#25d366"},wechat:{name:"WeChat",icon:"logos:wechat-icon",color:"#1aad19"},amazon:{name:"Amazon",icon:"logos:amazon-icon",color:"#ff9900"},yahoo:{name:"Yahoo",icon:"logos:yahoo-icon",color:"#720e9e"},paypal:{name:"PayPal",icon:"logos:paypal",color:"#0070ba"},x:{name:"X",icon:"simple-icons:x",color:"#000"}};function D(o){return q[o]?.name||o}function Y(o){return q[o]?.icon||"mdi:account"}function Z(o){return q[o]?.color||"#666"}function J(o,e="Continue with {provider}"){return e.replace("{provider}",D(o))}const P={minLength:8,requireUppercase:!0,requireLowercase:!0,requireNumbers:!0,requireSymbols:!1};function K(o){return/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(o)}function V(o=32){const e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";let i="";for(let l=0;l<o;l++)i+=e.charAt(Math.floor(Math.random()*e.length));return i}function Q(o,e,i,l=[],c={}){const r={google:"https://accounts.google.com/oauth/authorize",github:"https://github.com/login/oauth/authorize",apple:"https://appleid.apple.com/auth/authorize",facebook:"https://www.facebook.com/v18.0/dialog/oauth",twitter:"https://twitter.com/i/oauth2/authorize",microsoft:"https://login.microsoftonline.com/common/oauth2/v2.0/authorize",discord:"https://discord.com/api/oauth2/authorize",linkedin:"https://www.linkedin.com/oauth/v2/authorization",instagram:"https://api.instagram.com/oauth/authorize",tiktok:"https://www.tiktok.com/v2/auth/authorize",snapchat:"https://accounts.snapchat.com/accounts/oauth2/authorize",reddit:"https://www.reddit.com/api/v1/authorize",pinterest:"https://api.pinterest.com/oauth/",twitch:"https://id.twitch.tv/oauth2/authorize",steam:"https://steamcommunity.com/oauth/authorize",epic:"https://auth.epicgames.com/authorize",playstation:"https://auth.api.sonyentertainmentnetwork.com/oauth/authorize",xbox:"https://login.live.com/oauth20_authorize.srf",whatsapp:"https://web.whatsapp.com/oauth/authorize",wechat:"https://open.weixin.qq.com/connect/qrconnect",amazon:"https://www.amazon.com/ap/oa",yahoo:"https://api.login.yahoo.com/oauth2/request_auth",paypal:"https://www.paypal.com/signin/authorize",x:"https://api.twitter.com/oauth2/authorize"},a={google:["openid","email","profile"],github:["user:email"],apple:["email","name"],facebook:["email"],twitter:["users.read"],microsoft:["openid","email","profile"],discord:["identify","email"],linkedin:["r_liteprofile","r_emailaddress"],instagram:["user_profile","user_media"],tiktok:["user.info.basic","user.external.id"],snapchat:["user.info.basic","user.external.id"],reddit:["identity","email"],pinterest:["read_public","read_relationships"],twitch:["openid","email","profile"],steam:["openid","email","profile"],epic:["openid","email","profile"],playstation:["openid","email","profile"],xbox:["openid","email","profile"],whatsapp:["openid","email","profile"],wechat:["openid","email","profile"],amazon:["openid","email","profile"],yahoo:["openid","email","profile"],paypal:["openid","email","profile"],x:["openid","email","profile"]},n=r[o];if(!n)throw new Error(`Unsupported provider: ${o}`);const m=l.length>0?l:a[o],s=V(),f=new URLSearchParams({client_id:e,redirect_uri:i,scope:m.join(" "),state:s,response_type:"code",...c});return`${n}?${f.toString()}`}function tt(o,e,i,l){const c=window.open(o,`${e}_login`,"width=500,height=600,scrollbars=yes,resizable=yes");if(!c){l?.(new Error("Failed to open popup window"));return}const r=setInterval(()=>{c.closed&&(clearInterval(r),l?.(new Error("Login cancelled")))},1e3),a=n=>{n.origin===window.location.origin&&(n.data.type==="SOCIAL_LOGIN_SUCCESS"?(clearInterval(r),c.close(),window.removeEventListener("message",a),i?.(n.data.result)):n.data.type==="SOCIAL_LOGIN_ERROR"&&(clearInterval(r),c.close(),window.removeEventListener("message",a),l?.(new Error(n.data.error))))};window.addEventListener("message",a)}function ot(o){return o instanceof Error?o.message:typeof o=="string"?o:o&&typeof o=="object"&&"message"in o?String(o.message):"An unexpected error occurred"}function et(){return typeof window<"u"&&typeof document<"u"}function A({task:o,message:e,onStart:i,onEnd:l}){return async c=>{i?.();const r=await u.taskToValidation({task:o!=null?()=>o(c):async()=>null,errorMessage:e,errorPath:["root"],validation:a=>a!=null?u.a.invalid({message:a}):u.a.valid});return l?.(),r}}function C(o=P){let e=w.string();return o.minLength&&(e=e.min(o.minLength,`Password must be at least ${o.minLength} characters`)),o.requireUppercase&&(e=e.regex(/[A-Z]/,"Password must contain at least one uppercase letter")),o.requireLowercase&&(e=e.regex(/[a-z]/,"Password must contain at least one lowercase letter")),o.requireNumbers&&(e=e.regex(/[0-9]/,"Password must contain at least one number")),o.requireSymbols&&(e=e.regex(/[!@#$%^&*()_+\-=\[\]{};':"\\|,.<>\/?]/,"Password must contain at least one special character")),o.customValidation&&(e=e.refine(i=>o.customValidation(i))),e}const B=w.string().min(1,"Email is required").email("Please enter a valid email address");function T(o){const e=o?C(o):w.string().refine(i=>i.length>0?null:"Password is required");return w.object({email:B,password:e,rememberMe:w.boolean().default(!1)}).schema()}function $(o=P,e){const i=C(o),l=e?.showNameField!==!1,c=e?.showConfirmPassword!==!1,r=e?.showAcceptTermsAndConditions!==!1,a={name:l?w.string().min(1,"Name is required").optional():w.string().optional(),email:B,password:i,confirmPassword:c?w.string().min(1,"Please confirm your password"):w.string(),acceptTerms:r?w.boolean().refine(m=>m===!0,"You must accept the terms and conditions"):w.boolean().default(!0)},n=w.object(a);return c?n.refine(m=>m.password===m.confirmPassword?null:"Passwords don't match",{path:["confirmPassword"]}).schema():n.schema()}const W=w.object({email:B}).schema(),at=T(),nt=$(),rt={signIn:T,signUp:$,resetPassword:()=>W};function st(o){const e=B.validate(o);return e.success?null:e.errors[0]?.message||"Invalid email"}function it(o,e=P){const l=C(e).validate(o);return l.success?null:l.errors[0]?.message||"Invalid password"}function O(o,e=P){const i={length:o.length>=(e.minLength||8),uppercase:/[A-Z]/.test(o),lowercase:/[a-z]/.test(o),numbers:/[0-9]/.test(o),symbols:/[!@#$%^&*()_+\-=\[\]{};':"\\|,.<>\/?]/.test(o),custom:e.customValidation?e.customValidation(o)===null:o.length>0},l=[!0,e.requireUppercase,e.requireLowercase,e.requireNumbers,e.requireSymbols,!!e.customValidation].filter(Boolean).length,c=[i.length,e.requireUppercase?i.uppercase:null,e.requireLowercase?i.lowercase:null,e.requireNumbers?i.numbers:null,e.requireSymbols?i.symbols:null,e.customValidation?i.custom:null].filter(n=>n===!0).length,r=l>0?Math.round(c/l*100):0;let a;return r<40?a="weak":r<60?a="fair":r<80?a="good":a="strong",{strength:a,score:r,checks:i}}const F=()=>t.localStorageProp({key:"bui_auth_email",defaultValue:null});function R({onSignIn:o,passwordRules:e,labels:i,showRememberMe:l}){const c=t.prop(!1),r=F(),a=T(e),n=u.useForm({schema:a,onSubmit:A({task:o,message:"Reset password failed",onStart:()=>{c.set(!0),n.controller.disable()},onEnd:()=>{c.set(!1),n.controller.enable()}}),initialValue:{email:"",password:""}}),{controller:m,submit:s}=n;c.on(m.setDisabled);const f=m.field("email"),b=m.field("password");return r.on(h=>{h!=null&&f.change(h)}),f.value.on(h=>{r.value!=null&&(r.value=h)}),t.Use(S.AuthI18n,h=>t.html.form(t.OnDispose(m.dispose,r.dispose,c.dispose),t.attr.class("bc-auth-form__form"),t.on.submit(s),u.Stack(t.attr.class("bc-auth-form__fields"),t.Ensure(m.error,g=>u.Notice({variant:"danger",tone:"prominent",role:"alert"},t.html.div(g))),u.Control(u.EmailInput,{controller:f,label:t.coalesce(i?.emailLabel,h.$.emailLabel)}),u.Control(u.PasswordInput,{controller:b,label:t.coalesce(i?.passwordLabel,h.$.passwordLabel)}),t.When(l??!0,()=>t.html.div(t.attr.class("bc-auth-form__remember-me"),t.html.label(t.attr.class("bc-auth-form__checkbox-label"),u.CheckboxInput({value:r.map(g=>g!=null),after:t.html.span(t.coalesce(i?.rememberMeLabel,h.$.rememberMeLabel)),onChange:g=>{g?r.value=f.value.value??"":r.value=null}}))))),y.Button({type:"submit",variant:"filled",color:"primary",loading:c,disabled:m.disabledOrHasErrors},t.attr.class("bc-auth-form__submit"),t.coalesce(i?.signInButton,h.$.signInButton))))}function M({password:o,rules:e=P,showLabel:i=!0,className:l}){const c=t.computedOf(o)(s=>!s||s.length===0?{strength:"weak",score:0,checks:{length:!1,uppercase:!1,lowercase:!1,numbers:!1,symbols:!1,custom:!1}}:O(s,e)),r=c.map(s=>s.strength),a=c.map(s=>s.score),n=c.map(s=>s.checks),m=t.computedOf(r,l)((s,f)=>["bc-password-strength",`bc-password-strength--${s}`,f].filter(Boolean).join(" "));return t.html.div(t.attr.class(m),t.html.div(t.attr.class("bc-password-strength__bar"),t.html.div(t.attr.class("bc-password-strength__fill"),t.attr.style(a.map(s=>`width: ${s}%`)))),t.When(i,()=>t.Use(S.AuthI18n,s=>t.html.div(t.attr.class("bc-password-strength__label"),t.computedOf(r,s)((f,b)=>{switch(f){case"weak":return b.passwordStrengthWeak;case"fair":return b.passwordStrengthFair;case"good":return b.passwordStrengthGood;case"strong":return b.passwordStrengthStrong;default:return b.passwordStrengthWeak}})))),t.html.div(t.attr.class("bc-password-strength__requirements"),t.When(e.minLength!==void 0,()=>t.html.div(t.attr.class("bc-password-strength__requirement"),t.attr.class(t.computedOf(n)(s=>s.length?"bc-password-strength__requirement--met":"")),t.html.span(t.attr.class("bc-password-strength__requirement-icon"),t.computedOf(n)(s=>s.length?"✓":"○")),t.html.span(t.attr.class("bc-password-strength__requirement-text"),`At least ${e.minLength} characters`))),t.When(e.requireUppercase===!0,()=>t.html.div(t.attr.class("bc-password-strength__requirement"),t.attr.class(t.computedOf(n)(s=>s.uppercase?"bc-password-strength__requirement--met":"")),t.html.span(t.attr.class("bc-password-strength__requirement-icon"),t.computedOf(n)(s=>s.uppercase?"✓":"○")),t.html.span(t.attr.class("bc-password-strength__requirement-text"),"One uppercase letter"))),t.When(e.requireLowercase===!0,()=>t.html.div(t.attr.class("bc-password-strength__requirement"),t.attr.class(t.computedOf(n)(s=>s.lowercase?"bc-password-strength__requirement--met":"")),t.html.span(t.attr.class("bc-password-strength__requirement-icon"),t.computedOf(n)(s=>s.lowercase?"✓":"○")),t.html.span(t.attr.class("bc-password-strength__requirement-text"),"One lowercase letter"))),t.When(e.requireNumbers===!0,()=>t.html.div(t.attr.class("bc-password-strength__requirement"),t.attr.class(t.computedOf(n)(s=>s.numbers?"bc-password-strength__requirement--met":"")),t.html.span(t.attr.class("bc-password-strength__requirement-icon"),t.computedOf(n)(s=>s.numbers?"✓":"○")),t.html.span(t.attr.class("bc-password-strength__requirement-text"),"One number"))),t.When(e.requireSymbols===!0,()=>t.html.div(t.attr.class("bc-password-strength__requirement"),t.attr.class(t.computedOf(n)(s=>s.symbols?"bc-password-strength__requirement--met":"")),t.html.span(t.attr.class("bc-password-strength__requirement-icon"),t.computedOf(n)(s=>s.symbols?"✓":"○")),t.html.span(t.attr.class("bc-password-strength__requirement-text"),"One special character")))))}function ct({password:o,rules:e=P,className:i}){const l=t.computedOf(o)(n=>!n||n.length===0?{strength:"weak",score:0}:O(n,e)),c=l.map(n=>n.strength),r=l.map(n=>n.score),a=t.computedOf(c,i)((n,m)=>["bc-password-strength-bar",`bc-password-strength-bar--${n}`,m].filter(Boolean).join(" "));return t.html.div(t.attr.class(a),t.html.div(t.attr.class("bc-password-strength-bar__fill"),t.attr.style(r.map(n=>`width: ${n}%`))))}function lt({password:o,rules:e=P,className:i}){const l=t.computedOf(o)(r=>!r||r.length===0?"weak":O(r,e).strength),c=t.computedOf(l,i)((r,a)=>["bc-password-strength-text",`bc-password-strength-text--${r}`,a].filter(Boolean).join(" "));return t.Use(S.AuthI18n,r=>t.html.span(t.attr.class(c),t.computedOf(l,r)((a,n)=>{switch(a){case"weak":return n.passwordStrengthWeak;case"fair":return n.passwordStrengthFair;case"good":return n.passwordStrengthGood;case"strong":return n.passwordStrengthStrong;default:return n.passwordStrengthWeak}})))}function N({passwordRules:o,labels:e,showPasswordStrength:i,onSignUp:l,showNameField:c,showConfirmPassword:r,showAcceptTermsAndConditions:a,termsAndConditions:n}){const m=t.prop(!1),s=o||P,f=$(s,{showNameField:c!==!1,showConfirmPassword:r!==!1,showAcceptTermsAndConditions:a!==!1}),b=u.useForm({schema:f,onSubmit:A({task:l!=null?k=>l({email:k.email,password:k.password,name:k.name}):void 0,message:"Reset password failed",onStart:()=>{m.set(!0),b.controller.disable()},onEnd:()=>{m.set(!1),b.controller.enable()}}),initialValue:{name:"",email:"",password:"",confirmPassword:"",acceptTerms:!1}}),{controller:h,submit:g}=b;m.on(h.setDisabled);const _=h.field("name"),I=h.field("email"),x=h.field("password"),z=h.field("confirmPassword"),v=h.field("acceptTerms");return t.Use(S.AuthI18n,k=>t.html.form(t.OnDispose(h.dispose,m.dispose),t.attr.class("bc-auth-form__form"),t.on.submit(g),u.Stack(t.attr.class("bc-auth-form__fields"),t.Ensure(h.error,L=>u.Notice({variant:"danger",tone:"prominent",role:"alert"},t.html.div(L))),t.When(c!==!1,()=>u.Control(y.TextInput,{controller:_.transform(L=>L??"",L=>L===""?void 0:L),label:t.coalesce(e?.nameLabel,k.$.nameLabel)})),u.Control(u.EmailInput,{controller:I,label:t.coalesce(e?.emailLabel,k.$.emailLabel)}),u.Control(u.PasswordInput,{controller:x,label:t.coalesce(e?.passwordLabel,k.$.passwordLabel)}),t.When(i??!1,()=>M({password:x.value,rules:s,showLabel:!0})),t.When(r??!1,()=>u.Control(u.PasswordInput,{controller:z,label:t.coalesce(e?.confirmPasswordLabel,k.$.confirmPasswordLabel)})),t.When(a??!1,()=>t.html.div(t.attr.class("bc-auth-form__terms"),t.html.label(t.attr.class("bc-auth-form__checkbox-label"),u.CheckboxInput({value:v.value.map(L=>L??!1),onChange:L=>v.change(L)}),t.html.span(n||t.coalesce(e?.acceptTermsLabel,k.$.acceptTermsLabel))),t.When(v.errorVisible,()=>t.html.div(t.attr.class("bc-auth-form__field-error"),v.error.map(L=>L||"")))))),y.Button({type:"submit",variant:"filled",color:"primary",loading:m,disabled:h.disabledOrHasErrors},t.attr.class("bc-auth-form__submit"),t.coalesce(e?.signUpButton,k.$.signUpButton))))}function G({onResetPassword:o,labels:e={}}){const i=F(),l=t.prop(!1),c=u.useForm({schema:W,onSubmit:A({task:o,message:"Reset password failed",onStart:()=>{l.set(!0),c.controller.disable()},onEnd:()=>{l.set(!1),c.controller.enable()}}),initialValue:{email:""}}),{controller:r,submit:a}=c;l.on(r.setDisabled);const n=r.field("email");return i.on(m=>{m!=null&&n.change(m)}),t.Use(S.AuthI18n,m=>t.html.form(t.OnDispose(r.dispose,i.dispose,l.dispose),t.attr.class("bc-auth-form__form"),t.Ensure(r.error,s=>u.Notice({variant:"danger",tone:"prominent",role:"alert"},t.html.div(s))),t.html.p(t.attr.class("bc-auth-form__description"),t.coalesce(e?.resetPasswordDescription,m.$.resetPasswordDescription)),t.on.submit(a),u.Stack(t.attr.class("bc-auth-form__fields"),u.Control(u.EmailInput,{controller:n,label:t.coalesce(e?.emailLabel,m.$.emailLabel)})),y.Button({loading:l,type:"submit",variant:"filled",color:"primary",disabled:r.disabledOrHasErrors},t.attr.class("bc-auth-form__submit"),t.coalesce(e?.resetPasswordButton,m.$.resetPasswordButton))))}function p({provider:o,onClick:e,size:i="md",name:l,icon:c,color:r,flow:a,labels:n}){const m=async()=>{if(e)try{a==="popup"?await e():await e()}catch(s){console.error(`Social login error for ${o} (${a||"redirect"} flow):`,s)}};return y.Button({type:"button",variant:"filled",size:i,color:r,onClick:m,roundedness:"full"},t.attr.class("bc-social-login-button"),t.attr.class(t.computedOf(o)(s=>`bc-social-login-button--${s}`)),t.html.span(t.attr.class("bc-social-login-button__inner"),t.html.span(t.attr.class("bc-social-login-button__icon"),y.Icon({icon:c,size:i},t.attr.class("bc-social-login-button__icon-inner"))),t.Use(S.AuthI18n,s=>t.html.span(t.attr.class("bc-social-login-button__label"),t.bind(t.coalesce(n?.continueWithProvider,s.$.continueWithProvider))(l)))))}function j({providers:o,onProviderClick:e,size:i="md",className:l}){return u.Stack(t.attr.class("bc-social-login-buttons"),t.attr.class(l),t.ForEach(o,c=>p({provider:c.$.provider,flow:c.$.flow,color:c.map(({provider:r})=>d[r].color),name:c.map(({provider:r})=>d[r].name),icon:c.map(({provider:r})=>d[r].icon),onClick:async()=>{e&&await e(c.$.provider.value)},size:i})))}const d={google:{name:"Google",icon:"logos:google-icon",color:"red"},github:{name:"GitHub",icon:"logos:github-icon",color:"black"},apple:{name:"Apple",icon:"logos:apple",color:"stone"},facebook:{name:"Facebook",icon:"logos:facebook",color:"blue"},twitter:{name:"Twitter",icon:"logos:twitter",color:"sky"},x:{name:"X",icon:"logos:x",color:"zinc"},microsoft:{name:"Microsoft",icon:"logos:microsoft-icon",color:"amber"},discord:{name:"Discord",icon:"logos:discord-icon",color:"indigo"},linkedin:{name:"LinkedIn",icon:"logos:linkedin-icon",color:"cyan"},instagram:{name:"Instagram",icon:"logos:instagram-icon",color:"fuchsia"},tiktok:{name:"TikTok",icon:"logos:tiktok-icon",color:"teal"},snapchat:{name:"Snapchat",icon:"streamline-logos:snapchat-logo-solid",color:"yellow"},reddit:{name:"Reddit",icon:"logos:reddit-icon",color:"orange"},pinterest:{name:"Pinterest",icon:"logos:pinterest",color:"rose"},twitch:{name:"Twitch",icon:"logos:twitch",color:"purple"},steam:{name:"Steam",icon:"logos:steam",color:"slate"},epic:{name:"Epic Games",icon:"streamline-logos:epic-games-logo-solid",color:"neutral"},playstation:{name:"PlayStation",icon:"streamline-logos:playstation-logo-solid",color:"violet"},xbox:{name:"Xbox",icon:"streamline-logos:xbox-live-logo-solid",color:"green"},whatsapp:{name:"WhatsApp",icon:"logos:whatsapp-icon",color:"emerald"},wechat:{name:"WeChat",icon:"streamline-logos:wechat-logo",color:"lime"},amazon:{name:"Amazon",icon:"streamline-logos:amazon-logo-solid",color:"red"},yahoo:{name:"Yahoo",icon:"logos:yahoo",color:"rose"},paypal:{name:"PayPal",icon:"logos:paypal",color:"blue"}},mt=o=>p({...o,...d.google,provider:"google"}),ut=o=>p({...o,...d.github,provider:"github"}),dt=o=>p({...o,...d.apple,provider:"apple"}),pt=o=>p({...o,...d.facebook,provider:"facebook"}),ht=o=>p({...o,...d.x,provider:"x"}),gt=o=>p({...o,...d.twitter,provider:"twitter"}),ft=o=>p({...o,...d.microsoft,provider:"microsoft"}),bt=o=>p({...o,...d.discord,provider:"discord"}),wt=o=>p({...o,...d.linkedin,provider:"linkedin"}),Lt=o=>p({...o,...d.instagram,provider:"instagram"}),_t=o=>p({...o,...d.tiktok,provider:"tiktok"}),vt=o=>p({...o,...d.snapchat,provider:"snapchat"}),kt=o=>p({...o,...d.reddit,provider:"reddit"}),St=o=>p({...o,...d.pinterest,provider:"pinterest"}),Pt=o=>p({...o,...d.twitch,provider:"twitch"}),yt=o=>p({...o,...d.steam,provider:"steam"}),Bt=o=>p({...o,...d.epic,provider:"epic"}),It=o=>p({...o,...d.playstation,provider:"playstation"}),xt=o=>p({...o,...d.xbox,provider:"xbox"}),qt=o=>p({...o,...d.whatsapp,provider:"whatsapp"}),At=o=>p({...o,...d.wechat,provider:"wechat"}),Ct=o=>p({...o,...d.amazon,provider:"amazon"}),Tt=o=>p({...o,...d.yahoo,provider:"yahoo"}),$t=o=>p({...o,...d.paypal,provider:"paypal"});function E({providers:o}){return u.Stack(j({providers:o}))}function H({mode:o,socialProviders:e,passwordRules:i,showRememberMe:l,showSocialDivider:c,showPasswordStrength:r,labels:a,onSignIn:n,onSignUp:m,onResetPassword:s,onModeChange:f,showContainer:b},...h){const g=o!=null?t.Value.deriveProp(o):t.prop("signin");return g.on(_=>f?.(_)),t.Use(S.AuthI18n,_=>{function I(){const v=t.coalesce(a?.hasAccountLink,_.$.hasAccountLink);return t.html.button(t.attr.type("button"),t.attr.class("bc-auth-form__link"),t.on.click(()=>g.set("signin")),v)}function x(){return t.html.button(t.attr.type("button"),t.attr.class("bc-auth-form__link"),t.on.click(()=>g.set("signup")),t.coalesce(a?.noAccountLink,_.$.noAccountLink))}function z(){return t.html.button(t.attr.type("button"),t.attr.class("bc-auth-form__link"),t.on.click(()=>g.set("reset-password")),t.coalesce(a?.forgotPasswordLink,_.$.forgotPasswordLink))}return t.html.div(X.classes({"bc-auth-container":!0,"bc-auth-container--styled":t.Value.map(b??!0,v=>v)}),t.attr.class(g.map(v=>`bc-auth-container--${v}`)),t.attr.class("bc-auth-form"),t.OnDispose(g.dispose),t.OneOfValue(g,{signin:()=>t.Fragment(t.html.h2(t.attr.class("bc-auth-form__title"),t.coalesce(a?.signInTitle,_.$.signInTitle)),e!=null?t.Fragment(E({providers:e}),t.When(c??!1,U)):null,R({onSignIn:n,showRememberMe:l,passwordRules:i,labels:{emailLabel:a?.emailLabel,passwordLabel:a?.passwordLabel,rememberMeLabel:a?.rememberMeLabel,signInButton:a?.signInButton,forgotPasswordLink:a?.forgotPasswordLink,noAccountLink:a?.noAccountLink}}),u.Stack(t.attr.class("bc-auth-form__footer"),x(),z())),signup:()=>t.Fragment(t.html.h2(t.attr.class("bc-auth-form__title"),t.coalesce(a?.signUpTitle,_.$.signUpTitle)),e!=null?t.Fragment(E({providers:e}),t.When(c??!1,U)):null,N({labels:{nameLabel:a?.nameLabel,emailLabel:a?.emailLabel,passwordLabel:a?.passwordLabel,confirmPasswordLabel:a?.confirmPasswordLabel,acceptTermsLabel:a?.acceptTermsLabel,signUpButton:a?.signUpButton,hasAccountLink:a?.hasAccountLink},onSignUp:m,passwordRules:i,showPasswordStrength:r}),u.Stack(t.attr.class("bc-auth-form__footer"),I())),"reset-password":()=>t.Fragment(t.html.h2(t.attr.class("bc-auth-form__title"),t.coalesce(a?.resetPasswordTitle,_.$.resetPasswordTitle)),G({labels:{backToSignInLink:a?.backToSignInLink,emailLabel:a?.emailLabel,resetPasswordButton:a?.resetPasswordButton,resetPasswordDescription:a?.resetPasswordDescription},onResetPassword:s}),u.Stack(t.attr.class("bc-auth-form__footer"),I()))}),...h)})}function Ot(o){return w.Modal({size:"sm",dismissable:!0,showCloseButton:!0},(e,i)=>o(l=>e({body:H({showContainer:!1,...l}),header:t.Use(S.AuthI18n,c=>t.coalesce(l.modalTitle,c.$.authenticationTitle))})))}function U({labels:o,className:e}={}){return t.html.div(t.attr.class("bc-auth-divider"),t.attr.class(e),t.html.div(t.attr.class("bc-auth-divider__line")),t.Use(S.AuthI18n,i=>t.html.span(t.attr.class("bc-auth-divider__text"),t.coalesce(o?.text,i.$.orDivider))),t.html.div(t.attr.class("bc-auth-divider__line")))}exports.AmazonLoginButton=Ct;exports.AppleLoginButton=dt;exports.AuthContainer=H;exports.AuthDivider=U;exports.AuthModal=Ot;exports.DiscordLoginButton=bt;exports.EpicLoginButton=Bt;exports.FacebookLoginButton=pt;exports.GitHubLoginButton=ut;exports.GoogleLoginButton=mt;exports.InstagramLoginButton=Lt;exports.LinkedInLoginButton=wt;exports.MicrosoftLoginButton=ft;exports.PasswordStrengthBar=ct;exports.PasswordStrengthIndicator=M;exports.PasswordStrengthText=lt;exports.PayPalLoginButton=$t;exports.PinterestLoginButton=St;exports.PlayStationLoginButton=It;exports.RedditLoginButton=kt;exports.ResetPasswordForm=G;exports.SignInForm=R;exports.SignUpForm=N;exports.SnapchatLoginButton=vt;exports.SocialLoginButton=p;exports.SocialLoginButtons=j;exports.SocialProviders=E;exports.SteamLoginButton=yt;exports.TiktokLoginButton=_t;exports.TwitchLoginButton=Pt;exports.TwitterLoginButton=gt;exports.WeChatLoginButton=At;exports.WhatsAppLoginButton=qt;exports.XLoginButtin=ht;exports.XboxLoginButton=xt;exports.YahooLoginButton=Tt;exports.authSchemas=rt;exports.calculatePasswordStrength=O;exports.createPasswordSchema=C;exports.createSignInSchema=T;exports.createSignUpSchema=$;exports.createSocialLoginUrl=Q;exports.defaultPasswordRules=P;exports.defaultSignInSchema=at;exports.defaultSignUpSchema=nt;exports.emailSchema=B;exports.formatAuthError=ot;exports.formatProviderName=D;exports.formatSocialLoginText=J;exports.generateRandomString=V;exports.getProviderColor=Z;exports.getProviderIcon=Y;exports.isBrowser=et;exports.isValidEmail=K;exports.openSocialLoginPopup=tt;exports.providerInfo=q;exports.requestToControllerValidation=A;exports.resetPasswordSchema=W;exports.socialProviderInfo=d;exports.useAuthEmailProp=F;exports.validateEmail=st;exports.validatePassword=it;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("@tempots/dom"),u=require("../notice-len8sDjL.cjs"),w=require("../modal-AFhB4rIq.cjs"),S=require("../translations-ZB5oDFId.cjs"),y=require("../translations-DQxg-W9w.cjs"),X=require("@tempots/ui"),q={google:{name:"Google",icon:"logos:google-icon",color:"#4285f4"},github:{name:"GitHub",icon:"logos:github-icon",color:"#333"},apple:{name:"Apple",icon:"logos:apple",color:"#000"},facebook:{name:"Facebook",icon:"logos:facebook",color:"#1877f2"},twitter:{name:"Twitter",icon:"logos:twitter",color:"#1da1f2"},microsoft:{name:"Microsoft",icon:"logos:microsoft-icon",color:"#00a4ef"},discord:{name:"Discord",icon:"logos:discord-icon",color:"#5865f2"},linkedin:{name:"LinkedIn",icon:"logos:linkedin-icon",color:"#0077b5"},instagram:{name:"Instagram",icon:"logos:instagram-icon",color:"#e4405f"},tiktok:{name:"TikTok",icon:"logos:tiktok-icon",color:"#000"},snapchat:{name:"Snapchat",icon:"logos:snapchat-icon",color:"#fffc00"},reddit:{name:"Reddit",icon:"logos:reddit-icon",color:"#ff4500"},pinterest:{name:"Pinterest",icon:"logos:pinterest-icon",color:"#bd081c"},twitch:{name:"Twitch",icon:"logos:twitch",color:"#9146ff"},steam:{name:"Steam",icon:"logos:steam-icon",color:"#000"},epic:{name:"Epic Games",icon:"simple-icons:epicgames",color:"#313131"},playstation:{name:"PlayStation",icon:"logos:playstation-icon",color:"#003791"},xbox:{name:"Xbox",icon:"logos:xbox-icon",color:"#107c10"},whatsapp:{name:"WhatsApp",icon:"logos:whatsapp-icon",color:"#25d366"},wechat:{name:"WeChat",icon:"logos:wechat-icon",color:"#1aad19"},amazon:{name:"Amazon",icon:"logos:amazon-icon",color:"#ff9900"},yahoo:{name:"Yahoo",icon:"logos:yahoo-icon",color:"#720e9e"},paypal:{name:"PayPal",icon:"logos:paypal",color:"#0070ba"},x:{name:"X",icon:"simple-icons:x",color:"#000"}};function D(o){return q[o]?.name||o}function Y(o){return q[o]?.icon||"mdi:account"}function Z(o){return q[o]?.color||"#666"}function J(o,e="Continue with {provider}"){return e.replace("{provider}",D(o))}const P={minLength:8,requireUppercase:!0,requireLowercase:!0,requireNumbers:!0,requireSymbols:!1};function K(o){return/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(o)}function V(o=32){const e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";let i="";for(let l=0;l<o;l++)i+=e.charAt(Math.floor(Math.random()*e.length));return i}function Q(o,e,i,l=[],c={}){const r={google:"https://accounts.google.com/oauth/authorize",github:"https://github.com/login/oauth/authorize",apple:"https://appleid.apple.com/auth/authorize",facebook:"https://www.facebook.com/v18.0/dialog/oauth",twitter:"https://twitter.com/i/oauth2/authorize",microsoft:"https://login.microsoftonline.com/common/oauth2/v2.0/authorize",discord:"https://discord.com/api/oauth2/authorize",linkedin:"https://www.linkedin.com/oauth/v2/authorization",instagram:"https://api.instagram.com/oauth/authorize",tiktok:"https://www.tiktok.com/v2/auth/authorize",snapchat:"https://accounts.snapchat.com/accounts/oauth2/authorize",reddit:"https://www.reddit.com/api/v1/authorize",pinterest:"https://api.pinterest.com/oauth/",twitch:"https://id.twitch.tv/oauth2/authorize",steam:"https://steamcommunity.com/oauth/authorize",epic:"https://auth.epicgames.com/authorize",playstation:"https://auth.api.sonyentertainmentnetwork.com/oauth/authorize",xbox:"https://login.live.com/oauth20_authorize.srf",whatsapp:"https://web.whatsapp.com/oauth/authorize",wechat:"https://open.weixin.qq.com/connect/qrconnect",amazon:"https://www.amazon.com/ap/oa",yahoo:"https://api.login.yahoo.com/oauth2/request_auth",paypal:"https://www.paypal.com/signin/authorize",x:"https://api.twitter.com/oauth2/authorize"},a={google:["openid","email","profile"],github:["user:email"],apple:["email","name"],facebook:["email"],twitter:["users.read"],microsoft:["openid","email","profile"],discord:["identify","email"],linkedin:["r_liteprofile","r_emailaddress"],instagram:["user_profile","user_media"],tiktok:["user.info.basic","user.external.id"],snapchat:["user.info.basic","user.external.id"],reddit:["identity","email"],pinterest:["read_public","read_relationships"],twitch:["openid","email","profile"],steam:["openid","email","profile"],epic:["openid","email","profile"],playstation:["openid","email","profile"],xbox:["openid","email","profile"],whatsapp:["openid","email","profile"],wechat:["openid","email","profile"],amazon:["openid","email","profile"],yahoo:["openid","email","profile"],paypal:["openid","email","profile"],x:["openid","email","profile"]},n=r[o];if(!n)throw new Error(`Unsupported provider: ${o}`);const m=l.length>0?l:a[o],s=V(),f=new URLSearchParams({client_id:e,redirect_uri:i,scope:m.join(" "),state:s,response_type:"code",...c});return`${n}?${f.toString()}`}function tt(o,e,i,l){const c=window.open(o,`${e}_login`,"width=500,height=600,scrollbars=yes,resizable=yes");if(!c){l?.(new Error("Failed to open popup window"));return}const r=setInterval(()=>{c.closed&&(clearInterval(r),l?.(new Error("Login cancelled")))},1e3),a=n=>{n.origin===window.location.origin&&(n.data.type==="SOCIAL_LOGIN_SUCCESS"?(clearInterval(r),c.close(),window.removeEventListener("message",a),i?.(n.data.result)):n.data.type==="SOCIAL_LOGIN_ERROR"&&(clearInterval(r),c.close(),window.removeEventListener("message",a),l?.(new Error(n.data.error))))};window.addEventListener("message",a)}function ot(o){return o instanceof Error?o.message:typeof o=="string"?o:o&&typeof o=="object"&&"message"in o?String(o.message):"An unexpected error occurred"}function et(){return typeof window<"u"&&typeof document<"u"}function A({task:o,message:e,onStart:i,onEnd:l}){return async c=>{i?.();const r=await u.taskToValidation({task:o!=null?()=>o(c):async()=>null,errorMessage:e,errorPath:["root"],validation:a=>a!=null?u.a.invalid({message:a}):u.a.valid});return l?.(),r}}function C(o=P){let e=w.string();return o.minLength&&(e=e.min(o.minLength,`Password must be at least ${o.minLength} characters`)),o.requireUppercase&&(e=e.regex(/[A-Z]/,"Password must contain at least one uppercase letter")),o.requireLowercase&&(e=e.regex(/[a-z]/,"Password must contain at least one lowercase letter")),o.requireNumbers&&(e=e.regex(/[0-9]/,"Password must contain at least one number")),o.requireSymbols&&(e=e.regex(/[!@#$%^&*()_+\-=\[\]{};':"\\|,.<>\/?]/,"Password must contain at least one special character")),o.customValidation&&(e=e.refine(i=>o.customValidation(i))),e}const B=w.string().min(1,"Email is required").email("Please enter a valid email address");function T(o){const e=o?C(o):w.string().refine(i=>i.length>0?null:"Password is required");return w.object({email:B,password:e,rememberMe:w.boolean().default(!1)}).schema()}function $(o=P,e){const i=C(o),l=e?.showNameField!==!1,c=e?.showConfirmPassword!==!1,r=e?.showAcceptTermsAndConditions!==!1,a={name:l?w.string().min(1,"Name is required").optional():w.string().optional(),email:B,password:i,confirmPassword:c?w.string().min(1,"Please confirm your password"):w.string(),acceptTerms:r?w.boolean().refine(m=>m===!0,"You must accept the terms and conditions"):w.boolean().default(!0)},n=w.object(a);return c?n.refine(m=>m.password===m.confirmPassword?null:"Passwords don't match",{path:["confirmPassword"]}).schema():n.schema()}const W=w.object({email:B}).schema(),at=T(),nt=$(),rt={signIn:T,signUp:$,resetPassword:()=>W};function st(o){const e=B.validate(o);return e.success?null:e.errors[0]?.message||"Invalid email"}function it(o,e=P){const l=C(e).validate(o);return l.success?null:l.errors[0]?.message||"Invalid password"}function O(o,e=P){const i={length:o.length>=(e.minLength||8),uppercase:/[A-Z]/.test(o),lowercase:/[a-z]/.test(o),numbers:/[0-9]/.test(o),symbols:/[!@#$%^&*()_+\-=\[\]{};':"\\|,.<>\/?]/.test(o),custom:e.customValidation?e.customValidation(o)===null:o.length>0},l=[!0,e.requireUppercase,e.requireLowercase,e.requireNumbers,e.requireSymbols,!!e.customValidation].filter(Boolean).length,c=[i.length,e.requireUppercase?i.uppercase:null,e.requireLowercase?i.lowercase:null,e.requireNumbers?i.numbers:null,e.requireSymbols?i.symbols:null,e.customValidation?i.custom:null].filter(n=>n===!0).length,r=l>0?Math.round(c/l*100):0;let a;return r<40?a="weak":r<60?a="fair":r<80?a="good":a="strong",{strength:a,score:r,checks:i}}const F=()=>t.localStorageProp({key:"bui_auth_email",defaultValue:null});function R({onSignIn:o,passwordRules:e,labels:i,showRememberMe:l}){const c=t.prop(!1),r=F(),a=T(e),n=u.useForm({schema:a,onSubmit:A({task:o,message:"Reset password failed",onStart:()=>{c.set(!0),n.controller.disable()},onEnd:()=>{c.set(!1),n.controller.enable()}}),initialValue:{email:"",password:""}}),{controller:m,submit:s}=n;c.on(m.setDisabled);const f=m.field("email"),b=m.field("password");return r.on(h=>{h!=null&&f.change(h)}),f.signal.on(h=>{r.value!=null&&(r.value=h)}),t.Use(S.AuthI18n,h=>t.html.form(t.OnDispose(m.dispose,r.dispose,c.dispose),t.attr.class("bc-auth-form__form"),t.on.submit(s),u.Stack(t.attr.class("bc-auth-form__fields"),t.Ensure(m.error,g=>u.Notice({variant:"danger",tone:"prominent",role:"alert"},t.html.div(g))),u.Control(u.EmailInput,{controller:f,label:t.coalesce(i?.emailLabel,h.$.emailLabel)}),u.Control(u.PasswordInput,{controller:b,label:t.coalesce(i?.passwordLabel,h.$.passwordLabel)}),t.When(l??!0,()=>t.html.div(t.attr.class("bc-auth-form__remember-me"),t.html.label(t.attr.class("bc-auth-form__checkbox-label"),u.CheckboxInput({value:r.map(g=>g!=null),after:t.html.span(t.coalesce(i?.rememberMeLabel,h.$.rememberMeLabel)),onChange:g=>{g?r.value=f.signal.value??"":r.value=null}}))))),y.Button({type:"submit",variant:"filled",color:"primary",loading:c,disabled:m.disabledOrHasErrors},t.attr.class("bc-auth-form__submit"),t.coalesce(i?.signInButton,h.$.signInButton))))}function M({password:o,rules:e=P,showLabel:i=!0,className:l}){const c=t.computedOf(o)(s=>!s||s.length===0?{strength:"weak",score:0,checks:{length:!1,uppercase:!1,lowercase:!1,numbers:!1,symbols:!1,custom:!1}}:O(s,e)),r=c.map(s=>s.strength),a=c.map(s=>s.score),n=c.map(s=>s.checks),m=t.computedOf(r,l)((s,f)=>["bc-password-strength",`bc-password-strength--${s}`,f].filter(Boolean).join(" "));return t.html.div(t.attr.class(m),t.html.div(t.attr.class("bc-password-strength__bar"),t.html.div(t.attr.class("bc-password-strength__fill"),t.attr.style(a.map(s=>`width: ${s}%`)))),t.When(i,()=>t.Use(S.AuthI18n,s=>t.html.div(t.attr.class("bc-password-strength__label"),t.computedOf(r,s)((f,b)=>{switch(f){case"weak":return b.passwordStrengthWeak;case"fair":return b.passwordStrengthFair;case"good":return b.passwordStrengthGood;case"strong":return b.passwordStrengthStrong;default:return b.passwordStrengthWeak}})))),t.html.div(t.attr.class("bc-password-strength__requirements"),t.When(e.minLength!==void 0,()=>t.html.div(t.attr.class("bc-password-strength__requirement"),t.attr.class(t.computedOf(n)(s=>s.length?"bc-password-strength__requirement--met":"")),t.html.span(t.attr.class("bc-password-strength__requirement-icon"),t.computedOf(n)(s=>s.length?"✓":"○")),t.html.span(t.attr.class("bc-password-strength__requirement-text"),`At least ${e.minLength} characters`))),t.When(e.requireUppercase===!0,()=>t.html.div(t.attr.class("bc-password-strength__requirement"),t.attr.class(t.computedOf(n)(s=>s.uppercase?"bc-password-strength__requirement--met":"")),t.html.span(t.attr.class("bc-password-strength__requirement-icon"),t.computedOf(n)(s=>s.uppercase?"✓":"○")),t.html.span(t.attr.class("bc-password-strength__requirement-text"),"One uppercase letter"))),t.When(e.requireLowercase===!0,()=>t.html.div(t.attr.class("bc-password-strength__requirement"),t.attr.class(t.computedOf(n)(s=>s.lowercase?"bc-password-strength__requirement--met":"")),t.html.span(t.attr.class("bc-password-strength__requirement-icon"),t.computedOf(n)(s=>s.lowercase?"✓":"○")),t.html.span(t.attr.class("bc-password-strength__requirement-text"),"One lowercase letter"))),t.When(e.requireNumbers===!0,()=>t.html.div(t.attr.class("bc-password-strength__requirement"),t.attr.class(t.computedOf(n)(s=>s.numbers?"bc-password-strength__requirement--met":"")),t.html.span(t.attr.class("bc-password-strength__requirement-icon"),t.computedOf(n)(s=>s.numbers?"✓":"○")),t.html.span(t.attr.class("bc-password-strength__requirement-text"),"One number"))),t.When(e.requireSymbols===!0,()=>t.html.div(t.attr.class("bc-password-strength__requirement"),t.attr.class(t.computedOf(n)(s=>s.symbols?"bc-password-strength__requirement--met":"")),t.html.span(t.attr.class("bc-password-strength__requirement-icon"),t.computedOf(n)(s=>s.symbols?"✓":"○")),t.html.span(t.attr.class("bc-password-strength__requirement-text"),"One special character")))))}function ct({password:o,rules:e=P,className:i}){const l=t.computedOf(o)(n=>!n||n.length===0?{strength:"weak",score:0}:O(n,e)),c=l.map(n=>n.strength),r=l.map(n=>n.score),a=t.computedOf(c,i)((n,m)=>["bc-password-strength-bar",`bc-password-strength-bar--${n}`,m].filter(Boolean).join(" "));return t.html.div(t.attr.class(a),t.html.div(t.attr.class("bc-password-strength-bar__fill"),t.attr.style(r.map(n=>`width: ${n}%`))))}function lt({password:o,rules:e=P,className:i}){const l=t.computedOf(o)(r=>!r||r.length===0?"weak":O(r,e).strength),c=t.computedOf(l,i)((r,a)=>["bc-password-strength-text",`bc-password-strength-text--${r}`,a].filter(Boolean).join(" "));return t.Use(S.AuthI18n,r=>t.html.span(t.attr.class(c),t.computedOf(l,r)((a,n)=>{switch(a){case"weak":return n.passwordStrengthWeak;case"fair":return n.passwordStrengthFair;case"good":return n.passwordStrengthGood;case"strong":return n.passwordStrengthStrong;default:return n.passwordStrengthWeak}})))}function N({passwordRules:o,labels:e,showPasswordStrength:i,onSignUp:l,showNameField:c,showConfirmPassword:r,showAcceptTermsAndConditions:a,termsAndConditions:n}){const m=t.prop(!1),s=o||P,f=$(s,{showNameField:c!==!1,showConfirmPassword:r!==!1,showAcceptTermsAndConditions:a!==!1}),b=u.useForm({schema:f,onSubmit:A({task:l!=null?v=>l({email:v.email,password:v.password,name:v.name}):void 0,message:"Reset password failed",onStart:()=>{m.set(!0),b.controller.disable()},onEnd:()=>{m.set(!1),b.controller.enable()}}),initialValue:{name:"",email:"",password:"",confirmPassword:"",acceptTerms:!1}}),{controller:h,submit:g}=b;m.on(h.setDisabled);const _=h.field("name"),I=h.field("email"),x=h.field("password"),z=h.field("confirmPassword"),k=h.field("acceptTerms");return t.Use(S.AuthI18n,v=>t.html.form(t.OnDispose(h.dispose,m.dispose),t.attr.class("bc-auth-form__form"),t.on.submit(g),u.Stack(t.attr.class("bc-auth-form__fields"),t.Ensure(h.error,L=>u.Notice({variant:"danger",tone:"prominent",role:"alert"},t.html.div(L))),t.When(c!==!1,()=>u.Control(y.TextInput,{controller:_.transform(L=>L??"",L=>L===""?void 0:L),label:t.coalesce(e?.nameLabel,v.$.nameLabel)})),u.Control(u.EmailInput,{controller:I,label:t.coalesce(e?.emailLabel,v.$.emailLabel)}),u.Control(u.PasswordInput,{controller:x,label:t.coalesce(e?.passwordLabel,v.$.passwordLabel)}),t.When(i??!1,()=>M({password:x.signal,rules:s,showLabel:!0})),t.When(r??!1,()=>u.Control(u.PasswordInput,{controller:z,label:t.coalesce(e?.confirmPasswordLabel,v.$.confirmPasswordLabel)})),t.When(a??!1,()=>t.html.div(t.attr.class("bc-auth-form__terms"),t.html.label(t.attr.class("bc-auth-form__checkbox-label"),u.CheckboxInput({value:k.signal.map(L=>L??!1),onChange:L=>k.change(L)}),t.html.span(n||t.coalesce(e?.acceptTermsLabel,v.$.acceptTermsLabel))),t.When(k.errorVisible,()=>t.html.div(t.attr.class("bc-auth-form__field-error"),k.error.map(L=>L||"")))))),y.Button({type:"submit",variant:"filled",color:"primary",loading:m,disabled:h.disabledOrHasErrors},t.attr.class("bc-auth-form__submit"),t.coalesce(e?.signUpButton,v.$.signUpButton))))}function G({onResetPassword:o,labels:e={}}){const i=F(),l=t.prop(!1),c=u.useForm({schema:W,onSubmit:A({task:o,message:"Reset password failed",onStart:()=>{l.set(!0),c.controller.disable()},onEnd:()=>{l.set(!1),c.controller.enable()}}),initialValue:{email:""}}),{controller:r,submit:a}=c;l.on(r.setDisabled);const n=r.field("email");return i.on(m=>{m!=null&&n.change(m)}),t.Use(S.AuthI18n,m=>t.html.form(t.OnDispose(r.dispose,i.dispose,l.dispose),t.attr.class("bc-auth-form__form"),t.Ensure(r.error,s=>u.Notice({variant:"danger",tone:"prominent",role:"alert"},t.html.div(s))),t.html.p(t.attr.class("bc-auth-form__description"),t.coalesce(e?.resetPasswordDescription,m.$.resetPasswordDescription)),t.on.submit(a),u.Stack(t.attr.class("bc-auth-form__fields"),u.Control(u.EmailInput,{controller:n,label:t.coalesce(e?.emailLabel,m.$.emailLabel)})),y.Button({loading:l,type:"submit",variant:"filled",color:"primary",disabled:r.disabledOrHasErrors},t.attr.class("bc-auth-form__submit"),t.coalesce(e?.resetPasswordButton,m.$.resetPasswordButton))))}function p({provider:o,onClick:e,size:i="md",name:l,icon:c,color:r,flow:a,labels:n}){const m=async()=>{if(e)try{a==="popup"?await e():await e()}catch(s){console.error(`Social login error for ${o} (${a||"redirect"} flow):`,s)}};return y.Button({type:"button",variant:"filled",size:i,color:r,onClick:m,roundedness:"full"},t.attr.class("bc-social-login-button"),t.attr.class(t.computedOf(o)(s=>`bc-social-login-button--${s}`)),t.html.span(t.attr.class("bc-social-login-button__inner"),t.html.span(t.attr.class("bc-social-login-button__icon"),y.Icon({icon:c,size:i},t.attr.class("bc-social-login-button__icon-inner"))),t.Use(S.AuthI18n,s=>t.html.span(t.attr.class("bc-social-login-button__label"),t.bind(t.coalesce(n?.continueWithProvider,s.$.continueWithProvider))(l)))))}function j({providers:o,onProviderClick:e,size:i="md",className:l}){return u.Stack(t.attr.class("bc-social-login-buttons"),t.attr.class(l),t.ForEach(o,c=>p({provider:c.$.provider,flow:c.$.flow,color:c.map(({provider:r})=>d[r].color),name:c.map(({provider:r})=>d[r].name),icon:c.map(({provider:r})=>d[r].icon),onClick:async()=>{e&&await e(c.$.provider.value)},size:i})))}const d={google:{name:"Google",icon:"logos:google-icon",color:"red"},github:{name:"GitHub",icon:"logos:github-icon",color:"black"},apple:{name:"Apple",icon:"logos:apple",color:"stone"},facebook:{name:"Facebook",icon:"logos:facebook",color:"blue"},twitter:{name:"Twitter",icon:"logos:twitter",color:"sky"},x:{name:"X",icon:"logos:x",color:"zinc"},microsoft:{name:"Microsoft",icon:"logos:microsoft-icon",color:"amber"},discord:{name:"Discord",icon:"logos:discord-icon",color:"indigo"},linkedin:{name:"LinkedIn",icon:"logos:linkedin-icon",color:"cyan"},instagram:{name:"Instagram",icon:"logos:instagram-icon",color:"fuchsia"},tiktok:{name:"TikTok",icon:"logos:tiktok-icon",color:"teal"},snapchat:{name:"Snapchat",icon:"streamline-logos:snapchat-logo-solid",color:"yellow"},reddit:{name:"Reddit",icon:"logos:reddit-icon",color:"orange"},pinterest:{name:"Pinterest",icon:"logos:pinterest",color:"rose"},twitch:{name:"Twitch",icon:"logos:twitch",color:"purple"},steam:{name:"Steam",icon:"logos:steam",color:"slate"},epic:{name:"Epic Games",icon:"streamline-logos:epic-games-logo-solid",color:"neutral"},playstation:{name:"PlayStation",icon:"streamline-logos:playstation-logo-solid",color:"violet"},xbox:{name:"Xbox",icon:"streamline-logos:xbox-live-logo-solid",color:"green"},whatsapp:{name:"WhatsApp",icon:"logos:whatsapp-icon",color:"emerald"},wechat:{name:"WeChat",icon:"streamline-logos:wechat-logo",color:"lime"},amazon:{name:"Amazon",icon:"streamline-logos:amazon-logo-solid",color:"red"},yahoo:{name:"Yahoo",icon:"logos:yahoo",color:"rose"},paypal:{name:"PayPal",icon:"logos:paypal",color:"blue"}},mt=o=>p({...o,...d.google,provider:"google"}),ut=o=>p({...o,...d.github,provider:"github"}),dt=o=>p({...o,...d.apple,provider:"apple"}),pt=o=>p({...o,...d.facebook,provider:"facebook"}),ht=o=>p({...o,...d.x,provider:"x"}),gt=o=>p({...o,...d.twitter,provider:"twitter"}),ft=o=>p({...o,...d.microsoft,provider:"microsoft"}),bt=o=>p({...o,...d.discord,provider:"discord"}),wt=o=>p({...o,...d.linkedin,provider:"linkedin"}),Lt=o=>p({...o,...d.instagram,provider:"instagram"}),_t=o=>p({...o,...d.tiktok,provider:"tiktok"}),kt=o=>p({...o,...d.snapchat,provider:"snapchat"}),vt=o=>p({...o,...d.reddit,provider:"reddit"}),St=o=>p({...o,...d.pinterest,provider:"pinterest"}),Pt=o=>p({...o,...d.twitch,provider:"twitch"}),yt=o=>p({...o,...d.steam,provider:"steam"}),Bt=o=>p({...o,...d.epic,provider:"epic"}),It=o=>p({...o,...d.playstation,provider:"playstation"}),xt=o=>p({...o,...d.xbox,provider:"xbox"}),qt=o=>p({...o,...d.whatsapp,provider:"whatsapp"}),At=o=>p({...o,...d.wechat,provider:"wechat"}),Ct=o=>p({...o,...d.amazon,provider:"amazon"}),Tt=o=>p({...o,...d.yahoo,provider:"yahoo"}),$t=o=>p({...o,...d.paypal,provider:"paypal"});function E({providers:o}){return u.Stack(j({providers:o}))}function H({mode:o,socialProviders:e,passwordRules:i,showRememberMe:l,showSocialDivider:c,showPasswordStrength:r,labels:a,onSignIn:n,onSignUp:m,onResetPassword:s,onModeChange:f,showContainer:b},...h){const g=o!=null?t.Value.deriveProp(o):t.prop("signin");return g.on(_=>f?.(_)),t.Use(S.AuthI18n,_=>{function I(){const k=t.coalesce(a?.hasAccountLink,_.$.hasAccountLink);return t.html.button(t.attr.type("button"),t.attr.class("bc-auth-form__link"),t.on.click(()=>g.set("signin")),k)}function x(){return t.html.button(t.attr.type("button"),t.attr.class("bc-auth-form__link"),t.on.click(()=>g.set("signup")),t.coalesce(a?.noAccountLink,_.$.noAccountLink))}function z(){return t.html.button(t.attr.type("button"),t.attr.class("bc-auth-form__link"),t.on.click(()=>g.set("reset-password")),t.coalesce(a?.forgotPasswordLink,_.$.forgotPasswordLink))}return t.html.div(X.classes({"bc-auth-container":!0,"bc-auth-container--styled":t.Value.map(b??!0,k=>k)}),t.attr.class(g.map(k=>`bc-auth-container--${k}`)),t.attr.class("bc-auth-form"),t.OnDispose(g.dispose),t.OneOfValue(g,{signin:()=>t.Fragment(t.html.h2(t.attr.class("bc-auth-form__title"),t.coalesce(a?.signInTitle,_.$.signInTitle)),e!=null?t.Fragment(E({providers:e}),t.When(c??!1,U)):null,R({onSignIn:n,showRememberMe:l,passwordRules:i,labels:{emailLabel:a?.emailLabel,passwordLabel:a?.passwordLabel,rememberMeLabel:a?.rememberMeLabel,signInButton:a?.signInButton,forgotPasswordLink:a?.forgotPasswordLink,noAccountLink:a?.noAccountLink}}),u.Stack(t.attr.class("bc-auth-form__footer"),x(),z())),signup:()=>t.Fragment(t.html.h2(t.attr.class("bc-auth-form__title"),t.coalesce(a?.signUpTitle,_.$.signUpTitle)),e!=null?t.Fragment(E({providers:e}),t.When(c??!1,U)):null,N({labels:{nameLabel:a?.nameLabel,emailLabel:a?.emailLabel,passwordLabel:a?.passwordLabel,confirmPasswordLabel:a?.confirmPasswordLabel,acceptTermsLabel:a?.acceptTermsLabel,signUpButton:a?.signUpButton,hasAccountLink:a?.hasAccountLink},onSignUp:m,passwordRules:i,showPasswordStrength:r}),u.Stack(t.attr.class("bc-auth-form__footer"),I())),"reset-password":()=>t.Fragment(t.html.h2(t.attr.class("bc-auth-form__title"),t.coalesce(a?.resetPasswordTitle,_.$.resetPasswordTitle)),G({labels:{backToSignInLink:a?.backToSignInLink,emailLabel:a?.emailLabel,resetPasswordButton:a?.resetPasswordButton,resetPasswordDescription:a?.resetPasswordDescription},onResetPassword:s}),u.Stack(t.attr.class("bc-auth-form__footer"),I()))}),...h)})}function Ot(o){return w.Modal({size:"sm",dismissable:!0,showCloseButton:!0},(e,i)=>o(l=>e({body:H({showContainer:!1,...l}),header:t.Use(S.AuthI18n,c=>t.coalesce(l.modalTitle,c.$.authenticationTitle))})))}function U({labels:o,className:e}={}){return t.html.div(t.attr.class("bc-auth-divider"),t.attr.class(e),t.html.div(t.attr.class("bc-auth-divider__line")),t.Use(S.AuthI18n,i=>t.html.span(t.attr.class("bc-auth-divider__text"),t.coalesce(o?.text,i.$.orDivider))),t.html.div(t.attr.class("bc-auth-divider__line")))}exports.AmazonLoginButton=Ct;exports.AppleLoginButton=dt;exports.AuthContainer=H;exports.AuthDivider=U;exports.AuthModal=Ot;exports.DiscordLoginButton=bt;exports.EpicLoginButton=Bt;exports.FacebookLoginButton=pt;exports.GitHubLoginButton=ut;exports.GoogleLoginButton=mt;exports.InstagramLoginButton=Lt;exports.LinkedInLoginButton=wt;exports.MicrosoftLoginButton=ft;exports.PasswordStrengthBar=ct;exports.PasswordStrengthIndicator=M;exports.PasswordStrengthText=lt;exports.PayPalLoginButton=$t;exports.PinterestLoginButton=St;exports.PlayStationLoginButton=It;exports.RedditLoginButton=vt;exports.ResetPasswordForm=G;exports.SignInForm=R;exports.SignUpForm=N;exports.SnapchatLoginButton=kt;exports.SocialLoginButton=p;exports.SocialLoginButtons=j;exports.SocialProviders=E;exports.SteamLoginButton=yt;exports.TiktokLoginButton=_t;exports.TwitchLoginButton=Pt;exports.TwitterLoginButton=gt;exports.WeChatLoginButton=At;exports.WhatsAppLoginButton=qt;exports.XLoginButtin=ht;exports.XboxLoginButton=xt;exports.YahooLoginButton=Tt;exports.authSchemas=rt;exports.calculatePasswordStrength=O;exports.createPasswordSchema=C;exports.createSignInSchema=T;exports.createSignUpSchema=$;exports.createSocialLoginUrl=Q;exports.defaultPasswordRules=P;exports.defaultSignInSchema=at;exports.defaultSignUpSchema=nt;exports.emailSchema=B;exports.formatAuthError=ot;exports.formatProviderName=D;exports.formatSocialLoginText=J;exports.generateRandomString=V;exports.getProviderColor=Z;exports.getProviderIcon=Y;exports.isBrowser=et;exports.isValidEmail=K;exports.openSocialLoginPopup=tt;exports.providerInfo=q;exports.requestToControllerValidation=A;exports.resetPasswordSchema=W;exports.socialProviderInfo=d;exports.useAuthEmailProp=F;exports.validateEmail=st;exports.validatePassword=it;
@@ -1,6 +1,6 @@
1
1
  import { localStorageProp as re, prop as E, Use as P, html as i, OnDispose as U, attr as t, on as T, When as L, coalesce as h, Ensure as N, computedOf as f, bind as ie, ForEach as ce, Value as Q, OneOfValue as le, Fragment as A } from "@tempots/dom";
2
- import { t as me, a as ee, u as R, S as q, b as se, c as $, P as M, E as W, N as G } from "../notice-Ct8ZHvwq.js";
3
- import { s as I, o as H, b as D, M as ue } from "../modal-eY-3j_zS.js";
2
+ import { t as me, a as ee, u as R, S as q, b as se, c as $, P as M, E as W, N as G } from "../notice-Cd9ElXwb.js";
3
+ import { s as I, o as H, b as D, M as ue } from "../modal-Dm61yY5i.js";
4
4
  import { AuthI18n as x } from "../translations-1yD6Rm5l.js";
5
5
  import { B as O, T as de, I as pe } from "../translations-iam7PITs.js";
6
6
  import { classes as he } from "@tempots/ui";
@@ -307,7 +307,7 @@ function be({
307
307
  const w = u.field("email"), _ = u.field("password");
308
308
  return a.on((g) => {
309
309
  g != null && w.change(g);
310
- }), w.value.on((g) => {
310
+ }), w.signal.on((g) => {
311
311
  a.value != null && (a.value = g);
312
312
  }), P(
313
313
  x,
@@ -349,7 +349,7 @@ function be({
349
349
  h(c?.rememberMeLabel, g.$.rememberMeLabel)
350
350
  ),
351
351
  onChange: (b) => {
352
- b ? a.value = w.value.value ?? "" : a.value = null;
352
+ b ? a.value = w.signal.value ?? "" : a.value = null;
353
353
  }
354
354
  })
355
355
  )
@@ -637,7 +637,7 @@ function _e({
637
637
  }
638
638
  }), { controller: g, submit: b } = _;
639
639
  u.on(g.setDisabled);
640
- const k = g.field("name"), C = g.field("email"), z = g.field("password"), F = g.field("confirmPassword"), y = g.field("acceptTerms");
640
+ const v = g.field("name"), C = g.field("email"), z = g.field("password"), F = g.field("confirmPassword"), y = g.field("acceptTerms");
641
641
  return P(
642
642
  x,
643
643
  (S) => (
@@ -650,18 +650,18 @@ function _e({
650
650
  t.class("bc-auth-form__fields"),
651
651
  N(
652
652
  g.error,
653
- (v) => G(
653
+ (k) => G(
654
654
  { variant: "danger", tone: "prominent", role: "alert" },
655
- i.div(v)
655
+ i.div(k)
656
656
  )
657
657
  ),
658
658
  // Name field (optional)
659
659
  L(
660
660
  l !== !1,
661
661
  () => $(de, {
662
- controller: k.transform(
663
- (v) => v ?? "",
664
- (v) => v === "" ? void 0 : v
662
+ controller: v.transform(
663
+ (k) => k ?? "",
664
+ (k) => k === "" ? void 0 : k
665
665
  ),
666
666
  label: h(o?.nameLabel, S.$.nameLabel)
667
667
  })
@@ -680,7 +680,7 @@ function _e({
680
680
  L(
681
681
  c ?? !1,
682
682
  () => we({
683
- password: z.value,
683
+ password: z.signal,
684
684
  rules: r,
685
685
  showLabel: !0
686
686
  })
@@ -704,8 +704,8 @@ function _e({
704
704
  i.label(
705
705
  t.class("bc-auth-form__checkbox-label"),
706
706
  se({
707
- value: y.value.map((v) => v ?? !1),
708
- onChange: (v) => y.change(v)
707
+ value: y.signal.map((k) => k ?? !1),
708
+ onChange: (k) => y.change(k)
709
709
  }),
710
710
  i.span(
711
711
  n || h(o?.acceptTermsLabel, S.$.acceptTermsLabel)
@@ -715,7 +715,7 @@ function _e({
715
715
  y.errorVisible,
716
716
  () => i.div(
717
717
  t.class("bc-auth-form__field-error"),
718
- y.error.map((v) => v || "")
718
+ y.error.map((k) => k || "")
719
719
  )
720
720
  )
721
721
  )
@@ -856,7 +856,7 @@ function p({
856
856
  )
857
857
  );
858
858
  }
859
- function ve({
859
+ function ke({
860
860
  providers: e,
861
861
  onProviderClick: o,
862
862
  size: c = "md",
@@ -1113,12 +1113,12 @@ const d = {
1113
1113
  });
1114
1114
  function oe({ providers: e }) {
1115
1115
  return q(
1116
- ve({
1116
+ ke({
1117
1117
  providers: e
1118
1118
  })
1119
1119
  );
1120
1120
  }
1121
- function ke({
1121
+ function ve({
1122
1122
  mode: e,
1123
1123
  socialProviders: o,
1124
1124
  passwordRules: c,
@@ -1134,9 +1134,9 @@ function ke({
1134
1134
  showContainer: _
1135
1135
  }, ...g) {
1136
1136
  const b = e != null ? Q.deriveProp(e) : E("signin");
1137
- return b.on((k) => w?.(k)), P(x, (k) => {
1137
+ return b.on((v) => w?.(v)), P(x, (v) => {
1138
1138
  function C() {
1139
- const y = h(s?.hasAccountLink, k.$.hasAccountLink);
1139
+ const y = h(s?.hasAccountLink, v.$.hasAccountLink);
1140
1140
  return i.button(
1141
1141
  t.type("button"),
1142
1142
  t.class("bc-auth-form__link"),
@@ -1149,7 +1149,7 @@ function ke({
1149
1149
  t.type("button"),
1150
1150
  t.class("bc-auth-form__link"),
1151
1151
  T.click(() => b.set("signup")),
1152
- h(s?.noAccountLink, k.$.noAccountLink)
1152
+ h(s?.noAccountLink, v.$.noAccountLink)
1153
1153
  );
1154
1154
  }
1155
1155
  function F() {
@@ -1157,7 +1157,7 @@ function ke({
1157
1157
  t.type("button"),
1158
1158
  t.class("bc-auth-form__link"),
1159
1159
  T.click(() => b.set("reset-password")),
1160
- h(s?.forgotPasswordLink, k.$.forgotPasswordLink)
1160
+ h(s?.forgotPasswordLink, v.$.forgotPasswordLink)
1161
1161
  );
1162
1162
  }
1163
1163
  return i.div(
@@ -1172,7 +1172,7 @@ function ke({
1172
1172
  signin: () => A(
1173
1173
  i.h2(
1174
1174
  t.class("bc-auth-form__title"),
1175
- h(s?.signInTitle, k.$.signInTitle)
1175
+ h(s?.signInTitle, v.$.signInTitle)
1176
1176
  ),
1177
1177
  o != null ? A(
1178
1178
  oe({ providers: o }),
@@ -1200,7 +1200,7 @@ function ke({
1200
1200
  signup: () => A(
1201
1201
  i.h2(
1202
1202
  t.class("bc-auth-form__title"),
1203
- h(s?.signUpTitle, k.$.signUpTitle)
1203
+ h(s?.signUpTitle, v.$.signUpTitle)
1204
1204
  ),
1205
1205
  o != null ? A(
1206
1206
  oe({ providers: o }),
@@ -1225,7 +1225,7 @@ function ke({
1225
1225
  "reset-password": () => A(
1226
1226
  i.h2(
1227
1227
  t.class("bc-auth-form__title"),
1228
- h(s?.resetPasswordTitle, k.$.resetPasswordTitle)
1228
+ h(s?.resetPasswordTitle, v.$.resetPasswordTitle)
1229
1229
  ),
1230
1230
  Le({
1231
1231
  labels: {
@@ -1252,7 +1252,7 @@ function go(e) {
1252
1252
  },
1253
1253
  (o, c) => e(
1254
1254
  (m) => o({
1255
- body: ke({ showContainer: !1, ...m }),
1255
+ body: ve({ showContainer: !1, ...m }),
1256
1256
  header: P(
1257
1257
  x,
1258
1258
  (l) => h(m.modalTitle, l.$.authenticationTitle)
@@ -1282,7 +1282,7 @@ function te({
1282
1282
  export {
1283
1283
  uo as AmazonLoginButton,
1284
1284
  He as AppleLoginButton,
1285
- ke as AuthContainer,
1285
+ ve as AuthContainer,
1286
1286
  te as AuthDivider,
1287
1287
  go as AuthModal,
1288
1288
  Je as DiscordLoginButton,
@@ -1305,7 +1305,7 @@ export {
1305
1305
  _e as SignUpForm,
1306
1306
  oo as SnapchatLoginButton,
1307
1307
  p as SocialLoginButton,
1308
- ve as SocialLoginButtons,
1308
+ ke as SocialLoginButtons,
1309
1309
  oe as SocialProviders,
1310
1310
  ao as SteamLoginButton,
1311
1311
  eo as TiktokLoginButton,