@fluid-topics/ft-analytics-sessions-chart 1.1.54 → 1.1.55

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -133,7 +133,7 @@ function(t){return(e,o)=>{const{slot:r,selector:n}=t??{},i="slot"+(r?`[name=${r}
133
133
  * @license
134
134
  * Copyright 2017 Google LLC
135
135
  * SPDX-License-Identifier: BSD-3-Clause
136
- */let Te=class extends ke{constructor(t){if(super(t),this.et=Z,t.type!==Me)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(t){if(t===Z||null==t)return this.vt=void 0,this.et=t;if(t===j)return t;if("string"!=typeof t)throw Error(this.constructor.directiveName+"() called with a non-string value");if(t===this.et)return this.vt;this.et=t;const e=[t];return e.raw=e,this.vt={_$litType$:this.constructor.resultType,strings:e,values:[]}}};Te.directiveName="unsafeHTML",Te.resultType=1;const Ke=Ie(Te);var Ge=Object.freeze({__proto__:null,UnsafeHTMLDirective:Te,unsafeHTML:Ke});class Ve extends Error{constructor(t,e,o){super(t),this.canceledPromiseResult=e,this.canceledPromiseError=o}}class qe extends Promise{constructor(t){super(((e,o)=>t((t=>{this.isCanceled?o(new Ve("Promise has been canceled",t)):e(t)}),(t=>{this.isCanceled?o(new Ve("Promise has been canceled",void 0,t)):o(t)})))),this.isCanceled=!1}cancel(){this.isCanceled=!0}}const Je=t=>new qe(((e,o)=>t.then(e).catch(o)));var Xe=Object.freeze({__proto__:null,CancelablePromise:qe,CanceledPromiseError:Ve,cancelable:Je});var Qe=Object.freeze({__proto__:null,CacheRegistry:class{constructor(){this.loaders={},this.content={},this.clearTimeouts={},this.finalContent=new Set}register(t,e){this.loaders[t]=e,this.finalContent.delete(t)}registerFinal(t,e){this.loaders[t]=e,this.finalContent.add(t)}clearAll(){for(let t in this.content)this.clear(t)}clear(t){this.finalContent.has(t)||this.forceClear(t)}forceClear(t){this.clearClearTimeout(t),this.content[t]instanceof qe&&this.content[t].cancel(),delete this.content[t]}clearClearTimeout(t){null!=this.clearTimeouts[t]&&(window.clearTimeout(this.clearTimeouts[t]),delete this.clearTimeouts[t])}set(t,e){this.forceClear(t),this.register(t,(async()=>e)),this.content[t]=e}setFinal(t,e){this.forceClear(t),this.registerFinal(t,(async()=>e)),this.content[t]=e}async get(t,e,o){if(void 0===this.content[t]){if(null==(e=null!=e?e:this.loaders[t]))throw new Error("Unknown cache key "+t);const r=Je(e());return this.content[t]=r,r.then((e=>(this.content[t]=e,null!=o&&(this.clearClearTimeout(t),this.clearTimeouts[t]=window.setTimeout((()=>this.clear(t)),o)),e)))}if(this.content[t]instanceof Error)throw this.content[t];return this.content[t]}isResolvedValue(t){return!(null==t||t instanceof Promise||t instanceof Error)}getNow(t){if(this.isResolvedValue(this.content[t]))return this.content[t]}has(t){return null!=this.content[t]}resolvedKeys(){return Object.keys(this.content).filter((t=>this.isResolvedValue(this.content[t])))}resolvedValues(){return Object.values(this.content).filter((t=>this.isResolvedValue(t)))}keys(){return Object.keys(this.content)}values(){return Object.values(this.content)}}});class to{constructor(t,e,o,r){this.allResults=t,this.selectedResult=e,this.clusteringMetadata=o,this.metadataDescriptors=r}static extractResultMetadata(t){var e,o;return(null!==(o=null!==(e=null==t?void 0:t.map)&&void 0!==e?e:null==t?void 0:t.document)&&void 0!==o?o:null==t?void 0:t.topic).metadata.map((t=>to.flattenMetadata(t)))}static flattenMetadata(t){if(t.hierarchicalValues){const e=[],o=[];return t.hierarchicalValues.forEach((t=>{e.push(t.join(" > ")),t.length>2?o.push(`... > ${t[t.length-1]}`):o.push(t.join(" > "))})),{key:t.key,value:e.join(", "),displayValue:o.join(", ")}}{const e=t.values.join(", ");return{key:t.key,value:e,displayValue:e}}}computeClustersItemsForMetadata(t,e){let o=to.extractResultMetadata(this.selectedResult).find((e=>e.key===t));const r=this.allResults.flatMap((e=>to.extractResultMetadata(e).filter((e=>e.key===t)))).filter((t=>!(t.key===(null==o?void 0:o.key)&&t.value===(null==o?void 0:o.value)))).filter(((t,e,o)=>o.findIndex((e=>e.value===t.value))===e));return r.map((e=>({result:this.findBestResultForMetadataValue(t,e.value),metadata:e}))).sort(((o,r)=>this.compareMetadata(o.metadata.value,r.metadata.value,t,e)))}compareMetadata(t,e,o,r){let n=this.metadataDescriptors.find((t=>o==t.key)),i=(null==n?void 0:n.sortRule)||"NONE",a=(null==n?void 0:n.reverseSort)||!1;if("ALPHABET"==i||"VERSION"==i){let o=t.localeCompare(e,r,{numeric:!0});return a?-1*o:o}return 0}findBestResultForMetadataValue(t,e){const o=this.allResults.filter((o=>to.extractResultMetadata(o).find((o=>o.key===t&&o.value===e))));let r,n=to.extractResultMetadata(this.selectedResult).filter((t=>this.clusteringMetadata.has(t.key))),i=[...n.filter((e=>e.key!==t))],a=-1;for(let t of o){let e=this.countMatchingMetadata(t,i);if(e>a&&(a=e,r=t,e===i.length))break}return r}countMatchingMetadata(t,e){return to.extractResultMetadata(t).filter((t=>e.some((e=>e.key===t.key&&e.value===t.value)))).length}}var eo=Object.freeze({__proto__:null,ClusteringHelper:to});class oo{constructor(t=0){this.timeout=t,this.callbacks=[]}run(t,e){return this.callbacks=[t],this.debounce(e)}queue(t,e){return this.callbacks.push(t),this.debounce(e)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(t){return null==this.promise&&(this.promise=new Promise(((t,e)=>{this.resolvePromise=t,this.rejectPromise=e}))),this.clearTimeout(),this._debounce=window.setTimeout((()=>this.runCallbacks()),null!=t?t:this.timeout),this.promise}async runCallbacks(){var t,e;const o=[...this.callbacks];this.callbacks=[];const r=null!==(t=this.rejectPromise)&&void 0!==t?t:()=>null,n=null!==(e=this.resolvePromise)&&void 0!==e?e:()=>null;this.clearPromise();for(let t of o)try{await t()}catch(t){return void r(t)}n(!0)}clearTimeout(){null!=this._debounce&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}}var ro=Object.freeze({__proto__:null,Debouncer:oo});const no=t=>new Promise((e=>setTimeout(e,t)));async function io(t,e=10,o=2e4){let r,n,i=await t();for(r=n=performance.now();null==i&&(!o||n-r<o);)await no(e),i=await t(),n=performance.now();if(null==i)throw new Error("Timeout exceeded");return i}function ao(t){return t.match(/^\d{4}-\d{2}-\d{2}$/)&&(t=t.replace(/-/g,"/")),t=t.replace(" ","T").replace(/^(.+)(\+\d{2})(\d{2})$/,((t,e,o,r)=>e+o+":"+r)),new Date(t)}function so(t,e){try{return function(t,e){if(t===e)return!0;if(t&&e&&"object"==typeof t&&"object"==typeof e){if(t.constructor!==e.constructor)return!1;var o,r,n;if(Array.isArray(t)){if((o=t.length)!=e.length)return!1;for(r=o;0!=r--;)if(!so(t[r],e[r]))return!1;return!0}if(t instanceof Map&&e instanceof Map){if(t.size!==e.size)return!1;for(r of t.entries())if(!e.has(r[0]))return!1;for(r of t.entries())if(!so(r[1],e.get(r[0])))return!1;return!0}if(t instanceof Set&&e instanceof Set){if(t.size!==e.size)return!1;for(r of t.entries())if(!e.has(r[0]))return!1;return!0}if(t.constructor===RegExp)return t.source===e.source&&t.flags===e.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===e.valueOf();if((o=(n=Object.keys(t)).length)!==Object.keys(e).length)return!1;for(r=o;0!=r--;)if(!Object.prototype.hasOwnProperty.call(e,n[r]))return!1;for(r=o;0!=r--;){var i=n[r];if(!so(t[i],e[i]))return!1}return!0}return t!=t&&e!=e}(t,e)}catch(t){return!1}}var co=Object.freeze({__proto__:null,dateReviver:function(...t){return function(e,o){return t.includes(e)?ao(o):o}},deepEqual:so,delay:no,eventPathContainsMatchingElement:function(t,e,o=window.document.body){if(e.length>0){const r=t.composedPath();for(let t of r){if(t===o)return!1;if(t.matches&&e.some((e=>t.matches(e))))return!0}}return!1},flatDeep:function t(e,o){return e.flatMap((e=>[e,...t(o(e),o)]))},last:function(t){return t[t.length-1]},minmax:function(t,e,o){return Math.min(Math.max(t,e),o)},parseDate:ao,waitFor:io,waitUntil:async function(t,e=10,o=2e4){await io((async()=>await t()||void 0),e,o)}});const lo=t=>e=>{window.customElements.get(t)||window.customElements.define(t,e)};function uo(t,e){const o=()=>JSON.parse(JSON.stringify(t));return Oe({type:Object,converter:{fromAttribute:t=>{if(null==t)return o();try{return JSON.parse(t)}catch{return o()}},toAttribute:t=>JSON.stringify(t)},hasChanged:(t,e)=>!so(t,e),...null!=e?e:{}})}function fo(t){return!isNaN(parseFloat(t))}var ho=Object.freeze({__proto__:null,customElement:lo,isNumber:fo,jsonProperty:uo,optionalNumberProperty:function(t){return Oe({type:Object,converter:{fromAttribute:t=>{if(null!=t)return fo(t)?+t:void 0},toAttribute:t=>null==t?void 0:""+t},...null!=t?t:{}})}});const po=t=>"string"==typeof t?ut(t):t;class yo{static create(t,e,o,r){const n=t=>po(null!=t?t:r),i=ft`var(${po(t)}, ${n(r)})`;return i.name=t,i.description=e,i.category=o,i.defaultValue=r,i.defaultCssValue=n,i.get=e=>ft`var(${po(t)}, ${n(e)})`,i.breadcrumb=()=>[],i.lastResortDefaultValue=()=>r,i}static extend(t,e,o,r){const n=t=>o.get(null!=t?t:r),i=ft`var(${po(t)}, ${n(r)})`;return i.name=t,i.description=e,i.category=o.category,i.fallbackVariable=o,i.defaultValue=r,i.defaultCssValue=n,i.get=e=>ft`var(${po(t)}, ${n(e)})`,i.breadcrumb=()=>[o.name,...o.breadcrumb()],i.lastResortDefaultValue=()=>null!=r?r:o.lastResortDefaultValue(),i}static external(t,e){const o=e=>t.fallbackVariable?t.fallbackVariable.get(null!=e?e:t.defaultValue):po(null!=e?e:t.lastResortDefaultValue()),r=ft`var(${po(t.name)}, ${o(t.defaultValue)})`;return r.name=t.name,r.category=t.category,r.fallbackVariable=t.fallbackVariable,r.defaultValue=t.defaultValue,r.context=e,r.defaultCssValue=o,r.get=e=>ft`var(${po(t.name)}, ${o(e)})`,r.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],r.lastResortDefaultValue=()=>t.lastResortDefaultValue(),r}}const go={colorWhite:yo.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:yo.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:yo.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:yo.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:yo.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:yo.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:yo.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:yo.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:yo.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:yo.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:yo.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:yo.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:yo.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:yo.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:yo.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:yo.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:yo.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:yo.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:yo.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:yo.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:yo.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:yo.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:yo.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:yo.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:yo.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:yo.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:yo.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:yo.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:yo.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:yo.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:yo.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:yo.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:yo.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:yo.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:yo.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:yo.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:yo.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:yo.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:yo.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:yo.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:yo.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:yo.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:yo.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:yo.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:yo.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:yo.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:yo.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:yo.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:yo.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:yo.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:yo.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:yo.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:yo.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:yo.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:yo.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:yo.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:yo.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:yo.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:yo.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:yo.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:yo.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:yo.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:yo.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:yo.create("--ft-color-orange-0","","COLOR","#F2700D"),colorOrange10:yo.create("--ft-color-orange-10","","COLOR","#FFF7EB"),colorOrange20:yo.create("--ft-color-orange-20","","COLOR","#FFEDD6"),colorOrange30:yo.create("--ft-color-orange-30","","COLOR","#FFDDB2"),colorOrange40:yo.create("--ft-color-orange-40","","COLOR","#FECB90"),colorOrange50:yo.create("--ft-color-orange-50","","COLOR","#FCB76E"),colorOrange60:yo.create("--ft-color-orange-60","","COLOR","#F9A34D"),colorOrange70:yo.create("--ft-color-orange-70","","COLOR","#F68B2C"),colorOrange100:yo.create("--ft-color-orange-100","","COLOR","#D35909"),colorOrange200:yo.create("--ft-color-orange-200","","COLOR","#B74706"),colorOrange300:yo.create("--ft-color-orange-300","","COLOR","#913503"),colorOrange400:yo.create("--ft-color-orange-400","","COLOR","#6F2601"),colorOrange500:yo.create("--ft-color-orange-500","","COLOR","#4D1800"),colorOrange600:yo.create("--ft-color-orange-600","","COLOR","#330F00"),colorOrange700:yo.create("--ft-color-orange-700","","COLOR","#140600"),colorRed0:yo.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:yo.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:yo.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:yo.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:yo.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:yo.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:yo.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:yo.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:yo.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:yo.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:yo.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:yo.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:yo.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:yo.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:yo.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:yo.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:yo.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:yo.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:yo.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:yo.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:yo.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:yo.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:yo.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:yo.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:yo.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:yo.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:yo.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:yo.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:yo.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:yo.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:yo.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:yo.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:yo.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:yo.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:yo.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:yo.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:yo.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:yo.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:yo.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:yo.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:yo.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:yo.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:yo.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:yo.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:yo.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:yo.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:yo.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:yo.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:yo.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:yo.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:yo.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:yo.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:yo.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:yo.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:yo.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:yo.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:yo.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:yo.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:yo.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:yo.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:yo.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:yo.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:yo.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:yo.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:yo.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:yo.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:yo.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:yo.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:yo.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:yo.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:yo.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:yo.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:yo.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:yo.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:yo.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:yo.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:yo.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:yo.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:yo.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:yo.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:yo.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:yo.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:yo.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:yo.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:yo.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:yo.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:yo.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:yo.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:yo.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:yo.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:yo.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:yo.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:yo.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:yo.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:yo.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:yo.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:yo.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:yo.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:yo.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:yo.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:yo.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:yo.create("--ft-icon-size-6","","SIZE","48px"),opacity0:yo.create("--ft-opacity-0","","NUMBER","0"),opacity8:yo.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:yo.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:yo.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:yo.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:yo.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:yo.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:yo.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:yo.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:yo.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:yo.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:yo.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:yo.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:yo.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:yo.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)")},bo={fontFamily:yo.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:yo.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:yo.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:yo.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:yo.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:yo.create("--ft-typography-display-textCase","","UNKNOWN","none")},mo={fontFamily:yo.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:yo.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:yo.create("--ft-typography-title-1-fontSize","","SIZE","1.5rem"),letterSpacing:yo.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:yo.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:yo.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},vo={fontFamily:yo.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-title-2-fontWeight","","UNKNOWN","500"),lineHeight:yo.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:yo.create("--ft-typography-title-2-fontSize","","SIZE","1.25rem"),letterSpacing:yo.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:yo.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:yo.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},So={fontFamily:yo.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-title-3-fontWeight","","UNKNOWN","500"),lineHeight:yo.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:yo.create("--ft-typography-title-3-fontSize","","SIZE","1.125rem"),letterSpacing:yo.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:yo.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:yo.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},Oo={fontFamily:yo.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:yo.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:yo.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:yo.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:yo.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:yo.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},wo={fontFamily:yo.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:yo.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:yo.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:yo.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:yo.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:yo.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},xo={fontFamily:yo.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:yo.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:yo.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:yo.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:yo.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:yo.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},No={fontFamily:yo.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:yo.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:yo.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:yo.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:yo.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:yo.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},Co={fontFamily:yo.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:yo.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:yo.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:yo.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:yo.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:yo.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},Eo={fontFamily:yo.create("--ft-typography-body-2-medium-underline-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-body-2-medium-underline-fontWeight","","UNKNOWN","500"),lineHeight:yo.create("--ft-typography-body-2-medium-underline-lineHeight","","SIZE","135%"),fontSize:yo.create("--ft-typography-body-2-medium-underline-fontSize","","SIZE","0.875rem"),letterSpacing:yo.create("--ft-typography-body-2-medium-underline-letterSpacing","","SIZE","normal"),paragraphSpacing:yo.create("--ft-typography-body-2-medium-underline-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-body-2-medium-underline-paragraphIndent","","UNKNOWN","0"),textCase:yo.create("--ft-typography-body-2-medium-underline-textCase","","UNKNOWN","none"),textDecoration:yo.create("--ft-typography-body-2-medium-underline-textDecoration","","UNKNOWN","underline")},Ro={fontFamily:yo.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:yo.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:yo.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:yo.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:yo.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:yo.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},Mo={fontFamily:yo.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:yo.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:yo.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:yo.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:yo.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:yo.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},Io={fontFamily:yo.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:yo.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:yo.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:yo.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:yo.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:yo.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},ko={fontFamily:yo.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:yo.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:yo.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:yo.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:yo.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:yo.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},Wo={fontFamily:yo.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:yo.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:yo.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:yo.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:yo.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:yo.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},Do={fontFamily:yo.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:yo.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:yo.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:yo.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:yo.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:yo.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},Lo={fontFamily:yo.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:yo.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:yo.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:yo.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:yo.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:yo.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},Uo={fontFamily:yo.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:yo.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:yo.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:yo.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:yo.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:yo.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},Yo={fontFamily:yo.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:yo.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:yo.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:yo.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:yo.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:yo.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},_o={fontFamily:yo.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:yo.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:yo.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:yo.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:yo.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:yo.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},Fo={fontFamily:yo.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:yo.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:yo.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:yo.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:yo.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:yo.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},Ao={fontFamily:yo.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:yo.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:yo.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:yo.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:yo.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:yo.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},Ho={fontFamily:yo.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:yo.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:yo.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:yo.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:yo.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:yo.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")},Bo={fontFamily:yo.create("--ft-typography-caption-3-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-caption-3-medium-fontWeight","","UNKNOWN","500"),lineHeight:yo.create("--ft-typography-caption-3-medium-lineHeight","","SIZE","130%"),fontSize:yo.create("--ft-typography-caption-3-medium-fontSize","","SIZE","0.625rem"),letterSpacing:yo.create("--ft-typography-caption-3-medium-letterSpacing","","SIZE","normal"),textCase:yo.create("--ft-typography-caption-3-medium-textCase","","UNKNOWN","none"),paragraphSpacing:yo.create("--ft-typography-caption-3-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-caption-3-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-caption-3-medium-textDecoration","","UNKNOWN","none")},zo={fontFamily:yo.create("--ft-typography-caption-3-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-caption-3-semibold-fontWeight","","UNKNOWN","600"),lineHeight:yo.create("--ft-typography-caption-3-semibold-lineHeight","","SIZE","130%"),fontSize:yo.create("--ft-typography-caption-3-semibold-fontSize","","SIZE","0.625rem"),letterSpacing:yo.create("--ft-typography-caption-3-semibold-letterSpacing","","SIZE","normal"),textCase:yo.create("--ft-typography-caption-3-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:yo.create("--ft-typography-caption-3-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-caption-3-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-caption-3-semibold-textDecoration","","UNKNOWN","none")},jo={fontFamily:yo.create("--ft-typography-caption-3-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-caption-3-bold-fontWeight","","UNKNOWN","700"),lineHeight:yo.create("--ft-typography-caption-3-bold-lineHeight","","SIZE","130%"),fontSize:yo.create("--ft-typography-caption-3-bold-fontSize","","SIZE","0.625rem"),letterSpacing:yo.create("--ft-typography-caption-3-bold-letterSpacing","","SIZE","normal"),textCase:yo.create("--ft-typography-caption-3-bold-textCase","","UNKNOWN","none"),paragraphSpacing:yo.create("--ft-typography-caption-3-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-caption-3-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-caption-3-bold-textDecoration","","UNKNOWN","none")},Zo={display:bo,"title-1":mo,"title-2":vo,"title-3":So,"body-1-regular":Oo,"body-1-medium":wo,"body-1-semibold":xo,"body-2-regular":No,"body-2-medium":Co,"body-2-medium-underline":Eo,"body-2-semibold":Ro,"label-1-medium":Mo,"label-1-semibold":Io,"label-1-bold":ko,"label-2-medium":Wo,"label-2-semibold":Do,"label-2-bold":Lo,"caption-1-medium":Uo,"caption-1-semibold":Yo,"caption-1-bold":_o,"caption-2-medium":Fo,"caption-2-semibold":Ao,"caption-2-bold":Ho,"caption-3-medium":Bo,"caption-3-semibold":zo,"caption-3-bold":jo},Po={backgroundActionPrimary:yo.extend("--ft-background-action-primary","Used as backgorund of primary action components.",go.colorBrand0),backgroundErrorSubtle:yo.extend("--ft-background-error-subtle","Used as background of subtle error components.",go.colorRed10),backgroundInfoSubtle:yo.extend("--ft-background-info-subtle","Used as background of subtle information components.",go.colorCyan10),backgroundWarningSubtle:yo.extend("--ft-background-warning-subtle","Used as background of subtle information components.",go.colorOrange10),backgroundSuccessSubtle:yo.extend("--ft-background-success-subtle","Used as background of subtle success components.",go.colorGreen10),backgroundGlobalSurface:yo.extend("--ft-background-global-surface","Used as app background.",go.colorWhite),backgroundGlobalOnSurface:yo.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",go.colorGray10),backgroundGlobalOnSurfaceDark:yo.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",go.colorGray30),contentActionPrimary:yo.extend("--ft-content-action-primary","Used on label of primary action on light surface.",go.colorBrand0),contentWarningPrimary:yo.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",go.colorOrange200),contentWarningIconOnly:yo.extend("--ft-content-warning-icon-only","Used on warning status icons alone",go.colorOrange0),contentErrorPrimary:yo.extend("--ft-content-error-primary","Used on label of error messages on light surface.",go.colorRed0),contentErrorIconOnly:yo.extend("--ft-content-error-icon-only","Used on error status icons alone",go.colorRed70),contentInfoPrimary:yo.extend("--ft-content-info-primary","Used on label of information messages on light surface.",go.colorCyan200),contentInfoIconOnly:yo.extend("--ft-content-info-icon-only","Used on info status icons alone",go.colorCyan0),contentSuccessPrimary:yo.extend("--ft-content-success-primary","Used on label of success messages on light surface.",go.colorGreen200),contentSuccessIconOnly:yo.extend("--ft-content-success-icon-only","Used on success status icons alone",go.colorGreen0),contentGlobalPrimary:yo.extend("--ft-content-global-primary","Used for main content on the page.",go.colorGray500),contentGlobalSecondary:yo.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",go.colorGray200),contentGlobalSubtle:yo.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",go.colorGray0),contentGlobalOnColor:yo.extend("--ft-content-global-on-color","Used for content on a dominant color.",go.colorWhite),borderActionPrimary:yo.extend("--ft-border-action-primary","Used as border for primary action components.",go.colorBrand0),borderActionFocusRing:yo.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",go.colorCyan0),borderWarningPrimary:yo.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",go.colorOrange200),borderWarningSubtle:yo.extend("--ft-border-warning-subtle","Used as border for warning components.",go.colorOrange30),borderSuccessPrimary:yo.extend("--ft-border-success-primary","Used as border for success buttons.",go.colorGreen200),borderSuccessSubtle:yo.extend("--ft-border-success-subtle","Used as border for success components.",go.colorGreen30),borderErrorPrimary:yo.extend("--ft-border-error-primary","Used as border for text fields in error states.",go.colorRed0),borderErrorSubtle:yo.extend("--ft-border-error-subtle","Used as border for error components.",go.colorRed30),borderInfoPrimary:yo.extend("--ft-border-info-primary","Used as border for buttons in info color.",go.colorCyan200),borderInfoSubtle:yo.extend("--ft-border-info-subtle","Used as border for information components.",go.colorCyan30),borderGlobalPrimary:yo.extend("--ft-border-global-primary","Used as border for element like input.",go.colorGray50),borderGlobalSubtle:yo.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",go.colorGray30),borderInputPrimary:yo.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",go.colorGray80)},$o={largeHeight:yo.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:yo.extend("--ft-button-large-horizontal-padding","",go.spacing4),largeGap:yo.extend("--ft-button-large-gap","",go.spacing2),largeBorderRadius:yo.extend("--ft-button-large-border-radius","",go.borderRadiusS),largeIconSize:yo.extend("--ft-button-large-icon-size","",go.iconSize3),largeBorderWidth:yo.create("--ft-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:yo.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:yo.create("--ft-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:yo.create("--ft-button-large-icon-only-width","","SIZE","40px"),smallHeight:yo.create("--ft-button-small-height","","SIZE","30px"),smallHorizontalPadding:yo.extend("--ft-button-small-horizontal-padding","",go.spacing3),smallGap:yo.extend("--ft-button-small-gap","",go.spacing2),smallBorderRadius:yo.extend("--ft-button-small-border-radius","",go.borderRadiusS),smallIconSize:yo.extend("--ft-button-small-icon-size","",go.iconSize2),smallBorderWidth:yo.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:yo.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:yo.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:yo.create("--ft-button-small-icon-only-width","","SIZE","30px"),primaryBackgroundColor:yo.extend("--ft-button-primary-background-color","",Po.backgroundActionPrimary),primaryColor:yo.extend("--ft-button-primary-color","",Po.contentGlobalOnColor),primaryIconColor:yo.extend("--ft-button-primary-icon-color","",Po.contentGlobalOnColor),primaryStateLayerColor:yo.extend("--ft-button-primary-state-layer-color","",Po.contentGlobalOnColor),primaryHoverStateLayerOpacity:yo.extend("--ft-button-primary-hover-state-layer-opacity","",go.opacity16),primaryFocusStateLayerOpacity:yo.extend("--ft-button-primary-focus-state-layer-opacity","",go.opacity16),primaryActiveStateLayerOpacity:yo.extend("--ft-button-primary-active-state-layer-opacity","",go.opacity24),primaryDisabledComponentOpacity:yo.extend("--ft-button-primary-disabled-component-opacity","",go.opacity40),focusFocusRingColor:yo.extend("--ft-button-focus-focus-ring-color","",Po.borderActionFocusRing),tertiaryBackgroundColor:yo.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryColor:yo.extend("--ft-button-tertiary-color","",Po.contentActionPrimary),tertiaryIconColor:yo.extend("--ft-button-tertiary-icon-color","",Po.contentActionPrimary),tertiaryStateLayerColor:yo.extend("--ft-button-tertiary-state-layer-color","",Po.contentActionPrimary),tertiaryHoverStateLayerOpacity:yo.extend("--ft-button-tertiary-hover-state-layer-opacity","",go.opacity8),tertiaryFocusStateLayerOpacity:yo.extend("--ft-button-tertiary-focus-state-layer-opacity","",go.opacity8),tertiaryActiveStateLayerOpacity:yo.extend("--ft-button-tertiary-active-state-layer-opacity","",go.opacity16),tertiaryDisabledComponentOpacity:yo.extend("--ft-button-tertiary-disabled-component-opacity","",go.opacity40),secondaryBackgroundColor:yo.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),secondaryColor:yo.extend("--ft-button-secondary-color","",Po.contentActionPrimary),secondaryIconColor:yo.extend("--ft-button-secondary-icon-color","",Po.contentActionPrimary),secondaryStateLayerColor:yo.extend("--ft-button-secondary-state-layer-color","",Po.contentActionPrimary),secondaryHoverStateLayerOpacity:yo.extend("--ft-button-secondary-hover-state-layer-opacity","",go.opacity8),secondaryFocusStateLayerOpacity:yo.extend("--ft-button-secondary-focus-state-layer-opacity","",go.opacity8),secondaryActiveStateLayerOpacity:yo.extend("--ft-button-secondary-active-state-layer-opacity","",go.opacity16),secondaryDisabledComponentOpacity:yo.extend("--ft-button-secondary-disabled-component-opacity","",go.opacity40),secondaryBorderColor:yo.extend("--ft-button-secondary-border-color","",Po.borderActionPrimary),neutralBackgroundColor:yo.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),neutralIconColor:yo.extend("--ft-button-neutral-icon-color","",Po.contentGlobalSecondary),neutralColor:yo.extend("--ft-button-neutral-color","",Po.contentGlobalSecondary),neutralStateLayerColor:yo.extend("--ft-button-neutral-state-layer-color","",Po.contentGlobalSecondary),neutralHoverStateLayerOpacity:yo.extend("--ft-button-neutral-hover-state-layer-opacity","",go.opacity8),neutralFocusStateLayerOpacity:yo.extend("--ft-button-neutral-focus-state-layer-opacity","",go.opacity8),neutralActiveStateLayerOpacity:yo.extend("--ft-button-neutral-active-state-layer-opacity","",go.opacity16),neutralDisabledComponentOpacity:yo.extend("--ft-button-neutral-disabled-component-opacity","",go.opacity40)},To={iconSize:yo.extend("--ft-banner-icon-size","",go.iconSize5),borderWidth:yo.create("--ft-banner-border-width","","SIZE","1px"),horizontalPadding:yo.extend("--ft-banner-horizontal-padding","",go.spacing6),verticalPadding:yo.extend("--ft-banner-vertical-padding","",go.spacing6),horizontalSideGap:yo.extend("--ft-banner-horizontal-side-gap","",go.spacing6),horizontalMobileGap:yo.extend("--ft-banner-horizontal-mobile-gap","",go.spacing4),verticalMobileGap:yo.extend("--ft-banner-vertical-mobile-gap","",go.spacing6),horizontalMiddleGap:yo.extend("--ft-banner-horizontal-middle-gap","",go.spacing20),infoBackgroundColor:yo.extend("--ft-banner-info-background-color","",Po.backgroundInfoSubtle),infoColor:yo.extend("--ft-banner-info-color","",Po.contentInfoPrimary),infoIconColor:yo.extend("--ft-banner-info-icon-color","",Po.contentInfoIconOnly)},Ko={horizontalGap:yo.extend("--ft-breadcrumb-horizontal-gap","",go.spacing1),verticalGap:yo.extend("--ft-breadcrumb-vertical-gap","",go.spacing2),currentElementColor:yo.extend("--ft-breadcrumb-current-element-color","",Po.contentGlobalPrimary),iconColor:yo.extend("--ft-breadcrumb-icon-color","",Po.contentGlobalSubtle)},Go={horizontalPadding:yo.extend("--ft-page-header-horizontal-padding","",go.spacing12),horizontalGap:yo.extend("--ft-page-header-horizontal-gap","",go.spacing4),verticalGap:yo.extend("--ft-page-header-vertical-gap","",go.spacing2),classicVerticalPadding:yo.extend("--ft-page-header-classic-vertical-padding","",go.spacing6),multilineVerticalPadding:yo.extend("--ft-page-header-multiline-vertical-padding","",go.spacing4),inlineVerticalPadding:yo.extend("--ft-page-header-inline-vertical-padding","",go.spacing2),backgroundColor:yo.extend("--ft-page-header-background-color","",go.colorWhite),bottomBorderColor:yo.extend("--ft-page-header-bottom-border-color","",Po.borderGlobalSubtle),titleColor:yo.extend("--ft-page-header-title-color","",Po.contentGlobalPrimary),subtitleColor:yo.extend("--ft-page-header-subtitle-color","",Po.contentGlobalSecondary)},Vo={smallContainerWidth:yo.create("--ft-modal-small-container-width","","SIZE","600px"),largeContainerWidth:yo.create("--ft-modal-large-container-width","","SIZE","900px"),overlayBackgroundColor:yo.extend("--ft-modal-overlay-background-color","",go.colorGray700),overlayOpacity:yo.extend("--ft-modal-overlay-opacity","",go.opacity40),shadow:yo.extend("--ft-modal-shadow","",go.shadowElevation03),bodyBackgroundColor:yo.extend("--ft-modal-body-background-color","",go.colorWhite),bodyColor:yo.extend("--ft-modal-body-color","",Po.contentGlobalPrimary),bodyHorizontalPadding:yo.extend("--ft-modal-body-horizontal-padding","",go.spacing6),bodyVerticalPadding:yo.extend("--ft-modal-body-vertical-padding","",go.spacing6),bodyVerticalGap:yo.extend("--ft-modal-body-vertical-gap","",go.spacing6),containerMargin:yo.extend("--ft-modal-container-margin","",go.spacing3),headerBackgroundColor:yo.extend("--ft-modal-header-background-color","",Po.backgroundGlobalOnSurface),headerBorderColor:yo.extend("--ft-modal-header-border-color","",Po.borderGlobalSubtle),headerColor:yo.extend("--ft-modal-header-color","",Po.contentGlobalPrimary),headerTrailingIconColor:yo.extend("--ft-modal-header-trailing-icon-color","",Po.contentGlobalSecondary),headerVerticalPadding:yo.extend("--ft-modal-header-vertical-padding","",go.spacing1),headerRightPadding:yo.extend("--ft-modal-header-right-padding","",go.spacing1),headerLeftPadding:yo.extend("--ft-modal-header-left-padding","",go.spacing6),headerGap:yo.extend("--ft-modal-header-gap","",go.spacing2),headerBorderBottom:yo.create("--ft-modal-header-border-bottom","","SIZE","1px"),borderRadius:yo.extend("--ft-modal-border-radius","",go.borderRadiusM)},qo={overlayOpacity:yo.extend("--ft-drawer-overlay-opacity","",go.opacity40),shadow:yo.extend("--ft-drawer-shadow","",go.shadowElevation03),bodyColor:yo.extend("--ft-drawer-body-color","",Po.contentGlobalPrimary),bodyHorizontalPadding:yo.extend("--ft-drawer-body-horizontal-padding","",go.spacing6),bodyVerticalPadding:yo.extend("--ft-drawer-body-vertical-padding","",go.spacing6),bodyGap:yo.extend("--ft-drawer-body-gap","",go.spacing6),bodyBackgroundColor:yo.extend("--ft-drawer-body-background-color","",go.colorWhite),headerBackgroundColor:yo.extend("--ft-drawer-header-background-color","",Po.backgroundGlobalOnSurface),headerBorderColor:yo.extend("--ft-drawer-header-border-color","",Po.borderGlobalSubtle),headerColor:yo.extend("--ft-drawer-header-color","",Po.contentGlobalPrimary),headerTrailingIconColor:yo.extend("--ft-drawer-header-trailing-icon-color","",Po.contentGlobalSecondary),headerHeight:yo.create("--ft-drawer-header-height","","SIZE","50px"),headerHorizontalPadding:yo.extend("--ft-drawer-header-horizontal-padding","",go.spacing2),headerBorderWidth:yo.create("--ft-drawer-header-border-width","","SIZE","1px"),headerGap:yo.extend("--ft-drawer-header-gap","",go.spacing3),buttonsBarBackgroundColor:yo.extend("--ft-drawer-buttons-bar-background-color","",Po.backgroundGlobalOnSurface),buttonsBarBorderColor:yo.extend("--ft-drawer-buttons-bar-border-color","",Po.borderGlobalSubtle),buttonsBarColor:yo.extend("--ft-drawer-buttons-bar-color","",Po.contentGlobalPrimary),buttonsBarHorizontalPadding:yo.extend("--ft-drawer-buttons-bar-horizontal-padding","",go.spacing4),buttonsBarVerticalPadding:yo.extend("--ft-drawer-buttons-bar-vertical-padding","",go.spacing4),buttonsBarGap:yo.extend("--ft-drawer-buttons-bar-gap","",go.spacing3),buttonsBarBorderWidth:yo.create("--ft-drawer-buttons-bar-border-width","","SIZE","1px"),containerWidth:yo.create("--ft-drawer-container-width","","SIZE","66%"),containerMinWidth:yo.create("--ft-drawer-container-min-width","","SIZE","500px"),containerMaxWidth:yo.create("--ft-drawer-container-max-width","","SIZE","1000px"),containerHeight:yo.create("--ft-drawer-container-height","","SIZE","100%"),overlayBackgroundColor:yo.extend("--ft-drawer-overlay-background-color","",go.colorGray700)},Jo={fieldHorizontalPadding:yo.extend("--ft-text-input-field-horizontal-padding","",go.spacing4),fieldHorizontalGap:yo.extend("--ft-text-input-field-horizontal-gap","",go.spacing3),fieldVerticalGap:yo.extend("--ft-text-input-field-vertical-gap","",go.spacing05),fieldIconSize:yo.extend("--ft-text-input-field-icon-size","",go.iconSize3),fieldHeight:yo.create("--ft-text-input-field-height","","SIZE","50px"),helperHorizontalPadding:yo.extend("--ft-text-input-helper-horizontal-padding","",go.spacing4),helperHorizontalGap:yo.extend("--ft-text-input-helper-horizontal-gap","",go.spacing1),helperIconSize:yo.extend("--ft-text-input-helper-icon-size","",go.iconSize2),borderRadius:yo.extend("--ft-text-input-border-radius","",go.borderRadiusM),backgroundColor:yo.extend("--ft-text-input-background-color","",go.colorWhite),contentValueColor:yo.extend("--ft-text-input-content-value-color","",Po.contentGlobalPrimary),trailingIconColor:yo.extend("--ft-text-input-trailing-icon-color","",Po.contentGlobalSubtle),labelColor:yo.extend("--ft-text-input-label-color","",Po.contentGlobalSubtle),defaultBorderColor:yo.extend("--ft-text-input-default-border-color","",Po.borderInputPrimary),defaultHelperTextColor:yo.extend("--ft-text-input-default-helper-text-color","",Po.contentGlobalSubtle),defaultBorderWidth:yo.create("--ft-text-input-default-border-width","","SIZE","1px"),errorBorderWidth:yo.create("--ft-text-input-error-border-width","","SIZE","2px"),errorBorderColor:yo.extend("--ft-text-input-error-border-color","",Po.borderErrorPrimary),errorHelperTextColor:yo.extend("--ft-text-input-error-helper-text-color","",Po.contentErrorPrimary),errorHelperIconColor:yo.extend("--ft-text-input-error-helper-icon-color","",Po.contentErrorIconOnly),warningBorderWidth:yo.create("--ft-text-input-warning-border-width","","SIZE","2px"),focusOutlineWidth:yo.create("--ft-text-input-focus-outline-width","","SIZE","2px"),focusFocusRingColor:yo.extend("--ft-text-input-focus-focus-ring-color","",Po.borderActionFocusRing),focusOutlineOffset:yo.create("--ft-text-input-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:yo.extend("--ft-text-input-disabled-component-opacity","",go.opacity40)},Xo={backgroundColor:yo.extend("--ft-text-area-background-color","",go.colorWhite),contentValueColor:yo.extend("--ft-text-area-content-value-color","",Po.contentGlobalPrimary),labelColor:yo.extend("--ft-text-area-label-color","",Po.contentGlobalSubtle),defaultBorderColor:yo.extend("--ft-text-area-default-border-color","",Po.borderInputPrimary),defaultHelperTextColor:yo.extend("--ft-text-area-default-helper-text-color","",Po.contentGlobalSubtle),defaultBorderWidth:yo.create("--ft-text-area-default-border-width","","SIZE","1px"),errorBorderWidth:yo.create("--ft-text-area-error-border-width","","SIZE","2px"),errorBorderColor:yo.extend("--ft-text-area-error-border-color","",Po.borderErrorPrimary),errorHelperTextColor:yo.extend("--ft-text-area-error-helper-text-color","",Po.contentErrorPrimary),errorHelperIconColor:yo.extend("--ft-text-area-error-helper-icon-color","",Po.contentErrorIconOnly),focusFocusRingColor:yo.extend("--ft-text-area-focus-focus-ring-color","",Po.borderActionFocusRing),focusOutlineWidth:yo.create("--ft-text-area-focus-outline-width","","SIZE","2px"),focusOutlineOffset:yo.create("--ft-text-area-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:yo.extend("--ft-text-area-disabled-component-opacity","",go.opacity40),fieldHorizontalLeftPadding:yo.extend("--ft-text-area-field-horizontal-left-padding","",go.spacing4),fieldHorizontalGap:yo.extend("--ft-text-area-field-horizontal-gap","",go.spacing3),fieldVerticalGap:yo.extend("--ft-text-area-field-vertical-gap","",go.spacing05),fieldMinHeight:yo.create("--ft-text-area-field-min-height","","SIZE","64px"),helperHorizontalPadding:yo.extend("--ft-text-area-helper-horizontal-padding","",go.spacing4),helperHorizontalGap:yo.extend("--ft-text-area-helper-horizontal-gap","",go.spacing1),helperIconSize:yo.extend("--ft-text-area-helper-icon-size","",go.iconSize2),borderRadius:yo.extend("--ft-text-area-border-radius","",go.borderRadiusM)},Qo={height:yo.create("--ft-floating-menu-height","","SIZE","50px"),horizontalPadding:yo.extend("--ft-floating-menu-horizontal-padding","",go.spacing4),offIconColor:yo.extend("--ft-floating-menu-off-icon-color","",Po.contentGlobalPrimary),offColor:yo.extend("--ft-floating-menu-off-color","",Po.contentGlobalPrimary),onColor:yo.extend("--ft-floating-menu-on-color","",Po.contentActionPrimary),onStateLayerColor:yo.extend("--ft-floating-menu-on-state-layer-color","",Po.contentActionPrimary),gap:yo.extend("--ft-floating-menu-gap","",go.spacing3),focusFocusRingColor:yo.extend("--ft-floating-menu-focus-focus-ring-color","",Po.borderActionFocusRing),focusOutlineWidth:yo.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),focusStateLayerOpacity:yo.extend("--ft-floating-menu-focus-state-layer-opacity","",go.opacity8),hoverStateLayerOpacity:yo.extend("--ft-floating-menu-hover-state-layer-opacity","",go.opacity8),activeStateLayerOpacity:yo.extend("--ft-floating-menu-active-state-layer-opacity","",go.opacity16),disabledComponentOpacity:yo.extend("--ft-floating-menu-disabled-component-opacity","",go.opacity40),iconSize:yo.extend("--ft-floating-menu-icon-size","",go.iconSize3),backgroundColor:yo.extend("--ft-floating-menu-background-color","",Po.backgroundGlobalOnSurface)},tr={fieldHorizontalPadding:yo.extend("--ft-combobox-single-select-field-horizontal-padding","",go.spacing4),fieldHorizontalGap:yo.extend("--ft-combobox-single-select-field-horizontal-gap","",go.spacing3),fieldVerticalGap:yo.extend("--ft-combobox-single-select-field-vertical-gap","",go.spacing05),fieldIconSize:yo.extend("--ft-combobox-single-select-field-icon-size","",go.iconSize3),fieldHeight:yo.create("--ft-combobox-single-select-field-height","","SIZE","50px"),helperHorizontalPadding:yo.extend("--ft-combobox-single-select-helper-horizontal-padding","",go.spacing4),helperHorizontalGap:yo.extend("--ft-combobox-single-select-helper-horizontal-gap","",go.spacing1),helperVerticalGap:yo.extend("--ft-combobox-single-select-helper-vertical-gap","",go.spacing1),helperIconSize:yo.extend("--ft-combobox-single-select-helper-icon-size","",go.iconSize2),menuVerticalGap:yo.extend("--ft-combobox-single-select-menu-vertical-gap","",go.spacing2),borderRadius:yo.extend("--ft-combobox-single-select-border-radius","",go.borderRadiusM),backgroundColor:yo.extend("--ft-combobox-single-select-background-color","",go.colorWhite),labelColor:yo.extend("--ft-combobox-single-select-label-color","",Po.contentGlobalSubtle),contentValueColor:yo.extend("--ft-combobox-single-select-content-value-color","",Po.contentGlobalPrimary),trailingIconColor:yo.extend("--ft-combobox-single-select-trailing-icon-color","",Po.contentGlobalSubtle),defaultBorderColor:yo.extend("--ft-combobox-single-select-default-border-color","",Po.borderInputPrimary),defaultHelperTextColor:yo.extend("--ft-combobox-single-select-default-helper-text-color","",Po.contentGlobalSubtle),defaultBorderWidth:yo.create("--ft-combobox-single-select-default-border-width","","SIZE","1px"),errorBorderWidth:yo.create("--ft-combobox-single-select-error-border-width","","SIZE","2px"),errorBorderColor:yo.extend("--ft-combobox-single-select-error-border-color","",Po.borderErrorPrimary),errorHelperTextColor:yo.extend("--ft-combobox-single-select-error-helper-text-color","",Po.contentErrorPrimary),warningBorderWidth:yo.create("--ft-combobox-single-select-warning-border-width","","SIZE","2px"),warningBorderColor:yo.extend("--ft-combobox-single-select-warning-border-color","",Po.borderWarningPrimary),warningHelperTextColor:yo.extend("--ft-combobox-single-select-warning-helper-text-color","",Po.contentWarningPrimary),warningHelperIconColor:yo.extend("--ft-combobox-single-select-warning-helper-icon-color","",Po.contentWarningIconOnly),focusOutlineWidth:yo.create("--ft-combobox-single-select-focus-outline-width","","SIZE","2px"),focusFocusRingColor:yo.extend("--ft-combobox-single-select-focus-focus-ring-color","",Po.borderActionFocusRing),focusOutlineOffset:yo.create("--ft-combobox-single-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:yo.extend("--ft-combobox-single-select-disabled-component-opacity","",go.opacity40)},er={backgroundColor:yo.extend("--ft-combobox-multi-select-background-color","",go.colorWhite),labelColor:yo.extend("--ft-combobox-multi-select-label-color","",Po.contentGlobalSubtle),trailingIconColor:yo.extend("--ft-combobox-multi-select-trailing-icon-color","",Po.contentGlobalSubtle),defaultBorderColor:yo.extend("--ft-combobox-multi-select-default-border-color","",Po.borderInputPrimary),defaultHelperTextColor:yo.extend("--ft-combobox-multi-select-default-helper-text-color","",Po.contentGlobalSubtle),defaultBorderWidth:yo.create("--ft-combobox-multi-select-default-border-width","","SIZE","1px"),errorBorderColor:yo.extend("--ft-combobox-multi-select-error-border-color","",Po.borderErrorPrimary),errorHelperTextColor:yo.extend("--ft-combobox-multi-select-error-helper-text-color","",Po.contentErrorPrimary),errorHelperIcon:yo.extend("--ft-combobox-multi-select-error-helper-icon","",Po.contentErrorIconOnly),errorBorderWidth:yo.create("--ft-combobox-multi-select-error-border-width","","SIZE","2px"),warningBorderColor:yo.extend("--ft-combobox-multi-select-warning-border-color","",Po.borderWarningPrimary),warningHelperTextColor:yo.extend("--ft-combobox-multi-select-warning-helper-text-color","",Po.contentWarningPrimary),warningHelperIconColor:yo.extend("--ft-combobox-multi-select-warning-helper-icon-color","",Po.contentWarningIconOnly),warningBorderWidth:yo.create("--ft-combobox-multi-select-warning-border-width","","SIZE","2px"),focusFocusRingColor:yo.extend("--ft-combobox-multi-select-focus-focus-ring-color","",Po.borderActionFocusRing),focusOutlineWidth:yo.create("--ft-combobox-multi-select-focus-outline-width","","SIZE","2px"),focusOutlineOffset:yo.create("--ft-combobox-multi-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:yo.extend("--ft-combobox-multi-select-disabled-component-opacity","",go.opacity40),helperHorizontalPadding:yo.extend("--ft-combobox-multi-select-helper-horizontal-padding","",go.spacing4),helperHorizontalGap:yo.extend("--ft-combobox-multi-select-helper-horizontal-gap","",go.spacing1),helperVerticalGap:yo.extend("--ft-combobox-multi-select-helper-vertical-gap","",go.spacing1),helperIconSize:yo.extend("--ft-combobox-multi-select-helper-icon-size","",go.iconSize2),fieldHorizontalPadding:yo.extend("--ft-combobox-multi-select-field-horizontal-padding","",go.spacing4),fieldHorizontalGap:yo.extend("--ft-combobox-multi-select-field-horizontal-gap","",go.spacing3),fieldVerticalGap:yo.extend("--ft-combobox-multi-select-field-vertical-gap","",go.spacing05),fieldIconSize:yo.extend("--ft-combobox-multi-select-field-icon-size","",go.iconSize3),fieldMaxHeight:yo.create("--ft-combobox-multi-select-field-max-height","","SIZE","112px"),contentValuesHorizontalGap:yo.extend("--ft-combobox-multi-select-content-values-horizontal-gap","",go.spacing1),contentValuesVerticalGap:yo.extend("--ft-combobox-multi-select-content-values-vertical-gap","",go.spacing1),borderRadius:yo.extend("--ft-combobox-multi-select-border-radius","",go.borderRadiusM)},or={backgroundColor:yo.extend("--ft-popover-background-color","",Po.backgroundGlobalOnSurface),horizontalPadding:yo.extend("--ft-popover-horizontal-padding","",go.spacing6),verticalPadding:yo.extend("--ft-popover-vertical-padding","",go.spacing6),iconColor:yo.extend("--ft-popover-icon-color","",Po.contentGlobalSecondary),iconSize:yo.extend("--ft-popover-icon-size","",go.iconSize2),titleColor:yo.extend("--ft-popover-title-color","",Po.contentGlobalPrimary),bodyColor:yo.extend("--ft-popover-body-color","",Po.contentGlobalSecondary),linkColor:yo.extend("--ft-popover-link-color","",Po.contentActionPrimary),gap:yo.extend("--ft-popover-gap","",go.spacing3),borderRadius:yo.extend("--ft-popover-border-radius","",go.borderRadiusM),shadow:yo.extend("--ft-popover-shadow","",go.shadowElevation02)},rr={topLeftBorderRadius:yo.extend("--ft-tabs-top-left-border-radius","",go.borderRadiusS),topRightBorderRadius:yo.extend("--ft-tabs-top-right-border-radius","",go.borderRadiusS),labelHorizontalPadding:yo.extend("--ft-tabs-label-horizontal-padding","",go.spacing4),labelVerticalPadding:yo.extend("--ft-tabs-label-vertical-padding","",go.spacing3),labelGap:yo.extend("--ft-tabs-label-gap","",go.spacing1),offHoverStateLayerOpacity:yo.extend("--ft-tabs-off-hover-state-layer-opacity","",go.opacity8),offFocusStateLayerOpacity:yo.extend("--ft-tabs-off-focus-state-layer-opacity","",go.opacity8),offActiveStateLayerOpacity:yo.extend("--ft-tabs-off-active-state-layer-opacity","",go.opacity16),offDisabledComponentOpacity:yo.extend("--ft-tabs-off-disabled-component-opacity","",go.opacity40),offColor:yo.extend("--ft-tabs-off-color","",Po.contentGlobalSubtle),offStateLayerColor:yo.extend("--ft-tabs-off-state-layer-color","",Po.contentGlobalSubtle),onHoverStateLayerOpacity:yo.extend("--ft-tabs-on-hover-state-layer-opacity","",go.opacity8),onFocusStateLayerOpacity:yo.extend("--ft-tabs-on-focus-state-layer-opacity","",go.opacity8),onActiveStateLayerOpacity:yo.extend("--ft-tabs-on-active-state-layer-opacity","",go.opacity16),onDisabledComponentOpacity:yo.extend("--ft-tabs-on-disabled-component-opacity","",go.opacity40),onColor:yo.extend("--ft-tabs-on-color","",Po.contentActionPrimary),onStateLayerColor:yo.extend("--ft-tabs-on-state-layer-color","",Po.contentActionPrimary),iconHorizontalPadding:yo.extend("--ft-tabs-icon-horizontal-padding","",go.spacing1),iconVerticalPadding:yo.extend("--ft-tabs-icon-vertical-padding","",go.spacing4),focusOutlineWidth:yo.create("--ft-tabs-focus-outline-width","","SIZE","2px"),focusFocusRingColor:yo.extend("--ft-tabs-focus-focus-ring-color","",Po.borderActionFocusRing)},nr={hoverStateLayerOpacity:yo.extend("--ft-collapsible-hover-state-layer-opacity","",go.opacity8),focusStateLayerOpacity:yo.extend("--ft-collapsible-focus-state-layer-opacity","",go.opacity8),focusOutlineWidth:yo.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),focusFocusRingColor:yo.extend("--ft-collapsible-focus-focus-ring-color","",Po.borderActionFocusRing),activeStateLayerOpacity:yo.extend("--ft-collapsible-active-state-layer-opacity","",go.opacity16),disabledComponentOpacity:yo.extend("--ft-collapsible-disabled-component-opacity","",go.opacity40),horizontalPadding:yo.extend("--ft-collapsible-horizontal-padding","",go.spacing4),verticalPadding:yo.extend("--ft-collapsible-vertical-padding","",go.spacing3),color:yo.extend("--ft-collapsible-color","",Po.contentGlobalPrimary),stateLayerColor:yo.extend("--ft-collapsible-state-layer-color","",Po.contentGlobalPrimary),backgroundColor:yo.extend("--ft-collapsible-background-color","",Po.backgroundGlobalOnSurface),borderColor:yo.extend("--ft-collapsible-border-color","",Po.borderGlobalSubtle),iconSize:yo.extend("--ft-collapsible-icon-size","",go.iconSize3)},ir={groupHorizontalPadding:yo.extend("--ft-switch-group-horizontal-padding","",go.spacing1),groupVerticalPadding:yo.extend("--ft-switch-group-vertical-padding","",go.spacing1),groupGap:yo.extend("--ft-switch-group-gap","",go.spacing1),groupBackgroundColor:yo.extend("--ft-switch-group-background-color","",Po.backgroundGlobalSurface),groupBorderColor:yo.extend("--ft-switch-group-border-color","",Po.borderGlobalSubtle),groupBorderRadius:yo.create("--ft-switch-group-border-radius","","SIZE","6px"),labelHorizontalPadding:yo.extend("--ft-switch-label-horizontal-padding","",go.spacing2),labelVerticalPadding:yo.extend("--ft-switch-label-vertical-padding","",go.spacing1),offHoverStateLayerOpacity:yo.extend("--ft-switch-off-hover-state-layer-opacity","",go.opacity8),offFocusStateLayerOpacity:yo.extend("--ft-switch-off-focus-state-layer-opacity","",go.opacity8),offActiveStateLayerOpacity:yo.extend("--ft-switch-off-active-state-layer-opacity","",go.opacity16),offDisabledComponentOpacity:yo.extend("--ft-switch-off-disabled-component-opacity","",go.opacity40),offColor:yo.extend("--ft-switch-off-color","",Po.contentGlobalSubtle),offStateLayerColor:yo.extend("--ft-switch-off-state-layer-color","",Po.contentGlobalSubtle),onHoverStateLayerOpacity:yo.extend("--ft-switch-on-hover-state-layer-opacity","",go.opacity8),onFocusStateLayerOpacity:yo.extend("--ft-switch-on-focus-state-layer-opacity","",go.opacity8),onActiveStateLayerOpacity:yo.extend("--ft-switch-on-active-state-layer-opacity","",go.opacity16),onDisabledComponentOpacity:yo.extend("--ft-switch-on-disabled-component-opacity","",go.opacity40),onColor:yo.extend("--ft-switch-on-color","",Po.contentActionPrimary),onStateLayerColor:yo.extend("--ft-switch-on-state-layer-color","",Po.contentActionPrimary),iconHorizontalPadding:yo.extend("--ft-switch-icon-horizontal-padding","",go.spacing1),iconVerticalPadding:yo.extend("--ft-switch-icon-vertical-padding","",go.spacing1),focusOutlineWidth:yo.create("--ft-switch-focus-outline-width","","SIZE","2px"),focusFocusRingColor:yo.extend("--ft-switch-focus-focus-ring-color","",Po.borderActionFocusRing),optionBorderRadius:yo.extend("--ft-switch-option-border-radius","",go.borderRadiusS)},ar={color1Light:yo.extend("--ft-chart-1-light","for area color charts",go.colorBrand40),color1Base:yo.extend("--ft-chart-1-base","for line charts",go.colorBrand0),color2Light:yo.extend("--ft-chart-2-light","for area color charts",go.colorYellow60),color2Base:yo.extend("--ft-chart-2-base","for line charts",go.colorYellow100),color3Light:yo.extend("--ft-chart-3-light","",go.colorUltramarine40),color3Base:yo.extend("--ft-chart-3-base","",go.colorUltramarine70),color4Light:yo.extend("--ft-chart-4-light","",go.colorCyan50),color4Base:yo.extend("--ft-chart-4-base","",go.colorCyan100),color5Light:yo.extend("--ft-chart-5-light","",go.colorRed40),color5Base:yo.extend("--ft-chart-5-base","",go.colorRed60),color6Light:yo.extend("--ft-chart-6-light","",go.colorGreen40),color6Base:yo.extend("--ft-chart-6-base","",go.colorGreen70),color7Light:yo.extend("--ft-chart-7-light","",go.colorOrange70),color7Base:yo.extend("--ft-chart-7-base","",go.colorOrange100),color8Light:yo.extend("--ft-chart-8-light","",go.colorAvocado70),color8Base:yo.extend("--ft-chart-8-base","",go.colorAvocado200),color9Light:yo.extend("--ft-chart-9-light","",go.colorBrown50),color9Base:yo.extend("--ft-chart-9-base","",go.colorBrown200),color10Light:yo.extend("--ft-chart-10-light","",go.colorGray50),color10Base:yo.extend("--ft-chart-10-base","",go.colorGray80),monochrome10:yo.extend("--ft-chart-monochrome-10","",go.colorBrand10),monochrome20:yo.extend("--ft-chart-monochrome-20","",go.colorBrand20),monochrome30:yo.extend("--ft-chart-monochrome-30","",go.colorBrand40),monochrome40:yo.extend("--ft-chart-monochrome-40","",go.colorBrand60),monochrome50:yo.extend("--ft-chart-monochrome-50","",go.colorBrand0),monochrome60:yo.extend("--ft-chart-monochrome-60","",go.colorBrand200)},sr={largeHorizontalPadding:yo.extend("--ft-chip-large-horizontal-padding","",go.spacing4),largeVerticalPadding:yo.extend("--ft-chip-large-vertical-padding","",go.spacing2),largeGap:yo.extend("--ft-chip-large-gap","",go.spacing1),largeFocusOutlineOffset:yo.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:yo.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),largeBorderRadius:yo.extend("--ft-chip-large-border-radius","",go.borderRadiusPill),largeBorderWidth:yo.create("--ft-chip-large-border-width","","SIZE","1px"),largeIconSize:yo.extend("--ft-chip-large-icon-size","",go.iconSize3),mediumHorizontalPadding:yo.extend("--ft-chip-medium-horizontal-padding","",go.spacing3),mediumVerticalPadding:yo.extend("--ft-chip-medium-vertical-padding","",go.spacing1),mediumGap:yo.extend("--ft-chip-medium-gap","",go.spacing1),mediumFocusOutlineOffset:yo.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:yo.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),mediumBorderRadius:yo.extend("--ft-chip-medium-border-radius","",go.borderRadiusPill),mediumBorderWidth:yo.create("--ft-chip-medium-border-width","","SIZE","1px"),mediumIconSize:yo.extend("--ft-chip-medium-icon-size","",go.iconSize2),smallHorizontalPadding:yo.extend("--ft-chip-small-horizontal-padding","",go.spacing2),smallVerticalPadding:yo.extend("--ft-chip-small-vertical-padding","",go.spacing05),smallGap:yo.extend("--ft-chip-small-gap","",go.spacing1),smallFocusOutlineOffset:yo.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:yo.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),smallBorderRadius:yo.extend("--ft-chip-small-border-radius","",go.borderRadiusPill),smallBorderWidth:yo.create("--ft-chip-small-border-width","","SIZE","1px"),smallIconSize:yo.extend("--ft-chip-small-icon-size","",go.iconSize1),neutralBackgroundColor:yo.extend("--ft-chip-neutral-background-color","",Po.backgroundGlobalOnSurface),neutralColor:yo.extend("--ft-chip-neutral-color","",Po.contentGlobalPrimary),neutralIconColor:yo.extend("--ft-chip-neutral-icon-color","",Po.contentGlobalPrimary),neutralBorderColor:yo.extend("--ft-chip-neutral-border-color","",Po.borderGlobalSubtle),infoBackgroundColor:yo.extend("--ft-chip-info-background-color","",Po.backgroundInfoSubtle),infoColor:yo.extend("--ft-chip-info-color","",Po.contentInfoPrimary),infoIconColor:yo.extend("--ft-chip-info-icon-color","",Po.contentInfoIconOnly),infoBorderColor:yo.extend("--ft-chip-info-border-color","",Po.borderInfoSubtle),successBackgroundColor:yo.extend("--ft-chip-success-background-color","",Po.backgroundSuccessSubtle),successColor:yo.extend("--ft-chip-success-color","",Po.contentSuccessPrimary),successIconColor:yo.extend("--ft-chip-success-icon-color","",Po.contentSuccessIconOnly),successBorderColor:yo.extend("--ft-chip-success-border-color","",Po.borderSuccessSubtle),warningBackgroundColor:yo.extend("--ft-chip-warning-background-color","",Po.backgroundWarningSubtle),warningColor:yo.extend("--ft-chip-warning-color","",Po.contentWarningPrimary),warningIconColor:yo.extend("--ft-chip-warning-icon-color","",Po.contentWarningIconOnly),warningBorderColor:yo.extend("--ft-chip-warning-border-color","",Po.borderWarningSubtle),errorBackgroundColor:yo.extend("--ft-chip-error-background-color","",Po.backgroundErrorSubtle),errorColor:yo.extend("--ft-chip-error-color","",Po.contentErrorPrimary),errorIconColor:yo.extend("--ft-chip-error-icon-color","",Po.contentErrorIconOnly),errorBorderColor:yo.extend("--ft-chip-error-border-color","",Po.borderErrorSubtle)},cr={infoBorderColor:yo.extend("--ft-border-info-border-color","",Po.borderInfoSubtle)},lr={borderWidth:yo.create("--ft-notice-border-width","","SIZE","1px"),horizontalPadding:yo.extend("--ft-notice-horizontal-padding","",go.spacing2),verticalPadding:yo.extend("--ft-notice-vertical-padding","",go.spacing1),borderRadius:yo.extend("--ft-notice-border-radius","",go.borderRadiusS),gap:yo.extend("--ft-notice-gap","",go.spacing2),iconSize:yo.extend("--ft-notice-icon-size","",go.iconSize3),infoBackgroundColor:yo.extend("--ft-notice-info-background-color","",Po.backgroundInfoSubtle),infoBorderColor:yo.extend("--ft-notice-info-border-color","",Po.borderInfoSubtle),infoColor:yo.extend("--ft-notice-info-color","",Po.contentInfoPrimary),infoIconColor:yo.extend("--ft-notice-info-icon-color","",Po.contentInfoIconOnly),warningBackgroundColor:yo.extend("--ft-notice-warning-background-color","",Po.backgroundWarningSubtle),warningBorderColor:yo.extend("--ft-notice-warning-border-color","",Po.borderWarningSubtle),warningColor:yo.extend("--ft-notice-warning-color","",Po.contentWarningPrimary),warningIconColor:yo.extend("--ft-notice-warning-icon-color","",Po.contentWarningIconOnly),errorBackgroundColor:yo.extend("--ft-notice-error-background-color","",Po.backgroundErrorSubtle),errorBorderColor:yo.extend("--ft-notice-error-border-color","",Po.borderErrorSubtle),errorColor:yo.extend("--ft-notice-error-color","",Po.contentErrorPrimary),errorIconColor:yo.extend("--ft-notice-error-icon-color","",Po.contentErrorIconOnly),successBackgroundColor:yo.extend("--ft-notice-success-background-color","",Po.backgroundSuccessSubtle),successBorderColor:yo.extend("--ft-notice-success-border-color","",Po.borderSuccessSubtle),successColor:yo.extend("--ft-notice-success-color","",Po.contentSuccessPrimary),successIconColor:yo.extend("--ft-notice-success-icon-color","",Po.contentSuccessIconOnly)},ur={color:yo.extend("--ft-checkbox-color","",Po.contentGlobalPrimary),checkedBackgroundColor:yo.extend("--ft-checkbox-checked-background-color","",Po.contentActionPrimary),checkedStateLayerColor:yo.extend("--ft-checkbox-checked-state-layer-color","",Po.contentActionPrimary),checkedIconColor:yo.extend("--ft-checkbox-checked-icon-color","",Po.contentGlobalOnColor),checkedHoverStateLayerOpacity:yo.extend("--ft-checkbox-checked-hover-state-layer-opacity","",go.opacity16),checkedFocusStateLayerOpacity:yo.extend("--ft-checkbox-checked-focus-state-layer-opacity","",go.opacity16),checkedActiveStateLayerOpacity:yo.extend("--ft-checkbox-checked-active-state-layer-opacity","",go.opacity24),checkedDisabledComponentOpacity:yo.extend("--ft-checkbox-checked-disabled-component-opacity","",go.opacity40),uncheckedBorderColor:yo.extend("--ft-checkbox-unchecked-border-color","",go.colorGray80),uncheckedStateLayerColor:yo.extend("--ft-checkbox-unchecked-state-layer-color","",go.colorGray80),uncheckedHoverStateLayerOpacity:yo.extend("--ft-checkbox-unchecked-hover-state-layer-opacity","",go.opacity16),uncheckedFocusStateLayerOpacity:yo.extend("--ft-checkbox-unchecked-focus-state-layer-opacity","",go.opacity16),uncheckedActiveStateLayerOpacity:yo.extend("--ft-checkbox-unchecked-active-state-layer-opacity","",go.opacity24),uncheckedDisabledComponentOpacity:yo.extend("--ft-checkbox-unchecked-disabled-component-opacity","",go.opacity40),focusFocusRingColor:yo.extend("--ft-checkbox-focus-focus-ring-color","",Po.borderActionFocusRing),focusOutlineOffset:yo.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:yo.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),gap:yo.extend("--ft-checkbox-gap","",go.spacing3)},fr={offHoverStateLayerOpacity:yo.extend("--ft-toggle-off-hover-state-layer-opacity","",go.opacity16),offFocusStateLayerOpacity:yo.extend("--ft-toggle-off-focus-state-layer-opacity","",go.opacity16),offActiveStateLayerOpacity:yo.extend("--ft-toggle-off-active-state-layer-opacity","",go.opacity24),offDisabledComponentOpacity:yo.extend("--ft-toggle-off-disabled-component-opacity","",go.opacity40),offBackgroundColor:yo.extend("--ft-toggle-off-background-color","",Po.contentGlobalSubtle),offIconColor:yo.extend("--ft-toggle-off-icon-color","",Po.contentGlobalSubtle),offStateLayerColor:yo.extend("--ft-toggle-off-state-layer-color","",Po.contentGlobalSubtle),onHoverStateLayerOpacity:yo.extend("--ft-toggle-on-hover-state-layer-opacity","",go.opacity16),onFocusStateLayerOpacity:yo.extend("--ft-toggle-on-focus-state-layer-opacity","",go.opacity16),onActiveStateLayerOpacity:yo.extend("--ft-toggle-on-active-state-layer-opacity","",go.opacity24),onDisabledComponentOpacity:yo.extend("--ft-toggle-on-disabled-component-opacity","",go.opacity40),onBackgroundColor:yo.extend("--ft-toggle-on-background-color","",Po.contentActionPrimary),onStateLayerColor:yo.extend("--ft-toggle-on-state-layer-color","",Po.contentActionPrimary),onIconColor:yo.extend("--ft-toggle-on-icon-color","",Po.contentActionPrimary),color:yo.extend("--ft-toggle-color","",Po.contentGlobalPrimary),focusFocusRingColor:yo.extend("--ft-toggle-focus-focus-ring-color","",Po.borderActionFocusRing),gap:yo.extend("--ft-toggle-gap","",go.spacing3)},hr={color:yo.extend("--ft-radio-color","",Po.contentGlobalPrimary),selectedRadioColor:yo.extend("--ft-radio-selected-radio-color","",Po.contentActionPrimary),selectedStateLayerColor:yo.extend("--ft-radio-selected-state-layer-color","",Po.contentActionPrimary),selectedHoverStateLayerOpacity:yo.extend("--ft-radio-selected-hover-state-layer-opacity","",go.opacity16),selectedFocusStateLayerOpacity:yo.extend("--ft-radio-selected-focus-state-layer-opacity","",go.opacity16),selectedActiveStateLayerOpacity:yo.extend("--ft-radio-selected-active-state-layer-opacity","",go.opacity24),selectedDisabledComponentOpacity:yo.extend("--ft-radio-selected-disabled-component-opacity","",go.opacity40),unselectedStateLayerColor:yo.extend("--ft-radio-unselected-state-layer-color","",Po.borderInputPrimary),unselectedBorderColor:yo.extend("--ft-radio-unselected-border-color","",Po.borderInputPrimary),unselectedHoverStateLayerOpacity:yo.extend("--ft-radio-unselected-hover-state-layer-opacity","",go.opacity16),unselectedFocusStateLayerOpacity:yo.extend("--ft-radio-unselected-focus-state-layer-opacity","",go.opacity16),unselectedActiveStateLayerOpacity:yo.extend("--ft-radio-unselected-active-state-layer-opacity","",go.opacity24),unselectedDisabledComponentOpacity:yo.extend("--ft-radio-unselected-disabled-component-opacity","",go.opacity40),focusFocusRingColor:yo.extend("--ft-radio-focus-focus-ring-color","",Po.borderActionFocusRing),focusOutlineOffset:yo.create("--ft-radio-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:yo.create("--ft-radio-focus-outline-width","","SIZE","2px"),gap:yo.extend("--ft-radio-gap","",go.spacing3)},dr={iconSize:yo.extend("--ft-notification-icon-size","",go.iconSize4),horizontalPadding:yo.extend("--ft-notification-horizontal-padding","",go.spacing4),verticalPadding:yo.extend("--ft-notification-vertical-padding","",go.spacing4),infoBackgroundColor:yo.extend("--ft-notification-info-background-color","",Po.backgroundInfoSubtle),infoColor:yo.extend("--ft-notification-info-color","",Po.contentInfoPrimary),infoIconColor:yo.extend("--ft-notification-info-icon-color","",Po.contentInfoIconOnly),infoBorderColor:yo.extend("--ft-notification-info-border-color","",Po.borderInfoSubtle),successBackgroundColor:yo.extend("--ft-notification-success-background-color","",Po.backgroundSuccessSubtle),successColor:yo.extend("--ft-notification-success-color","",Po.contentSuccessPrimary),successIconColor:yo.extend("--ft-notification-success-icon-color","",Po.contentSuccessIconOnly),successBorderColor:yo.extend("--ft-notification-success-border-color","",Po.borderSuccessSubtle),warningBackgroundColor:yo.extend("--ft-notification-warning-background-color","",Po.backgroundWarningSubtle),warningColor:yo.extend("--ft-notification-warning-color","",Po.contentWarningPrimary),warningIconColor:yo.extend("--ft-notification-warning-icon-color","",Po.contentWarningIconOnly),warningBorderColor:yo.extend("--ft-notification-warning-border-color","",Po.borderWarningSubtle),errorBackgroundColor:yo.extend("--ft-notification-error-background-color","",Po.backgroundErrorSubtle),errorColor:yo.extend("--ft-notification-error-color","",Po.contentErrorPrimary),errorIconColor:yo.extend("--ft-notification-error-icon-color","",Po.contentErrorIconOnly),errorBorderColor:yo.extend("--ft-notification-error-border-color","",Po.borderErrorSubtle),borderRadius:yo.extend("--ft-notification-border-radius","",go.borderRadiusPill),borderWidth:yo.create("--ft-notification-border-width","","SIZE","1px"),leadingGap:yo.extend("--ft-notification-leading-gap","",go.spacing2),trailingGap:yo.extend("--ft-notification-trailing-gap","",go.spacing8)},pr={horizontalPadding:yo.extend("--ft-tooltip-horizontal-padding","",go.spacing2),verticalPadding:yo.extend("--ft-tooltip-vertical-padding","",go.spacing2),borderRadius:yo.extend("--ft-tooltip-border-radius","",go.borderRadiusS),color:yo.extend("--ft-tooltip-color","",Po.contentGlobalOnColor),backgroundColor:yo.extend("--ft-tooltip-background-color","",Po.contentGlobalPrimary),backgroundOpacity:yo.extend("--ft-tooltip-background-opacity","",go.opacity80),shadow:yo.extend("--ft-tooltip-shadow","",go.shadowElevation03),maxWidth:yo.create("--ft-tooltip-max-width","","SIZE","256px"),gap:yo.extend("--ft-tooltip-gap","",go.spacing05)};var yr=Object.freeze({__proto__:null,FtCssVariableFactory:yo,banner:To,border:cr,breadcrumb:Ko,button:$o,chart:ar,checkbox:ur,chip:sr,collapsible:nr,comboboxMultiSelect:er,comboboxSingleSelect:tr,drawer:qo,floatingMenu:Qo,foundation:go,modal:Vo,notice:lr,notification:dr,pageHeader:Go,popover:or,radio:hr,semantic:Po,setVariable:function(t,e){return po(`${t.name}: ${e}`)},switch_:ir,tabs:rr,textArea:Xo,textInput:Jo,toggle:fr,tooltip:pr,typographies:Zo,typographyBody1Medium:wo,typographyBody1Regular:Oo,typographyBody1Semibold:xo,typographyBody2Medium:Co,typographyBody2MediumUnderline:Eo,typographyBody2Regular:No,typographyBody2Semibold:Ro,typographyCaption1Bold:_o,typographyCaption1Medium:Uo,typographyCaption1Semibold:Yo,typographyCaption2Bold:Ho,typographyCaption2Medium:Fo,typographyCaption2Semibold:Ao,typographyCaption3Bold:jo,typographyCaption3Medium:Bo,typographyCaption3Semibold:zo,typographyDisplay:bo,typographyLabel1Bold:ko,typographyLabel1Medium:Mo,typographyLabel1Semibold:Io,typographyLabel2Bold:Lo,typographyLabel2Medium:Wo,typographyLabel2Semibold:Do,typographyTitle1:mo,typographyTitle2:vo,typographyTitle3:So,typographyVariants:["display","title-1","title-2","title-3","body-1","body-2","body-2-underline","label-1","label-2","caption-1","caption-2","caption-3"]});const gr={colorPrimary:yo.create("--ft-color-primary","","COLOR","#2196F3"),colorPrimaryVariant:yo.create("--ft-color-primary-variant","","COLOR","#1976D2"),colorSecondary:yo.create("--ft-color-secondary","","COLOR","#FFCC80"),colorSecondaryVariant:yo.create("--ft-color-secondary-variant","","COLOR","#F57C00"),colorSurface:yo.create("--ft-color-surface","","COLOR","#FFFFFF"),colorContent:yo.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),colorError:yo.create("--ft-color-error","","COLOR","#B00020"),colorOutline:yo.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:yo.create("--ft-color-opacity-high","","NUMBER","1"),colorOpacityMedium:yo.create("--ft-color-opacity-medium","","NUMBER","0.74"),colorOpacityDisabled:yo.create("--ft-color-opacity-disabled","","NUMBER","0.38"),colorOnPrimary:yo.create("--ft-color-on-primary","","COLOR","#FFFFFF"),colorOnPrimaryHigh:yo.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),colorOnPrimaryMedium:yo.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:yo.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:yo.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),colorOnSecondaryHigh:yo.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),colorOnSecondaryMedium:yo.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:yo.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:yo.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:yo.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:yo.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:yo.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:yo.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),opacityContentOnSurfaceEnable:yo.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),opacityContentOnSurfaceHover:yo.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),opacityContentOnSurfaceFocused:yo.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),opacityContentOnSurfacePressed:yo.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),opacityContentOnSurfaceSelected:yo.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),opacityContentOnSurfaceDragged:yo.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:yo.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),opacityPrimaryOnSurfaceEnable:yo.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),opacityPrimaryOnSurfaceHover:yo.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:yo.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:yo.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:yo.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:yo.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:yo.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),opacitySurfaceOnPrimaryEnable:yo.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),opacitySurfaceOnPrimaryHover:yo.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:yo.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:yo.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:yo.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:yo.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),elevation00:yo.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:yo.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:yo.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:yo.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:yo.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:yo.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:yo.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:yo.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:yo.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:yo.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:yo.create("--ft-border-radius-S","","SIZE","4px"),borderRadiusM:yo.create("--ft-border-radius-M","","SIZE","8px"),borderRadiusL:yo.create("--ft-border-radius-L","","SIZE","12px"),borderRadiusXL:yo.create("--ft-border-radius-XL","","SIZE","16px"),titleFont:yo.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:yo.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:yo.create("--ft-transition-duration","","UNKNOWN","250ms"),transitionTimingFunction:yo.create("--ft-transition-timing-function","","UNKNOWN","ease-in-out")};var br=Object.freeze({__proto__:null,designSystemVariables:gr});class mr extends CustomEvent{constructor(t){super("ft-notification",{bubbles:!0,composed:!0,detail:t})}}class vr extends Event{constructor(){super("ft-pre-resize",{composed:!0,bubbles:!0})}}class Sr extends Event{constructor(){super("ft-post-resize",{composed:!0,bubbles:!0})}}var Or=Object.freeze({__proto__:null,FtNotificationEvent:mr,PostResizeEvent:Sr,PreResizeEvent:vr});const wr=["start","end"],xr=["top","right","bottom","left"].reduce(((t,e)=>t.concat(e,e+"-"+wr[0],e+"-"+wr[1])),[]),Nr=Math.min,Cr=Math.max,Er=Math.round,Rr=t=>({x:t,y:t}),Mr={left:"right",right:"left",bottom:"top",top:"bottom"},Ir={start:"end",end:"start"};function kr(t,e,o){return Cr(t,Nr(e,o))}function Wr(t,e){return"function"==typeof t?t(e):t}function Dr(t){return t.split("-")[0]}function Lr(t){return t.split("-")[1]}function Ur(t){return"x"===t?"y":"x"}function Yr(t){return"y"===t?"height":"width"}function _r(t){return["top","bottom"].includes(Dr(t))?"y":"x"}function Fr(t){return Ur(_r(t))}function Ar(t){return t.replace(/left|right|bottom|top/g,(t=>Mr[t]))}function Hr(t){return{...t,top:t.y,left:t.x,right:t.x+t.width,bottom:t.y+t.height}}function Br(t,e,o){let{reference:r,floating:n}=t;const i=_r(e),a=Fr(e),s=Yr(a),c=Dr(e),l="y"===i,u=r.x+r.width/2-n.width/2,f=r.y+r.height/2-n.height/2,h=r[s]/2-n[s]/2;let d;switch(c){case"top":d={x:u,y:r.y-n.height};break;case"bottom":d={x:u,y:r.y+r.height};break;case"right":d={x:r.x+r.width,y:f};break;case"left":d={x:r.x-n.width,y:f};break;default:d={x:r.x,y:r.y}}switch(Lr(e)){case"start":d[a]-=h*(o&&l?-1:1);break;case"end":d[a]+=h*(o&&l?-1:1)}return d}async function zr(t,e){var o;void 0===e&&(e={});const{x:r,y:n,platform:i,rects:a,elements:s,strategy:c}=t,{boundary:l="clippingAncestors",rootBoundary:u="viewport",elementContext:f="floating",altBoundary:h=!1,padding:d=0}=Wr(e,t),p=function(t){return"number"!=typeof t?function(t){return{top:0,right:0,bottom:0,left:0,...t}}(t):{top:t,right:t,bottom:t,left:t}}(d),y=s[h?"floating"===f?"reference":"floating":f],g=Hr(await i.getClippingRect({element:null==(o=await(null==i.isElement?void 0:i.isElement(y)))||o?y:y.contextElement||await(null==i.getDocumentElement?void 0:i.getDocumentElement(s.floating)),boundary:l,rootBoundary:u,strategy:c})),b="floating"===f?{...a.floating,x:r,y:n}:a.reference,m=await(null==i.getOffsetParent?void 0:i.getOffsetParent(s.floating)),v=await(null==i.isElement?void 0:i.isElement(m))&&await(null==i.getScale?void 0:i.getScale(m))||{x:1,y:1},S=Hr(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({rect:b,offsetParent:m,strategy:c}):b);return{top:(g.top-S.top+p.top)/v.y,bottom:(S.bottom-g.bottom+p.bottom)/v.y,left:(g.left-S.left+p.left)/v.x,right:(S.right-g.right+p.right)/v.x}}function jr(t,e,o){return(t?[...o.filter((e=>Lr(e)===t)),...o.filter((e=>Lr(e)!==t))]:o.filter((t=>Dr(t)===t))).filter((o=>!t||(Lr(o)===t||!!e&&function(t){return t.replace(/start|end/g,(t=>Ir[t]))}(o)!==o)))}const Zr=function(t){return void 0===t&&(t={}),{name:"autoPlacement",options:t,async fn(e){var o,r,n;const{rects:i,middlewareData:a,placement:s,platform:c,elements:l}=e,{crossAxis:u=!1,alignment:f,allowedPlacements:h=xr,autoAlignment:d=!0,...p}=Wr(t,e),y=void 0!==f||h===xr?jr(f||null,d,h):h,g=await zr(e,p),b=(null==(o=a.autoPlacement)?void 0:o.index)||0,m=y[b];if(null==m)return{};const v=function(t,e,o){void 0===o&&(o=!1);const r=Lr(t),n=Fr(t),i=Yr(n);let a="x"===n?r===(o?"end":"start")?"right":"left":"start"===r?"bottom":"top";return e.reference[i]>e.floating[i]&&(a=Ar(a)),[a,Ar(a)]}(m,i,await(null==c.isRTL?void 0:c.isRTL(l.floating)));if(s!==m)return{reset:{placement:y[0]}};const S=[g[Dr(m)],g[v[0]],g[v[1]]],O=[...(null==(r=a.autoPlacement)?void 0:r.overflows)||[],{placement:m,overflows:S}],w=y[b+1];if(w)return{data:{index:b+1,overflows:O},reset:{placement:w}};const x=O.map((t=>{const e=Lr(t.placement);return[t.placement,e&&u?t.overflows.slice(0,2).reduce(((t,e)=>t+e),0):t.overflows[0],t.overflows]})).sort(((t,e)=>t[1]-e[1])),N=x.filter((t=>t[2].slice(0,Lr(t[0])?2:3).every((t=>t<=0)))),C=(null==(n=N[0])?void 0:n[0])||x[0][0];return C!==s?{data:{index:b+1,overflows:O},reset:{placement:C}}:{}}}};function Pr(t){return Kr(t)?(t.nodeName||"").toLowerCase():"#document"}function $r(t){var e;return(null==t||null==(e=t.ownerDocument)?void 0:e.defaultView)||window}function Tr(t){var e;return null==(e=(Kr(t)?t.ownerDocument:t.document)||window.document)?void 0:e.documentElement}function Kr(t){return t instanceof Node||t instanceof $r(t).Node}function Gr(t){return t instanceof Element||t instanceof $r(t).Element}function Vr(t){return t instanceof HTMLElement||t instanceof $r(t).HTMLElement}function qr(t){return"undefined"!=typeof ShadowRoot&&(t instanceof ShadowRoot||t instanceof $r(t).ShadowRoot)}function Jr(t){const{overflow:e,overflowX:o,overflowY:r,display:n}=on(t);return/auto|scroll|overlay|hidden|clip/.test(e+r+o)&&!["inline","contents"].includes(n)}function Xr(t){return["table","td","th"].includes(Pr(t))}function Qr(t){const e=tn(),o=on(t);return"none"!==o.transform||"none"!==o.perspective||!!o.containerType&&"normal"!==o.containerType||!e&&!!o.backdropFilter&&"none"!==o.backdropFilter||!e&&!!o.filter&&"none"!==o.filter||["transform","perspective","filter"].some((t=>(o.willChange||"").includes(t)))||["paint","layout","strict","content"].some((t=>(o.contain||"").includes(t)))}function tn(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}function en(t){return["html","body","#document"].includes(Pr(t))}function on(t){return $r(t).getComputedStyle(t)}function rn(t){return Gr(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function nn(t){if("html"===Pr(t))return t;const e=t.assignedSlot||t.parentNode||qr(t)&&t.host||Tr(t);return qr(e)?e.host:e}function an(t){const e=nn(t);return en(e)?t.ownerDocument?t.ownerDocument.body:t.body:Vr(e)&&Jr(e)?e:an(e)}function sn(t,e,o){var r;void 0===e&&(e=[]),void 0===o&&(o=!0);const n=an(t),i=n===(null==(r=t.ownerDocument)?void 0:r.body),a=$r(n);return i?e.concat(a,a.visualViewport||[],Jr(n)?n:[],a.frameElement&&o?sn(a.frameElement):[]):e.concat(n,sn(n,[],o))}function cn(t){const e=on(t);let o=parseFloat(e.width)||0,r=parseFloat(e.height)||0;const n=Vr(t),i=n?t.offsetWidth:o,a=n?t.offsetHeight:r,s=Er(o)!==i||Er(r)!==a;return s&&(o=i,r=a),{width:o,height:r,$:s}}function ln(t){return Gr(t)?t:t.contextElement}function un(t){const e=ln(t);if(!Vr(e))return Rr(1);const o=e.getBoundingClientRect(),{width:r,height:n,$:i}=cn(e);let a=(i?Er(o.width):o.width)/r,s=(i?Er(o.height):o.height)/n;return a&&Number.isFinite(a)||(a=1),s&&Number.isFinite(s)||(s=1),{x:a,y:s}}const fn=Rr(0);function hn(t){const e=$r(t);return tn()&&e.visualViewport?{x:e.visualViewport.offsetLeft,y:e.visualViewport.offsetTop}:fn}function dn(t,e,o,r){void 0===e&&(e=!1),void 0===o&&(o=!1);const n=t.getBoundingClientRect(),i=ln(t);let a=Rr(1);e&&(r?Gr(r)&&(a=un(r)):a=un(t));const s=function(t,e,o){return void 0===e&&(e=!1),!(!o||e&&o!==$r(t))&&e}(i,o,r)?hn(i):Rr(0);let c=(n.left+s.x)/a.x,l=(n.top+s.y)/a.y,u=n.width/a.x,f=n.height/a.y;if(i){const t=$r(i),e=r&&Gr(r)?$r(r):r;let o=t.frameElement;for(;o&&r&&e!==t;){const t=un(o),e=o.getBoundingClientRect(),r=on(o),n=e.left+(o.clientLeft+parseFloat(r.paddingLeft))*t.x,i=e.top+(o.clientTop+parseFloat(r.paddingTop))*t.y;c*=t.x,l*=t.y,u*=t.x,f*=t.y,c+=n,l+=i,o=$r(o).frameElement}}return Hr({width:u,height:f,x:c,y:l})}function pn(t){return dn(Tr(t)).left+rn(t).scrollLeft}function yn(t,e,o){let r;if("viewport"===e)r=function(t,e){const o=$r(t),r=Tr(t),n=o.visualViewport;let i=r.clientWidth,a=r.clientHeight,s=0,c=0;if(n){i=n.width,a=n.height;const t=tn();(!t||t&&"fixed"===e)&&(s=n.offsetLeft,c=n.offsetTop)}return{width:i,height:a,x:s,y:c}}(t,o);else if("document"===e)r=function(t){const e=Tr(t),o=rn(t),r=t.ownerDocument.body,n=Cr(e.scrollWidth,e.clientWidth,r.scrollWidth,r.clientWidth),i=Cr(e.scrollHeight,e.clientHeight,r.scrollHeight,r.clientHeight);let a=-o.scrollLeft+pn(t);const s=-o.scrollTop;return"rtl"===on(r).direction&&(a+=Cr(e.clientWidth,r.clientWidth)-n),{width:n,height:i,x:a,y:s}}(Tr(t));else if(Gr(e))r=function(t,e){const o=dn(t,!0,"fixed"===e),r=o.top+t.clientTop,n=o.left+t.clientLeft,i=Vr(t)?un(t):Rr(1);return{width:t.clientWidth*i.x,height:t.clientHeight*i.y,x:n*i.x,y:r*i.y}}(e,o);else{const o=hn(t);r={...e,x:e.x-o.x,y:e.y-o.y}}return Hr(r)}function gn(t,e){const o=nn(t);return!(o===e||!Gr(o)||en(o))&&("fixed"===on(o).position||gn(o,e))}function bn(t,e,o){const r=Vr(e),n=Tr(e),i="fixed"===o,a=dn(t,!0,i,e);let s={scrollLeft:0,scrollTop:0};const c=Rr(0);if(r||!r&&!i)if(("body"!==Pr(e)||Jr(n))&&(s=rn(e)),r){const t=dn(e,!0,i,e);c.x=t.x+e.clientLeft,c.y=t.y+e.clientTop}else n&&(c.x=pn(n));return{x:a.left+s.scrollLeft-c.x,y:a.top+s.scrollTop-c.y,width:a.width,height:a.height}}function mn(t,e){return Vr(t)&&"fixed"!==on(t).position?e?e(t):t.offsetParent:null}function vn(t,e){const o=$r(t);if(!Vr(t))return o;let r=mn(t,e);for(;r&&Xr(r)&&"static"===on(r).position;)r=mn(r,e);return r&&("html"===Pr(r)||"body"===Pr(r)&&"static"===on(r).position&&!Qr(r))?o:r||function(t){let e=nn(t);for(;Vr(e)&&!en(e);){if(Qr(e))return e;e=nn(e)}return null}(t)||o}const Sn={convertOffsetParentRelativeRectToViewportRelativeRect:function(t){let{rect:e,offsetParent:o,strategy:r}=t;const n=Vr(o),i=Tr(o);if(o===i)return e;let a={scrollLeft:0,scrollTop:0},s=Rr(1);const c=Rr(0);if((n||!n&&"fixed"!==r)&&(("body"!==Pr(o)||Jr(i))&&(a=rn(o)),Vr(o))){const t=dn(o);s=un(o),c.x=t.x+o.clientLeft,c.y=t.y+o.clientTop}return{width:e.width*s.x,height:e.height*s.y,x:e.x*s.x-a.scrollLeft*s.x+c.x,y:e.y*s.y-a.scrollTop*s.y+c.y}},getDocumentElement:Tr,getClippingRect:function(t){let{element:e,boundary:o,rootBoundary:r,strategy:n}=t;const i=[..."clippingAncestors"===o?function(t,e){const o=e.get(t);if(o)return o;let r=sn(t,[],!1).filter((t=>Gr(t)&&"body"!==Pr(t))),n=null;const i="fixed"===on(t).position;let a=i?nn(t):t;for(;Gr(a)&&!en(a);){const e=on(a),o=Qr(a);o||"fixed"!==e.position||(n=null),(i?!o&&!n:!o&&"static"===e.position&&n&&["absolute","fixed"].includes(n.position)||Jr(a)&&!o&&gn(t,a))?r=r.filter((t=>t!==a)):n=e,a=nn(a)}return e.set(t,r),r}(e,this._c):[].concat(o),r],a=i[0],s=i.reduce(((t,o)=>{const r=yn(e,o,n);return t.top=Cr(r.top,t.top),t.right=Nr(r.right,t.right),t.bottom=Nr(r.bottom,t.bottom),t.left=Cr(r.left,t.left),t}),yn(e,a,n));return{width:s.right-s.left,height:s.bottom-s.top,x:s.left,y:s.top}},getOffsetParent:vn,getElementRects:async function(t){let{reference:e,floating:o,strategy:r}=t;const n=this.getOffsetParent||vn,i=this.getDimensions;return{reference:bn(e,await n(o),r),floating:{x:0,y:0,...await i(o)}}},getClientRects:function(t){return Array.from(t.getClientRects())},getDimensions:function(t){return cn(t)},getScale:un,isElement:Gr,isRTL:function(t){return"rtl"===on(t).direction}},On=(t,e,o)=>{const r=new Map,n={platform:Sn,...o},i={...n.platform,_c:r};return(async(t,e,o)=>{const{placement:r="bottom",strategy:n="absolute",middleware:i=[],platform:a}=o,s=i.filter(Boolean),c=await(null==a.isRTL?void 0:a.isRTL(e));let l=await a.getElementRects({reference:t,floating:e,strategy:n}),{x:u,y:f}=Br(l,r,c),h=r,d={},p=0;for(let o=0;o<s.length;o++){const{name:i,fn:y}=s[o],{x:g,y:b,data:m,reset:v}=await y({x:u,y:f,initialPlacement:r,placement:h,strategy:n,middlewareData:d,rects:l,platform:a,elements:{reference:t,floating:e}});u=null!=g?g:u,f=null!=b?b:f,d={...d,[i]:{...d[i],...m}},v&&p<=50&&(p++,"object"==typeof v&&(v.placement&&(h=v.placement),v.rects&&(l=!0===v.rects?await a.getElementRects({reference:t,floating:e,strategy:n}):v.rects),({x:u,y:f}=Br(l,h,c))),o=-1)}return{x:u,y:f,placement:h,strategy:n,middlewareData:d}})(t,e,{...n,platform:i})};function wn(t){return function(t){for(let e=t;e;e=xn(e))if(e instanceof Element&&"none"===getComputedStyle(e).display)return null;for(let e=xn(t);e;e=xn(e)){if(!(e instanceof Element))continue;const t=getComputedStyle(e);if("contents"!==t.display){if("static"!==t.position||"none"!==t.filter)return e;if("BODY"===e.tagName)return e}}return null}(t)}function xn(t){return t.assignedSlot?t.assignedSlot:t.parentNode instanceof ShadowRoot?t.parentNode.host:t.parentNode}var Nn=Object.freeze({__proto__:null,computeOffsetPosition:async function(t,e,o){return On(t,e,{platform:{...Sn,getOffsetParent:t=>Sn.getOffsetParent(t,wn)},middleware:[(r={crossAxis:!0},void 0===r&&(r={}),{name:"shift",options:r,async fn(t){const{x:e,y:o,placement:n}=t,{mainAxis:i=!0,crossAxis:a=!1,limiter:s={fn:t=>{let{x:e,y:o}=t;return{x:e,y:o}}},...c}=Wr(r,t),l={x:e,y:o},u=await zr(t,c),f=_r(Dr(n)),h=Ur(f);let d=l[h],p=l[f];if(i){const t="y"===h?"bottom":"right";d=kr(d+u["y"===h?"top":"left"],d,d-u[t])}if(a){const t="y"===f?"bottom":"right";p=kr(p+u["y"===f?"top":"left"],p,p-u[t])}const y=s.fn({...t,[h]:d,[f]:p});return{...y,data:{x:y.x-e,y:y.y-o}}}}),Zr({allowedPlacements:[o]})]});var r}});
136
+ */let Te=class extends ke{constructor(t){if(super(t),this.et=Z,t.type!==Me)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(t){if(t===Z||null==t)return this.vt=void 0,this.et=t;if(t===j)return t;if("string"!=typeof t)throw Error(this.constructor.directiveName+"() called with a non-string value");if(t===this.et)return this.vt;this.et=t;const e=[t];return e.raw=e,this.vt={_$litType$:this.constructor.resultType,strings:e,values:[]}}};Te.directiveName="unsafeHTML",Te.resultType=1;const Ke=Ie(Te);var Ge=Object.freeze({__proto__:null,UnsafeHTMLDirective:Te,unsafeHTML:Ke});class Ve extends Error{constructor(t,e,o){super(t),this.canceledPromiseResult=e,this.canceledPromiseError=o}}class qe extends Promise{constructor(t){super(((e,o)=>t((t=>{this.isCanceled?o(new Ve("Promise has been canceled",t)):e(t)}),(t=>{this.isCanceled?o(new Ve("Promise has been canceled",void 0,t)):o(t)})))),this.isCanceled=!1}cancel(){this.isCanceled=!0}}const Je=t=>new qe(((e,o)=>t.then(e).catch(o)));var Xe=Object.freeze({__proto__:null,CancelablePromise:qe,CanceledPromiseError:Ve,cancelable:Je});var Qe=Object.freeze({__proto__:null,CacheRegistry:class{constructor(){this.loaders={},this.content={},this.clearTimeouts={},this.finalContent=new Set}register(t,e){this.loaders[t]=e,this.finalContent.delete(t)}registerFinal(t,e){this.loaders[t]=e,this.finalContent.add(t)}clearAll(){for(let t in this.content)this.clear(t)}clear(t){this.finalContent.has(t)||this.forceClear(t)}forceClear(t){this.clearClearTimeout(t),this.content[t]instanceof qe&&this.content[t].cancel(),delete this.content[t]}clearClearTimeout(t){null!=this.clearTimeouts[t]&&(window.clearTimeout(this.clearTimeouts[t]),delete this.clearTimeouts[t])}set(t,e){this.forceClear(t),this.register(t,(async()=>e)),this.content[t]=e}setFinal(t,e){this.forceClear(t),this.registerFinal(t,(async()=>e)),this.content[t]=e}async get(t,e,o){if(void 0===this.content[t]){if(null==(e=null!=e?e:this.loaders[t]))throw new Error("Unknown cache key "+t);const r=Je(e());return this.content[t]=r,r.then((e=>(this.content[t]=e,null!=o&&(this.clearClearTimeout(t),this.clearTimeouts[t]=window.setTimeout((()=>this.clear(t)),o)),e)))}if(this.content[t]instanceof Error)throw this.content[t];return this.content[t]}isResolvedValue(t){return!(null==t||t instanceof Promise||t instanceof Error)}getNow(t){if(this.isResolvedValue(this.content[t]))return this.content[t]}has(t){return null!=this.content[t]}resolvedKeys(){return Object.keys(this.content).filter((t=>this.isResolvedValue(this.content[t])))}resolvedValues(){return Object.values(this.content).filter((t=>this.isResolvedValue(t)))}keys(){return Object.keys(this.content)}values(){return Object.values(this.content)}}});class to{constructor(t,e,o,r){this.allResults=t,this.selectedResult=e,this.clusteringMetadata=o,this.metadataDescriptors=r}static extractResultMetadata(t,e){var o,r;let n=(null!==(r=null!==(o=null==t?void 0:t.map)&&void 0!==o?o:null==t?void 0:t.document)&&void 0!==r?r:null==t?void 0:t.topic).metadata.map((t=>to.flattenMetadata(t)));return null==e?n:n.find((t=>t.key===e))}static flattenMetadata(t){if(t.hierarchicalValues){const e=[],o=[];return t.hierarchicalValues.forEach((t=>{e.push(t.join(" > ")),t.length>2?o.push(`... > ${t[t.length-1]}`):o.push(t.join(" > "))})),{key:t.key,label:t.label,value:e.join(", "),displayValue:o.join(", ")}}{const e=t.values.join(", ");return{key:t.key,label:t.label,value:e,displayValue:e}}}computeClustersItemsForMetadata(t,e,o="No value"){var r,n;let i=to.extractResultMetadata(this.selectedResult,t),a=null!==(r=null==i?void 0:i.label)&&void 0!==r?r:null===(n=this.getMetadataDescriptor(t))||void 0===n?void 0:n.label;const s=this.allResults.map((e=>to.extractResultMetadata(e,t))).map((e=>null!=e?e:{key:t,label:a,value:void 0,displayValue:o})).filter((t=>t.value!=(null==i?void 0:i.value))).filter(((t,e,o)=>o.findIndex((e=>e.value===t.value))===e));return s.map((e=>({result:this.findBestResultForMetadataValue(t,e.value),metadata:e}))).sort(((o,r)=>this.compareMetadata(o.metadata.value,r.metadata.value,t,e)))}compareMetadata(t,e,o,r){if(null==t)return-1;if(null==e)return 1;let n=this.getMetadataDescriptor(o),i=(null==n?void 0:n.sortRule)||"NONE",a=(null==n?void 0:n.reverseSort)||!1;if("ALPHABET"==i||"VERSION"==i){let o=t.localeCompare(e,r,{numeric:!0});return a?-1*o:o}return 0}getMetadataDescriptor(t){return this.metadataDescriptors.find((e=>t==e.key))}findBestResultForMetadataValue(t,e){const o=this.allResults.filter((o=>{var r;return(null===(r=to.extractResultMetadata(o,t))||void 0===r?void 0:r.value)==e}));let r,n=to.extractResultMetadata(this.selectedResult).filter((t=>this.clusteringMetadata.has(t.key))),i=[...n.filter((e=>e.key!==t))],a=-1;for(let t of o){let e=this.countMatchingMetadata(t,i);if(e>a&&(a=e,r=t,e===i.length))break}return r}countMatchingMetadata(t,e){return to.extractResultMetadata(t).filter((t=>e.some((e=>e.key===t.key&&e.value===t.value)))).length}}var eo=Object.freeze({__proto__:null,ClusteringHelper:to});class oo{constructor(t=0){this.timeout=t,this.callbacks=[]}run(t,e){return this.callbacks=[t],this.debounce(e)}queue(t,e){return this.callbacks.push(t),this.debounce(e)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(t){return null==this.promise&&(this.promise=new Promise(((t,e)=>{this.resolvePromise=t,this.rejectPromise=e}))),this.clearTimeout(),this._debounce=window.setTimeout((()=>this.runCallbacks()),null!=t?t:this.timeout),this.promise}async runCallbacks(){var t,e;const o=[...this.callbacks];this.callbacks=[];const r=null!==(t=this.rejectPromise)&&void 0!==t?t:()=>null,n=null!==(e=this.resolvePromise)&&void 0!==e?e:()=>null;this.clearPromise();for(let t of o)try{await t()}catch(t){return void r(t)}n(!0)}clearTimeout(){null!=this._debounce&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}}var ro=Object.freeze({__proto__:null,Debouncer:oo});const no=t=>new Promise((e=>setTimeout(e,t)));async function io(t,e=10,o=2e4){let r,n,i=await t();for(r=n=performance.now();null==i&&(!o||n-r<o);)await no(e),i=await t(),n=performance.now();if(null==i)throw new Error("Timeout exceeded");return i}function ao(t){return t.match(/^\d{4}-\d{2}-\d{2}$/)&&(t=t.replace(/-/g,"/")),t=t.replace(" ","T").replace(/^(.+)(\+\d{2})(\d{2})$/,((t,e,o,r)=>e+o+":"+r)),new Date(t)}function so(t,e){try{return function(t,e){if(t===e)return!0;if(t&&e&&"object"==typeof t&&"object"==typeof e){if(t.constructor!==e.constructor)return!1;var o,r,n;if(Array.isArray(t)){if((o=t.length)!=e.length)return!1;for(r=o;0!=r--;)if(!so(t[r],e[r]))return!1;return!0}if(t instanceof Map&&e instanceof Map){if(t.size!==e.size)return!1;for(r of t.entries())if(!e.has(r[0]))return!1;for(r of t.entries())if(!so(r[1],e.get(r[0])))return!1;return!0}if(t instanceof Set&&e instanceof Set){if(t.size!==e.size)return!1;for(r of t.entries())if(!e.has(r[0]))return!1;return!0}if(t.constructor===RegExp)return t.source===e.source&&t.flags===e.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===e.valueOf();if((o=(n=Object.keys(t)).length)!==Object.keys(e).length)return!1;for(r=o;0!=r--;)if(!Object.prototype.hasOwnProperty.call(e,n[r]))return!1;for(r=o;0!=r--;){var i=n[r];if(!so(t[i],e[i]))return!1}return!0}return t!=t&&e!=e}(t,e)}catch(t){return!1}}var co=Object.freeze({__proto__:null,dateReviver:function(...t){return function(e,o){return t.includes(e)?ao(o):o}},deepEqual:so,delay:no,eventPathContainsMatchingElement:function(t,e,o=window.document.body){if(e.length>0){const r=t.composedPath();for(let t of r){if(t===o)return!1;if(t.matches&&e.some((e=>t.matches(e))))return!0}}return!1},flatDeep:function t(e,o){return e.flatMap((e=>[e,...t(o(e),o)]))},last:function(t){return t[t.length-1]},minmax:function(t,e,o){return Math.min(Math.max(t,e),o)},parseDate:ao,waitFor:io,waitUntil:async function(t,e=10,o=2e4){await io((async()=>await t()||void 0),e,o)}});const lo=t=>e=>{window.customElements.get(t)||window.customElements.define(t,e)};function uo(t,e){const o=()=>JSON.parse(JSON.stringify(t));return Oe({type:Object,converter:{fromAttribute:t=>{if(null==t)return o();try{return JSON.parse(t)}catch{return o()}},toAttribute:t=>JSON.stringify(t)},hasChanged:(t,e)=>!so(t,e),...null!=e?e:{}})}function fo(t){return!isNaN(parseFloat(t))}var ho=Object.freeze({__proto__:null,customElement:lo,isNumber:fo,jsonProperty:uo,optionalNumberProperty:function(t){return Oe({type:Object,converter:{fromAttribute:t=>{if(null!=t)return fo(t)?+t:void 0},toAttribute:t=>null==t?void 0:""+t},...null!=t?t:{}})}});const po=t=>"string"==typeof t?ut(t):t;class yo{static create(t,e,o,r){const n=t=>po(null!=t?t:r),i=ft`var(${po(t)}, ${n(r)})`;return i.name=t,i.description=e,i.category=o,i.defaultValue=r,i.defaultCssValue=n,i.get=e=>ft`var(${po(t)}, ${n(e)})`,i.breadcrumb=()=>[],i.lastResortDefaultValue=()=>r,i}static extend(t,e,o,r){const n=t=>o.get(null!=t?t:r),i=ft`var(${po(t)}, ${n(r)})`;return i.name=t,i.description=e,i.category=o.category,i.fallbackVariable=o,i.defaultValue=r,i.defaultCssValue=n,i.get=e=>ft`var(${po(t)}, ${n(e)})`,i.breadcrumb=()=>[o.name,...o.breadcrumb()],i.lastResortDefaultValue=()=>null!=r?r:o.lastResortDefaultValue(),i}static external(t,e){const o=e=>t.fallbackVariable?t.fallbackVariable.get(null!=e?e:t.defaultValue):po(null!=e?e:t.lastResortDefaultValue()),r=ft`var(${po(t.name)}, ${o(t.defaultValue)})`;return r.name=t.name,r.category=t.category,r.fallbackVariable=t.fallbackVariable,r.defaultValue=t.defaultValue,r.context=e,r.defaultCssValue=o,r.get=e=>ft`var(${po(t.name)}, ${o(e)})`,r.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],r.lastResortDefaultValue=()=>t.lastResortDefaultValue(),r}}const go={colorWhite:yo.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:yo.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:yo.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:yo.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:yo.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:yo.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:yo.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:yo.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:yo.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:yo.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:yo.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:yo.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:yo.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:yo.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:yo.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:yo.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:yo.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:yo.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:yo.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:yo.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:yo.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:yo.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:yo.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:yo.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:yo.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:yo.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:yo.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:yo.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:yo.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:yo.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:yo.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:yo.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:yo.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:yo.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:yo.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:yo.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:yo.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:yo.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:yo.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:yo.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:yo.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:yo.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:yo.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:yo.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:yo.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:yo.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:yo.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:yo.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:yo.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:yo.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:yo.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:yo.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:yo.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:yo.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:yo.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:yo.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:yo.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:yo.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:yo.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:yo.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:yo.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:yo.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:yo.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:yo.create("--ft-color-orange-0","","COLOR","#F2700D"),colorOrange10:yo.create("--ft-color-orange-10","","COLOR","#FFF7EB"),colorOrange20:yo.create("--ft-color-orange-20","","COLOR","#FFEDD6"),colorOrange30:yo.create("--ft-color-orange-30","","COLOR","#FFDDB2"),colorOrange40:yo.create("--ft-color-orange-40","","COLOR","#FECB90"),colorOrange50:yo.create("--ft-color-orange-50","","COLOR","#FCB76E"),colorOrange60:yo.create("--ft-color-orange-60","","COLOR","#F9A34D"),colorOrange70:yo.create("--ft-color-orange-70","","COLOR","#F68B2C"),colorOrange100:yo.create("--ft-color-orange-100","","COLOR","#D35909"),colorOrange200:yo.create("--ft-color-orange-200","","COLOR","#B74706"),colorOrange300:yo.create("--ft-color-orange-300","","COLOR","#913503"),colorOrange400:yo.create("--ft-color-orange-400","","COLOR","#6F2601"),colorOrange500:yo.create("--ft-color-orange-500","","COLOR","#4D1800"),colorOrange600:yo.create("--ft-color-orange-600","","COLOR","#330F00"),colorOrange700:yo.create("--ft-color-orange-700","","COLOR","#140600"),colorRed0:yo.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:yo.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:yo.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:yo.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:yo.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:yo.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:yo.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:yo.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:yo.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:yo.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:yo.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:yo.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:yo.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:yo.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:yo.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:yo.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:yo.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:yo.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:yo.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:yo.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:yo.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:yo.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:yo.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:yo.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:yo.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:yo.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:yo.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:yo.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:yo.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:yo.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:yo.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:yo.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:yo.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:yo.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:yo.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:yo.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:yo.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:yo.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:yo.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:yo.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:yo.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:yo.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:yo.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:yo.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:yo.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:yo.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:yo.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:yo.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:yo.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:yo.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:yo.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:yo.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:yo.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:yo.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:yo.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:yo.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:yo.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:yo.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:yo.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:yo.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:yo.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:yo.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:yo.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:yo.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:yo.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:yo.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:yo.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:yo.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:yo.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:yo.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:yo.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:yo.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:yo.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:yo.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:yo.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:yo.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:yo.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:yo.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:yo.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:yo.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:yo.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:yo.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:yo.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:yo.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:yo.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:yo.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:yo.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:yo.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:yo.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:yo.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:yo.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:yo.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:yo.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:yo.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:yo.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:yo.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:yo.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:yo.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:yo.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:yo.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:yo.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:yo.create("--ft-icon-size-6","","SIZE","48px"),opacity0:yo.create("--ft-opacity-0","","NUMBER","0"),opacity8:yo.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:yo.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:yo.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:yo.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:yo.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:yo.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:yo.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:yo.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:yo.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:yo.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:yo.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:yo.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:yo.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:yo.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)")},bo={fontFamily:yo.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:yo.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:yo.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:yo.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:yo.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:yo.create("--ft-typography-display-textCase","","UNKNOWN","none")},mo={fontFamily:yo.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:yo.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:yo.create("--ft-typography-title-1-fontSize","","SIZE","1.5rem"),letterSpacing:yo.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:yo.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:yo.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},vo={fontFamily:yo.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-title-2-fontWeight","","UNKNOWN","500"),lineHeight:yo.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:yo.create("--ft-typography-title-2-fontSize","","SIZE","1.25rem"),letterSpacing:yo.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:yo.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:yo.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},So={fontFamily:yo.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-title-3-fontWeight","","UNKNOWN","500"),lineHeight:yo.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:yo.create("--ft-typography-title-3-fontSize","","SIZE","1.125rem"),letterSpacing:yo.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:yo.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:yo.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},Oo={fontFamily:yo.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:yo.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:yo.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:yo.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:yo.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:yo.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},wo={fontFamily:yo.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:yo.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:yo.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:yo.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:yo.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:yo.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},xo={fontFamily:yo.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:yo.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:yo.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:yo.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:yo.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:yo.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},No={fontFamily:yo.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:yo.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:yo.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:yo.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:yo.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:yo.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},Co={fontFamily:yo.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:yo.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:yo.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:yo.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:yo.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:yo.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},Eo={fontFamily:yo.create("--ft-typography-body-2-medium-underline-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-body-2-medium-underline-fontWeight","","UNKNOWN","500"),lineHeight:yo.create("--ft-typography-body-2-medium-underline-lineHeight","","SIZE","135%"),fontSize:yo.create("--ft-typography-body-2-medium-underline-fontSize","","SIZE","0.875rem"),letterSpacing:yo.create("--ft-typography-body-2-medium-underline-letterSpacing","","SIZE","normal"),paragraphSpacing:yo.create("--ft-typography-body-2-medium-underline-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-body-2-medium-underline-paragraphIndent","","UNKNOWN","0"),textCase:yo.create("--ft-typography-body-2-medium-underline-textCase","","UNKNOWN","none"),textDecoration:yo.create("--ft-typography-body-2-medium-underline-textDecoration","","UNKNOWN","underline")},Ro={fontFamily:yo.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:yo.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:yo.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:yo.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:yo.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:yo.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},Mo={fontFamily:yo.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:yo.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:yo.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:yo.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:yo.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:yo.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},Io={fontFamily:yo.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:yo.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:yo.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:yo.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:yo.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:yo.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},ko={fontFamily:yo.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:yo.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:yo.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:yo.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:yo.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:yo.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},Wo={fontFamily:yo.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:yo.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:yo.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:yo.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:yo.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:yo.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},Do={fontFamily:yo.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:yo.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:yo.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:yo.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:yo.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:yo.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},Lo={fontFamily:yo.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:yo.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:yo.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:yo.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:yo.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:yo.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},Uo={fontFamily:yo.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:yo.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:yo.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:yo.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:yo.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:yo.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},Yo={fontFamily:yo.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:yo.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:yo.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:yo.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:yo.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:yo.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},_o={fontFamily:yo.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:yo.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:yo.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:yo.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:yo.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:yo.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},Fo={fontFamily:yo.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:yo.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:yo.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:yo.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:yo.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:yo.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},Ao={fontFamily:yo.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:yo.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:yo.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:yo.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:yo.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:yo.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},Ho={fontFamily:yo.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:yo.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:yo.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:yo.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:yo.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:yo.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")},Bo={fontFamily:yo.create("--ft-typography-caption-3-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-caption-3-medium-fontWeight","","UNKNOWN","500"),lineHeight:yo.create("--ft-typography-caption-3-medium-lineHeight","","SIZE","130%"),fontSize:yo.create("--ft-typography-caption-3-medium-fontSize","","SIZE","0.625rem"),letterSpacing:yo.create("--ft-typography-caption-3-medium-letterSpacing","","SIZE","normal"),textCase:yo.create("--ft-typography-caption-3-medium-textCase","","UNKNOWN","none"),paragraphSpacing:yo.create("--ft-typography-caption-3-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-caption-3-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-caption-3-medium-textDecoration","","UNKNOWN","none")},zo={fontFamily:yo.create("--ft-typography-caption-3-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-caption-3-semibold-fontWeight","","UNKNOWN","600"),lineHeight:yo.create("--ft-typography-caption-3-semibold-lineHeight","","SIZE","130%"),fontSize:yo.create("--ft-typography-caption-3-semibold-fontSize","","SIZE","0.625rem"),letterSpacing:yo.create("--ft-typography-caption-3-semibold-letterSpacing","","SIZE","normal"),textCase:yo.create("--ft-typography-caption-3-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:yo.create("--ft-typography-caption-3-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-caption-3-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-caption-3-semibold-textDecoration","","UNKNOWN","none")},jo={fontFamily:yo.create("--ft-typography-caption-3-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-caption-3-bold-fontWeight","","UNKNOWN","700"),lineHeight:yo.create("--ft-typography-caption-3-bold-lineHeight","","SIZE","130%"),fontSize:yo.create("--ft-typography-caption-3-bold-fontSize","","SIZE","0.625rem"),letterSpacing:yo.create("--ft-typography-caption-3-bold-letterSpacing","","SIZE","normal"),textCase:yo.create("--ft-typography-caption-3-bold-textCase","","UNKNOWN","none"),paragraphSpacing:yo.create("--ft-typography-caption-3-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-caption-3-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-caption-3-bold-textDecoration","","UNKNOWN","none")},Zo={display:bo,"title-1":mo,"title-2":vo,"title-3":So,"body-1-regular":Oo,"body-1-medium":wo,"body-1-semibold":xo,"body-2-regular":No,"body-2-medium":Co,"body-2-medium-underline":Eo,"body-2-semibold":Ro,"label-1-medium":Mo,"label-1-semibold":Io,"label-1-bold":ko,"label-2-medium":Wo,"label-2-semibold":Do,"label-2-bold":Lo,"caption-1-medium":Uo,"caption-1-semibold":Yo,"caption-1-bold":_o,"caption-2-medium":Fo,"caption-2-semibold":Ao,"caption-2-bold":Ho,"caption-3-medium":Bo,"caption-3-semibold":zo,"caption-3-bold":jo},Po={backgroundActionPrimary:yo.extend("--ft-background-action-primary","Used as backgorund of primary action components.",go.colorBrand0),backgroundErrorSubtle:yo.extend("--ft-background-error-subtle","Used as background of subtle error components.",go.colorRed10),backgroundInfoSubtle:yo.extend("--ft-background-info-subtle","Used as background of subtle information components.",go.colorCyan10),backgroundWarningSubtle:yo.extend("--ft-background-warning-subtle","Used as background of subtle information components.",go.colorOrange10),backgroundSuccessSubtle:yo.extend("--ft-background-success-subtle","Used as background of subtle success components.",go.colorGreen10),backgroundGlobalSurface:yo.extend("--ft-background-global-surface","Used as app background.",go.colorWhite),backgroundGlobalOnSurface:yo.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",go.colorGray10),backgroundGlobalOnSurfaceDark:yo.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",go.colorGray30),contentActionPrimary:yo.extend("--ft-content-action-primary","Used on label of primary action on light surface.",go.colorBrand0),contentWarningPrimary:yo.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",go.colorOrange200),contentWarningIconOnly:yo.extend("--ft-content-warning-icon-only","Used on warning status icons alone",go.colorOrange0),contentErrorPrimary:yo.extend("--ft-content-error-primary","Used on label of error messages on light surface.",go.colorRed0),contentErrorIconOnly:yo.extend("--ft-content-error-icon-only","Used on error status icons alone",go.colorRed70),contentInfoPrimary:yo.extend("--ft-content-info-primary","Used on label of information messages on light surface.",go.colorCyan200),contentInfoIconOnly:yo.extend("--ft-content-info-icon-only","Used on info status icons alone",go.colorCyan0),contentSuccessPrimary:yo.extend("--ft-content-success-primary","Used on label of success messages on light surface.",go.colorGreen200),contentSuccessIconOnly:yo.extend("--ft-content-success-icon-only","Used on success status icons alone",go.colorGreen0),contentGlobalPrimary:yo.extend("--ft-content-global-primary","Used for main content on the page.",go.colorGray500),contentGlobalSecondary:yo.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",go.colorGray200),contentGlobalSubtle:yo.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",go.colorGray0),contentGlobalOnColor:yo.extend("--ft-content-global-on-color","Used for content on a dominant color.",go.colorWhite),borderActionPrimary:yo.extend("--ft-border-action-primary","Used as border for primary action components.",go.colorBrand0),borderActionFocusRing:yo.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",go.colorCyan0),borderWarningPrimary:yo.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",go.colorOrange200),borderWarningSubtle:yo.extend("--ft-border-warning-subtle","Used as border for warning components.",go.colorOrange30),borderSuccessPrimary:yo.extend("--ft-border-success-primary","Used as border for success buttons.",go.colorGreen200),borderSuccessSubtle:yo.extend("--ft-border-success-subtle","Used as border for success components.",go.colorGreen30),borderErrorPrimary:yo.extend("--ft-border-error-primary","Used as border for text fields in error states.",go.colorRed0),borderErrorSubtle:yo.extend("--ft-border-error-subtle","Used as border for error components.",go.colorRed30),borderInfoPrimary:yo.extend("--ft-border-info-primary","Used as border for buttons in info color.",go.colorCyan200),borderInfoSubtle:yo.extend("--ft-border-info-subtle","Used as border for information components.",go.colorCyan30),borderGlobalPrimary:yo.extend("--ft-border-global-primary","Used as border for element like input.",go.colorGray50),borderGlobalSubtle:yo.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",go.colorGray30),borderInputPrimary:yo.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",go.colorGray80)},$o={largeHeight:yo.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:yo.extend("--ft-button-large-horizontal-padding","",go.spacing4),largeGap:yo.extend("--ft-button-large-gap","",go.spacing2),largeBorderRadius:yo.extend("--ft-button-large-border-radius","",go.borderRadiusS),largeIconSize:yo.extend("--ft-button-large-icon-size","",go.iconSize3),largeBorderWidth:yo.create("--ft-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:yo.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:yo.create("--ft-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:yo.create("--ft-button-large-icon-only-width","","SIZE","40px"),smallHeight:yo.create("--ft-button-small-height","","SIZE","30px"),smallHorizontalPadding:yo.extend("--ft-button-small-horizontal-padding","",go.spacing3),smallGap:yo.extend("--ft-button-small-gap","",go.spacing2),smallBorderRadius:yo.extend("--ft-button-small-border-radius","",go.borderRadiusS),smallIconSize:yo.extend("--ft-button-small-icon-size","",go.iconSize2),smallBorderWidth:yo.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:yo.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:yo.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:yo.create("--ft-button-small-icon-only-width","","SIZE","30px"),primaryBackgroundColor:yo.extend("--ft-button-primary-background-color","",Po.backgroundActionPrimary),primaryColor:yo.extend("--ft-button-primary-color","",Po.contentGlobalOnColor),primaryIconColor:yo.extend("--ft-button-primary-icon-color","",Po.contentGlobalOnColor),primaryStateLayerColor:yo.extend("--ft-button-primary-state-layer-color","",Po.contentGlobalOnColor),primaryHoverStateLayerOpacity:yo.extend("--ft-button-primary-hover-state-layer-opacity","",go.opacity16),primaryFocusStateLayerOpacity:yo.extend("--ft-button-primary-focus-state-layer-opacity","",go.opacity16),primaryActiveStateLayerOpacity:yo.extend("--ft-button-primary-active-state-layer-opacity","",go.opacity24),primaryDisabledComponentOpacity:yo.extend("--ft-button-primary-disabled-component-opacity","",go.opacity40),focusFocusRingColor:yo.extend("--ft-button-focus-focus-ring-color","",Po.borderActionFocusRing),tertiaryBackgroundColor:yo.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryColor:yo.extend("--ft-button-tertiary-color","",Po.contentActionPrimary),tertiaryIconColor:yo.extend("--ft-button-tertiary-icon-color","",Po.contentActionPrimary),tertiaryStateLayerColor:yo.extend("--ft-button-tertiary-state-layer-color","",Po.contentActionPrimary),tertiaryHoverStateLayerOpacity:yo.extend("--ft-button-tertiary-hover-state-layer-opacity","",go.opacity8),tertiaryFocusStateLayerOpacity:yo.extend("--ft-button-tertiary-focus-state-layer-opacity","",go.opacity8),tertiaryActiveStateLayerOpacity:yo.extend("--ft-button-tertiary-active-state-layer-opacity","",go.opacity16),tertiaryDisabledComponentOpacity:yo.extend("--ft-button-tertiary-disabled-component-opacity","",go.opacity40),secondaryBackgroundColor:yo.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),secondaryColor:yo.extend("--ft-button-secondary-color","",Po.contentActionPrimary),secondaryIconColor:yo.extend("--ft-button-secondary-icon-color","",Po.contentActionPrimary),secondaryStateLayerColor:yo.extend("--ft-button-secondary-state-layer-color","",Po.contentActionPrimary),secondaryHoverStateLayerOpacity:yo.extend("--ft-button-secondary-hover-state-layer-opacity","",go.opacity8),secondaryFocusStateLayerOpacity:yo.extend("--ft-button-secondary-focus-state-layer-opacity","",go.opacity8),secondaryActiveStateLayerOpacity:yo.extend("--ft-button-secondary-active-state-layer-opacity","",go.opacity16),secondaryDisabledComponentOpacity:yo.extend("--ft-button-secondary-disabled-component-opacity","",go.opacity40),secondaryBorderColor:yo.extend("--ft-button-secondary-border-color","",Po.borderActionPrimary),neutralBackgroundColor:yo.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),neutralIconColor:yo.extend("--ft-button-neutral-icon-color","",Po.contentGlobalSecondary),neutralColor:yo.extend("--ft-button-neutral-color","",Po.contentGlobalSecondary),neutralStateLayerColor:yo.extend("--ft-button-neutral-state-layer-color","",Po.contentGlobalSecondary),neutralHoverStateLayerOpacity:yo.extend("--ft-button-neutral-hover-state-layer-opacity","",go.opacity8),neutralFocusStateLayerOpacity:yo.extend("--ft-button-neutral-focus-state-layer-opacity","",go.opacity8),neutralActiveStateLayerOpacity:yo.extend("--ft-button-neutral-active-state-layer-opacity","",go.opacity16),neutralDisabledComponentOpacity:yo.extend("--ft-button-neutral-disabled-component-opacity","",go.opacity40)},To={iconSize:yo.extend("--ft-banner-icon-size","",go.iconSize5),borderWidth:yo.create("--ft-banner-border-width","","SIZE","1px"),horizontalPadding:yo.extend("--ft-banner-horizontal-padding","",go.spacing6),verticalPadding:yo.extend("--ft-banner-vertical-padding","",go.spacing6),horizontalSideGap:yo.extend("--ft-banner-horizontal-side-gap","",go.spacing6),horizontalMobileGap:yo.extend("--ft-banner-horizontal-mobile-gap","",go.spacing4),verticalMobileGap:yo.extend("--ft-banner-vertical-mobile-gap","",go.spacing6),horizontalMiddleGap:yo.extend("--ft-banner-horizontal-middle-gap","",go.spacing20),infoBackgroundColor:yo.extend("--ft-banner-info-background-color","",Po.backgroundInfoSubtle),infoColor:yo.extend("--ft-banner-info-color","",Po.contentInfoPrimary),infoIconColor:yo.extend("--ft-banner-info-icon-color","",Po.contentInfoIconOnly)},Ko={horizontalGap:yo.extend("--ft-breadcrumb-horizontal-gap","",go.spacing1),verticalGap:yo.extend("--ft-breadcrumb-vertical-gap","",go.spacing2),currentElementColor:yo.extend("--ft-breadcrumb-current-element-color","",Po.contentGlobalPrimary),iconColor:yo.extend("--ft-breadcrumb-icon-color","",Po.contentGlobalSubtle)},Go={horizontalPadding:yo.extend("--ft-page-header-horizontal-padding","",go.spacing12),horizontalGap:yo.extend("--ft-page-header-horizontal-gap","",go.spacing4),verticalGap:yo.extend("--ft-page-header-vertical-gap","",go.spacing2),classicVerticalPadding:yo.extend("--ft-page-header-classic-vertical-padding","",go.spacing6),multilineVerticalPadding:yo.extend("--ft-page-header-multiline-vertical-padding","",go.spacing4),inlineVerticalPadding:yo.extend("--ft-page-header-inline-vertical-padding","",go.spacing2),backgroundColor:yo.extend("--ft-page-header-background-color","",go.colorWhite),bottomBorderColor:yo.extend("--ft-page-header-bottom-border-color","",Po.borderGlobalSubtle),titleColor:yo.extend("--ft-page-header-title-color","",Po.contentGlobalPrimary),subtitleColor:yo.extend("--ft-page-header-subtitle-color","",Po.contentGlobalSecondary)},Vo={smallContainerWidth:yo.create("--ft-modal-small-container-width","","SIZE","600px"),largeContainerWidth:yo.create("--ft-modal-large-container-width","","SIZE","900px"),overlayBackgroundColor:yo.extend("--ft-modal-overlay-background-color","",go.colorGray700),overlayOpacity:yo.extend("--ft-modal-overlay-opacity","",go.opacity40),shadow:yo.extend("--ft-modal-shadow","",go.shadowElevation03),bodyBackgroundColor:yo.extend("--ft-modal-body-background-color","",go.colorWhite),bodyColor:yo.extend("--ft-modal-body-color","",Po.contentGlobalPrimary),bodyHorizontalPadding:yo.extend("--ft-modal-body-horizontal-padding","",go.spacing6),bodyVerticalPadding:yo.extend("--ft-modal-body-vertical-padding","",go.spacing6),bodyVerticalGap:yo.extend("--ft-modal-body-vertical-gap","",go.spacing6),containerMargin:yo.extend("--ft-modal-container-margin","",go.spacing3),headerBackgroundColor:yo.extend("--ft-modal-header-background-color","",Po.backgroundGlobalOnSurface),headerBorderColor:yo.extend("--ft-modal-header-border-color","",Po.borderGlobalSubtle),headerColor:yo.extend("--ft-modal-header-color","",Po.contentGlobalPrimary),headerTrailingIconColor:yo.extend("--ft-modal-header-trailing-icon-color","",Po.contentGlobalSecondary),headerVerticalPadding:yo.extend("--ft-modal-header-vertical-padding","",go.spacing1),headerRightPadding:yo.extend("--ft-modal-header-right-padding","",go.spacing1),headerLeftPadding:yo.extend("--ft-modal-header-left-padding","",go.spacing6),headerGap:yo.extend("--ft-modal-header-gap","",go.spacing2),headerBorderBottom:yo.create("--ft-modal-header-border-bottom","","SIZE","1px"),borderRadius:yo.extend("--ft-modal-border-radius","",go.borderRadiusM)},qo={overlayOpacity:yo.extend("--ft-drawer-overlay-opacity","",go.opacity40),shadow:yo.extend("--ft-drawer-shadow","",go.shadowElevation03),bodyColor:yo.extend("--ft-drawer-body-color","",Po.contentGlobalPrimary),bodyHorizontalPadding:yo.extend("--ft-drawer-body-horizontal-padding","",go.spacing6),bodyVerticalPadding:yo.extend("--ft-drawer-body-vertical-padding","",go.spacing6),bodyGap:yo.extend("--ft-drawer-body-gap","",go.spacing6),bodyBackgroundColor:yo.extend("--ft-drawer-body-background-color","",go.colorWhite),headerBackgroundColor:yo.extend("--ft-drawer-header-background-color","",Po.backgroundGlobalOnSurface),headerBorderColor:yo.extend("--ft-drawer-header-border-color","",Po.borderGlobalSubtle),headerColor:yo.extend("--ft-drawer-header-color","",Po.contentGlobalPrimary),headerTrailingIconColor:yo.extend("--ft-drawer-header-trailing-icon-color","",Po.contentGlobalSecondary),headerHeight:yo.create("--ft-drawer-header-height","","SIZE","50px"),headerHorizontalPadding:yo.extend("--ft-drawer-header-horizontal-padding","",go.spacing2),headerBorderWidth:yo.create("--ft-drawer-header-border-width","","SIZE","1px"),headerGap:yo.extend("--ft-drawer-header-gap","",go.spacing3),buttonsBarBackgroundColor:yo.extend("--ft-drawer-buttons-bar-background-color","",Po.backgroundGlobalOnSurface),buttonsBarBorderColor:yo.extend("--ft-drawer-buttons-bar-border-color","",Po.borderGlobalSubtle),buttonsBarColor:yo.extend("--ft-drawer-buttons-bar-color","",Po.contentGlobalPrimary),buttonsBarHorizontalPadding:yo.extend("--ft-drawer-buttons-bar-horizontal-padding","",go.spacing4),buttonsBarVerticalPadding:yo.extend("--ft-drawer-buttons-bar-vertical-padding","",go.spacing4),buttonsBarGap:yo.extend("--ft-drawer-buttons-bar-gap","",go.spacing3),buttonsBarBorderWidth:yo.create("--ft-drawer-buttons-bar-border-width","","SIZE","1px"),containerWidth:yo.create("--ft-drawer-container-width","","SIZE","66%"),containerMinWidth:yo.create("--ft-drawer-container-min-width","","SIZE","500px"),containerMaxWidth:yo.create("--ft-drawer-container-max-width","","SIZE","1000px"),containerHeight:yo.create("--ft-drawer-container-height","","SIZE","100%"),overlayBackgroundColor:yo.extend("--ft-drawer-overlay-background-color","",go.colorGray700)},Jo={fieldHorizontalPadding:yo.extend("--ft-text-input-field-horizontal-padding","",go.spacing4),fieldHorizontalGap:yo.extend("--ft-text-input-field-horizontal-gap","",go.spacing3),fieldVerticalGap:yo.extend("--ft-text-input-field-vertical-gap","",go.spacing05),fieldIconSize:yo.extend("--ft-text-input-field-icon-size","",go.iconSize3),fieldHeight:yo.create("--ft-text-input-field-height","","SIZE","50px"),helperHorizontalPadding:yo.extend("--ft-text-input-helper-horizontal-padding","",go.spacing4),helperHorizontalGap:yo.extend("--ft-text-input-helper-horizontal-gap","",go.spacing1),helperIconSize:yo.extend("--ft-text-input-helper-icon-size","",go.iconSize2),borderRadius:yo.extend("--ft-text-input-border-radius","",go.borderRadiusM),backgroundColor:yo.extend("--ft-text-input-background-color","",go.colorWhite),contentValueColor:yo.extend("--ft-text-input-content-value-color","",Po.contentGlobalPrimary),trailingIconColor:yo.extend("--ft-text-input-trailing-icon-color","",Po.contentGlobalSubtle),labelColor:yo.extend("--ft-text-input-label-color","",Po.contentGlobalSubtle),defaultBorderColor:yo.extend("--ft-text-input-default-border-color","",Po.borderInputPrimary),defaultHelperTextColor:yo.extend("--ft-text-input-default-helper-text-color","",Po.contentGlobalSubtle),defaultBorderWidth:yo.create("--ft-text-input-default-border-width","","SIZE","1px"),errorBorderWidth:yo.create("--ft-text-input-error-border-width","","SIZE","2px"),errorBorderColor:yo.extend("--ft-text-input-error-border-color","",Po.borderErrorPrimary),errorHelperTextColor:yo.extend("--ft-text-input-error-helper-text-color","",Po.contentErrorPrimary),errorHelperIconColor:yo.extend("--ft-text-input-error-helper-icon-color","",Po.contentErrorIconOnly),warningBorderWidth:yo.create("--ft-text-input-warning-border-width","","SIZE","2px"),focusOutlineWidth:yo.create("--ft-text-input-focus-outline-width","","SIZE","2px"),focusFocusRingColor:yo.extend("--ft-text-input-focus-focus-ring-color","",Po.borderActionFocusRing),focusOutlineOffset:yo.create("--ft-text-input-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:yo.extend("--ft-text-input-disabled-component-opacity","",go.opacity40)},Xo={backgroundColor:yo.extend("--ft-text-area-background-color","",go.colorWhite),contentValueColor:yo.extend("--ft-text-area-content-value-color","",Po.contentGlobalPrimary),labelColor:yo.extend("--ft-text-area-label-color","",Po.contentGlobalSubtle),defaultBorderColor:yo.extend("--ft-text-area-default-border-color","",Po.borderInputPrimary),defaultHelperTextColor:yo.extend("--ft-text-area-default-helper-text-color","",Po.contentGlobalSubtle),defaultBorderWidth:yo.create("--ft-text-area-default-border-width","","SIZE","1px"),errorBorderWidth:yo.create("--ft-text-area-error-border-width","","SIZE","2px"),errorBorderColor:yo.extend("--ft-text-area-error-border-color","",Po.borderErrorPrimary),errorHelperTextColor:yo.extend("--ft-text-area-error-helper-text-color","",Po.contentErrorPrimary),errorHelperIconColor:yo.extend("--ft-text-area-error-helper-icon-color","",Po.contentErrorIconOnly),focusFocusRingColor:yo.extend("--ft-text-area-focus-focus-ring-color","",Po.borderActionFocusRing),focusOutlineWidth:yo.create("--ft-text-area-focus-outline-width","","SIZE","2px"),focusOutlineOffset:yo.create("--ft-text-area-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:yo.extend("--ft-text-area-disabled-component-opacity","",go.opacity40),fieldHorizontalLeftPadding:yo.extend("--ft-text-area-field-horizontal-left-padding","",go.spacing4),fieldHorizontalGap:yo.extend("--ft-text-area-field-horizontal-gap","",go.spacing3),fieldVerticalGap:yo.extend("--ft-text-area-field-vertical-gap","",go.spacing05),fieldMinHeight:yo.create("--ft-text-area-field-min-height","","SIZE","64px"),helperHorizontalPadding:yo.extend("--ft-text-area-helper-horizontal-padding","",go.spacing4),helperHorizontalGap:yo.extend("--ft-text-area-helper-horizontal-gap","",go.spacing1),helperIconSize:yo.extend("--ft-text-area-helper-icon-size","",go.iconSize2),borderRadius:yo.extend("--ft-text-area-border-radius","",go.borderRadiusM)},Qo={height:yo.create("--ft-floating-menu-height","","SIZE","50px"),horizontalPadding:yo.extend("--ft-floating-menu-horizontal-padding","",go.spacing4),offIconColor:yo.extend("--ft-floating-menu-off-icon-color","",Po.contentGlobalPrimary),offColor:yo.extend("--ft-floating-menu-off-color","",Po.contentGlobalPrimary),onColor:yo.extend("--ft-floating-menu-on-color","",Po.contentActionPrimary),onStateLayerColor:yo.extend("--ft-floating-menu-on-state-layer-color","",Po.contentActionPrimary),gap:yo.extend("--ft-floating-menu-gap","",go.spacing3),focusFocusRingColor:yo.extend("--ft-floating-menu-focus-focus-ring-color","",Po.borderActionFocusRing),focusOutlineWidth:yo.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),focusStateLayerOpacity:yo.extend("--ft-floating-menu-focus-state-layer-opacity","",go.opacity8),hoverStateLayerOpacity:yo.extend("--ft-floating-menu-hover-state-layer-opacity","",go.opacity8),activeStateLayerOpacity:yo.extend("--ft-floating-menu-active-state-layer-opacity","",go.opacity16),disabledComponentOpacity:yo.extend("--ft-floating-menu-disabled-component-opacity","",go.opacity40),iconSize:yo.extend("--ft-floating-menu-icon-size","",go.iconSize3),backgroundColor:yo.extend("--ft-floating-menu-background-color","",Po.backgroundGlobalOnSurface)},tr={fieldHorizontalPadding:yo.extend("--ft-combobox-single-select-field-horizontal-padding","",go.spacing4),fieldHorizontalGap:yo.extend("--ft-combobox-single-select-field-horizontal-gap","",go.spacing3),fieldVerticalGap:yo.extend("--ft-combobox-single-select-field-vertical-gap","",go.spacing05),fieldIconSize:yo.extend("--ft-combobox-single-select-field-icon-size","",go.iconSize3),fieldHeight:yo.create("--ft-combobox-single-select-field-height","","SIZE","50px"),helperHorizontalPadding:yo.extend("--ft-combobox-single-select-helper-horizontal-padding","",go.spacing4),helperHorizontalGap:yo.extend("--ft-combobox-single-select-helper-horizontal-gap","",go.spacing1),helperVerticalGap:yo.extend("--ft-combobox-single-select-helper-vertical-gap","",go.spacing1),helperIconSize:yo.extend("--ft-combobox-single-select-helper-icon-size","",go.iconSize2),menuVerticalGap:yo.extend("--ft-combobox-single-select-menu-vertical-gap","",go.spacing2),borderRadius:yo.extend("--ft-combobox-single-select-border-radius","",go.borderRadiusM),backgroundColor:yo.extend("--ft-combobox-single-select-background-color","",go.colorWhite),labelColor:yo.extend("--ft-combobox-single-select-label-color","",Po.contentGlobalSubtle),contentValueColor:yo.extend("--ft-combobox-single-select-content-value-color","",Po.contentGlobalPrimary),trailingIconColor:yo.extend("--ft-combobox-single-select-trailing-icon-color","",Po.contentGlobalSubtle),defaultBorderColor:yo.extend("--ft-combobox-single-select-default-border-color","",Po.borderInputPrimary),defaultHelperTextColor:yo.extend("--ft-combobox-single-select-default-helper-text-color","",Po.contentGlobalSubtle),defaultBorderWidth:yo.create("--ft-combobox-single-select-default-border-width","","SIZE","1px"),errorBorderWidth:yo.create("--ft-combobox-single-select-error-border-width","","SIZE","2px"),errorBorderColor:yo.extend("--ft-combobox-single-select-error-border-color","",Po.borderErrorPrimary),errorHelperTextColor:yo.extend("--ft-combobox-single-select-error-helper-text-color","",Po.contentErrorPrimary),warningBorderWidth:yo.create("--ft-combobox-single-select-warning-border-width","","SIZE","2px"),warningBorderColor:yo.extend("--ft-combobox-single-select-warning-border-color","",Po.borderWarningPrimary),warningHelperTextColor:yo.extend("--ft-combobox-single-select-warning-helper-text-color","",Po.contentWarningPrimary),warningHelperIconColor:yo.extend("--ft-combobox-single-select-warning-helper-icon-color","",Po.contentWarningIconOnly),focusOutlineWidth:yo.create("--ft-combobox-single-select-focus-outline-width","","SIZE","2px"),focusFocusRingColor:yo.extend("--ft-combobox-single-select-focus-focus-ring-color","",Po.borderActionFocusRing),focusOutlineOffset:yo.create("--ft-combobox-single-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:yo.extend("--ft-combobox-single-select-disabled-component-opacity","",go.opacity40)},er={backgroundColor:yo.extend("--ft-combobox-multi-select-background-color","",go.colorWhite),labelColor:yo.extend("--ft-combobox-multi-select-label-color","",Po.contentGlobalSubtle),trailingIconColor:yo.extend("--ft-combobox-multi-select-trailing-icon-color","",Po.contentGlobalSubtle),defaultBorderColor:yo.extend("--ft-combobox-multi-select-default-border-color","",Po.borderInputPrimary),defaultHelperTextColor:yo.extend("--ft-combobox-multi-select-default-helper-text-color","",Po.contentGlobalSubtle),defaultBorderWidth:yo.create("--ft-combobox-multi-select-default-border-width","","SIZE","1px"),errorBorderColor:yo.extend("--ft-combobox-multi-select-error-border-color","",Po.borderErrorPrimary),errorHelperTextColor:yo.extend("--ft-combobox-multi-select-error-helper-text-color","",Po.contentErrorPrimary),errorHelperIcon:yo.extend("--ft-combobox-multi-select-error-helper-icon","",Po.contentErrorIconOnly),errorBorderWidth:yo.create("--ft-combobox-multi-select-error-border-width","","SIZE","2px"),warningBorderColor:yo.extend("--ft-combobox-multi-select-warning-border-color","",Po.borderWarningPrimary),warningHelperTextColor:yo.extend("--ft-combobox-multi-select-warning-helper-text-color","",Po.contentWarningPrimary),warningHelperIconColor:yo.extend("--ft-combobox-multi-select-warning-helper-icon-color","",Po.contentWarningIconOnly),warningBorderWidth:yo.create("--ft-combobox-multi-select-warning-border-width","","SIZE","2px"),focusFocusRingColor:yo.extend("--ft-combobox-multi-select-focus-focus-ring-color","",Po.borderActionFocusRing),focusOutlineWidth:yo.create("--ft-combobox-multi-select-focus-outline-width","","SIZE","2px"),focusOutlineOffset:yo.create("--ft-combobox-multi-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:yo.extend("--ft-combobox-multi-select-disabled-component-opacity","",go.opacity40),helperHorizontalPadding:yo.extend("--ft-combobox-multi-select-helper-horizontal-padding","",go.spacing4),helperHorizontalGap:yo.extend("--ft-combobox-multi-select-helper-horizontal-gap","",go.spacing1),helperVerticalGap:yo.extend("--ft-combobox-multi-select-helper-vertical-gap","",go.spacing1),helperIconSize:yo.extend("--ft-combobox-multi-select-helper-icon-size","",go.iconSize2),fieldHorizontalPadding:yo.extend("--ft-combobox-multi-select-field-horizontal-padding","",go.spacing4),fieldHorizontalGap:yo.extend("--ft-combobox-multi-select-field-horizontal-gap","",go.spacing3),fieldVerticalGap:yo.extend("--ft-combobox-multi-select-field-vertical-gap","",go.spacing05),fieldIconSize:yo.extend("--ft-combobox-multi-select-field-icon-size","",go.iconSize3),fieldMaxHeight:yo.create("--ft-combobox-multi-select-field-max-height","","SIZE","112px"),contentValuesHorizontalGap:yo.extend("--ft-combobox-multi-select-content-values-horizontal-gap","",go.spacing1),contentValuesVerticalGap:yo.extend("--ft-combobox-multi-select-content-values-vertical-gap","",go.spacing1),borderRadius:yo.extend("--ft-combobox-multi-select-border-radius","",go.borderRadiusM)},or={backgroundColor:yo.extend("--ft-popover-background-color","",Po.backgroundGlobalOnSurface),horizontalPadding:yo.extend("--ft-popover-horizontal-padding","",go.spacing6),verticalPadding:yo.extend("--ft-popover-vertical-padding","",go.spacing6),iconColor:yo.extend("--ft-popover-icon-color","",Po.contentGlobalSecondary),iconSize:yo.extend("--ft-popover-icon-size","",go.iconSize2),titleColor:yo.extend("--ft-popover-title-color","",Po.contentGlobalPrimary),bodyColor:yo.extend("--ft-popover-body-color","",Po.contentGlobalSecondary),linkColor:yo.extend("--ft-popover-link-color","",Po.contentActionPrimary),gap:yo.extend("--ft-popover-gap","",go.spacing3),borderRadius:yo.extend("--ft-popover-border-radius","",go.borderRadiusM),shadow:yo.extend("--ft-popover-shadow","",go.shadowElevation02)},rr={topLeftBorderRadius:yo.extend("--ft-tabs-top-left-border-radius","",go.borderRadiusS),topRightBorderRadius:yo.extend("--ft-tabs-top-right-border-radius","",go.borderRadiusS),labelHorizontalPadding:yo.extend("--ft-tabs-label-horizontal-padding","",go.spacing4),labelVerticalPadding:yo.extend("--ft-tabs-label-vertical-padding","",go.spacing3),labelGap:yo.extend("--ft-tabs-label-gap","",go.spacing1),offHoverStateLayerOpacity:yo.extend("--ft-tabs-off-hover-state-layer-opacity","",go.opacity8),offFocusStateLayerOpacity:yo.extend("--ft-tabs-off-focus-state-layer-opacity","",go.opacity8),offActiveStateLayerOpacity:yo.extend("--ft-tabs-off-active-state-layer-opacity","",go.opacity16),offDisabledComponentOpacity:yo.extend("--ft-tabs-off-disabled-component-opacity","",go.opacity40),offColor:yo.extend("--ft-tabs-off-color","",Po.contentGlobalSubtle),offStateLayerColor:yo.extend("--ft-tabs-off-state-layer-color","",Po.contentGlobalSubtle),onHoverStateLayerOpacity:yo.extend("--ft-tabs-on-hover-state-layer-opacity","",go.opacity8),onFocusStateLayerOpacity:yo.extend("--ft-tabs-on-focus-state-layer-opacity","",go.opacity8),onActiveStateLayerOpacity:yo.extend("--ft-tabs-on-active-state-layer-opacity","",go.opacity16),onDisabledComponentOpacity:yo.extend("--ft-tabs-on-disabled-component-opacity","",go.opacity40),onColor:yo.extend("--ft-tabs-on-color","",Po.contentActionPrimary),onStateLayerColor:yo.extend("--ft-tabs-on-state-layer-color","",Po.contentActionPrimary),iconHorizontalPadding:yo.extend("--ft-tabs-icon-horizontal-padding","",go.spacing1),iconVerticalPadding:yo.extend("--ft-tabs-icon-vertical-padding","",go.spacing4),focusOutlineWidth:yo.create("--ft-tabs-focus-outline-width","","SIZE","2px"),focusFocusRingColor:yo.extend("--ft-tabs-focus-focus-ring-color","",Po.borderActionFocusRing)},nr={hoverStateLayerOpacity:yo.extend("--ft-collapsible-hover-state-layer-opacity","",go.opacity8),focusStateLayerOpacity:yo.extend("--ft-collapsible-focus-state-layer-opacity","",go.opacity8),focusOutlineWidth:yo.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),focusFocusRingColor:yo.extend("--ft-collapsible-focus-focus-ring-color","",Po.borderActionFocusRing),activeStateLayerOpacity:yo.extend("--ft-collapsible-active-state-layer-opacity","",go.opacity16),disabledComponentOpacity:yo.extend("--ft-collapsible-disabled-component-opacity","",go.opacity40),horizontalPadding:yo.extend("--ft-collapsible-horizontal-padding","",go.spacing4),verticalPadding:yo.extend("--ft-collapsible-vertical-padding","",go.spacing3),color:yo.extend("--ft-collapsible-color","",Po.contentGlobalPrimary),stateLayerColor:yo.extend("--ft-collapsible-state-layer-color","",Po.contentGlobalPrimary),backgroundColor:yo.extend("--ft-collapsible-background-color","",Po.backgroundGlobalOnSurface),borderColor:yo.extend("--ft-collapsible-border-color","",Po.borderGlobalSubtle),iconSize:yo.extend("--ft-collapsible-icon-size","",go.iconSize3)},ir={groupHorizontalPadding:yo.extend("--ft-switch-group-horizontal-padding","",go.spacing1),groupVerticalPadding:yo.extend("--ft-switch-group-vertical-padding","",go.spacing1),groupGap:yo.extend("--ft-switch-group-gap","",go.spacing1),groupBackgroundColor:yo.extend("--ft-switch-group-background-color","",Po.backgroundGlobalSurface),groupBorderColor:yo.extend("--ft-switch-group-border-color","",Po.borderGlobalSubtle),groupBorderRadius:yo.create("--ft-switch-group-border-radius","","SIZE","6px"),labelHorizontalPadding:yo.extend("--ft-switch-label-horizontal-padding","",go.spacing2),labelVerticalPadding:yo.extend("--ft-switch-label-vertical-padding","",go.spacing1),offHoverStateLayerOpacity:yo.extend("--ft-switch-off-hover-state-layer-opacity","",go.opacity8),offFocusStateLayerOpacity:yo.extend("--ft-switch-off-focus-state-layer-opacity","",go.opacity8),offActiveStateLayerOpacity:yo.extend("--ft-switch-off-active-state-layer-opacity","",go.opacity16),offDisabledComponentOpacity:yo.extend("--ft-switch-off-disabled-component-opacity","",go.opacity40),offColor:yo.extend("--ft-switch-off-color","",Po.contentGlobalSubtle),offStateLayerColor:yo.extend("--ft-switch-off-state-layer-color","",Po.contentGlobalSubtle),onHoverStateLayerOpacity:yo.extend("--ft-switch-on-hover-state-layer-opacity","",go.opacity8),onFocusStateLayerOpacity:yo.extend("--ft-switch-on-focus-state-layer-opacity","",go.opacity8),onActiveStateLayerOpacity:yo.extend("--ft-switch-on-active-state-layer-opacity","",go.opacity16),onDisabledComponentOpacity:yo.extend("--ft-switch-on-disabled-component-opacity","",go.opacity40),onColor:yo.extend("--ft-switch-on-color","",Po.contentActionPrimary),onStateLayerColor:yo.extend("--ft-switch-on-state-layer-color","",Po.contentActionPrimary),iconHorizontalPadding:yo.extend("--ft-switch-icon-horizontal-padding","",go.spacing1),iconVerticalPadding:yo.extend("--ft-switch-icon-vertical-padding","",go.spacing1),focusOutlineWidth:yo.create("--ft-switch-focus-outline-width","","SIZE","2px"),focusFocusRingColor:yo.extend("--ft-switch-focus-focus-ring-color","",Po.borderActionFocusRing),optionBorderRadius:yo.extend("--ft-switch-option-border-radius","",go.borderRadiusS)},ar={color1Light:yo.extend("--ft-chart-1-light","for area color charts",go.colorBrand40),color1Base:yo.extend("--ft-chart-1-base","for line charts",go.colorBrand0),color2Light:yo.extend("--ft-chart-2-light","for area color charts",go.colorYellow60),color2Base:yo.extend("--ft-chart-2-base","for line charts",go.colorYellow100),color3Light:yo.extend("--ft-chart-3-light","",go.colorUltramarine40),color3Base:yo.extend("--ft-chart-3-base","",go.colorUltramarine70),color4Light:yo.extend("--ft-chart-4-light","",go.colorCyan50),color4Base:yo.extend("--ft-chart-4-base","",go.colorCyan100),color5Light:yo.extend("--ft-chart-5-light","",go.colorRed40),color5Base:yo.extend("--ft-chart-5-base","",go.colorRed60),color6Light:yo.extend("--ft-chart-6-light","",go.colorGreen40),color6Base:yo.extend("--ft-chart-6-base","",go.colorGreen70),color7Light:yo.extend("--ft-chart-7-light","",go.colorOrange70),color7Base:yo.extend("--ft-chart-7-base","",go.colorOrange100),color8Light:yo.extend("--ft-chart-8-light","",go.colorAvocado70),color8Base:yo.extend("--ft-chart-8-base","",go.colorAvocado200),color9Light:yo.extend("--ft-chart-9-light","",go.colorBrown50),color9Base:yo.extend("--ft-chart-9-base","",go.colorBrown200),color10Light:yo.extend("--ft-chart-10-light","",go.colorGray50),color10Base:yo.extend("--ft-chart-10-base","",go.colorGray80),monochrome10:yo.extend("--ft-chart-monochrome-10","",go.colorBrand10),monochrome20:yo.extend("--ft-chart-monochrome-20","",go.colorBrand20),monochrome30:yo.extend("--ft-chart-monochrome-30","",go.colorBrand40),monochrome40:yo.extend("--ft-chart-monochrome-40","",go.colorBrand60),monochrome50:yo.extend("--ft-chart-monochrome-50","",go.colorBrand0),monochrome60:yo.extend("--ft-chart-monochrome-60","",go.colorBrand200)},sr={largeHorizontalPadding:yo.extend("--ft-chip-large-horizontal-padding","",go.spacing4),largeVerticalPadding:yo.extend("--ft-chip-large-vertical-padding","",go.spacing2),largeGap:yo.extend("--ft-chip-large-gap","",go.spacing1),largeFocusOutlineOffset:yo.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:yo.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),largeBorderRadius:yo.extend("--ft-chip-large-border-radius","",go.borderRadiusPill),largeBorderWidth:yo.create("--ft-chip-large-border-width","","SIZE","1px"),largeIconSize:yo.extend("--ft-chip-large-icon-size","",go.iconSize3),mediumHorizontalPadding:yo.extend("--ft-chip-medium-horizontal-padding","",go.spacing3),mediumVerticalPadding:yo.extend("--ft-chip-medium-vertical-padding","",go.spacing1),mediumGap:yo.extend("--ft-chip-medium-gap","",go.spacing1),mediumFocusOutlineOffset:yo.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:yo.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),mediumBorderRadius:yo.extend("--ft-chip-medium-border-radius","",go.borderRadiusPill),mediumBorderWidth:yo.create("--ft-chip-medium-border-width","","SIZE","1px"),mediumIconSize:yo.extend("--ft-chip-medium-icon-size","",go.iconSize2),smallHorizontalPadding:yo.extend("--ft-chip-small-horizontal-padding","",go.spacing2),smallVerticalPadding:yo.extend("--ft-chip-small-vertical-padding","",go.spacing05),smallGap:yo.extend("--ft-chip-small-gap","",go.spacing1),smallFocusOutlineOffset:yo.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:yo.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),smallBorderRadius:yo.extend("--ft-chip-small-border-radius","",go.borderRadiusPill),smallBorderWidth:yo.create("--ft-chip-small-border-width","","SIZE","1px"),smallIconSize:yo.extend("--ft-chip-small-icon-size","",go.iconSize1),neutralBackgroundColor:yo.extend("--ft-chip-neutral-background-color","",Po.backgroundGlobalOnSurface),neutralColor:yo.extend("--ft-chip-neutral-color","",Po.contentGlobalPrimary),neutralIconColor:yo.extend("--ft-chip-neutral-icon-color","",Po.contentGlobalPrimary),neutralBorderColor:yo.extend("--ft-chip-neutral-border-color","",Po.borderGlobalSubtle),infoBackgroundColor:yo.extend("--ft-chip-info-background-color","",Po.backgroundInfoSubtle),infoColor:yo.extend("--ft-chip-info-color","",Po.contentInfoPrimary),infoIconColor:yo.extend("--ft-chip-info-icon-color","",Po.contentInfoIconOnly),infoBorderColor:yo.extend("--ft-chip-info-border-color","",Po.borderInfoSubtle),successBackgroundColor:yo.extend("--ft-chip-success-background-color","",Po.backgroundSuccessSubtle),successColor:yo.extend("--ft-chip-success-color","",Po.contentSuccessPrimary),successIconColor:yo.extend("--ft-chip-success-icon-color","",Po.contentSuccessIconOnly),successBorderColor:yo.extend("--ft-chip-success-border-color","",Po.borderSuccessSubtle),warningBackgroundColor:yo.extend("--ft-chip-warning-background-color","",Po.backgroundWarningSubtle),warningColor:yo.extend("--ft-chip-warning-color","",Po.contentWarningPrimary),warningIconColor:yo.extend("--ft-chip-warning-icon-color","",Po.contentWarningIconOnly),warningBorderColor:yo.extend("--ft-chip-warning-border-color","",Po.borderWarningSubtle),errorBackgroundColor:yo.extend("--ft-chip-error-background-color","",Po.backgroundErrorSubtle),errorColor:yo.extend("--ft-chip-error-color","",Po.contentErrorPrimary),errorIconColor:yo.extend("--ft-chip-error-icon-color","",Po.contentErrorIconOnly),errorBorderColor:yo.extend("--ft-chip-error-border-color","",Po.borderErrorSubtle)},cr={infoBorderColor:yo.extend("--ft-border-info-border-color","",Po.borderInfoSubtle)},lr={borderWidth:yo.create("--ft-notice-border-width","","SIZE","1px"),horizontalPadding:yo.extend("--ft-notice-horizontal-padding","",go.spacing2),verticalPadding:yo.extend("--ft-notice-vertical-padding","",go.spacing1),borderRadius:yo.extend("--ft-notice-border-radius","",go.borderRadiusS),gap:yo.extend("--ft-notice-gap","",go.spacing2),iconSize:yo.extend("--ft-notice-icon-size","",go.iconSize3),infoBackgroundColor:yo.extend("--ft-notice-info-background-color","",Po.backgroundInfoSubtle),infoBorderColor:yo.extend("--ft-notice-info-border-color","",Po.borderInfoSubtle),infoColor:yo.extend("--ft-notice-info-color","",Po.contentInfoPrimary),infoIconColor:yo.extend("--ft-notice-info-icon-color","",Po.contentInfoIconOnly),warningBackgroundColor:yo.extend("--ft-notice-warning-background-color","",Po.backgroundWarningSubtle),warningBorderColor:yo.extend("--ft-notice-warning-border-color","",Po.borderWarningSubtle),warningColor:yo.extend("--ft-notice-warning-color","",Po.contentWarningPrimary),warningIconColor:yo.extend("--ft-notice-warning-icon-color","",Po.contentWarningIconOnly),errorBackgroundColor:yo.extend("--ft-notice-error-background-color","",Po.backgroundErrorSubtle),errorBorderColor:yo.extend("--ft-notice-error-border-color","",Po.borderErrorSubtle),errorColor:yo.extend("--ft-notice-error-color","",Po.contentErrorPrimary),errorIconColor:yo.extend("--ft-notice-error-icon-color","",Po.contentErrorIconOnly),successBackgroundColor:yo.extend("--ft-notice-success-background-color","",Po.backgroundSuccessSubtle),successBorderColor:yo.extend("--ft-notice-success-border-color","",Po.borderSuccessSubtle),successColor:yo.extend("--ft-notice-success-color","",Po.contentSuccessPrimary),successIconColor:yo.extend("--ft-notice-success-icon-color","",Po.contentSuccessIconOnly)},ur={color:yo.extend("--ft-checkbox-color","",Po.contentGlobalPrimary),checkedBackgroundColor:yo.extend("--ft-checkbox-checked-background-color","",Po.contentActionPrimary),checkedStateLayerColor:yo.extend("--ft-checkbox-checked-state-layer-color","",Po.contentActionPrimary),checkedIconColor:yo.extend("--ft-checkbox-checked-icon-color","",Po.contentGlobalOnColor),checkedHoverStateLayerOpacity:yo.extend("--ft-checkbox-checked-hover-state-layer-opacity","",go.opacity16),checkedFocusStateLayerOpacity:yo.extend("--ft-checkbox-checked-focus-state-layer-opacity","",go.opacity16),checkedActiveStateLayerOpacity:yo.extend("--ft-checkbox-checked-active-state-layer-opacity","",go.opacity24),checkedDisabledComponentOpacity:yo.extend("--ft-checkbox-checked-disabled-component-opacity","",go.opacity40),uncheckedBorderColor:yo.extend("--ft-checkbox-unchecked-border-color","",go.colorGray80),uncheckedStateLayerColor:yo.extend("--ft-checkbox-unchecked-state-layer-color","",go.colorGray80),uncheckedHoverStateLayerOpacity:yo.extend("--ft-checkbox-unchecked-hover-state-layer-opacity","",go.opacity16),uncheckedFocusStateLayerOpacity:yo.extend("--ft-checkbox-unchecked-focus-state-layer-opacity","",go.opacity16),uncheckedActiveStateLayerOpacity:yo.extend("--ft-checkbox-unchecked-active-state-layer-opacity","",go.opacity24),uncheckedDisabledComponentOpacity:yo.extend("--ft-checkbox-unchecked-disabled-component-opacity","",go.opacity40),focusFocusRingColor:yo.extend("--ft-checkbox-focus-focus-ring-color","",Po.borderActionFocusRing),focusOutlineOffset:yo.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:yo.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),gap:yo.extend("--ft-checkbox-gap","",go.spacing3)},fr={offHoverStateLayerOpacity:yo.extend("--ft-toggle-off-hover-state-layer-opacity","",go.opacity16),offFocusStateLayerOpacity:yo.extend("--ft-toggle-off-focus-state-layer-opacity","",go.opacity16),offActiveStateLayerOpacity:yo.extend("--ft-toggle-off-active-state-layer-opacity","",go.opacity24),offDisabledComponentOpacity:yo.extend("--ft-toggle-off-disabled-component-opacity","",go.opacity40),offBackgroundColor:yo.extend("--ft-toggle-off-background-color","",Po.contentGlobalSubtle),offIconColor:yo.extend("--ft-toggle-off-icon-color","",Po.contentGlobalSubtle),offStateLayerColor:yo.extend("--ft-toggle-off-state-layer-color","",Po.contentGlobalSubtle),onHoverStateLayerOpacity:yo.extend("--ft-toggle-on-hover-state-layer-opacity","",go.opacity16),onFocusStateLayerOpacity:yo.extend("--ft-toggle-on-focus-state-layer-opacity","",go.opacity16),onActiveStateLayerOpacity:yo.extend("--ft-toggle-on-active-state-layer-opacity","",go.opacity24),onDisabledComponentOpacity:yo.extend("--ft-toggle-on-disabled-component-opacity","",go.opacity40),onBackgroundColor:yo.extend("--ft-toggle-on-background-color","",Po.contentActionPrimary),onStateLayerColor:yo.extend("--ft-toggle-on-state-layer-color","",Po.contentActionPrimary),onIconColor:yo.extend("--ft-toggle-on-icon-color","",Po.contentActionPrimary),color:yo.extend("--ft-toggle-color","",Po.contentGlobalPrimary),focusFocusRingColor:yo.extend("--ft-toggle-focus-focus-ring-color","",Po.borderActionFocusRing),gap:yo.extend("--ft-toggle-gap","",go.spacing3)},hr={color:yo.extend("--ft-radio-color","",Po.contentGlobalPrimary),selectedRadioColor:yo.extend("--ft-radio-selected-radio-color","",Po.contentActionPrimary),selectedStateLayerColor:yo.extend("--ft-radio-selected-state-layer-color","",Po.contentActionPrimary),selectedHoverStateLayerOpacity:yo.extend("--ft-radio-selected-hover-state-layer-opacity","",go.opacity16),selectedFocusStateLayerOpacity:yo.extend("--ft-radio-selected-focus-state-layer-opacity","",go.opacity16),selectedActiveStateLayerOpacity:yo.extend("--ft-radio-selected-active-state-layer-opacity","",go.opacity24),selectedDisabledComponentOpacity:yo.extend("--ft-radio-selected-disabled-component-opacity","",go.opacity40),unselectedStateLayerColor:yo.extend("--ft-radio-unselected-state-layer-color","",Po.borderInputPrimary),unselectedBorderColor:yo.extend("--ft-radio-unselected-border-color","",Po.borderInputPrimary),unselectedHoverStateLayerOpacity:yo.extend("--ft-radio-unselected-hover-state-layer-opacity","",go.opacity16),unselectedFocusStateLayerOpacity:yo.extend("--ft-radio-unselected-focus-state-layer-opacity","",go.opacity16),unselectedActiveStateLayerOpacity:yo.extend("--ft-radio-unselected-active-state-layer-opacity","",go.opacity24),unselectedDisabledComponentOpacity:yo.extend("--ft-radio-unselected-disabled-component-opacity","",go.opacity40),focusFocusRingColor:yo.extend("--ft-radio-focus-focus-ring-color","",Po.borderActionFocusRing),focusOutlineOffset:yo.create("--ft-radio-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:yo.create("--ft-radio-focus-outline-width","","SIZE","2px"),gap:yo.extend("--ft-radio-gap","",go.spacing3)},dr={iconSize:yo.extend("--ft-notification-icon-size","",go.iconSize4),horizontalPadding:yo.extend("--ft-notification-horizontal-padding","",go.spacing4),verticalPadding:yo.extend("--ft-notification-vertical-padding","",go.spacing4),infoBackgroundColor:yo.extend("--ft-notification-info-background-color","",Po.backgroundInfoSubtle),infoColor:yo.extend("--ft-notification-info-color","",Po.contentInfoPrimary),infoIconColor:yo.extend("--ft-notification-info-icon-color","",Po.contentInfoIconOnly),infoBorderColor:yo.extend("--ft-notification-info-border-color","",Po.borderInfoSubtle),successBackgroundColor:yo.extend("--ft-notification-success-background-color","",Po.backgroundSuccessSubtle),successColor:yo.extend("--ft-notification-success-color","",Po.contentSuccessPrimary),successIconColor:yo.extend("--ft-notification-success-icon-color","",Po.contentSuccessIconOnly),successBorderColor:yo.extend("--ft-notification-success-border-color","",Po.borderSuccessSubtle),warningBackgroundColor:yo.extend("--ft-notification-warning-background-color","",Po.backgroundWarningSubtle),warningColor:yo.extend("--ft-notification-warning-color","",Po.contentWarningPrimary),warningIconColor:yo.extend("--ft-notification-warning-icon-color","",Po.contentWarningIconOnly),warningBorderColor:yo.extend("--ft-notification-warning-border-color","",Po.borderWarningSubtle),errorBackgroundColor:yo.extend("--ft-notification-error-background-color","",Po.backgroundErrorSubtle),errorColor:yo.extend("--ft-notification-error-color","",Po.contentErrorPrimary),errorIconColor:yo.extend("--ft-notification-error-icon-color","",Po.contentErrorIconOnly),errorBorderColor:yo.extend("--ft-notification-error-border-color","",Po.borderErrorSubtle),borderRadius:yo.extend("--ft-notification-border-radius","",go.borderRadiusPill),borderWidth:yo.create("--ft-notification-border-width","","SIZE","1px"),leadingGap:yo.extend("--ft-notification-leading-gap","",go.spacing2),trailingGap:yo.extend("--ft-notification-trailing-gap","",go.spacing8)},pr={horizontalPadding:yo.extend("--ft-tooltip-horizontal-padding","",go.spacing2),verticalPadding:yo.extend("--ft-tooltip-vertical-padding","",go.spacing2),borderRadius:yo.extend("--ft-tooltip-border-radius","",go.borderRadiusS),color:yo.extend("--ft-tooltip-color","",Po.contentGlobalOnColor),backgroundColor:yo.extend("--ft-tooltip-background-color","",Po.contentGlobalPrimary),backgroundOpacity:yo.extend("--ft-tooltip-background-opacity","",go.opacity80),shadow:yo.extend("--ft-tooltip-shadow","",go.shadowElevation03),maxWidth:yo.create("--ft-tooltip-max-width","","SIZE","256px"),gap:yo.extend("--ft-tooltip-gap","",go.spacing05)};var yr=Object.freeze({__proto__:null,FtCssVariableFactory:yo,banner:To,border:cr,breadcrumb:Ko,button:$o,chart:ar,checkbox:ur,chip:sr,collapsible:nr,comboboxMultiSelect:er,comboboxSingleSelect:tr,drawer:qo,floatingMenu:Qo,foundation:go,modal:Vo,notice:lr,notification:dr,pageHeader:Go,popover:or,radio:hr,semantic:Po,setVariable:function(t,e){return po(`${t.name}: ${e}`)},switch_:ir,tabs:rr,textArea:Xo,textInput:Jo,toggle:fr,tooltip:pr,typographies:Zo,typographyBody1Medium:wo,typographyBody1Regular:Oo,typographyBody1Semibold:xo,typographyBody2Medium:Co,typographyBody2MediumUnderline:Eo,typographyBody2Regular:No,typographyBody2Semibold:Ro,typographyCaption1Bold:_o,typographyCaption1Medium:Uo,typographyCaption1Semibold:Yo,typographyCaption2Bold:Ho,typographyCaption2Medium:Fo,typographyCaption2Semibold:Ao,typographyCaption3Bold:jo,typographyCaption3Medium:Bo,typographyCaption3Semibold:zo,typographyDisplay:bo,typographyLabel1Bold:ko,typographyLabel1Medium:Mo,typographyLabel1Semibold:Io,typographyLabel2Bold:Lo,typographyLabel2Medium:Wo,typographyLabel2Semibold:Do,typographyTitle1:mo,typographyTitle2:vo,typographyTitle3:So,typographyVariants:["display","title-1","title-2","title-3","body-1","body-2","body-2-underline","label-1","label-2","caption-1","caption-2","caption-3"]});const gr={colorPrimary:yo.create("--ft-color-primary","","COLOR","#2196F3"),colorPrimaryVariant:yo.create("--ft-color-primary-variant","","COLOR","#1976D2"),colorSecondary:yo.create("--ft-color-secondary","","COLOR","#FFCC80"),colorSecondaryVariant:yo.create("--ft-color-secondary-variant","","COLOR","#F57C00"),colorSurface:yo.create("--ft-color-surface","","COLOR","#FFFFFF"),colorContent:yo.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),colorError:yo.create("--ft-color-error","","COLOR","#B00020"),colorOutline:yo.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:yo.create("--ft-color-opacity-high","","NUMBER","1"),colorOpacityMedium:yo.create("--ft-color-opacity-medium","","NUMBER","0.74"),colorOpacityDisabled:yo.create("--ft-color-opacity-disabled","","NUMBER","0.38"),colorOnPrimary:yo.create("--ft-color-on-primary","","COLOR","#FFFFFF"),colorOnPrimaryHigh:yo.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),colorOnPrimaryMedium:yo.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:yo.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:yo.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),colorOnSecondaryHigh:yo.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),colorOnSecondaryMedium:yo.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:yo.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:yo.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:yo.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:yo.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:yo.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:yo.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),opacityContentOnSurfaceEnable:yo.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),opacityContentOnSurfaceHover:yo.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),opacityContentOnSurfaceFocused:yo.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),opacityContentOnSurfacePressed:yo.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),opacityContentOnSurfaceSelected:yo.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),opacityContentOnSurfaceDragged:yo.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:yo.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),opacityPrimaryOnSurfaceEnable:yo.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),opacityPrimaryOnSurfaceHover:yo.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:yo.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:yo.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:yo.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:yo.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:yo.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),opacitySurfaceOnPrimaryEnable:yo.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),opacitySurfaceOnPrimaryHover:yo.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:yo.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:yo.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:yo.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:yo.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),elevation00:yo.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:yo.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:yo.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:yo.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:yo.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:yo.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:yo.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:yo.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:yo.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:yo.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:yo.create("--ft-border-radius-S","","SIZE","4px"),borderRadiusM:yo.create("--ft-border-radius-M","","SIZE","8px"),borderRadiusL:yo.create("--ft-border-radius-L","","SIZE","12px"),borderRadiusXL:yo.create("--ft-border-radius-XL","","SIZE","16px"),titleFont:yo.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:yo.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:yo.create("--ft-transition-duration","","UNKNOWN","250ms"),transitionTimingFunction:yo.create("--ft-transition-timing-function","","UNKNOWN","ease-in-out")};var br=Object.freeze({__proto__:null,designSystemVariables:gr});class mr extends CustomEvent{constructor(t){super("ft-notification",{bubbles:!0,composed:!0,detail:t})}}class vr extends Event{constructor(){super("ft-pre-resize",{composed:!0,bubbles:!0})}}class Sr extends Event{constructor(){super("ft-post-resize",{composed:!0,bubbles:!0})}}var Or=Object.freeze({__proto__:null,FtNotificationEvent:mr,PostResizeEvent:Sr,PreResizeEvent:vr});const wr=["start","end"],xr=["top","right","bottom","left"].reduce(((t,e)=>t.concat(e,e+"-"+wr[0],e+"-"+wr[1])),[]),Nr=Math.min,Cr=Math.max,Er=Math.round,Rr=t=>({x:t,y:t}),Mr={left:"right",right:"left",bottom:"top",top:"bottom"},Ir={start:"end",end:"start"};function kr(t,e,o){return Cr(t,Nr(e,o))}function Wr(t,e){return"function"==typeof t?t(e):t}function Dr(t){return t.split("-")[0]}function Lr(t){return t.split("-")[1]}function Ur(t){return"x"===t?"y":"x"}function Yr(t){return"y"===t?"height":"width"}function _r(t){return["top","bottom"].includes(Dr(t))?"y":"x"}function Fr(t){return Ur(_r(t))}function Ar(t){return t.replace(/left|right|bottom|top/g,(t=>Mr[t]))}function Hr(t){return{...t,top:t.y,left:t.x,right:t.x+t.width,bottom:t.y+t.height}}function Br(t,e,o){let{reference:r,floating:n}=t;const i=_r(e),a=Fr(e),s=Yr(a),c=Dr(e),l="y"===i,u=r.x+r.width/2-n.width/2,f=r.y+r.height/2-n.height/2,h=r[s]/2-n[s]/2;let d;switch(c){case"top":d={x:u,y:r.y-n.height};break;case"bottom":d={x:u,y:r.y+r.height};break;case"right":d={x:r.x+r.width,y:f};break;case"left":d={x:r.x-n.width,y:f};break;default:d={x:r.x,y:r.y}}switch(Lr(e)){case"start":d[a]-=h*(o&&l?-1:1);break;case"end":d[a]+=h*(o&&l?-1:1)}return d}async function zr(t,e){var o;void 0===e&&(e={});const{x:r,y:n,platform:i,rects:a,elements:s,strategy:c}=t,{boundary:l="clippingAncestors",rootBoundary:u="viewport",elementContext:f="floating",altBoundary:h=!1,padding:d=0}=Wr(e,t),p=function(t){return"number"!=typeof t?function(t){return{top:0,right:0,bottom:0,left:0,...t}}(t):{top:t,right:t,bottom:t,left:t}}(d),y=s[h?"floating"===f?"reference":"floating":f],g=Hr(await i.getClippingRect({element:null==(o=await(null==i.isElement?void 0:i.isElement(y)))||o?y:y.contextElement||await(null==i.getDocumentElement?void 0:i.getDocumentElement(s.floating)),boundary:l,rootBoundary:u,strategy:c})),b="floating"===f?{...a.floating,x:r,y:n}:a.reference,m=await(null==i.getOffsetParent?void 0:i.getOffsetParent(s.floating)),v=await(null==i.isElement?void 0:i.isElement(m))&&await(null==i.getScale?void 0:i.getScale(m))||{x:1,y:1},S=Hr(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({rect:b,offsetParent:m,strategy:c}):b);return{top:(g.top-S.top+p.top)/v.y,bottom:(S.bottom-g.bottom+p.bottom)/v.y,left:(g.left-S.left+p.left)/v.x,right:(S.right-g.right+p.right)/v.x}}function jr(t,e,o){return(t?[...o.filter((e=>Lr(e)===t)),...o.filter((e=>Lr(e)!==t))]:o.filter((t=>Dr(t)===t))).filter((o=>!t||(Lr(o)===t||!!e&&function(t){return t.replace(/start|end/g,(t=>Ir[t]))}(o)!==o)))}const Zr=function(t){return void 0===t&&(t={}),{name:"autoPlacement",options:t,async fn(e){var o,r,n;const{rects:i,middlewareData:a,placement:s,platform:c,elements:l}=e,{crossAxis:u=!1,alignment:f,allowedPlacements:h=xr,autoAlignment:d=!0,...p}=Wr(t,e),y=void 0!==f||h===xr?jr(f||null,d,h):h,g=await zr(e,p),b=(null==(o=a.autoPlacement)?void 0:o.index)||0,m=y[b];if(null==m)return{};const v=function(t,e,o){void 0===o&&(o=!1);const r=Lr(t),n=Fr(t),i=Yr(n);let a="x"===n?r===(o?"end":"start")?"right":"left":"start"===r?"bottom":"top";return e.reference[i]>e.floating[i]&&(a=Ar(a)),[a,Ar(a)]}(m,i,await(null==c.isRTL?void 0:c.isRTL(l.floating)));if(s!==m)return{reset:{placement:y[0]}};const S=[g[Dr(m)],g[v[0]],g[v[1]]],O=[...(null==(r=a.autoPlacement)?void 0:r.overflows)||[],{placement:m,overflows:S}],w=y[b+1];if(w)return{data:{index:b+1,overflows:O},reset:{placement:w}};const x=O.map((t=>{const e=Lr(t.placement);return[t.placement,e&&u?t.overflows.slice(0,2).reduce(((t,e)=>t+e),0):t.overflows[0],t.overflows]})).sort(((t,e)=>t[1]-e[1])),N=x.filter((t=>t[2].slice(0,Lr(t[0])?2:3).every((t=>t<=0)))),C=(null==(n=N[0])?void 0:n[0])||x[0][0];return C!==s?{data:{index:b+1,overflows:O},reset:{placement:C}}:{}}}};function Pr(t){return Kr(t)?(t.nodeName||"").toLowerCase():"#document"}function $r(t){var e;return(null==t||null==(e=t.ownerDocument)?void 0:e.defaultView)||window}function Tr(t){var e;return null==(e=(Kr(t)?t.ownerDocument:t.document)||window.document)?void 0:e.documentElement}function Kr(t){return t instanceof Node||t instanceof $r(t).Node}function Gr(t){return t instanceof Element||t instanceof $r(t).Element}function Vr(t){return t instanceof HTMLElement||t instanceof $r(t).HTMLElement}function qr(t){return"undefined"!=typeof ShadowRoot&&(t instanceof ShadowRoot||t instanceof $r(t).ShadowRoot)}function Jr(t){const{overflow:e,overflowX:o,overflowY:r,display:n}=on(t);return/auto|scroll|overlay|hidden|clip/.test(e+r+o)&&!["inline","contents"].includes(n)}function Xr(t){return["table","td","th"].includes(Pr(t))}function Qr(t){const e=tn(),o=on(t);return"none"!==o.transform||"none"!==o.perspective||!!o.containerType&&"normal"!==o.containerType||!e&&!!o.backdropFilter&&"none"!==o.backdropFilter||!e&&!!o.filter&&"none"!==o.filter||["transform","perspective","filter"].some((t=>(o.willChange||"").includes(t)))||["paint","layout","strict","content"].some((t=>(o.contain||"").includes(t)))}function tn(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}function en(t){return["html","body","#document"].includes(Pr(t))}function on(t){return $r(t).getComputedStyle(t)}function rn(t){return Gr(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function nn(t){if("html"===Pr(t))return t;const e=t.assignedSlot||t.parentNode||qr(t)&&t.host||Tr(t);return qr(e)?e.host:e}function an(t){const e=nn(t);return en(e)?t.ownerDocument?t.ownerDocument.body:t.body:Vr(e)&&Jr(e)?e:an(e)}function sn(t,e,o){var r;void 0===e&&(e=[]),void 0===o&&(o=!0);const n=an(t),i=n===(null==(r=t.ownerDocument)?void 0:r.body),a=$r(n);return i?e.concat(a,a.visualViewport||[],Jr(n)?n:[],a.frameElement&&o?sn(a.frameElement):[]):e.concat(n,sn(n,[],o))}function cn(t){const e=on(t);let o=parseFloat(e.width)||0,r=parseFloat(e.height)||0;const n=Vr(t),i=n?t.offsetWidth:o,a=n?t.offsetHeight:r,s=Er(o)!==i||Er(r)!==a;return s&&(o=i,r=a),{width:o,height:r,$:s}}function ln(t){return Gr(t)?t:t.contextElement}function un(t){const e=ln(t);if(!Vr(e))return Rr(1);const o=e.getBoundingClientRect(),{width:r,height:n,$:i}=cn(e);let a=(i?Er(o.width):o.width)/r,s=(i?Er(o.height):o.height)/n;return a&&Number.isFinite(a)||(a=1),s&&Number.isFinite(s)||(s=1),{x:a,y:s}}const fn=Rr(0);function hn(t){const e=$r(t);return tn()&&e.visualViewport?{x:e.visualViewport.offsetLeft,y:e.visualViewport.offsetTop}:fn}function dn(t,e,o,r){void 0===e&&(e=!1),void 0===o&&(o=!1);const n=t.getBoundingClientRect(),i=ln(t);let a=Rr(1);e&&(r?Gr(r)&&(a=un(r)):a=un(t));const s=function(t,e,o){return void 0===e&&(e=!1),!(!o||e&&o!==$r(t))&&e}(i,o,r)?hn(i):Rr(0);let c=(n.left+s.x)/a.x,l=(n.top+s.y)/a.y,u=n.width/a.x,f=n.height/a.y;if(i){const t=$r(i),e=r&&Gr(r)?$r(r):r;let o=t.frameElement;for(;o&&r&&e!==t;){const t=un(o),e=o.getBoundingClientRect(),r=on(o),n=e.left+(o.clientLeft+parseFloat(r.paddingLeft))*t.x,i=e.top+(o.clientTop+parseFloat(r.paddingTop))*t.y;c*=t.x,l*=t.y,u*=t.x,f*=t.y,c+=n,l+=i,o=$r(o).frameElement}}return Hr({width:u,height:f,x:c,y:l})}function pn(t){return dn(Tr(t)).left+rn(t).scrollLeft}function yn(t,e,o){let r;if("viewport"===e)r=function(t,e){const o=$r(t),r=Tr(t),n=o.visualViewport;let i=r.clientWidth,a=r.clientHeight,s=0,c=0;if(n){i=n.width,a=n.height;const t=tn();(!t||t&&"fixed"===e)&&(s=n.offsetLeft,c=n.offsetTop)}return{width:i,height:a,x:s,y:c}}(t,o);else if("document"===e)r=function(t){const e=Tr(t),o=rn(t),r=t.ownerDocument.body,n=Cr(e.scrollWidth,e.clientWidth,r.scrollWidth,r.clientWidth),i=Cr(e.scrollHeight,e.clientHeight,r.scrollHeight,r.clientHeight);let a=-o.scrollLeft+pn(t);const s=-o.scrollTop;return"rtl"===on(r).direction&&(a+=Cr(e.clientWidth,r.clientWidth)-n),{width:n,height:i,x:a,y:s}}(Tr(t));else if(Gr(e))r=function(t,e){const o=dn(t,!0,"fixed"===e),r=o.top+t.clientTop,n=o.left+t.clientLeft,i=Vr(t)?un(t):Rr(1);return{width:t.clientWidth*i.x,height:t.clientHeight*i.y,x:n*i.x,y:r*i.y}}(e,o);else{const o=hn(t);r={...e,x:e.x-o.x,y:e.y-o.y}}return Hr(r)}function gn(t,e){const o=nn(t);return!(o===e||!Gr(o)||en(o))&&("fixed"===on(o).position||gn(o,e))}function bn(t,e,o){const r=Vr(e),n=Tr(e),i="fixed"===o,a=dn(t,!0,i,e);let s={scrollLeft:0,scrollTop:0};const c=Rr(0);if(r||!r&&!i)if(("body"!==Pr(e)||Jr(n))&&(s=rn(e)),r){const t=dn(e,!0,i,e);c.x=t.x+e.clientLeft,c.y=t.y+e.clientTop}else n&&(c.x=pn(n));return{x:a.left+s.scrollLeft-c.x,y:a.top+s.scrollTop-c.y,width:a.width,height:a.height}}function mn(t,e){return Vr(t)&&"fixed"!==on(t).position?e?e(t):t.offsetParent:null}function vn(t,e){const o=$r(t);if(!Vr(t))return o;let r=mn(t,e);for(;r&&Xr(r)&&"static"===on(r).position;)r=mn(r,e);return r&&("html"===Pr(r)||"body"===Pr(r)&&"static"===on(r).position&&!Qr(r))?o:r||function(t){let e=nn(t);for(;Vr(e)&&!en(e);){if(Qr(e))return e;e=nn(e)}return null}(t)||o}const Sn={convertOffsetParentRelativeRectToViewportRelativeRect:function(t){let{rect:e,offsetParent:o,strategy:r}=t;const n=Vr(o),i=Tr(o);if(o===i)return e;let a={scrollLeft:0,scrollTop:0},s=Rr(1);const c=Rr(0);if((n||!n&&"fixed"!==r)&&(("body"!==Pr(o)||Jr(i))&&(a=rn(o)),Vr(o))){const t=dn(o);s=un(o),c.x=t.x+o.clientLeft,c.y=t.y+o.clientTop}return{width:e.width*s.x,height:e.height*s.y,x:e.x*s.x-a.scrollLeft*s.x+c.x,y:e.y*s.y-a.scrollTop*s.y+c.y}},getDocumentElement:Tr,getClippingRect:function(t){let{element:e,boundary:o,rootBoundary:r,strategy:n}=t;const i=[..."clippingAncestors"===o?function(t,e){const o=e.get(t);if(o)return o;let r=sn(t,[],!1).filter((t=>Gr(t)&&"body"!==Pr(t))),n=null;const i="fixed"===on(t).position;let a=i?nn(t):t;for(;Gr(a)&&!en(a);){const e=on(a),o=Qr(a);o||"fixed"!==e.position||(n=null),(i?!o&&!n:!o&&"static"===e.position&&n&&["absolute","fixed"].includes(n.position)||Jr(a)&&!o&&gn(t,a))?r=r.filter((t=>t!==a)):n=e,a=nn(a)}return e.set(t,r),r}(e,this._c):[].concat(o),r],a=i[0],s=i.reduce(((t,o)=>{const r=yn(e,o,n);return t.top=Cr(r.top,t.top),t.right=Nr(r.right,t.right),t.bottom=Nr(r.bottom,t.bottom),t.left=Cr(r.left,t.left),t}),yn(e,a,n));return{width:s.right-s.left,height:s.bottom-s.top,x:s.left,y:s.top}},getOffsetParent:vn,getElementRects:async function(t){let{reference:e,floating:o,strategy:r}=t;const n=this.getOffsetParent||vn,i=this.getDimensions;return{reference:bn(e,await n(o),r),floating:{x:0,y:0,...await i(o)}}},getClientRects:function(t){return Array.from(t.getClientRects())},getDimensions:function(t){return cn(t)},getScale:un,isElement:Gr,isRTL:function(t){return"rtl"===on(t).direction}},On=(t,e,o)=>{const r=new Map,n={platform:Sn,...o},i={...n.platform,_c:r};return(async(t,e,o)=>{const{placement:r="bottom",strategy:n="absolute",middleware:i=[],platform:a}=o,s=i.filter(Boolean),c=await(null==a.isRTL?void 0:a.isRTL(e));let l=await a.getElementRects({reference:t,floating:e,strategy:n}),{x:u,y:f}=Br(l,r,c),h=r,d={},p=0;for(let o=0;o<s.length;o++){const{name:i,fn:y}=s[o],{x:g,y:b,data:m,reset:v}=await y({x:u,y:f,initialPlacement:r,placement:h,strategy:n,middlewareData:d,rects:l,platform:a,elements:{reference:t,floating:e}});u=null!=g?g:u,f=null!=b?b:f,d={...d,[i]:{...d[i],...m}},v&&p<=50&&(p++,"object"==typeof v&&(v.placement&&(h=v.placement),v.rects&&(l=!0===v.rects?await a.getElementRects({reference:t,floating:e,strategy:n}):v.rects),({x:u,y:f}=Br(l,h,c))),o=-1)}return{x:u,y:f,placement:h,strategy:n,middlewareData:d}})(t,e,{...n,platform:i})};function wn(t){return function(t){for(let e=t;e;e=xn(e))if(e instanceof Element&&"none"===getComputedStyle(e).display)return null;for(let e=xn(t);e;e=xn(e)){if(!(e instanceof Element))continue;const t=getComputedStyle(e);if("contents"!==t.display){if("static"!==t.position||"none"!==t.filter)return e;if("BODY"===e.tagName)return e}}return null}(t)}function xn(t){return t.assignedSlot?t.assignedSlot:t.parentNode instanceof ShadowRoot?t.parentNode.host:t.parentNode}var Nn=Object.freeze({__proto__:null,computeOffsetPosition:async function(t,e,o){return On(t,e,{platform:{...Sn,getOffsetParent:t=>Sn.getOffsetParent(t,wn)},middleware:[(r={crossAxis:!0},void 0===r&&(r={}),{name:"shift",options:r,async fn(t){const{x:e,y:o,placement:n}=t,{mainAxis:i=!0,crossAxis:a=!1,limiter:s={fn:t=>{let{x:e,y:o}=t;return{x:e,y:o}}},...c}=Wr(r,t),l={x:e,y:o},u=await zr(t,c),f=_r(Dr(n)),h=Ur(f);let d=l[h],p=l[f];if(i){const t="y"===h?"bottom":"right";d=kr(d+u["y"===h?"top":"left"],d,d-u[t])}if(a){const t="y"===f?"bottom":"right";p=kr(p+u["y"===f?"top":"left"],p,p-u[t])}const y=s.fn({...t,[h]:d,[f]:p});return{...y,data:{x:y.x-e,y:y.y-o}}}}),Zr({allowedPlacements:[o]})]});var r}});
137
137
  /**
138
138
  * @license
139
139
  * Copyright 2019 Google LLC
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-analytics-sessions-chart",
3
- "version": "1.1.54",
3
+ "version": "1.1.55",
4
4
  "description": "Display sessions",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,11 +19,11 @@
19
19
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
20
20
  },
21
21
  "dependencies": {
22
- "@fluid-topics/ft-wc-utils": "1.1.54",
22
+ "@fluid-topics/ft-wc-utils": "1.1.55",
23
23
  "lit": "3.1.0"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "moment": "2.29.4"
27
27
  },
28
- "gitHead": "b8c7a07061df6fb5c3c03d96879eda48fb73e5c8"
28
+ "gitHead": "f548a38dc05ea47ac4e94d97fe62625fc9297fcc"
29
29
  }