@webflow/webflow-cli 1.21.0 → 1.22.0-next.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cloud-scaffolds/__tests__/fetcher.test.ts +249 -0
- package/dist/cloud-scaffolds/__tests__/registry.test.ts +134 -0
- package/dist/cloud-scaffolds/fetcher.ts +205 -0
- package/dist/cloud-scaffolds/index.ts +19 -0
- package/dist/cloud-scaffolds/registry.ts +132 -0
- package/dist/cloud-scaffolds/types.ts +68 -0
- package/dist/index.js +93 -82
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/cloud-scaffolds/astro/README.md +0 -76
- package/dist/cloud-scaffolds/astro/astro.config.mjs +0 -27
- package/dist/cloud-scaffolds/astro/gitignore +0 -31
- package/dist/cloud-scaffolds/astro/package.json +0 -26
- package/dist/cloud-scaffolds/astro/public/favicon.svg +0 -9
- package/dist/cloud-scaffolds/astro/src/assets/astro.svg +0 -1
- package/dist/cloud-scaffolds/astro/src/assets/background.svg +0 -1
- package/dist/cloud-scaffolds/astro/src/components/Welcome.astro +0 -210
- package/dist/cloud-scaffolds/astro/src/env.d.ts +0 -12
- package/dist/cloud-scaffolds/astro/src/layouts/Layout.astro +0 -32
- package/dist/cloud-scaffolds/astro/src/pages/index.astro +0 -73
- package/dist/cloud-scaffolds/astro/tsconfig.json +0 -17
- package/dist/cloud-scaffolds/astro/webflow.json +0 -13
- package/dist/cloud-scaffolds/astro/worker-configuration.d.ts +0 -4
- package/dist/cloud-scaffolds/astro/wrangler.json +0 -14
- package/dist/cloud-scaffolds/nextjs/README.md +0 -47
- package/dist/cloud-scaffolds/nextjs/cloudflare-env.d.ts +0 -5
- package/dist/cloud-scaffolds/nextjs/eslint.config.mjs +0 -22
- package/dist/cloud-scaffolds/nextjs/gitignore +0 -47
- package/dist/cloud-scaffolds/nextjs/next.config.ts +0 -10
- package/dist/cloud-scaffolds/nextjs/open-next.config.ts +0 -9
- package/dist/cloud-scaffolds/nextjs/package.json +0 -34
- package/dist/cloud-scaffolds/nextjs/postcss.config.mjs +0 -5
- package/dist/cloud-scaffolds/nextjs/public/file.svg +0 -1
- package/dist/cloud-scaffolds/nextjs/public/globe.svg +0 -1
- package/dist/cloud-scaffolds/nextjs/public/next.svg +0 -1
- package/dist/cloud-scaffolds/nextjs/public/window.svg +0 -1
- package/dist/cloud-scaffolds/nextjs/src/app/favicon.ico +0 -0
- package/dist/cloud-scaffolds/nextjs/src/app/globals.css +0 -31
- package/dist/cloud-scaffolds/nextjs/src/app/layout.tsx +0 -44
- package/dist/cloud-scaffolds/nextjs/src/app/page.css +0 -45
- package/dist/cloud-scaffolds/nextjs/src/app/page.tsx +0 -30
- package/dist/cloud-scaffolds/nextjs/src/webflow.d.ts +0 -14
- package/dist/cloud-scaffolds/nextjs/tsconfig.json +0 -30
- package/dist/cloud-scaffolds/nextjs/webflow.json +0 -13
- package/dist/cloud-scaffolds/nextjs/wrangler.json +0 -14
package/dist/index.js
CHANGED
|
@@ -1,57 +1,57 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
"use strict";var
|
|
2
|
+
"use strict";var Rw=Object.create;var Cs=Object.defineProperty;var $w=Object.getOwnPropertyDescriptor;var jw=Object.getOwnPropertyNames;var Nw=Object.getPrototypeOf,Bw=Object.prototype.hasOwnProperty;var T=(e,t)=>()=>(e&&(t=e(e=0)),t);var Fs=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),uu=(e,t)=>{for(var n in t)Cs(e,n,{get:t[n],enumerable:!0})},Lw=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of jw(t))!Bw.call(e,o)&&o!==n&&Cs(e,o,{get:()=>t[o],enumerable:!(r=$w(t,o))||r.enumerable});return e};var w=(e,t,n)=>(n=e!=null?Rw(Nw(e)):{},Lw(t||!e||!e.__esModule?Cs(n,"default",{value:e,enumerable:!0}):n,e));function Ww(){let e=new Map;for(let[t,n]of Object.entries(ce)){for(let[r,o]of Object.entries(n))ce[r]={open:`\x1B[${o[0]}m`,close:`\x1B[${o[1]}m`},n[r]=ce[r],e.set(o[0],o[1]);Object.defineProperty(ce,t,{value:n,enumerable:!1})}return Object.defineProperty(ce,"codes",{value:e,enumerable:!1}),ce.color.close="\x1B[39m",ce.bgColor.close="\x1B[49m",ce.color.ansi=du(),ce.color.ansi256=pu(),ce.color.ansi16m=fu(),ce.bgColor.ansi=du(10),ce.bgColor.ansi256=pu(10),ce.bgColor.ansi16m=fu(10),Object.defineProperties(ce,{rgbToAnsi256:{value(t,n,r){return t===n&&n===r?t<8?16:t>248?231:Math.round((t-8)/247*24)+232:16+36*Math.round(t/255*5)+6*Math.round(n/255*5)+Math.round(r/255*5)},enumerable:!1},hexToRgb:{value(t){let n=/[a-f\d]{6}|[a-f\d]{3}/i.exec(t.toString(16));if(!n)return[0,0,0];let[r]=n;r.length===3&&(r=[...r].map(i=>i+i).join(""));let o=Number.parseInt(r,16);return[o>>16&255,o>>8&255,o&255]},enumerable:!1},hexToAnsi256:{value:t=>ce.rgbToAnsi256(...ce.hexToRgb(t)),enumerable:!1},ansi256ToAnsi:{value(t){if(t<8)return 30+t;if(t<16)return 90+(t-8);let n,r,o;if(t>=232)n=((t-232)*10+8)/255,r=n,o=n;else{t-=16;let a=t%36;n=Math.floor(t/36)/5,r=Math.floor(a/6)/5,o=a%6/5}let i=Math.max(n,r,o)*2;if(i===0)return 30;let s=30+(Math.round(o)<<2|Math.round(r)<<1|Math.round(n));return i===2&&(s+=60),s},enumerable:!1},rgbToAnsi:{value:(t,n,r)=>ce.ansi256ToAnsi(ce.rgbToAnsi256(t,n,r)),enumerable:!1},hexToAnsi:{value:t=>ce.ansi256ToAnsi(ce.hexToAnsi256(t)),enumerable:!1}}),ce}var du,pu,fu,ce,h2,Mw,Uw,g2,zw,Ke,mu=T(()=>{"use strict";du=(e=0)=>t=>`\x1B[${t+e}m`,pu=(e=0)=>t=>`\x1B[${38+e};5;${t}m`,fu=(e=0)=>(t,n,r)=>`\x1B[${38+e};2;${t};${n};${r}m`,ce={modifier:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],overline:[53,55],inverse:[7,27],hidden:[8,28],strikethrough:[9,29]},color:{black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],blackBright:[90,39],gray:[90,39],grey:[90,39],redBright:[91,39],greenBright:[92,39],yellowBright:[93,39],blueBright:[94,39],magentaBright:[95,39],cyanBright:[96,39],whiteBright:[97,39]},bgColor:{bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgBlackBright:[100,49],bgGray:[100,49],bgGrey:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}},h2=Object.keys(ce.modifier),Mw=Object.keys(ce.color),Uw=Object.keys(ce.bgColor),g2=[...Mw,...Uw];zw=Ww(),Ke=zw});function Ne(e,t=globalThis.Deno?globalThis.Deno.args:Ao.default.argv){let n=e.startsWith("-")?"":e.length===1?"-":"--",r=t.indexOf(n+e),o=t.indexOf("--");return r!==-1&&(o===-1||r<o)}function Vw(){if("FORCE_COLOR"in pe)return pe.FORCE_COLOR==="true"?1:pe.FORCE_COLOR==="false"?0:pe.FORCE_COLOR.length===0?1:Math.min(Number.parseInt(pe.FORCE_COLOR,10),3)}function Gw(e){return e===0?!1:{level:e,hasBasic:!0,has256:e>=2,has16m:e>=3}}function qw(e,{streamIsTTY:t,sniffFlags:n=!0}={}){let r=Vw();r!==void 0&&(To=r);let o=n?To:r;if(o===0)return 0;if(n){if(Ne("color=16m")||Ne("color=full")||Ne("color=truecolor"))return 3;if(Ne("color=256"))return 2}if("TF_BUILD"in pe&&"AGENT_NAME"in pe)return 1;if(e&&!t&&o===void 0)return 0;let i=o||0;if(pe.TERM==="dumb")return i;if(Ao.default.platform==="win32"){let s=gu.default.release().split(".");return Number(s[0])>=10&&Number(s[2])>=10586?Number(s[2])>=14931?3:2:1}if("CI"in pe)return["GITHUB_ACTIONS","GITEA_ACTIONS","CIRCLECI"].some(s=>s in pe)?3:["TRAVIS","APPVEYOR","GITLAB_CI","BUILDKITE","DRONE"].some(s=>s in pe)||pe.CI_NAME==="codeship"?1:i;if("TEAMCITY_VERSION"in pe)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(pe.TEAMCITY_VERSION)?1:0;if(pe.COLORTERM==="truecolor"||pe.TERM==="xterm-kitty")return 3;if("TERM_PROGRAM"in pe){let s=Number.parseInt((pe.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(pe.TERM_PROGRAM){case"iTerm.app":return s>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(pe.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(pe.TERM)||"COLORTERM"in pe?1:i}function hu(e,t={}){let n=qw(e,{streamIsTTY:e&&e.isTTY,...t});return Gw(n)}var Ao,gu,Es,pe,To,Jw,yu,bu=T(()=>{"use strict";Ao=w(require("process"),1),gu=w(require("os"),1),Es=w(require("tty"),1);({env:pe}=Ao.default);Ne("no-color")||Ne("no-colors")||Ne("color=false")||Ne("color=never")?To=0:(Ne("color")||Ne("colors")||Ne("color=true")||Ne("color=always"))&&(To=1);Jw={stdout:hu({isTTY:Es.default.isatty(1)}),stderr:hu({isTTY:Es.default.isatty(2)})},yu=Jw});function wu(e,t,n){let r=e.indexOf(t);if(r===-1)return e;let o=t.length,i=0,s="";do s+=e.slice(i,r)+t+n,i=r+o,r=e.indexOf(t,i);while(r!==-1);return s+=e.slice(i),s}function Du(e,t,n,r){let o=0,i="";do{let s=e[r-1]==="\r";i+=e.slice(o,s?r-1:r)+t+(s?`\r
|
|
3
3
|
`:`
|
|
4
4
|
`)+n,o=r+1,r=e.indexOf(`
|
|
5
|
-
`,o)}while(r!==-1);return i+=e.slice(o),i}var
|
|
6
|
-
`);return i!==-1&&(t=
|
|
7
|
-
${t}`,Iw=Object.getOwnPropertyDescriptor(Function.prototype,"toString"),Rw=Object.getOwnPropertyDescriptor(Function.prototype.toString,"name"),$w=(e,t,n)=>{let r=n===""?"":`with ${n.trim()}() `,o=Pw.bind(null,r,t.toString());Object.defineProperty(o,"name",Rw);let{writable:i,enumerable:s,configurable:a}=Iw;Object.defineProperty(e,"toString",{value:o,writable:i,enumerable:s,configurable:a})}});var vo,lu,cu,uu=T(()=>{"use strict";au();vo=new WeakMap,lu=(e,t={})=>{if(typeof e!="function")throw new TypeError("Expected a function");let n,r=0,o=e.displayName||e.name||"<anonymous>",i=function(...s){if(vo.set(i,++r),r===1)n=e.apply(this,s),e=void 0;else if(t.throw===!0)throw new Error(`Function \`${o}\` can only be called once`);return n};return ys(i,e),vo.set(i,r),i};lu.callCount=e=>{if(!vo.has(e))throw new Error(`The given function \`${e.name}\` is not wrapped by the \`onetime\` package`);return vo.get(e)};cu=lu});var Zt,du=T(()=>{"use strict";Zt=[];Zt.push("SIGHUP","SIGINT","SIGTERM");process.platform!=="win32"&&Zt.push("SIGALRM","SIGABRT","SIGVTALRM","SIGXCPU","SIGXFSZ","SIGUSR2","SIGTRAP","SIGSYS","SIGQUIT","SIGIOT");process.platform==="linux"&&Zt.push("SIGIO","SIGPOLL","SIGPWR","SIGSTKFLT")});var ko,bs,ws,jw,Ds,xo,Bw,vs,ks,xs,pu,YS,XS,fu=T(()=>{"use strict";du();ko=e=>!!e&&typeof e=="object"&&typeof e.removeListener=="function"&&typeof e.emit=="function"&&typeof e.reallyExit=="function"&&typeof e.listeners=="function"&&typeof e.kill=="function"&&typeof e.pid=="number"&&typeof e.on=="function",bs=Symbol.for("signal-exit emitter"),ws=globalThis,jw=Object.defineProperty.bind(Object),Ds=class{emitted={afterExit:!1,exit:!1};listeners={afterExit:[],exit:[]};count=0;id=Math.random();constructor(){if(ws[bs])return ws[bs];jw(ws,bs,{value:this,writable:!1,enumerable:!1,configurable:!1})}on(t,n){this.listeners[t].push(n)}removeListener(t,n){let r=this.listeners[t],o=r.indexOf(n);o!==-1&&(o===0&&r.length===1?r.length=0:r.splice(o,1))}emit(t,n,r){if(this.emitted[t])return!1;this.emitted[t]=!0;let o=!1;for(let i of this.listeners[t])o=i(n,r)===!0||o;return t==="exit"&&(o=this.emit("afterExit",n,r)||o),o}},xo=class{},Bw=e=>({onExit(t,n){return e.onExit(t,n)},load(){return e.load()},unload(){return e.unload()}}),vs=class extends xo{onExit(){return()=>{}}load(){}unload(){}},ks=class extends xo{#s=xs.platform==="win32"?"SIGINT":"SIGHUP";#n=new Ds;#e;#o;#p;#t={};#i=!1;constructor(t){super(),this.#e=t,this.#t={};for(let n of Zt)this.#t[n]=()=>{let r=this.#e.listeners(n),{count:o}=this.#n,i=t;if(typeof i.__signal_exit_emitter__=="object"&&typeof i.__signal_exit_emitter__.count=="number"&&(o+=i.__signal_exit_emitter__.count),r.length===o){this.unload();let s=this.#n.emit("exit",null,n),a=n==="SIGHUP"?this.#s:n;s||t.kill(t.pid,a)}};this.#p=t.reallyExit,this.#o=t.emit}onExit(t,n){if(!ko(this.#e))return()=>{};this.#i===!1&&this.load();let r=n?.alwaysLast?"afterExit":"exit";return this.#n.on(r,t),()=>{this.#n.removeListener(r,t),this.#n.listeners.exit.length===0&&this.#n.listeners.afterExit.length===0&&this.unload()}}load(){if(!this.#i){this.#i=!0,this.#n.count+=1;for(let t of Zt)try{let n=this.#t[t];n&&this.#e.on(t,n)}catch{}this.#e.emit=(t,...n)=>this.#f(t,...n),this.#e.reallyExit=t=>this.#r(t)}}unload(){this.#i&&(this.#i=!1,Zt.forEach(t=>{let n=this.#t[t];if(!n)throw new Error("Listener not defined for signal: "+t);try{this.#e.removeListener(t,n)}catch{}}),this.#e.emit=this.#o,this.#e.reallyExit=this.#p,this.#n.count-=1)}#r(t){return ko(this.#e)?(this.#e.exitCode=t||0,this.#n.emit("exit",this.#e.exitCode,null),this.#p.call(this.#e,this.#e.exitCode)):0}#f(t,...n){let r=this.#o;if(t==="exit"&&ko(this.#e)){typeof n[0]=="number"&&(this.#e.exitCode=n[0]);let o=r.call(this.#e,t,...n);return this.#n.emit("exit",this.#e.exitCode,null),o}else return r.call(this.#e,t,...n)}},xs=globalThis.process,{onExit:pu,load:YS,unload:XS}=Bw(ko(xs)?new ks(xs):new vs)});var xr,mu,Nw,hu,gu=T(()=>{"use strict";xr=w(require("process"),1);uu();fu();mu=xr.default.stderr.isTTY?xr.default.stderr:xr.default.stdout.isTTY?xr.default.stdout:void 0,Nw=mu?cu(()=>{pu(()=>{mu.write("\x1B[?25h")},{alwaysLast:!0})}):()=>{},hu=Nw});var Cs,Co,On,Fs,yu=T(()=>{"use strict";Cs=w(require("process"),1);gu();Co=!1,On={};On.show=(e=Cs.default.stderr)=>{e.isTTY&&(Co=!1,e.write("\x1B[?25h"))};On.hide=(e=Cs.default.stderr)=>{e.isTTY&&(hu(),Co=!0,e.write("\x1B[?25l"))};On.toggle=(e,t)=>{e!==void 0&&(Co=e),Co?On.show(t):On.hide(t)};Fs=On});var bu=ps((i2,Lw)=>{Lw.exports={dots:{interval:80,frames:["\u280B","\u2819","\u2839","\u2838","\u283C","\u2834","\u2826","\u2827","\u2807","\u280F"]},dots2:{interval:80,frames:["\u28FE","\u28FD","\u28FB","\u28BF","\u287F","\u28DF","\u28EF","\u28F7"]},dots3:{interval:80,frames:["\u280B","\u2819","\u281A","\u281E","\u2816","\u2826","\u2834","\u2832","\u2833","\u2813"]},dots4:{interval:80,frames:["\u2804","\u2806","\u2807","\u280B","\u2819","\u2838","\u2830","\u2820","\u2830","\u2838","\u2819","\u280B","\u2807","\u2806"]},dots5:{interval:80,frames:["\u280B","\u2819","\u281A","\u2812","\u2802","\u2802","\u2812","\u2832","\u2834","\u2826","\u2816","\u2812","\u2810","\u2810","\u2812","\u2813","\u280B"]},dots6:{interval:80,frames:["\u2801","\u2809","\u2819","\u281A","\u2812","\u2802","\u2802","\u2812","\u2832","\u2834","\u2824","\u2804","\u2804","\u2824","\u2834","\u2832","\u2812","\u2802","\u2802","\u2812","\u281A","\u2819","\u2809","\u2801"]},dots7:{interval:80,frames:["\u2808","\u2809","\u280B","\u2813","\u2812","\u2810","\u2810","\u2812","\u2816","\u2826","\u2824","\u2820","\u2820","\u2824","\u2826","\u2816","\u2812","\u2810","\u2810","\u2812","\u2813","\u280B","\u2809","\u2808"]},dots8:{interval:80,frames:["\u2801","\u2801","\u2809","\u2819","\u281A","\u2812","\u2802","\u2802","\u2812","\u2832","\u2834","\u2824","\u2804","\u2804","\u2824","\u2820","\u2820","\u2824","\u2826","\u2816","\u2812","\u2810","\u2810","\u2812","\u2813","\u280B","\u2809","\u2808","\u2808"]},dots9:{interval:80,frames:["\u28B9","\u28BA","\u28BC","\u28F8","\u28C7","\u2867","\u2857","\u284F"]},dots10:{interval:80,frames:["\u2884","\u2882","\u2881","\u2841","\u2848","\u2850","\u2860"]},dots11:{interval:100,frames:["\u2801","\u2802","\u2804","\u2840","\u2880","\u2820","\u2810","\u2808"]},dots12:{interval:80,frames:["\u2880\u2800","\u2840\u2800","\u2804\u2800","\u2882\u2800","\u2842\u2800","\u2805\u2800","\u2883\u2800","\u2843\u2800","\u280D\u2800","\u288B\u2800","\u284B\u2800","\u280D\u2801","\u288B\u2801","\u284B\u2801","\u280D\u2809","\u280B\u2809","\u280B\u2809","\u2809\u2819","\u2809\u2819","\u2809\u2829","\u2808\u2899","\u2808\u2859","\u2888\u2829","\u2840\u2899","\u2804\u2859","\u2882\u2829","\u2842\u2898","\u2805\u2858","\u2883\u2828","\u2843\u2890","\u280D\u2850","\u288B\u2820","\u284B\u2880","\u280D\u2841","\u288B\u2801","\u284B\u2801","\u280D\u2809","\u280B\u2809","\u280B\u2809","\u2809\u2819","\u2809\u2819","\u2809\u2829","\u2808\u2899","\u2808\u2859","\u2808\u2829","\u2800\u2899","\u2800\u2859","\u2800\u2829","\u2800\u2898","\u2800\u2858","\u2800\u2828","\u2800\u2890","\u2800\u2850","\u2800\u2820","\u2800\u2880","\u2800\u2840"]},dots13:{interval:80,frames:["\u28FC","\u28F9","\u28BB","\u283F","\u285F","\u28CF","\u28E7","\u28F6"]},dots8Bit:{interval:80,frames:["\u2800","\u2801","\u2802","\u2803","\u2804","\u2805","\u2806","\u2807","\u2840","\u2841","\u2842","\u2843","\u2844","\u2845","\u2846","\u2847","\u2808","\u2809","\u280A","\u280B","\u280C","\u280D","\u280E","\u280F","\u2848","\u2849","\u284A","\u284B","\u284C","\u284D","\u284E","\u284F","\u2810","\u2811","\u2812","\u2813","\u2814","\u2815","\u2816","\u2817","\u2850","\u2851","\u2852","\u2853","\u2854","\u2855","\u2856","\u2857","\u2818","\u2819","\u281A","\u281B","\u281C","\u281D","\u281E","\u281F","\u2858","\u2859","\u285A","\u285B","\u285C","\u285D","\u285E","\u285F","\u2820","\u2821","\u2822","\u2823","\u2824","\u2825","\u2826","\u2827","\u2860","\u2861","\u2862","\u2863","\u2864","\u2865","\u2866","\u2867","\u2828","\u2829","\u282A","\u282B","\u282C","\u282D","\u282E","\u282F","\u2868","\u2869","\u286A","\u286B","\u286C","\u286D","\u286E","\u286F","\u2830","\u2831","\u2832","\u2833","\u2834","\u2835","\u2836","\u2837","\u2870","\u2871","\u2872","\u2873","\u2874","\u2875","\u2876","\u2877","\u2838","\u2839","\u283A","\u283B","\u283C","\u283D","\u283E","\u283F","\u2878","\u2879","\u287A","\u287B","\u287C","\u287D","\u287E","\u287F","\u2880","\u2881","\u2882","\u2883","\u2884","\u2885","\u2886","\u2887","\u28C0","\u28C1","\u28C2","\u28C3","\u28C4","\u28C5","\u28C6","\u28C7","\u2888","\u2889","\u288A","\u288B","\u288C","\u288D","\u288E","\u288F","\u28C8","\u28C9","\u28CA","\u28CB","\u28CC","\u28CD","\u28CE","\u28CF","\u2890","\u2891","\u2892","\u2893","\u2894","\u2895","\u2896","\u2897","\u28D0","\u28D1","\u28D2","\u28D3","\u28D4","\u28D5","\u28D6","\u28D7","\u2898","\u2899","\u289A","\u289B","\u289C","\u289D","\u289E","\u289F","\u28D8","\u28D9","\u28DA","\u28DB","\u28DC","\u28DD","\u28DE","\u28DF","\u28A0","\u28A1","\u28A2","\u28A3","\u28A4","\u28A5","\u28A6","\u28A7","\u28E0","\u28E1","\u28E2","\u28E3","\u28E4","\u28E5","\u28E6","\u28E7","\u28A8","\u28A9","\u28AA","\u28AB","\u28AC","\u28AD","\u28AE","\u28AF","\u28E8","\u28E9","\u28EA","\u28EB","\u28EC","\u28ED","\u28EE","\u28EF","\u28B0","\u28B1","\u28B2","\u28B3","\u28B4","\u28B5","\u28B6","\u28B7","\u28F0","\u28F1","\u28F2","\u28F3","\u28F4","\u28F5","\u28F6","\u28F7","\u28B8","\u28B9","\u28BA","\u28BB","\u28BC","\u28BD","\u28BE","\u28BF","\u28F8","\u28F9","\u28FA","\u28FB","\u28FC","\u28FD","\u28FE","\u28FF"]},sand:{interval:80,frames:["\u2801","\u2802","\u2804","\u2840","\u2848","\u2850","\u2860","\u28C0","\u28C1","\u28C2","\u28C4","\u28CC","\u28D4","\u28E4","\u28E5","\u28E6","\u28EE","\u28F6","\u28F7","\u28FF","\u287F","\u283F","\u289F","\u281F","\u285B","\u281B","\u282B","\u288B","\u280B","\u280D","\u2849","\u2809","\u2811","\u2821","\u2881"]},line:{interval:130,frames:["-","\\","|","/"]},line2:{interval:100,frames:["\u2802","-","\u2013","\u2014","\u2013","-"]},pipe:{interval:100,frames:["\u2524","\u2518","\u2534","\u2514","\u251C","\u250C","\u252C","\u2510"]},simpleDots:{interval:400,frames:[". ",".. ","..."," "]},simpleDotsScrolling:{interval:200,frames:[". ",".. ","..."," .."," ."," "]},star:{interval:70,frames:["\u2736","\u2738","\u2739","\u273A","\u2739","\u2737"]},star2:{interval:80,frames:["+","x","*"]},flip:{interval:70,frames:["_","_","_","-","`","`","'","\xB4","-","_","_","_"]},hamburger:{interval:100,frames:["\u2631","\u2632","\u2634"]},growVertical:{interval:120,frames:["\u2581","\u2583","\u2584","\u2585","\u2586","\u2587","\u2586","\u2585","\u2584","\u2583"]},growHorizontal:{interval:120,frames:["\u258F","\u258E","\u258D","\u258C","\u258B","\u258A","\u2589","\u258A","\u258B","\u258C","\u258D","\u258E"]},balloon:{interval:140,frames:[" ",".","o","O","@","*"," "]},balloon2:{interval:120,frames:[".","o","O","\xB0","O","o","."]},noise:{interval:100,frames:["\u2593","\u2592","\u2591"]},bounce:{interval:120,frames:["\u2801","\u2802","\u2804","\u2802"]},boxBounce:{interval:120,frames:["\u2596","\u2598","\u259D","\u2597"]},boxBounce2:{interval:100,frames:["\u258C","\u2580","\u2590","\u2584"]},triangle:{interval:50,frames:["\u25E2","\u25E3","\u25E4","\u25E5"]},binary:{interval:80,frames:["010010","001100","100101","111010","111101","010111","101011","111000","110011","110101"]},arc:{interval:100,frames:["\u25DC","\u25E0","\u25DD","\u25DE","\u25E1","\u25DF"]},circle:{interval:120,frames:["\u25E1","\u2299","\u25E0"]},squareCorners:{interval:180,frames:["\u25F0","\u25F3","\u25F2","\u25F1"]},circleQuarters:{interval:120,frames:["\u25F4","\u25F7","\u25F6","\u25F5"]},circleHalves:{interval:50,frames:["\u25D0","\u25D3","\u25D1","\u25D2"]},squish:{interval:100,frames:["\u256B","\u256A"]},toggle:{interval:250,frames:["\u22B6","\u22B7"]},toggle2:{interval:80,frames:["\u25AB","\u25AA"]},toggle3:{interval:120,frames:["\u25A1","\u25A0"]},toggle4:{interval:100,frames:["\u25A0","\u25A1","\u25AA","\u25AB"]},toggle5:{interval:100,frames:["\u25AE","\u25AF"]},toggle6:{interval:300,frames:["\u101D","\u1040"]},toggle7:{interval:80,frames:["\u29BE","\u29BF"]},toggle8:{interval:100,frames:["\u25CD","\u25CC"]},toggle9:{interval:100,frames:["\u25C9","\u25CE"]},toggle10:{interval:100,frames:["\u3282","\u3280","\u3281"]},toggle11:{interval:50,frames:["\u29C7","\u29C6"]},toggle12:{interval:120,frames:["\u2617","\u2616"]},toggle13:{interval:80,frames:["=","*","-"]},arrow:{interval:100,frames:["\u2190","\u2196","\u2191","\u2197","\u2192","\u2198","\u2193","\u2199"]},arrow2:{interval:80,frames:["\u2B06\uFE0F ","\u2197\uFE0F ","\u27A1\uFE0F ","\u2198\uFE0F ","\u2B07\uFE0F ","\u2199\uFE0F ","\u2B05\uFE0F ","\u2196\uFE0F "]},arrow3:{interval:120,frames:["\u25B9\u25B9\u25B9\u25B9\u25B9","\u25B8\u25B9\u25B9\u25B9\u25B9","\u25B9\u25B8\u25B9\u25B9\u25B9","\u25B9\u25B9\u25B8\u25B9\u25B9","\u25B9\u25B9\u25B9\u25B8\u25B9","\u25B9\u25B9\u25B9\u25B9\u25B8"]},bouncingBar:{interval:80,frames:["[ ]","[= ]","[== ]","[=== ]","[====]","[ ===]","[ ==]","[ =]","[ ]","[ =]","[ ==]","[ ===]","[====]","[=== ]","[== ]","[= ]"]},bouncingBall:{interval:80,frames:["( \u25CF )","( \u25CF )","( \u25CF )","( \u25CF )","( \u25CF)","( \u25CF )","( \u25CF )","( \u25CF )","( \u25CF )","(\u25CF )"]},smiley:{interval:200,frames:["\u{1F604} ","\u{1F61D} "]},monkey:{interval:300,frames:["\u{1F648} ","\u{1F648} ","\u{1F649} ","\u{1F64A} "]},hearts:{interval:100,frames:["\u{1F49B} ","\u{1F499} ","\u{1F49C} ","\u{1F49A} ","\u2764\uFE0F "]},clock:{interval:100,frames:["\u{1F55B} ","\u{1F550} ","\u{1F551} ","\u{1F552} ","\u{1F553} ","\u{1F554} ","\u{1F555} ","\u{1F556} ","\u{1F557} ","\u{1F558} ","\u{1F559} ","\u{1F55A} "]},earth:{interval:180,frames:["\u{1F30D} ","\u{1F30E} ","\u{1F30F} "]},material:{interval:17,frames:["\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581","\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581","\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581","\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581","\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581","\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581","\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588","\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588","\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588","\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588","\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588","\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588","\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588","\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588","\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581","\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581","\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581","\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581"]},moon:{interval:80,frames:["\u{1F311} ","\u{1F312} ","\u{1F313} ","\u{1F314} ","\u{1F315} ","\u{1F316} ","\u{1F317} ","\u{1F318} "]},runner:{interval:140,frames:["\u{1F6B6} ","\u{1F3C3} "]},pong:{interval:80,frames:["\u2590\u2802 \u258C","\u2590\u2808 \u258C","\u2590 \u2802 \u258C","\u2590 \u2820 \u258C","\u2590 \u2840 \u258C","\u2590 \u2820 \u258C","\u2590 \u2802 \u258C","\u2590 \u2808 \u258C","\u2590 \u2802 \u258C","\u2590 \u2820 \u258C","\u2590 \u2840 \u258C","\u2590 \u2820 \u258C","\u2590 \u2802 \u258C","\u2590 \u2808 \u258C","\u2590 \u2802\u258C","\u2590 \u2820\u258C","\u2590 \u2840\u258C","\u2590 \u2820 \u258C","\u2590 \u2802 \u258C","\u2590 \u2808 \u258C","\u2590 \u2802 \u258C","\u2590 \u2820 \u258C","\u2590 \u2840 \u258C","\u2590 \u2820 \u258C","\u2590 \u2802 \u258C","\u2590 \u2808 \u258C","\u2590 \u2802 \u258C","\u2590 \u2820 \u258C","\u2590 \u2840 \u258C","\u2590\u2820 \u258C"]},shark:{interval:120,frames:["\u2590|\\____________\u258C","\u2590_|\\___________\u258C","\u2590__|\\__________\u258C","\u2590___|\\_________\u258C","\u2590____|\\________\u258C","\u2590_____|\\_______\u258C","\u2590______|\\______\u258C","\u2590_______|\\_____\u258C","\u2590________|\\____\u258C","\u2590_________|\\___\u258C","\u2590__________|\\__\u258C","\u2590___________|\\_\u258C","\u2590____________|\\\u258C","\u2590____________/|\u258C","\u2590___________/|_\u258C","\u2590__________/|__\u258C","\u2590_________/|___\u258C","\u2590________/|____\u258C","\u2590_______/|_____\u258C","\u2590______/|______\u258C","\u2590_____/|_______\u258C","\u2590____/|________\u258C","\u2590___/|_________\u258C","\u2590__/|__________\u258C","\u2590_/|___________\u258C","\u2590/|____________\u258C"]},dqpb:{interval:100,frames:["d","q","p","b"]},weather:{interval:100,frames:["\u2600\uFE0F ","\u2600\uFE0F ","\u2600\uFE0F ","\u{1F324} ","\u26C5\uFE0F ","\u{1F325} ","\u2601\uFE0F ","\u{1F327} ","\u{1F328} ","\u{1F327} ","\u{1F328} ","\u{1F327} ","\u{1F328} ","\u26C8 ","\u{1F328} ","\u{1F327} ","\u{1F328} ","\u2601\uFE0F ","\u{1F325} ","\u26C5\uFE0F ","\u{1F324} ","\u2600\uFE0F ","\u2600\uFE0F "]},christmas:{interval:400,frames:["\u{1F332}","\u{1F384}"]},grenade:{interval:80,frames:["\u060C ","\u2032 "," \xB4 "," \u203E "," \u2E0C"," \u2E0A"," |"," \u204E"," \u2055"," \u0DF4 "," \u2053"," "," "," "]},point:{interval:125,frames:["\u2219\u2219\u2219","\u25CF\u2219\u2219","\u2219\u25CF\u2219","\u2219\u2219\u25CF","\u2219\u2219\u2219"]},layer:{interval:150,frames:["-","=","\u2261"]},betaWave:{interval:80,frames:["\u03C1\u03B2\u03B2\u03B2\u03B2\u03B2\u03B2","\u03B2\u03C1\u03B2\u03B2\u03B2\u03B2\u03B2","\u03B2\u03B2\u03C1\u03B2\u03B2\u03B2\u03B2","\u03B2\u03B2\u03B2\u03C1\u03B2\u03B2\u03B2","\u03B2\u03B2\u03B2\u03B2\u03C1\u03B2\u03B2","\u03B2\u03B2\u03B2\u03B2\u03B2\u03C1\u03B2","\u03B2\u03B2\u03B2\u03B2\u03B2\u03B2\u03C1"]},fingerDance:{interval:160,frames:["\u{1F918} ","\u{1F91F} ","\u{1F596} ","\u270B ","\u{1F91A} ","\u{1F446} "]},fistBump:{interval:80,frames:["\u{1F91C}\u3000\u3000\u3000\u3000\u{1F91B} ","\u{1F91C}\u3000\u3000\u3000\u3000\u{1F91B} ","\u{1F91C}\u3000\u3000\u3000\u3000\u{1F91B} ","\u3000\u{1F91C}\u3000\u3000\u{1F91B}\u3000 ","\u3000\u3000\u{1F91C}\u{1F91B}\u3000\u3000 ","\u3000\u{1F91C}\u2728\u{1F91B}\u3000\u3000 ","\u{1F91C}\u3000\u2728\u3000\u{1F91B}\u3000 "]},soccerHeader:{interval:80,frames:[" \u{1F9D1}\u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F\u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} "]},mindblown:{interval:160,frames:["\u{1F610} ","\u{1F610} ","\u{1F62E} ","\u{1F62E} ","\u{1F626} ","\u{1F626} ","\u{1F627} ","\u{1F627} ","\u{1F92F} ","\u{1F4A5} ","\u2728 ","\u3000 ","\u3000 ","\u3000 "]},speaker:{interval:160,frames:["\u{1F508} ","\u{1F509} ","\u{1F50A} ","\u{1F509} "]},orangePulse:{interval:100,frames:["\u{1F538} ","\u{1F536} ","\u{1F7E0} ","\u{1F7E0} ","\u{1F536} "]},bluePulse:{interval:100,frames:["\u{1F539} ","\u{1F537} ","\u{1F535} ","\u{1F535} ","\u{1F537} "]},orangeBluePulse:{interval:100,frames:["\u{1F538} ","\u{1F536} ","\u{1F7E0} ","\u{1F7E0} ","\u{1F536} ","\u{1F539} ","\u{1F537} ","\u{1F535} ","\u{1F535} ","\u{1F537} "]},timeTravel:{interval:100,frames:["\u{1F55B} ","\u{1F55A} ","\u{1F559} ","\u{1F558} ","\u{1F557} ","\u{1F556} ","\u{1F555} ","\u{1F554} ","\u{1F553} ","\u{1F552} ","\u{1F551} ","\u{1F550} "]},aesthetic:{interval:80,frames:["\u25B0\u25B1\u25B1\u25B1\u25B1\u25B1\u25B1","\u25B0\u25B0\u25B1\u25B1\u25B1\u25B1\u25B1","\u25B0\u25B0\u25B0\u25B1\u25B1\u25B1\u25B1","\u25B0\u25B0\u25B0\u25B0\u25B1\u25B1\u25B1","\u25B0\u25B0\u25B0\u25B0\u25B0\u25B1\u25B1","\u25B0\u25B0\u25B0\u25B0\u25B0\u25B0\u25B1","\u25B0\u25B0\u25B0\u25B0\u25B0\u25B0\u25B0","\u25B0\u25B1\u25B1\u25B1\u25B1\u25B1\u25B1"]},dwarfFortress:{interval:80,frames:[" \u2588\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ","\u263A\u2588\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ","\u263A\u2588\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ","\u263A\u2593\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ","\u263A\u2593\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ","\u263A\u2592\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ","\u263A\u2592\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ","\u263A\u2591\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ","\u263A\u2591\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ","\u263A \u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2593\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2593\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2592\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2592\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2591\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2591\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A \u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2593\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2593\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2592\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2592\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2591\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2591\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A \u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2593\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2593\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2592\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2592\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2591\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2591\u2588\u2588\xA3\xA3\xA3 "," \u263A \u2588\u2588\xA3\xA3\xA3 "," \u263A\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2593\u2588\xA3\xA3\xA3 "," \u263A\u2593\u2588\xA3\xA3\xA3 "," \u263A\u2592\u2588\xA3\xA3\xA3 "," \u263A\u2592\u2588\xA3\xA3\xA3 "," \u263A\u2591\u2588\xA3\xA3\xA3 "," \u263A\u2591\u2588\xA3\xA3\xA3 "," \u263A \u2588\xA3\xA3\xA3 "," \u263A\u2588\xA3\xA3\xA3 "," \u263A\u2588\xA3\xA3\xA3 "," \u263A\u2593\xA3\xA3\xA3 "," \u263A\u2593\xA3\xA3\xA3 "," \u263A\u2592\xA3\xA3\xA3 "," \u263A\u2592\xA3\xA3\xA3 "," \u263A\u2591\xA3\xA3\xA3 "," \u263A\u2591\xA3\xA3\xA3 "," \u263A \xA3\xA3\xA3 "," \u263A\xA3\xA3\xA3 "," \u263A\xA3\xA3\xA3 "," \u263A\u2593\xA3\xA3 "," \u263A\u2593\xA3\xA3 "," \u263A\u2592\xA3\xA3 "," \u263A\u2592\xA3\xA3 "," \u263A\u2591\xA3\xA3 "," \u263A\u2591\xA3\xA3 "," \u263A \xA3\xA3 "," \u263A\xA3\xA3 "," \u263A\xA3\xA3 "," \u263A\u2593\xA3 "," \u263A\u2593\xA3 "," \u263A\u2592\xA3 "," \u263A\u2592\xA3 "," \u263A\u2591\xA3 "," \u263A\u2591\xA3 "," \u263A \xA3 "," \u263A\xA3 "," \u263A\xA3 "," \u263A\u2593 "," \u263A\u2593 "," \u263A\u2592 "," \u263A\u2592 "," \u263A\u2591 "," \u263A\u2591 "," \u263A "," \u263A &"," \u263A \u263C&"," \u263A \u263C &"," \u263A\u263C &"," \u263A\u263C & "," \u203C & "," \u263A & "," \u203C & "," \u263A & "," \u203C & "," \u263A & ","\u203C & "," & "," & "," & \u2591 "," & \u2592 "," & \u2593 "," & \xA3 "," & \u2591\xA3 "," & \u2592\xA3 "," & \u2593\xA3 "," & \xA3\xA3 "," & \u2591\xA3\xA3 "," & \u2592\xA3\xA3 ","& \u2593\xA3\xA3 ","& \xA3\xA3\xA3 "," \u2591\xA3\xA3\xA3 "," \u2592\xA3\xA3\xA3 "," \u2593\xA3\xA3\xA3 "," \u2588\xA3\xA3\xA3 "," \u2591\u2588\xA3\xA3\xA3 "," \u2592\u2588\xA3\xA3\xA3 "," \u2593\u2588\xA3\xA3\xA3 "," \u2588\u2588\xA3\xA3\xA3 "," \u2591\u2588\u2588\xA3\xA3\xA3 "," \u2592\u2588\u2588\xA3\xA3\xA3 "," \u2593\u2588\u2588\xA3\xA3\xA3 "," \u2588\u2588\u2588\xA3\xA3\xA3 "," \u2591\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2592\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2593\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2591\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2592\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2593\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2591\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2592\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2593\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2588\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2588\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "]}}});var Es=ps((s2,Du)=>{"use strict";var Fo=Object.assign({},bu()),wu=Object.keys(Fo);Object.defineProperty(Fo,"random",{get(){let e=Math.floor(Math.random()*wu.length),t=wu[e];return Fo[t]}});Du.exports=Fo});function _s(){return Be.default.platform!=="win32"?Be.default.env.TERM!=="linux":!!Be.default.env.CI||!!Be.default.env.WT_SESSION||!!Be.default.env.TERMINUS_SUBLIME||Be.default.env.ConEmuTask==="{cmd::Cmder}"||Be.default.env.TERM_PROGRAM==="Terminus-Sublime"||Be.default.env.TERM_PROGRAM==="vscode"||Be.default.env.TERM==="xterm-256color"||Be.default.env.TERM==="alacritty"||Be.default.env.TERMINAL_EMULATOR==="JetBrains-JediTerm"}var Be,vu=T(()=>{"use strict";Be=w(require("process"),1)});var Mw,Uw,zw,Cr,ku=T(()=>{"use strict";xe();vu();Mw={info:k.blue("\u2139"),success:k.green("\u2714"),warning:k.yellow("\u26A0"),error:k.red("\u2716")},Uw={info:k.blue("i"),success:k.green("\u221A"),warning:k.yellow("\u203C"),error:k.red("\xD7")},zw=_s()?Mw:Uw,Cr=zw});function Ss({onlyFirst:e=!1}={}){let o="(?:\\u001B\\][\\s\\S]*?(?:\\u0007|\\u001B\\u005C|\\u009C))|[\\u001B\\u009B][[\\]()#;?]*(?:\\d{1,4}(?:[;:]\\d{0,4})*)?[\\dA-PR-TZcf-nq-uy=><~]";return new RegExp(o,e?void 0:"g")}var xu=T(()=>{"use strict"});function Fr(e){if(typeof e!="string")throw new TypeError(`Expected a \`string\`, got \`${typeof e}\``);return!e.includes("\x1B")&&!e.includes("\x9B")?e:e.replace(Ww,"")}var Ww,Ts=T(()=>{"use strict";xu();Ww=Ss()});function Cu(e){return e===161||e===164||e===167||e===168||e===170||e===173||e===174||e>=176&&e<=180||e>=182&&e<=186||e>=188&&e<=191||e===198||e===208||e===215||e===216||e>=222&&e<=225||e===230||e>=232&&e<=234||e===236||e===237||e===240||e===242||e===243||e>=247&&e<=250||e===252||e===254||e===257||e===273||e===275||e===283||e===294||e===295||e===299||e>=305&&e<=307||e===312||e>=319&&e<=322||e===324||e>=328&&e<=331||e===333||e===338||e===339||e===358||e===359||e===363||e===462||e===464||e===466||e===468||e===470||e===472||e===474||e===476||e===593||e===609||e===708||e===711||e>=713&&e<=715||e===717||e===720||e>=728&&e<=731||e===733||e===735||e>=768&&e<=879||e>=913&&e<=929||e>=931&&e<=937||e>=945&&e<=961||e>=963&&e<=969||e===1025||e>=1040&&e<=1103||e===1105||e===8208||e>=8211&&e<=8214||e===8216||e===8217||e===8220||e===8221||e>=8224&&e<=8226||e>=8228&&e<=8231||e===8240||e===8242||e===8243||e===8245||e===8251||e===8254||e===8308||e===8319||e>=8321&&e<=8324||e===8364||e===8451||e===8453||e===8457||e===8467||e===8470||e===8481||e===8482||e===8486||e===8491||e===8531||e===8532||e>=8539&&e<=8542||e>=8544&&e<=8555||e>=8560&&e<=8569||e===8585||e>=8592&&e<=8601||e===8632||e===8633||e===8658||e===8660||e===8679||e===8704||e===8706||e===8707||e===8711||e===8712||e===8715||e===8719||e===8721||e===8725||e===8730||e>=8733&&e<=8736||e===8739||e===8741||e>=8743&&e<=8748||e===8750||e>=8756&&e<=8759||e===8764||e===8765||e===8776||e===8780||e===8786||e===8800||e===8801||e>=8804&&e<=8807||e===8810||e===8811||e===8814||e===8815||e===8834||e===8835||e===8838||e===8839||e===8853||e===8857||e===8869||e===8895||e===8978||e>=9312&&e<=9449||e>=9451&&e<=9547||e>=9552&&e<=9587||e>=9600&&e<=9615||e>=9618&&e<=9621||e===9632||e===9633||e>=9635&&e<=9641||e===9650||e===9651||e===9654||e===9655||e===9660||e===9661||e===9664||e===9665||e>=9670&&e<=9672||e===9675||e>=9678&&e<=9681||e>=9698&&e<=9701||e===9711||e===9733||e===9734||e===9737||e===9742||e===9743||e===9756||e===9758||e===9792||e===9794||e===9824||e===9825||e>=9827&&e<=9829||e>=9831&&e<=9834||e===9836||e===9837||e===9839||e===9886||e===9887||e===9919||e>=9926&&e<=9933||e>=9935&&e<=9939||e>=9941&&e<=9953||e===9955||e===9960||e===9961||e>=9963&&e<=9969||e===9972||e>=9974&&e<=9977||e===9979||e===9980||e===9982||e===9983||e===10045||e>=10102&&e<=10111||e>=11094&&e<=11097||e>=12872&&e<=12879||e>=57344&&e<=63743||e>=65024&&e<=65039||e===65533||e>=127232&&e<=127242||e>=127248&&e<=127277||e>=127280&&e<=127337||e>=127344&&e<=127373||e===127375||e===127376||e>=127387&&e<=127404||e>=917760&&e<=917999||e>=983040&&e<=1048573||e>=1048576&&e<=1114109}function Fu(e){return e===12288||e>=65281&&e<=65376||e>=65504&&e<=65510}function Eu(e){return e>=4352&&e<=4447||e===8986||e===8987||e===9001||e===9002||e>=9193&&e<=9196||e===9200||e===9203||e===9725||e===9726||e===9748||e===9749||e>=9776&&e<=9783||e>=9800&&e<=9811||e===9855||e>=9866&&e<=9871||e===9875||e===9889||e===9898||e===9899||e===9917||e===9918||e===9924||e===9925||e===9934||e===9940||e===9962||e===9970||e===9971||e===9973||e===9978||e===9981||e===9989||e===9994||e===9995||e===10024||e===10060||e===10062||e>=10067&&e<=10069||e===10071||e>=10133&&e<=10135||e===10160||e===10175||e===11035||e===11036||e===11088||e===11093||e>=11904&&e<=11929||e>=11931&&e<=12019||e>=12032&&e<=12245||e>=12272&&e<=12287||e>=12289&&e<=12350||e>=12353&&e<=12438||e>=12441&&e<=12543||e>=12549&&e<=12591||e>=12593&&e<=12686||e>=12688&&e<=12773||e>=12783&&e<=12830||e>=12832&&e<=12871||e>=12880&&e<=42124||e>=42128&&e<=42182||e>=43360&&e<=43388||e>=44032&&e<=55203||e>=63744&&e<=64255||e>=65040&&e<=65049||e>=65072&&e<=65106||e>=65108&&e<=65126||e>=65128&&e<=65131||e>=94176&&e<=94180||e===94192||e===94193||e>=94208&&e<=100343||e>=100352&&e<=101589||e>=101631&&e<=101640||e>=110576&&e<=110579||e>=110581&&e<=110587||e===110589||e===110590||e>=110592&&e<=110882||e===110898||e>=110928&&e<=110930||e===110933||e>=110948&&e<=110951||e>=110960&&e<=111355||e>=119552&&e<=119638||e>=119648&&e<=119670||e===126980||e===127183||e===127374||e>=127377&&e<=127386||e>=127488&&e<=127490||e>=127504&&e<=127547||e>=127552&&e<=127560||e===127568||e===127569||e>=127584&&e<=127589||e>=127744&&e<=127776||e>=127789&&e<=127797||e>=127799&&e<=127868||e>=127870&&e<=127891||e>=127904&&e<=127946||e>=127951&&e<=127955||e>=127968&&e<=127984||e===127988||e>=127992&&e<=128062||e===128064||e>=128066&&e<=128252||e>=128255&&e<=128317||e>=128331&&e<=128334||e>=128336&&e<=128359||e===128378||e===128405||e===128406||e===128420||e>=128507&&e<=128591||e>=128640&&e<=128709||e===128716||e>=128720&&e<=128722||e>=128725&&e<=128727||e>=128732&&e<=128735||e===128747||e===128748||e>=128756&&e<=128764||e>=128992&&e<=129003||e===129008||e>=129292&&e<=129338||e>=129340&&e<=129349||e>=129351&&e<=129535||e>=129648&&e<=129660||e>=129664&&e<=129673||e>=129679&&e<=129734||e>=129742&&e<=129756||e>=129759&&e<=129769||e>=129776&&e<=129784||e>=131072&&e<=196605||e>=196608&&e<=262141}var _u=T(()=>{"use strict"});function Vw(e){if(!Number.isSafeInteger(e))throw new TypeError(`Expected a code point, got \`${typeof e}\`.`)}function Su(e,{ambiguousAsWide:t=!1}={}){return Vw(e),Fu(e)||Eu(e)||t&&Cu(e)?2:1}var Tu=T(()=>{"use strict";_u()});var Au,Ou=T(()=>{"use strict";Au=()=>/[#*0-9]\uFE0F?\u20E3|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26AA\u26B0\u26B1\u26BD\u26BE\u26C4\u26C8\u26CF\u26D1\u26E9\u26F0-\u26F5\u26F7\u26F8\u26FA\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2757\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B55\u3030\u303D\u3297\u3299]\uFE0F?|[\u261D\u270C\u270D](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?|[\u270A\u270B](?:\uD83C[\uDFFB-\uDFFF])?|[\u23E9-\u23EC\u23F0\u23F3\u25FD\u2693\u26A1\u26AB\u26C5\u26CE\u26D4\u26EA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2795-\u2797\u27B0\u27BF\u2B50]|\u26D3\uFE0F?(?:\u200D\uD83D\uDCA5)?|\u26F9(?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|\u2764\uFE0F?(?:\u200D(?:\uD83D\uDD25|\uD83E\uDE79))?|\uD83C(?:[\uDC04\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]\uFE0F?|[\uDF85\uDFC2\uDFC7](?:\uD83C[\uDFFB-\uDFFF])?|[\uDFC4\uDFCA](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDFCB\uDFCC](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF43\uDF45-\uDF4A\uDF4C-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uDDE6\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF]|\uDDE7\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF]|\uDDE8\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF7\uDDFA-\uDDFF]|\uDDE9\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF]|\uDDEA\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA]|\uDDEB\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7]|\uDDEC\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE]|\uDDED\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA]|\uDDEE\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9]|\uDDEF\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5]|\uDDF0\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF]|\uDDF1\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE]|\uDDF2\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF]|\uDDF3\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF]|\uDDF4\uD83C\uDDF2|\uDDF5\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE]|\uDDF6\uD83C\uDDE6|\uDDF7\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC]|\uDDF8\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF]|\uDDF9\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF]|\uDDFA\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF]|\uDDFB\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA]|\uDDFC\uD83C[\uDDEB\uDDF8]|\uDDFD\uD83C\uDDF0|\uDDFE\uD83C[\uDDEA\uDDF9]|\uDDFF\uD83C[\uDDE6\uDDF2\uDDFC]|\uDF44(?:\u200D\uD83D\uDFEB)?|\uDF4B(?:\u200D\uD83D\uDFE9)?|\uDFC3(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDFF3\uFE0F?(?:\u200D(?:\u26A7\uFE0F?|\uD83C\uDF08))?|\uDFF4(?:\u200D\u2620\uFE0F?|\uDB40\uDC67\uDB40\uDC62\uDB40(?:\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDC73\uDB40\uDC63\uDB40\uDC74|\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F)?)|\uD83D(?:[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3]\uFE0F?|[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC](?:\uD83C[\uDFFB-\uDFFF])?|[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4\uDEB5](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD74\uDD90](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?|[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC25\uDC27-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE41\uDE43\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEDC-\uDEDF\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB\uDFF0]|\uDC08(?:\u200D\u2B1B)?|\uDC15(?:\u200D\uD83E\uDDBA)?|\uDC26(?:\u200D(?:\u2B1B|\uD83D\uDD25))?|\uDC3B(?:\u200D\u2744\uFE0F?)?|\uDC41\uFE0F?(?:\u200D\uD83D\uDDE8\uFE0F?)?|\uDC68(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDC68\uDC69]\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE])))?))?|\uDC69(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?[\uDC68\uDC69]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?|\uDC69\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?))|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFE])))?))?|\uDC6F(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDD75(?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDE2E(?:\u200D\uD83D\uDCA8)?|\uDE35(?:\u200D\uD83D\uDCAB)?|\uDE36(?:\u200D\uD83C\uDF2B\uFE0F?)?|\uDE42(?:\u200D[\u2194\u2195]\uFE0F?)?|\uDEB6(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?)|\uD83E(?:[\uDD0C\uDD0F\uDD18-\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5\uDEC3-\uDEC5\uDEF0\uDEF2-\uDEF8](?:\uD83C[\uDFFB-\uDFFF])?|[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD\uDDCF\uDDD4\uDDD6-\uDDDD](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDDDE\uDDDF](?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD0D\uDD0E\uDD10-\uDD17\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCC\uDDD0\uDDE0-\uDDFF\uDE70-\uDE7C\uDE80-\uDE89\uDE8F-\uDEC2\uDEC6\uDECE-\uDEDC\uDEDF-\uDEE9]|\uDD3C(?:\u200D[\u2640\u2642]\uFE0F?|\uD83C[\uDFFB-\uDFFF])?|\uDDCE(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDDD1(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1|\uDDD1\u200D\uD83E\uDDD2(?:\u200D\uD83E\uDDD2)?|\uDDD2(?:\u200D\uD83E\uDDD2)?))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?))?|\uDEF1(?:\uD83C(?:\uDFFB(?:\u200D\uD83E\uDEF2\uD83C[\uDFFC-\uDFFF])?|\uDFFC(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFD-\uDFFF])?|\uDFFD(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])?|\uDFFE(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFD\uDFFF])?|\uDFFF(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFE])?))?)/g});function As(e,t={}){if(typeof e!="string"||e.length===0)return 0;let{ambiguousIsNarrow:n=!0,countAnsiEscapeCodes:r=!1}=t;if(r||(e=Fr(e)),e.length===0)return 0;let o=0,i={ambiguousAsWide:!n};for(let{segment:s}of Gw.segment(e)){let a=s.codePointAt(0);if(!(a<=31||a>=127&&a<=159)&&!(a>=8203&&a<=8207||a===65279)&&!(a>=768&&a<=879||a>=6832&&a<=6911||a>=7616&&a<=7679||a>=8400&&a<=8447||a>=65056&&a<=65071)&&!(a>=55296&&a<=57343)&&!(a>=65024&&a<=65039)&&!qw.test(s)){if(Au().test(s)){o+=2;continue}o+=Su(a,i)}}return o}var Gw,qw,Pu=T(()=>{"use strict";Ts();Tu();Ou();Gw=new Intl.Segmenter,qw=new RegExp("^\\p{Default_Ignorable_Code_Point}$","u")});function Os({stream:e=process.stdout}={}){return!!(e&&e.isTTY&&process.env.TERM!=="dumb"&&!("CI"in process.env))}var Iu=T(()=>{"use strict"});function Is(){let{env:e}=Ps.default,{TERM:t,TERM_PROGRAM:n}=e;return Ps.default.platform!=="win32"?t!=="linux":!!e.WT_SESSION||!!e.TERMINUS_SUBLIME||e.ConEmuTask==="{cmd::Cmder}"||n==="Terminus-Sublime"||n==="vscode"||t==="xterm-256color"||t==="alacritty"||t==="rxvt-unicode"||t==="rxvt-unicode-256color"||e.TERMINAL_EMULATOR==="JetBrains-JediTerm"}var Ps,Ru=T(()=>{"use strict";Ps=w(require("process"),1)});var He,Jw,Rs,Hw,$s,$u=T(()=>{"use strict";He=w(require("process"),1),Jw=3,Rs=class{#s=0;start(){this.#s++,this.#s===1&&this.#n()}stop(){if(this.#s<=0)throw new Error("`stop` called more times than `start`");this.#s--,this.#s===0&&this.#e()}#n(){He.default.platform==="win32"||!He.default.stdin.isTTY||(He.default.stdin.setRawMode(!0),He.default.stdin.on("data",this.#o),He.default.stdin.resume())}#e(){He.default.stdin.isTTY&&(He.default.stdin.off("data",this.#o),He.default.stdin.pause(),He.default.stdin.setRawMode(!1))}#o(t){t[0]===Jw&&He.default.emit("SIGINT")}},Hw=new Rs,$s=Hw});function Pn(e){return new js(e)}var Er,_r,Zw,js,Bs=T(()=>{"use strict";Er=w(require("process"),1);xe();yu();_r=w(Es(),1);ku();Ts();Pu();Iu();Ru();$u();Zw=w(Es(),1),js=class{#s=0;#n=!1;#e=0;#o=-1;#p=0;#t;#i;#r;#f;#h;#c;#u;#d;#g;#a;#l;color;constructor(t){typeof t=="string"&&(t={text:t}),this.#t={color:"cyan",stream:Er.default.stderr,discardStdin:!0,hideCursor:!0,...t},this.color=this.#t.color,this.spinner=this.#t.spinner,this.#h=this.#t.interval,this.#r=this.#t.stream,this.#c=typeof this.#t.isEnabled=="boolean"?this.#t.isEnabled:Os({stream:this.#r}),this.#u=typeof this.#t.isSilent=="boolean"?this.#t.isSilent:!1,this.text=this.#t.text,this.prefixText=this.#t.prefixText,this.suffixText=this.#t.suffixText,this.indent=this.#t.indent,Er.default.env.NODE_ENV==="test"&&(this._stream=this.#r,this._isEnabled=this.#c,Object.defineProperty(this,"_linesToClear",{get(){return this.#s},set(n){this.#s=n}}),Object.defineProperty(this,"_frameIndex",{get(){return this.#o}}),Object.defineProperty(this,"_lineCount",{get(){return this.#e}}))}get indent(){return this.#d}set indent(t=0){if(!(t>=0&&Number.isInteger(t)))throw new Error("The `indent` option must be an integer from 0 and up");this.#d=t,this.#m()}get interval(){return this.#h??this.#i.interval??100}get spinner(){return this.#i}set spinner(t){if(this.#o=-1,this.#h=void 0,typeof t=="object"){if(t.frames===void 0)throw new Error("The given spinner must have a `frames` property");this.#i=t}else if(!Is())this.#i=_r.default.line;else if(t===void 0)this.#i=_r.default.dots;else if(t!=="default"&&_r.default[t])this.#i=_r.default[t];else throw new Error(`There is no built-in spinner named '${t}'. See https://github.com/sindresorhus/cli-spinners/blob/main/spinners.json for a full list.`)}get text(){return this.#g}set text(t=""){this.#g=t,this.#m()}get prefixText(){return this.#a}set prefixText(t=""){this.#a=t,this.#m()}get suffixText(){return this.#l}set suffixText(t=""){this.#l=t,this.#m()}get isSpinning(){return this.#f!==void 0}#y(t=this.#a,n=" "){return typeof t=="string"&&t!==""?t+n:typeof t=="function"?t()+n:""}#b(t=this.#l,n=" "){return typeof t=="string"&&t!==""?n+t:typeof t=="function"?n+t():""}#m(){let t=this.#r.columns??80,n=this.#y(this.#a,"-"),r=this.#b(this.#l,"-"),o=" ".repeat(this.#d)+n+"--"+this.#g+"--"+r;this.#e=0;for(let i of Fr(o).split(`
|
|
8
|
-
`))this.#e+=Math.max(1,Math.ceil(
|
|
9
|
-
`),this)}stop(){return this.#c?(clearInterval(this.#f),this.#f=void 0,this.#o=0,this.clear(),this.#t.hideCursor&&
|
|
10
|
-
`;return this.stop(),this.#r.write(u),this}}});function Ms(e,{suffix:t="nodejs"}={}){if(typeof e!="string")throw new TypeError(`Expected a string, got ${typeof e}`);return t&&(e+=`-${t}`),Eo.default.platform==="darwin"?Kw(e):Eo.default.platform==="win32"?Yw(e):Xw(e)}var ce,Ns,Eo,Ft,Ls,In,Kw,Yw,Xw,ju=T(()=>{"use strict";ce=w(require("path"),1),Ns=w(require("os"),1),Eo=w(require("process"),1),Ft=Ns.default.homedir(),Ls=Ns.default.tmpdir(),{env:In}=Eo.default,Kw=e=>{let t=ce.default.join(Ft,"Library");return{data:ce.default.join(t,"Application Support",e),config:ce.default.join(t,"Preferences",e),cache:ce.default.join(t,"Caches",e),log:ce.default.join(t,"Logs",e),temp:ce.default.join(Ls,e)}},Yw=e=>{let t=In.APPDATA||ce.default.join(Ft,"AppData","Roaming"),n=In.LOCALAPPDATA||ce.default.join(Ft,"AppData","Local");return{data:ce.default.join(n,e,"Data"),config:ce.default.join(t,e,"Config"),cache:ce.default.join(n,e,"Cache"),log:ce.default.join(n,e,"Log"),temp:ce.default.join(Ls,e)}},Xw=e=>{let t=ce.default.basename(Ft);return{data:ce.default.join(In.XDG_DATA_HOME||ce.default.join(Ft,".local","share"),e),config:ce.default.join(In.XDG_CONFIG_HOME||ce.default.join(Ft,".config"),e),cache:ce.default.join(In.XDG_CACHE_HOME||ce.default.join(Ft,".cache"),e),log:ce.default.join(In.XDG_STATE_HOME||ce.default.join(Ft,".local","state"),e),temp:ce.default.join(Ls,t,e)}}});function _o(){return/[<>:"/\\|?*\u0000-\u001F]/g}function Bu(){return/^(con|prn|aux|nul|com\d|lpt\d)$/i}var Nu=T(()=>{"use strict"});function Sr(e,t={}){let n=/[\u0000-\u001F\u0080-\u009F]/g,r=/([<>:"/\\|?*\u0000-\u001F]){2,}/g;if(typeof e!="string")throw new TypeError("Expected a string");let o=t.replacement===void 0?"!":t.replacement;if(_o().test(o)&&n.test(o))throw new Error("Replacement string cannot contain reserved filename characters");o.length>0&&(e=e.replace(r,"$1")),e=e.normalize("NFD"),e=e.replace(eD,o),e=e.replace(_o(),o),e=e.replace(n,o),e=e.replace(tD,""),o.length>0&&(!(e[0]===".")&&e[0]==="."&&(e=o+e),e[e.length-1]==="."&&(e+=o)),e=Bu().test(e)?e+o:e;let i=typeof t.maxLength=="number"?t.maxLength:Qw;if(e.length>i){let s=e.lastIndexOf(".");if(s===-1)e=e.slice(0,i);else{let a=e.slice(0,s),l=e.slice(s);e=a.slice(0,Math.max(1,i-l.length))+l}}return e}var Qw,eD,tD,Us=T(()=>{"use strict";Nu();Qw=100,eD=/^\.+(\\|\/)|^\.+$/,tD=/\.+$/});var nD,Lu=T(()=>{"use strict";nD=w(require("path"),1);Us()});var Mu=T(()=>{"use strict";Us();Lu()});var So,zs=T(()=>{"use strict";So="webflow.json"});var Kt,Ws=T(()=>{"use strict";Kt=class extends Error{constructor(t){super(`Manifest config for key "${t}" not found`),this.name="ManifestConfigKeyNotFoundError"}}});function zu(e){Vs=e}function ie(){return Vs}function Et(){return!Vs}function Wu(e){Uu=e}function Vu(){return Uu}var Vs,Uu,Oe=T(()=>{"use strict";Vs=!1});function Yt(){let e=Vu();if(e){if(e.endsWith(".json"))return{path:e,isUserDefined:!0};try{if((0,Gu.statSync)(e)?.isDirectory())return{path:(0,qu.join)(e,So),isUserDefined:!0}}catch{if(e.endsWith(".json"))return{path:e,isUserDefined:!0}}throw new Error(`Manifest path must be either a directory or a .json file. Got: ${e}`)}return{path:`./${So}`,isUserDefined:!1}}var Gu,qu,Gs=T(()=>{"use strict";Gu=require("fs"),qu=require("path");zs();Oe()});var Ju,rD,oD,qs,Hu=T(()=>{"use strict";Ju=w(require("ajv")),rD=new Ju.default,oD={type:"object",properties:{library:{type:"object",properties:{name:{type:"string",minLength:1},id:{type:"string",minLength:1},components:{type:"array",items:{type:"string"},minItems:1},renderer:{anyOf:[{type:"object",properties:{client:{type:"string",minLength:1},server:{type:"string",minLength:1}}},{type:"string",minLength:1}]},globals:{type:"string",minLength:1}},required:[]},devlink:{type:"object",properties:{rootDir:{type:"string",minLength:1},cssModules:{type:"boolean"},allowTelemetry:{type:"boolean"},overwriteModule:{type:"boolean"},skipTagSelectors:{type:"boolean"},envVariables:{type:"object",additionalProperties:{type:"string"}},components:{oneOf:[{type:"string"},{type:"array",items:{type:"string"}}]},fileExtensions:{type:"object",properties:{js:{type:"string"},css:{type:"string"}}},relativeHrefRoot:{oneOf:[{type:"boolean"},{type:"string"}]}},required:["rootDir"]},"devlink-export":{type:"object",properties:{rootDir:{type:"string",minLength:1},components:{type:"string"},componentGroups:{type:"string"},ts:{type:"boolean"},cssScopes:{type:"boolean"},relativeHrefRoot:{oneOf:[{type:"boolean",const:!1},{type:"string"}]},treeShake:{type:"boolean"}},required:[]}}},qs=rD.compile(oD)});function Zu(e){return e instanceof Error?e:new Error("Unknown error")}function Q(){let{path:e}=Yt();if(!(0,To.existsSync)(e))return{manifest:{},manifestPath:e};let t;try{t=(0,To.readFileSync)(e,"utf8")}catch(o){throw new Error(`Failed to read manifest file: ${Zu(o).message}`)}if(t.trim()==="")return{manifest:{},manifestPath:e};let r;try{r=JSON.parse(t)}catch(o){throw new Error(`Invalid JSON in manifest file: ${Zu(o).message}`)}if(!qs(r)){let o=qs.errors?.map(i=>`${i.instancePath} ${i.message}`).join(", ")||"Unknown error";throw new Error(`Invalid manifest: ${o}.`)}return{manifest:r,manifestPath:e}}var To,Ao=T(()=>{"use strict";To=require("fs");Gs();Hu()});function Tr(e,t){let n=e[t];if(!n)throw new Kt(t);return n}var Ku=T(()=>{"use strict";Ws()});function fe(e){let t=Q(),n=t.manifest,r=t.manifestPath,o={...n};for(let i in e){let s=i,a=e[s];if(a!==void 0)if(typeof a=="string"||typeof a=="number"||typeof a=="boolean"||a===null)o[s]=a;else{let l=o[s];o[s]={...typeof l=="object"&&l!==null?l:{},...a}}}return(0,Yu.writeFileSync)(r,JSON.stringify(o,null,2),"utf-8"),o}var Yu,Js=T(()=>{"use strict";Yu=require("fs");Ao()});var we=T(()=>{"use strict";zs();Ws();Ao();Gs();Ku();Js()});var Oo=ps((pT,iD)=>{iD.exports={name:"@webflow/webflow-cli",version:"1.21.0",license:"MIT",bin:{webflow:"./dist/index.js"},scripts:{build:"tsup",dev:"tsup",lint:"eslint .",test:"jest --ci","test:unit":"jest --ci --ignoreProjects e2e","test:local":"jest","test:e2e-cache-clear":"bash scripts/clear-e2e-cache.sh"},files:["CHANGELOG.md","dist/**/*"],publishConfig:{access:"public"},dependencies:{"@babel/preset-env":"^7.26.9","@babel/preset-react":"^7.26.3","@babel/preset-typescript":"^7.27.0","@dotenvx/dotenvx":"^1.44.1","@inquirer/prompts":"^7.9.0","@module-federation/enhanced":"0.20.0","@rspack/core":"^1.7.8","@webflow/data-types":"*",ajv:"^8.17.1",archiver:"^5.3.1","babel-loader":"^10.0.0",commander:"^10.0.0",cosmiconfig:"^8.2.0","css-loader":"^7.1.2","css-tree":"^2.3.1",dotenv:"^16.0.3","env-paths":"^3.0.0","fast-glob":"^3.3.3",filenamify:"^6.0.0","fork-ts-checker-webpack-plugin":"9.1.0","form-data":"4.0.4","fs-extra":"^11.3.0",jsdom:"^26.0.0","jsonc-parser":"^3.2.0",md5:"^2.2.1",memfs:"4.17.0","mime-types":"^2.1.35","mini-css-extract-plugin":"^2.9.2","node-fetch":"^2.6.7",open:"^8.4.2",ora:"^8.2.0",postcss:"^8.5.6","postcss-loader":"^8.1.1","postcss-selector-parser":"^7.1.0",prettier:"^2.7.1",semver:"^7.7.2","serve-handler":"^6.1.5","source-map-support":"^0.5.21",tar:"^7.4.3","ts-checker-rspack-plugin":"^1.0.0","tsconfig-paths":"^4.2.0","tsconfig-paths-webpack-plugin":"^4.2.0",unionfs:"^4.5.4","webflow-api":"3.2.2",webpack:">=5.99.7 <5.106.0","webpack-merge":"^6.0.1","webpack-node-externals":"^3.0.0",zod:"^3.22.4"},devDependencies:{"@types/archiver":"^5.3.2","@types/css-tree":"^2.3.1","@types/express":"^4.17.13","@types/fs-extra":"^11.0.4","@types/jest":"^29.2.3","@types/md5":"^2.3.2","@types/mime-types":"^2.1.4","@types/nock":"^8.0.33","@types/node":"^18.16.0","@types/node-fetch":"2.6.13","@types/prettier":"^2.7.1","@types/serve-handler":"^6.1.1","@types/source-map":"^0.5.2","@types/webpack-node-externals":"^3.0.4",astro:"^5.17.2","eslint-config-custom":"*",express:"^4.18.1",jest:"^29.3.1",nock:"13.3.1",tar:"^7.4.3","ts-jest":"^29.0.3","ts-node":"^10.9.1",tsconfig:"*",tsup:"^8.4.0",typescript:"^4.9.3"},engines:{node:">=18.16.0"}}});function pt(){try{return Oo().version}catch{return"unknown"}}function tt(e=""){if(!e)return"";let t=e;t=t.replace(/\/.*?\/webflow-cli/gi,"/REDACTED_PII/webflow-cli"),t=t.replace(/\/.*?\/node_modules/gi,"/REDACTED_PII/node_modules");let n=Ar.default.homedir();if(n){let o=new RegExp(n.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"gi");t=t.replace(o,"~/REDACTED_PII")}let r=Ar.default.userInfo().username;if(r){let o=new RegExp(`/Users/${r}`,"gi");t=t.replace(o,"/Users/REDACTED_PII")}return t=t.replace(/\/Users\/[^\/\s]+/gi,"/Users/REDACTED_PII"),t=t.replace(/C:\\Users\\[^\\]+/gi,"C:\\Users\\REDACTED_PII"),t=t.replace(/[a-zA-Z0-9]{32,}/g,"[REDACTED_TOKEN]"),t=t.replace(/Bearer\s+[^\s]+/gi,"Bearer [REDACTED_TOKEN]"),t=t.replace(/token[=:]\s*[^\s]+/gi,"token=[REDACTED_TOKEN]"),t=t.replace(/\b[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Z|a-z]{2,}\b/g,"[REDACTED_EMAIL]"),t=t.replace(/\b(?:[0-9]{1,3}\.){3}[0-9]{1,3}\b/g,"[REDACTED_IP]"),t}function Hs(e){if(e.stack)return tt(e.stack)}function _t(e){let t=["password","token","secret","key","auth","bearer","authorization","apikey","api_key","access_token","refresh_token","client_secret","private_key"],n={};for(let[r,o]of Object.entries(e)){let i=r.toLowerCase();t.some(s=>i.includes(s))?n[r]="[REDACTED]":typeof o=="string"?n[r]=tt(o):typeof o=="object"&&o!==null&&!Array.isArray(o)?n[r]=_t(o):Array.isArray(o)?n[r]=o.map(s=>typeof s=="object"&&s!==null?_t(s):typeof s=="string"?tt(s):s):n[r]=o}return n}function Xu(){return{platform:process.platform,nodeVersion:process.version,arch:process.arch,os:`${Ar.default.type()} ${Ar.default.release()}`}}function Zs(){let e=Date.now().toString(36),t=Math.random().toString(36).substring(2,8);return`${e}-${t}`}var Ar,Or=T(()=>{"use strict";Ar=w(require("os"))});var Y,B,ft,Rn,Ks,$n,De=T(()=>{"use strict";xe();Y=k.green("\u2714"),B=k.red("\u2716"),ft=k.cyan("\u2139"),Rn=k.green("\u279C"),Ks=k.red("\u279C"),$n=k.yellow("\u26A0")});var St,Ys=T(()=>{"use strict";xe();we();Or();V();De();St=class e{static instance;cache=void 0;static isDoNotTrackEnabled(){let t=process.env.DO_NOT_TRACK;return t==="1"||t?.toLowerCase()==="true"}static getInstance(){return e.instance||(e.instance=new e),e.instance}async getPreference(){if(e.isDoNotTrackEnabled())return!1;if(this.cache!==void 0)return this.cache;try{let{manifest:t}=await Q(),n=t?.telemetry?.global?.allowTelemetry;return this.cache=n,n}catch{return}}async setPreference(t){this.cache=t,await this.setGlobalPreference(t)}async promptForConsent(t){return e.isDoNotTrackEnabled()?(d.info(`${ft} Telemetry is disabled because the DO_NOT_TRACK environment variable is set.`),!1):(d.info(`${ft} Telemetry is enabled. Usage data and error reports help us improve Webflow CLI.`),d.info(`${ft} To opt out, run: ${k.blue("webflow auth telemetry --disable")}`),await this.setPreference(!0),!0)}clearCache(){this.cache=void 0}async getGlobalPreference(){return this.getPreference()}async setGlobalPreference(t){let n={telemetry:{global:{allowTelemetry:t,lastPrompted:Date.now(),version:pt()}}};await fe(n),this.cache=t}async hasGlobalPreference(){return await this.getPreference()!==void 0}async getTelemetryStatus(){let t=await this.getPreference();return t!==void 0?{enabled:t,source:"global",hasPreference:!0}:{enabled:!1,source:"none",hasPreference:!1}}setCacheValue(t,n){this.cache=n}}});async function Z(e,t){let r={"User-Agent":`webflow-cli@${pt()}`};return(0,Qu.default)(e,{...t,headers:{...t?.headers,...r}})}var Qu,nt=T(()=>{"use strict";Qu=w(require("node-fetch"));Pe()});var ed,td=T(()=>{"use strict";ed=e=>{try{let t=new URL(e);return!(!["http:","https:"].includes(t.protocol)||e.includes("?")||e.includes("#")||t.search||t.hash)}catch{return!1}}});var Xs,I,Po,jn,Pr,Qs,Ir,Rr,Bn,ue=T(()=>{"use strict";td();Xs=(e,t)=>(ed(t)||(console.error(`Error: Invalid ${e} environment variable. Only valid plain HTTP/HTTPS URLs without query parameters and anchors is allowed.`),process.exit(1)),t),I=process.env.WEBFLOW_API_HOST?Xs("WEBFLOW_API_HOST",process.env.WEBFLOW_API_HOST):"https://api.webflow.com",Po=process.env.WEBFLOW_CDN_API_HOST?Xs("WEBFLOW_CDN_API_HOST",process.env.WEBFLOW_CDN_API_HOST):"https://api-cdn.webflow.com",jn=process.env.WEBFLOW_HOST?Xs("WEBFLOW_HOST",process.env.WEBFLOW_HOST):"https://webflow.com",Pr="wf-manifest.json",Qs="mf-manifest.json",Ir="@webflow_renderer",Rr="ssr-bundle.tar",Bn="index.js"});var q,ea=T(()=>{"use strict";Ys();Or();V();nt();ue();q=class e{config;consentManager;sessionId;platformInfo;constructor(t){this.config=t,this.consentManager=St.getInstance(),this.sessionId=Zs(),this.platformInfo=Xu()}async sendEvent(t){try{if(!await this.isEnabled())return;let n=this.enrichEvent(t),r=this.sanitizeEvent(n);await this.transmitEvent(r)}catch(n){d.debug(`Failed to send telemetry event: ${n}`)}}async sendError(t,n,r){await this.sendEvent({eventType:"error",success:!1,name:t.name,message:t.message,cause:t.cause,stack:Hs(t),context:n,metadata:r?_t(r):void 0})}async sendUsage(t,n){let{duration:r,...o}=n??{};await this.sendEvent({eventType:"usage",success:!0,feature:t,duration:typeof r=="number"?r:void 0,data:Object.keys(o).length>0?_t(o):void 0})}async sendPerformance(t,n,r){await this.sendEvent({eventType:"performance",operation:t,duration:n,metrics:r})}async isEnabled(){return await this.consentManager.getPreference()!==!1}async isGloballyEnabled(){return await this.consentManager.getGlobalPreference()!==!1}async updatePreferences(t){await this.consentManager.setPreference(t)}static async promptForConsentIfNeeded(t){let n=St.getInstance(),r=await n.getPreference();return r!==void 0?r:await n.promptForConsent(t)}enrichEvent(t){return{...{eventType:t.eventType||"usage",timestamp:Date.now(),sessionId:this.sessionId,platform:this.platformInfo.platform,nodeVersion:this.platformInfo.nodeVersion,cliVersion:pt(),command:process.argv.slice(2).join(" ")||void 0,metadata:{...t.metadata,commandType:this.config.commandType,siteId:this.config.siteId,projectId:this.config.projectId,os:this.platformInfo.os,arch:this.platformInfo.arch}},...t}}sanitizeEvent(t){let n=JSON.parse(JSON.stringify(t));return n.message&&(n.message=tt(n.message)),n.stack&&(n.stack=tt(n.stack)),n.context&&(n.context=tt(n.context)),n.metadata&&(n.metadata=_t(n.metadata)),n.data&&(n.data=_t(n.data)),n}async transmitEvent(t){let n=this.getEndpoint(),r=process.env.WEBFLOW_TELEMETRY_DEBUG==="true";if(r){console.log(`\u{1F4CA} [Telemetry] Sending to: ${n}`);let i={...t};i.metadata&&(delete i.metadata.authToken,delete i.metadata.apiToken),console.log("\u{1F4CA} [Telemetry] Payload:",JSON.stringify(i,null,2))}let o=await Z(n,{method:"POST",headers:{Authorization:`Bearer ${this.config.authToken}`,"Content-Type":"application/json"},body:JSON.stringify(t),timeout:5e3});if(o.ok)r&&console.log(`\u{1F4CA} [Telemetry] Request successful: ${o.status}`);else throw r&&console.error(`\u{1F4CA} [Telemetry] Request failed: ${o.status} ${o.statusText}`),new Error(`Telemetry request failed: ${o.status} ${o.statusText}`)}getEndpoint(){let{host:t,commandType:n}=this.config;return`${t}/webflow-cli/${n}/telemetry`}static forDevlinkSync(t){return new e({host:t.host||I,authToken:t.authToken,siteId:t.siteId,commandType:"devlink"})}static forExport(t){return new e({host:t.host||I,authToken:t.authToken,siteId:t.siteId,commandType:"export"})}static forCloud(t){return new e({host:t.host||I,authToken:t.authToken,siteId:t.siteId,projectId:t.projectId,commandType:"cloud"})}static forExtension(t){return new e({host:t.host||I,authToken:t.authToken,siteId:t.siteId,commandType:"extension"})}static forCodeLibraries(t){return new e({host:t.host||I,authToken:t.authToken,commandType:"library"})}static forCms(t){return new e({host:t.host||I,authToken:t.authToken,siteId:t.siteId,commandType:"cms"})}static forAssets(t){return new e({host:t.host||I,authToken:t.authToken,siteId:t.siteId,commandType:"assets"})}static forSites(t){return new e({host:t.host||I,authToken:t.authToken,commandType:"sites"})}static forForms(t){return new e({host:t.host||I,authToken:t.authToken,commandType:"forms"})}}});var nd=T(()=>{"use strict"});function rd(e){return async(t,n,r)=>{let o=Date.now(),i=process.memoryUsage().heapUsed;try{let s=await n(),a=Date.now()-o,l=process.memoryUsage().heapUsed;return await e.sendPerformance(t,a,{memoryDelta:l-i,...r}),s}catch(s){let a=Date.now()-o;throw await e.sendPerformance(t,a,{failed:1,...r}),s}}}var Pe=T(()=>{"use strict";ea();Ys();nd();Or();Or()});var na,ta,sD,mt,ra=T(()=>{"use strict";na=Symbol("webflow-cli-warn"),ta=class{warnings=[];originalConsoleWarn=null;isActive=!1;parseSource(t){let n=t.split(`
|
|
11
|
-
`);for(let r=2;r<n.length;r++){let o=n[r],i=o.match(/at .+? \((.+?):\d+:\d+\)/)||o.match(/at (.+?):\d+:\d+/);if(i){let s=i[1];if(s.includes("node_modules")){let a=s.match(/node_modules\/(@?[^/]+(?:\/[^/]+)?)/);return a?`External: ${a[1]}`:"External Dependencies"}else if(s.includes("webflow-cli"))return s.includes("/metadata/")?"Metadata Collection":s.includes("/bundler/")?"Bundling":s.includes("/commands/")?"CLI Commands":"Webflow CLI"}}return"General"}start(){this.isActive||(this.warnings=[],this.originalConsoleWarn=console.warn,this.isActive=!0,console.warn=(...t)=>{if(t.length>1&&t[t.length-1]===
|
|
5
|
+
`,o)}while(r!==-1);return i+=e.slice(o),i}var vu=T(()=>{"use strict"});function Ar(e){return Kw(e)}var ku,xu,_s,Nn,Tr,Cu,Bn,Hw,Kw,Ss,Zw,Yw,Ts,Oo,Xw,Qw,x2,k,Fe=T(()=>{"use strict";mu();bu();vu();({stdout:ku,stderr:xu}=yu),_s=Symbol("GENERATOR"),Nn=Symbol("STYLER"),Tr=Symbol("IS_EMPTY"),Cu=["ansi","ansi","ansi256","ansi16m"],Bn=Object.create(null),Hw=(e,t={})=>{if(t.level&&!(Number.isInteger(t.level)&&t.level>=0&&t.level<=3))throw new Error("The `level` option should be an integer from 0 to 3");let n=ku?ku.level:0;e.level=t.level===void 0?n:t.level},Kw=e=>{let t=(...n)=>n.join(" ");return Hw(t,e),Object.setPrototypeOf(t,Ar.prototype),t};Object.setPrototypeOf(Ar.prototype,Function.prototype);for(let[e,t]of Object.entries(Ke))Bn[e]={get(){let n=Oo(this,Ts(t.open,t.close,this[Nn]),this[Tr]);return Object.defineProperty(this,e,{value:n}),n}};Bn.visible={get(){let e=Oo(this,this[Nn],!0);return Object.defineProperty(this,"visible",{value:e}),e}};Ss=(e,t,n,...r)=>e==="rgb"?t==="ansi16m"?Ke[n].ansi16m(...r):t==="ansi256"?Ke[n].ansi256(Ke.rgbToAnsi256(...r)):Ke[n].ansi(Ke.rgbToAnsi(...r)):e==="hex"?Ss("rgb",t,n,...Ke.hexToRgb(...r)):Ke[n][e](...r),Zw=["rgb","hex","ansi256"];for(let e of Zw){Bn[e]={get(){let{level:n}=this;return function(...r){let o=Ts(Ss(e,Cu[n],"color",...r),Ke.color.close,this[Nn]);return Oo(this,o,this[Tr])}}};let t="bg"+e[0].toUpperCase()+e.slice(1);Bn[t]={get(){let{level:n}=this;return function(...r){let o=Ts(Ss(e,Cu[n],"bgColor",...r),Ke.bgColor.close,this[Nn]);return Oo(this,o,this[Tr])}}}}Yw=Object.defineProperties(()=>{},{...Bn,level:{enumerable:!0,get(){return this[_s].level},set(e){this[_s].level=e}}}),Ts=(e,t,n)=>{let r,o;return n===void 0?(r=e,o=t):(r=n.openAll+e,o=t+n.closeAll),{open:e,close:t,openAll:r,closeAll:o,parent:n}},Oo=(e,t,n)=>{let r=(...o)=>Xw(r,o.length===1?""+o[0]:o.join(" "));return Object.setPrototypeOf(r,Yw),r[_s]=e,r[Nn]=t,r[Tr]=n,r},Xw=(e,t)=>{if(e.level<=0||!t)return e[Tr]?"":t;let n=e[Nn];if(n===void 0)return t;let{openAll:r,closeAll:o}=n;if(t.includes("\x1B"))for(;n!==void 0;)t=wu(t,n.close,n.open),n=n.parent;let i=t.indexOf(`
|
|
6
|
+
`);return i!==-1&&(t=Du(t,o,r,i)),r+t+o};Object.defineProperties(Ar.prototype,Bn);Qw=Ar(),x2=Ar({level:xu?xu.level:0}),k=Qw});function As(e,t,{ignoreNonConfigurable:n=!1}={}){let{name:r}=e;for(let o of Reflect.ownKeys(t))eD(e,t,o,n);return nD(e,t),sD(e,t,r),e}var eD,tD,nD,rD,oD,iD,sD,Fu=T(()=>{"use strict";eD=(e,t,n,r)=>{if(n==="length"||n==="prototype"||n==="arguments"||n==="caller")return;let o=Object.getOwnPropertyDescriptor(e,n),i=Object.getOwnPropertyDescriptor(t,n);!tD(o,i)&&r||Object.defineProperty(e,n,i)},tD=function(e,t){return e===void 0||e.configurable||e.writable===t.writable&&e.enumerable===t.enumerable&&e.configurable===t.configurable&&(e.writable||e.value===t.value)},nD=(e,t)=>{let n=Object.getPrototypeOf(t);n!==Object.getPrototypeOf(e)&&Object.setPrototypeOf(e,n)},rD=(e,t)=>`/* Wrapped ${e}*/
|
|
7
|
+
${t}`,oD=Object.getOwnPropertyDescriptor(Function.prototype,"toString"),iD=Object.getOwnPropertyDescriptor(Function.prototype.toString,"name"),sD=(e,t,n)=>{let r=n===""?"":`with ${n.trim()}() `,o=rD.bind(null,r,t.toString());Object.defineProperty(o,"name",iD);let{writable:i,enumerable:s,configurable:a}=oD;Object.defineProperty(e,"toString",{value:o,writable:i,enumerable:s,configurable:a})}});var Io,Eu,_u,Su=T(()=>{"use strict";Fu();Io=new WeakMap,Eu=(e,t={})=>{if(typeof e!="function")throw new TypeError("Expected a function");let n,r=0,o=e.displayName||e.name||"<anonymous>",i=function(...s){if(Io.set(i,++r),r===1)n=e.apply(this,s),e=void 0;else if(t.throw===!0)throw new Error(`Function \`${o}\` can only be called once`);return n};return As(i,e),Io.set(i,r),i};Eu.callCount=e=>{if(!Io.has(e))throw new Error(`The given function \`${e.name}\` is not wrapped by the \`onetime\` package`);return Io.get(e)};_u=Eu});var nn,Tu=T(()=>{"use strict";nn=[];nn.push("SIGHUP","SIGINT","SIGTERM");process.platform!=="win32"&&nn.push("SIGALRM","SIGABRT","SIGVTALRM","SIGXCPU","SIGXFSZ","SIGUSR2","SIGTRAP","SIGSYS","SIGQUIT","SIGIOT");process.platform==="linux"&&nn.push("SIGIO","SIGPOLL","SIGPWR","SIGSTKFLT")});var Po,Os,Is,aD,Ps,Ro,lD,Rs,$s,js,Au,A2,O2,Ou=T(()=>{"use strict";Tu();Po=e=>!!e&&typeof e=="object"&&typeof e.removeListener=="function"&&typeof e.emit=="function"&&typeof e.reallyExit=="function"&&typeof e.listeners=="function"&&typeof e.kill=="function"&&typeof e.pid=="number"&&typeof e.on=="function",Os=Symbol.for("signal-exit emitter"),Is=globalThis,aD=Object.defineProperty.bind(Object),Ps=class{emitted={afterExit:!1,exit:!1};listeners={afterExit:[],exit:[]};count=0;id=Math.random();constructor(){if(Is[Os])return Is[Os];aD(Is,Os,{value:this,writable:!1,enumerable:!1,configurable:!1})}on(t,n){this.listeners[t].push(n)}removeListener(t,n){let r=this.listeners[t],o=r.indexOf(n);o!==-1&&(o===0&&r.length===1?r.length=0:r.splice(o,1))}emit(t,n,r){if(this.emitted[t])return!1;this.emitted[t]=!0;let o=!1;for(let i of this.listeners[t])o=i(n,r)===!0||o;return t==="exit"&&(o=this.emit("afterExit",n,r)||o),o}},Ro=class{},lD=e=>({onExit(t,n){return e.onExit(t,n)},load(){return e.load()},unload(){return e.unload()}}),Rs=class extends Ro{onExit(){return()=>{}}load(){}unload(){}},$s=class extends Ro{#s=js.platform==="win32"?"SIGINT":"SIGHUP";#n=new Ps;#e;#o;#p;#t={};#i=!1;constructor(t){super(),this.#e=t,this.#t={};for(let n of nn)this.#t[n]=()=>{let r=this.#e.listeners(n),{count:o}=this.#n,i=t;if(typeof i.__signal_exit_emitter__=="object"&&typeof i.__signal_exit_emitter__.count=="number"&&(o+=i.__signal_exit_emitter__.count),r.length===o){this.unload();let s=this.#n.emit("exit",null,n),a=n==="SIGHUP"?this.#s:n;s||t.kill(t.pid,a)}};this.#p=t.reallyExit,this.#o=t.emit}onExit(t,n){if(!Po(this.#e))return()=>{};this.#i===!1&&this.load();let r=n?.alwaysLast?"afterExit":"exit";return this.#n.on(r,t),()=>{this.#n.removeListener(r,t),this.#n.listeners.exit.length===0&&this.#n.listeners.afterExit.length===0&&this.unload()}}load(){if(!this.#i){this.#i=!0,this.#n.count+=1;for(let t of nn)try{let n=this.#t[t];n&&this.#e.on(t,n)}catch{}this.#e.emit=(t,...n)=>this.#f(t,...n),this.#e.reallyExit=t=>this.#r(t)}}unload(){this.#i&&(this.#i=!1,nn.forEach(t=>{let n=this.#t[t];if(!n)throw new Error("Listener not defined for signal: "+t);try{this.#e.removeListener(t,n)}catch{}}),this.#e.emit=this.#o,this.#e.reallyExit=this.#p,this.#n.count-=1)}#r(t){return Po(this.#e)?(this.#e.exitCode=t||0,this.#n.emit("exit",this.#e.exitCode,null),this.#p.call(this.#e,this.#e.exitCode)):0}#f(t,...n){let r=this.#o;if(t==="exit"&&Po(this.#e)){typeof n[0]=="number"&&(this.#e.exitCode=n[0]);let o=r.call(this.#e,t,...n);return this.#n.emit("exit",this.#e.exitCode,null),o}else return r.call(this.#e,t,...n)}},js=globalThis.process,{onExit:Au,load:A2,unload:O2}=lD(Po(js)?new $s(js):new Rs)});var Or,Iu,cD,Pu,Ru=T(()=>{"use strict";Or=w(require("process"),1);Su();Ou();Iu=Or.default.stderr.isTTY?Or.default.stderr:Or.default.stdout.isTTY?Or.default.stdout:void 0,cD=Iu?_u(()=>{Au(()=>{Iu.write("\x1B[?25h")},{alwaysLast:!0})}):()=>{},Pu=cD});var Ns,$o,Ln,Bs,$u=T(()=>{"use strict";Ns=w(require("process"),1);Ru();$o=!1,Ln={};Ln.show=(e=Ns.default.stderr)=>{e.isTTY&&($o=!1,e.write("\x1B[?25h"))};Ln.hide=(e=Ns.default.stderr)=>{e.isTTY&&(Pu(),$o=!0,e.write("\x1B[?25l"))};Ln.toggle=(e,t)=>{e!==void 0&&($o=e),$o?Ln.show(t):Ln.hide(t)};Bs=Ln});var ju=Fs((B2,uD)=>{uD.exports={dots:{interval:80,frames:["\u280B","\u2819","\u2839","\u2838","\u283C","\u2834","\u2826","\u2827","\u2807","\u280F"]},dots2:{interval:80,frames:["\u28FE","\u28FD","\u28FB","\u28BF","\u287F","\u28DF","\u28EF","\u28F7"]},dots3:{interval:80,frames:["\u280B","\u2819","\u281A","\u281E","\u2816","\u2826","\u2834","\u2832","\u2833","\u2813"]},dots4:{interval:80,frames:["\u2804","\u2806","\u2807","\u280B","\u2819","\u2838","\u2830","\u2820","\u2830","\u2838","\u2819","\u280B","\u2807","\u2806"]},dots5:{interval:80,frames:["\u280B","\u2819","\u281A","\u2812","\u2802","\u2802","\u2812","\u2832","\u2834","\u2826","\u2816","\u2812","\u2810","\u2810","\u2812","\u2813","\u280B"]},dots6:{interval:80,frames:["\u2801","\u2809","\u2819","\u281A","\u2812","\u2802","\u2802","\u2812","\u2832","\u2834","\u2824","\u2804","\u2804","\u2824","\u2834","\u2832","\u2812","\u2802","\u2802","\u2812","\u281A","\u2819","\u2809","\u2801"]},dots7:{interval:80,frames:["\u2808","\u2809","\u280B","\u2813","\u2812","\u2810","\u2810","\u2812","\u2816","\u2826","\u2824","\u2820","\u2820","\u2824","\u2826","\u2816","\u2812","\u2810","\u2810","\u2812","\u2813","\u280B","\u2809","\u2808"]},dots8:{interval:80,frames:["\u2801","\u2801","\u2809","\u2819","\u281A","\u2812","\u2802","\u2802","\u2812","\u2832","\u2834","\u2824","\u2804","\u2804","\u2824","\u2820","\u2820","\u2824","\u2826","\u2816","\u2812","\u2810","\u2810","\u2812","\u2813","\u280B","\u2809","\u2808","\u2808"]},dots9:{interval:80,frames:["\u28B9","\u28BA","\u28BC","\u28F8","\u28C7","\u2867","\u2857","\u284F"]},dots10:{interval:80,frames:["\u2884","\u2882","\u2881","\u2841","\u2848","\u2850","\u2860"]},dots11:{interval:100,frames:["\u2801","\u2802","\u2804","\u2840","\u2880","\u2820","\u2810","\u2808"]},dots12:{interval:80,frames:["\u2880\u2800","\u2840\u2800","\u2804\u2800","\u2882\u2800","\u2842\u2800","\u2805\u2800","\u2883\u2800","\u2843\u2800","\u280D\u2800","\u288B\u2800","\u284B\u2800","\u280D\u2801","\u288B\u2801","\u284B\u2801","\u280D\u2809","\u280B\u2809","\u280B\u2809","\u2809\u2819","\u2809\u2819","\u2809\u2829","\u2808\u2899","\u2808\u2859","\u2888\u2829","\u2840\u2899","\u2804\u2859","\u2882\u2829","\u2842\u2898","\u2805\u2858","\u2883\u2828","\u2843\u2890","\u280D\u2850","\u288B\u2820","\u284B\u2880","\u280D\u2841","\u288B\u2801","\u284B\u2801","\u280D\u2809","\u280B\u2809","\u280B\u2809","\u2809\u2819","\u2809\u2819","\u2809\u2829","\u2808\u2899","\u2808\u2859","\u2808\u2829","\u2800\u2899","\u2800\u2859","\u2800\u2829","\u2800\u2898","\u2800\u2858","\u2800\u2828","\u2800\u2890","\u2800\u2850","\u2800\u2820","\u2800\u2880","\u2800\u2840"]},dots13:{interval:80,frames:["\u28FC","\u28F9","\u28BB","\u283F","\u285F","\u28CF","\u28E7","\u28F6"]},dots8Bit:{interval:80,frames:["\u2800","\u2801","\u2802","\u2803","\u2804","\u2805","\u2806","\u2807","\u2840","\u2841","\u2842","\u2843","\u2844","\u2845","\u2846","\u2847","\u2808","\u2809","\u280A","\u280B","\u280C","\u280D","\u280E","\u280F","\u2848","\u2849","\u284A","\u284B","\u284C","\u284D","\u284E","\u284F","\u2810","\u2811","\u2812","\u2813","\u2814","\u2815","\u2816","\u2817","\u2850","\u2851","\u2852","\u2853","\u2854","\u2855","\u2856","\u2857","\u2818","\u2819","\u281A","\u281B","\u281C","\u281D","\u281E","\u281F","\u2858","\u2859","\u285A","\u285B","\u285C","\u285D","\u285E","\u285F","\u2820","\u2821","\u2822","\u2823","\u2824","\u2825","\u2826","\u2827","\u2860","\u2861","\u2862","\u2863","\u2864","\u2865","\u2866","\u2867","\u2828","\u2829","\u282A","\u282B","\u282C","\u282D","\u282E","\u282F","\u2868","\u2869","\u286A","\u286B","\u286C","\u286D","\u286E","\u286F","\u2830","\u2831","\u2832","\u2833","\u2834","\u2835","\u2836","\u2837","\u2870","\u2871","\u2872","\u2873","\u2874","\u2875","\u2876","\u2877","\u2838","\u2839","\u283A","\u283B","\u283C","\u283D","\u283E","\u283F","\u2878","\u2879","\u287A","\u287B","\u287C","\u287D","\u287E","\u287F","\u2880","\u2881","\u2882","\u2883","\u2884","\u2885","\u2886","\u2887","\u28C0","\u28C1","\u28C2","\u28C3","\u28C4","\u28C5","\u28C6","\u28C7","\u2888","\u2889","\u288A","\u288B","\u288C","\u288D","\u288E","\u288F","\u28C8","\u28C9","\u28CA","\u28CB","\u28CC","\u28CD","\u28CE","\u28CF","\u2890","\u2891","\u2892","\u2893","\u2894","\u2895","\u2896","\u2897","\u28D0","\u28D1","\u28D2","\u28D3","\u28D4","\u28D5","\u28D6","\u28D7","\u2898","\u2899","\u289A","\u289B","\u289C","\u289D","\u289E","\u289F","\u28D8","\u28D9","\u28DA","\u28DB","\u28DC","\u28DD","\u28DE","\u28DF","\u28A0","\u28A1","\u28A2","\u28A3","\u28A4","\u28A5","\u28A6","\u28A7","\u28E0","\u28E1","\u28E2","\u28E3","\u28E4","\u28E5","\u28E6","\u28E7","\u28A8","\u28A9","\u28AA","\u28AB","\u28AC","\u28AD","\u28AE","\u28AF","\u28E8","\u28E9","\u28EA","\u28EB","\u28EC","\u28ED","\u28EE","\u28EF","\u28B0","\u28B1","\u28B2","\u28B3","\u28B4","\u28B5","\u28B6","\u28B7","\u28F0","\u28F1","\u28F2","\u28F3","\u28F4","\u28F5","\u28F6","\u28F7","\u28B8","\u28B9","\u28BA","\u28BB","\u28BC","\u28BD","\u28BE","\u28BF","\u28F8","\u28F9","\u28FA","\u28FB","\u28FC","\u28FD","\u28FE","\u28FF"]},sand:{interval:80,frames:["\u2801","\u2802","\u2804","\u2840","\u2848","\u2850","\u2860","\u28C0","\u28C1","\u28C2","\u28C4","\u28CC","\u28D4","\u28E4","\u28E5","\u28E6","\u28EE","\u28F6","\u28F7","\u28FF","\u287F","\u283F","\u289F","\u281F","\u285B","\u281B","\u282B","\u288B","\u280B","\u280D","\u2849","\u2809","\u2811","\u2821","\u2881"]},line:{interval:130,frames:["-","\\","|","/"]},line2:{interval:100,frames:["\u2802","-","\u2013","\u2014","\u2013","-"]},pipe:{interval:100,frames:["\u2524","\u2518","\u2534","\u2514","\u251C","\u250C","\u252C","\u2510"]},simpleDots:{interval:400,frames:[". ",".. ","..."," "]},simpleDotsScrolling:{interval:200,frames:[". ",".. ","..."," .."," ."," "]},star:{interval:70,frames:["\u2736","\u2738","\u2739","\u273A","\u2739","\u2737"]},star2:{interval:80,frames:["+","x","*"]},flip:{interval:70,frames:["_","_","_","-","`","`","'","\xB4","-","_","_","_"]},hamburger:{interval:100,frames:["\u2631","\u2632","\u2634"]},growVertical:{interval:120,frames:["\u2581","\u2583","\u2584","\u2585","\u2586","\u2587","\u2586","\u2585","\u2584","\u2583"]},growHorizontal:{interval:120,frames:["\u258F","\u258E","\u258D","\u258C","\u258B","\u258A","\u2589","\u258A","\u258B","\u258C","\u258D","\u258E"]},balloon:{interval:140,frames:[" ",".","o","O","@","*"," "]},balloon2:{interval:120,frames:[".","o","O","\xB0","O","o","."]},noise:{interval:100,frames:["\u2593","\u2592","\u2591"]},bounce:{interval:120,frames:["\u2801","\u2802","\u2804","\u2802"]},boxBounce:{interval:120,frames:["\u2596","\u2598","\u259D","\u2597"]},boxBounce2:{interval:100,frames:["\u258C","\u2580","\u2590","\u2584"]},triangle:{interval:50,frames:["\u25E2","\u25E3","\u25E4","\u25E5"]},binary:{interval:80,frames:["010010","001100","100101","111010","111101","010111","101011","111000","110011","110101"]},arc:{interval:100,frames:["\u25DC","\u25E0","\u25DD","\u25DE","\u25E1","\u25DF"]},circle:{interval:120,frames:["\u25E1","\u2299","\u25E0"]},squareCorners:{interval:180,frames:["\u25F0","\u25F3","\u25F2","\u25F1"]},circleQuarters:{interval:120,frames:["\u25F4","\u25F7","\u25F6","\u25F5"]},circleHalves:{interval:50,frames:["\u25D0","\u25D3","\u25D1","\u25D2"]},squish:{interval:100,frames:["\u256B","\u256A"]},toggle:{interval:250,frames:["\u22B6","\u22B7"]},toggle2:{interval:80,frames:["\u25AB","\u25AA"]},toggle3:{interval:120,frames:["\u25A1","\u25A0"]},toggle4:{interval:100,frames:["\u25A0","\u25A1","\u25AA","\u25AB"]},toggle5:{interval:100,frames:["\u25AE","\u25AF"]},toggle6:{interval:300,frames:["\u101D","\u1040"]},toggle7:{interval:80,frames:["\u29BE","\u29BF"]},toggle8:{interval:100,frames:["\u25CD","\u25CC"]},toggle9:{interval:100,frames:["\u25C9","\u25CE"]},toggle10:{interval:100,frames:["\u3282","\u3280","\u3281"]},toggle11:{interval:50,frames:["\u29C7","\u29C6"]},toggle12:{interval:120,frames:["\u2617","\u2616"]},toggle13:{interval:80,frames:["=","*","-"]},arrow:{interval:100,frames:["\u2190","\u2196","\u2191","\u2197","\u2192","\u2198","\u2193","\u2199"]},arrow2:{interval:80,frames:["\u2B06\uFE0F ","\u2197\uFE0F ","\u27A1\uFE0F ","\u2198\uFE0F ","\u2B07\uFE0F ","\u2199\uFE0F ","\u2B05\uFE0F ","\u2196\uFE0F "]},arrow3:{interval:120,frames:["\u25B9\u25B9\u25B9\u25B9\u25B9","\u25B8\u25B9\u25B9\u25B9\u25B9","\u25B9\u25B8\u25B9\u25B9\u25B9","\u25B9\u25B9\u25B8\u25B9\u25B9","\u25B9\u25B9\u25B9\u25B8\u25B9","\u25B9\u25B9\u25B9\u25B9\u25B8"]},bouncingBar:{interval:80,frames:["[ ]","[= ]","[== ]","[=== ]","[====]","[ ===]","[ ==]","[ =]","[ ]","[ =]","[ ==]","[ ===]","[====]","[=== ]","[== ]","[= ]"]},bouncingBall:{interval:80,frames:["( \u25CF )","( \u25CF )","( \u25CF )","( \u25CF )","( \u25CF)","( \u25CF )","( \u25CF )","( \u25CF )","( \u25CF )","(\u25CF )"]},smiley:{interval:200,frames:["\u{1F604} ","\u{1F61D} "]},monkey:{interval:300,frames:["\u{1F648} ","\u{1F648} ","\u{1F649} ","\u{1F64A} "]},hearts:{interval:100,frames:["\u{1F49B} ","\u{1F499} ","\u{1F49C} ","\u{1F49A} ","\u2764\uFE0F "]},clock:{interval:100,frames:["\u{1F55B} ","\u{1F550} ","\u{1F551} ","\u{1F552} ","\u{1F553} ","\u{1F554} ","\u{1F555} ","\u{1F556} ","\u{1F557} ","\u{1F558} ","\u{1F559} ","\u{1F55A} "]},earth:{interval:180,frames:["\u{1F30D} ","\u{1F30E} ","\u{1F30F} "]},material:{interval:17,frames:["\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581","\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581","\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581","\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581","\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581","\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581","\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588","\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588","\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588","\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588","\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588","\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588","\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588","\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588","\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581","\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581","\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581","\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581"]},moon:{interval:80,frames:["\u{1F311} ","\u{1F312} ","\u{1F313} ","\u{1F314} ","\u{1F315} ","\u{1F316} ","\u{1F317} ","\u{1F318} "]},runner:{interval:140,frames:["\u{1F6B6} ","\u{1F3C3} "]},pong:{interval:80,frames:["\u2590\u2802 \u258C","\u2590\u2808 \u258C","\u2590 \u2802 \u258C","\u2590 \u2820 \u258C","\u2590 \u2840 \u258C","\u2590 \u2820 \u258C","\u2590 \u2802 \u258C","\u2590 \u2808 \u258C","\u2590 \u2802 \u258C","\u2590 \u2820 \u258C","\u2590 \u2840 \u258C","\u2590 \u2820 \u258C","\u2590 \u2802 \u258C","\u2590 \u2808 \u258C","\u2590 \u2802\u258C","\u2590 \u2820\u258C","\u2590 \u2840\u258C","\u2590 \u2820 \u258C","\u2590 \u2802 \u258C","\u2590 \u2808 \u258C","\u2590 \u2802 \u258C","\u2590 \u2820 \u258C","\u2590 \u2840 \u258C","\u2590 \u2820 \u258C","\u2590 \u2802 \u258C","\u2590 \u2808 \u258C","\u2590 \u2802 \u258C","\u2590 \u2820 \u258C","\u2590 \u2840 \u258C","\u2590\u2820 \u258C"]},shark:{interval:120,frames:["\u2590|\\____________\u258C","\u2590_|\\___________\u258C","\u2590__|\\__________\u258C","\u2590___|\\_________\u258C","\u2590____|\\________\u258C","\u2590_____|\\_______\u258C","\u2590______|\\______\u258C","\u2590_______|\\_____\u258C","\u2590________|\\____\u258C","\u2590_________|\\___\u258C","\u2590__________|\\__\u258C","\u2590___________|\\_\u258C","\u2590____________|\\\u258C","\u2590____________/|\u258C","\u2590___________/|_\u258C","\u2590__________/|__\u258C","\u2590_________/|___\u258C","\u2590________/|____\u258C","\u2590_______/|_____\u258C","\u2590______/|______\u258C","\u2590_____/|_______\u258C","\u2590____/|________\u258C","\u2590___/|_________\u258C","\u2590__/|__________\u258C","\u2590_/|___________\u258C","\u2590/|____________\u258C"]},dqpb:{interval:100,frames:["d","q","p","b"]},weather:{interval:100,frames:["\u2600\uFE0F ","\u2600\uFE0F ","\u2600\uFE0F ","\u{1F324} ","\u26C5\uFE0F ","\u{1F325} ","\u2601\uFE0F ","\u{1F327} ","\u{1F328} ","\u{1F327} ","\u{1F328} ","\u{1F327} ","\u{1F328} ","\u26C8 ","\u{1F328} ","\u{1F327} ","\u{1F328} ","\u2601\uFE0F ","\u{1F325} ","\u26C5\uFE0F ","\u{1F324} ","\u2600\uFE0F ","\u2600\uFE0F "]},christmas:{interval:400,frames:["\u{1F332}","\u{1F384}"]},grenade:{interval:80,frames:["\u060C ","\u2032 "," \xB4 "," \u203E "," \u2E0C"," \u2E0A"," |"," \u204E"," \u2055"," \u0DF4 "," \u2053"," "," "," "]},point:{interval:125,frames:["\u2219\u2219\u2219","\u25CF\u2219\u2219","\u2219\u25CF\u2219","\u2219\u2219\u25CF","\u2219\u2219\u2219"]},layer:{interval:150,frames:["-","=","\u2261"]},betaWave:{interval:80,frames:["\u03C1\u03B2\u03B2\u03B2\u03B2\u03B2\u03B2","\u03B2\u03C1\u03B2\u03B2\u03B2\u03B2\u03B2","\u03B2\u03B2\u03C1\u03B2\u03B2\u03B2\u03B2","\u03B2\u03B2\u03B2\u03C1\u03B2\u03B2\u03B2","\u03B2\u03B2\u03B2\u03B2\u03C1\u03B2\u03B2","\u03B2\u03B2\u03B2\u03B2\u03B2\u03C1\u03B2","\u03B2\u03B2\u03B2\u03B2\u03B2\u03B2\u03C1"]},fingerDance:{interval:160,frames:["\u{1F918} ","\u{1F91F} ","\u{1F596} ","\u270B ","\u{1F91A} ","\u{1F446} "]},fistBump:{interval:80,frames:["\u{1F91C}\u3000\u3000\u3000\u3000\u{1F91B} ","\u{1F91C}\u3000\u3000\u3000\u3000\u{1F91B} ","\u{1F91C}\u3000\u3000\u3000\u3000\u{1F91B} ","\u3000\u{1F91C}\u3000\u3000\u{1F91B}\u3000 ","\u3000\u3000\u{1F91C}\u{1F91B}\u3000\u3000 ","\u3000\u{1F91C}\u2728\u{1F91B}\u3000\u3000 ","\u{1F91C}\u3000\u2728\u3000\u{1F91B}\u3000 "]},soccerHeader:{interval:80,frames:[" \u{1F9D1}\u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F\u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} "]},mindblown:{interval:160,frames:["\u{1F610} ","\u{1F610} ","\u{1F62E} ","\u{1F62E} ","\u{1F626} ","\u{1F626} ","\u{1F627} ","\u{1F627} ","\u{1F92F} ","\u{1F4A5} ","\u2728 ","\u3000 ","\u3000 ","\u3000 "]},speaker:{interval:160,frames:["\u{1F508} ","\u{1F509} ","\u{1F50A} ","\u{1F509} "]},orangePulse:{interval:100,frames:["\u{1F538} ","\u{1F536} ","\u{1F7E0} ","\u{1F7E0} ","\u{1F536} "]},bluePulse:{interval:100,frames:["\u{1F539} ","\u{1F537} ","\u{1F535} ","\u{1F535} ","\u{1F537} "]},orangeBluePulse:{interval:100,frames:["\u{1F538} ","\u{1F536} ","\u{1F7E0} ","\u{1F7E0} ","\u{1F536} ","\u{1F539} ","\u{1F537} ","\u{1F535} ","\u{1F535} ","\u{1F537} "]},timeTravel:{interval:100,frames:["\u{1F55B} ","\u{1F55A} ","\u{1F559} ","\u{1F558} ","\u{1F557} ","\u{1F556} ","\u{1F555} ","\u{1F554} ","\u{1F553} ","\u{1F552} ","\u{1F551} ","\u{1F550} "]},aesthetic:{interval:80,frames:["\u25B0\u25B1\u25B1\u25B1\u25B1\u25B1\u25B1","\u25B0\u25B0\u25B1\u25B1\u25B1\u25B1\u25B1","\u25B0\u25B0\u25B0\u25B1\u25B1\u25B1\u25B1","\u25B0\u25B0\u25B0\u25B0\u25B1\u25B1\u25B1","\u25B0\u25B0\u25B0\u25B0\u25B0\u25B1\u25B1","\u25B0\u25B0\u25B0\u25B0\u25B0\u25B0\u25B1","\u25B0\u25B0\u25B0\u25B0\u25B0\u25B0\u25B0","\u25B0\u25B1\u25B1\u25B1\u25B1\u25B1\u25B1"]},dwarfFortress:{interval:80,frames:[" \u2588\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ","\u263A\u2588\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ","\u263A\u2588\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ","\u263A\u2593\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ","\u263A\u2593\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ","\u263A\u2592\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ","\u263A\u2592\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ","\u263A\u2591\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ","\u263A\u2591\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ","\u263A \u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2593\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2593\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2592\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2592\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2591\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2591\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A \u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2593\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2593\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2592\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2592\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2591\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2591\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A \u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2593\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2593\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2592\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2592\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2591\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2591\u2588\u2588\xA3\xA3\xA3 "," \u263A \u2588\u2588\xA3\xA3\xA3 "," \u263A\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2593\u2588\xA3\xA3\xA3 "," \u263A\u2593\u2588\xA3\xA3\xA3 "," \u263A\u2592\u2588\xA3\xA3\xA3 "," \u263A\u2592\u2588\xA3\xA3\xA3 "," \u263A\u2591\u2588\xA3\xA3\xA3 "," \u263A\u2591\u2588\xA3\xA3\xA3 "," \u263A \u2588\xA3\xA3\xA3 "," \u263A\u2588\xA3\xA3\xA3 "," \u263A\u2588\xA3\xA3\xA3 "," \u263A\u2593\xA3\xA3\xA3 "," \u263A\u2593\xA3\xA3\xA3 "," \u263A\u2592\xA3\xA3\xA3 "," \u263A\u2592\xA3\xA3\xA3 "," \u263A\u2591\xA3\xA3\xA3 "," \u263A\u2591\xA3\xA3\xA3 "," \u263A \xA3\xA3\xA3 "," \u263A\xA3\xA3\xA3 "," \u263A\xA3\xA3\xA3 "," \u263A\u2593\xA3\xA3 "," \u263A\u2593\xA3\xA3 "," \u263A\u2592\xA3\xA3 "," \u263A\u2592\xA3\xA3 "," \u263A\u2591\xA3\xA3 "," \u263A\u2591\xA3\xA3 "," \u263A \xA3\xA3 "," \u263A\xA3\xA3 "," \u263A\xA3\xA3 "," \u263A\u2593\xA3 "," \u263A\u2593\xA3 "," \u263A\u2592\xA3 "," \u263A\u2592\xA3 "," \u263A\u2591\xA3 "," \u263A\u2591\xA3 "," \u263A \xA3 "," \u263A\xA3 "," \u263A\xA3 "," \u263A\u2593 "," \u263A\u2593 "," \u263A\u2592 "," \u263A\u2592 "," \u263A\u2591 "," \u263A\u2591 "," \u263A "," \u263A &"," \u263A \u263C&"," \u263A \u263C &"," \u263A\u263C &"," \u263A\u263C & "," \u203C & "," \u263A & "," \u203C & "," \u263A & "," \u203C & "," \u263A & ","\u203C & "," & "," & "," & \u2591 "," & \u2592 "," & \u2593 "," & \xA3 "," & \u2591\xA3 "," & \u2592\xA3 "," & \u2593\xA3 "," & \xA3\xA3 "," & \u2591\xA3\xA3 "," & \u2592\xA3\xA3 ","& \u2593\xA3\xA3 ","& \xA3\xA3\xA3 "," \u2591\xA3\xA3\xA3 "," \u2592\xA3\xA3\xA3 "," \u2593\xA3\xA3\xA3 "," \u2588\xA3\xA3\xA3 "," \u2591\u2588\xA3\xA3\xA3 "," \u2592\u2588\xA3\xA3\xA3 "," \u2593\u2588\xA3\xA3\xA3 "," \u2588\u2588\xA3\xA3\xA3 "," \u2591\u2588\u2588\xA3\xA3\xA3 "," \u2592\u2588\u2588\xA3\xA3\xA3 "," \u2593\u2588\u2588\xA3\xA3\xA3 "," \u2588\u2588\u2588\xA3\xA3\xA3 "," \u2591\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2592\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2593\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2591\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2592\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2593\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2591\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2592\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2593\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2588\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2588\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "]}}});var Ls=Fs((L2,Bu)=>{"use strict";var jo=Object.assign({},ju()),Nu=Object.keys(jo);Object.defineProperty(jo,"random",{get(){let e=Math.floor(Math.random()*Nu.length),t=Nu[e];return jo[t]}});Bu.exports=jo});function Ms(){return Be.default.platform!=="win32"?Be.default.env.TERM!=="linux":!!Be.default.env.CI||!!Be.default.env.WT_SESSION||!!Be.default.env.TERMINUS_SUBLIME||Be.default.env.ConEmuTask==="{cmd::Cmder}"||Be.default.env.TERM_PROGRAM==="Terminus-Sublime"||Be.default.env.TERM_PROGRAM==="vscode"||Be.default.env.TERM==="xterm-256color"||Be.default.env.TERM==="alacritty"||Be.default.env.TERMINAL_EMULATOR==="JetBrains-JediTerm"}var Be,Lu=T(()=>{"use strict";Be=w(require("process"),1)});var dD,pD,fD,Ir,Mu=T(()=>{"use strict";Fe();Lu();dD={info:k.blue("\u2139"),success:k.green("\u2714"),warning:k.yellow("\u26A0"),error:k.red("\u2716")},pD={info:k.blue("i"),success:k.green("\u221A"),warning:k.yellow("\u203C"),error:k.red("\xD7")},fD=Ms()?dD:pD,Ir=fD});function Us({onlyFirst:e=!1}={}){let o="(?:\\u001B\\][\\s\\S]*?(?:\\u0007|\\u001B\\u005C|\\u009C))|[\\u001B\\u009B][[\\]()#;?]*(?:\\d{1,4}(?:[;:]\\d{0,4})*)?[\\dA-PR-TZcf-nq-uy=><~]";return new RegExp(o,e?void 0:"g")}var Uu=T(()=>{"use strict"});function Pr(e){if(typeof e!="string")throw new TypeError(`Expected a \`string\`, got \`${typeof e}\``);return!e.includes("\x1B")&&!e.includes("\x9B")?e:e.replace(mD,"")}var mD,Ws=T(()=>{"use strict";Uu();mD=Us()});function Wu(e){return e===161||e===164||e===167||e===168||e===170||e===173||e===174||e>=176&&e<=180||e>=182&&e<=186||e>=188&&e<=191||e===198||e===208||e===215||e===216||e>=222&&e<=225||e===230||e>=232&&e<=234||e===236||e===237||e===240||e===242||e===243||e>=247&&e<=250||e===252||e===254||e===257||e===273||e===275||e===283||e===294||e===295||e===299||e>=305&&e<=307||e===312||e>=319&&e<=322||e===324||e>=328&&e<=331||e===333||e===338||e===339||e===358||e===359||e===363||e===462||e===464||e===466||e===468||e===470||e===472||e===474||e===476||e===593||e===609||e===708||e===711||e>=713&&e<=715||e===717||e===720||e>=728&&e<=731||e===733||e===735||e>=768&&e<=879||e>=913&&e<=929||e>=931&&e<=937||e>=945&&e<=961||e>=963&&e<=969||e===1025||e>=1040&&e<=1103||e===1105||e===8208||e>=8211&&e<=8214||e===8216||e===8217||e===8220||e===8221||e>=8224&&e<=8226||e>=8228&&e<=8231||e===8240||e===8242||e===8243||e===8245||e===8251||e===8254||e===8308||e===8319||e>=8321&&e<=8324||e===8364||e===8451||e===8453||e===8457||e===8467||e===8470||e===8481||e===8482||e===8486||e===8491||e===8531||e===8532||e>=8539&&e<=8542||e>=8544&&e<=8555||e>=8560&&e<=8569||e===8585||e>=8592&&e<=8601||e===8632||e===8633||e===8658||e===8660||e===8679||e===8704||e===8706||e===8707||e===8711||e===8712||e===8715||e===8719||e===8721||e===8725||e===8730||e>=8733&&e<=8736||e===8739||e===8741||e>=8743&&e<=8748||e===8750||e>=8756&&e<=8759||e===8764||e===8765||e===8776||e===8780||e===8786||e===8800||e===8801||e>=8804&&e<=8807||e===8810||e===8811||e===8814||e===8815||e===8834||e===8835||e===8838||e===8839||e===8853||e===8857||e===8869||e===8895||e===8978||e>=9312&&e<=9449||e>=9451&&e<=9547||e>=9552&&e<=9587||e>=9600&&e<=9615||e>=9618&&e<=9621||e===9632||e===9633||e>=9635&&e<=9641||e===9650||e===9651||e===9654||e===9655||e===9660||e===9661||e===9664||e===9665||e>=9670&&e<=9672||e===9675||e>=9678&&e<=9681||e>=9698&&e<=9701||e===9711||e===9733||e===9734||e===9737||e===9742||e===9743||e===9756||e===9758||e===9792||e===9794||e===9824||e===9825||e>=9827&&e<=9829||e>=9831&&e<=9834||e===9836||e===9837||e===9839||e===9886||e===9887||e===9919||e>=9926&&e<=9933||e>=9935&&e<=9939||e>=9941&&e<=9953||e===9955||e===9960||e===9961||e>=9963&&e<=9969||e===9972||e>=9974&&e<=9977||e===9979||e===9980||e===9982||e===9983||e===10045||e>=10102&&e<=10111||e>=11094&&e<=11097||e>=12872&&e<=12879||e>=57344&&e<=63743||e>=65024&&e<=65039||e===65533||e>=127232&&e<=127242||e>=127248&&e<=127277||e>=127280&&e<=127337||e>=127344&&e<=127373||e===127375||e===127376||e>=127387&&e<=127404||e>=917760&&e<=917999||e>=983040&&e<=1048573||e>=1048576&&e<=1114109}function zu(e){return e===12288||e>=65281&&e<=65376||e>=65504&&e<=65510}function Vu(e){return e>=4352&&e<=4447||e===8986||e===8987||e===9001||e===9002||e>=9193&&e<=9196||e===9200||e===9203||e===9725||e===9726||e===9748||e===9749||e>=9776&&e<=9783||e>=9800&&e<=9811||e===9855||e>=9866&&e<=9871||e===9875||e===9889||e===9898||e===9899||e===9917||e===9918||e===9924||e===9925||e===9934||e===9940||e===9962||e===9970||e===9971||e===9973||e===9978||e===9981||e===9989||e===9994||e===9995||e===10024||e===10060||e===10062||e>=10067&&e<=10069||e===10071||e>=10133&&e<=10135||e===10160||e===10175||e===11035||e===11036||e===11088||e===11093||e>=11904&&e<=11929||e>=11931&&e<=12019||e>=12032&&e<=12245||e>=12272&&e<=12287||e>=12289&&e<=12350||e>=12353&&e<=12438||e>=12441&&e<=12543||e>=12549&&e<=12591||e>=12593&&e<=12686||e>=12688&&e<=12773||e>=12783&&e<=12830||e>=12832&&e<=12871||e>=12880&&e<=42124||e>=42128&&e<=42182||e>=43360&&e<=43388||e>=44032&&e<=55203||e>=63744&&e<=64255||e>=65040&&e<=65049||e>=65072&&e<=65106||e>=65108&&e<=65126||e>=65128&&e<=65131||e>=94176&&e<=94180||e===94192||e===94193||e>=94208&&e<=100343||e>=100352&&e<=101589||e>=101631&&e<=101640||e>=110576&&e<=110579||e>=110581&&e<=110587||e===110589||e===110590||e>=110592&&e<=110882||e===110898||e>=110928&&e<=110930||e===110933||e>=110948&&e<=110951||e>=110960&&e<=111355||e>=119552&&e<=119638||e>=119648&&e<=119670||e===126980||e===127183||e===127374||e>=127377&&e<=127386||e>=127488&&e<=127490||e>=127504&&e<=127547||e>=127552&&e<=127560||e===127568||e===127569||e>=127584&&e<=127589||e>=127744&&e<=127776||e>=127789&&e<=127797||e>=127799&&e<=127868||e>=127870&&e<=127891||e>=127904&&e<=127946||e>=127951&&e<=127955||e>=127968&&e<=127984||e===127988||e>=127992&&e<=128062||e===128064||e>=128066&&e<=128252||e>=128255&&e<=128317||e>=128331&&e<=128334||e>=128336&&e<=128359||e===128378||e===128405||e===128406||e===128420||e>=128507&&e<=128591||e>=128640&&e<=128709||e===128716||e>=128720&&e<=128722||e>=128725&&e<=128727||e>=128732&&e<=128735||e===128747||e===128748||e>=128756&&e<=128764||e>=128992&&e<=129003||e===129008||e>=129292&&e<=129338||e>=129340&&e<=129349||e>=129351&&e<=129535||e>=129648&&e<=129660||e>=129664&&e<=129673||e>=129679&&e<=129734||e>=129742&&e<=129756||e>=129759&&e<=129769||e>=129776&&e<=129784||e>=131072&&e<=196605||e>=196608&&e<=262141}var Gu=T(()=>{"use strict"});function hD(e){if(!Number.isSafeInteger(e))throw new TypeError(`Expected a code point, got \`${typeof e}\`.`)}function qu(e,{ambiguousAsWide:t=!1}={}){return hD(e),zu(e)||Vu(e)||t&&Wu(e)?2:1}var Ju=T(()=>{"use strict";Gu()});var Hu,Ku=T(()=>{"use strict";Hu=()=>/[#*0-9]\uFE0F?\u20E3|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26AA\u26B0\u26B1\u26BD\u26BE\u26C4\u26C8\u26CF\u26D1\u26E9\u26F0-\u26F5\u26F7\u26F8\u26FA\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2757\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B55\u3030\u303D\u3297\u3299]\uFE0F?|[\u261D\u270C\u270D](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?|[\u270A\u270B](?:\uD83C[\uDFFB-\uDFFF])?|[\u23E9-\u23EC\u23F0\u23F3\u25FD\u2693\u26A1\u26AB\u26C5\u26CE\u26D4\u26EA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2795-\u2797\u27B0\u27BF\u2B50]|\u26D3\uFE0F?(?:\u200D\uD83D\uDCA5)?|\u26F9(?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|\u2764\uFE0F?(?:\u200D(?:\uD83D\uDD25|\uD83E\uDE79))?|\uD83C(?:[\uDC04\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]\uFE0F?|[\uDF85\uDFC2\uDFC7](?:\uD83C[\uDFFB-\uDFFF])?|[\uDFC4\uDFCA](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDFCB\uDFCC](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF43\uDF45-\uDF4A\uDF4C-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uDDE6\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF]|\uDDE7\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF]|\uDDE8\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF7\uDDFA-\uDDFF]|\uDDE9\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF]|\uDDEA\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA]|\uDDEB\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7]|\uDDEC\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE]|\uDDED\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA]|\uDDEE\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9]|\uDDEF\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5]|\uDDF0\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF]|\uDDF1\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE]|\uDDF2\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF]|\uDDF3\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF]|\uDDF4\uD83C\uDDF2|\uDDF5\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE]|\uDDF6\uD83C\uDDE6|\uDDF7\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC]|\uDDF8\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF]|\uDDF9\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF]|\uDDFA\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF]|\uDDFB\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA]|\uDDFC\uD83C[\uDDEB\uDDF8]|\uDDFD\uD83C\uDDF0|\uDDFE\uD83C[\uDDEA\uDDF9]|\uDDFF\uD83C[\uDDE6\uDDF2\uDDFC]|\uDF44(?:\u200D\uD83D\uDFEB)?|\uDF4B(?:\u200D\uD83D\uDFE9)?|\uDFC3(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDFF3\uFE0F?(?:\u200D(?:\u26A7\uFE0F?|\uD83C\uDF08))?|\uDFF4(?:\u200D\u2620\uFE0F?|\uDB40\uDC67\uDB40\uDC62\uDB40(?:\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDC73\uDB40\uDC63\uDB40\uDC74|\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F)?)|\uD83D(?:[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3]\uFE0F?|[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC](?:\uD83C[\uDFFB-\uDFFF])?|[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4\uDEB5](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD74\uDD90](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?|[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC25\uDC27-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE41\uDE43\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEDC-\uDEDF\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB\uDFF0]|\uDC08(?:\u200D\u2B1B)?|\uDC15(?:\u200D\uD83E\uDDBA)?|\uDC26(?:\u200D(?:\u2B1B|\uD83D\uDD25))?|\uDC3B(?:\u200D\u2744\uFE0F?)?|\uDC41\uFE0F?(?:\u200D\uD83D\uDDE8\uFE0F?)?|\uDC68(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDC68\uDC69]\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE])))?))?|\uDC69(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?[\uDC68\uDC69]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?|\uDC69\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?))|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFE])))?))?|\uDC6F(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDD75(?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDE2E(?:\u200D\uD83D\uDCA8)?|\uDE35(?:\u200D\uD83D\uDCAB)?|\uDE36(?:\u200D\uD83C\uDF2B\uFE0F?)?|\uDE42(?:\u200D[\u2194\u2195]\uFE0F?)?|\uDEB6(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?)|\uD83E(?:[\uDD0C\uDD0F\uDD18-\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5\uDEC3-\uDEC5\uDEF0\uDEF2-\uDEF8](?:\uD83C[\uDFFB-\uDFFF])?|[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD\uDDCF\uDDD4\uDDD6-\uDDDD](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDDDE\uDDDF](?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD0D\uDD0E\uDD10-\uDD17\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCC\uDDD0\uDDE0-\uDDFF\uDE70-\uDE7C\uDE80-\uDE89\uDE8F-\uDEC2\uDEC6\uDECE-\uDEDC\uDEDF-\uDEE9]|\uDD3C(?:\u200D[\u2640\u2642]\uFE0F?|\uD83C[\uDFFB-\uDFFF])?|\uDDCE(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDDD1(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1|\uDDD1\u200D\uD83E\uDDD2(?:\u200D\uD83E\uDDD2)?|\uDDD2(?:\u200D\uD83E\uDDD2)?))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?))?|\uDEF1(?:\uD83C(?:\uDFFB(?:\u200D\uD83E\uDEF2\uD83C[\uDFFC-\uDFFF])?|\uDFFC(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFD-\uDFFF])?|\uDFFD(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])?|\uDFFE(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFD\uDFFF])?|\uDFFF(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFE])?))?)/g});function zs(e,t={}){if(typeof e!="string"||e.length===0)return 0;let{ambiguousIsNarrow:n=!0,countAnsiEscapeCodes:r=!1}=t;if(r||(e=Pr(e)),e.length===0)return 0;let o=0,i={ambiguousAsWide:!n};for(let{segment:s}of gD.segment(e)){let a=s.codePointAt(0);if(!(a<=31||a>=127&&a<=159)&&!(a>=8203&&a<=8207||a===65279)&&!(a>=768&&a<=879||a>=6832&&a<=6911||a>=7616&&a<=7679||a>=8400&&a<=8447||a>=65056&&a<=65071)&&!(a>=55296&&a<=57343)&&!(a>=65024&&a<=65039)&&!yD.test(s)){if(Hu().test(s)){o+=2;continue}o+=qu(a,i)}}return o}var gD,yD,Zu=T(()=>{"use strict";Ws();Ju();Ku();gD=new Intl.Segmenter,yD=new RegExp("^\\p{Default_Ignorable_Code_Point}$","u")});function Vs({stream:e=process.stdout}={}){return!!(e&&e.isTTY&&process.env.TERM!=="dumb"&&!("CI"in process.env))}var Yu=T(()=>{"use strict"});function qs(){let{env:e}=Gs.default,{TERM:t,TERM_PROGRAM:n}=e;return Gs.default.platform!=="win32"?t!=="linux":!!e.WT_SESSION||!!e.TERMINUS_SUBLIME||e.ConEmuTask==="{cmd::Cmder}"||n==="Terminus-Sublime"||n==="vscode"||t==="xterm-256color"||t==="alacritty"||t==="rxvt-unicode"||t==="rxvt-unicode-256color"||e.TERMINAL_EMULATOR==="JetBrains-JediTerm"}var Gs,Xu=T(()=>{"use strict";Gs=w(require("process"),1)});var Ze,bD,Js,wD,Hs,Qu=T(()=>{"use strict";Ze=w(require("process"),1),bD=3,Js=class{#s=0;start(){this.#s++,this.#s===1&&this.#n()}stop(){if(this.#s<=0)throw new Error("`stop` called more times than `start`");this.#s--,this.#s===0&&this.#e()}#n(){Ze.default.platform==="win32"||!Ze.default.stdin.isTTY||(Ze.default.stdin.setRawMode(!0),Ze.default.stdin.on("data",this.#o),Ze.default.stdin.resume())}#e(){Ze.default.stdin.isTTY&&(Ze.default.stdin.off("data",this.#o),Ze.default.stdin.pause(),Ze.default.stdin.setRawMode(!1))}#o(t){t[0]===bD&&Ze.default.emit("SIGINT")}},wD=new Js,Hs=wD});function Mn(e){return new Ks(e)}var Rr,$r,DD,Ks,Zs=T(()=>{"use strict";Rr=w(require("process"),1);Fe();$u();$r=w(Ls(),1);Mu();Ws();Zu();Yu();Xu();Qu();DD=w(Ls(),1),Ks=class{#s=0;#n=!1;#e=0;#o=-1;#p=0;#t;#i;#r;#f;#h;#c;#u;#d;#g;#a;#l;color;constructor(t){typeof t=="string"&&(t={text:t}),this.#t={color:"cyan",stream:Rr.default.stderr,discardStdin:!0,hideCursor:!0,...t},this.color=this.#t.color,this.spinner=this.#t.spinner,this.#h=this.#t.interval,this.#r=this.#t.stream,this.#c=typeof this.#t.isEnabled=="boolean"?this.#t.isEnabled:Vs({stream:this.#r}),this.#u=typeof this.#t.isSilent=="boolean"?this.#t.isSilent:!1,this.text=this.#t.text,this.prefixText=this.#t.prefixText,this.suffixText=this.#t.suffixText,this.indent=this.#t.indent,Rr.default.env.NODE_ENV==="test"&&(this._stream=this.#r,this._isEnabled=this.#c,Object.defineProperty(this,"_linesToClear",{get(){return this.#s},set(n){this.#s=n}}),Object.defineProperty(this,"_frameIndex",{get(){return this.#o}}),Object.defineProperty(this,"_lineCount",{get(){return this.#e}}))}get indent(){return this.#d}set indent(t=0){if(!(t>=0&&Number.isInteger(t)))throw new Error("The `indent` option must be an integer from 0 and up");this.#d=t,this.#m()}get interval(){return this.#h??this.#i.interval??100}get spinner(){return this.#i}set spinner(t){if(this.#o=-1,this.#h=void 0,typeof t=="object"){if(t.frames===void 0)throw new Error("The given spinner must have a `frames` property");this.#i=t}else if(!qs())this.#i=$r.default.line;else if(t===void 0)this.#i=$r.default.dots;else if(t!=="default"&&$r.default[t])this.#i=$r.default[t];else throw new Error(`There is no built-in spinner named '${t}'. See https://github.com/sindresorhus/cli-spinners/blob/main/spinners.json for a full list.`)}get text(){return this.#g}set text(t=""){this.#g=t,this.#m()}get prefixText(){return this.#a}set prefixText(t=""){this.#a=t,this.#m()}get suffixText(){return this.#l}set suffixText(t=""){this.#l=t,this.#m()}get isSpinning(){return this.#f!==void 0}#y(t=this.#a,n=" "){return typeof t=="string"&&t!==""?t+n:typeof t=="function"?t()+n:""}#b(t=this.#l,n=" "){return typeof t=="string"&&t!==""?n+t:typeof t=="function"?n+t():""}#m(){let t=this.#r.columns??80,n=this.#y(this.#a,"-"),r=this.#b(this.#l,"-"),o=" ".repeat(this.#d)+n+"--"+this.#g+"--"+r;this.#e=0;for(let i of Pr(o).split(`
|
|
8
|
+
`))this.#e+=Math.max(1,Math.ceil(zs(i,{countAnsiEscapeCodes:!0})/t))}get isEnabled(){return this.#c&&!this.#u}set isEnabled(t){if(typeof t!="boolean")throw new TypeError("The `isEnabled` option must be a boolean");this.#c=t}get isSilent(){return this.#u}set isSilent(t){if(typeof t!="boolean")throw new TypeError("The `isSilent` option must be a boolean");this.#u=t}frame(){let t=Date.now();(this.#o===-1||t-this.#p>=this.interval)&&(this.#o=++this.#o%this.#i.frames.length,this.#p=t);let{frames:n}=this.#i,r=n[this.#o];this.color&&(r=k[this.color](r));let o=typeof this.#a=="string"&&this.#a!==""?this.#a+" ":"",i=typeof this.text=="string"?" "+this.text:"",s=typeof this.#l=="string"&&this.#l!==""?" "+this.#l:"";return o+r+i+s}clear(){if(!this.#c||!this.#r.isTTY)return this;this.#r.cursorTo(0);for(let t=0;t<this.#s;t++)t>0&&this.#r.moveCursor(0,-1),this.#r.clearLine(1);return(this.#d||this.lastIndent!==this.#d)&&this.#r.cursorTo(this.#d),this.lastIndent=this.#d,this.#s=0,this}render(){return this.#u?this:(this.clear(),this.#r.write(this.frame()),this.#s=this.#e,this)}start(t){return t&&(this.text=t),this.#u?this:this.#c?this.isSpinning?this:(this.#t.hideCursor&&Bs.hide(this.#r),this.#t.discardStdin&&Rr.default.stdin.isTTY&&(this.#n=!0,Hs.start()),this.render(),this.#f=setInterval(this.render.bind(this),this.interval),this):(this.text&&this.#r.write(`- ${this.text}
|
|
9
|
+
`),this)}stop(){return this.#c?(clearInterval(this.#f),this.#f=void 0,this.#o=0,this.clear(),this.#t.hideCursor&&Bs.show(this.#r),this.#t.discardStdin&&Rr.default.stdin.isTTY&&this.#n&&(Hs.stop(),this.#n=!1),this):this}succeed(t){return this.stopAndPersist({symbol:Ir.success,text:t})}fail(t){return this.stopAndPersist({symbol:Ir.error,text:t})}warn(t){return this.stopAndPersist({symbol:Ir.warning,text:t})}info(t){return this.stopAndPersist({symbol:Ir.info,text:t})}stopAndPersist(t={}){if(this.#u)return this;let n=t.prefixText??this.#a,r=this.#y(n," "),o=t.symbol??" ",i=t.text??this.text,a=typeof i=="string"?(o?" ":"")+i:"",l=t.suffixText??this.#l,c=this.#b(l," "),u=r+o+a+c+`
|
|
10
|
+
`;return this.stop(),this.#r.write(u),this}}});function Qs(e,{suffix:t="nodejs"}={}){if(typeof e!="string")throw new TypeError(`Expected a string, got ${typeof e}`);return t&&(e+=`-${t}`),No.default.platform==="darwin"?vD(e):No.default.platform==="win32"?kD(e):xD(e)}var ue,Ys,No,Tt,Xs,Un,vD,kD,xD,ed=T(()=>{"use strict";ue=w(require("path"),1),Ys=w(require("os"),1),No=w(require("process"),1),Tt=Ys.default.homedir(),Xs=Ys.default.tmpdir(),{env:Un}=No.default,vD=e=>{let t=ue.default.join(Tt,"Library");return{data:ue.default.join(t,"Application Support",e),config:ue.default.join(t,"Preferences",e),cache:ue.default.join(t,"Caches",e),log:ue.default.join(t,"Logs",e),temp:ue.default.join(Xs,e)}},kD=e=>{let t=Un.APPDATA||ue.default.join(Tt,"AppData","Roaming"),n=Un.LOCALAPPDATA||ue.default.join(Tt,"AppData","Local");return{data:ue.default.join(n,e,"Data"),config:ue.default.join(t,e,"Config"),cache:ue.default.join(n,e,"Cache"),log:ue.default.join(n,e,"Log"),temp:ue.default.join(Xs,e)}},xD=e=>{let t=ue.default.basename(Tt);return{data:ue.default.join(Un.XDG_DATA_HOME||ue.default.join(Tt,".local","share"),e),config:ue.default.join(Un.XDG_CONFIG_HOME||ue.default.join(Tt,".config"),e),cache:ue.default.join(Un.XDG_CACHE_HOME||ue.default.join(Tt,".cache"),e),log:ue.default.join(Un.XDG_STATE_HOME||ue.default.join(Tt,".local","state"),e),temp:ue.default.join(Xs,t,e)}}});function Bo(){return/[<>:"/\\|?*\u0000-\u001F]/g}function td(){return/^(con|prn|aux|nul|com\d|lpt\d)$/i}var nd=T(()=>{"use strict"});function jr(e,t={}){let n=/[\u0000-\u001F\u0080-\u009F]/g,r=/([<>:"/\\|?*\u0000-\u001F]){2,}/g;if(typeof e!="string")throw new TypeError("Expected a string");let o=t.replacement===void 0?"!":t.replacement;if(Bo().test(o)&&n.test(o))throw new Error("Replacement string cannot contain reserved filename characters");o.length>0&&(e=e.replace(r,"$1")),e=e.normalize("NFD"),e=e.replace(FD,o),e=e.replace(Bo(),o),e=e.replace(n,o),e=e.replace(ED,""),o.length>0&&(!(e[0]===".")&&e[0]==="."&&(e=o+e),e[e.length-1]==="."&&(e+=o)),e=td().test(e)?e+o:e;let i=typeof t.maxLength=="number"?t.maxLength:CD;if(e.length>i){let s=e.lastIndexOf(".");if(s===-1)e=e.slice(0,i);else{let a=e.slice(0,s),l=e.slice(s);e=a.slice(0,Math.max(1,i-l.length))+l}}return e}var CD,FD,ED,ea=T(()=>{"use strict";nd();CD=100,FD=/^\.+(\\|\/)|^\.+$/,ED=/\.+$/});var _D,rd=T(()=>{"use strict";_D=w(require("path"),1);ea()});var od=T(()=>{"use strict";ea();rd()});var Lo,ta=T(()=>{"use strict";Lo="webflow.json"});var rn,na=T(()=>{"use strict";rn=class extends Error{constructor(t){super(`Manifest config for key "${t}" not found`),this.name="ManifestConfigKeyNotFoundError"}}});function sd(e){ra=e}function ie(){return ra}function At(){return!ra}function ad(e){id=e}function ld(){return id}var ra,id,Oe=T(()=>{"use strict";ra=!1});function on(){let e=ld();if(e){if(e.endsWith(".json"))return{path:e,isUserDefined:!0};try{if((0,cd.statSync)(e)?.isDirectory())return{path:(0,ud.join)(e,Lo),isUserDefined:!0}}catch{if(e.endsWith(".json"))return{path:e,isUserDefined:!0}}throw new Error(`Manifest path must be either a directory or a .json file. Got: ${e}`)}return{path:`./${Lo}`,isUserDefined:!1}}var cd,ud,oa=T(()=>{"use strict";cd=require("fs"),ud=require("path");ta();Oe()});var dd,SD,TD,ia,pd=T(()=>{"use strict";dd=w(require("ajv")),SD=new dd.default,TD={type:"object",properties:{library:{type:"object",properties:{name:{type:"string",minLength:1},id:{type:"string",minLength:1},components:{type:"array",items:{type:"string"},minItems:1},renderer:{anyOf:[{type:"object",properties:{client:{type:"string",minLength:1},server:{type:"string",minLength:1}}},{type:"string",minLength:1}]},globals:{type:"string",minLength:1}},required:[]},devlink:{type:"object",properties:{rootDir:{type:"string",minLength:1},cssModules:{type:"boolean"},allowTelemetry:{type:"boolean"},overwriteModule:{type:"boolean"},skipTagSelectors:{type:"boolean"},envVariables:{type:"object",additionalProperties:{type:"string"}},components:{oneOf:[{type:"string"},{type:"array",items:{type:"string"}}]},fileExtensions:{type:"object",properties:{js:{type:"string"},css:{type:"string"}}},relativeHrefRoot:{oneOf:[{type:"boolean"},{type:"string"}]}},required:["rootDir"]},"devlink-export":{type:"object",properties:{rootDir:{type:"string",minLength:1},components:{type:"string"},componentGroups:{type:"string"},ts:{type:"boolean"},cssScopes:{type:"boolean"},relativeHrefRoot:{oneOf:[{type:"boolean",const:!1},{type:"string"}]},treeShake:{type:"boolean"}},required:[]}}},ia=SD.compile(TD)});function fd(e){return e instanceof Error?e:new Error("Unknown error")}function ee(){let{path:e}=on();if(!(0,Mo.existsSync)(e))return{manifest:{},manifestPath:e};let t;try{t=(0,Mo.readFileSync)(e,"utf8")}catch(o){throw new Error(`Failed to read manifest file: ${fd(o).message}`)}if(t.trim()==="")return{manifest:{},manifestPath:e};let r;try{r=JSON.parse(t)}catch(o){throw new Error(`Invalid JSON in manifest file: ${fd(o).message}`)}if(!ia(r)){let o=ia.errors?.map(i=>`${i.instancePath} ${i.message}`).join(", ")||"Unknown error";throw new Error(`Invalid manifest: ${o}.`)}return{manifest:r,manifestPath:e}}var Mo,Uo=T(()=>{"use strict";Mo=require("fs");oa();pd()});function Nr(e,t){let n=e[t];if(!n)throw new rn(t);return n}var md=T(()=>{"use strict";na()});function de(e){let t=ee(),n=t.manifest,r=t.manifestPath,o={...n};for(let i in e){let s=i,a=e[s];if(a!==void 0)if(typeof a=="string"||typeof a=="number"||typeof a=="boolean"||a===null)o[s]=a;else{let l=o[s];o[s]={...typeof l=="object"&&l!==null?l:{},...a}}}return(0,hd.writeFileSync)(r,JSON.stringify(o,null,2),"utf-8"),o}var hd,sa=T(()=>{"use strict";hd=require("fs");Uo()});var ve=T(()=>{"use strict";ta();na();Uo();oa();md();sa()});var Wo=Fs((GT,AD)=>{AD.exports={name:"@webflow/webflow-cli",version:"1.22.0-next.0",license:"MIT",bin:{webflow:"./dist/index.js"},scripts:{build:"tsup",dev:"tsup",lint:"eslint .",test:"jest --ci","test:unit":"jest --ci --ignoreProjects e2e","test:local":"jest","test:e2e-cache-clear":"bash scripts/clear-e2e-cache.sh"},files:["CHANGELOG.md","dist/**/*"],publishConfig:{access:"public"},dependencies:{"@babel/preset-env":"^7.26.9","@babel/preset-react":"^7.26.3","@babel/preset-typescript":"^7.27.0","@dotenvx/dotenvx":"^1.44.1","@inquirer/prompts":"^7.9.0","@module-federation/enhanced":"0.20.0","@rspack/core":"^1.7.8","@webflow/data-types":"*",ajv:"^8.17.1",archiver:"^5.3.1","babel-loader":"^10.0.0",commander:"^10.0.0",cosmiconfig:"^8.2.0","css-loader":"^7.1.2","css-tree":"^2.3.1",dotenv:"^16.0.3","env-paths":"^3.0.0","fast-glob":"^3.3.3",filenamify:"^6.0.0","fork-ts-checker-webpack-plugin":"9.1.0","form-data":"4.0.4","fs-extra":"^11.3.0",jsdom:"^26.0.0","jsonc-parser":"^3.2.0",md5:"^2.2.1",memfs:"4.17.0","mime-types":"^2.1.35","mini-css-extract-plugin":"^2.9.2","node-fetch":"^2.6.7",open:"^8.4.2",ora:"^8.2.0",postcss:"^8.5.6","postcss-loader":"^8.1.1","postcss-selector-parser":"^7.1.0",prettier:"^2.7.1",semver:"^7.7.2","serve-handler":"^6.1.5","source-map-support":"^0.5.21",tar:"^7.4.3","ts-checker-rspack-plugin":"^1.0.0","tsconfig-paths":"^4.2.0","tsconfig-paths-webpack-plugin":"^4.2.0",unionfs:"^4.5.4","webflow-api":"3.2.2",webpack:">=5.99.7 <5.106.0","webpack-merge":"^6.0.1","webpack-node-externals":"^3.0.0",zod:"^3.22.4"},devDependencies:{"@types/archiver":"^5.3.2","@types/css-tree":"^2.3.1","@types/express":"^4.17.13","@types/fs-extra":"^11.0.4","@types/jest":"^29.2.3","@types/md5":"^2.3.2","@types/mime-types":"^2.1.4","@types/nock":"^8.0.33","@types/node":"^18.16.0","@types/node-fetch":"2.6.13","@types/prettier":"^2.7.1","@types/serve-handler":"^6.1.1","@types/source-map":"^0.5.2","@types/webpack-node-externals":"^3.0.4",astro:"^5.17.2","eslint-config-custom":"*",express:"^4.18.1",jest:"^29.3.1",nock:"13.3.1",tar:"^7.4.3","ts-jest":"^29.0.3","ts-node":"^10.9.1",tsconfig:"*",tsup:"^8.4.0",typescript:"^4.9.3"},engines:{node:">=18.16.0"}}});function mt(){try{return Wo().version}catch{return"unknown"}}function rt(e=""){if(!e)return"";let t=e;t=t.replace(/\/.*?\/webflow-cli/gi,"/REDACTED_PII/webflow-cli"),t=t.replace(/\/.*?\/node_modules/gi,"/REDACTED_PII/node_modules");let n=Br.default.homedir();if(n){let o=new RegExp(n.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"gi");t=t.replace(o,"~/REDACTED_PII")}let r=Br.default.userInfo().username;if(r){let o=new RegExp(`/Users/${r}`,"gi");t=t.replace(o,"/Users/REDACTED_PII")}return t=t.replace(/\/Users\/[^\/\s]+/gi,"/Users/REDACTED_PII"),t=t.replace(/C:\\Users\\[^\\]+/gi,"C:\\Users\\REDACTED_PII"),t=t.replace(/[a-zA-Z0-9]{32,}/g,"[REDACTED_TOKEN]"),t=t.replace(/Bearer\s+[^\s]+/gi,"Bearer [REDACTED_TOKEN]"),t=t.replace(/token[=:]\s*[^\s]+/gi,"token=[REDACTED_TOKEN]"),t=t.replace(/\b[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Z|a-z]{2,}\b/g,"[REDACTED_EMAIL]"),t=t.replace(/\b(?:[0-9]{1,3}\.){3}[0-9]{1,3}\b/g,"[REDACTED_IP]"),t}function aa(e){if(e.stack)return rt(e.stack)}function Ot(e){let t=["password","token","secret","key","auth","bearer","authorization","apikey","api_key","access_token","refresh_token","client_secret","private_key"],n={};for(let[r,o]of Object.entries(e)){let i=r.toLowerCase();t.some(s=>i.includes(s))?n[r]="[REDACTED]":typeof o=="string"?n[r]=rt(o):typeof o=="object"&&o!==null&&!Array.isArray(o)?n[r]=Ot(o):Array.isArray(o)?n[r]=o.map(s=>typeof s=="object"&&s!==null?Ot(s):typeof s=="string"?rt(s):s):n[r]=o}return n}function gd(){return{platform:process.platform,nodeVersion:process.version,arch:process.arch,os:`${Br.default.type()} ${Br.default.release()}`}}function la(){let e=Date.now().toString(36),t=Math.random().toString(36).substring(2,8);return`${e}-${t}`}var Br,Lr=T(()=>{"use strict";Br=w(require("os"))});var X,B,ht,Wn,ca,zn,ke=T(()=>{"use strict";Fe();X=k.green("\u2714"),B=k.red("\u2716"),ht=k.cyan("\u2139"),Wn=k.green("\u279C"),ca=k.red("\u279C"),zn=k.yellow("\u26A0")});var It,ua=T(()=>{"use strict";Fe();ve();Lr();G();ke();It=class e{static instance;cache=void 0;static isDoNotTrackEnabled(){let t=process.env.DO_NOT_TRACK;return t==="1"||t?.toLowerCase()==="true"}static getInstance(){return e.instance||(e.instance=new e),e.instance}async getPreference(){if(e.isDoNotTrackEnabled())return!1;if(this.cache!==void 0)return this.cache;try{let{manifest:t}=await ee(),n=t?.telemetry?.global?.allowTelemetry;return this.cache=n,n}catch{return}}async setPreference(t){this.cache=t,await this.setGlobalPreference(t)}async promptForConsent(t){return e.isDoNotTrackEnabled()?(d.info(`${ht} Telemetry is disabled because the DO_NOT_TRACK environment variable is set.`),!1):(d.info(`${ht} Telemetry is enabled. Usage data and error reports help us improve Webflow CLI.`),d.info(`${ht} To opt out, run: ${k.blue("webflow auth telemetry --disable")}`),await this.setPreference(!0),!0)}clearCache(){this.cache=void 0}async getGlobalPreference(){return this.getPreference()}async setGlobalPreference(t){let n={telemetry:{global:{allowTelemetry:t,lastPrompted:Date.now(),version:mt()}}};await de(n),this.cache=t}async hasGlobalPreference(){return await this.getPreference()!==void 0}async getTelemetryStatus(){let t=await this.getPreference();return t!==void 0?{enabled:t,source:"global",hasPreference:!0}:{enabled:!1,source:"none",hasPreference:!1}}setCacheValue(t,n){this.cache=n}}});async function Z(e,t){let r={"User-Agent":`webflow-cli@${mt()}`};return(0,yd.default)(e,{...t,headers:{...t?.headers,...r}})}var yd,ot=T(()=>{"use strict";yd=w(require("node-fetch"));Ie()});var bd,wd=T(()=>{"use strict";bd=e=>{try{let t=new URL(e);return!(!["http:","https:"].includes(t.protocol)||e.includes("?")||e.includes("#")||t.search||t.hash)}catch{return!1}}});var da,I,zo,Vn,Mr,pa,Ur,Wr,Gn,ae=T(()=>{"use strict";wd();da=(e,t)=>(bd(t)||(console.error(`Error: Invalid ${e} environment variable. Only valid plain HTTP/HTTPS URLs without query parameters and anchors is allowed.`),process.exit(1)),t),I=process.env.WEBFLOW_API_HOST?da("WEBFLOW_API_HOST",process.env.WEBFLOW_API_HOST):"https://api.webflow.com",zo=process.env.WEBFLOW_CDN_API_HOST?da("WEBFLOW_CDN_API_HOST",process.env.WEBFLOW_CDN_API_HOST):"https://api-cdn.webflow.com",Vn=process.env.WEBFLOW_HOST?da("WEBFLOW_HOST",process.env.WEBFLOW_HOST):"https://webflow.com",Mr="wf-manifest.json",pa="mf-manifest.json",Ur="@webflow_renderer",Wr="ssr-bundle.tar",Gn="index.js"});var J,fa=T(()=>{"use strict";ua();Lr();G();ot();ae();J=class e{config;consentManager;sessionId;platformInfo;constructor(t){this.config=t,this.consentManager=It.getInstance(),this.sessionId=la(),this.platformInfo=gd()}async sendEvent(t){try{if(!await this.isEnabled())return;let n=this.enrichEvent(t),r=this.sanitizeEvent(n);await this.transmitEvent(r)}catch(n){d.debug(`Failed to send telemetry event: ${n}`)}}async sendError(t,n,r){await this.sendEvent({eventType:"error",success:!1,name:t.name,message:t.message,cause:t.cause,stack:aa(t),context:n,metadata:r?Ot(r):void 0})}async sendUsage(t,n){let{duration:r,...o}=n??{};await this.sendEvent({eventType:"usage",success:!0,feature:t,duration:typeof r=="number"?r:void 0,data:Object.keys(o).length>0?Ot(o):void 0})}async sendPerformance(t,n,r){await this.sendEvent({eventType:"performance",operation:t,duration:n,metrics:r})}async isEnabled(){return await this.consentManager.getPreference()!==!1}async isGloballyEnabled(){return await this.consentManager.getGlobalPreference()!==!1}async updatePreferences(t){await this.consentManager.setPreference(t)}static async promptForConsentIfNeeded(t){let n=It.getInstance(),r=await n.getPreference();return r!==void 0?r:await n.promptForConsent(t)}enrichEvent(t){return{...{eventType:t.eventType||"usage",timestamp:Date.now(),sessionId:this.sessionId,platform:this.platformInfo.platform,nodeVersion:this.platformInfo.nodeVersion,cliVersion:mt(),command:process.argv.slice(2).join(" ")||void 0,metadata:{...t.metadata,commandType:this.config.commandType,siteId:this.config.siteId,projectId:this.config.projectId,os:this.platformInfo.os,arch:this.platformInfo.arch}},...t}}sanitizeEvent(t){let n=JSON.parse(JSON.stringify(t));return n.message&&(n.message=rt(n.message)),n.stack&&(n.stack=rt(n.stack)),n.context&&(n.context=rt(n.context)),n.metadata&&(n.metadata=Ot(n.metadata)),n.data&&(n.data=Ot(n.data)),n}async transmitEvent(t){let n=this.getEndpoint(),r=process.env.WEBFLOW_TELEMETRY_DEBUG==="true";if(r){console.log(`\u{1F4CA} [Telemetry] Sending to: ${n}`);let i={...t};i.metadata&&(delete i.metadata.authToken,delete i.metadata.apiToken),console.log("\u{1F4CA} [Telemetry] Payload:",JSON.stringify(i,null,2))}let o=await Z(n,{method:"POST",headers:{Authorization:`Bearer ${this.config.authToken}`,"Content-Type":"application/json"},body:JSON.stringify(t),timeout:5e3});if(o.ok)r&&console.log(`\u{1F4CA} [Telemetry] Request successful: ${o.status}`);else throw r&&console.error(`\u{1F4CA} [Telemetry] Request failed: ${o.status} ${o.statusText}`),new Error(`Telemetry request failed: ${o.status} ${o.statusText}`)}getEndpoint(){let{host:t,commandType:n}=this.config;return`${t}/webflow-cli/${n}/telemetry`}static forDevlinkSync(t){return new e({host:t.host||I,authToken:t.authToken,siteId:t.siteId,commandType:"devlink"})}static forExport(t){return new e({host:t.host||I,authToken:t.authToken,siteId:t.siteId,commandType:"export"})}static forCloud(t){return new e({host:t.host||I,authToken:t.authToken,siteId:t.siteId,projectId:t.projectId,commandType:"cloud"})}static forExtension(t){return new e({host:t.host||I,authToken:t.authToken,siteId:t.siteId,commandType:"extension"})}static forCodeLibraries(t){return new e({host:t.host||I,authToken:t.authToken,commandType:"library"})}static forCms(t){return new e({host:t.host||I,authToken:t.authToken,siteId:t.siteId,commandType:"cms"})}static forAssets(t){return new e({host:t.host||I,authToken:t.authToken,siteId:t.siteId,commandType:"assets"})}static forSites(t){return new e({host:t.host||I,authToken:t.authToken,commandType:"sites"})}static forForms(t){return new e({host:t.host||I,authToken:t.authToken,commandType:"forms"})}}});var Dd=T(()=>{"use strict"});function vd(e){return async(t,n,r)=>{let o=Date.now(),i=process.memoryUsage().heapUsed;try{let s=await n(),a=Date.now()-o,l=process.memoryUsage().heapUsed;return await e.sendPerformance(t,a,{memoryDelta:l-i,...r}),s}catch(s){let a=Date.now()-o;throw await e.sendPerformance(t,a,{failed:1,...r}),s}}}var Ie=T(()=>{"use strict";fa();ua();Dd();Lr();Lr()});var ha,ma,OD,gt,ga=T(()=>{"use strict";ha=Symbol("webflow-cli-warn"),ma=class{warnings=[];originalConsoleWarn=null;isActive=!1;parseSource(t){let n=t.split(`
|
|
11
|
+
`);for(let r=2;r<n.length;r++){let o=n[r],i=o.match(/at .+? \((.+?):\d+:\d+\)/)||o.match(/at (.+?):\d+:\d+/);if(i){let s=i[1];if(s.includes("node_modules")){let a=s.match(/node_modules\/(@?[^/]+(?:\/[^/]+)?)/);return a?`External: ${a[1]}`:"External Dependencies"}else if(s.includes("webflow-cli"))return s.includes("/metadata/")?"Metadata Collection":s.includes("/bundler/")?"Bundling":s.includes("/commands/")?"CLI Commands":"Webflow CLI"}}return"General"}start(){this.isActive||(this.warnings=[],this.originalConsoleWarn=console.warn,this.isActive=!0,console.warn=(...t)=>{if(t.length>1&&t[t.length-1]===ha){let i=t.slice(0,-1);this.originalConsoleWarn&&this.originalConsoleWarn(...i);return}let n=t.map(i=>{if(typeof i=="string")return i;if(i instanceof Error)return i.message;try{return String(i)}catch{return"[Object]"}}).join(" "),r=new Error().stack||"",o=this.parseSource(r);this.warnings.push({message:n,timestamp:Date.now(),source:o,stackTrace:r})})}stop(){this.isActive&&(this.originalConsoleWarn&&(console.warn=this.originalConsoleWarn,this.originalConsoleWarn=null),this.isActive=!1)}displayGrouped(){if(this.warnings.length===0)return;console.log(`
|
|
12
12
|
\u26A0\uFE0F Warnings:
|
|
13
13
|
`);let t=this.warnings.reduce((n,r)=>{let o=r.source||"General";return n[o]||(n[o]=[]),n[o].push(r),n},{});Object.entries(t).forEach(([n,r])=>{n!=="General"&&console.log(` ${n}:`),r.forEach((o,i)=>{let s=n!=="General"?" ":" ",a=o.message||"[Empty warning message]";console.log(`${s}${i+1}. ${a}`)}),n!=="General"&&console.log("")}),t.General&&console.log("")}debug(){console.log(`
|
|
14
14
|
\u{1F41B} Debug: Captured Warnings
|
|
15
15
|
`),this.warnings.forEach((t,n)=>{console.log(`Warning ${n+1}:`),console.log(` Source: ${t.source}`),console.log(` Message: ${t.message}`),console.log(` Message length: ${t.message.length}`),console.log(` Timestamp: ${new Date(t.timestamp).toISOString()}`),t.stackTrace&&(console.log(" Stack (first 3 lines):"),t.stackTrace.split(`
|
|
16
|
-
`).slice(0,3).forEach(r=>{console.log(` ${r}`)})),console.log("")})}},
|
|
17
|
-
`)),
|
|
18
|
-
${B} An error occurred. See logs for more information:`),console.info(`${
|
|
19
|
-
${
|
|
16
|
+
`).slice(0,3).forEach(r=>{console.log(` ${r}`)})),console.log("")})}},OD=new ma,gt=OD});function ID(e){return e.replace(/\x1b\[[0-9;]*[a-zA-Z]/g,"")}function kd(e,t){if(!e)return t;let n=parseInt(e,10);return isNaN(n)||n<=0?t:n}function Pt(e){zr.push(rt(e)),zr.length>$D&&zr.shift()}function xd(e){ba=e}function ND(e){return Pt(`DEBUG: ${e}`),e}function BD(e){return Pt(`INFO: ${e}`),e}function LD(e){return Pt(`WARN: ${e}`),e}function MD(e,t){let n=e instanceof Error?e.stack||e.message:e,r=t?.prefix?`${t.prefix} `:"";Pt(`ERROR: ${r}${n}`),wa=!0;let o=e instanceof Error?e.message:e;return`${r}${o}`}function UD(e){return Pt(`SUCCESS: ${e}`),`${k.green(e)}`}function WD(e){let t=Mn(`${e}...`).start(),n=!1,r=o=>i=>{Pt(`${{succeed:"INFO",fail:"ERROR",warn:"WARN",info:"INFO"}[o]||"INFO"}: ${i||e}`),o==="fail"&&(wa=!0),!n&&(n=!0,t[o](i||e))};return{succeed:r("succeed"),fail:r("fail"),warn:r("warn"),info:r("info")}}function zD(){let e=qn.default.readdirSync(Pe).filter(t=>t.endsWith(".log")).map(t=>({name:t,time:qn.default.statSync(Vo.default.join(Pe,t)).mtime.getTime()})).sort((t,n)=>n.time-t.time);for(;e.length>=RD;)try{let t=e.pop();if(!t)break;qn.default.removeSync(Vo.default.join(Pe,t.name))}catch{}}function Da(e){try{let t=process.argv.slice(2).join(" ");if(/^(log|library\s+log)(\s|$)/.test(t))return;qn.default.ensureDirSync(Pe),zD(),zr.unshift(`CLI Version: ${mt()}`,`Node Version: ${process.version}`,`Platform: ${process.platform}`,`Architecture: ${process.arch}`,`Command: ${t||"N/A"}`,`Exit Code: ${e??0}`,`Memory Usage: ${Math.round(process.memoryUsage().heapUsed/1024/1024)}MB`,`Timestamp: ${new Date().toISOString()}`,...ba?[`Sync ID: ${ba}`]:[],"");let n=zr.map(ID);qn.default.writeFileSync(ya,n.join(`
|
|
17
|
+
`)),wa&&(console.info(`
|
|
18
|
+
${B} An error occurred. See logs for more information:`),console.info(`${ca} Latest log: ${ya}`),console.info(`${ca} All logs: ${Pe}`)),(process.env.DEBUG||process.argv.includes("--verbose"))&&(console.info(`
|
|
19
|
+
${X} Command completed successfully. Logs written to:`),console.info(`${Wn} Latest log: ${ya}`),console.info(`${Wn} All logs: ${Pe}`))}catch(t){console.error("Failed to write logs:",t)}}var qn,Vo,kA,PD,Pe,RD,$D,jD,ya,zr,wa,ba,Jn,d,G=T(()=>{"use strict";qn=w(require("fs-extra")),Vo=w(require("path"));Fe();kA=require("source-map-support/register");Zs();ed();od();Ie();ga();ke();PD=Qs("webflow-cli"),Pe=PD.log;RD=kd(process.env.MAX_PERSISTED_LOGS,50),$D=kd(process.env.MAX_IN_MEMORY_LOGS,1e3),jD=`${jr(new Date().toISOString(),{replacement:"_"}).replace(/\./g,"_")}-debug.log`,ya=Vo.default.join(Pe,jD);zr=[],wa=!1;Jn=!1;process.on("uncaughtException",e=>{Jn||(Jn=!0,Pt(`UNCAUGHT EXCEPTION: ${e?.stack}`),Da(1)),gt.displayGrouped(),gt.stop(),process.exit(1)});process.on("unhandledRejection",e=>{Jn||(Jn=!0,Pt(`UNHANDLED REJECTION: ${e instanceof Error?e.stack:String(e)}`),Da(1)),gt.displayGrouped(),gt.stop(),process.exit(1)});process.on("exit",e=>{Jn||(Jn=!0,Da(e))});d={debug:e=>{let t=ND(e);process.env.DEBUG&&console.debug(t)},dir:e=>console.dir(e,{depth:100}),info:e=>console.info(BD(e)),warn:e=>console.warn(LD(e),ha),error:(e,t)=>{console.error(MD(e,t))},success:e=>console.log(UD(e)),spinner:WD}});async function Vr(e){try{return await e()}catch(t){throw t instanceof Error&&GD.test(t.message)&&(d.debug(t.message),process.stdin.isTTY&&typeof process.stdin.setRawMode=="function"&&process.stdin.setRawMode(!1),process.exit(130)),t}}async function Ee(e){return ie()?e.default??!1:Vr(()=>it.confirm(e))}async function Ye(e){return ie()?"default"in e?e.default:null:Vr(()=>it.select(e))}async function _e(e){return ie()?e.default!==void 0?await e.validate?.(e.default)!==!0?null:e.default:null:Vr(()=>it.input(e))}async function qo(e){if(ie()){let t=[];return await e.validate?.(t)!==!0?null:t}return Vr(()=>it.checkbox(e))}async function Jo(e){return ie()?"default"in e?e.default:null:Vr(()=>it.search(e))}var it,GD,Le=T(()=>{"use strict";it=w(require("@inquirer/prompts"));Oe();G();GD=/SIGINT/i});function yt({apiToken:e,siteId:t,directory:n}){let r=qr.resolve(n?qr.join(n,".env"):qr.join(process.cwd(),".env"));n&&!cn.existsSync(n)&&cn.mkdirSync(n,{recursive:!0}),cn.existsSync(r)||cn.writeFileSync(r,`# automatically generated at ${new Date().toISOString()}`,{encoding:"utf8"}),Ho.default.config({path:r,quiet:!0}),e&&Ho.default.set("WEBFLOW_API_TOKEN",e,{path:r,encrypt:!1}),t&&Ho.default.set("WEBFLOW_SITE_ID",t,{path:r,encrypt:!1})}var cn,qr,Ho,Od=T(()=>{"use strict";cn=w(require("fs")),qr=w(require("path")),Ho=w(require("@dotenvx/dotenvx"))});var h,te=T(()=>{"use strict";h=class e extends Error{prefix;skipLogging;isUserError;constructor(t,n){let r=t instanceof Error?t.message:String(t);super(r),this.name="CLIError",this.prefix=n?.prefix,this.skipLogging=n?.skipLogging??!1,this.isUserError=n?.isUserError??(t instanceof e?t.isUserError:!1),t instanceof Error?(this.cause=t,this.stack=t.stack):Error.captureStackTrace&&Error.captureStackTrace(this,e)}}});function jt(){let e=KD();return un.default.join(e,HD)}function KD(){if(process.platform==="win32"){let n=process.env.APPDATA??un.default.join(Ca.default.homedir(),"AppData","Roaming");return un.default.join(n,"webflow")}let t=process.env.XDG_CONFIG_HOME??un.default.join(Ca.default.homedir(),".config");return un.default.join(t,"webflow")}function Jr(){let e=jt();try{if(!$t.default.existsSync(e))return null;let t=$t.default.readFileSync(e,"utf8");return JSON.parse(t)}catch{return null}}function Fa(e){let t=jt(),n=un.default.dirname(t);$t.default.existsSync(n)||$t.default.mkdirSync(n,{recursive:!0,mode:448}),$t.default.writeFileSync(t,JSON.stringify(e,null,2),{encoding:"utf8",mode:384})}function Ea(){let e=jt();try{$t.default.existsSync(e)&&$t.default.unlinkSync(e)}catch{}}var $t,Ca,un,HD,_a=T(()=>{"use strict";$t=w(require("fs")),Ca=w(require("os")),un=w(require("path")),HD="auth.json"});var Hr,Sa=T(()=>{"use strict";ae();Hr={serverUrl:Vn,timeoutMs:5*60*1e3}});var Id,Pd,Rd,$d,ZD,jd,YD,Nd,Bd=T(()=>{"use strict";Id=require("crypto"),Pd=w(require("open"));Sa();G();ot();Rd=e=>{let t=new Uint8Array(e);return Id.webcrypto.getRandomValues(t),Array.from(t,n=>n.toString(16).padStart(2,"0")).join("")},$d=({pollId:e,clientId:t,scope:n})=>`${Hr.serverUrl}/oauth/webflow/initiate?pollId=${e}&clientId=${t}&scope=${encodeURIComponent(n.join(" "))}`,ZD=e=>`${Hr.serverUrl}/oauth/webflow/poll?pollId=${e}`,jd=async e=>{let t=d.spinner("Opening browser for authentication. Please follow the instructions in your browser");try{await new Promise(n=>setTimeout(n,3e3)),await(0,Pd.default)(e),t.succeed()}catch{t.fail(),d.warn(`Could not automatically open browser. Please open this URL manually: ${e}`)}},YD=async e=>{let t=ZD(e),n=await Z(t);if(!n.ok){let r=`Failed to poll for authentication status (${n.status})`;try{let o=await n.json();o&&o.error&&(r+=`: ${o.error}`)}catch{}throw new Error(r)}return n.json()},Nd=(e,t)=>{let n=d.spinner("Waiting for authentication");return new Promise((r,o)=>{let i=setTimeout(()=>{clearTimeout(i),clearInterval(s),o(new Error("Authentication timed out. Please try again."))},t),s=setInterval(async()=>{try{let a=await YD(e);a.status==="success"&&a.accessToken?(clearTimeout(i),clearInterval(s),n.succeed("Authentication successful! You can close the browser window."),r(a.accessToken)):a.status==="error"&&(clearTimeout(i),clearInterval(s),n.fail("Authentication failed"),o(new Error(a.error||"Authentication failed")))}catch(a){clearTimeout(i),clearInterval(s),n.fail("Authentication failed"),o(a instanceof Error?a:new Error(String(a)))}},2e3)})}});function Kr(){if(process.env.WEBFLOW_API_TOKEN)return process.env.WEBFLOW_API_TOKEN;let e=Jr();if(e?.accessToken)return e.accessToken;let t=process.env.WEBFLOW_WORKSPACE_API_TOKEN??process.env.WEBFLOW_SITE_API_TOKEN??null;return t&&!Ld&&(Ld=!0,d.warn(`${zn} WEBFLOW_SITE_API_TOKEN / WEBFLOW_WORKSPACE_API_TOKEN are deprecated. Please use WEBFLOW_API_TOKEN instead. Run 'webflow auth login --force' to update your .env file.`)),t}async function Q(e){if(e?.apiToken&&!e.force)return e.apiToken;if(!e?.force){let r=Kr();if(r)return r}if(ie())throw new h(`No API token found. To authenticate in CI/CD environments:
|
|
20
20
|
1. Generate a Workspace API token in your Webflow Dashboard > Apps & Integrations > Manage > Workspace API Token
|
|
21
|
-
2. Set it as the WEBFLOW_API_TOKEN environment variable in your CI/CD pipeline`);let t=
|
|
22
|
-
`})}}async function
|
|
21
|
+
2. Set it as the WEBFLOW_API_TOKEN environment variable in your CI/CD pipeline`);let t=Rd(16),n=XD();try{let r=$d({pollId:t,clientId:n,scope:Ta});await jd(r);let o=await Nd(t,Hr.timeoutMs);return Fa({accessToken:o,scopes:Ta,createdAt:new Date().toISOString()}),d.info(`${X} Credentials saved: ${jt()}`),o}catch(r){throw new h(r)}}function XD(){return"fbab9abdbeeb35bb2554a1b83b8bd060d719f22eca26ff9119b87608c87c0074"}var Ta,Ld,Aa=T(()=>{"use strict";Oe();G();ke();te();_a();Sa();Bd();Ta=["assets:read","assets:write","authorized_user:read","cloud_apps:write","cms:read","cms:write","code_components:read","code_components:write","devlink_export:read","forms:read","sites:read","sites:write","workspace:read"],Ld=!1});function Zr(e){let t=e.siteId??process.env.WEBFLOW_SITE_ID??null;return t&&!e.siteId&&(de({siteId:t}),e.siteId=t),t}async function Oa(e){try{let n=await new Md.WebflowClient({accessToken:e,environment:{base:`${I}/v2`,dataApi:`${I}/v2`,contentDeliveryApi:`${zo}/v2`}}).sites.list();if(!n||typeof n!="object"||!n.sites||!Array.isArray(n.sites))throw new h("Invalid response from Webflow API");let r=n.sites.map(o=>({id:o.id,displayName:o.displayName??"",shortName:o.shortName||(o.displayName??"").toLowerCase().replace(/\s+/g,"-"),lastUpdated:o.lastUpdated??null}));return r.sort((o,i)=>o.displayName.localeCompare(i.displayName)),r}catch(t){throw new h(t,{prefix:`Failed to fetch Webflow sites. Please check your authorization.
|
|
22
|
+
`})}}async function Ia(e){let t=e.map(r=>({name:`${r.displayName} (${r.shortName})`,value:r})),n=await Jo({message:"Search for a Webflow site:",source:r=>{if(!r)return t;let o=r.toLowerCase();return t.filter(i=>i.value.displayName.toLowerCase().includes(o)||i.value.shortName.toLowerCase().includes(o))},pageSize:15});if(!n){if(e.length===0)throw new h("No sites available for selection");return d.warn(`Auto fallback to first site: ${e[0].displayName}`),e[0]}return n}var Md,Ko=T(()=>{"use strict";Md=require("webflow-api");Le();G();ve();ae();ae();te()});async function we(e,t){let n=t?.site??Zr(e);if(ie()&&!n)throw new h(`No site ID configured for this project.
|
|
23
23
|
Run 'webflow auth login' locally to authenticate and associate this project with a Webflow site,
|
|
24
|
-
or provide --site and --api-token when running a CLI command`);let r=await
|
|
25
|
-
${r} ${t.content}`)}}var
|
|
26
|
-
`+B}),new h(r,{skipLogging:!0})}}var
|
|
24
|
+
or provide --site and --api-token when running a CLI command`);let r=await Q({apiToken:t?.apiToken,force:t?.force});if(!n||t?.force){let o=await Oa(r);if(o.length===0)throw new h("No Webflow sites found in your account. Please make sure you have at least one authorized site in your Webflow account");let i=o.length>1?await Ia(o):o[0];n=i.id;let s=de({siteId:n});return e.siteId=s.siteId,{siteId:n,siteName:i.displayName,accessToken:r}}return{siteId:n,accessToken:r}}var Ud=T(()=>{"use strict";ve();Oe();Aa();Ko();te()});async function Pa(e){let t=new Wd.WebflowClient({accessToken:e,environment:{base:`${I}/v2`,dataApi:`${I}/v2`}});try{return await t.token.authorizedBy()}catch{return null}}var Wd,zd=T(()=>{"use strict";Wd=require("webflow-api");ae()});var Re=T(()=>{"use strict";Od();Aa();Ud();Ko();Ko();_a();zd()});function uv(e,t){if(e.includes("..")||Xe.isAbsolute(e))throw new Error(`Invalid file path: "${e}" - path traversal not allowed`);let n=Xe.resolve(t,e),r=Xe.resolve(t);if(!n.startsWith(r+Xe.sep)&&n!==r)throw new Error(`Invalid file path: "${e}" - resolves outside root directory`)}async function ai(e,t,n){let r=Xe.join(process.cwd(),t);n&&(0,Bt.existsSync)(r)&&await(0,si.rm)(r,{recursive:!0,force:!0}),(0,Bt.existsSync)(r)||await(0,si.mkdir)(r);for(let o of e){uv(o.path,r);let i=dv(r,o.path);if(o.path.includes("/")){let s=o.path.substring(0,o.path.lastIndexOf("/"));pv(r,s)}(0,Bt.writeFileSync)(i,o.content,{flag:"w+"})}}function dv(e,t){return Xe.join(e,...t.split("/"))}function pv(e,t){let n=t.split("/"),r=e;for(let o of n)r=Xe.join(r,o),(0,Bt.existsSync)(r)||(0,Bt.mkdirSync)(r)}var Bt,si,Xe,Va=T(()=>{"use strict";Bt=require("fs"),si=require("fs/promises"),Xe=w(require("path"))});function $i(e){for(let t of e??[]){let n=d[t.status]??d.info,r=c1[t.status]??ht;n(`
|
|
25
|
+
${r} ${t.content}`)}}var c1,Kl=T(()=>{"use strict";G();ke();c1={info:ht,warn:zn,success:X}});function Yl(e){let{manifestPath:t}=ee();return(0,Hh.writeFileSync)(t,JSON.stringify(e,null,2),"utf-8"),e}var Hh,Kh=T(()=>{"use strict";Hh=require("fs");Uo()});function ji(e,t){try{let n=Xl(),r=Ql(Object.values(e)),o=t?.force;return r&&n&&!o}catch{return!1}}var Zh,Yh,Xl,Ql,Ni=T(()=>{"use strict";Zh=require("path"),Yh=require("fs-extra");Xl=()=>{try{return(0,Yh.existsSync)((0,Zh.join)(process.cwd(),"tsconfig.json"))}catch{return!1}},Ql=e=>e.some(t=>t.endsWith(".ts")||t.endsWith(".tsx"))});function u1(e){let{export:t,...n}=e;return t?n["devlink-export"]!=null?(Yl(n),n):(d.warn(`${zn} The 'export' key in webflow.json is deprecated. Use 'devlink-export' instead. Your configuration will be migrated automatically.`),n["devlink-export"]={...t},Yl(n),n):n}function eg(e,t){try{new RegExp(e)}catch{throw new h(`Invalid '${t}' regex '${e}' in webflow.json. Fix the value and re-run the export.`,{isUserError:!0})}}async function ng(e){e=u1(e);let t=e["devlink-export"]||{},n=!1,r=t.rootDir;r||(ie()?r=Xh:(n=!0,r=await _e({message:"Enter the root directory for exported components:",default:Xh,validate:u=>!u||u.trim()===""?"Root directory is required":!0})));let o=t.ts;o===void 0&&(f1()?o=!0:ie()?o=!1:(n=!0,o=await Ee({message:"Use TypeScript?",default:!0})));let i=t.cssScopes;i===void 0&&(ie()?i=Qh:(n=!0,i=await Ee({message:"Use DevLink style isolation (scoped wrapper + @scope)?",default:Qh}))),t.components&&eg(t.components,"components"),t.componentGroups&&eg(t.componentGroups,"componentGroups");let s=t.components,a=t.componentGroups;!s&&!a&&(ie()?(s=Bi,a=Li):(n=!0,await Ee({message:"Do you want to export all components?",default:!0})?(s=Bi,a=Li):(s=await _e({message:"Enter regex pattern to filter components (e.g., 'Button|Card' for specific):",default:Bi,validate:p=>{try{return new RegExp(p),!0}catch{return"Invalid regex pattern. Please enter a valid regular expression."}}}),a=await _e({message:"Enter regex pattern to filter component groups (e.g., 'mygroup'):",default:Li,validate:p=>{try{return new RegExp(p),!0}catch{return"Invalid regex pattern. Please enter a valid regular expression."}}})))),s=s||Bi,a=a||Li;let l=t.relativeHrefRoot;l===void 0&&(l=d1);let c={...t,rootDir:r,components:s,componentGroups:a,ts:o,cssScopes:i,relativeHrefRoot:l};return(!t.rootDir||t.ts===void 0||t.cssScopes===void 0||!t.components||!t.componentGroups||t.relativeHrefRoot===void 0)&&p1(c),{config:c,wasPrompted:n}}function p1(e){de({"devlink-export":{...e}})}function f1(){try{let e=process.cwd();if(Xl())return!0;let t=["src","app","pages","components"];for(let n of t){let r=tg.join(e,n);if(Mi.existsSync(r)&&Ql(Mi.readdirSync(r)))return!0}}catch{}return!1}var Mi,tg,Xh,Bi,Li,Qh,d1,rg=T(()=>{"use strict";Mi=w(require("fs")),tg=w(require("path"));Le();Oe();G();ke();te();sa();Kh();Ni();Xh="./webflow",Bi=".*",Li=".*",Qh=!0,d1="/"});async function sg(e){if(e.ok)return;let t=await e.text().catch(()=>"");d.debug(`Server error response (HTTP ${e.status}): ${t||"<empty>"}`);let n;try{n=JSON.parse(t).message}catch{}throw new uo(n||`Request failed (HTTP ${e.status}).`)}async function tc(e,t,n,r){let o=await m1(n,r,t,e);if(!o.files||!Array.isArray(o.files))throw new h("Invalid response format from V2 API: expected 'files' array");return{files:o.files,messages:o.messages,metadata:o.metadata}}async function m1(e,t,n,r){let{taskId:o,polling:i}=await h1(e,t,n,r);return g1(e,t,n,o,i)}async function h1(e,t,n,r){let o=await(0,ec.default)(`${I}/v2/devlink/${e}/export`,{method:"POST",headers:{Authorization:`Bearer ${n}`,"Content-Type":"application/json",[ig]:t},body:JSON.stringify(r),timeout:6e4});return o.ok||await sg(o),await o.json()}async function g1(e,t,n,r,o){let{initialDelayMs:i,maxBackoffMs:s,backoffMultiplier:a,timeoutMs:l}=o,c=Date.now()+l,u=i;do{let p=await(0,ec.default)(`${I}/v2/devlink/${e}/export/${r}`,{headers:{Authorization:`Bearer ${n}`,[ig]:t},timeout:6e4});p.ok||await sg(p);let f=await p.json();if(f.status==="finished")return f.result;if(f.status==="failed")throw new uo("The export task failed. Please try again or report a bug.");await(0,og.setTimeout)(u),u=Math.min(u*a,s)}while(Date.now()<c);throw new uo(`Export task timed out after ${l}ms. Please try again.`)}var ec,og,ig,uo,ag=T(()=>{"use strict";ec=w(require("node-fetch")),og=require("timers/promises");G();ae();te();ig="X-WF-Sync-Id",uo=class extends Error{}});var lg,cg=T(()=>{"use strict";Le();G();lg=async(e,t)=>{if(!t)return;await Ee({message:`Ready to export components to ${e.rootDir}?`,default:!0})||(d.info("Export cancelled."),process.exit(0))}});function ug(e,t,n){let i=new Intl.PluralRules("en-US").select(e)==="one"&&e===1?t:n||`${t}s`;return`${e} ${i}`}var dg=T(()=>{"use strict"});async function Ui(e){let t=Date.now(),n;try{let{manifest:r}=ee(),{siteId:o,accessToken:i}=await we(r,e),s=(0,pg.randomUUID)();xd(s);let{config:a,wasPrompted:l}=await ng(r);d.info(`${X} Export configuration loaded!`),await lg(a,l);let c=J.forExport({authToken:i,siteId:o});n=d.spinner("Exporting components"),await c.sendUsage("devlink_export_start",{cssScopes:a.cssScopes,ts:a.ts,relativeHrefRoot:a.relativeHrefRoot});try{let{files:u,messages:p,metadata:f}=await tc(a,i,o,s),m=(!a.components||a.components===".*")&&(!a.componentGroups||a.componentGroups===".*");await ai(u,a.rootDir,m),n.succeed(`${ug(f.componentCount,"component")} exported to ${a.rootDir}`),$i(p);let g=Date.now()-t;await c.sendUsage("devlink_export_success",{duration:g,cssScopes:a.cssScopes,ts:a.ts,relativeHrefRoot:a.relativeHrefRoot})}catch(u){let p=u instanceof Error?u.message:String(u);throw n.fail(`Components export failed: ${p}`),await c.sendError(u instanceof Error?u:new Error(String(u)),"devlink_export_failure",{cssScopes:a.cssScopes,ts:a.ts}),u}}catch(r){let o="Export failed: "+(r instanceof Error?r.message:r);throw n?n.fail(o):d.error(o,{prefix:`
|
|
26
|
+
`+B}),new h(r,{skipLogging:!0})}}var pg,fg=T(()=>{"use strict";pg=require("crypto");rg();ag();cg();Ie();Re();ve();dg();G();te();Va();ke();Kl()});var mg={};uu(mg,{exportComponents:()=>Ui});var nc=T(()=>{"use strict";fg()});var Iw=require("commander");G();var Cd=require("child_process"),Fd=require("fs"),va=w(require("semver"));G();var ka="@webflow/webflow-cli",sn="@webflow/data-types",Go="@webflow/react",VD=[ka,sn,Go],an=class{getInstalledDependencies(){try{let t=(0,Cd.execSync)(`npm ls ${VD.join(" ")} --depth=0 --json --silent`,{encoding:"utf-8"}),n=JSON.parse(t);return n.dependencies?Object.entries(n.dependencies).reduce((r,[o,{version:i}])=>(r[o]=i,r),{}):{}}catch(t){return d.debug(`Failed to get installed dependencies: ${t}`),{}}}getRequiredDependencies(t){let n=JSON.parse((0,Fd.readFileSync)(require.resolve(`${t}/package.json`),"utf8"));return{...n.dependencies,...n.devDependencies}}checkCLIAndDataTypes(t){let n=t[sn];if(!n)return;let o=this.getRequiredDependencies(ka)[sn];if(!va.default.satisfies(n,o))throw new Error(`Version mismatch: ${ka} requires ${sn} v${o} but found v${n}`)}checkReactAndDataTypes(t){let n=t[sn],r=t[Go];if(!(!n||!r)&&!va.default.eq(n,r))throw new Error(`Version mismatch: ${Go} and ${sn} must be on the same version. Found ${Go}@${r} and ${sn}@${n}`)}run(){let t=this.getInstalledDependencies();this.checkCLIAndDataTypes(t),this.checkReactAndDataTypes(t)}};var Td=require("fs-extra");Le();var Ad=require("@dotenvx/dotenvx"),ln=w(require("semver"));G();var Ed=require("child_process"),_d=require("util"),qD=(0,_d.promisify)(Ed.exec);async function Rt(e,t){try{let{stdout:n,stderr:r}=await qD(e,t);return{stdout:n.toString().trim(),stderr:r.toString().trim(),code:0}}catch(n){let r=n;return{stdout:r.stdout??"",stderr:r.stderr??String(r.message??""),code:r.code??1}}}Oe();var xa=w(Wo());(0,Ad.config)({quiet:!0,ignore:["MISSING_ENV_FILE"]});var Sd={npm:{updateCommand:"npm install",update:async e=>await Rt(`npm install ${e}`),getOutdated:async e=>{let{stdout:t}=await Rt(`npm outdated --json ${e}`);return JSON.parse(t)},lockFile:"package-lock.json",globalFlag:"--global",supported:!0},pnpm:{updateCommand:"pnpm add",update:async e=>await Rt(`pnpm add ${e}`),getOutdated:async e=>{let{stdout:t}=await Rt(`pnpm outdated --json ${e}`);return JSON.parse(t)},lockFile:"pnpm-lock.yaml",globalFlag:"--global",supported:!0},yarn:{lockFile:"yarn.lock",globalFlag:"",updateCommand:"",getOutdated:async()=>({}),update:async()=>({stdout:"",stderr:"",code:0}),supported:!1}},JD=["@webflow/webflow-cli","@webflow/data-types","@webflow/react","@webflow/emotion-utils","@webflow/styled-components-utils"],Gr=class{packageManager;constructor(){this.packageManager=this.getPackagerManagerInfo()}getPackagerManagerInfo(){for(let[,t]of Object.entries(Sd))if((0,Td.existsSync)(t.lockFile))return t;return Sd.npm}async listOutdatedPackages(t="local",n=JD){let{getOutdated:r,globalFlag:o}=this.packageManager,i=await r(`${t==="global"?o:""} ${n?.join(" ")}`);return Object.fromEntries(Object.entries(i).map(([s,a])=>Array.isArray(a)?[s,{current:a[0].current,latest:a[0].latest,installationType:t}]:[s,{current:a.current,latest:a.latest,installationType:t}]))}async getOutdatedPackages(){let t=await this.listOutdatedPackages();if(t["@webflow/webflow-cli"])return t;let n=await this.listOutdatedPackages("global",["@webflow/webflow-cli"]);return{...t,...n}}async showUpdatePrompt(t){if(Object.keys(t).length>1){let r=await qo({message:"New versions of the following @webflow packages are available. Would you like to update?",choices:Object.entries(t).map(([o,{current:i,latest:s}])=>({name:`${o} (${i} \u2192 ${s})`,value:o}))});return r??[]}else{let[[r,{current:o,latest:i}]]=Object.entries(t);return await Ee({message:`A new version of ${r} (${o} \u2192 ${i}) is available. Would you like to update?`,default:!1})?[r]:[]}}showUpdateSuggestions(t){let n=Object.keys(t).length>1,{updateCommand:r,globalFlag:o}=this.packageManager;if(n){console.log(`
|
|
27
27
|
New versions of the following @webflow packages are available:`),Object.entries(t).forEach(([a,{current:l,latest:c}])=>{console.log(` ${a} (${l} \u2192 ${c})`)});let i=Object.entries(t).filter(([,{installationType:a}])=>a==="local").map(([a])=>`${a}@latest`),s=Object.entries(t).filter(([,{installationType:a}])=>a==="global").map(([a])=>`${a}@latest`);console.log(`
|
|
28
28
|
To update, run:`),i.length>0&&console.log(` ${r} ${i.join(" ")}`),s.length>0&&console.log(` ${r} ${o} ${s.join(" ")}`)}else{let[[i,{current:s,latest:a,installationType:l}]]=Object.entries(t);console.log(`
|
|
29
|
-
A new version of ${i} (${s} \u2192 ${a}) is available.`);let c=l==="global"?` ${o}`:"";console.log(`To update, run: ${r}${c} ${i}@latest`)}}shouldSkipUpdateChecks(){return!this.packageManager.supported||process.env.WEBFLOW_SKIP_UPDATE_CHECKS==="true"}getDistTag(){let t=
|
|
30
|
-
A new version of @webflow/webflow-cli@${t} is available.`);let{code:p}=await
|
|
31
|
-
Use --force flag to reauthenticate anyway`);return}try{let o=await
|
|
32
|
-
You can now use other Webflow CLI commands that require authentication`)}catch(o){throw new h(o,{prefix:`${B} Authentication failed:`})}}),t.command("status").description("Show current authentication status").action(async()=>{let n=
|
|
29
|
+
A new version of ${i} (${s} \u2192 ${a}) is available.`);let c=l==="global"?` ${o}`:"";console.log(`To update, run: ${r}${c} ${i}@latest`)}}shouldSkipUpdateChecks(){return!this.packageManager.supported||process.env.WEBFLOW_SKIP_UPDATE_CHECKS==="true"}getDistTag(){let t=ln.prerelease(xa.default.version);return t&&t.length>0&&typeof t[0]=="string"?t[0]:"latest"}async promptPrerelease(t){let n;try{n=d.spinner("Checking for updates (to disable, use --skip-update-check)");let{stdout:r,code:o}=await Rt(`npm view @webflow/webflow-cli@${t} version`);if(o!==0||!r.trim()){n.succeed("Up to date");return}let i=r.trim(),s=xa.default.version;if(!ln.valid(i)||!ln.valid(s)){n.succeed("Up to date");return}if(!ln.gt(i,s)){n.succeed("All @webflow packages are up to date");return}if(n.succeed(),!process.stdin.isTTY||ie()){console.log(`
|
|
30
|
+
A new version of @webflow/webflow-cli@${t} is available.`);let{code:p}=await Rt("npm ls @webflow/webflow-cli --json"),m=(p===0?"local":"global")==="global"?" --global":"";console.log(`To update, run: ${this.packageManager.updateCommand}${m} @webflow/webflow-cli@${t}`);return}let{code:l}=await Rt("npm ls @webflow/webflow-cli --json"),c=l===0?"local":"global";if(await Ee({message:`A new version of @webflow/webflow-cli@${t} is available. Would you like to update?`,default:!1})){n=d.spinner("Updating");let p=c==="global"?` ${this.packageManager.globalFlag}`:"";try{await this.packageManager.update(`${p} @webflow/webflow-cli@${t}`),n.succeed("Updated successfully")}catch{let m=c==="global"?` ${this.packageManager.globalFlag}`:"";n.fail(`Update failed. Manually run: ${this.packageManager.updateCommand}${m} @webflow/webflow-cli@${t}`)}}}catch(r){n?.fail("Failed to check for updates"),d.debug(String(r))}}async prompt(){if(this.shouldSkipUpdateChecks())return;let t=this.getDistTag();if(t!=="latest")return this.promptPrerelease(t);let n;try{n=d.spinner("Checking for updates (to disable, use --skip-update-check)");let r=await this.getOutdatedPackages();if(!(Object.keys(r).length>0)){n.succeed("All @webflow packages are up to date");return}if(n.succeed(),!process.stdin.isTTY||ie()){this.showUpdateSuggestions(r);return}let s=await this.showUpdatePrompt(r);if(s.length>0){n=d.spinner("Updating");let{local:a,global:l}=s.reduce((f,m)=>(f[r[m].installationType==="global"?"global":"local"].push(m),f),{local:[],global:[]}),{update:c,globalFlag:u,updateCommand:p}=this.packageManager;try{a.length>0&&await c(`${a.map(f=>`${f}@latest`).join(" ")}`),l.length>0&&await c(`${u} ${l.map(f=>`${f}@latest`).join(" ")}`),n.succeed("Updated successfully")}catch{n.fail(`Update failed. Manually run: ${p} ${s.map(m=>`${m}@latest`).join(" ")}`)}}}catch(r){n?.fail("Failed to check for updates"),d.debug(String(r))}}};Oe();ga();fa();Le();Ie();Re();Oe();ve();G();te();ke();var Gd=e=>{let t=e.command("auth").description("Authentication and configuration commands");t.command("login").description("Authenticate with Webflow and save credentials to .env file").option("-f, --force","Force reauthentication even if credentials exist").action(async n=>{if(ie()){d.info(`${B} No-input mode enabled. Aborting OAuth authentication`);return}let{manifest:r}=ee();if(!n.force&&Kr()){let i=Zr(r);d.info(`${X} Webflow credentials already exist:`),i&&d.info(` Site ID: ${i}`),d.info(" API Token: [hidden]"),d.info(`
|
|
31
|
+
Use --force flag to reauthenticate anyway`);return}try{let o=await Q({force:n.force});yt({apiToken:o}),d.info(`
|
|
32
|
+
You can now use other Webflow CLI commands that require authentication`)}catch(o){throw new h(o,{prefix:`${B} Authentication failed:`})}}),t.command("status").description("Show current authentication status").action(async()=>{let n=Jr(),r=n?.accessToken??Kr();if(!r){d.info(`${B} Not logged in. Run 'webflow auth login' to authenticate.`),process.exitCode=1;return}try{let o=await Pa(r);if(!o){d.info(`${B} Token is invalid or expired. Run 'webflow auth login --force' to reauthenticate.`),process.exitCode=1;return}d.info(`${X} Logged in as ${o.firstName} ${o.lastName} (${o.email})`),n?.scopes?.length&&d.info(` Scopes: ${n.scopes.join(", ")}`),d.info(` Session: ${jt()}`)}catch(o){throw new h(o,{prefix:`${B} Failed to fetch auth status:`})}}),t.command("logout").description("Log out and remove stored credentials").action(async()=>{Ea(),d.info(`${X} Logged out. Session file removed.`),d.info(" Run 'webflow auth login' to authenticate again.")}),t.command("telemetry").description("Manage telemetry settings for all Webflow CLI commands").option("--enable","Enable telemetry for all commands").option("--disable","Disable telemetry for all commands").option("--status","Show current telemetry status").action(async n=>{let r=It.getInstance();if(n.status){let s=await r.getTelemetryStatus();d.info(Vd(s.enabled));return}if(n.enable){await r.setGlobalPreference(!0),d.info(Ra(!0));return}if(n.disable){await r.setGlobalPreference(!1),d.info(Ra(!1));return}let o=await r.getTelemetryStatus();if(d.info(Vd(o.enabled)),ie()){d.info("\u{1F4A1} When --no-input mode is enabled please provide --enable or --disable option");return}let i=await Ye({message:"What would you like to do?",choices:[{name:"Enable telemetry for all commands",value:"enable"},{name:"Disable telemetry for all commands",value:"disable"},{name:"Cancel",value:"cancel"}]});if(i==="enable"||i==="disable"){let s=i==="enable";await r.setGlobalPreference(s),d.info(Ra(s))}})},Ra=e=>`${X} Telemetry ${e?"enabled":"disabled"} for all Webflow CLI commands`,Vd=e=>`${ht} Telemetry status: ${e?`enabled ${X}`:`disabled ${B}`}`;var pp=w(require("http")),fp=w(require("node-fetch")),mp=w(require("serve-handler")),hp=require("fs"),gp=w(require("path")),yp=require("commander");var Jd=w(require("archiver")),ja=require("commander"),Xo=require("fs");var qd=require("cosmiconfig"),$a=require("commander"),Zo=async(e,t)=>{let n=await QD(t),r=n.config.apiVersion;return r&&typeof r!="string"&&$a.program.error('Error: The apiVersion field in webflow.json must be a string (i.e. "apiVersion": "2").'),{filepath:n.filepath,config:{publicDir:e,...n.config}}},QD=async e=>{let n=await(0,qd.cosmiconfig)("webflow",{searchPlaces:[e]}).search();return n||$a.program.error(`No ${e} file was found. Run this command within your extension folder.`),n};var Hd=w(require("mime-types")),Yo=w(require("path")),ev=5*1024*1024,tv=new Set(["application/javascript","application/json","application/xml","image/png","image/jpeg","image/gif","image/svg+xml","image/webp","image/vnd.microsoft.icon","image/x-icon","video/webm","font/ttf","font/otf","font/woff","font/woff2","text/plain","text/markdown","text/html","text/css"]),Kd=async(e,t,n)=>{let{config:r,filepath:o}=await Zo(e,t),i=Yo.join(o,".."),s=!0,a=!1,l=u=>{let p=u.name,f=Hd.default.lookup(p);return p==="index.html"&&(a=!0),p&&p.endsWith(".DS_Store")||!f?!1:tv.has(f)?u:(console.log(`Invalid file type: ${f} for file: ${p}`),s=!1,!1)},c=u=>{(0,Xo.unlink)(n,p=>{p&&console.error(`Failed to delete file: ${p}`),ja.program.error(u)})};return console.log(`Packaging the contents of the ${r.publicDir} folder into ${n}...`),new Promise(u=>{let p=(0,Jd.default)("zip",{zlib:{level:9}}),f=(0,Xo.createWriteStream)(Yo.join(i,n));f.on("close",()=>{u(void 0)}),p.directory(Yo.join(i,r.publicDir),!1,l),p.file(o,{name:t}),p.pipe(f),p.finalize(),p.on("warning",m=>{console.log(m)}),p.on("error",m=>{ja.program.error(m.message)}),p.on("finish",()=>{if(!a){c("Could not find index.html in your `publicDir`, all Designer Extension code needs to be inside of `publicDir`");return}if(!s){c("Bundling failed due to invalid file types");return}if(!p.pointer()||p.pointer()===0){c("Bundling failed with no output");return}if(p.pointer()>=ev){c("Bundling failed due to the bundle exceeding 5MB");return}console.log(`${p.pointer()} total bytes written`),console.log(`Done! ${n} is ready for you to upload to your Webflow app.`)})})};var Yr=w(require("path")),st=w(require("fs/promises")),ti=w(require("fs")),Yd=require("url"),zO=require("dotenv/config"),Xd=["js","cjs","json"],La=process.cwd(),Qd=".webflowrc",wt=Yr.extname(ti.readdirSync(La).find(e=>e.includes(Qd))??"").replace(/\./g,""),bt=Yr.join(La,`${Qd}${wt&&`.${wt}`}`),ep=ti.existsSync(bt),Na=class extends Error{constructor(){super(`Missing extension for .webflowrc file. The supported extensions are: ${Xd.join(", ")}`)}},Qo=class extends Error{constructor(){super(`Unsupported extension for .webflowrc: ${wt}. The supported extensions are: ${Xd.join(", ")}`)}},ei=class extends Error{constructor(t){let n=t.includes(".webflowrc"),r=t.includes("webflow.json"),o;n?o=`It seems like you don't have a .webflowrc file in your project (${t}). Make sure there is a .webflowrc file in your project root.`:r?o=`It seems like you don't have a webflow.json file in your project (${t}). Make sure there is a webflow.json file in your project root.`:o=`It seems like you don't have a config file in your project (${t}). Make sure there is a config file in your project root.`,super(o)}},Ba=class extends Error{constructor(t){super(`The following required fields are missing or undefined in your .webflowrc file: ${t}. If you're using process.env variables, make sure they're set up correctly.`)}};async function nv(e){return(await import(process.platform==="win32"&&e?.match(/[a-zA-Z]:[\\\/]/)?(0,Yd.pathToFileURL)(e).href:e)).default}function Zd(e,t){let n=t.filter(r=>!e[r]);if(n.length)throw new Ba(n.join(", "))}async function Hn(e=[],t=!1){if(!ep){if(t)return{};throw new ei(bt)}if(!wt)throw new Na;switch(wt){case"js":case"cjs":{await st.access(bt);let n=await nv(bt);return Zd(n,e),n}case"json":{let n=JSON.parse(await st.readFile(bt,"utf8"));return Zd(n,e),n}default:throw new Qo}}function rv(e,t){if(wt==="js"||wt==="cjs"){let r=new RegExp(`${t}: process.env.([\\w]+),`,"gi").exec(e);if(r)return r[1]}}function ov(e,t,n){let r=rv(t,n);if(r){let o=new RegExp(`${n}: ".*?",`,"g");return e.replace(o,`${n}: process.env.${r},`)}return e}async function iv(e){let t=["authToken","host","siteId"],n=await st.readFile(bt,"utf-8");for(let r of t)e=ov(e,n,r);return e}async function sv(){try{let e=Yr.join(La,"package.json");return await st.access(e),JSON.parse(await st.readFile(e,"utf-8"))?.type==="module"}catch{return!1}}async function tp(e){if(!ep)throw new ei(bt);let t=JSON.stringify(e,null,2);switch(wt){case"js":case"cjs":{let n=await iv(t.replace(/"([^"]+)":/g,"$1:")),r=await sv()&&wt==="js"?"export default ":"module.exports = ";return st.writeFile(bt,r+n)}case"json":return st.writeFile(bt,t);default:throw new Qo}}var Nt=w(require("fs")),Me=w(require("path"));var Xr="webflow.json",np="index.html",rp="bundle.zip",Ma="public",Ua="extension-scaffolds",ni="default",op="./";var ip="package.json",sp="wf-placeholder-name",Wa=e=>JSON.stringify(e,null,2),ap=e=>{let t="\u2500".repeat(e.length+2);return"\u256D"+t+`\u256E
|
|
33
33
|
\u2502 `+e+` \u2502
|
|
34
|
-
\u2570`+t+"\u256F"};var
|
|
35
|
-
`)},
|
|
34
|
+
\u2570`+t+"\u256F"};var lp=async(e,t=op,n=ni,r)=>{let o=r[n];try{for(let i of o){let s=Me.join(t,i),a=lv(s,n,e);if(i.includes(ip)||i.includes(Xr))await av(i,a,e);else{let l=await Nt.promises.readFile(i);await dp(a,l)}}}catch(i){console.error("Error writing file, ",i)}},cp=async()=>{let e={},t=Me.resolve(__dirname),n=Me.join(t,Ua),r=await Nt.promises.readdir(n);for(let o of r){let i=Me.join(n,o),s=await up(i);e[o]=s}return e},up=async e=>{let t=[];try{let n=await Nt.promises.readdir(e);for(let r of n){let o=Me.join(e,r);if((await Nt.promises.stat(o)).isDirectory()){let s=await up(o);t.push(...s)}else t.push(o)}}catch(n){console.error(`Error reading ${Me}, `,n)}return t},dp=async(e,t)=>{try{await Nt.promises.mkdir(Me.dirname(e),{recursive:!0}),await Nt.promises.writeFile(e,t)}catch(n){console.error("Error writing file ",n)}},av=async(e,t,n)=>Nt.promises.readFile(e,"utf8").then(async r=>{let o=r.replace(sp,n);await dp(t,o)}),lv=(e,t,n)=>{let r=Me.join(Ua,t),o=e.indexOf(r);if(o!==-1){let i=e.substring(o+r.length+1);return Me.join(n,i)}return""};var ri=async()=>await cp(),bp=async()=>{let e=await ri(),t=Object.keys(e).join(", ");console.log(`Your available templates are: ${t}`),console.log('\u{1F4A1} Syntax: "webflow extension init projectName templateName"'),console.log('\u{1F31F} Example: "webflow extension init my-first-extension react"')},wp=async(e,t=ni)=>{let n=`./${e}`;console.log(`Scaffolding your new extension named: ${e}...`);let r=await ri();await lp(e,n,t,r),console.log(`Done! Check out ${n}/README.md for steps on how to develop your extension.`)},Dp=()=>Kd(Ma,Xr,rp),vp=async e=>{let{config:t,filepath:n}=await Zo(Ma,Xr),r=gp.join(n,"..",t.publicDir,np),i=(await Hn([],!0)).extensionTemplateDomain||"webflow-ext.com",s=t.apiVersion==="2"?"template/v2":"template",a=Object.keys(t.featureFlags||{}).map(m=>t.featureFlags?.[m]===!0?`ff_on=${m}`:`ff_off=${m}`).join("&"),l=a?`&${a}`:"",u=await(await(0,fp.default)(`https://${i}/${s}?name=${t.name}${l}`)).text(),p=new pp.Server((m,g)=>{if(m.url==="/"){hp.promises.readFile(r,{encoding:"utf-8"}).catch(v=>{yp.program.error(v.message)}).then(v=>{let F=u.replace("{{ui}}",v);return g.writeHead(200,{"Content-Length":Buffer.byteLength(F),"Content-Type":"text/html"}),g.end(F)});return}if(m.url==="/__webflow")return g.writeHead(200,{"Content-Length":Buffer.byteLength(Wa(t)),"Content-Type":"application/json","Access-Control-Allow-Origin":"*","Access-Control-Allow-Headers":"*"}),g.end(Wa(t));(0,mp.default)(m,g,{public:t.publicDir,cleanUrls:!1,directoryListing:!1})}),f=cv(e);p.listen(f),console.log(ap(`Serving your extension at http://localhost:${f}`)+`
|
|
35
|
+
`)},cv=e=>{if(e){let t=parseInt(e,10);return isNaN(t)?(console.log("Invalid port number provided. Using the default port "+1337),1337):t}return 1337};Le();te();var kp=e=>{let t=e.command("extension").description("CLI for developing Designer Extensions.");t.command("list").description("Get list of project templates that can be used for `init`").action(bp),t.command("init").description("Bootstrap a Designer Extension.").argument("[projectName]","What is your Designer Extension's name?").argument("[scaffoldName]","Which project template do you want to use?").action(async(n,r)=>{let o=await ri(),i=Object.keys(o),s=await _e({message:"What would you like to name your Designer Extension?",default:n,validate:l=>l.trim()===""?"The Designer Extension name cannot be empty.":!0});if(s===null)throw new h("When --no-input mode is enabled please provide the [projectName] argument.");let a=await Ye({message:"Which project template would you like to use?",choices:i.map(l=>({name:l,value:l})),default:r||"default"});await wp(s,a)}),t.command("bundle").description("Prepare package that can be uploaded to Webflow.").action(Dp),t.command("serve").description("Serve your extension locally.").argument("[port]","The port to serve your extension on").action(vp)};var Zl=w(require("process"));G();ae();ve();var Cp=w(require("fs"));te();async function ii(e){let{authToken:t,siteId:n}=e||{},{path:r,isUserDefined:o}=on(),i=Cp.existsSync(r),s=!1;try{let{manifest:a}=ee();s=!0,o&&d.info(`Using manifest file: ${r}`);try{let l=Nr(a,"devlink");if(!t||!n)throw new Error(`Missing Site ID or API token. Make sure you have WEBFLOW_API_TOKEN and WEBFLOW_SITE_ID set in your environment variables, or pass them as arguments --site and --api-token.
|
|
36
36
|
|
|
37
37
|
To set up your credentials, run:
|
|
38
|
-
webflow auth login`);return
|
|
38
|
+
webflow auth login`);return xp(l?.relativeHrefRoot),{...l,host:I,authToken:t,siteId:n,cssModules:!!l?.cssModules,components:oi(l?.components),fileExtensions:l?.fileExtensions,...e}}catch(l){throw new h(l,{prefix:`Failed to read devlink config from manifest file: ${r}
|
|
39
39
|
`})}}catch(a){if(o||i||s){let l=o?`The manifest file specified via --manifest flag was not found or is invalid: ${r}
|
|
40
40
|
`:`Your manifest file exists but is invalid or missing required properties: ${r}
|
|
41
|
-
`;throw new h(a,{prefix:l})}}try{let a=[];t||a.push("authToken"),n||a.push("siteId");let l=await
|
|
41
|
+
`;throw new h(a,{prefix:l})}}try{let a=[];t||a.push("authToken"),n||a.push("siteId");let l=await Hn(a);return xp(l?.relativeHrefRoot),{...l,host:l.host||I,cssModules:!!l?.cssModules,components:oi(l?.components),fileExtensions:l?.fileExtensions,...e}}catch(a){throw a instanceof Error&&a.message.includes(".webflowrc")&&(a.message=`No configuration file found. Please create either:
|
|
42
42
|
- webflow.json with a "devlink" section, or
|
|
43
43
|
- .webflowrc file
|
|
44
|
-
in your project root.`),new h(a)}}function ip(e){if(!(e===void 0||e===!1)){if(typeof e=="string"){if(e==="/"||e.startsWith("http://")||e.startsWith("https://"))return;throw new Error(`Invalid relativeHrefRoot value "${e}". Must be false, "/" or an absolute URL starting with http:// or https://`)}throw new Error(`Invalid relativeHrefRoot type. Must be false, "/" or an absolute URL string, got: ${typeof e}`)}}function Jo(e){if(typeof e=="string")return e;if(Array.isArray(e))return e.map(t=>`^${t}$`).join("|")}Pa();nt();ne();var zD=Object.create,ml=Object.defineProperty,WD=Object.getOwnPropertyDescriptor,VD=Object.getOwnPropertyNames,GD=Object.getPrototypeOf,qD=Object.prototype.hasOwnProperty,Kn=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),$=(e,t)=>{for(var n in t)ml(e,n,{get:t[n],enumerable:!0})},JD=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of VD(t))!qD.call(e,o)&&o!==n&&ml(e,o,{get:()=>t[o],enumerable:!(r=WD(t,o))||r.enumerable});return e},HD=(e,t,n)=>(n=e!=null?zD(GD(e)):{},JD(t||!e||!e.__esModule?ml(n,"default",{value:e,enumerable:!0}):n,e)),ZD=Kn(e=>{var t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split("");e.encode=function(n){if(0<=n&&n<t.length)return t[n];throw new TypeError("Must be between 0 and 63: "+n)},e.decode=function(n){var r=65,o=90,i=97,s=122,a=48,l=57,c=43,u=47,p=26,f=52;return r<=n&&n<=o?n-r:i<=n&&n<=s?n-i+p:a<=n&&n<=l?n-a+f:n==c?62:n==u?63:-1}}),KD=Kn(e=>{var t=ZD(),n=5,r=1<<n,o=r-1,i=r;function s(l){return l<0?(-l<<1)+1:(l<<1)+0}function a(l){var c=(l&1)===1,u=l>>1;return c?-u:u}e.encode=function(l){var c="",u,p=s(l);do u=p&o,p>>>=n,p>0&&(u|=i),c+=t.encode(u);while(p>0);return c},e.decode=function(l,c,u){var p=l.length,f=0,m=0,y,v;do{if(c>=p)throw new Error("Expected more digits in base 64 VLQ value.");if(v=t.decode(l.charCodeAt(c++)),v===-1)throw new Error("Invalid base64 digit: "+l.charAt(c-1));y=!!(v&i),v&=o,f=f+(v<<m),m+=n}while(y);u.value=a(f),u.rest=c}}),hl=Kn(e=>{function t(g,b,j){if(b in g)return g[b];if(arguments.length===3)return j;throw new Error('"'+b+'" is a required argument.')}e.getArg=t;var n=/^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.-]*)(?::(\d+))?(.*)$/,r=/^data:.+\,.+$/;function o(g){var b=g.match(n);return b?{scheme:b[1],auth:b[2],host:b[3],port:b[4],path:b[5]}:null}e.urlParse=o;function i(g){var b="";return g.scheme&&(b+=g.scheme+":"),b+="//",g.auth&&(b+=g.auth+"@"),g.host&&(b+=g.host),g.port&&(b+=":"+g.port),g.path&&(b+=g.path),b}e.urlGenerate=i;var s=32;function a(g){var b=[];return function(j){for(var F=0;F<b.length;F++)if(b[F].input===j){var he=b[0];return b[0]=b[F],b[F]=he,b[0].result}var qe=g(j);return b.unshift({input:j,result:qe}),b.length>s&&b.pop(),qe}}var l=a(function(g){var b=g,j=o(g);if(j){if(!j.path)return g;b=j.path}for(var F=e.isAbsolute(b),he=[],qe=0,W=0;;)if(qe=W,W=b.indexOf("/",qe),W===-1){he.push(b.slice(qe));break}else for(he.push(b.slice(qe,W));W<b.length&&b[W]==="/";)W++;for(var ae,Ct=0,W=he.length-1;W>=0;W--)ae=he[W],ae==="."?he.splice(W,1):ae===".."?Ct++:Ct>0&&(ae===""?(he.splice(W+1,Ct),Ct=0):(he.splice(W,2),Ct--));return b=he.join("/"),b===""&&(b=F?"/":"."),j?(j.path=b,i(j)):b});e.normalize=l;function c(g,b){g===""&&(g="."),b===""&&(b=".");var j=o(b),F=o(g);if(F&&(g=F.path||"/"),j&&!j.scheme)return F&&(j.scheme=F.scheme),i(j);if(j||b.match(r))return b;if(F&&!F.host&&!F.path)return F.host=b,i(F);var he=b.charAt(0)==="/"?b:l(g.replace(/\/+$/,"")+"/"+b);return F?(F.path=he,i(F)):he}e.join=c,e.isAbsolute=function(g){return g.charAt(0)==="/"||n.test(g)};function u(g,b){g===""&&(g="."),g=g.replace(/\/$/,"");for(var j=0;b.indexOf(g+"/")!==0;){var F=g.lastIndexOf("/");if(F<0||(g=g.slice(0,F),g.match(/^([^\/]+:\/)?\/*$/)))return b;++j}return Array(j+1).join("../")+b.substr(g.length+1)}e.relative=u;var p=function(){var g=Object.create(null);return!("__proto__"in g)}();function f(g){return g}function m(g){return v(g)?"$"+g:g}e.toSetString=p?f:m;function y(g){return v(g)?g.slice(1):g}e.fromSetString=p?f:y;function v(g){if(!g)return!1;var b=g.length;if(b<9||g.charCodeAt(b-1)!==95||g.charCodeAt(b-2)!==95||g.charCodeAt(b-3)!==111||g.charCodeAt(b-4)!==116||g.charCodeAt(b-5)!==111||g.charCodeAt(b-6)!==114||g.charCodeAt(b-7)!==112||g.charCodeAt(b-8)!==95||g.charCodeAt(b-9)!==95)return!1;for(var j=b-10;j>=0;j--)if(g.charCodeAt(j)!==36)return!1;return!0}function E(g,b,j){var F=O(g.source,b.source);return F!==0||(F=g.originalLine-b.originalLine,F!==0)||(F=g.originalColumn-b.originalColumn,F!==0||j)||(F=g.generatedColumn-b.generatedColumn,F!==0)||(F=g.generatedLine-b.generatedLine,F!==0)?F:O(g.name,b.name)}e.compareByOriginalPositions=E;function _(g,b,j){var F;return F=g.originalLine-b.originalLine,F!==0||(F=g.originalColumn-b.originalColumn,F!==0||j)||(F=g.generatedColumn-b.generatedColumn,F!==0)||(F=g.generatedLine-b.generatedLine,F!==0)?F:O(g.name,b.name)}e.compareByOriginalPositionsNoSource=_;function U(g,b,j){var F=g.generatedLine-b.generatedLine;return F!==0||(F=g.generatedColumn-b.generatedColumn,F!==0||j)||(F=O(g.source,b.source),F!==0)||(F=g.originalLine-b.originalLine,F!==0)||(F=g.originalColumn-b.originalColumn,F!==0)?F:O(g.name,b.name)}e.compareByGeneratedPositionsDeflated=U;function C(g,b,j){var F=g.generatedColumn-b.generatedColumn;return F!==0||j||(F=O(g.source,b.source),F!==0)||(F=g.originalLine-b.originalLine,F!==0)||(F=g.originalColumn-b.originalColumn,F!==0)?F:O(g.name,b.name)}e.compareByGeneratedPositionsDeflatedNoLine=C;function O(g,b){return g===b?0:g===null?1:b===null?-1:g>b?1:-1}function X(g,b){var j=g.generatedLine-b.generatedLine;return j!==0||(j=g.generatedColumn-b.generatedColumn,j!==0)||(j=O(g.source,b.source),j!==0)||(j=g.originalLine-b.originalLine,j!==0)||(j=g.originalColumn-b.originalColumn,j!==0)?j:O(g.name,b.name)}e.compareByGeneratedPositionsInflated=X;function L(g){return JSON.parse(g.replace(/^\)]}'[^\n]*\n/,""))}e.parseSourceMapInput=L;function A(g,b,j){if(b=b||"",g&&(g[g.length-1]!=="/"&&b[0]!=="/"&&(g+="/"),b=g+b),j){var F=o(j);if(!F)throw new Error("sourceMapURL could not be parsed");if(F.path){var he=F.path.lastIndexOf("/");he>=0&&(F.path=F.path.substring(0,he+1))}b=c(i(F),b)}return l(b)}e.computeSourceURL=A}),YD=Kn(e=>{var t=hl(),n=Object.prototype.hasOwnProperty,r=typeof Map<"u";function o(){this._array=[],this._set=r?new Map:Object.create(null)}o.fromArray=function(i,s){for(var a=new o,l=0,c=i.length;l<c;l++)a.add(i[l],s);return a},o.prototype.size=function(){return r?this._set.size:Object.getOwnPropertyNames(this._set).length},o.prototype.add=function(i,s){var a=r?i:t.toSetString(i),l=r?this.has(i):n.call(this._set,a),c=this._array.length;(!l||s)&&this._array.push(i),l||(r?this._set.set(i,c):this._set[a]=c)},o.prototype.has=function(i){if(r)return this._set.has(i);var s=t.toSetString(i);return n.call(this._set,s)},o.prototype.indexOf=function(i){if(r){var s=this._set.get(i);if(s>=0)return s}else{var a=t.toSetString(i);if(n.call(this._set,a))return this._set[a]}throw new Error('"'+i+'" is not in the set.')},o.prototype.at=function(i){if(i>=0&&i<this._array.length)return this._array[i];throw new Error("No element indexed by "+i)},o.prototype.toArray=function(){return this._array.slice()},e.ArraySet=o}),XD=Kn(e=>{var t=hl();function n(o,i){var s=o.generatedLine,a=i.generatedLine,l=o.generatedColumn,c=i.generatedColumn;return a>s||a==s&&c>=l||t.compareByGeneratedPositionsInflated(o,i)<=0}function r(){this._array=[],this._sorted=!0,this._last={generatedLine:-1,generatedColumn:0}}r.prototype.unsortedForEach=function(o,i){this._array.forEach(o,i)},r.prototype.add=function(o){n(this._last,o)?(this._last=o,this._array.push(o)):(this._sorted=!1,this._array.push(o))},r.prototype.toArray=function(){return this._sorted||(this._array.sort(t.compareByGeneratedPositionsInflated),this._sorted=!0),this._array},e.MappingList=r}),QD=Kn(e=>{var t=KD(),n=hl(),r=YD().ArraySet,o=XD().MappingList;function i(s){s||(s={}),this._file=n.getArg(s,"file",null),this._sourceRoot=n.getArg(s,"sourceRoot",null),this._skipValidation=n.getArg(s,"skipValidation",!1),this._sources=new r,this._names=new r,this._mappings=new o,this._sourcesContents=null}i.prototype._version=3,i.fromSourceMap=function(s){var a=s.sourceRoot,l=new i({file:s.file,sourceRoot:a});return s.eachMapping(function(c){var u={generated:{line:c.generatedLine,column:c.generatedColumn}};c.source!=null&&(u.source=c.source,a!=null&&(u.source=n.relative(a,u.source)),u.original={line:c.originalLine,column:c.originalColumn},c.name!=null&&(u.name=c.name)),l.addMapping(u)}),s.sources.forEach(function(c){var u=c;a!==null&&(u=n.relative(a,c)),l._sources.has(u)||l._sources.add(u);var p=s.sourceContentFor(c);p!=null&&l.setSourceContent(c,p)}),l},i.prototype.addMapping=function(s){var a=n.getArg(s,"generated"),l=n.getArg(s,"original",null),c=n.getArg(s,"source",null),u=n.getArg(s,"name",null);this._skipValidation||this._validateMapping(a,l,c,u),c!=null&&(c=String(c),this._sources.has(c)||this._sources.add(c)),u!=null&&(u=String(u),this._names.has(u)||this._names.add(u)),this._mappings.add({generatedLine:a.line,generatedColumn:a.column,originalLine:l!=null&&l.line,originalColumn:l!=null&&l.column,source:c,name:u})},i.prototype.setSourceContent=function(s,a){var l=s;this._sourceRoot!=null&&(l=n.relative(this._sourceRoot,l)),a!=null?(this._sourcesContents||(this._sourcesContents=Object.create(null)),this._sourcesContents[n.toSetString(l)]=a):this._sourcesContents&&(delete this._sourcesContents[n.toSetString(l)],Object.keys(this._sourcesContents).length===0&&(this._sourcesContents=null))},i.prototype.applySourceMap=function(s,a,l){var c=a;if(a==null){if(s.file==null)throw new Error(`SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, or the source map's "file" property. Both were omitted.`);c=s.file}var u=this._sourceRoot;u!=null&&(c=n.relative(u,c));var p=new r,f=new r;this._mappings.unsortedForEach(function(m){if(m.source===c&&m.originalLine!=null){var y=s.originalPositionFor({line:m.originalLine,column:m.originalColumn});y.source!=null&&(m.source=y.source,l!=null&&(m.source=n.join(l,m.source)),u!=null&&(m.source=n.relative(u,m.source)),m.originalLine=y.line,m.originalColumn=y.column,y.name!=null&&(m.name=y.name))}var v=m.source;v!=null&&!p.has(v)&&p.add(v);var E=m.name;E!=null&&!f.has(E)&&f.add(E)},this),this._sources=p,this._names=f,s.sources.forEach(function(m){var y=s.sourceContentFor(m);y!=null&&(l!=null&&(m=n.join(l,m)),u!=null&&(m=n.relative(u,m)),this.setSourceContent(m,y))},this)},i.prototype._validateMapping=function(s,a,l,c){if(a&&typeof a.line!="number"&&typeof a.column!="number")throw new Error("original.line and original.column are not numbers -- you probably meant to omit the original mapping entirely and only map the generated position. If so, pass null for the original mapping instead of an object with empty or null values.");if(!(s&&"line"in s&&"column"in s&&s.line>0&&s.column>=0&&!a&&!l&&!c)){if(s&&"line"in s&&"column"in s&&a&&"line"in a&&"column"in a&&s.line>0&&s.column>=0&&a.line>0&&a.column>=0&&l)return;throw new Error("Invalid mapping: "+JSON.stringify({generated:s,source:l,original:a,name:c}))}},i.prototype._serializeMappings=function(){for(var s=0,a=1,l=0,c=0,u=0,p=0,f="",m,y,v,E,_=this._mappings.toArray(),U=0,C=_.length;U<C;U++){if(y=_[U],m="",y.generatedLine!==a)for(s=0;y.generatedLine!==a;)m+=";",a++;else if(U>0){if(!n.compareByGeneratedPositionsInflated(y,_[U-1]))continue;m+=","}m+=t.encode(y.generatedColumn-s),s=y.generatedColumn,y.source!=null&&(E=this._sources.indexOf(y.source),m+=t.encode(E-p),p=E,m+=t.encode(y.originalLine-1-c),c=y.originalLine-1,m+=t.encode(y.originalColumn-l),l=y.originalColumn,y.name!=null&&(v=this._names.indexOf(y.name),m+=t.encode(v-u),u=v)),f+=m}return f},i.prototype._generateSourcesContent=function(s,a){return s.map(function(l){if(!this._sourcesContents)return null;a!=null&&(l=n.relative(a,l));var c=n.toSetString(l);return Object.prototype.hasOwnProperty.call(this._sourcesContents,c)?this._sourcesContents[c]:null},this)},i.prototype.toJSON=function(){var s={version:this._version,sources:this._sources.toArray(),names:this._names.toArray(),mappings:this._serializeMappings()};return this._file!=null&&(s.file=this._file),this._sourceRoot!=null&&(s.sourceRoot=this._sourceRoot),this._sourcesContents&&(s.sourcesContent=this._generateSourcesContent(s.sources,s.sourceRoot)),s},i.prototype.toString=function(){return JSON.stringify(this.toJSON())},e.SourceMapGenerator=i}),e0={};$(e0,{AtKeyword:()=>o0,BadString:()=>a0,BadUrl:()=>c0,CDC:()=>g0,CDO:()=>h0,Colon:()=>y0,Comma:()=>w0,Comment:()=>E0,Delim:()=>u0,Dimension:()=>f0,EOF:()=>t0,Function:()=>r0,Hash:()=>i0,Ident:()=>n0,LeftCurlyBracket:()=>C0,LeftParenthesis:()=>k0,LeftSquareBracket:()=>D0,Number:()=>d0,Percentage:()=>p0,RightCurlyBracket:()=>F0,RightParenthesis:()=>x0,RightSquareBracket:()=>v0,Semicolon:()=>b0,String:()=>s0,Url:()=>l0,WhiteSpace:()=>m0});var t0=0,n0=1,r0=2,o0=3,i0=4,s0=5,a0=6,l0=7,c0=8,u0=9,d0=10,p0=11,f0=12,m0=13,h0=14,g0=15,y0=16,b0=17,w0=18,D0=19,v0=20,k0=21,x0=22,C0=23,F0=24,E0=25;function ge(e){return e>=48&&e<=57}function Lt(e){return ge(e)||e>=65&&e<=70||e>=97&&e<=102}function gl(e){return e>=65&&e<=90}function _0(e){return e>=97&&e<=122}function S0(e){return gl(e)||_0(e)}function T0(e){return e>=128}function ci(e){return S0(e)||T0(e)||e===95}function yl(e){return ci(e)||ge(e)||e===45}function A0(e){return e>=0&&e<=8||e===11||e>=14&&e<=31||e===127}function ui(e){return e===10||e===13||e===12}function sn(e){return ui(e)||e===32||e===9}function Xe(e,t){return!(e!==92||ui(t)||t===0)}function oi(e,t,n){return e===45?ci(t)||t===45||Xe(t,n):ci(e)?!0:e===92?Xe(e,t):!1}function Ia(e,t,n){return e===43||e===45?ge(t)?2:t===46&&ge(n)?3:0:e===46?ge(t)?2:0:ge(e)?1:0}function rf(e){return e===65279||e===65534?1:0}var Xa=new Array(128),O0=128,ii=130,of=131,bl=132,sf=133;for(let e=0;e<Xa.length;e++)Xa[e]=sn(e)&&ii||ge(e)&&of||ci(e)&&bl||A0(e)&&sf||e||O0;function Ra(e){return e<128?Xa[e]:bl}function qn(e,t){return t<e.length?e.charCodeAt(t):0}function Qa(e,t,n){return n===13&&qn(e,t+1)===10?2:1}function Jn(e,t,n){let r=e.charCodeAt(t);return gl(r)&&(r=r|32),r===n}function Qr(e,t,n,r){if(n-t!==r.length||t<0||n>e.length)return!1;for(let o=t;o<n;o++){let i=r.charCodeAt(o-t),s=e.charCodeAt(o);if(gl(s)&&(s=s|32),s!==i)return!1}return!0}function P0(e,t){for(;t>=0&&sn(e.charCodeAt(t));t--);return t+1}function Yo(e,t){for(;t<e.length&&sn(e.charCodeAt(t));t++);return t}function $a(e,t){for(;t<e.length&&ge(e.charCodeAt(t));t++);return t}function an(e,t){if(t+=2,Lt(qn(e,t-1))){for(let r=Math.min(e.length,t+5);t<r&&Lt(qn(e,t));t++);let n=qn(e,t);sn(n)&&(t+=Qa(e,t,n))}return t}function Xo(e,t){for(;t<e.length;t++){let n=e.charCodeAt(t);if(!yl(n)){if(Xe(n,qn(e,t+1))){t=an(e,t)-1;continue}break}}return t}function yi(e,t){let n=e.charCodeAt(t);if((n===43||n===45)&&(n=e.charCodeAt(t+=1)),ge(n)&&(t=$a(e,t+1),n=e.charCodeAt(t)),n===46&&ge(e.charCodeAt(t+1))&&(t+=2,t=$a(e,t)),Jn(e,t,101)){let r=0;n=e.charCodeAt(t+1),(n===45||n===43)&&(r=1,n=e.charCodeAt(t+2)),ge(n)&&(t=$a(e,t+1+r+1))}return t}function ja(e,t){for(;t<e.length;t++){let n=e.charCodeAt(t);if(n===41){t++;break}Xe(n,qn(e,t+1))&&(t=an(e,t))}return t}function wl(e){if(e.length===1&&!Lt(e.charCodeAt(0)))return e[0];let t=parseInt(e,16);return(t===0||t>=55296&&t<=57343||t>1114111)&&(t=65533),String.fromCodePoint(t)}var af=["EOF-token","ident-token","function-token","at-keyword-token","hash-token","string-token","bad-string-token","url-token","bad-url-token","delim-token","number-token","percentage-token","dimension-token","whitespace-token","CDO-token","CDC-token","colon-token","semicolon-token","comma-token","[-token","]-token","(-token",")-token","{-token","}-token"];function di(e=null,t){return e===null||e.length<t?new Uint32Array(Math.max(t+1024,16384)):e}var ap=10,I0=12,lp=13;function cp(e){let t=e.source,n=t.length,r=t.length>0?rf(t.charCodeAt(0)):0,o=di(e.lines,n),i=di(e.columns,n),s=e.startLine,a=e.startColumn;for(let l=r;l<n;l++){let c=t.charCodeAt(l);o[l]=s,i[l]=a++,(c===ap||c===lp||c===I0)&&(c===lp&&l+1<n&&t.charCodeAt(l+1)===ap&&(l++,o[l]=s,i[l]=a),s++,a=1)}o[n]=s,i[n]=a,e.lines=o,e.columns=i,e.computed=!0}var R0=class{constructor(){this.lines=null,this.columns=null,this.computed=!1}setSource(e,t=0,n=1,r=1){this.source=e,this.startOffset=t,this.startLine=n,this.startColumn=r,this.computed=!1}getLocation(e,t){return this.computed||cp(this),{source:t,offset:this.startOffset+e,line:this.lines[e],column:this.columns[e]}}getLocationRange(e,t,n){return this.computed||cp(this),{source:n,start:{offset:this.startOffset+e,line:this.lines[e],column:this.columns[e]},end:{offset:this.startOffset+t,line:this.lines[t],column:this.columns[t]}}}},Me=16777215,jt=24,$0=new Map([[2,22],[21,22],[19,20],[23,24]]),j0=class{constructor(e,t){this.setSource(e,t)}reset(){this.eof=!1,this.tokenIndex=-1,this.tokenType=0,this.tokenStart=this.firstCharOffset,this.tokenEnd=this.firstCharOffset}setSource(e="",t=()=>{}){e=String(e||"");let n=e.length,r=di(this.offsetAndType,e.length+1),o=di(this.balance,e.length+1),i=0,s=0,a=0,l=-1;for(this.offsetAndType=null,this.balance=null,t(e,(c,u,p)=>{switch(c){default:o[i]=n;break;case s:{let f=a&Me;for(a=o[f],s=a>>jt,o[i]=f,o[f++]=i;f<i;f++)o[f]===n&&(o[f]=i);break}case 21:case 2:case 19:case 23:o[i]=a,s=$0.get(c),a=s<<jt|i;break}r[i++]=c<<jt|p,l===-1&&(l=u)}),r[i]=0<<jt|n,o[i]=n,o[n]=n;a!==0;){let c=a&Me;a=o[c],o[c]=n}this.source=e,this.firstCharOffset=l===-1?0:l,this.tokenCount=i,this.offsetAndType=r,this.balance=o,this.reset(),this.next()}lookupType(e){return e+=this.tokenIndex,e<this.tokenCount?this.offsetAndType[e]>>jt:0}lookupOffset(e){return e+=this.tokenIndex,e<this.tokenCount?this.offsetAndType[e-1]&Me:this.source.length}lookupValue(e,t){return e+=this.tokenIndex,e<this.tokenCount?Qr(this.source,this.offsetAndType[e-1]&Me,this.offsetAndType[e]&Me,t):!1}getTokenStart(e){return e===this.tokenIndex?this.tokenStart:e>0?e<this.tokenCount?this.offsetAndType[e-1]&Me:this.offsetAndType[this.tokenCount]&Me:this.firstCharOffset}substrToCursor(e){return this.source.substring(e,this.tokenStart)}isBalanceEdge(e){return this.balance[this.tokenIndex]<e}isDelim(e,t){return t?this.lookupType(t)===9&&this.source.charCodeAt(this.lookupOffset(t))===e:this.tokenType===9&&this.source.charCodeAt(this.tokenStart)===e}skip(e){let t=this.tokenIndex+e;t<this.tokenCount?(this.tokenIndex=t,this.tokenStart=this.offsetAndType[t-1]&Me,t=this.offsetAndType[t],this.tokenType=t>>jt,this.tokenEnd=t&Me):(this.tokenIndex=this.tokenCount,this.next())}next(){let e=this.tokenIndex+1;e<this.tokenCount?(this.tokenIndex=e,this.tokenStart=this.tokenEnd,e=this.offsetAndType[e],this.tokenType=e>>jt,this.tokenEnd=e&Me):(this.eof=!0,this.tokenIndex=this.tokenCount,this.tokenType=0,this.tokenStart=this.tokenEnd=this.source.length)}skipSC(){for(;this.tokenType===13||this.tokenType===25;)this.next()}skipUntilBalanced(e,t){let n=e,r,o;e:for(;n<this.tokenCount;n++){if(r=this.balance[n],r<e)break e;switch(o=n>0?this.offsetAndType[n-1]&Me:this.firstCharOffset,t(this.source.charCodeAt(o))){case 1:break e;case 2:n++;break e;default:this.balance[r]===n&&(n=r)}}this.skip(n-this.tokenIndex)}forEachToken(e){for(let t=0,n=this.firstCharOffset;t<this.tokenCount;t++){let r=n,o=this.offsetAndType[t],i=o&Me,s=o>>jt;n=i,e(s,r,i,t)}}dump(){let e=new Array(this.tokenCount);return this.forEachToken((t,n,r,o)=>{e[o]={idx:o,type:af[t],chunk:this.source.substring(n,r),balance:this.balance[o]}}),e}};function bi(e,t){function n(p){return p<a?e.charCodeAt(p):0}function r(){if(c=yi(e,c),oi(n(c),n(c+1),n(c+2))){u=12,c=Xo(e,c);return}if(n(c)===37){u=11,c++;return}u=10}function o(){let p=c;if(c=Xo(e,c),Qr(e,p,c,"url")&&n(c)===40){if(c=Yo(e,c+1),n(c)===34||n(c)===39){u=2,c=p+4;return}s();return}if(n(c)===40){u=2,c++;return}u=1}function i(p){for(p||(p=n(c++)),u=5;c<e.length;c++){let f=e.charCodeAt(c);switch(Ra(f)){case p:c++;return;case ii:if(ui(f)){c+=Qa(e,c,f),u=6;return}break;case 92:if(c===e.length-1)break;let m=n(c+1);ui(m)?c+=Qa(e,c+1,m):Xe(f,m)&&(c=an(e,c)-1);break}}}function s(){for(u=7,c=Yo(e,c);c<e.length;c++){let p=e.charCodeAt(c);switch(Ra(p)){case 41:c++;return;case ii:if(c=Yo(e,c),n(c)===41||c>=e.length){c<e.length&&c++;return}c=ja(e,c),u=8;return;case 34:case 39:case 40:case sf:c=ja(e,c),u=8;return;case 92:if(Xe(p,n(c+1))){c=an(e,c)-1;break}c=ja(e,c),u=8;return}}}e=String(e||"");let a=e.length,l=rf(n(0)),c=l,u;for(;c<a;){let p=e.charCodeAt(c);switch(Ra(p)){case ii:u=13,c=Yo(e,c+1);break;case 34:i();break;case 35:yl(n(c+1))||Xe(n(c+1),n(c+2))?(u=4,c=Xo(e,c+1)):(u=9,c++);break;case 39:i();break;case 40:u=21,c++;break;case 41:u=22,c++;break;case 43:Ia(p,n(c+1),n(c+2))?r():(u=9,c++);break;case 44:u=18,c++;break;case 45:Ia(p,n(c+1),n(c+2))?r():n(c+1)===45&&n(c+2)===62?(u=15,c=c+3):oi(p,n(c+1),n(c+2))?o():(u=9,c++);break;case 46:Ia(p,n(c+1),n(c+2))?r():(u=9,c++);break;case 47:n(c+1)===42?(u=25,c=e.indexOf("*/",c+2),c=c===-1?e.length:c+2):(u=9,c++);break;case 58:u=16,c++;break;case 59:u=17,c++;break;case 60:n(c+1)===33&&n(c+2)===45&&n(c+3)===45?(u=14,c=c+4):(u=9,c++);break;case 64:oi(n(c+1),n(c+2),n(c+3))?(u=3,c=Xo(e,c+1)):(u=9,c++);break;case 91:u=19,c++;break;case 92:Xe(p,n(c+1))?o():(u=9,c++);break;case 93:u=20,c++;break;case 123:u=23,c++;break;case 125:u=24,c++;break;case of:r();break;case bl:o();break;default:u=9,c++}t(u,l,l=c)}}var Un=null,me=class{static createItem(e){return{prev:null,next:null,data:e}}constructor(){this.head=null,this.tail=null,this.cursor=null}createItem(e){return me.createItem(e)}allocateCursor(e,t){let n;return Un!==null?(n=Un,Un=Un.cursor,n.prev=e,n.next=t,n.cursor=this.cursor):n={prev:e,next:t,cursor:this.cursor},this.cursor=n,n}releaseCursor(){let{cursor:e}=this;this.cursor=e.cursor,e.prev=null,e.next=null,e.cursor=Un,Un=e}updateCursors(e,t,n,r){let{cursor:o}=this;for(;o!==null;)o.prev===e&&(o.prev=t),o.next===n&&(o.next=r),o=o.cursor}*[Symbol.iterator](){for(let e=this.head;e!==null;e=e.next)yield e.data}get size(){let e=0;for(let t=this.head;t!==null;t=t.next)e++;return e}get isEmpty(){return this.head===null}get first(){return this.head&&this.head.data}get last(){return this.tail&&this.tail.data}fromArray(e){let t=null;this.head=null;for(let n of e){let r=me.createItem(n);t!==null?t.next=r:this.head=r,r.prev=t,t=r}return this.tail=t,this}toArray(){return[...this]}toJSON(){return[...this]}forEach(e,t=this){let n=this.allocateCursor(null,this.head);for(;n.next!==null;){let r=n.next;n.next=r.next,e.call(t,r.data,r,this)}this.releaseCursor()}forEachRight(e,t=this){let n=this.allocateCursor(this.tail,null);for(;n.prev!==null;){let r=n.prev;n.prev=r.prev,e.call(t,r.data,r,this)}this.releaseCursor()}reduce(e,t,n=this){let r=this.allocateCursor(null,this.head),o=t,i;for(;r.next!==null;)i=r.next,r.next=i.next,o=e.call(n,o,i.data,i,this);return this.releaseCursor(),o}reduceRight(e,t,n=this){let r=this.allocateCursor(this.tail,null),o=t,i;for(;r.prev!==null;)i=r.prev,r.prev=i.prev,o=e.call(n,o,i.data,i,this);return this.releaseCursor(),o}some(e,t=this){for(let n=this.head;n!==null;n=n.next)if(e.call(t,n.data,n,this))return!0;return!1}map(e,t=this){let n=new me;for(let r=this.head;r!==null;r=r.next)n.appendData(e.call(t,r.data,r,this));return n}filter(e,t=this){let n=new me;for(let r=this.head;r!==null;r=r.next)e.call(t,r.data,r,this)&&n.appendData(r.data);return n}nextUntil(e,t,n=this){if(e===null)return;let r=this.allocateCursor(null,e);for(;r.next!==null;){let o=r.next;if(r.next=o.next,t.call(n,o.data,o,this))break}this.releaseCursor()}prevUntil(e,t,n=this){if(e===null)return;let r=this.allocateCursor(e,null);for(;r.prev!==null;){let o=r.prev;if(r.prev=o.prev,t.call(n,o.data,o,this))break}this.releaseCursor()}clear(){this.head=null,this.tail=null}copy(){let e=new me;for(let t of this)e.appendData(t);return e}prepend(e){return this.updateCursors(null,e,this.head,e),this.head!==null?(this.head.prev=e,e.next=this.head):this.tail=e,this.head=e,this}prependData(e){return this.prepend(me.createItem(e))}append(e){return this.insert(e)}appendData(e){return this.insert(me.createItem(e))}insert(e,t=null){if(t!==null)if(this.updateCursors(t.prev,e,t,e),t.prev===null){if(this.head!==t)throw new Error("before doesn't belong to list");this.head=e,t.prev=e,e.next=t,this.updateCursors(null,e)}else t.prev.next=e,e.prev=t.prev,t.prev=e,e.next=t;else this.updateCursors(this.tail,e,null,e),this.tail!==null?(this.tail.next=e,e.prev=this.tail):this.head=e,this.tail=e;return this}insertData(e,t){return this.insert(me.createItem(e),t)}remove(e){if(this.updateCursors(e,e.prev,e,e.next),e.prev!==null)e.prev.next=e.next;else{if(this.head!==e)throw new Error("item doesn't belong to list");this.head=e.next}if(e.next!==null)e.next.prev=e.prev;else{if(this.tail!==e)throw new Error("item doesn't belong to list");this.tail=e.prev}return e.prev=null,e.next=null,e}push(e){this.insert(me.createItem(e))}pop(){return this.tail!==null?this.remove(this.tail):null}unshift(e){this.prepend(me.createItem(e))}shift(){return this.head!==null?this.remove(this.head):null}prependList(e){return this.insertList(e,this.head)}appendList(e){return this.insertList(e)}insertList(e,t){return e.head===null?this:(t!=null?(this.updateCursors(t.prev,e.tail,t,e.head),t.prev!==null?(t.prev.next=e.head,e.head.prev=t.prev):this.head=e.head,t.prev=e.tail,e.tail.next=t):(this.updateCursors(this.tail,e.tail,null,e.head),this.tail!==null?(this.tail.next=e.head,e.head.prev=this.tail):this.head=e.head,this.tail=e.tail),e.head=null,e.tail=null,this)}replace(e,t){"head"in t?this.insertList(t,e):this.insert(t,e),this.remove(e)}};function wi(e,t){let n=Object.create(SyntaxError.prototype),r=new Error;return Object.assign(n,{name:e,message:t,get stack(){return(r.stack||"").replace(/^(.+\n){1,3}/,`${e}: ${t}
|
|
45
|
-
`)}})}var
|
|
46
|
-
`)}let i=e.split(/\r\n?|\n|\f/),s=Math.max(1,t-r)-1,a=Math.min(t+r,i.length+1),l=Math.max(4,String(a).length)+1,c=0;n+=(
|
|
47
|
-
`)}function
|
|
48
|
-
`+
|
|
49
|
-
`,13,!0)},emit(l){o+=l},result(){return o}};r&&(typeof r.decorator=="function"&&(s=r.decorator(s)),r.sourceMap&&(s=
|
|
44
|
+
in your project root.`),new h(a)}}function xp(e){if(!(e===void 0||e===!1)){if(typeof e=="string"){if(e==="/"||e.startsWith("http://")||e.startsWith("https://"))return;throw new Error(`Invalid relativeHrefRoot value "${e}". Must be false, "/" or an absolute URL starting with http:// or https://`)}throw new Error(`Invalid relativeHrefRoot type. Must be false, "/" or an absolute URL string, got: ${typeof e}`)}}function oi(e){if(typeof e=="string")return e;if(Array.isArray(e))return e.map(t=>`^${t}$`).join("|")}Va();ot();te();var fv=Object.create,El=Object.defineProperty,mv=Object.getOwnPropertyDescriptor,hv=Object.getOwnPropertyNames,gv=Object.getPrototypeOf,yv=Object.prototype.hasOwnProperty,or=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),j=(e,t)=>{for(var n in t)El(e,n,{get:t[n],enumerable:!0})},bv=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of hv(t))!yv.call(e,o)&&o!==n&&El(e,o,{get:()=>t[o],enumerable:!(r=mv(t,o))||r.enumerable});return e},wv=(e,t,n)=>(n=e!=null?fv(gv(e)):{},bv(t||!e||!e.__esModule?El(n,"default",{value:e,enumerable:!0}):n,e)),Dv=or(e=>{var t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split("");e.encode=function(n){if(0<=n&&n<t.length)return t[n];throw new TypeError("Must be between 0 and 63: "+n)},e.decode=function(n){var r=65,o=90,i=97,s=122,a=48,l=57,c=43,u=47,p=26,f=52;return r<=n&&n<=o?n-r:i<=n&&n<=s?n-i+p:a<=n&&n<=l?n-a+f:n==c?62:n==u?63:-1}}),vv=or(e=>{var t=Dv(),n=5,r=1<<n,o=r-1,i=r;function s(l){return l<0?(-l<<1)+1:(l<<1)+0}function a(l){var c=(l&1)===1,u=l>>1;return c?-u:u}e.encode=function(l){var c="",u,p=s(l);do u=p&o,p>>>=n,p>0&&(u|=i),c+=t.encode(u);while(p>0);return c},e.decode=function(l,c,u){var p=l.length,f=0,m=0,g,v;do{if(c>=p)throw new Error("Expected more digits in base 64 VLQ value.");if(v=t.decode(l.charCodeAt(c++)),v===-1)throw new Error("Invalid base64 digit: "+l.charAt(c-1));g=!!(v&i),v&=o,f=f+(v<<m),m+=n}while(g);u.value=a(f),u.rest=c}}),_l=or(e=>{function t(y,b,N){if(b in y)return y[b];if(arguments.length===3)return N;throw new Error('"'+b+'" is a required argument.')}e.getArg=t;var n=/^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.-]*)(?::(\d+))?(.*)$/,r=/^data:.+\,.+$/;function o(y){var b=y.match(n);return b?{scheme:b[1],auth:b[2],host:b[3],port:b[4],path:b[5]}:null}e.urlParse=o;function i(y){var b="";return y.scheme&&(b+=y.scheme+":"),b+="//",y.auth&&(b+=y.auth+"@"),y.host&&(b+=y.host),y.port&&(b+=":"+y.port),y.path&&(b+=y.path),b}e.urlGenerate=i;var s=32;function a(y){var b=[];return function(N){for(var _=0;_<b.length;_++)if(b[_].input===N){var ge=b[0];return b[0]=b[_],b[_]=ge,b[0].result}var He=y(N);return b.unshift({input:N,result:He}),b.length>s&&b.pop(),He}}var l=a(function(y){var b=y,N=o(y);if(N){if(!N.path)return y;b=N.path}for(var _=e.isAbsolute(b),ge=[],He=0,z=0;;)if(He=z,z=b.indexOf("/",He),z===-1){ge.push(b.slice(He));break}else for(ge.push(b.slice(He,z));z<b.length&&b[z]==="/";)z++;for(var le,St=0,z=ge.length-1;z>=0;z--)le=ge[z],le==="."?ge.splice(z,1):le===".."?St++:St>0&&(le===""?(ge.splice(z+1,St),St=0):(ge.splice(z,2),St--));return b=ge.join("/"),b===""&&(b=_?"/":"."),N?(N.path=b,i(N)):b});e.normalize=l;function c(y,b){y===""&&(y="."),b===""&&(b=".");var N=o(b),_=o(y);if(_&&(y=_.path||"/"),N&&!N.scheme)return _&&(N.scheme=_.scheme),i(N);if(N||b.match(r))return b;if(_&&!_.host&&!_.path)return _.host=b,i(_);var ge=b.charAt(0)==="/"?b:l(y.replace(/\/+$/,"")+"/"+b);return _?(_.path=ge,i(_)):ge}e.join=c,e.isAbsolute=function(y){return y.charAt(0)==="/"||n.test(y)};function u(y,b){y===""&&(y="."),y=y.replace(/\/$/,"");for(var N=0;b.indexOf(y+"/")!==0;){var _=y.lastIndexOf("/");if(_<0||(y=y.slice(0,_),y.match(/^([^\/]+:\/)?\/*$/)))return b;++N}return Array(N+1).join("../")+b.substr(y.length+1)}e.relative=u;var p=function(){var y=Object.create(null);return!("__proto__"in y)}();function f(y){return y}function m(y){return v(y)?"$"+y:y}e.toSetString=p?f:m;function g(y){return v(y)?y.slice(1):y}e.fromSetString=p?f:g;function v(y){if(!y)return!1;var b=y.length;if(b<9||y.charCodeAt(b-1)!==95||y.charCodeAt(b-2)!==95||y.charCodeAt(b-3)!==111||y.charCodeAt(b-4)!==116||y.charCodeAt(b-5)!==111||y.charCodeAt(b-6)!==114||y.charCodeAt(b-7)!==112||y.charCodeAt(b-8)!==95||y.charCodeAt(b-9)!==95)return!1;for(var N=b-10;N>=0;N--)if(y.charCodeAt(N)!==36)return!1;return!0}function F(y,b,N){var _=O(y.source,b.source);return _!==0||(_=y.originalLine-b.originalLine,_!==0)||(_=y.originalColumn-b.originalColumn,_!==0||N)||(_=y.generatedColumn-b.generatedColumn,_!==0)||(_=y.generatedLine-b.generatedLine,_!==0)?_:O(y.name,b.name)}e.compareByOriginalPositions=F;function C(y,b,N){var _;return _=y.originalLine-b.originalLine,_!==0||(_=y.originalColumn-b.originalColumn,_!==0||N)||(_=y.generatedColumn-b.generatedColumn,_!==0)||(_=y.generatedLine-b.generatedLine,_!==0)?_:O(y.name,b.name)}e.compareByOriginalPositionsNoSource=C;function R(y,b,N){var _=y.generatedLine-b.generatedLine;return _!==0||(_=y.generatedColumn-b.generatedColumn,_!==0||N)||(_=O(y.source,b.source),_!==0)||(_=y.originalLine-b.originalLine,_!==0)||(_=y.originalColumn-b.originalColumn,_!==0)?_:O(y.name,b.name)}e.compareByGeneratedPositionsDeflated=R;function x(y,b,N){var _=y.generatedColumn-b.generatedColumn;return _!==0||N||(_=O(y.source,b.source),_!==0)||(_=y.originalLine-b.originalLine,_!==0)||(_=y.originalColumn-b.originalColumn,_!==0)?_:O(y.name,b.name)}e.compareByGeneratedPositionsDeflatedNoLine=x;function O(y,b){return y===b?0:y===null?1:b===null?-1:y>b?1:-1}function V(y,b){var N=y.generatedLine-b.generatedLine;return N!==0||(N=y.generatedColumn-b.generatedColumn,N!==0)||(N=O(y.source,b.source),N!==0)||(N=y.originalLine-b.originalLine,N!==0)||(N=y.originalColumn-b.originalColumn,N!==0)?N:O(y.name,b.name)}e.compareByGeneratedPositionsInflated=V;function M(y){return JSON.parse(y.replace(/^\)]}'[^\n]*\n/,""))}e.parseSourceMapInput=M;function A(y,b,N){if(b=b||"",y&&(y[y.length-1]!=="/"&&b[0]!=="/"&&(y+="/"),b=y+b),N){var _=o(N);if(!_)throw new Error("sourceMapURL could not be parsed");if(_.path){var ge=_.path.lastIndexOf("/");ge>=0&&(_.path=_.path.substring(0,ge+1))}b=c(i(_),b)}return l(b)}e.computeSourceURL=A}),kv=or(e=>{var t=_l(),n=Object.prototype.hasOwnProperty,r=typeof Map<"u";function o(){this._array=[],this._set=r?new Map:Object.create(null)}o.fromArray=function(i,s){for(var a=new o,l=0,c=i.length;l<c;l++)a.add(i[l],s);return a},o.prototype.size=function(){return r?this._set.size:Object.getOwnPropertyNames(this._set).length},o.prototype.add=function(i,s){var a=r?i:t.toSetString(i),l=r?this.has(i):n.call(this._set,a),c=this._array.length;(!l||s)&&this._array.push(i),l||(r?this._set.set(i,c):this._set[a]=c)},o.prototype.has=function(i){if(r)return this._set.has(i);var s=t.toSetString(i);return n.call(this._set,s)},o.prototype.indexOf=function(i){if(r){var s=this._set.get(i);if(s>=0)return s}else{var a=t.toSetString(i);if(n.call(this._set,a))return this._set[a]}throw new Error('"'+i+'" is not in the set.')},o.prototype.at=function(i){if(i>=0&&i<this._array.length)return this._array[i];throw new Error("No element indexed by "+i)},o.prototype.toArray=function(){return this._array.slice()},e.ArraySet=o}),xv=or(e=>{var t=_l();function n(o,i){var s=o.generatedLine,a=i.generatedLine,l=o.generatedColumn,c=i.generatedColumn;return a>s||a==s&&c>=l||t.compareByGeneratedPositionsInflated(o,i)<=0}function r(){this._array=[],this._sorted=!0,this._last={generatedLine:-1,generatedColumn:0}}r.prototype.unsortedForEach=function(o,i){this._array.forEach(o,i)},r.prototype.add=function(o){n(this._last,o)?(this._last=o,this._array.push(o)):(this._sorted=!1,this._array.push(o))},r.prototype.toArray=function(){return this._sorted||(this._array.sort(t.compareByGeneratedPositionsInflated),this._sorted=!0),this._array},e.MappingList=r}),Cv=or(e=>{var t=vv(),n=_l(),r=kv().ArraySet,o=xv().MappingList;function i(s){s||(s={}),this._file=n.getArg(s,"file",null),this._sourceRoot=n.getArg(s,"sourceRoot",null),this._skipValidation=n.getArg(s,"skipValidation",!1),this._sources=new r,this._names=new r,this._mappings=new o,this._sourcesContents=null}i.prototype._version=3,i.fromSourceMap=function(s){var a=s.sourceRoot,l=new i({file:s.file,sourceRoot:a});return s.eachMapping(function(c){var u={generated:{line:c.generatedLine,column:c.generatedColumn}};c.source!=null&&(u.source=c.source,a!=null&&(u.source=n.relative(a,u.source)),u.original={line:c.originalLine,column:c.originalColumn},c.name!=null&&(u.name=c.name)),l.addMapping(u)}),s.sources.forEach(function(c){var u=c;a!==null&&(u=n.relative(a,c)),l._sources.has(u)||l._sources.add(u);var p=s.sourceContentFor(c);p!=null&&l.setSourceContent(c,p)}),l},i.prototype.addMapping=function(s){var a=n.getArg(s,"generated"),l=n.getArg(s,"original",null),c=n.getArg(s,"source",null),u=n.getArg(s,"name",null);this._skipValidation||this._validateMapping(a,l,c,u),c!=null&&(c=String(c),this._sources.has(c)||this._sources.add(c)),u!=null&&(u=String(u),this._names.has(u)||this._names.add(u)),this._mappings.add({generatedLine:a.line,generatedColumn:a.column,originalLine:l!=null&&l.line,originalColumn:l!=null&&l.column,source:c,name:u})},i.prototype.setSourceContent=function(s,a){var l=s;this._sourceRoot!=null&&(l=n.relative(this._sourceRoot,l)),a!=null?(this._sourcesContents||(this._sourcesContents=Object.create(null)),this._sourcesContents[n.toSetString(l)]=a):this._sourcesContents&&(delete this._sourcesContents[n.toSetString(l)],Object.keys(this._sourcesContents).length===0&&(this._sourcesContents=null))},i.prototype.applySourceMap=function(s,a,l){var c=a;if(a==null){if(s.file==null)throw new Error(`SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, or the source map's "file" property. Both were omitted.`);c=s.file}var u=this._sourceRoot;u!=null&&(c=n.relative(u,c));var p=new r,f=new r;this._mappings.unsortedForEach(function(m){if(m.source===c&&m.originalLine!=null){var g=s.originalPositionFor({line:m.originalLine,column:m.originalColumn});g.source!=null&&(m.source=g.source,l!=null&&(m.source=n.join(l,m.source)),u!=null&&(m.source=n.relative(u,m.source)),m.originalLine=g.line,m.originalColumn=g.column,g.name!=null&&(m.name=g.name))}var v=m.source;v!=null&&!p.has(v)&&p.add(v);var F=m.name;F!=null&&!f.has(F)&&f.add(F)},this),this._sources=p,this._names=f,s.sources.forEach(function(m){var g=s.sourceContentFor(m);g!=null&&(l!=null&&(m=n.join(l,m)),u!=null&&(m=n.relative(u,m)),this.setSourceContent(m,g))},this)},i.prototype._validateMapping=function(s,a,l,c){if(a&&typeof a.line!="number"&&typeof a.column!="number")throw new Error("original.line and original.column are not numbers -- you probably meant to omit the original mapping entirely and only map the generated position. If so, pass null for the original mapping instead of an object with empty or null values.");if(!(s&&"line"in s&&"column"in s&&s.line>0&&s.column>=0&&!a&&!l&&!c)){if(s&&"line"in s&&"column"in s&&a&&"line"in a&&"column"in a&&s.line>0&&s.column>=0&&a.line>0&&a.column>=0&&l)return;throw new Error("Invalid mapping: "+JSON.stringify({generated:s,source:l,original:a,name:c}))}},i.prototype._serializeMappings=function(){for(var s=0,a=1,l=0,c=0,u=0,p=0,f="",m,g,v,F,C=this._mappings.toArray(),R=0,x=C.length;R<x;R++){if(g=C[R],m="",g.generatedLine!==a)for(s=0;g.generatedLine!==a;)m+=";",a++;else if(R>0){if(!n.compareByGeneratedPositionsInflated(g,C[R-1]))continue;m+=","}m+=t.encode(g.generatedColumn-s),s=g.generatedColumn,g.source!=null&&(F=this._sources.indexOf(g.source),m+=t.encode(F-p),p=F,m+=t.encode(g.originalLine-1-c),c=g.originalLine-1,m+=t.encode(g.originalColumn-l),l=g.originalColumn,g.name!=null&&(v=this._names.indexOf(g.name),m+=t.encode(v-u),u=v)),f+=m}return f},i.prototype._generateSourcesContent=function(s,a){return s.map(function(l){if(!this._sourcesContents)return null;a!=null&&(l=n.relative(a,l));var c=n.toSetString(l);return Object.prototype.hasOwnProperty.call(this._sourcesContents,c)?this._sourcesContents[c]:null},this)},i.prototype.toJSON=function(){var s={version:this._version,sources:this._sources.toArray(),names:this._names.toArray(),mappings:this._serializeMappings()};return this._file!=null&&(s.file=this._file),this._sourceRoot!=null&&(s.sourceRoot=this._sourceRoot),this._sourcesContents&&(s.sourcesContent=this._generateSourcesContent(s.sources,s.sourceRoot)),s},i.prototype.toString=function(){return JSON.stringify(this.toJSON())},e.SourceMapGenerator=i}),Fv={};j(Fv,{AtKeyword:()=>Tv,BadString:()=>Iv,BadUrl:()=>Rv,CDC:()=>Uv,CDO:()=>Mv,Colon:()=>Wv,Comma:()=>Vv,Comment:()=>Yv,Delim:()=>$v,Dimension:()=>Bv,EOF:()=>Ev,Function:()=>Sv,Hash:()=>Av,Ident:()=>_v,LeftCurlyBracket:()=>Kv,LeftParenthesis:()=>Jv,LeftSquareBracket:()=>Gv,Number:()=>jv,Percentage:()=>Nv,RightCurlyBracket:()=>Zv,RightParenthesis:()=>Hv,RightSquareBracket:()=>qv,Semicolon:()=>zv,String:()=>Ov,Url:()=>Pv,WhiteSpace:()=>Lv});var Ev=0,_v=1,Sv=2,Tv=3,Av=4,Ov=5,Iv=6,Pv=7,Rv=8,$v=9,jv=10,Nv=11,Bv=12,Lv=13,Mv=14,Uv=15,Wv=16,zv=17,Vv=18,Gv=19,qv=20,Jv=21,Hv=22,Kv=23,Zv=24,Yv=25;function ye(e){return e>=48&&e<=57}function Wt(e){return ye(e)||e>=65&&e<=70||e>=97&&e<=102}function Sl(e){return e>=65&&e<=90}function Xv(e){return e>=97&&e<=122}function Qv(e){return Sl(e)||Xv(e)}function e0(e){return e>=128}function Di(e){return Qv(e)||e0(e)||e===95}function Tl(e){return Di(e)||ye(e)||e===45}function t0(e){return e>=0&&e<=8||e===11||e>=14&&e<=31||e===127}function vi(e){return e===10||e===13||e===12}function fn(e){return vi(e)||e===32||e===9}function et(e,t){return!(e!==92||vi(t)||t===0)}function hi(e,t,n){return e===45?Di(t)||t===45||et(t,n):Di(e)?!0:e===92?et(e,t):!1}function Ga(e,t,n){return e===43||e===45?ye(t)?2:t===46&&ye(n)?3:0:e===46?ye(t)?2:0:ye(e)?1:0}function kf(e){return e===65279||e===65534?1:0}var ul=new Array(128),n0=128,gi=130,xf=131,Al=132,Cf=133;for(let e=0;e<ul.length;e++)ul[e]=fn(e)&&gi||ye(e)&&xf||Di(e)&&Al||t0(e)&&Cf||e||n0;function qa(e){return e<128?ul[e]:Al}function er(e,t){return t<e.length?e.charCodeAt(t):0}function dl(e,t,n){return n===13&&er(e,t+1)===10?2:1}function tr(e,t,n){let r=e.charCodeAt(t);return Sl(r)&&(r=r|32),r===n}function ao(e,t,n,r){if(n-t!==r.length||t<0||n>e.length)return!1;for(let o=t;o<n;o++){let i=r.charCodeAt(o-t),s=e.charCodeAt(o);if(Sl(s)&&(s=s|32),s!==i)return!1}return!0}function r0(e,t){for(;t>=0&&fn(e.charCodeAt(t));t--);return t+1}function li(e,t){for(;t<e.length&&fn(e.charCodeAt(t));t++);return t}function Ja(e,t){for(;t<e.length&&ye(e.charCodeAt(t));t++);return t}function mn(e,t){if(t+=2,Wt(er(e,t-1))){for(let r=Math.min(e.length,t+5);t<r&&Wt(er(e,t));t++);let n=er(e,t);fn(n)&&(t+=dl(e,t,n))}return t}function ci(e,t){for(;t<e.length;t++){let n=e.charCodeAt(t);if(!Tl(n)){if(et(n,er(e,t+1))){t=mn(e,t)-1;continue}break}}return t}function Si(e,t){let n=e.charCodeAt(t);if((n===43||n===45)&&(n=e.charCodeAt(t+=1)),ye(n)&&(t=Ja(e,t+1),n=e.charCodeAt(t)),n===46&&ye(e.charCodeAt(t+1))&&(t+=2,t=Ja(e,t)),tr(e,t,101)){let r=0;n=e.charCodeAt(t+1),(n===45||n===43)&&(r=1,n=e.charCodeAt(t+2)),ye(n)&&(t=Ja(e,t+1+r+1))}return t}function Ha(e,t){for(;t<e.length;t++){let n=e.charCodeAt(t);if(n===41){t++;break}et(n,er(e,t+1))&&(t=mn(e,t))}return t}function Ol(e){if(e.length===1&&!Wt(e.charCodeAt(0)))return e[0];let t=parseInt(e,16);return(t===0||t>=55296&&t<=57343||t>1114111)&&(t=65533),String.fromCodePoint(t)}var Ff=["EOF-token","ident-token","function-token","at-keyword-token","hash-token","string-token","bad-string-token","url-token","bad-url-token","delim-token","number-token","percentage-token","dimension-token","whitespace-token","CDO-token","CDC-token","colon-token","semicolon-token","comma-token","[-token","]-token","(-token",")-token","{-token","}-token"];function ki(e=null,t){return e===null||e.length<t?new Uint32Array(Math.max(t+1024,16384)):e}var Fp=10,o0=12,Ep=13;function _p(e){let t=e.source,n=t.length,r=t.length>0?kf(t.charCodeAt(0)):0,o=ki(e.lines,n),i=ki(e.columns,n),s=e.startLine,a=e.startColumn;for(let l=r;l<n;l++){let c=t.charCodeAt(l);o[l]=s,i[l]=a++,(c===Fp||c===Ep||c===o0)&&(c===Ep&&l+1<n&&t.charCodeAt(l+1)===Fp&&(l++,o[l]=s,i[l]=a),s++,a=1)}o[n]=s,i[n]=a,e.lines=o,e.columns=i,e.computed=!0}var i0=class{constructor(){this.lines=null,this.columns=null,this.computed=!1}setSource(e,t=0,n=1,r=1){this.source=e,this.startOffset=t,this.startLine=n,this.startColumn=r,this.computed=!1}getLocation(e,t){return this.computed||_p(this),{source:t,offset:this.startOffset+e,line:this.lines[e],column:this.columns[e]}}getLocationRange(e,t,n){return this.computed||_p(this),{source:n,start:{offset:this.startOffset+e,line:this.lines[e],column:this.columns[e]},end:{offset:this.startOffset+t,line:this.lines[t],column:this.columns[t]}}}},Ue=16777215,Lt=24,s0=new Map([[2,22],[21,22],[19,20],[23,24]]),a0=class{constructor(e,t){this.setSource(e,t)}reset(){this.eof=!1,this.tokenIndex=-1,this.tokenType=0,this.tokenStart=this.firstCharOffset,this.tokenEnd=this.firstCharOffset}setSource(e="",t=()=>{}){e=String(e||"");let n=e.length,r=ki(this.offsetAndType,e.length+1),o=ki(this.balance,e.length+1),i=0,s=0,a=0,l=-1;for(this.offsetAndType=null,this.balance=null,t(e,(c,u,p)=>{switch(c){default:o[i]=n;break;case s:{let f=a&Ue;for(a=o[f],s=a>>Lt,o[i]=f,o[f++]=i;f<i;f++)o[f]===n&&(o[f]=i);break}case 21:case 2:case 19:case 23:o[i]=a,s=s0.get(c),a=s<<Lt|i;break}r[i++]=c<<Lt|p,l===-1&&(l=u)}),r[i]=0<<Lt|n,o[i]=n,o[n]=n;a!==0;){let c=a&Ue;a=o[c],o[c]=n}this.source=e,this.firstCharOffset=l===-1?0:l,this.tokenCount=i,this.offsetAndType=r,this.balance=o,this.reset(),this.next()}lookupType(e){return e+=this.tokenIndex,e<this.tokenCount?this.offsetAndType[e]>>Lt:0}lookupOffset(e){return e+=this.tokenIndex,e<this.tokenCount?this.offsetAndType[e-1]&Ue:this.source.length}lookupValue(e,t){return e+=this.tokenIndex,e<this.tokenCount?ao(this.source,this.offsetAndType[e-1]&Ue,this.offsetAndType[e]&Ue,t):!1}getTokenStart(e){return e===this.tokenIndex?this.tokenStart:e>0?e<this.tokenCount?this.offsetAndType[e-1]&Ue:this.offsetAndType[this.tokenCount]&Ue:this.firstCharOffset}substrToCursor(e){return this.source.substring(e,this.tokenStart)}isBalanceEdge(e){return this.balance[this.tokenIndex]<e}isDelim(e,t){return t?this.lookupType(t)===9&&this.source.charCodeAt(this.lookupOffset(t))===e:this.tokenType===9&&this.source.charCodeAt(this.tokenStart)===e}skip(e){let t=this.tokenIndex+e;t<this.tokenCount?(this.tokenIndex=t,this.tokenStart=this.offsetAndType[t-1]&Ue,t=this.offsetAndType[t],this.tokenType=t>>Lt,this.tokenEnd=t&Ue):(this.tokenIndex=this.tokenCount,this.next())}next(){let e=this.tokenIndex+1;e<this.tokenCount?(this.tokenIndex=e,this.tokenStart=this.tokenEnd,e=this.offsetAndType[e],this.tokenType=e>>Lt,this.tokenEnd=e&Ue):(this.eof=!0,this.tokenIndex=this.tokenCount,this.tokenType=0,this.tokenStart=this.tokenEnd=this.source.length)}skipSC(){for(;this.tokenType===13||this.tokenType===25;)this.next()}skipUntilBalanced(e,t){let n=e,r,o;e:for(;n<this.tokenCount;n++){if(r=this.balance[n],r<e)break e;switch(o=n>0?this.offsetAndType[n-1]&Ue:this.firstCharOffset,t(this.source.charCodeAt(o))){case 1:break e;case 2:n++;break e;default:this.balance[r]===n&&(n=r)}}this.skip(n-this.tokenIndex)}forEachToken(e){for(let t=0,n=this.firstCharOffset;t<this.tokenCount;t++){let r=n,o=this.offsetAndType[t],i=o&Ue,s=o>>Lt;n=i,e(s,r,i,t)}}dump(){let e=new Array(this.tokenCount);return this.forEachToken((t,n,r,o)=>{e[o]={idx:o,type:Ff[t],chunk:this.source.substring(n,r),balance:this.balance[o]}}),e}};function Ti(e,t){function n(p){return p<a?e.charCodeAt(p):0}function r(){if(c=Si(e,c),hi(n(c),n(c+1),n(c+2))){u=12,c=ci(e,c);return}if(n(c)===37){u=11,c++;return}u=10}function o(){let p=c;if(c=ci(e,c),ao(e,p,c,"url")&&n(c)===40){if(c=li(e,c+1),n(c)===34||n(c)===39){u=2,c=p+4;return}s();return}if(n(c)===40){u=2,c++;return}u=1}function i(p){for(p||(p=n(c++)),u=5;c<e.length;c++){let f=e.charCodeAt(c);switch(qa(f)){case p:c++;return;case gi:if(vi(f)){c+=dl(e,c,f),u=6;return}break;case 92:if(c===e.length-1)break;let m=n(c+1);vi(m)?c+=dl(e,c+1,m):et(f,m)&&(c=mn(e,c)-1);break}}}function s(){for(u=7,c=li(e,c);c<e.length;c++){let p=e.charCodeAt(c);switch(qa(p)){case 41:c++;return;case gi:if(c=li(e,c),n(c)===41||c>=e.length){c<e.length&&c++;return}c=Ha(e,c),u=8;return;case 34:case 39:case 40:case Cf:c=Ha(e,c),u=8;return;case 92:if(et(p,n(c+1))){c=mn(e,c)-1;break}c=Ha(e,c),u=8;return}}}e=String(e||"");let a=e.length,l=kf(n(0)),c=l,u;for(;c<a;){let p=e.charCodeAt(c);switch(qa(p)){case gi:u=13,c=li(e,c+1);break;case 34:i();break;case 35:Tl(n(c+1))||et(n(c+1),n(c+2))?(u=4,c=ci(e,c+1)):(u=9,c++);break;case 39:i();break;case 40:u=21,c++;break;case 41:u=22,c++;break;case 43:Ga(p,n(c+1),n(c+2))?r():(u=9,c++);break;case 44:u=18,c++;break;case 45:Ga(p,n(c+1),n(c+2))?r():n(c+1)===45&&n(c+2)===62?(u=15,c=c+3):hi(p,n(c+1),n(c+2))?o():(u=9,c++);break;case 46:Ga(p,n(c+1),n(c+2))?r():(u=9,c++);break;case 47:n(c+1)===42?(u=25,c=e.indexOf("*/",c+2),c=c===-1?e.length:c+2):(u=9,c++);break;case 58:u=16,c++;break;case 59:u=17,c++;break;case 60:n(c+1)===33&&n(c+2)===45&&n(c+3)===45?(u=14,c=c+4):(u=9,c++);break;case 64:hi(n(c+1),n(c+2),n(c+3))?(u=3,c=ci(e,c+1)):(u=9,c++);break;case 91:u=19,c++;break;case 92:et(p,n(c+1))?o():(u=9,c++);break;case 93:u=20,c++;break;case 123:u=23,c++;break;case 125:u=24,c++;break;case xf:r();break;case Al:o();break;default:u=9,c++}t(u,l,l=c)}}var Kn=null,he=class{static createItem(e){return{prev:null,next:null,data:e}}constructor(){this.head=null,this.tail=null,this.cursor=null}createItem(e){return he.createItem(e)}allocateCursor(e,t){let n;return Kn!==null?(n=Kn,Kn=Kn.cursor,n.prev=e,n.next=t,n.cursor=this.cursor):n={prev:e,next:t,cursor:this.cursor},this.cursor=n,n}releaseCursor(){let{cursor:e}=this;this.cursor=e.cursor,e.prev=null,e.next=null,e.cursor=Kn,Kn=e}updateCursors(e,t,n,r){let{cursor:o}=this;for(;o!==null;)o.prev===e&&(o.prev=t),o.next===n&&(o.next=r),o=o.cursor}*[Symbol.iterator](){for(let e=this.head;e!==null;e=e.next)yield e.data}get size(){let e=0;for(let t=this.head;t!==null;t=t.next)e++;return e}get isEmpty(){return this.head===null}get first(){return this.head&&this.head.data}get last(){return this.tail&&this.tail.data}fromArray(e){let t=null;this.head=null;for(let n of e){let r=he.createItem(n);t!==null?t.next=r:this.head=r,r.prev=t,t=r}return this.tail=t,this}toArray(){return[...this]}toJSON(){return[...this]}forEach(e,t=this){let n=this.allocateCursor(null,this.head);for(;n.next!==null;){let r=n.next;n.next=r.next,e.call(t,r.data,r,this)}this.releaseCursor()}forEachRight(e,t=this){let n=this.allocateCursor(this.tail,null);for(;n.prev!==null;){let r=n.prev;n.prev=r.prev,e.call(t,r.data,r,this)}this.releaseCursor()}reduce(e,t,n=this){let r=this.allocateCursor(null,this.head),o=t,i;for(;r.next!==null;)i=r.next,r.next=i.next,o=e.call(n,o,i.data,i,this);return this.releaseCursor(),o}reduceRight(e,t,n=this){let r=this.allocateCursor(this.tail,null),o=t,i;for(;r.prev!==null;)i=r.prev,r.prev=i.prev,o=e.call(n,o,i.data,i,this);return this.releaseCursor(),o}some(e,t=this){for(let n=this.head;n!==null;n=n.next)if(e.call(t,n.data,n,this))return!0;return!1}map(e,t=this){let n=new he;for(let r=this.head;r!==null;r=r.next)n.appendData(e.call(t,r.data,r,this));return n}filter(e,t=this){let n=new he;for(let r=this.head;r!==null;r=r.next)e.call(t,r.data,r,this)&&n.appendData(r.data);return n}nextUntil(e,t,n=this){if(e===null)return;let r=this.allocateCursor(null,e);for(;r.next!==null;){let o=r.next;if(r.next=o.next,t.call(n,o.data,o,this))break}this.releaseCursor()}prevUntil(e,t,n=this){if(e===null)return;let r=this.allocateCursor(e,null);for(;r.prev!==null;){let o=r.prev;if(r.prev=o.prev,t.call(n,o.data,o,this))break}this.releaseCursor()}clear(){this.head=null,this.tail=null}copy(){let e=new he;for(let t of this)e.appendData(t);return e}prepend(e){return this.updateCursors(null,e,this.head,e),this.head!==null?(this.head.prev=e,e.next=this.head):this.tail=e,this.head=e,this}prependData(e){return this.prepend(he.createItem(e))}append(e){return this.insert(e)}appendData(e){return this.insert(he.createItem(e))}insert(e,t=null){if(t!==null)if(this.updateCursors(t.prev,e,t,e),t.prev===null){if(this.head!==t)throw new Error("before doesn't belong to list");this.head=e,t.prev=e,e.next=t,this.updateCursors(null,e)}else t.prev.next=e,e.prev=t.prev,t.prev=e,e.next=t;else this.updateCursors(this.tail,e,null,e),this.tail!==null?(this.tail.next=e,e.prev=this.tail):this.head=e,this.tail=e;return this}insertData(e,t){return this.insert(he.createItem(e),t)}remove(e){if(this.updateCursors(e,e.prev,e,e.next),e.prev!==null)e.prev.next=e.next;else{if(this.head!==e)throw new Error("item doesn't belong to list");this.head=e.next}if(e.next!==null)e.next.prev=e.prev;else{if(this.tail!==e)throw new Error("item doesn't belong to list");this.tail=e.prev}return e.prev=null,e.next=null,e}push(e){this.insert(he.createItem(e))}pop(){return this.tail!==null?this.remove(this.tail):null}unshift(e){this.prepend(he.createItem(e))}shift(){return this.head!==null?this.remove(this.head):null}prependList(e){return this.insertList(e,this.head)}appendList(e){return this.insertList(e)}insertList(e,t){return e.head===null?this:(t!=null?(this.updateCursors(t.prev,e.tail,t,e.head),t.prev!==null?(t.prev.next=e.head,e.head.prev=t.prev):this.head=e.head,t.prev=e.tail,e.tail.next=t):(this.updateCursors(this.tail,e.tail,null,e.head),this.tail!==null?(this.tail.next=e.head,e.head.prev=this.tail):this.head=e.head,this.tail=e.tail),e.head=null,e.tail=null,this)}replace(e,t){"head"in t?this.insertList(t,e):this.insert(t,e),this.remove(e)}};function Ai(e,t){let n=Object.create(SyntaxError.prototype),r=new Error;return Object.assign(n,{name:e,message:t,get stack(){return(r.stack||"").replace(/^(.+\n){1,3}/,`${e}: ${t}
|
|
45
|
+
`)}})}var Ka=100,Sp=60,Tp=" ";function Ap({source:e,line:t,column:n},r){function o(u,p){return i.slice(u,p).map((f,m)=>String(u+m+1).padStart(l)+" |"+f).join(`
|
|
46
|
+
`)}let i=e.split(/\r\n?|\n|\f/),s=Math.max(1,t-r)-1,a=Math.min(t+r,i.length+1),l=Math.max(4,String(a).length)+1,c=0;n+=(Tp.length-1)*(i[t-1].substr(0,n-1).match(/\t/g)||[]).length,n>Ka&&(c=n-Sp+3,n=Sp-2);for(let u=s;u<=a;u++)u>=0&&u<i.length&&(i[u]=i[u].replace(/\t/g,Tp),i[u]=(c>0&&i[u].length>c?"\u2026":"")+i[u].substr(c,Ka-2)+(i[u].length>c+Ka-1?"\u2026":""));return[o(s,t),new Array(n+l+2).join("-")+"^",o(t,a)].filter(Boolean).join(`
|
|
47
|
+
`)}function Op(e,t,n,r,o){return Object.assign(Ai("SyntaxError",e),{source:t,offset:n,line:r,column:o,sourceFragment(i){return Ap({source:t,line:r,column:o},isNaN(i)?0:i)},get formattedMessage(){return`Parse error: ${e}
|
|
48
|
+
`+Ap({source:t,line:r,column:o},2)}})}function l0(e){let t=this.createList(),n=!1,r={recognizer:e};for(;!this.eof;){switch(this.tokenType){case 25:this.next();continue;case 13:n=!0,this.next();continue}let o=e.getNode.call(this,r);if(o===void 0)break;n&&(e.onWhiteSpace&&e.onWhiteSpace.call(this,o,t,r),n=!1),t.push(o)}return n&&e.onWhiteSpace&&e.onWhiteSpace.call(this,null,t,r),t}var Ip=()=>{},c0=33,u0=35,Za=59,Pp=123,Rp=0;function d0(e){return function(){return this[e]()}}function Ya(e){let t=Object.create(null);for(let n in e){let r=e[n],o=r.parse||r;o&&(t[n]=o)}return t}function p0(e){let t={context:Object.create(null),scope:Object.assign(Object.create(null),e.scope),atrule:Ya(e.atrule),pseudo:Ya(e.pseudo),node:Ya(e.node)};for(let n in e.parseContext)switch(typeof e.parseContext[n]){case"function":t.context[n]=e.parseContext[n];break;case"string":t.context[n]=d0(e.parseContext[n]);break}return{config:t,...t,...t.node}}function f0(e){let t="",n="<unknown>",r=!1,o=Ip,i=!1,s=new i0,a=Object.assign(new a0,p0(e||{}),{parseAtrulePrelude:!0,parseRulePrelude:!0,parseValue:!0,parseCustomProperty:!1,readSequence:l0,consumeUntilBalanceEnd:()=>0,consumeUntilLeftCurlyBracket(l){return l===Pp?1:0},consumeUntilLeftCurlyBracketOrSemicolon(l){return l===Pp||l===Za?1:0},consumeUntilExclamationMarkOrSemicolon(l){return l===c0||l===Za?1:0},consumeUntilSemicolonIncluded(l){return l===Za?2:0},createList(){return new he},createSingleNodeList(l){return new he().appendData(l)},getFirstListNode(l){return l&&l.first},getLastListNode(l){return l&&l.last},parseWithFallback(l,c){let u=this.tokenIndex;try{return l.call(this)}catch(p){if(i)throw p;let f=c.call(this,u);return i=!0,o(p,f),i=!1,f}},lookupNonWSType(l){let c;do if(c=this.lookupType(l++),c!==13)return c;while(c!==Rp);return Rp},charCodeAt(l){return l>=0&&l<t.length?t.charCodeAt(l):0},substring(l,c){return t.substring(l,c)},substrToCursor(l){return this.source.substring(l,this.tokenStart)},cmpChar(l,c){return tr(t,l,c)},cmpStr(l,c,u){return ao(t,l,c,u)},consume(l){let c=this.tokenStart;return this.eat(l),this.substrToCursor(c)},consumeFunctionName(){let l=t.substring(this.tokenStart,this.tokenEnd-1);return this.eat(2),l},consumeNumber(l){let c=t.substring(this.tokenStart,Si(t,this.tokenStart));return this.eat(l),c},eat(l){if(this.tokenType!==l){let c=Ff[l].slice(0,-6).replace(/-/g," ").replace(/^./,f=>f.toUpperCase()),u=`${/[[\](){}]/.test(c)?`"${c}"`:c} is expected`,p=this.tokenStart;switch(l){case 1:this.tokenType===2||this.tokenType===7?(p=this.tokenEnd-1,u="Identifier is expected but function found"):u="Identifier is expected";break;case 4:this.isDelim(u0)&&(this.next(),p++,u="Name is expected");break;case 11:this.tokenType===10&&(p=this.tokenEnd,u="Percent sign is expected");break}this.error(u,p)}this.next()},eatIdent(l){(this.tokenType!==1||this.lookupValue(0,l)===!1)&&this.error(`Identifier "${l}" is expected`),this.next()},eatDelim(l){this.isDelim(l)||this.error(`Delim "${String.fromCharCode(l)}" is expected`),this.next()},getLocation(l,c){return r?s.getLocationRange(l,c,n):null},getLocationFromList(l){if(r){let c=this.getFirstListNode(l),u=this.getLastListNode(l);return s.getLocationRange(c!==null?c.loc.start.offset-s.startOffset:this.tokenStart,u!==null?u.loc.end.offset-s.startOffset:this.tokenStart,n)}return null},error(l,c){let u=typeof c<"u"&&c<t.length?s.getLocation(c):this.eof?s.getLocation(r0(t,t.length-1)):s.getLocation(this.tokenStart);throw new Op(l||"Unexpected input",t,u.offset,u.line,u.column)}});return Object.assign(function(l,c){t=l,c=c||{},a.setSource(t,Ti),s.setSource(t,c.offset,c.line,c.column),n=c.filename||"<unknown>",r=!!c.positions,o=typeof c.onParseError=="function"?c.onParseError:Ip,i=!1,a.parseAtrulePrelude="parseAtrulePrelude"in c?!!c.parseAtrulePrelude:!0,a.parseRulePrelude="parseRulePrelude"in c?!!c.parseRulePrelude:!0,a.parseValue="parseValue"in c?!!c.parseValue:!0,a.parseCustomProperty="parseCustomProperty"in c?!!c.parseCustomProperty:!1;let{context:u="default",onComment:p}=c;if(!(u in a.context))throw new Error("Unknown context `"+u+"`");typeof p=="function"&&a.forEachToken((m,g,v)=>{if(m===25){let F=a.getLocation(g,v),C=ao(t,v-2,v,"*/")?t.slice(g+2,v-2):t.slice(g+2,v);p(C,F)}});let f=a.context[u].call(a,c);return a.eof||a.error(),f},{SyntaxError:Op,config:a.config})}var m0=wv(Cv(),1),$p=new Set(["Atrule","Selector","Declaration"]);function h0(e){let t=new m0.SourceMapGenerator,n={line:1,column:0},r={line:0,column:0},o={line:1,column:0},i={generated:o},s=1,a=0,l=!1,c=e.node;e.node=function(f){if(f.loc&&f.loc.start&&$p.has(f.type)){let m=f.loc.start.line,g=f.loc.start.column-1;(r.line!==m||r.column!==g)&&(r.line=m,r.column=g,n.line=s,n.column=a,l&&(l=!1,(n.line!==o.line||n.column!==o.column)&&t.addMapping(i)),l=!0,t.addMapping({source:f.loc.source,original:r,generated:n}))}c.call(this,f),l&&$p.has(f.type)&&(o.line=s,o.column=a)};let u=e.emit;e.emit=function(f,m,g){for(let v=0;v<f.length;v++)f.charCodeAt(v)===10?(s++,a=0):a++;u(f,m,g)};let p=e.result;return e.result=function(){return l&&t.addMapping(i),{css:p(),map:t}},e}var pl={};j(pl,{safe:()=>Sf,spec:()=>w0});var g0=43,y0=45,Xa=(e,t)=>{if(e===9&&(e=t),typeof e=="string"){let n=e.charCodeAt(0);return n>127?32768:n<<8}return e},Ef=[[1,1],[1,2],[1,7],[1,8],[1,"-"],[1,10],[1,11],[1,12],[1,15],[1,21],[3,1],[3,2],[3,7],[3,8],[3,"-"],[3,10],[3,11],[3,12],[3,15],[4,1],[4,2],[4,7],[4,8],[4,"-"],[4,10],[4,11],[4,12],[4,15],[12,1],[12,2],[12,7],[12,8],[12,"-"],[12,10],[12,11],[12,12],[12,15],["#",1],["#",2],["#",7],["#",8],["#","-"],["#",10],["#",11],["#",12],["#",15],["-",1],["-",2],["-",7],["-",8],["-","-"],["-",10],["-",11],["-",12],["-",15],[10,1],[10,2],[10,7],[10,8],[10,10],[10,11],[10,12],[10,"%"],[10,15],["@",1],["@",2],["@",7],["@",8],["@","-"],["@",15],[".",10],[".",11],[".",12],["+",10],["+",11],["+",12],["/","*"]],b0=Ef.concat([[1,4],[12,4],[4,4],[3,21],[3,5],[3,16],[11,11],[11,12],[11,2],[11,"-"],[22,1],[22,2],[22,11],[22,12],[22,4],[22,"-"]]);function _f(e){let t=new Set(e.map(([n,r])=>Xa(n)<<16|Xa(r)));return function(n,r,o){let i=Xa(r,o),s=o.charCodeAt(0);return(s===y0&&r!==1&&r!==2&&r!==15||s===g0?t.has(n<<16|s<<8):t.has(n<<16|i))&&this.emit(" ",13,!0),i}}var w0=_f(Ef),Sf=_f(b0),D0=92;function v0(e,t){if(typeof t=="function"){let n=null;e.children.forEach(r=>{n!==null&&t.call(this,n),this.node(r),n=r});return}e.children.forEach(this.node,this)}function k0(e){Ti(e,(t,n,r)=>{this.token(t,e.slice(n,r))})}function x0(e){let t=new Map;for(let n in e.node){let r=e.node[n];typeof(r.generate||r)=="function"&&t.set(n,r.generate||r)}return function(n,r){let o="",i=0,s={node(l){if(t.has(l.type))t.get(l.type).call(a,l);else throw new Error("Unknown node type: "+l.type)},tokenBefore:Sf,token(l,c){i=this.tokenBefore(i,l,c),this.emit(c,l,!1),l===9&&c.charCodeAt(0)===D0&&this.emit(`
|
|
49
|
+
`,13,!0)},emit(l){o+=l},result(){return o}};r&&(typeof r.decorator=="function"&&(s=r.decorator(s)),r.sourceMap&&(s=h0(s)),r.mode in pl&&(s.tokenBefore=pl[r.mode]));let a={node:l=>s.node(l),children:v0,token:(l,c)=>s.token(l,c),tokenize:k0};return s.node(n),s.result()}}function C0(e){return{fromPlainObject(t){return e(t,{enter(n){n.children&&!(n.children instanceof he)&&(n.children=new he().fromArray(n.children))}}),t},toPlainObject(t){return e(t,{leave(n){n.children&&n.children instanceof he&&(n.children=n.children.toArray())}}),t}}}var{hasOwnProperty:Il}=Object.prototype,eo=function(){};function jp(e){return typeof e=="function"?e:eo}function Np(e,t){return function(n,r,o){n.type===t&&e.call(this,n,r,o)}}function F0(e,t){let n=t.structure,r=[];for(let o in n){if(Il.call(n,o)===!1)continue;let i=n[o],s={name:o,type:!1,nullable:!1};Array.isArray(i)||(i=[i]);for(let a of i)a===null?s.nullable=!0:typeof a=="string"?s.type="node":Array.isArray(a)&&(s.type="list");s.type&&r.push(s)}return r.length?{context:t.walkContext,fields:r}:null}function E0(e){let t={};for(let n in e.node)if(Il.call(e.node,n)){let r=e.node[n];if(!r.structure)throw new Error("Missed `structure` field in `"+n+"` node type definition");t[n]=F0(n,r)}return t}function Bp(e,t){let n=e.fields.slice(),r=e.context,o=typeof r=="string";return t&&n.reverse(),function(i,s,a,l){let c;o&&(c=s[r],s[r]=i);for(let u of n){let p=i[u.name];if(!u.nullable||p){if(u.type==="list"){if(t?p.reduceRight(l,!1):p.reduce(l,!1))return!0}else if(a(p))return!0}}o&&(s[r]=c)}}function Lp({StyleSheet:e,Atrule:t,Rule:n,Block:r,DeclarationList:o}){return{Atrule:{StyleSheet:e,Atrule:t,Rule:n,Block:r},Rule:{StyleSheet:e,Atrule:t,Rule:n,Block:r},Declaration:{StyleSheet:e,Atrule:t,Rule:n,Block:r,DeclarationList:o}}}function _0(e){let t=E0(e),n={},r={},o=Symbol("break-walk"),i=Symbol("skip-node");for(let c in t)Il.call(t,c)&&t[c]!==null&&(n[c]=Bp(t[c],!1),r[c]=Bp(t[c],!0));let s=Lp(n),a=Lp(r),l=function(c,u){function p(C,R,x){let O=f.call(F,C,R,x);return O===o?!0:O===i?!1:!!(g.hasOwnProperty(C.type)&&g[C.type](C,F,p,v)||m.call(F,C,R,x)===o)}let f=eo,m=eo,g=n,v=(C,R,x,O)=>C||p(R,x,O),F={break:o,skip:i,root:c,stylesheet:null,atrule:null,atrulePrelude:null,rule:null,selector:null,block:null,declaration:null,function:null};if(typeof u=="function")f=u;else if(u&&(f=jp(u.enter),m=jp(u.leave),u.reverse&&(g=r),u.visit)){if(s.hasOwnProperty(u.visit))g=u.reverse?a[u.visit]:s[u.visit];else if(!t.hasOwnProperty(u.visit))throw new Error("Bad value `"+u.visit+"` for `visit` option (should be: "+Object.keys(t).sort().join(", ")+")");f=Np(f,u.visit),m=Np(m,u.visit)}if(f===eo&&m===eo)throw new Error("Neither `enter` nor `leave` walker handler is set or both aren't a function");p(c)};return l.break=o,l.skip=i,l.find=function(c,u){let p=null;return l(c,function(f,m,g){if(u.call(this,f,m,g))return p=f,o}),p},l.findLast=function(c,u){let p=null;return l(c,{reverse:!0,enter(f,m,g){if(u.call(this,f,m,g))return p=f,o}}),p},l.findAll=function(c,u){let p=[];return l(c,function(f,m,g){u.call(this,f,m,g)&&p.push(f)}),p},l}function S0(e){return e}function T0(e){let{min:t,max:n,comma:r}=e;return t===0&&n===0?r?"#?":"*":t===0&&n===1?"?":t===1&&n===0?r?"#":"+":t===1&&n===1?"":(r?"#":"")+(t===n?"{"+t+"}":"{"+t+","+(n!==0?n:"")+"}")}function A0(e){switch(e.type){case"Range":return" ["+(e.min===null?"-\u221E":e.min)+","+(e.max===null?"\u221E":e.max)+"]";default:throw new Error("Unknown node type `"+e.type+"`")}}function O0(e,t,n,r){let o=e.combinator===" "||r?e.combinator:" "+e.combinator+" ",i=e.terms.map(s=>Pl(s,t,n,r)).join(o);return e.explicit||n?(r||i[0]===","?"[":"[ ")+i+(r?"]":" ]"):i}function Pl(e,t,n,r){let o;switch(e.type){case"Group":o=O0(e,t,n,r)+(e.disallowEmpty?"!":"");break;case"Multiplier":return Pl(e.term,t,n,r)+t(T0(e),e);case"Type":o="<"+e.name+(e.opts?t(A0(e.opts),e.opts):"")+">";break;case"Property":o="<'"+e.name+"'>";break;case"Keyword":o=e.name;break;case"AtKeyword":o="@"+e.name;break;case"Function":o=e.name+"(";break;case"String":case"Token":o=e.value;break;case"Comma":o=",";break;default:throw new Error("Unknown node type `"+e.type+"`")}return t(o,e)}function Oi(e,t){let n=S0,r=!1,o=!1;return typeof t=="function"?n=t:t&&(r=!!t.forceBraces,o=!!t.compact,typeof t.decorate=="function"&&(n=t.decorate)),Pl(e,n,r,o)}var Mp={offset:0,line:1,column:1};function I0(e,t){let n=e.tokens,r=e.longestMatch,o=r<n.length&&n[r].node||null,i=o!==t?o:null,s=0,a=0,l=0,c="",u,p;for(let f=0;f<n.length;f++){let m=n[f].value;f===r&&(a=m.length,s=c.length),i!==null&&n[f].node===i&&(f<=r?l++:l=0),c+=m}return r===n.length||l>1?(u=ui(i||t,"end")||to(Mp,c),p=to(u)):(u=ui(i,"start")||to(ui(t,"start")||Mp,c.slice(0,s)),p=ui(i,"end")||to(u,c.substr(s,a))),{css:c,mismatchOffset:s,mismatchLength:a,start:u,end:p}}function ui(e,t){let n=e&&e.loc&&e.loc[t];return n?"line"in n?to(n):n:null}function to({offset:e,line:t,column:n},r){let o={offset:e,line:t,column:n};if(r){let i=r.split(/\n|\r\n?|\f/);o.offset+=r.length,o.line+=i.length-1,o.column=i.length===1?o.column+r.length:i.pop().length+1}return o}var Qr=function(e,t){let n=Ai("SyntaxReferenceError",e+(t?" `"+t+"`":""));return n.reference=t,n},P0=function(e,t,n,r){let o=Ai("SyntaxMatchError",e),{css:i,mismatchOffset:s,mismatchLength:a,start:l,end:c}=I0(r,n);return o.rawMessage=e,o.syntax=t?Oi(t):"<generic>",o.css=i,o.mismatchOffset=s,o.mismatchLength=a,o.message=e+`
|
|
50
50
|
syntax: `+o.syntax+`
|
|
51
51
|
value: `+(i||"<empty string>")+`
|
|
52
|
-
--------`+new Array(o.mismatchOffset+1).join("-")+"^",Object.assign(o,l),o.loc={source:n&&n.loc&&n.loc.source||"<unknown>",start:l,end:c},o},
|
|
52
|
+
--------`+new Array(o.mismatchOffset+1).join("-")+"^",Object.assign(o,l),o.loc={source:n&&n.loc&&n.loc.source||"<unknown>",start:l,end:c},o},di=new Map,Zn=new Map,xi=45,Qa=R0,Up=$0;function Rl(e,t){return t=t||0,e.length-t>=2&&e.charCodeAt(t)===xi&&e.charCodeAt(t+1)===xi}function Tf(e,t){if(t=t||0,e.length-t>=3&&e.charCodeAt(t)===xi&&e.charCodeAt(t+1)!==xi){let n=e.indexOf("-",t+2);if(n!==-1)return e.substring(t,n+1)}return""}function R0(e){if(di.has(e))return di.get(e);let t=e.toLowerCase(),n=di.get(t);if(n===void 0){let r=Rl(t,0),o=r?"":Tf(t,0);n=Object.freeze({basename:t.substr(o.length),name:t,prefix:o,vendor:o,custom:r})}return di.set(e,n),n}function $0(e){if(Zn.has(e))return Zn.get(e);let t=e,n=e[0];n==="/"?n=e[1]==="/"?"//":"/":n!=="_"&&n!=="*"&&n!=="$"&&n!=="#"&&n!=="+"&&n!=="&"&&(n="");let r=Rl(t,n.length);if(!r&&(t=t.toLowerCase(),Zn.has(t))){let a=Zn.get(t);return Zn.set(e,a),a}let o=r?"":Tf(t,n.length),i=t.substr(0,n.length+o.length),s=Object.freeze({basename:t.substr(i.length),name:t.substr(n.length),hack:n,vendor:o,prefix:i,custom:r});return Zn.set(e,s),s}var Af=["initial","inherit","unset","revert","revert-layer"],lo=43,at=45,el=110,Yn=!0,j0=!1;function fl(e,t){return e!==null&&e.type===9&&e.value.charCodeAt(0)===t}function io(e,t,n){for(;e!==null&&(e.type===13||e.type===25);)e=n(++t);return t}function Ut(e,t,n,r){if(!e)return 0;let o=e.value.charCodeAt(t);if(o===lo||o===at){if(n)return 0;t++}for(;t<e.value.length;t++)if(!ye(e.value.charCodeAt(t)))return 0;return r+1}function tl(e,t,n){let r=!1,o=io(e,t,n);if(e=n(o),e===null)return t;if(e.type!==10)if(fl(e,lo)||fl(e,at)){if(r=!0,o=io(n(++o),o,n),e=n(o),e===null||e.type!==10)return 0}else return t;if(!r){let i=e.value.charCodeAt(0);if(i!==lo&&i!==at)return 0}return Ut(e,r?0:1,r,o)}function N0(e,t){let n=0;if(!e)return 0;if(e.type===10)return Ut(e,0,j0,n);if(e.type===1&&e.value.charCodeAt(0)===at){if(!tr(e.value,1,el))return 0;switch(e.value.length){case 2:return tl(t(++n),n,t);case 3:return e.value.charCodeAt(2)!==at?0:(n=io(t(++n),n,t),e=t(n),Ut(e,0,Yn,n));default:return e.value.charCodeAt(2)!==at?0:Ut(e,3,Yn,n)}}else if(e.type===1||fl(e,lo)&&t(n+1).type===1){if(e.type!==1&&(e=t(++n)),e===null||!tr(e.value,0,el))return 0;switch(e.value.length){case 1:return tl(t(++n),n,t);case 2:return e.value.charCodeAt(1)!==at?0:(n=io(t(++n),n,t),e=t(n),Ut(e,0,Yn,n));default:return e.value.charCodeAt(1)!==at?0:Ut(e,2,Yn,n)}}else if(e.type===12){let r=e.value.charCodeAt(0),o=r===lo||r===at?1:0,i=o;for(;i<e.value.length&&ye(e.value.charCodeAt(i));i++);return i===o||!tr(e.value,i,el)?0:i+1===e.value.length?tl(t(++n),n,t):e.value.charCodeAt(i+1)!==at?0:i+2===e.value.length?(n=io(t(++n),n,t),e=t(n),Ut(e,0,Yn,n)):Ut(e,i+2,Yn,n)}return 0}var B0=43,Of=45,If=63,L0=117;function ml(e,t){return e!==null&&e.type===9&&e.value.charCodeAt(0)===t}function M0(e,t){return e.value.charCodeAt(0)===t}function no(e,t,n){let r=0;for(let o=t;o<e.value.length;o++){let i=e.value.charCodeAt(o);if(i===Of&&n&&r!==0)return no(e,t+r+1,!1),6;if(!Wt(i)||++r>6)return 0}return r}function pi(e,t,n){if(!e)return 0;for(;ml(n(t),If);){if(++e>6)return 0;t++}return t}function U0(e,t){let n=0;if(e===null||e.type!==1||!tr(e.value,0,L0)||(e=t(++n),e===null))return 0;if(ml(e,B0))return e=t(++n),e===null?0:e.type===1?pi(no(e,0,!0),++n,t):ml(e,If)?pi(1,++n,t):0;if(e.type===10){let r=no(e,1,!0);return r===0?0:(e=t(++n),e===null?n:e.type===12||e.type===10?!M0(e,Of)||!no(e,1,!1)?0:n+1:pi(r,n,t))}return e.type===12?pi(no(e,1,!0),++n,t):0}var W0=["calc(","-moz-calc(","-webkit-calc("],$l=new Map([[2,22],[21,22],[19,20],[23,24]]);function tt(e,t){return t<e.length?e.charCodeAt(t):0}function Pf(e,t){return ao(e,0,e.length,t)}function Rf(e,t){for(let n=0;n<t.length;n++)if(Pf(e,t[n]))return!0;return!1}function $f(e,t){return t!==e.length-2?!1:tt(e,t)===92&&ye(tt(e,t+1))}function Ii(e,t,n){if(e&&e.type==="Range"){let r=Number(n!==void 0&&n!==t.length?t.substr(0,n):t);if(isNaN(r)||e.min!==null&&r<e.min&&typeof e.min!="string"||e.max!==null&&r>e.max&&typeof e.max!="string")return!0}return!1}function z0(e,t){let n=0,r=[],o=0;e:do{switch(e.type){case 24:case 22:case 20:if(e.type!==n)break e;if(n=r.pop(),r.length===0){o++;break e}break;case 2:case 21:case 19:case 23:r.push(n),n=$l.get(e.type);break}o++}while(e=t(o));return o}function We(e){return function(t,n,r){return t===null?0:t.type===2&&Rf(t.value,W0)?z0(t,n):e(t,n,r)}}function se(e){return function(t){return t===null||t.type!==e?0:1}}function V0(e){if(e===null||e.type!==1)return 0;let t=e.value.toLowerCase();return Rf(t,Af)||Pf(t,"default")?0:1}function G0(e){return e===null||e.type!==1||tt(e.value,0)!==45||tt(e.value,1)!==45?0:1}function q0(e){if(e===null||e.type!==4)return 0;let t=e.value.length;if(t!==4&&t!==5&&t!==7&&t!==9)return 0;for(let n=1;n<t;n++)if(!Wt(tt(e.value,n)))return 0;return 1}function J0(e){return e===null||e.type!==4||!hi(tt(e.value,1),tt(e.value,2),tt(e.value,3))?0:1}function H0(e,t){if(!e)return 0;let n=0,r=[],o=0;e:do{switch(e.type){case 6:case 8:break e;case 24:case 22:case 20:if(e.type!==n)break e;n=r.pop();break;case 17:if(n===0)break e;break;case 9:if(n===0&&e.value==="!")break e;break;case 2:case 21:case 19:case 23:r.push(n),n=$l.get(e.type);break}o++}while(e=t(o));return o}function K0(e,t){if(!e)return 0;let n=0,r=[],o=0;e:do{switch(e.type){case 6:case 8:break e;case 24:case 22:case 20:if(e.type!==n)break e;n=r.pop();break;case 2:case 21:case 19:case 23:r.push(n),n=$l.get(e.type);break}o++}while(e=t(o));return o}function Dt(e){return e&&(e=new Set(e)),function(t,n,r){if(t===null||t.type!==12)return 0;let o=Si(t.value,0);if(e!==null){let i=t.value.indexOf("\\",o),s=i===-1||!$f(t.value,i)?t.value.substr(o):t.value.substring(o,i);if(e.has(s.toLowerCase())===!1)return 0}return Ii(r,t.value,o)?0:1}}function Z0(e,t,n){return e===null||e.type!==11||Ii(n,e.value,e.value.length-1)?0:1}function jf(e){return typeof e!="function"&&(e=function(){return 0}),function(t,n,r){return t!==null&&t.type===10&&Number(t.value)===0?1:e(t,n,r)}}function Y0(e,t,n){if(e===null)return 0;let r=Si(e.value,0);return r!==e.value.length&&!$f(e.value,r)||Ii(n,e.value,r)?0:1}function X0(e,t,n){if(e===null||e.type!==10)return 0;let r=tt(e.value,0)===43||tt(e.value,0)===45?1:0;for(;r<e.value.length;r++)if(!ye(tt(e.value,r)))return 0;return Ii(n,e.value,r)?0:1}var Q0={"ident-token":se(1),"function-token":se(2),"at-keyword-token":se(3),"hash-token":se(4),"string-token":se(5),"bad-string-token":se(6),"url-token":se(7),"bad-url-token":se(8),"delim-token":se(9),"number-token":se(10),"percentage-token":se(11),"dimension-token":se(12),"whitespace-token":se(13),"CDO-token":se(14),"CDC-token":se(15),"colon-token":se(16),"semicolon-token":se(17),"comma-token":se(18),"[-token":se(19),"]-token":se(20),"(-token":se(21),")-token":se(22),"{-token":se(23),"}-token":se(24)},ek={string:se(5),ident:se(1),percentage:We(Z0),zero:jf(),number:We(Y0),integer:We(X0),"custom-ident":V0,"custom-property-name":G0,"hex-color":q0,"id-selector":J0,"an-plus-b":N0,urange:U0,"declaration-value":H0,"any-value":K0};function tk(e){let{angle:t,decibel:n,frequency:r,flex:o,length:i,resolution:s,semitones:a,time:l}=e||{};return{dimension:We(Dt(null)),angle:We(Dt(t)),decibel:We(Dt(n)),frequency:We(Dt(r)),flex:We(Dt(o)),length:We(jf(Dt(i))),resolution:We(Dt(s)),semitones:We(Dt(a)),time:We(Dt(l))}}function nk(e){return{...Q0,...ek,...tk(e)}}var hl={};j(hl,{angle:()=>ok,decibel:()=>ck,flex:()=>lk,frequency:()=>sk,length:()=>rk,resolution:()=>ak,semitones:()=>uk,time:()=>ik});var rk=["cm","mm","q","in","pt","pc","px","em","rem","ex","rex","cap","rcap","ch","rch","ic","ric","lh","rlh","vw","svw","lvw","dvw","vh","svh","lvh","dvh","vi","svi","lvi","dvi","vb","svb","lvb","dvb","vmin","svmin","lvmin","dvmin","vmax","svmax","lvmax","dvmax","cqw","cqh","cqi","cqb","cqmin","cqmax"],ok=["deg","grad","rad","turn"],ik=["s","ms"],sk=["hz","khz"],ak=["dpi","dpcm","dppx","x"],lk=["fr"],ck=["db"],uk=["st"],dk={};j(dk,{SyntaxError:()=>Nf,generate:()=>Oi,parse:()=>Ul,walk:()=>zf});function Nf(e,t,n){return Object.assign(Ai("SyntaxError",e),{input:t,offset:n,rawMessage:e,message:e+`
|
|
53
53
|
`+t+`
|
|
54
|
-
--`+new Array((n||t.length)+1).join("-")+"^"})}var Uv=9,zv=10,Wv=12,Vv=13,Gv=32,qv=class{constructor(e){this.str=e,this.pos=0}charCodeAt(e){return e<this.str.length?this.str.charCodeAt(e):0}charCode(){return this.charCodeAt(this.pos)}nextCharCode(){return this.charCodeAt(this.pos+1)}nextNonWsCode(e){return this.charCodeAt(this.findWsEnd(e))}findWsEnd(e){for(;e<this.str.length;e++){let t=this.str.charCodeAt(e);if(t!==Vv&&t!==zv&&t!==Wv&&t!==Gv&&t!==Uv)break}return e}substringToPos(e){return this.str.substring(this.pos,this.pos=e)}eat(e){this.charCode()!==e&&this.error("Expect `"+String.fromCharCode(e)+"`"),this.pos++}peek(){return this.pos<this.str.length?this.str.charAt(this.pos++):""}error(e){throw new wf(e,this.str,this.pos)}},Jv=9,Hv=10,Zv=12,Kv=13,Yv=32,Df=33,Cl=35,Cp=38,fi=39,vf=40,Xv=41,kf=42,Fl=43,El=44,Fp=45,_l=60,xf=62,ol=63,Qv=64,ki=91,Sl=93,mi=123,Ep=124,_p=125,Sp=8734,to=new Uint8Array(128).map((e,t)=>/[a-zA-Z0-9\-]/.test(String.fromCharCode(t))?1:0),Tp={" ":1,"&&":2,"||":3,"|":4};function hi(e){return e.substringToPos(e.findWsEnd(e.pos))}function Hn(e){let t=e.pos;for(;t<e.str.length;t++){let n=e.str.charCodeAt(t);if(n>=128||to[n]===0)break}return e.pos===t&&e.error("Expect a keyword"),e.substringToPos(t)}function gi(e){let t=e.pos;for(;t<e.str.length;t++){let n=e.str.charCodeAt(t);if(n<48||n>57)break}return e.pos===t&&e.error("Expect a number"),e.substringToPos(t)}function ek(e){let t=e.str.indexOf("'",e.pos+1);return t===-1&&(e.pos=e.str.length,e.error("Expect an apostrophe")),e.substringToPos(t+1)}function Ap(e){let t=null,n=null;return e.eat(mi),t=gi(e),e.charCode()===El?(e.pos++,e.charCode()!==_p&&(n=gi(e))):n=t,e.eat(_p),{min:Number(t),max:n?Number(n):0}}function tk(e){let t=null,n=!1;switch(e.charCode()){case kf:e.pos++,t={min:0,max:0};break;case Fl:e.pos++,t={min:1,max:0};break;case ol:e.pos++,t={min:0,max:1};break;case Cl:e.pos++,n=!0,e.charCode()===mi?t=Ap(e):e.charCode()===ol?(e.pos++,t={min:0,max:0}):t={min:1,max:0};break;case mi:t=Ap(e);break;default:return null}return{type:"Multiplier",comma:n,min:t.min,max:t.max,term:null}}function Zn(e,t){let n=tk(e);return n!==null?(n.term=t,e.charCode()===Cl&&e.charCodeAt(e.pos-1)===Fl?Zn(e,n):n):t}function Va(e){let t=e.peek();return t===""?null:{type:"Token",value:t}}function nk(e){let t;return e.eat(_l),e.eat(fi),t=Hn(e),e.eat(fi),e.eat(xf),Zn(e,{type:"Property",name:t})}function rk(e){let t=null,n=null,r=1;return e.eat(ki),e.charCode()===Fp&&(e.peek(),r=-1),r==-1&&e.charCode()===Sp?e.peek():(t=r*Number(gi(e)),to[e.charCode()]!==0&&(t+=Hn(e))),hi(e),e.eat(El),hi(e),e.charCode()===Sp?e.peek():(r=1,e.charCode()===Fp&&(e.peek(),r=-1),n=r*Number(gi(e)),to[e.charCode()]!==0&&(n+=Hn(e))),e.eat(Sl),{type:"Range",min:t,max:n}}function ok(e){let t,n=null;return e.eat(_l),t=Hn(e),e.charCode()===vf&&e.nextCharCode()===Xv&&(e.pos+=2,t+="()"),e.charCodeAt(e.findWsEnd(e.pos))===ki&&(hi(e),n=rk(e)),e.eat(xf),Zn(e,{type:"Type",name:t,opts:n})}function ik(e){let t=Hn(e);return e.charCode()===vf?(e.pos++,{type:"Function",name:t}):Zn(e,{type:"Keyword",name:t})}function sk(e,t){function n(o,i){return{type:"Group",terms:o,combinator:i,disallowEmpty:!1,explicit:!1}}let r;for(t=Object.keys(t).sort((o,i)=>Tp[o]-Tp[i]);t.length>0;){r=t.shift();let o=0,i=0;for(;o<e.length;o++){let s=e[o];s.type==="Combinator"&&(s.value===r?(i===-1&&(i=o-1),e.splice(o,1),o--):(i!==-1&&o-i>1&&(e.splice(i,o-i,n(e.slice(i,o),r)),o=i+1),i=-1))}i!==-1&&t.length&&e.splice(i,o-i,n(e.slice(i,o),r))}return r}function Cf(e){let t=[],n={},r,o=null,i=e.pos;for(;r=lk(e);)r.type!=="Spaces"&&(r.type==="Combinator"?((o===null||o.type==="Combinator")&&(e.pos=i,e.error("Unexpected combinator")),n[r.value]=!0):o!==null&&o.type!=="Combinator"&&(n[" "]=!0,t.push({type:"Combinator",value:" "})),t.push(r),o=r,i=e.pos);return o!==null&&o.type==="Combinator"&&(e.pos-=i,e.error("Unexpected combinator")),{type:"Group",terms:t,combinator:sk(t,n)||" ",disallowEmpty:!1,explicit:!1}}function ak(e){let t;return e.eat(ki),t=Cf(e),e.eat(Sl),t.explicit=!0,e.charCode()===Df&&(e.pos++,t.disallowEmpty=!0),t}function lk(e){let t=e.charCode();if(t<128&&to[t]===1)return ik(e);switch(t){case Sl:break;case ki:return Zn(e,ak(e));case _l:return e.nextCharCode()===fi?nk(e):ok(e);case Ep:return{type:"Combinator",value:e.substringToPos(e.pos+(e.nextCharCode()===Ep?2:1))};case Cp:return e.pos++,e.eat(Cp),{type:"Combinator",value:"&&"};case El:return e.pos++,{type:"Comma"};case fi:return Zn(e,{type:"String",value:ek(e)});case Yv:case Jv:case Hv:case Kv:case Zv:return{type:"Spaces",value:hi(e)};case Qv:return t=e.nextCharCode(),t<128&&to[t]===1?(e.pos++,{type:"AtKeyword",name:Hn(e)}):Va(e);case kf:case Fl:case ol:case Cl:case Df:break;case mi:if(t=e.nextCharCode(),t<48||t>57)return Va(e);break;default:return Va(e)}}function Tl(e){let t=new qv(e),n=Cf(t);return t.pos!==e.length&&t.error("Unexpected input"),n.terms.length===1&&n.terms[0].type==="Group"?n.terms[0]:n}var Zr=function(){};function Op(e){return typeof e=="function"?e:Zr}function Ff(e,t,n){function r(s){switch(o.call(n,s),s.type){case"Group":s.terms.forEach(r);break;case"Multiplier":r(s.term);break;case"Type":case"Property":case"Keyword":case"AtKeyword":case"Function":case"String":case"Token":case"Comma":break;default:throw new Error("Unknown type: "+s.type)}i.call(n,s)}let o=Zr,i=Zr;if(typeof t=="function"?o=t:t&&(o=Op(t.enter),i=Op(t.leave)),o===Zr&&i===Zr)throw new Error("Neither `enter` nor `leave` walker handler is set or both aren't a function");r(e,n)}var ck={decorator(e){let t=[],n=null;return{...e,node(r){let o=n;n=r,e.node.call(this,r),n=o},emit(r,o,i){t.push({type:o,value:r,node:i?null:n})},result(){return t}}}};function uk(e){let t=[];return bi(e,(n,r,o)=>t.push({type:n,value:e.slice(r,o),node:null})),t}function dk(e,t){return typeof e=="string"?uk(e):t.generate(e,ck)}var te={type:"Match"},re={type:"Mismatch"},Al={type:"DisallowEmpty"},pk=40,fk=41;function ve(e,t,n){return t===te&&n===re||e===te&&t===te&&n===te?e:(e.type==="If"&&e.else===re&&t===te&&(t=e.then,e=e.match),{type:"If",match:e,then:t,else:n})}function Ef(e){return e.length>2&&e.charCodeAt(e.length-2)===pk&&e.charCodeAt(e.length-1)===fk}function Pp(e){return e.type==="Keyword"||e.type==="AtKeyword"||e.type==="Function"||e.type==="Type"&&Ef(e.name)}function il(e,t,n){switch(e){case" ":{let r=te;for(let o=t.length-1;o>=0;o--){let i=t[o];r=ve(i,r,re)}return r}case"|":{let r=re,o=null;for(let i=t.length-1;i>=0;i--){let s=t[i];if(Pp(s)&&(o===null&&i>0&&Pp(t[i-1])&&(o=Object.create(null),r=ve({type:"Enum",map:o},te,r)),o!==null)){let a=(Ef(s.name)?s.name.slice(0,-1):s.name).toLowerCase();if(!(a in o)){o[a]=s;continue}}o=null,r=ve(s,te,r)}return r}case"&&":{if(t.length>5)return{type:"MatchOnce",terms:t,all:!0};let r=re;for(let o=t.length-1;o>=0;o--){let i=t[o],s;t.length>1?s=il(e,t.filter(function(a){return a!==i}),!1):s=te,r=ve(i,s,r)}return r}case"||":{if(t.length>5)return{type:"MatchOnce",terms:t,all:!1};let r=n?te:re;for(let o=t.length-1;o>=0;o--){let i=t[o],s;t.length>1?s=il(e,t.filter(function(a){return a!==i}),!0):s=te,r=ve(i,s,r)}return r}}}function mk(e){let t=te,n=Ol(e.term);if(e.max===0)n=ve(n,Al,re),t=ve(n,null,re),t.then=ve(te,te,t),e.comma&&(t.then.else=ve({type:"Comma",syntax:e},t,re));else for(let r=e.min||1;r<=e.max;r++)e.comma&&t!==te&&(t=ve({type:"Comma",syntax:e},t,re)),t=ve(n,ve(te,te,t),re);if(e.min===0)t=ve(te,te,t);else for(let r=0;r<e.min-1;r++)e.comma&&t!==te&&(t=ve({type:"Comma",syntax:e},t,re)),t=ve(n,t,re);return t}function Ol(e){if(typeof e=="function")return{type:"Generic",fn:e};switch(e.type){case"Group":{let t=il(e.combinator,e.terms.map(Ol),!1);return e.disallowEmpty&&(t=ve(t,Al,re)),t}case"Multiplier":return mk(e);case"Type":case"Property":return{type:e.type,name:e.name,syntax:e};case"Keyword":return{type:e.type,name:e.name.toLowerCase(),syntax:e};case"AtKeyword":return{type:e.type,name:"@"+e.name.toLowerCase(),syntax:e};case"Function":return{type:e.type,name:e.name.toLowerCase()+"(",syntax:e};case"String":return e.value.length===3?{type:"Token",value:e.value.charAt(1),syntax:e}:{type:e.type,value:e.value.substr(1,e.value.length-2).replace(/\\'/g,"'"),syntax:e};case"Token":return{type:e.type,value:e.value,syntax:e};case"Comma":return{type:e.type,syntax:e};default:throw new Error("Unknown node type:",e.type)}}function sl(e,t){return typeof e=="string"&&(e=Tl(e)),{type:"MatchGraph",match:Ol(e),syntax:t||null,source:e}}var{hasOwnProperty:Ip}=Object.prototype,hk=0,gk=1,al=2,_f=3,Rp="Match",yk="Mismatch",bk="Maximum iteration number exceeded (please fill an issue on https://github.com/csstree/csstree/issues)",$p=15e3,wk=0;function Dk(e){let t=null,n=null,r=e;for(;r!==null;)n=r.prev,r.prev=t,t=r,r=n;return t}function Ga(e,t){if(e.length!==t.length)return!1;for(let n=0;n<e.length;n++){let r=t.charCodeAt(n),o=e.charCodeAt(n);if(o>=65&&o<=90&&(o=o|32),o!==r)return!1}return!0}function vk(e){return e.type!==9?!1:e.value!=="?"}function jp(e){return e===null?!0:e.type===18||e.type===2||e.type===21||e.type===19||e.type===23||vk(e)}function Bp(e){return e===null?!0:e.type===22||e.type===20||e.type===24||e.type===9&&e.value==="/"}function kk(e,t,n){function r(){do U++,_=U<e.length?e[U]:null;while(_!==null&&(_.type===13||_.type===25))}function o(X){let L=U+X;return L<e.length?e[L]:null}function i(X,L){return{nextState:X,matchStack:O,syntaxStack:p,thenStack:f,tokenIndex:U,prev:L}}function s(X){f={nextState:X,matchStack:O,syntaxStack:p,prev:f}}function a(X){m=i(X,m)}function l(){O={type:gk,syntax:t.syntax,token:_,prev:O},r(),y=null,U>C&&(C=U)}function c(){p={syntax:t.syntax,opts:t.syntax.opts||p!==null&&p.opts||null,prev:p},O={type:al,syntax:t.syntax,token:O.token,prev:O}}function u(){O.type===al?O=O.prev:O={type:_f,syntax:p.syntax,token:O.token,prev:O},p=p.prev}let p=null,f=null,m=null,y=null,v=0,E=null,_=null,U=-1,C=0,O={type:hk,syntax:null,token:null,prev:null};for(r();E===null&&++v<$p;)switch(t.type){case"Match":if(f===null){if(_!==null&&(U!==e.length-1||_.value!=="\\0"&&_.value!=="\\9")){t=re;break}E=Rp;break}if(t=f.nextState,t===Al)if(f.matchStack===O){t=re;break}else t=te;for(;f.syntaxStack!==p;)u();f=f.prev;break;case"Mismatch":if(y!==null&&y!==!1)(m===null||U>m.tokenIndex)&&(m=y,y=!1);else if(m===null){E=yk;break}t=m.nextState,f=m.thenStack,p=m.syntaxStack,O=m.matchStack,U=m.tokenIndex,_=U<e.length?e[U]:null,m=m.prev;break;case"MatchGraph":t=t.match;break;case"If":t.else!==re&&a(t.else),t.then!==te&&s(t.then),t=t.match;break;case"MatchOnce":t={type:"MatchOnceBuffer",syntax:t,index:0,mask:0};break;case"MatchOnceBuffer":{let A=t.syntax.terms;if(t.index===A.length){if(t.mask===0||t.syntax.all){t=re;break}t=te;break}if(t.mask===(1<<A.length)-1){t=te;break}for(;t.index<A.length;t.index++){let g=1<<t.index;if((t.mask&g)===0){a(t),s({type:"AddMatchOnce",syntax:t.syntax,mask:t.mask|g}),t=A[t.index++];break}}break}case"AddMatchOnce":t={type:"MatchOnceBuffer",syntax:t.syntax,index:0,mask:t.mask};break;case"Enum":if(_!==null){let A=_.value.toLowerCase();if(A.indexOf("\\")!==-1&&(A=A.replace(/\\[09].*$/,"")),Ip.call(t.map,A)){t=t.map[A];break}}t=re;break;case"Generic":{let A=p!==null?p.opts:null,g=U+Math.floor(t.fn(_,o,A));if(!isNaN(g)&&g>U){for(;U<g;)l();t=te}else t=re;break}case"Type":case"Property":{let A=t.type==="Type"?"types":"properties",g=Ip.call(n,A)?n[A][t.name]:null;if(!g||!g.match)throw new Error("Bad syntax reference: "+(t.type==="Type"?"<"+t.name+">":"<'"+t.name+"'>"));if(y!==!1&&_!==null&&t.type==="Type"&&(t.name==="custom-ident"&&_.type===1||t.name==="length"&&_.value==="0")){y===null&&(y=i(t,m)),t=re;break}c(),t=g.match;break}case"Keyword":{let A=t.name;if(_!==null){let g=_.value;if(g.indexOf("\\")!==-1&&(g=g.replace(/\\[09].*$/,"")),Ga(g,A)){l(),t=te;break}}t=re;break}case"AtKeyword":case"Function":if(_!==null&&Ga(_.value,t.name)){l(),t=te;break}t=re;break;case"Token":if(_!==null&&_.value===t.value){l(),t=te;break}t=re;break;case"Comma":_!==null&&_.type===18?jp(O.token)?t=re:(l(),t=Bp(_)?re:te):t=jp(O.token)||Bp(_)?te:re;break;case"String":let X="",L=U;for(;L<e.length&&X.length<t.value.length;L++)X+=e[L].value;if(Ga(X,t.value)){for(;U<L;)l();t=te}else t=re;break;default:throw new Error("Unknown node type: "+t.type)}switch(wk+=v,E){case null:console.warn("[csstree-match] BREAK after "+$p+" iterations"),E=bk,O=null;break;case Rp:for(;p!==null;)u();break;default:O=null}return{tokens:e,reason:E,iterations:v,match:O,longestMatch:C}}function Np(e,t,n){let r=kk(e,t,n||{});if(r.match===null)return r;let o=r.match,i=r.match={syntax:t.syntax||null,match:[]},s=[i];for(o=Dk(o).prev;o!==null;){switch(o.type){case al:i.match.push(i={syntax:o.syntax,match:[]}),s.push(i);break;case _f:s.pop(),i=s[s.length-1];break;default:i.match.push({syntax:o.syntax||null,token:o.token.value,node:o.token.node})}o=o.prev}return r}var Sf={};$(Sf,{getTrace:()=>Tf,isKeyword:()=>Fk,isProperty:()=>Ck,isType:()=>xk});function Tf(e){function t(o){return o===null?!1:o.type==="Type"||o.type==="Property"||o.type==="Keyword"}function n(o){if(Array.isArray(o.match)){for(let i=0;i<o.match.length;i++)if(n(o.match[i]))return t(o.syntax)&&r.unshift(o.syntax),!0}else if(o.node===e)return r=t(o.syntax)?[o.syntax]:[],!0;return!1}let r=null;return this.matched!==null&&n(this.matched),r}function xk(e,t){return Pl(this,e,n=>n.type==="Type"&&n.name===t)}function Ck(e,t){return Pl(this,e,n=>n.type==="Property"&&n.name===t)}function Fk(e){return Pl(this,e,t=>t.type==="Keyword")}function Pl(e,t,n){let r=Tf.call(e,t);return r===null?!1:r.some(n)}function Af(e){return"node"in e?e.node:Af(e.match[0])}function Of(e){return"node"in e?e.node:Of(e.match[e.match.length-1])}function Lp(e,t,n,r,o){function i(a){if(a.syntax!==null&&a.syntax.type===r&&a.syntax.name===o){let l=Af(a),c=Of(a);e.syntax.walk(t,function(u,p,f){if(u===l){let m=new me;do{if(m.appendData(p.data),p.data===c)break;p=p.next}while(p!==null);s.push({parent:f,nodes:m})}})}Array.isArray(a.match)&&a.match.forEach(i)}let s=[];return n.matched!==null&&i(n.matched),s}var{hasOwnProperty:Xr}=Object.prototype;function qa(e){return typeof e=="number"&&isFinite(e)&&Math.floor(e)===e&&e>=0}function Mp(e){return!!e&&qa(e.offset)&&qa(e.line)&&qa(e.column)}function Ek(e,t){return function(n,r){if(!n||n.constructor!==Object)return r(n,"Type of node should be an Object");for(let o in n){let i=!0;if(Xr.call(n,o)!==!1){if(o==="type")n.type!==e&&r(n,"Wrong node type `"+n.type+"`, expected `"+e+"`");else if(o==="loc"){if(n.loc===null)continue;if(n.loc&&n.loc.constructor===Object)if(typeof n.loc.source!="string")o+=".source";else if(!Mp(n.loc.start))o+=".start";else if(!Mp(n.loc.end))o+=".end";else continue;i=!1}else if(t.hasOwnProperty(o)){i=!1;for(let s=0;!i&&s<t[o].length;s++){let a=t[o][s];switch(a){case String:i=typeof n[o]=="string";break;case Boolean:i=typeof n[o]=="boolean";break;case null:i=n[o]===null;break;default:typeof a=="string"?i=n[o]&&n[o].type===a:Array.isArray(a)&&(i=n[o]instanceof me)}}}else r(n,"Unknown field `"+o+"` for "+e+" node type");i||r(n,"Bad value for `"+e+"."+o+"`")}}for(let o in t)Xr.call(t,o)&&Xr.call(n,o)===!1&&r(n,"Field `"+e+"."+o+"` is missed")}}function _k(e,t){let n=t.structure,r={type:String,loc:!0},o={type:'"'+e+'"'};for(let i in n){if(Xr.call(n,i)===!1)continue;let s=[],a=r[i]=Array.isArray(n[i])?n[i].slice():[n[i]];for(let l=0;l<a.length;l++){let c=a[l];if(c===String||c===Boolean)s.push(c.name);else if(c===null)s.push("null");else if(typeof c=="string")s.push("<"+c+">");else if(Array.isArray(c))s.push("List");else throw new Error("Wrong value `"+c+"` in `"+e+"."+i+"` structure definition")}o[i]=s.join(" | ")}return{docs:o,check:Ek(e,r)}}function Sk(e){let t={};if(e.node){for(let n in e.node)if(Xr.call(e.node,n)){let r=e.node[n];if(r.structure)t[n]=_k(n,r);else throw new Error("Missed `structure` field in `"+n+"` node type definition")}}return t}var Tk=sl(pf.join(" | "));function ll(e,t,n){let r={};for(let o in e)e[o].syntax&&(r[o]=n?e[o].syntax:Di(e[o].syntax,{compact:t}));return r}function Ak(e,t,n){let r={};for(let[o,i]of Object.entries(e))r[o]={prelude:i.prelude&&(n?i.prelude.syntax:Di(i.prelude.syntax,{compact:t})),descriptors:i.descriptors&&ll(i.descriptors,t,n)};return r}function Ok(e){for(let t=0;t<e.length;t++)if(e[t].value.toLowerCase()==="var(")return!0;return!1}function Ye(e,t,n){return{matched:e,iterations:n,error:t,...Sf}}function Vn(e,t,n,r){let o=dk(n,e.syntax),i;return Ok(o)?Ye(null,new Error("Matching for a tree with var() is not supported")):(r&&(i=Np(o,e.cssWideKeywordsSyntax,e)),(!r||!i.match)&&(i=Np(o,t.match,e),!i.match)?Ye(null,new lv(i.reason,t.syntax,n,i),i.iterations):Ye(i.match,null,i.iterations))}var Up=class{constructor(e,t,n){if(this.cssWideKeywordsSyntax=Tk,this.syntax=t,this.generic=!1,this.units={...rl},this.atrules=Object.create(null),this.properties=Object.create(null),this.types=Object.create(null),this.structure=n||Sk(e),e){if(e.units)for(let r of Object.keys(rl))Array.isArray(e.units[r])&&(this.units[r]=e.units[r]);if(e.types)for(let r in e.types)this.addType_(r,e.types[r]);if(e.generic){this.generic=!0;for(let[r,o]of Object.entries(Ov(this.units)))this.addType_(r,o)}if(e.atrules)for(let r in e.atrules)this.addAtrule_(r,e.atrules[r]);if(e.properties)for(let r in e.properties)this.addProperty_(r,e.properties[r])}}checkStructure(e){function t(o,i){r.push({node:o,message:i})}let n=this.structure,r=[];return this.syntax.walk(e,function(o){n.hasOwnProperty(o.type)?n[o.type].check(o,t):t(o,"Unknown node type `"+o.type+"`")}),r.length?r:!1}createDescriptor(e,t,n,r=null){let o={type:t,name:n},i={type:t,name:n,parent:r,serializable:typeof e=="string"||e&&typeof e.type=="string",syntax:null,match:null};return typeof e=="function"?i.match=sl(e,o):(typeof e=="string"?Object.defineProperty(i,"syntax",{get(){return Object.defineProperty(i,"syntax",{value:Tl(e)}),i.syntax}}):i.syntax=e,Object.defineProperty(i,"match",{get(){return Object.defineProperty(i,"match",{value:sl(i.syntax,o)}),i.match}})),i}addAtrule_(e,t){!t||(this.atrules[e]={type:"Atrule",name:e,prelude:t.prelude?this.createDescriptor(t.prelude,"AtrulePrelude",e):null,descriptors:t.descriptors?Object.keys(t.descriptors).reduce((n,r)=>(n[r]=this.createDescriptor(t.descriptors[r],"AtruleDescriptor",r,e),n),Object.create(null)):null})}addProperty_(e,t){!t||(this.properties[e]=this.createDescriptor(t,"Property",e))}addType_(e,t){!t||(this.types[e]=this.createDescriptor(t,"Type",e))}checkAtruleName(e){if(!this.getAtrule(e))return new Gr("Unknown at-rule","@"+e)}checkAtrulePrelude(e,t){let n=this.checkAtruleName(e);if(n)return n;let r=this.getAtrule(e);if(!r.prelude&&t)return new SyntaxError("At-rule `@"+e+"` should not contain a prelude");if(r.prelude&&!t&&!Vn(this,r.prelude,"",!1).matched)return new SyntaxError("At-rule `@"+e+"` should contain a prelude")}checkAtruleDescriptorName(e,t){let n=this.checkAtruleName(e);if(n)return n;let r=this.getAtrule(e),o=Ua(t);if(!r.descriptors)return new SyntaxError("At-rule `@"+e+"` has no known descriptors");if(!r.descriptors[o.name]&&!r.descriptors[o.basename])return new Gr("Unknown at-rule descriptor",t)}checkPropertyName(e){if(!this.getProperty(e))return new Gr("Unknown property",e)}matchAtrulePrelude(e,t){let n=this.checkAtrulePrelude(e,t);if(n)return Ye(null,n);let r=this.getAtrule(e);return r.prelude?Vn(this,r.prelude,t||"",!1):Ye(null,null)}matchAtruleDescriptor(e,t,n){let r=this.checkAtruleDescriptorName(e,t);if(r)return Ye(null,r);let o=this.getAtrule(e),i=Ua(t);return Vn(this,o.descriptors[i.name]||o.descriptors[i.basename],n,!1)}matchDeclaration(e){return e.type!=="Declaration"?Ye(null,new Error("Not a Declaration node")):this.matchProperty(e.property,e.value)}matchProperty(e,t){if(xp(e).custom)return Ye(null,new Error("Lexer matching doesn't applicable for custom properties"));let n=this.checkPropertyName(e);return n?Ye(null,n):Vn(this,this.getProperty(e),t,!0)}matchType(e,t){let n=this.getType(e);return n?Vn(this,n,t,!1):Ye(null,new Gr("Unknown type",e))}match(e,t){return typeof e!="string"&&(!e||!e.type)?Ye(null,new Gr("Bad syntax")):((typeof e=="string"||!e.match)&&(e=this.createDescriptor(e,"Type","anonymous")),Vn(this,e,t,!1))}findValueFragments(e,t,n,r){return Lp(this,t,this.matchProperty(e,t),n,r)}findDeclarationValueFragments(e,t,n){return Lp(this,e.value,this.matchDeclaration(e),t,n)}findAllFragments(e,t,n){let r=[];return this.syntax.walk(e,{visit:"Declaration",enter:o=>{r.push.apply(r,this.findDeclarationValueFragments(o,t,n))}}),r}getAtrule(e,t=!0){let n=Ua(e);return(n.vendor&&t?this.atrules[n.name]||this.atrules[n.basename]:this.atrules[n.name])||null}getAtrulePrelude(e,t=!0){let n=this.getAtrule(e,t);return n&&n.prelude||null}getAtruleDescriptor(e,t){return this.atrules.hasOwnProperty(e)&&this.atrules.declarators&&this.atrules[e].declarators[t]||null}getProperty(e,t=!0){let n=xp(e);return(n.vendor&&t?this.properties[n.name]||this.properties[n.basename]:this.properties[n.name])||null}getType(e){return hasOwnProperty.call(this.types,e)?this.types[e]:null}validate(){function e(r,o,i,s){if(i.has(o))return i.get(o);i.set(o,!1),s.syntax!==null&&Ff(s.syntax,function(a){if(a.type!=="Type"&&a.type!=="Property")return;let l=a.type==="Type"?r.types:r.properties,c=a.type==="Type"?t:n;(!hasOwnProperty.call(l,a.name)||e(r,a.name,c,l[a.name]))&&i.set(o,!0)},this)}let t=new Map,n=new Map;for(let r in this.types)e(this,r,t,this.types[r]);for(let r in this.properties)e(this,r,n,this.properties[r]);return t=[...t.keys()].filter(r=>t.get(r)),n=[...n.keys()].filter(r=>n.get(r)),t.length||n.length?{types:t,properties:n}:null}dump(e,t){return{generic:this.generic,units:this.units,types:ll(this.types,!t,e),properties:ll(this.properties,!t,e),atrules:Ak(this.atrules,!t,e)}}toString(){return JSON.stringify(this.dump())}};function Ja(e,t){return typeof t=="string"&&/^\s*\|/.test(t)?typeof e=="string"?e+t:t.replace(/^\s*\|\s*/,""):t||null}function zp(e,t){let n=Object.create(null);for(let[r,o]of Object.entries(e))if(o){n[r]={};for(let i of Object.keys(o))t.includes(i)&&(n[r][i]=o[i])}return n}function cl(e,t){let n={...e};for(let[r,o]of Object.entries(t))switch(r){case"generic":n[r]=!!o;break;case"units":n[r]={...e[r]};for(let[i,s]of Object.entries(o))n[r][i]=Array.isArray(s)?s:[];break;case"atrules":n[r]={...e[r]};for(let[i,s]of Object.entries(o)){let a=n[r][i]||{},l=n[r][i]={prelude:a.prelude||null,descriptors:{...a.descriptors}};if(s){l.prelude=s.prelude?Ja(l.prelude,s.prelude):l.prelude||null;for(let[c,u]of Object.entries(s.descriptors||{}))l.descriptors[c]=u?Ja(l.descriptors[c],u):null;Object.keys(l.descriptors).length||(l.descriptors=null)}}break;case"types":case"properties":n[r]={...e[r]};for(let[i,s]of Object.entries(o))n[r][i]=Ja(n[r][i],s);break;case"scope":n[r]={...e[r]};for(let[i,s]of Object.entries(o))n[r][i]={...n[r][i],...s};break;case"parseContext":n[r]={...e[r],...o};break;case"atrule":case"pseudo":n[r]={...e[r],...zp(o,["parse"])};break;case"node":n[r]={...e[r],...zp(o,["name","structure","parse","generate","walkContext"])};break}return n}function Pf(e){let t=z0(e),n=nv(e),r=X0(e),{fromPlainObject:o,toPlainObject:i}=Q0(n),s={lexer:null,createLexer:a=>new Up(a,s,s.lexer.structure),tokenize:bi,parse:t,generate:r,walk:n,find:n.find,findLast:n.findLast,findAll:n.findAll,fromPlainObject:o,toPlainObject:i,fork(a){let l=cl({},e);return Pf(typeof a=="function"?a(l,Object.assign):cl(l,a))}};return s.lexer=new Up({generic:!0,units:e.units,types:e.types,atrules:e.atrules,properties:e.properties,node:e.node},s),s}var Pk=e=>Pf(cl({},e)),Ik={generic:!0,units:{angle:["deg","grad","rad","turn"],decibel:["db"],flex:["fr"],frequency:["hz","khz"],length:["cm","mm","q","in","pt","pc","px","em","rem","ex","rex","cap","rcap","ch","rch","ic","ric","lh","rlh","vw","svw","lvw","dvw","vh","svh","lvh","dvh","vi","svi","lvi","dvi","vb","svb","lvb","dvb","vmin","svmin","lvmin","dvmin","vmax","svmax","lvmax","dvmax","cqw","cqh","cqi","cqb","cqmin","cqmax"],resolution:["dpi","dpcm","dppx","x"],semitones:["st"],time:["s","ms"]},types:{"abs()":"abs( <calc-sum> )","absolute-size":"xx-small|x-small|small|medium|large|x-large|xx-large|xxx-large","acos()":"acos( <calc-sum> )","alpha-value":"<number>|<percentage>","angle-percentage":"<angle>|<percentage>","angular-color-hint":"<angle-percentage>","angular-color-stop":"<color>&&<color-stop-angle>?","angular-color-stop-list":"[<angular-color-stop> [, <angular-color-hint>]?]# , <angular-color-stop>","animateable-feature":"scroll-position|contents|<custom-ident>","asin()":"asin( <calc-sum> )","atan()":"atan( <calc-sum> )","atan2()":"atan2( <calc-sum> , <calc-sum> )",attachment:"scroll|fixed|local","attr()":"attr( <attr-name> <type-or-unit>? [, <attr-fallback>]? )","attr-matcher":"['~'|'|'|'^'|'$'|'*']? '='","attr-modifier":"i|s","attribute-selector":"'[' <wq-name> ']'|'[' <wq-name> <attr-matcher> [<string-token>|<ident-token>] <attr-modifier>? ']'","auto-repeat":"repeat( [auto-fill|auto-fit] , [<line-names>? <fixed-size>]+ <line-names>? )","auto-track-list":"[<line-names>? [<fixed-size>|<fixed-repeat>]]* <line-names>? <auto-repeat> [<line-names>? [<fixed-size>|<fixed-repeat>]]* <line-names>?",axis:"block|inline|vertical|horizontal","baseline-position":"[first|last]? baseline","basic-shape":"<inset()>|<circle()>|<ellipse()>|<polygon()>|<path()>","bg-image":"none|<image>","bg-layer":"<bg-image>||<bg-position> [/ <bg-size>]?||<repeat-style>||<attachment>||<box>||<box>","bg-position":"[[left|center|right|top|bottom|<length-percentage>]|[left|center|right|<length-percentage>] [top|center|bottom|<length-percentage>]|[center|[left|right] <length-percentage>?]&&[center|[top|bottom] <length-percentage>?]]","bg-size":"[<length-percentage>|auto]{1,2}|cover|contain","blur()":"blur( <length> )","blend-mode":"normal|multiply|screen|overlay|darken|lighten|color-dodge|color-burn|hard-light|soft-light|difference|exclusion|hue|saturation|color|luminosity",box:"border-box|padding-box|content-box","brightness()":"brightness( <number-percentage> )","calc()":"calc( <calc-sum> )","calc-sum":"<calc-product> [['+'|'-'] <calc-product>]*","calc-product":"<calc-value> ['*' <calc-value>|'/' <number>]*","calc-value":"<number>|<dimension>|<percentage>|<calc-constant>|( <calc-sum> )","calc-constant":"e|pi|infinity|-infinity|NaN","cf-final-image":"<image>|<color>","cf-mixing-image":"<percentage>?&&<image>","circle()":"circle( [<shape-radius>]? [at <position>]? )","clamp()":"clamp( <calc-sum>#{3} )","class-selector":"'.' <ident-token>","clip-source":"<url>",color:"<rgb()>|<rgba()>|<hsl()>|<hsla()>|<hwb()>|<lab()>|<lch()>|<hex-color>|<named-color>|currentcolor|<deprecated-system-color>","color-stop":"<color-stop-length>|<color-stop-angle>","color-stop-angle":"<angle-percentage>{1,2}","color-stop-length":"<length-percentage>{1,2}","color-stop-list":"[<linear-color-stop> [, <linear-color-hint>]?]# , <linear-color-stop>",combinator:"'>'|'+'|'~'|['||']","common-lig-values":"[common-ligatures|no-common-ligatures]","compat-auto":"searchfield|textarea|push-button|slider-horizontal|checkbox|radio|square-button|menulist|listbox|meter|progress-bar|button","composite-style":"clear|copy|source-over|source-in|source-out|source-atop|destination-over|destination-in|destination-out|destination-atop|xor","compositing-operator":"add|subtract|intersect|exclude","compound-selector":"[<type-selector>? <subclass-selector>* [<pseudo-element-selector> <pseudo-class-selector>*]*]!","compound-selector-list":"<compound-selector>#","complex-selector":"<compound-selector> [<combinator>? <compound-selector>]*","complex-selector-list":"<complex-selector>#","conic-gradient()":"conic-gradient( [from <angle>]? [at <position>]? , <angular-color-stop-list> )","contextual-alt-values":"[contextual|no-contextual]","content-distribution":"space-between|space-around|space-evenly|stretch","content-list":"[<string>|contents|<image>|<counter>|<quote>|<target>|<leader()>|<attr()>]+","content-position":"center|start|end|flex-start|flex-end","content-replacement":"<image>","contrast()":"contrast( [<number-percentage>] )","cos()":"cos( <calc-sum> )",counter:"<counter()>|<counters()>","counter()":"counter( <counter-name> , <counter-style>? )","counter-name":"<custom-ident>","counter-style":"<counter-style-name>|symbols( )","counter-style-name":"<custom-ident>","counters()":"counters( <counter-name> , <string> , <counter-style>? )","cross-fade()":"cross-fade( <cf-mixing-image> , <cf-final-image>? )","cubic-bezier-timing-function":"ease|ease-in|ease-out|ease-in-out|cubic-bezier( <number [0,1]> , <number> , <number [0,1]> , <number> )","deprecated-system-color":"ActiveBorder|ActiveCaption|AppWorkspace|Background|ButtonFace|ButtonHighlight|ButtonShadow|ButtonText|CaptionText|GrayText|Highlight|HighlightText|InactiveBorder|InactiveCaption|InactiveCaptionText|InfoBackground|InfoText|Menu|MenuText|Scrollbar|ThreeDDarkShadow|ThreeDFace|ThreeDHighlight|ThreeDLightShadow|ThreeDShadow|Window|WindowFrame|WindowText","discretionary-lig-values":"[discretionary-ligatures|no-discretionary-ligatures]","display-box":"contents|none","display-inside":"flow|flow-root|table|flex|grid|ruby","display-internal":"table-row-group|table-header-group|table-footer-group|table-row|table-cell|table-column-group|table-column|table-caption|ruby-base|ruby-text|ruby-base-container|ruby-text-container","display-legacy":"inline-block|inline-list-item|inline-table|inline-flex|inline-grid","display-listitem":"<display-outside>?&&[flow|flow-root]?&&list-item","display-outside":"block|inline|run-in","drop-shadow()":"drop-shadow( <length>{2,3} <color>? )","east-asian-variant-values":"[jis78|jis83|jis90|jis04|simplified|traditional]","east-asian-width-values":"[full-width|proportional-width]","element()":"element( <custom-ident> , [first|start|last|first-except]? )|element( <id-selector> )","ellipse()":"ellipse( [<shape-radius>{2}]? [at <position>]? )","ending-shape":"circle|ellipse","env()":"env( <custom-ident> , <declaration-value>? )","exp()":"exp( <calc-sum> )","explicit-track-list":"[<line-names>? <track-size>]+ <line-names>?","family-name":"<string>|<custom-ident>+","feature-tag-value":"<string> [<integer>|on|off]?","feature-type":"@stylistic|@historical-forms|@styleset|@character-variant|@swash|@ornaments|@annotation","feature-value-block":"<feature-type> '{' <feature-value-declaration-list> '}'","feature-value-block-list":"<feature-value-block>+","feature-value-declaration":"<custom-ident> : <integer>+ ;","feature-value-declaration-list":"<feature-value-declaration>","feature-value-name":"<custom-ident>","fill-rule":"nonzero|evenodd","filter-function":"<blur()>|<brightness()>|<contrast()>|<drop-shadow()>|<grayscale()>|<hue-rotate()>|<invert()>|<opacity()>|<saturate()>|<sepia()>","filter-function-list":"[<filter-function>|<url>]+","final-bg-layer":"<'background-color'>||<bg-image>||<bg-position> [/ <bg-size>]?||<repeat-style>||<attachment>||<box>||<box>","fixed-breadth":"<length-percentage>","fixed-repeat":"repeat( [<integer [1,\u221E]>] , [<line-names>? <fixed-size>]+ <line-names>? )","fixed-size":"<fixed-breadth>|minmax( <fixed-breadth> , <track-breadth> )|minmax( <inflexible-breadth> , <fixed-breadth> )","font-stretch-absolute":"normal|ultra-condensed|extra-condensed|condensed|semi-condensed|semi-expanded|expanded|extra-expanded|ultra-expanded|<percentage>","font-variant-css21":"[normal|small-caps]","font-weight-absolute":"normal|bold|<number [1,1000]>","frequency-percentage":"<frequency>|<percentage>","general-enclosed":"[<function-token> <any-value> )]|( <ident> <any-value> )","generic-family":"serif|sans-serif|cursive|fantasy|monospace|-apple-system","generic-name":"serif|sans-serif|cursive|fantasy|monospace","geometry-box":"<shape-box>|fill-box|stroke-box|view-box",gradient:"<linear-gradient()>|<repeating-linear-gradient()>|<radial-gradient()>|<repeating-radial-gradient()>|<conic-gradient()>|<repeating-conic-gradient()>|<-legacy-gradient>","grayscale()":"grayscale( <number-percentage> )","grid-line":"auto|<custom-ident>|[<integer>&&<custom-ident>?]|[span&&[<integer>||<custom-ident>]]","historical-lig-values":"[historical-ligatures|no-historical-ligatures]","hsl()":"hsl( <hue> <percentage> <percentage> [/ <alpha-value>]? )|hsl( <hue> , <percentage> , <percentage> , <alpha-value>? )","hsla()":"hsla( <hue> <percentage> <percentage> [/ <alpha-value>]? )|hsla( <hue> , <percentage> , <percentage> , <alpha-value>? )",hue:"<number>|<angle>","hue-rotate()":"hue-rotate( <angle> )","hwb()":"hwb( [<hue>|none] [<percentage>|none] [<percentage>|none] [/ [<alpha-value>|none]]? )","hypot()":"hypot( <calc-sum># )",image:"<url>|<image()>|<image-set()>|<element()>|<paint()>|<cross-fade()>|<gradient>","image()":"image( <image-tags>? [<image-src>? , <color>?]! )","image-set()":"image-set( <image-set-option># )","image-set-option":"[<image>|<string>] [<resolution>||type( <string> )]","image-src":"<url>|<string>","image-tags":"ltr|rtl","inflexible-breadth":"<length-percentage>|min-content|max-content|auto","inset()":"inset( <length-percentage>{1,4} [round <'border-radius'>]? )","invert()":"invert( <number-percentage> )","keyframes-name":"<custom-ident>|<string>","keyframe-block":"<keyframe-selector># { <declaration-list> }","keyframe-block-list":"<keyframe-block>+","keyframe-selector":"from|to|<percentage>","lab()":"lab( [<percentage>|<number>|none] [<percentage>|<number>|none] [<percentage>|<number>|none] [/ [<alpha-value>|none]]? )","layer()":"layer( <layer-name> )","layer-name":"<ident> ['.' <ident>]*","lch()":"lch( [<percentage>|<number>|none] [<percentage>|<number>|none] [<hue>|none] [/ [<alpha-value>|none]]? )","leader()":"leader( <leader-type> )","leader-type":"dotted|solid|space|<string>","length-percentage":"<length>|<percentage>","line-names":"'[' <custom-ident>* ']'","line-name-list":"[<line-names>|<name-repeat>]+","line-style":"none|hidden|dotted|dashed|solid|double|groove|ridge|inset|outset","line-width":"<length>|thin|medium|thick","linear-color-hint":"<length-percentage>","linear-color-stop":"<color> <color-stop-length>?","linear-gradient()":"linear-gradient( [<angle>|to <side-or-corner>]? , <color-stop-list> )","log()":"log( <calc-sum> , <calc-sum>? )","mask-layer":"<mask-reference>||<position> [/ <bg-size>]?||<repeat-style>||<geometry-box>||[<geometry-box>|no-clip]||<compositing-operator>||<masking-mode>","mask-position":"[<length-percentage>|left|center|right] [<length-percentage>|top|center|bottom]?","mask-reference":"none|<image>|<mask-source>","mask-source":"<url>","masking-mode":"alpha|luminance|match-source","matrix()":"matrix( <number>#{6} )","matrix3d()":"matrix3d( <number>#{16} )","max()":"max( <calc-sum># )","media-and":"<media-in-parens> [and <media-in-parens>]+","media-condition":"<media-not>|<media-and>|<media-or>|<media-in-parens>","media-condition-without-or":"<media-not>|<media-and>|<media-in-parens>","media-feature":"( [<mf-plain>|<mf-boolean>|<mf-range>] )","media-in-parens":"( <media-condition> )|<media-feature>|<general-enclosed>","media-not":"not <media-in-parens>","media-or":"<media-in-parens> [or <media-in-parens>]+","media-query":"<media-condition>|[not|only]? <media-type> [and <media-condition-without-or>]?","media-query-list":"<media-query>#","media-type":"<ident>","mf-boolean":"<mf-name>","mf-name":"<ident>","mf-plain":"<mf-name> : <mf-value>","mf-range":"<mf-name> ['<'|'>']? '='? <mf-value>|<mf-value> ['<'|'>']? '='? <mf-name>|<mf-value> '<' '='? <mf-name> '<' '='? <mf-value>|<mf-value> '>' '='? <mf-name> '>' '='? <mf-value>","mf-value":"<number>|<dimension>|<ident>|<ratio>","min()":"min( <calc-sum># )","minmax()":"minmax( [<length-percentage>|min-content|max-content|auto] , [<length-percentage>|<flex>|min-content|max-content|auto] )","mod()":"mod( <calc-sum> , <calc-sum> )","name-repeat":"repeat( [<integer [1,\u221E]>|auto-fill] , <line-names>+ )","named-color":"transparent|aliceblue|antiquewhite|aqua|aquamarine|azure|beige|bisque|black|blanchedalmond|blue|blueviolet|brown|burlywood|cadetblue|chartreuse|chocolate|coral|cornflowerblue|cornsilk|crimson|cyan|darkblue|darkcyan|darkgoldenrod|darkgray|darkgreen|darkgrey|darkkhaki|darkmagenta|darkolivegreen|darkorange|darkorchid|darkred|darksalmon|darkseagreen|darkslateblue|darkslategray|darkslategrey|darkturquoise|darkviolet|deeppink|deepskyblue|dimgray|dimgrey|dodgerblue|firebrick|floralwhite|forestgreen|fuchsia|gainsboro|ghostwhite|gold|goldenrod|gray|green|greenyellow|grey|honeydew|hotpink|indianred|indigo|ivory|khaki|lavender|lavenderblush|lawngreen|lemonchiffon|lightblue|lightcoral|lightcyan|lightgoldenrodyellow|lightgray|lightgreen|lightgrey|lightpink|lightsalmon|lightseagreen|lightskyblue|lightslategray|lightslategrey|lightsteelblue|lightyellow|lime|limegreen|linen|magenta|maroon|mediumaquamarine|mediumblue|mediumorchid|mediumpurple|mediumseagreen|mediumslateblue|mediumspringgreen|mediumturquoise|mediumvioletred|midnightblue|mintcream|mistyrose|moccasin|navajowhite|navy|oldlace|olive|olivedrab|orange|orangered|orchid|palegoldenrod|palegreen|paleturquoise|palevioletred|papayawhip|peachpuff|peru|pink|plum|powderblue|purple|rebeccapurple|red|rosybrown|royalblue|saddlebrown|salmon|sandybrown|seagreen|seashell|sienna|silver|skyblue|slateblue|slategray|slategrey|snow|springgreen|steelblue|tan|teal|thistle|tomato|turquoise|violet|wheat|white|whitesmoke|yellow|yellowgreen|<-non-standard-color>","namespace-prefix":"<ident>","ns-prefix":"[<ident-token>|'*']? '|'","number-percentage":"<number>|<percentage>","numeric-figure-values":"[lining-nums|oldstyle-nums]","numeric-fraction-values":"[diagonal-fractions|stacked-fractions]","numeric-spacing-values":"[proportional-nums|tabular-nums]",nth:"<an-plus-b>|even|odd","opacity()":"opacity( [<number-percentage>] )","overflow-position":"unsafe|safe","outline-radius":"<length>|<percentage>","page-body":"<declaration>? [; <page-body>]?|<page-margin-box> <page-body>","page-margin-box":"<page-margin-box-type> '{' <declaration-list> '}'","page-margin-box-type":"@top-left-corner|@top-left|@top-center|@top-right|@top-right-corner|@bottom-left-corner|@bottom-left|@bottom-center|@bottom-right|@bottom-right-corner|@left-top|@left-middle|@left-bottom|@right-top|@right-middle|@right-bottom","page-selector-list":"[<page-selector>#]?","page-selector":"<pseudo-page>+|<ident> <pseudo-page>*","page-size":"A5|A4|A3|B5|B4|JIS-B5|JIS-B4|letter|legal|ledger","path()":"path( [<fill-rule> ,]? <string> )","paint()":"paint( <ident> , <declaration-value>? )","perspective()":"perspective( [<length [0,\u221E]>|none] )","polygon()":"polygon( <fill-rule>? , [<length-percentage> <length-percentage>]# )",position:"[[left|center|right]||[top|center|bottom]|[left|center|right|<length-percentage>] [top|center|bottom|<length-percentage>]?|[[left|right] <length-percentage>]&&[[top|bottom] <length-percentage>]]","pow()":"pow( <calc-sum> , <calc-sum> )","pseudo-class-selector":"':' <ident-token>|':' <function-token> <any-value> ')'","pseudo-element-selector":"':' <pseudo-class-selector>","pseudo-page":": [left|right|first|blank]",quote:"open-quote|close-quote|no-open-quote|no-close-quote","radial-gradient()":"radial-gradient( [<ending-shape>||<size>]? [at <position>]? , <color-stop-list> )",ratio:"<number [0,\u221E]> [/ <number [0,\u221E]>]?","relative-selector":"<combinator>? <complex-selector>","relative-selector-list":"<relative-selector>#","relative-size":"larger|smaller","rem()":"rem( <calc-sum> , <calc-sum> )","repeat-style":"repeat-x|repeat-y|[repeat|space|round|no-repeat]{1,2}","repeating-conic-gradient()":"repeating-conic-gradient( [from <angle>]? [at <position>]? , <angular-color-stop-list> )","repeating-linear-gradient()":"repeating-linear-gradient( [<angle>|to <side-or-corner>]? , <color-stop-list> )","repeating-radial-gradient()":"repeating-radial-gradient( [<ending-shape>||<size>]? [at <position>]? , <color-stop-list> )","reversed-counter-name":"reversed( <counter-name> )","rgb()":"rgb( <percentage>{3} [/ <alpha-value>]? )|rgb( <number>{3} [/ <alpha-value>]? )|rgb( <percentage>#{3} , <alpha-value>? )|rgb( <number>#{3} , <alpha-value>? )","rgba()":"rgba( <percentage>{3} [/ <alpha-value>]? )|rgba( <number>{3} [/ <alpha-value>]? )|rgba( <percentage>#{3} , <alpha-value>? )|rgba( <number>#{3} , <alpha-value>? )","rotate()":"rotate( [<angle>|<zero>] )","rotate3d()":"rotate3d( <number> , <number> , <number> , [<angle>|<zero>] )","rotateX()":"rotateX( [<angle>|<zero>] )","rotateY()":"rotateY( [<angle>|<zero>] )","rotateZ()":"rotateZ( [<angle>|<zero>] )","round()":"round( <rounding-strategy>? , <calc-sum> , <calc-sum> )","rounding-strategy":"nearest|up|down|to-zero","saturate()":"saturate( <number-percentage> )","scale()":"scale( [<number>|<percentage>]#{1,2} )","scale3d()":"scale3d( [<number>|<percentage>]#{3} )","scaleX()":"scaleX( [<number>|<percentage>] )","scaleY()":"scaleY( [<number>|<percentage>] )","scaleZ()":"scaleZ( [<number>|<percentage>] )",scroller:"root|nearest","self-position":"center|start|end|self-start|self-end|flex-start|flex-end","shape-radius":"<length-percentage>|closest-side|farthest-side","sign()":"sign( <calc-sum> )","skew()":"skew( [<angle>|<zero>] , [<angle>|<zero>]? )","skewX()":"skewX( [<angle>|<zero>] )","skewY()":"skewY( [<angle>|<zero>] )","sepia()":"sepia( <number-percentage> )",shadow:"inset?&&<length>{2,4}&&<color>?","shadow-t":"[<length>{2,3}&&<color>?]",shape:"rect( <top> , <right> , <bottom> , <left> )|rect( <top> <right> <bottom> <left> )","shape-box":"<box>|margin-box","side-or-corner":"[left|right]||[top|bottom]","sin()":"sin( <calc-sum> )","single-animation":"<time>||<easing-function>||<time>||<single-animation-iteration-count>||<single-animation-direction>||<single-animation-fill-mode>||<single-animation-play-state>||[none|<keyframes-name>]","single-animation-direction":"normal|reverse|alternate|alternate-reverse","single-animation-fill-mode":"none|forwards|backwards|both","single-animation-iteration-count":"infinite|<number>","single-animation-play-state":"running|paused","single-animation-timeline":"auto|none|<timeline-name>|scroll( <axis>? <scroller>? )","single-transition":"[none|<single-transition-property>]||<time>||<easing-function>||<time>","single-transition-property":"all|<custom-ident>",size:"closest-side|farthest-side|closest-corner|farthest-corner|<length>|<length-percentage>{2}","sqrt()":"sqrt( <calc-sum> )","step-position":"jump-start|jump-end|jump-none|jump-both|start|end","step-timing-function":"step-start|step-end|steps( <integer> [, <step-position>]? )","subclass-selector":"<id-selector>|<class-selector>|<attribute-selector>|<pseudo-class-selector>","supports-condition":"not <supports-in-parens>|<supports-in-parens> [and <supports-in-parens>]*|<supports-in-parens> [or <supports-in-parens>]*","supports-in-parens":"( <supports-condition> )|<supports-feature>|<general-enclosed>","supports-feature":"<supports-decl>|<supports-selector-fn>","supports-decl":"( <declaration> )","supports-selector-fn":"selector( <complex-selector> )",symbol:"<string>|<image>|<custom-ident>","tan()":"tan( <calc-sum> )",target:"<target-counter()>|<target-counters()>|<target-text()>","target-counter()":"target-counter( [<string>|<url>] , <custom-ident> , <counter-style>? )","target-counters()":"target-counters( [<string>|<url>] , <custom-ident> , <string> , <counter-style>? )","target-text()":"target-text( [<string>|<url>] , [content|before|after|first-letter]? )","time-percentage":"<time>|<percentage>","timeline-name":"<custom-ident>|<string>","easing-function":"linear|<cubic-bezier-timing-function>|<step-timing-function>","track-breadth":"<length-percentage>|<flex>|min-content|max-content|auto","track-list":"[<line-names>? [<track-size>|<track-repeat>]]+ <line-names>?","track-repeat":"repeat( [<integer [1,\u221E]>] , [<line-names>? <track-size>]+ <line-names>? )","track-size":"<track-breadth>|minmax( <inflexible-breadth> , <track-breadth> )|fit-content( <length-percentage> )","transform-function":"<matrix()>|<translate()>|<translateX()>|<translateY()>|<scale()>|<scaleX()>|<scaleY()>|<rotate()>|<skew()>|<skewX()>|<skewY()>|<matrix3d()>|<translate3d()>|<translateZ()>|<scale3d()>|<scaleZ()>|<rotate3d()>|<rotateX()>|<rotateY()>|<rotateZ()>|<perspective()>","transform-list":"<transform-function>+","translate()":"translate( <length-percentage> , <length-percentage>? )","translate3d()":"translate3d( <length-percentage> , <length-percentage> , <length> )","translateX()":"translateX( <length-percentage> )","translateY()":"translateY( <length-percentage> )","translateZ()":"translateZ( <length> )","type-or-unit":"string|color|url|integer|number|length|angle|time|frequency|cap|ch|em|ex|ic|lh|rlh|rem|vb|vi|vw|vh|vmin|vmax|mm|Q|cm|in|pt|pc|px|deg|grad|rad|turn|ms|s|Hz|kHz|%","type-selector":"<wq-name>|<ns-prefix>? '*'","var()":"var( <custom-property-name> , <declaration-value>? )","viewport-length":"auto|<length-percentage>","visual-box":"content-box|padding-box|border-box","wq-name":"<ns-prefix>? <ident-token>","-legacy-gradient":"<-webkit-gradient()>|<-legacy-linear-gradient>|<-legacy-repeating-linear-gradient>|<-legacy-radial-gradient>|<-legacy-repeating-radial-gradient>","-legacy-linear-gradient":"-moz-linear-gradient( <-legacy-linear-gradient-arguments> )|-webkit-linear-gradient( <-legacy-linear-gradient-arguments> )|-o-linear-gradient( <-legacy-linear-gradient-arguments> )","-legacy-repeating-linear-gradient":"-moz-repeating-linear-gradient( <-legacy-linear-gradient-arguments> )|-webkit-repeating-linear-gradient( <-legacy-linear-gradient-arguments> )|-o-repeating-linear-gradient( <-legacy-linear-gradient-arguments> )","-legacy-linear-gradient-arguments":"[<angle>|<side-or-corner>]? , <color-stop-list>","-legacy-radial-gradient":"-moz-radial-gradient( <-legacy-radial-gradient-arguments> )|-webkit-radial-gradient( <-legacy-radial-gradient-arguments> )|-o-radial-gradient( <-legacy-radial-gradient-arguments> )","-legacy-repeating-radial-gradient":"-moz-repeating-radial-gradient( <-legacy-radial-gradient-arguments> )|-webkit-repeating-radial-gradient( <-legacy-radial-gradient-arguments> )|-o-repeating-radial-gradient( <-legacy-radial-gradient-arguments> )","-legacy-radial-gradient-arguments":"[<position> ,]? [[[<-legacy-radial-gradient-shape>||<-legacy-radial-gradient-size>]|[<length>|<percentage>]{2}] ,]? <color-stop-list>","-legacy-radial-gradient-size":"closest-side|closest-corner|farthest-side|farthest-corner|contain|cover","-legacy-radial-gradient-shape":"circle|ellipse","-non-standard-font":"-apple-system-body|-apple-system-headline|-apple-system-subheadline|-apple-system-caption1|-apple-system-caption2|-apple-system-footnote|-apple-system-short-body|-apple-system-short-headline|-apple-system-short-subheadline|-apple-system-short-caption1|-apple-system-short-footnote|-apple-system-tall-body","-non-standard-color":"-moz-ButtonDefault|-moz-ButtonHoverFace|-moz-ButtonHoverText|-moz-CellHighlight|-moz-CellHighlightText|-moz-Combobox|-moz-ComboboxText|-moz-Dialog|-moz-DialogText|-moz-dragtargetzone|-moz-EvenTreeRow|-moz-Field|-moz-FieldText|-moz-html-CellHighlight|-moz-html-CellHighlightText|-moz-mac-accentdarkestshadow|-moz-mac-accentdarkshadow|-moz-mac-accentface|-moz-mac-accentlightesthighlight|-moz-mac-accentlightshadow|-moz-mac-accentregularhighlight|-moz-mac-accentregularshadow|-moz-mac-chrome-active|-moz-mac-chrome-inactive|-moz-mac-focusring|-moz-mac-menuselect|-moz-mac-menushadow|-moz-mac-menutextselect|-moz-MenuHover|-moz-MenuHoverText|-moz-MenuBarText|-moz-MenuBarHoverText|-moz-nativehyperlinktext|-moz-OddTreeRow|-moz-win-communicationstext|-moz-win-mediatext|-moz-activehyperlinktext|-moz-default-background-color|-moz-default-color|-moz-hyperlinktext|-moz-visitedhyperlinktext|-webkit-activelink|-webkit-focus-ring-color|-webkit-link|-webkit-text","-non-standard-image-rendering":"optimize-contrast|-moz-crisp-edges|-o-crisp-edges|-webkit-optimize-contrast","-non-standard-overflow":"-moz-scrollbars-none|-moz-scrollbars-horizontal|-moz-scrollbars-vertical|-moz-hidden-unscrollable","-non-standard-width":"fill-available|min-intrinsic|intrinsic|-moz-available|-moz-fit-content|-moz-min-content|-moz-max-content|-webkit-min-content|-webkit-max-content","-webkit-gradient()":"-webkit-gradient( <-webkit-gradient-type> , <-webkit-gradient-point> [, <-webkit-gradient-point>|, <-webkit-gradient-radius> , <-webkit-gradient-point>] [, <-webkit-gradient-radius>]? [, <-webkit-gradient-color-stop>]* )","-webkit-gradient-color-stop":"from( <color> )|color-stop( [<number-zero-one>|<percentage>] , <color> )|to( <color> )","-webkit-gradient-point":"[left|center|right|<length-percentage>] [top|center|bottom|<length-percentage>]","-webkit-gradient-radius":"<length>|<percentage>","-webkit-gradient-type":"linear|radial","-webkit-mask-box-repeat":"repeat|stretch|round","-webkit-mask-clip-style":"border|border-box|padding|padding-box|content|content-box|text","-ms-filter-function-list":"<-ms-filter-function>+","-ms-filter-function":"<-ms-filter-function-progid>|<-ms-filter-function-legacy>","-ms-filter-function-progid":"'progid:' [<ident-token> '.']* [<ident-token>|<function-token> <any-value>? )]","-ms-filter-function-legacy":"<ident-token>|<function-token> <any-value>? )","-ms-filter":"<string>",age:"child|young|old","attr-name":"<wq-name>","attr-fallback":"<any-value>","bg-clip":"<box>|border|text",bottom:"<length>|auto","container-name":"<custom-ident>","container-condition":"not <query-in-parens>|<query-in-parens> [[and <query-in-parens>]*|[or <query-in-parens>]*]","generic-voice":"[<age>? <gender> <integer>?]",gender:"male|female|neutral",left:"<length>|auto","mask-image":"<mask-reference>#",paint:"none|<color>|<url> [none|<color>]?|context-fill|context-stroke",right:"<length>|auto","scroll-timeline-axis":"block|inline|vertical|horizontal","scroll-timeline-name":"none|<custom-ident>","single-animation-composition":"replace|add|accumulate","svg-length":"<percentage>|<length>|<number>","svg-writing-mode":"lr-tb|rl-tb|tb-rl|lr|rl|tb",top:"<length>|auto",x:"<number>",y:"<number>",declaration:"<ident-token> : <declaration-value>? ['!' important]?","declaration-list":"[<declaration>? ';']* <declaration>?",url:"url( <string> <url-modifier>* )|<url-token>","url-modifier":"<ident>|<function-token> <any-value> )","number-zero-one":"<number [0,1]>","number-one-or-greater":"<number [1,\u221E]>","query-in-parens":"( <container-condition> )|( <size-feature> )|style( <style-query> )|<general-enclosed>","size-feature":"<mf-plain>|<mf-boolean>|<mf-range>","style-feature":"<declaration>","style-query":"<style-condition>|<style-feature>","style-condition":"not <style-in-parens>|<style-in-parens> [[and <style-in-parens>]*|[or <style-in-parens>]*]","style-in-parens":"( <style-condition> )|( <style-feature> )|<general-enclosed>","-non-standard-display":"-ms-inline-flexbox|-ms-grid|-ms-inline-grid|-webkit-flex|-webkit-inline-flex|-webkit-box|-webkit-inline-box|-moz-inline-stack|-moz-box|-moz-inline-box"},properties:{"--*":"<declaration-value>","-ms-accelerator":"false|true","-ms-block-progression":"tb|rl|bt|lr","-ms-content-zoom-chaining":"none|chained","-ms-content-zooming":"none|zoom","-ms-content-zoom-limit":"<'-ms-content-zoom-limit-min'> <'-ms-content-zoom-limit-max'>","-ms-content-zoom-limit-max":"<percentage>","-ms-content-zoom-limit-min":"<percentage>","-ms-content-zoom-snap":"<'-ms-content-zoom-snap-type'>||<'-ms-content-zoom-snap-points'>","-ms-content-zoom-snap-points":"snapInterval( <percentage> , <percentage> )|snapList( <percentage># )","-ms-content-zoom-snap-type":"none|proximity|mandatory","-ms-filter":"<string>","-ms-flow-from":"[none|<custom-ident>]#","-ms-flow-into":"[none|<custom-ident>]#","-ms-grid-columns":"none|<track-list>|<auto-track-list>","-ms-grid-rows":"none|<track-list>|<auto-track-list>","-ms-high-contrast-adjust":"auto|none","-ms-hyphenate-limit-chars":"auto|<integer>{1,3}","-ms-hyphenate-limit-lines":"no-limit|<integer>","-ms-hyphenate-limit-zone":"<percentage>|<length>","-ms-ime-align":"auto|after","-ms-overflow-style":"auto|none|scrollbar|-ms-autohiding-scrollbar","-ms-scrollbar-3dlight-color":"<color>","-ms-scrollbar-arrow-color":"<color>","-ms-scrollbar-base-color":"<color>","-ms-scrollbar-darkshadow-color":"<color>","-ms-scrollbar-face-color":"<color>","-ms-scrollbar-highlight-color":"<color>","-ms-scrollbar-shadow-color":"<color>","-ms-scrollbar-track-color":"<color>","-ms-scroll-chaining":"chained|none","-ms-scroll-limit":"<'-ms-scroll-limit-x-min'> <'-ms-scroll-limit-y-min'> <'-ms-scroll-limit-x-max'> <'-ms-scroll-limit-y-max'>","-ms-scroll-limit-x-max":"auto|<length>","-ms-scroll-limit-x-min":"<length>","-ms-scroll-limit-y-max":"auto|<length>","-ms-scroll-limit-y-min":"<length>","-ms-scroll-rails":"none|railed","-ms-scroll-snap-points-x":"snapInterval( <length-percentage> , <length-percentage> )|snapList( <length-percentage># )","-ms-scroll-snap-points-y":"snapInterval( <length-percentage> , <length-percentage> )|snapList( <length-percentage># )","-ms-scroll-snap-type":"none|proximity|mandatory","-ms-scroll-snap-x":"<'-ms-scroll-snap-type'> <'-ms-scroll-snap-points-x'>","-ms-scroll-snap-y":"<'-ms-scroll-snap-type'> <'-ms-scroll-snap-points-y'>","-ms-scroll-translation":"none|vertical-to-horizontal","-ms-text-autospace":"none|ideograph-alpha|ideograph-numeric|ideograph-parenthesis|ideograph-space","-ms-touch-select":"grippers|none","-ms-user-select":"none|element|text","-ms-wrap-flow":"auto|both|start|end|maximum|clear","-ms-wrap-margin":"<length>","-ms-wrap-through":"wrap|none","-moz-appearance":"none|button|button-arrow-down|button-arrow-next|button-arrow-previous|button-arrow-up|button-bevel|button-focus|caret|checkbox|checkbox-container|checkbox-label|checkmenuitem|dualbutton|groupbox|listbox|listitem|menuarrow|menubar|menucheckbox|menuimage|menuitem|menuitemtext|menulist|menulist-button|menulist-text|menulist-textfield|menupopup|menuradio|menuseparator|meterbar|meterchunk|progressbar|progressbar-vertical|progresschunk|progresschunk-vertical|radio|radio-container|radio-label|radiomenuitem|range|range-thumb|resizer|resizerpanel|scale-horizontal|scalethumbend|scalethumb-horizontal|scalethumbstart|scalethumbtick|scalethumb-vertical|scale-vertical|scrollbarbutton-down|scrollbarbutton-left|scrollbarbutton-right|scrollbarbutton-up|scrollbarthumb-horizontal|scrollbarthumb-vertical|scrollbartrack-horizontal|scrollbartrack-vertical|searchfield|separator|sheet|spinner|spinner-downbutton|spinner-textfield|spinner-upbutton|splitter|statusbar|statusbarpanel|tab|tabpanel|tabpanels|tab-scroll-arrow-back|tab-scroll-arrow-forward|textfield|textfield-multiline|toolbar|toolbarbutton|toolbarbutton-dropdown|toolbargripper|toolbox|tooltip|treeheader|treeheadercell|treeheadersortarrow|treeitem|treeline|treetwisty|treetwistyopen|treeview|-moz-mac-unified-toolbar|-moz-win-borderless-glass|-moz-win-browsertabbar-toolbox|-moz-win-communicationstext|-moz-win-communications-toolbox|-moz-win-exclude-glass|-moz-win-glass|-moz-win-mediatext|-moz-win-media-toolbox|-moz-window-button-box|-moz-window-button-box-maximized|-moz-window-button-close|-moz-window-button-maximize|-moz-window-button-minimize|-moz-window-button-restore|-moz-window-frame-bottom|-moz-window-frame-left|-moz-window-frame-right|-moz-window-titlebar|-moz-window-titlebar-maximized","-moz-binding":"<url>|none","-moz-border-bottom-colors":"<color>+|none","-moz-border-left-colors":"<color>+|none","-moz-border-right-colors":"<color>+|none","-moz-border-top-colors":"<color>+|none","-moz-context-properties":"none|[fill|fill-opacity|stroke|stroke-opacity]#","-moz-float-edge":"border-box|content-box|margin-box|padding-box","-moz-force-broken-image-icon":"0|1","-moz-image-region":"<shape>|auto","-moz-orient":"inline|block|horizontal|vertical","-moz-outline-radius":"<outline-radius>{1,4} [/ <outline-radius>{1,4}]?","-moz-outline-radius-bottomleft":"<outline-radius>","-moz-outline-radius-bottomright":"<outline-radius>","-moz-outline-radius-topleft":"<outline-radius>","-moz-outline-radius-topright":"<outline-radius>","-moz-stack-sizing":"ignore|stretch-to-fit","-moz-text-blink":"none|blink","-moz-user-focus":"ignore|normal|select-after|select-before|select-menu|select-same|select-all|none","-moz-user-input":"auto|none|enabled|disabled","-moz-user-modify":"read-only|read-write|write-only","-moz-window-dragging":"drag|no-drag","-moz-window-shadow":"default|menu|tooltip|sheet|none","-webkit-appearance":"none|button|button-bevel|caps-lock-indicator|caret|checkbox|default-button|inner-spin-button|listbox|listitem|media-controls-background|media-controls-fullscreen-background|media-current-time-display|media-enter-fullscreen-button|media-exit-fullscreen-button|media-fullscreen-button|media-mute-button|media-overlay-play-button|media-play-button|media-seek-back-button|media-seek-forward-button|media-slider|media-sliderthumb|media-time-remaining-display|media-toggle-closed-captions-button|media-volume-slider|media-volume-slider-container|media-volume-sliderthumb|menulist|menulist-button|menulist-text|menulist-textfield|meter|progress-bar|progress-bar-value|push-button|radio|scrollbarbutton-down|scrollbarbutton-left|scrollbarbutton-right|scrollbarbutton-up|scrollbargripper-horizontal|scrollbargripper-vertical|scrollbarthumb-horizontal|scrollbarthumb-vertical|scrollbartrack-horizontal|scrollbartrack-vertical|searchfield|searchfield-cancel-button|searchfield-decoration|searchfield-results-button|searchfield-results-decoration|slider-horizontal|slider-vertical|sliderthumb-horizontal|sliderthumb-vertical|square-button|textarea|textfield|-apple-pay-button","-webkit-border-before":"<'border-width'>||<'border-style'>||<color>","-webkit-border-before-color":"<color>","-webkit-border-before-style":"<'border-style'>","-webkit-border-before-width":"<'border-width'>","-webkit-box-reflect":"[above|below|right|left]? <length>? <image>?","-webkit-line-clamp":"none|<integer>","-webkit-mask":"[<mask-reference>||<position> [/ <bg-size>]?||<repeat-style>||[<box>|border|padding|content|text]||[<box>|border|padding|content]]#","-webkit-mask-attachment":"<attachment>#","-webkit-mask-clip":"[<box>|border|padding|content|text]#","-webkit-mask-composite":"<composite-style>#","-webkit-mask-image":"<mask-reference>#","-webkit-mask-origin":"[<box>|border|padding|content]#","-webkit-mask-position":"<position>#","-webkit-mask-position-x":"[<length-percentage>|left|center|right]#","-webkit-mask-position-y":"[<length-percentage>|top|center|bottom]#","-webkit-mask-repeat":"<repeat-style>#","-webkit-mask-repeat-x":"repeat|no-repeat|space|round","-webkit-mask-repeat-y":"repeat|no-repeat|space|round","-webkit-mask-size":"<bg-size>#","-webkit-overflow-scrolling":"auto|touch","-webkit-tap-highlight-color":"<color>","-webkit-text-fill-color":"<color>","-webkit-text-stroke":"<length>||<color>","-webkit-text-stroke-color":"<color>","-webkit-text-stroke-width":"<length>","-webkit-touch-callout":"default|none","-webkit-user-modify":"read-only|read-write|read-write-plaintext-only","accent-color":"auto|<color>","align-content":"normal|<baseline-position>|<content-distribution>|<overflow-position>? <content-position>","align-items":"normal|stretch|<baseline-position>|[<overflow-position>? <self-position>]","align-self":"auto|normal|stretch|<baseline-position>|<overflow-position>? <self-position>","align-tracks":"[normal|<baseline-position>|<content-distribution>|<overflow-position>? <content-position>]#",all:"initial|inherit|unset|revert|revert-layer",animation:"<single-animation>#","animation-composition":"<single-animation-composition>#","animation-delay":"<time>#","animation-direction":"<single-animation-direction>#","animation-duration":"<time>#","animation-fill-mode":"<single-animation-fill-mode>#","animation-iteration-count":"<single-animation-iteration-count>#","animation-name":"[none|<keyframes-name>]#","animation-play-state":"<single-animation-play-state>#","animation-timing-function":"<easing-function>#","animation-timeline":"<single-animation-timeline>#",appearance:"none|auto|textfield|menulist-button|<compat-auto>","aspect-ratio":"auto|<ratio>",azimuth:"<angle>|[[left-side|far-left|left|center-left|center|center-right|right|far-right|right-side]||behind]|leftwards|rightwards","backdrop-filter":"none|<filter-function-list>","backface-visibility":"visible|hidden",background:"[<bg-layer> ,]* <final-bg-layer>","background-attachment":"<attachment>#","background-blend-mode":"<blend-mode>#","background-clip":"<bg-clip>#","background-color":"<color>","background-image":"<bg-image>#","background-origin":"<box>#","background-position":"<bg-position>#","background-position-x":"[center|[[left|right|x-start|x-end]? <length-percentage>?]!]#","background-position-y":"[center|[[top|bottom|y-start|y-end]? <length-percentage>?]!]#","background-repeat":"<repeat-style>#","background-size":"<bg-size>#","block-overflow":"clip|ellipsis|<string>","block-size":"<'width'>",border:"<line-width>||<line-style>||<color>","border-block":"<'border-top-width'>||<'border-top-style'>||<color>","border-block-color":"<'border-top-color'>{1,2}","border-block-style":"<'border-top-style'>","border-block-width":"<'border-top-width'>","border-block-end":"<'border-top-width'>||<'border-top-style'>||<color>","border-block-end-color":"<'border-top-color'>","border-block-end-style":"<'border-top-style'>","border-block-end-width":"<'border-top-width'>","border-block-start":"<'border-top-width'>||<'border-top-style'>||<color>","border-block-start-color":"<'border-top-color'>","border-block-start-style":"<'border-top-style'>","border-block-start-width":"<'border-top-width'>","border-bottom":"<line-width>||<line-style>||<color>","border-bottom-color":"<'border-top-color'>","border-bottom-left-radius":"<length-percentage>{1,2}","border-bottom-right-radius":"<length-percentage>{1,2}","border-bottom-style":"<line-style>","border-bottom-width":"<line-width>","border-collapse":"collapse|separate","border-color":"<color>{1,4}","border-end-end-radius":"<length-percentage>{1,2}","border-end-start-radius":"<length-percentage>{1,2}","border-image":"<'border-image-source'>||<'border-image-slice'> [/ <'border-image-width'>|/ <'border-image-width'>? / <'border-image-outset'>]?||<'border-image-repeat'>","border-image-outset":"[<length>|<number>]{1,4}","border-image-repeat":"[stretch|repeat|round|space]{1,2}","border-image-slice":"<number-percentage>{1,4}&&fill?","border-image-source":"none|<image>","border-image-width":"[<length-percentage>|<number>|auto]{1,4}","border-inline":"<'border-top-width'>||<'border-top-style'>||<color>","border-inline-end":"<'border-top-width'>||<'border-top-style'>||<color>","border-inline-color":"<'border-top-color'>{1,2}","border-inline-style":"<'border-top-style'>","border-inline-width":"<'border-top-width'>","border-inline-end-color":"<'border-top-color'>","border-inline-end-style":"<'border-top-style'>","border-inline-end-width":"<'border-top-width'>","border-inline-start":"<'border-top-width'>||<'border-top-style'>||<color>","border-inline-start-color":"<'border-top-color'>","border-inline-start-style":"<'border-top-style'>","border-inline-start-width":"<'border-top-width'>","border-left":"<line-width>||<line-style>||<color>","border-left-color":"<color>","border-left-style":"<line-style>","border-left-width":"<line-width>","border-radius":"<length-percentage>{1,4} [/ <length-percentage>{1,4}]?","border-right":"<line-width>||<line-style>||<color>","border-right-color":"<color>","border-right-style":"<line-style>","border-right-width":"<line-width>","border-spacing":"<length> <length>?","border-start-end-radius":"<length-percentage>{1,2}","border-start-start-radius":"<length-percentage>{1,2}","border-style":"<line-style>{1,4}","border-top":"<line-width>||<line-style>||<color>","border-top-color":"<color>","border-top-left-radius":"<length-percentage>{1,2}","border-top-right-radius":"<length-percentage>{1,2}","border-top-style":"<line-style>","border-top-width":"<line-width>","border-width":"<line-width>{1,4}",bottom:"<length>|<percentage>|auto","box-align":"start|center|end|baseline|stretch","box-decoration-break":"slice|clone","box-direction":"normal|reverse|inherit","box-flex":"<number>","box-flex-group":"<integer>","box-lines":"single|multiple","box-ordinal-group":"<integer>","box-orient":"horizontal|vertical|inline-axis|block-axis|inherit","box-pack":"start|center|end|justify","box-shadow":"none|<shadow>#","box-sizing":"content-box|border-box","break-after":"auto|avoid|always|all|avoid-page|page|left|right|recto|verso|avoid-column|column|avoid-region|region","break-before":"auto|avoid|always|all|avoid-page|page|left|right|recto|verso|avoid-column|column|avoid-region|region","break-inside":"auto|avoid|avoid-page|avoid-column|avoid-region","caption-side":"top|bottom|block-start|block-end|inline-start|inline-end",caret:"<'caret-color'>||<'caret-shape'>","caret-color":"auto|<color>","caret-shape":"auto|bar|block|underscore",clear:"none|left|right|both|inline-start|inline-end",clip:"<shape>|auto","clip-path":"<clip-source>|[<basic-shape>||<geometry-box>]|none",color:"<color>","print-color-adjust":"economy|exact","color-scheme":"normal|[light|dark|<custom-ident>]+&&only?","column-count":"<integer>|auto","column-fill":"auto|balance|balance-all","column-gap":"normal|<length-percentage>","column-rule":"<'column-rule-width'>||<'column-rule-style'>||<'column-rule-color'>","column-rule-color":"<color>","column-rule-style":"<'border-style'>","column-rule-width":"<'border-width'>","column-span":"none|all","column-width":"<length>|auto",columns:"<'column-width'>||<'column-count'>",contain:"none|strict|content|[[size||inline-size]||layout||style||paint]","contain-intrinsic-size":"[none|<length>|auto <length>]{1,2}","contain-intrinsic-block-size":"none|<length>|auto <length>","contain-intrinsic-height":"none|<length>|auto <length>","contain-intrinsic-inline-size":"none|<length>|auto <length>","contain-intrinsic-width":"none|<length>|auto <length>",content:"normal|none|[<content-replacement>|<content-list>] [/ [<string>|<counter>]+]?","content-visibility":"visible|auto|hidden","counter-increment":"[<counter-name> <integer>?]+|none","counter-reset":"[<counter-name> <integer>?|<reversed-counter-name> <integer>?]+|none","counter-set":"[<counter-name> <integer>?]+|none",cursor:"[[<url> [<x> <y>]? ,]* [auto|default|none|context-menu|help|pointer|progress|wait|cell|crosshair|text|vertical-text|alias|copy|move|no-drop|not-allowed|e-resize|n-resize|ne-resize|nw-resize|s-resize|se-resize|sw-resize|w-resize|ew-resize|ns-resize|nesw-resize|nwse-resize|col-resize|row-resize|all-scroll|zoom-in|zoom-out|grab|grabbing|hand|-webkit-grab|-webkit-grabbing|-webkit-zoom-in|-webkit-zoom-out|-moz-grab|-moz-grabbing|-moz-zoom-in|-moz-zoom-out]]",direction:"ltr|rtl",display:"[<display-outside>||<display-inside>]|<display-listitem>|<display-internal>|<display-box>|<display-legacy>|<-non-standard-display>","empty-cells":"show|hide",filter:"none|<filter-function-list>|<-ms-filter-function-list>",flex:"none|[<'flex-grow'> <'flex-shrink'>?||<'flex-basis'>]","flex-basis":"content|<'width'>","flex-direction":"row|row-reverse|column|column-reverse","flex-flow":"<'flex-direction'>||<'flex-wrap'>","flex-grow":"<number>","flex-shrink":"<number>","flex-wrap":"nowrap|wrap|wrap-reverse",float:"left|right|none|inline-start|inline-end",font:"[[<'font-style'>||<font-variant-css21>||<'font-weight'>||<'font-stretch'>]? <'font-size'> [/ <'line-height'>]? <'font-family'>]|caption|icon|menu|message-box|small-caption|status-bar","font-family":"[<family-name>|<generic-family>]#","font-feature-settings":"normal|<feature-tag-value>#","font-kerning":"auto|normal|none","font-language-override":"normal|<string>","font-optical-sizing":"auto|none","font-variation-settings":"normal|[<string> <number>]#","font-size":"<absolute-size>|<relative-size>|<length-percentage>","font-size-adjust":"none|[ex-height|cap-height|ch-width|ic-width|ic-height]? [from-font|<number>]","font-smooth":"auto|never|always|<absolute-size>|<length>","font-stretch":"<font-stretch-absolute>","font-style":"normal|italic|oblique <angle>?","font-synthesis":"none|[weight||style||small-caps]","font-variant":"normal|none|[<common-lig-values>||<discretionary-lig-values>||<historical-lig-values>||<contextual-alt-values>||stylistic( <feature-value-name> )||historical-forms||styleset( <feature-value-name># )||character-variant( <feature-value-name># )||swash( <feature-value-name> )||ornaments( <feature-value-name> )||annotation( <feature-value-name> )||[small-caps|all-small-caps|petite-caps|all-petite-caps|unicase|titling-caps]||<numeric-figure-values>||<numeric-spacing-values>||<numeric-fraction-values>||ordinal||slashed-zero||<east-asian-variant-values>||<east-asian-width-values>||ruby]","font-variant-alternates":"normal|[stylistic( <feature-value-name> )||historical-forms||styleset( <feature-value-name># )||character-variant( <feature-value-name># )||swash( <feature-value-name> )||ornaments( <feature-value-name> )||annotation( <feature-value-name> )]","font-variant-caps":"normal|small-caps|all-small-caps|petite-caps|all-petite-caps|unicase|titling-caps","font-variant-east-asian":"normal|[<east-asian-variant-values>||<east-asian-width-values>||ruby]","font-variant-ligatures":"normal|none|[<common-lig-values>||<discretionary-lig-values>||<historical-lig-values>||<contextual-alt-values>]","font-variant-numeric":"normal|[<numeric-figure-values>||<numeric-spacing-values>||<numeric-fraction-values>||ordinal||slashed-zero]","font-variant-position":"normal|sub|super","font-weight":"<font-weight-absolute>|bolder|lighter","forced-color-adjust":"auto|none",gap:"<'row-gap'> <'column-gap'>?",grid:"<'grid-template'>|<'grid-template-rows'> / [auto-flow&&dense?] <'grid-auto-columns'>?|[auto-flow&&dense?] <'grid-auto-rows'>? / <'grid-template-columns'>","grid-area":"<grid-line> [/ <grid-line>]{0,3}","grid-auto-columns":"<track-size>+","grid-auto-flow":"[row|column]||dense","grid-auto-rows":"<track-size>+","grid-column":"<grid-line> [/ <grid-line>]?","grid-column-end":"<grid-line>","grid-column-gap":"<length-percentage>","grid-column-start":"<grid-line>","grid-gap":"<'grid-row-gap'> <'grid-column-gap'>?","grid-row":"<grid-line> [/ <grid-line>]?","grid-row-end":"<grid-line>","grid-row-gap":"<length-percentage>","grid-row-start":"<grid-line>","grid-template":"none|[<'grid-template-rows'> / <'grid-template-columns'>]|[<line-names>? <string> <track-size>? <line-names>?]+ [/ <explicit-track-list>]?","grid-template-areas":"none|<string>+","grid-template-columns":"none|<track-list>|<auto-track-list>|subgrid <line-name-list>?","grid-template-rows":"none|<track-list>|<auto-track-list>|subgrid <line-name-list>?","hanging-punctuation":"none|[first||[force-end|allow-end]||last]",height:"auto|<length>|<percentage>|min-content|max-content|fit-content|fit-content( <length-percentage> )","hyphenate-character":"auto|<string>",hyphens:"none|manual|auto","image-orientation":"from-image|<angle>|[<angle>? flip]","image-rendering":"auto|crisp-edges|pixelated|optimizeSpeed|optimizeQuality|<-non-standard-image-rendering>","image-resolution":"[from-image||<resolution>]&&snap?","ime-mode":"auto|normal|active|inactive|disabled","initial-letter":"normal|[<number> <integer>?]","initial-letter-align":"[auto|alphabetic|hanging|ideographic]","inline-size":"<'width'>","input-security":"auto|none",inset:"<'top'>{1,4}","inset-block":"<'top'>{1,2}","inset-block-end":"<'top'>","inset-block-start":"<'top'>","inset-inline":"<'top'>{1,2}","inset-inline-end":"<'top'>","inset-inline-start":"<'top'>",isolation:"auto|isolate","justify-content":"normal|<content-distribution>|<overflow-position>? [<content-position>|left|right]","justify-items":"normal|stretch|<baseline-position>|<overflow-position>? [<self-position>|left|right]|legacy|legacy&&[left|right|center]","justify-self":"auto|normal|stretch|<baseline-position>|<overflow-position>? [<self-position>|left|right]","justify-tracks":"[normal|<content-distribution>|<overflow-position>? [<content-position>|left|right]]#",left:"<length>|<percentage>|auto","letter-spacing":"normal|<length-percentage>","line-break":"auto|loose|normal|strict|anywhere","line-clamp":"none|<integer>","line-height":"normal|<number>|<length>|<percentage>","line-height-step":"<length>","list-style":"<'list-style-type'>||<'list-style-position'>||<'list-style-image'>","list-style-image":"<image>|none","list-style-position":"inside|outside","list-style-type":"<counter-style>|<string>|none",margin:"[<length>|<percentage>|auto]{1,4}","margin-block":"<'margin-left'>{1,2}","margin-block-end":"<'margin-left'>","margin-block-start":"<'margin-left'>","margin-bottom":"<length>|<percentage>|auto","margin-inline":"<'margin-left'>{1,2}","margin-inline-end":"<'margin-left'>","margin-inline-start":"<'margin-left'>","margin-left":"<length>|<percentage>|auto","margin-right":"<length>|<percentage>|auto","margin-top":"<length>|<percentage>|auto","margin-trim":"none|in-flow|all",mask:"<mask-layer>#","mask-border":"<'mask-border-source'>||<'mask-border-slice'> [/ <'mask-border-width'>? [/ <'mask-border-outset'>]?]?||<'mask-border-repeat'>||<'mask-border-mode'>","mask-border-mode":"luminance|alpha","mask-border-outset":"[<length>|<number>]{1,4}","mask-border-repeat":"[stretch|repeat|round|space]{1,2}","mask-border-slice":"<number-percentage>{1,4} fill?","mask-border-source":"none|<image>","mask-border-width":"[<length-percentage>|<number>|auto]{1,4}","mask-clip":"[<geometry-box>|no-clip]#","mask-composite":"<compositing-operator>#","mask-image":"<mask-reference>#","mask-mode":"<masking-mode>#","mask-origin":"<geometry-box>#","mask-position":"<position>#","mask-repeat":"<repeat-style>#","mask-size":"<bg-size>#","mask-type":"luminance|alpha","masonry-auto-flow":"[pack|next]||[definite-first|ordered]","math-depth":"auto-add|add( <integer> )|<integer>","math-shift":"normal|compact","math-style":"normal|compact","max-block-size":"<'max-width'>","max-height":"none|<length-percentage>|min-content|max-content|fit-content|fit-content( <length-percentage> )","max-inline-size":"<'max-width'>","max-lines":"none|<integer>","max-width":"none|<length-percentage>|min-content|max-content|fit-content|fit-content( <length-percentage> )|<-non-standard-width>","min-block-size":"<'min-width'>","min-height":"auto|<length>|<percentage>|min-content|max-content|fit-content|fit-content( <length-percentage> )","min-inline-size":"<'min-width'>","min-width":"auto|<length>|<percentage>|min-content|max-content|fit-content|fit-content( <length-percentage> )|<-non-standard-width>","mix-blend-mode":"<blend-mode>|plus-lighter","object-fit":"fill|contain|cover|none|scale-down","object-position":"<position>",offset:"[<'offset-position'>? [<'offset-path'> [<'offset-distance'>||<'offset-rotate'>]?]?]! [/ <'offset-anchor'>]?","offset-anchor":"auto|<position>","offset-distance":"<length-percentage>","offset-path":"none|ray( [<angle>&&<size>&&contain?] )|<path()>|<url>|[<basic-shape>||<geometry-box>]","offset-position":"auto|<position>","offset-rotate":"[auto|reverse]||<angle>",opacity:"<alpha-value>",order:"<integer>",orphans:"<integer>",outline:"[<'outline-color'>||<'outline-style'>||<'outline-width'>]","outline-color":"<color>|invert","outline-offset":"<length>","outline-style":"auto|<'border-style'>","outline-width":"<line-width>",overflow:"[visible|hidden|clip|scroll|auto]{1,2}|<-non-standard-overflow>","overflow-anchor":"auto|none","overflow-block":"visible|hidden|clip|scroll|auto","overflow-clip-box":"padding-box|content-box","overflow-clip-margin":"<visual-box>||<length [0,\u221E]>","overflow-inline":"visible|hidden|clip|scroll|auto","overflow-wrap":"normal|break-word|anywhere","overflow-x":"visible|hidden|clip|scroll|auto","overflow-y":"visible|hidden|clip|scroll|auto","overscroll-behavior":"[contain|none|auto]{1,2}","overscroll-behavior-block":"contain|none|auto","overscroll-behavior-inline":"contain|none|auto","overscroll-behavior-x":"contain|none|auto","overscroll-behavior-y":"contain|none|auto",padding:"[<length>|<percentage>]{1,4}","padding-block":"<'padding-left'>{1,2}","padding-block-end":"<'padding-left'>","padding-block-start":"<'padding-left'>","padding-bottom":"<length>|<percentage>","padding-inline":"<'padding-left'>{1,2}","padding-inline-end":"<'padding-left'>","padding-inline-start":"<'padding-left'>","padding-left":"<length>|<percentage>","padding-right":"<length>|<percentage>","padding-top":"<length>|<percentage>","page-break-after":"auto|always|avoid|left|right|recto|verso","page-break-before":"auto|always|avoid|left|right|recto|verso","page-break-inside":"auto|avoid","paint-order":"normal|[fill||stroke||markers]",perspective:"none|<length>","perspective-origin":"<position>","place-content":"<'align-content'> <'justify-content'>?","place-items":"<'align-items'> <'justify-items'>?","place-self":"<'align-self'> <'justify-self'>?","pointer-events":"auto|none|visiblePainted|visibleFill|visibleStroke|visible|painted|fill|stroke|all|inherit",position:"static|relative|absolute|sticky|fixed|-webkit-sticky",quotes:"none|auto|[<string> <string>]+",resize:"none|both|horizontal|vertical|block|inline",right:"<length>|<percentage>|auto",rotate:"none|<angle>|[x|y|z|<number>{3}]&&<angle>","row-gap":"normal|<length-percentage>","ruby-align":"start|center|space-between|space-around","ruby-merge":"separate|collapse|auto","ruby-position":"[alternate||[over|under]]|inter-character",scale:"none|<number>{1,3}","scrollbar-color":"auto|<color>{2}","scrollbar-gutter":"auto|stable&&both-edges?","scrollbar-width":"auto|thin|none","scroll-behavior":"auto|smooth","scroll-margin":"<length>{1,4}","scroll-margin-block":"<length>{1,2}","scroll-margin-block-start":"<length>","scroll-margin-block-end":"<length>","scroll-margin-bottom":"<length>","scroll-margin-inline":"<length>{1,2}","scroll-margin-inline-start":"<length>","scroll-margin-inline-end":"<length>","scroll-margin-left":"<length>","scroll-margin-right":"<length>","scroll-margin-top":"<length>","scroll-padding":"[auto|<length-percentage>]{1,4}","scroll-padding-block":"[auto|<length-percentage>]{1,2}","scroll-padding-block-start":"auto|<length-percentage>","scroll-padding-block-end":"auto|<length-percentage>","scroll-padding-bottom":"auto|<length-percentage>","scroll-padding-inline":"[auto|<length-percentage>]{1,2}","scroll-padding-inline-start":"auto|<length-percentage>","scroll-padding-inline-end":"auto|<length-percentage>","scroll-padding-left":"auto|<length-percentage>","scroll-padding-right":"auto|<length-percentage>","scroll-padding-top":"auto|<length-percentage>","scroll-snap-align":"[none|start|end|center]{1,2}","scroll-snap-coordinate":"none|<position>#","scroll-snap-destination":"<position>","scroll-snap-points-x":"none|repeat( <length-percentage> )","scroll-snap-points-y":"none|repeat( <length-percentage> )","scroll-snap-stop":"normal|always","scroll-snap-type":"none|[x|y|block|inline|both] [mandatory|proximity]?","scroll-snap-type-x":"none|mandatory|proximity","scroll-snap-type-y":"none|mandatory|proximity","scroll-timeline":"<scroll-timeline-name>||<scroll-timeline-axis>","scroll-timeline-axis":"block|inline|vertical|horizontal","scroll-timeline-name":"none|<custom-ident>","shape-image-threshold":"<alpha-value>","shape-margin":"<length-percentage>","shape-outside":"none|[<shape-box>||<basic-shape>]|<image>","tab-size":"<integer>|<length>","table-layout":"auto|fixed","text-align":"start|end|left|right|center|justify|match-parent","text-align-last":"auto|start|end|left|right|center|justify","text-combine-upright":"none|all|[digits <integer>?]","text-decoration":"<'text-decoration-line'>||<'text-decoration-style'>||<'text-decoration-color'>||<'text-decoration-thickness'>","text-decoration-color":"<color>","text-decoration-line":"none|[underline||overline||line-through||blink]|spelling-error|grammar-error","text-decoration-skip":"none|[objects||[spaces|[leading-spaces||trailing-spaces]]||edges||box-decoration]","text-decoration-skip-ink":"auto|all|none","text-decoration-style":"solid|double|dotted|dashed|wavy","text-decoration-thickness":"auto|from-font|<length>|<percentage>","text-emphasis":"<'text-emphasis-style'>||<'text-emphasis-color'>","text-emphasis-color":"<color>","text-emphasis-position":"[over|under]&&[right|left]","text-emphasis-style":"none|[[filled|open]||[dot|circle|double-circle|triangle|sesame]]|<string>","text-indent":"<length-percentage>&&hanging?&&each-line?","text-justify":"auto|inter-character|inter-word|none","text-orientation":"mixed|upright|sideways","text-overflow":"[clip|ellipsis|<string>]{1,2}","text-rendering":"auto|optimizeSpeed|optimizeLegibility|geometricPrecision","text-shadow":"none|<shadow-t>#","text-size-adjust":"none|auto|<percentage>","text-transform":"none|capitalize|uppercase|lowercase|full-width|full-size-kana","text-underline-offset":"auto|<length>|<percentage>","text-underline-position":"auto|from-font|[under||[left|right]]",top:"<length>|<percentage>|auto","touch-action":"auto|none|[[pan-x|pan-left|pan-right]||[pan-y|pan-up|pan-down]||pinch-zoom]|manipulation",transform:"none|<transform-list>","transform-box":"content-box|border-box|fill-box|stroke-box|view-box","transform-origin":"[<length-percentage>|left|center|right|top|bottom]|[[<length-percentage>|left|center|right]&&[<length-percentage>|top|center|bottom]] <length>?","transform-style":"flat|preserve-3d",transition:"<single-transition>#","transition-delay":"<time>#","transition-duration":"<time>#","transition-property":"none|<single-transition-property>#","transition-timing-function":"<easing-function>#",translate:"none|<length-percentage> [<length-percentage> <length>?]?","unicode-bidi":"normal|embed|isolate|bidi-override|isolate-override|plaintext|-moz-isolate|-moz-isolate-override|-moz-plaintext|-webkit-isolate|-webkit-isolate-override|-webkit-plaintext","user-select":"auto|text|none|contain|all","vertical-align":"baseline|sub|super|text-top|text-bottom|middle|top|bottom|<percentage>|<length>",visibility:"visible|hidden|collapse","white-space":"normal|pre|nowrap|pre-wrap|pre-line|break-spaces",widows:"<integer>",width:"auto|<length>|<percentage>|min-content|max-content|fit-content|fit-content( <length-percentage> )|fill|stretch|intrinsic|-moz-max-content|-webkit-max-content|-moz-fit-content|-webkit-fit-content","will-change":"auto|<animateable-feature>#","word-break":"normal|break-all|keep-all|break-word","word-spacing":"normal|<length>","word-wrap":"normal|break-word","writing-mode":"horizontal-tb|vertical-rl|vertical-lr|sideways-rl|sideways-lr|<svg-writing-mode>","z-index":"auto|<integer>",zoom:"normal|reset|<number>|<percentage>","-moz-background-clip":"padding|border","-moz-border-radius-bottomleft":"<'border-bottom-left-radius'>","-moz-border-radius-bottomright":"<'border-bottom-right-radius'>","-moz-border-radius-topleft":"<'border-top-left-radius'>","-moz-border-radius-topright":"<'border-bottom-right-radius'>","-moz-control-character-visibility":"visible|hidden","-moz-osx-font-smoothing":"auto|grayscale","-moz-user-select":"none|text|all|-moz-none","-ms-flex-align":"start|end|center|baseline|stretch","-ms-flex-item-align":"auto|start|end|center|baseline|stretch","-ms-flex-line-pack":"start|end|center|justify|distribute|stretch","-ms-flex-negative":"<'flex-shrink'>","-ms-flex-pack":"start|end|center|justify|distribute","-ms-flex-order":"<integer>","-ms-flex-positive":"<'flex-grow'>","-ms-flex-preferred-size":"<'flex-basis'>","-ms-interpolation-mode":"nearest-neighbor|bicubic","-ms-grid-column-align":"start|end|center|stretch","-ms-grid-row-align":"start|end|center|stretch","-ms-hyphenate-limit-last":"none|always|column|page|spread","-webkit-background-clip":"[<box>|border|padding|content|text]#","-webkit-column-break-after":"always|auto|avoid","-webkit-column-break-before":"always|auto|avoid","-webkit-column-break-inside":"always|auto|avoid","-webkit-font-smoothing":"auto|none|antialiased|subpixel-antialiased","-webkit-mask-box-image":"[<url>|<gradient>|none] [<length-percentage>{4} <-webkit-mask-box-repeat>{2}]?","-webkit-print-color-adjust":"economy|exact","-webkit-text-security":"none|circle|disc|square","-webkit-user-drag":"none|element|auto","-webkit-user-select":"auto|none|text|all","alignment-baseline":"auto|baseline|before-edge|text-before-edge|middle|central|after-edge|text-after-edge|ideographic|alphabetic|hanging|mathematical","baseline-shift":"baseline|sub|super|<svg-length>",behavior:"<url>+","clip-rule":"nonzero|evenodd",container:"<'container-name'> [/ <'container-type'>]?","container-name":"none|<custom-ident>+","container-type":"normal||[size|inline-size]",cue:"<'cue-before'> <'cue-after'>?","cue-after":"<url> <decibel>?|none","cue-before":"<url> <decibel>?|none","dominant-baseline":"auto|use-script|no-change|reset-size|ideographic|alphabetic|hanging|mathematical|central|middle|text-after-edge|text-before-edge",fill:"<paint>","fill-opacity":"<number-zero-one>","fill-rule":"nonzero|evenodd","glyph-orientation-horizontal":"<angle>","glyph-orientation-vertical":"<angle>",kerning:"auto|<svg-length>",marker:"none|<url>","marker-end":"none|<url>","marker-mid":"none|<url>","marker-start":"none|<url>",pause:"<'pause-before'> <'pause-after'>?","pause-after":"<time>|none|x-weak|weak|medium|strong|x-strong","pause-before":"<time>|none|x-weak|weak|medium|strong|x-strong",rest:"<'rest-before'> <'rest-after'>?","rest-after":"<time>|none|x-weak|weak|medium|strong|x-strong","rest-before":"<time>|none|x-weak|weak|medium|strong|x-strong","shape-rendering":"auto|optimizeSpeed|crispEdges|geometricPrecision",src:"[<url> [format( <string># )]?|local( <family-name> )]#",speak:"auto|none|normal","speak-as":"normal|spell-out||digits||[literal-punctuation|no-punctuation]",stroke:"<paint>","stroke-dasharray":"none|[<svg-length>+]#","stroke-dashoffset":"<svg-length>","stroke-linecap":"butt|round|square","stroke-linejoin":"miter|round|bevel","stroke-miterlimit":"<number-one-or-greater>","stroke-opacity":"<number-zero-one>","stroke-width":"<svg-length>","text-anchor":"start|middle|end","unicode-range":"<urange>#","voice-balance":"<number>|left|center|right|leftwards|rightwards","voice-duration":"auto|<time>","voice-family":"[[<family-name>|<generic-voice>] ,]* [<family-name>|<generic-voice>]|preserve","voice-pitch":"<frequency>&&absolute|[[x-low|low|medium|high|x-high]||[<frequency>|<semitones>|<percentage>]]","voice-range":"<frequency>&&absolute|[[x-low|low|medium|high|x-high]||[<frequency>|<semitones>|<percentage>]]","voice-rate":"[normal|x-slow|slow|medium|fast|x-fast]||<percentage>","voice-stress":"normal|strong|moderate|none|reduced","voice-volume":"silent|[[x-soft|soft|medium|loud|x-loud]||<decibel>]"},atrules:{charset:{prelude:"<string>",descriptors:null},"counter-style":{prelude:"<counter-style-name>",descriptors:{"additive-symbols":"[<integer>&&<symbol>]#",fallback:"<counter-style-name>",negative:"<symbol> <symbol>?",pad:"<integer>&&<symbol>",prefix:"<symbol>",range:"[[<integer>|infinite]{2}]#|auto","speak-as":"auto|bullets|numbers|words|spell-out|<counter-style-name>",suffix:"<symbol>",symbols:"<symbol>+",system:"cyclic|numeric|alphabetic|symbolic|additive|[fixed <integer>?]|[extends <counter-style-name>]"}},document:{prelude:"[<url>|url-prefix( <string> )|domain( <string> )|media-document( <string> )|regexp( <string> )]#",descriptors:null},"font-face":{prelude:null,descriptors:{"ascent-override":"normal|<percentage>","descent-override":"normal|<percentage>","font-display":"[auto|block|swap|fallback|optional]","font-family":"<family-name>","font-feature-settings":"normal|<feature-tag-value>#","font-variation-settings":"normal|[<string> <number>]#","font-stretch":"<font-stretch-absolute>{1,2}","font-style":"normal|italic|oblique <angle>{0,2}","font-weight":"<font-weight-absolute>{1,2}","font-variant":"normal|none|[<common-lig-values>||<discretionary-lig-values>||<historical-lig-values>||<contextual-alt-values>||stylistic( <feature-value-name> )||historical-forms||styleset( <feature-value-name># )||character-variant( <feature-value-name># )||swash( <feature-value-name> )||ornaments( <feature-value-name> )||annotation( <feature-value-name> )||[small-caps|all-small-caps|petite-caps|all-petite-caps|unicase|titling-caps]||<numeric-figure-values>||<numeric-spacing-values>||<numeric-fraction-values>||ordinal||slashed-zero||<east-asian-variant-values>||<east-asian-width-values>||ruby]","line-gap-override":"normal|<percentage>","size-adjust":"<percentage>",src:"[<url> [format( <string># )]?|local( <family-name> )]#","unicode-range":"<urange>#"}},"font-feature-values":{prelude:"<family-name>#",descriptors:null},import:{prelude:"[<string>|<url>] [layer|layer( <layer-name> )]? [supports( [<supports-condition>|<declaration>] )]? <media-query-list>?",descriptors:null},keyframes:{prelude:"<keyframes-name>",descriptors:null},layer:{prelude:"[<layer-name>#|<layer-name>?]",descriptors:null},media:{prelude:"<media-query-list>",descriptors:null},namespace:{prelude:"<namespace-prefix>? [<string>|<url>]",descriptors:null},page:{prelude:"<page-selector-list>",descriptors:{bleed:"auto|<length>",marks:"none|[crop||cross]",size:"<length>{1,2}|auto|[<page-size>||[portrait|landscape]]"}},property:{prelude:"<custom-property-name>",descriptors:{syntax:"<string>",inherits:"true|false","initial-value":"<string>"}},"scroll-timeline":{prelude:"<timeline-name>",descriptors:null},supports:{prelude:"<supports-condition>",descriptors:null},viewport:{prelude:null,descriptors:{height:"<viewport-length>{1,2}","max-height":"<viewport-length>","max-width":"<viewport-length>","max-zoom":"auto|<number>|<percentage>","min-height":"<viewport-length>","min-width":"<viewport-length>","min-zoom":"auto|<number>|<percentage>",orientation:"auto|portrait|landscape","user-zoom":"zoom|fixed","viewport-fit":"auto|contain|cover",width:"<viewport-length>{1,2}",zoom:"auto|<number>|<percentage>"}},container:{prelude:"[<container-name>]? <container-condition>",descriptors:null},nest:{prelude:"<complex-selector-list>",descriptors:null}}},Il={};$(Il,{AnPlusB:()=>If,Atrule:()=>$f,AtrulePrelude:()=>Bf,AttributeSelector:()=>Lf,Block:()=>zf,Brackets:()=>Gf,CDC:()=>Jf,CDO:()=>Zf,ClassSelector:()=>Yf,Combinator:()=>Qf,Comment:()=>tm,Declaration:()=>rm,DeclarationList:()=>sm,Dimension:()=>lm,Function:()=>um,Hash:()=>pm,IdSelector:()=>gm,Identifier:()=>mm,MediaFeature:()=>bm,MediaQuery:()=>Dm,MediaQueryList:()=>km,NestingSelector:()=>Cm,Nth:()=>Em,Number:()=>Sm,Operator:()=>Am,Parentheses:()=>Pm,Percentage:()=>Rm,PseudoClassSelector:()=>jm,PseudoElementSelector:()=>Nm,Ratio:()=>Mm,Raw:()=>zm,Rule:()=>Vm,Selector:()=>qm,SelectorList:()=>Hm,String:()=>Km,StyleSheet:()=>th,TypeSelector:()=>rh,UnicodeRange:()=>ih,Url:()=>ch,Value:()=>mh,WhiteSpace:()=>gh});var If={};$(If,{generate:()=>Bk,name:()=>$k,parse:()=>Rf,structure:()=>jk});var st=43,Re=45,si=110,on=!0,Rk=!1;function ai(e,t){let n=this.tokenStart+e,r=this.charCodeAt(n);for((r===st||r===Re)&&(t&&this.error("Number sign is not allowed"),n++);n<this.tokenEnd;n++)ge(this.charCodeAt(n))||this.error("Integer is expected",n)}function Gn(e){return ai.call(this,0,e)}function Bt(e,t){if(!this.cmpChar(this.tokenStart+e,t)){let n="";switch(t){case si:n="N is expected";break;case Re:n="HyphenMinus is expected";break}this.error(n,this.tokenStart+e)}}function Ha(){let e=0,t=0,n=this.tokenType;for(;n===13||n===25;)n=this.lookupType(++e);if(n!==10)if(this.isDelim(st,e)||this.isDelim(Re,e)){t=this.isDelim(st,e)?st:Re;do n=this.lookupType(++e);while(n===13||n===25);n!==10&&(this.skip(e),Gn.call(this,on))}else return null;return e>0&&this.skip(e),t===0&&(n=this.charCodeAt(this.tokenStart),n!==st&&n!==Re&&this.error("Number sign is expected")),Gn.call(this,t!==0),t===Re?"-"+this.consume(10):this.consume(10)}var $k="AnPlusB",jk={a:[String,null],b:[String,null]};function Rf(){let e=this.tokenStart,t=null,n=null;if(this.tokenType===10)Gn.call(this,Rk),n=this.consume(10);else if(this.tokenType===1&&this.cmpChar(this.tokenStart,Re))switch(t="-1",Bt.call(this,1,si),this.tokenEnd-this.tokenStart){case 2:this.next(),n=Ha.call(this);break;case 3:Bt.call(this,2,Re),this.next(),this.skipSC(),Gn.call(this,on),n="-"+this.consume(10);break;default:Bt.call(this,2,Re),ai.call(this,3,on),this.next(),n=this.substrToCursor(e+2)}else if(this.tokenType===1||this.isDelim(st)&&this.lookupType(1)===1){let r=0;switch(t="1",this.isDelim(st)&&(r=1,this.next()),Bt.call(this,0,si),this.tokenEnd-this.tokenStart){case 1:this.next(),n=Ha.call(this);break;case 2:Bt.call(this,1,Re),this.next(),this.skipSC(),Gn.call(this,on),n="-"+this.consume(10);break;default:Bt.call(this,1,Re),ai.call(this,2,on),this.next(),n=this.substrToCursor(e+r+1)}}else if(this.tokenType===12){let r=this.charCodeAt(this.tokenStart),o=r===st||r===Re,i=this.tokenStart+o;for(;i<this.tokenEnd&&ge(this.charCodeAt(i));i++);i===this.tokenStart+o&&this.error("Integer is expected",this.tokenStart+o),Bt.call(this,i-this.tokenStart,si),t=this.substring(e,i),i+1===this.tokenEnd?(this.next(),n=Ha.call(this)):(Bt.call(this,i-this.tokenStart+1,Re),i+2===this.tokenEnd?(this.next(),this.skipSC(),Gn.call(this,on),n="-"+this.consume(10)):(ai.call(this,i-this.tokenStart+2,on),this.next(),n=this.substrToCursor(i+1)))}else this.error();return t!==null&&t.charCodeAt(0)===st&&(t=t.substr(1)),n!==null&&n.charCodeAt(0)===st&&(n=n.substr(1)),{type:"AnPlusB",loc:this.getLocation(e,this.tokenStart),a:t,b:n}}function Bk(e){if(e.a){let t=e.a==="+1"&&"n"||e.a==="1"&&"n"||e.a==="-1"&&"-n"||e.a+"n";if(e.b){let n=e.b[0]==="-"||e.b[0]==="+"?e.b:"+"+e.b;this.tokenize(t+n)}else this.tokenize(t)}else this.tokenize(e.b)}var $f={};$($f,{generate:()=>zk,name:()=>Lk,parse:()=>jf,structure:()=>Uk,walkContext:()=>Mk});function Wp(e){return this.Raw(e,this.consumeUntilLeftCurlyBracketOrSemicolon,!0)}function Nk(){for(let e=1,t;t=this.lookupType(e);e++){if(t===24)return!0;if(t===23||t===3)return!1}return!1}var Lk="Atrule",Mk="atrule",Uk={name:String,prelude:["AtrulePrelude","Raw",null],block:["Block",null]};function jf(e=!1){let t=this.tokenStart,n,r,o=null,i=null;switch(this.eat(3),n=this.substrToCursor(t+1),r=n.toLowerCase(),this.skipSC(),this.eof===!1&&this.tokenType!==23&&this.tokenType!==17&&(this.parseAtrulePrelude?o=this.parseWithFallback(this.AtrulePrelude.bind(this,n,e),Wp):o=Wp.call(this,this.tokenIndex),this.skipSC()),this.tokenType){case 17:this.next();break;case 23:hasOwnProperty.call(this.atrule,r)&&typeof this.atrule[r].block=="function"?i=this.atrule[r].block.call(this,e):i=this.Block(Nk.call(this));break}return{type:"Atrule",loc:this.getLocation(t,this.tokenStart),name:n,prelude:o,block:i}}function zk(e){this.token(3,"@"+e.name),e.prelude!==null&&this.node(e.prelude),e.block?this.node(e.block):this.token(17,";")}var Bf={};$(Bf,{generate:()=>qk,name:()=>Wk,parse:()=>Nf,structure:()=>Gk,walkContext:()=>Vk});var Wk="AtrulePrelude",Vk="atrulePrelude",Gk={children:[[]]};function Nf(e){let t=null;return e!==null&&(e=e.toLowerCase()),this.skipSC(),hasOwnProperty.call(this.atrule,e)&&typeof this.atrule[e].prelude=="function"?t=this.atrule[e].prelude.call(this):t=this.readSequence(this.scope.AtrulePrelude),this.skipSC(),this.eof!==!0&&this.tokenType!==23&&this.tokenType!==17&&this.error("Semicolon or block is expected"),{type:"AtrulePrelude",loc:this.getLocationFromList(t),children:t}}function qk(e){this.children(e)}var Lf={};$(Lf,{generate:()=>ex,name:()=>Xk,parse:()=>Uf,structure:()=>Qk});var Jk=36,Mf=42,li=61,Hk=94,ul=124,Zk=126;function Kk(){this.eof&&this.error("Unexpected end of input");let e=this.tokenStart,t=!1;return this.isDelim(Mf)?(t=!0,this.next()):this.isDelim(ul)||this.eat(1),this.isDelim(ul)?this.charCodeAt(this.tokenStart+1)!==li?(this.next(),this.eat(1)):t&&this.error("Identifier is expected",this.tokenEnd):t&&this.error("Vertical line is expected"),{type:"Identifier",loc:this.getLocation(e,this.tokenStart),name:this.substrToCursor(e)}}function Yk(){let e=this.tokenStart,t=this.charCodeAt(e);return t!==li&&t!==Zk&&t!==Hk&&t!==Jk&&t!==Mf&&t!==ul&&this.error("Attribute selector (=, ~=, ^=, $=, *=, |=) is expected"),this.next(),t!==li&&(this.isDelim(li)||this.error("Equal sign is expected"),this.next()),this.substrToCursor(e)}var Xk="AttributeSelector",Qk={name:"Identifier",matcher:[String,null],value:["String","Identifier",null],flags:[String,null]};function Uf(){let e=this.tokenStart,t,n=null,r=null,o=null;return this.eat(19),this.skipSC(),t=Kk.call(this),this.skipSC(),this.tokenType!==20&&(this.tokenType!==1&&(n=Yk.call(this),this.skipSC(),r=this.tokenType===5?this.String():this.Identifier(),this.skipSC()),this.tokenType===1&&(o=this.consume(1),this.skipSC())),this.eat(20),{type:"AttributeSelector",loc:this.getLocation(e,this.tokenStart),name:t,matcher:n,value:r,flags:o}}function ex(e){this.token(9,"["),this.node(e.name),e.matcher!==null&&(this.tokenize(e.matcher),this.node(e.value)),e.flags!==null&&this.token(1,e.flags),this.token(9,"]")}var zf={};$(zf,{generate:()=>sx,name:()=>rx,parse:()=>Vf,structure:()=>ix,walkContext:()=>ox});var tx=38;function Wf(e){return this.Raw(e,null,!0)}function Vp(){return this.parseWithFallback(this.Rule,Wf)}function Gp(e){return this.Raw(e,this.consumeUntilSemicolonIncluded,!0)}function nx(){if(this.tokenType===17)return Gp.call(this,this.tokenIndex);let e=this.parseWithFallback(this.Declaration,Gp);return this.tokenType===17&&this.next(),e}var rx="Block",ox="block",ix={children:[["Atrule","Rule","Declaration"]]};function Vf(e){let t=e?nx:Vp,n=this.tokenStart,r=this.createList();this.eat(23);e:for(;!this.eof;)switch(this.tokenType){case 24:break e;case 13:case 25:this.next();break;case 3:r.push(this.parseWithFallback(this.Atrule.bind(this,e),Wf));break;default:e&&this.isDelim(tx)?r.push(Vp.call(this)):r.push(t.call(this))}return this.eof||this.eat(24),{type:"Block",loc:this.getLocation(n,this.tokenStart),children:r}}function sx(e){this.token(23,"{"),this.children(e,t=>{t.type==="Declaration"&&this.token(17,";")}),this.token(24,"}")}var Gf={};$(Gf,{generate:()=>cx,name:()=>ax,parse:()=>qf,structure:()=>lx});var ax="Brackets",lx={children:[[]]};function qf(e,t){let n=this.tokenStart,r=null;return this.eat(19),r=e.call(this,t),this.eof||this.eat(20),{type:"Brackets",loc:this.getLocation(n,this.tokenStart),children:r}}function cx(e){this.token(9,"["),this.children(e),this.token(9,"]")}var Jf={};$(Jf,{generate:()=>px,name:()=>ux,parse:()=>Hf,structure:()=>dx});var ux="CDC",dx=[];function Hf(){let e=this.tokenStart;return this.eat(15),{type:"CDC",loc:this.getLocation(e,this.tokenStart)}}function px(){this.token(15,"-->")}var Zf={};$(Zf,{generate:()=>hx,name:()=>fx,parse:()=>Kf,structure:()=>mx});var fx="CDO",mx=[];function Kf(){let e=this.tokenStart;return this.eat(14),{type:"CDO",loc:this.getLocation(e,this.tokenStart)}}function hx(){this.token(14,"<!--")}var Yf={};$(Yf,{generate:()=>wx,name:()=>yx,parse:()=>Xf,structure:()=>bx});var gx=46,yx="ClassSelector",bx={name:String};function Xf(){return this.eatDelim(gx),{type:"ClassSelector",loc:this.getLocation(this.tokenStart-1,this.tokenEnd),name:this.consume(1)}}function wx(e){this.token(9,"."),this.token(1,e.name)}var Qf={};$(Qf,{generate:()=>Fx,name:()=>xx,parse:()=>em,structure:()=>Cx});var Dx=43,qp=47,vx=62,kx=126,xx="Combinator",Cx={name:String};function em(){let e=this.tokenStart,t;switch(this.tokenType){case 13:t=" ";break;case 9:switch(this.charCodeAt(this.tokenStart)){case vx:case Dx:case kx:this.next();break;case qp:this.next(),this.eatIdent("deep"),this.eatDelim(qp);break;default:this.error("Combinator is expected")}t=this.substrToCursor(e);break}return{type:"Combinator",loc:this.getLocation(e,this.tokenStart),name:t}}function Fx(e){this.tokenize(e.name)}var tm={};$(tm,{generate:()=>Ax,name:()=>Sx,parse:()=>nm,structure:()=>Tx});var Ex=42,_x=47,Sx="Comment",Tx={value:String};function nm(){let e=this.tokenStart,t=this.tokenEnd;return this.eat(25),t-e+2>=2&&this.charCodeAt(t-2)===Ex&&this.charCodeAt(t-1)===_x&&(t-=2),{type:"Comment",loc:this.getLocation(e,this.tokenStart),value:this.substring(e+2,t)}}function Ax(e){this.token(25,"/*"+e.value+"*/")}var rm={};$(rm,{generate:()=>zx,name:()=>Lx,parse:()=>im,structure:()=>Ux,walkContext:()=>Mx});var om=33,Ox=35,Px=36,Ix=38,Rx=42,$x=43,Jp=47;function jx(e){return this.Raw(e,this.consumeUntilExclamationMarkOrSemicolon,!0)}function Bx(e){return this.Raw(e,this.consumeUntilExclamationMarkOrSemicolon,!1)}function Nx(){let e=this.tokenIndex,t=this.Value();return t.type!=="Raw"&&this.eof===!1&&this.tokenType!==17&&this.isDelim(om)===!1&&this.isBalanceEdge(e)===!1&&this.error(),t}var Lx="Declaration",Mx="declaration",Ux={important:[Boolean,String],property:String,value:["Value","Raw"]};function im(){let e=this.tokenStart,t=this.tokenIndex,n=Wx.call(this),r=kl(n),o=r?this.parseCustomProperty:this.parseValue,i=r?Bx:jx,s=!1,a;this.skipSC(),this.eat(16);let l=this.tokenIndex;if(r||this.skipSC(),o?a=this.parseWithFallback(Nx,i):a=i.call(this,this.tokenIndex),r&&a.type==="Value"&&a.children.isEmpty){for(let c=l-this.tokenIndex;c<=0;c++)if(this.lookupType(c)===13){a.children.appendData({type:"WhiteSpace",loc:null,value:" "});break}}return this.isDelim(om)&&(s=Vx.call(this),this.skipSC()),this.eof===!1&&this.tokenType!==17&&this.isBalanceEdge(t)===!1&&this.error(),{type:"Declaration",loc:this.getLocation(e,this.tokenStart),important:s,property:n,value:a}}function zx(e){this.token(1,e.property),this.token(16,":"),this.node(e.value),e.important&&(this.token(9,"!"),this.token(1,e.important===!0?"important":e.important))}function Wx(){let e=this.tokenStart;if(this.tokenType===9)switch(this.charCodeAt(this.tokenStart)){case Rx:case Px:case $x:case Ox:case Ix:this.next();break;case Jp:this.next(),this.isDelim(Jp)&&this.next();break}return this.tokenType===4?this.eat(4):this.eat(1),this.substrToCursor(e)}function Vx(){this.eat(9),this.skipSC();let e=this.consume(1);return e==="important"?!0:e}var sm={};$(sm,{generate:()=>Hx,name:()=>qx,parse:()=>am,structure:()=>Jx});var Gx=38;function Za(e){return this.Raw(e,this.consumeUntilSemicolonIncluded,!0)}var qx="DeclarationList",Jx={children:[["Declaration","Atrule","Rule"]]};function am(){let e=this.createList();for(;!this.eof;)switch(this.tokenType){case 13:case 25:case 17:this.next();break;case 3:e.push(this.parseWithFallback(this.Atrule.bind(this,!0),Za));break;default:this.isDelim(Gx)?e.push(this.parseWithFallback(this.Rule,Za)):e.push(this.parseWithFallback(this.Declaration,Za))}return{type:"DeclarationList",loc:this.getLocationFromList(e),children:e}}function Hx(e){this.children(e,t=>{t.type==="Declaration"&&this.token(17,";")})}var lm={};$(lm,{generate:()=>Yx,name:()=>Zx,parse:()=>cm,structure:()=>Kx});var Zx="Dimension",Kx={value:String,unit:String};function cm(){let e=this.tokenStart,t=this.consumeNumber(12);return{type:"Dimension",loc:this.getLocation(e,this.tokenStart),value:t,unit:this.substring(e+t.length,this.tokenStart)}}function Yx(e){this.token(12,e.value+e.unit)}var um={};$(um,{generate:()=>tC,name:()=>Xx,parse:()=>dm,structure:()=>eC,walkContext:()=>Qx});var Xx="Function",Qx="function",eC={name:String,children:[[]]};function dm(e,t){let n=this.tokenStart,r=this.consumeFunctionName(),o=r.toLowerCase(),i;return i=t.hasOwnProperty(o)?t[o].call(this,t):e.call(this,t),this.eof||this.eat(22),{type:"Function",loc:this.getLocation(n,this.tokenStart),name:r,children:i}}function tC(e){this.token(2,e.name+"("),this.children(e),this.token(22,")")}var pm={};$(pm,{generate:()=>iC,name:()=>rC,parse:()=>fm,structure:()=>oC,xxx:()=>nC});var nC="XXX",rC="Hash",oC={value:String};function fm(){let e=this.tokenStart;return this.eat(4),{type:"Hash",loc:this.getLocation(e,this.tokenStart),value:this.substrToCursor(e+1)}}function iC(e){this.token(4,"#"+e.value)}var mm={};$(mm,{generate:()=>lC,name:()=>sC,parse:()=>hm,structure:()=>aC});var sC="Identifier",aC={name:String};function hm(){return{type:"Identifier",loc:this.getLocation(this.tokenStart,this.tokenEnd),name:this.consume(1)}}function lC(e){this.token(1,e.name)}var gm={};$(gm,{generate:()=>dC,name:()=>cC,parse:()=>ym,structure:()=>uC});var cC="IdSelector",uC={name:String};function ym(){let e=this.tokenStart;return this.eat(4),{type:"IdSelector",loc:this.getLocation(e,this.tokenStart),name:this.substrToCursor(e+1)}}function dC(e){this.token(9,"#"+e.name)}var bm={};$(bm,{generate:()=>mC,name:()=>pC,parse:()=>wm,structure:()=>fC});var pC="MediaFeature",fC={name:String,value:["Identifier","Number","Dimension","Ratio",null]};function wm(){let e=this.tokenStart,t,n=null;if(this.eat(21),this.skipSC(),t=this.consume(1),this.skipSC(),this.tokenType!==22){switch(this.eat(16),this.skipSC(),this.tokenType){case 10:this.lookupNonWSType(1)===9?n=this.Ratio():n=this.Number();break;case 12:n=this.Dimension();break;case 1:n=this.Identifier();break;default:this.error("Number, dimension, ratio or identifier is expected")}this.skipSC()}return this.eat(22),{type:"MediaFeature",loc:this.getLocation(e,this.tokenStart),name:t,value:n}}function mC(e){this.token(21,"("),this.token(1,e.name),e.value!==null&&(this.token(16,":"),this.node(e.value)),this.token(22,")")}var Dm={};$(Dm,{generate:()=>yC,name:()=>hC,parse:()=>vm,structure:()=>gC});var hC="MediaQuery",gC={children:[["Identifier","MediaFeature","WhiteSpace"]]};function vm(){let e=this.createList(),t=null;this.skipSC();e:for(;!this.eof;){switch(this.tokenType){case 25:case 13:this.next();continue;case 1:t=this.Identifier();break;case 21:t=this.MediaFeature();break;default:break e}e.push(t)}return t===null&&this.error("Identifier or parenthesis is expected"),{type:"MediaQuery",loc:this.getLocationFromList(e),children:e}}function yC(e){this.children(e)}var km={};$(km,{generate:()=>DC,name:()=>bC,parse:()=>xm,structure:()=>wC});var bC="MediaQueryList",wC={children:[["MediaQuery"]]};function xm(){let e=this.createList();for(this.skipSC();!this.eof&&(e.push(this.MediaQuery()),this.tokenType===18);)this.next();return{type:"MediaQueryList",loc:this.getLocationFromList(e),children:e}}function DC(e){this.children(e,()=>this.token(18,","))}var Cm={};$(Cm,{generate:()=>CC,name:()=>kC,parse:()=>Fm,structure:()=>xC});var vC=38,kC="NestingSelector",xC={};function Fm(){let e=this.tokenStart;return this.eatDelim(vC),{type:"NestingSelector",loc:this.getLocation(e,this.tokenStart)}}function CC(){this.token(9,"&")}var Em={};$(Em,{generate:()=>_C,name:()=>FC,parse:()=>_m,structure:()=>EC});var FC="Nth",EC={nth:["AnPlusB","Identifier"],selector:["SelectorList",null]};function _m(){this.skipSC();let e=this.tokenStart,t=e,n=null,r;return this.lookupValue(0,"odd")||this.lookupValue(0,"even")?r=this.Identifier():r=this.AnPlusB(),t=this.tokenStart,this.skipSC(),this.lookupValue(0,"of")&&(this.next(),n=this.SelectorList(),t=this.tokenStart),{type:"Nth",loc:this.getLocation(e,t),nth:r,selector:n}}function _C(e){this.node(e.nth),e.selector!==null&&(this.token(1,"of"),this.node(e.selector))}var Sm={};$(Sm,{generate:()=>AC,name:()=>SC,parse:()=>Tm,structure:()=>TC});var SC="Number",TC={value:String};function Tm(){return{type:"Number",loc:this.getLocation(this.tokenStart,this.tokenEnd),value:this.consume(10)}}function AC(e){this.token(10,e.value)}var Am={};$(Am,{generate:()=>IC,name:()=>OC,parse:()=>Om,structure:()=>PC});var OC="Operator",PC={value:String};function Om(){let e=this.tokenStart;return this.next(),{type:"Operator",loc:this.getLocation(e,this.tokenStart),value:this.substrToCursor(e)}}function IC(e){this.tokenize(e.value)}var Pm={};$(Pm,{generate:()=>jC,name:()=>RC,parse:()=>Im,structure:()=>$C});var RC="Parentheses",$C={children:[[]]};function Im(e,t){let n=this.tokenStart,r=null;return this.eat(21),r=e.call(this,t),this.eof||this.eat(22),{type:"Parentheses",loc:this.getLocation(n,this.tokenStart),children:r}}function jC(e){this.token(21,"("),this.children(e),this.token(22,")")}var Rm={};$(Rm,{generate:()=>LC,name:()=>BC,parse:()=>$m,structure:()=>NC});var BC="Percentage",NC={value:String};function $m(){return{type:"Percentage",loc:this.getLocation(this.tokenStart,this.tokenEnd),value:this.consumeNumber(11)}}function LC(e){this.token(11,e.value+"%")}var jm={};$(jm,{generate:()=>WC,name:()=>MC,parse:()=>Bm,structure:()=>zC,walkContext:()=>UC});var MC="PseudoClassSelector",UC="function",zC={name:String,children:[["Raw"],null]};function Bm(){let e=this.tokenStart,t=null,n,r;return this.eat(16),this.tokenType===2?(n=this.consumeFunctionName(),r=n.toLowerCase(),hasOwnProperty.call(this.pseudo,r)?(this.skipSC(),t=this.pseudo[r].call(this),this.skipSC()):(t=this.createList(),t.push(this.Raw(this.tokenIndex,null,!1))),this.eat(22)):n=this.consume(1),{type:"PseudoClassSelector",loc:this.getLocation(e,this.tokenStart),name:n,children:t}}function WC(e){this.token(16,":"),e.children===null?this.token(1,e.name):(this.token(2,e.name+"("),this.children(e),this.token(22,")"))}var Nm={};$(Nm,{generate:()=>JC,name:()=>VC,parse:()=>Lm,structure:()=>qC,walkContext:()=>GC});var VC="PseudoElementSelector",GC="function",qC={name:String,children:[["Raw"],null]};function Lm(){let e=this.tokenStart,t=null,n,r;return this.eat(16),this.eat(16),this.tokenType===2?(n=this.consumeFunctionName(),r=n.toLowerCase(),hasOwnProperty.call(this.pseudo,r)?(this.skipSC(),t=this.pseudo[r].call(this),this.skipSC()):(t=this.createList(),t.push(this.Raw(this.tokenIndex,null,!1))),this.eat(22)):n=this.consume(1),{type:"PseudoElementSelector",loc:this.getLocation(e,this.tokenStart),name:n,children:t}}function JC(e){this.token(16,":"),this.token(16,":"),e.children===null?this.token(1,e.name):(this.token(2,e.name+"("),this.children(e),this.token(22,")"))}var Mm={};$(Mm,{generate:()=>XC,name:()=>KC,parse:()=>Um,structure:()=>YC});var HC=47,ZC=46;function Hp(){this.skipSC();let e=this.consume(10);for(let t=0;t<e.length;t++){let n=e.charCodeAt(t);!ge(n)&&n!==ZC&&this.error("Unsigned number is expected",this.tokenStart-e.length+t)}return Number(e)===0&&this.error("Zero number is not allowed",this.tokenStart-e.length),e}var KC="Ratio",YC={left:String,right:String};function Um(){let e=this.tokenStart,t=Hp.call(this),n;return this.skipSC(),this.eatDelim(HC),n=Hp.call(this),{type:"Ratio",loc:this.getLocation(e,this.tokenStart),left:t,right:n}}function XC(e){this.token(10,e.left),this.token(9,"/"),this.token(10,e.right)}var zm={};$(zm,{generate:()=>nF,name:()=>eF,parse:()=>Wm,structure:()=>tF});function QC(){return this.tokenIndex>0&&this.lookupType(-1)===13?this.tokenIndex>1?this.getTokenStart(this.tokenIndex-1):this.firstCharOffset:this.tokenStart}var eF="Raw",tF={value:String};function Wm(e,t,n){let r=this.getTokenStart(e),o;return this.skipUntilBalanced(e,t||this.consumeUntilBalanceEnd),n&&this.tokenStart>r?o=QC.call(this):o=this.tokenStart,{type:"Raw",loc:this.getLocation(r,o),value:this.substring(r,o)}}function nF(e){this.tokenize(e.value)}var Vm={};$(Vm,{generate:()=>aF,name:()=>oF,parse:()=>Gm,structure:()=>sF,walkContext:()=>iF});function Zp(e){return this.Raw(e,this.consumeUntilLeftCurlyBracket,!0)}function rF(){let e=this.SelectorList();return e.type!=="Raw"&&this.eof===!1&&this.tokenType!==23&&this.error(),e}var oF="Rule",iF="rule",sF={prelude:["SelectorList","Raw"],block:["Block"]};function Gm(){let e=this.tokenIndex,t=this.tokenStart,n,r;return this.parseRulePrelude?n=this.parseWithFallback(rF,Zp):n=Zp.call(this,e),r=this.Block(!0),{type:"Rule",loc:this.getLocation(t,this.tokenStart),prelude:n,block:r}}function aF(e){this.node(e.prelude),this.node(e.block)}var qm={};$(qm,{generate:()=>uF,name:()=>lF,parse:()=>Jm,structure:()=>cF});var lF="Selector",cF={children:[["TypeSelector","IdSelector","ClassSelector","AttributeSelector","PseudoClassSelector","PseudoElementSelector","Combinator","WhiteSpace"]]};function Jm(){let e=this.readSequence(this.scope.Selector);return this.getFirstListNode(e)===null&&this.error("Selector is expected"),{type:"Selector",loc:this.getLocationFromList(e),children:e}}function uF(e){this.children(e)}var Hm={};$(Hm,{generate:()=>mF,name:()=>dF,parse:()=>Zm,structure:()=>fF,walkContext:()=>pF});var dF="SelectorList",pF="selector",fF={children:[["Selector","Raw"]]};function Zm(){let e=this.createList();for(;!this.eof;){if(e.push(this.Selector()),this.tokenType===18){this.next();continue}break}return{type:"SelectorList",loc:this.getLocationFromList(e),children:e}}function mF(e){this.children(e,()=>this.token(18,","))}var Km={};$(Km,{generate:()=>bF,name:()=>gF,parse:()=>eh,structure:()=>yF});var hF={};$(hF,{decode:()=>Rl,encode:()=>Qm});var dl=92,Ym=34,Xm=39;function Rl(e){let t=e.length,n=e.charCodeAt(0),r=n===Ym||n===Xm?1:0,o=r===1&&t>1&&e.charCodeAt(t-1)===n?t-2:t-1,i="";for(let s=r;s<=o;s++){let a=e.charCodeAt(s);if(a===dl){if(s===o){s!==t-1&&(i=e.substr(s+1));break}if(a=e.charCodeAt(++s),Xe(dl,a)){let l=s-1,c=an(e,l);s=c-1,i+=wl(e.substring(l+1,c))}else a===13&&e.charCodeAt(s+1)===10&&s++}else i+=e[s]}return i}function Qm(e,t){let n=t?"'":'"',r=t?Xm:Ym,o="",i=!1;for(let s=0;s<e.length;s++){let a=e.charCodeAt(s);if(a===0){o+="\uFFFD";continue}if(a<=31||a===127){o+="\\"+a.toString(16),i=!0;continue}a===r||a===dl?(o+="\\"+e.charAt(s),i=!1):(i&&(Lt(a)||sn(a))&&(o+=" "),o+=e.charAt(s),i=!1)}return n+o+n}var gF="String",yF={value:String};function eh(){return{type:"String",loc:this.getLocation(this.tokenStart,this.tokenEnd),value:Rl(this.consume(5))}}function bF(e){this.token(5,Qm(e.value))}var th={};$(th,{generate:()=>xF,name:()=>DF,parse:()=>nh,structure:()=>kF,walkContext:()=>vF});var wF=33;function Kp(e){return this.Raw(e,null,!1)}var DF="StyleSheet",vF="stylesheet",kF={children:[["Comment","CDO","CDC","Atrule","Rule","Raw"]]};function nh(){let e=this.tokenStart,t=this.createList(),n;for(;!this.eof;){switch(this.tokenType){case 13:this.next();continue;case 25:if(this.charCodeAt(this.tokenStart+2)!==wF){this.next();continue}n=this.Comment();break;case 14:n=this.CDO();break;case 15:n=this.CDC();break;case 3:n=this.parseWithFallback(this.Atrule,Kp);break;default:n=this.parseWithFallback(this.Rule,Kp)}t.push(n)}return{type:"StyleSheet",loc:this.getLocation(e,this.tokenStart),children:t}}function xF(e){this.children(e)}var rh={};$(rh,{generate:()=>_F,name:()=>FF,parse:()=>oh,structure:()=>EF});var CF=42,Yp=124;function Ka(){this.tokenType!==1&&this.isDelim(CF)===!1&&this.error("Identifier or asterisk is expected"),this.next()}var FF="TypeSelector",EF={name:String};function oh(){let e=this.tokenStart;return this.isDelim(Yp)?(this.next(),Ka.call(this)):(Ka.call(this),this.isDelim(Yp)&&(this.next(),Ka.call(this))),{type:"TypeSelector",loc:this.getLocation(e,this.tokenStart),name:this.substrToCursor(e)}}function _F(e){this.tokenize(e.name)}var ih={};$(ih,{generate:()=>PF,name:()=>AF,parse:()=>lh,structure:()=>OF});var sh=43,ah=45,pl=63;function Kr(e,t){let n=0;for(let r=this.tokenStart+e;r<this.tokenEnd;r++){let o=this.charCodeAt(r);if(o===ah&&t&&n!==0)return Kr.call(this,e+n+1,!1),-1;Lt(o)||this.error(t&&n!==0?"Hyphen minus"+(n<6?" or hex digit":"")+" is expected":n<6?"Hex digit is expected":"Unexpected input",r),++n>6&&this.error("Too many hex digits",r)}return this.next(),n}function ni(e){let t=0;for(;this.isDelim(pl);)++t>e&&this.error("Too many question marks"),this.next()}function SF(e){this.charCodeAt(this.tokenStart)!==e&&this.error((e===sh?"Plus sign":"Hyphen minus")+" is expected")}function TF(){let e=0;switch(this.tokenType){case 10:if(e=Kr.call(this,1,!0),this.isDelim(pl)){ni.call(this,6-e);break}if(this.tokenType===12||this.tokenType===10){SF.call(this,ah),Kr.call(this,1,!1);break}break;case 12:e=Kr.call(this,1,!0),e>0&&ni.call(this,6-e);break;default:if(this.eatDelim(sh),this.tokenType===1){e=Kr.call(this,0,!0),e>0&&ni.call(this,6-e);break}if(this.isDelim(pl)){this.next(),ni.call(this,5);break}this.error("Hex digit or question mark is expected")}}var AF="UnicodeRange",OF={value:String};function lh(){let e=this.tokenStart;return this.eatIdent("u"),TF.call(this),{type:"UnicodeRange",loc:this.getLocation(e,this.tokenStart),value:this.substrToCursor(e)}}function PF(e){this.tokenize(e.value)}var ch={};$(ch,{generate:()=>MF,name:()=>NF,parse:()=>fh,structure:()=>LF});var IF={};$(IF,{decode:()=>dh,encode:()=>ph});var RF=32,fl=92,$F=34,jF=39,BF=40,uh=41;function dh(e){let t=e.length,n=4,r=e.charCodeAt(t-1)===uh?t-2:t-1,o="";for(;n<r&&sn(e.charCodeAt(n));)n++;for(;n<r&&sn(e.charCodeAt(r));)r--;for(let i=n;i<=r;i++){let s=e.charCodeAt(i);if(s===fl){if(i===r){i!==t-1&&(o=e.substr(i+1));break}if(s=e.charCodeAt(++i),Xe(fl,s)){let a=i-1,l=an(e,a);i=l-1,o+=wl(e.substring(a+1,l))}else s===13&&e.charCodeAt(i+1)===10&&i++}else o+=e[i]}return o}function ph(e){let t="",n=!1;for(let r=0;r<e.length;r++){let o=e.charCodeAt(r);if(o===0){t+="\uFFFD";continue}if(o<=31||o===127){t+="\\"+o.toString(16),n=!0;continue}o===RF||o===fl||o===$F||o===jF||o===BF||o===uh?(t+="\\"+e.charAt(r),n=!1):(n&&Lt(o)&&(t+=" "),t+=e.charAt(r),n=!1)}return"url("+t+")"}var NF="Url",LF={value:String};function fh(){let e=this.tokenStart,t;switch(this.tokenType){case 7:t=dh(this.consume(7));break;case 2:this.cmpStr(this.tokenStart,this.tokenEnd,"url(")||this.error("Function name must be `url`"),this.eat(2),this.skipSC(),t=Rl(this.consume(5)),this.skipSC(),this.eof||this.eat(22);break;default:this.error("Url or Function is expected")}return{type:"Url",loc:this.getLocation(e,this.tokenStart),value:t}}function MF(e){this.token(7,ph(e.value))}var mh={};$(mh,{generate:()=>WF,name:()=>UF,parse:()=>hh,structure:()=>zF});var UF="Value",zF={children:[[]]};function hh(){let e=this.tokenStart,t=this.readSequence(this.scope.Value);return{type:"Value",loc:this.getLocation(e,this.tokenStart),children:t}}function WF(e){this.children(e)}var gh={};$(gh,{generate:()=>JF,name:()=>GF,parse:()=>yh,structure:()=>qF});var VF=Object.freeze({type:"WhiteSpace",loc:null,value:" "}),GF="WhiteSpace",qF={value:String};function yh(){return this.eat(13),VF}function JF(e){this.token(13,e.value)}var HF={generic:!0,...Ik,node:Il},bh={};$(bh,{AtrulePrelude:()=>e1,Selector:()=>d1,Value:()=>m1});var ZF=35,KF=42,Xp=43,YF=45,XF=47,QF=117;function wh(e){switch(this.tokenType){case 4:return this.Hash();case 18:return this.Operator();case 21:return this.Parentheses(this.readSequence,e.recognizer);case 19:return this.Brackets(this.readSequence,e.recognizer);case 5:return this.String();case 12:return this.Dimension();case 11:return this.Percentage();case 10:return this.Number();case 2:return this.cmpStr(this.tokenStart,this.tokenEnd,"url(")?this.Url():this.Function(this.readSequence,e.recognizer);case 7:return this.Url();case 1:return this.cmpChar(this.tokenStart,QF)&&this.cmpChar(this.tokenStart+1,Xp)?this.UnicodeRange():this.Identifier();case 9:{let t=this.charCodeAt(this.tokenStart);if(t===XF||t===KF||t===Xp||t===YF)return this.Operator();t===ZF&&this.error("Hex or identifier is expected",this.tokenStart+1);break}}}var e1={getNode:wh},t1=35,n1=38,r1=42,o1=43,i1=47,Qp=46,s1=62,a1=124,l1=126;function c1(e,t){t.last!==null&&t.last.type!=="Combinator"&&e!==null&&e.type!=="Combinator"&&t.push({type:"Combinator",loc:null,name:" "})}function u1(){switch(this.tokenType){case 19:return this.AttributeSelector();case 4:return this.IdSelector();case 16:return this.lookupType(1)===16?this.PseudoElementSelector():this.PseudoClassSelector();case 1:return this.TypeSelector();case 10:case 11:return this.Percentage();case 12:this.charCodeAt(this.tokenStart)===Qp&&this.error("Identifier is expected",this.tokenStart+1);break;case 9:{switch(this.charCodeAt(this.tokenStart)){case o1:case s1:case l1:case i1:return this.Combinator();case Qp:return this.ClassSelector();case r1:case a1:return this.TypeSelector();case t1:return this.IdSelector();case n1:return this.NestingSelector()}break}}}var d1={onWhiteSpace:c1,getNode:u1};function p1(){return this.createSingleNodeList(this.Raw(this.tokenIndex,null,!1))}function f1(){let e=this.createList();if(this.skipSC(),e.push(this.Identifier()),this.skipSC(),this.tokenType===18){e.push(this.Operator());let t=this.tokenIndex,n=this.parseCustomProperty?this.Value(null):this.Raw(this.tokenIndex,this.consumeUntilExclamationMarkOrSemicolon,!1);if(n.type==="Value"&&n.children.isEmpty){for(let r=t-this.tokenIndex;r<=0;r++)if(this.lookupType(r)===13){n.children.appendData({type:"WhiteSpace",loc:null,value:" "});break}}e.push(n)}return e}function ef(e){return e!==null&&e.type==="Operator"&&(e.value[e.value.length-1]==="-"||e.value[e.value.length-1]==="+")}var m1={getNode:wh,onWhiteSpace(e,t){ef(e)&&(e.value=" "+e.value),ef(t.last)&&(t.last.value+=" ")},expression:p1,var:f1},h1={parse:{prelude:null,block(){return this.Block(!0)}}},g1={parse:{prelude(){let e=this.createList();switch(this.skipSC(),this.tokenType){case 5:e.push(this.String());break;case 7:case 2:e.push(this.Url());break;default:this.error("String or url() is expected")}return(this.lookupNonWSType(0)===1||this.lookupNonWSType(0)===21)&&e.push(this.MediaQueryList()),e},block:null}},y1={parse:{prelude(){return this.createSingleNodeList(this.MediaQueryList())},block(e=!1){return this.Block(e)}}},b1={parse:{prelude(){return this.createSingleNodeList(this.SelectorList())},block(){return this.Block(!0)}}},w1={parse:{prelude(){return this.createSingleNodeList(this.SelectorList())},block(){return this.Block(!0)}}};function D1(){return this.createSingleNodeList(this.Raw(this.tokenIndex,null,!1))}function v1(){return this.skipSC(),this.tokenType===1&&this.lookupNonWSType(1)===16?this.createSingleNodeList(this.Declaration()):Dh.call(this)}function Dh(){let e=this.createList(),t;this.skipSC();e:for(;!this.eof;){switch(this.tokenType){case 25:case 13:this.next();continue;case 2:t=this.Function(D1,this.scope.AtrulePrelude);break;case 1:t=this.Identifier();break;case 21:t=this.Parentheses(v1,this.scope.AtrulePrelude);break;default:break e}e.push(t)}return e}var k1={parse:{prelude(){let e=Dh.call(this);return this.getFirstListNode(e)===null&&this.error("Condition is expected"),e},block(e=!1){return this.Block(e)}}},x1={"font-face":h1,import:g1,media:y1,nest:b1,page:w1,supports:k1},rn={parse(){return this.createSingleNodeList(this.SelectorList())}},Ya={parse(){return this.createSingleNodeList(this.Selector())}},tf={parse(){return this.createSingleNodeList(this.Identifier())}},ri={parse(){return this.createSingleNodeList(this.Nth())}},C1={dir:tf,has:rn,lang:tf,matches:rn,is:rn,"-moz-any":rn,"-webkit-any":rn,where:rn,not:rn,"nth-child":ri,"nth-last-child":ri,"nth-last-of-type":ri,"nth-of-type":ri,slotted:Ya,host:Ya,"host-context":Ya},vh={};$(vh,{AnPlusB:()=>Rf,Atrule:()=>jf,AtrulePrelude:()=>Nf,AttributeSelector:()=>Uf,Block:()=>Vf,Brackets:()=>qf,CDC:()=>Hf,CDO:()=>Kf,ClassSelector:()=>Xf,Combinator:()=>em,Comment:()=>nm,Declaration:()=>im,DeclarationList:()=>am,Dimension:()=>cm,Function:()=>dm,Hash:()=>fm,IdSelector:()=>ym,Identifier:()=>hm,MediaFeature:()=>wm,MediaQuery:()=>vm,MediaQueryList:()=>xm,NestingSelector:()=>Fm,Nth:()=>_m,Number:()=>Tm,Operator:()=>Om,Parentheses:()=>Im,Percentage:()=>$m,PseudoClassSelector:()=>Bm,PseudoElementSelector:()=>Lm,Ratio:()=>Um,Raw:()=>Wm,Rule:()=>Gm,Selector:()=>Jm,SelectorList:()=>Zm,String:()=>eh,StyleSheet:()=>nh,TypeSelector:()=>oh,UnicodeRange:()=>lh,Url:()=>fh,Value:()=>hh,WhiteSpace:()=>yh});var F1={parseContext:{default:"StyleSheet",stylesheet:"StyleSheet",atrule:"Atrule",atrulePrelude(e){return this.AtrulePrelude(e.atrule?String(e.atrule):null)},mediaQueryList:"MediaQueryList",mediaQuery:"MediaQuery",rule:"Rule",selectorList:"SelectorList",selector:"Selector",block(){return this.Block(!0)},declarationList:"DeclarationList",declaration:"Declaration",value:"Value"},scope:bh,atrule:x1,pseudo:C1,node:vh},E1={node:Il},_1=Pk({...HF,...F1,...E1});var S1={};$(S1,{decode:()=>T1,encode:()=>A1});var nf=92;function T1(e){let t=e.length-1,n="";for(let r=0;r<e.length;r++){let o=e.charCodeAt(r);if(o===nf){if(r===t)break;if(o=e.charCodeAt(++r),Xe(nf,o)){let i=r-1,s=an(e,i);r=s-1,n+=wl(e.substring(i+1,s))}else o===13&&e.charCodeAt(r+1)===10&&r++}else n+=e[r]}return n}function A1(e){let t="";if(e.length===1&&e.charCodeAt(0)===45)return"\\-";for(let n=0;n<e.length;n++){let r=e.charCodeAt(n);if(r===0){t+="\uFFFD";continue}if(r<=31||r===127||r>=48&&r<=57&&(n===0||n===1&&e.charCodeAt(0)===45)){t+="\\"+r.toString(16)+" ";continue}yl(r)?t+=e.charAt(n):t+="\\"+e.charAt(n)}return t}var{tokenize:IO,parse:kh,generate:xh,lexer:RO,createLexer:$O,walk:Ch,find:jO,findLast:BO,findAll:NO,toPlainObject:LO,fromPlainObject:MO,fork:UO}=_1;var Fh=w(require("prettier"));V();var O1=`
|
|
54
|
+
--`+new Array((n||t.length)+1).join("-")+"^"})}var pk=9,fk=10,mk=12,hk=13,gk=32,yk=class{constructor(e){this.str=e,this.pos=0}charCodeAt(e){return e<this.str.length?this.str.charCodeAt(e):0}charCode(){return this.charCodeAt(this.pos)}nextCharCode(){return this.charCodeAt(this.pos+1)}nextNonWsCode(e){return this.charCodeAt(this.findWsEnd(e))}findWsEnd(e){for(;e<this.str.length;e++){let t=this.str.charCodeAt(e);if(t!==hk&&t!==fk&&t!==mk&&t!==gk&&t!==pk)break}return e}substringToPos(e){return this.str.substring(this.pos,this.pos=e)}eat(e){this.charCode()!==e&&this.error("Expect `"+String.fromCharCode(e)+"`"),this.pos++}peek(){return this.pos<this.str.length?this.str.charAt(this.pos++):""}error(e){throw new Nf(e,this.str,this.pos)}},bk=9,wk=10,Dk=12,vk=13,kk=32,Bf=33,jl=35,Wp=38,Ci=39,Lf=40,xk=41,Mf=42,Nl=43,Bl=44,zp=45,Ll=60,Uf=62,gl=63,Ck=64,Pi=91,Ml=93,Fi=123,Vp=124,Gp=125,qp=8734,co=new Uint8Array(128).map((e,t)=>/[a-zA-Z0-9\-]/.test(String.fromCharCode(t))?1:0),Jp={" ":1,"&&":2,"||":3,"|":4};function Ei(e){return e.substringToPos(e.findWsEnd(e.pos))}function nr(e){let t=e.pos;for(;t<e.str.length;t++){let n=e.str.charCodeAt(t);if(n>=128||co[n]===0)break}return e.pos===t&&e.error("Expect a keyword"),e.substringToPos(t)}function _i(e){let t=e.pos;for(;t<e.str.length;t++){let n=e.str.charCodeAt(t);if(n<48||n>57)break}return e.pos===t&&e.error("Expect a number"),e.substringToPos(t)}function Fk(e){let t=e.str.indexOf("'",e.pos+1);return t===-1&&(e.pos=e.str.length,e.error("Expect an apostrophe")),e.substringToPos(t+1)}function Hp(e){let t=null,n=null;return e.eat(Fi),t=_i(e),e.charCode()===Bl?(e.pos++,e.charCode()!==Gp&&(n=_i(e))):n=t,e.eat(Gp),{min:Number(t),max:n?Number(n):0}}function Ek(e){let t=null,n=!1;switch(e.charCode()){case Mf:e.pos++,t={min:0,max:0};break;case Nl:e.pos++,t={min:1,max:0};break;case gl:e.pos++,t={min:0,max:1};break;case jl:e.pos++,n=!0,e.charCode()===Fi?t=Hp(e):e.charCode()===gl?(e.pos++,t={min:0,max:0}):t={min:1,max:0};break;case Fi:t=Hp(e);break;default:return null}return{type:"Multiplier",comma:n,min:t.min,max:t.max,term:null}}function rr(e,t){let n=Ek(e);return n!==null?(n.term=t,e.charCode()===jl&&e.charCodeAt(e.pos-1)===Nl?rr(e,n):n):t}function nl(e){let t=e.peek();return t===""?null:{type:"Token",value:t}}function _k(e){let t;return e.eat(Ll),e.eat(Ci),t=nr(e),e.eat(Ci),e.eat(Uf),rr(e,{type:"Property",name:t})}function Sk(e){let t=null,n=null,r=1;return e.eat(Pi),e.charCode()===zp&&(e.peek(),r=-1),r==-1&&e.charCode()===qp?e.peek():(t=r*Number(_i(e)),co[e.charCode()]!==0&&(t+=nr(e))),Ei(e),e.eat(Bl),Ei(e),e.charCode()===qp?e.peek():(r=1,e.charCode()===zp&&(e.peek(),r=-1),n=r*Number(_i(e)),co[e.charCode()]!==0&&(n+=nr(e))),e.eat(Ml),{type:"Range",min:t,max:n}}function Tk(e){let t,n=null;return e.eat(Ll),t=nr(e),e.charCode()===Lf&&e.nextCharCode()===xk&&(e.pos+=2,t+="()"),e.charCodeAt(e.findWsEnd(e.pos))===Pi&&(Ei(e),n=Sk(e)),e.eat(Uf),rr(e,{type:"Type",name:t,opts:n})}function Ak(e){let t=nr(e);return e.charCode()===Lf?(e.pos++,{type:"Function",name:t}):rr(e,{type:"Keyword",name:t})}function Ok(e,t){function n(o,i){return{type:"Group",terms:o,combinator:i,disallowEmpty:!1,explicit:!1}}let r;for(t=Object.keys(t).sort((o,i)=>Jp[o]-Jp[i]);t.length>0;){r=t.shift();let o=0,i=0;for(;o<e.length;o++){let s=e[o];s.type==="Combinator"&&(s.value===r?(i===-1&&(i=o-1),e.splice(o,1),o--):(i!==-1&&o-i>1&&(e.splice(i,o-i,n(e.slice(i,o),r)),o=i+1),i=-1))}i!==-1&&t.length&&e.splice(i,o-i,n(e.slice(i,o),r))}return r}function Wf(e){let t=[],n={},r,o=null,i=e.pos;for(;r=Pk(e);)r.type!=="Spaces"&&(r.type==="Combinator"?((o===null||o.type==="Combinator")&&(e.pos=i,e.error("Unexpected combinator")),n[r.value]=!0):o!==null&&o.type!=="Combinator"&&(n[" "]=!0,t.push({type:"Combinator",value:" "})),t.push(r),o=r,i=e.pos);return o!==null&&o.type==="Combinator"&&(e.pos-=i,e.error("Unexpected combinator")),{type:"Group",terms:t,combinator:Ok(t,n)||" ",disallowEmpty:!1,explicit:!1}}function Ik(e){let t;return e.eat(Pi),t=Wf(e),e.eat(Ml),t.explicit=!0,e.charCode()===Bf&&(e.pos++,t.disallowEmpty=!0),t}function Pk(e){let t=e.charCode();if(t<128&&co[t]===1)return Ak(e);switch(t){case Ml:break;case Pi:return rr(e,Ik(e));case Ll:return e.nextCharCode()===Ci?_k(e):Tk(e);case Vp:return{type:"Combinator",value:e.substringToPos(e.pos+(e.nextCharCode()===Vp?2:1))};case Wp:return e.pos++,e.eat(Wp),{type:"Combinator",value:"&&"};case Bl:return e.pos++,{type:"Comma"};case Ci:return rr(e,{type:"String",value:Fk(e)});case kk:case bk:case wk:case vk:case Dk:return{type:"Spaces",value:Ei(e)};case Ck:return t=e.nextCharCode(),t<128&&co[t]===1?(e.pos++,{type:"AtKeyword",name:nr(e)}):nl(e);case Mf:case Nl:case gl:case jl:case Bf:break;case Fi:if(t=e.nextCharCode(),t<48||t>57)return nl(e);break;default:return nl(e)}}function Ul(e){let t=new yk(e),n=Wf(t);return t.pos!==e.length&&t.error("Unexpected input"),n.terms.length===1&&n.terms[0].type==="Group"?n.terms[0]:n}var ro=function(){};function Kp(e){return typeof e=="function"?e:ro}function zf(e,t,n){function r(s){switch(o.call(n,s),s.type){case"Group":s.terms.forEach(r);break;case"Multiplier":r(s.term);break;case"Type":case"Property":case"Keyword":case"AtKeyword":case"Function":case"String":case"Token":case"Comma":break;default:throw new Error("Unknown type: "+s.type)}i.call(n,s)}let o=ro,i=ro;if(typeof t=="function"?o=t:t&&(o=Kp(t.enter),i=Kp(t.leave)),o===ro&&i===ro)throw new Error("Neither `enter` nor `leave` walker handler is set or both aren't a function");r(e,n)}var Rk={decorator(e){let t=[],n=null;return{...e,node(r){let o=n;n=r,e.node.call(this,r),n=o},emit(r,o,i){t.push({type:o,value:r,node:i?null:n})},result(){return t}}}};function $k(e){let t=[];return Ti(e,(n,r,o)=>t.push({type:n,value:e.slice(r,o),node:null})),t}function jk(e,t){return typeof e=="string"?$k(e):t.generate(e,Rk)}var ne={type:"Match"},re={type:"Mismatch"},Wl={type:"DisallowEmpty"},Nk=40,Bk=41;function xe(e,t,n){return t===ne&&n===re||e===ne&&t===ne&&n===ne?e:(e.type==="If"&&e.else===re&&t===ne&&(t=e.then,e=e.match),{type:"If",match:e,then:t,else:n})}function Vf(e){return e.length>2&&e.charCodeAt(e.length-2)===Nk&&e.charCodeAt(e.length-1)===Bk}function Zp(e){return e.type==="Keyword"||e.type==="AtKeyword"||e.type==="Function"||e.type==="Type"&&Vf(e.name)}function yl(e,t,n){switch(e){case" ":{let r=ne;for(let o=t.length-1;o>=0;o--){let i=t[o];r=xe(i,r,re)}return r}case"|":{let r=re,o=null;for(let i=t.length-1;i>=0;i--){let s=t[i];if(Zp(s)&&(o===null&&i>0&&Zp(t[i-1])&&(o=Object.create(null),r=xe({type:"Enum",map:o},ne,r)),o!==null)){let a=(Vf(s.name)?s.name.slice(0,-1):s.name).toLowerCase();if(!(a in o)){o[a]=s;continue}}o=null,r=xe(s,ne,r)}return r}case"&&":{if(t.length>5)return{type:"MatchOnce",terms:t,all:!0};let r=re;for(let o=t.length-1;o>=0;o--){let i=t[o],s;t.length>1?s=yl(e,t.filter(function(a){return a!==i}),!1):s=ne,r=xe(i,s,r)}return r}case"||":{if(t.length>5)return{type:"MatchOnce",terms:t,all:!1};let r=n?ne:re;for(let o=t.length-1;o>=0;o--){let i=t[o],s;t.length>1?s=yl(e,t.filter(function(a){return a!==i}),!0):s=ne,r=xe(i,s,r)}return r}}}function Lk(e){let t=ne,n=zl(e.term);if(e.max===0)n=xe(n,Wl,re),t=xe(n,null,re),t.then=xe(ne,ne,t),e.comma&&(t.then.else=xe({type:"Comma",syntax:e},t,re));else for(let r=e.min||1;r<=e.max;r++)e.comma&&t!==ne&&(t=xe({type:"Comma",syntax:e},t,re)),t=xe(n,xe(ne,ne,t),re);if(e.min===0)t=xe(ne,ne,t);else for(let r=0;r<e.min-1;r++)e.comma&&t!==ne&&(t=xe({type:"Comma",syntax:e},t,re)),t=xe(n,t,re);return t}function zl(e){if(typeof e=="function")return{type:"Generic",fn:e};switch(e.type){case"Group":{let t=yl(e.combinator,e.terms.map(zl),!1);return e.disallowEmpty&&(t=xe(t,Wl,re)),t}case"Multiplier":return Lk(e);case"Type":case"Property":return{type:e.type,name:e.name,syntax:e};case"Keyword":return{type:e.type,name:e.name.toLowerCase(),syntax:e};case"AtKeyword":return{type:e.type,name:"@"+e.name.toLowerCase(),syntax:e};case"Function":return{type:e.type,name:e.name.toLowerCase()+"(",syntax:e};case"String":return e.value.length===3?{type:"Token",value:e.value.charAt(1),syntax:e}:{type:e.type,value:e.value.substr(1,e.value.length-2).replace(/\\'/g,"'"),syntax:e};case"Token":return{type:e.type,value:e.value,syntax:e};case"Comma":return{type:e.type,syntax:e};default:throw new Error("Unknown node type:",e.type)}}function bl(e,t){return typeof e=="string"&&(e=Ul(e)),{type:"MatchGraph",match:zl(e),syntax:t||null,source:e}}var{hasOwnProperty:Yp}=Object.prototype,Mk=0,Uk=1,wl=2,Gf=3,Xp="Match",Wk="Mismatch",zk="Maximum iteration number exceeded (please fill an issue on https://github.com/csstree/csstree/issues)",Qp=15e3,Vk=0;function Gk(e){let t=null,n=null,r=e;for(;r!==null;)n=r.prev,r.prev=t,t=r,r=n;return t}function rl(e,t){if(e.length!==t.length)return!1;for(let n=0;n<e.length;n++){let r=t.charCodeAt(n),o=e.charCodeAt(n);if(o>=65&&o<=90&&(o=o|32),o!==r)return!1}return!0}function qk(e){return e.type!==9?!1:e.value!=="?"}function ef(e){return e===null?!0:e.type===18||e.type===2||e.type===21||e.type===19||e.type===23||qk(e)}function tf(e){return e===null?!0:e.type===22||e.type===20||e.type===24||e.type===9&&e.value==="/"}function Jk(e,t,n){function r(){do R++,C=R<e.length?e[R]:null;while(C!==null&&(C.type===13||C.type===25))}function o(V){let M=R+V;return M<e.length?e[M]:null}function i(V,M){return{nextState:V,matchStack:O,syntaxStack:p,thenStack:f,tokenIndex:R,prev:M}}function s(V){f={nextState:V,matchStack:O,syntaxStack:p,prev:f}}function a(V){m=i(V,m)}function l(){O={type:Uk,syntax:t.syntax,token:C,prev:O},r(),g=null,R>x&&(x=R)}function c(){p={syntax:t.syntax,opts:t.syntax.opts||p!==null&&p.opts||null,prev:p},O={type:wl,syntax:t.syntax,token:O.token,prev:O}}function u(){O.type===wl?O=O.prev:O={type:Gf,syntax:p.syntax,token:O.token,prev:O},p=p.prev}let p=null,f=null,m=null,g=null,v=0,F=null,C=null,R=-1,x=0,O={type:Mk,syntax:null,token:null,prev:null};for(r();F===null&&++v<Qp;)switch(t.type){case"Match":if(f===null){if(C!==null&&(R!==e.length-1||C.value!=="\\0"&&C.value!=="\\9")){t=re;break}F=Xp;break}if(t=f.nextState,t===Wl)if(f.matchStack===O){t=re;break}else t=ne;for(;f.syntaxStack!==p;)u();f=f.prev;break;case"Mismatch":if(g!==null&&g!==!1)(m===null||R>m.tokenIndex)&&(m=g,g=!1);else if(m===null){F=Wk;break}t=m.nextState,f=m.thenStack,p=m.syntaxStack,O=m.matchStack,R=m.tokenIndex,C=R<e.length?e[R]:null,m=m.prev;break;case"MatchGraph":t=t.match;break;case"If":t.else!==re&&a(t.else),t.then!==ne&&s(t.then),t=t.match;break;case"MatchOnce":t={type:"MatchOnceBuffer",syntax:t,index:0,mask:0};break;case"MatchOnceBuffer":{let A=t.syntax.terms;if(t.index===A.length){if(t.mask===0||t.syntax.all){t=re;break}t=ne;break}if(t.mask===(1<<A.length)-1){t=ne;break}for(;t.index<A.length;t.index++){let y=1<<t.index;if((t.mask&y)===0){a(t),s({type:"AddMatchOnce",syntax:t.syntax,mask:t.mask|y}),t=A[t.index++];break}}break}case"AddMatchOnce":t={type:"MatchOnceBuffer",syntax:t.syntax,index:0,mask:t.mask};break;case"Enum":if(C!==null){let A=C.value.toLowerCase();if(A.indexOf("\\")!==-1&&(A=A.replace(/\\[09].*$/,"")),Yp.call(t.map,A)){t=t.map[A];break}}t=re;break;case"Generic":{let A=p!==null?p.opts:null,y=R+Math.floor(t.fn(C,o,A));if(!isNaN(y)&&y>R){for(;R<y;)l();t=ne}else t=re;break}case"Type":case"Property":{let A=t.type==="Type"?"types":"properties",y=Yp.call(n,A)?n[A][t.name]:null;if(!y||!y.match)throw new Error("Bad syntax reference: "+(t.type==="Type"?"<"+t.name+">":"<'"+t.name+"'>"));if(g!==!1&&C!==null&&t.type==="Type"&&(t.name==="custom-ident"&&C.type===1||t.name==="length"&&C.value==="0")){g===null&&(g=i(t,m)),t=re;break}c(),t=y.match;break}case"Keyword":{let A=t.name;if(C!==null){let y=C.value;if(y.indexOf("\\")!==-1&&(y=y.replace(/\\[09].*$/,"")),rl(y,A)){l(),t=ne;break}}t=re;break}case"AtKeyword":case"Function":if(C!==null&&rl(C.value,t.name)){l(),t=ne;break}t=re;break;case"Token":if(C!==null&&C.value===t.value){l(),t=ne;break}t=re;break;case"Comma":C!==null&&C.type===18?ef(O.token)?t=re:(l(),t=tf(C)?re:ne):t=ef(O.token)||tf(C)?ne:re;break;case"String":let V="",M=R;for(;M<e.length&&V.length<t.value.length;M++)V+=e[M].value;if(rl(V,t.value)){for(;R<M;)l();t=ne}else t=re;break;default:throw new Error("Unknown node type: "+t.type)}switch(Vk+=v,F){case null:console.warn("[csstree-match] BREAK after "+Qp+" iterations"),F=zk,O=null;break;case Xp:for(;p!==null;)u();break;default:O=null}return{tokens:e,reason:F,iterations:v,match:O,longestMatch:x}}function nf(e,t,n){let r=Jk(e,t,n||{});if(r.match===null)return r;let o=r.match,i=r.match={syntax:t.syntax||null,match:[]},s=[i];for(o=Gk(o).prev;o!==null;){switch(o.type){case wl:i.match.push(i={syntax:o.syntax,match:[]}),s.push(i);break;case Gf:s.pop(),i=s[s.length-1];break;default:i.match.push({syntax:o.syntax||null,token:o.token.value,node:o.token.node})}o=o.prev}return r}var qf={};j(qf,{getTrace:()=>Jf,isKeyword:()=>Zk,isProperty:()=>Kk,isType:()=>Hk});function Jf(e){function t(o){return o===null?!1:o.type==="Type"||o.type==="Property"||o.type==="Keyword"}function n(o){if(Array.isArray(o.match)){for(let i=0;i<o.match.length;i++)if(n(o.match[i]))return t(o.syntax)&&r.unshift(o.syntax),!0}else if(o.node===e)return r=t(o.syntax)?[o.syntax]:[],!0;return!1}let r=null;return this.matched!==null&&n(this.matched),r}function Hk(e,t){return Vl(this,e,n=>n.type==="Type"&&n.name===t)}function Kk(e,t){return Vl(this,e,n=>n.type==="Property"&&n.name===t)}function Zk(e){return Vl(this,e,t=>t.type==="Keyword")}function Vl(e,t,n){let r=Jf.call(e,t);return r===null?!1:r.some(n)}function Hf(e){return"node"in e?e.node:Hf(e.match[0])}function Kf(e){return"node"in e?e.node:Kf(e.match[e.match.length-1])}function rf(e,t,n,r,o){function i(a){if(a.syntax!==null&&a.syntax.type===r&&a.syntax.name===o){let l=Hf(a),c=Kf(a);e.syntax.walk(t,function(u,p,f){if(u===l){let m=new he;do{if(m.appendData(p.data),p.data===c)break;p=p.next}while(p!==null);s.push({parent:f,nodes:m})}})}Array.isArray(a.match)&&a.match.forEach(i)}let s=[];return n.matched!==null&&i(n.matched),s}var{hasOwnProperty:so}=Object.prototype;function ol(e){return typeof e=="number"&&isFinite(e)&&Math.floor(e)===e&&e>=0}function of(e){return!!e&&ol(e.offset)&&ol(e.line)&&ol(e.column)}function Yk(e,t){return function(n,r){if(!n||n.constructor!==Object)return r(n,"Type of node should be an Object");for(let o in n){let i=!0;if(so.call(n,o)!==!1){if(o==="type")n.type!==e&&r(n,"Wrong node type `"+n.type+"`, expected `"+e+"`");else if(o==="loc"){if(n.loc===null)continue;if(n.loc&&n.loc.constructor===Object)if(typeof n.loc.source!="string")o+=".source";else if(!of(n.loc.start))o+=".start";else if(!of(n.loc.end))o+=".end";else continue;i=!1}else if(t.hasOwnProperty(o)){i=!1;for(let s=0;!i&&s<t[o].length;s++){let a=t[o][s];switch(a){case String:i=typeof n[o]=="string";break;case Boolean:i=typeof n[o]=="boolean";break;case null:i=n[o]===null;break;default:typeof a=="string"?i=n[o]&&n[o].type===a:Array.isArray(a)&&(i=n[o]instanceof he)}}}else r(n,"Unknown field `"+o+"` for "+e+" node type");i||r(n,"Bad value for `"+e+"."+o+"`")}}for(let o in t)so.call(t,o)&&so.call(n,o)===!1&&r(n,"Field `"+e+"."+o+"` is missed")}}function Xk(e,t){let n=t.structure,r={type:String,loc:!0},o={type:'"'+e+'"'};for(let i in n){if(so.call(n,i)===!1)continue;let s=[],a=r[i]=Array.isArray(n[i])?n[i].slice():[n[i]];for(let l=0;l<a.length;l++){let c=a[l];if(c===String||c===Boolean)s.push(c.name);else if(c===null)s.push("null");else if(typeof c=="string")s.push("<"+c+">");else if(Array.isArray(c))s.push("List");else throw new Error("Wrong value `"+c+"` in `"+e+"."+i+"` structure definition")}o[i]=s.join(" | ")}return{docs:o,check:Yk(e,r)}}function Qk(e){let t={};if(e.node){for(let n in e.node)if(so.call(e.node,n)){let r=e.node[n];if(r.structure)t[n]=Xk(n,r);else throw new Error("Missed `structure` field in `"+n+"` node type definition")}}return t}var ex=bl(Af.join(" | "));function Dl(e,t,n){let r={};for(let o in e)e[o].syntax&&(r[o]=n?e[o].syntax:Oi(e[o].syntax,{compact:t}));return r}function tx(e,t,n){let r={};for(let[o,i]of Object.entries(e))r[o]={prelude:i.prelude&&(n?i.prelude.syntax:Oi(i.prelude.syntax,{compact:t})),descriptors:i.descriptors&&Dl(i.descriptors,t,n)};return r}function nx(e){for(let t=0;t<e.length;t++)if(e[t].value.toLowerCase()==="var(")return!0;return!1}function Qe(e,t,n){return{matched:e,iterations:n,error:t,...qf}}function Xn(e,t,n,r){let o=jk(n,e.syntax),i;return nx(o)?Qe(null,new Error("Matching for a tree with var() is not supported")):(r&&(i=nf(o,e.cssWideKeywordsSyntax,e)),(!r||!i.match)&&(i=nf(o,t.match,e),!i.match)?Qe(null,new P0(i.reason,t.syntax,n,i),i.iterations):Qe(i.match,null,i.iterations))}var sf=class{constructor(e,t,n){if(this.cssWideKeywordsSyntax=ex,this.syntax=t,this.generic=!1,this.units={...hl},this.atrules=Object.create(null),this.properties=Object.create(null),this.types=Object.create(null),this.structure=n||Qk(e),e){if(e.units)for(let r of Object.keys(hl))Array.isArray(e.units[r])&&(this.units[r]=e.units[r]);if(e.types)for(let r in e.types)this.addType_(r,e.types[r]);if(e.generic){this.generic=!0;for(let[r,o]of Object.entries(nk(this.units)))this.addType_(r,o)}if(e.atrules)for(let r in e.atrules)this.addAtrule_(r,e.atrules[r]);if(e.properties)for(let r in e.properties)this.addProperty_(r,e.properties[r])}}checkStructure(e){function t(o,i){r.push({node:o,message:i})}let n=this.structure,r=[];return this.syntax.walk(e,function(o){n.hasOwnProperty(o.type)?n[o.type].check(o,t):t(o,"Unknown node type `"+o.type+"`")}),r.length?r:!1}createDescriptor(e,t,n,r=null){let o={type:t,name:n},i={type:t,name:n,parent:r,serializable:typeof e=="string"||e&&typeof e.type=="string",syntax:null,match:null};return typeof e=="function"?i.match=bl(e,o):(typeof e=="string"?Object.defineProperty(i,"syntax",{get(){return Object.defineProperty(i,"syntax",{value:Ul(e)}),i.syntax}}):i.syntax=e,Object.defineProperty(i,"match",{get(){return Object.defineProperty(i,"match",{value:bl(i.syntax,o)}),i.match}})),i}addAtrule_(e,t){!t||(this.atrules[e]={type:"Atrule",name:e,prelude:t.prelude?this.createDescriptor(t.prelude,"AtrulePrelude",e):null,descriptors:t.descriptors?Object.keys(t.descriptors).reduce((n,r)=>(n[r]=this.createDescriptor(t.descriptors[r],"AtruleDescriptor",r,e),n),Object.create(null)):null})}addProperty_(e,t){!t||(this.properties[e]=this.createDescriptor(t,"Property",e))}addType_(e,t){!t||(this.types[e]=this.createDescriptor(t,"Type",e))}checkAtruleName(e){if(!this.getAtrule(e))return new Qr("Unknown at-rule","@"+e)}checkAtrulePrelude(e,t){let n=this.checkAtruleName(e);if(n)return n;let r=this.getAtrule(e);if(!r.prelude&&t)return new SyntaxError("At-rule `@"+e+"` should not contain a prelude");if(r.prelude&&!t&&!Xn(this,r.prelude,"",!1).matched)return new SyntaxError("At-rule `@"+e+"` should contain a prelude")}checkAtruleDescriptorName(e,t){let n=this.checkAtruleName(e);if(n)return n;let r=this.getAtrule(e),o=Qa(t);if(!r.descriptors)return new SyntaxError("At-rule `@"+e+"` has no known descriptors");if(!r.descriptors[o.name]&&!r.descriptors[o.basename])return new Qr("Unknown at-rule descriptor",t)}checkPropertyName(e){if(!this.getProperty(e))return new Qr("Unknown property",e)}matchAtrulePrelude(e,t){let n=this.checkAtrulePrelude(e,t);if(n)return Qe(null,n);let r=this.getAtrule(e);return r.prelude?Xn(this,r.prelude,t||"",!1):Qe(null,null)}matchAtruleDescriptor(e,t,n){let r=this.checkAtruleDescriptorName(e,t);if(r)return Qe(null,r);let o=this.getAtrule(e),i=Qa(t);return Xn(this,o.descriptors[i.name]||o.descriptors[i.basename],n,!1)}matchDeclaration(e){return e.type!=="Declaration"?Qe(null,new Error("Not a Declaration node")):this.matchProperty(e.property,e.value)}matchProperty(e,t){if(Up(e).custom)return Qe(null,new Error("Lexer matching doesn't applicable for custom properties"));let n=this.checkPropertyName(e);return n?Qe(null,n):Xn(this,this.getProperty(e),t,!0)}matchType(e,t){let n=this.getType(e);return n?Xn(this,n,t,!1):Qe(null,new Qr("Unknown type",e))}match(e,t){return typeof e!="string"&&(!e||!e.type)?Qe(null,new Qr("Bad syntax")):((typeof e=="string"||!e.match)&&(e=this.createDescriptor(e,"Type","anonymous")),Xn(this,e,t,!1))}findValueFragments(e,t,n,r){return rf(this,t,this.matchProperty(e,t),n,r)}findDeclarationValueFragments(e,t,n){return rf(this,e.value,this.matchDeclaration(e),t,n)}findAllFragments(e,t,n){let r=[];return this.syntax.walk(e,{visit:"Declaration",enter:o=>{r.push.apply(r,this.findDeclarationValueFragments(o,t,n))}}),r}getAtrule(e,t=!0){let n=Qa(e);return(n.vendor&&t?this.atrules[n.name]||this.atrules[n.basename]:this.atrules[n.name])||null}getAtrulePrelude(e,t=!0){let n=this.getAtrule(e,t);return n&&n.prelude||null}getAtruleDescriptor(e,t){return this.atrules.hasOwnProperty(e)&&this.atrules.declarators&&this.atrules[e].declarators[t]||null}getProperty(e,t=!0){let n=Up(e);return(n.vendor&&t?this.properties[n.name]||this.properties[n.basename]:this.properties[n.name])||null}getType(e){return hasOwnProperty.call(this.types,e)?this.types[e]:null}validate(){function e(r,o,i,s){if(i.has(o))return i.get(o);i.set(o,!1),s.syntax!==null&&zf(s.syntax,function(a){if(a.type!=="Type"&&a.type!=="Property")return;let l=a.type==="Type"?r.types:r.properties,c=a.type==="Type"?t:n;(!hasOwnProperty.call(l,a.name)||e(r,a.name,c,l[a.name]))&&i.set(o,!0)},this)}let t=new Map,n=new Map;for(let r in this.types)e(this,r,t,this.types[r]);for(let r in this.properties)e(this,r,n,this.properties[r]);return t=[...t.keys()].filter(r=>t.get(r)),n=[...n.keys()].filter(r=>n.get(r)),t.length||n.length?{types:t,properties:n}:null}dump(e,t){return{generic:this.generic,units:this.units,types:Dl(this.types,!t,e),properties:Dl(this.properties,!t,e),atrules:tx(this.atrules,!t,e)}}toString(){return JSON.stringify(this.dump())}};function il(e,t){return typeof t=="string"&&/^\s*\|/.test(t)?typeof e=="string"?e+t:t.replace(/^\s*\|\s*/,""):t||null}function af(e,t){let n=Object.create(null);for(let[r,o]of Object.entries(e))if(o){n[r]={};for(let i of Object.keys(o))t.includes(i)&&(n[r][i]=o[i])}return n}function vl(e,t){let n={...e};for(let[r,o]of Object.entries(t))switch(r){case"generic":n[r]=!!o;break;case"units":n[r]={...e[r]};for(let[i,s]of Object.entries(o))n[r][i]=Array.isArray(s)?s:[];break;case"atrules":n[r]={...e[r]};for(let[i,s]of Object.entries(o)){let a=n[r][i]||{},l=n[r][i]={prelude:a.prelude||null,descriptors:{...a.descriptors}};if(s){l.prelude=s.prelude?il(l.prelude,s.prelude):l.prelude||null;for(let[c,u]of Object.entries(s.descriptors||{}))l.descriptors[c]=u?il(l.descriptors[c],u):null;Object.keys(l.descriptors).length||(l.descriptors=null)}}break;case"types":case"properties":n[r]={...e[r]};for(let[i,s]of Object.entries(o))n[r][i]=il(n[r][i],s);break;case"scope":n[r]={...e[r]};for(let[i,s]of Object.entries(o))n[r][i]={...n[r][i],...s};break;case"parseContext":n[r]={...e[r],...o};break;case"atrule":case"pseudo":n[r]={...e[r],...af(o,["parse"])};break;case"node":n[r]={...e[r],...af(o,["name","structure","parse","generate","walkContext"])};break}return n}function Zf(e){let t=f0(e),n=_0(e),r=x0(e),{fromPlainObject:o,toPlainObject:i}=C0(n),s={lexer:null,createLexer:a=>new sf(a,s,s.lexer.structure),tokenize:Ti,parse:t,generate:r,walk:n,find:n.find,findLast:n.findLast,findAll:n.findAll,fromPlainObject:o,toPlainObject:i,fork(a){let l=vl({},e);return Zf(typeof a=="function"?a(l,Object.assign):vl(l,a))}};return s.lexer=new sf({generic:!0,units:e.units,types:e.types,atrules:e.atrules,properties:e.properties,node:e.node},s),s}var rx=e=>Zf(vl({},e)),ox={generic:!0,units:{angle:["deg","grad","rad","turn"],decibel:["db"],flex:["fr"],frequency:["hz","khz"],length:["cm","mm","q","in","pt","pc","px","em","rem","ex","rex","cap","rcap","ch","rch","ic","ric","lh","rlh","vw","svw","lvw","dvw","vh","svh","lvh","dvh","vi","svi","lvi","dvi","vb","svb","lvb","dvb","vmin","svmin","lvmin","dvmin","vmax","svmax","lvmax","dvmax","cqw","cqh","cqi","cqb","cqmin","cqmax"],resolution:["dpi","dpcm","dppx","x"],semitones:["st"],time:["s","ms"]},types:{"abs()":"abs( <calc-sum> )","absolute-size":"xx-small|x-small|small|medium|large|x-large|xx-large|xxx-large","acos()":"acos( <calc-sum> )","alpha-value":"<number>|<percentage>","angle-percentage":"<angle>|<percentage>","angular-color-hint":"<angle-percentage>","angular-color-stop":"<color>&&<color-stop-angle>?","angular-color-stop-list":"[<angular-color-stop> [, <angular-color-hint>]?]# , <angular-color-stop>","animateable-feature":"scroll-position|contents|<custom-ident>","asin()":"asin( <calc-sum> )","atan()":"atan( <calc-sum> )","atan2()":"atan2( <calc-sum> , <calc-sum> )",attachment:"scroll|fixed|local","attr()":"attr( <attr-name> <type-or-unit>? [, <attr-fallback>]? )","attr-matcher":"['~'|'|'|'^'|'$'|'*']? '='","attr-modifier":"i|s","attribute-selector":"'[' <wq-name> ']'|'[' <wq-name> <attr-matcher> [<string-token>|<ident-token>] <attr-modifier>? ']'","auto-repeat":"repeat( [auto-fill|auto-fit] , [<line-names>? <fixed-size>]+ <line-names>? )","auto-track-list":"[<line-names>? [<fixed-size>|<fixed-repeat>]]* <line-names>? <auto-repeat> [<line-names>? [<fixed-size>|<fixed-repeat>]]* <line-names>?",axis:"block|inline|vertical|horizontal","baseline-position":"[first|last]? baseline","basic-shape":"<inset()>|<circle()>|<ellipse()>|<polygon()>|<path()>","bg-image":"none|<image>","bg-layer":"<bg-image>||<bg-position> [/ <bg-size>]?||<repeat-style>||<attachment>||<box>||<box>","bg-position":"[[left|center|right|top|bottom|<length-percentage>]|[left|center|right|<length-percentage>] [top|center|bottom|<length-percentage>]|[center|[left|right] <length-percentage>?]&&[center|[top|bottom] <length-percentage>?]]","bg-size":"[<length-percentage>|auto]{1,2}|cover|contain","blur()":"blur( <length> )","blend-mode":"normal|multiply|screen|overlay|darken|lighten|color-dodge|color-burn|hard-light|soft-light|difference|exclusion|hue|saturation|color|luminosity",box:"border-box|padding-box|content-box","brightness()":"brightness( <number-percentage> )","calc()":"calc( <calc-sum> )","calc-sum":"<calc-product> [['+'|'-'] <calc-product>]*","calc-product":"<calc-value> ['*' <calc-value>|'/' <number>]*","calc-value":"<number>|<dimension>|<percentage>|<calc-constant>|( <calc-sum> )","calc-constant":"e|pi|infinity|-infinity|NaN","cf-final-image":"<image>|<color>","cf-mixing-image":"<percentage>?&&<image>","circle()":"circle( [<shape-radius>]? [at <position>]? )","clamp()":"clamp( <calc-sum>#{3} )","class-selector":"'.' <ident-token>","clip-source":"<url>",color:"<rgb()>|<rgba()>|<hsl()>|<hsla()>|<hwb()>|<lab()>|<lch()>|<hex-color>|<named-color>|currentcolor|<deprecated-system-color>","color-stop":"<color-stop-length>|<color-stop-angle>","color-stop-angle":"<angle-percentage>{1,2}","color-stop-length":"<length-percentage>{1,2}","color-stop-list":"[<linear-color-stop> [, <linear-color-hint>]?]# , <linear-color-stop>",combinator:"'>'|'+'|'~'|['||']","common-lig-values":"[common-ligatures|no-common-ligatures]","compat-auto":"searchfield|textarea|push-button|slider-horizontal|checkbox|radio|square-button|menulist|listbox|meter|progress-bar|button","composite-style":"clear|copy|source-over|source-in|source-out|source-atop|destination-over|destination-in|destination-out|destination-atop|xor","compositing-operator":"add|subtract|intersect|exclude","compound-selector":"[<type-selector>? <subclass-selector>* [<pseudo-element-selector> <pseudo-class-selector>*]*]!","compound-selector-list":"<compound-selector>#","complex-selector":"<compound-selector> [<combinator>? <compound-selector>]*","complex-selector-list":"<complex-selector>#","conic-gradient()":"conic-gradient( [from <angle>]? [at <position>]? , <angular-color-stop-list> )","contextual-alt-values":"[contextual|no-contextual]","content-distribution":"space-between|space-around|space-evenly|stretch","content-list":"[<string>|contents|<image>|<counter>|<quote>|<target>|<leader()>|<attr()>]+","content-position":"center|start|end|flex-start|flex-end","content-replacement":"<image>","contrast()":"contrast( [<number-percentage>] )","cos()":"cos( <calc-sum> )",counter:"<counter()>|<counters()>","counter()":"counter( <counter-name> , <counter-style>? )","counter-name":"<custom-ident>","counter-style":"<counter-style-name>|symbols( )","counter-style-name":"<custom-ident>","counters()":"counters( <counter-name> , <string> , <counter-style>? )","cross-fade()":"cross-fade( <cf-mixing-image> , <cf-final-image>? )","cubic-bezier-timing-function":"ease|ease-in|ease-out|ease-in-out|cubic-bezier( <number [0,1]> , <number> , <number [0,1]> , <number> )","deprecated-system-color":"ActiveBorder|ActiveCaption|AppWorkspace|Background|ButtonFace|ButtonHighlight|ButtonShadow|ButtonText|CaptionText|GrayText|Highlight|HighlightText|InactiveBorder|InactiveCaption|InactiveCaptionText|InfoBackground|InfoText|Menu|MenuText|Scrollbar|ThreeDDarkShadow|ThreeDFace|ThreeDHighlight|ThreeDLightShadow|ThreeDShadow|Window|WindowFrame|WindowText","discretionary-lig-values":"[discretionary-ligatures|no-discretionary-ligatures]","display-box":"contents|none","display-inside":"flow|flow-root|table|flex|grid|ruby","display-internal":"table-row-group|table-header-group|table-footer-group|table-row|table-cell|table-column-group|table-column|table-caption|ruby-base|ruby-text|ruby-base-container|ruby-text-container","display-legacy":"inline-block|inline-list-item|inline-table|inline-flex|inline-grid","display-listitem":"<display-outside>?&&[flow|flow-root]?&&list-item","display-outside":"block|inline|run-in","drop-shadow()":"drop-shadow( <length>{2,3} <color>? )","east-asian-variant-values":"[jis78|jis83|jis90|jis04|simplified|traditional]","east-asian-width-values":"[full-width|proportional-width]","element()":"element( <custom-ident> , [first|start|last|first-except]? )|element( <id-selector> )","ellipse()":"ellipse( [<shape-radius>{2}]? [at <position>]? )","ending-shape":"circle|ellipse","env()":"env( <custom-ident> , <declaration-value>? )","exp()":"exp( <calc-sum> )","explicit-track-list":"[<line-names>? <track-size>]+ <line-names>?","family-name":"<string>|<custom-ident>+","feature-tag-value":"<string> [<integer>|on|off]?","feature-type":"@stylistic|@historical-forms|@styleset|@character-variant|@swash|@ornaments|@annotation","feature-value-block":"<feature-type> '{' <feature-value-declaration-list> '}'","feature-value-block-list":"<feature-value-block>+","feature-value-declaration":"<custom-ident> : <integer>+ ;","feature-value-declaration-list":"<feature-value-declaration>","feature-value-name":"<custom-ident>","fill-rule":"nonzero|evenodd","filter-function":"<blur()>|<brightness()>|<contrast()>|<drop-shadow()>|<grayscale()>|<hue-rotate()>|<invert()>|<opacity()>|<saturate()>|<sepia()>","filter-function-list":"[<filter-function>|<url>]+","final-bg-layer":"<'background-color'>||<bg-image>||<bg-position> [/ <bg-size>]?||<repeat-style>||<attachment>||<box>||<box>","fixed-breadth":"<length-percentage>","fixed-repeat":"repeat( [<integer [1,\u221E]>] , [<line-names>? <fixed-size>]+ <line-names>? )","fixed-size":"<fixed-breadth>|minmax( <fixed-breadth> , <track-breadth> )|minmax( <inflexible-breadth> , <fixed-breadth> )","font-stretch-absolute":"normal|ultra-condensed|extra-condensed|condensed|semi-condensed|semi-expanded|expanded|extra-expanded|ultra-expanded|<percentage>","font-variant-css21":"[normal|small-caps]","font-weight-absolute":"normal|bold|<number [1,1000]>","frequency-percentage":"<frequency>|<percentage>","general-enclosed":"[<function-token> <any-value> )]|( <ident> <any-value> )","generic-family":"serif|sans-serif|cursive|fantasy|monospace|-apple-system","generic-name":"serif|sans-serif|cursive|fantasy|monospace","geometry-box":"<shape-box>|fill-box|stroke-box|view-box",gradient:"<linear-gradient()>|<repeating-linear-gradient()>|<radial-gradient()>|<repeating-radial-gradient()>|<conic-gradient()>|<repeating-conic-gradient()>|<-legacy-gradient>","grayscale()":"grayscale( <number-percentage> )","grid-line":"auto|<custom-ident>|[<integer>&&<custom-ident>?]|[span&&[<integer>||<custom-ident>]]","historical-lig-values":"[historical-ligatures|no-historical-ligatures]","hsl()":"hsl( <hue> <percentage> <percentage> [/ <alpha-value>]? )|hsl( <hue> , <percentage> , <percentage> , <alpha-value>? )","hsla()":"hsla( <hue> <percentage> <percentage> [/ <alpha-value>]? )|hsla( <hue> , <percentage> , <percentage> , <alpha-value>? )",hue:"<number>|<angle>","hue-rotate()":"hue-rotate( <angle> )","hwb()":"hwb( [<hue>|none] [<percentage>|none] [<percentage>|none] [/ [<alpha-value>|none]]? )","hypot()":"hypot( <calc-sum># )",image:"<url>|<image()>|<image-set()>|<element()>|<paint()>|<cross-fade()>|<gradient>","image()":"image( <image-tags>? [<image-src>? , <color>?]! )","image-set()":"image-set( <image-set-option># )","image-set-option":"[<image>|<string>] [<resolution>||type( <string> )]","image-src":"<url>|<string>","image-tags":"ltr|rtl","inflexible-breadth":"<length-percentage>|min-content|max-content|auto","inset()":"inset( <length-percentage>{1,4} [round <'border-radius'>]? )","invert()":"invert( <number-percentage> )","keyframes-name":"<custom-ident>|<string>","keyframe-block":"<keyframe-selector># { <declaration-list> }","keyframe-block-list":"<keyframe-block>+","keyframe-selector":"from|to|<percentage>","lab()":"lab( [<percentage>|<number>|none] [<percentage>|<number>|none] [<percentage>|<number>|none] [/ [<alpha-value>|none]]? )","layer()":"layer( <layer-name> )","layer-name":"<ident> ['.' <ident>]*","lch()":"lch( [<percentage>|<number>|none] [<percentage>|<number>|none] [<hue>|none] [/ [<alpha-value>|none]]? )","leader()":"leader( <leader-type> )","leader-type":"dotted|solid|space|<string>","length-percentage":"<length>|<percentage>","line-names":"'[' <custom-ident>* ']'","line-name-list":"[<line-names>|<name-repeat>]+","line-style":"none|hidden|dotted|dashed|solid|double|groove|ridge|inset|outset","line-width":"<length>|thin|medium|thick","linear-color-hint":"<length-percentage>","linear-color-stop":"<color> <color-stop-length>?","linear-gradient()":"linear-gradient( [<angle>|to <side-or-corner>]? , <color-stop-list> )","log()":"log( <calc-sum> , <calc-sum>? )","mask-layer":"<mask-reference>||<position> [/ <bg-size>]?||<repeat-style>||<geometry-box>||[<geometry-box>|no-clip]||<compositing-operator>||<masking-mode>","mask-position":"[<length-percentage>|left|center|right] [<length-percentage>|top|center|bottom]?","mask-reference":"none|<image>|<mask-source>","mask-source":"<url>","masking-mode":"alpha|luminance|match-source","matrix()":"matrix( <number>#{6} )","matrix3d()":"matrix3d( <number>#{16} )","max()":"max( <calc-sum># )","media-and":"<media-in-parens> [and <media-in-parens>]+","media-condition":"<media-not>|<media-and>|<media-or>|<media-in-parens>","media-condition-without-or":"<media-not>|<media-and>|<media-in-parens>","media-feature":"( [<mf-plain>|<mf-boolean>|<mf-range>] )","media-in-parens":"( <media-condition> )|<media-feature>|<general-enclosed>","media-not":"not <media-in-parens>","media-or":"<media-in-parens> [or <media-in-parens>]+","media-query":"<media-condition>|[not|only]? <media-type> [and <media-condition-without-or>]?","media-query-list":"<media-query>#","media-type":"<ident>","mf-boolean":"<mf-name>","mf-name":"<ident>","mf-plain":"<mf-name> : <mf-value>","mf-range":"<mf-name> ['<'|'>']? '='? <mf-value>|<mf-value> ['<'|'>']? '='? <mf-name>|<mf-value> '<' '='? <mf-name> '<' '='? <mf-value>|<mf-value> '>' '='? <mf-name> '>' '='? <mf-value>","mf-value":"<number>|<dimension>|<ident>|<ratio>","min()":"min( <calc-sum># )","minmax()":"minmax( [<length-percentage>|min-content|max-content|auto] , [<length-percentage>|<flex>|min-content|max-content|auto] )","mod()":"mod( <calc-sum> , <calc-sum> )","name-repeat":"repeat( [<integer [1,\u221E]>|auto-fill] , <line-names>+ )","named-color":"transparent|aliceblue|antiquewhite|aqua|aquamarine|azure|beige|bisque|black|blanchedalmond|blue|blueviolet|brown|burlywood|cadetblue|chartreuse|chocolate|coral|cornflowerblue|cornsilk|crimson|cyan|darkblue|darkcyan|darkgoldenrod|darkgray|darkgreen|darkgrey|darkkhaki|darkmagenta|darkolivegreen|darkorange|darkorchid|darkred|darksalmon|darkseagreen|darkslateblue|darkslategray|darkslategrey|darkturquoise|darkviolet|deeppink|deepskyblue|dimgray|dimgrey|dodgerblue|firebrick|floralwhite|forestgreen|fuchsia|gainsboro|ghostwhite|gold|goldenrod|gray|green|greenyellow|grey|honeydew|hotpink|indianred|indigo|ivory|khaki|lavender|lavenderblush|lawngreen|lemonchiffon|lightblue|lightcoral|lightcyan|lightgoldenrodyellow|lightgray|lightgreen|lightgrey|lightpink|lightsalmon|lightseagreen|lightskyblue|lightslategray|lightslategrey|lightsteelblue|lightyellow|lime|limegreen|linen|magenta|maroon|mediumaquamarine|mediumblue|mediumorchid|mediumpurple|mediumseagreen|mediumslateblue|mediumspringgreen|mediumturquoise|mediumvioletred|midnightblue|mintcream|mistyrose|moccasin|navajowhite|navy|oldlace|olive|olivedrab|orange|orangered|orchid|palegoldenrod|palegreen|paleturquoise|palevioletred|papayawhip|peachpuff|peru|pink|plum|powderblue|purple|rebeccapurple|red|rosybrown|royalblue|saddlebrown|salmon|sandybrown|seagreen|seashell|sienna|silver|skyblue|slateblue|slategray|slategrey|snow|springgreen|steelblue|tan|teal|thistle|tomato|turquoise|violet|wheat|white|whitesmoke|yellow|yellowgreen|<-non-standard-color>","namespace-prefix":"<ident>","ns-prefix":"[<ident-token>|'*']? '|'","number-percentage":"<number>|<percentage>","numeric-figure-values":"[lining-nums|oldstyle-nums]","numeric-fraction-values":"[diagonal-fractions|stacked-fractions]","numeric-spacing-values":"[proportional-nums|tabular-nums]",nth:"<an-plus-b>|even|odd","opacity()":"opacity( [<number-percentage>] )","overflow-position":"unsafe|safe","outline-radius":"<length>|<percentage>","page-body":"<declaration>? [; <page-body>]?|<page-margin-box> <page-body>","page-margin-box":"<page-margin-box-type> '{' <declaration-list> '}'","page-margin-box-type":"@top-left-corner|@top-left|@top-center|@top-right|@top-right-corner|@bottom-left-corner|@bottom-left|@bottom-center|@bottom-right|@bottom-right-corner|@left-top|@left-middle|@left-bottom|@right-top|@right-middle|@right-bottom","page-selector-list":"[<page-selector>#]?","page-selector":"<pseudo-page>+|<ident> <pseudo-page>*","page-size":"A5|A4|A3|B5|B4|JIS-B5|JIS-B4|letter|legal|ledger","path()":"path( [<fill-rule> ,]? <string> )","paint()":"paint( <ident> , <declaration-value>? )","perspective()":"perspective( [<length [0,\u221E]>|none] )","polygon()":"polygon( <fill-rule>? , [<length-percentage> <length-percentage>]# )",position:"[[left|center|right]||[top|center|bottom]|[left|center|right|<length-percentage>] [top|center|bottom|<length-percentage>]?|[[left|right] <length-percentage>]&&[[top|bottom] <length-percentage>]]","pow()":"pow( <calc-sum> , <calc-sum> )","pseudo-class-selector":"':' <ident-token>|':' <function-token> <any-value> ')'","pseudo-element-selector":"':' <pseudo-class-selector>","pseudo-page":": [left|right|first|blank]",quote:"open-quote|close-quote|no-open-quote|no-close-quote","radial-gradient()":"radial-gradient( [<ending-shape>||<size>]? [at <position>]? , <color-stop-list> )",ratio:"<number [0,\u221E]> [/ <number [0,\u221E]>]?","relative-selector":"<combinator>? <complex-selector>","relative-selector-list":"<relative-selector>#","relative-size":"larger|smaller","rem()":"rem( <calc-sum> , <calc-sum> )","repeat-style":"repeat-x|repeat-y|[repeat|space|round|no-repeat]{1,2}","repeating-conic-gradient()":"repeating-conic-gradient( [from <angle>]? [at <position>]? , <angular-color-stop-list> )","repeating-linear-gradient()":"repeating-linear-gradient( [<angle>|to <side-or-corner>]? , <color-stop-list> )","repeating-radial-gradient()":"repeating-radial-gradient( [<ending-shape>||<size>]? [at <position>]? , <color-stop-list> )","reversed-counter-name":"reversed( <counter-name> )","rgb()":"rgb( <percentage>{3} [/ <alpha-value>]? )|rgb( <number>{3} [/ <alpha-value>]? )|rgb( <percentage>#{3} , <alpha-value>? )|rgb( <number>#{3} , <alpha-value>? )","rgba()":"rgba( <percentage>{3} [/ <alpha-value>]? )|rgba( <number>{3} [/ <alpha-value>]? )|rgba( <percentage>#{3} , <alpha-value>? )|rgba( <number>#{3} , <alpha-value>? )","rotate()":"rotate( [<angle>|<zero>] )","rotate3d()":"rotate3d( <number> , <number> , <number> , [<angle>|<zero>] )","rotateX()":"rotateX( [<angle>|<zero>] )","rotateY()":"rotateY( [<angle>|<zero>] )","rotateZ()":"rotateZ( [<angle>|<zero>] )","round()":"round( <rounding-strategy>? , <calc-sum> , <calc-sum> )","rounding-strategy":"nearest|up|down|to-zero","saturate()":"saturate( <number-percentage> )","scale()":"scale( [<number>|<percentage>]#{1,2} )","scale3d()":"scale3d( [<number>|<percentage>]#{3} )","scaleX()":"scaleX( [<number>|<percentage>] )","scaleY()":"scaleY( [<number>|<percentage>] )","scaleZ()":"scaleZ( [<number>|<percentage>] )",scroller:"root|nearest","self-position":"center|start|end|self-start|self-end|flex-start|flex-end","shape-radius":"<length-percentage>|closest-side|farthest-side","sign()":"sign( <calc-sum> )","skew()":"skew( [<angle>|<zero>] , [<angle>|<zero>]? )","skewX()":"skewX( [<angle>|<zero>] )","skewY()":"skewY( [<angle>|<zero>] )","sepia()":"sepia( <number-percentage> )",shadow:"inset?&&<length>{2,4}&&<color>?","shadow-t":"[<length>{2,3}&&<color>?]",shape:"rect( <top> , <right> , <bottom> , <left> )|rect( <top> <right> <bottom> <left> )","shape-box":"<box>|margin-box","side-or-corner":"[left|right]||[top|bottom]","sin()":"sin( <calc-sum> )","single-animation":"<time>||<easing-function>||<time>||<single-animation-iteration-count>||<single-animation-direction>||<single-animation-fill-mode>||<single-animation-play-state>||[none|<keyframes-name>]","single-animation-direction":"normal|reverse|alternate|alternate-reverse","single-animation-fill-mode":"none|forwards|backwards|both","single-animation-iteration-count":"infinite|<number>","single-animation-play-state":"running|paused","single-animation-timeline":"auto|none|<timeline-name>|scroll( <axis>? <scroller>? )","single-transition":"[none|<single-transition-property>]||<time>||<easing-function>||<time>","single-transition-property":"all|<custom-ident>",size:"closest-side|farthest-side|closest-corner|farthest-corner|<length>|<length-percentage>{2}","sqrt()":"sqrt( <calc-sum> )","step-position":"jump-start|jump-end|jump-none|jump-both|start|end","step-timing-function":"step-start|step-end|steps( <integer> [, <step-position>]? )","subclass-selector":"<id-selector>|<class-selector>|<attribute-selector>|<pseudo-class-selector>","supports-condition":"not <supports-in-parens>|<supports-in-parens> [and <supports-in-parens>]*|<supports-in-parens> [or <supports-in-parens>]*","supports-in-parens":"( <supports-condition> )|<supports-feature>|<general-enclosed>","supports-feature":"<supports-decl>|<supports-selector-fn>","supports-decl":"( <declaration> )","supports-selector-fn":"selector( <complex-selector> )",symbol:"<string>|<image>|<custom-ident>","tan()":"tan( <calc-sum> )",target:"<target-counter()>|<target-counters()>|<target-text()>","target-counter()":"target-counter( [<string>|<url>] , <custom-ident> , <counter-style>? )","target-counters()":"target-counters( [<string>|<url>] , <custom-ident> , <string> , <counter-style>? )","target-text()":"target-text( [<string>|<url>] , [content|before|after|first-letter]? )","time-percentage":"<time>|<percentage>","timeline-name":"<custom-ident>|<string>","easing-function":"linear|<cubic-bezier-timing-function>|<step-timing-function>","track-breadth":"<length-percentage>|<flex>|min-content|max-content|auto","track-list":"[<line-names>? [<track-size>|<track-repeat>]]+ <line-names>?","track-repeat":"repeat( [<integer [1,\u221E]>] , [<line-names>? <track-size>]+ <line-names>? )","track-size":"<track-breadth>|minmax( <inflexible-breadth> , <track-breadth> )|fit-content( <length-percentage> )","transform-function":"<matrix()>|<translate()>|<translateX()>|<translateY()>|<scale()>|<scaleX()>|<scaleY()>|<rotate()>|<skew()>|<skewX()>|<skewY()>|<matrix3d()>|<translate3d()>|<translateZ()>|<scale3d()>|<scaleZ()>|<rotate3d()>|<rotateX()>|<rotateY()>|<rotateZ()>|<perspective()>","transform-list":"<transform-function>+","translate()":"translate( <length-percentage> , <length-percentage>? )","translate3d()":"translate3d( <length-percentage> , <length-percentage> , <length> )","translateX()":"translateX( <length-percentage> )","translateY()":"translateY( <length-percentage> )","translateZ()":"translateZ( <length> )","type-or-unit":"string|color|url|integer|number|length|angle|time|frequency|cap|ch|em|ex|ic|lh|rlh|rem|vb|vi|vw|vh|vmin|vmax|mm|Q|cm|in|pt|pc|px|deg|grad|rad|turn|ms|s|Hz|kHz|%","type-selector":"<wq-name>|<ns-prefix>? '*'","var()":"var( <custom-property-name> , <declaration-value>? )","viewport-length":"auto|<length-percentage>","visual-box":"content-box|padding-box|border-box","wq-name":"<ns-prefix>? <ident-token>","-legacy-gradient":"<-webkit-gradient()>|<-legacy-linear-gradient>|<-legacy-repeating-linear-gradient>|<-legacy-radial-gradient>|<-legacy-repeating-radial-gradient>","-legacy-linear-gradient":"-moz-linear-gradient( <-legacy-linear-gradient-arguments> )|-webkit-linear-gradient( <-legacy-linear-gradient-arguments> )|-o-linear-gradient( <-legacy-linear-gradient-arguments> )","-legacy-repeating-linear-gradient":"-moz-repeating-linear-gradient( <-legacy-linear-gradient-arguments> )|-webkit-repeating-linear-gradient( <-legacy-linear-gradient-arguments> )|-o-repeating-linear-gradient( <-legacy-linear-gradient-arguments> )","-legacy-linear-gradient-arguments":"[<angle>|<side-or-corner>]? , <color-stop-list>","-legacy-radial-gradient":"-moz-radial-gradient( <-legacy-radial-gradient-arguments> )|-webkit-radial-gradient( <-legacy-radial-gradient-arguments> )|-o-radial-gradient( <-legacy-radial-gradient-arguments> )","-legacy-repeating-radial-gradient":"-moz-repeating-radial-gradient( <-legacy-radial-gradient-arguments> )|-webkit-repeating-radial-gradient( <-legacy-radial-gradient-arguments> )|-o-repeating-radial-gradient( <-legacy-radial-gradient-arguments> )","-legacy-radial-gradient-arguments":"[<position> ,]? [[[<-legacy-radial-gradient-shape>||<-legacy-radial-gradient-size>]|[<length>|<percentage>]{2}] ,]? <color-stop-list>","-legacy-radial-gradient-size":"closest-side|closest-corner|farthest-side|farthest-corner|contain|cover","-legacy-radial-gradient-shape":"circle|ellipse","-non-standard-font":"-apple-system-body|-apple-system-headline|-apple-system-subheadline|-apple-system-caption1|-apple-system-caption2|-apple-system-footnote|-apple-system-short-body|-apple-system-short-headline|-apple-system-short-subheadline|-apple-system-short-caption1|-apple-system-short-footnote|-apple-system-tall-body","-non-standard-color":"-moz-ButtonDefault|-moz-ButtonHoverFace|-moz-ButtonHoverText|-moz-CellHighlight|-moz-CellHighlightText|-moz-Combobox|-moz-ComboboxText|-moz-Dialog|-moz-DialogText|-moz-dragtargetzone|-moz-EvenTreeRow|-moz-Field|-moz-FieldText|-moz-html-CellHighlight|-moz-html-CellHighlightText|-moz-mac-accentdarkestshadow|-moz-mac-accentdarkshadow|-moz-mac-accentface|-moz-mac-accentlightesthighlight|-moz-mac-accentlightshadow|-moz-mac-accentregularhighlight|-moz-mac-accentregularshadow|-moz-mac-chrome-active|-moz-mac-chrome-inactive|-moz-mac-focusring|-moz-mac-menuselect|-moz-mac-menushadow|-moz-mac-menutextselect|-moz-MenuHover|-moz-MenuHoverText|-moz-MenuBarText|-moz-MenuBarHoverText|-moz-nativehyperlinktext|-moz-OddTreeRow|-moz-win-communicationstext|-moz-win-mediatext|-moz-activehyperlinktext|-moz-default-background-color|-moz-default-color|-moz-hyperlinktext|-moz-visitedhyperlinktext|-webkit-activelink|-webkit-focus-ring-color|-webkit-link|-webkit-text","-non-standard-image-rendering":"optimize-contrast|-moz-crisp-edges|-o-crisp-edges|-webkit-optimize-contrast","-non-standard-overflow":"-moz-scrollbars-none|-moz-scrollbars-horizontal|-moz-scrollbars-vertical|-moz-hidden-unscrollable","-non-standard-width":"fill-available|min-intrinsic|intrinsic|-moz-available|-moz-fit-content|-moz-min-content|-moz-max-content|-webkit-min-content|-webkit-max-content","-webkit-gradient()":"-webkit-gradient( <-webkit-gradient-type> , <-webkit-gradient-point> [, <-webkit-gradient-point>|, <-webkit-gradient-radius> , <-webkit-gradient-point>] [, <-webkit-gradient-radius>]? [, <-webkit-gradient-color-stop>]* )","-webkit-gradient-color-stop":"from( <color> )|color-stop( [<number-zero-one>|<percentage>] , <color> )|to( <color> )","-webkit-gradient-point":"[left|center|right|<length-percentage>] [top|center|bottom|<length-percentage>]","-webkit-gradient-radius":"<length>|<percentage>","-webkit-gradient-type":"linear|radial","-webkit-mask-box-repeat":"repeat|stretch|round","-webkit-mask-clip-style":"border|border-box|padding|padding-box|content|content-box|text","-ms-filter-function-list":"<-ms-filter-function>+","-ms-filter-function":"<-ms-filter-function-progid>|<-ms-filter-function-legacy>","-ms-filter-function-progid":"'progid:' [<ident-token> '.']* [<ident-token>|<function-token> <any-value>? )]","-ms-filter-function-legacy":"<ident-token>|<function-token> <any-value>? )","-ms-filter":"<string>",age:"child|young|old","attr-name":"<wq-name>","attr-fallback":"<any-value>","bg-clip":"<box>|border|text",bottom:"<length>|auto","container-name":"<custom-ident>","container-condition":"not <query-in-parens>|<query-in-parens> [[and <query-in-parens>]*|[or <query-in-parens>]*]","generic-voice":"[<age>? <gender> <integer>?]",gender:"male|female|neutral",left:"<length>|auto","mask-image":"<mask-reference>#",paint:"none|<color>|<url> [none|<color>]?|context-fill|context-stroke",right:"<length>|auto","scroll-timeline-axis":"block|inline|vertical|horizontal","scroll-timeline-name":"none|<custom-ident>","single-animation-composition":"replace|add|accumulate","svg-length":"<percentage>|<length>|<number>","svg-writing-mode":"lr-tb|rl-tb|tb-rl|lr|rl|tb",top:"<length>|auto",x:"<number>",y:"<number>",declaration:"<ident-token> : <declaration-value>? ['!' important]?","declaration-list":"[<declaration>? ';']* <declaration>?",url:"url( <string> <url-modifier>* )|<url-token>","url-modifier":"<ident>|<function-token> <any-value> )","number-zero-one":"<number [0,1]>","number-one-or-greater":"<number [1,\u221E]>","query-in-parens":"( <container-condition> )|( <size-feature> )|style( <style-query> )|<general-enclosed>","size-feature":"<mf-plain>|<mf-boolean>|<mf-range>","style-feature":"<declaration>","style-query":"<style-condition>|<style-feature>","style-condition":"not <style-in-parens>|<style-in-parens> [[and <style-in-parens>]*|[or <style-in-parens>]*]","style-in-parens":"( <style-condition> )|( <style-feature> )|<general-enclosed>","-non-standard-display":"-ms-inline-flexbox|-ms-grid|-ms-inline-grid|-webkit-flex|-webkit-inline-flex|-webkit-box|-webkit-inline-box|-moz-inline-stack|-moz-box|-moz-inline-box"},properties:{"--*":"<declaration-value>","-ms-accelerator":"false|true","-ms-block-progression":"tb|rl|bt|lr","-ms-content-zoom-chaining":"none|chained","-ms-content-zooming":"none|zoom","-ms-content-zoom-limit":"<'-ms-content-zoom-limit-min'> <'-ms-content-zoom-limit-max'>","-ms-content-zoom-limit-max":"<percentage>","-ms-content-zoom-limit-min":"<percentage>","-ms-content-zoom-snap":"<'-ms-content-zoom-snap-type'>||<'-ms-content-zoom-snap-points'>","-ms-content-zoom-snap-points":"snapInterval( <percentage> , <percentage> )|snapList( <percentage># )","-ms-content-zoom-snap-type":"none|proximity|mandatory","-ms-filter":"<string>","-ms-flow-from":"[none|<custom-ident>]#","-ms-flow-into":"[none|<custom-ident>]#","-ms-grid-columns":"none|<track-list>|<auto-track-list>","-ms-grid-rows":"none|<track-list>|<auto-track-list>","-ms-high-contrast-adjust":"auto|none","-ms-hyphenate-limit-chars":"auto|<integer>{1,3}","-ms-hyphenate-limit-lines":"no-limit|<integer>","-ms-hyphenate-limit-zone":"<percentage>|<length>","-ms-ime-align":"auto|after","-ms-overflow-style":"auto|none|scrollbar|-ms-autohiding-scrollbar","-ms-scrollbar-3dlight-color":"<color>","-ms-scrollbar-arrow-color":"<color>","-ms-scrollbar-base-color":"<color>","-ms-scrollbar-darkshadow-color":"<color>","-ms-scrollbar-face-color":"<color>","-ms-scrollbar-highlight-color":"<color>","-ms-scrollbar-shadow-color":"<color>","-ms-scrollbar-track-color":"<color>","-ms-scroll-chaining":"chained|none","-ms-scroll-limit":"<'-ms-scroll-limit-x-min'> <'-ms-scroll-limit-y-min'> <'-ms-scroll-limit-x-max'> <'-ms-scroll-limit-y-max'>","-ms-scroll-limit-x-max":"auto|<length>","-ms-scroll-limit-x-min":"<length>","-ms-scroll-limit-y-max":"auto|<length>","-ms-scroll-limit-y-min":"<length>","-ms-scroll-rails":"none|railed","-ms-scroll-snap-points-x":"snapInterval( <length-percentage> , <length-percentage> )|snapList( <length-percentage># )","-ms-scroll-snap-points-y":"snapInterval( <length-percentage> , <length-percentage> )|snapList( <length-percentage># )","-ms-scroll-snap-type":"none|proximity|mandatory","-ms-scroll-snap-x":"<'-ms-scroll-snap-type'> <'-ms-scroll-snap-points-x'>","-ms-scroll-snap-y":"<'-ms-scroll-snap-type'> <'-ms-scroll-snap-points-y'>","-ms-scroll-translation":"none|vertical-to-horizontal","-ms-text-autospace":"none|ideograph-alpha|ideograph-numeric|ideograph-parenthesis|ideograph-space","-ms-touch-select":"grippers|none","-ms-user-select":"none|element|text","-ms-wrap-flow":"auto|both|start|end|maximum|clear","-ms-wrap-margin":"<length>","-ms-wrap-through":"wrap|none","-moz-appearance":"none|button|button-arrow-down|button-arrow-next|button-arrow-previous|button-arrow-up|button-bevel|button-focus|caret|checkbox|checkbox-container|checkbox-label|checkmenuitem|dualbutton|groupbox|listbox|listitem|menuarrow|menubar|menucheckbox|menuimage|menuitem|menuitemtext|menulist|menulist-button|menulist-text|menulist-textfield|menupopup|menuradio|menuseparator|meterbar|meterchunk|progressbar|progressbar-vertical|progresschunk|progresschunk-vertical|radio|radio-container|radio-label|radiomenuitem|range|range-thumb|resizer|resizerpanel|scale-horizontal|scalethumbend|scalethumb-horizontal|scalethumbstart|scalethumbtick|scalethumb-vertical|scale-vertical|scrollbarbutton-down|scrollbarbutton-left|scrollbarbutton-right|scrollbarbutton-up|scrollbarthumb-horizontal|scrollbarthumb-vertical|scrollbartrack-horizontal|scrollbartrack-vertical|searchfield|separator|sheet|spinner|spinner-downbutton|spinner-textfield|spinner-upbutton|splitter|statusbar|statusbarpanel|tab|tabpanel|tabpanels|tab-scroll-arrow-back|tab-scroll-arrow-forward|textfield|textfield-multiline|toolbar|toolbarbutton|toolbarbutton-dropdown|toolbargripper|toolbox|tooltip|treeheader|treeheadercell|treeheadersortarrow|treeitem|treeline|treetwisty|treetwistyopen|treeview|-moz-mac-unified-toolbar|-moz-win-borderless-glass|-moz-win-browsertabbar-toolbox|-moz-win-communicationstext|-moz-win-communications-toolbox|-moz-win-exclude-glass|-moz-win-glass|-moz-win-mediatext|-moz-win-media-toolbox|-moz-window-button-box|-moz-window-button-box-maximized|-moz-window-button-close|-moz-window-button-maximize|-moz-window-button-minimize|-moz-window-button-restore|-moz-window-frame-bottom|-moz-window-frame-left|-moz-window-frame-right|-moz-window-titlebar|-moz-window-titlebar-maximized","-moz-binding":"<url>|none","-moz-border-bottom-colors":"<color>+|none","-moz-border-left-colors":"<color>+|none","-moz-border-right-colors":"<color>+|none","-moz-border-top-colors":"<color>+|none","-moz-context-properties":"none|[fill|fill-opacity|stroke|stroke-opacity]#","-moz-float-edge":"border-box|content-box|margin-box|padding-box","-moz-force-broken-image-icon":"0|1","-moz-image-region":"<shape>|auto","-moz-orient":"inline|block|horizontal|vertical","-moz-outline-radius":"<outline-radius>{1,4} [/ <outline-radius>{1,4}]?","-moz-outline-radius-bottomleft":"<outline-radius>","-moz-outline-radius-bottomright":"<outline-radius>","-moz-outline-radius-topleft":"<outline-radius>","-moz-outline-radius-topright":"<outline-radius>","-moz-stack-sizing":"ignore|stretch-to-fit","-moz-text-blink":"none|blink","-moz-user-focus":"ignore|normal|select-after|select-before|select-menu|select-same|select-all|none","-moz-user-input":"auto|none|enabled|disabled","-moz-user-modify":"read-only|read-write|write-only","-moz-window-dragging":"drag|no-drag","-moz-window-shadow":"default|menu|tooltip|sheet|none","-webkit-appearance":"none|button|button-bevel|caps-lock-indicator|caret|checkbox|default-button|inner-spin-button|listbox|listitem|media-controls-background|media-controls-fullscreen-background|media-current-time-display|media-enter-fullscreen-button|media-exit-fullscreen-button|media-fullscreen-button|media-mute-button|media-overlay-play-button|media-play-button|media-seek-back-button|media-seek-forward-button|media-slider|media-sliderthumb|media-time-remaining-display|media-toggle-closed-captions-button|media-volume-slider|media-volume-slider-container|media-volume-sliderthumb|menulist|menulist-button|menulist-text|menulist-textfield|meter|progress-bar|progress-bar-value|push-button|radio|scrollbarbutton-down|scrollbarbutton-left|scrollbarbutton-right|scrollbarbutton-up|scrollbargripper-horizontal|scrollbargripper-vertical|scrollbarthumb-horizontal|scrollbarthumb-vertical|scrollbartrack-horizontal|scrollbartrack-vertical|searchfield|searchfield-cancel-button|searchfield-decoration|searchfield-results-button|searchfield-results-decoration|slider-horizontal|slider-vertical|sliderthumb-horizontal|sliderthumb-vertical|square-button|textarea|textfield|-apple-pay-button","-webkit-border-before":"<'border-width'>||<'border-style'>||<color>","-webkit-border-before-color":"<color>","-webkit-border-before-style":"<'border-style'>","-webkit-border-before-width":"<'border-width'>","-webkit-box-reflect":"[above|below|right|left]? <length>? <image>?","-webkit-line-clamp":"none|<integer>","-webkit-mask":"[<mask-reference>||<position> [/ <bg-size>]?||<repeat-style>||[<box>|border|padding|content|text]||[<box>|border|padding|content]]#","-webkit-mask-attachment":"<attachment>#","-webkit-mask-clip":"[<box>|border|padding|content|text]#","-webkit-mask-composite":"<composite-style>#","-webkit-mask-image":"<mask-reference>#","-webkit-mask-origin":"[<box>|border|padding|content]#","-webkit-mask-position":"<position>#","-webkit-mask-position-x":"[<length-percentage>|left|center|right]#","-webkit-mask-position-y":"[<length-percentage>|top|center|bottom]#","-webkit-mask-repeat":"<repeat-style>#","-webkit-mask-repeat-x":"repeat|no-repeat|space|round","-webkit-mask-repeat-y":"repeat|no-repeat|space|round","-webkit-mask-size":"<bg-size>#","-webkit-overflow-scrolling":"auto|touch","-webkit-tap-highlight-color":"<color>","-webkit-text-fill-color":"<color>","-webkit-text-stroke":"<length>||<color>","-webkit-text-stroke-color":"<color>","-webkit-text-stroke-width":"<length>","-webkit-touch-callout":"default|none","-webkit-user-modify":"read-only|read-write|read-write-plaintext-only","accent-color":"auto|<color>","align-content":"normal|<baseline-position>|<content-distribution>|<overflow-position>? <content-position>","align-items":"normal|stretch|<baseline-position>|[<overflow-position>? <self-position>]","align-self":"auto|normal|stretch|<baseline-position>|<overflow-position>? <self-position>","align-tracks":"[normal|<baseline-position>|<content-distribution>|<overflow-position>? <content-position>]#",all:"initial|inherit|unset|revert|revert-layer",animation:"<single-animation>#","animation-composition":"<single-animation-composition>#","animation-delay":"<time>#","animation-direction":"<single-animation-direction>#","animation-duration":"<time>#","animation-fill-mode":"<single-animation-fill-mode>#","animation-iteration-count":"<single-animation-iteration-count>#","animation-name":"[none|<keyframes-name>]#","animation-play-state":"<single-animation-play-state>#","animation-timing-function":"<easing-function>#","animation-timeline":"<single-animation-timeline>#",appearance:"none|auto|textfield|menulist-button|<compat-auto>","aspect-ratio":"auto|<ratio>",azimuth:"<angle>|[[left-side|far-left|left|center-left|center|center-right|right|far-right|right-side]||behind]|leftwards|rightwards","backdrop-filter":"none|<filter-function-list>","backface-visibility":"visible|hidden",background:"[<bg-layer> ,]* <final-bg-layer>","background-attachment":"<attachment>#","background-blend-mode":"<blend-mode>#","background-clip":"<bg-clip>#","background-color":"<color>","background-image":"<bg-image>#","background-origin":"<box>#","background-position":"<bg-position>#","background-position-x":"[center|[[left|right|x-start|x-end]? <length-percentage>?]!]#","background-position-y":"[center|[[top|bottom|y-start|y-end]? <length-percentage>?]!]#","background-repeat":"<repeat-style>#","background-size":"<bg-size>#","block-overflow":"clip|ellipsis|<string>","block-size":"<'width'>",border:"<line-width>||<line-style>||<color>","border-block":"<'border-top-width'>||<'border-top-style'>||<color>","border-block-color":"<'border-top-color'>{1,2}","border-block-style":"<'border-top-style'>","border-block-width":"<'border-top-width'>","border-block-end":"<'border-top-width'>||<'border-top-style'>||<color>","border-block-end-color":"<'border-top-color'>","border-block-end-style":"<'border-top-style'>","border-block-end-width":"<'border-top-width'>","border-block-start":"<'border-top-width'>||<'border-top-style'>||<color>","border-block-start-color":"<'border-top-color'>","border-block-start-style":"<'border-top-style'>","border-block-start-width":"<'border-top-width'>","border-bottom":"<line-width>||<line-style>||<color>","border-bottom-color":"<'border-top-color'>","border-bottom-left-radius":"<length-percentage>{1,2}","border-bottom-right-radius":"<length-percentage>{1,2}","border-bottom-style":"<line-style>","border-bottom-width":"<line-width>","border-collapse":"collapse|separate","border-color":"<color>{1,4}","border-end-end-radius":"<length-percentage>{1,2}","border-end-start-radius":"<length-percentage>{1,2}","border-image":"<'border-image-source'>||<'border-image-slice'> [/ <'border-image-width'>|/ <'border-image-width'>? / <'border-image-outset'>]?||<'border-image-repeat'>","border-image-outset":"[<length>|<number>]{1,4}","border-image-repeat":"[stretch|repeat|round|space]{1,2}","border-image-slice":"<number-percentage>{1,4}&&fill?","border-image-source":"none|<image>","border-image-width":"[<length-percentage>|<number>|auto]{1,4}","border-inline":"<'border-top-width'>||<'border-top-style'>||<color>","border-inline-end":"<'border-top-width'>||<'border-top-style'>||<color>","border-inline-color":"<'border-top-color'>{1,2}","border-inline-style":"<'border-top-style'>","border-inline-width":"<'border-top-width'>","border-inline-end-color":"<'border-top-color'>","border-inline-end-style":"<'border-top-style'>","border-inline-end-width":"<'border-top-width'>","border-inline-start":"<'border-top-width'>||<'border-top-style'>||<color>","border-inline-start-color":"<'border-top-color'>","border-inline-start-style":"<'border-top-style'>","border-inline-start-width":"<'border-top-width'>","border-left":"<line-width>||<line-style>||<color>","border-left-color":"<color>","border-left-style":"<line-style>","border-left-width":"<line-width>","border-radius":"<length-percentage>{1,4} [/ <length-percentage>{1,4}]?","border-right":"<line-width>||<line-style>||<color>","border-right-color":"<color>","border-right-style":"<line-style>","border-right-width":"<line-width>","border-spacing":"<length> <length>?","border-start-end-radius":"<length-percentage>{1,2}","border-start-start-radius":"<length-percentage>{1,2}","border-style":"<line-style>{1,4}","border-top":"<line-width>||<line-style>||<color>","border-top-color":"<color>","border-top-left-radius":"<length-percentage>{1,2}","border-top-right-radius":"<length-percentage>{1,2}","border-top-style":"<line-style>","border-top-width":"<line-width>","border-width":"<line-width>{1,4}",bottom:"<length>|<percentage>|auto","box-align":"start|center|end|baseline|stretch","box-decoration-break":"slice|clone","box-direction":"normal|reverse|inherit","box-flex":"<number>","box-flex-group":"<integer>","box-lines":"single|multiple","box-ordinal-group":"<integer>","box-orient":"horizontal|vertical|inline-axis|block-axis|inherit","box-pack":"start|center|end|justify","box-shadow":"none|<shadow>#","box-sizing":"content-box|border-box","break-after":"auto|avoid|always|all|avoid-page|page|left|right|recto|verso|avoid-column|column|avoid-region|region","break-before":"auto|avoid|always|all|avoid-page|page|left|right|recto|verso|avoid-column|column|avoid-region|region","break-inside":"auto|avoid|avoid-page|avoid-column|avoid-region","caption-side":"top|bottom|block-start|block-end|inline-start|inline-end",caret:"<'caret-color'>||<'caret-shape'>","caret-color":"auto|<color>","caret-shape":"auto|bar|block|underscore",clear:"none|left|right|both|inline-start|inline-end",clip:"<shape>|auto","clip-path":"<clip-source>|[<basic-shape>||<geometry-box>]|none",color:"<color>","print-color-adjust":"economy|exact","color-scheme":"normal|[light|dark|<custom-ident>]+&&only?","column-count":"<integer>|auto","column-fill":"auto|balance|balance-all","column-gap":"normal|<length-percentage>","column-rule":"<'column-rule-width'>||<'column-rule-style'>||<'column-rule-color'>","column-rule-color":"<color>","column-rule-style":"<'border-style'>","column-rule-width":"<'border-width'>","column-span":"none|all","column-width":"<length>|auto",columns:"<'column-width'>||<'column-count'>",contain:"none|strict|content|[[size||inline-size]||layout||style||paint]","contain-intrinsic-size":"[none|<length>|auto <length>]{1,2}","contain-intrinsic-block-size":"none|<length>|auto <length>","contain-intrinsic-height":"none|<length>|auto <length>","contain-intrinsic-inline-size":"none|<length>|auto <length>","contain-intrinsic-width":"none|<length>|auto <length>",content:"normal|none|[<content-replacement>|<content-list>] [/ [<string>|<counter>]+]?","content-visibility":"visible|auto|hidden","counter-increment":"[<counter-name> <integer>?]+|none","counter-reset":"[<counter-name> <integer>?|<reversed-counter-name> <integer>?]+|none","counter-set":"[<counter-name> <integer>?]+|none",cursor:"[[<url> [<x> <y>]? ,]* [auto|default|none|context-menu|help|pointer|progress|wait|cell|crosshair|text|vertical-text|alias|copy|move|no-drop|not-allowed|e-resize|n-resize|ne-resize|nw-resize|s-resize|se-resize|sw-resize|w-resize|ew-resize|ns-resize|nesw-resize|nwse-resize|col-resize|row-resize|all-scroll|zoom-in|zoom-out|grab|grabbing|hand|-webkit-grab|-webkit-grabbing|-webkit-zoom-in|-webkit-zoom-out|-moz-grab|-moz-grabbing|-moz-zoom-in|-moz-zoom-out]]",direction:"ltr|rtl",display:"[<display-outside>||<display-inside>]|<display-listitem>|<display-internal>|<display-box>|<display-legacy>|<-non-standard-display>","empty-cells":"show|hide",filter:"none|<filter-function-list>|<-ms-filter-function-list>",flex:"none|[<'flex-grow'> <'flex-shrink'>?||<'flex-basis'>]","flex-basis":"content|<'width'>","flex-direction":"row|row-reverse|column|column-reverse","flex-flow":"<'flex-direction'>||<'flex-wrap'>","flex-grow":"<number>","flex-shrink":"<number>","flex-wrap":"nowrap|wrap|wrap-reverse",float:"left|right|none|inline-start|inline-end",font:"[[<'font-style'>||<font-variant-css21>||<'font-weight'>||<'font-stretch'>]? <'font-size'> [/ <'line-height'>]? <'font-family'>]|caption|icon|menu|message-box|small-caption|status-bar","font-family":"[<family-name>|<generic-family>]#","font-feature-settings":"normal|<feature-tag-value>#","font-kerning":"auto|normal|none","font-language-override":"normal|<string>","font-optical-sizing":"auto|none","font-variation-settings":"normal|[<string> <number>]#","font-size":"<absolute-size>|<relative-size>|<length-percentage>","font-size-adjust":"none|[ex-height|cap-height|ch-width|ic-width|ic-height]? [from-font|<number>]","font-smooth":"auto|never|always|<absolute-size>|<length>","font-stretch":"<font-stretch-absolute>","font-style":"normal|italic|oblique <angle>?","font-synthesis":"none|[weight||style||small-caps]","font-variant":"normal|none|[<common-lig-values>||<discretionary-lig-values>||<historical-lig-values>||<contextual-alt-values>||stylistic( <feature-value-name> )||historical-forms||styleset( <feature-value-name># )||character-variant( <feature-value-name># )||swash( <feature-value-name> )||ornaments( <feature-value-name> )||annotation( <feature-value-name> )||[small-caps|all-small-caps|petite-caps|all-petite-caps|unicase|titling-caps]||<numeric-figure-values>||<numeric-spacing-values>||<numeric-fraction-values>||ordinal||slashed-zero||<east-asian-variant-values>||<east-asian-width-values>||ruby]","font-variant-alternates":"normal|[stylistic( <feature-value-name> )||historical-forms||styleset( <feature-value-name># )||character-variant( <feature-value-name># )||swash( <feature-value-name> )||ornaments( <feature-value-name> )||annotation( <feature-value-name> )]","font-variant-caps":"normal|small-caps|all-small-caps|petite-caps|all-petite-caps|unicase|titling-caps","font-variant-east-asian":"normal|[<east-asian-variant-values>||<east-asian-width-values>||ruby]","font-variant-ligatures":"normal|none|[<common-lig-values>||<discretionary-lig-values>||<historical-lig-values>||<contextual-alt-values>]","font-variant-numeric":"normal|[<numeric-figure-values>||<numeric-spacing-values>||<numeric-fraction-values>||ordinal||slashed-zero]","font-variant-position":"normal|sub|super","font-weight":"<font-weight-absolute>|bolder|lighter","forced-color-adjust":"auto|none",gap:"<'row-gap'> <'column-gap'>?",grid:"<'grid-template'>|<'grid-template-rows'> / [auto-flow&&dense?] <'grid-auto-columns'>?|[auto-flow&&dense?] <'grid-auto-rows'>? / <'grid-template-columns'>","grid-area":"<grid-line> [/ <grid-line>]{0,3}","grid-auto-columns":"<track-size>+","grid-auto-flow":"[row|column]||dense","grid-auto-rows":"<track-size>+","grid-column":"<grid-line> [/ <grid-line>]?","grid-column-end":"<grid-line>","grid-column-gap":"<length-percentage>","grid-column-start":"<grid-line>","grid-gap":"<'grid-row-gap'> <'grid-column-gap'>?","grid-row":"<grid-line> [/ <grid-line>]?","grid-row-end":"<grid-line>","grid-row-gap":"<length-percentage>","grid-row-start":"<grid-line>","grid-template":"none|[<'grid-template-rows'> / <'grid-template-columns'>]|[<line-names>? <string> <track-size>? <line-names>?]+ [/ <explicit-track-list>]?","grid-template-areas":"none|<string>+","grid-template-columns":"none|<track-list>|<auto-track-list>|subgrid <line-name-list>?","grid-template-rows":"none|<track-list>|<auto-track-list>|subgrid <line-name-list>?","hanging-punctuation":"none|[first||[force-end|allow-end]||last]",height:"auto|<length>|<percentage>|min-content|max-content|fit-content|fit-content( <length-percentage> )","hyphenate-character":"auto|<string>",hyphens:"none|manual|auto","image-orientation":"from-image|<angle>|[<angle>? flip]","image-rendering":"auto|crisp-edges|pixelated|optimizeSpeed|optimizeQuality|<-non-standard-image-rendering>","image-resolution":"[from-image||<resolution>]&&snap?","ime-mode":"auto|normal|active|inactive|disabled","initial-letter":"normal|[<number> <integer>?]","initial-letter-align":"[auto|alphabetic|hanging|ideographic]","inline-size":"<'width'>","input-security":"auto|none",inset:"<'top'>{1,4}","inset-block":"<'top'>{1,2}","inset-block-end":"<'top'>","inset-block-start":"<'top'>","inset-inline":"<'top'>{1,2}","inset-inline-end":"<'top'>","inset-inline-start":"<'top'>",isolation:"auto|isolate","justify-content":"normal|<content-distribution>|<overflow-position>? [<content-position>|left|right]","justify-items":"normal|stretch|<baseline-position>|<overflow-position>? [<self-position>|left|right]|legacy|legacy&&[left|right|center]","justify-self":"auto|normal|stretch|<baseline-position>|<overflow-position>? [<self-position>|left|right]","justify-tracks":"[normal|<content-distribution>|<overflow-position>? [<content-position>|left|right]]#",left:"<length>|<percentage>|auto","letter-spacing":"normal|<length-percentage>","line-break":"auto|loose|normal|strict|anywhere","line-clamp":"none|<integer>","line-height":"normal|<number>|<length>|<percentage>","line-height-step":"<length>","list-style":"<'list-style-type'>||<'list-style-position'>||<'list-style-image'>","list-style-image":"<image>|none","list-style-position":"inside|outside","list-style-type":"<counter-style>|<string>|none",margin:"[<length>|<percentage>|auto]{1,4}","margin-block":"<'margin-left'>{1,2}","margin-block-end":"<'margin-left'>","margin-block-start":"<'margin-left'>","margin-bottom":"<length>|<percentage>|auto","margin-inline":"<'margin-left'>{1,2}","margin-inline-end":"<'margin-left'>","margin-inline-start":"<'margin-left'>","margin-left":"<length>|<percentage>|auto","margin-right":"<length>|<percentage>|auto","margin-top":"<length>|<percentage>|auto","margin-trim":"none|in-flow|all",mask:"<mask-layer>#","mask-border":"<'mask-border-source'>||<'mask-border-slice'> [/ <'mask-border-width'>? [/ <'mask-border-outset'>]?]?||<'mask-border-repeat'>||<'mask-border-mode'>","mask-border-mode":"luminance|alpha","mask-border-outset":"[<length>|<number>]{1,4}","mask-border-repeat":"[stretch|repeat|round|space]{1,2}","mask-border-slice":"<number-percentage>{1,4} fill?","mask-border-source":"none|<image>","mask-border-width":"[<length-percentage>|<number>|auto]{1,4}","mask-clip":"[<geometry-box>|no-clip]#","mask-composite":"<compositing-operator>#","mask-image":"<mask-reference>#","mask-mode":"<masking-mode>#","mask-origin":"<geometry-box>#","mask-position":"<position>#","mask-repeat":"<repeat-style>#","mask-size":"<bg-size>#","mask-type":"luminance|alpha","masonry-auto-flow":"[pack|next]||[definite-first|ordered]","math-depth":"auto-add|add( <integer> )|<integer>","math-shift":"normal|compact","math-style":"normal|compact","max-block-size":"<'max-width'>","max-height":"none|<length-percentage>|min-content|max-content|fit-content|fit-content( <length-percentage> )","max-inline-size":"<'max-width'>","max-lines":"none|<integer>","max-width":"none|<length-percentage>|min-content|max-content|fit-content|fit-content( <length-percentage> )|<-non-standard-width>","min-block-size":"<'min-width'>","min-height":"auto|<length>|<percentage>|min-content|max-content|fit-content|fit-content( <length-percentage> )","min-inline-size":"<'min-width'>","min-width":"auto|<length>|<percentage>|min-content|max-content|fit-content|fit-content( <length-percentage> )|<-non-standard-width>","mix-blend-mode":"<blend-mode>|plus-lighter","object-fit":"fill|contain|cover|none|scale-down","object-position":"<position>",offset:"[<'offset-position'>? [<'offset-path'> [<'offset-distance'>||<'offset-rotate'>]?]?]! [/ <'offset-anchor'>]?","offset-anchor":"auto|<position>","offset-distance":"<length-percentage>","offset-path":"none|ray( [<angle>&&<size>&&contain?] )|<path()>|<url>|[<basic-shape>||<geometry-box>]","offset-position":"auto|<position>","offset-rotate":"[auto|reverse]||<angle>",opacity:"<alpha-value>",order:"<integer>",orphans:"<integer>",outline:"[<'outline-color'>||<'outline-style'>||<'outline-width'>]","outline-color":"<color>|invert","outline-offset":"<length>","outline-style":"auto|<'border-style'>","outline-width":"<line-width>",overflow:"[visible|hidden|clip|scroll|auto]{1,2}|<-non-standard-overflow>","overflow-anchor":"auto|none","overflow-block":"visible|hidden|clip|scroll|auto","overflow-clip-box":"padding-box|content-box","overflow-clip-margin":"<visual-box>||<length [0,\u221E]>","overflow-inline":"visible|hidden|clip|scroll|auto","overflow-wrap":"normal|break-word|anywhere","overflow-x":"visible|hidden|clip|scroll|auto","overflow-y":"visible|hidden|clip|scroll|auto","overscroll-behavior":"[contain|none|auto]{1,2}","overscroll-behavior-block":"contain|none|auto","overscroll-behavior-inline":"contain|none|auto","overscroll-behavior-x":"contain|none|auto","overscroll-behavior-y":"contain|none|auto",padding:"[<length>|<percentage>]{1,4}","padding-block":"<'padding-left'>{1,2}","padding-block-end":"<'padding-left'>","padding-block-start":"<'padding-left'>","padding-bottom":"<length>|<percentage>","padding-inline":"<'padding-left'>{1,2}","padding-inline-end":"<'padding-left'>","padding-inline-start":"<'padding-left'>","padding-left":"<length>|<percentage>","padding-right":"<length>|<percentage>","padding-top":"<length>|<percentage>","page-break-after":"auto|always|avoid|left|right|recto|verso","page-break-before":"auto|always|avoid|left|right|recto|verso","page-break-inside":"auto|avoid","paint-order":"normal|[fill||stroke||markers]",perspective:"none|<length>","perspective-origin":"<position>","place-content":"<'align-content'> <'justify-content'>?","place-items":"<'align-items'> <'justify-items'>?","place-self":"<'align-self'> <'justify-self'>?","pointer-events":"auto|none|visiblePainted|visibleFill|visibleStroke|visible|painted|fill|stroke|all|inherit",position:"static|relative|absolute|sticky|fixed|-webkit-sticky",quotes:"none|auto|[<string> <string>]+",resize:"none|both|horizontal|vertical|block|inline",right:"<length>|<percentage>|auto",rotate:"none|<angle>|[x|y|z|<number>{3}]&&<angle>","row-gap":"normal|<length-percentage>","ruby-align":"start|center|space-between|space-around","ruby-merge":"separate|collapse|auto","ruby-position":"[alternate||[over|under]]|inter-character",scale:"none|<number>{1,3}","scrollbar-color":"auto|<color>{2}","scrollbar-gutter":"auto|stable&&both-edges?","scrollbar-width":"auto|thin|none","scroll-behavior":"auto|smooth","scroll-margin":"<length>{1,4}","scroll-margin-block":"<length>{1,2}","scroll-margin-block-start":"<length>","scroll-margin-block-end":"<length>","scroll-margin-bottom":"<length>","scroll-margin-inline":"<length>{1,2}","scroll-margin-inline-start":"<length>","scroll-margin-inline-end":"<length>","scroll-margin-left":"<length>","scroll-margin-right":"<length>","scroll-margin-top":"<length>","scroll-padding":"[auto|<length-percentage>]{1,4}","scroll-padding-block":"[auto|<length-percentage>]{1,2}","scroll-padding-block-start":"auto|<length-percentage>","scroll-padding-block-end":"auto|<length-percentage>","scroll-padding-bottom":"auto|<length-percentage>","scroll-padding-inline":"[auto|<length-percentage>]{1,2}","scroll-padding-inline-start":"auto|<length-percentage>","scroll-padding-inline-end":"auto|<length-percentage>","scroll-padding-left":"auto|<length-percentage>","scroll-padding-right":"auto|<length-percentage>","scroll-padding-top":"auto|<length-percentage>","scroll-snap-align":"[none|start|end|center]{1,2}","scroll-snap-coordinate":"none|<position>#","scroll-snap-destination":"<position>","scroll-snap-points-x":"none|repeat( <length-percentage> )","scroll-snap-points-y":"none|repeat( <length-percentage> )","scroll-snap-stop":"normal|always","scroll-snap-type":"none|[x|y|block|inline|both] [mandatory|proximity]?","scroll-snap-type-x":"none|mandatory|proximity","scroll-snap-type-y":"none|mandatory|proximity","scroll-timeline":"<scroll-timeline-name>||<scroll-timeline-axis>","scroll-timeline-axis":"block|inline|vertical|horizontal","scroll-timeline-name":"none|<custom-ident>","shape-image-threshold":"<alpha-value>","shape-margin":"<length-percentage>","shape-outside":"none|[<shape-box>||<basic-shape>]|<image>","tab-size":"<integer>|<length>","table-layout":"auto|fixed","text-align":"start|end|left|right|center|justify|match-parent","text-align-last":"auto|start|end|left|right|center|justify","text-combine-upright":"none|all|[digits <integer>?]","text-decoration":"<'text-decoration-line'>||<'text-decoration-style'>||<'text-decoration-color'>||<'text-decoration-thickness'>","text-decoration-color":"<color>","text-decoration-line":"none|[underline||overline||line-through||blink]|spelling-error|grammar-error","text-decoration-skip":"none|[objects||[spaces|[leading-spaces||trailing-spaces]]||edges||box-decoration]","text-decoration-skip-ink":"auto|all|none","text-decoration-style":"solid|double|dotted|dashed|wavy","text-decoration-thickness":"auto|from-font|<length>|<percentage>","text-emphasis":"<'text-emphasis-style'>||<'text-emphasis-color'>","text-emphasis-color":"<color>","text-emphasis-position":"[over|under]&&[right|left]","text-emphasis-style":"none|[[filled|open]||[dot|circle|double-circle|triangle|sesame]]|<string>","text-indent":"<length-percentage>&&hanging?&&each-line?","text-justify":"auto|inter-character|inter-word|none","text-orientation":"mixed|upright|sideways","text-overflow":"[clip|ellipsis|<string>]{1,2}","text-rendering":"auto|optimizeSpeed|optimizeLegibility|geometricPrecision","text-shadow":"none|<shadow-t>#","text-size-adjust":"none|auto|<percentage>","text-transform":"none|capitalize|uppercase|lowercase|full-width|full-size-kana","text-underline-offset":"auto|<length>|<percentage>","text-underline-position":"auto|from-font|[under||[left|right]]",top:"<length>|<percentage>|auto","touch-action":"auto|none|[[pan-x|pan-left|pan-right]||[pan-y|pan-up|pan-down]||pinch-zoom]|manipulation",transform:"none|<transform-list>","transform-box":"content-box|border-box|fill-box|stroke-box|view-box","transform-origin":"[<length-percentage>|left|center|right|top|bottom]|[[<length-percentage>|left|center|right]&&[<length-percentage>|top|center|bottom]] <length>?","transform-style":"flat|preserve-3d",transition:"<single-transition>#","transition-delay":"<time>#","transition-duration":"<time>#","transition-property":"none|<single-transition-property>#","transition-timing-function":"<easing-function>#",translate:"none|<length-percentage> [<length-percentage> <length>?]?","unicode-bidi":"normal|embed|isolate|bidi-override|isolate-override|plaintext|-moz-isolate|-moz-isolate-override|-moz-plaintext|-webkit-isolate|-webkit-isolate-override|-webkit-plaintext","user-select":"auto|text|none|contain|all","vertical-align":"baseline|sub|super|text-top|text-bottom|middle|top|bottom|<percentage>|<length>",visibility:"visible|hidden|collapse","white-space":"normal|pre|nowrap|pre-wrap|pre-line|break-spaces",widows:"<integer>",width:"auto|<length>|<percentage>|min-content|max-content|fit-content|fit-content( <length-percentage> )|fill|stretch|intrinsic|-moz-max-content|-webkit-max-content|-moz-fit-content|-webkit-fit-content","will-change":"auto|<animateable-feature>#","word-break":"normal|break-all|keep-all|break-word","word-spacing":"normal|<length>","word-wrap":"normal|break-word","writing-mode":"horizontal-tb|vertical-rl|vertical-lr|sideways-rl|sideways-lr|<svg-writing-mode>","z-index":"auto|<integer>",zoom:"normal|reset|<number>|<percentage>","-moz-background-clip":"padding|border","-moz-border-radius-bottomleft":"<'border-bottom-left-radius'>","-moz-border-radius-bottomright":"<'border-bottom-right-radius'>","-moz-border-radius-topleft":"<'border-top-left-radius'>","-moz-border-radius-topright":"<'border-bottom-right-radius'>","-moz-control-character-visibility":"visible|hidden","-moz-osx-font-smoothing":"auto|grayscale","-moz-user-select":"none|text|all|-moz-none","-ms-flex-align":"start|end|center|baseline|stretch","-ms-flex-item-align":"auto|start|end|center|baseline|stretch","-ms-flex-line-pack":"start|end|center|justify|distribute|stretch","-ms-flex-negative":"<'flex-shrink'>","-ms-flex-pack":"start|end|center|justify|distribute","-ms-flex-order":"<integer>","-ms-flex-positive":"<'flex-grow'>","-ms-flex-preferred-size":"<'flex-basis'>","-ms-interpolation-mode":"nearest-neighbor|bicubic","-ms-grid-column-align":"start|end|center|stretch","-ms-grid-row-align":"start|end|center|stretch","-ms-hyphenate-limit-last":"none|always|column|page|spread","-webkit-background-clip":"[<box>|border|padding|content|text]#","-webkit-column-break-after":"always|auto|avoid","-webkit-column-break-before":"always|auto|avoid","-webkit-column-break-inside":"always|auto|avoid","-webkit-font-smoothing":"auto|none|antialiased|subpixel-antialiased","-webkit-mask-box-image":"[<url>|<gradient>|none] [<length-percentage>{4} <-webkit-mask-box-repeat>{2}]?","-webkit-print-color-adjust":"economy|exact","-webkit-text-security":"none|circle|disc|square","-webkit-user-drag":"none|element|auto","-webkit-user-select":"auto|none|text|all","alignment-baseline":"auto|baseline|before-edge|text-before-edge|middle|central|after-edge|text-after-edge|ideographic|alphabetic|hanging|mathematical","baseline-shift":"baseline|sub|super|<svg-length>",behavior:"<url>+","clip-rule":"nonzero|evenodd",container:"<'container-name'> [/ <'container-type'>]?","container-name":"none|<custom-ident>+","container-type":"normal||[size|inline-size]",cue:"<'cue-before'> <'cue-after'>?","cue-after":"<url> <decibel>?|none","cue-before":"<url> <decibel>?|none","dominant-baseline":"auto|use-script|no-change|reset-size|ideographic|alphabetic|hanging|mathematical|central|middle|text-after-edge|text-before-edge",fill:"<paint>","fill-opacity":"<number-zero-one>","fill-rule":"nonzero|evenodd","glyph-orientation-horizontal":"<angle>","glyph-orientation-vertical":"<angle>",kerning:"auto|<svg-length>",marker:"none|<url>","marker-end":"none|<url>","marker-mid":"none|<url>","marker-start":"none|<url>",pause:"<'pause-before'> <'pause-after'>?","pause-after":"<time>|none|x-weak|weak|medium|strong|x-strong","pause-before":"<time>|none|x-weak|weak|medium|strong|x-strong",rest:"<'rest-before'> <'rest-after'>?","rest-after":"<time>|none|x-weak|weak|medium|strong|x-strong","rest-before":"<time>|none|x-weak|weak|medium|strong|x-strong","shape-rendering":"auto|optimizeSpeed|crispEdges|geometricPrecision",src:"[<url> [format( <string># )]?|local( <family-name> )]#",speak:"auto|none|normal","speak-as":"normal|spell-out||digits||[literal-punctuation|no-punctuation]",stroke:"<paint>","stroke-dasharray":"none|[<svg-length>+]#","stroke-dashoffset":"<svg-length>","stroke-linecap":"butt|round|square","stroke-linejoin":"miter|round|bevel","stroke-miterlimit":"<number-one-or-greater>","stroke-opacity":"<number-zero-one>","stroke-width":"<svg-length>","text-anchor":"start|middle|end","unicode-range":"<urange>#","voice-balance":"<number>|left|center|right|leftwards|rightwards","voice-duration":"auto|<time>","voice-family":"[[<family-name>|<generic-voice>] ,]* [<family-name>|<generic-voice>]|preserve","voice-pitch":"<frequency>&&absolute|[[x-low|low|medium|high|x-high]||[<frequency>|<semitones>|<percentage>]]","voice-range":"<frequency>&&absolute|[[x-low|low|medium|high|x-high]||[<frequency>|<semitones>|<percentage>]]","voice-rate":"[normal|x-slow|slow|medium|fast|x-fast]||<percentage>","voice-stress":"normal|strong|moderate|none|reduced","voice-volume":"silent|[[x-soft|soft|medium|loud|x-loud]||<decibel>]"},atrules:{charset:{prelude:"<string>",descriptors:null},"counter-style":{prelude:"<counter-style-name>",descriptors:{"additive-symbols":"[<integer>&&<symbol>]#",fallback:"<counter-style-name>",negative:"<symbol> <symbol>?",pad:"<integer>&&<symbol>",prefix:"<symbol>",range:"[[<integer>|infinite]{2}]#|auto","speak-as":"auto|bullets|numbers|words|spell-out|<counter-style-name>",suffix:"<symbol>",symbols:"<symbol>+",system:"cyclic|numeric|alphabetic|symbolic|additive|[fixed <integer>?]|[extends <counter-style-name>]"}},document:{prelude:"[<url>|url-prefix( <string> )|domain( <string> )|media-document( <string> )|regexp( <string> )]#",descriptors:null},"font-face":{prelude:null,descriptors:{"ascent-override":"normal|<percentage>","descent-override":"normal|<percentage>","font-display":"[auto|block|swap|fallback|optional]","font-family":"<family-name>","font-feature-settings":"normal|<feature-tag-value>#","font-variation-settings":"normal|[<string> <number>]#","font-stretch":"<font-stretch-absolute>{1,2}","font-style":"normal|italic|oblique <angle>{0,2}","font-weight":"<font-weight-absolute>{1,2}","font-variant":"normal|none|[<common-lig-values>||<discretionary-lig-values>||<historical-lig-values>||<contextual-alt-values>||stylistic( <feature-value-name> )||historical-forms||styleset( <feature-value-name># )||character-variant( <feature-value-name># )||swash( <feature-value-name> )||ornaments( <feature-value-name> )||annotation( <feature-value-name> )||[small-caps|all-small-caps|petite-caps|all-petite-caps|unicase|titling-caps]||<numeric-figure-values>||<numeric-spacing-values>||<numeric-fraction-values>||ordinal||slashed-zero||<east-asian-variant-values>||<east-asian-width-values>||ruby]","line-gap-override":"normal|<percentage>","size-adjust":"<percentage>",src:"[<url> [format( <string># )]?|local( <family-name> )]#","unicode-range":"<urange>#"}},"font-feature-values":{prelude:"<family-name>#",descriptors:null},import:{prelude:"[<string>|<url>] [layer|layer( <layer-name> )]? [supports( [<supports-condition>|<declaration>] )]? <media-query-list>?",descriptors:null},keyframes:{prelude:"<keyframes-name>",descriptors:null},layer:{prelude:"[<layer-name>#|<layer-name>?]",descriptors:null},media:{prelude:"<media-query-list>",descriptors:null},namespace:{prelude:"<namespace-prefix>? [<string>|<url>]",descriptors:null},page:{prelude:"<page-selector-list>",descriptors:{bleed:"auto|<length>",marks:"none|[crop||cross]",size:"<length>{1,2}|auto|[<page-size>||[portrait|landscape]]"}},property:{prelude:"<custom-property-name>",descriptors:{syntax:"<string>",inherits:"true|false","initial-value":"<string>"}},"scroll-timeline":{prelude:"<timeline-name>",descriptors:null},supports:{prelude:"<supports-condition>",descriptors:null},viewport:{prelude:null,descriptors:{height:"<viewport-length>{1,2}","max-height":"<viewport-length>","max-width":"<viewport-length>","max-zoom":"auto|<number>|<percentage>","min-height":"<viewport-length>","min-width":"<viewport-length>","min-zoom":"auto|<number>|<percentage>",orientation:"auto|portrait|landscape","user-zoom":"zoom|fixed","viewport-fit":"auto|contain|cover",width:"<viewport-length>{1,2}",zoom:"auto|<number>|<percentage>"}},container:{prelude:"[<container-name>]? <container-condition>",descriptors:null},nest:{prelude:"<complex-selector-list>",descriptors:null}}},Gl={};j(Gl,{AnPlusB:()=>Yf,Atrule:()=>Qf,AtrulePrelude:()=>tm,AttributeSelector:()=>rm,Block:()=>sm,Brackets:()=>cm,CDC:()=>dm,CDO:()=>fm,ClassSelector:()=>hm,Combinator:()=>ym,Comment:()=>wm,Declaration:()=>vm,DeclarationList:()=>Cm,Dimension:()=>Em,Function:()=>Sm,Hash:()=>Am,IdSelector:()=>Rm,Identifier:()=>Im,MediaFeature:()=>jm,MediaQuery:()=>Bm,MediaQueryList:()=>Mm,NestingSelector:()=>Wm,Nth:()=>Vm,Number:()=>qm,Operator:()=>Hm,Parentheses:()=>Zm,Percentage:()=>Xm,PseudoClassSelector:()=>eh,PseudoElementSelector:()=>nh,Ratio:()=>oh,Raw:()=>sh,Rule:()=>lh,Selector:()=>uh,SelectorList:()=>ph,String:()=>mh,StyleSheet:()=>wh,TypeSelector:()=>vh,UnicodeRange:()=>xh,Url:()=>_h,Value:()=>Ih,WhiteSpace:()=>Rh});var Yf={};j(Yf,{generate:()=>lx,name:()=>sx,parse:()=>Xf,structure:()=>ax});var lt=43,$e=45,yi=110,pn=!0,ix=!1;function bi(e,t){let n=this.tokenStart+e,r=this.charCodeAt(n);for((r===lt||r===$e)&&(t&&this.error("Number sign is not allowed"),n++);n<this.tokenEnd;n++)ye(this.charCodeAt(n))||this.error("Integer is expected",n)}function Qn(e){return bi.call(this,0,e)}function Mt(e,t){if(!this.cmpChar(this.tokenStart+e,t)){let n="";switch(t){case yi:n="N is expected";break;case $e:n="HyphenMinus is expected";break}this.error(n,this.tokenStart+e)}}function sl(){let e=0,t=0,n=this.tokenType;for(;n===13||n===25;)n=this.lookupType(++e);if(n!==10)if(this.isDelim(lt,e)||this.isDelim($e,e)){t=this.isDelim(lt,e)?lt:$e;do n=this.lookupType(++e);while(n===13||n===25);n!==10&&(this.skip(e),Qn.call(this,pn))}else return null;return e>0&&this.skip(e),t===0&&(n=this.charCodeAt(this.tokenStart),n!==lt&&n!==$e&&this.error("Number sign is expected")),Qn.call(this,t!==0),t===$e?"-"+this.consume(10):this.consume(10)}var sx="AnPlusB",ax={a:[String,null],b:[String,null]};function Xf(){let e=this.tokenStart,t=null,n=null;if(this.tokenType===10)Qn.call(this,ix),n=this.consume(10);else if(this.tokenType===1&&this.cmpChar(this.tokenStart,$e))switch(t="-1",Mt.call(this,1,yi),this.tokenEnd-this.tokenStart){case 2:this.next(),n=sl.call(this);break;case 3:Mt.call(this,2,$e),this.next(),this.skipSC(),Qn.call(this,pn),n="-"+this.consume(10);break;default:Mt.call(this,2,$e),bi.call(this,3,pn),this.next(),n=this.substrToCursor(e+2)}else if(this.tokenType===1||this.isDelim(lt)&&this.lookupType(1)===1){let r=0;switch(t="1",this.isDelim(lt)&&(r=1,this.next()),Mt.call(this,0,yi),this.tokenEnd-this.tokenStart){case 1:this.next(),n=sl.call(this);break;case 2:Mt.call(this,1,$e),this.next(),this.skipSC(),Qn.call(this,pn),n="-"+this.consume(10);break;default:Mt.call(this,1,$e),bi.call(this,2,pn),this.next(),n=this.substrToCursor(e+r+1)}}else if(this.tokenType===12){let r=this.charCodeAt(this.tokenStart),o=r===lt||r===$e,i=this.tokenStart+o;for(;i<this.tokenEnd&&ye(this.charCodeAt(i));i++);i===this.tokenStart+o&&this.error("Integer is expected",this.tokenStart+o),Mt.call(this,i-this.tokenStart,yi),t=this.substring(e,i),i+1===this.tokenEnd?(this.next(),n=sl.call(this)):(Mt.call(this,i-this.tokenStart+1,$e),i+2===this.tokenEnd?(this.next(),this.skipSC(),Qn.call(this,pn),n="-"+this.consume(10)):(bi.call(this,i-this.tokenStart+2,pn),this.next(),n=this.substrToCursor(i+1)))}else this.error();return t!==null&&t.charCodeAt(0)===lt&&(t=t.substr(1)),n!==null&&n.charCodeAt(0)===lt&&(n=n.substr(1)),{type:"AnPlusB",loc:this.getLocation(e,this.tokenStart),a:t,b:n}}function lx(e){if(e.a){let t=e.a==="+1"&&"n"||e.a==="1"&&"n"||e.a==="-1"&&"-n"||e.a+"n";if(e.b){let n=e.b[0]==="-"||e.b[0]==="+"?e.b:"+"+e.b;this.tokenize(t+n)}else this.tokenize(t)}else this.tokenize(e.b)}var Qf={};j(Qf,{generate:()=>fx,name:()=>ux,parse:()=>em,structure:()=>px,walkContext:()=>dx});function lf(e){return this.Raw(e,this.consumeUntilLeftCurlyBracketOrSemicolon,!0)}function cx(){for(let e=1,t;t=this.lookupType(e);e++){if(t===24)return!0;if(t===23||t===3)return!1}return!1}var ux="Atrule",dx="atrule",px={name:String,prelude:["AtrulePrelude","Raw",null],block:["Block",null]};function em(e=!1){let t=this.tokenStart,n,r,o=null,i=null;switch(this.eat(3),n=this.substrToCursor(t+1),r=n.toLowerCase(),this.skipSC(),this.eof===!1&&this.tokenType!==23&&this.tokenType!==17&&(this.parseAtrulePrelude?o=this.parseWithFallback(this.AtrulePrelude.bind(this,n,e),lf):o=lf.call(this,this.tokenIndex),this.skipSC()),this.tokenType){case 17:this.next();break;case 23:hasOwnProperty.call(this.atrule,r)&&typeof this.atrule[r].block=="function"?i=this.atrule[r].block.call(this,e):i=this.Block(cx.call(this));break}return{type:"Atrule",loc:this.getLocation(t,this.tokenStart),name:n,prelude:o,block:i}}function fx(e){this.token(3,"@"+e.name),e.prelude!==null&&this.node(e.prelude),e.block?this.node(e.block):this.token(17,";")}var tm={};j(tm,{generate:()=>yx,name:()=>mx,parse:()=>nm,structure:()=>gx,walkContext:()=>hx});var mx="AtrulePrelude",hx="atrulePrelude",gx={children:[[]]};function nm(e){let t=null;return e!==null&&(e=e.toLowerCase()),this.skipSC(),hasOwnProperty.call(this.atrule,e)&&typeof this.atrule[e].prelude=="function"?t=this.atrule[e].prelude.call(this):t=this.readSequence(this.scope.AtrulePrelude),this.skipSC(),this.eof!==!0&&this.tokenType!==23&&this.tokenType!==17&&this.error("Semicolon or block is expected"),{type:"AtrulePrelude",loc:this.getLocationFromList(t),children:t}}function yx(e){this.children(e)}var rm={};j(rm,{generate:()=>Fx,name:()=>xx,parse:()=>im,structure:()=>Cx});var bx=36,om=42,wi=61,wx=94,kl=124,Dx=126;function vx(){this.eof&&this.error("Unexpected end of input");let e=this.tokenStart,t=!1;return this.isDelim(om)?(t=!0,this.next()):this.isDelim(kl)||this.eat(1),this.isDelim(kl)?this.charCodeAt(this.tokenStart+1)!==wi?(this.next(),this.eat(1)):t&&this.error("Identifier is expected",this.tokenEnd):t&&this.error("Vertical line is expected"),{type:"Identifier",loc:this.getLocation(e,this.tokenStart),name:this.substrToCursor(e)}}function kx(){let e=this.tokenStart,t=this.charCodeAt(e);return t!==wi&&t!==Dx&&t!==wx&&t!==bx&&t!==om&&t!==kl&&this.error("Attribute selector (=, ~=, ^=, $=, *=, |=) is expected"),this.next(),t!==wi&&(this.isDelim(wi)||this.error("Equal sign is expected"),this.next()),this.substrToCursor(e)}var xx="AttributeSelector",Cx={name:"Identifier",matcher:[String,null],value:["String","Identifier",null],flags:[String,null]};function im(){let e=this.tokenStart,t,n=null,r=null,o=null;return this.eat(19),this.skipSC(),t=vx.call(this),this.skipSC(),this.tokenType!==20&&(this.tokenType!==1&&(n=kx.call(this),this.skipSC(),r=this.tokenType===5?this.String():this.Identifier(),this.skipSC()),this.tokenType===1&&(o=this.consume(1),this.skipSC())),this.eat(20),{type:"AttributeSelector",loc:this.getLocation(e,this.tokenStart),name:t,matcher:n,value:r,flags:o}}function Fx(e){this.token(9,"["),this.node(e.name),e.matcher!==null&&(this.tokenize(e.matcher),this.node(e.value)),e.flags!==null&&this.token(1,e.flags),this.token(9,"]")}var sm={};j(sm,{generate:()=>Ox,name:()=>Sx,parse:()=>lm,structure:()=>Ax,walkContext:()=>Tx});var Ex=38;function am(e){return this.Raw(e,null,!0)}function cf(){return this.parseWithFallback(this.Rule,am)}function uf(e){return this.Raw(e,this.consumeUntilSemicolonIncluded,!0)}function _x(){if(this.tokenType===17)return uf.call(this,this.tokenIndex);let e=this.parseWithFallback(this.Declaration,uf);return this.tokenType===17&&this.next(),e}var Sx="Block",Tx="block",Ax={children:[["Atrule","Rule","Declaration"]]};function lm(e){let t=e?_x:cf,n=this.tokenStart,r=this.createList();this.eat(23);e:for(;!this.eof;)switch(this.tokenType){case 24:break e;case 13:case 25:this.next();break;case 3:r.push(this.parseWithFallback(this.Atrule.bind(this,e),am));break;default:e&&this.isDelim(Ex)?r.push(cf.call(this)):r.push(t.call(this))}return this.eof||this.eat(24),{type:"Block",loc:this.getLocation(n,this.tokenStart),children:r}}function Ox(e){this.token(23,"{"),this.children(e,t=>{t.type==="Declaration"&&this.token(17,";")}),this.token(24,"}")}var cm={};j(cm,{generate:()=>Rx,name:()=>Ix,parse:()=>um,structure:()=>Px});var Ix="Brackets",Px={children:[[]]};function um(e,t){let n=this.tokenStart,r=null;return this.eat(19),r=e.call(this,t),this.eof||this.eat(20),{type:"Brackets",loc:this.getLocation(n,this.tokenStart),children:r}}function Rx(e){this.token(9,"["),this.children(e),this.token(9,"]")}var dm={};j(dm,{generate:()=>Nx,name:()=>$x,parse:()=>pm,structure:()=>jx});var $x="CDC",jx=[];function pm(){let e=this.tokenStart;return this.eat(15),{type:"CDC",loc:this.getLocation(e,this.tokenStart)}}function Nx(){this.token(15,"-->")}var fm={};j(fm,{generate:()=>Mx,name:()=>Bx,parse:()=>mm,structure:()=>Lx});var Bx="CDO",Lx=[];function mm(){let e=this.tokenStart;return this.eat(14),{type:"CDO",loc:this.getLocation(e,this.tokenStart)}}function Mx(){this.token(14,"<!--")}var hm={};j(hm,{generate:()=>Vx,name:()=>Wx,parse:()=>gm,structure:()=>zx});var Ux=46,Wx="ClassSelector",zx={name:String};function gm(){return this.eatDelim(Ux),{type:"ClassSelector",loc:this.getLocation(this.tokenStart-1,this.tokenEnd),name:this.consume(1)}}function Vx(e){this.token(9,"."),this.token(1,e.name)}var ym={};j(ym,{generate:()=>Zx,name:()=>Hx,parse:()=>bm,structure:()=>Kx});var Gx=43,df=47,qx=62,Jx=126,Hx="Combinator",Kx={name:String};function bm(){let e=this.tokenStart,t;switch(this.tokenType){case 13:t=" ";break;case 9:switch(this.charCodeAt(this.tokenStart)){case qx:case Gx:case Jx:this.next();break;case df:this.next(),this.eatIdent("deep"),this.eatDelim(df);break;default:this.error("Combinator is expected")}t=this.substrToCursor(e);break}return{type:"Combinator",loc:this.getLocation(e,this.tokenStart),name:t}}function Zx(e){this.tokenize(e.name)}var wm={};j(wm,{generate:()=>tC,name:()=>Qx,parse:()=>Dm,structure:()=>eC});var Yx=42,Xx=47,Qx="Comment",eC={value:String};function Dm(){let e=this.tokenStart,t=this.tokenEnd;return this.eat(25),t-e+2>=2&&this.charCodeAt(t-2)===Yx&&this.charCodeAt(t-1)===Xx&&(t-=2),{type:"Comment",loc:this.getLocation(e,this.tokenStart),value:this.substring(e+2,t)}}function tC(e){this.token(25,"/*"+e.value+"*/")}var vm={};j(vm,{generate:()=>fC,name:()=>uC,parse:()=>xm,structure:()=>pC,walkContext:()=>dC});var km=33,nC=35,rC=36,oC=38,iC=42,sC=43,pf=47;function aC(e){return this.Raw(e,this.consumeUntilExclamationMarkOrSemicolon,!0)}function lC(e){return this.Raw(e,this.consumeUntilExclamationMarkOrSemicolon,!1)}function cC(){let e=this.tokenIndex,t=this.Value();return t.type!=="Raw"&&this.eof===!1&&this.tokenType!==17&&this.isDelim(km)===!1&&this.isBalanceEdge(e)===!1&&this.error(),t}var uC="Declaration",dC="declaration",pC={important:[Boolean,String],property:String,value:["Value","Raw"]};function xm(){let e=this.tokenStart,t=this.tokenIndex,n=mC.call(this),r=Rl(n),o=r?this.parseCustomProperty:this.parseValue,i=r?lC:aC,s=!1,a;this.skipSC(),this.eat(16);let l=this.tokenIndex;if(r||this.skipSC(),o?a=this.parseWithFallback(cC,i):a=i.call(this,this.tokenIndex),r&&a.type==="Value"&&a.children.isEmpty){for(let c=l-this.tokenIndex;c<=0;c++)if(this.lookupType(c)===13){a.children.appendData({type:"WhiteSpace",loc:null,value:" "});break}}return this.isDelim(km)&&(s=hC.call(this),this.skipSC()),this.eof===!1&&this.tokenType!==17&&this.isBalanceEdge(t)===!1&&this.error(),{type:"Declaration",loc:this.getLocation(e,this.tokenStart),important:s,property:n,value:a}}function fC(e){this.token(1,e.property),this.token(16,":"),this.node(e.value),e.important&&(this.token(9,"!"),this.token(1,e.important===!0?"important":e.important))}function mC(){let e=this.tokenStart;if(this.tokenType===9)switch(this.charCodeAt(this.tokenStart)){case iC:case rC:case sC:case nC:case oC:this.next();break;case pf:this.next(),this.isDelim(pf)&&this.next();break}return this.tokenType===4?this.eat(4):this.eat(1),this.substrToCursor(e)}function hC(){this.eat(9),this.skipSC();let e=this.consume(1);return e==="important"?!0:e}var Cm={};j(Cm,{generate:()=>wC,name:()=>yC,parse:()=>Fm,structure:()=>bC});var gC=38;function al(e){return this.Raw(e,this.consumeUntilSemicolonIncluded,!0)}var yC="DeclarationList",bC={children:[["Declaration","Atrule","Rule"]]};function Fm(){let e=this.createList();for(;!this.eof;)switch(this.tokenType){case 13:case 25:case 17:this.next();break;case 3:e.push(this.parseWithFallback(this.Atrule.bind(this,!0),al));break;default:this.isDelim(gC)?e.push(this.parseWithFallback(this.Rule,al)):e.push(this.parseWithFallback(this.Declaration,al))}return{type:"DeclarationList",loc:this.getLocationFromList(e),children:e}}function wC(e){this.children(e,t=>{t.type==="Declaration"&&this.token(17,";")})}var Em={};j(Em,{generate:()=>kC,name:()=>DC,parse:()=>_m,structure:()=>vC});var DC="Dimension",vC={value:String,unit:String};function _m(){let e=this.tokenStart,t=this.consumeNumber(12);return{type:"Dimension",loc:this.getLocation(e,this.tokenStart),value:t,unit:this.substring(e+t.length,this.tokenStart)}}function kC(e){this.token(12,e.value+e.unit)}var Sm={};j(Sm,{generate:()=>EC,name:()=>xC,parse:()=>Tm,structure:()=>FC,walkContext:()=>CC});var xC="Function",CC="function",FC={name:String,children:[[]]};function Tm(e,t){let n=this.tokenStart,r=this.consumeFunctionName(),o=r.toLowerCase(),i;return i=t.hasOwnProperty(o)?t[o].call(this,t):e.call(this,t),this.eof||this.eat(22),{type:"Function",loc:this.getLocation(n,this.tokenStart),name:r,children:i}}function EC(e){this.token(2,e.name+"("),this.children(e),this.token(22,")")}var Am={};j(Am,{generate:()=>AC,name:()=>SC,parse:()=>Om,structure:()=>TC,xxx:()=>_C});var _C="XXX",SC="Hash",TC={value:String};function Om(){let e=this.tokenStart;return this.eat(4),{type:"Hash",loc:this.getLocation(e,this.tokenStart),value:this.substrToCursor(e+1)}}function AC(e){this.token(4,"#"+e.value)}var Im={};j(Im,{generate:()=>PC,name:()=>OC,parse:()=>Pm,structure:()=>IC});var OC="Identifier",IC={name:String};function Pm(){return{type:"Identifier",loc:this.getLocation(this.tokenStart,this.tokenEnd),name:this.consume(1)}}function PC(e){this.token(1,e.name)}var Rm={};j(Rm,{generate:()=>jC,name:()=>RC,parse:()=>$m,structure:()=>$C});var RC="IdSelector",$C={name:String};function $m(){let e=this.tokenStart;return this.eat(4),{type:"IdSelector",loc:this.getLocation(e,this.tokenStart),name:this.substrToCursor(e+1)}}function jC(e){this.token(9,"#"+e.name)}var jm={};j(jm,{generate:()=>LC,name:()=>NC,parse:()=>Nm,structure:()=>BC});var NC="MediaFeature",BC={name:String,value:["Identifier","Number","Dimension","Ratio",null]};function Nm(){let e=this.tokenStart,t,n=null;if(this.eat(21),this.skipSC(),t=this.consume(1),this.skipSC(),this.tokenType!==22){switch(this.eat(16),this.skipSC(),this.tokenType){case 10:this.lookupNonWSType(1)===9?n=this.Ratio():n=this.Number();break;case 12:n=this.Dimension();break;case 1:n=this.Identifier();break;default:this.error("Number, dimension, ratio or identifier is expected")}this.skipSC()}return this.eat(22),{type:"MediaFeature",loc:this.getLocation(e,this.tokenStart),name:t,value:n}}function LC(e){this.token(21,"("),this.token(1,e.name),e.value!==null&&(this.token(16,":"),this.node(e.value)),this.token(22,")")}var Bm={};j(Bm,{generate:()=>WC,name:()=>MC,parse:()=>Lm,structure:()=>UC});var MC="MediaQuery",UC={children:[["Identifier","MediaFeature","WhiteSpace"]]};function Lm(){let e=this.createList(),t=null;this.skipSC();e:for(;!this.eof;){switch(this.tokenType){case 25:case 13:this.next();continue;case 1:t=this.Identifier();break;case 21:t=this.MediaFeature();break;default:break e}e.push(t)}return t===null&&this.error("Identifier or parenthesis is expected"),{type:"MediaQuery",loc:this.getLocationFromList(e),children:e}}function WC(e){this.children(e)}var Mm={};j(Mm,{generate:()=>GC,name:()=>zC,parse:()=>Um,structure:()=>VC});var zC="MediaQueryList",VC={children:[["MediaQuery"]]};function Um(){let e=this.createList();for(this.skipSC();!this.eof&&(e.push(this.MediaQuery()),this.tokenType===18);)this.next();return{type:"MediaQueryList",loc:this.getLocationFromList(e),children:e}}function GC(e){this.children(e,()=>this.token(18,","))}var Wm={};j(Wm,{generate:()=>KC,name:()=>JC,parse:()=>zm,structure:()=>HC});var qC=38,JC="NestingSelector",HC={};function zm(){let e=this.tokenStart;return this.eatDelim(qC),{type:"NestingSelector",loc:this.getLocation(e,this.tokenStart)}}function KC(){this.token(9,"&")}var Vm={};j(Vm,{generate:()=>XC,name:()=>ZC,parse:()=>Gm,structure:()=>YC});var ZC="Nth",YC={nth:["AnPlusB","Identifier"],selector:["SelectorList",null]};function Gm(){this.skipSC();let e=this.tokenStart,t=e,n=null,r;return this.lookupValue(0,"odd")||this.lookupValue(0,"even")?r=this.Identifier():r=this.AnPlusB(),t=this.tokenStart,this.skipSC(),this.lookupValue(0,"of")&&(this.next(),n=this.SelectorList(),t=this.tokenStart),{type:"Nth",loc:this.getLocation(e,t),nth:r,selector:n}}function XC(e){this.node(e.nth),e.selector!==null&&(this.token(1,"of"),this.node(e.selector))}var qm={};j(qm,{generate:()=>tF,name:()=>QC,parse:()=>Jm,structure:()=>eF});var QC="Number",eF={value:String};function Jm(){return{type:"Number",loc:this.getLocation(this.tokenStart,this.tokenEnd),value:this.consume(10)}}function tF(e){this.token(10,e.value)}var Hm={};j(Hm,{generate:()=>oF,name:()=>nF,parse:()=>Km,structure:()=>rF});var nF="Operator",rF={value:String};function Km(){let e=this.tokenStart;return this.next(),{type:"Operator",loc:this.getLocation(e,this.tokenStart),value:this.substrToCursor(e)}}function oF(e){this.tokenize(e.value)}var Zm={};j(Zm,{generate:()=>aF,name:()=>iF,parse:()=>Ym,structure:()=>sF});var iF="Parentheses",sF={children:[[]]};function Ym(e,t){let n=this.tokenStart,r=null;return this.eat(21),r=e.call(this,t),this.eof||this.eat(22),{type:"Parentheses",loc:this.getLocation(n,this.tokenStart),children:r}}function aF(e){this.token(21,"("),this.children(e),this.token(22,")")}var Xm={};j(Xm,{generate:()=>uF,name:()=>lF,parse:()=>Qm,structure:()=>cF});var lF="Percentage",cF={value:String};function Qm(){return{type:"Percentage",loc:this.getLocation(this.tokenStart,this.tokenEnd),value:this.consumeNumber(11)}}function uF(e){this.token(11,e.value+"%")}var eh={};j(eh,{generate:()=>mF,name:()=>dF,parse:()=>th,structure:()=>fF,walkContext:()=>pF});var dF="PseudoClassSelector",pF="function",fF={name:String,children:[["Raw"],null]};function th(){let e=this.tokenStart,t=null,n,r;return this.eat(16),this.tokenType===2?(n=this.consumeFunctionName(),r=n.toLowerCase(),hasOwnProperty.call(this.pseudo,r)?(this.skipSC(),t=this.pseudo[r].call(this),this.skipSC()):(t=this.createList(),t.push(this.Raw(this.tokenIndex,null,!1))),this.eat(22)):n=this.consume(1),{type:"PseudoClassSelector",loc:this.getLocation(e,this.tokenStart),name:n,children:t}}function mF(e){this.token(16,":"),e.children===null?this.token(1,e.name):(this.token(2,e.name+"("),this.children(e),this.token(22,")"))}var nh={};j(nh,{generate:()=>bF,name:()=>hF,parse:()=>rh,structure:()=>yF,walkContext:()=>gF});var hF="PseudoElementSelector",gF="function",yF={name:String,children:[["Raw"],null]};function rh(){let e=this.tokenStart,t=null,n,r;return this.eat(16),this.eat(16),this.tokenType===2?(n=this.consumeFunctionName(),r=n.toLowerCase(),hasOwnProperty.call(this.pseudo,r)?(this.skipSC(),t=this.pseudo[r].call(this),this.skipSC()):(t=this.createList(),t.push(this.Raw(this.tokenIndex,null,!1))),this.eat(22)):n=this.consume(1),{type:"PseudoElementSelector",loc:this.getLocation(e,this.tokenStart),name:n,children:t}}function bF(e){this.token(16,":"),this.token(16,":"),e.children===null?this.token(1,e.name):(this.token(2,e.name+"("),this.children(e),this.token(22,")"))}var oh={};j(oh,{generate:()=>xF,name:()=>vF,parse:()=>ih,structure:()=>kF});var wF=47,DF=46;function ff(){this.skipSC();let e=this.consume(10);for(let t=0;t<e.length;t++){let n=e.charCodeAt(t);!ye(n)&&n!==DF&&this.error("Unsigned number is expected",this.tokenStart-e.length+t)}return Number(e)===0&&this.error("Zero number is not allowed",this.tokenStart-e.length),e}var vF="Ratio",kF={left:String,right:String};function ih(){let e=this.tokenStart,t=ff.call(this),n;return this.skipSC(),this.eatDelim(wF),n=ff.call(this),{type:"Ratio",loc:this.getLocation(e,this.tokenStart),left:t,right:n}}function xF(e){this.token(10,e.left),this.token(9,"/"),this.token(10,e.right)}var sh={};j(sh,{generate:()=>_F,name:()=>FF,parse:()=>ah,structure:()=>EF});function CF(){return this.tokenIndex>0&&this.lookupType(-1)===13?this.tokenIndex>1?this.getTokenStart(this.tokenIndex-1):this.firstCharOffset:this.tokenStart}var FF="Raw",EF={value:String};function ah(e,t,n){let r=this.getTokenStart(e),o;return this.skipUntilBalanced(e,t||this.consumeUntilBalanceEnd),n&&this.tokenStart>r?o=CF.call(this):o=this.tokenStart,{type:"Raw",loc:this.getLocation(r,o),value:this.substring(r,o)}}function _F(e){this.tokenize(e.value)}var lh={};j(lh,{generate:()=>IF,name:()=>TF,parse:()=>ch,structure:()=>OF,walkContext:()=>AF});function mf(e){return this.Raw(e,this.consumeUntilLeftCurlyBracket,!0)}function SF(){let e=this.SelectorList();return e.type!=="Raw"&&this.eof===!1&&this.tokenType!==23&&this.error(),e}var TF="Rule",AF="rule",OF={prelude:["SelectorList","Raw"],block:["Block"]};function ch(){let e=this.tokenIndex,t=this.tokenStart,n,r;return this.parseRulePrelude?n=this.parseWithFallback(SF,mf):n=mf.call(this,e),r=this.Block(!0),{type:"Rule",loc:this.getLocation(t,this.tokenStart),prelude:n,block:r}}function IF(e){this.node(e.prelude),this.node(e.block)}var uh={};j(uh,{generate:()=>$F,name:()=>PF,parse:()=>dh,structure:()=>RF});var PF="Selector",RF={children:[["TypeSelector","IdSelector","ClassSelector","AttributeSelector","PseudoClassSelector","PseudoElementSelector","Combinator","WhiteSpace"]]};function dh(){let e=this.readSequence(this.scope.Selector);return this.getFirstListNode(e)===null&&this.error("Selector is expected"),{type:"Selector",loc:this.getLocationFromList(e),children:e}}function $F(e){this.children(e)}var ph={};j(ph,{generate:()=>LF,name:()=>jF,parse:()=>fh,structure:()=>BF,walkContext:()=>NF});var jF="SelectorList",NF="selector",BF={children:[["Selector","Raw"]]};function fh(){let e=this.createList();for(;!this.eof;){if(e.push(this.Selector()),this.tokenType===18){this.next();continue}break}return{type:"SelectorList",loc:this.getLocationFromList(e),children:e}}function LF(e){this.children(e,()=>this.token(18,","))}var mh={};j(mh,{generate:()=>zF,name:()=>UF,parse:()=>bh,structure:()=>WF});var MF={};j(MF,{decode:()=>ql,encode:()=>yh});var xl=92,hh=34,gh=39;function ql(e){let t=e.length,n=e.charCodeAt(0),r=n===hh||n===gh?1:0,o=r===1&&t>1&&e.charCodeAt(t-1)===n?t-2:t-1,i="";for(let s=r;s<=o;s++){let a=e.charCodeAt(s);if(a===xl){if(s===o){s!==t-1&&(i=e.substr(s+1));break}if(a=e.charCodeAt(++s),et(xl,a)){let l=s-1,c=mn(e,l);s=c-1,i+=Ol(e.substring(l+1,c))}else a===13&&e.charCodeAt(s+1)===10&&s++}else i+=e[s]}return i}function yh(e,t){let n=t?"'":'"',r=t?gh:hh,o="",i=!1;for(let s=0;s<e.length;s++){let a=e.charCodeAt(s);if(a===0){o+="\uFFFD";continue}if(a<=31||a===127){o+="\\"+a.toString(16),i=!0;continue}a===r||a===xl?(o+="\\"+e.charAt(s),i=!1):(i&&(Wt(a)||fn(a))&&(o+=" "),o+=e.charAt(s),i=!1)}return n+o+n}var UF="String",WF={value:String};function bh(){return{type:"String",loc:this.getLocation(this.tokenStart,this.tokenEnd),value:ql(this.consume(5))}}function zF(e){this.token(5,yh(e.value))}var wh={};j(wh,{generate:()=>HF,name:()=>GF,parse:()=>Dh,structure:()=>JF,walkContext:()=>qF});var VF=33;function hf(e){return this.Raw(e,null,!1)}var GF="StyleSheet",qF="stylesheet",JF={children:[["Comment","CDO","CDC","Atrule","Rule","Raw"]]};function Dh(){let e=this.tokenStart,t=this.createList(),n;for(;!this.eof;){switch(this.tokenType){case 13:this.next();continue;case 25:if(this.charCodeAt(this.tokenStart+2)!==VF){this.next();continue}n=this.Comment();break;case 14:n=this.CDO();break;case 15:n=this.CDC();break;case 3:n=this.parseWithFallback(this.Atrule,hf);break;default:n=this.parseWithFallback(this.Rule,hf)}t.push(n)}return{type:"StyleSheet",loc:this.getLocation(e,this.tokenStart),children:t}}function HF(e){this.children(e)}var vh={};j(vh,{generate:()=>XF,name:()=>ZF,parse:()=>kh,structure:()=>YF});var KF=42,gf=124;function ll(){this.tokenType!==1&&this.isDelim(KF)===!1&&this.error("Identifier or asterisk is expected"),this.next()}var ZF="TypeSelector",YF={name:String};function kh(){let e=this.tokenStart;return this.isDelim(gf)?(this.next(),ll.call(this)):(ll.call(this),this.isDelim(gf)&&(this.next(),ll.call(this))),{type:"TypeSelector",loc:this.getLocation(e,this.tokenStart),name:this.substrToCursor(e)}}function XF(e){this.tokenize(e.name)}var xh={};j(xh,{generate:()=>rE,name:()=>tE,parse:()=>Eh,structure:()=>nE});var Ch=43,Fh=45,Cl=63;function oo(e,t){let n=0;for(let r=this.tokenStart+e;r<this.tokenEnd;r++){let o=this.charCodeAt(r);if(o===Fh&&t&&n!==0)return oo.call(this,e+n+1,!1),-1;Wt(o)||this.error(t&&n!==0?"Hyphen minus"+(n<6?" or hex digit":"")+" is expected":n<6?"Hex digit is expected":"Unexpected input",r),++n>6&&this.error("Too many hex digits",r)}return this.next(),n}function fi(e){let t=0;for(;this.isDelim(Cl);)++t>e&&this.error("Too many question marks"),this.next()}function QF(e){this.charCodeAt(this.tokenStart)!==e&&this.error((e===Ch?"Plus sign":"Hyphen minus")+" is expected")}function eE(){let e=0;switch(this.tokenType){case 10:if(e=oo.call(this,1,!0),this.isDelim(Cl)){fi.call(this,6-e);break}if(this.tokenType===12||this.tokenType===10){QF.call(this,Fh),oo.call(this,1,!1);break}break;case 12:e=oo.call(this,1,!0),e>0&&fi.call(this,6-e);break;default:if(this.eatDelim(Ch),this.tokenType===1){e=oo.call(this,0,!0),e>0&&fi.call(this,6-e);break}if(this.isDelim(Cl)){this.next(),fi.call(this,5);break}this.error("Hex digit or question mark is expected")}}var tE="UnicodeRange",nE={value:String};function Eh(){let e=this.tokenStart;return this.eatIdent("u"),eE.call(this),{type:"UnicodeRange",loc:this.getLocation(e,this.tokenStart),value:this.substrToCursor(e)}}function rE(e){this.tokenize(e.value)}var _h={};j(_h,{generate:()=>dE,name:()=>cE,parse:()=>Oh,structure:()=>uE});var oE={};j(oE,{decode:()=>Th,encode:()=>Ah});var iE=32,Fl=92,sE=34,aE=39,lE=40,Sh=41;function Th(e){let t=e.length,n=4,r=e.charCodeAt(t-1)===Sh?t-2:t-1,o="";for(;n<r&&fn(e.charCodeAt(n));)n++;for(;n<r&&fn(e.charCodeAt(r));)r--;for(let i=n;i<=r;i++){let s=e.charCodeAt(i);if(s===Fl){if(i===r){i!==t-1&&(o=e.substr(i+1));break}if(s=e.charCodeAt(++i),et(Fl,s)){let a=i-1,l=mn(e,a);i=l-1,o+=Ol(e.substring(a+1,l))}else s===13&&e.charCodeAt(i+1)===10&&i++}else o+=e[i]}return o}function Ah(e){let t="",n=!1;for(let r=0;r<e.length;r++){let o=e.charCodeAt(r);if(o===0){t+="\uFFFD";continue}if(o<=31||o===127){t+="\\"+o.toString(16),n=!0;continue}o===iE||o===Fl||o===sE||o===aE||o===lE||o===Sh?(t+="\\"+e.charAt(r),n=!1):(n&&Wt(o)&&(t+=" "),t+=e.charAt(r),n=!1)}return"url("+t+")"}var cE="Url",uE={value:String};function Oh(){let e=this.tokenStart,t;switch(this.tokenType){case 7:t=Th(this.consume(7));break;case 2:this.cmpStr(this.tokenStart,this.tokenEnd,"url(")||this.error("Function name must be `url`"),this.eat(2),this.skipSC(),t=ql(this.consume(5)),this.skipSC(),this.eof||this.eat(22);break;default:this.error("Url or Function is expected")}return{type:"Url",loc:this.getLocation(e,this.tokenStart),value:t}}function dE(e){this.token(7,Ah(e.value))}var Ih={};j(Ih,{generate:()=>mE,name:()=>pE,parse:()=>Ph,structure:()=>fE});var pE="Value",fE={children:[[]]};function Ph(){let e=this.tokenStart,t=this.readSequence(this.scope.Value);return{type:"Value",loc:this.getLocation(e,this.tokenStart),children:t}}function mE(e){this.children(e)}var Rh={};j(Rh,{generate:()=>bE,name:()=>gE,parse:()=>$h,structure:()=>yE});var hE=Object.freeze({type:"WhiteSpace",loc:null,value:" "}),gE="WhiteSpace",yE={value:String};function $h(){return this.eat(13),hE}function bE(e){this.token(13,e.value)}var wE={generic:!0,...ox,node:Gl},jh={};j(jh,{AtrulePrelude:()=>FE,Selector:()=>jE,Value:()=>LE});var DE=35,vE=42,yf=43,kE=45,xE=47,CE=117;function Nh(e){switch(this.tokenType){case 4:return this.Hash();case 18:return this.Operator();case 21:return this.Parentheses(this.readSequence,e.recognizer);case 19:return this.Brackets(this.readSequence,e.recognizer);case 5:return this.String();case 12:return this.Dimension();case 11:return this.Percentage();case 10:return this.Number();case 2:return this.cmpStr(this.tokenStart,this.tokenEnd,"url(")?this.Url():this.Function(this.readSequence,e.recognizer);case 7:return this.Url();case 1:return this.cmpChar(this.tokenStart,CE)&&this.cmpChar(this.tokenStart+1,yf)?this.UnicodeRange():this.Identifier();case 9:{let t=this.charCodeAt(this.tokenStart);if(t===xE||t===vE||t===yf||t===kE)return this.Operator();t===DE&&this.error("Hex or identifier is expected",this.tokenStart+1);break}}}var FE={getNode:Nh},EE=35,_E=38,SE=42,TE=43,AE=47,bf=46,OE=62,IE=124,PE=126;function RE(e,t){t.last!==null&&t.last.type!=="Combinator"&&e!==null&&e.type!=="Combinator"&&t.push({type:"Combinator",loc:null,name:" "})}function $E(){switch(this.tokenType){case 19:return this.AttributeSelector();case 4:return this.IdSelector();case 16:return this.lookupType(1)===16?this.PseudoElementSelector():this.PseudoClassSelector();case 1:return this.TypeSelector();case 10:case 11:return this.Percentage();case 12:this.charCodeAt(this.tokenStart)===bf&&this.error("Identifier is expected",this.tokenStart+1);break;case 9:{switch(this.charCodeAt(this.tokenStart)){case TE:case OE:case PE:case AE:return this.Combinator();case bf:return this.ClassSelector();case SE:case IE:return this.TypeSelector();case EE:return this.IdSelector();case _E:return this.NestingSelector()}break}}}var jE={onWhiteSpace:RE,getNode:$E};function NE(){return this.createSingleNodeList(this.Raw(this.tokenIndex,null,!1))}function BE(){let e=this.createList();if(this.skipSC(),e.push(this.Identifier()),this.skipSC(),this.tokenType===18){e.push(this.Operator());let t=this.tokenIndex,n=this.parseCustomProperty?this.Value(null):this.Raw(this.tokenIndex,this.consumeUntilExclamationMarkOrSemicolon,!1);if(n.type==="Value"&&n.children.isEmpty){for(let r=t-this.tokenIndex;r<=0;r++)if(this.lookupType(r)===13){n.children.appendData({type:"WhiteSpace",loc:null,value:" "});break}}e.push(n)}return e}function wf(e){return e!==null&&e.type==="Operator"&&(e.value[e.value.length-1]==="-"||e.value[e.value.length-1]==="+")}var LE={getNode:Nh,onWhiteSpace(e,t){wf(e)&&(e.value=" "+e.value),wf(t.last)&&(t.last.value+=" ")},expression:NE,var:BE},ME={parse:{prelude:null,block(){return this.Block(!0)}}},UE={parse:{prelude(){let e=this.createList();switch(this.skipSC(),this.tokenType){case 5:e.push(this.String());break;case 7:case 2:e.push(this.Url());break;default:this.error("String or url() is expected")}return(this.lookupNonWSType(0)===1||this.lookupNonWSType(0)===21)&&e.push(this.MediaQueryList()),e},block:null}},WE={parse:{prelude(){return this.createSingleNodeList(this.MediaQueryList())},block(e=!1){return this.Block(e)}}},zE={parse:{prelude(){return this.createSingleNodeList(this.SelectorList())},block(){return this.Block(!0)}}},VE={parse:{prelude(){return this.createSingleNodeList(this.SelectorList())},block(){return this.Block(!0)}}};function GE(){return this.createSingleNodeList(this.Raw(this.tokenIndex,null,!1))}function qE(){return this.skipSC(),this.tokenType===1&&this.lookupNonWSType(1)===16?this.createSingleNodeList(this.Declaration()):Bh.call(this)}function Bh(){let e=this.createList(),t;this.skipSC();e:for(;!this.eof;){switch(this.tokenType){case 25:case 13:this.next();continue;case 2:t=this.Function(GE,this.scope.AtrulePrelude);break;case 1:t=this.Identifier();break;case 21:t=this.Parentheses(qE,this.scope.AtrulePrelude);break;default:break e}e.push(t)}return e}var JE={parse:{prelude(){let e=Bh.call(this);return this.getFirstListNode(e)===null&&this.error("Condition is expected"),e},block(e=!1){return this.Block(e)}}},HE={"font-face":ME,import:UE,media:WE,nest:zE,page:VE,supports:JE},dn={parse(){return this.createSingleNodeList(this.SelectorList())}},cl={parse(){return this.createSingleNodeList(this.Selector())}},Df={parse(){return this.createSingleNodeList(this.Identifier())}},mi={parse(){return this.createSingleNodeList(this.Nth())}},KE={dir:Df,has:dn,lang:Df,matches:dn,is:dn,"-moz-any":dn,"-webkit-any":dn,where:dn,not:dn,"nth-child":mi,"nth-last-child":mi,"nth-last-of-type":mi,"nth-of-type":mi,slotted:cl,host:cl,"host-context":cl},Lh={};j(Lh,{AnPlusB:()=>Xf,Atrule:()=>em,AtrulePrelude:()=>nm,AttributeSelector:()=>im,Block:()=>lm,Brackets:()=>um,CDC:()=>pm,CDO:()=>mm,ClassSelector:()=>gm,Combinator:()=>bm,Comment:()=>Dm,Declaration:()=>xm,DeclarationList:()=>Fm,Dimension:()=>_m,Function:()=>Tm,Hash:()=>Om,IdSelector:()=>$m,Identifier:()=>Pm,MediaFeature:()=>Nm,MediaQuery:()=>Lm,MediaQueryList:()=>Um,NestingSelector:()=>zm,Nth:()=>Gm,Number:()=>Jm,Operator:()=>Km,Parentheses:()=>Ym,Percentage:()=>Qm,PseudoClassSelector:()=>th,PseudoElementSelector:()=>rh,Ratio:()=>ih,Raw:()=>ah,Rule:()=>ch,Selector:()=>dh,SelectorList:()=>fh,String:()=>bh,StyleSheet:()=>Dh,TypeSelector:()=>kh,UnicodeRange:()=>Eh,Url:()=>Oh,Value:()=>Ph,WhiteSpace:()=>$h});var ZE={parseContext:{default:"StyleSheet",stylesheet:"StyleSheet",atrule:"Atrule",atrulePrelude(e){return this.AtrulePrelude(e.atrule?String(e.atrule):null)},mediaQueryList:"MediaQueryList",mediaQuery:"MediaQuery",rule:"Rule",selectorList:"SelectorList",selector:"Selector",block(){return this.Block(!0)},declarationList:"DeclarationList",declaration:"Declaration",value:"Value"},scope:jh,atrule:HE,pseudo:KE,node:Lh},YE={node:Gl},XE=rx({...wE,...ZE,...YE});var QE={};j(QE,{decode:()=>e1,encode:()=>t1});var vf=92;function e1(e){let t=e.length-1,n="";for(let r=0;r<e.length;r++){let o=e.charCodeAt(r);if(o===vf){if(r===t)break;if(o=e.charCodeAt(++r),et(vf,o)){let i=r-1,s=mn(e,i);r=s-1,n+=Ol(e.substring(i+1,s))}else o===13&&e.charCodeAt(r+1)===10&&r++}else n+=e[r]}return n}function t1(e){let t="";if(e.length===1&&e.charCodeAt(0)===45)return"\\-";for(let n=0;n<e.length;n++){let r=e.charCodeAt(n);if(r===0){t+="\uFFFD";continue}if(r<=31||r===127||r>=48&&r<=57&&(n===0||n===1&&e.charCodeAt(0)===45)){t+="\\"+r.toString(16)+" ";continue}Tl(r)?t+=e.charAt(n):t+="\\"+e.charAt(n)}return t}var{tokenize:dI,parse:Mh,generate:Uh,lexer:pI,createLexer:fI,walk:Wh,find:mI,findLast:hI,findAll:gI,toPlainObject:yI,fromPlainObject:bI,fork:wI}=XE;var zh=w(require("prettier"));G();var n1=`
|
|
55
55
|
.w-icon-slider-right:before {
|
|
56
56
|
content: "\\e600";
|
|
57
57
|
}
|
|
@@ -70,19 +70,19 @@ in your project root.`),new h(a)}}function ip(e){if(!(e===void 0||e===!1)){if(ty
|
|
|
70
70
|
.w-icon-file-upload-icon:before {
|
|
71
71
|
content: "\\e903";
|
|
72
72
|
}
|
|
73
|
-
`;function
|
|
73
|
+
`;function r1(e,t,n){let r=["ClassSelector","AttributeSelector","IdSelector","PseudoClassSelector"],o=["type"],i=["root"];if(e.type==="Rule"&&(e.prelude.type==="SelectorList"&&(e.prelude.children=new he().fromArray(e.prelude.children.toArray().filter(s=>{let a="children"in s?s.children?.first:null;return!a||!r.includes(a.type)?!1:a.type==="PseudoClassSelector"?i.includes(a.name):a.type==="AttributeSelector"?!o.includes(a.name.name):!0}))),e.prelude.children.toArray().length===0&&n)){n.remove(t);return}}function Vh(e){if(d.info("Detected skipTagSelectors flag is enabled. Skipping global CSS tags."),!e)return"";try{let t=Mh(e);return Wh(t,{enter:r1}),zh.default.format([Uh(t),n1].join(`
|
|
74
74
|
|
|
75
|
-
`).trim(),{parser:"css"})}catch{return d.warn("There was a problem skipping global tags from CSS. Falling back to normal global CSS."),e}}function
|
|
75
|
+
`).trim(),{parser:"css"})}catch{return d.warn("There was a problem skipping global tags from CSS. Falling back to normal global CSS."),e}}function Gh(e){return e.reduce((t,n)=>(n.path==="css/global.css"?t.globalCss=n:t.rest.push(n),t),{rest:[]})}var ir=class extends Error{};function o1(e){try{let t=JSON.parse(e);if(t.msg&&typeof t.msg=="string")return t.msg}catch{}return null}async function i1(e){switch(e.status){case 400:{let t=await e.text(),n=o1(t);throw new ir(n||"Bad request: The server rejected the request due to invalid input. Please check your configuration and try again.")}case 401:throw new ir("Your access token is invalid for the provided siteId. Double check your configs in your .webflowrc configuration file.");case 404:throw new ir("You're not currently enrolled in the DevLink beta. You can apply for access here: https://webflow.com/devlink");default:throw new ir(`Something went wrong (HTTP ${e.status}).`)}}async function s1(e){try{let{siteId:t,host:n,authToken:r,components:o,cssModules:i,relativeHrefRoot:s}=e,a=new URLSearchParams({cssModules:i?"true":"false"});o&&a.append("components",o),s!==void 0&&a.append("relativeHrefRoot",String(s));let l=`?${a.toString()}`,c=await Z(`${n}/devlink/${t}${l}`,{headers:{Authorization:`Bearer ${r}`},timeout:6e4});return c.ok?await c.json():i1(c)}catch(t){throw new h(t,{skipLogging:!0})}}async function Jl(e){try{let t=await s1(e);if(!t.files||!Array.isArray(t.files))throw new h("Invalid response format from V1 API: expected 'files' array");let n=a1(t.files,e);return await ai(n,e.rootDir,!0),{messages:t.messages}}catch(t){throw t instanceof h?t:new h(t,{skipLogging:!0})}}function a1(e,t){let n=t.skipTagSelectors===!0,r=t.envVariables&&Object.keys(t.envVariables).length>0;if(!n&&!t.fileExtensions&&!r)return e;let o=e;if(n){let{rest:i,globalCss:s}=Gh(e);if(s){let a=Vh(s.content);o=[...i,{...s,content:a}]}}return!t.fileExtensions&&!r?o:o.map(i=>{let s=i.path,a=i.content;if(t.fileExtensions){let{js:l,css:c}=t.fileExtensions;if(l){let u=l.startsWith(".")?l:`.${l}`;s=s.replace(/\.(jsx|js)$/,u)}if(c){let u=c.startsWith(".")?c:`.${c}`;s=s.replace(/\.css$/,u)}}return r&&(a=l1(a,t.envVariables)),{path:s,content:a}})}function l1(e,t){return t?Object.entries(t).reduce((n,[r,o])=>n.replace(new RegExp(`DEVLINK_ENV_${r}`,"g"),o.trim()),e):e}var hn=w(require("process"));G();ve();ot();var Hl=class{config;error;constructor(t,n){this.config=t,this.error=n}stripPII(t=""){return t.replace(/\/(.*)webflow-cli/gi,"/REDACTED_PII/webflow-cli/").replace(/\/(.*)node_modules/gi,"/REDACTED_PII/node_modules")}sendTelemetry(){let t=this.config,n=this.error;Z(`${t.host}/devlink/${t.siteId}/telemetry`,{headers:{Authorization:`Bearer ${t.authToken}`,"Content-Type":"application/json"},method:"post",body:JSON.stringify({cause:n.cause,message:n.message,name:n.name,stack:this.stripPII(n.stack),platform:hn.default.platform,node:hn.default.version})})}async storeChoice(t){try{return de({devlink:{allowTelemetry:t}})}catch{let r=await Hn();await tp({...r,allowTelemetry:t})}}async prompt(){let t=this.config;if(d.error(this.error),t.allowTelemetry===!0)d.info("Sending crash report telemetry..."),this.sendTelemetry();else if(t.allowTelemetry===!1){d.info("Skipping crash report telemetry...");return}else d.info("Telemetry is enabled. Crash reports help us improve Webflow CLI."),d.info("To opt out, run: webflow auth telemetry --disable"),await this.storeChoice(!0),d.info("Sending crash report telemetry..."),this.sendTelemetry()}};function Ri(e){return async function(n){hn.default.removeListener("uncaughtException",Ri),hn.default.removeListener("unhandledRejection",Ri);let r=await ii(e);if(!r)return;await new Hl(r,n).prompt()}}function qh(e){hn.default.on("uncaughtException",Ri(e)),hn.default.on("unhandledRejection",Ri(e))}Ie();G();Re();ve();Kl();async function Jh(e,t){let n=Date.now(),{manifest:r}=ee(),{accessToken:o,siteId:i}=await we(r,{site:t?.site,apiToken:t?.apiToken}),s={...o?{authToken:o}:{},...i?{siteId:i}:{},...e&&e.length>0?{components:oi(e),overwriteModule:!1}:{overwriteModule:!0}};qh(s);let a=await ii(s);if(!a)return Zl.default.exit();let l;try{l=J.forDevlinkSync(a)}catch(u){d.debug(`Failed to initialize telemetry: ${u}`)}await l?.sendUsage("devlink_sync_start",{specificComponents:e&&e.length>0,componentCount:e?.length||0,cssModules:a.cssModules,overwriteModule:a.overwriteModule,relativeHrefRoot:a.relativeHrefRoot});let c=d.spinner(`Exporting components into ${a.rootDir}`);try{let{messages:u}=await Jl(a);c.succeed(`Successfully exported components into ${a.rootDir} folder`),$i(u);let p=Date.now()-n;await l?.sendUsage("devlink_sync_success",{duration:p,specificComponents:e&&e.length>0,componentCount:e?.length||0,cssModules:a.cssModules,overwriteModule:a.overwriteModule,relativeHrefRoot:a.relativeHrefRoot})}catch(u){let p=u instanceof Error?u.message:String(u);c.fail(`Failed to export components: ${p}`);let f=Date.now()-n;throw await l?.sendError(u instanceof Error?u:new Error(String(u)),"devlink_sync_failure",{duration:f,specificComponents:e&&e.length>0,componentCount:e?.length||0,cssModules:a.cssModules,overwriteModule:a.overwriteModule,relativeHrefRoot:a.relativeHrefRoot,configOverrides:Object.keys(s),argv:Zl.default.argv.slice(2)}),u}}nc();var qt=require("commander");var os=require("path"),fr=require("@webflow/data-types");ae();var Wi=require("fs"),rc=w(require("md5"));function oc(e,t){try{let n=(0,Wi.statSync)(e),r=(0,Wi.readFileSync)(e);return{value:r,meta:{title:e.replace(/^.*[\\\/]/,""),fileHash:(0,rc.default)(r),size:n.size,...t||{}}}}catch{throw new Error(`File '${e}' not found`)}}function po(e,t,n){try{let r=new Blob([e]).size,o=Buffer.from(e,"utf-8");return{value:o,meta:{title:t.replace(/^.*[\\\/]/,""),fileHash:(0,rc.default)(o),size:r,...n}}}catch{throw new Error(`Error parsing '${t}' inline file`)}}var hg=w(require("node-fetch")),gg=w(require("form-data"));async function fo(e,t){let n={...t.fields,file:e.value},r=new gg.default;Object.entries(n).forEach(([i,s])=>{r.append(i,s)});let o=await(0,hg.default)("https://"+t.fields.bucket+".s3.amazonaws.com",{method:"POST",body:r});y1(o)}function y1(e){switch(e.status){case 200:case 201:return;case 403:throw new Error("Unauthorized. Please check your AWS access key");default:throw new Error(`Something went wrong when uploading the file: ${e.statusText}`)}}G();ve();Ie();ae();ot();function b1({apiToken:e=process.env.WEBFLOW_API_TOKEN??process.env.WEBFLOW_WORKSPACE_API_TOKEN??process.env.WEBFLOW_SITE_API_TOKEN,siteId:t=process.env.WEBFLOW_SITE_ID,libraryTarget:n=process.env.WEBFLOW_LIBRARY_TARGET}){if(!e)throw new Error("No API token provided");if(n==="site"){if(!t)throw new Error("No site provided");return{baseUrl:`${I}/v2/sites/${t}`,authToken:e}}return{baseUrl:`${I}/v2/workspaces`,authToken:e}}function w1(e){if(e)return JSON.stringify(Object.fromEntries(Object.entries(e).filter(([,t])=>t!==void 0)))}async function D1(e){if(e.ok)return;if(e.status===401||e.status===403)throw new Error("Your API token is invalid or not authorized to perform this action. Remove the token from .env and run the command again to generate a new token.");if(e.status===404)throw new Error("Code components are rolling out in phases. Check back soon for access.");let t=await e.json();throw new Error(t.message||e.statusText)}async function zt({endpoint:e,method:t="GET",body:n,options:r}){let{baseUrl:o,authToken:i}=b1(r),s=`${o.replace(/\/+$/,"")}/${e.replace(/^\/+/,"")}`,a=await Z(s,{method:t,headers:{"Content-Type":"application/json",Authorization:`Bearer ${i}`},body:w1(n)});return await D1(a),a.json()}async function ic({options:e}){return(await zt({endpoint:"/code_libraries",options:e})).payload.workspaces[0]}async function sc({name:e,description:t,slug:n,options:r}){return(await zt({method:"POST",endpoint:"/code_library/init",body:{name:e,description:t,slug:n},options:r})).payload}async function ac({resourceId:e,files:t,options:n}){return(await zt({method:"POST",endpoint:`/code_library/${e}/files`,body:{files:t},options:n})).payload}async function lc({resourceId:e,codeModule:t,components:n,options:r}){return(await zt({method:"POST",endpoint:`/code_library/${e}/share`,body:{codeModule:t,components:n},options:r})).payload}var ay=require("path"),ly=w(require("webpack-merge")),gn=require("@webflow/data-types");ae();G();var wg=require("memfs/lib/volume"),mo=require("@webflow/data-types");var ct="./tmp_entry",yg="components";function v1(e){let t=k1(e);return/^[a-zA-Z]/.test(t.charAt(0))?t:"_"+t}function bg(e,t){let n=e.map(({name:l,path:c,isDefaultExport:u})=>u?`import ${l} from "${c}";`:`import { ${l} } from "${c}";`).join(`
|
|
76
76
|
`),r=e.filter(l=>l.type==="internal").map(({name:l,exportKey:c})=>`${c}: ${l}`).join(", "),o=e.filter(l=>l.type==="component").map(({name:l,exportKey:c})=>`"${c}": ${l}`).join(", "),i=`env: "${t}"`,s=r,a=o?`components: { ${o} }`:void 0;return`${n}
|
|
77
77
|
|
|
78
|
-
export default { ${[i,s,a].filter(Boolean).join(", ")} };`}function ng(e,t,n){let r={},o=`${at}/Client.js`,i=`${at}/Server.js`;r[o]=eg([{name:"ClientRenderer",path:e.client,exportKey:"Renderer",type:"internal"}],io.Environment.Client);let s={},a=c=>{let u=K1(c);return s[u]?(s[u]+=1,`${u}${s[u]}`):(s[u]=1,u)};r[i]=eg([{name:"ServerRenderer",path:e.server,exportKey:"Renderer",type:"internal"},...Object.entries(t).filter(([c])=>n[c]?.ssr??!0).map(([c,u])=>{let p=a(c),f=u.startsWith(at)?u.replace(`${at}/`,"./"):u;return{name:p,path:f,exportKey:c,isDefaultExport:!0,type:"component"}})],io.Environment.Server);let l={[io.Environment.Client]:o,[io.Environment.Server]:i};return{entryPointsVolume:tg.Volume.fromJSON(r),paths:l}}var Y1=e=>e.replace(/([a-z])([A-Z])/g,"$1 $2").replace(/[-_]+|[^\p{L}\p{N}]/gu," ").toLowerCase().replace(new RegExp("(?:^|\\s)(\\p{L})","gu"),(t,n)=>n.toUpperCase()).replace(/\s+/g,"");var Gg=require("memfs/lib/volume");var ag=w(require("archiver")),Xn=require("path");ue();var so=require("@webflow/data-types");ue();V();var Ut=e=>e.endsWith("/")||/%2F$/i.test(e)?e:`${e}/`;var rg=2;function og(e){let t={type:so.ModuleLoader.FEDERATION,version:rg,entry:Qs,renderer:Ir,components:e};return{title:Pr,content:JSON.stringify(t)}}function ig(e){let t={type:so.ModuleLoader.SSR,version:rg,entry:Bn,components:e};return{title:Pr,content:JSON.stringify(t)}}function sg(e){let t=`/${so.Environment.Client}/${Qs}`;try{if(e.existsSync(t)){let n=e.readFileSync(t,"utf8"),r=JSON.parse(n.toString()),o="publicPath"in r.metaData?r.metaData.publicPath:null;if(!o)throw new Error("Public path not found in module federation manifest");return r.exposes.reduce((i,s)=>{let a=s.name;return a===Ir||(i[a]={css:[]},s.assets.css.sync.forEach(l=>{i[a].css.push(`${Ut(o)}${l}`)})),i},{})}}catch(n){d.error(n,{prefix:"Failed to extract components metadata from MF manifest:"})}return{}}var Pi=require("@webflow/data-types"),X1=/\.css$/i;async function lg(e,t,n){let r=!1;return new Promise(async(o,i)=>{e.length===0&&i(new Error("No assets to bundle"));let s=`/${Pi.Environment.Server}/${Rr}`,a=(0,ag.default)("tar",{gzip:!1}),l=t.createWriteStream(s);a.on("error",p=>(r=!0,i(p))),l.on("close",()=>{if(!r)try{let p={type:"asset",name:Rr,info:{},size:a.pointer(),emitted:!0,comparedForEmit:!1,cached:!1};return e.forEach(f=>{let m=(0,Xn.resolve)((0,Xn.join)(`/${Pi.Environment.Server}`,f.name));t.existsSync(m)&&t.rmSync(m)}),o([p])}catch(p){return i(p)}finally{r=!0}}),a.pipe(l);let{title:c,content:u}=ig(n);a.append(u,{name:c}),e.forEach(p=>{if(!X1.test(p.name))try{let f=(0,Xn.resolve)((0,Xn.join)(`/${Pi.Environment.Server}`,p.name)),m=t.readFileSync(f,"utf8");a.append(m,{name:p.name})}catch(f){return r=!0,i(f)}}),await a.finalize()})}var cg=require("@webflow/data-types");async function ug(e,t,n){let{title:r,content:o}=og(n);await t.promises.writeFile(`/${cg.Environment.Client}/${r}`,o);let i={type:"asset",name:r,info:{},size:o.length,emitted:!0,comparedForEmit:!1,cached:!1};return e.filter(s=>s.name!=="mf-stats.json").concat([i])}var jg=require("@rspack/core"),Bg=w(require("fork-ts-checker-webpack-plugin")),Ng=require("ts-checker-rspack-plugin"),Lg=w(require("mini-css-extract-plugin")),Mg=require("@webflow/data-types");var pg=require("webpack"),Xl=w(require("mini-css-extract-plugin")),fg=w(require("tsconfig-paths-webpack-plugin")),mg=require("tsconfig-paths"),Ql=require("@webflow/data-types"),hg=require("path");ue();var dg=w(require("postcss-selector-parser")),Yl=()=>({postcssPlugin:"CSSinShadowDOM",Once(e){e.walkRules(t=>{t.selector=(0,dg.default)(n=>{n.walkPseudos(r=>{r.value===":root"&&(r.value=":host")})}).processSync(t.selector)})}});Yl.postcss=!0;Yl.postcssPlugin="CSSinShadowDOM";var Ii=Yl;function Q1(){return(0,mg.loadConfig)(process.cwd()).resultType==="success"}function gg({entry:e,env:t,mode:n="production",publicPath:r,libraryName:o,outputPath:i}){let s={mode:n,module:{rules:[{test:/\.css$/i,use:[{ident:"mini-css-extract-loader",loader:Xl.default.loader},{ident:"css-loader",loader:require.resolve("css-loader"),options:{importLoaders:1}},{ident:"postcss-loader",loader:require.resolve("postcss-loader"),options:{postcssOptions:{plugins:[Ii]}}}]},{test:/\.(png|svg|jpg|jpeg|gif|woff|woff2|eot|ttf|otf)$/i,type:"asset/resource",generator:{filename:"[hash]-[name][ext]"}}]},plugins:[new Xl.default({filename:"[contenthash].css",chunkFilename:"[contenthash].css",runtime:!1})],resolve:{plugins:[Q1()?new fg.default:null].filter(Boolean)},performance:{hints:!1}};if(t===Ql.Environment.Client)return{...s,entry:()=>({}),output:{path:i?(0,hg.join)(process.cwd(),i,t):"/",publicPath:r,clean:!0,uniqueName:o},target:"web"};if(t===Ql.Environment.Server)return{...s,plugins:[...s.plugins||[],new pg.optimize.LimitChunkCountPlugin({maxChunks:1})],entry:e,output:{filename:Bn,library:{type:"commonjs2"}},optimization:{splitChunks:!1},target:"async-node"};throw new Error(`Unknown environment ${t}`)}var yg=require("@module-federation/enhanced"),ec=require("@webflow/data-types");function bg({libraryName:e,env:t,exposes:n}){if(t===ec.Environment.Client)return{plugins:[new yg.ModuleFederationPlugin({name:e,filename:"remoteEntry.js",exposes:n,dts:!1,experiments:{optimization:{disableSnapshot:!0}}})]};if(t===ec.Environment.Server)return{};throw new Error(`Unknown environment ${t}`)}function wg(){return{module:{rules:[{test:/\.(js|ts)x?$/,exclude:/node_modules/,use:[{ident:"babel-loader",loader:require.resolve("babel-loader"),options:{presets:[require.resolve("@babel/preset-env"),[require.resolve("@babel/preset-react"),{runtime:"automatic"}],require.resolve("@babel/preset-typescript")]}}]}]},resolve:{extensions:[".tsx",".ts",".jsx",".js",".json"]}}}function Ri(){return{module:{rules:[{test:/\.(js|ts)x?$/,exclude:/node_modules/,loader:"builtin:swc-loader",options:{jsc:{parser:{syntax:"typescript",tsx:!0},transform:{react:{runtime:"automatic",development:!1,refresh:!1}}}}}]},resolve:{extensions:[".tsx",".ts",".jsx",".js",".json"]}}}var $i=require("@rspack/core"),Dg=require("tsconfig-paths"),tc=require("@webflow/data-types"),vg=require("path");ue();function eE(){let e=(0,Dg.loadConfig)(process.cwd());if(e.resultType==="success")return e.configFileAbsolutePath}function kg({entry:e,env:t,mode:n="production",publicPath:r,libraryName:o,outputPath:i}){let s={mode:n,module:{rules:[{test:/\.css$/i,use:[{ident:"mini-css-extract-loader",loader:$i.rspack.CssExtractRspackPlugin.loader},{ident:"css-loader",loader:require.resolve("css-loader"),options:{importLoaders:1}},{ident:"postcss-loader",loader:require.resolve("postcss-loader"),options:{postcssOptions:{plugins:[Ii]}}}],type:"javascript/auto"},{test:/\.(png|svg|jpg|jpeg|gif|woff|woff2|eot|ttf|otf)$/i,type:"asset/resource",generator:{filename:"[hash]-[name][ext]"}}]},plugins:[new $i.rspack.CssExtractRspackPlugin({filename:"[contenthash].css",chunkFilename:"[contenthash].css",runtime:!1})],resolve:(()=>{let a=eE();return a?{tsConfig:{configFile:a}}:{}})(),performance:{hints:!1}};if(t===tc.Environment.Client)return{...s,entry:()=>({}),output:{path:i?(0,vg.join)(process.cwd(),i,t):"/",publicPath:r,clean:!0,uniqueName:o},target:"web"};if(t===tc.Environment.Server)return{...s,plugins:[...Array.isArray(s.plugins)?s.plugins:[],new $i.rspack.optimize.LimitChunkCountPlugin({maxChunks:1})],entry:e,output:{filename:Bn,library:{type:"commonjs2"}},optimization:{splitChunks:!1},target:"async-node"};throw new Error(`Unknown environment ${t}`)}var xg=require("@module-federation/enhanced/rspack"),nc=require("@webflow/data-types");function Cg({libraryName:e,env:t,exposes:n}){if(t===nc.Environment.Client)return{plugins:[new xg.ModuleFederationPlugin({name:e,filename:"remoteEntry.js",exposes:n,dts:!1,experiments:{optimization:{disableSnapshot:!0}}})]};if(t===nc.Environment.Server)return{};throw new Error(`Unknown environment ${t}`)}var nE=w(require("fs")),Fg=require("unionfs"),Eg=require("webpack");function tE(e){return{name:e.name,size:e.size,emitted:e.emitted,info:e.info}}function ji(e){let t=e.toJson();return{hasErrors:()=>e.hasErrors(),hasWarnings:()=>e.hasWarnings(),toString:n=>e.toString(n),toJson:()=>({...t,assets:(t.assets??[]).map(tE)})}}async function _g({config:e,sourceVolumes:t=[],outputVolume:n,outputPath:r,failOnWarnings:o=!0}){let i=t.reduce((s,a)=>(s.use(a),s),new Fg.Union().use(nE));return new Promise((s,a)=>{let l=(0,Eg.webpack)(e);l.inputFileSystem=i,n&&(l.outputFileSystem=n),r&&(l.outputPath=r),l.run((c,u)=>{l.close(p=>{c||p?a(c||p):u?u.hasErrors()||o&&u.hasWarnings()?a(new Error(u.toString("errors-warnings"))):s(ji(u)):a(new Error("Webpack stats are undefined"))})})})}var rE=w(require("fs")),rc=w(require("webpack-merge")),Sg=require("memfs"),Tg=require("unionfs"),Ag=require("@rspack/core");async function Bi({config:e,sourceVolumes:t=[],outputVolume:n,outputPath:r,failOnWarnings:o=!0}){let i=t.reduce((a,l)=>(a.use(l),a),new Tg.Union().use(rE)),s=e;return t.length>0&&(s=(0,rc.default)(s,{experiments:{...e.experiments,useInputFileSystem:[/./]}})),n&&(s=(0,rc.default)(s,{output:{clean:!1,...r&&{path:r}}})),new Promise((a,l)=>{let c=(0,Ag.rspack)(s);c.inputFileSystem=i,n&&(c.outputFileSystem=(0,Sg.createFsFromVolume)(n)),r&&(c.outputPath=r),c.run((u,p)=>{c.close(f=>{u||f?l(u||f):p?p.hasErrors()||o&&p.hasWarnings()?l(new Error(p.toString("errors-warnings"))):a(ji(p)):l(new Error("Rspack stats are undefined"))})})})}var Pg=require("@module-federation/enhanced");var Qn=w(require("webpack-merge"));V();function zt(e){return e!==null&&typeof e=="object"&&"constructor"in e?e.constructor.name??"":""}function Og(e,t){let n=Object.entries(e).filter(([r])=>!t.includes(r));return Object.fromEntries(n)}function Li(e){let{deduplicatePluginNames:t,ModuleFederationPluginClass:n,getPluginOptions:r,filterOverridePlugins:o}=e;return function(s,a,l){let c=["entry","output","target"],u=oE(s),p=Array.isArray(l)?Ni(...l.map(u)):Ni(u(l));Object.keys(p).some(L=>c.includes(L))&&d.warn(`Cannot override blocked properties: ${c.join(", ")}`);let m={...Og(p,[...c,"ModuleFederationPlugin","module","plugins"]),module:Og(p.module??{},["rules"])},y=(0,Qn.default)(a,m),v=p.plugins??[];o&&(v=v.filter(o));let E=a.plugins??[],U=(0,Qn.mergeWithCustomize)({customizeArray:(0,Qn.unique)("plugins",t,L=>zt(L))})({plugins:v},{plugins:E}).plugins,C=p?.ModuleFederationPlugin?.shared,O=U?.map(L=>{if(zt(L)==="ModuleFederationPlugin"){let A=r(L);return new n({...A,...C?{shared:C}:{}})}return L});y.plugins=O;let X=p.module?.rules;if(X&&typeof X=="function"){let L=a.module?.rules??[];y.module={...y.module??{},rules:X(L)}}return y}}function Ni(...e){if(e.length===0)return{};if(e.length===1)return e[0];let t={};for(let n of e){let{module:r,ModuleFederationPlugin:o,plugins:i,...s}=n;if(t={...t,...s},r){let{rules:a,...l}=r;if(t.module={...t.module,...l},a){let c=t.module?.rules;c?t.module.rules=u=>{let p=c(u);return a(p)}:t.module.rules=a}}o?.shared&&(t.ModuleFederationPlugin={shared:{...t.ModuleFederationPlugin?.shared,...o.shared}}),i&&(t.plugins=[...t.plugins??[],...i])}return t}function oE(e){return t=>typeof t=="function"?t(e):t}var iE=Li({deduplicatePluginNames:["ModuleFederationPlugin","MiniCssExtractPlugin"],ModuleFederationPluginClass:Pg.ModuleFederationPlugin,getPluginOptions:e=>e._options??{}});function Ig(e,t,n){return iE(e,t,n)}var Rg=require("@module-federation/enhanced/rspack");var sE=Li({deduplicatePluginNames:["ModuleFederationPlugin","CssExtractRspackPlugin"],ModuleFederationPluginClass:Rg.ModuleFederationPlugin,getPluginOptions:e=>e._options??{},filterOverridePlugins:e=>zt(e)!=="MiniCssExtractPlugin"});function $g(e,t,n){return sE(e,t,n)}var oc={[Mg.Framework.React]:{generateWebpackBundlerConfig:wg,generateRspackBundlerConfig:Ri}},aE={webpack:{generateBaseConfig:gg,getFrameworkConfig:(e,t)=>oc[e].generateWebpackBundlerConfig(t),generateFederationConfig:bg,mergeConfigs:(e,t,n)=>Ig(e,t,n),bundle:e=>_g({...e,config:e.config}),typeCheckerPlugin:Bg.default,hashFunction:"md5",replaceCssPlugin:e=>({...e,plugins:e.plugins?.map(t=>zt(t)==="MiniCssExtractPlugin"?new Lg.default({filename:"[name].[contenthash].css"}):t)})},rspack:{generateBaseConfig:kg,getFrameworkConfig:(e,t)=>oc[e].generateRspackBundlerConfig(t),generateFederationConfig:Cg,mergeConfigs:(e,t,n)=>$g(e,t,n),bundle:e=>Bi({...e,config:e.config}),typeCheckerPlugin:Ng.TsCheckerRspackPlugin,hashFunction:"md4",replaceCssPlugin:e=>({...e,plugins:e.plugins?.map(t=>zt(t)==="CssExtractRspackPlugin"?new jg.CssExtractRspackPlugin({filename:"[name].[contenthash].css"}):t)})}},er=e=>aE[e],Ug=e=>!!oc[e];var zg={colors:!0,chunks:!1,modules:!1,chunkModules:!1,reasons:!1,errorDetails:!1,assetsSpace:1/0,warnings:!1,assets:!0,entrypoints:!0,performance:!0};async function Mi(e){let t=e.bundler??"webpack";d.debug("Generating entry points...");let{entryPointsVolume:n,paths:r}=ng(e.renderer,e.componentsFiles,e.componentsOptions),o=Gg.Volume.fromJSON({"/Server":null,"/Client":null});d.debug("Generating bundling config...");let i=e.overrideConfig??{};Object.keys(i).length&&d.debug("Found bundle config overrides. Merging...");let s=er(t),a=E=>{let _=lE({env:E,mode:e.dev?"development":"production",framework:e.framework,publicPath:e.publicPath,components:e.componentsFiles,entryPaths:r,libraryName:e.libraryIdentifier,bundler:t}),U=s.mergeConfigs(E,_,i);return e?.debugBundler&&(d.info(`${t} config for env ${E}:`),d.dir(U)),U},l={sourceVolumes:[...e.sourceVolumes,n],outputVolume:o,failOnWarnings:e.failOnWarnings},[c,u]=await Promise.all([s.bundle({...l,config:a(cn.Environment.Server),outputPath:`/${cn.Environment.Server}`}),s.bundle({...l,config:a(cn.Environment.Client),outputPath:`/${cn.Environment.Client}`})]);e?.debugBundler&&(d.debug(o.toTree()),d.debug(`Server Bundler Stats: ${c.toString(zg)}`),d.debug(`Client Bundler Stats: ${u.toString(zg)}`));let p=sg(o);d.debug("Packaging server bundle...");let f=await lg(c.toJson().assets||[],o,p);d.debug("Packaging client bundle...");let m=await ug(u.toJson().assets||[],o,p),y=E=>_=>[_,E];return{outputFiles:[...f.map(y(cn.Environment.Server)),...m.map(y(cn.Environment.Client))],outputVolume:o}}function lE({env:e,mode:t="production",framework:n,publicPath:r,components:o,entryPaths:i,libraryName:s,outputPath:a,bundler:l="webpack"}){if(!Ug(n))throw new Error(`Unknown framework: ${n}`);let c=Object.entries({[Ir]:i[e],...o}).reduce((y,[v,E])=>({...y,[`./${v}`]:`./${(0,Wg.relative)(process.cwd(),E)}`}),{}),u=er(l),p=u.generateBaseConfig({entry:i[e],env:e,mode:t,libraryName:s,publicPath:r,outputPath:a}),f=u.getFrameworkConfig(n,e),m=u.generateFederationConfig({exposes:c,env:e,libraryName:s});return(0,Vg.default)(p,f,m)}var Hg=w(require("path")),sc=require("memfs/lib/volume"),ac=w(require("webpack-merge")),Zg=w(require("webpack-node-externals")),ze=require("@webflow/data-types");var cE=w(require("fs")),tr=require("path"),nr=require("webpack");function uE(e,t=cE){let n=(0,tr.join)(process.cwd(),"node_modules",e);for(;n!==(0,tr.dirname)(n)&&n!=="node_modules";){let r=(0,tr.join)(n,"package.json");if(t.existsSync(r))try{let{name:o,version:i}=JSON.parse(t.readFileSync(r,"utf8"));return`${o}@${i}`}catch{return null}n=(0,tr.dirname)(n)}return null}var Ui=class{apply(t){t.hooks.compilation.tap("ProcessSourceMapsPlugin",function(n){n.hooks.processAssets.tap({name:"ProcessSourceMapsPlugin",stage:nr.Compilation.PROCESS_ASSETS_STAGE_OPTIMIZE_INLINE},function(){try{let r=n.getAssets(),o={};Object.values(r).forEach(({name:i,source:s})=>{if(!i.endsWith(".map"))return;let[a,l,c]=i.split("."),u=o[a]?.sources??{},p=o[a]?.dependencies??new Set;JSON.parse(s.source().toString()).sources.forEach(m=>{if(m.startsWith("external")){let y=m.match(/^external \S+ "(.+)"$/)?.[1];if(!y)throw new Error(`Could not extract package name from ${m}`);let v=uE(y,n.inputFileSystem);if(!v)throw new Error(`Could not find package information for ${y}`);v&&p.add(v)}}),o[a]={sources:{...u,[`./${a}.${c}`]:l},dependencies:p},n.deleteAsset(i)}),Object.entries(o).forEach(([i,{sources:s,dependencies:a}])=>{n.emitAsset(`${i}.js.map`,new nr.sources.RawSource(JSON.stringify({sources:s,dependencies:[...a]})))})}catch(r){n.errors.push(new nr.WebpackError(`[ProcessSourceMapsPlugin] Could not process source maps: ${r instanceof Error?r.stack:String(r)}`))}})})}};var qg=w(require("module")),Jg=require("jsdom"),ic="__webflowCliImportModuleWindow__";function dE(e){let n=/^(?:\ufeff?\s*)(?:'use strict'|"use strict");?\s*(?:\r?\n|\r)?/.exec(e),r=!!n,o=`module[${JSON.stringify(ic)}]`,i=[];r||i.push('"use strict";'),i.push(`var __wfW = ${o};`,'if (__wfW == null) { throw new ReferenceError("Webflow CLI internal: missing JSDOM window on module"); }',"var window = __wfW;","var document = __wfW.document;","var navigator = __wfW.navigator;","var HTMLElement = __wfW.HTMLElement;","var localStorage = __wfW.localStorage;","var sessionStorage = __wfW.sessionStorage;","var requestAnimationFrame = __wfW.requestAnimationFrame.bind(__wfW);","var cancelAnimationFrame = __wfW.cancelAnimationFrame.bind(__wfW);","var getComputedStyle = __wfW.getComputedStyle.bind(__wfW);","var performance = __wfW.performance;","");let s=i.join(`
|
|
78
|
+
export default { ${[i,s,a].filter(Boolean).join(", ")} };`}function Dg(e,t,n){let r={},o=`${ct}/Client.js`,i=`${ct}/Server.js`;r[o]=bg([{name:"ClientRenderer",path:e.client,exportKey:"Renderer",type:"internal"}],mo.Environment.Client);let s={},a=c=>{let u=v1(c);return s[u]?(s[u]+=1,`${u}${s[u]}`):(s[u]=1,u)};r[i]=bg([{name:"ServerRenderer",path:e.server,exportKey:"Renderer",type:"internal"},...Object.entries(t).filter(([c])=>n[c]?.ssr??!0).map(([c,u])=>{let p=a(c),f=u.startsWith(ct)?u.replace(`${ct}/`,"./"):u;return{name:p,path:f,exportKey:c,isDefaultExport:!0,type:"component"}})],mo.Environment.Server);let l={[mo.Environment.Client]:o,[mo.Environment.Server]:i};return{entryPointsVolume:wg.Volume.fromJSON(r),paths:l}}var k1=e=>e.replace(/([a-z])([A-Z])/g,"$1 $2").replace(/[-_]+|[^\p{L}\p{N}]/gu," ").toLowerCase().replace(new RegExp("(?:^|\\s)(\\p{L})","gu"),(t,n)=>n.toUpperCase()).replace(/\s+/g,"");var cy=require("memfs/lib/volume");var Fg=w(require("archiver")),sr=require("path");ae();var ho=require("@webflow/data-types");ae();G();var Vt=e=>e.endsWith("/")||/%2F$/i.test(e)?e:`${e}/`;var vg=2;function kg(e){let t={type:ho.ModuleLoader.FEDERATION,version:vg,entry:pa,renderer:Ur,components:e};return{title:Mr,content:JSON.stringify(t)}}function xg(e){let t={type:ho.ModuleLoader.SSR,version:vg,entry:Gn,components:e};return{title:Mr,content:JSON.stringify(t)}}function Cg(e){let t=`/${ho.Environment.Client}/${pa}`;try{if(e.existsSync(t)){let n=e.readFileSync(t,"utf8"),r=JSON.parse(n.toString()),o="publicPath"in r.metaData?r.metaData.publicPath:null;if(!o)throw new Error("Public path not found in module federation manifest");return r.exposes.reduce((i,s)=>{let a=s.name;return a===Ur||(i[a]={css:[]},s.assets.css.sync.forEach(l=>{i[a].css.push(`${Vt(o)}${l}`)})),i},{})}}catch(n){d.error(n,{prefix:"Failed to extract components metadata from MF manifest:"})}return{}}var zi=require("@webflow/data-types"),x1=/\.css$/i;async function Eg(e,t,n){let r=!1;return new Promise(async(o,i)=>{e.length===0&&i(new Error("No assets to bundle"));let s=`/${zi.Environment.Server}/${Wr}`,a=(0,Fg.default)("tar",{gzip:!1}),l=t.createWriteStream(s);a.on("error",p=>(r=!0,i(p))),l.on("close",()=>{if(!r)try{let p={type:"asset",name:Wr,info:{},size:a.pointer(),emitted:!0,comparedForEmit:!1,cached:!1};return e.forEach(f=>{let m=(0,sr.resolve)((0,sr.join)(`/${zi.Environment.Server}`,f.name));t.existsSync(m)&&t.rmSync(m)}),o([p])}catch(p){return i(p)}finally{r=!0}}),a.pipe(l);let{title:c,content:u}=xg(n);a.append(u,{name:c}),e.forEach(p=>{if(!x1.test(p.name))try{let f=(0,sr.resolve)((0,sr.join)(`/${zi.Environment.Server}`,p.name)),m=t.readFileSync(f,"utf8");a.append(m,{name:p.name})}catch(f){return r=!0,i(f)}}),await a.finalize()})}var _g=require("@webflow/data-types");async function Sg(e,t,n){let{title:r,content:o}=kg(n);await t.promises.writeFile(`/${_g.Environment.Client}/${r}`,o);let i={type:"asset",name:r,info:{},size:o.length,emitted:!0,comparedForEmit:!1,cached:!1};return e.filter(s=>s.name!=="mf-stats.json").concat([i])}var ey=require("@rspack/core"),ty=w(require("fork-ts-checker-webpack-plugin")),ny=require("ts-checker-rspack-plugin"),ry=w(require("mini-css-extract-plugin")),oy=require("@webflow/data-types");var Ag=require("webpack"),uc=w(require("mini-css-extract-plugin")),Og=w(require("tsconfig-paths-webpack-plugin")),Ig=require("tsconfig-paths"),dc=require("@webflow/data-types"),Pg=require("path");ae();var Tg=w(require("postcss-selector-parser")),cc=()=>({postcssPlugin:"CSSinShadowDOM",Once(e){e.walkRules(t=>{t.selector=(0,Tg.default)(n=>{n.walkPseudos(r=>{r.value===":root"&&(r.value=":host")})}).processSync(t.selector)})}});cc.postcss=!0;cc.postcssPlugin="CSSinShadowDOM";var Vi=cc;function C1(){return(0,Ig.loadConfig)(process.cwd()).resultType==="success"}function Rg({entry:e,env:t,mode:n="production",publicPath:r,libraryName:o,outputPath:i}){let s={mode:n,module:{rules:[{test:/\.css$/i,use:[{ident:"mini-css-extract-loader",loader:uc.default.loader},{ident:"css-loader",loader:require.resolve("css-loader"),options:{importLoaders:1}},{ident:"postcss-loader",loader:require.resolve("postcss-loader"),options:{postcssOptions:{plugins:[Vi]}}}]},{test:/\.(png|svg|jpg|jpeg|gif|woff|woff2|eot|ttf|otf)$/i,type:"asset/resource",generator:{filename:"[hash]-[name][ext]"}}]},plugins:[new uc.default({filename:"[contenthash].css",chunkFilename:"[contenthash].css",runtime:!1})],resolve:{plugins:[C1()?new Og.default:null].filter(Boolean)},performance:{hints:!1}};if(t===dc.Environment.Client)return{...s,entry:()=>({}),output:{path:i?(0,Pg.join)(process.cwd(),i,t):"/",publicPath:r,clean:!0,uniqueName:o},target:"web"};if(t===dc.Environment.Server)return{...s,plugins:[...s.plugins||[],new Ag.optimize.LimitChunkCountPlugin({maxChunks:1})],entry:e,output:{filename:Gn,library:{type:"commonjs2"}},optimization:{splitChunks:!1},target:"async-node"};throw new Error(`Unknown environment ${t}`)}var $g=require("@module-federation/enhanced"),pc=require("@webflow/data-types");function jg({libraryName:e,env:t,exposes:n}){if(t===pc.Environment.Client)return{plugins:[new $g.ModuleFederationPlugin({name:e,filename:"remoteEntry.js",exposes:n,dts:!1,experiments:{optimization:{disableSnapshot:!0}}})]};if(t===pc.Environment.Server)return{};throw new Error(`Unknown environment ${t}`)}function Ng(){return{module:{rules:[{test:/\.(js|ts)x?$/,exclude:/node_modules/,use:[{ident:"babel-loader",loader:require.resolve("babel-loader"),options:{presets:[require.resolve("@babel/preset-env"),[require.resolve("@babel/preset-react"),{runtime:"automatic"}],require.resolve("@babel/preset-typescript")]}}]}]},resolve:{extensions:[".tsx",".ts",".jsx",".js",".json"]}}}function Gi(){return{module:{rules:[{test:/\.(js|ts)x?$/,exclude:/node_modules/,loader:"builtin:swc-loader",options:{jsc:{parser:{syntax:"typescript",tsx:!0},transform:{react:{runtime:"automatic",development:!1,refresh:!1}}}}}]},resolve:{extensions:[".tsx",".ts",".jsx",".js",".json"]}}}var qi=require("@rspack/core"),Bg=require("tsconfig-paths"),fc=require("@webflow/data-types"),Lg=require("path");ae();function F1(){let e=(0,Bg.loadConfig)(process.cwd());if(e.resultType==="success")return e.configFileAbsolutePath}function Mg({entry:e,env:t,mode:n="production",publicPath:r,libraryName:o,outputPath:i}){let s={mode:n,module:{rules:[{test:/\.css$/i,use:[{ident:"mini-css-extract-loader",loader:qi.rspack.CssExtractRspackPlugin.loader},{ident:"css-loader",loader:require.resolve("css-loader"),options:{importLoaders:1}},{ident:"postcss-loader",loader:require.resolve("postcss-loader"),options:{postcssOptions:{plugins:[Vi]}}}],type:"javascript/auto"},{test:/\.(png|svg|jpg|jpeg|gif|woff|woff2|eot|ttf|otf)$/i,type:"asset/resource",generator:{filename:"[hash]-[name][ext]"}}]},plugins:[new qi.rspack.CssExtractRspackPlugin({filename:"[contenthash].css",chunkFilename:"[contenthash].css",runtime:!1})],resolve:(()=>{let a=F1();return a?{tsConfig:{configFile:a}}:{}})(),performance:{hints:!1}};if(t===fc.Environment.Client)return{...s,entry:()=>({}),output:{path:i?(0,Lg.join)(process.cwd(),i,t):"/",publicPath:r,clean:!0,uniqueName:o},target:"web"};if(t===fc.Environment.Server)return{...s,plugins:[...Array.isArray(s.plugins)?s.plugins:[],new qi.rspack.optimize.LimitChunkCountPlugin({maxChunks:1})],entry:e,output:{filename:Gn,library:{type:"commonjs2"}},optimization:{splitChunks:!1},target:"async-node"};throw new Error(`Unknown environment ${t}`)}var Ug=require("@module-federation/enhanced/rspack"),mc=require("@webflow/data-types");function Wg({libraryName:e,env:t,exposes:n}){if(t===mc.Environment.Client)return{plugins:[new Ug.ModuleFederationPlugin({name:e,filename:"remoteEntry.js",exposes:n,dts:!1,experiments:{optimization:{disableSnapshot:!0}}})]};if(t===mc.Environment.Server)return{};throw new Error(`Unknown environment ${t}`)}var _1=w(require("fs")),zg=require("unionfs"),Vg=require("webpack");function E1(e){return{name:e.name,size:e.size,emitted:e.emitted,info:e.info}}function Ji(e){let t=e.toJson();return{hasErrors:()=>e.hasErrors(),hasWarnings:()=>e.hasWarnings(),toString:n=>e.toString(n),toJson:()=>({...t,assets:(t.assets??[]).map(E1)})}}async function Gg({config:e,sourceVolumes:t=[],outputVolume:n,outputPath:r,failOnWarnings:o=!0}){let i=t.reduce((s,a)=>(s.use(a),s),new zg.Union().use(_1));return new Promise((s,a)=>{let l=(0,Vg.webpack)(e);l.inputFileSystem=i,n&&(l.outputFileSystem=n),r&&(l.outputPath=r),l.run((c,u)=>{l.close(p=>{c||p?a(c||p):u?u.hasErrors()||o&&u.hasWarnings()?a(new Error(u.toString("errors-warnings"))):s(Ji(u)):a(new Error("Webpack stats are undefined"))})})})}var S1=w(require("fs")),hc=w(require("webpack-merge")),qg=require("memfs"),Jg=require("unionfs"),Hg=require("@rspack/core");async function Hi({config:e,sourceVolumes:t=[],outputVolume:n,outputPath:r,failOnWarnings:o=!0}){let i=t.reduce((a,l)=>(a.use(l),a),new Jg.Union().use(S1)),s=e;return t.length>0&&(s=(0,hc.default)(s,{experiments:{...e.experiments,useInputFileSystem:[/./]}})),n&&(s=(0,hc.default)(s,{output:{clean:!1,...r&&{path:r}}})),new Promise((a,l)=>{let c=(0,Hg.rspack)(s);c.inputFileSystem=i,n&&(c.outputFileSystem=(0,qg.createFsFromVolume)(n)),r&&(c.outputPath=r),c.run((u,p)=>{c.close(f=>{u||f?l(u||f):p?p.hasErrors()||o&&p.hasWarnings()?l(new Error(p.toString("errors-warnings"))):a(Ji(p)):l(new Error("Rspack stats are undefined"))})})})}var Zg=require("@module-federation/enhanced");var ar=w(require("webpack-merge"));G();function Gt(e){return e!==null&&typeof e=="object"&&"constructor"in e?e.constructor.name??"":""}function Kg(e,t){let n=Object.entries(e).filter(([r])=>!t.includes(r));return Object.fromEntries(n)}function Zi(e){let{deduplicatePluginNames:t,ModuleFederationPluginClass:n,getPluginOptions:r,filterOverridePlugins:o}=e;return function(s,a,l){let c=["entry","output","target"],u=T1(s),p=Array.isArray(l)?Ki(...l.map(u)):Ki(u(l));Object.keys(p).some(M=>c.includes(M))&&d.warn(`Cannot override blocked properties: ${c.join(", ")}`);let m={...Kg(p,[...c,"ModuleFederationPlugin","module","plugins"]),module:Kg(p.module??{},["rules"])},g=(0,ar.default)(a,m),v=p.plugins??[];o&&(v=v.filter(o));let F=a.plugins??[],R=(0,ar.mergeWithCustomize)({customizeArray:(0,ar.unique)("plugins",t,M=>Gt(M))})({plugins:v},{plugins:F}).plugins,x=p?.ModuleFederationPlugin?.shared,O=R?.map(M=>{if(Gt(M)==="ModuleFederationPlugin"){let A=r(M);return new n({...A,...x?{shared:x}:{}})}return M});g.plugins=O;let V=p.module?.rules;if(V&&typeof V=="function"){let M=a.module?.rules??[];g.module={...g.module??{},rules:V(M)}}return g}}function Ki(...e){if(e.length===0)return{};if(e.length===1)return e[0];let t={};for(let n of e){let{module:r,ModuleFederationPlugin:o,plugins:i,...s}=n;if(t={...t,...s},r){let{rules:a,...l}=r;if(t.module={...t.module,...l},a){let c=t.module?.rules;c?t.module.rules=u=>{let p=c(u);return a(p)}:t.module.rules=a}}o?.shared&&(t.ModuleFederationPlugin={shared:{...t.ModuleFederationPlugin?.shared,...o.shared}}),i&&(t.plugins=[...t.plugins??[],...i])}return t}function T1(e){return t=>typeof t=="function"?t(e):t}var A1=Zi({deduplicatePluginNames:["ModuleFederationPlugin","MiniCssExtractPlugin"],ModuleFederationPluginClass:Zg.ModuleFederationPlugin,getPluginOptions:e=>e._options??{}});function Yg(e,t,n){return A1(e,t,n)}var Xg=require("@module-federation/enhanced/rspack");var O1=Zi({deduplicatePluginNames:["ModuleFederationPlugin","CssExtractRspackPlugin"],ModuleFederationPluginClass:Xg.ModuleFederationPlugin,getPluginOptions:e=>e._options??{},filterOverridePlugins:e=>Gt(e)!=="MiniCssExtractPlugin"});function Qg(e,t,n){return O1(e,t,n)}var gc={[oy.Framework.React]:{generateWebpackBundlerConfig:Ng,generateRspackBundlerConfig:Gi}},I1={webpack:{generateBaseConfig:Rg,getFrameworkConfig:(e,t)=>gc[e].generateWebpackBundlerConfig(t),generateFederationConfig:jg,mergeConfigs:(e,t,n)=>Yg(e,t,n),bundle:e=>Gg({...e,config:e.config}),typeCheckerPlugin:ty.default,hashFunction:"md5",replaceCssPlugin:e=>({...e,plugins:e.plugins?.map(t=>Gt(t)==="MiniCssExtractPlugin"?new ry.default({filename:"[name].[contenthash].css"}):t)})},rspack:{generateBaseConfig:Mg,getFrameworkConfig:(e,t)=>gc[e].generateRspackBundlerConfig(t),generateFederationConfig:Wg,mergeConfigs:(e,t,n)=>Qg(e,t,n),bundle:e=>Hi({...e,config:e.config}),typeCheckerPlugin:ny.TsCheckerRspackPlugin,hashFunction:"md4",replaceCssPlugin:e=>({...e,plugins:e.plugins?.map(t=>Gt(t)==="CssExtractRspackPlugin"?new ey.CssExtractRspackPlugin({filename:"[name].[contenthash].css"}):t)})}},lr=e=>I1[e],iy=e=>!!gc[e];var sy={colors:!0,chunks:!1,modules:!1,chunkModules:!1,reasons:!1,errorDetails:!1,assetsSpace:1/0,warnings:!1,assets:!0,entrypoints:!0,performance:!0};async function Yi(e){let t=e.bundler??"webpack";d.debug("Generating entry points...");let{entryPointsVolume:n,paths:r}=Dg(e.renderer,e.componentsFiles,e.componentsOptions),o=cy.Volume.fromJSON({"/Server":null,"/Client":null});d.debug("Generating bundling config...");let i=e.overrideConfig??{};Object.keys(i).length&&d.debug("Found bundle config overrides. Merging...");let s=lr(t),a=F=>{let C=P1({env:F,mode:e.dev?"development":"production",framework:e.framework,publicPath:e.publicPath,components:e.componentsFiles,entryPaths:r,libraryName:e.libraryIdentifier,bundler:t}),R=s.mergeConfigs(F,C,i);return e?.debugBundler&&(d.info(`${t} config for env ${F}:`),d.dir(R)),R},l={sourceVolumes:[...e.sourceVolumes,n],outputVolume:o,failOnWarnings:e.failOnWarnings},[c,u]=await Promise.all([s.bundle({...l,config:a(gn.Environment.Server),outputPath:`/${gn.Environment.Server}`}),s.bundle({...l,config:a(gn.Environment.Client),outputPath:`/${gn.Environment.Client}`})]);e?.debugBundler&&(d.debug(o.toTree()),d.debug(`Server Bundler Stats: ${c.toString(sy)}`),d.debug(`Client Bundler Stats: ${u.toString(sy)}`));let p=Cg(o);d.debug("Packaging server bundle...");let f=await Eg(c.toJson().assets||[],o,p);d.debug("Packaging client bundle...");let m=await Sg(u.toJson().assets||[],o,p),g=F=>C=>[C,F];return{outputFiles:[...f.map(g(gn.Environment.Server)),...m.map(g(gn.Environment.Client))],outputVolume:o}}function P1({env:e,mode:t="production",framework:n,publicPath:r,components:o,entryPaths:i,libraryName:s,outputPath:a,bundler:l="webpack"}){if(!iy(n))throw new Error(`Unknown framework: ${n}`);let c=Object.entries({[Ur]:i[e],...o}).reduce((g,[v,F])=>({...g,[`./${v}`]:`./${(0,ay.relative)(process.cwd(),F)}`}),{}),u=lr(l),p=u.generateBaseConfig({entry:i[e],env:e,mode:t,libraryName:s,publicPath:r,outputPath:a}),f=u.getFrameworkConfig(n,e),m=u.generateFederationConfig({exposes:c,env:e,libraryName:s});return(0,ly.default)(p,f,m)}var py=w(require("path")),bc=require("memfs/lib/volume"),wc=w(require("webpack-merge")),fy=w(require("webpack-node-externals")),ze=require("@webflow/data-types");var R1=w(require("fs")),cr=require("path"),ur=require("webpack");function $1(e,t=R1){let n=(0,cr.join)(process.cwd(),"node_modules",e);for(;n!==(0,cr.dirname)(n)&&n!=="node_modules";){let r=(0,cr.join)(n,"package.json");if(t.existsSync(r))try{let{name:o,version:i}=JSON.parse(t.readFileSync(r,"utf8"));return`${o}@${i}`}catch{return null}n=(0,cr.dirname)(n)}return null}var Xi=class{apply(t){t.hooks.compilation.tap("ProcessSourceMapsPlugin",function(n){n.hooks.processAssets.tap({name:"ProcessSourceMapsPlugin",stage:ur.Compilation.PROCESS_ASSETS_STAGE_OPTIMIZE_INLINE},function(){try{let r=n.getAssets(),o={};Object.values(r).forEach(({name:i,source:s})=>{if(!i.endsWith(".map"))return;let[a,l,c]=i.split("."),u=o[a]?.sources??{},p=o[a]?.dependencies??new Set;JSON.parse(s.source().toString()).sources.forEach(m=>{if(m.startsWith("external")){let g=m.match(/^external \S+ "(.+)"$/)?.[1];if(!g)throw new Error(`Could not extract package name from ${m}`);let v=$1(g,n.inputFileSystem);if(!v)throw new Error(`Could not find package information for ${g}`);v&&p.add(v)}}),o[a]={sources:{...u,[`./${a}.${c}`]:l},dependencies:p},n.deleteAsset(i)}),Object.entries(o).forEach(([i,{sources:s,dependencies:a}])=>{n.emitAsset(`${i}.js.map`,new ur.sources.RawSource(JSON.stringify({sources:s,dependencies:[...a]})))})}catch(r){n.errors.push(new ur.WebpackError(`[ProcessSourceMapsPlugin] Could not process source maps: ${r instanceof Error?r.stack:String(r)}`))}})})}};var uy=w(require("module")),dy=require("jsdom"),yc="__webflowCliImportModuleWindow__";function j1(e){let n=/^(?:\ufeff?\s*)(?:'use strict'|"use strict");?\s*(?:\r?\n|\r)?/.exec(e),r=!!n,o=`module[${JSON.stringify(yc)}]`,i=[];r||i.push('"use strict";'),i.push(`var __wfW = ${o};`,'if (__wfW == null) { throw new ReferenceError("Webflow CLI internal: missing JSDOM window on module"); }',"var window = __wfW;","var document = __wfW.document;","var navigator = __wfW.navigator;","var HTMLElement = __wfW.HTMLElement;","var localStorage = __wfW.localStorage;","var sessionStorage = __wfW.sessionStorage;","var requestAnimationFrame = __wfW.requestAnimationFrame.bind(__wfW);","var cancelAnimationFrame = __wfW.cancelAnimationFrame.bind(__wfW);","var getComputedStyle = __wfW.getComputedStyle.bind(__wfW);","var performance = __wfW.performance;","");let s=i.join(`
|
|
79
79
|
`)+`
|
|
80
|
-
`;return n?e.slice(0,n[0].length)+s+e.slice(n[0].length):s+e}function
|
|
81
|
-
`)}function
|
|
82
|
-
`)}async function
|
|
80
|
+
`;return n?e.slice(0,n[0].length)+s+e.slice(n[0].length):s+e}function go(e,t){let n=e.readFileSync(t,"utf-8"),o=new dy.JSDOM("<!DOCTYPE html><html><body></body></html>",{url:"http://localhost/",pretendToBeVisual:!0}).window,i=j1(n),s=new uy.default(t,module);Object.defineProperty(s,yc,{value:o,enumerable:!1,configurable:!0,writable:!1});try{return s._compile(i,t),s}finally{Reflect.deleteProperty(s,yc),o.close()}}function N1(e,t){let n=`/${t}.js`,r=go(e,n),o=r.exports.default||r.exports;if(o&&typeof o=="object")try{let{name:i,description:s,group:a,props:l,options:c}=(0,ze.parseComponentData)(o);return{displayName:i,description:s,group:a,props:Object.entries(l||{}).map(([u,p])=>({...p,name:u,defaultValue:typeof p.defaultValue!="string"?JSON.stringify(p.defaultValue):p.defaultValue,settings:p.settings!==void 0?JSON.stringify(p.settings):p.settings})),options:c}}catch(i){let s=i instanceof Error?i.stack:String(i);throw new Error(`Error parsing component data for '${t}': ${s}`)}throw new Error(`Could not get declaration for '${t}'`)}async function B1({declarations:e,sources:t,overrideConfig:n={},performTypeCheck:r,bundler:o="webpack"}){let i=new bc.Volume,s=lr(o),a=(0,wc.default)(s.generateBaseConfig({entry:e,env:ze.Environment.Client,publicPath:"/",libraryName:"metadata"}),s.getFrameworkConfig(ze.Framework.React,ze.Environment.Client),{entry:e,mode:"development",output:{path:"/",library:{type:"commonjs2"}},target:"node",plugins:r?[new s.typeCheckerPlugin]:[]}),l=s.mergeConfigs(ze.Environment.Client,a,n);return await s.bundle({outputPath:"/",config:l,sourceVolumes:t?[t]:[],outputVolume:i,failOnWarnings:!1}),i}async function L1({declarations:e,sources:t,overrideConfig:n={},bundler:r}){let o=new bc.Volume,i=lr(r),s=(0,wc.default)(i.generateBaseConfig({entry:e,env:ze.Environment.Client,publicPath:"/",libraryName:"source-maps"}),i.getFrameworkConfig(ze.Framework.React,ze.Environment.Client),{entry:e,mode:"production",optimization:{mangleExports:"deterministic",moduleIds:"deterministic",chunkIds:"deterministic"},output:{filename:"[name].[contenthash].js",path:"/",library:{type:"commonjs2"},devtoolModuleFilenameTemplate:"[resource-path]",hashFunction:i.hashFunction},externalsPresets:{node:!0},devtool:"source-map",plugins:[new Xi],externals:[(0,fy.default)()]}),a=i.mergeConfigs(ze.Environment.Client,s,n);return a=i.replaceCssPlugin(a),await i.bundle({outputPath:"/",config:a,sourceVolumes:t?[t]:[],outputVolume:o,failOnWarnings:!1}),o}function M1(e){return Object.entries(e.toJSON()).reduce((t,[n,r])=>{if(n.endsWith(".map")&&r?.length){let o=py.default.basename(n).split(".")[0];t[o]=r}return t},{})}async function Qi({declarations:e,sources:t,overrideConfig:n,performTypeCheck:r=!1,skipSourceMaps:o=!1,bundler:i="webpack"}){let[s,a]=await Promise.all([B1({declarations:e,sources:t,overrideConfig:n,performTypeCheck:r,bundler:i}),o||i==="rspack"?Promise.resolve(null):L1({declarations:e,sources:t,overrideConfig:n,bundler:i})]),{metadata:l,options:c}=Object.keys(e).reduce((p,f)=>{let m=N1(s,f);return p.metadata[f]=m,p.options[f]=m.options||{},p},{metadata:{},options:{}});return{sourceMaps:a?M1(a):{},metadata:l,options:c}}function my(e,{framework:t,sourceMaps:n}){return Object.fromEntries(Object.keys(e).map(r=>[r,{...e[r],id:r,framework:t,exportPath:"default",hash:n[r]}]))}Le();var gy=w(require("md5"));Fe();Oe();var yy=" - ";function U1(e){return e==="added"?` ${k.green("(Added)")}`:e==="removed"?` ${k.yellow("(Removed)")}`:e==="changed"?` ${k.blue("(Changed)")}`:""}function hy(e){if(!e)return"";let t=JSON.parse(e);return(0,gy.default)(JSON.stringify([...Object.values(t.sources),...t.dependencies.filter(n=>!n.includes("@webflow/data-types")&&!n.includes("@webflow/react"))].sort()))}function W1({componentsMetadata:e,latestVersion:t,sourceMaps:n}){let r=t.resource.codeLibraryResource.manifest.components.reduce((s,a)=>(s[a.id]=a,s),{}),o={};return Object.entries(r).forEach(([s,a])=>{if(!e[s])o[s]={component:a,status:"removed"};else{let l=e[s],c=hy(n[s]),u=a.displayName&&l.displayName!==a.displayName,p=c&&a.hash&&c!==hy(a.hash),f=u||p;o[s]={component:l,status:f?"changed":"unchanged",previousName:u?a.displayName:void 0}}}),Object.entries(e).forEach(([s,a])=>{r[s]||(o[s]={component:a,status:"added"})}),Object.values(o).map(({component:s,status:a,previousName:l})=>{let c=s.displayName,u=l?`${l} \u2192 ${c}`:c;return`${yy}${u}${U1(a)}`}).sort().join(`
|
|
81
|
+
`)}function z1({componentsMetadata:e}){return Object.values(e).map(n=>`${yy}${n.displayName}`).sort().join(`
|
|
82
|
+
`)}async function by({libraryConfig:e,componentsMetadata:t,existingCodeLibraries:n,sourceMaps:r,workspaceInfo:o}){if(ie())return Promise.resolve(!0);let i=e.id?n.find(({profile:p})=>p.slug===e.id):null,s=i&&i.profile.status==="ACTIVE",a="Code components:",l=s?W1({componentsMetadata:t,latestVersion:i,sourceMaps:r}):z1({componentsMetadata:t}),c=s?`Ready to update ${e.name} on ${o.name}?`:`Ready to share ${e.name} with ${o.name}?`;return await Ee({message:`${a}
|
|
83
83
|
${l}
|
|
84
84
|
|
|
85
|
-
${c}`})}var
|
|
85
|
+
${c}`})}var es=require("path"),vy=require("memfs/lib/volume");var wy=w(require("fast-glob")),V1=e=>{let t=e.split("/");return t[t.length-1]},G1=e=>V1(e).split(".")[0];async function Dy(e,t){return(await wy.default.glob(e,{absolute:!0,...t||{}})).reduce((r,o)=>{let i=G1(o);if(r[i])throw new Error(`Duplicate component '${i}' found. Already declared at ${r[i]}, but also found at ${o}.`);return{...r,[i]:o}},{})}async function ts(e){let t=await Dy(e.components,{cwd:(0,es.dirname)(e.manifestPath),ignore:[e.globals,e.bundleConfig].filter(o=>o!=null)});if(!Object.keys(t).length)throw new Error("No declaration files found");let{componentsFiles:n,componentsVolume:r}=q1(t,e.renderer.client,e.globals);return{componentsFiles:n,componentsVolume:r}}function q1(e,t,n){let r={},o={};return Object.entries(e).forEach(([i,s])=>{let a=(0,es.extname)(s),l=`${ct}/${yg}/${i}${a}`;r[i]=l,o[l]=J1(t,s,n)}),{componentsFiles:r,componentsVolume:vy.Volume.fromJSON(o)}}function J1(e,t,n){return n?`
|
|
86
86
|
import { applyDecorators } from "${e}";
|
|
87
87
|
import componentDefinition from "${t}";
|
|
88
88
|
const globals = require("${n}") || {};
|
|
@@ -104,62 +104,73 @@ export default decoratedDefinition;
|
|
|
104
104
|
`.trim():`
|
|
105
105
|
import componentDefinition from "${t}";
|
|
106
106
|
export default {...componentDefinition};
|
|
107
|
-
`.trim()}
|
|
107
|
+
`.trim()}Re();Ni();var ky=require("@webflow/data-types"),ns={renderer:{client:"@webflow/react",server:"@webflow/react"},components:["**/*.webflow.@(js|jsx|mjs|ts|tsx)"],framework:ky.Framework.React};var dr=require("path"),pr=require("fs");Fe();Le();G();ve();function vt(e){return e.replace(/\\/g,"/")}Oe();te();function xy(e){let t={...e};if(e.globals){let n=(0,dr.resolve)(process.cwd(),e.globals);if(!(0,pr.existsSync)(n))throw new Error(`Globals file not found: ${e.globals}
|
|
108
108
|
Resolved path: ${n}
|
|
109
|
-
Please ensure the file exists or remove the 'globals' field from your manifest.`);t.globals=
|
|
109
|
+
Please ensure the file exists or remove the 'globals' field from your manifest.`);t.globals=vt(n)}if(e.bundleConfig){let n=(0,dr.resolve)(process.cwd(),e.bundleConfig);if(!(0,pr.existsSync)(n))throw new Error(`Bundle config file not found: ${e.bundleConfig}
|
|
110
110
|
Resolved path: ${n}
|
|
111
|
-
Please ensure the file exists or remove the 'bundleConfig' field from your manifest.`);t.bundleConfig=
|
|
111
|
+
Please ensure the file exists or remove the 'bundleConfig' field from your manifest.`);t.bundleConfig=vt(n)}if(typeof e.renderer=="string"){let n=(0,dr.resolve)(process.cwd(),e.renderer);(0,pr.existsSync)(n)&&(t.renderer=vt(n))}else if(typeof e.renderer=="object"&&typeof t.renderer=="object"){if(typeof e.renderer.client=="string"){let n=(0,dr.resolve)(process.cwd(),e.renderer.client);(0,pr.existsSync)(n)&&(t.renderer={...t.renderer,client:vt(n)})}if(typeof e.renderer.server=="string"){let n=(0,dr.resolve)(process.cwd(),e.renderer.server);(0,pr.existsSync)(n)&&(t.renderer={...t.renderer,server:vt(n)})}}return t}async function H1({initialData:e}){let t=await _e({message:"Enter a name for your code library",validate:o=>o.trim()===""?"The library name cannot be empty.":!0,default:e?.name});if(t==null)throw new h("When --no-input mode is enabled please provide a name in your library manifest");let n=await _e({message:"Enter a description for your code library",default:e?.description??""});if(!await Ee({message:"Is the code (including 3rd party packages) you are uploading to Webflow trusted and secure?"}))throw new Error("Code library is not trusted and secure");return{name:t,description:n}}async function K1({existingCodeLibraries:e}){let t={name:"[Create new code library]",value:null},r=[...e].sort((i,s)=>{let a=i.resource.codeLibraryResource.manifest.name??"",l=s.resource.codeLibraryResource.manifest.name??"",c=a.localeCompare(l,void 0,{sensitivity:"base"});return c!==0?c:i.profile.slug.localeCompare(s.profile.slug,void 0,{sensitivity:"base"})}).map(({resource:i,profile:s})=>{let a=`${i.codeLibraryResource.manifest.name} (${s.slug})`;s.status==="ARCHIVED"&&(a+=` ${k.yellow("(Unshared)")}`);let l={id:s.slug,name:i.codeLibraryResource.manifest.name,description:i.codeLibraryResource.manifest.description};return{name:a,value:l}});return await Jo({message:"Select an existing code library (or create new):",source:i=>{if(!i)return[t,...r];let s=i.toLowerCase(),a=r.filter(l=>{let c=l.value?.id??"",u=l.value?.name??"",p=l.value?.description??"";return c.toLowerCase().includes(s)||u.toLowerCase().includes(s)||p.toLowerCase().includes(s)});return[t,...a]},pageSize:15})}async function Dc({initialData:e,existingCodeLibraries:t}){let n,r={components:ns.components},o=t.length>0?await K1({existingCodeLibraries:t}):null;if(o)n={...r,...o,...e,id:o.id};else{let a=await H1({initialData:e});n={...r,...e,...a}}let i=xy(n);de({library:i});let{path:s}=on();return{libraryManifest:i,manifestPath:s}}async function Cy({existingCodeLibraries:e}){let t=d.spinner("Looking for webflow.json manifest");try{let{manifest:n,manifestPath:r}=ee(),o=Nr(n,"library");if(!o.id){if(At())return t.succeed(),Dc({initialData:o,existingCodeLibraries:e});throw new Error("Library manifest does not have an id")}let i=o.name??e.find(({profile:a})=>a.slug===o.id)?.resource.codeLibraryResource.manifest.name;if(!i&&At())return t.succeed(),Dc({initialData:o,existingCodeLibraries:e});i||(i=o.id),t.succeed();let s=xy({...o,name:i});return Promise.resolve({libraryManifest:s,manifestPath:r})}catch(n){if(n instanceof rn&&At())return t.info(n.message),Dc({existingCodeLibraries:e});throw t.fail(),n}}var vc=require("memfs/lib/volume"),_y=w(require("webpack-merge"));var Sy="/client-renderer.js",Ty="/server-renderer.js",Fy=`${ct}/test-renderers${Sy}`,Ey=`${ct}/test-renderers${Ty}`,Z1=new Set(["@webflow/react"]),Y1=new Set(["@webflow/react","@webflow/emotion-utils/server","@webflow/styled-components-utils/server"]);async function Ay(e){if(!e.client||!e.server)throw new Error("Invalid renderer configuration. Both client and server renderers must be specified.");if(Z1.has(e.client)&&Y1.has(e.server))return;let t=await e_(e);X1(e.client,t),Q1(e.server,t)}function X1(e,t){let n=go(t,Sy);if(typeof n.exports.ClientRenderer!="function")throw new Error(`Invalid client renderer: ${e} does not have a valid 'ClientRenderer' export.`);if(typeof n.exports.applyDecorators!="function")throw new Error(`Invalid client renderer: ${e} does not have a valid 'applyDecorators' export.`);let r=()=>null,o=n.exports.ClientRenderer(r),i=["mount","hydrate","render","createSlot"];for(let s of i)if(typeof o[s]!="function")throw new Error(`Invalid client renderer: ${e} ClientRenderer must return an object with a '${s}' function.`)}function Q1(e,t){let n=go(t,Ty);if(typeof n.exports.ServerRenderer!="function")throw new Error(`Invalid server renderer: ${e} does not have a valid 'ServerRenderer' export.`);let r=()=>null,o=n.exports.ServerRenderer(r),i=["renderToStream","renderToString","createSlot"];for(let s of i)if(typeof o[s]!="function")throw new Error(`Invalid server renderer: ${e} ServerRenderer must return an object with a '${s}' function.`)}async function e_(e){let t=new vc.Volume,n=vt(e.client),r=vt(e.server),o={[Fy]:`
|
|
112
112
|
export * from "${n}";
|
|
113
|
-
`,[
|
|
113
|
+
`,[Ey]:`
|
|
114
114
|
export * from "${r}";
|
|
115
|
-
`},i=(0,
|
|
115
|
+
`},i=(0,_y.default)(Gi(),{entry:{"client-renderer":Fy,"server-renderer":Ey},mode:"development",output:{path:"/",filename:"[name].js",library:{type:"commonjs2"}},target:"node"});return await Hi({config:i,sourceVolumes:[vc.Volume.fromJSON(o)],outputVolume:t,failOnWarnings:!1}),t}async function rs({existingCodeLibraries:e}){let{libraryManifest:t,manifestPath:n}=await Cy({existingCodeLibraries:e}),{renderer:r,...o}=ns,i=typeof t.renderer=="string"?{client:t.renderer,server:t.renderer}:{client:t.renderer?.client??r.client,server:t.renderer?.server??r.server};return await Ay(i),{...o,...t,renderer:i,manifestPath:n}}te();async function t_(e,t){let{trackPerformance:n,libraryConfig:r}=e;return await n("collect_metadata",async()=>{let{componentsFiles:o,componentsVolume:i}=await ts(r);d.debug(`Components: ${JSON.stringify(o,null,2)}`);let{sourceMaps:s,metadata:a,options:l}=await Qi({declarations:o,sources:i,overrideConfig:e.overrideConfig,performTypeCheck:ji(o,t),bundler:t?.bundler});return d.debug(`Metadata: ${JSON.stringify(a,null,2)}`),d.debug(`Source Maps:
|
|
116
116
|
|
|
117
117
|
${Object.entries(s).reduce((c,[u,p])=>(c+=`${u}: ${JSON.stringify(JSON.parse(p),null,2)}
|
|
118
118
|
|
|
119
|
-
`,c),"")}`),{componentsFiles:o,componentsVolume:i,componentsMetadata:a,componentsOptions:l,sourceMaps:s}})}async function
|
|
119
|
+
`,c),"")}`),{componentsFiles:o,componentsVolume:i,componentsMetadata:a,componentsOptions:l,sourceMaps:s}})}async function n_(e,t,n,r,o,i,s){let{trackPerformance:a,libraryConfig:l}=e;return await a("generate_library_bundle",async()=>await Yi({libraryIdentifier:`_${o}`,renderer:l.renderer,framework:l.framework,publicPath:Vt(i[fr.Environment.Client]),sourceVolumes:[n],componentsFiles:t,componentsOptions:r,debugBundler:s?.debugBundler,dev:s?.dev,overrideConfig:e.overrideConfig,failOnWarnings:!s?.force,bundler:s?.bundler}))}async function r_(e,t,n,r){let{trackPerformance:o,apiOptions:i}=e;return await o("upload_files",async()=>{let s=t.map(([l,c])=>{let u=(0,os.resolve)((0,os.join)(`/${c}`,`${l.name}`));return po(n.readFileSync(u,"utf8").toString(),u,{bundleEnvironment:c})}),{signatures:a}=await ac({resourceId:r,files:s.map(({meta:l})=>l),options:i});await Promise.all(a.map(async l=>{let c=s.find(u=>u.meta.fileHash===l.hash);if(!c)throw new Error(`File not found: ${l.hash}`);await fo(c,l.value)}))})}async function o_(e,t,n,r,o){let{trackPerformance:i,libraryConfig:s,apiOptions:a}=e;return await i("share_library",async()=>{let l={clientModule:{bundleUrl:Vt(o[fr.Environment.Client])+Mr,loaderType:fr.ModuleLoader.FEDERATION},serverModule:{bundleUrl:Vt(o[fr.Environment.Server])+Wr}},c=my(t,{framework:s.framework,sourceMaps:n}),{taskId:u}=await lc({resourceId:r,codeModule:l,components:Object.values(c),options:a});d.debug(JSON.stringify({taskId:u},null,2))})}async function kc(e){e?.verbose&&(process.env.DEBUG="true");let t,n=Date.now(),r;try{r=await Q({apiToken:e?.apiToken})}catch(s){throw d.error(s),s}d.debug("Initializing telemetry service...");let o=J.forCodeLibraries({authToken:r}),i=vd(o);try{d.debug("Checking dependencies versions..."),new an().run();let s={apiToken:r};t=d.spinner("Initializing");let a=await i("get_code_libraries",async()=>await ic({options:s})),{workspace:l,libraries:c}=a;t.succeed(),d.debug("Parsing library config...");let u=await rs({existingCodeLibraries:c}),p=u.bundleConfig?require(u.bundleConfig):{},f={trackPerformance:i,apiOptions:s,libraryConfig:u,overrideConfig:p};t=d.spinner("Collecting metadata");let{componentsFiles:m,componentsVolume:g,componentsMetadata:v,componentsOptions:F,sourceMaps:C}=await t_(f,e);if(t.succeed(),!await by({libraryConfig:u,componentsMetadata:v,existingCodeLibraries:c,sourceMaps:C,workspaceInfo:l}))return;t=d.spinner("Creating code library");let{resourceId:x,profileSlug:O,workspace:V,s3Urls:M,cdnUrls:A}=await i("init_code_library",async()=>await sc({name:u.name,slug:u.id,description:u.description,options:s}));t.succeed(),d.debug(JSON.stringify({resourceId:x,profileSlug:O,s3Urls:M,cdnUrls:A},null,2)),await o.sendUsage("library_initialized",{libraryName:u.name,framework:u.framework,resourceId:x,profileSlug:O}),u.id||de({library:{id:O}}),t=d.spinner("Compiling code components");let{outputFiles:y,outputVolume:b}=await n_(f,m,g,F,x,A,e);t.succeed(),await o.sendUsage("bundle_generated",{libraryName:u.name,componentCount:Object.keys(m).length,resourceId:x,profileSlug:O}),t=d.spinner("Uploading files"),await r_(f,y,b,x),t.succeed(),await o.sendUsage("files_uploaded",{libraryName:u.name,fileCount:y.length,resourceId:x,profileSlug:O}),t=d.spinner("Sharing library"),await o_(f,v,C,x,A),t.succeed(),d.success(`Code library shared successfully${V?.slug?`: ${Vn}/dashboard/workspace/${V?.slug}/shared-libraries-and-templates`:"!"}`);let N=Date.now()-n;await o.sendUsage("share_library",{duration:N,componentCount:Object.keys(m).length,libraryName:u.name,framework:u.framework,resourceId:x,profileSlug:O})}catch(s){t?.fail();let a=Date.now()-n;throw await o.sendError(s instanceof Error?s:new Error(String(s)),"share_library",{duration:a}),new h(s)}}var is=w(require("fs")),mr=require("path");G();Ni();te();function i_(e){return e.replace(/[-_]+/g," ").replace(/\w\S*/g,t=>t.charAt(0).toUpperCase()+t.slice(1).toLowerCase()).replace(/\s+/g,"")}var s_="dist",a_="http://localhost/";async function xc(e){e.verbose&&(process.env.DEBUG="true");let t;try{d.debug("Checking dependencies versions..."),new an().run(),d.debug("Looking for manifest...");let n=await rs({existingCodeLibraries:[]}),r=`_${e.libraryId||i_(n.name)}`;e?.debugBundler&&d.debug(`Library Config: ${JSON.stringify(n,null,2)}`),t=d.spinner("Collecting metadata");let{componentsFiles:o,componentsVolume:i}=await ts(n);e?.debugBundler&&d.debug(`Components: ${JSON.stringify(o,null,2)}`);let s=n.bundleConfig?require(n.bundleConfig):{},{sourceMaps:a,metadata:l,options:c}=await Qi({declarations:o,sources:i,overrideConfig:s,performTypeCheck:ji(o,e),skipSourceMaps:!e?.debugBundler,bundler:e.bundler});e?.debugBundler&&(d.debug(`Metadata: ${JSON.stringify(l,null,2)}`),d.debug(`Source Maps:
|
|
120
120
|
|
|
121
|
-
${Object.entries(a).reduce((f,[m,
|
|
121
|
+
${Object.entries(a).reduce((f,[m,g])=>(f+=`${m}: ${JSON.stringify(JSON.parse(g),null,2)}
|
|
122
122
|
|
|
123
|
-
`,f),"")}`)),t.succeed(),t=d.spinner("Generating library bundle");let{outputFiles:u,outputVolume:p}=await Mi({libraryIdentifier:r,renderer:n.renderer,framework:n.framework,publicPath:Ut(e.publicPath||jE),sourceVolumes:[i],componentsFiles:o,componentsOptions:c,debugBundler:e?.debugBundler,dev:e?.dev,overrideConfig:s,failOnWarnings:!e.force,bundler:e.bundler});t.succeed(),t=d.spinner("Writing to disk"),u.forEach(([f,m])=>{let y=(0,sr.join)(`/${m}`,`${f.name}`),v=ro(p.readFileSync(y,"utf8").toString(),y,{bundleEnvironment:m}),E=(0,sr.join)(process.cwd(),e.outputPath||$E);Hi.default.existsSync((0,sr.join)(E,`${m}`))||Hi.default.mkdirSync((0,sr.join)(E,`${m}`),{recursive:!0}),Hi.default.writeFileSync((0,sr.join)(E,m,f.name),v.value.toString())}),t.succeed(),d.success("Code Library bundled successfully!")}catch(n){throw t?.fail(),new h(n)}}var lo=w(require("fs-extra")),pc=w(require("path"));V();De();function BE(){try{if(!lo.default.existsSync(Ie))return null;let e=lo.default.readdirSync(Ie).filter(t=>t.endsWith(".log")).map(t=>({name:t,path:pc.default.join(Ie,t),time:lo.default.statSync(pc.default.join(Ie,t)).mtime.getTime()})).sort((t,n)=>n.time-t.time);if(e.length===0)return null;for(let t of e)try{let r=lo.default.readFileSync(t.path,"utf8").match(/Command: (.+)/);if(r){let o=r[1];if(!/^(log|library\s+log)(\s|$)/.test(o))return t.path}}catch{continue}return null}catch{return null}}async function fc(){let e=BE();e&&console.info(`${Rn} Latest log: ${e}`),console.info(`${Rn} All logs: ${Ie}`)}async function fy(e){e.command("log").description("Display the logs directory and path to the latest log file, if available.").action(fc)}var un=require("commander"),mc=new un.Option("--no-input","Avoid prompting or doing anything interactive. Use this for CI/CD pipelines."),hc=new un.Option("--manifest <path>","Path to a manifest.json file or directory containing webflow.json. Default: ./webflow.json"),gc=new un.Option("--skip-update-check","Skip checking for @webflow packages updates"),yc=new un.Option("--verbose","Display more information for debugging purposes."),co=new un.Option("--api-token <token>","API token. Default: value set in WEBFLOW_API_TOKEN env variable."),ar=new un.Option("-s, --site <site-id>","Site ID. Default: value set in webflow.json config."),uo=e=>async(t,n)=>{let o={...n.parent?.opts()||{},...t};await e(o)};var NE="Import a library of Code Components into your Webflow Workspace.",LE="Bundle a library of Code Components for local development.",my=new Wt.Option("-f, --force","Force the bundler to finish compiling, even if there are warnings or type errors."),hy=new Wt.Option("--debug-bundler","Display final bundler configurations for debugging purposes."),gy=new Wt.Option("--dev","Bundle in development mode for debugging purposes."),yy=new Wt.Option("--bundler <engine>","Bundler to use: webpack or rspack (experimental). Default: webpack").choices(["webpack","rspack"]).default("webpack").hideHelp(),ME=new Wt.Option("--library-id <id>","Set the library identifier to use for the bundle.").hideHelp(),UE=new Wt.Option("--public-path <path>","Set the public path for the bundle."),zE=new Wt.Option("--output-path <path>","Override the output path for the bundle. Default is './dist'");function bc(e,t){return e.command(t).description(NE).addOption(co).addOption(my).addOption(hy).addOption(gy).addOption(yy).action(uo(uc))}function wc(e,t){return e.command(t).description(LE).addOption(ME).addOption(UE).addOption(zE).addOption(my).addOption(hy).addOption(gy).addOption(yy).action(uo(dc))}var by=e=>{let t=e.command("library").description("CLI for managing your Webflow libraries of Code Components.");bc(t,"share"),wc(t,"bundle"),t.command("log").description("Display the logs directory and path to the latest log file, if available.").action(fc)};var wy=e=>{let t=e.command("devlink").description("CLI for managing your Webflow Components.");t.command("sync").description("Sync your Webflow components to your filesystem.").argument("[components...]","A list of components to sync. If none is provided, all components will be synced.").addOption(co).addOption(ar).action(Th),bc(t,"import"),wc(t,"bundle"),t.command("export").description("Export Webflow Components from your Webflow Site.").addOption(co).addOption(ar).action(uo(Ai))};var Ee=w(require("fs")),_e=w(require("path"));V();Ne();var Zi="astro",Dc="cloud-scaffolds";var Dy="package.json",dn="webflow.json",Ki="wf-placeholder-name",vy="CLOUD_MOUNT_PATH",ky="gitignore";var vc=async(e,t,n=Zi,r,o,i)=>{try{let s=r[n];if(!s)throw new Error(`Scaffold "${n}" not found`);for(let a of s)try{let l=_e.join(e,a.split(_e.join(Dc,n))[1]?.substring(1)||""),c=a.includes("next.config.ts"),u=a.includes("astro.config.mjs"),p=c||u;if(a.includes(dn)&&Ee.existsSync(l))continue;if(a.includes(Dy)||a.includes(dn)){let m=(await Ee.promises.readFile(a,"utf8")).replace(Ki,e);await Yi(l,m)}else if(p){let f=await Ee.promises.readFile(a,"utf8");await Yi(l,f.replace(vy,t))}else if(_e.basename(l).toLowerCase()===ky){let f=await Ee.promises.readFile(a,"utf8"),m=_e.join(_e.dirname(l),".gitignore");await Yi(m,f)}else{let f=await Ee.promises.readFile(a);await Yi(l,f)}}catch(l){d.error(`Error processing file ${a}: ${l}`)}if(o&&i)try{Bo({siteId:o,apiToken:i,directory:e})}catch(a){d.error(`Error creating .env file: ${a}`)}}catch(s){throw d.error(`Error applying scaffold: ${s}`),s}},kc=async()=>{try{let e={},t=_e.join(_e.resolve(__dirname),Dc);if(!Ee.existsSync(t))throw new Error(`Scaffolds directory not found at: ${t}`);let n=await Ee.promises.readdir(t);for(let r of n)try{let o=_e.join(t,r);e[r]=await xy(o)}catch(o){d.error(`Error processing scaffold ${r}: ${o}`)}return e}catch(e){throw d.error(`Error getting available scaffolds: ${e}`),e}},xy=async e=>{let t=[];try{if(!Ee.existsSync(e))throw new Error(`Directory not found: ${e}`);let n=await Ee.promises.readdir(e);for(let r of n)try{let o=_e.join(e,r);(await Ee.promises.stat(o)).isDirectory()?t.push(...await xy(o)):t.push(o)}catch(o){d.error(`Error processing path ${r}: ${o}`)}}catch(n){throw d.error(`Error reading directory ${e}: ${n}`),n}return t},Yi=async(e,t)=>{try{await Ee.promises.mkdir(_e.dirname(e),{recursive:!0}),await Ee.promises.writeFile(e,t)}catch(n){throw d.error(`Error writing file ${e}: ${n}`),n}};Ne();Pe();var Vt=w(require("fs")),xc=w(require("path"));V();var Xi={angular:{package_identifier:"@angular/ssr",build_command:"ng build",config_template_path:"templates/angular/angular.json.template",wrangler_template_path:"templates/angular/wrangler.angular.json",assets_path:"dist/browser",deployment_type:"ssr",entrypoint_path:"./server.js"},astro:{package_identifier:"@astrojs/cloudflare",build_command:"astro build",config_template_path:"templates/astro/astro.config.mjs.template",additional_config_files:["templates/astro/webflow-loader.ts"],wrangler_template_path:"templates/astro/wrangler.astro.json",assets_path:"dist",deployment_type:"ssr",assets_exclude_path:"_worker.js",entrypoint_path:"./index.js"},docusaurus:{package_identifier:"@docusaurus/core",build_command:"docusaurus build",config_template_path:"templates/docusaurus/docusaurus.config.js.template",wrangler_template_path:"templates/docusaurus/wrangler.docusaurus.json",assets_path:"build",deployment_type:"ssg",entrypoint_path:"./no-op-worker.js"},gatsby:{package_identifier:"gatsby",build_command:"gatsby build",wrangler_template_path:"templates/gatsby/wrangler.gatsby.json",assets_path:"public",deployment_type:"ssg",entrypoint_path:"./no-op-worker.js"},nextjs:{package_identifier:"@opennextjs/cloudflare",build_command:"opennextjs-cloudflare build",config_template_path:"templates/nextjs/next.config.ts.template",additional_config_files:["templates/nextjs/webflow-loader.ts"],wrangler_template_path:"templates/nextjs/wrangler.nextjs.json",assets_path:".open-next/assets",entrypoint_path:"./worker.js",deployment_type:"ssr"},nuxt:{package_identifier:"nuxt",build_command:"nuxt build",config_template_path:"templates/nuxt/nuxt.config.ts.template",wrangler_template_path:"templates/nuxt/wrangler.nuxt.json",assets_path:".output/public",entrypoint_path:"./index.js",deployment_type:"ssr"},qwik:{package_identifier:"@builder.io/qwik",build_command:"qwik build",config_template_path:"templates/qwik/vite.config.ts.template",wrangler_template_path:"templates/qwik/wrangler.qwik.json",assets_path:"dist",deployment_type:"ssr",entrypoint_path:"./_worker.js"},react:{package_identifier:"@vitejs/plugin-react",build_command:"tsc -b && vite build",config_template_path:"templates/react/vite.config.ts.template",wrangler_template_path:"templates/react/wrangler.react.json",assets_path:"dist",deployment_type:"spa",entrypoint_path:"./index.js"},remix:{package_identifier:"@remix-run/cloudflare",build_command:"remix vite:build",config_template_path:"templates/remix/vite.config.ts.template",wrangler_template_path:"templates/remix/wrangler.remix.json",assets_path:"build/client",deployment_type:"ssr",entrypoint_path:"./server.js"},solid:{package_identifier:"@solidjs/start",build_command:"vinxi build",config_template_path:"templates/solid/app.config.ts.template",wrangler_template_path:"templates/solid/wrangler.solid.json",assets_path:".output/public",deployment_type:"ssr",entrypoint_path:"./index.js"},svelte:{package_identifier:"@sveltejs/vite-plugin-svelte",build_command:"vite build",config_template_path:"templates/svelte/vite.config.ts.template",wrangler_template_path:"templates/svelte/wrangler.svelte.json",assets_path:".svelte-kit/cloudflare",deployment_type:"ssr",entrypoint_path:"./_worker.js"},vue:{package_identifier:"@vitejs/plugin-vue",build_command:"vue-tsc --build && vite build",config_template_path:"templates/vue/vite.config.ts.template",wrangler_template_path:"templates/vue/wrangler.vue.json",assets_path:"dist",deployment_type:"spa",entrypoint_path:"./index.js"}},Qi=["nextjs","astro","remix"];async function Cy(e=process.cwd()){let t=xc.join(e,"package.json"),n=xc.join(e,"webflow.json");if(!Vt.existsSync(t))throw new Error("No package.json file found");let r=null;if(Vt.existsSync(n))try{let i=JSON.parse(Vt.readFileSync(n,"utf8")).cloud?.framework;if(i){if(!Xi[i]){let s=Object.keys(Xi).join(", ");throw new Error(`Framework '${i}' from webflow.json is not supported. Must be one of: ${s}`)}if(!Qi.includes(i))throw new Error(`Framework '${i}' is not currently supported. Must be one of: ${Qi.join(", ")}`);r=i,d.info(`Using framework type from webflow.json: ${r}`)}else throw new Error("webflow.json exists but doesn't contain valid framework information under the 'cloud' key")}catch(o){throw o instanceof SyntaxError?new Error("webflow.json contains invalid JSON"):o}if(!r)try{let o=JSON.parse(Vt.readFileSync(t,"utf8"));for(let s of Qi){let l=Xi[s].package_identifier;if(o.dependencies?.[l]||o.devDependencies?.[l]){r=s;break}}if(!r)throw new Error(`Framework not detected or not supported. Only ${Qi.join(", ")} are currently supported.`);d.info(`Detected framework: ${r}`),Vt.writeFileSync(n,JSON.stringify({cloud:{framework:r}},null,2))}catch(o){throw o instanceof SyntaxError?new Error("package.json contains invalid JSON"):o}return{framework:r,config:Xi[r]}}var R=w(require("fs")),z=w(require("path")),br=require("child_process"),Jy=w(require("tar"));var pe=w(require("fs")),Ae=w(require("path"));var oe={};qc(oe,{BRAND:()=>m_,DIRTY:()=>pn,EMPTY_PATH:()=>qE,INVALID:()=>N,NEVER:()=>X_,OK:()=>ke,ParseStatus:()=>be,Schema:()=>J,ZodAny:()=>Jt,ZodArray:()=>kt,ZodBigInt:()=>mn,ZodBoolean:()=>hn,ZodBranded:()=>fo,ZodCatch:()=>En,ZodDate:()=>gn,ZodDefault:()=>Fn,ZodDiscriminatedUnion:()=>ns,ZodEffects:()=>Ge,ZodEnum:()=>xn,ZodError:()=>Se,ZodFirstPartyTypeKind:()=>M,ZodFunction:()=>os,ZodIntersection:()=>Dn,ZodIssueCode:()=>D,ZodLazy:()=>vn,ZodLiteral:()=>kn,ZodMap:()=>fr,ZodNaN:()=>hr,ZodNativeEnum:()=>Cn,ZodNever:()=>et,ZodNull:()=>bn,ZodNullable:()=>ut,ZodNumber:()=>fn,ZodObject:()=>Te,ZodOptional:()=>We,ZodParsedType:()=>S,ZodPipeline:()=>mo,ZodPromise:()=>Ht,ZodReadonly:()=>_n,ZodRecord:()=>rs,ZodSchema:()=>J,ZodSet:()=>mr,ZodString:()=>qt,ZodSymbol:()=>dr,ZodTransformer:()=>Ge,ZodTuple:()=>ct,ZodType:()=>J,ZodUndefined:()=>yn,ZodUnion:()=>wn,ZodUnknown:()=>vt,ZodVoid:()=>pr,addIssueToContext:()=>x,any:()=>x_,array:()=>__,bigint:()=>b_,boolean:()=>$y,coerce:()=>Y_,custom:()=>Py,date:()=>w_,datetimeRegex:()=>Ay,defaultErrorMap:()=>wt,discriminatedUnion:()=>O_,effect:()=>W_,enum:()=>M_,function:()=>B_,getErrorMap:()=>lr,getParsedType:()=>lt,instanceof:()=>g_,intersection:()=>P_,isAborted:()=>es,isAsync:()=>cr,isDirty:()=>ts,isValid:()=>Gt,late:()=>h_,lazy:()=>N_,literal:()=>L_,makeIssue:()=>po,map:()=>$_,nan:()=>y_,nativeEnum:()=>U_,never:()=>F_,null:()=>k_,nullable:()=>G_,number:()=>Ry,object:()=>S_,objectUtil:()=>Cc,oboolean:()=>K_,onumber:()=>Z_,optional:()=>V_,ostring:()=>H_,pipeline:()=>J_,preprocess:()=>q_,promise:()=>z_,quotelessJson:()=>WE,record:()=>R_,set:()=>j_,setErrorMap:()=>GE,strictObject:()=>T_,string:()=>Iy,symbol:()=>D_,transformer:()=>W_,tuple:()=>I_,undefined:()=>v_,union:()=>A_,unknown:()=>C_,util:()=>K,void:()=>E_});var K;(function(e){e.assertEqual=o=>{};function t(o){}e.assertIs=t;function n(o){throw new Error}e.assertNever=n,e.arrayToEnum=o=>{let i={};for(let s of o)i[s]=s;return i},e.getValidEnumValues=o=>{let i=e.objectKeys(o).filter(a=>typeof o[o[a]]!="number"),s={};for(let a of i)s[a]=o[a];return e.objectValues(s)},e.objectValues=o=>e.objectKeys(o).map(function(i){return o[i]}),e.objectKeys=typeof Object.keys=="function"?o=>Object.keys(o):o=>{let i=[];for(let s in o)Object.prototype.hasOwnProperty.call(o,s)&&i.push(s);return i},e.find=(o,i)=>{for(let s of o)if(i(s))return s},e.isInteger=typeof Number.isInteger=="function"?o=>Number.isInteger(o):o=>typeof o=="number"&&Number.isFinite(o)&&Math.floor(o)===o;function r(o,i=" | "){return o.map(s=>typeof s=="string"?`'${s}'`:s).join(i)}e.joinValues=r,e.jsonStringifyReplacer=(o,i)=>typeof i=="bigint"?i.toString():i})(K||(K={}));var Cc;(function(e){e.mergeShapes=(t,n)=>({...t,...n})})(Cc||(Cc={}));var S=K.arrayToEnum(["string","nan","number","integer","float","boolean","date","bigint","symbol","function","undefined","null","array","object","unknown","promise","void","never","map","set"]),lt=e=>{switch(typeof e){case"undefined":return S.undefined;case"string":return S.string;case"number":return Number.isNaN(e)?S.nan:S.number;case"boolean":return S.boolean;case"function":return S.function;case"bigint":return S.bigint;case"symbol":return S.symbol;case"object":return Array.isArray(e)?S.array:e===null?S.null:e.then&&typeof e.then=="function"&&e.catch&&typeof e.catch=="function"?S.promise:typeof Map<"u"&&e instanceof Map?S.map:typeof Set<"u"&&e instanceof Set?S.set:typeof Date<"u"&&e instanceof Date?S.date:S.object;default:return S.unknown}};var D=K.arrayToEnum(["invalid_type","invalid_literal","custom","invalid_union","invalid_union_discriminator","invalid_enum_value","unrecognized_keys","invalid_arguments","invalid_return_type","invalid_date","invalid_string","too_small","too_big","invalid_intersection_types","not_multiple_of","not_finite"]),WE=e=>JSON.stringify(e,null,2).replace(/"([^"]+)":/g,"$1:"),Se=class e extends Error{get errors(){return this.issues}constructor(t){super(),this.issues=[],this.addIssue=r=>{this.issues=[...this.issues,r]},this.addIssues=(r=[])=>{this.issues=[...this.issues,...r]};let n=new.target.prototype;Object.setPrototypeOf?Object.setPrototypeOf(this,n):this.__proto__=n,this.name="ZodError",this.issues=t}format(t){let n=t||function(i){return i.message},r={_errors:[]},o=i=>{for(let s of i.issues)if(s.code==="invalid_union")s.unionErrors.map(o);else if(s.code==="invalid_return_type")o(s.returnTypeError);else if(s.code==="invalid_arguments")o(s.argumentsError);else if(s.path.length===0)r._errors.push(n(s));else{let a=r,l=0;for(;l<s.path.length;){let c=s.path[l];l===s.path.length-1?(a[c]=a[c]||{_errors:[]},a[c]._errors.push(n(s))):a[c]=a[c]||{_errors:[]},a=a[c],l++}}};return o(this),r}static assert(t){if(!(t instanceof e))throw new Error(`Not a ZodError: ${t}`)}toString(){return this.message}get message(){return JSON.stringify(this.issues,K.jsonStringifyReplacer,2)}get isEmpty(){return this.issues.length===0}flatten(t=n=>n.message){let n={},r=[];for(let o of this.issues)if(o.path.length>0){let i=o.path[0];n[i]=n[i]||[],n[i].push(t(o))}else r.push(t(o));return{formErrors:r,fieldErrors:n}}get formErrors(){return this.flatten()}};Se.create=e=>new Se(e);var VE=(e,t)=>{let n;switch(e.code){case D.invalid_type:e.received===S.undefined?n="Required":n=`Expected ${e.expected}, received ${e.received}`;break;case D.invalid_literal:n=`Invalid literal value, expected ${JSON.stringify(e.expected,K.jsonStringifyReplacer)}`;break;case D.unrecognized_keys:n=`Unrecognized key(s) in object: ${K.joinValues(e.keys,", ")}`;break;case D.invalid_union:n="Invalid input";break;case D.invalid_union_discriminator:n=`Invalid discriminator value. Expected ${K.joinValues(e.options)}`;break;case D.invalid_enum_value:n=`Invalid enum value. Expected ${K.joinValues(e.options)}, received '${e.received}'`;break;case D.invalid_arguments:n="Invalid function arguments";break;case D.invalid_return_type:n="Invalid function return type";break;case D.invalid_date:n="Invalid date";break;case D.invalid_string:typeof e.validation=="object"?"includes"in e.validation?(n=`Invalid input: must include "${e.validation.includes}"`,typeof e.validation.position=="number"&&(n=`${n} at one or more positions greater than or equal to ${e.validation.position}`)):"startsWith"in e.validation?n=`Invalid input: must start with "${e.validation.startsWith}"`:"endsWith"in e.validation?n=`Invalid input: must end with "${e.validation.endsWith}"`:K.assertNever(e.validation):e.validation!=="regex"?n=`Invalid ${e.validation}`:n="Invalid";break;case D.too_small:e.type==="array"?n=`Array must contain ${e.exact?"exactly":e.inclusive?"at least":"more than"} ${e.minimum} element(s)`:e.type==="string"?n=`String must contain ${e.exact?"exactly":e.inclusive?"at least":"over"} ${e.minimum} character(s)`:e.type==="number"?n=`Number must be ${e.exact?"exactly equal to ":e.inclusive?"greater than or equal to ":"greater than "}${e.minimum}`:e.type==="bigint"?n=`Number must be ${e.exact?"exactly equal to ":e.inclusive?"greater than or equal to ":"greater than "}${e.minimum}`:e.type==="date"?n=`Date must be ${e.exact?"exactly equal to ":e.inclusive?"greater than or equal to ":"greater than "}${new Date(Number(e.minimum))}`:n="Invalid input";break;case D.too_big:e.type==="array"?n=`Array must contain ${e.exact?"exactly":e.inclusive?"at most":"less than"} ${e.maximum} element(s)`:e.type==="string"?n=`String must contain ${e.exact?"exactly":e.inclusive?"at most":"under"} ${e.maximum} character(s)`:e.type==="number"?n=`Number must be ${e.exact?"exactly":e.inclusive?"less than or equal to":"less than"} ${e.maximum}`:e.type==="bigint"?n=`BigInt must be ${e.exact?"exactly":e.inclusive?"less than or equal to":"less than"} ${e.maximum}`:e.type==="date"?n=`Date must be ${e.exact?"exactly":e.inclusive?"smaller than or equal to":"smaller than"} ${new Date(Number(e.maximum))}`:n="Invalid input";break;case D.custom:n="Invalid input";break;case D.invalid_intersection_types:n="Intersection results could not be merged";break;case D.not_multiple_of:n=`Number must be a multiple of ${e.multipleOf}`;break;case D.not_finite:n="Number must be finite";break;default:n=t.defaultError,K.assertNever(e)}return{message:n}},wt=VE;var Fy=wt;function GE(e){Fy=e}function lr(){return Fy}var po=e=>{let{data:t,path:n,errorMaps:r,issueData:o}=e,i=[...n,...o.path||[]],s={...o,path:i};if(o.message!==void 0)return{...o,path:i,message:o.message};let a="",l=r.filter(c=>!!c).slice().reverse();for(let c of l)a=c(s,{data:t,defaultError:a}).message;return{...o,path:i,message:a}},qE=[];function x(e,t){let n=lr(),r=po({issueData:t,data:e.data,path:e.path,errorMaps:[e.common.contextualErrorMap,e.schemaErrorMap,n,n===wt?void 0:wt].filter(o=>!!o)});e.common.issues.push(r)}var be=class e{constructor(){this.value="valid"}dirty(){this.value==="valid"&&(this.value="dirty")}abort(){this.value!=="aborted"&&(this.value="aborted")}static mergeArray(t,n){let r=[];for(let o of n){if(o.status==="aborted")return N;o.status==="dirty"&&t.dirty(),r.push(o.value)}return{status:t.value,value:r}}static async mergeObjectAsync(t,n){let r=[];for(let o of n){let i=await o.key,s=await o.value;r.push({key:i,value:s})}return e.mergeObjectSync(t,r)}static mergeObjectSync(t,n){let r={};for(let o of n){let{key:i,value:s}=o;if(i.status==="aborted"||s.status==="aborted")return N;i.status==="dirty"&&t.dirty(),s.status==="dirty"&&t.dirty(),i.value!=="__proto__"&&(typeof s.value<"u"||o.alwaysSet)&&(r[i.value]=s.value)}return{status:t.value,value:r}}},N=Object.freeze({status:"aborted"}),pn=e=>({status:"dirty",value:e}),ke=e=>({status:"valid",value:e}),es=e=>e.status==="aborted",ts=e=>e.status==="dirty",Gt=e=>e.status==="valid",cr=e=>typeof Promise<"u"&&e instanceof Promise;var P;(function(e){e.errToObj=t=>typeof t=="string"?{message:t}:t||{},e.toString=t=>typeof t=="string"?t:t?.message})(P||(P={}));var Ve=class{constructor(t,n,r,o){this._cachedPath=[],this.parent=t,this.data=n,this._path=r,this._key=o}get path(){return this._cachedPath.length||(Array.isArray(this._key)?this._cachedPath.push(...this._path,...this._key):this._cachedPath.push(...this._path,this._key)),this._cachedPath}},Ey=(e,t)=>{if(Gt(t))return{success:!0,data:t.value};if(!e.common.issues.length)throw new Error("Validation failed but no issues detected.");return{success:!1,get error(){if(this._error)return this._error;let n=new Se(e.common.issues);return this._error=n,this._error}}};function G(e){if(!e)return{};let{errorMap:t,invalid_type_error:n,required_error:r,description:o}=e;if(t&&(n||r))throw new Error(`Can't use "invalid_type_error" or "required_error" in conjunction with custom error map.`);return t?{errorMap:t,description:o}:{errorMap:(s,a)=>{let{message:l}=e;return s.code==="invalid_enum_value"?{message:l??a.defaultError}:typeof a.data>"u"?{message:l??r??a.defaultError}:s.code!=="invalid_type"?{message:a.defaultError}:{message:l??n??a.defaultError}},description:o}}var J=class{get description(){return this._def.description}_getType(t){return lt(t.data)}_getOrReturnCtx(t,n){return n||{common:t.parent.common,data:t.data,parsedType:lt(t.data),schemaErrorMap:this._def.errorMap,path:t.path,parent:t.parent}}_processInputParams(t){return{status:new be,ctx:{common:t.parent.common,data:t.data,parsedType:lt(t.data),schemaErrorMap:this._def.errorMap,path:t.path,parent:t.parent}}}_parseSync(t){let n=this._parse(t);if(cr(n))throw new Error("Synchronous parse encountered promise.");return n}_parseAsync(t){let n=this._parse(t);return Promise.resolve(n)}parse(t,n){let r=this.safeParse(t,n);if(r.success)return r.data;throw r.error}safeParse(t,n){let r={common:{issues:[],async:n?.async??!1,contextualErrorMap:n?.errorMap},path:n?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:t,parsedType:lt(t)},o=this._parseSync({data:t,path:r.path,parent:r});return Ey(r,o)}"~validate"(t){let n={common:{issues:[],async:!!this["~standard"].async},path:[],schemaErrorMap:this._def.errorMap,parent:null,data:t,parsedType:lt(t)};if(!this["~standard"].async)try{let r=this._parseSync({data:t,path:[],parent:n});return Gt(r)?{value:r.value}:{issues:n.common.issues}}catch(r){r?.message?.toLowerCase()?.includes("encountered")&&(this["~standard"].async=!0),n.common={issues:[],async:!0}}return this._parseAsync({data:t,path:[],parent:n}).then(r=>Gt(r)?{value:r.value}:{issues:n.common.issues})}async parseAsync(t,n){let r=await this.safeParseAsync(t,n);if(r.success)return r.data;throw r.error}async safeParseAsync(t,n){let r={common:{issues:[],contextualErrorMap:n?.errorMap,async:!0},path:n?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:t,parsedType:lt(t)},o=this._parse({data:t,path:r.path,parent:r}),i=await(cr(o)?o:Promise.resolve(o));return Ey(r,i)}refine(t,n){let r=o=>typeof n=="string"||typeof n>"u"?{message:n}:typeof n=="function"?n(o):n;return this._refinement((o,i)=>{let s=t(o),a=()=>i.addIssue({code:D.custom,...r(o)});return typeof Promise<"u"&&s instanceof Promise?s.then(l=>l?!0:(a(),!1)):s?!0:(a(),!1)})}refinement(t,n){return this._refinement((r,o)=>t(r)?!0:(o.addIssue(typeof n=="function"?n(r,o):n),!1))}_refinement(t){return new Ge({schema:this,typeName:M.ZodEffects,effect:{type:"refinement",refinement:t}})}superRefine(t){return this._refinement(t)}constructor(t){this.spa=this.safeParseAsync,this._def=t,this.parse=this.parse.bind(this),this.safeParse=this.safeParse.bind(this),this.parseAsync=this.parseAsync.bind(this),this.safeParseAsync=this.safeParseAsync.bind(this),this.spa=this.spa.bind(this),this.refine=this.refine.bind(this),this.refinement=this.refinement.bind(this),this.superRefine=this.superRefine.bind(this),this.optional=this.optional.bind(this),this.nullable=this.nullable.bind(this),this.nullish=this.nullish.bind(this),this.array=this.array.bind(this),this.promise=this.promise.bind(this),this.or=this.or.bind(this),this.and=this.and.bind(this),this.transform=this.transform.bind(this),this.brand=this.brand.bind(this),this.default=this.default.bind(this),this.catch=this.catch.bind(this),this.describe=this.describe.bind(this),this.pipe=this.pipe.bind(this),this.readonly=this.readonly.bind(this),this.isNullable=this.isNullable.bind(this),this.isOptional=this.isOptional.bind(this),this["~standard"]={version:1,vendor:"zod",validate:n=>this["~validate"](n)}}optional(){return We.create(this,this._def)}nullable(){return ut.create(this,this._def)}nullish(){return this.nullable().optional()}array(){return kt.create(this)}promise(){return Ht.create(this,this._def)}or(t){return wn.create([this,t],this._def)}and(t){return Dn.create(this,t,this._def)}transform(t){return new Ge({...G(this._def),schema:this,typeName:M.ZodEffects,effect:{type:"transform",transform:t}})}default(t){let n=typeof t=="function"?t:()=>t;return new Fn({...G(this._def),innerType:this,defaultValue:n,typeName:M.ZodDefault})}brand(){return new fo({typeName:M.ZodBranded,type:this,...G(this._def)})}catch(t){let n=typeof t=="function"?t:()=>t;return new En({...G(this._def),innerType:this,catchValue:n,typeName:M.ZodCatch})}describe(t){let n=this.constructor;return new n({...this._def,description:t})}pipe(t){return mo.create(this,t)}readonly(){return _n.create(this)}isOptional(){return this.safeParse(void 0).success}isNullable(){return this.safeParse(null).success}},JE=/^c[^\s-]{8,}$/i,HE=/^[0-9a-z]+$/,ZE=/^[0-9A-HJKMNP-TV-Z]{26}$/i,KE=/^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/i,YE=/^[a-z0-9_-]{21}$/i,XE=/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/,QE=/^[-+]?P(?!$)(?:(?:[-+]?\d+Y)|(?:[-+]?\d+[.,]\d+Y$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:(?:[-+]?\d+W)|(?:[-+]?\d+[.,]\d+W$))?(?:(?:[-+]?\d+D)|(?:[-+]?\d+[.,]\d+D$))?(?:T(?=[\d+-])(?:(?:[-+]?\d+H)|(?:[-+]?\d+[.,]\d+H$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:[-+]?\d+(?:[.,]\d+)?S)?)??$/,e_=/^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i,t_="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$",Fc,n_=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/,r_=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/(3[0-2]|[12]?[0-9])$/,o_=/^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))$/,i_=/^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,s_=/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,a_=/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,Sy="((\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-((0[13578]|1[02])-(0[1-9]|[12]\\d|3[01])|(0[469]|11)-(0[1-9]|[12]\\d|30)|(02)-(0[1-9]|1\\d|2[0-8])))",l_=new RegExp(`^${Sy}$`);function Ty(e){let t="[0-5]\\d";e.precision?t=`${t}\\.\\d{${e.precision}}`:e.precision==null&&(t=`${t}(\\.\\d+)?`);let n=e.precision?"+":"?";return`([01]\\d|2[0-3]):[0-5]\\d(:${t})${n}`}function c_(e){return new RegExp(`^${Ty(e)}$`)}function Ay(e){let t=`${Sy}T${Ty(e)}`,n=[];return n.push(e.local?"Z?":"Z"),e.offset&&n.push("([+-]\\d{2}:?\\d{2})"),t=`${t}(${n.join("|")})`,new RegExp(`^${t}$`)}function u_(e,t){return!!((t==="v4"||!t)&&n_.test(e)||(t==="v6"||!t)&&o_.test(e))}function d_(e,t){if(!XE.test(e))return!1;try{let[n]=e.split(".");if(!n)return!1;let r=n.replace(/-/g,"+").replace(/_/g,"/").padEnd(n.length+(4-n.length%4)%4,"="),o=JSON.parse(atob(r));return!(typeof o!="object"||o===null||"typ"in o&&o?.typ!=="JWT"||!o.alg||t&&o.alg!==t)}catch{return!1}}function p_(e,t){return!!((t==="v4"||!t)&&r_.test(e)||(t==="v6"||!t)&&i_.test(e))}var qt=class e extends J{_parse(t){if(this._def.coerce&&(t.data=String(t.data)),this._getType(t)!==S.string){let i=this._getOrReturnCtx(t);return x(i,{code:D.invalid_type,expected:S.string,received:i.parsedType}),N}let r=new be,o;for(let i of this._def.checks)if(i.kind==="min")t.data.length<i.value&&(o=this._getOrReturnCtx(t,o),x(o,{code:D.too_small,minimum:i.value,type:"string",inclusive:!0,exact:!1,message:i.message}),r.dirty());else if(i.kind==="max")t.data.length>i.value&&(o=this._getOrReturnCtx(t,o),x(o,{code:D.too_big,maximum:i.value,type:"string",inclusive:!0,exact:!1,message:i.message}),r.dirty());else if(i.kind==="length"){let s=t.data.length>i.value,a=t.data.length<i.value;(s||a)&&(o=this._getOrReturnCtx(t,o),s?x(o,{code:D.too_big,maximum:i.value,type:"string",inclusive:!0,exact:!0,message:i.message}):a&&x(o,{code:D.too_small,minimum:i.value,type:"string",inclusive:!0,exact:!0,message:i.message}),r.dirty())}else if(i.kind==="email")e_.test(t.data)||(o=this._getOrReturnCtx(t,o),x(o,{validation:"email",code:D.invalid_string,message:i.message}),r.dirty());else if(i.kind==="emoji")Fc||(Fc=new RegExp(t_,"u")),Fc.test(t.data)||(o=this._getOrReturnCtx(t,o),x(o,{validation:"emoji",code:D.invalid_string,message:i.message}),r.dirty());else if(i.kind==="uuid")KE.test(t.data)||(o=this._getOrReturnCtx(t,o),x(o,{validation:"uuid",code:D.invalid_string,message:i.message}),r.dirty());else if(i.kind==="nanoid")YE.test(t.data)||(o=this._getOrReturnCtx(t,o),x(o,{validation:"nanoid",code:D.invalid_string,message:i.message}),r.dirty());else if(i.kind==="cuid")JE.test(t.data)||(o=this._getOrReturnCtx(t,o),x(o,{validation:"cuid",code:D.invalid_string,message:i.message}),r.dirty());else if(i.kind==="cuid2")HE.test(t.data)||(o=this._getOrReturnCtx(t,o),x(o,{validation:"cuid2",code:D.invalid_string,message:i.message}),r.dirty());else if(i.kind==="ulid")ZE.test(t.data)||(o=this._getOrReturnCtx(t,o),x(o,{validation:"ulid",code:D.invalid_string,message:i.message}),r.dirty());else if(i.kind==="url")try{new URL(t.data)}catch{o=this._getOrReturnCtx(t,o),x(o,{validation:"url",code:D.invalid_string,message:i.message}),r.dirty()}else i.kind==="regex"?(i.regex.lastIndex=0,i.regex.test(t.data)||(o=this._getOrReturnCtx(t,o),x(o,{validation:"regex",code:D.invalid_string,message:i.message}),r.dirty())):i.kind==="trim"?t.data=t.data.trim():i.kind==="includes"?t.data.includes(i.value,i.position)||(o=this._getOrReturnCtx(t,o),x(o,{code:D.invalid_string,validation:{includes:i.value,position:i.position},message:i.message}),r.dirty()):i.kind==="toLowerCase"?t.data=t.data.toLowerCase():i.kind==="toUpperCase"?t.data=t.data.toUpperCase():i.kind==="startsWith"?t.data.startsWith(i.value)||(o=this._getOrReturnCtx(t,o),x(o,{code:D.invalid_string,validation:{startsWith:i.value},message:i.message}),r.dirty()):i.kind==="endsWith"?t.data.endsWith(i.value)||(o=this._getOrReturnCtx(t,o),x(o,{code:D.invalid_string,validation:{endsWith:i.value},message:i.message}),r.dirty()):i.kind==="datetime"?Ay(i).test(t.data)||(o=this._getOrReturnCtx(t,o),x(o,{code:D.invalid_string,validation:"datetime",message:i.message}),r.dirty()):i.kind==="date"?l_.test(t.data)||(o=this._getOrReturnCtx(t,o),x(o,{code:D.invalid_string,validation:"date",message:i.message}),r.dirty()):i.kind==="time"?c_(i).test(t.data)||(o=this._getOrReturnCtx(t,o),x(o,{code:D.invalid_string,validation:"time",message:i.message}),r.dirty()):i.kind==="duration"?QE.test(t.data)||(o=this._getOrReturnCtx(t,o),x(o,{validation:"duration",code:D.invalid_string,message:i.message}),r.dirty()):i.kind==="ip"?u_(t.data,i.version)||(o=this._getOrReturnCtx(t,o),x(o,{validation:"ip",code:D.invalid_string,message:i.message}),r.dirty()):i.kind==="jwt"?d_(t.data,i.alg)||(o=this._getOrReturnCtx(t,o),x(o,{validation:"jwt",code:D.invalid_string,message:i.message}),r.dirty()):i.kind==="cidr"?p_(t.data,i.version)||(o=this._getOrReturnCtx(t,o),x(o,{validation:"cidr",code:D.invalid_string,message:i.message}),r.dirty()):i.kind==="base64"?s_.test(t.data)||(o=this._getOrReturnCtx(t,o),x(o,{validation:"base64",code:D.invalid_string,message:i.message}),r.dirty()):i.kind==="base64url"?a_.test(t.data)||(o=this._getOrReturnCtx(t,o),x(o,{validation:"base64url",code:D.invalid_string,message:i.message}),r.dirty()):K.assertNever(i);return{status:r.value,value:t.data}}_regex(t,n,r){return this.refinement(o=>t.test(o),{validation:n,code:D.invalid_string,...P.errToObj(r)})}_addCheck(t){return new e({...this._def,checks:[...this._def.checks,t]})}email(t){return this._addCheck({kind:"email",...P.errToObj(t)})}url(t){return this._addCheck({kind:"url",...P.errToObj(t)})}emoji(t){return this._addCheck({kind:"emoji",...P.errToObj(t)})}uuid(t){return this._addCheck({kind:"uuid",...P.errToObj(t)})}nanoid(t){return this._addCheck({kind:"nanoid",...P.errToObj(t)})}cuid(t){return this._addCheck({kind:"cuid",...P.errToObj(t)})}cuid2(t){return this._addCheck({kind:"cuid2",...P.errToObj(t)})}ulid(t){return this._addCheck({kind:"ulid",...P.errToObj(t)})}base64(t){return this._addCheck({kind:"base64",...P.errToObj(t)})}base64url(t){return this._addCheck({kind:"base64url",...P.errToObj(t)})}jwt(t){return this._addCheck({kind:"jwt",...P.errToObj(t)})}ip(t){return this._addCheck({kind:"ip",...P.errToObj(t)})}cidr(t){return this._addCheck({kind:"cidr",...P.errToObj(t)})}datetime(t){return typeof t=="string"?this._addCheck({kind:"datetime",precision:null,offset:!1,local:!1,message:t}):this._addCheck({kind:"datetime",precision:typeof t?.precision>"u"?null:t?.precision,offset:t?.offset??!1,local:t?.local??!1,...P.errToObj(t?.message)})}date(t){return this._addCheck({kind:"date",message:t})}time(t){return typeof t=="string"?this._addCheck({kind:"time",precision:null,message:t}):this._addCheck({kind:"time",precision:typeof t?.precision>"u"?null:t?.precision,...P.errToObj(t?.message)})}duration(t){return this._addCheck({kind:"duration",...P.errToObj(t)})}regex(t,n){return this._addCheck({kind:"regex",regex:t,...P.errToObj(n)})}includes(t,n){return this._addCheck({kind:"includes",value:t,position:n?.position,...P.errToObj(n?.message)})}startsWith(t,n){return this._addCheck({kind:"startsWith",value:t,...P.errToObj(n)})}endsWith(t,n){return this._addCheck({kind:"endsWith",value:t,...P.errToObj(n)})}min(t,n){return this._addCheck({kind:"min",value:t,...P.errToObj(n)})}max(t,n){return this._addCheck({kind:"max",value:t,...P.errToObj(n)})}length(t,n){return this._addCheck({kind:"length",value:t,...P.errToObj(n)})}nonempty(t){return this.min(1,P.errToObj(t))}trim(){return new e({...this._def,checks:[...this._def.checks,{kind:"trim"}]})}toLowerCase(){return new e({...this._def,checks:[...this._def.checks,{kind:"toLowerCase"}]})}toUpperCase(){return new e({...this._def,checks:[...this._def.checks,{kind:"toUpperCase"}]})}get isDatetime(){return!!this._def.checks.find(t=>t.kind==="datetime")}get isDate(){return!!this._def.checks.find(t=>t.kind==="date")}get isTime(){return!!this._def.checks.find(t=>t.kind==="time")}get isDuration(){return!!this._def.checks.find(t=>t.kind==="duration")}get isEmail(){return!!this._def.checks.find(t=>t.kind==="email")}get isURL(){return!!this._def.checks.find(t=>t.kind==="url")}get isEmoji(){return!!this._def.checks.find(t=>t.kind==="emoji")}get isUUID(){return!!this._def.checks.find(t=>t.kind==="uuid")}get isNANOID(){return!!this._def.checks.find(t=>t.kind==="nanoid")}get isCUID(){return!!this._def.checks.find(t=>t.kind==="cuid")}get isCUID2(){return!!this._def.checks.find(t=>t.kind==="cuid2")}get isULID(){return!!this._def.checks.find(t=>t.kind==="ulid")}get isIP(){return!!this._def.checks.find(t=>t.kind==="ip")}get isCIDR(){return!!this._def.checks.find(t=>t.kind==="cidr")}get isBase64(){return!!this._def.checks.find(t=>t.kind==="base64")}get isBase64url(){return!!this._def.checks.find(t=>t.kind==="base64url")}get minLength(){let t=null;for(let n of this._def.checks)n.kind==="min"&&(t===null||n.value>t)&&(t=n.value);return t}get maxLength(){let t=null;for(let n of this._def.checks)n.kind==="max"&&(t===null||n.value<t)&&(t=n.value);return t}};qt.create=e=>new qt({checks:[],typeName:M.ZodString,coerce:e?.coerce??!1,...G(e)});function f_(e,t){let n=(e.toString().split(".")[1]||"").length,r=(t.toString().split(".")[1]||"").length,o=n>r?n:r,i=Number.parseInt(e.toFixed(o).replace(".","")),s=Number.parseInt(t.toFixed(o).replace(".",""));return i%s/10**o}var fn=class e extends J{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte,this.step=this.multipleOf}_parse(t){if(this._def.coerce&&(t.data=Number(t.data)),this._getType(t)!==S.number){let i=this._getOrReturnCtx(t);return x(i,{code:D.invalid_type,expected:S.number,received:i.parsedType}),N}let r,o=new be;for(let i of this._def.checks)i.kind==="int"?K.isInteger(t.data)||(r=this._getOrReturnCtx(t,r),x(r,{code:D.invalid_type,expected:"integer",received:"float",message:i.message}),o.dirty()):i.kind==="min"?(i.inclusive?t.data<i.value:t.data<=i.value)&&(r=this._getOrReturnCtx(t,r),x(r,{code:D.too_small,minimum:i.value,type:"number",inclusive:i.inclusive,exact:!1,message:i.message}),o.dirty()):i.kind==="max"?(i.inclusive?t.data>i.value:t.data>=i.value)&&(r=this._getOrReturnCtx(t,r),x(r,{code:D.too_big,maximum:i.value,type:"number",inclusive:i.inclusive,exact:!1,message:i.message}),o.dirty()):i.kind==="multipleOf"?f_(t.data,i.value)!==0&&(r=this._getOrReturnCtx(t,r),x(r,{code:D.not_multiple_of,multipleOf:i.value,message:i.message}),o.dirty()):i.kind==="finite"?Number.isFinite(t.data)||(r=this._getOrReturnCtx(t,r),x(r,{code:D.not_finite,message:i.message}),o.dirty()):K.assertNever(i);return{status:o.value,value:t.data}}gte(t,n){return this.setLimit("min",t,!0,P.toString(n))}gt(t,n){return this.setLimit("min",t,!1,P.toString(n))}lte(t,n){return this.setLimit("max",t,!0,P.toString(n))}lt(t,n){return this.setLimit("max",t,!1,P.toString(n))}setLimit(t,n,r,o){return new e({...this._def,checks:[...this._def.checks,{kind:t,value:n,inclusive:r,message:P.toString(o)}]})}_addCheck(t){return new e({...this._def,checks:[...this._def.checks,t]})}int(t){return this._addCheck({kind:"int",message:P.toString(t)})}positive(t){return this._addCheck({kind:"min",value:0,inclusive:!1,message:P.toString(t)})}negative(t){return this._addCheck({kind:"max",value:0,inclusive:!1,message:P.toString(t)})}nonpositive(t){return this._addCheck({kind:"max",value:0,inclusive:!0,message:P.toString(t)})}nonnegative(t){return this._addCheck({kind:"min",value:0,inclusive:!0,message:P.toString(t)})}multipleOf(t,n){return this._addCheck({kind:"multipleOf",value:t,message:P.toString(n)})}finite(t){return this._addCheck({kind:"finite",message:P.toString(t)})}safe(t){return this._addCheck({kind:"min",inclusive:!0,value:Number.MIN_SAFE_INTEGER,message:P.toString(t)})._addCheck({kind:"max",inclusive:!0,value:Number.MAX_SAFE_INTEGER,message:P.toString(t)})}get minValue(){let t=null;for(let n of this._def.checks)n.kind==="min"&&(t===null||n.value>t)&&(t=n.value);return t}get maxValue(){let t=null;for(let n of this._def.checks)n.kind==="max"&&(t===null||n.value<t)&&(t=n.value);return t}get isInt(){return!!this._def.checks.find(t=>t.kind==="int"||t.kind==="multipleOf"&&K.isInteger(t.value))}get isFinite(){let t=null,n=null;for(let r of this._def.checks){if(r.kind==="finite"||r.kind==="int"||r.kind==="multipleOf")return!0;r.kind==="min"?(n===null||r.value>n)&&(n=r.value):r.kind==="max"&&(t===null||r.value<t)&&(t=r.value)}return Number.isFinite(n)&&Number.isFinite(t)}};fn.create=e=>new fn({checks:[],typeName:M.ZodNumber,coerce:e?.coerce||!1,...G(e)});var mn=class e extends J{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte}_parse(t){if(this._def.coerce)try{t.data=BigInt(t.data)}catch{return this._getInvalidInput(t)}if(this._getType(t)!==S.bigint)return this._getInvalidInput(t);let r,o=new be;for(let i of this._def.checks)i.kind==="min"?(i.inclusive?t.data<i.value:t.data<=i.value)&&(r=this._getOrReturnCtx(t,r),x(r,{code:D.too_small,type:"bigint",minimum:i.value,inclusive:i.inclusive,message:i.message}),o.dirty()):i.kind==="max"?(i.inclusive?t.data>i.value:t.data>=i.value)&&(r=this._getOrReturnCtx(t,r),x(r,{code:D.too_big,type:"bigint",maximum:i.value,inclusive:i.inclusive,message:i.message}),o.dirty()):i.kind==="multipleOf"?t.data%i.value!==BigInt(0)&&(r=this._getOrReturnCtx(t,r),x(r,{code:D.not_multiple_of,multipleOf:i.value,message:i.message}),o.dirty()):K.assertNever(i);return{status:o.value,value:t.data}}_getInvalidInput(t){let n=this._getOrReturnCtx(t);return x(n,{code:D.invalid_type,expected:S.bigint,received:n.parsedType}),N}gte(t,n){return this.setLimit("min",t,!0,P.toString(n))}gt(t,n){return this.setLimit("min",t,!1,P.toString(n))}lte(t,n){return this.setLimit("max",t,!0,P.toString(n))}lt(t,n){return this.setLimit("max",t,!1,P.toString(n))}setLimit(t,n,r,o){return new e({...this._def,checks:[...this._def.checks,{kind:t,value:n,inclusive:r,message:P.toString(o)}]})}_addCheck(t){return new e({...this._def,checks:[...this._def.checks,t]})}positive(t){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!1,message:P.toString(t)})}negative(t){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!1,message:P.toString(t)})}nonpositive(t){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!0,message:P.toString(t)})}nonnegative(t){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!0,message:P.toString(t)})}multipleOf(t,n){return this._addCheck({kind:"multipleOf",value:t,message:P.toString(n)})}get minValue(){let t=null;for(let n of this._def.checks)n.kind==="min"&&(t===null||n.value>t)&&(t=n.value);return t}get maxValue(){let t=null;for(let n of this._def.checks)n.kind==="max"&&(t===null||n.value<t)&&(t=n.value);return t}};mn.create=e=>new mn({checks:[],typeName:M.ZodBigInt,coerce:e?.coerce??!1,...G(e)});var hn=class extends J{_parse(t){if(this._def.coerce&&(t.data=!!t.data),this._getType(t)!==S.boolean){let r=this._getOrReturnCtx(t);return x(r,{code:D.invalid_type,expected:S.boolean,received:r.parsedType}),N}return ke(t.data)}};hn.create=e=>new hn({typeName:M.ZodBoolean,coerce:e?.coerce||!1,...G(e)});var gn=class e extends J{_parse(t){if(this._def.coerce&&(t.data=new Date(t.data)),this._getType(t)!==S.date){let i=this._getOrReturnCtx(t);return x(i,{code:D.invalid_type,expected:S.date,received:i.parsedType}),N}if(Number.isNaN(t.data.getTime())){let i=this._getOrReturnCtx(t);return x(i,{code:D.invalid_date}),N}let r=new be,o;for(let i of this._def.checks)i.kind==="min"?t.data.getTime()<i.value&&(o=this._getOrReturnCtx(t,o),x(o,{code:D.too_small,message:i.message,inclusive:!0,exact:!1,minimum:i.value,type:"date"}),r.dirty()):i.kind==="max"?t.data.getTime()>i.value&&(o=this._getOrReturnCtx(t,o),x(o,{code:D.too_big,message:i.message,inclusive:!0,exact:!1,maximum:i.value,type:"date"}),r.dirty()):K.assertNever(i);return{status:r.value,value:new Date(t.data.getTime())}}_addCheck(t){return new e({...this._def,checks:[...this._def.checks,t]})}min(t,n){return this._addCheck({kind:"min",value:t.getTime(),message:P.toString(n)})}max(t,n){return this._addCheck({kind:"max",value:t.getTime(),message:P.toString(n)})}get minDate(){let t=null;for(let n of this._def.checks)n.kind==="min"&&(t===null||n.value>t)&&(t=n.value);return t!=null?new Date(t):null}get maxDate(){let t=null;for(let n of this._def.checks)n.kind==="max"&&(t===null||n.value<t)&&(t=n.value);return t!=null?new Date(t):null}};gn.create=e=>new gn({checks:[],coerce:e?.coerce||!1,typeName:M.ZodDate,...G(e)});var dr=class extends J{_parse(t){if(this._getType(t)!==S.symbol){let r=this._getOrReturnCtx(t);return x(r,{code:D.invalid_type,expected:S.symbol,received:r.parsedType}),N}return ke(t.data)}};dr.create=e=>new dr({typeName:M.ZodSymbol,...G(e)});var yn=class extends J{_parse(t){if(this._getType(t)!==S.undefined){let r=this._getOrReturnCtx(t);return x(r,{code:D.invalid_type,expected:S.undefined,received:r.parsedType}),N}return ke(t.data)}};yn.create=e=>new yn({typeName:M.ZodUndefined,...G(e)});var bn=class extends J{_parse(t){if(this._getType(t)!==S.null){let r=this._getOrReturnCtx(t);return x(r,{code:D.invalid_type,expected:S.null,received:r.parsedType}),N}return ke(t.data)}};bn.create=e=>new bn({typeName:M.ZodNull,...G(e)});var Jt=class extends J{constructor(){super(...arguments),this._any=!0}_parse(t){return ke(t.data)}};Jt.create=e=>new Jt({typeName:M.ZodAny,...G(e)});var vt=class extends J{constructor(){super(...arguments),this._unknown=!0}_parse(t){return ke(t.data)}};vt.create=e=>new vt({typeName:M.ZodUnknown,...G(e)});var et=class extends J{_parse(t){let n=this._getOrReturnCtx(t);return x(n,{code:D.invalid_type,expected:S.never,received:n.parsedType}),N}};et.create=e=>new et({typeName:M.ZodNever,...G(e)});var pr=class extends J{_parse(t){if(this._getType(t)!==S.undefined){let r=this._getOrReturnCtx(t);return x(r,{code:D.invalid_type,expected:S.void,received:r.parsedType}),N}return ke(t.data)}};pr.create=e=>new pr({typeName:M.ZodVoid,...G(e)});var kt=class e extends J{_parse(t){let{ctx:n,status:r}=this._processInputParams(t),o=this._def;if(n.parsedType!==S.array)return x(n,{code:D.invalid_type,expected:S.array,received:n.parsedType}),N;if(o.exactLength!==null){let s=n.data.length>o.exactLength.value,a=n.data.length<o.exactLength.value;(s||a)&&(x(n,{code:s?D.too_big:D.too_small,minimum:a?o.exactLength.value:void 0,maximum:s?o.exactLength.value:void 0,type:"array",inclusive:!0,exact:!0,message:o.exactLength.message}),r.dirty())}if(o.minLength!==null&&n.data.length<o.minLength.value&&(x(n,{code:D.too_small,minimum:o.minLength.value,type:"array",inclusive:!0,exact:!1,message:o.minLength.message}),r.dirty()),o.maxLength!==null&&n.data.length>o.maxLength.value&&(x(n,{code:D.too_big,maximum:o.maxLength.value,type:"array",inclusive:!0,exact:!1,message:o.maxLength.message}),r.dirty()),n.common.async)return Promise.all([...n.data].map((s,a)=>o.type._parseAsync(new Ve(n,s,n.path,a)))).then(s=>be.mergeArray(r,s));let i=[...n.data].map((s,a)=>o.type._parseSync(new Ve(n,s,n.path,a)));return be.mergeArray(r,i)}get element(){return this._def.type}min(t,n){return new e({...this._def,minLength:{value:t,message:P.toString(n)}})}max(t,n){return new e({...this._def,maxLength:{value:t,message:P.toString(n)}})}length(t,n){return new e({...this._def,exactLength:{value:t,message:P.toString(n)}})}nonempty(t){return this.min(1,t)}};kt.create=(e,t)=>new kt({type:e,minLength:null,maxLength:null,exactLength:null,typeName:M.ZodArray,...G(t)});function ur(e){if(e instanceof Te){let t={};for(let n in e.shape){let r=e.shape[n];t[n]=We.create(ur(r))}return new Te({...e._def,shape:()=>t})}else return e instanceof kt?new kt({...e._def,type:ur(e.element)}):e instanceof We?We.create(ur(e.unwrap())):e instanceof ut?ut.create(ur(e.unwrap())):e instanceof ct?ct.create(e.items.map(t=>ur(t))):e}var Te=class e extends J{constructor(){super(...arguments),this._cached=null,this.nonstrict=this.passthrough,this.augment=this.extend}_getCached(){if(this._cached!==null)return this._cached;let t=this._def.shape(),n=K.objectKeys(t);return this._cached={shape:t,keys:n},this._cached}_parse(t){if(this._getType(t)!==S.object){let c=this._getOrReturnCtx(t);return x(c,{code:D.invalid_type,expected:S.object,received:c.parsedType}),N}let{status:r,ctx:o}=this._processInputParams(t),{shape:i,keys:s}=this._getCached(),a=[];if(!(this._def.catchall instanceof et&&this._def.unknownKeys==="strip"))for(let c in o.data)s.includes(c)||a.push(c);let l=[];for(let c of s){let u=i[c],p=o.data[c];l.push({key:{status:"valid",value:c},value:u._parse(new Ve(o,p,o.path,c)),alwaysSet:c in o.data})}if(this._def.catchall instanceof et){let c=this._def.unknownKeys;if(c==="passthrough")for(let u of a)l.push({key:{status:"valid",value:u},value:{status:"valid",value:o.data[u]}});else if(c==="strict")a.length>0&&(x(o,{code:D.unrecognized_keys,keys:a}),r.dirty());else if(c!=="strip")throw new Error("Internal ZodObject error: invalid unknownKeys value.")}else{let c=this._def.catchall;for(let u of a){let p=o.data[u];l.push({key:{status:"valid",value:u},value:c._parse(new Ve(o,p,o.path,u)),alwaysSet:u in o.data})}}return o.common.async?Promise.resolve().then(async()=>{let c=[];for(let u of l){let p=await u.key,f=await u.value;c.push({key:p,value:f,alwaysSet:u.alwaysSet})}return c}).then(c=>be.mergeObjectSync(r,c)):be.mergeObjectSync(r,l)}get shape(){return this._def.shape()}strict(t){return P.errToObj,new e({...this._def,unknownKeys:"strict",...t!==void 0?{errorMap:(n,r)=>{let o=this._def.errorMap?.(n,r).message??r.defaultError;return n.code==="unrecognized_keys"?{message:P.errToObj(t).message??o}:{message:o}}}:{}})}strip(){return new e({...this._def,unknownKeys:"strip"})}passthrough(){return new e({...this._def,unknownKeys:"passthrough"})}extend(t){return new e({...this._def,shape:()=>({...this._def.shape(),...t})})}merge(t){return new e({unknownKeys:t._def.unknownKeys,catchall:t._def.catchall,shape:()=>({...this._def.shape(),...t._def.shape()}),typeName:M.ZodObject})}setKey(t,n){return this.augment({[t]:n})}catchall(t){return new e({...this._def,catchall:t})}pick(t){let n={};for(let r of K.objectKeys(t))t[r]&&this.shape[r]&&(n[r]=this.shape[r]);return new e({...this._def,shape:()=>n})}omit(t){let n={};for(let r of K.objectKeys(this.shape))t[r]||(n[r]=this.shape[r]);return new e({...this._def,shape:()=>n})}deepPartial(){return ur(this)}partial(t){let n={};for(let r of K.objectKeys(this.shape)){let o=this.shape[r];t&&!t[r]?n[r]=o:n[r]=o.optional()}return new e({...this._def,shape:()=>n})}required(t){let n={};for(let r of K.objectKeys(this.shape))if(t&&!t[r])n[r]=this.shape[r];else{let i=this.shape[r];for(;i instanceof We;)i=i._def.innerType;n[r]=i}return new e({...this._def,shape:()=>n})}keyof(){return Oy(K.objectKeys(this.shape))}};Te.create=(e,t)=>new Te({shape:()=>e,unknownKeys:"strip",catchall:et.create(),typeName:M.ZodObject,...G(t)});Te.strictCreate=(e,t)=>new Te({shape:()=>e,unknownKeys:"strict",catchall:et.create(),typeName:M.ZodObject,...G(t)});Te.lazycreate=(e,t)=>new Te({shape:e,unknownKeys:"strip",catchall:et.create(),typeName:M.ZodObject,...G(t)});var wn=class extends J{_parse(t){let{ctx:n}=this._processInputParams(t),r=this._def.options;function o(i){for(let a of i)if(a.result.status==="valid")return a.result;for(let a of i)if(a.result.status==="dirty")return n.common.issues.push(...a.ctx.common.issues),a.result;let s=i.map(a=>new Se(a.ctx.common.issues));return x(n,{code:D.invalid_union,unionErrors:s}),N}if(n.common.async)return Promise.all(r.map(async i=>{let s={...n,common:{...n.common,issues:[]},parent:null};return{result:await i._parseAsync({data:n.data,path:n.path,parent:s}),ctx:s}})).then(o);{let i,s=[];for(let l of r){let c={...n,common:{...n.common,issues:[]},parent:null},u=l._parseSync({data:n.data,path:n.path,parent:c});if(u.status==="valid")return u;u.status==="dirty"&&!i&&(i={result:u,ctx:c}),c.common.issues.length&&s.push(c.common.issues)}if(i)return n.common.issues.push(...i.ctx.common.issues),i.result;let a=s.map(l=>new Se(l));return x(n,{code:D.invalid_union,unionErrors:a}),N}}get options(){return this._def.options}};wn.create=(e,t)=>new wn({options:e,typeName:M.ZodUnion,...G(t)});var Dt=e=>e instanceof vn?Dt(e.schema):e instanceof Ge?Dt(e.innerType()):e instanceof kn?[e.value]:e instanceof xn?e.options:e instanceof Cn?K.objectValues(e.enum):e instanceof Fn?Dt(e._def.innerType):e instanceof yn?[void 0]:e instanceof bn?[null]:e instanceof We?[void 0,...Dt(e.unwrap())]:e instanceof ut?[null,...Dt(e.unwrap())]:e instanceof fo||e instanceof _n?Dt(e.unwrap()):e instanceof En?Dt(e._def.innerType):[],ns=class e extends J{_parse(t){let{ctx:n}=this._processInputParams(t);if(n.parsedType!==S.object)return x(n,{code:D.invalid_type,expected:S.object,received:n.parsedType}),N;let r=this.discriminator,o=n.data[r],i=this.optionsMap.get(o);return i?n.common.async?i._parseAsync({data:n.data,path:n.path,parent:n}):i._parseSync({data:n.data,path:n.path,parent:n}):(x(n,{code:D.invalid_union_discriminator,options:Array.from(this.optionsMap.keys()),path:[r]}),N)}get discriminator(){return this._def.discriminator}get options(){return this._def.options}get optionsMap(){return this._def.optionsMap}static create(t,n,r){let o=new Map;for(let i of n){let s=Dt(i.shape[t]);if(!s.length)throw new Error(`A discriminator value for key \`${t}\` could not be extracted from all schema options`);for(let a of s){if(o.has(a))throw new Error(`Discriminator property ${String(t)} has duplicate value ${String(a)}`);o.set(a,i)}}return new e({typeName:M.ZodDiscriminatedUnion,discriminator:t,options:n,optionsMap:o,...G(r)})}};function Ec(e,t){let n=lt(e),r=lt(t);if(e===t)return{valid:!0,data:e};if(n===S.object&&r===S.object){let o=K.objectKeys(t),i=K.objectKeys(e).filter(a=>o.indexOf(a)!==-1),s={...e,...t};for(let a of i){let l=Ec(e[a],t[a]);if(!l.valid)return{valid:!1};s[a]=l.data}return{valid:!0,data:s}}else if(n===S.array&&r===S.array){if(e.length!==t.length)return{valid:!1};let o=[];for(let i=0;i<e.length;i++){let s=e[i],a=t[i],l=Ec(s,a);if(!l.valid)return{valid:!1};o.push(l.data)}return{valid:!0,data:o}}else return n===S.date&&r===S.date&&+e==+t?{valid:!0,data:e}:{valid:!1}}var Dn=class extends J{_parse(t){let{status:n,ctx:r}=this._processInputParams(t),o=(i,s)=>{if(es(i)||es(s))return N;let a=Ec(i.value,s.value);return a.valid?((ts(i)||ts(s))&&n.dirty(),{status:n.value,value:a.data}):(x(r,{code:D.invalid_intersection_types}),N)};return r.common.async?Promise.all([this._def.left._parseAsync({data:r.data,path:r.path,parent:r}),this._def.right._parseAsync({data:r.data,path:r.path,parent:r})]).then(([i,s])=>o(i,s)):o(this._def.left._parseSync({data:r.data,path:r.path,parent:r}),this._def.right._parseSync({data:r.data,path:r.path,parent:r}))}};Dn.create=(e,t,n)=>new Dn({left:e,right:t,typeName:M.ZodIntersection,...G(n)});var ct=class e extends J{_parse(t){let{status:n,ctx:r}=this._processInputParams(t);if(r.parsedType!==S.array)return x(r,{code:D.invalid_type,expected:S.array,received:r.parsedType}),N;if(r.data.length<this._def.items.length)return x(r,{code:D.too_small,minimum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),N;!this._def.rest&&r.data.length>this._def.items.length&&(x(r,{code:D.too_big,maximum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),n.dirty());let i=[...r.data].map((s,a)=>{let l=this._def.items[a]||this._def.rest;return l?l._parse(new Ve(r,s,r.path,a)):null}).filter(s=>!!s);return r.common.async?Promise.all(i).then(s=>be.mergeArray(n,s)):be.mergeArray(n,i)}get items(){return this._def.items}rest(t){return new e({...this._def,rest:t})}};ct.create=(e,t)=>{if(!Array.isArray(e))throw new Error("You must pass an array of schemas to z.tuple([ ... ])");return new ct({items:e,typeName:M.ZodTuple,rest:null,...G(t)})};var rs=class e extends J{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(t){let{status:n,ctx:r}=this._processInputParams(t);if(r.parsedType!==S.object)return x(r,{code:D.invalid_type,expected:S.object,received:r.parsedType}),N;let o=[],i=this._def.keyType,s=this._def.valueType;for(let a in r.data)o.push({key:i._parse(new Ve(r,a,r.path,a)),value:s._parse(new Ve(r,r.data[a],r.path,a)),alwaysSet:a in r.data});return r.common.async?be.mergeObjectAsync(n,o):be.mergeObjectSync(n,o)}get element(){return this._def.valueType}static create(t,n,r){return n instanceof J?new e({keyType:t,valueType:n,typeName:M.ZodRecord,...G(r)}):new e({keyType:qt.create(),valueType:t,typeName:M.ZodRecord,...G(n)})}},fr=class extends J{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(t){let{status:n,ctx:r}=this._processInputParams(t);if(r.parsedType!==S.map)return x(r,{code:D.invalid_type,expected:S.map,received:r.parsedType}),N;let o=this._def.keyType,i=this._def.valueType,s=[...r.data.entries()].map(([a,l],c)=>({key:o._parse(new Ve(r,a,r.path,[c,"key"])),value:i._parse(new Ve(r,l,r.path,[c,"value"]))}));if(r.common.async){let a=new Map;return Promise.resolve().then(async()=>{for(let l of s){let c=await l.key,u=await l.value;if(c.status==="aborted"||u.status==="aborted")return N;(c.status==="dirty"||u.status==="dirty")&&n.dirty(),a.set(c.value,u.value)}return{status:n.value,value:a}})}else{let a=new Map;for(let l of s){let c=l.key,u=l.value;if(c.status==="aborted"||u.status==="aborted")return N;(c.status==="dirty"||u.status==="dirty")&&n.dirty(),a.set(c.value,u.value)}return{status:n.value,value:a}}}};fr.create=(e,t,n)=>new fr({valueType:t,keyType:e,typeName:M.ZodMap,...G(n)});var mr=class e extends J{_parse(t){let{status:n,ctx:r}=this._processInputParams(t);if(r.parsedType!==S.set)return x(r,{code:D.invalid_type,expected:S.set,received:r.parsedType}),N;let o=this._def;o.minSize!==null&&r.data.size<o.minSize.value&&(x(r,{code:D.too_small,minimum:o.minSize.value,type:"set",inclusive:!0,exact:!1,message:o.minSize.message}),n.dirty()),o.maxSize!==null&&r.data.size>o.maxSize.value&&(x(r,{code:D.too_big,maximum:o.maxSize.value,type:"set",inclusive:!0,exact:!1,message:o.maxSize.message}),n.dirty());let i=this._def.valueType;function s(l){let c=new Set;for(let u of l){if(u.status==="aborted")return N;u.status==="dirty"&&n.dirty(),c.add(u.value)}return{status:n.value,value:c}}let a=[...r.data.values()].map((l,c)=>i._parse(new Ve(r,l,r.path,c)));return r.common.async?Promise.all(a).then(l=>s(l)):s(a)}min(t,n){return new e({...this._def,minSize:{value:t,message:P.toString(n)}})}max(t,n){return new e({...this._def,maxSize:{value:t,message:P.toString(n)}})}size(t,n){return this.min(t,n).max(t,n)}nonempty(t){return this.min(1,t)}};mr.create=(e,t)=>new mr({valueType:e,minSize:null,maxSize:null,typeName:M.ZodSet,...G(t)});var os=class e extends J{constructor(){super(...arguments),this.validate=this.implement}_parse(t){let{ctx:n}=this._processInputParams(t);if(n.parsedType!==S.function)return x(n,{code:D.invalid_type,expected:S.function,received:n.parsedType}),N;function r(a,l){return po({data:a,path:n.path,errorMaps:[n.common.contextualErrorMap,n.schemaErrorMap,lr(),wt].filter(c=>!!c),issueData:{code:D.invalid_arguments,argumentsError:l}})}function o(a,l){return po({data:a,path:n.path,errorMaps:[n.common.contextualErrorMap,n.schemaErrorMap,lr(),wt].filter(c=>!!c),issueData:{code:D.invalid_return_type,returnTypeError:l}})}let i={errorMap:n.common.contextualErrorMap},s=n.data;if(this._def.returns instanceof Ht){let a=this;return ke(async function(...l){let c=new Se([]),u=await a._def.args.parseAsync(l,i).catch(m=>{throw c.addIssue(r(l,m)),c}),p=await Reflect.apply(s,this,u);return await a._def.returns._def.type.parseAsync(p,i).catch(m=>{throw c.addIssue(o(p,m)),c})})}else{let a=this;return ke(function(...l){let c=a._def.args.safeParse(l,i);if(!c.success)throw new Se([r(l,c.error)]);let u=Reflect.apply(s,this,c.data),p=a._def.returns.safeParse(u,i);if(!p.success)throw new Se([o(u,p.error)]);return p.data})}}parameters(){return this._def.args}returnType(){return this._def.returns}args(...t){return new e({...this._def,args:ct.create(t).rest(vt.create())})}returns(t){return new e({...this._def,returns:t})}implement(t){return this.parse(t)}strictImplement(t){return this.parse(t)}static create(t,n,r){return new e({args:t||ct.create([]).rest(vt.create()),returns:n||vt.create(),typeName:M.ZodFunction,...G(r)})}},vn=class extends J{get schema(){return this._def.getter()}_parse(t){let{ctx:n}=this._processInputParams(t);return this._def.getter()._parse({data:n.data,path:n.path,parent:n})}};vn.create=(e,t)=>new vn({getter:e,typeName:M.ZodLazy,...G(t)});var kn=class extends J{_parse(t){if(t.data!==this._def.value){let n=this._getOrReturnCtx(t);return x(n,{received:n.data,code:D.invalid_literal,expected:this._def.value}),N}return{status:"valid",value:t.data}}get value(){return this._def.value}};kn.create=(e,t)=>new kn({value:e,typeName:M.ZodLiteral,...G(t)});function Oy(e,t){return new xn({values:e,typeName:M.ZodEnum,...G(t)})}var xn=class e extends J{_parse(t){if(typeof t.data!="string"){let n=this._getOrReturnCtx(t),r=this._def.values;return x(n,{expected:K.joinValues(r),received:n.parsedType,code:D.invalid_type}),N}if(this._cache||(this._cache=new Set(this._def.values)),!this._cache.has(t.data)){let n=this._getOrReturnCtx(t),r=this._def.values;return x(n,{received:n.data,code:D.invalid_enum_value,options:r}),N}return ke(t.data)}get options(){return this._def.values}get enum(){let t={};for(let n of this._def.values)t[n]=n;return t}get Values(){let t={};for(let n of this._def.values)t[n]=n;return t}get Enum(){let t={};for(let n of this._def.values)t[n]=n;return t}extract(t,n=this._def){return e.create(t,{...this._def,...n})}exclude(t,n=this._def){return e.create(this.options.filter(r=>!t.includes(r)),{...this._def,...n})}};xn.create=Oy;var Cn=class extends J{_parse(t){let n=K.getValidEnumValues(this._def.values),r=this._getOrReturnCtx(t);if(r.parsedType!==S.string&&r.parsedType!==S.number){let o=K.objectValues(n);return x(r,{expected:K.joinValues(o),received:r.parsedType,code:D.invalid_type}),N}if(this._cache||(this._cache=new Set(K.getValidEnumValues(this._def.values))),!this._cache.has(t.data)){let o=K.objectValues(n);return x(r,{received:r.data,code:D.invalid_enum_value,options:o}),N}return ke(t.data)}get enum(){return this._def.values}};Cn.create=(e,t)=>new Cn({values:e,typeName:M.ZodNativeEnum,...G(t)});var Ht=class extends J{unwrap(){return this._def.type}_parse(t){let{ctx:n}=this._processInputParams(t);if(n.parsedType!==S.promise&&n.common.async===!1)return x(n,{code:D.invalid_type,expected:S.promise,received:n.parsedType}),N;let r=n.parsedType===S.promise?n.data:Promise.resolve(n.data);return ke(r.then(o=>this._def.type.parseAsync(o,{path:n.path,errorMap:n.common.contextualErrorMap})))}};Ht.create=(e,t)=>new Ht({type:e,typeName:M.ZodPromise,...G(t)});var Ge=class extends J{innerType(){return this._def.schema}sourceType(){return this._def.schema._def.typeName===M.ZodEffects?this._def.schema.sourceType():this._def.schema}_parse(t){let{status:n,ctx:r}=this._processInputParams(t),o=this._def.effect||null,i={addIssue:s=>{x(r,s),s.fatal?n.abort():n.dirty()},get path(){return r.path}};if(i.addIssue=i.addIssue.bind(i),o.type==="preprocess"){let s=o.transform(r.data,i);if(r.common.async)return Promise.resolve(s).then(async a=>{if(n.value==="aborted")return N;let l=await this._def.schema._parseAsync({data:a,path:r.path,parent:r});return l.status==="aborted"?N:l.status==="dirty"?pn(l.value):n.value==="dirty"?pn(l.value):l});{if(n.value==="aborted")return N;let a=this._def.schema._parseSync({data:s,path:r.path,parent:r});return a.status==="aborted"?N:a.status==="dirty"?pn(a.value):n.value==="dirty"?pn(a.value):a}}if(o.type==="refinement"){let s=a=>{let l=o.refinement(a,i);if(r.common.async)return Promise.resolve(l);if(l instanceof Promise)throw new Error("Async refinement encountered during synchronous parse operation. Use .parseAsync instead.");return a};if(r.common.async===!1){let a=this._def.schema._parseSync({data:r.data,path:r.path,parent:r});return a.status==="aborted"?N:(a.status==="dirty"&&n.dirty(),s(a.value),{status:n.value,value:a.value})}else return this._def.schema._parseAsync({data:r.data,path:r.path,parent:r}).then(a=>a.status==="aborted"?N:(a.status==="dirty"&&n.dirty(),s(a.value).then(()=>({status:n.value,value:a.value}))))}if(o.type==="transform")if(r.common.async===!1){let s=this._def.schema._parseSync({data:r.data,path:r.path,parent:r});if(!Gt(s))return N;let a=o.transform(s.value,i);if(a instanceof Promise)throw new Error("Asynchronous transform encountered during synchronous parse operation. Use .parseAsync instead.");return{status:n.value,value:a}}else return this._def.schema._parseAsync({data:r.data,path:r.path,parent:r}).then(s=>Gt(s)?Promise.resolve(o.transform(s.value,i)).then(a=>({status:n.value,value:a})):N);K.assertNever(o)}};Ge.create=(e,t,n)=>new Ge({schema:e,typeName:M.ZodEffects,effect:t,...G(n)});Ge.createWithPreprocess=(e,t,n)=>new Ge({schema:t,effect:{type:"preprocess",transform:e},typeName:M.ZodEffects,...G(n)});var We=class extends J{_parse(t){return this._getType(t)===S.undefined?ke(void 0):this._def.innerType._parse(t)}unwrap(){return this._def.innerType}};We.create=(e,t)=>new We({innerType:e,typeName:M.ZodOptional,...G(t)});var ut=class extends J{_parse(t){return this._getType(t)===S.null?ke(null):this._def.innerType._parse(t)}unwrap(){return this._def.innerType}};ut.create=(e,t)=>new ut({innerType:e,typeName:M.ZodNullable,...G(t)});var Fn=class extends J{_parse(t){let{ctx:n}=this._processInputParams(t),r=n.data;return n.parsedType===S.undefined&&(r=this._def.defaultValue()),this._def.innerType._parse({data:r,path:n.path,parent:n})}removeDefault(){return this._def.innerType}};Fn.create=(e,t)=>new Fn({innerType:e,typeName:M.ZodDefault,defaultValue:typeof t.default=="function"?t.default:()=>t.default,...G(t)});var En=class extends J{_parse(t){let{ctx:n}=this._processInputParams(t),r={...n,common:{...n.common,issues:[]}},o=this._def.innerType._parse({data:r.data,path:r.path,parent:{...r}});return cr(o)?o.then(i=>({status:"valid",value:i.status==="valid"?i.value:this._def.catchValue({get error(){return new Se(r.common.issues)},input:r.data})})):{status:"valid",value:o.status==="valid"?o.value:this._def.catchValue({get error(){return new Se(r.common.issues)},input:r.data})}}removeCatch(){return this._def.innerType}};En.create=(e,t)=>new En({innerType:e,typeName:M.ZodCatch,catchValue:typeof t.catch=="function"?t.catch:()=>t.catch,...G(t)});var hr=class extends J{_parse(t){if(this._getType(t)!==S.nan){let r=this._getOrReturnCtx(t);return x(r,{code:D.invalid_type,expected:S.nan,received:r.parsedType}),N}return{status:"valid",value:t.data}}};hr.create=e=>new hr({typeName:M.ZodNaN,...G(e)});var m_=Symbol("zod_brand"),fo=class extends J{_parse(t){let{ctx:n}=this._processInputParams(t),r=n.data;return this._def.type._parse({data:r,path:n.path,parent:n})}unwrap(){return this._def.type}},mo=class e extends J{_parse(t){let{status:n,ctx:r}=this._processInputParams(t);if(r.common.async)return(async()=>{let i=await this._def.in._parseAsync({data:r.data,path:r.path,parent:r});return i.status==="aborted"?N:i.status==="dirty"?(n.dirty(),pn(i.value)):this._def.out._parseAsync({data:i.value,path:r.path,parent:r})})();{let o=this._def.in._parseSync({data:r.data,path:r.path,parent:r});return o.status==="aborted"?N:o.status==="dirty"?(n.dirty(),{status:"dirty",value:o.value}):this._def.out._parseSync({data:o.value,path:r.path,parent:r})}}static create(t,n){return new e({in:t,out:n,typeName:M.ZodPipeline})}},_n=class extends J{_parse(t){let n=this._def.innerType._parse(t),r=o=>(Gt(o)&&(o.value=Object.freeze(o.value)),o);return cr(n)?n.then(o=>r(o)):r(n)}unwrap(){return this._def.innerType}};_n.create=(e,t)=>new _n({innerType:e,typeName:M.ZodReadonly,...G(t)});function _y(e,t){let n=typeof e=="function"?e(t):typeof e=="string"?{message:e}:e;return typeof n=="string"?{message:n}:n}function Py(e,t={},n){return e?Jt.create().superRefine((r,o)=>{let i=e(r);if(i instanceof Promise)return i.then(s=>{if(!s){let a=_y(t,r),l=a.fatal??n??!0;o.addIssue({code:"custom",...a,fatal:l})}});if(!i){let s=_y(t,r),a=s.fatal??n??!0;o.addIssue({code:"custom",...s,fatal:a})}}):Jt.create()}var h_={object:Te.lazycreate},M;(function(e){e.ZodString="ZodString",e.ZodNumber="ZodNumber",e.ZodNaN="ZodNaN",e.ZodBigInt="ZodBigInt",e.ZodBoolean="ZodBoolean",e.ZodDate="ZodDate",e.ZodSymbol="ZodSymbol",e.ZodUndefined="ZodUndefined",e.ZodNull="ZodNull",e.ZodAny="ZodAny",e.ZodUnknown="ZodUnknown",e.ZodNever="ZodNever",e.ZodVoid="ZodVoid",e.ZodArray="ZodArray",e.ZodObject="ZodObject",e.ZodUnion="ZodUnion",e.ZodDiscriminatedUnion="ZodDiscriminatedUnion",e.ZodIntersection="ZodIntersection",e.ZodTuple="ZodTuple",e.ZodRecord="ZodRecord",e.ZodMap="ZodMap",e.ZodSet="ZodSet",e.ZodFunction="ZodFunction",e.ZodLazy="ZodLazy",e.ZodLiteral="ZodLiteral",e.ZodEnum="ZodEnum",e.ZodEffects="ZodEffects",e.ZodNativeEnum="ZodNativeEnum",e.ZodOptional="ZodOptional",e.ZodNullable="ZodNullable",e.ZodDefault="ZodDefault",e.ZodCatch="ZodCatch",e.ZodPromise="ZodPromise",e.ZodBranded="ZodBranded",e.ZodPipeline="ZodPipeline",e.ZodReadonly="ZodReadonly"})(M||(M={}));var g_=(e,t={message:`Input not instance of ${e.name}`})=>Py(n=>n instanceof e,t),Iy=qt.create,Ry=fn.create,y_=hr.create,b_=mn.create,$y=hn.create,w_=gn.create,D_=dr.create,v_=yn.create,k_=bn.create,x_=Jt.create,C_=vt.create,F_=et.create,E_=pr.create,__=kt.create,S_=Te.create,T_=Te.strictCreate,A_=wn.create,O_=ns.create,P_=Dn.create,I_=ct.create,R_=rs.create,$_=fr.create,j_=mr.create,B_=os.create,N_=vn.create,L_=kn.create,M_=xn.create,U_=Cn.create,z_=Ht.create,W_=Ge.create,V_=We.create,G_=ut.create,q_=Ge.createWithPreprocess,J_=mo.create,H_=()=>Iy().optional(),Z_=()=>Ry().optional(),K_=()=>$y().optional(),Y_={string:e=>qt.create({...e,coerce:!0}),number:e=>fn.create({...e,coerce:!0}),boolean:e=>hn.create({...e,coerce:!0}),bigint:e=>mn.create({...e,coerce:!0}),date:e=>gn.create({...e,coerce:!0})};var X_=N;function is(e,t=!1){let n=e.length,r=0,o="",i=0,s=16,a=0,l=0,c=0,u=0,p=0;function f(C,O){let X=0,L=0;for(;X<C||!O;){let A=e.charCodeAt(r);if(A>=48&&A<=57)L=L*16+A-48;else if(A>=65&&A<=70)L=L*16+A-65+10;else if(A>=97&&A<=102)L=L*16+A-97+10;else break;r++,X++}return X<C&&(L=-1),L}function m(C){r=C,o="",i=0,s=16,p=0}function y(){let C=r;if(e.charCodeAt(r)===48)r++;else for(r++;r<e.length&&gr(e.charCodeAt(r));)r++;if(r<e.length&&e.charCodeAt(r)===46)if(r++,r<e.length&&gr(e.charCodeAt(r)))for(r++;r<e.length&&gr(e.charCodeAt(r));)r++;else return p=3,e.substring(C,r);let O=r;if(r<e.length&&(e.charCodeAt(r)===69||e.charCodeAt(r)===101))if(r++,(r<e.length&&e.charCodeAt(r)===43||e.charCodeAt(r)===45)&&r++,r<e.length&&gr(e.charCodeAt(r))){for(r++;r<e.length&&gr(e.charCodeAt(r));)r++;O=r}else p=3;return e.substring(C,O)}function v(){let C="",O=r;for(;;){if(r>=n){C+=e.substring(O,r),p=2;break}let X=e.charCodeAt(r);if(X===34){C+=e.substring(O,r),r++;break}if(X===92){if(C+=e.substring(O,r),r++,r>=n){p=2;break}switch(e.charCodeAt(r++)){case 34:C+='"';break;case 92:C+="\\";break;case 47:C+="/";break;case 98:C+="\b";break;case 102:C+="\f";break;case 110:C+=`
|
|
124
|
-
`;break;case 114:
|
|
125
|
-
`),a++,c=r,s=14;switch(
|
|
126
|
-
`+" ".repeat(t)),"\r":new Array(
|
|
127
|
-
`+" ".repeat(t))}," ":{"\n":new Array(
|
|
128
|
-
`+" ".repeat(t)),"\r":new Array(
|
|
129
|
-
`+" ".repeat(t))}};var ss;(function(e){e.DEFAULT={allowTrailingComma:!1}})(ss||(ss={}));function By(e,t=[],n=ss.DEFAULT){let r=null,o=[],i=[];function s(l){Array.isArray(o)?o.push(l):r!==null&&(o[r]=l)}return Ny(e,{onObjectBegin:()=>{let l={};s(l),i.push(o),o=l,r=null},onObjectProperty:l=>{r=l},onObjectEnd:()=>{o=i.pop()},onArrayBegin:()=>{let l=[];s(l),i.push(o),o=l,r=null},onArrayEnd:()=>{o=i.pop()},onLiteralValue:s,onError:(l,c,u)=>{t.push({error:l,offset:c,length:u})}},n),o[0]}function Ny(e,t,n=ss.DEFAULT){let r=is(e,!1),o=[],i=0;function s(W){return W?()=>i===0&&W(r.getTokenOffset(),r.getTokenLength(),r.getTokenStartLine(),r.getTokenStartCharacter()):()=>!0}function a(W){return W?ae=>i===0&&W(ae,r.getTokenOffset(),r.getTokenLength(),r.getTokenStartLine(),r.getTokenStartCharacter()):()=>!0}function l(W){return W?ae=>i===0&&W(ae,r.getTokenOffset(),r.getTokenLength(),r.getTokenStartLine(),r.getTokenStartCharacter(),()=>o.slice()):()=>!0}function c(W){return W?()=>{i>0?i++:W(r.getTokenOffset(),r.getTokenLength(),r.getTokenStartLine(),r.getTokenStartCharacter(),()=>o.slice())===!1&&(i=1)}:()=>!0}function u(W){return W?()=>{i>0&&i--,i===0&&W(r.getTokenOffset(),r.getTokenLength(),r.getTokenStartLine(),r.getTokenStartCharacter())}:()=>!0}let p=c(t.onObjectBegin),f=l(t.onObjectProperty),m=u(t.onObjectEnd),y=c(t.onArrayBegin),v=u(t.onArrayEnd),E=l(t.onLiteralValue),_=a(t.onSeparator),U=s(t.onComment),C=a(t.onError),O=n&&n.disallowComments,X=n&&n.allowTrailingComma;function L(){for(;;){let W=r.scan();switch(r.getTokenError()){case 4:A(14);break;case 5:A(15);break;case 3:A(13);break;case 1:O||A(11);break;case 2:A(12);break;case 6:A(16);break}switch(W){case 12:case 13:O?A(10):U();break;case 16:A(1);break;case 15:case 14:break;default:return W}}}function A(W,ae=[],Ct=[]){if(C(W),ae.length+Ct.length>0){let yo=r.getToken();for(;yo!==17;){if(ae.indexOf(yo)!==-1){L();break}else if(Ct.indexOf(yo)!==-1)break;yo=L()}}}function g(W){let ae=r.getTokenValue();return W?E(ae):(f(ae),o.push(ae)),L(),!0}function b(){switch(r.getToken()){case 11:let W=r.getTokenValue(),ae=Number(W);isNaN(ae)&&(A(2),ae=0),E(ae);break;case 7:E(null);break;case 8:E(!0);break;case 9:E(!1);break;default:return!1}return L(),!0}function j(){return r.getToken()!==10?(A(3,[],[2,5]),!1):(g(!1),r.getToken()===6?(_(":"),L(),qe()||A(4,[],[2,5])):A(5,[],[2,5]),o.pop(),!0)}function F(){p(),L();let W=!1;for(;r.getToken()!==2&&r.getToken()!==17;){if(r.getToken()===5){if(W||A(4,[],[]),_(","),L(),r.getToken()===2&&X)break}else W&&A(6,[],[]);j()||A(4,[],[2,5]),W=!0}return m(),r.getToken()!==2?A(7,[2],[]):L(),!0}function he(){y(),L();let W=!0,ae=!1;for(;r.getToken()!==4&&r.getToken()!==17;){if(r.getToken()===5){if(ae||A(4,[],[]),_(","),L(),r.getToken()===4&&X)break}else ae&&A(6,[],[]);W?(o.push(0),W=!1):o[o.length-1]++,qe()||A(4,[],[4,5]),ae=!0}return v(),W||o.pop(),r.getToken()!==4?A(8,[4],[]):L(),!0}function qe(){switch(r.getToken()){case 3:return he();case 1:return F();case 10:return g(!0);default:return b()}}return L(),r.getToken()===17?n.allowEmptyContent?!0:(A(4,[],[]),!1):qe()?(r.getToken()!==17&&A(9,[],[]),!0):(A(4,[],[]),!1)}var Ly;(function(e){e[e.None=0]="None",e[e.UnexpectedEndOfComment=1]="UnexpectedEndOfComment",e[e.UnexpectedEndOfString=2]="UnexpectedEndOfString",e[e.UnexpectedEndOfNumber=3]="UnexpectedEndOfNumber",e[e.InvalidUnicode=4]="InvalidUnicode",e[e.InvalidEscapeCharacter=5]="InvalidEscapeCharacter",e[e.InvalidCharacter=6]="InvalidCharacter"})(Ly||(Ly={}));var My;(function(e){e[e.OpenBraceToken=1]="OpenBraceToken",e[e.CloseBraceToken=2]="CloseBraceToken",e[e.OpenBracketToken=3]="OpenBracketToken",e[e.CloseBracketToken=4]="CloseBracketToken",e[e.CommaToken=5]="CommaToken",e[e.ColonToken=6]="ColonToken",e[e.NullKeyword=7]="NullKeyword",e[e.TrueKeyword=8]="TrueKeyword",e[e.FalseKeyword=9]="FalseKeyword",e[e.StringLiteral=10]="StringLiteral",e[e.NumericLiteral=11]="NumericLiteral",e[e.LineCommentTrivia=12]="LineCommentTrivia",e[e.BlockCommentTrivia=13]="BlockCommentTrivia",e[e.LineBreakTrivia=14]="LineBreakTrivia",e[e.Trivia=15]="Trivia",e[e.Unknown=16]="Unknown",e[e.EOF=17]="EOF"})(My||(My={}));var Sc=By;var Uy;(function(e){e[e.InvalidSymbol=1]="InvalidSymbol",e[e.InvalidNumberFormat=2]="InvalidNumberFormat",e[e.PropertyNameExpected=3]="PropertyNameExpected",e[e.ValueExpected=4]="ValueExpected",e[e.ColonExpected=5]="ColonExpected",e[e.CommaExpected=6]="CommaExpected",e[e.CloseBraceExpected=7]="CloseBraceExpected",e[e.CloseBracketExpected=8]="CloseBracketExpected",e[e.EndOfFileExpected=9]="EndOfFileExpected",e[e.InvalidCommentToken=10]="InvalidCommentToken",e[e.UnexpectedEndOfComment=11]="UnexpectedEndOfComment",e[e.UnexpectedEndOfString=12]="UnexpectedEndOfString",e[e.UnexpectedEndOfNumber=13]="UnexpectedEndOfNumber",e[e.InvalidUnicode=14]="InvalidUnicode",e[e.InvalidEscapeCharacter=15]="InvalidEscapeCharacter",e[e.InvalidCharacter=16]="InvalidCharacter"})(Uy||(Uy={}));V();var zy=oe.object({name:oe.string(),main:oe.string(),compatibility_date:oe.string(),compatibility_flags:oe.array(oe.string()).optional(),placement:oe.object({mode:oe.string()}).passthrough().optional(),assets:oe.object({directory:oe.string(),binding:oe.string().optional()}).passthrough().optional(),d1_databases:oe.array(oe.object({database_name:oe.string(),database_id:oe.string(),binding:oe.string(),migrations_dir:oe.string().optional()}).passthrough()).default([]),kv_namespaces:oe.array(oe.object({binding:oe.string(),id:oe.string()}).passthrough()).default([]),r2_buckets:oe.array(oe.object({binding:oe.string(),bucket_name:oe.string()}).passthrough()).default([])}).passthrough();function Wy(e,t="wrangler.json"){let n=Ae.join(e,t);if(!pe.existsSync(n)){if(t.endsWith(".json"))return d.warn(`/${t} not found, checking for /${t}c`),Wy(e,t+"c");d.warn(`/${t} not found`);return}let r=pe.readFileSync(n,"utf8");d.info(`reading /${t}...`);let o;try{o=Sc(r)}catch(i){d.error(`/${t} loaded but could not parse as JSONC: ${i}`);return}try{let i=zy.parse(o);return d.info(`successfully loaded /${t}`),i}catch(i){d.error(`/${t} valid JSONC but schema validation failed: ${i}`);return}}function Vy(e,t,n={}){if(!pe.existsSync(e))return 0;pe.mkdirSync(t,{recursive:!0});let r=pe.readdirSync(e,{withFileTypes:!0}),o=0;for(let i of r){if(n.exclude&&i.name===n.exclude)continue;let s=Ae.join(e,i.name),a=Ae.join(t,i.name);i.isDirectory()?o+=Vy(s,a,n):(pe.copyFileSync(s,a),o++)}return o}async function Gy(e,t){let n=null,r=null,o=Ae.join(t,"wrangler.json"),i=Ae.join(t,"wrangler.jsonc");pe.existsSync(o)?(n=o,r=".json"):pe.existsSync(i)&&(n=i,r=".jsonc"),n&&r&&(d.info(`saving user-provided wrangler JSON as /clouduser.wrangler${r}...`),pe.copyFileSync(n,Ae.join(t,`clouduser.wrangler${r}`)));let s=n?Wy(t,Ae.basename(n)):null,a=Ae.join(__dirname,e.config.wrangler_template_path),l=Ae.join(t,"wrangler.json");if(!pe.existsSync(a))throw new Error(`Wrangler template not found at ${a}. Make sure the template is properly copied during build.`);if(d.info(`copying template /templates/${e.framework}/wrangler.${e.framework}.json to /wrangler.json`),pe.copyFileSync(a,l),!s)return;let c=JSON.parse(pe.readFileSync(l,"utf8"));if(s.kv_namespaces&&s.kv_namespaces.length>0&&(c.kv_namespaces=s.kv_namespaces,d.info(`merged ${s.kv_namespaces.length} KV namespace(s) into template`)),s.r2_buckets&&s.r2_buckets.length>0&&(c.r2_buckets=s.r2_buckets,d.info(`merged ${s.r2_buckets.length} R2 bucket(s) into template`)),s.d1_databases&&s.d1_databases.length>0&&(c.d1_databases=s.d1_databases,d.info(`merged ${s.d1_databases.length} D1 database(s) into template`)),pe.writeFileSync(l,JSON.stringify(c,null,2)),s.d1_databases.length!==0)for(let u in s.d1_databases){let p=s.d1_databases[u];if(!p.migrations_dir){d.info(`skipping migrations for database ${u} in wrangler.json; migrations dir is not defined`);continue}let f=p.migrations_dir,m=Ae.join(t,f);if(!pe.existsSync(m)){d.info(`skipping migrations for database ${u} in wrangler.json; migrations dir (/${f}) does not exist`);continue}let y=Ae.join(t,"clouduser","migrations",f),v=Vy(m,y);v>0?d.info(`copied ${v} migrations to /clouduser/migrations/${f}`):d.info(`skipping migrations for database ${u} in wrangler.json; migrations dir (/${f}) is empty`)}}function cS(e){if(!/^[a-z0-9-]+$/.test(e))throw new Error(`Invalid object storage bucket name ${JSON.stringify(e)}: Only lowercase letters, numbers, and hyphens are allowed.`);if(e.startsWith("-")||e.endsWith("-"))throw new Error(`Invalid object storage bucket name "${e}": Cannot begin or end with a hyphen.`);if(e.length>27)throw new Error(`Invalid object storage bucket name "${e}": Must be 27 characters or fewer (currently ${e.length} characters).`)}function qy(e){let t=null;for(let i of[".json",".jsonc"]){let s=Ae.join(e,`clouduser.wrangler${i}`);if(pe.existsSync(s)){t=s;break}}if(!t)return;let n=pe.readFileSync(t,"utf8"),r;try{r=Sc(n)}catch(i){throw new Error(`Failed to parse wrangler config at ${t} as JSONC: ${i}`)}let o=zy.parse(r);if(o.d1_databases&&o.d1_databases.length>0&&o.d1_databases.length>5)throw new Error(`Too many D1 databases configured: ${o.d1_databases.length}. Maximum allowed is 5.`);if(o.kv_namespaces&&o.kv_namespaces.length>0&&o.kv_namespaces.length>5)throw new Error(`Too many KV namespaces configured: ${o.kv_namespaces.length}. Maximum allowed is 5.`);if(o.r2_buckets&&o.r2_buckets.length>0){if(o.r2_buckets.length>5)throw new Error(`Too many R2 buckets configured: ${o.r2_buckets.length}. Maximum allowed is 5.`);d.info(`validating ${o.r2_buckets.length} object storage bucket name(s)...`);for(let i of o.r2_buckets)cS(i.bucket_name)}}V();xe();ne();De();async function Hy(e,t={}){let n=t.projectPath||process.cwd(),r=Date.now(),o=z.join(n,".tmp",`webflow-build-${r}`),i=t.outputDir||z.join(o,"output"),s=t.mountPath||"/app",a=Date.now(),l=Ac(n),c=t.telemetry;await c?.sendUsage("cloud_build_start",{framework:e.framework,buildCommand:e.config.build_command,deploymentType:e.config.deployment_type,mountPath:s,cloudflareBindings:l}),R.mkdirSync(o,{recursive:!0});try{d.info(k.green(`--- \u{1F4E6} Installing dependencies ------------------------------------
|
|
130
|
-
`)),await
|
|
131
|
-
`)),await
|
|
132
|
-
`)),await
|
|
133
|
-
`)),d.info(`running ${e.config.build_command}...`),await
|
|
134
|
-
`)),await
|
|
135
|
-
`)),await
|
|
136
|
-
`));let u=await
|
|
137
|
-
`))
|
|
138
|
-
`));for(let s of["mjs","cjs","js","ts"]){let a=z.join(e,`clouduser.${o}.${s}`),l=z.join(e,`${o}.${s}`);if(R.existsSync(a)){d.info(`restoring /${o}.${s} from /clouduser.${o}.${s}...`),R.existsSync(l)&&R.unlinkSync(l),R.renameSync(a,l);break}}for(let s of[".jsonc",".json"]){let a=z.join(e,`clouduser.wrangler${s}`);if(R.existsSync(a)){d.info(`restoring user wrangler${s} from backup...`);let l=z.join(e,"wrangler.json");R.existsSync(l)&&R.unlinkSync(l);let c=z.join(e,`wrangler${s}`);R.renameSync(a,c);break}}let i=z.join(e,"clouduser");R.existsSync(i)&&(d.info("cleaning up clouduser directory..."),R.rmSync(i,{recursive:!0,force:!0}));for(let s of t.config.additional_config_files||[]){let a=z.join(e,z.basename(s));R.existsSync(a)&&(d.info(`cleaning up additional config file ${a}...`),R.unlinkSync(a))}}catch(n){d.warn(`Warning: Failed to cleanup framework configuration: ${n}`)}}async function uS(e,t,n){let r=Date.now(),o=["--no-update-notifier","--no-progress"];try{if(t==="astro"){let a=z.join(e,"package.json"),l=JSON.parse(R.readFileSync(a,"utf8"));l.dependencies?.["@astrojs/react"]||l.devDependencies?.["@astrojs/react"]||(d.info("Warning: cosmic astro integration requires @astrojs/react and this project doesn't require it. Installing now..."),(0,br.execSync)("npm install --save @astrojs/react",{cwd:e,stdio:"inherit"}))}let i=z.join(e,"package-lock.json");R.existsSync(i)?(d.info("Running npm ci..."),(0,br.execSync)(`npm ci ${o.join(" ")}`,{cwd:e,stdio:"inherit"})):(d.info("Warning: No package-lock.json found, installing dependencies with npm install"),(0,br.execSync)(`npm install ${o.join(" ")}`,{cwd:e,stdio:"inherit"}));let s=Date.now()-r;await n?.sendUsage("cloud_install_dependencies_success",{duration:s,framework:t,hasPackageLock:R.existsSync(z.join(e,"package-lock.json"))})}catch(i){let s=Date.now()-r;throw await n?.sendError(i instanceof Error?i:new Error(String(i)),"cloud_install_dependencies_failure",{duration:s,framework:t,hasPackageLock:R.existsSync(z.join(e,"package-lock.json"))}),i}}async function dS(e,t,n,r,o){if(d.info(`Framework: ${t.framework}`),d.info(`Mount path: ${n}`),d.info(`Deployment type: ${t.config.deployment_type}`),!t.config.config_template_path)return;let i=z.join(__dirname,t.config.config_template_path),s=z.basename(i,".template"),a=s.slice(0,s.lastIndexOf("."));for(let p of["mjs","cjs","js","ts"]){let f=z.join(e,`${a}.${p}`);if(R.existsSync(f)){let m=z.join(e,`clouduser.${a}.${p}`);d.info(`renaming user base config /${a}.${p} to /clouduser.${a}.${p}...`),R.renameSync(f,m);break}}let l=z.join(e,s);d.info(`rendering override config from /templates/${t.framework}/${s}.template to /${s}`);let u=R.readFileSync(i,"utf8").replace(/\$\{([^}]+)\}/g,(p,f)=>({COSMIC_MOUNT_PATH:n,COSMIC_DEPLOY_URL:r||(o?`https://${o}.wf-app-prod.cosmic.webflow.services`:"")})[f]||p);R.writeFileSync(l,u);for(let p of t.config.additional_config_files||[]){let f=z.join(__dirname,p);R.statSync(f,{throwIfNoEntry:!1})?(d.info(`copying additional config file /${p} to ${z.join(e,z.basename(p))}`),R.copyFileSync(f,z.join(e,z.basename(p)))):d.warn(`additional config file /${p} does not exist; skipping`)}}async function pS(e,t,n){let r=Date.now();try{let o=t.split(" "),i=o[0],s=o.slice(1);(0,br.execSync)(`npx ${i} ${s.join(" ")}`,{cwd:e,stdio:"inherit"});let a=Date.now()-r;await n?.sendUsage("cloud_build_command_success",{duration:a,buildCommand:t})}catch(o){let i=Date.now()-r;throw await n?.sendError(o instanceof Error?o:new Error(String(o)),"cloud_build_command_failure",{duration:i,buildCommand:t}),new Error(`Build command failed: ${t}`)}}async function fS(e,t){R.mkdirSync(t,{recursive:!0});let n=z.join(e,"wrangler.json"),r=z.join(e,"wrangler.jsonc");if(!R.existsSync(n)&&!R.existsSync(r))throw new Error("Missing wrangler configuration: wrangler.json or wrangler.jsonc file is required");(0,br.execSync)(`npx wrangler deploy --dry-run --outdir="${t}"`,{cwd:e,stdio:"inherit"})}async function mS(e,t,n,r){let o=n.config.assets_path,i=n.config.assets_exclude_path,s=r.replace(/\/+$/,"").replace(/^\/+/,"");if(n.framework==="nextjs"||n.framework==="astro"){let p=z.join(e,o);if(R.existsSync(p)&&R.statSync(p).isDirectory()){let m=R.readdirSync(p,{withFileTypes:!0}).find(y=>!(!y.isDirectory()||i&&y.name===i||n.framework==="astro"&&(y.name==="_routes.json"||y.name==="_worker.js")));m&&(o=`${o}/${m.name}`)}}let a=z.join(t,"assets",s||"");R.mkdirSync(a,{recursive:!0});let l=z.join(e,o);if(R.existsSync(l)&&R.statSync(l).isDirectory()){d.info(`copying assets from /${o} to output/assets...`);try{i?(d.info(`excluding ${i}`),Yy(l,a,i)):Tc(l,a)}catch(p){d.error(p,{prefix:"Failed to copy assets:"})}}else d.info("No assets to copy or assets directory not found");let c=z.join(e,"webflow.json");R.existsSync(c)&&R.copyFileSync(c,z.join(t,"webflow.json"));let u=null;for(let p of[".json",".jsonc"]){let f=z.join(e,`clouduser.wrangler${p}`);if(R.existsSync(f)){u=f;break}}if(u){d.info("including user wrangler config in output..."),R.copyFileSync(u,z.join(t,"clouduser.wrangler.json"));let p=z.join(e,"clouduser","migrations");if(R.existsSync(p)){d.info("copying migrations from clouduser/migrations to output/migrations...");let f=z.join(t,"migrations");Tc(p,f)}}}async function hS(e){let t=`${e}.tar.gz`;try{return await Jy.create({gzip:!0,file:t,cwd:z.dirname(e)},[z.basename(e)]),d.info(`Tarball created: ${t}`),t}catch(n){throw new h(n,{prefix:"Failed to create tarball:"})}}function Tc(e,t){R.mkdirSync(t,{recursive:!0});let n=R.readdirSync(e,{withFileTypes:!0});for(let r of n){let o=z.join(e,r.name),i=z.join(t,r.name);r.isDirectory()?Tc(o,i):R.copyFileSync(o,i)}}function Yy(e,t,n){R.mkdirSync(t,{recursive:!0});let r=R.readdirSync(e,{withFileTypes:!0});for(let o of r){if(o.name===n)continue;let i=z.join(e,o.name),s=z.join(t,o.name);o.isDirectory()?Yy(i,s,n):R.copyFileSync(i,s)}}we();ue();V();var gS="DUPLICATE_ENVIRONMENT_MOUNT",yS="ENVIRONMENT_MOUNT_MISMATCH",bS="DUPLICATE_ENVIRONMENT_BRANCH",wS="INVALID_MOUNT_PATH_FORMAT",DS="INVALID_PROJECT_ID",Xy={[gS]:"An environment with this mount path already exists for this site. Please choose a different mount path.",[yS]:"This environment already exists with a different mount path. Please create a new environment or use the existing environment's mount path.",[bS]:"An environment with this branch already exists for this project.",[wS]:"Mount path format is invalid. It must start with a / and be followed by at least one character (e.g., /app).",[DS]:"Invalid project ID. This project may have been deleted or belongs to a different site. Please remove the 'project_id' from your webflow.json file and redeploy to create a new project."};function Qy(e){let t={timestamp:new Date().toISOString()};if(e instanceof Error)t.code=e.name,t.msg=e.message,t.stack=e.stack;else if(typeof e=="object"&&e!==null){let r=e;t.code=typeof r.code=="string"?r.code:void 0,t.msg=typeof r.msg=="string"?r.msg:void 0,t.status=typeof r.status=="number"?r.status:void 0}let n=t.msg||"";d.error(`Error Details: ${JSON.stringify({timestamp:t.timestamp,code:t.code,message:t.msg,status:t.status,stack:t.stack},null,2)}`);for(let r in Xy)if(n.includes(r))return Xy[r];return`An unknown error occurred. Error code: ${t.code||"N/A"}, Message: ${t.msg||"No message provided"}`}var wr=w(require("fs")),Oc=require("child_process");V();ne();De();var eb=104857600;function tb(e){if(e===0)return"0 B";let t=1024,n=["B","KB","MB","GB"],r=Math.floor(Math.log(e)/Math.log(t));return`${parseFloat((e/Math.pow(t,r)).toFixed(1))} ${n[r]}`}function vS(){try{let e=(0,Oc.execSync)("git rev-parse HEAD",{encoding:"utf-8",stdio:["pipe","pipe","pipe"]}).trim();if(!/^[0-9a-f]{40}$/.test(e))throw new Error("Invalid commit hash format");try{return(0,Oc.execSync)("git status --porcelain --untracked-files=no",{encoding:"utf-8",stdio:["pipe","pipe","pipe"]}).trim().length>0?`git@${e}+dirty`:`git@${e}`}catch{return`git@${e}`}}catch{return`noversion@${new Date().toISOString()}`}}async function Pc(e,t,n){let r=await fetch(`${I}${t}`,{method:n.method,headers:{Authorization:`Bearer ${e}`,"Content-Type":"application/json"},body:n.body?JSON.stringify(n.body):void 0});if(!r.ok){let o=await r.text(),i;try{i=JSON.parse(o)}catch{i={msg:o}}let s=Qy(i);throw new Error(s)}return r.json()}async function nb(e,t,n,r){let{manifest:o}=Q(),i=o.cloud||{},s=i.project_id,a=i.framework;if(!a)throw new h("No framework specified in webflow.json. Please ensure your webflow.json has a cloud.framework property");let l=await kS(e,{siteId:e.siteId,apiToken:e.accessToken,framework:a,mountPath:n,environment:t,projectId:s,projectName:r?.projectName,description:r?.description,directory:r?.directory,version:vS()});return!s&&l.project_id&&(d.info("\u{1F4DD} Updating webflow.json with project ID..."),fe({cloud:{...i,project_id:l.project_id}})),l}async function kS(e,t){let{siteId:n,framework:r,mountPath:o,environment:i,version:s,projectId:a,projectName:l,description:c,directory:u}=t,p={framework:r,mount_path:o,environment:i,version:s};return a&&(p.project_id=a),l&&(p.project_name=l),c&&(p.description=c),u&&(p.app_path=u),Pc(e.accessToken,`/cosmic/${n}/cli-deploy-init`,{method:"POST",body:p})}async function rb(e,t){return Pc(e.accessToken,`/cosmic/${e.siteId}/cli-project-environments/${t}`,{method:"GET"})}async function ob(e){return Pc(e.accessToken,`/cosmic/${e.siteId}/cli-projects`,{method:"GET"})}async function ib(e,t){if(!wr.existsSync(e))throw new Error(`Tarball not found at ${e}`);let n=wr.statSync(e);if(n.size>eb)throw new Error(`Build output is too large (${tb(n.size)}). Maximum allowed size is ${tb(eb)}.`);let r=wr.readFileSync(e),o=JSON.parse(t);if(!o.fields)throw new Error("Upload URL is missing fields property");let i=new FormData;Object.entries(o.fields).forEach(([l,c])=>{i.append(l,c)});let s=new Blob([r],{type:"application/gzip"});i.append("file",s,"output.tar.gz");let a=await fetch(o.url,{method:"POST",body:i});if(!a.ok){let l=await a.text();throw new h(l,{prefix:`${B} Upload failed with response:`})}}async function sb(e,t){if(!e||e==="undefined")throw new h("Completion URL is undefined or invalid");let n=new URL(e);t&&n.searchParams.set("failed","true");let r=await fetch(n.toString(),{method:"GET"});if(!r.ok)throw new h(`Failed to trigger deployment: ${r.status} ${r.statusText}`)}var ab=require("webflow-api");ue();ue();ne();function Ic(e){return new ab.WebflowClient({accessToken:e,environment:{base:`${I}/v2`,dataApi:`${I}/v2`,contentDeliveryApi:`${Po}/v2`}})}async function go(e,t){try{let r=await Ic(e).sites.get(t);return{id:r.id||t,displayName:r.displayName||"Unknown Site",shortName:r.shortName||"unknown-site",customDomains:r.customDomains?.map(o=>({id:o.id||"",url:o.url||""}))||[]}}catch(n){throw new h(n,{prefix:"Error fetching site details:"})}}async function Rc(e,t){try{return{customDomains:(await Ic(e).sites.getCustomDomain(t)).customDomains?.map(o=>({id:o.id||"",url:o.url||""}))||[]}}catch(n){throw new h(n,{prefix:"Error fetching custom domains:"})}}async function $c(e){try{let t=await fetch(`https://${e}/manifest.json`);if(!t.ok)throw new Error(`HTTP ${t.status}: ${t.statusText}`);return await t.json()}catch(t){throw new h(t,{prefix:`Failed to fetch manifest from ${e}:`})}}function jc(e,t,n){return e.cosmic&&Array.isArray(e.cosmic)?e.cosmic.some(r=>{if(r.mountPath!==t)return!1;if(!n)return!0;if(r.workerUrl)try{return new URL(r.workerUrl).hostname.split(".")[0]===n}catch{return!1}return!1}):!1}async function lb(e,t,n){try{let r=Ic(e),o=await go(e,t),i=[];if(n?.domains&&n.domains.length>0)for(let s of n.domains){let a=o.customDomains?.find(l=>l.url===s);a?.id&&i.push(a.id)}await r.sites.publish(t,{customDomains:i,publishToWebflowSubdomain:n?.publishToWebflowSubdomain??!0})}catch(r){throw new h(r,{prefix:"Error publishing site:"})}}Ze();Bs();V();async function cb(e,t,n){let{siteId:r,accessToken:o}=e,i=Pn("Validating mount path configuration...").start();try{let s=await go(o,r),a=await Rc(o,r),l=[`${s.shortName}.webflow.io`,...a.customDomains?.map(y=>y.url)||[]],c=0;i.text=`Validating ${l.length} domain(s) for mount path: ${t}... (0/${l.length})`;let u=l.map(async y=>{try{let v=await $c(y),E=Array.isArray(v.cosmic)?v.cosmic.map(U=>U.mountPath).filter(U=>typeof U=="string"):[],_=jc(v,t,n);return{domain:y,mountPaths:E,isValid:_===!0}}catch(v){return{domain:y,mountPaths:[],isValid:!1,error:v instanceof Error?v.message:String(v)}}finally{c++,i.text=`Validating ${l.length} domain(s) for mount path: ${t}... (${c}/${l.length})`}}),p=await Promise.all(u),f=p.some(y=>!y.isValid),m=p.every(y=>y.isValid);return i.succeed("Mount path validation completed"),{isValid:m,domains:p,needsPublishing:f}}catch(s){throw i.fail("Mount path validation failed"),s}}async function ub(e,t,n){let{siteId:r,accessToken:o}=e;try{let i=await go(o,r),s=await Rc(o,r),l=[`${i.shortName}.webflow.io`,...s.customDomains?.map(u=>u.url)||[]].map(async u=>{try{let p=await $c(u),f=jc(p,t,n);return{domain:u,isValid:f}}catch(p){return d.debug(`Could not verify mount path for ${u}: ${p}`),{domain:u,isValid:!1}}});return(await Promise.all(l)).filter(u=>u.isValid).map(u=>u.domain)}catch(i){return d.debug(`Error getting valid domains: ${i}`),[]}}function db(e,t){return e.map(n=>`${n.startsWith("localhost")||n.startsWith("127.0.0.1")?"http":"https"}://${n}${t}`)}async function pb(e){let t=e.map(r=>({name:r,value:r,checked:!0})),n=await $o({message:"Select which domains you want to publish to update the mount path configuration:",choices:t,validate:r=>r.length===0?"Please select at least one domain to publish to.":!0});return n??[]}async function fb(){return await Ce({message:"The mount path doesn't match on some domains. Would you like to publish the site to update the configuration?",default:!0})}async function Bc(e,t){let{siteId:n,accessToken:r}=e,o=Pn(`Publishing site to ${t.length} domain(s)...`).start();try{let s=`${(await go(r,n)).shortName}.webflow.io`,a=t.includes(s),l=t.filter(c=>c!==s);await lb(r,n,{domains:l,publishToWebflowSubdomain:a}),o.succeed(`Site published successfully to selected domains: ${t.join(", ")}`)}catch{throw o.fail("Failed to publish site"),new Error("Failed to publish site")}}we();V();xe();ue();Oe();var as=w(require("fs")),hb=w(require("path"));ne();De();var ls=async()=>{try{let e=await kc();return Object.keys(e)}catch(e){return d.error(e,{prefix:"Failed to get available scaffolds:"}),[]}},xS=async(e,t,n)=>{let r=n[t];if(!r)throw new Error(`Scaffold "${t}" not found`);let o=r.find(l=>l.includes(dn));if(!o)throw new Error(`No ${dn} found in scaffold "${t}"`);await as.promises.mkdir(e,{recursive:!0});let s=(await as.promises.readFile(o,"utf8")).replace(Ki,e),a=hb.join(e,dn);await as.promises.writeFile(a,s,"utf8")},Nc=async(e,t,n=Zi,r)=>{let o=`./${e}`,i=await kc(),s=null,a=!1;try{let l=Date.now();await xS(e,n,i),process.chdir(o);let{manifest:c}=Q(),u=await ye(c,{site:r}),p=u.accessToken,f=u.siteId;if(s=q.forCloud({authToken:p,siteId:f}),await vc(".",t,n,i,f,p),f){d.info("Running devlink export to fetch your Webflow components...");try{await CS({site:f,apiToken:p}),a=!0}catch(y){d.error(y,{prefix:"Failed to run devlink export:"}),d.info("You can manually run 'npx webflow devlink export' later to export your components.")}}let m=Date.now()-l;await s?.sendUsage("project_init",{scaffold:n,scaffoldName:n,devlinkSyncStatus:a,totalDuration:m,mountPath:t}),mb(e)}catch(l){throw d.error(l,{prefix:"Error during Webflow authentication:"}),await vc(".",t,n,i),d.error("Project scaffold was created, but authentication failed."),d.error("To set up Webflow credentials later, run:"),d.error(" webflow auth login"),mb(e),new h(l,{skipLogging:!0})}},CS=async e=>{let{exportComponents:t}=await Promise.resolve().then(()=>(Vl(),Kh));await t({site:e.site,apiToken:e.apiToken})},FS=e=>{if(e?.skipMountPathCheck!==void 0)return e.skipMountPathCheck;try{let{manifest:t}=Q();return t.cloud?.skipMountPathCheck===!0}catch{return!1}},ES=async(e,t,n,r)=>{d.info("\u{1F50D} Validating mount path configuration...");let o=await cb(e,t,n);if(o.isValid)d.info(`${Y} Mount path validation passed`);else if(d.info(`
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
123
|
+
`,f),"")}`)),t.succeed(),t=d.spinner("Generating library bundle");let{outputFiles:u,outputVolume:p}=await Yi({libraryIdentifier:r,renderer:n.renderer,framework:n.framework,publicPath:Vt(e.publicPath||a_),sourceVolumes:[i],componentsFiles:o,componentsOptions:c,debugBundler:e?.debugBundler,dev:e?.dev,overrideConfig:s,failOnWarnings:!e.force,bundler:e.bundler});t.succeed(),t=d.spinner("Writing to disk"),u.forEach(([f,m])=>{let g=(0,mr.join)(`/${m}`,`${f.name}`),v=po(p.readFileSync(g,"utf8").toString(),g,{bundleEnvironment:m}),F=(0,mr.join)(process.cwd(),e.outputPath||s_);is.default.existsSync((0,mr.join)(F,`${m}`))||is.default.mkdirSync((0,mr.join)(F,`${m}`),{recursive:!0}),is.default.writeFileSync((0,mr.join)(F,m,f.name),v.value.toString())}),t.succeed(),d.success("Code Library bundled successfully!")}catch(n){throw t?.fail(),new h(n)}}var yo=w(require("fs-extra")),Cc=w(require("path"));G();ke();function l_(){try{if(!yo.default.existsSync(Pe))return null;let e=yo.default.readdirSync(Pe).filter(t=>t.endsWith(".log")).map(t=>({name:t,path:Cc.default.join(Pe,t),time:yo.default.statSync(Cc.default.join(Pe,t)).mtime.getTime()})).sort((t,n)=>n.time-t.time);if(e.length===0)return null;for(let t of e)try{let r=yo.default.readFileSync(t.path,"utf8").match(/Command: (.+)/);if(r){let o=r[1];if(!/^(log|library\s+log)(\s|$)/.test(o))return t.path}}catch{continue}return null}catch{return null}}async function Fc(){let e=l_();e&&console.info(`${Wn} Latest log: ${e}`),console.info(`${Wn} All logs: ${Pe}`)}async function Oy(e){e.command("log").description("Display the logs directory and path to the latest log file, if available.").action(Fc)}var yn=require("commander"),Ec=new yn.Option("--no-input","Avoid prompting or doing anything interactive. Use this for CI/CD pipelines."),_c=new yn.Option("--manifest <path>","Path to a manifest.json file or directory containing webflow.json. Default: ./webflow.json"),Sc=new yn.Option("--skip-update-check","Skip checking for @webflow packages updates"),Tc=new yn.Option("--verbose","Display more information for debugging purposes."),bo=new yn.Option("--api-token <token>","API token. Default: value set in WEBFLOW_API_TOKEN env variable."),hr=new yn.Option("-s, --site <site-id>","Site ID. Default: value set in webflow.json config."),wo=e=>async(t,n)=>{let o={...n.parent?.opts()||{},...t};await e(o)};var c_="Import a library of Code Components into your Webflow Workspace.",u_="Bundle a library of Code Components for local development.",Iy=new qt.Option("-f, --force","Force the bundler to finish compiling, even if there are warnings or type errors."),Py=new qt.Option("--debug-bundler","Display final bundler configurations for debugging purposes."),Ry=new qt.Option("--dev","Bundle in development mode for debugging purposes."),$y=new qt.Option("--bundler <engine>","Bundler to use: webpack or rspack (experimental). Default: webpack").choices(["webpack","rspack"]).default("webpack").hideHelp(),d_=new qt.Option("--library-id <id>","Set the library identifier to use for the bundle.").hideHelp(),p_=new qt.Option("--public-path <path>","Set the public path for the bundle."),f_=new qt.Option("--output-path <path>","Override the output path for the bundle. Default is './dist'");function Ac(e,t){return e.command(t).description(c_).addOption(bo).addOption(Iy).addOption(Py).addOption(Ry).addOption($y).action(wo(kc))}function Oc(e,t){return e.command(t).description(u_).addOption(d_).addOption(p_).addOption(f_).addOption(Iy).addOption(Py).addOption(Ry).addOption($y).action(wo(xc))}var jy=e=>{let t=e.command("library").description("CLI for managing your Webflow libraries of Code Components.");Ac(t,"share"),Oc(t,"bundle"),t.command("log").description("Display the logs directory and path to the latest log file, if available.").action(Fc)};var Ny=e=>{let t=e.command("devlink").description("CLI for managing your Webflow Components.");t.command("sync").description("Sync your Webflow components to your filesystem.").argument("[components...]","A list of components to sync. If none is provided, all components will be synced.").addOption(bo).addOption(hr).action(Jh),Ac(t,"import"),Oc(t,"bundle"),t.command("export").description("Export Webflow Components from your Webflow Site.").addOption(bo).addOption(hr).action(wo(Ui))};var Wb=w(require("path"));var kt=w(require("fs")),Ve=w(require("path"));G();Re();var fe={New:"new",Existing:"existing"},By="cli",Jt=3,Ht=39,ss="astro",Ly="cloud-scaffolds";var My="package.json",bn="webflow.json",as="wf-placeholder-name",Uy="CLOUD_MOUNT_PATH",Wy="gitignore";function Ic(e){return!e.siteId}var Do=async(e,t,n=ss,r,o,i)=>{try{let s,a;if("content"in r){let l=r.content;s=l.files,a=c=>Ve.relative(l.extractionRoot,c).replace(/\\/g,"/")}else{let c=r[n];if(!c)throw new Error(`Scaffold "${n}" not found`);s=c;let u=Ve.join(Ly,n);a=p=>p.split(u)[1]?.substring(1).replace(/\\/g,"/")??""}for(let l of s)try{let c=Ve.join(e,a(l)),u=l.includes("next.config.ts"),p=l.includes("astro.config.mjs"),f=u||p;if(l.includes(bn)&&kt.existsSync(c))continue;if(l.includes(My)||l.includes(bn)){let g=(await kt.promises.readFile(l,"utf8")).replace(as,e);await ls(c,g)}else if(f){let m=await kt.promises.readFile(l,"utf8");await ls(c,m.replace(Uy,t))}else if(Ve.basename(c).toLowerCase()===Wy){let m=await kt.promises.readFile(l,"utf8"),g=Ve.join(Ve.dirname(c),".gitignore");await ls(g,m)}else{let m=await kt.promises.readFile(l);await ls(c,m)}}catch(c){d.error(`Error processing file ${l}: ${c}`)}if(o&&i)try{yt({siteId:o,apiToken:i,directory:e})}catch(l){d.error(`Error creating .env file: ${l}`)}}catch(s){throw d.error(`Error applying scaffold: ${s}`),s}};var ls=async(e,t)=>{try{await kt.promises.mkdir(Ve.dirname(e),{recursive:!0}),await kt.promises.writeFile(e,t)}catch(n){throw d.error(`Error writing file ${e}: ${n}`),n}};var Kt=w(require("fs")),zy=w(require("fs-extra")),Zt=w(require("path")),Nc=w(require("os")),Vy=w(require("tar"));var be=class extends Error{constructor(n,r,o){super(n);this.scaffoldId=r;this.supportedIds=o;this.name="ScaffoldError"}};var vo={"astro-minimal":{id:"astro-minimal",name:"Astro",source:{type:"github",repo:"Webflow-Examples/hello-world-astro",ref:"v1"}},"nextjs-minimal":{id:"nextjs-minimal",name:"Next.js",source:{type:"github",repo:"Webflow-Examples/hello-world-nextjs",ref:"v1"}},astro:{id:"astro",name:"Astro (site-attached)",source:{type:"github",repo:"Webflow-Examples/hello-world-astro-devlink",ref:"v1"}},nextjs:{id:"nextjs",name:"Next.js (site-attached)",source:{type:"github",repo:"Webflow-Examples/hello-world-nextjs-devlink",ref:"v1"}}};function ko(e){let t=vo[e];if(!t){let n=Object.keys(vo);throw new be(`Unsupported framework: "${e}". Supported: ${n.join(", ")}`,e,n)}return t}function Pc(){return Object.keys(vo)}function Rc(){return[...new Set(Pc().map(e=>e.replace(/-minimal$/,"")))]}function $c(){return["astro","nextjs"]}function jc(e){let n=`${e.replace(/-minimal$/,"")}-minimal`;if(!vo[n]){let r=Pc();throw new be(`No minimal scaffold for "${e}". Supported: ${r.join(", ")}`,n,r)}return n}G();var m_="https://github.com";async function Bc(e){let t=e.endsWith("-minimal")?e:jc(e);return cs(t)}async function cs(e){return ko(e).source.type==="github"?h_(e):Gy(e)}async function Gy(e){let t=ko(e);if(t.source.type!=="local")throw new be(`Scaffold "${e}" does not have a local source`,e);let n=Zt.isAbsolute(t.source.path)?t.source.path:Zt.join(__dirname,t.source.path);if(!Kt.existsSync(n))throw new be(`Scaffold directory not found: ${n}`,e);let r=await Lc(n);return{scaffoldId:e,files:r,extractionRoot:n}}async function h_(e){let t=ko(e);if(t.source.type!=="github")throw new be(`Scaffold "${e}" does not have a GitHub source`,e);let n=t.source.ref??"main",r=`${m_}/${t.source.repo}/archive/${n}.tar.gz`,o=await Kt.promises.mkdtemp(Zt.join(Nc.tmpdir(),`webflow-scaffold-${e}-`)),i=d.spinner(`Downloading scaffold (${t.source.repo}@${n})`);try{let s;try{s=await fetch(r,{redirect:"follow",headers:{"User-Agent":"webflow-cli"}})}catch(m){throw i.fail("Download failed"),new be(`Failed to fetch scaffold from GitHub: ${m instanceof Error?m.message:String(m)}. Repo: ${t.source.repo}, ref: ${n}`,e)}if(!s.ok)throw i.fail(`GitHub returned ${s.status} ${s.statusText}`),new be(`Failed to fetch scaffold from GitHub: ${s.status} ${s.statusText}. Repo: ${t.source.repo}, ref: ${n}`,e);let a=Buffer.from(await s.arrayBuffer());i.succeed("Downloaded scaffold");let l=d.spinner("Unpacking scaffold");try{await g_(a,o),l.succeed("Scaffold ready")}catch(m){throw l.fail("Unpack failed"),m}let c=await Kt.promises.readdir(o),u=c[0];if(!u||c.length!==1)throw new be(`Unexpected tarball structure for ${t.source.repo}`,e);let p=Zt.join(o,u),f=await Lc(p);return{scaffoldId:e,files:f,extractionRoot:p}}catch(s){try{zy.default.removeSync(o)}catch{}throw s instanceof be?s:new be(`Failed to fetch scaffold "${e}": ${s instanceof Error?s.message:String(s)}`,e)}}async function g_(e,t){let n=Zt.join(Nc.tmpdir(),`webflow-scaffold-${Date.now()}.tar.gz`);await Kt.promises.writeFile(n,new Uint8Array(e.buffer,e.byteOffset,e.byteLength));try{await Vy.extract({file:n,cwd:t})}finally{await Kt.promises.unlink(n).catch(()=>{})}}async function Lc(e){let t=[],n=await Kt.promises.readdir(e,{withFileTypes:!0});for(let r of n){let o=Zt.join(e,r.name);r.isDirectory()?t.push(...await Lc(o)):t.push(o)}return t}var tu=w(require("fs-extra"));Re();Ie();var Yt=w(require("fs")),Mc=w(require("path"));G();var us={angular:{package_identifier:"@angular/ssr",build_command:"ng build",config_template_path:"templates/angular/angular.json.template",wrangler_template_path:"templates/angular/wrangler.angular.json",assets_path:"dist/browser",deployment_type:"ssr",entrypoint_path:"./server.js"},astro:{package_identifier:"@astrojs/cloudflare",build_command:"astro build",config_template_path:"templates/astro/astro.config.mjs.template",additional_config_files:["templates/astro/webflow-loader.ts"],wrangler_template_path:"templates/astro/wrangler.astro.json",assets_path:"dist",deployment_type:"ssr",assets_exclude_path:"_worker.js",entrypoint_path:"./index.js"},docusaurus:{package_identifier:"@docusaurus/core",build_command:"docusaurus build",config_template_path:"templates/docusaurus/docusaurus.config.js.template",wrangler_template_path:"templates/docusaurus/wrangler.docusaurus.json",assets_path:"build",deployment_type:"ssg",entrypoint_path:"./no-op-worker.js"},gatsby:{package_identifier:"gatsby",build_command:"gatsby build",wrangler_template_path:"templates/gatsby/wrangler.gatsby.json",assets_path:"public",deployment_type:"ssg",entrypoint_path:"./no-op-worker.js"},nextjs:{package_identifier:"@opennextjs/cloudflare",build_command:"opennextjs-cloudflare build",config_template_path:"templates/nextjs/next.config.ts.template",additional_config_files:["templates/nextjs/webflow-loader.ts"],wrangler_template_path:"templates/nextjs/wrangler.nextjs.json",assets_path:".open-next/assets",entrypoint_path:"./worker.js",deployment_type:"ssr"},nuxt:{package_identifier:"nuxt",build_command:"nuxt build",config_template_path:"templates/nuxt/nuxt.config.ts.template",wrangler_template_path:"templates/nuxt/wrangler.nuxt.json",assets_path:".output/public",entrypoint_path:"./index.js",deployment_type:"ssr"},qwik:{package_identifier:"@builder.io/qwik",build_command:"qwik build",config_template_path:"templates/qwik/vite.config.ts.template",wrangler_template_path:"templates/qwik/wrangler.qwik.json",assets_path:"dist",deployment_type:"ssr",entrypoint_path:"./_worker.js"},react:{package_identifier:"@vitejs/plugin-react",build_command:"tsc -b && vite build",config_template_path:"templates/react/vite.config.ts.template",wrangler_template_path:"templates/react/wrangler.react.json",assets_path:"dist",deployment_type:"spa",entrypoint_path:"./index.js"},remix:{package_identifier:"@remix-run/cloudflare",build_command:"remix vite:build",config_template_path:"templates/remix/vite.config.ts.template",wrangler_template_path:"templates/remix/wrangler.remix.json",assets_path:"build/client",deployment_type:"ssr",entrypoint_path:"./server.js"},solid:{package_identifier:"@solidjs/start",build_command:"vinxi build",config_template_path:"templates/solid/app.config.ts.template",wrangler_template_path:"templates/solid/wrangler.solid.json",assets_path:".output/public",deployment_type:"ssr",entrypoint_path:"./index.js"},svelte:{package_identifier:"@sveltejs/vite-plugin-svelte",build_command:"vite build",config_template_path:"templates/svelte/vite.config.ts.template",wrangler_template_path:"templates/svelte/wrangler.svelte.json",assets_path:".svelte-kit/cloudflare",deployment_type:"ssr",entrypoint_path:"./_worker.js"},vue:{package_identifier:"@vitejs/plugin-vue",build_command:"vue-tsc --build && vite build",config_template_path:"templates/vue/vite.config.ts.template",wrangler_template_path:"templates/vue/wrangler.vue.json",assets_path:"dist",deployment_type:"spa",entrypoint_path:"./index.js"}},ds=["nextjs","astro","remix"];async function qy(e=process.cwd()){let t=Mc.join(e,"package.json"),n=Mc.join(e,"webflow.json");if(!Yt.existsSync(t))throw new Error("No package.json file found");let r=null;if(Yt.existsSync(n))try{let i=JSON.parse(Yt.readFileSync(n,"utf8")).cloud?.framework;if(i){if(!us[i]){let s=Object.keys(us).join(", ");throw new Error(`Framework '${i}' from webflow.json is not supported. Must be one of: ${s}`)}if(!ds.includes(i))throw new Error(`Framework '${i}' is not currently supported. Must be one of: ${ds.join(", ")}`);r=i,d.info(`Using framework type from webflow.json: ${r}`)}else throw new Error("webflow.json exists but doesn't contain valid framework information under the 'cloud' key")}catch(o){throw o instanceof SyntaxError?new Error("webflow.json contains invalid JSON"):o}if(!r)try{let o=JSON.parse(Yt.readFileSync(t,"utf8"));for(let s of ds){let l=us[s].package_identifier;if(o.dependencies?.[l]||o.devDependencies?.[l]){r=s;break}}if(!r)throw new Error(`Framework not detected or not supported. Only ${ds.join(", ")} are currently supported.`);d.info(`Detected framework: ${r}`),Yt.writeFileSync(n,JSON.stringify({cloud:{framework:r}},null,2))}catch(o){throw o instanceof SyntaxError?new Error("package.json contains invalid JSON"):o}return{framework:r,config:us[r]}}var $=w(require("fs")),W=w(require("path")),Er=require("child_process"),hb=w(require("tar"));var me=w(require("fs")),Ae=w(require("path"));var oe={};uu(oe,{BRAND:()=>W_,DIRTY:()=>wn,EMPTY_PATH:()=>D_,INVALID:()=>L,NEVER:()=>ES,OK:()=>Ce,ParseStatus:()=>De,Schema:()=>H,ZodAny:()=>en,ZodArray:()=>Et,ZodBigInt:()=>vn,ZodBoolean:()=>kn,ZodBranded:()=>Co,ZodCatch:()=>Pn,ZodDate:()=>xn,ZodDefault:()=>In,ZodDiscriminatedUnion:()=>ms,ZodEffects:()=>Je,ZodEnum:()=>An,ZodError:()=>Se,ZodFirstPartyTypeKind:()=>U,ZodFunction:()=>gs,ZodIntersection:()=>_n,ZodIssueCode:()=>D,ZodLazy:()=>Sn,ZodLiteral:()=>Tn,ZodMap:()=>vr,ZodNaN:()=>xr,ZodNativeEnum:()=>On,ZodNever:()=>nt,ZodNull:()=>Fn,ZodNullable:()=>pt,ZodNumber:()=>Dn,ZodObject:()=>Te,ZodOptional:()=>Ge,ZodParsedType:()=>S,ZodPipeline:()=>Fo,ZodPromise:()=>tn,ZodReadonly:()=>Rn,ZodRecord:()=>hs,ZodSchema:()=>H,ZodSet:()=>kr,ZodString:()=>Qt,ZodSymbol:()=>wr,ZodTransformer:()=>Je,ZodTuple:()=>dt,ZodType:()=>H,ZodUndefined:()=>Cn,ZodUnion:()=>En,ZodUnknown:()=>Ft,ZodVoid:()=>Dr,addIssueToContext:()=>E,any:()=>Y_,array:()=>tS,bigint:()=>q_,boolean:()=>rb,coerce:()=>FS,custom:()=>eb,date:()=>J_,datetimeRegex:()=>Xy,defaultErrorMap:()=>xt,discriminatedUnion:()=>iS,effect:()=>yS,enum:()=>mS,function:()=>dS,getErrorMap:()=>gr,getParsedType:()=>ut,instanceof:()=>V_,intersection:()=>sS,isAborted:()=>ps,isAsync:()=>yr,isDirty:()=>fs,isValid:()=>Xt,late:()=>z_,lazy:()=>pS,literal:()=>fS,makeIssue:()=>xo,map:()=>cS,nan:()=>G_,nativeEnum:()=>hS,never:()=>Q_,null:()=>Z_,nullable:()=>wS,number:()=>nb,object:()=>nS,objectUtil:()=>Uc,oboolean:()=>CS,onumber:()=>xS,optional:()=>bS,ostring:()=>kS,pipeline:()=>vS,preprocess:()=>DS,promise:()=>gS,quotelessJson:()=>y_,record:()=>lS,set:()=>uS,setErrorMap:()=>w_,strictObject:()=>rS,string:()=>tb,symbol:()=>H_,transformer:()=>yS,tuple:()=>aS,undefined:()=>K_,union:()=>oS,unknown:()=>X_,util:()=>Y,void:()=>eS});var Y;(function(e){e.assertEqual=o=>{};function t(o){}e.assertIs=t;function n(o){throw new Error}e.assertNever=n,e.arrayToEnum=o=>{let i={};for(let s of o)i[s]=s;return i},e.getValidEnumValues=o=>{let i=e.objectKeys(o).filter(a=>typeof o[o[a]]!="number"),s={};for(let a of i)s[a]=o[a];return e.objectValues(s)},e.objectValues=o=>e.objectKeys(o).map(function(i){return o[i]}),e.objectKeys=typeof Object.keys=="function"?o=>Object.keys(o):o=>{let i=[];for(let s in o)Object.prototype.hasOwnProperty.call(o,s)&&i.push(s);return i},e.find=(o,i)=>{for(let s of o)if(i(s))return s},e.isInteger=typeof Number.isInteger=="function"?o=>Number.isInteger(o):o=>typeof o=="number"&&Number.isFinite(o)&&Math.floor(o)===o;function r(o,i=" | "){return o.map(s=>typeof s=="string"?`'${s}'`:s).join(i)}e.joinValues=r,e.jsonStringifyReplacer=(o,i)=>typeof i=="bigint"?i.toString():i})(Y||(Y={}));var Uc;(function(e){e.mergeShapes=(t,n)=>({...t,...n})})(Uc||(Uc={}));var S=Y.arrayToEnum(["string","nan","number","integer","float","boolean","date","bigint","symbol","function","undefined","null","array","object","unknown","promise","void","never","map","set"]),ut=e=>{switch(typeof e){case"undefined":return S.undefined;case"string":return S.string;case"number":return Number.isNaN(e)?S.nan:S.number;case"boolean":return S.boolean;case"function":return S.function;case"bigint":return S.bigint;case"symbol":return S.symbol;case"object":return Array.isArray(e)?S.array:e===null?S.null:e.then&&typeof e.then=="function"&&e.catch&&typeof e.catch=="function"?S.promise:typeof Map<"u"&&e instanceof Map?S.map:typeof Set<"u"&&e instanceof Set?S.set:typeof Date<"u"&&e instanceof Date?S.date:S.object;default:return S.unknown}};var D=Y.arrayToEnum(["invalid_type","invalid_literal","custom","invalid_union","invalid_union_discriminator","invalid_enum_value","unrecognized_keys","invalid_arguments","invalid_return_type","invalid_date","invalid_string","too_small","too_big","invalid_intersection_types","not_multiple_of","not_finite"]),y_=e=>JSON.stringify(e,null,2).replace(/"([^"]+)":/g,"$1:"),Se=class e extends Error{get errors(){return this.issues}constructor(t){super(),this.issues=[],this.addIssue=r=>{this.issues=[...this.issues,r]},this.addIssues=(r=[])=>{this.issues=[...this.issues,...r]};let n=new.target.prototype;Object.setPrototypeOf?Object.setPrototypeOf(this,n):this.__proto__=n,this.name="ZodError",this.issues=t}format(t){let n=t||function(i){return i.message},r={_errors:[]},o=i=>{for(let s of i.issues)if(s.code==="invalid_union")s.unionErrors.map(o);else if(s.code==="invalid_return_type")o(s.returnTypeError);else if(s.code==="invalid_arguments")o(s.argumentsError);else if(s.path.length===0)r._errors.push(n(s));else{let a=r,l=0;for(;l<s.path.length;){let c=s.path[l];l===s.path.length-1?(a[c]=a[c]||{_errors:[]},a[c]._errors.push(n(s))):a[c]=a[c]||{_errors:[]},a=a[c],l++}}};return o(this),r}static assert(t){if(!(t instanceof e))throw new Error(`Not a ZodError: ${t}`)}toString(){return this.message}get message(){return JSON.stringify(this.issues,Y.jsonStringifyReplacer,2)}get isEmpty(){return this.issues.length===0}flatten(t=n=>n.message){let n={},r=[];for(let o of this.issues)if(o.path.length>0){let i=o.path[0];n[i]=n[i]||[],n[i].push(t(o))}else r.push(t(o));return{formErrors:r,fieldErrors:n}}get formErrors(){return this.flatten()}};Se.create=e=>new Se(e);var b_=(e,t)=>{let n;switch(e.code){case D.invalid_type:e.received===S.undefined?n="Required":n=`Expected ${e.expected}, received ${e.received}`;break;case D.invalid_literal:n=`Invalid literal value, expected ${JSON.stringify(e.expected,Y.jsonStringifyReplacer)}`;break;case D.unrecognized_keys:n=`Unrecognized key(s) in object: ${Y.joinValues(e.keys,", ")}`;break;case D.invalid_union:n="Invalid input";break;case D.invalid_union_discriminator:n=`Invalid discriminator value. Expected ${Y.joinValues(e.options)}`;break;case D.invalid_enum_value:n=`Invalid enum value. Expected ${Y.joinValues(e.options)}, received '${e.received}'`;break;case D.invalid_arguments:n="Invalid function arguments";break;case D.invalid_return_type:n="Invalid function return type";break;case D.invalid_date:n="Invalid date";break;case D.invalid_string:typeof e.validation=="object"?"includes"in e.validation?(n=`Invalid input: must include "${e.validation.includes}"`,typeof e.validation.position=="number"&&(n=`${n} at one or more positions greater than or equal to ${e.validation.position}`)):"startsWith"in e.validation?n=`Invalid input: must start with "${e.validation.startsWith}"`:"endsWith"in e.validation?n=`Invalid input: must end with "${e.validation.endsWith}"`:Y.assertNever(e.validation):e.validation!=="regex"?n=`Invalid ${e.validation}`:n="Invalid";break;case D.too_small:e.type==="array"?n=`Array must contain ${e.exact?"exactly":e.inclusive?"at least":"more than"} ${e.minimum} element(s)`:e.type==="string"?n=`String must contain ${e.exact?"exactly":e.inclusive?"at least":"over"} ${e.minimum} character(s)`:e.type==="number"?n=`Number must be ${e.exact?"exactly equal to ":e.inclusive?"greater than or equal to ":"greater than "}${e.minimum}`:e.type==="bigint"?n=`Number must be ${e.exact?"exactly equal to ":e.inclusive?"greater than or equal to ":"greater than "}${e.minimum}`:e.type==="date"?n=`Date must be ${e.exact?"exactly equal to ":e.inclusive?"greater than or equal to ":"greater than "}${new Date(Number(e.minimum))}`:n="Invalid input";break;case D.too_big:e.type==="array"?n=`Array must contain ${e.exact?"exactly":e.inclusive?"at most":"less than"} ${e.maximum} element(s)`:e.type==="string"?n=`String must contain ${e.exact?"exactly":e.inclusive?"at most":"under"} ${e.maximum} character(s)`:e.type==="number"?n=`Number must be ${e.exact?"exactly":e.inclusive?"less than or equal to":"less than"} ${e.maximum}`:e.type==="bigint"?n=`BigInt must be ${e.exact?"exactly":e.inclusive?"less than or equal to":"less than"} ${e.maximum}`:e.type==="date"?n=`Date must be ${e.exact?"exactly":e.inclusive?"smaller than or equal to":"smaller than"} ${new Date(Number(e.maximum))}`:n="Invalid input";break;case D.custom:n="Invalid input";break;case D.invalid_intersection_types:n="Intersection results could not be merged";break;case D.not_multiple_of:n=`Number must be a multiple of ${e.multipleOf}`;break;case D.not_finite:n="Number must be finite";break;default:n=t.defaultError,Y.assertNever(e)}return{message:n}},xt=b_;var Jy=xt;function w_(e){Jy=e}function gr(){return Jy}var xo=e=>{let{data:t,path:n,errorMaps:r,issueData:o}=e,i=[...n,...o.path||[]],s={...o,path:i};if(o.message!==void 0)return{...o,path:i,message:o.message};let a="",l=r.filter(c=>!!c).slice().reverse();for(let c of l)a=c(s,{data:t,defaultError:a}).message;return{...o,path:i,message:a}},D_=[];function E(e,t){let n=gr(),r=xo({issueData:t,data:e.data,path:e.path,errorMaps:[e.common.contextualErrorMap,e.schemaErrorMap,n,n===xt?void 0:xt].filter(o=>!!o)});e.common.issues.push(r)}var De=class e{constructor(){this.value="valid"}dirty(){this.value==="valid"&&(this.value="dirty")}abort(){this.value!=="aborted"&&(this.value="aborted")}static mergeArray(t,n){let r=[];for(let o of n){if(o.status==="aborted")return L;o.status==="dirty"&&t.dirty(),r.push(o.value)}return{status:t.value,value:r}}static async mergeObjectAsync(t,n){let r=[];for(let o of n){let i=await o.key,s=await o.value;r.push({key:i,value:s})}return e.mergeObjectSync(t,r)}static mergeObjectSync(t,n){let r={};for(let o of n){let{key:i,value:s}=o;if(i.status==="aborted"||s.status==="aborted")return L;i.status==="dirty"&&t.dirty(),s.status==="dirty"&&t.dirty(),i.value!=="__proto__"&&(typeof s.value<"u"||o.alwaysSet)&&(r[i.value]=s.value)}return{status:t.value,value:r}}},L=Object.freeze({status:"aborted"}),wn=e=>({status:"dirty",value:e}),Ce=e=>({status:"valid",value:e}),ps=e=>e.status==="aborted",fs=e=>e.status==="dirty",Xt=e=>e.status==="valid",yr=e=>typeof Promise<"u"&&e instanceof Promise;var P;(function(e){e.errToObj=t=>typeof t=="string"?{message:t}:t||{},e.toString=t=>typeof t=="string"?t:t?.message})(P||(P={}));var qe=class{constructor(t,n,r,o){this._cachedPath=[],this.parent=t,this.data=n,this._path=r,this._key=o}get path(){return this._cachedPath.length||(Array.isArray(this._key)?this._cachedPath.push(...this._path,...this._key):this._cachedPath.push(...this._path,this._key)),this._cachedPath}},Hy=(e,t)=>{if(Xt(t))return{success:!0,data:t.value};if(!e.common.issues.length)throw new Error("Validation failed but no issues detected.");return{success:!1,get error(){if(this._error)return this._error;let n=new Se(e.common.issues);return this._error=n,this._error}}};function q(e){if(!e)return{};let{errorMap:t,invalid_type_error:n,required_error:r,description:o}=e;if(t&&(n||r))throw new Error(`Can't use "invalid_type_error" or "required_error" in conjunction with custom error map.`);return t?{errorMap:t,description:o}:{errorMap:(s,a)=>{let{message:l}=e;return s.code==="invalid_enum_value"?{message:l??a.defaultError}:typeof a.data>"u"?{message:l??r??a.defaultError}:s.code!=="invalid_type"?{message:a.defaultError}:{message:l??n??a.defaultError}},description:o}}var H=class{get description(){return this._def.description}_getType(t){return ut(t.data)}_getOrReturnCtx(t,n){return n||{common:t.parent.common,data:t.data,parsedType:ut(t.data),schemaErrorMap:this._def.errorMap,path:t.path,parent:t.parent}}_processInputParams(t){return{status:new De,ctx:{common:t.parent.common,data:t.data,parsedType:ut(t.data),schemaErrorMap:this._def.errorMap,path:t.path,parent:t.parent}}}_parseSync(t){let n=this._parse(t);if(yr(n))throw new Error("Synchronous parse encountered promise.");return n}_parseAsync(t){let n=this._parse(t);return Promise.resolve(n)}parse(t,n){let r=this.safeParse(t,n);if(r.success)return r.data;throw r.error}safeParse(t,n){let r={common:{issues:[],async:n?.async??!1,contextualErrorMap:n?.errorMap},path:n?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:t,parsedType:ut(t)},o=this._parseSync({data:t,path:r.path,parent:r});return Hy(r,o)}"~validate"(t){let n={common:{issues:[],async:!!this["~standard"].async},path:[],schemaErrorMap:this._def.errorMap,parent:null,data:t,parsedType:ut(t)};if(!this["~standard"].async)try{let r=this._parseSync({data:t,path:[],parent:n});return Xt(r)?{value:r.value}:{issues:n.common.issues}}catch(r){r?.message?.toLowerCase()?.includes("encountered")&&(this["~standard"].async=!0),n.common={issues:[],async:!0}}return this._parseAsync({data:t,path:[],parent:n}).then(r=>Xt(r)?{value:r.value}:{issues:n.common.issues})}async parseAsync(t,n){let r=await this.safeParseAsync(t,n);if(r.success)return r.data;throw r.error}async safeParseAsync(t,n){let r={common:{issues:[],contextualErrorMap:n?.errorMap,async:!0},path:n?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:t,parsedType:ut(t)},o=this._parse({data:t,path:r.path,parent:r}),i=await(yr(o)?o:Promise.resolve(o));return Hy(r,i)}refine(t,n){let r=o=>typeof n=="string"||typeof n>"u"?{message:n}:typeof n=="function"?n(o):n;return this._refinement((o,i)=>{let s=t(o),a=()=>i.addIssue({code:D.custom,...r(o)});return typeof Promise<"u"&&s instanceof Promise?s.then(l=>l?!0:(a(),!1)):s?!0:(a(),!1)})}refinement(t,n){return this._refinement((r,o)=>t(r)?!0:(o.addIssue(typeof n=="function"?n(r,o):n),!1))}_refinement(t){return new Je({schema:this,typeName:U.ZodEffects,effect:{type:"refinement",refinement:t}})}superRefine(t){return this._refinement(t)}constructor(t){this.spa=this.safeParseAsync,this._def=t,this.parse=this.parse.bind(this),this.safeParse=this.safeParse.bind(this),this.parseAsync=this.parseAsync.bind(this),this.safeParseAsync=this.safeParseAsync.bind(this),this.spa=this.spa.bind(this),this.refine=this.refine.bind(this),this.refinement=this.refinement.bind(this),this.superRefine=this.superRefine.bind(this),this.optional=this.optional.bind(this),this.nullable=this.nullable.bind(this),this.nullish=this.nullish.bind(this),this.array=this.array.bind(this),this.promise=this.promise.bind(this),this.or=this.or.bind(this),this.and=this.and.bind(this),this.transform=this.transform.bind(this),this.brand=this.brand.bind(this),this.default=this.default.bind(this),this.catch=this.catch.bind(this),this.describe=this.describe.bind(this),this.pipe=this.pipe.bind(this),this.readonly=this.readonly.bind(this),this.isNullable=this.isNullable.bind(this),this.isOptional=this.isOptional.bind(this),this["~standard"]={version:1,vendor:"zod",validate:n=>this["~validate"](n)}}optional(){return Ge.create(this,this._def)}nullable(){return pt.create(this,this._def)}nullish(){return this.nullable().optional()}array(){return Et.create(this)}promise(){return tn.create(this,this._def)}or(t){return En.create([this,t],this._def)}and(t){return _n.create(this,t,this._def)}transform(t){return new Je({...q(this._def),schema:this,typeName:U.ZodEffects,effect:{type:"transform",transform:t}})}default(t){let n=typeof t=="function"?t:()=>t;return new In({...q(this._def),innerType:this,defaultValue:n,typeName:U.ZodDefault})}brand(){return new Co({typeName:U.ZodBranded,type:this,...q(this._def)})}catch(t){let n=typeof t=="function"?t:()=>t;return new Pn({...q(this._def),innerType:this,catchValue:n,typeName:U.ZodCatch})}describe(t){let n=this.constructor;return new n({...this._def,description:t})}pipe(t){return Fo.create(this,t)}readonly(){return Rn.create(this)}isOptional(){return this.safeParse(void 0).success}isNullable(){return this.safeParse(null).success}},v_=/^c[^\s-]{8,}$/i,k_=/^[0-9a-z]+$/,x_=/^[0-9A-HJKMNP-TV-Z]{26}$/i,C_=/^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/i,F_=/^[a-z0-9_-]{21}$/i,E_=/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/,__=/^[-+]?P(?!$)(?:(?:[-+]?\d+Y)|(?:[-+]?\d+[.,]\d+Y$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:(?:[-+]?\d+W)|(?:[-+]?\d+[.,]\d+W$))?(?:(?:[-+]?\d+D)|(?:[-+]?\d+[.,]\d+D$))?(?:T(?=[\d+-])(?:(?:[-+]?\d+H)|(?:[-+]?\d+[.,]\d+H$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:[-+]?\d+(?:[.,]\d+)?S)?)??$/,S_=/^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i,T_="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$",Wc,A_=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/,O_=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/(3[0-2]|[12]?[0-9])$/,I_=/^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))$/,P_=/^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,R_=/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,$_=/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,Zy="((\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-((0[13578]|1[02])-(0[1-9]|[12]\\d|3[01])|(0[469]|11)-(0[1-9]|[12]\\d|30)|(02)-(0[1-9]|1\\d|2[0-8])))",j_=new RegExp(`^${Zy}$`);function Yy(e){let t="[0-5]\\d";e.precision?t=`${t}\\.\\d{${e.precision}}`:e.precision==null&&(t=`${t}(\\.\\d+)?`);let n=e.precision?"+":"?";return`([01]\\d|2[0-3]):[0-5]\\d(:${t})${n}`}function N_(e){return new RegExp(`^${Yy(e)}$`)}function Xy(e){let t=`${Zy}T${Yy(e)}`,n=[];return n.push(e.local?"Z?":"Z"),e.offset&&n.push("([+-]\\d{2}:?\\d{2})"),t=`${t}(${n.join("|")})`,new RegExp(`^${t}$`)}function B_(e,t){return!!((t==="v4"||!t)&&A_.test(e)||(t==="v6"||!t)&&I_.test(e))}function L_(e,t){if(!E_.test(e))return!1;try{let[n]=e.split(".");if(!n)return!1;let r=n.replace(/-/g,"+").replace(/_/g,"/").padEnd(n.length+(4-n.length%4)%4,"="),o=JSON.parse(atob(r));return!(typeof o!="object"||o===null||"typ"in o&&o?.typ!=="JWT"||!o.alg||t&&o.alg!==t)}catch{return!1}}function M_(e,t){return!!((t==="v4"||!t)&&O_.test(e)||(t==="v6"||!t)&&P_.test(e))}var Qt=class e extends H{_parse(t){if(this._def.coerce&&(t.data=String(t.data)),this._getType(t)!==S.string){let i=this._getOrReturnCtx(t);return E(i,{code:D.invalid_type,expected:S.string,received:i.parsedType}),L}let r=new De,o;for(let i of this._def.checks)if(i.kind==="min")t.data.length<i.value&&(o=this._getOrReturnCtx(t,o),E(o,{code:D.too_small,minimum:i.value,type:"string",inclusive:!0,exact:!1,message:i.message}),r.dirty());else if(i.kind==="max")t.data.length>i.value&&(o=this._getOrReturnCtx(t,o),E(o,{code:D.too_big,maximum:i.value,type:"string",inclusive:!0,exact:!1,message:i.message}),r.dirty());else if(i.kind==="length"){let s=t.data.length>i.value,a=t.data.length<i.value;(s||a)&&(o=this._getOrReturnCtx(t,o),s?E(o,{code:D.too_big,maximum:i.value,type:"string",inclusive:!0,exact:!0,message:i.message}):a&&E(o,{code:D.too_small,minimum:i.value,type:"string",inclusive:!0,exact:!0,message:i.message}),r.dirty())}else if(i.kind==="email")S_.test(t.data)||(o=this._getOrReturnCtx(t,o),E(o,{validation:"email",code:D.invalid_string,message:i.message}),r.dirty());else if(i.kind==="emoji")Wc||(Wc=new RegExp(T_,"u")),Wc.test(t.data)||(o=this._getOrReturnCtx(t,o),E(o,{validation:"emoji",code:D.invalid_string,message:i.message}),r.dirty());else if(i.kind==="uuid")C_.test(t.data)||(o=this._getOrReturnCtx(t,o),E(o,{validation:"uuid",code:D.invalid_string,message:i.message}),r.dirty());else if(i.kind==="nanoid")F_.test(t.data)||(o=this._getOrReturnCtx(t,o),E(o,{validation:"nanoid",code:D.invalid_string,message:i.message}),r.dirty());else if(i.kind==="cuid")v_.test(t.data)||(o=this._getOrReturnCtx(t,o),E(o,{validation:"cuid",code:D.invalid_string,message:i.message}),r.dirty());else if(i.kind==="cuid2")k_.test(t.data)||(o=this._getOrReturnCtx(t,o),E(o,{validation:"cuid2",code:D.invalid_string,message:i.message}),r.dirty());else if(i.kind==="ulid")x_.test(t.data)||(o=this._getOrReturnCtx(t,o),E(o,{validation:"ulid",code:D.invalid_string,message:i.message}),r.dirty());else if(i.kind==="url")try{new URL(t.data)}catch{o=this._getOrReturnCtx(t,o),E(o,{validation:"url",code:D.invalid_string,message:i.message}),r.dirty()}else i.kind==="regex"?(i.regex.lastIndex=0,i.regex.test(t.data)||(o=this._getOrReturnCtx(t,o),E(o,{validation:"regex",code:D.invalid_string,message:i.message}),r.dirty())):i.kind==="trim"?t.data=t.data.trim():i.kind==="includes"?t.data.includes(i.value,i.position)||(o=this._getOrReturnCtx(t,o),E(o,{code:D.invalid_string,validation:{includes:i.value,position:i.position},message:i.message}),r.dirty()):i.kind==="toLowerCase"?t.data=t.data.toLowerCase():i.kind==="toUpperCase"?t.data=t.data.toUpperCase():i.kind==="startsWith"?t.data.startsWith(i.value)||(o=this._getOrReturnCtx(t,o),E(o,{code:D.invalid_string,validation:{startsWith:i.value},message:i.message}),r.dirty()):i.kind==="endsWith"?t.data.endsWith(i.value)||(o=this._getOrReturnCtx(t,o),E(o,{code:D.invalid_string,validation:{endsWith:i.value},message:i.message}),r.dirty()):i.kind==="datetime"?Xy(i).test(t.data)||(o=this._getOrReturnCtx(t,o),E(o,{code:D.invalid_string,validation:"datetime",message:i.message}),r.dirty()):i.kind==="date"?j_.test(t.data)||(o=this._getOrReturnCtx(t,o),E(o,{code:D.invalid_string,validation:"date",message:i.message}),r.dirty()):i.kind==="time"?N_(i).test(t.data)||(o=this._getOrReturnCtx(t,o),E(o,{code:D.invalid_string,validation:"time",message:i.message}),r.dirty()):i.kind==="duration"?__.test(t.data)||(o=this._getOrReturnCtx(t,o),E(o,{validation:"duration",code:D.invalid_string,message:i.message}),r.dirty()):i.kind==="ip"?B_(t.data,i.version)||(o=this._getOrReturnCtx(t,o),E(o,{validation:"ip",code:D.invalid_string,message:i.message}),r.dirty()):i.kind==="jwt"?L_(t.data,i.alg)||(o=this._getOrReturnCtx(t,o),E(o,{validation:"jwt",code:D.invalid_string,message:i.message}),r.dirty()):i.kind==="cidr"?M_(t.data,i.version)||(o=this._getOrReturnCtx(t,o),E(o,{validation:"cidr",code:D.invalid_string,message:i.message}),r.dirty()):i.kind==="base64"?R_.test(t.data)||(o=this._getOrReturnCtx(t,o),E(o,{validation:"base64",code:D.invalid_string,message:i.message}),r.dirty()):i.kind==="base64url"?$_.test(t.data)||(o=this._getOrReturnCtx(t,o),E(o,{validation:"base64url",code:D.invalid_string,message:i.message}),r.dirty()):Y.assertNever(i);return{status:r.value,value:t.data}}_regex(t,n,r){return this.refinement(o=>t.test(o),{validation:n,code:D.invalid_string,...P.errToObj(r)})}_addCheck(t){return new e({...this._def,checks:[...this._def.checks,t]})}email(t){return this._addCheck({kind:"email",...P.errToObj(t)})}url(t){return this._addCheck({kind:"url",...P.errToObj(t)})}emoji(t){return this._addCheck({kind:"emoji",...P.errToObj(t)})}uuid(t){return this._addCheck({kind:"uuid",...P.errToObj(t)})}nanoid(t){return this._addCheck({kind:"nanoid",...P.errToObj(t)})}cuid(t){return this._addCheck({kind:"cuid",...P.errToObj(t)})}cuid2(t){return this._addCheck({kind:"cuid2",...P.errToObj(t)})}ulid(t){return this._addCheck({kind:"ulid",...P.errToObj(t)})}base64(t){return this._addCheck({kind:"base64",...P.errToObj(t)})}base64url(t){return this._addCheck({kind:"base64url",...P.errToObj(t)})}jwt(t){return this._addCheck({kind:"jwt",...P.errToObj(t)})}ip(t){return this._addCheck({kind:"ip",...P.errToObj(t)})}cidr(t){return this._addCheck({kind:"cidr",...P.errToObj(t)})}datetime(t){return typeof t=="string"?this._addCheck({kind:"datetime",precision:null,offset:!1,local:!1,message:t}):this._addCheck({kind:"datetime",precision:typeof t?.precision>"u"?null:t?.precision,offset:t?.offset??!1,local:t?.local??!1,...P.errToObj(t?.message)})}date(t){return this._addCheck({kind:"date",message:t})}time(t){return typeof t=="string"?this._addCheck({kind:"time",precision:null,message:t}):this._addCheck({kind:"time",precision:typeof t?.precision>"u"?null:t?.precision,...P.errToObj(t?.message)})}duration(t){return this._addCheck({kind:"duration",...P.errToObj(t)})}regex(t,n){return this._addCheck({kind:"regex",regex:t,...P.errToObj(n)})}includes(t,n){return this._addCheck({kind:"includes",value:t,position:n?.position,...P.errToObj(n?.message)})}startsWith(t,n){return this._addCheck({kind:"startsWith",value:t,...P.errToObj(n)})}endsWith(t,n){return this._addCheck({kind:"endsWith",value:t,...P.errToObj(n)})}min(t,n){return this._addCheck({kind:"min",value:t,...P.errToObj(n)})}max(t,n){return this._addCheck({kind:"max",value:t,...P.errToObj(n)})}length(t,n){return this._addCheck({kind:"length",value:t,...P.errToObj(n)})}nonempty(t){return this.min(1,P.errToObj(t))}trim(){return new e({...this._def,checks:[...this._def.checks,{kind:"trim"}]})}toLowerCase(){return new e({...this._def,checks:[...this._def.checks,{kind:"toLowerCase"}]})}toUpperCase(){return new e({...this._def,checks:[...this._def.checks,{kind:"toUpperCase"}]})}get isDatetime(){return!!this._def.checks.find(t=>t.kind==="datetime")}get isDate(){return!!this._def.checks.find(t=>t.kind==="date")}get isTime(){return!!this._def.checks.find(t=>t.kind==="time")}get isDuration(){return!!this._def.checks.find(t=>t.kind==="duration")}get isEmail(){return!!this._def.checks.find(t=>t.kind==="email")}get isURL(){return!!this._def.checks.find(t=>t.kind==="url")}get isEmoji(){return!!this._def.checks.find(t=>t.kind==="emoji")}get isUUID(){return!!this._def.checks.find(t=>t.kind==="uuid")}get isNANOID(){return!!this._def.checks.find(t=>t.kind==="nanoid")}get isCUID(){return!!this._def.checks.find(t=>t.kind==="cuid")}get isCUID2(){return!!this._def.checks.find(t=>t.kind==="cuid2")}get isULID(){return!!this._def.checks.find(t=>t.kind==="ulid")}get isIP(){return!!this._def.checks.find(t=>t.kind==="ip")}get isCIDR(){return!!this._def.checks.find(t=>t.kind==="cidr")}get isBase64(){return!!this._def.checks.find(t=>t.kind==="base64")}get isBase64url(){return!!this._def.checks.find(t=>t.kind==="base64url")}get minLength(){let t=null;for(let n of this._def.checks)n.kind==="min"&&(t===null||n.value>t)&&(t=n.value);return t}get maxLength(){let t=null;for(let n of this._def.checks)n.kind==="max"&&(t===null||n.value<t)&&(t=n.value);return t}};Qt.create=e=>new Qt({checks:[],typeName:U.ZodString,coerce:e?.coerce??!1,...q(e)});function U_(e,t){let n=(e.toString().split(".")[1]||"").length,r=(t.toString().split(".")[1]||"").length,o=n>r?n:r,i=Number.parseInt(e.toFixed(o).replace(".","")),s=Number.parseInt(t.toFixed(o).replace(".",""));return i%s/10**o}var Dn=class e extends H{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte,this.step=this.multipleOf}_parse(t){if(this._def.coerce&&(t.data=Number(t.data)),this._getType(t)!==S.number){let i=this._getOrReturnCtx(t);return E(i,{code:D.invalid_type,expected:S.number,received:i.parsedType}),L}let r,o=new De;for(let i of this._def.checks)i.kind==="int"?Y.isInteger(t.data)||(r=this._getOrReturnCtx(t,r),E(r,{code:D.invalid_type,expected:"integer",received:"float",message:i.message}),o.dirty()):i.kind==="min"?(i.inclusive?t.data<i.value:t.data<=i.value)&&(r=this._getOrReturnCtx(t,r),E(r,{code:D.too_small,minimum:i.value,type:"number",inclusive:i.inclusive,exact:!1,message:i.message}),o.dirty()):i.kind==="max"?(i.inclusive?t.data>i.value:t.data>=i.value)&&(r=this._getOrReturnCtx(t,r),E(r,{code:D.too_big,maximum:i.value,type:"number",inclusive:i.inclusive,exact:!1,message:i.message}),o.dirty()):i.kind==="multipleOf"?U_(t.data,i.value)!==0&&(r=this._getOrReturnCtx(t,r),E(r,{code:D.not_multiple_of,multipleOf:i.value,message:i.message}),o.dirty()):i.kind==="finite"?Number.isFinite(t.data)||(r=this._getOrReturnCtx(t,r),E(r,{code:D.not_finite,message:i.message}),o.dirty()):Y.assertNever(i);return{status:o.value,value:t.data}}gte(t,n){return this.setLimit("min",t,!0,P.toString(n))}gt(t,n){return this.setLimit("min",t,!1,P.toString(n))}lte(t,n){return this.setLimit("max",t,!0,P.toString(n))}lt(t,n){return this.setLimit("max",t,!1,P.toString(n))}setLimit(t,n,r,o){return new e({...this._def,checks:[...this._def.checks,{kind:t,value:n,inclusive:r,message:P.toString(o)}]})}_addCheck(t){return new e({...this._def,checks:[...this._def.checks,t]})}int(t){return this._addCheck({kind:"int",message:P.toString(t)})}positive(t){return this._addCheck({kind:"min",value:0,inclusive:!1,message:P.toString(t)})}negative(t){return this._addCheck({kind:"max",value:0,inclusive:!1,message:P.toString(t)})}nonpositive(t){return this._addCheck({kind:"max",value:0,inclusive:!0,message:P.toString(t)})}nonnegative(t){return this._addCheck({kind:"min",value:0,inclusive:!0,message:P.toString(t)})}multipleOf(t,n){return this._addCheck({kind:"multipleOf",value:t,message:P.toString(n)})}finite(t){return this._addCheck({kind:"finite",message:P.toString(t)})}safe(t){return this._addCheck({kind:"min",inclusive:!0,value:Number.MIN_SAFE_INTEGER,message:P.toString(t)})._addCheck({kind:"max",inclusive:!0,value:Number.MAX_SAFE_INTEGER,message:P.toString(t)})}get minValue(){let t=null;for(let n of this._def.checks)n.kind==="min"&&(t===null||n.value>t)&&(t=n.value);return t}get maxValue(){let t=null;for(let n of this._def.checks)n.kind==="max"&&(t===null||n.value<t)&&(t=n.value);return t}get isInt(){return!!this._def.checks.find(t=>t.kind==="int"||t.kind==="multipleOf"&&Y.isInteger(t.value))}get isFinite(){let t=null,n=null;for(let r of this._def.checks){if(r.kind==="finite"||r.kind==="int"||r.kind==="multipleOf")return!0;r.kind==="min"?(n===null||r.value>n)&&(n=r.value):r.kind==="max"&&(t===null||r.value<t)&&(t=r.value)}return Number.isFinite(n)&&Number.isFinite(t)}};Dn.create=e=>new Dn({checks:[],typeName:U.ZodNumber,coerce:e?.coerce||!1,...q(e)});var vn=class e extends H{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte}_parse(t){if(this._def.coerce)try{t.data=BigInt(t.data)}catch{return this._getInvalidInput(t)}if(this._getType(t)!==S.bigint)return this._getInvalidInput(t);let r,o=new De;for(let i of this._def.checks)i.kind==="min"?(i.inclusive?t.data<i.value:t.data<=i.value)&&(r=this._getOrReturnCtx(t,r),E(r,{code:D.too_small,type:"bigint",minimum:i.value,inclusive:i.inclusive,message:i.message}),o.dirty()):i.kind==="max"?(i.inclusive?t.data>i.value:t.data>=i.value)&&(r=this._getOrReturnCtx(t,r),E(r,{code:D.too_big,type:"bigint",maximum:i.value,inclusive:i.inclusive,message:i.message}),o.dirty()):i.kind==="multipleOf"?t.data%i.value!==BigInt(0)&&(r=this._getOrReturnCtx(t,r),E(r,{code:D.not_multiple_of,multipleOf:i.value,message:i.message}),o.dirty()):Y.assertNever(i);return{status:o.value,value:t.data}}_getInvalidInput(t){let n=this._getOrReturnCtx(t);return E(n,{code:D.invalid_type,expected:S.bigint,received:n.parsedType}),L}gte(t,n){return this.setLimit("min",t,!0,P.toString(n))}gt(t,n){return this.setLimit("min",t,!1,P.toString(n))}lte(t,n){return this.setLimit("max",t,!0,P.toString(n))}lt(t,n){return this.setLimit("max",t,!1,P.toString(n))}setLimit(t,n,r,o){return new e({...this._def,checks:[...this._def.checks,{kind:t,value:n,inclusive:r,message:P.toString(o)}]})}_addCheck(t){return new e({...this._def,checks:[...this._def.checks,t]})}positive(t){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!1,message:P.toString(t)})}negative(t){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!1,message:P.toString(t)})}nonpositive(t){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!0,message:P.toString(t)})}nonnegative(t){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!0,message:P.toString(t)})}multipleOf(t,n){return this._addCheck({kind:"multipleOf",value:t,message:P.toString(n)})}get minValue(){let t=null;for(let n of this._def.checks)n.kind==="min"&&(t===null||n.value>t)&&(t=n.value);return t}get maxValue(){let t=null;for(let n of this._def.checks)n.kind==="max"&&(t===null||n.value<t)&&(t=n.value);return t}};vn.create=e=>new vn({checks:[],typeName:U.ZodBigInt,coerce:e?.coerce??!1,...q(e)});var kn=class extends H{_parse(t){if(this._def.coerce&&(t.data=!!t.data),this._getType(t)!==S.boolean){let r=this._getOrReturnCtx(t);return E(r,{code:D.invalid_type,expected:S.boolean,received:r.parsedType}),L}return Ce(t.data)}};kn.create=e=>new kn({typeName:U.ZodBoolean,coerce:e?.coerce||!1,...q(e)});var xn=class e extends H{_parse(t){if(this._def.coerce&&(t.data=new Date(t.data)),this._getType(t)!==S.date){let i=this._getOrReturnCtx(t);return E(i,{code:D.invalid_type,expected:S.date,received:i.parsedType}),L}if(Number.isNaN(t.data.getTime())){let i=this._getOrReturnCtx(t);return E(i,{code:D.invalid_date}),L}let r=new De,o;for(let i of this._def.checks)i.kind==="min"?t.data.getTime()<i.value&&(o=this._getOrReturnCtx(t,o),E(o,{code:D.too_small,message:i.message,inclusive:!0,exact:!1,minimum:i.value,type:"date"}),r.dirty()):i.kind==="max"?t.data.getTime()>i.value&&(o=this._getOrReturnCtx(t,o),E(o,{code:D.too_big,message:i.message,inclusive:!0,exact:!1,maximum:i.value,type:"date"}),r.dirty()):Y.assertNever(i);return{status:r.value,value:new Date(t.data.getTime())}}_addCheck(t){return new e({...this._def,checks:[...this._def.checks,t]})}min(t,n){return this._addCheck({kind:"min",value:t.getTime(),message:P.toString(n)})}max(t,n){return this._addCheck({kind:"max",value:t.getTime(),message:P.toString(n)})}get minDate(){let t=null;for(let n of this._def.checks)n.kind==="min"&&(t===null||n.value>t)&&(t=n.value);return t!=null?new Date(t):null}get maxDate(){let t=null;for(let n of this._def.checks)n.kind==="max"&&(t===null||n.value<t)&&(t=n.value);return t!=null?new Date(t):null}};xn.create=e=>new xn({checks:[],coerce:e?.coerce||!1,typeName:U.ZodDate,...q(e)});var wr=class extends H{_parse(t){if(this._getType(t)!==S.symbol){let r=this._getOrReturnCtx(t);return E(r,{code:D.invalid_type,expected:S.symbol,received:r.parsedType}),L}return Ce(t.data)}};wr.create=e=>new wr({typeName:U.ZodSymbol,...q(e)});var Cn=class extends H{_parse(t){if(this._getType(t)!==S.undefined){let r=this._getOrReturnCtx(t);return E(r,{code:D.invalid_type,expected:S.undefined,received:r.parsedType}),L}return Ce(t.data)}};Cn.create=e=>new Cn({typeName:U.ZodUndefined,...q(e)});var Fn=class extends H{_parse(t){if(this._getType(t)!==S.null){let r=this._getOrReturnCtx(t);return E(r,{code:D.invalid_type,expected:S.null,received:r.parsedType}),L}return Ce(t.data)}};Fn.create=e=>new Fn({typeName:U.ZodNull,...q(e)});var en=class extends H{constructor(){super(...arguments),this._any=!0}_parse(t){return Ce(t.data)}};en.create=e=>new en({typeName:U.ZodAny,...q(e)});var Ft=class extends H{constructor(){super(...arguments),this._unknown=!0}_parse(t){return Ce(t.data)}};Ft.create=e=>new Ft({typeName:U.ZodUnknown,...q(e)});var nt=class extends H{_parse(t){let n=this._getOrReturnCtx(t);return E(n,{code:D.invalid_type,expected:S.never,received:n.parsedType}),L}};nt.create=e=>new nt({typeName:U.ZodNever,...q(e)});var Dr=class extends H{_parse(t){if(this._getType(t)!==S.undefined){let r=this._getOrReturnCtx(t);return E(r,{code:D.invalid_type,expected:S.void,received:r.parsedType}),L}return Ce(t.data)}};Dr.create=e=>new Dr({typeName:U.ZodVoid,...q(e)});var Et=class e extends H{_parse(t){let{ctx:n,status:r}=this._processInputParams(t),o=this._def;if(n.parsedType!==S.array)return E(n,{code:D.invalid_type,expected:S.array,received:n.parsedType}),L;if(o.exactLength!==null){let s=n.data.length>o.exactLength.value,a=n.data.length<o.exactLength.value;(s||a)&&(E(n,{code:s?D.too_big:D.too_small,minimum:a?o.exactLength.value:void 0,maximum:s?o.exactLength.value:void 0,type:"array",inclusive:!0,exact:!0,message:o.exactLength.message}),r.dirty())}if(o.minLength!==null&&n.data.length<o.minLength.value&&(E(n,{code:D.too_small,minimum:o.minLength.value,type:"array",inclusive:!0,exact:!1,message:o.minLength.message}),r.dirty()),o.maxLength!==null&&n.data.length>o.maxLength.value&&(E(n,{code:D.too_big,maximum:o.maxLength.value,type:"array",inclusive:!0,exact:!1,message:o.maxLength.message}),r.dirty()),n.common.async)return Promise.all([...n.data].map((s,a)=>o.type._parseAsync(new qe(n,s,n.path,a)))).then(s=>De.mergeArray(r,s));let i=[...n.data].map((s,a)=>o.type._parseSync(new qe(n,s,n.path,a)));return De.mergeArray(r,i)}get element(){return this._def.type}min(t,n){return new e({...this._def,minLength:{value:t,message:P.toString(n)}})}max(t,n){return new e({...this._def,maxLength:{value:t,message:P.toString(n)}})}length(t,n){return new e({...this._def,exactLength:{value:t,message:P.toString(n)}})}nonempty(t){return this.min(1,t)}};Et.create=(e,t)=>new Et({type:e,minLength:null,maxLength:null,exactLength:null,typeName:U.ZodArray,...q(t)});function br(e){if(e instanceof Te){let t={};for(let n in e.shape){let r=e.shape[n];t[n]=Ge.create(br(r))}return new Te({...e._def,shape:()=>t})}else return e instanceof Et?new Et({...e._def,type:br(e.element)}):e instanceof Ge?Ge.create(br(e.unwrap())):e instanceof pt?pt.create(br(e.unwrap())):e instanceof dt?dt.create(e.items.map(t=>br(t))):e}var Te=class e extends H{constructor(){super(...arguments),this._cached=null,this.nonstrict=this.passthrough,this.augment=this.extend}_getCached(){if(this._cached!==null)return this._cached;let t=this._def.shape(),n=Y.objectKeys(t);return this._cached={shape:t,keys:n},this._cached}_parse(t){if(this._getType(t)!==S.object){let c=this._getOrReturnCtx(t);return E(c,{code:D.invalid_type,expected:S.object,received:c.parsedType}),L}let{status:r,ctx:o}=this._processInputParams(t),{shape:i,keys:s}=this._getCached(),a=[];if(!(this._def.catchall instanceof nt&&this._def.unknownKeys==="strip"))for(let c in o.data)s.includes(c)||a.push(c);let l=[];for(let c of s){let u=i[c],p=o.data[c];l.push({key:{status:"valid",value:c},value:u._parse(new qe(o,p,o.path,c)),alwaysSet:c in o.data})}if(this._def.catchall instanceof nt){let c=this._def.unknownKeys;if(c==="passthrough")for(let u of a)l.push({key:{status:"valid",value:u},value:{status:"valid",value:o.data[u]}});else if(c==="strict")a.length>0&&(E(o,{code:D.unrecognized_keys,keys:a}),r.dirty());else if(c!=="strip")throw new Error("Internal ZodObject error: invalid unknownKeys value.")}else{let c=this._def.catchall;for(let u of a){let p=o.data[u];l.push({key:{status:"valid",value:u},value:c._parse(new qe(o,p,o.path,u)),alwaysSet:u in o.data})}}return o.common.async?Promise.resolve().then(async()=>{let c=[];for(let u of l){let p=await u.key,f=await u.value;c.push({key:p,value:f,alwaysSet:u.alwaysSet})}return c}).then(c=>De.mergeObjectSync(r,c)):De.mergeObjectSync(r,l)}get shape(){return this._def.shape()}strict(t){return P.errToObj,new e({...this._def,unknownKeys:"strict",...t!==void 0?{errorMap:(n,r)=>{let o=this._def.errorMap?.(n,r).message??r.defaultError;return n.code==="unrecognized_keys"?{message:P.errToObj(t).message??o}:{message:o}}}:{}})}strip(){return new e({...this._def,unknownKeys:"strip"})}passthrough(){return new e({...this._def,unknownKeys:"passthrough"})}extend(t){return new e({...this._def,shape:()=>({...this._def.shape(),...t})})}merge(t){return new e({unknownKeys:t._def.unknownKeys,catchall:t._def.catchall,shape:()=>({...this._def.shape(),...t._def.shape()}),typeName:U.ZodObject})}setKey(t,n){return this.augment({[t]:n})}catchall(t){return new e({...this._def,catchall:t})}pick(t){let n={};for(let r of Y.objectKeys(t))t[r]&&this.shape[r]&&(n[r]=this.shape[r]);return new e({...this._def,shape:()=>n})}omit(t){let n={};for(let r of Y.objectKeys(this.shape))t[r]||(n[r]=this.shape[r]);return new e({...this._def,shape:()=>n})}deepPartial(){return br(this)}partial(t){let n={};for(let r of Y.objectKeys(this.shape)){let o=this.shape[r];t&&!t[r]?n[r]=o:n[r]=o.optional()}return new e({...this._def,shape:()=>n})}required(t){let n={};for(let r of Y.objectKeys(this.shape))if(t&&!t[r])n[r]=this.shape[r];else{let i=this.shape[r];for(;i instanceof Ge;)i=i._def.innerType;n[r]=i}return new e({...this._def,shape:()=>n})}keyof(){return Qy(Y.objectKeys(this.shape))}};Te.create=(e,t)=>new Te({shape:()=>e,unknownKeys:"strip",catchall:nt.create(),typeName:U.ZodObject,...q(t)});Te.strictCreate=(e,t)=>new Te({shape:()=>e,unknownKeys:"strict",catchall:nt.create(),typeName:U.ZodObject,...q(t)});Te.lazycreate=(e,t)=>new Te({shape:e,unknownKeys:"strip",catchall:nt.create(),typeName:U.ZodObject,...q(t)});var En=class extends H{_parse(t){let{ctx:n}=this._processInputParams(t),r=this._def.options;function o(i){for(let a of i)if(a.result.status==="valid")return a.result;for(let a of i)if(a.result.status==="dirty")return n.common.issues.push(...a.ctx.common.issues),a.result;let s=i.map(a=>new Se(a.ctx.common.issues));return E(n,{code:D.invalid_union,unionErrors:s}),L}if(n.common.async)return Promise.all(r.map(async i=>{let s={...n,common:{...n.common,issues:[]},parent:null};return{result:await i._parseAsync({data:n.data,path:n.path,parent:s}),ctx:s}})).then(o);{let i,s=[];for(let l of r){let c={...n,common:{...n.common,issues:[]},parent:null},u=l._parseSync({data:n.data,path:n.path,parent:c});if(u.status==="valid")return u;u.status==="dirty"&&!i&&(i={result:u,ctx:c}),c.common.issues.length&&s.push(c.common.issues)}if(i)return n.common.issues.push(...i.ctx.common.issues),i.result;let a=s.map(l=>new Se(l));return E(n,{code:D.invalid_union,unionErrors:a}),L}}get options(){return this._def.options}};En.create=(e,t)=>new En({options:e,typeName:U.ZodUnion,...q(t)});var Ct=e=>e instanceof Sn?Ct(e.schema):e instanceof Je?Ct(e.innerType()):e instanceof Tn?[e.value]:e instanceof An?e.options:e instanceof On?Y.objectValues(e.enum):e instanceof In?Ct(e._def.innerType):e instanceof Cn?[void 0]:e instanceof Fn?[null]:e instanceof Ge?[void 0,...Ct(e.unwrap())]:e instanceof pt?[null,...Ct(e.unwrap())]:e instanceof Co||e instanceof Rn?Ct(e.unwrap()):e instanceof Pn?Ct(e._def.innerType):[],ms=class e extends H{_parse(t){let{ctx:n}=this._processInputParams(t);if(n.parsedType!==S.object)return E(n,{code:D.invalid_type,expected:S.object,received:n.parsedType}),L;let r=this.discriminator,o=n.data[r],i=this.optionsMap.get(o);return i?n.common.async?i._parseAsync({data:n.data,path:n.path,parent:n}):i._parseSync({data:n.data,path:n.path,parent:n}):(E(n,{code:D.invalid_union_discriminator,options:Array.from(this.optionsMap.keys()),path:[r]}),L)}get discriminator(){return this._def.discriminator}get options(){return this._def.options}get optionsMap(){return this._def.optionsMap}static create(t,n,r){let o=new Map;for(let i of n){let s=Ct(i.shape[t]);if(!s.length)throw new Error(`A discriminator value for key \`${t}\` could not be extracted from all schema options`);for(let a of s){if(o.has(a))throw new Error(`Discriminator property ${String(t)} has duplicate value ${String(a)}`);o.set(a,i)}}return new e({typeName:U.ZodDiscriminatedUnion,discriminator:t,options:n,optionsMap:o,...q(r)})}};function zc(e,t){let n=ut(e),r=ut(t);if(e===t)return{valid:!0,data:e};if(n===S.object&&r===S.object){let o=Y.objectKeys(t),i=Y.objectKeys(e).filter(a=>o.indexOf(a)!==-1),s={...e,...t};for(let a of i){let l=zc(e[a],t[a]);if(!l.valid)return{valid:!1};s[a]=l.data}return{valid:!0,data:s}}else if(n===S.array&&r===S.array){if(e.length!==t.length)return{valid:!1};let o=[];for(let i=0;i<e.length;i++){let s=e[i],a=t[i],l=zc(s,a);if(!l.valid)return{valid:!1};o.push(l.data)}return{valid:!0,data:o}}else return n===S.date&&r===S.date&&+e==+t?{valid:!0,data:e}:{valid:!1}}var _n=class extends H{_parse(t){let{status:n,ctx:r}=this._processInputParams(t),o=(i,s)=>{if(ps(i)||ps(s))return L;let a=zc(i.value,s.value);return a.valid?((fs(i)||fs(s))&&n.dirty(),{status:n.value,value:a.data}):(E(r,{code:D.invalid_intersection_types}),L)};return r.common.async?Promise.all([this._def.left._parseAsync({data:r.data,path:r.path,parent:r}),this._def.right._parseAsync({data:r.data,path:r.path,parent:r})]).then(([i,s])=>o(i,s)):o(this._def.left._parseSync({data:r.data,path:r.path,parent:r}),this._def.right._parseSync({data:r.data,path:r.path,parent:r}))}};_n.create=(e,t,n)=>new _n({left:e,right:t,typeName:U.ZodIntersection,...q(n)});var dt=class e extends H{_parse(t){let{status:n,ctx:r}=this._processInputParams(t);if(r.parsedType!==S.array)return E(r,{code:D.invalid_type,expected:S.array,received:r.parsedType}),L;if(r.data.length<this._def.items.length)return E(r,{code:D.too_small,minimum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),L;!this._def.rest&&r.data.length>this._def.items.length&&(E(r,{code:D.too_big,maximum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),n.dirty());let i=[...r.data].map((s,a)=>{let l=this._def.items[a]||this._def.rest;return l?l._parse(new qe(r,s,r.path,a)):null}).filter(s=>!!s);return r.common.async?Promise.all(i).then(s=>De.mergeArray(n,s)):De.mergeArray(n,i)}get items(){return this._def.items}rest(t){return new e({...this._def,rest:t})}};dt.create=(e,t)=>{if(!Array.isArray(e))throw new Error("You must pass an array of schemas to z.tuple([ ... ])");return new dt({items:e,typeName:U.ZodTuple,rest:null,...q(t)})};var hs=class e extends H{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(t){let{status:n,ctx:r}=this._processInputParams(t);if(r.parsedType!==S.object)return E(r,{code:D.invalid_type,expected:S.object,received:r.parsedType}),L;let o=[],i=this._def.keyType,s=this._def.valueType;for(let a in r.data)o.push({key:i._parse(new qe(r,a,r.path,a)),value:s._parse(new qe(r,r.data[a],r.path,a)),alwaysSet:a in r.data});return r.common.async?De.mergeObjectAsync(n,o):De.mergeObjectSync(n,o)}get element(){return this._def.valueType}static create(t,n,r){return n instanceof H?new e({keyType:t,valueType:n,typeName:U.ZodRecord,...q(r)}):new e({keyType:Qt.create(),valueType:t,typeName:U.ZodRecord,...q(n)})}},vr=class extends H{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(t){let{status:n,ctx:r}=this._processInputParams(t);if(r.parsedType!==S.map)return E(r,{code:D.invalid_type,expected:S.map,received:r.parsedType}),L;let o=this._def.keyType,i=this._def.valueType,s=[...r.data.entries()].map(([a,l],c)=>({key:o._parse(new qe(r,a,r.path,[c,"key"])),value:i._parse(new qe(r,l,r.path,[c,"value"]))}));if(r.common.async){let a=new Map;return Promise.resolve().then(async()=>{for(let l of s){let c=await l.key,u=await l.value;if(c.status==="aborted"||u.status==="aborted")return L;(c.status==="dirty"||u.status==="dirty")&&n.dirty(),a.set(c.value,u.value)}return{status:n.value,value:a}})}else{let a=new Map;for(let l of s){let c=l.key,u=l.value;if(c.status==="aborted"||u.status==="aborted")return L;(c.status==="dirty"||u.status==="dirty")&&n.dirty(),a.set(c.value,u.value)}return{status:n.value,value:a}}}};vr.create=(e,t,n)=>new vr({valueType:t,keyType:e,typeName:U.ZodMap,...q(n)});var kr=class e extends H{_parse(t){let{status:n,ctx:r}=this._processInputParams(t);if(r.parsedType!==S.set)return E(r,{code:D.invalid_type,expected:S.set,received:r.parsedType}),L;let o=this._def;o.minSize!==null&&r.data.size<o.minSize.value&&(E(r,{code:D.too_small,minimum:o.minSize.value,type:"set",inclusive:!0,exact:!1,message:o.minSize.message}),n.dirty()),o.maxSize!==null&&r.data.size>o.maxSize.value&&(E(r,{code:D.too_big,maximum:o.maxSize.value,type:"set",inclusive:!0,exact:!1,message:o.maxSize.message}),n.dirty());let i=this._def.valueType;function s(l){let c=new Set;for(let u of l){if(u.status==="aborted")return L;u.status==="dirty"&&n.dirty(),c.add(u.value)}return{status:n.value,value:c}}let a=[...r.data.values()].map((l,c)=>i._parse(new qe(r,l,r.path,c)));return r.common.async?Promise.all(a).then(l=>s(l)):s(a)}min(t,n){return new e({...this._def,minSize:{value:t,message:P.toString(n)}})}max(t,n){return new e({...this._def,maxSize:{value:t,message:P.toString(n)}})}size(t,n){return this.min(t,n).max(t,n)}nonempty(t){return this.min(1,t)}};kr.create=(e,t)=>new kr({valueType:e,minSize:null,maxSize:null,typeName:U.ZodSet,...q(t)});var gs=class e extends H{constructor(){super(...arguments),this.validate=this.implement}_parse(t){let{ctx:n}=this._processInputParams(t);if(n.parsedType!==S.function)return E(n,{code:D.invalid_type,expected:S.function,received:n.parsedType}),L;function r(a,l){return xo({data:a,path:n.path,errorMaps:[n.common.contextualErrorMap,n.schemaErrorMap,gr(),xt].filter(c=>!!c),issueData:{code:D.invalid_arguments,argumentsError:l}})}function o(a,l){return xo({data:a,path:n.path,errorMaps:[n.common.contextualErrorMap,n.schemaErrorMap,gr(),xt].filter(c=>!!c),issueData:{code:D.invalid_return_type,returnTypeError:l}})}let i={errorMap:n.common.contextualErrorMap},s=n.data;if(this._def.returns instanceof tn){let a=this;return Ce(async function(...l){let c=new Se([]),u=await a._def.args.parseAsync(l,i).catch(m=>{throw c.addIssue(r(l,m)),c}),p=await Reflect.apply(s,this,u);return await a._def.returns._def.type.parseAsync(p,i).catch(m=>{throw c.addIssue(o(p,m)),c})})}else{let a=this;return Ce(function(...l){let c=a._def.args.safeParse(l,i);if(!c.success)throw new Se([r(l,c.error)]);let u=Reflect.apply(s,this,c.data),p=a._def.returns.safeParse(u,i);if(!p.success)throw new Se([o(u,p.error)]);return p.data})}}parameters(){return this._def.args}returnType(){return this._def.returns}args(...t){return new e({...this._def,args:dt.create(t).rest(Ft.create())})}returns(t){return new e({...this._def,returns:t})}implement(t){return this.parse(t)}strictImplement(t){return this.parse(t)}static create(t,n,r){return new e({args:t||dt.create([]).rest(Ft.create()),returns:n||Ft.create(),typeName:U.ZodFunction,...q(r)})}},Sn=class extends H{get schema(){return this._def.getter()}_parse(t){let{ctx:n}=this._processInputParams(t);return this._def.getter()._parse({data:n.data,path:n.path,parent:n})}};Sn.create=(e,t)=>new Sn({getter:e,typeName:U.ZodLazy,...q(t)});var Tn=class extends H{_parse(t){if(t.data!==this._def.value){let n=this._getOrReturnCtx(t);return E(n,{received:n.data,code:D.invalid_literal,expected:this._def.value}),L}return{status:"valid",value:t.data}}get value(){return this._def.value}};Tn.create=(e,t)=>new Tn({value:e,typeName:U.ZodLiteral,...q(t)});function Qy(e,t){return new An({values:e,typeName:U.ZodEnum,...q(t)})}var An=class e extends H{_parse(t){if(typeof t.data!="string"){let n=this._getOrReturnCtx(t),r=this._def.values;return E(n,{expected:Y.joinValues(r),received:n.parsedType,code:D.invalid_type}),L}if(this._cache||(this._cache=new Set(this._def.values)),!this._cache.has(t.data)){let n=this._getOrReturnCtx(t),r=this._def.values;return E(n,{received:n.data,code:D.invalid_enum_value,options:r}),L}return Ce(t.data)}get options(){return this._def.values}get enum(){let t={};for(let n of this._def.values)t[n]=n;return t}get Values(){let t={};for(let n of this._def.values)t[n]=n;return t}get Enum(){let t={};for(let n of this._def.values)t[n]=n;return t}extract(t,n=this._def){return e.create(t,{...this._def,...n})}exclude(t,n=this._def){return e.create(this.options.filter(r=>!t.includes(r)),{...this._def,...n})}};An.create=Qy;var On=class extends H{_parse(t){let n=Y.getValidEnumValues(this._def.values),r=this._getOrReturnCtx(t);if(r.parsedType!==S.string&&r.parsedType!==S.number){let o=Y.objectValues(n);return E(r,{expected:Y.joinValues(o),received:r.parsedType,code:D.invalid_type}),L}if(this._cache||(this._cache=new Set(Y.getValidEnumValues(this._def.values))),!this._cache.has(t.data)){let o=Y.objectValues(n);return E(r,{received:r.data,code:D.invalid_enum_value,options:o}),L}return Ce(t.data)}get enum(){return this._def.values}};On.create=(e,t)=>new On({values:e,typeName:U.ZodNativeEnum,...q(t)});var tn=class extends H{unwrap(){return this._def.type}_parse(t){let{ctx:n}=this._processInputParams(t);if(n.parsedType!==S.promise&&n.common.async===!1)return E(n,{code:D.invalid_type,expected:S.promise,received:n.parsedType}),L;let r=n.parsedType===S.promise?n.data:Promise.resolve(n.data);return Ce(r.then(o=>this._def.type.parseAsync(o,{path:n.path,errorMap:n.common.contextualErrorMap})))}};tn.create=(e,t)=>new tn({type:e,typeName:U.ZodPromise,...q(t)});var Je=class extends H{innerType(){return this._def.schema}sourceType(){return this._def.schema._def.typeName===U.ZodEffects?this._def.schema.sourceType():this._def.schema}_parse(t){let{status:n,ctx:r}=this._processInputParams(t),o=this._def.effect||null,i={addIssue:s=>{E(r,s),s.fatal?n.abort():n.dirty()},get path(){return r.path}};if(i.addIssue=i.addIssue.bind(i),o.type==="preprocess"){let s=o.transform(r.data,i);if(r.common.async)return Promise.resolve(s).then(async a=>{if(n.value==="aborted")return L;let l=await this._def.schema._parseAsync({data:a,path:r.path,parent:r});return l.status==="aborted"?L:l.status==="dirty"?wn(l.value):n.value==="dirty"?wn(l.value):l});{if(n.value==="aborted")return L;let a=this._def.schema._parseSync({data:s,path:r.path,parent:r});return a.status==="aborted"?L:a.status==="dirty"?wn(a.value):n.value==="dirty"?wn(a.value):a}}if(o.type==="refinement"){let s=a=>{let l=o.refinement(a,i);if(r.common.async)return Promise.resolve(l);if(l instanceof Promise)throw new Error("Async refinement encountered during synchronous parse operation. Use .parseAsync instead.");return a};if(r.common.async===!1){let a=this._def.schema._parseSync({data:r.data,path:r.path,parent:r});return a.status==="aborted"?L:(a.status==="dirty"&&n.dirty(),s(a.value),{status:n.value,value:a.value})}else return this._def.schema._parseAsync({data:r.data,path:r.path,parent:r}).then(a=>a.status==="aborted"?L:(a.status==="dirty"&&n.dirty(),s(a.value).then(()=>({status:n.value,value:a.value}))))}if(o.type==="transform")if(r.common.async===!1){let s=this._def.schema._parseSync({data:r.data,path:r.path,parent:r});if(!Xt(s))return L;let a=o.transform(s.value,i);if(a instanceof Promise)throw new Error("Asynchronous transform encountered during synchronous parse operation. Use .parseAsync instead.");return{status:n.value,value:a}}else return this._def.schema._parseAsync({data:r.data,path:r.path,parent:r}).then(s=>Xt(s)?Promise.resolve(o.transform(s.value,i)).then(a=>({status:n.value,value:a})):L);Y.assertNever(o)}};Je.create=(e,t,n)=>new Je({schema:e,typeName:U.ZodEffects,effect:t,...q(n)});Je.createWithPreprocess=(e,t,n)=>new Je({schema:t,effect:{type:"preprocess",transform:e},typeName:U.ZodEffects,...q(n)});var Ge=class extends H{_parse(t){return this._getType(t)===S.undefined?Ce(void 0):this._def.innerType._parse(t)}unwrap(){return this._def.innerType}};Ge.create=(e,t)=>new Ge({innerType:e,typeName:U.ZodOptional,...q(t)});var pt=class extends H{_parse(t){return this._getType(t)===S.null?Ce(null):this._def.innerType._parse(t)}unwrap(){return this._def.innerType}};pt.create=(e,t)=>new pt({innerType:e,typeName:U.ZodNullable,...q(t)});var In=class extends H{_parse(t){let{ctx:n}=this._processInputParams(t),r=n.data;return n.parsedType===S.undefined&&(r=this._def.defaultValue()),this._def.innerType._parse({data:r,path:n.path,parent:n})}removeDefault(){return this._def.innerType}};In.create=(e,t)=>new In({innerType:e,typeName:U.ZodDefault,defaultValue:typeof t.default=="function"?t.default:()=>t.default,...q(t)});var Pn=class extends H{_parse(t){let{ctx:n}=this._processInputParams(t),r={...n,common:{...n.common,issues:[]}},o=this._def.innerType._parse({data:r.data,path:r.path,parent:{...r}});return yr(o)?o.then(i=>({status:"valid",value:i.status==="valid"?i.value:this._def.catchValue({get error(){return new Se(r.common.issues)},input:r.data})})):{status:"valid",value:o.status==="valid"?o.value:this._def.catchValue({get error(){return new Se(r.common.issues)},input:r.data})}}removeCatch(){return this._def.innerType}};Pn.create=(e,t)=>new Pn({innerType:e,typeName:U.ZodCatch,catchValue:typeof t.catch=="function"?t.catch:()=>t.catch,...q(t)});var xr=class extends H{_parse(t){if(this._getType(t)!==S.nan){let r=this._getOrReturnCtx(t);return E(r,{code:D.invalid_type,expected:S.nan,received:r.parsedType}),L}return{status:"valid",value:t.data}}};xr.create=e=>new xr({typeName:U.ZodNaN,...q(e)});var W_=Symbol("zod_brand"),Co=class extends H{_parse(t){let{ctx:n}=this._processInputParams(t),r=n.data;return this._def.type._parse({data:r,path:n.path,parent:n})}unwrap(){return this._def.type}},Fo=class e extends H{_parse(t){let{status:n,ctx:r}=this._processInputParams(t);if(r.common.async)return(async()=>{let i=await this._def.in._parseAsync({data:r.data,path:r.path,parent:r});return i.status==="aborted"?L:i.status==="dirty"?(n.dirty(),wn(i.value)):this._def.out._parseAsync({data:i.value,path:r.path,parent:r})})();{let o=this._def.in._parseSync({data:r.data,path:r.path,parent:r});return o.status==="aborted"?L:o.status==="dirty"?(n.dirty(),{status:"dirty",value:o.value}):this._def.out._parseSync({data:o.value,path:r.path,parent:r})}}static create(t,n){return new e({in:t,out:n,typeName:U.ZodPipeline})}},Rn=class extends H{_parse(t){let n=this._def.innerType._parse(t),r=o=>(Xt(o)&&(o.value=Object.freeze(o.value)),o);return yr(n)?n.then(o=>r(o)):r(n)}unwrap(){return this._def.innerType}};Rn.create=(e,t)=>new Rn({innerType:e,typeName:U.ZodReadonly,...q(t)});function Ky(e,t){let n=typeof e=="function"?e(t):typeof e=="string"?{message:e}:e;return typeof n=="string"?{message:n}:n}function eb(e,t={},n){return e?en.create().superRefine((r,o)=>{let i=e(r);if(i instanceof Promise)return i.then(s=>{if(!s){let a=Ky(t,r),l=a.fatal??n??!0;o.addIssue({code:"custom",...a,fatal:l})}});if(!i){let s=Ky(t,r),a=s.fatal??n??!0;o.addIssue({code:"custom",...s,fatal:a})}}):en.create()}var z_={object:Te.lazycreate},U;(function(e){e.ZodString="ZodString",e.ZodNumber="ZodNumber",e.ZodNaN="ZodNaN",e.ZodBigInt="ZodBigInt",e.ZodBoolean="ZodBoolean",e.ZodDate="ZodDate",e.ZodSymbol="ZodSymbol",e.ZodUndefined="ZodUndefined",e.ZodNull="ZodNull",e.ZodAny="ZodAny",e.ZodUnknown="ZodUnknown",e.ZodNever="ZodNever",e.ZodVoid="ZodVoid",e.ZodArray="ZodArray",e.ZodObject="ZodObject",e.ZodUnion="ZodUnion",e.ZodDiscriminatedUnion="ZodDiscriminatedUnion",e.ZodIntersection="ZodIntersection",e.ZodTuple="ZodTuple",e.ZodRecord="ZodRecord",e.ZodMap="ZodMap",e.ZodSet="ZodSet",e.ZodFunction="ZodFunction",e.ZodLazy="ZodLazy",e.ZodLiteral="ZodLiteral",e.ZodEnum="ZodEnum",e.ZodEffects="ZodEffects",e.ZodNativeEnum="ZodNativeEnum",e.ZodOptional="ZodOptional",e.ZodNullable="ZodNullable",e.ZodDefault="ZodDefault",e.ZodCatch="ZodCatch",e.ZodPromise="ZodPromise",e.ZodBranded="ZodBranded",e.ZodPipeline="ZodPipeline",e.ZodReadonly="ZodReadonly"})(U||(U={}));var V_=(e,t={message:`Input not instance of ${e.name}`})=>eb(n=>n instanceof e,t),tb=Qt.create,nb=Dn.create,G_=xr.create,q_=vn.create,rb=kn.create,J_=xn.create,H_=wr.create,K_=Cn.create,Z_=Fn.create,Y_=en.create,X_=Ft.create,Q_=nt.create,eS=Dr.create,tS=Et.create,nS=Te.create,rS=Te.strictCreate,oS=En.create,iS=ms.create,sS=_n.create,aS=dt.create,lS=hs.create,cS=vr.create,uS=kr.create,dS=gs.create,pS=Sn.create,fS=Tn.create,mS=An.create,hS=On.create,gS=tn.create,yS=Je.create,bS=Ge.create,wS=pt.create,DS=Je.createWithPreprocess,vS=Fo.create,kS=()=>tb().optional(),xS=()=>nb().optional(),CS=()=>rb().optional(),FS={string:e=>Qt.create({...e,coerce:!0}),number:e=>Dn.create({...e,coerce:!0}),boolean:e=>kn.create({...e,coerce:!0}),bigint:e=>vn.create({...e,coerce:!0}),date:e=>xn.create({...e,coerce:!0})};var ES=L;function ys(e,t=!1){let n=e.length,r=0,o="",i=0,s=16,a=0,l=0,c=0,u=0,p=0;function f(x,O){let V=0,M=0;for(;V<x||!O;){let A=e.charCodeAt(r);if(A>=48&&A<=57)M=M*16+A-48;else if(A>=65&&A<=70)M=M*16+A-65+10;else if(A>=97&&A<=102)M=M*16+A-97+10;else break;r++,V++}return V<x&&(M=-1),M}function m(x){r=x,o="",i=0,s=16,p=0}function g(){let x=r;if(e.charCodeAt(r)===48)r++;else for(r++;r<e.length&&Cr(e.charCodeAt(r));)r++;if(r<e.length&&e.charCodeAt(r)===46)if(r++,r<e.length&&Cr(e.charCodeAt(r)))for(r++;r<e.length&&Cr(e.charCodeAt(r));)r++;else return p=3,e.substring(x,r);let O=r;if(r<e.length&&(e.charCodeAt(r)===69||e.charCodeAt(r)===101))if(r++,(r<e.length&&e.charCodeAt(r)===43||e.charCodeAt(r)===45)&&r++,r<e.length&&Cr(e.charCodeAt(r))){for(r++;r<e.length&&Cr(e.charCodeAt(r));)r++;O=r}else p=3;return e.substring(x,O)}function v(){let x="",O=r;for(;;){if(r>=n){x+=e.substring(O,r),p=2;break}let V=e.charCodeAt(r);if(V===34){x+=e.substring(O,r),r++;break}if(V===92){if(x+=e.substring(O,r),r++,r>=n){p=2;break}switch(e.charCodeAt(r++)){case 34:x+='"';break;case 92:x+="\\";break;case 47:x+="/";break;case 98:x+="\b";break;case 102:x+="\f";break;case 110:x+=`
|
|
124
|
+
`;break;case 114:x+="\r";break;case 116:x+=" ";break;case 117:let A=f(4,!0);A>=0?x+=String.fromCharCode(A):p=4;break;default:p=5}O=r;continue}if(V>=0&&V<=31)if(Eo(V)){x+=e.substring(O,r),p=2;break}else p=6;r++}return x}function F(){if(o="",p=0,i=r,l=a,u=c,r>=n)return i=n,s=17;let x=e.charCodeAt(r);if(Vc(x)){do r++,o+=String.fromCharCode(x),x=e.charCodeAt(r);while(Vc(x));return s=15}if(Eo(x))return r++,o+=String.fromCharCode(x),x===13&&e.charCodeAt(r)===10&&(r++,o+=`
|
|
125
|
+
`),a++,c=r,s=14;switch(x){case 123:return r++,s=1;case 125:return r++,s=2;case 91:return r++,s=3;case 93:return r++,s=4;case 58:return r++,s=6;case 44:return r++,s=5;case 34:return r++,o=v(),s=10;case 47:let O=r-1;if(e.charCodeAt(r+1)===47){for(r+=2;r<n&&!Eo(e.charCodeAt(r));)r++;return o=e.substring(O,r),s=12}if(e.charCodeAt(r+1)===42){r+=2;let V=n-1,M=!1;for(;r<V;){let A=e.charCodeAt(r);if(A===42&&e.charCodeAt(r+1)===47){r+=2,M=!0;break}r++,Eo(A)&&(A===13&&e.charCodeAt(r)===10&&r++,a++,c=r)}return M||(r++,p=1),o=e.substring(O,r),s=13}return o+=String.fromCharCode(x),r++,s=16;case 45:if(o+=String.fromCharCode(x),r++,r===n||!Cr(e.charCodeAt(r)))return s=16;case 48:case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:return o+=g(),s=11;default:for(;r<n&&C(x);)r++,x=e.charCodeAt(r);if(i!==r){switch(o=e.substring(i,r),o){case"true":return s=8;case"false":return s=9;case"null":return s=7}return s=16}return o+=String.fromCharCode(x),r++,s=16}}function C(x){if(Vc(x)||Eo(x))return!1;switch(x){case 125:case 93:case 123:case 91:case 34:case 58:case 44:case 47:return!1}return!0}function R(){let x;do x=F();while(x>=12&&x<=15);return x}return{setPosition:m,getPosition:()=>r,scan:t?R:F,getToken:()=>s,getTokenValue:()=>o,getTokenOffset:()=>i,getTokenLength:()=>r-i,getTokenStartLine:()=>l,getTokenStartCharacter:()=>i-u,getTokenError:()=>p}}function Vc(e){return e===32||e===9}function Eo(e){return e===10||e===13}function Cr(e){return e>=48&&e<=57}var ob;(function(e){e[e.lineFeed=10]="lineFeed",e[e.carriageReturn=13]="carriageReturn",e[e.space=32]="space",e[e._0=48]="_0",e[e._1=49]="_1",e[e._2=50]="_2",e[e._3=51]="_3",e[e._4=52]="_4",e[e._5=53]="_5",e[e._6=54]="_6",e[e._7=55]="_7",e[e._8=56]="_8",e[e._9=57]="_9",e[e.a=97]="a",e[e.b=98]="b",e[e.c=99]="c",e[e.d=100]="d",e[e.e=101]="e",e[e.f=102]="f",e[e.g=103]="g",e[e.h=104]="h",e[e.i=105]="i",e[e.j=106]="j",e[e.k=107]="k",e[e.l=108]="l",e[e.m=109]="m",e[e.n=110]="n",e[e.o=111]="o",e[e.p=112]="p",e[e.q=113]="q",e[e.r=114]="r",e[e.s=115]="s",e[e.t=116]="t",e[e.u=117]="u",e[e.v=118]="v",e[e.w=119]="w",e[e.x=120]="x",e[e.y=121]="y",e[e.z=122]="z",e[e.A=65]="A",e[e.B=66]="B",e[e.C=67]="C",e[e.D=68]="D",e[e.E=69]="E",e[e.F=70]="F",e[e.G=71]="G",e[e.H=72]="H",e[e.I=73]="I",e[e.J=74]="J",e[e.K=75]="K",e[e.L=76]="L",e[e.M=77]="M",e[e.N=78]="N",e[e.O=79]="O",e[e.P=80]="P",e[e.Q=81]="Q",e[e.R=82]="R",e[e.S=83]="S",e[e.T=84]="T",e[e.U=85]="U",e[e.V=86]="V",e[e.W=87]="W",e[e.X=88]="X",e[e.Y=89]="Y",e[e.Z=90]="Z",e[e.asterisk=42]="asterisk",e[e.backslash=92]="backslash",e[e.closeBrace=125]="closeBrace",e[e.closeBracket=93]="closeBracket",e[e.colon=58]="colon",e[e.comma=44]="comma",e[e.dot=46]="dot",e[e.doubleQuote=34]="doubleQuote",e[e.minus=45]="minus",e[e.openBrace=123]="openBrace",e[e.openBracket=91]="openBracket",e[e.plus=43]="plus",e[e.slash=47]="slash",e[e.formFeed=12]="formFeed",e[e.tab=9]="tab"})(ob||(ob={}));var SS=new Array(20).fill(0).map((e,t)=>" ".repeat(t)),Fr=200,TS={" ":{"\n":new Array(Fr).fill(0).map((e,t)=>`
|
|
126
|
+
`+" ".repeat(t)),"\r":new Array(Fr).fill(0).map((e,t)=>"\r"+" ".repeat(t)),"\r\n":new Array(Fr).fill(0).map((e,t)=>`\r
|
|
127
|
+
`+" ".repeat(t))}," ":{"\n":new Array(Fr).fill(0).map((e,t)=>`
|
|
128
|
+
`+" ".repeat(t)),"\r":new Array(Fr).fill(0).map((e,t)=>"\r"+" ".repeat(t)),"\r\n":new Array(Fr).fill(0).map((e,t)=>`\r
|
|
129
|
+
`+" ".repeat(t))}};var bs;(function(e){e.DEFAULT={allowTrailingComma:!1}})(bs||(bs={}));function ib(e,t=[],n=bs.DEFAULT){let r=null,o=[],i=[];function s(l){Array.isArray(o)?o.push(l):r!==null&&(o[r]=l)}return sb(e,{onObjectBegin:()=>{let l={};s(l),i.push(o),o=l,r=null},onObjectProperty:l=>{r=l},onObjectEnd:()=>{o=i.pop()},onArrayBegin:()=>{let l=[];s(l),i.push(o),o=l,r=null},onArrayEnd:()=>{o=i.pop()},onLiteralValue:s,onError:(l,c,u)=>{t.push({error:l,offset:c,length:u})}},n),o[0]}function sb(e,t,n=bs.DEFAULT){let r=ys(e,!1),o=[],i=0;function s(z){return z?()=>i===0&&z(r.getTokenOffset(),r.getTokenLength(),r.getTokenStartLine(),r.getTokenStartCharacter()):()=>!0}function a(z){return z?le=>i===0&&z(le,r.getTokenOffset(),r.getTokenLength(),r.getTokenStartLine(),r.getTokenStartCharacter()):()=>!0}function l(z){return z?le=>i===0&&z(le,r.getTokenOffset(),r.getTokenLength(),r.getTokenStartLine(),r.getTokenStartCharacter(),()=>o.slice()):()=>!0}function c(z){return z?()=>{i>0?i++:z(r.getTokenOffset(),r.getTokenLength(),r.getTokenStartLine(),r.getTokenStartCharacter(),()=>o.slice())===!1&&(i=1)}:()=>!0}function u(z){return z?()=>{i>0&&i--,i===0&&z(r.getTokenOffset(),r.getTokenLength(),r.getTokenStartLine(),r.getTokenStartCharacter())}:()=>!0}let p=c(t.onObjectBegin),f=l(t.onObjectProperty),m=u(t.onObjectEnd),g=c(t.onArrayBegin),v=u(t.onArrayEnd),F=l(t.onLiteralValue),C=a(t.onSeparator),R=s(t.onComment),x=a(t.onError),O=n&&n.disallowComments,V=n&&n.allowTrailingComma;function M(){for(;;){let z=r.scan();switch(r.getTokenError()){case 4:A(14);break;case 5:A(15);break;case 3:A(13);break;case 1:O||A(11);break;case 2:A(12);break;case 6:A(16);break}switch(z){case 12:case 13:O?A(10):R();break;case 16:A(1);break;case 15:case 14:break;default:return z}}}function A(z,le=[],St=[]){if(x(z),le.length+St.length>0){let So=r.getToken();for(;So!==17;){if(le.indexOf(So)!==-1){M();break}else if(St.indexOf(So)!==-1)break;So=M()}}}function y(z){let le=r.getTokenValue();return z?F(le):(f(le),o.push(le)),M(),!0}function b(){switch(r.getToken()){case 11:let z=r.getTokenValue(),le=Number(z);isNaN(le)&&(A(2),le=0),F(le);break;case 7:F(null);break;case 8:F(!0);break;case 9:F(!1);break;default:return!1}return M(),!0}function N(){return r.getToken()!==10?(A(3,[],[2,5]),!1):(y(!1),r.getToken()===6?(C(":"),M(),He()||A(4,[],[2,5])):A(5,[],[2,5]),o.pop(),!0)}function _(){p(),M();let z=!1;for(;r.getToken()!==2&&r.getToken()!==17;){if(r.getToken()===5){if(z||A(4,[],[]),C(","),M(),r.getToken()===2&&V)break}else z&&A(6,[],[]);N()||A(4,[],[2,5]),z=!0}return m(),r.getToken()!==2?A(7,[2],[]):M(),!0}function ge(){g(),M();let z=!0,le=!1;for(;r.getToken()!==4&&r.getToken()!==17;){if(r.getToken()===5){if(le||A(4,[],[]),C(","),M(),r.getToken()===4&&V)break}else le&&A(6,[],[]);z?(o.push(0),z=!1):o[o.length-1]++,He()||A(4,[],[4,5]),le=!0}return v(),z||o.pop(),r.getToken()!==4?A(8,[4],[]):M(),!0}function He(){switch(r.getToken()){case 3:return ge();case 1:return _();case 10:return y(!0);default:return b()}}return M(),r.getToken()===17?n.allowEmptyContent?!0:(A(4,[],[]),!1):He()?(r.getToken()!==17&&A(9,[],[]),!0):(A(4,[],[]),!1)}var ab;(function(e){e[e.None=0]="None",e[e.UnexpectedEndOfComment=1]="UnexpectedEndOfComment",e[e.UnexpectedEndOfString=2]="UnexpectedEndOfString",e[e.UnexpectedEndOfNumber=3]="UnexpectedEndOfNumber",e[e.InvalidUnicode=4]="InvalidUnicode",e[e.InvalidEscapeCharacter=5]="InvalidEscapeCharacter",e[e.InvalidCharacter=6]="InvalidCharacter"})(ab||(ab={}));var lb;(function(e){e[e.OpenBraceToken=1]="OpenBraceToken",e[e.CloseBraceToken=2]="CloseBraceToken",e[e.OpenBracketToken=3]="OpenBracketToken",e[e.CloseBracketToken=4]="CloseBracketToken",e[e.CommaToken=5]="CommaToken",e[e.ColonToken=6]="ColonToken",e[e.NullKeyword=7]="NullKeyword",e[e.TrueKeyword=8]="TrueKeyword",e[e.FalseKeyword=9]="FalseKeyword",e[e.StringLiteral=10]="StringLiteral",e[e.NumericLiteral=11]="NumericLiteral",e[e.LineCommentTrivia=12]="LineCommentTrivia",e[e.BlockCommentTrivia=13]="BlockCommentTrivia",e[e.LineBreakTrivia=14]="LineBreakTrivia",e[e.Trivia=15]="Trivia",e[e.Unknown=16]="Unknown",e[e.EOF=17]="EOF"})(lb||(lb={}));var Gc=ib;var cb;(function(e){e[e.InvalidSymbol=1]="InvalidSymbol",e[e.InvalidNumberFormat=2]="InvalidNumberFormat",e[e.PropertyNameExpected=3]="PropertyNameExpected",e[e.ValueExpected=4]="ValueExpected",e[e.ColonExpected=5]="ColonExpected",e[e.CommaExpected=6]="CommaExpected",e[e.CloseBraceExpected=7]="CloseBraceExpected",e[e.CloseBracketExpected=8]="CloseBracketExpected",e[e.EndOfFileExpected=9]="EndOfFileExpected",e[e.InvalidCommentToken=10]="InvalidCommentToken",e[e.UnexpectedEndOfComment=11]="UnexpectedEndOfComment",e[e.UnexpectedEndOfString=12]="UnexpectedEndOfString",e[e.UnexpectedEndOfNumber=13]="UnexpectedEndOfNumber",e[e.InvalidUnicode=14]="InvalidUnicode",e[e.InvalidEscapeCharacter=15]="InvalidEscapeCharacter",e[e.InvalidCharacter=16]="InvalidCharacter"})(cb||(cb={}));G();var ub=oe.object({name:oe.string(),main:oe.string(),compatibility_date:oe.string(),compatibility_flags:oe.array(oe.string()).optional(),placement:oe.object({mode:oe.string()}).passthrough().optional(),assets:oe.object({directory:oe.string(),binding:oe.string().optional()}).passthrough().optional(),d1_databases:oe.array(oe.object({database_name:oe.string(),database_id:oe.string(),binding:oe.string(),migrations_dir:oe.string().optional()}).passthrough()).default([]),kv_namespaces:oe.array(oe.object({binding:oe.string(),id:oe.string()}).passthrough()).default([]),r2_buckets:oe.array(oe.object({binding:oe.string(),bucket_name:oe.string()}).passthrough()).default([])}).passthrough();function db(e,t="wrangler.json"){let n=Ae.join(e,t);if(!me.existsSync(n)){if(t.endsWith(".json"))return d.warn(`/${t} not found, checking for /${t}c`),db(e,t+"c");d.warn(`/${t} not found`);return}let r=me.readFileSync(n,"utf8");d.info(`reading /${t}...`);let o;try{o=Gc(r)}catch(i){d.error(`/${t} loaded but could not parse as JSONC: ${i}`);return}try{let i=ub.parse(o);return d.info(`successfully loaded /${t}`),i}catch(i){d.error(`/${t} valid JSONC but schema validation failed: ${i}`);return}}function pb(e,t,n={}){if(!me.existsSync(e))return 0;me.mkdirSync(t,{recursive:!0});let r=me.readdirSync(e,{withFileTypes:!0}),o=0;for(let i of r){if(n.exclude&&i.name===n.exclude)continue;let s=Ae.join(e,i.name),a=Ae.join(t,i.name);i.isDirectory()?o+=pb(s,a,n):(me.copyFileSync(s,a),o++)}return o}async function fb(e,t){let n=null,r=null,o=Ae.join(t,"wrangler.json"),i=Ae.join(t,"wrangler.jsonc");me.existsSync(o)?(n=o,r=".json"):me.existsSync(i)&&(n=i,r=".jsonc"),n&&r&&(d.info(`saving user-provided wrangler JSON as /clouduser.wrangler${r}...`),me.copyFileSync(n,Ae.join(t,`clouduser.wrangler${r}`)));let s=n?db(t,Ae.basename(n)):null,a=Ae.join(__dirname,e.config.wrangler_template_path),l=Ae.join(t,"wrangler.json");if(!me.existsSync(a))throw new Error(`Wrangler template not found at ${a}. Make sure the template is properly copied during build.`);if(d.info(`copying template /templates/${e.framework}/wrangler.${e.framework}.json to /wrangler.json`),me.copyFileSync(a,l),!s)return;let c=JSON.parse(me.readFileSync(l,"utf8"));if(s.kv_namespaces&&s.kv_namespaces.length>0&&(c.kv_namespaces=s.kv_namespaces,d.info(`merged ${s.kv_namespaces.length} KV namespace(s) into template`)),s.r2_buckets&&s.r2_buckets.length>0&&(c.r2_buckets=s.r2_buckets,d.info(`merged ${s.r2_buckets.length} R2 bucket(s) into template`)),s.d1_databases&&s.d1_databases.length>0&&(c.d1_databases=s.d1_databases,d.info(`merged ${s.d1_databases.length} D1 database(s) into template`)),me.writeFileSync(l,JSON.stringify(c,null,2)),s.d1_databases.length!==0)for(let u in s.d1_databases){let p=s.d1_databases[u];if(!p.migrations_dir){d.info(`skipping migrations for database ${u} in wrangler.json; migrations dir is not defined`);continue}let f=p.migrations_dir,m=Ae.join(t,f);if(!me.existsSync(m)){d.info(`skipping migrations for database ${u} in wrangler.json; migrations dir (/${f}) does not exist`);continue}let g=Ae.join(t,"clouduser","migrations",f),v=pb(m,g);v>0?d.info(`copied ${v} migrations to /clouduser/migrations/${f}`):d.info(`skipping migrations for database ${u} in wrangler.json; migrations dir (/${f}) is empty`)}}function NS(e){if(!/^[a-z0-9-]+$/.test(e))throw new Error(`Invalid object storage bucket name ${JSON.stringify(e)}: Only lowercase letters, numbers, and hyphens are allowed.`);if(e.startsWith("-")||e.endsWith("-"))throw new Error(`Invalid object storage bucket name "${e}": Cannot begin or end with a hyphen.`);if(e.length>27)throw new Error(`Invalid object storage bucket name "${e}": Must be 27 characters or fewer (currently ${e.length} characters).`)}function mb(e){let t=null;for(let i of[".json",".jsonc"]){let s=Ae.join(e,`clouduser.wrangler${i}`);if(me.existsSync(s)){t=s;break}}if(!t)return;let n=me.readFileSync(t,"utf8"),r;try{r=Gc(n)}catch(i){throw new Error(`Failed to parse wrangler config at ${t} as JSONC: ${i}`)}let o=ub.parse(r);if(o.d1_databases&&o.d1_databases.length>0&&o.d1_databases.length>5)throw new Error(`Too many D1 databases configured: ${o.d1_databases.length}. Maximum allowed is 5.`);if(o.kv_namespaces&&o.kv_namespaces.length>0&&o.kv_namespaces.length>5)throw new Error(`Too many KV namespaces configured: ${o.kv_namespaces.length}. Maximum allowed is 5.`);if(o.r2_buckets&&o.r2_buckets.length>0){if(o.r2_buckets.length>5)throw new Error(`Too many R2 buckets configured: ${o.r2_buckets.length}. Maximum allowed is 5.`);d.info(`validating ${o.r2_buckets.length} object storage bucket name(s)...`);for(let i of o.r2_buckets)NS(i.bucket_name)}}G();Fe();te();ke();async function gb(e,t={}){let n=t.projectPath||process.cwd(),r=Date.now(),o=W.join(n,".tmp",`webflow-build-${r}`),i=t.outputDir||W.join(o,"output"),s=t.mountPath||"/app",a=Date.now(),l=Jc(n),c=t.telemetry;await c?.sendUsage("cloud_build_start",{framework:e.framework,buildCommand:e.config.build_command,deploymentType:e.config.deployment_type,mountPath:s,cloudflareBindings:l}),$.mkdirSync(o,{recursive:!0});try{d.info(k.green(`--- \u{1F4E6} Installing dependencies ------------------------------------
|
|
130
|
+
`)),await BS(n,e.framework,t.telemetry),d.info(k.green(`--- \u{1F527} Setting up framework configuration ----------------------
|
|
131
|
+
`)),await MS(n,e,s,t.deployUrl,t.environmentId),d.info(k.green(`--- \u{1F527} Setting up wrangler configuration -----------------------
|
|
132
|
+
`)),await fb(e,n),mb(n),d.info(k.green(`--- \u{1F3D7}\uFE0F Building app -----------------------------------------------
|
|
133
|
+
`)),d.info(`running ${e.config.build_command}...`),await US(n,e.config.build_command,t.telemetry),d.info(k.green(`--- \u{1F9EA} Creating wrangler dry-run ----------------------------------
|
|
134
|
+
`)),await WS(n,i),d.info(k.green(`--- \u{1F4C1} Copying assets ------------------------------------------
|
|
135
|
+
`)),await zS(n,i,e,s),d.info(k.green(`--- \u{1F4E6} Creating tarball -----------------------------------------
|
|
136
|
+
`));let u=await GS(i),p=Date.now()-a;return d.info(`${X} Build completed in ${(p/1e3).toFixed(1)}s`),await c?.sendUsage("cloud_build_success",{duration:p,framework:e.framework,buildCommand:e.config.build_command,deploymentType:e.config.deployment_type,mountPath:s,cloudflareBindings:l}),u}catch(u){let p=Date.now()-a;throw await c?.sendError(u instanceof Error?u:new Error(String(u)),"cloud_build_failure",{duration:p,framework:e.framework,buildCommand:e.config.build_command,deploymentType:e.config.deployment_type,mountPath:s,cloudflareBindings:l}),u}}function Jc(e){let t=W.join(e,"wrangler.json");if(!$.existsSync(t))return{hasKV:!1,hasD1:!1,hasR2:!1,hasVars:!1,kvCount:0,d1Count:0,r2Count:0,varCount:0};try{let n=JSON.parse($.readFileSync(t,"utf8")),r=n.kv_namespaces||[],o=n.d1_databases||[],i=n.r2_buckets||[],s=n.vars||{};return{hasKV:r.length>0,hasD1:o.length>0,hasR2:i.length>0,hasVars:Object.keys(s).length>0,kvCount:r.length,d1Count:o.length,r2Count:i.length,varCount:Object.keys(s).length}}catch(n){return console.debug("Failed to parse wrangler.json for bindings detection:",n),{hasKV:!1,hasD1:!1,hasR2:!1,hasVars:!1,kvCount:0,d1Count:0,r2Count:0,varCount:0}}}function yb(e){try{let t=W.dirname(e);t.includes(".tmp/webflow-build-")&&(d.info(k.green(`--- \u{1F9F9} Cleaning up build artifacts... -----------------
|
|
137
|
+
`)),$.rmSync(t,{recursive:!0,force:!0}))}catch(t){d.warn(`Warning: Failed to clean up build artifacts: ${t}`)}}function bb(e,t){try{if(!t.config.config_template_path)return;let n=W.join(__dirname,t.config.config_template_path),r=W.basename(n,".template"),o=r.slice(0,r.lastIndexOf("."));d.info(k.grey(`--- \u{1F9F9} Reverting framework configuration changes ---------------
|
|
138
|
+
`));for(let s of["mjs","cjs","js","ts"]){let a=W.join(e,`clouduser.${o}.${s}`),l=W.join(e,`${o}.${s}`);if($.existsSync(a)){d.info(`restoring /${o}.${s} from /clouduser.${o}.${s}...`),$.existsSync(l)&&$.unlinkSync(l),$.renameSync(a,l);break}}for(let s of[".jsonc",".json"]){let a=W.join(e,`clouduser.wrangler${s}`);if($.existsSync(a)){d.info(`restoring user wrangler${s} from backup...`);let l=W.join(e,"wrangler.json");$.existsSync(l)&&$.unlinkSync(l);let c=W.join(e,`wrangler${s}`);$.renameSync(a,c);break}}let i=W.join(e,"clouduser");$.existsSync(i)&&(d.info("cleaning up clouduser directory..."),$.rmSync(i,{recursive:!0,force:!0}));for(let s of t.config.additional_config_files||[]){let a=W.join(e,W.basename(s));$.existsSync(a)&&(d.info(`cleaning up additional config file ${a}...`),$.unlinkSync(a))}}catch(n){d.warn(`Warning: Failed to cleanup framework configuration: ${n}`)}}async function BS(e,t,n){let r=Date.now(),o=["--no-update-notifier","--no-progress"];try{if(t==="astro"){let a=W.join(e,"package.json"),l=JSON.parse($.readFileSync(a,"utf8"));l.dependencies?.["@astrojs/react"]||l.devDependencies?.["@astrojs/react"]||(d.info("Warning: cosmic astro integration requires @astrojs/react and this project doesn't require it. Installing now..."),(0,Er.execSync)("npm install --save @astrojs/react",{cwd:e,stdio:"inherit"}))}let i=W.join(e,"package-lock.json");$.existsSync(i)?(d.info("Running npm ci..."),(0,Er.execSync)(`npm ci ${o.join(" ")}`,{cwd:e,stdio:"inherit"})):(d.info("Warning: No package-lock.json found, installing dependencies with npm install"),(0,Er.execSync)(`npm install ${o.join(" ")}`,{cwd:e,stdio:"inherit"}));let s=Date.now()-r;await n?.sendUsage("cloud_install_dependencies_success",{duration:s,framework:t,hasPackageLock:$.existsSync(W.join(e,"package-lock.json"))})}catch(i){let s=Date.now()-r;throw await n?.sendError(i instanceof Error?i:new Error(String(i)),"cloud_install_dependencies_failure",{duration:s,framework:t,hasPackageLock:$.existsSync(W.join(e,"package-lock.json"))}),i}}function LS(e){let t="production",n;switch(t){case"development":n="wf-app-dev";break;case"acceptance":n="wf-app-acceptance";break;default:n="wf-app-prod"}return`https://${e}.${n}.cosmic.webflow.services`}async function MS(e,t,n,r,o){if(d.info(`Framework: ${t.framework}`),d.info(`Mount path: ${n}`),d.info(`Deployment type: ${t.config.deployment_type}`),!t.config.config_template_path)return;let i=W.join(__dirname,t.config.config_template_path),s=W.basename(i,".template"),a=s.slice(0,s.lastIndexOf("."));for(let f of["mjs","cjs","js","ts"]){let m=W.join(e,`${a}.${f}`);if($.existsSync(m)){let g=W.join(e,`clouduser.${a}.${f}`);d.info(`renaming user base config /${a}.${f} to /clouduser.${a}.${f}...`),$.renameSync(m,g);break}}let l=W.join(e,s);d.info(`rendering override config from /templates/${t.framework}/${s}.template to /${s}`);let c=$.readFileSync(i,"utf8"),u=t.framework==="nextjs"&&n==="/"?"":n,p=c.replace(/\$\{([^}]+)\}/g,(f,m)=>({COSMIC_MOUNT_PATH:u,COSMIC_DEPLOY_URL:r||(o?LS(o):"")})[m]??f);$.writeFileSync(l,p);for(let f of t.config.additional_config_files||[]){let m=W.join(__dirname,f);$.statSync(m,{throwIfNoEntry:!1})?(d.info(`copying additional config file /${f} to ${W.join(e,W.basename(f))}`),$.copyFileSync(m,W.join(e,W.basename(f)))):d.warn(`additional config file /${f} does not exist; skipping`)}}async function US(e,t,n){let r=Date.now();try{let o=t.split(" "),i=o[0],s=o.slice(1);(0,Er.execSync)(`npx ${i} ${s.join(" ")}`,{cwd:e,stdio:"inherit"});let a=Date.now()-r;await n?.sendUsage("cloud_build_command_success",{duration:a,buildCommand:t})}catch(o){let i=Date.now()-r;throw await n?.sendError(o instanceof Error?o:new Error(String(o)),"cloud_build_command_failure",{duration:i,buildCommand:t}),new Error(`Build command failed: ${t}`)}}async function WS(e,t){$.mkdirSync(t,{recursive:!0});let n=W.join(e,"wrangler.json"),r=W.join(e,"wrangler.jsonc");if(!$.existsSync(n)&&!$.existsSync(r))throw new Error("Missing wrangler configuration: wrangler.json or wrangler.jsonc file is required");(0,Er.execSync)(`npx wrangler deploy --dry-run --outdir="${t}"`,{cwd:e,stdio:"inherit"})}async function zS(e,t,n,r){let o=n.config.assets_path,i=n.config.assets_exclude_path,s=r.replace(/\/+$/,"").replace(/^\/+/,"");if((n.framework==="nextjs"||n.framework==="astro")&&s){let u=W.join(e,o);if($.existsSync(u)&&$.statSync(u).isDirectory()){let f=$.readdirSync(u,{withFileTypes:!0}).find(m=>!(!m.isDirectory()||i&&m.name===i||n.framework==="astro"&&(m.name==="_routes.json"||m.name==="_worker.js")));f&&(o=`${o}/${f.name}`)}}let a=W.join(t,"assets",s||"");$.mkdirSync(a,{recursive:!0});let l=W.join(e,o);if($.existsSync(l)&&$.statSync(l).isDirectory()){d.info(`copying assets from /${o} to output/assets...`);try{i?(d.info(`excluding ${i}`),wb(l,a,i)):qc(l,a)}catch(u){d.error(u,{prefix:"Failed to copy assets:"})}}else d.info("No assets to copy or assets directory not found");VS(e,t,n);let c=null;for(let u of[".json",".jsonc"]){let p=W.join(e,`clouduser.wrangler${u}`);if($.existsSync(p)){c=p;break}}if(c){d.info("including user wrangler config in output..."),$.copyFileSync(c,W.join(t,"clouduser.wrangler.json"));let u=W.join(e,"clouduser","migrations");if($.existsSync(u)){d.info("copying migrations from clouduser/migrations to output/migrations...");let p=W.join(t,"migrations");qc(u,p)}}}function VS(e,t,n){let r=W.join(e,"webflow.json"),o=W.join(t,"webflow.json"),i={};if($.existsSync(r))try{i=JSON.parse($.readFileSync(r,"utf8"))}catch(s){d.warn(`Failed to parse webflow.json, writing a minimal one for the deployer: ${s instanceof Error?s.message:String(s)}`)}i.cloud={...i.cloud,framework:n.framework,deployment_type:n.config.deployment_type,entrypoint_path:n.config.entrypoint_path},$.writeFileSync(o,JSON.stringify(i,null,2))}async function GS(e){let t=`${e}.tar.gz`;try{return await hb.create({gzip:!0,file:t,cwd:W.dirname(e)},[W.basename(e)]),d.info(`Tarball created: ${t}`),t}catch(n){throw new h(n,{prefix:"Failed to create tarball:"})}}function qc(e,t){$.mkdirSync(t,{recursive:!0});let n=$.readdirSync(e,{withFileTypes:!0});for(let r of n){let o=W.join(e,r.name),i=W.join(t,r.name);r.isDirectory()?qc(o,i):$.copyFileSync(o,i)}}function wb(e,t,n){$.mkdirSync(t,{recursive:!0});let r=$.readdirSync(e,{withFileTypes:!0});for(let o of r){if(o.name===n)continue;let i=W.join(e,o.name),s=W.join(t,o.name);o.isDirectory()?wb(i,s,n):$.copyFileSync(i,s)}}ve();ae();G();var qS="DUPLICATE_ENVIRONMENT_MOUNT",JS="ENVIRONMENT_MOUNT_MISMATCH",HS="DUPLICATE_ENVIRONMENT_BRANCH",KS="INVALID_MOUNT_PATH_FORMAT",ZS="INVALID_PROJECT_ID",Db={[qS]:"An environment with this mount path already exists for this site. Please choose a different mount path.",[JS]:"This environment already exists with a different mount path. Please create a new environment or use the existing environment's mount path.",[HS]:"An environment with this branch already exists for this project.",[KS]:"Mount path format is invalid. It must start with a / and be followed by at least one character (e.g., /app).",[ZS]:"Invalid project ID. This project may have been deleted or belongs to a different site. Please remove the 'project_id' from your webflow.json file and redeploy to create a new project."};function vb(e){let t={timestamp:new Date().toISOString()};if(e instanceof Error)t.code=e.name,t.msg=e.message,t.stack=e.stack;else if(typeof e=="object"&&e!==null){let i=e;t.code=typeof i.code=="string"?i.code:void 0,t.msg=typeof i.msg=="string"?i.msg:void 0,t.status=typeof i.status=="number"?i.status:void 0}let n=t.msg||"",r=t.status??t.code,o=typeof r=="number"?r:typeof r=="string"&&/^\d+$/.test(r)?Number(r):void 0;if(d.error(`Error Details: ${JSON.stringify({timestamp:t.timestamp,code:t.code,message:t.msg,status:t.status,stack:t.stack},null,2)}`),o===401)return"Your access token is expired or invalid. Run 'webflow auth login' to re-authenticate.";if(o===403)return"Your access token is missing required permissions. Run 'webflow auth login' to re-authenticate with the necessary scopes.";for(let i in Db)if(n.includes(i))return Db[i];return`An unknown error occurred. Error code: ${t.code||"N/A"}, Message: ${t.msg||"No message provided"}`}var _r=w(require("fs")),Hc=require("child_process");G();te();ke();var kb=104857600;function xb(e){if(e===0)return"0 B";let t=1024,n=["B","KB","MB","GB"],r=Math.floor(Math.log(e)/Math.log(t));return`${parseFloat((e/Math.pow(t,r)).toFixed(1))} ${n[r]}`}function YS(){try{let e=(0,Hc.execSync)("git rev-parse HEAD",{encoding:"utf-8",stdio:["pipe","pipe","pipe"]}).trim();if(!/^[0-9a-f]{40}$/.test(e))throw new Error("Invalid commit hash format");try{return(0,Hc.execSync)("git status --porcelain --untracked-files=no",{encoding:"utf-8",stdio:["pipe","pipe","pipe"]}).trim().length>0?`git@${e}+dirty`:`git@${e}`}catch{return`git@${e}`}}catch{return`noversion@${new Date().toISOString()}`}}async function Kc(e,t,n){let r=await fetch(`${I}${t}`,{method:n.method,headers:{Authorization:`Bearer ${e}`,"Content-Type":"application/json"},body:n.body?JSON.stringify(n.body):void 0});if(!r.ok){let o=await r.text(),i;try{i=JSON.parse(o)}catch{i={msg:o}}let s=vb(i);throw new Error(s)}return r.json()}async function Cb(e,t,n,r){let{manifest:o}=ee(),i=o.cloud||{},s=i.project_id,a=i.framework;if(!a)throw new h("No framework specified in webflow.json. Please ensure your webflow.json has a cloud.framework property");let l=await XS({siteId:e.siteId,apiToken:e.accessToken,framework:a,mountPath:n,environment:t,projectId:s,projectName:r?.projectName,description:r?.description,directory:r?.directory,version:YS()});return!s&&l.project_id&&(d.info("\u{1F4DD} Updating webflow.json with project ID..."),de({cloud:{...i,project_id:l.project_id}})),l}async function XS(e){let{siteId:t,framework:n,mountPath:r,environment:o,version:i,projectId:s,projectName:a,description:l,directory:c}=e,u={framework:n,mount_path:r,environment:o,version:i};s&&(u.project_id=s),a&&(u.project_name=a),l&&(u.description=l),c&&(u.app_path=c);let p=t?`/cosmic/${t}/cli-deploy-init`:"/cosmic/cli-deploy-init";return Kc(e.apiToken,p,{method:"POST",body:u})}async function Fb(e,t){let{siteId:n,accessToken:r}=e,o=n?`/cosmic/${n}/cli-project-environments/${t}`:`/cosmic/cli-project-environments/${t}`;return Kc(r,o,{method:"GET"})}async function Eb(e){let{siteId:t,accessToken:n}=e,r=t?`/cosmic/${t}/cli-projects`:"/cosmic/cli-projects";return Kc(n,r,{method:"GET"})}async function _b(e,t){if(!_r.existsSync(e))throw new Error(`Tarball not found at ${e}`);let n=_r.statSync(e);if(n.size>kb)throw new Error(`Build output is too large (${xb(n.size)}). Maximum allowed size is ${xb(kb)}.`);let r=_r.readFileSync(e),o=JSON.parse(t);if(!o.fields)throw new Error("Upload URL is missing fields property");let i=new FormData;Object.entries(o.fields).forEach(([l,c])=>{i.append(l,c)});let s=new Blob([r],{type:"application/gzip"});i.append("file",s,"output.tar.gz");let a=await fetch(o.url,{method:"POST",body:i});if(!a.ok){let l=await a.text();throw new h(l,{prefix:`${B} Upload failed with response:`})}}async function Sb(e,t){if(!e||e==="undefined")throw new h("Completion URL is undefined or invalid");let n=new URL(e);t&&n.searchParams.set("failed","true");let r=await fetch(n.toString(),{method:"GET"});if(!r.ok)throw new h(`Failed to trigger deployment: ${r.status} ${r.statusText}`)}var Tb=require("webflow-api");ae();ae();te();function Zc(e){return new Tb.WebflowClient({accessToken:e,environment:{base:`${I}/v2`,dataApi:`${I}/v2`,contentDeliveryApi:`${zo}/v2`}})}async function _o(e,t){try{let r=await Zc(e).sites.get(t);return{id:r.id||t,displayName:r.displayName||"Unknown Site",shortName:r.shortName||"unknown-site",customDomains:r.customDomains?.map(o=>({id:o.id||"",url:o.url||""}))||[]}}catch(n){throw new h(n,{prefix:"Error fetching site details:"})}}async function Yc(e,t){try{return{customDomains:(await Zc(e).sites.getCustomDomain(t)).customDomains?.map(o=>({id:o.id||"",url:o.url||""}))||[]}}catch(n){throw new h(n,{prefix:"Error fetching custom domains:"})}}async function Xc(e){try{let t=await fetch(`https://${e}/manifest.json`);if(!t.ok)throw new Error(`HTTP ${t.status}: ${t.statusText}`);return await t.json()}catch(t){throw new h(t,{prefix:`Failed to fetch manifest from ${e}:`})}}function Qc(e,t,n){return e.cosmic&&Array.isArray(e.cosmic)?e.cosmic.some(r=>{if(r.mountPath!==t)return!1;if(!n)return!0;if(r.workerUrl)try{return new URL(r.workerUrl).hostname.split(".")[0]===n}catch{return!1}return!1}):!1}async function Ab(e,t,n){try{let r=Zc(e),o=await _o(e,t),i=[];if(n?.domains&&n.domains.length>0)for(let s of n.domains){let a=o.customDomains?.find(l=>l.url===s);a?.id&&i.push(a.id)}await r.sites.publish(t,{customDomains:i,publishToWebflowSubdomain:n?.publishToWebflowSubdomain??!0})}catch(r){throw new h(r,{prefix:"Error publishing site:"})}}Le();Zs();G();async function Ob(e,t,n){let{siteId:r,accessToken:o}=e;if(!r)throw new Error("Site ID is required for mount path validation. Standalone apps skip this step.");let i=Mn("Validating mount path configuration...").start();try{let s=await _o(o,r),a=await Yc(o,r),l=[`${s.shortName}.webflow.io`,...a.customDomains?.map(g=>g.url)||[]],c=0;i.text=`Validating ${l.length} domain(s) for mount path: ${t}... (0/${l.length})`;let u=l.map(async g=>{try{let v=await Xc(g),F=Array.isArray(v.cosmic)?v.cosmic.map(R=>R.mountPath).filter(R=>typeof R=="string"):[],C=Qc(v,t,n);return{domain:g,mountPaths:F,isValid:C===!0}}catch(v){return{domain:g,mountPaths:[],isValid:!1,error:v instanceof Error?v.message:String(v)}}finally{c++,i.text=`Validating ${l.length} domain(s) for mount path: ${t}... (${c}/${l.length})`}}),p=await Promise.all(u),f=p.some(g=>!g.isValid),m=p.every(g=>g.isValid);return i.succeed("Mount path validation completed"),{isValid:m,domains:p,needsPublishing:f}}catch(s){throw i.fail("Mount path validation failed"),s}}async function Ib(e,t,n){let{siteId:r,accessToken:o}=e;if(!r)return[];try{let i=await _o(o,r),s=await Yc(o,r),l=[`${i.shortName}.webflow.io`,...s.customDomains?.map(u=>u.url)||[]].map(async u=>{try{let p=await Xc(u),f=Qc(p,t,n);return{domain:u,isValid:f}}catch(p){return d.debug(`Could not verify mount path for ${u}: ${p}`),{domain:u,isValid:!1}}});return(await Promise.all(l)).filter(u=>u.isValid).map(u=>u.domain)}catch(i){return d.debug(`Error getting valid domains: ${i}`),[]}}function Pb(e,t){return e.map(n=>`${n.startsWith("localhost")||n.startsWith("127.0.0.1")?"http":"https"}://${n}${t}`)}async function Rb(e){let t=e.map(r=>({name:r,value:r,checked:!0})),n=await qo({message:"Select which domains you want to publish to update the mount path configuration:",choices:t,validate:r=>r.length===0?"Please select at least one domain to publish to.":!0});return n??[]}async function $b(){return await Ee({message:"The mount path doesn't match on some domains. Would you like to publish the site to update the configuration?",default:!0})}async function eu(e,t){let{siteId:n,accessToken:r}=e;if(!n)throw new Error("Site ID is required to publish. Standalone apps do not use this.");let o=Mn(`Publishing site to ${t.length} domain(s)...`).start();try{let s=`${(await _o(r,n)).shortName}.webflow.io`,a=t.includes(s),l=t.filter(c=>c!==s);await Ab(r,n,{domains:l,publishToWebflowSubdomain:a}),o.succeed(`Site published successfully to selected domains: ${t.join(", ")}`)}catch{throw o.fail("Failed to publish site"),new Error("Failed to publish site")}}var $n=w(require("path"));ve();G();Fe();ae();Oe();var ws=w(require("fs"));te();ke();ae();Le();te();G();async function jb(e){let t=await fetch(`${I}/v2/workspaces`,{method:"GET",headers:{Authorization:`Bearer ${e}`}});if(!t.ok){let r=await t.text(),o={};try{o=JSON.parse(r)}catch{}throw t.status===403&&o.code==="missing_scopes"?new h(`Missing required scopes for workspace access.
|
|
139
|
+
${o.message??""}
|
|
140
|
+
Re-run 'webflow auth login' to grant the necessary permissions.`):new h(`Failed to fetch workspaces: ${t.status} ${t.statusText}`+(o.message?`
|
|
141
|
+
${o.message}`:""))}return(await t.json()).workspaces}async function Nb(e){if(e.length===1)return e[0];let t=await Ye({message:"Select the workspace for this project:",choices:e.map(n=>({name:n.name,value:n}))});return t||(d.warn(`Auto fallback to first workspace: ${e[0].name}`),e[0])}var vs=async()=>{try{let e=Rc(),t=$c();return[...new Set([...e,...t])]}catch(e){return d.error(e,{prefix:"Failed to get available scaffolds:"}),[]}},QS=async(e,t,n)=>{let r;if("content"in n)r=n.content.files;else{let l=n[t];if(!l)throw new Error(`Scaffold "${t}" not found`);r=l}let o=r.find(l=>l.includes(bn));if(!o)throw new Error(`No ${bn} found in scaffold "${t}"`);await ws.promises.mkdir(e,{recursive:!0});let s=(await ws.promises.readFile(o,"utf8")).replace(as,e),a=$n.join(e,bn);await ws.promises.writeFile(a,s,"utf8")},nu=async(e,t,n=ss,r,o=fe.Existing)=>{if(fe.New,o===fe.New){try{let s=await Bc(n);await e2(e,t,s.scaffoldId,{content:s},n)}catch(s){if(s instanceof be){let a=s.message;throw s.supportedIds?.length&&(a+=`
|
|
142
|
+
Available frameworks: ${s.supportedIds.join(", ")}`),new h(a)}throw s}return}try{let s=await cs(n);await t2(e,t,n,{content:s},r)}catch(s){if(s instanceof be){let a=s.message;throw s.supportedIds?.length&&(a+=`
|
|
143
|
+
Available frameworks: ${s.supportedIds.join(", ")}`),new h(a)}throw s}},e2=async(e,t,n,r,o)=>{let i=`./${e}`,s="content"in r&&typeof r.content=="object"&&"extractionRoot"in r.content?r.content:null,a=s?$n.dirname(s.extractionRoot):null;try{let l=Date.now(),c=await Q(),u=await jb(c);if(u.length===0)throw new h("No workspaces found in your account. Please make sure you have at least one workspace.");let p=await Nb(u);await Do(e,t,n,r,void 0,void 0),process.chdir(i);let f=o??n;de({cloud:{framework:f,workspace_id:p.id}}),yt({apiToken:c,directory:"."}),process.env.WEBFLOW_API_TOKEN=c;let m=Date.now()-l;try{await J.forCloud({authToken:c}).sendUsage("project_init",{scaffold:f,scaffoldName:f,initMode:fe.New,workspaceId:p.id,totalDuration:m,mountPath:t})}catch{}}catch(l){if(l instanceof h||l instanceof Error&&l.message.includes("OAuth")){try{await Do(e,t,n,r),process.chdir(i),de({cloud:{framework:o??n}}),yt({directory:"."})}catch{}throw d.error("Project scaffold was created, but authentication failed."),d.error("To set up Webflow credentials later, run:"),d.error(" webflow auth login"),Ds(e,fe.New),new h(l,{skipLogging:!0})}throw l}finally{if(a)try{tu.default.removeSync(a)}catch{}}Ds(e,fe.New)},t2=async(e,t,n,r,o)=>{let i=`./${e}`,s=null,a=!1,l="content"in r&&typeof r.content=="object"&&"extractionRoot"in r.content?r.content:null,c=l?$n.dirname(l.extractionRoot):null;try{let u=Date.now();await QS(e,n,r),process.chdir(i);let{manifest:p}=ee(),f=await we(p,{site:o}),m=f.accessToken,g=f.siteId;if(s=J.forCloud({authToken:m,siteId:g}),await Do(".",t,n,r,g,m),g){d.info("Running devlink export to fetch your Webflow components...");try{await n2({site:g,apiToken:m}),a=!0}catch(F){d.error(F,{prefix:"Failed to run devlink export:"}),d.info("You can manually run 'npx webflow devlink export' later to export your components.")}}let v=Date.now()-u;await s?.sendUsage("project_init",{scaffold:n,scaffoldName:n,devlinkSyncStatus:a,totalDuration:v,mountPath:t}),Ds(e,fe.Existing)}catch(u){throw d.error(u,{prefix:"Error during Webflow authentication:"}),await Do(".",t,n,r),d.error("Project scaffold was created, but authentication failed."),d.error("To set up Webflow credentials later, run:"),d.error(" webflow auth login"),Ds(e,fe.Existing),new h(u,{skipLogging:!0})}finally{if(c)try{tu.default.removeSync(c)}catch{}}},n2=async e=>{let{exportComponents:t}=await Promise.resolve().then(()=>(nc(),mg));await t({site:e.site,apiToken:e.apiToken})},r2=e=>{if(e?.skipMountPathCheck!==void 0)return e.skipMountPathCheck;try{let{manifest:t}=ee();return Ic(t)?!0:t.cloud?.skipMountPathCheck===!0}catch{return!1}},o2=async(e,t,n,r)=>{d.info("\u{1F50D} Validating mount path configuration...");let o=await Ob(e,t,n);if(o.isValid)d.info(`${X} Mount path validation passed`);else if(d.info(`
|
|
144
|
+
\u{1F4CB} Mount path validation results:`),o.domains.forEach(i=>{let s=i.isValid?X:B,a=i.isValid?`(mountPath: ${i.mountPaths[0]})`:"(no matching mountPath)";d.info(`${s} ${i.domain} ${a}`),i.error&&d.debug(` Error: ${i.error}`)}),o.needsPublishing)if(r){d.info("\u{1F680} Auto-publishing site to update mount path configuration...");let i=o.domains.filter(s=>!s.isValid).map(s=>s.domain);await eu(e,i)}else if(await $b()&&At()){let s=o.domains.filter(l=>!l.isValid).map(l=>l.domain),a=await Rb(s);await eu(e,a)}else d.warn("\u26A0\uFE0F Continuing with deployment without publishing...")},i2=async(e,t,n,r)=>{d.info(`
|
|
145
|
+
\u{1F3D7}\uFE0F Building project...`);let o=await gb(e,{mountPath:n,telemetry:r?.telemetry,deployUrl:t.deploy_url,environmentId:t.environment_id});d.info("\u{1F4E4} Uploading build artifacts...");let i=Date.now();await _b(o,t.upload_url);let s=Date.now()-i;return d.info(`${X} Upload completed in ${(s/1e3).toFixed(1)}s`),o},s2=async(e,t,n,r)=>{d.success(`
|
|
146
|
+
\u{1F310} Your cloud app will soon be available at:`);try{let o=r?.domainsOverride??await Ib(e,t,n),i=Pb(o??[],t);i?.length>0?i.forEach(s=>{d.info(` ${s}`)}):d.warn(" No domains found with the correct mount path configuration yet.")}catch(o){d.warn(` Could not determine deployment links: ${o instanceof Error?o.message:o}`)}},a2=e=>{e.site_slug?d.success(`Visit your deployment:
|
|
142
147
|
|
|
143
|
-
${
|
|
144
|
-
Visit the webflow Cloud dashboard to view your deployment: https://webflow.com/dashboard/sites`)},
|
|
145
|
-
${B} Deployment failed due to build error.`)
|
|
146
|
-
${
|
|
148
|
+
${Vn}/dashboard/sites/${e.site_slug}/webflow-cloud/projects/${e.project_id}/environments/${e.environment_id}/deployments/${e.deployment_id}`):d.info(`
|
|
149
|
+
Visit the webflow Cloud dashboard to view your deployment: https://webflow.com/dashboard/sites`)},l2=async(e,t,n,r,o)=>{try{if(await Sb(t.completion_url,!!r),r)d.error(`
|
|
150
|
+
${B} Deployment failed due to build error.`);else{d.success(`
|
|
151
|
+
${X} Deployment triggered successfully!`);let i;try{let{manifest:s}=ee();Ic(s)&&(i=[`${o?.projectName??$n.basename(process.cwd())}.webflow.io`])}catch(s){d.debug(`Could not read manifest for standalone deploy link hint: ${s instanceof Error?s.message:String(s)}`)}await s2(e,n,t.environment_id,i!==void 0?{domainsOverride:i}:void 0),a2(t)}}catch(i){throw new h(i,{prefix:"Failed to trigger deployment:"})}},c2=(e,t)=>{e&&bb(process.cwd(),e),t&&yb(t)},Bb=async(e,t,n,r)=>{let o=null,i=null,s=Date.now(),a=null,l=null,c=Jc(process.cwd()),u=r?.telemetry;await u?.sendUsage("cloud_deploy_start",{environment:t,mountPath:n,projectName:r?.projectName,hasDescription:!!r?.description,hasDirectory:!!r?.directory,cloudflareBindings:c});try{d.info("\u{1F527} Detecting framework..."),a=await qy(),d.info(`Framework: ${a.framework}`),d.info(`Build command: ${a.config.build_command}`),d.info("\u{1F3D7}\uFE0F Building project..."),o=await Cb(e,t,n,r),r2(r)?d.info("\u23ED\uFE0F Skipping mount path validation..."):await o2(e,n,o.environment_id,r?.autoPublish),i=await i2(a,o,n,r),d.info(`Starting deployment process for environment: ${t} at mount path: ${n}`);let p=Date.now()-s;await u?.sendUsage("cloud_deploy_success",{duration:p,environment:t,mountPath:n,projectName:r?.projectName,hasDescription:!!r?.description,hasDirectory:!!r?.directory,framework:a.framework,buildCommand:a.config.build_command,cloudflareBindings:c})}catch(p){l=p instanceof Error?p:new Error(String(p)),d.error(l,{prefix:"Error during deployment initialization:"});let f=Date.now()-s;await u?.sendError(l,"cloud_deploy_failure",{duration:f,environment:t,mountPath:n,projectName:r?.projectName,cloudflareBindings:c,argv:process.argv.slice(2)})}finally{if(c2(a,i),o&&await l2(e,o,n,l,{projectName:r?.projectName}),l)throw new h(l,{skipLogging:!0})}},Ds=(e,t)=>{d.info("--- "),d.info(k.bold.green("Get started with the following commands:")),d.info(` cd ${e}`),d.info(" npm install"),d.info(" npm run dev"),d.info(` webflow cloud deploy
|
|
147
152
|
|
|
148
|
-
`),d.info("Run the following command to export Webflow components when they update:"),d.info(` webflow devlink export
|
|
149
|
-
`)
|
|
150
|
-
`);
|
|
153
|
+
`),t!==fe.New&&(d.info("Run the following command to export Webflow components when they update:"),d.info(` webflow devlink export
|
|
154
|
+
`)),d.info(`
|
|
155
|
+
--- `)};ve();Le();Re();Ie();G();Oe();var Lb=w(require("path"));function jn(e){if(!e||e.trim()==="")return"/";let t=Lb.posix.normalize(e);return t.startsWith("/")||(t="/"+t),t.length>1&&t.endsWith("/")&&(t=t.slice(0,-1)),t=t.split("/").map((r,o)=>o===0?r:encodeURIComponent(r)).join("/"),t}function ks(e){return!(!e||e.trim()===""||!e.startsWith("/")||e.includes(".."))}te();var Mb=require("crypto");ae();te();async function Ub(e){let{accessToken:t,workspaceId:n,displayName:r,description:o,appPath:i}=e,a={requestId:(0,Mb.randomUUID)(),cloudApp:{displayName:r,description:o,appPath:i,source:{type:"CLI",cli:{sourceUrl:By}}}},l=`${I}/cosmic/workspaces/${n}/cloudApps`,c=await fetch(l,{method:"POST",headers:{Authorization:`Bearer ${t}`,"Content-Type":"application/json","Accept-Version":"1.0.0"},body:JSON.stringify(a)});if(!c.ok){let u=await c.text();throw u2(c.status,c.statusText,u)}return c.json()}function u2(e,t,n){let r={};try{r=JSON.parse(n)}catch{}return e===403?r.publicErrorCode==="missing_scopes"?new h(`Missing required scopes to create a Cloud app.
|
|
156
|
+
${r.msg??""}
|
|
157
|
+
Re-run 'webflow auth login' to grant the necessary permissions.`):new h(r.msg??"You don't have permission to create apps in this workspace."):e===404?new h("Cloud app creation is not available. The workspace may not exist or the feature is not enabled for your account."):e===409?r.msg?.includes("No new sites can be created")?new h(`Failed to create app: your workspace has reached its app limit.
|
|
158
|
+
Upgrade your plan or remove unused apps to create a new one.`):new h(r.msg??"A Cloud app creation request is already being processed. Please wait and try again."):new h(`Failed to create app: ${e} ${t}`+(r.msg?`
|
|
159
|
+
${r.msg}`:""))}Re();var zb=e=>{let t=e.command("cloud").description("Create and manage Webflow Cloud projects"),n=!0;t.command("create").description(n?"[Deprecated] Use 'webflow cloud init' instead. Quick non-interactive scaffold for site-attached projects (hardcoded to /app).":"Quick non-interactive scaffold for site-attached projects (hardcoded to /app).").argument("<name>","Project name").option("-f, --framework <framework>","Framework to use","nextjs").action(async(o,i)=>{n&&d.warn("\u26A0\uFE0F 'webflow cloud create' is deprecated and will be removed in a future major release. Use 'webflow cloud init' instead.");let{framework:s}=i;if(!(await vs()).find(c=>c===s)){d.error(`Framework ${s} not found`);return}await nu(o,"/app",s,void 0,fe.Existing)}),t.command("list").description("Get list of project templates that can be used for `init`").action(async()=>{let o=await vs();d.info("Available project templates:"),o.length>0?o.forEach(i=>d.info(`- ${i}`)):d.info("No templates found.")});let r=t.command("init").description("Bootstrap a new Webflow Cloud project").option("-n, --project-name <name>","Project name").option("-f, --framework <framework>","Framework to use (e.g., astro, nextjs)").option("-m, --mount <mount>",n?"Mount path (default: '/' for standalone, '/app' for site-attached)":"Mount path (e.g., /app)").option("-s, --site-id <siteId>","Webflow site ID to connect to");n&&r.option("--new","Create a standalone project without connecting to a site"),r.action(async o=>{let i=process.stdin.isTTY,s=await vs(),a={};if(i&&At()){if(n&&o?.new!==!0&&(a.initMode=await Ye({message:"Where do you want to deploy this app?",choices:[{name:"New domain",value:fe.New},{name:"Existing site",value:fe.Existing}],default:fe.New})),o?.framework||(a.scaffoldName=await Ye({message:"Which framework would you like to use?",choices:s.map(v=>({name:v,value:v})),default:"astro"})),!o.projectName){let v=await _e({message:"What would you like to name your app?",validate:F=>{let C=F.trim();return C===""?"App name cannot be empty":C.length<Jt||C.length>Ht?`App name must be between ${Jt} and ${Ht} characters`:!0}});if(v==null)throw new h("When --no-input mode is enabled please provide the --project-name option or the cloud.project_id manifest field.");a.projectName=v}let g=n&&(o.new===!0||a.initMode===fe.New);if(!o.mount&&!g){let v=await _e({message:"What path do you want to use locally? (e.g., /app)",default:"/app"});a.mountPath=jn(v)}}let l=o.projectName||a.projectName,c=o.framework||a.scaffoldName,u=n?o.new?fe.New:a.initMode??(ie()?fe.New:fe.Existing):fe.Existing,p=u===fe.New?o.mount||a.mountPath||"/":o.mount||a.mountPath||"/app",f=o.siteId,m=jn(p);if(!l||typeof l!="string"||l.trim()==="")throw new h("--project-name cannot be empty");if(l.length<Jt||l.length>Ht)throw new h(`--project-name must be between ${Jt} and ${Ht} characters`);if(!c)throw new h("--framework is required");if(!s.includes(c)){let g=s.join(`
|
|
160
|
+
- `);throw new h(`--framework "${c}" not found
|
|
151
161
|
|
|
152
162
|
Available frameworks:
|
|
153
|
-
${
|
|
163
|
+
- ${g}`)}if(typeof m!="string"||!ks(m))throw new h("Invalid mount path: "+m);if(u===fe.Existing&&!f&&(!i||ie()))throw new h("--site-id is required when connecting to an existing site in non-interactive mode.");await nu(l,m,c,f,u)}),t.command("deploy").description("Deploy your Webflow Cloud project").option("-e, --environment <environment>","Environment name").option("-m, --mount <mount>","Mount path (e.g., /app)").option("-n, --project-name <name>","Project name (for new projects)").option("-d, --directory <path>","Project directory path (for new projects)").option("--description <description>","Project description (for new projects)").option("--skip-mount-path-check","Skip mount path checking").option("--auto-publish","Automatically publish site for mount path updates").action(async o=>{try{if(o.directory)try{process.chdir(o.directory),d.info(`Changed directory to: ${o.directory}`)}catch(v){throw d.error(`Error: Could not change to directory ${o.directory}`),new h(v)}let{manifest:i}=ee(),s=!1,a;if(!i.siteId&&i.cloud?.workspace_id){s=!0;let v=await Q(),F=Wb.default.basename(process.cwd()).trim(),C=F.length>=Jt&&F.length<=Ht,R=o.projectName??(C?F:"Cloud App");if(R.length<Jt||R.length>Ht)throw new h(`Project name must be between ${Jt} and ${Ht} characters (got ${R.length}).
|
|
164
|
+
Use --project-name to provide a valid name.`);let x=d.spinner("Creating Cloud app...");try{let V=await Ub({accessToken:v,workspaceId:i.cloud.workspace_id,displayName:R});x.succeed(`Cloud app created: ${V.cloudApp.displayName}`),de({siteId:V.cloudApp.siteId,cloud:{...i.cloud,project_id:V.cloudApp.project.id,environment_id:V.cloudApp.environment.id}}),yt({siteId:V.cloudApp.siteId,directory:"."}),process.env.WEBFLOW_SITE_ID=V.cloudApp.siteId,{manifest:i}=ee()}catch(V){throw x.fail("Failed to create app"),new h(V,{prefix:"Could not create app:"})}let O=i.siteId;if(!O)throw new h("Expected siteId in manifest after Cloud app creation.");a={accessToken:v,siteId:O}}else a=await we(i,{});let l;try{l=J.forCloud({authToken:a.accessToken,siteId:a.siteId})}catch(v){d.debug(`Failed to initialize telemetry: ${v}`)}let u=(i.cloud||{}).project_id,p,f,m=o.projectName,g=o.description;if(o.environment&&o.mount){if(p=o.environment,f=jn(o.mount),!ks(f))throw new h("Invalid mount path: "+f)}else{let v=[];if(!u){if(!m&&ie())throw new h("When --no-input mode is enabled please provide the --project-name option or the cloud.project_id manifest field.");try{let C=await Eb(a);if(C.projects.length>0){let R=await Ye({message:"Select an app to deploy to:",choices:[...C.projects.map(x=>({name:`${x.name} (${x.description||"No description"})`,value:x.id})),{name:"Create new app",value:null}]});R?(u=R,d.info("\u{1F4DD} Updating webflow.json with app ID..."),de({cloud:{project_id:R}})):d.info("Creating a new app will be handled during deployment.")}else d.info("No existing apps found. A new app will be created during deployment.")}catch(C){d.warn("Could not fetch existing apps. A new app will be created during deployment."),d.warn(C instanceof Error?C.message:String(C))}}if(!u&&!m&&(m=await _e({message:"What would you like to name your new app?",default:"New Webflow Cloud App",validate:C=>C.trim()===""?"App name cannot be empty":!0})),u)try{let R=(await Fb(a,u)).environments.map(x=>({name:`${x.branch} (${x.mount})`,value:{branch:x.branch,mount:x.mount}}));v.push(...R)}catch(C){throw new h(C,{prefix:"Error fetching project environments:"})}v.push({name:"Create new environment",value:null});let F=await Ye({message:"Select an environment to deploy to:",choices:v});if(F)p=F.branch,f=jn(F.mount);else if(o.environment?p=o.environment:p=await _e({message:"What environment would you like to deploy to?",default:"main",validate:C=>C.trim()===""?"Environment cannot be empty":!0}),o.mount)f=jn(o.mount);else{let C=await _e({message:"What path should this environment be mounted at? (e.g., /app)",default:"/app"});f=jn(C)}}if(!ks(f))throw new h("Invalid mount path: "+f);await Bb(a,p,f,{projectName:m,description:g,directory:o.directory,skipMountPathCheck:s||o.skipMountPathCheck,autoPublish:o.autoPublish,telemetry:l})}catch(i){throw new h(i,{prefix:"Error during deployment setup:"})}})};var ou=require("commander");Re();Ie();ve();G();te();ke();Fe();ae();ot();te();te();function K(e,t){if(!/^[a-f0-9]{24}$/.test(e))throw new h(`Invalid ${t}: "${e}" is not a valid resource ID.`,{isUserError:!0})}var ru=e=>e.replace(/\x1b\[[0-9;]*m/g,""),Vb=(e,t)=>e+" ".repeat(Math.max(0,t-ru(e).length));function je(e,t){let n=e.map((s,a)=>Math.max(ru(s).length,...t.map(l=>ru(String(l[a])).length))),r=n.map(s=>"\u2500".repeat(s+2)).join("\u2500"),o=e.map((s,a)=>Vb(s,n[a]+2)).join(""),i=t.map(s=>s.map((a,l)=>Vb(String(a),n[l]+2)).join("")).join(`
|
|
154
165
|
`);return`${o}
|
|
155
166
|
${r}
|
|
156
|
-
${i}`}async function
|
|
157
|
-
`);let n=["NAME","SLUG","TYPE","REQUIRED"].map(o=>k.bold(o)),r=e.fields.map(o=>[o.displayName,o.slug,o.type,o.isRequired?"yes":"no"]);return t.push(
|
|
158
|
-
`)}function
|
|
159
|
-
Next: add fields with "webflow cms fields create --collection ${f.id} --name <name> --type <type>"`)}catch(f){if(f instanceof h&&f.isUserError){d.info(`${B} ${f.message}`),process.exitCode=1;return}throw await u.sendError(f instanceof Error?f:new Error(String(f)),"cms_collections_create",{duration:Date.now()-p}),new h(f,{prefix:`${B} Failed to create collection:`})}}),t.command("fields").description("Manage CMS collection fields").command("create").description("Add a field to a CMS collection. Use --dry-run to preview.").requiredOption("--collection <collectionId>","Collection ID").requiredOption("--name <displayName>","Field display name").requiredOption("--type <type>","Field type (e.g. PlainText, RichText, Number, DateTime, Link, Image, Video, Color, Bool, Option, ItemRef, ItemRefSet)").option("--required","Mark field as required").addOption(
|
|
160
|
-
Showing ${m}\u2013${y}${E} items. Use --offset ${y} to load next page.`)}}catch(p){if(p instanceof h&&p.isUserError){d.info(`${B} ${p.message}`),process.exitCode=1;return}throw await a.sendError(p instanceof Error?p:new Error(String(p)),"cms_items_list",{duration:Date.now()-l}),new h(p,{prefix:`${B} Failed to list items:`})}}),o.command("get").description("Get a single CMS item by ID").requiredOption("--collection <collectionId>","Collection ID").requiredOption("--item <itemId>","Item ID").option("--locale <cmsLocaleId>","CMS locale ID to retrieve content for").addOption(xt).action(async i=>{let s=await ee(),a=q.forCms({authToken:s}),l=Date.now();try{let c=await Fb(s,i.collection,i.item,i.locale);if(await a.sendUsage("cms_items_get",{duration:Date.now()-l}),i.json){d.info(JSON.stringify(c,null,2));return}let u=c.isArchived?"archived":c.isDraft?"draft":"live";d.info(`${c.id} [${u}]`),d.info(` Last updated: ${new Date(c.lastUpdated).toLocaleString()}`),c.lastPublished&&d.info(` Last published: ${new Date(c.lastPublished).toLocaleString()}`),d.info(" Fields:"),d.info(JSON.stringify(c.fieldData,null,4).replace(/^/gm," "))}catch(c){if(c instanceof h&&c.isUserError){d.info(`${B} ${c.message}`),process.exitCode=1;return}throw await a.sendError(c instanceof Error?c:new Error(String(c)),"cms_items_get",{duration:Date.now()-l}),new h(c,{prefix:`${B} Failed to get item:`})}}),o.command("create").description("Create a new CMS item. Use --dry-run to preview before executing.").requiredOption("--collection <collectionId>","Collection ID").requiredOption("--data <json>","Item field data as a JSON string").option("--draft","Create as draft (not published)").addOption(Dr).addOption(xt).action(async i=>{let s;try{s=JSON.parse(i.data)}catch{throw new h(`Invalid JSON for --data: ${i.data}`)}if(i.dryRun){d.info("Dry run \u2014 would create item:"),d.info(JSON.stringify({fieldData:s,isDraft:i.draft??!1},null,2)),d.info("Dry run complete \u2014 no changes made.");return}let a=await ee(),l=q.forCms({authToken:a}),c=Date.now();try{let u=await Eb(a,i.collection,s,i.draft??!1);if(await l.sendUsage("cms_items_create",{duration:Date.now()-c,dryRun:!1}),i.json){d.info(JSON.stringify(u,null,2));return}d.info(`${Y} Item created: ${u.id}`)}catch(u){if(u instanceof h&&u.isUserError){d.info(`${B} ${u.message}`),process.exitCode=1;return}throw await l.sendError(u instanceof Error?u:new Error(String(u)),"cms_items_create",{duration:Date.now()-c}),new h(u,{prefix:`${B} Failed to create item:`})}}),o.command("update").description("Update an existing CMS item. Use --dry-run to preview before executing.").requiredOption("--collection <collectionId>","Collection ID").requiredOption("--item <itemId>","Item ID").requiredOption("--data <json>","Updated field data as a JSON string").addOption(Dr).addOption(xt).action(async i=>{let s;try{s=JSON.parse(i.data)}catch{throw new h(`Invalid JSON for --data: ${i.data}`)}if(i.dryRun){d.info("Dry run \u2014 would update item:"),d.info(JSON.stringify({collectionId:i.collection,itemId:i.item,fieldData:s},null,2)),d.info("Dry run complete \u2014 no changes made.");return}let a=await ee(),l=q.forCms({authToken:a}),c=Date.now();try{let u=await _b(a,i.collection,i.item,s);if(await l.sendUsage("cms_items_update",{duration:Date.now()-c,dryRun:!1}),i.json){d.info(JSON.stringify(u,null,2));return}d.info(`${Y} Item updated: ${u.id}`)}catch(u){if(u instanceof h&&u.isUserError){d.info(`${B} ${u.message}`),process.exitCode=1;return}throw await l.sendError(u instanceof Error?u:new Error(String(u)),"cms_items_update",{duration:Date.now()-c}),new h(u,{prefix:`${B} Failed to update item:`})}}),o.command("delete").description("Delete a CMS item. Use --dry-run to preview before executing.").requiredOption("--collection <collectionId>","Collection ID").requiredOption("--item <itemId>","Item ID").addOption(Dr).action(async i=>{if(i.dryRun){d.info(`Dry run \u2014 would delete item ${i.item} from collection ${i.collection}`),d.info("Dry run complete \u2014 no changes made.");return}let s=await ee(),a=q.forCms({authToken:s}),l=Date.now();try{await Sb(s,i.collection,i.item),await a.sendUsage("cms_items_delete",{duration:Date.now()-l,dryRun:!1}),d.info(`${Y} Item deleted: ${i.item}`)}catch(c){if(c instanceof h&&c.isUserError){d.info(`${B} ${c.message}`),process.exitCode=1;return}throw await a.sendError(c instanceof Error?c:new Error(String(c)),"cms_items_delete",{duration:Date.now()-l}),new h(c,{prefix:`${B} Failed to delete item:`})}}),o.command("publish").description("Publish one or more CMS items. Use --dry-run to preview before executing.").requiredOption("--collection <collectionId>","Collection ID").requiredOption("--items <itemIds>","Comma-separated item IDs to publish").addOption(Dr).addOption(xt).action(async i=>{let s=i.items.split(",").map(u=>u.trim());if(i.dryRun){d.info(`Dry run \u2014 would publish ${s.length} item(s) in collection ${i.collection}:`),s.forEach(u=>d.info(` ${u}`)),d.info("Dry run complete \u2014 no changes made.");return}let a=await ee(),l=q.forCms({authToken:a}),c=Date.now();try{let u=await Tb(a,i.collection,s);if(await l.sendUsage("cms_items_publish",{duration:Date.now()-c,itemCount:s.length,dryRun:!1}),i.json){d.info(JSON.stringify(u,null,2));return}let p=u.publishedItemIds?.length??0;d.info(`${Y} Published ${p} item(s)`),u.errors?.length&&u.errors.forEach(f=>d.warn(` ${f.itemId}: ${f.message}`))}catch(u){if(u instanceof h&&u.isUserError){d.info(`${B} ${u.message}`),process.exitCode=1;return}throw await l.sendError(u instanceof Error?u:new Error(String(u)),"cms_items_publish",{duration:Date.now()-c}),new h(u,{prefix:`${B} Failed to publish items:`})}})};xe();Ne();Pe();we();V();ne();De();xe();ue();nt();ne();async function $b(e,t,n={}){if(H(t,"siteId"),n.folderId){H(n.folderId,"folderId");let a=await PS(e,n.folderId),l=new Set(a.assets);if(l.size===0)return{assets:[],pagination:{total:0,limit:0,offset:0}};let c=[],u=0,p=100;for(;;){let E=await Z(`${I}/v2/sites/${t}/assets?limit=${p}&offset=${u}`,{headers:{Authorization:`Bearer ${e}`,Accept:"application/json"}});if(!E.ok)throw new h(`Failed to list assets: ${E.status} ${E.statusText}`);let _=await E.json(),U=_.assets??[];c.push(...U);let C=_.pagination?.total??0;if(u+=U.length,u>=C||U.length===0)break}let f=c.filter(E=>l.has(E.id)),m=n.offset??0,y=n.limit??f.length,v=f.slice(m,m+y);return{assets:v,pagination:{total:f.length,limit:v.length,offset:m}}}let r=new URLSearchParams;n.limit!=null&&r.set("limit",String(n.limit)),n.offset!=null&&r.set("offset",String(n.offset));let o=r.toString(),i=await Z(`${I}/v2/sites/${t}/assets${o?`?${o}`:""}`,{headers:{Authorization:`Bearer ${e}`,Accept:"application/json"}});if(!i.ok)throw new h(`Failed to list assets: ${i.status} ${i.statusText}`);let s=await i.json();return{assets:s.assets??[],pagination:s.pagination??{total:0,limit:100,offset:0}}}async function jb(e,t,n,r,o){H(t,"siteId"),o&&H(o,"folderId");let i=ql(n);IS(i.meta.title,i.meta.size);let s=r??i.meta.title,a={fileName:i.meta.title,fileHash:i.meta.fileHash,displayName:s};o&&(a.parentFolder=o);let l=await Z(`${I}/v2/sites/${t}/assets`,{method:"POST",headers:{Authorization:`Bearer ${e}`,"Content-Type":"application/json",Accept:"application/json"},body:JSON.stringify(a)});if(!l.ok)throw new h(`Failed to initiate asset upload: ${l.status} ${l.statusText}`);let c=await l.json(),u={fields:c.uploadDetails,_id:c.id,s3Url:c.hostedUrl??"",url:c.uploadUrl??"",contentType:c.contentType??"",origFileName:c.originalFileName??i.meta.title,success_action_redirect:"",createdOn:"",updatedOn:""};try{await oo(i,u)}catch(p){throw await Z(`${I}/v2/assets/${u._id}`,{method:"DELETE",headers:{Authorization:`Bearer ${e}`,Accept:"application/json"}}).catch(()=>{}),p}return{id:u._id,hostedUrl:u.s3Url,displayName:s,originalFileName:i.meta.title}}async function Bb(e,t,n){H(t,"assetId");let r=await Z(`${I}/v2/assets/${t}`,{method:"PATCH",headers:{Authorization:`Bearer ${e}`,"Content-Type":"application/json",Accept:"application/json"},body:JSON.stringify(n)});if(!r.ok)throw new h(`Failed to update asset: ${r.status} ${r.statusText}`);return await r.json()}async function PS(e,t){H(t,"folderId");let n=await Z(`${I}/v2/asset_folders/${t}`,{headers:{Authorization:`Bearer ${e}`,Accept:"application/json"}});if(!n.ok)throw new h(`Failed to get folder: ${n.status} ${n.statusText}`);return await n.json()}async function Nb(e,t){H(t,"siteId");let n=await Z(`${I}/v2/sites/${t}/asset_folders`,{headers:{Authorization:`Bearer ${e}`,Accept:"application/json"}});if(!n.ok)throw new h(`Failed to list folders: ${n.status} ${n.statusText}`);return(await n.json()).assetFolders??[]}async function Lb(e,t,n,r){H(t,"siteId"),r&&H(r,"parentFolderId");let o={displayName:n};r&&(o.parentFolder=r);let i=await Z(`${I}/v2/sites/${t}/asset_folders`,{method:"POST",headers:{Authorization:`Bearer ${e}`,"Content-Type":"application/json",Accept:"application/json"},body:JSON.stringify(o)});if(!i.ok)throw new h(`Failed to create folder: ${i.status} ${i.statusText}`);return await i.json()}var Rb={png:{category:"image",maxBytes:4*1024*1024},jpeg:{category:"image",maxBytes:4*1024*1024},jpg:{category:"image",maxBytes:4*1024*1024},gif:{category:"image",maxBytes:4*1024*1024},svg:{category:"image",maxBytes:4*1024*1024},webp:{category:"image",maxBytes:4*1024*1024},avif:{category:"image",maxBytes:4*1024*1024},pdf:{category:"document",maxBytes:10*1024*1024},doc:{category:"document",maxBytes:10*1024*1024},docx:{category:"document",maxBytes:10*1024*1024},xls:{category:"document",maxBytes:10*1024*1024},xlsx:{category:"document",maxBytes:10*1024*1024},ppt:{category:"document",maxBytes:10*1024*1024},pptx:{category:"document",maxBytes:10*1024*1024},txt:{category:"document",maxBytes:10*1024*1024},csv:{category:"document",maxBytes:10*1024*1024},odt:{category:"document",maxBytes:10*1024*1024},ods:{category:"document",maxBytes:10*1024*1024},odp:{category:"document",maxBytes:10*1024*1024},json:{category:"lottie",maxBytes:10*1024*1024},lottie:{category:"lottie",maxBytes:10*1024*1024}};function IS(e,t){let n=e.split(".").pop()?.toLowerCase()??"",r=Rb[n];if(!r){let o=Object.keys(Rb).join(", ");throw new h(`Unsupported file type ".${n}". Allowed types: ${o}`,{isUserError:!0})}if(t>r.maxBytes){let o=r.maxBytes/1048576,i=(t/(1024*1024)).toFixed(1);throw new h(`File too large: ${i} MB exceeds the ${o} MB limit for ${r.category} files.`,{isUserError:!0})}}var Uc=["id","displayName","originalFileName","contentType","size","lastUpdated"];function Mb(e,t=["id","displayName","lastUpdated","size"]){if(e.length===0)return k.dim("No assets found.");let n=Object.fromEntries(Uc.map(l=>[l.toLowerCase(),l])),r=t.map(l=>n[l.toLowerCase()]).filter(l=>l!=null);if(r.length===0)return k.red(`Invalid fields. Available: ${Uc.join(", ")}`);let o=t.filter(l=>n[l.toLowerCase()]==null),i=o.length>0?k.yellow(`Warning: unknown field(s) ignored: ${o.join(", ")}. Available: ${Uc.join(", ")}
|
|
161
|
-
`):"",s=r.map(l=>k.bold(l)),a=e.map(l=>r.map(c=>{let u=l[c];if(u==null||c==="size"&&u===0)return k.dim("\u2014");if(c==="size")return
|
|
162
|
-
Supported types: png, jpg, jpeg, gif, svg, webp, avif (\u22644 MB); pdf, doc, docx, xls, xlsx, ppt, pptx, txt, csv, odt, ods, odp, json, lottie (\u226410 MB)`).argument("<file>","Path to the file to upload (see supported types above)").option("--site <siteId>","Site ID (falls back to manifest or prompts)").option("--name <displayName>","Display name for the asset (defaults to filename)").option("--folder <folderId>","Upload into a folder").option("--dry-run","Preview the upload without executing it").option("--json","Output as JSON").action(async(r,o)=>{if(o.dryRun){d.info(`Dry run \u2014 would upload: ${r}`),o.name&&d.info(` Display name: ${o.name}`),o.folder&&d.info(` Folder: ${o.folder}`),d.info("Dry run complete \u2014 no changes made.");return}let i,s;if(o.site)i=await ee(),s=o.site;else{let{manifest:c}=Q(),u=await ye(c);i=u.accessToken,s=u.siteId}let a=q.forAssets({authToken:i,siteId:s}),l=Date.now();try{let c=await jb(i,s,r,o.name,o.folder);if(await a.sendUsage("assets_upload",{duration:Date.now()-l,dryRun:!1}),o.json){d.info(JSON.stringify(c,null,2));return}d.info(`${Y} Asset uploaded: ${c.id}`),c.hostedUrl&&d.info(` URL: ${c.hostedUrl}`)}catch(c){throw await a.sendError(c instanceof Error?c:new Error(String(c)),"assets_upload",{duration:Date.now()-l}),new h(c,{prefix:`${B} Failed to upload asset:`})}}),t.command("update").description("Update an asset's metadata. Use --dry-run to preview.").argument("<assetId>","Asset ID to update").option("--alt-text <text>","Alt text for the asset").option("--display-name <name>","New display name for the asset").option("--dry-run","Preview without executing").option("--json","Output as JSON").action(async(r,o)=>{if(!o.altText&&!o.displayName)throw new h("Provide at least one of --alt-text or --display-name.",{isUserError:!0});if(o.dryRun){d.info(`Dry run \u2014 would update asset: ${r}`),o.altText&&d.info(` Alt text: ${o.altText}`),o.displayName&&d.info(` Display name: ${o.displayName}`),d.info("Dry run complete \u2014 no changes made.");return}let i=await ee(),s=q.forAssets({authToken:i}),a=Date.now();try{let l=await Bb(i,r,{altText:o.altText,displayName:o.displayName});if(await s.sendUsage("assets_update",{duration:Date.now()-a,dryRun:!1}),o.json){d.info(JSON.stringify(l,null,2));return}d.info(`${Y} Asset updated: ${l.id}`),l.displayName&&d.info(` Display name: ${l.displayName}`),l.altText&&d.info(` Alt text: ${l.altText}`)}catch(l){throw await s.sendError(l instanceof Error?l:new Error(String(l)),"assets_update",{duration:Date.now()-a}),new h(l,{prefix:`${B} Failed to update asset:`})}});let n=t.command("folders").description("Manage asset folders");n.command("list").description("List all asset folders for a site").option("--site <siteId>","Site ID (falls back to manifest or prompts)").option("--json","Output as JSON").action(async r=>{let o,i;if(r.site)o=await ee(),i=r.site;else{let{manifest:l}=Q(),c=await ye(l);o=c.accessToken,i=c.siteId}let s=q.forAssets({authToken:o,siteId:i}),a=Date.now();try{let l=await Nb(o,i);if(await s.sendUsage("assets_folders_list",{duration:Date.now()-a,count:l.length}),r.json){d.info(JSON.stringify(l,null,2));return}d.info(Ub(l))}catch(l){throw await s.sendError(l instanceof Error?l:new Error(String(l)),"assets_folders_list",{duration:Date.now()-a}),new h(l,{prefix:`${B} Failed to list folders:`})}}),n.command("create").description("Create a new asset folder").argument("<name>","Display name for the folder").option("--site <siteId>","Site ID (falls back to manifest or prompts)").option("--parent <folderId>","Parent folder ID (creates a nested folder)").option("--json","Output as JSON").action(async(r,o)=>{let i,s;if(o.site)i=await ee(),s=o.site;else{let{manifest:c}=Q(),u=await ye(c);i=u.accessToken,s=u.siteId}let a=q.forAssets({authToken:i,siteId:s}),l=Date.now();try{let c=await Lb(i,s,r,o.parent);if(await a.sendUsage("assets_folders_create",{duration:Date.now()-l}),o.json){d.info(JSON.stringify(c,null,2));return}d.info(`${Y} Folder created: ${c.id}`),d.info(` Name: ${c.displayName}`),c.parentFolder&&d.info(` Parent: ${c.parentFolder}`)}catch(c){throw await a.sendError(c instanceof Error?c:new Error(String(c)),"assets_folders_create",{duration:Date.now()-l}),new h(c,{prefix:`${B} Failed to create folder:`})}})};Ne();Pe();V();ne();De();xe();ue();nt();ne();async function Vb(e,t){H(t,"siteId");let n=await Z(`${I}/v2/sites/${t}`,{headers:{Authorization:`Bearer ${e}`,Accept:"application/json"}});if(!n.ok)throw new h(`Failed to get site: ${n.status} ${n.statusText}`);return await n.json()}async function Gb(e){let t=[],n=0,r=100;for(;;){let o=new URL(`${I}/v2/sites`);o.searchParams.set("limit",String(r)),o.searchParams.set("offset",String(n));let i=await Z(o.toString(),{headers:{Authorization:`Bearer ${e}`,Accept:"application/json"}});if(!i.ok)throw new h(`Failed to list sites: ${i.status} ${i.statusText}`);let s=await i.json(),a=s.sites??[];t.push(...a);let l=s.pagination?.total??a.length;if(n+=a.length,n>=l||a.length<r)break}return t}async function qb(e,t){H(t,"siteId");let n=await Z(`${I}/v2/sites/${t}/custom_domains`,{headers:{Authorization:`Bearer ${e}`,Accept:"application/json"}});if(!n.ok)throw new h(`Failed to get custom domains: ${n.status} ${n.statusText}`);return(await n.json()).customDomains??[]}async function Jb(e,t,n=[],r){H(t,"siteId"),r&&H(r,"pageId");let o=n.length>0?{customDomains:n}:{publishToWebflowSubdomain:!0};r&&(o.pageId=r);let i=await Z(`${I}/v2/sites/${t}/publish`,{method:"POST",headers:{Authorization:`Bearer ${e}`,"Content-Type":"application/json",Accept:"application/json"},body:JSON.stringify(o)});if(!i.ok)throw new h(`Failed to publish site: ${i.status} ${i.statusText}`);return await i.json()}var zc=["id","displayName","shortName","lastPublished","lastUpdated","timeZone"],Wb=Object.fromEntries(zc.map(e=>[e.toLowerCase(),e]));function Hb(e,t=["id","displayName","lastPublished"],{warn:n}={}){if(e.length===0)return k.dim("No sites found.");let r=t.map(a=>Wb[a.toLowerCase()]).filter(a=>a!=null),o=t.filter(a=>Wb[a.toLowerCase()]==null);if(o.length>0&&n&&n(`Unknown field(s): ${o.join(", ")}. Available: ${zc.join(", ")}`),r.length===0)throw new h(`No valid fields specified. Available: ${zc.join(", ")}`,{isUserError:!0});let i=r.map(a=>k.bold(a)),s=e.map(a=>r.map(l=>{let c=a[l];return c?l==="lastPublished"||l==="lastUpdated"?new Date(c).toLocaleDateString("en-US",{month:"short",day:"numeric",year:"numeric"}):c:k.dim("\u2014")}));return $e(i,s)}function Zb(e){if(e.length===0)return k.dim("No custom domains configured.");let t=[k.bold("id"),k.bold("url"),k.bold("lastPublished")],n=e.map(r=>[r.id,r.url,r.lastPublished?new Date(r.lastPublished).toLocaleDateString("en-US",{month:"short",day:"numeric",year:"numeric"}):k.dim("\u2014")]);return $e(t,n)}var Kb=e=>{let t=e.command("sites").description("Manage Webflow sites");t.command("list").description("List all sites in your Webflow workspace").option("--json","Output as JSON").option("--fields <fields>","Comma-separated fields to display (id, displayName, shortName, lastPublished, lastUpdated, timeZone)","id,displayName,lastPublished").action(async n=>{let r=await ee(),o=q.forSites({authToken:r}),i=Date.now();try{let s=await Gb(r);if(await o.sendUsage("sites_list",{duration:Date.now()-i,count:s.length}),n.json){d.info(JSON.stringify(s,null,2));return}let a=n.fields.split(",").map(l=>l.trim());d.info(Hb(s,a,{warn:l=>d.warn(l)}))}catch(s){throw await o.sendError(s instanceof Error?s:new Error(String(s)),"sites_list",{duration:Date.now()-i}),new h(s,{prefix:`${B} Failed to list sites:`})}}),t.command("get").description("Get details for a specific site").argument("<siteId>","Site ID").option("--json","Output as JSON").action(async(n,r)=>{let o=await ee(),i=q.forSites({authToken:o}),s=Date.now();try{let a=await Vb(o,n);if(await i.sendUsage("sites_get",{duration:Date.now()-s}),r.json){d.info(JSON.stringify(a,null,2));return}d.info(`${a.displayName} (${a.id})`),d.info(` Short name: ${a.shortName}`),d.info(` Time zone: ${a.timeZone}`),a.lastPublished&&d.info(` Published: ${new Date(a.lastPublished).toLocaleString()}`),a.previewUrl&&d.info(` Preview: ${a.previewUrl}`)}catch(a){throw await i.sendError(a instanceof Error?a:new Error(String(a)),"sites_get",{duration:Date.now()-s}),new h(a,{prefix:`${B} Failed to get site:`})}}),t.command("domains").description("List custom domains configured for a site").requiredOption("--site <siteId>","Site ID").option("--json","Output as JSON").action(async n=>{let r=await ee(),o=q.forSites({authToken:r}),i=Date.now();try{let s=await qb(r,n.site);if(await o.sendUsage("sites_domains",{duration:Date.now()-i,count:s.length}),n.json){d.info(JSON.stringify(s,null,2));return}d.info(Zb(s))}catch(s){throw await o.sendError(s instanceof Error?s:new Error(String(s)),"sites_domains",{duration:Date.now()-i}),new h(s,{prefix:`${B} Failed to get custom domains:`})}}),t.command("publish").description("Publish a Webflow site (defaults to Webflow subdomain)").requiredOption("--site <siteId>","Site ID to publish").option("--domains <domains>","Comma-separated custom domain IDs to publish to").option("--page <pageId>","Publish a single page instead of the whole site").option("--dry-run","Preview what would be published without publishing").option("--json","Output as JSON").action(async n=>{if(H(n.site,"siteId"),n.dryRun){d.info(`Would publish ${n.page?`page ${n.page} on`:"site"} ${n.site}`),n.domains?d.info(` Custom domains: ${n.domains}`):d.info(" Domains: Webflow subdomain");return}let r=await ee(),o=q.forSites({authToken:r}),i=Date.now();try{let s=n.domains?n.domains.split(",").map(u=>u.trim()):[],a=await Jb(r,n.site,s,n.page);if(await o.sendUsage("sites_publish",{duration:Date.now()-i,dryRun:!1,publishScope:a.publishScope}),n.json){d.info(JSON.stringify(a,null,2));return}let l=a.publishScope==="page"?"Page":"Site";d.info(`${Y} ${l} published successfully`);let c=a.customDomains??[];c.length>0?c.forEach(u=>{let p=u.lastPublished?` (${new Date(u.lastPublished).toLocaleString()})`:"";d.info(` Live at: https://${u.url}${p}`)}):a.publishToWebflowSubdomain&&d.info(" Published to Webflow subdomain")}catch(s){throw await o.sendError(s instanceof Error?s:new Error(String(s)),"sites_publish",{duration:Date.now()-i}),new h(s,{prefix:`${B} Failed to publish site:`})}})};var rw=w(require("fs"));Ne();Pe();V();ne();De();xe();ue();ne();nt();ne();async function Wc(e,t,n,r){let o=[],i=0,s=100;for(;;){let a=new URL(e);a.searchParams.set("limit",String(s)),a.searchParams.set("offset",String(i));let l=await Z(a.toString(),{headers:{Authorization:`Bearer ${t}`,Accept:"application/json"}});if(!l.ok)throw new h(`${r}: ${l.status} ${l.statusText}`);let c=await l.json(),u=c[n]??[];o.push(...u);let p=c.pagination?.total??u.length;if(i+=u.length,i>=p||u.length<s)break}return o}async function Xb(e,t){return H(t,"siteId"),Wc(`${I}/v2/sites/${t}/forms`,e,"forms","Failed to list forms")}async function Qb(e,t,n){return H(t,"siteId"),H(n,"formId"),Wc(`${I}/v2/sites/${t}/forms/${n}/submissions`,e,"formSubmissions","Failed to list submissions")}var Vc=["id","displayName","name","slug","createdOn","lastUpdated"],Yb=Object.fromEntries(Vc.map(e=>[e.toLowerCase(),e]));function ew(e,t=["id","displayName","slug"],{warn:n}={}){if(e.length===0)return k.dim("No forms found.");let r=t.map(a=>Yb[a.toLowerCase()]).filter(a=>a!=null),o=t.filter(a=>Yb[a.toLowerCase()]==null);if(o.length>0&&n&&n(`Unknown field(s): ${o.join(", ")}. Available: ${Vc.join(", ")}`),r.length===0)throw new h(`No valid fields specified. Available: ${Vc.join(", ")}`,{isUserError:!0});let i=r.map(a=>k.bold(a)),s=e.map(a=>r.map(l=>{let c=a[l];return c?l==="createdOn"||l==="lastUpdated"?new Date(c).toLocaleDateString("en-US",{month:"short",day:"numeric",year:"numeric"}):c:k.dim("\u2014")}));return $e(i,s)}function tw(e){if(e.length===0)return k.dim("No submissions found.");let t=Array.from(new Set(e.flatMap(o=>Object.keys(o.formResponse)))),n=["id","dateSubmitted",...t].map(o=>k.bold(o)),r=e.map(o=>[o.id,new Date(o.dateSubmitted).toLocaleDateString("en-US",{month:"short",day:"numeric",year:"numeric"}),...t.map(i=>{let s=o.formResponse[i];return s==null?k.dim("\u2014"):typeof s=="object"?JSON.stringify(s):String(s)})]);return $e(n,r)}function nw(e){if(e.length===0)return"";let n=["id","formId","displayName","dateSubmitted",...Array.from(new Set(e.flatMap(i=>Object.keys(i.formResponse))))],r=i=>{let s=i==null?"":typeof i=="object"?JSON.stringify(i):String(i);return s.includes(",")||s.includes('"')||s.includes(`
|
|
167
|
+
${i}`}async function ft(e){try{let t=await e.json();return t.message??t.error??`${e.status} ${e.statusText}`}catch{return`${e.status} ${e.statusText}`}}async function Gb(e,t){K(t,"siteId");let n=await Z(`${I}/v2/sites/${t}/collections`,{headers:{Authorization:`Bearer ${e}`,Accept:"application/json"}});if(!n.ok){let o=await ft(n);throw n.status>=400&&n.status<500?new h(o,{isUserError:!0}):new h(`Failed to list collections: ${o}`)}return(await n.json()).collections??[]}async function qb(e,t){K(t,"collectionId");let n=await Z(`${I}/v2/collections/${t}`,{headers:{Authorization:`Bearer ${e}`,Accept:"application/json"}});if(n.status===404)throw new h(`Collection "${t}" not found`,{isUserError:!0});if(!n.ok)throw new h(`Failed to get collection: ${await ft(n)}`);let r=await n.json();return{...r,fields:r.fields??[]}}async function Jb(e,t,n){K(t,"siteId");let r={displayName:n.displayName,singularName:n.singularName};n.slug&&(r.slug=n.slug);let o=await Z(`${I}/v2/sites/${t}/collections`,{method:"POST",headers:{Authorization:`Bearer ${e}`,"Content-Type":"application/json",Accept:"application/json"},body:JSON.stringify(r)});if(!o.ok){let i=await ft(o);throw o.status>=400&&o.status<500?new h(i,{isUserError:!0}):new h(`Failed to create collection: ${i}`)}return await o.json()}async function Hb(e,t,n){K(t,"collectionId");let r=await Z(`${I}/v2/collections/${t}/fields`,{method:"POST",headers:{Authorization:`Bearer ${e}`,"Content-Type":"application/json",Accept:"application/json"},body:JSON.stringify({displayName:n.displayName,type:n.type,isRequired:n.isRequired??!1})});if(!r.ok){let o=await ft(r);throw r.status===404?new h(`Collection "${t}" not found`,{isUserError:!0}):r.status>=400&&r.status<500?new h(o,{isUserError:!0}):new h(`Failed to create field: ${o}`)}return await r.json()}async function Kb(e,t,n={}){K(t,"collectionId");let r=new URLSearchParams;n.limit!=null&&r.set("limit",String(n.limit)),n.offset!=null&&r.set("offset",String(n.offset)),n.cmsLocaleId&&r.set("cmsLocaleId",n.cmsLocaleId);let o=r.toString()?`?${r.toString()}`:"",i=await Z(`${I}/v2/collections/${t}/items${o}`,{headers:{Authorization:`Bearer ${e}`,Accept:"application/json"}});if(i.status===404)throw new h(`Collection "${t}" not found`,{isUserError:!0});if(!i.ok)throw new h(`Failed to list items: ${await ft(i)}`);let s=await i.json();return{items:s.items??[],total:s.total??0,count:s.count??s.items?.length??0,limit:s.limit??n.limit??100,offset:s.offset??n.offset??0}}async function Zb(e,t,n,r){K(t,"collectionId"),K(n,"itemId");let o=r?`?cmsLocaleId=${encodeURIComponent(r)}`:"",i=await Z(`${I}/v2/collections/${t}/items/${n}${o}`,{headers:{Authorization:`Bearer ${e}`,Accept:"application/json"}});if(i.status===404)throw new h(`Item "${n}" not found`,{isUserError:!0});if(!i.ok)throw new h(`Failed to get item: ${await ft(i)}`);return await i.json()}async function Yb(e,t,n,r=!1){K(t,"collectionId");let o=await Z(`${I}/v2/collections/${t}/items`,{method:"POST",headers:{Authorization:`Bearer ${e}`,"Content-Type":"application/json",Accept:"application/json"},body:JSON.stringify({fieldData:n,isDraft:r})});if(!o.ok){let i=await ft(o);throw o.status>=400&&o.status<500?new h(i,{isUserError:!0}):new h(`Failed to create item: ${i}`)}return await o.json()}async function Xb(e,t,n,r){K(t,"collectionId"),K(n,"itemId");let o=await Z(`${I}/v2/collections/${t}/items/${n}`,{method:"PATCH",headers:{Authorization:`Bearer ${e}`,"Content-Type":"application/json",Accept:"application/json"},body:JSON.stringify({fieldData:r})});if(o.status===404)throw new h(`Item "${n}" not found`,{isUserError:!0});if(!o.ok)throw new h(`Failed to update item: ${await ft(o)}`);return await o.json()}async function Qb(e,t,n){K(t,"collectionId"),K(n,"itemId");let r=await Z(`${I}/v2/collections/${t}/items/${n}`,{method:"DELETE",headers:{Authorization:`Bearer ${e}`,Accept:"application/json"}});if(r.status===404)throw new h(`Item "${n}" not found`,{isUserError:!0});if(!r.ok)throw new h(`Failed to delete item: ${await ft(r)}`)}async function ew(e,t,n){K(t,"collectionId"),n.forEach(o=>K(o,"itemId"));let r=await Z(`${I}/v2/collections/${t}/items/publish`,{method:"POST",headers:{Authorization:`Bearer ${e}`,"Content-Type":"application/json",Accept:"application/json"},body:JSON.stringify({itemIds:n})});if(!r.ok){let o=await ft(r);throw r.status>=400&&r.status<500?new h(o,{isUserError:!0}):new h(`Failed to publish items: ${o}`)}return await r.json()}function tw(e,t=["id","displayName","slug"]){if(e.length===0)return k.dim("No collections found.");let n=["id","displayName","singularName","slug","lastUpdated"],r=Object.fromEntries(n.map(a=>[a.toLowerCase(),a])),o=t.map(a=>r[a.toLowerCase()]).filter(a=>a!=null);if(o.length===0)return k.red(`Invalid fields. Available: ${n.join(", ")}`);let i=o.map(a=>k.bold(a)),s=e.map(a=>o.map(l=>{let c=a[l];return c?l==="lastUpdated"?new Date(c).toLocaleDateString("en-US",{month:"short",day:"numeric",year:"numeric"}):c:k.dim("\u2014")}));return je(i,s)}function nw(e){let t=[`${k.bold("Collection:")} ${e.displayName}`,`${k.bold("ID:")} ${e.id}`,`${k.bold("Slug:")} ${e.slug}`,`${k.bold("Singular:")} ${e.singularName}`,`${k.bold("Updated:")} ${new Date(e.lastUpdated).toLocaleDateString("en-US",{month:"short",day:"numeric",year:"numeric"})}`,"",k.bold("Fields:")];if(e.fields.length===0)return t.push(k.dim(" No fields defined.")),t.join(`
|
|
168
|
+
`);let n=["NAME","SLUG","TYPE","REQUIRED"].map(o=>k.bold(o)),r=e.fields.map(o=>[o.displayName,o.slug,o.type,o.isRequired?"yes":"no"]);return t.push(je(n,r)),t.join(`
|
|
169
|
+
`)}function rw(e,t=["id","isDraft","lastUpdated"]){if(e.length===0)return k.dim("No items found.");let n=t.map(o=>k.bold(o)),r=e.map(o=>t.map(i=>{if(i==="fieldData")return JSON.stringify(o.fieldData);if(i==="isDraft")return o.isDraft?k.yellow("draft"):k.green("live");if(i==="isArchived")return o.isArchived?k.dim("archived"):"";if(i==="lastUpdated"||i==="lastPublished"||i==="createdOn"){let a=o[i];return a?new Date(a).toLocaleDateString("en-US",{month:"short",day:"numeric",year:"numeric"}):k.dim("\u2014")}let s=o[i];return s==null?k.dim("\u2014"):String(s)}));return je(n,r)}function xs(e,t,n="asc"){return[...e].sort((r,o)=>{let i=r[t],s=o[t];if(i==null&&s==null)return 0;if(i==null)return 1;if(s==null)return-1;let a=0;return typeof i=="string"&&typeof s=="string"?a=i.localeCompare(s):typeof i=="number"&&typeof s=="number"?a=i-s:a=String(i).localeCompare(String(s)),n==="desc"?-a:a})}var _t=new ou.Option("--json","Output as JSON"),Sr=new ou.Option("--dry-run","Preview without executing"),ow=e=>{let t=e.command("cms").description("Manage Webflow CMS content"),n=t.command("collections").description("Manage CMS collections");n.command("list").description("List all CMS collections for a site").addOption(hr).addOption(_t).option("--fields <fields>","Comma-separated fields to display (id, displayName, singularName, slug, lastUpdated)","id,displayName,slug").option("--sort-by <field>","Sort by: displayName, slug, lastUpdated","displayName").option("--order <dir>","Sort direction: asc or desc","asc").action(async i=>{let s,a;if(i.site)s=await Q(),a=i.site;else{let{manifest:u}=ee(),p=await we(u);s=p.accessToken,a=p.siteId}let l=J.forCms({authToken:s,siteId:a}),c=Date.now();try{let u=await Gb(s,a);if(await l.sendUsage("cms_collections_list",{duration:Date.now()-c,count:u.length}),u.length===0){d.info("No collections found.");return}let p=["displayName","slug","lastUpdated"];if(p.includes(i.sortBy)||(d.warn(`Unknown --sort-by "${i.sortBy}". Valid fields: ${p.join(", ")}. Defaulting to displayName.`),i.sortBy="displayName"),!["asc","desc"].includes(i.order))throw new h(`Invalid --order "${i.order}". Valid values: asc, desc`,{isUserError:!0});let f=xs(u,i.sortBy,i.order);if(i.json){d.info(JSON.stringify(f,null,2));return}let m=i.fields.split(",").map(g=>g.trim());d.info(tw(f,m))}catch(u){if(u instanceof h&&u.isUserError){d.info(`${B} ${u.message}`),process.exitCode=1;return}throw await l.sendError(u instanceof Error?u:new Error(String(u)),"cms_collections_list",{duration:Date.now()-c}),new h(u,{prefix:`${B} Failed to list collections:`})}}),n.command("get").description("Get details and field schema for a CMS collection").argument("<collectionId>","Collection ID").addOption(_t).action(async(i,s)=>{let a=await Q(),l=J.forCms({authToken:a}),c=Date.now();try{let u=await qb(a,i);if(await l.sendUsage("cms_collections_get",{duration:Date.now()-c}),s.json){d.info(JSON.stringify(u,null,2));return}d.info(nw(u))}catch(u){if(u instanceof h&&u.isUserError){d.info(`${B} ${u.message}`),process.exitCode=1;return}throw await l.sendError(u instanceof Error?u:new Error(String(u)),"cms_collections_get",{duration:Date.now()-c}),new h(u,{prefix:`${B} Failed to get collection:`})}}),n.command("create").description("Create a new CMS collection on a site. Use --dry-run to preview.").addOption(hr).requiredOption("--name <displayName>","Collection display name").option("--singular-name <singularName>","Singular name (defaults to --name)").option("--slug <slug>","URL slug for the collection (auto-derived from --name if omitted)").addOption(Sr).addOption(_t).action(async i=>{let s=i.singularName??i.name,a=i.slug??i.name.toLowerCase().replace(/[^a-z0-9]+/g,"-").replace(/^-|-$/g,"");if(i.dryRun){d.info("Dry run \u2014 would create collection:"),d.info(JSON.stringify({displayName:i.name,singularName:s,slug:a},null,2)),d.info("Dry run complete \u2014 no changes made.");return}let l,c;if(i.site)l=await Q(),c=i.site;else{let{manifest:f}=ee(),m=await we(f);l=m.accessToken,c=m.siteId}let u=J.forCms({authToken:l,siteId:c}),p=Date.now();try{let f=await Jb(l,c,{displayName:i.name,singularName:s,slug:a});if(await u.sendUsage("cms_collections_create",{duration:Date.now()-p}),i.json){d.info(JSON.stringify(f,null,2));return}d.info(`${X} Collection created: ${f.id}`),d.info(` Name: ${f.displayName}`),d.info(` Slug: ${f.slug}`),d.info(`
|
|
170
|
+
Next: add fields with "webflow cms fields create --collection ${f.id} --name <name> --type <type>"`)}catch(f){if(f instanceof h&&f.isUserError){d.info(`${B} ${f.message}`),process.exitCode=1;return}throw await u.sendError(f instanceof Error?f:new Error(String(f)),"cms_collections_create",{duration:Date.now()-p}),new h(f,{prefix:`${B} Failed to create collection:`})}}),t.command("fields").description("Manage CMS collection fields").command("create").description("Add a field to a CMS collection. Use --dry-run to preview.").requiredOption("--collection <collectionId>","Collection ID").requiredOption("--name <displayName>","Field display name").requiredOption("--type <type>","Field type (e.g. PlainText, RichText, Number, DateTime, Link, Image, Video, Color, Bool, Option, ItemRef, ItemRefSet)").option("--required","Mark field as required").addOption(Sr).addOption(_t).action(async i=>{if(i.dryRun){d.info("Dry run \u2014 would create field:"),d.info(JSON.stringify({collectionId:i.collection,displayName:i.name,type:i.type,isRequired:i.required??!1},null,2)),d.info("Dry run complete \u2014 no changes made.");return}let s=await Q(),a=J.forCms({authToken:s}),l=Date.now();try{let c=await Hb(s,i.collection,{displayName:i.name,type:i.type,isRequired:i.required??!1});if(await a.sendUsage("cms_fields_create",{duration:Date.now()-l}),i.json){d.info(JSON.stringify(c,null,2));return}d.info(`${X} Field created: ${c.id}`),d.info(` Name: ${c.displayName}`),d.info(` Type: ${c.type}`),d.info(` Slug: ${c.slug}`)}catch(c){if(c instanceof h&&c.isUserError){d.info(`${B} ${c.message}`),process.exitCode=1;return}throw await a.sendError(c instanceof Error?c:new Error(String(c)),"cms_fields_create",{duration:Date.now()-l}),new h(c,{prefix:`${B} Failed to create field:`})}});let o=t.command("items").description("Manage CMS items");o.command("list").description("List items in a CMS collection").requiredOption("--collection <collectionId>","Collection ID").option("--limit <n>","Maximum items to return (default: 100)","100").option("--offset <n>","Number of items to skip (default: 0)","0").option("--locale <cmsLocaleId>","CMS locale ID to filter by").addOption(_t).option("--fields <fields>","Comma-separated fields to display (id, isDraft, isArchived, lastUpdated, fieldData)","id,isDraft,lastUpdated").action(async i=>{let s=await Q(),a=J.forCms({authToken:s}),l=Date.now(),c=parseInt(i.limit,10)||100,u=parseInt(i.offset,10)||0;try{let p=await Kb(s,i.collection,{limit:c,offset:u,cmsLocaleId:i.locale});if(await a.sendUsage("cms_items_list",{duration:Date.now()-l,count:p.items.length}),p.items.length===0){d.info("No items found.");return}if(i.json){d.info(JSON.stringify(p,null,2));return}let f=i.fields.split(",").map(F=>F.trim());d.info(rw(p.items,f));let m=u+1,g=u+p.items.length;if(p.items.length>=c||u>0){let F=p.total>0?` of ${p.total}`:"";d.info(`
|
|
171
|
+
Showing ${m}\u2013${g}${F} items. Use --offset ${g} to load next page.`)}}catch(p){if(p instanceof h&&p.isUserError){d.info(`${B} ${p.message}`),process.exitCode=1;return}throw await a.sendError(p instanceof Error?p:new Error(String(p)),"cms_items_list",{duration:Date.now()-l}),new h(p,{prefix:`${B} Failed to list items:`})}}),o.command("get").description("Get a single CMS item by ID").requiredOption("--collection <collectionId>","Collection ID").requiredOption("--item <itemId>","Item ID").option("--locale <cmsLocaleId>","CMS locale ID to retrieve content for").addOption(_t).action(async i=>{let s=await Q(),a=J.forCms({authToken:s}),l=Date.now();try{let c=await Zb(s,i.collection,i.item,i.locale);if(await a.sendUsage("cms_items_get",{duration:Date.now()-l}),i.json){d.info(JSON.stringify(c,null,2));return}let u=c.isArchived?"archived":c.isDraft?"draft":"live";d.info(`${c.id} [${u}]`),d.info(` Last updated: ${new Date(c.lastUpdated).toLocaleString()}`),c.lastPublished&&d.info(` Last published: ${new Date(c.lastPublished).toLocaleString()}`),d.info(" Fields:"),d.info(JSON.stringify(c.fieldData,null,4).replace(/^/gm," "))}catch(c){if(c instanceof h&&c.isUserError){d.info(`${B} ${c.message}`),process.exitCode=1;return}throw await a.sendError(c instanceof Error?c:new Error(String(c)),"cms_items_get",{duration:Date.now()-l}),new h(c,{prefix:`${B} Failed to get item:`})}}),o.command("create").description("Create a new CMS item. Use --dry-run to preview before executing.").requiredOption("--collection <collectionId>","Collection ID").requiredOption("--data <json>","Item field data as a JSON string").option("--draft","Create as draft (not published)").addOption(Sr).addOption(_t).action(async i=>{let s;try{s=JSON.parse(i.data)}catch{throw new h(`Invalid JSON for --data: ${i.data}`)}if(i.dryRun){d.info("Dry run \u2014 would create item:"),d.info(JSON.stringify({fieldData:s,isDraft:i.draft??!1},null,2)),d.info("Dry run complete \u2014 no changes made.");return}let a=await Q(),l=J.forCms({authToken:a}),c=Date.now();try{let u=await Yb(a,i.collection,s,i.draft??!1);if(await l.sendUsage("cms_items_create",{duration:Date.now()-c,dryRun:!1}),i.json){d.info(JSON.stringify(u,null,2));return}d.info(`${X} Item created: ${u.id}`)}catch(u){if(u instanceof h&&u.isUserError){d.info(`${B} ${u.message}`),process.exitCode=1;return}throw await l.sendError(u instanceof Error?u:new Error(String(u)),"cms_items_create",{duration:Date.now()-c}),new h(u,{prefix:`${B} Failed to create item:`})}}),o.command("update").description("Update an existing CMS item. Use --dry-run to preview before executing.").requiredOption("--collection <collectionId>","Collection ID").requiredOption("--item <itemId>","Item ID").requiredOption("--data <json>","Updated field data as a JSON string").addOption(Sr).addOption(_t).action(async i=>{let s;try{s=JSON.parse(i.data)}catch{throw new h(`Invalid JSON for --data: ${i.data}`)}if(i.dryRun){d.info("Dry run \u2014 would update item:"),d.info(JSON.stringify({collectionId:i.collection,itemId:i.item,fieldData:s},null,2)),d.info("Dry run complete \u2014 no changes made.");return}let a=await Q(),l=J.forCms({authToken:a}),c=Date.now();try{let u=await Xb(a,i.collection,i.item,s);if(await l.sendUsage("cms_items_update",{duration:Date.now()-c,dryRun:!1}),i.json){d.info(JSON.stringify(u,null,2));return}d.info(`${X} Item updated: ${u.id}`)}catch(u){if(u instanceof h&&u.isUserError){d.info(`${B} ${u.message}`),process.exitCode=1;return}throw await l.sendError(u instanceof Error?u:new Error(String(u)),"cms_items_update",{duration:Date.now()-c}),new h(u,{prefix:`${B} Failed to update item:`})}}),o.command("delete").description("Delete a CMS item. Use --dry-run to preview before executing.").requiredOption("--collection <collectionId>","Collection ID").requiredOption("--item <itemId>","Item ID").addOption(Sr).action(async i=>{if(i.dryRun){d.info(`Dry run \u2014 would delete item ${i.item} from collection ${i.collection}`),d.info("Dry run complete \u2014 no changes made.");return}let s=await Q(),a=J.forCms({authToken:s}),l=Date.now();try{await Qb(s,i.collection,i.item),await a.sendUsage("cms_items_delete",{duration:Date.now()-l,dryRun:!1}),d.info(`${X} Item deleted: ${i.item}`)}catch(c){if(c instanceof h&&c.isUserError){d.info(`${B} ${c.message}`),process.exitCode=1;return}throw await a.sendError(c instanceof Error?c:new Error(String(c)),"cms_items_delete",{duration:Date.now()-l}),new h(c,{prefix:`${B} Failed to delete item:`})}}),o.command("publish").description("Publish one or more CMS items. Use --dry-run to preview before executing.").requiredOption("--collection <collectionId>","Collection ID").requiredOption("--items <itemIds>","Comma-separated item IDs to publish").addOption(Sr).addOption(_t).action(async i=>{let s=i.items.split(",").map(u=>u.trim());if(i.dryRun){d.info(`Dry run \u2014 would publish ${s.length} item(s) in collection ${i.collection}:`),s.forEach(u=>d.info(` ${u}`)),d.info("Dry run complete \u2014 no changes made.");return}let a=await Q(),l=J.forCms({authToken:a}),c=Date.now();try{let u=await ew(a,i.collection,s);if(await l.sendUsage("cms_items_publish",{duration:Date.now()-c,itemCount:s.length,dryRun:!1}),i.json){d.info(JSON.stringify(u,null,2));return}let p=u.publishedItemIds?.length??0;d.info(`${X} Published ${p} item(s)`),u.errors?.length&&u.errors.forEach(f=>d.warn(` ${f.itemId}: ${f.message}`))}catch(u){if(u instanceof h&&u.isUserError){d.info(`${B} ${u.message}`),process.exitCode=1;return}throw await l.sendError(u instanceof Error?u:new Error(String(u)),"cms_items_publish",{duration:Date.now()-c}),new h(u,{prefix:`${B} Failed to publish items:`})}})};Fe();Re();Ie();ve();G();te();ke();Fe();ae();ot();te();async function sw(e,t,n={}){if(K(t,"siteId"),n.folderId){K(n.folderId,"folderId");let a=await d2(e,n.folderId),l=new Set(a.assets);if(l.size===0)return{assets:[],pagination:{total:0,limit:0,offset:0}};let c=[],u=0,p=100;for(;;){let F=await Z(`${I}/v2/sites/${t}/assets?limit=${p}&offset=${u}`,{headers:{Authorization:`Bearer ${e}`,Accept:"application/json"}});if(!F.ok)throw new h(`Failed to list assets: ${F.status} ${F.statusText}`);let C=await F.json(),R=C.assets??[];c.push(...R);let x=C.pagination?.total??0;if(u+=R.length,u>=x||R.length===0)break}let f=c.filter(F=>l.has(F.id)),m=n.offset??0,g=n.limit??f.length,v=f.slice(m,m+g);return{assets:v,pagination:{total:f.length,limit:v.length,offset:m}}}let r=new URLSearchParams;n.limit!=null&&r.set("limit",String(n.limit)),n.offset!=null&&r.set("offset",String(n.offset));let o=r.toString(),i=await Z(`${I}/v2/sites/${t}/assets${o?`?${o}`:""}`,{headers:{Authorization:`Bearer ${e}`,Accept:"application/json"}});if(!i.ok)throw new h(`Failed to list assets: ${i.status} ${i.statusText}`);let s=await i.json();return{assets:s.assets??[],pagination:s.pagination??{total:0,limit:100,offset:0}}}async function aw(e,t,n,r,o){K(t,"siteId"),o&&K(o,"folderId");let i=oc(n);p2(i.meta.title,i.meta.size);let s=r??i.meta.title,a={fileName:i.meta.title,fileHash:i.meta.fileHash,displayName:s};o&&(a.parentFolder=o);let l=await Z(`${I}/v2/sites/${t}/assets`,{method:"POST",headers:{Authorization:`Bearer ${e}`,"Content-Type":"application/json",Accept:"application/json"},body:JSON.stringify(a)});if(!l.ok)throw new h(`Failed to initiate asset upload: ${l.status} ${l.statusText}`);let c=await l.json(),u={fields:c.uploadDetails,_id:c.id,s3Url:c.hostedUrl??"",url:c.uploadUrl??"",contentType:c.contentType??"",origFileName:c.originalFileName??i.meta.title,success_action_redirect:"",createdOn:"",updatedOn:""};try{await fo(i,u)}catch(p){throw await Z(`${I}/v2/assets/${u._id}`,{method:"DELETE",headers:{Authorization:`Bearer ${e}`,Accept:"application/json"}}).catch(()=>{}),p}return{id:u._id,hostedUrl:u.s3Url,displayName:s,originalFileName:i.meta.title}}async function lw(e,t,n){K(t,"assetId");let r=await Z(`${I}/v2/assets/${t}`,{method:"PATCH",headers:{Authorization:`Bearer ${e}`,"Content-Type":"application/json",Accept:"application/json"},body:JSON.stringify(n)});if(!r.ok)throw new h(`Failed to update asset: ${r.status} ${r.statusText}`);return await r.json()}async function d2(e,t){K(t,"folderId");let n=await Z(`${I}/v2/asset_folders/${t}`,{headers:{Authorization:`Bearer ${e}`,Accept:"application/json"}});if(!n.ok)throw new h(`Failed to get folder: ${n.status} ${n.statusText}`);return await n.json()}async function cw(e,t){K(t,"siteId");let n=await Z(`${I}/v2/sites/${t}/asset_folders`,{headers:{Authorization:`Bearer ${e}`,Accept:"application/json"}});if(!n.ok)throw new h(`Failed to list folders: ${n.status} ${n.statusText}`);return(await n.json()).assetFolders??[]}async function uw(e,t,n,r){K(t,"siteId"),r&&K(r,"parentFolderId");let o={displayName:n};r&&(o.parentFolder=r);let i=await Z(`${I}/v2/sites/${t}/asset_folders`,{method:"POST",headers:{Authorization:`Bearer ${e}`,"Content-Type":"application/json",Accept:"application/json"},body:JSON.stringify(o)});if(!i.ok)throw new h(`Failed to create folder: ${i.status} ${i.statusText}`);return await i.json()}var iw={png:{category:"image",maxBytes:4*1024*1024},jpeg:{category:"image",maxBytes:4*1024*1024},jpg:{category:"image",maxBytes:4*1024*1024},gif:{category:"image",maxBytes:4*1024*1024},svg:{category:"image",maxBytes:4*1024*1024},webp:{category:"image",maxBytes:4*1024*1024},avif:{category:"image",maxBytes:4*1024*1024},pdf:{category:"document",maxBytes:10*1024*1024},doc:{category:"document",maxBytes:10*1024*1024},docx:{category:"document",maxBytes:10*1024*1024},xls:{category:"document",maxBytes:10*1024*1024},xlsx:{category:"document",maxBytes:10*1024*1024},ppt:{category:"document",maxBytes:10*1024*1024},pptx:{category:"document",maxBytes:10*1024*1024},txt:{category:"document",maxBytes:10*1024*1024},csv:{category:"document",maxBytes:10*1024*1024},odt:{category:"document",maxBytes:10*1024*1024},ods:{category:"document",maxBytes:10*1024*1024},odp:{category:"document",maxBytes:10*1024*1024},json:{category:"lottie",maxBytes:10*1024*1024},lottie:{category:"lottie",maxBytes:10*1024*1024}};function p2(e,t){let n=e.split(".").pop()?.toLowerCase()??"",r=iw[n];if(!r){let o=Object.keys(iw).join(", ");throw new h(`Unsupported file type ".${n}". Allowed types: ${o}`,{isUserError:!0})}if(t>r.maxBytes){let o=r.maxBytes/1048576,i=(t/(1024*1024)).toFixed(1);throw new h(`File too large: ${i} MB exceeds the ${o} MB limit for ${r.category} files.`,{isUserError:!0})}}var iu=["id","displayName","originalFileName","contentType","size","lastUpdated"];function dw(e,t=["id","displayName","lastUpdated","size"]){if(e.length===0)return k.dim("No assets found.");let n=Object.fromEntries(iu.map(l=>[l.toLowerCase(),l])),r=t.map(l=>n[l.toLowerCase()]).filter(l=>l!=null);if(r.length===0)return k.red(`Invalid fields. Available: ${iu.join(", ")}`);let o=t.filter(l=>n[l.toLowerCase()]==null),i=o.length>0?k.yellow(`Warning: unknown field(s) ignored: ${o.join(", ")}. Available: ${iu.join(", ")}
|
|
172
|
+
`):"",s=r.map(l=>k.bold(l)),a=e.map(l=>r.map(c=>{let u=l[c];if(u==null||c==="size"&&u===0)return k.dim("\u2014");if(c==="size")return f2(Number(u));if(c==="lastUpdated"){let f=new Date(String(u)),m=String(f.getMonth()+1).padStart(2,"0"),g=String(f.getDate()).padStart(2,"0"),v=String(f.getFullYear()).slice(-2),F=String(f.getHours()).padStart(2,"0"),C=String(f.getMinutes()).padStart(2,"0");return`${m}/${g}/${v} ${F}:${C}`}let p=String(u);return c==="displayName"&&p.length>40?k.dim("\u2026")+p.slice(-39):p}));return i+je(s,a)}function f2(e){return e<1024?`${e} B`:e<1024*1024?`${(e/1024).toFixed(1)} KB`:`${(e/(1024*1024)).toFixed(1)} MB`}function pw(e){if(e.length===0)return k.dim("No folders found.");let t=[...e].sort((o,i)=>o.displayName.localeCompare(i.displayName)),n=["id","displayName","assets","lastUpdated"].map(o=>k.bold(o)),r=t.map(o=>[o.id,o.displayName,String(o.assets.length),new Date(o.lastUpdated).toLocaleString("en-US",{month:"short",day:"numeric",year:"numeric",hour:"2-digit",minute:"2-digit",hour12:!1})]);return je(n,r)}var fw=e=>{let t=e.command("assets").description("Manage Webflow site assets");t.command("list").description("List all assets for a site").option("--site <siteId>","Site ID (falls back to manifest or prompts)").option("--folder <folderId>","Filter by folder ID").option("--json","Output as JSON").option("--fields <fields>","Comma-separated fields to display (id, displayName, originalFileName, contentType, size, lastUpdated)","id,displayName,lastUpdated,size").option("--limit <n>","Max number of assets to return (default 100)",parseInt).option("--offset <n>","Number of assets to skip",parseInt).option("--sort-by <field>","Sort by: displayName, originalFileName, contentType, size, lastUpdated","displayName").option("--order <dir>","Sort direction: asc or desc","asc").action(async r=>{let o,i;if(r.site)o=await Q(),i=r.site;else{let{manifest:l}=ee(),c=await we(l);o=c.accessToken,i=c.siteId}let s=J.forAssets({authToken:o,siteId:i}),a=Date.now();try{let{assets:l,pagination:c}=await sw(o,i,{limit:r.limit,offset:r.offset,folderId:r.folder});if(await s.sendUsage("assets_list",{duration:Date.now()-a,count:l.length}),l.length===0){d.info("No assets found.");return}let u=["displayName","originalFileName","contentType","size","lastUpdated"];if(u.includes(r.sortBy)||(d.warn(`Unknown --sort-by "${r.sortBy}". Valid fields: ${u.join(", ")}. Defaulting to displayName.`),r.sortBy="displayName"),!["asc","desc"].includes(r.order))throw new h(`Invalid --order "${r.order}". Valid values: asc, desc`,{isUserError:!0});let p=xs(l,r.sortBy,r.order);if(r.json){d.info(JSON.stringify({assets:p,pagination:c},null,2));return}let f=r.fields.split(",").map(g=>g.trim());d.info(dw(p,f));let m=(r.offset??0)+l.length;m<c.total&&d.info(k.dim(`Showing ${m} of ${c.total} assets. Use --offset ${m} to see more.`))}catch(l){throw await s.sendError(l instanceof Error?l:new Error(String(l)),"assets_list",{duration:Date.now()-a}),new h(l,{prefix:`${B} Failed to list assets:`})}}),t.command("upload").description(`Upload a file as an asset. Use --dry-run to preview before uploading.
|
|
173
|
+
Supported types: png, jpg, jpeg, gif, svg, webp, avif (\u22644 MB); pdf, doc, docx, xls, xlsx, ppt, pptx, txt, csv, odt, ods, odp, json, lottie (\u226410 MB)`).argument("<file>","Path to the file to upload (see supported types above)").option("--site <siteId>","Site ID (falls back to manifest or prompts)").option("--name <displayName>","Display name for the asset (defaults to filename)").option("--folder <folderId>","Upload into a folder").option("--dry-run","Preview the upload without executing it").option("--json","Output as JSON").action(async(r,o)=>{if(o.dryRun){d.info(`Dry run \u2014 would upload: ${r}`),o.name&&d.info(` Display name: ${o.name}`),o.folder&&d.info(` Folder: ${o.folder}`),d.info("Dry run complete \u2014 no changes made.");return}let i,s;if(o.site)i=await Q(),s=o.site;else{let{manifest:c}=ee(),u=await we(c);i=u.accessToken,s=u.siteId}let a=J.forAssets({authToken:i,siteId:s}),l=Date.now();try{let c=await aw(i,s,r,o.name,o.folder);if(await a.sendUsage("assets_upload",{duration:Date.now()-l,dryRun:!1}),o.json){d.info(JSON.stringify(c,null,2));return}d.info(`${X} Asset uploaded: ${c.id}`),c.hostedUrl&&d.info(` URL: ${c.hostedUrl}`)}catch(c){throw await a.sendError(c instanceof Error?c:new Error(String(c)),"assets_upload",{duration:Date.now()-l}),new h(c,{prefix:`${B} Failed to upload asset:`})}}),t.command("update").description("Update an asset's metadata. Use --dry-run to preview.").argument("<assetId>","Asset ID to update").option("--alt-text <text>","Alt text for the asset").option("--display-name <name>","New display name for the asset").option("--dry-run","Preview without executing").option("--json","Output as JSON").action(async(r,o)=>{if(!o.altText&&!o.displayName)throw new h("Provide at least one of --alt-text or --display-name.",{isUserError:!0});if(o.dryRun){d.info(`Dry run \u2014 would update asset: ${r}`),o.altText&&d.info(` Alt text: ${o.altText}`),o.displayName&&d.info(` Display name: ${o.displayName}`),d.info("Dry run complete \u2014 no changes made.");return}let i=await Q(),s=J.forAssets({authToken:i}),a=Date.now();try{let l=await lw(i,r,{altText:o.altText,displayName:o.displayName});if(await s.sendUsage("assets_update",{duration:Date.now()-a,dryRun:!1}),o.json){d.info(JSON.stringify(l,null,2));return}d.info(`${X} Asset updated: ${l.id}`),l.displayName&&d.info(` Display name: ${l.displayName}`),l.altText&&d.info(` Alt text: ${l.altText}`)}catch(l){throw await s.sendError(l instanceof Error?l:new Error(String(l)),"assets_update",{duration:Date.now()-a}),new h(l,{prefix:`${B} Failed to update asset:`})}});let n=t.command("folders").description("Manage asset folders");n.command("list").description("List all asset folders for a site").option("--site <siteId>","Site ID (falls back to manifest or prompts)").option("--json","Output as JSON").action(async r=>{let o,i;if(r.site)o=await Q(),i=r.site;else{let{manifest:l}=ee(),c=await we(l);o=c.accessToken,i=c.siteId}let s=J.forAssets({authToken:o,siteId:i}),a=Date.now();try{let l=await cw(o,i);if(await s.sendUsage("assets_folders_list",{duration:Date.now()-a,count:l.length}),r.json){d.info(JSON.stringify(l,null,2));return}d.info(pw(l))}catch(l){throw await s.sendError(l instanceof Error?l:new Error(String(l)),"assets_folders_list",{duration:Date.now()-a}),new h(l,{prefix:`${B} Failed to list folders:`})}}),n.command("create").description("Create a new asset folder").argument("<name>","Display name for the folder").option("--site <siteId>","Site ID (falls back to manifest or prompts)").option("--parent <folderId>","Parent folder ID (creates a nested folder)").option("--json","Output as JSON").action(async(r,o)=>{let i,s;if(o.site)i=await Q(),s=o.site;else{let{manifest:c}=ee(),u=await we(c);i=u.accessToken,s=u.siteId}let a=J.forAssets({authToken:i,siteId:s}),l=Date.now();try{let c=await uw(i,s,r,o.parent);if(await a.sendUsage("assets_folders_create",{duration:Date.now()-l}),o.json){d.info(JSON.stringify(c,null,2));return}d.info(`${X} Folder created: ${c.id}`),d.info(` Name: ${c.displayName}`),c.parentFolder&&d.info(` Parent: ${c.parentFolder}`)}catch(c){throw await a.sendError(c instanceof Error?c:new Error(String(c)),"assets_folders_create",{duration:Date.now()-l}),new h(c,{prefix:`${B} Failed to create folder:`})}})};Re();Ie();G();te();ke();Fe();ae();ot();te();async function hw(e,t){K(t,"siteId");let n=await Z(`${I}/v2/sites/${t}`,{headers:{Authorization:`Bearer ${e}`,Accept:"application/json"}});if(!n.ok)throw new h(`Failed to get site: ${n.status} ${n.statusText}`);return await n.json()}async function gw(e){let t=[],n=0,r=100;for(;;){let o=new URL(`${I}/v2/sites`);o.searchParams.set("limit",String(r)),o.searchParams.set("offset",String(n));let i=await Z(o.toString(),{headers:{Authorization:`Bearer ${e}`,Accept:"application/json"}});if(!i.ok)throw new h(`Failed to list sites: ${i.status} ${i.statusText}`);let s=await i.json(),a=s.sites??[];t.push(...a);let l=s.pagination?.total??a.length;if(n+=a.length,n>=l||a.length<r)break}return t}async function yw(e,t){K(t,"siteId");let n=await Z(`${I}/v2/sites/${t}/custom_domains`,{headers:{Authorization:`Bearer ${e}`,Accept:"application/json"}});if(!n.ok)throw new h(`Failed to get custom domains: ${n.status} ${n.statusText}`);return(await n.json()).customDomains??[]}async function bw(e,t,n=[],r){K(t,"siteId"),r&&K(r,"pageId");let o=n.length>0?{customDomains:n}:{publishToWebflowSubdomain:!0};r&&(o.pageId=r);let i=await Z(`${I}/v2/sites/${t}/publish`,{method:"POST",headers:{Authorization:`Bearer ${e}`,"Content-Type":"application/json",Accept:"application/json"},body:JSON.stringify(o)});if(!i.ok)throw new h(`Failed to publish site: ${i.status} ${i.statusText}`);return await i.json()}var su=["id","displayName","shortName","lastPublished","lastUpdated","timeZone"],mw=Object.fromEntries(su.map(e=>[e.toLowerCase(),e]));function ww(e,t=["id","displayName","lastPublished"],{warn:n}={}){if(e.length===0)return k.dim("No sites found.");let r=t.map(a=>mw[a.toLowerCase()]).filter(a=>a!=null),o=t.filter(a=>mw[a.toLowerCase()]==null);if(o.length>0&&n&&n(`Unknown field(s): ${o.join(", ")}. Available: ${su.join(", ")}`),r.length===0)throw new h(`No valid fields specified. Available: ${su.join(", ")}`,{isUserError:!0});let i=r.map(a=>k.bold(a)),s=e.map(a=>r.map(l=>{let c=a[l];return c?l==="lastPublished"||l==="lastUpdated"?new Date(c).toLocaleDateString("en-US",{month:"short",day:"numeric",year:"numeric"}):c:k.dim("\u2014")}));return je(i,s)}function Dw(e){if(e.length===0)return k.dim("No custom domains configured.");let t=[k.bold("id"),k.bold("url"),k.bold("lastPublished")],n=e.map(r=>[r.id,r.url,r.lastPublished?new Date(r.lastPublished).toLocaleDateString("en-US",{month:"short",day:"numeric",year:"numeric"}):k.dim("\u2014")]);return je(t,n)}var vw=e=>{let t=e.command("sites").description("Manage Webflow sites");t.command("list").description("List all sites in your Webflow workspace").option("--json","Output as JSON").option("--fields <fields>","Comma-separated fields to display (id, displayName, shortName, lastPublished, lastUpdated, timeZone)","id,displayName,lastPublished").action(async n=>{let r=await Q(),o=J.forSites({authToken:r}),i=Date.now();try{let s=await gw(r);if(await o.sendUsage("sites_list",{duration:Date.now()-i,count:s.length}),n.json){d.info(JSON.stringify(s,null,2));return}let a=n.fields.split(",").map(l=>l.trim());d.info(ww(s,a,{warn:l=>d.warn(l)}))}catch(s){throw await o.sendError(s instanceof Error?s:new Error(String(s)),"sites_list",{duration:Date.now()-i}),new h(s,{prefix:`${B} Failed to list sites:`})}}),t.command("get").description("Get details for a specific site").argument("<siteId>","Site ID").option("--json","Output as JSON").action(async(n,r)=>{let o=await Q(),i=J.forSites({authToken:o}),s=Date.now();try{let a=await hw(o,n);if(await i.sendUsage("sites_get",{duration:Date.now()-s}),r.json){d.info(JSON.stringify(a,null,2));return}d.info(`${a.displayName} (${a.id})`),d.info(` Short name: ${a.shortName}`),d.info(` Time zone: ${a.timeZone}`),a.lastPublished&&d.info(` Published: ${new Date(a.lastPublished).toLocaleString()}`),a.previewUrl&&d.info(` Preview: ${a.previewUrl}`)}catch(a){throw await i.sendError(a instanceof Error?a:new Error(String(a)),"sites_get",{duration:Date.now()-s}),new h(a,{prefix:`${B} Failed to get site:`})}}),t.command("domains").description("List custom domains configured for a site").requiredOption("--site <siteId>","Site ID").option("--json","Output as JSON").action(async n=>{let r=await Q(),o=J.forSites({authToken:r}),i=Date.now();try{let s=await yw(r,n.site);if(await o.sendUsage("sites_domains",{duration:Date.now()-i,count:s.length}),n.json){d.info(JSON.stringify(s,null,2));return}d.info(Dw(s))}catch(s){throw await o.sendError(s instanceof Error?s:new Error(String(s)),"sites_domains",{duration:Date.now()-i}),new h(s,{prefix:`${B} Failed to get custom domains:`})}}),t.command("publish").description("Publish a Webflow site (defaults to Webflow subdomain)").requiredOption("--site <siteId>","Site ID to publish").option("--domains <domains>","Comma-separated custom domain IDs to publish to").option("--page <pageId>","Publish a single page instead of the whole site").option("--dry-run","Preview what would be published without publishing").option("--json","Output as JSON").action(async n=>{if(K(n.site,"siteId"),n.dryRun){d.info(`Would publish ${n.page?`page ${n.page} on`:"site"} ${n.site}`),n.domains?d.info(` Custom domains: ${n.domains}`):d.info(" Domains: Webflow subdomain");return}let r=await Q(),o=J.forSites({authToken:r}),i=Date.now();try{let s=n.domains?n.domains.split(",").map(u=>u.trim()):[],a=await bw(r,n.site,s,n.page);if(await o.sendUsage("sites_publish",{duration:Date.now()-i,dryRun:!1,publishScope:a.publishScope}),n.json){d.info(JSON.stringify(a,null,2));return}let l=a.publishScope==="page"?"Page":"Site";d.info(`${X} ${l} published successfully`);let c=a.customDomains??[];c.length>0?c.forEach(u=>{let p=u.lastPublished?` (${new Date(u.lastPublished).toLocaleString()})`:"";d.info(` Live at: https://${u.url}${p}`)}):a.publishToWebflowSubdomain&&d.info(" Published to Webflow subdomain")}catch(s){throw await o.sendError(s instanceof Error?s:new Error(String(s)),"sites_publish",{duration:Date.now()-i}),new h(s,{prefix:`${B} Failed to publish site:`})}})};var Sw=w(require("fs"));Re();Ie();G();te();ke();Fe();ae();te();ot();te();async function au(e,t,n,r){let o=[],i=0,s=100;for(;;){let a=new URL(e);a.searchParams.set("limit",String(s)),a.searchParams.set("offset",String(i));let l=await Z(a.toString(),{headers:{Authorization:`Bearer ${t}`,Accept:"application/json"}});if(!l.ok)throw new h(`${r}: ${l.status} ${l.statusText}`);let c=await l.json(),u=c[n]??[];o.push(...u);let p=c.pagination?.total??u.length;if(i+=u.length,i>=p||u.length<s)break}return o}async function xw(e,t){return K(t,"siteId"),au(`${I}/v2/sites/${t}/forms`,e,"forms","Failed to list forms")}async function Cw(e,t,n){return K(t,"siteId"),K(n,"formId"),au(`${I}/v2/sites/${t}/forms/${n}/submissions`,e,"formSubmissions","Failed to list submissions")}var lu=["id","displayName","name","slug","createdOn","lastUpdated"],kw=Object.fromEntries(lu.map(e=>[e.toLowerCase(),e]));function Fw(e,t=["id","displayName","slug"],{warn:n}={}){if(e.length===0)return k.dim("No forms found.");let r=t.map(a=>kw[a.toLowerCase()]).filter(a=>a!=null),o=t.filter(a=>kw[a.toLowerCase()]==null);if(o.length>0&&n&&n(`Unknown field(s): ${o.join(", ")}. Available: ${lu.join(", ")}`),r.length===0)throw new h(`No valid fields specified. Available: ${lu.join(", ")}`,{isUserError:!0});let i=r.map(a=>k.bold(a)),s=e.map(a=>r.map(l=>{let c=a[l];return c?l==="createdOn"||l==="lastUpdated"?new Date(c).toLocaleDateString("en-US",{month:"short",day:"numeric",year:"numeric"}):c:k.dim("\u2014")}));return je(i,s)}function Ew(e){if(e.length===0)return k.dim("No submissions found.");let t=Array.from(new Set(e.flatMap(o=>Object.keys(o.formResponse)))),n=["id","dateSubmitted",...t].map(o=>k.bold(o)),r=e.map(o=>[o.id,new Date(o.dateSubmitted).toLocaleDateString("en-US",{month:"short",day:"numeric",year:"numeric"}),...t.map(i=>{let s=o.formResponse[i];return s==null?k.dim("\u2014"):typeof s=="object"?JSON.stringify(s):String(s)})]);return je(n,r)}function _w(e){if(e.length===0)return"";let n=["id","formId","displayName","dateSubmitted",...Array.from(new Set(e.flatMap(i=>Object.keys(i.formResponse))))],r=i=>{let s=i==null?"":typeof i=="object"?JSON.stringify(i):String(i);return s.includes(",")||s.includes('"')||s.includes(`
|
|
163
174
|
`)?`"${s.replace(/"/g,'""')}"`:s};return[n.join(","),...e.map(i=>n.map(s=>r(s==="id"?i.id:s==="formId"?i.formId:s==="displayName"?i.displayName:s==="dateSubmitted"?i.dateSubmitted:i.formResponse[s])).join(","))].join(`
|
|
164
|
-
`)}var
|
|
175
|
+
`)}var Tw=e=>{let t=e.command("forms").description("Manage Webflow forms");t.command("list").description("List all forms for a site").requiredOption("--site <siteId>","Site ID").option("--json","Output as JSON").option("--fields <fields>","Comma-separated fields to display (id, displayName, name, slug, createdOn, lastUpdated)","id,displayName,slug").action(async n=>{let r=await Q(),o=J.forForms({authToken:r}),i=Date.now();try{let s=await xw(r,n.site);if(await o.sendUsage("forms_list",{duration:Date.now()-i,count:s.length}),n.json){d.info(JSON.stringify(s,null,2));return}if(s.length===0){d.info("No forms found.");return}let a=n.fields.split(",").map(l=>l.trim());d.info(Fw(s,a,{warn:l=>d.warn(l)}))}catch(s){throw await o.sendError(s instanceof Error?s:new Error(String(s)),"forms_list",{duration:Date.now()-i}),new h(s,{prefix:`${B} Failed to list forms:`})}}),t.command("submissions").description("List or export form submissions").requiredOption("--site <siteId>","Site ID").requiredOption("--form <formId>","Form ID").option("--json","Output as JSON").option("--output <file>","Save submissions as CSV to a file").action(async n=>{K(n.site,"siteId"),K(n.form,"formId"),n.output&&n.json&&d.warn("--json is ignored when --output is set.");let r=await Q(),o=J.forForms({authToken:r}),i=Date.now();try{let s=await Cw(r,n.site,n.form);if(await o.sendUsage("forms_submissions",{duration:Date.now()-i,count:s.length}),s.length===0){d.info("No submissions found.");return}if(n.output){let a=_w(s);Sw.default.writeFileSync(n.output,a,"utf8"),d.info(`${X} ${s.length} submission${s.length===1?"":"s"} written to ${n.output}`);return}if(n.json){d.info(JSON.stringify(s,null,2));return}d.info(Ew(s))}catch(s){throw await o.sendError(s instanceof Error?s:new Error(String(s)),"forms_submissions",{duration:Date.now()-i}),new h(s,{prefix:`${B} Failed to fetch submissions:`})}})};var Aw=w(Wo());function cu(e,t){t.forEach(n=>{e.addOption(n)}),e.commands.forEach(n=>cu(n,t))}function Ow(e){let t=Aw.default.version;e.name("webflow").description("Webflow CLI").version(t,"-v, --version").addOption(Ec).addOption(_c).addOption(Sc).addOption(Tc).showHelpAfterError(),e.hook("preAction",async n=>{let r=n.opts();r.input||sd(!0),gt.start(),r.manifest&&ad(r.manifest);try{await J.promptForConsentIfNeeded()}catch(o){d.debug(`Failed to check telemetry preference: ${o}`)}try{r.skipUpdateCheck||await new Gr().prompt()}catch(o){d.debug(`Failed to check for package updates: ${o}`)}}),e.hook("postAction",async()=>{gt.displayGrouped(),gt.stop()}),Gd(e),ow(e),kp(e),Ny(e),zb(e),jy(e),fw(e),vw(e),Tw(e),Oy(e),e.commands.forEach(n=>{cu(n,[Ec,_c,Sc,Tc])})}G();te();var Pw=new Iw.Command;Ow(Pw);Pw.parseAsync().catch(e=>{if(e instanceof h){if(!e.skipLogging)if(e.isUserError){let t=e.prefix?`${e.prefix} `:"";console.error(`${t}${e.message}`)}else d.error(e,{prefix:e.prefix})}else d.error(e);process.exit(1)});
|
|
165
176
|
//# sourceMappingURL=index.js.map
|