@fluid-topics/ft-search-bar 1.1.53 → 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.
@@ -1594,7 +1594,7 @@ const V=Symbol.for(""),q=t=>{if(t?.r===V)return t?._$litStatic$},Y=t=>({_$litSta
1594
1594
  </div>
1595
1595
  <div class="ft-accordion-item--separator" part="separator"></div>
1596
1596
  </div>
1597
- `}update(t){super.update(t),t.has("active")&&this.active&&this.dispatchEvent(new Event("activated",{composed:!0,bubbles:!0}))}onToggleKeyDown(t){"Enter"!==t.key&&" "!==t.key||(t.preventDefault(),this.active=!this.active)}}ir.elementDefinitions={"ft-ripple":Ze,"ft-typography":se,"ft-icon":qo},ir.styles=er,or([i.property()],ir.prototype,"icon",void 0),or([i.property()],ir.prototype,"iconVariant",void 0),or([i.property()],ir.prototype,"label",void 0),or([i.property({type:Boolean,reflect:!0})],ir.prototype,"active",void 0),e.customElement("ft-accordion")(Yi),e.customElement("ft-accordion-item")(ir);const rr=e.FtCssVariableFactory.extend("--ft-chip-color","",e.designSystemVariables.colorOnSurface),ar={backgroundColor:e.FtCssVariableFactory.extend("--ft-chip-background-color","",e.designSystemVariables.colorSurface),color:rr,fontSize:e.FtCssVariableFactory.extend("--ft-chip-font-size","",Wt.fontSize),iconSize:e.FtCssVariableFactory.create("--ft-chip-icon-size","","SIZE","18px"),rippleColor:e.FtCssVariableFactory.extend("--ft-chip-ripple-color","",rr),horizontalPadding:e.FtCssVariableFactory.create("--ft-chip-horizontal-padding","","SIZE","6px"),verticalPadding:e.FtCssVariableFactory.create("--ft-chip-vertical-padding","","SIZE","6px"),colorOutline:e.FtCssVariableFactory.external(e.designSystemVariables.colorOutline,"Design system"),opacityDisabled:e.FtCssVariableFactory.external(e.designSystemVariables.colorOpacityDisabled,"Design system")},nr=e.FtCssVariableFactory.extend("--ft-chip-highlighted-color","",e.FtCssVariableFactory.extend("--ft-chip-color","",e.designSystemVariables.colorOnPrimary)),lr={backgroundColor:e.FtCssVariableFactory.extend("--ft-chip-highlighted-background-color","",e.FtCssVariableFactory.extend("--ft-chip-background-color","",e.designSystemVariables.colorPrimary)),color:nr,rippleColor:e.FtCssVariableFactory.extend("--ft-chip-highlighted-ripple-color","",nr)},sr=e.FtCssVariableFactory.create("--ft-chip-dense-horizontal-padding","","SIZE","4px"),cr=e.FtCssVariableFactory.create("--ft-chip-dense-vertical-padding","","SIZE","4px"),pr=[e.noTextSelect,o.css`
1597
+ `}update(t){super.update(t),t.has("active")&&this.active&&this.dispatchEvent(new Event("activated",{composed:!0,bubbles:!0}))}onToggleKeyDown(t){"Enter"!==t.key&&" "!==t.key||(t.preventDefault(),this.active=!this.active)}}ir.elementDefinitions={"ft-ripple":Ze,"ft-typography":se,"ft-icon":qo},ir.styles=er,or([i.property()],ir.prototype,"icon",void 0),or([i.property()],ir.prototype,"iconVariant",void 0),or([i.property()],ir.prototype,"label",void 0),or([i.property({type:Boolean,reflect:!0})],ir.prototype,"active",void 0),e.customElement("ft-accordion")(Yi),e.customElement("ft-accordion-item")(ir);const rr=e.FtCssVariableFactory.extend("--ft-chip-color","",e.designSystemVariables.colorOnSurface),ar={backgroundColor:e.FtCssVariableFactory.extend("--ft-chip-background-color","",e.designSystemVariables.colorSurface),color:rr,fontSize:e.FtCssVariableFactory.extend("--ft-chip-font-size","",Wt.fontSize),iconSize:e.FtCssVariableFactory.create("--ft-chip-icon-size","","SIZE","18px"),borderRadius:e.FtCssVariableFactory.create("--ft-chip-border-radius","","SIZE",""),rippleColor:e.FtCssVariableFactory.extend("--ft-chip-ripple-color","",rr),horizontalPadding:e.FtCssVariableFactory.create("--ft-chip-horizontal-padding","","SIZE","6px"),verticalPadding:e.FtCssVariableFactory.create("--ft-chip-vertical-padding","","SIZE","6px"),colorOutline:e.FtCssVariableFactory.external(e.designSystemVariables.colorOutline,"Design system"),opacityDisabled:e.FtCssVariableFactory.external(e.designSystemVariables.colorOpacityDisabled,"Design system")},nr=e.FtCssVariableFactory.extend("--ft-chip-highlighted-color","",e.FtCssVariableFactory.extend("--ft-chip-color","",e.designSystemVariables.colorOnPrimary)),lr={backgroundColor:e.FtCssVariableFactory.extend("--ft-chip-highlighted-background-color","",e.FtCssVariableFactory.extend("--ft-chip-background-color","",e.designSystemVariables.colorPrimary)),color:nr,rippleColor:e.FtCssVariableFactory.extend("--ft-chip-highlighted-ripple-color","",nr)},sr=e.FtCssVariableFactory.create("--ft-chip-dense-horizontal-padding","","SIZE","4px"),cr=e.FtCssVariableFactory.create("--ft-chip-dense-vertical-padding","","SIZE","4px"),pr=[e.noTextSelect,o.css`
1598
1598
  :host {
1599
1599
  display: inline-block;
1600
1600
  max-width: 100%;
@@ -1621,7 +1621,7 @@ const V=Symbol.for(""),q=t=>{if(t?.r===V)return t?._$litStatic$},Y=t=>({_$litSta
1621
1621
  border: 1px solid ${ar.colorOutline};
1622
1622
  color: ${ar.color};
1623
1623
  ${e.setVariable(de.color,ar.rippleColor)};
1624
- border-radius: calc(var(--ft-chip-internal-content-height) / 2 + var(--ft-chip-internal-vertical-padding));
1624
+ border-radius: var(${o.unsafeCSS(ar.borderRadius.name)}, calc(var(--ft-chip-internal-content-height) / 2 + var(--ft-chip-internal-vertical-padding)));
1625
1625
  padding: calc(var(--ft-chip-internal-vertical-padding) - 1px) calc(var(--ft-chip-internal-horizontal-padding) - 1px);
1626
1626
  background-color: ${ar.backgroundColor};
1627
1627
  line-height: var(--ft-chip-internal-content-height);
@@ -1735,9 +1735,10 @@ const V=Symbol.for(""),q=t=>{if(t?.r===V)return t?._$litStatic$},Y=t=>({_$litSta
1735
1735
  <div class="${a.classMap(t)}"
1736
1736
  aria-label="${this.getLabel()}"
1737
1737
  tabindex="${this.interactionsOnChip?0:-1}"
1738
- @keyup=${this.onKeyUp}>
1738
+ @keyup=${this.onKeyUp}
1739
+ part="chip">
1739
1740
  <ft-ripple ?disabled=${!this.interactionsOnChip}></ft-ripple>
1740
- <ft-typography variant="body2" element="span" class="ft-chip--label">
1741
+ <ft-typography variant="body2" element="span" class="ft-chip--label" part="label">
1741
1742
  <slot @slotchange=${this.onSlotchange}></slot>
1742
1743
  </ft-typography>
1743
1744
  ${this.internalIcon?this.renderIcon():null}
@@ -1749,10 +1750,11 @@ const V=Symbol.for(""),q=t=>{if(t?.r===V)return t?._$litStatic$},Y=t=>({_$litSta
1749
1750
  .iconVariant=${this.iconVariant}
1750
1751
  icon="${this.internalIcon}"
1751
1752
  label="${this.iconLabel}"
1753
+ part="icon-button"
1752
1754
  ></ft-button>
1753
1755
  `:o.html`
1754
- <div class="ft-chip--icon-container ft-no-text-select">
1755
- <ft-icon .variant=${this.iconVariant} .value="${this.internalIcon}"></ft-icon>
1756
+ <div class="ft-chip--icon-container ft-no-text-select" part="icon-container">
1757
+ <ft-icon .variant=${this.iconVariant} .value="${this.internalIcon}" part="icon"></ft-icon>
1756
1758
  </div>
1757
1759
  `}onKeyUp(t){this.interactionsOnChip&&["Enter"," "].includes(t.key)&&t.target.click()}onIconKeyUp(t){this.interactionsOnIcon&&["Enter"," "].includes(t.key)&&(t.stopPropagation(),this.dispatchEvent(new hr))}onIconClick(t){this.interactionsOnIcon&&(t.stopPropagation(),this.dispatchEvent(new hr))}getLabel(){return this.label||this.textContent}get textContent(){var t,e;return null!==(e=null===(t=this.slottedContent)||void 0===t?void 0:t.assignedNodes().map((t=>t.textContent)).join("").trim())&&void 0!==e?e:""}hasTextContent(){return this.textContent.length>0}onSlotchange(){this.requestUpdate()}get internalIcon(){return this.icon||(this.removable?"close":void 0)}}dr.elementDefinitions={"ft-ripple":Ze,"ft-typography":se,"ft-icon":qo,"ft-button":ti},dr.styles=pr,fr([i.property({type:Boolean})],dr.prototype,"highlighted",void 0),fr([i.property({type:Boolean})],dr.prototype,"removable",void 0),fr([i.property({type:Boolean})],dr.prototype,"disabled",void 0),fr([i.property({type:Boolean})],dr.prototype,"clickable",void 0),fr([i.property({type:Boolean})],dr.prototype,"iconClickable",void 0),fr([i.property({type:Boolean})],dr.prototype,"dense",void 0),fr([i.property({type:Boolean})],dr.prototype,"multiLine",void 0),fr([i.property()],dr.prototype,"label",void 0),fr([i.property()],dr.prototype,"iconLabel",void 0),fr([i.property()],dr.prototype,"icon",void 0),fr([i.property()],dr.prototype,"iconVariant",void 0),fr([i.property({type:Boolean})],dr.prototype,"trailingIcon",void 0),fr([i.query("ft-typography slot")],dr.prototype,"slottedContent",void 0),e.customElement("ft-chip")(dr);const ur={fontSize:e.FtCssVariableFactory.create("--ft-input-label-font-size","","SIZE","14px"),raisedFontSize:e.FtCssVariableFactory.create("--ft-input-label-raised-font-size","","SIZE","11px"),raisedZIndex:e.FtCssVariableFactory.create("--ft-input-label-outlined-raised-z-index","","NUMBER","2"),verticalSpacing:e.FtCssVariableFactory.create("--ft-input-label-vertical-spacing","","SIZE","4px"),horizontalSpacing:e.FtCssVariableFactory.create("--ft-input-label-horizontal-spacing","","SIZE","12px"),labelMaxWidth:e.FtCssVariableFactory.create("--ft-input-label-max-width","","SIZE","100%"),borderColor:e.FtCssVariableFactory.extend("--ft-input-label-border-color","",e.designSystemVariables.colorOutline),textColor:e.FtCssVariableFactory.extend("--ft-input-label-text-color","",e.designSystemVariables.colorOnSurfaceMedium),disabledTextColor:e.FtCssVariableFactory.extend("--ft-input-label-disabled-text-color","",e.designSystemVariables.colorOnSurfaceDisabled),colorSurface:e.FtCssVariableFactory.external(e.designSystemVariables.colorSurface,"Design system"),borderRadiusS:e.FtCssVariableFactory.external(e.designSystemVariables.borderRadiusS,"Design system"),colorError:e.FtCssVariableFactory.external(e.designSystemVariables.colorError,"Design system")},br=o.css`
1758
1760
  .ft-input-label {
@@ -132,7 +132,7 @@ function Ie(t){return(e,o)=>{const{slot:i,selector:r}=t??{},n="slot"+(i?`[name=$
132
132
  * @license
133
133
  * Copyright 2017 Google LLC
134
134
  * SPDX-License-Identifier: BSD-3-Clause
135
- */let Je=class extends We{constructor(t){if(super(t),this.et=K,t.type!==Ue)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(t){if(t===K||null==t)return this.vt=void 0,this.et=t;if(t===_)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:[]}}};Je.directiveName="unsafeHTML",Je.resultType=1;const Xe=Be(Je);var Qe=Object.freeze({__proto__:null,UnsafeHTMLDirective:Je,unsafeHTML:Xe});class to extends Error{constructor(t,e,o){super(t),this.canceledPromiseResult=e,this.canceledPromiseError=o}}class eo extends Promise{constructor(t){super(((e,o)=>t((t=>{this.isCanceled?o(new to("Promise has been canceled",t)):e(t)}),(t=>{this.isCanceled?o(new to("Promise has been canceled",void 0,t)):o(t)})))),this.isCanceled=!1}cancel(){this.isCanceled=!0}}const oo=t=>new eo(((e,o)=>t.then(e).catch(o)));var io=Object.freeze({__proto__:null,CancelablePromise:eo,CanceledPromiseError:to,cancelable:oo});class ro{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 eo&&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 i=oo(e());return this.content[t]=i,i.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)}}var no=Object.freeze({__proto__:null,CacheRegistry:ro});class ao{constructor(t,e,o,i){this.allResults=t,this.selectedResult=e,this.clusteringMetadata=o,this.metadataDescriptors=i}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=>ao.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=ao.extractResultMetadata(this.selectedResult).find((e=>e.key===t));const i=this.allResults.flatMap((e=>ao.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 i.map((e=>({result:this.findBestResultForMetadataValue(t,e.value),metadata:e}))).sort(((o,i)=>this.compareMetadata(o.metadata.value,i.metadata.value,t,e)))}compareMetadata(t,e,o,i){let r=this.metadataDescriptors.find((t=>o==t.key)),n=(null==r?void 0:r.sortRule)||"NONE",a=(null==r?void 0:r.reverseSort)||!1;if("ALPHABET"==n||"VERSION"==n){let o=t.localeCompare(e,i,{numeric:!0});return a?-1*o:o}return 0}findBestResultForMetadataValue(t,e){const o=this.allResults.filter((o=>ao.extractResultMetadata(o).find((o=>o.key===t&&o.value===e))));let i,r=ao.extractResultMetadata(this.selectedResult).filter((t=>this.clusteringMetadata.has(t.key))),n=[...r.filter((e=>e.key!==t))],a=-1;for(let t of o){let e=this.countMatchingMetadata(t,n);if(e>a&&(a=e,i=t,e===n.length))break}return i}countMatchingMetadata(t,e){return ao.extractResultMetadata(t).filter((t=>e.some((e=>e.key===t.key&&e.value===t.value)))).length}}var so=Object.freeze({__proto__:null,ClusteringHelper:ao});class lo{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 i=null!==(t=this.rejectPromise)&&void 0!==t?t:()=>null,r=null!==(e=this.resolvePromise)&&void 0!==e?e:()=>null;this.clearPromise();for(let t of o)try{await t()}catch(t){return void i(t)}r(!0)}clearTimeout(){null!=this._debounce&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}}var co=Object.freeze({__proto__:null,Debouncer:lo});const ho=t=>new Promise((e=>setTimeout(e,t)));async function fo(t,e=10,o=2e4){let i,r,n=await t();for(i=r=performance.now();null==n&&(!o||r-i<o);)await ho(e),n=await t(),r=performance.now();if(null==n)throw new Error("Timeout exceeded");return n}function po(t,e){return t.flatMap((t=>[t,...po(e(t),e)]))}function uo(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,i)=>e+o+":"+i)),new Date(t)}function bo(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,i,r;if(Array.isArray(t)){if((o=t.length)!=e.length)return!1;for(i=o;0!=i--;)if(!bo(t[i],e[i]))return!1;return!0}if(t instanceof Map&&e instanceof Map){if(t.size!==e.size)return!1;for(i of t.entries())if(!e.has(i[0]))return!1;for(i of t.entries())if(!bo(i[1],e.get(i[0])))return!1;return!0}if(t instanceof Set&&e instanceof Set){if(t.size!==e.size)return!1;for(i of t.entries())if(!e.has(i[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=(r=Object.keys(t)).length)!==Object.keys(e).length)return!1;for(i=o;0!=i--;)if(!Object.prototype.hasOwnProperty.call(e,r[i]))return!1;for(i=o;0!=i--;){var n=r[i];if(!bo(t[n],e[n]))return!1}return!0}return t!=t&&e!=e}(t,e)}catch(t){return!1}}var go=Object.freeze({__proto__:null,dateReviver:function(...t){return function(e,o){return t.includes(e)?uo(o):o}},deepEqual:bo,delay:ho,eventPathContainsMatchingElement:function(t,e,o=window.document.body){if(e.length>0){const i=t.composedPath();for(let t of i){if(t===o)return!1;if(t.matches&&e.some((e=>t.matches(e))))return!0}}return!1},flatDeep:po,last:function(t){return t[t.length-1]},minmax:function(t,e,o){return Math.min(Math.max(t,e),o)},parseDate:uo,waitFor:fo,waitUntil:async function(t,e=10,o=2e4){await fo((async()=>await t()||void 0),e,o)}});const yo=t=>e=>{window.customElements.get(t)||window.customElements.define(t,e)};function mo(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)=>!bo(t,e),...null!=e?e:{}})}function vo(t){return!isNaN(parseFloat(t))}var xo=Object.freeze({__proto__:null,customElement:yo,isNumber:vo,jsonProperty:mo,optionalNumberProperty:function(t){return Oe({type:Object,converter:{fromAttribute:t=>{if(null!=t)return vo(t)?+t:void 0},toAttribute:t=>null==t?void 0:""+t},...null!=t?t:{}})}});const wo=t=>"string"==typeof t?ft(t):t;class Oo{static create(t,e,o,i){const r=t=>wo(null!=t?t:i),n=pt`var(${wo(t)}, ${r(i)})`;return n.name=t,n.description=e,n.category=o,n.defaultValue=i,n.defaultCssValue=r,n.get=e=>pt`var(${wo(t)}, ${r(e)})`,n.breadcrumb=()=>[],n.lastResortDefaultValue=()=>i,n}static extend(t,e,o,i){const r=t=>o.get(null!=t?t:i),n=pt`var(${wo(t)}, ${r(i)})`;return n.name=t,n.description=e,n.category=o.category,n.fallbackVariable=o,n.defaultValue=i,n.defaultCssValue=r,n.get=e=>pt`var(${wo(t)}, ${r(e)})`,n.breadcrumb=()=>[o.name,...o.breadcrumb()],n.lastResortDefaultValue=()=>null!=i?i:o.lastResortDefaultValue(),n}static external(t,e){const o=e=>t.fallbackVariable?t.fallbackVariable.get(null!=e?e:t.defaultValue):wo(null!=e?e:t.lastResortDefaultValue()),i=pt`var(${wo(t.name)}, ${o(t.defaultValue)})`;return i.name=t.name,i.category=t.category,i.fallbackVariable=t.fallbackVariable,i.defaultValue=t.defaultValue,i.context=e,i.defaultCssValue=o,i.get=e=>pt`var(${wo(t.name)}, ${o(e)})`,i.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],i.lastResortDefaultValue=()=>t.lastResortDefaultValue(),i}}function So(t,e){return wo(`${t.name}: ${e}`)}const $o={colorWhite:Oo.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:Oo.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:Oo.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:Oo.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:Oo.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:Oo.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:Oo.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:Oo.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:Oo.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:Oo.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:Oo.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:Oo.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:Oo.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:Oo.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:Oo.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:Oo.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:Oo.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:Oo.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:Oo.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:Oo.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:Oo.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:Oo.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:Oo.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:Oo.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:Oo.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:Oo.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:Oo.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:Oo.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:Oo.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:Oo.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:Oo.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:Oo.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:Oo.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:Oo.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:Oo.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:Oo.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:Oo.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:Oo.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:Oo.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:Oo.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:Oo.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:Oo.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:Oo.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:Oo.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:Oo.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:Oo.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:Oo.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:Oo.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:Oo.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:Oo.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:Oo.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:Oo.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:Oo.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:Oo.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:Oo.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:Oo.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:Oo.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:Oo.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:Oo.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:Oo.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:Oo.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:Oo.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:Oo.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:Oo.create("--ft-color-orange-0","","COLOR","#F2700D"),colorOrange10:Oo.create("--ft-color-orange-10","","COLOR","#FFF7EB"),colorOrange20:Oo.create("--ft-color-orange-20","","COLOR","#FFEDD6"),colorOrange30:Oo.create("--ft-color-orange-30","","COLOR","#FFDDB2"),colorOrange40:Oo.create("--ft-color-orange-40","","COLOR","#FECB90"),colorOrange50:Oo.create("--ft-color-orange-50","","COLOR","#FCB76E"),colorOrange60:Oo.create("--ft-color-orange-60","","COLOR","#F9A34D"),colorOrange70:Oo.create("--ft-color-orange-70","","COLOR","#F68B2C"),colorOrange100:Oo.create("--ft-color-orange-100","","COLOR","#D35909"),colorOrange200:Oo.create("--ft-color-orange-200","","COLOR","#B74706"),colorOrange300:Oo.create("--ft-color-orange-300","","COLOR","#913503"),colorOrange400:Oo.create("--ft-color-orange-400","","COLOR","#6F2601"),colorOrange500:Oo.create("--ft-color-orange-500","","COLOR","#4D1800"),colorOrange600:Oo.create("--ft-color-orange-600","","COLOR","#330F00"),colorOrange700:Oo.create("--ft-color-orange-700","","COLOR","#140600"),colorRed0:Oo.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:Oo.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:Oo.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:Oo.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:Oo.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:Oo.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:Oo.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:Oo.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:Oo.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:Oo.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:Oo.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:Oo.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:Oo.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:Oo.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:Oo.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:Oo.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:Oo.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:Oo.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:Oo.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:Oo.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:Oo.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:Oo.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:Oo.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:Oo.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:Oo.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:Oo.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:Oo.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:Oo.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:Oo.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:Oo.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:Oo.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:Oo.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:Oo.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:Oo.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:Oo.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:Oo.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:Oo.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:Oo.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:Oo.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:Oo.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:Oo.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:Oo.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:Oo.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:Oo.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:Oo.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:Oo.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:Oo.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:Oo.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:Oo.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:Oo.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:Oo.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:Oo.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:Oo.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:Oo.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:Oo.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:Oo.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:Oo.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:Oo.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:Oo.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:Oo.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:Oo.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:Oo.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:Oo.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:Oo.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:Oo.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:Oo.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:Oo.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:Oo.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:Oo.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:Oo.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:Oo.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:Oo.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:Oo.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:Oo.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:Oo.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:Oo.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:Oo.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:Oo.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:Oo.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:Oo.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:Oo.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:Oo.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:Oo.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:Oo.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:Oo.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:Oo.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:Oo.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:Oo.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:Oo.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:Oo.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:Oo.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:Oo.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:Oo.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:Oo.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:Oo.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:Oo.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:Oo.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:Oo.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:Oo.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:Oo.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:Oo.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:Oo.create("--ft-icon-size-6","","SIZE","48px"),opacity0:Oo.create("--ft-opacity-0","","NUMBER","0"),opacity8:Oo.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:Oo.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:Oo.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:Oo.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:Oo.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:Oo.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:Oo.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:Oo.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:Oo.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:Oo.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:Oo.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:Oo.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:Oo.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:Oo.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)")},Co={fontFamily:Oo.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:Oo.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:Oo.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:Oo.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:Oo.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:Oo.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Oo.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:Oo.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:Oo.create("--ft-typography-display-textCase","","UNKNOWN","none")},ko={fontFamily:Oo.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:Oo.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:Oo.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:Oo.create("--ft-typography-title-1-fontSize","","SIZE","1.5rem"),letterSpacing:Oo.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:Oo.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Oo.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:Oo.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:Oo.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},No={fontFamily:Oo.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:Oo.create("--ft-typography-title-2-fontWeight","","UNKNOWN","500"),lineHeight:Oo.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:Oo.create("--ft-typography-title-2-fontSize","","SIZE","1.25rem"),letterSpacing:Oo.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:Oo.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Oo.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:Oo.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:Oo.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},Eo={fontFamily:Oo.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:Oo.create("--ft-typography-title-3-fontWeight","","UNKNOWN","500"),lineHeight:Oo.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:Oo.create("--ft-typography-title-3-fontSize","","SIZE","1.125rem"),letterSpacing:Oo.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:Oo.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Oo.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:Oo.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:Oo.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},Io={fontFamily:Oo.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:Oo.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:Oo.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:Oo.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:Oo.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:Oo.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Oo.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:Oo.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:Oo.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},Ro={fontFamily:Oo.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Oo.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:Oo.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:Oo.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:Oo.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:Oo.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Oo.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Oo.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:Oo.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},Lo={fontFamily:Oo.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Oo.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Oo.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:Oo.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:Oo.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:Oo.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Oo.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Oo.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:Oo.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},zo={fontFamily:Oo.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:Oo.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:Oo.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:Oo.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:Oo.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:Oo.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Oo.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:Oo.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:Oo.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},Uo={fontFamily:Oo.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Oo.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:Oo.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:Oo.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:Oo.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:Oo.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Oo.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Oo.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:Oo.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},Bo={fontFamily:Oo.create("--ft-typography-body-2-medium-underline-fontFamily","","UNKNOWN","Inter"),fontWeight:Oo.create("--ft-typography-body-2-medium-underline-fontWeight","","UNKNOWN","500"),lineHeight:Oo.create("--ft-typography-body-2-medium-underline-lineHeight","","SIZE","135%"),fontSize:Oo.create("--ft-typography-body-2-medium-underline-fontSize","","SIZE","0.875rem"),letterSpacing:Oo.create("--ft-typography-body-2-medium-underline-letterSpacing","","SIZE","normal"),paragraphSpacing:Oo.create("--ft-typography-body-2-medium-underline-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Oo.create("--ft-typography-body-2-medium-underline-paragraphIndent","","UNKNOWN","0"),textCase:Oo.create("--ft-typography-body-2-medium-underline-textCase","","UNKNOWN","none"),textDecoration:Oo.create("--ft-typography-body-2-medium-underline-textDecoration","","UNKNOWN","underline")},Wo={fontFamily:Oo.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Oo.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Oo.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:Oo.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:Oo.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:Oo.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Oo.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Oo.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:Oo.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},Fo={fontFamily:Oo.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Oo.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:Oo.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:Oo.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:Oo.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:Oo.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Oo.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Oo.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Oo.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},Ao={fontFamily:Oo.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Oo.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Oo.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:Oo.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:Oo.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:Oo.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Oo.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Oo.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Oo.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},Mo={fontFamily:Oo.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:Oo.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:Oo.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:Oo.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:Oo.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:Oo.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Oo.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Oo.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:Oo.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},jo={fontFamily:Oo.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Oo.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:Oo.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:Oo.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:Oo.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:Oo.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Oo.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Oo.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Oo.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},Do={fontFamily:Oo.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Oo.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Oo.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:Oo.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:Oo.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:Oo.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Oo.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Oo.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Oo.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},Po={fontFamily:Oo.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:Oo.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:Oo.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:Oo.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:Oo.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:Oo.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Oo.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Oo.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:Oo.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},Zo={fontFamily:Oo.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Oo.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:Oo.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:Oo.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:Oo.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:Oo.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:Oo.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Oo.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Oo.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},_o={fontFamily:Oo.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Oo.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Oo.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:Oo.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:Oo.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:Oo.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:Oo.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Oo.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Oo.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},Ko={fontFamily:Oo.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:Oo.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:Oo.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:Oo.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:Oo.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:Oo.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:Oo.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Oo.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:Oo.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},Ho={fontFamily:Oo.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Oo.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:Oo.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:Oo.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:Oo.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:Oo.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:Oo.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Oo.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Oo.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},To={fontFamily:Oo.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Oo.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Oo.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:Oo.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:Oo.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:Oo.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:Oo.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Oo.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Oo.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},Vo={fontFamily:Oo.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:Oo.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:Oo.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:Oo.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:Oo.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:Oo.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:Oo.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Oo.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:Oo.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")},Go={fontFamily:Oo.create("--ft-typography-caption-3-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Oo.create("--ft-typography-caption-3-medium-fontWeight","","UNKNOWN","500"),lineHeight:Oo.create("--ft-typography-caption-3-medium-lineHeight","","SIZE","130%"),fontSize:Oo.create("--ft-typography-caption-3-medium-fontSize","","SIZE","0.625rem"),letterSpacing:Oo.create("--ft-typography-caption-3-medium-letterSpacing","","SIZE","normal"),textCase:Oo.create("--ft-typography-caption-3-medium-textCase","","UNKNOWN","none"),paragraphSpacing:Oo.create("--ft-typography-caption-3-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Oo.create("--ft-typography-caption-3-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Oo.create("--ft-typography-caption-3-medium-textDecoration","","UNKNOWN","none")},qo={fontFamily:Oo.create("--ft-typography-caption-3-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Oo.create("--ft-typography-caption-3-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Oo.create("--ft-typography-caption-3-semibold-lineHeight","","SIZE","130%"),fontSize:Oo.create("--ft-typography-caption-3-semibold-fontSize","","SIZE","0.625rem"),letterSpacing:Oo.create("--ft-typography-caption-3-semibold-letterSpacing","","SIZE","normal"),textCase:Oo.create("--ft-typography-caption-3-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:Oo.create("--ft-typography-caption-3-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Oo.create("--ft-typography-caption-3-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Oo.create("--ft-typography-caption-3-semibold-textDecoration","","UNKNOWN","none")},Yo={fontFamily:Oo.create("--ft-typography-caption-3-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:Oo.create("--ft-typography-caption-3-bold-fontWeight","","UNKNOWN","700"),lineHeight:Oo.create("--ft-typography-caption-3-bold-lineHeight","","SIZE","130%"),fontSize:Oo.create("--ft-typography-caption-3-bold-fontSize","","SIZE","0.625rem"),letterSpacing:Oo.create("--ft-typography-caption-3-bold-letterSpacing","","SIZE","normal"),textCase:Oo.create("--ft-typography-caption-3-bold-textCase","","UNKNOWN","none"),paragraphSpacing:Oo.create("--ft-typography-caption-3-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Oo.create("--ft-typography-caption-3-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:Oo.create("--ft-typography-caption-3-bold-textDecoration","","UNKNOWN","none")},Jo={display:Co,"title-1":ko,"title-2":No,"title-3":Eo,"body-1-regular":Io,"body-1-medium":Ro,"body-1-semibold":Lo,"body-2-regular":zo,"body-2-medium":Uo,"body-2-medium-underline":Bo,"body-2-semibold":Wo,"label-1-medium":Fo,"label-1-semibold":Ao,"label-1-bold":Mo,"label-2-medium":jo,"label-2-semibold":Do,"label-2-bold":Po,"caption-1-medium":Zo,"caption-1-semibold":_o,"caption-1-bold":Ko,"caption-2-medium":Ho,"caption-2-semibold":To,"caption-2-bold":Vo,"caption-3-medium":Go,"caption-3-semibold":qo,"caption-3-bold":Yo},Xo={backgroundActionPrimary:Oo.extend("--ft-background-action-primary","Used as backgorund of primary action components.",$o.colorBrand0),backgroundErrorSubtle:Oo.extend("--ft-background-error-subtle","Used as background of subtle error components.",$o.colorRed10),backgroundInfoSubtle:Oo.extend("--ft-background-info-subtle","Used as background of subtle information components.",$o.colorCyan10),backgroundWarningSubtle:Oo.extend("--ft-background-warning-subtle","Used as background of subtle information components.",$o.colorOrange10),backgroundSuccessSubtle:Oo.extend("--ft-background-success-subtle","Used as background of subtle success components.",$o.colorGreen10),backgroundGlobalSurface:Oo.extend("--ft-background-global-surface","Used as app background.",$o.colorWhite),backgroundGlobalOnSurface:Oo.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",$o.colorGray10),backgroundGlobalOnSurfaceDark:Oo.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",$o.colorGray30),contentActionPrimary:Oo.extend("--ft-content-action-primary","Used on label of primary action on light surface.",$o.colorBrand0),contentWarningPrimary:Oo.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",$o.colorOrange200),contentWarningIconOnly:Oo.extend("--ft-content-warning-icon-only","Used on warning status icons alone",$o.colorOrange0),contentErrorPrimary:Oo.extend("--ft-content-error-primary","Used on label of error messages on light surface.",$o.colorRed0),contentErrorIconOnly:Oo.extend("--ft-content-error-icon-only","Used on error status icons alone",$o.colorRed70),contentInfoPrimary:Oo.extend("--ft-content-info-primary","Used on label of information messages on light surface.",$o.colorCyan200),contentInfoIconOnly:Oo.extend("--ft-content-info-icon-only","Used on info status icons alone",$o.colorCyan0),contentSuccessPrimary:Oo.extend("--ft-content-success-primary","Used on label of success messages on light surface.",$o.colorGreen200),contentSuccessIconOnly:Oo.extend("--ft-content-success-icon-only","Used on success status icons alone",$o.colorGreen0),contentGlobalPrimary:Oo.extend("--ft-content-global-primary","Used for main content on the page.",$o.colorGray500),contentGlobalSecondary:Oo.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",$o.colorGray200),contentGlobalSubtle:Oo.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",$o.colorGray0),contentGlobalOnColor:Oo.extend("--ft-content-global-on-color","Used for content on a dominant color.",$o.colorWhite),borderActionPrimary:Oo.extend("--ft-border-action-primary","Used as border for primary action components.",$o.colorBrand0),borderActionFocusRing:Oo.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",$o.colorCyan0),borderWarningPrimary:Oo.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",$o.colorOrange200),borderWarningSubtle:Oo.extend("--ft-border-warning-subtle","Used as border for warning components.",$o.colorOrange30),borderSuccessPrimary:Oo.extend("--ft-border-success-primary","Used as border for success buttons.",$o.colorGreen200),borderSuccessSubtle:Oo.extend("--ft-border-success-subtle","Used as border for success components.",$o.colorGreen30),borderErrorPrimary:Oo.extend("--ft-border-error-primary","Used as border for text fields in error states.",$o.colorRed0),borderErrorSubtle:Oo.extend("--ft-border-error-subtle","Used as border for error components.",$o.colorRed30),borderInfoPrimary:Oo.extend("--ft-border-info-primary","Used as border for buttons in info color.",$o.colorCyan200),borderInfoSubtle:Oo.extend("--ft-border-info-subtle","Used as border for information components.",$o.colorCyan30),borderGlobalPrimary:Oo.extend("--ft-border-global-primary","Used as border for element like input.",$o.colorGray50),borderGlobalSubtle:Oo.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",$o.colorGray30),borderInputPrimary:Oo.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",$o.colorGray80)},Qo={largeHeight:Oo.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:Oo.extend("--ft-button-large-horizontal-padding","",$o.spacing4),largeGap:Oo.extend("--ft-button-large-gap","",$o.spacing2),largeBorderRadius:Oo.extend("--ft-button-large-border-radius","",$o.borderRadiusS),largeIconSize:Oo.extend("--ft-button-large-icon-size","",$o.iconSize3),largeBorderWidth:Oo.create("--ft-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:Oo.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:Oo.create("--ft-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:Oo.create("--ft-button-large-icon-only-width","","SIZE","40px"),smallHeight:Oo.create("--ft-button-small-height","","SIZE","30px"),smallHorizontalPadding:Oo.extend("--ft-button-small-horizontal-padding","",$o.spacing3),smallGap:Oo.extend("--ft-button-small-gap","",$o.spacing2),smallBorderRadius:Oo.extend("--ft-button-small-border-radius","",$o.borderRadiusS),smallIconSize:Oo.extend("--ft-button-small-icon-size","",$o.iconSize2),smallBorderWidth:Oo.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:Oo.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:Oo.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:Oo.create("--ft-button-small-icon-only-width","","SIZE","30px"),primaryBackgroundColor:Oo.extend("--ft-button-primary-background-color","",Xo.backgroundActionPrimary),primaryColor:Oo.extend("--ft-button-primary-color","",Xo.contentGlobalOnColor),primaryIconColor:Oo.extend("--ft-button-primary-icon-color","",Xo.contentGlobalOnColor),primaryStateLayerColor:Oo.extend("--ft-button-primary-state-layer-color","",Xo.contentGlobalOnColor),primaryHoverStateLayerOpacity:Oo.extend("--ft-button-primary-hover-state-layer-opacity","",$o.opacity16),primaryFocusStateLayerOpacity:Oo.extend("--ft-button-primary-focus-state-layer-opacity","",$o.opacity16),primaryActiveStateLayerOpacity:Oo.extend("--ft-button-primary-active-state-layer-opacity","",$o.opacity24),primaryDisabledComponentOpacity:Oo.extend("--ft-button-primary-disabled-component-opacity","",$o.opacity40),focusFocusRingColor:Oo.extend("--ft-button-focus-focus-ring-color","",Xo.borderActionFocusRing),tertiaryBackgroundColor:Oo.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryColor:Oo.extend("--ft-button-tertiary-color","",Xo.contentActionPrimary),tertiaryIconColor:Oo.extend("--ft-button-tertiary-icon-color","",Xo.contentActionPrimary),tertiaryStateLayerColor:Oo.extend("--ft-button-tertiary-state-layer-color","",Xo.contentActionPrimary),tertiaryHoverStateLayerOpacity:Oo.extend("--ft-button-tertiary-hover-state-layer-opacity","",$o.opacity8),tertiaryFocusStateLayerOpacity:Oo.extend("--ft-button-tertiary-focus-state-layer-opacity","",$o.opacity8),tertiaryActiveStateLayerOpacity:Oo.extend("--ft-button-tertiary-active-state-layer-opacity","",$o.opacity16),tertiaryDisabledComponentOpacity:Oo.extend("--ft-button-tertiary-disabled-component-opacity","",$o.opacity40),secondaryBackgroundColor:Oo.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),secondaryColor:Oo.extend("--ft-button-secondary-color","",Xo.contentActionPrimary),secondaryIconColor:Oo.extend("--ft-button-secondary-icon-color","",Xo.contentActionPrimary),secondaryStateLayerColor:Oo.extend("--ft-button-secondary-state-layer-color","",Xo.contentActionPrimary),secondaryHoverStateLayerOpacity:Oo.extend("--ft-button-secondary-hover-state-layer-opacity","",$o.opacity8),secondaryFocusStateLayerOpacity:Oo.extend("--ft-button-secondary-focus-state-layer-opacity","",$o.opacity8),secondaryActiveStateLayerOpacity:Oo.extend("--ft-button-secondary-active-state-layer-opacity","",$o.opacity16),secondaryDisabledComponentOpacity:Oo.extend("--ft-button-secondary-disabled-component-opacity","",$o.opacity40),secondaryBorderColor:Oo.extend("--ft-button-secondary-border-color","",Xo.borderActionPrimary),neutralBackgroundColor:Oo.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),neutralIconColor:Oo.extend("--ft-button-neutral-icon-color","",Xo.contentGlobalSecondary),neutralColor:Oo.extend("--ft-button-neutral-color","",Xo.contentGlobalSecondary),neutralStateLayerColor:Oo.extend("--ft-button-neutral-state-layer-color","",Xo.contentGlobalSecondary),neutralHoverStateLayerOpacity:Oo.extend("--ft-button-neutral-hover-state-layer-opacity","",$o.opacity8),neutralFocusStateLayerOpacity:Oo.extend("--ft-button-neutral-focus-state-layer-opacity","",$o.opacity8),neutralActiveStateLayerOpacity:Oo.extend("--ft-button-neutral-active-state-layer-opacity","",$o.opacity16),neutralDisabledComponentOpacity:Oo.extend("--ft-button-neutral-disabled-component-opacity","",$o.opacity40)},ti={iconSize:Oo.extend("--ft-banner-icon-size","",$o.iconSize5),borderWidth:Oo.create("--ft-banner-border-width","","SIZE","1px"),horizontalPadding:Oo.extend("--ft-banner-horizontal-padding","",$o.spacing6),verticalPadding:Oo.extend("--ft-banner-vertical-padding","",$o.spacing6),horizontalSideGap:Oo.extend("--ft-banner-horizontal-side-gap","",$o.spacing6),horizontalMobileGap:Oo.extend("--ft-banner-horizontal-mobile-gap","",$o.spacing4),verticalMobileGap:Oo.extend("--ft-banner-vertical-mobile-gap","",$o.spacing6),horizontalMiddleGap:Oo.extend("--ft-banner-horizontal-middle-gap","",$o.spacing20),infoBackgroundColor:Oo.extend("--ft-banner-info-background-color","",Xo.backgroundInfoSubtle),infoColor:Oo.extend("--ft-banner-info-color","",Xo.contentInfoPrimary),infoIconColor:Oo.extend("--ft-banner-info-icon-color","",Xo.contentInfoIconOnly)},ei={horizontalGap:Oo.extend("--ft-breadcrumb-horizontal-gap","",$o.spacing1),verticalGap:Oo.extend("--ft-breadcrumb-vertical-gap","",$o.spacing2),currentElementColor:Oo.extend("--ft-breadcrumb-current-element-color","",Xo.contentGlobalPrimary),iconColor:Oo.extend("--ft-breadcrumb-icon-color","",Xo.contentGlobalSubtle)},oi={horizontalPadding:Oo.extend("--ft-page-header-horizontal-padding","",$o.spacing12),horizontalGap:Oo.extend("--ft-page-header-horizontal-gap","",$o.spacing4),verticalGap:Oo.extend("--ft-page-header-vertical-gap","",$o.spacing2),classicVerticalPadding:Oo.extend("--ft-page-header-classic-vertical-padding","",$o.spacing6),multilineVerticalPadding:Oo.extend("--ft-page-header-multiline-vertical-padding","",$o.spacing4),inlineVerticalPadding:Oo.extend("--ft-page-header-inline-vertical-padding","",$o.spacing2),backgroundColor:Oo.extend("--ft-page-header-background-color","",$o.colorWhite),bottomBorderColor:Oo.extend("--ft-page-header-bottom-border-color","",Xo.borderGlobalSubtle),titleColor:Oo.extend("--ft-page-header-title-color","",Xo.contentGlobalPrimary),subtitleColor:Oo.extend("--ft-page-header-subtitle-color","",Xo.contentGlobalSecondary)},ii={smallContainerWidth:Oo.create("--ft-modal-small-container-width","","SIZE","600px"),largeContainerWidth:Oo.create("--ft-modal-large-container-width","","SIZE","900px"),overlayBackgroundColor:Oo.extend("--ft-modal-overlay-background-color","",$o.colorGray700),overlayOpacity:Oo.extend("--ft-modal-overlay-opacity","",$o.opacity40),shadow:Oo.extend("--ft-modal-shadow","",$o.shadowElevation03),bodyBackgroundColor:Oo.extend("--ft-modal-body-background-color","",$o.colorWhite),bodyColor:Oo.extend("--ft-modal-body-color","",Xo.contentGlobalPrimary),bodyHorizontalPadding:Oo.extend("--ft-modal-body-horizontal-padding","",$o.spacing6),bodyVerticalPadding:Oo.extend("--ft-modal-body-vertical-padding","",$o.spacing6),bodyVerticalGap:Oo.extend("--ft-modal-body-vertical-gap","",$o.spacing6),containerMargin:Oo.extend("--ft-modal-container-margin","",$o.spacing3),headerBackgroundColor:Oo.extend("--ft-modal-header-background-color","",Xo.backgroundGlobalOnSurface),headerBorderColor:Oo.extend("--ft-modal-header-border-color","",Xo.borderGlobalSubtle),headerColor:Oo.extend("--ft-modal-header-color","",Xo.contentGlobalPrimary),headerTrailingIconColor:Oo.extend("--ft-modal-header-trailing-icon-color","",Xo.contentGlobalSecondary),headerVerticalPadding:Oo.extend("--ft-modal-header-vertical-padding","",$o.spacing1),headerRightPadding:Oo.extend("--ft-modal-header-right-padding","",$o.spacing1),headerLeftPadding:Oo.extend("--ft-modal-header-left-padding","",$o.spacing6),headerGap:Oo.extend("--ft-modal-header-gap","",$o.spacing2),headerBorderBottom:Oo.create("--ft-modal-header-border-bottom","","SIZE","1px"),borderRadius:Oo.extend("--ft-modal-border-radius","",$o.borderRadiusM)},ri={overlayOpacity:Oo.extend("--ft-drawer-overlay-opacity","",$o.opacity40),shadow:Oo.extend("--ft-drawer-shadow","",$o.shadowElevation03),bodyColor:Oo.extend("--ft-drawer-body-color","",Xo.contentGlobalPrimary),bodyHorizontalPadding:Oo.extend("--ft-drawer-body-horizontal-padding","",$o.spacing6),bodyVerticalPadding:Oo.extend("--ft-drawer-body-vertical-padding","",$o.spacing6),bodyGap:Oo.extend("--ft-drawer-body-gap","",$o.spacing6),bodyBackgroundColor:Oo.extend("--ft-drawer-body-background-color","",$o.colorWhite),headerBackgroundColor:Oo.extend("--ft-drawer-header-background-color","",Xo.backgroundGlobalOnSurface),headerBorderColor:Oo.extend("--ft-drawer-header-border-color","",Xo.borderGlobalSubtle),headerColor:Oo.extend("--ft-drawer-header-color","",Xo.contentGlobalPrimary),headerTrailingIconColor:Oo.extend("--ft-drawer-header-trailing-icon-color","",Xo.contentGlobalSecondary),headerHeight:Oo.create("--ft-drawer-header-height","","SIZE","50px"),headerHorizontalPadding:Oo.extend("--ft-drawer-header-horizontal-padding","",$o.spacing2),headerBorderWidth:Oo.create("--ft-drawer-header-border-width","","SIZE","1px"),headerGap:Oo.extend("--ft-drawer-header-gap","",$o.spacing3),buttonsBarBackgroundColor:Oo.extend("--ft-drawer-buttons-bar-background-color","",Xo.backgroundGlobalOnSurface),buttonsBarBorderColor:Oo.extend("--ft-drawer-buttons-bar-border-color","",Xo.borderGlobalSubtle),buttonsBarColor:Oo.extend("--ft-drawer-buttons-bar-color","",Xo.contentGlobalPrimary),buttonsBarHorizontalPadding:Oo.extend("--ft-drawer-buttons-bar-horizontal-padding","",$o.spacing4),buttonsBarVerticalPadding:Oo.extend("--ft-drawer-buttons-bar-vertical-padding","",$o.spacing4),buttonsBarGap:Oo.extend("--ft-drawer-buttons-bar-gap","",$o.spacing3),buttonsBarBorderWidth:Oo.create("--ft-drawer-buttons-bar-border-width","","SIZE","1px"),containerWidth:Oo.create("--ft-drawer-container-width","","SIZE","66%"),containerMinWidth:Oo.create("--ft-drawer-container-min-width","","SIZE","500px"),containerMaxWidth:Oo.create("--ft-drawer-container-max-width","","SIZE","1000px"),containerHeight:Oo.create("--ft-drawer-container-height","","SIZE","100%"),overlayBackgroundColor:Oo.extend("--ft-drawer-overlay-background-color","",$o.colorGray700)},ni={fieldHorizontalPadding:Oo.extend("--ft-text-input-field-horizontal-padding","",$o.spacing4),fieldHorizontalGap:Oo.extend("--ft-text-input-field-horizontal-gap","",$o.spacing3),fieldVerticalGap:Oo.extend("--ft-text-input-field-vertical-gap","",$o.spacing05),fieldIconSize:Oo.extend("--ft-text-input-field-icon-size","",$o.iconSize3),fieldHeight:Oo.create("--ft-text-input-field-height","","SIZE","50px"),helperHorizontalPadding:Oo.extend("--ft-text-input-helper-horizontal-padding","",$o.spacing4),helperHorizontalGap:Oo.extend("--ft-text-input-helper-horizontal-gap","",$o.spacing1),helperIconSize:Oo.extend("--ft-text-input-helper-icon-size","",$o.iconSize2),borderRadius:Oo.extend("--ft-text-input-border-radius","",$o.borderRadiusM),backgroundColor:Oo.extend("--ft-text-input-background-color","",$o.colorWhite),contentValueColor:Oo.extend("--ft-text-input-content-value-color","",Xo.contentGlobalPrimary),trailingIconColor:Oo.extend("--ft-text-input-trailing-icon-color","",Xo.contentGlobalSubtle),labelColor:Oo.extend("--ft-text-input-label-color","",Xo.contentGlobalSubtle),defaultBorderColor:Oo.extend("--ft-text-input-default-border-color","",Xo.borderInputPrimary),defaultHelperTextColor:Oo.extend("--ft-text-input-default-helper-text-color","",Xo.contentGlobalSubtle),defaultBorderWidth:Oo.create("--ft-text-input-default-border-width","","SIZE","1px"),errorBorderWidth:Oo.create("--ft-text-input-error-border-width","","SIZE","2px"),errorBorderColor:Oo.extend("--ft-text-input-error-border-color","",Xo.borderErrorPrimary),errorHelperTextColor:Oo.extend("--ft-text-input-error-helper-text-color","",Xo.contentErrorPrimary),errorHelperIconColor:Oo.extend("--ft-text-input-error-helper-icon-color","",Xo.contentErrorIconOnly),warningBorderWidth:Oo.create("--ft-text-input-warning-border-width","","SIZE","2px"),focusOutlineWidth:Oo.create("--ft-text-input-focus-outline-width","","SIZE","2px"),focusFocusRingColor:Oo.extend("--ft-text-input-focus-focus-ring-color","",Xo.borderActionFocusRing),focusOutlineOffset:Oo.create("--ft-text-input-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:Oo.extend("--ft-text-input-disabled-component-opacity","",$o.opacity40)},ai={backgroundColor:Oo.extend("--ft-text-area-background-color","",$o.colorWhite),contentValueColor:Oo.extend("--ft-text-area-content-value-color","",Xo.contentGlobalPrimary),labelColor:Oo.extend("--ft-text-area-label-color","",Xo.contentGlobalSubtle),defaultBorderColor:Oo.extend("--ft-text-area-default-border-color","",Xo.borderInputPrimary),defaultHelperTextColor:Oo.extend("--ft-text-area-default-helper-text-color","",Xo.contentGlobalSubtle),defaultBorderWidth:Oo.create("--ft-text-area-default-border-width","","SIZE","1px"),errorBorderWidth:Oo.create("--ft-text-area-error-border-width","","SIZE","2px"),errorBorderColor:Oo.extend("--ft-text-area-error-border-color","",Xo.borderErrorPrimary),errorHelperTextColor:Oo.extend("--ft-text-area-error-helper-text-color","",Xo.contentErrorPrimary),errorHelperIconColor:Oo.extend("--ft-text-area-error-helper-icon-color","",Xo.contentErrorIconOnly),focusFocusRingColor:Oo.extend("--ft-text-area-focus-focus-ring-color","",Xo.borderActionFocusRing),focusOutlineWidth:Oo.create("--ft-text-area-focus-outline-width","","SIZE","2px"),focusOutlineOffset:Oo.create("--ft-text-area-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:Oo.extend("--ft-text-area-disabled-component-opacity","",$o.opacity40),fieldHorizontalLeftPadding:Oo.extend("--ft-text-area-field-horizontal-left-padding","",$o.spacing4),fieldHorizontalGap:Oo.extend("--ft-text-area-field-horizontal-gap","",$o.spacing3),fieldVerticalGap:Oo.extend("--ft-text-area-field-vertical-gap","",$o.spacing05),fieldMinHeight:Oo.create("--ft-text-area-field-min-height","","SIZE","64px"),helperHorizontalPadding:Oo.extend("--ft-text-area-helper-horizontal-padding","",$o.spacing4),helperHorizontalGap:Oo.extend("--ft-text-area-helper-horizontal-gap","",$o.spacing1),helperIconSize:Oo.extend("--ft-text-area-helper-icon-size","",$o.iconSize2),borderRadius:Oo.extend("--ft-text-area-border-radius","",$o.borderRadiusM)},si={height:Oo.create("--ft-floating-menu-height","","SIZE","50px"),horizontalPadding:Oo.extend("--ft-floating-menu-horizontal-padding","",$o.spacing4),offIconColor:Oo.extend("--ft-floating-menu-off-icon-color","",Xo.contentGlobalPrimary),offColor:Oo.extend("--ft-floating-menu-off-color","",Xo.contentGlobalPrimary),onColor:Oo.extend("--ft-floating-menu-on-color","",Xo.contentActionPrimary),onStateLayerColor:Oo.extend("--ft-floating-menu-on-state-layer-color","",Xo.contentActionPrimary),gap:Oo.extend("--ft-floating-menu-gap","",$o.spacing3),focusFocusRingColor:Oo.extend("--ft-floating-menu-focus-focus-ring-color","",Xo.borderActionFocusRing),focusOutlineWidth:Oo.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),focusStateLayerOpacity:Oo.extend("--ft-floating-menu-focus-state-layer-opacity","",$o.opacity8),hoverStateLayerOpacity:Oo.extend("--ft-floating-menu-hover-state-layer-opacity","",$o.opacity8),activeStateLayerOpacity:Oo.extend("--ft-floating-menu-active-state-layer-opacity","",$o.opacity16),disabledComponentOpacity:Oo.extend("--ft-floating-menu-disabled-component-opacity","",$o.opacity40),iconSize:Oo.extend("--ft-floating-menu-icon-size","",$o.iconSize3),backgroundColor:Oo.extend("--ft-floating-menu-background-color","",Xo.backgroundGlobalOnSurface)},li={fieldHorizontalPadding:Oo.extend("--ft-combobox-single-select-field-horizontal-padding","",$o.spacing4),fieldHorizontalGap:Oo.extend("--ft-combobox-single-select-field-horizontal-gap","",$o.spacing3),fieldVerticalGap:Oo.extend("--ft-combobox-single-select-field-vertical-gap","",$o.spacing05),fieldIconSize:Oo.extend("--ft-combobox-single-select-field-icon-size","",$o.iconSize3),fieldHeight:Oo.create("--ft-combobox-single-select-field-height","","SIZE","50px"),helperHorizontalPadding:Oo.extend("--ft-combobox-single-select-helper-horizontal-padding","",$o.spacing4),helperHorizontalGap:Oo.extend("--ft-combobox-single-select-helper-horizontal-gap","",$o.spacing1),helperVerticalGap:Oo.extend("--ft-combobox-single-select-helper-vertical-gap","",$o.spacing1),helperIconSize:Oo.extend("--ft-combobox-single-select-helper-icon-size","",$o.iconSize2),menuVerticalGap:Oo.extend("--ft-combobox-single-select-menu-vertical-gap","",$o.spacing2),borderRadius:Oo.extend("--ft-combobox-single-select-border-radius","",$o.borderRadiusM),backgroundColor:Oo.extend("--ft-combobox-single-select-background-color","",$o.colorWhite),labelColor:Oo.extend("--ft-combobox-single-select-label-color","",Xo.contentGlobalSubtle),contentValueColor:Oo.extend("--ft-combobox-single-select-content-value-color","",Xo.contentGlobalPrimary),trailingIconColor:Oo.extend("--ft-combobox-single-select-trailing-icon-color","",Xo.contentGlobalSubtle),defaultBorderColor:Oo.extend("--ft-combobox-single-select-default-border-color","",Xo.borderInputPrimary),defaultHelperTextColor:Oo.extend("--ft-combobox-single-select-default-helper-text-color","",Xo.contentGlobalSubtle),defaultBorderWidth:Oo.create("--ft-combobox-single-select-default-border-width","","SIZE","1px"),errorBorderWidth:Oo.create("--ft-combobox-single-select-error-border-width","","SIZE","2px"),errorBorderColor:Oo.extend("--ft-combobox-single-select-error-border-color","",Xo.borderErrorPrimary),errorHelperTextColor:Oo.extend("--ft-combobox-single-select-error-helper-text-color","",Xo.contentErrorPrimary),warningBorderWidth:Oo.create("--ft-combobox-single-select-warning-border-width","","SIZE","2px"),warningBorderColor:Oo.extend("--ft-combobox-single-select-warning-border-color","",Xo.borderWarningPrimary),warningHelperTextColor:Oo.extend("--ft-combobox-single-select-warning-helper-text-color","",Xo.contentWarningPrimary),warningHelperIconColor:Oo.extend("--ft-combobox-single-select-warning-helper-icon-color","",Xo.contentWarningIconOnly),focusOutlineWidth:Oo.create("--ft-combobox-single-select-focus-outline-width","","SIZE","2px"),focusFocusRingColor:Oo.extend("--ft-combobox-single-select-focus-focus-ring-color","",Xo.borderActionFocusRing),focusOutlineOffset:Oo.create("--ft-combobox-single-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:Oo.extend("--ft-combobox-single-select-disabled-component-opacity","",$o.opacity40)},ci={backgroundColor:Oo.extend("--ft-combobox-multi-select-background-color","",$o.colorWhite),labelColor:Oo.extend("--ft-combobox-multi-select-label-color","",Xo.contentGlobalSubtle),trailingIconColor:Oo.extend("--ft-combobox-multi-select-trailing-icon-color","",Xo.contentGlobalSubtle),defaultBorderColor:Oo.extend("--ft-combobox-multi-select-default-border-color","",Xo.borderInputPrimary),defaultHelperTextColor:Oo.extend("--ft-combobox-multi-select-default-helper-text-color","",Xo.contentGlobalSubtle),defaultBorderWidth:Oo.create("--ft-combobox-multi-select-default-border-width","","SIZE","1px"),errorBorderColor:Oo.extend("--ft-combobox-multi-select-error-border-color","",Xo.borderErrorPrimary),errorHelperTextColor:Oo.extend("--ft-combobox-multi-select-error-helper-text-color","",Xo.contentErrorPrimary),errorHelperIcon:Oo.extend("--ft-combobox-multi-select-error-helper-icon","",Xo.contentErrorIconOnly),errorBorderWidth:Oo.create("--ft-combobox-multi-select-error-border-width","","SIZE","2px"),warningBorderColor:Oo.extend("--ft-combobox-multi-select-warning-border-color","",Xo.borderWarningPrimary),warningHelperTextColor:Oo.extend("--ft-combobox-multi-select-warning-helper-text-color","",Xo.contentWarningPrimary),warningHelperIconColor:Oo.extend("--ft-combobox-multi-select-warning-helper-icon-color","",Xo.contentWarningIconOnly),warningBorderWidth:Oo.create("--ft-combobox-multi-select-warning-border-width","","SIZE","2px"),focusFocusRingColor:Oo.extend("--ft-combobox-multi-select-focus-focus-ring-color","",Xo.borderActionFocusRing),focusOutlineWidth:Oo.create("--ft-combobox-multi-select-focus-outline-width","","SIZE","2px"),focusOutlineOffset:Oo.create("--ft-combobox-multi-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:Oo.extend("--ft-combobox-multi-select-disabled-component-opacity","",$o.opacity40),helperHorizontalPadding:Oo.extend("--ft-combobox-multi-select-helper-horizontal-padding","",$o.spacing4),helperHorizontalGap:Oo.extend("--ft-combobox-multi-select-helper-horizontal-gap","",$o.spacing1),helperVerticalGap:Oo.extend("--ft-combobox-multi-select-helper-vertical-gap","",$o.spacing1),helperIconSize:Oo.extend("--ft-combobox-multi-select-helper-icon-size","",$o.iconSize2),fieldHorizontalPadding:Oo.extend("--ft-combobox-multi-select-field-horizontal-padding","",$o.spacing4),fieldHorizontalGap:Oo.extend("--ft-combobox-multi-select-field-horizontal-gap","",$o.spacing3),fieldVerticalGap:Oo.extend("--ft-combobox-multi-select-field-vertical-gap","",$o.spacing05),fieldIconSize:Oo.extend("--ft-combobox-multi-select-field-icon-size","",$o.iconSize3),fieldMaxHeight:Oo.create("--ft-combobox-multi-select-field-max-height","","SIZE","112px"),contentValuesHorizontalGap:Oo.extend("--ft-combobox-multi-select-content-values-horizontal-gap","",$o.spacing1),contentValuesVerticalGap:Oo.extend("--ft-combobox-multi-select-content-values-vertical-gap","",$o.spacing1),borderRadius:Oo.extend("--ft-combobox-multi-select-border-radius","",$o.borderRadiusM)},hi={backgroundColor:Oo.extend("--ft-popover-background-color","",Xo.backgroundGlobalOnSurface),horizontalPadding:Oo.extend("--ft-popover-horizontal-padding","",$o.spacing6),verticalPadding:Oo.extend("--ft-popover-vertical-padding","",$o.spacing6),iconColor:Oo.extend("--ft-popover-icon-color","",Xo.contentGlobalSecondary),iconSize:Oo.extend("--ft-popover-icon-size","",$o.iconSize2),titleColor:Oo.extend("--ft-popover-title-color","",Xo.contentGlobalPrimary),bodyColor:Oo.extend("--ft-popover-body-color","",Xo.contentGlobalSecondary),linkColor:Oo.extend("--ft-popover-link-color","",Xo.contentActionPrimary),gap:Oo.extend("--ft-popover-gap","",$o.spacing3),borderRadius:Oo.extend("--ft-popover-border-radius","",$o.borderRadiusM),shadow:Oo.extend("--ft-popover-shadow","",$o.shadowElevation02)},fi={topLeftBorderRadius:Oo.extend("--ft-tabs-top-left-border-radius","",$o.borderRadiusS),topRightBorderRadius:Oo.extend("--ft-tabs-top-right-border-radius","",$o.borderRadiusS),labelHorizontalPadding:Oo.extend("--ft-tabs-label-horizontal-padding","",$o.spacing4),labelVerticalPadding:Oo.extend("--ft-tabs-label-vertical-padding","",$o.spacing3),labelGap:Oo.extend("--ft-tabs-label-gap","",$o.spacing1),offHoverStateLayerOpacity:Oo.extend("--ft-tabs-off-hover-state-layer-opacity","",$o.opacity8),offFocusStateLayerOpacity:Oo.extend("--ft-tabs-off-focus-state-layer-opacity","",$o.opacity8),offActiveStateLayerOpacity:Oo.extend("--ft-tabs-off-active-state-layer-opacity","",$o.opacity16),offDisabledComponentOpacity:Oo.extend("--ft-tabs-off-disabled-component-opacity","",$o.opacity40),offColor:Oo.extend("--ft-tabs-off-color","",Xo.contentGlobalSubtle),offStateLayerColor:Oo.extend("--ft-tabs-off-state-layer-color","",Xo.contentGlobalSubtle),onHoverStateLayerOpacity:Oo.extend("--ft-tabs-on-hover-state-layer-opacity","",$o.opacity8),onFocusStateLayerOpacity:Oo.extend("--ft-tabs-on-focus-state-layer-opacity","",$o.opacity8),onActiveStateLayerOpacity:Oo.extend("--ft-tabs-on-active-state-layer-opacity","",$o.opacity16),onDisabledComponentOpacity:Oo.extend("--ft-tabs-on-disabled-component-opacity","",$o.opacity40),onColor:Oo.extend("--ft-tabs-on-color","",Xo.contentActionPrimary),onStateLayerColor:Oo.extend("--ft-tabs-on-state-layer-color","",Xo.contentActionPrimary),iconHorizontalPadding:Oo.extend("--ft-tabs-icon-horizontal-padding","",$o.spacing1),iconVerticalPadding:Oo.extend("--ft-tabs-icon-vertical-padding","",$o.spacing4),focusOutlineWidth:Oo.create("--ft-tabs-focus-outline-width","","SIZE","2px"),focusFocusRingColor:Oo.extend("--ft-tabs-focus-focus-ring-color","",Xo.borderActionFocusRing)},pi={hoverStateLayerOpacity:Oo.extend("--ft-collapsible-hover-state-layer-opacity","",$o.opacity8),focusStateLayerOpacity:Oo.extend("--ft-collapsible-focus-state-layer-opacity","",$o.opacity8),focusOutlineWidth:Oo.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),focusFocusRingColor:Oo.extend("--ft-collapsible-focus-focus-ring-color","",Xo.borderActionFocusRing),activeStateLayerOpacity:Oo.extend("--ft-collapsible-active-state-layer-opacity","",$o.opacity16),disabledComponentOpacity:Oo.extend("--ft-collapsible-disabled-component-opacity","",$o.opacity40),horizontalPadding:Oo.extend("--ft-collapsible-horizontal-padding","",$o.spacing4),verticalPadding:Oo.extend("--ft-collapsible-vertical-padding","",$o.spacing3),color:Oo.extend("--ft-collapsible-color","",Xo.contentGlobalPrimary),stateLayerColor:Oo.extend("--ft-collapsible-state-layer-color","",Xo.contentGlobalPrimary),backgroundColor:Oo.extend("--ft-collapsible-background-color","",Xo.backgroundGlobalOnSurface),borderColor:Oo.extend("--ft-collapsible-border-color","",Xo.borderGlobalSubtle),iconSize:Oo.extend("--ft-collapsible-icon-size","",$o.iconSize3)},di={groupHorizontalPadding:Oo.extend("--ft-switch-group-horizontal-padding","",$o.spacing1),groupVerticalPadding:Oo.extend("--ft-switch-group-vertical-padding","",$o.spacing1),groupGap:Oo.extend("--ft-switch-group-gap","",$o.spacing1),groupBackgroundColor:Oo.extend("--ft-switch-group-background-color","",Xo.backgroundGlobalSurface),groupBorderColor:Oo.extend("--ft-switch-group-border-color","",Xo.borderGlobalSubtle),groupBorderRadius:Oo.create("--ft-switch-group-border-radius","","SIZE","6px"),labelHorizontalPadding:Oo.extend("--ft-switch-label-horizontal-padding","",$o.spacing2),labelVerticalPadding:Oo.extend("--ft-switch-label-vertical-padding","",$o.spacing1),offHoverStateLayerOpacity:Oo.extend("--ft-switch-off-hover-state-layer-opacity","",$o.opacity8),offFocusStateLayerOpacity:Oo.extend("--ft-switch-off-focus-state-layer-opacity","",$o.opacity8),offActiveStateLayerOpacity:Oo.extend("--ft-switch-off-active-state-layer-opacity","",$o.opacity16),offDisabledComponentOpacity:Oo.extend("--ft-switch-off-disabled-component-opacity","",$o.opacity40),offColor:Oo.extend("--ft-switch-off-color","",Xo.contentGlobalSubtle),offStateLayerColor:Oo.extend("--ft-switch-off-state-layer-color","",Xo.contentGlobalSubtle),onHoverStateLayerOpacity:Oo.extend("--ft-switch-on-hover-state-layer-opacity","",$o.opacity8),onFocusStateLayerOpacity:Oo.extend("--ft-switch-on-focus-state-layer-opacity","",$o.opacity8),onActiveStateLayerOpacity:Oo.extend("--ft-switch-on-active-state-layer-opacity","",$o.opacity16),onDisabledComponentOpacity:Oo.extend("--ft-switch-on-disabled-component-opacity","",$o.opacity40),onColor:Oo.extend("--ft-switch-on-color","",Xo.contentActionPrimary),onStateLayerColor:Oo.extend("--ft-switch-on-state-layer-color","",Xo.contentActionPrimary),iconHorizontalPadding:Oo.extend("--ft-switch-icon-horizontal-padding","",$o.spacing1),iconVerticalPadding:Oo.extend("--ft-switch-icon-vertical-padding","",$o.spacing1),focusOutlineWidth:Oo.create("--ft-switch-focus-outline-width","","SIZE","2px"),focusFocusRingColor:Oo.extend("--ft-switch-focus-focus-ring-color","",Xo.borderActionFocusRing),optionBorderRadius:Oo.extend("--ft-switch-option-border-radius","",$o.borderRadiusS)},ui={color1Light:Oo.extend("--ft-chart-1-light","for area color charts",$o.colorBrand40),color1Base:Oo.extend("--ft-chart-1-base","for line charts",$o.colorBrand0),color2Light:Oo.extend("--ft-chart-2-light","for area color charts",$o.colorYellow60),color2Base:Oo.extend("--ft-chart-2-base","for line charts",$o.colorYellow100),color3Light:Oo.extend("--ft-chart-3-light","",$o.colorUltramarine40),color3Base:Oo.extend("--ft-chart-3-base","",$o.colorUltramarine70),color4Light:Oo.extend("--ft-chart-4-light","",$o.colorCyan50),color4Base:Oo.extend("--ft-chart-4-base","",$o.colorCyan100),color5Light:Oo.extend("--ft-chart-5-light","",$o.colorRed40),color5Base:Oo.extend("--ft-chart-5-base","",$o.colorRed60),color6Light:Oo.extend("--ft-chart-6-light","",$o.colorGreen40),color6Base:Oo.extend("--ft-chart-6-base","",$o.colorGreen70),color7Light:Oo.extend("--ft-chart-7-light","",$o.colorOrange70),color7Base:Oo.extend("--ft-chart-7-base","",$o.colorOrange100),color8Light:Oo.extend("--ft-chart-8-light","",$o.colorAvocado70),color8Base:Oo.extend("--ft-chart-8-base","",$o.colorAvocado200),color9Light:Oo.extend("--ft-chart-9-light","",$o.colorBrown50),color9Base:Oo.extend("--ft-chart-9-base","",$o.colorBrown200),color10Light:Oo.extend("--ft-chart-10-light","",$o.colorGray50),color10Base:Oo.extend("--ft-chart-10-base","",$o.colorGray80),monochrome10:Oo.extend("--ft-chart-monochrome-10","",$o.colorBrand10),monochrome20:Oo.extend("--ft-chart-monochrome-20","",$o.colorBrand20),monochrome30:Oo.extend("--ft-chart-monochrome-30","",$o.colorBrand40),monochrome40:Oo.extend("--ft-chart-monochrome-40","",$o.colorBrand60),monochrome50:Oo.extend("--ft-chart-monochrome-50","",$o.colorBrand0),monochrome60:Oo.extend("--ft-chart-monochrome-60","",$o.colorBrand200)},bi={largeHorizontalPadding:Oo.extend("--ft-chip-large-horizontal-padding","",$o.spacing4),largeVerticalPadding:Oo.extend("--ft-chip-large-vertical-padding","",$o.spacing2),largeGap:Oo.extend("--ft-chip-large-gap","",$o.spacing1),largeFocusOutlineOffset:Oo.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:Oo.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),largeBorderRadius:Oo.extend("--ft-chip-large-border-radius","",$o.borderRadiusPill),largeBorderWidth:Oo.create("--ft-chip-large-border-width","","SIZE","1px"),largeIconSize:Oo.extend("--ft-chip-large-icon-size","",$o.iconSize3),mediumHorizontalPadding:Oo.extend("--ft-chip-medium-horizontal-padding","",$o.spacing3),mediumVerticalPadding:Oo.extend("--ft-chip-medium-vertical-padding","",$o.spacing1),mediumGap:Oo.extend("--ft-chip-medium-gap","",$o.spacing1),mediumFocusOutlineOffset:Oo.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:Oo.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),mediumBorderRadius:Oo.extend("--ft-chip-medium-border-radius","",$o.borderRadiusPill),mediumBorderWidth:Oo.create("--ft-chip-medium-border-width","","SIZE","1px"),mediumIconSize:Oo.extend("--ft-chip-medium-icon-size","",$o.iconSize2),smallHorizontalPadding:Oo.extend("--ft-chip-small-horizontal-padding","",$o.spacing2),smallVerticalPadding:Oo.extend("--ft-chip-small-vertical-padding","",$o.spacing05),smallGap:Oo.extend("--ft-chip-small-gap","",$o.spacing1),smallFocusOutlineOffset:Oo.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:Oo.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),smallBorderRadius:Oo.extend("--ft-chip-small-border-radius","",$o.borderRadiusPill),smallBorderWidth:Oo.create("--ft-chip-small-border-width","","SIZE","1px"),smallIconSize:Oo.extend("--ft-chip-small-icon-size","",$o.iconSize1),neutralBackgroundColor:Oo.extend("--ft-chip-neutral-background-color","",Xo.backgroundGlobalOnSurface),neutralColor:Oo.extend("--ft-chip-neutral-color","",Xo.contentGlobalPrimary),neutralIconColor:Oo.extend("--ft-chip-neutral-icon-color","",Xo.contentGlobalPrimary),neutralBorderColor:Oo.extend("--ft-chip-neutral-border-color","",Xo.borderGlobalSubtle),infoBackgroundColor:Oo.extend("--ft-chip-info-background-color","",Xo.backgroundInfoSubtle),infoColor:Oo.extend("--ft-chip-info-color","",Xo.contentInfoPrimary),infoIconColor:Oo.extend("--ft-chip-info-icon-color","",Xo.contentInfoIconOnly),infoBorderColor:Oo.extend("--ft-chip-info-border-color","",Xo.borderInfoSubtle),successBackgroundColor:Oo.extend("--ft-chip-success-background-color","",Xo.backgroundSuccessSubtle),successColor:Oo.extend("--ft-chip-success-color","",Xo.contentSuccessPrimary),successIconColor:Oo.extend("--ft-chip-success-icon-color","",Xo.contentSuccessIconOnly),successBorderColor:Oo.extend("--ft-chip-success-border-color","",Xo.borderSuccessSubtle),warningBackgroundColor:Oo.extend("--ft-chip-warning-background-color","",Xo.backgroundWarningSubtle),warningColor:Oo.extend("--ft-chip-warning-color","",Xo.contentWarningPrimary),warningIconColor:Oo.extend("--ft-chip-warning-icon-color","",Xo.contentWarningIconOnly),warningBorderColor:Oo.extend("--ft-chip-warning-border-color","",Xo.borderWarningSubtle),errorBackgroundColor:Oo.extend("--ft-chip-error-background-color","",Xo.backgroundErrorSubtle),errorColor:Oo.extend("--ft-chip-error-color","",Xo.contentErrorPrimary),errorIconColor:Oo.extend("--ft-chip-error-icon-color","",Xo.contentErrorIconOnly),errorBorderColor:Oo.extend("--ft-chip-error-border-color","",Xo.borderErrorSubtle)},gi={infoBorderColor:Oo.extend("--ft-border-info-border-color","",Xo.borderInfoSubtle)},yi={borderWidth:Oo.create("--ft-notice-border-width","","SIZE","1px"),horizontalPadding:Oo.extend("--ft-notice-horizontal-padding","",$o.spacing2),verticalPadding:Oo.extend("--ft-notice-vertical-padding","",$o.spacing1),borderRadius:Oo.extend("--ft-notice-border-radius","",$o.borderRadiusS),gap:Oo.extend("--ft-notice-gap","",$o.spacing2),iconSize:Oo.extend("--ft-notice-icon-size","",$o.iconSize3),infoBackgroundColor:Oo.extend("--ft-notice-info-background-color","",Xo.backgroundInfoSubtle),infoBorderColor:Oo.extend("--ft-notice-info-border-color","",Xo.borderInfoSubtle),infoColor:Oo.extend("--ft-notice-info-color","",Xo.contentInfoPrimary),infoIconColor:Oo.extend("--ft-notice-info-icon-color","",Xo.contentInfoIconOnly),warningBackgroundColor:Oo.extend("--ft-notice-warning-background-color","",Xo.backgroundWarningSubtle),warningBorderColor:Oo.extend("--ft-notice-warning-border-color","",Xo.borderWarningSubtle),warningColor:Oo.extend("--ft-notice-warning-color","",Xo.contentWarningPrimary),warningIconColor:Oo.extend("--ft-notice-warning-icon-color","",Xo.contentWarningIconOnly),errorBackgroundColor:Oo.extend("--ft-notice-error-background-color","",Xo.backgroundErrorSubtle),errorBorderColor:Oo.extend("--ft-notice-error-border-color","",Xo.borderErrorSubtle),errorColor:Oo.extend("--ft-notice-error-color","",Xo.contentErrorPrimary),errorIconColor:Oo.extend("--ft-notice-error-icon-color","",Xo.contentErrorIconOnly),successBackgroundColor:Oo.extend("--ft-notice-success-background-color","",Xo.backgroundSuccessSubtle),successBorderColor:Oo.extend("--ft-notice-success-border-color","",Xo.borderSuccessSubtle),successColor:Oo.extend("--ft-notice-success-color","",Xo.contentSuccessPrimary),successIconColor:Oo.extend("--ft-notice-success-icon-color","",Xo.contentSuccessIconOnly)},mi={color:Oo.extend("--ft-checkbox-color","",Xo.contentGlobalPrimary),checkedBackgroundColor:Oo.extend("--ft-checkbox-checked-background-color","",Xo.contentActionPrimary),checkedStateLayerColor:Oo.extend("--ft-checkbox-checked-state-layer-color","",Xo.contentActionPrimary),checkedIconColor:Oo.extend("--ft-checkbox-checked-icon-color","",Xo.contentGlobalOnColor),checkedHoverStateLayerOpacity:Oo.extend("--ft-checkbox-checked-hover-state-layer-opacity","",$o.opacity16),checkedFocusStateLayerOpacity:Oo.extend("--ft-checkbox-checked-focus-state-layer-opacity","",$o.opacity16),checkedActiveStateLayerOpacity:Oo.extend("--ft-checkbox-checked-active-state-layer-opacity","",$o.opacity24),checkedDisabledComponentOpacity:Oo.extend("--ft-checkbox-checked-disabled-component-opacity","",$o.opacity40),uncheckedBorderColor:Oo.extend("--ft-checkbox-unchecked-border-color","",$o.colorGray80),uncheckedStateLayerColor:Oo.extend("--ft-checkbox-unchecked-state-layer-color","",$o.colorGray80),uncheckedHoverStateLayerOpacity:Oo.extend("--ft-checkbox-unchecked-hover-state-layer-opacity","",$o.opacity16),uncheckedFocusStateLayerOpacity:Oo.extend("--ft-checkbox-unchecked-focus-state-layer-opacity","",$o.opacity16),uncheckedActiveStateLayerOpacity:Oo.extend("--ft-checkbox-unchecked-active-state-layer-opacity","",$o.opacity24),uncheckedDisabledComponentOpacity:Oo.extend("--ft-checkbox-unchecked-disabled-component-opacity","",$o.opacity40),focusFocusRingColor:Oo.extend("--ft-checkbox-focus-focus-ring-color","",Xo.borderActionFocusRing),focusOutlineOffset:Oo.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:Oo.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),gap:Oo.extend("--ft-checkbox-gap","",$o.spacing3)},vi={offHoverStateLayerOpacity:Oo.extend("--ft-toggle-off-hover-state-layer-opacity","",$o.opacity16),offFocusStateLayerOpacity:Oo.extend("--ft-toggle-off-focus-state-layer-opacity","",$o.opacity16),offActiveStateLayerOpacity:Oo.extend("--ft-toggle-off-active-state-layer-opacity","",$o.opacity24),offDisabledComponentOpacity:Oo.extend("--ft-toggle-off-disabled-component-opacity","",$o.opacity40),offBackgroundColor:Oo.extend("--ft-toggle-off-background-color","",Xo.contentGlobalSubtle),offIconColor:Oo.extend("--ft-toggle-off-icon-color","",Xo.contentGlobalSubtle),offStateLayerColor:Oo.extend("--ft-toggle-off-state-layer-color","",Xo.contentGlobalSubtle),onHoverStateLayerOpacity:Oo.extend("--ft-toggle-on-hover-state-layer-opacity","",$o.opacity16),onFocusStateLayerOpacity:Oo.extend("--ft-toggle-on-focus-state-layer-opacity","",$o.opacity16),onActiveStateLayerOpacity:Oo.extend("--ft-toggle-on-active-state-layer-opacity","",$o.opacity24),onDisabledComponentOpacity:Oo.extend("--ft-toggle-on-disabled-component-opacity","",$o.opacity40),onBackgroundColor:Oo.extend("--ft-toggle-on-background-color","",Xo.contentActionPrimary),onStateLayerColor:Oo.extend("--ft-toggle-on-state-layer-color","",Xo.contentActionPrimary),onIconColor:Oo.extend("--ft-toggle-on-icon-color","",Xo.contentActionPrimary),color:Oo.extend("--ft-toggle-color","",Xo.contentGlobalPrimary),focusFocusRingColor:Oo.extend("--ft-toggle-focus-focus-ring-color","",Xo.borderActionFocusRing),gap:Oo.extend("--ft-toggle-gap","",$o.spacing3)},xi={color:Oo.extend("--ft-radio-color","",Xo.contentGlobalPrimary),selectedRadioColor:Oo.extend("--ft-radio-selected-radio-color","",Xo.contentActionPrimary),selectedStateLayerColor:Oo.extend("--ft-radio-selected-state-layer-color","",Xo.contentActionPrimary),selectedHoverStateLayerOpacity:Oo.extend("--ft-radio-selected-hover-state-layer-opacity","",$o.opacity16),selectedFocusStateLayerOpacity:Oo.extend("--ft-radio-selected-focus-state-layer-opacity","",$o.opacity16),selectedActiveStateLayerOpacity:Oo.extend("--ft-radio-selected-active-state-layer-opacity","",$o.opacity24),selectedDisabledComponentOpacity:Oo.extend("--ft-radio-selected-disabled-component-opacity","",$o.opacity40),unselectedStateLayerColor:Oo.extend("--ft-radio-unselected-state-layer-color","",Xo.borderInputPrimary),unselectedBorderColor:Oo.extend("--ft-radio-unselected-border-color","",Xo.borderInputPrimary),unselectedHoverStateLayerOpacity:Oo.extend("--ft-radio-unselected-hover-state-layer-opacity","",$o.opacity16),unselectedFocusStateLayerOpacity:Oo.extend("--ft-radio-unselected-focus-state-layer-opacity","",$o.opacity16),unselectedActiveStateLayerOpacity:Oo.extend("--ft-radio-unselected-active-state-layer-opacity","",$o.opacity24),unselectedDisabledComponentOpacity:Oo.extend("--ft-radio-unselected-disabled-component-opacity","",$o.opacity40),focusFocusRingColor:Oo.extend("--ft-radio-focus-focus-ring-color","",Xo.borderActionFocusRing),focusOutlineOffset:Oo.create("--ft-radio-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:Oo.create("--ft-radio-focus-outline-width","","SIZE","2px"),gap:Oo.extend("--ft-radio-gap","",$o.spacing3)},wi={iconSize:Oo.extend("--ft-notification-icon-size","",$o.iconSize4),horizontalPadding:Oo.extend("--ft-notification-horizontal-padding","",$o.spacing4),verticalPadding:Oo.extend("--ft-notification-vertical-padding","",$o.spacing4),infoBackgroundColor:Oo.extend("--ft-notification-info-background-color","",Xo.backgroundInfoSubtle),infoColor:Oo.extend("--ft-notification-info-color","",Xo.contentInfoPrimary),infoIconColor:Oo.extend("--ft-notification-info-icon-color","",Xo.contentInfoIconOnly),infoBorderColor:Oo.extend("--ft-notification-info-border-color","",Xo.borderInfoSubtle),successBackgroundColor:Oo.extend("--ft-notification-success-background-color","",Xo.backgroundSuccessSubtle),successColor:Oo.extend("--ft-notification-success-color","",Xo.contentSuccessPrimary),successIconColor:Oo.extend("--ft-notification-success-icon-color","",Xo.contentSuccessIconOnly),successBorderColor:Oo.extend("--ft-notification-success-border-color","",Xo.borderSuccessSubtle),warningBackgroundColor:Oo.extend("--ft-notification-warning-background-color","",Xo.backgroundWarningSubtle),warningColor:Oo.extend("--ft-notification-warning-color","",Xo.contentWarningPrimary),warningIconColor:Oo.extend("--ft-notification-warning-icon-color","",Xo.contentWarningIconOnly),warningBorderColor:Oo.extend("--ft-notification-warning-border-color","",Xo.borderWarningSubtle),errorBackgroundColor:Oo.extend("--ft-notification-error-background-color","",Xo.backgroundErrorSubtle),errorColor:Oo.extend("--ft-notification-error-color","",Xo.contentErrorPrimary),errorIconColor:Oo.extend("--ft-notification-error-icon-color","",Xo.contentErrorIconOnly),errorBorderColor:Oo.extend("--ft-notification-error-border-color","",Xo.borderErrorSubtle),borderRadius:Oo.extend("--ft-notification-border-radius","",$o.borderRadiusPill),borderWidth:Oo.create("--ft-notification-border-width","","SIZE","1px"),leadingGap:Oo.extend("--ft-notification-leading-gap","",$o.spacing2),trailingGap:Oo.extend("--ft-notification-trailing-gap","",$o.spacing8)},Oi={horizontalPadding:Oo.extend("--ft-tooltip-horizontal-padding","",$o.spacing2),verticalPadding:Oo.extend("--ft-tooltip-vertical-padding","",$o.spacing2),borderRadius:Oo.extend("--ft-tooltip-border-radius","",$o.borderRadiusS),color:Oo.extend("--ft-tooltip-color","",Xo.contentGlobalOnColor),backgroundColor:Oo.extend("--ft-tooltip-background-color","",Xo.contentGlobalPrimary),backgroundOpacity:Oo.extend("--ft-tooltip-background-opacity","",$o.opacity80),shadow:Oo.extend("--ft-tooltip-shadow","",$o.shadowElevation03),maxWidth:Oo.create("--ft-tooltip-max-width","","SIZE","256px"),gap:Oo.extend("--ft-tooltip-gap","",$o.spacing05)};var Si=Object.freeze({__proto__:null,FtCssVariableFactory:Oo,banner:ti,border:gi,breadcrumb:ei,button:Qo,chart:ui,checkbox:mi,chip:bi,collapsible:pi,comboboxMultiSelect:ci,comboboxSingleSelect:li,drawer:ri,floatingMenu:si,foundation:$o,modal:ii,notice:yi,notification:wi,pageHeader:oi,popover:hi,radio:xi,semantic:Xo,setVariable:So,switch_:di,tabs:fi,textArea:ai,textInput:ni,toggle:vi,tooltip:Oi,typographies:Jo,typographyBody1Medium:Ro,typographyBody1Regular:Io,typographyBody1Semibold:Lo,typographyBody2Medium:Uo,typographyBody2MediumUnderline:Bo,typographyBody2Regular:zo,typographyBody2Semibold:Wo,typographyCaption1Bold:Ko,typographyCaption1Medium:Zo,typographyCaption1Semibold:_o,typographyCaption2Bold:Vo,typographyCaption2Medium:Ho,typographyCaption2Semibold:To,typographyCaption3Bold:Yo,typographyCaption3Medium:Go,typographyCaption3Semibold:qo,typographyDisplay:Co,typographyLabel1Bold:Mo,typographyLabel1Medium:Fo,typographyLabel1Semibold:Ao,typographyLabel2Bold:Po,typographyLabel2Medium:jo,typographyLabel2Semibold:Do,typographyTitle1:ko,typographyTitle2:No,typographyTitle3:Eo,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 $i={colorPrimary:Oo.create("--ft-color-primary","","COLOR","#2196F3"),colorPrimaryVariant:Oo.create("--ft-color-primary-variant","","COLOR","#1976D2"),colorSecondary:Oo.create("--ft-color-secondary","","COLOR","#FFCC80"),colorSecondaryVariant:Oo.create("--ft-color-secondary-variant","","COLOR","#F57C00"),colorSurface:Oo.create("--ft-color-surface","","COLOR","#FFFFFF"),colorContent:Oo.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),colorError:Oo.create("--ft-color-error","","COLOR","#B00020"),colorOutline:Oo.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:Oo.create("--ft-color-opacity-high","","NUMBER","1"),colorOpacityMedium:Oo.create("--ft-color-opacity-medium","","NUMBER","0.74"),colorOpacityDisabled:Oo.create("--ft-color-opacity-disabled","","NUMBER","0.38"),colorOnPrimary:Oo.create("--ft-color-on-primary","","COLOR","#FFFFFF"),colorOnPrimaryHigh:Oo.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),colorOnPrimaryMedium:Oo.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:Oo.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:Oo.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),colorOnSecondaryHigh:Oo.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),colorOnSecondaryMedium:Oo.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:Oo.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:Oo.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:Oo.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:Oo.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:Oo.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:Oo.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),opacityContentOnSurfaceEnable:Oo.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),opacityContentOnSurfaceHover:Oo.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),opacityContentOnSurfaceFocused:Oo.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),opacityContentOnSurfacePressed:Oo.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),opacityContentOnSurfaceSelected:Oo.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),opacityContentOnSurfaceDragged:Oo.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:Oo.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),opacityPrimaryOnSurfaceEnable:Oo.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),opacityPrimaryOnSurfaceHover:Oo.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:Oo.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:Oo.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:Oo.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:Oo.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:Oo.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),opacitySurfaceOnPrimaryEnable:Oo.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),opacitySurfaceOnPrimaryHover:Oo.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:Oo.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:Oo.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:Oo.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:Oo.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),elevation00:Oo.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:Oo.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:Oo.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:Oo.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:Oo.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:Oo.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:Oo.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:Oo.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:Oo.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:Oo.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:Oo.create("--ft-border-radius-S","","SIZE","4px"),borderRadiusM:Oo.create("--ft-border-radius-M","","SIZE","8px"),borderRadiusL:Oo.create("--ft-border-radius-L","","SIZE","12px"),borderRadiusXL:Oo.create("--ft-border-radius-XL","","SIZE","16px"),titleFont:Oo.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:Oo.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:Oo.create("--ft-transition-duration","","UNKNOWN","250ms"),transitionTimingFunction:Oo.create("--ft-transition-timing-function","","UNKNOWN","ease-in-out")};var Ci=Object.freeze({__proto__:null,designSystemVariables:$i});class ki extends CustomEvent{constructor(t){super("ft-notification",{bubbles:!0,composed:!0,detail:t})}}class Ni extends Event{constructor(){super("ft-pre-resize",{composed:!0,bubbles:!0})}}class Ei extends Event{constructor(){super("ft-post-resize",{composed:!0,bubbles:!0})}}var Ii=Object.freeze({__proto__:null,FtNotificationEvent:ki,PostResizeEvent:Ei,PreResizeEvent:Ni});const Ri=["start","end"],Li=["top","right","bottom","left"].reduce(((t,e)=>t.concat(e,e+"-"+Ri[0],e+"-"+Ri[1])),[]),zi=Math.min,Ui=Math.max,Bi=Math.round,Wi=t=>({x:t,y:t}),Fi={left:"right",right:"left",bottom:"top",top:"bottom"},Ai={start:"end",end:"start"};function Mi(t,e,o){return Ui(t,zi(e,o))}function ji(t,e){return"function"==typeof t?t(e):t}function Di(t){return t.split("-")[0]}function Pi(t){return t.split("-")[1]}function Zi(t){return"x"===t?"y":"x"}function _i(t){return"y"===t?"height":"width"}function Ki(t){return["top","bottom"].includes(Di(t))?"y":"x"}function Hi(t){return Zi(Ki(t))}function Ti(t){return t.replace(/left|right|bottom|top/g,(t=>Fi[t]))}function Vi(t){return{...t,top:t.y,left:t.x,right:t.x+t.width,bottom:t.y+t.height}}function Gi(t,e,o){let{reference:i,floating:r}=t;const n=Ki(e),a=Hi(e),s=_i(a),l=Di(e),c="y"===n,h=i.x+i.width/2-r.width/2,f=i.y+i.height/2-r.height/2,p=i[s]/2-r[s]/2;let d;switch(l){case"top":d={x:h,y:i.y-r.height};break;case"bottom":d={x:h,y:i.y+i.height};break;case"right":d={x:i.x+i.width,y:f};break;case"left":d={x:i.x-r.width,y:f};break;default:d={x:i.x,y:i.y}}switch(Pi(e)){case"start":d[a]-=p*(o&&c?-1:1);break;case"end":d[a]+=p*(o&&c?-1:1)}return d}async function qi(t,e){var o;void 0===e&&(e={});const{x:i,y:r,platform:n,rects:a,elements:s,strategy:l}=t,{boundary:c="clippingAncestors",rootBoundary:h="viewport",elementContext:f="floating",altBoundary:p=!1,padding:d=0}=ji(e,t),u=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),b=s[p?"floating"===f?"reference":"floating":f],g=Vi(await n.getClippingRect({element:null==(o=await(null==n.isElement?void 0:n.isElement(b)))||o?b:b.contextElement||await(null==n.getDocumentElement?void 0:n.getDocumentElement(s.floating)),boundary:c,rootBoundary:h,strategy:l})),y="floating"===f?{...a.floating,x:i,y:r}:a.reference,m=await(null==n.getOffsetParent?void 0:n.getOffsetParent(s.floating)),v=await(null==n.isElement?void 0:n.isElement(m))&&await(null==n.getScale?void 0:n.getScale(m))||{x:1,y:1},x=Vi(n.convertOffsetParentRelativeRectToViewportRelativeRect?await n.convertOffsetParentRelativeRectToViewportRelativeRect({rect:y,offsetParent:m,strategy:l}):y);return{top:(g.top-x.top+u.top)/v.y,bottom:(x.bottom-g.bottom+u.bottom)/v.y,left:(g.left-x.left+u.left)/v.x,right:(x.right-g.right+u.right)/v.x}}function Yi(t,e,o){return(t?[...o.filter((e=>Pi(e)===t)),...o.filter((e=>Pi(e)!==t))]:o.filter((t=>Di(t)===t))).filter((o=>!t||(Pi(o)===t||!!e&&function(t){return t.replace(/start|end/g,(t=>Ai[t]))}(o)!==o)))}const Ji=function(t){return void 0===t&&(t={}),{name:"autoPlacement",options:t,async fn(e){var o,i,r;const{rects:n,middlewareData:a,placement:s,platform:l,elements:c}=e,{crossAxis:h=!1,alignment:f,allowedPlacements:p=Li,autoAlignment:d=!0,...u}=ji(t,e),b=void 0!==f||p===Li?Yi(f||null,d,p):p,g=await qi(e,u),y=(null==(o=a.autoPlacement)?void 0:o.index)||0,m=b[y];if(null==m)return{};const v=function(t,e,o){void 0===o&&(o=!1);const i=Pi(t),r=Hi(t),n=_i(r);let a="x"===r?i===(o?"end":"start")?"right":"left":"start"===i?"bottom":"top";return e.reference[n]>e.floating[n]&&(a=Ti(a)),[a,Ti(a)]}(m,n,await(null==l.isRTL?void 0:l.isRTL(c.floating)));if(s!==m)return{reset:{placement:b[0]}};const x=[g[Di(m)],g[v[0]],g[v[1]]],w=[...(null==(i=a.autoPlacement)?void 0:i.overflows)||[],{placement:m,overflows:x}],O=b[y+1];if(O)return{data:{index:y+1,overflows:w},reset:{placement:O}};const S=w.map((t=>{const e=Pi(t.placement);return[t.placement,e&&h?t.overflows.slice(0,2).reduce(((t,e)=>t+e),0):t.overflows[0],t.overflows]})).sort(((t,e)=>t[1]-e[1])),$=S.filter((t=>t[2].slice(0,Pi(t[0])?2:3).every((t=>t<=0)))),C=(null==(r=$[0])?void 0:r[0])||S[0][0];return C!==s?{data:{index:y+1,overflows:w},reset:{placement:C}}:{}}}};function Xi(t){return er(t)?(t.nodeName||"").toLowerCase():"#document"}function Qi(t){var e;return(null==t||null==(e=t.ownerDocument)?void 0:e.defaultView)||window}function tr(t){var e;return null==(e=(er(t)?t.ownerDocument:t.document)||window.document)?void 0:e.documentElement}function er(t){return t instanceof Node||t instanceof Qi(t).Node}function or(t){return t instanceof Element||t instanceof Qi(t).Element}function ir(t){return t instanceof HTMLElement||t instanceof Qi(t).HTMLElement}function rr(t){return"undefined"!=typeof ShadowRoot&&(t instanceof ShadowRoot||t instanceof Qi(t).ShadowRoot)}function nr(t){const{overflow:e,overflowX:o,overflowY:i,display:r}=hr(t);return/auto|scroll|overlay|hidden|clip/.test(e+i+o)&&!["inline","contents"].includes(r)}function ar(t){return["table","td","th"].includes(Xi(t))}function sr(t){const e=lr(),o=hr(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 lr(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}function cr(t){return["html","body","#document"].includes(Xi(t))}function hr(t){return Qi(t).getComputedStyle(t)}function fr(t){return or(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function pr(t){if("html"===Xi(t))return t;const e=t.assignedSlot||t.parentNode||rr(t)&&t.host||tr(t);return rr(e)?e.host:e}function dr(t){const e=pr(t);return cr(e)?t.ownerDocument?t.ownerDocument.body:t.body:ir(e)&&nr(e)?e:dr(e)}function ur(t,e,o){var i;void 0===e&&(e=[]),void 0===o&&(o=!0);const r=dr(t),n=r===(null==(i=t.ownerDocument)?void 0:i.body),a=Qi(r);return n?e.concat(a,a.visualViewport||[],nr(r)?r:[],a.frameElement&&o?ur(a.frameElement):[]):e.concat(r,ur(r,[],o))}function br(t){const e=hr(t);let o=parseFloat(e.width)||0,i=parseFloat(e.height)||0;const r=ir(t),n=r?t.offsetWidth:o,a=r?t.offsetHeight:i,s=Bi(o)!==n||Bi(i)!==a;return s&&(o=n,i=a),{width:o,height:i,$:s}}function gr(t){return or(t)?t:t.contextElement}function yr(t){const e=gr(t);if(!ir(e))return Wi(1);const o=e.getBoundingClientRect(),{width:i,height:r,$:n}=br(e);let a=(n?Bi(o.width):o.width)/i,s=(n?Bi(o.height):o.height)/r;return a&&Number.isFinite(a)||(a=1),s&&Number.isFinite(s)||(s=1),{x:a,y:s}}const mr=Wi(0);function vr(t){const e=Qi(t);return lr()&&e.visualViewport?{x:e.visualViewport.offsetLeft,y:e.visualViewport.offsetTop}:mr}function xr(t,e,o,i){void 0===e&&(e=!1),void 0===o&&(o=!1);const r=t.getBoundingClientRect(),n=gr(t);let a=Wi(1);e&&(i?or(i)&&(a=yr(i)):a=yr(t));const s=function(t,e,o){return void 0===e&&(e=!1),!(!o||e&&o!==Qi(t))&&e}(n,o,i)?vr(n):Wi(0);let l=(r.left+s.x)/a.x,c=(r.top+s.y)/a.y,h=r.width/a.x,f=r.height/a.y;if(n){const t=Qi(n),e=i&&or(i)?Qi(i):i;let o=t.frameElement;for(;o&&i&&e!==t;){const t=yr(o),e=o.getBoundingClientRect(),i=hr(o),r=e.left+(o.clientLeft+parseFloat(i.paddingLeft))*t.x,n=e.top+(o.clientTop+parseFloat(i.paddingTop))*t.y;l*=t.x,c*=t.y,h*=t.x,f*=t.y,l+=r,c+=n,o=Qi(o).frameElement}}return Vi({width:h,height:f,x:l,y:c})}function wr(t){return xr(tr(t)).left+fr(t).scrollLeft}function Or(t,e,o){let i;if("viewport"===e)i=function(t,e){const o=Qi(t),i=tr(t),r=o.visualViewport;let n=i.clientWidth,a=i.clientHeight,s=0,l=0;if(r){n=r.width,a=r.height;const t=lr();(!t||t&&"fixed"===e)&&(s=r.offsetLeft,l=r.offsetTop)}return{width:n,height:a,x:s,y:l}}(t,o);else if("document"===e)i=function(t){const e=tr(t),o=fr(t),i=t.ownerDocument.body,r=Ui(e.scrollWidth,e.clientWidth,i.scrollWidth,i.clientWidth),n=Ui(e.scrollHeight,e.clientHeight,i.scrollHeight,i.clientHeight);let a=-o.scrollLeft+wr(t);const s=-o.scrollTop;return"rtl"===hr(i).direction&&(a+=Ui(e.clientWidth,i.clientWidth)-r),{width:r,height:n,x:a,y:s}}(tr(t));else if(or(e))i=function(t,e){const o=xr(t,!0,"fixed"===e),i=o.top+t.clientTop,r=o.left+t.clientLeft,n=ir(t)?yr(t):Wi(1);return{width:t.clientWidth*n.x,height:t.clientHeight*n.y,x:r*n.x,y:i*n.y}}(e,o);else{const o=vr(t);i={...e,x:e.x-o.x,y:e.y-o.y}}return Vi(i)}function Sr(t,e){const o=pr(t);return!(o===e||!or(o)||cr(o))&&("fixed"===hr(o).position||Sr(o,e))}function $r(t,e,o){const i=ir(e),r=tr(e),n="fixed"===o,a=xr(t,!0,n,e);let s={scrollLeft:0,scrollTop:0};const l=Wi(0);if(i||!i&&!n)if(("body"!==Xi(e)||nr(r))&&(s=fr(e)),i){const t=xr(e,!0,n,e);l.x=t.x+e.clientLeft,l.y=t.y+e.clientTop}else r&&(l.x=wr(r));return{x:a.left+s.scrollLeft-l.x,y:a.top+s.scrollTop-l.y,width:a.width,height:a.height}}function Cr(t,e){return ir(t)&&"fixed"!==hr(t).position?e?e(t):t.offsetParent:null}function kr(t,e){const o=Qi(t);if(!ir(t))return o;let i=Cr(t,e);for(;i&&ar(i)&&"static"===hr(i).position;)i=Cr(i,e);return i&&("html"===Xi(i)||"body"===Xi(i)&&"static"===hr(i).position&&!sr(i))?o:i||function(t){let e=pr(t);for(;ir(e)&&!cr(e);){if(sr(e))return e;e=pr(e)}return null}(t)||o}const Nr={convertOffsetParentRelativeRectToViewportRelativeRect:function(t){let{rect:e,offsetParent:o,strategy:i}=t;const r=ir(o),n=tr(o);if(o===n)return e;let a={scrollLeft:0,scrollTop:0},s=Wi(1);const l=Wi(0);if((r||!r&&"fixed"!==i)&&(("body"!==Xi(o)||nr(n))&&(a=fr(o)),ir(o))){const t=xr(o);s=yr(o),l.x=t.x+o.clientLeft,l.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+l.x,y:e.y*s.y-a.scrollTop*s.y+l.y}},getDocumentElement:tr,getClippingRect:function(t){let{element:e,boundary:o,rootBoundary:i,strategy:r}=t;const n=[..."clippingAncestors"===o?function(t,e){const o=e.get(t);if(o)return o;let i=ur(t,[],!1).filter((t=>or(t)&&"body"!==Xi(t))),r=null;const n="fixed"===hr(t).position;let a=n?pr(t):t;for(;or(a)&&!cr(a);){const e=hr(a),o=sr(a);o||"fixed"!==e.position||(r=null),(n?!o&&!r:!o&&"static"===e.position&&r&&["absolute","fixed"].includes(r.position)||nr(a)&&!o&&Sr(t,a))?i=i.filter((t=>t!==a)):r=e,a=pr(a)}return e.set(t,i),i}(e,this._c):[].concat(o),i],a=n[0],s=n.reduce(((t,o)=>{const i=Or(e,o,r);return t.top=Ui(i.top,t.top),t.right=zi(i.right,t.right),t.bottom=zi(i.bottom,t.bottom),t.left=Ui(i.left,t.left),t}),Or(e,a,r));return{width:s.right-s.left,height:s.bottom-s.top,x:s.left,y:s.top}},getOffsetParent:kr,getElementRects:async function(t){let{reference:e,floating:o,strategy:i}=t;const r=this.getOffsetParent||kr,n=this.getDimensions;return{reference:$r(e,await r(o),i),floating:{x:0,y:0,...await n(o)}}},getClientRects:function(t){return Array.from(t.getClientRects())},getDimensions:function(t){return br(t)},getScale:yr,isElement:or,isRTL:function(t){return"rtl"===hr(t).direction}},Er=(t,e,o)=>{const i=new Map,r={platform:Nr,...o},n={...r.platform,_c:i};return(async(t,e,o)=>{const{placement:i="bottom",strategy:r="absolute",middleware:n=[],platform:a}=o,s=n.filter(Boolean),l=await(null==a.isRTL?void 0:a.isRTL(e));let c=await a.getElementRects({reference:t,floating:e,strategy:r}),{x:h,y:f}=Gi(c,i,l),p=i,d={},u=0;for(let o=0;o<s.length;o++){const{name:n,fn:b}=s[o],{x:g,y,data:m,reset:v}=await b({x:h,y:f,initialPlacement:i,placement:p,strategy:r,middlewareData:d,rects:c,platform:a,elements:{reference:t,floating:e}});h=null!=g?g:h,f=null!=y?y:f,d={...d,[n]:{...d[n],...m}},v&&u<=50&&(u++,"object"==typeof v&&(v.placement&&(p=v.placement),v.rects&&(c=!0===v.rects?await a.getElementRects({reference:t,floating:e,strategy:r}):v.rects),({x:h,y:f}=Gi(c,p,l))),o=-1)}return{x:h,y:f,placement:p,strategy:r,middlewareData:d}})(t,e,{...r,platform:n})};function Ir(t){return function(t){for(let e=t;e;e=Rr(e))if(e instanceof Element&&"none"===getComputedStyle(e).display)return null;for(let e=Rr(t);e;e=Rr(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 Rr(t){return t.assignedSlot?t.assignedSlot:t.parentNode instanceof ShadowRoot?t.parentNode.host:t.parentNode}async function Lr(t,e,o){return Er(t,e,{platform:{...Nr,getOffsetParent:t=>Nr.getOffsetParent(t,Ir)},middleware:[(i={crossAxis:!0},void 0===i&&(i={}),{name:"shift",options:i,async fn(t){const{x:e,y:o,placement:r}=t,{mainAxis:n=!0,crossAxis:a=!1,limiter:s={fn:t=>{let{x:e,y:o}=t;return{x:e,y:o}}},...l}=ji(i,t),c={x:e,y:o},h=await qi(t,l),f=Ki(Di(r)),p=Zi(f);let d=c[p],u=c[f];if(n){const t="y"===p?"bottom":"right";d=Mi(d+h["y"===p?"top":"left"],d,d-h[t])}if(a){const t="y"===f?"bottom":"right";u=Mi(u+h["y"===f?"top":"left"],u,u-h[t])}const b=s.fn({...t,[p]:d,[f]:u});return{...b,data:{x:b.x-e,y:b.y-o}}}}),Ji({allowedPlacements:[o]})]});var i}var zr=Object.freeze({__proto__:null,computeOffsetPosition:Lr});
135
+ */let Je=class extends We{constructor(t){if(super(t),this.et=K,t.type!==Ue)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(t){if(t===K||null==t)return this.vt=void 0,this.et=t;if(t===_)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:[]}}};Je.directiveName="unsafeHTML",Je.resultType=1;const Xe=Be(Je);var Qe=Object.freeze({__proto__:null,UnsafeHTMLDirective:Je,unsafeHTML:Xe});class to extends Error{constructor(t,e,o){super(t),this.canceledPromiseResult=e,this.canceledPromiseError=o}}class eo extends Promise{constructor(t){super(((e,o)=>t((t=>{this.isCanceled?o(new to("Promise has been canceled",t)):e(t)}),(t=>{this.isCanceled?o(new to("Promise has been canceled",void 0,t)):o(t)})))),this.isCanceled=!1}cancel(){this.isCanceled=!0}}const oo=t=>new eo(((e,o)=>t.then(e).catch(o)));var io=Object.freeze({__proto__:null,CancelablePromise:eo,CanceledPromiseError:to,cancelable:oo});class ro{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 eo&&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 i=oo(e());return this.content[t]=i,i.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)}}var no=Object.freeze({__proto__:null,CacheRegistry:ro});class ao{constructor(t,e,o,i){this.allResults=t,this.selectedResult=e,this.clusteringMetadata=o,this.metadataDescriptors=i}static extractResultMetadata(t,e){var o,i;let r=(null!==(i=null!==(o=null==t?void 0:t.map)&&void 0!==o?o:null==t?void 0:t.document)&&void 0!==i?i:null==t?void 0:t.topic).metadata.map((t=>ao.flattenMetadata(t)));return null==e?r:r.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 i,r;let n=ao.extractResultMetadata(this.selectedResult,t),a=null!==(i=null==n?void 0:n.label)&&void 0!==i?i:null===(r=this.getMetadataDescriptor(t))||void 0===r?void 0:r.label;const s=this.allResults.map((e=>ao.extractResultMetadata(e,t))).map((e=>null!=e?e:{key:t,label:a,value:void 0,displayValue:o})).filter((t=>t.value!=(null==n?void 0:n.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,i)=>this.compareMetadata(o.metadata.value,i.metadata.value,t,e)))}compareMetadata(t,e,o,i){if(null==t)return-1;if(null==e)return 1;let r=this.getMetadataDescriptor(o),n=(null==r?void 0:r.sortRule)||"NONE",a=(null==r?void 0:r.reverseSort)||!1;if("ALPHABET"==n||"VERSION"==n){let o=t.localeCompare(e,i,{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 i;return(null===(i=ao.extractResultMetadata(o,t))||void 0===i?void 0:i.value)==e}));let i,r=ao.extractResultMetadata(this.selectedResult).filter((t=>this.clusteringMetadata.has(t.key))),n=[...r.filter((e=>e.key!==t))],a=-1;for(let t of o){let e=this.countMatchingMetadata(t,n);if(e>a&&(a=e,i=t,e===n.length))break}return i}countMatchingMetadata(t,e){return ao.extractResultMetadata(t).filter((t=>e.some((e=>e.key===t.key&&e.value===t.value)))).length}}var so=Object.freeze({__proto__:null,ClusteringHelper:ao});class lo{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 i=null!==(t=this.rejectPromise)&&void 0!==t?t:()=>null,r=null!==(e=this.resolvePromise)&&void 0!==e?e:()=>null;this.clearPromise();for(let t of o)try{await t()}catch(t){return void i(t)}r(!0)}clearTimeout(){null!=this._debounce&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}}var co=Object.freeze({__proto__:null,Debouncer:lo});const ho=t=>new Promise((e=>setTimeout(e,t)));async function fo(t,e=10,o=2e4){let i,r,n=await t();for(i=r=performance.now();null==n&&(!o||r-i<o);)await ho(e),n=await t(),r=performance.now();if(null==n)throw new Error("Timeout exceeded");return n}function po(t,e){return t.flatMap((t=>[t,...po(e(t),e)]))}function uo(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,i)=>e+o+":"+i)),new Date(t)}function bo(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,i,r;if(Array.isArray(t)){if((o=t.length)!=e.length)return!1;for(i=o;0!=i--;)if(!bo(t[i],e[i]))return!1;return!0}if(t instanceof Map&&e instanceof Map){if(t.size!==e.size)return!1;for(i of t.entries())if(!e.has(i[0]))return!1;for(i of t.entries())if(!bo(i[1],e.get(i[0])))return!1;return!0}if(t instanceof Set&&e instanceof Set){if(t.size!==e.size)return!1;for(i of t.entries())if(!e.has(i[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=(r=Object.keys(t)).length)!==Object.keys(e).length)return!1;for(i=o;0!=i--;)if(!Object.prototype.hasOwnProperty.call(e,r[i]))return!1;for(i=o;0!=i--;){var n=r[i];if(!bo(t[n],e[n]))return!1}return!0}return t!=t&&e!=e}(t,e)}catch(t){return!1}}var go=Object.freeze({__proto__:null,dateReviver:function(...t){return function(e,o){return t.includes(e)?uo(o):o}},deepEqual:bo,delay:ho,eventPathContainsMatchingElement:function(t,e,o=window.document.body){if(e.length>0){const i=t.composedPath();for(let t of i){if(t===o)return!1;if(t.matches&&e.some((e=>t.matches(e))))return!0}}return!1},flatDeep:po,last:function(t){return t[t.length-1]},minmax:function(t,e,o){return Math.min(Math.max(t,e),o)},parseDate:uo,waitFor:fo,waitUntil:async function(t,e=10,o=2e4){await fo((async()=>await t()||void 0),e,o)}});const yo=t=>e=>{window.customElements.get(t)||window.customElements.define(t,e)};function mo(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)=>!bo(t,e),...null!=e?e:{}})}function vo(t){return!isNaN(parseFloat(t))}var xo=Object.freeze({__proto__:null,customElement:yo,isNumber:vo,jsonProperty:mo,optionalNumberProperty:function(t){return Oe({type:Object,converter:{fromAttribute:t=>{if(null!=t)return vo(t)?+t:void 0},toAttribute:t=>null==t?void 0:""+t},...null!=t?t:{}})}});const wo=t=>"string"==typeof t?ft(t):t;class Oo{static create(t,e,o,i){const r=t=>wo(null!=t?t:i),n=pt`var(${wo(t)}, ${r(i)})`;return n.name=t,n.description=e,n.category=o,n.defaultValue=i,n.defaultCssValue=r,n.get=e=>pt`var(${wo(t)}, ${r(e)})`,n.breadcrumb=()=>[],n.lastResortDefaultValue=()=>i,n}static extend(t,e,o,i){const r=t=>o.get(null!=t?t:i),n=pt`var(${wo(t)}, ${r(i)})`;return n.name=t,n.description=e,n.category=o.category,n.fallbackVariable=o,n.defaultValue=i,n.defaultCssValue=r,n.get=e=>pt`var(${wo(t)}, ${r(e)})`,n.breadcrumb=()=>[o.name,...o.breadcrumb()],n.lastResortDefaultValue=()=>null!=i?i:o.lastResortDefaultValue(),n}static external(t,e){const o=e=>t.fallbackVariable?t.fallbackVariable.get(null!=e?e:t.defaultValue):wo(null!=e?e:t.lastResortDefaultValue()),i=pt`var(${wo(t.name)}, ${o(t.defaultValue)})`;return i.name=t.name,i.category=t.category,i.fallbackVariable=t.fallbackVariable,i.defaultValue=t.defaultValue,i.context=e,i.defaultCssValue=o,i.get=e=>pt`var(${wo(t.name)}, ${o(e)})`,i.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],i.lastResortDefaultValue=()=>t.lastResortDefaultValue(),i}}function So(t,e){return wo(`${t.name}: ${e}`)}const $o={colorWhite:Oo.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:Oo.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:Oo.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:Oo.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:Oo.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:Oo.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:Oo.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:Oo.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:Oo.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:Oo.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:Oo.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:Oo.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:Oo.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:Oo.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:Oo.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:Oo.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:Oo.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:Oo.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:Oo.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:Oo.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:Oo.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:Oo.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:Oo.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:Oo.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:Oo.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:Oo.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:Oo.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:Oo.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:Oo.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:Oo.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:Oo.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:Oo.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:Oo.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:Oo.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:Oo.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:Oo.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:Oo.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:Oo.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:Oo.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:Oo.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:Oo.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:Oo.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:Oo.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:Oo.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:Oo.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:Oo.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:Oo.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:Oo.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:Oo.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:Oo.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:Oo.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:Oo.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:Oo.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:Oo.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:Oo.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:Oo.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:Oo.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:Oo.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:Oo.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:Oo.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:Oo.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:Oo.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:Oo.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:Oo.create("--ft-color-orange-0","","COLOR","#F2700D"),colorOrange10:Oo.create("--ft-color-orange-10","","COLOR","#FFF7EB"),colorOrange20:Oo.create("--ft-color-orange-20","","COLOR","#FFEDD6"),colorOrange30:Oo.create("--ft-color-orange-30","","COLOR","#FFDDB2"),colorOrange40:Oo.create("--ft-color-orange-40","","COLOR","#FECB90"),colorOrange50:Oo.create("--ft-color-orange-50","","COLOR","#FCB76E"),colorOrange60:Oo.create("--ft-color-orange-60","","COLOR","#F9A34D"),colorOrange70:Oo.create("--ft-color-orange-70","","COLOR","#F68B2C"),colorOrange100:Oo.create("--ft-color-orange-100","","COLOR","#D35909"),colorOrange200:Oo.create("--ft-color-orange-200","","COLOR","#B74706"),colorOrange300:Oo.create("--ft-color-orange-300","","COLOR","#913503"),colorOrange400:Oo.create("--ft-color-orange-400","","COLOR","#6F2601"),colorOrange500:Oo.create("--ft-color-orange-500","","COLOR","#4D1800"),colorOrange600:Oo.create("--ft-color-orange-600","","COLOR","#330F00"),colorOrange700:Oo.create("--ft-color-orange-700","","COLOR","#140600"),colorRed0:Oo.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:Oo.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:Oo.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:Oo.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:Oo.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:Oo.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:Oo.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:Oo.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:Oo.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:Oo.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:Oo.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:Oo.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:Oo.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:Oo.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:Oo.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:Oo.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:Oo.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:Oo.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:Oo.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:Oo.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:Oo.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:Oo.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:Oo.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:Oo.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:Oo.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:Oo.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:Oo.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:Oo.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:Oo.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:Oo.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:Oo.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:Oo.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:Oo.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:Oo.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:Oo.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:Oo.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:Oo.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:Oo.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:Oo.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:Oo.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:Oo.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:Oo.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:Oo.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:Oo.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:Oo.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:Oo.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:Oo.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:Oo.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:Oo.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:Oo.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:Oo.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:Oo.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:Oo.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:Oo.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:Oo.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:Oo.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:Oo.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:Oo.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:Oo.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:Oo.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:Oo.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:Oo.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:Oo.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:Oo.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:Oo.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:Oo.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:Oo.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:Oo.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:Oo.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:Oo.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:Oo.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:Oo.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:Oo.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:Oo.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:Oo.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:Oo.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:Oo.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:Oo.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:Oo.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:Oo.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:Oo.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:Oo.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:Oo.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:Oo.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:Oo.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:Oo.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:Oo.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:Oo.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:Oo.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:Oo.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:Oo.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:Oo.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:Oo.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:Oo.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:Oo.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:Oo.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:Oo.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:Oo.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:Oo.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:Oo.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:Oo.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:Oo.create("--ft-icon-size-6","","SIZE","48px"),opacity0:Oo.create("--ft-opacity-0","","NUMBER","0"),opacity8:Oo.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:Oo.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:Oo.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:Oo.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:Oo.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:Oo.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:Oo.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:Oo.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:Oo.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:Oo.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:Oo.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:Oo.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:Oo.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:Oo.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)")},Co={fontFamily:Oo.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:Oo.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:Oo.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:Oo.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:Oo.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:Oo.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Oo.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:Oo.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:Oo.create("--ft-typography-display-textCase","","UNKNOWN","none")},ko={fontFamily:Oo.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:Oo.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:Oo.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:Oo.create("--ft-typography-title-1-fontSize","","SIZE","1.5rem"),letterSpacing:Oo.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:Oo.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Oo.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:Oo.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:Oo.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},No={fontFamily:Oo.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:Oo.create("--ft-typography-title-2-fontWeight","","UNKNOWN","500"),lineHeight:Oo.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:Oo.create("--ft-typography-title-2-fontSize","","SIZE","1.25rem"),letterSpacing:Oo.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:Oo.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Oo.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:Oo.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:Oo.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},Eo={fontFamily:Oo.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:Oo.create("--ft-typography-title-3-fontWeight","","UNKNOWN","500"),lineHeight:Oo.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:Oo.create("--ft-typography-title-3-fontSize","","SIZE","1.125rem"),letterSpacing:Oo.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:Oo.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Oo.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:Oo.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:Oo.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},Io={fontFamily:Oo.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:Oo.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:Oo.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:Oo.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:Oo.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:Oo.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Oo.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:Oo.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:Oo.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},Ro={fontFamily:Oo.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Oo.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:Oo.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:Oo.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:Oo.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:Oo.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Oo.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Oo.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:Oo.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},Lo={fontFamily:Oo.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Oo.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Oo.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:Oo.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:Oo.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:Oo.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Oo.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Oo.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:Oo.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},zo={fontFamily:Oo.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:Oo.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:Oo.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:Oo.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:Oo.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:Oo.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Oo.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:Oo.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:Oo.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},Uo={fontFamily:Oo.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Oo.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:Oo.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:Oo.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:Oo.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:Oo.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Oo.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Oo.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:Oo.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},Bo={fontFamily:Oo.create("--ft-typography-body-2-medium-underline-fontFamily","","UNKNOWN","Inter"),fontWeight:Oo.create("--ft-typography-body-2-medium-underline-fontWeight","","UNKNOWN","500"),lineHeight:Oo.create("--ft-typography-body-2-medium-underline-lineHeight","","SIZE","135%"),fontSize:Oo.create("--ft-typography-body-2-medium-underline-fontSize","","SIZE","0.875rem"),letterSpacing:Oo.create("--ft-typography-body-2-medium-underline-letterSpacing","","SIZE","normal"),paragraphSpacing:Oo.create("--ft-typography-body-2-medium-underline-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Oo.create("--ft-typography-body-2-medium-underline-paragraphIndent","","UNKNOWN","0"),textCase:Oo.create("--ft-typography-body-2-medium-underline-textCase","","UNKNOWN","none"),textDecoration:Oo.create("--ft-typography-body-2-medium-underline-textDecoration","","UNKNOWN","underline")},Wo={fontFamily:Oo.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Oo.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Oo.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:Oo.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:Oo.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:Oo.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Oo.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Oo.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:Oo.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},Fo={fontFamily:Oo.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Oo.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:Oo.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:Oo.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:Oo.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:Oo.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Oo.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Oo.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Oo.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},Ao={fontFamily:Oo.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Oo.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Oo.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:Oo.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:Oo.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:Oo.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Oo.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Oo.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Oo.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},Mo={fontFamily:Oo.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:Oo.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:Oo.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:Oo.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:Oo.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:Oo.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Oo.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Oo.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:Oo.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},jo={fontFamily:Oo.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Oo.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:Oo.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:Oo.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:Oo.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:Oo.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Oo.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Oo.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Oo.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},Do={fontFamily:Oo.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Oo.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Oo.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:Oo.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:Oo.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:Oo.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Oo.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Oo.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Oo.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},Po={fontFamily:Oo.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:Oo.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:Oo.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:Oo.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:Oo.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:Oo.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Oo.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Oo.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:Oo.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},Zo={fontFamily:Oo.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Oo.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:Oo.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:Oo.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:Oo.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:Oo.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:Oo.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Oo.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Oo.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},_o={fontFamily:Oo.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Oo.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Oo.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:Oo.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:Oo.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:Oo.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:Oo.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Oo.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Oo.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},Ko={fontFamily:Oo.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:Oo.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:Oo.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:Oo.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:Oo.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:Oo.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:Oo.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Oo.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:Oo.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},Ho={fontFamily:Oo.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Oo.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:Oo.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:Oo.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:Oo.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:Oo.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:Oo.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Oo.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Oo.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},To={fontFamily:Oo.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Oo.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Oo.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:Oo.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:Oo.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:Oo.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:Oo.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Oo.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Oo.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},Vo={fontFamily:Oo.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:Oo.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:Oo.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:Oo.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:Oo.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:Oo.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:Oo.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Oo.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:Oo.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")},Go={fontFamily:Oo.create("--ft-typography-caption-3-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Oo.create("--ft-typography-caption-3-medium-fontWeight","","UNKNOWN","500"),lineHeight:Oo.create("--ft-typography-caption-3-medium-lineHeight","","SIZE","130%"),fontSize:Oo.create("--ft-typography-caption-3-medium-fontSize","","SIZE","0.625rem"),letterSpacing:Oo.create("--ft-typography-caption-3-medium-letterSpacing","","SIZE","normal"),textCase:Oo.create("--ft-typography-caption-3-medium-textCase","","UNKNOWN","none"),paragraphSpacing:Oo.create("--ft-typography-caption-3-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Oo.create("--ft-typography-caption-3-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Oo.create("--ft-typography-caption-3-medium-textDecoration","","UNKNOWN","none")},qo={fontFamily:Oo.create("--ft-typography-caption-3-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Oo.create("--ft-typography-caption-3-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Oo.create("--ft-typography-caption-3-semibold-lineHeight","","SIZE","130%"),fontSize:Oo.create("--ft-typography-caption-3-semibold-fontSize","","SIZE","0.625rem"),letterSpacing:Oo.create("--ft-typography-caption-3-semibold-letterSpacing","","SIZE","normal"),textCase:Oo.create("--ft-typography-caption-3-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:Oo.create("--ft-typography-caption-3-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Oo.create("--ft-typography-caption-3-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Oo.create("--ft-typography-caption-3-semibold-textDecoration","","UNKNOWN","none")},Yo={fontFamily:Oo.create("--ft-typography-caption-3-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:Oo.create("--ft-typography-caption-3-bold-fontWeight","","UNKNOWN","700"),lineHeight:Oo.create("--ft-typography-caption-3-bold-lineHeight","","SIZE","130%"),fontSize:Oo.create("--ft-typography-caption-3-bold-fontSize","","SIZE","0.625rem"),letterSpacing:Oo.create("--ft-typography-caption-3-bold-letterSpacing","","SIZE","normal"),textCase:Oo.create("--ft-typography-caption-3-bold-textCase","","UNKNOWN","none"),paragraphSpacing:Oo.create("--ft-typography-caption-3-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Oo.create("--ft-typography-caption-3-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:Oo.create("--ft-typography-caption-3-bold-textDecoration","","UNKNOWN","none")},Jo={display:Co,"title-1":ko,"title-2":No,"title-3":Eo,"body-1-regular":Io,"body-1-medium":Ro,"body-1-semibold":Lo,"body-2-regular":zo,"body-2-medium":Uo,"body-2-medium-underline":Bo,"body-2-semibold":Wo,"label-1-medium":Fo,"label-1-semibold":Ao,"label-1-bold":Mo,"label-2-medium":jo,"label-2-semibold":Do,"label-2-bold":Po,"caption-1-medium":Zo,"caption-1-semibold":_o,"caption-1-bold":Ko,"caption-2-medium":Ho,"caption-2-semibold":To,"caption-2-bold":Vo,"caption-3-medium":Go,"caption-3-semibold":qo,"caption-3-bold":Yo},Xo={backgroundActionPrimary:Oo.extend("--ft-background-action-primary","Used as backgorund of primary action components.",$o.colorBrand0),backgroundErrorSubtle:Oo.extend("--ft-background-error-subtle","Used as background of subtle error components.",$o.colorRed10),backgroundInfoSubtle:Oo.extend("--ft-background-info-subtle","Used as background of subtle information components.",$o.colorCyan10),backgroundWarningSubtle:Oo.extend("--ft-background-warning-subtle","Used as background of subtle information components.",$o.colorOrange10),backgroundSuccessSubtle:Oo.extend("--ft-background-success-subtle","Used as background of subtle success components.",$o.colorGreen10),backgroundGlobalSurface:Oo.extend("--ft-background-global-surface","Used as app background.",$o.colorWhite),backgroundGlobalOnSurface:Oo.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",$o.colorGray10),backgroundGlobalOnSurfaceDark:Oo.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",$o.colorGray30),contentActionPrimary:Oo.extend("--ft-content-action-primary","Used on label of primary action on light surface.",$o.colorBrand0),contentWarningPrimary:Oo.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",$o.colorOrange200),contentWarningIconOnly:Oo.extend("--ft-content-warning-icon-only","Used on warning status icons alone",$o.colorOrange0),contentErrorPrimary:Oo.extend("--ft-content-error-primary","Used on label of error messages on light surface.",$o.colorRed0),contentErrorIconOnly:Oo.extend("--ft-content-error-icon-only","Used on error status icons alone",$o.colorRed70),contentInfoPrimary:Oo.extend("--ft-content-info-primary","Used on label of information messages on light surface.",$o.colorCyan200),contentInfoIconOnly:Oo.extend("--ft-content-info-icon-only","Used on info status icons alone",$o.colorCyan0),contentSuccessPrimary:Oo.extend("--ft-content-success-primary","Used on label of success messages on light surface.",$o.colorGreen200),contentSuccessIconOnly:Oo.extend("--ft-content-success-icon-only","Used on success status icons alone",$o.colorGreen0),contentGlobalPrimary:Oo.extend("--ft-content-global-primary","Used for main content on the page.",$o.colorGray500),contentGlobalSecondary:Oo.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",$o.colorGray200),contentGlobalSubtle:Oo.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",$o.colorGray0),contentGlobalOnColor:Oo.extend("--ft-content-global-on-color","Used for content on a dominant color.",$o.colorWhite),borderActionPrimary:Oo.extend("--ft-border-action-primary","Used as border for primary action components.",$o.colorBrand0),borderActionFocusRing:Oo.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",$o.colorCyan0),borderWarningPrimary:Oo.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",$o.colorOrange200),borderWarningSubtle:Oo.extend("--ft-border-warning-subtle","Used as border for warning components.",$o.colorOrange30),borderSuccessPrimary:Oo.extend("--ft-border-success-primary","Used as border for success buttons.",$o.colorGreen200),borderSuccessSubtle:Oo.extend("--ft-border-success-subtle","Used as border for success components.",$o.colorGreen30),borderErrorPrimary:Oo.extend("--ft-border-error-primary","Used as border for text fields in error states.",$o.colorRed0),borderErrorSubtle:Oo.extend("--ft-border-error-subtle","Used as border for error components.",$o.colorRed30),borderInfoPrimary:Oo.extend("--ft-border-info-primary","Used as border for buttons in info color.",$o.colorCyan200),borderInfoSubtle:Oo.extend("--ft-border-info-subtle","Used as border for information components.",$o.colorCyan30),borderGlobalPrimary:Oo.extend("--ft-border-global-primary","Used as border for element like input.",$o.colorGray50),borderGlobalSubtle:Oo.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",$o.colorGray30),borderInputPrimary:Oo.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",$o.colorGray80)},Qo={largeHeight:Oo.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:Oo.extend("--ft-button-large-horizontal-padding","",$o.spacing4),largeGap:Oo.extend("--ft-button-large-gap","",$o.spacing2),largeBorderRadius:Oo.extend("--ft-button-large-border-radius","",$o.borderRadiusS),largeIconSize:Oo.extend("--ft-button-large-icon-size","",$o.iconSize3),largeBorderWidth:Oo.create("--ft-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:Oo.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:Oo.create("--ft-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:Oo.create("--ft-button-large-icon-only-width","","SIZE","40px"),smallHeight:Oo.create("--ft-button-small-height","","SIZE","30px"),smallHorizontalPadding:Oo.extend("--ft-button-small-horizontal-padding","",$o.spacing3),smallGap:Oo.extend("--ft-button-small-gap","",$o.spacing2),smallBorderRadius:Oo.extend("--ft-button-small-border-radius","",$o.borderRadiusS),smallIconSize:Oo.extend("--ft-button-small-icon-size","",$o.iconSize2),smallBorderWidth:Oo.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:Oo.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:Oo.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:Oo.create("--ft-button-small-icon-only-width","","SIZE","30px"),primaryBackgroundColor:Oo.extend("--ft-button-primary-background-color","",Xo.backgroundActionPrimary),primaryColor:Oo.extend("--ft-button-primary-color","",Xo.contentGlobalOnColor),primaryIconColor:Oo.extend("--ft-button-primary-icon-color","",Xo.contentGlobalOnColor),primaryStateLayerColor:Oo.extend("--ft-button-primary-state-layer-color","",Xo.contentGlobalOnColor),primaryHoverStateLayerOpacity:Oo.extend("--ft-button-primary-hover-state-layer-opacity","",$o.opacity16),primaryFocusStateLayerOpacity:Oo.extend("--ft-button-primary-focus-state-layer-opacity","",$o.opacity16),primaryActiveStateLayerOpacity:Oo.extend("--ft-button-primary-active-state-layer-opacity","",$o.opacity24),primaryDisabledComponentOpacity:Oo.extend("--ft-button-primary-disabled-component-opacity","",$o.opacity40),focusFocusRingColor:Oo.extend("--ft-button-focus-focus-ring-color","",Xo.borderActionFocusRing),tertiaryBackgroundColor:Oo.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryColor:Oo.extend("--ft-button-tertiary-color","",Xo.contentActionPrimary),tertiaryIconColor:Oo.extend("--ft-button-tertiary-icon-color","",Xo.contentActionPrimary),tertiaryStateLayerColor:Oo.extend("--ft-button-tertiary-state-layer-color","",Xo.contentActionPrimary),tertiaryHoverStateLayerOpacity:Oo.extend("--ft-button-tertiary-hover-state-layer-opacity","",$o.opacity8),tertiaryFocusStateLayerOpacity:Oo.extend("--ft-button-tertiary-focus-state-layer-opacity","",$o.opacity8),tertiaryActiveStateLayerOpacity:Oo.extend("--ft-button-tertiary-active-state-layer-opacity","",$o.opacity16),tertiaryDisabledComponentOpacity:Oo.extend("--ft-button-tertiary-disabled-component-opacity","",$o.opacity40),secondaryBackgroundColor:Oo.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),secondaryColor:Oo.extend("--ft-button-secondary-color","",Xo.contentActionPrimary),secondaryIconColor:Oo.extend("--ft-button-secondary-icon-color","",Xo.contentActionPrimary),secondaryStateLayerColor:Oo.extend("--ft-button-secondary-state-layer-color","",Xo.contentActionPrimary),secondaryHoverStateLayerOpacity:Oo.extend("--ft-button-secondary-hover-state-layer-opacity","",$o.opacity8),secondaryFocusStateLayerOpacity:Oo.extend("--ft-button-secondary-focus-state-layer-opacity","",$o.opacity8),secondaryActiveStateLayerOpacity:Oo.extend("--ft-button-secondary-active-state-layer-opacity","",$o.opacity16),secondaryDisabledComponentOpacity:Oo.extend("--ft-button-secondary-disabled-component-opacity","",$o.opacity40),secondaryBorderColor:Oo.extend("--ft-button-secondary-border-color","",Xo.borderActionPrimary),neutralBackgroundColor:Oo.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),neutralIconColor:Oo.extend("--ft-button-neutral-icon-color","",Xo.contentGlobalSecondary),neutralColor:Oo.extend("--ft-button-neutral-color","",Xo.contentGlobalSecondary),neutralStateLayerColor:Oo.extend("--ft-button-neutral-state-layer-color","",Xo.contentGlobalSecondary),neutralHoverStateLayerOpacity:Oo.extend("--ft-button-neutral-hover-state-layer-opacity","",$o.opacity8),neutralFocusStateLayerOpacity:Oo.extend("--ft-button-neutral-focus-state-layer-opacity","",$o.opacity8),neutralActiveStateLayerOpacity:Oo.extend("--ft-button-neutral-active-state-layer-opacity","",$o.opacity16),neutralDisabledComponentOpacity:Oo.extend("--ft-button-neutral-disabled-component-opacity","",$o.opacity40)},ti={iconSize:Oo.extend("--ft-banner-icon-size","",$o.iconSize5),borderWidth:Oo.create("--ft-banner-border-width","","SIZE","1px"),horizontalPadding:Oo.extend("--ft-banner-horizontal-padding","",$o.spacing6),verticalPadding:Oo.extend("--ft-banner-vertical-padding","",$o.spacing6),horizontalSideGap:Oo.extend("--ft-banner-horizontal-side-gap","",$o.spacing6),horizontalMobileGap:Oo.extend("--ft-banner-horizontal-mobile-gap","",$o.spacing4),verticalMobileGap:Oo.extend("--ft-banner-vertical-mobile-gap","",$o.spacing6),horizontalMiddleGap:Oo.extend("--ft-banner-horizontal-middle-gap","",$o.spacing20),infoBackgroundColor:Oo.extend("--ft-banner-info-background-color","",Xo.backgroundInfoSubtle),infoColor:Oo.extend("--ft-banner-info-color","",Xo.contentInfoPrimary),infoIconColor:Oo.extend("--ft-banner-info-icon-color","",Xo.contentInfoIconOnly)},ei={horizontalGap:Oo.extend("--ft-breadcrumb-horizontal-gap","",$o.spacing1),verticalGap:Oo.extend("--ft-breadcrumb-vertical-gap","",$o.spacing2),currentElementColor:Oo.extend("--ft-breadcrumb-current-element-color","",Xo.contentGlobalPrimary),iconColor:Oo.extend("--ft-breadcrumb-icon-color","",Xo.contentGlobalSubtle)},oi={horizontalPadding:Oo.extend("--ft-page-header-horizontal-padding","",$o.spacing12),horizontalGap:Oo.extend("--ft-page-header-horizontal-gap","",$o.spacing4),verticalGap:Oo.extend("--ft-page-header-vertical-gap","",$o.spacing2),classicVerticalPadding:Oo.extend("--ft-page-header-classic-vertical-padding","",$o.spacing6),multilineVerticalPadding:Oo.extend("--ft-page-header-multiline-vertical-padding","",$o.spacing4),inlineVerticalPadding:Oo.extend("--ft-page-header-inline-vertical-padding","",$o.spacing2),backgroundColor:Oo.extend("--ft-page-header-background-color","",$o.colorWhite),bottomBorderColor:Oo.extend("--ft-page-header-bottom-border-color","",Xo.borderGlobalSubtle),titleColor:Oo.extend("--ft-page-header-title-color","",Xo.contentGlobalPrimary),subtitleColor:Oo.extend("--ft-page-header-subtitle-color","",Xo.contentGlobalSecondary)},ii={smallContainerWidth:Oo.create("--ft-modal-small-container-width","","SIZE","600px"),largeContainerWidth:Oo.create("--ft-modal-large-container-width","","SIZE","900px"),overlayBackgroundColor:Oo.extend("--ft-modal-overlay-background-color","",$o.colorGray700),overlayOpacity:Oo.extend("--ft-modal-overlay-opacity","",$o.opacity40),shadow:Oo.extend("--ft-modal-shadow","",$o.shadowElevation03),bodyBackgroundColor:Oo.extend("--ft-modal-body-background-color","",$o.colorWhite),bodyColor:Oo.extend("--ft-modal-body-color","",Xo.contentGlobalPrimary),bodyHorizontalPadding:Oo.extend("--ft-modal-body-horizontal-padding","",$o.spacing6),bodyVerticalPadding:Oo.extend("--ft-modal-body-vertical-padding","",$o.spacing6),bodyVerticalGap:Oo.extend("--ft-modal-body-vertical-gap","",$o.spacing6),containerMargin:Oo.extend("--ft-modal-container-margin","",$o.spacing3),headerBackgroundColor:Oo.extend("--ft-modal-header-background-color","",Xo.backgroundGlobalOnSurface),headerBorderColor:Oo.extend("--ft-modal-header-border-color","",Xo.borderGlobalSubtle),headerColor:Oo.extend("--ft-modal-header-color","",Xo.contentGlobalPrimary),headerTrailingIconColor:Oo.extend("--ft-modal-header-trailing-icon-color","",Xo.contentGlobalSecondary),headerVerticalPadding:Oo.extend("--ft-modal-header-vertical-padding","",$o.spacing1),headerRightPadding:Oo.extend("--ft-modal-header-right-padding","",$o.spacing1),headerLeftPadding:Oo.extend("--ft-modal-header-left-padding","",$o.spacing6),headerGap:Oo.extend("--ft-modal-header-gap","",$o.spacing2),headerBorderBottom:Oo.create("--ft-modal-header-border-bottom","","SIZE","1px"),borderRadius:Oo.extend("--ft-modal-border-radius","",$o.borderRadiusM)},ri={overlayOpacity:Oo.extend("--ft-drawer-overlay-opacity","",$o.opacity40),shadow:Oo.extend("--ft-drawer-shadow","",$o.shadowElevation03),bodyColor:Oo.extend("--ft-drawer-body-color","",Xo.contentGlobalPrimary),bodyHorizontalPadding:Oo.extend("--ft-drawer-body-horizontal-padding","",$o.spacing6),bodyVerticalPadding:Oo.extend("--ft-drawer-body-vertical-padding","",$o.spacing6),bodyGap:Oo.extend("--ft-drawer-body-gap","",$o.spacing6),bodyBackgroundColor:Oo.extend("--ft-drawer-body-background-color","",$o.colorWhite),headerBackgroundColor:Oo.extend("--ft-drawer-header-background-color","",Xo.backgroundGlobalOnSurface),headerBorderColor:Oo.extend("--ft-drawer-header-border-color","",Xo.borderGlobalSubtle),headerColor:Oo.extend("--ft-drawer-header-color","",Xo.contentGlobalPrimary),headerTrailingIconColor:Oo.extend("--ft-drawer-header-trailing-icon-color","",Xo.contentGlobalSecondary),headerHeight:Oo.create("--ft-drawer-header-height","","SIZE","50px"),headerHorizontalPadding:Oo.extend("--ft-drawer-header-horizontal-padding","",$o.spacing2),headerBorderWidth:Oo.create("--ft-drawer-header-border-width","","SIZE","1px"),headerGap:Oo.extend("--ft-drawer-header-gap","",$o.spacing3),buttonsBarBackgroundColor:Oo.extend("--ft-drawer-buttons-bar-background-color","",Xo.backgroundGlobalOnSurface),buttonsBarBorderColor:Oo.extend("--ft-drawer-buttons-bar-border-color","",Xo.borderGlobalSubtle),buttonsBarColor:Oo.extend("--ft-drawer-buttons-bar-color","",Xo.contentGlobalPrimary),buttonsBarHorizontalPadding:Oo.extend("--ft-drawer-buttons-bar-horizontal-padding","",$o.spacing4),buttonsBarVerticalPadding:Oo.extend("--ft-drawer-buttons-bar-vertical-padding","",$o.spacing4),buttonsBarGap:Oo.extend("--ft-drawer-buttons-bar-gap","",$o.spacing3),buttonsBarBorderWidth:Oo.create("--ft-drawer-buttons-bar-border-width","","SIZE","1px"),containerWidth:Oo.create("--ft-drawer-container-width","","SIZE","66%"),containerMinWidth:Oo.create("--ft-drawer-container-min-width","","SIZE","500px"),containerMaxWidth:Oo.create("--ft-drawer-container-max-width","","SIZE","1000px"),containerHeight:Oo.create("--ft-drawer-container-height","","SIZE","100%"),overlayBackgroundColor:Oo.extend("--ft-drawer-overlay-background-color","",$o.colorGray700)},ni={fieldHorizontalPadding:Oo.extend("--ft-text-input-field-horizontal-padding","",$o.spacing4),fieldHorizontalGap:Oo.extend("--ft-text-input-field-horizontal-gap","",$o.spacing3),fieldVerticalGap:Oo.extend("--ft-text-input-field-vertical-gap","",$o.spacing05),fieldIconSize:Oo.extend("--ft-text-input-field-icon-size","",$o.iconSize3),fieldHeight:Oo.create("--ft-text-input-field-height","","SIZE","50px"),helperHorizontalPadding:Oo.extend("--ft-text-input-helper-horizontal-padding","",$o.spacing4),helperHorizontalGap:Oo.extend("--ft-text-input-helper-horizontal-gap","",$o.spacing1),helperIconSize:Oo.extend("--ft-text-input-helper-icon-size","",$o.iconSize2),borderRadius:Oo.extend("--ft-text-input-border-radius","",$o.borderRadiusM),backgroundColor:Oo.extend("--ft-text-input-background-color","",$o.colorWhite),contentValueColor:Oo.extend("--ft-text-input-content-value-color","",Xo.contentGlobalPrimary),trailingIconColor:Oo.extend("--ft-text-input-trailing-icon-color","",Xo.contentGlobalSubtle),labelColor:Oo.extend("--ft-text-input-label-color","",Xo.contentGlobalSubtle),defaultBorderColor:Oo.extend("--ft-text-input-default-border-color","",Xo.borderInputPrimary),defaultHelperTextColor:Oo.extend("--ft-text-input-default-helper-text-color","",Xo.contentGlobalSubtle),defaultBorderWidth:Oo.create("--ft-text-input-default-border-width","","SIZE","1px"),errorBorderWidth:Oo.create("--ft-text-input-error-border-width","","SIZE","2px"),errorBorderColor:Oo.extend("--ft-text-input-error-border-color","",Xo.borderErrorPrimary),errorHelperTextColor:Oo.extend("--ft-text-input-error-helper-text-color","",Xo.contentErrorPrimary),errorHelperIconColor:Oo.extend("--ft-text-input-error-helper-icon-color","",Xo.contentErrorIconOnly),warningBorderWidth:Oo.create("--ft-text-input-warning-border-width","","SIZE","2px"),focusOutlineWidth:Oo.create("--ft-text-input-focus-outline-width","","SIZE","2px"),focusFocusRingColor:Oo.extend("--ft-text-input-focus-focus-ring-color","",Xo.borderActionFocusRing),focusOutlineOffset:Oo.create("--ft-text-input-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:Oo.extend("--ft-text-input-disabled-component-opacity","",$o.opacity40)},ai={backgroundColor:Oo.extend("--ft-text-area-background-color","",$o.colorWhite),contentValueColor:Oo.extend("--ft-text-area-content-value-color","",Xo.contentGlobalPrimary),labelColor:Oo.extend("--ft-text-area-label-color","",Xo.contentGlobalSubtle),defaultBorderColor:Oo.extend("--ft-text-area-default-border-color","",Xo.borderInputPrimary),defaultHelperTextColor:Oo.extend("--ft-text-area-default-helper-text-color","",Xo.contentGlobalSubtle),defaultBorderWidth:Oo.create("--ft-text-area-default-border-width","","SIZE","1px"),errorBorderWidth:Oo.create("--ft-text-area-error-border-width","","SIZE","2px"),errorBorderColor:Oo.extend("--ft-text-area-error-border-color","",Xo.borderErrorPrimary),errorHelperTextColor:Oo.extend("--ft-text-area-error-helper-text-color","",Xo.contentErrorPrimary),errorHelperIconColor:Oo.extend("--ft-text-area-error-helper-icon-color","",Xo.contentErrorIconOnly),focusFocusRingColor:Oo.extend("--ft-text-area-focus-focus-ring-color","",Xo.borderActionFocusRing),focusOutlineWidth:Oo.create("--ft-text-area-focus-outline-width","","SIZE","2px"),focusOutlineOffset:Oo.create("--ft-text-area-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:Oo.extend("--ft-text-area-disabled-component-opacity","",$o.opacity40),fieldHorizontalLeftPadding:Oo.extend("--ft-text-area-field-horizontal-left-padding","",$o.spacing4),fieldHorizontalGap:Oo.extend("--ft-text-area-field-horizontal-gap","",$o.spacing3),fieldVerticalGap:Oo.extend("--ft-text-area-field-vertical-gap","",$o.spacing05),fieldMinHeight:Oo.create("--ft-text-area-field-min-height","","SIZE","64px"),helperHorizontalPadding:Oo.extend("--ft-text-area-helper-horizontal-padding","",$o.spacing4),helperHorizontalGap:Oo.extend("--ft-text-area-helper-horizontal-gap","",$o.spacing1),helperIconSize:Oo.extend("--ft-text-area-helper-icon-size","",$o.iconSize2),borderRadius:Oo.extend("--ft-text-area-border-radius","",$o.borderRadiusM)},si={height:Oo.create("--ft-floating-menu-height","","SIZE","50px"),horizontalPadding:Oo.extend("--ft-floating-menu-horizontal-padding","",$o.spacing4),offIconColor:Oo.extend("--ft-floating-menu-off-icon-color","",Xo.contentGlobalPrimary),offColor:Oo.extend("--ft-floating-menu-off-color","",Xo.contentGlobalPrimary),onColor:Oo.extend("--ft-floating-menu-on-color","",Xo.contentActionPrimary),onStateLayerColor:Oo.extend("--ft-floating-menu-on-state-layer-color","",Xo.contentActionPrimary),gap:Oo.extend("--ft-floating-menu-gap","",$o.spacing3),focusFocusRingColor:Oo.extend("--ft-floating-menu-focus-focus-ring-color","",Xo.borderActionFocusRing),focusOutlineWidth:Oo.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),focusStateLayerOpacity:Oo.extend("--ft-floating-menu-focus-state-layer-opacity","",$o.opacity8),hoverStateLayerOpacity:Oo.extend("--ft-floating-menu-hover-state-layer-opacity","",$o.opacity8),activeStateLayerOpacity:Oo.extend("--ft-floating-menu-active-state-layer-opacity","",$o.opacity16),disabledComponentOpacity:Oo.extend("--ft-floating-menu-disabled-component-opacity","",$o.opacity40),iconSize:Oo.extend("--ft-floating-menu-icon-size","",$o.iconSize3),backgroundColor:Oo.extend("--ft-floating-menu-background-color","",Xo.backgroundGlobalOnSurface)},li={fieldHorizontalPadding:Oo.extend("--ft-combobox-single-select-field-horizontal-padding","",$o.spacing4),fieldHorizontalGap:Oo.extend("--ft-combobox-single-select-field-horizontal-gap","",$o.spacing3),fieldVerticalGap:Oo.extend("--ft-combobox-single-select-field-vertical-gap","",$o.spacing05),fieldIconSize:Oo.extend("--ft-combobox-single-select-field-icon-size","",$o.iconSize3),fieldHeight:Oo.create("--ft-combobox-single-select-field-height","","SIZE","50px"),helperHorizontalPadding:Oo.extend("--ft-combobox-single-select-helper-horizontal-padding","",$o.spacing4),helperHorizontalGap:Oo.extend("--ft-combobox-single-select-helper-horizontal-gap","",$o.spacing1),helperVerticalGap:Oo.extend("--ft-combobox-single-select-helper-vertical-gap","",$o.spacing1),helperIconSize:Oo.extend("--ft-combobox-single-select-helper-icon-size","",$o.iconSize2),menuVerticalGap:Oo.extend("--ft-combobox-single-select-menu-vertical-gap","",$o.spacing2),borderRadius:Oo.extend("--ft-combobox-single-select-border-radius","",$o.borderRadiusM),backgroundColor:Oo.extend("--ft-combobox-single-select-background-color","",$o.colorWhite),labelColor:Oo.extend("--ft-combobox-single-select-label-color","",Xo.contentGlobalSubtle),contentValueColor:Oo.extend("--ft-combobox-single-select-content-value-color","",Xo.contentGlobalPrimary),trailingIconColor:Oo.extend("--ft-combobox-single-select-trailing-icon-color","",Xo.contentGlobalSubtle),defaultBorderColor:Oo.extend("--ft-combobox-single-select-default-border-color","",Xo.borderInputPrimary),defaultHelperTextColor:Oo.extend("--ft-combobox-single-select-default-helper-text-color","",Xo.contentGlobalSubtle),defaultBorderWidth:Oo.create("--ft-combobox-single-select-default-border-width","","SIZE","1px"),errorBorderWidth:Oo.create("--ft-combobox-single-select-error-border-width","","SIZE","2px"),errorBorderColor:Oo.extend("--ft-combobox-single-select-error-border-color","",Xo.borderErrorPrimary),errorHelperTextColor:Oo.extend("--ft-combobox-single-select-error-helper-text-color","",Xo.contentErrorPrimary),warningBorderWidth:Oo.create("--ft-combobox-single-select-warning-border-width","","SIZE","2px"),warningBorderColor:Oo.extend("--ft-combobox-single-select-warning-border-color","",Xo.borderWarningPrimary),warningHelperTextColor:Oo.extend("--ft-combobox-single-select-warning-helper-text-color","",Xo.contentWarningPrimary),warningHelperIconColor:Oo.extend("--ft-combobox-single-select-warning-helper-icon-color","",Xo.contentWarningIconOnly),focusOutlineWidth:Oo.create("--ft-combobox-single-select-focus-outline-width","","SIZE","2px"),focusFocusRingColor:Oo.extend("--ft-combobox-single-select-focus-focus-ring-color","",Xo.borderActionFocusRing),focusOutlineOffset:Oo.create("--ft-combobox-single-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:Oo.extend("--ft-combobox-single-select-disabled-component-opacity","",$o.opacity40)},ci={backgroundColor:Oo.extend("--ft-combobox-multi-select-background-color","",$o.colorWhite),labelColor:Oo.extend("--ft-combobox-multi-select-label-color","",Xo.contentGlobalSubtle),trailingIconColor:Oo.extend("--ft-combobox-multi-select-trailing-icon-color","",Xo.contentGlobalSubtle),defaultBorderColor:Oo.extend("--ft-combobox-multi-select-default-border-color","",Xo.borderInputPrimary),defaultHelperTextColor:Oo.extend("--ft-combobox-multi-select-default-helper-text-color","",Xo.contentGlobalSubtle),defaultBorderWidth:Oo.create("--ft-combobox-multi-select-default-border-width","","SIZE","1px"),errorBorderColor:Oo.extend("--ft-combobox-multi-select-error-border-color","",Xo.borderErrorPrimary),errorHelperTextColor:Oo.extend("--ft-combobox-multi-select-error-helper-text-color","",Xo.contentErrorPrimary),errorHelperIcon:Oo.extend("--ft-combobox-multi-select-error-helper-icon","",Xo.contentErrorIconOnly),errorBorderWidth:Oo.create("--ft-combobox-multi-select-error-border-width","","SIZE","2px"),warningBorderColor:Oo.extend("--ft-combobox-multi-select-warning-border-color","",Xo.borderWarningPrimary),warningHelperTextColor:Oo.extend("--ft-combobox-multi-select-warning-helper-text-color","",Xo.contentWarningPrimary),warningHelperIconColor:Oo.extend("--ft-combobox-multi-select-warning-helper-icon-color","",Xo.contentWarningIconOnly),warningBorderWidth:Oo.create("--ft-combobox-multi-select-warning-border-width","","SIZE","2px"),focusFocusRingColor:Oo.extend("--ft-combobox-multi-select-focus-focus-ring-color","",Xo.borderActionFocusRing),focusOutlineWidth:Oo.create("--ft-combobox-multi-select-focus-outline-width","","SIZE","2px"),focusOutlineOffset:Oo.create("--ft-combobox-multi-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:Oo.extend("--ft-combobox-multi-select-disabled-component-opacity","",$o.opacity40),helperHorizontalPadding:Oo.extend("--ft-combobox-multi-select-helper-horizontal-padding","",$o.spacing4),helperHorizontalGap:Oo.extend("--ft-combobox-multi-select-helper-horizontal-gap","",$o.spacing1),helperVerticalGap:Oo.extend("--ft-combobox-multi-select-helper-vertical-gap","",$o.spacing1),helperIconSize:Oo.extend("--ft-combobox-multi-select-helper-icon-size","",$o.iconSize2),fieldHorizontalPadding:Oo.extend("--ft-combobox-multi-select-field-horizontal-padding","",$o.spacing4),fieldHorizontalGap:Oo.extend("--ft-combobox-multi-select-field-horizontal-gap","",$o.spacing3),fieldVerticalGap:Oo.extend("--ft-combobox-multi-select-field-vertical-gap","",$o.spacing05),fieldIconSize:Oo.extend("--ft-combobox-multi-select-field-icon-size","",$o.iconSize3),fieldMaxHeight:Oo.create("--ft-combobox-multi-select-field-max-height","","SIZE","112px"),contentValuesHorizontalGap:Oo.extend("--ft-combobox-multi-select-content-values-horizontal-gap","",$o.spacing1),contentValuesVerticalGap:Oo.extend("--ft-combobox-multi-select-content-values-vertical-gap","",$o.spacing1),borderRadius:Oo.extend("--ft-combobox-multi-select-border-radius","",$o.borderRadiusM)},hi={backgroundColor:Oo.extend("--ft-popover-background-color","",Xo.backgroundGlobalOnSurface),horizontalPadding:Oo.extend("--ft-popover-horizontal-padding","",$o.spacing6),verticalPadding:Oo.extend("--ft-popover-vertical-padding","",$o.spacing6),iconColor:Oo.extend("--ft-popover-icon-color","",Xo.contentGlobalSecondary),iconSize:Oo.extend("--ft-popover-icon-size","",$o.iconSize2),titleColor:Oo.extend("--ft-popover-title-color","",Xo.contentGlobalPrimary),bodyColor:Oo.extend("--ft-popover-body-color","",Xo.contentGlobalSecondary),linkColor:Oo.extend("--ft-popover-link-color","",Xo.contentActionPrimary),gap:Oo.extend("--ft-popover-gap","",$o.spacing3),borderRadius:Oo.extend("--ft-popover-border-radius","",$o.borderRadiusM),shadow:Oo.extend("--ft-popover-shadow","",$o.shadowElevation02)},fi={topLeftBorderRadius:Oo.extend("--ft-tabs-top-left-border-radius","",$o.borderRadiusS),topRightBorderRadius:Oo.extend("--ft-tabs-top-right-border-radius","",$o.borderRadiusS),labelHorizontalPadding:Oo.extend("--ft-tabs-label-horizontal-padding","",$o.spacing4),labelVerticalPadding:Oo.extend("--ft-tabs-label-vertical-padding","",$o.spacing3),labelGap:Oo.extend("--ft-tabs-label-gap","",$o.spacing1),offHoverStateLayerOpacity:Oo.extend("--ft-tabs-off-hover-state-layer-opacity","",$o.opacity8),offFocusStateLayerOpacity:Oo.extend("--ft-tabs-off-focus-state-layer-opacity","",$o.opacity8),offActiveStateLayerOpacity:Oo.extend("--ft-tabs-off-active-state-layer-opacity","",$o.opacity16),offDisabledComponentOpacity:Oo.extend("--ft-tabs-off-disabled-component-opacity","",$o.opacity40),offColor:Oo.extend("--ft-tabs-off-color","",Xo.contentGlobalSubtle),offStateLayerColor:Oo.extend("--ft-tabs-off-state-layer-color","",Xo.contentGlobalSubtle),onHoverStateLayerOpacity:Oo.extend("--ft-tabs-on-hover-state-layer-opacity","",$o.opacity8),onFocusStateLayerOpacity:Oo.extend("--ft-tabs-on-focus-state-layer-opacity","",$o.opacity8),onActiveStateLayerOpacity:Oo.extend("--ft-tabs-on-active-state-layer-opacity","",$o.opacity16),onDisabledComponentOpacity:Oo.extend("--ft-tabs-on-disabled-component-opacity","",$o.opacity40),onColor:Oo.extend("--ft-tabs-on-color","",Xo.contentActionPrimary),onStateLayerColor:Oo.extend("--ft-tabs-on-state-layer-color","",Xo.contentActionPrimary),iconHorizontalPadding:Oo.extend("--ft-tabs-icon-horizontal-padding","",$o.spacing1),iconVerticalPadding:Oo.extend("--ft-tabs-icon-vertical-padding","",$o.spacing4),focusOutlineWidth:Oo.create("--ft-tabs-focus-outline-width","","SIZE","2px"),focusFocusRingColor:Oo.extend("--ft-tabs-focus-focus-ring-color","",Xo.borderActionFocusRing)},pi={hoverStateLayerOpacity:Oo.extend("--ft-collapsible-hover-state-layer-opacity","",$o.opacity8),focusStateLayerOpacity:Oo.extend("--ft-collapsible-focus-state-layer-opacity","",$o.opacity8),focusOutlineWidth:Oo.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),focusFocusRingColor:Oo.extend("--ft-collapsible-focus-focus-ring-color","",Xo.borderActionFocusRing),activeStateLayerOpacity:Oo.extend("--ft-collapsible-active-state-layer-opacity","",$o.opacity16),disabledComponentOpacity:Oo.extend("--ft-collapsible-disabled-component-opacity","",$o.opacity40),horizontalPadding:Oo.extend("--ft-collapsible-horizontal-padding","",$o.spacing4),verticalPadding:Oo.extend("--ft-collapsible-vertical-padding","",$o.spacing3),color:Oo.extend("--ft-collapsible-color","",Xo.contentGlobalPrimary),stateLayerColor:Oo.extend("--ft-collapsible-state-layer-color","",Xo.contentGlobalPrimary),backgroundColor:Oo.extend("--ft-collapsible-background-color","",Xo.backgroundGlobalOnSurface),borderColor:Oo.extend("--ft-collapsible-border-color","",Xo.borderGlobalSubtle),iconSize:Oo.extend("--ft-collapsible-icon-size","",$o.iconSize3)},di={groupHorizontalPadding:Oo.extend("--ft-switch-group-horizontal-padding","",$o.spacing1),groupVerticalPadding:Oo.extend("--ft-switch-group-vertical-padding","",$o.spacing1),groupGap:Oo.extend("--ft-switch-group-gap","",$o.spacing1),groupBackgroundColor:Oo.extend("--ft-switch-group-background-color","",Xo.backgroundGlobalSurface),groupBorderColor:Oo.extend("--ft-switch-group-border-color","",Xo.borderGlobalSubtle),groupBorderRadius:Oo.create("--ft-switch-group-border-radius","","SIZE","6px"),labelHorizontalPadding:Oo.extend("--ft-switch-label-horizontal-padding","",$o.spacing2),labelVerticalPadding:Oo.extend("--ft-switch-label-vertical-padding","",$o.spacing1),offHoverStateLayerOpacity:Oo.extend("--ft-switch-off-hover-state-layer-opacity","",$o.opacity8),offFocusStateLayerOpacity:Oo.extend("--ft-switch-off-focus-state-layer-opacity","",$o.opacity8),offActiveStateLayerOpacity:Oo.extend("--ft-switch-off-active-state-layer-opacity","",$o.opacity16),offDisabledComponentOpacity:Oo.extend("--ft-switch-off-disabled-component-opacity","",$o.opacity40),offColor:Oo.extend("--ft-switch-off-color","",Xo.contentGlobalSubtle),offStateLayerColor:Oo.extend("--ft-switch-off-state-layer-color","",Xo.contentGlobalSubtle),onHoverStateLayerOpacity:Oo.extend("--ft-switch-on-hover-state-layer-opacity","",$o.opacity8),onFocusStateLayerOpacity:Oo.extend("--ft-switch-on-focus-state-layer-opacity","",$o.opacity8),onActiveStateLayerOpacity:Oo.extend("--ft-switch-on-active-state-layer-opacity","",$o.opacity16),onDisabledComponentOpacity:Oo.extend("--ft-switch-on-disabled-component-opacity","",$o.opacity40),onColor:Oo.extend("--ft-switch-on-color","",Xo.contentActionPrimary),onStateLayerColor:Oo.extend("--ft-switch-on-state-layer-color","",Xo.contentActionPrimary),iconHorizontalPadding:Oo.extend("--ft-switch-icon-horizontal-padding","",$o.spacing1),iconVerticalPadding:Oo.extend("--ft-switch-icon-vertical-padding","",$o.spacing1),focusOutlineWidth:Oo.create("--ft-switch-focus-outline-width","","SIZE","2px"),focusFocusRingColor:Oo.extend("--ft-switch-focus-focus-ring-color","",Xo.borderActionFocusRing),optionBorderRadius:Oo.extend("--ft-switch-option-border-radius","",$o.borderRadiusS)},ui={color1Light:Oo.extend("--ft-chart-1-light","for area color charts",$o.colorBrand40),color1Base:Oo.extend("--ft-chart-1-base","for line charts",$o.colorBrand0),color2Light:Oo.extend("--ft-chart-2-light","for area color charts",$o.colorYellow60),color2Base:Oo.extend("--ft-chart-2-base","for line charts",$o.colorYellow100),color3Light:Oo.extend("--ft-chart-3-light","",$o.colorUltramarine40),color3Base:Oo.extend("--ft-chart-3-base","",$o.colorUltramarine70),color4Light:Oo.extend("--ft-chart-4-light","",$o.colorCyan50),color4Base:Oo.extend("--ft-chart-4-base","",$o.colorCyan100),color5Light:Oo.extend("--ft-chart-5-light","",$o.colorRed40),color5Base:Oo.extend("--ft-chart-5-base","",$o.colorRed60),color6Light:Oo.extend("--ft-chart-6-light","",$o.colorGreen40),color6Base:Oo.extend("--ft-chart-6-base","",$o.colorGreen70),color7Light:Oo.extend("--ft-chart-7-light","",$o.colorOrange70),color7Base:Oo.extend("--ft-chart-7-base","",$o.colorOrange100),color8Light:Oo.extend("--ft-chart-8-light","",$o.colorAvocado70),color8Base:Oo.extend("--ft-chart-8-base","",$o.colorAvocado200),color9Light:Oo.extend("--ft-chart-9-light","",$o.colorBrown50),color9Base:Oo.extend("--ft-chart-9-base","",$o.colorBrown200),color10Light:Oo.extend("--ft-chart-10-light","",$o.colorGray50),color10Base:Oo.extend("--ft-chart-10-base","",$o.colorGray80),monochrome10:Oo.extend("--ft-chart-monochrome-10","",$o.colorBrand10),monochrome20:Oo.extend("--ft-chart-monochrome-20","",$o.colorBrand20),monochrome30:Oo.extend("--ft-chart-monochrome-30","",$o.colorBrand40),monochrome40:Oo.extend("--ft-chart-monochrome-40","",$o.colorBrand60),monochrome50:Oo.extend("--ft-chart-monochrome-50","",$o.colorBrand0),monochrome60:Oo.extend("--ft-chart-monochrome-60","",$o.colorBrand200)},bi={largeHorizontalPadding:Oo.extend("--ft-chip-large-horizontal-padding","",$o.spacing4),largeVerticalPadding:Oo.extend("--ft-chip-large-vertical-padding","",$o.spacing2),largeGap:Oo.extend("--ft-chip-large-gap","",$o.spacing1),largeFocusOutlineOffset:Oo.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:Oo.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),largeBorderRadius:Oo.extend("--ft-chip-large-border-radius","",$o.borderRadiusPill),largeBorderWidth:Oo.create("--ft-chip-large-border-width","","SIZE","1px"),largeIconSize:Oo.extend("--ft-chip-large-icon-size","",$o.iconSize3),mediumHorizontalPadding:Oo.extend("--ft-chip-medium-horizontal-padding","",$o.spacing3),mediumVerticalPadding:Oo.extend("--ft-chip-medium-vertical-padding","",$o.spacing1),mediumGap:Oo.extend("--ft-chip-medium-gap","",$o.spacing1),mediumFocusOutlineOffset:Oo.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:Oo.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),mediumBorderRadius:Oo.extend("--ft-chip-medium-border-radius","",$o.borderRadiusPill),mediumBorderWidth:Oo.create("--ft-chip-medium-border-width","","SIZE","1px"),mediumIconSize:Oo.extend("--ft-chip-medium-icon-size","",$o.iconSize2),smallHorizontalPadding:Oo.extend("--ft-chip-small-horizontal-padding","",$o.spacing2),smallVerticalPadding:Oo.extend("--ft-chip-small-vertical-padding","",$o.spacing05),smallGap:Oo.extend("--ft-chip-small-gap","",$o.spacing1),smallFocusOutlineOffset:Oo.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:Oo.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),smallBorderRadius:Oo.extend("--ft-chip-small-border-radius","",$o.borderRadiusPill),smallBorderWidth:Oo.create("--ft-chip-small-border-width","","SIZE","1px"),smallIconSize:Oo.extend("--ft-chip-small-icon-size","",$o.iconSize1),neutralBackgroundColor:Oo.extend("--ft-chip-neutral-background-color","",Xo.backgroundGlobalOnSurface),neutralColor:Oo.extend("--ft-chip-neutral-color","",Xo.contentGlobalPrimary),neutralIconColor:Oo.extend("--ft-chip-neutral-icon-color","",Xo.contentGlobalPrimary),neutralBorderColor:Oo.extend("--ft-chip-neutral-border-color","",Xo.borderGlobalSubtle),infoBackgroundColor:Oo.extend("--ft-chip-info-background-color","",Xo.backgroundInfoSubtle),infoColor:Oo.extend("--ft-chip-info-color","",Xo.contentInfoPrimary),infoIconColor:Oo.extend("--ft-chip-info-icon-color","",Xo.contentInfoIconOnly),infoBorderColor:Oo.extend("--ft-chip-info-border-color","",Xo.borderInfoSubtle),successBackgroundColor:Oo.extend("--ft-chip-success-background-color","",Xo.backgroundSuccessSubtle),successColor:Oo.extend("--ft-chip-success-color","",Xo.contentSuccessPrimary),successIconColor:Oo.extend("--ft-chip-success-icon-color","",Xo.contentSuccessIconOnly),successBorderColor:Oo.extend("--ft-chip-success-border-color","",Xo.borderSuccessSubtle),warningBackgroundColor:Oo.extend("--ft-chip-warning-background-color","",Xo.backgroundWarningSubtle),warningColor:Oo.extend("--ft-chip-warning-color","",Xo.contentWarningPrimary),warningIconColor:Oo.extend("--ft-chip-warning-icon-color","",Xo.contentWarningIconOnly),warningBorderColor:Oo.extend("--ft-chip-warning-border-color","",Xo.borderWarningSubtle),errorBackgroundColor:Oo.extend("--ft-chip-error-background-color","",Xo.backgroundErrorSubtle),errorColor:Oo.extend("--ft-chip-error-color","",Xo.contentErrorPrimary),errorIconColor:Oo.extend("--ft-chip-error-icon-color","",Xo.contentErrorIconOnly),errorBorderColor:Oo.extend("--ft-chip-error-border-color","",Xo.borderErrorSubtle)},gi={infoBorderColor:Oo.extend("--ft-border-info-border-color","",Xo.borderInfoSubtle)},yi={borderWidth:Oo.create("--ft-notice-border-width","","SIZE","1px"),horizontalPadding:Oo.extend("--ft-notice-horizontal-padding","",$o.spacing2),verticalPadding:Oo.extend("--ft-notice-vertical-padding","",$o.spacing1),borderRadius:Oo.extend("--ft-notice-border-radius","",$o.borderRadiusS),gap:Oo.extend("--ft-notice-gap","",$o.spacing2),iconSize:Oo.extend("--ft-notice-icon-size","",$o.iconSize3),infoBackgroundColor:Oo.extend("--ft-notice-info-background-color","",Xo.backgroundInfoSubtle),infoBorderColor:Oo.extend("--ft-notice-info-border-color","",Xo.borderInfoSubtle),infoColor:Oo.extend("--ft-notice-info-color","",Xo.contentInfoPrimary),infoIconColor:Oo.extend("--ft-notice-info-icon-color","",Xo.contentInfoIconOnly),warningBackgroundColor:Oo.extend("--ft-notice-warning-background-color","",Xo.backgroundWarningSubtle),warningBorderColor:Oo.extend("--ft-notice-warning-border-color","",Xo.borderWarningSubtle),warningColor:Oo.extend("--ft-notice-warning-color","",Xo.contentWarningPrimary),warningIconColor:Oo.extend("--ft-notice-warning-icon-color","",Xo.contentWarningIconOnly),errorBackgroundColor:Oo.extend("--ft-notice-error-background-color","",Xo.backgroundErrorSubtle),errorBorderColor:Oo.extend("--ft-notice-error-border-color","",Xo.borderErrorSubtle),errorColor:Oo.extend("--ft-notice-error-color","",Xo.contentErrorPrimary),errorIconColor:Oo.extend("--ft-notice-error-icon-color","",Xo.contentErrorIconOnly),successBackgroundColor:Oo.extend("--ft-notice-success-background-color","",Xo.backgroundSuccessSubtle),successBorderColor:Oo.extend("--ft-notice-success-border-color","",Xo.borderSuccessSubtle),successColor:Oo.extend("--ft-notice-success-color","",Xo.contentSuccessPrimary),successIconColor:Oo.extend("--ft-notice-success-icon-color","",Xo.contentSuccessIconOnly)},mi={color:Oo.extend("--ft-checkbox-color","",Xo.contentGlobalPrimary),checkedBackgroundColor:Oo.extend("--ft-checkbox-checked-background-color","",Xo.contentActionPrimary),checkedStateLayerColor:Oo.extend("--ft-checkbox-checked-state-layer-color","",Xo.contentActionPrimary),checkedIconColor:Oo.extend("--ft-checkbox-checked-icon-color","",Xo.contentGlobalOnColor),checkedHoverStateLayerOpacity:Oo.extend("--ft-checkbox-checked-hover-state-layer-opacity","",$o.opacity16),checkedFocusStateLayerOpacity:Oo.extend("--ft-checkbox-checked-focus-state-layer-opacity","",$o.opacity16),checkedActiveStateLayerOpacity:Oo.extend("--ft-checkbox-checked-active-state-layer-opacity","",$o.opacity24),checkedDisabledComponentOpacity:Oo.extend("--ft-checkbox-checked-disabled-component-opacity","",$o.opacity40),uncheckedBorderColor:Oo.extend("--ft-checkbox-unchecked-border-color","",$o.colorGray80),uncheckedStateLayerColor:Oo.extend("--ft-checkbox-unchecked-state-layer-color","",$o.colorGray80),uncheckedHoverStateLayerOpacity:Oo.extend("--ft-checkbox-unchecked-hover-state-layer-opacity","",$o.opacity16),uncheckedFocusStateLayerOpacity:Oo.extend("--ft-checkbox-unchecked-focus-state-layer-opacity","",$o.opacity16),uncheckedActiveStateLayerOpacity:Oo.extend("--ft-checkbox-unchecked-active-state-layer-opacity","",$o.opacity24),uncheckedDisabledComponentOpacity:Oo.extend("--ft-checkbox-unchecked-disabled-component-opacity","",$o.opacity40),focusFocusRingColor:Oo.extend("--ft-checkbox-focus-focus-ring-color","",Xo.borderActionFocusRing),focusOutlineOffset:Oo.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:Oo.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),gap:Oo.extend("--ft-checkbox-gap","",$o.spacing3)},vi={offHoverStateLayerOpacity:Oo.extend("--ft-toggle-off-hover-state-layer-opacity","",$o.opacity16),offFocusStateLayerOpacity:Oo.extend("--ft-toggle-off-focus-state-layer-opacity","",$o.opacity16),offActiveStateLayerOpacity:Oo.extend("--ft-toggle-off-active-state-layer-opacity","",$o.opacity24),offDisabledComponentOpacity:Oo.extend("--ft-toggle-off-disabled-component-opacity","",$o.opacity40),offBackgroundColor:Oo.extend("--ft-toggle-off-background-color","",Xo.contentGlobalSubtle),offIconColor:Oo.extend("--ft-toggle-off-icon-color","",Xo.contentGlobalSubtle),offStateLayerColor:Oo.extend("--ft-toggle-off-state-layer-color","",Xo.contentGlobalSubtle),onHoverStateLayerOpacity:Oo.extend("--ft-toggle-on-hover-state-layer-opacity","",$o.opacity16),onFocusStateLayerOpacity:Oo.extend("--ft-toggle-on-focus-state-layer-opacity","",$o.opacity16),onActiveStateLayerOpacity:Oo.extend("--ft-toggle-on-active-state-layer-opacity","",$o.opacity24),onDisabledComponentOpacity:Oo.extend("--ft-toggle-on-disabled-component-opacity","",$o.opacity40),onBackgroundColor:Oo.extend("--ft-toggle-on-background-color","",Xo.contentActionPrimary),onStateLayerColor:Oo.extend("--ft-toggle-on-state-layer-color","",Xo.contentActionPrimary),onIconColor:Oo.extend("--ft-toggle-on-icon-color","",Xo.contentActionPrimary),color:Oo.extend("--ft-toggle-color","",Xo.contentGlobalPrimary),focusFocusRingColor:Oo.extend("--ft-toggle-focus-focus-ring-color","",Xo.borderActionFocusRing),gap:Oo.extend("--ft-toggle-gap","",$o.spacing3)},xi={color:Oo.extend("--ft-radio-color","",Xo.contentGlobalPrimary),selectedRadioColor:Oo.extend("--ft-radio-selected-radio-color","",Xo.contentActionPrimary),selectedStateLayerColor:Oo.extend("--ft-radio-selected-state-layer-color","",Xo.contentActionPrimary),selectedHoverStateLayerOpacity:Oo.extend("--ft-radio-selected-hover-state-layer-opacity","",$o.opacity16),selectedFocusStateLayerOpacity:Oo.extend("--ft-radio-selected-focus-state-layer-opacity","",$o.opacity16),selectedActiveStateLayerOpacity:Oo.extend("--ft-radio-selected-active-state-layer-opacity","",$o.opacity24),selectedDisabledComponentOpacity:Oo.extend("--ft-radio-selected-disabled-component-opacity","",$o.opacity40),unselectedStateLayerColor:Oo.extend("--ft-radio-unselected-state-layer-color","",Xo.borderInputPrimary),unselectedBorderColor:Oo.extend("--ft-radio-unselected-border-color","",Xo.borderInputPrimary),unselectedHoverStateLayerOpacity:Oo.extend("--ft-radio-unselected-hover-state-layer-opacity","",$o.opacity16),unselectedFocusStateLayerOpacity:Oo.extend("--ft-radio-unselected-focus-state-layer-opacity","",$o.opacity16),unselectedActiveStateLayerOpacity:Oo.extend("--ft-radio-unselected-active-state-layer-opacity","",$o.opacity24),unselectedDisabledComponentOpacity:Oo.extend("--ft-radio-unselected-disabled-component-opacity","",$o.opacity40),focusFocusRingColor:Oo.extend("--ft-radio-focus-focus-ring-color","",Xo.borderActionFocusRing),focusOutlineOffset:Oo.create("--ft-radio-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:Oo.create("--ft-radio-focus-outline-width","","SIZE","2px"),gap:Oo.extend("--ft-radio-gap","",$o.spacing3)},wi={iconSize:Oo.extend("--ft-notification-icon-size","",$o.iconSize4),horizontalPadding:Oo.extend("--ft-notification-horizontal-padding","",$o.spacing4),verticalPadding:Oo.extend("--ft-notification-vertical-padding","",$o.spacing4),infoBackgroundColor:Oo.extend("--ft-notification-info-background-color","",Xo.backgroundInfoSubtle),infoColor:Oo.extend("--ft-notification-info-color","",Xo.contentInfoPrimary),infoIconColor:Oo.extend("--ft-notification-info-icon-color","",Xo.contentInfoIconOnly),infoBorderColor:Oo.extend("--ft-notification-info-border-color","",Xo.borderInfoSubtle),successBackgroundColor:Oo.extend("--ft-notification-success-background-color","",Xo.backgroundSuccessSubtle),successColor:Oo.extend("--ft-notification-success-color","",Xo.contentSuccessPrimary),successIconColor:Oo.extend("--ft-notification-success-icon-color","",Xo.contentSuccessIconOnly),successBorderColor:Oo.extend("--ft-notification-success-border-color","",Xo.borderSuccessSubtle),warningBackgroundColor:Oo.extend("--ft-notification-warning-background-color","",Xo.backgroundWarningSubtle),warningColor:Oo.extend("--ft-notification-warning-color","",Xo.contentWarningPrimary),warningIconColor:Oo.extend("--ft-notification-warning-icon-color","",Xo.contentWarningIconOnly),warningBorderColor:Oo.extend("--ft-notification-warning-border-color","",Xo.borderWarningSubtle),errorBackgroundColor:Oo.extend("--ft-notification-error-background-color","",Xo.backgroundErrorSubtle),errorColor:Oo.extend("--ft-notification-error-color","",Xo.contentErrorPrimary),errorIconColor:Oo.extend("--ft-notification-error-icon-color","",Xo.contentErrorIconOnly),errorBorderColor:Oo.extend("--ft-notification-error-border-color","",Xo.borderErrorSubtle),borderRadius:Oo.extend("--ft-notification-border-radius","",$o.borderRadiusPill),borderWidth:Oo.create("--ft-notification-border-width","","SIZE","1px"),leadingGap:Oo.extend("--ft-notification-leading-gap","",$o.spacing2),trailingGap:Oo.extend("--ft-notification-trailing-gap","",$o.spacing8)},Oi={horizontalPadding:Oo.extend("--ft-tooltip-horizontal-padding","",$o.spacing2),verticalPadding:Oo.extend("--ft-tooltip-vertical-padding","",$o.spacing2),borderRadius:Oo.extend("--ft-tooltip-border-radius","",$o.borderRadiusS),color:Oo.extend("--ft-tooltip-color","",Xo.contentGlobalOnColor),backgroundColor:Oo.extend("--ft-tooltip-background-color","",Xo.contentGlobalPrimary),backgroundOpacity:Oo.extend("--ft-tooltip-background-opacity","",$o.opacity80),shadow:Oo.extend("--ft-tooltip-shadow","",$o.shadowElevation03),maxWidth:Oo.create("--ft-tooltip-max-width","","SIZE","256px"),gap:Oo.extend("--ft-tooltip-gap","",$o.spacing05)};var Si=Object.freeze({__proto__:null,FtCssVariableFactory:Oo,banner:ti,border:gi,breadcrumb:ei,button:Qo,chart:ui,checkbox:mi,chip:bi,collapsible:pi,comboboxMultiSelect:ci,comboboxSingleSelect:li,drawer:ri,floatingMenu:si,foundation:$o,modal:ii,notice:yi,notification:wi,pageHeader:oi,popover:hi,radio:xi,semantic:Xo,setVariable:So,switch_:di,tabs:fi,textArea:ai,textInput:ni,toggle:vi,tooltip:Oi,typographies:Jo,typographyBody1Medium:Ro,typographyBody1Regular:Io,typographyBody1Semibold:Lo,typographyBody2Medium:Uo,typographyBody2MediumUnderline:Bo,typographyBody2Regular:zo,typographyBody2Semibold:Wo,typographyCaption1Bold:Ko,typographyCaption1Medium:Zo,typographyCaption1Semibold:_o,typographyCaption2Bold:Vo,typographyCaption2Medium:Ho,typographyCaption2Semibold:To,typographyCaption3Bold:Yo,typographyCaption3Medium:Go,typographyCaption3Semibold:qo,typographyDisplay:Co,typographyLabel1Bold:Mo,typographyLabel1Medium:Fo,typographyLabel1Semibold:Ao,typographyLabel2Bold:Po,typographyLabel2Medium:jo,typographyLabel2Semibold:Do,typographyTitle1:ko,typographyTitle2:No,typographyTitle3:Eo,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 $i={colorPrimary:Oo.create("--ft-color-primary","","COLOR","#2196F3"),colorPrimaryVariant:Oo.create("--ft-color-primary-variant","","COLOR","#1976D2"),colorSecondary:Oo.create("--ft-color-secondary","","COLOR","#FFCC80"),colorSecondaryVariant:Oo.create("--ft-color-secondary-variant","","COLOR","#F57C00"),colorSurface:Oo.create("--ft-color-surface","","COLOR","#FFFFFF"),colorContent:Oo.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),colorError:Oo.create("--ft-color-error","","COLOR","#B00020"),colorOutline:Oo.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:Oo.create("--ft-color-opacity-high","","NUMBER","1"),colorOpacityMedium:Oo.create("--ft-color-opacity-medium","","NUMBER","0.74"),colorOpacityDisabled:Oo.create("--ft-color-opacity-disabled","","NUMBER","0.38"),colorOnPrimary:Oo.create("--ft-color-on-primary","","COLOR","#FFFFFF"),colorOnPrimaryHigh:Oo.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),colorOnPrimaryMedium:Oo.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:Oo.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:Oo.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),colorOnSecondaryHigh:Oo.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),colorOnSecondaryMedium:Oo.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:Oo.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:Oo.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:Oo.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:Oo.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:Oo.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:Oo.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),opacityContentOnSurfaceEnable:Oo.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),opacityContentOnSurfaceHover:Oo.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),opacityContentOnSurfaceFocused:Oo.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),opacityContentOnSurfacePressed:Oo.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),opacityContentOnSurfaceSelected:Oo.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),opacityContentOnSurfaceDragged:Oo.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:Oo.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),opacityPrimaryOnSurfaceEnable:Oo.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),opacityPrimaryOnSurfaceHover:Oo.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:Oo.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:Oo.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:Oo.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:Oo.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:Oo.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),opacitySurfaceOnPrimaryEnable:Oo.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),opacitySurfaceOnPrimaryHover:Oo.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:Oo.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:Oo.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:Oo.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:Oo.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),elevation00:Oo.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:Oo.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:Oo.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:Oo.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:Oo.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:Oo.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:Oo.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:Oo.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:Oo.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:Oo.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:Oo.create("--ft-border-radius-S","","SIZE","4px"),borderRadiusM:Oo.create("--ft-border-radius-M","","SIZE","8px"),borderRadiusL:Oo.create("--ft-border-radius-L","","SIZE","12px"),borderRadiusXL:Oo.create("--ft-border-radius-XL","","SIZE","16px"),titleFont:Oo.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:Oo.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:Oo.create("--ft-transition-duration","","UNKNOWN","250ms"),transitionTimingFunction:Oo.create("--ft-transition-timing-function","","UNKNOWN","ease-in-out")};var Ci=Object.freeze({__proto__:null,designSystemVariables:$i});class ki extends CustomEvent{constructor(t){super("ft-notification",{bubbles:!0,composed:!0,detail:t})}}class Ni extends Event{constructor(){super("ft-pre-resize",{composed:!0,bubbles:!0})}}class Ei extends Event{constructor(){super("ft-post-resize",{composed:!0,bubbles:!0})}}var Ii=Object.freeze({__proto__:null,FtNotificationEvent:ki,PostResizeEvent:Ei,PreResizeEvent:Ni});const Ri=["start","end"],Li=["top","right","bottom","left"].reduce(((t,e)=>t.concat(e,e+"-"+Ri[0],e+"-"+Ri[1])),[]),zi=Math.min,Ui=Math.max,Bi=Math.round,Wi=t=>({x:t,y:t}),Fi={left:"right",right:"left",bottom:"top",top:"bottom"},Ai={start:"end",end:"start"};function Mi(t,e,o){return Ui(t,zi(e,o))}function ji(t,e){return"function"==typeof t?t(e):t}function Di(t){return t.split("-")[0]}function Pi(t){return t.split("-")[1]}function Zi(t){return"x"===t?"y":"x"}function _i(t){return"y"===t?"height":"width"}function Ki(t){return["top","bottom"].includes(Di(t))?"y":"x"}function Hi(t){return Zi(Ki(t))}function Ti(t){return t.replace(/left|right|bottom|top/g,(t=>Fi[t]))}function Vi(t){return{...t,top:t.y,left:t.x,right:t.x+t.width,bottom:t.y+t.height}}function Gi(t,e,o){let{reference:i,floating:r}=t;const n=Ki(e),a=Hi(e),s=_i(a),l=Di(e),c="y"===n,h=i.x+i.width/2-r.width/2,f=i.y+i.height/2-r.height/2,p=i[s]/2-r[s]/2;let d;switch(l){case"top":d={x:h,y:i.y-r.height};break;case"bottom":d={x:h,y:i.y+i.height};break;case"right":d={x:i.x+i.width,y:f};break;case"left":d={x:i.x-r.width,y:f};break;default:d={x:i.x,y:i.y}}switch(Pi(e)){case"start":d[a]-=p*(o&&c?-1:1);break;case"end":d[a]+=p*(o&&c?-1:1)}return d}async function qi(t,e){var o;void 0===e&&(e={});const{x:i,y:r,platform:n,rects:a,elements:s,strategy:l}=t,{boundary:c="clippingAncestors",rootBoundary:h="viewport",elementContext:f="floating",altBoundary:p=!1,padding:d=0}=ji(e,t),u=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),b=s[p?"floating"===f?"reference":"floating":f],g=Vi(await n.getClippingRect({element:null==(o=await(null==n.isElement?void 0:n.isElement(b)))||o?b:b.contextElement||await(null==n.getDocumentElement?void 0:n.getDocumentElement(s.floating)),boundary:c,rootBoundary:h,strategy:l})),y="floating"===f?{...a.floating,x:i,y:r}:a.reference,m=await(null==n.getOffsetParent?void 0:n.getOffsetParent(s.floating)),v=await(null==n.isElement?void 0:n.isElement(m))&&await(null==n.getScale?void 0:n.getScale(m))||{x:1,y:1},x=Vi(n.convertOffsetParentRelativeRectToViewportRelativeRect?await n.convertOffsetParentRelativeRectToViewportRelativeRect({rect:y,offsetParent:m,strategy:l}):y);return{top:(g.top-x.top+u.top)/v.y,bottom:(x.bottom-g.bottom+u.bottom)/v.y,left:(g.left-x.left+u.left)/v.x,right:(x.right-g.right+u.right)/v.x}}function Yi(t,e,o){return(t?[...o.filter((e=>Pi(e)===t)),...o.filter((e=>Pi(e)!==t))]:o.filter((t=>Di(t)===t))).filter((o=>!t||(Pi(o)===t||!!e&&function(t){return t.replace(/start|end/g,(t=>Ai[t]))}(o)!==o)))}const Ji=function(t){return void 0===t&&(t={}),{name:"autoPlacement",options:t,async fn(e){var o,i,r;const{rects:n,middlewareData:a,placement:s,platform:l,elements:c}=e,{crossAxis:h=!1,alignment:f,allowedPlacements:p=Li,autoAlignment:d=!0,...u}=ji(t,e),b=void 0!==f||p===Li?Yi(f||null,d,p):p,g=await qi(e,u),y=(null==(o=a.autoPlacement)?void 0:o.index)||0,m=b[y];if(null==m)return{};const v=function(t,e,o){void 0===o&&(o=!1);const i=Pi(t),r=Hi(t),n=_i(r);let a="x"===r?i===(o?"end":"start")?"right":"left":"start"===i?"bottom":"top";return e.reference[n]>e.floating[n]&&(a=Ti(a)),[a,Ti(a)]}(m,n,await(null==l.isRTL?void 0:l.isRTL(c.floating)));if(s!==m)return{reset:{placement:b[0]}};const x=[g[Di(m)],g[v[0]],g[v[1]]],w=[...(null==(i=a.autoPlacement)?void 0:i.overflows)||[],{placement:m,overflows:x}],O=b[y+1];if(O)return{data:{index:y+1,overflows:w},reset:{placement:O}};const S=w.map((t=>{const e=Pi(t.placement);return[t.placement,e&&h?t.overflows.slice(0,2).reduce(((t,e)=>t+e),0):t.overflows[0],t.overflows]})).sort(((t,e)=>t[1]-e[1])),$=S.filter((t=>t[2].slice(0,Pi(t[0])?2:3).every((t=>t<=0)))),C=(null==(r=$[0])?void 0:r[0])||S[0][0];return C!==s?{data:{index:y+1,overflows:w},reset:{placement:C}}:{}}}};function Xi(t){return er(t)?(t.nodeName||"").toLowerCase():"#document"}function Qi(t){var e;return(null==t||null==(e=t.ownerDocument)?void 0:e.defaultView)||window}function tr(t){var e;return null==(e=(er(t)?t.ownerDocument:t.document)||window.document)?void 0:e.documentElement}function er(t){return t instanceof Node||t instanceof Qi(t).Node}function or(t){return t instanceof Element||t instanceof Qi(t).Element}function ir(t){return t instanceof HTMLElement||t instanceof Qi(t).HTMLElement}function rr(t){return"undefined"!=typeof ShadowRoot&&(t instanceof ShadowRoot||t instanceof Qi(t).ShadowRoot)}function nr(t){const{overflow:e,overflowX:o,overflowY:i,display:r}=hr(t);return/auto|scroll|overlay|hidden|clip/.test(e+i+o)&&!["inline","contents"].includes(r)}function ar(t){return["table","td","th"].includes(Xi(t))}function sr(t){const e=lr(),o=hr(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 lr(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}function cr(t){return["html","body","#document"].includes(Xi(t))}function hr(t){return Qi(t).getComputedStyle(t)}function fr(t){return or(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function pr(t){if("html"===Xi(t))return t;const e=t.assignedSlot||t.parentNode||rr(t)&&t.host||tr(t);return rr(e)?e.host:e}function dr(t){const e=pr(t);return cr(e)?t.ownerDocument?t.ownerDocument.body:t.body:ir(e)&&nr(e)?e:dr(e)}function ur(t,e,o){var i;void 0===e&&(e=[]),void 0===o&&(o=!0);const r=dr(t),n=r===(null==(i=t.ownerDocument)?void 0:i.body),a=Qi(r);return n?e.concat(a,a.visualViewport||[],nr(r)?r:[],a.frameElement&&o?ur(a.frameElement):[]):e.concat(r,ur(r,[],o))}function br(t){const e=hr(t);let o=parseFloat(e.width)||0,i=parseFloat(e.height)||0;const r=ir(t),n=r?t.offsetWidth:o,a=r?t.offsetHeight:i,s=Bi(o)!==n||Bi(i)!==a;return s&&(o=n,i=a),{width:o,height:i,$:s}}function gr(t){return or(t)?t:t.contextElement}function yr(t){const e=gr(t);if(!ir(e))return Wi(1);const o=e.getBoundingClientRect(),{width:i,height:r,$:n}=br(e);let a=(n?Bi(o.width):o.width)/i,s=(n?Bi(o.height):o.height)/r;return a&&Number.isFinite(a)||(a=1),s&&Number.isFinite(s)||(s=1),{x:a,y:s}}const mr=Wi(0);function vr(t){const e=Qi(t);return lr()&&e.visualViewport?{x:e.visualViewport.offsetLeft,y:e.visualViewport.offsetTop}:mr}function xr(t,e,o,i){void 0===e&&(e=!1),void 0===o&&(o=!1);const r=t.getBoundingClientRect(),n=gr(t);let a=Wi(1);e&&(i?or(i)&&(a=yr(i)):a=yr(t));const s=function(t,e,o){return void 0===e&&(e=!1),!(!o||e&&o!==Qi(t))&&e}(n,o,i)?vr(n):Wi(0);let l=(r.left+s.x)/a.x,c=(r.top+s.y)/a.y,h=r.width/a.x,f=r.height/a.y;if(n){const t=Qi(n),e=i&&or(i)?Qi(i):i;let o=t.frameElement;for(;o&&i&&e!==t;){const t=yr(o),e=o.getBoundingClientRect(),i=hr(o),r=e.left+(o.clientLeft+parseFloat(i.paddingLeft))*t.x,n=e.top+(o.clientTop+parseFloat(i.paddingTop))*t.y;l*=t.x,c*=t.y,h*=t.x,f*=t.y,l+=r,c+=n,o=Qi(o).frameElement}}return Vi({width:h,height:f,x:l,y:c})}function wr(t){return xr(tr(t)).left+fr(t).scrollLeft}function Or(t,e,o){let i;if("viewport"===e)i=function(t,e){const o=Qi(t),i=tr(t),r=o.visualViewport;let n=i.clientWidth,a=i.clientHeight,s=0,l=0;if(r){n=r.width,a=r.height;const t=lr();(!t||t&&"fixed"===e)&&(s=r.offsetLeft,l=r.offsetTop)}return{width:n,height:a,x:s,y:l}}(t,o);else if("document"===e)i=function(t){const e=tr(t),o=fr(t),i=t.ownerDocument.body,r=Ui(e.scrollWidth,e.clientWidth,i.scrollWidth,i.clientWidth),n=Ui(e.scrollHeight,e.clientHeight,i.scrollHeight,i.clientHeight);let a=-o.scrollLeft+wr(t);const s=-o.scrollTop;return"rtl"===hr(i).direction&&(a+=Ui(e.clientWidth,i.clientWidth)-r),{width:r,height:n,x:a,y:s}}(tr(t));else if(or(e))i=function(t,e){const o=xr(t,!0,"fixed"===e),i=o.top+t.clientTop,r=o.left+t.clientLeft,n=ir(t)?yr(t):Wi(1);return{width:t.clientWidth*n.x,height:t.clientHeight*n.y,x:r*n.x,y:i*n.y}}(e,o);else{const o=vr(t);i={...e,x:e.x-o.x,y:e.y-o.y}}return Vi(i)}function Sr(t,e){const o=pr(t);return!(o===e||!or(o)||cr(o))&&("fixed"===hr(o).position||Sr(o,e))}function $r(t,e,o){const i=ir(e),r=tr(e),n="fixed"===o,a=xr(t,!0,n,e);let s={scrollLeft:0,scrollTop:0};const l=Wi(0);if(i||!i&&!n)if(("body"!==Xi(e)||nr(r))&&(s=fr(e)),i){const t=xr(e,!0,n,e);l.x=t.x+e.clientLeft,l.y=t.y+e.clientTop}else r&&(l.x=wr(r));return{x:a.left+s.scrollLeft-l.x,y:a.top+s.scrollTop-l.y,width:a.width,height:a.height}}function Cr(t,e){return ir(t)&&"fixed"!==hr(t).position?e?e(t):t.offsetParent:null}function kr(t,e){const o=Qi(t);if(!ir(t))return o;let i=Cr(t,e);for(;i&&ar(i)&&"static"===hr(i).position;)i=Cr(i,e);return i&&("html"===Xi(i)||"body"===Xi(i)&&"static"===hr(i).position&&!sr(i))?o:i||function(t){let e=pr(t);for(;ir(e)&&!cr(e);){if(sr(e))return e;e=pr(e)}return null}(t)||o}const Nr={convertOffsetParentRelativeRectToViewportRelativeRect:function(t){let{rect:e,offsetParent:o,strategy:i}=t;const r=ir(o),n=tr(o);if(o===n)return e;let a={scrollLeft:0,scrollTop:0},s=Wi(1);const l=Wi(0);if((r||!r&&"fixed"!==i)&&(("body"!==Xi(o)||nr(n))&&(a=fr(o)),ir(o))){const t=xr(o);s=yr(o),l.x=t.x+o.clientLeft,l.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+l.x,y:e.y*s.y-a.scrollTop*s.y+l.y}},getDocumentElement:tr,getClippingRect:function(t){let{element:e,boundary:o,rootBoundary:i,strategy:r}=t;const n=[..."clippingAncestors"===o?function(t,e){const o=e.get(t);if(o)return o;let i=ur(t,[],!1).filter((t=>or(t)&&"body"!==Xi(t))),r=null;const n="fixed"===hr(t).position;let a=n?pr(t):t;for(;or(a)&&!cr(a);){const e=hr(a),o=sr(a);o||"fixed"!==e.position||(r=null),(n?!o&&!r:!o&&"static"===e.position&&r&&["absolute","fixed"].includes(r.position)||nr(a)&&!o&&Sr(t,a))?i=i.filter((t=>t!==a)):r=e,a=pr(a)}return e.set(t,i),i}(e,this._c):[].concat(o),i],a=n[0],s=n.reduce(((t,o)=>{const i=Or(e,o,r);return t.top=Ui(i.top,t.top),t.right=zi(i.right,t.right),t.bottom=zi(i.bottom,t.bottom),t.left=Ui(i.left,t.left),t}),Or(e,a,r));return{width:s.right-s.left,height:s.bottom-s.top,x:s.left,y:s.top}},getOffsetParent:kr,getElementRects:async function(t){let{reference:e,floating:o,strategy:i}=t;const r=this.getOffsetParent||kr,n=this.getDimensions;return{reference:$r(e,await r(o),i),floating:{x:0,y:0,...await n(o)}}},getClientRects:function(t){return Array.from(t.getClientRects())},getDimensions:function(t){return br(t)},getScale:yr,isElement:or,isRTL:function(t){return"rtl"===hr(t).direction}},Er=(t,e,o)=>{const i=new Map,r={platform:Nr,...o},n={...r.platform,_c:i};return(async(t,e,o)=>{const{placement:i="bottom",strategy:r="absolute",middleware:n=[],platform:a}=o,s=n.filter(Boolean),l=await(null==a.isRTL?void 0:a.isRTL(e));let c=await a.getElementRects({reference:t,floating:e,strategy:r}),{x:h,y:f}=Gi(c,i,l),p=i,d={},u=0;for(let o=0;o<s.length;o++){const{name:n,fn:b}=s[o],{x:g,y,data:m,reset:v}=await b({x:h,y:f,initialPlacement:i,placement:p,strategy:r,middlewareData:d,rects:c,platform:a,elements:{reference:t,floating:e}});h=null!=g?g:h,f=null!=y?y:f,d={...d,[n]:{...d[n],...m}},v&&u<=50&&(u++,"object"==typeof v&&(v.placement&&(p=v.placement),v.rects&&(c=!0===v.rects?await a.getElementRects({reference:t,floating:e,strategy:r}):v.rects),({x:h,y:f}=Gi(c,p,l))),o=-1)}return{x:h,y:f,placement:p,strategy:r,middlewareData:d}})(t,e,{...r,platform:n})};function Ir(t){return function(t){for(let e=t;e;e=Rr(e))if(e instanceof Element&&"none"===getComputedStyle(e).display)return null;for(let e=Rr(t);e;e=Rr(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 Rr(t){return t.assignedSlot?t.assignedSlot:t.parentNode instanceof ShadowRoot?t.parentNode.host:t.parentNode}async function Lr(t,e,o){return Er(t,e,{platform:{...Nr,getOffsetParent:t=>Nr.getOffsetParent(t,Ir)},middleware:[(i={crossAxis:!0},void 0===i&&(i={}),{name:"shift",options:i,async fn(t){const{x:e,y:o,placement:r}=t,{mainAxis:n=!0,crossAxis:a=!1,limiter:s={fn:t=>{let{x:e,y:o}=t;return{x:e,y:o}}},...l}=ji(i,t),c={x:e,y:o},h=await qi(t,l),f=Ki(Di(r)),p=Zi(f);let d=c[p],u=c[f];if(n){const t="y"===p?"bottom":"right";d=Mi(d+h["y"===p?"top":"left"],d,d-h[t])}if(a){const t="y"===f?"bottom":"right";u=Mi(u+h["y"===f?"top":"left"],u,u-h[t])}const b=s.fn({...t,[p]:d,[f]:u});return{...b,data:{x:b.x-e,y:b.y-o}}}}),Ji({allowedPlacements:[o]})]});var i}var zr=Object.freeze({__proto__:null,computeOffsetPosition:Lr});
136
136
  /**
137
137
  * @license
138
138
  * Copyright 2019 Google LLC
@@ -1763,7 +1763,7 @@ const vs=Symbol.for(""),xs=t=>{if(t?.r===vs)return t?._$litStatic$},ws=t=>({_$li
1763
1763
  </div>
1764
1764
  <div class="ft-accordion-item--separator" part="separator"></div>
1765
1765
  </div>
1766
- `}update(t){super.update(t),t.has("active")&&this.active&&this.dispatchEvent(new Event("activated",{composed:!0,bubbles:!0}))}onToggleKeyDown(t){"Enter"!==t.key&&" "!==t.key||(t.preventDefault(),this.active=!this.active)}}vh.elementDefinitions={"ft-ripple":tc,"ft-typography":Nl,"ft-icon":fc},vh.styles=yh,mh([Oe()],vh.prototype,"icon",void 0),mh([Oe()],vh.prototype,"iconVariant",void 0),mh([Oe()],vh.prototype,"label",void 0),mh([Oe({type:Boolean,reflect:!0})],vh.prototype,"active",void 0),yo("ft-accordion")(ph),yo("ft-accordion-item")(vh);const xh=Oo.extend("--ft-chip-color","",$i.colorOnSurface),wh={backgroundColor:Oo.extend("--ft-chip-background-color","",$i.colorSurface),color:xh,fontSize:Oo.extend("--ft-chip-font-size","",Qs.fontSize),iconSize:Oo.create("--ft-chip-icon-size","","SIZE","18px"),rippleColor:Oo.extend("--ft-chip-ripple-color","",xh),horizontalPadding:Oo.create("--ft-chip-horizontal-padding","","SIZE","6px"),verticalPadding:Oo.create("--ft-chip-vertical-padding","","SIZE","6px"),colorOutline:Oo.external($i.colorOutline,"Design system"),opacityDisabled:Oo.external($i.colorOpacityDisabled,"Design system")},Oh=Oo.extend("--ft-chip-highlighted-color","",Oo.extend("--ft-chip-color","",$i.colorOnPrimary)),Sh={backgroundColor:Oo.extend("--ft-chip-highlighted-background-color","",Oo.extend("--ft-chip-background-color","",$i.colorPrimary)),color:Oh,rippleColor:Oo.extend("--ft-chip-highlighted-ripple-color","",Oh)},$h=Oo.create("--ft-chip-dense-horizontal-padding","","SIZE","4px"),Ch=Oo.create("--ft-chip-dense-vertical-padding","","SIZE","4px"),kh=[Jr,pt`
1766
+ `}update(t){super.update(t),t.has("active")&&this.active&&this.dispatchEvent(new Event("activated",{composed:!0,bubbles:!0}))}onToggleKeyDown(t){"Enter"!==t.key&&" "!==t.key||(t.preventDefault(),this.active=!this.active)}}vh.elementDefinitions={"ft-ripple":tc,"ft-typography":Nl,"ft-icon":fc},vh.styles=yh,mh([Oe()],vh.prototype,"icon",void 0),mh([Oe()],vh.prototype,"iconVariant",void 0),mh([Oe()],vh.prototype,"label",void 0),mh([Oe({type:Boolean,reflect:!0})],vh.prototype,"active",void 0),yo("ft-accordion")(ph),yo("ft-accordion-item")(vh);const xh=Oo.extend("--ft-chip-color","",$i.colorOnSurface),wh={backgroundColor:Oo.extend("--ft-chip-background-color","",$i.colorSurface),color:xh,fontSize:Oo.extend("--ft-chip-font-size","",Qs.fontSize),iconSize:Oo.create("--ft-chip-icon-size","","SIZE","18px"),borderRadius:Oo.create("--ft-chip-border-radius","","SIZE",""),rippleColor:Oo.extend("--ft-chip-ripple-color","",xh),horizontalPadding:Oo.create("--ft-chip-horizontal-padding","","SIZE","6px"),verticalPadding:Oo.create("--ft-chip-vertical-padding","","SIZE","6px"),colorOutline:Oo.external($i.colorOutline,"Design system"),opacityDisabled:Oo.external($i.colorOpacityDisabled,"Design system")},Oh=Oo.extend("--ft-chip-highlighted-color","",Oo.extend("--ft-chip-color","",$i.colorOnPrimary)),Sh={backgroundColor:Oo.extend("--ft-chip-highlighted-background-color","",Oo.extend("--ft-chip-background-color","",$i.colorPrimary)),color:Oh,rippleColor:Oo.extend("--ft-chip-highlighted-ripple-color","",Oh)},$h=Oo.create("--ft-chip-dense-horizontal-padding","","SIZE","4px"),Ch=Oo.create("--ft-chip-dense-vertical-padding","","SIZE","4px"),kh=[Jr,pt`
1767
1767
  :host {
1768
1768
  display: inline-block;
1769
1769
  max-width: 100%;
@@ -1790,7 +1790,7 @@ const vs=Symbol.for(""),xs=t=>{if(t?.r===vs)return t?._$litStatic$},ws=t=>({_$li
1790
1790
  border: 1px solid ${wh.colorOutline};
1791
1791
  color: ${wh.color};
1792
1792
  ${So(zl.color,wh.rippleColor)};
1793
- border-radius: calc(var(--ft-chip-internal-content-height) / 2 + var(--ft-chip-internal-vertical-padding));
1793
+ border-radius: var(${ft(wh.borderRadius.name)}, calc(var(--ft-chip-internal-content-height) / 2 + var(--ft-chip-internal-vertical-padding)));
1794
1794
  padding: calc(var(--ft-chip-internal-vertical-padding) - 1px) calc(var(--ft-chip-internal-horizontal-padding) - 1px);
1795
1795
  background-color: ${wh.backgroundColor};
1796
1796
  line-height: var(--ft-chip-internal-content-height);
@@ -1904,9 +1904,10 @@ const vs=Symbol.for(""),xs=t=>{if(t?.r===vs)return t?._$litStatic$},ws=t=>({_$li
1904
1904
  <div class="${He(t)}"
1905
1905
  aria-label="${this.getLabel()}"
1906
1906
  tabindex="${this.interactionsOnChip?0:-1}"
1907
- @keyup=${this.onKeyUp}>
1907
+ @keyup=${this.onKeyUp}
1908
+ part="chip">
1908
1909
  <ft-ripple ?disabled=${!this.interactionsOnChip}></ft-ripple>
1909
- <ft-typography variant="body2" element="span" class="ft-chip--label">
1910
+ <ft-typography variant="body2" element="span" class="ft-chip--label" part="label">
1910
1911
  <slot @slotchange=${this.onSlotchange}></slot>
1911
1912
  </ft-typography>
1912
1913
  ${this.internalIcon?this.renderIcon():null}
@@ -1918,10 +1919,11 @@ const vs=Symbol.for(""),xs=t=>{if(t?.r===vs)return t?._$litStatic$},ws=t=>({_$li
1918
1919
  .iconVariant=${this.iconVariant}
1919
1920
  icon="${this.internalIcon}"
1920
1921
  label="${this.iconLabel}"
1922
+ part="icon-button"
1921
1923
  ></ft-button>
1922
1924
  `:Jt`
1923
- <div class="ft-chip--icon-container ft-no-text-select">
1924
- <ft-icon .variant=${this.iconVariant} .value="${this.internalIcon}"></ft-icon>
1925
+ <div class="ft-chip--icon-container ft-no-text-select" part="icon-container">
1926
+ <ft-icon .variant=${this.iconVariant} .value="${this.internalIcon}" part="icon"></ft-icon>
1925
1927
  </div>
1926
1928
  `}onKeyUp(t){this.interactionsOnChip&&["Enter"," "].includes(t.key)&&t.target.click()}onIconKeyUp(t){this.interactionsOnIcon&&["Enter"," "].includes(t.key)&&(t.stopPropagation(),this.dispatchEvent(new Eh))}onIconClick(t){this.interactionsOnIcon&&(t.stopPropagation(),this.dispatchEvent(new Eh))}getLabel(){return this.label||this.textContent}get textContent(){var t,e;return null!==(e=null===(t=this.slottedContent)||void 0===t?void 0:t.assignedNodes().map((t=>t.textContent)).join("").trim())&&void 0!==e?e:""}hasTextContent(){return this.textContent.length>0}onSlotchange(){this.requestUpdate()}get internalIcon(){return this.icon||(this.removable?"close":void 0)}}Ih.elementDefinitions={"ft-ripple":tc,"ft-typography":Nl,"ft-icon":fc,"ft-button":gc},Ih.styles=kh,Nh([Oe({type:Boolean})],Ih.prototype,"highlighted",void 0),Nh([Oe({type:Boolean})],Ih.prototype,"removable",void 0),Nh([Oe({type:Boolean})],Ih.prototype,"disabled",void 0),Nh([Oe({type:Boolean})],Ih.prototype,"clickable",void 0),Nh([Oe({type:Boolean})],Ih.prototype,"iconClickable",void 0),Nh([Oe({type:Boolean})],Ih.prototype,"dense",void 0),Nh([Oe({type:Boolean})],Ih.prototype,"multiLine",void 0),Nh([Oe()],Ih.prototype,"label",void 0),Nh([Oe()],Ih.prototype,"iconLabel",void 0),Nh([Oe()],Ih.prototype,"icon",void 0),Nh([Oe()],Ih.prototype,"iconVariant",void 0),Nh([Oe({type:Boolean})],Ih.prototype,"trailingIcon",void 0),Nh([ke("ft-typography slot")],Ih.prototype,"slottedContent",void 0),yo("ft-chip")(Ih);const Rh={fontSize:Oo.create("--ft-input-label-font-size","","SIZE","14px"),raisedFontSize:Oo.create("--ft-input-label-raised-font-size","","SIZE","11px"),raisedZIndex:Oo.create("--ft-input-label-outlined-raised-z-index","","NUMBER","2"),verticalSpacing:Oo.create("--ft-input-label-vertical-spacing","","SIZE","4px"),horizontalSpacing:Oo.create("--ft-input-label-horizontal-spacing","","SIZE","12px"),labelMaxWidth:Oo.create("--ft-input-label-max-width","","SIZE","100%"),borderColor:Oo.extend("--ft-input-label-border-color","",$i.colorOutline),textColor:Oo.extend("--ft-input-label-text-color","",$i.colorOnSurfaceMedium),disabledTextColor:Oo.extend("--ft-input-label-disabled-text-color","",$i.colorOnSurfaceDisabled),colorSurface:Oo.external($i.colorSurface,"Design system"),borderRadiusS:Oo.external($i.borderRadiusS,"Design system"),colorError:Oo.external($i.colorError,"Design system")},Lh=pt`
1927
1929
  .ft-input-label {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-search-bar",
3
- "version": "1.1.53",
3
+ "version": "1.1.55",
4
4
  "description": "Search bar component using Fluid Topics public API",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,23 +19,23 @@
19
19
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
20
20
  },
21
21
  "dependencies": {
22
- "@fluid-topics/ft-accordion": "1.1.53",
23
- "@fluid-topics/ft-app-context": "1.1.53",
24
- "@fluid-topics/ft-button": "1.1.53",
25
- "@fluid-topics/ft-chip": "1.1.53",
26
- "@fluid-topics/ft-filter": "1.1.53",
27
- "@fluid-topics/ft-icon": "1.1.53",
28
- "@fluid-topics/ft-select": "1.1.53",
29
- "@fluid-topics/ft-size-watcher": "1.1.53",
30
- "@fluid-topics/ft-skeleton": "1.1.53",
31
- "@fluid-topics/ft-snap-scroll": "1.1.53",
32
- "@fluid-topics/ft-tooltip": "1.1.53",
33
- "@fluid-topics/ft-typography": "1.1.53",
34
- "@fluid-topics/ft-wc-utils": "1.1.53",
22
+ "@fluid-topics/ft-accordion": "1.1.55",
23
+ "@fluid-topics/ft-app-context": "1.1.55",
24
+ "@fluid-topics/ft-button": "1.1.55",
25
+ "@fluid-topics/ft-chip": "1.1.55",
26
+ "@fluid-topics/ft-filter": "1.1.55",
27
+ "@fluid-topics/ft-icon": "1.1.55",
28
+ "@fluid-topics/ft-select": "1.1.55",
29
+ "@fluid-topics/ft-size-watcher": "1.1.55",
30
+ "@fluid-topics/ft-skeleton": "1.1.55",
31
+ "@fluid-topics/ft-snap-scroll": "1.1.55",
32
+ "@fluid-topics/ft-tooltip": "1.1.55",
33
+ "@fluid-topics/ft-typography": "1.1.55",
34
+ "@fluid-topics/ft-wc-utils": "1.1.55",
35
35
  "lit": "3.1.0"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@fluid-topics/public-api": "1.0.62"
39
39
  },
40
- "gitHead": "9533374bb075edb940b4426a00561f27c34d2f01"
40
+ "gitHead": "f548a38dc05ea47ac4e94d97fe62625fc9297fcc"
41
41
  }