framer-api 0.0.1-beta.1 → 0.0.1-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +8 -9
- package/package.json +4 -5
package/dist/index.js
CHANGED
|
@@ -1,16 +1,15 @@
|
|
|
1
1
|
import { WebSocket } from 'unenv/node/http';
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import * as bt from 'devalue';
|
|
2
|
+
import Ko from 'unenv/node/process';
|
|
3
|
+
import * as nt from 'devalue';
|
|
5
4
|
|
|
6
|
-
/* Framer API SDK v0.0.1-beta.
|
|
7
|
-
var
|
|
5
|
+
/* Framer API SDK v0.0.1-beta.2 */
|
|
6
|
+
var Dr=Object.defineProperty;var r=(i,e)=>Dr(i,"name",{value:e,configurable:true});function at(i){return i!==undefined}r(at,"isDefined");function Bi(i){return i===undefined}r(Bi,"isUndefined");function x(i){return i===null}r(x,"isNull");function Ui(i){return i!==null}r(Ui,"isNotNull");function be(i){return i===true||i===false}r(be,"isBoolean");function g(i){return typeof i=="string"}r(g,"isString");function K(i){return typeof i=="number"&&Number.isFinite(i)}r(K,"isNumber");function vr(i){return typeof i=="function"}r(vr,"isFunction");function v(i){return typeof i=="object"&&i!==null&&!Array.isArray(i)}r(v,"isObject");function st(i){if(typeof i!="object"||i===null)return false;let e=Object.getPrototypeOf(i);return e===null||e===Object.prototype}r(st,"isPlainObject");function Bt(i){return Array.isArray(i)}r(Bt,"isArray");function lt(i,e){throw e||new Error(i?`Unexpected value: ${i}`:"Application entered invalid state")}r(lt,"assertNever");function m(i,...e){if(i)return;let t=Error("Assertion Error"+(e.length>0?": "+e.join(" "):""));if(t.stack)try{let n=t.stack.split(`
|
|
8
7
|
`);n[1]?.includes("assert")?(n.splice(1,1),t.stack=n.join(`
|
|
9
8
|
`)):n[0]?.includes("assert")&&(n.splice(0,1),t.stack=n.join(`
|
|
10
|
-
`));}catch{}throw t}r(m,"assert");function S(i){for(let e of Reflect.ownKeys(i)){let t=i[e];!t||typeof t!="object"&&!Ke(t)||S(t);}return Object.freeze(i)}r(S,"deepFreeze");function Zi(i,e){if(i===e)return true;if(i.length!==e.length)return false;for(let t=0;t<i.length;t++)if(i[t]!==e[t])return false;return true}r(Zi,"isShallowArrayEqual");function Ji(i){return [i.slice(0,-1),i.at(-1)]}r(Ji,"splitRestAndLast");var c="__class";var zt=Symbol(),Gt=Symbol(),Or=Symbol(),zr=Symbol(),Gr=Symbol(),Kr=Symbol(),Kt=Symbol(),$t=Symbol(),l={getAiServiceInfo:zt,sendTrackingEvent:Gt,environmentInfo:Or,showUncheckedPermissionToasts:zr,marshal:Gr,unmarshal:Kr,getHTMLForNode:Kt,setHTMLForNode:$t},St="INTERNAL_",Ft=`${St}getAiServiceInfo`,Dt=`${St}sendTrackingEvent`,de=`${St}getHTMLForNode`,ue=`${St}setHTMLForNode`;var N=class{static{r(this,"VariableBase");}#e;#t;get nodeId(){return this.#t.nodeId}get nodeType(){return this.#t.nodeType}get id(){return this.#t.id}get name(){return this.#t.name}get description(){return this.#t.description??null}constructor(e,t){this.#e=e,this.#t=t;}async setAttributes(e){let t=await this.#e.invoke("updateVariable",this.nodeId,this.id,{...e,type:this.type});if(x(t))return null;let n=this.constructor;return new n(this.#e,t)}async remove(){await this.#e.invoke("removeVariables",this.nodeId,[this.id]);}},E="Variable";function V(i){let e=i.at(0);return m(!Yi(e)),`${e.toLowerCase()}${i.slice(1,-E.length)}`}r(V,"classToType");var $r=`Boolean${E}`,Hr=V($r),ce=class i extends N{static{r(this,"BooleanVariable");}type=Hr;#e;constructor(e,t){super(e,t),this.#e=t;}static[l.unmarshal](e,t){return new i(e,t)}[l.marshal](){return this.#e}},jr=`Number${E}`,_r=V(jr),pe=class i extends N{static{r(this,"NumberVariable");}type=_r;#e;constructor(e,t){super(e,t),this.#e=t;}static[l.unmarshal](e,t){return new i(e,t)}[l.marshal](){return this.#e}},qr=`String${E}`,Yr=V(qr),me=class i extends N{static{r(this,"StringVariable");}type=Yr;#e;constructor(e,t){super(e,t),this.#e=t;}static[l.unmarshal](e,t){return new i(e,t)}[l.marshal](){return this.#e}},Xr=`FormattedText${E}`,Zr=V(Xr),ge=class i extends N{static{r(this,"FormattedTextVariable");}type=Zr;#e;constructor(e,t){super(e,t),this.#e=t;}static[l.unmarshal](e,t){return new i(e,t)}[l.marshal](){return this.#e}},Jr=`Enum${E}`,Qr=V(Jr),O=class i{static{r(this,"EnumCase");}#e;#t;#i;#n;get id(){return this.#n.id}get name(){return this.#n.name}get nameByLocale(){return this.#n.nameByLocale}constructor(e,t,n,o){this.#e=e,this.#t=t,this.#i=n,this.#n=o;}async setAttributes(e){let t=await this.#e.invoke("updateEnumCase",this.#t,this.#i,this.id,e);return t?new i(this.#e,this.#t,this.#i,t):null}async remove(){await this.#e.invoke("removeEnumCase",this.#t,this.#i,this.id);}},fe=class i extends N{static{r(this,"EnumVariable");}type=Qr;#e;#t;#i;get cases(){return this.#i||(this.#i=S(this.#t.cases.map(e=>new O(this.#e,this.nodeId,this.id,e)))),this.#i}constructor(e,t){super(e,t),this.#e=e,this.#t=t;}static[l.unmarshal](e,t){return new i(e,t)}[l.marshal](){return this.#t}async addCase(e){let t=await this.#e.invoke("addEnumCase",this.nodeId,this.id,e);return t?new O(this.#e,this.nodeId,this.id,t):null}async setCaseOrder(e){await this.#e.invoke("setEnumCaseOrder",this.nodeId,this.id,e);}},eo=`Color${E}`,to=V(eo),ye=class i extends N{static{r(this,"ColorVariable");}type=to;#e;constructor(e,t){super(e,t),this.#e=t;}static[l.unmarshal](e,t){return new i(e,t)}[l.marshal](){return this.#e}},io=`Image${E}`,no=V(io),he=class i extends N{static{r(this,"ImageVariable");}type=no;#e;constructor(e,t){super(e,t),this.#e=t;}static[l.unmarshal](e,t){return new i(e,t)}[l.marshal](){return this.#e}},ro=`File${E}`,oo=V(ro),be=class i extends N{static{r(this,"FileVariable");}type=oo;#e;get allowedFileTypes(){return this.#e.allowedFileTypes}constructor(e,t){super(e,t),this.#e=t;}static[l.unmarshal](e,t){return new i(e,t)}[l.marshal](){return this.#e}},ao=`Link${E}`,so=V(ao),xe=class i extends N{static{r(this,"LinkVariable");}type=so;#e;constructor(e,t){super(e,t),this.#e=t;}static[l.unmarshal](e,t){return new i(e,t)}[l.marshal](){return this.#e}},lo=`Date${E}`,uo=V(lo),Ce=class i extends N{static{r(this,"DateVariable");}type=uo;#e;constructor(e,t){super(e,t),this.#e=t;}static[l.unmarshal](e,t){return new i(e,t)}[l.marshal](){return this.#e}},co=`Border${E}`,po=V(co),Ie=class i extends N{static{r(this,"BorderVariable");}type=po;#e;constructor(e,t){super(e,t),this.#e=t;}static[l.unmarshal](e,t){return new i(e,t)}[l.marshal](){return this.#e}},mo=`Unsupported${E}`,go=V(mo),Te=class i extends N{static{r(this,"UnsupportedVariable");}type=go;#e;constructor(e,t){super(e,t),this.#e=t;}static[l.unmarshal](e,t){return new i(e,t)}[l.marshal](){return this.#e}};function Ht(i){return i instanceof N}r(Ht,"isVariable");function Qi(i){return Ht(i)&&i.nodeType==="component"}r(Qi,"isComponentVariable");var B=class{static{r(this,"FieldBase");}#e;#t;#i;get id(){return this.#i.id}get name(){return this.#i.name}constructor(e,t,n){this.#e=e,this.#t=t,this.#i=n;}async setAttributes(e){let t={...e,type:this.type,id:this.id},[n]=await this.#e.invoke("addCollectionFields2",this.#t,[t]);if(m(It(n)),x(n))return null;m(n.type===this.type);let o=this.constructor;return new o(this.#e,this.#t,n)}async remove(){await this.#e.invoke("removeCollectionFields",this.#t,[this.id]);}},w=class extends B{static{r(this,"FieldBaseWithRequired");}#e;get required(){return this.#e.required}constructor(e,t,n){super(e,t,n),this.#e=n;}},$e=class extends B{static{r(this,"BooleanField");}type=qt},He=class extends B{static{r(this,"ColorField");}type=Yt},je=class extends B{static{r(this,"NumberField");}type=Xt},_e=class extends w{static{r(this,"StringField");}type=Zt;#e;constructor(e,t,n){super(e,t,n),this.#e=n;}get basedOn(){return this.#e.basedOn}},qe=class extends w{static{r(this,"FormattedTextField");}type=Jt},Pe=class extends w{static{r(this,"ImageField");}type=Qt},Ye=class extends w{static{r(this,"LinkField");}type=ti},Xe=class extends w{static{r(this,"DateField");}type=ii},Ze=class extends B{static{r(this,"FieldDivider");}type=si},Se=class extends B{static{r(this,"UnsupportedField");}type=li},Je=class extends w{static{r(this,"FileField");}type=ni;#e;get allowedFileTypes(){return this.#e.allowedFileTypes}constructor(e,t,n){super(e,t,n),this.#e=n;}},Qe=class extends B{static{r(this,"EnumField");}type=ri;#e;#t;#i;#n;get cases(){return this.#n||(this.#n=this.#i.cases.map(e=>new O(this.#e,this.#t,this.id,e)),S(this.#n)),this.#n}constructor(e,t,n){super(e,t,n),this.#e=e,this.#t=t,this.#i=n;}async addCase(e){let t=await this.#e.invoke("addEnumCase",this.#t,this.id,e);return t?new O(this.#e,this.#t,this.id,t):null}async setCaseOrder(e){await this.#e.invoke("setEnumCaseOrder",this.#t,this.id,e);}},et=class extends w{static{r(this,"CollectionReferenceField");}type=oi;#e;get collectionId(){return this.#e.collectionId}constructor(e,t,n){super(e,t,n),this.#e=n;}},tt=class extends w{static{r(this,"MultiCollectionReferenceField");}type=ai;#e;get collectionId(){return this.#e.collectionId}constructor(e,t,n){super(e,t,n),this.#e=n;}},jt=class extends w{static{r(this,"ArrayField");}type=ei;fields;constructor(e,t,n){super(e,t,n);let o=n.fields[0];this.fields=[new Pe(e,t,o)];}};function _t(i,e,t){return i.map(n=>{switch(n.type){case qt:return new $e(e,t,n);case Yt:return new He(e,t,n);case Xt:return new je(e,t,n);case Zt:return new _e(e,t,n);case Jt:return new qe(e,t,n);case Qt:return new Pe(e,t,n);case ti:return new Ye(e,t,n);case ii:return new Xe(e,t,n);case si:return new Ze(e,t,n);case li:return new Se(e,t,n);case ni:return new Je(e,t,n);case ri:return new Qe(e,t,n);case oi:return new et(e,t,n);case ai:return new tt(e,t,n);case ei:return new jt(e,t,n);default:return new Se(e,t,n)}})}r(_t,"fieldDefinitionDataArrayToFieldClassInstances");function en(i){return i instanceof B}r(en,"isField");var tn="action";function fo(i){return !!i&&tn in i&&g(i[tn])}r(fo,"isLocalizedValueUpdate");function nn(i){return Object.keys(i).reduce((e,t)=>{let n=i[t];return fo(n)&&(e[t]=n),e},{})}r(nn,"filterInlineLocalizationValues");var it=class i{static{r(this,"FileAsset");}id;url;extension;constructor(e){this.url=e.url,this.id=e.id,this.extension=e.extension;}static[l.unmarshal](e,t){return new i(t)}[l.marshal](){return {[c]:"FileAsset",id:this.id,url:this.url,extension:this.extension}}};function rn(i){return i instanceof it}r(rn,"isFileAsset");var yo="ImageAsset";function on(i){return D(i)?i[c]===yo:false}r(on,"isImageAssetData");var _=class i{static{r(this,"ImageAsset");}id;url;thumbnailUrl;altText;resolution;#e;#t;constructor(e,t){this.#t=e,this.url=t.url,this.id=t.id,this.thumbnailUrl=t.thumbnailUrl,this.altText=t.altText,this.resolution=t.resolution;}static[l.unmarshal](e,t){return new i(e,t)}[l.marshal](){return {[c]:"ImageAsset",id:this.id,url:this.url,thumbnailUrl:this.thumbnailUrl,altText:this.altText,resolution:this.resolution}}cloneWithAttributes({altText:e,resolution:t}){return new i(this.#t,{[c]:"ImageAsset",id:this.id,url:this.url,thumbnailUrl:this.thumbnailUrl,altText:e??this.altText,resolution:t??this.resolution})}async measure(){return bo(this.url)}async getData(){if(this.#e&&this.#e.bytes.length>0)return this.#e;let e=await this.#t.invoke("getImageData",{id:this.id,resolution:this.resolution});if(!e)throw new Error("Failed to load image data");return this.#e=e,e}async loadBitmap(){let{mimeType:e,bytes:t}=await this.getData(),n=new Blob([t],{type:e});return createImageBitmap(n)}async loadImage(){let e=await this.getData(),t=URL.createObjectURL(new Blob([e.bytes]));return new Promise((n,o)=>{let a=new Image;a.onload=()=>n(a),a.onerror=()=>o(),a.src=t;})}};function an(i){return i instanceof _}r(an,"isImageAsset");function q(i){return i.type==="bytes"?[i.bytes.buffer]:[]}r(q,"getTransferable");function ho(i){if(!D(i))return false;let e="bytes",t="mimeType";return !(!(e in i)||!(t in i)||!(i[e]instanceof Uint8Array)||!g(i[t]))}r(ho,"isBytesData");async function nt(i){if(i instanceof File)return ci(i);let e=await sn(i.image);return {name:i.name,altText:i.altText,resolution:i.resolution,preferredImageRendering:i.preferredImageRendering,...e}}r(nt,"createImageTransferFromInput");async function di(i){if(i instanceof File)return ci(i);let e=await sn(i.file);return {name:i.name,...e}}r(di,"createFileTransferFromInput");async function sn(i){return i instanceof File?ci(i):ho(i)?{type:"bytes",mimeType:i.mimeType,bytes:i.bytes}:{type:"url",url:i}}r(sn,"createAssetTransferFromAssetInput");function ui(i){return Promise.all(i.map(nt))}r(ui,"createNamedAssetDataTransferFromInput");async function ci(i){return new Promise((e,t)=>{let n=new FileReader;n.onload=o=>{let a=i.type,s=o.target?.result;if(!s||!(s instanceof ArrayBuffer)){t(new Error("Failed to read file, arrayBuffer is null"));return}let d=new Uint8Array(s);e({bytes:d,mimeType:a,type:"bytes",name:i.name});},n.onerror=o=>{t(o);},n.readAsArrayBuffer(i);})}r(ci,"getAssetDataFromFile");async function bo(i){let e=i instanceof File,t=e?URL.createObjectURL(i):i,n=new Image;return n.crossOrigin="anonymous",new Promise((o,a)=>{n.onload=()=>{o({width:n.naturalWidth,height:n.naturalHeight});},n.onerror=s=>{a(s);},n.src=t;}).finally(()=>{e&&URL.revokeObjectURL(t);})}r(bo,"measureImage");var vt=class{static{r(this,"ComputedValueBase");}};var xo="unsupported",Fe=class i extends vt{static{r(this,"UnsupportedComputedValue");}type=xo;#e;constructor(e){super(),this.#e=e;}static[l.unmarshal](e,t){return new i(t)}[l.marshal](){return this.#e}};function ln(i){return i instanceof vt}r(ln,"isComputedValue");var Co="Font";function un(i){return D(i)&&i[c]===Co}r(un,"isFontData");function Io(i){if(!j(i))return false;switch(i){case 100:case 200:case 300:case 400:case 500:case 600:case 700:case 800:case 900:return true;default:return false}}r(Io,"isFontWeight");function To(i){if(!g(i))return false;switch(i){case "normal":case "italic":return true;default:return false}}r(To,"isFontStyle");function cn(i){return D(i)?g(i.family)&&g(i.selector)&&Io(i.weight)&&To(i.style):false}r(cn,"isFont");var z=class i{static{r(this,"Font");}selector;family;weight;style;constructor(e){this.selector=e.selector,this.family=e.family,this.weight=e.weight,this.style=e.style;}static[l.unmarshal](e,t){let n=dn.get(t.selector);if(n)return n;let o=new i(t);return dn.set(t.selector,o),o}[l.marshal](){return {[c]:"Font",selector:this.selector,family:this.family,weight:this.weight,style:this.style}}},dn=new Map;var Po="LinearGradient",So="RadialGradient",Fo="ConicGradient",De=class{static{r(this,"GradientBase");}#e;get stops(){return this.#e.stops}constructor(e){this.#e=e;}cloneWithAttributes(e){let t=this.constructor;return new t({...this.#e,...e})}},ve=class i extends De{static{r(this,"LinearGradient");}[c]=Po;#e;get angle(){return this.#e.angle}constructor(e){super(e),this.#e=e;}static[l.unmarshal](e,t){return new i({...t,stops:h(e,t.stops)})}[l.marshal](){return U({...this.#e,[c]:this[c]})}toCSS(){let e=this.#e.stops.map(t=>(m(g(t.color),"ColorStyle not supported yet"),`${t.color} ${t.position*100}%`)).join(", ");return `linear-gradient(${this.angle}deg, ${e})`}},Ne=class i extends De{static{r(this,"RadialGradient");}[c]=So;#e;get width(){return this.#e.width}get height(){return this.#e.height}get x(){return this.#e.x}get y(){return this.#e.y}constructor(e){super(e),this.#e=e;}static[l.unmarshal](e,t){return new i({...t,stops:h(e,t.stops)})}[l.marshal](){return U({...this.#e,[c]:this[c]})}toCSS(){let e=this.stops.map((t,n)=>{m(g(t.color),"ColorStyle not supported yet");let o=this.stops[n+1],a=t.position===1&&o?.position===1?t.position-1e-4:t.position;return `${t.color} ${a*100}%`}).join(", ");return `radial-gradient(${this.width} ${this.height} at ${this.x} ${this.y}, ${e})`}},ke=class i extends De{static{r(this,"ConicGradient");}[c]=Fo;#e;get angle(){return this.#e.angle}get x(){return this.#e.x}get y(){return this.#e.y}constructor(e){super(e),this.#e=e;}static[l.unmarshal](e,t){return new i({...t,stops:h(e,t.stops)})}[l.marshal](){return U({...this.#e,[c]:this[c]})}toCSS(){let e=this.stops.map(t=>(m(g(t.color),"ColorStyle not supported yet"),`${t.color} ${t.position*360}deg`)).join(", ");return `conic-gradient(from ${this.angle}deg at ${this.x} ${this.y}, ${e})`}};function pn(i){return i instanceof De}r(pn,"isGradient");var Do="ColorStyle";function Nt(i){return D(i)?i[c]===Do:false}r(Nt,"isColorStyleData");var ie=class i{static{r(this,"ColorStyle");}id;name;path;light;dark;#e;constructor(e,t){this.id=t.id,this.name=t.name,this.light=t.light,this.dark=t.dark,this.path=t.path,this.#e=e;}static[l.unmarshal](e,t){return new i(e,t)}[l.marshal](){return {[c]:"ColorStyle",id:this.id,name:this.name,light:this.light,dark:this.dark,path:this.path}}async setAttributes(e){let t=await this.#e.invoke("setColorStyleAttributes",this.id,e);return t?new i(this.#e,t):null}async getPluginData(e){return this.#e.invoke("getPluginDataForNode",this.id,e)}async setPluginData(e,t){return this.#e.invoke("setPluginDataForNode",this.id,e,t)}async getPluginDataKeys(){return this.#e.invoke("getPluginDataKeysForNode",this.id)}async remove(){return this.#e.invoke("removeColorStyle",this.id)}};function ne(i){return i instanceof ie}r(ne,"isColorStyle");var vo="TextStyle";function mn(i){return D(i)?i[c]===vo:false}r(mn,"isTextStyleData");var rt=class i{static{r(this,"TextStyle");}id;name;path;tag;font;boldFont;italicFont;boldItalicFont;color;transform;alignment;decoration;decorationColor;decorationThickness;decorationStyle;decorationSkipInk;decorationOffset;balance;breakpoints;minWidth;fontSize;letterSpacing;lineHeight;paragraphSpacing;#e;constructor(e,t){this.id=t.id,this.name=t.name,this.path=t.path,this.tag=t.tag,this.font=z[l.unmarshal](e,t.font),this.boldFont=t.boldFont&&z[l.unmarshal](e,t.boldFont),this.italicFont=t.italicFont&&z[l.unmarshal](e,t.italicFont),this.boldItalicFont=t.boldItalicFont&&z[l.unmarshal](e,t.boldItalicFont),this.color=Nt(t.color)?ie[l.unmarshal](e,t.color):t.color,this.transform=t.transform,this.alignment=t.alignment,this.decoration=t.decoration,this.decorationColor=Nt(t.decorationColor)?ie[l.unmarshal](e,t.decorationColor):t.decorationColor,this.decorationThickness=t.decorationThickness,this.decorationStyle=t.decorationStyle,this.decorationSkipInk=t.decorationSkipInk,this.decorationOffset=t.decorationOffset,this.balance=t.balance,this.breakpoints=t.breakpoints,this.minWidth=t.minWidth,this.fontSize=t.fontSize,this.letterSpacing=t.letterSpacing,this.lineHeight=t.lineHeight,this.paragraphSpacing=t.paragraphSpacing,this.#e=e;}static[l.unmarshal](e,t){return new i(e,t)}[l.marshal](){return {[c]:"TextStyle",id:this.id,name:this.name,path:this.path,tag:this.tag,font:this.font[l.marshal](),boldFont:this.boldFont?.[l.marshal]()??null,italicFont:this.italicFont?.[l.marshal]()??null,boldItalicFont:this.boldItalicFont?.[l.marshal]()??null,color:ne(this.color)?this.color[l.marshal]():this.color,transform:this.transform,alignment:this.alignment,decoration:this.decoration,decorationColor:ne(this.decorationColor)?this.decorationColor[l.marshal]():this.decorationColor,decorationThickness:this.decorationThickness,decorationStyle:this.decorationStyle,decorationSkipInk:this.decorationSkipInk,decorationOffset:this.decorationOffset,balance:this.balance,breakpoints:this.breakpoints,minWidth:this.minWidth,fontSize:this.fontSize,letterSpacing:this.letterSpacing,lineHeight:this.lineHeight,paragraphSpacing:this.paragraphSpacing}}async setAttributes(e){let t=await this.#e.invoke("setTextStyleAttributes",this.id,e);return t?new i(this.#e,t):null}async getPluginData(e){return this.#e.invoke("getPluginDataForNode",this.id,e)}async setPluginData(e,t){return this.#e.invoke("setPluginDataForNode",this.id,e,t)}async getPluginDataKeys(){return this.#e.invoke("getPluginDataKeysForNode",this.id)}async remove(){return this.#e.invoke("removeTextStyle",this.id)}};function kt(i){return i instanceof rt}r(kt,"isTextStyle");function No(i){return D(i)&&l.marshal in i}r(No,"isSelfMarshalable");function U(i){if(No(i))return i[l.marshal]();if(Ot(i))return i.map(U);if(Tt(i)){let e={};for(let t of Object.keys(i))e[t]=U(i[t]);return e}return i}r(U,"marshal");var gn={ColorStyle:ie,ConicGradient:ke,FileAsset:it,Font:z,ImageAsset:_,LinearGradient:ve,RadialGradient:Ne,TextStyle:rt,BooleanVariable:ce,BorderVariable:Ie,ColorVariable:ye,DateVariable:Ce,EnumVariable:fe,FileVariable:be,FormattedTextVariable:ge,ImageVariable:he,LinkVariable:xe,NumberVariable:pe,StringVariable:me,UnsupportedVariable:Te,UnsupportedComputedValue:Fe};function ko(i){return Tt(i)&&g(i[c])&&i[c]in gn}r(ko,"isSelfUnmarshalable");function h(i,e){if(ko(e))return gn[e[c]][l.unmarshal](i,e);if(Ot(e))return e.map(t=>h(i,t));if(Tt(e)){let t={};for(let n of Object.keys(e))t[n]=h(i,e[n]);return t}return e}r(h,"unmarshal");var Mo={array:false,boolean:false,collectionReference:false,color:false,date:false,enum:false,file:false,formattedText:false,image:true,link:false,multiCollectionReference:false,number:false,string:false,unsupported:false};function Eo(i){return Mo[i]}r(Eo,"isSupportedArrayItemFieldType");function Vo(i){return Eo(i.type)}r(Vo,"isSupportedArrayItemFieldDataEntry");var qt="boolean",Yt="color",Xt="number",Zt="string",Jt="formattedText",Qt="image",ei="array",ti="link",ii="date",ni="file",ri="enum",oi="collectionReference",ai="multiCollectionReference",si="divider",li="unsupported";function Ao(i){return i.map(e=>{if(e.type!=="enum")return e;let t=e.cases.map(n=>{let o=n.nameByLocale?nn(n.nameByLocale):undefined;return {...n,nameByLocale:o}});return {...e,cases:t}})}r(Ao,"sanitizeEnumFieldForMessage");function fn(i,e){let t={};for(let n in i){let o=i[n];if(!o)continue;if(o.type!=="array"){t[n]=h(e,o);continue}let a=o.value.map(s=>{let d=fn(s.fieldData,e),T={};for(let b in d){let v=d[b];m(v&&Vo(v),"Unsupported array item field data entry"),T[b]=v;}return {...s,fieldData:T}});t[n]={...o,value:a};}return t}r(fn,"deserializeFieldData");var Me=class{static{r(this,"ManagedCollection");}id;name;readonly;managedBy;#e;constructor(e,t){this.id=e.id,this.name=e.name,this.readonly=e.readonly,m(e.managedBy!=="user","Managed Collection can only be managed by a plugin"),this.managedBy=e.managedBy,this.#e=t,S(this);}async getItemIds(){return this.#e.invoke("getManagedCollectionItemIds",this.id)}async setItemOrder(e){return this.#e.invoke("setManagedCollectionItemOrder",this.id,e)}async getFields(){return this.#e.invoke("getManagedCollectionFields2",this.id)}async setFields(e){let t=Ao(e);return this.#e.invoke("setManagedCollectionFields",this.id,t)}async addItems(e){return this.#e.invoke("addManagedCollectionItems2",this.id,e)}async removeItems(e){return this.#e.invoke("removeManagedCollectionItems",this.id,e)}async setAsActive(){return this.#e.invoke("setActiveCollection",this.id)}async setPluginData(e,t){return this.#e.invoke("setPluginDataForNode",this.id,e,t)}async getPluginData(e){return this.#e.invoke("getPluginDataForNode",this.id,e)}async getPluginDataKeys(){return this.#e.invoke("getPluginDataKeysForNode",this.id)}async navigateTo(e){return this.#e.invoke("navigateTo",this.id,e)}},re=class{static{r(this,"Collection");}id;name;slugFieldName;slugFieldBasedOn;readonly;managedBy;#e;constructor(e,t){this.id=e.id,this.name=e.name,this.slugFieldName=e.slugFieldName,this.slugFieldBasedOn=e.slugFieldBasedOn,this.readonly=e.readonly,this.managedBy=e.managedBy,this.#e=t,S(this);}async setItemOrder(e){return this.#e.invoke("setCollectionItemOrder",this.id,e)}async getFields(){let e=await this.#e.invoke("getCollectionFields2",this.id,true);return _t(e,this.#e,this.id)}async addFields(e){let t=await this.#e.invoke("addCollectionFields2",this.id,e);return m(t.every(Xi)),_t(t,this.#e,this.id)}async removeFields(e){return this.#e.invoke("removeCollectionFields",this.id,e)}async setFieldOrder(e){return this.#e.invoke("setCollectionFieldOrder",this.id,e)}async getItems(){return (await this.#e.invoke("getCollectionItems2",this.id)).map(t=>new ot(t,this.#e))}async addItems(e){await this.#e.invoke("addCollectionItems2",this.id,e);}async removeItems(e){return this.#e.invoke("removeCollectionItems",e)}async setAsActive(){return this.#e.invoke("setActiveCollection",this.id)}async setPluginData(e,t){return this.#e.invoke("setPluginDataForNode",this.id,e,t)}async getPluginData(e){return this.#e.invoke("getPluginDataForNode",this.id,e)}async getPluginDataKeys(){return this.#e.invoke("getPluginDataKeysForNode",this.id)}async navigateTo(e){return this.#e.invoke("navigateTo",this.id,e)}},ot=class i{static{r(this,"CollectionItem");}id;nodeId;slug;slugByLocale;draft;fieldData;#e;constructor(e,t){let n=fn(e.fieldData,t);this.id=e.externalId??e.nodeId,this.nodeId=e.nodeId,this.slug=e.slug,this.slugByLocale=e.slugByLocale,this.draft=e.draft??false,this.fieldData=n,this.#e=t,S(this);}async remove(){return this.#e.invoke("removeCollectionItems",[this.id])}async setAttributes(e){let t=await this.#e.invoke("setCollectionItemAttributes2",this.id,e);return t?new i(t,this.#e):null}async setPluginData(e,t){return this.#e.invoke("setPluginDataForNode",this.id,e,t)}async getPluginData(e){return this.#e.invoke("getPluginDataForNode",this.id,e)}async getPluginDataKeys(){return this.#e.invoke("getPluginDataKeysForNode",this.id)}async navigateTo(e){return this.#e.invoke("navigateTo",this.nodeId,e)}};var wo={fixed:true,sticky:true,absolute:true,relative:true},yn="position";function _s(i){if(!(yn in i))return false;let e=i[yn];return g(e)&&wo[e]===true}r(_s,"supportsPosition");var hn="top";function qs(i){if(!(hn in i))return false;let e=i[hn];return g(e)||x(e)}r(qs,"supportsPins");var bn="width";function Ys(i){if(!(bn in i))return false;let e=i[bn];return g(e)||x(e)}r(Ys,"supportsSize");var xn="maxWidth";function Xs(i){if(!(xn in i))return false;let e=i[xn];return g(e)||x(e)}r(Xs,"supportsSizeConstraints");var Cn="aspectRatio";function Zs(i){if(!(Cn in i))return false;let e=i[Cn];return j(e)||x(e)}r(Zs,"supportsAspectRatio");var In="name";function Js(i){if(!(In in i))return false;let e=i[In];return g(e)||x(e)}r(Js,"supportsName");var Tn="visible";function Qs(i){if(!(Tn in i))return false;let e=i[Tn];return Ge(e)}r(Qs,"supportsVisible");var Pn="locked";function el(i){if(!(Pn in i))return false;let e=i[Pn];return Ge(e)}r(el,"supportsLocked");var Sn="backgroundColor";function tl(i){if(!(Sn in i))return false;let e=i[Sn];return g(e)||ne(e)||x(e)}r(tl,"supportsBackgroundColor");var Fn="backgroundColor";function il(i){if(!(Fn in i))return false;let e=i[Fn];return g(e)||Nt(e)||x(e)}r(il,"supportsBackgroundColorData");var Dn="backgroundImage";function nl(i){if(!(Dn in i))return false;let e=i[Dn];return e instanceof _||x(e)}r(nl,"supportsBackgroundImage");var vn="backgroundImage";function rl(i){if(!(vn in i))return false;let e=i[vn];return e instanceof _?false:on(e)||x(e)}r(rl,"supportsBackgroundImageData");var Nn="backgroundGradient";function ol(i){if(!(Nn in i))return false;let e=i[Nn];return pn(e)||x(e)}r(ol,"supportsBackgroundGradient");var kn="backgroundGradient";function al(i){if(!(kn in i))return false;let e=i[kn];return D(e)||x(e)}r(al,"supportsBackgroundGradientData");var Mn="rotation";function sl(i){if(!(Mn in i))return false;let e=i[Mn];return j(e)}r(sl,"supportsRotation");var En="opacity";function ll(i){if(!(En in i))return false;let e=i[En];return j(e)}r(ll,"supportsOpacity");var Vn="borderRadius";function dl(i){if(!(Vn in i))return false;let e=i[Vn];return g(e)||x(e)}r(dl,"supportsBorderRadius");var An="border";function ul(i){if(!(An in i))return false;let e=i[An];return x(e)||ne(e.color)}r(ul,"supportsBorder");var wn="svg";function cl(i){if(!(wn in i))return false;let e=i[wn];return g(e)}r(cl,"supportsSVG");var Wn="textTruncation";function pl(i){if(!(Wn in i))return false;let e=i[Wn];return j(e)||x(e)}r(pl,"supportsTextTruncation");var Ln="zIndex";function ml(i){if(!(Ln in i))return false;let e=i[Ln];return j(e)||x(e)}r(ml,"supportsZIndex");var Rn="overflow";function gl(i){if(!(Rn in i))return false;let e=i[Rn];return g(e)||x(e)}r(gl,"supportsOverflow");var Bn="componentIdentifier";function fl(i){if(!(Bn in i))return false;let e=i[Bn];return g(e)}r(fl,"supportsComponentInfo");var Un="font";function yl(i){if(!(Un in i))return false;let e=i[Un];return cn(e)}r(yl,"supportsFont");var On="font";function hl(i){if(!(On in i))return false;let e=i[On];return un(e)||x(e)}r(hl,"supportsFontData");var zn="inlineTextStyle";function bl(i){if(!(zn in i))return false;let e=i[zn];return kt(e)||x(e)}r(bl,"supportsInlineTextStyle");var Gn="inlineTextStyle";function xl(i){if(!(Gn in i))return false;let e=i[Gn];return mn(e)||x(e)}r(xl,"supportsInlineTextStyleData");var Kn="link";function Cl(i){if(!(Kn in i))return false;let e=i[Kn];return g(e)||x(e)}r(Cl,"supportsLink");var $n="imageRendering";function Il(i){if(!($n in i))return false;let e=i[$n];return g(e)||x(e)}r(Il,"supportsImageRendering");var Hn="layout";function qn(i){if(!(Hn in i))return false;let e=i[Hn];return g(e)||x(e)}r(qn,"supportsLayout");function Tl(i){return qn(i)?i.layout==="stack":false}r(Tl,"hasStackLayout");function Pl(i){return qn(i)?i.layout==="grid":false}r(Pl,"hasGridLayout");var jn="isVariant";function Yn(i){if(!(jn in i))return false;let e=i[jn];return Ge(e)}r(Yn,"supportsComponentVariant");function pi(i){return Yn(i)?i.isVariant:false}r(pi,"isComponentVariant");function Xn(i){return !Yn(i)||!pi(i)?false:!x(i.gesture)}r(Xn,"isComponentGestureVariant");var _n="isBreakpoint";function Wo(i){if(!(_n in i))return false;let e=i[_n];return Ge(e)}r(Wo,"supportsBreakpoint");function Zn(i){return Wo(i)?i.isBreakpoint:false}r(Zn,"isBreakpoint");var A=class{static{r(this,"NodeMethods");}id;originalId;#e;constructor(e,t){this.id=e.id,this.originalId=e.originalId??null,this.#e=t;}get isReplica(){return this.originalId!==null}async remove(){return this.#e.invoke("removeNodes2",[this.id])}async select(){return this.#e.invoke("setSelection",[this.id])}async clone(){if(this[c]==="UnknownNode")throw Error("Can not clone unknown node");return this.#e.cloneNode(this.id)}async setAttributes(e){if(this[c]==="UnknownNode")throw Error("Can not set attributes on unknown node");return this.#e.setAttributes(this.id,e)}async getRect(){return this.#e.invoke("getRect",this.id)}async zoomIntoView(e){return this.#e.invoke("zoomIntoView",[this.id],e)}async navigateTo(e){return this.#e.invoke("navigateTo",this.id,e)}async getParent(){return this.#e.getParent(this.id)}async getChildren(){return oe(this)?Promise.resolve([]):this.#e.getChildren(this.id)}async getNodesWithType(e){return oe(this)?Promise.resolve([]):(await this.#e.invoke("getNodesWithType",this.id,e)).map(n=>C(n,this.#e))}async getNodesWithAttribute(e){return oe(this)?Promise.resolve([]):(await this.#e.invoke("getNodesWithAttribute",this.id,e)).map(n=>C(n,this.#e))}async getNodesWithAttributeSet(e){return oe(this)?Promise.resolve([]):(await this.#e.invoke("getNodesWithAttributeSet",this.id,e)).map(n=>C(n,this.#e))}async*walk(){if(yield this,!oe(this))for(let e of await this.getChildren())yield*e.walk();}async getPluginData(e){return this.#e.invoke("getPluginDataForNode",this.id,e)}async setPluginData(e,t){return this.#e.invoke("setPluginDataForNode",this.id,e,t)}async getPluginDataKeys(){return this.#e.invoke("getPluginDataKeysForNode",this.id)}},W=class extends A{static{r(this,"FrameNode");}[c]="FrameNode";name;visible;locked;backgroundColor;backgroundImage;backgroundGradient;rotation;opacity;borderRadius;border;imageRendering;position;top;right;bottom;left;centerX;centerY;width;height;maxWidth;minWidth;maxHeight;minHeight;aspectRatio;zIndex;link;linkOpenInNewTab;overflow;overflowX;overflowY;layout;gap;padding;stackDirection;stackDistribution;stackAlignment;stackWrapEnabled;gridColumnCount;gridRowCount;gridAlignment;gridColumnWidthType;gridColumnWidth;gridColumnMinWidth;gridRowHeightType;gridRowHeight;gridItemFillCellWidth;gridItemFillCellHeight;gridItemHorizontalAlignment;gridItemVerticalAlignment;gridItemColumnSpan;gridItemRowSpan;isVariant;isPrimaryVariant;isBreakpoint;isPrimaryBreakpoint;inheritsFromId;gesture;constructor(e,t){super(e,t),this.name=e.name??null,this.visible=e.visible??true,this.locked=e.locked??false,this.backgroundColor=h(t,e.backgroundColor)??null,this.backgroundImage=h(t,e.backgroundImage)??null,this.rotation=e.rotation??0,this.opacity=e.opacity??1,this.borderRadius=e.borderRadius??null,this.border=h(t,e.border)??null,this.backgroundGradient=h(t,e.backgroundGradient)??null,this.imageRendering=e.imageRendering??null,this.position=e.position,this.left=e.left??null,this.right=e.right??null,this.top=e.top??null,this.bottom=e.bottom??null,this.centerX=e.centerX??null,this.centerY=e.centerY??null,this.width=e.width??null,this.height=e.height??null,this.maxWidth=e.maxWidth??null,this.minWidth=e.minWidth??null,this.maxHeight=e.maxHeight??null,this.minHeight=e.minHeight??null,this.aspectRatio=e.aspectRatio??null,this.zIndex=e.zIndex??null,this.link=e.link??null,this.linkOpenInNewTab=e.linkOpenInNewTab??null,this.overflow=e.overflow??null,this.overflowX=e.overflowX??null,this.overflowY=e.overflowY??null,this.layout=e.layout??null,this.gap=e.gap??null,this.padding=e.padding??null,this.stackDirection=e.stackDirection??null,this.stackDistribution=e.stackDistribution??null,this.stackAlignment=e.stackAlignment??null,this.stackWrapEnabled=e.stackWrapEnabled??null,this.gridColumnCount=e.gridColumnCount??null,this.gridRowCount=e.gridRowCount??null,this.gridAlignment=e.gridAlignment??null,this.gridColumnWidthType=e.gridColumnWidthType??null,this.gridColumnWidth=e.gridColumnWidth??null,this.gridColumnMinWidth=e.gridColumnMinWidth??null,this.gridRowHeightType=e.gridRowHeightType??null,this.gridRowHeight=e.gridRowHeight??null,this.gridItemFillCellWidth=e.gridItemFillCellWidth??null,this.gridItemFillCellHeight=e.gridItemFillCellHeight??null,this.gridItemHorizontalAlignment=e.gridItemHorizontalAlignment??null,this.gridItemVerticalAlignment=e.gridItemVerticalAlignment??null,this.gridItemColumnSpan=e.gridItemColumnSpan??null,this.gridItemRowSpan=e.gridItemRowSpan??null,this.inheritsFromId=e.inheritsFromId??null,this.gesture=e.gesture??null,this.isVariant=e.isVariant??false,this.isPrimaryVariant=e.isPrimaryVariant??false,this.isBreakpoint=e.isBreakpoint??false,this.isPrimaryBreakpoint=e.isPrimaryBreakpoint??false,S(this);}},Y=class extends A{static{r(this,"TextNode");}[c]="TextNode";name;visible;locked;rotation;opacity;zIndex;font;inlineTextStyle;position;top;right;bottom;left;centerX;centerY;width;height;maxWidth;minWidth;maxHeight;minHeight;link;linkOpenInNewTab;gridItemFillCellWidth;gridItemFillCellHeight;gridItemHorizontalAlignment;gridItemVerticalAlignment;gridItemColumnSpan;gridItemRowSpan;overflow;overflowX;overflowY;textTruncation;#e;constructor(e,t){super(e,t),this.#e=t,this.name=e.name??null,this.visible=e.visible??true,this.locked=e.locked??false,this.rotation=e.rotation??0,this.opacity=e.opacity??1,this.zIndex=e.zIndex??null,this.font=h(t,e.font)??null,this.inlineTextStyle=h(t,e.inlineTextStyle)??null,this.position=e.position,this.left=e.left??null,this.right=e.right??null,this.top=e.top??null,this.bottom=e.bottom??null,this.centerX=e.centerX??null,this.centerY=e.centerY??null,this.width=e.width??null,this.height=e.height??null,this.maxWidth=e.maxWidth??null,this.minWidth=e.minWidth??null,this.maxHeight=e.maxHeight??null,this.minHeight=e.minHeight??null,this.link=e.link??null,this.linkOpenInNewTab=e.linkOpenInNewTab??null,this.overflow=e.overflow??null,this.overflowX=e.overflowX??null,this.overflowY=e.overflowY??null,this.textTruncation=e.textTruncation??null,this.gridItemFillCellWidth=e.gridItemFillCellWidth??null,this.gridItemFillCellHeight=e.gridItemFillCellHeight??null,this.gridItemHorizontalAlignment=e.gridItemHorizontalAlignment??null,this.gridItemVerticalAlignment=e.gridItemVerticalAlignment??null,this.gridItemColumnSpan=e.gridItemColumnSpan??null,this.gridItemRowSpan=e.gridItemRowSpan??null,S(this);}async setText(e){await this.#e.invoke("setTextForNode",this.id,e);}async getText(){return this.#e.invoke("getTextForNode",this.id)}async setHTML(e){await this.#e.invoke(ue,this.id,e),await new Promise(t=>{setTimeout(t,30);});}async getHTML(){return this.#e.invoke(de,this.id)}},Ee=class extends A{static{r(this,"SVGNode");}[c]="SVGNode";name;visible;locked;svg;rotation;opacity;position;top;right;bottom;left;centerX;centerY;width;height;constructor(e,t){super(e,t),this.name=e.name??null,this.visible=e.visible??true,this.locked=e.locked??false,this.svg=e.svg,this.rotation=e.rotation??0,this.opacity=e.opacity??1,this.position=e.position,this.left=e.left??null,this.right=e.right??null,this.top=e.top??null,this.bottom=e.bottom??null,this.centerX=e.centerX??null,this.centerY=e.centerY??null,this.width=e.width??null,this.height=e.height??null,S(this);}},Ve=class extends A{static{r(this,"VectorSetItemNode");}[c]="VectorSetItemNode";name;visible;locked;top;right;bottom;left;centerX;centerY;width;height;#e;constructor(e,t){super(e,t),this.#e=t,this.name=e.name??null,this.visible=e.visible??true,this.locked=e.locked??false,this.top=e.top??null,this.right=e.right??null,this.bottom=e.bottom??null,this.left=e.left??null,this.centerX=e.centerX??null,this.centerY=e.centerY??null,this.width=e.width??null,this.height=e.height??null,S(this);}async getSVG(){return this.#e.invoke("getSVGForNode",this.id)}},Ae=class extends A{static{r(this,"ComponentInstanceNode");}[c]="ComponentInstanceNode";name;visible;locked;componentIdentifier;insertURL;componentName;controls;rotation;opacity;position;top;right;bottom;left;centerX;centerY;width;height;maxWidth;minWidth;maxHeight;minHeight;aspectRatio;#e;#t;#i;get typedControls(){return this.#i||(this.#i=h(this.#e,this.#t.typedControls)??{}),this.#i}constructor(e,t){super(e,t),this.#e=t,this.#t=e,this.name=e.name??null,this.visible=e.visible??true,this.locked=e.locked??false,this.componentIdentifier=e.componentIdentifier,this.componentName=e.componentName??null,this.insertURL=e.insertURL??null,this.controls=h(t,e.controls)??{},this.rotation=e.rotation??0,this.opacity=e.opacity??1,this.position=e.position,this.left=e.left??null,this.right=e.right??null,this.top=e.top??null,this.bottom=e.bottom??null,this.centerX=e.centerX??null,this.centerY=e.centerY??null,this.width=e.width??null,this.height=e.height??null,this.maxWidth=e.maxWidth??null,this.minWidth=e.minWidth??null,this.maxHeight=e.maxHeight??null,this.minHeight=e.minHeight??null,this.aspectRatio=e.aspectRatio??null,S(this);}async getRuntimeError(){return this.#e.invoke("getRuntimeErrorForCodeComponentNode",this.id)}},X=class extends A{static{r(this,"WebPageNode");}[c]="WebPageNode";#e;path;collectionId;constructor(e,t){super(e,t),this.path=e.path??null,this.collectionId=e.collectionId??null,this.#e=t,S(this);}getBreakpointSuggestions(){return this.#e.invoke("getBreakpointSuggestionsForWebPage",this.id)}async addBreakpoint(e,t){let n=await this.#e.invoke("addBreakpointToWebPage",this.id,e,t),o=C(n,this.#e);return m(o instanceof W),m(Zn(o),"Expected node to be a FrameNode"),o}async getActiveCollectionItem(){let e=await this.#e.invoke("getActiveCollectionItemForWebPage",this.id);return e?new ot(e,this.#e):null}},Z=class extends A{static{r(this,"ComponentNode");}[c]="ComponentNode";name;componentIdentifier;insertURL;componentName;#e;constructor(e,t){super(e,t),this.#e=t,this.componentIdentifier=e.componentIdentifier,this.insertURL=e.insertURL??null,this.componentName=e.componentName??null,this.name=e.name??null,S(this);}async addVariant(e,t){let n=await this.#e.invoke("addVariantToComponent",this.id,e,t);if(!n)throw new Error("Failed to add variant to component");let o=C(n,this.#e);return m(o instanceof W),m(pi(o),"Node is not a component variant"),o}async addGestureVariant(e,t,n){let o=await this.#e.invoke("addGestureVariantToComponent",this.id,e,t,n);if(!o)throw new Error("Failed to add state to component");let a=C(o,this.#e);return m(a instanceof W),m(Xn(a),"Node is not a gesture variant"),a}async getVariables(){let e=await this.#e.invoke("getVariables",this.id);return h(this.#e,e)}async addVariables(e){let t=await this.#e.invoke("addVariables",this.id,U(e));return h(this.#e,t)}async removeVariables(e){await this.#e.invoke("removeVariables",this.id,e);}async setVariableOrder(e){await this.#e.invoke("setVariableOrder",this.id,e);}},we=class extends A{static{r(this,"VectorSetNode");}[c]="VectorSetNode";name;constructor(e,t){super(e,t),this.name=e.name??null,S(this);}},J=class extends A{static{r(this,"DesignPageNode");}[c]="DesignPageNode";name;constructor(e,t){super(e,t),this.name=e.name??null,S(this);}},at=class extends A{static{r(this,"UnknownNode");}[c]="UnknownNode";constructor(e,t){super(e,t),S(this);}};function C(i,e){switch(i[c]){case "DesignPageNode":return new J(i,e);case "WebPageNode":return new X(i,e);case "ComponentNode":return new Z(i,e);case "VectorSetNode":return new we(i,e);case "VectorSetItemNode":return new Ve(i,e);case "ComponentInstanceNode":return new Ae(i,e);case "FrameNode":return new W(i,e);case "SVGNode":return new Ee(i,e);case "TextNode":return new Y(i,e);case "UnknownNode":return new at(i,e);default:return new at(i,e)}}r(C,"convertRawNodeDataToNode");function st(i){return i instanceof W}r(st,"isFrameNode");function mi(i){return i instanceof Y}r(mi,"isTextNode");function gi(i){return i instanceof Ee}r(gi,"isSVGNode");function ae(i){return i instanceof Ae}r(ae,"isComponentInstanceNode");function fi(i){return i instanceof X}r(fi,"isWebPageNode");function yi(i){return i instanceof Z}r(yi,"isComponentNode");function hi(i){return i instanceof J}r(hi,"isDesignPageNode");function bi(i){return i instanceof we}r(bi,"isVectorSetNode");function xi(i){return i instanceof Ve}r(xi,"isVectorSetItemNode");function oe(i){return i instanceof at}r(oe,"isUnknownNode");function lt(i){return !!(st(i)||mi(i)||ae(i)||gi(i)||xi(i)||oe(i))}r(lt,"isCanvasNode");function Ci(i){return !!(fi(i)||hi(i)||yi(i)||bi(i)||oe(i))}r(Ci,"isCanvasRootNode");var We=class{static{r(this,"VectorSet");}id;name;owner;#e;constructor(e,t){this.id=e.id,this.name=e.name,this.owner=e.owner,this.#e=t;}async getItems(){return (await this.#e.invoke("getVectorSetItems",this.id)).map(t=>new dt(t,this.#e))}},dt=class{static{r(this,"VectorSetItem");}id;name;insertUrl;iconUrl;#e;#t;constructor(e,t){this.id=e.id,this.name=e.name,this.insertUrl=e.insertUrl,this.iconUrl=e.iconUrl,this.#e=e.moduleId,this.#t=t;}async getVariables(){return this.#t.invoke("getVectorSetItemVariables",this.id,this.#e)}};var Le=class extends Error{static{r(this,"FramerPluginError");}name=this.constructor.name},G=class extends Error{static{r(this,"FramerPluginClosedError");}name=this.constructor.name};function Lo(i){return i.type==="separator"}r(Lo,"isSeparatorMenuItem");function Mt(i,e){let t=[];for(let n of i){if(Lo(n)){t.push(n);continue}let{onAction:o,...a}=n,s=a;if(n.onAction){let d=Math.random();e.set(d,n.onAction),s.actionId=d;}n.submenu&&(s.submenu=Mt(n.submenu,e)),t.push(s);}return t}r(Mt,"addMenuItemsToOnActionCallbackMap");var Et="type",Jn={[Et]:"pluginReadySignal"},Bo="pluginReadyResponse";var Uo={methodResponse:true,subscriptionMessage:true,permissionUpdate:true,menuAction:true};function Qn(i){return D(i)&&g(i[Et])&&i[Et]in Uo}r(Qn,"isVekterToPluginNonHandshakeMessage");function er(i){return D(i)&&i[Et]===Bo}r(er,"isPluginReadyResponse");var Ii=Symbol(),Ti=Symbol(),Pi=Symbol(),Si=Symbol(),Fi=Symbol(),Di=Symbol(),L={publish:Ii,getDeployments:Ti,deploy:Pi,getChangedPaths:Si,getChangeContributors:Fi,createManagedCollection:Di};var Oo=["unstable_getCodeFile","unstable_getCodeFiles","unstable_getCodeFileVersionContent","unstable_getCodeFileLint2","unstable_getCodeFileTypecheck2","unstable_getCodeFileVersions"],zo=["closeNotification","closePlugin","getActiveCollection","getActiveLocale","getActiveManagedCollection","getCanvasRoot","getChildren","getCollection","getCollectionFields","getCollectionFields2","getCollectionItems","getCollectionItems2","getCollections","getColorStyle","getColorStyles","getCurrentUser","getCurrentUser2","getCustomCode","getDefaultLocale","getFont","getFonts","getImage","getImageData","getLocales","getLocalizationGroups","getManagedCollection","getManagedCollectionFields","getManagedCollectionFields2","getManagedCollectionItemIds","getManagedCollections","getNode","getNodesWithAttribute","getNodesWithAttributeSet","getNodesWithType","getParent","getPluginData","getPluginDataForNode","getPluginDataKeys","getPluginDataKeysForNode","getProjectInfo","getProjectInfo2","getPublishInfo","getRect","getSelection","getSVGForNode","getText","getTextForNode","getTextStyle","getTextStyles","hideUI","setBackgroundMessage","notify","onPointerDown","setActiveCollection","setSelection","showUI","getCodeFileVersionContent","lintCode","typecheckCode","getCodeFileVersions","getCodeFiles","getCodeFile","getRedirects","uploadFile","uploadFiles","uploadImage","uploadImages","zoomIntoView","navigateTo","getRuntimeErrorForModule","getRuntimeErrorForCodeComponentNode","showProgressOnInstances","removeProgressFromInstances","addComponentInstancePlaceholder","updateComponentInstancePlaceholder","removeComponentInstancePlaceholder","setMenu","showContextMenu","getBreakpointSuggestionsForWebPage","getActiveCollectionItemForWebPage","getVariables","getVectorSets","getVectorSetItems","getVectorSetItemVariables","getChangedPaths","getChangeContributors","getDeployments",Ft,Dt,de,"getAiServiceInfo","sendTrackingEvent",...Oo];new Set(zo);var vi={addComponentInstance:["addComponentInstance"],addComponentInstancePlaceholder:[],addDetachedComponentLayers:["addDetachedComponentLayers"],addImage:["addImage"],addImages:["addImages"],addSVG:["addSVG"],addText:["addText"],addRedirects:["addRedirects"],getRedirects:[],removeRedirects:["removeRedirects"],setRedirectOrder:["setRedirectOrder"],subscribeToRedirects:[],cloneNode:["cloneNode"],closePlugin:[],createColorStyle:["createColorStyle"],createFrameNode:["createNode"],createTextNode:["createNode"],createComponentNode:["createNode"],createTextStyle:["createTextStyle"],createDesignPage:["createDesignPage"],createWebPage:["createWebPage"],getActiveCollection:[],getActiveLocale:[],getActiveManagedCollection:[],getCanvasRoot:[],getChildren:[],getCollection:[],getCollections:[],getColorStyle:[],getColorStyles:[],getCurrentUser:[],getCustomCode:[],getDefaultLocale:[],getFont:[],getFonts:[],getImage:[],getLocales:[],getLocalizationGroups:[],getManagedCollection:[],getManagedCollections:[],getNode:[],getNodesWithAttribute:[],getNodesWithAttributeSet:[],getNodesWithType:[],getParent:[],getPluginData:[],getPluginDataKeys:[],getProjectInfo:[],getPublishInfo:[],getRect:[],getSelection:[],getText:[],getTextStyle:[],getTextStyles:[],hideUI:[],setBackgroundMessage:[],lintCode:[],makeDraggable:["onDragEnd","onDragStart","onDrag","setDragData","preloadDetachedComponentLayers","preloadImageUrlForInsertion","preloadDragPreviewImage"],notify:[],preloadDetachedComponentLayers:["preloadDetachedComponentLayers"],preloadDragPreviewImage:["preloadDragPreviewImage"],preloadImageUrlForInsertion:["preloadImageUrlForInsertion"],removeNode:["removeNodes2"],removeNodes:["removeNodes2"],setAttributes:["setAttributes"],setCustomCode:["setCustomCode"],setImage:["setImage"],setLocalizationData:["setLocalizationData"],setMenu:[],showContextMenu:[],setParent:["setParent"],setPluginData:["setPluginData"],setSelection:[],setText:["setText"],typecheckCode:[],showUI:[],subscribeToCanvasRoot:[],subscribeToColorStyles:[],subscribeToCustomCode:[],subscribeToImage:[],subscribeToPublishInfo:[],subscribeToSelection:[],subscribeToText:[],subscribeToTextStyles:[],createCodeFile:["createCodeFile"],unstable_ensureMinimumDependencyVersion:["unstable_ensureMinimumDependencyVersion"],getCodeFiles:[],getCodeFile:[],subscribeToCodeFiles:[],subscribeToOpenCodeFile:[],uploadFile:[],uploadFiles:[],uploadImage:[],uploadImages:[],zoomIntoView:[],navigateTo:[],getVectorSets:[],"VectorSet.getItems":[],"VectorSetItem.getVariables":[],"Node.navigateTo":[],"CodeFile.navigateTo":[],"Collection.navigateTo":[],"ManagedCollection.navigateTo":[],"CollectionItem.navigateTo":[],"ComponentInstanceNode.getRuntimeError":[],"ImageAsset.cloneWithAttributes":[],"ImageAsset.getData":[],"ImageAsset.loadBitmap":[],"ImageAsset.loadImage":[],"ImageAsset.measure":[],"CodeFile.remove":["removeCodeFile"],"CodeFile.rename":["renameCodeFile"],"CodeFile.setFileContent":["setCodeFileContent"],"CodeFile.getVersions":[],"CodeFile.showProgressOnInstances":[],"CodeFile.removeProgressFromInstances":[],"CodeFile.lint":[],"CodeFile.typecheck":[],"CodeFileVersion.getContent":[],"ComponentInstancePlaceholder.setAttributes":[],"ComponentInstancePlaceholder.remove":[],"ComponentInstancePlaceholder.replaceWithComponentInstance":["replaceComponentInstancePlaceholderWithComponentInstance"],"Field.remove":["removeCollectionFields"],"Field.setAttributes":["addCollectionFields"],"EnumField.addCase":["addEnumCase"],"EnumField.setCaseOrder":["setEnumCaseOrder"],"Collection.addFields":["addCollectionFields"],"Collection.addItems":["addCollectionItems2"],"Collection.getFields":[],"Collection.getItems":[],"Collection.getPluginData":[],"Collection.getPluginDataKeys":[],"Collection.removeFields":["removeCollectionFields"],"Collection.removeItems":["removeCollectionItems"],"Collection.setAsActive":[],"Collection.setFieldOrder":["setCollectionFieldOrder"],"Collection.setItemOrder":["setCollectionItemOrder"],"Collection.setPluginData":["setPluginDataForNode"],"CollectionItem.getPluginData":[],"CollectionItem.getPluginDataKeys":[],"CollectionItem.remove":["removeCollectionItems"],"CollectionItem.setAttributes":["setCollectionItemAttributes2"],"CollectionItem.setPluginData":["setPluginDataForNode"],"ManagedCollection.addItems":["addManagedCollectionItems2"],"ManagedCollection.getFields":[],"ManagedCollection.getItemIds":[],"ManagedCollection.getPluginData":[],"ManagedCollection.getPluginDataKeys":[],"ManagedCollection.removeItems":["removeManagedCollectionItems"],"ManagedCollection.setAsActive":[],"ManagedCollection.setFields":["setManagedCollectionFields"],"ManagedCollection.setItemOrder":["setManagedCollectionItemOrder"],"ManagedCollection.setPluginData":["setPluginDataForNode"],"Node.clone":["cloneNode"],"Node.getChildren":[],"Node.getNodesWithAttribute":[],"Node.getNodesWithAttributeSet":[],"Node.getNodesWithType":[],"Node.getParent":[],"Node.getPluginData":[],"Node.getPluginDataKeys":[],"Node.getRect":[],"Node.remove":["removeNodes2"],"Node.select":[],"Node.setAttributes":["setAttributes"],"Node.setPluginData":["setPluginDataForNode"],"Node.walk":[],"Node.zoomIntoView":[],"TextNode.getText":[],"TextNode.setText":["setTextForNode"],"TextNode.setHTML":[ue],"TextNode.getHTML":[],"ComponentNode.addVariant":["addVariantToComponent"],"ComponentNode.addGestureVariant":["addGestureVariantToComponent"],"ComponentNode.getVariables":[],"ComponentNode.addVariables":["addVariables"],"ComponentNode.removeVariables":["removeVariables"],"WebPageNode.getBreakpointSuggestions":[],"WebPageNode.addBreakpoint":["addBreakpointToWebPage"],"WebPageNode.getActiveCollectionItem":[],"ColorStyle.getPluginData":[],"ColorStyle.getPluginDataKeys":[],"ColorStyle.remove":["removeColorStyle"],"ColorStyle.setAttributes":["setColorStyleAttributes"],"ColorStyle.setPluginData":["setPluginDataForNode"],"TextStyle.getPluginData":[],"TextStyle.getPluginDataKeys":[],"TextStyle.remove":["removeTextStyle"],"TextStyle.setAttributes":["setTextStyleAttributes"],"TextStyle.setPluginData":["setPluginDataForNode"],"Variable.setAttributes":["updateVariable"],"Variable.remove":["removeVariables"],"ComponentNode.setVariableOrder":["setVariableOrder"],"EnumCase.remove":["removeEnumCase"],"EnumCase.setAttributes":["updateEnumCase"],"EnumVariable.addCase":["addEnumCase"],"EnumVariable.setCaseOrder":["setEnumCaseOrder"],createCollection:["createCollection"],[zt]:[],[Gt]:[],[Kt]:[],[$t]:[],[Ii]:["publish"],[Ti]:[],[Pi]:["deploy"],[Si]:[],[Fi]:[],[Di]:["createManagedCollection"]},Vt=[];for(let i of Object.keys(vi))vi[i].length!==0&&Vt.push(i);S(Vt);function Ni(i){let e={};for(let t of Vt){let n=vi[t];e[t]=n.every(o=>i[o]);}return e}r(Ni,"createPerMethodPermissionMap");function tr(){let i={};for(let e of Vt)i[e]=true;return i}r(tr,"createPerMethodPermissionMapForTesting");var Re=null;function ir(i){if(typeof window>"u")return;if(!Re){let t=document.createElement("style");document.head.appendChild(t),Re=t.sheet;}if(!Re){i();return}let e=Re.insertRule("* { transition: none !important; animation: none !important; }");i(),requestAnimationFrame(()=>{requestAnimationFrame(()=>{Re&&Re.deleteRule(e);});});}r(ir,"withDisabledCssTransitions");var ut=class{static{r(this,"PluginEngine");}methodInvocationId=0;notificationId=0;postMessage;methodResponseHandlers=new Map;mode;subscriptions=new Map;perMethodPermissionMap;permissionSubscriptions=new Set;messageTypesCheckedInIsAllowedTo=new Set;showUncheckedPermissionToasts=true;environmentInfo=null;menuItemOnActionCallbackMap=new Map;contextMenuItemOnActionCallbackMap=new Map;constructor(e){if(!e){this.postMessage=()=>{},this.mode="canvas",this.perMethodPermissionMap=tr();return}switch(e.transport.onMessage(this.onMessage),typeof window<"u"&&(window.addEventListener("error",t=>{t.error instanceof G&&(t.preventDefault(),t.stopImmediatePropagation());}),window.addEventListener("unhandledrejection",t=>{t.reason instanceof G&&(t.preventDefault(),t.stopImmediatePropagation());})),this.mode=e.mode,this.environmentInfo=e.environmentInfo,this.perMethodPermissionMap=Ni(e.permissionMap),this.postMessage=(t,n)=>e.transport.send(t,n),this.mode){case "canvas":case "image":case "editImage":case "configureManagedCollection":case "syncManagedCollection":case "collection":case "localization":case "code":typeof window<"u"&&window.addEventListener("pointerdown",()=>{this.invoke("onPointerDown");}),e.theme&&this.applyPluginTheme(e.theme),this.subscribe("theme",this.applyPluginTheme);break;case "api":break;default:Pt(this.mode);}}async invoke(e,...t){return this.invokeTransferable(e,undefined,...t)}async invokeTransferable(e,t,...n){return new Promise((a,s)=>{let d={type:"methodInvocation",methodName:e,id:this.methodInvocationId,args:n.map(U)};this.methodInvocationId+=1,this.methodResponseHandlers.set(d.id,{resolve:a,reject:s}),this.postMessage(d,t);})}subscribe(e,t){this.postMessage({type:"subscribe",topic:e});let n=this.subscriptions.get(e)??new Set;return n.add(t),this.subscriptions.set(e,n),()=>{let o=this.subscriptions.get(e)??new Set;o.delete(t),o.size===0&&this.postMessage({type:"unsubscribe",topic:e}),this.subscriptions.set(e,o);}}onMessage=e=>{let t=e?.data??e;if(Qn(t))switch(t.type){case "permissionUpdate":{this.perMethodPermissionMap=Ni(t.permissionMap);for(let n of this.permissionSubscriptions)n();break}case "methodResponse":{let n=this.methodResponseHandlers.get(t.id);if(!n)throw new Error(`No handler for response with id ${t.id}`);this.methodResponseHandlers.delete(t.id),g(t.error)?n.reject(new Le(t.error)):n.resolve(t.result);break}case "subscriptionMessage":{let{topic:n,payload:o}=t,a=this.subscriptions.get(n);if(!a)throw new Error("Received a subscription message but no handler present");for(let s of a)s(o);break}case "menuAction":{let n=this.getOnActionFromCallbackMap(t.actionId,t.actionType);if(!n)throw new Error("Menu action received for an unknown menu item");n();break}default:Pt(t);}};getOnActionFromCallbackMap(e,t){switch(t){case "pluginMenu":return this.menuItemOnActionCallbackMap.get(e);case "contextMenu":return this.contextMenuItemOnActionCallbackMap.get(e);default:Pt(t);}}applyPluginTheme=e=>{ir(()=>{document.body.setAttribute("data-framer-theme",e.mode);for(let t in e.tokens)document.body.style.setProperty(t,e.tokens[t]);});};async cloneNode(e){let t=await this.invoke("cloneNode",e);return t?C(t,this):null}async setAttributes(e,t){let n=await this.invoke("setAttributes",e,t);return n?C(n,this):null}async getParent(e){let t=await this.invoke("getParent",e);return t?C(t,this):null}async getChildren(e){return (await this.invoke("getChildren",e)).map(n=>{let o=C(n,this);return m(lt(o)),o})}notify=(e,t)=>{let n=`notification-${this.notificationId}`;return this.notificationId+=1,this.invoke("notify",e,{notificationId:n,variant:t?.variant??"info",buttonText:t?.button?.text,durationMs:t?.durationMs}).then(o=>{o==="actionButtonClicked"&&t?.button?.onClick&&t.button.onClick(),t?.onDisappear&&t.onDisappear();}),{close:()=>this.invoke("closeNotification",n)}};async setMenu(e){this.menuItemOnActionCallbackMap=new Map;let t=Mt(e,this.menuItemOnActionCallbackMap);await this.invoke("setMenu",t);}async showContextMenu(e,t){this.contextMenuItemOnActionCallbackMap=new Map;let n=Mt(e,this.contextMenuItemOnActionCallbackMap);await this.invoke("showContextMenu",n,t);}};function nr(i){return i.type==="component"}r(nr,"isCodeFileComponentExport");function rr(i){return i.type==="override"}r(rr,"isCodeFileOverrideExport");var ki=class{static{r(this,"CodeFileVersion");}#e;#t;get id(){return this.#e.id}get name(){return this.#e.name}get createdAt(){return this.#e.createdAt}get createdBy(){return this.#e.createdBy}constructor(e,t){this.#t=t,this.#e=e;}async getContent(){return await this.#t.invoke("getCodeFileVersionContent",this.#e.fileId,this.#e.id)}},Q=class i{static{r(this,"CodeFile");}#e;#t;get id(){return this.#e.id}get name(){return this.#e.name}get path(){return this.#e.path}get content(){return this.#e.content}get exports(){return this.#e.exports}get versionId(){return this.#e.versionId}constructor(e,t){this.#t=t,this.#e=e;}async setFileContent(e){let t=await this.#t.invoke("setCodeFileContent",this.id,e);return new i(t,this.#t)}async rename(e){let t=await this.#t.invoke("renameCodeFile",this.id,e);return new i(t,this.#t)}async remove(){return this.#t.invoke("removeCodeFile",this.id)}async getVersions(){return (await this.#t.invoke("getCodeFileVersions",this.id)).map(t=>new ki(t,this.#t))}async showProgressOnInstances(e){return this.#t.invoke("showProgressOnInstances",this.id,e)}async removeProgressFromInstances(){return this.#t.invoke("removeProgressFromInstances",this.id)}async lint(e){return await this.#t.invoke("lintCode",this.name,this.content,e)}async typecheck(e){return await this.#t.invoke("typecheckCode",this.name,this.content,e)}async navigateTo(){return this.#t.invoke("navigateTo",this.id)}};var At=class i{static{r(this,"ComponentInstancePlaceholder");}#e;#t;constructor(e,t){this.#e=e,this.#t=t;}get id(){return this.#e.id}get width(){return this.#e.width}get height(){return this.#e.height}get title(){return this.#e.title}get codePreview(){return this.#e.codePreview}async setAttributes(e){let t=await this.#t.invoke("updateComponentInstancePlaceholder",this.id,e);return t?new i(t,this.#t):null}async remove(){await this.#t.invoke("removeComponentInstancePlaceholder",this.id);}async replaceWithComponentInstance(e,t){let n=await this.#t.invoke("replaceComponentInstancePlaceholderWithComponentInstance",this.id,e,t);if(!n)return null;let o=C(n,this.#t);return m(ae(o)),o}};var Go=(()=>{let i=null;return {disableUntilMouseUp:()=>{if(i)return;i=document.createElement("style"),i.textContent="* { pointer-events: none !important; user-select: none !important; -webkit-user-select: none !important; }",document.head.appendChild(i);let e=r(()=>{i&&(document.head.removeChild(i),i=null,o());},"enablePointerEvents"),t=r(a=>{a.buttons>0&&a.buttons&1||e();},"handlePointerChange"),n=r(()=>{e();},"handleBlur");window.addEventListener("pointerup",t,true),window.addEventListener("pointermove",t,true),window.addEventListener("blur",n);function o(){window.removeEventListener("pointerup",t,true),window.removeEventListener("pointermove",t,true),window.removeEventListener("blur",n);}r(o,"cleanup");}}})(),or=5,Ko=(()=>{let i=1;return {next:()=>`drag-${i++}`}})();function $o(){}r($o,"noop");function ar(i,e,t,n){if(i.mode!=="canvas")return $o;let o=Ko.next(),a=document.body.style.cursor,s={type:"idle"},d=document.body,T=M.subscribeToIsAllowedTo("makeDraggable",p=>{p||I();}),b=r(p=>{M.isAllowedTo("makeDraggable")&&s.type!=="idle"&&(s.type==="dragging"&&i.invoke("onDragEnd",{...p,dragSessionId:o}).then(y=>{try{n?.(y);}catch{}}).catch(y=>{if(y instanceof Error){n?.({status:"error",reason:y.message});return}if(typeof y=="string"){n?.({status:"error",reason:y});return}n?.({status:"error"});}),I());},"endDrag"),v=r(p=>{if(!M.isAllowedTo("makeDraggable")||s.type==="idle")return;if(!(p.buttons>0&&!!(p.buttons&1))){b({cancelled:false});return}let{clientX:F,clientY:te}=p;if(s.type==="pointerDown"){let ze=F-s.dragStart.mouse.x,qi=te-s.dragStart.mouse.y;if(Math.abs(ze)<or&&Math.abs(qi)<or)return;s={type:"dragging",dragStart:s.dragStart},i.invoke("onDragStart",s.dragStart),document.getSelection()?.empty(),Go.disableUntilMouseUp();}d.setPointerCapture(p.pointerId);let P={x:F,y:te};i.invoke("onDrag",{dragSessionId:o,mouse:P}).then(ze=>{s.type==="dragging"&&(document.body.style.cursor=ze??"");});},"handlePointerChange"),$=r(p=>{p.key==="Escape"&&b({cancelled:true});},"handleKeyDown"),H=r(()=>{b({cancelled:true});},"handleBlur"),f=r(p=>{if(!M.isAllowedTo("makeDraggable"))return;b({cancelled:true});let y=e.getBoundingClientRect(),F={x:y.x,y:y.y,width:y.width,height:y.height},te,P=e.querySelectorAll("svg");if(P.length===1){let Ct=P.item(0).getBoundingClientRect();te={x:Ct.x,y:Ct.y,width:Ct.width,height:Ct.height};}let ze={x:p.clientX,y:p.clientY};s={type:"pointerDown",dragStart:{dragSessionId:o,elementRect:F,svgRect:te,mouse:ze}},i.invoke("setDragData",o,t()),d.addEventListener("pointermove",v,true),d.addEventListener("pointerup",v,true),window.addEventListener("keydown",$,true),window.addEventListener("blur",H);},"handlePointerDown"),u=r(()=>{if(!M.isAllowedTo("makeDraggable"))return;let p=t();p.type==="detachedComponentLayers"&&i.invoke("preloadDetachedComponentLayers",p.url),p.type==="image"&&i.invoke("preloadImageUrlForInsertion",p.image),p.previewImage&&i.invoke("preloadDragPreviewImage",p.previewImage);},"preload");e.addEventListener("pointerdown",f),e.addEventListener("mouseenter",u);function I(){s={type:"idle"},document.body.style.cursor=a,d.removeEventListener("pointermove",v,true),d.removeEventListener("pointerup",v,true),window.removeEventListener("keydown",$,true),window.removeEventListener("blur",H);}return r(I,"dragCleanup"),()=>{e.removeEventListener("pointerdown",f),e.removeEventListener("mouseenter",u),b({cancelled:true}),T();}}r(ar,"makeDraggable");var Be=class i{static{r(this,"Redirect");}#e;#t;get id(){return this.#e.id}get from(){return this.#e.from}get to(){return this.#e.to}get expandToAllLocales(){return this.#e.expandToAllLocales}constructor(e,t){this.#t=t,this.#e=e;}remove(){return this.#t.invoke("removeRedirects",[this.id])}async setAttributes(e){let t={...e,id:this.id},[n]=await this.#t.invoke("addRedirects",[t]);return m(It(n)),x(n)?null:new i(n,this.#t)}};var Mi=class{static{r(this,"FramerPluginAPI");}#e;constructor(e){this.#e=e;}get mode(){return this.#e.mode}isAllowedTo(...e){return e.every(t=>this.#e.perMethodPermissionMap[t])}subscribeToIsAllowedTo(...e){let[t,n]=Ji(e),o=this.isAllowedTo(...t),a=r(()=>{let s=this.isAllowedTo(...t);s!==o&&(o=s,n(o));},"update");return this.#e.permissionSubscriptions.add(a),()=>{this.#e.permissionSubscriptions.delete(a);}}async showUI(e){return this.#e.invoke("showUI",e)}async hideUI(){return this.#e.invoke("hideUI")}async setBackgroundMessage(e){return this.#e.invoke("setBackgroundMessage",e)}closePlugin(e,t){throw this.#e.invoke("closePlugin",e,t),new G}async getCurrentUser(){return this.#e.invoke("getCurrentUser2")}async getProjectInfo(){return this.#e.invoke("getProjectInfo2")}async getSelection(){return (await this.#e.invoke("getSelection")).map(t=>{let n=C(t,this.#e);return m(lt(n)),n})}async setSelection(e){let t=g(e)?[e]:Array.from(e);return this.#e.invoke("setSelection",t)}subscribeToSelection(e){return this.#e.subscribe("selection",t=>{let n=t.map(o=>{let a=C(o,this.#e);return m(lt(a)),a});e(n);})}async getCanvasRoot(){let e=await this.#e.invoke("getCanvasRoot"),t=C(e,this.#e);return m(Ci(t)),t}subscribeToCanvasRoot(e){return this.#e.subscribe("canvasRoot",t=>{let n=C(t,this.#e);m(Ci(n)),e(n);})}async getPublishInfo(){return this.#e.invoke("getPublishInfo")}subscribeToPublishInfo(e){return this.#e.subscribe("publishInfo",e)}async createFrameNode(e,t){let n=await this.#e.invoke("createNode","FrameNode",t??null,e);if(!n)return null;let o=C(n,this.#e);return m(o instanceof W),o}async removeNodes(e){return this.#e.invoke("removeNodes2",e)}async removeNode(e){return this.removeNodes([e])}async cloneNode(e){return this.#e.cloneNode(e)}async getNode(e){let t=await this.#e.invoke("getNode",e);return t?C(t,this.#e):null}async getParent(e){return this.#e.getParent(e)}async getChildren(e){return this.#e.getChildren(e)}async getRect(e){return this.#e.invoke("getRect",e)}async zoomIntoView(e,t){let n=g(e)?[e]:Array.from(e);return this.#e.invoke("zoomIntoView",n,t)}async setAttributes(e,t){return this.#e.setAttributes(e,t)}async setParent(e,t,n){return this.#e.invoke("setParent",e,t,n)}async getNodesWithType(e){return (await this.#e.invoke("getNodesWithType",null,e)).map(n=>C(n,this.#e))}async getNodesWithAttribute(e){return (await this.#e.invoke("getNodesWithAttribute",null,e)).map(n=>C(n,this.#e))}async getNodesWithAttributeSet(e){return (await this.#e.invoke("getNodesWithAttributeSet",null,e)).map(n=>C(n,this.#e))}async getImage(){let e=await this.#e.invoke("getImage");return e?h(this.#e,e):null}subscribeToImage(e){return this.#e.subscribe("image",t=>{if(!t){e(null);return}e(h(this.#e,t));})}async addImage(e){let t=await nt(e),n=q(t);return this.#e.invokeTransferable("addImage",n,t)}async setImage(e){let t=await nt(e),n=q(t);return this.#e.invokeTransferable("setImage",n,t)}async uploadImage(e){let t=await nt(e),n=q(t),o=await this.#e.invokeTransferable("uploadImage",n,t);return h(this.#e,o)}async addImages(e){let t=await ui(e),n=t.flatMap(q);await this.#e.invokeTransferable("addImages",n,t);}async uploadImages(e){let t=await ui(e),n=t.flatMap(q),o=await this.#e.invokeTransferable("uploadImages",n,t);return h(this.#e,o)}async uploadFile(e){let t=await di(e),n=await this.#e.invokeTransferable("uploadFile",q(t),t);return h(this.#e,n)}async uploadFiles(e){let t=await Promise.all(e.map(di)),n=t.flatMap(q),o=await this.#e.invokeTransferable("uploadFiles",n,t);return h(this.#e,o)}async addSVG(e){return this.#e.invoke("addSVG",e)}async addComponentInstance({url:e,attributes:t,parentId:n}){let o=await this.#e.invoke("addComponentInstance",{url:e,attributes:t,parentId:n}),a=C(o,this.#e);return m(ae(a)),a}async addDetachedComponentLayers({url:e,layout:t,attributes:n}){let o=await this.#e.invoke("addDetachedComponentLayers",{url:e,layout:t,attributes:n}),a=C(o,this.#e);return m(st(a)),a}async preloadDetachedComponentLayers(e){await this.#e.invoke("preloadDetachedComponentLayers",e);}async preloadImageUrlForInsertion(e){await this.#e.invoke("preloadImageUrlForInsertion",e);}async preloadDragPreviewImage(e){await this.#e.invoke("preloadDragPreviewImage",e);}async getText(){return this.#e.invoke("getText")}async setText(e){return this.#e.invoke("setText",e)}async addText(e,t){return this.#e.invoke("addText",e,t)}async setCustomCode(e){return this.#e.invoke("setCustomCode",e)}async getCustomCode(){return this.#e.invoke("getCustomCode")}subscribeToCustomCode(e){return this.#e.subscribe("customCode",e)}subscribeToText(e){return this.#e.subscribe("text",e)}makeDraggable(e,t,n){return ar(this.#e,e,t,n)}async getActiveManagedCollection(){let e=await this.#e.invoke("getActiveManagedCollection");return m(e,"Collection data must be defined"),new Me(e,this.#e)}async getManagedCollection(){return this.getActiveManagedCollection()}async getManagedCollections(){let e=await this.#e.invoke("getManagedCollections");return m(e,"Collections data must be defined"),e.map(t=>new Me(t,this.#e))}async getCollection(e){let t=await this.#e.invoke("getCollection",e);return t?new re(t,this.#e):null}async getActiveCollection(){let e=await this.#e.invoke("getActiveCollection");return e?new re(e,this.#e):null}async getCollections(){return (await this.#e.invoke("getCollections")).map(t=>new re(t,this.#e))}notify=(e,t)=>this.#e.notify(e,t);async getPluginData(e){return this.#e.invoke("getPluginData",e)}async setPluginData(e,t){return this.#e.invoke("setPluginData",e,t)}async getPluginDataKeys(){return this.#e.invoke("getPluginDataKeys")}async getColorStyles(){let e=await this.#e.invoke("getColorStyles");return h(this.#e,e)}async getColorStyle(e){let t=await this.#e.invoke("getColorStyle",e);return t?h(this.#e,t):null}async createColorStyle(e){let t=await this.#e.invoke("createColorStyle",e);return h(this.#e,t)}subscribeToColorStyles(e){return this.#e.subscribe("colorStyles",t=>{let n=h(this.#e,t);return e(n)})}async getTextStyles(){let e=await this.#e.invoke("getTextStyles");return h(this.#e,e)}async getTextStyle(e){let t=await this.#e.invoke("getTextStyle",e);return t?h(this.#e,t):null}async createTextStyle(e){let t=await this.#e.invoke("createTextStyle",e);return h(this.#e,t)}subscribeToTextStyles(e){return this.#e.subscribe("textStyles",t=>{let n=h(this.#e,t);return e(n)})}async getFont(e,t){let n=await this.#e.invoke("getFont",e,t);return n?h(this.#e,n):null}async getFonts(){let e=await this.#e.invoke("getFonts");return h(this.#e,e)}getLocales(){return this.#e.invoke("getLocales")}getDefaultLocale(){return this.#e.invoke("getDefaultLocale")}getActiveLocale(){return this.#e.invoke("getActiveLocale")}async getLocalizationGroups(){return this.#e.invoke("getLocalizationGroups")}setLocalizationData(e){return this.#e.invoke("setLocalizationData",e)}async getRedirects(){return (await this.#e.invoke("getRedirects")).map(t=>new Be(t,this.#e))}subscribeToRedirects(e){return this.#e.subscribe("redirects",t=>{let n=t.map(o=>new Be(o,this.#e));return e(n)})}async addRedirects(e){return (await this.#e.invoke("addRedirects",e)).map(n=>new Be(n,this.#e))}async removeRedirects(e){return this.#e.invoke("removeRedirects",e)}async setRedirectOrder(e){return this.#e.invoke("setRedirectOrder",e)}async createCodeFile(e,t,n){let o=await this.#e.invoke("createCodeFile",e,t,n);return new Q(o,this.#e)}async getCodeFiles(){let e=await this.#e.invoke("getCodeFiles"),t=[];for(let n of e)t.push(new Q(n,this.#e));return t}async getCodeFile(e){let t=await this.#e.invoke("getCodeFile",e);return t?new Q(t,this.#e):null}lintCode(e,t,n){return this.#e.invoke("lintCode",e,t,n)}typecheckCode(e,t,n){return this.#e.invoke("typecheckCode",e,t,n)}subscribeToCodeFiles(e){return this.#e.subscribe("codeFiles",t=>{let n=t?.map(o=>new Q(o,this.#e));return e(n)})}setMenu(e){return this.#e.setMenu(e)}showContextMenu(e,t){return this.#e.showContextMenu(e,t)}async unstable_ensureMinimumDependencyVersion(e,t){return this.#e.invoke("unstable_ensureMinimumDependencyVersion",e,t)}async navigateTo(e,t){return this.#e.invoke("navigateTo",e,t)}subscribeToOpenCodeFile(e){return this.#e.subscribe("openCodeFile",t=>{let n=t?new Q(t,this.#e):null;return e(n)})}async createDesignPage(e){let t=await this.#e.invoke("createDesignPage",e),n=C(t,this.#e);return m(n instanceof J,"Expected node to be a DesignPageNode"),n}async createWebPage(e){let t=await this.#e.invoke("createWebPage",e),n=C(t,this.#e);return m(n instanceof X,"Expected node to be a WebPageNode"),n}async createCollection(e){let t=await this.#e.invoke("createCollection",e);return new re(t,this.#e)}},Ei=class extends Mi{static{r(this,"FramerPluginAPIBeta");}#e;constructor(e){super(e),this.#e=e,this.#e;}},ct=class extends Ei{static{r(this,"FramerPluginAPIAlpha");}#e;constructor(e){super(e),this.#e=e,this.#e;}async addComponentInstancePlaceholder(e){let t=await this.#e.invoke("addComponentInstancePlaceholder",e);return new At(t,this.#e)}async[l.getAiServiceInfo](){return this.#e.invoke(Ft)}async[l.sendTrackingEvent](e,t,n){return this.#e.invoke(Dt,e,t,n)}async[l.getHTMLForNode](e){return this.#e.invoke(de,e)}async[l.setHTMLForNode](e,t){return this.#e.invoke(ue,e,t)}get[l.environmentInfo](){return this.#e.environmentInfo}get[l.showUncheckedPermissionToasts](){return this.#e.showUncheckedPermissionToasts}set[l.showUncheckedPermissionToasts](e){this.#e.showUncheckedPermissionToasts=e;}async createTextNode(e,t){let n=await this.#e.invoke("createNode","TextNode",t??null,e);if(!n)return null;let o=C(n,this.#e);return m(o instanceof Y),o}async createComponentNode(e){let t=await this.#e.invoke("createNode","ComponentNode",null,{name:e});if(!t)return null;let n=C(t,this.#e);return m(n instanceof Z),n}async getVectorSets(){return (await this.#e.invoke("getVectorSets")).map(t=>new We(t,this.#e))}async[L.publish](){return this.#e.invoke("publish")}async[L.getDeployments](){return this.#e.invoke("getDeployments")}async[L.deploy](e,t){return this.#e.invoke("deploy",e,t)}async[L.getChangedPaths](){return this.#e.invoke("getChangedPaths")}async[L.getChangeContributors](e,t){return this.#e.invoke("getChangeContributors",e,t)}async[L.createManagedCollection](e){let t=await this.#e.invoke("createManagedCollection",e);return new Me(t,this.#e)}};var Vi=class{constructor(e){this.origin=e;}static{r(this,"IframeTransport");}send(e,t){window.parent.postMessage(e,this.origin,t);}onMessage(e){window.addEventListener("message",e);}};async function Ho(){return new Promise(i=>{function e({data:t,origin:n}){if(!er(t))return;window.removeEventListener("message",e);let a={transport:new Vi(n),mode:t.mode,permissionMap:t.permissionMap,environmentInfo:t.environmentInfo,origin:n,theme:t.theme??null};i(a);}r(e,"handshakeListener"),window.addEventListener("message",e),window.parent.postMessage(Jn,"*");})}r(Ho,"createBrowserContext");async function jo(){return typeof window<"u"?Ho():null}r(jo,"bootstrap");var sr=await jo(),M=sr?new ct(new ut(sr)):new Proxy({},{get(i,e){throw new Error(`Cannot access framer.${String(e)} in server runtime. Use createFramerInstance() with a custom transport.`)}});function lr(i){return new ct(new ut(i))}r(lr,"createFramerInstance");var Yo=qo,dr=Yo.env;function Xo(i){Object.assign(dr,i);}r(Xo,"configure");function Ue(i,e){return dr[i]??e}r(Ue,"getEnv");var ur=typeof globalThis.WebSocket<"u"?globalThis.WebSocket:WebSocket,cr,pr;try{cr=await import('node:fs'),pr=await import('node:path');}catch{}var Ai=cr,wi=pr;function R(i,...e){if(i)return;let t=Error("Assertion Error"+(e.length>0?": "+e.join(" "):""));if(t.stack)try{let n=t.stack.split(`
|
|
9
|
+
`));}catch{}throw t}r(m,"assert");function S(i){for(let e of Reflect.ownKeys(i)){let t=i[e];!t||typeof t!="object"&&!vr(t)||S(t);}return Object.freeze(i)}r(S,"deepFreeze");function Oi(i){return [i.slice(0,-1),i.at(-1)]}r(Oi,"splitRestAndLast");var c="__class";var Ut=Symbol(),Ot=Symbol(),Nr=Symbol(),kr=Symbol(),Mr=Symbol(),Er=Symbol(),zt=Symbol(),Gt=Symbol(),l={getAiServiceInfo:Ut,sendTrackingEvent:Ot,environmentInfo:Nr,showUncheckedPermissionToasts:kr,marshal:Mr,unmarshal:Er,getHTMLForNode:zt,setHTMLForNode:Gt},dt="INTERNAL_",ut=`${dt}getAiServiceInfo`,ct=`${dt}sendTrackingEvent`,se=`${dt}getHTMLForNode`,le=`${dt}setHTMLForNode`;var N=class{static{r(this,"VariableBase");}#e;#t;get nodeId(){return this.#t.nodeId}get nodeType(){return this.#t.nodeType}get id(){return this.#t.id}get name(){return this.#t.name}get description(){return this.#t.description??null}constructor(e,t){this.#e=e,this.#t=t;}async setAttributes(e){let t=await this.#e.invoke("updateVariable",this.nodeId,this.id,{...e,type:this.type});if(x(t))return null;let n=this.constructor;return new n(this.#e,t)}async remove(){await this.#e.invoke("removeVariables",this.nodeId,[this.id]);}},M="Variable";function E(i){let e=i.at(0);return m(!Bi(e)),`${e.toLowerCase()}${i.slice(1,-M.length)}`}r(E,"classToType");var Vr=`Boolean${M}`,Ar=E(Vr),xe=class i extends N{static{r(this,"BooleanVariable");}type=Ar;#e;constructor(e,t){super(e,t),this.#e=t;}static[l.unmarshal](e,t){return new i(e,t)}[l.marshal](){return this.#e}},wr=`Number${M}`,Wr=E(wr),Ce=class i extends N{static{r(this,"NumberVariable");}type=Wr;#e;constructor(e,t){super(e,t),this.#e=t;}static[l.unmarshal](e,t){return new i(e,t)}[l.marshal](){return this.#e}},Lr=`String${M}`,Rr=E(Lr),Ie=class i extends N{static{r(this,"StringVariable");}type=Rr;#e;constructor(e,t){super(e,t),this.#e=t;}static[l.unmarshal](e,t){return new i(e,t)}[l.marshal](){return this.#e}},Br=`FormattedText${M}`,Ur=E(Br),Te=class i extends N{static{r(this,"FormattedTextVariable");}type=Ur;#e;constructor(e,t){super(e,t),this.#e=t;}static[l.unmarshal](e,t){return new i(e,t)}[l.marshal](){return this.#e}},Or=`Enum${M}`,zr=E(Or),$=class i{static{r(this,"EnumCase");}#e;#t;#i;#n;get id(){return this.#n.id}get name(){return this.#n.name}get nameByLocale(){return this.#n.nameByLocale}constructor(e,t,n,o){this.#e=e,this.#t=t,this.#i=n,this.#n=o;}async setAttributes(e){let t=await this.#e.invoke("updateEnumCase",this.#t,this.#i,this.id,e);return t?new i(this.#e,this.#t,this.#i,t):null}async remove(){await this.#e.invoke("removeEnumCase",this.#t,this.#i,this.id);}},Pe=class i extends N{static{r(this,"EnumVariable");}type=zr;#e;#t;#i;get cases(){return this.#i||(this.#i=S(this.#t.cases.map(e=>new $(this.#e,this.nodeId,this.id,e)))),this.#i}constructor(e,t){super(e,t),this.#e=e,this.#t=t;}static[l.unmarshal](e,t){return new i(e,t)}[l.marshal](){return this.#t}async addCase(e){let t=await this.#e.invoke("addEnumCase",this.nodeId,this.id,e);return t?new $(this.#e,this.nodeId,this.id,t):null}async setCaseOrder(e){await this.#e.invoke("setEnumCaseOrder",this.nodeId,this.id,e);}},Gr=`Color${M}`,Kr=E(Gr),Se=class i extends N{static{r(this,"ColorVariable");}type=Kr;#e;constructor(e,t){super(e,t),this.#e=t;}static[l.unmarshal](e,t){return new i(e,t)}[l.marshal](){return this.#e}},$r=`Image${M}`,Hr=E($r),Fe=class i extends N{static{r(this,"ImageVariable");}type=Hr;#e;constructor(e,t){super(e,t),this.#e=t;}static[l.unmarshal](e,t){return new i(e,t)}[l.marshal](){return this.#e}},jr=`File${M}`,_r=E(jr),De=class i extends N{static{r(this,"FileVariable");}type=_r;#e;get allowedFileTypes(){return this.#e.allowedFileTypes}constructor(e,t){super(e,t),this.#e=t;}static[l.unmarshal](e,t){return new i(e,t)}[l.marshal](){return this.#e}},qr=`Link${M}`,Yr=E(qr),ve=class i extends N{static{r(this,"LinkVariable");}type=Yr;#e;constructor(e,t){super(e,t),this.#e=t;}static[l.unmarshal](e,t){return new i(e,t)}[l.marshal](){return this.#e}},Xr=`Date${M}`,Zr=E(Xr),Ne=class i extends N{static{r(this,"DateVariable");}type=Zr;#e;constructor(e,t){super(e,t),this.#e=t;}static[l.unmarshal](e,t){return new i(e,t)}[l.marshal](){return this.#e}},Jr=`Border${M}`,Qr=E(Jr),ke=class i extends N{static{r(this,"BorderVariable");}type=Qr;#e;constructor(e,t){super(e,t),this.#e=t;}static[l.unmarshal](e,t){return new i(e,t)}[l.marshal](){return this.#e}},eo=`Unsupported${M}`,to=E(eo),Me=class i extends N{static{r(this,"UnsupportedVariable");}type=to;#e;constructor(e,t){super(e,t),this.#e=t;}static[l.unmarshal](e,t){return new i(e,t)}[l.marshal](){return this.#e}};function zi(i){return i instanceof N}r(zi,"isVariable");function io(i){return zi(i)&&i.nodeType==="component"}r(io,"isComponentVariable");var W=class{static{r(this,"FieldBase");}#e;#t;#i;get id(){return this.#i.id}get name(){return this.#i.name}constructor(e,t,n){this.#e=e,this.#t=t,this.#i=n;}async setAttributes(e){let t={...e,type:this.type,id:this.id},[n]=await this.#e.invoke("addCollectionFields2",this.#t,[t]);if(m(at(n)),x(n))return null;m(n.type===this.type);let o=this.constructor;return new o(this.#e,this.#t,n)}async remove(){await this.#e.invoke("removeCollectionFields",this.#t,[this.id]);}},A=class extends W{static{r(this,"FieldBaseWithRequired");}#e;get required(){return this.#e.required}constructor(e,t,n){super(e,t,n),this.#e=n;}},pt=class extends W{static{r(this,"BooleanField");}type=Ht},mt=class extends W{static{r(this,"ColorField");}type=jt},gt=class extends W{static{r(this,"NumberField");}type=_t},ft=class extends A{static{r(this,"StringField");}type=qt;#e;constructor(e,t,n){super(e,t,n),this.#e=n;}get basedOn(){return this.#e.basedOn}},yt=class extends A{static{r(this,"FormattedTextField");}type=Yt},Ee=class extends A{static{r(this,"ImageField");}type=Xt},ht=class extends A{static{r(this,"LinkField");}type=Jt},bt=class extends A{static{r(this,"DateField");}type=Qt},xt=class extends W{static{r(this,"FieldDivider");}type=ri},Ve=class extends W{static{r(this,"UnsupportedField");}type=oi},Ct=class extends A{static{r(this,"FileField");}type=ei;#e;get allowedFileTypes(){return this.#e.allowedFileTypes}constructor(e,t,n){super(e,t,n),this.#e=n;}},It=class extends W{static{r(this,"EnumField");}type=ti;#e;#t;#i;#n;get cases(){return this.#n||(this.#n=this.#i.cases.map(e=>new $(this.#e,this.#t,this.id,e)),S(this.#n)),this.#n}constructor(e,t,n){super(e,t,n),this.#e=e,this.#t=t,this.#i=n;}async addCase(e){let t=await this.#e.invoke("addEnumCase",this.#t,this.id,e);return t?new $(this.#e,this.#t,this.id,t):null}async setCaseOrder(e){await this.#e.invoke("setEnumCaseOrder",this.#t,this.id,e);}},Tt=class extends A{static{r(this,"CollectionReferenceField");}type=ii;#e;get collectionId(){return this.#e.collectionId}constructor(e,t,n){super(e,t,n),this.#e=n;}},Pt=class extends A{static{r(this,"MultiCollectionReferenceField");}type=ni;#e;get collectionId(){return this.#e.collectionId}constructor(e,t,n){super(e,t,n),this.#e=n;}},Kt=class extends A{static{r(this,"ArrayField");}type=Zt;fields;constructor(e,t,n){super(e,t,n);let o=n.fields[0];this.fields=[new Ee(e,t,o)];}};function $t(i,e,t){return i.map(n=>{switch(n.type){case Ht:return new pt(e,t,n);case jt:return new mt(e,t,n);case _t:return new gt(e,t,n);case qt:return new ft(e,t,n);case Yt:return new yt(e,t,n);case Xt:return new Ee(e,t,n);case Jt:return new ht(e,t,n);case Qt:return new bt(e,t,n);case ri:return new xt(e,t,n);case oi:return new Ve(e,t,n);case ei:return new Ct(e,t,n);case ti:return new It(e,t,n);case ii:return new Tt(e,t,n);case ni:return new Pt(e,t,n);case Zt:return new Kt(e,t,n);default:return new Ve(e,t,n)}})}r($t,"fieldDefinitionDataArrayToFieldClassInstances");function no(i){return i instanceof W}r(no,"isField");var Gi="action";function ro(i){return !!i&&Gi in i&&g(i[Gi])}r(ro,"isLocalizedValueUpdate");function Ki(i){return Object.keys(i).reduce((e,t)=>{let n=i[t];return ro(n)&&(e[t]=n),e},{})}r(Ki,"filterInlineLocalizationValues");var Ae=class i{static{r(this,"FileAsset");}id;url;extension;constructor(e){this.url=e.url,this.id=e.id,this.extension=e.extension;}static[l.unmarshal](e,t){return new i(t)}[l.marshal](){return {[c]:"FileAsset",id:this.id,url:this.url,extension:this.extension}}};function oo(i){return i instanceof Ae}r(oo,"isFileAsset");var ao="ImageAsset";function $i(i){return v(i)?i[c]===ao:false}r($i,"isImageAssetData");var H=class i{static{r(this,"ImageAsset");}id;url;thumbnailUrl;altText;resolution;#e;#t;constructor(e,t){this.#t=e,this.url=t.url,this.id=t.id,this.thumbnailUrl=t.thumbnailUrl,this.altText=t.altText,this.resolution=t.resolution;}static[l.unmarshal](e,t){return new i(e,t)}[l.marshal](){return {[c]:"ImageAsset",id:this.id,url:this.url,thumbnailUrl:this.thumbnailUrl,altText:this.altText,resolution:this.resolution}}cloneWithAttributes({altText:e,resolution:t}){return new i(this.#t,{[c]:"ImageAsset",id:this.id,url:this.url,thumbnailUrl:this.thumbnailUrl,altText:e??this.altText,resolution:t??this.resolution})}async measure(){return uo(this.url)}async getData(){if(this.#e&&this.#e.bytes.length>0)return this.#e;let e=await this.#t.invoke("getImageData",{id:this.id,resolution:this.resolution});if(!e)throw new Error("Failed to load image data");return this.#e=e,e}async loadBitmap(){let{mimeType:e,bytes:t}=await this.getData(),n=new Blob([t],{type:e});return createImageBitmap(n)}async loadImage(){let e=await this.getData(),t=URL.createObjectURL(new Blob([e.bytes]));return new Promise((n,o)=>{let a=new Image;a.onload=()=>n(a),a.onerror=()=>o(),a.src=t;})}};function so(i){return i instanceof H}r(so,"isImageAsset");function j(i){return i.type==="bytes"?[i.bytes.buffer]:[]}r(j,"getTransferable");function lo(i){if(!v(i))return false;let e="bytes",t="mimeType";return !(!(e in i)||!(t in i)||!(i[e]instanceof Uint8Array)||!g(i[t]))}r(lo,"isBytesData");async function we(i){if(i instanceof File)return li(i);let e=await Hi(i.image);return {name:i.name,altText:i.altText,resolution:i.resolution,preferredImageRendering:i.preferredImageRendering,...e}}r(we,"createImageTransferFromInput");async function ai(i){if(i instanceof File)return li(i);let e=await Hi(i.file);return {name:i.name,...e}}r(ai,"createFileTransferFromInput");async function Hi(i){return i instanceof File?li(i):lo(i)?{type:"bytes",mimeType:i.mimeType,bytes:i.bytes}:{type:"url",url:i}}r(Hi,"createAssetTransferFromAssetInput");function si(i){return Promise.all(i.map(we))}r(si,"createNamedAssetDataTransferFromInput");async function li(i){return new Promise((e,t)=>{let n=new FileReader;n.onload=o=>{let a=i.type,s=o.target?.result;if(!s||!(s instanceof ArrayBuffer)){t(new Error("Failed to read file, arrayBuffer is null"));return}let d=new Uint8Array(s);e({bytes:d,mimeType:a,type:"bytes",name:i.name});},n.onerror=o=>{t(o);},n.readAsArrayBuffer(i);})}r(li,"getAssetDataFromFile");async function uo(i){let e=i instanceof File,t=e?URL.createObjectURL(i):i,n=new Image;return n.crossOrigin="anonymous",new Promise((o,a)=>{n.onload=()=>{o({width:n.naturalWidth,height:n.naturalHeight});},n.onerror=s=>{a(s);},n.src=t;}).finally(()=>{e&&URL.revokeObjectURL(t);})}r(uo,"measureImage");var St=class{static{r(this,"ComputedValueBase");}};var co="unsupported",We=class i extends St{static{r(this,"UnsupportedComputedValue");}type=co;#e;constructor(e){super(),this.#e=e;}static[l.unmarshal](e,t){return new i(t)}[l.marshal](){return this.#e}};function po(i){return i instanceof St}r(po,"isComputedValue");var mo="Font";function _i(i){return v(i)&&i[c]===mo}r(_i,"isFontData");function go(i){if(!K(i))return false;switch(i){case 100:case 200:case 300:case 400:case 500:case 600:case 700:case 800:case 900:return true;default:return false}}r(go,"isFontWeight");function fo(i){if(!g(i))return false;switch(i){case "normal":case "italic":return true;default:return false}}r(fo,"isFontStyle");function qi(i){return v(i)?g(i.family)&&g(i.selector)&&go(i.weight)&&fo(i.style):false}r(qi,"isFont");var U=class i{static{r(this,"Font");}selector;family;weight;style;constructor(e){this.selector=e.selector,this.family=e.family,this.weight=e.weight,this.style=e.style;}static[l.unmarshal](e,t){let n=ji.get(t.selector);if(n)return n;let o=new i(t);return ji.set(t.selector,o),o}[l.marshal](){return {[c]:"Font",selector:this.selector,family:this.family,weight:this.weight,style:this.style}}},ji=new Map;var yo="LinearGradient",ho="RadialGradient",bo="ConicGradient",de=class{static{r(this,"GradientBase");}#e;get stops(){return this.#e.stops}constructor(e){this.#e=e;}cloneWithAttributes(e){let t=this.constructor;return new t({...this.#e,...e})}},Le=class i extends de{static{r(this,"LinearGradient");}[c]=yo;#e;get angle(){return this.#e.angle}constructor(e){super(e),this.#e=e;}static[l.unmarshal](e,t){return new i({...t,stops:h(e,t.stops)})}[l.marshal](){return L({...this.#e,[c]:this[c]})}toCSS(){let e=this.#e.stops.map(t=>(m(g(t.color),"ColorStyle not supported yet"),`${t.color} ${t.position*100}%`)).join(", ");return `linear-gradient(${this.angle}deg, ${e})`}},Re=class i extends de{static{r(this,"RadialGradient");}[c]=ho;#e;get width(){return this.#e.width}get height(){return this.#e.height}get x(){return this.#e.x}get y(){return this.#e.y}constructor(e){super(e),this.#e=e;}static[l.unmarshal](e,t){return new i({...t,stops:h(e,t.stops)})}[l.marshal](){return L({...this.#e,[c]:this[c]})}toCSS(){let e=this.stops.map((t,n)=>{m(g(t.color),"ColorStyle not supported yet");let o=this.stops[n+1],a=t.position===1&&o?.position===1?t.position-1e-4:t.position;return `${t.color} ${a*100}%`}).join(", ");return `radial-gradient(${this.width} ${this.height} at ${this.x} ${this.y}, ${e})`}},Be=class i extends de{static{r(this,"ConicGradient");}[c]=bo;#e;get angle(){return this.#e.angle}get x(){return this.#e.x}get y(){return this.#e.y}constructor(e){super(e),this.#e=e;}static[l.unmarshal](e,t){return new i({...t,stops:h(e,t.stops)})}[l.marshal](){return L({...this.#e,[c]:this[c]})}toCSS(){let e=this.stops.map(t=>(m(g(t.color),"ColorStyle not supported yet"),`${t.color} ${t.position*360}deg`)).join(", ");return `conic-gradient(from ${this.angle}deg at ${this.x} ${this.y}, ${e})`}};function Yi(i){return i instanceof de}r(Yi,"isGradient");var xo="ColorStyle";function Ft(i){return v(i)?i[c]===xo:false}r(Ft,"isColorStyleData");var Z=class i{static{r(this,"ColorStyle");}id;name;path;light;dark;#e;constructor(e,t){this.id=t.id,this.name=t.name,this.light=t.light,this.dark=t.dark,this.path=t.path,this.#e=e;}static[l.unmarshal](e,t){return new i(e,t)}[l.marshal](){return {[c]:"ColorStyle",id:this.id,name:this.name,light:this.light,dark:this.dark,path:this.path}}async setAttributes(e){let t=await this.#e.invoke("setColorStyleAttributes",this.id,e);return t?new i(this.#e,t):null}async getPluginData(e){return this.#e.invoke("getPluginDataForNode",this.id,e)}async setPluginData(e,t){return this.#e.invoke("setPluginDataForNode",this.id,e,t)}async getPluginDataKeys(){return this.#e.invoke("getPluginDataKeysForNode",this.id)}async remove(){return this.#e.invoke("removeColorStyle",this.id)}};function ue(i){return i instanceof Z}r(ue,"isColorStyle");var Co="TextStyle";function Xi(i){return v(i)?i[c]===Co:false}r(Xi,"isTextStyleData");var Ue=class i{static{r(this,"TextStyle");}id;name;path;tag;font;boldFont;italicFont;boldItalicFont;color;transform;alignment;decoration;decorationColor;decorationThickness;decorationStyle;decorationSkipInk;decorationOffset;balance;breakpoints;minWidth;fontSize;letterSpacing;lineHeight;paragraphSpacing;#e;constructor(e,t){this.id=t.id,this.name=t.name,this.path=t.path,this.tag=t.tag,this.font=U[l.unmarshal](e,t.font),this.boldFont=t.boldFont&&U[l.unmarshal](e,t.boldFont),this.italicFont=t.italicFont&&U[l.unmarshal](e,t.italicFont),this.boldItalicFont=t.boldItalicFont&&U[l.unmarshal](e,t.boldItalicFont),this.color=Ft(t.color)?Z[l.unmarshal](e,t.color):t.color,this.transform=t.transform,this.alignment=t.alignment,this.decoration=t.decoration,this.decorationColor=Ft(t.decorationColor)?Z[l.unmarshal](e,t.decorationColor):t.decorationColor,this.decorationThickness=t.decorationThickness,this.decorationStyle=t.decorationStyle,this.decorationSkipInk=t.decorationSkipInk,this.decorationOffset=t.decorationOffset,this.balance=t.balance,this.breakpoints=t.breakpoints,this.minWidth=t.minWidth,this.fontSize=t.fontSize,this.letterSpacing=t.letterSpacing,this.lineHeight=t.lineHeight,this.paragraphSpacing=t.paragraphSpacing,this.#e=e;}static[l.unmarshal](e,t){return new i(e,t)}[l.marshal](){return {[c]:"TextStyle",id:this.id,name:this.name,path:this.path,tag:this.tag,font:this.font[l.marshal](),boldFont:this.boldFont?.[l.marshal]()??null,italicFont:this.italicFont?.[l.marshal]()??null,boldItalicFont:this.boldItalicFont?.[l.marshal]()??null,color:ue(this.color)?this.color[l.marshal]():this.color,transform:this.transform,alignment:this.alignment,decoration:this.decoration,decorationColor:ue(this.decorationColor)?this.decorationColor[l.marshal]():this.decorationColor,decorationThickness:this.decorationThickness,decorationStyle:this.decorationStyle,decorationSkipInk:this.decorationSkipInk,decorationOffset:this.decorationOffset,balance:this.balance,breakpoints:this.breakpoints,minWidth:this.minWidth,fontSize:this.fontSize,letterSpacing:this.letterSpacing,lineHeight:this.lineHeight,paragraphSpacing:this.paragraphSpacing}}async setAttributes(e){let t=await this.#e.invoke("setTextStyleAttributes",this.id,e);return t?new i(this.#e,t):null}async getPluginData(e){return this.#e.invoke("getPluginDataForNode",this.id,e)}async setPluginData(e,t){return this.#e.invoke("setPluginDataForNode",this.id,e,t)}async getPluginDataKeys(){return this.#e.invoke("getPluginDataKeysForNode",this.id)}async remove(){return this.#e.invoke("removeTextStyle",this.id)}};function di(i){return i instanceof Ue}r(di,"isTextStyle");function Io(i){return v(i)&&l.marshal in i}r(Io,"isSelfMarshalable");function L(i){if(Io(i))return i[l.marshal]();if(Bt(i))return i.map(L);if(st(i)){let e={};for(let t of Object.keys(i))e[t]=L(i[t]);return e}return i}r(L,"marshal");var Zi={ColorStyle:Z,ConicGradient:Be,FileAsset:Ae,Font:U,ImageAsset:H,LinearGradient:Le,RadialGradient:Re,TextStyle:Ue,BooleanVariable:xe,BorderVariable:ke,ColorVariable:Se,DateVariable:Ne,EnumVariable:Pe,FileVariable:De,FormattedTextVariable:Te,ImageVariable:Fe,LinkVariable:ve,NumberVariable:Ce,StringVariable:Ie,UnsupportedVariable:Me,UnsupportedComputedValue:We};function To(i){return st(i)&&g(i[c])&&i[c]in Zi}r(To,"isSelfUnmarshalable");function h(i,e){if(To(e))return Zi[e[c]][l.unmarshal](i,e);if(Bt(e))return e.map(t=>h(i,t));if(st(e)){let t={};for(let n of Object.keys(e))t[n]=h(i,e[n]);return t}return e}r(h,"unmarshal");var Po={array:false,boolean:false,collectionReference:false,color:false,date:false,enum:false,file:false,formattedText:false,image:true,link:false,multiCollectionReference:false,number:false,string:false,unsupported:false};function So(i){return Po[i]}r(So,"isSupportedArrayItemFieldType");function Fo(i){return So(i.type)}r(Fo,"isSupportedArrayItemFieldDataEntry");var Ht="boolean",jt="color",_t="number",qt="string",Yt="formattedText",Xt="image",Zt="array",Jt="link",Qt="date",ei="file",ti="enum",ii="collectionReference",ni="multiCollectionReference",ri="divider",oi="unsupported";function Do(i){return i.map(e=>{if(e.type!=="enum")return e;let t=e.cases.map(n=>{let o=n.nameByLocale?Ki(n.nameByLocale):undefined;return {...n,nameByLocale:o}});return {...e,cases:t}})}r(Do,"sanitizeEnumFieldForMessage");function Ji(i,e){let t={};for(let n in i){let o=i[n];if(!o)continue;if(o.type!=="array"){t[n]=h(e,o);continue}let a=o.value.map(s=>{let d=Ji(s.fieldData,e),T={};for(let b in d){let D=d[b];m(D&&Fo(D),"Unsupported array item field data entry"),T[b]=D;}return {...s,fieldData:T}});t[n]={...o,value:a};}return t}r(Ji,"deserializeFieldData");var ce=class{static{r(this,"ManagedCollection");}id;name;readonly;managedBy;#e;constructor(e,t){this.id=e.id,this.name=e.name,this.readonly=e.readonly,m(e.managedBy!=="user","Managed Collection can only be managed by a plugin"),this.managedBy=e.managedBy,this.#e=t,S(this);}async getItemIds(){return this.#e.invoke("getManagedCollectionItemIds",this.id)}async setItemOrder(e){return this.#e.invoke("setManagedCollectionItemOrder",this.id,e)}async getFields(){return this.#e.invoke("getManagedCollectionFields2",this.id)}async setFields(e){let t=Do(e);return this.#e.invoke("setManagedCollectionFields",this.id,t)}async addItems(e){return this.#e.invoke("addManagedCollectionItems2",this.id,e)}async removeItems(e){return this.#e.invoke("removeManagedCollectionItems",this.id,e)}async setAsActive(){return this.#e.invoke("setActiveCollection",this.id)}async setPluginData(e,t){return this.#e.invoke("setPluginDataForNode",this.id,e,t)}async getPluginData(e){return this.#e.invoke("getPluginDataForNode",this.id,e)}async getPluginDataKeys(){return this.#e.invoke("getPluginDataKeysForNode",this.id)}async navigateTo(e){return this.#e.invoke("navigateTo",this.id,e)}},J=class{static{r(this,"Collection");}id;name;slugFieldName;slugFieldBasedOn;readonly;managedBy;#e;constructor(e,t){this.id=e.id,this.name=e.name,this.slugFieldName=e.slugFieldName,this.slugFieldBasedOn=e.slugFieldBasedOn,this.readonly=e.readonly,this.managedBy=e.managedBy,this.#e=t,S(this);}async setItemOrder(e){return this.#e.invoke("setCollectionItemOrder",this.id,e)}async getFields(){let e=await this.#e.invoke("getCollectionFields2",this.id,true);return $t(e,this.#e,this.id)}async addFields(e){let t=await this.#e.invoke("addCollectionFields2",this.id,e);return m(t.every(Ui)),$t(t,this.#e,this.id)}async removeFields(e){return this.#e.invoke("removeCollectionFields",this.id,e)}async setFieldOrder(e){return this.#e.invoke("setCollectionFieldOrder",this.id,e)}async getItems(){return (await this.#e.invoke("getCollectionItems2",this.id)).map(t=>new Oe(t,this.#e))}async addItems(e){await this.#e.invoke("addCollectionItems2",this.id,e);}async removeItems(e){return this.#e.invoke("removeCollectionItems",e)}async setAsActive(){return this.#e.invoke("setActiveCollection",this.id)}async setPluginData(e,t){return this.#e.invoke("setPluginDataForNode",this.id,e,t)}async getPluginData(e){return this.#e.invoke("getPluginDataForNode",this.id,e)}async getPluginDataKeys(){return this.#e.invoke("getPluginDataKeysForNode",this.id)}async navigateTo(e){return this.#e.invoke("navigateTo",this.id,e)}},Oe=class i{static{r(this,"CollectionItem");}id;nodeId;slug;slugByLocale;draft;fieldData;#e;constructor(e,t){let n=Ji(e.fieldData,t);this.id=e.externalId??e.nodeId,this.nodeId=e.nodeId,this.slug=e.slug,this.slugByLocale=e.slugByLocale,this.draft=e.draft??false,this.fieldData=n,this.#e=t,S(this);}async remove(){return this.#e.invoke("removeCollectionItems",[this.id])}async setAttributes(e){let t=await this.#e.invoke("setCollectionItemAttributes2",this.id,e);return t?new i(t,this.#e):null}async setPluginData(e,t){return this.#e.invoke("setPluginDataForNode",this.id,e,t)}async getPluginData(e){return this.#e.invoke("getPluginDataForNode",this.id,e)}async getPluginDataKeys(){return this.#e.invoke("getPluginDataKeysForNode",this.id)}async navigateTo(e){return this.#e.invoke("navigateTo",this.nodeId,e)}};var vo={fixed:true,sticky:true,absolute:true,relative:true},Qi="position";function ks(i){if(!(Qi in i))return false;let e=i[Qi];return g(e)&&vo[e]===true}r(ks,"supportsPosition");var en="top";function Ms(i){if(!(en in i))return false;let e=i[en];return g(e)||x(e)}r(Ms,"supportsPins");var tn="width";function Es(i){if(!(tn in i))return false;let e=i[tn];return g(e)||x(e)}r(Es,"supportsSize");var nn="maxWidth";function Vs(i){if(!(nn in i))return false;let e=i[nn];return g(e)||x(e)}r(Vs,"supportsSizeConstraints");var rn="aspectRatio";function As(i){if(!(rn in i))return false;let e=i[rn];return K(e)||x(e)}r(As,"supportsAspectRatio");var on="name";function ws(i){if(!(on in i))return false;let e=i[on];return g(e)||x(e)}r(ws,"supportsName");var an="visible";function Ws(i){if(!(an in i))return false;let e=i[an];return be(e)}r(Ws,"supportsVisible");var sn="locked";function Ls(i){if(!(sn in i))return false;let e=i[sn];return be(e)}r(Ls,"supportsLocked");var ln="backgroundColor";function Rs(i){if(!(ln in i))return false;let e=i[ln];return g(e)||ue(e)||x(e)}r(Rs,"supportsBackgroundColor");var dn="backgroundColor";function Bs(i){if(!(dn in i))return false;let e=i[dn];return g(e)||Ft(e)||x(e)}r(Bs,"supportsBackgroundColorData");var un="backgroundImage";function Us(i){if(!(un in i))return false;let e=i[un];return e instanceof H||x(e)}r(Us,"supportsBackgroundImage");var cn="backgroundImage";function Os(i){if(!(cn in i))return false;let e=i[cn];return e instanceof H?false:$i(e)||x(e)}r(Os,"supportsBackgroundImageData");var pn="backgroundGradient";function zs(i){if(!(pn in i))return false;let e=i[pn];return Yi(e)||x(e)}r(zs,"supportsBackgroundGradient");var mn="backgroundGradient";function Gs(i){if(!(mn in i))return false;let e=i[mn];return v(e)||x(e)}r(Gs,"supportsBackgroundGradientData");var gn="rotation";function Ks(i){if(!(gn in i))return false;let e=i[gn];return K(e)}r(Ks,"supportsRotation");var fn="opacity";function $s(i){if(!(fn in i))return false;let e=i[fn];return K(e)}r($s,"supportsOpacity");var yn="borderRadius";function Hs(i){if(!(yn in i))return false;let e=i[yn];return g(e)||x(e)}r(Hs,"supportsBorderRadius");var hn="border";function js(i){if(!(hn in i))return false;let e=i[hn];return x(e)||ue(e.color)}r(js,"supportsBorder");var bn="svg";function _s(i){if(!(bn in i))return false;let e=i[bn];return g(e)}r(_s,"supportsSVG");var xn="textTruncation";function qs(i){if(!(xn in i))return false;let e=i[xn];return K(e)||x(e)}r(qs,"supportsTextTruncation");var Cn="zIndex";function Ys(i){if(!(Cn in i))return false;let e=i[Cn];return K(e)||x(e)}r(Ys,"supportsZIndex");var In="overflow";function Xs(i){if(!(In in i))return false;let e=i[In];return g(e)||x(e)}r(Xs,"supportsOverflow");var Tn="componentIdentifier";function Zs(i){if(!(Tn in i))return false;let e=i[Tn];return g(e)}r(Zs,"supportsComponentInfo");var Pn="font";function Js(i){if(!(Pn in i))return false;let e=i[Pn];return qi(e)}r(Js,"supportsFont");var Sn="font";function Qs(i){if(!(Sn in i))return false;let e=i[Sn];return _i(e)||x(e)}r(Qs,"supportsFontData");var Fn="inlineTextStyle";function el(i){if(!(Fn in i))return false;let e=i[Fn];return di(e)||x(e)}r(el,"supportsInlineTextStyle");var Dn="inlineTextStyle";function tl(i){if(!(Dn in i))return false;let e=i[Dn];return Xi(e)||x(e)}r(tl,"supportsInlineTextStyleData");var vn="link";function il(i){if(!(vn in i))return false;let e=i[vn];return g(e)||x(e)}r(il,"supportsLink");var Nn="imageRendering";function nl(i){if(!(Nn in i))return false;let e=i[Nn];return g(e)||x(e)}r(nl,"supportsImageRendering");var kn="layout";function Vn(i){if(!(kn in i))return false;let e=i[kn];return g(e)||x(e)}r(Vn,"supportsLayout");function rl(i){return Vn(i)?i.layout==="stack":false}r(rl,"hasStackLayout");function ol(i){return Vn(i)?i.layout==="grid":false}r(ol,"hasGridLayout");var Mn="isVariant";function An(i){if(!(Mn in i))return false;let e=i[Mn];return be(e)}r(An,"supportsComponentVariant");function ui(i){return An(i)?i.isVariant:false}r(ui,"isComponentVariant");function wn(i){return !An(i)||!ui(i)?false:!x(i.gesture)}r(wn,"isComponentGestureVariant");var En="isBreakpoint";function No(i){if(!(En in i))return false;let e=i[En];return be(e)}r(No,"supportsBreakpoint");function Wn(i){return No(i)?i.isBreakpoint:false}r(Wn,"isBreakpoint");var V=class{static{r(this,"NodeMethods");}id;originalId;#e;constructor(e,t){this.id=e.id,this.originalId=e.originalId??null,this.#e=t;}get isReplica(){return this.originalId!==null}async remove(){return this.#e.invoke("removeNodes2",[this.id])}async select(){return this.#e.invoke("setSelection",[this.id])}async clone(){if(this[c]==="UnknownNode")throw Error("Can not clone unknown node");return this.#e.cloneNode(this.id)}async setAttributes(e){if(this[c]==="UnknownNode")throw Error("Can not set attributes on unknown node");return this.#e.setAttributes(this.id,e)}async getRect(){return this.#e.invoke("getRect",this.id)}async zoomIntoView(e){return this.#e.invoke("zoomIntoView",[this.id],e)}async navigateTo(e){return this.#e.invoke("navigateTo",this.id,e)}async getParent(){return this.#e.getParent(this.id)}async getChildren(){return Q(this)?Promise.resolve([]):this.#e.getChildren(this.id)}async getNodesWithType(e){return Q(this)?Promise.resolve([]):(await this.#e.invoke("getNodesWithType",this.id,e)).map(n=>C(n,this.#e))}async getNodesWithAttribute(e){return Q(this)?Promise.resolve([]):(await this.#e.invoke("getNodesWithAttribute",this.id,e)).map(n=>C(n,this.#e))}async getNodesWithAttributeSet(e){return Q(this)?Promise.resolve([]):(await this.#e.invoke("getNodesWithAttributeSet",this.id,e)).map(n=>C(n,this.#e))}async*walk(){if(yield this,!Q(this))for(let e of await this.getChildren())yield*e.walk();}async getPluginData(e){return this.#e.invoke("getPluginDataForNode",this.id,e)}async setPluginData(e,t){return this.#e.invoke("setPluginDataForNode",this.id,e,t)}async getPluginDataKeys(){return this.#e.invoke("getPluginDataKeysForNode",this.id)}},R=class extends V{static{r(this,"FrameNode");}[c]="FrameNode";name;visible;locked;backgroundColor;backgroundImage;backgroundGradient;rotation;opacity;borderRadius;border;imageRendering;position;top;right;bottom;left;centerX;centerY;width;height;maxWidth;minWidth;maxHeight;minHeight;aspectRatio;zIndex;link;linkOpenInNewTab;overflow;overflowX;overflowY;layout;gap;padding;stackDirection;stackDistribution;stackAlignment;stackWrapEnabled;gridColumnCount;gridRowCount;gridAlignment;gridColumnWidthType;gridColumnWidth;gridColumnMinWidth;gridRowHeightType;gridRowHeight;gridItemFillCellWidth;gridItemFillCellHeight;gridItemHorizontalAlignment;gridItemVerticalAlignment;gridItemColumnSpan;gridItemRowSpan;isVariant;isPrimaryVariant;isBreakpoint;isPrimaryBreakpoint;inheritsFromId;gesture;constructor(e,t){super(e,t),this.name=e.name??null,this.visible=e.visible??true,this.locked=e.locked??false,this.backgroundColor=h(t,e.backgroundColor)??null,this.backgroundImage=h(t,e.backgroundImage)??null,this.rotation=e.rotation??0,this.opacity=e.opacity??1,this.borderRadius=e.borderRadius??null,this.border=h(t,e.border)??null,this.backgroundGradient=h(t,e.backgroundGradient)??null,this.imageRendering=e.imageRendering??null,this.position=e.position,this.left=e.left??null,this.right=e.right??null,this.top=e.top??null,this.bottom=e.bottom??null,this.centerX=e.centerX??null,this.centerY=e.centerY??null,this.width=e.width??null,this.height=e.height??null,this.maxWidth=e.maxWidth??null,this.minWidth=e.minWidth??null,this.maxHeight=e.maxHeight??null,this.minHeight=e.minHeight??null,this.aspectRatio=e.aspectRatio??null,this.zIndex=e.zIndex??null,this.link=e.link??null,this.linkOpenInNewTab=e.linkOpenInNewTab??null,this.overflow=e.overflow??null,this.overflowX=e.overflowX??null,this.overflowY=e.overflowY??null,this.layout=e.layout??null,this.gap=e.gap??null,this.padding=e.padding??null,this.stackDirection=e.stackDirection??null,this.stackDistribution=e.stackDistribution??null,this.stackAlignment=e.stackAlignment??null,this.stackWrapEnabled=e.stackWrapEnabled??null,this.gridColumnCount=e.gridColumnCount??null,this.gridRowCount=e.gridRowCount??null,this.gridAlignment=e.gridAlignment??null,this.gridColumnWidthType=e.gridColumnWidthType??null,this.gridColumnWidth=e.gridColumnWidth??null,this.gridColumnMinWidth=e.gridColumnMinWidth??null,this.gridRowHeightType=e.gridRowHeightType??null,this.gridRowHeight=e.gridRowHeight??null,this.gridItemFillCellWidth=e.gridItemFillCellWidth??null,this.gridItemFillCellHeight=e.gridItemFillCellHeight??null,this.gridItemHorizontalAlignment=e.gridItemHorizontalAlignment??null,this.gridItemVerticalAlignment=e.gridItemVerticalAlignment??null,this.gridItemColumnSpan=e.gridItemColumnSpan??null,this.gridItemRowSpan=e.gridItemRowSpan??null,this.inheritsFromId=e.inheritsFromId??null,this.gesture=e.gesture??null,this.isVariant=e.isVariant??false,this.isPrimaryVariant=e.isPrimaryVariant??false,this.isBreakpoint=e.isBreakpoint??false,this.isPrimaryBreakpoint=e.isPrimaryBreakpoint??false,S(this);}},ee=class extends V{static{r(this,"TextNode");}[c]="TextNode";name;visible;locked;rotation;opacity;zIndex;font;inlineTextStyle;position;top;right;bottom;left;centerX;centerY;width;height;maxWidth;minWidth;maxHeight;minHeight;link;linkOpenInNewTab;gridItemFillCellWidth;gridItemFillCellHeight;gridItemHorizontalAlignment;gridItemVerticalAlignment;gridItemColumnSpan;gridItemRowSpan;overflow;overflowX;overflowY;textTruncation;#e;constructor(e,t){super(e,t),this.#e=t,this.name=e.name??null,this.visible=e.visible??true,this.locked=e.locked??false,this.rotation=e.rotation??0,this.opacity=e.opacity??1,this.zIndex=e.zIndex??null,this.font=h(t,e.font)??null,this.inlineTextStyle=h(t,e.inlineTextStyle)??null,this.position=e.position,this.left=e.left??null,this.right=e.right??null,this.top=e.top??null,this.bottom=e.bottom??null,this.centerX=e.centerX??null,this.centerY=e.centerY??null,this.width=e.width??null,this.height=e.height??null,this.maxWidth=e.maxWidth??null,this.minWidth=e.minWidth??null,this.maxHeight=e.maxHeight??null,this.minHeight=e.minHeight??null,this.link=e.link??null,this.linkOpenInNewTab=e.linkOpenInNewTab??null,this.overflow=e.overflow??null,this.overflowX=e.overflowX??null,this.overflowY=e.overflowY??null,this.textTruncation=e.textTruncation??null,this.gridItemFillCellWidth=e.gridItemFillCellWidth??null,this.gridItemFillCellHeight=e.gridItemFillCellHeight??null,this.gridItemHorizontalAlignment=e.gridItemHorizontalAlignment??null,this.gridItemVerticalAlignment=e.gridItemVerticalAlignment??null,this.gridItemColumnSpan=e.gridItemColumnSpan??null,this.gridItemRowSpan=e.gridItemRowSpan??null,S(this);}async setText(e){await this.#e.invoke("setTextForNode",this.id,e);}async getText(){return this.#e.invoke("getTextForNode",this.id)}async setHTML(e){await this.#e.invoke(le,this.id,e),await new Promise(t=>{setTimeout(t,30);});}async getHTML(){return this.#e.invoke(se,this.id)}},ze=class extends V{static{r(this,"SVGNode");}[c]="SVGNode";name;visible;locked;svg;rotation;opacity;position;top;right;bottom;left;centerX;centerY;width;height;constructor(e,t){super(e,t),this.name=e.name??null,this.visible=e.visible??true,this.locked=e.locked??false,this.svg=e.svg,this.rotation=e.rotation??0,this.opacity=e.opacity??1,this.position=e.position,this.left=e.left??null,this.right=e.right??null,this.top=e.top??null,this.bottom=e.bottom??null,this.centerX=e.centerX??null,this.centerY=e.centerY??null,this.width=e.width??null,this.height=e.height??null,S(this);}},Ge=class extends V{static{r(this,"VectorSetItemNode");}[c]="VectorSetItemNode";name;visible;locked;top;right;bottom;left;centerX;centerY;width;height;#e;constructor(e,t){super(e,t),this.#e=t,this.name=e.name??null,this.visible=e.visible??true,this.locked=e.locked??false,this.top=e.top??null,this.right=e.right??null,this.bottom=e.bottom??null,this.left=e.left??null,this.centerX=e.centerX??null,this.centerY=e.centerY??null,this.width=e.width??null,this.height=e.height??null,S(this);}async getSVG(){return this.#e.invoke("getSVGForNode",this.id)}},Ke=class extends V{static{r(this,"ComponentInstanceNode");}[c]="ComponentInstanceNode";name;visible;locked;componentIdentifier;insertURL;componentName;controls;rotation;opacity;position;top;right;bottom;left;centerX;centerY;width;height;maxWidth;minWidth;maxHeight;minHeight;aspectRatio;#e;#t;#i;get typedControls(){return this.#i||(this.#i=h(this.#e,this.#t.typedControls)??{}),this.#i}constructor(e,t){super(e,t),this.#e=t,this.#t=e,this.name=e.name??null,this.visible=e.visible??true,this.locked=e.locked??false,this.componentIdentifier=e.componentIdentifier,this.componentName=e.componentName??null,this.insertURL=e.insertURL??null,this.controls=h(t,e.controls)??{},this.rotation=e.rotation??0,this.opacity=e.opacity??1,this.position=e.position,this.left=e.left??null,this.right=e.right??null,this.top=e.top??null,this.bottom=e.bottom??null,this.centerX=e.centerX??null,this.centerY=e.centerY??null,this.width=e.width??null,this.height=e.height??null,this.maxWidth=e.maxWidth??null,this.minWidth=e.minWidth??null,this.maxHeight=e.maxHeight??null,this.minHeight=e.minHeight??null,this.aspectRatio=e.aspectRatio??null,S(this);}async getRuntimeError(){return this.#e.invoke("getRuntimeErrorForCodeComponentNode",this.id)}},te=class extends V{static{r(this,"WebPageNode");}[c]="WebPageNode";#e;path;collectionId;constructor(e,t){super(e,t),this.path=e.path??null,this.collectionId=e.collectionId??null,this.#e=t,S(this);}getBreakpointSuggestions(){return this.#e.invoke("getBreakpointSuggestionsForWebPage",this.id)}async addBreakpoint(e,t){let n=await this.#e.invoke("addBreakpointToWebPage",this.id,e,t),o=C(n,this.#e);return m(o instanceof R),m(Wn(o),"Expected node to be a FrameNode"),o}async getActiveCollectionItem(){let e=await this.#e.invoke("getActiveCollectionItemForWebPage",this.id);return e?new Oe(e,this.#e):null}},ie=class extends V{static{r(this,"ComponentNode");}[c]="ComponentNode";name;componentIdentifier;insertURL;componentName;#e;constructor(e,t){super(e,t),this.#e=t,this.componentIdentifier=e.componentIdentifier,this.insertURL=e.insertURL??null,this.componentName=e.componentName??null,this.name=e.name??null,S(this);}async addVariant(e,t){let n=await this.#e.invoke("addVariantToComponent",this.id,e,t);if(!n)throw new Error("Failed to add variant to component");let o=C(n,this.#e);return m(o instanceof R),m(ui(o),"Node is not a component variant"),o}async addGestureVariant(e,t,n){let o=await this.#e.invoke("addGestureVariantToComponent",this.id,e,t,n);if(!o)throw new Error("Failed to add state to component");let a=C(o,this.#e);return m(a instanceof R),m(wn(a),"Node is not a gesture variant"),a}async getVariables(){let e=await this.#e.invoke("getVariables",this.id);return h(this.#e,e)}async addVariables(e){let t=await this.#e.invoke("addVariables",this.id,L(e));return h(this.#e,t)}async removeVariables(e){await this.#e.invoke("removeVariables",this.id,e);}async setVariableOrder(e){await this.#e.invoke("setVariableOrder",this.id,e);}},$e=class extends V{static{r(this,"VectorSetNode");}[c]="VectorSetNode";name;constructor(e,t){super(e,t),this.name=e.name??null,S(this);}},ne=class extends V{static{r(this,"DesignPageNode");}[c]="DesignPageNode";name;constructor(e,t){super(e,t),this.name=e.name??null,S(this);}},He=class extends V{static{r(this,"UnknownNode");}[c]="UnknownNode";constructor(e,t){super(e,t),S(this);}};function C(i,e){switch(i[c]){case "DesignPageNode":return new ne(i,e);case "WebPageNode":return new te(i,e);case "ComponentNode":return new ie(i,e);case "VectorSetNode":return new $e(i,e);case "VectorSetItemNode":return new Ge(i,e);case "ComponentInstanceNode":return new Ke(i,e);case "FrameNode":return new R(i,e);case "SVGNode":return new ze(i,e);case "TextNode":return new ee(i,e);case "UnknownNode":return new He(i,e);default:return new He(i,e)}}r(C,"convertRawNodeDataToNode");function Dt(i){return i instanceof R}r(Dt,"isFrameNode");function Ln(i){return i instanceof ee}r(Ln,"isTextNode");function Rn(i){return i instanceof ze}r(Rn,"isSVGNode");function pe(i){return i instanceof Ke}r(pe,"isComponentInstanceNode");function Bn(i){return i instanceof te}r(Bn,"isWebPageNode");function Un(i){return i instanceof ie}r(Un,"isComponentNode");function On(i){return i instanceof ne}r(On,"isDesignPageNode");function zn(i){return i instanceof $e}r(zn,"isVectorSetNode");function Gn(i){return i instanceof Ge}r(Gn,"isVectorSetItemNode");function Q(i){return i instanceof He}r(Q,"isUnknownNode");function je(i){return !!(Dt(i)||Ln(i)||pe(i)||Rn(i)||Gn(i)||Q(i))}r(je,"isCanvasNode");function ci(i){return !!(Bn(i)||On(i)||Un(i)||zn(i)||Q(i))}r(ci,"isCanvasRootNode");var _e=class{static{r(this,"VectorSet");}id;name;owner;#e;constructor(e,t){this.id=e.id,this.name=e.name,this.owner=e.owner,this.#e=t;}async getItems(){return (await this.#e.invoke("getVectorSetItems",this.id)).map(t=>new vt(t,this.#e))}},vt=class{static{r(this,"VectorSetItem");}id;name;insertUrl;iconUrl;#e;#t;constructor(e,t){this.id=e.id,this.name=e.name,this.insertUrl=e.insertUrl,this.iconUrl=e.iconUrl,this.#e=e.moduleId,this.#t=t;}async getVariables(){return this.#t.invoke("getVectorSetItemVariables",this.id,this.#e)}};var qe=class extends Error{static{r(this,"FramerPluginError");}name=this.constructor.name},_=class extends Error{static{r(this,"FramerPluginClosedError");}name=this.constructor.name};function ko(i){return i.type==="separator"}r(ko,"isSeparatorMenuItem");function Nt(i,e){let t=[];for(let n of i){if(ko(n)){t.push(n);continue}let{onAction:o,...a}=n,s=a;if(n.onAction){let d=Math.random();e.set(d,n.onAction),s.actionId=d;}n.submenu&&(s.submenu=Nt(n.submenu,e)),t.push(s);}return t}r(Nt,"addMenuItemsToOnActionCallbackMap");var kt="type",Kn={[kt]:"pluginReadySignal"},Eo="pluginReadyResponse";var Vo={methodResponse:true,subscriptionMessage:true,permissionUpdate:true,menuAction:true};function $n(i){return v(i)&&g(i[kt])&&i[kt]in Vo}r($n,"isVekterToPluginNonHandshakeMessage");function Hn(i){return v(i)&&i[kt]===Eo}r(Hn,"isPluginReadyResponse");var pi=Symbol(),mi=Symbol(),gi=Symbol(),fi=Symbol(),yi=Symbol(),hi=Symbol(),B={publish:pi,getDeployments:mi,deploy:gi,getChangedPaths:fi,getChangeContributors:yi,createManagedCollection:hi};var Ao=["unstable_getCodeFile","unstable_getCodeFiles","unstable_getCodeFileVersionContent","unstable_getCodeFileLint2","unstable_getCodeFileTypecheck2","unstable_getCodeFileVersions"],wo=["closeNotification","closePlugin","getActiveCollection","getActiveLocale","getActiveManagedCollection","getCanvasRoot","getChildren","getCollection","getCollectionFields","getCollectionFields2","getCollectionItems","getCollectionItems2","getCollections","getColorStyle","getColorStyles","getCurrentUser","getCurrentUser2","getCustomCode","getDefaultLocale","getFont","getFonts","getImage","getImageData","getLocales","getLocalizationGroups","getManagedCollection","getManagedCollectionFields","getManagedCollectionFields2","getManagedCollectionItemIds","getManagedCollections","getNode","getNodesWithAttribute","getNodesWithAttributeSet","getNodesWithType","getParent","getPluginData","getPluginDataForNode","getPluginDataKeys","getPluginDataKeysForNode","getProjectInfo","getProjectInfo2","getPublishInfo","getRect","getSelection","getSVGForNode","getText","getTextForNode","getTextStyle","getTextStyles","hideUI","setBackgroundMessage","notify","onPointerDown","setActiveCollection","setSelection","showUI","getCodeFileVersionContent","lintCode","typecheckCode","getCodeFileVersions","getCodeFiles","getCodeFile","getRedirects","uploadFile","uploadFiles","uploadImage","uploadImages","zoomIntoView","navigateTo","getRuntimeErrorForModule","getRuntimeErrorForCodeComponentNode","showProgressOnInstances","removeProgressFromInstances","addComponentInstancePlaceholder","updateComponentInstancePlaceholder","removeComponentInstancePlaceholder","setMenu","showContextMenu","getBreakpointSuggestionsForWebPage","getActiveCollectionItemForWebPage","getVariables","getVectorSets","getVectorSetItems","getVectorSetItemVariables","getChangedPaths","getChangeContributors","getDeployments",ut,ct,se,"getAiServiceInfo","sendTrackingEvent",...Ao];new Set(wo);var bi={addComponentInstance:["addComponentInstance"],addComponentInstancePlaceholder:[],addDetachedComponentLayers:["addDetachedComponentLayers"],addImage:["addImage"],addImages:["addImages"],addSVG:["addSVG"],addText:["addText"],addRedirects:["addRedirects"],getRedirects:[],removeRedirects:["removeRedirects"],setRedirectOrder:["setRedirectOrder"],subscribeToRedirects:[],cloneNode:["cloneNode"],closePlugin:[],createColorStyle:["createColorStyle"],createFrameNode:["createNode"],createTextNode:["createNode"],createComponentNode:["createNode"],createTextStyle:["createTextStyle"],createDesignPage:["createDesignPage"],createWebPage:["createWebPage"],getActiveCollection:[],getActiveLocale:[],getActiveManagedCollection:[],getCanvasRoot:[],getChildren:[],getCollection:[],getCollections:[],getColorStyle:[],getColorStyles:[],getCurrentUser:[],getCustomCode:[],getDefaultLocale:[],getFont:[],getFonts:[],getImage:[],getLocales:[],getLocalizationGroups:[],getManagedCollection:[],getManagedCollections:[],getNode:[],getNodesWithAttribute:[],getNodesWithAttributeSet:[],getNodesWithType:[],getParent:[],getPluginData:[],getPluginDataKeys:[],getProjectInfo:[],getPublishInfo:[],getRect:[],getSelection:[],getText:[],getTextStyle:[],getTextStyles:[],hideUI:[],setBackgroundMessage:[],lintCode:[],makeDraggable:["onDragEnd","onDragStart","onDrag","setDragData","preloadDetachedComponentLayers","preloadImageUrlForInsertion","preloadDragPreviewImage"],notify:[],preloadDetachedComponentLayers:["preloadDetachedComponentLayers"],preloadDragPreviewImage:["preloadDragPreviewImage"],preloadImageUrlForInsertion:["preloadImageUrlForInsertion"],removeNode:["removeNodes2"],removeNodes:["removeNodes2"],setAttributes:["setAttributes"],setCustomCode:["setCustomCode"],setImage:["setImage"],setLocalizationData:["setLocalizationData"],setMenu:[],showContextMenu:[],setParent:["setParent"],setPluginData:["setPluginData"],setSelection:[],setText:["setText"],typecheckCode:[],showUI:[],subscribeToCanvasRoot:[],subscribeToColorStyles:[],subscribeToCustomCode:[],subscribeToImage:[],subscribeToPublishInfo:[],subscribeToSelection:[],subscribeToText:[],subscribeToTextStyles:[],createCodeFile:["createCodeFile"],unstable_ensureMinimumDependencyVersion:["unstable_ensureMinimumDependencyVersion"],getCodeFiles:[],getCodeFile:[],subscribeToCodeFiles:[],subscribeToOpenCodeFile:[],uploadFile:[],uploadFiles:[],uploadImage:[],uploadImages:[],zoomIntoView:[],navigateTo:[],getVectorSets:[],"VectorSet.getItems":[],"VectorSetItem.getVariables":[],"Node.navigateTo":[],"CodeFile.navigateTo":[],"Collection.navigateTo":[],"ManagedCollection.navigateTo":[],"CollectionItem.navigateTo":[],"ComponentInstanceNode.getRuntimeError":[],"ImageAsset.cloneWithAttributes":[],"ImageAsset.getData":[],"ImageAsset.loadBitmap":[],"ImageAsset.loadImage":[],"ImageAsset.measure":[],"CodeFile.remove":["removeCodeFile"],"CodeFile.rename":["renameCodeFile"],"CodeFile.setFileContent":["setCodeFileContent"],"CodeFile.getVersions":[],"CodeFile.showProgressOnInstances":[],"CodeFile.removeProgressFromInstances":[],"CodeFile.lint":[],"CodeFile.typecheck":[],"CodeFileVersion.getContent":[],"ComponentInstancePlaceholder.setAttributes":[],"ComponentInstancePlaceholder.remove":[],"ComponentInstancePlaceholder.replaceWithComponentInstance":["replaceComponentInstancePlaceholderWithComponentInstance"],"Field.remove":["removeCollectionFields"],"Field.setAttributes":["addCollectionFields"],"EnumField.addCase":["addEnumCase"],"EnumField.setCaseOrder":["setEnumCaseOrder"],"Collection.addFields":["addCollectionFields"],"Collection.addItems":["addCollectionItems2"],"Collection.getFields":[],"Collection.getItems":[],"Collection.getPluginData":[],"Collection.getPluginDataKeys":[],"Collection.removeFields":["removeCollectionFields"],"Collection.removeItems":["removeCollectionItems"],"Collection.setAsActive":[],"Collection.setFieldOrder":["setCollectionFieldOrder"],"Collection.setItemOrder":["setCollectionItemOrder"],"Collection.setPluginData":["setPluginDataForNode"],"CollectionItem.getPluginData":[],"CollectionItem.getPluginDataKeys":[],"CollectionItem.remove":["removeCollectionItems"],"CollectionItem.setAttributes":["setCollectionItemAttributes2"],"CollectionItem.setPluginData":["setPluginDataForNode"],"ManagedCollection.addItems":["addManagedCollectionItems2"],"ManagedCollection.getFields":[],"ManagedCollection.getItemIds":[],"ManagedCollection.getPluginData":[],"ManagedCollection.getPluginDataKeys":[],"ManagedCollection.removeItems":["removeManagedCollectionItems"],"ManagedCollection.setAsActive":[],"ManagedCollection.setFields":["setManagedCollectionFields"],"ManagedCollection.setItemOrder":["setManagedCollectionItemOrder"],"ManagedCollection.setPluginData":["setPluginDataForNode"],"Node.clone":["cloneNode"],"Node.getChildren":[],"Node.getNodesWithAttribute":[],"Node.getNodesWithAttributeSet":[],"Node.getNodesWithType":[],"Node.getParent":[],"Node.getPluginData":[],"Node.getPluginDataKeys":[],"Node.getRect":[],"Node.remove":["removeNodes2"],"Node.select":[],"Node.setAttributes":["setAttributes"],"Node.setPluginData":["setPluginDataForNode"],"Node.walk":[],"Node.zoomIntoView":[],"TextNode.getText":[],"TextNode.setText":["setTextForNode"],"TextNode.setHTML":[le],"TextNode.getHTML":[],"ComponentNode.addVariant":["addVariantToComponent"],"ComponentNode.addGestureVariant":["addGestureVariantToComponent"],"ComponentNode.getVariables":[],"ComponentNode.addVariables":["addVariables"],"ComponentNode.removeVariables":["removeVariables"],"WebPageNode.getBreakpointSuggestions":[],"WebPageNode.addBreakpoint":["addBreakpointToWebPage"],"WebPageNode.getActiveCollectionItem":[],"ColorStyle.getPluginData":[],"ColorStyle.getPluginDataKeys":[],"ColorStyle.remove":["removeColorStyle"],"ColorStyle.setAttributes":["setColorStyleAttributes"],"ColorStyle.setPluginData":["setPluginDataForNode"],"TextStyle.getPluginData":[],"TextStyle.getPluginDataKeys":[],"TextStyle.remove":["removeTextStyle"],"TextStyle.setAttributes":["setTextStyleAttributes"],"TextStyle.setPluginData":["setPluginDataForNode"],"Variable.setAttributes":["updateVariable"],"Variable.remove":["removeVariables"],"ComponentNode.setVariableOrder":["setVariableOrder"],"EnumCase.remove":["removeEnumCase"],"EnumCase.setAttributes":["updateEnumCase"],"EnumVariable.addCase":["addEnumCase"],"EnumVariable.setCaseOrder":["setEnumCaseOrder"],createCollection:["createCollection"],[Ut]:[],[Ot]:[],[zt]:[],[Gt]:[],[pi]:["publish"],[mi]:[],[gi]:["deploy"],[fi]:[],[yi]:[],[hi]:["createManagedCollection"]},Mt=[];for(let i of Object.keys(bi))bi[i].length!==0&&Mt.push(i);S(Mt);function xi(i){let e={};for(let t of Mt){let n=bi[t];e[t]=n.every(o=>i[o]);}return e}r(xi,"createPerMethodPermissionMap");function jn(){let i={};for(let e of Mt)i[e]=true;return i}r(jn,"createPerMethodPermissionMapForTesting");var me=null;function _n(i){if(typeof window>"u")return;if(!me){let t=document.createElement("style");document.head.appendChild(t),me=t.sheet;}if(!me){i();return}let e=me.insertRule("* { transition: none !important; animation: none !important; }");i(),requestAnimationFrame(()=>{requestAnimationFrame(()=>{me&&me.deleteRule(e);});});}r(_n,"withDisabledCssTransitions");var Ye=class{static{r(this,"PluginEngine");}methodInvocationId=0;notificationId=0;postMessage;methodResponseHandlers=new Map;mode;subscriptions=new Map;perMethodPermissionMap;permissionSubscriptions=new Set;messageTypesCheckedInIsAllowedTo=new Set;showUncheckedPermissionToasts=true;environmentInfo=null;menuItemOnActionCallbackMap=new Map;contextMenuItemOnActionCallbackMap=new Map;constructor(e){if(!e){this.postMessage=()=>{},this.mode="canvas",this.perMethodPermissionMap=jn();return}switch(e.transport.onMessage(this.onMessage),typeof window<"u"&&(window.addEventListener("error",t=>{t.error instanceof _&&(t.preventDefault(),t.stopImmediatePropagation());}),window.addEventListener("unhandledrejection",t=>{t.reason instanceof _&&(t.preventDefault(),t.stopImmediatePropagation());})),this.mode=e.mode,this.environmentInfo=e.environmentInfo,this.perMethodPermissionMap=xi(e.permissionMap),this.postMessage=(t,n)=>e.transport.send(t,n),this.mode){case "canvas":case "image":case "editImage":case "configureManagedCollection":case "syncManagedCollection":case "collection":case "localization":case "code":typeof window<"u"&&window.addEventListener("pointerdown",()=>{this.invoke("onPointerDown");}),e.theme&&this.applyPluginTheme(e.theme),this.subscribe("theme",this.applyPluginTheme);break;case "api":break;default:lt(this.mode);}}async invoke(e,...t){return this.invokeTransferable(e,undefined,...t)}async invokeTransferable(e,t,...n){return new Promise((a,s)=>{let d={type:"methodInvocation",methodName:e,id:this.methodInvocationId,args:n.map(L)};this.methodInvocationId+=1,this.methodResponseHandlers.set(d.id,{resolve:a,reject:s}),this.postMessage(d,t);})}subscribe(e,t){this.postMessage({type:"subscribe",topic:e});let n=this.subscriptions.get(e)??new Set;return n.add(t),this.subscriptions.set(e,n),()=>{let o=this.subscriptions.get(e)??new Set;o.delete(t),o.size===0&&this.postMessage({type:"unsubscribe",topic:e}),this.subscriptions.set(e,o);}}onMessage=e=>{let t=e?.data??e;if($n(t))switch(t.type){case "permissionUpdate":{this.perMethodPermissionMap=xi(t.permissionMap);for(let n of this.permissionSubscriptions)n();break}case "methodResponse":{let n=this.methodResponseHandlers.get(t.id);if(!n)throw new Error(`No handler for response with id ${t.id}`);this.methodResponseHandlers.delete(t.id),g(t.error)?n.reject(new qe(t.error)):n.resolve(t.result);break}case "subscriptionMessage":{let{topic:n,payload:o}=t,a=this.subscriptions.get(n);if(!a)throw new Error("Received a subscription message but no handler present");for(let s of a)s(o);break}case "menuAction":{let n=this.getOnActionFromCallbackMap(t.actionId,t.actionType);if(!n)throw new Error("Menu action received for an unknown menu item");n();break}default:lt(t);}};getOnActionFromCallbackMap(e,t){switch(t){case "pluginMenu":return this.menuItemOnActionCallbackMap.get(e);case "contextMenu":return this.contextMenuItemOnActionCallbackMap.get(e);default:lt(t);}}applyPluginTheme=e=>{_n(()=>{document.body.setAttribute("data-framer-theme",e.mode);for(let t in e.tokens)document.body.style.setProperty(t,e.tokens[t]);});};async cloneNode(e){let t=await this.invoke("cloneNode",e);return t?C(t,this):null}async setAttributes(e,t){let n=await this.invoke("setAttributes",e,t);return n?C(n,this):null}async getParent(e){let t=await this.invoke("getParent",e);return t?C(t,this):null}async getChildren(e){return (await this.invoke("getChildren",e)).map(n=>{let o=C(n,this);return m(je(o)),o})}notify=(e,t)=>{let n=`notification-${this.notificationId}`;return this.notificationId+=1,this.invoke("notify",e,{notificationId:n,variant:t?.variant??"info",buttonText:t?.button?.text,durationMs:t?.durationMs}).then(o=>{o==="actionButtonClicked"&&t?.button?.onClick&&t.button.onClick(),t?.onDisappear&&t.onDisappear();}),{close:()=>this.invoke("closeNotification",n)}};async setMenu(e){this.menuItemOnActionCallbackMap=new Map;let t=Nt(e,this.menuItemOnActionCallbackMap);await this.invoke("setMenu",t);}async showContextMenu(e,t){this.contextMenuItemOnActionCallbackMap=new Map;let n=Nt(e,this.contextMenuItemOnActionCallbackMap);await this.invoke("showContextMenu",n,t);}};function Wo(i){return i.type==="component"}r(Wo,"isCodeFileComponentExport");function Lo(i){return i.type==="override"}r(Lo,"isCodeFileOverrideExport");var Ci=class{static{r(this,"CodeFileVersion");}#e;#t;get id(){return this.#e.id}get name(){return this.#e.name}get createdAt(){return this.#e.createdAt}get createdBy(){return this.#e.createdBy}constructor(e,t){this.#t=t,this.#e=e;}async getContent(){return await this.#t.invoke("getCodeFileVersionContent",this.#e.fileId,this.#e.id)}},q=class i{static{r(this,"CodeFile");}#e;#t;get id(){return this.#e.id}get name(){return this.#e.name}get path(){return this.#e.path}get content(){return this.#e.content}get exports(){return this.#e.exports}get versionId(){return this.#e.versionId}constructor(e,t){this.#t=t,this.#e=e;}async setFileContent(e){let t=await this.#t.invoke("setCodeFileContent",this.id,e);return new i(t,this.#t)}async rename(e){let t=await this.#t.invoke("renameCodeFile",this.id,e);return new i(t,this.#t)}async remove(){return this.#t.invoke("removeCodeFile",this.id)}async getVersions(){return (await this.#t.invoke("getCodeFileVersions",this.id)).map(t=>new Ci(t,this.#t))}async showProgressOnInstances(e){return this.#t.invoke("showProgressOnInstances",this.id,e)}async removeProgressFromInstances(){return this.#t.invoke("removeProgressFromInstances",this.id)}async lint(e){return await this.#t.invoke("lintCode",this.name,this.content,e)}async typecheck(e){return await this.#t.invoke("typecheckCode",this.name,this.content,e)}async navigateTo(){return this.#t.invoke("navigateTo",this.id)}};var Et=class i{static{r(this,"ComponentInstancePlaceholder");}#e;#t;constructor(e,t){this.#e=e,this.#t=t;}get id(){return this.#e.id}get width(){return this.#e.width}get height(){return this.#e.height}get title(){return this.#e.title}get codePreview(){return this.#e.codePreview}async setAttributes(e){let t=await this.#t.invoke("updateComponentInstancePlaceholder",this.id,e);return t?new i(t,this.#t):null}async remove(){await this.#t.invoke("removeComponentInstancePlaceholder",this.id);}async replaceWithComponentInstance(e,t){let n=await this.#t.invoke("replaceComponentInstancePlaceholderWithComponentInstance",this.id,e,t);if(!n)return null;let o=C(n,this.#t);return m(pe(o)),o}};var Ro=(()=>{let i=null;return {disableUntilMouseUp:()=>{if(i)return;i=document.createElement("style"),i.textContent="* { pointer-events: none !important; user-select: none !important; -webkit-user-select: none !important; }",document.head.appendChild(i);let e=r(()=>{i&&(document.head.removeChild(i),i=null,o());},"enablePointerEvents"),t=r(a=>{a.buttons>0&&a.buttons&1||e();},"handlePointerChange"),n=r(()=>{e();},"handleBlur");window.addEventListener("pointerup",t,true),window.addEventListener("pointermove",t,true),window.addEventListener("blur",n);function o(){window.removeEventListener("pointerup",t,true),window.removeEventListener("pointermove",t,true),window.removeEventListener("blur",n);}r(o,"cleanup");}}})(),qn=5,Bo=(()=>{let i=1;return {next:()=>`drag-${i++}`}})();function Uo(){}r(Uo,"noop");function Yn(i,e,t,n){if(i.mode!=="canvas")return Uo;let o=Bo.next(),a=document.body.style.cursor,s={type:"idle"},d=document.body,T=re.subscribeToIsAllowedTo("makeDraggable",p=>{p||I();}),b=r(p=>{re.isAllowedTo("makeDraggable")&&s.type!=="idle"&&(s.type==="dragging"&&i.invoke("onDragEnd",{...p,dragSessionId:o}).then(y=>{try{n?.(y);}catch{}}).catch(y=>{if(y instanceof Error){n?.({status:"error",reason:y.message});return}if(typeof y=="string"){n?.({status:"error",reason:y});return}n?.({status:"error"});}),I());},"endDrag"),D=r(p=>{if(!re.isAllowedTo("makeDraggable")||s.type==="idle")return;if(!(p.buttons>0&&!!(p.buttons&1))){b({cancelled:false});return}let{clientX:F,clientY:X}=p;if(s.type==="pointerDown"){let he=F-s.dragStart.mouse.x,Ri=X-s.dragStart.mouse.y;if(Math.abs(he)<qn&&Math.abs(Ri)<qn)return;s={type:"dragging",dragStart:s.dragStart},i.invoke("onDragStart",s.dragStart),document.getSelection()?.empty(),Ro.disableUntilMouseUp();}d.setPointerCapture(p.pointerId);let P={x:F,y:X};i.invoke("onDrag",{dragSessionId:o,mouse:P}).then(he=>{s.type==="dragging"&&(document.body.style.cursor=he??"");});},"handlePointerChange"),z=r(p=>{p.key==="Escape"&&b({cancelled:true});},"handleKeyDown"),G=r(()=>{b({cancelled:true});},"handleBlur"),f=r(p=>{if(!re.isAllowedTo("makeDraggable"))return;b({cancelled:true});let y=e.getBoundingClientRect(),F={x:y.x,y:y.y,width:y.width,height:y.height},X,P=e.querySelectorAll("svg");if(P.length===1){let ot=P.item(0).getBoundingClientRect();X={x:ot.x,y:ot.y,width:ot.width,height:ot.height};}let he={x:p.clientX,y:p.clientY};s={type:"pointerDown",dragStart:{dragSessionId:o,elementRect:F,svgRect:X,mouse:he}},i.invoke("setDragData",o,t()),d.addEventListener("pointermove",D,true),d.addEventListener("pointerup",D,true),window.addEventListener("keydown",z,true),window.addEventListener("blur",G);},"handlePointerDown"),u=r(()=>{if(!re.isAllowedTo("makeDraggable"))return;let p=t();p.type==="detachedComponentLayers"&&i.invoke("preloadDetachedComponentLayers",p.url),p.type==="image"&&i.invoke("preloadImageUrlForInsertion",p.image),p.previewImage&&i.invoke("preloadDragPreviewImage",p.previewImage);},"preload");e.addEventListener("pointerdown",f),e.addEventListener("mouseenter",u);function I(){s={type:"idle"},document.body.style.cursor=a,d.removeEventListener("pointermove",D,true),d.removeEventListener("pointerup",D,true),window.removeEventListener("keydown",z,true),window.removeEventListener("blur",G);}return r(I,"dragCleanup"),()=>{e.removeEventListener("pointerdown",f),e.removeEventListener("mouseenter",u),b({cancelled:true}),T();}}r(Yn,"makeDraggable");var ge=class i{static{r(this,"Redirect");}#e;#t;get id(){return this.#e.id}get from(){return this.#e.from}get to(){return this.#e.to}get expandToAllLocales(){return this.#e.expandToAllLocales}constructor(e,t){this.#t=t,this.#e=e;}remove(){return this.#t.invoke("removeRedirects",[this.id])}async setAttributes(e){let t={...e,id:this.id},[n]=await this.#t.invoke("addRedirects",[t]);return m(at(n)),x(n)?null:new i(n,this.#t)}};var Ii=class{static{r(this,"FramerPluginAPI");}#e;constructor(e){this.#e=e;}get mode(){return this.#e.mode}isAllowedTo(...e){return e.every(t=>this.#e.perMethodPermissionMap[t])}subscribeToIsAllowedTo(...e){let[t,n]=Oi(e),o=this.isAllowedTo(...t),a=r(()=>{let s=this.isAllowedTo(...t);s!==o&&(o=s,n(o));},"update");return this.#e.permissionSubscriptions.add(a),()=>{this.#e.permissionSubscriptions.delete(a);}}async showUI(e){return this.#e.invoke("showUI",e)}async hideUI(){return this.#e.invoke("hideUI")}async setBackgroundMessage(e){return this.#e.invoke("setBackgroundMessage",e)}closePlugin(e,t){throw this.#e.invoke("closePlugin",e,t),new _}async getCurrentUser(){return this.#e.invoke("getCurrentUser2")}async getProjectInfo(){return this.#e.invoke("getProjectInfo2")}async getSelection(){return (await this.#e.invoke("getSelection")).map(t=>{let n=C(t,this.#e);return m(je(n)),n})}async setSelection(e){let t=g(e)?[e]:Array.from(e);return this.#e.invoke("setSelection",t)}subscribeToSelection(e){return this.#e.subscribe("selection",t=>{let n=t.map(o=>{let a=C(o,this.#e);return m(je(a)),a});e(n);})}async getCanvasRoot(){let e=await this.#e.invoke("getCanvasRoot"),t=C(e,this.#e);return m(ci(t)),t}subscribeToCanvasRoot(e){return this.#e.subscribe("canvasRoot",t=>{let n=C(t,this.#e);m(ci(n)),e(n);})}async getPublishInfo(){return this.#e.invoke("getPublishInfo")}subscribeToPublishInfo(e){return this.#e.subscribe("publishInfo",e)}async createFrameNode(e,t){let n=await this.#e.invoke("createNode","FrameNode",t??null,e);if(!n)return null;let o=C(n,this.#e);return m(o instanceof R),o}async removeNodes(e){return this.#e.invoke("removeNodes2",e)}async removeNode(e){return this.removeNodes([e])}async cloneNode(e){return this.#e.cloneNode(e)}async getNode(e){let t=await this.#e.invoke("getNode",e);return t?C(t,this.#e):null}async getParent(e){return this.#e.getParent(e)}async getChildren(e){return this.#e.getChildren(e)}async getRect(e){return this.#e.invoke("getRect",e)}async zoomIntoView(e,t){let n=g(e)?[e]:Array.from(e);return this.#e.invoke("zoomIntoView",n,t)}async setAttributes(e,t){return this.#e.setAttributes(e,t)}async setParent(e,t,n){return this.#e.invoke("setParent",e,t,n)}async getNodesWithType(e){return (await this.#e.invoke("getNodesWithType",null,e)).map(n=>C(n,this.#e))}async getNodesWithAttribute(e){return (await this.#e.invoke("getNodesWithAttribute",null,e)).map(n=>C(n,this.#e))}async getNodesWithAttributeSet(e){return (await this.#e.invoke("getNodesWithAttributeSet",null,e)).map(n=>C(n,this.#e))}async getImage(){let e=await this.#e.invoke("getImage");return e?h(this.#e,e):null}subscribeToImage(e){return this.#e.subscribe("image",t=>{if(!t){e(null);return}e(h(this.#e,t));})}async addImage(e){let t=await we(e),n=j(t);return this.#e.invokeTransferable("addImage",n,t)}async setImage(e){let t=await we(e),n=j(t);return this.#e.invokeTransferable("setImage",n,t)}async uploadImage(e){let t=await we(e),n=j(t),o=await this.#e.invokeTransferable("uploadImage",n,t);return h(this.#e,o)}async addImages(e){let t=await si(e),n=t.flatMap(j);await this.#e.invokeTransferable("addImages",n,t);}async uploadImages(e){let t=await si(e),n=t.flatMap(j),o=await this.#e.invokeTransferable("uploadImages",n,t);return h(this.#e,o)}async uploadFile(e){let t=await ai(e),n=await this.#e.invokeTransferable("uploadFile",j(t),t);return h(this.#e,n)}async uploadFiles(e){let t=await Promise.all(e.map(ai)),n=t.flatMap(j),o=await this.#e.invokeTransferable("uploadFiles",n,t);return h(this.#e,o)}async addSVG(e){return this.#e.invoke("addSVG",e)}async addComponentInstance({url:e,attributes:t,parentId:n}){let o=await this.#e.invoke("addComponentInstance",{url:e,attributes:t,parentId:n}),a=C(o,this.#e);return m(pe(a)),a}async addDetachedComponentLayers({url:e,layout:t,attributes:n}){let o=await this.#e.invoke("addDetachedComponentLayers",{url:e,layout:t,attributes:n}),a=C(o,this.#e);return m(Dt(a)),a}async preloadDetachedComponentLayers(e){await this.#e.invoke("preloadDetachedComponentLayers",e);}async preloadImageUrlForInsertion(e){await this.#e.invoke("preloadImageUrlForInsertion",e);}async preloadDragPreviewImage(e){await this.#e.invoke("preloadDragPreviewImage",e);}async getText(){return this.#e.invoke("getText")}async setText(e){return this.#e.invoke("setText",e)}async addText(e,t){return this.#e.invoke("addText",e,t)}async setCustomCode(e){return this.#e.invoke("setCustomCode",e)}async getCustomCode(){return this.#e.invoke("getCustomCode")}subscribeToCustomCode(e){return this.#e.subscribe("customCode",e)}subscribeToText(e){return this.#e.subscribe("text",e)}makeDraggable(e,t,n){return Yn(this.#e,e,t,n)}async getActiveManagedCollection(){let e=await this.#e.invoke("getActiveManagedCollection");return m(e,"Collection data must be defined"),new ce(e,this.#e)}async getManagedCollection(){return this.getActiveManagedCollection()}async getManagedCollections(){let e=await this.#e.invoke("getManagedCollections");return m(e,"Collections data must be defined"),e.map(t=>new ce(t,this.#e))}async getCollection(e){let t=await this.#e.invoke("getCollection",e);return t?new J(t,this.#e):null}async getActiveCollection(){let e=await this.#e.invoke("getActiveCollection");return e?new J(e,this.#e):null}async getCollections(){return (await this.#e.invoke("getCollections")).map(t=>new J(t,this.#e))}notify=(e,t)=>this.#e.notify(e,t);async getPluginData(e){return this.#e.invoke("getPluginData",e)}async setPluginData(e,t){return this.#e.invoke("setPluginData",e,t)}async getPluginDataKeys(){return this.#e.invoke("getPluginDataKeys")}async getColorStyles(){let e=await this.#e.invoke("getColorStyles");return h(this.#e,e)}async getColorStyle(e){let t=await this.#e.invoke("getColorStyle",e);return t?h(this.#e,t):null}async createColorStyle(e){let t=await this.#e.invoke("createColorStyle",e);return h(this.#e,t)}subscribeToColorStyles(e){return this.#e.subscribe("colorStyles",t=>{let n=h(this.#e,t);return e(n)})}async getTextStyles(){let e=await this.#e.invoke("getTextStyles");return h(this.#e,e)}async getTextStyle(e){let t=await this.#e.invoke("getTextStyle",e);return t?h(this.#e,t):null}async createTextStyle(e){let t=await this.#e.invoke("createTextStyle",e);return h(this.#e,t)}subscribeToTextStyles(e){return this.#e.subscribe("textStyles",t=>{let n=h(this.#e,t);return e(n)})}async getFont(e,t){let n=await this.#e.invoke("getFont",e,t);return n?h(this.#e,n):null}async getFonts(){let e=await this.#e.invoke("getFonts");return h(this.#e,e)}getLocales(){return this.#e.invoke("getLocales")}getDefaultLocale(){return this.#e.invoke("getDefaultLocale")}getActiveLocale(){return this.#e.invoke("getActiveLocale")}async getLocalizationGroups(){return this.#e.invoke("getLocalizationGroups")}setLocalizationData(e){return this.#e.invoke("setLocalizationData",e)}async getRedirects(){return (await this.#e.invoke("getRedirects")).map(t=>new ge(t,this.#e))}subscribeToRedirects(e){return this.#e.subscribe("redirects",t=>{let n=t.map(o=>new ge(o,this.#e));return e(n)})}async addRedirects(e){return (await this.#e.invoke("addRedirects",e)).map(n=>new ge(n,this.#e))}async removeRedirects(e){return this.#e.invoke("removeRedirects",e)}async setRedirectOrder(e){return this.#e.invoke("setRedirectOrder",e)}async createCodeFile(e,t,n){let o=await this.#e.invoke("createCodeFile",e,t,n);return new q(o,this.#e)}async getCodeFiles(){let e=await this.#e.invoke("getCodeFiles"),t=[];for(let n of e)t.push(new q(n,this.#e));return t}async getCodeFile(e){let t=await this.#e.invoke("getCodeFile",e);return t?new q(t,this.#e):null}lintCode(e,t,n){return this.#e.invoke("lintCode",e,t,n)}typecheckCode(e,t,n){return this.#e.invoke("typecheckCode",e,t,n)}subscribeToCodeFiles(e){return this.#e.subscribe("codeFiles",t=>{let n=t?.map(o=>new q(o,this.#e));return e(n)})}setMenu(e){return this.#e.setMenu(e)}showContextMenu(e,t){return this.#e.showContextMenu(e,t)}async unstable_ensureMinimumDependencyVersion(e,t){return this.#e.invoke("unstable_ensureMinimumDependencyVersion",e,t)}async navigateTo(e,t){return this.#e.invoke("navigateTo",e,t)}subscribeToOpenCodeFile(e){return this.#e.subscribe("openCodeFile",t=>{let n=t?new q(t,this.#e):null;return e(n)})}async createDesignPage(e){let t=await this.#e.invoke("createDesignPage",e),n=C(t,this.#e);return m(n instanceof ne,"Expected node to be a DesignPageNode"),n}async createWebPage(e){let t=await this.#e.invoke("createWebPage",e),n=C(t,this.#e);return m(n instanceof te,"Expected node to be a WebPageNode"),n}async createCollection(e){let t=await this.#e.invoke("createCollection",e);return new J(t,this.#e)}},Ti=class extends Ii{static{r(this,"FramerPluginAPIBeta");}#e;constructor(e){super(e),this.#e=e,this.#e;}},Xe=class extends Ti{static{r(this,"FramerPluginAPIAlpha");}#e;constructor(e){super(e),this.#e=e,this.#e;}async addComponentInstancePlaceholder(e){let t=await this.#e.invoke("addComponentInstancePlaceholder",e);return new Et(t,this.#e)}async[l.getAiServiceInfo](){return this.#e.invoke(ut)}async[l.sendTrackingEvent](e,t,n){return this.#e.invoke(ct,e,t,n)}async[l.getHTMLForNode](e){return this.#e.invoke(se,e)}async[l.setHTMLForNode](e,t){return this.#e.invoke(le,e,t)}get[l.environmentInfo](){return this.#e.environmentInfo}get[l.showUncheckedPermissionToasts](){return this.#e.showUncheckedPermissionToasts}set[l.showUncheckedPermissionToasts](e){this.#e.showUncheckedPermissionToasts=e;}async createTextNode(e,t){let n=await this.#e.invoke("createNode","TextNode",t??null,e);if(!n)return null;let o=C(n,this.#e);return m(o instanceof ee),o}async createComponentNode(e){let t=await this.#e.invoke("createNode","ComponentNode",null,{name:e});if(!t)return null;let n=C(t,this.#e);return m(n instanceof ie),n}async getVectorSets(){return (await this.#e.invoke("getVectorSets")).map(t=>new _e(t,this.#e))}async[B.publish](){return this.#e.invoke("publish")}async[B.getDeployments](){return this.#e.invoke("getDeployments")}async[B.deploy](e,t){return this.#e.invoke("deploy",e,t)}async[B.getChangedPaths](){return this.#e.invoke("getChangedPaths")}async[B.getChangeContributors](e,t){return this.#e.invoke("getChangeContributors",e,t)}async[B.createManagedCollection](e){let t=await this.#e.invoke("createManagedCollection",e);return new ce(t,this.#e)}};var Pi=class{constructor(e){this.origin=e;}static{r(this,"IframeTransport");}send(e,t){window.parent.postMessage(e,this.origin,t);}onMessage(e){window.addEventListener("message",e);}};async function Oo(){return new Promise(i=>{function e({data:t,origin:n}){if(!Hn(t))return;window.removeEventListener("message",e);let a={transport:new Pi(n),mode:t.mode,permissionMap:t.permissionMap,environmentInfo:t.environmentInfo,origin:n,theme:t.theme??null};i(a);}r(e,"handshakeListener"),window.addEventListener("message",e),window.parent.postMessage(Kn,"*");})}r(Oo,"createBrowserContext");async function zo(){return typeof window<"u"?Oo():null}r(zo,"bootstrap");var Xn=await zo(),re=Xn?new Xe(new Ye(Xn)):new Proxy({},{get(i,e){throw new Error(`Cannot access framer.${String(e)} in server runtime. Use createFramerInstance() with a custom transport.`)}});function Zn(i){return new Xe(new Ye(i))}r(Zn,"createFramerInstance");var $o=Ko,Jn=$o.env;function Ho(i){Object.assign(Jn,i);}r(Ho,"configure");function fe(i,e){return Jn[i]??e}r(fe,"getEnv");var Qn=typeof globalThis.WebSocket<"u"?globalThis.WebSocket:WebSocket,er,tr;try{er=await import('node:fs'),tr=await import('node:path');}catch{}var Si=er,Fi=tr;function w(i,...e){if(i)return;let t=Error("Assertion Error"+(e.length>0?": "+e.join(" "):""));if(t.stack)try{let n=t.stack.split(`
|
|
11
10
|
`);n[1]?.includes("assert")?(n.splice(1,1),t.stack=n.join(`
|
|
12
11
|
`)):n[0]?.includes("assert")&&(n.splice(0,1),t.stack=n.join(`
|
|
13
|
-
`));}catch{}throw t}r(R,"assert");function Wi(...i){let[e,t]=useState(()=>M.isAllowedTo(...i)),[n,o]=useState(i);return Zi(i,n)||(t(M.isAllowedTo(...i)),o(i)),useEffect(()=>{let a=M.subscribeToIsAllowedTo(...n,s=>{t(s);});return ()=>{a();}},[n]),e}r(Wi,"useIsAllowedTo");function Li(i,e,t){let n=Wi("makeDraggable"),o=ta(()=>Ke(e)?e():e);useEffect(()=>{if(!n)return;let a=i.current;if(a instanceof HTMLElement)return M.makeDraggable(a,o,t)},[n,o,t]);}r(Li,"useMakeDraggable");function ta(i){let e=useRef(i);return e.current=i,useCallback((...t)=>e.current(...t),[])}r(ta,"useStableCallback");forwardRef(r(function({data:e,children:t,onDragComplete:n,...o},a){let s=useRef(null);if(Li(s,e,n),isValidElement(t)){let d=Object.assign({},o);return D(t.props)&&Object.assign(d,t.props),d.ref=da(s,a,t.ref),cloneElement(t,d)}return Children.count(t)>1&&Children.only(t),null},"Draggable"));var sa="current";function la(i){return D(i)&&sa in i}r(la,"isMutableRefObject");function da(...i){return e=>{for(let t of i)Ke(t)?t(e):la(t)&&(t.current=e);}}r(da,"composeRefs");var fr={showUI:false,hideUI:false,closePlugin:false,notify:false,setMenu:false,showContextMenu:false,preloadDetachedComponentLayers:false,preloadDragPreviewImage:false,preloadImageUrlForInsertion:false,setBackgroundMessage:false,getSelection:false,getActiveCollection:false,getActiveManagedCollection:false,getActiveLocale:false,zoomIntoView:false,navigateTo:false,getPluginData:false,setPluginData:false,getPluginDataKeys:false,makeDraggable:false,subscribeToSelection:false,subscribeToImage:false,subscribeToText:false,subscribeToCustomCode:false,subscribeToColorStyles:false,subscribeToTextStyles:false,subscribeToRedirects:false,subscribeToCodeFiles:false,subscribeToOpenCodeFile:false,subscribeToIsAllowedTo:false,subscribeToCanvasRoot:false,subscribeToPublishInfo:false,unstable_ensureMinimumDependencyVersion:false,removeNode:true,removeNodes:true,addSVG:true,getRect:true,setText:true,getText:true,addText:true,setCustomCode:true,getCustomCode:true,getLocales:true,getDefaultLocale:true,getLocalizationGroups:true,setLocalizationData:true,getCurrentUser:true,getProjectInfo:true,setSelection:true,getCanvasRoot:true,getPublishInfo:true,cloneNode:true,getNode:true,getParent:true,getChildren:true,setAttributes:true,getNodesWithType:true,getNodesWithAttribute:true,getNodesWithAttributeSet:true,addImages:true,getImage:true,addImage:true,setImage:true,uploadImage:true,uploadImages:true,uploadFile:true,uploadFiles:true,setParent:true,addComponentInstance:true,addDetachedComponentLayers:true,getManagedCollection:true,getManagedCollections:true,getCollection:true,getCollections:true,getColorStyle:true,getColorStyles:true,createColorStyle:true,getTextStyle:true,getTextStyles:true,createTextStyle:true,getFont:true,getFonts:true,createCodeFile:true,getCodeFiles:true,getCodeFile:true,lintCode:true,typecheckCode:true,addRedirects:true,getRedirects:true,setRedirectOrder:true,removeRedirects:true,addComponentInstancePlaceholder:true,createCollection:true,getVectorSets:true,createDesignPage:true,createWebPage:true,createTextNode:true,createComponentNode:true,mode:true,isAllowedTo:false,createFrameNode:true};function Ri(i){return i in fr?fr[i]===true:false}r(Ri,"isAllowedMethod");function yr(i){return typeof i=="string"&&i in L}r(yr,"isFramerApiOnlyMethod");var wt=class i{static{r(this,"FramerAPI");}requestId;#e;#t;constructor(e,t,n){this.#t=e,this.#e=t,this.requestId=n;}static create(e,t,n){let o=new i(e,t,n);return new Proxy(o,{get(a,s){if(s in a)return Reflect.get(a,s);if(yr(s)){let T=L[s],b=Reflect.get(a.#t,T);return typeof b=="function"?b.bind(a.#t):b}if(!Ri(s))return;let d=Reflect.get(a.#t,s);return typeof d=="function"?d.bind(a.#t):d},has(a,s){return s in a||yr(s)?true:Ri(s)?s in a.#t:false}})}disconnect=async()=>{await this.#e();};[Symbol.dispose]=()=>{this.#e();};[Symbol.asyncDispose]=()=>this.#e()};var ua=/^.+--([A-Za-z0-9]+)/u,hr=/^[A-Za-z0-9]{20}$/u;function br(i){if(hr.test(i))return i;try{let t=new URL(i,"https://framer.com").pathname.split("/").filter(Boolean),n=t.findIndex(o=>o.toLowerCase()==="projects");if(n>=0){let o=t[n+1];if(o!==void 0){let a=decodeURIComponent(o),d=a.match(ua)?.[1]??a;if(hr.test(d))return d}}return null}catch{return null}}r(br,"parseProjectId");var se=class extends Error{static{r(this,"FramerAPIError");}constructor(e){super(e),this.name="FramerAPIError",this.stack=undefined;}};var Bi={silent:0,error:1,warn:2,info:3,debug:4};function ca(){let i=Ue("FRAMER_API_LOG_LEVEL")?.toLowerCase();return i&&i in Bi?i:"warn"}r(ca,"getLogLevel");var Ui=ca();function pt(i){return Bi[i]<=Bi[Ui]}r(pt,"shouldLog");var mt=globalThis.console,pa="\x1B[90m",ma="\x1B[0m";function ga(i){return i?`[FramerAPI:${i}]`:"[FramerAPI]"}r(ga,"formatPrefix");function fa(i,...e){return [pa+i,...e,ma]}r(fa,"formatDebug");function xr(i){let e=ga(i);return {warn:(...t)=>{pt("warn")&&mt.warn(e,...t);},error:(...t)=>{pt("error")&&mt.error(e,...t);},log:(...t)=>{pt("info")&&mt.log(e,...t);},info:(...t)=>{pt("info")&&mt.info(e,...t);},debug:(...t)=>{pt("debug")&&mt.debug(...fa(e,...t));},setLevel:t=>{Ui=t;},getLevel:()=>Ui,withRequestId:t=>xr(t)}}r(xr,"createLogger");var k=xr();k.warn;k.error;k.log;k.info;k.debug;k.setLevel;k.getLevel;var Cr;function Ir({error:i,tags:e,extras:t,critical:n,caller:o}){R(Cr,"Set up an error callback with setErrorReporter, or configure Sentry with initializeEnvironment");let a=zi(i,o);return Cr({error:a,tags:{...a.tags,...e},extras:{...a.extras,...t},critical:!!n}),a}r(Ir,"reportError");function zi(i,e=zi){return i instanceof Error?i:new Oi(i,e)}r(zi,"reportableError");var Oi=class extends Error{static{r(this,"UnhandledError");}constructor(e,t){let n=e?JSON.stringify(e):"No error message provided";if(super(n),this.message=n,t&&Error.captureStackTrace)Error.captureStackTrace(this,t);else try{throw new Error}catch(o){this.stack=o.stack;}}};var gt=typeof window<"u"?window.location.hostname:undefined,Tr=!!(gt&&["web.framerlocal.com","localhost","127.0.0.1","[::1]"].includes(gt)),Gi=(()=>{if(!gt)return;if(Tr)return {main:gt,previewLink:undefined};let i=/^(([^.]+\.)?beta\.)?((?:development\.)?framer\.com)$/u,e=gt.match(i);if(!(!e||!e[3]))return {previewLink:e[2]&&e[0],main:e[3]}})();({hosts:Gi,isDevelopment:Gi?.main==="development.framer.com",isProduction:Gi?.main==="framer.com",isLocal:Tr});var Wt;function Lt(){return typeof window>"u"?{}:Wt||(Wt=ba(),Wt)}r(Lt,"getServiceMap");function ba(){let i=window.location,e=window?.bootstrap?.services;if(e)return e;let t;try{if(t=window.top.location.origin,e=window.top?.bootstrap?.services,e)return e}catch{}if(t&&t!==i.origin)throw Error(`Unexpectedly embedded by ${t} (expected ${i.origin})`);if(i.origin.endsWith("framer.com")||i.origin.endsWith("framer.dev"))throw Error("ServiceMap data was not provided in document");try{let n=new URLSearchParams(i.search).get("services")||new URLSearchParams(i.hash.substring(1)).get("services");n&&(e=JSON.parse(n));}catch{}if(e&&typeof e=="object"&&e.api)return e;throw Error("ServiceMap requested but not available")}r(ba,"extractServiceMap");function ft(i,e=0,t=new Set){if(i===null)return i;if(typeof i=="function")return `[Function: ${i.name??"unknown"}]`;if(typeof i!="object")return i;if(i instanceof Error)return `[${i.toString()}]`;if(t.has(i))return "[Circular]";if(e>2)return "...";t.add(i);try{if("toJSON"in i&&typeof i.toJSON=="function")return ft(i.toJSON(),e+1,t);if(Array.isArray(i))return i.map(n=>ft(n,e+1,t));if(Object.getPrototypeOf(i)!==Object.prototype)return `[Object: ${"__class"in i&&i.__class||i.constructor?.name}]`;{let n={};for(let[o,a]of Object.entries(i))n[o]=ft(a,e+1,t);return n}}catch(n){return `[Throws: ${n instanceof Error?n.message:n}]`}finally{t.delete(i);}}r(ft,"jsonSafeCopy");var xa=["trace","debug","info","warn","error"],Ca=[":trace",":debug",":info",":warn",":error"];function Fr(i,e){let t=[];for(let n of i.split(/[ ,]/u)){let o=n.trim();if(o.length===0)continue;let a=1,s=false;o.startsWith("-")&&(o=o.slice(1),a=3,s=true);for(let b=0;b<=4;b++){let v=Ca[b];if(v&&o.endsWith(v)){a=b,s&&(a+=1),o=o.slice(0,o.length-v.length),o.length===0&&(o="*");break}}let d=new RegExp("^"+Da(o).replace(/\\\*/gu,".*")+"$"),T=0;for(let b of e)b.id.match(d)&&(b.level=a,++T);T===0&&t.push(n);}return t}r(Fr,"applyLogLevelSpec");var yt=class i{constructor(e,t,n){this.logger=e;this.level=t;this.parts=n;this.id=i.nextId++,this.time=Date.now();}static{r(this,"LogEntry");}static nextId=0;id;time;stringPrefix;toMessage(){if(this.stringPrefix)return this.parts;let e=[new Date(this.time).toISOString().substr(-14,14),xa[this.level]+": ["+this.logger.id+"]"],t=0;for(;t<this.parts.length;t++){let n=this.parts[t];if(typeof n=="string"){e.push(n);continue}break}return this.stringPrefix=e.join(" "),this.parts.splice(0,t,this.stringPrefix),this.parts}toString(){return this.toMessage().map(e=>{let t=typeof e;if(t==="string")return e;if(t==="function")return `[Function: ${e.name??"unknown"}]`;if(e instanceof Error)return e.stack??e.toString();let n=JSON.stringify(ft(e));return n?.length>253?n.slice(0,250)+"...":n}).join(" ")}},K="*:app:info,app:info",Dr=typeof process<"u"&&!!process.kill,Ia=Dr&&!!process.env.CI;Ia?K="-:warn":Dr&&(K="");try{typeof window<"u"&&window.localStorage&&(K=window.localStorage.logLevel||K);}catch{}try{typeof process<"u"&&(K=process.env.DEBUG||K);}catch{}try{typeof window<"u"&&Object.assign(window,{setLogLevel:kr});}catch{}try{typeof window<"u"&&window.postMessage&&window.top===window&&window.addEventListener("message",i=>{if(!i.data||typeof i.data!="object")return;let{loggerId:e,level:t,parts:n,printed:o}=i.data;if(typeof e!="string"||!Array.isArray(n)||n.length<1||typeof t!="number")return;let a=ht(e);if(t<0||t>5)return;n[0]=n[0].replace("[","*[");let s=new yt(a,t,n);s.stringPrefix=n[0],ee.push(s),!o&&(a.level>t||console?.log(...s.toMessage()));});}catch{}var $i;try{typeof window<"u"&&window.postMessage&&window.parent!==window&&!window.location.pathname.startsWith("/edit")&&($i=r(i=>{try{let e=i.toMessage().map(s=>ft(s)),t=i.logger,n=i.level,o=t.level<=i.level,a={loggerId:t.id,level:n,parts:e,printed:o};window.parent?.postMessage(a,Lt().app);}catch{}},"postLogEntry"));}catch{}var Ki={},ee=[],vr=1e3;function le(i,e,t){let n=new yt(i,e,t);for(ee.push(n),$i?.(n);ee.length>vr;)ee.shift();return n}r(le,"createLogEntry");function Nr(i){return typeof i=="number"&&(vr=i),ee}r(Nr,"getLogReplayBuffer");var Ta=/\/(?<filename>[^/.]+)(?=\.(?:debug\.)?html$)/u,Sr;function Pa(){if(!(typeof window>"u"||!window.location))return Sr??=Ta.exec(window.location.pathname)?.groups?.filename,Sr}r(Pa,"getFilenameFromWindowPathname");function ht(i){let e=Pa();i=(e?e+":":"")+i;let t=Ki[i];if(t)return t;let n=new Rt(i);return Ki[i]=n,Fr(K,[n]),$i?.(new yt(n,-1,[])),n}r(ht,"getLogger");function kr(i,e=true){try{typeof window<"u"&&window.localStorage&&(window.localStorage.logLevel=i);}catch{}let t=K;K=i;let n=Object.values(Ki);for(let a of n)a.level=3;let o=Fr(i,n);if(o.length>0&&console?.warn("Some log level specs matched no loggers:",o),e&&ee.length>0){console?.log("--- LOG REPLAY ---");for(let a of ee)a.logger.level>a.level||(a.level>=3?console?.warn(...a.toMessage()):console?.log(...a.toMessage()));console?.log("--- END OF LOG REPLAY ---");}return t}r(kr,"setLogLevel");var Sa=r(i=>{let e={...i,logs:Nr().slice(-50).map(t=>t.toString().slice(0,600)).join(`
|
|
14
|
-
`)};return i.logs&&console?.warn("extras.logs is reserved for log replay buffer, use another key"),e},"enrichWithLogs"),
|
|
12
|
+
`));}catch{}throw t}r(w,"assert");var ir={showUI:false,hideUI:false,closePlugin:false,notify:false,setMenu:false,showContextMenu:false,preloadDetachedComponentLayers:false,preloadDragPreviewImage:false,preloadImageUrlForInsertion:false,setBackgroundMessage:false,getSelection:false,getActiveCollection:false,getActiveManagedCollection:false,getActiveLocale:false,zoomIntoView:false,navigateTo:false,getPluginData:false,setPluginData:false,getPluginDataKeys:false,makeDraggable:false,subscribeToSelection:false,subscribeToImage:false,subscribeToText:false,subscribeToCustomCode:false,subscribeToColorStyles:false,subscribeToTextStyles:false,subscribeToRedirects:false,subscribeToCodeFiles:false,subscribeToOpenCodeFile:false,subscribeToIsAllowedTo:false,subscribeToCanvasRoot:false,subscribeToPublishInfo:false,unstable_ensureMinimumDependencyVersion:false,removeNode:true,removeNodes:true,addSVG:true,getRect:true,setText:true,getText:true,addText:true,setCustomCode:true,getCustomCode:true,getLocales:true,getDefaultLocale:true,getLocalizationGroups:true,setLocalizationData:true,getCurrentUser:true,getProjectInfo:true,setSelection:true,getCanvasRoot:true,getPublishInfo:true,cloneNode:true,getNode:true,getParent:true,getChildren:true,setAttributes:true,getNodesWithType:true,getNodesWithAttribute:true,getNodesWithAttributeSet:true,addImages:true,getImage:true,addImage:true,setImage:true,uploadImage:true,uploadImages:true,uploadFile:true,uploadFiles:true,setParent:true,addComponentInstance:true,addDetachedComponentLayers:true,getManagedCollection:true,getManagedCollections:true,getCollection:true,getCollections:true,getColorStyle:true,getColorStyles:true,createColorStyle:true,getTextStyle:true,getTextStyles:true,createTextStyle:true,getFont:true,getFonts:true,createCodeFile:true,getCodeFiles:true,getCodeFile:true,lintCode:true,typecheckCode:true,addRedirects:true,getRedirects:true,setRedirectOrder:true,removeRedirects:true,addComponentInstancePlaceholder:true,createCollection:true,getVectorSets:true,createDesignPage:true,createWebPage:true,createTextNode:true,createComponentNode:true,mode:true,isAllowedTo:false,createFrameNode:true};function Di(i){return i in ir?ir[i]===true:false}r(Di,"isAllowedMethod");function nr(i){return typeof i=="string"&&i in B}r(nr,"isFramerApiOnlyMethod");var Vt=class i{static{r(this,"FramerAPI");}requestId;#e;#t;constructor(e,t,n){this.#t=e,this.#e=t,this.requestId=n;}static create(e,t,n){let o=new i(e,t,n);return new Proxy(o,{get(a,s){if(s in a)return Reflect.get(a,s);if(nr(s)){let T=B[s],b=Reflect.get(a.#t,T);return typeof b=="function"?b.bind(a.#t):b}if(!Di(s))return;let d=Reflect.get(a.#t,s);return typeof d=="function"?d.bind(a.#t):d},has(a,s){return s in a||nr(s)?true:Di(s)?s in a.#t:false}})}disconnect=async()=>{await this.#e();};[Symbol.dispose]=()=>{this.#e();};[Symbol.asyncDispose]=()=>this.#e()};var jo=/^.+--([A-Za-z0-9]+)/u,rr=/^[A-Za-z0-9]{20}$/u;function or(i){if(rr.test(i))return i;try{let t=new URL(i,"https://framer.com").pathname.split("/").filter(Boolean),n=t.findIndex(o=>o.toLowerCase()==="projects");if(n>=0){let o=t[n+1];if(o!==void 0){let a=decodeURIComponent(o),d=a.match(jo)?.[1]??a;if(rr.test(d))return d}}return null}catch{return null}}r(or,"parseProjectId");var oe=class extends Error{static{r(this,"FramerAPIError");}constructor(e){super(e),this.name="FramerAPIError",this.stack=undefined;}};var vi={silent:0,error:1,warn:2,info:3,debug:4};function _o(){let i=fe("FRAMER_API_LOG_LEVEL")?.toLowerCase();return i&&i in vi?i:"warn"}r(_o,"getLogLevel");var Ni=_o();function Ze(i){return vi[i]<=vi[Ni]}r(Ze,"shouldLog");var Je=globalThis.console,qo="\x1B[90m",Yo="\x1B[0m";function Xo(i){return i?`[FramerAPI:${i}]`:"[FramerAPI]"}r(Xo,"formatPrefix");function Zo(i,...e){return [qo+i,...e,Yo]}r(Zo,"formatDebug");function ar(i){let e=Xo(i);return {warn:(...t)=>{Ze("warn")&&Je.warn(e,...t);},error:(...t)=>{Ze("error")&&Je.error(e,...t);},log:(...t)=>{Ze("info")&&Je.log(e,...t);},info:(...t)=>{Ze("info")&&Je.info(e,...t);},debug:(...t)=>{Ze("debug")&&Je.debug(...Zo(e,...t));},setLevel:t=>{Ni=t;},getLevel:()=>Ni,withRequestId:t=>ar(t)}}r(ar,"createLogger");var k=ar();k.warn;k.error;k.log;k.info;k.debug;k.setLevel;k.getLevel;var sr;function lr({error:i,tags:e,extras:t,critical:n,caller:o}){w(sr,"Set up an error callback with setErrorReporter, or configure Sentry with initializeEnvironment");let a=Mi(i,o);return sr({error:a,tags:{...a.tags,...e},extras:{...a.extras,...t},critical:!!n}),a}r(lr,"reportError");function Mi(i,e=Mi){return i instanceof Error?i:new ki(i,e)}r(Mi,"reportableError");var ki=class extends Error{static{r(this,"UnhandledError");}constructor(e,t){let n=e?JSON.stringify(e):"No error message provided";if(super(n),this.message=n,t&&Error.captureStackTrace)Error.captureStackTrace(this,t);else try{throw new Error}catch(o){this.stack=o.stack;}}};var Qe=typeof window<"u"?window.location.hostname:undefined,dr=!!(Qe&&["web.framerlocal.com","localhost","127.0.0.1","[::1]"].includes(Qe)),Ei=(()=>{if(!Qe)return;if(dr)return {main:Qe,previewLink:undefined};let i=/^(([^.]+\.)?beta\.)?((?:development\.)?framer\.com)$/u,e=Qe.match(i);if(!(!e||!e[3]))return {previewLink:e[2]&&e[0],main:e[3]}})();({hosts:Ei,isDevelopment:Ei?.main==="development.framer.com",isProduction:Ei?.main==="framer.com",isLocal:dr});var At;function wt(){return typeof window>"u"?{}:At||(At=ea(),At)}r(wt,"getServiceMap");function ea(){let i=window.location,e=window?.bootstrap?.services;if(e)return e;let t;try{if(t=window.top.location.origin,e=window.top?.bootstrap?.services,e)return e}catch{}if(t&&t!==i.origin)throw Error(`Unexpectedly embedded by ${t} (expected ${i.origin})`);if(i.origin.endsWith("framer.com")||i.origin.endsWith("framer.dev"))throw Error("ServiceMap data was not provided in document");try{let n=new URLSearchParams(i.search).get("services")||new URLSearchParams(i.hash.substring(1)).get("services");n&&(e=JSON.parse(n));}catch{}if(e&&typeof e=="object"&&e.api)return e;throw Error("ServiceMap requested but not available")}r(ea,"extractServiceMap");function et(i,e=0,t=new Set){if(i===null)return i;if(typeof i=="function")return `[Function: ${i.name??"unknown"}]`;if(typeof i!="object")return i;if(i instanceof Error)return `[${i.toString()}]`;if(t.has(i))return "[Circular]";if(e>2)return "...";t.add(i);try{if("toJSON"in i&&typeof i.toJSON=="function")return et(i.toJSON(),e+1,t);if(Array.isArray(i))return i.map(n=>et(n,e+1,t));if(Object.getPrototypeOf(i)!==Object.prototype)return `[Object: ${"__class"in i&&i.__class||i.constructor?.name}]`;{let n={};for(let[o,a]of Object.entries(i))n[o]=et(a,e+1,t);return n}}catch(n){return `[Throws: ${n instanceof Error?n.message:n}]`}finally{t.delete(i);}}r(et,"jsonSafeCopy");var ta=["trace","debug","info","warn","error"],ia=[":trace",":debug",":info",":warn",":error"];function pr(i,e){let t=[];for(let n of i.split(/[ ,]/u)){let o=n.trim();if(o.length===0)continue;let a=1,s=false;o.startsWith("-")&&(o=o.slice(1),a=3,s=true);for(let b=0;b<=4;b++){let D=ia[b];if(D&&o.endsWith(D)){a=b,s&&(a+=1),o=o.slice(0,o.length-D.length),o.length===0&&(o="*");break}}let d=new RegExp("^"+la(o).replace(/\\\*/gu,".*")+"$"),T=0;for(let b of e)b.id.match(d)&&(b.level=a,++T);T===0&&t.push(n);}return t}r(pr,"applyLogLevelSpec");var tt=class i{constructor(e,t,n){this.logger=e;this.level=t;this.parts=n;this.id=i.nextId++,this.time=Date.now();}static{r(this,"LogEntry");}static nextId=0;id;time;stringPrefix;toMessage(){if(this.stringPrefix)return this.parts;let e=[new Date(this.time).toISOString().substr(-14,14),ta[this.level]+": ["+this.logger.id+"]"],t=0;for(;t<this.parts.length;t++){let n=this.parts[t];if(typeof n=="string"){e.push(n);continue}break}return this.stringPrefix=e.join(" "),this.parts.splice(0,t,this.stringPrefix),this.parts}toString(){return this.toMessage().map(e=>{let t=typeof e;if(t==="string")return e;if(t==="function")return `[Function: ${e.name??"unknown"}]`;if(e instanceof Error)return e.stack??e.toString();let n=JSON.stringify(et(e));return n?.length>253?n.slice(0,250)+"...":n}).join(" ")}},O="*:app:info,app:info",mr=typeof process<"u"&&!!process.kill,na=mr&&!!process.env.CI;na?O="-:warn":mr&&(O="");try{typeof window<"u"&&window.localStorage&&(O=window.localStorage.logLevel||O);}catch{}try{typeof process<"u"&&(O=process.env.DEBUG||O);}catch{}try{typeof window<"u"&&Object.assign(window,{setLogLevel:yr});}catch{}try{typeof window<"u"&&window.postMessage&&window.top===window&&window.addEventListener("message",i=>{if(!i.data||typeof i.data!="object")return;let{loggerId:e,level:t,parts:n,printed:o}=i.data;if(typeof e!="string"||!Array.isArray(n)||n.length<1||typeof t!="number")return;let a=it(e);if(t<0||t>5)return;n[0]=n[0].replace("[","*[");let s=new tt(a,t,n);s.stringPrefix=n[0],Y.push(s),!o&&(a.level>t||console?.log(...s.toMessage()));});}catch{}var Ai;try{typeof window<"u"&&window.postMessage&&window.parent!==window&&!window.location.pathname.startsWith("/edit")&&(Ai=r(i=>{try{let e=i.toMessage().map(s=>et(s)),t=i.logger,n=i.level,o=t.level<=i.level,a={loggerId:t.id,level:n,parts:e,printed:o};window.parent?.postMessage(a,wt().app);}catch{}},"postLogEntry"));}catch{}var Vi={},Y=[],gr=1e3;function ae(i,e,t){let n=new tt(i,e,t);for(Y.push(n),Ai?.(n);Y.length>gr;)Y.shift();return n}r(ae,"createLogEntry");function fr(i){return typeof i=="number"&&(gr=i),Y}r(fr,"getLogReplayBuffer");var ra=/\/(?<filename>[^/.]+)(?=\.(?:debug\.)?html$)/u,cr;function oa(){if(!(typeof window>"u"||!window.location))return cr??=ra.exec(window.location.pathname)?.groups?.filename,cr}r(oa,"getFilenameFromWindowPathname");function it(i){let e=oa();i=(e?e+":":"")+i;let t=Vi[i];if(t)return t;let n=new Wt(i);return Vi[i]=n,pr(O,[n]),Ai?.(new tt(n,-1,[])),n}r(it,"getLogger");function yr(i,e=true){try{typeof window<"u"&&window.localStorage&&(window.localStorage.logLevel=i);}catch{}let t=O;O=i;let n=Object.values(Vi);for(let a of n)a.level=3;let o=pr(i,n);if(o.length>0&&console?.warn("Some log level specs matched no loggers:",o),e&&Y.length>0){console?.log("--- LOG REPLAY ---");for(let a of Y)a.logger.level>a.level||(a.level>=3?console?.warn(...a.toMessage()):console?.log(...a.toMessage()));console?.log("--- END OF LOG REPLAY ---");}return t}r(yr,"setLogLevel");var aa=r(i=>{let e={...i,logs:fr().slice(-50).map(t=>t.toString().slice(0,600)).join(`
|
|
13
|
+
`)};return i.logs&&console?.warn("extras.logs is reserved for log replay buffer, use another key"),e},"enrichWithLogs"),Wt=class{constructor(e,t){this.id=e;this.errorIsCritical=t??(e==="fatal"||e.endsWith(":fatal"));}static{r(this,"Logger");}level=3;didLog={};errorIsCritical;extend(e){let t=this.id+":"+e;return it(t)}getBufferedMessages(){return Y.filter(e=>e.logger===this)}setLevel(e){let t=this.level;return this.level=e,t}isLoggingTraceMessages(){return this.level>=0}trace=(...e)=>{if(this.level>0)return;let t=ae(this,0,e);console?.log(...t.toMessage());};debug=(...e)=>{let t=ae(this,1,e);this.level>1||console?.log(...t.toMessage());};info=(...e)=>{let t=ae(this,2,e);this.level>2||console?.info(...t.toMessage());};warn=(...e)=>{let t=ae(this,3,e);this.level>3||console?.warn(...t.toMessage());};warnOncePerMinute=(e,...t)=>{let n=this.didLog[e];if(n&&n>Date.now())return;this.didLog[e]=Date.now()+1e3*60,t.unshift(e);let o=ae(this,3,t);this.level>3||console?.warn(...o.toMessage());};error=(...e)=>{let t=ae(this,4,e);this.level>4||console?.error(...t.toMessage());};errorOncePerMinute=(e,...t)=>{let n=this.didLog[e];if(n&&n>Date.now())return;this.didLog[e]=Date.now()+1e3*60,t.unshift(e);let o=ae(this,4,t);this.level>4||console?.error(...o.toMessage());};reportWithoutLogging=(e,t,n,o)=>{let a=aa(t??{}),s=lr({caller:this.reportWithoutLogging,error:e,tags:{...n,handler:"logger",where:this.id},extras:t,critical:o??this.errorIsCritical});return [a,s]};reportError=(e,t,n,o)=>{let[a,s]=this.reportWithoutLogging(e,t,n,o);a?this.error(s,a):this.error(s);};reportErrorOncePerMinute=(e,t)=>{if(!sa(e))return;let n=this.didLog[e.message];n&&n>Date.now()||(this.didLog[e.message]=Date.now()+1e3*60,this.reportError(e,t));};reportCriticalError=(e,t,n)=>this.reportError(e,t,n,true)};function sa(i){return Object.prototype.hasOwnProperty.call(i,"message")}r(sa,"isErrorWithMessage");function la(i){return i.replace(/[/\-\\^$*+?.()|[\]{}]/gu,"\\$&")}r(la,"escapeRegExp");var xr;(G=>{function i(f,...u){return f.concat(u)}G.push=i,r(i,"push");function e(f){return f.slice(0,-1)}G.pop=e,r(e,"pop");function t(f,...u){return u.concat(f)}G.unshift=t,r(t,"unshift");function n(f,u,...I){let p=f.length;if(u<0||u>p)throw Error("index out of range: "+u);let y=f.slice();return y.splice(u,0,...I),y}G.insert=n,r(n,"insert");function o(f,u,I){let p=f.length;if(u<0||u>=p)throw Error("index out of range: "+u);let y=Array.isArray(I)?I:[I],F=f.slice();return F.splice(u,1,...y),F}G.replace=o,r(o,"replace");function a(f,u){let I=f.length;if(u<0||u>=I)throw Error("index out of range: "+u);let p=f.slice();return p.splice(u,1),p}G.remove=a,r(a,"remove");function s(f,u,I){let p=f.length;if(u<0||u>=p)throw Error("from index out of range: "+u);if(I<0||I>=p)throw Error("to index out of range: "+I);let y=f.slice();if(I===u)return y;let F=y[u];return u<I?(y.splice(I+1,0,F),y.splice(u,1)):(y.splice(u,1),y.splice(I,0,F)),y}G.move=s,r(s,"move");function d(f,u){let I=[],p=Math.min(f.length,u.length);for(let y=0;y<p;y++)I.push([f[y],u[y]]);return I}G.zip=d,r(d,"zip");function T(f,u,I){let p=f.slice(),y=p[u];return y===undefined||(p[u]=I(y)),p}G.update=T,r(T,"update");function b(f){return Array.from(new Set(f))}G.unique=b,r(b,"unique");function D(f,...u){return Array.from(new Set([...f,...u.flat()]))}G.union=D,r(D,"union");function z(f,u){return f.filter(u)}G.filter=z,r(z,"filter");})(xr||={});var fa=Object.prototype.hasOwnProperty;function ya(i,e){return fa.call(i,e)}r(ya,"hasOwnProperty");var Cr;(n=>{function i(o,a){for(let s of Object.keys(o))ya(a,s)||delete o[s];for(let s of Object.keys(a))o[s]===undefined&&(o[s]=a[s]);return Object.setPrototypeOf(o,Object.getPrototypeOf(a)),o}n.morphUsingTemplate=i,r(i,"morphUsingTemplate");function e(o,a){a&&Object.assign(o,a);}n.writeOnce=e,r(e,"writeOnce");function t(o,a){return Object.assign(Object.create(Object.getPrototypeOf(o)),o,a)}n.update=t,r(t,"update");})(Cr||={});var Ir;(o=>{function i(a,...s){return new Set([...a,...s])}o.add=i,r(i,"add");function e(a,...s){let d=new Set(a);for(let T of s)d.delete(T);return d}o.remove=e,r(e,"remove");function t(...a){let s=new Set;for(let d of a)for(let T of d)s.add(T);return s}o.union=t,r(t,"union");function n(a,s){return a.has(s)?o.remove(a,s):o.add(a,s)}o.toggle=n,r(n,"toggle");})(Ir||={});var Tr;(n=>{function i(o,...a){let s=new Map;o.forEach((T,b)=>s.set(b,T));let d=false;for(let T of a)T&&(T.forEach((b,D)=>s.set(D,b)),d=true);return d?s:o}n.merge=i,r(i,"merge");function e(o,a,s){let d=new Map(o);return d.set(a,s),d}n.set=e,r(e,"set");function t(o,a){let s=new Map(o);return s.delete(a),s}n.remove=t,r(t,"remove");})(Tr||={});(class extends Promise{static{r(this,"ResolvablePromise");}_state="initial";resolve;reject;get state(){return this._state}pending(){return this._state="pending",this}isResolved(){return this._state==="fulfilled"||this._state==="rejected"}constructor(){let e,t;super((n,o)=>{e=n,t=o;}),this.resolve=n=>{this._state="fulfilled",e(n);},this.reject=n=>{this._state="rejected",t(n);};}});it("task-queue");function Wi(i){return typeof i=="object"&&i!==null&&!Array.isArray(i)}r(Wi,"isObject");var ye=class{constructor(e){this.ws=e;}static{r(this,"WebSocketTransport");}send(e){this.ws.send(nt.stringify(e));}waitForDisconnectAck(e){return new Promise(t=>{let n=setTimeout(()=>{this.ws.removeEventListener("message",o),t();},e),o=r(a=>{if(!(typeof a.data!="string"&&!(a.data instanceof String)))try{let s=nt.parse(a.data);Wi(s)&&s.type==="disconnect-ack"&&(clearTimeout(n),this.ws.removeEventListener("message",o),t());}catch{}},"handler");this.ws.addEventListener("message",o);})}onMessage(e){this.ws.addEventListener("message",t=>{let n=typeof t.data=="string"?t.data:t.data.toString(),o=nt.parse(n);if(Wi(o)&&o.type==="error"){k.error(`Server error: ${o.message||JSON.stringify(o)}`);return}if(Wi(o)&&o.type==="debug-archive"){Li(o.data);return}e(o);});}};function Li(i){w(Si,"File system module is not available."),w(Fi,"Path module is not available.");let t=`debug-archive-${new Date().toISOString().replace(/[:.]/gu,"-")}.zip`,n=process.cwd(),o=Fi.resolve(n,t);Si.writeFileSync(o,Buffer.from(i)),k.info(`Debug archive saved to ${o}`);}r(Li,"handleDebugArchive");function Rt(i){return typeof i=="object"&&i!==null&&!Array.isArray(i)}r(Rt,"isObject");var Ca={type:"pluginReadySignal"};function Ia(i){return Rt(i)&&i.type==="pluginReadyResponse"}r(Ia,"isPluginReadyResponse");var Pr=45e3,Ta=2e4;async function Sr(i,e){let t=new URL(fe("FRAMER_HEADLESS_SERVER_URL","wss://api.framer.com/channel/headless-plugin"));t.protocol=t.protocol==="https:"?"wss:":t.protocol==="http"?"ws:":t.protocol,t.searchParams.set("projectId",i),k.debug(`Connecting to ${t.href}`);let n=new Qn(t.href,{headers:{Authorization:`Token ${e}`}});k.debug(`WebSocket created, readyState: ${n.readyState}`);let o,a=k,s=false,d=setInterval(()=>{n.readyState===n.OPEN&&(n.send(nt.stringify({type:"ping"})),a.debug("Sent ping"));},Ta),T=r(()=>{clearInterval(d),n.readyState!==n.CLOSED&&n.readyState!==n.CLOSING&&n.close(1e3,"Client disconnect");},"forceClose"),b=r(async()=>{if(clearInterval(d),!(n.readyState===n.CLOSED||n.readyState===n.CLOSING)){if(s){a.debug("Initiating graceful disconnect");let z=new ye(n);z.send({type:"client-disconnect"}),await z.waitForDisconnectAck(5e3);}n.readyState!==n.CLOSED&&n.readyState!==n.CLOSING&&n.close(1e3,"Client disconnect");}},"cleanup"),D=await new Promise((z,G)=>{let f=setTimeout(()=>{T(),G(new oe(`Connection timeout after ${Pr}ms`));},Pr),u=r(()=>{a.debug("WebSocket opened, waiting for ready");},"onOpen"),I=r(F=>{a.debug("WebSocket error:",F),clearTimeout(f),T(),G(new oe("No connection to the server"));},"onError"),p=r(F=>{a.debug(`WebSocket closed: code=${F.code}, reason=${F.reason||"(no reason)"}, wasClean=${F.wasClean}`),clearTimeout(f),clearInterval(d),G(new oe(`Connection to the server was closed (code: ${F.code})`));},"onClose");function y(F){a.debug("Received message");let X=typeof F.data=="string"?F.data:F.data.toString(),P=nt.parse(X);a.debug(`Message type: ${P.type}`),P.type==="error"?(clearTimeout(f),T(),G(new oe(`Server error: ${P.message||JSON.stringify(P)}`))):P.type==="ready"?(Rt(P)&&"requestId"in P&&(o=String(P.requestId),a=k.withRequestId(o),a.debug(`Server request ID: ${o}`)),Rt(P)&&"version"in P&&a.debug(`Server version: ${P.version}`),Rt(P)&&P.gracefulDisconnect===true&&(s=true),a.debug("Sending pluginReadySignal"),n.send(nt.stringify(Ca))):P.type==="debug-archive"?Li(P.data):Ia(P)&&(clearTimeout(f),n.removeEventListener("message",y),n.removeEventListener("error",I),n.removeEventListener("close",p),z(P));}r(y,"handshakeMessageHandler"),n.addEventListener("open",u),n.addEventListener("message",y),n.addEventListener("error",I),n.addEventListener("close",p);});return n.addEventListener("close",()=>{b();}),{ws:n,pluginReadyData:D,requestId:o,logger:a,gracefulDisconnect:s,cleanup:b}}r(Sr,"connectAndHandshake");async function Fr(i,e){let t=performance.now(),n=or(i);w(n,`Invalid project URL or ID: ${i}`);let o=e??fe("FRAMER_API_KEY");w(o,"FRAMER_API_KEY environment variable is required");let a=await Sr(n,o),d={transport:new ye(a.ws),mode:a.pluginReadyData.mode,permissionMap:a.pluginReadyData.permissionMap,environmentInfo:a.pluginReadyData.environmentInfo,origin:null,theme:null},T=Zn(d),b=r(async()=>{let D=((performance.now()-t)/1e3).toFixed(2);a.logger.debug(`Connection ended after ${D}s`),await a.cleanup();},"cleanup");return Vt.create(T,b,a.requestId)}r(Fr,"connect");async function Pa(i,e,t){let n=await Fr(i,t);try{return await e(n)}finally{await n.disconnect();}}r(Pa,"withConnection");
|
|
15
14
|
|
|
16
|
-
export {
|
|
15
|
+
export { pt as BooleanField, xe as BooleanVariable, ke as BorderVariable, Tt as CollectionReferenceField, mt as ColorField, Se as ColorVariable, Ke as ComponentInstanceNode, ie as ComponentNode, Be as ConicGradient, bt as DateField, Ne as DateVariable, ne as DesignPageNode, $ as EnumCase, It as EnumField, Pe as EnumVariable, xt as FieldDivider, Ct as FileField, De as FileVariable, yt as FormattedTextField, Te as FormattedTextVariable, R as FrameNode, _ as FramerPluginClosedError, qe as FramerPluginError, Ee as ImageField, Fe as ImageVariable, Le as LinearGradient, ht as LinkField, ve as LinkVariable, Pt as MultiCollectionReferenceField, gt as NumberField, Ce as NumberVariable, Re as RadialGradient, ze as SVGNode, ft as StringField, Ie as StringVariable, ee as TextNode, We as UnsupportedComputedValue, Ve as UnsupportedField, Me as UnsupportedVariable, _e as VectorSet, vt as VectorSetItem, Ge as VectorSetItemNode, $e as VectorSetNode, te as WebPageNode, Ho as configure, Fr as connect, re as framer, ol as hasGridLayout, rl as hasStackLayout, Wn as isBreakpoint, Wo as isCodeFileComponentExport, Lo as isCodeFileOverrideExport, ue as isColorStyle, wn as isComponentGestureVariant, pe as isComponentInstanceNode, Un as isComponentNode, io as isComponentVariable, ui as isComponentVariant, po as isComputedValue, On as isDesignPageNode, no as isField, oo as isFileAsset, Dt as isFrameNode, so as isImageAsset, Rn as isSVGNode, Ln as isTextNode, di as isTextStyle, zi as isVariable, Gn as isVectorSetItemNode, zn as isVectorSetNode, Bn as isWebPageNode, As as supportsAspectRatio, Rs as supportsBackgroundColor, Bs as supportsBackgroundColorData, zs as supportsBackgroundGradient, Gs as supportsBackgroundGradientData, Us as supportsBackgroundImage, Os as supportsBackgroundImageData, js as supportsBorder, Hs as supportsBorderRadius, No as supportsBreakpoint, Zs as supportsComponentInfo, An as supportsComponentVariant, Js as supportsFont, Qs as supportsFontData, nl as supportsImageRendering, el as supportsInlineTextStyle, tl as supportsInlineTextStyleData, Vn as supportsLayout, il as supportsLink, Ls as supportsLocked, ws as supportsName, $s as supportsOpacity, Xs as supportsOverflow, Ms as supportsPins, ks as supportsPosition, Ks as supportsRotation, _s as supportsSVG, Es as supportsSize, Vs as supportsSizeConstraints, qs as supportsTextTruncation, Ws as supportsVisible, Ys as supportsZIndex, Pa as withConnection };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "framer-api",
|
|
3
|
-
"version": "0.0.1-beta.
|
|
3
|
+
"version": "0.0.1-beta.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"exports": {
|
|
@@ -50,11 +50,10 @@
|
|
|
50
50
|
"typescript": "^5.9.2",
|
|
51
51
|
"vekter": "0.0.1"
|
|
52
52
|
},
|
|
53
|
-
"peerDependencies": {
|
|
54
|
-
"react": "^18.2.0",
|
|
55
|
-
"typescript": "^5.9.3"
|
|
56
|
-
},
|
|
57
53
|
"imports": {
|
|
58
54
|
"#framer-plugin/*": "../plugin-api/src/*"
|
|
55
|
+
},
|
|
56
|
+
"publishConfig": {
|
|
57
|
+
"registry": "https://registry.npmjs.org"
|
|
59
58
|
}
|
|
60
59
|
}
|