Created
April 23, 2025 20:16
-
-
Save armeenm/7525940bda5a5c2eef7964b3a50a1fdc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var Fi=Object.create;var cr=Object.defineProperty;var Ui=Object.getOwnPropertyDescriptor;var Di=Object.getOwnPropertyNames;var Mi=Object.getPrototypeOf,Bi=Object.prototype.hasOwnProperty;var Wi=(r,e)=>()=>(e||r((e={exports:{}}).exports,e),e.exports),U=(r,e)=>{for(var o in e)cr(r,o,{get:e[o],enumerable:!0})},Hi=(r,e,o,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of Di(e))!Bi.call(r,a)&&a!==o&&cr(r,a,{get:()=>e[a],enumerable:!(n=Ui(e,a))||n.enumerable});return r};var $i=(r,e,o)=>(o=r!=null?Fi(Mi(r)):{},Hi(e||!r||!r.__esModule?cr(o,"default",{value:r,enumerable:!0}):o,r));var li=Wi((we,si)=>{var or=typeof globalThis<"u"&&globalThis||typeof self<"u"&&self||typeof global<"u"&&global,nr=function(){function r(){this.fetch=!1,this.DOMException=or.DOMException}return r.prototype=or,new r}();(function(r){var e=function(o){var n=typeof r<"u"&&r||typeof self<"u"&&self||typeof global<"u"&&global||{},a={searchParams:"URLSearchParams"in n,iterable:"Symbol"in n&&"iterator"in Symbol,blob:"FileReader"in n&&"Blob"in n&&function(){try{return new Blob,!0}catch{return!1}}(),formData:"FormData"in n,arrayBuffer:"ArrayBuffer"in n};function i(h){return h&&DataView.prototype.isPrototypeOf(h)}if(a.arrayBuffer)var c=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],l=ArrayBuffer.isView||function(h){return h&&c.indexOf(Object.prototype.toString.call(h))>-1};function d(h){if(typeof h!="string"&&(h=String(h)),/[^a-z0-9\-#$%&'*+.^_`|~!]/i.test(h)||h==="")throw new TypeError('Invalid character in header field name: "'+h+'"');return h.toLowerCase()}function f(h){return typeof h!="string"&&(h=String(h)),h}function y(h){var v={next:function(){var N=h.shift();return{done:N===void 0,value:N}}};return a.iterable&&(v[Symbol.iterator]=function(){return v}),v}function p(h){this.map={},h instanceof p?h.forEach(function(v,N){this.append(N,v)},this):Array.isArray(h)?h.forEach(function(v){if(v.length!=2)throw new TypeError("Headers constructor: expected name/value pair to be length 2, found"+v.length);this.append(v[0],v[1])},this):h&&Object.getOwnPropertyNames(h).forEach(function(v){this.append(v,h[v])},this)}p.prototype.append=function(h,v){h=d(h),v=f(v);var N=this.map[h];this.map[h]=N?N+", "+v:v},p.prototype.delete=function(h){delete this.map[d(h)]},p.prototype.get=function(h){return h=d(h),this.has(h)?this.map[h]:null},p.prototype.has=function(h){return this.map.hasOwnProperty(d(h))},p.prototype.set=function(h,v){this.map[d(h)]=f(v)},p.prototype.forEach=function(h,v){for(var N in this.map)this.map.hasOwnProperty(N)&&h.call(v,this.map[N],N,this)},p.prototype.keys=function(){var h=[];return this.forEach(function(v,N){h.push(N)}),y(h)},p.prototype.values=function(){var h=[];return this.forEach(function(v){h.push(v)}),y(h)},p.prototype.entries=function(){var h=[];return this.forEach(function(v,N){h.push([N,v])}),y(h)},a.iterable&&(p.prototype[Symbol.iterator]=p.prototype.entries);function g(h){if(!h._noBody){if(h.bodyUsed)return Promise.reject(new TypeError("Already read"));h.bodyUsed=!0}}function b(h){return new Promise(function(v,N){h.onload=function(){v(h.result)},h.onerror=function(){N(h.error)}})}function m(h){var v=new FileReader,N=b(v);return v.readAsArrayBuffer(h),N}function S(h){var v=new FileReader,N=b(v),T=/charset=([A-Za-z0-9_-]+)/.exec(h.type),F=T?T[1]:"utf-8";return v.readAsText(h,F),N}function w(h){for(var v=new Uint8Array(h),N=new Array(v.length),T=0;T<v.length;T++)N[T]=String.fromCharCode(v[T]);return N.join("")}function C(h){if(h.slice)return h.slice(0);var v=new Uint8Array(h.byteLength);return v.set(new Uint8Array(h)),v.buffer}function A(){return this.bodyUsed=!1,this._initBody=function(h){this.bodyUsed=this.bodyUsed,this._bodyInit=h,h?typeof h=="string"?this._bodyText=h:a.blob&&Blob.prototype.isPrototypeOf(h)?this._bodyBlob=h:a.formData&&FormData.prototype.isPrototypeOf(h)?this._bodyFormData=h:a.searchParams&&URLSearchParams.prototype.isPrototypeOf(h)?this._bodyText=h.toString():a.arrayBuffer&&a.blob&&i(h)?(this._bodyArrayBuffer=C(h.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):a.arrayBuffer&&(ArrayBuffer.prototype.isPrototypeOf(h)||l(h))?this._bodyArrayBuffer=C(h):this._bodyText=h=Object.prototype.toString.call(h):(this._noBody=!0,this._bodyText=""),this.headers.get("content-type")||(typeof h=="string"?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):a.searchParams&&URLSearchParams.prototype.isPrototypeOf(h)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},a.blob&&(this.blob=function(){var h=g(this);if(h)return h;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))}),this.arrayBuffer=function(){if(this._bodyArrayBuffer){var h=g(this);return h||(ArrayBuffer.isView(this._bodyArrayBuffer)?Promise.resolve(this._bodyArrayBuffer.buffer.slice(this._bodyArrayBuffer.byteOffset,this._bodyArrayBuffer.byteOffset+this._bodyArrayBuffer.byteLength)):Promise.resolve(this._bodyArrayBuffer))}else{if(a.blob)return this.blob().then(m);throw new Error("could not read as ArrayBuffer")}},this.text=function(){var h=g(this);if(h)return h;if(this._bodyBlob)return S(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(w(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},a.formData&&(this.formData=function(){return this.text().then(I)}),this.json=function(){return this.text().then(JSON.parse)},this}var O=["CONNECT","DELETE","GET","HEAD","OPTIONS","PATCH","POST","PUT","TRACE"];function x(h){var v=h.toUpperCase();return O.indexOf(v)>-1?v:h}function E(h,v){if(!(this instanceof E))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');v=v||{};var N=v.body;if(h instanceof E){if(h.bodyUsed)throw new TypeError("Already read");this.url=h.url,this.credentials=h.credentials,v.headers||(this.headers=new p(h.headers)),this.method=h.method,this.mode=h.mode,this.signal=h.signal,!N&&h._bodyInit!=null&&(N=h._bodyInit,h.bodyUsed=!0)}else this.url=String(h);if(this.credentials=v.credentials||this.credentials||"same-origin",(v.headers||!this.headers)&&(this.headers=new p(v.headers)),this.method=x(v.method||this.method||"GET"),this.mode=v.mode||this.mode||null,this.signal=v.signal||this.signal||function(){if("AbortController"in n){var P=new AbortController;return P.signal}}(),this.referrer=null,(this.method==="GET"||this.method==="HEAD")&&N)throw new TypeError("Body not allowed for GET or HEAD requests");if(this._initBody(N),(this.method==="GET"||this.method==="HEAD")&&(v.cache==="no-store"||v.cache==="no-cache")){var T=/([?&])_=[^&]*/;if(T.test(this.url))this.url=this.url.replace(T,"$1_="+new Date().getTime());else{var F=/\?/;this.url+=(F.test(this.url)?"&":"?")+"_="+new Date().getTime()}}}E.prototype.clone=function(){return new E(this,{body:this._bodyInit})};function I(h){var v=new FormData;return h.trim().split("&").forEach(function(N){if(N){var T=N.split("="),F=T.shift().replace(/\+/g," "),P=T.join("=").replace(/\+/g," ");v.append(decodeURIComponent(F),decodeURIComponent(P))}}),v}function L(h){var v=new p,N=h.replace(/\r?\n[\t ]+/g," ");return N.split("\r").map(function(T){return T.indexOf(` | |
`)===0?T.substr(1,T.length):T}).forEach(function(T){var F=T.split(":"),P=F.shift().trim();if(P){var J=F.join(":").trim();try{v.append(P,J)}catch(q){console.warn("Response "+q.message)}}}),v}A.call(E.prototype);function _(h,v){if(!(this instanceof _))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');if(v||(v={}),this.type="default",this.status=v.status===void 0?200:v.status,this.status<200||this.status>599)throw new RangeError("Failed to construct 'Response': The status provided (0) is outside the range [200, 599].");this.ok=this.status>=200&&this.status<300,this.statusText=v.statusText===void 0?"":""+v.statusText,this.headers=new p(v.headers),this.url=v.url||"",this._initBody(h)}A.call(_.prototype),_.prototype.clone=function(){return new _(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new p(this.headers),url:this.url})},_.error=function(){var h=new _(null,{status:200,statusText:""});return h.ok=!1,h.status=0,h.type="error",h};var k=[301,302,303,307,308];_.redirect=function(h,v){if(k.indexOf(v)===-1)throw new RangeError("Invalid status code");return new _(null,{status:v,headers:{location:h}})},o.DOMException=n.DOMException;try{new o.DOMException}catch{o.DOMException=function(v,N){this.message=v,this.name=N;var T=Error(v);this.stack=T.stack},o.DOMException.prototype=Object.create(Error.prototype),o.DOMException.prototype.constructor=o.DOMException}function R(h,v){return new Promise(function(N,T){var F=new E(h,v);if(F.signal&&F.signal.aborted)return T(new o.DOMException("Aborted","AbortError"));var P=new XMLHttpRequest;function J(){P.abort()}P.onload=function(){var W={statusText:P.statusText,headers:L(P.getAllResponseHeaders()||"")};F.url.indexOf("file://")===0&&(P.status<200||P.status>599)?W.status=200:W.status=P.status,W.url="responseURL"in P?P.responseURL:W.headers.get("X-Request-URL");var Ce="response"in P?P.response:P.responseText;setTimeout(function(){N(new _(Ce,W))},0)},P.onerror=function(){setTimeout(function(){T(new TypeError("Network request failed"))},0)},P.ontimeout=function(){setTimeout(function(){T(new TypeError("Network request timed out"))},0)},P.onabort=function(){setTimeout(function(){T(new o.DOMException("Aborted","AbortError"))},0)};function q(W){try{return W===""&&n.location.href?n.location.href:W}catch{return W}}if(P.open(F.method,q(F.url),!0),F.credentials==="include"?P.withCredentials=!0:F.credentials==="omit"&&(P.withCredentials=!1),"responseType"in P&&(a.blob?P.responseType="blob":a.arrayBuffer&&(P.responseType="arraybuffer")),v&&typeof v.headers=="object"&&!(v.headers instanceof p||n.Headers&&v.headers instanceof n.Headers)){var X=[];Object.getOwnPropertyNames(v.headers).forEach(function(W){X.push(d(W)),P.setRequestHeader(W,f(v.headers[W]))}),F.headers.forEach(function(W,Ce){X.indexOf(Ce)===-1&&P.setRequestHeader(Ce,W)})}else F.headers.forEach(function(W,Ce){P.setRequestHeader(Ce,W)});F.signal&&(F.signal.addEventListener("abort",J),P.onreadystatechange=function(){P.readyState===4&&F.signal.removeEventListener("abort",J)}),P.send(typeof F._bodyInit>"u"?null:F._bodyInit)})}return R.polyfill=!0,n.fetch||(n.fetch=R,n.Headers=p,n.Request=E,n.Response=_),o.Headers=p,o.Request=E,o.Response=_,o.fetch=R,o}({})})(nr);nr.fetch.ponyfill=!0;delete nr.fetch.polyfill;var nt=or.fetch?or:nr;we=nt.fetch;we.default=nt.fetch;we.fetch=nt.fetch;we.Headers=nt.Headers;we.Request=nt.Request;we.Response=nt.Response;si.exports=we});var Ft=globalThis,at=Ft.ShadowRoot&&(Ft.ShadyCSS===void 0||Ft.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,sr=Symbol(),Yo=new WeakMap,We=class{constructor(e,o,n){if(this._$cssResult$=!0,n!==sr)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=e,this.t=o}get styleSheet(){let e=this.o,o=this.t;if(at&&e===void 0){let n=o!==void 0&&o.length===1;n&&(e=Yo.get(o)),e===void 0&&((this.o=e=new CSSStyleSheet).replaceSync(this.cssText),n&&Yo.set(o,e))}return e}toString(){return this.cssText}},it=r=>new We(typeof r=="string"?r:r+"",void 0,sr),$=(r,...e)=>{let o=r.length===1?r[0]:e.reduce((n,a,i)=>n+(c=>{if(c._$cssResult$===!0)return c.cssText;if(typeof c=="number")return c;throw Error("Value passed to 'css' function must be a 'css' function result: "+c+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(a)+r[i+1],r[0]);return new We(o,r,sr)},He=(r,e)=>{if(at)r.adoptedStyleSheets=e.map(o=>o instanceof CSSStyleSheet?o:o.styleSheet);else for(let o of e){let n=document.createElement("style"),a=Ft.litNonce;a!==void 0&&n.setAttribute("nonce",a),n.textContent=o.cssText,r.appendChild(n)}},ct=at?r=>r:r=>r instanceof CSSStyleSheet?(e=>{let o="";for(let n of e.cssRules)o+=n.cssText;return it(o)})(r):r;var{is:zi,defineProperty:ji,getOwnPropertyDescriptor:Gi,getOwnPropertyNames:Vi,getOwnPropertySymbols:Ki,getPrototypeOf:Zi}=Object,Ut=globalThis,Jo=Ut.trustedTypes,qi=Jo?Jo.emptyScript:"",Yi=Ut.reactiveElementPolyfillSupport,st=(r,e)=>r,$e={toAttribute(r,e){switch(e){case Boolean:r=r?qi:null;break;case Object:case Array:r=r==null?r:JSON.stringify(r)}return r},fromAttribute(r,e){let o=r;switch(e){case Boolean:o=r!==null;break;case Number:o=r===null?null:Number(r);break;case Object:case Array:try{o=JSON.parse(r)}catch{o=null}}return o}},lt=(r,e)=>!zi(r,e),Xo={attribute:!0,type:String,converter:$e,reflect:!1,hasChanged:lt};Symbol.metadata??=Symbol("metadata"),Ut.litPropertyMetadata??=new WeakMap;var oe=class extends HTMLElement{static addInitializer(e){this._$Ei(),(this.l??=[]).push(e)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(e,o=Xo){if(o.state&&(o.attribute=!1),this._$Ei(),this.elementProperties.set(e,o),!o.noAccessor){let n=Symbol(),a=this.getPropertyDescriptor(e,n,o);a!==void 0&&ji(this.prototype,e,a)}}static getPropertyDescriptor(e,o,n){let{get:a,set:i}=Gi(this.prototype,e)??{get(){return this[o]},set(c){this[o]=c}};return{get(){return a?.call(this)},set(c){let l=a?.call(this);i.call(this,c),this.requestUpdate(e,l,n)},configurable:!0,enumerable:!0}}static getPropertyOptions(e){return this.elementProperties.get(e)??Xo}static _$Ei(){if(this.hasOwnProperty(st("elementProperties")))return;let e=Zi(this);e.finalize(),e.l!==void 0&&(this.l=[...e.l]),this.elementProperties=new Map(e.elementProperties)}static finalize(){if(this.hasOwnProperty(st("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(st("properties"))){let o=this.properties,n=[...Vi(o),...Ki(o)];for(let a of n)this.createProperty(a,o[a])}let e=this[Symbol.metadata];if(e!==null){let o=litPropertyMetadata.get(e);if(o!==void 0)for(let[n,a]of o)this.elementProperties.set(n,a)}this._$Eh=new Map;for(let[o,n]of this.elementProperties){let a=this._$Eu(o,n);a!==void 0&&this._$Eh.set(a,o)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(e){let o=[];if(Array.isArray(e)){let n=new Set(e.flat(1/0).reverse());for(let a of n)o.unshift(ct(a))}else e!==void 0&&o.push(ct(e));return o}static _$Eu(e,o){let n=o.attribute;return n===!1?void 0:typeof n=="string"?n:typeof e=="string"?e.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$ES=new Promise(e=>this.enableUpdating=e),this._$AL=new Map,this._$E_(),this.requestUpdate(),this.constructor.l?.forEach(e=>e(this))}addController(e){(this._$EO??=new Set).add(e),this.renderRoot!==void 0&&this.isConnected&&e.hostConnected?.()}removeController(e){this._$EO?.delete(e)}_$E_(){let e=new Map,o=this.constructor.elementProperties;for(let n of o.keys())this.hasOwnProperty(n)&&(e.set(n,this[n]),delete this[n]);e.size>0&&(this._$Ep=e)}createRenderRoot(){let e=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return He(e,this.constructor.elementStyles),e}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$EO?.forEach(e=>e.hostConnected?.())}enableUpdating(e){}disconnectedCallback(){this._$EO?.forEach(e=>e.hostDisconnected?.())}attributeChangedCallback(e,o,n){this._$AK(e,n)}_$EC(e,o){let n=this.constructor.elementProperties.get(e),a=this.constructor._$Eu(e,n);if(a!==void 0&&n.reflect===!0){let i=(n.converter?.toAttribute!==void 0?n.converter:$e).toAttribute(o,n.type);this._$Em=e,i==null?this.removeAttribute(a):this.setAttribute(a,i),this._$Em=null}}_$AK(e,o){let n=this.constructor,a=n._$Eh.get(e);if(a!==void 0&&this._$Em!==a){let i=n.getPropertyOptions(a),c=typeof i.converter=="function"?{fromAttribute:i.converter}:i.converter?.fromAttribute!==void 0?i.converter:$e;this._$Em=a,this[a]=c.fromAttribute(o,i.type),this._$Em=null}}requestUpdate(e,o,n){if(e!==void 0){if(n??=this.constructor.getPropertyOptions(e),!(n.hasChanged??lt)(this[e],o))return;this.P(e,o,n)}this.isUpdatePending===!1&&(this._$ES=this._$ET())}P(e,o,n){this._$AL.has(e)||this._$AL.set(e,o),n.reflect===!0&&this._$Em!==e&&(this._$Ej??=new Set).add(e)}async _$ET(){this.isUpdatePending=!0;try{await this._$ES}catch(o){Promise.reject(o)}let e=this.scheduleUpdate();return e!=null&&await e,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(let[a,i]of this._$Ep)this[a]=i;this._$Ep=void 0}let n=this.constructor.elementProperties;if(n.size>0)for(let[a,i]of n)i.wrapped!==!0||this._$AL.has(a)||this[a]===void 0||this.P(a,this[a],i)}let e=!1,o=this._$AL;try{e=this.shouldUpdate(o),e?(this.willUpdate(o),this._$EO?.forEach(n=>n.hostUpdate?.()),this.update(o)):this._$EU()}catch(n){throw e=!1,this._$EU(),n}e&&this._$AE(o)}willUpdate(e){}_$AE(e){this._$EO?.forEach(o=>o.hostUpdated?.()),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(e)),this.updated(e)}_$EU(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$ES}shouldUpdate(e){return!0}update(e){this._$Ej&&=this._$Ej.forEach(o=>this._$EC(o,this[o])),this._$EU()}updated(e){}firstUpdated(e){}};oe.elementStyles=[],oe.shadowRootOptions={mode:"open"},oe[st("elementProperties")]=new Map,oe[st("finalized")]=new Map,Yi?.({ReactiveElement:oe}),(Ut.reactiveElementVersions??=[]).push("2.0.4");var dr=globalThis,Dt=dr.trustedTypes,Qo=Dt?Dt.createPolicy("lit-html",{createHTML:r=>r}):void 0,ur="$lit$",le=`lit$${Math.random().toFixed(9).slice(2)}$`,fr="?"+le,Ji=`<${fr}>`,Ne=document,ut=()=>Ne.createComment(""),ft=r=>r===null||typeof r!="object"&&typeof r!="function",pr=Array.isArray,an=r=>pr(r)||typeof r?.[Symbol.iterator]=="function",lr=`[ | |
\f\r]`,dt=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,en=/-->/g,tn=/>/g,Ae=RegExp(`>|${lr}(?:([^\\s"'>=/]+)(${lr}*=${lr}*(?:[^ | |
\f\r"'\`<>=]|("|')|))|$)`,"g"),rn=/'/g,on=/"/g,cn=/^(?:script|style|textarea|title)$/i,hr=r=>(e,...o)=>({_$litType$:r,strings:e,values:o}),Xi=hr(1),Qi=hr(2),ec=hr(3),z=Symbol.for("lit-noChange"),B=Symbol.for("lit-nothing"),nn=new WeakMap,Re=Ne.createTreeWalker(Ne,129);function sn(r,e){if(!pr(r)||!r.hasOwnProperty("raw"))throw Error("invalid template strings array");return Qo!==void 0?Qo.createHTML(e):e}var ln=(r,e)=>{let o=r.length-1,n=[],a,i=e===2?"<svg>":e===3?"<math>":"",c=dt;for(let l=0;l<o;l++){let d=r[l],f,y,p=-1,g=0;for(;g<d.length&&(c.lastIndex=g,y=c.exec(d),y!==null);)g=c.lastIndex,c===dt?y[1]==="!--"?c=en:y[1]!==void 0?c=tn:y[2]!==void 0?(cn.test(y[2])&&(a=RegExp("</"+y[2],"g")),c=Ae):y[3]!==void 0&&(c=Ae):c===Ae?y[0]===">"?(c=a??dt,p=-1):y[1]===void 0?p=-2:(p=c.lastIndex-y[2].length,f=y[1],c=y[3]===void 0?Ae:y[3]==='"'?on:rn):c===on||c===rn?c=Ae:c===en||c===tn?c=dt:(c=Ae,a=void 0);let b=c===Ae&&r[l+1].startsWith("/>")?" ":"";i+=c===dt?d+Ji:p>=0?(n.push(f),d.slice(0,p)+ur+d.slice(p)+le+b):d+le+(p===-2?l:b)}return[sn(r,i+(r[o]||"<?>")+(e===2?"</svg>":e===3?"</math>":"")),n]},pt=class r{constructor({strings:e,_$litType$:o},n){let a;this.parts=[];let i=0,c=0,l=e.length-1,d=this.parts,[f,y]=ln(e,o);if(this.el=r.createElement(f,n),Re.currentNode=this.el.content,o===2||o===3){let p=this.el.content.firstChild;p.replaceWith(...p.childNodes)}for(;(a=Re.nextNode())!==null&&d.length<l;){if(a.nodeType===1){if(a.hasAttributes())for(let p of a.getAttributeNames())if(p.endsWith(ur)){let g=y[c++],b=a.getAttribute(p).split(le),m=/([.?@])?(.*)/.exec(g);d.push({type:1,index:i,name:m[2],strings:b,ctor:m[1]==="."?Bt:m[1]==="?"?Wt:m[1]==="@"?Ht:Pe}),a.removeAttribute(p)}else p.startsWith(le)&&(d.push({type:6,index:i}),a.removeAttribute(p));if(cn.test(a.tagName)){let p=a.textContent.split(le),g=p.length-1;if(g>0){a.textContent=Dt?Dt.emptyScript:"";for(let b=0;b<g;b++)a.append(p[b],ut()),Re.nextNode(),d.push({type:2,index:++i});a.append(p[g],ut())}}}else if(a.nodeType===8)if(a.data===fr)d.push({type:2,index:i});else{let p=-1;for(;(p=a.data.indexOf(le,p+1))!==-1;)d.push({type:7,index:i}),p+=le.length-1}i++}}static createElement(e,o){let n=Ne.createElement("template");return n.innerHTML=e,n}};function Ie(r,e,o=r,n){if(e===z)return e;let a=n!==void 0?o._$Co?.[n]:o._$Cl,i=ft(e)?void 0:e._$litDirective$;return a?.constructor!==i&&(a?._$AO?.(!1),i===void 0?a=void 0:(a=new i(r),a._$AT(r,o,n)),n!==void 0?(o._$Co??=[])[n]=a:o._$Cl=a),a!==void 0&&(e=Ie(r,a._$AS(r,e.values),a,n)),e}var Mt=class{constructor(e,o){this._$AV=[],this._$AN=void 0,this._$AD=e,this._$AM=o}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(e){let{el:{content:o},parts:n}=this._$AD,a=(e?.creationScope??Ne).importNode(o,!0);Re.currentNode=a;let i=Re.nextNode(),c=0,l=0,d=n[0];for(;d!==void 0;){if(c===d.index){let f;d.type===2?f=new ze(i,i.nextSibling,this,e):d.type===1?f=new d.ctor(i,d.name,d.strings,this,e):d.type===6&&(f=new $t(i,this,e)),this._$AV.push(f),d=n[++l]}c!==d?.index&&(i=Re.nextNode(),c++)}return Re.currentNode=Ne,a}p(e){let o=0;for(let n of this._$AV)n!==void 0&&(n.strings!==void 0?(n._$AI(e,n,o),o+=n.strings.length-2):n._$AI(e[o])),o++}},ze=class r{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(e,o,n,a){this.type=2,this._$AH=B,this._$AN=void 0,this._$AA=e,this._$AB=o,this._$AM=n,this.options=a,this._$Cv=a?.isConnected??!0}get parentNode(){let e=this._$AA.parentNode,o=this._$AM;return o!==void 0&&e?.nodeType===11&&(e=o.parentNode),e}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(e,o=this){e=Ie(this,e,o),ft(e)?e===B||e==null||e===""?(this._$AH!==B&&this._$AR(),this._$AH=B):e!==this._$AH&&e!==z&&this._(e):e._$litType$!==void 0?this.$(e):e.nodeType!==void 0?this.T(e):an(e)?this.k(e):this._(e)}O(e){return this._$AA.parentNode.insertBefore(e,this._$AB)}T(e){this._$AH!==e&&(this._$AR(),this._$AH=this.O(e))}_(e){this._$AH!==B&&ft(this._$AH)?this._$AA.nextSibling.data=e:this.T(Ne.createTextNode(e)),this._$AH=e}$(e){let{values:o,_$litType$:n}=e,a=typeof n=="number"?this._$AC(e):(n.el===void 0&&(n.el=pt.createElement(sn(n.h,n.h[0]),this.options)),n);if(this._$AH?._$AD===a)this._$AH.p(o);else{let i=new Mt(a,this),c=i.u(this.options);i.p(o),this.T(c),this._$AH=i}}_$AC(e){let o=nn.get(e.strings);return o===void 0&&nn.set(e.strings,o=new pt(e)),o}k(e){pr(this._$AH)||(this._$AH=[],this._$AR());let o=this._$AH,n,a=0;for(let i of e)a===o.length?o.push(n=new r(this.O(ut()),this.O(ut()),this,this.options)):n=o[a],n._$AI(i),a++;a<o.length&&(this._$AR(n&&n._$AB.nextSibling,a),o.length=a)}_$AR(e=this._$AA.nextSibling,o){for(this._$AP?.(!1,!0,o);e&&e!==this._$AB;){let n=e.nextSibling;e.remove(),e=n}}setConnected(e){this._$AM===void 0&&(this._$Cv=e,this._$AP?.(e))}},Pe=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(e,o,n,a,i){this.type=1,this._$AH=B,this._$AN=void 0,this.element=e,this.name=o,this._$AM=a,this.options=i,n.length>2||n[0]!==""||n[1]!==""?(this._$AH=Array(n.length-1).fill(new String),this.strings=n):this._$AH=B}_$AI(e,o=this,n,a){let i=this.strings,c=!1;if(i===void 0)e=Ie(this,e,o,0),c=!ft(e)||e!==this._$AH&&e!==z,c&&(this._$AH=e);else{let l=e,d,f;for(e=i[0],d=0;d<i.length-1;d++)f=Ie(this,l[n+d],o,d),f===z&&(f=this._$AH[d]),c||=!ft(f)||f!==this._$AH[d],f===B?e=B:e!==B&&(e+=(f??"")+i[d+1]),this._$AH[d]=f}c&&!a&&this.j(e)}j(e){e===B?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,e??"")}},Bt=class extends Pe{constructor(){super(...arguments),this.type=3}j(e){this.element[this.name]=e===B?void 0:e}},Wt=class extends Pe{constructor(){super(...arguments),this.type=4}j(e){this.element.toggleAttribute(this.name,!!e&&e!==B)}},Ht=class extends Pe{constructor(e,o,n,a,i){super(e,o,n,a,i),this.type=5}_$AI(e,o=this){if((e=Ie(this,e,o,0)??B)===z)return;let n=this._$AH,a=e===B&&n!==B||e.capture!==n.capture||e.once!==n.once||e.passive!==n.passive,i=e!==B&&(n===B||a);a&&this.element.removeEventListener(this.name,this,n),i&&this.element.addEventListener(this.name,this,e),this._$AH=e}handleEvent(e){typeof this._$AH=="function"?this._$AH.call(this.options?.host??this.element,e):this._$AH.handleEvent(e)}},$t=class{constructor(e,o,n){this.element=e,this.type=6,this._$AN=void 0,this._$AM=o,this.options=n}get _$AU(){return this._$AM._$AU}_$AI(e){Ie(this,e)}},yr={M:ur,P:le,A:fr,C:1,L:ln,R:Mt,D:an,V:Ie,I:ze,H:Pe,N:Wt,U:Ht,B:Bt,F:$t},tc=dr.litHtmlPolyfillSupport;tc?.(pt,ze),(dr.litHtmlVersions??=[]).push("3.2.1");var gr=(r,e,o)=>{let n=o?.renderBefore??e,a=n._$litPart$;if(a===void 0){let i=o?.renderBefore??null;n._$litPart$=a=new ze(e.insertBefore(ut(),i),i,void 0,o??{})}return a._$AI(r),a};var mr={};U(mr,{CSSResult:()=>We,LitElement:()=>de,ReactiveElement:()=>oe,_$LE:()=>oc,_$LH:()=>yr,adoptStyles:()=>He,css:()=>$,defaultConverter:()=>$e,getCompatibleStyle:()=>ct,html:()=>Xi,isServer:()=>zl,mathml:()=>ec,noChange:()=>z,notEqual:()=>lt,nothing:()=>B,render:()=>gr,supportsAdoptingStyleSheets:()=>at,svg:()=>Qi,unsafeCSS:()=>it});var de=class extends oe{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){let e=super.createRenderRoot();return this.renderOptions.renderBefore??=e.firstChild,e}update(e){let o=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(e),this._$Do=gr(o,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return z}};de._$litElement$=!0,de.finalized=!0,globalThis.litElementHydrateSupport?.({LitElement:de});var rc=globalThis.litElementPolyfillSupport;rc?.({LitElement:de});var oc={_$AK:(r,e,o)=>{r._$AK(e,o)},_$AL:r=>r._$AL};(globalThis.litElementVersions??=[]).push("4.1.1");var zl=!1;var nc=r=>(e,o)=>{o!==void 0?o.addInitializer(()=>{customElements.define(r,e)}):customElements.define(r,e)};var Q=(r,e,o)=>(o.configurable=!0,o.enumerable=!0,Reflect.decorate&&typeof e!="object"&&Object.defineProperty(r,e,o),o);function ac(r,e){return(o,n,a)=>{let i=c=>c.renderRoot?.querySelector(r)??null;if(e){let{get:c,set:l}=typeof n=="object"?o:a??(()=>{let d=Symbol();return{get(){return this[d]},set(f){this[d]=f}}})();return Q(o,n,{get(){let d=c.call(this);return d===void 0&&(d=i(this),(d!==null||this.hasUpdated)&&l.call(this,d)),d}})}return Q(o,n,{get(){return i(this)}})}}var xr={};U(xr,{customElement:()=>nc,eventOptions:()=>cc,property:()=>G,query:()=>ac,queryAll:()=>lc,queryAssignedElements:()=>uc,queryAssignedNodes:()=>fc,queryAsync:()=>dc,standardProperty:()=>dn,state:()=>br});var ic={attribute:!0,type:String,converter:$e,reflect:!1,hasChanged:lt},dn=(r=ic,e,o)=>{let{kind:n,metadata:a}=o,i=globalThis.litPropertyMetadata.get(a);if(i===void 0&&globalThis.litPropertyMetadata.set(a,i=new Map),i.set(o.name,r),n==="accessor"){let{name:c}=o;return{set(l){let d=e.get.call(this);e.set.call(this,l),this.requestUpdate(c,d,r)},init(l){return l!==void 0&&this.P(c,void 0,r),l}}}if(n==="setter"){let{name:c}=o;return function(l){let d=this[c];e.call(this,l),this.requestUpdate(c,d,r)}}throw Error("Unsupported decorator location: "+n)};function G(r){return(e,o)=>typeof o=="object"?dn(r,e,o):((n,a,i)=>{let c=a.hasOwnProperty(i);return a.constructor.createProperty(i,c?{...n,wrapped:!0}:n),c?Object.getOwnPropertyDescriptor(a,i):void 0})(r,e,o)}function br(r){return G({...r,state:!0,attribute:!1})}function cc(r){return(e,o)=>{let n=typeof e=="function"?e:e[o];Object.assign(n,r)}}var sc;function lc(r){return(e,o)=>Q(e,o,{get(){return(this.renderRoot??(sc??=document.createDocumentFragment())).querySelectorAll(r)}})}function dc(r){return(e,o)=>Q(e,o,{async get(){return await this.updateComplete,this.renderRoot?.querySelector(r)??null}})}function uc(r){return(e,o)=>{let{slot:n,selector:a}=r??{},i="slot"+(n?`[name=${n}]`:":not([name])");return Q(e,o,{get(){let c=this.renderRoot?.querySelector(i),l=c?.assignedElements(r)??[];return a===void 0?l:l.filter(d=>d.matches(a))}})}}function fc(r){return(e,o)=>{let{slot:n}=r??{},a="slot"+(n?`[name=${n}]`:":not([name])");return Q(e,o,{get(){return this.renderRoot?.querySelector(a)?.assignedNodes(r)??[]}})}}var Or={};U(Or,{customElement:()=>bc,isNumber:()=>gn,jsonProperty:()=>Sr,optionalNumberProperty:()=>xc});var vr={};U(vr,{dateReviver:()=>hc,deepEqual:()=>ht,delay:()=>un,eventPathContainsMatchingElement:()=>gc,flatDeep:()=>pn,hasChanged:()=>yt,last:()=>mc,minmax:()=>gt,parseDate:()=>hn,unslotText:()=>yn,waitFor:()=>fn,waitUntil:()=>pc});var un=r=>new Promise(e=>setTimeout(e,r));async function pc(r,e=10,o=2e4){await fn(async()=>await r()||void 0,e,o)}async function fn(r,e=10,o=2e4){let n=await r(),a,i;for(a=i=performance.now();n==null&&(!o||i-a<o);)await un(e),n=await r(),i=performance.now();if(n==null)throw new Error("Timeout exceeded");return n}function pn(r,e){return r.flatMap(o=>[o,...pn(e(o),e)])}function hc(...r){return function(e,o){return r.includes(e)?hn(o):o}}function hn(r){return r.match(/^\d{4}-\d{2}-\d{2}$/)&&(r=r.replace(/-/g,"/")),r=r.replace(" ","T").replace(/^(.+)(\+\d{2})(\d{2})$/,(e,o,n,a)=>o+n+":"+a),new Date(r)}function yc(r,e){if(r===e)return!0;if(r&&e&&typeof r=="object"&&typeof e=="object"){if(r.constructor!==e.constructor)return!1;var o,n,a;if(Array.isArray(r)){if(o=r.length,o!=e.length)return!1;for(n=o;n--!==0;)if(!ht(r[n],e[n]))return!1;return!0}if(r instanceof Map&&e instanceof Map){if(r.size!==e.size)return!1;for(n of r.entries())if(!e.has(n[0]))return!1;for(n of r.entries())if(!ht(n[1],e.get(n[0])))return!1;return!0}if(r instanceof Set&&e instanceof Set){if(r.size!==e.size)return!1;for(n of r.entries())if(!e.has(n[0]))return!1;return!0}if(r.constructor===RegExp)return r.source===e.source&&r.flags===e.flags;if(r.valueOf!==Object.prototype.valueOf)return r.valueOf()===e.valueOf();if(a=Object.keys(r),o=a.length,o!==Object.keys(e).length)return!1;for(n=o;n--!==0;)if(!Object.prototype.hasOwnProperty.call(e,a[n]))return!1;for(n=o;n--!==0;){var i=a[n];if(!ht(r[i],e[i]))return!1}return!0}return r!==r&&e!==e}function ht(r,e){try{return yc(r,e)}catch{return!1}}function yt(r,e){return!ht(r,e)}function gc(r,e,o=window.document.body){if(e.length>0){let n=r.composedPath();for(let a of n){if(a===o)return!1;if(a.matches&&e.some(i=>a.matches(i)))return!0}}return!1}function gt(r,e,o){return Math.min(Math.max(r,e),o)}function mc(r){return r[r.length-1]}function yn(r){return r instanceof HTMLSlotElement?r.assignedNodes().map(e=>yn(e)).join(""):r?.textContent||""}var bc=r=>e=>{window.customElements.get(r)||window.customElements.define(r,e)};function Sr(r,e){let o=()=>JSON.parse(JSON.stringify(r));return G({type:Object,converter:{fromAttribute:n=>{if(n==null)return o();try{return JSON.parse(n)}catch{return o()}},toAttribute:n=>JSON.stringify(n)},hasChanged:yt,...e??{}})}function xc(r){return G({type:Object,converter:{fromAttribute:e=>{if(e!=null)return gn(e)?+e:void 0},toAttribute:e=>e==null?void 0:""+e},...r??{}})}function gn(r){return!isNaN(parseFloat(r))}var ue=r=>typeof r=="string"?it(r):r,t=class{static create(e,o,n,a){let i=l=>ue(l??a),c=$`var(${ue(e)}, ${i(a)})`;return c.name=e,c.description=o,c.category=n,c.defaultValue=a,c.defaultCssValue=i,c.get=l=>$`var(${ue(e)}, ${i(l)})`,c.breadcrumb=()=>[],c.lastResortDefaultValue=()=>a,c}static extend(e,o,n,a){let i=l=>n.get(l??a),c=$`var(${ue(e)}, ${i(a)})`;return c.name=e,c.description=o,c.category=n.category,c.fallbackVariable=n,c.defaultValue=a,c.defaultCssValue=i,c.get=l=>$`var(${ue(e)}, ${i(l)})`,c.breadcrumb=()=>[n.name,...n.breadcrumb()],c.lastResortDefaultValue=()=>a??n.lastResortDefaultValue(),c}static external(e,o){let n=i=>e.fallbackVariable?e.fallbackVariable.get(i??e.defaultValue):ue(i??e.lastResortDefaultValue()),a=$`var(${ue(e.name)}, ${n(e.defaultValue)})`;return a.name=e.name,a.category=e.category,a.fallbackVariable=e.fallbackVariable,a.defaultValue=e.defaultValue,a.context=o,a.defaultCssValue=n,a.get=i=>$`var(${ue(e.name)}, ${n(i)})`,a.breadcrumb=()=>e.fallbackVariable?[e.fallbackVariable.name,...e.fallbackVariable.breadcrumb()]:[],a.lastResortDefaultValue=()=>e.lastResortDefaultValue(),a}};function zt(r,e){return ue(`${r.name}: ${e}`)}var s={colorWhite:t.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:t.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:t.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:t.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:t.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:t.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:t.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:t.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:t.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:t.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:t.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:t.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:t.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:t.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:t.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:t.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:t.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:t.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:t.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:t.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:t.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:t.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:t.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:t.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:t.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:t.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:t.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:t.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:t.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:t.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:t.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:t.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:t.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:t.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:t.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:t.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:t.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:t.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:t.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:t.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:t.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:t.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:t.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:t.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:t.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:t.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:t.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:t.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:t.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:t.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:t.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:t.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:t.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:t.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:t.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:t.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:t.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:t.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:t.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:t.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:t.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:t.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:t.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:t.create("--ft-color-orange-0","","COLOR","#F2700D"),colorOrange10:t.create("--ft-color-orange-10","","COLOR","#FFF7EB"),colorOrange20:t.create("--ft-color-orange-20","","COLOR","#FFEDD6"),colorOrange30:t.create("--ft-color-orange-30","","COLOR","#FFDDB2"),colorOrange40:t.create("--ft-color-orange-40","","COLOR","#FECB90"),colorOrange50:t.create("--ft-color-orange-50","","COLOR","#FCB76E"),colorOrange60:t.create("--ft-color-orange-60","","COLOR","#F9A34D"),colorOrange70:t.create("--ft-color-orange-70","","COLOR","#F68B2C"),colorOrange100:t.create("--ft-color-orange-100","","COLOR","#D35909"),colorOrange200:t.create("--ft-color-orange-200","","COLOR","#B74706"),colorOrange300:t.create("--ft-color-orange-300","","COLOR","#913503"),colorOrange400:t.create("--ft-color-orange-400","","COLOR","#6F2601"),colorOrange500:t.create("--ft-color-orange-500","","COLOR","#4D1800"),colorOrange600:t.create("--ft-color-orange-600","","COLOR","#330F00"),colorOrange700:t.create("--ft-color-orange-700","","COLOR","#140600"),colorRed0:t.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:t.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:t.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:t.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:t.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:t.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:t.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:t.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:t.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:t.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:t.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:t.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:t.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:t.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:t.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:t.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:t.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:t.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:t.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:t.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:t.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:t.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:t.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:t.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:t.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:t.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:t.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:t.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:t.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:t.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:t.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:t.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:t.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:t.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:t.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:t.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:t.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:t.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:t.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:t.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:t.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:t.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:t.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:t.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:t.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:t.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:t.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:t.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:t.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:t.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:t.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:t.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:t.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:t.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:t.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:t.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:t.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:t.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:t.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:t.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:t.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:t.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:t.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:t.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:t.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:t.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:t.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:t.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:t.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:t.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:t.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:t.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:t.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:t.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:t.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:t.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:t.create("--ft-spacing-2","","SIZE","calc(0.25rem*2)"),spacing3:t.create("--ft-spacing-3","","SIZE","calc(0.25rem*3)"),spacing4:t.create("--ft-spacing-4","","SIZE","calc(0.25rem*4)"),spacing5:t.create("--ft-spacing-5","","SIZE","calc(0.25rem*5)"),spacing6:t.create("--ft-spacing-6","","SIZE","calc(0.25rem*6)"),spacing8:t.create("--ft-spacing-8","","SIZE","calc(0.25rem*8)"),spacing10:t.create("--ft-spacing-10","","SIZE","calc(0.25rem*10)"),spacing12:t.create("--ft-spacing-12","","SIZE","calc(0.25rem*12)"),spacing16:t.create("--ft-spacing-16","","SIZE","calc(0.25rem*16)"),spacing20:t.create("--ft-spacing-20","","SIZE","calc(0.25rem*20)"),spacing24:t.create("--ft-spacing-24","","SIZE","calc(0.25rem*24)"),spacing28:t.create("--ft-spacing-28","","SIZE","calc(0.25rem*28)"),spacing32:t.create("--ft-spacing-32","","SIZE","calc(0.25rem*32)"),spacing05:t.create("--ft-spacing-0-5","","SIZE","calc(0.25rem*0.5)"),borderRadiusS:t.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:t.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:t.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:t.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:t.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:t.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:t.create("--ft-icon-size-1","","SIZE","0.75rem"),iconSize2:t.create("--ft-icon-size-2","","SIZE","1rem"),iconSize3:t.create("--ft-icon-size-3","","SIZE","1.25rem"),iconSize4:t.create("--ft-icon-size-4","","SIZE","1.5rem"),iconSize5:t.create("--ft-icon-size-5","","SIZE","2rem"),iconSize6:t.create("--ft-icon-size-6","","SIZE","3rem"),opacity0:t.create("--ft-opacity-0","","NUMBER","0"),opacity8:t.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:t.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:t.create("--ft-opacity-24","","NUMBER","0.24"),opacity32:t.create("--ft-opacity-32","","NUMBER","0.32"),opacity40:t.create("--ft-opacity-40","","NUMBER","0.4"),opacity48:t.create("--ft-opacity-48","","NUMBER","0.48"),opacity80:t.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:t.create("--ft-shadow-elevation-01","","SHADOW","0px 1px 4px 0px rgba(0,0,0,0.06), 0px 1px 2px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation02:t.create("--ft-shadow-elevation-02","","SHADOW","0px 4px 10px 0px rgba(0,0,0,0.06), 0px 2px 5px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation03:t.create("--ft-shadow-elevation-03","","SHADOW","0px 6px 13px 0px rgba(0,0,0,0.06), 0px 3px 7px 0px rgba(0,0,0,0.14), 0px 1px 2px 0px rgba(0,0,0,0.06)"),shadowElevation04:t.create("--ft-shadow-elevation-04","","SHADOW","0px 8px 16px 0px rgba(0,0,0,0.06), 0px 4px 9px 0px rgba(0,0,0,0.14), 0px 2px 3px 0px rgba(0,0,0,0.06)"),shadowElevation06:t.create("--ft-shadow-elevation-06","","SHADOW","0px 12px 22px 0px rgba(0,0,0,0.06), 0px 6px 13px 0px rgba(0,0,0,0.14), 0px 4px 5px 0px rgba(0,0,0,0.06)"),shadowElevation08:t.create("--ft-shadow-elevation-08","","SHADOW","0px 16px 28px 0px rgba(0,0,0,0.06), 0px 8px 17px 0px rgba(0,0,0,0.14), 0px 6px 7px 0px rgba(0,0,0,0.06)"),shadowElevation12:t.create("--ft-shadow-elevation-12","","SHADOW","0px 22px 40px 0px rgba(0,0,0,0.06), 0px 12px 23px 0px rgba(0,0,0,0.14), 0px 10px 11px 0px rgba(0,0,0,0.06)"),shadowElevation16:t.create("--ft-shadow-elevation-16","","SHADOW","0px 28px 52px 0px rgba(0,0,0,0.06), 0px 16px 29px 0px rgba(0,0,0,0.14), 0px 14px 15px 0px rgba(0,0,0,0.06)"),shadowElevation24:t.create("--ft-shadow-elevation-24","","SHADOW","0px 40px 76px 0px rgba(0,0,0,0.06), 0px 24px 41px 0px rgba(0,0,0,0.14), 0px 22px 23px 0px rgba(0,0,0,0.06)")},mn={fontFamily:t.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:t.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:t.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:t.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-display-textCase","","UNKNOWN","none")},bn={fontFamily:t.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:t.create("--ft-typography-title-1-fontSize","","SIZE","1.5rem"),letterSpacing:t.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:t.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},xn={fontFamily:t.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-title-2-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:t.create("--ft-typography-title-2-fontSize","","SIZE","1.25rem"),letterSpacing:t.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:t.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},vn={fontFamily:t.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-title-3-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:t.create("--ft-typography-title-3-fontSize","","SIZE","1.125rem"),letterSpacing:t.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:t.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},Sn={fontFamily:t.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:t.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:t.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:t.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},On={fontFamily:t.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:t.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:t.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},En={fontFamily:t.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:t.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:t.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},wn={fontFamily:t.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:t.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:t.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},Cn={fontFamily:t.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:t.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},An={fontFamily:t.create("--ft-typography-body-2-medium-underline-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-2-medium-underline-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-body-2-medium-underline-lineHeight","","SIZE","135%"),fontSize:t.create("--ft-typography-body-2-medium-underline-fontSize","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-body-2-medium-underline-letterSpacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-2-medium-underline-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-2-medium-underline-paragraphIndent","","UNKNOWN","0"),textCase:t.create("--ft-typography-body-2-medium-underline-textCase","","UNKNOWN","none"),textDecoration:t.create("--ft-typography-body-2-medium-underline-textDecoration","","UNKNOWN","underline")},Rn={fontFamily:t.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:t.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},Nn={fontFamily:t.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:t.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},In={fontFamily:t.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:t.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},Pn={fontFamily:t.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:t.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},Ln={fontFamily:t.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:t.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},Tn={fontFamily:t.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:t.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},kn={fontFamily:t.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:t.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},_n={fontFamily:t.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},Fn={fontFamily:t.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},Un={fontFamily:t.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},Dn={fontFamily:t.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:t.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},Mn={fontFamily:t.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:t.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},Bn={fontFamily:t.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:t.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")},Wn={fontFamily:t.create("--ft-typography-caption-3-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-3-medium-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-caption-3-medium-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-3-medium-fontSize","","SIZE","0.625rem"),letterSpacing:t.create("--ft-typography-caption-3-medium-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-3-medium-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-3-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-3-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-3-medium-textDecoration","","UNKNOWN","none")},Hn={fontFamily:t.create("--ft-typography-caption-3-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-3-semibold-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-caption-3-semibold-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-3-semibold-fontSize","","SIZE","0.625rem"),letterSpacing:t.create("--ft-typography-caption-3-semibold-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-3-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-3-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-3-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-3-semibold-textDecoration","","UNKNOWN","none")},$n={fontFamily:t.create("--ft-typography-caption-3-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-3-bold-fontWeight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-caption-3-bold-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-3-bold-fontSize","","SIZE","0.625rem"),letterSpacing:t.create("--ft-typography-caption-3-bold-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-3-bold-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-3-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-3-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-3-bold-textDecoration","","UNKNOWN","none")},vc={display:mn,"title-1":bn,"title-2":xn,"title-3":vn,"body-1-regular":Sn,"body-1-medium":On,"body-1-semibold":En,"body-2-regular":wn,"body-2-medium":Cn,"body-2-medium-underline":An,"body-2-semibold":Rn,"label-1-medium":Nn,"label-1-semibold":In,"label-1-bold":Pn,"label-2-medium":Ln,"label-2-semibold":Tn,"label-2-bold":kn,"caption-1-medium":_n,"caption-1-semibold":Fn,"caption-1-bold":Un,"caption-2-medium":Dn,"caption-2-semibold":Mn,"caption-2-bold":Bn,"caption-3-medium":Wn,"caption-3-semibold":Hn,"caption-3-bold":$n},Sc=["display","title-1","title-2","title-3","body-1","body-2","body-2-underline","label-1","label-2","caption-1","caption-2","caption-3"];var u={backgroundActionPrimary:t.extend("--ft-background-action-primary","Used as backgorund of primary action components.",s.colorBrand0),backgroundErrorSubtle:t.extend("--ft-background-error-subtle","Used as background of subtle error components.",s.colorRed10),backgroundInfoSubtle:t.extend("--ft-background-info-subtle","Used as background of subtle information components.",s.colorCyan10),backgroundWarningSubtle:t.extend("--ft-background-warning-subtle","Used as background of subtle information components.",s.colorOrange10),backgroundSuccessSubtle:t.extend("--ft-background-success-subtle","Used as background of subtle success components.",s.colorGreen10),backgroundGlobalSurface:t.extend("--ft-background-global-surface","Used as app background.",s.colorWhite),backgroundGlobalOnSurface:t.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",s.colorGray10),backgroundGlobalOnSurfaceDark:t.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",s.colorGray30),contentActionPrimary:t.extend("--ft-content-action-primary","Used on label of primary action on light surface.",s.colorBrand0),contentWarningPrimary:t.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",s.colorOrange200),contentWarningIconOnly:t.extend("--ft-content-warning-icon-only","Used on warning status icons alone",s.colorOrange0),contentErrorPrimary:t.extend("--ft-content-error-primary","Used on label of error messages on light surface.",s.colorRed0),contentErrorIconOnly:t.extend("--ft-content-error-icon-only","Used on error status icons alone",s.colorRed70),contentInfoPrimary:t.extend("--ft-content-info-primary","Used on label of information messages on light surface.",s.colorCyan200),contentInfoIconOnly:t.extend("--ft-content-info-icon-only","Used on info status icons alone",s.colorCyan0),contentSuccessPrimary:t.extend("--ft-content-success-primary","Used on label of success messages on light surface.",s.colorGreen200),contentSuccessIconOnly:t.extend("--ft-content-success-icon-only","Used on success status icons alone",s.colorGreen0),contentGlobalPrimary:t.extend("--ft-content-global-primary","Used for main content on the page.",s.colorGray500),contentGlobalSecondary:t.extend("--ft-content-global-secondary",`Used for secondary content, often paired with primary content. | |
Also for action icons.`,s.colorGray200),contentGlobalSubtle:t.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",s.colorGray0),contentGlobalOnColor:t.extend("--ft-content-global-on-color","Used for content on a dominant color.",s.colorWhite),borderActionPrimary:t.extend("--ft-border-action-primary","Used as border for primary action components.",s.colorBrand0),borderActionFocusRing:t.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",s.colorCyan0),borderWarningPrimary:t.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",s.colorOrange200),borderWarningSubtle:t.extend("--ft-border-warning-subtle","Used as border for warning components.",s.colorOrange30),borderSuccessPrimary:t.extend("--ft-border-success-primary","Used as border for success buttons.",s.colorGreen200),borderSuccessSubtle:t.extend("--ft-border-success-subtle","Used as border for success components.",s.colorGreen30),borderErrorPrimary:t.extend("--ft-border-error-primary","Used as border for text fields in error states.",s.colorRed0),borderErrorSubtle:t.extend("--ft-border-error-subtle","Used as border for error components.",s.colorRed30),borderInfoPrimary:t.extend("--ft-border-info-primary","Used as border for buttons in info color.",s.colorCyan200),borderInfoSubtle:t.extend("--ft-border-info-subtle","Used as border for information components.",s.colorCyan30),borderGlobalPrimary:t.extend("--ft-border-global-primary","Used as border for element like input.",s.colorGray50),borderGlobalSubtle:t.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",s.colorGray30),borderInputPrimary:t.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",s.colorGray80),borderNeutralPrimary:t.extend("--ft-border-neutral-primary","Used as border for neutral secondary buttons",s.colorGray200)};var Oc={offBorderBottomWidth:t.create("--ft-tabs-off-border-bottom-width","","SIZE","1px"),offHoverStateLayerOpacity:t.extend("--ft-tabs-off-hover-state-layer-opacity","",s.opacity8),offDefaultStateLayerOpacity:t.extend("--ft-tabs-off-default-state-layer-opacity","",s.opacity0),offFocusStateLayerOpacity:t.extend("--ft-tabs-off-focus-state-layer-opacity","",s.opacity8),offDisabledComponentOpacity:t.extend("--ft-tabs-off-disabled-component-opacity","",s.opacity40),offColor:t.extend("--ft-tabs-off-color","",u.contentGlobalSubtle),offStateLayerColor:t.extend("--ft-tabs-off-state-layer-color","",u.contentGlobalSubtle),offBorderBottomColor:t.extend("--ft-tabs-off-border-bottom-color","",u.borderGlobalSubtle),activeTabIndicatorHeight:t.create("--ft-tabs-active-tab-indicator-height","","SIZE","3px"),topLeftBorderRadius:t.extend("--ft-tabs-top-left-border-radius","",s.borderRadiusS),topRightBorderRadius:t.extend("--ft-tabs-top-right-border-radius","",s.borderRadiusS),withLabelHorizontalPadding:t.extend("--ft-tabs-with-label-horizontal-padding","",s.spacing4),withLabelVerticalPadding:t.extend("--ft-tabs-with-label-vertical-padding","",s.spacing3),horizontalGap:t.extend("--ft-tabs-horizontal-gap","",s.spacing1),verticalGap:t.extend("--ft-tabs-vertical-gap","",s.spacing1),onHoverStateLayerOpacity:t.extend("--ft-tabs-on-hover-state-layer-opacity","",s.opacity16),onDefaultStateLayerOpacity:t.extend("--ft-tabs-on-default-state-layer-opacity","",s.opacity8),onFocusStateLayerOpacity:t.extend("--ft-tabs-on-focus-state-layer-opacity","",s.opacity16),onActiveStateLayerOpacity:t.extend("--ft-tabs-on-active-state-layer-opacity","",s.opacity24),onColor:t.extend("--ft-tabs-on-color","",u.contentActionPrimary),onStateLayerColor:t.extend("--ft-tabs-on-state-layer-color","",u.contentActionPrimary),onActiveTabIndicatorColor:t.extend("--ft-tabs-on-active-tab-indicator-color","",u.contentActionPrimary),iconOnlyHorizontalPadding:t.extend("--ft-tabs-icon-only-horizontal-padding","",s.spacing4),iconOnlyVerticalPadding:t.extend("--ft-tabs-icon-only-vertical-padding","",s.spacing4),alertTopPadding:t.extend("--ft-tabs-alert-top-padding","",s.spacing1),alertRightPadding:t.extend("--ft-tabs-alert-right-padding","",s.spacing05),focusOutlineWidth:t.create("--ft-tabs-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-tabs-focus-focus-ring-color","",u.borderActionFocusRing)};var Cr={};U(Cr,{FtLitElement:()=>ee});var Er={};U(Er,{Debouncer:()=>mt});var mt=class{constructor(e=0){this.timeout=e,this.callbacks=[]}run(e,o){return this.callbacks=[e],this.debounce(o)}queue(e,o){return this.callbacks.push(e),this.debounce(o)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(e){return this.promise==null&&(this.promise=new Promise((o,n)=>{this.resolvePromise=o,this.rejectPromise=n})),this.clearTimeout(),this._debounce=window.setTimeout(()=>this.runCallbacks(),e??this.timeout),this.promise}async runCallbacks(){var e,o;let n=[...this.callbacks];this.callbacks=[];let a=(e=this.rejectPromise)!==null&&e!==void 0?e:()=>null,i=(o=this.resolvePromise)!==null&&o!==void 0?o:()=>null;this.clearPromise();for(let c of n)try{await c()}catch(l){a(l);return}i(!0)}clearTimeout(){this._debounce!=null&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}};var wr={};U(wr,{ScopedRegistryLitElement:()=>bt});var bt=class extends de{createRenderRoot(){let e=this.constructor;e.elementDefinitions&&!e.registry&&(e.registry=new CustomElementRegistry,Object.entries(e.elementDefinitions).forEach(([a,i])=>e.registry.define(a,i)));let o={...e.shadowRootOptions,customElements:e.registry},n=this.renderOptions.creationScope=this.attachShadow(o);return He(n,e.elementStyles),n}};var jt=function(r,e,o,n){var a=arguments.length,i=a<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,o):n,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,o,n);else for(var l=r.length-1;l>=0;l--)(c=r[l])&&(i=(a<3?c(i):a>3?c(e,o,i):c(e,o))||i);return a>3&&i&&Object.defineProperty(e,o,i),i},Vn,zn=Symbol("constructorPrototype"),jn=Symbol("constructorName"),Kn=Symbol("exportpartsDebouncer"),Gn=Symbol("dynamicDependenciesLoaded"),ee=class extends bt{constructor(){super(),this.useAdoptedStyleSheets=!0,this.adoptedCustomStyleSheet=new CSSStyleSheet,this[Vn]=new mt(5),this[jn]=this.constructor.name,this[zn]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[jn]&&Object.setPrototypeOf(this,this[zn])}connectedCallback(){super.connectedCallback();try{this.shadowRoot&&!this.shadowRoot.adoptedStyleSheets.includes(this.adoptedCustomStyleSheet)&&(this.shadowRoot.adoptedStyleSheets=[...this.shadowRoot.adoptedStyleSheets,this.adoptedCustomStyleSheet]),this.useAdoptedStyleSheets=!0}catch(o){this.useAdoptedStyleSheets=!1,console.error("Cannot use adopted stylesheets",o)}let e=this.constructor;e[Gn]||(e[Gn]=!0,this.importDynamicDependencies())}importDynamicDependencies(){}updated(e){super.updated(e),this.updateComplete.then(()=>{this.contentAvailableCallback(e),this.applyCustomStylesheet(e),this.scheduleExportpartsUpdate()})}contentAvailableCallback(e){}applyCustomStylesheet(e){var o,n,a;if(((n=(o=this.shadowRoot)===null||o===void 0?void 0:o.querySelectorAll(".ft-lit-element--custom-stylesheet"))!==null&&n!==void 0?n:[]).forEach(i=>i.remove()),this.useAdoptedStyleSheets){if(e.has("customStylesheet"))try{this.adoptedCustomStyleSheet.replaceSync((a=this.customStylesheet)!==null&&a!==void 0?a:"")}catch(i){console.error(i,this.customStylesheet),this.useAdoptedStyleSheets=!1}}else if(this.customStylesheet){let i=document.createElement("style");i.classList.add("ft-lit-element--custom-stylesheet"),i.innerHTML=this.customStylesheet,this.shadowRoot.append(i)}}scheduleExportpartsUpdate(){var e,o,n;(!((e=this.exportpartsPrefix)===null||e===void 0)&&e.trim()||(n=(o=this.exportpartsPrefixes)===null||o===void 0?void 0:o.length)!==null&&n!==void 0&&n)&&this[Kn].run(()=>{var a,i;!((a=this.exportpartsPrefix)===null||a===void 0)&&a.trim()?this.setExportpartsAttribute([this.exportpartsPrefix]):this.exportpartsPrefixes!=null&&((i=this.exportpartsPrefixes)===null||i===void 0?void 0:i.length)>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)})}setExportpartsAttribute(e){var o,n,a,i,c,l;let d=g=>g!=null&&g.trim().length>0,f=e.filter(d).map(g=>g.trim());if(f.length===0){this.removeAttribute("exportparts");return}let y=new Set;for(let g of(n=(o=this.shadowRoot)===null||o===void 0?void 0:o.querySelectorAll("[part],[exportparts]"))!==null&&n!==void 0?n:[]){let b=(i=(a=g.getAttribute("part"))===null||a===void 0?void 0:a.split(" "))!==null&&i!==void 0?i:[],m=(l=(c=g.getAttribute("exportparts"))===null||c===void 0?void 0:c.split(",").map(S=>S.split(":")[1]))!==null&&l!==void 0?l:[];new Array(...b,...m).filter(d).map(S=>S.trim()).forEach(S=>y.add(S))}if(y.size===0){this.removeAttribute("exportparts");return}let p=[...y.values()].flatMap(g=>f.map(b=>`${g}:${b}--${g}`));this.setAttribute("exportparts",[...this.part,...p].join(", "))}};Vn=Kn;jt([G()],ee.prototype,"exportpartsPrefix",void 0);jt([Sr([])],ee.prototype,"exportpartsPrefixes",void 0);jt([G()],ee.prototype,"customStylesheet",void 0);jt([br()],ee.prototype,"useAdoptedStyleSheets",void 0);if(!ShadowRoot.prototype.createElement){let r=window.HTMLElement,e=window.customElements.define,o=window.customElements.get,n=window.customElements,a=new WeakMap,i=new WeakMap,c=new WeakMap,l=new WeakMap;window.CustomElementRegistry=class{constructor(){this._definitionsByTag=new Map,this._definitionsByClass=new Map,this._whenDefinedPromises=new Map,this._awaitingUpgrade=new Map}define(O,x){if(O=O.toLowerCase(),this._getDefinition(O)!==void 0)throw new DOMException(`Failed to execute 'define' on 'CustomElementRegistry': the name "${O}" has already been used with this registry`);if(this._definitionsByClass.get(x)!==void 0)throw new DOMException("Failed to execute 'define' on 'CustomElementRegistry': this constructor has already been used with this registry");let E=x.prototype.attributeChangedCallback,I=new Set(x.observedAttributes||[]);g(x,I,E);let L={elementClass:x,connectedCallback:x.prototype.connectedCallback,disconnectedCallback:x.prototype.disconnectedCallback,adoptedCallback:x.prototype.adoptedCallback,attributeChangedCallback:E,formAssociated:x.formAssociated,formAssociatedCallback:x.prototype.formAssociatedCallback,formDisabledCallback:x.prototype.formDisabledCallback,formResetCallback:x.prototype.formResetCallback,formStateRestoreCallback:x.prototype.formStateRestoreCallback,observedAttributes:I};this._definitionsByTag.set(O,L),this._definitionsByClass.set(x,L);let _=o.call(n,O);_||(_=p(O),e.call(n,O,_)),this===window.customElements&&(c.set(x,L),L.standInClass=_);let k=this._awaitingUpgrade.get(O);if(k){this._awaitingUpgrade.delete(O);for(let h of k)i.delete(h),m(h,L,!0)}let R=this._whenDefinedPromises.get(O);return R!==void 0&&(R.resolve(x),this._whenDefinedPromises.delete(O)),x}upgrade(){w.push(this),n.upgrade.apply(n,arguments),w.pop()}get(O){return this._definitionsByTag.get(O)?.elementClass}_getDefinition(O){return this._definitionsByTag.get(O)}whenDefined(O){let x=this._getDefinition(O);if(x!==void 0)return Promise.resolve(x.elementClass);let E=this._whenDefinedPromises.get(O);return E===void 0&&(E={},E.promise=new Promise(I=>E.resolve=I),this._whenDefinedPromises.set(O,E)),E.promise}_upgradeWhenDefined(O,x,E){let I=this._awaitingUpgrade.get(x);I||this._awaitingUpgrade.set(x,I=new Set),E?I.add(O):I.delete(O)}};let d;window.HTMLElement=function(){let x=d;if(x)return d=void 0,x;let E=c.get(this.constructor);if(!E)throw new TypeError("Illegal constructor (custom element class must be registered with global customElements registry to be newable)");return x=Reflect.construct(r,[],E.standInClass),Object.setPrototypeOf(x,this.constructor.prototype),a.set(x,E),x},window.HTMLElement.prototype=r.prototype;let f=O=>O===document||O instanceof ShadowRoot,y=O=>{let x=O.getRootNode();if(!f(x)){let E=w[w.length-1];if(E instanceof CustomElementRegistry)return E;x=E.getRootNode(),f(x)||(x=l.get(x)?.getRootNode()||document)}return x.customElements},p=O=>class{static get formAssociated(){return!0}constructor(){let E=Reflect.construct(r,[],this.constructor);Object.setPrototypeOf(E,HTMLElement.prototype);let I=y(E)||window.customElements,L=I._getDefinition(O);return L?m(E,L):i.set(E,I),E}connectedCallback(){let E=a.get(this);E?E.connectedCallback&&E.connectedCallback.apply(this,arguments):i.get(this)._upgradeWhenDefined(this,O,!0)}disconnectedCallback(){let E=a.get(this);E?E.disconnectedCallback&&E.disconnectedCallback.apply(this,arguments):i.get(this)._upgradeWhenDefined(this,O,!1)}adoptedCallback(){a.get(this)?.adoptedCallback?.apply(this,arguments)}formAssociatedCallback(){let E=a.get(this);E&&E.formAssociated&&E?.formAssociatedCallback?.apply(this,arguments)}formDisabledCallback(){let E=a.get(this);E?.formAssociated&&E?.formDisabledCallback?.apply(this,arguments)}formResetCallback(){let E=a.get(this);E?.formAssociated&&E?.formResetCallback?.apply(this,arguments)}formStateRestoreCallback(){let E=a.get(this);E?.formAssociated&&E?.formStateRestoreCallback?.apply(this,arguments)}},g=(O,x,E)=>{if(x.size===0||E===void 0)return;let I=O.prototype.setAttribute;I&&(O.prototype.setAttribute=function(k,R){let h=k.toLowerCase();if(x.has(h)){let v=this.getAttribute(h);I.call(this,h,R),E.call(this,h,v,R)}else I.call(this,h,R)});let L=O.prototype.removeAttribute;L&&(O.prototype.removeAttribute=function(k){let R=k.toLowerCase();if(x.has(R)){let h=this.getAttribute(R);L.call(this,R),E.call(this,R,h,null)}else L.call(this,R)});let _=O.prototype.toggleAttribute;_&&(O.prototype.toggleAttribute=function(k,R){let h=k.toLowerCase();if(x.has(h)){let v=this.getAttribute(h);_.call(this,h,R);let N=this.getAttribute(h);E.call(this,h,v,N)}else _.call(this,h,R)})},b=O=>{let x=Object.getPrototypeOf(O);if(x!==window.HTMLElement)return x===r?Object.setPrototypeOf(O,window.HTMLElement):b(x)},m=(O,x,E=!1)=>{Object.setPrototypeOf(O,x.elementClass.prototype),a.set(O,x),d=O;try{new x.elementClass}catch{b(x.elementClass),new x.elementClass}x.attributeChangedCallback&&x.observedAttributes.forEach(I=>{O.hasAttribute(I)&&x.attributeChangedCallback.call(O,I,null,O.getAttribute(I))}),E&&x.connectedCallback&&O.isConnected&&x.connectedCallback.call(O)},S=Element.prototype.attachShadow;Element.prototype.attachShadow=function(O){let x=S.apply(this,arguments);return O.customElements&&(x.customElements=O.customElements),x};let w=[document],C=(O,x,E=void 0)=>{let I=(E?Object.getPrototypeOf(E):O.prototype)[x];O.prototype[x]=function(){w.push(this);let L=I.apply(E||this,arguments);return L!==void 0&&l.set(L,this),w.pop(),L}};C(ShadowRoot,"createElement",document),C(ShadowRoot,"importNode",document),C(Element,"insertAdjacentHTML");let A=(O,x)=>{let E=Object.getOwnPropertyDescriptor(O.prototype,x);Object.defineProperty(O.prototype,x,{...E,set(I){w.push(this),E.set.call(this,I),w.pop()}})};if(A(Element,"innerHTML"),A(ShadowRoot,"innerHTML"),Object.defineProperty(window,"customElements",{value:new CustomElementRegistry,configurable:!0,writable:!0}),window.ElementInternals&&window.ElementInternals.prototype.setFormValue){let O=new WeakMap,x=HTMLElement.prototype.attachInternals,E=["setFormValue","setValidity","checkValidity","reportValidity"];HTMLElement.prototype.attachInternals=function(...k){let R=x.call(this,...k);return O.set(R,this),R},E.forEach(k=>{let R=window.ElementInternals.prototype,h=R[k];R[k]=function(...v){let N=O.get(this);if(a.get(N).formAssociated===!0)return h?.call(this,...v);throw new DOMException(`Failed to execute ${h} on 'ElementInternals': The target element is not a form-associated custom element.`)}});class I extends Array{constructor(R){super(...R),this._elements=R}get value(){return this._elements.find(R=>R.checked===!0)?.value||""}}class L{constructor(R){let h=new Map;R.forEach((v,N)=>{let T=v.getAttribute("name"),F=h.get(T)||[];this[+N]=v,F.push(v),h.set(T,F)}),this.length=R.length,h.forEach((v,N)=>{v&&(v.length===1?this[N]=v[0]:this[N]=new I(v))})}namedItem(R){return this[R]}}let _=Object.getOwnPropertyDescriptor(HTMLFormElement.prototype,"elements");Object.defineProperty(HTMLFormElement.prototype,"elements",{get:function(){let k=_.get.call(this,[]),R=[];for(let h of k){let v=a.get(h);(!v||v.formAssociated===!0)&&R.push(h)}return new L(R)}})}}try{window.customElements.define("custom-element",null)}catch{let e=window.customElements.define;window.customElements.define=(o,n,a)=>{if(n!==null)try{e.bind(window.customElements)(o,n,a)}catch(i){console.info(o,n,a,i)}}}var Ar={};U(Ar,{repeat:()=>Cc});var ge={ATTRIBUTE:1,CHILD:2,PROPERTY:3,BOOLEAN_ATTRIBUTE:4,EVENT:5,ELEMENT:6},me=r=>(...e)=>({_$litDirective$:r,values:e}),ne=class{constructor(e){}get _$AU(){return this._$AM._$AU}_$AT(e,o,n){this._$Ct=e,this._$AM=o,this._$Ci=n}_$AS(e,o){return this.update(e,o)}update(e,o){return this.render(...o)}};var{I:Ec}=yr;var Zn=()=>document.createComment(""),je=(r,e,o)=>{let n=r._$AA.parentNode,a=e===void 0?r._$AB:e._$AA;if(o===void 0){let i=n.insertBefore(Zn(),a),c=n.insertBefore(Zn(),a);o=new Ec(i,c,r,r.options)}else{let i=o._$AB.nextSibling,c=o._$AM,l=c!==r;if(l){let d;o._$AQ?.(r),o._$AM=r,o._$AP!==void 0&&(d=r._$AU)!==c._$AU&&o._$AP(d)}if(i!==a||l){let d=o._$AA;for(;d!==i;){let f=d.nextSibling;n.insertBefore(d,a),d=f}}}return o},be=(r,e,o=r)=>(r._$AI(e,o),r),wc={},qn=(r,e=wc)=>r._$AH=e,Yn=r=>r._$AH,Gt=r=>{r._$AP?.(!1,!0);let e=r._$AA,o=r._$AB.nextSibling;for(;e!==o;){let n=e.nextSibling;e.remove(),e=n}};var Jn=(r,e,o)=>{let n=new Map;for(let a=e;a<=o;a++)n.set(r[a],a);return n},Cc=me(class extends ne{constructor(r){if(super(r),r.type!==ge.CHILD)throw Error("repeat() can only be used in text expressions")}dt(r,e,o){let n;o===void 0?o=e:e!==void 0&&(n=e);let a=[],i=[],c=0;for(let l of r)a[c]=n?n(l,c):c,i[c]=o(l,c),c++;return{values:i,keys:a}}render(r,e,o){return this.dt(r,e,o).values}update(r,[e,o,n]){let a=Yn(r),{values:i,keys:c}=this.dt(e,o,n);if(!Array.isArray(a))return this.ut=c,i;let l=this.ut??=[],d=[],f,y,p=0,g=a.length-1,b=0,m=i.length-1;for(;p<=g&&b<=m;)if(a[p]===null)p++;else if(a[g]===null)g--;else if(l[p]===c[b])d[b]=be(a[p],i[b]),p++,b++;else if(l[g]===c[m])d[m]=be(a[g],i[m]),g--,m--;else if(l[p]===c[m])d[m]=be(a[p],i[m]),je(r,d[m+1],a[p]),p++,m--;else if(l[g]===c[b])d[b]=be(a[g],i[b]),je(r,a[p],a[g]),g--,b++;else if(f===void 0&&(f=Jn(c,b,m),y=Jn(l,p,g)),f.has(l[p]))if(f.has(l[g])){let S=y.get(c[b]),w=S!==void 0?a[S]:null;if(w===null){let C=je(r,a[p]);be(C,i[b]),d[b]=C}else d[b]=be(w,i[b]),je(r,a[p],w),a[S]=null;b++}else Gt(a[g]),g--;else Gt(a[p]),p++;for(;b<=m;){let S=je(r,d[m+1]);be(S,i[b]),d[b++]=S}for(;p<=g;){let S=a[p++];S!==null&&Gt(S)}return this.ut=c,qn(r,d),z}});var Rr={};U(Rr,{classMap:()=>Ac});var Ac=me(class extends ne{constructor(r){if(super(r),r.type!==ge.ATTRIBUTE||r.name!=="class"||r.strings?.length>2)throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(r){return" "+Object.keys(r).filter(e=>r[e]).join(" ")+" "}update(r,[e]){if(this.st===void 0){this.st=new Set,r.strings!==void 0&&(this.nt=new Set(r.strings.join(" ").split(/\s/).filter(n=>n!=="")));for(let n in e)e[n]&&!this.nt?.has(n)&&this.st.add(n);return this.render(e)}let o=r.element.classList;for(let n of this.st)n in e||(o.remove(n),this.st.delete(n));for(let n in e){let a=!!e[n];a===this.st.has(n)||this.nt?.has(n)||(a?(o.add(n),this.st.add(n)):(o.remove(n),this.st.delete(n)))}return z}});var Nr={};U(Nr,{styleMap:()=>Nc});var Xn="important",Rc=" !"+Xn,Nc=me(class extends ne{constructor(r){if(super(r),r.type!==ge.ATTRIBUTE||r.name!=="style"||r.strings?.length>2)throw Error("The `styleMap` directive must be used in the `style` attribute and must be the only part in the attribute.")}render(r){return Object.keys(r).reduce((e,o)=>{let n=r[o];return n==null?e:e+`${o=o.includes("-")?o:o.replace(/(?:^(webkit|moz|ms|o)|)(?=[A-Z])/g,"-$&").toLowerCase()}:${n};`},"")}update(r,[e]){let{style:o}=r.element;if(this.ft===void 0)return this.ft=new Set(Object.keys(e)),this.render(e);for(let n of this.ft)e[n]==null&&(this.ft.delete(n),n.includes("-")?o.removeProperty(n):o[n]=null);for(let n in e){let a=e[n];if(a!=null){this.ft.add(n);let i=typeof a=="string"&&a.endsWith(Rc);n.includes("-")||i?o.setProperty(n,i?a.slice(0,-11):a,i?Xn:""):o[n]=a}}return z}});var Ir={};U(Ir,{UnsafeHTMLDirective:()=>Ge,unsafeHTML:()=>Ic});var Ge=class extends ne{constructor(e){if(super(e),this.it=B,e.type!==ge.CHILD)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(e){if(e===B||e==null)return this._t=void 0,this.it=e;if(e===z)return e;if(typeof e!="string")throw Error(this.constructor.directiveName+"() called with a non-string value");if(e===this.it)return this._t;this.it=e;let o=[e];return o.raw=o,this._t={_$litType$:this.constructor.resultType,strings:o,values:[]}}};Ge.directiveName="unsafeHTML",Ge.resultType=1;var Ic=me(Ge);var Dr={};U(Dr,{CacheRegistry:()=>Ur,ClearCacheEvent:()=>vt});var Lr={};U(Lr,{CancelablePromise:()=>Ve,CanceledPromiseError:()=>xt,cancelable:()=>Pr});var xt=class extends Error{constructor(e,o,n){super(e),this.canceledPromiseResult=o,this.canceledPromiseError=n}},Ve=class extends Promise{constructor(e){super((o,n)=>e(a=>{this.isCanceled?n(new xt("Promise has been canceled",a)):o(a)},a=>{this.isCanceled?n(new xt("Promise has been canceled",void 0,a)):n(a)})),this.isCanceled=!1}cancel(){this.isCanceled=!0}},Pr=r=>new Ve((e,o)=>r.then(e).catch(o));var Fr={};U(Fr,{FtNotificationEvent:()=>Tr,PostResizeEvent:()=>_r,PreResizeEvent:()=>kr,WithEventBus:()=>Le,withEventBus:()=>Qn});var Tr=class extends CustomEvent{constructor(e){super("ft-notification",{bubbles:!0,composed:!0,detail:e})}},kr=class extends Event{constructor(){super("ft-pre-resize",{composed:!0,bubbles:!0})}},_r=class extends Event{constructor(){super("ft-post-resize",{composed:!0,bubbles:!0})}};function Qn(r,e){return class extends r{constructor(){super(...arguments),this.eventBus=e??document.createElement("span")}addEventListener(o,n,a){this.eventBus.addEventListener(o,n,a)}dispatchEvent(o){return this.eventBus.dispatchEvent(o)}removeEventListener(o,n,a){this.eventBus.removeEventListener(o,n,a)}}}var Le=class extends Qn(Object){};var vt=class extends CustomEvent{constructor(e){super("clear-cache",{detail:{clearedKeys:e}})}},Ur=class extends Le{constructor(){super(...arguments),this.loaders={},this.content={},this.clearTimeouts={},this.finalContent=new Set}register(e,o){this.loaders[e]=o,this.finalContent.delete(e)}registerFinal(e,o){this.loaders[e]=o,this.finalContent.add(e)}clearAll(e=!0){let o=[];for(let n in this.content)this.clear(n,!1)!=null&&o.push(n);e&&o.length>0&&this.dispatchEvent(new vt(o))}clear(e,o=!0){if(!this.finalContent.has(e))return this.forceClear(e),o&&this.dispatchEvent(new vt([e])),e}forceClear(e){this.clearClearTimeout(e),this.content[e]instanceof Ve&&this.content[e].cancel(),delete this.content[e]}clearClearTimeout(e){this.clearTimeouts[e]!=null&&(window.clearTimeout(this.clearTimeouts[e]),delete this.clearTimeouts[e])}set(e,o){this.forceClear(e),this.register(e,async()=>o),this.content[e]=o}setFinal(e,o){this.forceClear(e),this.registerFinal(e,async()=>o),this.content[e]=o}async get(e,o,n){if(this.content[e]===void 0){if(o=o??this.loaders[e],o==null)throw new Error("Unknown cache key "+e);let a=Pr(o());return this.content[e]=a,a.then(i=>(this.content[e]=i,n!=null&&(this.clearClearTimeout(e),this.clearTimeouts[e]=window.setTimeout(()=>this.clear(e),n)),i))}if(this.content[e]instanceof Error)throw this.content[e];return this.content[e]}isResolvedValue(e){return e!=null&&!(e instanceof Promise)&&!(e instanceof Error)}getNow(e){if(this.isResolvedValue(this.content[e]))return this.content[e]}has(e){return this.content[e]!=null}resolvedKeys(){return Object.keys(this.content).filter(e=>this.isResolvedValue(this.content[e]))}resolvedValues(){return Object.values(this.content).filter(e=>this.isResolvedValue(e))}keys(){return Object.keys(this.content)}values(){return Object.values(this.content)}};var Br={};U(Br,{ClusteringHelper:()=>Mr});var Mr=class r{constructor(e,o,n,a){this.allResults=e,this.selectedResult=o,this.clusteringMetadata=n,this.metadataDescriptors=a}static extractResultMetadata(e,o){var n,a;let i=((a=(n=e?.map)!==null&&n!==void 0?n:e?.document)!==null&&a!==void 0?a:e?.topic).metadata;return o==null?r.flattenMetadata(i):r.flattenMetadata(i.find(c=>c.key===o))}static flattenMetadata(e){if(Array.isArray(e))return e.map(n=>r.flattenMetadata(n)).filter(n=>n!=null);let o=e?.hierarchicalValues!=null&&e.hierarchicalValues.length>0;if(!(e==null||e.values.length==0&&!o))if(o){let n=[],a=[];return e.hierarchicalValues.forEach(i=>{n.push(i.join(" > ")),i.length>2?a.push(`... > ${i[i.length-1]}`):a.push(i.join(" > "))}),{key:e.key,label:e.label,value:n.join(", "),displayValue:a.join(", ")}}else{let n=e.values.join(", ");return{key:e.key,label:e.label,value:n,displayValue:n}}}computeClustersItemsForMetadata(e,o,n="No value"){var a,i;let c=r.extractResultMetadata(this.selectedResult,e),l=(a=c?.label)!==null&&a!==void 0?a:(i=this.getMetadataDescriptor(e))===null||i===void 0?void 0:i.label;return this.allResults.map(f=>r.extractResultMetadata(f,e)).map(f=>f??{key:e,label:l,value:void 0,displayValue:n}).filter(f=>f.value!=c?.value).filter((f,y,p)=>p.findIndex(g=>g.value===f.value)===y).map(f=>({result:this.findBestResultForMetadataValue(e,f.value),metadata:f})).sort((f,y)=>this.compareMetadata(f.metadata.value,y.metadata.value,e,o))}compareMetadata(e,o,n,a){if(e==null)return-1;if(o==null)return 1;let i=this.getMetadataDescriptor(n),c=i?.sortRule||"NONE",l=i?.reverseSort||!1;if(c=="ALPHABET"||c=="VERSION"){let d=e.localeCompare(o,a,{numeric:!0});return l?d*-1:d}return 0}getMetadataDescriptor(e){return this.metadataDescriptors.find(o=>e==o.key)}findBestResultForMetadataValue(e,o){let n=this.allResults.filter(d=>{var f;return((f=r.extractResultMetadata(d,e))===null||f===void 0?void 0:f.value)==o}),i=[...r.extractResultMetadata(this.selectedResult).filter(d=>this.clusteringMetadata.has(d.key)).filter(d=>d.key!==e)],c,l=-1;for(let d of n){let f=this.countMatchingMetadata(d,i);if(f>l&&(l=f,c=d,f===i.length))break}return c}countMatchingMetadata(e,o){return r.extractResultMetadata(e).filter(n=>o.some(a=>a.key===n.key&&a.value===n.value)).length}};var zr={};U(zr,{designSystemVariables:()=>as});var $r={};U($r,{DesignSystemFamily:()=>St,DesignSystemSize:()=>Ot,FtCssVariableFactory:()=>t,badge:()=>Fc,banner:()=>_c,button:()=>Pc,chart:()=>Yc,checkbox:()=>Qc,chip:()=>Tc,chipChoice:()=>Lc,collapsible:()=>Zc,comboboxMultiSelect:()=>Vc,comboboxSingleSelect:()=>Gc,drawer:()=>Hc,floatingMenu:()=>jc,foundation:()=>s,link:()=>kc,modal:()=>Wc,notice:()=>Xc,notification:()=>rs,pageDesigner:()=>Jc,pageFooter:()=>Mc,pageHeader:()=>Dc,pageLayout:()=>Bc,popover:()=>Kc,radio:()=>ts,reorderableList:()=>ns,resolveFamilyClass:()=>Wr,resolveSizeClass:()=>Hr,semantic:()=>u,setVariable:()=>zt,switch_:()=>qc,tabs:()=>Oc,textArea:()=>zc,textInput:()=>$c,titleBreadcrumb:()=>Uc,toggle:()=>es,tooltip:()=>os,typographies:()=>vc,typographyBody1Medium:()=>On,typographyBody1Regular:()=>Sn,typographyBody1Semibold:()=>En,typographyBody2Medium:()=>Cn,typographyBody2MediumUnderline:()=>An,typographyBody2Regular:()=>wn,typographyBody2Semibold:()=>Rn,typographyCaption1Bold:()=>Un,typographyCaption1Medium:()=>_n,typographyCaption1Semibold:()=>Fn,typographyCaption2Bold:()=>Bn,typographyCaption2Medium:()=>Dn,typographyCaption2Semibold:()=>Mn,typographyCaption3Bold:()=>$n,typographyCaption3Medium:()=>Wn,typographyCaption3Semibold:()=>Hn,typographyDisplay:()=>mn,typographyLabel1Bold:()=>Pn,typographyLabel1Medium:()=>Nn,typographyLabel1Semibold:()=>In,typographyLabel2Bold:()=>kn,typographyLabel2Medium:()=>Ln,typographyLabel2Semibold:()=>Tn,typographyTitle1:()=>bn,typographyTitle2:()=>xn,typographyTitle3:()=>vn,typographyVariants:()=>Sc});var Pc={largeHeight:t.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:t.extend("--ft-button-large-horizontal-padding","",s.spacing4),largeGap:t.extend("--ft-button-large-gap","",s.spacing2),largeBorderRadius:t.extend("--ft-button-large-border-radius","",s.borderRadiusS),largeIconSize:t.extend("--ft-button-large-icon-size","",s.iconSize3),largeBorderWidth:t.create("--ft-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:t.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:t.create("--ft-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:t.create("--ft-button-large-icon-only-width","","SIZE","40px"),mediumHeight:t.create("--ft-button-medium-height","","SIZE","30px"),mediumHorizontalPadding:t.extend("--ft-button-medium-horizontal-padding","",s.spacing3),mediumGap:t.extend("--ft-button-medium-gap","",s.spacing2),mediumBorderRadius:t.extend("--ft-button-medium-border-radius","",s.borderRadiusS),mediumIconSize:t.extend("--ft-button-medium-icon-size","",s.iconSize2),mediumBorderWidth:t.create("--ft-button-medium-border-width","","SIZE","1px"),mediumFocusOutlineOffset:t.create("--ft-button-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:t.create("--ft-button-medium-focus-outline-width","","SIZE","2px"),mediumIconOnlyWidth:t.create("--ft-button-medium-icon-only-width","","SIZE","30px"),smallHeight:t.create("--ft-button-small-height","","SIZE","20px"),smallHorizontalPadding:t.extend("--ft-button-small-horizontal-padding","",s.spacing2),smallGap:t.extend("--ft-button-small-gap","",s.spacing1),smallBorderRadius:t.extend("--ft-button-small-border-radius","",s.borderRadiusS),smallIconSize:t.extend("--ft-button-small-icon-size","",s.iconSize1),smallBorderWidth:t.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:t.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:t.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:t.create("--ft-button-small-icon-only-width","","SIZE","20px"),xSmallHeight:t.create("--ft-button-x-small-height","","SIZE","16px"),xSmallIconSize:t.extend("--ft-button-x-small-icon-size","",s.iconSize1),xSmallFocusOutlineOffset:t.create("--ft-button-x-small-focus-outline-offset","","SIZE","2px"),xSmallFocusOutlineWidth:t.create("--ft-button-x-small-focus-outline-width","","SIZE","2px"),xSmallIconOnlyWidth:t.create("--ft-button-x-small-icon-only-width","","SIZE","16px"),roundBorderRadius:t.extend("--ft-button-round-border-radius","",s.borderRadiusPill),primaryBrandBackgroundColor:t.extend("--ft-button-primary-brand-background-color","",u.backgroundActionPrimary),primaryBrandColor:t.extend("--ft-button-primary-brand-color","",u.contentGlobalOnColor),primaryBrandIconColor:t.extend("--ft-button-primary-brand-icon-color","",u.contentGlobalOnColor),primaryBrandStateLayerColor:t.extend("--ft-button-primary-brand-state-layer-color","",u.contentGlobalOnColor),primaryBrandHoverStateLayerOpacity:t.extend("--ft-button-primary-brand-hover-state-layer-opacity","",s.opacity16),primaryBrandFocusStateLayerOpacity:t.extend("--ft-button-primary-brand-focus-state-layer-opacity","",s.opacity16),primaryBrandActiveStateLayerOpacity:t.extend("--ft-button-primary-brand-active-state-layer-opacity","",s.opacity24),primaryBrandDisabledComponentOpacity:t.extend("--ft-button-primary-brand-disabled-component-opacity","",s.opacity40),focusFocusRingColor:t.extend("--ft-button-focus-focus-ring-color","",u.borderActionFocusRing),tertiaryBrandBackgroundColor:t.create("--ft-button-tertiary-brand-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryBrandColor:t.extend("--ft-button-tertiary-brand-color","",u.contentActionPrimary),tertiaryBrandIconColor:t.extend("--ft-button-tertiary-brand-icon-color","",u.contentActionPrimary),tertiaryBrandStateLayerColor:t.extend("--ft-button-tertiary-brand-state-layer-color","",u.contentActionPrimary),tertiaryBrandHoverStateLayerOpacity:t.extend("--ft-button-tertiary-brand-hover-state-layer-opacity","",s.opacity8),tertiaryBrandFocusStateLayerOpacity:t.extend("--ft-button-tertiary-brand-focus-state-layer-opacity","",s.opacity8),tertiaryBrandActiveStateLayerOpacity:t.extend("--ft-button-tertiary-brand-active-state-layer-opacity","",s.opacity16),tertiaryBrandDisabledComponentOpacity:t.extend("--ft-button-tertiary-brand-disabled-component-opacity","",s.opacity40),tertiaryInfoBackgroundColor:t.create("--ft-button-tertiary-info-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryInfoColor:t.extend("--ft-button-tertiary-info-color","",u.contentInfoPrimary),tertiaryInfoIconColor:t.extend("--ft-button-tertiary-info-icon-color","",u.contentInfoPrimary),tertiaryInfoStateLayerColor:t.extend("--ft-button-tertiary-info-state-layer-color","",u.contentInfoPrimary),tertiaryInfoFocusStateLayerOpacity:t.extend("--ft-button-tertiary-info-focus-state-layer-opacity","",s.opacity8),tertiaryInfoHoverStateLayerOpacity:t.extend("--ft-button-tertiary-info-hover-state-layer-opacity","",s.opacity8),tertiaryInfoActiveStateLayerOpacity:t.extend("--ft-button-tertiary-info-active-state-layer-opacity","",s.opacity16),tertiaryInfoDisabledComponentOpacity:t.extend("--ft-button-tertiary-info-disabled-component-opacity","",s.opacity40),tertiarySuccessBackgroundColor:t.create("--ft-button-tertiary-success-background-color","","COLOR","rgba(0,0,0,0)"),tertiarySuccessColor:t.extend("--ft-button-tertiary-success-color","",u.contentSuccessPrimary),tertiarySuccessIconColor:t.extend("--ft-button-tertiary-success-icon-color","",u.contentSuccessPrimary),tertiarySuccessStateLayerColor:t.extend("--ft-button-tertiary-success-state-layer-color","",u.contentSuccessPrimary),tertiarySuccessHoverStateLayerOpacity:t.extend("--ft-button-tertiary-success-hover-state-layer-opacity","",s.opacity8),tertiarySuccessFocusStateLayerOpacity:t.extend("--ft-button-tertiary-success-focus-state-layer-opacity","",s.opacity8),tertiarySuccessActiveStateLayerOpacity:t.extend("--ft-button-tertiary-success-active-state-layer-opacity","",s.opacity16),tertiarySuccessDisabledComponentOpacity:t.extend("--ft-button-tertiary-success-disabled-component-opacity","",s.opacity40),tertiaryWarningBackgroundColor:t.create("--ft-button-tertiary-warning-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryWarningColor:t.extend("--ft-button-tertiary-warning-color","",u.contentWarningPrimary),tertiaryWarningIconColor:t.extend("--ft-button-tertiary-warning-icon-color","",u.contentWarningPrimary),tertiaryWarningStateLayerColor:t.extend("--ft-button-tertiary-warning-state-layer-color","",u.contentWarningPrimary),tertiaryWarningHoverStateLayerOpacity:t.extend("--ft-button-tertiary-warning-hover-state-layer-opacity","",s.opacity8),tertiaryWarningFocusStateLayerOpacity:t.extend("--ft-button-tertiary-warning-focus-state-layer-opacity","",s.opacity8),tertiaryWarningActiveStateLayerOpacity:t.extend("--ft-button-tertiary-warning-active-state-layer-opacity","",s.opacity16),tertiaryWarningDisabledComponentOpacity:t.extend("--ft-button-tertiary-warning-disabled-component-opacity","",s.opacity40),tertiaryErrorBackgroundColor:t.create("--ft-button-tertiary-error-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryErrorColor:t.extend("--ft-button-tertiary-error-color","",u.contentErrorPrimary),tertiaryErrorIconColor:t.extend("--ft-button-tertiary-error-icon-color","",u.contentErrorPrimary),tertiaryErrorStateLayerColor:t.extend("--ft-button-tertiary-error-state-layer-color","",u.contentErrorPrimary),tertiaryErrorHoverStateLayerOpacity:t.extend("--ft-button-tertiary-error-hover-state-layer-opacity","",s.opacity8),tertiaryErrorFocusStateLayerOpacity:t.extend("--ft-button-tertiary-error-focus-state-layer-opacity","",s.opacity8),tertiaryErrorActiveStateLayerOpacity:t.extend("--ft-button-tertiary-error-active-state-layer-opacity","",s.opacity16),tertiaryErrorDisabledComponentOpacity:t.extend("--ft-button-tertiary-error-disabled-component-opacity","",s.opacity40),tertiaryNeutralBackgroundColor:t.create("--ft-button-tertiary-neutral-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryNeutralIconColor:t.extend("--ft-button-tertiary-neutral-icon-color","",u.contentGlobalSecondary),tertiaryNeutralColor:t.extend("--ft-button-tertiary-neutral-color","",u.contentGlobalSecondary),tertiaryNeutralStateLayerColor:t.extend("--ft-button-tertiary-neutral-state-layer-color","",u.contentGlobalSecondary),tertiaryNeutralHoverStateLayerOpacity:t.extend("--ft-button-tertiary-neutral-hover-state-layer-opacity","",s.opacity8),tertiaryNeutralFocusStateLayerOpacity:t.extend("--ft-button-tertiary-neutral-focus-state-layer-opacity","",s.opacity8),tertiaryNeutralActiveStateLayerOpacity:t.extend("--ft-button-tertiary-neutral-active-state-layer-opacity","",s.opacity16),tertiaryNeutralDisabledComponentOpacity:t.extend("--ft-button-tertiary-neutral-disabled-component-opacity","",s.opacity40),secondaryBrandBackgroundColor:t.create("--ft-button-secondary-brand-background-color","","COLOR","rgba(0,0,0,0)"),secondaryBrandColor:t.extend("--ft-button-secondary-brand-color","",u.contentActionPrimary),secondaryBrandIconColor:t.extend("--ft-button-secondary-brand-icon-color","",u.contentActionPrimary),secondaryBrandStateLayerColor:t.extend("--ft-button-secondary-brand-state-layer-color","",u.contentActionPrimary),secondaryBrandHoverStateLayerOpacity:t.extend("--ft-button-secondary-brand-hover-state-layer-opacity","",s.opacity8),secondaryBrandFocusStateLayerOpacity:t.extend("--ft-button-secondary-brand-focus-state-layer-opacity","",s.opacity8),secondaryBrandActiveStateLayerOpacity:t.extend("--ft-button-secondary-brand-active-state-layer-opacity","",s.opacity16),secondaryBrandDisabledComponentOpacity:t.extend("--ft-button-secondary-brand-disabled-component-opacity","",s.opacity40),secondaryBrandBorderColor:t.extend("--ft-button-secondary-brand-border-color","",u.borderActionPrimary),secondaryNeutralHoverStateLayerOpacity:t.extend("--ft-button-secondary-neutral-hover-state-layer-opacity","",s.opacity8),secondaryNeutralFocusStateLayerOpacity:t.extend("--ft-button-secondary-neutral-focus-state-layer-opacity","",s.opacity8),secondaryNeutralActiveStateLayerOpacity:t.extend("--ft-button-secondary-neutral-active-state-layer-opacity","",s.opacity16),secondaryNeutralDisabledComponentOpacity:t.extend("--ft-button-secondary-neutral-disabled-component-opacity","",s.opacity40),secondaryNeutralBackgroundColor:t.create("--ft-button-secondary-neutral-background-color","","COLOR","rgba(0,0,0,0)"),secondaryNeutralColor:t.extend("--ft-button-secondary-neutral-color","",u.contentGlobalSecondary),secondaryNeutralIconColor:t.extend("--ft-button-secondary-neutral-icon-color","",u.contentGlobalSecondary),secondaryNeutralStateLayerColor:t.extend("--ft-button-secondary-neutral-state-layer-color","",u.contentGlobalSecondary),secondaryNeutralBorderColor:t.extend("--ft-button-secondary-neutral-border-color","",u.borderNeutralPrimary),secondaryInfoHoverStateLayerOpacity:t.extend("--ft-button-secondary-info-hover-state-layer-opacity","",s.opacity8),secondaryInfoFocusStateLayerOpacity:t.extend("--ft-button-secondary-info-focus-state-layer-opacity","",s.opacity8),secondaryInfoActiveStateLayerOpacity:t.extend("--ft-button-secondary-info-active-state-layer-opacity","",s.opacity16),secondaryInfoDisabledComponentOpacity:t.extend("--ft-button-secondary-info-disabled-component-opacity","",s.opacity40),secondaryInfoBackgroundColor:t.create("--ft-button-secondary-info-background-color","","COLOR","rgba(0,0,0,0)"),secondaryInfoBorderColor:t.extend("--ft-button-secondary-info-border-color","",u.borderInfoPrimary),secondaryInfoColor:t.extend("--ft-button-secondary-info-color","",u.contentInfoPrimary),secondaryInfoIconColor:t.extend("--ft-button-secondary-info-icon-color","",u.contentInfoPrimary),secondaryInfoStateLayerColor:t.extend("--ft-button-secondary-info-state-layer-color","",u.contentInfoPrimary),secondarySuccessHoverStateLayerOpacity:t.extend("--ft-button-secondary-success-hover-state-layer-opacity","",s.opacity8),secondarySuccessFocusStateLayerOpacity:t.extend("--ft-button-secondary-success-focus-state-layer-opacity","",s.opacity8),secondarySuccessActiveStateLayerOpacity:t.extend("--ft-button-secondary-success-active-state-layer-opacity","",s.opacity16),secondarySuccessDisabledComponentOpacity:t.extend("--ft-button-secondary-success-disabled-component-opacity","",s.opacity40),secondarySuccessBackgroundColor:t.create("--ft-button-secondary-success-background-color","","COLOR","rgba(0,0,0,0)"),secondarySuccessBorderColor:t.extend("--ft-button-secondary-success-border-color","",u.borderSuccessPrimary),secondarySuccessColor:t.extend("--ft-button-secondary-success-color","",u.contentSuccessPrimary),secondarySuccessIconColor:t.extend("--ft-button-secondary-success-icon-color","",u.contentSuccessPrimary),secondarySuccessStateLayerColor:t.extend("--ft-button-secondary-success-state-layer-color","",u.contentSuccessPrimary),secondaryWarningHoverStateLayerOpacity:t.extend("--ft-button-secondary-warning-hover-state-layer-opacity","",s.opacity8),secondaryWarningFocusStateLayerOpacity:t.extend("--ft-button-secondary-warning-focus-state-layer-opacity","",s.opacity8),secondaryWarningActiveStateLayerOpacity:t.extend("--ft-button-secondary-warning-active-state-layer-opacity","",s.opacity16),secondaryWarningDisabledComponentOpacity:t.extend("--ft-button-secondary-warning-disabled-component-opacity","",s.opacity40),secondaryWarningBackgroundColor:t.create("--ft-button-secondary-warning-background-color","","COLOR","rgba(0,0,0,0)"),secondaryWarningBorderColor:t.extend("--ft-button-secondary-warning-border-color","",u.borderWarningPrimary),secondaryWarningColor:t.extend("--ft-button-secondary-warning-color","",u.contentWarningPrimary),secondaryWarningIconColor:t.extend("--ft-button-secondary-warning-icon-color","",u.contentWarningPrimary),secondaryWarningStateLayerColor:t.extend("--ft-button-secondary-warning-state-layer-color","",u.contentWarningPrimary),secondaryErrorHoverStateLayerOpacity:t.extend("--ft-button-secondary-error-hover-state-layer-opacity","",s.opacity8),secondaryErrorFocusStateLayerOpacity:t.extend("--ft-button-secondary-error-focus-state-layer-opacity","",s.opacity8),secondaryErrorActiveStateLayerOpacity:t.extend("--ft-button-secondary-error-active-state-layer-opacity","",s.opacity16),secondaryErrorDisabledComponentOpacity:t.extend("--ft-button-secondary-error-disabled-component-opacity","",s.opacity40),secondaryErrorBackgroundColor:t.create("--ft-button-secondary-error-background-color","","COLOR","rgba(0,0,0,0)"),secondaryErrorBorderColor:t.extend("--ft-button-secondary-error-border-color","",u.contentErrorPrimary),secondaryErrorColor:t.extend("--ft-button-secondary-error-color","",u.contentErrorPrimary),secondaryErrorIconColor:t.extend("--ft-button-secondary-error-icon-color","",u.contentErrorPrimary),secondaryErrorStateLayerColor:t.extend("--ft-button-secondary-error-state-layer-color","",u.contentErrorPrimary)};var Lc={neutralOffHoverStateLayerOpacity:t.extend("--ft-chip-choice-neutral-off-hover-state-layer-opacity","",s.opacity8),neutralOffFocusStateLayerOpacity:t.extend("--ft-chip-choice-neutral-off-focus-state-layer-opacity","",s.opacity8),neutralOffFocusFocusRingColor:t.extend("--ft-chip-choice-neutral-off-focus-focus-ring-color","",u.borderActionFocusRing),neutralOffActiveStateLayerOpacity:t.extend("--ft-chip-choice-neutral-off-active-state-layer-opacity","",s.opacity16),neutralOffBackgroundColor:t.extend("--ft-chip-choice-neutral-off-background-color","",u.backgroundGlobalOnSurface),neutralOffBorderColor:t.extend("--ft-chip-choice-neutral-off-border-color","",u.borderGlobalPrimary),neutralOffColor:t.extend("--ft-chip-choice-neutral-off-color","",u.contentGlobalSecondary),neutralOffStateLayerColor:t.extend("--ft-chip-choice-neutral-off-state-layer-color","",u.contentGlobalSecondary),neutralOnDefaultStateLayerOpacity:t.extend("--ft-chip-choice-neutral-on-default-state-layer-opacity","",s.opacity16),neutralOnHoverStateLayerOpacity:t.extend("--ft-chip-choice-neutral-on-hover-state-layer-opacity","",s.opacity24),neutralOnFocusStateLayerOpacity:t.extend("--ft-chip-choice-neutral-on-focus-state-layer-opacity","",s.opacity24),neutralOnFocusFocusRingColor:t.extend("--ft-chip-choice-neutral-on-focus-focus-ring-color","",u.borderActionFocusRing),neutralOnActiveStateLayerOpacity:t.extend("--ft-chip-choice-neutral-on-active-state-layer-opacity","",s.opacity32),neutralOnBackgroundColor:t.extend("--ft-chip-choice-neutral-on-background-color","",u.backgroundGlobalOnSurface),neutralOnBorderColor:t.extend("--ft-chip-choice-neutral-on-border-color","",u.borderGlobalPrimary),neutralOnColor:t.extend("--ft-chip-choice-neutral-on-color","",u.contentGlobalPrimary),neutralOnIconColor:t.extend("--ft-chip-choice-neutral-on-icon-color","",u.contentGlobalPrimary),neutralOnStateLayerColor:t.extend("--ft-chip-choice-neutral-on-state-layer-color","",u.contentGlobalPrimary),largeMinHeight:t.create("--ft-chip-choice-large-min-height","","SIZE","36px"),largeHorizontalPadding:t.extend("--ft-chip-choice-large-horizontal-padding","",s.spacing3),largeGap:t.extend("--ft-chip-choice-large-gap","",s.spacing1),largeBorderRadius:t.create("--ft-chip-choice-large-border-radius","","SIZE","18px"),largeBorderWidth:t.create("--ft-chip-choice-large-border-width","","SIZE","1px"),largeIconSize:t.extend("--ft-chip-choice-large-icon-size","",s.iconSize3),mediumMinHeight:t.create("--ft-chip-choice-medium-min-height","","SIZE","24px"),mediumHorizontalPadding:t.extend("--ft-chip-choice-medium-horizontal-padding","",s.spacing2),mediumGap:t.extend("--ft-chip-choice-medium-gap","",s.spacing1),mediumBorderRadius:t.create("--ft-chip-choice-medium-border-radius","","SIZE","12px"),mediumBorderWidth:t.create("--ft-chip-choice-medium-border-width","","SIZE","1px"),mediumIconSize:t.extend("--ft-chip-choice-medium-icon-size","",s.iconSize2)};var Tc={largeMinHeight:t.create("--ft-chip-large-min-height","","SIZE","36px"),largeHorizontalPadding:t.extend("--ft-chip-large-horizontal-padding","",s.spacing3),largeButtonRightPadding:t.extend("--ft-chip-large-button-right-padding","",s.spacing1),largeGap:t.extend("--ft-chip-large-gap","",s.spacing1),largeFocusOutlineOffset:t.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:t.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),largeBorderRadius:t.create("--ft-chip-large-border-radius","","SIZE","18px"),largeBorderWidth:t.create("--ft-chip-large-border-width","","SIZE","1px"),largeIconSize:t.extend("--ft-chip-large-icon-size","",s.iconSize3),mediumMinHeight:t.create("--ft-chip-medium-min-height","","SIZE","24px"),mediumHorizontalPadding:t.extend("--ft-chip-medium-horizontal-padding","",s.spacing2),mediumButtonRightPadding:t.extend("--ft-chip-medium-button-right-padding","",s.spacing05),mediumGap:t.extend("--ft-chip-medium-gap","",s.spacing1),mediumFocusOutlineOffset:t.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:t.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),mediumBorderRadius:t.create("--ft-chip-medium-border-radius","","SIZE","12px"),mediumBorderWidth:t.create("--ft-chip-medium-border-width","","SIZE","1px"),mediumIconSize:t.extend("--ft-chip-medium-icon-size","",s.iconSize2),smallMinHeight:t.create("--ft-chip-small-min-height","","SIZE","20px"),smallHorizontalPadding:t.extend("--ft-chip-small-horizontal-padding","",s.spacing1),smallButtonRightPadding:t.extend("--ft-chip-small-button-right-padding","",s.spacing05),smallGap:t.extend("--ft-chip-small-gap","",s.spacing1),smallFocusOutlineOffset:t.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:t.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),smallBorderRadius:t.create("--ft-chip-small-border-radius","","SIZE","10px"),smallBorderWidth:t.create("--ft-chip-small-border-width","","SIZE","1px"),smallIconSize:t.extend("--ft-chip-small-icon-size","",s.iconSize1),neutralBackgroundColor:t.extend("--ft-chip-neutral-background-color","",u.backgroundGlobalOnSurface),neutralColor:t.extend("--ft-chip-neutral-color","",u.contentGlobalSecondary),neutralIconColor:t.extend("--ft-chip-neutral-icon-color","",u.contentGlobalSecondary),neutralBorderColor:t.extend("--ft-chip-neutral-border-color","",u.borderGlobalSubtle),infoBackgroundColor:t.extend("--ft-chip-info-background-color","",u.backgroundInfoSubtle),infoColor:t.extend("--ft-chip-info-color","",u.contentInfoPrimary),infoIconColor:t.extend("--ft-chip-info-icon-color","",u.contentInfoIconOnly),infoBorderColor:t.extend("--ft-chip-info-border-color","",u.borderInfoSubtle),successBackgroundColor:t.extend("--ft-chip-success-background-color","",u.backgroundSuccessSubtle),successColor:t.extend("--ft-chip-success-color","",u.contentSuccessPrimary),successIconColor:t.extend("--ft-chip-success-icon-color","",u.contentSuccessIconOnly),successBorderColor:t.extend("--ft-chip-success-border-color","",u.borderSuccessSubtle),warningBackgroundColor:t.extend("--ft-chip-warning-background-color","",u.backgroundWarningSubtle),warningColor:t.extend("--ft-chip-warning-color","",u.contentWarningPrimary),warningIconColor:t.extend("--ft-chip-warning-icon-color","",u.contentWarningIconOnly),warningBorderColor:t.extend("--ft-chip-warning-border-color","",u.borderWarningSubtle),errorBackgroundColor:t.extend("--ft-chip-error-background-color","",u.backgroundErrorSubtle),errorColor:t.extend("--ft-chip-error-color","",u.contentErrorPrimary),errorIconColor:t.extend("--ft-chip-error-icon-color","",u.contentErrorIconOnly),errorBorderColor:t.extend("--ft-chip-error-border-color","",u.borderErrorSubtle)};var kc={brandHoverOpacity:t.extend("--ft-link-brand-hover-opacity","",s.opacity80),brandHoverColor:t.extend("--ft-link-brand-hover-color","",u.contentActionPrimary),brandFocusFocusRingColor:t.extend("--ft-link-brand-focus-focus-ring-color","",u.borderActionFocusRing),brandFocusColor:t.extend("--ft-link-brand-focus-color","",u.contentActionPrimary),brandDefaultColor:t.extend("--ft-link-brand-default-color","",u.contentActionPrimary),brandActiveColor:t.extend("--ft-link-brand-active-color","",u.contentActionPrimary),infoHoverOpacity:t.extend("--ft-link-info-hover-opacity","",s.opacity80),infoHoverColor:t.extend("--ft-link-info-hover-color","",u.contentInfoPrimary),infoFocusFocusRingColor:t.extend("--ft-link-info-focus-focus-ring-color","",u.borderActionFocusRing),infoFocusColor:t.extend("--ft-link-info-focus-color","",u.contentInfoPrimary),infoDefaultColor:t.extend("--ft-link-info-default-color","",u.contentInfoPrimary),infoActiveColor:t.extend("--ft-link-info-active-color","",u.contentInfoPrimary),neutralFocusFocusRingColor:t.extend("--ft-link-neutral-focus-focus-ring-color","",u.borderActionFocusRing),neutralFocusColor:t.extend("--ft-link-neutral-focus-color","",u.contentActionPrimary),neutralDefaultColor:t.extend("--ft-link-neutral-default-color","",u.contentGlobalPrimary),neutralHoverColor:t.extend("--ft-link-neutral-hover-color","",u.contentActionPrimary),neutralActiveColor:t.extend("--ft-link-neutral-active-color","",u.contentActionPrimary),neutralVisitedColor:t.extend("--ft-link-neutral-visited-color","",s.colorBrand100)};var _c={iconSize:t.extend("--ft-banner-icon-size","",s.iconSize5),borderWidth:t.create("--ft-banner-border-width","","SIZE","1px"),leftPadding:t.extend("--ft-banner-left-padding","",s.spacing6),rightPadding:t.extend("--ft-banner-right-padding","",s.spacing6),verticalPadding:t.extend("--ft-banner-vertical-padding","",s.spacing6),horizontalSideGap:t.extend("--ft-banner-horizontal-side-gap","",s.spacing6),horizontalMobileGap:t.extend("--ft-banner-horizontal-mobile-gap","",s.spacing4),verticalMobileGap:t.extend("--ft-banner-vertical-mobile-gap","",s.spacing6),horizontalMiddleGap:t.extend("--ft-banner-horizontal-middle-gap","",s.spacing20),infoBackgroundColor:t.extend("--ft-banner-info-background-color","",u.backgroundInfoSubtle),infoColor:t.extend("--ft-banner-info-color","",u.contentInfoPrimary),infoIconColor:t.extend("--ft-banner-info-icon-color","",u.contentInfoIconOnly),infoBorderColor:t.extend("--ft-banner-info-border-color","",u.borderInfoSubtle)};var Fc={horizontalPadding:t.extend("--ft-badge-horizontal-padding","",s.spacing1),verticalPadding:t.extend("--ft-badge-vertical-padding","",s.spacing1),borderRadius:t.extend("--ft-badge-border-radius","",s.borderRadiusPill),color:t.extend("--ft-badge-color","",u.contentGlobalOnColor),backgroundColor:t.extend("--ft-badge-background-color","",u.contentActionPrimary)};var Uc={horizontalGap:t.extend("--ft-title-breadcrumb-horizontal-gap","",s.spacing1),currentColor:t.extend("--ft-title-breadcrumb-current-color","",u.contentGlobalPrimary),previousNonClickableColor:t.extend("--ft-title-breadcrumb-previous-non-clickable-color","",u.contentGlobalSecondary),iconColor:t.extend("--ft-title-breadcrumb-icon-color","",u.contentGlobalSubtle)};var Dc={parentHorizontalPadding:t.extend("--ft-page-header-parent-horizontal-padding","",s.spacing6),parentTopPadding:t.extend("--ft-page-header-parent-top-padding","",s.spacing4),parentBottomPadding:t.extend("--ft-page-header-parent-bottom-padding","",s.spacing6),parentHelpLeftMargin:t.extend("--ft-page-header-parent-help-left-margin","",s.spacing1),parentTitleColor:t.extend("--ft-page-header-parent-title-color","",u.contentGlobalPrimary),parentSubtitleColor:t.extend("--ft-page-header-parent-subtitle-color","",u.contentGlobalSecondary),parentChipLeftMargin:t.extend("--ft-page-header-parent-chip-left-margin","",s.spacing4),parentVerticalGap:t.extend("--ft-page-header-parent-vertical-gap","",s.spacing2),parentButtonsGroupHorizontalGap:t.extend("--ft-page-header-parent-buttons-group-horizontal-gap","",s.spacing4),parentButtonsGroupVerticalGap:t.extend("--ft-page-header-parent-buttons-group-vertical-gap","",s.spacing4),parentChipsGroupHorizontalGap:t.extend("--ft-page-header-parent-chips-group-horizontal-gap","",s.spacing2),parentChipsGroupVerticalGap:t.extend("--ft-page-header-parent-chips-group-vertical-gap","",s.spacing2),childHorizontalPadding:t.extend("--ft-page-header-child-horizontal-padding","",s.spacing6),childTopPadding:t.extend("--ft-page-header-child-top-padding","",s.spacing2),childBottomPadding:t.extend("--ft-page-header-child-bottom-padding","",s.spacing2),childHelpLeftMargin:t.extend("--ft-page-header-child-help-left-margin","",s.spacing1),childChipLeftMargin:t.extend("--ft-page-header-child-chip-left-margin","",s.spacing4),childVerticalGap:t.extend("--ft-page-header-child-vertical-gap","",s.spacing2),childMinHeight:t.create("--ft-page-header-child-min-height","","SIZE","40px"),childButtonsGroupHorizontalGap:t.extend("--ft-page-header-child-buttons-group-horizontal-gap","",s.spacing4),childButtonsGroupVerticalGap:t.extend("--ft-page-header-child-buttons-group-vertical-gap","",s.spacing4),childChipsGroupHorizontalGap:t.extend("--ft-page-header-child-chips-group-horizontal-gap","",s.spacing2),childChipsGroupVerticalGap:t.extend("--ft-page-header-child-chips-group-vertical-gap","",s.spacing2),backgroundColor:t.extend("--ft-page-header-background-color","",s.colorWhite),bottomBorderColor:t.extend("--ft-page-header-bottom-border-color","",u.borderGlobalSubtle),bottomBorderWidth:t.create("--ft-page-header-bottom-border-width","","SIZE","1px")};var Mc={horizontalPadding:t.extend("--ft-page-footer-horizontal-padding","",s.spacing6),verticalPadding:t.extend("--ft-page-footer-vertical-padding","",s.spacing2),verticalGap:t.extend("--ft-page-footer-vertical-gap","",s.spacing2),minHeight:t.create("--ft-page-footer-min-height","","SIZE","40px"),backgroundColor:t.extend("--ft-page-footer-background-color","",s.colorWhite),topBorderColor:t.extend("--ft-page-footer-top-border-color","",u.borderGlobalSubtle),topBorderWidth:t.create("--ft-page-footer-top-border-width","","SIZE","1px"),buttonsGroupGap:t.extend("--ft-page-footer-buttons-group-gap","",s.spacing4)};var Bc={contentHorizontalPadding:t.extend("--ft-page-layout-content-horizontal-padding","",s.spacing6),contentVerticalPadding:t.extend("--ft-page-layout-content-vertical-padding","",s.spacing6)};var Wc={smallContainerTargetWidth:t.create("--ft-modal-small-container-target-width","","SIZE","560px"),smallContainerMargin:t.extend("--ft-modal-small-container-margin","",s.spacing6),mediumContainerTargetWidth:t.create("--ft-modal-medium-container-target-width","","SIZE","800px"),mediumContainerMargin:t.extend("--ft-modal-medium-container-margin","",s.spacing6),largeContainerTargetWidth:t.create("--ft-modal-large-container-target-width","","SIZE","1040px"),largeContainerMargin:t.extend("--ft-modal-large-container-margin","",s.spacing6),overlayBackgroundColor:t.extend("--ft-modal-overlay-background-color","",s.colorGray700),overlayOpacity:t.extend("--ft-modal-overlay-opacity","",s.opacity40),shadow:t.extend("--ft-modal-shadow","",s.shadowElevation03),bodyBackgroundColor:t.extend("--ft-modal-body-background-color","",s.colorWhite),bodyColor:t.extend("--ft-modal-body-color","",u.contentGlobalPrimary),bodyHorizontalPadding:t.extend("--ft-modal-body-horizontal-padding","",s.spacing6),bodyVerticalPadding:t.extend("--ft-modal-body-vertical-padding","",s.spacing6),bodyVerticalGap:t.extend("--ft-modal-body-vertical-gap","",s.spacing6),headerBackgroundColor:t.extend("--ft-modal-header-background-color","",u.backgroundGlobalOnSurface),headerBorderColor:t.extend("--ft-modal-header-border-color","",u.borderGlobalSubtle),headerColor:t.extend("--ft-modal-header-color","",u.contentGlobalPrimary),headerLeadingIconColor:t.extend("--ft-modal-header-leading-icon-color","",u.contentGlobalPrimary),headerVerticalPadding:t.extend("--ft-modal-header-vertical-padding","",s.spacing1),headerRightPadding:t.extend("--ft-modal-header-right-padding","",s.spacing1),headerLeftPadding:t.extend("--ft-modal-header-left-padding","",s.spacing6),headerGap:t.extend("--ft-modal-header-gap","",s.spacing2),headerBorderBottomWidth:t.create("--ft-modal-header-border-bottom-width","","SIZE","1px"),borderRadius:t.extend("--ft-modal-border-radius","",s.borderRadiusM)};var Hc={overlayOpacity:t.extend("--ft-drawer-overlay-opacity","",s.opacity40),shadow:t.extend("--ft-drawer-shadow","",s.shadowElevation03),bodyColor:t.extend("--ft-drawer-body-color","",u.contentGlobalPrimary),bodyHorizontalPadding:t.extend("--ft-drawer-body-horizontal-padding","",s.spacing6),bodyVerticalPadding:t.extend("--ft-drawer-body-vertical-padding","",s.spacing6),bodyGap:t.extend("--ft-drawer-body-gap","",s.spacing6),bodyBackgroundColor:t.extend("--ft-drawer-body-background-color","",s.colorWhite),headerBackgroundColor:t.extend("--ft-drawer-header-background-color","",u.backgroundGlobalOnSurface),headerBorderColor:t.extend("--ft-drawer-header-border-color","",u.borderGlobalSubtle),headerColor:t.extend("--ft-drawer-header-color","",u.contentGlobalPrimary),headerTrailingIconColor:t.extend("--ft-drawer-header-trailing-icon-color","",u.contentGlobalSecondary),headerHeight:t.create("--ft-drawer-header-height","","SIZE","50px"),headerHorizontalPadding:t.extend("--ft-drawer-header-horizontal-padding","",s.spacing2),headerBorderWidth:t.create("--ft-drawer-header-border-width","","SIZE","1px"),headerGap:t.extend("--ft-drawer-header-gap","",s.spacing3),buttonsBarBackgroundColor:t.extend("--ft-drawer-buttons-bar-background-color","",u.backgroundGlobalOnSurface),buttonsBarBorderColor:t.extend("--ft-drawer-buttons-bar-border-color","",u.borderGlobalSubtle),buttonsBarColor:t.extend("--ft-drawer-buttons-bar-color","",u.contentGlobalPrimary),buttonsBarHorizontalPadding:t.extend("--ft-drawer-buttons-bar-horizontal-padding","",s.spacing6),buttonsBarVerticalPadding:t.extend("--ft-drawer-buttons-bar-vertical-padding","",s.spacing4),buttonsBarGap:t.extend("--ft-drawer-buttons-bar-gap","",s.spacing3),buttonsBarBorderWidth:t.create("--ft-drawer-buttons-bar-border-width","","SIZE","1px"),containerWidth:t.create("--ft-drawer-container-width","","SIZE","66%"),containerMinWidth:t.create("--ft-drawer-container-min-width","","SIZE","500px"),containerMaxWidth:t.create("--ft-drawer-container-max-width","","SIZE","1000px"),containerHeight:t.create("--ft-drawer-container-height","","SIZE","100%"),overlayBackgroundColor:t.extend("--ft-drawer-overlay-background-color","",s.colorGray700)};var $c={fieldHorizontalPadding:t.extend("--ft-text-input-field-horizontal-padding","",s.spacing4),fieldHorizontalGap:t.extend("--ft-text-input-field-horizontal-gap","",s.spacing3),fieldVerticalGap:t.extend("--ft-text-input-field-vertical-gap","",s.spacing05),fieldIconSize:t.extend("--ft-text-input-field-icon-size","",s.iconSize3),fieldHeight:t.create("--ft-text-input-field-height","","SIZE","50px"),helperHorizontalPadding:t.extend("--ft-text-input-helper-horizontal-padding","",s.spacing4),helperHorizontalGap:t.extend("--ft-text-input-helper-horizontal-gap","",s.spacing1),helperIconSize:t.extend("--ft-text-input-helper-icon-size","",s.iconSize2),borderRadius:t.extend("--ft-text-input-border-radius","",s.borderRadiusM),backgroundColor:t.extend("--ft-text-input-background-color","",s.colorWhite),contentValueColor:t.extend("--ft-text-input-content-value-color","",u.contentGlobalPrimary),trailingIconColor:t.extend("--ft-text-input-trailing-icon-color","",u.contentGlobalSubtle),labelColor:t.extend("--ft-text-input-label-color","",u.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-text-input-default-border-color","",u.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-text-input-default-helper-text-color","",u.contentGlobalSubtle),defaultBorderWidth:t.create("--ft-text-input-default-border-width","","SIZE","1px"),errorBorderWidth:t.create("--ft-text-input-error-border-width","","SIZE","2px"),errorBorderColor:t.extend("--ft-text-input-error-border-color","",u.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-text-input-error-helper-text-color","",u.contentErrorPrimary),errorHelperIconColor:t.extend("--ft-text-input-error-helper-icon-color","",u.contentErrorIconOnly),warningBorderWidth:t.create("--ft-text-input-warning-border-width","","SIZE","2px"),focusOutlineWidth:t.create("--ft-text-input-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-text-input-focus-focus-ring-color","",u.borderActionFocusRing),focusOutlineOffset:t.create("--ft-text-input-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ft-text-input-disabled-component-opacity","",s.opacity40)};var zc={backgroundColor:t.extend("--ft-text-area-background-color","",s.colorWhite),contentValueColor:t.extend("--ft-text-area-content-value-color","",u.contentGlobalPrimary),labelColor:t.extend("--ft-text-area-label-color","",u.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-text-area-default-border-color","",u.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-text-area-default-helper-text-color","",u.contentGlobalSubtle),defaultBorderWidth:t.create("--ft-text-area-default-border-width","","SIZE","1px"),errorBorderWidth:t.create("--ft-text-area-error-border-width","","SIZE","2px"),errorBorderColor:t.extend("--ft-text-area-error-border-color","",u.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-text-area-error-helper-text-color","",u.contentErrorPrimary),errorHelperIconColor:t.extend("--ft-text-area-error-helper-icon-color","",u.contentErrorIconOnly),focusFocusRingColor:t.extend("--ft-text-area-focus-focus-ring-color","",u.borderActionFocusRing),focusOutlineWidth:t.create("--ft-text-area-focus-outline-width","","SIZE","2px"),focusOutlineOffset:t.create("--ft-text-area-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ft-text-area-disabled-component-opacity","",s.opacity40),fieldHorizontalLeftPadding:t.extend("--ft-text-area-field-horizontal-left-padding","",s.spacing4),fieldHorizontalGap:t.extend("--ft-text-area-field-horizontal-gap","",s.spacing3),fieldVerticalGap:t.extend("--ft-text-area-field-vertical-gap","",s.spacing05),fieldMinHeight:t.create("--ft-text-area-field-min-height","","SIZE","64px"),helperHorizontalPadding:t.extend("--ft-text-area-helper-horizontal-padding","",s.spacing4),helperHorizontalGap:t.extend("--ft-text-area-helper-horizontal-gap","",s.spacing1),helperIconSize:t.extend("--ft-text-area-helper-icon-size","",s.iconSize2),borderRadius:t.extend("--ft-text-area-border-radius","",s.borderRadiusM)};var jc={height:t.create("--ft-floating-menu-height","","SIZE","50px"),horizontalPadding:t.extend("--ft-floating-menu-horizontal-padding","",s.spacing4),offIconColor:t.extend("--ft-floating-menu-off-icon-color","",u.contentGlobalPrimary),offColor:t.extend("--ft-floating-menu-off-color","",u.contentGlobalPrimary),onColor:t.extend("--ft-floating-menu-on-color","",u.contentActionPrimary),onStateLayerColor:t.extend("--ft-floating-menu-on-state-layer-color","",u.contentActionPrimary),gap:t.extend("--ft-floating-menu-gap","",s.spacing3),focusFocusRingColor:t.extend("--ft-floating-menu-focus-focus-ring-color","",u.borderActionFocusRing),focusOutlineWidth:t.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),focusStateLayerOpacity:t.extend("--ft-floating-menu-focus-state-layer-opacity","",s.opacity8),hoverStateLayerOpacity:t.extend("--ft-floating-menu-hover-state-layer-opacity","",s.opacity8),activeStateLayerOpacity:t.extend("--ft-floating-menu-active-state-layer-opacity","",s.opacity16),disabledComponentOpacity:t.extend("--ft-floating-menu-disabled-component-opacity","",s.opacity40),iconSize:t.extend("--ft-floating-menu-icon-size","",s.iconSize3),backgroundColor:t.extend("--ft-floating-menu-background-color","",u.backgroundGlobalOnSurface),shadow:t.extend("--ft-floating-menu-shadow","",s.shadowElevation02)};var Gc={fieldHorizontalPadding:t.extend("--ft-combobox-single-select-field-horizontal-padding","",s.spacing4),fieldHorizontalGap:t.extend("--ft-combobox-single-select-field-horizontal-gap","",s.spacing3),fieldVerticalGap:t.extend("--ft-combobox-single-select-field-vertical-gap","",s.spacing05),fieldIconSize:t.extend("--ft-combobox-single-select-field-icon-size","",s.iconSize3),fieldHeight:t.create("--ft-combobox-single-select-field-height","","SIZE","50px"),helperHorizontalPadding:t.extend("--ft-combobox-single-select-helper-horizontal-padding","",s.spacing4),helperHorizontalGap:t.extend("--ft-combobox-single-select-helper-horizontal-gap","",s.spacing1),helperVerticalGap:t.extend("--ft-combobox-single-select-helper-vertical-gap","",s.spacing1),helperIconSize:t.extend("--ft-combobox-single-select-helper-icon-size","",s.iconSize2),menuVerticalGap:t.extend("--ft-combobox-single-select-menu-vertical-gap","",s.spacing2),borderRadius:t.extend("--ft-combobox-single-select-border-radius","",s.borderRadiusM),backgroundColor:t.extend("--ft-combobox-single-select-background-color","",s.colorWhite),labelColor:t.extend("--ft-combobox-single-select-label-color","",u.contentGlobalSubtle),contentValueColor:t.extend("--ft-combobox-single-select-content-value-color","",u.contentGlobalPrimary),trailingIconColor:t.extend("--ft-combobox-single-select-trailing-icon-color","",u.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-combobox-single-select-default-border-color","",u.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-combobox-single-select-default-helper-text-color","",u.contentGlobalSubtle),defaultBorderWidth:t.create("--ft-combobox-single-select-default-border-width","","SIZE","1px"),errorBorderWidth:t.create("--ft-combobox-single-select-error-border-width","","SIZE","2px"),errorBorderColor:t.extend("--ft-combobox-single-select-error-border-color","",u.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-combobox-single-select-error-helper-text-color","",u.contentErrorPrimary),warningBorderWidth:t.create("--ft-combobox-single-select-warning-border-width","","SIZE","2px"),warningBorderColor:t.extend("--ft-combobox-single-select-warning-border-color","",u.borderWarningPrimary),warningHelperTextColor:t.extend("--ft-combobox-single-select-warning-helper-text-color","",u.contentWarningPrimary),warningHelperIconColor:t.extend("--ft-combobox-single-select-warning-helper-icon-color","",u.contentWarningIconOnly),focusOutlineWidth:t.create("--ft-combobox-single-select-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-combobox-single-select-focus-focus-ring-color","",u.borderActionFocusRing),focusOutlineOffset:t.create("--ft-combobox-single-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ft-combobox-single-select-disabled-component-opacity","",s.opacity40)};var Vc={backgroundColor:t.extend("--ft-combobox-multi-select-background-color","",s.colorWhite),labelColor:t.extend("--ft-combobox-multi-select-label-color","",u.contentGlobalSubtle),trailingIconColor:t.extend("--ft-combobox-multi-select-trailing-icon-color","",u.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-combobox-multi-select-default-border-color","",u.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-combobox-multi-select-default-helper-text-color","",u.contentGlobalSubtle),defaultBorderWidth:t.create("--ft-combobox-multi-select-default-border-width","","SIZE","1px"),errorBorderColor:t.extend("--ft-combobox-multi-select-error-border-color","",u.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-combobox-multi-select-error-helper-text-color","",u.contentErrorPrimary),errorHelperIcon:t.extend("--ft-combobox-multi-select-error-helper-icon","",u.contentErrorIconOnly),errorBorderWidth:t.create("--ft-combobox-multi-select-error-border-width","","SIZE","2px"),warningBorderColor:t.extend("--ft-combobox-multi-select-warning-border-color","",u.borderWarningPrimary),warningHelperTextColor:t.extend("--ft-combobox-multi-select-warning-helper-text-color","",u.contentWarningPrimary),warningHelperIconColor:t.extend("--ft-combobox-multi-select-warning-helper-icon-color","",u.contentWarningIconOnly),warningBorderWidth:t.create("--ft-combobox-multi-select-warning-border-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-combobox-multi-select-focus-focus-ring-color","",u.borderActionFocusRing),focusOutlineWidth:t.create("--ft-combobox-multi-select-focus-outline-width","","SIZE","2px"),focusOutlineOffset:t.create("--ft-combobox-multi-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ft-combobox-multi-select-disabled-component-opacity","",s.opacity40),helperHorizontalPadding:t.extend("--ft-combobox-multi-select-helper-horizontal-padding","",s.spacing4),helperHorizontalGap:t.extend("--ft-combobox-multi-select-helper-horizontal-gap","",s.spacing1),helperVerticalGap:t.extend("--ft-combobox-multi-select-helper-vertical-gap","",s.spacing1),helperIconSize:t.extend("--ft-combobox-multi-select-helper-icon-size","",s.iconSize2),fieldHorizontalPadding:t.extend("--ft-combobox-multi-select-field-horizontal-padding","",s.spacing4),fieldHorizontalGap:t.extend("--ft-combobox-multi-select-field-horizontal-gap","",s.spacing3),fieldVerticalGap:t.extend("--ft-combobox-multi-select-field-vertical-gap","",s.spacing05),fieldIconSize:t.extend("--ft-combobox-multi-select-field-icon-size","",s.iconSize3),fieldMaxHeight:t.create("--ft-combobox-multi-select-field-max-height","","SIZE","112px"),contentValuesHorizontalGap:t.extend("--ft-combobox-multi-select-content-values-horizontal-gap","",s.spacing1),contentValuesVerticalGap:t.extend("--ft-combobox-multi-select-content-values-vertical-gap","",s.spacing1),borderRadius:t.extend("--ft-combobox-multi-select-border-radius","",s.borderRadiusM)};var Kc={backgroundColor:t.extend("--ft-popover-background-color","",u.backgroundGlobalOnSurface),horizontalPadding:t.extend("--ft-popover-horizontal-padding","",s.spacing6),verticalPadding:t.extend("--ft-popover-vertical-padding","",s.spacing6),titleColor:t.extend("--ft-popover-title-color","",u.contentGlobalPrimary),bodyColor:t.extend("--ft-popover-body-color","",u.contentGlobalSecondary),linkColor:t.extend("--ft-popover-link-color","",u.contentActionPrimary),gap:t.extend("--ft-popover-gap","",s.spacing3),borderRadius:t.extend("--ft-popover-border-radius","",s.borderRadiusM),shadow:t.extend("--ft-popover-shadow","",s.shadowElevation02),maxWidth:t.create("--ft-popover-max-width","","SIZE","440px")};var Zc={hoverStateLayerOpacity:t.extend("--ft-collapsible-hover-state-layer-opacity","",s.opacity8),focusStateLayerOpacity:t.extend("--ft-collapsible-focus-state-layer-opacity","",s.opacity8),focusOutlineWidth:t.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),focusFocusRingColor:t.extend("--ft-collapsible-focus-focus-ring-color","",u.borderActionFocusRing),activeStateLayerOpacity:t.extend("--ft-collapsible-active-state-layer-opacity","",s.opacity16),disabledComponentOpacity:t.extend("--ft-collapsible-disabled-component-opacity","",s.opacity40),horizontalPadding:t.extend("--ft-collapsible-horizontal-padding","",s.spacing4),verticalPadding:t.extend("--ft-collapsible-vertical-padding","",s.spacing3),color:t.extend("--ft-collapsible-color","",u.contentGlobalPrimary),stateLayerColor:t.extend("--ft-collapsible-state-layer-color","",u.contentGlobalPrimary),backgroundColor:t.extend("--ft-collapsible-background-color","",u.backgroundGlobalOnSurface),borderColor:t.extend("--ft-collapsible-border-color","",u.borderGlobalSubtle),iconSize:t.extend("--ft-collapsible-icon-size","",s.iconSize3)};var qc={groupHorizontalPadding:t.extend("--ft-switch-group-horizontal-padding","",s.spacing1),groupVerticalPadding:t.extend("--ft-switch-group-vertical-padding","",s.spacing1),groupGap:t.extend("--ft-switch-group-gap","",s.spacing1),groupBackgroundColor:t.extend("--ft-switch-group-background-color","",u.backgroundGlobalSurface),groupBorderColor:t.extend("--ft-switch-group-border-color","",u.borderGlobalSubtle),groupBorderRadius:t.create("--ft-switch-group-border-radius","","SIZE","6px"),labelHorizontalPadding:t.extend("--ft-switch-label-horizontal-padding","",s.spacing2),labelVerticalPadding:t.extend("--ft-switch-label-vertical-padding","",s.spacing1),offHoverStateLayerOpacity:t.extend("--ft-switch-off-hover-state-layer-opacity","",s.opacity8),offFocusStateLayerOpacity:t.extend("--ft-switch-off-focus-state-layer-opacity","",s.opacity8),offActiveStateLayerOpacity:t.extend("--ft-switch-off-active-state-layer-opacity","",s.opacity16),offDisabledComponentOpacity:t.extend("--ft-switch-off-disabled-component-opacity","",s.opacity40),offColor:t.extend("--ft-switch-off-color","",u.contentGlobalSubtle),offStateLayerColor:t.extend("--ft-switch-off-state-layer-color","",u.contentGlobalSubtle),onHoverStateLayerOpacity:t.extend("--ft-switch-on-hover-state-layer-opacity","",s.opacity8),onFocusStateLayerOpacity:t.extend("--ft-switch-on-focus-state-layer-opacity","",s.opacity8),onActiveStateLayerOpacity:t.extend("--ft-switch-on-active-state-layer-opacity","",s.opacity16),onDisabledComponentOpacity:t.extend("--ft-switch-on-disabled-component-opacity","",s.opacity40),onColor:t.extend("--ft-switch-on-color","",u.contentActionPrimary),onStateLayerColor:t.extend("--ft-switch-on-state-layer-color","",u.contentActionPrimary),iconHorizontalPadding:t.extend("--ft-switch-icon-horizontal-padding","",s.spacing1),iconVerticalPadding:t.extend("--ft-switch-icon-vertical-padding","",s.spacing1),focusOutlineWidth:t.create("--ft-switch-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-switch-focus-focus-ring-color","",u.borderActionFocusRing),optionBorderRadius:t.extend("--ft-switch-option-border-radius","",s.borderRadiusS)};var Yc={color1Light:t.extend("--ft-chart-1-light","for area color charts",s.colorBrand40),color1Base:t.extend("--ft-chart-1-base","for line charts",s.colorBrand0),color2Light:t.extend("--ft-chart-2-light","for area color charts",s.colorYellow60),color2Base:t.extend("--ft-chart-2-base","for line charts",s.colorYellow100),color3Light:t.extend("--ft-chart-3-light","",s.colorUltramarine40),color3Base:t.extend("--ft-chart-3-base","",s.colorUltramarine70),color4Light:t.extend("--ft-chart-4-light","",s.colorCyan50),color4Base:t.extend("--ft-chart-4-base","",s.colorCyan100),color5Light:t.extend("--ft-chart-5-light","",s.colorRed40),color5Base:t.extend("--ft-chart-5-base","",s.colorRed60),color6Light:t.extend("--ft-chart-6-light","",s.colorGreen40),color6Base:t.extend("--ft-chart-6-base","",s.colorGreen70),color7Light:t.extend("--ft-chart-7-light","",s.colorOrange70),color7Base:t.extend("--ft-chart-7-base","",s.colorOrange100),color8Light:t.extend("--ft-chart-8-light","",s.colorAvocado70),color8Base:t.extend("--ft-chart-8-base","",s.colorAvocado200),color9Light:t.extend("--ft-chart-9-light","",s.colorBrown50),color9Base:t.extend("--ft-chart-9-base","",s.colorBrown200),color10Light:t.extend("--ft-chart-10-light","",s.colorGray50),color10Base:t.extend("--ft-chart-10-base","",s.colorGray80),monochrome10:t.extend("--ft-chart-monochrome-10","",s.colorBrand10),monochrome20:t.extend("--ft-chart-monochrome-20","",s.colorBrand20),monochrome30:t.extend("--ft-chart-monochrome-30","",s.colorBrand40),monochrome40:t.extend("--ft-chart-monochrome-40","",s.colorBrand60),monochrome50:t.extend("--ft-chart-monochrome-50","",s.colorBrand0),monochrome60:t.extend("--ft-chart-monochrome-60","",s.colorBrand200),scatterplotQuadrantPopularOldBackgroundColor:t.extend("--ft-chart-scatterplot-quadrant-popular-old-background-color","",s.colorYellow10),scatterplotQuadrantPopularNewBackgroundColor:t.extend("--ft-chart-scatterplot-quadrant-popular-new-background-color","",s.colorAvocado10),scatterplotQuadrantUnpopularOldBackgroundColor:t.extend("--ft-chart-scatterplot-quadrant-unpopular-old-background-color","",s.colorRed10),scatterplotQuadrantUnpopularNewBackgroundColor:t.extend("--ft-chart-scatterplot-quadrant-unpopular-new-background-color","",s.colorCyan10),scatterplotDatapointInitialDefaultBackgroundColor:t.extend("--ft-chart-scatterplot-datapoint-initial-default-background-color","",s.colorBrand70),scatterplotDatapointInitialDefaultBackgroundOpacity:t.extend("--ft-chart-scatterplot-datapoint-initial-default-background-opacity","",s.opacity48),scatterplotDatapointInitialHoverBackgroundColor:t.extend("--ft-chart-scatterplot-datapoint-initial-hover-background-color","",s.colorBrand0),scatterplotDatapointSelectedDefaultBackgroundColor:t.extend("--ft-chart-scatterplot-datapoint-selected-default-background-color","",s.colorBrand100),scatterplotDatapointSelectedHoverBackgroundColor:t.extend("--ft-chart-scatterplot-datapoint-selected-hover-background-color","",s.colorBrand200),scatterplotDatapointUnselectedDefaultBackgroundColor:t.extend("--ft-chart-scatterplot-datapoint-unselected-default-background-color","",s.colorGray60),scatterplotDatapointUnselectedDefaultBackgroundOpacity:t.extend("--ft-chart-scatterplot-datapoint-unselected-default-background-opacity","",s.opacity48),scatterplotDatapointUnselectedHoverBackgroundColor:t.extend("--ft-chart-scatterplot-datapoint-unselected-hover-background-color","",s.colorGray70),scatterplotDatapointHoverHoverRingColor:t.extend("--ft-chart-scatterplot-datapoint-hover-hover-ring-color","",s.colorCyan200)};var Jc={color1IconColor:t.extend("--ft-page-designer-1-icon-color","for area color charts",s.colorCyan0),color1ToolbarColor:t.extend("--ft-page-designer-1-toolbar-color","for area color charts",s.colorCyan0),color2IconColor:t.extend("--ft-page-designer-2-icon-color","for area color charts",s.colorBrand0),color2ToolbarColor:t.extend("--ft-page-designer-2-toolbar-color","for area color charts",s.colorBrand0),color3IconColor:t.extend("--ft-page-designer-3-icon-color","for area color charts",s.colorYellow200),color3ToolbarColor:t.extend("--ft-page-designer-3-toolbar-color","for area color charts",s.colorYellow200),color4IconColor:t.extend("--ft-page-designer-4-icon-color","for area color charts",s.colorUltramarine50),color4ToolbarColor:t.extend("--ft-page-designer-4-toolbar-color","for area color charts",s.colorUltramarine50),color5IconColor:t.extend("--ft-page-designer-5-icon-color","for area color charts",s.colorGreen0),color5ToolbarColor:t.extend("--ft-page-designer-5-toolbar-color","for area color charts",s.colorGreen0),color6IconColor:t.extend("--ft-page-designer-6-icon-color","for area color charts",s.colorOrange0),color6ToolbarColor:t.extend("--ft-page-designer-6-toolbar-color","for area color charts",s.colorOrange0),color7IconColor:t.extend("--ft-page-designer-7-icon-color","for area color charts",s.colorAvocado200),color7ToolbarColor:t.extend("--ft-page-designer-7-toolbar-color","for area color charts",s.colorAvocado200),color8IconColor:t.extend("--ft-page-designer-8-icon-color","for area color charts",s.colorBrown0),color8ToolbarColor:t.extend("--ft-page-designer-8-toolbar-color","for area color charts",s.colorBrown0)};var Xc={borderWidth:t.create("--ft-notice-border-width","","SIZE","1px"),horizontalPadding:t.extend("--ft-notice-horizontal-padding","",s.spacing3),verticalPadding:t.extend("--ft-notice-vertical-padding","",s.spacing2),borderRadius:t.extend("--ft-notice-border-radius","",s.borderRadiusS),gap:t.extend("--ft-notice-gap","",s.spacing2),iconSize:t.extend("--ft-notice-icon-size","",s.iconSize3),infoBackgroundColor:t.extend("--ft-notice-info-background-color","",u.backgroundInfoSubtle),infoBorderColor:t.extend("--ft-notice-info-border-color","",u.borderInfoSubtle),infoColor:t.extend("--ft-notice-info-color","",u.contentInfoPrimary),infoIconColor:t.extend("--ft-notice-info-icon-color","",u.contentInfoIconOnly),warningBackgroundColor:t.extend("--ft-notice-warning-background-color","",u.backgroundWarningSubtle),warningBorderColor:t.extend("--ft-notice-warning-border-color","",u.borderWarningSubtle),warningColor:t.extend("--ft-notice-warning-color","",u.contentWarningPrimary),warningIconColor:t.extend("--ft-notice-warning-icon-color","",u.contentWarningIconOnly),errorBackgroundColor:t.extend("--ft-notice-error-background-color","",u.backgroundErrorSubtle),errorBorderColor:t.extend("--ft-notice-error-border-color","",u.borderErrorSubtle),errorColor:t.extend("--ft-notice-error-color","",u.contentErrorPrimary),errorIconColor:t.extend("--ft-notice-error-icon-color","",u.contentErrorIconOnly),successBackgroundColor:t.extend("--ft-notice-success-background-color","",u.backgroundSuccessSubtle),successBorderColor:t.extend("--ft-notice-success-border-color","",u.borderSuccessSubtle),successColor:t.extend("--ft-notice-success-color","",u.contentSuccessPrimary),successIconColor:t.extend("--ft-notice-success-icon-color","",u.contentSuccessIconOnly),denseHorizontalPadding:t.create("--ft-notice-dense-horizontal-padding","","SIZE","0px"),denseVerticalPadding:t.create("--ft-notice-dense-vertical-padding","","SIZE","0px"),denseGap:t.extend("--ft-notice-dense-gap","",s.spacing1),denseIconSize:t.extend("--ft-notice-dense-icon-size","",s.iconSize2),denseBorderWidth:t.create("--ft-notice-dense-border-width","","SIZE","0")};var Qc={color:t.extend("--ft-checkbox-color","",u.contentGlobalPrimary),checkedBackgroundColor:t.extend("--ft-checkbox-checked-background-color","",u.contentActionPrimary),checkedStateLayerColor:t.extend("--ft-checkbox-checked-state-layer-color","",u.contentActionPrimary),checkedIconColor:t.extend("--ft-checkbox-checked-icon-color","",u.contentGlobalOnColor),checkedHoverStateLayerOpacity:t.extend("--ft-checkbox-checked-hover-state-layer-opacity","",s.opacity16),checkedFocusStateLayerOpacity:t.extend("--ft-checkbox-checked-focus-state-layer-opacity","",s.opacity16),checkedActiveStateLayerOpacity:t.extend("--ft-checkbox-checked-active-state-layer-opacity","",s.opacity24),checkedDisabledComponentOpacity:t.extend("--ft-checkbox-checked-disabled-component-opacity","",s.opacity40),uncheckedBorderColor:t.extend("--ft-checkbox-unchecked-border-color","",s.colorGray80),uncheckedStateLayerColor:t.extend("--ft-checkbox-unchecked-state-layer-color","",s.colorGray80),uncheckedHoverStateLayerOpacity:t.extend("--ft-checkbox-unchecked-hover-state-layer-opacity","",s.opacity16),uncheckedFocusStateLayerOpacity:t.extend("--ft-checkbox-unchecked-focus-state-layer-opacity","",s.opacity16),uncheckedActiveStateLayerOpacity:t.extend("--ft-checkbox-unchecked-active-state-layer-opacity","",s.opacity24),uncheckedDisabledComponentOpacity:t.extend("--ft-checkbox-unchecked-disabled-component-opacity","",s.opacity40),focusFocusRingColor:t.extend("--ft-checkbox-focus-focus-ring-color","",u.borderActionFocusRing),focusOutlineOffset:t.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:t.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),gap:t.extend("--ft-checkbox-gap","",s.spacing3)};var es={offHoverStateLayerOpacity:t.extend("--ft-toggle-off-hover-state-layer-opacity","",s.opacity16),offFocusStateLayerOpacity:t.extend("--ft-toggle-off-focus-state-layer-opacity","",s.opacity16),offActiveStateLayerOpacity:t.extend("--ft-toggle-off-active-state-layer-opacity","",s.opacity24),offDisabledComponentOpacity:t.extend("--ft-toggle-off-disabled-component-opacity","",s.opacity40),offBackgroundColor:t.extend("--ft-toggle-off-background-color","",u.contentGlobalSubtle),offIconColor:t.extend("--ft-toggle-off-icon-color","",u.contentGlobalSubtle),offStateLayerColor:t.extend("--ft-toggle-off-state-layer-color","",u.contentGlobalSubtle),onHoverStateLayerOpacity:t.extend("--ft-toggle-on-hover-state-layer-opacity","",s.opacity16),onFocusStateLayerOpacity:t.extend("--ft-toggle-on-focus-state-layer-opacity","",s.opacity16),onActiveStateLayerOpacity:t.extend("--ft-toggle-on-active-state-layer-opacity","",s.opacity24),onDisabledComponentOpacity:t.extend("--ft-toggle-on-disabled-component-opacity","",s.opacity40),onBackgroundColor:t.extend("--ft-toggle-on-background-color","",u.contentActionPrimary),onStateLayerColor:t.extend("--ft-toggle-on-state-layer-color","",u.contentActionPrimary),onIconColor:t.extend("--ft-toggle-on-icon-color","",u.contentActionPrimary),color:t.extend("--ft-toggle-color","",u.contentGlobalPrimary),focusFocusRingColor:t.extend("--ft-toggle-focus-focus-ring-color","",u.borderActionFocusRing),gap:t.extend("--ft-toggle-gap","",s.spacing3)};var ts={color:t.extend("--ft-radio-color","",u.contentGlobalPrimary),selectedRadioColor:t.extend("--ft-radio-selected-radio-color","",u.contentActionPrimary),selectedStateLayerColor:t.extend("--ft-radio-selected-state-layer-color","",u.contentActionPrimary),selectedHoverStateLayerOpacity:t.extend("--ft-radio-selected-hover-state-layer-opacity","",s.opacity16),selectedFocusStateLayerOpacity:t.extend("--ft-radio-selected-focus-state-layer-opacity","",s.opacity16),selectedActiveStateLayerOpacity:t.extend("--ft-radio-selected-active-state-layer-opacity","",s.opacity24),selectedDisabledComponentOpacity:t.extend("--ft-radio-selected-disabled-component-opacity","",s.opacity40),unselectedStateLayerColor:t.extend("--ft-radio-unselected-state-layer-color","",u.borderInputPrimary),unselectedBorderColor:t.extend("--ft-radio-unselected-border-color","",u.borderInputPrimary),unselectedHoverStateLayerOpacity:t.extend("--ft-radio-unselected-hover-state-layer-opacity","",s.opacity16),unselectedFocusStateLayerOpacity:t.extend("--ft-radio-unselected-focus-state-layer-opacity","",s.opacity16),unselectedActiveStateLayerOpacity:t.extend("--ft-radio-unselected-active-state-layer-opacity","",s.opacity24),unselectedDisabledComponentOpacity:t.extend("--ft-radio-unselected-disabled-component-opacity","",s.opacity40),focusFocusRingColor:t.extend("--ft-radio-focus-focus-ring-color","",u.borderActionFocusRing),focusOutlineOffset:t.create("--ft-radio-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:t.create("--ft-radio-focus-outline-width","","SIZE","2px"),gap:t.extend("--ft-radio-gap","",s.spacing3)};var rs={iconSize:t.extend("--ft-notification-icon-size","",s.iconSize4),leftPadding:t.extend("--ft-notification-left-padding","",s.spacing5),rightPadding:t.extend("--ft-notification-right-padding","",s.spacing4),verticalPadding:t.extend("--ft-notification-vertical-padding","",s.spacing3),infoBackgroundColor:t.extend("--ft-notification-info-background-color","",u.backgroundInfoSubtle),infoColor:t.extend("--ft-notification-info-color","",u.contentInfoPrimary),infoIconColor:t.extend("--ft-notification-info-icon-color","",u.contentInfoIconOnly),infoBorderColor:t.extend("--ft-notification-info-border-color","",u.borderInfoSubtle),successBackgroundColor:t.extend("--ft-notification-success-background-color","",u.backgroundSuccessSubtle),successColor:t.extend("--ft-notification-success-color","",u.contentSuccessPrimary),successIconColor:t.extend("--ft-notification-success-icon-color","",u.contentSuccessIconOnly),successBorderColor:t.extend("--ft-notification-success-border-color","",u.borderSuccessSubtle),warningBackgroundColor:t.extend("--ft-notification-warning-background-color","",u.backgroundWarningSubtle),warningColor:t.extend("--ft-notification-warning-color","",u.contentWarningPrimary),warningIconColor:t.extend("--ft-notification-warning-icon-color","",u.contentWarningIconOnly),warningBorderColor:t.extend("--ft-notification-warning-border-color","",u.borderWarningSubtle),errorBackgroundColor:t.extend("--ft-notification-error-background-color","",u.backgroundErrorSubtle),errorColor:t.extend("--ft-notification-error-color","",u.contentErrorPrimary),errorIconColor:t.extend("--ft-notification-error-icon-color","",u.contentErrorIconOnly),errorBorderColor:t.extend("--ft-notification-error-border-color","",u.borderErrorSubtle),borderRadius:t.extend("--ft-notification-border-radius","",s.borderRadiusPill),borderWidth:t.create("--ft-notification-border-width","","SIZE","1px"),leadingGap:t.extend("--ft-notification-leading-gap","",s.spacing2),trailingGap:t.extend("--ft-notification-trailing-gap","",s.spacing8)};var os={horizontalPadding:t.extend("--ft-tooltip-horizontal-padding","",s.spacing2),verticalPadding:t.extend("--ft-tooltip-vertical-padding","",s.spacing2),borderRadius:t.extend("--ft-tooltip-border-radius","",s.borderRadiusS),color:t.extend("--ft-tooltip-color","",u.contentGlobalOnColor),backgroundColor:t.extend("--ft-tooltip-background-color","",u.contentGlobalPrimary),backgroundOpacity:t.extend("--ft-tooltip-background-opacity","",s.opacity80),shadow:t.extend("--ft-tooltip-shadow","",s.shadowElevation02),maxWidth:t.create("--ft-tooltip-max-width","","SIZE","256px"),gap:t.extend("--ft-tooltip-gap","",s.spacing05)};var ns={verticalPadding:t.extend("--ft-reorderable-list-vertical-padding","",s.spacing4),gap:t.extend("--ft-reorderable-list-gap","",s.spacing1),borderRadius:t.extend("--ft-reorderable-list-border-radius","",s.borderRadiusM),reorderableItemTitleMarginRight:t.extend("--ft-reorderable-list-reorderable-item-title-margin-right","",s.spacing6),reorderableItemTitleColor:t.extend("--ft-reorderable-list-reorderable-item-title-color","",u.contentGlobalPrimary),reorderableItemLeftButtonsGroupMarginRight:t.extend("--ft-reorderable-list-reorderable-item-left-buttons-group-margin-right","",s.spacing6),reorderableItemLeftButtonsGroupHorizontalGap:t.extend("--ft-reorderable-list-reorderable-item-left-buttons-group-horizontal-gap","",s.spacing2),reorderableItemRightButtonsGroupHorizontalGap:t.extend("--ft-reorderable-list-reorderable-item-right-buttons-group-horizontal-gap","",s.spacing2),reorderableItemUsersCountColor:t.extend("--ft-reorderable-list-reorderable-item-users-count-color","",u.contentGlobalPrimary),reorderableItemUsersCountMarginRight:t.extend("--ft-reorderable-list-reorderable-item-users-count-margin-right","",s.spacing6),reorderableItemBackgroundColor:t.extend("--ft-reorderable-list-reorderable-item-background-color","",u.backgroundGlobalOnSurface),reorderableItemWarningMessageGap:t.extend("--ft-reorderable-list-reorderable-item-warning-message-gap","",s.spacing1),reorderableItemWarningMessageColor:t.extend("--ft-reorderable-list-reorderable-item-warning-message-color","",u.contentWarningPrimary),reorderableItemWarningMessageIconColor:t.extend("--ft-reorderable-list-reorderable-item-warning-message-icon-color","",u.contentWarningIconOnly),reorderableItemGripColor:t.extend("--ft-reorderable-list-reorderable-item-grip-color","",u.contentGlobalSecondary),reorderableItemGripOpacity:t.extend("--ft-reorderable-list-reorderable-item-grip-opacity","",s.opacity48),boxShadow:t.extend("--ft-reorderable-list-box-shadow","",s.shadowElevation01),borderWidth:t.create("--ft-reorderable-list-border-width","","SIZE","1px"),reorderableItemsGap:t.extend("--ft-reorderable-list-reorderable-items-gap","",s.spacing2),leftPadding:t.extend("--ft-reorderable-list-left-padding","",s.spacing2),rightPadding:t.extend("--ft-reorderable-list-right-padding","",s.spacing6),borderColor:t.extend("--ft-reorderable-list-border-color","",u.borderGlobalPrimary),backgroundColor:t.extend("--ft-reorderable-list-background-color","",u.backgroundGlobalOnSurfaceDark)};var St;(function(r){r.brand="brand",r.neutral="neutral",r.info="info",r.success="success",r.warning="warning",r.error="error"})(St||(St={}));var Ot;(function(r){r.large="large",r.medium="medium",r.small="small"})(Ot||(Ot={}));function Wr(r){return`ftds--family-${r}`}function Hr(r){return`ftds--size-${r}`}var as={colorPrimary:t.create("--ft-color-primary","","COLOR","#2196F3"),colorPrimaryVariant:t.create("--ft-color-primary-variant","","COLOR","#1976D2"),colorSecondary:t.create("--ft-color-secondary","","COLOR","#FFCC80"),colorSecondaryVariant:t.create("--ft-color-secondary-variant","","COLOR","#F57C00"),colorSurface:t.create("--ft-color-surface","","COLOR","#FFFFFF"),colorContent:t.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),colorError:t.create("--ft-color-error","","COLOR","#B00020"),colorOutline:t.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:t.create("--ft-color-opacity-high","","NUMBER","1"),colorOpacityMedium:t.create("--ft-color-opacity-medium","","NUMBER","0.74"),colorOpacityDisabled:t.create("--ft-color-opacity-disabled","","NUMBER","0.38"),colorOnPrimary:t.create("--ft-color-on-primary","","COLOR","#FFFFFF"),colorOnPrimaryHigh:t.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),colorOnPrimaryMedium:t.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:t.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:t.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),colorOnSecondaryHigh:t.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),colorOnSecondaryMedium:t.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:t.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:t.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:t.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:t.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:t.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:t.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),opacityContentOnSurfaceEnable:t.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),opacityContentOnSurfaceHover:t.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),opacityContentOnSurfaceFocused:t.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),opacityContentOnSurfacePressed:t.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),opacityContentOnSurfaceSelected:t.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),opacityContentOnSurfaceDragged:t.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:t.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),opacityPrimaryOnSurfaceEnable:t.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),opacityPrimaryOnSurfaceHover:t.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:t.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:t.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:t.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:t.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:t.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),opacitySurfaceOnPrimaryEnable:t.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),opacitySurfaceOnPrimaryHover:t.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:t.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:t.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:t.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:t.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),elevation00:t.create("--ft-elevation-00","","UNKNOWN","0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0)"),elevation01:t.create("--ft-elevation-01","","UNKNOWN","0px 1px 4px 0px rgba(0, 0, 0, 0.06), 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0px 0px 1px 0px rgba(0, 0, 0, 0.06)"),elevation02:t.create("--ft-elevation-02","","UNKNOWN","0px 4px 10px 0px rgba(0, 0, 0, 0.06), 0px 2px 5px 0px rgba(0, 0, 0, 0.14), 0px 0px 1px 0px rgba(0, 0, 0, 0.06)"),elevation03:t.create("--ft-elevation-03","","UNKNOWN","0px 6px 13px 0px rgba(0, 0, 0, 0.06), 0px 3px 7px 0px rgba(0, 0, 0, 0.14), 0px 1px 2px 0px rgba(0, 0, 0, 0.06)"),elevation04:t.create("--ft-elevation-04","","UNKNOWN","0px 8px 16px 0px rgba(0, 0, 0, 0.06), 0px 4px 9px 0px rgba(0, 0, 0, 0.14), 0px 2px 3px 0px rgba(0, 0, 0, 0.06)"),elevation06:t.create("--ft-elevation-06","","UNKNOWN","0px 12px 22px 0px rgba(0, 0, 0, 0.06), 0px 6px 13px 0px rgba(0, 0, 0, 0.14), 0px 4px 5px 0px rgba(0, 0, 0, 0.06)"),elevation08:t.create("--ft-elevation-08","","UNKNOWN","0px 16px 28px 0px rgba(0, 0, 0, 0.06), 0px 8px 17px 0px rgba(0, 0, 0, 0.14), 0px 6px 7px 0px rgba(0, 0, 0, 0.06)"),elevation12:t.create("--ft-elevation-12","","UNKNOWN","0px 22px 40px 0px rgba(0, 0, 0, 0.06), 0px 12px 23px 0px rgba(0, 0, 0, 0.14), 0px 10px 11px 0px rgba(0, 0, 0, 0.06)"),elevation16:t.create("--ft-elevation-16","","UNKNOWN","0px 28px 52px 0px rgba(0, 0, 0, 0.06), 0px 16px 29px 0px rgba(0, 0, 0, 0.14), 0px 14px 15px 0px rgba(0, 0, 0, 0.06)"),elevation24:t.create("--ft-elevation-24","","UNKNOWN","0px 40px 76px 0px rgba(0, 0, 0, 0.06), 0px 24px 41px 0px rgba(0, 0, 0, 0.14), 0px 22px 23px 0px rgba(0, 0, 0, 0.06)"),borderRadiusS:t.create("--ft-border-radius-S","","SIZE","4px"),borderRadiusM:t.create("--ft-border-radius-M","","SIZE","8px"),borderRadiusL:t.create("--ft-border-radius-L","","SIZE","12px"),borderRadiusXL:t.create("--ft-border-radius-XL","","SIZE","16px"),titleFont:t.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:t.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:t.create("--ft-transition-duration","","UNKNOWN","250ms"),transitionTimingFunction:t.create("--ft-transition-timing-function","","UNKNOWN","ease-in-out")};var no={};U(no,{computeFlipOffsetPosition:()=>Rs,computeOffsetPosition:()=>As});var ta=["top","right","bottom","left"],ea=["start","end"],jr=ta.reduce((r,e)=>r.concat(e,e+"-"+ea[0],e+"-"+ea[1]),[]),ra=Math.min,oa=Math.max;var is={left:"right",right:"left",bottom:"top",top:"bottom"},cs={start:"end",end:"start"};function Gr(r,e,o){return oa(r,ra(e,o))}function Ke(r,e){return typeof r=="function"?r(e):r}function ae(r){return r.split("-")[0]}function ie(r){return r.split("-")[1]}function Vr(r){return r==="x"?"y":"x"}function Kr(r){return r==="y"?"height":"width"}function Te(r){return["top","bottom"].includes(ae(r))?"y":"x"}function Zr(r){return Vr(Te(r))}function qr(r,e,o){o===void 0&&(o=!1);let n=ie(r),a=Zr(r),i=Kr(a),c=a==="x"?n===(o?"end":"start")?"right":"left":n==="start"?"bottom":"top";return e.reference[i]>e.floating[i]&&(c=wt(c)),[c,wt(c)]}function na(r){let e=wt(r);return[Et(r),e,Et(e)]}function Et(r){return r.replace(/start|end/g,e=>cs[e])}function ss(r,e,o){let n=["left","right"],a=["right","left"],i=["top","bottom"],c=["bottom","top"];switch(r){case"top":case"bottom":return o?e?a:n:e?n:a;case"left":case"right":return e?i:c;default:return[]}}function aa(r,e,o,n){let a=ie(r),i=ss(ae(r),o==="start",n);return a&&(i=i.map(c=>c+"-"+a),e&&(i=i.concat(i.map(Et)))),i}function wt(r){return r.replace(/left|right|bottom|top/g,e=>is[e])}function ls(r){return{top:0,right:0,bottom:0,left:0,...r}}function ia(r){return typeof r!="number"?ls(r):{top:r,right:r,bottom:r,left:r}}function ke(r){let{x:e,y:o,width:n,height:a}=r;return{width:n,height:a,top:o,left:e,right:e+n,bottom:o+a,x:e,y:o}}function ca(r,e,o){let{reference:n,floating:a}=r,i=Te(e),c=Zr(e),l=Kr(c),d=ae(e),f=i==="y",y=n.x+n.width/2-a.width/2,p=n.y+n.height/2-a.height/2,g=n[l]/2-a[l]/2,b;switch(d){case"top":b={x:y,y:n.y-a.height};break;case"bottom":b={x:y,y:n.y+n.height};break;case"right":b={x:n.x+n.width,y:p};break;case"left":b={x:n.x-a.width,y:p};break;default:b={x:n.x,y:n.y}}switch(ie(e)){case"start":b[c]-=g*(o&&f?-1:1);break;case"end":b[c]+=g*(o&&f?-1:1);break}return b}var sa=async(r,e,o)=>{let{placement:n="bottom",strategy:a="absolute",middleware:i=[],platform:c}=o,l=i.filter(Boolean),d=await(c.isRTL==null?void 0:c.isRTL(e)),f=await c.getElementRects({reference:r,floating:e,strategy:a}),{x:y,y:p}=ca(f,n,d),g=n,b={},m=0;for(let S=0;S<l.length;S++){let{name:w,fn:C}=l[S],{x:A,y:O,data:x,reset:E}=await C({x:y,y:p,initialPlacement:n,placement:g,strategy:a,middlewareData:b,rects:f,platform:c,elements:{reference:r,floating:e}});y=A??y,p=O??p,b={...b,[w]:{...b[w],...x}},E&&m<=50&&(m++,typeof E=="object"&&(E.placement&&(g=E.placement),E.rects&&(f=E.rects===!0?await c.getElementRects({reference:r,floating:e,strategy:a}):E.rects),{x:y,y:p}=ca(f,g,d)),S=-1)}return{x:y,y:p,placement:g,strategy:a,middlewareData:b}};async function Vt(r,e){var o;e===void 0&&(e={});let{x:n,y:a,platform:i,rects:c,elements:l,strategy:d}=r,{boundary:f="clippingAncestors",rootBoundary:y="viewport",elementContext:p="floating",altBoundary:g=!1,padding:b=0}=Ke(e,r),m=ia(b),w=l[g?p==="floating"?"reference":"floating":p],C=ke(await i.getClippingRect({element:(o=await(i.isElement==null?void 0:i.isElement(w)))==null||o?w:w.contextElement||await(i.getDocumentElement==null?void 0:i.getDocumentElement(l.floating)),boundary:f,rootBoundary:y,strategy:d})),A=p==="floating"?{x:n,y:a,width:c.floating.width,height:c.floating.height}:c.reference,O=await(i.getOffsetParent==null?void 0:i.getOffsetParent(l.floating)),x=await(i.isElement==null?void 0:i.isElement(O))?await(i.getScale==null?void 0:i.getScale(O))||{x:1,y:1}:{x:1,y:1},E=ke(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({elements:l,rect:A,offsetParent:O,strategy:d}):A);return{top:(C.top-E.top+m.top)/x.y,bottom:(E.bottom-C.bottom+m.bottom)/x.y,left:(C.left-E.left+m.left)/x.x,right:(E.right-C.right+m.right)/x.x}}function ds(r,e,o){return(r?[...o.filter(a=>ie(a)===r),...o.filter(a=>ie(a)!==r)]:o.filter(a=>ae(a)===a)).filter(a=>r?ie(a)===r||(e?Et(a)!==a:!1):!0)}var Yr=function(r){return r===void 0&&(r={}),{name:"autoPlacement",options:r,async fn(e){var o,n,a;let{rects:i,middlewareData:c,placement:l,platform:d,elements:f}=e,{crossAxis:y=!1,alignment:p,allowedPlacements:g=jr,autoAlignment:b=!0,...m}=Ke(r,e),S=p!==void 0||g===jr?ds(p||null,b,g):g,w=await Vt(e,m),C=((o=c.autoPlacement)==null?void 0:o.index)||0,A=S[C];if(A==null)return{};let O=qr(A,i,await(d.isRTL==null?void 0:d.isRTL(f.floating)));if(l!==A)return{reset:{placement:S[0]}};let x=[w[ae(A)],w[O[0]],w[O[1]]],E=[...((n=c.autoPlacement)==null?void 0:n.overflows)||[],{placement:A,overflows:x}],I=S[C+1];if(I)return{data:{index:C+1,overflows:E},reset:{placement:I}};let L=E.map(R=>{let h=ie(R.placement);return[R.placement,h&&y?R.overflows.slice(0,2).reduce((v,N)=>v+N,0):R.overflows[0],R.overflows]}).sort((R,h)=>R[1]-h[1]),k=((a=L.filter(R=>R[2].slice(0,ie(R[0])?2:3).every(h=>h<=0))[0])==null?void 0:a[0])||L[0][0];return k!==l?{data:{index:C+1,overflows:E},reset:{placement:k}}:{}}}},Jr=function(r){return r===void 0&&(r={}),{name:"flip",options:r,async fn(e){var o,n;let{placement:a,middlewareData:i,rects:c,initialPlacement:l,platform:d,elements:f}=e,{mainAxis:y=!0,crossAxis:p=!0,fallbackPlacements:g,fallbackStrategy:b="bestFit",fallbackAxisSideDirection:m="none",flipAlignment:S=!0,...w}=Ke(r,e);if((o=i.arrow)!=null&&o.alignmentOffset)return{};let C=ae(a),A=Te(l),O=ae(l)===l,x=await(d.isRTL==null?void 0:d.isRTL(f.floating)),E=g||(O||!S?[wt(l)]:na(l)),I=m!=="none";!g&&I&&E.push(...aa(l,S,m,x));let L=[l,...E],_=await Vt(e,w),k=[],R=((n=i.flip)==null?void 0:n.overflows)||[];if(y&&k.push(_[C]),p){let T=qr(a,c,x);k.push(_[T[0]],_[T[1]])}if(R=[...R,{placement:a,overflows:k}],!k.every(T=>T<=0)){var h,v;let T=(((h=i.flip)==null?void 0:h.index)||0)+1,F=L[T];if(F)return{data:{index:T,overflows:R},reset:{placement:F}};let P=(v=R.filter(J=>J.overflows[0]<=0).sort((J,q)=>J.overflows[1]-q.overflows[1])[0])==null?void 0:v.placement;if(!P)switch(b){case"bestFit":{var N;let J=(N=R.filter(q=>{if(I){let X=Te(q.placement);return X===A||X==="y"}return!0}).map(q=>[q.placement,q.overflows.filter(X=>X>0).reduce((X,W)=>X+W,0)]).sort((q,X)=>q[1]-X[1])[0])==null?void 0:N[0];J&&(P=J);break}case"initialPlacement":P=l;break}if(a!==P)return{reset:{placement:P}}}return{}}}};async function us(r,e){let{placement:o,platform:n,elements:a}=r,i=await(n.isRTL==null?void 0:n.isRTL(a.floating)),c=ae(o),l=ie(o),d=Te(o)==="y",f=["left","top"].includes(c)?-1:1,y=i&&d?-1:1,p=Ke(e,r),{mainAxis:g,crossAxis:b,alignmentAxis:m}=typeof p=="number"?{mainAxis:p,crossAxis:0,alignmentAxis:null}:{mainAxis:p.mainAxis||0,crossAxis:p.crossAxis||0,alignmentAxis:p.alignmentAxis};return l&&typeof m=="number"&&(b=l==="end"?m*-1:m),d?{x:b*y,y:g*f}:{x:g*f,y:b*y}}var Xr=function(r){return r===void 0&&(r=0),{name:"offset",options:r,async fn(e){var o,n;let{x:a,y:i,placement:c,middlewareData:l}=e,d=await us(e,r);return c===((o=l.offset)==null?void 0:o.placement)&&(n=l.arrow)!=null&&n.alignmentOffset?{}:{x:a+d.x,y:i+d.y,data:{...d,placement:c}}}}},Qr=function(r){return r===void 0&&(r={}),{name:"shift",options:r,async fn(e){let{x:o,y:n,placement:a}=e,{mainAxis:i=!0,crossAxis:c=!1,limiter:l={fn:w=>{let{x:C,y:A}=w;return{x:C,y:A}}},...d}=Ke(r,e),f={x:o,y:n},y=await Vt(e,d),p=Te(ae(a)),g=Vr(p),b=f[g],m=f[p];if(i){let w=g==="y"?"top":"left",C=g==="y"?"bottom":"right",A=b+y[w],O=b-y[C];b=Gr(A,b,O)}if(c){let w=p==="y"?"top":"left",C=p==="y"?"bottom":"right",A=m+y[w],O=m-y[C];m=Gr(A,m,O)}let S=l.fn({...e,[g]:b,[p]:m});return{...S,data:{x:S.x-o,y:S.y-n,enabled:{[g]:i,[p]:c}}}}}};var eo=Math.min,Ze=Math.max,Ct=Math.round;var fe=r=>({x:r,y:r});function pe(r){return da(r)?(r.nodeName||"").toLowerCase():"#document"}function V(r){var e;return(r==null||(e=r.ownerDocument)==null?void 0:e.defaultView)||window}function he(r){var e;return(e=(da(r)?r.ownerDocument:r.document)||window.document)==null?void 0:e.documentElement}function da(r){return r instanceof Node||r instanceof V(r).Node}function ce(r){return r instanceof Element||r instanceof V(r).Element}function te(r){return r instanceof HTMLElement||r instanceof V(r).HTMLElement}function la(r){return typeof ShadowRoot>"u"?!1:r instanceof ShadowRoot||r instanceof V(r).ShadowRoot}function qe(r){let{overflow:e,overflowX:o,overflowY:n,display:a}=K(r);return/auto|scroll|overlay|hidden|clip/.test(e+n+o)&&!["inline","contents"].includes(a)}function ua(r){return["table","td","th"].includes(pe(r))}function Zt(r){let e=qt(),o=K(r);return o.transform!=="none"||o.perspective!=="none"||(o.containerType?o.containerType!=="normal":!1)||!e&&(o.backdropFilter?o.backdropFilter!=="none":!1)||!e&&(o.filter?o.filter!=="none":!1)||["transform","perspective","filter"].some(n=>(o.willChange||"").includes(n))||["paint","layout","strict","content"].some(n=>(o.contain||"").includes(n))}function fa(r){let e=_e(r);for(;te(e)&&!At(e);){if(Zt(e))return e;e=_e(e)}return null}function qt(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function At(r){return["html","body","#document"].includes(pe(r))}function K(r){return V(r).getComputedStyle(r)}function Rt(r){return ce(r)?{scrollLeft:r.scrollLeft,scrollTop:r.scrollTop}:{scrollLeft:r.pageXOffset,scrollTop:r.pageYOffset}}function _e(r){if(pe(r)==="html")return r;let e=r.assignedSlot||r.parentNode||la(r)&&r.host||he(r);return la(e)?e.host:e}function pa(r){let e=_e(r);return At(e)?r.ownerDocument?r.ownerDocument.body:r.body:te(e)&&qe(e)?e:pa(e)}function Kt(r,e,o){var n;e===void 0&&(e=[]),o===void 0&&(o=!0);let a=pa(r),i=a===((n=r.ownerDocument)==null?void 0:n.body),c=V(a);return i?e.concat(c,c.visualViewport||[],qe(a)?a:[],c.frameElement&&o?Kt(c.frameElement):[]):e.concat(a,Kt(a,[],o))}function ga(r){let e=K(r),o=parseFloat(e.width)||0,n=parseFloat(e.height)||0,a=te(r),i=a?r.offsetWidth:o,c=a?r.offsetHeight:n,l=Ct(o)!==i||Ct(n)!==c;return l&&(o=i,n=c),{width:o,height:n,$:l}}function ma(r){return ce(r)?r:r.contextElement}function Ye(r){let e=ma(r);if(!te(e))return fe(1);let o=e.getBoundingClientRect(),{width:n,height:a,$:i}=ga(e),c=(i?Ct(o.width):o.width)/n,l=(i?Ct(o.height):o.height)/a;return(!c||!Number.isFinite(c))&&(c=1),(!l||!Number.isFinite(l))&&(l=1),{x:c,y:l}}var fs=fe(0);function ba(r){let e=V(r);return!qt()||!e.visualViewport?fs:{x:e.visualViewport.offsetLeft,y:e.visualViewport.offsetTop}}function ps(r,e,o){return e===void 0&&(e=!1),!o||e&&o!==V(r)?!1:e}function Nt(r,e,o,n){e===void 0&&(e=!1),o===void 0&&(o=!1);let a=r.getBoundingClientRect(),i=ma(r),c=fe(1);e&&(n?ce(n)&&(c=Ye(n)):c=Ye(r));let l=ps(i,o,n)?ba(i):fe(0),d=(a.left+l.x)/c.x,f=(a.top+l.y)/c.y,y=a.width/c.x,p=a.height/c.y;if(i){let g=V(i),b=n&&ce(n)?V(n):n,m=g.frameElement;for(;m&&n&&b!==g;){let S=Ye(m),w=m.getBoundingClientRect(),C=K(m),A=w.left+(m.clientLeft+parseFloat(C.paddingLeft))*S.x,O=w.top+(m.clientTop+parseFloat(C.paddingTop))*S.y;d*=S.x,f*=S.y,y*=S.x,p*=S.y,d+=A,f+=O,m=V(m).frameElement}}return ke({width:y,height:p,x:d,y:f})}function hs(r){let{rect:e,offsetParent:o,strategy:n}=r,a=te(o),i=he(o);if(o===i)return e;let c={scrollLeft:0,scrollTop:0},l=fe(1),d=fe(0);if((a||!a&&n!=="fixed")&&((pe(o)!=="body"||qe(i))&&(c=Rt(o)),te(o))){let f=Nt(o);l=Ye(o),d.x=f.x+o.clientLeft,d.y=f.y+o.clientTop}return{width:e.width*l.x,height:e.height*l.y,x:e.x*l.x-c.scrollLeft*l.x+d.x,y:e.y*l.y-c.scrollTop*l.y+d.y}}function ys(r){return Array.from(r.getClientRects())}function xa(r){return Nt(he(r)).left+Rt(r).scrollLeft}function gs(r){let e=he(r),o=Rt(r),n=r.ownerDocument.body,a=Ze(e.scrollWidth,e.clientWidth,n.scrollWidth,n.clientWidth),i=Ze(e.scrollHeight,e.clientHeight,n.scrollHeight,n.clientHeight),c=-o.scrollLeft+xa(r),l=-o.scrollTop;return K(n).direction==="rtl"&&(c+=Ze(e.clientWidth,n.clientWidth)-a),{width:a,height:i,x:c,y:l}}function ms(r,e){let o=V(r),n=he(r),a=o.visualViewport,i=n.clientWidth,c=n.clientHeight,l=0,d=0;if(a){i=a.width,c=a.height;let f=qt();(!f||f&&e==="fixed")&&(l=a.offsetLeft,d=a.offsetTop)}return{width:i,height:c,x:l,y:d}}function bs(r,e){let o=Nt(r,!0,e==="fixed"),n=o.top+r.clientTop,a=o.left+r.clientLeft,i=te(r)?Ye(r):fe(1),c=r.clientWidth*i.x,l=r.clientHeight*i.y,d=a*i.x,f=n*i.y;return{width:c,height:l,x:d,y:f}}function ha(r,e,o){let n;if(e==="viewport")n=ms(r,o);else if(e==="document")n=gs(he(r));else if(ce(e))n=bs(e,o);else{let a=ba(r);n={...e,x:e.x-a.x,y:e.y-a.y}}return ke(n)}function va(r,e){let o=_e(r);return o===e||!ce(o)||At(o)?!1:K(o).position==="fixed"||va(o,e)}function xs(r,e){let o=e.get(r);if(o)return o;let n=Kt(r,[],!1).filter(l=>ce(l)&&pe(l)!=="body"),a=null,i=K(r).position==="fixed",c=i?_e(r):r;for(;ce(c)&&!At(c);){let l=K(c),d=Zt(c);!d&&l.position==="fixed"&&(a=null),(i?!d&&!a:!d&&l.position==="static"&&!!a&&["absolute","fixed"].includes(a.position)||qe(c)&&!d&&va(r,c))?n=n.filter(y=>y!==c):a=l,c=_e(c)}return e.set(r,n),n}function vs(r){let{element:e,boundary:o,rootBoundary:n,strategy:a}=r,c=[...o==="clippingAncestors"?xs(e,this._c):[].concat(o),n],l=c[0],d=c.reduce((f,y)=>{let p=ha(e,y,a);return f.top=Ze(p.top,f.top),f.right=eo(p.right,f.right),f.bottom=eo(p.bottom,f.bottom),f.left=Ze(p.left,f.left),f},ha(e,l,a));return{width:d.right-d.left,height:d.bottom-d.top,x:d.left,y:d.top}}function Ss(r){return ga(r)}function Os(r,e,o){let n=te(e),a=he(e),i=o==="fixed",c=Nt(r,!0,i,e),l={scrollLeft:0,scrollTop:0},d=fe(0);if(n||!n&&!i)if((pe(e)!=="body"||qe(a))&&(l=Rt(e)),n){let f=Nt(e,!0,i,e);d.x=f.x+e.clientLeft,d.y=f.y+e.clientTop}else a&&(d.x=xa(a));return{x:c.left+l.scrollLeft-d.x,y:c.top+l.scrollTop-d.y,width:c.width,height:c.height}}function ya(r,e){return!te(r)||K(r).position==="fixed"?null:e?e(r):r.offsetParent}function Sa(r,e){let o=V(r);if(!te(r))return o;let n=ya(r,e);for(;n&&ua(n)&&K(n).position==="static";)n=ya(n,e);return n&&(pe(n)==="html"||pe(n)==="body"&&K(n).position==="static"&&!Zt(n))?o:n||fa(r)||o}var Es=async function(r){let{reference:e,floating:o,strategy:n}=r,a=this.getOffsetParent||Sa,i=this.getDimensions;return{reference:Os(e,await a(o),n),floating:{x:0,y:0,...await i(o)}}};function ws(r){return K(r).direction==="rtl"}var Je={convertOffsetParentRelativeRectToViewportRelativeRect:hs,getDocumentElement:he,getClippingRect:vs,getOffsetParent:Sa,getElementRects:Es,getClientRects:ys,getDimensions:Ss,getScale:Ye,isElement:ce,isRTL:ws};var to=(r,e,o)=>{let n=new Map,a={platform:Je,...o},i={...a.platform,_c:n};return sa(r,e,{...a,platform:i})};function oo(r){return Cs(r)}function ro(r){return r.assignedSlot?r.assignedSlot:r.parentNode instanceof ShadowRoot?r.parentNode.host:r.parentNode}function Cs(r){for(let e=r;e;e=ro(e))if(e instanceof Element&&getComputedStyle(e).display==="none")return null;for(let e=ro(r);e;e=ro(e)){if(!(e instanceof Element))continue;let o=getComputedStyle(e);if(o.display!=="contents"&&(o.position!=="static"||o.filter!=="none"||e.tagName==="BODY"))return e}return null}async function As(r,e,o){return to(r,e,{platform:{...Je,getOffsetParent:n=>Je.getOffsetParent(n,oo)},middleware:[Qr({crossAxis:!0}),Yr({allowedPlacements:[o]})]})}async function Rs(r,e,o,n,a){return to(r,e,{placement:o,strategy:a,platform:{...Je,getOffsetParent:i=>Je.getOffsetParent(i,oo)},middleware:[Xr(4),Jr({fallbackPlacements:n})]})}var io={};U(io,{FtdsBase:()=>ao,toFtdsBase:()=>Ea});var Oa=function(r,e,o,n){var a=arguments.length,i=a<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,o):n,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(r,e,o,n);else for(var l=r.length-1;l>=0;l--)(c=r[l])&&(i=(a<3?c(i):a>3?c(e,o,i):c(e,o))||i);return a>3&&i&&Object.defineProperty(e,o,i),i};function Ea(r){class e extends r{constructor(){super(...arguments),this.size=Ot.medium,this.family=St.neutral}getDesignSystemBaseClasses(){return{[Wr(this.family)]:!0,[Hr(this.size)]:!0}}}return Oa([G()],e.prototype,"size",void 0),Oa([G()],e.prototype,"family",void 0),e}var ao=class extends Ea(ee){};var wa={};var so={};U(so,{highlightHtml:()=>Ps,highlightHtmlColorCssVariable:()=>Ca,highlightHtmlStyles:()=>Is});var Fe=class r{constructor(e,o=!0,n=[],a=5e3){this.ctx=e,this.iframes=o,this.exclude=n,this.iframesTimeout=a}static matches(e,o){let n=typeof o=="string"?[o]:o,a=e.matches||e.matchesSelector||e.msMatchesSelector||e.mozMatchesSelector||e.oMatchesSelector||e.webkitMatchesSelector;if(a){let i=!1;return n.every(c=>a.call(e,c)?(i=!0,!1):!0),i}else return!1}getContexts(){let e,o=[];return typeof this.ctx>"u"||!this.ctx?e=[]:NodeList.prototype.isPrototypeOf(this.ctx)?e=Array.prototype.slice.call(this.ctx):Array.isArray(this.ctx)?e=this.ctx:typeof this.ctx=="string"?e=Array.prototype.slice.call(document.querySelectorAll(this.ctx)):e=[this.ctx],e.forEach(n=>{let a=o.filter(i=>i.contains(n)).length>0;o.indexOf(n)===-1&&!a&&o.push(n)}),o}getIframeContents(e,o,n=()=>{}){let a;try{let i=e.contentWindow;if(a=i.document,!i||!a)throw new Error("iframe inaccessible")}catch{n()}a&&o(a)}isIframeBlank(e){let o="about:blank",n=e.getAttribute("src").trim();return e.contentWindow.location.href===o&&n!==o&&n}observeIframeLoad(e,o,n){let a=!1,i=null,c=()=>{if(!a){a=!0,clearTimeout(i);try{this.isIframeBlank(e)||(e.removeEventListener("load",c),this.getIframeContents(e,o,n))}catch{n()}}};e.addEventListener("load",c),i=setTimeout(c,this.iframesTimeout)}onIframeReady(e,o,n){try{e.contentWindow.document.readyState==="complete"?this.isIframeBlank(e)?this.observeIframeLoad(e,o,n):this.getIframeContents(e,o,n):this.observeIframeLoad(e,o,n)}catch{n()}}waitForIframes(e,o){let n=0;this.forEachIframe(e,()=>!0,a=>{n++,this.waitForIframes(a.querySelector("html"),()=>{--n||o()})},a=>{a||o()})}forEachIframe(e,o,n,a=()=>{}){let i=e.querySelectorAll("iframe"),c=i.length,l=0;i=Array.prototype.slice.call(i);let d=()=>{--c<=0&&a(l)};c||d(),i.forEach(f=>{r.matches(f,this.exclude)?d():this.onIframeReady(f,y=>{o(f)&&(l++,n(y)),d()},d)})}createIterator(e,o,n){return document.createNodeIterator(e,o,n,!1)}createInstanceOnIframe(e){return new r(e.querySelector("html"),this.iframes)}compareNodeIframe(e,o,n){let a=e.compareDocumentPosition(n),i=Node.DOCUMENT_POSITION_PRECEDING;if(a&i)if(o!==null){let c=o.compareDocumentPosition(n),l=Node.DOCUMENT_POSITION_FOLLOWING;if(c&l)return!0}else return!0;return!1}getIteratorNode(e){let o=e.previousNode(),n;return o===null?n=e.nextNode():n=e.nextNode()&&e.nextNode(),{prevNode:o,node:n}}checkIframeFilter(e,o,n,a){let i=!1,c=!1;return a.forEach((l,d)=>{l.val===n&&(i=d,c=l.handled)}),this.compareNodeIframe(e,o,n)?(i===!1&&!c?a.push({val:n,handled:!0}):i!==!1&&!c&&(a[i].handled=!0),!0):(i===!1&&a.push({val:n,handled:!1}),!1)}handleOpenIframes(e,o,n,a){e.forEach(i=>{i.handled||this.getIframeContents(i.val,c=>{this.createInstanceOnIframe(c).forEachNode(o,n,a)})})}iterateThroughNodes(e,o,n,a,i){let c=this.createIterator(o,e,a),l=[],d=[],f,y,p=()=>({prevNode:y,node:f}=this.getIteratorNode(c),f);for(;p();)this.iframes&&this.forEachIframe(o,g=>this.checkIframeFilter(f,y,g,l),g=>{this.createInstanceOnIframe(g).forEachNode(e,b=>d.push(b),a)}),d.push(f);d.forEach(g=>{n(g)}),this.iframes&&this.handleOpenIframes(l,e,n,a),i()}forEachNode(e,o,n,a=()=>{}){let i=this.getContexts(),c=i.length;c||a(),i.forEach(l=>{let d=()=>{this.iterateThroughNodes(e,l,o,n,()=>{--c<=0&&a()})};this.iframes?this.waitForIframes(l,d):d()})}};var It=class{constructor(e){this.ctx=e,this.ie=!1;let o=window.navigator.userAgent;(o.indexOf("MSIE")>-1||o.indexOf("Trident")>-1)&&(this.ie=!0)}set opt(e){this._opt=Object.assign({},{element:"",className:"",exclude:[],iframes:!1,iframesTimeout:5e3,separateWordSearch:!0,diacritics:!0,synonyms:{},accuracy:"partially",acrossElements:!1,caseSensitive:!1,ignoreJoiners:!1,ignoreGroups:0,ignorePunctuation:[],wildcards:"disabled",each:()=>{},noMatch:()=>{},filter:()=>!0,done:()=>{},debug:!1,log:window.console},e)}get opt(){return this._opt}get iterator(){return new Fe(this.ctx,this.opt.iframes,this.opt.exclude,this.opt.iframesTimeout)}log(e,o="debug"){let n=this.opt.log;this.opt.debug&&typeof n=="object"&&typeof n[o]=="function"&&n[o](`mark.js: ${e}`)}escapeStr(e){return e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}createRegExp(e){return this.opt.wildcards!=="disabled"&&(e=this.setupWildcardsRegExp(e)),e=this.escapeStr(e),Object.keys(this.opt.synonyms).length&&(e=this.createSynonymsRegExp(e)),(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(e=this.setupIgnoreJoinersRegExp(e)),this.opt.diacritics&&(e=this.createDiacriticsRegExp(e)),e=this.createMergedBlanksRegExp(e),(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(e=this.createJoinersRegExp(e)),this.opt.wildcards!=="disabled"&&(e=this.createWildcardsRegExp(e)),e=this.createAccuracyRegExp(e),e}createSynonymsRegExp(e){let o=this.opt.synonyms,n=this.opt.caseSensitive?"":"i",a=this.opt.ignoreJoiners||this.opt.ignorePunctuation.length?"\0":"";for(let i in o)if(o.hasOwnProperty(i)){let c=o[i],l=this.opt.wildcards!=="disabled"?this.setupWildcardsRegExp(i):this.escapeStr(i),d=this.opt.wildcards!=="disabled"?this.setupWildcardsRegExp(c):this.escapeStr(c);l!==""&&d!==""&&(e=e.replace(new RegExp(`(${this.escapeStr(l)}|${this.escapeStr(d)})`,`gm${n}`),a+`(${this.processSynomyms(l)}|${this.processSynomyms(d)})`+a))}return e}processSynomyms(e){return(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(e=this.setupIgnoreJoinersRegExp(e)),e}setupWildcardsRegExp(e){return e=e.replace(/(?:\\)*\?/g,o=>o.charAt(0)==="\\"?"?":""),e.replace(/(?:\\)*\*/g,o=>o.charAt(0)==="\\"?"*":"")}createWildcardsRegExp(e){let o=this.opt.wildcards==="withSpaces";return e.replace(/\u0001/g,o?"[\\S\\s]?":"\\S?").replace(/\u0002/g,o?"[\\S\\s]*?":"\\S*")}setupIgnoreJoinersRegExp(e){return e.replace(/[^(|)\\]/g,(o,n,a)=>{let i=a.charAt(n+1);return/[(|)\\]/.test(i)||i===""?o:o+"\0"})}createJoinersRegExp(e){let o=[],n=this.opt.ignorePunctuation;return Array.isArray(n)&&n.length&&o.push(this.escapeStr(n.join(""))),this.opt.ignoreJoiners&&o.push("\\u00ad\\u200b\\u200c\\u200d"),o.length?e.split(/\u0000+/).join(`[${o.join("")}]*`):e}createDiacriticsRegExp(e){let o=this.opt.caseSensitive?"":"i",n=this.opt.caseSensitive?["a\xE0\xE1\u1EA3\xE3\u1EA1\u0103\u1EB1\u1EAF\u1EB3\u1EB5\u1EB7\xE2\u1EA7\u1EA5\u1EA9\u1EAB\u1EAD\xE4\xE5\u0101\u0105","A\xC0\xC1\u1EA2\xC3\u1EA0\u0102\u1EB0\u1EAE\u1EB2\u1EB4\u1EB6\xC2\u1EA6\u1EA4\u1EA8\u1EAA\u1EAC\xC4\xC5\u0100\u0104","c\xE7\u0107\u010D","C\xC7\u0106\u010C","d\u0111\u010F","D\u0110\u010E","e\xE8\xE9\u1EBB\u1EBD\u1EB9\xEA\u1EC1\u1EBF\u1EC3\u1EC5\u1EC7\xEB\u011B\u0113\u0119","E\xC8\xC9\u1EBA\u1EBC\u1EB8\xCA\u1EC0\u1EBE\u1EC2\u1EC4\u1EC6\xCB\u011A\u0112\u0118","i\xEC\xED\u1EC9\u0129\u1ECB\xEE\xEF\u012B","I\xCC\xCD\u1EC8\u0128\u1ECA\xCE\xCF\u012A","l\u0142","L\u0141","n\xF1\u0148\u0144","N\xD1\u0147\u0143","o\xF2\xF3\u1ECF\xF5\u1ECD\xF4\u1ED3\u1ED1\u1ED5\u1ED7\u1ED9\u01A1\u1EDF\u1EE1\u1EDB\u1EDD\u1EE3\xF6\xF8\u014D","O\xD2\xD3\u1ECE\xD5\u1ECC\xD4\u1ED2\u1ED0\u1ED4\u1ED6\u1ED8\u01A0\u1EDE\u1EE0\u1EDA\u1EDC\u1EE2\xD6\xD8\u014C","r\u0159","R\u0158","s\u0161\u015B\u0219\u015F","S\u0160\u015A\u0218\u015E","t\u0165\u021B\u0163","T\u0164\u021A\u0162","u\xF9\xFA\u1EE7\u0169\u1EE5\u01B0\u1EEB\u1EE9\u1EED\u1EEF\u1EF1\xFB\xFC\u016F\u016B","U\xD9\xDA\u1EE6\u0168\u1EE4\u01AF\u1EEA\u1EE8\u1EEC\u1EEE\u1EF0\xDB\xDC\u016E\u016A","y\xFD\u1EF3\u1EF7\u1EF9\u1EF5\xFF","Y\xDD\u1EF2\u1EF6\u1EF8\u1EF4\u0178","z\u017E\u017C\u017A","Z\u017D\u017B\u0179"]:["a\xE0\xE1\u1EA3\xE3\u1EA1\u0103\u1EB1\u1EAF\u1EB3\u1EB5\u1EB7\xE2\u1EA7\u1EA5\u1EA9\u1EAB\u1EAD\xE4\xE5\u0101\u0105A\xC0\xC1\u1EA2\xC3\u1EA0\u0102\u1EB0\u1EAE\u1EB2\u1EB4\u1EB6\xC2\u1EA6\u1EA4\u1EA8\u1EAA\u1EAC\xC4\xC5\u0100\u0104","c\xE7\u0107\u010DC\xC7\u0106\u010C","d\u0111\u010FD\u0110\u010E","e\xE8\xE9\u1EBB\u1EBD\u1EB9\xEA\u1EC1\u1EBF\u1EC3\u1EC5\u1EC7\xEB\u011B\u0113\u0119E\xC8\xC9\u1EBA\u1EBC\u1EB8\xCA\u1EC0\u1EBE\u1EC2\u1EC4\u1EC6\xCB\u011A\u0112\u0118","i\xEC\xED\u1EC9\u0129\u1ECB\xEE\xEF\u012BI\xCC\xCD\u1EC8\u0128\u1ECA\xCE\xCF\u012A","l\u0142L\u0141","n\xF1\u0148\u0144N\xD1\u0147\u0143","o\xF2\xF3\u1ECF\xF5\u1ECD\xF4\u1ED3\u1ED1\u1ED5\u1ED7\u1ED9\u01A1\u1EDF\u1EE1\u1EDB\u1EDD\u1EE3\xF6\xF8\u014DO\xD2\xD3\u1ECE\xD5\u1ECC\xD4\u1ED2\u1ED0\u1ED4\u1ED6\u1ED8\u01A0\u1EDE\u1EE0\u1EDA\u1EDC\u1EE2\xD6\xD8\u014C","r\u0159R\u0158","s\u0161\u015B\u0219\u015FS\u0160\u015A\u0218\u015E","t\u0165\u021B\u0163T\u0164\u021A\u0162","u\xF9\xFA\u1EE7\u0169\u1EE5\u01B0\u1EEB\u1EE9\u1EED\u1EEF\u1EF1\xFB\xFC\u016F\u016BU\xD9\xDA\u1EE6\u0168\u1EE4\u01AF\u1EEA\u1EE8\u1EEC\u1EEE\u1EF0\xDB\xDC\u016E\u016A","y\xFD\u1EF3\u1EF7\u1EF9\u1EF5\xFFY\xDD\u1EF2\u1EF6\u1EF8\u1EF4\u0178","z\u017E\u017C\u017AZ\u017D\u017B\u0179"],a=[];return e.split("").forEach(i=>{n.every(c=>{if(c.indexOf(i)!==-1){if(a.indexOf(c)>-1)return!1;e=e.replace(new RegExp(`[${c}]`,`gm${o}`),`[${c}]`),a.push(c)}return!0})}),e}createMergedBlanksRegExp(e){return e.replace(/[\s]+/gmi,"[\\s]+")}createAccuracyRegExp(e){let o="!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~\xA1\xBF",n=this.opt.accuracy,a=typeof n=="string"?n:n.value,i=typeof n=="string"?[]:n.limiters,c="";switch(i.forEach(l=>{c+=`|${this.escapeStr(l)}`}),a){case"partially":default:return`()(${e})`;case"complementary":return c="\\s"+(c||this.escapeStr(o)),`()([^${c}]*${e}[^${c}]*)`;case"exactly":return`(^|\\s${c})(${e})(?=$|\\s${c})`}}getSeparatedKeywords(e){let o=[];return e.forEach(n=>{this.opt.separateWordSearch?n.split(" ").forEach(a=>{a.trim()&&o.indexOf(a)===-1&&o.push(a)}):n.trim()&&o.indexOf(n)===-1&&o.push(n)}),{keywords:o.sort((n,a)=>a.length-n.length),length:o.length}}isNumeric(e){return Number(parseFloat(e))==e}checkRanges(e){if(!Array.isArray(e)||Object.prototype.toString.call(e[0])!=="[object Object]")return this.log("markRanges() will only accept an array of objects"),this.opt.noMatch(e),[];let o=[],n=0;return e.sort((a,i)=>a.start-i.start).forEach(a=>{let{start:i,end:c,valid:l}=this.callNoMatchOnInvalidRanges(a,n);l&&(a.start=i,a.length=c-i,o.push(a),n=c)}),o}callNoMatchOnInvalidRanges(e,o){let n,a,i=!1;return e&&typeof e.start<"u"?(n=parseInt(e.start,10),a=n+parseInt(e.length,10),this.isNumeric(e.start)&&this.isNumeric(e.length)&&a-o>0&&a-n>0?i=!0:(this.log(`Ignoring invalid or overlapping range: ${JSON.stringify(e)}`),this.opt.noMatch(e))):(this.log(`Ignoring invalid range: ${JSON.stringify(e)}`),this.opt.noMatch(e)),{start:n,end:a,valid:i}}checkWhitespaceRanges(e,o,n){let a,i=!0,c=n.length,l=o-c,d=parseInt(e.start,10)-l;return d=d>c?c:d,a=d+parseInt(e.length,10),a>c&&(a=c,this.log(`End range automatically set to the max value of ${c}`)),d<0||a-d<0||d>c||a>c?(i=!1,this.log(`Invalid range: ${JSON.stringify(e)}`),this.opt.noMatch(e)):n.substring(d,a).replace(/\s+/g,"")===""&&(i=!1,this.log("Skipping whitespace only range: "+JSON.stringify(e)),this.opt.noMatch(e)),{start:d,end:a,valid:i}}getTextNodes(e){let o="",n=[];this.iterator.forEachNode(NodeFilter.SHOW_TEXT,a=>{n.push({start:o.length,end:(o+=a.textContent).length,node:a})},a=>this.matchesExclude(a.parentNode)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT,()=>{e({value:o,nodes:n})})}matchesExclude(e){return Fe.matches(e,this.opt.exclude.concat(["script","style","title","head","html"]))}wrapRangeInTextNode(e,o,n){let a=this.opt.element?this.opt.element:"mark",i=e.splitText(o),c=i.splitText(n-o),l=document.createElement(a);return l.setAttribute("data-markjs","true"),this.opt.className&&l.setAttribute("class",this.opt.className),l.textContent=i.textContent,i.parentNode.replaceChild(l,i),c}wrapRangeInMappedTextNode(e,o,n,a,i){e.nodes.every((c,l)=>{let d=e.nodes[l+1];if(typeof d>"u"||d.start>o){if(!a(c.node))return!1;let f=o-c.start,y=(n>c.end?c.end:n)-c.start,p=e.value.substr(0,c.start),g=e.value.substr(y+c.start);if(c.node=this.wrapRangeInTextNode(c.node,f,y),e.value=p+g,e.nodes.forEach((b,m)=>{m>=l&&(e.nodes[m].start>0&&m!==l&&(e.nodes[m].start-=y),e.nodes[m].end-=y)}),n-=y,i(c.node.previousSibling,c.start),n>c.end)o=c.end;else return!1}return!0})}wrapMatches(e,o,n,a,i){let c=o===0?0:o+1;this.getTextNodes(l=>{l.nodes.forEach(d=>{d=d.node;let f;for(;(f=e.exec(d.textContent))!==null&&f[c]!=="";){if(!n(f[c],d))continue;let y=f.index;if(c!==0)for(let p=1;p<c;p++)y+=f[p].length;d=this.wrapRangeInTextNode(d,y,y+f[c].length),a(d.previousSibling),e.lastIndex=0}}),i()})}wrapMatchesAcrossElements(e,o,n,a,i){let c=o===0?0:o+1;this.getTextNodes(l=>{let d;for(;(d=e.exec(l.value))!==null&&d[c]!=="";){let f=d.index;if(c!==0)for(let p=1;p<c;p++)f+=d[p].length;let y=f+d[c].length;this.wrapRangeInMappedTextNode(l,f,y,p=>n(d[c],p),(p,g)=>{e.lastIndex=g,a(p)})}i()})}wrapRangeFromIndex(e,o,n,a){this.getTextNodes(i=>{let c=i.value.length;e.forEach((l,d)=>{let{start:f,end:y,valid:p}=this.checkWhitespaceRanges(l,c,i.value);p&&this.wrapRangeInMappedTextNode(i,f,y,g=>o(g,l,i.value.substring(f,y),d),g=>{n(g,l)})}),a()})}unwrapMatches(e){let o=e.parentNode,n=document.createDocumentFragment();for(;e.firstChild;)n.appendChild(e.removeChild(e.firstChild));o.replaceChild(n,e),this.ie?this.normalizeTextNode(o):o.normalize()}normalizeTextNode(e){if(e){if(e.nodeType===3)for(;e.nextSibling&&e.nextSibling.nodeType===3;)e.nodeValue+=e.nextSibling.nodeValue,e.parentNode.removeChild(e.nextSibling);else this.normalizeTextNode(e.firstChild);this.normalizeTextNode(e.nextSibling)}}markRegExp(e,o){this.opt=o,this.log(`Searching with expression "${e}"`);let n=0,a="wrapMatches",i=c=>{n++,this.opt.each(c)};this.opt.acrossElements&&(a="wrapMatchesAcrossElements"),this[a](e,this.opt.ignoreGroups,(c,l)=>this.opt.filter(l,c,n),i,()=>{n===0&&this.opt.noMatch(e),this.opt.done(n)})}mark(e,o){this.opt=o;let n=0,a="wrapMatches",{keywords:i,length:c}=this.getSeparatedKeywords(typeof e=="string"?[e]:e),l=this.opt.caseSensitive?"":"i",d=f=>{let y=new RegExp(this.createRegExp(f),`gm${l}`),p=0;this.log(`Searching with expression "${y}"`),this[a](y,1,(g,b)=>this.opt.filter(b,f,n,p),g=>{p++,n++,this.opt.each(g)},()=>{p===0&&this.opt.noMatch(f),i[c-1]===f?this.opt.done(n):d(i[i.indexOf(f)+1])})};this.opt.acrossElements&&(a="wrapMatchesAcrossElements"),c===0?this.opt.done(n):d(i[0])}markRanges(e,o){this.opt=o;let n=0,a=this.checkRanges(e);a&&a.length?(this.log("Starting to mark with the following ranges: "+JSON.stringify(a)),this.wrapRangeFromIndex(a,(i,c,l,d)=>this.opt.filter(i,c,l,d),(i,c)=>{n++,this.opt.each(i,c)},()=>{this.opt.done(n)})):this.opt.done(n)}unmark(e){this.opt=e;let o=this.opt.element?this.opt.element:"*";o+="[data-markjs]",this.opt.className&&(o+=`.${this.opt.className}`),this.log(`Removal selector "${o}"`),this.iterator.forEachNode(NodeFilter.SHOW_ELEMENT,n=>{this.unwrapMatches(n)},n=>{let a=Fe.matches(n,o),i=this.matchesExclude(n);return!a||i?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT},this.opt.done)}};function co(r){let e=new It(r);return this.mark=(o,n)=>(e.mark(o,n),this),this.markRegExp=(o,n)=>(e.markRegExp(o,n),this),this.markRanges=(o,n)=>(e.markRanges(o,n),this),this.unmark=o=>(e.unmark(o),this),this}var Ns=co,Ca=t.create("--ft-utils-highlight-html-background-color","","COLOR","#FFF26E"),Is=$` | |
.highlight-html-match { | |
background: ${Ca}; | |
} | |
`;function Ps(r,e,o){var n,a;let i=r.getAttribute("data-highlight-html-query");if((i??"")!==(e??"")){let c=new Ns(r);if(c.unmark(),e&&e.trim()){let l={className:(n=o?.className)!==null&&n!==void 0?n:"highlight-html-match"};o?.attributes!=null&&(l.each=f=>{for(let y in o.attributes)f.setAttribute(y,o.attributes[y])}),c.mark(e.replace(/"[^"]+"/g,""),{...l,separateWordSearch:!0}),((a=e.match(/"[^"]+"/g))!==null&&a!==void 0?a:[]).forEach(f=>c.mark(f.replace(/"/g,""),{...l,separateWordSearch:!1}))}}r.setAttribute("data-highlight-html-query",e??"")}var lo={};U(lo,{noTextInputDefaultClearButton:()=>_s,noTextSelect:()=>Ls,safariEllipsisFix:()=>ks,wordWrap:()=>Ts});var Ls=$` | |
.ft-no-text-select { | |
-webkit-touch-callout: none; | |
-webkit-user-select: none; | |
-khtml-user-select: none; | |
-moz-user-select: none; | |
-ms-user-select: none; | |
user-select: none; | |
} | |
`,Ts=$` | |
.ft-word-wrap { | |
white-space: normal; | |
word-wrap: break-word; | |
-ms-word-break: break-all; | |
word-break: break-all; | |
word-break: break-word; | |
-ms-hyphens: auto; | |
-moz-hyphens: auto; | |
-webkit-hyphens: auto; | |
hyphens: auto | |
} | |
`,ks=$` | |
.ft-safari-ellipsis-fix { | |
margin-right: 0; | |
} | |
.ft-safari-ellipsis-fix:after { | |
content: "\\0000a0"; | |
display: inline-block; | |
width: 0; | |
} | |
`,_s=$` | |
input::-webkit-search-cancel-button, | |
input::-webkit-search-decoration, | |
input::-webkit-search-results-button, | |
input::-webkit-search-results-decoration { | |
display: none; | |
} | |
`;var Aa={};var fo={};U(fo,{ParametrizedLabelResolver:()=>uo});var uo=class r{constructor(e,o){this.defaultLabels=e,this.labels=o}resolve(e,...o){var n,a;e=this.resolvePluralKey(e,o);let i=(a=(n=this.labels[e])!==null&&n!==void 0?n:this.defaultLabels[e])!==null&&a!==void 0?a:"";return r.replaceParameters(i,...o)}static replaceParameters(e,...o){return o.forEach((n,a)=>e=e.replace(new RegExp(`\\{${a}([^}]*)\\}`,"g"),(i,c)=>r.formatValue(n,c))),e}resolvePluralKey(e,o){for(let n of o)if(typeof n=="number"){let a=`${String(e)}[\\=${n}]`;if(a in this.labels||a in this.defaultLabels)return a}return e}static formatValue(e,o){return e instanceof Date?r.formatDate(e,o):e??""}static formatDate(e,o){let n=a=>o?.includes("date")?e.toLocaleDateString(a):o?.includes("time")?e.toLocaleTimeString(a):e.toLocaleString(a);try{return n(document.documentElement.lang)}catch{return n()}}};var Do={};U(Do,{FtCommandQueue:()=>Pt,FtLitElementRedux:()=>Xe,FtReduxStore:()=>Uo,clearAllStores:()=>vl,isFtReduxStore:()=>Ue,redux:()=>Us,reduxEventListener:()=>Ds,reduxReactive:()=>Fs});var Fs=()=>(r,e)=>{var o;let n=r.constructor;n.reduxReactiveProperties=new Set(n.reduxReactiveProperties),(o=n.reduxReactiveProperties)===null||o===void 0||o.add(e)},Us=r=>{let e=r??{};return(o,n)=>{var a;let i={hasChanged:yt,attribute:!1,...e};G(i)(o,n);let c=o.constructor;c.reduxProperties=new Map(c.reduxProperties),c.reduxProperties.set(n,{selector:(a=e.selector)!==null&&a!==void 0?a:l=>l[n],store:e.store})}},Ds=r=>(e,o)=>{let n=e.constructor;n.reduxEventListeners=new Map(n.reduxEventListeners),n.reduxEventListeners.set(o,r)};var Pt=class{constructor(){this.queue=[]}add(e,o=!1){o&&(this.queue=this.queue.filter(n=>n.type!==e.type)),this.queue.push(e)}consume(e){let o=this.queue.find(n=>n.type===e);return o&&(this.queue=this.queue.filter(n=>n!==o)),o}};function Ue(r){var e;return(e=r?.isFtReduxStore)!==null&&e!==void 0?e:!1}var Ra,Na,Ia,Yt=Symbol("internalReduxEventsUnsubscribers"),xe=Symbol("internalStoresUnsubscribers"),De=Symbol("internalStores"),Xe=class extends ee{constructor(){super(...arguments),this[Ra]=new Map,this[Na]=new Map,this[Ia]=[]}get reduxConstructor(){return this.constructor}update(e){super.update(e),[...this.reduxConstructor.reduxReactiveProperties].some(o=>e.has(o))&&this.updateFromStores()}getUnnamedStore(){if(this[De].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[De].values()][0]}getStore(e){return e==null?this.getUnnamedStore():this[De].get(e)}addStore(e,o){var n;o=(n=o??(Ue(e)?e.name:void 0))!==null&&n!==void 0?n:"default-store",this.unsubscribeFromStore(o),this.setupStore(o,e)}removeStore(e){let o=typeof e=="string"?e:e.name;this.unsubscribeFromStore(o),this[De].delete(o)}setupStore(e,o){this[De].set(e,o),this.subscribeToStore(e,o),this.updateFromStores()}setupStores(){this.unsubscribeFromStores(),this[De].forEach((e,o)=>this.subscribeToStore(o,e)),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach((e,o)=>{let n=this.constructor.getPropertyOptions(o);if(!n?.attribute||!this.hasAttribute(typeof n?.attribute=="string"?n.attribute:o)){let a=this.getStore(e.store);a&&(e.store?this[xe].has(e.store):this[xe].size>0)&&(this[o]=e.selector(a.getState(),this))}})}subscribeToStore(e,o){var n;this[xe].set(e,o.subscribe(()=>this.updateFromStores())),Ue(o)&&o.eventBus&&((n=this.reduxConstructor.reduxEventListeners)===null||n===void 0||n.forEach((a,i)=>{if(typeof this[i]=="function"&&(!a.store||o.name===a.store)){let c=l=>this[i](l);o.addEventListener(a.eventName,c),this[Yt].push(()=>o.removeEventListener(a.eventName,c))}})),this.onStoreAvailable(e)}unsubscribeFromStores(){this[xe].forEach((e,o)=>this.unsubscribeFromStore(o)),this[Yt].forEach(e=>e()),this[Yt]=[]}unsubscribeFromStore(e){this[xe].has(e)&&this[xe].get(e)(),this[xe].delete(e)}onStoreAvailable(e){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}};Ra=xe,Na=De,Ia=Yt;Xe.reduxProperties=new Map;Xe.reduxReactiveProperties=new Set;Xe.reduxEventListeners=new Map;function Y(r){for(var e=arguments.length,o=Array(e>1?e-1:0),n=1;n<e;n++)o[n-1]=arguments[n];if(0)var a,i;throw Error("[Immer] minified error nr: "+r+(o.length?" "+o.map(function(c){return"'"+c+"'"}).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function ye(r){return!!r&&!!r[M]}function re(r){var e;return!!r&&(function(o){if(!o||typeof o!="object")return!1;var n=Object.getPrototypeOf(o);if(n===null)return!0;var a=Object.hasOwnProperty.call(n,"constructor")&&n.constructor;return a===Object||typeof a=="function"&&Function.toString.call(a)===Gs}(r)||Array.isArray(r)||!!r[Ua]||!!(!((e=r.constructor)===null||e===void 0)&&e[Ua])||So(r)||Oo(r))}function Me(r,e,o){o===void 0&&(o=!1),tt(r)===0?(o?Object.keys:et)(r).forEach(function(n){o&&typeof n=="symbol"||e(n,r[n],r)}):r.forEach(function(n,a){return e(a,n,r)})}function tt(r){var e=r[M];return e?e.i>3?e.i-4:e.i:Array.isArray(r)?1:So(r)?2:Oo(r)?3:0}function Qe(r,e){return tt(r)===2?r.has(e):Object.prototype.hasOwnProperty.call(r,e)}function Ms(r,e){return tt(r)===2?r.get(e):r[e]}function Da(r,e,o){var n=tt(r);n===2?r.set(e,o):n===3?r.add(o):r[e]=o}function Ma(r,e){return r===e?r!==0||1/r==1/e:r!=r&&e!=e}function So(r){return zs&&r instanceof Map}function Oo(r){return js&&r instanceof Set}function ve(r){return r.o||r.t}function Eo(r){if(Array.isArray(r))return Array.prototype.slice.call(r);var e=Ha(r);delete e[M];for(var o=et(e),n=0;n<o.length;n++){var a=o[n],i=e[a];i.writable===!1&&(i.writable=!0,i.configurable=!0),(i.get||i.set)&&(e[a]={configurable:!0,writable:!0,enumerable:i.enumerable,value:r[a]})}return Object.create(Object.getPrototypeOf(r),e)}function wo(r,e){return e===void 0&&(e=!1),Co(r)||ye(r)||!re(r)||(tt(r)>1&&(r.set=r.add=r.clear=r.delete=Bs),Object.freeze(r),e&&Me(r,function(o,n){return wo(n,!0)},!0)),r}function Bs(){Y(2)}function Co(r){return r==null||typeof r!="object"||Object.isFrozen(r)}function se(r){var e=vo[r];return e||Y(18,r),e}function Ws(r,e){vo[r]||(vo[r]=e)}function mo(){return Tt}function po(r,e){e&&(se("Patches"),r.u=[],r.s=[],r.v=e)}function Jt(r){bo(r),r.p.forEach(Hs),r.p=null}function bo(r){r===Tt&&(Tt=r.l)}function Pa(r){return Tt={p:[],l:Tt,h:r,m:!0,_:0}}function Hs(r){var e=r[M];e.i===0||e.i===1?e.j():e.g=!0}function ho(r,e){e._=e.p.length;var o=e.p[0],n=r!==void 0&&r!==o;return e.h.O||se("ES5").S(e,r,n),n?(o[M].P&&(Jt(e),Y(4)),re(r)&&(r=Xt(e,r),e.l||Qt(e,r)),e.u&&se("Patches").M(o[M].t,r,e.u,e.s)):r=Xt(e,o,[]),Jt(e),e.u&&e.v(e.u,e.s),r!==Wa?r:void 0}function Xt(r,e,o){if(Co(e))return e;var n=e[M];if(!n)return Me(e,function(l,d){return La(r,n,e,l,d,o)},!0),e;if(n.A!==r)return e;if(!n.P)return Qt(r,n.t,!0),n.t;if(!n.I){n.I=!0,n.A._--;var a=n.i===4||n.i===5?n.o=Eo(n.k):n.o,i=a,c=!1;n.i===3&&(i=new Set(a),a.clear(),c=!0),Me(i,function(l,d){return La(r,n,a,l,d,o,c)}),Qt(r,a,!1),o&&r.u&&se("Patches").N(n,o,r.u,r.s)}return n.o}function La(r,e,o,n,a,i,c){if(ye(a)){var l=Xt(r,a,i&&e&&e.i!==3&&!Qe(e.R,n)?i.concat(n):void 0);if(Da(o,n,l),!ye(l))return;r.m=!1}else c&&o.add(a);if(re(a)&&!Co(a)){if(!r.h.D&&r._<1)return;Xt(r,a),e&&e.A.l||Qt(r,a)}}function Qt(r,e,o){o===void 0&&(o=!1),!r.l&&r.h.D&&r.m&&wo(e,o)}function yo(r,e){var o=r[M];return(o?ve(o):r)[e]}function Ta(r,e){if(e in r)for(var o=Object.getPrototypeOf(r);o;){var n=Object.getOwnPropertyDescriptor(o,e);if(n)return n;o=Object.getPrototypeOf(o)}}function Se(r){r.P||(r.P=!0,r.l&&Se(r.l))}function go(r){r.o||(r.o=Eo(r.t))}function xo(r,e,o){var n=So(e)?se("MapSet").F(e,o):Oo(e)?se("MapSet").T(e,o):r.O?function(a,i){var c=Array.isArray(a),l={i:c?1:0,A:i?i.A:mo(),P:!1,I:!1,R:{},l:i,t:a,k:null,o:null,j:null,C:!1},d=l,f=kt;c&&(d=[l],f=Lt);var y=Proxy.revocable(d,f),p=y.revoke,g=y.proxy;return l.k=g,l.j=p,g}(e,o):se("ES5").J(e,o);return(o?o.A:mo()).p.push(n),n}function $s(r){return ye(r)||Y(22,r),function e(o){if(!re(o))return o;var n,a=o[M],i=tt(o);if(a){if(!a.P&&(a.i<4||!se("ES5").K(a)))return a.t;a.I=!0,n=ka(o,i),a.I=!1}else n=ka(o,i);return Me(n,function(c,l){a&&Ms(a.t,c)===l||Da(n,c,e(l))}),i===3?new Set(n):n}(r)}function ka(r,e){switch(e){case 2:return new Map(r);case 3:return Array.from(r)}return Eo(r)}function Ba(){function r(c,l){var d=i[c];return d?d.enumerable=l:i[c]=d={configurable:!0,enumerable:l,get:function(){var f=this[M];return kt.get(f,c)},set:function(f){var y=this[M];kt.set(y,c,f)}},d}function e(c){for(var l=c.length-1;l>=0;l--){var d=c[l][M];if(!d.P)switch(d.i){case 5:n(d)&&Se(d);break;case 4:o(d)&&Se(d)}}}function o(c){for(var l=c.t,d=c.k,f=et(d),y=f.length-1;y>=0;y--){var p=f[y];if(p!==M){var g=l[p];if(g===void 0&&!Qe(l,p))return!0;var b=d[p],m=b&&b[M];if(m?m.t!==g:!Ma(b,g))return!0}}var S=!!l[M];return f.length!==et(l).length+(S?0:1)}function n(c){var l=c.k;if(l.length!==c.t.length)return!0;var d=Object.getOwnPropertyDescriptor(l,l.length-1);if(d&&!d.get)return!0;for(var f=0;f<l.length;f++)if(!l.hasOwnProperty(f))return!0;return!1}function a(c){c.g&&Y(3,JSON.stringify(ve(c)))}var i={};Ws("ES5",{J:function(c,l){var d=Array.isArray(c),f=function(p,g){if(p){for(var b=Array(g.length),m=0;m<g.length;m++)Object.defineProperty(b,""+m,r(m,!0));return b}var S=Ha(g);delete S[M];for(var w=et(S),C=0;C<w.length;C++){var A=w[C];S[A]=r(A,p||!!S[A].enumerable)}return Object.create(Object.getPrototypeOf(g),S)}(d,c),y={i:d?5:4,A:l?l.A:mo(),P:!1,I:!1,R:{},l,t:c,k:f,o:null,g:!1,C:!1};return Object.defineProperty(f,M,{value:y,writable:!0}),f},S:function(c,l,d){d?ye(l)&&l[M].A===c&&e(c.p):(c.u&&function f(y){if(y&&typeof y=="object"){var p=y[M];if(p){var g=p.t,b=p.k,m=p.R,S=p.i;if(S===4)Me(b,function(x){x!==M&&(g[x]!==void 0||Qe(g,x)?m[x]||f(b[x]):(m[x]=!0,Se(p)))}),Me(g,function(x){b[x]!==void 0||Qe(b,x)||(m[x]=!1,Se(p))});else if(S===5){if(n(p)&&(Se(p),m.length=!0),b.length<g.length)for(var w=b.length;w<g.length;w++)m[w]=!1;else for(var C=g.length;C<b.length;C++)m[C]=!0;for(var A=Math.min(b.length,g.length),O=0;O<A;O++)b.hasOwnProperty(O)||(m[O]=!0),m[O]===void 0&&f(b[O])}}}}(c.p[0]),e(c.p))},K:function(c){return c.i===4?o(c):n(c)}})}var _a,Tt,Ao=typeof Symbol<"u"&&typeof Symbol("x")=="symbol",zs=typeof Map<"u",js=typeof Set<"u",Fa=typeof Proxy<"u"&&Proxy.revocable!==void 0&&typeof Reflect<"u",Wa=Ao?Symbol.for("immer-nothing"):((_a={})["immer-nothing"]=!0,_a),Ua=Ao?Symbol.for("immer-draftable"):"__$immer_draftable",M=Ao?Symbol.for("immer-state"):"__$immer_state";var Gs=""+Object.prototype.constructor,et=typeof Reflect<"u"&&Reflect.ownKeys?Reflect.ownKeys:Object.getOwnPropertySymbols!==void 0?function(r){return Object.getOwnPropertyNames(r).concat(Object.getOwnPropertySymbols(r))}:Object.getOwnPropertyNames,Ha=Object.getOwnPropertyDescriptors||function(r){var e={};return et(r).forEach(function(o){e[o]=Object.getOwnPropertyDescriptor(r,o)}),e},vo={},kt={get:function(r,e){if(e===M)return r;var o=ve(r);if(!Qe(o,e))return function(a,i,c){var l,d=Ta(i,c);return d?"value"in d?d.value:(l=d.get)===null||l===void 0?void 0:l.call(a.k):void 0}(r,o,e);var n=o[e];return r.I||!re(n)?n:n===yo(r.t,e)?(go(r),r.o[e]=xo(r.A.h,n,r)):n},has:function(r,e){return e in ve(r)},ownKeys:function(r){return Reflect.ownKeys(ve(r))},set:function(r,e,o){var n=Ta(ve(r),e);if(n?.set)return n.set.call(r.k,o),!0;if(!r.P){var a=yo(ve(r),e),i=a?.[M];if(i&&i.t===o)return r.o[e]=o,r.R[e]=!1,!0;if(Ma(o,a)&&(o!==void 0||Qe(r.t,e)))return!0;go(r),Se(r)}return r.o[e]===o&&(o!==void 0||e in r.o)||Number.isNaN(o)&&Number.isNaN(r.o[e])||(r.o[e]=o,r.R[e]=!0),!0},deleteProperty:function(r,e){return yo(r.t,e)!==void 0||e in r.t?(r.R[e]=!1,go(r),Se(r)):delete r.R[e],r.o&&delete r.o[e],!0},getOwnPropertyDescriptor:function(r,e){var o=ve(r),n=Reflect.getOwnPropertyDescriptor(o,e);return n&&{writable:!0,configurable:r.i!==1||e!=="length",enumerable:n.enumerable,value:o[e]}},defineProperty:function(){Y(11)},getPrototypeOf:function(r){return Object.getPrototypeOf(r.t)},setPrototypeOf:function(){Y(12)}},Lt={};Me(kt,function(r,e){Lt[r]=function(){return arguments[0]=arguments[0][0],e.apply(this,arguments)}}),Lt.deleteProperty=function(r,e){return Lt.set.call(this,r,e,void 0)},Lt.set=function(r,e,o){return kt.set.call(this,r[0],e,o,r[0])};var Vs=function(){function r(o){var n=this;this.O=Fa,this.D=!0,this.produce=function(a,i,c){if(typeof a=="function"&&typeof i!="function"){var l=i;i=a;var d=n;return function(S){var w=this;S===void 0&&(S=l);for(var C=arguments.length,A=Array(C>1?C-1:0),O=1;O<C;O++)A[O-1]=arguments[O];return d.produce(S,function(x){var E;return(E=i).call.apply(E,[w,x].concat(A))})}}var f;if(typeof i!="function"&&Y(6),c!==void 0&&typeof c!="function"&&Y(7),re(a)){var y=Pa(n),p=xo(n,a,void 0),g=!0;try{f=i(p),g=!1}finally{g?Jt(y):bo(y)}return typeof Promise<"u"&&f instanceof Promise?f.then(function(S){return po(y,c),ho(S,y)},function(S){throw Jt(y),S}):(po(y,c),ho(f,y))}if(!a||typeof a!="object"){if((f=i(a))===void 0&&(f=a),f===Wa&&(f=void 0),n.D&&wo(f,!0),c){var b=[],m=[];se("Patches").M(a,f,b,m),c(b,m)}return f}Y(21,a)},this.produceWithPatches=function(a,i){if(typeof a=="function")return function(f){for(var y=arguments.length,p=Array(y>1?y-1:0),g=1;g<y;g++)p[g-1]=arguments[g];return n.produceWithPatches(f,function(b){return a.apply(void 0,[b].concat(p))})};var c,l,d=n.produce(a,i,function(f,y){c=f,l=y});return typeof Promise<"u"&&d instanceof Promise?d.then(function(f){return[f,c,l]}):[d,c,l]},typeof o?.useProxies=="boolean"&&this.setUseProxies(o.useProxies),typeof o?.autoFreeze=="boolean"&&this.setAutoFreeze(o.autoFreeze)}var e=r.prototype;return e.createDraft=function(o){re(o)||Y(8),ye(o)&&(o=$s(o));var n=Pa(this),a=xo(this,o,void 0);return a[M].C=!0,bo(n),a},e.finishDraft=function(o,n){var a=o&&o[M],i=a.A;return po(i,n),ho(void 0,i)},e.setAutoFreeze=function(o){this.D=o},e.setUseProxies=function(o){o&&!Fa&&Y(20),this.O=o},e.applyPatches=function(o,n){var a;for(a=n.length-1;a>=0;a--){var i=n[a];if(i.path.length===0&&i.op==="replace"){o=i.value;break}}a>-1&&(n=n.slice(a+1));var c=se("Patches").$;return ye(o)?c(o,n):this.produce(o,function(l){return c(l,n)})},r}(),Z=new Vs,Ks=Z.produce,Kh=Z.produceWithPatches.bind(Z),Zh=Z.setAutoFreeze.bind(Z),qh=Z.setUseProxies.bind(Z),Yh=Z.applyPatches.bind(Z),Jh=Z.createDraft.bind(Z),Xh=Z.finishDraft.bind(Z),er=Ks;function Be(r){"@babel/helpers - typeof";return Be=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Be(r)}function $a(r,e){if(Be(r)!="object"||!r)return r;var o=r[Symbol.toPrimitive];if(o!==void 0){var n=o.call(r,e||"default");if(Be(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(r)}function za(r){var e=$a(r,"string");return Be(e)=="symbol"?e:e+""}function ja(r,e,o){return(e=za(e))in r?Object.defineProperty(r,e,{value:o,enumerable:!0,configurable:!0,writable:!0}):r[e]=o,r}function Ga(r,e){var o=Object.keys(r);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(r);e&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(r,a).enumerable})),o.push.apply(o,n)}return o}function Ro(r){for(var e=1;e<arguments.length;e++){var o=arguments[e]!=null?arguments[e]:{};e%2?Ga(Object(o),!0).forEach(function(n){ja(r,n,o[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(r,Object.getOwnPropertyDescriptors(o)):Ga(Object(o)).forEach(function(n){Object.defineProperty(r,n,Object.getOwnPropertyDescriptor(o,n))})}return r}function j(r){return"Minified Redux error #"+r+"; visit https://redux.js.org/Errors?code="+r+" for the full message or use the non-minified dev environment for full errors. "}var Va=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}(),No=function(){return Math.random().toString(36).substring(7).split("").join(".")},tr={INIT:"@@redux/INIT"+No(),REPLACE:"@@redux/REPLACE"+No(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+No()}};function Zs(r){if(typeof r!="object"||r===null)return!1;for(var e=r;Object.getPrototypeOf(e)!==null;)e=Object.getPrototypeOf(e);return Object.getPrototypeOf(r)===e}function Io(r,e,o){var n;if(typeof e=="function"&&typeof o=="function"||typeof o=="function"&&typeof arguments[3]=="function")throw new Error(j(0));if(typeof e=="function"&&typeof o>"u"&&(o=e,e=void 0),typeof o<"u"){if(typeof o!="function")throw new Error(j(1));return o(Io)(r,e)}if(typeof r!="function")throw new Error(j(2));var a=r,i=e,c=[],l=c,d=!1;function f(){l===c&&(l=c.slice())}function y(){if(d)throw new Error(j(3));return i}function p(S){if(typeof S!="function")throw new Error(j(4));if(d)throw new Error(j(5));var w=!0;return f(),l.push(S),function(){if(w){if(d)throw new Error(j(6));w=!1,f();var A=l.indexOf(S);l.splice(A,1),c=null}}}function g(S){if(!Zs(S))throw new Error(j(7));if(typeof S.type>"u")throw new Error(j(8));if(d)throw new Error(j(9));try{d=!0,i=a(i,S)}finally{d=!1}for(var w=c=l,C=0;C<w.length;C++){var A=w[C];A()}return S}function b(S){if(typeof S!="function")throw new Error(j(10));a=S,g({type:tr.REPLACE})}function m(){var S,w=p;return S={subscribe:function(A){if(typeof A!="object"||A===null)throw new Error(j(11));function O(){A.next&&A.next(y())}O();var x=w(O);return{unsubscribe:x}}},S[Va]=function(){return this},S}return g({type:tr.INIT}),n={dispatch:g,subscribe:p,getState:y,replaceReducer:b},n[Va]=m,n}function qs(r){Object.keys(r).forEach(function(e){var o=r[e],n=o(void 0,{type:tr.INIT});if(typeof n>"u")throw new Error(j(12));if(typeof o(void 0,{type:tr.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(j(13))})}function Ka(r){for(var e=Object.keys(r),o={},n=0;n<e.length;n++){var a=e[n];typeof r[a]=="function"&&(o[a]=r[a])}var i=Object.keys(o),c,l;try{qs(o)}catch(d){l=d}return function(f,y){if(f===void 0&&(f={}),l)throw l;if(0)var p;for(var g=!1,b={},m=0;m<i.length;m++){var S=i[m],w=o[S],C=f[S],A=w(C,y);if(typeof A>"u"){var O=y&&y.type;throw new Error(j(14))}b[S]=A,g=g||A!==C}return g=g||i.length!==Object.keys(f).length,g?b:f}}function rt(){for(var r=arguments.length,e=new Array(r),o=0;o<r;o++)e[o]=arguments[o];return e.length===0?function(n){return n}:e.length===1?e[0]:e.reduce(function(n,a){return function(){return n(a.apply(void 0,arguments))}})}function Za(){for(var r=arguments.length,e=new Array(r),o=0;o<r;o++)e[o]=arguments[o];return function(n){return function(){var a=n.apply(void 0,arguments),i=function(){throw new Error(j(15))},c={getState:a.getState,dispatch:function(){return i.apply(void 0,arguments)}},l=e.map(function(d){return d(c)});return i=rt.apply(void 0,l)(a.dispatch),Ro(Ro({},a),{},{dispatch:i})}}}function qa(r){var e=function(n){var a=n.dispatch,i=n.getState;return function(c){return function(l){return typeof l=="function"?l(a,i,r):c(l)}}};return e}var Ya=qa();Ya.withExtraArgument=qa;var Po=Ya;var ti=function(){var r=function(e,o){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,a){n.__proto__=a}||function(n,a){for(var i in a)Object.prototype.hasOwnProperty.call(a,i)&&(n[i]=a[i])},r(e,o)};return function(e,o){if(typeof o!="function"&&o!==null)throw new TypeError("Class extends value "+String(o)+" is not a constructor or null");r(e,o);function n(){this.constructor=e}e.prototype=o===null?Object.create(o):(n.prototype=o.prototype,new n)}}(),Ys=function(r,e){var o={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},n,a,i,c;return c={next:l(0),throw:l(1),return:l(2)},typeof Symbol=="function"&&(c[Symbol.iterator]=function(){return this}),c;function l(f){return function(y){return d([f,y])}}function d(f){if(n)throw new TypeError("Generator is already executing.");for(;o;)try{if(n=1,a&&(i=f[0]&2?a.return:f[0]?a.throw||((i=a.return)&&i.call(a),0):a.next)&&!(i=i.call(a,f[1])).done)return i;switch(a=0,i&&(f=[f[0]&2,i.value]),f[0]){case 0:case 1:i=f;break;case 4:return o.label++,{value:f[1],done:!1};case 5:o.label++,a=f[1],f=[0];continue;case 7:f=o.ops.pop(),o.trys.pop();continue;default:if(i=o.trys,!(i=i.length>0&&i[i.length-1])&&(f[0]===6||f[0]===2)){o=0;continue}if(f[0]===3&&(!i||f[1]>i[0]&&f[1]<i[3])){o.label=f[1];break}if(f[0]===6&&o.label<i[1]){o.label=i[1],i=f;break}if(i&&o.label<i[2]){o.label=i[2],o.ops.push(f);break}i[2]&&o.ops.pop(),o.trys.pop();continue}f=e.call(r,o)}catch(y){f=[6,y],a=0}finally{n=i=0}if(f[0]&5)throw f[1];return{value:f[0]?f[1]:void 0,done:!0}}},ot=function(r,e){for(var o=0,n=e.length,a=r.length;o<n;o++,a++)r[a]=e[o];return r},Js=Object.defineProperty,Xs=Object.defineProperties,Qs=Object.getOwnPropertyDescriptors,Ja=Object.getOwnPropertySymbols,el=Object.prototype.hasOwnProperty,tl=Object.prototype.propertyIsEnumerable,Xa=function(r,e,o){return e in r?Js(r,e,{enumerable:!0,configurable:!0,writable:!0,value:o}):r[e]=o},Oe=function(r,e){for(var o in e||(e={}))el.call(e,o)&&Xa(r,o,e[o]);if(Ja)for(var n=0,a=Ja(e);n<a.length;n++){var o=a[n];tl.call(e,o)&&Xa(r,o,e[o])}return r},Lo=function(r,e){return Xs(r,Qs(e))},rl=function(r,e,o){return new Promise(function(n,a){var i=function(d){try{l(o.next(d))}catch(f){a(f)}},c=function(d){try{l(o.throw(d))}catch(f){a(f)}},l=function(d){return d.done?n(d.value):Promise.resolve(d.value).then(i,c)};l((o=o.apply(r,e)).next())})};var ol=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?rt:rt.apply(null,arguments)},gy=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(r){return r}};function nl(r){if(typeof r!="object"||r===null)return!1;var e=Object.getPrototypeOf(r);if(e===null)return!0;for(var o=e;Object.getPrototypeOf(o)!==null;)o=Object.getPrototypeOf(o);return e===o}var al=function(r){ti(e,r);function e(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];var a=r.apply(this,o)||this;return Object.setPrototypeOf(a,e.prototype),a}return Object.defineProperty(e,Symbol.species,{get:function(){return e},enumerable:!1,configurable:!0}),e.prototype.concat=function(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];return r.prototype.concat.apply(this,o)},e.prototype.prepend=function(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];return o.length===1&&Array.isArray(o[0])?new(e.bind.apply(e,ot([void 0],o[0].concat(this)))):new(e.bind.apply(e,ot([void 0],o.concat(this))))},e}(Array),il=function(r){ti(e,r);function e(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];var a=r.apply(this,o)||this;return Object.setPrototypeOf(a,e.prototype),a}return Object.defineProperty(e,Symbol.species,{get:function(){return e},enumerable:!1,configurable:!0}),e.prototype.concat=function(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];return r.prototype.concat.apply(this,o)},e.prototype.prepend=function(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];return o.length===1&&Array.isArray(o[0])?new(e.bind.apply(e,ot([void 0],o[0].concat(this)))):new(e.bind.apply(e,ot([void 0],o.concat(this))))},e}(Array);function _o(r){return re(r)?er(r,function(){}):r}function cl(r){return typeof r=="boolean"}function sl(){return function(e){return ll(e)}}function ll(r){r===void 0&&(r={});var e=r.thunk,o=e===void 0?!0:e,n=r.immutableCheck,a=n===void 0?!0:n,i=r.serializableCheck,c=i===void 0?!0:i,l=new al;if(o&&(cl(o)?l.push(Po):l.push(Po.withExtraArgument(o.extraArgument))),0){if(a)var d;if(c)var f}return l}var To=!0;function ri(r){var e=sl(),o=r||{},n=o.reducer,a=n===void 0?void 0:n,i=o.middleware,c=i===void 0?e():i,l=o.devTools,d=l===void 0?!0:l,f=o.preloadedState,y=f===void 0?void 0:f,p=o.enhancers,g=p===void 0?void 0:p,b;if(typeof a=="function")b=a;else if(nl(a))b=Ka(a);else throw new Error('"reducer" is a required argument, and must be a function or an object of functions that can be passed to combineReducers');var m=c;if(typeof m=="function"&&(m=m(e),!To&&!Array.isArray(m)))throw new Error("when using a middleware builder function, an array of middleware must be returned");if(!To&&m.some(function(x){return typeof x!="function"}))throw new Error("each middleware provided to configureStore must be a function");var S=Za.apply(void 0,m),w=rt;d&&(w=ol(Oe({trace:!To},typeof d=="object"&&d)));var C=new il(S),A=C;Array.isArray(g)?A=ot([S],g):typeof g=="function"&&(A=g(C));var O=w.apply(void 0,A);return Io(b,y,O)}function Ee(r,e){function o(){for(var n=[],a=0;a<arguments.length;a++)n[a]=arguments[a];if(e){var i=e.apply(void 0,n);if(!i)throw new Error("prepareAction did not return an object");return Oe(Oe({type:r,payload:i.payload},"meta"in i&&{meta:i.meta}),"error"in i&&{error:i.error})}return{type:r,payload:n[0]}}return o.toString=function(){return""+r},o.type=r,o.match=function(n){return n.type===r},o}function oi(r){var e={},o=[],n,a={addCase:function(i,c){var l=typeof i=="string"?i:i.type;if(l in e)throw new Error("addCase cannot be called with two reducers for the same action type");return e[l]=c,a},addMatcher:function(i,c){return o.push({matcher:i,reducer:c}),a},addDefaultCase:function(i){return n=i,a}};return r(a),[e,o,n]}function dl(r){return typeof r=="function"}function ul(r,e,o,n){o===void 0&&(o=[]);var a=typeof e=="function"?oi(e):[e,o,n],i=a[0],c=a[1],l=a[2],d;if(dl(r))d=function(){return _o(r())};else{var f=_o(r);d=function(){return f}}function y(p,g){p===void 0&&(p=d());var b=ot([i[g.type]],c.filter(function(m){var S=m.matcher;return S(g)}).map(function(m){var S=m.reducer;return S}));return b.filter(function(m){return!!m}).length===0&&(b=[l]),b.reduce(function(m,S){if(S)if(ye(m)){var w=m,C=S(w,g);return C===void 0?m:C}else{if(re(m))return er(m,function(A){return S(A,g)});var C=S(m,g);if(C===void 0){if(m===null)return m;throw Error("A case reducer on a non-draftable value must not return undefined")}return C}return m},p)}return y.getInitialState=d,y}function fl(r,e){return r+"/"+e}function ni(r){var e=r.name;if(!e)throw new Error("`name` is a required option for createSlice");typeof process<"u";var o=typeof r.initialState=="function"?r.initialState:_o(r.initialState),n=r.reducers||{},a=Object.keys(n),i={},c={},l={};a.forEach(function(y){var p=n[y],g=fl(e,y),b,m;"reducer"in p?(b=p.reducer,m=p.prepare):b=p,i[y]=b,c[g]=b,l[y]=m?Ee(g,m):Ee(g)});function d(){var y=typeof r.extraReducers=="function"?oi(r.extraReducers):[r.extraReducers],p=y[0],g=p===void 0?{}:p,b=y[1],m=b===void 0?[]:b,S=y[2],w=S===void 0?void 0:S,C=Oe(Oe({},g),c);return ul(o,function(A){for(var O in C)A.addCase(O,C[O]);for(var x=0,E=m;x<E.length;x++){var I=E[x];A.addMatcher(I.matcher,I.reducer)}w&&A.addDefaultCase(w)})}var f;return{name:e,reducer:function(y,p){return f||(f=d()),f(y,p)},actions:l,caseReducers:i,getInitialState:function(){return f||(f=d()),f.getInitialState()}}}var pl="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",hl=function(r){r===void 0&&(r=21);for(var e="",o=r;o--;)e+=pl[Math.random()*64|0];return e},yl=["name","message","stack","code"],ko=function(){function r(e,o){this.payload=e,this.meta=o}return r}(),Qa=function(){function r(e,o){this.payload=e,this.meta=o}return r}(),gl=function(r){if(typeof r=="object"&&r!==null){for(var e={},o=0,n=yl;o<n.length;o++){var a=n[o];typeof r[a]=="string"&&(e[a]=r[a])}return e}return{message:String(r)}},vy=function(){function r(e,o,n){var a=Ee(e+"/fulfilled",function(y,p,g,b){return{payload:y,meta:Lo(Oe({},b||{}),{arg:g,requestId:p,requestStatus:"fulfilled"})}}),i=Ee(e+"/pending",function(y,p,g){return{payload:void 0,meta:Lo(Oe({},g||{}),{arg:p,requestId:y,requestStatus:"pending"})}}),c=Ee(e+"/rejected",function(y,p,g,b,m){return{payload:b,error:(n&&n.serializeError||gl)(y||"Rejected"),meta:Lo(Oe({},m||{}),{arg:g,requestId:p,rejectedWithValue:!!b,requestStatus:"rejected",aborted:y?.name==="AbortError",condition:y?.name==="ConditionError"})}}),l=!1,d=typeof AbortController<"u"?AbortController:function(){function y(){this.signal={aborted:!1,addEventListener:function(){},dispatchEvent:function(){return!1},onabort:function(){},removeEventListener:function(){},reason:void 0,throwIfAborted:function(){}}}return y.prototype.abort=function(){},y}();function f(y){return function(p,g,b){var m=n?.idGenerator?n.idGenerator(y):hl(),S=new d,w,C=!1;function A(x){w=x,S.abort()}var O=function(){return rl(this,null,function(){var x,E,I,L,_,k,R;return Ys(this,function(h){switch(h.label){case 0:return h.trys.push([0,4,,5]),L=(x=n?.condition)==null?void 0:x.call(n,y,{getState:g,extra:b}),bl(L)?[4,L]:[3,2];case 1:L=h.sent(),h.label=2;case 2:if(L===!1||S.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return C=!0,_=new Promise(function(v,N){return S.signal.addEventListener("abort",function(){return N({name:"AbortError",message:w||"Aborted"})})}),p(i(m,y,(E=n?.getPendingMeta)==null?void 0:E.call(n,{requestId:m,arg:y},{getState:g,extra:b}))),[4,Promise.race([_,Promise.resolve(o(y,{dispatch:p,getState:g,extra:b,requestId:m,signal:S.signal,abort:A,rejectWithValue:function(v,N){return new ko(v,N)},fulfillWithValue:function(v,N){return new Qa(v,N)}})).then(function(v){if(v instanceof ko)throw v;return v instanceof Qa?a(v.payload,m,y,v.meta):a(v,m,y)})])];case 3:return I=h.sent(),[3,5];case 4:return k=h.sent(),I=k instanceof ko?c(null,m,y,k.payload,k.meta):c(k,m,y),[3,5];case 5:return R=n&&!n.dispatchConditionRejection&&c.match(I)&&I.meta.condition,R||p(I),[2,I]}})})}();return Object.assign(O,{abort:A,requestId:m,arg:y,unwrap:function(){return O.then(ml)}})}}return Object.assign(f,{pending:i,rejected:c,fulfilled:a,typePrefix:e})}return r.withTypes=function(){return r},r}();function ml(r){if(r.meta&&r.meta.rejectedWithValue)throw r.payload;if(r.error)throw r.error;return r.payload}function bl(r){return r!==null&&typeof r=="object"&&typeof r.then=="function"}var ai="listener",ii="completed",ci="cancelled",Sy="task-"+ci,Oy="task-"+ii,Ey=ai+"-"+ci,wy=ai+"-"+ii;var Fo="listenerMiddleware";var Cy=Ee(Fo+"/add"),Ay=Ee(Fo+"/removeAll"),Ry=Ee(Fo+"/remove");var ei,Ny=typeof queueMicrotask=="function"?queueMicrotask.bind(typeof window<"u"?window:typeof global<"u"?global:globalThis):function(r){return(ei||(ei=Promise.resolve())).then(r).catch(function(e){return setTimeout(function(){throw e},0)})},xl=function(r){return function(e){setTimeout(e,r)}},Iy=typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:xl(10);Ba();window.ftReduxStores||(window.ftReduxStores={});var Uo=class r extends Le{static get(e){var o;let n=typeof e=="string"?e:e.name,a=typeof e=="string"?void 0:e,i=window.ftReduxStores[n];if(Ue(i))return i;if(a==null)return;let c=ni({...a,reducers:(o=a.reducers)!==null&&o!==void 0?o:{}}),l=ri({reducer:(d,f)=>f.type==="CLEAR_FT_REDUX_STORE"?c.getInitialState():typeof f.type=="string"&&f.type.startsWith("DEFAULT_VALUE_SETTER__")?{...d,...f.overwrites}:c.reducer(d,f)});return window.ftReduxStores[a.name]=new r(c,l)}constructor(e,o){super(),this.reduxSlice=e,this.reduxStore=o,this.isFtReduxStore=!0,this.commands=new Pt,this.actions=new Proxy(this.reduxSlice.actions,{get:(n,a,i)=>{let c=a,l=n[c];return l?(...d)=>{let f=l(...d);return this.reduxStore.dispatch(f),f}:d=>{this.setState({[c]:d})}}})}clear(){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE"})}setState(e){this.reduxStore.dispatch({type:"DEFAULT_VALUE_SETTER__"+Object.keys(e).join("_"),overwrites:e})}get dispatch(){throw new Error("Don't use this method, actions are automatically dispatched when called.")}[Symbol.observable](){return this.reduxStore[Symbol.observable]()}getState(){return this.reduxStore.getState()}replaceReducer(e){throw new Error("Not implemented yet.")}subscribe(e){return this.reduxStore.subscribe(e)}get name(){return this.reduxSlice.name}get reducer(){return this.reduxSlice.reducer}get caseReducers(){return this.reduxSlice.caseReducers}getInitialState(){return this.reduxSlice.getInitialState()}};function vl(){var r;for(let e of Object.values((r=window.ftReduxStores)!==null&&r!==void 0?r:{}))Ue(e)&&e.clear()}var Wo={};U(Wo,{scrollHelper:()=>Sl});var Mo,rr=new Map,Bo=class{lock(e,o){if(o){let n=rr.get(o);if(n==null||n===e)return rr.set(o,e),o}}release(e,o){o&&rr.get(o)===e&&rr.delete(o)}findFirstScrollableParent(e){let o,n=a=>{var i;a.stopPropagation();let c,l;for(let d of a.composedPath()){let f=d,y=this.elementCanScroll(f);if(y&&f.clientHeight&&f.clientHeight<f.scrollHeight){c=f;break}else y&&l==null&&(l=f)}o=(i=c??l)!==null&&i!==void 0?i:document.body};return e.addEventListener("find-scrollable-parent",n),e.dispatchEvent(new Event("find-scrollable-parent",{composed:!0})),e.removeEventListener("find-scrollable-parent",n),o}elementCanScroll(e){try{return["auto","scroll"].includes(getComputedStyle(e).overflowY)}catch{return!1}}getAbsoluteScrollOffset(e,o){let n=0;for(;o&&o.offsetParent!==e.offsetParent;)n+=o.offsetTop,o=o.offsetParent;return n+o.offsetTop-e.offsetTop}computeTopOffsetRatio(e,o){if(typeof e=="number")return e;switch(e){case"end":return 1;case"center":return .5;case"nearest":return o;default:return 0}}scrollIntoViewIfPossible(e,o){let n=this.findFirstScrollableParent(e);if(e&&this.lock(this,n)){let a=this.getAbsoluteScrollOffset(n,e),i=a-n.clientHeight+e.clientHeight,c=a,l=gt(0,(c-n.scrollTop)/(c-i),1),d=this.computeTopOffsetRatio(o?.position,l)*(i-c)+c;n.scrollTo({behavior:o?.behavior,top:d})}else console.warn("Could not scroll element into view because the scrollable parent is already locked",e,n);this.release(this,n)}};window.FluidTopicsScrollHelper=(Mo=window.FluidTopicsScrollHelper)!==null&&Mo!==void 0?Mo:new Bo;var Sl=window.FluidTopicsScrollHelper;var Ho={};U(Ho,{shadowQuerySelector:()=>Ol,shadowQuerySelectorAll:()=>El});function Ol(r,e,...o){var n;let a=r.querySelector(e);for(let i of o)a=(n=a?.shadowRoot)===null||n===void 0?void 0:n.querySelector(i);return a}function El(r,e,...o){let n=[...r.querySelectorAll(e)];for(let a of o)n=n.flatMap(i=>{var c,l;return[...(l=(c=i.shadowRoot)===null||c===void 0?void 0:c.querySelectorAll(a))!==null&&l!==void 0?l:[]]});return n}var $o={};U($o,{SearchPlaceConverter:()=>ar,SearchPlaceQueryParams:()=>D,isSearchPlaceQueryParams:()=>_i,serializeRequest:()=>Rl});var Cl=$i(li(),1);var di;(function(r){r.black="black",r.green="green",r.blue="blue",r.purple="purple",r.red="red",r.orange="orange",r.yellow="yellow"})(di||(di={}));var ui;(function(r){r.OFFICIAL="OFFICIAL",r.PERSONAL="PERSONAL",r.SHARED="SHARED"})(ui||(ui={}));var fi;(function(r){r.THIRD_PARTY="THIRD_PARTY",r.OFF_THE_GRID="OFF_THE_GRID",r.CONTENT_PACKAGER="CONTENT_PACKAGER",r.PAGES="PAGES",r.DESIGNED_READER="DESIGNED_READER"})(fi||(fi={}));var pi;(function(r){r.HOMEPAGE="HOMEPAGE",r.CUSTOM="CUSTOM",r.HEADER="HEADER",r.READER="READER",r.TOPIC_TEMPLATE="TOPIC_TEMPLATE",r.SEARCH="SEARCH",r.SEARCH_RESULT="SEARCH_RESULT"})(pi||(pi={}));var hi;(function(r){r.CLASSIC="CLASSIC",r.CUSTOM="CUSTOM",r.DESIGNER="DESIGNER"})(hi||(hi={}));var yi;(function(r){r.AND="AND",r.OR="OR",r.MONOVALUED="MONOVALUED"})(yi||(yi={}));var gi;(function(r){r.NONE="NONE",r.ALPHABET="ALPHABET",r.VERSION="VERSION"})(gi||(gi={}));var mi;(function(r){r.STARS="STARS",r.LIKE="LIKE",r.DICHOTOMOUS="DICHOTOMOUS",r.NO_RATING="NO_RATING"})(mi||(mi={}));var bi;(function(r){r.LAST_WEEK="LAST_WEEK",r.LAST_MONTH="LAST_MONTH",r.LAST_QUARTER="LAST_QUARTER",r.LAST_YEAR="LAST_YEAR",r.CUSTOM="CUSTOM"})(bi||(bi={}));var xi;(function(r){r.ASC="ASC",r.DESC="DESC"})(xi||(xi={}));var vi;(function(r){r.ALPHA="ALPHA",r.NATURAL="NATURAL"})(vi||(vi={}));var Si;(function(r){r.EVERYWHERE="EVERYWHERE",r.TITLE_ONLY="TITLE_ONLY",r.NONE="NONE"})(Si||(Si={}));var Ri=r=>["EVERYWHERE","TITLE_ONLY","NONE"].includes(r);var Oi;(function(r){r.ARTICLE="ARTICLE",r.BOOK="BOOK",r.SHARED_BOOK="SHARED_BOOK"})(Oi||(Oi={}));var Ei;(function(r){r.FLUIDTOPICS="FLUIDTOPICS",r.EXTERNAL="EXTERNAL"})(Ei||(Ei={}));var wi;(function(r){r.MAP="MAP",r.DOCUMENT="DOCUMENT",r.TOPIC="TOPIC",r.PERSONAL_BOOK="PERSONAL_BOOK",r.SHARED_BOOK="SHARED_BOOK"})(wi||(wi={}));var _t;(function(r){r.LAST_WEEK="LAST_WEEK",r.LAST_MONTH="LAST_MONTH",r.LAST_QUARTER="LAST_QUARTER",r.LAST_YEAR="LAST_YEAR"})(_t||(_t={}));var Ni=r=>["LAST_WEEK","LAST_MONTH","LAST_QUARTER","LAST_YEAR"].includes(r);var Ci;(function(r){r.MAP="MAP",r.DOCUMENT="DOCUMENT",r.TOPIC="TOPIC"})(Ci||(Ci={}));var Ai;(function(r){r.DEFAULT="DEFAULT",r.DOCUMENTS="DOCUMENTS",r.ALL_TOPICS="ALL_TOPICS",r.TOPICS_AND_UNSTRUCTURED_DOCUMENTS="TOPICS_AND_UNSTRUCTURED_DOCUMENTS"})(Ai||(Ai={}));var H;(function(r){r.PERSONAL_BOOK_USER="PERSONAL_BOOK_USER",r.PERSONAL_BOOK_SHARE_USER="PERSONAL_BOOK_SHARE_USER",r.HTML_EXPORT_USER="HTML_EXPORT_USER",r.PDF_EXPORT_USER="PDF_EXPORT_USER",r.SAVED_SEARCH_USER="SAVED_SEARCH_USER",r.COLLECTION_USER="COLLECTION_USER",r.OFFLINE_USER="OFFLINE_USER",r.ANALYTICS_USER="ANALYTICS_USER",r.BETA_USER="BETA_USER",r.DEBUG_USER="DEBUG_USER",r.PRINT_USER="PRINT_USER",r.RATING_USER="RATING_USER",r.FEEDBACK_USER="FEEDBACK_USER",r.GENERATIVE_AI_USER="GENERATIVE_AI_USER",r.CONTENT_PUBLISHER="CONTENT_PUBLISHER",r.KHUB_ADMIN="KHUB_ADMIN",r.USERS_ADMIN="USERS_ADMIN",r.PORTAL_ADMIN="PORTAL_ADMIN",r.ADMIN="ADMIN",r.DEVELOPER="DEVELOPER"})(H||(H={}));var Ii;(function(r){r.VALID="VALID",r.INVALID="INVALID"})(Ii||(Ii={}));var Pi;(function(r){r.TEXT="TEXT",r.HTML="HTML"})(Pi||(Pi={}));var wl={[H.PERSONAL_BOOK_SHARE_USER]:[H.PERSONAL_BOOK_USER],[H.HTML_EXPORT_USER]:[H.PERSONAL_BOOK_USER],[H.PDF_EXPORT_USER]:[H.PERSONAL_BOOK_USER],[H.KHUB_ADMIN]:[H.CONTENT_PUBLISHER],[H.ADMIN]:[H.KHUB_ADMIN,H.USERS_ADMIN,H.PORTAL_ADMIN],[H.DEVELOPER]:[H.BETA_USER,H.DEBUG_USER]};function Li(r,e){return r===e||(wl[r]??[]).some(o=>Li(o,e))}function Ky(r,e){return r==null?!1:(Array.isArray(r)?r:Array.isArray(r.roles)?r.roles:Array.isArray(r.profile?.roles)?r.profile.roles:[]).some(n=>Li(n,e))}var Ti=class extends Error{method;endpoint;status;statusText;body;constructor(e,o,n,a,i){super(`${e} ${o} -> ${n} - ${a}: ${i}`),this.method=e,this.endpoint=o,this.status=n,this.statusText=a,this.body=i}};function Al(r){return`"${r}"`}function ki(r){return r.startsWith('"')&&r.endsWith('"')?r.replace(/(^"+)|("+$)/g,""):r}function Rl(r,e){return new ar(r).serialize(e)}var D;(function(r){r.LOCALE="content-lang",r.QUERY="query",r.SCOPE="scope",r.FILTERS="filters",r.VIRTUAL_FIELD="virtual-field",r.PERIOD="period",r.VALUE_FILTERS="value-filters",r.DATE_FILTERS="date-filters",r.RANGE_FILTERS="range-filters",r.SORT="sort",r.PER_PAGE="per-page"})(D||(D={}));var Nl=new Set(Object.values(D));function _i(r){return Nl.has(r)}var ar=class{constructor(e,o={},n=20,a=!1,i="en-US"){this.baseUrl=e,this.predefinedSorts=o,this.defaultPerPage=n,this.allLanguagesAllowed=a,this.defaultContentLocale=i,this.scopeMapping={documents:"DOCUMENTS",topics:"ALL_TOPICS"},this.filtersEscapeMapping=[["*","\\*","[ft-escaped-star-character]"],["~","\\\\~","[ft-escaped-tilde-character]"],["_","\\\\\\\\_","[ft-escaped-underscore-character]"]]}serialize(e,o){return this.serializeToCurrentPageIfPossible(e,o??"/search")}serializeToCurrentPageIfPossible(e,o){let n=this.toURLSearchParams(e).toString(),a=o==null||o.trim().length===0,i=new URL(a?window.location.href:`${this.baseUrl.replace(/\/+$/,"")}${o}`);return i.search=n,i.toString()}toURLSearchParams(e,o=!1){var n,a,i,c,l,d,f,y,p,g,b,m;let S=new URLSearchParams;e.contentLocale?(!o||e.contentLocale!==this.defaultContentLocale)&&S.append(D.LOCALE,e.contentLocale):S.append(D.LOCALE,this.allLanguagesAllowed?"all":this.defaultContentLocale),((n=e.query)===null||n===void 0?void 0:n.length)>0&&S.append(D.QUERY,e.query),e.scope&&e.scope!=="DEFAULT"&&S.append(D.SCOPE,e.scope.toLowerCase()),e.virtualField&&e.virtualField!=="EVERYWHERE"&&S.append(D.VIRTUAL_FIELD,e.virtualField.toLowerCase()),((a=e.sort)===null||a===void 0?void 0:a.length)>0&&e.sort[0].key==="ft:lastEdition"&&S.append(D.SORT,"last_update");let w=(c=(i=e.metadataFilters)===null||i===void 0?void 0:i.filter(x=>x.valueFilter))!==null&&c!==void 0?c:[];if(w.length>0){let x=w.map(E=>{var I,L;let _=((L=(I=E.valueFilter)===null||I===void 0?void 0:I.values)!==null&&L!==void 0?L:[]).map(k=>this.escapeFilters(k)).map(k=>encodeURIComponent(Al(ki(k)))).join("_");return`${E.key}~${_}`}).join("*");S.append(D.VALUE_FILTERS,x)}let C=(d=(l=e.metadataFilters)===null||l===void 0?void 0:l.filter(x=>x.dateFilter))!==null&&d!==void 0?d:[];if(C.length>0){let x=C.map(E=>{var I;return`${E.key}~${(I=E.dateFilter)===null||I===void 0?void 0:I.type.toLowerCase()}`}).join("*");S.append(D.DATE_FILTERS,x)}let A=(y=(f=e.metadataFilters)===null||f===void 0?void 0:f.filter(x=>x.rangeFilter))!==null&&y!==void 0?y:[];if(A.length>0){let x=A.map(E=>{var I,L;return`${E.key}~${(I=E.rangeFilter)===null||I===void 0?void 0:I.from}_${(L=E.rangeFilter)===null||L===void 0?void 0:L.to}`}).join("*");S.append(D.RANGE_FILTERS,x)}let O=(p=e.otherQueryParams)!==null&&p!==void 0?p:{};for(let x in O)S.append(x,O[x]);return!((g=e.paging)===null||g===void 0)&&g.perPage&&((m=(b=e.paging)===null||b===void 0?void 0:b.perPage)!==null&&m!==void 0?m:this.defaultPerPage)!=this.defaultPerPage&&S.append(D.PER_PAGE,String(e.paging.perPage)),S}parse(e){var o;let n=e.split("?"),a=this.fromURLSearchParams(new URLSearchParams(n.slice(1).join("?"))),i=n[0].split("/search/")[1];return i==null?a:{...a,scope:(o=this.scopeMapping[i])!==null&&o!==void 0?o:a.scope}}fromURLSearchParams(e){var o,n,a,i,c,l,d,f;let y=e.get(D.LOCALE)==="all"?void 0:e.get(D.LOCALE),p=((o=e.get(D.VIRTUAL_FIELD))!==null&&o!==void 0?o:"EVERYWHERE").toUpperCase(),g=((n=e.get(D.SORT))!==null&&n!==void 0?n:"DEFAULT").toUpperCase(),b=(a=e.get(D.SCOPE))!==null&&a!==void 0?a:"default",m=+((i=e.get(D.PER_PAGE))!==null&&i!==void 0?i:this.defaultPerPage),S={};for(let w of e.keys())_i(w)||(S[w]=e.get(w));return{contentLocale:y??(this.allLanguagesAllowed?void 0:this.defaultContentLocale),query:decodeURIComponent((c=e.get(D.QUERY))!==null&&c!==void 0?c:""),scope:(l=this.scopeMapping[b])!==null&&l!==void 0?l:"DEFAULT",virtualField:Ri(p)?p:"EVERYWHERE",sort:(f=(d=this.predefinedSorts[g])!==null&&d!==void 0?d:this.predefinedSorts.DEFAULT)!==null&&f!==void 0?f:[],metadataFilters:this.parseCompatFilters(e),facets:[],paging:{page:1,perPage:gt(1,isNaN(m)?this.defaultPerPage:m,1e3)},otherQueryParams:S}}parseCompatFilters(e){var o,n,a,i,c,l;let d=[];return e.has(D.FILTERS)&&(d=this.parseValueFilters((o=e.get(D.FILTERS))!==null&&o!==void 0?o:"")),(n=e.has(D.PERIOD))!==null&&n!==void 0&&n&&(d=[...d,...this.parseLegacyPeriodFilter(((a=e.get(D.PERIOD))!==null&&a!==void 0?a:"").toUpperCase())]),[...d,...this.parseValueFilters((i=e.get(D.VALUE_FILTERS))!==null&&i!==void 0?i:""),...this.parseDateFilters((c=e.get(D.DATE_FILTERS))!==null&&c!==void 0?c:""),...this.parseRangeFilters((l=e.get(D.RANGE_FILTERS))!==null&&l!==void 0?l:"")]}splitUnknownFilter(e){return this.superEscapeFilters(decodeURIComponent(e)).split("*").map(o=>o.split("~"))}parseValueFilters(e){return e.length===0?[]:this.splitUnknownFilter(e).map(o=>({key:o[0],valueFilter:{values:o[1].split("_").map(ki).map(n=>this.unescapeFilterValue(n)),negative:!1}}))}parseDateFilters(e){return e.length===0?[]:this.splitUnknownFilter(e).map(o=>({key:o[0],dateFilter:{type:_t[o[1].toUpperCase()]}}))}parseRangeFilters(e){return e.length===0?[]:this.splitUnknownFilter(e).map(o=>({key:o[0],rangeFilter:{from:o[1].split("_")[0],to:o[1].split("_")[1]}}))}escapeFilters(e){for(let[o,n,a]of this.filtersEscapeMapping)e=e.replaceAll(o,n);return e}superEscapeFilters(e){for(let[o,n,a]of this.filtersEscapeMapping)e=e.replaceAll(n,a);return e}unescapeFilterValue(e){for(let[o,n,a]of this.filtersEscapeMapping)e=e.replace(a,o);return e}parseLegacyPeriodFilter(e){if(Ni(e))return[{key:"ft:lastEdition",dateFilter:{type:_t[e]}}];if(e.startsWith("CUSTOM_")){let[o,n,a]=e.split("_");return[{key:"ft:lastEdition",rangeFilter:{from:n,to:a}}]}return[]}};var zo={};U(zo,{toFtFormComponent:()=>Il});var ir=Symbol("elementInternals");function Il(r,e){class o extends r{static get formAssociated(){return!0}get form(){return this[ir].form}constructor(...a){super(a),this[ir]=this.attachInternals(),this[ir].role=e}setFormValue(a){this[ir].setFormValue(a)}}return o}var Go={};U(Go,{DateFormatter:()=>jo});var jo=class{static format(e,o,n,a){return window.moment?window.moment(e).locale(o).format(this.getDateFormat(n,a)):e}static getDateFormat(e,o){return e?o?"lll":"ll":o?"L LT":"L"}};var Vo,Ko,Zo,qo,Pl=navigator.vendor&&!!navigator.vendor.match(/apple/i)||((Zo=(Ko=(Vo=window.safari)===null||Vo===void 0?void 0:Vo.pushNotification)===null||Ko===void 0?void 0:Ko.toString())!==null&&Zo!==void 0?Zo:"")==="[object SafariRemoteNotification]",Ll="ontouchstart"in window||navigator.maxTouchPoints>0||navigator.msMaxTouchPoints>0;window.ftGlobals=(qo=window.ftGlobals)!==null&&qo!==void 0?qo:{lit:mr,litDecorators:xr,litRepeat:Ar,litClassMap:Rr,litStyleMap:Nr,litUnsafeHTML:Ir,wcUtils:{...Dr,...Lr,...Br,...Go,...Er,...Or,...zr,...Fr,...no,...$r,...io,...Cr,...wa,...vr,...so,...lo,...Aa,...fo,...Do,...wr,...Wo,...Ho,...$o,...zo,isSafari:Pl,isTouchScreen:Ll,setVariable:zt}};export{Wi as a,$i as b,it as c,$ as d,Xi as e,Qi as f,ec as g,B as h,de as i,nc as j,G as k,br as l,cc as m,ac as n,lc as o,uc as p,fc as q,Cc as r,Ac as s,Nc as t,Ic as u,xt as v,Pr as w,Tr as x,kr as y,_r as z,Ur as A,Mr as B,mt as C,un as D,pc as E,fn as F,pn as G,hn as H,ht as I,yt as J,gc as K,gt as L,mc as M,yn as N,bc as O,Sr as P,xc as Q,t as R,zt as S,s as T,vc as U,u as V,Pc as W,Tc as X,kc as Y,Uc as Z,Dc as _,Mc as $,Wc as aa,Oc as ba,Kc as ca,Jc as da,Xc as ea,St as fa,Ot as ga,as as ha,As as ia,Rs as ja,ee as ka,Ea as la,ao as ma,Is as na,Ps as oa,Ls as pa,Ts as qa,ks as ra,_s as sa,uo as ta,Fs as ua,Us as va,Ds as wa,Xe as xa,Uo as ya,Sl as za,Ol as Aa,ui as Ba,pi as Ca,mi as Da,xi as Ea,vi as Fa,Si as Ga,Oi as Ha,Ei as Ia,_t as Ja,Ci as Ka,Ai as La,H as Ma,Ky as Na,Ti as Oa,D as Pa,ar as Qa,Il as Ra,jo as Sa,Pl as Ta,Ll as Ua}; | |
/*! Bundled license information: | |
@lit/reactive-element/css-tag.js: | |
(** | |
* @license | |
* Copyright 2019 Google LLC | |
* SPDX-License-Identifier: BSD-3-Clause | |
*) | |
@lit/reactive-element/reactive-element.js: | |
(** | |
* @license | |
* Copyright 2017 Google LLC | |
* SPDX-License-Identifier: BSD-3-Clause | |
*) | |
lit-html/lit-html.js: | |
(** | |
* @license | |
* Copyright 2017 Google LLC | |
* SPDX-License-Identifier: BSD-3-Clause | |
*) | |
lit-element/lit-element.js: | |
(** | |
* @license | |
* Copyright 2017 Google LLC | |
* SPDX-License-Identifier: BSD-3-Clause | |
*) | |
lit-html/is-server.js: | |
(** | |
* @license | |
* Copyright 2022 Google LLC | |
* SPDX-License-Identifier: BSD-3-Clause | |
*) | |
@lit/reactive-element/decorators/custom-element.js: | |
(** | |
* @license | |
* Copyright 2017 Google LLC | |
* SPDX-License-Identifier: BSD-3-Clause | |
*) | |
@lit/reactive-element/decorators/base.js: | |
(** | |
* @license | |
* Copyright 2017 Google LLC | |
* SPDX-License-Identifier: BSD-3-Clause | |
*) | |
@lit/reactive-element/decorators/query.js: | |
(** | |
* @license | |
* Copyright 2017 Google LLC | |
* SPDX-License-Identifier: BSD-3-Clause | |
*) | |
@lit/reactive-element/decorators/property.js: | |
(** | |
* @license | |
* Copyright 2017 Google LLC | |
* SPDX-License-Identifier: BSD-3-Clause | |
*) | |
@lit/reactive-element/decorators/state.js: | |
(** | |
* @license | |
* Copyright 2017 Google LLC | |
* SPDX-License-Identifier: BSD-3-Clause | |
*) | |
@lit/reactive-element/decorators/event-options.js: | |
(** | |
* @license | |
* Copyright 2017 Google LLC | |
* SPDX-License-Identifier: BSD-3-Clause | |
*) | |
@lit/reactive-element/decorators/query-all.js: | |
(** | |
* @license | |
* Copyright 2017 Google LLC | |
* SPDX-License-Identifier: BSD-3-Clause | |
*) | |
@lit/reactive-element/decorators/query-async.js: | |
(** | |
* @license | |
* Copyright 2017 Google LLC | |
* SPDX-License-Identifier: BSD-3-Clause | |
*) | |
@lit/reactive-element/decorators/query-assigned-elements.js: | |
(** | |
* @license | |
* Copyright 2021 Google LLC | |
* SPDX-License-Identifier: BSD-3-Clause | |
*) | |
@lit/reactive-element/decorators/query-assigned-nodes.js: | |
(** | |
* @license | |
* Copyright 2017 Google LLC | |
* SPDX-License-Identifier: BSD-3-Clause | |
*) | |
@webcomponents/scoped-custom-element-registry/src/scoped-custom-element-registry.js: | |
(** | |
* @license | |
* Copyright (c) 2020 The Polymer Project Authors. All rights reserved. | |
* This code may only be used under the BSD style license found at | |
* http://polymer.github.io/LICENSE.txt | |
* The complete set of authors may be found at | |
* http://polymer.github.io/AUTHORS.txt | |
* The complete set of contributors may be found at | |
* http://polymer.github.io/CONTRIBUTORS.txt | |
* Code distributed by Google as part of the polymer project is also | |
* subject to an additional IP rights grant found at | |
* http://polymer.github.io/PATENTS.txt | |
*) | |
lit-html/directive.js: | |
(** | |
* @license | |
* Copyright 2017 Google LLC | |
* SPDX-License-Identifier: BSD-3-Clause | |
*) | |
lit-html/directive-helpers.js: | |
(** | |
* @license | |
* Copyright 2020 Google LLC | |
* SPDX-License-Identifier: BSD-3-Clause | |
*) | |
lit-html/directives/repeat.js: | |
(** | |
* @license | |
* Copyright 2017 Google LLC | |
* SPDX-License-Identifier: BSD-3-Clause | |
*) | |
lit-html/directives/class-map.js: | |
(** | |
* @license | |
* Copyright 2018 Google LLC | |
* SPDX-License-Identifier: BSD-3-Clause | |
*) | |
lit-html/directives/style-map.js: | |
(** | |
* @license | |
* Copyright 2018 Google LLC | |
* SPDX-License-Identifier: BSD-3-Clause | |
*) | |
lit-html/directives/unsafe-html.js: | |
(** | |
* @license | |
* Copyright 2017 Google LLC | |
* SPDX-License-Identifier: BSD-3-Clause | |
*) | |
*/ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment